You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33587 lines
813 KiB
33587 lines
813 KiB
/*******************************************************
|
|
* Custom theme code styles
|
|
* Written by Themelize.me (http://themelize.me)
|
|
*
|
|
* This version overrides Bootstrap CSS which is included
|
|
* via the HTML files.
|
|
* Bootstrap variables & mixins are used & overridden
|
|
*
|
|
* To customise this we recommend you copy & paste this file
|
|
* to make future updates easier
|
|
*******************************************************/
|
|
|
|
/*******************************************************
|
|
* Custom theme code styles
|
|
* Written by Themelize.me (http://themelize.me)
|
|
*
|
|
* Includes the base variables & mixins needed for all
|
|
* scss files
|
|
*******************************************************/
|
|
|
|
.blockquote-bubble,
|
|
.header-inner,
|
|
.header-inner .header-block-flex,
|
|
.theme-colours,
|
|
.flex-valign,
|
|
.flex-valign-b {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
}
|
|
|
|
.header-inner,
|
|
.header-inner .header-block-flex {
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
}
|
|
|
|
.theme-colours {
|
|
-webkit-box-pack: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.header-inner .header-block-flex {
|
|
-webkit-box-pack: end;
|
|
-ms-flex-pack: end;
|
|
justify-content: flex-end;
|
|
}
|
|
|
|
.header-inner {
|
|
-webkit-box-pack: start;
|
|
-ms-flex-pack: start;
|
|
justify-content: flex-start;
|
|
}
|
|
|
|
.header-inner,
|
|
.header-inner .header-block-flex,
|
|
.theme-colours {
|
|
-ms-flex-wrap: wrap;
|
|
flex-wrap: wrap;
|
|
}
|
|
|
|
.header-inner .header-block-flex {
|
|
-webkit-box-orient: horizontal;
|
|
-webkit-box-direction: normal;
|
|
-ms-flex-direction: row;
|
|
flex-direction: row;
|
|
}
|
|
|
|
.navbar .navbar-brand,
|
|
.navbar-light .navbar-brand {
|
|
color: rgba(0, 0, 0, 0.9);
|
|
}
|
|
|
|
.navbar .navbar-brand:hover,
|
|
.navbar-light .navbar-brand:hover,
|
|
.navbar .navbar-brand:focus,
|
|
.navbar-light .navbar-brand:focus {
|
|
color: rgba(0, 0, 0, 0.9);
|
|
}
|
|
|
|
.navbar .navbar-nav>.nav-item>.nav-link,
|
|
.navbar-light .navbar-nav>.nav-item>.nav-link,
|
|
.navbar .navbar-nav>.nav-link,
|
|
.navbar-light .navbar-nav>.nav-link {
|
|
color: rgba(0, 0, 0, 0.7);
|
|
}
|
|
|
|
.navbar .navbar-nav>.nav-item>.nav-link:hover,
|
|
.navbar-light .navbar-nav>.nav-item>.nav-link:hover,
|
|
.navbar .navbar-nav>.nav-item>.nav-link:focus,
|
|
.navbar-light .navbar-nav>.nav-item>.nav-link:focus,
|
|
.navbar .navbar-nav>.nav-link:hover,
|
|
.navbar-light .navbar-nav>.nav-link:hover,
|
|
.navbar .navbar-nav>.nav-link:focus,
|
|
.navbar-light .navbar-nav>.nav-link:focus {
|
|
color: rgba(0, 0, 0, 0.7);
|
|
}
|
|
|
|
.navbar .navbar-nav>.nav-item>.nav-link.disabled,
|
|
.navbar-light .navbar-nav>.nav-item>.nav-link.disabled,
|
|
.navbar .navbar-nav>.nav-link.disabled,
|
|
.navbar-light .navbar-nav>.nav-link.disabled {
|
|
color: rgba(0, 0, 0, 0.3);
|
|
}
|
|
|
|
.navbar .navbar-nav .active>.nav-link,
|
|
.navbar-light .navbar-nav .active>.nav-link,
|
|
.navbar .navbar-nav .nav-link.show,
|
|
.navbar-light .navbar-nav .nav-link.show,
|
|
.navbar .navbar-nav .nav-link.active,
|
|
.navbar-light .navbar-nav .nav-link.active {
|
|
color: rgba(0, 0, 0, 0.9);
|
|
}
|
|
|
|
.navbar .navbar-nav .open>.nav-link,
|
|
.navbar-light .navbar-nav .open>.nav-link,
|
|
.navbar .navbar-nav .show>.nav-link,
|
|
.navbar-light .navbar-nav .show>.nav-link,
|
|
.navbar .navbar-nav .open>.nav-link:hover,
|
|
.navbar-light .navbar-nav .open>.nav-link:hover,
|
|
.navbar .navbar-nav .show>.nav-link:hover,
|
|
.navbar-light .navbar-nav .show>.nav-link:hover {
|
|
color: #212529;
|
|
}
|
|
|
|
.navbar .navbar-toggler,
|
|
.navbar-light .navbar-toggler {
|
|
color: rgba(0, 0, 0, 0.7);
|
|
border-color: rgba(0, 0, 0, 0.1);
|
|
}
|
|
|
|
.navbar .navbar-toggler-icon,
|
|
.navbar-light .navbar-toggler-icon {
|
|
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
|
|
}
|
|
|
|
.navbar .navbar-text,
|
|
.navbar-light .navbar-text {
|
|
color: rgba(0, 0, 0, 0.7);
|
|
}
|
|
|
|
.navbar .navbar-text a,
|
|
.navbar-light .navbar-text a {
|
|
color: rgba(0, 0, 0, 0.9);
|
|
}
|
|
|
|
.navbar .navbar-text a:hover,
|
|
.navbar-light .navbar-text a:hover,
|
|
.navbar .navbar-text a:focus,
|
|
.navbar-light .navbar-text a:focus {
|
|
color: rgba(0, 0, 0, 0.9);
|
|
}
|
|
|
|
.header-dark .header .navbar-brand,
|
|
.header.header-dark .navbar-brand,
|
|
.navbar-dark .navbar-brand {
|
|
color: #fff;
|
|
}
|
|
|
|
.header-dark .header .navbar-brand:hover,
|
|
.header.header-dark .navbar-brand:hover,
|
|
.navbar-dark .navbar-brand:hover,
|
|
.header-dark .header .navbar-brand:focus,
|
|
.header.header-dark .navbar-brand:focus,
|
|
.navbar-dark .navbar-brand:focus {
|
|
color: #fff;
|
|
}
|
|
|
|
.header-dark .header .navbar-nav>.nav-item>.nav-link,
|
|
.header.header-dark .navbar-nav>.nav-item>.nav-link,
|
|
.navbar-dark .navbar-nav>.nav-item>.nav-link,
|
|
.header-dark .header .navbar-nav>.nav-link,
|
|
.header.header-dark .navbar-nav>.nav-link,
|
|
.navbar-dark .navbar-nav>.nav-link {
|
|
color: rgba(255, 255, 255, 0.75);
|
|
}
|
|
|
|
.header-dark .header .navbar-nav>.nav-item>.nav-link:hover,
|
|
.header.header-dark .navbar-nav>.nav-item>.nav-link:hover,
|
|
.navbar-dark .navbar-nav>.nav-item>.nav-link:hover,
|
|
.header-dark .header .navbar-nav>.nav-item>.nav-link:focus,
|
|
.header.header-dark .navbar-nav>.nav-item>.nav-link:focus,
|
|
.navbar-dark .navbar-nav>.nav-item>.nav-link:focus,
|
|
.header-dark .header .navbar-nav>.nav-link:hover,
|
|
.header.header-dark .navbar-nav>.nav-link:hover,
|
|
.navbar-dark .navbar-nav>.nav-link:hover,
|
|
.header-dark .header .navbar-nav>.nav-link:focus,
|
|
.header.header-dark .navbar-nav>.nav-link:focus,
|
|
.navbar-dark .navbar-nav>.nav-link:focus {
|
|
color: rgba(255, 255, 255, 0.9);
|
|
}
|
|
|
|
.header-dark .header .navbar-nav>.nav-item>.nav-link.disabled,
|
|
.header.header-dark .navbar-nav>.nav-item>.nav-link.disabled,
|
|
.navbar-dark .navbar-nav>.nav-item>.nav-link.disabled,
|
|
.header-dark .header .navbar-nav>.nav-link.disabled,
|
|
.header.header-dark .navbar-nav>.nav-link.disabled,
|
|
.navbar-dark .navbar-nav>.nav-link.disabled {
|
|
color: rgba(255, 255, 255, 0.25);
|
|
}
|
|
|
|
.header-dark .header .navbar-nav .active>.nav-link,
|
|
.header.header-dark .navbar-nav .active>.nav-link,
|
|
.navbar-dark .navbar-nav .active>.nav-link,
|
|
.header-dark .header .navbar-nav .nav-link.show,
|
|
.header.header-dark .navbar-nav .nav-link.show,
|
|
.navbar-dark .navbar-nav .nav-link.show,
|
|
.header-dark .header .navbar-nav .nav-link.active,
|
|
.header.header-dark .navbar-nav .nav-link.active,
|
|
.navbar-dark .navbar-nav .nav-link.active {
|
|
color: #fff;
|
|
}
|
|
|
|
.header-dark .header .navbar-nav .open>.nav-link,
|
|
.header.header-dark .navbar-nav .open>.nav-link,
|
|
.navbar-dark .navbar-nav .open>.nav-link,
|
|
.header-dark .header .navbar-nav .show>.nav-link,
|
|
.header.header-dark .navbar-nav .show>.nav-link,
|
|
.navbar-dark .navbar-nav .show>.nav-link,
|
|
.header-dark .header .navbar-nav .open>.nav-link:hover,
|
|
.header.header-dark .navbar-nav .open>.nav-link:hover,
|
|
.navbar-dark .navbar-nav .open>.nav-link:hover,
|
|
.header-dark .header .navbar-nav .show>.nav-link:hover,
|
|
.header.header-dark .navbar-nav .show>.nav-link:hover,
|
|
.navbar-dark .navbar-nav .show>.nav-link:hover {
|
|
color: #212529;
|
|
}
|
|
|
|
.header-dark .header .navbar-toggler,
|
|
.header.header-dark .navbar-toggler,
|
|
.navbar-dark .navbar-toggler {
|
|
color: rgba(255, 255, 255, 0.75);
|
|
border-color: rgba(255, 255, 255, 0.1);
|
|
}
|
|
|
|
.header-dark .header .navbar-toggler-icon,
|
|
.header.header-dark .navbar-toggler-icon,
|
|
.navbar-dark .navbar-toggler-icon {
|
|
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.75)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
|
|
}
|
|
|
|
.header-dark .header .navbar-text,
|
|
.header.header-dark .navbar-text,
|
|
.navbar-dark .navbar-text {
|
|
color: rgba(255, 255, 255, 0.75);
|
|
}
|
|
|
|
.header-dark .header .navbar-text a,
|
|
.header.header-dark .navbar-text a,
|
|
.navbar-dark .navbar-text a {
|
|
color: #fff;
|
|
}
|
|
|
|
.header-dark .header .navbar-text a:hover,
|
|
.header.header-dark .navbar-text a:hover,
|
|
.navbar-dark .navbar-text a:hover,
|
|
.header-dark .header .navbar-text a:focus,
|
|
.header.header-dark .navbar-text a:focus,
|
|
.navbar-dark .navbar-text a:focus {
|
|
color: #fff;
|
|
}
|
|
|
|
.header-light .header,
|
|
.header.header-light {
|
|
background-color: #fff;
|
|
border-bottom: 1px solid rgba(85, 167, 154, 0.6);
|
|
color: #1b1b1b;
|
|
}
|
|
|
|
.header-light .header .header-inner .header-divider:after,
|
|
.header.header-light .header-inner .header-divider:after {
|
|
background-color: #ced4da;
|
|
}
|
|
|
|
.header-light .header .header-brand-text,
|
|
.header.header-light .header-brand-text,
|
|
.header-light .header .header-brand-text h1,
|
|
.header.header-light .header-brand-text h1 {
|
|
color: #55A79A;
|
|
}
|
|
|
|
.header-light .header .header-brand-text-alt,
|
|
.header.header-light .header-brand-text-alt {
|
|
color: #1b1b1b;
|
|
}
|
|
|
|
.header-light .header .header-slogan,
|
|
.header.header-light .header-slogan {
|
|
color: #888;
|
|
}
|
|
|
|
.header-dark .header,
|
|
.header.header-dark {
|
|
background-color: #292b2c;
|
|
border-bottom: 1px solid #5a5f61;
|
|
color: #f0f0f0;
|
|
}
|
|
|
|
.header-dark .header .header-inner .header-divider:after,
|
|
.header.header-dark .header-inner .header-divider:after {
|
|
background-color: #cdcdcd;
|
|
}
|
|
|
|
.header-dark .header .header-brand-text,
|
|
.header.header-dark .header-brand-text,
|
|
.header-dark .header .header-brand-text h1,
|
|
.header.header-dark .header-brand-text h1 {
|
|
color: #fafafa;
|
|
}
|
|
|
|
.header-dark .header .header-brand-text-alt,
|
|
.header.header-dark .header-brand-text-alt {
|
|
color: #fff;
|
|
}
|
|
|
|
.header-dark .header .header-slogan,
|
|
.header.header-dark .header-slogan {
|
|
color: #f0f0f0;
|
|
}
|
|
|
|
.header-primary .header,
|
|
.header.header-primary {
|
|
background-color: #55A79A;
|
|
border-bottom: 1px solid #87c2b8;
|
|
color: #d7d7d7;
|
|
}
|
|
|
|
.header-primary .header .header-inner .header-divider:after,
|
|
.header.header-primary .header-inner .header-divider:after {
|
|
background-color: #87c2b8;
|
|
}
|
|
|
|
.header-primary .header .header-brand-text,
|
|
.header.header-primary .header-brand-text,
|
|
.header-primary .header .header-brand-text h1,
|
|
.header.header-primary .header-brand-text h1 {
|
|
color: #d7d7d7;
|
|
}
|
|
|
|
.header-primary .header .header-brand-text-alt,
|
|
.header.header-primary .header-brand-text-alt {
|
|
color: #d7d7d7;
|
|
}
|
|
|
|
.header-primary .header .header-slogan,
|
|
.header.header-primary .header-slogan {
|
|
color: #dbedea;
|
|
}
|
|
|
|
.card-primary {
|
|
border-color: #55A79A;
|
|
background-color: #55A79A;
|
|
}
|
|
|
|
.card-outline-primary {
|
|
border-color: #55A79A;
|
|
}
|
|
|
|
.card.clickable-element:hover {
|
|
border: 1px solid #55A79A;
|
|
}
|
|
|
|
.tag-primary,
|
|
.badge-primary,
|
|
.bg-primary {
|
|
background-color: #55A79A !important;
|
|
}
|
|
|
|
.bg-primary-bright {
|
|
background-color: #23d9bc !important;
|
|
}
|
|
|
|
.btn-link,
|
|
.btn-link:hover {
|
|
color: #55A79A;
|
|
}
|
|
|
|
.text-primary,
|
|
a.text-primary:hover,
|
|
a.text-primary:focus {
|
|
color: #55A79A !important;
|
|
}
|
|
|
|
.btn-primary {
|
|
color: #fff;
|
|
background-color: #55A79A;
|
|
border-color: #4c968a;
|
|
color: white;
|
|
}
|
|
|
|
.btn-primary:focus,
|
|
.btn-primary.focus {
|
|
color: #fff;
|
|
background-color: #44857b;
|
|
border-color: #21423d;
|
|
}
|
|
|
|
.btn-primary:hover {
|
|
color: #fff;
|
|
background-color: #44857b;
|
|
border-color: #386e65;
|
|
}
|
|
|
|
.btn-primary:active,
|
|
.btn-primary.active,
|
|
.show>.btn-primary.dropdown-toggle,
|
|
.open>.btn-primary.dropdown-toggle {
|
|
color: #fff;
|
|
background-color: #44857b;
|
|
border-color: #386e65;
|
|
background-image: none;
|
|
}
|
|
|
|
.btn-primary:active:hover,
|
|
.btn-primary:active:focus,
|
|
.btn-primary:active.focus,
|
|
.btn-primary.active:hover,
|
|
.btn-primary.active:focus,
|
|
.btn-primary.active.focus,
|
|
.show>.btn-primary.dropdown-toggle:hover,
|
|
.show>.btn-primary.dropdown-toggle:focus,
|
|
.show>.btn-primary.dropdown-toggle.focus,
|
|
.open>.btn-primary.dropdown-toggle:hover,
|
|
.open>.btn-primary.dropdown-toggle:focus,
|
|
.open>.btn-primary.dropdown-toggle.focus {
|
|
color: #fff;
|
|
background-color: #386e65;
|
|
border-color: #21423d;
|
|
}
|
|
|
|
.btn-primary.disabled,
|
|
.btn-primary[disabled],
|
|
.btn-primary:disabled,
|
|
fieldset[disabled] .btn-primary {
|
|
background-color: #55A79A;
|
|
border-color: #4c968a;
|
|
}
|
|
|
|
.btn-primary.disabled:hover,
|
|
.btn-primary.disabled:focus,
|
|
.btn-primary.disabled.focus,
|
|
.btn-primary[disabled]:hover,
|
|
.btn-primary[disabled]:focus,
|
|
.btn-primary[disabled].focus,
|
|
.btn-primary:disabled:hover,
|
|
.btn-primary:disabled:focus,
|
|
.btn-primary:disabled.focus,
|
|
fieldset[disabled] .btn-primary:hover,
|
|
fieldset[disabled] .btn-primary:focus,
|
|
fieldset[disabled] .btn-primary.focus {
|
|
background-color: #55A79A;
|
|
border-color: #4c968a;
|
|
}
|
|
|
|
.btn-primary .badge {
|
|
color: #55A79A;
|
|
background-color: #fff;
|
|
}
|
|
|
|
.btn-outline-primary,
|
|
.btn-outline-primary.disabled,
|
|
.btn-outline-primary:disabled {
|
|
color: #55A79A;
|
|
border-color: #55A79A;
|
|
}
|
|
|
|
.btn-outline-primary:hover,
|
|
.btn-outline-primary:focus,
|
|
.btn-outline-primary.disabled:hover,
|
|
.btn-outline-primary.disabled:focus,
|
|
.btn-outline-primary:disabled:hover,
|
|
.btn-outline-primary:disabled:focus {
|
|
color: white;
|
|
}
|
|
|
|
.btn-outline-primary:hover,
|
|
.btn-outline-primary:focus,
|
|
.btn-outline-primary.focus,
|
|
.btn-outline-primary.active,
|
|
.btn-outline-primary:active,
|
|
.btn-outline-primary.active:focus,
|
|
.btn-outline-primary:active:focus,
|
|
.show>.btn-outline-primary.dropdown-toggle,
|
|
.open>.btn-outline-primary.dropdown-toggle {
|
|
background-color: #55A79A;
|
|
border-color: #55A79A;
|
|
}
|
|
|
|
.nav-pills .nav-item.show .nav-link,
|
|
.nav-pills .nav-item.show .nav-link:focus,
|
|
.nav-pills .nav-item.show .nav-link:hover,
|
|
.nav-pills .nav-item.open .nav-link,
|
|
.nav-pills .nav-item.open .nav-link:focus,
|
|
.nav-pills .nav-item.open .nav-link:hover,
|
|
.nav-pills .nav-link.active,
|
|
.nav-pills .nav-link.active:focus,
|
|
.nav-pills .nav-link.active:hover {
|
|
background-color: #55A79A;
|
|
color: white;
|
|
}
|
|
|
|
.nav-pills-border-bottom .nav-link.active:after,
|
|
.nav-pills-border-bottom-inside .nav-link.active:after {
|
|
background-color: #55A79A;
|
|
}
|
|
|
|
.nav-pills.nav-pills-border-bottom .nav-link:hover,
|
|
.nav-pills.nav-pills-border-bottom .nav-link:hover:focus,
|
|
.nav-pills.nav-pills-border-bottom .nav-link.active,
|
|
.nav-pills.nav-pills-border-bottom .nav-link.active:focus,
|
|
.nav-pills.nav-pills-border-bottom-inside .nav-link.active,
|
|
.nav-pills.nav-pills-border-bottom-inside .nav-link.active:focus,
|
|
.nav-tabs-flat .nav-link:hover,
|
|
.nav-tabs-flat .nav-link:hover:focus {
|
|
color: #55A79A !important;
|
|
}
|
|
|
|
.nav-tabs-flat .nav-link.active:hover {
|
|
color: white !important;
|
|
}
|
|
|
|
.list-group-item-primary,
|
|
a.list-group-item-primary,
|
|
button.list-group-item-primary {
|
|
background-color: rgba(85, 167, 154, 0.25);
|
|
color: #33635c;
|
|
}
|
|
|
|
a.list-group-item-primary:hover,
|
|
a.list-group-item-primary:focus,
|
|
button.list-group-item-primary:hover,
|
|
button.list-group-item-primary:focus {
|
|
color: #33635c;
|
|
background-color: rgba(85, 167, 154, 0.45);
|
|
}
|
|
|
|
.nav-section-menu .nav .nav-link:hover i,
|
|
.nav-section-menu.nav .nav-link:hover i,
|
|
.nav-section-menu .nav .nav-link.active i,
|
|
.nav-section-menu.nav .nav-link.active i,
|
|
.nav-section-menu .nav .nav-link.active:hover i,
|
|
.nav-section-menu.nav .nav-link.active:hover i,
|
|
.nav-section-menu .nav .active .nav-link i,
|
|
.nav-section-menu.nav .active .nav-link i,
|
|
.nav-section-menu .nav .active .nav-link:hover i,
|
|
.nav-section-menu.nav .active .nav-link:hover i {
|
|
color: #55A79A !important;
|
|
}
|
|
|
|
.nav-section-menu .nav .nav-link.active,
|
|
.nav-section-menu.nav .nav-link.active,
|
|
.nav-section-menu .nav .nav-link.active:hover,
|
|
.nav-section-menu.nav .nav-link.active:hover,
|
|
.nav-section-menu .nav .active .nav-link,
|
|
.nav-section-menu.nav .active .nav-link,
|
|
.nav-section-menu .nav .active .nav-link:hover,
|
|
.nav-section-menu.nav .active .nav-link:hover {
|
|
border-left-color: #55A79A;
|
|
color: #55A79A;
|
|
}
|
|
|
|
@media (min-width: 768px) {
|
|
.nav-section-menu.nav-section-menu-right .nav .nav-link.active,
|
|
.nav-section-menu.nav-section-menu-right.nav .nav-link.active,
|
|
.nav-section-menu.nav-section-menu-right .nav .nav-link.active:hover,
|
|
.nav-section-menu.nav-section-menu-right.nav .nav-link.active:hover,
|
|
.nav-section-menu.nav-section-menu-right .nav .active .nav-link,
|
|
.nav-section-menu.nav-section-menu-right.nav .active .nav-link,
|
|
.nav-section-menu.nav-section-menu-right .nav .active .nav-link:hover,
|
|
.nav-section-menu.nav-section-menu-right.nav .active .nav-link:hover {
|
|
border-right-color: #55A79A;
|
|
}
|
|
}
|
|
|
|
.nav-tabs.nav-stacked .active>.nav-link i,
|
|
.nav-tabs.nav-stacked .active>.nav-link:hover i,
|
|
.nav-tabs.nav-stacked .nav-link.active i,
|
|
.nav-tabs.nav-stacked .nav-link.active:hover i,
|
|
.nav-tabs .active>.nav-link,
|
|
.nav-tabs .active>.nav-link:hover,
|
|
.nav-tabs .nav-link.active,
|
|
.nav-tabs .nav-link.active:hover {
|
|
color: #55A79A;
|
|
}
|
|
|
|
.nav-tabs .active>.nav-link:before,
|
|
.nav-tabs .nav-link.active:before {
|
|
background: #55A79A;
|
|
}
|
|
|
|
.page-link,
|
|
.page-link:hover {
|
|
color: #55A79A;
|
|
}
|
|
|
|
.page-item.active .page-link,
|
|
.page-item.active .page-link:focus,
|
|
.page-item.active .page-link:hover {
|
|
background: #55A79A;
|
|
border-color: #55A79A;
|
|
}
|
|
|
|
.nav-steps .nav-link.active,
|
|
.nav-steps .nav-link.active:hover {
|
|
background: #55A79A;
|
|
border-color: #55A79A;
|
|
}
|
|
|
|
.link-effect-underline:after {
|
|
background-color: #55A79A;
|
|
}
|
|
|
|
.link-effect-slideup .nav-link-inner:after {
|
|
color: #55A79A;
|
|
}
|
|
|
|
.progress[value]::-webkit-progress-value {
|
|
background-color: #55A79A;
|
|
}
|
|
|
|
.progress[value]::-ms-fill {
|
|
background-color: #55A79A;
|
|
}
|
|
|
|
.progress[value]::-moz-progress-bar {
|
|
background-color: #55A79A;
|
|
}
|
|
|
|
.progress-bar {
|
|
background-color: #55A79A;
|
|
}
|
|
|
|
.alert-primary {
|
|
background-color: rgba(85, 167, 154, 0.25);
|
|
border-color: rgba(85, 167, 154, 0.8);
|
|
color: #33635c;
|
|
}
|
|
|
|
.alert-primary hr {
|
|
border-top-color: rgba(85, 167, 154, 0.85);
|
|
}
|
|
|
|
.alert-primary .alert-link {
|
|
color: #33635c;
|
|
}
|
|
|
|
.list-group-item.active,
|
|
.list-group-item.active:focus,
|
|
.list-group-item.active:hover {
|
|
background-color: #55A79A;
|
|
border-color: #55A79A;
|
|
}
|
|
|
|
.list-group-item.active .list-group-item-text,
|
|
.list-group-item.active:focus .list-group-item-text,
|
|
.list-group-item.active:hover .list-group-item-text {
|
|
color: rgba(255, 255, 255, 0.9);
|
|
}
|
|
|
|
.blockquote {
|
|
border-left-color: #55A79A;
|
|
}
|
|
|
|
.blockquote-reverse {
|
|
border-right-color: #55A79A;
|
|
}
|
|
|
|
.tag-cloud a.tag {
|
|
color: #55A79A;
|
|
}
|
|
|
|
@media (min-width: 576px) {
|
|
.card-group .card+.card-outline-primary {
|
|
border-left: 1px solid #55A79A;
|
|
}
|
|
}
|
|
|
|
@media (min-width: 576px) {
|
|
.navbar-expand.navbar-main.collapse .dropdown-menu,
|
|
.navbar-expand .navbar-main.collapse .dropdown-menu {
|
|
border-bottom-color: #55A79A !important;
|
|
}
|
|
.navbar-expand.navbar-main.collapse .dropdown-menu .dropdown-submenu .dropdown-item:after,
|
|
.navbar-expand .navbar-main.collapse .dropdown-menu .dropdown-submenu .dropdown-item:after {
|
|
border-bottom-color: #55A79A !important;
|
|
}
|
|
.navbar-expand.navbar-main.collapse .dropdown-menu .dropdown-item:hover:before,
|
|
.navbar-expand.navbar-main.collapse .dropdown-menu .dropdown-item:focus:before,
|
|
.navbar-expand.navbar-main.collapse .dropdown-menu .dropdown-item.active:hover:before,
|
|
.navbar-expand.navbar-main.collapse .dropdown-menu .dropdown-item.active:before,
|
|
.navbar-expand.navbar-main.collapse .dropdown-menu .dropdown-item.active:focus:before,
|
|
.navbar-expand.navbar-main.collapse .dropdown-menu .active>.dropdown-item:before,
|
|
.navbar-expand.navbar-main.collapse .dropdown-menu .active>.dropdown-item:hover:before,
|
|
.navbar-expand.navbar-main.collapse .dropdown-menu .active>.dropdown-item:focus:before,
|
|
.navbar-expand.navbar-main.collapse .dropdown-menu .show>.dropdown-item:before,
|
|
.navbar-expand.navbar-main.collapse .dropdown-menu .show>.dropdown-item:hover:before,
|
|
.navbar-expand.navbar-main.collapse .dropdown-menu .show>.dropdown-item:focus:before,
|
|
.navbar-expand.navbar-main.collapse .dropdown-menu .open>.dropdown-item:before,
|
|
.navbar-expand.navbar-main.collapse .dropdown-menu .open>.dropdown-item:hover:before,
|
|
.navbar-expand.navbar-main.collapse .dropdown-menu .open>.dropdown-item:focus:before,
|
|
.navbar-expand .navbar-main.collapse .dropdown-menu .dropdown-item:hover:before,
|
|
.navbar-expand .navbar-main.collapse .dropdown-menu .dropdown-item:focus:before,
|
|
.navbar-expand .navbar-main.collapse .dropdown-menu .dropdown-item.active:hover:before,
|
|
.navbar-expand .navbar-main.collapse .dropdown-menu .dropdown-item.active:before,
|
|
.navbar-expand .navbar-main.collapse .dropdown-menu .dropdown-item.active:focus:before,
|
|
.navbar-expand .navbar-main.collapse .dropdown-menu .active>.dropdown-item:before,
|
|
.navbar-expand .navbar-main.collapse .dropdown-menu .active>.dropdown-item:hover:before,
|
|
.navbar-expand .navbar-main.collapse .dropdown-menu .active>.dropdown-item:focus:before,
|
|
.navbar-expand .navbar-main.collapse .dropdown-menu .show>.dropdown-item:before,
|
|
.navbar-expand .navbar-main.collapse .dropdown-menu .show>.dropdown-item:hover:before,
|
|
.navbar-expand .navbar-main.collapse .dropdown-menu .show>.dropdown-item:focus:before,
|
|
.navbar-expand .navbar-main.collapse .dropdown-menu .open>.dropdown-item:before,
|
|
.navbar-expand .navbar-main.collapse .dropdown-menu .open>.dropdown-item:hover:before,
|
|
.navbar-expand .navbar-main.collapse .dropdown-menu .open>.dropdown-item:focus:before {
|
|
color: #55A79A !important;
|
|
}
|
|
.navbar-expand.navbar-main .navbar-nav .show>.dropdown-toggle,
|
|
.navbar-expand.navbar-main .navbar-nav .show.active>.dropdown-toggle,
|
|
.navbar-expand.navbar-main .navbar-nav .show>.dropdown-toggle,
|
|
.navbar-expand.navbar-main .navbar-nav .show.active>.dropdown-toggle,
|
|
.navbar-expand.navbar-main .navbar-nav .open>.dropdown-toggle,
|
|
.navbar-expand.navbar-main .navbar-nav .open.active>.dropdown-toggle,
|
|
.navbar-expand.navbar-main .navbar-nav .open>.dropdown-toggle,
|
|
.navbar-expand.navbar-main .navbar-nav .open.active>.dropdown-toggle,
|
|
.navbar-expand.navbar-main .nav-link-dd-effect:hover,
|
|
.navbar-expand.navbar-main .nav-link-dd-effect.active,
|
|
.navbar-expand .navbar-main .navbar-nav .show>.dropdown-toggle,
|
|
.navbar-expand .navbar-main .navbar-nav .show.active>.dropdown-toggle,
|
|
.navbar-expand .navbar-main .navbar-nav .show>.dropdown-toggle,
|
|
.navbar-expand .navbar-main .navbar-nav .show.active>.dropdown-toggle,
|
|
.navbar-expand .navbar-main .navbar-nav .open>.dropdown-toggle,
|
|
.navbar-expand .navbar-main .navbar-nav .open.active>.dropdown-toggle,
|
|
.navbar-expand .navbar-main .navbar-nav .open>.dropdown-toggle,
|
|
.navbar-expand .navbar-main .navbar-nav .open.active>.dropdown-toggle,
|
|
.navbar-expand .navbar-main .nav-link-dd-effect:hover,
|
|
.navbar-expand .navbar-main .nav-link-dd-effect.active {
|
|
border-top-color: #55A79A !important;
|
|
}
|
|
}
|
|
|
|
@media (min-width: 768px) {
|
|
.navbar-expand-sm.navbar-main.collapse .dropdown-menu,
|
|
.navbar-expand-sm .navbar-main.collapse .dropdown-menu {
|
|
border-bottom-color: #55A79A !important;
|
|
}
|
|
.navbar-expand-sm.navbar-main.collapse .dropdown-menu .dropdown-submenu .dropdown-item:after,
|
|
.navbar-expand-sm .navbar-main.collapse .dropdown-menu .dropdown-submenu .dropdown-item:after {
|
|
border-bottom-color: #55A79A !important;
|
|
}
|
|
.navbar-expand-sm.navbar-main.collapse .dropdown-menu .dropdown-item:hover:before,
|
|
.navbar-expand-sm.navbar-main.collapse .dropdown-menu .dropdown-item:focus:before,
|
|
.navbar-expand-sm.navbar-main.collapse .dropdown-menu .dropdown-item.active:hover:before,
|
|
.navbar-expand-sm.navbar-main.collapse .dropdown-menu .dropdown-item.active:before,
|
|
.navbar-expand-sm.navbar-main.collapse .dropdown-menu .dropdown-item.active:focus:before,
|
|
.navbar-expand-sm.navbar-main.collapse .dropdown-menu .active>.dropdown-item:before,
|
|
.navbar-expand-sm.navbar-main.collapse .dropdown-menu .active>.dropdown-item:hover:before,
|
|
.navbar-expand-sm.navbar-main.collapse .dropdown-menu .active>.dropdown-item:focus:before,
|
|
.navbar-expand-sm.navbar-main.collapse .dropdown-menu .show>.dropdown-item:before,
|
|
.navbar-expand-sm.navbar-main.collapse .dropdown-menu .show>.dropdown-item:hover:before,
|
|
.navbar-expand-sm.navbar-main.collapse .dropdown-menu .show>.dropdown-item:focus:before,
|
|
.navbar-expand-sm.navbar-main.collapse .dropdown-menu .open>.dropdown-item:before,
|
|
.navbar-expand-sm.navbar-main.collapse .dropdown-menu .open>.dropdown-item:hover:before,
|
|
.navbar-expand-sm.navbar-main.collapse .dropdown-menu .open>.dropdown-item:focus:before,
|
|
.navbar-expand-sm .navbar-main.collapse .dropdown-menu .dropdown-item:hover:before,
|
|
.navbar-expand-sm .navbar-main.collapse .dropdown-menu .dropdown-item:focus:before,
|
|
.navbar-expand-sm .navbar-main.collapse .dropdown-menu .dropdown-item.active:hover:before,
|
|
.navbar-expand-sm .navbar-main.collapse .dropdown-menu .dropdown-item.active:before,
|
|
.navbar-expand-sm .navbar-main.collapse .dropdown-menu .dropdown-item.active:focus:before,
|
|
.navbar-expand-sm .navbar-main.collapse .dropdown-menu .active>.dropdown-item:before,
|
|
.navbar-expand-sm .navbar-main.collapse .dropdown-menu .active>.dropdown-item:hover:before,
|
|
.navbar-expand-sm .navbar-main.collapse .dropdown-menu .active>.dropdown-item:focus:before,
|
|
.navbar-expand-sm .navbar-main.collapse .dropdown-menu .show>.dropdown-item:before,
|
|
.navbar-expand-sm .navbar-main.collapse .dropdown-menu .show>.dropdown-item:hover:before,
|
|
.navbar-expand-sm .navbar-main.collapse .dropdown-menu .show>.dropdown-item:focus:before,
|
|
.navbar-expand-sm .navbar-main.collapse .dropdown-menu .open>.dropdown-item:before,
|
|
.navbar-expand-sm .navbar-main.collapse .dropdown-menu .open>.dropdown-item:hover:before,
|
|
.navbar-expand-sm .navbar-main.collapse .dropdown-menu .open>.dropdown-item:focus:before {
|
|
color: #55A79A !important;
|
|
}
|
|
.navbar-expand-sm.navbar-main .navbar-nav .show>.dropdown-toggle,
|
|
.navbar-expand-sm.navbar-main .navbar-nav .show.active>.dropdown-toggle,
|
|
.navbar-expand-sm.navbar-main .navbar-nav .show>.dropdown-toggle,
|
|
.navbar-expand-sm.navbar-main .navbar-nav .show.active>.dropdown-toggle,
|
|
.navbar-expand-sm.navbar-main .navbar-nav .open>.dropdown-toggle,
|
|
.navbar-expand-sm.navbar-main .navbar-nav .open.active>.dropdown-toggle,
|
|
.navbar-expand-sm.navbar-main .navbar-nav .open>.dropdown-toggle,
|
|
.navbar-expand-sm.navbar-main .navbar-nav .open.active>.dropdown-toggle,
|
|
.navbar-expand-sm.navbar-main .nav-link-dd-effect:hover,
|
|
.navbar-expand-sm.navbar-main .nav-link-dd-effect.active,
|
|
.navbar-expand-sm .navbar-main .navbar-nav .show>.dropdown-toggle,
|
|
.navbar-expand-sm .navbar-main .navbar-nav .show.active>.dropdown-toggle,
|
|
.navbar-expand-sm .navbar-main .navbar-nav .show>.dropdown-toggle,
|
|
.navbar-expand-sm .navbar-main .navbar-nav .show.active>.dropdown-toggle,
|
|
.navbar-expand-sm .navbar-main .navbar-nav .open>.dropdown-toggle,
|
|
.navbar-expand-sm .navbar-main .navbar-nav .open.active>.dropdown-toggle,
|
|
.navbar-expand-sm .navbar-main .navbar-nav .open>.dropdown-toggle,
|
|
.navbar-expand-sm .navbar-main .navbar-nav .open.active>.dropdown-toggle,
|
|
.navbar-expand-sm .navbar-main .nav-link-dd-effect:hover,
|
|
.navbar-expand-sm .navbar-main .nav-link-dd-effect.active {
|
|
border-top-color: #55A79A !important;
|
|
}
|
|
}
|
|
|
|
@media (min-width: 992px) {
|
|
.navbar-expand-md.navbar-main.collapse .dropdown-menu,
|
|
.navbar-expand-md .navbar-main.collapse .dropdown-menu {
|
|
border-bottom-color: #55A79A !important;
|
|
}
|
|
.navbar-expand-md.navbar-main.collapse .dropdown-menu .dropdown-submenu .dropdown-item:after,
|
|
.navbar-expand-md .navbar-main.collapse .dropdown-menu .dropdown-submenu .dropdown-item:after {
|
|
border-bottom-color: #55A79A !important;
|
|
}
|
|
.navbar-expand-md.navbar-main.collapse .dropdown-menu .dropdown-item:hover:before,
|
|
.navbar-expand-md.navbar-main.collapse .dropdown-menu .dropdown-item:focus:before,
|
|
.navbar-expand-md.navbar-main.collapse .dropdown-menu .dropdown-item.active:hover:before,
|
|
.navbar-expand-md.navbar-main.collapse .dropdown-menu .dropdown-item.active:before,
|
|
.navbar-expand-md.navbar-main.collapse .dropdown-menu .dropdown-item.active:focus:before,
|
|
.navbar-expand-md.navbar-main.collapse .dropdown-menu .active>.dropdown-item:before,
|
|
.navbar-expand-md.navbar-main.collapse .dropdown-menu .active>.dropdown-item:hover:before,
|
|
.navbar-expand-md.navbar-main.collapse .dropdown-menu .active>.dropdown-item:focus:before,
|
|
.navbar-expand-md.navbar-main.collapse .dropdown-menu .show>.dropdown-item:before,
|
|
.navbar-expand-md.navbar-main.collapse .dropdown-menu .show>.dropdown-item:hover:before,
|
|
.navbar-expand-md.navbar-main.collapse .dropdown-menu .show>.dropdown-item:focus:before,
|
|
.navbar-expand-md.navbar-main.collapse .dropdown-menu .open>.dropdown-item:before,
|
|
.navbar-expand-md.navbar-main.collapse .dropdown-menu .open>.dropdown-item:hover:before,
|
|
.navbar-expand-md.navbar-main.collapse .dropdown-menu .open>.dropdown-item:focus:before,
|
|
.navbar-expand-md .navbar-main.collapse .dropdown-menu .dropdown-item:hover:before,
|
|
.navbar-expand-md .navbar-main.collapse .dropdown-menu .dropdown-item:focus:before,
|
|
.navbar-expand-md .navbar-main.collapse .dropdown-menu .dropdown-item.active:hover:before,
|
|
.navbar-expand-md .navbar-main.collapse .dropdown-menu .dropdown-item.active:before,
|
|
.navbar-expand-md .navbar-main.collapse .dropdown-menu .dropdown-item.active:focus:before,
|
|
.navbar-expand-md .navbar-main.collapse .dropdown-menu .active>.dropdown-item:before,
|
|
.navbar-expand-md .navbar-main.collapse .dropdown-menu .active>.dropdown-item:hover:before,
|
|
.navbar-expand-md .navbar-main.collapse .dropdown-menu .active>.dropdown-item:focus:before,
|
|
.navbar-expand-md .navbar-main.collapse .dropdown-menu .show>.dropdown-item:before,
|
|
.navbar-expand-md .navbar-main.collapse .dropdown-menu .show>.dropdown-item:hover:before,
|
|
.navbar-expand-md .navbar-main.collapse .dropdown-menu .show>.dropdown-item:focus:before,
|
|
.navbar-expand-md .navbar-main.collapse .dropdown-menu .open>.dropdown-item:before,
|
|
.navbar-expand-md .navbar-main.collapse .dropdown-menu .open>.dropdown-item:hover:before,
|
|
.navbar-expand-md .navbar-main.collapse .dropdown-menu .open>.dropdown-item:focus:before {
|
|
color: #55A79A !important;
|
|
}
|
|
.navbar-expand-md.navbar-main .navbar-nav .show>.dropdown-toggle,
|
|
.navbar-expand-md.navbar-main .navbar-nav .show.active>.dropdown-toggle,
|
|
.navbar-expand-md.navbar-main .navbar-nav .show>.dropdown-toggle,
|
|
.navbar-expand-md.navbar-main .navbar-nav .show.active>.dropdown-toggle,
|
|
.navbar-expand-md.navbar-main .navbar-nav .open>.dropdown-toggle,
|
|
.navbar-expand-md.navbar-main .navbar-nav .open.active>.dropdown-toggle,
|
|
.navbar-expand-md.navbar-main .navbar-nav .open>.dropdown-toggle,
|
|
.navbar-expand-md.navbar-main .navbar-nav .open.active>.dropdown-toggle,
|
|
.navbar-expand-md.navbar-main .nav-link-dd-effect:hover,
|
|
.navbar-expand-md.navbar-main .nav-link-dd-effect.active,
|
|
.navbar-expand-md .navbar-main .navbar-nav .show>.dropdown-toggle,
|
|
.navbar-expand-md .navbar-main .navbar-nav .show.active>.dropdown-toggle,
|
|
.navbar-expand-md .navbar-main .navbar-nav .show>.dropdown-toggle,
|
|
.navbar-expand-md .navbar-main .navbar-nav .show.active>.dropdown-toggle,
|
|
.navbar-expand-md .navbar-main .navbar-nav .open>.dropdown-toggle,
|
|
.navbar-expand-md .navbar-main .navbar-nav .open.active>.dropdown-toggle,
|
|
.navbar-expand-md .navbar-main .navbar-nav .open>.dropdown-toggle,
|
|
.navbar-expand-md .navbar-main .navbar-nav .open.active>.dropdown-toggle,
|
|
.navbar-expand-md .navbar-main .nav-link-dd-effect:hover,
|
|
.navbar-expand-md .navbar-main .nav-link-dd-effect.active {
|
|
border-top-color: #55A79A !important;
|
|
}
|
|
}
|
|
|
|
@media (min-width: 1200px) {
|
|
.navbar-expand-lg.navbar-main.collapse .dropdown-menu,
|
|
.navbar-expand-lg .navbar-main.collapse .dropdown-menu {
|
|
border-bottom-color: #55A79A !important;
|
|
}
|
|
.navbar-expand-lg.navbar-main.collapse .dropdown-menu .dropdown-submenu .dropdown-item:after,
|
|
.navbar-expand-lg .navbar-main.collapse .dropdown-menu .dropdown-submenu .dropdown-item:after {
|
|
border-bottom-color: #55A79A !important;
|
|
}
|
|
.navbar-expand-lg.navbar-main.collapse .dropdown-menu .dropdown-item:hover:before,
|
|
.navbar-expand-lg.navbar-main.collapse .dropdown-menu .dropdown-item:focus:before,
|
|
.navbar-expand-lg.navbar-main.collapse .dropdown-menu .dropdown-item.active:hover:before,
|
|
.navbar-expand-lg.navbar-main.collapse .dropdown-menu .dropdown-item.active:before,
|
|
.navbar-expand-lg.navbar-main.collapse .dropdown-menu .dropdown-item.active:focus:before,
|
|
.navbar-expand-lg.navbar-main.collapse .dropdown-menu .active>.dropdown-item:before,
|
|
.navbar-expand-lg.navbar-main.collapse .dropdown-menu .active>.dropdown-item:hover:before,
|
|
.navbar-expand-lg.navbar-main.collapse .dropdown-menu .active>.dropdown-item:focus:before,
|
|
.navbar-expand-lg.navbar-main.collapse .dropdown-menu .show>.dropdown-item:before,
|
|
.navbar-expand-lg.navbar-main.collapse .dropdown-menu .show>.dropdown-item:hover:before,
|
|
.navbar-expand-lg.navbar-main.collapse .dropdown-menu .show>.dropdown-item:focus:before,
|
|
.navbar-expand-lg.navbar-main.collapse .dropdown-menu .open>.dropdown-item:before,
|
|
.navbar-expand-lg.navbar-main.collapse .dropdown-menu .open>.dropdown-item:hover:before,
|
|
.navbar-expand-lg.navbar-main.collapse .dropdown-menu .open>.dropdown-item:focus:before,
|
|
.navbar-expand-lg .navbar-main.collapse .dropdown-menu .dropdown-item:hover:before,
|
|
.navbar-expand-lg .navbar-main.collapse .dropdown-menu .dropdown-item:focus:before,
|
|
.navbar-expand-lg .navbar-main.collapse .dropdown-menu .dropdown-item.active:hover:before,
|
|
.navbar-expand-lg .navbar-main.collapse .dropdown-menu .dropdown-item.active:before,
|
|
.navbar-expand-lg .navbar-main.collapse .dropdown-menu .dropdown-item.active:focus:before,
|
|
.navbar-expand-lg .navbar-main.collapse .dropdown-menu .active>.dropdown-item:before,
|
|
.navbar-expand-lg .navbar-main.collapse .dropdown-menu .active>.dropdown-item:hover:before,
|
|
.navbar-expand-lg .navbar-main.collapse .dropdown-menu .active>.dropdown-item:focus:before,
|
|
.navbar-expand-lg .navbar-main.collapse .dropdown-menu .show>.dropdown-item:before,
|
|
.navbar-expand-lg .navbar-main.collapse .dropdown-menu .show>.dropdown-item:hover:before,
|
|
.navbar-expand-lg .navbar-main.collapse .dropdown-menu .show>.dropdown-item:focus:before,
|
|
.navbar-expand-lg .navbar-main.collapse .dropdown-menu .open>.dropdown-item:before,
|
|
.navbar-expand-lg .navbar-main.collapse .dropdown-menu .open>.dropdown-item:hover:before,
|
|
.navbar-expand-lg .navbar-main.collapse .dropdown-menu .open>.dropdown-item:focus:before {
|
|
color: #55A79A !important;
|
|
}
|
|
.navbar-expand-lg.navbar-main .navbar-nav .show>.dropdown-toggle,
|
|
.navbar-expand-lg.navbar-main .navbar-nav .show.active>.dropdown-toggle,
|
|
.navbar-expand-lg.navbar-main .navbar-nav .show>.dropdown-toggle,
|
|
.navbar-expand-lg.navbar-main .navbar-nav .show.active>.dropdown-toggle,
|
|
.navbar-expand-lg.navbar-main .navbar-nav .open>.dropdown-toggle,
|
|
.navbar-expand-lg.navbar-main .navbar-nav .open.active>.dropdown-toggle,
|
|
.navbar-expand-lg.navbar-main .navbar-nav .open>.dropdown-toggle,
|
|
.navbar-expand-lg.navbar-main .navbar-nav .open.active>.dropdown-toggle,
|
|
.navbar-expand-lg.navbar-main .nav-link-dd-effect:hover,
|
|
.navbar-expand-lg.navbar-main .nav-link-dd-effect.active,
|
|
.navbar-expand-lg .navbar-main .navbar-nav .show>.dropdown-toggle,
|
|
.navbar-expand-lg .navbar-main .navbar-nav .show.active>.dropdown-toggle,
|
|
.navbar-expand-lg .navbar-main .navbar-nav .show>.dropdown-toggle,
|
|
.navbar-expand-lg .navbar-main .navbar-nav .show.active>.dropdown-toggle,
|
|
.navbar-expand-lg .navbar-main .navbar-nav .open>.dropdown-toggle,
|
|
.navbar-expand-lg .navbar-main .navbar-nav .open.active>.dropdown-toggle,
|
|
.navbar-expand-lg .navbar-main .navbar-nav .open>.dropdown-toggle,
|
|
.navbar-expand-lg .navbar-main .navbar-nav .open.active>.dropdown-toggle,
|
|
.navbar-expand-lg .navbar-main .nav-link-dd-effect:hover,
|
|
.navbar-expand-lg .navbar-main .nav-link-dd-effect.active {
|
|
border-top-color: #55A79A !important;
|
|
}
|
|
}
|
|
|
|
.navbar-expand-xl.navbar-main.collapse .dropdown-menu,
|
|
.navbar-expand-xl .navbar-main.collapse .dropdown-menu {
|
|
border-bottom-color: #55A79A !important;
|
|
}
|
|
|
|
.navbar-expand-xl.navbar-main.collapse .dropdown-menu .dropdown-submenu .dropdown-item:after,
|
|
.navbar-expand-xl .navbar-main.collapse .dropdown-menu .dropdown-submenu .dropdown-item:after {
|
|
border-bottom-color: #55A79A !important;
|
|
}
|
|
|
|
.navbar-expand-xl.navbar-main.collapse .dropdown-menu .dropdown-item:hover:before,
|
|
.navbar-expand-xl.navbar-main.collapse .dropdown-menu .dropdown-item:focus:before,
|
|
.navbar-expand-xl.navbar-main.collapse .dropdown-menu .dropdown-item.active:hover:before,
|
|
.navbar-expand-xl.navbar-main.collapse .dropdown-menu .dropdown-item.active:before,
|
|
.navbar-expand-xl.navbar-main.collapse .dropdown-menu .dropdown-item.active:focus:before,
|
|
.navbar-expand-xl.navbar-main.collapse .dropdown-menu .active>.dropdown-item:before,
|
|
.navbar-expand-xl.navbar-main.collapse .dropdown-menu .active>.dropdown-item:hover:before,
|
|
.navbar-expand-xl.navbar-main.collapse .dropdown-menu .active>.dropdown-item:focus:before,
|
|
.navbar-expand-xl.navbar-main.collapse .dropdown-menu .show>.dropdown-item:before,
|
|
.navbar-expand-xl.navbar-main.collapse .dropdown-menu .show>.dropdown-item:hover:before,
|
|
.navbar-expand-xl.navbar-main.collapse .dropdown-menu .show>.dropdown-item:focus:before,
|
|
.navbar-expand-xl.navbar-main.collapse .dropdown-menu .open>.dropdown-item:before,
|
|
.navbar-expand-xl.navbar-main.collapse .dropdown-menu .open>.dropdown-item:hover:before,
|
|
.navbar-expand-xl.navbar-main.collapse .dropdown-menu .open>.dropdown-item:focus:before,
|
|
.navbar-expand-xl .navbar-main.collapse .dropdown-menu .dropdown-item:hover:before,
|
|
.navbar-expand-xl .navbar-main.collapse .dropdown-menu .dropdown-item:focus:before,
|
|
.navbar-expand-xl .navbar-main.collapse .dropdown-menu .dropdown-item.active:hover:before,
|
|
.navbar-expand-xl .navbar-main.collapse .dropdown-menu .dropdown-item.active:before,
|
|
.navbar-expand-xl .navbar-main.collapse .dropdown-menu .dropdown-item.active:focus:before,
|
|
.navbar-expand-xl .navbar-main.collapse .dropdown-menu .active>.dropdown-item:before,
|
|
.navbar-expand-xl .navbar-main.collapse .dropdown-menu .active>.dropdown-item:hover:before,
|
|
.navbar-expand-xl .navbar-main.collapse .dropdown-menu .active>.dropdown-item:focus:before,
|
|
.navbar-expand-xl .navbar-main.collapse .dropdown-menu .show>.dropdown-item:before,
|
|
.navbar-expand-xl .navbar-main.collapse .dropdown-menu .show>.dropdown-item:hover:before,
|
|
.navbar-expand-xl .navbar-main.collapse .dropdown-menu .show>.dropdown-item:focus:before,
|
|
.navbar-expand-xl .navbar-main.collapse .dropdown-menu .open>.dropdown-item:before,
|
|
.navbar-expand-xl .navbar-main.collapse .dropdown-menu .open>.dropdown-item:hover:before,
|
|
.navbar-expand-xl .navbar-main.collapse .dropdown-menu .open>.dropdown-item:focus:before {
|
|
color: #55A79A !important;
|
|
}
|
|
|
|
.navbar-expand-xl.navbar-main .navbar-nav .show>.dropdown-toggle,
|
|
.navbar-expand-xl.navbar-main .navbar-nav .show.active>.dropdown-toggle,
|
|
.navbar-expand-xl.navbar-main .navbar-nav .show>.dropdown-toggle,
|
|
.navbar-expand-xl.navbar-main .navbar-nav .show.active>.dropdown-toggle,
|
|
.navbar-expand-xl.navbar-main .navbar-nav .open>.dropdown-toggle,
|
|
.navbar-expand-xl.navbar-main .navbar-nav .open.active>.dropdown-toggle,
|
|
.navbar-expand-xl.navbar-main .navbar-nav .open>.dropdown-toggle,
|
|
.navbar-expand-xl.navbar-main .navbar-nav .open.active>.dropdown-toggle,
|
|
.navbar-expand-xl.navbar-main .nav-link-dd-effect:hover,
|
|
.navbar-expand-xl.navbar-main .nav-link-dd-effect.active,
|
|
.navbar-expand-xl .navbar-main .navbar-nav .show>.dropdown-toggle,
|
|
.navbar-expand-xl .navbar-main .navbar-nav .show.active>.dropdown-toggle,
|
|
.navbar-expand-xl .navbar-main .navbar-nav .show>.dropdown-toggle,
|
|
.navbar-expand-xl .navbar-main .navbar-nav .show.active>.dropdown-toggle,
|
|
.navbar-expand-xl .navbar-main .navbar-nav .open>.dropdown-toggle,
|
|
.navbar-expand-xl .navbar-main .navbar-nav .open.active>.dropdown-toggle,
|
|
.navbar-expand-xl .navbar-main .navbar-nav .open>.dropdown-toggle,
|
|
.navbar-expand-xl .navbar-main .navbar-nav .open.active>.dropdown-toggle,
|
|
.navbar-expand-xl .navbar-main .nav-link-dd-effect:hover,
|
|
.navbar-expand-xl .navbar-main .nav-link-dd-effect.active {
|
|
border-top-color: #55A79A !important;
|
|
}
|
|
|
|
.navbar-border-bottom-effect .nav-link:hover:after,
|
|
.navbar-border-bottom-effect .nav-link:active:after,
|
|
.navbar-border-bottom-effect .nav-link:focus:after,
|
|
.navbar-border-bottom-effect .nav-link.active:after {
|
|
background: #55A79A;
|
|
}
|
|
|
|
.form-control:focus,
|
|
.form-control:focus:hover {
|
|
border-color: #55A79A;
|
|
}
|
|
|
|
.btn-primary.btn-invert {
|
|
background-color: #44857b;
|
|
}
|
|
|
|
.btn-primary.btn-invert:hover,
|
|
.btn-primary.btn-invert:focus {
|
|
background-color: #55A79A;
|
|
}
|
|
|
|
.text-primary-faded {
|
|
color: rgba(85, 167, 154, 0.3) !important;
|
|
}
|
|
|
|
.text-primary-darkend {
|
|
color: #33635c !important;
|
|
}
|
|
|
|
.bg-primary-faded {
|
|
background-color: rgba(85, 167, 154, 0.3) !important;
|
|
}
|
|
|
|
.bg-primary-darkend {
|
|
background-color: #33635c !important;
|
|
}
|
|
|
|
.border-primary {
|
|
border-color: #55A79A !important;
|
|
}
|
|
|
|
.border-primary-faded {
|
|
border-color: rgba(85, 167, 154, 0.3) !important;
|
|
}
|
|
|
|
.border-primary-darkend {
|
|
border-color: #33635c !important;
|
|
}
|
|
|
|
.bg-op-0.bg-primary {
|
|
background-color: rgba(85, 167, 154, 0) !important;
|
|
}
|
|
|
|
.bg-op-0.border-primary-faded {
|
|
background-color: rgba(85, 167, 154, 0) !important;
|
|
}
|
|
|
|
.bg-op-0.border-primary-darkend {
|
|
background-color: rgba(51, 99, 92, 0) !important;
|
|
}
|
|
|
|
.border-op-0.border-primary {
|
|
border-color: rgba(85, 167, 154, 0) !important;
|
|
}
|
|
|
|
.border-op-0.border-primary-faded {
|
|
border-color: rgba(85, 167, 154, 0) !important;
|
|
}
|
|
|
|
.border-op-0.border-primary-darkend {
|
|
border-color: rgba(51, 99, 92, 0) !important;
|
|
}
|
|
|
|
.bg-op-1.bg-primary {
|
|
background-color: rgba(85, 167, 154, 0.1) !important;
|
|
}
|
|
|
|
.bg-op-1.border-primary-faded {
|
|
background-color: rgba(85, 167, 154, 0.1) !important;
|
|
}
|
|
|
|
.bg-op-1.border-primary-darkend {
|
|
background-color: rgba(51, 99, 92, 0.1) !important;
|
|
}
|
|
|
|
.border-op-1.border-primary {
|
|
border-color: rgba(85, 167, 154, 0.1) !important;
|
|
}
|
|
|
|
.border-op-1.border-primary-faded {
|
|
border-color: rgba(85, 167, 154, 0.1) !important;
|
|
}
|
|
|
|
.border-op-1.border-primary-darkend {
|
|
border-color: rgba(51, 99, 92, 0.1) !important;
|
|
}
|
|
|
|
.bg-op-2.bg-primary {
|
|
background-color: rgba(85, 167, 154, 0.2) !important;
|
|
}
|
|
|
|
.bg-op-2.border-primary-faded {
|
|
background-color: rgba(85, 167, 154, 0.2) !important;
|
|
}
|
|
|
|
.bg-op-2.border-primary-darkend {
|
|
background-color: rgba(51, 99, 92, 0.2) !important;
|
|
}
|
|
|
|
.border-op-2.border-primary {
|
|
border-color: rgba(85, 167, 154, 0.2) !important;
|
|
}
|
|
|
|
.border-op-2.border-primary-faded {
|
|
border-color: rgba(85, 167, 154, 0.2) !important;
|
|
}
|
|
|
|
.border-op-2.border-primary-darkend {
|
|
border-color: rgba(51, 99, 92, 0.2) !important;
|
|
}
|
|
|
|
.bg-op-3.bg-primary {
|
|
background-color: rgba(85, 167, 154, 0.3) !important;
|
|
}
|
|
|
|
.bg-op-3.border-primary-faded {
|
|
background-color: rgba(85, 167, 154, 0.3) !important;
|
|
}
|
|
|
|
.bg-op-3.border-primary-darkend {
|
|
background-color: rgba(51, 99, 92, 0.3) !important;
|
|
}
|
|
|
|
.border-op-3.border-primary {
|
|
border-color: rgba(85, 167, 154, 0.3) !important;
|
|
}
|
|
|
|
.border-op-3.border-primary-faded {
|
|
border-color: rgba(85, 167, 154, 0.3) !important;
|
|
}
|
|
|
|
.border-op-3.border-primary-darkend {
|
|
border-color: rgba(51, 99, 92, 0.3) !important;
|
|
}
|
|
|
|
.bg-op-4.bg-primary {
|
|
background-color: rgba(85, 167, 154, 0.4) !important;
|
|
}
|
|
|
|
.bg-op-4.border-primary-faded {
|
|
background-color: rgba(85, 167, 154, 0.4) !important;
|
|
}
|
|
|
|
.bg-op-4.border-primary-darkend {
|
|
background-color: rgba(51, 99, 92, 0.4) !important;
|
|
}
|
|
|
|
.border-op-4.border-primary {
|
|
border-color: rgba(85, 167, 154, 0.4) !important;
|
|
}
|
|
|
|
.border-op-4.border-primary-faded {
|
|
border-color: rgba(85, 167, 154, 0.4) !important;
|
|
}
|
|
|
|
.border-op-4.border-primary-darkend {
|
|
border-color: rgba(51, 99, 92, 0.4) !important;
|
|
}
|
|
|
|
.bg-op-5.bg-primary {
|
|
background-color: rgba(85, 167, 154, 0.5) !important;
|
|
}
|
|
|
|
.bg-op-5.border-primary-faded {
|
|
background-color: rgba(85, 167, 154, 0.5) !important;
|
|
}
|
|
|
|
.bg-op-5.border-primary-darkend {
|
|
background-color: rgba(51, 99, 92, 0.5) !important;
|
|
}
|
|
|
|
.border-op-5.border-primary {
|
|
border-color: rgba(85, 167, 154, 0.5) !important;
|
|
}
|
|
|
|
.border-op-5.border-primary-faded {
|
|
border-color: rgba(85, 167, 154, 0.5) !important;
|
|
}
|
|
|
|
.border-op-5.border-primary-darkend {
|
|
border-color: rgba(51, 99, 92, 0.5) !important;
|
|
}
|
|
|
|
.bg-op-6.bg-primary {
|
|
background-color: rgba(85, 167, 154, 0.6) !important;
|
|
}
|
|
|
|
.bg-op-6.border-primary-faded {
|
|
background-color: rgba(85, 167, 154, 0.6) !important;
|
|
}
|
|
|
|
.bg-op-6.border-primary-darkend {
|
|
background-color: rgba(51, 99, 92, 0.6) !important;
|
|
}
|
|
|
|
.border-op-6.border-primary {
|
|
border-color: rgba(85, 167, 154, 0.6) !important;
|
|
}
|
|
|
|
.border-op-6.border-primary-faded {
|
|
border-color: rgba(85, 167, 154, 0.6) !important;
|
|
}
|
|
|
|
.border-op-6.border-primary-darkend {
|
|
border-color: rgba(51, 99, 92, 0.6) !important;
|
|
}
|
|
|
|
.bg-op-7.bg-primary {
|
|
background-color: rgba(85, 167, 154, 0.7) !important;
|
|
}
|
|
|
|
.bg-op-7.border-primary-faded {
|
|
background-color: rgba(85, 167, 154, 0.7) !important;
|
|
}
|
|
|
|
.bg-op-7.border-primary-darkend {
|
|
background-color: rgba(51, 99, 92, 0.7) !important;
|
|
}
|
|
|
|
.border-op-7.border-primary {
|
|
border-color: rgba(85, 167, 154, 0.7) !important;
|
|
}
|
|
|
|
.border-op-7.border-primary-faded {
|
|
border-color: rgba(85, 167, 154, 0.7) !important;
|
|
}
|
|
|
|
.border-op-7.border-primary-darkend {
|
|
border-color: rgba(51, 99, 92, 0.7) !important;
|
|
}
|
|
|
|
.bg-op-8.bg-primary {
|
|
background-color: rgba(85, 167, 154, 0.8) !important;
|
|
}
|
|
|
|
.bg-op-8.border-primary-faded {
|
|
background-color: rgba(85, 167, 154, 0.8) !important;
|
|
}
|
|
|
|
.bg-op-8.border-primary-darkend {
|
|
background-color: rgba(51, 99, 92, 0.8) !important;
|
|
}
|
|
|
|
.border-op-8.border-primary {
|
|
border-color: rgba(85, 167, 154, 0.8) !important;
|
|
}
|
|
|
|
.border-op-8.border-primary-faded {
|
|
border-color: rgba(85, 167, 154, 0.8) !important;
|
|
}
|
|
|
|
.border-op-8.border-primary-darkend {
|
|
border-color: rgba(51, 99, 92, 0.8) !important;
|
|
}
|
|
|
|
.bg-op-9.bg-primary {
|
|
background-color: rgba(85, 167, 154, 0.9) !important;
|
|
}
|
|
|
|
.bg-op-9.border-primary-faded {
|
|
background-color: rgba(85, 167, 154, 0.9) !important;
|
|
}
|
|
|
|
.bg-op-9.border-primary-darkend {
|
|
background-color: rgba(51, 99, 92, 0.9) !important;
|
|
}
|
|
|
|
.border-op-9.border-primary {
|
|
border-color: rgba(85, 167, 154, 0.9) !important;
|
|
}
|
|
|
|
.border-op-9.border-primary-faded {
|
|
border-color: rgba(85, 167, 154, 0.9) !important;
|
|
}
|
|
|
|
.border-op-9.border-primary-darkend {
|
|
border-color: rgba(51, 99, 92, 0.9) !important;
|
|
}
|
|
|
|
.bg-op-10.bg-primary {
|
|
background-color: #55a79a !important;
|
|
}
|
|
|
|
.bg-op-10.border-primary-faded {
|
|
background-color: #55a79a !important;
|
|
}
|
|
|
|
.bg-op-10.border-primary-darkend {
|
|
background-color: #33635c !important;
|
|
}
|
|
|
|
.border-op-10.border-primary {
|
|
border-color: #55a79a !important;
|
|
}
|
|
|
|
.border-op-10.border-primary-faded {
|
|
border-color: #55a79a !important;
|
|
}
|
|
|
|
.border-op-10.border-primary-darkend {
|
|
border-color: #33635c !important;
|
|
}
|
|
|
|
hr.hr-primary {
|
|
border-top-color: #55A79A !important;
|
|
}
|
|
|
|
hr.hr-primary-faded {
|
|
border-top-color: rgba(85, 167, 154, 0.3) !important;
|
|
}
|
|
|
|
hr.hr-primary-darkend {
|
|
border-top-color: #33635c !important;
|
|
}
|
|
|
|
.header .header-brand-text {
|
|
color: #55A79A;
|
|
}
|
|
|
|
.price-banner {
|
|
color: #55A79A;
|
|
}
|
|
|
|
.focus-box {
|
|
border-bottom-color: #55A79A !important;
|
|
}
|
|
|
|
.blog-grid .blog-post {
|
|
border-bottom-color: #55A79A !important;
|
|
}
|
|
|
|
.page-loader {
|
|
background: #55A79A !important;
|
|
}
|
|
|
|
.owl-nav div:hover,
|
|
.owl-dots .owl-dot.active span,
|
|
.owl-dots .owl-dot:hover span {
|
|
background: #55A79A !important;
|
|
}
|
|
|
|
.modal-progress {
|
|
background: #55A79A !important;
|
|
}
|
|
|
|
.overlay.overlay-primary:after,
|
|
.overlay-hover-content.overlay-primary:after {
|
|
background: #55A79A !important;
|
|
}
|
|
|
|
.overlay.overlay-primary .overlay-header:after,
|
|
.overlay.overlay-primary .overlay-footer:before,
|
|
.overlay-hover-content.overlay-primary .overlay-header:after,
|
|
.overlay-hover-content.overlay-primary .overlay-footer:before {
|
|
background: white !important;
|
|
}
|
|
|
|
.header-primary .header {
|
|
background: #55A79A;
|
|
}
|
|
|
|
.header-primary .header .header-inner .header-divider:after {
|
|
background-color: #87c2b8;
|
|
}
|
|
|
|
.header-transparent .header.is-sticky,
|
|
.header-transparent .is-sticky .header {
|
|
border-bottom-color: #55A79A;
|
|
}
|
|
|
|
.header-transparent.header-primary .header {
|
|
background: transparent;
|
|
}
|
|
|
|
.header-transparent.header-primary .header.is-sticky,
|
|
.header-transparent.header-primary .is-sticky .header {
|
|
background-color: rgba(85, 167, 154, 0.98);
|
|
border-bottom-color: #292b2c;
|
|
}
|
|
|
|
.header-translucent.header-dark .header.is-sticky,
|
|
.header-translucent.header-dark .is-sticky .header {
|
|
border-bottom-color: rgba(85, 167, 154, 0.4);
|
|
}
|
|
|
|
.header-translucent.header-primary .header {
|
|
background-color: rgba(85, 167, 154, 0.2);
|
|
border-bottom-color: rgba(85, 167, 154, 0.6);
|
|
}
|
|
|
|
.header-translucent.header-primary .header.is-sticky,
|
|
.header-translucent.header-primary .is-sticky .header {
|
|
background-color: rgba(85, 167, 154, 0.95);
|
|
border-bottom-color: #292b2c;
|
|
}
|
|
|
|
.divider-primary.divider-diagonal:before {
|
|
border-left-color: #55A79A;
|
|
}
|
|
|
|
.divider-primary.divider-diagonal-r:before {
|
|
border-right-color: #55A79A;
|
|
border-left-color: transparent;
|
|
}
|
|
|
|
.divider-primary.divider-arrow-b:before {
|
|
border-top-color: #55A79A;
|
|
}
|
|
|
|
.divider-primary.divider-arrow-t:before {
|
|
border-bottom-color: #55A79A;
|
|
}
|
|
|
|
.divider-primary.divider-arrow-l:before {
|
|
border-right-color: #55A79A;
|
|
}
|
|
|
|
.divider-primary.divider-arrow-r:before {
|
|
border-left-color: #55A79A;
|
|
}
|
|
|
|
.list-timeline.list-timeline-primary:before {
|
|
background: #55A79A;
|
|
}
|
|
|
|
.list-timeline.list-timeline-primary .list-timeline-item:before {
|
|
border-color: #55A79A;
|
|
}
|
|
|
|
.list-timeline.list-timeline-primary .list-timeline-item.active:before,
|
|
.list-timeline.list-timeline-primary .list-timeline-item.show:before {
|
|
background: #55A79A;
|
|
}
|
|
|
|
body,
|
|
html {
|
|
font-family: "Open Sans", Arial, serif;
|
|
background: #fff;
|
|
}
|
|
|
|
body {
|
|
position: relative;
|
|
overflow-x: hidden;
|
|
}
|
|
|
|
a,
|
|
a:hover {
|
|
color: #55A79A;
|
|
}
|
|
|
|
a:hover img {
|
|
opacity: 80;
|
|
}
|
|
|
|
a:focus {
|
|
outline: none;
|
|
}
|
|
|
|
p {
|
|
margin-bottom: 15px;
|
|
}
|
|
|
|
h1,
|
|
h2,
|
|
h3,
|
|
h4,
|
|
h5,
|
|
h6,
|
|
.h1,
|
|
.h2,
|
|
.h3,
|
|
.h4,
|
|
.h5,
|
|
.h6 {
|
|
font-family: inherit;
|
|
font-weight: 700;
|
|
line-height: 1.2;
|
|
}
|
|
|
|
h1 small,
|
|
h2 small,
|
|
h3 small,
|
|
h4 small,
|
|
h5 small,
|
|
h6 small,
|
|
.h1 small,
|
|
.h2 small,
|
|
.h3 small,
|
|
.h4 small,
|
|
.h5 small,
|
|
.h6 small {
|
|
font-weight: normal;
|
|
line-height: 1;
|
|
color: rgba(27, 27, 27, 0.8);
|
|
}
|
|
|
|
h1,
|
|
.h1 {
|
|
font-size: 2.45rem;
|
|
}
|
|
|
|
h2,
|
|
.h2 {
|
|
font-size: 2.15rem;
|
|
}
|
|
|
|
h3,
|
|
.h3 {
|
|
font-size: 1.75rem;
|
|
}
|
|
|
|
h4,
|
|
.h4 {
|
|
font-size: 1.25rem;
|
|
}
|
|
|
|
h5,
|
|
.h5 {
|
|
font-size: 1rem;
|
|
}
|
|
|
|
h6,
|
|
.h6 {
|
|
font-size: 0.85rem;
|
|
}
|
|
|
|
h1 small,
|
|
.h1 small {
|
|
font-size: 1.55rem;
|
|
}
|
|
|
|
h2 small,
|
|
.h2 small {
|
|
font-size: 1.05rem;
|
|
}
|
|
|
|
h3 small,
|
|
.h3 small {
|
|
font-size: 1rem;
|
|
}
|
|
|
|
h4 small,
|
|
.h4 small {
|
|
font-size: 1rem;
|
|
}
|
|
|
|
.blockquote-bubble {
|
|
border: none;
|
|
padding: 0;
|
|
-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;
|
|
}
|
|
|
|
.blockquote-bubble .blockquote-bubble-content {
|
|
background: #E6E6E6;
|
|
padding: 20px;
|
|
border-radius: 3px;
|
|
position: relative;
|
|
margin: 0 0 10px 0;
|
|
width: 100%;
|
|
-webkit-box-flex: 1;
|
|
-ms-flex: 1 1 auto;
|
|
flex: 1 1 auto;
|
|
}
|
|
|
|
.blockquote-bubble .blockquote-bubble-content:after {
|
|
top: 100%;
|
|
border: solid transparent;
|
|
content: " ";
|
|
height: 0;
|
|
width: 0;
|
|
position: absolute;
|
|
pointer-events: none;
|
|
border-top-color: #E6E6E6;
|
|
border-width: 10px;
|
|
left: 30px;
|
|
margin-left: -10px;
|
|
}
|
|
|
|
.blockquote-bubble .blockquote-bubble-content.bg-white:after {
|
|
border-top-color: white;
|
|
}
|
|
|
|
.blockquote-bubble small,
|
|
.blockquote-bubble footer,
|
|
.blockquote-bubble .blockquote-footer {
|
|
padding-left: 8px;
|
|
padding-right: 8px;
|
|
}
|
|
|
|
.blockquote-bubble small img,
|
|
.blockquote-bubble footer img,
|
|
.blockquote-bubble .blockquote-footer img {
|
|
max-width: 50px;
|
|
}
|
|
|
|
.blockquote-bubble .blockquote-footer:before,
|
|
.blockquote-bubble .blockquote-footer:after {
|
|
display: none;
|
|
}
|
|
|
|
.blockquote-bubble.text-right .blockquote-bubble-content:after {
|
|
left: auto;
|
|
margin-left: auto;
|
|
right: 30px;
|
|
}
|
|
|
|
.blockquote-bubble.text-right .blockquote-bubble-content:before {
|
|
border-top-color: rgba(0, 0, 0, 0.01);
|
|
border-width: 11px;
|
|
left: 10%;
|
|
margin-left: -11px;
|
|
}
|
|
|
|
.blockquote-bubble.text-center {
|
|
text-align: center;
|
|
}
|
|
|
|
.blockquote-bubble.text-center .blockquote-bubble-content {
|
|
text-align: center;
|
|
}
|
|
|
|
.blockquote-bubble.text-center .blockquote-bubble-content:after {
|
|
left: 0;
|
|
right: 0;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
|
|
.blockquote-plain {
|
|
border-left: none;
|
|
border-right: none;
|
|
padding: 0;
|
|
}
|
|
|
|
.text-fancy,
|
|
.fancy {
|
|
font-family: 'Calligraffitti', cursive;
|
|
text-transform: lowercase;
|
|
line-height: 10px;
|
|
}
|
|
|
|
.new-tag {
|
|
display: inline;
|
|
color: #d9534f;
|
|
vertical-align: super;
|
|
font-size: 10px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
@media (max-width: 767.98px) {
|
|
.display-1:not(.no-resize),
|
|
.display-2:not(.no-resize),
|
|
.display-3:not(.no-resize),
|
|
.display-4:not(.no-resize) {
|
|
font-size: 180%;
|
|
}
|
|
}
|
|
|
|
small img {
|
|
max-width: 50px;
|
|
}
|
|
|
|
/*body .is-sticky {
|
|
.sticky-header-light.header {
|
|
@extend %header-light;
|
|
}
|
|
.sticky-header-dark.header {
|
|
@extend %header-dark;
|
|
}
|
|
.sticky-header-primary.header {
|
|
@extend %header-primary;
|
|
}
|
|
}*/
|
|
|
|
#header {
|
|
z-index: 1000;
|
|
position: relative;
|
|
color: rgba(0, 0, 0, 0.7);
|
|
}
|
|
|
|
#header::after {
|
|
display: block;
|
|
clear: both;
|
|
content: "";
|
|
}
|
|
|
|
.header-inner .header-brand {
|
|
margin-right: auto;
|
|
padding-bottom: 15px;
|
|
padding-top: 15px;
|
|
}
|
|
|
|
@media (min-width: 768px) {
|
|
.header-inner .header-block,
|
|
.header-inner .header-brand {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-orient: horizontal;
|
|
-webkit-box-direction: normal;
|
|
-ms-flex-direction: row;
|
|
flex-direction: row;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
-webkit-box-pack: start;
|
|
-ms-flex-pack: start;
|
|
justify-content: flex-start;
|
|
-ms-flex-wrap: wrap;
|
|
flex-wrap: wrap;
|
|
}
|
|
}
|
|
|
|
.header-inner .header-divider {
|
|
width: 20px;
|
|
text-align: center;
|
|
line-height: 1;
|
|
height: 40px;
|
|
position: relative;
|
|
display: block;
|
|
}
|
|
|
|
.header-inner .header-divider.header-divider-sm {
|
|
height: 10px;
|
|
width: 15px;
|
|
}
|
|
|
|
.header-inner .header-divider.header-divider-lg {
|
|
height: 60px;
|
|
width: 30px;
|
|
}
|
|
|
|
.header-inner .header-divider:after {
|
|
content: '';
|
|
width: 1px;
|
|
height: 100%;
|
|
background: #dee2e6;
|
|
display: inline-block;
|
|
position: absolute;
|
|
top: auto;
|
|
bottom: auto;
|
|
left: auto;
|
|
right: auto;
|
|
}
|
|
|
|
.header-upper {
|
|
background: #495057;
|
|
position: relative;
|
|
padding: 2.5px 0;
|
|
color: #e9ecef;
|
|
}
|
|
|
|
.header-upper .nav-link {
|
|
color: #e9ecef;
|
|
}
|
|
|
|
.header-upper .nav-link:hover {
|
|
color: #f8f9fa;
|
|
}
|
|
|
|
.header-upper .nav-link,
|
|
.header-upper .nav-item {
|
|
line-height: 1;
|
|
}
|
|
|
|
.header-upper .nav-inline .nav-item+.nav-item,
|
|
.header-upper .nav-inline .nav-link+.nav-link {
|
|
margin-left: 0;
|
|
margin-right: 0.5rem;
|
|
}
|
|
|
|
.header-search {
|
|
overflow: hidden;
|
|
background: #404040;
|
|
}
|
|
|
|
.header-search form {
|
|
padding-top: 0.5em;
|
|
padding-bottom: 0.5em;
|
|
position: relative;
|
|
}
|
|
|
|
.header-search form .btn {
|
|
position: absolute;
|
|
right: 50px;
|
|
top: 0;
|
|
bottom: 0;
|
|
padding: 5px 10px;
|
|
line-height: 1;
|
|
width: 50px;
|
|
outline: none;
|
|
background: transparent;
|
|
font-size: 36px;
|
|
color: white;
|
|
}
|
|
|
|
.header-search form .btn:focus,
|
|
.header-search form .btn:active:focus,
|
|
.header-search form .btn.active:focus {
|
|
outline: none;
|
|
}
|
|
|
|
.header-search form .close-btn {
|
|
right: 0;
|
|
display: block;
|
|
font-size: 20px;
|
|
}
|
|
|
|
.header-search form input {
|
|
padding: 0 150px 0 0;
|
|
background: transparent;
|
|
height: 50px;
|
|
border: none;
|
|
border-radius: 0;
|
|
font-size: 30px;
|
|
font-weight: 100;
|
|
-webkit-box-shadow: none;
|
|
box-shadow: none;
|
|
margin: 0;
|
|
}
|
|
|
|
.header-search form input::-webkit-input-placeholder {
|
|
color: white;
|
|
}
|
|
|
|
.header-search form input:-moz-placeholder {
|
|
/* Firefox 18- */
|
|
color: white;
|
|
}
|
|
|
|
.header-search form input::-moz-placeholder {
|
|
/* Firefox 19+ */
|
|
color: white;
|
|
}
|
|
|
|
.header-search form input:-ms-input-placeholder {
|
|
color: white;
|
|
}
|
|
|
|
.header-search form input:focus {
|
|
color: white;
|
|
-webkit-box-shadow: none;
|
|
box-shadow: none;
|
|
background: transparent;
|
|
}
|
|
|
|
.header {
|
|
background: white;
|
|
border-bottom: 1px solid #dee2e6;
|
|
color: #343a40;
|
|
height: auto;
|
|
padding: 0 0 0 0;
|
|
-webkit-transition: all 0.3s ease-in-out;
|
|
transition: all 0.3s ease-in-out;
|
|
width: 100%;
|
|
right: 0;
|
|
}
|
|
|
|
@media (max-width: 767.98px) {
|
|
.header {
|
|
padding: 15px 0;
|
|
}
|
|
}
|
|
|
|
.header .navbar {
|
|
position: static;
|
|
}
|
|
|
|
.header .header-brand-text {
|
|
font-weight: bold;
|
|
font-family: "Rambla", sans-serif;
|
|
padding: 0;
|
|
margin: 0;
|
|
display: block;
|
|
border: none;
|
|
text-shadow: none;
|
|
line-height: 1;
|
|
max-width: none;
|
|
text-align: left;
|
|
float: none;
|
|
height: auto;
|
|
text-decoration: none;
|
|
letter-spacing: -0.5px;
|
|
font-weight: 700;
|
|
}
|
|
|
|
.header .header-brand-text h1 {
|
|
font-weight: 700;
|
|
margin: 0;
|
|
padding: 0;
|
|
line-height: 1;
|
|
font-family: "Rambla", sans-serif;
|
|
}
|
|
|
|
.header .header-brand-text h1 span {
|
|
color: #464646;
|
|
font-weight: 700;
|
|
}
|
|
|
|
.header .header-brand-text:hover {
|
|
text-decoration: none;
|
|
}
|
|
|
|
.header .header-brand-text h1 {
|
|
-webkit-transition: all 0.3s ease-in-out;
|
|
transition: all 0.3s ease-in-out;
|
|
}
|
|
|
|
@media (max-width: 767.98px) {
|
|
.header .header-brand-text {
|
|
margin-top: 0;
|
|
}
|
|
.header .header-brand-text h1 {
|
|
font-size: 28px;
|
|
}
|
|
}
|
|
|
|
.header .header-brand-text.header-brand-text-sm h1 {
|
|
font-size: 28px !important;
|
|
}
|
|
|
|
.header .header-slogan {
|
|
color: #888;
|
|
}
|
|
|
|
.header .header-btn {
|
|
margin-left: 3px;
|
|
}
|
|
|
|
.header .header-text {
|
|
color: #888;
|
|
}
|
|
|
|
@media (max-width: 767.98px) {
|
|
.header .header-btn,
|
|
.header .cart-link {
|
|
width: auto !important;
|
|
margin-left: 12px;
|
|
}
|
|
}
|
|
|
|
.is-sticky .header,
|
|
.header.is-sticky {
|
|
right: 0;
|
|
width: 100% !important;
|
|
}
|
|
|
|
.navbar {
|
|
color: rgba(0, 0, 0, 0.7);
|
|
margin-bottom: 0;
|
|
background: transparent;
|
|
border-radius: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
.navbar::after {
|
|
display: block;
|
|
clear: both;
|
|
content: "";
|
|
}
|
|
|
|
.social-media a {
|
|
text-decoration: none;
|
|
display: inline-block;
|
|
margin-right: 0;
|
|
color: #f4f4f4;
|
|
font-size: 24px;
|
|
line-height: 1;
|
|
}
|
|
|
|
.social-media a .fa {
|
|
vertical-align: top;
|
|
line-height: inherit;
|
|
display: block;
|
|
}
|
|
|
|
.social-media a:hover {
|
|
text-decoration: none;
|
|
color: white;
|
|
}
|
|
|
|
.navbar-main {
|
|
margin: 0;
|
|
padding: 0;
|
|
background-color: #292b2c;
|
|
position: relative;
|
|
}
|
|
|
|
.navbar-offcanvas {
|
|
background-color: #292b2c;
|
|
padding: 0;
|
|
max-height: none;
|
|
overflow-y: auto !important;
|
|
-webkit-overflow-scrolling: touch;
|
|
position: fixed !important;
|
|
-webkit-transition: all 0.2s ease-in-out;
|
|
transition: all 0.2s ease-in-out;
|
|
}
|
|
|
|
.navbar-offcanvas .navbar-main,
|
|
.navbar-offcanvas .navbar-main.collapse,
|
|
.navbar-offcanvas .navbar-main.in,
|
|
.navbar-offcanvas.navbar-main,
|
|
.navbar-offcanvas.navbar-main.collapse,
|
|
.navbar-offcanvas.navbar-main.in {
|
|
padding: 0;
|
|
margin: 0;
|
|
height: 100% !important;
|
|
display: block !important;
|
|
visibility: visible !important;
|
|
}
|
|
|
|
.navbar-offcanvas>.container {
|
|
padding-left: 0;
|
|
padding-right: 0;
|
|
}
|
|
|
|
.navbar-offcanvas .navbar-main .navbar-nav,
|
|
.navbar-offcanvas.navbar-main .navbar-nav {
|
|
float: none;
|
|
margin: 0;
|
|
padding: 0;
|
|
border-radius: 2px;
|
|
}
|
|
|
|
.navbar-offcanvas .navbar-main .navbar-nav .btn,
|
|
.navbar-offcanvas.navbar-main .navbar-nav .btn {
|
|
margin: 10px 20px;
|
|
}
|
|
|
|
.navbar-offcanvas .navbar-main .navbar-nav .nav-item+.nav-item,
|
|
.navbar-offcanvas.navbar-main .navbar-nav .nav-item+.nav-item {
|
|
margin: 0;
|
|
}
|
|
|
|
.navbar-offcanvas .navbar-main .navbar-nav>.nav-item,
|
|
.navbar-offcanvas.navbar-main .navbar-nav>.nav-item {
|
|
float: none;
|
|
border-left: none;
|
|
border-right: none;
|
|
padding: 0;
|
|
margin: 0;
|
|
border-top: 1px solid rgba(255, 255, 255, 0.1);
|
|
border-bottom: 1px solid #242424;
|
|
}
|
|
|
|
.navbar-offcanvas .navbar-main .navbar-nav>.nav-item>.nav-link,
|
|
.navbar-offcanvas .navbar-main .navbar-nav>.nav-link,
|
|
.navbar-offcanvas.navbar-main .navbar-nav>.nav-item>.nav-link,
|
|
.navbar-offcanvas.navbar-main .navbar-nav>.nav-link {
|
|
padding: 15px 20px;
|
|
margin: 0;
|
|
font-weight: normal;
|
|
font-size: 13px;
|
|
text-transform: uppercase;
|
|
color: rgba(255, 255, 255, 0.7);
|
|
}
|
|
|
|
.navbar-offcanvas .navbar-main .navbar-nav>.nav-item>.nav-link .nav-link-icon,
|
|
.navbar-offcanvas .navbar-main .navbar-nav>.nav-link .nav-link-icon,
|
|
.navbar-offcanvas.navbar-main .navbar-nav>.nav-item>.nav-link .nav-link-icon,
|
|
.navbar-offcanvas.navbar-main .navbar-nav>.nav-link .nav-link-icon {
|
|
font-size: 18px;
|
|
}
|
|
|
|
.navbar-offcanvas .navbar-main .navbar-nav>.nav-item>.nav-link:hover,
|
|
.navbar-offcanvas .navbar-main .navbar-nav>.nav-item.active>.nav-link,
|
|
.navbar-offcanvas.navbar-main .navbar-nav>.nav-item>.nav-link:hover,
|
|
.navbar-offcanvas.navbar-main .navbar-nav>.nav-item.active>.nav-link {
|
|
background: #282828;
|
|
color: #fff;
|
|
}
|
|
|
|
.navbar-offcanvas .navbar-main .navbar-nav .nav-link:focus,
|
|
.navbar-offcanvas.navbar-main .navbar-nav .nav-link:focus {
|
|
background: transparent;
|
|
}
|
|
|
|
.navbar-offcanvas .navbar-main .navbar-nav .show>.dropdown-toggle,
|
|
.navbar-offcanvas .navbar-main .navbar-nav .show.active>.dropdown-toggle,
|
|
.navbar-offcanvas.navbar-main .navbar-nav .show>.dropdown-toggle,
|
|
.navbar-offcanvas.navbar-main .navbar-nav .show.active>.dropdown-toggle {
|
|
background: #292929;
|
|
color: #fff;
|
|
}
|
|
|
|
.navbar-main.in {
|
|
overflow-y: auto;
|
|
}
|
|
|
|
@media (min-width: 576px) {
|
|
.has-navbar-fixed-top #content {
|
|
padding-top: 160px;
|
|
}
|
|
}
|
|
|
|
.navbar-offcanvas.navbar-expand-collapse {
|
|
-webkit-box-flex: 0;
|
|
-ms-flex: 0 0 100%;
|
|
flex: 0 0 100%;
|
|
max-width: 100%;
|
|
top: 7.5px;
|
|
position: relative !important;
|
|
clear: both;
|
|
display: block;
|
|
}
|
|
|
|
.navbar-offcanvas .navbar-main .navbar-nav {
|
|
float: none;
|
|
margin: 0;
|
|
padding: 0;
|
|
border-radius: 2px;
|
|
}
|
|
|
|
.navbar-offcanvas .navbar-main .navbar-nav .btn {
|
|
margin: 10px 20px;
|
|
}
|
|
|
|
.navbar-offcanvas .navbar-main .navbar-nav .nav-item+.nav-item {
|
|
margin: 0;
|
|
}
|
|
|
|
.navbar-offcanvas .navbar-main .navbar-nav>.nav-item {
|
|
float: none;
|
|
border-left: none;
|
|
border-right: none;
|
|
padding: 0;
|
|
margin: 0;
|
|
border-top: 1px solid rgba(255, 255, 255, 0.1);
|
|
border-bottom: 1px solid #242424;
|
|
}
|
|
|
|
.navbar-offcanvas .navbar-main .navbar-nav>.nav-item>.nav-link,
|
|
.navbar-offcanvas .navbar-main .navbar-nav>.nav-link {
|
|
padding: 15px 20px;
|
|
margin: 0;
|
|
font-weight: normal;
|
|
font-size: 13px;
|
|
text-transform: uppercase;
|
|
color: rgba(255, 255, 255, 0.7);
|
|
}
|
|
|
|
.navbar-offcanvas .navbar-main .navbar-nav>.nav-item>.nav-link .nav-link-icon,
|
|
.navbar-offcanvas .navbar-main .navbar-nav>.nav-link .nav-link-icon {
|
|
font-size: 18px;
|
|
}
|
|
|
|
.navbar-offcanvas .navbar-main .navbar-nav>.nav-item>.nav-link:hover,
|
|
.navbar-offcanvas .navbar-main .navbar-nav>.nav-item.active>.nav-link {
|
|
background: #282828;
|
|
color: #fff;
|
|
}
|
|
|
|
.navbar-offcanvas .navbar-main .navbar-nav .nav-link:focus {
|
|
background: transparent;
|
|
}
|
|
|
|
.navbar-offcanvas .navbar-main .navbar-nav .show>.dropdown-toggle,
|
|
.navbar-offcanvas .navbar-main .navbar-nav .show.active>.dropdown-toggle {
|
|
background: #292929;
|
|
color: #fff;
|
|
}
|
|
|
|
.navbar-offcanvas .nav .nav-item,
|
|
.navbar-offcanvas .nav .nav-link {
|
|
display: block;
|
|
}
|
|
|
|
.navbar-offcanvas.navbar-main .navbar-nav,
|
|
.navbar-offcanvas .navbar-main .navbar-nav {
|
|
margin-bottom: 0;
|
|
margin-top: 0;
|
|
display: block;
|
|
}
|
|
|
|
.navbar-offcanvas.navbar-main .navbar-nav .dropdown-menu,
|
|
.navbar-offcanvas.navbar-main .navbar-nav .mega-menu,
|
|
.navbar-offcanvas.navbar-main .navbar-nav .dropdown-menu.mega-menu,
|
|
.navbar-offcanvas .navbar-main .navbar-nav .dropdown-menu,
|
|
.navbar-offcanvas .navbar-main .navbar-nav .mega-menu,
|
|
.navbar-offcanvas .navbar-main .navbar-nav .dropdown-menu.mega-menu {
|
|
padding: 0;
|
|
position: static !important;
|
|
top: 0 !important;
|
|
-webkit-transform: none !important;
|
|
transform: none !important;
|
|
}
|
|
|
|
.navbar-offcanvas.navbar-main .dropdown-effect-fade .dropdown-menu,
|
|
.navbar-offcanvas.navbar-main .dropdown-effect-fade.open>.dropdown-menu,
|
|
.navbar-offcanvas.navbar-main .dropdown-effect-fade .open>.dropdown-menu,
|
|
.navbar-offcanvas.navbar-main .dropdown-effect-fadeup .dropdown-menu,
|
|
.navbar-offcanvas.navbar-main .dropdown-effect-fadeup.open>.dropdown-menu,
|
|
.navbar-offcanvas.navbar-main .dropdown-effect-fadeup .open>.dropdown-menu,
|
|
.navbar-offcanvas.navbar-main .dropdown-effect-fadedown .dropdown-menu,
|
|
.navbar-offcanvas.navbar-main .dropdown-effect-fadedown.open>.dropdown-menu,
|
|
.navbar-offcanvas.navbar-main .dropdown-effect-fadedown .open>.dropdown-menu,
|
|
.navbar-offcanvas .navbar-main .dropdown-effect-fade .dropdown-menu,
|
|
.navbar-offcanvas .navbar-main .dropdown-effect-fade.open>.dropdown-menu,
|
|
.navbar-offcanvas .navbar-main .dropdown-effect-fade .open>.dropdown-menu,
|
|
.navbar-offcanvas .navbar-main .dropdown-effect-fadeup .dropdown-menu,
|
|
.navbar-offcanvas .navbar-main .dropdown-effect-fadeup.open>.dropdown-menu,
|
|
.navbar-offcanvas .navbar-main .dropdown-effect-fadeup .open>.dropdown-menu,
|
|
.navbar-offcanvas .navbar-main .dropdown-effect-fadedown .dropdown-menu,
|
|
.navbar-offcanvas .navbar-main .dropdown-effect-fadedown.open>.dropdown-menu,
|
|
.navbar-offcanvas .navbar-main .dropdown-effect-fadedown .open>.dropdown-menu {
|
|
display: none !important;
|
|
opacity: 1;
|
|
-webkit-transition: all 0.4s ease-out;
|
|
transition: all 0.4s ease-out;
|
|
visibility: visible;
|
|
}
|
|
|
|
.navbar-offcanvas.navbar-main .dropdown-effect-fade.show>.dropdown-menu,
|
|
.navbar-offcanvas.navbar-main .dropdown-effect-fade .show>.dropdown-menu,
|
|
.navbar-offcanvas.navbar-main .dropdown-effect-fadeup.show>.dropdown-menu,
|
|
.navbar-offcanvas.navbar-main .dropdown-effect-fadeup .show>.dropdown-menu,
|
|
.navbar-offcanvas.navbar-main .dropdown-effect-fadedown.show>.dropdown-menu,
|
|
.navbar-offcanvas.navbar-main .dropdown-effect-fadedown .show>.dropdown-menu,
|
|
.navbar-offcanvas .navbar-main .dropdown-effect-fade.show>.dropdown-menu,
|
|
.navbar-offcanvas .navbar-main .dropdown-effect-fade .show>.dropdown-menu,
|
|
.navbar-offcanvas .navbar-main .dropdown-effect-fadeup.show>.dropdown-menu,
|
|
.navbar-offcanvas .navbar-main .dropdown-effect-fadeup .show>.dropdown-menu,
|
|
.navbar-offcanvas .navbar-main .dropdown-effect-fadedown.show>.dropdown-menu,
|
|
.navbar-offcanvas .navbar-main .dropdown-effect-fadedown .show>.dropdown-menu {
|
|
opacity: 1;
|
|
display: block !important;
|
|
visibility: visible !important;
|
|
}
|
|
|
|
.navbar-offcanvas .collapse .dropdown-menu .dropdown.open {
|
|
border-bottom: none;
|
|
}
|
|
|
|
.navbar-offcanvas .dropdown-mega-menu .dropdown-menu {
|
|
min-width: 0;
|
|
}
|
|
|
|
@media (max-width: 575.98px) {
|
|
.navbar-expand.navbar-expand-collapse {
|
|
-webkit-box-flex: 0;
|
|
-ms-flex: 0 0 100%;
|
|
flex: 0 0 100%;
|
|
max-width: 100%;
|
|
top: 7.5px;
|
|
position: relative !important;
|
|
clear: both;
|
|
display: block;
|
|
}
|
|
.navbar-expand .navbar-main .navbar-nav {
|
|
float: none;
|
|
margin: 0;
|
|
padding: 0;
|
|
border-radius: 2px;
|
|
}
|
|
.navbar-expand .navbar-main .navbar-nav .btn {
|
|
margin: 10px 20px;
|
|
}
|
|
.navbar-expand .navbar-main .navbar-nav .nav-item+.nav-item {
|
|
margin: 0;
|
|
}
|
|
.navbar-expand .navbar-main .navbar-nav>.nav-item {
|
|
float: none;
|
|
border-left: none;
|
|
border-right: none;
|
|
padding: 0;
|
|
margin: 0;
|
|
border-top: 1px solid rgba(255, 255, 255, 0.1);
|
|
border-bottom: 1px solid #242424;
|
|
}
|
|
.navbar-expand .navbar-main .navbar-nav>.nav-item>.nav-link,
|
|
.navbar-expand .navbar-main .navbar-nav>.nav-link {
|
|
padding: 15px 20px;
|
|
margin: 0;
|
|
font-weight: normal;
|
|
font-size: 13px;
|
|
text-transform: uppercase;
|
|
color: rgba(255, 255, 255, 0.7);
|
|
}
|
|
.navbar-expand .navbar-main .navbar-nav>.nav-item>.nav-link .nav-link-icon,
|
|
.navbar-expand .navbar-main .navbar-nav>.nav-link .nav-link-icon {
|
|
font-size: 18px;
|
|
}
|
|
.navbar-expand .navbar-main .navbar-nav>.nav-item>.nav-link:hover,
|
|
.navbar-expand .navbar-main .navbar-nav>.nav-item.active>.nav-link {
|
|
background: #282828;
|
|
color: #fff;
|
|
}
|
|
.navbar-expand .navbar-main .navbar-nav .nav-link:focus {
|
|
background: transparent;
|
|
}
|
|
.navbar-expand .navbar-main .navbar-nav .show>.dropdown-toggle,
|
|
.navbar-expand .navbar-main .navbar-nav .show.active>.dropdown-toggle {
|
|
background: #292929;
|
|
color: #fff;
|
|
}
|
|
.navbar-expand .nav .nav-item,
|
|
.navbar-expand .nav .nav-link {
|
|
display: block;
|
|
}
|
|
.navbar-expand.navbar-main .navbar-nav,
|
|
.navbar-expand .navbar-main .navbar-nav {
|
|
margin-bottom: 0;
|
|
margin-top: 0;
|
|
display: block;
|
|
}
|
|
.navbar-expand.navbar-main .navbar-nav .dropdown-menu,
|
|
.navbar-expand.navbar-main .navbar-nav .mega-menu,
|
|
.navbar-expand.navbar-main .navbar-nav .dropdown-menu.mega-menu,
|
|
.navbar-expand .navbar-main .navbar-nav .dropdown-menu,
|
|
.navbar-expand .navbar-main .navbar-nav .mega-menu,
|
|
.navbar-expand .navbar-main .navbar-nav .dropdown-menu.mega-menu {
|
|
padding: 0;
|
|
position: static !important;
|
|
top: 0 !important;
|
|
-webkit-transform: none !important;
|
|
transform: none !important;
|
|
}
|
|
.navbar-expand.navbar-main .dropdown-effect-fade .dropdown-menu,
|
|
.navbar-expand.navbar-main .dropdown-effect-fade.open>.dropdown-menu,
|
|
.navbar-expand.navbar-main .dropdown-effect-fade .open>.dropdown-menu,
|
|
.navbar-expand.navbar-main .dropdown-effect-fadeup .dropdown-menu,
|
|
.navbar-expand.navbar-main .dropdown-effect-fadeup.open>.dropdown-menu,
|
|
.navbar-expand.navbar-main .dropdown-effect-fadeup .open>.dropdown-menu,
|
|
.navbar-expand.navbar-main .dropdown-effect-fadedown .dropdown-menu,
|
|
.navbar-expand.navbar-main .dropdown-effect-fadedown.open>.dropdown-menu,
|
|
.navbar-expand.navbar-main .dropdown-effect-fadedown .open>.dropdown-menu,
|
|
.navbar-expand .navbar-main .dropdown-effect-fade .dropdown-menu,
|
|
.navbar-expand .navbar-main .dropdown-effect-fade.open>.dropdown-menu,
|
|
.navbar-expand .navbar-main .dropdown-effect-fade .open>.dropdown-menu,
|
|
.navbar-expand .navbar-main .dropdown-effect-fadeup .dropdown-menu,
|
|
.navbar-expand .navbar-main .dropdown-effect-fadeup.open>.dropdown-menu,
|
|
.navbar-expand .navbar-main .dropdown-effect-fadeup .open>.dropdown-menu,
|
|
.navbar-expand .navbar-main .dropdown-effect-fadedown .dropdown-menu,
|
|
.navbar-expand .navbar-main .dropdown-effect-fadedown.open>.dropdown-menu,
|
|
.navbar-expand .navbar-main .dropdown-effect-fadedown .open>.dropdown-menu {
|
|
display: none !important;
|
|
opacity: 1;
|
|
-webkit-transition: all 0.4s ease-out;
|
|
transition: all 0.4s ease-out;
|
|
visibility: visible;
|
|
}
|
|
.navbar-expand.navbar-main .dropdown-effect-fade.show>.dropdown-menu,
|
|
.navbar-expand.navbar-main .dropdown-effect-fade .show>.dropdown-menu,
|
|
.navbar-expand.navbar-main .dropdown-effect-fadeup.show>.dropdown-menu,
|
|
.navbar-expand.navbar-main .dropdown-effect-fadeup .show>.dropdown-menu,
|
|
.navbar-expand.navbar-main .dropdown-effect-fadedown.show>.dropdown-menu,
|
|
.navbar-expand.navbar-main .dropdown-effect-fadedown .show>.dropdown-menu,
|
|
.navbar-expand .navbar-main .dropdown-effect-fade.show>.dropdown-menu,
|
|
.navbar-expand .navbar-main .dropdown-effect-fade .show>.dropdown-menu,
|
|
.navbar-expand .navbar-main .dropdown-effect-fadeup.show>.dropdown-menu,
|
|
.navbar-expand .navbar-main .dropdown-effect-fadeup .show>.dropdown-menu,
|
|
.navbar-expand .navbar-main .dropdown-effect-fadedown.show>.dropdown-menu,
|
|
.navbar-expand .navbar-main .dropdown-effect-fadedown .show>.dropdown-menu {
|
|
opacity: 1;
|
|
display: block !important;
|
|
visibility: visible !important;
|
|
}
|
|
.navbar-expand .collapse .dropdown-menu .dropdown.open {
|
|
border-bottom: none;
|
|
}
|
|
.navbar-expand .dropdown-mega-menu .dropdown-menu {
|
|
min-width: 0;
|
|
}
|
|
}
|
|
|
|
@media (min-width: 576px) {
|
|
.navbar-expand.navbar-main,
|
|
.navbar-expand .navbar-main {
|
|
display: block !important;
|
|
padding: 0;
|
|
margin: 0;
|
|
clear: none;
|
|
overflow-y: visible;
|
|
overflow-x: visible;
|
|
width: auto;
|
|
top: auto;
|
|
background: transparent;
|
|
position: static;
|
|
}
|
|
.navbar-expand.navbar-main .navbar-nav,
|
|
.navbar-expand .navbar-main .navbar-nav {
|
|
margin-top: 0;
|
|
}
|
|
.navbar-expand.navbar-main .navbar-nav.container,
|
|
.navbar-expand .navbar-main .navbar-nav.container {
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
.navbar-expand.navbar-main .nav>.dropdown,
|
|
.navbar-expand .navbar-main .nav>.dropdown {
|
|
z-index: 1000;
|
|
}
|
|
.navbar-expand.navbar-main .nav>.dropdown>a,
|
|
.navbar-expand .navbar-main .nav>.dropdown>a {
|
|
position: relative;
|
|
z-index: 1001;
|
|
}
|
|
.navbar-expand.navbar-main.collapse .dropdown-menu,
|
|
.navbar-expand .navbar-main.collapse .dropdown-menu {
|
|
padding: 12px;
|
|
border-radius: 0;
|
|
left: auto;
|
|
border: 1px solid #e9ecef;
|
|
border-bottom: 2px solid #55A79A;
|
|
min-width: 250px;
|
|
color: rgba(27, 27, 27, 0.8);
|
|
background: #fff;
|
|
position: absolute;
|
|
z-index: 1000;
|
|
}
|
|
.navbar-expand.navbar-main.collapse .dropdown-menu .dropdown-item,
|
|
.navbar-expand .navbar-main.collapse .dropdown-menu .dropdown-item {
|
|
margin: 0;
|
|
padding: 8px 12px !important;
|
|
font-size: 12px;
|
|
border-radius: 0;
|
|
background: white;
|
|
border-bottom: 1px solid #E6E6E6 !important;
|
|
color: #1b1b1b;
|
|
}
|
|
.navbar-expand.navbar-main.collapse .dropdown-menu .dropdown-item:before,
|
|
.navbar-expand .navbar-main.collapse .dropdown-menu .dropdown-item:before {
|
|
display: none;
|
|
}
|
|
.navbar-expand.navbar-main.collapse .dropdown-menu .dropdown-item .dropdown-icon,
|
|
.navbar-expand .navbar-main.collapse .dropdown-menu .dropdown-item .dropdown-icon {
|
|
color: #ced4da;
|
|
}
|
|
.navbar-expand.navbar-main.collapse .dropdown-menu .dropdown-item.dropdown-item-caret:before,
|
|
.navbar-expand .navbar-main.collapse .dropdown-menu .dropdown-item.dropdown-item-caret:before {
|
|
font-family: 'Font Awesome 5 Free';
|
|
font-weight: 900;
|
|
font-style: normal;
|
|
speak: none;
|
|
display: inline-block;
|
|
content: "\f105";
|
|
font-size: 12px;
|
|
color: #ced4da;
|
|
width: 20px;
|
|
height: 20px;
|
|
padding-right: 10px;
|
|
margin: 0 !important;
|
|
display: inline-block;
|
|
}
|
|
.navbar-expand.navbar-main.collapse .dropdown-menu .dropdown-item:hover,
|
|
.navbar-expand.navbar-main.collapse .dropdown-menu .dropdown-item:focus,
|
|
.navbar-expand.navbar-main.collapse .dropdown-menu .dropdown-item.active:hover,
|
|
.navbar-expand.navbar-main.collapse .dropdown-menu .dropdown-item.active,
|
|
.navbar-expand.navbar-main.collapse .dropdown-menu .dropdown-item.active:focus,
|
|
.navbar-expand.navbar-main.collapse .dropdown-menu .active>.dropdown-item,
|
|
.navbar-expand.navbar-main.collapse .dropdown-menu .active>.dropdown-item:hover,
|
|
.navbar-expand.navbar-main.collapse .dropdown-menu .active>.dropdown-item:focus,
|
|
.navbar-expand.navbar-main.collapse .dropdown-menu .show:not(.collapse)>.dropdown-item,
|
|
.navbar-expand.navbar-main.collapse .dropdown-menu .show>.dropdown-item:hover,
|
|
.navbar-expand.navbar-main.collapse .dropdown-menu .show>.dropdown-item:focus,
|
|
.navbar-expand.navbar-main.collapse .dropdown-menu .open:not(.collapse)>.dropdown-item,
|
|
.navbar-expand.navbar-main.collapse .dropdown-menu .open>.dropdown-item:hover,
|
|
.navbar-expand.navbar-main.collapse .dropdown-menu .open>.dropdown-item:focus,
|
|
.navbar-expand .navbar-main.collapse .dropdown-menu .dropdown-item:hover,
|
|
.navbar-expand .navbar-main.collapse .dropdown-menu .dropdown-item:focus,
|
|
.navbar-expand .navbar-main.collapse .dropdown-menu .dropdown-item.active:hover,
|
|
.navbar-expand .navbar-main.collapse .dropdown-menu .dropdown-item.active,
|
|
.navbar-expand .navbar-main.collapse .dropdown-menu .dropdown-item.active:focus,
|
|
.navbar-expand .navbar-main.collapse .dropdown-menu .active>.dropdown-item,
|
|
.navbar-expand .navbar-main.collapse .dropdown-menu .active>.dropdown-item:hover,
|
|
.navbar-expand .navbar-main.collapse .dropdown-menu .active>.dropdown-item:focus,
|
|
.navbar-expand .navbar-main.collapse .dropdown-menu .show:not(.collapse)>.dropdown-item,
|
|
.navbar-expand .navbar-main.collapse .dropdown-menu .show>.dropdown-item:hover,
|
|
.navbar-expand .navbar-main.collapse .dropdown-menu .show>.dropdown-item:focus,
|
|
.navbar-expand .navbar-main.collapse .dropdown-menu .open:not(.collapse)>.dropdown-item,
|
|
.navbar-expand .navbar-main.collapse .dropdown-menu .open>.dropdown-item:hover,
|
|
.navbar-expand .navbar-main.collapse .dropdown-menu .open>.dropdown-item:focus {
|
|
color: #212529;
|
|
background: #f8f9fa;
|
|
text-decoration: none;
|
|
}
|
|
.navbar-expand.navbar-main.collapse .dropdown-menu .dropdown-item:hover.dropdown-item-caret:before,
|
|
.navbar-expand.navbar-main.collapse .dropdown-menu .dropdown-item:hover .dropdown-icon,
|
|
.navbar-expand.navbar-main.collapse .dropdown-menu .dropdown-item:focus.dropdown-item-caret:before,
|
|
.navbar-expand.navbar-main.collapse .dropdown-menu .dropdown-item:focus .dropdown-icon,
|
|
.navbar-expand.navbar-main.collapse .dropdown-menu .dropdown-item.active:hover.dropdown-item-caret:before,
|
|
.navbar-expand.navbar-main.collapse .dropdown-menu .dropdown-item.active:hover .dropdown-icon,
|
|
.navbar-expand.navbar-main.collapse .dropdown-menu .dropdown-item.active.dropdown-item-caret:before,
|
|
.navbar-expand.navbar-main.collapse .dropdown-menu .dropdown-item.active .dropdown-icon,
|
|
.navbar-expand.navbar-main.collapse .dropdown-menu .dropdown-item.active:focus.dropdown-item-caret:before,
|
|
.navbar-expand.navbar-main.collapse .dropdown-menu .dropdown-item.active:focus .dropdown-icon,
|
|
.navbar-expand.navbar-main.collapse .dropdown-menu .active>.dropdown-item.dropdown-item-caret:before,
|
|
.navbar-expand.navbar-main.collapse .dropdown-menu .active>.dropdown-item .dropdown-icon,
|
|
.navbar-expand.navbar-main.collapse .dropdown-menu .active>.dropdown-item:hover.dropdown-item-caret:before,
|
|
.navbar-expand.navbar-main.collapse .dropdown-menu .active>.dropdown-item:hover .dropdown-icon,
|
|
.navbar-expand.navbar-main.collapse .dropdown-menu .active>.dropdown-item:focus.dropdown-item-caret:before,
|
|
.navbar-expand.navbar-main.collapse .dropdown-menu .active>.dropdown-item:focus .dropdown-icon,
|
|
.navbar-expand.navbar-main.collapse .dropdown-menu .show:not(.collapse)>.dropdown-item.dropdown-item-caret:before,
|
|
.navbar-expand.navbar-main.collapse .dropdown-menu .show:not(.collapse)>.dropdown-item .dropdown-icon,
|
|
.navbar-expand.navbar-main.collapse .dropdown-menu .show>.dropdown-item:hover.dropdown-item-caret:before,
|
|
.navbar-expand.navbar-main.collapse .dropdown-menu .show>.dropdown-item:hover .dropdown-icon,
|
|
.navbar-expand.navbar-main.collapse .dropdown-menu .show>.dropdown-item:focus.dropdown-item-caret:before,
|
|
.navbar-expand.navbar-main.collapse .dropdown-menu .show>.dropdown-item:focus .dropdown-icon,
|
|
.navbar-expand.navbar-main.collapse .dropdown-menu .open:not(.collapse)>.dropdown-item.dropdown-item-caret:before,
|
|
.navbar-expand.navbar-main.collapse .dropdown-menu .open:not(.collapse)>.dropdown-item .dropdown-icon,
|
|
.navbar-expand.navbar-main.collapse .dropdown-menu .open>.dropdown-item:hover.dropdown-item-caret:before,
|
|
.navbar-expand.navbar-main.collapse .dropdown-menu .open>.dropdown-item:hover .dropdown-icon,
|
|
.navbar-expand.navbar-main.collapse .dropdown-menu .open>.dropdown-item:focus.dropdown-item-caret:before,
|
|
.navbar-expand.navbar-main.collapse .dropdown-menu .open>.dropdown-item:focus .dropdown-icon,
|
|
.navbar-expand .navbar-main.collapse .dropdown-menu .dropdown-item:hover.dropdown-item-caret:before,
|
|
.navbar-expand .navbar-main.collapse .dropdown-menu .dropdown-item:hover .dropdown-icon,
|
|
.navbar-expand .navbar-main.collapse .dropdown-menu .dropdown-item:focus.dropdown-item-caret:before,
|
|
.navbar-expand .navbar-main.collapse .dropdown-menu .dropdown-item:focus .dropdown-icon,
|
|
.navbar-expand .navbar-main.collapse .dropdown-menu .dropdown-item.active:hover.dropdown-item-caret:before,
|
|
.navbar-expand .navbar-main.collapse .dropdown-menu .dropdown-item.active:hover .dropdown-icon,
|
|
.navbar-expand .navbar-main.collapse .dropdown-menu .dropdown-item.active.dropdown-item-caret:before,
|
|
.navbar-expand .navbar-main.collapse .dropdown-menu .dropdown-item.active .dropdown-icon,
|
|
.navbar-expand .navbar-main.collapse .dropdown-menu .dropdown-item.active:focus.dropdown-item-caret:before,
|
|
.navbar-expand .navbar-main.collapse .dropdown-menu .dropdown-item.active:focus .dropdown-icon,
|
|
.navbar-expand .navbar-main.collapse .dropdown-menu .active>.dropdown-item.dropdown-item-caret:before,
|
|
.navbar-expand .navbar-main.collapse .dropdown-menu .active>.dropdown-item .dropdown-icon,
|
|
.navbar-expand .navbar-main.collapse .dropdown-menu .active>.dropdown-item:hover.dropdown-item-caret:before,
|
|
.navbar-expand .navbar-main.collapse .dropdown-menu .active>.dropdown-item:hover .dropdown-icon,
|
|
.navbar-expand .navbar-main.collapse .dropdown-menu .active>.dropdown-item:focus.dropdown-item-caret:before,
|
|
.navbar-expand .navbar-main.collapse .dropdown-menu .active>.dropdown-item:focus .dropdown-icon,
|
|
.navbar-expand .navbar-main.collapse .dropdown-menu .show:not(.collapse)>.dropdown-item.dropdown-item-caret:before,
|
|
.navbar-expand .navbar-main.collapse .dropdown-menu .show:not(.collapse)>.dropdown-item .dropdown-icon,
|
|
.navbar-expand .navbar-main.collapse .dropdown-menu .show>.dropdown-item:hover.dropdown-item-caret:before,
|
|
.navbar-expand .navbar-main.collapse .dropdown-menu .show>.dropdown-item:hover .dropdown-icon,
|
|
.navbar-expand .navbar-main.collapse .dropdown-menu .show>.dropdown-item:focus.dropdown-item-caret:before,
|
|
.navbar-expand .navbar-main.collapse .dropdown-menu .show>.dropdown-item:focus .dropdown-icon,
|
|
.navbar-expand .navbar-main.collapse .dropdown-menu .open:not(.collapse)>.dropdown-item.dropdown-item-caret:before,
|
|
.navbar-expand .navbar-main.collapse .dropdown-menu .open:not(.collapse)>.dropdown-item .dropdown-icon,
|
|
.navbar-expand .navbar-main.collapse .dropdown-menu .open>.dropdown-item:hover.dropdown-item-caret:before,
|
|
.navbar-expand .navbar-main.collapse .dropdown-menu .open>.dropdown-item:hover .dropdown-icon,
|
|
.navbar-expand .navbar-main.collapse .dropdown-menu .open>.dropdown-item:focus.dropdown-item-caret:before,
|
|
.navbar-expand .navbar-main.collapse .dropdown-menu .open>.dropdown-item:focus .dropdown-icon {
|
|
color: #55A79A;
|
|
}
|
|
.navbar-expand.navbar-main .dropdown-header,
|
|
.navbar-expand.navbar-main .dropdown-footer,
|
|
.navbar-expand .navbar-main .dropdown-header,
|
|
.navbar-expand .navbar-main .dropdown-footer {
|
|
font-weight: bold;
|
|
padding: 8px;
|
|
margin-top: 10px;
|
|
margin-bottom: 10px;
|
|
border-bottom: 2px solid #E6E6E6 !important;
|
|
display: block;
|
|
float: none;
|
|
color: #1b1b1b;
|
|
}
|
|
.navbar-expand.navbar-main .dropdown-footer,
|
|
.navbar-expand .navbar-main .dropdown-footer {
|
|
border: none;
|
|
border-top: 2px solid #E6E6E6;
|
|
font-weight: 100;
|
|
margin-bottom: 0;
|
|
font-size: 11px;
|
|
}
|
|
.navbar-expand.navbar-main .dropdown-footer:first-child,
|
|
.navbar-expand .navbar-main .dropdown-footer:first-child {
|
|
margin-top: 10px;
|
|
}
|
|
.navbar-expand.navbar-main.collapse .dropdown-menu .dropdown-submenu,
|
|
.navbar-expand .navbar-main.collapse .dropdown-menu .dropdown-submenu {
|
|
position: relative;
|
|
}
|
|
.navbar-expand.navbar-main.collapse .dropdown-menu .dropdown-submenu>.dropdown-menu,
|
|
.navbar-expand .navbar-main.collapse .dropdown-menu .dropdown-submenu>.dropdown-menu {
|
|
top: 0;
|
|
left: 100%;
|
|
margin-top: -5px;
|
|
margin-left: 10px;
|
|
padding: 8px;
|
|
}
|
|
.navbar-expand.navbar-main.collapse .dropdown-menu .dropdown-submenu.dropdown-menu-right>.dropdown-menu,
|
|
.navbar-expand.navbar-main.collapse .dropdown-menu .dropdown-submenu>.dropdown-menu.dropdown-menu-right,
|
|
.navbar-expand .navbar-main.collapse .dropdown-menu .dropdown-submenu.dropdown-menu-right>.dropdown-menu,
|
|
.navbar-expand .navbar-main.collapse .dropdown-menu .dropdown-submenu>.dropdown-menu.dropdown-menu-right {
|
|
top: 0;
|
|
left: 100%;
|
|
}
|
|
.navbar-expand.navbar-main.collapse .dropdown-menu .dropdown-submenu.dropdown-menu-left>.dropdown-menu,
|
|
.navbar-expand.navbar-main.collapse .dropdown-menu .dropdown-submenu>.dropdown-menu.dropdown-menu-left,
|
|
.navbar-expand .navbar-main.collapse .dropdown-menu .dropdown-submenu.dropdown-menu-left>.dropdown-menu,
|
|
.navbar-expand .navbar-main.collapse .dropdown-menu .dropdown-submenu>.dropdown-menu.dropdown-menu-left {
|
|
top: 0;
|
|
left: auto;
|
|
right: 100%;
|
|
margin-left: 0;
|
|
margin-right: 10px;
|
|
}
|
|
.navbar-expand.navbar-main.collapse .dropdown-menu .dropdown-submenu .dropdown-item:after,
|
|
.navbar-expand .navbar-main.collapse .dropdown-menu .dropdown-submenu .dropdown-item:after {
|
|
border-color: transparent transparent #55A79A transparent;
|
|
}
|
|
.navbar-expand.navbar-main.collapse .dropdown-menu .dropdown-submenu.show,
|
|
.navbar-expand.navbar-main.collapse .dropdown-menu .dropdown-submenu.open,
|
|
.navbar-expand .navbar-main.collapse .dropdown-menu .dropdown-submenu.show,
|
|
.navbar-expand .navbar-main.collapse .dropdown-menu .dropdown-submenu.open {
|
|
border-bottom: none;
|
|
}
|
|
.navbar-expand.navbar-main.collapse .dropdown-menu .dropdown-submenu .dropdown-menu .dropdown-item,
|
|
.navbar-expand .navbar-main.collapse .dropdown-menu .dropdown-submenu .dropdown-menu .dropdown-item {
|
|
padding: 8px 15px !important;
|
|
}
|
|
.navbar-expand.navbar-main .nav>.dropdown-right,
|
|
.navbar-expand .navbar-main .nav>.dropdown-right {
|
|
position: relative;
|
|
}
|
|
.navbar-expand.navbar-main .dropdown-mega-menu,
|
|
.navbar-expand .navbar-main .dropdown-mega-menu {
|
|
position: static;
|
|
}
|
|
.navbar-expand.navbar-main .dropdown-mega-menu .dropdown-menu,
|
|
.navbar-expand .navbar-main .dropdown-mega-menu .dropdown-menu {
|
|
min-width: 550px;
|
|
max-width: 100%;
|
|
padding: 15px;
|
|
right: 0;
|
|
left: 0;
|
|
}
|
|
.navbar-expand.navbar-main .dropdown-mega-menu.dropdown-mega-menu-75 .dropdown-menu,
|
|
.navbar-expand.navbar-main .dropdown-mega-menu.dropdown-mega-menu-50 .dropdown-menu,
|
|
.navbar-expand.navbar-main .dropdown-mega-menu.dropdown-mega-menu-25 .dropdown-menu,
|
|
.navbar-expand .navbar-main .dropdown-mega-menu.dropdown-mega-menu-75 .dropdown-menu,
|
|
.navbar-expand .navbar-main .dropdown-mega-menu.dropdown-mega-menu-50 .dropdown-menu,
|
|
.navbar-expand .navbar-main .dropdown-mega-menu.dropdown-mega-menu-25 .dropdown-menu {
|
|
right: auto;
|
|
left: auto;
|
|
}
|
|
.navbar-expand.navbar-main .dropdown-mega-menu.dropdown-mega-menu-75 .dropdown-menu.dropdown-menu-right,
|
|
.navbar-expand.navbar-main .dropdown-mega-menu.dropdown-mega-menu-50 .dropdown-menu.dropdown-menu-right,
|
|
.navbar-expand.navbar-main .dropdown-mega-menu.dropdown-mega-menu-25 .dropdown-menu.dropdown-menu-right,
|
|
.navbar-expand .navbar-main .dropdown-mega-menu.dropdown-mega-menu-75 .dropdown-menu.dropdown-menu-right,
|
|
.navbar-expand .navbar-main .dropdown-mega-menu.dropdown-mega-menu-50 .dropdown-menu.dropdown-menu-right,
|
|
.navbar-expand .navbar-main .dropdown-mega-menu.dropdown-mega-menu-25 .dropdown-menu.dropdown-menu-right {
|
|
right: 0;
|
|
}
|
|
.navbar-expand.navbar-main .dropdown-mega-menu.dropdown-mega-menu-75 .dropdown-menu,
|
|
.navbar-expand .navbar-main .dropdown-mega-menu.dropdown-mega-menu-75 .dropdown-menu {
|
|
max-width: 75%;
|
|
}
|
|
.navbar-expand.navbar-main .dropdown-mega-menu.dropdown-mega-menu-50 .dropdown-menu,
|
|
.navbar-expand .navbar-main .dropdown-mega-menu.dropdown-mega-menu-50 .dropdown-menu {
|
|
max-width: 50%;
|
|
}
|
|
.navbar-expand.navbar-main .dropdown-mega-menu.dropdown-mega-menu-25 .dropdown-menu,
|
|
.navbar-expand .navbar-main .dropdown-mega-menu.dropdown-mega-menu-25 .dropdown-menu {
|
|
max-width: 25%;
|
|
}
|
|
.navbar-expand.navbar-main .btn,
|
|
.navbar-expand .navbar-main .btn {
|
|
margin-top: 8px;
|
|
}
|
|
.navbar-expand.navbar-main .btn.btn-sm,
|
|
.navbar-expand .navbar-main .btn.btn-sm {
|
|
margin-top: 12px;
|
|
}
|
|
.navbar-expand.navbar-main .btn.btn-lg,
|
|
.navbar-expand .navbar-main .btn.btn-lg {
|
|
margin-top: 4px;
|
|
}
|
|
.navbar-expand.navbar-main .nav-item,
|
|
.navbar-expand .navbar-main .nav-item {
|
|
float: left;
|
|
border: none;
|
|
}
|
|
.navbar-expand.navbar-main .navbar-nav.navbar-nav-stretch>.nav-item>.nav-link,
|
|
.navbar-expand.navbar-main .navbar-nav.navbar-nav-stretch>.nav-link,
|
|
.navbar-expand .navbar-main .navbar-nav.navbar-nav-stretch>.nav-item>.nav-link,
|
|
.navbar-expand .navbar-main .navbar-nav.navbar-nav-stretch>.nav-link {
|
|
padding: 34px 14px;
|
|
}
|
|
.navbar-expand.navbar-main .navbar-nav.navbar-nav-simple>.nav-item>.nav-link,
|
|
.navbar-expand.navbar-main .navbar-nav.navbar-nav-simple>.nav-link,
|
|
.navbar-expand .navbar-main .navbar-nav.navbar-nav-simple>.nav-item>.nav-link,
|
|
.navbar-expand .navbar-main .navbar-nav.navbar-nav-simple>.nav-link {
|
|
padding: 34px 14px;
|
|
}
|
|
.navbar-expand.navbar-main .navbar-nav.navbar-nav-simple>.nav-item>.nav-link.dropdown-toggle:after,
|
|
.navbar-expand.navbar-main .navbar-nav.navbar-nav-simple>.nav-link.dropdown-toggle:after,
|
|
.navbar-expand .navbar-main .navbar-nav.navbar-nav-simple>.nav-item>.nav-link.dropdown-toggle:after,
|
|
.navbar-expand .navbar-main .navbar-nav.navbar-nav-simple>.nav-link.dropdown-toggle:after {
|
|
display: none;
|
|
}
|
|
.navbar-expand.navbar-main .navbar-nav.navbar-nav-simple>.open>.dropdown-toggle,
|
|
.navbar-expand.navbar-main .navbar-nav.navbar-nav-simple>.open>.dropdown-toggle:hover,
|
|
.navbar-expand.navbar-main .navbar-nav.navbar-nav-simple>.open>.dropdown-toggle:focus,
|
|
.navbar-expand .navbar-main .navbar-nav.navbar-nav-simple>.open>.dropdown-toggle,
|
|
.navbar-expand .navbar-main .navbar-nav.navbar-nav-simple>.open>.dropdown-toggle:hover,
|
|
.navbar-expand .navbar-main .navbar-nav.navbar-nav-simple>.open>.dropdown-toggle:focus {
|
|
border-color: transparent !important;
|
|
background: transparent !important;
|
|
color: #55A79A;
|
|
}
|
|
.navbar-expand.navbar-main .navbar-nav.navbar-nav-simple .dropdown-menu,
|
|
.navbar-expand .navbar-main .navbar-nav.navbar-nav-simple .dropdown-menu {
|
|
margin-top: 1px !important;
|
|
}
|
|
.navbar-expand.navbar-main .navbar-nav>.nav-item>.nav-link,
|
|
.navbar-expand.navbar-main .navbar-nav>.nav-link,
|
|
.navbar-expand .navbar-main .navbar-nav>.nav-item>.nav-link,
|
|
.navbar-expand .navbar-main .navbar-nav>.nav-link {
|
|
border-radius: 0;
|
|
-webkit-transition: all 0.3s ease-out;
|
|
transition: all 0.3s ease-out;
|
|
padding: 15px 10px;
|
|
margin: 0;
|
|
font-size: 12px;
|
|
font-weight: bold;
|
|
text-transform: uppercase;
|
|
letter-spacing: 0.5px;
|
|
border: 1px solid transparent;
|
|
border-top: 3px solid transparent;
|
|
}
|
|
.navbar-expand.navbar-main .navbar-nav>.nav-item>.nav-link .nav-link-icon,
|
|
.navbar-expand.navbar-main .navbar-nav>.nav-link .nav-link-icon,
|
|
.navbar-expand .navbar-main .navbar-nav>.nav-item>.nav-link .nav-link-icon,
|
|
.navbar-expand .navbar-main .navbar-nav>.nav-link .nav-link-icon {
|
|
font-size: 17px;
|
|
margin-top: -5px;
|
|
}
|
|
.navbar-expand.navbar-main .navbar-nav>.nav-item>.nav-link:hover .caret,
|
|
.navbar-expand.navbar-main .navbar-nav>.active>.nav-link .caret,
|
|
.navbar-expand .navbar-main .navbar-nav>.nav-item>.nav-link:hover .caret,
|
|
.navbar-expand .navbar-main .navbar-nav>.active>.nav-link .caret {
|
|
border-top-color: #fff;
|
|
}
|
|
.navbar-expand.navbar-main .navbar-nav>.nav-item>.nav-link:focus,
|
|
.navbar-expand .navbar-main .navbar-nav>.nav-item>.nav-link:focus {
|
|
background: transparent;
|
|
}
|
|
.navbar-expand.navbar-main .navbar-nav>.show>.dropdown-toggle,
|
|
.navbar-expand.navbar-main .navbar-nav>.show>.dropdown-toggle:hover,
|
|
.navbar-expand.navbar-main .navbar-nav>.show>.dropdown-toggle:focus,
|
|
.navbar-expand.navbar-main .navbar-nav>.show.active>.dropdown-toggle,
|
|
.navbar-expand.navbar-main .navbar-nav>.show.active>.dropdown-toggle:hover,
|
|
.navbar-expand.navbar-main .navbar-nav>.show.active>.dropdown-toggle:focus,
|
|
.navbar-expand.navbar-main .navbar-nav>.open>.dropdown-toggle,
|
|
.navbar-expand.navbar-main .navbar-nav>.open>.dropdown-toggle:hover,
|
|
.navbar-expand.navbar-main .navbar-nav>.open>.dropdown-toggle:focus,
|
|
.navbar-expand.navbar-main .navbar-nav>.open.active>.dropdown-toggle,
|
|
.navbar-expand.navbar-main .navbar-nav>.open.active>.dropdown-toggle:hover,
|
|
.navbar-expand.navbar-main .navbar-nav>.open.active>.dropdown-toggle:focus,
|
|
.navbar-expand .navbar-main .navbar-nav>.show>.dropdown-toggle,
|
|
.navbar-expand .navbar-main .navbar-nav>.show>.dropdown-toggle:hover,
|
|
.navbar-expand .navbar-main .navbar-nav>.show>.dropdown-toggle:focus,
|
|
.navbar-expand .navbar-main .navbar-nav>.show.active>.dropdown-toggle,
|
|
.navbar-expand .navbar-main .navbar-nav>.show.active>.dropdown-toggle:hover,
|
|
.navbar-expand .navbar-main .navbar-nav>.show.active>.dropdown-toggle:focus,
|
|
.navbar-expand .navbar-main .navbar-nav>.open>.dropdown-toggle,
|
|
.navbar-expand .navbar-main .navbar-nav>.open>.dropdown-toggle:hover,
|
|
.navbar-expand .navbar-main .navbar-nav>.open>.dropdown-toggle:focus,
|
|
.navbar-expand .navbar-main .navbar-nav>.open.active>.dropdown-toggle,
|
|
.navbar-expand .navbar-main .navbar-nav>.open.active>.dropdown-toggle:hover,
|
|
.navbar-expand .navbar-main .navbar-nav>.open.active>.dropdown-toggle:focus {
|
|
background: #fff;
|
|
color: #1b1b1b;
|
|
border-color: #f3f3f3;
|
|
border-bottom-color: transparent;
|
|
}
|
|
.navbar-expand.navbar-main .navbar-nav .nav-link-dd-effect:hover,
|
|
.navbar-expand.navbar-main .navbar-nav .nav-link-dd-effect.active,
|
|
.navbar-expand .navbar-main .navbar-nav .nav-link-dd-effect:hover,
|
|
.navbar-expand .navbar-main .navbar-nav .nav-link-dd-effect.active {
|
|
background: #fff;
|
|
color: #1b1b1b;
|
|
border-color: #f3f3f3;
|
|
border-bottom: 1px solid #f3f3f3;
|
|
}
|
|
.navbar-expand.navbar-main .navbar-nav-flush,
|
|
.navbar-expand .navbar-main .navbar-nav-flush {
|
|
margin-left: -20px;
|
|
}
|
|
.navbar-expand.navbar-main .navbar-nav-flush-right,
|
|
.navbar-expand .navbar-main .navbar-nav-flush-right {
|
|
margin-right: -20px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 767.98px) {
|
|
.navbar-expand-sm.navbar-expand-collapse {
|
|
-webkit-box-flex: 0;
|
|
-ms-flex: 0 0 100%;
|
|
flex: 0 0 100%;
|
|
max-width: 100%;
|
|
top: 7.5px;
|
|
position: relative !important;
|
|
clear: both;
|
|
display: block;
|
|
}
|
|
.navbar-expand-sm .navbar-main .navbar-nav {
|
|
float: none;
|
|
margin: 0;
|
|
padding: 0;
|
|
border-radius: 2px;
|
|
}
|
|
.navbar-expand-sm .navbar-main .navbar-nav .btn {
|
|
margin: 10px 20px;
|
|
}
|
|
.navbar-expand-sm .navbar-main .navbar-nav .nav-item+.nav-item {
|
|
margin: 0;
|
|
}
|
|
.navbar-expand-sm .navbar-main .navbar-nav>.nav-item {
|
|
float: none;
|
|
border-left: none;
|
|
border-right: none;
|
|
padding: 0;
|
|
margin: 0;
|
|
border-top: 1px solid rgba(255, 255, 255, 0.1);
|
|
border-bottom: 1px solid #242424;
|
|
}
|
|
.navbar-expand-sm .navbar-main .navbar-nav>.nav-item>.nav-link,
|
|
.navbar-expand-sm .navbar-main .navbar-nav>.nav-link {
|
|
padding: 15px 20px;
|
|
margin: 0;
|
|
font-weight: normal;
|
|
font-size: 13px;
|
|
text-transform: uppercase;
|
|
color: rgba(255, 255, 255, 0.7);
|
|
}
|
|
.navbar-expand-sm .navbar-main .navbar-nav>.nav-item>.nav-link .nav-link-icon,
|
|
.navbar-expand-sm .navbar-main .navbar-nav>.nav-link .nav-link-icon {
|
|
font-size: 18px;
|
|
}
|
|
.navbar-expand-sm .navbar-main .navbar-nav>.nav-item>.nav-link:hover,
|
|
.navbar-expand-sm .navbar-main .navbar-nav>.nav-item.active>.nav-link {
|
|
background: #282828;
|
|
color: #fff;
|
|
}
|
|
.navbar-expand-sm .navbar-main .navbar-nav .nav-link:focus {
|
|
background: transparent;
|
|
}
|
|
.navbar-expand-sm .navbar-main .navbar-nav .show>.dropdown-toggle,
|
|
.navbar-expand-sm .navbar-main .navbar-nav .show.active>.dropdown-toggle {
|
|
background: #292929;
|
|
color: #fff;
|
|
}
|
|
.navbar-expand-sm .nav .nav-item,
|
|
.navbar-expand-sm .nav .nav-link {
|
|
display: block;
|
|
}
|
|
.navbar-expand-sm.navbar-main .navbar-nav,
|
|
.navbar-expand-sm .navbar-main .navbar-nav {
|
|
margin-bottom: 0;
|
|
margin-top: 0;
|
|
display: block;
|
|
}
|
|
.navbar-expand-sm.navbar-main .navbar-nav .dropdown-menu,
|
|
.navbar-expand-sm.navbar-main .navbar-nav .mega-menu,
|
|
.navbar-expand-sm.navbar-main .navbar-nav .dropdown-menu.mega-menu,
|
|
.navbar-expand-sm .navbar-main .navbar-nav .dropdown-menu,
|
|
.navbar-expand-sm .navbar-main .navbar-nav .mega-menu,
|
|
.navbar-expand-sm .navbar-main .navbar-nav .dropdown-menu.mega-menu {
|
|
padding: 0;
|
|
position: static !important;
|
|
top: 0 !important;
|
|
-webkit-transform: none !important;
|
|
transform: none !important;
|
|
}
|
|
.navbar-expand-sm.navbar-main .dropdown-effect-fade .dropdown-menu,
|
|
.navbar-expand-sm.navbar-main .dropdown-effect-fade.open>.dropdown-menu,
|
|
.navbar-expand-sm.navbar-main .dropdown-effect-fade .open>.dropdown-menu,
|
|
.navbar-expand-sm.navbar-main .dropdown-effect-fadeup .dropdown-menu,
|
|
.navbar-expand-sm.navbar-main .dropdown-effect-fadeup.open>.dropdown-menu,
|
|
.navbar-expand-sm.navbar-main .dropdown-effect-fadeup .open>.dropdown-menu,
|
|
.navbar-expand-sm.navbar-main .dropdown-effect-fadedown .dropdown-menu,
|
|
.navbar-expand-sm.navbar-main .dropdown-effect-fadedown.open>.dropdown-menu,
|
|
.navbar-expand-sm.navbar-main .dropdown-effect-fadedown .open>.dropdown-menu,
|
|
.navbar-expand-sm .navbar-main .dropdown-effect-fade .dropdown-menu,
|
|
.navbar-expand-sm .navbar-main .dropdown-effect-fade.open>.dropdown-menu,
|
|
.navbar-expand-sm .navbar-main .dropdown-effect-fade .open>.dropdown-menu,
|
|
.navbar-expand-sm .navbar-main .dropdown-effect-fadeup .dropdown-menu,
|
|
.navbar-expand-sm .navbar-main .dropdown-effect-fadeup.open>.dropdown-menu,
|
|
.navbar-expand-sm .navbar-main .dropdown-effect-fadeup .open>.dropdown-menu,
|
|
.navbar-expand-sm .navbar-main .dropdown-effect-fadedown .dropdown-menu,
|
|
.navbar-expand-sm .navbar-main .dropdown-effect-fadedown.open>.dropdown-menu,
|
|
.navbar-expand-sm .navbar-main .dropdown-effect-fadedown .open>.dropdown-menu {
|
|
display: none !important;
|
|
opacity: 1;
|
|
-webkit-transition: all 0.4s ease-out;
|
|
transition: all 0.4s ease-out;
|
|
visibility: visible;
|
|
}
|
|
.navbar-expand-sm.navbar-main .dropdown-effect-fade.show>.dropdown-menu,
|
|
.navbar-expand-sm.navbar-main .dropdown-effect-fade .show>.dropdown-menu,
|
|
.navbar-expand-sm.navbar-main .dropdown-effect-fadeup.show>.dropdown-menu,
|
|
.navbar-expand-sm.navbar-main .dropdown-effect-fadeup .show>.dropdown-menu,
|
|
.navbar-expand-sm.navbar-main .dropdown-effect-fadedown.show>.dropdown-menu,
|
|
.navbar-expand-sm.navbar-main .dropdown-effect-fadedown .show>.dropdown-menu,
|
|
.navbar-expand-sm .navbar-main .dropdown-effect-fade.show>.dropdown-menu,
|
|
.navbar-expand-sm .navbar-main .dropdown-effect-fade .show>.dropdown-menu,
|
|
.navbar-expand-sm .navbar-main .dropdown-effect-fadeup.show>.dropdown-menu,
|
|
.navbar-expand-sm .navbar-main .dropdown-effect-fadeup .show>.dropdown-menu,
|
|
.navbar-expand-sm .navbar-main .dropdown-effect-fadedown.show>.dropdown-menu,
|
|
.navbar-expand-sm .navbar-main .dropdown-effect-fadedown .show>.dropdown-menu {
|
|
opacity: 1;
|
|
display: block !important;
|
|
visibility: visible !important;
|
|
}
|
|
.navbar-expand-sm .collapse .dropdown-menu .dropdown.open {
|
|
border-bottom: none;
|
|
}
|
|
.navbar-expand-sm .dropdown-mega-menu .dropdown-menu {
|
|
min-width: 0;
|
|
}
|
|
}
|
|
|
|
@media (min-width: 768px) {
|
|
.navbar-expand-sm.navbar-main,
|
|
.navbar-expand-sm .navbar-main {
|
|
display: block !important;
|
|
padding: 0;
|
|
margin: 0;
|
|
clear: none;
|
|
overflow-y: visible;
|
|
overflow-x: visible;
|
|
width: auto;
|
|
top: auto;
|
|
background: transparent;
|
|
position: static;
|
|
}
|
|
.navbar-expand-sm.navbar-main .navbar-nav,
|
|
.navbar-expand-sm .navbar-main .navbar-nav {
|
|
margin-top: 0;
|
|
}
|
|
.navbar-expand-sm.navbar-main .navbar-nav.container,
|
|
.navbar-expand-sm .navbar-main .navbar-nav.container {
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
.navbar-expand-sm.navbar-main .nav>.dropdown,
|
|
.navbar-expand-sm .navbar-main .nav>.dropdown {
|
|
z-index: 1000;
|
|
}
|
|
.navbar-expand-sm.navbar-main .nav>.dropdown>a,
|
|
.navbar-expand-sm .navbar-main .nav>.dropdown>a {
|
|
position: relative;
|
|
z-index: 1001;
|
|
}
|
|
.navbar-expand-sm.navbar-main.collapse .dropdown-menu,
|
|
.navbar-expand-sm .navbar-main.collapse .dropdown-menu {
|
|
padding: 12px;
|
|
border-radius: 0;
|
|
left: auto;
|
|
border: 1px solid #e9ecef;
|
|
border-bottom: 2px solid #55A79A;
|
|
min-width: 250px;
|
|
color: rgba(27, 27, 27, 0.8);
|
|
background: #fff;
|
|
position: absolute;
|
|
z-index: 1000;
|
|
}
|
|
.navbar-expand-sm.navbar-main.collapse .dropdown-menu .dropdown-item,
|
|
.navbar-expand-sm .navbar-main.collapse .dropdown-menu .dropdown-item {
|
|
margin: 0;
|
|
padding: 8px 12px !important;
|
|
font-size: 12px;
|
|
border-radius: 0;
|
|
background: white;
|
|
border-bottom: 1px solid #E6E6E6 !important;
|
|
color: #1b1b1b;
|
|
}
|
|
.navbar-expand-sm.navbar-main.collapse .dropdown-menu .dropdown-item:before,
|
|
.navbar-expand-sm .navbar-main.collapse .dropdown-menu .dropdown-item:before {
|
|
display: none;
|
|
}
|
|
.navbar-expand-sm.navbar-main.collapse .dropdown-menu .dropdown-item .dropdown-icon,
|
|
.navbar-expand-sm .navbar-main.collapse .dropdown-menu .dropdown-item .dropdown-icon {
|
|
color: #ced4da;
|
|
}
|
|
.navbar-expand-sm.navbar-main.collapse .dropdown-menu .dropdown-item.dropdown-item-caret:before,
|
|
.navbar-expand-sm .navbar-main.collapse .dropdown-menu .dropdown-item.dropdown-item-caret:before {
|
|
font-family: 'Font Awesome 5 Free';
|
|
font-weight: 900;
|
|
font-style: normal;
|
|
speak: none;
|
|
display: inline-block;
|
|
content: "\f105";
|
|
font-size: 12px;
|
|
color: #ced4da;
|
|
width: 20px;
|
|
height: 20px;
|
|
padding-right: 10px;
|
|
margin: 0 !important;
|
|
display: inline-block;
|
|
}
|
|
.navbar-expand-sm.navbar-main.collapse .dropdown-menu .dropdown-item:hover,
|
|
.navbar-expand-sm.navbar-main.collapse .dropdown-menu .dropdown-item:focus,
|
|
.navbar-expand-sm.navbar-main.collapse .dropdown-menu .dropdown-item.active:hover,
|
|
.navbar-expand-sm.navbar-main.collapse .dropdown-menu .dropdown-item.active,
|
|
.navbar-expand-sm.navbar-main.collapse .dropdown-menu .dropdown-item.active:focus,
|
|
.navbar-expand-sm.navbar-main.collapse .dropdown-menu .active>.dropdown-item,
|
|
.navbar-expand-sm.navbar-main.collapse .dropdown-menu .active>.dropdown-item:hover,
|
|
.navbar-expand-sm.navbar-main.collapse .dropdown-menu .active>.dropdown-item:focus,
|
|
.navbar-expand-sm.navbar-main.collapse .dropdown-menu .show:not(.collapse)>.dropdown-item,
|
|
.navbar-expand-sm.navbar-main.collapse .dropdown-menu .show>.dropdown-item:hover,
|
|
.navbar-expand-sm.navbar-main.collapse .dropdown-menu .show>.dropdown-item:focus,
|
|
.navbar-expand-sm.navbar-main.collapse .dropdown-menu .open:not(.collapse)>.dropdown-item,
|
|
.navbar-expand-sm.navbar-main.collapse .dropdown-menu .open>.dropdown-item:hover,
|
|
.navbar-expand-sm.navbar-main.collapse .dropdown-menu .open>.dropdown-item:focus,
|
|
.navbar-expand-sm .navbar-main.collapse .dropdown-menu .dropdown-item:hover,
|
|
.navbar-expand-sm .navbar-main.collapse .dropdown-menu .dropdown-item:focus,
|
|
.navbar-expand-sm .navbar-main.collapse .dropdown-menu .dropdown-item.active:hover,
|
|
.navbar-expand-sm .navbar-main.collapse .dropdown-menu .dropdown-item.active,
|
|
.navbar-expand-sm .navbar-main.collapse .dropdown-menu .dropdown-item.active:focus,
|
|
.navbar-expand-sm .navbar-main.collapse .dropdown-menu .active>.dropdown-item,
|
|
.navbar-expand-sm .navbar-main.collapse .dropdown-menu .active>.dropdown-item:hover,
|
|
.navbar-expand-sm .navbar-main.collapse .dropdown-menu .active>.dropdown-item:focus,
|
|
.navbar-expand-sm .navbar-main.collapse .dropdown-menu .show:not(.collapse)>.dropdown-item,
|
|
.navbar-expand-sm .navbar-main.collapse .dropdown-menu .show>.dropdown-item:hover,
|
|
.navbar-expand-sm .navbar-main.collapse .dropdown-menu .show>.dropdown-item:focus,
|
|
.navbar-expand-sm .navbar-main.collapse .dropdown-menu .open:not(.collapse)>.dropdown-item,
|
|
.navbar-expand-sm .navbar-main.collapse .dropdown-menu .open>.dropdown-item:hover,
|
|
.navbar-expand-sm .navbar-main.collapse .dropdown-menu .open>.dropdown-item:focus {
|
|
color: #212529;
|
|
background: #f8f9fa;
|
|
text-decoration: none;
|
|
}
|
|
.navbar-expand-sm.navbar-main.collapse .dropdown-menu .dropdown-item:hover.dropdown-item-caret:before,
|
|
.navbar-expand-sm.navbar-main.collapse .dropdown-menu .dropdown-item:hover .dropdown-icon,
|
|
.navbar-expand-sm.navbar-main.collapse .dropdown-menu .dropdown-item:focus.dropdown-item-caret:before,
|
|
.navbar-expand-sm.navbar-main.collapse .dropdown-menu .dropdown-item:focus .dropdown-icon,
|
|
.navbar-expand-sm.navbar-main.collapse .dropdown-menu .dropdown-item.active:hover.dropdown-item-caret:before,
|
|
.navbar-expand-sm.navbar-main.collapse .dropdown-menu .dropdown-item.active:hover .dropdown-icon,
|
|
.navbar-expand-sm.navbar-main.collapse .dropdown-menu .dropdown-item.active.dropdown-item-caret:before,
|
|
.navbar-expand-sm.navbar-main.collapse .dropdown-menu .dropdown-item.active .dropdown-icon,
|
|
.navbar-expand-sm.navbar-main.collapse .dropdown-menu .dropdown-item.active:focus.dropdown-item-caret:before,
|
|
.navbar-expand-sm.navbar-main.collapse .dropdown-menu .dropdown-item.active:focus .dropdown-icon,
|
|
.navbar-expand-sm.navbar-main.collapse .dropdown-menu .active>.dropdown-item.dropdown-item-caret:before,
|
|
.navbar-expand-sm.navbar-main.collapse .dropdown-menu .active>.dropdown-item .dropdown-icon,
|
|
.navbar-expand-sm.navbar-main.collapse .dropdown-menu .active>.dropdown-item:hover.dropdown-item-caret:before,
|
|
.navbar-expand-sm.navbar-main.collapse .dropdown-menu .active>.dropdown-item:hover .dropdown-icon,
|
|
.navbar-expand-sm.navbar-main.collapse .dropdown-menu .active>.dropdown-item:focus.dropdown-item-caret:before,
|
|
.navbar-expand-sm.navbar-main.collapse .dropdown-menu .active>.dropdown-item:focus .dropdown-icon,
|
|
.navbar-expand-sm.navbar-main.collapse .dropdown-menu .show:not(.collapse)>.dropdown-item.dropdown-item-caret:before,
|
|
.navbar-expand-sm.navbar-main.collapse .dropdown-menu .show:not(.collapse)>.dropdown-item .dropdown-icon,
|
|
.navbar-expand-sm.navbar-main.collapse .dropdown-menu .show>.dropdown-item:hover.dropdown-item-caret:before,
|
|
.navbar-expand-sm.navbar-main.collapse .dropdown-menu .show>.dropdown-item:hover .dropdown-icon,
|
|
.navbar-expand-sm.navbar-main.collapse .dropdown-menu .show>.dropdown-item:focus.dropdown-item-caret:before,
|
|
.navbar-expand-sm.navbar-main.collapse .dropdown-menu .show>.dropdown-item:focus .dropdown-icon,
|
|
.navbar-expand-sm.navbar-main.collapse .dropdown-menu .open:not(.collapse)>.dropdown-item.dropdown-item-caret:before,
|
|
.navbar-expand-sm.navbar-main.collapse .dropdown-menu .open:not(.collapse)>.dropdown-item .dropdown-icon,
|
|
.navbar-expand-sm.navbar-main.collapse .dropdown-menu .open>.dropdown-item:hover.dropdown-item-caret:before,
|
|
.navbar-expand-sm.navbar-main.collapse .dropdown-menu .open>.dropdown-item:hover .dropdown-icon,
|
|
.navbar-expand-sm.navbar-main.collapse .dropdown-menu .open>.dropdown-item:focus.dropdown-item-caret:before,
|
|
.navbar-expand-sm.navbar-main.collapse .dropdown-menu .open>.dropdown-item:focus .dropdown-icon,
|
|
.navbar-expand-sm .navbar-main.collapse .dropdown-menu .dropdown-item:hover.dropdown-item-caret:before,
|
|
.navbar-expand-sm .navbar-main.collapse .dropdown-menu .dropdown-item:hover .dropdown-icon,
|
|
.navbar-expand-sm .navbar-main.collapse .dropdown-menu .dropdown-item:focus.dropdown-item-caret:before,
|
|
.navbar-expand-sm .navbar-main.collapse .dropdown-menu .dropdown-item:focus .dropdown-icon,
|
|
.navbar-expand-sm .navbar-main.collapse .dropdown-menu .dropdown-item.active:hover.dropdown-item-caret:before,
|
|
.navbar-expand-sm .navbar-main.collapse .dropdown-menu .dropdown-item.active:hover .dropdown-icon,
|
|
.navbar-expand-sm .navbar-main.collapse .dropdown-menu .dropdown-item.active.dropdown-item-caret:before,
|
|
.navbar-expand-sm .navbar-main.collapse .dropdown-menu .dropdown-item.active .dropdown-icon,
|
|
.navbar-expand-sm .navbar-main.collapse .dropdown-menu .dropdown-item.active:focus.dropdown-item-caret:before,
|
|
.navbar-expand-sm .navbar-main.collapse .dropdown-menu .dropdown-item.active:focus .dropdown-icon,
|
|
.navbar-expand-sm .navbar-main.collapse .dropdown-menu .active>.dropdown-item.dropdown-item-caret:before,
|
|
.navbar-expand-sm .navbar-main.collapse .dropdown-menu .active>.dropdown-item .dropdown-icon,
|
|
.navbar-expand-sm .navbar-main.collapse .dropdown-menu .active>.dropdown-item:hover.dropdown-item-caret:before,
|
|
.navbar-expand-sm .navbar-main.collapse .dropdown-menu .active>.dropdown-item:hover .dropdown-icon,
|
|
.navbar-expand-sm .navbar-main.collapse .dropdown-menu .active>.dropdown-item:focus.dropdown-item-caret:before,
|
|
.navbar-expand-sm .navbar-main.collapse .dropdown-menu .active>.dropdown-item:focus .dropdown-icon,
|
|
.navbar-expand-sm .navbar-main.collapse .dropdown-menu .show:not(.collapse)>.dropdown-item.dropdown-item-caret:before,
|
|
.navbar-expand-sm .navbar-main.collapse .dropdown-menu .show:not(.collapse)>.dropdown-item .dropdown-icon,
|
|
.navbar-expand-sm .navbar-main.collapse .dropdown-menu .show>.dropdown-item:hover.dropdown-item-caret:before,
|
|
.navbar-expand-sm .navbar-main.collapse .dropdown-menu .show>.dropdown-item:hover .dropdown-icon,
|
|
.navbar-expand-sm .navbar-main.collapse .dropdown-menu .show>.dropdown-item:focus.dropdown-item-caret:before,
|
|
.navbar-expand-sm .navbar-main.collapse .dropdown-menu .show>.dropdown-item:focus .dropdown-icon,
|
|
.navbar-expand-sm .navbar-main.collapse .dropdown-menu .open:not(.collapse)>.dropdown-item.dropdown-item-caret:before,
|
|
.navbar-expand-sm .navbar-main.collapse .dropdown-menu .open:not(.collapse)>.dropdown-item .dropdown-icon,
|
|
.navbar-expand-sm .navbar-main.collapse .dropdown-menu .open>.dropdown-item:hover.dropdown-item-caret:before,
|
|
.navbar-expand-sm .navbar-main.collapse .dropdown-menu .open>.dropdown-item:hover .dropdown-icon,
|
|
.navbar-expand-sm .navbar-main.collapse .dropdown-menu .open>.dropdown-item:focus.dropdown-item-caret:before,
|
|
.navbar-expand-sm .navbar-main.collapse .dropdown-menu .open>.dropdown-item:focus .dropdown-icon {
|
|
color: #55A79A;
|
|
}
|
|
.navbar-expand-sm.navbar-main .dropdown-header,
|
|
.navbar-expand-sm.navbar-main .dropdown-footer,
|
|
.navbar-expand-sm .navbar-main .dropdown-header,
|
|
.navbar-expand-sm .navbar-main .dropdown-footer {
|
|
font-weight: bold;
|
|
padding: 8px;
|
|
margin-top: 10px;
|
|
margin-bottom: 10px;
|
|
border-bottom: 2px solid #E6E6E6 !important;
|
|
display: block;
|
|
float: none;
|
|
color: #1b1b1b;
|
|
}
|
|
.navbar-expand-sm.navbar-main .dropdown-footer,
|
|
.navbar-expand-sm .navbar-main .dropdown-footer {
|
|
border: none;
|
|
border-top: 2px solid #E6E6E6;
|
|
font-weight: 100;
|
|
margin-bottom: 0;
|
|
font-size: 11px;
|
|
}
|
|
.navbar-expand-sm.navbar-main .dropdown-footer:first-child,
|
|
.navbar-expand-sm .navbar-main .dropdown-footer:first-child {
|
|
margin-top: 10px;
|
|
}
|
|
.navbar-expand-sm.navbar-main.collapse .dropdown-menu .dropdown-submenu,
|
|
.navbar-expand-sm .navbar-main.collapse .dropdown-menu .dropdown-submenu {
|
|
position: relative;
|
|
}
|
|
.navbar-expand-sm.navbar-main.collapse .dropdown-menu .dropdown-submenu>.dropdown-menu,
|
|
.navbar-expand-sm .navbar-main.collapse .dropdown-menu .dropdown-submenu>.dropdown-menu {
|
|
top: 0;
|
|
left: 100%;
|
|
margin-top: -5px;
|
|
margin-left: 10px;
|
|
padding: 8px;
|
|
}
|
|
.navbar-expand-sm.navbar-main.collapse .dropdown-menu .dropdown-submenu.dropdown-menu-right>.dropdown-menu,
|
|
.navbar-expand-sm.navbar-main.collapse .dropdown-menu .dropdown-submenu>.dropdown-menu.dropdown-menu-right,
|
|
.navbar-expand-sm .navbar-main.collapse .dropdown-menu .dropdown-submenu.dropdown-menu-right>.dropdown-menu,
|
|
.navbar-expand-sm .navbar-main.collapse .dropdown-menu .dropdown-submenu>.dropdown-menu.dropdown-menu-right {
|
|
top: 0;
|
|
left: 100%;
|
|
}
|
|
.navbar-expand-sm.navbar-main.collapse .dropdown-menu .dropdown-submenu.dropdown-menu-left>.dropdown-menu,
|
|
.navbar-expand-sm.navbar-main.collapse .dropdown-menu .dropdown-submenu>.dropdown-menu.dropdown-menu-left,
|
|
.navbar-expand-sm .navbar-main.collapse .dropdown-menu .dropdown-submenu.dropdown-menu-left>.dropdown-menu,
|
|
.navbar-expand-sm .navbar-main.collapse .dropdown-menu .dropdown-submenu>.dropdown-menu.dropdown-menu-left {
|
|
top: 0;
|
|
left: auto;
|
|
right: 100%;
|
|
margin-left: 0;
|
|
margin-right: 10px;
|
|
}
|
|
.navbar-expand-sm.navbar-main.collapse .dropdown-menu .dropdown-submenu .dropdown-item:after,
|
|
.navbar-expand-sm .navbar-main.collapse .dropdown-menu .dropdown-submenu .dropdown-item:after {
|
|
border-color: transparent transparent #55A79A transparent;
|
|
}
|
|
.navbar-expand-sm.navbar-main.collapse .dropdown-menu .dropdown-submenu.show,
|
|
.navbar-expand-sm.navbar-main.collapse .dropdown-menu .dropdown-submenu.open,
|
|
.navbar-expand-sm .navbar-main.collapse .dropdown-menu .dropdown-submenu.show,
|
|
.navbar-expand-sm .navbar-main.collapse .dropdown-menu .dropdown-submenu.open {
|
|
border-bottom: none;
|
|
}
|
|
.navbar-expand-sm.navbar-main.collapse .dropdown-menu .dropdown-submenu .dropdown-menu .dropdown-item,
|
|
.navbar-expand-sm .navbar-main.collapse .dropdown-menu .dropdown-submenu .dropdown-menu .dropdown-item {
|
|
padding: 8px 15px !important;
|
|
}
|
|
.navbar-expand-sm.navbar-main .nav>.dropdown-right,
|
|
.navbar-expand-sm .navbar-main .nav>.dropdown-right {
|
|
position: relative;
|
|
}
|
|
.navbar-expand-sm.navbar-main .dropdown-mega-menu,
|
|
.navbar-expand-sm .navbar-main .dropdown-mega-menu {
|
|
position: static;
|
|
}
|
|
.navbar-expand-sm.navbar-main .dropdown-mega-menu .dropdown-menu,
|
|
.navbar-expand-sm .navbar-main .dropdown-mega-menu .dropdown-menu {
|
|
min-width: 550px;
|
|
max-width: 100%;
|
|
padding: 15px;
|
|
right: 0;
|
|
left: 0;
|
|
}
|
|
.navbar-expand-sm.navbar-main .dropdown-mega-menu.dropdown-mega-menu-75 .dropdown-menu,
|
|
.navbar-expand-sm.navbar-main .dropdown-mega-menu.dropdown-mega-menu-50 .dropdown-menu,
|
|
.navbar-expand-sm.navbar-main .dropdown-mega-menu.dropdown-mega-menu-25 .dropdown-menu,
|
|
.navbar-expand-sm .navbar-main .dropdown-mega-menu.dropdown-mega-menu-75 .dropdown-menu,
|
|
.navbar-expand-sm .navbar-main .dropdown-mega-menu.dropdown-mega-menu-50 .dropdown-menu,
|
|
.navbar-expand-sm .navbar-main .dropdown-mega-menu.dropdown-mega-menu-25 .dropdown-menu {
|
|
right: auto;
|
|
left: auto;
|
|
}
|
|
.navbar-expand-sm.navbar-main .dropdown-mega-menu.dropdown-mega-menu-75 .dropdown-menu.dropdown-menu-right,
|
|
.navbar-expand-sm.navbar-main .dropdown-mega-menu.dropdown-mega-menu-50 .dropdown-menu.dropdown-menu-right,
|
|
.navbar-expand-sm.navbar-main .dropdown-mega-menu.dropdown-mega-menu-25 .dropdown-menu.dropdown-menu-right,
|
|
.navbar-expand-sm .navbar-main .dropdown-mega-menu.dropdown-mega-menu-75 .dropdown-menu.dropdown-menu-right,
|
|
.navbar-expand-sm .navbar-main .dropdown-mega-menu.dropdown-mega-menu-50 .dropdown-menu.dropdown-menu-right,
|
|
.navbar-expand-sm .navbar-main .dropdown-mega-menu.dropdown-mega-menu-25 .dropdown-menu.dropdown-menu-right {
|
|
right: 0;
|
|
}
|
|
.navbar-expand-sm.navbar-main .dropdown-mega-menu.dropdown-mega-menu-75 .dropdown-menu,
|
|
.navbar-expand-sm .navbar-main .dropdown-mega-menu.dropdown-mega-menu-75 .dropdown-menu {
|
|
max-width: 75%;
|
|
}
|
|
.navbar-expand-sm.navbar-main .dropdown-mega-menu.dropdown-mega-menu-50 .dropdown-menu,
|
|
.navbar-expand-sm .navbar-main .dropdown-mega-menu.dropdown-mega-menu-50 .dropdown-menu {
|
|
max-width: 50%;
|
|
}
|
|
.navbar-expand-sm.navbar-main .dropdown-mega-menu.dropdown-mega-menu-25 .dropdown-menu,
|
|
.navbar-expand-sm .navbar-main .dropdown-mega-menu.dropdown-mega-menu-25 .dropdown-menu {
|
|
max-width: 25%;
|
|
}
|
|
.navbar-expand-sm.navbar-main .btn,
|
|
.navbar-expand-sm .navbar-main .btn {
|
|
margin-top: 8px;
|
|
}
|
|
.navbar-expand-sm.navbar-main .btn.btn-sm,
|
|
.navbar-expand-sm .navbar-main .btn.btn-sm {
|
|
margin-top: 12px;
|
|
}
|
|
.navbar-expand-sm.navbar-main .btn.btn-lg,
|
|
.navbar-expand-sm .navbar-main .btn.btn-lg {
|
|
margin-top: 4px;
|
|
}
|
|
.navbar-expand-sm.navbar-main .nav-item,
|
|
.navbar-expand-sm .navbar-main .nav-item {
|
|
float: left;
|
|
border: none;
|
|
}
|
|
.navbar-expand-sm.navbar-main .navbar-nav.navbar-nav-stretch>.nav-item>.nav-link,
|
|
.navbar-expand-sm.navbar-main .navbar-nav.navbar-nav-stretch>.nav-link,
|
|
.navbar-expand-sm .navbar-main .navbar-nav.navbar-nav-stretch>.nav-item>.nav-link,
|
|
.navbar-expand-sm .navbar-main .navbar-nav.navbar-nav-stretch>.nav-link {
|
|
padding: 34px 14px;
|
|
}
|
|
.navbar-expand-sm.navbar-main .navbar-nav.navbar-nav-simple>.nav-item>.nav-link,
|
|
.navbar-expand-sm.navbar-main .navbar-nav.navbar-nav-simple>.nav-link,
|
|
.navbar-expand-sm .navbar-main .navbar-nav.navbar-nav-simple>.nav-item>.nav-link,
|
|
.navbar-expand-sm .navbar-main .navbar-nav.navbar-nav-simple>.nav-link {
|
|
padding: 34px 14px;
|
|
}
|
|
.navbar-expand-sm.navbar-main .navbar-nav.navbar-nav-simple>.nav-item>.nav-link.dropdown-toggle:after,
|
|
.navbar-expand-sm.navbar-main .navbar-nav.navbar-nav-simple>.nav-link.dropdown-toggle:after,
|
|
.navbar-expand-sm .navbar-main .navbar-nav.navbar-nav-simple>.nav-item>.nav-link.dropdown-toggle:after,
|
|
.navbar-expand-sm .navbar-main .navbar-nav.navbar-nav-simple>.nav-link.dropdown-toggle:after {
|
|
display: none;
|
|
}
|
|
.navbar-expand-sm.navbar-main .navbar-nav.navbar-nav-simple>.open>.dropdown-toggle,
|
|
.navbar-expand-sm.navbar-main .navbar-nav.navbar-nav-simple>.open>.dropdown-toggle:hover,
|
|
.navbar-expand-sm.navbar-main .navbar-nav.navbar-nav-simple>.open>.dropdown-toggle:focus,
|
|
.navbar-expand-sm .navbar-main .navbar-nav.navbar-nav-simple>.open>.dropdown-toggle,
|
|
.navbar-expand-sm .navbar-main .navbar-nav.navbar-nav-simple>.open>.dropdown-toggle:hover,
|
|
.navbar-expand-sm .navbar-main .navbar-nav.navbar-nav-simple>.open>.dropdown-toggle:focus {
|
|
border-color: transparent !important;
|
|
background: transparent !important;
|
|
color: #55A79A;
|
|
}
|
|
.navbar-expand-sm.navbar-main .navbar-nav.navbar-nav-simple .dropdown-menu,
|
|
.navbar-expand-sm .navbar-main .navbar-nav.navbar-nav-simple .dropdown-menu {
|
|
margin-top: 1px !important;
|
|
}
|
|
.navbar-expand-sm.navbar-main .navbar-nav>.nav-item>.nav-link,
|
|
.navbar-expand-sm.navbar-main .navbar-nav>.nav-link,
|
|
.navbar-expand-sm .navbar-main .navbar-nav>.nav-item>.nav-link,
|
|
.navbar-expand-sm .navbar-main .navbar-nav>.nav-link {
|
|
border-radius: 0;
|
|
-webkit-transition: all 0.3s ease-out;
|
|
transition: all 0.3s ease-out;
|
|
padding: 15px 10px;
|
|
margin: 0;
|
|
font-size: 12px;
|
|
font-weight: bold;
|
|
text-transform: uppercase;
|
|
letter-spacing: 0.5px;
|
|
border: 1px solid transparent;
|
|
border-top: 3px solid transparent;
|
|
}
|
|
.navbar-expand-sm.navbar-main .navbar-nav>.nav-item>.nav-link .nav-link-icon,
|
|
.navbar-expand-sm.navbar-main .navbar-nav>.nav-link .nav-link-icon,
|
|
.navbar-expand-sm .navbar-main .navbar-nav>.nav-item>.nav-link .nav-link-icon,
|
|
.navbar-expand-sm .navbar-main .navbar-nav>.nav-link .nav-link-icon {
|
|
font-size: 17px;
|
|
margin-top: -5px;
|
|
}
|
|
.navbar-expand-sm.navbar-main .navbar-nav>.nav-item>.nav-link:hover .caret,
|
|
.navbar-expand-sm.navbar-main .navbar-nav>.active>.nav-link .caret,
|
|
.navbar-expand-sm .navbar-main .navbar-nav>.nav-item>.nav-link:hover .caret,
|
|
.navbar-expand-sm .navbar-main .navbar-nav>.active>.nav-link .caret {
|
|
border-top-color: #fff;
|
|
}
|
|
.navbar-expand-sm.navbar-main .navbar-nav>.nav-item>.nav-link:focus,
|
|
.navbar-expand-sm .navbar-main .navbar-nav>.nav-item>.nav-link:focus {
|
|
background: transparent;
|
|
}
|
|
.navbar-expand-sm.navbar-main .navbar-nav>.show>.dropdown-toggle,
|
|
.navbar-expand-sm.navbar-main .navbar-nav>.show>.dropdown-toggle:hover,
|
|
.navbar-expand-sm.navbar-main .navbar-nav>.show>.dropdown-toggle:focus,
|
|
.navbar-expand-sm.navbar-main .navbar-nav>.show.active>.dropdown-toggle,
|
|
.navbar-expand-sm.navbar-main .navbar-nav>.show.active>.dropdown-toggle:hover,
|
|
.navbar-expand-sm.navbar-main .navbar-nav>.show.active>.dropdown-toggle:focus,
|
|
.navbar-expand-sm.navbar-main .navbar-nav>.open>.dropdown-toggle,
|
|
.navbar-expand-sm.navbar-main .navbar-nav>.open>.dropdown-toggle:hover,
|
|
.navbar-expand-sm.navbar-main .navbar-nav>.open>.dropdown-toggle:focus,
|
|
.navbar-expand-sm.navbar-main .navbar-nav>.open.active>.dropdown-toggle,
|
|
.navbar-expand-sm.navbar-main .navbar-nav>.open.active>.dropdown-toggle:hover,
|
|
.navbar-expand-sm.navbar-main .navbar-nav>.open.active>.dropdown-toggle:focus,
|
|
.navbar-expand-sm .navbar-main .navbar-nav>.show>.dropdown-toggle,
|
|
.navbar-expand-sm .navbar-main .navbar-nav>.show>.dropdown-toggle:hover,
|
|
.navbar-expand-sm .navbar-main .navbar-nav>.show>.dropdown-toggle:focus,
|
|
.navbar-expand-sm .navbar-main .navbar-nav>.show.active>.dropdown-toggle,
|
|
.navbar-expand-sm .navbar-main .navbar-nav>.show.active>.dropdown-toggle:hover,
|
|
.navbar-expand-sm .navbar-main .navbar-nav>.show.active>.dropdown-toggle:focus,
|
|
.navbar-expand-sm .navbar-main .navbar-nav>.open>.dropdown-toggle,
|
|
.navbar-expand-sm .navbar-main .navbar-nav>.open>.dropdown-toggle:hover,
|
|
.navbar-expand-sm .navbar-main .navbar-nav>.open>.dropdown-toggle:focus,
|
|
.navbar-expand-sm .navbar-main .navbar-nav>.open.active>.dropdown-toggle,
|
|
.navbar-expand-sm .navbar-main .navbar-nav>.open.active>.dropdown-toggle:hover,
|
|
.navbar-expand-sm .navbar-main .navbar-nav>.open.active>.dropdown-toggle:focus {
|
|
background: #fff;
|
|
color: #1b1b1b;
|
|
border-color: #f3f3f3;
|
|
border-bottom-color: transparent;
|
|
}
|
|
.navbar-expand-sm.navbar-main .navbar-nav .nav-link-dd-effect:hover,
|
|
.navbar-expand-sm.navbar-main .navbar-nav .nav-link-dd-effect.active,
|
|
.navbar-expand-sm .navbar-main .navbar-nav .nav-link-dd-effect:hover,
|
|
.navbar-expand-sm .navbar-main .navbar-nav .nav-link-dd-effect.active {
|
|
background: #fff;
|
|
color: #1b1b1b;
|
|
border-color: #f3f3f3;
|
|
border-bottom: 1px solid #f3f3f3;
|
|
}
|
|
.navbar-expand-sm.navbar-main .navbar-nav-flush,
|
|
.navbar-expand-sm .navbar-main .navbar-nav-flush {
|
|
margin-left: -20px;
|
|
}
|
|
.navbar-expand-sm.navbar-main .navbar-nav-flush-right,
|
|
.navbar-expand-sm .navbar-main .navbar-nav-flush-right {
|
|
margin-right: -20px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 991.98px) {
|
|
.navbar-expand-md.navbar-expand-collapse {
|
|
-webkit-box-flex: 0;
|
|
-ms-flex: 0 0 100%;
|
|
flex: 0 0 100%;
|
|
max-width: 100%;
|
|
top: 7.5px;
|
|
position: relative !important;
|
|
clear: both;
|
|
display: block;
|
|
}
|
|
.navbar-expand-md .navbar-main .navbar-nav {
|
|
float: none;
|
|
margin: 0;
|
|
padding: 0;
|
|
border-radius: 2px;
|
|
}
|
|
.navbar-expand-md .navbar-main .navbar-nav .btn {
|
|
margin: 10px 20px;
|
|
}
|
|
.navbar-expand-md .navbar-main .navbar-nav .nav-item+.nav-item {
|
|
margin: 0;
|
|
}
|
|
.navbar-expand-md .navbar-main .navbar-nav>.nav-item {
|
|
float: none;
|
|
border-left: none;
|
|
border-right: none;
|
|
padding: 0;
|
|
margin: 0;
|
|
border-top: 1px solid rgba(255, 255, 255, 0.1);
|
|
border-bottom: 1px solid #242424;
|
|
}
|
|
.navbar-expand-md .navbar-main .navbar-nav>.nav-item>.nav-link,
|
|
.navbar-expand-md .navbar-main .navbar-nav>.nav-link {
|
|
padding: 15px 20px;
|
|
margin: 0;
|
|
font-weight: normal;
|
|
font-size: 13px;
|
|
text-transform: uppercase;
|
|
color: rgba(255, 255, 255, 0.7);
|
|
}
|
|
.navbar-expand-md .navbar-main .navbar-nav>.nav-item>.nav-link .nav-link-icon,
|
|
.navbar-expand-md .navbar-main .navbar-nav>.nav-link .nav-link-icon {
|
|
font-size: 18px;
|
|
}
|
|
.navbar-expand-md .navbar-main .navbar-nav>.nav-item>.nav-link:hover,
|
|
.navbar-expand-md .navbar-main .navbar-nav>.nav-item.active>.nav-link {
|
|
background: #282828;
|
|
color: #fff;
|
|
}
|
|
.navbar-expand-md .navbar-main .navbar-nav .nav-link:focus {
|
|
background: transparent;
|
|
}
|
|
.navbar-expand-md .navbar-main .navbar-nav .show>.dropdown-toggle,
|
|
.navbar-expand-md .navbar-main .navbar-nav .show.active>.dropdown-toggle {
|
|
background: #292929;
|
|
color: #fff;
|
|
}
|
|
.navbar-expand-md .nav .nav-item,
|
|
.navbar-expand-md .nav .nav-link {
|
|
display: block;
|
|
}
|
|
.navbar-expand-md.navbar-main .navbar-nav,
|
|
.navbar-expand-md .navbar-main .navbar-nav {
|
|
margin-bottom: 0;
|
|
margin-top: 0;
|
|
display: block;
|
|
}
|
|
.navbar-expand-md.navbar-main .navbar-nav .dropdown-menu,
|
|
.navbar-expand-md.navbar-main .navbar-nav .mega-menu,
|
|
.navbar-expand-md.navbar-main .navbar-nav .dropdown-menu.mega-menu,
|
|
.navbar-expand-md .navbar-main .navbar-nav .dropdown-menu,
|
|
.navbar-expand-md .navbar-main .navbar-nav .mega-menu,
|
|
.navbar-expand-md .navbar-main .navbar-nav .dropdown-menu.mega-menu {
|
|
padding: 0;
|
|
position: static !important;
|
|
top: 0 !important;
|
|
-webkit-transform: none !important;
|
|
transform: none !important;
|
|
}
|
|
.navbar-expand-md.navbar-main .dropdown-effect-fade .dropdown-menu,
|
|
.navbar-expand-md.navbar-main .dropdown-effect-fade.open>.dropdown-menu,
|
|
.navbar-expand-md.navbar-main .dropdown-effect-fade .open>.dropdown-menu,
|
|
.navbar-expand-md.navbar-main .dropdown-effect-fadeup .dropdown-menu,
|
|
.navbar-expand-md.navbar-main .dropdown-effect-fadeup.open>.dropdown-menu,
|
|
.navbar-expand-md.navbar-main .dropdown-effect-fadeup .open>.dropdown-menu,
|
|
.navbar-expand-md.navbar-main .dropdown-effect-fadedown .dropdown-menu,
|
|
.navbar-expand-md.navbar-main .dropdown-effect-fadedown.open>.dropdown-menu,
|
|
.navbar-expand-md.navbar-main .dropdown-effect-fadedown .open>.dropdown-menu,
|
|
.navbar-expand-md .navbar-main .dropdown-effect-fade .dropdown-menu,
|
|
.navbar-expand-md .navbar-main .dropdown-effect-fade.open>.dropdown-menu,
|
|
.navbar-expand-md .navbar-main .dropdown-effect-fade .open>.dropdown-menu,
|
|
.navbar-expand-md .navbar-main .dropdown-effect-fadeup .dropdown-menu,
|
|
.navbar-expand-md .navbar-main .dropdown-effect-fadeup.open>.dropdown-menu,
|
|
.navbar-expand-md .navbar-main .dropdown-effect-fadeup .open>.dropdown-menu,
|
|
.navbar-expand-md .navbar-main .dropdown-effect-fadedown .dropdown-menu,
|
|
.navbar-expand-md .navbar-main .dropdown-effect-fadedown.open>.dropdown-menu,
|
|
.navbar-expand-md .navbar-main .dropdown-effect-fadedown .open>.dropdown-menu {
|
|
display: none !important;
|
|
opacity: 1;
|
|
-webkit-transition: all 0.4s ease-out;
|
|
transition: all 0.4s ease-out;
|
|
visibility: visible;
|
|
}
|
|
.navbar-expand-md.navbar-main .dropdown-effect-fade.show>.dropdown-menu,
|
|
.navbar-expand-md.navbar-main .dropdown-effect-fade .show>.dropdown-menu,
|
|
.navbar-expand-md.navbar-main .dropdown-effect-fadeup.show>.dropdown-menu,
|
|
.navbar-expand-md.navbar-main .dropdown-effect-fadeup .show>.dropdown-menu,
|
|
.navbar-expand-md.navbar-main .dropdown-effect-fadedown.show>.dropdown-menu,
|
|
.navbar-expand-md.navbar-main .dropdown-effect-fadedown .show>.dropdown-menu,
|
|
.navbar-expand-md .navbar-main .dropdown-effect-fade.show>.dropdown-menu,
|
|
.navbar-expand-md .navbar-main .dropdown-effect-fade .show>.dropdown-menu,
|
|
.navbar-expand-md .navbar-main .dropdown-effect-fadeup.show>.dropdown-menu,
|
|
.navbar-expand-md .navbar-main .dropdown-effect-fadeup .show>.dropdown-menu,
|
|
.navbar-expand-md .navbar-main .dropdown-effect-fadedown.show>.dropdown-menu,
|
|
.navbar-expand-md .navbar-main .dropdown-effect-fadedown .show>.dropdown-menu {
|
|
opacity: 1;
|
|
display: block !important;
|
|
visibility: visible !important;
|
|
}
|
|
.navbar-expand-md .collapse .dropdown-menu .dropdown.open {
|
|
border-bottom: none;
|
|
}
|
|
.navbar-expand-md .dropdown-mega-menu .dropdown-menu {
|
|
min-width: 0;
|
|
}
|
|
}
|
|
|
|
@media (min-width: 992px) {
|
|
.navbar-expand-md.navbar-main,
|
|
.navbar-expand-md .navbar-main {
|
|
display: block !important;
|
|
padding: 0;
|
|
margin: 0;
|
|
clear: none;
|
|
overflow-y: visible;
|
|
overflow-x: visible;
|
|
width: auto;
|
|
top: auto;
|
|
background: transparent;
|
|
position: static;
|
|
}
|
|
.navbar-expand-md.navbar-main .navbar-nav,
|
|
.navbar-expand-md .navbar-main .navbar-nav {
|
|
margin-top: 0;
|
|
}
|
|
.navbar-expand-md.navbar-main .navbar-nav.container,
|
|
.navbar-expand-md .navbar-main .navbar-nav.container {
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
.navbar-expand-md.navbar-main .nav>.dropdown,
|
|
.navbar-expand-md .navbar-main .nav>.dropdown {
|
|
z-index: 1000;
|
|
}
|
|
.navbar-expand-md.navbar-main .nav>.dropdown>a,
|
|
.navbar-expand-md .navbar-main .nav>.dropdown>a {
|
|
position: relative;
|
|
z-index: 1001;
|
|
}
|
|
.navbar-expand-md.navbar-main.collapse .dropdown-menu,
|
|
.navbar-expand-md .navbar-main.collapse .dropdown-menu {
|
|
padding: 12px;
|
|
border-radius: 0;
|
|
left: auto;
|
|
border: 1px solid #e9ecef;
|
|
border-bottom: 2px solid #55A79A;
|
|
min-width: 250px;
|
|
color: rgba(27, 27, 27, 0.8);
|
|
background: #fff;
|
|
position: absolute;
|
|
z-index: 1000;
|
|
}
|
|
.navbar-expand-md.navbar-main.collapse .dropdown-menu .dropdown-item,
|
|
.navbar-expand-md .navbar-main.collapse .dropdown-menu .dropdown-item {
|
|
margin: 0;
|
|
padding: 8px 12px !important;
|
|
font-size: 12px;
|
|
border-radius: 0;
|
|
background: white;
|
|
border-bottom: 1px solid #E6E6E6 !important;
|
|
color: #1b1b1b;
|
|
}
|
|
.navbar-expand-md.navbar-main.collapse .dropdown-menu .dropdown-item:before,
|
|
.navbar-expand-md .navbar-main.collapse .dropdown-menu .dropdown-item:before {
|
|
display: none;
|
|
}
|
|
.navbar-expand-md.navbar-main.collapse .dropdown-menu .dropdown-item .dropdown-icon,
|
|
.navbar-expand-md .navbar-main.collapse .dropdown-menu .dropdown-item .dropdown-icon {
|
|
color: #ced4da;
|
|
}
|
|
.navbar-expand-md.navbar-main.collapse .dropdown-menu .dropdown-item.dropdown-item-caret:before,
|
|
.navbar-expand-md .navbar-main.collapse .dropdown-menu .dropdown-item.dropdown-item-caret:before {
|
|
font-family: 'Font Awesome 5 Free';
|
|
font-weight: 900;
|
|
font-style: normal;
|
|
speak: none;
|
|
display: inline-block;
|
|
content: "\f105";
|
|
font-size: 12px;
|
|
color: #ced4da;
|
|
width: 20px;
|
|
height: 20px;
|
|
padding-right: 10px;
|
|
margin: 0 !important;
|
|
display: inline-block;
|
|
}
|
|
.navbar-expand-md.navbar-main.collapse .dropdown-menu .dropdown-item:hover,
|
|
.navbar-expand-md.navbar-main.collapse .dropdown-menu .dropdown-item:focus,
|
|
.navbar-expand-md.navbar-main.collapse .dropdown-menu .dropdown-item.active:hover,
|
|
.navbar-expand-md.navbar-main.collapse .dropdown-menu .dropdown-item.active,
|
|
.navbar-expand-md.navbar-main.collapse .dropdown-menu .dropdown-item.active:focus,
|
|
.navbar-expand-md.navbar-main.collapse .dropdown-menu .active>.dropdown-item,
|
|
.navbar-expand-md.navbar-main.collapse .dropdown-menu .active>.dropdown-item:hover,
|
|
.navbar-expand-md.navbar-main.collapse .dropdown-menu .active>.dropdown-item:focus,
|
|
.navbar-expand-md.navbar-main.collapse .dropdown-menu .show:not(.collapse)>.dropdown-item,
|
|
.navbar-expand-md.navbar-main.collapse .dropdown-menu .show>.dropdown-item:hover,
|
|
.navbar-expand-md.navbar-main.collapse .dropdown-menu .show>.dropdown-item:focus,
|
|
.navbar-expand-md.navbar-main.collapse .dropdown-menu .open:not(.collapse)>.dropdown-item,
|
|
.navbar-expand-md.navbar-main.collapse .dropdown-menu .open>.dropdown-item:hover,
|
|
.navbar-expand-md.navbar-main.collapse .dropdown-menu .open>.dropdown-item:focus,
|
|
.navbar-expand-md .navbar-main.collapse .dropdown-menu .dropdown-item:hover,
|
|
.navbar-expand-md .navbar-main.collapse .dropdown-menu .dropdown-item:focus,
|
|
.navbar-expand-md .navbar-main.collapse .dropdown-menu .dropdown-item.active:hover,
|
|
.navbar-expand-md .navbar-main.collapse .dropdown-menu .dropdown-item.active,
|
|
.navbar-expand-md .navbar-main.collapse .dropdown-menu .dropdown-item.active:focus,
|
|
.navbar-expand-md .navbar-main.collapse .dropdown-menu .active>.dropdown-item,
|
|
.navbar-expand-md .navbar-main.collapse .dropdown-menu .active>.dropdown-item:hover,
|
|
.navbar-expand-md .navbar-main.collapse .dropdown-menu .active>.dropdown-item:focus,
|
|
.navbar-expand-md .navbar-main.collapse .dropdown-menu .show:not(.collapse)>.dropdown-item,
|
|
.navbar-expand-md .navbar-main.collapse .dropdown-menu .show>.dropdown-item:hover,
|
|
.navbar-expand-md .navbar-main.collapse .dropdown-menu .show>.dropdown-item:focus,
|
|
.navbar-expand-md .navbar-main.collapse .dropdown-menu .open:not(.collapse)>.dropdown-item,
|
|
.navbar-expand-md .navbar-main.collapse .dropdown-menu .open>.dropdown-item:hover,
|
|
.navbar-expand-md .navbar-main.collapse .dropdown-menu .open>.dropdown-item:focus {
|
|
color: #212529;
|
|
background: #f8f9fa;
|
|
text-decoration: none;
|
|
}
|
|
.navbar-expand-md.navbar-main.collapse .dropdown-menu .dropdown-item:hover.dropdown-item-caret:before,
|
|
.navbar-expand-md.navbar-main.collapse .dropdown-menu .dropdown-item:hover .dropdown-icon,
|
|
.navbar-expand-md.navbar-main.collapse .dropdown-menu .dropdown-item:focus.dropdown-item-caret:before,
|
|
.navbar-expand-md.navbar-main.collapse .dropdown-menu .dropdown-item:focus .dropdown-icon,
|
|
.navbar-expand-md.navbar-main.collapse .dropdown-menu .dropdown-item.active:hover.dropdown-item-caret:before,
|
|
.navbar-expand-md.navbar-main.collapse .dropdown-menu .dropdown-item.active:hover .dropdown-icon,
|
|
.navbar-expand-md.navbar-main.collapse .dropdown-menu .dropdown-item.active.dropdown-item-caret:before,
|
|
.navbar-expand-md.navbar-main.collapse .dropdown-menu .dropdown-item.active .dropdown-icon,
|
|
.navbar-expand-md.navbar-main.collapse .dropdown-menu .dropdown-item.active:focus.dropdown-item-caret:before,
|
|
.navbar-expand-md.navbar-main.collapse .dropdown-menu .dropdown-item.active:focus .dropdown-icon,
|
|
.navbar-expand-md.navbar-main.collapse .dropdown-menu .active>.dropdown-item.dropdown-item-caret:before,
|
|
.navbar-expand-md.navbar-main.collapse .dropdown-menu .active>.dropdown-item .dropdown-icon,
|
|
.navbar-expand-md.navbar-main.collapse .dropdown-menu .active>.dropdown-item:hover.dropdown-item-caret:before,
|
|
.navbar-expand-md.navbar-main.collapse .dropdown-menu .active>.dropdown-item:hover .dropdown-icon,
|
|
.navbar-expand-md.navbar-main.collapse .dropdown-menu .active>.dropdown-item:focus.dropdown-item-caret:before,
|
|
.navbar-expand-md.navbar-main.collapse .dropdown-menu .active>.dropdown-item:focus .dropdown-icon,
|
|
.navbar-expand-md.navbar-main.collapse .dropdown-menu .show:not(.collapse)>.dropdown-item.dropdown-item-caret:before,
|
|
.navbar-expand-md.navbar-main.collapse .dropdown-menu .show:not(.collapse)>.dropdown-item .dropdown-icon,
|
|
.navbar-expand-md.navbar-main.collapse .dropdown-menu .show>.dropdown-item:hover.dropdown-item-caret:before,
|
|
.navbar-expand-md.navbar-main.collapse .dropdown-menu .show>.dropdown-item:hover .dropdown-icon,
|
|
.navbar-expand-md.navbar-main.collapse .dropdown-menu .show>.dropdown-item:focus.dropdown-item-caret:before,
|
|
.navbar-expand-md.navbar-main.collapse .dropdown-menu .show>.dropdown-item:focus .dropdown-icon,
|
|
.navbar-expand-md.navbar-main.collapse .dropdown-menu .open:not(.collapse)>.dropdown-item.dropdown-item-caret:before,
|
|
.navbar-expand-md.navbar-main.collapse .dropdown-menu .open:not(.collapse)>.dropdown-item .dropdown-icon,
|
|
.navbar-expand-md.navbar-main.collapse .dropdown-menu .open>.dropdown-item:hover.dropdown-item-caret:before,
|
|
.navbar-expand-md.navbar-main.collapse .dropdown-menu .open>.dropdown-item:hover .dropdown-icon,
|
|
.navbar-expand-md.navbar-main.collapse .dropdown-menu .open>.dropdown-item:focus.dropdown-item-caret:before,
|
|
.navbar-expand-md.navbar-main.collapse .dropdown-menu .open>.dropdown-item:focus .dropdown-icon,
|
|
.navbar-expand-md .navbar-main.collapse .dropdown-menu .dropdown-item:hover.dropdown-item-caret:before,
|
|
.navbar-expand-md .navbar-main.collapse .dropdown-menu .dropdown-item:hover .dropdown-icon,
|
|
.navbar-expand-md .navbar-main.collapse .dropdown-menu .dropdown-item:focus.dropdown-item-caret:before,
|
|
.navbar-expand-md .navbar-main.collapse .dropdown-menu .dropdown-item:focus .dropdown-icon,
|
|
.navbar-expand-md .navbar-main.collapse .dropdown-menu .dropdown-item.active:hover.dropdown-item-caret:before,
|
|
.navbar-expand-md .navbar-main.collapse .dropdown-menu .dropdown-item.active:hover .dropdown-icon,
|
|
.navbar-expand-md .navbar-main.collapse .dropdown-menu .dropdown-item.active.dropdown-item-caret:before,
|
|
.navbar-expand-md .navbar-main.collapse .dropdown-menu .dropdown-item.active .dropdown-icon,
|
|
.navbar-expand-md .navbar-main.collapse .dropdown-menu .dropdown-item.active:focus.dropdown-item-caret:before,
|
|
.navbar-expand-md .navbar-main.collapse .dropdown-menu .dropdown-item.active:focus .dropdown-icon,
|
|
.navbar-expand-md .navbar-main.collapse .dropdown-menu .active>.dropdown-item.dropdown-item-caret:before,
|
|
.navbar-expand-md .navbar-main.collapse .dropdown-menu .active>.dropdown-item .dropdown-icon,
|
|
.navbar-expand-md .navbar-main.collapse .dropdown-menu .active>.dropdown-item:hover.dropdown-item-caret:before,
|
|
.navbar-expand-md .navbar-main.collapse .dropdown-menu .active>.dropdown-item:hover .dropdown-icon,
|
|
.navbar-expand-md .navbar-main.collapse .dropdown-menu .active>.dropdown-item:focus.dropdown-item-caret:before,
|
|
.navbar-expand-md .navbar-main.collapse .dropdown-menu .active>.dropdown-item:focus .dropdown-icon,
|
|
.navbar-expand-md .navbar-main.collapse .dropdown-menu .show:not(.collapse)>.dropdown-item.dropdown-item-caret:before,
|
|
.navbar-expand-md .navbar-main.collapse .dropdown-menu .show:not(.collapse)>.dropdown-item .dropdown-icon,
|
|
.navbar-expand-md .navbar-main.collapse .dropdown-menu .show>.dropdown-item:hover.dropdown-item-caret:before,
|
|
.navbar-expand-md .navbar-main.collapse .dropdown-menu .show>.dropdown-item:hover .dropdown-icon,
|
|
.navbar-expand-md .navbar-main.collapse .dropdown-menu .show>.dropdown-item:focus.dropdown-item-caret:before,
|
|
.navbar-expand-md .navbar-main.collapse .dropdown-menu .show>.dropdown-item:focus .dropdown-icon,
|
|
.navbar-expand-md .navbar-main.collapse .dropdown-menu .open:not(.collapse)>.dropdown-item.dropdown-item-caret:before,
|
|
.navbar-expand-md .navbar-main.collapse .dropdown-menu .open:not(.collapse)>.dropdown-item .dropdown-icon,
|
|
.navbar-expand-md .navbar-main.collapse .dropdown-menu .open>.dropdown-item:hover.dropdown-item-caret:before,
|
|
.navbar-expand-md .navbar-main.collapse .dropdown-menu .open>.dropdown-item:hover .dropdown-icon,
|
|
.navbar-expand-md .navbar-main.collapse .dropdown-menu .open>.dropdown-item:focus.dropdown-item-caret:before,
|
|
.navbar-expand-md .navbar-main.collapse .dropdown-menu .open>.dropdown-item:focus .dropdown-icon {
|
|
color: #55A79A;
|
|
}
|
|
.navbar-expand-md.navbar-main .dropdown-header,
|
|
.navbar-expand-md.navbar-main .dropdown-footer,
|
|
.navbar-expand-md .navbar-main .dropdown-header,
|
|
.navbar-expand-md .navbar-main .dropdown-footer {
|
|
font-weight: bold;
|
|
padding: 8px;
|
|
margin-top: 10px;
|
|
margin-bottom: 10px;
|
|
border-bottom: 2px solid #E6E6E6 !important;
|
|
display: block;
|
|
float: none;
|
|
color: #1b1b1b;
|
|
}
|
|
.navbar-expand-md.navbar-main .dropdown-footer,
|
|
.navbar-expand-md .navbar-main .dropdown-footer {
|
|
border: none;
|
|
border-top: 2px solid #E6E6E6;
|
|
font-weight: 100;
|
|
margin-bottom: 0;
|
|
font-size: 11px;
|
|
}
|
|
.navbar-expand-md.navbar-main .dropdown-footer:first-child,
|
|
.navbar-expand-md .navbar-main .dropdown-footer:first-child {
|
|
margin-top: 10px;
|
|
}
|
|
.navbar-expand-md.navbar-main.collapse .dropdown-menu .dropdown-submenu,
|
|
.navbar-expand-md .navbar-main.collapse .dropdown-menu .dropdown-submenu {
|
|
position: relative;
|
|
}
|
|
.navbar-expand-md.navbar-main.collapse .dropdown-menu .dropdown-submenu>.dropdown-menu,
|
|
.navbar-expand-md .navbar-main.collapse .dropdown-menu .dropdown-submenu>.dropdown-menu {
|
|
top: 0;
|
|
left: 100%;
|
|
margin-top: -5px;
|
|
margin-left: 10px;
|
|
padding: 8px;
|
|
}
|
|
.navbar-expand-md.navbar-main.collapse .dropdown-menu .dropdown-submenu.dropdown-menu-right>.dropdown-menu,
|
|
.navbar-expand-md.navbar-main.collapse .dropdown-menu .dropdown-submenu>.dropdown-menu.dropdown-menu-right,
|
|
.navbar-expand-md .navbar-main.collapse .dropdown-menu .dropdown-submenu.dropdown-menu-right>.dropdown-menu,
|
|
.navbar-expand-md .navbar-main.collapse .dropdown-menu .dropdown-submenu>.dropdown-menu.dropdown-menu-right {
|
|
top: 0;
|
|
left: 100%;
|
|
}
|
|
.navbar-expand-md.navbar-main.collapse .dropdown-menu .dropdown-submenu.dropdown-menu-left>.dropdown-menu,
|
|
.navbar-expand-md.navbar-main.collapse .dropdown-menu .dropdown-submenu>.dropdown-menu.dropdown-menu-left,
|
|
.navbar-expand-md .navbar-main.collapse .dropdown-menu .dropdown-submenu.dropdown-menu-left>.dropdown-menu,
|
|
.navbar-expand-md .navbar-main.collapse .dropdown-menu .dropdown-submenu>.dropdown-menu.dropdown-menu-left {
|
|
top: 0;
|
|
left: auto;
|
|
right: 100%;
|
|
margin-left: 0;
|
|
margin-right: 10px;
|
|
}
|
|
.navbar-expand-md.navbar-main.collapse .dropdown-menu .dropdown-submenu .dropdown-item:after,
|
|
.navbar-expand-md .navbar-main.collapse .dropdown-menu .dropdown-submenu .dropdown-item:after {
|
|
border-color: transparent transparent #55A79A transparent;
|
|
}
|
|
.navbar-expand-md.navbar-main.collapse .dropdown-menu .dropdown-submenu.show,
|
|
.navbar-expand-md.navbar-main.collapse .dropdown-menu .dropdown-submenu.open,
|
|
.navbar-expand-md .navbar-main.collapse .dropdown-menu .dropdown-submenu.show,
|
|
.navbar-expand-md .navbar-main.collapse .dropdown-menu .dropdown-submenu.open {
|
|
border-bottom: none;
|
|
}
|
|
.navbar-expand-md.navbar-main.collapse .dropdown-menu .dropdown-submenu .dropdown-menu .dropdown-item,
|
|
.navbar-expand-md .navbar-main.collapse .dropdown-menu .dropdown-submenu .dropdown-menu .dropdown-item {
|
|
padding: 8px 15px !important;
|
|
}
|
|
.navbar-expand-md.navbar-main .nav>.dropdown-right,
|
|
.navbar-expand-md .navbar-main .nav>.dropdown-right {
|
|
position: relative;
|
|
}
|
|
.navbar-expand-md.navbar-main .dropdown-mega-menu,
|
|
.navbar-expand-md .navbar-main .dropdown-mega-menu {
|
|
position: static;
|
|
}
|
|
.navbar-expand-md.navbar-main .dropdown-mega-menu .dropdown-menu,
|
|
.navbar-expand-md .navbar-main .dropdown-mega-menu .dropdown-menu {
|
|
min-width: 550px;
|
|
max-width: 100%;
|
|
padding: 15px;
|
|
right: 0;
|
|
left: 0;
|
|
}
|
|
.navbar-expand-md.navbar-main .dropdown-mega-menu.dropdown-mega-menu-75 .dropdown-menu,
|
|
.navbar-expand-md.navbar-main .dropdown-mega-menu.dropdown-mega-menu-50 .dropdown-menu,
|
|
.navbar-expand-md.navbar-main .dropdown-mega-menu.dropdown-mega-menu-25 .dropdown-menu,
|
|
.navbar-expand-md .navbar-main .dropdown-mega-menu.dropdown-mega-menu-75 .dropdown-menu,
|
|
.navbar-expand-md .navbar-main .dropdown-mega-menu.dropdown-mega-menu-50 .dropdown-menu,
|
|
.navbar-expand-md .navbar-main .dropdown-mega-menu.dropdown-mega-menu-25 .dropdown-menu {
|
|
right: auto;
|
|
left: auto;
|
|
}
|
|
.navbar-expand-md.navbar-main .dropdown-mega-menu.dropdown-mega-menu-75 .dropdown-menu.dropdown-menu-right,
|
|
.navbar-expand-md.navbar-main .dropdown-mega-menu.dropdown-mega-menu-50 .dropdown-menu.dropdown-menu-right,
|
|
.navbar-expand-md.navbar-main .dropdown-mega-menu.dropdown-mega-menu-25 .dropdown-menu.dropdown-menu-right,
|
|
.navbar-expand-md .navbar-main .dropdown-mega-menu.dropdown-mega-menu-75 .dropdown-menu.dropdown-menu-right,
|
|
.navbar-expand-md .navbar-main .dropdown-mega-menu.dropdown-mega-menu-50 .dropdown-menu.dropdown-menu-right,
|
|
.navbar-expand-md .navbar-main .dropdown-mega-menu.dropdown-mega-menu-25 .dropdown-menu.dropdown-menu-right {
|
|
right: 0;
|
|
}
|
|
.navbar-expand-md.navbar-main .dropdown-mega-menu.dropdown-mega-menu-75 .dropdown-menu,
|
|
.navbar-expand-md .navbar-main .dropdown-mega-menu.dropdown-mega-menu-75 .dropdown-menu {
|
|
max-width: 75%;
|
|
}
|
|
.navbar-expand-md.navbar-main .dropdown-mega-menu.dropdown-mega-menu-50 .dropdown-menu,
|
|
.navbar-expand-md .navbar-main .dropdown-mega-menu.dropdown-mega-menu-50 .dropdown-menu {
|
|
max-width: 50%;
|
|
}
|
|
.navbar-expand-md.navbar-main .dropdown-mega-menu.dropdown-mega-menu-25 .dropdown-menu,
|
|
.navbar-expand-md .navbar-main .dropdown-mega-menu.dropdown-mega-menu-25 .dropdown-menu {
|
|
max-width: 25%;
|
|
}
|
|
.navbar-expand-md.navbar-main .btn,
|
|
.navbar-expand-md .navbar-main .btn {
|
|
margin-top: 8px;
|
|
}
|
|
.navbar-expand-md.navbar-main .btn.btn-sm,
|
|
.navbar-expand-md .navbar-main .btn.btn-sm {
|
|
margin-top: 12px;
|
|
}
|
|
.navbar-expand-md.navbar-main .btn.btn-lg,
|
|
.navbar-expand-md .navbar-main .btn.btn-lg {
|
|
margin-top: 4px;
|
|
}
|
|
.navbar-expand-md.navbar-main .nav-item,
|
|
.navbar-expand-md .navbar-main .nav-item {
|
|
float: left;
|
|
border: none;
|
|
}
|
|
.navbar-expand-md.navbar-main .navbar-nav.navbar-nav-stretch>.nav-item>.nav-link,
|
|
.navbar-expand-md.navbar-main .navbar-nav.navbar-nav-stretch>.nav-link,
|
|
.navbar-expand-md .navbar-main .navbar-nav.navbar-nav-stretch>.nav-item>.nav-link,
|
|
.navbar-expand-md .navbar-main .navbar-nav.navbar-nav-stretch>.nav-link {
|
|
padding: 34px 14px;
|
|
}
|
|
.navbar-expand-md.navbar-main .navbar-nav.navbar-nav-simple>.nav-item>.nav-link,
|
|
.navbar-expand-md.navbar-main .navbar-nav.navbar-nav-simple>.nav-link,
|
|
.navbar-expand-md .navbar-main .navbar-nav.navbar-nav-simple>.nav-item>.nav-link,
|
|
.navbar-expand-md .navbar-main .navbar-nav.navbar-nav-simple>.nav-link {
|
|
padding: 34px 14px;
|
|
}
|
|
.navbar-expand-md.navbar-main .navbar-nav.navbar-nav-simple>.nav-item>.nav-link.dropdown-toggle:after,
|
|
.navbar-expand-md.navbar-main .navbar-nav.navbar-nav-simple>.nav-link.dropdown-toggle:after,
|
|
.navbar-expand-md .navbar-main .navbar-nav.navbar-nav-simple>.nav-item>.nav-link.dropdown-toggle:after,
|
|
.navbar-expand-md .navbar-main .navbar-nav.navbar-nav-simple>.nav-link.dropdown-toggle:after {
|
|
display: none;
|
|
}
|
|
.navbar-expand-md.navbar-main .navbar-nav.navbar-nav-simple>.open>.dropdown-toggle,
|
|
.navbar-expand-md.navbar-main .navbar-nav.navbar-nav-simple>.open>.dropdown-toggle:hover,
|
|
.navbar-expand-md.navbar-main .navbar-nav.navbar-nav-simple>.open>.dropdown-toggle:focus,
|
|
.navbar-expand-md .navbar-main .navbar-nav.navbar-nav-simple>.open>.dropdown-toggle,
|
|
.navbar-expand-md .navbar-main .navbar-nav.navbar-nav-simple>.open>.dropdown-toggle:hover,
|
|
.navbar-expand-md .navbar-main .navbar-nav.navbar-nav-simple>.open>.dropdown-toggle:focus {
|
|
border-color: transparent !important;
|
|
background: transparent !important;
|
|
color: #55A79A;
|
|
}
|
|
.navbar-expand-md.navbar-main .navbar-nav.navbar-nav-simple .dropdown-menu,
|
|
.navbar-expand-md .navbar-main .navbar-nav.navbar-nav-simple .dropdown-menu {
|
|
margin-top: 1px !important;
|
|
}
|
|
.navbar-expand-md.navbar-main .navbar-nav>.nav-item>.nav-link,
|
|
.navbar-expand-md.navbar-main .navbar-nav>.nav-link,
|
|
.navbar-expand-md .navbar-main .navbar-nav>.nav-item>.nav-link,
|
|
.navbar-expand-md .navbar-main .navbar-nav>.nav-link {
|
|
border-radius: 0;
|
|
-webkit-transition: all 0.3s ease-out;
|
|
transition: all 0.3s ease-out;
|
|
padding: 15px 10px;
|
|
margin: 0;
|
|
font-size: 12px;
|
|
font-weight: bold;
|
|
text-transform: uppercase;
|
|
letter-spacing: 0.5px;
|
|
border: 1px solid transparent;
|
|
border-top: 3px solid transparent;
|
|
}
|
|
.navbar-expand-md.navbar-main .navbar-nav>.nav-item>.nav-link .nav-link-icon,
|
|
.navbar-expand-md.navbar-main .navbar-nav>.nav-link .nav-link-icon,
|
|
.navbar-expand-md .navbar-main .navbar-nav>.nav-item>.nav-link .nav-link-icon,
|
|
.navbar-expand-md .navbar-main .navbar-nav>.nav-link .nav-link-icon {
|
|
font-size: 17px;
|
|
margin-top: -5px;
|
|
}
|
|
.navbar-expand-md.navbar-main .navbar-nav>.nav-item>.nav-link:hover .caret,
|
|
.navbar-expand-md.navbar-main .navbar-nav>.active>.nav-link .caret,
|
|
.navbar-expand-md .navbar-main .navbar-nav>.nav-item>.nav-link:hover .caret,
|
|
.navbar-expand-md .navbar-main .navbar-nav>.active>.nav-link .caret {
|
|
border-top-color: #fff;
|
|
}
|
|
.navbar-expand-md.navbar-main .navbar-nav>.nav-item>.nav-link:focus,
|
|
.navbar-expand-md .navbar-main .navbar-nav>.nav-item>.nav-link:focus {
|
|
background: transparent;
|
|
}
|
|
.navbar-expand-md.navbar-main .navbar-nav>.show>.dropdown-toggle,
|
|
.navbar-expand-md.navbar-main .navbar-nav>.show>.dropdown-toggle:hover,
|
|
.navbar-expand-md.navbar-main .navbar-nav>.show>.dropdown-toggle:focus,
|
|
.navbar-expand-md.navbar-main .navbar-nav>.show.active>.dropdown-toggle,
|
|
.navbar-expand-md.navbar-main .navbar-nav>.show.active>.dropdown-toggle:hover,
|
|
.navbar-expand-md.navbar-main .navbar-nav>.show.active>.dropdown-toggle:focus,
|
|
.navbar-expand-md.navbar-main .navbar-nav>.open>.dropdown-toggle,
|
|
.navbar-expand-md.navbar-main .navbar-nav>.open>.dropdown-toggle:hover,
|
|
.navbar-expand-md.navbar-main .navbar-nav>.open>.dropdown-toggle:focus,
|
|
.navbar-expand-md.navbar-main .navbar-nav>.open.active>.dropdown-toggle,
|
|
.navbar-expand-md.navbar-main .navbar-nav>.open.active>.dropdown-toggle:hover,
|
|
.navbar-expand-md.navbar-main .navbar-nav>.open.active>.dropdown-toggle:focus,
|
|
.navbar-expand-md .navbar-main .navbar-nav>.show>.dropdown-toggle,
|
|
.navbar-expand-md .navbar-main .navbar-nav>.show>.dropdown-toggle:hover,
|
|
.navbar-expand-md .navbar-main .navbar-nav>.show>.dropdown-toggle:focus,
|
|
.navbar-expand-md .navbar-main .navbar-nav>.show.active>.dropdown-toggle,
|
|
.navbar-expand-md .navbar-main .navbar-nav>.show.active>.dropdown-toggle:hover,
|
|
.navbar-expand-md .navbar-main .navbar-nav>.show.active>.dropdown-toggle:focus,
|
|
.navbar-expand-md .navbar-main .navbar-nav>.open>.dropdown-toggle,
|
|
.navbar-expand-md .navbar-main .navbar-nav>.open>.dropdown-toggle:hover,
|
|
.navbar-expand-md .navbar-main .navbar-nav>.open>.dropdown-toggle:focus,
|
|
.navbar-expand-md .navbar-main .navbar-nav>.open.active>.dropdown-toggle,
|
|
.navbar-expand-md .navbar-main .navbar-nav>.open.active>.dropdown-toggle:hover,
|
|
.navbar-expand-md .navbar-main .navbar-nav>.open.active>.dropdown-toggle:focus {
|
|
background: #fff;
|
|
color: #1b1b1b;
|
|
border-color: #f3f3f3;
|
|
border-bottom-color: transparent;
|
|
}
|
|
.navbar-expand-md.navbar-main .navbar-nav .nav-link-dd-effect:hover,
|
|
.navbar-expand-md.navbar-main .navbar-nav .nav-link-dd-effect.active,
|
|
.navbar-expand-md .navbar-main .navbar-nav .nav-link-dd-effect:hover,
|
|
.navbar-expand-md .navbar-main .navbar-nav .nav-link-dd-effect.active {
|
|
background: #fff;
|
|
color: #1b1b1b;
|
|
border-color: #f3f3f3;
|
|
border-bottom: 1px solid #f3f3f3;
|
|
}
|
|
.navbar-expand-md.navbar-main .navbar-nav-flush,
|
|
.navbar-expand-md .navbar-main .navbar-nav-flush {
|
|
margin-left: -20px;
|
|
}
|
|
.navbar-expand-md.navbar-main .navbar-nav-flush-right,
|
|
.navbar-expand-md .navbar-main .navbar-nav-flush-right {
|
|
margin-right: -20px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 1199.98px) {
|
|
.navbar-expand-lg.navbar-expand-collapse {
|
|
-webkit-box-flex: 0;
|
|
-ms-flex: 0 0 100%;
|
|
flex: 0 0 100%;
|
|
max-width: 100%;
|
|
top: 7.5px;
|
|
position: relative !important;
|
|
clear: both;
|
|
display: block;
|
|
}
|
|
.navbar-expand-lg .navbar-main .navbar-nav {
|
|
float: none;
|
|
margin: 0;
|
|
padding: 0;
|
|
border-radius: 2px;
|
|
}
|
|
.navbar-expand-lg .navbar-main .navbar-nav .btn {
|
|
margin: 10px 20px;
|
|
}
|
|
.navbar-expand-lg .navbar-main .navbar-nav .nav-item+.nav-item {
|
|
margin: 0;
|
|
}
|
|
.navbar-expand-lg .navbar-main .navbar-nav>.nav-item {
|
|
float: none;
|
|
border-left: none;
|
|
border-right: none;
|
|
padding: 0;
|
|
margin: 0;
|
|
border-top: 1px solid rgba(255, 255, 255, 0.1);
|
|
border-bottom: 1px solid #242424;
|
|
}
|
|
.navbar-expand-lg .navbar-main .navbar-nav>.nav-item>.nav-link,
|
|
.navbar-expand-lg .navbar-main .navbar-nav>.nav-link {
|
|
padding: 15px 20px;
|
|
margin: 0;
|
|
font-weight: normal;
|
|
font-size: 13px;
|
|
text-transform: uppercase;
|
|
color: rgba(255, 255, 255, 0.7);
|
|
}
|
|
.navbar-expand-lg .navbar-main .navbar-nav>.nav-item>.nav-link .nav-link-icon,
|
|
.navbar-expand-lg .navbar-main .navbar-nav>.nav-link .nav-link-icon {
|
|
font-size: 18px;
|
|
}
|
|
.navbar-expand-lg .navbar-main .navbar-nav>.nav-item>.nav-link:hover,
|
|
.navbar-expand-lg .navbar-main .navbar-nav>.nav-item.active>.nav-link {
|
|
background: #282828;
|
|
color: #fff;
|
|
}
|
|
.navbar-expand-lg .navbar-main .navbar-nav .nav-link:focus {
|
|
background: transparent;
|
|
}
|
|
.navbar-expand-lg .navbar-main .navbar-nav .show>.dropdown-toggle,
|
|
.navbar-expand-lg .navbar-main .navbar-nav .show.active>.dropdown-toggle {
|
|
background: #292929;
|
|
color: #fff;
|
|
}
|
|
.navbar-expand-lg .nav .nav-item,
|
|
.navbar-expand-lg .nav .nav-link {
|
|
display: block;
|
|
}
|
|
.navbar-expand-lg.navbar-main .navbar-nav,
|
|
.navbar-expand-lg .navbar-main .navbar-nav {
|
|
margin-bottom: 0;
|
|
margin-top: 0;
|
|
display: block;
|
|
}
|
|
.navbar-expand-lg.navbar-main .navbar-nav .dropdown-menu,
|
|
.navbar-expand-lg.navbar-main .navbar-nav .mega-menu,
|
|
.navbar-expand-lg.navbar-main .navbar-nav .dropdown-menu.mega-menu,
|
|
.navbar-expand-lg .navbar-main .navbar-nav .dropdown-menu,
|
|
.navbar-expand-lg .navbar-main .navbar-nav .mega-menu,
|
|
.navbar-expand-lg .navbar-main .navbar-nav .dropdown-menu.mega-menu {
|
|
padding: 0;
|
|
position: static !important;
|
|
top: 0 !important;
|
|
-webkit-transform: none !important;
|
|
transform: none !important;
|
|
}
|
|
.navbar-expand-lg.navbar-main .dropdown-effect-fade .dropdown-menu,
|
|
.navbar-expand-lg.navbar-main .dropdown-effect-fade.open>.dropdown-menu,
|
|
.navbar-expand-lg.navbar-main .dropdown-effect-fade .open>.dropdown-menu,
|
|
.navbar-expand-lg.navbar-main .dropdown-effect-fadeup .dropdown-menu,
|
|
.navbar-expand-lg.navbar-main .dropdown-effect-fadeup.open>.dropdown-menu,
|
|
.navbar-expand-lg.navbar-main .dropdown-effect-fadeup .open>.dropdown-menu,
|
|
.navbar-expand-lg.navbar-main .dropdown-effect-fadedown .dropdown-menu,
|
|
.navbar-expand-lg.navbar-main .dropdown-effect-fadedown.open>.dropdown-menu,
|
|
.navbar-expand-lg.navbar-main .dropdown-effect-fadedown .open>.dropdown-menu,
|
|
.navbar-expand-lg .navbar-main .dropdown-effect-fade .dropdown-menu,
|
|
.navbar-expand-lg .navbar-main .dropdown-effect-fade.open>.dropdown-menu,
|
|
.navbar-expand-lg .navbar-main .dropdown-effect-fade .open>.dropdown-menu,
|
|
.navbar-expand-lg .navbar-main .dropdown-effect-fadeup .dropdown-menu,
|
|
.navbar-expand-lg .navbar-main .dropdown-effect-fadeup.open>.dropdown-menu,
|
|
.navbar-expand-lg .navbar-main .dropdown-effect-fadeup .open>.dropdown-menu,
|
|
.navbar-expand-lg .navbar-main .dropdown-effect-fadedown .dropdown-menu,
|
|
.navbar-expand-lg .navbar-main .dropdown-effect-fadedown.open>.dropdown-menu,
|
|
.navbar-expand-lg .navbar-main .dropdown-effect-fadedown .open>.dropdown-menu {
|
|
display: none !important;
|
|
opacity: 1;
|
|
-webkit-transition: all 0.4s ease-out;
|
|
transition: all 0.4s ease-out;
|
|
visibility: visible;
|
|
}
|
|
.navbar-expand-lg.navbar-main .dropdown-effect-fade.show>.dropdown-menu,
|
|
.navbar-expand-lg.navbar-main .dropdown-effect-fade .show>.dropdown-menu,
|
|
.navbar-expand-lg.navbar-main .dropdown-effect-fadeup.show>.dropdown-menu,
|
|
.navbar-expand-lg.navbar-main .dropdown-effect-fadeup .show>.dropdown-menu,
|
|
.navbar-expand-lg.navbar-main .dropdown-effect-fadedown.show>.dropdown-menu,
|
|
.navbar-expand-lg.navbar-main .dropdown-effect-fadedown .show>.dropdown-menu,
|
|
.navbar-expand-lg .navbar-main .dropdown-effect-fade.show>.dropdown-menu,
|
|
.navbar-expand-lg .navbar-main .dropdown-effect-fade .show>.dropdown-menu,
|
|
.navbar-expand-lg .navbar-main .dropdown-effect-fadeup.show>.dropdown-menu,
|
|
.navbar-expand-lg .navbar-main .dropdown-effect-fadeup .show>.dropdown-menu,
|
|
.navbar-expand-lg .navbar-main .dropdown-effect-fadedown.show>.dropdown-menu,
|
|
.navbar-expand-lg .navbar-main .dropdown-effect-fadedown .show>.dropdown-menu {
|
|
opacity: 1;
|
|
display: block !important;
|
|
visibility: visible !important;
|
|
}
|
|
.navbar-expand-lg .collapse .dropdown-menu .dropdown.open {
|
|
border-bottom: none;
|
|
}
|
|
.navbar-expand-lg .dropdown-mega-menu .dropdown-menu {
|
|
min-width: 0;
|
|
}
|
|
}
|
|
|
|
@media (min-width: 1200px) {
|
|
.navbar-expand-lg.navbar-main,
|
|
.navbar-expand-lg .navbar-main {
|
|
display: block !important;
|
|
padding: 0;
|
|
margin: 0;
|
|
clear: none;
|
|
overflow-y: visible;
|
|
overflow-x: visible;
|
|
width: auto;
|
|
top: auto;
|
|
background: transparent;
|
|
position: static;
|
|
}
|
|
.navbar-expand-lg.navbar-main .navbar-nav,
|
|
.navbar-expand-lg .navbar-main .navbar-nav {
|
|
margin-top: 0;
|
|
}
|
|
.navbar-expand-lg.navbar-main .navbar-nav.container,
|
|
.navbar-expand-lg .navbar-main .navbar-nav.container {
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
.navbar-expand-lg.navbar-main .nav>.dropdown,
|
|
.navbar-expand-lg .navbar-main .nav>.dropdown {
|
|
z-index: 1000;
|
|
}
|
|
.navbar-expand-lg.navbar-main .nav>.dropdown>a,
|
|
.navbar-expand-lg .navbar-main .nav>.dropdown>a {
|
|
position: relative;
|
|
z-index: 1001;
|
|
}
|
|
.navbar-expand-lg.navbar-main.collapse .dropdown-menu,
|
|
.navbar-expand-lg .navbar-main.collapse .dropdown-menu {
|
|
padding: 12px;
|
|
border-radius: 0;
|
|
left: auto;
|
|
border: 1px solid #e9ecef;
|
|
border-bottom: 2px solid #55A79A;
|
|
min-width: 250px;
|
|
color: rgba(27, 27, 27, 0.8);
|
|
background: #fff;
|
|
position: absolute;
|
|
z-index: 1000;
|
|
}
|
|
.navbar-expand-lg.navbar-main.collapse .dropdown-menu .dropdown-item,
|
|
.navbar-expand-lg .navbar-main.collapse .dropdown-menu .dropdown-item {
|
|
margin: 0;
|
|
padding: 8px 12px !important;
|
|
font-size: 12px;
|
|
border-radius: 0;
|
|
background: white;
|
|
border-bottom: 1px solid #E6E6E6 !important;
|
|
color: #1b1b1b;
|
|
}
|
|
.navbar-expand-lg.navbar-main.collapse .dropdown-menu .dropdown-item:before,
|
|
.navbar-expand-lg .navbar-main.collapse .dropdown-menu .dropdown-item:before {
|
|
display: none;
|
|
}
|
|
.navbar-expand-lg.navbar-main.collapse .dropdown-menu .dropdown-item .dropdown-icon,
|
|
.navbar-expand-lg .navbar-main.collapse .dropdown-menu .dropdown-item .dropdown-icon {
|
|
color: #ced4da;
|
|
}
|
|
.navbar-expand-lg.navbar-main.collapse .dropdown-menu .dropdown-item.dropdown-item-caret:before,
|
|
.navbar-expand-lg .navbar-main.collapse .dropdown-menu .dropdown-item.dropdown-item-caret:before {
|
|
font-family: 'Font Awesome 5 Free';
|
|
font-weight: 900;
|
|
font-style: normal;
|
|
speak: none;
|
|
display: inline-block;
|
|
content: "\f105";
|
|
font-size: 12px;
|
|
color: #ced4da;
|
|
width: 20px;
|
|
height: 20px;
|
|
padding-right: 10px;
|
|
margin: 0 !important;
|
|
display: inline-block;
|
|
}
|
|
.navbar-expand-lg.navbar-main.collapse .dropdown-menu .dropdown-item:hover,
|
|
.navbar-expand-lg.navbar-main.collapse .dropdown-menu .dropdown-item:focus,
|
|
.navbar-expand-lg.navbar-main.collapse .dropdown-menu .dropdown-item.active:hover,
|
|
.navbar-expand-lg.navbar-main.collapse .dropdown-menu .dropdown-item.active,
|
|
.navbar-expand-lg.navbar-main.collapse .dropdown-menu .dropdown-item.active:focus,
|
|
.navbar-expand-lg.navbar-main.collapse .dropdown-menu .active>.dropdown-item,
|
|
.navbar-expand-lg.navbar-main.collapse .dropdown-menu .active>.dropdown-item:hover,
|
|
.navbar-expand-lg.navbar-main.collapse .dropdown-menu .active>.dropdown-item:focus,
|
|
.navbar-expand-lg.navbar-main.collapse .dropdown-menu .show:not(.collapse)>.dropdown-item,
|
|
.navbar-expand-lg.navbar-main.collapse .dropdown-menu .show>.dropdown-item:hover,
|
|
.navbar-expand-lg.navbar-main.collapse .dropdown-menu .show>.dropdown-item:focus,
|
|
.navbar-expand-lg.navbar-main.collapse .dropdown-menu .open:not(.collapse)>.dropdown-item,
|
|
.navbar-expand-lg.navbar-main.collapse .dropdown-menu .open>.dropdown-item:hover,
|
|
.navbar-expand-lg.navbar-main.collapse .dropdown-menu .open>.dropdown-item:focus,
|
|
.navbar-expand-lg .navbar-main.collapse .dropdown-menu .dropdown-item:hover,
|
|
.navbar-expand-lg .navbar-main.collapse .dropdown-menu .dropdown-item:focus,
|
|
.navbar-expand-lg .navbar-main.collapse .dropdown-menu .dropdown-item.active:hover,
|
|
.navbar-expand-lg .navbar-main.collapse .dropdown-menu .dropdown-item.active,
|
|
.navbar-expand-lg .navbar-main.collapse .dropdown-menu .dropdown-item.active:focus,
|
|
.navbar-expand-lg .navbar-main.collapse .dropdown-menu .active>.dropdown-item,
|
|
.navbar-expand-lg .navbar-main.collapse .dropdown-menu .active>.dropdown-item:hover,
|
|
.navbar-expand-lg .navbar-main.collapse .dropdown-menu .active>.dropdown-item:focus,
|
|
.navbar-expand-lg .navbar-main.collapse .dropdown-menu .show:not(.collapse)>.dropdown-item,
|
|
.navbar-expand-lg .navbar-main.collapse .dropdown-menu .show>.dropdown-item:hover,
|
|
.navbar-expand-lg .navbar-main.collapse .dropdown-menu .show>.dropdown-item:focus,
|
|
.navbar-expand-lg .navbar-main.collapse .dropdown-menu .open:not(.collapse)>.dropdown-item,
|
|
.navbar-expand-lg .navbar-main.collapse .dropdown-menu .open>.dropdown-item:hover,
|
|
.navbar-expand-lg .navbar-main.collapse .dropdown-menu .open>.dropdown-item:focus {
|
|
color: #212529;
|
|
background: #f8f9fa;
|
|
text-decoration: none;
|
|
}
|
|
.navbar-expand-lg.navbar-main.collapse .dropdown-menu .dropdown-item:hover.dropdown-item-caret:before,
|
|
.navbar-expand-lg.navbar-main.collapse .dropdown-menu .dropdown-item:hover .dropdown-icon,
|
|
.navbar-expand-lg.navbar-main.collapse .dropdown-menu .dropdown-item:focus.dropdown-item-caret:before,
|
|
.navbar-expand-lg.navbar-main.collapse .dropdown-menu .dropdown-item:focus .dropdown-icon,
|
|
.navbar-expand-lg.navbar-main.collapse .dropdown-menu .dropdown-item.active:hover.dropdown-item-caret:before,
|
|
.navbar-expand-lg.navbar-main.collapse .dropdown-menu .dropdown-item.active:hover .dropdown-icon,
|
|
.navbar-expand-lg.navbar-main.collapse .dropdown-menu .dropdown-item.active.dropdown-item-caret:before,
|
|
.navbar-expand-lg.navbar-main.collapse .dropdown-menu .dropdown-item.active .dropdown-icon,
|
|
.navbar-expand-lg.navbar-main.collapse .dropdown-menu .dropdown-item.active:focus.dropdown-item-caret:before,
|
|
.navbar-expand-lg.navbar-main.collapse .dropdown-menu .dropdown-item.active:focus .dropdown-icon,
|
|
.navbar-expand-lg.navbar-main.collapse .dropdown-menu .active>.dropdown-item.dropdown-item-caret:before,
|
|
.navbar-expand-lg.navbar-main.collapse .dropdown-menu .active>.dropdown-item .dropdown-icon,
|
|
.navbar-expand-lg.navbar-main.collapse .dropdown-menu .active>.dropdown-item:hover.dropdown-item-caret:before,
|
|
.navbar-expand-lg.navbar-main.collapse .dropdown-menu .active>.dropdown-item:hover .dropdown-icon,
|
|
.navbar-expand-lg.navbar-main.collapse .dropdown-menu .active>.dropdown-item:focus.dropdown-item-caret:before,
|
|
.navbar-expand-lg.navbar-main.collapse .dropdown-menu .active>.dropdown-item:focus .dropdown-icon,
|
|
.navbar-expand-lg.navbar-main.collapse .dropdown-menu .show:not(.collapse)>.dropdown-item.dropdown-item-caret:before,
|
|
.navbar-expand-lg.navbar-main.collapse .dropdown-menu .show:not(.collapse)>.dropdown-item .dropdown-icon,
|
|
.navbar-expand-lg.navbar-main.collapse .dropdown-menu .show>.dropdown-item:hover.dropdown-item-caret:before,
|
|
.navbar-expand-lg.navbar-main.collapse .dropdown-menu .show>.dropdown-item:hover .dropdown-icon,
|
|
.navbar-expand-lg.navbar-main.collapse .dropdown-menu .show>.dropdown-item:focus.dropdown-item-caret:before,
|
|
.navbar-expand-lg.navbar-main.collapse .dropdown-menu .show>.dropdown-item:focus .dropdown-icon,
|
|
.navbar-expand-lg.navbar-main.collapse .dropdown-menu .open:not(.collapse)>.dropdown-item.dropdown-item-caret:before,
|
|
.navbar-expand-lg.navbar-main.collapse .dropdown-menu .open:not(.collapse)>.dropdown-item .dropdown-icon,
|
|
.navbar-expand-lg.navbar-main.collapse .dropdown-menu .open>.dropdown-item:hover.dropdown-item-caret:before,
|
|
.navbar-expand-lg.navbar-main.collapse .dropdown-menu .open>.dropdown-item:hover .dropdown-icon,
|
|
.navbar-expand-lg.navbar-main.collapse .dropdown-menu .open>.dropdown-item:focus.dropdown-item-caret:before,
|
|
.navbar-expand-lg.navbar-main.collapse .dropdown-menu .open>.dropdown-item:focus .dropdown-icon,
|
|
.navbar-expand-lg .navbar-main.collapse .dropdown-menu .dropdown-item:hover.dropdown-item-caret:before,
|
|
.navbar-expand-lg .navbar-main.collapse .dropdown-menu .dropdown-item:hover .dropdown-icon,
|
|
.navbar-expand-lg .navbar-main.collapse .dropdown-menu .dropdown-item:focus.dropdown-item-caret:before,
|
|
.navbar-expand-lg .navbar-main.collapse .dropdown-menu .dropdown-item:focus .dropdown-icon,
|
|
.navbar-expand-lg .navbar-main.collapse .dropdown-menu .dropdown-item.active:hover.dropdown-item-caret:before,
|
|
.navbar-expand-lg .navbar-main.collapse .dropdown-menu .dropdown-item.active:hover .dropdown-icon,
|
|
.navbar-expand-lg .navbar-main.collapse .dropdown-menu .dropdown-item.active.dropdown-item-caret:before,
|
|
.navbar-expand-lg .navbar-main.collapse .dropdown-menu .dropdown-item.active .dropdown-icon,
|
|
.navbar-expand-lg .navbar-main.collapse .dropdown-menu .dropdown-item.active:focus.dropdown-item-caret:before,
|
|
.navbar-expand-lg .navbar-main.collapse .dropdown-menu .dropdown-item.active:focus .dropdown-icon,
|
|
.navbar-expand-lg .navbar-main.collapse .dropdown-menu .active>.dropdown-item.dropdown-item-caret:before,
|
|
.navbar-expand-lg .navbar-main.collapse .dropdown-menu .active>.dropdown-item .dropdown-icon,
|
|
.navbar-expand-lg .navbar-main.collapse .dropdown-menu .active>.dropdown-item:hover.dropdown-item-caret:before,
|
|
.navbar-expand-lg .navbar-main.collapse .dropdown-menu .active>.dropdown-item:hover .dropdown-icon,
|
|
.navbar-expand-lg .navbar-main.collapse .dropdown-menu .active>.dropdown-item:focus.dropdown-item-caret:before,
|
|
.navbar-expand-lg .navbar-main.collapse .dropdown-menu .active>.dropdown-item:focus .dropdown-icon,
|
|
.navbar-expand-lg .navbar-main.collapse .dropdown-menu .show:not(.collapse)>.dropdown-item.dropdown-item-caret:before,
|
|
.navbar-expand-lg .navbar-main.collapse .dropdown-menu .show:not(.collapse)>.dropdown-item .dropdown-icon,
|
|
.navbar-expand-lg .navbar-main.collapse .dropdown-menu .show>.dropdown-item:hover.dropdown-item-caret:before,
|
|
.navbar-expand-lg .navbar-main.collapse .dropdown-menu .show>.dropdown-item:hover .dropdown-icon,
|
|
.navbar-expand-lg .navbar-main.collapse .dropdown-menu .show>.dropdown-item:focus.dropdown-item-caret:before,
|
|
.navbar-expand-lg .navbar-main.collapse .dropdown-menu .show>.dropdown-item:focus .dropdown-icon,
|
|
.navbar-expand-lg .navbar-main.collapse .dropdown-menu .open:not(.collapse)>.dropdown-item.dropdown-item-caret:before,
|
|
.navbar-expand-lg .navbar-main.collapse .dropdown-menu .open:not(.collapse)>.dropdown-item .dropdown-icon,
|
|
.navbar-expand-lg .navbar-main.collapse .dropdown-menu .open>.dropdown-item:hover.dropdown-item-caret:before,
|
|
.navbar-expand-lg .navbar-main.collapse .dropdown-menu .open>.dropdown-item:hover .dropdown-icon,
|
|
.navbar-expand-lg .navbar-main.collapse .dropdown-menu .open>.dropdown-item:focus.dropdown-item-caret:before,
|
|
.navbar-expand-lg .navbar-main.collapse .dropdown-menu .open>.dropdown-item:focus .dropdown-icon {
|
|
color: #55A79A;
|
|
}
|
|
.navbar-expand-lg.navbar-main .dropdown-header,
|
|
.navbar-expand-lg.navbar-main .dropdown-footer,
|
|
.navbar-expand-lg .navbar-main .dropdown-header,
|
|
.navbar-expand-lg .navbar-main .dropdown-footer {
|
|
font-weight: bold;
|
|
padding: 8px;
|
|
margin-top: 10px;
|
|
margin-bottom: 10px;
|
|
border-bottom: 2px solid #E6E6E6 !important;
|
|
display: block;
|
|
float: none;
|
|
color: #1b1b1b;
|
|
}
|
|
.navbar-expand-lg.navbar-main .dropdown-footer,
|
|
.navbar-expand-lg .navbar-main .dropdown-footer {
|
|
border: none;
|
|
border-top: 2px solid #E6E6E6;
|
|
font-weight: 100;
|
|
margin-bottom: 0;
|
|
font-size: 11px;
|
|
}
|
|
.navbar-expand-lg.navbar-main .dropdown-footer:first-child,
|
|
.navbar-expand-lg .navbar-main .dropdown-footer:first-child {
|
|
margin-top: 10px;
|
|
}
|
|
.navbar-expand-lg.navbar-main.collapse .dropdown-menu .dropdown-submenu,
|
|
.navbar-expand-lg .navbar-main.collapse .dropdown-menu .dropdown-submenu {
|
|
position: relative;
|
|
}
|
|
.navbar-expand-lg.navbar-main.collapse .dropdown-menu .dropdown-submenu>.dropdown-menu,
|
|
.navbar-expand-lg .navbar-main.collapse .dropdown-menu .dropdown-submenu>.dropdown-menu {
|
|
top: 0;
|
|
left: 100%;
|
|
margin-top: -5px;
|
|
margin-left: 10px;
|
|
padding: 8px;
|
|
}
|
|
.navbar-expand-lg.navbar-main.collapse .dropdown-menu .dropdown-submenu.dropdown-menu-right>.dropdown-menu,
|
|
.navbar-expand-lg.navbar-main.collapse .dropdown-menu .dropdown-submenu>.dropdown-menu.dropdown-menu-right,
|
|
.navbar-expand-lg .navbar-main.collapse .dropdown-menu .dropdown-submenu.dropdown-menu-right>.dropdown-menu,
|
|
.navbar-expand-lg .navbar-main.collapse .dropdown-menu .dropdown-submenu>.dropdown-menu.dropdown-menu-right {
|
|
top: 0;
|
|
left: 100%;
|
|
}
|
|
.navbar-expand-lg.navbar-main.collapse .dropdown-menu .dropdown-submenu.dropdown-menu-left>.dropdown-menu,
|
|
.navbar-expand-lg.navbar-main.collapse .dropdown-menu .dropdown-submenu>.dropdown-menu.dropdown-menu-left,
|
|
.navbar-expand-lg .navbar-main.collapse .dropdown-menu .dropdown-submenu.dropdown-menu-left>.dropdown-menu,
|
|
.navbar-expand-lg .navbar-main.collapse .dropdown-menu .dropdown-submenu>.dropdown-menu.dropdown-menu-left {
|
|
top: 0;
|
|
left: auto;
|
|
right: 100%;
|
|
margin-left: 0;
|
|
margin-right: 10px;
|
|
}
|
|
.navbar-expand-lg.navbar-main.collapse .dropdown-menu .dropdown-submenu .dropdown-item:after,
|
|
.navbar-expand-lg .navbar-main.collapse .dropdown-menu .dropdown-submenu .dropdown-item:after {
|
|
border-color: transparent transparent #55A79A transparent;
|
|
}
|
|
.navbar-expand-lg.navbar-main.collapse .dropdown-menu .dropdown-submenu.show,
|
|
.navbar-expand-lg.navbar-main.collapse .dropdown-menu .dropdown-submenu.open,
|
|
.navbar-expand-lg .navbar-main.collapse .dropdown-menu .dropdown-submenu.show,
|
|
.navbar-expand-lg .navbar-main.collapse .dropdown-menu .dropdown-submenu.open {
|
|
border-bottom: none;
|
|
}
|
|
.navbar-expand-lg.navbar-main.collapse .dropdown-menu .dropdown-submenu .dropdown-menu .dropdown-item,
|
|
.navbar-expand-lg .navbar-main.collapse .dropdown-menu .dropdown-submenu .dropdown-menu .dropdown-item {
|
|
padding: 8px 15px !important;
|
|
}
|
|
.navbar-expand-lg.navbar-main .nav>.dropdown-right,
|
|
.navbar-expand-lg .navbar-main .nav>.dropdown-right {
|
|
position: relative;
|
|
}
|
|
.navbar-expand-lg.navbar-main .dropdown-mega-menu,
|
|
.navbar-expand-lg .navbar-main .dropdown-mega-menu {
|
|
position: static;
|
|
}
|
|
.navbar-expand-lg.navbar-main .dropdown-mega-menu .dropdown-menu,
|
|
.navbar-expand-lg .navbar-main .dropdown-mega-menu .dropdown-menu {
|
|
min-width: 550px;
|
|
max-width: 100%;
|
|
padding: 15px;
|
|
right: 0;
|
|
left: 0;
|
|
}
|
|
.navbar-expand-lg.navbar-main .dropdown-mega-menu.dropdown-mega-menu-75 .dropdown-menu,
|
|
.navbar-expand-lg.navbar-main .dropdown-mega-menu.dropdown-mega-menu-50 .dropdown-menu,
|
|
.navbar-expand-lg.navbar-main .dropdown-mega-menu.dropdown-mega-menu-25 .dropdown-menu,
|
|
.navbar-expand-lg .navbar-main .dropdown-mega-menu.dropdown-mega-menu-75 .dropdown-menu,
|
|
.navbar-expand-lg .navbar-main .dropdown-mega-menu.dropdown-mega-menu-50 .dropdown-menu,
|
|
.navbar-expand-lg .navbar-main .dropdown-mega-menu.dropdown-mega-menu-25 .dropdown-menu {
|
|
right: auto;
|
|
left: auto;
|
|
}
|
|
.navbar-expand-lg.navbar-main .dropdown-mega-menu.dropdown-mega-menu-75 .dropdown-menu.dropdown-menu-right,
|
|
.navbar-expand-lg.navbar-main .dropdown-mega-menu.dropdown-mega-menu-50 .dropdown-menu.dropdown-menu-right,
|
|
.navbar-expand-lg.navbar-main .dropdown-mega-menu.dropdown-mega-menu-25 .dropdown-menu.dropdown-menu-right,
|
|
.navbar-expand-lg .navbar-main .dropdown-mega-menu.dropdown-mega-menu-75 .dropdown-menu.dropdown-menu-right,
|
|
.navbar-expand-lg .navbar-main .dropdown-mega-menu.dropdown-mega-menu-50 .dropdown-menu.dropdown-menu-right,
|
|
.navbar-expand-lg .navbar-main .dropdown-mega-menu.dropdown-mega-menu-25 .dropdown-menu.dropdown-menu-right {
|
|
right: 0;
|
|
}
|
|
.navbar-expand-lg.navbar-main .dropdown-mega-menu.dropdown-mega-menu-75 .dropdown-menu,
|
|
.navbar-expand-lg .navbar-main .dropdown-mega-menu.dropdown-mega-menu-75 .dropdown-menu {
|
|
max-width: 75%;
|
|
}
|
|
.navbar-expand-lg.navbar-main .dropdown-mega-menu.dropdown-mega-menu-50 .dropdown-menu,
|
|
.navbar-expand-lg .navbar-main .dropdown-mega-menu.dropdown-mega-menu-50 .dropdown-menu {
|
|
max-width: 50%;
|
|
}
|
|
.navbar-expand-lg.navbar-main .dropdown-mega-menu.dropdown-mega-menu-25 .dropdown-menu,
|
|
.navbar-expand-lg .navbar-main .dropdown-mega-menu.dropdown-mega-menu-25 .dropdown-menu {
|
|
max-width: 25%;
|
|
}
|
|
.navbar-expand-lg.navbar-main .btn,
|
|
.navbar-expand-lg .navbar-main .btn {
|
|
margin-top: 8px;
|
|
}
|
|
.navbar-expand-lg.navbar-main .btn.btn-sm,
|
|
.navbar-expand-lg .navbar-main .btn.btn-sm {
|
|
margin-top: 12px;
|
|
}
|
|
.navbar-expand-lg.navbar-main .btn.btn-lg,
|
|
.navbar-expand-lg .navbar-main .btn.btn-lg {
|
|
margin-top: 4px;
|
|
}
|
|
.navbar-expand-lg.navbar-main .nav-item,
|
|
.navbar-expand-lg .navbar-main .nav-item {
|
|
float: left;
|
|
border: none;
|
|
}
|
|
.navbar-expand-lg.navbar-main .navbar-nav.navbar-nav-stretch>.nav-item>.nav-link,
|
|
.navbar-expand-lg.navbar-main .navbar-nav.navbar-nav-stretch>.nav-link,
|
|
.navbar-expand-lg .navbar-main .navbar-nav.navbar-nav-stretch>.nav-item>.nav-link,
|
|
.navbar-expand-lg .navbar-main .navbar-nav.navbar-nav-stretch>.nav-link {
|
|
padding: 34px 14px;
|
|
}
|
|
.navbar-expand-lg.navbar-main .navbar-nav.navbar-nav-simple>.nav-item>.nav-link,
|
|
.navbar-expand-lg.navbar-main .navbar-nav.navbar-nav-simple>.nav-link,
|
|
.navbar-expand-lg .navbar-main .navbar-nav.navbar-nav-simple>.nav-item>.nav-link,
|
|
.navbar-expand-lg .navbar-main .navbar-nav.navbar-nav-simple>.nav-link {
|
|
padding: 34px 14px;
|
|
}
|
|
.navbar-expand-lg.navbar-main .navbar-nav.navbar-nav-simple>.nav-item>.nav-link.dropdown-toggle:after,
|
|
.navbar-expand-lg.navbar-main .navbar-nav.navbar-nav-simple>.nav-link.dropdown-toggle:after,
|
|
.navbar-expand-lg .navbar-main .navbar-nav.navbar-nav-simple>.nav-item>.nav-link.dropdown-toggle:after,
|
|
.navbar-expand-lg .navbar-main .navbar-nav.navbar-nav-simple>.nav-link.dropdown-toggle:after {
|
|
display: none;
|
|
}
|
|
.navbar-expand-lg.navbar-main .navbar-nav.navbar-nav-simple>.open>.dropdown-toggle,
|
|
.navbar-expand-lg.navbar-main .navbar-nav.navbar-nav-simple>.open>.dropdown-toggle:hover,
|
|
.navbar-expand-lg.navbar-main .navbar-nav.navbar-nav-simple>.open>.dropdown-toggle:focus,
|
|
.navbar-expand-lg .navbar-main .navbar-nav.navbar-nav-simple>.open>.dropdown-toggle,
|
|
.navbar-expand-lg .navbar-main .navbar-nav.navbar-nav-simple>.open>.dropdown-toggle:hover,
|
|
.navbar-expand-lg .navbar-main .navbar-nav.navbar-nav-simple>.open>.dropdown-toggle:focus {
|
|
border-color: transparent !important;
|
|
background: transparent !important;
|
|
color: #55A79A;
|
|
}
|
|
.navbar-expand-lg.navbar-main .navbar-nav.navbar-nav-simple .dropdown-menu,
|
|
.navbar-expand-lg .navbar-main .navbar-nav.navbar-nav-simple .dropdown-menu {
|
|
margin-top: 1px !important;
|
|
}
|
|
.navbar-expand-lg.navbar-main .navbar-nav>.nav-item>.nav-link,
|
|
.navbar-expand-lg.navbar-main .navbar-nav>.nav-link,
|
|
.navbar-expand-lg .navbar-main .navbar-nav>.nav-item>.nav-link,
|
|
.navbar-expand-lg .navbar-main .navbar-nav>.nav-link {
|
|
border-radius: 0;
|
|
-webkit-transition: all 0.3s ease-out;
|
|
transition: all 0.3s ease-out;
|
|
padding: 15px 10px;
|
|
margin: 0;
|
|
font-size: 12px;
|
|
font-weight: bold;
|
|
text-transform: uppercase;
|
|
letter-spacing: 0.5px;
|
|
border: 1px solid transparent;
|
|
border-top: 3px solid transparent;
|
|
}
|
|
.navbar-expand-lg.navbar-main .navbar-nav>.nav-item>.nav-link .nav-link-icon,
|
|
.navbar-expand-lg.navbar-main .navbar-nav>.nav-link .nav-link-icon,
|
|
.navbar-expand-lg .navbar-main .navbar-nav>.nav-item>.nav-link .nav-link-icon,
|
|
.navbar-expand-lg .navbar-main .navbar-nav>.nav-link .nav-link-icon {
|
|
font-size: 17px;
|
|
margin-top: -5px;
|
|
}
|
|
.navbar-expand-lg.navbar-main .navbar-nav>.nav-item>.nav-link:hover .caret,
|
|
.navbar-expand-lg.navbar-main .navbar-nav>.active>.nav-link .caret,
|
|
.navbar-expand-lg .navbar-main .navbar-nav>.nav-item>.nav-link:hover .caret,
|
|
.navbar-expand-lg .navbar-main .navbar-nav>.active>.nav-link .caret {
|
|
border-top-color: #fff;
|
|
}
|
|
.navbar-expand-lg.navbar-main .navbar-nav>.nav-item>.nav-link:focus,
|
|
.navbar-expand-lg .navbar-main .navbar-nav>.nav-item>.nav-link:focus {
|
|
background: transparent;
|
|
}
|
|
.navbar-expand-lg.navbar-main .navbar-nav>.show>.dropdown-toggle,
|
|
.navbar-expand-lg.navbar-main .navbar-nav>.show>.dropdown-toggle:hover,
|
|
.navbar-expand-lg.navbar-main .navbar-nav>.show>.dropdown-toggle:focus,
|
|
.navbar-expand-lg.navbar-main .navbar-nav>.show.active>.dropdown-toggle,
|
|
.navbar-expand-lg.navbar-main .navbar-nav>.show.active>.dropdown-toggle:hover,
|
|
.navbar-expand-lg.navbar-main .navbar-nav>.show.active>.dropdown-toggle:focus,
|
|
.navbar-expand-lg.navbar-main .navbar-nav>.open>.dropdown-toggle,
|
|
.navbar-expand-lg.navbar-main .navbar-nav>.open>.dropdown-toggle:hover,
|
|
.navbar-expand-lg.navbar-main .navbar-nav>.open>.dropdown-toggle:focus,
|
|
.navbar-expand-lg.navbar-main .navbar-nav>.open.active>.dropdown-toggle,
|
|
.navbar-expand-lg.navbar-main .navbar-nav>.open.active>.dropdown-toggle:hover,
|
|
.navbar-expand-lg.navbar-main .navbar-nav>.open.active>.dropdown-toggle:focus,
|
|
.navbar-expand-lg .navbar-main .navbar-nav>.show>.dropdown-toggle,
|
|
.navbar-expand-lg .navbar-main .navbar-nav>.show>.dropdown-toggle:hover,
|
|
.navbar-expand-lg .navbar-main .navbar-nav>.show>.dropdown-toggle:focus,
|
|
.navbar-expand-lg .navbar-main .navbar-nav>.show.active>.dropdown-toggle,
|
|
.navbar-expand-lg .navbar-main .navbar-nav>.show.active>.dropdown-toggle:hover,
|
|
.navbar-expand-lg .navbar-main .navbar-nav>.show.active>.dropdown-toggle:focus,
|
|
.navbar-expand-lg .navbar-main .navbar-nav>.open>.dropdown-toggle,
|
|
.navbar-expand-lg .navbar-main .navbar-nav>.open>.dropdown-toggle:hover,
|
|
.navbar-expand-lg .navbar-main .navbar-nav>.open>.dropdown-toggle:focus,
|
|
.navbar-expand-lg .navbar-main .navbar-nav>.open.active>.dropdown-toggle,
|
|
.navbar-expand-lg .navbar-main .navbar-nav>.open.active>.dropdown-toggle:hover,
|
|
.navbar-expand-lg .navbar-main .navbar-nav>.open.active>.dropdown-toggle:focus {
|
|
background: #fff;
|
|
color: #1b1b1b;
|
|
border-color: #f3f3f3;
|
|
border-bottom-color: transparent;
|
|
}
|
|
.navbar-expand-lg.navbar-main .navbar-nav .nav-link-dd-effect:hover,
|
|
.navbar-expand-lg.navbar-main .navbar-nav .nav-link-dd-effect.active,
|
|
.navbar-expand-lg .navbar-main .navbar-nav .nav-link-dd-effect:hover,
|
|
.navbar-expand-lg .navbar-main .navbar-nav .nav-link-dd-effect.active {
|
|
background: #fff;
|
|
color: #1b1b1b;
|
|
border-color: #f3f3f3;
|
|
border-bottom: 1px solid #f3f3f3;
|
|
}
|
|
.navbar-expand-lg.navbar-main .navbar-nav-flush,
|
|
.navbar-expand-lg .navbar-main .navbar-nav-flush {
|
|
margin-left: -20px;
|
|
}
|
|
.navbar-expand-lg.navbar-main .navbar-nav-flush-right,
|
|
.navbar-expand-lg .navbar-main .navbar-nav-flush-right {
|
|
margin-right: -20px;
|
|
}
|
|
}
|
|
|
|
.navbar-expand-xl.navbar-expand-collapse {
|
|
-webkit-box-flex: 0;
|
|
-ms-flex: 0 0 100%;
|
|
flex: 0 0 100%;
|
|
max-width: 100%;
|
|
top: 7.5px;
|
|
position: relative !important;
|
|
clear: both;
|
|
display: block;
|
|
}
|
|
|
|
.navbar-expand-xl .navbar-main .navbar-nav {
|
|
float: none;
|
|
margin: 0;
|
|
padding: 0;
|
|
border-radius: 2px;
|
|
}
|
|
|
|
.navbar-expand-xl .navbar-main .navbar-nav .btn {
|
|
margin: 10px 20px;
|
|
}
|
|
|
|
.navbar-expand-xl .navbar-main .navbar-nav .nav-item+.nav-item {
|
|
margin: 0;
|
|
}
|
|
|
|
.navbar-expand-xl .navbar-main .navbar-nav>.nav-item {
|
|
float: none;
|
|
border-left: none;
|
|
border-right: none;
|
|
padding: 0;
|
|
margin: 0;
|
|
border-top: 1px solid rgba(255, 255, 255, 0.1);
|
|
border-bottom: 1px solid #242424;
|
|
}
|
|
|
|
.navbar-expand-xl .navbar-main .navbar-nav>.nav-item>.nav-link,
|
|
.navbar-expand-xl .navbar-main .navbar-nav>.nav-link {
|
|
padding: 15px 20px;
|
|
margin: 0;
|
|
font-weight: normal;
|
|
font-size: 13px;
|
|
text-transform: uppercase;
|
|
color: rgba(255, 255, 255, 0.7);
|
|
}
|
|
|
|
.navbar-expand-xl .navbar-main .navbar-nav>.nav-item>.nav-link .nav-link-icon,
|
|
.navbar-expand-xl .navbar-main .navbar-nav>.nav-link .nav-link-icon {
|
|
font-size: 18px;
|
|
}
|
|
|
|
.navbar-expand-xl .navbar-main .navbar-nav>.nav-item>.nav-link:hover,
|
|
.navbar-expand-xl .navbar-main .navbar-nav>.nav-item.active>.nav-link {
|
|
background: #282828;
|
|
color: #fff;
|
|
}
|
|
|
|
.navbar-expand-xl .navbar-main .navbar-nav .nav-link:focus {
|
|
background: transparent;
|
|
}
|
|
|
|
.navbar-expand-xl .navbar-main .navbar-nav .show>.dropdown-toggle,
|
|
.navbar-expand-xl .navbar-main .navbar-nav .show.active>.dropdown-toggle {
|
|
background: #292929;
|
|
color: #fff;
|
|
}
|
|
|
|
.navbar-expand-xl .nav .nav-item,
|
|
.navbar-expand-xl .nav .nav-link {
|
|
display: block;
|
|
}
|
|
|
|
.navbar-expand-xl.navbar-main .navbar-nav,
|
|
.navbar-expand-xl .navbar-main .navbar-nav {
|
|
margin-bottom: 0;
|
|
margin-top: 0;
|
|
display: block;
|
|
}
|
|
|
|
.navbar-expand-xl.navbar-main .navbar-nav .dropdown-menu,
|
|
.navbar-expand-xl.navbar-main .navbar-nav .mega-menu,
|
|
.navbar-expand-xl.navbar-main .navbar-nav .dropdown-menu.mega-menu,
|
|
.navbar-expand-xl .navbar-main .navbar-nav .dropdown-menu,
|
|
.navbar-expand-xl .navbar-main .navbar-nav .mega-menu,
|
|
.navbar-expand-xl .navbar-main .navbar-nav .dropdown-menu.mega-menu {
|
|
padding: 0;
|
|
position: static !important;
|
|
top: 0 !important;
|
|
-webkit-transform: none !important;
|
|
transform: none !important;
|
|
}
|
|
|
|
.navbar-expand-xl.navbar-main .dropdown-effect-fade .dropdown-menu,
|
|
.navbar-expand-xl.navbar-main .dropdown-effect-fade.open>.dropdown-menu,
|
|
.navbar-expand-xl.navbar-main .dropdown-effect-fade .open>.dropdown-menu,
|
|
.navbar-expand-xl.navbar-main .dropdown-effect-fadeup .dropdown-menu,
|
|
.navbar-expand-xl.navbar-main .dropdown-effect-fadeup.open>.dropdown-menu,
|
|
.navbar-expand-xl.navbar-main .dropdown-effect-fadeup .open>.dropdown-menu,
|
|
.navbar-expand-xl.navbar-main .dropdown-effect-fadedown .dropdown-menu,
|
|
.navbar-expand-xl.navbar-main .dropdown-effect-fadedown.open>.dropdown-menu,
|
|
.navbar-expand-xl.navbar-main .dropdown-effect-fadedown .open>.dropdown-menu,
|
|
.navbar-expand-xl .navbar-main .dropdown-effect-fade .dropdown-menu,
|
|
.navbar-expand-xl .navbar-main .dropdown-effect-fade.open>.dropdown-menu,
|
|
.navbar-expand-xl .navbar-main .dropdown-effect-fade .open>.dropdown-menu,
|
|
.navbar-expand-xl .navbar-main .dropdown-effect-fadeup .dropdown-menu,
|
|
.navbar-expand-xl .navbar-main .dropdown-effect-fadeup.open>.dropdown-menu,
|
|
.navbar-expand-xl .navbar-main .dropdown-effect-fadeup .open>.dropdown-menu,
|
|
.navbar-expand-xl .navbar-main .dropdown-effect-fadedown .dropdown-menu,
|
|
.navbar-expand-xl .navbar-main .dropdown-effect-fadedown.open>.dropdown-menu,
|
|
.navbar-expand-xl .navbar-main .dropdown-effect-fadedown .open>.dropdown-menu {
|
|
display: none !important;
|
|
opacity: 1;
|
|
-webkit-transition: all 0.4s ease-out;
|
|
transition: all 0.4s ease-out;
|
|
visibility: visible;
|
|
}
|
|
|
|
.navbar-expand-xl.navbar-main .dropdown-effect-fade.show>.dropdown-menu,
|
|
.navbar-expand-xl.navbar-main .dropdown-effect-fade .show>.dropdown-menu,
|
|
.navbar-expand-xl.navbar-main .dropdown-effect-fadeup.show>.dropdown-menu,
|
|
.navbar-expand-xl.navbar-main .dropdown-effect-fadeup .show>.dropdown-menu,
|
|
.navbar-expand-xl.navbar-main .dropdown-effect-fadedown.show>.dropdown-menu,
|
|
.navbar-expand-xl.navbar-main .dropdown-effect-fadedown .show>.dropdown-menu,
|
|
.navbar-expand-xl .navbar-main .dropdown-effect-fade.show>.dropdown-menu,
|
|
.navbar-expand-xl .navbar-main .dropdown-effect-fade .show>.dropdown-menu,
|
|
.navbar-expand-xl .navbar-main .dropdown-effect-fadeup.show>.dropdown-menu,
|
|
.navbar-expand-xl .navbar-main .dropdown-effect-fadeup .show>.dropdown-menu,
|
|
.navbar-expand-xl .navbar-main .dropdown-effect-fadedown.show>.dropdown-menu,
|
|
.navbar-expand-xl .navbar-main .dropdown-effect-fadedown .show>.dropdown-menu {
|
|
opacity: 1;
|
|
display: block !important;
|
|
visibility: visible !important;
|
|
}
|
|
|
|
.navbar-expand-xl .collapse .dropdown-menu .dropdown.open {
|
|
border-bottom: none;
|
|
}
|
|
|
|
.navbar-expand-xl .dropdown-mega-menu .dropdown-menu {
|
|
min-width: 0;
|
|
}
|
|
|
|
.navbar-expand-xl.navbar-main,
|
|
.navbar-expand-xl .navbar-main {
|
|
display: block !important;
|
|
padding: 0;
|
|
margin: 0;
|
|
clear: none;
|
|
overflow-y: visible;
|
|
overflow-x: visible;
|
|
width: auto;
|
|
top: auto;
|
|
background: transparent;
|
|
position: static;
|
|
}
|
|
|
|
.navbar-expand-xl.navbar-main .navbar-nav,
|
|
.navbar-expand-xl .navbar-main .navbar-nav {
|
|
margin-top: 0;
|
|
}
|
|
|
|
.navbar-expand-xl.navbar-main .navbar-nav.container,
|
|
.navbar-expand-xl .navbar-main .navbar-nav.container {
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
|
|
.navbar-expand-xl.navbar-main .nav>.dropdown,
|
|
.navbar-expand-xl .navbar-main .nav>.dropdown {
|
|
z-index: 1000;
|
|
}
|
|
|
|
.navbar-expand-xl.navbar-main .nav>.dropdown>a,
|
|
.navbar-expand-xl .navbar-main .nav>.dropdown>a {
|
|
position: relative;
|
|
z-index: 1001;
|
|
}
|
|
|
|
.navbar-expand-xl.navbar-main.collapse .dropdown-menu,
|
|
.navbar-expand-xl .navbar-main.collapse .dropdown-menu {
|
|
padding: 12px;
|
|
border-radius: 0;
|
|
left: auto;
|
|
border: 1px solid #e9ecef;
|
|
border-bottom: 2px solid #55A79A;
|
|
min-width: 250px;
|
|
color: rgba(27, 27, 27, 0.8);
|
|
background: #fff;
|
|
position: absolute;
|
|
z-index: 1000;
|
|
}
|
|
|
|
.navbar-expand-xl.navbar-main.collapse .dropdown-menu .dropdown-item,
|
|
.navbar-expand-xl .navbar-main.collapse .dropdown-menu .dropdown-item {
|
|
margin: 0;
|
|
padding: 8px 12px !important;
|
|
font-size: 12px;
|
|
border-radius: 0;
|
|
background: white;
|
|
border-bottom: 1px solid #E6E6E6 !important;
|
|
color: #1b1b1b;
|
|
}
|
|
|
|
.navbar-expand-xl.navbar-main.collapse .dropdown-menu .dropdown-item:before,
|
|
.navbar-expand-xl .navbar-main.collapse .dropdown-menu .dropdown-item:before {
|
|
display: none;
|
|
}
|
|
|
|
.navbar-expand-xl.navbar-main.collapse .dropdown-menu .dropdown-item .dropdown-icon,
|
|
.navbar-expand-xl .navbar-main.collapse .dropdown-menu .dropdown-item .dropdown-icon {
|
|
color: #ced4da;
|
|
}
|
|
|
|
.navbar-expand-xl.navbar-main.collapse .dropdown-menu .dropdown-item.dropdown-item-caret:before,
|
|
.navbar-expand-xl .navbar-main.collapse .dropdown-menu .dropdown-item.dropdown-item-caret:before {
|
|
font-family: 'Font Awesome 5 Free';
|
|
font-weight: 900;
|
|
font-style: normal;
|
|
speak: none;
|
|
display: inline-block;
|
|
content: "\f105";
|
|
font-size: 12px;
|
|
color: #ced4da;
|
|
width: 20px;
|
|
height: 20px;
|
|
padding-right: 10px;
|
|
margin: 0 !important;
|
|
display: inline-block;
|
|
}
|
|
|
|
.navbar-expand-xl.navbar-main.collapse .dropdown-menu .dropdown-item:hover,
|
|
.navbar-expand-xl.navbar-main.collapse .dropdown-menu .dropdown-item:focus,
|
|
.navbar-expand-xl.navbar-main.collapse .dropdown-menu .dropdown-item.active:hover,
|
|
.navbar-expand-xl.navbar-main.collapse .dropdown-menu .dropdown-item.active,
|
|
.navbar-expand-xl.navbar-main.collapse .dropdown-menu .dropdown-item.active:focus,
|
|
.navbar-expand-xl.navbar-main.collapse .dropdown-menu .active>.dropdown-item,
|
|
.navbar-expand-xl.navbar-main.collapse .dropdown-menu .active>.dropdown-item:hover,
|
|
.navbar-expand-xl.navbar-main.collapse .dropdown-menu .active>.dropdown-item:focus,
|
|
.navbar-expand-xl.navbar-main.collapse .dropdown-menu .show:not(.collapse)>.dropdown-item,
|
|
.navbar-expand-xl.navbar-main.collapse .dropdown-menu .show>.dropdown-item:hover,
|
|
.navbar-expand-xl.navbar-main.collapse .dropdown-menu .show>.dropdown-item:focus,
|
|
.navbar-expand-xl.navbar-main.collapse .dropdown-menu .open:not(.collapse)>.dropdown-item,
|
|
.navbar-expand-xl.navbar-main.collapse .dropdown-menu .open>.dropdown-item:hover,
|
|
.navbar-expand-xl.navbar-main.collapse .dropdown-menu .open>.dropdown-item:focus,
|
|
.navbar-expand-xl .navbar-main.collapse .dropdown-menu .dropdown-item:hover,
|
|
.navbar-expand-xl .navbar-main.collapse .dropdown-menu .dropdown-item:focus,
|
|
.navbar-expand-xl .navbar-main.collapse .dropdown-menu .dropdown-item.active:hover,
|
|
.navbar-expand-xl .navbar-main.collapse .dropdown-menu .dropdown-item.active,
|
|
.navbar-expand-xl .navbar-main.collapse .dropdown-menu .dropdown-item.active:focus,
|
|
.navbar-expand-xl .navbar-main.collapse .dropdown-menu .active>.dropdown-item,
|
|
.navbar-expand-xl .navbar-main.collapse .dropdown-menu .active>.dropdown-item:hover,
|
|
.navbar-expand-xl .navbar-main.collapse .dropdown-menu .active>.dropdown-item:focus,
|
|
.navbar-expand-xl .navbar-main.collapse .dropdown-menu .show:not(.collapse)>.dropdown-item,
|
|
.navbar-expand-xl .navbar-main.collapse .dropdown-menu .show>.dropdown-item:hover,
|
|
.navbar-expand-xl .navbar-main.collapse .dropdown-menu .show>.dropdown-item:focus,
|
|
.navbar-expand-xl .navbar-main.collapse .dropdown-menu .open:not(.collapse)>.dropdown-item,
|
|
.navbar-expand-xl .navbar-main.collapse .dropdown-menu .open>.dropdown-item:hover,
|
|
.navbar-expand-xl .navbar-main.collapse .dropdown-menu .open>.dropdown-item:focus {
|
|
color: #212529;
|
|
background: #f8f9fa;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.navbar-expand-xl.navbar-main.collapse .dropdown-menu .dropdown-item:hover.dropdown-item-caret:before,
|
|
.navbar-expand-xl.navbar-main.collapse .dropdown-menu .dropdown-item:hover .dropdown-icon,
|
|
.navbar-expand-xl.navbar-main.collapse .dropdown-menu .dropdown-item:focus.dropdown-item-caret:before,
|
|
.navbar-expand-xl.navbar-main.collapse .dropdown-menu .dropdown-item:focus .dropdown-icon,
|
|
.navbar-expand-xl.navbar-main.collapse .dropdown-menu .dropdown-item.active:hover.dropdown-item-caret:before,
|
|
.navbar-expand-xl.navbar-main.collapse .dropdown-menu .dropdown-item.active:hover .dropdown-icon,
|
|
.navbar-expand-xl.navbar-main.collapse .dropdown-menu .dropdown-item.active.dropdown-item-caret:before,
|
|
.navbar-expand-xl.navbar-main.collapse .dropdown-menu .dropdown-item.active .dropdown-icon,
|
|
.navbar-expand-xl.navbar-main.collapse .dropdown-menu .dropdown-item.active:focus.dropdown-item-caret:before,
|
|
.navbar-expand-xl.navbar-main.collapse .dropdown-menu .dropdown-item.active:focus .dropdown-icon,
|
|
.navbar-expand-xl.navbar-main.collapse .dropdown-menu .active>.dropdown-item.dropdown-item-caret:before,
|
|
.navbar-expand-xl.navbar-main.collapse .dropdown-menu .active>.dropdown-item .dropdown-icon,
|
|
.navbar-expand-xl.navbar-main.collapse .dropdown-menu .active>.dropdown-item:hover.dropdown-item-caret:before,
|
|
.navbar-expand-xl.navbar-main.collapse .dropdown-menu .active>.dropdown-item:hover .dropdown-icon,
|
|
.navbar-expand-xl.navbar-main.collapse .dropdown-menu .active>.dropdown-item:focus.dropdown-item-caret:before,
|
|
.navbar-expand-xl.navbar-main.collapse .dropdown-menu .active>.dropdown-item:focus .dropdown-icon,
|
|
.navbar-expand-xl.navbar-main.collapse .dropdown-menu .show:not(.collapse)>.dropdown-item.dropdown-item-caret:before,
|
|
.navbar-expand-xl.navbar-main.collapse .dropdown-menu .show:not(.collapse)>.dropdown-item .dropdown-icon,
|
|
.navbar-expand-xl.navbar-main.collapse .dropdown-menu .show>.dropdown-item:hover.dropdown-item-caret:before,
|
|
.navbar-expand-xl.navbar-main.collapse .dropdown-menu .show>.dropdown-item:hover .dropdown-icon,
|
|
.navbar-expand-xl.navbar-main.collapse .dropdown-menu .show>.dropdown-item:focus.dropdown-item-caret:before,
|
|
.navbar-expand-xl.navbar-main.collapse .dropdown-menu .show>.dropdown-item:focus .dropdown-icon,
|
|
.navbar-expand-xl.navbar-main.collapse .dropdown-menu .open:not(.collapse)>.dropdown-item.dropdown-item-caret:before,
|
|
.navbar-expand-xl.navbar-main.collapse .dropdown-menu .open:not(.collapse)>.dropdown-item .dropdown-icon,
|
|
.navbar-expand-xl.navbar-main.collapse .dropdown-menu .open>.dropdown-item:hover.dropdown-item-caret:before,
|
|
.navbar-expand-xl.navbar-main.collapse .dropdown-menu .open>.dropdown-item:hover .dropdown-icon,
|
|
.navbar-expand-xl.navbar-main.collapse .dropdown-menu .open>.dropdown-item:focus.dropdown-item-caret:before,
|
|
.navbar-expand-xl.navbar-main.collapse .dropdown-menu .open>.dropdown-item:focus .dropdown-icon,
|
|
.navbar-expand-xl .navbar-main.collapse .dropdown-menu .dropdown-item:hover.dropdown-item-caret:before,
|
|
.navbar-expand-xl .navbar-main.collapse .dropdown-menu .dropdown-item:hover .dropdown-icon,
|
|
.navbar-expand-xl .navbar-main.collapse .dropdown-menu .dropdown-item:focus.dropdown-item-caret:before,
|
|
.navbar-expand-xl .navbar-main.collapse .dropdown-menu .dropdown-item:focus .dropdown-icon,
|
|
.navbar-expand-xl .navbar-main.collapse .dropdown-menu .dropdown-item.active:hover.dropdown-item-caret:before,
|
|
.navbar-expand-xl .navbar-main.collapse .dropdown-menu .dropdown-item.active:hover .dropdown-icon,
|
|
.navbar-expand-xl .navbar-main.collapse .dropdown-menu .dropdown-item.active.dropdown-item-caret:before,
|
|
.navbar-expand-xl .navbar-main.collapse .dropdown-menu .dropdown-item.active .dropdown-icon,
|
|
.navbar-expand-xl .navbar-main.collapse .dropdown-menu .dropdown-item.active:focus.dropdown-item-caret:before,
|
|
.navbar-expand-xl .navbar-main.collapse .dropdown-menu .dropdown-item.active:focus .dropdown-icon,
|
|
.navbar-expand-xl .navbar-main.collapse .dropdown-menu .active>.dropdown-item.dropdown-item-caret:before,
|
|
.navbar-expand-xl .navbar-main.collapse .dropdown-menu .active>.dropdown-item .dropdown-icon,
|
|
.navbar-expand-xl .navbar-main.collapse .dropdown-menu .active>.dropdown-item:hover.dropdown-item-caret:before,
|
|
.navbar-expand-xl .navbar-main.collapse .dropdown-menu .active>.dropdown-item:hover .dropdown-icon,
|
|
.navbar-expand-xl .navbar-main.collapse .dropdown-menu .active>.dropdown-item:focus.dropdown-item-caret:before,
|
|
.navbar-expand-xl .navbar-main.collapse .dropdown-menu .active>.dropdown-item:focus .dropdown-icon,
|
|
.navbar-expand-xl .navbar-main.collapse .dropdown-menu .show:not(.collapse)>.dropdown-item.dropdown-item-caret:before,
|
|
.navbar-expand-xl .navbar-main.collapse .dropdown-menu .show:not(.collapse)>.dropdown-item .dropdown-icon,
|
|
.navbar-expand-xl .navbar-main.collapse .dropdown-menu .show>.dropdown-item:hover.dropdown-item-caret:before,
|
|
.navbar-expand-xl .navbar-main.collapse .dropdown-menu .show>.dropdown-item:hover .dropdown-icon,
|
|
.navbar-expand-xl .navbar-main.collapse .dropdown-menu .show>.dropdown-item:focus.dropdown-item-caret:before,
|
|
.navbar-expand-xl .navbar-main.collapse .dropdown-menu .show>.dropdown-item:focus .dropdown-icon,
|
|
.navbar-expand-xl .navbar-main.collapse .dropdown-menu .open:not(.collapse)>.dropdown-item.dropdown-item-caret:before,
|
|
.navbar-expand-xl .navbar-main.collapse .dropdown-menu .open:not(.collapse)>.dropdown-item .dropdown-icon,
|
|
.navbar-expand-xl .navbar-main.collapse .dropdown-menu .open>.dropdown-item:hover.dropdown-item-caret:before,
|
|
.navbar-expand-xl .navbar-main.collapse .dropdown-menu .open>.dropdown-item:hover .dropdown-icon,
|
|
.navbar-expand-xl .navbar-main.collapse .dropdown-menu .open>.dropdown-item:focus.dropdown-item-caret:before,
|
|
.navbar-expand-xl .navbar-main.collapse .dropdown-menu .open>.dropdown-item:focus .dropdown-icon {
|
|
color: #55A79A;
|
|
}
|
|
|
|
.navbar-expand-xl.navbar-main .dropdown-header,
|
|
.navbar-expand-xl.navbar-main .dropdown-footer,
|
|
.navbar-expand-xl .navbar-main .dropdown-header,
|
|
.navbar-expand-xl .navbar-main .dropdown-footer {
|
|
font-weight: bold;
|
|
padding: 8px;
|
|
margin-top: 10px;
|
|
margin-bottom: 10px;
|
|
border-bottom: 2px solid #E6E6E6 !important;
|
|
display: block;
|
|
float: none;
|
|
color: #1b1b1b;
|
|
}
|
|
|
|
.navbar-expand-xl.navbar-main .dropdown-footer,
|
|
.navbar-expand-xl .navbar-main .dropdown-footer {
|
|
border: none;
|
|
border-top: 2px solid #E6E6E6;
|
|
font-weight: 100;
|
|
margin-bottom: 0;
|
|
font-size: 11px;
|
|
}
|
|
|
|
.navbar-expand-xl.navbar-main .dropdown-footer:first-child,
|
|
.navbar-expand-xl .navbar-main .dropdown-footer:first-child {
|
|
margin-top: 10px;
|
|
}
|
|
|
|
.navbar-expand-xl.navbar-main.collapse .dropdown-menu .dropdown-submenu,
|
|
.navbar-expand-xl .navbar-main.collapse .dropdown-menu .dropdown-submenu {
|
|
position: relative;
|
|
}
|
|
|
|
.navbar-expand-xl.navbar-main.collapse .dropdown-menu .dropdown-submenu>.dropdown-menu,
|
|
.navbar-expand-xl .navbar-main.collapse .dropdown-menu .dropdown-submenu>.dropdown-menu {
|
|
top: 0;
|
|
left: 100%;
|
|
margin-top: -5px;
|
|
margin-left: 10px;
|
|
padding: 8px;
|
|
}
|
|
|
|
.navbar-expand-xl.navbar-main.collapse .dropdown-menu .dropdown-submenu.dropdown-menu-right>.dropdown-menu,
|
|
.navbar-expand-xl.navbar-main.collapse .dropdown-menu .dropdown-submenu>.dropdown-menu.dropdown-menu-right,
|
|
.navbar-expand-xl .navbar-main.collapse .dropdown-menu .dropdown-submenu.dropdown-menu-right>.dropdown-menu,
|
|
.navbar-expand-xl .navbar-main.collapse .dropdown-menu .dropdown-submenu>.dropdown-menu.dropdown-menu-right {
|
|
top: 0;
|
|
left: 100%;
|
|
}
|
|
|
|
.navbar-expand-xl.navbar-main.collapse .dropdown-menu .dropdown-submenu.dropdown-menu-left>.dropdown-menu,
|
|
.navbar-expand-xl.navbar-main.collapse .dropdown-menu .dropdown-submenu>.dropdown-menu.dropdown-menu-left,
|
|
.navbar-expand-xl .navbar-main.collapse .dropdown-menu .dropdown-submenu.dropdown-menu-left>.dropdown-menu,
|
|
.navbar-expand-xl .navbar-main.collapse .dropdown-menu .dropdown-submenu>.dropdown-menu.dropdown-menu-left {
|
|
top: 0;
|
|
left: auto;
|
|
right: 100%;
|
|
margin-left: 0;
|
|
margin-right: 10px;
|
|
}
|
|
|
|
.navbar-expand-xl.navbar-main.collapse .dropdown-menu .dropdown-submenu .dropdown-item:after,
|
|
.navbar-expand-xl .navbar-main.collapse .dropdown-menu .dropdown-submenu .dropdown-item:after {
|
|
border-color: transparent transparent #55A79A transparent;
|
|
}
|
|
|
|
.navbar-expand-xl.navbar-main.collapse .dropdown-menu .dropdown-submenu.show,
|
|
.navbar-expand-xl.navbar-main.collapse .dropdown-menu .dropdown-submenu.open,
|
|
.navbar-expand-xl .navbar-main.collapse .dropdown-menu .dropdown-submenu.show,
|
|
.navbar-expand-xl .navbar-main.collapse .dropdown-menu .dropdown-submenu.open {
|
|
border-bottom: none;
|
|
}
|
|
|
|
.navbar-expand-xl.navbar-main.collapse .dropdown-menu .dropdown-submenu .dropdown-menu .dropdown-item,
|
|
.navbar-expand-xl .navbar-main.collapse .dropdown-menu .dropdown-submenu .dropdown-menu .dropdown-item {
|
|
padding: 8px 15px !important;
|
|
}
|
|
|
|
.navbar-expand-xl.navbar-main .nav>.dropdown-right,
|
|
.navbar-expand-xl .navbar-main .nav>.dropdown-right {
|
|
position: relative;
|
|
}
|
|
|
|
.navbar-expand-xl.navbar-main .dropdown-mega-menu,
|
|
.navbar-expand-xl .navbar-main .dropdown-mega-menu {
|
|
position: static;
|
|
}
|
|
|
|
.navbar-expand-xl.navbar-main .dropdown-mega-menu .dropdown-menu,
|
|
.navbar-expand-xl .navbar-main .dropdown-mega-menu .dropdown-menu {
|
|
min-width: 550px;
|
|
max-width: 100%;
|
|
padding: 15px;
|
|
right: 0;
|
|
left: 0;
|
|
}
|
|
|
|
.navbar-expand-xl.navbar-main .dropdown-mega-menu.dropdown-mega-menu-75 .dropdown-menu,
|
|
.navbar-expand-xl.navbar-main .dropdown-mega-menu.dropdown-mega-menu-50 .dropdown-menu,
|
|
.navbar-expand-xl.navbar-main .dropdown-mega-menu.dropdown-mega-menu-25 .dropdown-menu,
|
|
.navbar-expand-xl .navbar-main .dropdown-mega-menu.dropdown-mega-menu-75 .dropdown-menu,
|
|
.navbar-expand-xl .navbar-main .dropdown-mega-menu.dropdown-mega-menu-50 .dropdown-menu,
|
|
.navbar-expand-xl .navbar-main .dropdown-mega-menu.dropdown-mega-menu-25 .dropdown-menu {
|
|
right: auto;
|
|
left: auto;
|
|
}
|
|
|
|
.navbar-expand-xl.navbar-main .dropdown-mega-menu.dropdown-mega-menu-75 .dropdown-menu.dropdown-menu-right,
|
|
.navbar-expand-xl.navbar-main .dropdown-mega-menu.dropdown-mega-menu-50 .dropdown-menu.dropdown-menu-right,
|
|
.navbar-expand-xl.navbar-main .dropdown-mega-menu.dropdown-mega-menu-25 .dropdown-menu.dropdown-menu-right,
|
|
.navbar-expand-xl .navbar-main .dropdown-mega-menu.dropdown-mega-menu-75 .dropdown-menu.dropdown-menu-right,
|
|
.navbar-expand-xl .navbar-main .dropdown-mega-menu.dropdown-mega-menu-50 .dropdown-menu.dropdown-menu-right,
|
|
.navbar-expand-xl .navbar-main .dropdown-mega-menu.dropdown-mega-menu-25 .dropdown-menu.dropdown-menu-right {
|
|
right: 0;
|
|
}
|
|
|
|
.navbar-expand-xl.navbar-main .dropdown-mega-menu.dropdown-mega-menu-75 .dropdown-menu,
|
|
.navbar-expand-xl .navbar-main .dropdown-mega-menu.dropdown-mega-menu-75 .dropdown-menu {
|
|
max-width: 75%;
|
|
}
|
|
|
|
.navbar-expand-xl.navbar-main .dropdown-mega-menu.dropdown-mega-menu-50 .dropdown-menu,
|
|
.navbar-expand-xl .navbar-main .dropdown-mega-menu.dropdown-mega-menu-50 .dropdown-menu {
|
|
max-width: 50%;
|
|
}
|
|
|
|
.navbar-expand-xl.navbar-main .dropdown-mega-menu.dropdown-mega-menu-25 .dropdown-menu,
|
|
.navbar-expand-xl .navbar-main .dropdown-mega-menu.dropdown-mega-menu-25 .dropdown-menu {
|
|
max-width: 25%;
|
|
}
|
|
|
|
.navbar-expand-xl.navbar-main .btn,
|
|
.navbar-expand-xl .navbar-main .btn {
|
|
margin-top: 8px;
|
|
}
|
|
|
|
.navbar-expand-xl.navbar-main .btn.btn-sm,
|
|
.navbar-expand-xl .navbar-main .btn.btn-sm {
|
|
margin-top: 12px;
|
|
}
|
|
|
|
.navbar-expand-xl.navbar-main .btn.btn-lg,
|
|
.navbar-expand-xl .navbar-main .btn.btn-lg {
|
|
margin-top: 4px;
|
|
}
|
|
|
|
.navbar-expand-xl.navbar-main .nav-item,
|
|
.navbar-expand-xl .navbar-main .nav-item {
|
|
float: left;
|
|
border: none;
|
|
}
|
|
|
|
.navbar-expand-xl.navbar-main .navbar-nav.navbar-nav-stretch>.nav-item>.nav-link,
|
|
.navbar-expand-xl.navbar-main .navbar-nav.navbar-nav-stretch>.nav-link,
|
|
.navbar-expand-xl .navbar-main .navbar-nav.navbar-nav-stretch>.nav-item>.nav-link,
|
|
.navbar-expand-xl .navbar-main .navbar-nav.navbar-nav-stretch>.nav-link {
|
|
padding: 34px 14px;
|
|
}
|
|
|
|
.navbar-expand-xl.navbar-main .navbar-nav.navbar-nav-simple>.nav-item>.nav-link,
|
|
.navbar-expand-xl.navbar-main .navbar-nav.navbar-nav-simple>.nav-link,
|
|
.navbar-expand-xl .navbar-main .navbar-nav.navbar-nav-simple>.nav-item>.nav-link,
|
|
.navbar-expand-xl .navbar-main .navbar-nav.navbar-nav-simple>.nav-link {
|
|
padding: 34px 14px;
|
|
}
|
|
|
|
.navbar-expand-xl.navbar-main .navbar-nav.navbar-nav-simple>.nav-item>.nav-link.dropdown-toggle:after,
|
|
.navbar-expand-xl.navbar-main .navbar-nav.navbar-nav-simple>.nav-link.dropdown-toggle:after,
|
|
.navbar-expand-xl .navbar-main .navbar-nav.navbar-nav-simple>.nav-item>.nav-link.dropdown-toggle:after,
|
|
.navbar-expand-xl .navbar-main .navbar-nav.navbar-nav-simple>.nav-link.dropdown-toggle:after {
|
|
display: none;
|
|
}
|
|
|
|
.navbar-expand-xl.navbar-main .navbar-nav.navbar-nav-simple>.open>.dropdown-toggle,
|
|
.navbar-expand-xl.navbar-main .navbar-nav.navbar-nav-simple>.open>.dropdown-toggle:hover,
|
|
.navbar-expand-xl.navbar-main .navbar-nav.navbar-nav-simple>.open>.dropdown-toggle:focus,
|
|
.navbar-expand-xl .navbar-main .navbar-nav.navbar-nav-simple>.open>.dropdown-toggle,
|
|
.navbar-expand-xl .navbar-main .navbar-nav.navbar-nav-simple>.open>.dropdown-toggle:hover,
|
|
.navbar-expand-xl .navbar-main .navbar-nav.navbar-nav-simple>.open>.dropdown-toggle:focus {
|
|
border-color: transparent !important;
|
|
background: transparent !important;
|
|
color: #55A79A;
|
|
}
|
|
|
|
.navbar-expand-xl.navbar-main .navbar-nav.navbar-nav-simple .dropdown-menu,
|
|
.navbar-expand-xl .navbar-main .navbar-nav.navbar-nav-simple .dropdown-menu {
|
|
margin-top: 1px !important;
|
|
}
|
|
|
|
.navbar-expand-xl.navbar-main .navbar-nav>.nav-item>.nav-link,
|
|
.navbar-expand-xl.navbar-main .navbar-nav>.nav-link,
|
|
.navbar-expand-xl .navbar-main .navbar-nav>.nav-item>.nav-link,
|
|
.navbar-expand-xl .navbar-main .navbar-nav>.nav-link {
|
|
border-radius: 0;
|
|
-webkit-transition: all 0.3s ease-out;
|
|
transition: all 0.3s ease-out;
|
|
padding: 15px 10px;
|
|
margin: 0;
|
|
font-size: 12px;
|
|
font-weight: bold;
|
|
text-transform: uppercase;
|
|
letter-spacing: 0.5px;
|
|
border: 1px solid transparent;
|
|
border-top: 3px solid transparent;
|
|
}
|
|
|
|
.navbar-expand-xl.navbar-main .navbar-nav>.nav-item>.nav-link .nav-link-icon,
|
|
.navbar-expand-xl.navbar-main .navbar-nav>.nav-link .nav-link-icon,
|
|
.navbar-expand-xl .navbar-main .navbar-nav>.nav-item>.nav-link .nav-link-icon,
|
|
.navbar-expand-xl .navbar-main .navbar-nav>.nav-link .nav-link-icon {
|
|
font-size: 17px;
|
|
margin-top: -5px;
|
|
}
|
|
|
|
.navbar-expand-xl.navbar-main .navbar-nav>.nav-item>.nav-link:hover .caret,
|
|
.navbar-expand-xl.navbar-main .navbar-nav>.active>.nav-link .caret,
|
|
.navbar-expand-xl .navbar-main .navbar-nav>.nav-item>.nav-link:hover .caret,
|
|
.navbar-expand-xl .navbar-main .navbar-nav>.active>.nav-link .caret {
|
|
border-top-color: #fff;
|
|
}
|
|
|
|
.navbar-expand-xl.navbar-main .navbar-nav>.nav-item>.nav-link:focus,
|
|
.navbar-expand-xl .navbar-main .navbar-nav>.nav-item>.nav-link:focus {
|
|
background: transparent;
|
|
}
|
|
|
|
.navbar-expand-xl.navbar-main .navbar-nav>.show>.dropdown-toggle,
|
|
.navbar-expand-xl.navbar-main .navbar-nav>.show>.dropdown-toggle:hover,
|
|
.navbar-expand-xl.navbar-main .navbar-nav>.show>.dropdown-toggle:focus,
|
|
.navbar-expand-xl.navbar-main .navbar-nav>.show.active>.dropdown-toggle,
|
|
.navbar-expand-xl.navbar-main .navbar-nav>.show.active>.dropdown-toggle:hover,
|
|
.navbar-expand-xl.navbar-main .navbar-nav>.show.active>.dropdown-toggle:focus,
|
|
.navbar-expand-xl.navbar-main .navbar-nav>.open>.dropdown-toggle,
|
|
.navbar-expand-xl.navbar-main .navbar-nav>.open>.dropdown-toggle:hover,
|
|
.navbar-expand-xl.navbar-main .navbar-nav>.open>.dropdown-toggle:focus,
|
|
.navbar-expand-xl.navbar-main .navbar-nav>.open.active>.dropdown-toggle,
|
|
.navbar-expand-xl.navbar-main .navbar-nav>.open.active>.dropdown-toggle:hover,
|
|
.navbar-expand-xl.navbar-main .navbar-nav>.open.active>.dropdown-toggle:focus,
|
|
.navbar-expand-xl .navbar-main .navbar-nav>.show>.dropdown-toggle,
|
|
.navbar-expand-xl .navbar-main .navbar-nav>.show>.dropdown-toggle:hover,
|
|
.navbar-expand-xl .navbar-main .navbar-nav>.show>.dropdown-toggle:focus,
|
|
.navbar-expand-xl .navbar-main .navbar-nav>.show.active>.dropdown-toggle,
|
|
.navbar-expand-xl .navbar-main .navbar-nav>.show.active>.dropdown-toggle:hover,
|
|
.navbar-expand-xl .navbar-main .navbar-nav>.show.active>.dropdown-toggle:focus,
|
|
.navbar-expand-xl .navbar-main .navbar-nav>.open>.dropdown-toggle,
|
|
.navbar-expand-xl .navbar-main .navbar-nav>.open>.dropdown-toggle:hover,
|
|
.navbar-expand-xl .navbar-main .navbar-nav>.open>.dropdown-toggle:focus,
|
|
.navbar-expand-xl .navbar-main .navbar-nav>.open.active>.dropdown-toggle,
|
|
.navbar-expand-xl .navbar-main .navbar-nav>.open.active>.dropdown-toggle:hover,
|
|
.navbar-expand-xl .navbar-main .navbar-nav>.open.active>.dropdown-toggle:focus {
|
|
background: #fff;
|
|
color: #1b1b1b;
|
|
border-color: #f3f3f3;
|
|
border-bottom-color: transparent;
|
|
}
|
|
|
|
.navbar-expand-xl.navbar-main .navbar-nav .nav-link-dd-effect:hover,
|
|
.navbar-expand-xl.navbar-main .navbar-nav .nav-link-dd-effect.active,
|
|
.navbar-expand-xl .navbar-main .navbar-nav .nav-link-dd-effect:hover,
|
|
.navbar-expand-xl .navbar-main .navbar-nav .nav-link-dd-effect.active {
|
|
background: #fff;
|
|
color: #1b1b1b;
|
|
border-color: #f3f3f3;
|
|
border-bottom: 1px solid #f3f3f3;
|
|
}
|
|
|
|
.navbar-expand-xl.navbar-main .navbar-nav-flush,
|
|
.navbar-expand-xl .navbar-main .navbar-nav-flush {
|
|
margin-left: -20px;
|
|
}
|
|
|
|
.navbar-expand-xl.navbar-main .navbar-nav-flush-right,
|
|
.navbar-expand-xl .navbar-main .navbar-nav-flush-right {
|
|
margin-right: -20px;
|
|
}
|
|
|
|
.navbar-border-bottom-effect .nav-link {
|
|
position: relative;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.navbar-border-bottom-effect .nav-link:after {
|
|
height: 2px;
|
|
width: 100%;
|
|
content: '';
|
|
position: absolute;
|
|
bottom: 0;
|
|
left: -100%;
|
|
right: 0;
|
|
background-color: transparent;
|
|
-webkit-transition: all 0.3s ease-in-out;
|
|
transition: all 0.3s ease-in-out;
|
|
}
|
|
|
|
.navbar-border-bottom-effect .nav-link:hover:after,
|
|
.navbar-border-bottom-effect .nav-link:active:after,
|
|
.navbar-border-bottom-effect .nav-link:focus:after,
|
|
.navbar-border-bottom-effect .nav-link.active:after {
|
|
left: 0;
|
|
background: #55A79A;
|
|
}
|
|
|
|
.hover-scaleIn {
|
|
-webkit-transform: scale(0);
|
|
transform: scale(0);
|
|
-webkit-transition: all 0.3s;
|
|
transition: all 0.3s;
|
|
}
|
|
|
|
.hover-scaleIn-parent:hover .hover-scaleIn {
|
|
-webkit-transform: scale(2);
|
|
transform: scale(2);
|
|
}
|
|
|
|
.hover-scaleIn-parent:hover .track-counter {
|
|
opacity: 0;
|
|
}
|
|
|
|
.dropdown-menu {
|
|
margin-top: -1px !important;
|
|
padding: 6px;
|
|
border-radius: 0;
|
|
left: auto;
|
|
border: 1px solid #E6E6E6;
|
|
border-bottom-width: 2px;
|
|
font-size: 12px;
|
|
}
|
|
|
|
.dropdown-item {
|
|
padding-left: 10px;
|
|
padding-right: 10px;
|
|
text-transform: uppercase;
|
|
letter-spacing: 0.5px;
|
|
font-size: 12px;
|
|
}
|
|
|
|
.dropdown-item.active,
|
|
.dropdown-item:focus,
|
|
.dropdown-item.active:hover,
|
|
.dropdown-item.active:focus {
|
|
background: #6c757d;
|
|
}
|
|
|
|
.dropdown-header,
|
|
.dropdown-footer {
|
|
padding: 8px 10px;
|
|
}
|
|
|
|
.dropdown-toggle::after {
|
|
font-size: 11px;
|
|
}
|
|
|
|
.dropdowns-no-carets .dropdown-toggle::after {
|
|
display: none;
|
|
}
|
|
|
|
.dropdown-icon {
|
|
width: 1.4em;
|
|
}
|
|
|
|
.show>.dropdown-menu,
|
|
.open>.dropdown-menu {
|
|
display: block !important;
|
|
}
|
|
|
|
.collapse .dropdown-menu {
|
|
background: none;
|
|
margin: 0;
|
|
padding: 0;
|
|
max-width: 100%;
|
|
border: none;
|
|
color: rgba(255, 255, 255, 0.6);
|
|
position: static;
|
|
float: none !important;
|
|
left: 0;
|
|
}
|
|
|
|
.collapse .dropdown-menu:before,
|
|
.collapse .dropdown-menu:after {
|
|
display: none;
|
|
}
|
|
|
|
.collapse .dropdown-menu .divider {
|
|
height: 1px;
|
|
margin: 1em;
|
|
}
|
|
|
|
.collapse .dropdown-menu .dropdown-item {
|
|
padding: 8px 20px !important;
|
|
margin: 0;
|
|
background: #353535;
|
|
border-bottom: none;
|
|
text-transform: none;
|
|
color: rgba(255, 255, 255, 0.6);
|
|
font-size: 12px;
|
|
display: block;
|
|
float: none;
|
|
line-height: 20px;
|
|
border-bottom: 1px solid #4e4e4e;
|
|
}
|
|
|
|
.collapse .dropdown-menu .dropdown-item:before {
|
|
font-family: 'Font Awesome 5 Free';
|
|
font-weight: 900;
|
|
font-style: normal;
|
|
speak: none;
|
|
display: inline-block;
|
|
content: "\f105";
|
|
font-size: 12px;
|
|
color: rgba(255, 255, 255, 0.6);
|
|
width: 20px;
|
|
height: 20px;
|
|
padding: 0 10px 0 0;
|
|
}
|
|
|
|
.collapse .dropdown-menu .dropdown-item.active,
|
|
.collapse .dropdown-menu .dropdown-item:hover {
|
|
background: #2f2f2f;
|
|
border-bottom-color: rgba(255, 255, 255, 0.16);
|
|
color: #fff;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.collapse .dropdown-menu .dropdown-item img {
|
|
display: block;
|
|
width: auto;
|
|
height: auto;
|
|
max-width: 100%;
|
|
}
|
|
|
|
.collapse .dropdown-menu .dropdown-item span {
|
|
font-size: 11px;
|
|
display: none;
|
|
}
|
|
|
|
.collapse .dropdown-menu .dropdown-item strong {
|
|
font-weight: normal;
|
|
}
|
|
|
|
.collapse .dropdown-menu>.show>.dropdown-item,
|
|
.collapse .dropdown-menu>.show>.dropdown-item:focus,
|
|
.collapse .dropdown-menu>.active>.dropdown-item,
|
|
.collapse .dropdown-menu>.active>.dropdown-item:focus,
|
|
.collapse .dropdown-menu .active>.dropdown-item,
|
|
.collapse .dropdown-menu .active>.dropdown-item:focus {
|
|
background: #2f2f2f;
|
|
color: white;
|
|
}
|
|
|
|
.collapse .dropdown-menu>.show>.dropdown-item:hover,
|
|
.collapse .dropdown-menu>.show>.dropdown-item:focus:hover,
|
|
.collapse .dropdown-menu>.active>.dropdown-item:hover,
|
|
.collapse .dropdown-menu>.active>.dropdown-item:focus:hover,
|
|
.collapse .dropdown-menu .active>.dropdown-item:hover,
|
|
.collapse .dropdown-menu .active>.dropdown-item:focus:hover {
|
|
background: #2a2a2a;
|
|
color: white;
|
|
}
|
|
|
|
.collapse .dropdown-menu>.show>.dropdown-item:before,
|
|
.collapse .dropdown-menu>.show>.dropdown-item:focus:before,
|
|
.collapse .dropdown-menu>.active>.dropdown-item:before,
|
|
.collapse .dropdown-menu>.active>.dropdown-item:focus:before,
|
|
.collapse .dropdown-menu .active>.dropdown-item:before,
|
|
.collapse .dropdown-menu .active>.dropdown-item:focus:before {
|
|
color: white;
|
|
content: "\f107";
|
|
margin-left: -2px;
|
|
}
|
|
|
|
.collapse .dropdown-menu-nobullets .dropdown-item:before {
|
|
display: none !important;
|
|
}
|
|
|
|
.collapse .dropdown-menu .dropdown>.dropdown-item:after {
|
|
border-style: solid;
|
|
border-width: 0 0 10px 10px;
|
|
border-color: transparent transparent #4e4e4e transparent;
|
|
display: block;
|
|
bottom: 0;
|
|
right: 0;
|
|
position: absolute;
|
|
-webkit-transition: all 0.2s ease;
|
|
transition: all 0.2s ease;
|
|
line-height: 1;
|
|
content: '';
|
|
}
|
|
|
|
.collapse .dropdown-menu .dropdown>.dropdown-item:hover:after {
|
|
border-width: 0 0 14px 14px;
|
|
}
|
|
|
|
.collapse .dropdown-menu .dropdown.show {
|
|
border-bottom: 1px solid #4e4e4e;
|
|
}
|
|
|
|
.collapse .dropdown-menu .dropdown .dropdown-menu .dropdown-item {
|
|
border-bottom: none;
|
|
padding: 6px 30px !important;
|
|
}
|
|
|
|
.collapse .dropdown-menu.mega-menu,
|
|
.mega-menu {
|
|
padding: 15px;
|
|
min-width: 100%;
|
|
max-width: 100%;
|
|
}
|
|
|
|
.dropdown-menu-mini {
|
|
min-width: 10px !important;
|
|
}
|
|
|
|
.dropdown-menu-mini>li>a {
|
|
padding: 5px 10px;
|
|
}
|
|
|
|
.dropdown-menu-default {
|
|
border-bottom-color: #ccc !important;
|
|
}
|
|
|
|
.dropdown-menu-default a:hover:before {
|
|
color: #ccc !important;
|
|
}
|
|
|
|
.dropdown-menu-primary {
|
|
border-bottom-color: #55A79A !important;
|
|
}
|
|
|
|
.dropdown-menu-primary a:hover:before {
|
|
color: #55A79A !important;
|
|
}
|
|
|
|
.dropdown-menu-info {
|
|
border-bottom-color: #5bc0de !important;
|
|
}
|
|
|
|
.dropdown-menu-info a:hover:before {
|
|
color: #5bc0de !important;
|
|
}
|
|
|
|
.dropdown-menu-success {
|
|
border-bottom-color: #5cb85c !important;
|
|
}
|
|
|
|
.dropdown-menu-success a:hover:before {
|
|
color: #5cb85c !important;
|
|
}
|
|
|
|
.dropdown-menu-warning {
|
|
border-bottom-color: #f0ad4e !important;
|
|
}
|
|
|
|
.dropdown-menu-warning a:hover:before {
|
|
color: #f0ad4e !important;
|
|
}
|
|
|
|
.dropdown-menu-danger {
|
|
border-bottom-color: #d9534f !important;
|
|
}
|
|
|
|
.dropdown-menu-danger a:hover:before {
|
|
color: #d9534f !important;
|
|
}
|
|
|
|
.dropdown-menu-light {
|
|
border-bottom-color: #f8f9fa !important;
|
|
}
|
|
|
|
.dropdown-menu-light a:hover:before {
|
|
color: #f8f9fa !important;
|
|
}
|
|
|
|
.dropdown-menu-grey {
|
|
border-bottom-color: #e9ecef !important;
|
|
}
|
|
|
|
.dropdown-menu-grey a:hover:before {
|
|
color: #e9ecef !important;
|
|
}
|
|
|
|
.dropdown-menu-grey-dark {
|
|
border-bottom-color: #495057 !important;
|
|
}
|
|
|
|
.dropdown-menu-grey-dark a:hover:before {
|
|
color: #495057 !important;
|
|
}
|
|
|
|
.dropdown-menu-primary {
|
|
border-bottom-color: #55A79A !important;
|
|
}
|
|
|
|
.dropdown-menu-primary a:hover:before {
|
|
color: #55A79A !important;
|
|
}
|
|
|
|
.dropdown-menu-primary-dark {
|
|
border-bottom-color: #33635c !important;
|
|
}
|
|
|
|
.dropdown-menu-primary-dark a:hover:before {
|
|
color: #33635c !important;
|
|
}
|
|
|
|
.dropdown-menu-primary-faded {
|
|
border-bottom-color: rgba(85, 167, 154, 0.3) !important;
|
|
}
|
|
|
|
.dropdown-menu-primary-faded a:hover:before {
|
|
color: rgba(85, 167, 154, 0.3) !important;
|
|
}
|
|
|
|
.dropdown-menu-info {
|
|
border-bottom-color: #17a2b8 !important;
|
|
}
|
|
|
|
.dropdown-menu-info a:hover:before {
|
|
color: #17a2b8 !important;
|
|
}
|
|
|
|
.dropdown-menu-success {
|
|
border-bottom-color: #28a745 !important;
|
|
}
|
|
|
|
.dropdown-menu-success a:hover:before {
|
|
color: #28a745 !important;
|
|
}
|
|
|
|
.dropdown-menu-warning {
|
|
border-bottom-color: #ffc107 !important;
|
|
}
|
|
|
|
.dropdown-menu-warning a:hover:before {
|
|
color: #ffc107 !important;
|
|
}
|
|
|
|
.dropdown-menu-danger {
|
|
border-bottom-color: #dc3545 !important;
|
|
}
|
|
|
|
.dropdown-menu-danger a:hover:before {
|
|
color: #dc3545 !important;
|
|
}
|
|
|
|
.dropdown-menu-dark {
|
|
border-bottom-color: #343a40 !important;
|
|
}
|
|
|
|
.dropdown-menu-dark a:hover:before {
|
|
color: #343a40 !important;
|
|
}
|
|
|
|
.dropdown-menu-secondary {
|
|
border-bottom-color: #6c757d !important;
|
|
}
|
|
|
|
.dropdown-menu-secondary a:hover:before {
|
|
color: #6c757d !important;
|
|
}
|
|
|
|
.dropdown-menu-black {
|
|
border-bottom-color: #000 !important;
|
|
}
|
|
|
|
.dropdown-menu-black a:hover:before {
|
|
color: #000 !important;
|
|
}
|
|
|
|
.dropdown-menu-white {
|
|
border-bottom-color: #fff !important;
|
|
}
|
|
|
|
.dropdown-menu-white a:hover:before {
|
|
color: #fff !important;
|
|
}
|
|
|
|
.dropdown-menu-green {
|
|
border-bottom-color: #55A79A !important;
|
|
}
|
|
|
|
.dropdown-menu-green a:hover:before {
|
|
color: #55A79A !important;
|
|
}
|
|
|
|
.dropdown-menu-red {
|
|
border-bottom-color: #BE3E1D !important;
|
|
}
|
|
|
|
.dropdown-menu-red a:hover:before {
|
|
color: #BE3E1D !important;
|
|
}
|
|
|
|
.dropdown-menu-blue {
|
|
border-bottom-color: #00ADBB !important;
|
|
}
|
|
|
|
.dropdown-menu-blue a:hover:before {
|
|
color: #00ADBB !important;
|
|
}
|
|
|
|
.dropdown-menu-purple {
|
|
border-bottom-color: #b771b0 !important;
|
|
}
|
|
|
|
.dropdown-menu-purple a:hover:before {
|
|
color: #b771b0 !important;
|
|
}
|
|
|
|
.dropdown-menu-pink {
|
|
border-bottom-color: #CC164D !important;
|
|
}
|
|
|
|
.dropdown-menu-pink a:hover:before {
|
|
color: #CC164D !important;
|
|
}
|
|
|
|
.dropdown-menu-orange {
|
|
border-bottom-color: #e67e22 !important;
|
|
}
|
|
|
|
.dropdown-menu-orange a:hover:before {
|
|
color: #e67e22 !important;
|
|
}
|
|
|
|
.dropdown-menu-lime {
|
|
border-bottom-color: #b1dc44 !important;
|
|
}
|
|
|
|
.dropdown-menu-lime a:hover:before {
|
|
color: #b1dc44 !important;
|
|
}
|
|
|
|
.dropdown-menu-blue-dark {
|
|
border-bottom-color: #34495e !important;
|
|
}
|
|
|
|
.dropdown-menu-blue-dark a:hover:before {
|
|
color: #34495e !important;
|
|
}
|
|
|
|
.dropdown-menu-red-dark {
|
|
border-bottom-color: #a10f2b !important;
|
|
}
|
|
|
|
.dropdown-menu-red-dark a:hover:before {
|
|
color: #a10f2b !important;
|
|
}
|
|
|
|
.dropdown-menu-brown {
|
|
border-bottom-color: #91633c !important;
|
|
}
|
|
|
|
.dropdown-menu-brown a:hover:before {
|
|
color: #91633c !important;
|
|
}
|
|
|
|
.dropdown-menu-cyan-dark {
|
|
border-bottom-color: #008b8b !important;
|
|
}
|
|
|
|
.dropdown-menu-cyan-dark a:hover:before {
|
|
color: #008b8b !important;
|
|
}
|
|
|
|
.dropdown-menu-yellow {
|
|
border-bottom-color: #D4AC0D !important;
|
|
}
|
|
|
|
.dropdown-menu-yellow a:hover:before {
|
|
color: #D4AC0D !important;
|
|
}
|
|
|
|
.dropdown-menu-slate {
|
|
border-bottom-color: #5D6D7E !important;
|
|
}
|
|
|
|
.dropdown-menu-slate a:hover:before {
|
|
color: #5D6D7E !important;
|
|
}
|
|
|
|
.dropdown-menu-olive {
|
|
border-bottom-color: #808000 !important;
|
|
}
|
|
|
|
.dropdown-menu-olive a:hover:before {
|
|
color: #808000 !important;
|
|
}
|
|
|
|
.dropdown-menu-teal {
|
|
border-bottom-color: #008080 !important;
|
|
}
|
|
|
|
.dropdown-menu-teal a:hover:before {
|
|
color: #008080 !important;
|
|
}
|
|
|
|
.dropdown-menu-green-bright {
|
|
border-bottom-color: #2ECC71 !important;
|
|
}
|
|
|
|
.dropdown-menu-green-bright a:hover:before {
|
|
color: #2ECC71 !important;
|
|
}
|
|
|
|
.dropdown-menu-sm {
|
|
padding: 4px;
|
|
font-size: 11px;
|
|
}
|
|
|
|
.dropdown-menu-sm .dropdown-item {
|
|
padding-left: 5px;
|
|
padding-right: 5px;
|
|
font-size: 11px;
|
|
}
|
|
|
|
.dropdown-menu-lg {
|
|
padding: 8px;
|
|
font-size: 15px;
|
|
}
|
|
|
|
.dropdown-menu-lg .dropdown-item {
|
|
padding: 7.5px 15px;
|
|
font-size: 15px;
|
|
}
|
|
|
|
.dropdown-mega-menu {
|
|
width: 100%;
|
|
}
|
|
|
|
.dropdown-mega-menu .dropdown-menu,
|
|
.dropdown-mega-menu.dropdown-menu {
|
|
min-width: 550px;
|
|
max-width: 1200px;
|
|
padding: 15px;
|
|
width: 100%;
|
|
}
|
|
|
|
@media (max-width: 991.98px) {
|
|
.dropdown-mega-menu .dropdown-menu,
|
|
.dropdown-mega-menu.dropdown-menu {
|
|
min-width: 150px;
|
|
}
|
|
}
|
|
|
|
.dropdown-mega-menu.nav-item {
|
|
width: auto;
|
|
}
|
|
|
|
.dropdown-effect-fade .dropdown-menu,
|
|
.dropdown-effect-fade.dropdown-menu {
|
|
display: block;
|
|
opacity: 0;
|
|
-webkit-transition: all 0.4s ease;
|
|
transition: all 0.4s ease;
|
|
visibility: hidden;
|
|
}
|
|
|
|
.dropdown-effect-fade.show>.dropdown-menu,
|
|
.dropdown-effect-fade .show>.dropdown-menu,
|
|
.show>.dropdown-effect-fade.dropdown-menu,
|
|
.dropdown-effect-fade.open>.dropdown-menu,
|
|
.dropdown-effect-fade .open>.dropdown-menu,
|
|
.open>.dropdown-effect-fade.dropdown-menu {
|
|
opacity: 1;
|
|
display: block !important;
|
|
visibility: visible !important;
|
|
}
|
|
|
|
.dropdown-effect-fadeup .dropdown-menu,
|
|
.dropdown-effect-fadeup.dropdown-menu {
|
|
display: block;
|
|
opacity: 0;
|
|
-webkit-transition: all 0.3s ease;
|
|
transition: all 0.3s ease;
|
|
visibility: hidden;
|
|
top: 140% !important;
|
|
-webkit-transform: none !important;
|
|
transform: none !important;
|
|
}
|
|
|
|
.dropdown-effect-fadeup.show>.dropdown-menu,
|
|
.dropdown-effect-fadeup .show>.dropdown-menu,
|
|
.show>.dropdown-effect-fadeup.dropdown-menu,
|
|
.dropdown-effect-fadeup.open>.dropdown-menu,
|
|
.dropdown-effect-fadeup .open>.dropdown-menu,
|
|
.open>.dropdown-effect-fadeup.dropdown-menu {
|
|
opacity: 1;
|
|
display: block !important;
|
|
visibility: visible !important;
|
|
top: 100% !important;
|
|
}
|
|
|
|
.dropdown-effect-fadedown .dropdown-menu,
|
|
.dropdown-effect-fadedown.dropdown-menu {
|
|
display: block;
|
|
opacity: 0;
|
|
-webkit-transition: all 0.3s ease;
|
|
transition: all 0.3s ease;
|
|
visibility: hidden;
|
|
top: 60% !important;
|
|
-webkit-transform: none !important;
|
|
transform: none !important;
|
|
}
|
|
|
|
.dropdown-effect-fadedown.show>.dropdown-menu,
|
|
.dropdown-effect-fadedown .show>.dropdown-menu,
|
|
.show>.dropdown-effect-fadedown.dropdown-menu,
|
|
.dropdown-effect-fadedown.open>.dropdown-menu,
|
|
.dropdown-effect-fadedown .open>.dropdown-menu,
|
|
.open>.dropdown-effect-fadedown.dropdown-menu {
|
|
opacity: 1;
|
|
display: block !important;
|
|
visibility: visible !important;
|
|
top: 100% !important;
|
|
}
|
|
|
|
.dropdown-menu-arrow {
|
|
margin-top: 15px !important;
|
|
}
|
|
|
|
.dropdown-menu-arrow:after,
|
|
.dropdown-menu-arrow:before {
|
|
bottom: 100%;
|
|
left: 15px;
|
|
border: solid transparent;
|
|
content: " ";
|
|
height: 0;
|
|
width: 0;
|
|
position: absolute;
|
|
pointer-events: none;
|
|
}
|
|
|
|
.dropdown-menu-arrow:after {
|
|
border-color: rgba(255, 255, 255, 0);
|
|
border-bottom-color: #E6E6E6;
|
|
border-width: 10px;
|
|
margin-left: -10px;
|
|
}
|
|
|
|
.dropdown-menu-arrow:before {
|
|
border-color: rgba(194, 225, 245, 0);
|
|
border-bottom-color: #E6E6E6;
|
|
border-width: 14px;
|
|
margin-left: -14px;
|
|
}
|
|
|
|
.dropdown-menu-arrow.dropdown-menu-right {
|
|
right: -15px;
|
|
left: auto !important;
|
|
}
|
|
|
|
.dropdown-menu-arrow.dropdown-menu-right:after,
|
|
.dropdown-menu-arrow.dropdown-menu-right:before {
|
|
right: 15px;
|
|
left: auto;
|
|
}
|
|
|
|
#highlighted {
|
|
background-color: #E6E6E6;
|
|
border-bottom: 1px solid rgba(27, 27, 27, 0.2);
|
|
border-top: none;
|
|
-webkit-transition: all 0.4s ease-out;
|
|
transition: all 0.4s ease-out;
|
|
color: #1b1b1b;
|
|
}
|
|
|
|
#highlighted::after {
|
|
display: block;
|
|
clear: both;
|
|
content: "";
|
|
}
|
|
|
|
#content {
|
|
padding: 30px 0;
|
|
}
|
|
|
|
#page-header,
|
|
.page-header {
|
|
background-color: #fefefe;
|
|
border-bottom: 1px solid #e8e8ee;
|
|
padding: 30px 0;
|
|
}
|
|
|
|
#page-header .breadcrumb,
|
|
.page-header .breadcrumb {
|
|
padding: 0;
|
|
margin: 0;
|
|
background-color: transparent;
|
|
}
|
|
|
|
#page-header .page-header-tabs,
|
|
.page-header .page-header-tabs {
|
|
position: relative;
|
|
bottom: -31px;
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
html.page-translucent,
|
|
body.page-translucent {
|
|
background: transparent;
|
|
background-color: rgba(255, 255, 255, 0.7);
|
|
}
|
|
|
|
#content-below {
|
|
background: #f8f9fa;
|
|
}
|
|
|
|
@media (min-width: 768px) {
|
|
.sidebar-left,
|
|
.sidebar-right {
|
|
position: relative;
|
|
}
|
|
.sidebar-left:after,
|
|
.sidebar-right:after {
|
|
height: 100%;
|
|
width: 1px;
|
|
background: #E6E6E6;
|
|
content: '';
|
|
position: absolute;
|
|
right: 0;
|
|
left: auto;
|
|
top: 0;
|
|
bottom: 0;
|
|
}
|
|
.sidebar-left {
|
|
padding-right: 30px;
|
|
}
|
|
.sidebar-right {
|
|
padding-left: 30px;
|
|
}
|
|
.sidebar-right:after {
|
|
right: 0;
|
|
left: 0;
|
|
}
|
|
}
|
|
|
|
#footer {
|
|
background: #292b2c;
|
|
padding: 60px 0 30px;
|
|
color: #A2A2A2;
|
|
color: rgba(255, 255, 255, 0.8);
|
|
border-top: 2px solid #55A79A;
|
|
}
|
|
|
|
#footer .footer-link,
|
|
#footer .footer-links a {
|
|
color: #CCCCCC;
|
|
color: rgba(255, 255, 255, 0.9);
|
|
}
|
|
|
|
#footer .footer-link:hover,
|
|
#footer .footer-links a:hover {
|
|
color: white;
|
|
}
|
|
|
|
#footer.footer-light {
|
|
color: rgba(41, 43, 44, 0.8);
|
|
background: #f8f9fa;
|
|
}
|
|
|
|
#footer.footer-light .footer-link,
|
|
#footer.footer-light .footer-links a {
|
|
color: rgba(41, 43, 44, 0.9);
|
|
}
|
|
|
|
#footer.footer-light .footer-link:hover,
|
|
#footer.footer-light .footer-links a:hover {
|
|
color: #292b2c;
|
|
}
|
|
|
|
#footer .container {
|
|
position: relative;
|
|
}
|
|
|
|
#footer.sticky {
|
|
position: fixed;
|
|
bottom: 0;
|
|
top: auto !important;
|
|
left: 0;
|
|
right: 0;
|
|
}
|
|
|
|
.has-page-loader {
|
|
overflow: hidden;
|
|
}
|
|
|
|
.page-loader {
|
|
background: white;
|
|
position: fixed;
|
|
width: 100%;
|
|
height: 100%;
|
|
top: 0px;
|
|
left: 0px;
|
|
z-index: 999999;
|
|
opacity: 1;
|
|
}
|
|
|
|
.page-loader .fl {
|
|
left: 0 !important;
|
|
right: 0 !important;
|
|
width: 90px;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.alert-light {
|
|
color: #818182;
|
|
background-color: #fefefe;
|
|
border-color: #fdfdfe;
|
|
}
|
|
|
|
.alert-light hr {
|
|
border-top-color: #ececf6;
|
|
}
|
|
|
|
.alert-light .alert-link {
|
|
color: #686868;
|
|
}
|
|
|
|
.alert-grey {
|
|
color: #797b7c;
|
|
background-color: #fbfbfc;
|
|
border-color: #f9fafb;
|
|
}
|
|
|
|
.alert-grey hr {
|
|
border-top-color: #eaedf1;
|
|
}
|
|
|
|
.alert-grey .alert-link {
|
|
color: #606162;
|
|
}
|
|
|
|
.alert-grey-dark {
|
|
color: #262a2d;
|
|
background-color: #dbdcdd;
|
|
border-color: #ccced0;
|
|
}
|
|
|
|
.alert-grey-dark hr {
|
|
border-top-color: #bfc1c4;
|
|
}
|
|
|
|
.alert-grey-dark .alert-link {
|
|
color: #0f1011;
|
|
}
|
|
|
|
.alert-primary {
|
|
color: #2c5750;
|
|
background-color: #ddedeb;
|
|
border-color: #cfe6e3;
|
|
}
|
|
|
|
.alert-primary hr {
|
|
border-top-color: #beddd9;
|
|
}
|
|
|
|
.alert-primary .alert-link {
|
|
color: #1b3531;
|
|
}
|
|
|
|
.alert-primary-dark {
|
|
color: #1a3430;
|
|
background-color: #d6e0de;
|
|
border-color: #c6d3d1;
|
|
}
|
|
|
|
.alert-primary-dark hr {
|
|
border-top-color: #b8c8c5;
|
|
}
|
|
|
|
.alert-primary-dark .alert-link {
|
|
color: #091211;
|
|
}
|
|
|
|
.alert-primary-faded {
|
|
color: rgba(14, 27, 25, 0.636);
|
|
background-color: rgba(248, 251, 251, 0.86);
|
|
border-color: rgba(244, 249, 249, 0.804);
|
|
}
|
|
|
|
.alert-primary-faded hr {
|
|
border-top-color: rgba(228, 240, 240, 0.804);
|
|
}
|
|
|
|
.alert-primary-faded .alert-link {
|
|
color: rgba(0, 0, 0, 0.636);
|
|
}
|
|
|
|
.alert-info {
|
|
color: #0c5460;
|
|
background-color: #d1ecf1;
|
|
border-color: #bee5eb;
|
|
}
|
|
|
|
.alert-info hr {
|
|
border-top-color: #abdde5;
|
|
}
|
|
|
|
.alert-info .alert-link {
|
|
color: #062c33;
|
|
}
|
|
|
|
.alert-success {
|
|
color: #155724;
|
|
background-color: #d4edda;
|
|
border-color: #c3e6cb;
|
|
}
|
|
|
|
.alert-success hr {
|
|
border-top-color: #b1dfbb;
|
|
}
|
|
|
|
.alert-success .alert-link {
|
|
color: #0b2e13;
|
|
}
|
|
|
|
.alert-warning {
|
|
color: #856404;
|
|
background-color: #fff3cd;
|
|
border-color: #ffeeba;
|
|
}
|
|
|
|
.alert-warning hr {
|
|
border-top-color: #ffe8a1;
|
|
}
|
|
|
|
.alert-warning .alert-link {
|
|
color: #533f03;
|
|
}
|
|
|
|
.alert-danger {
|
|
color: #721c24;
|
|
background-color: #f8d7da;
|
|
border-color: #f5c6cb;
|
|
}
|
|
|
|
.alert-danger hr {
|
|
border-top-color: #f1b0b7;
|
|
}
|
|
|
|
.alert-danger .alert-link {
|
|
color: #491217;
|
|
}
|
|
|
|
.alert-dark {
|
|
color: #1b1e21;
|
|
background-color: #d6d8d9;
|
|
border-color: #c6c8ca;
|
|
}
|
|
|
|
.alert-dark hr {
|
|
border-top-color: #b9bbbe;
|
|
}
|
|
|
|
.alert-dark .alert-link {
|
|
color: #040505;
|
|
}
|
|
|
|
.alert-secondary {
|
|
color: #383d41;
|
|
background-color: #e2e3e5;
|
|
border-color: #d6d8db;
|
|
}
|
|
|
|
.alert-secondary hr {
|
|
border-top-color: #c8cbcf;
|
|
}
|
|
|
|
.alert-secondary .alert-link {
|
|
color: #202326;
|
|
}
|
|
|
|
.alert-black {
|
|
color: black;
|
|
background-color: #cccccc;
|
|
border-color: #b8b8b8;
|
|
}
|
|
|
|
.alert-black hr {
|
|
border-top-color: #ababab;
|
|
}
|
|
|
|
.alert-black .alert-link {
|
|
color: black;
|
|
}
|
|
|
|
.alert-white {
|
|
color: #858585;
|
|
background-color: white;
|
|
border-color: white;
|
|
}
|
|
|
|
.alert-white hr {
|
|
border-top-color: #f2f2f2;
|
|
}
|
|
|
|
.alert-white .alert-link {
|
|
color: #6c6c6c;
|
|
}
|
|
|
|
.alert-green {
|
|
color: #2c5750;
|
|
background-color: #ddedeb;
|
|
border-color: #cfe6e3;
|
|
}
|
|
|
|
.alert-green hr {
|
|
border-top-color: #beddd9;
|
|
}
|
|
|
|
.alert-green .alert-link {
|
|
color: #1b3531;
|
|
}
|
|
|
|
.alert-red {
|
|
color: #63200f;
|
|
background-color: #f2d8d2;
|
|
border-color: #edc9c0;
|
|
}
|
|
|
|
.alert-red hr {
|
|
border-top-color: #e7b8ac;
|
|
}
|
|
|
|
.alert-red .alert-link {
|
|
color: #371208;
|
|
}
|
|
|
|
.alert-blue {
|
|
color: #005a61;
|
|
background-color: #cceff1;
|
|
border-color: #b8e8ec;
|
|
}
|
|
|
|
.alert-blue hr {
|
|
border-top-color: #a4e1e7;
|
|
}
|
|
|
|
.alert-blue .alert-link {
|
|
color: #002b2e;
|
|
}
|
|
|
|
.alert-purple {
|
|
color: #5f3b5c;
|
|
background-color: #f1e3ef;
|
|
border-color: #ebd7e9;
|
|
}
|
|
|
|
.alert-purple hr {
|
|
border-top-color: #e3c6e0;
|
|
}
|
|
|
|
.alert-purple .alert-link {
|
|
color: #40273e;
|
|
}
|
|
|
|
.alert-pink {
|
|
color: #6a0b28;
|
|
background-color: #f5d0db;
|
|
border-color: #f1becd;
|
|
}
|
|
|
|
.alert-pink hr {
|
|
border-top-color: #eca9bd;
|
|
}
|
|
|
|
.alert-pink .alert-link {
|
|
color: #3c0617;
|
|
}
|
|
|
|
.alert-orange {
|
|
color: #784212;
|
|
background-color: #fae5d3;
|
|
border-color: #f8dbc1;
|
|
}
|
|
|
|
.alert-orange hr {
|
|
border-top-color: #f5ceaa;
|
|
}
|
|
|
|
.alert-orange .alert-link {
|
|
color: #4c2a0b;
|
|
}
|
|
|
|
.alert-lime {
|
|
color: #5c7223;
|
|
background-color: #eff8da;
|
|
border-color: #e9f5cb;
|
|
}
|
|
|
|
.alert-lime hr {
|
|
border-top-color: #e0f1b6;
|
|
}
|
|
|
|
.alert-lime .alert-link {
|
|
color: #3d4b17;
|
|
}
|
|
|
|
.alert-blue-dark {
|
|
color: #1b2631;
|
|
background-color: #d6dbdf;
|
|
border-color: #c6ccd2;
|
|
}
|
|
|
|
.alert-blue-dark hr {
|
|
border-top-color: #b8bfc7;
|
|
}
|
|
|
|
.alert-blue-dark .alert-link {
|
|
color: #090d10;
|
|
}
|
|
|
|
.alert-red-dark {
|
|
color: #540816;
|
|
background-color: #eccfd5;
|
|
border-color: #e5bcc4;
|
|
}
|
|
|
|
.alert-red-dark hr {
|
|
border-top-color: #deaab4;
|
|
}
|
|
|
|
.alert-red-dark .alert-link {
|
|
color: #25040a;
|
|
}
|
|
|
|
.alert-brown {
|
|
color: #4b331f;
|
|
background-color: #e9e0d8;
|
|
border-color: #e0d3c8;
|
|
}
|
|
|
|
.alert-brown hr {
|
|
border-top-color: #d7c6b8;
|
|
}
|
|
|
|
.alert-brown .alert-link {
|
|
color: #271a10;
|
|
}
|
|
|
|
.alert-cyan-dark {
|
|
color: #004848;
|
|
background-color: #cce8e8;
|
|
border-color: #b8dfdf;
|
|
}
|
|
|
|
.alert-cyan-dark hr {
|
|
border-top-color: #a6d7d7;
|
|
}
|
|
|
|
.alert-cyan-dark .alert-link {
|
|
color: #001515;
|
|
}
|
|
|
|
.alert-yellow {
|
|
color: #6e5907;
|
|
background-color: #f6eecf;
|
|
border-color: #f3e8bb;
|
|
}
|
|
|
|
.alert-yellow hr {
|
|
border-top-color: #efe1a5;
|
|
}
|
|
|
|
.alert-yellow .alert-link {
|
|
color: #3e3204;
|
|
}
|
|
|
|
.alert-slate {
|
|
color: #303942;
|
|
background-color: #dfe2e5;
|
|
border-color: #d2d6db;
|
|
}
|
|
|
|
.alert-slate hr {
|
|
border-top-color: #c4c9d0;
|
|
}
|
|
|
|
.alert-slate .alert-link {
|
|
color: #1b2024;
|
|
}
|
|
|
|
.alert-olive {
|
|
color: #434300;
|
|
background-color: #e6e6cc;
|
|
border-color: #dbdbb8;
|
|
}
|
|
|
|
.alert-olive hr {
|
|
border-top-color: #d2d2a7;
|
|
}
|
|
|
|
.alert-olive .alert-link {
|
|
color: #101000;
|
|
}
|
|
|
|
.alert-teal {
|
|
color: #004343;
|
|
background-color: #cce6e6;
|
|
border-color: #b8dbdb;
|
|
}
|
|
|
|
.alert-teal hr {
|
|
border-top-color: #a7d2d2;
|
|
}
|
|
|
|
.alert-teal .alert-link {
|
|
color: #001010;
|
|
}
|
|
|
|
.alert-green-bright {
|
|
color: #186a3b;
|
|
background-color: #d5f5e3;
|
|
border-color: #c4f1d7;
|
|
}
|
|
|
|
.alert-green-bright hr {
|
|
border-top-color: #afecc9;
|
|
}
|
|
|
|
.alert-green-bright .alert-link {
|
|
color: #0f4024;
|
|
}
|
|
|
|
.btn {
|
|
font-size: 12px;
|
|
font-weight: 400;
|
|
line-height: 1.35;
|
|
border-radius: 2px;
|
|
border-width: 1px;
|
|
border-style: solid;
|
|
text-transform: uppercase;
|
|
font-weight: bold;
|
|
letter-spacing: 0.5px;
|
|
}
|
|
|
|
.btn span.caret {
|
|
display: inline-block;
|
|
}
|
|
|
|
.btn.font-weight-bold {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.btn.font-weight-normal {
|
|
font-weight: normal;
|
|
}
|
|
|
|
.btn.focus,
|
|
.btn:focus {
|
|
-webkit-box-shadow: none;
|
|
box-shadow: none;
|
|
outline: none;
|
|
}
|
|
|
|
.btn-icon.btn {
|
|
font-size: 20px;
|
|
text-align: center;
|
|
line-height: 1;
|
|
padding: 0;
|
|
height: 38px;
|
|
width: 38px;
|
|
line-height: 36px;
|
|
border-radius: 2px;
|
|
}
|
|
|
|
.btn-icon.btn.btn-sm {
|
|
height: 30px;
|
|
width: 30px;
|
|
line-height: 26px;
|
|
font-size: 18px;
|
|
padding: 0;
|
|
}
|
|
|
|
.btn-icon.btn.btn-lg {
|
|
height: 46px;
|
|
width: 46px;
|
|
line-height: 38px;
|
|
font-size: 24px;
|
|
padding: 0;
|
|
}
|
|
|
|
.btn-icon.btn.btn-xlg {
|
|
height: 60px;
|
|
width: 60px;
|
|
line-height: 56px;
|
|
font-size: 28px;
|
|
padding: 0;
|
|
}
|
|
|
|
.btn-icon.btn.btn-sm.btn-rounded {
|
|
font-size: 16px;
|
|
line-height: 24px;
|
|
}
|
|
|
|
.input-group-rounded .btn-icon.btn {
|
|
line-height: 20px;
|
|
}
|
|
|
|
.btn-xlg,
|
|
.btn-xl {
|
|
padding: 15px 45px;
|
|
font-size: 16px;
|
|
line-height: 1.4;
|
|
border-radius: 2px;
|
|
word-wrap: break-word;
|
|
}
|
|
|
|
.btn-sm {
|
|
font-size: 11px;
|
|
line-height: 1.5;
|
|
padding: 0.25rem 0.5rem;
|
|
}
|
|
|
|
.btn-lg {
|
|
font-size: 14px;
|
|
padding: 0.55rem 1.25rem;
|
|
}
|
|
|
|
.btn-group-lg>.btn,
|
|
.btn-lg,
|
|
.btn-group-sm>.btn,
|
|
.btn-sm,
|
|
.input-group-addon,
|
|
.input-group-addon.form-control-lg,
|
|
.input-group-lg>.input-group-addon,
|
|
.input-group-lg>.input-group-btn>.input-group-addon.btn,
|
|
.form-control-lg,
|
|
.input-group-lg>.form-control,
|
|
.input-group-lg>.input-group-addon,
|
|
.input-group-lg>.input-group-btn>.btn {
|
|
border-radius: 2px;
|
|
}
|
|
|
|
.input-group-lg>.input-group-btn>.btn-icon.btn {
|
|
height: 51px !important;
|
|
width: 51px !important;
|
|
}
|
|
|
|
.input-group-btn:not(:last-child)>.btn,
|
|
.input-group-btn:not(:last-child)>.btn-group {
|
|
margin-right: -2px;
|
|
border-bottom-right-radius: 0;
|
|
border-top-right-radius: 0;
|
|
}
|
|
|
|
.btn-shadow {
|
|
-webkit-box-shadow: #ced4da 0 10px 18px !important;
|
|
box-shadow: #ced4da 0 10px 18px !important;
|
|
}
|
|
|
|
.btn-bold {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.btn-floating {
|
|
-webkit-box-shadow: 0 6px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2) !important;
|
|
box-shadow: 0 6px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2) !important;
|
|
}
|
|
|
|
.btn.btn-rounded-sm {
|
|
border-radius: 0.25rem;
|
|
}
|
|
|
|
.btn.btn-rounded,
|
|
.btn-group-lg>.btn.btn-rounded,
|
|
.btn-group-sm>.btn.btn-rounded {
|
|
border-radius: 30px;
|
|
}
|
|
|
|
.btn.btn-rounded.btn-icon {
|
|
border-radius: 100%;
|
|
}
|
|
|
|
.btn-link {
|
|
color: rgba(78, 78, 78, 0.8);
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
-webkit-box-shadow: none !important;
|
|
box-shadow: none !important;
|
|
}
|
|
|
|
.btn-link:focus,
|
|
.btn-link.focus {
|
|
color: rgba(53, 53, 53, 0.8);
|
|
}
|
|
|
|
.btn-link:hover {
|
|
color: rgba(53, 53, 53, 0.8);
|
|
}
|
|
|
|
.btn-link:active,
|
|
.btn-link.active,
|
|
.show>.dropdown-toggle .btn-link,
|
|
.open>.dropdown-toggle .btn-link {
|
|
color: rgba(53, 53, 53, 0.8);
|
|
}
|
|
|
|
.btn-link:active:hover,
|
|
.btn-link:active:focus,
|
|
.btn-link:active.focus,
|
|
.btn-link.active:hover,
|
|
.btn-link.active:focus,
|
|
.btn-link.active.focus,
|
|
.show>.dropdown-toggle .btn-link:hover,
|
|
.show>.dropdown-toggle .btn-link:focus,
|
|
.show>.dropdown-toggle .btn-link.focus,
|
|
.open>.dropdown-toggle .btn-link:hover,
|
|
.open>.dropdown-toggle .btn-link:focus,
|
|
.open>.dropdown-toggle .btn-link.focus {
|
|
color: rgba(53, 53, 53, 0.8);
|
|
}
|
|
|
|
.btn-link:active,
|
|
.btn-link.active,
|
|
.open>.dropdown-toggle .btn-link {
|
|
background-image: none;
|
|
}
|
|
|
|
.btn-link.disabled,
|
|
.btn-link[disabled],
|
|
.btn-link:disabled,
|
|
fieldset[disabled] .btn-link {
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-link.disabled:hover,
|
|
.btn-link.disabled:focus,
|
|
.btn-link.disabled.focus,
|
|
.btn-link[disabled]:hover,
|
|
.btn-link[disabled]:focus,
|
|
.btn-link[disabled].focus,
|
|
.btn-link:disabled:hover,
|
|
.btn-link:disabled:focus,
|
|
.btn-link:disabled.focus,
|
|
fieldset[disabled] .btn-link:hover,
|
|
fieldset[disabled] .btn-link:focus,
|
|
fieldset[disabled] .btn-link.focus {
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-link .badge {
|
|
color: transparent;
|
|
background-color: rgba(78, 78, 78, 0.8);
|
|
}
|
|
|
|
.btn-link:focus,
|
|
.btn-link.focus,
|
|
.btn-link:hover {
|
|
color: rgba(27, 27, 27, 0.8);
|
|
text-decoration: none;
|
|
}
|
|
|
|
.btn-link:active,
|
|
.btn-link.active,
|
|
.show>.dropdown-toggle .btn-link,
|
|
.open>.dropdown-toggle .btn-link {
|
|
color: rgba(27, 27, 27, 0.8);
|
|
}
|
|
|
|
.btn-link:active:hover,
|
|
.btn-link:active:focus,
|
|
.btn-link:active.focus,
|
|
.btn-link.active:hover,
|
|
.btn-link.active:focus,
|
|
.btn-link.active.focus,
|
|
.show>.dropdown-toggle .btn-link:hover,
|
|
.show>.dropdown-toggle .btn-link:focus,
|
|
.show>.dropdown-toggle .btn-link.focus,
|
|
.open>.dropdown-toggle .btn-link:hover,
|
|
.open>.dropdown-toggle .btn-link:focus,
|
|
.open>.dropdown-toggle .btn-link.focus {
|
|
color: rgba(27, 27, 27, 0.8);
|
|
}
|
|
|
|
.btn-light {
|
|
color: #212529;
|
|
background-color: #f8f9fa;
|
|
border-color: #f8f9fa;
|
|
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
}
|
|
|
|
.btn-light:hover {
|
|
color: #212529;
|
|
background-color: #e2e6ea;
|
|
border-color: #dae0e5;
|
|
}
|
|
|
|
.btn-light:focus,
|
|
.btn-light.focus {
|
|
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
|
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
|
|
}
|
|
|
|
.btn-light.disabled,
|
|
.btn-light:disabled {
|
|
color: #212529;
|
|
background-color: #f8f9fa;
|
|
border-color: #f8f9fa;
|
|
}
|
|
|
|
.btn-light:not(:disabled):not(.disabled):active,
|
|
.btn-light:not(:disabled):not(.disabled).active,
|
|
.show>.btn-light.dropdown-toggle {
|
|
color: #212529;
|
|
background-color: #dae0e5;
|
|
border-color: #d3d9df;
|
|
}
|
|
|
|
.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, 0.125), 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
|
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
|
|
}
|
|
|
|
.btn-outline-light {
|
|
color: #f8f9fa;
|
|
background-color: transparent;
|
|
background-image: none;
|
|
border-color: #f8f9fa;
|
|
}
|
|
|
|
.btn-outline-light:hover {
|
|
color: #495057;
|
|
background-color: #f8f9fa;
|
|
border-color: #f8f9fa;
|
|
}
|
|
|
|
.btn-outline-light:focus,
|
|
.btn-outline-light.focus {
|
|
-webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
|
|
box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
|
|
}
|
|
|
|
.btn-outline-light.disabled,
|
|
.btn-outline-light:disabled {
|
|
color: #f8f9fa;
|
|
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: #212529;
|
|
background-color: #f8f9fa;
|
|
border-color: #f8f9fa;
|
|
}
|
|
|
|
.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, 0.125), 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
|
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
|
|
}
|
|
|
|
.btn-light.btn-invert {
|
|
background-color: #dae0e5;
|
|
}
|
|
|
|
.btn-light.btn-invert:hover,
|
|
.btn-light.btn-invert:focus {
|
|
background-color: #f8f9fa;
|
|
}
|
|
|
|
.btn-light.btn-link {
|
|
color: #f8f9fa;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-light.btn-link:focus,
|
|
.btn-light.btn-link.focus {
|
|
color: #f8f9fa;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-light.btn-link:hover {
|
|
color: #f8f9fa;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-light.btn-link:active,
|
|
.btn-light.btn-link.active,
|
|
.show>.btn-light.btn-link.dropdown-toggle,
|
|
.open>.btn-light.btn-link.dropdown-toggle {
|
|
color: #f8f9fa;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
background-image: none;
|
|
}
|
|
|
|
.btn-light.btn-link:active:hover,
|
|
.btn-light.btn-link:active:focus,
|
|
.btn-light.btn-link:active.focus,
|
|
.btn-light.btn-link.active:hover,
|
|
.btn-light.btn-link.active:focus,
|
|
.btn-light.btn-link.active.focus,
|
|
.show>.btn-light.btn-link.dropdown-toggle:hover,
|
|
.show>.btn-light.btn-link.dropdown-toggle:focus,
|
|
.show>.btn-light.btn-link.dropdown-toggle.focus,
|
|
.open>.btn-light.btn-link.dropdown-toggle:hover,
|
|
.open>.btn-light.btn-link.dropdown-toggle:focus,
|
|
.open>.btn-light.btn-link.dropdown-toggle.focus {
|
|
color: #f8f9fa;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-light.btn-link.disabled,
|
|
.btn-light.btn-link[disabled],
|
|
.btn-light.btn-link:disabled,
|
|
fieldset[disabled] .btn-light.btn-link {
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-light.btn-link.disabled:hover,
|
|
.btn-light.btn-link.disabled:focus,
|
|
.btn-light.btn-link.disabled.focus,
|
|
.btn-light.btn-link[disabled]:hover,
|
|
.btn-light.btn-link[disabled]:focus,
|
|
.btn-light.btn-link[disabled].focus,
|
|
.btn-light.btn-link:disabled:hover,
|
|
.btn-light.btn-link:disabled:focus,
|
|
.btn-light.btn-link:disabled.focus,
|
|
fieldset[disabled] .btn-light.btn-link:hover,
|
|
fieldset[disabled] .btn-light.btn-link:focus,
|
|
fieldset[disabled] .btn-light.btn-link.focus {
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-light.btn-link .badge {
|
|
color: transparent;
|
|
background-color: #f8f9fa;
|
|
}
|
|
|
|
.btn-grey {
|
|
color: #212529;
|
|
background-color: #e9ecef;
|
|
border-color: #e9ecef;
|
|
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
}
|
|
|
|
.btn-grey:hover {
|
|
color: #212529;
|
|
background-color: #d3d9df;
|
|
border-color: #cbd3da;
|
|
}
|
|
|
|
.btn-grey:focus,
|
|
.btn-grey.focus {
|
|
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(233, 236, 239, 0.5);
|
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(233, 236, 239, 0.5);
|
|
}
|
|
|
|
.btn-grey.disabled,
|
|
.btn-grey:disabled {
|
|
color: #212529;
|
|
background-color: #e9ecef;
|
|
border-color: #e9ecef;
|
|
}
|
|
|
|
.btn-grey:not(:disabled):not(.disabled):active,
|
|
.btn-grey:not(:disabled):not(.disabled).active,
|
|
.show>.btn-grey.dropdown-toggle {
|
|
color: #212529;
|
|
background-color: #cbd3da;
|
|
border-color: #c4ccd4;
|
|
}
|
|
|
|
.btn-grey:not(:disabled):not(.disabled):active:focus,
|
|
.btn-grey:not(:disabled):not(.disabled).active:focus,
|
|
.show>.btn-grey.dropdown-toggle:focus {
|
|
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(233, 236, 239, 0.5);
|
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(233, 236, 239, 0.5);
|
|
}
|
|
|
|
.btn-outline-grey {
|
|
color: #e9ecef;
|
|
background-color: transparent;
|
|
background-image: none;
|
|
border-color: #e9ecef;
|
|
}
|
|
|
|
.btn-outline-grey:hover {
|
|
color: white;
|
|
background-color: #e9ecef;
|
|
border-color: #e9ecef;
|
|
}
|
|
|
|
.btn-outline-grey:focus,
|
|
.btn-outline-grey.focus {
|
|
-webkit-box-shadow: 0 0 0 0.2rem rgba(233, 236, 239, 0.5);
|
|
box-shadow: 0 0 0 0.2rem rgba(233, 236, 239, 0.5);
|
|
}
|
|
|
|
.btn-outline-grey.disabled,
|
|
.btn-outline-grey:disabled {
|
|
color: #e9ecef;
|
|
background-color: transparent;
|
|
}
|
|
|
|
.btn-outline-grey:not(:disabled):not(.disabled):active,
|
|
.btn-outline-grey:not(:disabled):not(.disabled).active,
|
|
.show>.btn-outline-grey.dropdown-toggle {
|
|
color: #212529;
|
|
background-color: #e9ecef;
|
|
border-color: #e9ecef;
|
|
}
|
|
|
|
.btn-outline-grey:not(:disabled):not(.disabled):active:focus,
|
|
.btn-outline-grey:not(:disabled):not(.disabled).active:focus,
|
|
.show>.btn-outline-grey.dropdown-toggle:focus {
|
|
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(233, 236, 239, 0.5);
|
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(233, 236, 239, 0.5);
|
|
}
|
|
|
|
.btn-grey.btn-invert {
|
|
background-color: #cbd3da;
|
|
}
|
|
|
|
.btn-grey.btn-invert:hover,
|
|
.btn-grey.btn-invert:focus {
|
|
background-color: #e9ecef;
|
|
}
|
|
|
|
.btn-grey.btn-link {
|
|
color: #e9ecef;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-grey.btn-link:focus,
|
|
.btn-grey.btn-link.focus {
|
|
color: #e9ecef;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-grey.btn-link:hover {
|
|
color: #e9ecef;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-grey.btn-link:active,
|
|
.btn-grey.btn-link.active,
|
|
.show>.btn-grey.btn-link.dropdown-toggle,
|
|
.open>.btn-grey.btn-link.dropdown-toggle {
|
|
color: #e9ecef;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
background-image: none;
|
|
}
|
|
|
|
.btn-grey.btn-link:active:hover,
|
|
.btn-grey.btn-link:active:focus,
|
|
.btn-grey.btn-link:active.focus,
|
|
.btn-grey.btn-link.active:hover,
|
|
.btn-grey.btn-link.active:focus,
|
|
.btn-grey.btn-link.active.focus,
|
|
.show>.btn-grey.btn-link.dropdown-toggle:hover,
|
|
.show>.btn-grey.btn-link.dropdown-toggle:focus,
|
|
.show>.btn-grey.btn-link.dropdown-toggle.focus,
|
|
.open>.btn-grey.btn-link.dropdown-toggle:hover,
|
|
.open>.btn-grey.btn-link.dropdown-toggle:focus,
|
|
.open>.btn-grey.btn-link.dropdown-toggle.focus {
|
|
color: #e9ecef;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-grey.btn-link.disabled,
|
|
.btn-grey.btn-link[disabled],
|
|
.btn-grey.btn-link:disabled,
|
|
fieldset[disabled] .btn-grey.btn-link {
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-grey.btn-link.disabled:hover,
|
|
.btn-grey.btn-link.disabled:focus,
|
|
.btn-grey.btn-link.disabled.focus,
|
|
.btn-grey.btn-link[disabled]:hover,
|
|
.btn-grey.btn-link[disabled]:focus,
|
|
.btn-grey.btn-link[disabled].focus,
|
|
.btn-grey.btn-link:disabled:hover,
|
|
.btn-grey.btn-link:disabled:focus,
|
|
.btn-grey.btn-link:disabled.focus,
|
|
fieldset[disabled] .btn-grey.btn-link:hover,
|
|
fieldset[disabled] .btn-grey.btn-link:focus,
|
|
fieldset[disabled] .btn-grey.btn-link.focus {
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-grey.btn-link .badge {
|
|
color: transparent;
|
|
background-color: #e9ecef;
|
|
}
|
|
|
|
.btn-grey-dark {
|
|
color: #fff;
|
|
background-color: #495057;
|
|
border-color: #495057;
|
|
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
}
|
|
|
|
.btn-grey-dark:hover {
|
|
color: #fff;
|
|
background-color: #383d42;
|
|
border-color: #32373b;
|
|
}
|
|
|
|
.btn-grey-dark:focus,
|
|
.btn-grey-dark.focus {
|
|
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(73, 80, 87, 0.5);
|
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(73, 80, 87, 0.5);
|
|
}
|
|
|
|
.btn-grey-dark.disabled,
|
|
.btn-grey-dark:disabled {
|
|
color: #fff;
|
|
background-color: #495057;
|
|
border-color: #495057;
|
|
}
|
|
|
|
.btn-grey-dark:not(:disabled):not(.disabled):active,
|
|
.btn-grey-dark:not(:disabled):not(.disabled).active,
|
|
.show>.btn-grey-dark.dropdown-toggle {
|
|
color: #fff;
|
|
background-color: #32373b;
|
|
border-color: #2c3034;
|
|
}
|
|
|
|
.btn-grey-dark:not(:disabled):not(.disabled):active:focus,
|
|
.btn-grey-dark:not(:disabled):not(.disabled).active:focus,
|
|
.show>.btn-grey-dark.dropdown-toggle:focus {
|
|
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(73, 80, 87, 0.5);
|
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(73, 80, 87, 0.5);
|
|
}
|
|
|
|
.btn-outline-grey-dark {
|
|
color: #495057;
|
|
background-color: transparent;
|
|
background-image: none;
|
|
border-color: #495057;
|
|
}
|
|
|
|
.btn-outline-grey-dark:hover {
|
|
color: white;
|
|
background-color: #495057;
|
|
border-color: #495057;
|
|
}
|
|
|
|
.btn-outline-grey-dark:focus,
|
|
.btn-outline-grey-dark.focus {
|
|
-webkit-box-shadow: 0 0 0 0.2rem rgba(73, 80, 87, 0.5);
|
|
box-shadow: 0 0 0 0.2rem rgba(73, 80, 87, 0.5);
|
|
}
|
|
|
|
.btn-outline-grey-dark.disabled,
|
|
.btn-outline-grey-dark:disabled {
|
|
color: #495057;
|
|
background-color: transparent;
|
|
}
|
|
|
|
.btn-outline-grey-dark:not(:disabled):not(.disabled):active,
|
|
.btn-outline-grey-dark:not(:disabled):not(.disabled).active,
|
|
.show>.btn-outline-grey-dark.dropdown-toggle {
|
|
color: #fff;
|
|
background-color: #495057;
|
|
border-color: #495057;
|
|
}
|
|
|
|
.btn-outline-grey-dark:not(:disabled):not(.disabled):active:focus,
|
|
.btn-outline-grey-dark:not(:disabled):not(.disabled).active:focus,
|
|
.show>.btn-outline-grey-dark.dropdown-toggle:focus {
|
|
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(73, 80, 87, 0.5);
|
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(73, 80, 87, 0.5);
|
|
}
|
|
|
|
.btn-grey-dark.btn-invert {
|
|
background-color: #32373b;
|
|
}
|
|
|
|
.btn-grey-dark.btn-invert:hover,
|
|
.btn-grey-dark.btn-invert:focus {
|
|
background-color: #495057;
|
|
}
|
|
|
|
.btn-grey-dark.btn-link {
|
|
color: #495057;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-grey-dark.btn-link:focus,
|
|
.btn-grey-dark.btn-link.focus {
|
|
color: #495057;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-grey-dark.btn-link:hover {
|
|
color: #495057;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-grey-dark.btn-link:active,
|
|
.btn-grey-dark.btn-link.active,
|
|
.show>.btn-grey-dark.btn-link.dropdown-toggle,
|
|
.open>.btn-grey-dark.btn-link.dropdown-toggle {
|
|
color: #495057;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
background-image: none;
|
|
}
|
|
|
|
.btn-grey-dark.btn-link:active:hover,
|
|
.btn-grey-dark.btn-link:active:focus,
|
|
.btn-grey-dark.btn-link:active.focus,
|
|
.btn-grey-dark.btn-link.active:hover,
|
|
.btn-grey-dark.btn-link.active:focus,
|
|
.btn-grey-dark.btn-link.active.focus,
|
|
.show>.btn-grey-dark.btn-link.dropdown-toggle:hover,
|
|
.show>.btn-grey-dark.btn-link.dropdown-toggle:focus,
|
|
.show>.btn-grey-dark.btn-link.dropdown-toggle.focus,
|
|
.open>.btn-grey-dark.btn-link.dropdown-toggle:hover,
|
|
.open>.btn-grey-dark.btn-link.dropdown-toggle:focus,
|
|
.open>.btn-grey-dark.btn-link.dropdown-toggle.focus {
|
|
color: #495057;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-grey-dark.btn-link.disabled,
|
|
.btn-grey-dark.btn-link[disabled],
|
|
.btn-grey-dark.btn-link:disabled,
|
|
fieldset[disabled] .btn-grey-dark.btn-link {
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-grey-dark.btn-link.disabled:hover,
|
|
.btn-grey-dark.btn-link.disabled:focus,
|
|
.btn-grey-dark.btn-link.disabled.focus,
|
|
.btn-grey-dark.btn-link[disabled]:hover,
|
|
.btn-grey-dark.btn-link[disabled]:focus,
|
|
.btn-grey-dark.btn-link[disabled].focus,
|
|
.btn-grey-dark.btn-link:disabled:hover,
|
|
.btn-grey-dark.btn-link:disabled:focus,
|
|
.btn-grey-dark.btn-link:disabled.focus,
|
|
fieldset[disabled] .btn-grey-dark.btn-link:hover,
|
|
fieldset[disabled] .btn-grey-dark.btn-link:focus,
|
|
fieldset[disabled] .btn-grey-dark.btn-link.focus {
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-grey-dark.btn-link .badge {
|
|
color: transparent;
|
|
background-color: #495057;
|
|
}
|
|
|
|
.btn-primary {
|
|
color: #fff;
|
|
background-color: #55A79A;
|
|
border-color: #55A79A;
|
|
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
}
|
|
|
|
.btn-primary:hover {
|
|
color: #fff;
|
|
background-color: #488e83;
|
|
border-color: #44857b;
|
|
}
|
|
|
|
.btn-primary:focus,
|
|
.btn-primary.focus {
|
|
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(85, 167, 154, 0.5);
|
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(85, 167, 154, 0.5);
|
|
}
|
|
|
|
.btn-primary.disabled,
|
|
.btn-primary:disabled {
|
|
color: #fff;
|
|
background-color: #55A79A;
|
|
border-color: #55A79A;
|
|
}
|
|
|
|
.btn-primary:not(:disabled):not(.disabled):active,
|
|
.btn-primary:not(:disabled):not(.disabled).active,
|
|
.show>.btn-primary.dropdown-toggle {
|
|
color: #fff;
|
|
background-color: #44857b;
|
|
border-color: #3f7d73;
|
|
}
|
|
|
|
.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, 0.125), 0 0 0 0.2rem rgba(85, 167, 154, 0.5);
|
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(85, 167, 154, 0.5);
|
|
}
|
|
|
|
.btn-outline-primary {
|
|
color: #55A79A;
|
|
background-color: transparent;
|
|
background-image: none;
|
|
border-color: #55A79A;
|
|
}
|
|
|
|
.btn-outline-primary:hover {
|
|
color: white;
|
|
background-color: #55A79A;
|
|
border-color: #55A79A;
|
|
}
|
|
|
|
.btn-outline-primary:focus,
|
|
.btn-outline-primary.focus {
|
|
-webkit-box-shadow: 0 0 0 0.2rem rgba(85, 167, 154, 0.5);
|
|
box-shadow: 0 0 0 0.2rem rgba(85, 167, 154, 0.5);
|
|
}
|
|
|
|
.btn-outline-primary.disabled,
|
|
.btn-outline-primary:disabled {
|
|
color: #55A79A;
|
|
background-color: transparent;
|
|
}
|
|
|
|
.btn-outline-primary:not(:disabled):not(.disabled):active,
|
|
.btn-outline-primary:not(:disabled):not(.disabled).active,
|
|
.show>.btn-outline-primary.dropdown-toggle {
|
|
color: #fff;
|
|
background-color: #55A79A;
|
|
border-color: #55A79A;
|
|
}
|
|
|
|
.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, 0.125), 0 0 0 0.2rem rgba(85, 167, 154, 0.5);
|
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(85, 167, 154, 0.5);
|
|
}
|
|
|
|
.btn-primary.btn-invert {
|
|
background-color: #44857b;
|
|
}
|
|
|
|
.btn-primary.btn-invert:hover,
|
|
.btn-primary.btn-invert:focus {
|
|
background-color: #55A79A;
|
|
}
|
|
|
|
.btn-primary.btn-link {
|
|
color: #55A79A;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-primary.btn-link:focus,
|
|
.btn-primary.btn-link.focus {
|
|
color: #55A79A;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-primary.btn-link:hover {
|
|
color: #55A79A;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-primary.btn-link:active,
|
|
.btn-primary.btn-link.active,
|
|
.show>.btn-primary.btn-link.dropdown-toggle,
|
|
.open>.btn-primary.btn-link.dropdown-toggle {
|
|
color: #55A79A;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
background-image: none;
|
|
}
|
|
|
|
.btn-primary.btn-link:active:hover,
|
|
.btn-primary.btn-link:active:focus,
|
|
.btn-primary.btn-link:active.focus,
|
|
.btn-primary.btn-link.active:hover,
|
|
.btn-primary.btn-link.active:focus,
|
|
.btn-primary.btn-link.active.focus,
|
|
.show>.btn-primary.btn-link.dropdown-toggle:hover,
|
|
.show>.btn-primary.btn-link.dropdown-toggle:focus,
|
|
.show>.btn-primary.btn-link.dropdown-toggle.focus,
|
|
.open>.btn-primary.btn-link.dropdown-toggle:hover,
|
|
.open>.btn-primary.btn-link.dropdown-toggle:focus,
|
|
.open>.btn-primary.btn-link.dropdown-toggle.focus {
|
|
color: #55A79A;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-primary.btn-link.disabled,
|
|
.btn-primary.btn-link[disabled],
|
|
.btn-primary.btn-link:disabled,
|
|
fieldset[disabled] .btn-primary.btn-link {
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-primary.btn-link.disabled:hover,
|
|
.btn-primary.btn-link.disabled:focus,
|
|
.btn-primary.btn-link.disabled.focus,
|
|
.btn-primary.btn-link[disabled]:hover,
|
|
.btn-primary.btn-link[disabled]:focus,
|
|
.btn-primary.btn-link[disabled].focus,
|
|
.btn-primary.btn-link:disabled:hover,
|
|
.btn-primary.btn-link:disabled:focus,
|
|
.btn-primary.btn-link:disabled.focus,
|
|
fieldset[disabled] .btn-primary.btn-link:hover,
|
|
fieldset[disabled] .btn-primary.btn-link:focus,
|
|
fieldset[disabled] .btn-primary.btn-link.focus {
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-primary.btn-link .badge {
|
|
color: transparent;
|
|
background-color: #55A79A;
|
|
}
|
|
|
|
.btn-primary-dark {
|
|
color: #fff;
|
|
background-color: #33635c;
|
|
border-color: #33635c;
|
|
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
}
|
|
|
|
.btn-primary-dark:hover {
|
|
color: #fff;
|
|
background-color: #264a44;
|
|
border-color: #21423d;
|
|
}
|
|
|
|
.btn-primary-dark:focus,
|
|
.btn-primary-dark.focus {
|
|
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(51, 99, 92, 0.5);
|
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(51, 99, 92, 0.5);
|
|
}
|
|
|
|
.btn-primary-dark.disabled,
|
|
.btn-primary-dark:disabled {
|
|
color: #fff;
|
|
background-color: #33635c;
|
|
border-color: #33635c;
|
|
}
|
|
|
|
.btn-primary-dark:not(:disabled):not(.disabled):active,
|
|
.btn-primary-dark:not(:disabled):not(.disabled).active,
|
|
.show>.btn-primary-dark.dropdown-toggle {
|
|
color: #fff;
|
|
background-color: #21423d;
|
|
border-color: #1d3935;
|
|
}
|
|
|
|
.btn-primary-dark:not(:disabled):not(.disabled):active:focus,
|
|
.btn-primary-dark:not(:disabled):not(.disabled).active:focus,
|
|
.show>.btn-primary-dark.dropdown-toggle:focus {
|
|
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(51, 99, 92, 0.5);
|
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(51, 99, 92, 0.5);
|
|
}
|
|
|
|
.btn-outline-primary-dark {
|
|
color: #33635c;
|
|
background-color: transparent;
|
|
background-image: none;
|
|
border-color: #33635c;
|
|
}
|
|
|
|
.btn-outline-primary-dark:hover {
|
|
color: white;
|
|
background-color: #33635c;
|
|
border-color: #33635c;
|
|
}
|
|
|
|
.btn-outline-primary-dark:focus,
|
|
.btn-outline-primary-dark.focus {
|
|
-webkit-box-shadow: 0 0 0 0.2rem rgba(51, 99, 92, 0.5);
|
|
box-shadow: 0 0 0 0.2rem rgba(51, 99, 92, 0.5);
|
|
}
|
|
|
|
.btn-outline-primary-dark.disabled,
|
|
.btn-outline-primary-dark:disabled {
|
|
color: #33635c;
|
|
background-color: transparent;
|
|
}
|
|
|
|
.btn-outline-primary-dark:not(:disabled):not(.disabled):active,
|
|
.btn-outline-primary-dark:not(:disabled):not(.disabled).active,
|
|
.show>.btn-outline-primary-dark.dropdown-toggle {
|
|
color: #fff;
|
|
background-color: #33635c;
|
|
border-color: #33635c;
|
|
}
|
|
|
|
.btn-outline-primary-dark:not(:disabled):not(.disabled):active:focus,
|
|
.btn-outline-primary-dark:not(:disabled):not(.disabled).active:focus,
|
|
.show>.btn-outline-primary-dark.dropdown-toggle:focus {
|
|
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(51, 99, 92, 0.5);
|
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(51, 99, 92, 0.5);
|
|
}
|
|
|
|
.btn-primary-dark.btn-invert {
|
|
background-color: #21423d;
|
|
}
|
|
|
|
.btn-primary-dark.btn-invert:hover,
|
|
.btn-primary-dark.btn-invert:focus {
|
|
background-color: #33635c;
|
|
}
|
|
|
|
.btn-primary-dark.btn-link {
|
|
color: #33635c;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-primary-dark.btn-link:focus,
|
|
.btn-primary-dark.btn-link.focus {
|
|
color: #33635c;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-primary-dark.btn-link:hover {
|
|
color: #33635c;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-primary-dark.btn-link:active,
|
|
.btn-primary-dark.btn-link.active,
|
|
.show>.btn-primary-dark.btn-link.dropdown-toggle,
|
|
.open>.btn-primary-dark.btn-link.dropdown-toggle {
|
|
color: #33635c;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
background-image: none;
|
|
}
|
|
|
|
.btn-primary-dark.btn-link:active:hover,
|
|
.btn-primary-dark.btn-link:active:focus,
|
|
.btn-primary-dark.btn-link:active.focus,
|
|
.btn-primary-dark.btn-link.active:hover,
|
|
.btn-primary-dark.btn-link.active:focus,
|
|
.btn-primary-dark.btn-link.active.focus,
|
|
.show>.btn-primary-dark.btn-link.dropdown-toggle:hover,
|
|
.show>.btn-primary-dark.btn-link.dropdown-toggle:focus,
|
|
.show>.btn-primary-dark.btn-link.dropdown-toggle.focus,
|
|
.open>.btn-primary-dark.btn-link.dropdown-toggle:hover,
|
|
.open>.btn-primary-dark.btn-link.dropdown-toggle:focus,
|
|
.open>.btn-primary-dark.btn-link.dropdown-toggle.focus {
|
|
color: #33635c;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-primary-dark.btn-link.disabled,
|
|
.btn-primary-dark.btn-link[disabled],
|
|
.btn-primary-dark.btn-link:disabled,
|
|
fieldset[disabled] .btn-primary-dark.btn-link {
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-primary-dark.btn-link.disabled:hover,
|
|
.btn-primary-dark.btn-link.disabled:focus,
|
|
.btn-primary-dark.btn-link.disabled.focus,
|
|
.btn-primary-dark.btn-link[disabled]:hover,
|
|
.btn-primary-dark.btn-link[disabled]:focus,
|
|
.btn-primary-dark.btn-link[disabled].focus,
|
|
.btn-primary-dark.btn-link:disabled:hover,
|
|
.btn-primary-dark.btn-link:disabled:focus,
|
|
.btn-primary-dark.btn-link:disabled.focus,
|
|
fieldset[disabled] .btn-primary-dark.btn-link:hover,
|
|
fieldset[disabled] .btn-primary-dark.btn-link:focus,
|
|
fieldset[disabled] .btn-primary-dark.btn-link.focus {
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-primary-dark.btn-link .badge {
|
|
color: transparent;
|
|
background-color: #33635c;
|
|
}
|
|
|
|
.btn-primary-faded {
|
|
color: #fff;
|
|
background-color: rgba(85, 167, 154, 0.3);
|
|
border-color: rgba(85, 167, 154, 0.3);
|
|
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
}
|
|
|
|
.btn-primary-faded:hover {
|
|
color: #fff;
|
|
background-color: rgba(72, 142, 131, 0.3);
|
|
border-color: rgba(68, 133, 123, 0.3);
|
|
}
|
|
|
|
.btn-primary-faded:focus,
|
|
.btn-primary-faded.focus {
|
|
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(85, 167, 154, 0.5);
|
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(85, 167, 154, 0.5);
|
|
}
|
|
|
|
.btn-primary-faded.disabled,
|
|
.btn-primary-faded:disabled {
|
|
color: #fff;
|
|
background-color: rgba(85, 167, 154, 0.3);
|
|
border-color: rgba(85, 167, 154, 0.3);
|
|
}
|
|
|
|
.btn-primary-faded:not(:disabled):not(.disabled):active,
|
|
.btn-primary-faded:not(:disabled):not(.disabled).active,
|
|
.show>.btn-primary-faded.dropdown-toggle {
|
|
color: #fff;
|
|
background-color: rgba(68, 133, 123, 0.3);
|
|
border-color: rgba(63, 125, 115, 0.3);
|
|
}
|
|
|
|
.btn-primary-faded:not(:disabled):not(.disabled):active:focus,
|
|
.btn-primary-faded:not(:disabled):not(.disabled).active:focus,
|
|
.show>.btn-primary-faded.dropdown-toggle:focus {
|
|
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(85, 167, 154, 0.5);
|
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(85, 167, 154, 0.5);
|
|
}
|
|
|
|
.btn-outline-primary-faded {
|
|
color: rgba(85, 167, 154, 0.3);
|
|
background-color: transparent;
|
|
background-image: none;
|
|
border-color: rgba(85, 167, 154, 0.3);
|
|
}
|
|
|
|
.btn-outline-primary-faded:hover {
|
|
color: white;
|
|
background-color: rgba(85, 167, 154, 0.3);
|
|
border-color: rgba(85, 167, 154, 0.3);
|
|
}
|
|
|
|
.btn-outline-primary-faded:focus,
|
|
.btn-outline-primary-faded.focus {
|
|
-webkit-box-shadow: 0 0 0 0.2rem rgba(85, 167, 154, 0.5);
|
|
box-shadow: 0 0 0 0.2rem rgba(85, 167, 154, 0.5);
|
|
}
|
|
|
|
.btn-outline-primary-faded.disabled,
|
|
.btn-outline-primary-faded:disabled {
|
|
color: rgba(85, 167, 154, 0.3);
|
|
background-color: transparent;
|
|
}
|
|
|
|
.btn-outline-primary-faded:not(:disabled):not(.disabled):active,
|
|
.btn-outline-primary-faded:not(:disabled):not(.disabled).active,
|
|
.show>.btn-outline-primary-faded.dropdown-toggle {
|
|
color: #fff;
|
|
background-color: rgba(85, 167, 154, 0.3);
|
|
border-color: rgba(85, 167, 154, 0.3);
|
|
}
|
|
|
|
.btn-outline-primary-faded:not(:disabled):not(.disabled):active:focus,
|
|
.btn-outline-primary-faded:not(:disabled):not(.disabled).active:focus,
|
|
.show>.btn-outline-primary-faded.dropdown-toggle:focus {
|
|
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(85, 167, 154, 0.5);
|
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(85, 167, 154, 0.5);
|
|
}
|
|
|
|
.btn-primary-faded.btn-invert {
|
|
background-color: rgba(68, 133, 123, 0.3);
|
|
}
|
|
|
|
.btn-primary-faded.btn-invert:hover,
|
|
.btn-primary-faded.btn-invert:focus {
|
|
background-color: rgba(85, 167, 154, 0.3);
|
|
}
|
|
|
|
.btn-primary-faded.btn-link {
|
|
color: rgba(85, 167, 154, 0.3);
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-primary-faded.btn-link:focus,
|
|
.btn-primary-faded.btn-link.focus {
|
|
color: rgba(85, 167, 154, 0.3);
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-primary-faded.btn-link:hover {
|
|
color: rgba(85, 167, 154, 0.3);
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-primary-faded.btn-link:active,
|
|
.btn-primary-faded.btn-link.active,
|
|
.show>.btn-primary-faded.btn-link.dropdown-toggle,
|
|
.open>.btn-primary-faded.btn-link.dropdown-toggle {
|
|
color: rgba(85, 167, 154, 0.3);
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
background-image: none;
|
|
}
|
|
|
|
.btn-primary-faded.btn-link:active:hover,
|
|
.btn-primary-faded.btn-link:active:focus,
|
|
.btn-primary-faded.btn-link:active.focus,
|
|
.btn-primary-faded.btn-link.active:hover,
|
|
.btn-primary-faded.btn-link.active:focus,
|
|
.btn-primary-faded.btn-link.active.focus,
|
|
.show>.btn-primary-faded.btn-link.dropdown-toggle:hover,
|
|
.show>.btn-primary-faded.btn-link.dropdown-toggle:focus,
|
|
.show>.btn-primary-faded.btn-link.dropdown-toggle.focus,
|
|
.open>.btn-primary-faded.btn-link.dropdown-toggle:hover,
|
|
.open>.btn-primary-faded.btn-link.dropdown-toggle:focus,
|
|
.open>.btn-primary-faded.btn-link.dropdown-toggle.focus {
|
|
color: rgba(85, 167, 154, 0.3);
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-primary-faded.btn-link.disabled,
|
|
.btn-primary-faded.btn-link[disabled],
|
|
.btn-primary-faded.btn-link:disabled,
|
|
fieldset[disabled] .btn-primary-faded.btn-link {
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-primary-faded.btn-link.disabled:hover,
|
|
.btn-primary-faded.btn-link.disabled:focus,
|
|
.btn-primary-faded.btn-link.disabled.focus,
|
|
.btn-primary-faded.btn-link[disabled]:hover,
|
|
.btn-primary-faded.btn-link[disabled]:focus,
|
|
.btn-primary-faded.btn-link[disabled].focus,
|
|
.btn-primary-faded.btn-link:disabled:hover,
|
|
.btn-primary-faded.btn-link:disabled:focus,
|
|
.btn-primary-faded.btn-link:disabled.focus,
|
|
fieldset[disabled] .btn-primary-faded.btn-link:hover,
|
|
fieldset[disabled] .btn-primary-faded.btn-link:focus,
|
|
fieldset[disabled] .btn-primary-faded.btn-link.focus {
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-primary-faded.btn-link .badge {
|
|
color: transparent;
|
|
background-color: rgba(85, 167, 154, 0.3);
|
|
}
|
|
|
|
.btn-info {
|
|
color: #fff;
|
|
background-color: #17a2b8;
|
|
border-color: #17a2b8;
|
|
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
}
|
|
|
|
.btn-info:hover {
|
|
color: #fff;
|
|
background-color: #138496;
|
|
border-color: #117a8b;
|
|
}
|
|
|
|
.btn-info:focus,
|
|
.btn-info.focus {
|
|
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
|
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
|
|
}
|
|
|
|
.btn-info.disabled,
|
|
.btn-info:disabled {
|
|
color: #fff;
|
|
background-color: #17a2b8;
|
|
border-color: #17a2b8;
|
|
}
|
|
|
|
.btn-info:not(:disabled):not(.disabled):active,
|
|
.btn-info:not(:disabled):not(.disabled).active,
|
|
.show>.btn-info.dropdown-toggle {
|
|
color: #fff;
|
|
background-color: #117a8b;
|
|
border-color: #10707f;
|
|
}
|
|
|
|
.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, 0.125), 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
|
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
|
|
}
|
|
|
|
.btn-outline-info {
|
|
color: #17a2b8;
|
|
background-color: transparent;
|
|
background-image: none;
|
|
border-color: #17a2b8;
|
|
}
|
|
|
|
.btn-outline-info:hover {
|
|
color: white;
|
|
background-color: #17a2b8;
|
|
border-color: #17a2b8;
|
|
}
|
|
|
|
.btn-outline-info:focus,
|
|
.btn-outline-info.focus {
|
|
-webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
|
|
box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
|
|
}
|
|
|
|
.btn-outline-info.disabled,
|
|
.btn-outline-info:disabled {
|
|
color: #17a2b8;
|
|
background-color: transparent;
|
|
}
|
|
|
|
.btn-outline-info:not(:disabled):not(.disabled):active,
|
|
.btn-outline-info:not(:disabled):not(.disabled).active,
|
|
.show>.btn-outline-info.dropdown-toggle {
|
|
color: #fff;
|
|
background-color: #17a2b8;
|
|
border-color: #17a2b8;
|
|
}
|
|
|
|
.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, 0.125), 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
|
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
|
|
}
|
|
|
|
.btn-info.btn-invert {
|
|
background-color: #117a8b;
|
|
}
|
|
|
|
.btn-info.btn-invert:hover,
|
|
.btn-info.btn-invert:focus {
|
|
background-color: #17a2b8;
|
|
}
|
|
|
|
.btn-info.btn-link {
|
|
color: #17a2b8;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-info.btn-link:focus,
|
|
.btn-info.btn-link.focus {
|
|
color: #17a2b8;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-info.btn-link:hover {
|
|
color: #17a2b8;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-info.btn-link:active,
|
|
.btn-info.btn-link.active,
|
|
.show>.btn-info.btn-link.dropdown-toggle,
|
|
.open>.btn-info.btn-link.dropdown-toggle {
|
|
color: #17a2b8;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
background-image: none;
|
|
}
|
|
|
|
.btn-info.btn-link:active:hover,
|
|
.btn-info.btn-link:active:focus,
|
|
.btn-info.btn-link:active.focus,
|
|
.btn-info.btn-link.active:hover,
|
|
.btn-info.btn-link.active:focus,
|
|
.btn-info.btn-link.active.focus,
|
|
.show>.btn-info.btn-link.dropdown-toggle:hover,
|
|
.show>.btn-info.btn-link.dropdown-toggle:focus,
|
|
.show>.btn-info.btn-link.dropdown-toggle.focus,
|
|
.open>.btn-info.btn-link.dropdown-toggle:hover,
|
|
.open>.btn-info.btn-link.dropdown-toggle:focus,
|
|
.open>.btn-info.btn-link.dropdown-toggle.focus {
|
|
color: #17a2b8;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-info.btn-link.disabled,
|
|
.btn-info.btn-link[disabled],
|
|
.btn-info.btn-link:disabled,
|
|
fieldset[disabled] .btn-info.btn-link {
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-info.btn-link.disabled:hover,
|
|
.btn-info.btn-link.disabled:focus,
|
|
.btn-info.btn-link.disabled.focus,
|
|
.btn-info.btn-link[disabled]:hover,
|
|
.btn-info.btn-link[disabled]:focus,
|
|
.btn-info.btn-link[disabled].focus,
|
|
.btn-info.btn-link:disabled:hover,
|
|
.btn-info.btn-link:disabled:focus,
|
|
.btn-info.btn-link:disabled.focus,
|
|
fieldset[disabled] .btn-info.btn-link:hover,
|
|
fieldset[disabled] .btn-info.btn-link:focus,
|
|
fieldset[disabled] .btn-info.btn-link.focus {
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-info.btn-link .badge {
|
|
color: transparent;
|
|
background-color: #17a2b8;
|
|
}
|
|
|
|
.btn-success {
|
|
color: #fff;
|
|
background-color: #28a745;
|
|
border-color: #28a745;
|
|
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
}
|
|
|
|
.btn-success:hover {
|
|
color: #fff;
|
|
background-color: #218838;
|
|
border-color: #1e7e34;
|
|
}
|
|
|
|
.btn-success:focus,
|
|
.btn-success.focus {
|
|
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
|
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
|
|
}
|
|
|
|
.btn-success.disabled,
|
|
.btn-success:disabled {
|
|
color: #fff;
|
|
background-color: #28a745;
|
|
border-color: #28a745;
|
|
}
|
|
|
|
.btn-success:not(:disabled):not(.disabled):active,
|
|
.btn-success:not(:disabled):not(.disabled).active,
|
|
.show>.btn-success.dropdown-toggle {
|
|
color: #fff;
|
|
background-color: #1e7e34;
|
|
border-color: #1c7430;
|
|
}
|
|
|
|
.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, 0.125), 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
|
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
|
|
}
|
|
|
|
.btn-outline-success {
|
|
color: #28a745;
|
|
background-color: transparent;
|
|
background-image: none;
|
|
border-color: #28a745;
|
|
}
|
|
|
|
.btn-outline-success:hover {
|
|
color: white;
|
|
background-color: #28a745;
|
|
border-color: #28a745;
|
|
}
|
|
|
|
.btn-outline-success:focus,
|
|
.btn-outline-success.focus {
|
|
-webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
|
|
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
|
|
}
|
|
|
|
.btn-outline-success.disabled,
|
|
.btn-outline-success:disabled {
|
|
color: #28a745;
|
|
background-color: transparent;
|
|
}
|
|
|
|
.btn-outline-success:not(:disabled):not(.disabled):active,
|
|
.btn-outline-success:not(:disabled):not(.disabled).active,
|
|
.show>.btn-outline-success.dropdown-toggle {
|
|
color: #fff;
|
|
background-color: #28a745;
|
|
border-color: #28a745;
|
|
}
|
|
|
|
.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, 0.125), 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
|
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
|
|
}
|
|
|
|
.btn-success.btn-invert {
|
|
background-color: #1e7e34;
|
|
}
|
|
|
|
.btn-success.btn-invert:hover,
|
|
.btn-success.btn-invert:focus {
|
|
background-color: #28a745;
|
|
}
|
|
|
|
.btn-success.btn-link {
|
|
color: #28a745;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-success.btn-link:focus,
|
|
.btn-success.btn-link.focus {
|
|
color: #28a745;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-success.btn-link:hover {
|
|
color: #28a745;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-success.btn-link:active,
|
|
.btn-success.btn-link.active,
|
|
.show>.btn-success.btn-link.dropdown-toggle,
|
|
.open>.btn-success.btn-link.dropdown-toggle {
|
|
color: #28a745;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
background-image: none;
|
|
}
|
|
|
|
.btn-success.btn-link:active:hover,
|
|
.btn-success.btn-link:active:focus,
|
|
.btn-success.btn-link:active.focus,
|
|
.btn-success.btn-link.active:hover,
|
|
.btn-success.btn-link.active:focus,
|
|
.btn-success.btn-link.active.focus,
|
|
.show>.btn-success.btn-link.dropdown-toggle:hover,
|
|
.show>.btn-success.btn-link.dropdown-toggle:focus,
|
|
.show>.btn-success.btn-link.dropdown-toggle.focus,
|
|
.open>.btn-success.btn-link.dropdown-toggle:hover,
|
|
.open>.btn-success.btn-link.dropdown-toggle:focus,
|
|
.open>.btn-success.btn-link.dropdown-toggle.focus {
|
|
color: #28a745;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-success.btn-link.disabled,
|
|
.btn-success.btn-link[disabled],
|
|
.btn-success.btn-link:disabled,
|
|
fieldset[disabled] .btn-success.btn-link {
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-success.btn-link.disabled:hover,
|
|
.btn-success.btn-link.disabled:focus,
|
|
.btn-success.btn-link.disabled.focus,
|
|
.btn-success.btn-link[disabled]:hover,
|
|
.btn-success.btn-link[disabled]:focus,
|
|
.btn-success.btn-link[disabled].focus,
|
|
.btn-success.btn-link:disabled:hover,
|
|
.btn-success.btn-link:disabled:focus,
|
|
.btn-success.btn-link:disabled.focus,
|
|
fieldset[disabled] .btn-success.btn-link:hover,
|
|
fieldset[disabled] .btn-success.btn-link:focus,
|
|
fieldset[disabled] .btn-success.btn-link.focus {
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-success.btn-link .badge {
|
|
color: transparent;
|
|
background-color: #28a745;
|
|
}
|
|
|
|
.btn-warning {
|
|
color: #212529;
|
|
background-color: #ffc107;
|
|
border-color: #ffc107;
|
|
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
}
|
|
|
|
.btn-warning:hover {
|
|
color: #212529;
|
|
background-color: #e0a800;
|
|
border-color: #d39e00;
|
|
}
|
|
|
|
.btn-warning:focus,
|
|
.btn-warning.focus {
|
|
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
|
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
|
|
}
|
|
|
|
.btn-warning.disabled,
|
|
.btn-warning:disabled {
|
|
color: #212529;
|
|
background-color: #ffc107;
|
|
border-color: #ffc107;
|
|
}
|
|
|
|
.btn-warning:not(:disabled):not(.disabled):active,
|
|
.btn-warning:not(:disabled):not(.disabled).active,
|
|
.show>.btn-warning.dropdown-toggle {
|
|
color: #212529;
|
|
background-color: #d39e00;
|
|
border-color: #c69500;
|
|
}
|
|
|
|
.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, 0.125), 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
|
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
|
|
}
|
|
|
|
.btn-outline-warning {
|
|
color: #ffc107;
|
|
background-color: transparent;
|
|
background-image: none;
|
|
border-color: #ffc107;
|
|
}
|
|
|
|
.btn-outline-warning:hover {
|
|
color: white;
|
|
background-color: #ffc107;
|
|
border-color: #ffc107;
|
|
}
|
|
|
|
.btn-outline-warning:focus,
|
|
.btn-outline-warning.focus {
|
|
-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
|
|
box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
|
|
}
|
|
|
|
.btn-outline-warning.disabled,
|
|
.btn-outline-warning:disabled {
|
|
color: #ffc107;
|
|
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: #212529;
|
|
background-color: #ffc107;
|
|
border-color: #ffc107;
|
|
}
|
|
|
|
.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, 0.125), 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
|
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
|
|
}
|
|
|
|
.btn-warning.btn-invert {
|
|
background-color: #d39e00;
|
|
}
|
|
|
|
.btn-warning.btn-invert:hover,
|
|
.btn-warning.btn-invert:focus {
|
|
background-color: #ffc107;
|
|
}
|
|
|
|
.btn-warning.btn-link {
|
|
color: #ffc107;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-warning.btn-link:focus,
|
|
.btn-warning.btn-link.focus {
|
|
color: #ffc107;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-warning.btn-link:hover {
|
|
color: #ffc107;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-warning.btn-link:active,
|
|
.btn-warning.btn-link.active,
|
|
.show>.btn-warning.btn-link.dropdown-toggle,
|
|
.open>.btn-warning.btn-link.dropdown-toggle {
|
|
color: #ffc107;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
background-image: none;
|
|
}
|
|
|
|
.btn-warning.btn-link:active:hover,
|
|
.btn-warning.btn-link:active:focus,
|
|
.btn-warning.btn-link:active.focus,
|
|
.btn-warning.btn-link.active:hover,
|
|
.btn-warning.btn-link.active:focus,
|
|
.btn-warning.btn-link.active.focus,
|
|
.show>.btn-warning.btn-link.dropdown-toggle:hover,
|
|
.show>.btn-warning.btn-link.dropdown-toggle:focus,
|
|
.show>.btn-warning.btn-link.dropdown-toggle.focus,
|
|
.open>.btn-warning.btn-link.dropdown-toggle:hover,
|
|
.open>.btn-warning.btn-link.dropdown-toggle:focus,
|
|
.open>.btn-warning.btn-link.dropdown-toggle.focus {
|
|
color: #ffc107;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-warning.btn-link.disabled,
|
|
.btn-warning.btn-link[disabled],
|
|
.btn-warning.btn-link:disabled,
|
|
fieldset[disabled] .btn-warning.btn-link {
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-warning.btn-link.disabled:hover,
|
|
.btn-warning.btn-link.disabled:focus,
|
|
.btn-warning.btn-link.disabled.focus,
|
|
.btn-warning.btn-link[disabled]:hover,
|
|
.btn-warning.btn-link[disabled]:focus,
|
|
.btn-warning.btn-link[disabled].focus,
|
|
.btn-warning.btn-link:disabled:hover,
|
|
.btn-warning.btn-link:disabled:focus,
|
|
.btn-warning.btn-link:disabled.focus,
|
|
fieldset[disabled] .btn-warning.btn-link:hover,
|
|
fieldset[disabled] .btn-warning.btn-link:focus,
|
|
fieldset[disabled] .btn-warning.btn-link.focus {
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-warning.btn-link .badge {
|
|
color: transparent;
|
|
background-color: #ffc107;
|
|
}
|
|
|
|
.btn-danger {
|
|
color: #fff;
|
|
background-color: #dc3545;
|
|
border-color: #dc3545;
|
|
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
}
|
|
|
|
.btn-danger:hover {
|
|
color: #fff;
|
|
background-color: #c82333;
|
|
border-color: #bd2130;
|
|
}
|
|
|
|
.btn-danger:focus,
|
|
.btn-danger.focus {
|
|
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
|
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
|
|
}
|
|
|
|
.btn-danger.disabled,
|
|
.btn-danger:disabled {
|
|
color: #fff;
|
|
background-color: #dc3545;
|
|
border-color: #dc3545;
|
|
}
|
|
|
|
.btn-danger:not(:disabled):not(.disabled):active,
|
|
.btn-danger:not(:disabled):not(.disabled).active,
|
|
.show>.btn-danger.dropdown-toggle {
|
|
color: #fff;
|
|
background-color: #bd2130;
|
|
border-color: #b21f2d;
|
|
}
|
|
|
|
.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, 0.125), 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
|
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
|
|
}
|
|
|
|
.btn-outline-danger {
|
|
color: #dc3545;
|
|
background-color: transparent;
|
|
background-image: none;
|
|
border-color: #dc3545;
|
|
}
|
|
|
|
.btn-outline-danger:hover {
|
|
color: white;
|
|
background-color: #dc3545;
|
|
border-color: #dc3545;
|
|
}
|
|
|
|
.btn-outline-danger:focus,
|
|
.btn-outline-danger.focus {
|
|
-webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
|
|
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
|
|
}
|
|
|
|
.btn-outline-danger.disabled,
|
|
.btn-outline-danger:disabled {
|
|
color: #dc3545;
|
|
background-color: transparent;
|
|
}
|
|
|
|
.btn-outline-danger:not(:disabled):not(.disabled):active,
|
|
.btn-outline-danger:not(:disabled):not(.disabled).active,
|
|
.show>.btn-outline-danger.dropdown-toggle {
|
|
color: #fff;
|
|
background-color: #dc3545;
|
|
border-color: #dc3545;
|
|
}
|
|
|
|
.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, 0.125), 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
|
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
|
|
}
|
|
|
|
.btn-danger.btn-invert {
|
|
background-color: #bd2130;
|
|
}
|
|
|
|
.btn-danger.btn-invert:hover,
|
|
.btn-danger.btn-invert:focus {
|
|
background-color: #dc3545;
|
|
}
|
|
|
|
.btn-danger.btn-link {
|
|
color: #dc3545;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-danger.btn-link:focus,
|
|
.btn-danger.btn-link.focus {
|
|
color: #dc3545;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-danger.btn-link:hover {
|
|
color: #dc3545;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-danger.btn-link:active,
|
|
.btn-danger.btn-link.active,
|
|
.show>.btn-danger.btn-link.dropdown-toggle,
|
|
.open>.btn-danger.btn-link.dropdown-toggle {
|
|
color: #dc3545;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
background-image: none;
|
|
}
|
|
|
|
.btn-danger.btn-link:active:hover,
|
|
.btn-danger.btn-link:active:focus,
|
|
.btn-danger.btn-link:active.focus,
|
|
.btn-danger.btn-link.active:hover,
|
|
.btn-danger.btn-link.active:focus,
|
|
.btn-danger.btn-link.active.focus,
|
|
.show>.btn-danger.btn-link.dropdown-toggle:hover,
|
|
.show>.btn-danger.btn-link.dropdown-toggle:focus,
|
|
.show>.btn-danger.btn-link.dropdown-toggle.focus,
|
|
.open>.btn-danger.btn-link.dropdown-toggle:hover,
|
|
.open>.btn-danger.btn-link.dropdown-toggle:focus,
|
|
.open>.btn-danger.btn-link.dropdown-toggle.focus {
|
|
color: #dc3545;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-danger.btn-link.disabled,
|
|
.btn-danger.btn-link[disabled],
|
|
.btn-danger.btn-link:disabled,
|
|
fieldset[disabled] .btn-danger.btn-link {
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-danger.btn-link.disabled:hover,
|
|
.btn-danger.btn-link.disabled:focus,
|
|
.btn-danger.btn-link.disabled.focus,
|
|
.btn-danger.btn-link[disabled]:hover,
|
|
.btn-danger.btn-link[disabled]:focus,
|
|
.btn-danger.btn-link[disabled].focus,
|
|
.btn-danger.btn-link:disabled:hover,
|
|
.btn-danger.btn-link:disabled:focus,
|
|
.btn-danger.btn-link:disabled.focus,
|
|
fieldset[disabled] .btn-danger.btn-link:hover,
|
|
fieldset[disabled] .btn-danger.btn-link:focus,
|
|
fieldset[disabled] .btn-danger.btn-link.focus {
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-danger.btn-link .badge {
|
|
color: transparent;
|
|
background-color: #dc3545;
|
|
}
|
|
|
|
.btn-dark {
|
|
color: #fff;
|
|
background-color: #343a40;
|
|
border-color: #343a40;
|
|
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
}
|
|
|
|
.btn-dark:hover {
|
|
color: #fff;
|
|
background-color: #23272b;
|
|
border-color: #1d2124;
|
|
}
|
|
|
|
.btn-dark:focus,
|
|
.btn-dark.focus {
|
|
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
|
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
|
|
}
|
|
|
|
.btn-dark.disabled,
|
|
.btn-dark:disabled {
|
|
color: #fff;
|
|
background-color: #343a40;
|
|
border-color: #343a40;
|
|
}
|
|
|
|
.btn-dark:not(:disabled):not(.disabled):active,
|
|
.btn-dark:not(:disabled):not(.disabled).active,
|
|
.show>.btn-dark.dropdown-toggle {
|
|
color: #fff;
|
|
background-color: #1d2124;
|
|
border-color: #171a1d;
|
|
}
|
|
|
|
.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, 0.125), 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
|
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
|
|
}
|
|
|
|
.btn-outline-dark {
|
|
color: #343a40;
|
|
background-color: transparent;
|
|
background-image: none;
|
|
border-color: #343a40;
|
|
}
|
|
|
|
.btn-outline-dark:hover {
|
|
color: white;
|
|
background-color: #343a40;
|
|
border-color: #343a40;
|
|
}
|
|
|
|
.btn-outline-dark:focus,
|
|
.btn-outline-dark.focus {
|
|
-webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
|
|
box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
|
|
}
|
|
|
|
.btn-outline-dark.disabled,
|
|
.btn-outline-dark:disabled {
|
|
color: #343a40;
|
|
background-color: transparent;
|
|
}
|
|
|
|
.btn-outline-dark:not(:disabled):not(.disabled):active,
|
|
.btn-outline-dark:not(:disabled):not(.disabled).active,
|
|
.show>.btn-outline-dark.dropdown-toggle {
|
|
color: #fff;
|
|
background-color: #343a40;
|
|
border-color: #343a40;
|
|
}
|
|
|
|
.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, 0.125), 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
|
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
|
|
}
|
|
|
|
.btn-dark.btn-invert {
|
|
background-color: #1d2124;
|
|
}
|
|
|
|
.btn-dark.btn-invert:hover,
|
|
.btn-dark.btn-invert:focus {
|
|
background-color: #343a40;
|
|
}
|
|
|
|
.btn-dark.btn-link {
|
|
color: #343a40;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-dark.btn-link:focus,
|
|
.btn-dark.btn-link.focus {
|
|
color: #343a40;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-dark.btn-link:hover {
|
|
color: #343a40;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-dark.btn-link:active,
|
|
.btn-dark.btn-link.active,
|
|
.show>.btn-dark.btn-link.dropdown-toggle,
|
|
.open>.btn-dark.btn-link.dropdown-toggle {
|
|
color: #343a40;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
background-image: none;
|
|
}
|
|
|
|
.btn-dark.btn-link:active:hover,
|
|
.btn-dark.btn-link:active:focus,
|
|
.btn-dark.btn-link:active.focus,
|
|
.btn-dark.btn-link.active:hover,
|
|
.btn-dark.btn-link.active:focus,
|
|
.btn-dark.btn-link.active.focus,
|
|
.show>.btn-dark.btn-link.dropdown-toggle:hover,
|
|
.show>.btn-dark.btn-link.dropdown-toggle:focus,
|
|
.show>.btn-dark.btn-link.dropdown-toggle.focus,
|
|
.open>.btn-dark.btn-link.dropdown-toggle:hover,
|
|
.open>.btn-dark.btn-link.dropdown-toggle:focus,
|
|
.open>.btn-dark.btn-link.dropdown-toggle.focus {
|
|
color: #343a40;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-dark.btn-link.disabled,
|
|
.btn-dark.btn-link[disabled],
|
|
.btn-dark.btn-link:disabled,
|
|
fieldset[disabled] .btn-dark.btn-link {
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-dark.btn-link.disabled:hover,
|
|
.btn-dark.btn-link.disabled:focus,
|
|
.btn-dark.btn-link.disabled.focus,
|
|
.btn-dark.btn-link[disabled]:hover,
|
|
.btn-dark.btn-link[disabled]:focus,
|
|
.btn-dark.btn-link[disabled].focus,
|
|
.btn-dark.btn-link:disabled:hover,
|
|
.btn-dark.btn-link:disabled:focus,
|
|
.btn-dark.btn-link:disabled.focus,
|
|
fieldset[disabled] .btn-dark.btn-link:hover,
|
|
fieldset[disabled] .btn-dark.btn-link:focus,
|
|
fieldset[disabled] .btn-dark.btn-link.focus {
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-dark.btn-link .badge {
|
|
color: transparent;
|
|
background-color: #343a40;
|
|
}
|
|
|
|
.btn-secondary {
|
|
color: #fff;
|
|
background-color: #6c757d;
|
|
border-color: #6c757d;
|
|
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
}
|
|
|
|
.btn-secondary:hover {
|
|
color: #fff;
|
|
background-color: #5a6268;
|
|
border-color: #545b62;
|
|
}
|
|
|
|
.btn-secondary:focus,
|
|
.btn-secondary.focus {
|
|
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
|
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
|
|
}
|
|
|
|
.btn-secondary.disabled,
|
|
.btn-secondary:disabled {
|
|
color: #fff;
|
|
background-color: #6c757d;
|
|
border-color: #6c757d;
|
|
}
|
|
|
|
.btn-secondary:not(:disabled):not(.disabled):active,
|
|
.btn-secondary:not(:disabled):not(.disabled).active,
|
|
.show>.btn-secondary.dropdown-toggle {
|
|
color: #fff;
|
|
background-color: #545b62;
|
|
border-color: #4e555b;
|
|
}
|
|
|
|
.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, 0.125), 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
|
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
|
|
}
|
|
|
|
.btn-outline-secondary {
|
|
color: #6c757d;
|
|
background-color: transparent;
|
|
background-image: none;
|
|
border-color: #6c757d;
|
|
}
|
|
|
|
.btn-outline-secondary:hover {
|
|
color: white;
|
|
background-color: #6c757d;
|
|
border-color: #6c757d;
|
|
}
|
|
|
|
.btn-outline-secondary:focus,
|
|
.btn-outline-secondary.focus {
|
|
-webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
|
|
box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
|
|
}
|
|
|
|
.btn-outline-secondary.disabled,
|
|
.btn-outline-secondary:disabled {
|
|
color: #6c757d;
|
|
background-color: transparent;
|
|
}
|
|
|
|
.btn-outline-secondary:not(:disabled):not(.disabled):active,
|
|
.btn-outline-secondary:not(:disabled):not(.disabled).active,
|
|
.show>.btn-outline-secondary.dropdown-toggle {
|
|
color: #fff;
|
|
background-color: #6c757d;
|
|
border-color: #6c757d;
|
|
}
|
|
|
|
.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, 0.125), 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
|
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
|
|
}
|
|
|
|
.btn-secondary.btn-invert {
|
|
background-color: #545b62;
|
|
}
|
|
|
|
.btn-secondary.btn-invert:hover,
|
|
.btn-secondary.btn-invert:focus {
|
|
background-color: #6c757d;
|
|
}
|
|
|
|
.btn-secondary.btn-link {
|
|
color: #6c757d;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-secondary.btn-link:focus,
|
|
.btn-secondary.btn-link.focus {
|
|
color: #6c757d;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-secondary.btn-link:hover {
|
|
color: #6c757d;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-secondary.btn-link:active,
|
|
.btn-secondary.btn-link.active,
|
|
.show>.btn-secondary.btn-link.dropdown-toggle,
|
|
.open>.btn-secondary.btn-link.dropdown-toggle {
|
|
color: #6c757d;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
background-image: none;
|
|
}
|
|
|
|
.btn-secondary.btn-link:active:hover,
|
|
.btn-secondary.btn-link:active:focus,
|
|
.btn-secondary.btn-link:active.focus,
|
|
.btn-secondary.btn-link.active:hover,
|
|
.btn-secondary.btn-link.active:focus,
|
|
.btn-secondary.btn-link.active.focus,
|
|
.show>.btn-secondary.btn-link.dropdown-toggle:hover,
|
|
.show>.btn-secondary.btn-link.dropdown-toggle:focus,
|
|
.show>.btn-secondary.btn-link.dropdown-toggle.focus,
|
|
.open>.btn-secondary.btn-link.dropdown-toggle:hover,
|
|
.open>.btn-secondary.btn-link.dropdown-toggle:focus,
|
|
.open>.btn-secondary.btn-link.dropdown-toggle.focus {
|
|
color: #6c757d;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-secondary.btn-link.disabled,
|
|
.btn-secondary.btn-link[disabled],
|
|
.btn-secondary.btn-link:disabled,
|
|
fieldset[disabled] .btn-secondary.btn-link {
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-secondary.btn-link.disabled:hover,
|
|
.btn-secondary.btn-link.disabled:focus,
|
|
.btn-secondary.btn-link.disabled.focus,
|
|
.btn-secondary.btn-link[disabled]:hover,
|
|
.btn-secondary.btn-link[disabled]:focus,
|
|
.btn-secondary.btn-link[disabled].focus,
|
|
.btn-secondary.btn-link:disabled:hover,
|
|
.btn-secondary.btn-link:disabled:focus,
|
|
.btn-secondary.btn-link:disabled.focus,
|
|
fieldset[disabled] .btn-secondary.btn-link:hover,
|
|
fieldset[disabled] .btn-secondary.btn-link:focus,
|
|
fieldset[disabled] .btn-secondary.btn-link.focus {
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-secondary.btn-link .badge {
|
|
color: transparent;
|
|
background-color: #6c757d;
|
|
}
|
|
|
|
.btn-black {
|
|
color: #fff;
|
|
background-color: #000;
|
|
border-color: #000;
|
|
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
}
|
|
|
|
.btn-black:hover {
|
|
color: #fff;
|
|
background-color: black;
|
|
border-color: black;
|
|
}
|
|
|
|
.btn-black:focus,
|
|
.btn-black.focus {
|
|
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
|
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
|
|
}
|
|
|
|
.btn-black.disabled,
|
|
.btn-black:disabled {
|
|
color: #fff;
|
|
background-color: #000;
|
|
border-color: #000;
|
|
}
|
|
|
|
.btn-black:not(:disabled):not(.disabled):active,
|
|
.btn-black:not(:disabled):not(.disabled).active,
|
|
.show>.btn-black.dropdown-toggle {
|
|
color: #fff;
|
|
background-color: black;
|
|
border-color: black;
|
|
}
|
|
|
|
.btn-black:not(:disabled):not(.disabled):active:focus,
|
|
.btn-black:not(:disabled):not(.disabled).active:focus,
|
|
.show>.btn-black.dropdown-toggle:focus {
|
|
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
|
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
|
|
}
|
|
|
|
.btn-outline-black {
|
|
color: #000;
|
|
background-color: transparent;
|
|
background-image: none;
|
|
border-color: #000;
|
|
}
|
|
|
|
.btn-outline-black:hover {
|
|
color: white;
|
|
background-color: #000;
|
|
border-color: #000;
|
|
}
|
|
|
|
.btn-outline-black:focus,
|
|
.btn-outline-black.focus {
|
|
-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
|
|
box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
|
|
}
|
|
|
|
.btn-outline-black.disabled,
|
|
.btn-outline-black:disabled {
|
|
color: #000;
|
|
background-color: transparent;
|
|
}
|
|
|
|
.btn-outline-black:not(:disabled):not(.disabled):active,
|
|
.btn-outline-black:not(:disabled):not(.disabled).active,
|
|
.show>.btn-outline-black.dropdown-toggle {
|
|
color: #fff;
|
|
background-color: #000;
|
|
border-color: #000;
|
|
}
|
|
|
|
.btn-outline-black:not(:disabled):not(.disabled):active:focus,
|
|
.btn-outline-black:not(:disabled):not(.disabled).active:focus,
|
|
.show>.btn-outline-black.dropdown-toggle:focus {
|
|
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
|
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
|
|
}
|
|
|
|
.btn-black.btn-invert {
|
|
background-color: black;
|
|
}
|
|
|
|
.btn-black.btn-invert:hover,
|
|
.btn-black.btn-invert:focus {
|
|
background-color: #000;
|
|
}
|
|
|
|
.btn-black.btn-link {
|
|
color: #000;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-black.btn-link:focus,
|
|
.btn-black.btn-link.focus {
|
|
color: #000;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-black.btn-link:hover {
|
|
color: #000;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-black.btn-link:active,
|
|
.btn-black.btn-link.active,
|
|
.show>.btn-black.btn-link.dropdown-toggle,
|
|
.open>.btn-black.btn-link.dropdown-toggle {
|
|
color: #000;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
background-image: none;
|
|
}
|
|
|
|
.btn-black.btn-link:active:hover,
|
|
.btn-black.btn-link:active:focus,
|
|
.btn-black.btn-link:active.focus,
|
|
.btn-black.btn-link.active:hover,
|
|
.btn-black.btn-link.active:focus,
|
|
.btn-black.btn-link.active.focus,
|
|
.show>.btn-black.btn-link.dropdown-toggle:hover,
|
|
.show>.btn-black.btn-link.dropdown-toggle:focus,
|
|
.show>.btn-black.btn-link.dropdown-toggle.focus,
|
|
.open>.btn-black.btn-link.dropdown-toggle:hover,
|
|
.open>.btn-black.btn-link.dropdown-toggle:focus,
|
|
.open>.btn-black.btn-link.dropdown-toggle.focus {
|
|
color: #000;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-black.btn-link.disabled,
|
|
.btn-black.btn-link[disabled],
|
|
.btn-black.btn-link:disabled,
|
|
fieldset[disabled] .btn-black.btn-link {
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-black.btn-link.disabled:hover,
|
|
.btn-black.btn-link.disabled:focus,
|
|
.btn-black.btn-link.disabled.focus,
|
|
.btn-black.btn-link[disabled]:hover,
|
|
.btn-black.btn-link[disabled]:focus,
|
|
.btn-black.btn-link[disabled].focus,
|
|
.btn-black.btn-link:disabled:hover,
|
|
.btn-black.btn-link:disabled:focus,
|
|
.btn-black.btn-link:disabled.focus,
|
|
fieldset[disabled] .btn-black.btn-link:hover,
|
|
fieldset[disabled] .btn-black.btn-link:focus,
|
|
fieldset[disabled] .btn-black.btn-link.focus {
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-black.btn-link .badge {
|
|
color: transparent;
|
|
background-color: #000;
|
|
}
|
|
|
|
.btn-white {
|
|
color: #212529;
|
|
background-color: #fff;
|
|
border-color: #fff;
|
|
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
}
|
|
|
|
.btn-white:hover {
|
|
color: #212529;
|
|
background-color: #ececec;
|
|
border-color: #e6e6e6;
|
|
}
|
|
|
|
.btn-white:focus,
|
|
.btn-white.focus {
|
|
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
|
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
|
|
}
|
|
|
|
.btn-white.disabled,
|
|
.btn-white:disabled {
|
|
color: #212529;
|
|
background-color: #fff;
|
|
border-color: #fff;
|
|
}
|
|
|
|
.btn-white:not(:disabled):not(.disabled):active,
|
|
.btn-white:not(:disabled):not(.disabled).active,
|
|
.show>.btn-white.dropdown-toggle {
|
|
color: #212529;
|
|
background-color: #e6e6e6;
|
|
border-color: #dfdfdf;
|
|
}
|
|
|
|
.btn-white:not(:disabled):not(.disabled):active:focus,
|
|
.btn-white:not(:disabled):not(.disabled).active:focus,
|
|
.show>.btn-white.dropdown-toggle:focus {
|
|
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
|
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
|
|
}
|
|
|
|
.btn-outline-white {
|
|
color: #fff;
|
|
background-color: transparent;
|
|
background-image: none;
|
|
border-color: #fff;
|
|
}
|
|
|
|
.btn-outline-white:hover {
|
|
color: white;
|
|
background-color: #fff;
|
|
border-color: #fff;
|
|
}
|
|
|
|
.btn-outline-white:focus,
|
|
.btn-outline-white.focus {
|
|
-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
|
|
box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
|
|
}
|
|
|
|
.btn-outline-white.disabled,
|
|
.btn-outline-white:disabled {
|
|
color: #fff;
|
|
background-color: transparent;
|
|
}
|
|
|
|
.btn-outline-white:not(:disabled):not(.disabled):active,
|
|
.btn-outline-white:not(:disabled):not(.disabled).active,
|
|
.show>.btn-outline-white.dropdown-toggle {
|
|
color: #212529;
|
|
background-color: #fff;
|
|
border-color: #fff;
|
|
}
|
|
|
|
.btn-outline-white:not(:disabled):not(.disabled):active:focus,
|
|
.btn-outline-white:not(:disabled):not(.disabled).active:focus,
|
|
.show>.btn-outline-white.dropdown-toggle:focus {
|
|
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
|
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
|
|
}
|
|
|
|
.btn-white.btn-invert {
|
|
background-color: #e6e6e6;
|
|
}
|
|
|
|
.btn-white.btn-invert:hover,
|
|
.btn-white.btn-invert:focus {
|
|
background-color: #fff;
|
|
}
|
|
|
|
.btn-white.btn-link {
|
|
color: #fff;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-white.btn-link:focus,
|
|
.btn-white.btn-link.focus {
|
|
color: #fff;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-white.btn-link:hover {
|
|
color: #fff;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-white.btn-link:active,
|
|
.btn-white.btn-link.active,
|
|
.show>.btn-white.btn-link.dropdown-toggle,
|
|
.open>.btn-white.btn-link.dropdown-toggle {
|
|
color: #fff;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
background-image: none;
|
|
}
|
|
|
|
.btn-white.btn-link:active:hover,
|
|
.btn-white.btn-link:active:focus,
|
|
.btn-white.btn-link:active.focus,
|
|
.btn-white.btn-link.active:hover,
|
|
.btn-white.btn-link.active:focus,
|
|
.btn-white.btn-link.active.focus,
|
|
.show>.btn-white.btn-link.dropdown-toggle:hover,
|
|
.show>.btn-white.btn-link.dropdown-toggle:focus,
|
|
.show>.btn-white.btn-link.dropdown-toggle.focus,
|
|
.open>.btn-white.btn-link.dropdown-toggle:hover,
|
|
.open>.btn-white.btn-link.dropdown-toggle:focus,
|
|
.open>.btn-white.btn-link.dropdown-toggle.focus {
|
|
color: #fff;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-white.btn-link.disabled,
|
|
.btn-white.btn-link[disabled],
|
|
.btn-white.btn-link:disabled,
|
|
fieldset[disabled] .btn-white.btn-link {
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-white.btn-link.disabled:hover,
|
|
.btn-white.btn-link.disabled:focus,
|
|
.btn-white.btn-link.disabled.focus,
|
|
.btn-white.btn-link[disabled]:hover,
|
|
.btn-white.btn-link[disabled]:focus,
|
|
.btn-white.btn-link[disabled].focus,
|
|
.btn-white.btn-link:disabled:hover,
|
|
.btn-white.btn-link:disabled:focus,
|
|
.btn-white.btn-link:disabled.focus,
|
|
fieldset[disabled] .btn-white.btn-link:hover,
|
|
fieldset[disabled] .btn-white.btn-link:focus,
|
|
fieldset[disabled] .btn-white.btn-link.focus {
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-white.btn-link .badge {
|
|
color: transparent;
|
|
background-color: #fff;
|
|
}
|
|
|
|
.btn-green {
|
|
color: #fff;
|
|
background-color: #55A79A;
|
|
border-color: #55A79A;
|
|
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
}
|
|
|
|
.btn-green:hover {
|
|
color: #fff;
|
|
background-color: #488e83;
|
|
border-color: #44857b;
|
|
}
|
|
|
|
.btn-green:focus,
|
|
.btn-green.focus {
|
|
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(85, 167, 154, 0.5);
|
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(85, 167, 154, 0.5);
|
|
}
|
|
|
|
.btn-green.disabled,
|
|
.btn-green:disabled {
|
|
color: #fff;
|
|
background-color: #55A79A;
|
|
border-color: #55A79A;
|
|
}
|
|
|
|
.btn-green:not(:disabled):not(.disabled):active,
|
|
.btn-green:not(:disabled):not(.disabled).active,
|
|
.show>.btn-green.dropdown-toggle {
|
|
color: #fff;
|
|
background-color: #44857b;
|
|
border-color: #3f7d73;
|
|
}
|
|
|
|
.btn-green:not(:disabled):not(.disabled):active:focus,
|
|
.btn-green:not(:disabled):not(.disabled).active:focus,
|
|
.show>.btn-green.dropdown-toggle:focus {
|
|
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(85, 167, 154, 0.5);
|
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(85, 167, 154, 0.5);
|
|
}
|
|
|
|
.btn-outline-green {
|
|
color: #55A79A;
|
|
background-color: transparent;
|
|
background-image: none;
|
|
border-color: #55A79A;
|
|
}
|
|
|
|
.btn-outline-green:hover {
|
|
color: white;
|
|
background-color: #55A79A;
|
|
border-color: #55A79A;
|
|
}
|
|
|
|
.btn-outline-green:focus,
|
|
.btn-outline-green.focus {
|
|
-webkit-box-shadow: 0 0 0 0.2rem rgba(85, 167, 154, 0.5);
|
|
box-shadow: 0 0 0 0.2rem rgba(85, 167, 154, 0.5);
|
|
}
|
|
|
|
.btn-outline-green.disabled,
|
|
.btn-outline-green:disabled {
|
|
color: #55A79A;
|
|
background-color: transparent;
|
|
}
|
|
|
|
.btn-outline-green:not(:disabled):not(.disabled):active,
|
|
.btn-outline-green:not(:disabled):not(.disabled).active,
|
|
.show>.btn-outline-green.dropdown-toggle {
|
|
color: #fff;
|
|
background-color: #55A79A;
|
|
border-color: #55A79A;
|
|
}
|
|
|
|
.btn-outline-green:not(:disabled):not(.disabled):active:focus,
|
|
.btn-outline-green:not(:disabled):not(.disabled).active:focus,
|
|
.show>.btn-outline-green.dropdown-toggle:focus {
|
|
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(85, 167, 154, 0.5);
|
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(85, 167, 154, 0.5);
|
|
}
|
|
|
|
.btn-green.btn-invert {
|
|
background-color: #44857b;
|
|
}
|
|
|
|
.btn-green.btn-invert:hover,
|
|
.btn-green.btn-invert:focus {
|
|
background-color: #55A79A;
|
|
}
|
|
|
|
.btn-green.btn-link {
|
|
color: #55A79A;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-green.btn-link:focus,
|
|
.btn-green.btn-link.focus {
|
|
color: #55A79A;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-green.btn-link:hover {
|
|
color: #55A79A;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-green.btn-link:active,
|
|
.btn-green.btn-link.active,
|
|
.show>.btn-green.btn-link.dropdown-toggle,
|
|
.open>.btn-green.btn-link.dropdown-toggle {
|
|
color: #55A79A;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
background-image: none;
|
|
}
|
|
|
|
.btn-green.btn-link:active:hover,
|
|
.btn-green.btn-link:active:focus,
|
|
.btn-green.btn-link:active.focus,
|
|
.btn-green.btn-link.active:hover,
|
|
.btn-green.btn-link.active:focus,
|
|
.btn-green.btn-link.active.focus,
|
|
.show>.btn-green.btn-link.dropdown-toggle:hover,
|
|
.show>.btn-green.btn-link.dropdown-toggle:focus,
|
|
.show>.btn-green.btn-link.dropdown-toggle.focus,
|
|
.open>.btn-green.btn-link.dropdown-toggle:hover,
|
|
.open>.btn-green.btn-link.dropdown-toggle:focus,
|
|
.open>.btn-green.btn-link.dropdown-toggle.focus {
|
|
color: #55A79A;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-green.btn-link.disabled,
|
|
.btn-green.btn-link[disabled],
|
|
.btn-green.btn-link:disabled,
|
|
fieldset[disabled] .btn-green.btn-link {
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-green.btn-link.disabled:hover,
|
|
.btn-green.btn-link.disabled:focus,
|
|
.btn-green.btn-link.disabled.focus,
|
|
.btn-green.btn-link[disabled]:hover,
|
|
.btn-green.btn-link[disabled]:focus,
|
|
.btn-green.btn-link[disabled].focus,
|
|
.btn-green.btn-link:disabled:hover,
|
|
.btn-green.btn-link:disabled:focus,
|
|
.btn-green.btn-link:disabled.focus,
|
|
fieldset[disabled] .btn-green.btn-link:hover,
|
|
fieldset[disabled] .btn-green.btn-link:focus,
|
|
fieldset[disabled] .btn-green.btn-link.focus {
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-green.btn-link .badge {
|
|
color: transparent;
|
|
background-color: #55A79A;
|
|
}
|
|
|
|
.btn-red {
|
|
color: #fff;
|
|
background-color: #BE3E1D;
|
|
border-color: #BE3E1D;
|
|
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
}
|
|
|
|
.btn-red:hover {
|
|
color: #fff;
|
|
background-color: #9d3318;
|
|
border-color: #923016;
|
|
}
|
|
|
|
.btn-red:focus,
|
|
.btn-red.focus {
|
|
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(190, 62, 29, 0.5);
|
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(190, 62, 29, 0.5);
|
|
}
|
|
|
|
.btn-red.disabled,
|
|
.btn-red:disabled {
|
|
color: #fff;
|
|
background-color: #BE3E1D;
|
|
border-color: #BE3E1D;
|
|
}
|
|
|
|
.btn-red:not(:disabled):not(.disabled):active,
|
|
.btn-red:not(:disabled):not(.disabled).active,
|
|
.show>.btn-red.dropdown-toggle {
|
|
color: #fff;
|
|
background-color: #923016;
|
|
border-color: #872c15;
|
|
}
|
|
|
|
.btn-red:not(:disabled):not(.disabled):active:focus,
|
|
.btn-red:not(:disabled):not(.disabled).active:focus,
|
|
.show>.btn-red.dropdown-toggle:focus {
|
|
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(190, 62, 29, 0.5);
|
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(190, 62, 29, 0.5);
|
|
}
|
|
|
|
.btn-outline-red {
|
|
color: #BE3E1D;
|
|
background-color: transparent;
|
|
background-image: none;
|
|
border-color: #BE3E1D;
|
|
}
|
|
|
|
.btn-outline-red:hover {
|
|
color: white;
|
|
background-color: #BE3E1D;
|
|
border-color: #BE3E1D;
|
|
}
|
|
|
|
.btn-outline-red:focus,
|
|
.btn-outline-red.focus {
|
|
-webkit-box-shadow: 0 0 0 0.2rem rgba(190, 62, 29, 0.5);
|
|
box-shadow: 0 0 0 0.2rem rgba(190, 62, 29, 0.5);
|
|
}
|
|
|
|
.btn-outline-red.disabled,
|
|
.btn-outline-red:disabled {
|
|
color: #BE3E1D;
|
|
background-color: transparent;
|
|
}
|
|
|
|
.btn-outline-red:not(:disabled):not(.disabled):active,
|
|
.btn-outline-red:not(:disabled):not(.disabled).active,
|
|
.show>.btn-outline-red.dropdown-toggle {
|
|
color: #fff;
|
|
background-color: #BE3E1D;
|
|
border-color: #BE3E1D;
|
|
}
|
|
|
|
.btn-outline-red:not(:disabled):not(.disabled):active:focus,
|
|
.btn-outline-red:not(:disabled):not(.disabled).active:focus,
|
|
.show>.btn-outline-red.dropdown-toggle:focus {
|
|
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(190, 62, 29, 0.5);
|
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(190, 62, 29, 0.5);
|
|
}
|
|
|
|
.btn-red.btn-invert {
|
|
background-color: #923016;
|
|
}
|
|
|
|
.btn-red.btn-invert:hover,
|
|
.btn-red.btn-invert:focus {
|
|
background-color: #BE3E1D;
|
|
}
|
|
|
|
.btn-red.btn-link {
|
|
color: #BE3E1D;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-red.btn-link:focus,
|
|
.btn-red.btn-link.focus {
|
|
color: #BE3E1D;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-red.btn-link:hover {
|
|
color: #BE3E1D;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-red.btn-link:active,
|
|
.btn-red.btn-link.active,
|
|
.show>.btn-red.btn-link.dropdown-toggle,
|
|
.open>.btn-red.btn-link.dropdown-toggle {
|
|
color: #BE3E1D;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
background-image: none;
|
|
}
|
|
|
|
.btn-red.btn-link:active:hover,
|
|
.btn-red.btn-link:active:focus,
|
|
.btn-red.btn-link:active.focus,
|
|
.btn-red.btn-link.active:hover,
|
|
.btn-red.btn-link.active:focus,
|
|
.btn-red.btn-link.active.focus,
|
|
.show>.btn-red.btn-link.dropdown-toggle:hover,
|
|
.show>.btn-red.btn-link.dropdown-toggle:focus,
|
|
.show>.btn-red.btn-link.dropdown-toggle.focus,
|
|
.open>.btn-red.btn-link.dropdown-toggle:hover,
|
|
.open>.btn-red.btn-link.dropdown-toggle:focus,
|
|
.open>.btn-red.btn-link.dropdown-toggle.focus {
|
|
color: #BE3E1D;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-red.btn-link.disabled,
|
|
.btn-red.btn-link[disabled],
|
|
.btn-red.btn-link:disabled,
|
|
fieldset[disabled] .btn-red.btn-link {
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-red.btn-link.disabled:hover,
|
|
.btn-red.btn-link.disabled:focus,
|
|
.btn-red.btn-link.disabled.focus,
|
|
.btn-red.btn-link[disabled]:hover,
|
|
.btn-red.btn-link[disabled]:focus,
|
|
.btn-red.btn-link[disabled].focus,
|
|
.btn-red.btn-link:disabled:hover,
|
|
.btn-red.btn-link:disabled:focus,
|
|
.btn-red.btn-link:disabled.focus,
|
|
fieldset[disabled] .btn-red.btn-link:hover,
|
|
fieldset[disabled] .btn-red.btn-link:focus,
|
|
fieldset[disabled] .btn-red.btn-link.focus {
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-red.btn-link .badge {
|
|
color: transparent;
|
|
background-color: #BE3E1D;
|
|
}
|
|
|
|
.btn-blue {
|
|
color: #fff;
|
|
background-color: #00ADBB;
|
|
border-color: #00ADBB;
|
|
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
}
|
|
|
|
.btn-blue:hover {
|
|
color: #fff;
|
|
background-color: #008a95;
|
|
border-color: #007e88;
|
|
}
|
|
|
|
.btn-blue:focus,
|
|
.btn-blue.focus {
|
|
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(0, 173, 187, 0.5);
|
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(0, 173, 187, 0.5);
|
|
}
|
|
|
|
.btn-blue.disabled,
|
|
.btn-blue:disabled {
|
|
color: #fff;
|
|
background-color: #00ADBB;
|
|
border-color: #00ADBB;
|
|
}
|
|
|
|
.btn-blue:not(:disabled):not(.disabled):active,
|
|
.btn-blue:not(:disabled):not(.disabled).active,
|
|
.show>.btn-blue.dropdown-toggle {
|
|
color: #fff;
|
|
background-color: #007e88;
|
|
border-color: #00727b;
|
|
}
|
|
|
|
.btn-blue:not(:disabled):not(.disabled):active:focus,
|
|
.btn-blue:not(:disabled):not(.disabled).active:focus,
|
|
.show>.btn-blue.dropdown-toggle:focus {
|
|
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(0, 173, 187, 0.5);
|
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(0, 173, 187, 0.5);
|
|
}
|
|
|
|
.btn-outline-blue {
|
|
color: #00ADBB;
|
|
background-color: transparent;
|
|
background-image: none;
|
|
border-color: #00ADBB;
|
|
}
|
|
|
|
.btn-outline-blue:hover {
|
|
color: white;
|
|
background-color: #00ADBB;
|
|
border-color: #00ADBB;
|
|
}
|
|
|
|
.btn-outline-blue:focus,
|
|
.btn-outline-blue.focus {
|
|
-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 173, 187, 0.5);
|
|
box-shadow: 0 0 0 0.2rem rgba(0, 173, 187, 0.5);
|
|
}
|
|
|
|
.btn-outline-blue.disabled,
|
|
.btn-outline-blue:disabled {
|
|
color: #00ADBB;
|
|
background-color: transparent;
|
|
}
|
|
|
|
.btn-outline-blue:not(:disabled):not(.disabled):active,
|
|
.btn-outline-blue:not(:disabled):not(.disabled).active,
|
|
.show>.btn-outline-blue.dropdown-toggle {
|
|
color: #fff;
|
|
background-color: #00ADBB;
|
|
border-color: #00ADBB;
|
|
}
|
|
|
|
.btn-outline-blue:not(:disabled):not(.disabled):active:focus,
|
|
.btn-outline-blue:not(:disabled):not(.disabled).active:focus,
|
|
.show>.btn-outline-blue.dropdown-toggle:focus {
|
|
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(0, 173, 187, 0.5);
|
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(0, 173, 187, 0.5);
|
|
}
|
|
|
|
.btn-blue.btn-invert {
|
|
background-color: #007e88;
|
|
}
|
|
|
|
.btn-blue.btn-invert:hover,
|
|
.btn-blue.btn-invert:focus {
|
|
background-color: #00ADBB;
|
|
}
|
|
|
|
.btn-blue.btn-link {
|
|
color: #00ADBB;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-blue.btn-link:focus,
|
|
.btn-blue.btn-link.focus {
|
|
color: #00ADBB;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-blue.btn-link:hover {
|
|
color: #00ADBB;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-blue.btn-link:active,
|
|
.btn-blue.btn-link.active,
|
|
.show>.btn-blue.btn-link.dropdown-toggle,
|
|
.open>.btn-blue.btn-link.dropdown-toggle {
|
|
color: #00ADBB;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
background-image: none;
|
|
}
|
|
|
|
.btn-blue.btn-link:active:hover,
|
|
.btn-blue.btn-link:active:focus,
|
|
.btn-blue.btn-link:active.focus,
|
|
.btn-blue.btn-link.active:hover,
|
|
.btn-blue.btn-link.active:focus,
|
|
.btn-blue.btn-link.active.focus,
|
|
.show>.btn-blue.btn-link.dropdown-toggle:hover,
|
|
.show>.btn-blue.btn-link.dropdown-toggle:focus,
|
|
.show>.btn-blue.btn-link.dropdown-toggle.focus,
|
|
.open>.btn-blue.btn-link.dropdown-toggle:hover,
|
|
.open>.btn-blue.btn-link.dropdown-toggle:focus,
|
|
.open>.btn-blue.btn-link.dropdown-toggle.focus {
|
|
color: #00ADBB;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-blue.btn-link.disabled,
|
|
.btn-blue.btn-link[disabled],
|
|
.btn-blue.btn-link:disabled,
|
|
fieldset[disabled] .btn-blue.btn-link {
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-blue.btn-link.disabled:hover,
|
|
.btn-blue.btn-link.disabled:focus,
|
|
.btn-blue.btn-link.disabled.focus,
|
|
.btn-blue.btn-link[disabled]:hover,
|
|
.btn-blue.btn-link[disabled]:focus,
|
|
.btn-blue.btn-link[disabled].focus,
|
|
.btn-blue.btn-link:disabled:hover,
|
|
.btn-blue.btn-link:disabled:focus,
|
|
.btn-blue.btn-link:disabled.focus,
|
|
fieldset[disabled] .btn-blue.btn-link:hover,
|
|
fieldset[disabled] .btn-blue.btn-link:focus,
|
|
fieldset[disabled] .btn-blue.btn-link.focus {
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-blue.btn-link .badge {
|
|
color: transparent;
|
|
background-color: #00ADBB;
|
|
}
|
|
|
|
.btn-purple {
|
|
color: #fff;
|
|
background-color: #b771b0;
|
|
border-color: #b771b0;
|
|
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
}
|
|
|
|
.btn-purple:hover {
|
|
color: #fff;
|
|
background-color: #aa58a2;
|
|
border-color: #a3529b;
|
|
}
|
|
|
|
.btn-purple:focus,
|
|
.btn-purple.focus {
|
|
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(183, 113, 176, 0.5);
|
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(183, 113, 176, 0.5);
|
|
}
|
|
|
|
.btn-purple.disabled,
|
|
.btn-purple:disabled {
|
|
color: #fff;
|
|
background-color: #b771b0;
|
|
border-color: #b771b0;
|
|
}
|
|
|
|
.btn-purple:not(:disabled):not(.disabled):active,
|
|
.btn-purple:not(:disabled):not(.disabled).active,
|
|
.show>.btn-purple.dropdown-toggle {
|
|
color: #fff;
|
|
background-color: #a3529b;
|
|
border-color: #9a4e93;
|
|
}
|
|
|
|
.btn-purple:not(:disabled):not(.disabled):active:focus,
|
|
.btn-purple:not(:disabled):not(.disabled).active:focus,
|
|
.show>.btn-purple.dropdown-toggle:focus {
|
|
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(183, 113, 176, 0.5);
|
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(183, 113, 176, 0.5);
|
|
}
|
|
|
|
.btn-outline-purple {
|
|
color: #b771b0;
|
|
background-color: transparent;
|
|
background-image: none;
|
|
border-color: #b771b0;
|
|
}
|
|
|
|
.btn-outline-purple:hover {
|
|
color: white;
|
|
background-color: #b771b0;
|
|
border-color: #b771b0;
|
|
}
|
|
|
|
.btn-outline-purple:focus,
|
|
.btn-outline-purple.focus {
|
|
-webkit-box-shadow: 0 0 0 0.2rem rgba(183, 113, 176, 0.5);
|
|
box-shadow: 0 0 0 0.2rem rgba(183, 113, 176, 0.5);
|
|
}
|
|
|
|
.btn-outline-purple.disabled,
|
|
.btn-outline-purple:disabled {
|
|
color: #b771b0;
|
|
background-color: transparent;
|
|
}
|
|
|
|
.btn-outline-purple:not(:disabled):not(.disabled):active,
|
|
.btn-outline-purple:not(:disabled):not(.disabled).active,
|
|
.show>.btn-outline-purple.dropdown-toggle {
|
|
color: #fff;
|
|
background-color: #b771b0;
|
|
border-color: #b771b0;
|
|
}
|
|
|
|
.btn-outline-purple:not(:disabled):not(.disabled):active:focus,
|
|
.btn-outline-purple:not(:disabled):not(.disabled).active:focus,
|
|
.show>.btn-outline-purple.dropdown-toggle:focus {
|
|
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(183, 113, 176, 0.5);
|
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(183, 113, 176, 0.5);
|
|
}
|
|
|
|
.btn-purple.btn-invert {
|
|
background-color: #a3529b;
|
|
}
|
|
|
|
.btn-purple.btn-invert:hover,
|
|
.btn-purple.btn-invert:focus {
|
|
background-color: #b771b0;
|
|
}
|
|
|
|
.btn-purple.btn-link {
|
|
color: #b771b0;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-purple.btn-link:focus,
|
|
.btn-purple.btn-link.focus {
|
|
color: #b771b0;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-purple.btn-link:hover {
|
|
color: #b771b0;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-purple.btn-link:active,
|
|
.btn-purple.btn-link.active,
|
|
.show>.btn-purple.btn-link.dropdown-toggle,
|
|
.open>.btn-purple.btn-link.dropdown-toggle {
|
|
color: #b771b0;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
background-image: none;
|
|
}
|
|
|
|
.btn-purple.btn-link:active:hover,
|
|
.btn-purple.btn-link:active:focus,
|
|
.btn-purple.btn-link:active.focus,
|
|
.btn-purple.btn-link.active:hover,
|
|
.btn-purple.btn-link.active:focus,
|
|
.btn-purple.btn-link.active.focus,
|
|
.show>.btn-purple.btn-link.dropdown-toggle:hover,
|
|
.show>.btn-purple.btn-link.dropdown-toggle:focus,
|
|
.show>.btn-purple.btn-link.dropdown-toggle.focus,
|
|
.open>.btn-purple.btn-link.dropdown-toggle:hover,
|
|
.open>.btn-purple.btn-link.dropdown-toggle:focus,
|
|
.open>.btn-purple.btn-link.dropdown-toggle.focus {
|
|
color: #b771b0;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-purple.btn-link.disabled,
|
|
.btn-purple.btn-link[disabled],
|
|
.btn-purple.btn-link:disabled,
|
|
fieldset[disabled] .btn-purple.btn-link {
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-purple.btn-link.disabled:hover,
|
|
.btn-purple.btn-link.disabled:focus,
|
|
.btn-purple.btn-link.disabled.focus,
|
|
.btn-purple.btn-link[disabled]:hover,
|
|
.btn-purple.btn-link[disabled]:focus,
|
|
.btn-purple.btn-link[disabled].focus,
|
|
.btn-purple.btn-link:disabled:hover,
|
|
.btn-purple.btn-link:disabled:focus,
|
|
.btn-purple.btn-link:disabled.focus,
|
|
fieldset[disabled] .btn-purple.btn-link:hover,
|
|
fieldset[disabled] .btn-purple.btn-link:focus,
|
|
fieldset[disabled] .btn-purple.btn-link.focus {
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-purple.btn-link .badge {
|
|
color: transparent;
|
|
background-color: #b771b0;
|
|
}
|
|
|
|
.btn-pink {
|
|
color: #fff;
|
|
background-color: #CC164D;
|
|
border-color: #CC164D;
|
|
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
}
|
|
|
|
.btn-pink:hover {
|
|
color: #fff;
|
|
background-color: #a91240;
|
|
border-color: #9e113c;
|
|
}
|
|
|
|
.btn-pink:focus,
|
|
.btn-pink.focus {
|
|
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(204, 22, 77, 0.5);
|
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(204, 22, 77, 0.5);
|
|
}
|
|
|
|
.btn-pink.disabled,
|
|
.btn-pink:disabled {
|
|
color: #fff;
|
|
background-color: #CC164D;
|
|
border-color: #CC164D;
|
|
}
|
|
|
|
.btn-pink:not(:disabled):not(.disabled):active,
|
|
.btn-pink:not(:disabled):not(.disabled).active,
|
|
.show>.btn-pink.dropdown-toggle {
|
|
color: #fff;
|
|
background-color: #9e113c;
|
|
border-color: #921037;
|
|
}
|
|
|
|
.btn-pink:not(:disabled):not(.disabled):active:focus,
|
|
.btn-pink:not(:disabled):not(.disabled).active:focus,
|
|
.show>.btn-pink.dropdown-toggle:focus {
|
|
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(204, 22, 77, 0.5);
|
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(204, 22, 77, 0.5);
|
|
}
|
|
|
|
.btn-outline-pink {
|
|
color: #CC164D;
|
|
background-color: transparent;
|
|
background-image: none;
|
|
border-color: #CC164D;
|
|
}
|
|
|
|
.btn-outline-pink:hover {
|
|
color: white;
|
|
background-color: #CC164D;
|
|
border-color: #CC164D;
|
|
}
|
|
|
|
.btn-outline-pink:focus,
|
|
.btn-outline-pink.focus {
|
|
-webkit-box-shadow: 0 0 0 0.2rem rgba(204, 22, 77, 0.5);
|
|
box-shadow: 0 0 0 0.2rem rgba(204, 22, 77, 0.5);
|
|
}
|
|
|
|
.btn-outline-pink.disabled,
|
|
.btn-outline-pink:disabled {
|
|
color: #CC164D;
|
|
background-color: transparent;
|
|
}
|
|
|
|
.btn-outline-pink:not(:disabled):not(.disabled):active,
|
|
.btn-outline-pink:not(:disabled):not(.disabled).active,
|
|
.show>.btn-outline-pink.dropdown-toggle {
|
|
color: #fff;
|
|
background-color: #CC164D;
|
|
border-color: #CC164D;
|
|
}
|
|
|
|
.btn-outline-pink:not(:disabled):not(.disabled):active:focus,
|
|
.btn-outline-pink:not(:disabled):not(.disabled).active:focus,
|
|
.show>.btn-outline-pink.dropdown-toggle:focus {
|
|
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(204, 22, 77, 0.5);
|
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(204, 22, 77, 0.5);
|
|
}
|
|
|
|
.btn-pink.btn-invert {
|
|
background-color: #9e113c;
|
|
}
|
|
|
|
.btn-pink.btn-invert:hover,
|
|
.btn-pink.btn-invert:focus {
|
|
background-color: #CC164D;
|
|
}
|
|
|
|
.btn-pink.btn-link {
|
|
color: #CC164D;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-pink.btn-link:focus,
|
|
.btn-pink.btn-link.focus {
|
|
color: #CC164D;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-pink.btn-link:hover {
|
|
color: #CC164D;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-pink.btn-link:active,
|
|
.btn-pink.btn-link.active,
|
|
.show>.btn-pink.btn-link.dropdown-toggle,
|
|
.open>.btn-pink.btn-link.dropdown-toggle {
|
|
color: #CC164D;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
background-image: none;
|
|
}
|
|
|
|
.btn-pink.btn-link:active:hover,
|
|
.btn-pink.btn-link:active:focus,
|
|
.btn-pink.btn-link:active.focus,
|
|
.btn-pink.btn-link.active:hover,
|
|
.btn-pink.btn-link.active:focus,
|
|
.btn-pink.btn-link.active.focus,
|
|
.show>.btn-pink.btn-link.dropdown-toggle:hover,
|
|
.show>.btn-pink.btn-link.dropdown-toggle:focus,
|
|
.show>.btn-pink.btn-link.dropdown-toggle.focus,
|
|
.open>.btn-pink.btn-link.dropdown-toggle:hover,
|
|
.open>.btn-pink.btn-link.dropdown-toggle:focus,
|
|
.open>.btn-pink.btn-link.dropdown-toggle.focus {
|
|
color: #CC164D;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-pink.btn-link.disabled,
|
|
.btn-pink.btn-link[disabled],
|
|
.btn-pink.btn-link:disabled,
|
|
fieldset[disabled] .btn-pink.btn-link {
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-pink.btn-link.disabled:hover,
|
|
.btn-pink.btn-link.disabled:focus,
|
|
.btn-pink.btn-link.disabled.focus,
|
|
.btn-pink.btn-link[disabled]:hover,
|
|
.btn-pink.btn-link[disabled]:focus,
|
|
.btn-pink.btn-link[disabled].focus,
|
|
.btn-pink.btn-link:disabled:hover,
|
|
.btn-pink.btn-link:disabled:focus,
|
|
.btn-pink.btn-link:disabled.focus,
|
|
fieldset[disabled] .btn-pink.btn-link:hover,
|
|
fieldset[disabled] .btn-pink.btn-link:focus,
|
|
fieldset[disabled] .btn-pink.btn-link.focus {
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-pink.btn-link .badge {
|
|
color: transparent;
|
|
background-color: #CC164D;
|
|
}
|
|
|
|
.btn-orange {
|
|
color: #fff;
|
|
background-color: #e67e22;
|
|
border-color: #e67e22;
|
|
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
}
|
|
|
|
.btn-orange:hover {
|
|
color: #fff;
|
|
background-color: #cb6b17;
|
|
border-color: #bf6516;
|
|
}
|
|
|
|
.btn-orange:focus,
|
|
.btn-orange.focus {
|
|
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(230, 126, 34, 0.5);
|
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(230, 126, 34, 0.5);
|
|
}
|
|
|
|
.btn-orange.disabled,
|
|
.btn-orange:disabled {
|
|
color: #fff;
|
|
background-color: #e67e22;
|
|
border-color: #e67e22;
|
|
}
|
|
|
|
.btn-orange:not(:disabled):not(.disabled):active,
|
|
.btn-orange:not(:disabled):not(.disabled).active,
|
|
.show>.btn-orange.dropdown-toggle {
|
|
color: #fff;
|
|
background-color: #bf6516;
|
|
border-color: #b45f14;
|
|
}
|
|
|
|
.btn-orange:not(:disabled):not(.disabled):active:focus,
|
|
.btn-orange:not(:disabled):not(.disabled).active:focus,
|
|
.show>.btn-orange.dropdown-toggle:focus {
|
|
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(230, 126, 34, 0.5);
|
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(230, 126, 34, 0.5);
|
|
}
|
|
|
|
.btn-outline-orange {
|
|
color: #e67e22;
|
|
background-color: transparent;
|
|
background-image: none;
|
|
border-color: #e67e22;
|
|
}
|
|
|
|
.btn-outline-orange:hover {
|
|
color: white;
|
|
background-color: #e67e22;
|
|
border-color: #e67e22;
|
|
}
|
|
|
|
.btn-outline-orange:focus,
|
|
.btn-outline-orange.focus {
|
|
-webkit-box-shadow: 0 0 0 0.2rem rgba(230, 126, 34, 0.5);
|
|
box-shadow: 0 0 0 0.2rem rgba(230, 126, 34, 0.5);
|
|
}
|
|
|
|
.btn-outline-orange.disabled,
|
|
.btn-outline-orange:disabled {
|
|
color: #e67e22;
|
|
background-color: transparent;
|
|
}
|
|
|
|
.btn-outline-orange:not(:disabled):not(.disabled):active,
|
|
.btn-outline-orange:not(:disabled):not(.disabled).active,
|
|
.show>.btn-outline-orange.dropdown-toggle {
|
|
color: #fff;
|
|
background-color: #e67e22;
|
|
border-color: #e67e22;
|
|
}
|
|
|
|
.btn-outline-orange:not(:disabled):not(.disabled):active:focus,
|
|
.btn-outline-orange:not(:disabled):not(.disabled).active:focus,
|
|
.show>.btn-outline-orange.dropdown-toggle:focus {
|
|
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(230, 126, 34, 0.5);
|
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(230, 126, 34, 0.5);
|
|
}
|
|
|
|
.btn-orange.btn-invert {
|
|
background-color: #bf6516;
|
|
}
|
|
|
|
.btn-orange.btn-invert:hover,
|
|
.btn-orange.btn-invert:focus {
|
|
background-color: #e67e22;
|
|
}
|
|
|
|
.btn-orange.btn-link {
|
|
color: #e67e22;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-orange.btn-link:focus,
|
|
.btn-orange.btn-link.focus {
|
|
color: #e67e22;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-orange.btn-link:hover {
|
|
color: #e67e22;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-orange.btn-link:active,
|
|
.btn-orange.btn-link.active,
|
|
.show>.btn-orange.btn-link.dropdown-toggle,
|
|
.open>.btn-orange.btn-link.dropdown-toggle {
|
|
color: #e67e22;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
background-image: none;
|
|
}
|
|
|
|
.btn-orange.btn-link:active:hover,
|
|
.btn-orange.btn-link:active:focus,
|
|
.btn-orange.btn-link:active.focus,
|
|
.btn-orange.btn-link.active:hover,
|
|
.btn-orange.btn-link.active:focus,
|
|
.btn-orange.btn-link.active.focus,
|
|
.show>.btn-orange.btn-link.dropdown-toggle:hover,
|
|
.show>.btn-orange.btn-link.dropdown-toggle:focus,
|
|
.show>.btn-orange.btn-link.dropdown-toggle.focus,
|
|
.open>.btn-orange.btn-link.dropdown-toggle:hover,
|
|
.open>.btn-orange.btn-link.dropdown-toggle:focus,
|
|
.open>.btn-orange.btn-link.dropdown-toggle.focus {
|
|
color: #e67e22;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-orange.btn-link.disabled,
|
|
.btn-orange.btn-link[disabled],
|
|
.btn-orange.btn-link:disabled,
|
|
fieldset[disabled] .btn-orange.btn-link {
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-orange.btn-link.disabled:hover,
|
|
.btn-orange.btn-link.disabled:focus,
|
|
.btn-orange.btn-link.disabled.focus,
|
|
.btn-orange.btn-link[disabled]:hover,
|
|
.btn-orange.btn-link[disabled]:focus,
|
|
.btn-orange.btn-link[disabled].focus,
|
|
.btn-orange.btn-link:disabled:hover,
|
|
.btn-orange.btn-link:disabled:focus,
|
|
.btn-orange.btn-link:disabled.focus,
|
|
fieldset[disabled] .btn-orange.btn-link:hover,
|
|
fieldset[disabled] .btn-orange.btn-link:focus,
|
|
fieldset[disabled] .btn-orange.btn-link.focus {
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-orange.btn-link .badge {
|
|
color: transparent;
|
|
background-color: #e67e22;
|
|
}
|
|
|
|
.btn-lime {
|
|
color: #212529;
|
|
background-color: #b1dc44;
|
|
border-color: #b1dc44;
|
|
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
}
|
|
|
|
.btn-lime:hover {
|
|
color: #212529;
|
|
background-color: #a2d227;
|
|
border-color: #9ac825;
|
|
}
|
|
|
|
.btn-lime:focus,
|
|
.btn-lime.focus {
|
|
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(177, 220, 68, 0.5);
|
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(177, 220, 68, 0.5);
|
|
}
|
|
|
|
.btn-lime.disabled,
|
|
.btn-lime:disabled {
|
|
color: #212529;
|
|
background-color: #b1dc44;
|
|
border-color: #b1dc44;
|
|
}
|
|
|
|
.btn-lime:not(:disabled):not(.disabled):active,
|
|
.btn-lime:not(:disabled):not(.disabled).active,
|
|
.show>.btn-lime.dropdown-toggle {
|
|
color: #212529;
|
|
background-color: #9ac825;
|
|
border-color: #91bd23;
|
|
}
|
|
|
|
.btn-lime:not(:disabled):not(.disabled):active:focus,
|
|
.btn-lime:not(:disabled):not(.disabled).active:focus,
|
|
.show>.btn-lime.dropdown-toggle:focus {
|
|
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(177, 220, 68, 0.5);
|
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(177, 220, 68, 0.5);
|
|
}
|
|
|
|
.btn-outline-lime {
|
|
color: #b1dc44;
|
|
background-color: transparent;
|
|
background-image: none;
|
|
border-color: #b1dc44;
|
|
}
|
|
|
|
.btn-outline-lime:hover {
|
|
color: white;
|
|
background-color: #b1dc44;
|
|
border-color: #b1dc44;
|
|
}
|
|
|
|
.btn-outline-lime:focus,
|
|
.btn-outline-lime.focus {
|
|
-webkit-box-shadow: 0 0 0 0.2rem rgba(177, 220, 68, 0.5);
|
|
box-shadow: 0 0 0 0.2rem rgba(177, 220, 68, 0.5);
|
|
}
|
|
|
|
.btn-outline-lime.disabled,
|
|
.btn-outline-lime:disabled {
|
|
color: #b1dc44;
|
|
background-color: transparent;
|
|
}
|
|
|
|
.btn-outline-lime:not(:disabled):not(.disabled):active,
|
|
.btn-outline-lime:not(:disabled):not(.disabled).active,
|
|
.show>.btn-outline-lime.dropdown-toggle {
|
|
color: #212529;
|
|
background-color: #b1dc44;
|
|
border-color: #b1dc44;
|
|
}
|
|
|
|
.btn-outline-lime:not(:disabled):not(.disabled):active:focus,
|
|
.btn-outline-lime:not(:disabled):not(.disabled).active:focus,
|
|
.show>.btn-outline-lime.dropdown-toggle:focus {
|
|
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(177, 220, 68, 0.5);
|
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(177, 220, 68, 0.5);
|
|
}
|
|
|
|
.btn-lime.btn-invert {
|
|
background-color: #9ac825;
|
|
}
|
|
|
|
.btn-lime.btn-invert:hover,
|
|
.btn-lime.btn-invert:focus {
|
|
background-color: #b1dc44;
|
|
}
|
|
|
|
.btn-lime.btn-link {
|
|
color: #b1dc44;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-lime.btn-link:focus,
|
|
.btn-lime.btn-link.focus {
|
|
color: #b1dc44;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-lime.btn-link:hover {
|
|
color: #b1dc44;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-lime.btn-link:active,
|
|
.btn-lime.btn-link.active,
|
|
.show>.btn-lime.btn-link.dropdown-toggle,
|
|
.open>.btn-lime.btn-link.dropdown-toggle {
|
|
color: #b1dc44;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
background-image: none;
|
|
}
|
|
|
|
.btn-lime.btn-link:active:hover,
|
|
.btn-lime.btn-link:active:focus,
|
|
.btn-lime.btn-link:active.focus,
|
|
.btn-lime.btn-link.active:hover,
|
|
.btn-lime.btn-link.active:focus,
|
|
.btn-lime.btn-link.active.focus,
|
|
.show>.btn-lime.btn-link.dropdown-toggle:hover,
|
|
.show>.btn-lime.btn-link.dropdown-toggle:focus,
|
|
.show>.btn-lime.btn-link.dropdown-toggle.focus,
|
|
.open>.btn-lime.btn-link.dropdown-toggle:hover,
|
|
.open>.btn-lime.btn-link.dropdown-toggle:focus,
|
|
.open>.btn-lime.btn-link.dropdown-toggle.focus {
|
|
color: #b1dc44;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-lime.btn-link.disabled,
|
|
.btn-lime.btn-link[disabled],
|
|
.btn-lime.btn-link:disabled,
|
|
fieldset[disabled] .btn-lime.btn-link {
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-lime.btn-link.disabled:hover,
|
|
.btn-lime.btn-link.disabled:focus,
|
|
.btn-lime.btn-link.disabled.focus,
|
|
.btn-lime.btn-link[disabled]:hover,
|
|
.btn-lime.btn-link[disabled]:focus,
|
|
.btn-lime.btn-link[disabled].focus,
|
|
.btn-lime.btn-link:disabled:hover,
|
|
.btn-lime.btn-link:disabled:focus,
|
|
.btn-lime.btn-link:disabled.focus,
|
|
fieldset[disabled] .btn-lime.btn-link:hover,
|
|
fieldset[disabled] .btn-lime.btn-link:focus,
|
|
fieldset[disabled] .btn-lime.btn-link.focus {
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-lime.btn-link .badge {
|
|
color: transparent;
|
|
background-color: #b1dc44;
|
|
}
|
|
|
|
.btn-blue-dark {
|
|
color: #fff;
|
|
background-color: #34495e;
|
|
border-color: #34495e;
|
|
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
}
|
|
|
|
.btn-blue-dark:hover {
|
|
color: #fff;
|
|
background-color: #263645;
|
|
border-color: #22303d;
|
|
}
|
|
|
|
.btn-blue-dark:focus,
|
|
.btn-blue-dark.focus {
|
|
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(52, 73, 94, 0.5);
|
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(52, 73, 94, 0.5);
|
|
}
|
|
|
|
.btn-blue-dark.disabled,
|
|
.btn-blue-dark:disabled {
|
|
color: #fff;
|
|
background-color: #34495e;
|
|
border-color: #34495e;
|
|
}
|
|
|
|
.btn-blue-dark:not(:disabled):not(.disabled):active,
|
|
.btn-blue-dark:not(:disabled):not(.disabled).active,
|
|
.show>.btn-blue-dark.dropdown-toggle {
|
|
color: #fff;
|
|
background-color: #22303d;
|
|
border-color: #1d2935;
|
|
}
|
|
|
|
.btn-blue-dark:not(:disabled):not(.disabled):active:focus,
|
|
.btn-blue-dark:not(:disabled):not(.disabled).active:focus,
|
|
.show>.btn-blue-dark.dropdown-toggle:focus {
|
|
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(52, 73, 94, 0.5);
|
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(52, 73, 94, 0.5);
|
|
}
|
|
|
|
.btn-outline-blue-dark {
|
|
color: #34495e;
|
|
background-color: transparent;
|
|
background-image: none;
|
|
border-color: #34495e;
|
|
}
|
|
|
|
.btn-outline-blue-dark:hover {
|
|
color: white;
|
|
background-color: #34495e;
|
|
border-color: #34495e;
|
|
}
|
|
|
|
.btn-outline-blue-dark:focus,
|
|
.btn-outline-blue-dark.focus {
|
|
-webkit-box-shadow: 0 0 0 0.2rem rgba(52, 73, 94, 0.5);
|
|
box-shadow: 0 0 0 0.2rem rgba(52, 73, 94, 0.5);
|
|
}
|
|
|
|
.btn-outline-blue-dark.disabled,
|
|
.btn-outline-blue-dark:disabled {
|
|
color: #34495e;
|
|
background-color: transparent;
|
|
}
|
|
|
|
.btn-outline-blue-dark:not(:disabled):not(.disabled):active,
|
|
.btn-outline-blue-dark:not(:disabled):not(.disabled).active,
|
|
.show>.btn-outline-blue-dark.dropdown-toggle {
|
|
color: #fff;
|
|
background-color: #34495e;
|
|
border-color: #34495e;
|
|
}
|
|
|
|
.btn-outline-blue-dark:not(:disabled):not(.disabled):active:focus,
|
|
.btn-outline-blue-dark:not(:disabled):not(.disabled).active:focus,
|
|
.show>.btn-outline-blue-dark.dropdown-toggle:focus {
|
|
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(52, 73, 94, 0.5);
|
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(52, 73, 94, 0.5);
|
|
}
|
|
|
|
.btn-blue-dark.btn-invert {
|
|
background-color: #22303d;
|
|
}
|
|
|
|
.btn-blue-dark.btn-invert:hover,
|
|
.btn-blue-dark.btn-invert:focus {
|
|
background-color: #34495e;
|
|
}
|
|
|
|
.btn-blue-dark.btn-link {
|
|
color: #34495e;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-blue-dark.btn-link:focus,
|
|
.btn-blue-dark.btn-link.focus {
|
|
color: #34495e;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-blue-dark.btn-link:hover {
|
|
color: #34495e;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-blue-dark.btn-link:active,
|
|
.btn-blue-dark.btn-link.active,
|
|
.show>.btn-blue-dark.btn-link.dropdown-toggle,
|
|
.open>.btn-blue-dark.btn-link.dropdown-toggle {
|
|
color: #34495e;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
background-image: none;
|
|
}
|
|
|
|
.btn-blue-dark.btn-link:active:hover,
|
|
.btn-blue-dark.btn-link:active:focus,
|
|
.btn-blue-dark.btn-link:active.focus,
|
|
.btn-blue-dark.btn-link.active:hover,
|
|
.btn-blue-dark.btn-link.active:focus,
|
|
.btn-blue-dark.btn-link.active.focus,
|
|
.show>.btn-blue-dark.btn-link.dropdown-toggle:hover,
|
|
.show>.btn-blue-dark.btn-link.dropdown-toggle:focus,
|
|
.show>.btn-blue-dark.btn-link.dropdown-toggle.focus,
|
|
.open>.btn-blue-dark.btn-link.dropdown-toggle:hover,
|
|
.open>.btn-blue-dark.btn-link.dropdown-toggle:focus,
|
|
.open>.btn-blue-dark.btn-link.dropdown-toggle.focus {
|
|
color: #34495e;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-blue-dark.btn-link.disabled,
|
|
.btn-blue-dark.btn-link[disabled],
|
|
.btn-blue-dark.btn-link:disabled,
|
|
fieldset[disabled] .btn-blue-dark.btn-link {
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-blue-dark.btn-link.disabled:hover,
|
|
.btn-blue-dark.btn-link.disabled:focus,
|
|
.btn-blue-dark.btn-link.disabled.focus,
|
|
.btn-blue-dark.btn-link[disabled]:hover,
|
|
.btn-blue-dark.btn-link[disabled]:focus,
|
|
.btn-blue-dark.btn-link[disabled].focus,
|
|
.btn-blue-dark.btn-link:disabled:hover,
|
|
.btn-blue-dark.btn-link:disabled:focus,
|
|
.btn-blue-dark.btn-link:disabled.focus,
|
|
fieldset[disabled] .btn-blue-dark.btn-link:hover,
|
|
fieldset[disabled] .btn-blue-dark.btn-link:focus,
|
|
fieldset[disabled] .btn-blue-dark.btn-link.focus {
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-blue-dark.btn-link .badge {
|
|
color: transparent;
|
|
background-color: #34495e;
|
|
}
|
|
|
|
.btn-red-dark {
|
|
color: #fff;
|
|
background-color: #a10f2b;
|
|
border-color: #a10f2b;
|
|
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
}
|
|
|
|
.btn-red-dark:hover {
|
|
color: #fff;
|
|
background-color: #7e0c22;
|
|
border-color: #720b1f;
|
|
}
|
|
|
|
.btn-red-dark:focus,
|
|
.btn-red-dark.focus {
|
|
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(161, 15, 43, 0.5);
|
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(161, 15, 43, 0.5);
|
|
}
|
|
|
|
.btn-red-dark.disabled,
|
|
.btn-red-dark:disabled {
|
|
color: #fff;
|
|
background-color: #a10f2b;
|
|
border-color: #a10f2b;
|
|
}
|
|
|
|
.btn-red-dark:not(:disabled):not(.disabled):active,
|
|
.btn-red-dark:not(:disabled):not(.disabled).active,
|
|
.show>.btn-red-dark.dropdown-toggle {
|
|
color: #fff;
|
|
background-color: #720b1f;
|
|
border-color: #670a1b;
|
|
}
|
|
|
|
.btn-red-dark:not(:disabled):not(.disabled):active:focus,
|
|
.btn-red-dark:not(:disabled):not(.disabled).active:focus,
|
|
.show>.btn-red-dark.dropdown-toggle:focus {
|
|
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(161, 15, 43, 0.5);
|
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(161, 15, 43, 0.5);
|
|
}
|
|
|
|
.btn-outline-red-dark {
|
|
color: #a10f2b;
|
|
background-color: transparent;
|
|
background-image: none;
|
|
border-color: #a10f2b;
|
|
}
|
|
|
|
.btn-outline-red-dark:hover {
|
|
color: white;
|
|
background-color: #a10f2b;
|
|
border-color: #a10f2b;
|
|
}
|
|
|
|
.btn-outline-red-dark:focus,
|
|
.btn-outline-red-dark.focus {
|
|
-webkit-box-shadow: 0 0 0 0.2rem rgba(161, 15, 43, 0.5);
|
|
box-shadow: 0 0 0 0.2rem rgba(161, 15, 43, 0.5);
|
|
}
|
|
|
|
.btn-outline-red-dark.disabled,
|
|
.btn-outline-red-dark:disabled {
|
|
color: #a10f2b;
|
|
background-color: transparent;
|
|
}
|
|
|
|
.btn-outline-red-dark:not(:disabled):not(.disabled):active,
|
|
.btn-outline-red-dark:not(:disabled):not(.disabled).active,
|
|
.show>.btn-outline-red-dark.dropdown-toggle {
|
|
color: #fff;
|
|
background-color: #a10f2b;
|
|
border-color: #a10f2b;
|
|
}
|
|
|
|
.btn-outline-red-dark:not(:disabled):not(.disabled):active:focus,
|
|
.btn-outline-red-dark:not(:disabled):not(.disabled).active:focus,
|
|
.show>.btn-outline-red-dark.dropdown-toggle:focus {
|
|
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(161, 15, 43, 0.5);
|
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(161, 15, 43, 0.5);
|
|
}
|
|
|
|
.btn-red-dark.btn-invert {
|
|
background-color: #720b1f;
|
|
}
|
|
|
|
.btn-red-dark.btn-invert:hover,
|
|
.btn-red-dark.btn-invert:focus {
|
|
background-color: #a10f2b;
|
|
}
|
|
|
|
.btn-red-dark.btn-link {
|
|
color: #a10f2b;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-red-dark.btn-link:focus,
|
|
.btn-red-dark.btn-link.focus {
|
|
color: #a10f2b;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-red-dark.btn-link:hover {
|
|
color: #a10f2b;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-red-dark.btn-link:active,
|
|
.btn-red-dark.btn-link.active,
|
|
.show>.btn-red-dark.btn-link.dropdown-toggle,
|
|
.open>.btn-red-dark.btn-link.dropdown-toggle {
|
|
color: #a10f2b;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
background-image: none;
|
|
}
|
|
|
|
.btn-red-dark.btn-link:active:hover,
|
|
.btn-red-dark.btn-link:active:focus,
|
|
.btn-red-dark.btn-link:active.focus,
|
|
.btn-red-dark.btn-link.active:hover,
|
|
.btn-red-dark.btn-link.active:focus,
|
|
.btn-red-dark.btn-link.active.focus,
|
|
.show>.btn-red-dark.btn-link.dropdown-toggle:hover,
|
|
.show>.btn-red-dark.btn-link.dropdown-toggle:focus,
|
|
.show>.btn-red-dark.btn-link.dropdown-toggle.focus,
|
|
.open>.btn-red-dark.btn-link.dropdown-toggle:hover,
|
|
.open>.btn-red-dark.btn-link.dropdown-toggle:focus,
|
|
.open>.btn-red-dark.btn-link.dropdown-toggle.focus {
|
|
color: #a10f2b;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-red-dark.btn-link.disabled,
|
|
.btn-red-dark.btn-link[disabled],
|
|
.btn-red-dark.btn-link:disabled,
|
|
fieldset[disabled] .btn-red-dark.btn-link {
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-red-dark.btn-link.disabled:hover,
|
|
.btn-red-dark.btn-link.disabled:focus,
|
|
.btn-red-dark.btn-link.disabled.focus,
|
|
.btn-red-dark.btn-link[disabled]:hover,
|
|
.btn-red-dark.btn-link[disabled]:focus,
|
|
.btn-red-dark.btn-link[disabled].focus,
|
|
.btn-red-dark.btn-link:disabled:hover,
|
|
.btn-red-dark.btn-link:disabled:focus,
|
|
.btn-red-dark.btn-link:disabled.focus,
|
|
fieldset[disabled] .btn-red-dark.btn-link:hover,
|
|
fieldset[disabled] .btn-red-dark.btn-link:focus,
|
|
fieldset[disabled] .btn-red-dark.btn-link.focus {
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-red-dark.btn-link .badge {
|
|
color: transparent;
|
|
background-color: #a10f2b;
|
|
}
|
|
|
|
.btn-brown {
|
|
color: #fff;
|
|
background-color: #91633c;
|
|
border-color: #91633c;
|
|
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
}
|
|
|
|
.btn-brown:hover {
|
|
color: #fff;
|
|
background-color: #765131;
|
|
border-color: #6d4a2d;
|
|
}
|
|
|
|
.btn-brown:focus,
|
|
.btn-brown.focus {
|
|
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(145, 99, 60, 0.5);
|
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(145, 99, 60, 0.5);
|
|
}
|
|
|
|
.btn-brown.disabled,
|
|
.btn-brown:disabled {
|
|
color: #fff;
|
|
background-color: #91633c;
|
|
border-color: #91633c;
|
|
}
|
|
|
|
.btn-brown:not(:disabled):not(.disabled):active,
|
|
.btn-brown:not(:disabled):not(.disabled).active,
|
|
.show>.btn-brown.dropdown-toggle {
|
|
color: #fff;
|
|
background-color: #6d4a2d;
|
|
border-color: #644429;
|
|
}
|
|
|
|
.btn-brown:not(:disabled):not(.disabled):active:focus,
|
|
.btn-brown:not(:disabled):not(.disabled).active:focus,
|
|
.show>.btn-brown.dropdown-toggle:focus {
|
|
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(145, 99, 60, 0.5);
|
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(145, 99, 60, 0.5);
|
|
}
|
|
|
|
.btn-outline-brown {
|
|
color: #91633c;
|
|
background-color: transparent;
|
|
background-image: none;
|
|
border-color: #91633c;
|
|
}
|
|
|
|
.btn-outline-brown:hover {
|
|
color: white;
|
|
background-color: #91633c;
|
|
border-color: #91633c;
|
|
}
|
|
|
|
.btn-outline-brown:focus,
|
|
.btn-outline-brown.focus {
|
|
-webkit-box-shadow: 0 0 0 0.2rem rgba(145, 99, 60, 0.5);
|
|
box-shadow: 0 0 0 0.2rem rgba(145, 99, 60, 0.5);
|
|
}
|
|
|
|
.btn-outline-brown.disabled,
|
|
.btn-outline-brown:disabled {
|
|
color: #91633c;
|
|
background-color: transparent;
|
|
}
|
|
|
|
.btn-outline-brown:not(:disabled):not(.disabled):active,
|
|
.btn-outline-brown:not(:disabled):not(.disabled).active,
|
|
.show>.btn-outline-brown.dropdown-toggle {
|
|
color: #fff;
|
|
background-color: #91633c;
|
|
border-color: #91633c;
|
|
}
|
|
|
|
.btn-outline-brown:not(:disabled):not(.disabled):active:focus,
|
|
.btn-outline-brown:not(:disabled):not(.disabled).active:focus,
|
|
.show>.btn-outline-brown.dropdown-toggle:focus {
|
|
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(145, 99, 60, 0.5);
|
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(145, 99, 60, 0.5);
|
|
}
|
|
|
|
.btn-brown.btn-invert {
|
|
background-color: #6d4a2d;
|
|
}
|
|
|
|
.btn-brown.btn-invert:hover,
|
|
.btn-brown.btn-invert:focus {
|
|
background-color: #91633c;
|
|
}
|
|
|
|
.btn-brown.btn-link {
|
|
color: #91633c;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-brown.btn-link:focus,
|
|
.btn-brown.btn-link.focus {
|
|
color: #91633c;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-brown.btn-link:hover {
|
|
color: #91633c;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-brown.btn-link:active,
|
|
.btn-brown.btn-link.active,
|
|
.show>.btn-brown.btn-link.dropdown-toggle,
|
|
.open>.btn-brown.btn-link.dropdown-toggle {
|
|
color: #91633c;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
background-image: none;
|
|
}
|
|
|
|
.btn-brown.btn-link:active:hover,
|
|
.btn-brown.btn-link:active:focus,
|
|
.btn-brown.btn-link:active.focus,
|
|
.btn-brown.btn-link.active:hover,
|
|
.btn-brown.btn-link.active:focus,
|
|
.btn-brown.btn-link.active.focus,
|
|
.show>.btn-brown.btn-link.dropdown-toggle:hover,
|
|
.show>.btn-brown.btn-link.dropdown-toggle:focus,
|
|
.show>.btn-brown.btn-link.dropdown-toggle.focus,
|
|
.open>.btn-brown.btn-link.dropdown-toggle:hover,
|
|
.open>.btn-brown.btn-link.dropdown-toggle:focus,
|
|
.open>.btn-brown.btn-link.dropdown-toggle.focus {
|
|
color: #91633c;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-brown.btn-link.disabled,
|
|
.btn-brown.btn-link[disabled],
|
|
.btn-brown.btn-link:disabled,
|
|
fieldset[disabled] .btn-brown.btn-link {
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-brown.btn-link.disabled:hover,
|
|
.btn-brown.btn-link.disabled:focus,
|
|
.btn-brown.btn-link.disabled.focus,
|
|
.btn-brown.btn-link[disabled]:hover,
|
|
.btn-brown.btn-link[disabled]:focus,
|
|
.btn-brown.btn-link[disabled].focus,
|
|
.btn-brown.btn-link:disabled:hover,
|
|
.btn-brown.btn-link:disabled:focus,
|
|
.btn-brown.btn-link:disabled.focus,
|
|
fieldset[disabled] .btn-brown.btn-link:hover,
|
|
fieldset[disabled] .btn-brown.btn-link:focus,
|
|
fieldset[disabled] .btn-brown.btn-link.focus {
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-brown.btn-link .badge {
|
|
color: transparent;
|
|
background-color: #91633c;
|
|
}
|
|
|
|
.btn-cyan-dark {
|
|
color: #fff;
|
|
background-color: #008b8b;
|
|
border-color: #008b8b;
|
|
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
}
|
|
|
|
.btn-cyan-dark:hover {
|
|
color: #fff;
|
|
background-color: #006565;
|
|
border-color: #005858;
|
|
}
|
|
|
|
.btn-cyan-dark:focus,
|
|
.btn-cyan-dark.focus {
|
|
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(0, 139, 139, 0.5);
|
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(0, 139, 139, 0.5);
|
|
}
|
|
|
|
.btn-cyan-dark.disabled,
|
|
.btn-cyan-dark:disabled {
|
|
color: #fff;
|
|
background-color: #008b8b;
|
|
border-color: #008b8b;
|
|
}
|
|
|
|
.btn-cyan-dark:not(:disabled):not(.disabled):active,
|
|
.btn-cyan-dark:not(:disabled):not(.disabled).active,
|
|
.show>.btn-cyan-dark.dropdown-toggle {
|
|
color: #fff;
|
|
background-color: #005858;
|
|
border-color: #004b4b;
|
|
}
|
|
|
|
.btn-cyan-dark:not(:disabled):not(.disabled):active:focus,
|
|
.btn-cyan-dark:not(:disabled):not(.disabled).active:focus,
|
|
.show>.btn-cyan-dark.dropdown-toggle:focus {
|
|
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(0, 139, 139, 0.5);
|
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(0, 139, 139, 0.5);
|
|
}
|
|
|
|
.btn-outline-cyan-dark {
|
|
color: #008b8b;
|
|
background-color: transparent;
|
|
background-image: none;
|
|
border-color: #008b8b;
|
|
}
|
|
|
|
.btn-outline-cyan-dark:hover {
|
|
color: white;
|
|
background-color: #008b8b;
|
|
border-color: #008b8b;
|
|
}
|
|
|
|
.btn-outline-cyan-dark:focus,
|
|
.btn-outline-cyan-dark.focus {
|
|
-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 139, 139, 0.5);
|
|
box-shadow: 0 0 0 0.2rem rgba(0, 139, 139, 0.5);
|
|
}
|
|
|
|
.btn-outline-cyan-dark.disabled,
|
|
.btn-outline-cyan-dark:disabled {
|
|
color: #008b8b;
|
|
background-color: transparent;
|
|
}
|
|
|
|
.btn-outline-cyan-dark:not(:disabled):not(.disabled):active,
|
|
.btn-outline-cyan-dark:not(:disabled):not(.disabled).active,
|
|
.show>.btn-outline-cyan-dark.dropdown-toggle {
|
|
color: #fff;
|
|
background-color: #008b8b;
|
|
border-color: #008b8b;
|
|
}
|
|
|
|
.btn-outline-cyan-dark:not(:disabled):not(.disabled):active:focus,
|
|
.btn-outline-cyan-dark:not(:disabled):not(.disabled).active:focus,
|
|
.show>.btn-outline-cyan-dark.dropdown-toggle:focus {
|
|
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(0, 139, 139, 0.5);
|
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(0, 139, 139, 0.5);
|
|
}
|
|
|
|
.btn-cyan-dark.btn-invert {
|
|
background-color: #005858;
|
|
}
|
|
|
|
.btn-cyan-dark.btn-invert:hover,
|
|
.btn-cyan-dark.btn-invert:focus {
|
|
background-color: #008b8b;
|
|
}
|
|
|
|
.btn-cyan-dark.btn-link {
|
|
color: #008b8b;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-cyan-dark.btn-link:focus,
|
|
.btn-cyan-dark.btn-link.focus {
|
|
color: #008b8b;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-cyan-dark.btn-link:hover {
|
|
color: #008b8b;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-cyan-dark.btn-link:active,
|
|
.btn-cyan-dark.btn-link.active,
|
|
.show>.btn-cyan-dark.btn-link.dropdown-toggle,
|
|
.open>.btn-cyan-dark.btn-link.dropdown-toggle {
|
|
color: #008b8b;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
background-image: none;
|
|
}
|
|
|
|
.btn-cyan-dark.btn-link:active:hover,
|
|
.btn-cyan-dark.btn-link:active:focus,
|
|
.btn-cyan-dark.btn-link:active.focus,
|
|
.btn-cyan-dark.btn-link.active:hover,
|
|
.btn-cyan-dark.btn-link.active:focus,
|
|
.btn-cyan-dark.btn-link.active.focus,
|
|
.show>.btn-cyan-dark.btn-link.dropdown-toggle:hover,
|
|
.show>.btn-cyan-dark.btn-link.dropdown-toggle:focus,
|
|
.show>.btn-cyan-dark.btn-link.dropdown-toggle.focus,
|
|
.open>.btn-cyan-dark.btn-link.dropdown-toggle:hover,
|
|
.open>.btn-cyan-dark.btn-link.dropdown-toggle:focus,
|
|
.open>.btn-cyan-dark.btn-link.dropdown-toggle.focus {
|
|
color: #008b8b;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-cyan-dark.btn-link.disabled,
|
|
.btn-cyan-dark.btn-link[disabled],
|
|
.btn-cyan-dark.btn-link:disabled,
|
|
fieldset[disabled] .btn-cyan-dark.btn-link {
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-cyan-dark.btn-link.disabled:hover,
|
|
.btn-cyan-dark.btn-link.disabled:focus,
|
|
.btn-cyan-dark.btn-link.disabled.focus,
|
|
.btn-cyan-dark.btn-link[disabled]:hover,
|
|
.btn-cyan-dark.btn-link[disabled]:focus,
|
|
.btn-cyan-dark.btn-link[disabled].focus,
|
|
.btn-cyan-dark.btn-link:disabled:hover,
|
|
.btn-cyan-dark.btn-link:disabled:focus,
|
|
.btn-cyan-dark.btn-link:disabled.focus,
|
|
fieldset[disabled] .btn-cyan-dark.btn-link:hover,
|
|
fieldset[disabled] .btn-cyan-dark.btn-link:focus,
|
|
fieldset[disabled] .btn-cyan-dark.btn-link.focus {
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-cyan-dark.btn-link .badge {
|
|
color: transparent;
|
|
background-color: #008b8b;
|
|
}
|
|
|
|
.btn-yellow {
|
|
color: #212529;
|
|
background-color: #D4AC0D;
|
|
border-color: #D4AC0D;
|
|
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
}
|
|
|
|
.btn-yellow:hover {
|
|
color: #fff;
|
|
background-color: #b08f0b;
|
|
border-color: #a4850a;
|
|
}
|
|
|
|
.btn-yellow:focus,
|
|
.btn-yellow.focus {
|
|
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(212, 172, 13, 0.5);
|
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(212, 172, 13, 0.5);
|
|
}
|
|
|
|
.btn-yellow.disabled,
|
|
.btn-yellow:disabled {
|
|
color: #212529;
|
|
background-color: #D4AC0D;
|
|
border-color: #D4AC0D;
|
|
}
|
|
|
|
.btn-yellow:not(:disabled):not(.disabled):active,
|
|
.btn-yellow:not(:disabled):not(.disabled).active,
|
|
.show>.btn-yellow.dropdown-toggle {
|
|
color: #fff;
|
|
background-color: #a4850a;
|
|
border-color: #987b09;
|
|
}
|
|
|
|
.btn-yellow:not(:disabled):not(.disabled):active:focus,
|
|
.btn-yellow:not(:disabled):not(.disabled).active:focus,
|
|
.show>.btn-yellow.dropdown-toggle:focus {
|
|
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(212, 172, 13, 0.5);
|
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(212, 172, 13, 0.5);
|
|
}
|
|
|
|
.btn-outline-yellow {
|
|
color: #D4AC0D;
|
|
background-color: transparent;
|
|
background-image: none;
|
|
border-color: #D4AC0D;
|
|
}
|
|
|
|
.btn-outline-yellow:hover {
|
|
color: white;
|
|
background-color: #D4AC0D;
|
|
border-color: #D4AC0D;
|
|
}
|
|
|
|
.btn-outline-yellow:focus,
|
|
.btn-outline-yellow.focus {
|
|
-webkit-box-shadow: 0 0 0 0.2rem rgba(212, 172, 13, 0.5);
|
|
box-shadow: 0 0 0 0.2rem rgba(212, 172, 13, 0.5);
|
|
}
|
|
|
|
.btn-outline-yellow.disabled,
|
|
.btn-outline-yellow:disabled {
|
|
color: #D4AC0D;
|
|
background-color: transparent;
|
|
}
|
|
|
|
.btn-outline-yellow:not(:disabled):not(.disabled):active,
|
|
.btn-outline-yellow:not(:disabled):not(.disabled).active,
|
|
.show>.btn-outline-yellow.dropdown-toggle {
|
|
color: #212529;
|
|
background-color: #D4AC0D;
|
|
border-color: #D4AC0D;
|
|
}
|
|
|
|
.btn-outline-yellow:not(:disabled):not(.disabled):active:focus,
|
|
.btn-outline-yellow:not(:disabled):not(.disabled).active:focus,
|
|
.show>.btn-outline-yellow.dropdown-toggle:focus {
|
|
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(212, 172, 13, 0.5);
|
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(212, 172, 13, 0.5);
|
|
}
|
|
|
|
.btn-yellow.btn-invert {
|
|
background-color: #a4850a;
|
|
}
|
|
|
|
.btn-yellow.btn-invert:hover,
|
|
.btn-yellow.btn-invert:focus {
|
|
background-color: #D4AC0D;
|
|
}
|
|
|
|
.btn-yellow.btn-link {
|
|
color: #D4AC0D;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-yellow.btn-link:focus,
|
|
.btn-yellow.btn-link.focus {
|
|
color: #D4AC0D;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-yellow.btn-link:hover {
|
|
color: #D4AC0D;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-yellow.btn-link:active,
|
|
.btn-yellow.btn-link.active,
|
|
.show>.btn-yellow.btn-link.dropdown-toggle,
|
|
.open>.btn-yellow.btn-link.dropdown-toggle {
|
|
color: #D4AC0D;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
background-image: none;
|
|
}
|
|
|
|
.btn-yellow.btn-link:active:hover,
|
|
.btn-yellow.btn-link:active:focus,
|
|
.btn-yellow.btn-link:active.focus,
|
|
.btn-yellow.btn-link.active:hover,
|
|
.btn-yellow.btn-link.active:focus,
|
|
.btn-yellow.btn-link.active.focus,
|
|
.show>.btn-yellow.btn-link.dropdown-toggle:hover,
|
|
.show>.btn-yellow.btn-link.dropdown-toggle:focus,
|
|
.show>.btn-yellow.btn-link.dropdown-toggle.focus,
|
|
.open>.btn-yellow.btn-link.dropdown-toggle:hover,
|
|
.open>.btn-yellow.btn-link.dropdown-toggle:focus,
|
|
.open>.btn-yellow.btn-link.dropdown-toggle.focus {
|
|
color: #D4AC0D;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-yellow.btn-link.disabled,
|
|
.btn-yellow.btn-link[disabled],
|
|
.btn-yellow.btn-link:disabled,
|
|
fieldset[disabled] .btn-yellow.btn-link {
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-yellow.btn-link.disabled:hover,
|
|
.btn-yellow.btn-link.disabled:focus,
|
|
.btn-yellow.btn-link.disabled.focus,
|
|
.btn-yellow.btn-link[disabled]:hover,
|
|
.btn-yellow.btn-link[disabled]:focus,
|
|
.btn-yellow.btn-link[disabled].focus,
|
|
.btn-yellow.btn-link:disabled:hover,
|
|
.btn-yellow.btn-link:disabled:focus,
|
|
.btn-yellow.btn-link:disabled.focus,
|
|
fieldset[disabled] .btn-yellow.btn-link:hover,
|
|
fieldset[disabled] .btn-yellow.btn-link:focus,
|
|
fieldset[disabled] .btn-yellow.btn-link.focus {
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-yellow.btn-link .badge {
|
|
color: transparent;
|
|
background-color: #D4AC0D;
|
|
}
|
|
|
|
.btn-slate {
|
|
color: #fff;
|
|
background-color: #5D6D7E;
|
|
border-color: #5D6D7E;
|
|
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
}
|
|
|
|
.btn-slate:hover {
|
|
color: #fff;
|
|
background-color: #4d5a68;
|
|
border-color: #475461;
|
|
}
|
|
|
|
.btn-slate:focus,
|
|
.btn-slate.focus {
|
|
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(93, 109, 126, 0.5);
|
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(93, 109, 126, 0.5);
|
|
}
|
|
|
|
.btn-slate.disabled,
|
|
.btn-slate:disabled {
|
|
color: #fff;
|
|
background-color: #5D6D7E;
|
|
border-color: #5D6D7E;
|
|
}
|
|
|
|
.btn-slate:not(:disabled):not(.disabled):active,
|
|
.btn-slate:not(:disabled):not(.disabled).active,
|
|
.show>.btn-slate.dropdown-toggle {
|
|
color: #fff;
|
|
background-color: #475461;
|
|
border-color: #424d59;
|
|
}
|
|
|
|
.btn-slate:not(:disabled):not(.disabled):active:focus,
|
|
.btn-slate:not(:disabled):not(.disabled).active:focus,
|
|
.show>.btn-slate.dropdown-toggle:focus {
|
|
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(93, 109, 126, 0.5);
|
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(93, 109, 126, 0.5);
|
|
}
|
|
|
|
.btn-outline-slate {
|
|
color: #5D6D7E;
|
|
background-color: transparent;
|
|
background-image: none;
|
|
border-color: #5D6D7E;
|
|
}
|
|
|
|
.btn-outline-slate:hover {
|
|
color: white;
|
|
background-color: #5D6D7E;
|
|
border-color: #5D6D7E;
|
|
}
|
|
|
|
.btn-outline-slate:focus,
|
|
.btn-outline-slate.focus {
|
|
-webkit-box-shadow: 0 0 0 0.2rem rgba(93, 109, 126, 0.5);
|
|
box-shadow: 0 0 0 0.2rem rgba(93, 109, 126, 0.5);
|
|
}
|
|
|
|
.btn-outline-slate.disabled,
|
|
.btn-outline-slate:disabled {
|
|
color: #5D6D7E;
|
|
background-color: transparent;
|
|
}
|
|
|
|
.btn-outline-slate:not(:disabled):not(.disabled):active,
|
|
.btn-outline-slate:not(:disabled):not(.disabled).active,
|
|
.show>.btn-outline-slate.dropdown-toggle {
|
|
color: #fff;
|
|
background-color: #5D6D7E;
|
|
border-color: #5D6D7E;
|
|
}
|
|
|
|
.btn-outline-slate:not(:disabled):not(.disabled):active:focus,
|
|
.btn-outline-slate:not(:disabled):not(.disabled).active:focus,
|
|
.show>.btn-outline-slate.dropdown-toggle:focus {
|
|
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(93, 109, 126, 0.5);
|
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(93, 109, 126, 0.5);
|
|
}
|
|
|
|
.btn-slate.btn-invert {
|
|
background-color: #475461;
|
|
}
|
|
|
|
.btn-slate.btn-invert:hover,
|
|
.btn-slate.btn-invert:focus {
|
|
background-color: #5D6D7E;
|
|
}
|
|
|
|
.btn-slate.btn-link {
|
|
color: #5D6D7E;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-slate.btn-link:focus,
|
|
.btn-slate.btn-link.focus {
|
|
color: #5D6D7E;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-slate.btn-link:hover {
|
|
color: #5D6D7E;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-slate.btn-link:active,
|
|
.btn-slate.btn-link.active,
|
|
.show>.btn-slate.btn-link.dropdown-toggle,
|
|
.open>.btn-slate.btn-link.dropdown-toggle {
|
|
color: #5D6D7E;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
background-image: none;
|
|
}
|
|
|
|
.btn-slate.btn-link:active:hover,
|
|
.btn-slate.btn-link:active:focus,
|
|
.btn-slate.btn-link:active.focus,
|
|
.btn-slate.btn-link.active:hover,
|
|
.btn-slate.btn-link.active:focus,
|
|
.btn-slate.btn-link.active.focus,
|
|
.show>.btn-slate.btn-link.dropdown-toggle:hover,
|
|
.show>.btn-slate.btn-link.dropdown-toggle:focus,
|
|
.show>.btn-slate.btn-link.dropdown-toggle.focus,
|
|
.open>.btn-slate.btn-link.dropdown-toggle:hover,
|
|
.open>.btn-slate.btn-link.dropdown-toggle:focus,
|
|
.open>.btn-slate.btn-link.dropdown-toggle.focus {
|
|
color: #5D6D7E;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-slate.btn-link.disabled,
|
|
.btn-slate.btn-link[disabled],
|
|
.btn-slate.btn-link:disabled,
|
|
fieldset[disabled] .btn-slate.btn-link {
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-slate.btn-link.disabled:hover,
|
|
.btn-slate.btn-link.disabled:focus,
|
|
.btn-slate.btn-link.disabled.focus,
|
|
.btn-slate.btn-link[disabled]:hover,
|
|
.btn-slate.btn-link[disabled]:focus,
|
|
.btn-slate.btn-link[disabled].focus,
|
|
.btn-slate.btn-link:disabled:hover,
|
|
.btn-slate.btn-link:disabled:focus,
|
|
.btn-slate.btn-link:disabled.focus,
|
|
fieldset[disabled] .btn-slate.btn-link:hover,
|
|
fieldset[disabled] .btn-slate.btn-link:focus,
|
|
fieldset[disabled] .btn-slate.btn-link.focus {
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-slate.btn-link .badge {
|
|
color: transparent;
|
|
background-color: #5D6D7E;
|
|
}
|
|
|
|
.btn-olive {
|
|
color: #fff;
|
|
background-color: #808000;
|
|
border-color: #808000;
|
|
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
}
|
|
|
|
.btn-olive:hover {
|
|
color: #fff;
|
|
background-color: #5a5a00;
|
|
border-color: #4d4d00;
|
|
}
|
|
|
|
.btn-olive:focus,
|
|
.btn-olive.focus {
|
|
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(128, 128, 0, 0.5);
|
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(128, 128, 0, 0.5);
|
|
}
|
|
|
|
.btn-olive.disabled,
|
|
.btn-olive:disabled {
|
|
color: #fff;
|
|
background-color: #808000;
|
|
border-color: #808000;
|
|
}
|
|
|
|
.btn-olive:not(:disabled):not(.disabled):active,
|
|
.btn-olive:not(:disabled):not(.disabled).active,
|
|
.show>.btn-olive.dropdown-toggle {
|
|
color: #fff;
|
|
background-color: #4d4d00;
|
|
border-color: #404000;
|
|
}
|
|
|
|
.btn-olive:not(:disabled):not(.disabled):active:focus,
|
|
.btn-olive:not(:disabled):not(.disabled).active:focus,
|
|
.show>.btn-olive.dropdown-toggle:focus {
|
|
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(128, 128, 0, 0.5);
|
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(128, 128, 0, 0.5);
|
|
}
|
|
|
|
.btn-outline-olive {
|
|
color: #808000;
|
|
background-color: transparent;
|
|
background-image: none;
|
|
border-color: #808000;
|
|
}
|
|
|
|
.btn-outline-olive:hover {
|
|
color: white;
|
|
background-color: #808000;
|
|
border-color: #808000;
|
|
}
|
|
|
|
.btn-outline-olive:focus,
|
|
.btn-outline-olive.focus {
|
|
-webkit-box-shadow: 0 0 0 0.2rem rgba(128, 128, 0, 0.5);
|
|
box-shadow: 0 0 0 0.2rem rgba(128, 128, 0, 0.5);
|
|
}
|
|
|
|
.btn-outline-olive.disabled,
|
|
.btn-outline-olive:disabled {
|
|
color: #808000;
|
|
background-color: transparent;
|
|
}
|
|
|
|
.btn-outline-olive:not(:disabled):not(.disabled):active,
|
|
.btn-outline-olive:not(:disabled):not(.disabled).active,
|
|
.show>.btn-outline-olive.dropdown-toggle {
|
|
color: #fff;
|
|
background-color: #808000;
|
|
border-color: #808000;
|
|
}
|
|
|
|
.btn-outline-olive:not(:disabled):not(.disabled):active:focus,
|
|
.btn-outline-olive:not(:disabled):not(.disabled).active:focus,
|
|
.show>.btn-outline-olive.dropdown-toggle:focus {
|
|
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(128, 128, 0, 0.5);
|
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(128, 128, 0, 0.5);
|
|
}
|
|
|
|
.btn-olive.btn-invert {
|
|
background-color: #4d4d00;
|
|
}
|
|
|
|
.btn-olive.btn-invert:hover,
|
|
.btn-olive.btn-invert:focus {
|
|
background-color: #808000;
|
|
}
|
|
|
|
.btn-olive.btn-link {
|
|
color: #808000;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-olive.btn-link:focus,
|
|
.btn-olive.btn-link.focus {
|
|
color: #808000;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-olive.btn-link:hover {
|
|
color: #808000;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-olive.btn-link:active,
|
|
.btn-olive.btn-link.active,
|
|
.show>.btn-olive.btn-link.dropdown-toggle,
|
|
.open>.btn-olive.btn-link.dropdown-toggle {
|
|
color: #808000;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
background-image: none;
|
|
}
|
|
|
|
.btn-olive.btn-link:active:hover,
|
|
.btn-olive.btn-link:active:focus,
|
|
.btn-olive.btn-link:active.focus,
|
|
.btn-olive.btn-link.active:hover,
|
|
.btn-olive.btn-link.active:focus,
|
|
.btn-olive.btn-link.active.focus,
|
|
.show>.btn-olive.btn-link.dropdown-toggle:hover,
|
|
.show>.btn-olive.btn-link.dropdown-toggle:focus,
|
|
.show>.btn-olive.btn-link.dropdown-toggle.focus,
|
|
.open>.btn-olive.btn-link.dropdown-toggle:hover,
|
|
.open>.btn-olive.btn-link.dropdown-toggle:focus,
|
|
.open>.btn-olive.btn-link.dropdown-toggle.focus {
|
|
color: #808000;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-olive.btn-link.disabled,
|
|
.btn-olive.btn-link[disabled],
|
|
.btn-olive.btn-link:disabled,
|
|
fieldset[disabled] .btn-olive.btn-link {
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-olive.btn-link.disabled:hover,
|
|
.btn-olive.btn-link.disabled:focus,
|
|
.btn-olive.btn-link.disabled.focus,
|
|
.btn-olive.btn-link[disabled]:hover,
|
|
.btn-olive.btn-link[disabled]:focus,
|
|
.btn-olive.btn-link[disabled].focus,
|
|
.btn-olive.btn-link:disabled:hover,
|
|
.btn-olive.btn-link:disabled:focus,
|
|
.btn-olive.btn-link:disabled.focus,
|
|
fieldset[disabled] .btn-olive.btn-link:hover,
|
|
fieldset[disabled] .btn-olive.btn-link:focus,
|
|
fieldset[disabled] .btn-olive.btn-link.focus {
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-olive.btn-link .badge {
|
|
color: transparent;
|
|
background-color: #808000;
|
|
}
|
|
|
|
.btn-teal {
|
|
color: #fff;
|
|
background-color: #008080;
|
|
border-color: #008080;
|
|
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
}
|
|
|
|
.btn-teal:hover {
|
|
color: #fff;
|
|
background-color: #005a5a;
|
|
border-color: #004d4d;
|
|
}
|
|
|
|
.btn-teal:focus,
|
|
.btn-teal.focus {
|
|
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(0, 128, 128, 0.5);
|
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(0, 128, 128, 0.5);
|
|
}
|
|
|
|
.btn-teal.disabled,
|
|
.btn-teal:disabled {
|
|
color: #fff;
|
|
background-color: #008080;
|
|
border-color: #008080;
|
|
}
|
|
|
|
.btn-teal:not(:disabled):not(.disabled):active,
|
|
.btn-teal:not(:disabled):not(.disabled).active,
|
|
.show>.btn-teal.dropdown-toggle {
|
|
color: #fff;
|
|
background-color: #004d4d;
|
|
border-color: #004040;
|
|
}
|
|
|
|
.btn-teal:not(:disabled):not(.disabled):active:focus,
|
|
.btn-teal:not(:disabled):not(.disabled).active:focus,
|
|
.show>.btn-teal.dropdown-toggle:focus {
|
|
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(0, 128, 128, 0.5);
|
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(0, 128, 128, 0.5);
|
|
}
|
|
|
|
.btn-outline-teal {
|
|
color: #008080;
|
|
background-color: transparent;
|
|
background-image: none;
|
|
border-color: #008080;
|
|
}
|
|
|
|
.btn-outline-teal:hover {
|
|
color: white;
|
|
background-color: #008080;
|
|
border-color: #008080;
|
|
}
|
|
|
|
.btn-outline-teal:focus,
|
|
.btn-outline-teal.focus {
|
|
-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 128, 128, 0.5);
|
|
box-shadow: 0 0 0 0.2rem rgba(0, 128, 128, 0.5);
|
|
}
|
|
|
|
.btn-outline-teal.disabled,
|
|
.btn-outline-teal:disabled {
|
|
color: #008080;
|
|
background-color: transparent;
|
|
}
|
|
|
|
.btn-outline-teal:not(:disabled):not(.disabled):active,
|
|
.btn-outline-teal:not(:disabled):not(.disabled).active,
|
|
.show>.btn-outline-teal.dropdown-toggle {
|
|
color: #fff;
|
|
background-color: #008080;
|
|
border-color: #008080;
|
|
}
|
|
|
|
.btn-outline-teal:not(:disabled):not(.disabled):active:focus,
|
|
.btn-outline-teal:not(:disabled):not(.disabled).active:focus,
|
|
.show>.btn-outline-teal.dropdown-toggle:focus {
|
|
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(0, 128, 128, 0.5);
|
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(0, 128, 128, 0.5);
|
|
}
|
|
|
|
.btn-teal.btn-invert {
|
|
background-color: #004d4d;
|
|
}
|
|
|
|
.btn-teal.btn-invert:hover,
|
|
.btn-teal.btn-invert:focus {
|
|
background-color: #008080;
|
|
}
|
|
|
|
.btn-teal.btn-link {
|
|
color: #008080;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-teal.btn-link:focus,
|
|
.btn-teal.btn-link.focus {
|
|
color: #008080;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-teal.btn-link:hover {
|
|
color: #008080;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-teal.btn-link:active,
|
|
.btn-teal.btn-link.active,
|
|
.show>.btn-teal.btn-link.dropdown-toggle,
|
|
.open>.btn-teal.btn-link.dropdown-toggle {
|
|
color: #008080;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
background-image: none;
|
|
}
|
|
|
|
.btn-teal.btn-link:active:hover,
|
|
.btn-teal.btn-link:active:focus,
|
|
.btn-teal.btn-link:active.focus,
|
|
.btn-teal.btn-link.active:hover,
|
|
.btn-teal.btn-link.active:focus,
|
|
.btn-teal.btn-link.active.focus,
|
|
.show>.btn-teal.btn-link.dropdown-toggle:hover,
|
|
.show>.btn-teal.btn-link.dropdown-toggle:focus,
|
|
.show>.btn-teal.btn-link.dropdown-toggle.focus,
|
|
.open>.btn-teal.btn-link.dropdown-toggle:hover,
|
|
.open>.btn-teal.btn-link.dropdown-toggle:focus,
|
|
.open>.btn-teal.btn-link.dropdown-toggle.focus {
|
|
color: #008080;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-teal.btn-link.disabled,
|
|
.btn-teal.btn-link[disabled],
|
|
.btn-teal.btn-link:disabled,
|
|
fieldset[disabled] .btn-teal.btn-link {
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-teal.btn-link.disabled:hover,
|
|
.btn-teal.btn-link.disabled:focus,
|
|
.btn-teal.btn-link.disabled.focus,
|
|
.btn-teal.btn-link[disabled]:hover,
|
|
.btn-teal.btn-link[disabled]:focus,
|
|
.btn-teal.btn-link[disabled].focus,
|
|
.btn-teal.btn-link:disabled:hover,
|
|
.btn-teal.btn-link:disabled:focus,
|
|
.btn-teal.btn-link:disabled.focus,
|
|
fieldset[disabled] .btn-teal.btn-link:hover,
|
|
fieldset[disabled] .btn-teal.btn-link:focus,
|
|
fieldset[disabled] .btn-teal.btn-link.focus {
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-teal.btn-link .badge {
|
|
color: transparent;
|
|
background-color: #008080;
|
|
}
|
|
|
|
.btn-green-bright {
|
|
color: #fff;
|
|
background-color: #2ECC71;
|
|
border-color: #2ECC71;
|
|
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
}
|
|
|
|
.btn-green-bright:hover {
|
|
color: #fff;
|
|
background-color: #27ad60;
|
|
border-color: #25a25a;
|
|
}
|
|
|
|
.btn-green-bright:focus,
|
|
.btn-green-bright.focus {
|
|
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(46, 204, 113, 0.5);
|
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(46, 204, 113, 0.5);
|
|
}
|
|
|
|
.btn-green-bright.disabled,
|
|
.btn-green-bright:disabled {
|
|
color: #fff;
|
|
background-color: #2ECC71;
|
|
border-color: #2ECC71;
|
|
}
|
|
|
|
.btn-green-bright:not(:disabled):not(.disabled):active,
|
|
.btn-green-bright:not(:disabled):not(.disabled).active,
|
|
.show>.btn-green-bright.dropdown-toggle {
|
|
color: #fff;
|
|
background-color: #25a25a;
|
|
border-color: #229854;
|
|
}
|
|
|
|
.btn-green-bright:not(:disabled):not(.disabled):active:focus,
|
|
.btn-green-bright:not(:disabled):not(.disabled).active:focus,
|
|
.show>.btn-green-bright.dropdown-toggle:focus {
|
|
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(46, 204, 113, 0.5);
|
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(46, 204, 113, 0.5);
|
|
}
|
|
|
|
.btn-outline-green-bright {
|
|
color: #2ECC71;
|
|
background-color: transparent;
|
|
background-image: none;
|
|
border-color: #2ECC71;
|
|
}
|
|
|
|
.btn-outline-green-bright:hover {
|
|
color: white;
|
|
background-color: #2ECC71;
|
|
border-color: #2ECC71;
|
|
}
|
|
|
|
.btn-outline-green-bright:focus,
|
|
.btn-outline-green-bright.focus {
|
|
-webkit-box-shadow: 0 0 0 0.2rem rgba(46, 204, 113, 0.5);
|
|
box-shadow: 0 0 0 0.2rem rgba(46, 204, 113, 0.5);
|
|
}
|
|
|
|
.btn-outline-green-bright.disabled,
|
|
.btn-outline-green-bright:disabled {
|
|
color: #2ECC71;
|
|
background-color: transparent;
|
|
}
|
|
|
|
.btn-outline-green-bright:not(:disabled):not(.disabled):active,
|
|
.btn-outline-green-bright:not(:disabled):not(.disabled).active,
|
|
.show>.btn-outline-green-bright.dropdown-toggle {
|
|
color: #fff;
|
|
background-color: #2ECC71;
|
|
border-color: #2ECC71;
|
|
}
|
|
|
|
.btn-outline-green-bright:not(:disabled):not(.disabled):active:focus,
|
|
.btn-outline-green-bright:not(:disabled):not(.disabled).active:focus,
|
|
.show>.btn-outline-green-bright.dropdown-toggle:focus {
|
|
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(46, 204, 113, 0.5);
|
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(46, 204, 113, 0.5);
|
|
}
|
|
|
|
.btn-green-bright.btn-invert {
|
|
background-color: #25a25a;
|
|
}
|
|
|
|
.btn-green-bright.btn-invert:hover,
|
|
.btn-green-bright.btn-invert:focus {
|
|
background-color: #2ECC71;
|
|
}
|
|
|
|
.btn-green-bright.btn-link {
|
|
color: #2ECC71;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-green-bright.btn-link:focus,
|
|
.btn-green-bright.btn-link.focus {
|
|
color: #2ECC71;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-green-bright.btn-link:hover {
|
|
color: #2ECC71;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-green-bright.btn-link:active,
|
|
.btn-green-bright.btn-link.active,
|
|
.show>.btn-green-bright.btn-link.dropdown-toggle,
|
|
.open>.btn-green-bright.btn-link.dropdown-toggle {
|
|
color: #2ECC71;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
background-image: none;
|
|
}
|
|
|
|
.btn-green-bright.btn-link:active:hover,
|
|
.btn-green-bright.btn-link:active:focus,
|
|
.btn-green-bright.btn-link:active.focus,
|
|
.btn-green-bright.btn-link.active:hover,
|
|
.btn-green-bright.btn-link.active:focus,
|
|
.btn-green-bright.btn-link.active.focus,
|
|
.show>.btn-green-bright.btn-link.dropdown-toggle:hover,
|
|
.show>.btn-green-bright.btn-link.dropdown-toggle:focus,
|
|
.show>.btn-green-bright.btn-link.dropdown-toggle.focus,
|
|
.open>.btn-green-bright.btn-link.dropdown-toggle:hover,
|
|
.open>.btn-green-bright.btn-link.dropdown-toggle:focus,
|
|
.open>.btn-green-bright.btn-link.dropdown-toggle.focus {
|
|
color: #2ECC71;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-green-bright.btn-link.disabled,
|
|
.btn-green-bright.btn-link[disabled],
|
|
.btn-green-bright.btn-link:disabled,
|
|
fieldset[disabled] .btn-green-bright.btn-link {
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-green-bright.btn-link.disabled:hover,
|
|
.btn-green-bright.btn-link.disabled:focus,
|
|
.btn-green-bright.btn-link.disabled.focus,
|
|
.btn-green-bright.btn-link[disabled]:hover,
|
|
.btn-green-bright.btn-link[disabled]:focus,
|
|
.btn-green-bright.btn-link[disabled].focus,
|
|
.btn-green-bright.btn-link:disabled:hover,
|
|
.btn-green-bright.btn-link:disabled:focus,
|
|
.btn-green-bright.btn-link:disabled.focus,
|
|
fieldset[disabled] .btn-green-bright.btn-link:hover,
|
|
fieldset[disabled] .btn-green-bright.btn-link:focus,
|
|
fieldset[disabled] .btn-green-bright.btn-link.focus {
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-green-bright.btn-link .badge {
|
|
color: transparent;
|
|
background-color: #2ECC71;
|
|
}
|
|
|
|
.btn-flat {
|
|
-webkit-box-shadow: none;
|
|
box-shadow: none;
|
|
}
|
|
|
|
.nav-pills .nav-link {
|
|
border-radius: 3px;
|
|
}
|
|
|
|
.nav-link {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.breadcrumb {
|
|
border-radius: 2px;
|
|
font-size: 90%;
|
|
}
|
|
|
|
.page-item:first-child .page-link,
|
|
.pagination-lg .page-item:first-child .page-link,
|
|
.pagination-sm .page-item:first-child .page-link {
|
|
border-bottom-left-radius: 2px;
|
|
border-top-left-radius: 2px;
|
|
}
|
|
|
|
.page-item:last-child .page-link,
|
|
.pagination-lg .page-item:last-child .page-link,
|
|
.pagination-sm .page-item:last-child .page-link {
|
|
border-bottom-right-radius: 2px;
|
|
border-top-right-radius: 2px;
|
|
}
|
|
|
|
.nav-icons .nav-link {
|
|
padding: 0 3px 0 0;
|
|
}
|
|
|
|
.nav-sm .nav-link {
|
|
font-size: 85%;
|
|
padding: .35em 0.5em;
|
|
}
|
|
|
|
.nav-lg .nav-link {
|
|
font-size: 120%;
|
|
padding: .75em 1.5em;
|
|
}
|
|
|
|
.nav-tabs .nav-link,
|
|
.nav-pills .nav-link {
|
|
-webkit-transition: all 0.2s ease-in;
|
|
transition: all 0.2s ease-in;
|
|
}
|
|
|
|
.nav-tabs {
|
|
margin-bottom: 1em;
|
|
}
|
|
|
|
.nav-tabs.card-header-tabs {
|
|
margin-bottom: -.75rem;
|
|
}
|
|
|
|
.nav-tabs .nav-item,
|
|
.nav-tabs .nav-item.show {
|
|
position: relative;
|
|
}
|
|
|
|
.nav-tabs .nav-item+.nav-item,
|
|
.nav-tabs .nav-item.show+.nav-item {
|
|
margin-left: 0;
|
|
}
|
|
|
|
.nav-tabs .nav-item:last-child,
|
|
.nav-tabs .nav-item.show:last-child {
|
|
margin-bottom: 0;
|
|
border-bottom: none;
|
|
}
|
|
|
|
.nav-tabs .nav-link,
|
|
.nav-tabs .nav-link:hover,
|
|
.nav-tabs .nav-link:focus,
|
|
.nav-tabs .nav-link:active,
|
|
.nav-tabs .nav-link.disabled {
|
|
border-radius: 2px !important;
|
|
margin-right: 5px;
|
|
margin-bottom: -1px;
|
|
background: transparent;
|
|
border: 1px solid #E6E6E6;
|
|
}
|
|
|
|
.nav-tabs .nav-link:hover {
|
|
background: #f7f7f7;
|
|
}
|
|
|
|
.nav-tabs .active>.nav-link,
|
|
.nav-tabs .active>.nav-link:hover,
|
|
.nav-tabs .nav-link.active,
|
|
.nav-tabs .nav-link.active:hover,
|
|
.nav-tabs .active>.nav-link:focus,
|
|
.nav-tabs .nav-link.active:focus {
|
|
color: #55A79A;
|
|
border: 1px solid #E6E6E6 !important;
|
|
border-bottom-color: white !important;
|
|
position: relative;
|
|
background: white;
|
|
}
|
|
|
|
.nav-tabs .active>.nav-link:before,
|
|
.nav-tabs .active>.nav-link:hover:before,
|
|
.nav-tabs .nav-link.active:before,
|
|
.nav-tabs .nav-link.active:hover:before,
|
|
.nav-tabs .active>.nav-link:focus:before,
|
|
.nav-tabs .nav-link.active:focus:before {
|
|
height: 4px;
|
|
width: 100%;
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
content: '';
|
|
}
|
|
|
|
.nav-tabs .nav-item.show .nav-link,
|
|
.nav-tabs .nav-item.show .nav-link:hover,
|
|
.nav-tabs .nav-item.show .nav-link:focus,
|
|
.nav-tabs .nav-item.show .nav-link:active {
|
|
background: #f7f7f7;
|
|
}
|
|
|
|
.nav-tabs .nav-item.show .nav-link.active,
|
|
.nav-tabs .nav-item.show .nav-link.active:hover,
|
|
.nav-tabs .nav-item.show .nav-link.active:focus,
|
|
.nav-tabs .nav-item.show .nav-link.active:active {
|
|
background: white;
|
|
}
|
|
|
|
.nav-stacked {
|
|
-webkit-box-orient: vertical;
|
|
-webkit-box-direction: normal;
|
|
-ms-flex-direction: column;
|
|
flex-direction: column;
|
|
-ms-flex-wrap: nowrap;
|
|
flex-wrap: nowrap;
|
|
}
|
|
|
|
.nav-stacked .nav-item {
|
|
margin: 0 !important;
|
|
float: none !important;
|
|
display: block !important;
|
|
}
|
|
|
|
.nav-stacked .nav-link {
|
|
display: block;
|
|
}
|
|
|
|
.nav-tabs.nav-stacked {
|
|
margin-right: 0;
|
|
border-bottom: 0;
|
|
border-right: none;
|
|
}
|
|
|
|
@media (min-width: 576px) {
|
|
.nav-tabs.nav-stacked {
|
|
border-right: 1px solid #E6E6E6;
|
|
padding-right: 0;
|
|
}
|
|
}
|
|
|
|
.nav-tabs.nav-stacked .nav-link,
|
|
.nav-tabs.nav-stacked .nav-link:hover,
|
|
.nav-tabs.nav-stacked .nav-link:focus,
|
|
.nav-tabs.nav-stacked .nav-link:active,
|
|
.nav-tabs.nav-stacked .nav-link.disabled {
|
|
border-radius: 0;
|
|
position: relative;
|
|
border-color: transparent;
|
|
margin-right: 0;
|
|
}
|
|
|
|
.nav-tabs.nav-stacked .nav-link i,
|
|
.nav-tabs.nav-stacked .nav-link:hover i,
|
|
.nav-tabs.nav-stacked .nav-link:focus i,
|
|
.nav-tabs.nav-stacked .nav-link:active i,
|
|
.nav-tabs.nav-stacked .nav-link.disabled i {
|
|
font-size: 22px;
|
|
position: absolute;
|
|
top: 50%;
|
|
right: 20px;
|
|
margin-top: -10px;
|
|
color: #E6E6E6;
|
|
}
|
|
|
|
.nav-tabs.nav-stacked .nav-link small,
|
|
.nav-tabs.nav-stacked .nav-link:hover small,
|
|
.nav-tabs.nav-stacked .nav-link:focus small,
|
|
.nav-tabs.nav-stacked .nav-link:active small,
|
|
.nav-tabs.nav-stacked .nav-link.disabled small {
|
|
display: block;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.nav-tabs.nav-stacked .active>.nav-link,
|
|
.nav-tabs.nav-stacked .active>.nav-link:hover,
|
|
.nav-tabs.nav-stacked .nav-link.active,
|
|
.nav-tabs.nav-stacked .nav-link.active:hover {
|
|
border: 1px solid #E6E6E6 !important;
|
|
bottom: 0;
|
|
}
|
|
|
|
@media (min-width: 576px) {
|
|
.nav-tabs.nav-stacked .active>.nav-link,
|
|
.nav-tabs.nav-stacked .active>.nav-link:hover,
|
|
.nav-tabs.nav-stacked .nav-link.active,
|
|
.nav-tabs.nav-stacked .nav-link.active:hover {
|
|
border-right-color: white !important;
|
|
margin-right: -1px;
|
|
}
|
|
}
|
|
|
|
.nav-tabs.nav-stacked .active>.nav-link:before,
|
|
.nav-tabs.nav-stacked .active>.nav-link:hover:before,
|
|
.nav-tabs.nav-stacked .nav-link.active:before,
|
|
.nav-tabs.nav-stacked .nav-link.active:hover:before {
|
|
height: 100%;
|
|
width: 4px;
|
|
left: 0;
|
|
top: 0;
|
|
bottom: 0;
|
|
}
|
|
|
|
.nav-tabs.nav-stacked .active>.nav-link i,
|
|
.nav-tabs.nav-stacked .active>.nav-link:hover i,
|
|
.nav-tabs.nav-stacked .nav-link.active i,
|
|
.nav-tabs.nav-stacked .nav-link.active:hover i {
|
|
color: #55A79A;
|
|
}
|
|
|
|
@media (min-width: 576px) {
|
|
.nav-tabs.nav-stacked.nav-tabs-right {
|
|
border-left: 1px solid #E6E6E6;
|
|
border-right: none;
|
|
}
|
|
}
|
|
|
|
.nav-tabs.nav-stacked.nav-tabs-right .nav-item .nav-link.active,
|
|
.nav-tabs.nav-stacked.nav-tabs-right .nav-item .nav-link.active:hover {
|
|
border: 1px solid #E6E6E6;
|
|
}
|
|
|
|
@media (min-width: 576px) {
|
|
.nav-tabs.nav-stacked.nav-tabs-right .nav-item .nav-link.active,
|
|
.nav-tabs.nav-stacked.nav-tabs-right .nav-item .nav-link.active:hover {
|
|
border-left-color: white !important;
|
|
margin-left: -1px;
|
|
}
|
|
}
|
|
|
|
.nav-tabs.nav-stacked.nav-tabs-right .nav-item .nav-link.active:before,
|
|
.nav-tabs.nav-stacked.nav-tabs-right .nav-item .nav-link.active:hover:before {
|
|
left: auto;
|
|
right: 0;
|
|
}
|
|
|
|
.nav-tabs-bold {
|
|
font-size: 1.1em;
|
|
}
|
|
|
|
.nav-tabs-bold .nav-link {
|
|
color: #242424;
|
|
padding: .8em 1.2em;
|
|
}
|
|
|
|
.nav-tabs-bold .nav-link.active {
|
|
color: #55A79A;
|
|
}
|
|
|
|
.nav-tabs .dropdown-menu {
|
|
border-color: #E6E6E6;
|
|
}
|
|
|
|
.page-item.active .page-link,
|
|
.page-item.active .page-link:focus,
|
|
.page-item.active .page-link:hover {
|
|
color: white;
|
|
}
|
|
|
|
.tab-content-bordered {
|
|
border: 1px solid #E6E6E6;
|
|
border-top: none;
|
|
padding: 15px;
|
|
margin-top: -1em;
|
|
}
|
|
|
|
.nav-section-menu .nav,
|
|
.nav-section-menu.nav {
|
|
padding: 2em 0;
|
|
margin-left: 0;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-box-direction: normal;
|
|
-ms-flex-direction: column;
|
|
flex-direction: column;
|
|
-ms-flex-wrap: nowrap;
|
|
flex-wrap: nowrap;
|
|
}
|
|
|
|
.nav-section-menu .nav .nav-header,
|
|
.nav-section-menu.nav .nav-header {
|
|
padding-left: 5px;
|
|
margin: 0;
|
|
text-transform: uppercase;
|
|
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
|
|
color: #999999;
|
|
font-weight: bold;
|
|
font-size: 11px;
|
|
display: block;
|
|
}
|
|
|
|
.nav-section-menu .nav .nav-link,
|
|
.nav-section-menu.nav .nav-link {
|
|
color: #494949;
|
|
color: rgba(27, 27, 27, 0.7);
|
|
border-radius: 0;
|
|
font-weight: bold;
|
|
font-size: 18px;
|
|
border: 1px solid #E6E6E6;
|
|
margin: -1px -1px 0 3px;
|
|
-webkit-box-shadow: 1px 1px 1px #fff;
|
|
box-shadow: 1px 1px 1px #fff;
|
|
background: #fcfcfc;
|
|
text-shadow: none;
|
|
padding: 8px 30px 8px 15px;
|
|
position: relative;
|
|
display: block;
|
|
}
|
|
|
|
.nav-section-menu .nav .nav-link i,
|
|
.nav-section-menu.nav .nav-link i {
|
|
font-size: 22px;
|
|
position: absolute;
|
|
top: 50%;
|
|
margin-top: -11px;
|
|
right: 25px;
|
|
color: #E6E6E6;
|
|
-webkit-transform: rotate(90deg);
|
|
transform: rotate(90deg);
|
|
}
|
|
|
|
.nav-section-menu .nav .nav-link small,
|
|
.nav-section-menu.nav .nav-link small {
|
|
display: block;
|
|
font-weight: normal;
|
|
color: rgba(27, 27, 27, 0.5);
|
|
}
|
|
|
|
.nav-section-menu .nav .nav-link:hover,
|
|
.nav-section-menu .nav .show.nav-link,
|
|
.nav-section-menu.nav .nav-link:hover,
|
|
.nav-section-menu.nav .show.nav-link {
|
|
background: whitesmoke;
|
|
}
|
|
|
|
.nav-section-menu .nav .nav-link.active,
|
|
.nav-section-menu .nav .nav-link.active:hover,
|
|
.nav-section-menu .nav .active .nav-link,
|
|
.nav-section-menu .nav .active .nav-link:hover,
|
|
.nav-section-menu.nav .nav-link.active,
|
|
.nav-section-menu.nav .nav-link.active:hover,
|
|
.nav-section-menu.nav .active .nav-link,
|
|
.nav-section-menu.nav .active .nav-link:hover {
|
|
border-left: 4px solid #55A79A;
|
|
background: #fff;
|
|
}
|
|
|
|
.nav-section-menu.nav-section-menu-right .nav .nav-link i,
|
|
.nav-section-menu.nav-section-menu-right.nav .nav-link i {
|
|
-webkit-transform: rotate(270deg);
|
|
transform: rotate(270deg);
|
|
}
|
|
|
|
.nav-section-menu .nav .nav-section-menu,
|
|
.nav-section-menu.nav .nav-section-menu {
|
|
padding: 0;
|
|
margin-left: 10px;
|
|
}
|
|
|
|
.nav-section-menu .nav .nav-section-menu .nav-link,
|
|
.nav-section-menu.nav .nav-section-menu .nav-link {
|
|
color: #494949;
|
|
color: rgba(27, 27, 27, 0.7);
|
|
font-weight: 400;
|
|
font-size: 90%;
|
|
background: #fff;
|
|
padding: 6px 30px 5px 10px;
|
|
}
|
|
|
|
.nav-section-menu .nav .nav-section-menu .nav-link:hover,
|
|
.nav-section-menu.nav .nav-section-menu .nav-link:hover {
|
|
background: #fafafa;
|
|
}
|
|
|
|
.nav-section-menu .nav-section-menu-right.nav .nav-section-menu,
|
|
.nav-section-menu.nav-section-menu-right.nav .nav-section-menu {
|
|
margin-left: 0;
|
|
margin-right: 10px;
|
|
}
|
|
|
|
@media (min-width: 768px) {
|
|
.nav-section-menu .nav,
|
|
.nav-section-menu.nav {
|
|
border-right: 1px solid #E6E6E6;
|
|
}
|
|
.nav-section-menu .nav .nav-link i,
|
|
.nav-section-menu.nav .nav-link i {
|
|
right: 10px;
|
|
-webkit-transform: rotate(0deg);
|
|
transform: rotate(0deg);
|
|
}
|
|
.nav-section-menu .nav .nav-link.active,
|
|
.nav-section-menu .nav .nav-link.active:hover,
|
|
.nav-section-menu .nav .active .nav-link,
|
|
.nav-section-menu .nav .active .nav-link:hover,
|
|
.nav-section-menu.nav .nav-link.active,
|
|
.nav-section-menu.nav .nav-link.active:hover,
|
|
.nav-section-menu.nav .active .nav-link,
|
|
.nav-section-menu.nav .active .nav-link:hover {
|
|
border-right-color: #fff;
|
|
}
|
|
.nav-section-menu .nav .show.nav-link i,
|
|
.nav-section-menu.nav .show.nav-link i {
|
|
-webkit-transform: rotate(90deg);
|
|
transform: rotate(90deg);
|
|
color: silver;
|
|
}
|
|
.nav-section-menu.nav-section-menu-right .nav,
|
|
.nav-section-menu.nav-section-menu-right.nav {
|
|
border-right: none;
|
|
border-left: 1px solid #E6E6E6;
|
|
}
|
|
.nav-section-menu.nav-section-menu-right .nav .nav-header,
|
|
.nav-section-menu.nav-section-menu-right.nav .nav-header {
|
|
text-align: right;
|
|
padding-right: 5px;
|
|
}
|
|
.nav-section-menu.nav-section-menu-right .nav .nav-link i,
|
|
.nav-section-menu.nav-section-menu-right.nav .nav-link i {
|
|
right: auto;
|
|
left: 10px;
|
|
-webkit-transform: rotate(0deg);
|
|
transform: rotate(0deg);
|
|
}
|
|
.nav-section-menu.nav-section-menu-right .nav .nav-link,
|
|
.nav-section-menu.nav-section-menu-right.nav .nav-link {
|
|
margin-left: -1px;
|
|
margin-right: 0;
|
|
padding-left: 30px;
|
|
padding-right: 15px;
|
|
}
|
|
.nav-section-menu.nav-section-menu-right .nav .nav-link.active,
|
|
.nav-section-menu.nav-section-menu-right .nav .nav-link.active:hover,
|
|
.nav-section-menu.nav-section-menu-right .nav .active .nav-link,
|
|
.nav-section-menu.nav-section-menu-right .nav .active .nav-link:hover,
|
|
.nav-section-menu.nav-section-menu-right.nav .nav-link.active,
|
|
.nav-section-menu.nav-section-menu-right.nav .nav-link.active:hover,
|
|
.nav-section-menu.nav-section-menu-right.nav .active .nav-link,
|
|
.nav-section-menu.nav-section-menu-right.nav .active .nav-link:hover {
|
|
border-left-color: white;
|
|
border-right: 4px solid #55A79A;
|
|
}
|
|
.nav .nav-section-menu .nav-link,
|
|
.nav .nav-section-menu .nav-link {
|
|
margin-right: -2px;
|
|
}
|
|
.nav-section-menu-right.nav .nav-section-menu .nav-link,
|
|
.nav-section-menu-right.nav .nav-section-menu .nav-link {
|
|
margin-right: 0;
|
|
margin-left: -2px;
|
|
}
|
|
}
|
|
|
|
.nav-steps {
|
|
border: none;
|
|
text-align: center;
|
|
position: relative;
|
|
padding: 30px 0;
|
|
}
|
|
|
|
.nav-steps:after {
|
|
background: #E6E6E6;
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
content: '';
|
|
z-index: 0;
|
|
height: 100%;
|
|
width: 1px;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.nav-steps .nav-link {
|
|
-webkit-transition: all 0.3s ease;
|
|
transition: all 0.3s ease;
|
|
text-align: center;
|
|
border-radius: 2px;
|
|
border: 1px solid #E6E6E6;
|
|
background: white;
|
|
display: block;
|
|
margin-bottom: 15px;
|
|
padding: 1rem;
|
|
color: rgba(27, 27, 27, 0.8);
|
|
}
|
|
|
|
.nav-steps .nav-link:hover {
|
|
background: #f7f7f9;
|
|
}
|
|
|
|
.nav-steps .nav-link.active,
|
|
.nav-steps .nav-link.active:hover {
|
|
background: #55A79A;
|
|
border-color: #55A79A;
|
|
color: white;
|
|
}
|
|
|
|
.nav-steps .nav-item,
|
|
.nav-steps .nav-item.show {
|
|
z-index: 1;
|
|
position: relative;
|
|
padding: 0;
|
|
}
|
|
|
|
/* Responsive */
|
|
|
|
.nav-steps.flex-row:after,
|
|
.nav-steps.flex-row-reverse:after {
|
|
height: 1px;
|
|
width: 100%;
|
|
top: 50%;
|
|
}
|
|
|
|
.nav-steps.flex-row .nav-link,
|
|
.nav-steps.flex-row-reverse .nav-link {
|
|
padding: 2rem;
|
|
}
|
|
|
|
.nav-steps.flex-row.nav-steps-lg .nav-link,
|
|
.nav-steps.flex-row-reverse.nav-steps-lg .nav-link {
|
|
padding: 3rem;
|
|
}
|
|
|
|
.nav-steps.flex-row.nav-steps-circles .nav-link,
|
|
.nav-steps.flex-row-reverse.nav-steps-circles .nav-link {
|
|
width: 120px;
|
|
height: 120px;
|
|
border-radius: 100%;
|
|
}
|
|
|
|
.nav-steps.flex-row.nav-steps-circles.nav-steps-lg .nav-link,
|
|
.nav-steps.flex-row-reverse.nav-steps-circles.nav-steps-lg .nav-link {
|
|
height: 160px;
|
|
width: 160px;
|
|
}
|
|
|
|
@media (min-width: 576px) {
|
|
.nav-steps.flex-sm-row:after,
|
|
.nav-steps.flex-sm-row-reverse:after {
|
|
height: 1px;
|
|
width: 100%;
|
|
top: 50%;
|
|
}
|
|
.nav-steps.flex-sm-row .nav-link,
|
|
.nav-steps.flex-sm-row-reverse .nav-link {
|
|
padding: 2rem;
|
|
}
|
|
.nav-steps.flex-sm-row.nav-steps-lg .nav-link,
|
|
.nav-steps.flex-sm-row-reverse.nav-steps-lg .nav-link {
|
|
padding: 3rem;
|
|
}
|
|
.nav-steps.flex-sm-row.nav-steps-circles .nav-link,
|
|
.nav-steps.flex-sm-row-reverse.nav-steps-circles .nav-link {
|
|
width: 120px;
|
|
height: 120px;
|
|
border-radius: 100%;
|
|
}
|
|
.nav-steps.flex-sm-row.nav-steps-circles.nav-steps-lg .nav-link,
|
|
.nav-steps.flex-sm-row-reverse.nav-steps-circles.nav-steps-lg .nav-link {
|
|
height: 160px;
|
|
width: 160px;
|
|
}
|
|
}
|
|
|
|
@media (min-width: 768px) {
|
|
.nav-steps.flex-md-row:after,
|
|
.nav-steps.flex-md-row-reverse:after {
|
|
height: 1px;
|
|
width: 100%;
|
|
top: 50%;
|
|
}
|
|
.nav-steps.flex-md-row .nav-link,
|
|
.nav-steps.flex-md-row-reverse .nav-link {
|
|
padding: 2rem;
|
|
}
|
|
.nav-steps.flex-md-row.nav-steps-lg .nav-link,
|
|
.nav-steps.flex-md-row-reverse.nav-steps-lg .nav-link {
|
|
padding: 3rem;
|
|
}
|
|
.nav-steps.flex-md-row.nav-steps-circles .nav-link,
|
|
.nav-steps.flex-md-row-reverse.nav-steps-circles .nav-link {
|
|
width: 120px;
|
|
height: 120px;
|
|
border-radius: 100%;
|
|
}
|
|
.nav-steps.flex-md-row.nav-steps-circles.nav-steps-lg .nav-link,
|
|
.nav-steps.flex-md-row-reverse.nav-steps-circles.nav-steps-lg .nav-link {
|
|
height: 160px;
|
|
width: 160px;
|
|
}
|
|
}
|
|
|
|
@media (min-width: 992px) {
|
|
.nav-steps.flex-lg-row:after,
|
|
.nav-steps.flex-lg-row-reverse:after {
|
|
height: 1px;
|
|
width: 100%;
|
|
top: 50%;
|
|
}
|
|
.nav-steps.flex-lg-row .nav-link,
|
|
.nav-steps.flex-lg-row-reverse .nav-link {
|
|
padding: 2rem;
|
|
}
|
|
.nav-steps.flex-lg-row.nav-steps-lg .nav-link,
|
|
.nav-steps.flex-lg-row-reverse.nav-steps-lg .nav-link {
|
|
padding: 3rem;
|
|
}
|
|
.nav-steps.flex-lg-row.nav-steps-circles .nav-link,
|
|
.nav-steps.flex-lg-row-reverse.nav-steps-circles .nav-link {
|
|
width: 120px;
|
|
height: 120px;
|
|
border-radius: 100%;
|
|
}
|
|
.nav-steps.flex-lg-row.nav-steps-circles.nav-steps-lg .nav-link,
|
|
.nav-steps.flex-lg-row-reverse.nav-steps-circles.nav-steps-lg .nav-link {
|
|
height: 160px;
|
|
width: 160px;
|
|
}
|
|
}
|
|
|
|
@media (min-width: 1200px) {
|
|
.nav-steps.flex-xl-row:after,
|
|
.nav-steps.flex-xl-row-reverse:after {
|
|
height: 1px;
|
|
width: 100%;
|
|
top: 50%;
|
|
}
|
|
.nav-steps.flex-xl-row .nav-link,
|
|
.nav-steps.flex-xl-row-reverse .nav-link {
|
|
padding: 2rem;
|
|
}
|
|
.nav-steps.flex-xl-row.nav-steps-lg .nav-link,
|
|
.nav-steps.flex-xl-row-reverse.nav-steps-lg .nav-link {
|
|
padding: 3rem;
|
|
}
|
|
.nav-steps.flex-xl-row.nav-steps-circles .nav-link,
|
|
.nav-steps.flex-xl-row-reverse.nav-steps-circles .nav-link {
|
|
width: 120px;
|
|
height: 120px;
|
|
border-radius: 100%;
|
|
}
|
|
.nav-steps.flex-xl-row.nav-steps-circles.nav-steps-lg .nav-link,
|
|
.nav-steps.flex-xl-row-reverse.nav-steps-circles.nav-steps-lg .nav-link {
|
|
height: 160px;
|
|
width: 160px;
|
|
}
|
|
}
|
|
|
|
.nav.collapse {
|
|
display: none;
|
|
}
|
|
|
|
.nav.collapse.show {
|
|
display: block;
|
|
}
|
|
|
|
.dropdown-nav-tabs {
|
|
margin-left: -15px;
|
|
margin-right: -15px;
|
|
padding: 0 15px;
|
|
}
|
|
|
|
.navbar-offcanvas .tab-content {
|
|
padding: 0 !important;
|
|
}
|
|
|
|
.navbar-offcanvas .tab-content .tab-pane {
|
|
padding: 0 15px;
|
|
}
|
|
|
|
.navbar-offcanvas .nav-pills {
|
|
padding: 7.5px;
|
|
}
|
|
|
|
.navbar-offcanvas .nav-tabs {
|
|
margin-bottom: 0;
|
|
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
|
|
}
|
|
|
|
.navbar-offcanvas .nav-tabs .nav-link,
|
|
.navbar-offcanvas .nav-tabs .nav-link:hover,
|
|
.navbar-offcanvas .nav-tabs .nav-link:focus,
|
|
.navbar-offcanvas .nav-tabs .nav-link:active,
|
|
.navbar-offcanvas .nav-tabs .nav-link.disabled {
|
|
border-radius: 0 !important;
|
|
margin-right: 0;
|
|
margin-bottom: 0;
|
|
background: transparent;
|
|
border: 1px solid rgba(255, 255, 255, 0.1) !important;
|
|
border-bottom: none !important;
|
|
}
|
|
|
|
.navbar-offcanvas .nav-tabs .nav-link:hover {
|
|
background: #282828;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.navbar-offcanvas .nav-tabs .active>.nav-link,
|
|
.navbar-offcanvas .nav-tabs .active>.nav-link:hover,
|
|
.navbar-offcanvas .nav-tabs .nav-link.active,
|
|
.navbar-offcanvas .nav-tabs .nav-link.active:hover,
|
|
.navbar-offcanvas .nav-tabs .active>.nav-link:focus,
|
|
.navbar-offcanvas .nav-tabs .nav-link.active:focus {
|
|
color: #55A79A;
|
|
border: 1px solid rgba(255, 255, 255, 0.1) !important;
|
|
position: relative;
|
|
background: #282828;
|
|
}
|
|
|
|
.navbar-offcanvas .nav-tabs .active>.nav-link:before,
|
|
.navbar-offcanvas .nav-tabs .active>.nav-link:hover:before,
|
|
.navbar-offcanvas .nav-tabs .nav-link.active:before,
|
|
.navbar-offcanvas .nav-tabs .nav-link.active:hover:before,
|
|
.navbar-offcanvas .nav-tabs .active>.nav-link:focus:before,
|
|
.navbar-offcanvas .nav-tabs .nav-link.active:focus:before {
|
|
height: 2px;
|
|
width: 100%;
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
content: '';
|
|
}
|
|
|
|
.navbar-offcanvas .nav-tabs .nav-item.show .nav-link,
|
|
.navbar-offcanvas .nav-tabs .nav-item.show .nav-link:hover,
|
|
.navbar-offcanvas .nav-tabs .nav-item.show .nav-link:focus,
|
|
.navbar-offcanvas .nav-tabs .nav-item.show .nav-link:active {
|
|
background: transparent;
|
|
}
|
|
|
|
.navbar-offcanvas .nav-tabs .nav-item.show .nav-link.active,
|
|
.navbar-offcanvas .nav-tabs .nav-item.show .nav-link.active:hover,
|
|
.navbar-offcanvas .nav-tabs .nav-item.show .nav-link.active:focus,
|
|
.navbar-offcanvas .nav-tabs .nav-item.show .nav-link.active:active {
|
|
background: transparent;
|
|
}
|
|
|
|
.nav-pills-flat .nav-link {
|
|
border-radius: 0;
|
|
background-color: #f7f7f7;
|
|
color: #333;
|
|
margin-right: 1px;
|
|
}
|
|
|
|
.nav-pills-flat .nav-link:last-child {
|
|
margin-right: 0;
|
|
}
|
|
|
|
.nav-pills-flat .nav-link:hover {
|
|
background-color: #e9ecef;
|
|
}
|
|
|
|
.nav-tabs-flat {
|
|
position: relative;
|
|
}
|
|
|
|
.nav-tabs-flat:after {
|
|
height: 1px;
|
|
width: 100%;
|
|
content: '';
|
|
position: absolute;
|
|
bottom: 0;
|
|
left: 0;
|
|
right: 0;
|
|
background-color: rgba(0, 0, 0, 0.1);
|
|
}
|
|
|
|
.nav-tabs-flat .nav-link {
|
|
border-radius: 0;
|
|
background-color: transparent;
|
|
position: relative;
|
|
color: #495057;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.nav-tabs-flat .nav-link:hover {
|
|
background-color: transparent;
|
|
}
|
|
|
|
.nav-pills-border-bottom,
|
|
.nav-pills-border-bottom-inside {
|
|
position: relative;
|
|
}
|
|
|
|
.nav-pills-border-bottom:after,
|
|
.nav-pills-border-bottom-inside:after {
|
|
height: 1px;
|
|
width: 100%;
|
|
content: '';
|
|
position: absolute;
|
|
bottom: 0;
|
|
left: 0;
|
|
right: 0;
|
|
background-color: rgba(0, 0, 0, 0.1);
|
|
}
|
|
|
|
.nav-pills-border-bottom .nav-link,
|
|
.nav-pills-border-bottom-inside .nav-link {
|
|
border-radius: 0;
|
|
background: transparent;
|
|
position: relative;
|
|
color: #495057;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.nav-pills-border-bottom .nav-link:after,
|
|
.nav-pills-border-bottom-inside .nav-link:after {
|
|
height: 2px;
|
|
width: 100%;
|
|
content: '';
|
|
position: absolute;
|
|
bottom: 0;
|
|
left: -100%;
|
|
right: 0;
|
|
background-color: transparent;
|
|
-webkit-transition: all 0.3s ease-in-out;
|
|
transition: all 0.3s ease-in-out;
|
|
}
|
|
|
|
.nav-pills-border-bottom .nav-link:hover,
|
|
.nav-pills-border-bottom-inside .nav-link:hover {
|
|
background: transparent;
|
|
}
|
|
|
|
.nav-pills-border-bottom .nav-link.active,
|
|
.nav-pills-border-bottom-inside .nav-link.active {
|
|
background: transparent !important;
|
|
}
|
|
|
|
.nav-pills-border-bottom .nav-link.active:after,
|
|
.nav-pills-border-bottom-inside .nav-link.active:after {
|
|
left: 0;
|
|
}
|
|
|
|
.nav-pills-border-bottom.nav-pills-border-bottom-inside:after,
|
|
.nav-pills-border-bottom.nav-pills-border-bottom-inside .nav-link:after,
|
|
.nav-pills-border-bottom-inside.nav-pills-border-bottom-inside:after,
|
|
.nav-pills-border-bottom-inside.nav-pills-border-bottom-inside .nav-link:after {
|
|
height: 2px;
|
|
}
|
|
|
|
.nav-pills-border-bottom.nav-pills-border-lg.nav-pills-border-bottom-inside:after,
|
|
.nav-pills-border-bottom.nav-pills-border-lg .nav-link:after,
|
|
.nav-pills-border-bottom-inside.nav-pills-border-lg.nav-pills-border-bottom-inside:after,
|
|
.nav-pills-border-bottom-inside.nav-pills-border-lg .nav-link:after {
|
|
height: 5px;
|
|
}
|
|
|
|
.nav-border-bottom,
|
|
.nav-border-top,
|
|
.nav-border-center {
|
|
position: relative;
|
|
}
|
|
|
|
.nav-border-bottom:after,
|
|
.nav-border-top:after,
|
|
.nav-border-center:after {
|
|
height: 1px;
|
|
width: 100%;
|
|
content: '';
|
|
position: absolute;
|
|
bottom: 0;
|
|
left: 0;
|
|
right: 0;
|
|
background-color: rgba(0, 0, 0, 0.1);
|
|
}
|
|
|
|
.nav-border-top:after {
|
|
top: 0;
|
|
}
|
|
|
|
.nav-border-center:after {
|
|
top: 50%;
|
|
margin-top: -1px;
|
|
}
|
|
|
|
.nav-rounded-group>.nav-item:first-child>.nav-link,
|
|
.nav-rounded-group>.nav-link:first-child {
|
|
border-bottom-left-radius: 30px;
|
|
border-top-left-radius: 30px;
|
|
}
|
|
|
|
.nav-rounded-group>.nav-item:last-child>.nav-link,
|
|
.nav-rounded-group>.nav-link:last-child {
|
|
border-bottom-right-radius: 30px;
|
|
border-top-right-radius: 30px;
|
|
}
|
|
|
|
body.modal-open {
|
|
padding: 0 !important;
|
|
}
|
|
|
|
body.modal-open .jPanelMenu-panel {
|
|
position: static !important;
|
|
}
|
|
|
|
.modal-static {
|
|
position: relative;
|
|
top: auto;
|
|
right: auto;
|
|
bottom: auto;
|
|
left: auto;
|
|
z-index: 1 !important;
|
|
display: block;
|
|
margin-bottom: 1em;
|
|
}
|
|
|
|
.modal-static .modal-dialog {
|
|
left: auto;
|
|
margin-right: auto;
|
|
margin-left: auto;
|
|
padding: 0 !important;
|
|
}
|
|
|
|
.modal {
|
|
z-index: 1050;
|
|
padding: 0 !important;
|
|
}
|
|
|
|
.modal[data-toggle="modal-onload"] {
|
|
z-index: -1;
|
|
}
|
|
|
|
.modal[data-toggle="modal-onload"].show {
|
|
z-index: 1050;
|
|
}
|
|
|
|
.modal-dialog {
|
|
z-index: 1050;
|
|
}
|
|
|
|
.modal-content {
|
|
-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
|
|
box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
|
|
border-radius: 3px;
|
|
}
|
|
|
|
.modal-backdrop {
|
|
z-index: 1040;
|
|
background-color: #000;
|
|
}
|
|
|
|
.modal-backdrop.fade {
|
|
opacity: 0;
|
|
}
|
|
|
|
.modal-backdrop.show,
|
|
.modal-backdrop.fade.show {
|
|
opacity: 0.5;
|
|
}
|
|
|
|
.modal-header {
|
|
padding: 15px;
|
|
min-height: 16.5;
|
|
}
|
|
|
|
.modal-title {
|
|
margin: 0;
|
|
}
|
|
|
|
.modal-body {
|
|
padding: 1rem;
|
|
}
|
|
|
|
.modal-footer {
|
|
margin-top: 0;
|
|
padding: 0rem 1rem 1rem;
|
|
}
|
|
|
|
@media (min-width: 576px) {
|
|
.modal-dialog {
|
|
padding-top: 5%;
|
|
padding-bottom: 30px;
|
|
}
|
|
.modal-content {
|
|
-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
|
|
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
|
|
}
|
|
}
|
|
|
|
.modal-progress {
|
|
height: 5px;
|
|
background: #55A79A;
|
|
display: block;
|
|
width: 0;
|
|
-webkit-transition: width 0.2s ease-in-out;
|
|
transition: width 0.2s ease-in-out;
|
|
}
|
|
|
|
.modal-fs {
|
|
width: 100%;
|
|
height: 100%;
|
|
max-width: 100% !important;
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
|
|
.modal-fs .modal-content {
|
|
position: fixed;
|
|
height: 100%;
|
|
width: 100%;
|
|
max-width: 100%;
|
|
padding: 0;
|
|
margin: 0;
|
|
top: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
right: 0;
|
|
border-radius: 0;
|
|
border: none;
|
|
}
|
|
|
|
.close:focus,
|
|
.close:active {
|
|
outline: none;
|
|
}
|
|
|
|
.modal-animate .modal-backdrop {
|
|
display: none !important;
|
|
}
|
|
|
|
.modal[data-modal-animate-in],
|
|
.modal[data-modal-animate-in].fade .modal-dialog,
|
|
.modal[data-modal-animate-out],
|
|
.modal[data-modal-animate-out].fade .modal-dialog {
|
|
-webkit-transform: translate(0);
|
|
transform: translate(0);
|
|
z-index: 1050 !important;
|
|
}
|
|
|
|
.modal-animate-closing {
|
|
display: block !important;
|
|
}
|
|
|
|
.modal-animate-backdrop {
|
|
position: fixed;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
z-index: 1040;
|
|
background-color: #000;
|
|
opacity: 0;
|
|
-webkit-transition: all 0.4s ease-in;
|
|
transition: all 0.4s ease-in;
|
|
visibility: hidden;
|
|
}
|
|
|
|
.modal-animate-backdrop.show {
|
|
visibility: visible;
|
|
opacity: 0.5;
|
|
}
|
|
|
|
.modal-no-backdrop {
|
|
overflow: auto;
|
|
}
|
|
|
|
.modal-no-backdrop .modal-backdrop,
|
|
.modal-no-backdrop .modal-backdrop.show,
|
|
.modal-no-backdrop .modal-animate-backdrop,
|
|
.modal-no-backdrop .modal-animate-backdrop.show {
|
|
display: none !important;
|
|
}
|
|
|
|
.list-group-item {
|
|
display: block;
|
|
}
|
|
|
|
.list-group-item-secondary,
|
|
a.list-group-item-secondary,
|
|
button.list-group-item-secondary {
|
|
background-color: white;
|
|
color: #1b1b1b;
|
|
}
|
|
|
|
a.list-group-item-secondary:hover,
|
|
a.list-group-item-secondary:focus,
|
|
button.list-group-item-secondary:hover,
|
|
button.list-group-item-secondary:focus {
|
|
color: #1b1b1b;
|
|
background-color: #f2f2f2;
|
|
}
|
|
|
|
.list-group-item-inverse,
|
|
a.list-group-item-inverse,
|
|
button.list-group-item-inverse {
|
|
background-color: #292b2c;
|
|
color: white;
|
|
}
|
|
|
|
a.list-group-item-inverse:hover,
|
|
a.list-group-item-inverse:focus,
|
|
button.list-group-item-inverse:hover,
|
|
button.list-group-item-inverse:focus {
|
|
color: white;
|
|
background-color: black;
|
|
}
|
|
|
|
.list-group-item .badge {
|
|
margin-right: 0.5rem;
|
|
}
|
|
|
|
.list-group-striped {
|
|
list-style: none;
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
|
|
.list-group-striped .list-group-item:nth-child(odd),
|
|
.list-group-striped .list-group-item.w-odd {
|
|
background: #f3f3f3;
|
|
}
|
|
|
|
.list-item-icon {
|
|
width: 1.28571429em;
|
|
text-align: center;
|
|
}
|
|
|
|
.card {
|
|
border-radius: 2px;
|
|
position: relative;
|
|
overflow: hidden;
|
|
margin-bottom: 1rem;
|
|
}
|
|
|
|
.card.clickable-element {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.card.clickable-element:hover {
|
|
-webkit-box-shadow: 1px 1px 8px #ced4da;
|
|
box-shadow: 1px 1px 8px #ced4da;
|
|
}
|
|
|
|
.card.clickable-element.card-silent:hover {
|
|
-webkit-box-shadow: none;
|
|
box-shadow: none;
|
|
}
|
|
|
|
.card-group .card {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
@media (min-width: 576px) {
|
|
.card-group .card+.card-outline-primary,
|
|
.card-group .card+.card-outline-secondary,
|
|
.card-group .card+.card-outline-success,
|
|
.card-group .card+.card-outline-info,
|
|
.card-group .card+.card-outline-warning,
|
|
.card-group .card+.card-outline-danger {
|
|
position: relative;
|
|
z-index: 1;
|
|
left: -1px;
|
|
}
|
|
.card-group .card+.card-outline-primary+.card-outline-primary,
|
|
.card-group .card+.card-outline-secondary+.card-outline-primary,
|
|
.card-group .card+.card-outline-success+.card-outline-primary,
|
|
.card-group .card+.card-outline-info+.card-outline-primary,
|
|
.card-group .card+.card-outline-warning+.card-outline-primary,
|
|
.card-group .card+.card-outline-danger+.card-outline-primary {
|
|
border-left: none;
|
|
}
|
|
.card-group .card+.card-outline-secondary {
|
|
border-left: 1px solid #ccc;
|
|
}
|
|
.card-group .card+.card-outline-success {
|
|
border-left: 1px solid #5cb85c;
|
|
}
|
|
.card-group .card+.card-outline-info {
|
|
border-left: 1px solid #5bc0de;
|
|
}
|
|
.card-group .card+.card-outline-warning {
|
|
border-left: 1px solid #f0ad4e;
|
|
}
|
|
.card-group .card+.card-outline-danger {
|
|
border-left: 1px solid #d9534f;
|
|
}
|
|
}
|
|
|
|
.card-ribbon {
|
|
width: 200px;
|
|
padding: 2px 5px;
|
|
position: absolute;
|
|
text-align: center;
|
|
font-size: 12px;
|
|
z-index: 1;
|
|
}
|
|
|
|
.card-ribbon-top {
|
|
top: 20px;
|
|
}
|
|
|
|
.card-ribbon-bottom {
|
|
bottom: 20px;
|
|
}
|
|
|
|
.card-ribbon-left {
|
|
left: -70px;
|
|
}
|
|
|
|
.card-ribbon-right {
|
|
right: -70px;
|
|
}
|
|
|
|
.card-ribbon-top.card-ribbon-left,
|
|
.card-ribbon-bottom.card-ribbon-right {
|
|
-webkit-transform: rotate(-45deg);
|
|
transform: rotate(-45deg);
|
|
}
|
|
|
|
.card-ribbon-top.card-ribbon-right,
|
|
.card-ribbon-bottom.card-ribbon-left {
|
|
-webkit-transform: rotate(45deg);
|
|
transform: rotate(45deg);
|
|
}
|
|
|
|
.card-block-overlap {
|
|
margin-left: -4px !important;
|
|
margin-right: -4px !important;
|
|
}
|
|
|
|
@media (min-width: 576px) {
|
|
.card-grid-overlap .col-lg,
|
|
.card-grid-overlap .col-lg-1,
|
|
.card-grid-overlap .col-lg-10,
|
|
.card-grid-overlap .col-lg-11,
|
|
.card-grid-overlap .col-lg-12,
|
|
.card-grid-overlap .col-lg-2,
|
|
.card-grid-overlap .col-lg-3,
|
|
.card-grid-overlap .col-lg-4,
|
|
.card-grid-overlap .col-lg-5,
|
|
.card-grid-overlap .col-lg-6,
|
|
.card-grid-overlap .col-lg-7,
|
|
.card-grid-overlap .col-lg-8,
|
|
.card-grid-overlap .col-lg-9,
|
|
.card-grid-overlap .col-md,
|
|
.card-grid-overlap .col-md-1,
|
|
.card-grid-overlap .col-md-10,
|
|
.card-grid-overlap .col-md-11,
|
|
.card-grid-overlap .col-md-12,
|
|
.card-grid-overlap .col-md-2,
|
|
.card-grid-overlap .col-md-3,
|
|
.card-grid-overlap .col-md-4,
|
|
.card-grid-overlap .col-md-5,
|
|
.card-grid-overlap .col-md-6,
|
|
.card-grid-overlap .col-md-7,
|
|
.card-grid-overlap .col-md-8,
|
|
.card-grid-overlap .col-md-9,
|
|
.card-grid-overlap .col-sm,
|
|
.card-grid-overlap .col-sm-1,
|
|
.card-grid-overlap .col-sm-10,
|
|
.card-grid-overlap .col-sm-11,
|
|
.card-grid-overlap .col-sm-12,
|
|
.card-grid-overlap .col-sm-2,
|
|
.card-grid-overlap .col-sm-3,
|
|
.card-grid-overlap .col-sm-4,
|
|
.card-grid-overlap .col-sm-5,
|
|
.card-grid-overlap .col-sm-6,
|
|
.card-grid-overlap .col-sm-7,
|
|
.card-grid-overlap .col-sm-8,
|
|
.card-grid-overlap .col-sm-9,
|
|
.card-grid-overlap .col-xl,
|
|
.card-grid-overlap .col-xl-1,
|
|
.card-grid-overlap .col-xl-10,
|
|
.card-grid-overlap .col-xl-11,
|
|
.card-grid-overlap .col-xl-12,
|
|
.card-grid-overlap .col-xl-2,
|
|
.card-grid-overlap .col-xl-3,
|
|
.card-grid-overlap .col-xl-4,
|
|
.card-grid-overlap .col-xl-5,
|
|
.card-grid-overlap .col-xl-6,
|
|
.card-grid-overlap .col-xl-7,
|
|
.card-grid-overlap .col-xl-8,
|
|
.card-grid-overlap .col-xl-9,
|
|
.card-grid-overlap .col-xs,
|
|
.card-grid-overlap .col-xs-1,
|
|
.card-grid-overlap .col-xs-10,
|
|
.card-grid-overlap .col-xs-11,
|
|
.card-grid-overlap .col-xs-12,
|
|
.card-grid-overlap .col-xs-2,
|
|
.card-grid-overlap .col-xs-3,
|
|
.card-grid-overlap .col-xs-4,
|
|
.card-grid-overlap .col-xs-5,
|
|
.card-grid-overlap .col-xs-6,
|
|
.card-grid-overlap .col-xs-7,
|
|
.card-grid-overlap .col-xs-8,
|
|
.card-grid-overlap .col-xs-9 {
|
|
padding-left: 0;
|
|
padding-right: 0;
|
|
}
|
|
.card-grid-overlap .card {
|
|
margin-left: -1px;
|
|
}
|
|
.card-grid-overlap .card-outline-primary,
|
|
.card-grid-overlap .card-outline-secondary,
|
|
.card-grid-overlap .card-outline-success,
|
|
.card-grid-overlap .card-outline-info,
|
|
.card-grid-overlap .card-outline-warning,
|
|
.card-grid-overlap .card-outline-danger {
|
|
position: relative;
|
|
z-index: 1;
|
|
}
|
|
}
|
|
|
|
.card-accordion .card-header a[data-toggle="collapse"] {
|
|
display: block;
|
|
padding: 15px;
|
|
}
|
|
|
|
.card-accordion .card-header a[data-toggle="collapse"]:after {
|
|
font-family: 'Font Awesome 5 Free';
|
|
font-weight: 900;
|
|
font-style: normal;
|
|
speak: none;
|
|
display: inline-block;
|
|
content: "\f107";
|
|
float: right;
|
|
line-height: 1;
|
|
width: 22px;
|
|
font-size: 20px;
|
|
text-align: center;
|
|
}
|
|
|
|
.card-accordion .card-header a[data-toggle="collapse"].collapsed:after {
|
|
font-family: 'Font Awesome 5 Free';
|
|
font-weight: 900;
|
|
font-style: normal;
|
|
speak: none;
|
|
display: inline-block;
|
|
content: "\f105";
|
|
}
|
|
|
|
.card-accordion .card-header a[data-toggle="collapse"]:hover {
|
|
text-decoration: none;
|
|
}
|
|
|
|
.card-accordion.card-accordion-icons-left .card-header a[data-toggle="collapse"]:after {
|
|
float: left;
|
|
padding-right: 0.6em;
|
|
}
|
|
|
|
.card-accordion.card-accordion-list-style .card {
|
|
border-left: none;
|
|
border-right: none;
|
|
border-radius: 0;
|
|
margin-bottom: -1px;
|
|
}
|
|
|
|
.card-accordion.card-accordion-list-style .card-header {
|
|
background: transparent;
|
|
border: none;
|
|
}
|
|
|
|
.card-accordion.card-accordion-list-style .card-header a[data-toggle="collapse"] {
|
|
padding: 8px 15px;
|
|
}
|
|
|
|
.card-accordion.card-accordion-list-style .card-header a[data-toggle="collapse"]:after {
|
|
font-size: 16px;
|
|
line-height: 20px;
|
|
}
|
|
|
|
.m-6 {
|
|
margin: 4.5rem !important;
|
|
}
|
|
|
|
.mt-6 {
|
|
margin-top: 4.5rem !important;
|
|
}
|
|
|
|
.mr-6 {
|
|
margin-right: 4.5rem !important;
|
|
}
|
|
|
|
.mb-6 {
|
|
margin-bottom: 4.5rem !important;
|
|
}
|
|
|
|
.ml-6 {
|
|
margin-left: 4.5rem !important;
|
|
}
|
|
|
|
.mx-6 {
|
|
margin-right: 4.5rem !important;
|
|
margin-left: 4.5rem !important;
|
|
}
|
|
|
|
.my-6 {
|
|
margin-top: 4.5rem !important;
|
|
margin-bottom: 4.5rem !important;
|
|
}
|
|
|
|
.m-7 {
|
|
margin: 6rem !important;
|
|
}
|
|
|
|
.mt-7 {
|
|
margin-top: 6rem !important;
|
|
}
|
|
|
|
.mr-7 {
|
|
margin-right: 6rem !important;
|
|
}
|
|
|
|
.mb-7 {
|
|
margin-bottom: 6rem !important;
|
|
}
|
|
|
|
.ml-7 {
|
|
margin-left: 6rem !important;
|
|
}
|
|
|
|
.mx-7 {
|
|
margin-right: 6rem !important;
|
|
margin-left: 6rem !important;
|
|
}
|
|
|
|
.my-7 {
|
|
margin-top: 6rem !important;
|
|
margin-bottom: 6rem !important;
|
|
}
|
|
|
|
.m-8 {
|
|
margin: 7.5rem !important;
|
|
}
|
|
|
|
.mt-8 {
|
|
margin-top: 7.5rem !important;
|
|
}
|
|
|
|
.mr-8 {
|
|
margin-right: 7.5rem !important;
|
|
}
|
|
|
|
.mb-8 {
|
|
margin-bottom: 7.5rem !important;
|
|
}
|
|
|
|
.ml-8 {
|
|
margin-left: 7.5rem !important;
|
|
}
|
|
|
|
.mx-8 {
|
|
margin-right: 7.5rem !important;
|
|
margin-left: 7.5rem !important;
|
|
}
|
|
|
|
.my-8 {
|
|
margin-top: 7.5rem !important;
|
|
margin-bottom: 7.5rem !important;
|
|
}
|
|
|
|
.m-9 {
|
|
margin: 9rem !important;
|
|
}
|
|
|
|
.mt-9 {
|
|
margin-top: 9rem !important;
|
|
}
|
|
|
|
.mr-9 {
|
|
margin-right: 9rem !important;
|
|
}
|
|
|
|
.mb-9 {
|
|
margin-bottom: 9rem !important;
|
|
}
|
|
|
|
.ml-9 {
|
|
margin-left: 9rem !important;
|
|
}
|
|
|
|
.mx-9 {
|
|
margin-right: 9rem !important;
|
|
margin-left: 9rem !important;
|
|
}
|
|
|
|
.my-9 {
|
|
margin-top: 9rem !important;
|
|
margin-bottom: 9rem !important;
|
|
}
|
|
|
|
.m-10 {
|
|
margin: 10.5rem !important;
|
|
}
|
|
|
|
.mt-10 {
|
|
margin-top: 10.5rem !important;
|
|
}
|
|
|
|
.mr-10 {
|
|
margin-right: 10.5rem !important;
|
|
}
|
|
|
|
.mb-10 {
|
|
margin-bottom: 10.5rem !important;
|
|
}
|
|
|
|
.ml-10 {
|
|
margin-left: 10.5rem !important;
|
|
}
|
|
|
|
.mx-10 {
|
|
margin-right: 10.5rem !important;
|
|
margin-left: 10.5rem !important;
|
|
}
|
|
|
|
.my-10 {
|
|
margin-top: 10.5rem !important;
|
|
margin-bottom: 10.5rem !important;
|
|
}
|
|
|
|
.p-6 {
|
|
padding: 4.5rem !important;
|
|
}
|
|
|
|
.pt-6 {
|
|
padding-top: 4.5rem !important;
|
|
}
|
|
|
|
.pr-6 {
|
|
padding-right: 4.5rem !important;
|
|
}
|
|
|
|
.pb-6 {
|
|
padding-bottom: 4.5rem !important;
|
|
}
|
|
|
|
.pl-6 {
|
|
padding-left: 4.5rem !important;
|
|
}
|
|
|
|
.px-6 {
|
|
padding-right: 4.5rem !important;
|
|
padding-left: 4.5rem !important;
|
|
}
|
|
|
|
.py-6 {
|
|
padding-top: 4.5rem !important;
|
|
padding-bottom: 4.5rem !important;
|
|
}
|
|
|
|
.p-7 {
|
|
padding: 6rem !important;
|
|
}
|
|
|
|
.pt-7 {
|
|
padding-top: 6rem !important;
|
|
}
|
|
|
|
.pr-7 {
|
|
padding-right: 6rem !important;
|
|
}
|
|
|
|
.pb-7 {
|
|
padding-bottom: 6rem !important;
|
|
}
|
|
|
|
.pl-7 {
|
|
padding-left: 6rem !important;
|
|
}
|
|
|
|
.px-7 {
|
|
padding-right: 6rem !important;
|
|
padding-left: 6rem !important;
|
|
}
|
|
|
|
.py-7 {
|
|
padding-top: 6rem !important;
|
|
padding-bottom: 6rem !important;
|
|
}
|
|
|
|
.p-8 {
|
|
padding: 7.5rem !important;
|
|
}
|
|
|
|
.pt-8 {
|
|
padding-top: 7.5rem !important;
|
|
}
|
|
|
|
.pr-8 {
|
|
padding-right: 7.5rem !important;
|
|
}
|
|
|
|
.pb-8 {
|
|
padding-bottom: 7.5rem !important;
|
|
}
|
|
|
|
.pl-8 {
|
|
padding-left: 7.5rem !important;
|
|
}
|
|
|
|
.px-8 {
|
|
padding-right: 7.5rem !important;
|
|
padding-left: 7.5rem !important;
|
|
}
|
|
|
|
.py-8 {
|
|
padding-top: 7.5rem !important;
|
|
padding-bottom: 7.5rem !important;
|
|
}
|
|
|
|
.p-9 {
|
|
padding: 9rem !important;
|
|
}
|
|
|
|
.pt-9 {
|
|
padding-top: 9rem !important;
|
|
}
|
|
|
|
.pr-9 {
|
|
padding-right: 9rem !important;
|
|
}
|
|
|
|
.pb-9 {
|
|
padding-bottom: 9rem !important;
|
|
}
|
|
|
|
.pl-9 {
|
|
padding-left: 9rem !important;
|
|
}
|
|
|
|
.px-9 {
|
|
padding-right: 9rem !important;
|
|
padding-left: 9rem !important;
|
|
}
|
|
|
|
.py-9 {
|
|
padding-top: 9rem !important;
|
|
padding-bottom: 9rem !important;
|
|
}
|
|
|
|
.p-10 {
|
|
padding: 10.5rem !important;
|
|
}
|
|
|
|
.pt-10 {
|
|
padding-top: 10.5rem !important;
|
|
}
|
|
|
|
.pr-10 {
|
|
padding-right: 10.5rem !important;
|
|
}
|
|
|
|
.pb-10 {
|
|
padding-bottom: 10.5rem !important;
|
|
}
|
|
|
|
.pl-10 {
|
|
padding-left: 10.5rem !important;
|
|
}
|
|
|
|
.px-10 {
|
|
padding-right: 10.5rem !important;
|
|
padding-left: 10.5rem !important;
|
|
}
|
|
|
|
.py-10 {
|
|
padding-top: 10.5rem !important;
|
|
padding-bottom: 10.5rem !important;
|
|
}
|
|
|
|
.m-auto {
|
|
margin: auto !important;
|
|
}
|
|
|
|
.mt-auto {
|
|
margin-top: auto !important;
|
|
}
|
|
|
|
.mr-auto {
|
|
margin-right: auto !important;
|
|
}
|
|
|
|
.mb-auto {
|
|
margin-bottom: auto !important;
|
|
}
|
|
|
|
.ml-auto {
|
|
margin-left: auto !important;
|
|
}
|
|
|
|
.mx-auto {
|
|
margin-right: auto !important;
|
|
margin-left: auto !important;
|
|
}
|
|
|
|
.my-auto {
|
|
margin-top: auto !important;
|
|
margin-bottom: auto !important;
|
|
}
|
|
|
|
@media (min-width: 576px) {
|
|
.m-sm-6 {
|
|
margin: 4.5rem !important;
|
|
}
|
|
.mt-sm-6 {
|
|
margin-top: 4.5rem !important;
|
|
}
|
|
.mr-sm-6 {
|
|
margin-right: 4.5rem !important;
|
|
}
|
|
.mb-sm-6 {
|
|
margin-bottom: 4.5rem !important;
|
|
}
|
|
.ml-sm-6 {
|
|
margin-left: 4.5rem !important;
|
|
}
|
|
.mx-sm-6 {
|
|
margin-right: 4.5rem !important;
|
|
margin-left: 4.5rem !important;
|
|
}
|
|
.my-sm-6 {
|
|
margin-top: 4.5rem !important;
|
|
margin-bottom: 4.5rem !important;
|
|
}
|
|
.m-sm-7 {
|
|
margin: 6rem !important;
|
|
}
|
|
.mt-sm-7 {
|
|
margin-top: 6rem !important;
|
|
}
|
|
.mr-sm-7 {
|
|
margin-right: 6rem !important;
|
|
}
|
|
.mb-sm-7 {
|
|
margin-bottom: 6rem !important;
|
|
}
|
|
.ml-sm-7 {
|
|
margin-left: 6rem !important;
|
|
}
|
|
.mx-sm-7 {
|
|
margin-right: 6rem !important;
|
|
margin-left: 6rem !important;
|
|
}
|
|
.my-sm-7 {
|
|
margin-top: 6rem !important;
|
|
margin-bottom: 6rem !important;
|
|
}
|
|
.m-sm-8 {
|
|
margin: 7.5rem !important;
|
|
}
|
|
.mt-sm-8 {
|
|
margin-top: 7.5rem !important;
|
|
}
|
|
.mr-sm-8 {
|
|
margin-right: 7.5rem !important;
|
|
}
|
|
.mb-sm-8 {
|
|
margin-bottom: 7.5rem !important;
|
|
}
|
|
.ml-sm-8 {
|
|
margin-left: 7.5rem !important;
|
|
}
|
|
.mx-sm-8 {
|
|
margin-right: 7.5rem !important;
|
|
margin-left: 7.5rem !important;
|
|
}
|
|
.my-sm-8 {
|
|
margin-top: 7.5rem !important;
|
|
margin-bottom: 7.5rem !important;
|
|
}
|
|
.m-sm-9 {
|
|
margin: 9rem !important;
|
|
}
|
|
.mt-sm-9 {
|
|
margin-top: 9rem !important;
|
|
}
|
|
.mr-sm-9 {
|
|
margin-right: 9rem !important;
|
|
}
|
|
.mb-sm-9 {
|
|
margin-bottom: 9rem !important;
|
|
}
|
|
.ml-sm-9 {
|
|
margin-left: 9rem !important;
|
|
}
|
|
.mx-sm-9 {
|
|
margin-right: 9rem !important;
|
|
margin-left: 9rem !important;
|
|
}
|
|
.my-sm-9 {
|
|
margin-top: 9rem !important;
|
|
margin-bottom: 9rem !important;
|
|
}
|
|
.m-sm-10 {
|
|
margin: 10.5rem !important;
|
|
}
|
|
.mt-sm-10 {
|
|
margin-top: 10.5rem !important;
|
|
}
|
|
.mr-sm-10 {
|
|
margin-right: 10.5rem !important;
|
|
}
|
|
.mb-sm-10 {
|
|
margin-bottom: 10.5rem !important;
|
|
}
|
|
.ml-sm-10 {
|
|
margin-left: 10.5rem !important;
|
|
}
|
|
.mx-sm-10 {
|
|
margin-right: 10.5rem !important;
|
|
margin-left: 10.5rem !important;
|
|
}
|
|
.my-sm-10 {
|
|
margin-top: 10.5rem !important;
|
|
margin-bottom: 10.5rem !important;
|
|
}
|
|
.p-sm-6 {
|
|
padding: 4.5rem !important;
|
|
}
|
|
.pt-sm-6 {
|
|
padding-top: 4.5rem !important;
|
|
}
|
|
.pr-sm-6 {
|
|
padding-right: 4.5rem !important;
|
|
}
|
|
.pb-sm-6 {
|
|
padding-bottom: 4.5rem !important;
|
|
}
|
|
.pl-sm-6 {
|
|
padding-left: 4.5rem !important;
|
|
}
|
|
.px-sm-6 {
|
|
padding-right: 4.5rem !important;
|
|
padding-left: 4.5rem !important;
|
|
}
|
|
.py-sm-6 {
|
|
padding-top: 4.5rem !important;
|
|
padding-bottom: 4.5rem !important;
|
|
}
|
|
.p-sm-7 {
|
|
padding: 6rem !important;
|
|
}
|
|
.pt-sm-7 {
|
|
padding-top: 6rem !important;
|
|
}
|
|
.pr-sm-7 {
|
|
padding-right: 6rem !important;
|
|
}
|
|
.pb-sm-7 {
|
|
padding-bottom: 6rem !important;
|
|
}
|
|
.pl-sm-7 {
|
|
padding-left: 6rem !important;
|
|
}
|
|
.px-sm-7 {
|
|
padding-right: 6rem !important;
|
|
padding-left: 6rem !important;
|
|
}
|
|
.py-sm-7 {
|
|
padding-top: 6rem !important;
|
|
padding-bottom: 6rem !important;
|
|
}
|
|
.p-sm-8 {
|
|
padding: 7.5rem !important;
|
|
}
|
|
.pt-sm-8 {
|
|
padding-top: 7.5rem !important;
|
|
}
|
|
.pr-sm-8 {
|
|
padding-right: 7.5rem !important;
|
|
}
|
|
.pb-sm-8 {
|
|
padding-bottom: 7.5rem !important;
|
|
}
|
|
.pl-sm-8 {
|
|
padding-left: 7.5rem !important;
|
|
}
|
|
.px-sm-8 {
|
|
padding-right: 7.5rem !important;
|
|
padding-left: 7.5rem !important;
|
|
}
|
|
.py-sm-8 {
|
|
padding-top: 7.5rem !important;
|
|
padding-bottom: 7.5rem !important;
|
|
}
|
|
.p-sm-9 {
|
|
padding: 9rem !important;
|
|
}
|
|
.pt-sm-9 {
|
|
padding-top: 9rem !important;
|
|
}
|
|
.pr-sm-9 {
|
|
padding-right: 9rem !important;
|
|
}
|
|
.pb-sm-9 {
|
|
padding-bottom: 9rem !important;
|
|
}
|
|
.pl-sm-9 {
|
|
padding-left: 9rem !important;
|
|
}
|
|
.px-sm-9 {
|
|
padding-right: 9rem !important;
|
|
padding-left: 9rem !important;
|
|
}
|
|
.py-sm-9 {
|
|
padding-top: 9rem !important;
|
|
padding-bottom: 9rem !important;
|
|
}
|
|
.p-sm-10 {
|
|
padding: 10.5rem !important;
|
|
}
|
|
.pt-sm-10 {
|
|
padding-top: 10.5rem !important;
|
|
}
|
|
.pr-sm-10 {
|
|
padding-right: 10.5rem !important;
|
|
}
|
|
.pb-sm-10 {
|
|
padding-bottom: 10.5rem !important;
|
|
}
|
|
.pl-sm-10 {
|
|
padding-left: 10.5rem !important;
|
|
}
|
|
.px-sm-10 {
|
|
padding-right: 10.5rem !important;
|
|
padding-left: 10.5rem !important;
|
|
}
|
|
.py-sm-10 {
|
|
padding-top: 10.5rem !important;
|
|
padding-bottom: 10.5rem !important;
|
|
}
|
|
.m-sm-auto {
|
|
margin: auto !important;
|
|
}
|
|
.mt-sm-auto {
|
|
margin-top: auto !important;
|
|
}
|
|
.mr-sm-auto {
|
|
margin-right: auto !important;
|
|
}
|
|
.mb-sm-auto {
|
|
margin-bottom: auto !important;
|
|
}
|
|
.ml-sm-auto {
|
|
margin-left: auto !important;
|
|
}
|
|
.mx-sm-auto {
|
|
margin-right: auto !important;
|
|
margin-left: auto !important;
|
|
}
|
|
.my-sm-auto {
|
|
margin-top: auto !important;
|
|
margin-bottom: auto !important;
|
|
}
|
|
}
|
|
|
|
@media (min-width: 768px) {
|
|
.m-md-6 {
|
|
margin: 4.5rem !important;
|
|
}
|
|
.mt-md-6 {
|
|
margin-top: 4.5rem !important;
|
|
}
|
|
.mr-md-6 {
|
|
margin-right: 4.5rem !important;
|
|
}
|
|
.mb-md-6 {
|
|
margin-bottom: 4.5rem !important;
|
|
}
|
|
.ml-md-6 {
|
|
margin-left: 4.5rem !important;
|
|
}
|
|
.mx-md-6 {
|
|
margin-right: 4.5rem !important;
|
|
margin-left: 4.5rem !important;
|
|
}
|
|
.my-md-6 {
|
|
margin-top: 4.5rem !important;
|
|
margin-bottom: 4.5rem !important;
|
|
}
|
|
.m-md-7 {
|
|
margin: 6rem !important;
|
|
}
|
|
.mt-md-7 {
|
|
margin-top: 6rem !important;
|
|
}
|
|
.mr-md-7 {
|
|
margin-right: 6rem !important;
|
|
}
|
|
.mb-md-7 {
|
|
margin-bottom: 6rem !important;
|
|
}
|
|
.ml-md-7 {
|
|
margin-left: 6rem !important;
|
|
}
|
|
.mx-md-7 {
|
|
margin-right: 6rem !important;
|
|
margin-left: 6rem !important;
|
|
}
|
|
.my-md-7 {
|
|
margin-top: 6rem !important;
|
|
margin-bottom: 6rem !important;
|
|
}
|
|
.m-md-8 {
|
|
margin: 7.5rem !important;
|
|
}
|
|
.mt-md-8 {
|
|
margin-top: 7.5rem !important;
|
|
}
|
|
.mr-md-8 {
|
|
margin-right: 7.5rem !important;
|
|
}
|
|
.mb-md-8 {
|
|
margin-bottom: 7.5rem !important;
|
|
}
|
|
.ml-md-8 {
|
|
margin-left: 7.5rem !important;
|
|
}
|
|
.mx-md-8 {
|
|
margin-right: 7.5rem !important;
|
|
margin-left: 7.5rem !important;
|
|
}
|
|
.my-md-8 {
|
|
margin-top: 7.5rem !important;
|
|
margin-bottom: 7.5rem !important;
|
|
}
|
|
.m-md-9 {
|
|
margin: 9rem !important;
|
|
}
|
|
.mt-md-9 {
|
|
margin-top: 9rem !important;
|
|
}
|
|
.mr-md-9 {
|
|
margin-right: 9rem !important;
|
|
}
|
|
.mb-md-9 {
|
|
margin-bottom: 9rem !important;
|
|
}
|
|
.ml-md-9 {
|
|
margin-left: 9rem !important;
|
|
}
|
|
.mx-md-9 {
|
|
margin-right: 9rem !important;
|
|
margin-left: 9rem !important;
|
|
}
|
|
.my-md-9 {
|
|
margin-top: 9rem !important;
|
|
margin-bottom: 9rem !important;
|
|
}
|
|
.m-md-10 {
|
|
margin: 10.5rem !important;
|
|
}
|
|
.mt-md-10 {
|
|
margin-top: 10.5rem !important;
|
|
}
|
|
.mr-md-10 {
|
|
margin-right: 10.5rem !important;
|
|
}
|
|
.mb-md-10 {
|
|
margin-bottom: 10.5rem !important;
|
|
}
|
|
.ml-md-10 {
|
|
margin-left: 10.5rem !important;
|
|
}
|
|
.mx-md-10 {
|
|
margin-right: 10.5rem !important;
|
|
margin-left: 10.5rem !important;
|
|
}
|
|
.my-md-10 {
|
|
margin-top: 10.5rem !important;
|
|
margin-bottom: 10.5rem !important;
|
|
}
|
|
.p-md-6 {
|
|
padding: 4.5rem !important;
|
|
}
|
|
.pt-md-6 {
|
|
padding-top: 4.5rem !important;
|
|
}
|
|
.pr-md-6 {
|
|
padding-right: 4.5rem !important;
|
|
}
|
|
.pb-md-6 {
|
|
padding-bottom: 4.5rem !important;
|
|
}
|
|
.pl-md-6 {
|
|
padding-left: 4.5rem !important;
|
|
}
|
|
.px-md-6 {
|
|
padding-right: 4.5rem !important;
|
|
padding-left: 4.5rem !important;
|
|
}
|
|
.py-md-6 {
|
|
padding-top: 4.5rem !important;
|
|
padding-bottom: 4.5rem !important;
|
|
}
|
|
.p-md-7 {
|
|
padding: 6rem !important;
|
|
}
|
|
.pt-md-7 {
|
|
padding-top: 6rem !important;
|
|
}
|
|
.pr-md-7 {
|
|
padding-right: 6rem !important;
|
|
}
|
|
.pb-md-7 {
|
|
padding-bottom: 6rem !important;
|
|
}
|
|
.pl-md-7 {
|
|
padding-left: 6rem !important;
|
|
}
|
|
.px-md-7 {
|
|
padding-right: 6rem !important;
|
|
padding-left: 6rem !important;
|
|
}
|
|
.py-md-7 {
|
|
padding-top: 6rem !important;
|
|
padding-bottom: 6rem !important;
|
|
}
|
|
.p-md-8 {
|
|
padding: 7.5rem !important;
|
|
}
|
|
.pt-md-8 {
|
|
padding-top: 7.5rem !important;
|
|
}
|
|
.pr-md-8 {
|
|
padding-right: 7.5rem !important;
|
|
}
|
|
.pb-md-8 {
|
|
padding-bottom: 7.5rem !important;
|
|
}
|
|
.pl-md-8 {
|
|
padding-left: 7.5rem !important;
|
|
}
|
|
.px-md-8 {
|
|
padding-right: 7.5rem !important;
|
|
padding-left: 7.5rem !important;
|
|
}
|
|
.py-md-8 {
|
|
padding-top: 7.5rem !important;
|
|
padding-bottom: 7.5rem !important;
|
|
}
|
|
.p-md-9 {
|
|
padding: 9rem !important;
|
|
}
|
|
.pt-md-9 {
|
|
padding-top: 9rem !important;
|
|
}
|
|
.pr-md-9 {
|
|
padding-right: 9rem !important;
|
|
}
|
|
.pb-md-9 {
|
|
padding-bottom: 9rem !important;
|
|
}
|
|
.pl-md-9 {
|
|
padding-left: 9rem !important;
|
|
}
|
|
.px-md-9 {
|
|
padding-right: 9rem !important;
|
|
padding-left: 9rem !important;
|
|
}
|
|
.py-md-9 {
|
|
padding-top: 9rem !important;
|
|
padding-bottom: 9rem !important;
|
|
}
|
|
.p-md-10 {
|
|
padding: 10.5rem !important;
|
|
}
|
|
.pt-md-10 {
|
|
padding-top: 10.5rem !important;
|
|
}
|
|
.pr-md-10 {
|
|
padding-right: 10.5rem !important;
|
|
}
|
|
.pb-md-10 {
|
|
padding-bottom: 10.5rem !important;
|
|
}
|
|
.pl-md-10 {
|
|
padding-left: 10.5rem !important;
|
|
}
|
|
.px-md-10 {
|
|
padding-right: 10.5rem !important;
|
|
padding-left: 10.5rem !important;
|
|
}
|
|
.py-md-10 {
|
|
padding-top: 10.5rem !important;
|
|
padding-bottom: 10.5rem !important;
|
|
}
|
|
.m-md-auto {
|
|
margin: auto !important;
|
|
}
|
|
.mt-md-auto {
|
|
margin-top: auto !important;
|
|
}
|
|
.mr-md-auto {
|
|
margin-right: auto !important;
|
|
}
|
|
.mb-md-auto {
|
|
margin-bottom: auto !important;
|
|
}
|
|
.ml-md-auto {
|
|
margin-left: auto !important;
|
|
}
|
|
.mx-md-auto {
|
|
margin-right: auto !important;
|
|
margin-left: auto !important;
|
|
}
|
|
.my-md-auto {
|
|
margin-top: auto !important;
|
|
margin-bottom: auto !important;
|
|
}
|
|
}
|
|
|
|
@media (min-width: 992px) {
|
|
.m-lg-6 {
|
|
margin: 4.5rem !important;
|
|
}
|
|
.mt-lg-6 {
|
|
margin-top: 4.5rem !important;
|
|
}
|
|
.mr-lg-6 {
|
|
margin-right: 4.5rem !important;
|
|
}
|
|
.mb-lg-6 {
|
|
margin-bottom: 4.5rem !important;
|
|
}
|
|
.ml-lg-6 {
|
|
margin-left: 4.5rem !important;
|
|
}
|
|
.mx-lg-6 {
|
|
margin-right: 4.5rem !important;
|
|
margin-left: 4.5rem !important;
|
|
}
|
|
.my-lg-6 {
|
|
margin-top: 4.5rem !important;
|
|
margin-bottom: 4.5rem !important;
|
|
}
|
|
.m-lg-7 {
|
|
margin: 6rem !important;
|
|
}
|
|
.mt-lg-7 {
|
|
margin-top: 6rem !important;
|
|
}
|
|
.mr-lg-7 {
|
|
margin-right: 6rem !important;
|
|
}
|
|
.mb-lg-7 {
|
|
margin-bottom: 6rem !important;
|
|
}
|
|
.ml-lg-7 {
|
|
margin-left: 6rem !important;
|
|
}
|
|
.mx-lg-7 {
|
|
margin-right: 6rem !important;
|
|
margin-left: 6rem !important;
|
|
}
|
|
.my-lg-7 {
|
|
margin-top: 6rem !important;
|
|
margin-bottom: 6rem !important;
|
|
}
|
|
.m-lg-8 {
|
|
margin: 7.5rem !important;
|
|
}
|
|
.mt-lg-8 {
|
|
margin-top: 7.5rem !important;
|
|
}
|
|
.mr-lg-8 {
|
|
margin-right: 7.5rem !important;
|
|
}
|
|
.mb-lg-8 {
|
|
margin-bottom: 7.5rem !important;
|
|
}
|
|
.ml-lg-8 {
|
|
margin-left: 7.5rem !important;
|
|
}
|
|
.mx-lg-8 {
|
|
margin-right: 7.5rem !important;
|
|
margin-left: 7.5rem !important;
|
|
}
|
|
.my-lg-8 {
|
|
margin-top: 7.5rem !important;
|
|
margin-bottom: 7.5rem !important;
|
|
}
|
|
.m-lg-9 {
|
|
margin: 9rem !important;
|
|
}
|
|
.mt-lg-9 {
|
|
margin-top: 9rem !important;
|
|
}
|
|
.mr-lg-9 {
|
|
margin-right: 9rem !important;
|
|
}
|
|
.mb-lg-9 {
|
|
margin-bottom: 9rem !important;
|
|
}
|
|
.ml-lg-9 {
|
|
margin-left: 9rem !important;
|
|
}
|
|
.mx-lg-9 {
|
|
margin-right: 9rem !important;
|
|
margin-left: 9rem !important;
|
|
}
|
|
.my-lg-9 {
|
|
margin-top: 9rem !important;
|
|
margin-bottom: 9rem !important;
|
|
}
|
|
.m-lg-10 {
|
|
margin: 10.5rem !important;
|
|
}
|
|
.mt-lg-10 {
|
|
margin-top: 10.5rem !important;
|
|
}
|
|
.mr-lg-10 {
|
|
margin-right: 10.5rem !important;
|
|
}
|
|
.mb-lg-10 {
|
|
margin-bottom: 10.5rem !important;
|
|
}
|
|
.ml-lg-10 {
|
|
margin-left: 10.5rem !important;
|
|
}
|
|
.mx-lg-10 {
|
|
margin-right: 10.5rem !important;
|
|
margin-left: 10.5rem !important;
|
|
}
|
|
.my-lg-10 {
|
|
margin-top: 10.5rem !important;
|
|
margin-bottom: 10.5rem !important;
|
|
}
|
|
.p-lg-6 {
|
|
padding: 4.5rem !important;
|
|
}
|
|
.pt-lg-6 {
|
|
padding-top: 4.5rem !important;
|
|
}
|
|
.pr-lg-6 {
|
|
padding-right: 4.5rem !important;
|
|
}
|
|
.pb-lg-6 {
|
|
padding-bottom: 4.5rem !important;
|
|
}
|
|
.pl-lg-6 {
|
|
padding-left: 4.5rem !important;
|
|
}
|
|
.px-lg-6 {
|
|
padding-right: 4.5rem !important;
|
|
padding-left: 4.5rem !important;
|
|
}
|
|
.py-lg-6 {
|
|
padding-top: 4.5rem !important;
|
|
padding-bottom: 4.5rem !important;
|
|
}
|
|
.p-lg-7 {
|
|
padding: 6rem !important;
|
|
}
|
|
.pt-lg-7 {
|
|
padding-top: 6rem !important;
|
|
}
|
|
.pr-lg-7 {
|
|
padding-right: 6rem !important;
|
|
}
|
|
.pb-lg-7 {
|
|
padding-bottom: 6rem !important;
|
|
}
|
|
.pl-lg-7 {
|
|
padding-left: 6rem !important;
|
|
}
|
|
.px-lg-7 {
|
|
padding-right: 6rem !important;
|
|
padding-left: 6rem !important;
|
|
}
|
|
.py-lg-7 {
|
|
padding-top: 6rem !important;
|
|
padding-bottom: 6rem !important;
|
|
}
|
|
.p-lg-8 {
|
|
padding: 7.5rem !important;
|
|
}
|
|
.pt-lg-8 {
|
|
padding-top: 7.5rem !important;
|
|
}
|
|
.pr-lg-8 {
|
|
padding-right: 7.5rem !important;
|
|
}
|
|
.pb-lg-8 {
|
|
padding-bottom: 7.5rem !important;
|
|
}
|
|
.pl-lg-8 {
|
|
padding-left: 7.5rem !important;
|
|
}
|
|
.px-lg-8 {
|
|
padding-right: 7.5rem !important;
|
|
padding-left: 7.5rem !important;
|
|
}
|
|
.py-lg-8 {
|
|
padding-top: 7.5rem !important;
|
|
padding-bottom: 7.5rem !important;
|
|
}
|
|
.p-lg-9 {
|
|
padding: 9rem !important;
|
|
}
|
|
.pt-lg-9 {
|
|
padding-top: 9rem !important;
|
|
}
|
|
.pr-lg-9 {
|
|
padding-right: 9rem !important;
|
|
}
|
|
.pb-lg-9 {
|
|
padding-bottom: 9rem !important;
|
|
}
|
|
.pl-lg-9 {
|
|
padding-left: 9rem !important;
|
|
}
|
|
.px-lg-9 {
|
|
padding-right: 9rem !important;
|
|
padding-left: 9rem !important;
|
|
}
|
|
.py-lg-9 {
|
|
padding-top: 9rem !important;
|
|
padding-bottom: 9rem !important;
|
|
}
|
|
.p-lg-10 {
|
|
padding: 10.5rem !important;
|
|
}
|
|
.pt-lg-10 {
|
|
padding-top: 10.5rem !important;
|
|
}
|
|
.pr-lg-10 {
|
|
padding-right: 10.5rem !important;
|
|
}
|
|
.pb-lg-10 {
|
|
padding-bottom: 10.5rem !important;
|
|
}
|
|
.pl-lg-10 {
|
|
padding-left: 10.5rem !important;
|
|
}
|
|
.px-lg-10 {
|
|
padding-right: 10.5rem !important;
|
|
padding-left: 10.5rem !important;
|
|
}
|
|
.py-lg-10 {
|
|
padding-top: 10.5rem !important;
|
|
padding-bottom: 10.5rem !important;
|
|
}
|
|
.m-lg-auto {
|
|
margin: auto !important;
|
|
}
|
|
.mt-lg-auto {
|
|
margin-top: auto !important;
|
|
}
|
|
.mr-lg-auto {
|
|
margin-right: auto !important;
|
|
}
|
|
.mb-lg-auto {
|
|
margin-bottom: auto !important;
|
|
}
|
|
.ml-lg-auto {
|
|
margin-left: auto !important;
|
|
}
|
|
.mx-lg-auto {
|
|
margin-right: auto !important;
|
|
margin-left: auto !important;
|
|
}
|
|
.my-lg-auto {
|
|
margin-top: auto !important;
|
|
margin-bottom: auto !important;
|
|
}
|
|
}
|
|
|
|
@media (min-width: 1200px) {
|
|
.m-xl-6 {
|
|
margin: 4.5rem !important;
|
|
}
|
|
.mt-xl-6 {
|
|
margin-top: 4.5rem !important;
|
|
}
|
|
.mr-xl-6 {
|
|
margin-right: 4.5rem !important;
|
|
}
|
|
.mb-xl-6 {
|
|
margin-bottom: 4.5rem !important;
|
|
}
|
|
.ml-xl-6 {
|
|
margin-left: 4.5rem !important;
|
|
}
|
|
.mx-xl-6 {
|
|
margin-right: 4.5rem !important;
|
|
margin-left: 4.5rem !important;
|
|
}
|
|
.my-xl-6 {
|
|
margin-top: 4.5rem !important;
|
|
margin-bottom: 4.5rem !important;
|
|
}
|
|
.m-xl-7 {
|
|
margin: 6rem !important;
|
|
}
|
|
.mt-xl-7 {
|
|
margin-top: 6rem !important;
|
|
}
|
|
.mr-xl-7 {
|
|
margin-right: 6rem !important;
|
|
}
|
|
.mb-xl-7 {
|
|
margin-bottom: 6rem !important;
|
|
}
|
|
.ml-xl-7 {
|
|
margin-left: 6rem !important;
|
|
}
|
|
.mx-xl-7 {
|
|
margin-right: 6rem !important;
|
|
margin-left: 6rem !important;
|
|
}
|
|
.my-xl-7 {
|
|
margin-top: 6rem !important;
|
|
margin-bottom: 6rem !important;
|
|
}
|
|
.m-xl-8 {
|
|
margin: 7.5rem !important;
|
|
}
|
|
.mt-xl-8 {
|
|
margin-top: 7.5rem !important;
|
|
}
|
|
.mr-xl-8 {
|
|
margin-right: 7.5rem !important;
|
|
}
|
|
.mb-xl-8 {
|
|
margin-bottom: 7.5rem !important;
|
|
}
|
|
.ml-xl-8 {
|
|
margin-left: 7.5rem !important;
|
|
}
|
|
.mx-xl-8 {
|
|
margin-right: 7.5rem !important;
|
|
margin-left: 7.5rem !important;
|
|
}
|
|
.my-xl-8 {
|
|
margin-top: 7.5rem !important;
|
|
margin-bottom: 7.5rem !important;
|
|
}
|
|
.m-xl-9 {
|
|
margin: 9rem !important;
|
|
}
|
|
.mt-xl-9 {
|
|
margin-top: 9rem !important;
|
|
}
|
|
.mr-xl-9 {
|
|
margin-right: 9rem !important;
|
|
}
|
|
.mb-xl-9 {
|
|
margin-bottom: 9rem !important;
|
|
}
|
|
.ml-xl-9 {
|
|
margin-left: 9rem !important;
|
|
}
|
|
.mx-xl-9 {
|
|
margin-right: 9rem !important;
|
|
margin-left: 9rem !important;
|
|
}
|
|
.my-xl-9 {
|
|
margin-top: 9rem !important;
|
|
margin-bottom: 9rem !important;
|
|
}
|
|
.m-xl-10 {
|
|
margin: 10.5rem !important;
|
|
}
|
|
.mt-xl-10 {
|
|
margin-top: 10.5rem !important;
|
|
}
|
|
.mr-xl-10 {
|
|
margin-right: 10.5rem !important;
|
|
}
|
|
.mb-xl-10 {
|
|
margin-bottom: 10.5rem !important;
|
|
}
|
|
.ml-xl-10 {
|
|
margin-left: 10.5rem !important;
|
|
}
|
|
.mx-xl-10 {
|
|
margin-right: 10.5rem !important;
|
|
margin-left: 10.5rem !important;
|
|
}
|
|
.my-xl-10 {
|
|
margin-top: 10.5rem !important;
|
|
margin-bottom: 10.5rem !important;
|
|
}
|
|
.p-xl-6 {
|
|
padding: 4.5rem !important;
|
|
}
|
|
.pt-xl-6 {
|
|
padding-top: 4.5rem !important;
|
|
}
|
|
.pr-xl-6 {
|
|
padding-right: 4.5rem !important;
|
|
}
|
|
.pb-xl-6 {
|
|
padding-bottom: 4.5rem !important;
|
|
}
|
|
.pl-xl-6 {
|
|
padding-left: 4.5rem !important;
|
|
}
|
|
.px-xl-6 {
|
|
padding-right: 4.5rem !important;
|
|
padding-left: 4.5rem !important;
|
|
}
|
|
.py-xl-6 {
|
|
padding-top: 4.5rem !important;
|
|
padding-bottom: 4.5rem !important;
|
|
}
|
|
.p-xl-7 {
|
|
padding: 6rem !important;
|
|
}
|
|
.pt-xl-7 {
|
|
padding-top: 6rem !important;
|
|
}
|
|
.pr-xl-7 {
|
|
padding-right: 6rem !important;
|
|
}
|
|
.pb-xl-7 {
|
|
padding-bottom: 6rem !important;
|
|
}
|
|
.pl-xl-7 {
|
|
padding-left: 6rem !important;
|
|
}
|
|
.px-xl-7 {
|
|
padding-right: 6rem !important;
|
|
padding-left: 6rem !important;
|
|
}
|
|
.py-xl-7 {
|
|
padding-top: 6rem !important;
|
|
padding-bottom: 6rem !important;
|
|
}
|
|
.p-xl-8 {
|
|
padding: 7.5rem !important;
|
|
}
|
|
.pt-xl-8 {
|
|
padding-top: 7.5rem !important;
|
|
}
|
|
.pr-xl-8 {
|
|
padding-right: 7.5rem !important;
|
|
}
|
|
.pb-xl-8 {
|
|
padding-bottom: 7.5rem !important;
|
|
}
|
|
.pl-xl-8 {
|
|
padding-left: 7.5rem !important;
|
|
}
|
|
.px-xl-8 {
|
|
padding-right: 7.5rem !important;
|
|
padding-left: 7.5rem !important;
|
|
}
|
|
.py-xl-8 {
|
|
padding-top: 7.5rem !important;
|
|
padding-bottom: 7.5rem !important;
|
|
}
|
|
.p-xl-9 {
|
|
padding: 9rem !important;
|
|
}
|
|
.pt-xl-9 {
|
|
padding-top: 9rem !important;
|
|
}
|
|
.pr-xl-9 {
|
|
padding-right: 9rem !important;
|
|
}
|
|
.pb-xl-9 {
|
|
padding-bottom: 9rem !important;
|
|
}
|
|
.pl-xl-9 {
|
|
padding-left: 9rem !important;
|
|
}
|
|
.px-xl-9 {
|
|
padding-right: 9rem !important;
|
|
padding-left: 9rem !important;
|
|
}
|
|
.py-xl-9 {
|
|
padding-top: 9rem !important;
|
|
padding-bottom: 9rem !important;
|
|
}
|
|
.p-xl-10 {
|
|
padding: 10.5rem !important;
|
|
}
|
|
.pt-xl-10 {
|
|
padding-top: 10.5rem !important;
|
|
}
|
|
.pr-xl-10 {
|
|
padding-right: 10.5rem !important;
|
|
}
|
|
.pb-xl-10 {
|
|
padding-bottom: 10.5rem !important;
|
|
}
|
|
.pl-xl-10 {
|
|
padding-left: 10.5rem !important;
|
|
}
|
|
.px-xl-10 {
|
|
padding-right: 10.5rem !important;
|
|
padding-left: 10.5rem !important;
|
|
}
|
|
.py-xl-10 {
|
|
padding-top: 10.5rem !important;
|
|
padding-bottom: 10.5rem !important;
|
|
}
|
|
.m-xl-auto {
|
|
margin: auto !important;
|
|
}
|
|
.mt-xl-auto {
|
|
margin-top: auto !important;
|
|
}
|
|
.mr-xl-auto {
|
|
margin-right: auto !important;
|
|
}
|
|
.mb-xl-auto {
|
|
margin-bottom: auto !important;
|
|
}
|
|
.ml-xl-auto {
|
|
margin-left: auto !important;
|
|
}
|
|
.mx-xl-auto {
|
|
margin-right: auto !important;
|
|
margin-left: auto !important;
|
|
}
|
|
.my-xl-auto {
|
|
margin-top: auto !important;
|
|
margin-bottom: auto !important;
|
|
}
|
|
}
|
|
|
|
.m-1-neg {
|
|
margin: -0.25rem !important;
|
|
}
|
|
|
|
.mt-1-neg {
|
|
margin-top: -0.25rem !important;
|
|
}
|
|
|
|
.mr-1-neg {
|
|
margin-right: -0.25rem !important;
|
|
}
|
|
|
|
.mb-1-neg {
|
|
margin-bottom: -0.25rem !important;
|
|
}
|
|
|
|
.ml-1-neg {
|
|
margin-left: -0.25rem !important;
|
|
}
|
|
|
|
.mx-1-neg {
|
|
margin-right: -0.25rem !important;
|
|
margin-left: -0.25rem !important;
|
|
}
|
|
|
|
.my-1-neg {
|
|
margin-top: -0.25rem !important;
|
|
margin-bottom: -0.25rem !important;
|
|
}
|
|
|
|
.m-2-neg {
|
|
margin: -0.5rem !important;
|
|
}
|
|
|
|
.mt-2-neg {
|
|
margin-top: -0.5rem !important;
|
|
}
|
|
|
|
.mr-2-neg {
|
|
margin-right: -0.5rem !important;
|
|
}
|
|
|
|
.mb-2-neg {
|
|
margin-bottom: -0.5rem !important;
|
|
}
|
|
|
|
.ml-2-neg {
|
|
margin-left: -0.5rem !important;
|
|
}
|
|
|
|
.mx-2-neg {
|
|
margin-right: -0.5rem !important;
|
|
margin-left: -0.5rem !important;
|
|
}
|
|
|
|
.my-2-neg {
|
|
margin-top: -0.5rem !important;
|
|
margin-bottom: -0.5rem !important;
|
|
}
|
|
|
|
.m-3-neg {
|
|
margin: -1rem !important;
|
|
}
|
|
|
|
.mt-3-neg {
|
|
margin-top: -1rem !important;
|
|
}
|
|
|
|
.mr-3-neg {
|
|
margin-right: -1rem !important;
|
|
}
|
|
|
|
.mb-3-neg {
|
|
margin-bottom: -1rem !important;
|
|
}
|
|
|
|
.ml-3-neg {
|
|
margin-left: -1rem !important;
|
|
}
|
|
|
|
.mx-3-neg {
|
|
margin-right: -1rem !important;
|
|
margin-left: -1rem !important;
|
|
}
|
|
|
|
.my-3-neg {
|
|
margin-top: -1rem !important;
|
|
margin-bottom: -1rem !important;
|
|
}
|
|
|
|
.m-4-neg {
|
|
margin: -1.5rem !important;
|
|
}
|
|
|
|
.mt-4-neg {
|
|
margin-top: -1.5rem !important;
|
|
}
|
|
|
|
.mr-4-neg {
|
|
margin-right: -1.5rem !important;
|
|
}
|
|
|
|
.mb-4-neg {
|
|
margin-bottom: -1.5rem !important;
|
|
}
|
|
|
|
.ml-4-neg {
|
|
margin-left: -1.5rem !important;
|
|
}
|
|
|
|
.mx-4-neg {
|
|
margin-right: -1.5rem !important;
|
|
margin-left: -1.5rem !important;
|
|
}
|
|
|
|
.my-4-neg {
|
|
margin-top: -1.5rem !important;
|
|
margin-bottom: -1.5rem !important;
|
|
}
|
|
|
|
.m-5-neg {
|
|
margin: -3rem !important;
|
|
}
|
|
|
|
.mt-5-neg {
|
|
margin-top: -3rem !important;
|
|
}
|
|
|
|
.mr-5-neg {
|
|
margin-right: -3rem !important;
|
|
}
|
|
|
|
.mb-5-neg {
|
|
margin-bottom: -3rem !important;
|
|
}
|
|
|
|
.ml-5-neg {
|
|
margin-left: -3rem !important;
|
|
}
|
|
|
|
.mx-5-neg {
|
|
margin-right: -3rem !important;
|
|
margin-left: -3rem !important;
|
|
}
|
|
|
|
.my-5-neg {
|
|
margin-top: -3rem !important;
|
|
margin-bottom: -3rem !important;
|
|
}
|
|
|
|
.m-6-neg {
|
|
margin: -4.5rem !important;
|
|
}
|
|
|
|
.mt-6-neg {
|
|
margin-top: -4.5rem !important;
|
|
}
|
|
|
|
.mr-6-neg {
|
|
margin-right: -4.5rem !important;
|
|
}
|
|
|
|
.mb-6-neg {
|
|
margin-bottom: -4.5rem !important;
|
|
}
|
|
|
|
.ml-6-neg {
|
|
margin-left: -4.5rem !important;
|
|
}
|
|
|
|
.mx-6-neg {
|
|
margin-right: -4.5rem !important;
|
|
margin-left: -4.5rem !important;
|
|
}
|
|
|
|
.my-6-neg {
|
|
margin-top: -4.5rem !important;
|
|
margin-bottom: -4.5rem !important;
|
|
}
|
|
|
|
.m-7-neg {
|
|
margin: -6rem !important;
|
|
}
|
|
|
|
.mt-7-neg {
|
|
margin-top: -6rem !important;
|
|
}
|
|
|
|
.mr-7-neg {
|
|
margin-right: -6rem !important;
|
|
}
|
|
|
|
.mb-7-neg {
|
|
margin-bottom: -6rem !important;
|
|
}
|
|
|
|
.ml-7-neg {
|
|
margin-left: -6rem !important;
|
|
}
|
|
|
|
.mx-7-neg {
|
|
margin-right: -6rem !important;
|
|
margin-left: -6rem !important;
|
|
}
|
|
|
|
.my-7-neg {
|
|
margin-top: -6rem !important;
|
|
margin-bottom: -6rem !important;
|
|
}
|
|
|
|
.m-8-neg {
|
|
margin: -7.5rem !important;
|
|
}
|
|
|
|
.mt-8-neg {
|
|
margin-top: -7.5rem !important;
|
|
}
|
|
|
|
.mr-8-neg {
|
|
margin-right: -7.5rem !important;
|
|
}
|
|
|
|
.mb-8-neg {
|
|
margin-bottom: -7.5rem !important;
|
|
}
|
|
|
|
.ml-8-neg {
|
|
margin-left: -7.5rem !important;
|
|
}
|
|
|
|
.mx-8-neg {
|
|
margin-right: -7.5rem !important;
|
|
margin-left: -7.5rem !important;
|
|
}
|
|
|
|
.my-8-neg {
|
|
margin-top: -7.5rem !important;
|
|
margin-bottom: -7.5rem !important;
|
|
}
|
|
|
|
.m-9-neg {
|
|
margin: -9rem !important;
|
|
}
|
|
|
|
.mt-9-neg {
|
|
margin-top: -9rem !important;
|
|
}
|
|
|
|
.mr-9-neg {
|
|
margin-right: -9rem !important;
|
|
}
|
|
|
|
.mb-9-neg {
|
|
margin-bottom: -9rem !important;
|
|
}
|
|
|
|
.ml-9-neg {
|
|
margin-left: -9rem !important;
|
|
}
|
|
|
|
.mx-9-neg {
|
|
margin-right: -9rem !important;
|
|
margin-left: -9rem !important;
|
|
}
|
|
|
|
.my-9-neg {
|
|
margin-top: -9rem !important;
|
|
margin-bottom: -9rem !important;
|
|
}
|
|
|
|
.m-10-neg {
|
|
margin: -10.5rem !important;
|
|
}
|
|
|
|
.mt-10-neg {
|
|
margin-top: -10.5rem !important;
|
|
}
|
|
|
|
.mr-10-neg {
|
|
margin-right: -10.5rem !important;
|
|
}
|
|
|
|
.mb-10-neg {
|
|
margin-bottom: -10.5rem !important;
|
|
}
|
|
|
|
.ml-10-neg {
|
|
margin-left: -10.5rem !important;
|
|
}
|
|
|
|
.mx-10-neg {
|
|
margin-right: -10.5rem !important;
|
|
margin-left: -10.5rem !important;
|
|
}
|
|
|
|
.my-10-neg {
|
|
margin-top: -10.5rem !important;
|
|
margin-bottom: -10.5rem !important;
|
|
}
|
|
|
|
@media (min-width: 576px) {
|
|
.m-sm-1-neg {
|
|
margin: -0.25rem !important;
|
|
}
|
|
.mt-sm-1-neg {
|
|
margin-top: -0.25rem !important;
|
|
}
|
|
.mr-sm-1-neg {
|
|
margin-right: -0.25rem !important;
|
|
}
|
|
.mb-sm-1-neg {
|
|
margin-bottom: -0.25rem !important;
|
|
}
|
|
.ml-sm-1-neg {
|
|
margin-left: -0.25rem !important;
|
|
}
|
|
.mx-sm-1-neg {
|
|
margin-right: -0.25rem !important;
|
|
margin-left: -0.25rem !important;
|
|
}
|
|
.my-sm-1-neg {
|
|
margin-top: -0.25rem !important;
|
|
margin-bottom: -0.25rem !important;
|
|
}
|
|
.m-sm-2-neg {
|
|
margin: -0.5rem !important;
|
|
}
|
|
.mt-sm-2-neg {
|
|
margin-top: -0.5rem !important;
|
|
}
|
|
.mr-sm-2-neg {
|
|
margin-right: -0.5rem !important;
|
|
}
|
|
.mb-sm-2-neg {
|
|
margin-bottom: -0.5rem !important;
|
|
}
|
|
.ml-sm-2-neg {
|
|
margin-left: -0.5rem !important;
|
|
}
|
|
.mx-sm-2-neg {
|
|
margin-right: -0.5rem !important;
|
|
margin-left: -0.5rem !important;
|
|
}
|
|
.my-sm-2-neg {
|
|
margin-top: -0.5rem !important;
|
|
margin-bottom: -0.5rem !important;
|
|
}
|
|
.m-sm-3-neg {
|
|
margin: -1rem !important;
|
|
}
|
|
.mt-sm-3-neg {
|
|
margin-top: -1rem !important;
|
|
}
|
|
.mr-sm-3-neg {
|
|
margin-right: -1rem !important;
|
|
}
|
|
.mb-sm-3-neg {
|
|
margin-bottom: -1rem !important;
|
|
}
|
|
.ml-sm-3-neg {
|
|
margin-left: -1rem !important;
|
|
}
|
|
.mx-sm-3-neg {
|
|
margin-right: -1rem !important;
|
|
margin-left: -1rem !important;
|
|
}
|
|
.my-sm-3-neg {
|
|
margin-top: -1rem !important;
|
|
margin-bottom: -1rem !important;
|
|
}
|
|
.m-sm-4-neg {
|
|
margin: -1.5rem !important;
|
|
}
|
|
.mt-sm-4-neg {
|
|
margin-top: -1.5rem !important;
|
|
}
|
|
.mr-sm-4-neg {
|
|
margin-right: -1.5rem !important;
|
|
}
|
|
.mb-sm-4-neg {
|
|
margin-bottom: -1.5rem !important;
|
|
}
|
|
.ml-sm-4-neg {
|
|
margin-left: -1.5rem !important;
|
|
}
|
|
.mx-sm-4-neg {
|
|
margin-right: -1.5rem !important;
|
|
margin-left: -1.5rem !important;
|
|
}
|
|
.my-sm-4-neg {
|
|
margin-top: -1.5rem !important;
|
|
margin-bottom: -1.5rem !important;
|
|
}
|
|
.m-sm-5-neg {
|
|
margin: -3rem !important;
|
|
}
|
|
.mt-sm-5-neg {
|
|
margin-top: -3rem !important;
|
|
}
|
|
.mr-sm-5-neg {
|
|
margin-right: -3rem !important;
|
|
}
|
|
.mb-sm-5-neg {
|
|
margin-bottom: -3rem !important;
|
|
}
|
|
.ml-sm-5-neg {
|
|
margin-left: -3rem !important;
|
|
}
|
|
.mx-sm-5-neg {
|
|
margin-right: -3rem !important;
|
|
margin-left: -3rem !important;
|
|
}
|
|
.my-sm-5-neg {
|
|
margin-top: -3rem !important;
|
|
margin-bottom: -3rem !important;
|
|
}
|
|
.m-sm-6-neg {
|
|
margin: -4.5rem !important;
|
|
}
|
|
.mt-sm-6-neg {
|
|
margin-top: -4.5rem !important;
|
|
}
|
|
.mr-sm-6-neg {
|
|
margin-right: -4.5rem !important;
|
|
}
|
|
.mb-sm-6-neg {
|
|
margin-bottom: -4.5rem !important;
|
|
}
|
|
.ml-sm-6-neg {
|
|
margin-left: -4.5rem !important;
|
|
}
|
|
.mx-sm-6-neg {
|
|
margin-right: -4.5rem !important;
|
|
margin-left: -4.5rem !important;
|
|
}
|
|
.my-sm-6-neg {
|
|
margin-top: -4.5rem !important;
|
|
margin-bottom: -4.5rem !important;
|
|
}
|
|
.m-sm-7-neg {
|
|
margin: -6rem !important;
|
|
}
|
|
.mt-sm-7-neg {
|
|
margin-top: -6rem !important;
|
|
}
|
|
.mr-sm-7-neg {
|
|
margin-right: -6rem !important;
|
|
}
|
|
.mb-sm-7-neg {
|
|
margin-bottom: -6rem !important;
|
|
}
|
|
.ml-sm-7-neg {
|
|
margin-left: -6rem !important;
|
|
}
|
|
.mx-sm-7-neg {
|
|
margin-right: -6rem !important;
|
|
margin-left: -6rem !important;
|
|
}
|
|
.my-sm-7-neg {
|
|
margin-top: -6rem !important;
|
|
margin-bottom: -6rem !important;
|
|
}
|
|
.m-sm-8-neg {
|
|
margin: -7.5rem !important;
|
|
}
|
|
.mt-sm-8-neg {
|
|
margin-top: -7.5rem !important;
|
|
}
|
|
.mr-sm-8-neg {
|
|
margin-right: -7.5rem !important;
|
|
}
|
|
.mb-sm-8-neg {
|
|
margin-bottom: -7.5rem !important;
|
|
}
|
|
.ml-sm-8-neg {
|
|
margin-left: -7.5rem !important;
|
|
}
|
|
.mx-sm-8-neg {
|
|
margin-right: -7.5rem !important;
|
|
margin-left: -7.5rem !important;
|
|
}
|
|
.my-sm-8-neg {
|
|
margin-top: -7.5rem !important;
|
|
margin-bottom: -7.5rem !important;
|
|
}
|
|
.m-sm-9-neg {
|
|
margin: -9rem !important;
|
|
}
|
|
.mt-sm-9-neg {
|
|
margin-top: -9rem !important;
|
|
}
|
|
.mr-sm-9-neg {
|
|
margin-right: -9rem !important;
|
|
}
|
|
.mb-sm-9-neg {
|
|
margin-bottom: -9rem !important;
|
|
}
|
|
.ml-sm-9-neg {
|
|
margin-left: -9rem !important;
|
|
}
|
|
.mx-sm-9-neg {
|
|
margin-right: -9rem !important;
|
|
margin-left: -9rem !important;
|
|
}
|
|
.my-sm-9-neg {
|
|
margin-top: -9rem !important;
|
|
margin-bottom: -9rem !important;
|
|
}
|
|
.m-sm-10-neg {
|
|
margin: -10.5rem !important;
|
|
}
|
|
.mt-sm-10-neg {
|
|
margin-top: -10.5rem !important;
|
|
}
|
|
.mr-sm-10-neg {
|
|
margin-right: -10.5rem !important;
|
|
}
|
|
.mb-sm-10-neg {
|
|
margin-bottom: -10.5rem !important;
|
|
}
|
|
.ml-sm-10-neg {
|
|
margin-left: -10.5rem !important;
|
|
}
|
|
.mx-sm-10-neg {
|
|
margin-right: -10.5rem !important;
|
|
margin-left: -10.5rem !important;
|
|
}
|
|
.my-sm-10-neg {
|
|
margin-top: -10.5rem !important;
|
|
margin-bottom: -10.5rem !important;
|
|
}
|
|
}
|
|
|
|
@media (min-width: 768px) {
|
|
.m-md-1-neg {
|
|
margin: -0.25rem !important;
|
|
}
|
|
.mt-md-1-neg {
|
|
margin-top: -0.25rem !important;
|
|
}
|
|
.mr-md-1-neg {
|
|
margin-right: -0.25rem !important;
|
|
}
|
|
.mb-md-1-neg {
|
|
margin-bottom: -0.25rem !important;
|
|
}
|
|
.ml-md-1-neg {
|
|
margin-left: -0.25rem !important;
|
|
}
|
|
.mx-md-1-neg {
|
|
margin-right: -0.25rem !important;
|
|
margin-left: -0.25rem !important;
|
|
}
|
|
.my-md-1-neg {
|
|
margin-top: -0.25rem !important;
|
|
margin-bottom: -0.25rem !important;
|
|
}
|
|
.m-md-2-neg {
|
|
margin: -0.5rem !important;
|
|
}
|
|
.mt-md-2-neg {
|
|
margin-top: -0.5rem !important;
|
|
}
|
|
.mr-md-2-neg {
|
|
margin-right: -0.5rem !important;
|
|
}
|
|
.mb-md-2-neg {
|
|
margin-bottom: -0.5rem !important;
|
|
}
|
|
.ml-md-2-neg {
|
|
margin-left: -0.5rem !important;
|
|
}
|
|
.mx-md-2-neg {
|
|
margin-right: -0.5rem !important;
|
|
margin-left: -0.5rem !important;
|
|
}
|
|
.my-md-2-neg {
|
|
margin-top: -0.5rem !important;
|
|
margin-bottom: -0.5rem !important;
|
|
}
|
|
.m-md-3-neg {
|
|
margin: -1rem !important;
|
|
}
|
|
.mt-md-3-neg {
|
|
margin-top: -1rem !important;
|
|
}
|
|
.mr-md-3-neg {
|
|
margin-right: -1rem !important;
|
|
}
|
|
.mb-md-3-neg {
|
|
margin-bottom: -1rem !important;
|
|
}
|
|
.ml-md-3-neg {
|
|
margin-left: -1rem !important;
|
|
}
|
|
.mx-md-3-neg {
|
|
margin-right: -1rem !important;
|
|
margin-left: -1rem !important;
|
|
}
|
|
.my-md-3-neg {
|
|
margin-top: -1rem !important;
|
|
margin-bottom: -1rem !important;
|
|
}
|
|
.m-md-4-neg {
|
|
margin: -1.5rem !important;
|
|
}
|
|
.mt-md-4-neg {
|
|
margin-top: -1.5rem !important;
|
|
}
|
|
.mr-md-4-neg {
|
|
margin-right: -1.5rem !important;
|
|
}
|
|
.mb-md-4-neg {
|
|
margin-bottom: -1.5rem !important;
|
|
}
|
|
.ml-md-4-neg {
|
|
margin-left: -1.5rem !important;
|
|
}
|
|
.mx-md-4-neg {
|
|
margin-right: -1.5rem !important;
|
|
margin-left: -1.5rem !important;
|
|
}
|
|
.my-md-4-neg {
|
|
margin-top: -1.5rem !important;
|
|
margin-bottom: -1.5rem !important;
|
|
}
|
|
.m-md-5-neg {
|
|
margin: -3rem !important;
|
|
}
|
|
.mt-md-5-neg {
|
|
margin-top: -3rem !important;
|
|
}
|
|
.mr-md-5-neg {
|
|
margin-right: -3rem !important;
|
|
}
|
|
.mb-md-5-neg {
|
|
margin-bottom: -3rem !important;
|
|
}
|
|
.ml-md-5-neg {
|
|
margin-left: -3rem !important;
|
|
}
|
|
.mx-md-5-neg {
|
|
margin-right: -3rem !important;
|
|
margin-left: -3rem !important;
|
|
}
|
|
.my-md-5-neg {
|
|
margin-top: -3rem !important;
|
|
margin-bottom: -3rem !important;
|
|
}
|
|
.m-md-6-neg {
|
|
margin: -4.5rem !important;
|
|
}
|
|
.mt-md-6-neg {
|
|
margin-top: -4.5rem !important;
|
|
}
|
|
.mr-md-6-neg {
|
|
margin-right: -4.5rem !important;
|
|
}
|
|
.mb-md-6-neg {
|
|
margin-bottom: -4.5rem !important;
|
|
}
|
|
.ml-md-6-neg {
|
|
margin-left: -4.5rem !important;
|
|
}
|
|
.mx-md-6-neg {
|
|
margin-right: -4.5rem !important;
|
|
margin-left: -4.5rem !important;
|
|
}
|
|
.my-md-6-neg {
|
|
margin-top: -4.5rem !important;
|
|
margin-bottom: -4.5rem !important;
|
|
}
|
|
.m-md-7-neg {
|
|
margin: -6rem !important;
|
|
}
|
|
.mt-md-7-neg {
|
|
margin-top: -6rem !important;
|
|
}
|
|
.mr-md-7-neg {
|
|
margin-right: -6rem !important;
|
|
}
|
|
.mb-md-7-neg {
|
|
margin-bottom: -6rem !important;
|
|
}
|
|
.ml-md-7-neg {
|
|
margin-left: -6rem !important;
|
|
}
|
|
.mx-md-7-neg {
|
|
margin-right: -6rem !important;
|
|
margin-left: -6rem !important;
|
|
}
|
|
.my-md-7-neg {
|
|
margin-top: -6rem !important;
|
|
margin-bottom: -6rem !important;
|
|
}
|
|
.m-md-8-neg {
|
|
margin: -7.5rem !important;
|
|
}
|
|
.mt-md-8-neg {
|
|
margin-top: -7.5rem !important;
|
|
}
|
|
.mr-md-8-neg {
|
|
margin-right: -7.5rem !important;
|
|
}
|
|
.mb-md-8-neg {
|
|
margin-bottom: -7.5rem !important;
|
|
}
|
|
.ml-md-8-neg {
|
|
margin-left: -7.5rem !important;
|
|
}
|
|
.mx-md-8-neg {
|
|
margin-right: -7.5rem !important;
|
|
margin-left: -7.5rem !important;
|
|
}
|
|
.my-md-8-neg {
|
|
margin-top: -7.5rem !important;
|
|
margin-bottom: -7.5rem !important;
|
|
}
|
|
.m-md-9-neg {
|
|
margin: -9rem !important;
|
|
}
|
|
.mt-md-9-neg {
|
|
margin-top: -9rem !important;
|
|
}
|
|
.mr-md-9-neg {
|
|
margin-right: -9rem !important;
|
|
}
|
|
.mb-md-9-neg {
|
|
margin-bottom: -9rem !important;
|
|
}
|
|
.ml-md-9-neg {
|
|
margin-left: -9rem !important;
|
|
}
|
|
.mx-md-9-neg {
|
|
margin-right: -9rem !important;
|
|
margin-left: -9rem !important;
|
|
}
|
|
.my-md-9-neg {
|
|
margin-top: -9rem !important;
|
|
margin-bottom: -9rem !important;
|
|
}
|
|
.m-md-10-neg {
|
|
margin: -10.5rem !important;
|
|
}
|
|
.mt-md-10-neg {
|
|
margin-top: -10.5rem !important;
|
|
}
|
|
.mr-md-10-neg {
|
|
margin-right: -10.5rem !important;
|
|
}
|
|
.mb-md-10-neg {
|
|
margin-bottom: -10.5rem !important;
|
|
}
|
|
.ml-md-10-neg {
|
|
margin-left: -10.5rem !important;
|
|
}
|
|
.mx-md-10-neg {
|
|
margin-right: -10.5rem !important;
|
|
margin-left: -10.5rem !important;
|
|
}
|
|
.my-md-10-neg {
|
|
margin-top: -10.5rem !important;
|
|
margin-bottom: -10.5rem !important;
|
|
}
|
|
}
|
|
|
|
@media (min-width: 992px) {
|
|
.m-lg-1-neg {
|
|
margin: -0.25rem !important;
|
|
}
|
|
.mt-lg-1-neg {
|
|
margin-top: -0.25rem !important;
|
|
}
|
|
.mr-lg-1-neg {
|
|
margin-right: -0.25rem !important;
|
|
}
|
|
.mb-lg-1-neg {
|
|
margin-bottom: -0.25rem !important;
|
|
}
|
|
.ml-lg-1-neg {
|
|
margin-left: -0.25rem !important;
|
|
}
|
|
.mx-lg-1-neg {
|
|
margin-right: -0.25rem !important;
|
|
margin-left: -0.25rem !important;
|
|
}
|
|
.my-lg-1-neg {
|
|
margin-top: -0.25rem !important;
|
|
margin-bottom: -0.25rem !important;
|
|
}
|
|
.m-lg-2-neg {
|
|
margin: -0.5rem !important;
|
|
}
|
|
.mt-lg-2-neg {
|
|
margin-top: -0.5rem !important;
|
|
}
|
|
.mr-lg-2-neg {
|
|
margin-right: -0.5rem !important;
|
|
}
|
|
.mb-lg-2-neg {
|
|
margin-bottom: -0.5rem !important;
|
|
}
|
|
.ml-lg-2-neg {
|
|
margin-left: -0.5rem !important;
|
|
}
|
|
.mx-lg-2-neg {
|
|
margin-right: -0.5rem !important;
|
|
margin-left: -0.5rem !important;
|
|
}
|
|
.my-lg-2-neg {
|
|
margin-top: -0.5rem !important;
|
|
margin-bottom: -0.5rem !important;
|
|
}
|
|
.m-lg-3-neg {
|
|
margin: -1rem !important;
|
|
}
|
|
.mt-lg-3-neg {
|
|
margin-top: -1rem !important;
|
|
}
|
|
.mr-lg-3-neg {
|
|
margin-right: -1rem !important;
|
|
}
|
|
.mb-lg-3-neg {
|
|
margin-bottom: -1rem !important;
|
|
}
|
|
.ml-lg-3-neg {
|
|
margin-left: -1rem !important;
|
|
}
|
|
.mx-lg-3-neg {
|
|
margin-right: -1rem !important;
|
|
margin-left: -1rem !important;
|
|
}
|
|
.my-lg-3-neg {
|
|
margin-top: -1rem !important;
|
|
margin-bottom: -1rem !important;
|
|
}
|
|
.m-lg-4-neg {
|
|
margin: -1.5rem !important;
|
|
}
|
|
.mt-lg-4-neg {
|
|
margin-top: -1.5rem !important;
|
|
}
|
|
.mr-lg-4-neg {
|
|
margin-right: -1.5rem !important;
|
|
}
|
|
.mb-lg-4-neg {
|
|
margin-bottom: -1.5rem !important;
|
|
}
|
|
.ml-lg-4-neg {
|
|
margin-left: -1.5rem !important;
|
|
}
|
|
.mx-lg-4-neg {
|
|
margin-right: -1.5rem !important;
|
|
margin-left: -1.5rem !important;
|
|
}
|
|
.my-lg-4-neg {
|
|
margin-top: -1.5rem !important;
|
|
margin-bottom: -1.5rem !important;
|
|
}
|
|
.m-lg-5-neg {
|
|
margin: -3rem !important;
|
|
}
|
|
.mt-lg-5-neg {
|
|
margin-top: -3rem !important;
|
|
}
|
|
.mr-lg-5-neg {
|
|
margin-right: -3rem !important;
|
|
}
|
|
.mb-lg-5-neg {
|
|
margin-bottom: -3rem !important;
|
|
}
|
|
.ml-lg-5-neg {
|
|
margin-left: -3rem !important;
|
|
}
|
|
.mx-lg-5-neg {
|
|
margin-right: -3rem !important;
|
|
margin-left: -3rem !important;
|
|
}
|
|
.my-lg-5-neg {
|
|
margin-top: -3rem !important;
|
|
margin-bottom: -3rem !important;
|
|
}
|
|
.m-lg-6-neg {
|
|
margin: -4.5rem !important;
|
|
}
|
|
.mt-lg-6-neg {
|
|
margin-top: -4.5rem !important;
|
|
}
|
|
.mr-lg-6-neg {
|
|
margin-right: -4.5rem !important;
|
|
}
|
|
.mb-lg-6-neg {
|
|
margin-bottom: -4.5rem !important;
|
|
}
|
|
.ml-lg-6-neg {
|
|
margin-left: -4.5rem !important;
|
|
}
|
|
.mx-lg-6-neg {
|
|
margin-right: -4.5rem !important;
|
|
margin-left: -4.5rem !important;
|
|
}
|
|
.my-lg-6-neg {
|
|
margin-top: -4.5rem !important;
|
|
margin-bottom: -4.5rem !important;
|
|
}
|
|
.m-lg-7-neg {
|
|
margin: -6rem !important;
|
|
}
|
|
.mt-lg-7-neg {
|
|
margin-top: -6rem !important;
|
|
}
|
|
.mr-lg-7-neg {
|
|
margin-right: -6rem !important;
|
|
}
|
|
.mb-lg-7-neg {
|
|
margin-bottom: -6rem !important;
|
|
}
|
|
.ml-lg-7-neg {
|
|
margin-left: -6rem !important;
|
|
}
|
|
.mx-lg-7-neg {
|
|
margin-right: -6rem !important;
|
|
margin-left: -6rem !important;
|
|
}
|
|
.my-lg-7-neg {
|
|
margin-top: -6rem !important;
|
|
margin-bottom: -6rem !important;
|
|
}
|
|
.m-lg-8-neg {
|
|
margin: -7.5rem !important;
|
|
}
|
|
.mt-lg-8-neg {
|
|
margin-top: -7.5rem !important;
|
|
}
|
|
.mr-lg-8-neg {
|
|
margin-right: -7.5rem !important;
|
|
}
|
|
.mb-lg-8-neg {
|
|
margin-bottom: -7.5rem !important;
|
|
}
|
|
.ml-lg-8-neg {
|
|
margin-left: -7.5rem !important;
|
|
}
|
|
.mx-lg-8-neg {
|
|
margin-right: -7.5rem !important;
|
|
margin-left: -7.5rem !important;
|
|
}
|
|
.my-lg-8-neg {
|
|
margin-top: -7.5rem !important;
|
|
margin-bottom: -7.5rem !important;
|
|
}
|
|
.m-lg-9-neg {
|
|
margin: -9rem !important;
|
|
}
|
|
.mt-lg-9-neg {
|
|
margin-top: -9rem !important;
|
|
}
|
|
.mr-lg-9-neg {
|
|
margin-right: -9rem !important;
|
|
}
|
|
.mb-lg-9-neg {
|
|
margin-bottom: -9rem !important;
|
|
}
|
|
.ml-lg-9-neg {
|
|
margin-left: -9rem !important;
|
|
}
|
|
.mx-lg-9-neg {
|
|
margin-right: -9rem !important;
|
|
margin-left: -9rem !important;
|
|
}
|
|
.my-lg-9-neg {
|
|
margin-top: -9rem !important;
|
|
margin-bottom: -9rem !important;
|
|
}
|
|
.m-lg-10-neg {
|
|
margin: -10.5rem !important;
|
|
}
|
|
.mt-lg-10-neg {
|
|
margin-top: -10.5rem !important;
|
|
}
|
|
.mr-lg-10-neg {
|
|
margin-right: -10.5rem !important;
|
|
}
|
|
.mb-lg-10-neg {
|
|
margin-bottom: -10.5rem !important;
|
|
}
|
|
.ml-lg-10-neg {
|
|
margin-left: -10.5rem !important;
|
|
}
|
|
.mx-lg-10-neg {
|
|
margin-right: -10.5rem !important;
|
|
margin-left: -10.5rem !important;
|
|
}
|
|
.my-lg-10-neg {
|
|
margin-top: -10.5rem !important;
|
|
margin-bottom: -10.5rem !important;
|
|
}
|
|
}
|
|
|
|
@media (min-width: 1200px) {
|
|
.m-xl-1-neg {
|
|
margin: -0.25rem !important;
|
|
}
|
|
.mt-xl-1-neg {
|
|
margin-top: -0.25rem !important;
|
|
}
|
|
.mr-xl-1-neg {
|
|
margin-right: -0.25rem !important;
|
|
}
|
|
.mb-xl-1-neg {
|
|
margin-bottom: -0.25rem !important;
|
|
}
|
|
.ml-xl-1-neg {
|
|
margin-left: -0.25rem !important;
|
|
}
|
|
.mx-xl-1-neg {
|
|
margin-right: -0.25rem !important;
|
|
margin-left: -0.25rem !important;
|
|
}
|
|
.my-xl-1-neg {
|
|
margin-top: -0.25rem !important;
|
|
margin-bottom: -0.25rem !important;
|
|
}
|
|
.m-xl-2-neg {
|
|
margin: -0.5rem !important;
|
|
}
|
|
.mt-xl-2-neg {
|
|
margin-top: -0.5rem !important;
|
|
}
|
|
.mr-xl-2-neg {
|
|
margin-right: -0.5rem !important;
|
|
}
|
|
.mb-xl-2-neg {
|
|
margin-bottom: -0.5rem !important;
|
|
}
|
|
.ml-xl-2-neg {
|
|
margin-left: -0.5rem !important;
|
|
}
|
|
.mx-xl-2-neg {
|
|
margin-right: -0.5rem !important;
|
|
margin-left: -0.5rem !important;
|
|
}
|
|
.my-xl-2-neg {
|
|
margin-top: -0.5rem !important;
|
|
margin-bottom: -0.5rem !important;
|
|
}
|
|
.m-xl-3-neg {
|
|
margin: -1rem !important;
|
|
}
|
|
.mt-xl-3-neg {
|
|
margin-top: -1rem !important;
|
|
}
|
|
.mr-xl-3-neg {
|
|
margin-right: -1rem !important;
|
|
}
|
|
.mb-xl-3-neg {
|
|
margin-bottom: -1rem !important;
|
|
}
|
|
.ml-xl-3-neg {
|
|
margin-left: -1rem !important;
|
|
}
|
|
.mx-xl-3-neg {
|
|
margin-right: -1rem !important;
|
|
margin-left: -1rem !important;
|
|
}
|
|
.my-xl-3-neg {
|
|
margin-top: -1rem !important;
|
|
margin-bottom: -1rem !important;
|
|
}
|
|
.m-xl-4-neg {
|
|
margin: -1.5rem !important;
|
|
}
|
|
.mt-xl-4-neg {
|
|
margin-top: -1.5rem !important;
|
|
}
|
|
.mr-xl-4-neg {
|
|
margin-right: -1.5rem !important;
|
|
}
|
|
.mb-xl-4-neg {
|
|
margin-bottom: -1.5rem !important;
|
|
}
|
|
.ml-xl-4-neg {
|
|
margin-left: -1.5rem !important;
|
|
}
|
|
.mx-xl-4-neg {
|
|
margin-right: -1.5rem !important;
|
|
margin-left: -1.5rem !important;
|
|
}
|
|
.my-xl-4-neg {
|
|
margin-top: -1.5rem !important;
|
|
margin-bottom: -1.5rem !important;
|
|
}
|
|
.m-xl-5-neg {
|
|
margin: -3rem !important;
|
|
}
|
|
.mt-xl-5-neg {
|
|
margin-top: -3rem !important;
|
|
}
|
|
.mr-xl-5-neg {
|
|
margin-right: -3rem !important;
|
|
}
|
|
.mb-xl-5-neg {
|
|
margin-bottom: -3rem !important;
|
|
}
|
|
.ml-xl-5-neg {
|
|
margin-left: -3rem !important;
|
|
}
|
|
.mx-xl-5-neg {
|
|
margin-right: -3rem !important;
|
|
margin-left: -3rem !important;
|
|
}
|
|
.my-xl-5-neg {
|
|
margin-top: -3rem !important;
|
|
margin-bottom: -3rem !important;
|
|
}
|
|
.m-xl-6-neg {
|
|
margin: -4.5rem !important;
|
|
}
|
|
.mt-xl-6-neg {
|
|
margin-top: -4.5rem !important;
|
|
}
|
|
.mr-xl-6-neg {
|
|
margin-right: -4.5rem !important;
|
|
}
|
|
.mb-xl-6-neg {
|
|
margin-bottom: -4.5rem !important;
|
|
}
|
|
.ml-xl-6-neg {
|
|
margin-left: -4.5rem !important;
|
|
}
|
|
.mx-xl-6-neg {
|
|
margin-right: -4.5rem !important;
|
|
margin-left: -4.5rem !important;
|
|
}
|
|
.my-xl-6-neg {
|
|
margin-top: -4.5rem !important;
|
|
margin-bottom: -4.5rem !important;
|
|
}
|
|
.m-xl-7-neg {
|
|
margin: -6rem !important;
|
|
}
|
|
.mt-xl-7-neg {
|
|
margin-top: -6rem !important;
|
|
}
|
|
.mr-xl-7-neg {
|
|
margin-right: -6rem !important;
|
|
}
|
|
.mb-xl-7-neg {
|
|
margin-bottom: -6rem !important;
|
|
}
|
|
.ml-xl-7-neg {
|
|
margin-left: -6rem !important;
|
|
}
|
|
.mx-xl-7-neg {
|
|
margin-right: -6rem !important;
|
|
margin-left: -6rem !important;
|
|
}
|
|
.my-xl-7-neg {
|
|
margin-top: -6rem !important;
|
|
margin-bottom: -6rem !important;
|
|
}
|
|
.m-xl-8-neg {
|
|
margin: -7.5rem !important;
|
|
}
|
|
.mt-xl-8-neg {
|
|
margin-top: -7.5rem !important;
|
|
}
|
|
.mr-xl-8-neg {
|
|
margin-right: -7.5rem !important;
|
|
}
|
|
.mb-xl-8-neg {
|
|
margin-bottom: -7.5rem !important;
|
|
}
|
|
.ml-xl-8-neg {
|
|
margin-left: -7.5rem !important;
|
|
}
|
|
.mx-xl-8-neg {
|
|
margin-right: -7.5rem !important;
|
|
margin-left: -7.5rem !important;
|
|
}
|
|
.my-xl-8-neg {
|
|
margin-top: -7.5rem !important;
|
|
margin-bottom: -7.5rem !important;
|
|
}
|
|
.m-xl-9-neg {
|
|
margin: -9rem !important;
|
|
}
|
|
.mt-xl-9-neg {
|
|
margin-top: -9rem !important;
|
|
}
|
|
.mr-xl-9-neg {
|
|
margin-right: -9rem !important;
|
|
}
|
|
.mb-xl-9-neg {
|
|
margin-bottom: -9rem !important;
|
|
}
|
|
.ml-xl-9-neg {
|
|
margin-left: -9rem !important;
|
|
}
|
|
.mx-xl-9-neg {
|
|
margin-right: -9rem !important;
|
|
margin-left: -9rem !important;
|
|
}
|
|
.my-xl-9-neg {
|
|
margin-top: -9rem !important;
|
|
margin-bottom: -9rem !important;
|
|
}
|
|
.m-xl-10-neg {
|
|
margin: -10.5rem !important;
|
|
}
|
|
.mt-xl-10-neg {
|
|
margin-top: -10.5rem !important;
|
|
}
|
|
.mr-xl-10-neg {
|
|
margin-right: -10.5rem !important;
|
|
}
|
|
.mb-xl-10-neg {
|
|
margin-bottom: -10.5rem !important;
|
|
}
|
|
.ml-xl-10-neg {
|
|
margin-left: -10.5rem !important;
|
|
}
|
|
.mx-xl-10-neg {
|
|
margin-right: -10.5rem !important;
|
|
margin-left: -10.5rem !important;
|
|
}
|
|
.my-xl-10-neg {
|
|
margin-top: -10.5rem !important;
|
|
margin-bottom: -10.5rem !important;
|
|
}
|
|
}
|
|
|
|
hr.hr-blank {
|
|
border-top: none;
|
|
}
|
|
|
|
hr.hr-lg {
|
|
border-top-width: 3px;
|
|
}
|
|
|
|
hr.hr-xl {
|
|
border-top-width: 5px;
|
|
}
|
|
|
|
hr.hr-white {
|
|
border-top-color: white !important;
|
|
}
|
|
|
|
hr.hr-light {
|
|
border-top-color: #f8f9fa !important;
|
|
}
|
|
|
|
hr.hr-grey {
|
|
border-top-color: #e9ecef !important;
|
|
}
|
|
|
|
hr.hr-grey-dark {
|
|
border-top-color: #495057 !important;
|
|
}
|
|
|
|
hr.hr-primary {
|
|
border-top-color: #55A79A !important;
|
|
}
|
|
|
|
hr.hr-primary-dark {
|
|
border-top-color: #33635c !important;
|
|
}
|
|
|
|
hr.hr-primary-faded {
|
|
border-top-color: rgba(85, 167, 154, 0.3) !important;
|
|
}
|
|
|
|
hr.hr-info {
|
|
border-top-color: #17a2b8 !important;
|
|
}
|
|
|
|
hr.hr-success {
|
|
border-top-color: #28a745 !important;
|
|
}
|
|
|
|
hr.hr-warning {
|
|
border-top-color: #ffc107 !important;
|
|
}
|
|
|
|
hr.hr-danger {
|
|
border-top-color: #dc3545 !important;
|
|
}
|
|
|
|
hr.hr-dark {
|
|
border-top-color: #343a40 !important;
|
|
}
|
|
|
|
hr.hr-secondary {
|
|
border-top-color: #6c757d !important;
|
|
}
|
|
|
|
hr.hr-black {
|
|
border-top-color: #000 !important;
|
|
}
|
|
|
|
hr.hr-white {
|
|
border-top-color: #fff !important;
|
|
}
|
|
|
|
hr.hr-green {
|
|
border-top-color: #55A79A !important;
|
|
}
|
|
|
|
hr.hr-red {
|
|
border-top-color: #BE3E1D !important;
|
|
}
|
|
|
|
hr.hr-blue {
|
|
border-top-color: #00ADBB !important;
|
|
}
|
|
|
|
hr.hr-purple {
|
|
border-top-color: #b771b0 !important;
|
|
}
|
|
|
|
hr.hr-pink {
|
|
border-top-color: #CC164D !important;
|
|
}
|
|
|
|
hr.hr-orange {
|
|
border-top-color: #e67e22 !important;
|
|
}
|
|
|
|
hr.hr-lime {
|
|
border-top-color: #b1dc44 !important;
|
|
}
|
|
|
|
hr.hr-blue-dark {
|
|
border-top-color: #34495e !important;
|
|
}
|
|
|
|
hr.hr-red-dark {
|
|
border-top-color: #a10f2b !important;
|
|
}
|
|
|
|
hr.hr-brown {
|
|
border-top-color: #91633c !important;
|
|
}
|
|
|
|
hr.hr-cyan-dark {
|
|
border-top-color: #008b8b !important;
|
|
}
|
|
|
|
hr.hr-yellow {
|
|
border-top-color: #D4AC0D !important;
|
|
}
|
|
|
|
hr.hr-slate {
|
|
border-top-color: #5D6D7E !important;
|
|
}
|
|
|
|
hr.hr-olive {
|
|
border-top-color: #808000 !important;
|
|
}
|
|
|
|
hr.hr-teal {
|
|
border-top-color: #008080 !important;
|
|
}
|
|
|
|
hr.hr-green-bright {
|
|
border-top-color: #2ECC71 !important;
|
|
}
|
|
|
|
.progress {
|
|
border-radius: 1px;
|
|
}
|
|
|
|
.progress-bar {
|
|
-webkit-transition: width 1.2s ease;
|
|
transition: width 1.2s ease;
|
|
}
|
|
|
|
.progress-sm {
|
|
height: 2px;
|
|
}
|
|
|
|
.progress-sm .progress-bar {
|
|
padding: 0;
|
|
}
|
|
|
|
.progress-lg {
|
|
height: 2.8rem;
|
|
}
|
|
|
|
.progress-bar[data-toggle="progress-bar-animated-progress"] {
|
|
width: 0 !important;
|
|
}
|
|
|
|
.form-control {
|
|
border-radius: 2px;
|
|
}
|
|
|
|
.form-control:hover {
|
|
border-color: #E6E6E6;
|
|
}
|
|
|
|
label {
|
|
margin-bottom: 2px;
|
|
}
|
|
|
|
input[type="color"].form-control {
|
|
-webkit-appearance: square-button;
|
|
width: 44px;
|
|
height: 44px;
|
|
background-color: white;
|
|
border-width: 1px;
|
|
border-style: solid;
|
|
border-color: rgba(27, 27, 27, 0.8);
|
|
-o-border-image: initial;
|
|
border-image: initial;
|
|
padding: 1px 2px;
|
|
}
|
|
|
|
input[type=range].form-control {
|
|
width: 100%;
|
|
}
|
|
|
|
.input-group-btn {
|
|
-webkit-box-orient: horizontal;
|
|
-webkit-box-direction: normal;
|
|
-ms-flex-direction: row;
|
|
flex-direction: row;
|
|
}
|
|
|
|
.input-group-prepend .btn,
|
|
.input-group-append .btn {
|
|
-ms-flex-item-align: stretch !important;
|
|
align-self: stretch !important;
|
|
}
|
|
|
|
.form-control-rounded {
|
|
border-radius: 30px;
|
|
}
|
|
|
|
.input-group-quantity {
|
|
min-width: 115px;
|
|
max-width: 200px;
|
|
}
|
|
|
|
.input-group-quantity .quantity {
|
|
text-align: center;
|
|
}
|
|
|
|
.form-control-transparent {
|
|
background: transparent;
|
|
border-color: transparent;
|
|
color: #495057;
|
|
}
|
|
|
|
.form-control-transparent:hover,
|
|
.form-control-transparent:focus,
|
|
.form-control-transparent:focus:hover {
|
|
border-color: transparent !important;
|
|
background: transparent !important;
|
|
color: black;
|
|
}
|
|
|
|
.form-control-transparent::-webkit-input-placeholder {
|
|
color: #495057;
|
|
}
|
|
|
|
.form-control-transparent:-moz-placeholder {
|
|
/* Firefox 18- */
|
|
color: #495057;
|
|
}
|
|
|
|
.form-control-transparent::-moz-placeholder {
|
|
/* Firefox 19+ */
|
|
color: #495057;
|
|
}
|
|
|
|
.form-control-transparent:-ms-input-placeholder {
|
|
color: #495057;
|
|
}
|
|
|
|
.form-control-transparent:hover,
|
|
.form-control-transparent:focus,
|
|
.form-control-transparent:focus:hover {
|
|
-webkit-box-shadow: none;
|
|
box-shadow: none;
|
|
}
|
|
|
|
.form-control-transparent:hover::-webkit-input-placeholder,
|
|
.form-control-transparent:focus::-webkit-input-placeholder,
|
|
.form-control-transparent:focus:hover::-webkit-input-placeholder {
|
|
color: black;
|
|
}
|
|
|
|
.form-control-transparent:hover:-moz-placeholder,
|
|
.form-control-transparent:focus:-moz-placeholder,
|
|
.form-control-transparent:focus:hover:-moz-placeholder {
|
|
/* Firefox 18- */
|
|
color: black;
|
|
}
|
|
|
|
.form-control-transparent:hover::-moz-placeholder,
|
|
.form-control-transparent:focus::-moz-placeholder,
|
|
.form-control-transparent:focus:hover::-moz-placeholder {
|
|
/* Firefox 19+ */
|
|
color: black;
|
|
}
|
|
|
|
.form-control-transparent:hover:-ms-input-placeholder,
|
|
.form-control-transparent:focus:-ms-input-placeholder,
|
|
.form-control-transparent:focus:hover:-ms-input-placeholder {
|
|
color: black;
|
|
}
|
|
|
|
.form-control-light {
|
|
color: #495057;
|
|
}
|
|
|
|
.form-control-dark {
|
|
color: rgba(255, 255, 255, 0.5);
|
|
}
|
|
|
|
.form-control-dark:hover,
|
|
.form-control-dark:focus,
|
|
.form-control-dark:focus:hover {
|
|
color: white;
|
|
}
|
|
|
|
.form-control-dark::-webkit-input-placeholder {
|
|
color: rgba(255, 255, 255, 0.8);
|
|
}
|
|
|
|
.form-control-dark:-moz-placeholder {
|
|
/* Firefox 18- */
|
|
color: rgba(255, 255, 255, 0.8);
|
|
}
|
|
|
|
.form-control-dark::-moz-placeholder {
|
|
/* Firefox 19+ */
|
|
color: rgba(255, 255, 255, 0.8);
|
|
}
|
|
|
|
.form-control-dark:-ms-input-placeholder {
|
|
color: rgba(255, 255, 255, 0.8);
|
|
}
|
|
|
|
.form-control-dark:hover::-webkit-input-placeholder,
|
|
.form-control-dark:focus::-webkit-input-placeholder,
|
|
.form-control-dark:focus:hover::-webkit-input-placeholder {
|
|
color: white;
|
|
}
|
|
|
|
.form-control-dark:hover:-moz-placeholder,
|
|
.form-control-dark:focus:-moz-placeholder,
|
|
.form-control-dark:focus:hover:-moz-placeholder {
|
|
/* Firefox 18- */
|
|
color: white;
|
|
}
|
|
|
|
.form-control-dark:hover::-moz-placeholder,
|
|
.form-control-dark:focus::-moz-placeholder,
|
|
.form-control-dark:focus:hover::-moz-placeholder {
|
|
/* Firefox 19+ */
|
|
color: white;
|
|
}
|
|
|
|
.form-control-dark:hover:-ms-input-placeholder,
|
|
.form-control-dark:focus:-ms-input-placeholder,
|
|
.form-control-dark:focus:hover:-ms-input-placeholder {
|
|
color: white;
|
|
}
|
|
|
|
.input-group-rounded.input-group .form-control:first-child,
|
|
.input-group-rounded.input-group .form-control.first-child,
|
|
.input-group-rounded .form-control:first-child,
|
|
.input-group-rounded .form-control.first-child {
|
|
border-top-left-radius: 30px;
|
|
border-bottom-left-radius: 30px;
|
|
}
|
|
|
|
.input-group-rounded.input-group .form-control:last-child,
|
|
.input-group-rounded.input-group .form-control.last-child,
|
|
.input-group-rounded .form-control:last-child,
|
|
.input-group-rounded .form-control.last-child {
|
|
border-top-right-radius: 30px;
|
|
border-bottom-right-radius: 30px;
|
|
}
|
|
|
|
.input-group-rounded.input-group .form-control:not(:first-child):not(:last-child),
|
|
.input-group-rounded .form-control:not(:first-child):not(:last-child) {
|
|
border-radius: 0;
|
|
}
|
|
|
|
.input-group-rounded .input-group-prepend>.input-group-text,
|
|
.input-group-rounded .input-group-prepend>.btn,
|
|
.input-group-rounded .input-group-prepend>.form-control {
|
|
border-radius: 30px 0 0 30px;
|
|
}
|
|
|
|
.input-group-rounded .input-group-append>.input-group-text,
|
|
.input-group-rounded .input-group-append>.btn,
|
|
.input-group-rounded .input-group-append>.form-control {
|
|
border-top-right-radius: 30px;
|
|
border-bottom-right-radius: 30px;
|
|
}
|
|
|
|
.outline-0:focus {
|
|
outline: none !important;
|
|
-webkit-box-shadow: none !important;
|
|
box-shadow: none !important;
|
|
}
|
|
|
|
.form-wrapper {
|
|
margin: 0 auto;
|
|
border: 1px solid #E6E6E6;
|
|
padding: 20px;
|
|
border-radius: 2px;
|
|
-webkit-box-shadow: 1px 1px 10px rgba(27, 27, 27, 0.2);
|
|
box-shadow: 1px 1px 10px rgba(27, 27, 27, 0.2);
|
|
}
|
|
|
|
.form-wrapper.form-narrow {
|
|
min-width: 200px;
|
|
max-width: 400px;
|
|
}
|
|
|
|
.form-wrapper.form-medium {
|
|
min-width: 300px;
|
|
max-width: 500px;
|
|
}
|
|
|
|
.form-wrapper h2.title-divider,
|
|
.form-wrapper h3.title-divider {
|
|
margin-top: 0;
|
|
}
|
|
|
|
.table-striped tbody tr:nth-of-type(odd) {
|
|
background-color: rgba(0, 0, 0, 0.02);
|
|
}
|
|
|
|
.table thead th {
|
|
font-weight: 400;
|
|
}
|
|
|
|
.c-offcanvas-bg {
|
|
position: fixed !important;
|
|
background-color: transparent;
|
|
-webkit-transition: all 300ms cubic-bezier(0.4, 0, 0.6, 1) !important;
|
|
transition: all 300ms cubic-bezier(0.4, 0, 0.6, 1) !important;
|
|
opacity: 0;
|
|
left: 0;
|
|
z-index: -1;
|
|
background-color: transparent !important;
|
|
}
|
|
|
|
.c-offcanvas-bg.is-open {
|
|
opacity: 1;
|
|
z-index: 100;
|
|
}
|
|
|
|
.c-offcanvas-bg.overlay:after {
|
|
-webkit-transition: all 0.3s ease-in-out;
|
|
transition: all 0.3s ease-in-out;
|
|
z-index: 1030 !important;
|
|
}
|
|
|
|
.c-offcanvas-bg.is-open.overlay-close-cursor {
|
|
cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAACXBIWXMAAAsTAAALEwEAmpwYAAA7hGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS41LWMwMTQgNzkuMTUxNDgxLCAyMDEzLzAzLzEzLTEyOjA5OjE1ICAgICAgICAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIKICAgICAgICAgICAgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIgogICAgICAgICAgICB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIKICAgICAgICAgICAgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIKICAgICAgICAgICAgeG1sbnM6dGlmZj0iaHR0cDovL25zLmFkb2JlLmNvbS90aWZmLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOmV4aWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vZXhpZi8xLjAvIj4KICAgICAgICAgPHhtcDpDcmVhdG9yVG9vbD5BZG9iZSBQaG90b3Nob3AgQ0MgKFdpbmRvd3MpPC94bXA6Q3JlYXRvclRvb2w+CiAgICAgICAgIDx4bXA6Q3JlYXRlRGF0ZT4yMDE0LTAxLTIxVDIwOjU1OjUzKzAyOjAwPC94bXA6Q3JlYXRlRGF0ZT4KICAgICAgICAgPHhtcDpNb2RpZnlEYXRlPjIwMTQtMDEtMzFUMjE6NTc6NTErMDI6MDA8L3htcDpNb2RpZnlEYXRlPgogICAgICAgICA8eG1wOk1ldGFkYXRhRGF0ZT4yMDE0LTAxLTMxVDIxOjU3OjUxKzAyOjAwPC94bXA6TWV0YWRhdGFEYXRlPgogICAgICAgICA8ZGM6Zm9ybWF0PmltYWdlL3BuZzwvZGM6Zm9ybWF0PgogICAgICAgICA8cGhvdG9zaG9wOkNvbG9yTW9kZT4zPC9waG90b3Nob3A6Q29sb3JNb2RlPgogICAgICAgICA8eG1wTU06SW5zdGFuY2VJRD54bXAuaWlkOjUwMzA3YWNkLTU2NWUtYjE0NC05MzM4LWJlMzkxMjI0YTQ3ZTwveG1wTU06SW5zdGFuY2VJRD4KICAgICAgICAgPHhtcE1NOkRvY3VtZW50SUQ+eG1wLmRpZDo5YmE4NzI1Yi04MWVmLWNmNGEtYWM0Mi0yMmQ5Y2MwZTc0YTc8L3htcE1NOkRvY3VtZW50SUQ+CiAgICAgICAgIDx4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ+eG1wLmRpZDo5YmE4NzI1Yi04MWVmLWNmNGEtYWM0Mi0yMmQ5Y2MwZTc0YTc8L3htcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD4KICAgICAgICAgPHhtcE1NOkhpc3Rvcnk+CiAgICAgICAgICAgIDxyZGY6U2VxPgogICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmFjdGlvbj5jcmVhdGVkPC9zdEV2dDphY3Rpb24+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDppbnN0YW5jZUlEPnhtcC5paWQ6OWJhODcyNWItODFlZi1jZjRhLWFjNDItMjJkOWNjMGU3NGE3PC9zdEV2dDppbnN0YW5jZUlEPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6d2hlbj4yMDE0LTAxLTIxVDIwOjU1OjUzKzAyOjAwPC9zdEV2dDp3aGVuPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6c29mdHdhcmVBZ2VudD5BZG9iZSBQaG90b3Nob3AgQ0MgKFdpbmRvd3MpPC9zdEV2dDpzb2Z0d2FyZUFnZW50PgogICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDphY3Rpb24+c2F2ZWQ8L3N0RXZ0OmFjdGlvbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0Omluc3RhbmNlSUQ+eG1wLmlpZDplOTYxZmZlMi00YTdkLWY2NDktODQ0Mi1kMDQ1NDg0NGU0ZGE8L3N0RXZ0Omluc3RhbmNlSUQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDp3aGVuPjIwMTQtMDEtMzFUMjE6NTY6MTMrMDI6MDA8L3N0RXZ0OndoZW4+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpzb2Z0d2FyZUFnZW50PkFkb2JlIFBob3Rvc2hvcCBDQyAoV2luZG93cyk8L3N0RXZ0OnNvZnR3YXJlQWdlbnQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpjaGFuZ2VkPi88L3N0RXZ0OmNoYW5nZWQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmFjdGlvbj5zYXZlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6aW5zdGFuY2VJRD54bXAuaWlkOjUwMzA3YWNkLTU2NWUtYjE0NC05MzM4LWJlMzkxMjI0YTQ3ZTwvc3RFdnQ6aW5zdGFuY2VJRD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OndoZW4+MjAxNC0wMS0zMVQyMTo1Nzo1MSswMjowMDwvc3RFdnQ6d2hlbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnNvZnR3YXJlQWdlbnQ+QWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKTwvc3RFdnQ6c29mdHdhcmVBZ2VudD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmNoYW5nZWQ+Lzwvc3RFdnQ6Y2hhbmdlZD4KICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgIDwvcmRmOlNlcT4KICAgICAgICAgPC94bXBNTTpIaXN0b3J5PgogICAgICAgICA8dGlmZjpPcmllbnRhdGlvbj4xPC90aWZmOk9yaWVudGF0aW9uPgogICAgICAgICA8dGlmZjpYUmVzb2x1dGlvbj43MjAwMDAvMTAwMDA8L3RpZmY6WFJlc29sdXRpb24+CiAgICAgICAgIDx0aWZmOllSZXNvbHV0aW9uPjcyMDAwMC8xMDAwMDwvdGlmZjpZUmVzb2x1dGlvbj4KICAgICAgICAgPHRpZmY6UmVzb2x1dGlvblVuaXQ+MjwvdGlmZjpSZXNvbHV0aW9uVW5pdD4KICAgICAgICAgPGV4aWY6Q29sb3JTcGFjZT42NTUzNTwvZXhpZjpDb2xvclNwYWNlPgogICAgICAgICA8ZXhpZjpQaXhlbFhEaW1lbnNpb24+MzA8L2V4aWY6UGl4ZWxYRGltZW5zaW9uPgogICAgICAgICA8ZXhpZjpQaXhlbFlEaW1lbnNpb24+MzA8L2V4aWY6UGl4ZWxZRGltZW5zaW9uPgogICAgICA8L3JkZjpEZXNjcmlwdGlvbj4KICAgPC9yZGY6UkRGPgo8L3g6eG1wbWV0YT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAKPD94cGFja2V0IGVuZD0idyI/PuITIRAAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAAAatJREFUeNrs1mtuwyAMAGCzE/UIOYp7su4mO0IB84YQepF6f7ppjywNabVJ25DyJ0F8wQLbgpnhJ8YD/ND4ezAw87sHAKDWOtxr/dbaMOd82nGtdWDmp5wz3oqO44jn8/lpmqZh1Y5zzphz5hjjZjylhDlnHscRZ505GAAgxoghBHbOdePee4wx8tuorYZfFnDOsTFmNe6cQ+89hxBwMbJLMACAMQaJiInoKm6MQWvtbJS6YQAAIkKtNWutv8S11khEX0ZnEwwAoJRCKSVLKXHu27Uf2wwDAEgpUUrJx+MRP75TSmFPvhAfMSHEIn5BDwCwv8w/AMB+t9s9XoPfOb3wW/wy9yo6Bz/cI+V+S5GQUqIQ4iCE2F/CfZg7cJuKRM/JllKiUqr7cK2GtdaolFq8TktJZnMCIaLFe0pEaIy5XwKx1qK1dlW+ttaic+72lBlCQO89W2u7ikQI4VNJXQ2nlDDGyN777hMbQsCUEpdS+spiKQVzzpxS2twI5JyxlMK11nWNQGttqLW+dg63jForTtPErbVh1Y5fGrR7jNPpNKwqEv8N/a+DnwcAvI7yXBHolsAAAAAASUVORK5CYII=), auto;
|
|
}
|
|
|
|
.c-offcanvas--overlay,
|
|
.c-offcanvas--push {
|
|
z-index: 101;
|
|
}
|
|
|
|
.c-offcanvas-content-wrap {
|
|
position: relative;
|
|
overflow: hidden;
|
|
background: #fff;
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
transform: translate3d(0, 0, 0);
|
|
-webkit-backface-visibility: hidden;
|
|
backface-visibility: hidden;
|
|
}
|
|
|
|
body.animates-pending *[data-animate] {
|
|
opacity: 0;
|
|
}
|
|
|
|
body.animates-pending *[data-animate].animated,
|
|
body.animates-pending *[data-animate].animated-done {
|
|
opacity: 1;
|
|
}
|
|
|
|
.animate-pending {
|
|
opacity: 0;
|
|
}
|
|
|
|
.dur-fast {
|
|
-webkit-animation-duration: 0.5s;
|
|
animation-duration: 0.5s;
|
|
}
|
|
|
|
.dur-slow {
|
|
-webkit-animation-duration: 2s;
|
|
animation-duration: 2s;
|
|
}
|
|
|
|
.dur-x-slow {
|
|
-webkit-animation-duration: 3s;
|
|
animation-duration: 3s;
|
|
}
|
|
|
|
.de-1 {
|
|
-webkit-animation-delay: 0.1s;
|
|
animation-delay: 0.1s;
|
|
-webkit-transition-delay: 0.1s;
|
|
transition-delay: 0.1s;
|
|
}
|
|
|
|
.de-2 {
|
|
-webkit-animation-delay: 0.2s;
|
|
animation-delay: 0.2s;
|
|
-webkit-transition-delay: 0.2s;
|
|
transition-delay: 0.2s;
|
|
}
|
|
|
|
.de-3 {
|
|
-webkit-animation-delay: 0.3s;
|
|
animation-delay: 0.3s;
|
|
-webkit-transition-delay: 0.3s;
|
|
transition-delay: 0.3s;
|
|
}
|
|
|
|
.de-4 {
|
|
-webkit-animation-delay: 0.4s;
|
|
animation-delay: 0.4s;
|
|
-webkit-transition-delay: 0.4s;
|
|
transition-delay: 0.4s;
|
|
}
|
|
|
|
.de-5 {
|
|
-webkit-animation-delay: 0.5s;
|
|
animation-delay: 0.5s;
|
|
-webkit-transition-delay: 0.5s;
|
|
transition-delay: 0.5s;
|
|
}
|
|
|
|
.de-6 {
|
|
-webkit-animation-delay: 0.6s;
|
|
animation-delay: 0.6s;
|
|
-webkit-transition-delay: 0.6s;
|
|
transition-delay: 0.6s;
|
|
}
|
|
|
|
.de-7 {
|
|
-webkit-animation-delay: 0.7s;
|
|
animation-delay: 0.7s;
|
|
-webkit-transition-delay: 0.7s;
|
|
transition-delay: 0.7s;
|
|
}
|
|
|
|
.de-8 {
|
|
-webkit-animation-delay: 0.8s;
|
|
animation-delay: 0.8s;
|
|
-webkit-transition-delay: 0.8s;
|
|
transition-delay: 0.8s;
|
|
}
|
|
|
|
.de-9 {
|
|
-webkit-animation-delay: 0.9s;
|
|
animation-delay: 0.9s;
|
|
-webkit-transition-delay: 0.9s;
|
|
transition-delay: 0.9s;
|
|
}
|
|
|
|
.de-10 {
|
|
-webkit-animation-delay: 1s;
|
|
animation-delay: 1s;
|
|
-webkit-transition-delay: 1s;
|
|
transition-delay: 1s;
|
|
}
|
|
|
|
.de-11 {
|
|
-webkit-animation-delay: 1.1s;
|
|
animation-delay: 1.1s;
|
|
-webkit-transition-delay: 1.1s;
|
|
transition-delay: 1.1s;
|
|
}
|
|
|
|
.de-12 {
|
|
-webkit-animation-delay: 1.2s;
|
|
animation-delay: 1.2s;
|
|
-webkit-transition-delay: 1.2s;
|
|
transition-delay: 1.2s;
|
|
}
|
|
|
|
.de-13 {
|
|
-webkit-animation-delay: 1.3s;
|
|
animation-delay: 1.3s;
|
|
-webkit-transition-delay: 1.3s;
|
|
transition-delay: 1.3s;
|
|
}
|
|
|
|
.de-14 {
|
|
-webkit-animation-delay: 1.4s;
|
|
animation-delay: 1.4s;
|
|
-webkit-transition-delay: 1.4s;
|
|
transition-delay: 1.4s;
|
|
}
|
|
|
|
.de-15 {
|
|
-webkit-animation-delay: 1.5s;
|
|
animation-delay: 1.5s;
|
|
-webkit-transition-delay: 1.5s;
|
|
transition-delay: 1.5s;
|
|
}
|
|
|
|
.de-16 {
|
|
-webkit-animation-delay: 1.6s;
|
|
animation-delay: 1.6s;
|
|
-webkit-transition-delay: 1.6s;
|
|
transition-delay: 1.6s;
|
|
}
|
|
|
|
.de-17 {
|
|
-webkit-animation-delay: 1.7s;
|
|
animation-delay: 1.7s;
|
|
-webkit-transition-delay: 1.7s;
|
|
transition-delay: 1.7s;
|
|
}
|
|
|
|
.de-18 {
|
|
-webkit-animation-delay: 1.8s;
|
|
animation-delay: 1.8s;
|
|
-webkit-transition-delay: 1.8s;
|
|
transition-delay: 1.8s;
|
|
}
|
|
|
|
.de-19 {
|
|
-webkit-animation-delay: 1.9s;
|
|
animation-delay: 1.9s;
|
|
-webkit-transition-delay: 1.9s;
|
|
transition-delay: 1.9s;
|
|
}
|
|
|
|
.de-20 {
|
|
-webkit-animation-delay: 2s;
|
|
animation-delay: 2s;
|
|
-webkit-transition-delay: 2s;
|
|
transition-delay: 2s;
|
|
}
|
|
|
|
.transition-base {
|
|
-webkit-transition: all 0.4s ease-out;
|
|
transition: all 0.4s ease-out;
|
|
}
|
|
|
|
.fade {
|
|
visibility: hidden;
|
|
opacity: 0;
|
|
-webkit-transition: opacity 0.15s linear;
|
|
transition: opacity 0.15s linear;
|
|
}
|
|
|
|
.fade.modal {
|
|
-webkit-transition: all 0.4s ease-out;
|
|
transition: all 0.4s ease-out;
|
|
}
|
|
|
|
.fade.show {
|
|
visibility: visible;
|
|
opacity: 1;
|
|
}
|
|
|
|
@-webkit-keyframes loading-rotation {
|
|
0% {
|
|
-webkit-transform: rotate(0deg);
|
|
}
|
|
100% {
|
|
-webkit-transform: rotate(360deg);
|
|
}
|
|
}
|
|
|
|
@keyframes loading-rotation {
|
|
0% {
|
|
-webkit-transform: rotate(0deg);
|
|
transform: rotate(0deg);
|
|
}
|
|
100% {
|
|
-webkit-transform: rotate(360deg);
|
|
transform: rotate(360deg);
|
|
}
|
|
}
|
|
|
|
.loading {
|
|
min-height: 34px;
|
|
min-width: 100%;
|
|
opacity: 1;
|
|
-webkit-transition: all 0.4s ease-out;
|
|
transition: all 0.4s ease-out;
|
|
position: relative;
|
|
}
|
|
|
|
.loading:before {
|
|
content: '';
|
|
position: absolute;
|
|
width: 34px;
|
|
height: 34px;
|
|
left: 0;
|
|
right: 0;
|
|
top: 0;
|
|
bottom: 0;
|
|
margin: auto;
|
|
-webkit-animation: loading-rotation .8s infinite linear;
|
|
animation: loading-rotation .8s infinite linear;
|
|
border-left: 3px solid rgba(114, 144, 182, 0.15);
|
|
border-right: 3px solid rgba(114, 144, 182, 0.15);
|
|
border-bottom: 3px solid rgba(114, 144, 182, 0.15);
|
|
border-top: 3px solid rgba(114, 144, 182, 0.8);
|
|
border-radius: 100%;
|
|
}
|
|
|
|
.loading.loaded {
|
|
opacity: 0;
|
|
visibility: hidden;
|
|
height: 0;
|
|
overflow: hidden;
|
|
min-height: 0;
|
|
}
|
|
|
|
.slider-wrapper {
|
|
width: 100%;
|
|
position: relative;
|
|
padding: 0;
|
|
}
|
|
|
|
.slide h1,
|
|
.slide h2,
|
|
.slide h3,
|
|
.slide h4,
|
|
.slide h5,
|
|
.slide p {
|
|
margin-top: 0;
|
|
font-weight: 400;
|
|
}
|
|
|
|
.flex-direction-nav a {
|
|
text-indent: 0;
|
|
font-size: 0;
|
|
text-align: center;
|
|
border-radius: 0;
|
|
bottom: 0;
|
|
right: 0;
|
|
background: none;
|
|
color: transparent;
|
|
width: 50px;
|
|
height: 100px;
|
|
line-height: 100px;
|
|
top: 50%;
|
|
font-weight: 100;
|
|
margin-top: -30px;
|
|
opacity: 0;
|
|
-webkit-transition: all 0.2s ease-out;
|
|
transition: all 0.2s ease-out;
|
|
}
|
|
|
|
.flex-direction-nav a:hover {
|
|
opacity: 1;
|
|
}
|
|
|
|
.flex-direction-nav a:before {
|
|
font-family: 'Font Awesome 5 Free';
|
|
font-weight: 900;
|
|
font-style: normal;
|
|
speak: none;
|
|
display: inline-block;
|
|
content: "\f105";
|
|
font-size: 60px;
|
|
font-weight: bold;
|
|
color: #55A79A;
|
|
}
|
|
|
|
.flex-direction-nav a.tp-rightarrow,
|
|
.flex-direction-nav a.flex-next {
|
|
right: 0;
|
|
text-align: center;
|
|
}
|
|
|
|
.flex-direction-nav a.tp-rightarrow:before,
|
|
.flex-direction-nav a.flex-next:before {
|
|
content: '\f105';
|
|
}
|
|
|
|
.flex-direction-nav a.tp-leftarrow,
|
|
.flex-direction-nav a.flex-prev {
|
|
left: 0;
|
|
right: auto;
|
|
}
|
|
|
|
.flex-direction-nav a.tp-leftarrow:before,
|
|
.flex-direction-nav a.flex-prev:before {
|
|
content: '\f104';
|
|
}
|
|
|
|
.flex-direction-nav a:hover {
|
|
text-decoration: none;
|
|
}
|
|
|
|
.slider-appstrap-theme .slider-wrapper:hover .tparrows,
|
|
.slider-wrapper:hover .flex-direction-nav a {
|
|
opacity: 70;
|
|
}
|
|
|
|
.slider-appstrap-theme .slider-wrapper:hover .tparrows:hover,
|
|
.slider-wrapper:hover .flex-direction-nav a:hover {
|
|
opacity: 100;
|
|
}
|
|
|
|
.slider-appstrap-theme .tp-bullets,
|
|
.slider-appstrap-theme .tp-bullets.round,
|
|
.slider-appstrap-theme .tp-bullets.simplebullets.round,
|
|
.flex-control-nav {
|
|
position: absolute;
|
|
bottom: 10px !important;
|
|
right: 10px !important;
|
|
left: auto !important;
|
|
text-align: center;
|
|
width: auto;
|
|
line-height: 1;
|
|
opacity: 100;
|
|
z-index: 300;
|
|
}
|
|
|
|
.slider-appstrap-theme .tp-bullets li,
|
|
.slider-appstrap-theme .tp-bullets.round li,
|
|
.slider-appstrap-theme .tp-bullets.simplebullets.round li,
|
|
.flex-control-nav li {
|
|
margin: 0;
|
|
}
|
|
|
|
.slider-appstrap-theme .tp-bullets li a,
|
|
.slider-appstrap-theme .tp-bullets .bullet,
|
|
.slider-appstrap-theme .tp-bullets.round li a,
|
|
.slider-appstrap-theme .tp-bullets.round .bullet,
|
|
.slider-appstrap-theme .tp-bullets.simplebullets.round li a,
|
|
.slider-appstrap-theme .tp-bullets.simplebullets.round .bullet,
|
|
.flex-control-nav li a,
|
|
.flex-control-nav .bullet {
|
|
margin: 0 3px;
|
|
border-radius: 2px;
|
|
height: 15px;
|
|
width: 15px;
|
|
background: #bbbbbb;
|
|
}
|
|
|
|
.slider-appstrap-theme .tp-bullets li a:hover,
|
|
.slider-appstrap-theme .tp-bullets li a.flex-active,
|
|
.slider-appstrap-theme .tp-bullets li a.selected,
|
|
.slider-appstrap-theme .tp-bullets .bullet:hover,
|
|
.slider-appstrap-theme .tp-bullets .bullet.flex-active,
|
|
.slider-appstrap-theme .tp-bullets .bullet.selected,
|
|
.slider-appstrap-theme .tp-bullets.round li a:hover,
|
|
.slider-appstrap-theme .tp-bullets.round li a.flex-active,
|
|
.slider-appstrap-theme .tp-bullets.round li a.selected,
|
|
.slider-appstrap-theme .tp-bullets.round .bullet:hover,
|
|
.slider-appstrap-theme .tp-bullets.round .bullet.flex-active,
|
|
.slider-appstrap-theme .tp-bullets.round .bullet.selected,
|
|
.slider-appstrap-theme .tp-bullets.simplebullets.round li a:hover,
|
|
.slider-appstrap-theme .tp-bullets.simplebullets.round li a.flex-active,
|
|
.slider-appstrap-theme .tp-bullets.simplebullets.round li a.selected,
|
|
.slider-appstrap-theme .tp-bullets.simplebullets.round .bullet:hover,
|
|
.slider-appstrap-theme .tp-bullets.simplebullets.round .bullet.flex-active,
|
|
.slider-appstrap-theme .tp-bullets.simplebullets.round .bullet.selected,
|
|
.flex-control-nav li a:hover,
|
|
.flex-control-nav li a.flex-active,
|
|
.flex-control-nav li a.selected,
|
|
.flex-control-nav .bullet:hover,
|
|
.flex-control-nav .bullet.flex-active,
|
|
.flex-control-nav .bullet.selected {
|
|
background: #55A79A;
|
|
}
|
|
|
|
.slider-mini-nav .slider-appstrap-theme .tp-bullets,
|
|
.slider-mini-nav .slider-appstrap-theme .tp-bullets.round,
|
|
.slider-mini-nav .slider-appstrap-theme .tp-bullets.simplebullets.round,
|
|
.slider-mini-nav .flex-control-nav {
|
|
bottom: 5px !important;
|
|
right: 5px !important;
|
|
}
|
|
|
|
.slider-mini-nav .slider-appstrap-theme .tp-bullets li a,
|
|
.slider-mini-nav .slider-appstrap-theme .tp-bullets .bullet,
|
|
.slider-mini-nav .slider-appstrap-theme .tp-bullets.round li a,
|
|
.slider-mini-nav .slider-appstrap-theme .tp-bullets.round .bullet,
|
|
.slider-mini-nav .slider-appstrap-theme .tp-bullets.simplebullets.round li a,
|
|
.slider-mini-nav .slider-appstrap-theme .tp-bullets.simplebullets.round .bullet,
|
|
.slider-mini-nav .flex-control-nav li a,
|
|
.slider-mini-nav .flex-control-nav .bullet {
|
|
margin: 0 2px;
|
|
height: 12px;
|
|
width: 12px;
|
|
}
|
|
|
|
.slider-boxed #highlighted,
|
|
.slider-full-width #highlighted,
|
|
.slider-full-width-behind #highlighted {
|
|
background: transparent;
|
|
background-color: transparent;
|
|
}
|
|
|
|
.slider-boxed #highlighted {
|
|
border: none;
|
|
}
|
|
|
|
.slider-boxed .navbar {
|
|
-webkit-border-bottom-right-radius: 0 !important;
|
|
-webkit-border-bottom-left-radius: 0 !important;
|
|
-moz-border-radius-bottomright: 0 !important;
|
|
-moz-border-radius-bottomleft: 0 !important;
|
|
border-bottom-right-radius: 0 !important;
|
|
border-bottom-left-radius: 0 !important;
|
|
}
|
|
|
|
.slider-boxed .slider-wrapper,
|
|
.slider-boxed .flexslider-wrapper {
|
|
border: 1px solid rgba(27, 27, 27, 0.15);
|
|
border-radius: 0;
|
|
margin-top: 10px;
|
|
-webkit-box-shadow: 1px 1px 10px rgba(27, 27, 27, 0.2);
|
|
box-shadow: 1px 1px 10px rgba(27, 27, 27, 0.2);
|
|
}
|
|
|
|
.slider-boxed .slide-content {
|
|
padding-top: 20px;
|
|
}
|
|
|
|
.slider-full-width .slide-content {
|
|
padding: 2em 0 0 0;
|
|
}
|
|
|
|
.has-backstretch .backstretch-overlay {
|
|
background: transparent;
|
|
background-color: rgba(255, 255, 255, 0.7);
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
height: 100%;
|
|
z-index: -999998;
|
|
}
|
|
|
|
.w-5 {
|
|
width: 5% !important;
|
|
}
|
|
|
|
.w-10 {
|
|
width: 10% !important;
|
|
}
|
|
|
|
.w-15 {
|
|
width: 15% !important;
|
|
}
|
|
|
|
.w-20 {
|
|
width: 20% !important;
|
|
}
|
|
|
|
.w-25 {
|
|
width: 25% !important;
|
|
}
|
|
|
|
.w-30 {
|
|
width: 30% !important;
|
|
}
|
|
|
|
.w-35 {
|
|
width: 35% !important;
|
|
}
|
|
|
|
.w-40 {
|
|
width: 40% !important;
|
|
}
|
|
|
|
.w-45 {
|
|
width: 45% !important;
|
|
}
|
|
|
|
.w-50 {
|
|
width: 50% !important;
|
|
}
|
|
|
|
.w-55 {
|
|
width: 55% !important;
|
|
}
|
|
|
|
.w-60 {
|
|
width: 60% !important;
|
|
}
|
|
|
|
.w-65 {
|
|
width: 65% !important;
|
|
}
|
|
|
|
.w-70 {
|
|
width: 70% !important;
|
|
}
|
|
|
|
.w-75 {
|
|
width: 75% !important;
|
|
}
|
|
|
|
.w-80 {
|
|
width: 80% !important;
|
|
}
|
|
|
|
.w-85 {
|
|
width: 85% !important;
|
|
}
|
|
|
|
.w-90 {
|
|
width: 90% !important;
|
|
}
|
|
|
|
.w-95 {
|
|
width: 95% !important;
|
|
}
|
|
|
|
.w-100 {
|
|
width: 100% !important;
|
|
}
|
|
|
|
.w-auto {
|
|
width: auto !important;
|
|
}
|
|
|
|
.h-5 {
|
|
height: 5% !important;
|
|
}
|
|
|
|
.h-10 {
|
|
height: 10% !important;
|
|
}
|
|
|
|
.h-15 {
|
|
height: 15% !important;
|
|
}
|
|
|
|
.h-20 {
|
|
height: 20% !important;
|
|
}
|
|
|
|
.h-25 {
|
|
height: 25% !important;
|
|
}
|
|
|
|
.h-30 {
|
|
height: 30% !important;
|
|
}
|
|
|
|
.h-35 {
|
|
height: 35% !important;
|
|
}
|
|
|
|
.h-40 {
|
|
height: 40% !important;
|
|
}
|
|
|
|
.h-45 {
|
|
height: 45% !important;
|
|
}
|
|
|
|
.h-50 {
|
|
height: 50% !important;
|
|
}
|
|
|
|
.h-55 {
|
|
height: 55% !important;
|
|
}
|
|
|
|
.h-60 {
|
|
height: 60% !important;
|
|
}
|
|
|
|
.h-65 {
|
|
height: 65% !important;
|
|
}
|
|
|
|
.h-70 {
|
|
height: 70% !important;
|
|
}
|
|
|
|
.h-75 {
|
|
height: 75% !important;
|
|
}
|
|
|
|
.h-80 {
|
|
height: 80% !important;
|
|
}
|
|
|
|
.h-85 {
|
|
height: 85% !important;
|
|
}
|
|
|
|
.h-90 {
|
|
height: 90% !important;
|
|
}
|
|
|
|
.h-95 {
|
|
height: 95% !important;
|
|
}
|
|
|
|
.h-100 {
|
|
height: 100% !important;
|
|
}
|
|
|
|
.h-auto {
|
|
height: auto !important;
|
|
}
|
|
|
|
@media (min-width: 576px) {
|
|
.w-sm-5 {
|
|
width: 5% !important;
|
|
}
|
|
.w-sm-10 {
|
|
width: 10% !important;
|
|
}
|
|
.w-sm-15 {
|
|
width: 15% !important;
|
|
}
|
|
.w-sm-20 {
|
|
width: 20% !important;
|
|
}
|
|
.w-sm-25 {
|
|
width: 25% !important;
|
|
}
|
|
.w-sm-30 {
|
|
width: 30% !important;
|
|
}
|
|
.w-sm-35 {
|
|
width: 35% !important;
|
|
}
|
|
.w-sm-40 {
|
|
width: 40% !important;
|
|
}
|
|
.w-sm-45 {
|
|
width: 45% !important;
|
|
}
|
|
.w-sm-50 {
|
|
width: 50% !important;
|
|
}
|
|
.w-sm-55 {
|
|
width: 55% !important;
|
|
}
|
|
.w-sm-60 {
|
|
width: 60% !important;
|
|
}
|
|
.w-sm-65 {
|
|
width: 65% !important;
|
|
}
|
|
.w-sm-70 {
|
|
width: 70% !important;
|
|
}
|
|
.w-sm-75 {
|
|
width: 75% !important;
|
|
}
|
|
.w-sm-80 {
|
|
width: 80% !important;
|
|
}
|
|
.w-sm-85 {
|
|
width: 85% !important;
|
|
}
|
|
.w-sm-90 {
|
|
width: 90% !important;
|
|
}
|
|
.w-sm-95 {
|
|
width: 95% !important;
|
|
}
|
|
.w-sm-100 {
|
|
width: 100% !important;
|
|
}
|
|
.w-sm-auto {
|
|
width: auto !important;
|
|
}
|
|
}
|
|
|
|
@media (min-width: 576px) {
|
|
.h-sm-5 {
|
|
height: 5% !important;
|
|
}
|
|
.h-sm-10 {
|
|
height: 10% !important;
|
|
}
|
|
.h-sm-15 {
|
|
height: 15% !important;
|
|
}
|
|
.h-sm-20 {
|
|
height: 20% !important;
|
|
}
|
|
.h-sm-25 {
|
|
height: 25% !important;
|
|
}
|
|
.h-sm-30 {
|
|
height: 30% !important;
|
|
}
|
|
.h-sm-35 {
|
|
height: 35% !important;
|
|
}
|
|
.h-sm-40 {
|
|
height: 40% !important;
|
|
}
|
|
.h-sm-45 {
|
|
height: 45% !important;
|
|
}
|
|
.h-sm-50 {
|
|
height: 50% !important;
|
|
}
|
|
.h-sm-55 {
|
|
height: 55% !important;
|
|
}
|
|
.h-sm-60 {
|
|
height: 60% !important;
|
|
}
|
|
.h-sm-65 {
|
|
height: 65% !important;
|
|
}
|
|
.h-sm-70 {
|
|
height: 70% !important;
|
|
}
|
|
.h-sm-75 {
|
|
height: 75% !important;
|
|
}
|
|
.h-sm-80 {
|
|
height: 80% !important;
|
|
}
|
|
.h-sm-85 {
|
|
height: 85% !important;
|
|
}
|
|
.h-sm-90 {
|
|
height: 90% !important;
|
|
}
|
|
.h-sm-95 {
|
|
height: 95% !important;
|
|
}
|
|
.h-sm-100 {
|
|
height: 100% !important;
|
|
}
|
|
.h-sm-auto {
|
|
height: auto !important;
|
|
}
|
|
}
|
|
|
|
@media (min-width: 768px) {
|
|
.w-md-5 {
|
|
width: 5% !important;
|
|
}
|
|
.w-md-10 {
|
|
width: 10% !important;
|
|
}
|
|
.w-md-15 {
|
|
width: 15% !important;
|
|
}
|
|
.w-md-20 {
|
|
width: 20% !important;
|
|
}
|
|
.w-md-25 {
|
|
width: 25% !important;
|
|
}
|
|
.w-md-30 {
|
|
width: 30% !important;
|
|
}
|
|
.w-md-35 {
|
|
width: 35% !important;
|
|
}
|
|
.w-md-40 {
|
|
width: 40% !important;
|
|
}
|
|
.w-md-45 {
|
|
width: 45% !important;
|
|
}
|
|
.w-md-50 {
|
|
width: 50% !important;
|
|
}
|
|
.w-md-55 {
|
|
width: 55% !important;
|
|
}
|
|
.w-md-60 {
|
|
width: 60% !important;
|
|
}
|
|
.w-md-65 {
|
|
width: 65% !important;
|
|
}
|
|
.w-md-70 {
|
|
width: 70% !important;
|
|
}
|
|
.w-md-75 {
|
|
width: 75% !important;
|
|
}
|
|
.w-md-80 {
|
|
width: 80% !important;
|
|
}
|
|
.w-md-85 {
|
|
width: 85% !important;
|
|
}
|
|
.w-md-90 {
|
|
width: 90% !important;
|
|
}
|
|
.w-md-95 {
|
|
width: 95% !important;
|
|
}
|
|
.w-md-100 {
|
|
width: 100% !important;
|
|
}
|
|
.w-md-auto {
|
|
width: auto !important;
|
|
}
|
|
}
|
|
|
|
@media (min-width: 768px) {
|
|
.h-md-5 {
|
|
height: 5% !important;
|
|
}
|
|
.h-md-10 {
|
|
height: 10% !important;
|
|
}
|
|
.h-md-15 {
|
|
height: 15% !important;
|
|
}
|
|
.h-md-20 {
|
|
height: 20% !important;
|
|
}
|
|
.h-md-25 {
|
|
height: 25% !important;
|
|
}
|
|
.h-md-30 {
|
|
height: 30% !important;
|
|
}
|
|
.h-md-35 {
|
|
height: 35% !important;
|
|
}
|
|
.h-md-40 {
|
|
height: 40% !important;
|
|
}
|
|
.h-md-45 {
|
|
height: 45% !important;
|
|
}
|
|
.h-md-50 {
|
|
height: 50% !important;
|
|
}
|
|
.h-md-55 {
|
|
height: 55% !important;
|
|
}
|
|
.h-md-60 {
|
|
height: 60% !important;
|
|
}
|
|
.h-md-65 {
|
|
height: 65% !important;
|
|
}
|
|
.h-md-70 {
|
|
height: 70% !important;
|
|
}
|
|
.h-md-75 {
|
|
height: 75% !important;
|
|
}
|
|
.h-md-80 {
|
|
height: 80% !important;
|
|
}
|
|
.h-md-85 {
|
|
height: 85% !important;
|
|
}
|
|
.h-md-90 {
|
|
height: 90% !important;
|
|
}
|
|
.h-md-95 {
|
|
height: 95% !important;
|
|
}
|
|
.h-md-100 {
|
|
height: 100% !important;
|
|
}
|
|
.h-md-auto {
|
|
height: auto !important;
|
|
}
|
|
}
|
|
|
|
@media (min-width: 992px) {
|
|
.w-lg-5 {
|
|
width: 5% !important;
|
|
}
|
|
.w-lg-10 {
|
|
width: 10% !important;
|
|
}
|
|
.w-lg-15 {
|
|
width: 15% !important;
|
|
}
|
|
.w-lg-20 {
|
|
width: 20% !important;
|
|
}
|
|
.w-lg-25 {
|
|
width: 25% !important;
|
|
}
|
|
.w-lg-30 {
|
|
width: 30% !important;
|
|
}
|
|
.w-lg-35 {
|
|
width: 35% !important;
|
|
}
|
|
.w-lg-40 {
|
|
width: 40% !important;
|
|
}
|
|
.w-lg-45 {
|
|
width: 45% !important;
|
|
}
|
|
.w-lg-50 {
|
|
width: 50% !important;
|
|
}
|
|
.w-lg-55 {
|
|
width: 55% !important;
|
|
}
|
|
.w-lg-60 {
|
|
width: 60% !important;
|
|
}
|
|
.w-lg-65 {
|
|
width: 65% !important;
|
|
}
|
|
.w-lg-70 {
|
|
width: 70% !important;
|
|
}
|
|
.w-lg-75 {
|
|
width: 75% !important;
|
|
}
|
|
.w-lg-80 {
|
|
width: 80% !important;
|
|
}
|
|
.w-lg-85 {
|
|
width: 85% !important;
|
|
}
|
|
.w-lg-90 {
|
|
width: 90% !important;
|
|
}
|
|
.w-lg-95 {
|
|
width: 95% !important;
|
|
}
|
|
.w-lg-100 {
|
|
width: 100% !important;
|
|
}
|
|
.w-lg-auto {
|
|
width: auto !important;
|
|
}
|
|
}
|
|
|
|
@media (min-width: 992px) {
|
|
.h-lg-5 {
|
|
height: 5% !important;
|
|
}
|
|
.h-lg-10 {
|
|
height: 10% !important;
|
|
}
|
|
.h-lg-15 {
|
|
height: 15% !important;
|
|
}
|
|
.h-lg-20 {
|
|
height: 20% !important;
|
|
}
|
|
.h-lg-25 {
|
|
height: 25% !important;
|
|
}
|
|
.h-lg-30 {
|
|
height: 30% !important;
|
|
}
|
|
.h-lg-35 {
|
|
height: 35% !important;
|
|
}
|
|
.h-lg-40 {
|
|
height: 40% !important;
|
|
}
|
|
.h-lg-45 {
|
|
height: 45% !important;
|
|
}
|
|
.h-lg-50 {
|
|
height: 50% !important;
|
|
}
|
|
.h-lg-55 {
|
|
height: 55% !important;
|
|
}
|
|
.h-lg-60 {
|
|
height: 60% !important;
|
|
}
|
|
.h-lg-65 {
|
|
height: 65% !important;
|
|
}
|
|
.h-lg-70 {
|
|
height: 70% !important;
|
|
}
|
|
.h-lg-75 {
|
|
height: 75% !important;
|
|
}
|
|
.h-lg-80 {
|
|
height: 80% !important;
|
|
}
|
|
.h-lg-85 {
|
|
height: 85% !important;
|
|
}
|
|
.h-lg-90 {
|
|
height: 90% !important;
|
|
}
|
|
.h-lg-95 {
|
|
height: 95% !important;
|
|
}
|
|
.h-lg-100 {
|
|
height: 100% !important;
|
|
}
|
|
.h-lg-auto {
|
|
height: auto !important;
|
|
}
|
|
}
|
|
|
|
@media (min-width: 1200px) {
|
|
.w-xl-5 {
|
|
width: 5% !important;
|
|
}
|
|
.w-xl-10 {
|
|
width: 10% !important;
|
|
}
|
|
.w-xl-15 {
|
|
width: 15% !important;
|
|
}
|
|
.w-xl-20 {
|
|
width: 20% !important;
|
|
}
|
|
.w-xl-25 {
|
|
width: 25% !important;
|
|
}
|
|
.w-xl-30 {
|
|
width: 30% !important;
|
|
}
|
|
.w-xl-35 {
|
|
width: 35% !important;
|
|
}
|
|
.w-xl-40 {
|
|
width: 40% !important;
|
|
}
|
|
.w-xl-45 {
|
|
width: 45% !important;
|
|
}
|
|
.w-xl-50 {
|
|
width: 50% !important;
|
|
}
|
|
.w-xl-55 {
|
|
width: 55% !important;
|
|
}
|
|
.w-xl-60 {
|
|
width: 60% !important;
|
|
}
|
|
.w-xl-65 {
|
|
width: 65% !important;
|
|
}
|
|
.w-xl-70 {
|
|
width: 70% !important;
|
|
}
|
|
.w-xl-75 {
|
|
width: 75% !important;
|
|
}
|
|
.w-xl-80 {
|
|
width: 80% !important;
|
|
}
|
|
.w-xl-85 {
|
|
width: 85% !important;
|
|
}
|
|
.w-xl-90 {
|
|
width: 90% !important;
|
|
}
|
|
.w-xl-95 {
|
|
width: 95% !important;
|
|
}
|
|
.w-xl-100 {
|
|
width: 100% !important;
|
|
}
|
|
.w-xl-auto {
|
|
width: auto !important;
|
|
}
|
|
}
|
|
|
|
@media (min-width: 1200px) {
|
|
.h-xl-5 {
|
|
height: 5% !important;
|
|
}
|
|
.h-xl-10 {
|
|
height: 10% !important;
|
|
}
|
|
.h-xl-15 {
|
|
height: 15% !important;
|
|
}
|
|
.h-xl-20 {
|
|
height: 20% !important;
|
|
}
|
|
.h-xl-25 {
|
|
height: 25% !important;
|
|
}
|
|
.h-xl-30 {
|
|
height: 30% !important;
|
|
}
|
|
.h-xl-35 {
|
|
height: 35% !important;
|
|
}
|
|
.h-xl-40 {
|
|
height: 40% !important;
|
|
}
|
|
.h-xl-45 {
|
|
height: 45% !important;
|
|
}
|
|
.h-xl-50 {
|
|
height: 50% !important;
|
|
}
|
|
.h-xl-55 {
|
|
height: 55% !important;
|
|
}
|
|
.h-xl-60 {
|
|
height: 60% !important;
|
|
}
|
|
.h-xl-65 {
|
|
height: 65% !important;
|
|
}
|
|
.h-xl-70 {
|
|
height: 70% !important;
|
|
}
|
|
.h-xl-75 {
|
|
height: 75% !important;
|
|
}
|
|
.h-xl-80 {
|
|
height: 80% !important;
|
|
}
|
|
.h-xl-85 {
|
|
height: 85% !important;
|
|
}
|
|
.h-xl-90 {
|
|
height: 90% !important;
|
|
}
|
|
.h-xl-95 {
|
|
height: 95% !important;
|
|
}
|
|
.h-xl-100 {
|
|
height: 100% !important;
|
|
}
|
|
.h-xl-auto {
|
|
height: auto !important;
|
|
}
|
|
}
|
|
|
|
.overlay-open {
|
|
overflow: hidden;
|
|
position: relative;
|
|
}
|
|
|
|
.overlay-content,
|
|
.overlay-hover-content {
|
|
position: absolute;
|
|
top: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
right: 0;
|
|
opacity: 0;
|
|
padding: 2em 1em;
|
|
text-align: center;
|
|
-webkit-transition: all 0.3s ease;
|
|
transition: all 0.3s ease;
|
|
color: white;
|
|
display: block;
|
|
z-index: 3;
|
|
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;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
}
|
|
|
|
.overlay-content:after,
|
|
.overlay-hover-content:after {
|
|
background: #000;
|
|
position: absolute;
|
|
top: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
right: 0;
|
|
opacity: 0.8;
|
|
content: '';
|
|
z-index: 2;
|
|
}
|
|
|
|
.overlay-content>*,
|
|
.overlay-hover-content>* {
|
|
z-index: 4;
|
|
position: relative;
|
|
}
|
|
|
|
.overlay-content.overlay-slide-down,
|
|
.overlay-content.overlay-slide-up,
|
|
.overlay-hover-content.overlay-slide-down,
|
|
.overlay-hover-content.overlay-slide-up {
|
|
visibility: visible;
|
|
height: 0;
|
|
opacity: 100;
|
|
top: -50%;
|
|
}
|
|
|
|
.overlay-content.overlay-slide-up,
|
|
.overlay-hover-content.overlay-slide-up {
|
|
bottom: -50%;
|
|
top: auto;
|
|
}
|
|
|
|
.overlay {
|
|
position: relative;
|
|
}
|
|
|
|
.overlay.overlay-fp {
|
|
position: fixed;
|
|
top: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
right: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
z-index: 1040000;
|
|
overflow: hidden;
|
|
opacity: 0;
|
|
-webkit-transition: all 0.5s;
|
|
transition: all 0.5s;
|
|
visibility: hidden;
|
|
color: #ffffff;
|
|
}
|
|
|
|
.overlay .overlay-link {
|
|
color: #ffffff;
|
|
}
|
|
|
|
.overlay .overlay-link:hover {
|
|
color: rgba(255, 255, 255, 0.8);
|
|
text-decoration: none;
|
|
}
|
|
|
|
.overlay:after {
|
|
content: '';
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
height: 100%;
|
|
width: 100%;
|
|
opacity: 0.95;
|
|
display: block !important;
|
|
background: #242424;
|
|
}
|
|
|
|
.overlay>* {
|
|
z-index: 4;
|
|
position: relative;
|
|
}
|
|
|
|
.overlay.slide-down,
|
|
.overlay.slide-up {
|
|
visibility: visible;
|
|
height: 0;
|
|
opacity: 1;
|
|
}
|
|
|
|
.overlay.slide-up {
|
|
bottom: 0;
|
|
top: auto;
|
|
}
|
|
|
|
.overlay.overlay-active {
|
|
opacity: 1;
|
|
visibility: visible;
|
|
}
|
|
|
|
.overlay.overlay-active .overlay-content,
|
|
.overlay.overlay-active .overlay-hover-content {
|
|
opacity: 1;
|
|
}
|
|
|
|
.overlay.overlay-active .overlay-content:after,
|
|
.overlay.overlay-active .overlay-hover-content:after {
|
|
display: none;
|
|
}
|
|
|
|
.overlay.overlay-active.slide-down,
|
|
.overlay.overlay-active.slide-up {
|
|
height: 100%;
|
|
visibility: visible;
|
|
}
|
|
|
|
.overlay.rounded:after {
|
|
border-radius: .25rem;
|
|
}
|
|
|
|
.overlay-content {
|
|
z-index: 1040001;
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
height: 100%;
|
|
width: 100%;
|
|
margin: auto;
|
|
text-align: center;
|
|
padding: 5% 10%;
|
|
overflow-y: scroll;
|
|
}
|
|
|
|
.overlay-content .overlay-header:after,
|
|
.overlay-content .overlay-footer:before {
|
|
content: '';
|
|
height: 1px;
|
|
width: 40%;
|
|
margin: 30px auto;
|
|
background: #ffffff;
|
|
display: block;
|
|
opacity: 0.2;
|
|
}
|
|
|
|
.overlay-trigger {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.overlay .close {
|
|
color: #ffffff;
|
|
font-size: 42px;
|
|
line-height: 1;
|
|
position: absolute;
|
|
top: 10px;
|
|
right: 30px;
|
|
z-index: 1040002;
|
|
opacity: 0.7;
|
|
padding: 0;
|
|
margin: 0;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.overlay .close:hover {
|
|
opacity: 1;
|
|
}
|
|
|
|
.nav-overlay {
|
|
-webkit-box-orient: vertical;
|
|
-webkit-box-direction: normal;
|
|
-ms-flex-direction: column;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.nav-overlay .nav-link {
|
|
padding: 10px 0;
|
|
margin: 10px 0;
|
|
font-size: 2.4rem;
|
|
display: block;
|
|
font-weight: 700;
|
|
}
|
|
|
|
.overlay-footer {
|
|
font-size: 90%;
|
|
}
|
|
|
|
.overlay-hover {
|
|
position: relative;
|
|
display: block;
|
|
z-index: 1;
|
|
}
|
|
|
|
.overlay-hover.card .overlay-hover-content:after {
|
|
border-radius: 2px;
|
|
}
|
|
|
|
.overlay-hover:hover .overlay-hover-content,
|
|
.overlay-hover.overlay-active .overlay-hover-content {
|
|
opacity: 1;
|
|
}
|
|
|
|
.overlay-hover:hover .overlay-slide-down,
|
|
.overlay-hover:hover .overlay-slide-up,
|
|
.overlay-hover.overlay-active .overlay-slide-down,
|
|
.overlay-hover.overlay-active .overlay-slide-up {
|
|
height: 100%;
|
|
visibility: visible;
|
|
top: auto;
|
|
bottom: auto;
|
|
}
|
|
|
|
.overlay-hover.rounded:after {
|
|
border-radius: .25rem;
|
|
}
|
|
|
|
.overlay-persist {
|
|
position: relative;
|
|
}
|
|
|
|
.overlay.overlay-gradient:after,
|
|
.overlay-hover-content.overlay-gradient:after {
|
|
background: transparent;
|
|
background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#242424));
|
|
background-image: linear-gradient(to bottom, transparent 0%, #242424 100%);
|
|
background-repeat: repeat-x;
|
|
}
|
|
|
|
.overlay.overlay-gradient-flip:after,
|
|
.overlay-hover-content.overlay-gradient-flip:after {
|
|
background: transparent;
|
|
background-image: -webkit-gradient(linear, left top, left bottom, from(#242424), to(transparent));
|
|
background-image: linear-gradient(to bottom, #242424 0%, transparent 100%);
|
|
background-repeat: repeat-x;
|
|
}
|
|
|
|
.overlay.overlay-light .overlay-content,
|
|
.overlay-hover-content.overlay-light .overlay-content {
|
|
color: white;
|
|
}
|
|
|
|
.overlay.overlay-light:after,
|
|
.overlay-hover-content.overlay-light:after {
|
|
background: #f8f9fa;
|
|
}
|
|
|
|
.overlay.overlay-light.overlay-gradient:after,
|
|
.overlay-hover-content.overlay-light.overlay-gradient:after {
|
|
background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#f8f9fa));
|
|
background-image: linear-gradient(to bottom, transparent 0%, #f8f9fa 100%);
|
|
background-repeat: repeat-x;
|
|
}
|
|
|
|
.overlay.overlay-light.overlay-gradient-flip:after,
|
|
.overlay-hover-content.overlay-light.overlay-gradient-flip:after {
|
|
background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f9fa), to(transparent));
|
|
background-image: linear-gradient(to bottom, #f8f9fa 0%, transparent 100%);
|
|
background-repeat: repeat-x;
|
|
}
|
|
|
|
.overlay.overlay-light .overlay-item,
|
|
.overlay.overlay-light .overlay-link,
|
|
.overlay.overlay-light .overlay-close,
|
|
.overlay.overlay-light .close,
|
|
.overlay-hover-content.overlay-light .overlay-item,
|
|
.overlay-hover-content.overlay-light .overlay-link,
|
|
.overlay-hover-content.overlay-light .overlay-close,
|
|
.overlay-hover-content.overlay-light .close {
|
|
color: white;
|
|
}
|
|
|
|
.overlay.overlay-light .overlay-header:after,
|
|
.overlay.overlay-light .overlay-footer:before,
|
|
.overlay-hover-content.overlay-light .overlay-header:after,
|
|
.overlay-hover-content.overlay-light .overlay-footer:before {
|
|
background: #666666;
|
|
}
|
|
|
|
.overlay.overlay-grey .overlay-content,
|
|
.overlay-hover-content.overlay-grey .overlay-content {
|
|
color: white;
|
|
}
|
|
|
|
.overlay.overlay-grey:after,
|
|
.overlay-hover-content.overlay-grey:after {
|
|
background: #e9ecef;
|
|
}
|
|
|
|
.overlay.overlay-grey.overlay-gradient:after,
|
|
.overlay-hover-content.overlay-grey.overlay-gradient:after {
|
|
background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#e9ecef));
|
|
background-image: linear-gradient(to bottom, transparent 0%, #e9ecef 100%);
|
|
background-repeat: repeat-x;
|
|
}
|
|
|
|
.overlay.overlay-grey.overlay-gradient-flip:after,
|
|
.overlay-hover-content.overlay-grey.overlay-gradient-flip:after {
|
|
background-image: -webkit-gradient(linear, left top, left bottom, from(#e9ecef), to(transparent));
|
|
background-image: linear-gradient(to bottom, #e9ecef 0%, transparent 100%);
|
|
background-repeat: repeat-x;
|
|
}
|
|
|
|
.overlay.overlay-grey .overlay-item,
|
|
.overlay.overlay-grey .overlay-link,
|
|
.overlay.overlay-grey .overlay-close,
|
|
.overlay.overlay-grey .close,
|
|
.overlay-hover-content.overlay-grey .overlay-item,
|
|
.overlay-hover-content.overlay-grey .overlay-link,
|
|
.overlay-hover-content.overlay-grey .overlay-close,
|
|
.overlay-hover-content.overlay-grey .close {
|
|
color: white;
|
|
}
|
|
|
|
.overlay.overlay-grey .overlay-header:after,
|
|
.overlay.overlay-grey .overlay-footer:before,
|
|
.overlay-hover-content.overlay-grey .overlay-header:after,
|
|
.overlay-hover-content.overlay-grey .overlay-footer:before {
|
|
background: #666666;
|
|
}
|
|
|
|
.overlay.overlay-grey-dark .overlay-content,
|
|
.overlay-hover-content.overlay-grey-dark .overlay-content {
|
|
color: white;
|
|
}
|
|
|
|
.overlay.overlay-grey-dark:after,
|
|
.overlay-hover-content.overlay-grey-dark:after {
|
|
background: #495057;
|
|
}
|
|
|
|
.overlay.overlay-grey-dark.overlay-gradient:after,
|
|
.overlay-hover-content.overlay-grey-dark.overlay-gradient:after {
|
|
background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#495057));
|
|
background-image: linear-gradient(to bottom, transparent 0%, #495057 100%);
|
|
background-repeat: repeat-x;
|
|
}
|
|
|
|
.overlay.overlay-grey-dark.overlay-gradient-flip:after,
|
|
.overlay-hover-content.overlay-grey-dark.overlay-gradient-flip:after {
|
|
background-image: -webkit-gradient(linear, left top, left bottom, from(#495057), to(transparent));
|
|
background-image: linear-gradient(to bottom, #495057 0%, transparent 100%);
|
|
background-repeat: repeat-x;
|
|
}
|
|
|
|
.overlay.overlay-grey-dark .overlay-item,
|
|
.overlay.overlay-grey-dark .overlay-link,
|
|
.overlay.overlay-grey-dark .overlay-close,
|
|
.overlay.overlay-grey-dark .close,
|
|
.overlay-hover-content.overlay-grey-dark .overlay-item,
|
|
.overlay-hover-content.overlay-grey-dark .overlay-link,
|
|
.overlay-hover-content.overlay-grey-dark .overlay-close,
|
|
.overlay-hover-content.overlay-grey-dark .close {
|
|
color: white;
|
|
}
|
|
|
|
.overlay.overlay-grey-dark .overlay-header:after,
|
|
.overlay.overlay-grey-dark .overlay-footer:before,
|
|
.overlay-hover-content.overlay-grey-dark .overlay-header:after,
|
|
.overlay-hover-content.overlay-grey-dark .overlay-footer:before {
|
|
background: #666666;
|
|
}
|
|
|
|
.overlay.overlay-primary .overlay-content,
|
|
.overlay-hover-content.overlay-primary .overlay-content {
|
|
color: white;
|
|
}
|
|
|
|
.overlay.overlay-primary:after,
|
|
.overlay-hover-content.overlay-primary:after {
|
|
background: #55A79A;
|
|
}
|
|
|
|
.overlay.overlay-primary.overlay-gradient:after,
|
|
.overlay-hover-content.overlay-primary.overlay-gradient:after {
|
|
background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#55A79A));
|
|
background-image: linear-gradient(to bottom, transparent 0%, #55A79A 100%);
|
|
background-repeat: repeat-x;
|
|
}
|
|
|
|
.overlay.overlay-primary.overlay-gradient-flip:after,
|
|
.overlay-hover-content.overlay-primary.overlay-gradient-flip:after {
|
|
background-image: -webkit-gradient(linear, left top, left bottom, from(#55A79A), to(transparent));
|
|
background-image: linear-gradient(to bottom, #55A79A 0%, transparent 100%);
|
|
background-repeat: repeat-x;
|
|
}
|
|
|
|
.overlay.overlay-primary .overlay-item,
|
|
.overlay.overlay-primary .overlay-link,
|
|
.overlay.overlay-primary .overlay-close,
|
|
.overlay.overlay-primary .close,
|
|
.overlay-hover-content.overlay-primary .overlay-item,
|
|
.overlay-hover-content.overlay-primary .overlay-link,
|
|
.overlay-hover-content.overlay-primary .overlay-close,
|
|
.overlay-hover-content.overlay-primary .close {
|
|
color: white;
|
|
}
|
|
|
|
.overlay.overlay-primary .overlay-header:after,
|
|
.overlay.overlay-primary .overlay-footer:before,
|
|
.overlay-hover-content.overlay-primary .overlay-header:after,
|
|
.overlay-hover-content.overlay-primary .overlay-footer:before {
|
|
background: #666666;
|
|
}
|
|
|
|
.overlay.overlay-primary-dark .overlay-content,
|
|
.overlay-hover-content.overlay-primary-dark .overlay-content {
|
|
color: white;
|
|
}
|
|
|
|
.overlay.overlay-primary-dark:after,
|
|
.overlay-hover-content.overlay-primary-dark:after {
|
|
background: #33635c;
|
|
}
|
|
|
|
.overlay.overlay-primary-dark.overlay-gradient:after,
|
|
.overlay-hover-content.overlay-primary-dark.overlay-gradient:after {
|
|
background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#33635c));
|
|
background-image: linear-gradient(to bottom, transparent 0%, #33635c 100%);
|
|
background-repeat: repeat-x;
|
|
}
|
|
|
|
.overlay.overlay-primary-dark.overlay-gradient-flip:after,
|
|
.overlay-hover-content.overlay-primary-dark.overlay-gradient-flip:after {
|
|
background-image: -webkit-gradient(linear, left top, left bottom, from(#33635c), to(transparent));
|
|
background-image: linear-gradient(to bottom, #33635c 0%, transparent 100%);
|
|
background-repeat: repeat-x;
|
|
}
|
|
|
|
.overlay.overlay-primary-dark .overlay-item,
|
|
.overlay.overlay-primary-dark .overlay-link,
|
|
.overlay.overlay-primary-dark .overlay-close,
|
|
.overlay.overlay-primary-dark .close,
|
|
.overlay-hover-content.overlay-primary-dark .overlay-item,
|
|
.overlay-hover-content.overlay-primary-dark .overlay-link,
|
|
.overlay-hover-content.overlay-primary-dark .overlay-close,
|
|
.overlay-hover-content.overlay-primary-dark .close {
|
|
color: white;
|
|
}
|
|
|
|
.overlay.overlay-primary-dark .overlay-header:after,
|
|
.overlay.overlay-primary-dark .overlay-footer:before,
|
|
.overlay-hover-content.overlay-primary-dark .overlay-header:after,
|
|
.overlay-hover-content.overlay-primary-dark .overlay-footer:before {
|
|
background: #666666;
|
|
}
|
|
|
|
.overlay.overlay-primary-faded .overlay-content,
|
|
.overlay-hover-content.overlay-primary-faded .overlay-content {
|
|
color: white;
|
|
}
|
|
|
|
.overlay.overlay-primary-faded:after,
|
|
.overlay-hover-content.overlay-primary-faded:after {
|
|
background: rgba(85, 167, 154, 0.3);
|
|
}
|
|
|
|
.overlay.overlay-primary-faded.overlay-gradient:after,
|
|
.overlay-hover-content.overlay-primary-faded.overlay-gradient:after {
|
|
background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(85, 167, 154, 0.3)));
|
|
background-image: linear-gradient(to bottom, transparent 0%, rgba(85, 167, 154, 0.3) 100%);
|
|
background-repeat: repeat-x;
|
|
}
|
|
|
|
.overlay.overlay-primary-faded.overlay-gradient-flip:after,
|
|
.overlay-hover-content.overlay-primary-faded.overlay-gradient-flip:after {
|
|
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(85, 167, 154, 0.3)), to(transparent));
|
|
background-image: linear-gradient(to bottom, rgba(85, 167, 154, 0.3) 0%, transparent 100%);
|
|
background-repeat: repeat-x;
|
|
}
|
|
|
|
.overlay.overlay-primary-faded .overlay-item,
|
|
.overlay.overlay-primary-faded .overlay-link,
|
|
.overlay.overlay-primary-faded .overlay-close,
|
|
.overlay.overlay-primary-faded .close,
|
|
.overlay-hover-content.overlay-primary-faded .overlay-item,
|
|
.overlay-hover-content.overlay-primary-faded .overlay-link,
|
|
.overlay-hover-content.overlay-primary-faded .overlay-close,
|
|
.overlay-hover-content.overlay-primary-faded .close {
|
|
color: white;
|
|
}
|
|
|
|
.overlay.overlay-primary-faded .overlay-header:after,
|
|
.overlay.overlay-primary-faded .overlay-footer:before,
|
|
.overlay-hover-content.overlay-primary-faded .overlay-header:after,
|
|
.overlay-hover-content.overlay-primary-faded .overlay-footer:before {
|
|
background: #666666;
|
|
}
|
|
|
|
.overlay.overlay-info .overlay-content,
|
|
.overlay-hover-content.overlay-info .overlay-content {
|
|
color: white;
|
|
}
|
|
|
|
.overlay.overlay-info:after,
|
|
.overlay-hover-content.overlay-info:after {
|
|
background: #17a2b8;
|
|
}
|
|
|
|
.overlay.overlay-info.overlay-gradient:after,
|
|
.overlay-hover-content.overlay-info.overlay-gradient:after {
|
|
background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#17a2b8));
|
|
background-image: linear-gradient(to bottom, transparent 0%, #17a2b8 100%);
|
|
background-repeat: repeat-x;
|
|
}
|
|
|
|
.overlay.overlay-info.overlay-gradient-flip:after,
|
|
.overlay-hover-content.overlay-info.overlay-gradient-flip:after {
|
|
background-image: -webkit-gradient(linear, left top, left bottom, from(#17a2b8), to(transparent));
|
|
background-image: linear-gradient(to bottom, #17a2b8 0%, transparent 100%);
|
|
background-repeat: repeat-x;
|
|
}
|
|
|
|
.overlay.overlay-info .overlay-item,
|
|
.overlay.overlay-info .overlay-link,
|
|
.overlay.overlay-info .overlay-close,
|
|
.overlay.overlay-info .close,
|
|
.overlay-hover-content.overlay-info .overlay-item,
|
|
.overlay-hover-content.overlay-info .overlay-link,
|
|
.overlay-hover-content.overlay-info .overlay-close,
|
|
.overlay-hover-content.overlay-info .close {
|
|
color: white;
|
|
}
|
|
|
|
.overlay.overlay-info .overlay-header:after,
|
|
.overlay.overlay-info .overlay-footer:before,
|
|
.overlay-hover-content.overlay-info .overlay-header:after,
|
|
.overlay-hover-content.overlay-info .overlay-footer:before {
|
|
background: #666666;
|
|
}
|
|
|
|
.overlay.overlay-success .overlay-content,
|
|
.overlay-hover-content.overlay-success .overlay-content {
|
|
color: white;
|
|
}
|
|
|
|
.overlay.overlay-success:after,
|
|
.overlay-hover-content.overlay-success:after {
|
|
background: #28a745;
|
|
}
|
|
|
|
.overlay.overlay-success.overlay-gradient:after,
|
|
.overlay-hover-content.overlay-success.overlay-gradient:after {
|
|
background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#28a745));
|
|
background-image: linear-gradient(to bottom, transparent 0%, #28a745 100%);
|
|
background-repeat: repeat-x;
|
|
}
|
|
|
|
.overlay.overlay-success.overlay-gradient-flip:after,
|
|
.overlay-hover-content.overlay-success.overlay-gradient-flip:after {
|
|
background-image: -webkit-gradient(linear, left top, left bottom, from(#28a745), to(transparent));
|
|
background-image: linear-gradient(to bottom, #28a745 0%, transparent 100%);
|
|
background-repeat: repeat-x;
|
|
}
|
|
|
|
.overlay.overlay-success .overlay-item,
|
|
.overlay.overlay-success .overlay-link,
|
|
.overlay.overlay-success .overlay-close,
|
|
.overlay.overlay-success .close,
|
|
.overlay-hover-content.overlay-success .overlay-item,
|
|
.overlay-hover-content.overlay-success .overlay-link,
|
|
.overlay-hover-content.overlay-success .overlay-close,
|
|
.overlay-hover-content.overlay-success .close {
|
|
color: white;
|
|
}
|
|
|
|
.overlay.overlay-success .overlay-header:after,
|
|
.overlay.overlay-success .overlay-footer:before,
|
|
.overlay-hover-content.overlay-success .overlay-header:after,
|
|
.overlay-hover-content.overlay-success .overlay-footer:before {
|
|
background: #666666;
|
|
}
|
|
|
|
.overlay.overlay-warning .overlay-content,
|
|
.overlay-hover-content.overlay-warning .overlay-content {
|
|
color: white;
|
|
}
|
|
|
|
.overlay.overlay-warning:after,
|
|
.overlay-hover-content.overlay-warning:after {
|
|
background: #ffc107;
|
|
}
|
|
|
|
.overlay.overlay-warning.overlay-gradient:after,
|
|
.overlay-hover-content.overlay-warning.overlay-gradient:after {
|
|
background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#ffc107));
|
|
background-image: linear-gradient(to bottom, transparent 0%, #ffc107 100%);
|
|
background-repeat: repeat-x;
|
|
}
|
|
|
|
.overlay.overlay-warning.overlay-gradient-flip:after,
|
|
.overlay-hover-content.overlay-warning.overlay-gradient-flip:after {
|
|
background-image: -webkit-gradient(linear, left top, left bottom, from(#ffc107), to(transparent));
|
|
background-image: linear-gradient(to bottom, #ffc107 0%, transparent 100%);
|
|
background-repeat: repeat-x;
|
|
}
|
|
|
|
.overlay.overlay-warning .overlay-item,
|
|
.overlay.overlay-warning .overlay-link,
|
|
.overlay.overlay-warning .overlay-close,
|
|
.overlay.overlay-warning .close,
|
|
.overlay-hover-content.overlay-warning .overlay-item,
|
|
.overlay-hover-content.overlay-warning .overlay-link,
|
|
.overlay-hover-content.overlay-warning .overlay-close,
|
|
.overlay-hover-content.overlay-warning .close {
|
|
color: white;
|
|
}
|
|
|
|
.overlay.overlay-warning .overlay-header:after,
|
|
.overlay.overlay-warning .overlay-footer:before,
|
|
.overlay-hover-content.overlay-warning .overlay-header:after,
|
|
.overlay-hover-content.overlay-warning .overlay-footer:before {
|
|
background: #666666;
|
|
}
|
|
|
|
.overlay.overlay-danger .overlay-content,
|
|
.overlay-hover-content.overlay-danger .overlay-content {
|
|
color: white;
|
|
}
|
|
|
|
.overlay.overlay-danger:after,
|
|
.overlay-hover-content.overlay-danger:after {
|
|
background: #dc3545;
|
|
}
|
|
|
|
.overlay.overlay-danger.overlay-gradient:after,
|
|
.overlay-hover-content.overlay-danger.overlay-gradient:after {
|
|
background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#dc3545));
|
|
background-image: linear-gradient(to bottom, transparent 0%, #dc3545 100%);
|
|
background-repeat: repeat-x;
|
|
}
|
|
|
|
.overlay.overlay-danger.overlay-gradient-flip:after,
|
|
.overlay-hover-content.overlay-danger.overlay-gradient-flip:after {
|
|
background-image: -webkit-gradient(linear, left top, left bottom, from(#dc3545), to(transparent));
|
|
background-image: linear-gradient(to bottom, #dc3545 0%, transparent 100%);
|
|
background-repeat: repeat-x;
|
|
}
|
|
|
|
.overlay.overlay-danger .overlay-item,
|
|
.overlay.overlay-danger .overlay-link,
|
|
.overlay.overlay-danger .overlay-close,
|
|
.overlay.overlay-danger .close,
|
|
.overlay-hover-content.overlay-danger .overlay-item,
|
|
.overlay-hover-content.overlay-danger .overlay-link,
|
|
.overlay-hover-content.overlay-danger .overlay-close,
|
|
.overlay-hover-content.overlay-danger .close {
|
|
color: white;
|
|
}
|
|
|
|
.overlay.overlay-danger .overlay-header:after,
|
|
.overlay.overlay-danger .overlay-footer:before,
|
|
.overlay-hover-content.overlay-danger .overlay-header:after,
|
|
.overlay-hover-content.overlay-danger .overlay-footer:before {
|
|
background: #666666;
|
|
}
|
|
|
|
.overlay.overlay-dark .overlay-content,
|
|
.overlay-hover-content.overlay-dark .overlay-content {
|
|
color: white;
|
|
}
|
|
|
|
.overlay.overlay-dark:after,
|
|
.overlay-hover-content.overlay-dark:after {
|
|
background: #343a40;
|
|
}
|
|
|
|
.overlay.overlay-dark.overlay-gradient:after,
|
|
.overlay-hover-content.overlay-dark.overlay-gradient:after {
|
|
background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#343a40));
|
|
background-image: linear-gradient(to bottom, transparent 0%, #343a40 100%);
|
|
background-repeat: repeat-x;
|
|
}
|
|
|
|
.overlay.overlay-dark.overlay-gradient-flip:after,
|
|
.overlay-hover-content.overlay-dark.overlay-gradient-flip:after {
|
|
background-image: -webkit-gradient(linear, left top, left bottom, from(#343a40), to(transparent));
|
|
background-image: linear-gradient(to bottom, #343a40 0%, transparent 100%);
|
|
background-repeat: repeat-x;
|
|
}
|
|
|
|
.overlay.overlay-dark .overlay-item,
|
|
.overlay.overlay-dark .overlay-link,
|
|
.overlay.overlay-dark .overlay-close,
|
|
.overlay.overlay-dark .close,
|
|
.overlay-hover-content.overlay-dark .overlay-item,
|
|
.overlay-hover-content.overlay-dark .overlay-link,
|
|
.overlay-hover-content.overlay-dark .overlay-close,
|
|
.overlay-hover-content.overlay-dark .close {
|
|
color: white;
|
|
}
|
|
|
|
.overlay.overlay-dark .overlay-header:after,
|
|
.overlay.overlay-dark .overlay-footer:before,
|
|
.overlay-hover-content.overlay-dark .overlay-header:after,
|
|
.overlay-hover-content.overlay-dark .overlay-footer:before {
|
|
background: #666666;
|
|
}
|
|
|
|
.overlay.overlay-secondary .overlay-content,
|
|
.overlay-hover-content.overlay-secondary .overlay-content {
|
|
color: white;
|
|
}
|
|
|
|
.overlay.overlay-secondary:after,
|
|
.overlay-hover-content.overlay-secondary:after {
|
|
background: #6c757d;
|
|
}
|
|
|
|
.overlay.overlay-secondary.overlay-gradient:after,
|
|
.overlay-hover-content.overlay-secondary.overlay-gradient:after {
|
|
background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#6c757d));
|
|
background-image: linear-gradient(to bottom, transparent 0%, #6c757d 100%);
|
|
background-repeat: repeat-x;
|
|
}
|
|
|
|
.overlay.overlay-secondary.overlay-gradient-flip:after,
|
|
.overlay-hover-content.overlay-secondary.overlay-gradient-flip:after {
|
|
background-image: -webkit-gradient(linear, left top, left bottom, from(#6c757d), to(transparent));
|
|
background-image: linear-gradient(to bottom, #6c757d 0%, transparent 100%);
|
|
background-repeat: repeat-x;
|
|
}
|
|
|
|
.overlay.overlay-secondary .overlay-item,
|
|
.overlay.overlay-secondary .overlay-link,
|
|
.overlay.overlay-secondary .overlay-close,
|
|
.overlay.overlay-secondary .close,
|
|
.overlay-hover-content.overlay-secondary .overlay-item,
|
|
.overlay-hover-content.overlay-secondary .overlay-link,
|
|
.overlay-hover-content.overlay-secondary .overlay-close,
|
|
.overlay-hover-content.overlay-secondary .close {
|
|
color: white;
|
|
}
|
|
|
|
.overlay.overlay-secondary .overlay-header:after,
|
|
.overlay.overlay-secondary .overlay-footer:before,
|
|
.overlay-hover-content.overlay-secondary .overlay-header:after,
|
|
.overlay-hover-content.overlay-secondary .overlay-footer:before {
|
|
background: #666666;
|
|
}
|
|
|
|
.overlay.overlay-black .overlay-content,
|
|
.overlay-hover-content.overlay-black .overlay-content {
|
|
color: white;
|
|
}
|
|
|
|
.overlay.overlay-black:after,
|
|
.overlay-hover-content.overlay-black:after {
|
|
background: #000;
|
|
}
|
|
|
|
.overlay.overlay-black.overlay-gradient:after,
|
|
.overlay-hover-content.overlay-black.overlay-gradient:after {
|
|
background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000));
|
|
background-image: linear-gradient(to bottom, transparent 0%, #000 100%);
|
|
background-repeat: repeat-x;
|
|
}
|
|
|
|
.overlay.overlay-black.overlay-gradient-flip:after,
|
|
.overlay-hover-content.overlay-black.overlay-gradient-flip:after {
|
|
background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(transparent));
|
|
background-image: linear-gradient(to bottom, #000 0%, transparent 100%);
|
|
background-repeat: repeat-x;
|
|
}
|
|
|
|
.overlay.overlay-black .overlay-item,
|
|
.overlay.overlay-black .overlay-link,
|
|
.overlay.overlay-black .overlay-close,
|
|
.overlay.overlay-black .close,
|
|
.overlay-hover-content.overlay-black .overlay-item,
|
|
.overlay-hover-content.overlay-black .overlay-link,
|
|
.overlay-hover-content.overlay-black .overlay-close,
|
|
.overlay-hover-content.overlay-black .close {
|
|
color: white;
|
|
}
|
|
|
|
.overlay.overlay-black .overlay-header:after,
|
|
.overlay.overlay-black .overlay-footer:before,
|
|
.overlay-hover-content.overlay-black .overlay-header:after,
|
|
.overlay-hover-content.overlay-black .overlay-footer:before {
|
|
background: #666666;
|
|
}
|
|
|
|
.overlay.overlay-white .overlay-content,
|
|
.overlay-hover-content.overlay-white .overlay-content {
|
|
color: white;
|
|
}
|
|
|
|
.overlay.overlay-white:after,
|
|
.overlay-hover-content.overlay-white:after {
|
|
background: #fff;
|
|
}
|
|
|
|
.overlay.overlay-white.overlay-gradient:after,
|
|
.overlay-hover-content.overlay-white.overlay-gradient:after {
|
|
background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#fff));
|
|
background-image: linear-gradient(to bottom, transparent 0%, #fff 100%);
|
|
background-repeat: repeat-x;
|
|
}
|
|
|
|
.overlay.overlay-white.overlay-gradient-flip:after,
|
|
.overlay-hover-content.overlay-white.overlay-gradient-flip:after {
|
|
background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(transparent));
|
|
background-image: linear-gradient(to bottom, #fff 0%, transparent 100%);
|
|
background-repeat: repeat-x;
|
|
}
|
|
|
|
.overlay.overlay-white .overlay-item,
|
|
.overlay.overlay-white .overlay-link,
|
|
.overlay.overlay-white .overlay-close,
|
|
.overlay.overlay-white .close,
|
|
.overlay-hover-content.overlay-white .overlay-item,
|
|
.overlay-hover-content.overlay-white .overlay-link,
|
|
.overlay-hover-content.overlay-white .overlay-close,
|
|
.overlay-hover-content.overlay-white .close {
|
|
color: white;
|
|
}
|
|
|
|
.overlay.overlay-white .overlay-header:after,
|
|
.overlay.overlay-white .overlay-footer:before,
|
|
.overlay-hover-content.overlay-white .overlay-header:after,
|
|
.overlay-hover-content.overlay-white .overlay-footer:before {
|
|
background: #666666;
|
|
}
|
|
|
|
.overlay.overlay-green .overlay-content,
|
|
.overlay-hover-content.overlay-green .overlay-content {
|
|
color: white;
|
|
}
|
|
|
|
.overlay.overlay-green:after,
|
|
.overlay-hover-content.overlay-green:after {
|
|
background: #55A79A;
|
|
}
|
|
|
|
.overlay.overlay-green.overlay-gradient:after,
|
|
.overlay-hover-content.overlay-green.overlay-gradient:after {
|
|
background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#55A79A));
|
|
background-image: linear-gradient(to bottom, transparent 0%, #55A79A 100%);
|
|
background-repeat: repeat-x;
|
|
}
|
|
|
|
.overlay.overlay-green.overlay-gradient-flip:after,
|
|
.overlay-hover-content.overlay-green.overlay-gradient-flip:after {
|
|
background-image: -webkit-gradient(linear, left top, left bottom, from(#55A79A), to(transparent));
|
|
background-image: linear-gradient(to bottom, #55A79A 0%, transparent 100%);
|
|
background-repeat: repeat-x;
|
|
}
|
|
|
|
.overlay.overlay-green .overlay-item,
|
|
.overlay.overlay-green .overlay-link,
|
|
.overlay.overlay-green .overlay-close,
|
|
.overlay.overlay-green .close,
|
|
.overlay-hover-content.overlay-green .overlay-item,
|
|
.overlay-hover-content.overlay-green .overlay-link,
|
|
.overlay-hover-content.overlay-green .overlay-close,
|
|
.overlay-hover-content.overlay-green .close {
|
|
color: white;
|
|
}
|
|
|
|
.overlay.overlay-green .overlay-header:after,
|
|
.overlay.overlay-green .overlay-footer:before,
|
|
.overlay-hover-content.overlay-green .overlay-header:after,
|
|
.overlay-hover-content.overlay-green .overlay-footer:before {
|
|
background: #666666;
|
|
}
|
|
|
|
.overlay.overlay-red .overlay-content,
|
|
.overlay-hover-content.overlay-red .overlay-content {
|
|
color: white;
|
|
}
|
|
|
|
.overlay.overlay-red:after,
|
|
.overlay-hover-content.overlay-red:after {
|
|
background: #BE3E1D;
|
|
}
|
|
|
|
.overlay.overlay-red.overlay-gradient:after,
|
|
.overlay-hover-content.overlay-red.overlay-gradient:after {
|
|
background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#BE3E1D));
|
|
background-image: linear-gradient(to bottom, transparent 0%, #BE3E1D 100%);
|
|
background-repeat: repeat-x;
|
|
}
|
|
|
|
.overlay.overlay-red.overlay-gradient-flip:after,
|
|
.overlay-hover-content.overlay-red.overlay-gradient-flip:after {
|
|
background-image: -webkit-gradient(linear, left top, left bottom, from(#BE3E1D), to(transparent));
|
|
background-image: linear-gradient(to bottom, #BE3E1D 0%, transparent 100%);
|
|
background-repeat: repeat-x;
|
|
}
|
|
|
|
.overlay.overlay-red .overlay-item,
|
|
.overlay.overlay-red .overlay-link,
|
|
.overlay.overlay-red .overlay-close,
|
|
.overlay.overlay-red .close,
|
|
.overlay-hover-content.overlay-red .overlay-item,
|
|
.overlay-hover-content.overlay-red .overlay-link,
|
|
.overlay-hover-content.overlay-red .overlay-close,
|
|
.overlay-hover-content.overlay-red .close {
|
|
color: white;
|
|
}
|
|
|
|
.overlay.overlay-red .overlay-header:after,
|
|
.overlay.overlay-red .overlay-footer:before,
|
|
.overlay-hover-content.overlay-red .overlay-header:after,
|
|
.overlay-hover-content.overlay-red .overlay-footer:before {
|
|
background: #666666;
|
|
}
|
|
|
|
.overlay.overlay-blue .overlay-content,
|
|
.overlay-hover-content.overlay-blue .overlay-content {
|
|
color: white;
|
|
}
|
|
|
|
.overlay.overlay-blue:after,
|
|
.overlay-hover-content.overlay-blue:after {
|
|
background: #00ADBB;
|
|
}
|
|
|
|
.overlay.overlay-blue.overlay-gradient:after,
|
|
.overlay-hover-content.overlay-blue.overlay-gradient:after {
|
|
background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#00ADBB));
|
|
background-image: linear-gradient(to bottom, transparent 0%, #00ADBB 100%);
|
|
background-repeat: repeat-x;
|
|
}
|
|
|
|
.overlay.overlay-blue.overlay-gradient-flip:after,
|
|
.overlay-hover-content.overlay-blue.overlay-gradient-flip:after {
|
|
background-image: -webkit-gradient(linear, left top, left bottom, from(#00ADBB), to(transparent));
|
|
background-image: linear-gradient(to bottom, #00ADBB 0%, transparent 100%);
|
|
background-repeat: repeat-x;
|
|
}
|
|
|
|
.overlay.overlay-blue .overlay-item,
|
|
.overlay.overlay-blue .overlay-link,
|
|
.overlay.overlay-blue .overlay-close,
|
|
.overlay.overlay-blue .close,
|
|
.overlay-hover-content.overlay-blue .overlay-item,
|
|
.overlay-hover-content.overlay-blue .overlay-link,
|
|
.overlay-hover-content.overlay-blue .overlay-close,
|
|
.overlay-hover-content.overlay-blue .close {
|
|
color: white;
|
|
}
|
|
|
|
.overlay.overlay-blue .overlay-header:after,
|
|
.overlay.overlay-blue .overlay-footer:before,
|
|
.overlay-hover-content.overlay-blue .overlay-header:after,
|
|
.overlay-hover-content.overlay-blue .overlay-footer:before {
|
|
background: #666666;
|
|
}
|
|
|
|
.overlay.overlay-purple .overlay-content,
|
|
.overlay-hover-content.overlay-purple .overlay-content {
|
|
color: white;
|
|
}
|
|
|
|
.overlay.overlay-purple:after,
|
|
.overlay-hover-content.overlay-purple:after {
|
|
background: #b771b0;
|
|
}
|
|
|
|
.overlay.overlay-purple.overlay-gradient:after,
|
|
.overlay-hover-content.overlay-purple.overlay-gradient:after {
|
|
background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#b771b0));
|
|
background-image: linear-gradient(to bottom, transparent 0%, #b771b0 100%);
|
|
background-repeat: repeat-x;
|
|
}
|
|
|
|
.overlay.overlay-purple.overlay-gradient-flip:after,
|
|
.overlay-hover-content.overlay-purple.overlay-gradient-flip:after {
|
|
background-image: -webkit-gradient(linear, left top, left bottom, from(#b771b0), to(transparent));
|
|
background-image: linear-gradient(to bottom, #b771b0 0%, transparent 100%);
|
|
background-repeat: repeat-x;
|
|
}
|
|
|
|
.overlay.overlay-purple .overlay-item,
|
|
.overlay.overlay-purple .overlay-link,
|
|
.overlay.overlay-purple .overlay-close,
|
|
.overlay.overlay-purple .close,
|
|
.overlay-hover-content.overlay-purple .overlay-item,
|
|
.overlay-hover-content.overlay-purple .overlay-link,
|
|
.overlay-hover-content.overlay-purple .overlay-close,
|
|
.overlay-hover-content.overlay-purple .close {
|
|
color: white;
|
|
}
|
|
|
|
.overlay.overlay-purple .overlay-header:after,
|
|
.overlay.overlay-purple .overlay-footer:before,
|
|
.overlay-hover-content.overlay-purple .overlay-header:after,
|
|
.overlay-hover-content.overlay-purple .overlay-footer:before {
|
|
background: #666666;
|
|
}
|
|
|
|
.overlay.overlay-pink .overlay-content,
|
|
.overlay-hover-content.overlay-pink .overlay-content {
|
|
color: white;
|
|
}
|
|
|
|
.overlay.overlay-pink:after,
|
|
.overlay-hover-content.overlay-pink:after {
|
|
background: #CC164D;
|
|
}
|
|
|
|
.overlay.overlay-pink.overlay-gradient:after,
|
|
.overlay-hover-content.overlay-pink.overlay-gradient:after {
|
|
background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#CC164D));
|
|
background-image: linear-gradient(to bottom, transparent 0%, #CC164D 100%);
|
|
background-repeat: repeat-x;
|
|
}
|
|
|
|
.overlay.overlay-pink.overlay-gradient-flip:after,
|
|
.overlay-hover-content.overlay-pink.overlay-gradient-flip:after {
|
|
background-image: -webkit-gradient(linear, left top, left bottom, from(#CC164D), to(transparent));
|
|
background-image: linear-gradient(to bottom, #CC164D 0%, transparent 100%);
|
|
background-repeat: repeat-x;
|
|
}
|
|
|
|
.overlay.overlay-pink .overlay-item,
|
|
.overlay.overlay-pink .overlay-link,
|
|
.overlay.overlay-pink .overlay-close,
|
|
.overlay.overlay-pink .close,
|
|
.overlay-hover-content.overlay-pink .overlay-item,
|
|
.overlay-hover-content.overlay-pink .overlay-link,
|
|
.overlay-hover-content.overlay-pink .overlay-close,
|
|
.overlay-hover-content.overlay-pink .close {
|
|
color: white;
|
|
}
|
|
|
|
.overlay.overlay-pink .overlay-header:after,
|
|
.overlay.overlay-pink .overlay-footer:before,
|
|
.overlay-hover-content.overlay-pink .overlay-header:after,
|
|
.overlay-hover-content.overlay-pink .overlay-footer:before {
|
|
background: #666666;
|
|
}
|
|
|
|
.overlay.overlay-orange .overlay-content,
|
|
.overlay-hover-content.overlay-orange .overlay-content {
|
|
color: white;
|
|
}
|
|
|
|
.overlay.overlay-orange:after,
|
|
.overlay-hover-content.overlay-orange:after {
|
|
background: #e67e22;
|
|
}
|
|
|
|
.overlay.overlay-orange.overlay-gradient:after,
|
|
.overlay-hover-content.overlay-orange.overlay-gradient:after {
|
|
background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#e67e22));
|
|
background-image: linear-gradient(to bottom, transparent 0%, #e67e22 100%);
|
|
background-repeat: repeat-x;
|
|
}
|
|
|
|
.overlay.overlay-orange.overlay-gradient-flip:after,
|
|
.overlay-hover-content.overlay-orange.overlay-gradient-flip:after {
|
|
background-image: -webkit-gradient(linear, left top, left bottom, from(#e67e22), to(transparent));
|
|
background-image: linear-gradient(to bottom, #e67e22 0%, transparent 100%);
|
|
background-repeat: repeat-x;
|
|
}
|
|
|
|
.overlay.overlay-orange .overlay-item,
|
|
.overlay.overlay-orange .overlay-link,
|
|
.overlay.overlay-orange .overlay-close,
|
|
.overlay.overlay-orange .close,
|
|
.overlay-hover-content.overlay-orange .overlay-item,
|
|
.overlay-hover-content.overlay-orange .overlay-link,
|
|
.overlay-hover-content.overlay-orange .overlay-close,
|
|
.overlay-hover-content.overlay-orange .close {
|
|
color: white;
|
|
}
|
|
|
|
.overlay.overlay-orange .overlay-header:after,
|
|
.overlay.overlay-orange .overlay-footer:before,
|
|
.overlay-hover-content.overlay-orange .overlay-header:after,
|
|
.overlay-hover-content.overlay-orange .overlay-footer:before {
|
|
background: #666666;
|
|
}
|
|
|
|
.overlay.overlay-lime .overlay-content,
|
|
.overlay-hover-content.overlay-lime .overlay-content {
|
|
color: white;
|
|
}
|
|
|
|
.overlay.overlay-lime:after,
|
|
.overlay-hover-content.overlay-lime:after {
|
|
background: #b1dc44;
|
|
}
|
|
|
|
.overlay.overlay-lime.overlay-gradient:after,
|
|
.overlay-hover-content.overlay-lime.overlay-gradient:after {
|
|
background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#b1dc44));
|
|
background-image: linear-gradient(to bottom, transparent 0%, #b1dc44 100%);
|
|
background-repeat: repeat-x;
|
|
}
|
|
|
|
.overlay.overlay-lime.overlay-gradient-flip:after,
|
|
.overlay-hover-content.overlay-lime.overlay-gradient-flip:after {
|
|
background-image: -webkit-gradient(linear, left top, left bottom, from(#b1dc44), to(transparent));
|
|
background-image: linear-gradient(to bottom, #b1dc44 0%, transparent 100%);
|
|
background-repeat: repeat-x;
|
|
}
|
|
|
|
.overlay.overlay-lime .overlay-item,
|
|
.overlay.overlay-lime .overlay-link,
|
|
.overlay.overlay-lime .overlay-close,
|
|
.overlay.overlay-lime .close,
|
|
.overlay-hover-content.overlay-lime .overlay-item,
|
|
.overlay-hover-content.overlay-lime .overlay-link,
|
|
.overlay-hover-content.overlay-lime .overlay-close,
|
|
.overlay-hover-content.overlay-lime .close {
|
|
color: white;
|
|
}
|
|
|
|
.overlay.overlay-lime .overlay-header:after,
|
|
.overlay.overlay-lime .overlay-footer:before,
|
|
.overlay-hover-content.overlay-lime .overlay-header:after,
|
|
.overlay-hover-content.overlay-lime .overlay-footer:before {
|
|
background: #666666;
|
|
}
|
|
|
|
.overlay.overlay-blue-dark .overlay-content,
|
|
.overlay-hover-content.overlay-blue-dark .overlay-content {
|
|
color: white;
|
|
}
|
|
|
|
.overlay.overlay-blue-dark:after,
|
|
.overlay-hover-content.overlay-blue-dark:after {
|
|
background: #34495e;
|
|
}
|
|
|
|
.overlay.overlay-blue-dark.overlay-gradient:after,
|
|
.overlay-hover-content.overlay-blue-dark.overlay-gradient:after {
|
|
background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#34495e));
|
|
background-image: linear-gradient(to bottom, transparent 0%, #34495e 100%);
|
|
background-repeat: repeat-x;
|
|
}
|
|
|
|
.overlay.overlay-blue-dark.overlay-gradient-flip:after,
|
|
.overlay-hover-content.overlay-blue-dark.overlay-gradient-flip:after {
|
|
background-image: -webkit-gradient(linear, left top, left bottom, from(#34495e), to(transparent));
|
|
background-image: linear-gradient(to bottom, #34495e 0%, transparent 100%);
|
|
background-repeat: repeat-x;
|
|
}
|
|
|
|
.overlay.overlay-blue-dark .overlay-item,
|
|
.overlay.overlay-blue-dark .overlay-link,
|
|
.overlay.overlay-blue-dark .overlay-close,
|
|
.overlay.overlay-blue-dark .close,
|
|
.overlay-hover-content.overlay-blue-dark .overlay-item,
|
|
.overlay-hover-content.overlay-blue-dark .overlay-link,
|
|
.overlay-hover-content.overlay-blue-dark .overlay-close,
|
|
.overlay-hover-content.overlay-blue-dark .close {
|
|
color: white;
|
|
}
|
|
|
|
.overlay.overlay-blue-dark .overlay-header:after,
|
|
.overlay.overlay-blue-dark .overlay-footer:before,
|
|
.overlay-hover-content.overlay-blue-dark .overlay-header:after,
|
|
.overlay-hover-content.overlay-blue-dark .overlay-footer:before {
|
|
background: #666666;
|
|
}
|
|
|
|
.overlay.overlay-red-dark .overlay-content,
|
|
.overlay-hover-content.overlay-red-dark .overlay-content {
|
|
color: white;
|
|
}
|
|
|
|
.overlay.overlay-red-dark:after,
|
|
.overlay-hover-content.overlay-red-dark:after {
|
|
background: #a10f2b;
|
|
}
|
|
|
|
.overlay.overlay-red-dark.overlay-gradient:after,
|
|
.overlay-hover-content.overlay-red-dark.overlay-gradient:after {
|
|
background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#a10f2b));
|
|
background-image: linear-gradient(to bottom, transparent 0%, #a10f2b 100%);
|
|
background-repeat: repeat-x;
|
|
}
|
|
|
|
.overlay.overlay-red-dark.overlay-gradient-flip:after,
|
|
.overlay-hover-content.overlay-red-dark.overlay-gradient-flip:after {
|
|
background-image: -webkit-gradient(linear, left top, left bottom, from(#a10f2b), to(transparent));
|
|
background-image: linear-gradient(to bottom, #a10f2b 0%, transparent 100%);
|
|
background-repeat: repeat-x;
|
|
}
|
|
|
|
.overlay.overlay-red-dark .overlay-item,
|
|
.overlay.overlay-red-dark .overlay-link,
|
|
.overlay.overlay-red-dark .overlay-close,
|
|
.overlay.overlay-red-dark .close,
|
|
.overlay-hover-content.overlay-red-dark .overlay-item,
|
|
.overlay-hover-content.overlay-red-dark .overlay-link,
|
|
.overlay-hover-content.overlay-red-dark .overlay-close,
|
|
.overlay-hover-content.overlay-red-dark .close {
|
|
color: white;
|
|
}
|
|
|
|
.overlay.overlay-red-dark .overlay-header:after,
|
|
.overlay.overlay-red-dark .overlay-footer:before,
|
|
.overlay-hover-content.overlay-red-dark .overlay-header:after,
|
|
.overlay-hover-content.overlay-red-dark .overlay-footer:before {
|
|
background: #666666;
|
|
}
|
|
|
|
.overlay.overlay-brown .overlay-content,
|
|
.overlay-hover-content.overlay-brown .overlay-content {
|
|
color: white;
|
|
}
|
|
|
|
.overlay.overlay-brown:after,
|
|
.overlay-hover-content.overlay-brown:after {
|
|
background: #91633c;
|
|
}
|
|
|
|
.overlay.overlay-brown.overlay-gradient:after,
|
|
.overlay-hover-content.overlay-brown.overlay-gradient:after {
|
|
background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#91633c));
|
|
background-image: linear-gradient(to bottom, transparent 0%, #91633c 100%);
|
|
background-repeat: repeat-x;
|
|
}
|
|
|
|
.overlay.overlay-brown.overlay-gradient-flip:after,
|
|
.overlay-hover-content.overlay-brown.overlay-gradient-flip:after {
|
|
background-image: -webkit-gradient(linear, left top, left bottom, from(#91633c), to(transparent));
|
|
background-image: linear-gradient(to bottom, #91633c 0%, transparent 100%);
|
|
background-repeat: repeat-x;
|
|
}
|
|
|
|
.overlay.overlay-brown .overlay-item,
|
|
.overlay.overlay-brown .overlay-link,
|
|
.overlay.overlay-brown .overlay-close,
|
|
.overlay.overlay-brown .close,
|
|
.overlay-hover-content.overlay-brown .overlay-item,
|
|
.overlay-hover-content.overlay-brown .overlay-link,
|
|
.overlay-hover-content.overlay-brown .overlay-close,
|
|
.overlay-hover-content.overlay-brown .close {
|
|
color: white;
|
|
}
|
|
|
|
.overlay.overlay-brown .overlay-header:after,
|
|
.overlay.overlay-brown .overlay-footer:before,
|
|
.overlay-hover-content.overlay-brown .overlay-header:after,
|
|
.overlay-hover-content.overlay-brown .overlay-footer:before {
|
|
background: #666666;
|
|
}
|
|
|
|
.overlay.overlay-cyan-dark .overlay-content,
|
|
.overlay-hover-content.overlay-cyan-dark .overlay-content {
|
|
color: white;
|
|
}
|
|
|
|
.overlay.overlay-cyan-dark:after,
|
|
.overlay-hover-content.overlay-cyan-dark:after {
|
|
background: #008b8b;
|
|
}
|
|
|
|
.overlay.overlay-cyan-dark.overlay-gradient:after,
|
|
.overlay-hover-content.overlay-cyan-dark.overlay-gradient:after {
|
|
background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#008b8b));
|
|
background-image: linear-gradient(to bottom, transparent 0%, #008b8b 100%);
|
|
background-repeat: repeat-x;
|
|
}
|
|
|
|
.overlay.overlay-cyan-dark.overlay-gradient-flip:after,
|
|
.overlay-hover-content.overlay-cyan-dark.overlay-gradient-flip:after {
|
|
background-image: -webkit-gradient(linear, left top, left bottom, from(#008b8b), to(transparent));
|
|
background-image: linear-gradient(to bottom, #008b8b 0%, transparent 100%);
|
|
background-repeat: repeat-x;
|
|
}
|
|
|
|
.overlay.overlay-cyan-dark .overlay-item,
|
|
.overlay.overlay-cyan-dark .overlay-link,
|
|
.overlay.overlay-cyan-dark .overlay-close,
|
|
.overlay.overlay-cyan-dark .close,
|
|
.overlay-hover-content.overlay-cyan-dark .overlay-item,
|
|
.overlay-hover-content.overlay-cyan-dark .overlay-link,
|
|
.overlay-hover-content.overlay-cyan-dark .overlay-close,
|
|
.overlay-hover-content.overlay-cyan-dark .close {
|
|
color: white;
|
|
}
|
|
|
|
.overlay.overlay-cyan-dark .overlay-header:after,
|
|
.overlay.overlay-cyan-dark .overlay-footer:before,
|
|
.overlay-hover-content.overlay-cyan-dark .overlay-header:after,
|
|
.overlay-hover-content.overlay-cyan-dark .overlay-footer:before {
|
|
background: #666666;
|
|
}
|
|
|
|
.overlay.overlay-yellow .overlay-content,
|
|
.overlay-hover-content.overlay-yellow .overlay-content {
|
|
color: white;
|
|
}
|
|
|
|
.overlay.overlay-yellow:after,
|
|
.overlay-hover-content.overlay-yellow:after {
|
|
background: #D4AC0D;
|
|
}
|
|
|
|
.overlay.overlay-yellow.overlay-gradient:after,
|
|
.overlay-hover-content.overlay-yellow.overlay-gradient:after {
|
|
background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#D4AC0D));
|
|
background-image: linear-gradient(to bottom, transparent 0%, #D4AC0D 100%);
|
|
background-repeat: repeat-x;
|
|
}
|
|
|
|
.overlay.overlay-yellow.overlay-gradient-flip:after,
|
|
.overlay-hover-content.overlay-yellow.overlay-gradient-flip:after {
|
|
background-image: -webkit-gradient(linear, left top, left bottom, from(#D4AC0D), to(transparent));
|
|
background-image: linear-gradient(to bottom, #D4AC0D 0%, transparent 100%);
|
|
background-repeat: repeat-x;
|
|
}
|
|
|
|
.overlay.overlay-yellow .overlay-item,
|
|
.overlay.overlay-yellow .overlay-link,
|
|
.overlay.overlay-yellow .overlay-close,
|
|
.overlay.overlay-yellow .close,
|
|
.overlay-hover-content.overlay-yellow .overlay-item,
|
|
.overlay-hover-content.overlay-yellow .overlay-link,
|
|
.overlay-hover-content.overlay-yellow .overlay-close,
|
|
.overlay-hover-content.overlay-yellow .close {
|
|
color: white;
|
|
}
|
|
|
|
.overlay.overlay-yellow .overlay-header:after,
|
|
.overlay.overlay-yellow .overlay-footer:before,
|
|
.overlay-hover-content.overlay-yellow .overlay-header:after,
|
|
.overlay-hover-content.overlay-yellow .overlay-footer:before {
|
|
background: #666666;
|
|
}
|
|
|
|
.overlay.overlay-slate .overlay-content,
|
|
.overlay-hover-content.overlay-slate .overlay-content {
|
|
color: white;
|
|
}
|
|
|
|
.overlay.overlay-slate:after,
|
|
.overlay-hover-content.overlay-slate:after {
|
|
background: #5D6D7E;
|
|
}
|
|
|
|
.overlay.overlay-slate.overlay-gradient:after,
|
|
.overlay-hover-content.overlay-slate.overlay-gradient:after {
|
|
background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#5D6D7E));
|
|
background-image: linear-gradient(to bottom, transparent 0%, #5D6D7E 100%);
|
|
background-repeat: repeat-x;
|
|
}
|
|
|
|
.overlay.overlay-slate.overlay-gradient-flip:after,
|
|
.overlay-hover-content.overlay-slate.overlay-gradient-flip:after {
|
|
background-image: -webkit-gradient(linear, left top, left bottom, from(#5D6D7E), to(transparent));
|
|
background-image: linear-gradient(to bottom, #5D6D7E 0%, transparent 100%);
|
|
background-repeat: repeat-x;
|
|
}
|
|
|
|
.overlay.overlay-slate .overlay-item,
|
|
.overlay.overlay-slate .overlay-link,
|
|
.overlay.overlay-slate .overlay-close,
|
|
.overlay.overlay-slate .close,
|
|
.overlay-hover-content.overlay-slate .overlay-item,
|
|
.overlay-hover-content.overlay-slate .overlay-link,
|
|
.overlay-hover-content.overlay-slate .overlay-close,
|
|
.overlay-hover-content.overlay-slate .close {
|
|
color: white;
|
|
}
|
|
|
|
.overlay.overlay-slate .overlay-header:after,
|
|
.overlay.overlay-slate .overlay-footer:before,
|
|
.overlay-hover-content.overlay-slate .overlay-header:after,
|
|
.overlay-hover-content.overlay-slate .overlay-footer:before {
|
|
background: #666666;
|
|
}
|
|
|
|
.overlay.overlay-olive .overlay-content,
|
|
.overlay-hover-content.overlay-olive .overlay-content {
|
|
color: white;
|
|
}
|
|
|
|
.overlay.overlay-olive:after,
|
|
.overlay-hover-content.overlay-olive:after {
|
|
background: #808000;
|
|
}
|
|
|
|
.overlay.overlay-olive.overlay-gradient:after,
|
|
.overlay-hover-content.overlay-olive.overlay-gradient:after {
|
|
background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#808000));
|
|
background-image: linear-gradient(to bottom, transparent 0%, #808000 100%);
|
|
background-repeat: repeat-x;
|
|
}
|
|
|
|
.overlay.overlay-olive.overlay-gradient-flip:after,
|
|
.overlay-hover-content.overlay-olive.overlay-gradient-flip:after {
|
|
background-image: -webkit-gradient(linear, left top, left bottom, from(#808000), to(transparent));
|
|
background-image: linear-gradient(to bottom, #808000 0%, transparent 100%);
|
|
background-repeat: repeat-x;
|
|
}
|
|
|
|
.overlay.overlay-olive .overlay-item,
|
|
.overlay.overlay-olive .overlay-link,
|
|
.overlay.overlay-olive .overlay-close,
|
|
.overlay.overlay-olive .close,
|
|
.overlay-hover-content.overlay-olive .overlay-item,
|
|
.overlay-hover-content.overlay-olive .overlay-link,
|
|
.overlay-hover-content.overlay-olive .overlay-close,
|
|
.overlay-hover-content.overlay-olive .close {
|
|
color: white;
|
|
}
|
|
|
|
.overlay.overlay-olive .overlay-header:after,
|
|
.overlay.overlay-olive .overlay-footer:before,
|
|
.overlay-hover-content.overlay-olive .overlay-header:after,
|
|
.overlay-hover-content.overlay-olive .overlay-footer:before {
|
|
background: #666666;
|
|
}
|
|
|
|
.overlay.overlay-teal .overlay-content,
|
|
.overlay-hover-content.overlay-teal .overlay-content {
|
|
color: white;
|
|
}
|
|
|
|
.overlay.overlay-teal:after,
|
|
.overlay-hover-content.overlay-teal:after {
|
|
background: #008080;
|
|
}
|
|
|
|
.overlay.overlay-teal.overlay-gradient:after,
|
|
.overlay-hover-content.overlay-teal.overlay-gradient:after {
|
|
background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#008080));
|
|
background-image: linear-gradient(to bottom, transparent 0%, #008080 100%);
|
|
background-repeat: repeat-x;
|
|
}
|
|
|
|
.overlay.overlay-teal.overlay-gradient-flip:after,
|
|
.overlay-hover-content.overlay-teal.overlay-gradient-flip:after {
|
|
background-image: -webkit-gradient(linear, left top, left bottom, from(#008080), to(transparent));
|
|
background-image: linear-gradient(to bottom, #008080 0%, transparent 100%);
|
|
background-repeat: repeat-x;
|
|
}
|
|
|
|
.overlay.overlay-teal .overlay-item,
|
|
.overlay.overlay-teal .overlay-link,
|
|
.overlay.overlay-teal .overlay-close,
|
|
.overlay.overlay-teal .close,
|
|
.overlay-hover-content.overlay-teal .overlay-item,
|
|
.overlay-hover-content.overlay-teal .overlay-link,
|
|
.overlay-hover-content.overlay-teal .overlay-close,
|
|
.overlay-hover-content.overlay-teal .close {
|
|
color: white;
|
|
}
|
|
|
|
.overlay.overlay-teal .overlay-header:after,
|
|
.overlay.overlay-teal .overlay-footer:before,
|
|
.overlay-hover-content.overlay-teal .overlay-header:after,
|
|
.overlay-hover-content.overlay-teal .overlay-footer:before {
|
|
background: #666666;
|
|
}
|
|
|
|
.overlay.overlay-green-bright .overlay-content,
|
|
.overlay-hover-content.overlay-green-bright .overlay-content {
|
|
color: white;
|
|
}
|
|
|
|
.overlay.overlay-green-bright:after,
|
|
.overlay-hover-content.overlay-green-bright:after {
|
|
background: #2ECC71;
|
|
}
|
|
|
|
.overlay.overlay-green-bright.overlay-gradient:after,
|
|
.overlay-hover-content.overlay-green-bright.overlay-gradient:after {
|
|
background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#2ECC71));
|
|
background-image: linear-gradient(to bottom, transparent 0%, #2ECC71 100%);
|
|
background-repeat: repeat-x;
|
|
}
|
|
|
|
.overlay.overlay-green-bright.overlay-gradient-flip:after,
|
|
.overlay-hover-content.overlay-green-bright.overlay-gradient-flip:after {
|
|
background-image: -webkit-gradient(linear, left top, left bottom, from(#2ECC71), to(transparent));
|
|
background-image: linear-gradient(to bottom, #2ECC71 0%, transparent 100%);
|
|
background-repeat: repeat-x;
|
|
}
|
|
|
|
.overlay.overlay-green-bright .overlay-item,
|
|
.overlay.overlay-green-bright .overlay-link,
|
|
.overlay.overlay-green-bright .overlay-close,
|
|
.overlay.overlay-green-bright .close,
|
|
.overlay-hover-content.overlay-green-bright .overlay-item,
|
|
.overlay-hover-content.overlay-green-bright .overlay-link,
|
|
.overlay-hover-content.overlay-green-bright .overlay-close,
|
|
.overlay-hover-content.overlay-green-bright .close {
|
|
color: white;
|
|
}
|
|
|
|
.overlay.overlay-green-bright .overlay-header:after,
|
|
.overlay.overlay-green-bright .overlay-footer:before,
|
|
.overlay-hover-content.overlay-green-bright .overlay-header:after,
|
|
.overlay-hover-content.overlay-green-bright .overlay-footer:before {
|
|
background: #666666;
|
|
}
|
|
|
|
.overlay.overlay-white .overlay-content,
|
|
.overlay-hover-content.overlay-white .overlay-content {
|
|
color: #242424;
|
|
}
|
|
|
|
.overlay.overlay-white:after,
|
|
.overlay-hover-content.overlay-white:after {
|
|
background: #ffffff;
|
|
}
|
|
|
|
.overlay.overlay-white.overlay-gradient:after,
|
|
.overlay-hover-content.overlay-white.overlay-gradient:after {
|
|
background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#ffffff));
|
|
background-image: linear-gradient(to bottom, transparent 0%, #ffffff 100%);
|
|
background-repeat: repeat-x;
|
|
}
|
|
|
|
.overlay.overlay-white.overlay-gradient-flip:after,
|
|
.overlay-hover-content.overlay-white.overlay-gradient-flip:after {
|
|
background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(transparent));
|
|
background-image: linear-gradient(to bottom, #ffffff 0%, transparent 100%);
|
|
background-repeat: repeat-x;
|
|
}
|
|
|
|
.overlay.overlay-white .overlay-item,
|
|
.overlay.overlay-white .overlay-link,
|
|
.overlay.overlay-white .overlay-close,
|
|
.overlay.overlay-white .close,
|
|
.overlay-hover-content.overlay-white .overlay-item,
|
|
.overlay-hover-content.overlay-white .overlay-link,
|
|
.overlay-hover-content.overlay-white .overlay-close,
|
|
.overlay-hover-content.overlay-white .close {
|
|
color: #242424;
|
|
}
|
|
|
|
.overlay.overlay-white .overlay-header:after,
|
|
.overlay.overlay-white .overlay-footer:before,
|
|
.overlay-hover-content.overlay-white .overlay-header:after,
|
|
.overlay-hover-content.overlay-white .overlay-footer:before {
|
|
background: black;
|
|
}
|
|
|
|
.overlay.overlay-white.overlay-gradient:after,
|
|
.overlay-hover-content.overlay-white.overlay-gradient:after {
|
|
background: transparent;
|
|
background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#ffffff));
|
|
background-image: linear-gradient(to bottom, transparent 0%, #ffffff 100%);
|
|
background-repeat: repeat-x;
|
|
}
|
|
|
|
.overlay.overlay-white.overlay-gradient-flip:after,
|
|
.overlay-hover-content.overlay-white.overlay-gradient-flip:after {
|
|
background: transparent;
|
|
background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(transparent));
|
|
background-image: linear-gradient(to bottom, #ffffff 0%, transparent 100%);
|
|
background-repeat: repeat-x;
|
|
}
|
|
|
|
.overlay.overlay-op-0:after,
|
|
.overlay-hover-content.overlay-op-0:after {
|
|
opacity: 0;
|
|
visibility: hidden;
|
|
z-index: -1;
|
|
}
|
|
|
|
.overlay.overlay-op-1:after,
|
|
.overlay-hover-content.overlay-op-1:after {
|
|
opacity: 0.1;
|
|
visibility: visible;
|
|
}
|
|
|
|
.overlay.overlay-op-2:after,
|
|
.overlay-hover-content.overlay-op-2:after {
|
|
opacity: 0.2;
|
|
visibility: visible;
|
|
}
|
|
|
|
.overlay.overlay-op-3:after,
|
|
.overlay-hover-content.overlay-op-3:after {
|
|
opacity: 0.3;
|
|
visibility: visible;
|
|
}
|
|
|
|
.overlay.overlay-op-4:after,
|
|
.overlay-hover-content.overlay-op-4:after {
|
|
opacity: 0.4;
|
|
visibility: visible;
|
|
}
|
|
|
|
.overlay.overlay-op-5:after,
|
|
.overlay-hover-content.overlay-op-5:after {
|
|
opacity: 0.5;
|
|
visibility: visible;
|
|
}
|
|
|
|
.overlay.overlay-op-6:after,
|
|
.overlay-hover-content.overlay-op-6:after {
|
|
opacity: 0.6;
|
|
visibility: visible;
|
|
}
|
|
|
|
.overlay.overlay-op-7:after,
|
|
.overlay-hover-content.overlay-op-7:after {
|
|
opacity: 0.7;
|
|
visibility: visible;
|
|
}
|
|
|
|
.overlay.overlay-op-8:after,
|
|
.overlay-hover-content.overlay-op-8:after {
|
|
opacity: 0.8;
|
|
visibility: visible;
|
|
}
|
|
|
|
.overlay.overlay-op-9:after,
|
|
.overlay-hover-content.overlay-op-9:after {
|
|
opacity: 0.9;
|
|
visibility: visible;
|
|
}
|
|
|
|
.overlay.overlay-op-10:after,
|
|
.overlay-hover-content.overlay-op-10:after {
|
|
opacity: 1;
|
|
visibility: visible;
|
|
}
|
|
|
|
.timeline {
|
|
list-style: none;
|
|
list-style-type: none;
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
|
|
.timeline::after {
|
|
display: block;
|
|
clear: both;
|
|
content: "";
|
|
}
|
|
|
|
.timeline {
|
|
background-image: url("../img/misc/bg_timeline-line.png");
|
|
background-repeat: repeat-y;
|
|
background-position: center top;
|
|
padding: 0;
|
|
margin: 2em 0;
|
|
text-align: center;
|
|
}
|
|
|
|
@media all and (-webkit-min-device-pixel-ratio: 1.5),
|
|
all and (-o-min-device-pixel-ratio: 3 / 2),
|
|
all and (min--moz-device-pixel-ratio: 1.5),
|
|
all and (min-device-pixel-ratio: 1.5) {
|
|
.timeline {
|
|
background-image: url("../img/misc/bg_timeline-line@2x.png");
|
|
background-size: 2px auto;
|
|
}
|
|
}
|
|
|
|
.timeline::after {
|
|
display: block;
|
|
clear: both;
|
|
content: "";
|
|
}
|
|
|
|
.timeline-marker {
|
|
clear: both;
|
|
background: white;
|
|
}
|
|
|
|
.timeline-marker h1,
|
|
.timeline-marker h2,
|
|
.timeline-marker h3,
|
|
.timeline-marker h4,
|
|
.timeline-marker h5 {
|
|
margin: 0 0 5px 0;
|
|
}
|
|
|
|
.timeline-marker:after,
|
|
.timeline-marker:before {
|
|
width: 12px;
|
|
height: 12px;
|
|
background: #1b1b1b;
|
|
margin: 0 auto;
|
|
border-radius: 100%;
|
|
display: block;
|
|
content: ' ';
|
|
}
|
|
|
|
.timeline-marker:before {
|
|
display: none;
|
|
}
|
|
|
|
.timeline-marker.timeline-marker-bottom h1,
|
|
.timeline-marker.timeline-marker-bottom h2,
|
|
.timeline-marker.timeline-marker-bottom h3,
|
|
.timeline-marker.timeline-marker-bottom h4,
|
|
.timeline-marker.timeline-marker-bottom h5 {
|
|
margin: 5px 0 0 0;
|
|
}
|
|
|
|
.timeline-marker.timeline-marker-bottom:before {
|
|
display: block;
|
|
}
|
|
|
|
.timeline-marker.timeline-marker-bottom:after {
|
|
display: none;
|
|
}
|
|
|
|
.timeline-marker.timeline-marker-middle {
|
|
margin-top: 20px;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.timeline-breaker {
|
|
background: #1b1b1b;
|
|
color: #fff;
|
|
font-weight: 600;
|
|
border-radius: 2px;
|
|
margin: 0 auto 0 auto;
|
|
text-align: center;
|
|
padding: 0.6em;
|
|
line-height: 1;
|
|
display: block;
|
|
position: relative;
|
|
width: 100%;
|
|
max-width: 15em;
|
|
clear: both;
|
|
}
|
|
|
|
.timeline-breaker::after {
|
|
display: block;
|
|
clear: both;
|
|
content: "";
|
|
}
|
|
|
|
.timeline-breaker a {
|
|
color: #fff;
|
|
}
|
|
|
|
.timeline-breaker a:hover {
|
|
color: #eeeeee;
|
|
}
|
|
|
|
.timeline-breaker:after,
|
|
.timeline-breaker:before {
|
|
top: 100%;
|
|
border: solid transparent;
|
|
content: " ";
|
|
height: 1px;
|
|
width: 0;
|
|
position: absolute;
|
|
pointer-events: none;
|
|
}
|
|
|
|
.timeline-breaker:after {
|
|
border-top-color: #1b1b1b;
|
|
border-width: 10px;
|
|
left: 50%;
|
|
margin-left: -10px;
|
|
}
|
|
|
|
.timeline-breaker:before {
|
|
border-top-color: rgba(0, 0, 0, 0.01);
|
|
border-width: 11px;
|
|
left: 50%;
|
|
margin-left: -11px;
|
|
}
|
|
|
|
.timeline-breaker.timeline-breaker-middle,
|
|
.timeline-breaker.timeline-breaker-bottom {
|
|
margin-top: 40px;
|
|
margin-bottom: 20px;
|
|
clear: both !important;
|
|
}
|
|
|
|
.timeline-breaker.timeline-breaker-bottom {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.timeline-breaker.timeline-breaker-bottom:after,
|
|
.timeline-breaker.timeline-breaker-bottom:before {
|
|
top: -10px;
|
|
border-top: none;
|
|
}
|
|
|
|
.timeline-breaker.timeline-breaker-bottom:after {
|
|
border-bottom-color: #1b1b1b;
|
|
}
|
|
|
|
.timeline-breaker.timeline-breaker-bottom:before {
|
|
border-bottom-color: rgba(0, 0, 0, 0.01);
|
|
}
|
|
|
|
.timeline-item.timeline-item-first {
|
|
margin-top: 20px !important;
|
|
}
|
|
|
|
.timeline-item.timeline-item-last {
|
|
margin-bottom: 20px !important;
|
|
}
|
|
|
|
.timeline-item {
|
|
float: none;
|
|
left: auto;
|
|
right: auto;
|
|
width: 100%;
|
|
padding: 15px;
|
|
margin: 60px auto 0 auto;
|
|
background: #f6f6f6;
|
|
border-radius: 2px;
|
|
position: relative;
|
|
border: 1px solid #f2f2f2;
|
|
border-bottom: 3px solid #55A79A;
|
|
text-align: left;
|
|
}
|
|
|
|
.timeline-item::after {
|
|
display: block;
|
|
clear: both;
|
|
content: "";
|
|
}
|
|
|
|
.timeline-item:after,
|
|
.timeline-item:before {
|
|
top: -20px;
|
|
right: 50%;
|
|
left: 50%;
|
|
position: absolute;
|
|
pointer-events: none;
|
|
display: block;
|
|
font-size: 30px;
|
|
height: 30px;
|
|
line-height: 30px;
|
|
width: 30px;
|
|
text-align: center;
|
|
margin-top: 0;
|
|
margin-left: -14px;
|
|
}
|
|
|
|
.timeline-item:before {
|
|
font-family: 'Font Awesome 5 Free';
|
|
font-weight: 900;
|
|
font-style: normal;
|
|
speak: none;
|
|
display: inline-block;
|
|
content: "\F0D8";
|
|
color: #f6f6f6;
|
|
}
|
|
|
|
.timeline-item:after {
|
|
font-family: 'Font Awesome 5 Free';
|
|
font-weight: 900;
|
|
font-style: normal;
|
|
speak: none;
|
|
display: inline-block;
|
|
content: "\f140";
|
|
top: -39px;
|
|
background: white;
|
|
}
|
|
|
|
.timeline-item.tag-featured:after,
|
|
.timeline-item.marker-highlight:after,
|
|
.timeline-item.highlight:after {
|
|
color: #65b1a5;
|
|
}
|
|
|
|
.timeline-item.overlap-push-large {
|
|
margin-top: 120px;
|
|
}
|
|
|
|
.timeline-item.overlap-push-medium {
|
|
margin-top: 60px;
|
|
}
|
|
|
|
.timeline-item.overlap-push-small {
|
|
margin-top: 30px;
|
|
}
|
|
|
|
.timeline-stacked-down .timeline-item:first-child {
|
|
margin-top: 40px;
|
|
}
|
|
|
|
.timeline-stacked-down .timeline-item:last-child {
|
|
margin-bottom: 60px;
|
|
}
|
|
|
|
.timeline-stacked-down .timeline-item:after,
|
|
.timeline-stacked-down .timeline-item:before {
|
|
bottom: -20px;
|
|
top: auto;
|
|
}
|
|
|
|
.timeline-stacked-down .timeline-item:before {
|
|
font-family: 'Font Awesome 5 Free';
|
|
font-weight: 900;
|
|
font-style: normal;
|
|
speak: none;
|
|
display: inline-block;
|
|
content: "\F0D7";
|
|
}
|
|
|
|
.timeline-stacked-down .timeline-item:after {
|
|
bottom: -40px;
|
|
top: auto;
|
|
}
|
|
|
|
.timeline-item-date {
|
|
text-transform: uppercase;
|
|
font-weight: 600;
|
|
color: #666666;
|
|
}
|
|
|
|
.timeline-item-title {
|
|
margin-top: 0;
|
|
}
|
|
|
|
@media (min-width: 576px) {
|
|
.timeline-breaker.timeline-breaker-middle,
|
|
.timeline-breaker.timeline-breaker-bottom {
|
|
top: 40px;
|
|
}
|
|
.timeline-item {
|
|
float: left;
|
|
width: 48%;
|
|
padding: 15px;
|
|
margin-top: 40px;
|
|
right: 30px;
|
|
margin-left: 2%;
|
|
clear: left;
|
|
}
|
|
.timeline-item:after,
|
|
.timeline-item:before {
|
|
top: 10%;
|
|
bottom: auto;
|
|
right: -20px;
|
|
left: auto;
|
|
position: absolute;
|
|
pointer-events: none;
|
|
margin: 0;
|
|
display: block;
|
|
font-size: 30px;
|
|
height: 30px;
|
|
line-height: 30px;
|
|
width: 30px;
|
|
text-align: center;
|
|
}
|
|
.timeline-item:before {
|
|
font-family: 'Font Awesome 5 Free';
|
|
font-weight: 900;
|
|
font-style: normal;
|
|
speak: none;
|
|
display: inline-block;
|
|
content: "\F0DA";
|
|
}
|
|
.timeline-item:after {
|
|
right: -46px;
|
|
}
|
|
.timeline-item.even,
|
|
.timeline-item.right {
|
|
float: right;
|
|
clear: right;
|
|
left: 30px;
|
|
right: 0;
|
|
margin-right: 2%;
|
|
margin-left: 0;
|
|
margin-top: 100px;
|
|
}
|
|
.timeline-item.even:after,
|
|
.timeline-item.even:before,
|
|
.timeline-item.right:after,
|
|
.timeline-item.right:before {
|
|
left: -20px;
|
|
top: 10%;
|
|
}
|
|
.timeline-item.even:before,
|
|
.timeline-item.right:before {
|
|
font-family: 'Font Awesome 5 Free';
|
|
font-weight: 900;
|
|
font-style: normal;
|
|
speak: none;
|
|
display: inline-block;
|
|
content: "\F0D9";
|
|
}
|
|
.timeline-item.even:after,
|
|
.timeline-item.right:after {
|
|
left: -46px;
|
|
}
|
|
.timeline-item.overlap-off {
|
|
margin-top: 0;
|
|
}
|
|
.timeline-item.overlap-pull-large {
|
|
margin-top: -120px;
|
|
}
|
|
.timeline-item.overlap-pull-small {
|
|
margin-top: -30px;
|
|
}
|
|
.timeline.timeline-stacked,
|
|
.timeline-stacked {
|
|
padding-left: 0;
|
|
padding-right: 0;
|
|
}
|
|
.timeline.timeline-stacked .timeline-item,
|
|
.timeline.timeline-stacked .timeline-item.right,
|
|
.timeline.timeline-stacked .timeline-item.even,
|
|
.timeline-stacked .timeline-item,
|
|
.timeline-stacked .timeline-item.right,
|
|
.timeline-stacked .timeline-item.even {
|
|
float: none;
|
|
left: auto;
|
|
right: auto;
|
|
width: 100%;
|
|
padding: 15px;
|
|
margin: 60px auto 0 auto;
|
|
background: #f6f6f6;
|
|
border-radius: 2px;
|
|
position: relative;
|
|
border: 1px solid #f2f2f2;
|
|
border-bottom: 3px solid #55A79A;
|
|
text-align: left;
|
|
margin-top: 80px;
|
|
}
|
|
.timeline.timeline-stacked .timeline-item::after,
|
|
.timeline.timeline-stacked .timeline-item.right::after,
|
|
.timeline.timeline-stacked .timeline-item.even::after,
|
|
.timeline-stacked .timeline-item::after,
|
|
.timeline-stacked .timeline-item.right::after,
|
|
.timeline-stacked .timeline-item.even::after {
|
|
display: block;
|
|
clear: both;
|
|
content: "";
|
|
}
|
|
.timeline.timeline-stacked .timeline-item:after,
|
|
.timeline.timeline-stacked .timeline-item:before,
|
|
.timeline.timeline-stacked .timeline-item.right:after,
|
|
.timeline.timeline-stacked .timeline-item.right:before,
|
|
.timeline.timeline-stacked .timeline-item.even:after,
|
|
.timeline.timeline-stacked .timeline-item.even:before,
|
|
.timeline-stacked .timeline-item:after,
|
|
.timeline-stacked .timeline-item:before,
|
|
.timeline-stacked .timeline-item.right:after,
|
|
.timeline-stacked .timeline-item.right:before,
|
|
.timeline-stacked .timeline-item.even:after,
|
|
.timeline-stacked .timeline-item.even:before {
|
|
top: -20px;
|
|
right: 50%;
|
|
left: 50%;
|
|
position: absolute;
|
|
pointer-events: none;
|
|
display: block;
|
|
font-size: 30px;
|
|
height: 30px;
|
|
line-height: 30px;
|
|
width: 30px;
|
|
text-align: center;
|
|
margin-top: 0;
|
|
margin-left: -14px;
|
|
}
|
|
.timeline.timeline-stacked .timeline-item:before,
|
|
.timeline.timeline-stacked .timeline-item.right:before,
|
|
.timeline.timeline-stacked .timeline-item.even:before,
|
|
.timeline-stacked .timeline-item:before,
|
|
.timeline-stacked .timeline-item.right:before,
|
|
.timeline-stacked .timeline-item.even:before {
|
|
font-family: 'Font Awesome 5 Free';
|
|
font-weight: 900;
|
|
font-style: normal;
|
|
speak: none;
|
|
display: inline-block;
|
|
content: "\F0D8";
|
|
color: #f6f6f6;
|
|
}
|
|
.timeline.timeline-stacked .timeline-item:after,
|
|
.timeline.timeline-stacked .timeline-item.right:after,
|
|
.timeline.timeline-stacked .timeline-item.even:after,
|
|
.timeline-stacked .timeline-item:after,
|
|
.timeline-stacked .timeline-item.right:after,
|
|
.timeline-stacked .timeline-item.even:after {
|
|
font-family: 'Font Awesome 5 Free';
|
|
font-weight: 900;
|
|
font-style: normal;
|
|
speak: none;
|
|
display: inline-block;
|
|
content: "\f140";
|
|
top: -39px;
|
|
background: white;
|
|
}
|
|
.timeline.timeline-stacked .timeline-item.tag-featured:after,
|
|
.timeline.timeline-stacked .timeline-item.marker-highlight:after,
|
|
.timeline.timeline-stacked .timeline-item.highlight:after,
|
|
.timeline.timeline-stacked .timeline-item.right.tag-featured:after,
|
|
.timeline.timeline-stacked .timeline-item.right.marker-highlight:after,
|
|
.timeline.timeline-stacked .timeline-item.right.highlight:after,
|
|
.timeline.timeline-stacked .timeline-item.even.tag-featured:after,
|
|
.timeline.timeline-stacked .timeline-item.even.marker-highlight:after,
|
|
.timeline.timeline-stacked .timeline-item.even.highlight:after,
|
|
.timeline-stacked .timeline-item.tag-featured:after,
|
|
.timeline-stacked .timeline-item.marker-highlight:after,
|
|
.timeline-stacked .timeline-item.highlight:after,
|
|
.timeline-stacked .timeline-item.right.tag-featured:after,
|
|
.timeline-stacked .timeline-item.right.marker-highlight:after,
|
|
.timeline-stacked .timeline-item.right.highlight:after,
|
|
.timeline-stacked .timeline-item.even.tag-featured:after,
|
|
.timeline-stacked .timeline-item.even.marker-highlight:after,
|
|
.timeline-stacked .timeline-item.even.highlight:after {
|
|
color: #65b1a5;
|
|
}
|
|
.timeline.timeline-stacked .timeline-item.overlap-push-large,
|
|
.timeline.timeline-stacked .timeline-item.right.overlap-push-large,
|
|
.timeline.timeline-stacked .timeline-item.even.overlap-push-large,
|
|
.timeline-stacked .timeline-item.overlap-push-large,
|
|
.timeline-stacked .timeline-item.right.overlap-push-large,
|
|
.timeline-stacked .timeline-item.even.overlap-push-large {
|
|
margin-top: 120px;
|
|
}
|
|
.timeline.timeline-stacked .timeline-item.overlap-push-medium,
|
|
.timeline.timeline-stacked .timeline-item.right.overlap-push-medium,
|
|
.timeline.timeline-stacked .timeline-item.even.overlap-push-medium,
|
|
.timeline-stacked .timeline-item.overlap-push-medium,
|
|
.timeline-stacked .timeline-item.right.overlap-push-medium,
|
|
.timeline-stacked .timeline-item.even.overlap-push-medium {
|
|
margin-top: 60px;
|
|
}
|
|
.timeline.timeline-stacked .timeline-item.overlap-push-small,
|
|
.timeline.timeline-stacked .timeline-item.right.overlap-push-small,
|
|
.timeline.timeline-stacked .timeline-item.even.overlap-push-small,
|
|
.timeline-stacked .timeline-item.overlap-push-small,
|
|
.timeline-stacked .timeline-item.right.overlap-push-small,
|
|
.timeline-stacked .timeline-item.even.overlap-push-small {
|
|
margin-top: 30px;
|
|
}
|
|
.timeline.timeline-stacked.timeline-stacked-down .timeline-item:first-child,
|
|
.timeline-stacked.timeline-stacked-down .timeline-item:first-child {
|
|
margin-top: 40px;
|
|
}
|
|
.timeline.timeline-stacked.timeline-stacked-down .timeline-item:last-child,
|
|
.timeline-stacked.timeline-stacked-down .timeline-item:last-child {
|
|
margin-bottom: 60px;
|
|
}
|
|
.timeline.timeline-stacked.timeline-stacked-down .timeline-item:after,
|
|
.timeline.timeline-stacked.timeline-stacked-down .timeline-item:before,
|
|
.timeline-stacked.timeline-stacked-down .timeline-item:after,
|
|
.timeline-stacked.timeline-stacked-down .timeline-item:before {
|
|
bottom: -20px;
|
|
top: auto;
|
|
}
|
|
.timeline.timeline-stacked.timeline-stacked-down .timeline-item:before,
|
|
.timeline-stacked.timeline-stacked-down .timeline-item:before {
|
|
font-family: 'Font Awesome 5 Free';
|
|
font-weight: 900;
|
|
font-style: normal;
|
|
speak: none;
|
|
display: inline-block;
|
|
content: "\F0D7";
|
|
}
|
|
.timeline.timeline-stacked.timeline-stacked-down .timeline-item:after,
|
|
.timeline-stacked.timeline-stacked-down .timeline-item:after {
|
|
bottom: -40px;
|
|
top: auto;
|
|
}
|
|
.timeline.timeline-stacked.timeline-stacked-down .timeline-item.last,
|
|
.timeline.timeline-stacked.timeline-stacked-down .timeline-item.right.last,
|
|
.timeline.timeline-stacked.timeline-stacked-down .timeline-item.even.last,
|
|
.timeline-stacked.timeline-stacked-down .timeline-item.last,
|
|
.timeline-stacked.timeline-stacked-down .timeline-item.right.last,
|
|
.timeline-stacked.timeline-stacked-down .timeline-item.even.last {
|
|
margin-bottom: 40px;
|
|
}
|
|
.timeline.timeline-stacked .timeline-breaker.timeline-breaker-middle,
|
|
.timeline.timeline-stacked .timeline-breaker.timeline-breaker-bottom,
|
|
.timeline-stacked .timeline-breaker.timeline-breaker-middle,
|
|
.timeline-stacked .timeline-breaker.timeline-breaker-bottom {
|
|
top: auto;
|
|
}
|
|
}
|
|
|
|
.timeline.timeline-left,
|
|
.timeline-left {
|
|
background-position: left top;
|
|
margin-left: 20px;
|
|
padding-bottom: 0;
|
|
text-align: left;
|
|
}
|
|
|
|
.timeline.timeline-left .timeline-marker,
|
|
.timeline-left .timeline-marker {
|
|
margin-left: -5px;
|
|
margin-right: 0;
|
|
}
|
|
|
|
.timeline.timeline-left .timeline-marker:after,
|
|
.timeline.timeline-left .timeline-marker:before,
|
|
.timeline-left .timeline-marker:after,
|
|
.timeline-left .timeline-marker:before {
|
|
margin-left: 0;
|
|
}
|
|
|
|
.timeline.timeline-left .timeline-breaker,
|
|
.timeline-left .timeline-breaker {
|
|
margin-left: -20px;
|
|
}
|
|
|
|
.timeline.timeline-left .timeline-breaker:after,
|
|
.timeline-left .timeline-breaker:after {
|
|
left: 20px;
|
|
}
|
|
|
|
.timeline.timeline-left .timeline-breaker:before,
|
|
.timeline-left .timeline-breaker:before {
|
|
left: 20px;
|
|
}
|
|
|
|
.timeline.timeline-left .timeline-item,
|
|
.timeline.timeline-left .timeline-item.even,
|
|
.timeline.timeline-left .timeline-item.right,
|
|
.timeline-left .timeline-item,
|
|
.timeline-left .timeline-item.even,
|
|
.timeline-left .timeline-item.right {
|
|
float: none;
|
|
clear: both;
|
|
width: 92%;
|
|
margin-left: 25px;
|
|
margin-right: 0;
|
|
margin-top: 40px;
|
|
left: auto;
|
|
right: auto;
|
|
}
|
|
|
|
.timeline.timeline-left .timeline-item:after,
|
|
.timeline.timeline-left .timeline-item:before,
|
|
.timeline.timeline-left .timeline-item.even:after,
|
|
.timeline.timeline-left .timeline-item.even:before,
|
|
.timeline.timeline-left .timeline-item.right:after,
|
|
.timeline.timeline-left .timeline-item.right:before,
|
|
.timeline-left .timeline-item:after,
|
|
.timeline-left .timeline-item:before,
|
|
.timeline-left .timeline-item.even:after,
|
|
.timeline-left .timeline-item.even:before,
|
|
.timeline-left .timeline-item.right:after,
|
|
.timeline-left .timeline-item.right:before {
|
|
right: auto;
|
|
left: -20px;
|
|
margin-left: 0;
|
|
top: 20px;
|
|
}
|
|
|
|
.timeline.timeline-left .timeline-item:before,
|
|
.timeline.timeline-left .timeline-item.even:before,
|
|
.timeline.timeline-left .timeline-item.right:before,
|
|
.timeline-left .timeline-item:before,
|
|
.timeline-left .timeline-item.even:before,
|
|
.timeline-left .timeline-item.right:before {
|
|
font-family: 'Font Awesome 5 Free';
|
|
font-weight: 900;
|
|
font-style: normal;
|
|
speak: none;
|
|
display: inline-block;
|
|
content: "\F0D9";
|
|
}
|
|
|
|
.timeline.timeline-left .timeline-item:after,
|
|
.timeline.timeline-left .timeline-item.even:after,
|
|
.timeline.timeline-left .timeline-item.right:after,
|
|
.timeline-left .timeline-item:after,
|
|
.timeline-left .timeline-item.even:after,
|
|
.timeline-left .timeline-item.right:after {
|
|
left: -40px;
|
|
}
|
|
|
|
.timeline.timeline-left .pagination,
|
|
.timeline-left .pagination {
|
|
background: transparent;
|
|
padding-left: 1em;
|
|
padding-right: 1em;
|
|
}
|
|
|
|
.timeline.timeline-left .timeline-breaker.timeline-breaker-middle,
|
|
.timeline.timeline-left .timeline-breaker.timeline-breaker-bottom,
|
|
.timeline-left .timeline-breaker.timeline-breaker-middle,
|
|
.timeline-left .timeline-breaker.timeline-breaker-bottom {
|
|
top: auto;
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.timeline.timeline-right,
|
|
.timeline-right {
|
|
background-position: right top;
|
|
margin-right: 20px;
|
|
text-align: right;
|
|
}
|
|
|
|
.timeline.timeline-right .timeline-marker,
|
|
.timeline-right .timeline-marker {
|
|
margin-left: 0;
|
|
margin-right: -5px;
|
|
float: right;
|
|
}
|
|
|
|
.timeline.timeline-right .timeline-breaker,
|
|
.timeline-right .timeline-breaker {
|
|
margin-left: 0;
|
|
margin-right: -20px;
|
|
float: right;
|
|
}
|
|
|
|
.timeline.timeline-right .timeline-breaker:after,
|
|
.timeline-right .timeline-breaker:after {
|
|
right: 12px;
|
|
left: auto;
|
|
}
|
|
|
|
.timeline.timeline-right .timeline-breaker:before,
|
|
.timeline-right .timeline-breaker:before {
|
|
right: 12px;
|
|
left: auto;
|
|
}
|
|
|
|
.timeline.timeline-right .timeline-item,
|
|
.timeline.timeline-right .timeline-item.even,
|
|
.timeline.timeline-right .timeline-item.right,
|
|
.timeline-right .timeline-item,
|
|
.timeline-right .timeline-item.even,
|
|
.timeline-right .timeline-item.right {
|
|
float: right;
|
|
clear: both;
|
|
width: 92%;
|
|
margin-left: 0;
|
|
margin-right: 25px;
|
|
margin-top: 40px;
|
|
left: auto;
|
|
right: 0;
|
|
}
|
|
|
|
.timeline.timeline-right .timeline-item:after,
|
|
.timeline.timeline-right .timeline-item:before,
|
|
.timeline.timeline-right .timeline-item.even:after,
|
|
.timeline.timeline-right .timeline-item.even:before,
|
|
.timeline.timeline-right .timeline-item.right:after,
|
|
.timeline.timeline-right .timeline-item.right:before,
|
|
.timeline-right .timeline-item:after,
|
|
.timeline-right .timeline-item:before,
|
|
.timeline-right .timeline-item.even:after,
|
|
.timeline-right .timeline-item.even:before,
|
|
.timeline-right .timeline-item.right:after,
|
|
.timeline-right .timeline-item.right:before {
|
|
left: auto;
|
|
right: -20px;
|
|
margin-right: 0;
|
|
top: 20px;
|
|
}
|
|
|
|
.timeline.timeline-right .timeline-item:before,
|
|
.timeline.timeline-right .timeline-item.even:before,
|
|
.timeline.timeline-right .timeline-item.right:before,
|
|
.timeline-right .timeline-item:before,
|
|
.timeline-right .timeline-item.even:before,
|
|
.timeline-right .timeline-item.right:before {
|
|
font-family: 'Font Awesome 5 Free';
|
|
font-weight: 900;
|
|
font-style: normal;
|
|
speak: none;
|
|
display: inline-block;
|
|
content: "\F0DA";
|
|
}
|
|
|
|
.timeline.timeline-right .timeline-item:after,
|
|
.timeline.timeline-right .timeline-item.even:after,
|
|
.timeline.timeline-right .timeline-item.right:after,
|
|
.timeline-right .timeline-item:after,
|
|
.timeline-right .timeline-item.even:after,
|
|
.timeline-right .timeline-item.right:after {
|
|
right: -40px;
|
|
left: auto;
|
|
}
|
|
|
|
.timeline.timeline-right .pagination,
|
|
.timeline-right .pagination {
|
|
background: transparent;
|
|
padding-left: 1em;
|
|
padding-right: 1em;
|
|
}
|
|
|
|
.timeline.timeline-right .timeline-breaker.timeline-breaker-middle,
|
|
.timeline.timeline-right .timeline-breaker.timeline-breaker-bottom,
|
|
.timeline-right .timeline-breaker.timeline-breaker-middle,
|
|
.timeline-right .timeline-breaker.timeline-breaker-bottom {
|
|
top: auto;
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.timeline-mini .timeline-item {
|
|
padding: 0.5em !important;
|
|
margin-top: 50px !important;
|
|
}
|
|
|
|
@media (min-width: 576px) {
|
|
.timeline.timeline-left .timeline-item,
|
|
.timeline.timeline-left .timeline-item.even,
|
|
.timeline.timeline-left .timeline-item.right,
|
|
.timeline.timeline-right .timeline-item,
|
|
.timeline.timeline-right .timeline-item.even,
|
|
.timeline.timeline-right .timeline-item.right {
|
|
width: 96%;
|
|
}
|
|
}
|
|
|
|
.carousel-timeline-nav .owl-nav div {
|
|
margin-top: -2px;
|
|
}
|
|
|
|
.carousel-timeline-nav .owl-stage-outer {
|
|
padding-bottom: 27px;
|
|
padding-top: 15px;
|
|
margin-bottom: 10px;
|
|
position: relative;
|
|
}
|
|
|
|
.carousel-timeline-nav .owl-stage-outer:after {
|
|
height: 2px;
|
|
width: 500%;
|
|
background: #292b2c;
|
|
left: -200%;
|
|
right: 0;
|
|
top: auto;
|
|
bottom: 12px;
|
|
position: absolute;
|
|
content: '';
|
|
z-index: -1;
|
|
}
|
|
|
|
.carousel-timeline-nav.owl-nav-over .owl-stage-outer {
|
|
margin-left: 30px;
|
|
margin-right: 30px;
|
|
}
|
|
|
|
.carousel-timeline-nav.owl-nav-over-lg .owl-stage-outer {
|
|
margin-left: 60px;
|
|
margin-right: 60px;
|
|
}
|
|
|
|
.carousel-timeline-nav.owl-nav-over-lg .owl-nav div {
|
|
margin-top: -20px !important;
|
|
}
|
|
|
|
.carousel-timeline-nav .owl-item {
|
|
text-align: center;
|
|
}
|
|
|
|
.carousel-timeline-nav .owl-thumb {
|
|
position: relative;
|
|
display: block;
|
|
opacity: 0.9;
|
|
-webkit-transition: all 0.3s ease-in;
|
|
transition: all 0.3s ease-in;
|
|
}
|
|
|
|
.carousel-timeline-nav .owl-thumb.active {
|
|
opacity: 1;
|
|
}
|
|
|
|
.carousel-timeline-nav .owl-thumb:before {
|
|
background: white;
|
|
left: 0;
|
|
right: 0;
|
|
top: auto;
|
|
bottom: 0;
|
|
position: absolute;
|
|
content: '';
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
height: 12px;
|
|
width: 12px;
|
|
border-radius: 12px;
|
|
bottom: -20px;
|
|
border: 2px solid #292b2c;
|
|
z-index: 2;
|
|
opacity: 1;
|
|
}
|
|
|
|
.carousel-timeline-nav .active.owl-thumb:before {
|
|
background: #292b2c;
|
|
}
|
|
|
|
.list-timeline {
|
|
margin: 0;
|
|
padding: 5px 0;
|
|
position: relative;
|
|
}
|
|
|
|
.list-timeline:before {
|
|
width: 1px;
|
|
background: #ccc;
|
|
position: absolute;
|
|
left: 6px;
|
|
top: 0;
|
|
bottom: 0;
|
|
height: 100%;
|
|
content: '';
|
|
}
|
|
|
|
.list-timeline .list-timeline-item {
|
|
margin: 0;
|
|
padding: 0;
|
|
padding-left: 24px !important;
|
|
position: relative;
|
|
}
|
|
|
|
.list-timeline .list-timeline-item:before {
|
|
width: 12px;
|
|
height: 12px;
|
|
background: white;
|
|
border: 2px solid #ccc;
|
|
position: absolute;
|
|
left: 0;
|
|
top: 4px;
|
|
content: '';
|
|
border-radius: 100%;
|
|
-webkit-transition: all 0.3 ease-in-out;
|
|
transition: all 0.3 ease-in-out;
|
|
}
|
|
|
|
.list-timeline .list-timeline-item[data-toggle="collapse"] {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.list-timeline .list-timeline-item.active:before,
|
|
.list-timeline .list-timeline-item.show:before {
|
|
background: #ccc;
|
|
}
|
|
|
|
.list-timeline .list-timeline-item.list-timeline-item-marker-middle:before {
|
|
top: 50%;
|
|
margin-top: -6px;
|
|
}
|
|
|
|
.list-timeline.list-timeline-light:before {
|
|
background: #f8f9fa;
|
|
}
|
|
|
|
.list-timeline.list-timeline-light .list-timeline-item:before {
|
|
border-color: #f8f9fa;
|
|
}
|
|
|
|
.list-timeline.list-timeline-light .list-timeline-item.active:before,
|
|
.list-timeline.list-timeline-light .list-timeline-item.show:before {
|
|
background: #f8f9fa;
|
|
}
|
|
|
|
.list-timeline.list-timeline-grey:before {
|
|
background: #e9ecef;
|
|
}
|
|
|
|
.list-timeline.list-timeline-grey .list-timeline-item:before {
|
|
border-color: #e9ecef;
|
|
}
|
|
|
|
.list-timeline.list-timeline-grey .list-timeline-item.active:before,
|
|
.list-timeline.list-timeline-grey .list-timeline-item.show:before {
|
|
background: #e9ecef;
|
|
}
|
|
|
|
.list-timeline.list-timeline-grey-dark:before {
|
|
background: #495057;
|
|
}
|
|
|
|
.list-timeline.list-timeline-grey-dark .list-timeline-item:before {
|
|
border-color: #495057;
|
|
}
|
|
|
|
.list-timeline.list-timeline-grey-dark .list-timeline-item.active:before,
|
|
.list-timeline.list-timeline-grey-dark .list-timeline-item.show:before {
|
|
background: #495057;
|
|
}
|
|
|
|
.list-timeline.list-timeline-primary:before {
|
|
background: #55A79A;
|
|
}
|
|
|
|
.list-timeline.list-timeline-primary .list-timeline-item:before {
|
|
border-color: #55A79A;
|
|
}
|
|
|
|
.list-timeline.list-timeline-primary .list-timeline-item.active:before,
|
|
.list-timeline.list-timeline-primary .list-timeline-item.show:before {
|
|
background: #55A79A;
|
|
}
|
|
|
|
.list-timeline.list-timeline-primary-dark:before {
|
|
background: #33635c;
|
|
}
|
|
|
|
.list-timeline.list-timeline-primary-dark .list-timeline-item:before {
|
|
border-color: #33635c;
|
|
}
|
|
|
|
.list-timeline.list-timeline-primary-dark .list-timeline-item.active:before,
|
|
.list-timeline.list-timeline-primary-dark .list-timeline-item.show:before {
|
|
background: #33635c;
|
|
}
|
|
|
|
.list-timeline.list-timeline-primary-faded:before {
|
|
background: rgba(85, 167, 154, 0.3);
|
|
}
|
|
|
|
.list-timeline.list-timeline-primary-faded .list-timeline-item:before {
|
|
border-color: rgba(85, 167, 154, 0.3);
|
|
}
|
|
|
|
.list-timeline.list-timeline-primary-faded .list-timeline-item.active:before,
|
|
.list-timeline.list-timeline-primary-faded .list-timeline-item.show:before {
|
|
background: rgba(85, 167, 154, 0.3);
|
|
}
|
|
|
|
.list-timeline.list-timeline-info:before {
|
|
background: #17a2b8;
|
|
}
|
|
|
|
.list-timeline.list-timeline-info .list-timeline-item:before {
|
|
border-color: #17a2b8;
|
|
}
|
|
|
|
.list-timeline.list-timeline-info .list-timeline-item.active:before,
|
|
.list-timeline.list-timeline-info .list-timeline-item.show:before {
|
|
background: #17a2b8;
|
|
}
|
|
|
|
.list-timeline.list-timeline-success:before {
|
|
background: #28a745;
|
|
}
|
|
|
|
.list-timeline.list-timeline-success .list-timeline-item:before {
|
|
border-color: #28a745;
|
|
}
|
|
|
|
.list-timeline.list-timeline-success .list-timeline-item.active:before,
|
|
.list-timeline.list-timeline-success .list-timeline-item.show:before {
|
|
background: #28a745;
|
|
}
|
|
|
|
.list-timeline.list-timeline-warning:before {
|
|
background: #ffc107;
|
|
}
|
|
|
|
.list-timeline.list-timeline-warning .list-timeline-item:before {
|
|
border-color: #ffc107;
|
|
}
|
|
|
|
.list-timeline.list-timeline-warning .list-timeline-item.active:before,
|
|
.list-timeline.list-timeline-warning .list-timeline-item.show:before {
|
|
background: #ffc107;
|
|
}
|
|
|
|
.list-timeline.list-timeline-danger:before {
|
|
background: #dc3545;
|
|
}
|
|
|
|
.list-timeline.list-timeline-danger .list-timeline-item:before {
|
|
border-color: #dc3545;
|
|
}
|
|
|
|
.list-timeline.list-timeline-danger .list-timeline-item.active:before,
|
|
.list-timeline.list-timeline-danger .list-timeline-item.show:before {
|
|
background: #dc3545;
|
|
}
|
|
|
|
.list-timeline.list-timeline-dark:before {
|
|
background: #343a40;
|
|
}
|
|
|
|
.list-timeline.list-timeline-dark .list-timeline-item:before {
|
|
border-color: #343a40;
|
|
}
|
|
|
|
.list-timeline.list-timeline-dark .list-timeline-item.active:before,
|
|
.list-timeline.list-timeline-dark .list-timeline-item.show:before {
|
|
background: #343a40;
|
|
}
|
|
|
|
.list-timeline.list-timeline-secondary:before {
|
|
background: #6c757d;
|
|
}
|
|
|
|
.list-timeline.list-timeline-secondary .list-timeline-item:before {
|
|
border-color: #6c757d;
|
|
}
|
|
|
|
.list-timeline.list-timeline-secondary .list-timeline-item.active:before,
|
|
.list-timeline.list-timeline-secondary .list-timeline-item.show:before {
|
|
background: #6c757d;
|
|
}
|
|
|
|
.list-timeline.list-timeline-black:before {
|
|
background: #000;
|
|
}
|
|
|
|
.list-timeline.list-timeline-black .list-timeline-item:before {
|
|
border-color: #000;
|
|
}
|
|
|
|
.list-timeline.list-timeline-black .list-timeline-item.active:before,
|
|
.list-timeline.list-timeline-black .list-timeline-item.show:before {
|
|
background: #000;
|
|
}
|
|
|
|
.list-timeline.list-timeline-white:before {
|
|
background: #fff;
|
|
}
|
|
|
|
.list-timeline.list-timeline-white .list-timeline-item:before {
|
|
border-color: #fff;
|
|
}
|
|
|
|
.list-timeline.list-timeline-white .list-timeline-item.active:before,
|
|
.list-timeline.list-timeline-white .list-timeline-item.show:before {
|
|
background: #fff;
|
|
}
|
|
|
|
.list-timeline.list-timeline-green:before {
|
|
background: #55A79A;
|
|
}
|
|
|
|
.list-timeline.list-timeline-green .list-timeline-item:before {
|
|
border-color: #55A79A;
|
|
}
|
|
|
|
.list-timeline.list-timeline-green .list-timeline-item.active:before,
|
|
.list-timeline.list-timeline-green .list-timeline-item.show:before {
|
|
background: #55A79A;
|
|
}
|
|
|
|
.list-timeline.list-timeline-red:before {
|
|
background: #BE3E1D;
|
|
}
|
|
|
|
.list-timeline.list-timeline-red .list-timeline-item:before {
|
|
border-color: #BE3E1D;
|
|
}
|
|
|
|
.list-timeline.list-timeline-red .list-timeline-item.active:before,
|
|
.list-timeline.list-timeline-red .list-timeline-item.show:before {
|
|
background: #BE3E1D;
|
|
}
|
|
|
|
.list-timeline.list-timeline-blue:before {
|
|
background: #00ADBB;
|
|
}
|
|
|
|
.list-timeline.list-timeline-blue .list-timeline-item:before {
|
|
border-color: #00ADBB;
|
|
}
|
|
|
|
.list-timeline.list-timeline-blue .list-timeline-item.active:before,
|
|
.list-timeline.list-timeline-blue .list-timeline-item.show:before {
|
|
background: #00ADBB;
|
|
}
|
|
|
|
.list-timeline.list-timeline-purple:before {
|
|
background: #b771b0;
|
|
}
|
|
|
|
.list-timeline.list-timeline-purple .list-timeline-item:before {
|
|
border-color: #b771b0;
|
|
}
|
|
|
|
.list-timeline.list-timeline-purple .list-timeline-item.active:before,
|
|
.list-timeline.list-timeline-purple .list-timeline-item.show:before {
|
|
background: #b771b0;
|
|
}
|
|
|
|
.list-timeline.list-timeline-pink:before {
|
|
background: #CC164D;
|
|
}
|
|
|
|
.list-timeline.list-timeline-pink .list-timeline-item:before {
|
|
border-color: #CC164D;
|
|
}
|
|
|
|
.list-timeline.list-timeline-pink .list-timeline-item.active:before,
|
|
.list-timeline.list-timeline-pink .list-timeline-item.show:before {
|
|
background: #CC164D;
|
|
}
|
|
|
|
.list-timeline.list-timeline-orange:before {
|
|
background: #e67e22;
|
|
}
|
|
|
|
.list-timeline.list-timeline-orange .list-timeline-item:before {
|
|
border-color: #e67e22;
|
|
}
|
|
|
|
.list-timeline.list-timeline-orange .list-timeline-item.active:before,
|
|
.list-timeline.list-timeline-orange .list-timeline-item.show:before {
|
|
background: #e67e22;
|
|
}
|
|
|
|
.list-timeline.list-timeline-lime:before {
|
|
background: #b1dc44;
|
|
}
|
|
|
|
.list-timeline.list-timeline-lime .list-timeline-item:before {
|
|
border-color: #b1dc44;
|
|
}
|
|
|
|
.list-timeline.list-timeline-lime .list-timeline-item.active:before,
|
|
.list-timeline.list-timeline-lime .list-timeline-item.show:before {
|
|
background: #b1dc44;
|
|
}
|
|
|
|
.list-timeline.list-timeline-blue-dark:before {
|
|
background: #34495e;
|
|
}
|
|
|
|
.list-timeline.list-timeline-blue-dark .list-timeline-item:before {
|
|
border-color: #34495e;
|
|
}
|
|
|
|
.list-timeline.list-timeline-blue-dark .list-timeline-item.active:before,
|
|
.list-timeline.list-timeline-blue-dark .list-timeline-item.show:before {
|
|
background: #34495e;
|
|
}
|
|
|
|
.list-timeline.list-timeline-red-dark:before {
|
|
background: #a10f2b;
|
|
}
|
|
|
|
.list-timeline.list-timeline-red-dark .list-timeline-item:before {
|
|
border-color: #a10f2b;
|
|
}
|
|
|
|
.list-timeline.list-timeline-red-dark .list-timeline-item.active:before,
|
|
.list-timeline.list-timeline-red-dark .list-timeline-item.show:before {
|
|
background: #a10f2b;
|
|
}
|
|
|
|
.list-timeline.list-timeline-brown:before {
|
|
background: #91633c;
|
|
}
|
|
|
|
.list-timeline.list-timeline-brown .list-timeline-item:before {
|
|
border-color: #91633c;
|
|
}
|
|
|
|
.list-timeline.list-timeline-brown .list-timeline-item.active:before,
|
|
.list-timeline.list-timeline-brown .list-timeline-item.show:before {
|
|
background: #91633c;
|
|
}
|
|
|
|
.list-timeline.list-timeline-cyan-dark:before {
|
|
background: #008b8b;
|
|
}
|
|
|
|
.list-timeline.list-timeline-cyan-dark .list-timeline-item:before {
|
|
border-color: #008b8b;
|
|
}
|
|
|
|
.list-timeline.list-timeline-cyan-dark .list-timeline-item.active:before,
|
|
.list-timeline.list-timeline-cyan-dark .list-timeline-item.show:before {
|
|
background: #008b8b;
|
|
}
|
|
|
|
.list-timeline.list-timeline-yellow:before {
|
|
background: #D4AC0D;
|
|
}
|
|
|
|
.list-timeline.list-timeline-yellow .list-timeline-item:before {
|
|
border-color: #D4AC0D;
|
|
}
|
|
|
|
.list-timeline.list-timeline-yellow .list-timeline-item.active:before,
|
|
.list-timeline.list-timeline-yellow .list-timeline-item.show:before {
|
|
background: #D4AC0D;
|
|
}
|
|
|
|
.list-timeline.list-timeline-slate:before {
|
|
background: #5D6D7E;
|
|
}
|
|
|
|
.list-timeline.list-timeline-slate .list-timeline-item:before {
|
|
border-color: #5D6D7E;
|
|
}
|
|
|
|
.list-timeline.list-timeline-slate .list-timeline-item.active:before,
|
|
.list-timeline.list-timeline-slate .list-timeline-item.show:before {
|
|
background: #5D6D7E;
|
|
}
|
|
|
|
.list-timeline.list-timeline-olive:before {
|
|
background: #808000;
|
|
}
|
|
|
|
.list-timeline.list-timeline-olive .list-timeline-item:before {
|
|
border-color: #808000;
|
|
}
|
|
|
|
.list-timeline.list-timeline-olive .list-timeline-item.active:before,
|
|
.list-timeline.list-timeline-olive .list-timeline-item.show:before {
|
|
background: #808000;
|
|
}
|
|
|
|
.list-timeline.list-timeline-teal:before {
|
|
background: #008080;
|
|
}
|
|
|
|
.list-timeline.list-timeline-teal .list-timeline-item:before {
|
|
border-color: #008080;
|
|
}
|
|
|
|
.list-timeline.list-timeline-teal .list-timeline-item.active:before,
|
|
.list-timeline.list-timeline-teal .list-timeline-item.show:before {
|
|
background: #008080;
|
|
}
|
|
|
|
.list-timeline.list-timeline-green-bright:before {
|
|
background: #2ECC71;
|
|
}
|
|
|
|
.list-timeline.list-timeline-green-bright .list-timeline-item:before {
|
|
border-color: #2ECC71;
|
|
}
|
|
|
|
.list-timeline.list-timeline-green-bright .list-timeline-item.active:before,
|
|
.list-timeline.list-timeline-green-bright .list-timeline-item.show:before {
|
|
background: #2ECC71;
|
|
}
|
|
|
|
.fa,
|
|
.fab,
|
|
.fal,
|
|
.far,
|
|
.fas,
|
|
.lnr,
|
|
.la,
|
|
[class^="ion-"] {
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.btn .fa,
|
|
.btn .fab,
|
|
.btn .fal,
|
|
.btn .far,
|
|
.btn .fas,
|
|
.btn .lnr,
|
|
.btn .la,
|
|
.btn [class^="ion-"] {
|
|
vertical-align: text-top;
|
|
}
|
|
|
|
.btn.btn-icon .fa,
|
|
.btn.btn-icon .fab,
|
|
.btn.btn-icon .fal,
|
|
.btn.btn-icon .far,
|
|
.btn.btn-icon .fas,
|
|
.btn.btn-icon .lnr,
|
|
.btn.btn-icon .la,
|
|
.btn.btn-icon [class^="ion-"] {
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.icon-sq {
|
|
width: 32px !important;
|
|
height: 32px !important;
|
|
min-width: 32px !important;
|
|
min-height: 32px !important;
|
|
text-align: center !important;
|
|
display: inline-block;
|
|
line-height: 32px !important;
|
|
}
|
|
|
|
.icon-sq:before {
|
|
line-height: 1 !important;
|
|
}
|
|
|
|
.icon-1x {
|
|
font-size: 24px !important;
|
|
}
|
|
|
|
.icon-1x.icon-sq {
|
|
width: 38px !important;
|
|
height: 38px !important;
|
|
min-width: 38px !important;
|
|
min-height: 38px !important;
|
|
text-align: center !important;
|
|
display: inline-block;
|
|
line-height: 38px !important;
|
|
}
|
|
|
|
.icon-1x.icon-sq:before {
|
|
line-height: 1 !important;
|
|
}
|
|
|
|
.icon-2x {
|
|
font-size: 2em !important;
|
|
}
|
|
|
|
.icon-2x.icon-sq {
|
|
width: 2.4em !important;
|
|
height: 2.4em !important;
|
|
min-width: 2.4em !important;
|
|
min-height: 2.4em !important;
|
|
text-align: center !important;
|
|
display: inline-block;
|
|
line-height: 2.4em !important;
|
|
}
|
|
|
|
.icon-2x.icon-sq:before {
|
|
line-height: 1 !important;
|
|
}
|
|
|
|
.icon-3x {
|
|
font-size: 3em !important;
|
|
}
|
|
|
|
.icon-3x.icon-sq {
|
|
width: 2.4em !important;
|
|
height: 2.4em !important;
|
|
min-width: 2.4em !important;
|
|
min-height: 2.4em !important;
|
|
text-align: center !important;
|
|
display: inline-block;
|
|
line-height: 2.4em !important;
|
|
}
|
|
|
|
.icon-3x.icon-sq:before {
|
|
line-height: 1 !important;
|
|
}
|
|
|
|
.icon-4x {
|
|
font-size: 4em !important;
|
|
}
|
|
|
|
.icon-4x.icon-sq {
|
|
width: 2.6em !important;
|
|
height: 2.6em !important;
|
|
min-width: 2.6em !important;
|
|
min-height: 2.6em !important;
|
|
text-align: center !important;
|
|
display: inline-block;
|
|
line-height: 2.6em !important;
|
|
}
|
|
|
|
.icon-4x.icon-sq:before {
|
|
line-height: 1 !important;
|
|
}
|
|
|
|
.icon-5x {
|
|
font-size: 5em !important;
|
|
}
|
|
|
|
.icon-5x.icon-sq {
|
|
width: 6em !important;
|
|
height: 6em !important;
|
|
min-width: 6em !important;
|
|
min-height: 6em !important;
|
|
text-align: center !important;
|
|
display: inline-block;
|
|
line-height: 6em !important;
|
|
}
|
|
|
|
.icon-5x.icon-sq:before {
|
|
line-height: 1 !important;
|
|
}
|
|
|
|
.icon-6x {
|
|
font-size: 6em !important;
|
|
}
|
|
|
|
.icon-6x.icon-sq {
|
|
width: 7.2em !important;
|
|
height: 7.2em !important;
|
|
min-width: 7.2em !important;
|
|
min-height: 7.2em !important;
|
|
text-align: center !important;
|
|
display: inline-block;
|
|
line-height: 7.2em !important;
|
|
}
|
|
|
|
.icon-6x.icon-sq:before {
|
|
line-height: 1 !important;
|
|
}
|
|
|
|
.icon-7x {
|
|
font-size: 7em !important;
|
|
}
|
|
|
|
.icon-7x.icon-sq {
|
|
width: 8.4em !important;
|
|
height: 8.4em !important;
|
|
min-width: 8.4em !important;
|
|
min-height: 8.4em !important;
|
|
text-align: center !important;
|
|
display: inline-block;
|
|
line-height: 8.4em !important;
|
|
}
|
|
|
|
.icon-7x.icon-sq:before {
|
|
line-height: 1 !important;
|
|
}
|
|
|
|
.icon-8x {
|
|
font-size: 8em !important;
|
|
}
|
|
|
|
.icon-8x.icon-sq {
|
|
width: 9.6em !important;
|
|
height: 9.6em !important;
|
|
min-width: 9.6em !important;
|
|
min-height: 9.6em !important;
|
|
text-align: center !important;
|
|
display: inline-block;
|
|
line-height: 9.6em !important;
|
|
}
|
|
|
|
.icon-8x.icon-sq:before {
|
|
line-height: 1 !important;
|
|
}
|
|
|
|
.icon-9x {
|
|
font-size: 9em !important;
|
|
}
|
|
|
|
.icon-9x.icon-sq {
|
|
width: 10.8em !important;
|
|
height: 10.8em !important;
|
|
min-width: 10.8em !important;
|
|
min-height: 10.8em !important;
|
|
text-align: center !important;
|
|
display: inline-block;
|
|
line-height: 10.8em !important;
|
|
}
|
|
|
|
.icon-9x.icon-sq:before {
|
|
line-height: 1 !important;
|
|
}
|
|
|
|
.icon-10x {
|
|
font-size: 10em !important;
|
|
}
|
|
|
|
.icon-10x.icon-sq {
|
|
width: 12em !important;
|
|
height: 12em !important;
|
|
min-width: 12em !important;
|
|
min-height: 12em !important;
|
|
text-align: center !important;
|
|
display: inline-block;
|
|
line-height: 12em !important;
|
|
}
|
|
|
|
.icon-10x.icon-sq:before {
|
|
line-height: 1 !important;
|
|
}
|
|
|
|
.icon-15x {
|
|
font-size: 15em !important;
|
|
}
|
|
|
|
.icon-15x.icon-sq {
|
|
width: 18em !important;
|
|
height: 18em !important;
|
|
min-width: 18em !important;
|
|
min-height: 18em !important;
|
|
text-align: center !important;
|
|
display: inline-block;
|
|
line-height: 18em !important;
|
|
}
|
|
|
|
.icon-15x.icon-sq:before {
|
|
line-height: 1 !important;
|
|
}
|
|
|
|
.icon-20x {
|
|
font-size: 20em !important;
|
|
}
|
|
|
|
.icon-20x.icon-sq {
|
|
width: 24em !important;
|
|
height: 24em !important;
|
|
min-width: 24em !important;
|
|
min-height: 24em !important;
|
|
text-align: center !important;
|
|
display: inline-block;
|
|
line-height: 24em !important;
|
|
}
|
|
|
|
.icon-20x.icon-sq:before {
|
|
line-height: 1 !important;
|
|
}
|
|
|
|
.icon-25x {
|
|
font-size: 25em !important;
|
|
}
|
|
|
|
.icon-25x.icon-sq {
|
|
width: 30em !important;
|
|
height: 30em !important;
|
|
min-width: 30em !important;
|
|
min-height: 30em !important;
|
|
text-align: center !important;
|
|
display: inline-block;
|
|
line-height: 30em !important;
|
|
}
|
|
|
|
.icon-25x.icon-sq:before {
|
|
line-height: 1 !important;
|
|
}
|
|
|
|
.icon-30x {
|
|
font-size: 30em !important;
|
|
}
|
|
|
|
.icon-30x.icon-sq {
|
|
width: 36em !important;
|
|
height: 36em !important;
|
|
min-width: 36em !important;
|
|
min-height: 36em !important;
|
|
text-align: center !important;
|
|
display: inline-block;
|
|
line-height: 36em !important;
|
|
}
|
|
|
|
.icon-30x.icon-sq:before {
|
|
line-height: 1 !important;
|
|
}
|
|
|
|
.icon-rotate-25 {
|
|
-webkit-transform: rotate(25deg);
|
|
transform: rotate(25deg);
|
|
}
|
|
|
|
.icon-rotate-45 {
|
|
-webkit-transform: rotate(45deg);
|
|
transform: rotate(45deg);
|
|
}
|
|
|
|
.icon-rotate-90 {
|
|
-webkit-transform: rotate(90deg);
|
|
transform: rotate(90deg);
|
|
}
|
|
|
|
.icon-rotate-180 {
|
|
-webkit-transform: rotate(180deg);
|
|
transform: rotate(180deg);
|
|
}
|
|
|
|
.icon-rotate-270 {
|
|
-webkit-transform: rotate(270deg);
|
|
transform: rotate(270deg);
|
|
}
|
|
|
|
.icon-flip-h {
|
|
-webkit-transform: scale(-1, 1);
|
|
transform: scale(-1, 1);
|
|
}
|
|
|
|
.icon-flip-v {
|
|
-webkit-transform: scale(1, -1);
|
|
transform: scale(1, -1);
|
|
}
|
|
|
|
.icon-bg {
|
|
position: absolute;
|
|
opacity: 0.5;
|
|
top: 3%;
|
|
left: 3%;
|
|
right: 3%;
|
|
}
|
|
|
|
.icon-bg.icon-bg-r {
|
|
left: auto;
|
|
right: 3%;
|
|
}
|
|
|
|
.icon-bg.icon-bg-b {
|
|
top: auto;
|
|
bottom: 3%;
|
|
}
|
|
|
|
.icon-bg.icon-bg-r-ol {
|
|
left: auto;
|
|
right: -3%;
|
|
}
|
|
|
|
.icon-bg.icon-bg-l-ol {
|
|
left: -3%;
|
|
right: auto;
|
|
}
|
|
|
|
.icon-bg.icon-bg-t-ol {
|
|
top: -3%;
|
|
bottom: 0;
|
|
}
|
|
|
|
.icon-bg.icon-bg-b-ol {
|
|
top: 0;
|
|
bottom: -3%;
|
|
}
|
|
|
|
.bg-video>* {
|
|
z-index: 1;
|
|
position: relative;
|
|
}
|
|
|
|
.bg-video-video {
|
|
z-index: 0 !important;
|
|
}
|
|
|
|
.bg-img,
|
|
.bg-img-cover {
|
|
background-size: cover;
|
|
}
|
|
|
|
.bg-img-contain {
|
|
background-size: contain !important;
|
|
}
|
|
|
|
.google-map {
|
|
position: relative;
|
|
display: block;
|
|
width: 100%;
|
|
padding: 0;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.google-map:before {
|
|
content: '';
|
|
display: block;
|
|
padding-top: 30%;
|
|
}
|
|
|
|
.google-map iframe {
|
|
position: absolute;
|
|
top: 0;
|
|
bottom: 0;
|
|
right: 0;
|
|
left: 0;
|
|
width: 100% !important;
|
|
height: 100% !important;
|
|
border: 0;
|
|
}
|
|
|
|
.code-block {
|
|
position: relative;
|
|
}
|
|
|
|
.code-block .btn-clipboard {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
background: #6c757d;
|
|
color: white;
|
|
padding: 0.2em;
|
|
font-size: 0.8em;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.code-block-link {
|
|
text-transform: uppercase;
|
|
font-size: 13px;
|
|
font-weight: 600;
|
|
}
|
|
|
|
.code-block-link:before {
|
|
font-family: 'Font Awesome 5 Free';
|
|
font-weight: 900;
|
|
font-style: normal;
|
|
speak: none;
|
|
display: inline-block;
|
|
content: "\f121";
|
|
padding-right: 5px;
|
|
}
|
|
|
|
.focus-box {
|
|
border-top: 1px solid #e3e3e3;
|
|
border-bottom: 5px solid #e3e3e3;
|
|
}
|
|
|
|
.stat {
|
|
font-size: 24px;
|
|
text-align: center;
|
|
color: #fff;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.stat .stat-header {
|
|
background: #55A79A;
|
|
background-image: radial-gradient(circle, #64b1a4, #4c968a);
|
|
background-repeat: no-repeat;
|
|
padding: 20px;
|
|
border-radius: 6px;
|
|
position: relative;
|
|
margin: 0 15px;
|
|
min-height: 40px;
|
|
line-height: 40px;
|
|
}
|
|
|
|
.stat .stat-header:after,
|
|
.stat .stat-header:before {
|
|
top: 100%;
|
|
border: solid transparent;
|
|
content: " ";
|
|
height: 0;
|
|
width: 0;
|
|
position: absolute;
|
|
pointer-events: none;
|
|
}
|
|
|
|
.stat .stat-header:after {
|
|
border-top-color: #55A79A;
|
|
border-width: 5px;
|
|
left: 50%;
|
|
margin-left: -5px;
|
|
}
|
|
|
|
.stat .stat-header:before {
|
|
border-top-color: rgba(0, 0, 0, 0.01);
|
|
border-width: 6px;
|
|
left: 50%;
|
|
margin-left: -6px;
|
|
}
|
|
|
|
.stat small {
|
|
text-shadow: none;
|
|
font-size: 12px;
|
|
display: block;
|
|
color: #494949;
|
|
color: rgba(27, 27, 27, 0.8);
|
|
margin: 10px 0 0 0;
|
|
text-transform: uppercase;
|
|
}
|
|
|
|
.browser-mockup {
|
|
border-top: 2em solid rgba(230, 230, 230, 0.99);
|
|
-webkit-box-shadow: 0 0.1em 1em 0 rgba(0, 0, 0, 0.4);
|
|
box-shadow: 0 0.1em 1em 0 rgba(0, 0, 0, 0.4);
|
|
position: relative;
|
|
border-radius: 3px 3px 0 0;
|
|
}
|
|
|
|
.browser-mockup:before {
|
|
display: block;
|
|
position: absolute;
|
|
content: '';
|
|
top: -1.25em;
|
|
left: 1em;
|
|
width: 0.5em;
|
|
height: 0.5em;
|
|
border-radius: 50%;
|
|
background-color: #f44;
|
|
-webkit-box-shadow: 0 0 0 2px #f44, 1.5em 0 0 2px #9b3, 3em 0 0 2px #fb5;
|
|
box-shadow: 0 0 0 2px #f44, 1.5em 0 0 2px #9b3, 3em 0 0 2px #fb5;
|
|
}
|
|
|
|
.card-effect {
|
|
position: relative;
|
|
margin: 0;
|
|
}
|
|
|
|
.card-effect .card-front {
|
|
position: relative;
|
|
display: block;
|
|
}
|
|
|
|
.card-effect .card-back {
|
|
position: absolute;
|
|
height: 100%;
|
|
top: 0;
|
|
left: 0;
|
|
}
|
|
|
|
.card-effect.card-effect-3d-over .card-back {
|
|
height: 100%;
|
|
width: 100%;
|
|
opacity: 0;
|
|
-webkit-backface-visibility: hidden;
|
|
backface-visibility: hidden;
|
|
-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
|
|
-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
|
|
transition: opacity 0.3s, -webkit-transform 0.3s;
|
|
transition: transform 0.3s, opacity 0.3s;
|
|
transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
|
|
}
|
|
|
|
.card-effect.card-effect-3d-over:hover .card-back,
|
|
.card-effect.card-effect-3d-over.card-hover .card-back {
|
|
opacity: 1;
|
|
-webkit-transform: translate(10px, 10px);
|
|
transform: translate(10px, 10px);
|
|
z-index: 5;
|
|
}
|
|
|
|
.card-effect.card-effect-front-to-back .card-front,
|
|
.card-effect.card-effect-back-reveal .card-front {
|
|
z-index: 10;
|
|
-webkit-backface-visibility: hidden;
|
|
backface-visibility: hidden;
|
|
-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
|
|
-webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
|
|
transition: opacity 0.4s, -webkit-transform 0.4s;
|
|
transition: transform 0.4s, opacity 0.4s;
|
|
transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
|
|
}
|
|
|
|
.card-effect.card-effect-front-to-back .card-back,
|
|
.card-effect.card-effect-back-reveal .card-back {
|
|
height: 100%;
|
|
width: 100%;
|
|
opacity: 0;
|
|
-webkit-transform: scale(0.7);
|
|
transform: scale(0.7);
|
|
-webkit-backface-visibility: hidden;
|
|
backface-visibility: hidden;
|
|
-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
|
|
-webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
|
|
transition: opacity 0.4s, -webkit-transform 0.4s;
|
|
transition: transform 0.4s, opacity 0.4s;
|
|
transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
|
|
}
|
|
|
|
.card-effect.card-effect-front-to-back:hover .card-front,
|
|
.card-effect.card-effect-front-to-back.card-hover .card-front,
|
|
.card-effect.card-effect-back-reveal:hover .card-front,
|
|
.card-effect.card-effect-back-reveal.card-hover .card-front {
|
|
-webkit-transform: scale(0.1);
|
|
transform: scale(0.1);
|
|
opacity: 0;
|
|
}
|
|
|
|
.card-effect.card-effect-front-to-back:hover .card-back,
|
|
.card-effect.card-effect-front-to-back.card-hover .card-back,
|
|
.card-effect.card-effect-back-reveal:hover .card-back,
|
|
.card-effect.card-effect-back-reveal.card-hover .card-back {
|
|
-webkit-transform: scale(1);
|
|
transform: scale(1);
|
|
opacity: 1;
|
|
}
|
|
|
|
.card-effect.card-effect-back-reveal .card-back {
|
|
-webkit-transform: scale(1);
|
|
transform: scale(1);
|
|
opacity: 1;
|
|
}
|
|
|
|
.card-effect.card-effect-push-up,
|
|
.card-effect.card-effect-push-up-half {
|
|
overflow: hidden;
|
|
}
|
|
|
|
.card-effect.card-effect-push-up .card-front,
|
|
.card-effect.card-effect-push-up-half .card-front {
|
|
-webkit-transition: -webkit-transform 0.4s;
|
|
transition: -webkit-transform 0.4s;
|
|
transition: transform 0.4s;
|
|
transition: transform 0.4s, -webkit-transform 0.4s;
|
|
}
|
|
|
|
.card-effect.card-effect-push-up .card-back,
|
|
.card-effect.card-effect-push-up-half .card-back {
|
|
height: 100%;
|
|
width: 100%;
|
|
top: auto;
|
|
bottom: 0;
|
|
opacity: 0;
|
|
-webkit-transform: translateY(100%);
|
|
transform: translateY(100%);
|
|
-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
|
|
-webkit-transition: opacity 0.1s 0.3s, -webkit-transform 0.4s;
|
|
transition: opacity 0.1s 0.3s, -webkit-transform 0.4s;
|
|
transition: transform 0.4s, opacity 0.1s 0.3s;
|
|
transition: transform 0.4s, opacity 0.1s 0.3s, -webkit-transform 0.4s;
|
|
}
|
|
|
|
.card-effect.card-effect-push-up:hover .card-front,
|
|
.card-effect.card-effect-push-up.card-hover .card-front,
|
|
.card-effect.card-effect-push-up-half:hover .card-front,
|
|
.card-effect.card-effect-push-up-half.card-hover .card-front {
|
|
-webkit-transform: translateY(-100%);
|
|
transform: translateY(-100%);
|
|
}
|
|
|
|
.card-effect.card-effect-push-up:hover .card-back,
|
|
.card-effect.card-effect-push-up.card-hover .card-back,
|
|
.card-effect.card-effect-push-up-half:hover .card-back,
|
|
.card-effect.card-effect-push-up-half.card-hover .card-back {
|
|
opacity: 1;
|
|
-webkit-transform: translateY(0px);
|
|
transform: translateY(0px);
|
|
-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
|
|
-webkit-transition: opacity 0.1s, -webkit-transform 0.4s;
|
|
transition: opacity 0.1s, -webkit-transform 0.4s;
|
|
transition: transform 0.4s, opacity 0.1s;
|
|
transition: transform 0.4s, opacity 0.1s, -webkit-transform 0.4s;
|
|
}
|
|
|
|
.card-effect.card-effect-push-up-half .card-back {
|
|
height: 50%;
|
|
}
|
|
|
|
.card-effect.card-effect-push-up-half:hover .card-front,
|
|
.card-effect.card-effect-push-up-half.card-hover .card-front {
|
|
-webkit-transform: translateY(-50%);
|
|
transform: translateY(-50%);
|
|
}
|
|
|
|
.card-grow {
|
|
-webkit-transition: all ease 0.2s;
|
|
transition: all ease 0.2s;
|
|
}
|
|
|
|
.card-grow:hover,
|
|
.card-grow.hover {
|
|
-webkit-transform: scale(1.03);
|
|
transform: scale(1.03);
|
|
}
|
|
|
|
.social-media-branding a.social-link {
|
|
display: inline-block;
|
|
margin-right: 5px;
|
|
-webkit-transition: all 0.2s ease-in;
|
|
transition: all 0.2s ease-in;
|
|
}
|
|
|
|
.social-media-branding .fa {
|
|
font-size: 36px;
|
|
}
|
|
|
|
.social-media-branding.social-media-branding-sm a.social-link {
|
|
margin-right: 2px;
|
|
}
|
|
|
|
.social-media-branding.social-media-branding-sm .fa {
|
|
font-size: 26px;
|
|
}
|
|
|
|
.social-media-branding.social-media-branding-xs a.social-link {
|
|
margin-right: 0;
|
|
}
|
|
|
|
.social-media-branding.social-media-branding-xs .fa {
|
|
font-size: 20px;
|
|
}
|
|
|
|
.branding-twitter {
|
|
color: #464646;
|
|
}
|
|
|
|
.branding-twitter:hover {
|
|
color: #00aced;
|
|
}
|
|
|
|
.branding-facebook {
|
|
color: #464646;
|
|
}
|
|
|
|
.branding-facebook:hover {
|
|
color: #3b5998;
|
|
}
|
|
|
|
.branding-linkedin {
|
|
color: #464646;
|
|
}
|
|
|
|
.branding-linkedin:hover {
|
|
color: #007bb6;
|
|
}
|
|
|
|
.branding-google-plus {
|
|
color: #464646;
|
|
}
|
|
|
|
.branding-google-plus:hover {
|
|
color: #dd4b39;
|
|
}
|
|
|
|
.btn.branding-twitter {
|
|
color: white;
|
|
}
|
|
|
|
.btn.branding-twitter:hover {
|
|
background-color: #00aced;
|
|
}
|
|
|
|
.btn.branding-facebook {
|
|
color: white;
|
|
}
|
|
|
|
.btn.branding-facebook:hover {
|
|
background-color: #3b5998;
|
|
}
|
|
|
|
.btn.branding-linkedin {
|
|
color: white;
|
|
}
|
|
|
|
.btn.branding-linkedin:hover {
|
|
background-color: #007bb6;
|
|
}
|
|
|
|
.btn.branding-google-plus {
|
|
color: white;
|
|
}
|
|
|
|
.btn.branding-google-plus:hover {
|
|
background-color: #dd4b39;
|
|
}
|
|
|
|
.bg-brand-facebook {
|
|
background-color: #3b5998 !important;
|
|
}
|
|
|
|
.bg-hover-brand-facebook:hover,
|
|
a.bg-hover-brand-facebook:hover,
|
|
a.bg-hover-brand-facebook:focus {
|
|
background-color: #3b5998 !important;
|
|
}
|
|
|
|
.text-brand-facebook {
|
|
color: #3b5998 !important;
|
|
}
|
|
|
|
.text-hover-brand-facebook:hover,
|
|
a.text-hover-brand-facebook:hover,
|
|
a.text-hover-brand-facebook:focus {
|
|
color: #3b5998 !important;
|
|
}
|
|
|
|
a:hover.bg-brand-facebook,
|
|
a:hover.text-brand-facebook {
|
|
opacity: 0.9;
|
|
}
|
|
|
|
.bg-brand-twitter {
|
|
background-color: #00aced !important;
|
|
}
|
|
|
|
.bg-hover-brand-twitter:hover,
|
|
a.bg-hover-brand-twitter:hover,
|
|
a.bg-hover-brand-twitter:focus {
|
|
background-color: #00aced !important;
|
|
}
|
|
|
|
.text-brand-twitter {
|
|
color: #00aced !important;
|
|
}
|
|
|
|
.text-hover-brand-twitter:hover,
|
|
a.text-hover-brand-twitter:hover,
|
|
a.text-hover-brand-twitter:focus {
|
|
color: #00aced !important;
|
|
}
|
|
|
|
a:hover.bg-brand-twitter,
|
|
a:hover.text-brand-twitter {
|
|
opacity: 0.9;
|
|
}
|
|
|
|
.bg-brand-google {
|
|
background-color: #dd4b39 !important;
|
|
}
|
|
|
|
.bg-hover-brand-google:hover,
|
|
a.bg-hover-brand-google:hover,
|
|
a.bg-hover-brand-google:focus {
|
|
background-color: #dd4b39 !important;
|
|
}
|
|
|
|
.text-brand-google {
|
|
color: #dd4b39 !important;
|
|
}
|
|
|
|
.text-hover-brand-google:hover,
|
|
a.text-hover-brand-google:hover,
|
|
a.text-hover-brand-google:focus {
|
|
color: #dd4b39 !important;
|
|
}
|
|
|
|
a:hover.bg-brand-google,
|
|
a:hover.text-brand-google {
|
|
opacity: 0.9;
|
|
}
|
|
|
|
.bg-brand-google-plus {
|
|
background-color: #dd4b39 !important;
|
|
}
|
|
|
|
.bg-hover-brand-google-plus:hover,
|
|
a.bg-hover-brand-google-plus:hover,
|
|
a.bg-hover-brand-google-plus:focus {
|
|
background-color: #dd4b39 !important;
|
|
}
|
|
|
|
.text-brand-google-plus {
|
|
color: #dd4b39 !important;
|
|
}
|
|
|
|
.text-hover-brand-google-plus:hover,
|
|
a.text-hover-brand-google-plus:hover,
|
|
a.text-hover-brand-google-plus:focus {
|
|
color: #dd4b39 !important;
|
|
}
|
|
|
|
a:hover.bg-brand-google-plus,
|
|
a:hover.text-brand-google-plus {
|
|
opacity: 0.9;
|
|
}
|
|
|
|
.bg-brand-linkedin {
|
|
background-color: #007bb6 !important;
|
|
}
|
|
|
|
.bg-hover-brand-linkedin:hover,
|
|
a.bg-hover-brand-linkedin:hover,
|
|
a.bg-hover-brand-linkedin:focus {
|
|
background-color: #007bb6 !important;
|
|
}
|
|
|
|
.text-brand-linkedin {
|
|
color: #007bb6 !important;
|
|
}
|
|
|
|
.text-hover-brand-linkedin:hover,
|
|
a.text-hover-brand-linkedin:hover,
|
|
a.text-hover-brand-linkedin:focus {
|
|
color: #007bb6 !important;
|
|
}
|
|
|
|
a:hover.bg-brand-linkedin,
|
|
a:hover.text-brand-linkedin {
|
|
opacity: 0.9;
|
|
}
|
|
|
|
.bg-brand-youtube {
|
|
background-color: #bb0000 !important;
|
|
}
|
|
|
|
.bg-hover-brand-youtube:hover,
|
|
a.bg-hover-brand-youtube:hover,
|
|
a.bg-hover-brand-youtube:focus {
|
|
background-color: #bb0000 !important;
|
|
}
|
|
|
|
.text-brand-youtube {
|
|
color: #bb0000 !important;
|
|
}
|
|
|
|
.text-hover-brand-youtube:hover,
|
|
a.text-hover-brand-youtube:hover,
|
|
a.text-hover-brand-youtube:focus {
|
|
color: #bb0000 !important;
|
|
}
|
|
|
|
a:hover.bg-brand-youtube,
|
|
a:hover.text-brand-youtube {
|
|
opacity: 0.9;
|
|
}
|
|
|
|
.bg-brand-instagram {
|
|
background-color: #517fa4 !important;
|
|
}
|
|
|
|
.bg-hover-brand-instagram:hover,
|
|
a.bg-hover-brand-instagram:hover,
|
|
a.bg-hover-brand-instagram:focus {
|
|
background-color: #517fa4 !important;
|
|
}
|
|
|
|
.text-brand-instagram {
|
|
color: #517fa4 !important;
|
|
}
|
|
|
|
.text-hover-brand-instagram:hover,
|
|
a.text-hover-brand-instagram:hover,
|
|
a.text-hover-brand-instagram:focus {
|
|
color: #517fa4 !important;
|
|
}
|
|
|
|
a:hover.bg-brand-instagram,
|
|
a:hover.text-brand-instagram {
|
|
opacity: 0.9;
|
|
}
|
|
|
|
.bg-brand-pinterest {
|
|
background-color: #cb2027 !important;
|
|
}
|
|
|
|
.bg-hover-brand-pinterest:hover,
|
|
a.bg-hover-brand-pinterest:hover,
|
|
a.bg-hover-brand-pinterest:focus {
|
|
background-color: #cb2027 !important;
|
|
}
|
|
|
|
.text-brand-pinterest {
|
|
color: #cb2027 !important;
|
|
}
|
|
|
|
.text-hover-brand-pinterest:hover,
|
|
a.text-hover-brand-pinterest:hover,
|
|
a.text-hover-brand-pinterest:focus {
|
|
color: #cb2027 !important;
|
|
}
|
|
|
|
a:hover.bg-brand-pinterest,
|
|
a:hover.text-brand-pinterest {
|
|
opacity: 0.9;
|
|
}
|
|
|
|
.bg-brand-flickr {
|
|
background-color: #ff0084 !important;
|
|
}
|
|
|
|
.bg-hover-brand-flickr:hover,
|
|
a.bg-hover-brand-flickr:hover,
|
|
a.bg-hover-brand-flickr:focus {
|
|
background-color: #ff0084 !important;
|
|
}
|
|
|
|
.text-brand-flickr {
|
|
color: #ff0084 !important;
|
|
}
|
|
|
|
.text-hover-brand-flickr:hover,
|
|
a.text-hover-brand-flickr:hover,
|
|
a.text-hover-brand-flickr:focus {
|
|
color: #ff0084 !important;
|
|
}
|
|
|
|
a:hover.bg-brand-flickr,
|
|
a:hover.text-brand-flickr {
|
|
opacity: 0.9;
|
|
}
|
|
|
|
.bg-brand-tumblr {
|
|
background-color: #32506d !important;
|
|
}
|
|
|
|
.bg-hover-brand-tumblr:hover,
|
|
a.bg-hover-brand-tumblr:hover,
|
|
a.bg-hover-brand-tumblr:focus {
|
|
background-color: #32506d !important;
|
|
}
|
|
|
|
.text-brand-tumblr {
|
|
color: #32506d !important;
|
|
}
|
|
|
|
.text-hover-brand-tumblr:hover,
|
|
a.text-hover-brand-tumblr:hover,
|
|
a.text-hover-brand-tumblr:focus {
|
|
color: #32506d !important;
|
|
}
|
|
|
|
a:hover.bg-brand-tumblr,
|
|
a:hover.text-brand-tumblr {
|
|
opacity: 0.9;
|
|
}
|
|
|
|
.bg-brand-foursquare {
|
|
background-color: #0072b1 !important;
|
|
}
|
|
|
|
.bg-hover-brand-foursquare:hover,
|
|
a.bg-hover-brand-foursquare:hover,
|
|
a.bg-hover-brand-foursquare:focus {
|
|
background-color: #0072b1 !important;
|
|
}
|
|
|
|
.text-brand-foursquare {
|
|
color: #0072b1 !important;
|
|
}
|
|
|
|
.text-hover-brand-foursquare:hover,
|
|
a.text-hover-brand-foursquare:hover,
|
|
a.text-hover-brand-foursquare:focus {
|
|
color: #0072b1 !important;
|
|
}
|
|
|
|
a:hover.bg-brand-foursquare,
|
|
a:hover.text-brand-foursquare {
|
|
opacity: 0.9;
|
|
}
|
|
|
|
.bg-brand-dribbble {
|
|
background-color: #ea4c89 !important;
|
|
}
|
|
|
|
.bg-hover-brand-dribbble:hover,
|
|
a.bg-hover-brand-dribbble:hover,
|
|
a.bg-hover-brand-dribbble:focus {
|
|
background-color: #ea4c89 !important;
|
|
}
|
|
|
|
.text-brand-dribbble {
|
|
color: #ea4c89 !important;
|
|
}
|
|
|
|
.text-hover-brand-dribbble:hover,
|
|
a.text-hover-brand-dribbble:hover,
|
|
a.text-hover-brand-dribbble:focus {
|
|
color: #ea4c89 !important;
|
|
}
|
|
|
|
a:hover.bg-brand-dribbble,
|
|
a:hover.text-brand-dribbble {
|
|
opacity: 0.9;
|
|
}
|
|
|
|
.bg-brand-vine {
|
|
background-color: #00bf8f !important;
|
|
}
|
|
|
|
.bg-hover-brand-vine:hover,
|
|
a.bg-hover-brand-vine:hover,
|
|
a.bg-hover-brand-vine:focus {
|
|
background-color: #00bf8f !important;
|
|
}
|
|
|
|
.text-brand-vine {
|
|
color: #00bf8f !important;
|
|
}
|
|
|
|
.text-hover-brand-vine:hover,
|
|
a.text-hover-brand-vine:hover,
|
|
a.text-hover-brand-vine:focus {
|
|
color: #00bf8f !important;
|
|
}
|
|
|
|
a:hover.bg-brand-vine,
|
|
a:hover.text-brand-vine {
|
|
opacity: 0.9;
|
|
}
|
|
|
|
.bg-brand-behance {
|
|
background-color: #1769FF !important;
|
|
}
|
|
|
|
.bg-hover-brand-behance:hover,
|
|
a.bg-hover-brand-behance:hover,
|
|
a.bg-hover-brand-behance:focus {
|
|
background-color: #1769FF !important;
|
|
}
|
|
|
|
.text-brand-behance {
|
|
color: #1769FF !important;
|
|
}
|
|
|
|
.text-hover-brand-behance:hover,
|
|
a.text-hover-brand-behance:hover,
|
|
a.text-hover-brand-behance:focus {
|
|
color: #1769FF !important;
|
|
}
|
|
|
|
a:hover.bg-brand-behance,
|
|
a:hover.text-brand-behance {
|
|
opacity: 0.9;
|
|
}
|
|
|
|
.bg-brand-github {
|
|
background-color: #171516 !important;
|
|
}
|
|
|
|
.bg-hover-brand-github:hover,
|
|
a.bg-hover-brand-github:hover,
|
|
a.bg-hover-brand-github:focus {
|
|
background-color: #171516 !important;
|
|
}
|
|
|
|
.text-brand-github {
|
|
color: #171516 !important;
|
|
}
|
|
|
|
.text-hover-brand-github:hover,
|
|
a.text-hover-brand-github:hover,
|
|
a.text-hover-brand-github:focus {
|
|
color: #171516 !important;
|
|
}
|
|
|
|
a:hover.bg-brand-github,
|
|
a:hover.text-brand-github {
|
|
opacity: 0.9;
|
|
}
|
|
|
|
.bg-brand-skype {
|
|
background-color: #00AFF0 !important;
|
|
}
|
|
|
|
.bg-hover-brand-skype:hover,
|
|
a.bg-hover-brand-skype:hover,
|
|
a.bg-hover-brand-skype:focus {
|
|
background-color: #00AFF0 !important;
|
|
}
|
|
|
|
.text-brand-skype {
|
|
color: #00AFF0 !important;
|
|
}
|
|
|
|
.text-hover-brand-skype:hover,
|
|
a.text-hover-brand-skype:hover,
|
|
a.text-hover-brand-skype:focus {
|
|
color: #00AFF0 !important;
|
|
}
|
|
|
|
a:hover.bg-brand-skype,
|
|
a:hover.text-brand-skype {
|
|
opacity: 0.9;
|
|
}
|
|
|
|
.bg-brand-snapchat {
|
|
background-color: #FFFA37 !important;
|
|
}
|
|
|
|
.bg-hover-brand-snapchat:hover,
|
|
a.bg-hover-brand-snapchat:hover,
|
|
a.bg-hover-brand-snapchat:focus {
|
|
background-color: #FFFA37 !important;
|
|
}
|
|
|
|
.text-brand-snapchat {
|
|
color: #FFFA37 !important;
|
|
}
|
|
|
|
.text-hover-brand-snapchat:hover,
|
|
a.text-hover-brand-snapchat:hover,
|
|
a.text-hover-brand-snapchat:focus {
|
|
color: #FFFA37 !important;
|
|
}
|
|
|
|
a:hover.bg-brand-snapchat,
|
|
a:hover.text-brand-snapchat {
|
|
opacity: 0.9;
|
|
}
|
|
|
|
.bg-brand-whatsapp {
|
|
background-color: #64D448 !important;
|
|
}
|
|
|
|
.bg-hover-brand-whatsapp:hover,
|
|
a.bg-hover-brand-whatsapp:hover,
|
|
a.bg-hover-brand-whatsapp:focus {
|
|
background-color: #64D448 !important;
|
|
}
|
|
|
|
.text-brand-whatsapp {
|
|
color: #64D448 !important;
|
|
}
|
|
|
|
.text-hover-brand-whatsapp:hover,
|
|
a.text-hover-brand-whatsapp:hover,
|
|
a.text-hover-brand-whatsapp:focus {
|
|
color: #64D448 !important;
|
|
}
|
|
|
|
a:hover.bg-brand-whatsapp,
|
|
a:hover.text-brand-whatsapp {
|
|
opacity: 0.9;
|
|
}
|
|
|
|
.price-banner {
|
|
margin: 0;
|
|
padding: 20px 1.25rem;
|
|
text-shadow: none;
|
|
color: #55A79A;
|
|
display: block;
|
|
background: #fff;
|
|
font-size: 16px;
|
|
line-height: 1;
|
|
min-height: 70px;
|
|
}
|
|
|
|
.price-banner .price-digits {
|
|
font-size: 32px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.price-banner.price-banner-sm {
|
|
min-height: 0;
|
|
padding-top: 10px;
|
|
padding-bottom: 10px;
|
|
}
|
|
|
|
.pricing-table .card-title {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.pricing-table .card-header {
|
|
height: 90px;
|
|
background: white;
|
|
}
|
|
|
|
.pricing-table .card-footer {
|
|
background: white;
|
|
}
|
|
|
|
@media (min-width: 576px) {
|
|
.pricing-table .card-offset-y {
|
|
position: relative;
|
|
z-index: 1;
|
|
margin-top: -10px;
|
|
}
|
|
.pricing-table .card-offset-y .card-header {
|
|
height: 100px;
|
|
}
|
|
.pricing-table .card-offset-y .card-footer {
|
|
padding-top: 22px;
|
|
}
|
|
.pricing-table .card-offset-y .card-title {
|
|
margin-top: 10px;
|
|
position: relative;
|
|
}
|
|
}
|
|
|
|
.pricing-table .card-header-hidden {
|
|
margin-top: 90px;
|
|
display: block;
|
|
}
|
|
|
|
.pricing-table .card-header-hidden .card-header {
|
|
display: none;
|
|
}
|
|
|
|
.pricing-table .price-banner .price-digits {
|
|
font-size: 22px;
|
|
}
|
|
|
|
.pricing-table .list-group-item {
|
|
height: 50px;
|
|
display: block;
|
|
}
|
|
|
|
.page-title {
|
|
margin: 0;
|
|
}
|
|
|
|
.page-title small {
|
|
color: rgba(51, 51, 51, 0.5);
|
|
color: rgba(51, 51, 51, 0.5);
|
|
}
|
|
|
|
.title-divider {
|
|
text-align: left;
|
|
margin-bottom: 1em;
|
|
background: url(../img/bg_divider.png) left center repeat-x;
|
|
padding: 0;
|
|
}
|
|
|
|
.title-divider span {
|
|
background: #fff;
|
|
padding-right: 0.5em;
|
|
}
|
|
|
|
.title-divider small {
|
|
display: block;
|
|
color: rgba(51, 51, 51, 0.6);
|
|
margin-top: 5px;
|
|
}
|
|
|
|
.bg-light .title-divider span {
|
|
background: #f8f9fa;
|
|
}
|
|
|
|
.bg-grey .title-divider span {
|
|
background: #e9ecef;
|
|
}
|
|
|
|
.bg-grey-dark .title-divider span {
|
|
background: #495057;
|
|
}
|
|
|
|
.bg-primary .title-divider span {
|
|
background: #55A79A;
|
|
}
|
|
|
|
.bg-primary-dark .title-divider span {
|
|
background: #33635c;
|
|
}
|
|
|
|
.bg-primary-faded .title-divider span {
|
|
background: rgba(85, 167, 154, 0.3);
|
|
}
|
|
|
|
.bg-info .title-divider span {
|
|
background: #17a2b8;
|
|
}
|
|
|
|
.bg-success .title-divider span {
|
|
background: #28a745;
|
|
}
|
|
|
|
.bg-warning .title-divider span {
|
|
background: #ffc107;
|
|
}
|
|
|
|
.bg-danger .title-divider span {
|
|
background: #dc3545;
|
|
}
|
|
|
|
.bg-dark .title-divider span {
|
|
background: #343a40;
|
|
}
|
|
|
|
.bg-secondary .title-divider span {
|
|
background: #6c757d;
|
|
}
|
|
|
|
.bg-black .title-divider span {
|
|
background: #000;
|
|
}
|
|
|
|
.bg-white .title-divider span {
|
|
background: #fff;
|
|
}
|
|
|
|
.countdown-cards {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-pack: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.countdown-cards .count {
|
|
text-align: center;
|
|
display: block;
|
|
padding: 1.5em;
|
|
margin: 2px;
|
|
border-radius: 0.2rem;
|
|
-webkit-box-flex: 1;
|
|
-ms-flex: 1;
|
|
flex: 1;
|
|
width: 100%;
|
|
}
|
|
|
|
[data-toggle="collapse"].collapsing {
|
|
height: auto;
|
|
}
|
|
|
|
.overflow-x {
|
|
overflow-x: auto !important;
|
|
}
|
|
|
|
.overflow-y {
|
|
overflow-y: auto !important;
|
|
}
|
|
|
|
.overflow-visible {
|
|
overflow: visible !important;
|
|
}
|
|
|
|
.overflow-hidden {
|
|
overflow: hidden !important;
|
|
}
|
|
|
|
[data-toggle="scrollbar"] {
|
|
-ms-flex-wrap: nowrap !important;
|
|
flex-wrap: nowrap !important;
|
|
}
|
|
|
|
.page-boxed #header,
|
|
.page-boxed #highlighted,
|
|
.page-boxed #content,
|
|
.page-boxed #content-below,
|
|
.page-boxed #footer {
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
|
|
.page-boxed #header,
|
|
.page-boxed #content {
|
|
background-color: white;
|
|
}
|
|
|
|
@media (min-width: 576px) {
|
|
.page-boxed #header,
|
|
.page-boxed #highlighted,
|
|
.page-boxed #content,
|
|
.page-boxed #content-below,
|
|
.page-boxed #footer {
|
|
max-width: 760px;
|
|
border-left: 1px solid #ccc;
|
|
border-right: 1px solid #ccc;
|
|
}
|
|
.page-boxed #footer {
|
|
border-left-color: #333;
|
|
border-right-color: #333;
|
|
}
|
|
}
|
|
|
|
@media (min-width: 768px) {
|
|
.page-boxed #header,
|
|
.page-boxed #highlighted,
|
|
.page-boxed #content,
|
|
.page-boxed #content-below,
|
|
.page-boxed #footer {
|
|
max-width: 1000px;
|
|
}
|
|
}
|
|
|
|
@media (min-width: 992px) {
|
|
.page-boxed #header,
|
|
.page-boxed #highlighted,
|
|
.page-boxed #content,
|
|
.page-boxed #content-below,
|
|
.page-boxed #footer {
|
|
max-width: 1180px;
|
|
}
|
|
}
|
|
|
|
.colour-switcher {
|
|
position: fixed !important;
|
|
width: 180px;
|
|
left: -180px;
|
|
top: 120px;
|
|
background: white;
|
|
padding: 15px;
|
|
-webkit-transition: all 0.3s ease;
|
|
transition: all 0.3s ease;
|
|
border: 2px solid #E6E6E6;
|
|
border-radius: 0 0 3px 0;
|
|
z-index: 1039;
|
|
}
|
|
|
|
@media (max-width: 767.98px) {
|
|
.colour-switcher {
|
|
top: 50%;
|
|
}
|
|
}
|
|
|
|
.colour-switcher.show {
|
|
left: 0;
|
|
}
|
|
|
|
.colour-switcher small {
|
|
font-size: 12px;
|
|
line-height: 12px;
|
|
}
|
|
|
|
.colour-switcher .colour-switcher-toggle {
|
|
display: block;
|
|
width: 40px;
|
|
height: 40px;
|
|
line-height: 38px;
|
|
text-align: center;
|
|
font-size: 20px;
|
|
background: white;
|
|
border-radius: 0 3px 3px 0;
|
|
border: 2px solid #E6E6E6;
|
|
border-left: none;
|
|
position: absolute;
|
|
top: -2px;
|
|
right: -40px;
|
|
color: rgba(27, 27, 27, 0.8);
|
|
}
|
|
|
|
.colour-switcher .colour-switcher-toggle:hover,
|
|
.colour-switcher .colour-switcher-toggle:active,
|
|
.colour-switcher .colour-switcher-toggle.active {
|
|
color: #1b1b1b;
|
|
}
|
|
|
|
.theme-colours {
|
|
text-align: center;
|
|
}
|
|
|
|
.theme-colours a {
|
|
text-indent: -10000px;
|
|
display: inline-block;
|
|
width: 32px;
|
|
height: 32px;
|
|
border: 3px solid #cccccc;
|
|
border: 3px solid rgba(255, 255, 255, 0.5);
|
|
margin: 2px;
|
|
}
|
|
|
|
.theme-colours a:hover,
|
|
.theme-colours a.active {
|
|
border: 3px solid rgba(27, 27, 27, 0.8);
|
|
}
|
|
|
|
.theme-colours a.green {
|
|
background-color: #55A79A;
|
|
border: 3px solid white;
|
|
}
|
|
|
|
.theme-colours a.green.active,
|
|
.theme-colours a.green:hover,
|
|
.theme-colours a.green:focus {
|
|
border: 3px solid #98cac2;
|
|
}
|
|
|
|
.theme-colours a.red {
|
|
background-color: #BE3E1D;
|
|
border: 3px solid white;
|
|
}
|
|
|
|
.theme-colours a.red.active,
|
|
.theme-colours a.red:hover,
|
|
.theme-colours a.red:focus {
|
|
border: 3px solid #e6785b;
|
|
}
|
|
|
|
.theme-colours a.blue {
|
|
background-color: #00ADBB;
|
|
border: 3px solid white;
|
|
}
|
|
|
|
.theme-colours a.blue.active,
|
|
.theme-colours a.blue:hover,
|
|
.theme-colours a.blue:focus {
|
|
border: 3px solid #22eeff;
|
|
}
|
|
|
|
.theme-colours a.purple {
|
|
background-color: #b771b0;
|
|
border: 3px solid white;
|
|
}
|
|
|
|
.theme-colours a.purple.active,
|
|
.theme-colours a.purple:hover,
|
|
.theme-colours a.purple:focus {
|
|
border: 3px solid #d9b5d6;
|
|
}
|
|
|
|
.theme-colours a.pink {
|
|
background-color: #CC164D;
|
|
border: 3px solid white;
|
|
}
|
|
|
|
.theme-colours a.pink.active,
|
|
.theme-colours a.pink:hover,
|
|
.theme-colours a.pink:focus {
|
|
border: 3px solid #ed5b87;
|
|
}
|
|
|
|
.theme-colours a.orange {
|
|
background-color: #e67e22;
|
|
border: 3px solid white;
|
|
}
|
|
|
|
.theme-colours a.orange.active,
|
|
.theme-colours a.orange:hover,
|
|
.theme-colours a.orange:focus {
|
|
border: 3px solid #f0b37e;
|
|
}
|
|
|
|
.theme-colours a.lime {
|
|
background-color: #b1dc44;
|
|
border: 3px solid white;
|
|
}
|
|
|
|
.theme-colours a.lime.active,
|
|
.theme-colours a.lime:hover,
|
|
.theme-colours a.lime:focus {
|
|
border: 3px solid #d5ec9a;
|
|
}
|
|
|
|
.theme-colours a.blue-dark {
|
|
background-color: #34495e;
|
|
border: 3px solid white;
|
|
}
|
|
|
|
.theme-colours a.blue-dark.active,
|
|
.theme-colours a.blue-dark:hover,
|
|
.theme-colours a.blue-dark:focus {
|
|
border: 3px solid #587ca0;
|
|
}
|
|
|
|
.theme-colours a.red-dark {
|
|
background-color: #a10f2b;
|
|
border: 3px solid white;
|
|
}
|
|
|
|
.theme-colours a.red-dark.active,
|
|
.theme-colours a.red-dark:hover,
|
|
.theme-colours a.red-dark:focus {
|
|
border: 3px solid #eb2b50;
|
|
}
|
|
|
|
.theme-colours a.brown {
|
|
background-color: #91633c;
|
|
border: 3px solid white;
|
|
}
|
|
|
|
.theme-colours a.brown.active,
|
|
.theme-colours a.brown:hover,
|
|
.theme-colours a.brown:focus {
|
|
border: 3px solid #c4966f;
|
|
}
|
|
|
|
.theme-colours a.cyan-dark {
|
|
background-color: #008b8b;
|
|
border: 3px solid white;
|
|
}
|
|
|
|
.theme-colours a.cyan-dark.active,
|
|
.theme-colours a.cyan-dark:hover,
|
|
.theme-colours a.cyan-dark:focus {
|
|
border: 3px solid #00f1f1;
|
|
}
|
|
|
|
.theme-colours a.yellow {
|
|
background-color: #D4AC0D;
|
|
border: 3px solid white;
|
|
}
|
|
|
|
.theme-colours a.yellow.active,
|
|
.theme-colours a.yellow:hover,
|
|
.theme-colours a.yellow:focus {
|
|
border: 3px solid #f4d453;
|
|
}
|
|
|
|
.theme-colours a.slate {
|
|
background-color: #5D6D7E;
|
|
border: 3px solid white;
|
|
}
|
|
|
|
.theme-colours a.slate.active,
|
|
.theme-colours a.slate:hover,
|
|
.theme-colours a.slate:focus {
|
|
border: 3px solid #92a0af;
|
|
}
|
|
|
|
.theme-colours a.olive {
|
|
background-color: #808000;
|
|
border: 3px solid white;
|
|
}
|
|
|
|
.theme-colours a.olive.active,
|
|
.theme-colours a.olive:hover,
|
|
.theme-colours a.olive:focus {
|
|
border: 3px solid #e6e600;
|
|
}
|
|
|
|
.theme-colours a.teal {
|
|
background-color: #008080;
|
|
border: 3px solid white;
|
|
}
|
|
|
|
.theme-colours a.teal.active,
|
|
.theme-colours a.teal:hover,
|
|
.theme-colours a.teal:focus {
|
|
border: 3px solid #00e6e6;
|
|
}
|
|
|
|
.theme-colours a.green-bright {
|
|
background-color: #2ECC71;
|
|
border: 3px solid white;
|
|
}
|
|
|
|
.theme-colours a.green-bright.active,
|
|
.theme-colours a.green-bright:hover,
|
|
.theme-colours a.green-bright:focus {
|
|
border: 3px solid #7ee2a8;
|
|
}
|
|
|
|
.theme-colours.theme-colours-lg a {
|
|
width: 105px;
|
|
height: 105px;
|
|
}
|
|
|
|
.container {
|
|
position: relative;
|
|
}
|
|
|
|
.grid-demo .row {
|
|
background-color: #f9f9f9;
|
|
margin-bottom: 1rem;
|
|
}
|
|
|
|
.grid-demo .row>.col,
|
|
.grid-demo .row>[class^=col-] {
|
|
padding-top: .75rem;
|
|
padding-bottom: .75rem;
|
|
background-color: #f3f3f3;
|
|
border: 1px solid #ccc;
|
|
}
|
|
|
|
.flex-ew,
|
|
.flex-fullwidth {
|
|
-webkit-box-flex: 1;
|
|
-ms-flex: 1;
|
|
flex: 1;
|
|
width: 100%;
|
|
}
|
|
|
|
.flex-valign {
|
|
-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;
|
|
}
|
|
|
|
.flex-valign-b {
|
|
-webkit-box-orient: vertical;
|
|
-webkit-box-direction: normal;
|
|
-ms-flex-direction: column;
|
|
flex-direction: column;
|
|
-webkit-box-pack: end;
|
|
-ms-flex-pack: end;
|
|
justify-content: flex-end;
|
|
}
|
|
|
|
.grid-inner-borders-dotted,
|
|
.grid-inner-borders-solid,
|
|
.grid-inner-equal-gutter {
|
|
overflow: hidden;
|
|
}
|
|
|
|
.grid-inner-borders-dotted>.col,
|
|
.grid-inner-borders-dotted>[class*="col-"],
|
|
.grid-inner-borders-dotted .grid-col,
|
|
.grid-inner-borders-solid>.col,
|
|
.grid-inner-borders-solid>[class*="col-"],
|
|
.grid-inner-borders-solid .grid-col,
|
|
.grid-inner-equal-gutter>.col,
|
|
.grid-inner-equal-gutter>[class*="col-"],
|
|
.grid-inner-equal-gutter .grid-col {
|
|
padding: 15px;
|
|
}
|
|
|
|
.grid-inner-borders-dotted>.col:after,
|
|
.grid-inner-borders-dotted>[class*="col-"]:after,
|
|
.grid-inner-borders-dotted .grid-col:after,
|
|
.grid-inner-borders-solid>.col:after,
|
|
.grid-inner-borders-solid>[class*="col-"]:after,
|
|
.grid-inner-borders-solid .grid-col:after,
|
|
.grid-inner-equal-gutter>.col:after,
|
|
.grid-inner-equal-gutter>[class*="col-"]:after,
|
|
.grid-inner-equal-gutter .grid-col:after {
|
|
content: '';
|
|
position: absolute;
|
|
height: 100%;
|
|
top: 0;
|
|
bottom: 0;
|
|
right: -1px;
|
|
border-right: 1px dashed #e9ecef;
|
|
}
|
|
|
|
.grid-inner-borders-dotted>.col:before,
|
|
.grid-inner-borders-dotted>[class*="col-"]:before,
|
|
.grid-inner-borders-dotted .grid-col:before,
|
|
.grid-inner-borders-solid>.col:before,
|
|
.grid-inner-borders-solid>[class*="col-"]:before,
|
|
.grid-inner-borders-solid .grid-col:before,
|
|
.grid-inner-equal-gutter>.col:before,
|
|
.grid-inner-equal-gutter>[class*="col-"]:before,
|
|
.grid-inner-equal-gutter .grid-col:before {
|
|
content: '';
|
|
position: absolute;
|
|
width: 100%;
|
|
height: 0;
|
|
top: auto;
|
|
left: 0;
|
|
bottom: -1px;
|
|
border-bottom: 1px dashed #e9ecef;
|
|
}
|
|
|
|
.grid-inner-borders-solid>.col:after,
|
|
.grid-inner-borders-solid>[class*="col-"]:after,
|
|
.grid-inner-borders-solid .grid-col:after {
|
|
border-right-style: solid;
|
|
}
|
|
|
|
.grid-inner-borders-solid>.col:before,
|
|
.grid-inner-borders-solid>[class*="col-"]:before,
|
|
.grid-inner-borders-solid .grid-col:before {
|
|
border-bottom-style: solid;
|
|
}
|
|
|
|
.grid-inner-equal-gutter:before,
|
|
.grid-inner-equal-gutter:after {
|
|
display: none;
|
|
}
|
|
|
|
.header-below .header.sticky,
|
|
.header-below .sticky .header,
|
|
.header-below #header .sticky {
|
|
margin-top: 0 !important;
|
|
}
|
|
|
|
.header-nav-fullheight .header {
|
|
padding-bottom: 0;
|
|
padding-top: 0;
|
|
}
|
|
|
|
@media (min-width: 576px) {
|
|
.header-nav-fullheight .navbar-expand .navbar-main .navbar-nav>.nav-item>.nav-link,
|
|
.header-nav-fullheight .navbar-expand .navbar-main .navbar-nav>.nav-link,
|
|
.header-nav-fullheight .navbar-expand.navbar-main .navbar-nav>.nav-item>.nav-link,
|
|
.header-nav-fullheight .navbar-expand.navbar-main .navbar-nav>.nav-link {
|
|
padding-bottom: 38px;
|
|
padding-top: 38px;
|
|
}
|
|
}
|
|
|
|
@media (min-width: 768px) {
|
|
.header-nav-fullheight .navbar-expand-sm .navbar-main .navbar-nav>.nav-item>.nav-link,
|
|
.header-nav-fullheight .navbar-expand-sm .navbar-main .navbar-nav>.nav-link,
|
|
.header-nav-fullheight .navbar-expand-sm.navbar-main .navbar-nav>.nav-item>.nav-link,
|
|
.header-nav-fullheight .navbar-expand-sm.navbar-main .navbar-nav>.nav-link {
|
|
padding-bottom: 38px;
|
|
padding-top: 38px;
|
|
}
|
|
}
|
|
|
|
@media (min-width: 992px) {
|
|
.header-nav-fullheight .navbar-expand-md .navbar-main .navbar-nav>.nav-item>.nav-link,
|
|
.header-nav-fullheight .navbar-expand-md .navbar-main .navbar-nav>.nav-link,
|
|
.header-nav-fullheight .navbar-expand-md.navbar-main .navbar-nav>.nav-item>.nav-link,
|
|
.header-nav-fullheight .navbar-expand-md.navbar-main .navbar-nav>.nav-link {
|
|
padding-bottom: 38px;
|
|
padding-top: 38px;
|
|
}
|
|
}
|
|
|
|
@media (min-width: 1200px) {
|
|
.header-nav-fullheight .navbar-expand-lg .navbar-main .navbar-nav>.nav-item>.nav-link,
|
|
.header-nav-fullheight .navbar-expand-lg .navbar-main .navbar-nav>.nav-link,
|
|
.header-nav-fullheight .navbar-expand-lg.navbar-main .navbar-nav>.nav-item>.nav-link,
|
|
.header-nav-fullheight .navbar-expand-lg.navbar-main .navbar-nav>.nav-link {
|
|
padding-bottom: 38px;
|
|
padding-top: 38px;
|
|
}
|
|
}
|
|
|
|
.header-nav-fullheight .navbar-expand-xl .navbar-main .navbar-nav>.nav-item>.nav-link,
|
|
.header-nav-fullheight .navbar-expand-xl .navbar-main .navbar-nav>.nav-link,
|
|
.header-nav-fullheight .navbar-expand-xl.navbar-main .navbar-nav>.nav-item>.nav-link,
|
|
.header-nav-fullheight .navbar-expand-xl.navbar-main .navbar-nav>.nav-link {
|
|
padding-bottom: 38px;
|
|
padding-top: 38px;
|
|
}
|
|
|
|
.navbar-layout-navbar-below .navbar-main {
|
|
width: 100% !important;
|
|
}
|
|
|
|
.navbar-layout-navbar-below .header {
|
|
padding-bottom: 25px;
|
|
padding-top: 25px;
|
|
}
|
|
|
|
.navbar-layout-navbar-below .navbar-main .nav-item .nav-link {
|
|
padding-bottom: 15px;
|
|
padding-top: 15px;
|
|
}
|
|
|
|
.header-compact .header,
|
|
.header-compact-sticky .header.is-sticky,
|
|
.header-compact-sticky .is-sticky .header {
|
|
padding: 7.5px 0 7.5px 0;
|
|
}
|
|
|
|
.header-compact .header .header-brand-text h1,
|
|
.header-compact-sticky .header.is-sticky .header-brand-text h1,
|
|
.header-compact-sticky .is-sticky .header .header-brand-text h1 {
|
|
font-size: 34px;
|
|
}
|
|
|
|
@media (max-width: 767.98px) {
|
|
.header-compact .header .header-brand-text h1,
|
|
.header-compact-sticky .header.is-sticky .header-brand-text h1,
|
|
.header-compact-sticky .is-sticky .header .header-brand-text h1 {
|
|
font-size: 28px;
|
|
}
|
|
}
|
|
|
|
.header-transparent .header,
|
|
.header.header-transparent {
|
|
background: transparent;
|
|
border-bottom-color: transparent;
|
|
}
|
|
|
|
.header-ontop #header {
|
|
position: absolute;
|
|
left: 0;
|
|
right: 0;
|
|
top: 0;
|
|
}
|
|
|
|
.header-fixed-left #header {
|
|
position: fixed;
|
|
width: 25%;
|
|
left: 0;
|
|
right: auto;
|
|
top: 0;
|
|
bottom: 0;
|
|
height: 100%;
|
|
z-index: 1;
|
|
}
|
|
|
|
.header-fixed-left #header .header {
|
|
border-bottom: none;
|
|
}
|
|
|
|
.header-fixed-left #highlight,
|
|
.header-fixed-left #content,
|
|
.header-fixed-left #content-below,
|
|
.header-fixed-left #footer {
|
|
width: 100%;
|
|
padding-left: 25%;
|
|
}
|
|
|
|
.header-fixed-left #footer.footer-fixed {
|
|
position: fixed;
|
|
width: 25%;
|
|
left: 0;
|
|
right: auto;
|
|
top: auto;
|
|
bottom: 0;
|
|
background: transparent;
|
|
border: none;
|
|
z-index: 2;
|
|
}
|
|
|
|
.header-fixed-right #header {
|
|
position: fixed;
|
|
width: 25%;
|
|
left: auto;
|
|
right: 0;
|
|
top: 0;
|
|
bottom: 0;
|
|
height: 100%;
|
|
z-index: 1;
|
|
}
|
|
|
|
.header-fixed-right #header .header {
|
|
border-bottom: none;
|
|
}
|
|
|
|
.header-fixed-right #highlight,
|
|
.header-fixed-right #content,
|
|
.header-fixed-right #content-below,
|
|
.header-fixed-right #footer {
|
|
width: 100%;
|
|
padding-right: 25%;
|
|
}
|
|
|
|
.header-fixed-right #footer.footer-fixed {
|
|
position: fixed;
|
|
width: 25%;
|
|
left: auto;
|
|
right: 0;
|
|
top: auto;
|
|
bottom: 0;
|
|
background: transparent;
|
|
border: none;
|
|
z-index: 2;
|
|
}
|
|
|
|
@media (min-width: 576px) {
|
|
.header-fixed-left-sm #header {
|
|
position: fixed;
|
|
width: 25%;
|
|
left: 0;
|
|
right: auto;
|
|
top: 0;
|
|
bottom: 0;
|
|
height: 100%;
|
|
z-index: 1;
|
|
}
|
|
.header-fixed-left-sm #header .header {
|
|
border-bottom: none;
|
|
}
|
|
.header-fixed-left-sm #highlight,
|
|
.header-fixed-left-sm #content,
|
|
.header-fixed-left-sm #content-below,
|
|
.header-fixed-left-sm #footer {
|
|
width: 100%;
|
|
padding-left: 25%;
|
|
}
|
|
.header-fixed-left-sm #footer.footer-fixed {
|
|
position: fixed;
|
|
width: 25%;
|
|
left: 0;
|
|
right: auto;
|
|
top: auto;
|
|
bottom: 0;
|
|
background: transparent;
|
|
border: none;
|
|
z-index: 2;
|
|
}
|
|
.header-fixed-right-sm #header {
|
|
position: fixed;
|
|
width: 25%;
|
|
left: auto;
|
|
right: 0;
|
|
top: 0;
|
|
bottom: 0;
|
|
height: 100%;
|
|
z-index: 1;
|
|
}
|
|
.header-fixed-right-sm #header .header {
|
|
border-bottom: none;
|
|
}
|
|
.header-fixed-right-sm #highlight,
|
|
.header-fixed-right-sm #content,
|
|
.header-fixed-right-sm #content-below,
|
|
.header-fixed-right-sm #footer {
|
|
width: 100%;
|
|
padding-right: 25%;
|
|
}
|
|
.header-fixed-right-sm #footer.footer-fixed {
|
|
position: fixed;
|
|
width: 25%;
|
|
left: auto;
|
|
right: 0;
|
|
top: auto;
|
|
bottom: 0;
|
|
background: transparent;
|
|
border: none;
|
|
z-index: 2;
|
|
}
|
|
}
|
|
|
|
@media (min-width: 768px) {
|
|
.header-fixed-left-md #header {
|
|
position: fixed;
|
|
width: 25%;
|
|
left: 0;
|
|
right: auto;
|
|
top: 0;
|
|
bottom: 0;
|
|
height: 100%;
|
|
z-index: 1;
|
|
}
|
|
.header-fixed-left-md #header .header {
|
|
border-bottom: none;
|
|
}
|
|
.header-fixed-left-md #highlight,
|
|
.header-fixed-left-md #content,
|
|
.header-fixed-left-md #content-below,
|
|
.header-fixed-left-md #footer {
|
|
width: 100%;
|
|
padding-left: 25%;
|
|
}
|
|
.header-fixed-left-md #footer.footer-fixed {
|
|
position: fixed;
|
|
width: 25%;
|
|
left: 0;
|
|
right: auto;
|
|
top: auto;
|
|
bottom: 0;
|
|
background: transparent;
|
|
border: none;
|
|
z-index: 2;
|
|
}
|
|
.header-fixed-right-md #header {
|
|
position: fixed;
|
|
width: 25%;
|
|
left: auto;
|
|
right: 0;
|
|
top: 0;
|
|
bottom: 0;
|
|
height: 100%;
|
|
z-index: 1;
|
|
}
|
|
.header-fixed-right-md #header .header {
|
|
border-bottom: none;
|
|
}
|
|
.header-fixed-right-md #highlight,
|
|
.header-fixed-right-md #content,
|
|
.header-fixed-right-md #content-below,
|
|
.header-fixed-right-md #footer {
|
|
width: 100%;
|
|
padding-right: 25%;
|
|
}
|
|
.header-fixed-right-md #footer.footer-fixed {
|
|
position: fixed;
|
|
width: 25%;
|
|
left: auto;
|
|
right: 0;
|
|
top: auto;
|
|
bottom: 0;
|
|
background: transparent;
|
|
border: none;
|
|
z-index: 2;
|
|
}
|
|
}
|
|
|
|
@media (min-width: 992px) {
|
|
.header-fixed-left-lg #header {
|
|
position: fixed;
|
|
width: 25%;
|
|
left: 0;
|
|
right: auto;
|
|
top: 0;
|
|
bottom: 0;
|
|
height: 100%;
|
|
z-index: 1;
|
|
}
|
|
.header-fixed-left-lg #header .header {
|
|
border-bottom: none;
|
|
}
|
|
.header-fixed-left-lg #highlight,
|
|
.header-fixed-left-lg #content,
|
|
.header-fixed-left-lg #content-below,
|
|
.header-fixed-left-lg #footer {
|
|
width: 100%;
|
|
padding-left: 25%;
|
|
}
|
|
.header-fixed-left-lg #footer.footer-fixed {
|
|
position: fixed;
|
|
width: 25%;
|
|
left: 0;
|
|
right: auto;
|
|
top: auto;
|
|
bottom: 0;
|
|
background: transparent;
|
|
border: none;
|
|
z-index: 2;
|
|
}
|
|
.header-fixed-right-lg #header {
|
|
position: fixed;
|
|
width: 25%;
|
|
left: auto;
|
|
right: 0;
|
|
top: 0;
|
|
bottom: 0;
|
|
height: 100%;
|
|
z-index: 1;
|
|
}
|
|
.header-fixed-right-lg #header .header {
|
|
border-bottom: none;
|
|
}
|
|
.header-fixed-right-lg #highlight,
|
|
.header-fixed-right-lg #content,
|
|
.header-fixed-right-lg #content-below,
|
|
.header-fixed-right-lg #footer {
|
|
width: 100%;
|
|
padding-right: 25%;
|
|
}
|
|
.header-fixed-right-lg #footer.footer-fixed {
|
|
position: fixed;
|
|
width: 25%;
|
|
left: auto;
|
|
right: 0;
|
|
top: auto;
|
|
bottom: 0;
|
|
background: transparent;
|
|
border: none;
|
|
z-index: 2;
|
|
}
|
|
}
|
|
|
|
@media (min-width: 1200px) {
|
|
.header-fixed-left-xl #header {
|
|
position: fixed;
|
|
width: 25%;
|
|
left: 0;
|
|
right: auto;
|
|
top: 0;
|
|
bottom: 0;
|
|
height: 100%;
|
|
z-index: 1;
|
|
}
|
|
.header-fixed-left-xl #header .header {
|
|
border-bottom: none;
|
|
}
|
|
.header-fixed-left-xl #highlight,
|
|
.header-fixed-left-xl #content,
|
|
.header-fixed-left-xl #content-below,
|
|
.header-fixed-left-xl #footer {
|
|
width: 100%;
|
|
padding-left: 25%;
|
|
}
|
|
.header-fixed-left-xl #footer.footer-fixed {
|
|
position: fixed;
|
|
width: 25%;
|
|
left: 0;
|
|
right: auto;
|
|
top: auto;
|
|
bottom: 0;
|
|
background: transparent;
|
|
border: none;
|
|
z-index: 2;
|
|
}
|
|
.header-fixed-right-xl #header {
|
|
position: fixed;
|
|
width: 25%;
|
|
left: auto;
|
|
right: 0;
|
|
top: 0;
|
|
bottom: 0;
|
|
height: 100%;
|
|
z-index: 1;
|
|
}
|
|
.header-fixed-right-xl #header .header {
|
|
border-bottom: none;
|
|
}
|
|
.header-fixed-right-xl #highlight,
|
|
.header-fixed-right-xl #content,
|
|
.header-fixed-right-xl #content-below,
|
|
.header-fixed-right-xl #footer {
|
|
width: 100%;
|
|
padding-right: 25%;
|
|
}
|
|
.header-fixed-right-xl #footer.footer-fixed {
|
|
position: fixed;
|
|
width: 25%;
|
|
left: auto;
|
|
right: 0;
|
|
top: auto;
|
|
bottom: 0;
|
|
background: transparent;
|
|
border: none;
|
|
z-index: 2;
|
|
}
|
|
}
|
|
|
|
.row-hover:hover {
|
|
background-color: rgba(248, 249, 250, 0.6);
|
|
}
|
|
|
|
.clickable-element {
|
|
cursor: pointer;
|
|
-webkit-transition: all 0.3s ease-in;
|
|
transition: all 0.3s ease-in;
|
|
}
|
|
|
|
.clickable-element:hover {
|
|
opacity: 0.9;
|
|
}
|
|
|
|
[data-scroll="scroll-state"].scroll-state-hidden {
|
|
-webkit-transition: all 0.3s ease-in;
|
|
transition: all 0.3s ease-in;
|
|
opacity: 0;
|
|
z-index: -1;
|
|
}
|
|
|
|
[data-scroll="scroll-state"].scroll-state-hidden.scroll-state-active {
|
|
opacity: 1;
|
|
z-index: 1;
|
|
}
|
|
|
|
[data-scroll="scroll-state"].scroll-state-shown {
|
|
-webkit-transition: all 0.3s ease-in;
|
|
transition: all 0.3s ease-in;
|
|
opacity: 1;
|
|
}
|
|
|
|
[data-scroll="scroll-state"].scroll-state-shown.scroll-state-active {
|
|
opacity: 0;
|
|
z-index: -1;
|
|
}
|
|
|
|
.link-effect-underline {
|
|
position: relative;
|
|
}
|
|
|
|
.link-effect-underline:after {
|
|
content: "";
|
|
position: absolute;
|
|
width: 100%;
|
|
height: 3px;
|
|
bottom: 0;
|
|
left: 0;
|
|
-webkit-transform: scaleX(0);
|
|
transform: scaleX(0);
|
|
-webkit-transition: all .3s ease-in-out 0s;
|
|
transition: all .3s ease-in-out 0s;
|
|
}
|
|
|
|
.link-effect-underline.nav-link:after {
|
|
height: 3px;
|
|
}
|
|
|
|
.link-effect-underline:hover,
|
|
.link-effect-underline.active {
|
|
text-decoration: none;
|
|
}
|
|
|
|
.link-effect-underline:hover:after,
|
|
.link-effect-underline.active:after {
|
|
-webkit-transform: scaleX(1);
|
|
transform: scaleX(1);
|
|
}
|
|
|
|
.link-effect-slideup {
|
|
overflow: hidden;
|
|
position: relative;
|
|
}
|
|
|
|
.link-effect-slideup .nav-link-inner {
|
|
display: inline-block;
|
|
position: relative;
|
|
-webkit-transition: all 0.2s ease-in;
|
|
transition: all 0.2s ease-in;
|
|
}
|
|
|
|
.link-effect-slideup .nav-link-inner:after {
|
|
position: absolute;
|
|
top: 200%;
|
|
content: attr(data-title);
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
transform: translate3d(0, 0, 0);
|
|
color: #55A79A;
|
|
display: block;
|
|
}
|
|
|
|
.link-effect-slideup:hover .nav-link-inner,
|
|
.link-effect-slideup:focus .nav-link-inner,
|
|
.link-effect-slideup.active .nav-link-inner {
|
|
-webkit-transform: translateY(-200%);
|
|
transform: translateY(-200%);
|
|
}
|
|
|
|
.hover-grow {
|
|
-webkit-transition: all 0.2s ease;
|
|
transition: all 0.2s ease;
|
|
}
|
|
|
|
.hover-grow:hover {
|
|
-webkit-transform: scale(1.1);
|
|
transform: scale(1.1);
|
|
}
|
|
|
|
.hover-grow.hover-grow-sm:hover {
|
|
-webkit-transform: scale(1.05);
|
|
transform: scale(1.05);
|
|
}
|
|
|
|
.bg-transparent {
|
|
background: transparent !important;
|
|
}
|
|
|
|
.bg-shadow {
|
|
-webkit-box-shadow: 1px 1px 6px #dee2e6;
|
|
box-shadow: 1px 1px 6px #dee2e6;
|
|
}
|
|
|
|
.bg-gradient {
|
|
background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f9fa));
|
|
background-image: linear-gradient(to bottom, #fff 0%, #f8f9fa 100%);
|
|
background-repeat: repeat-x;
|
|
}
|
|
|
|
.bg-gradient-flip {
|
|
background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f9fa), to(#fff));
|
|
background-image: linear-gradient(to bottom, #f8f9fa 0%, #fff 100%);
|
|
background-repeat: repeat-x;
|
|
}
|
|
|
|
.bg-light {
|
|
background-color: #f8f9fa !important;
|
|
}
|
|
|
|
.text-light {
|
|
color: #f8f9fa !important;
|
|
}
|
|
|
|
.text-hover-light:hover {
|
|
color: #f8f9fa !important;
|
|
}
|
|
|
|
.bg-hover-light:hover {
|
|
background-color: #f8f9fa !important;
|
|
}
|
|
|
|
a.bg-hover-light:hover,
|
|
a.bg-hover-light:focus,
|
|
button.bg-hover-light:hover,
|
|
button.bg-hover-light:focus {
|
|
background-color: #f8f9fa !important;
|
|
}
|
|
|
|
.bg-grey {
|
|
background-color: #e9ecef !important;
|
|
}
|
|
|
|
.text-grey {
|
|
color: #e9ecef !important;
|
|
}
|
|
|
|
.text-hover-grey:hover {
|
|
color: #e9ecef !important;
|
|
}
|
|
|
|
.bg-hover-grey:hover {
|
|
background-color: #e9ecef !important;
|
|
}
|
|
|
|
a.bg-hover-grey:hover,
|
|
a.bg-hover-grey:focus,
|
|
button.bg-hover-grey:hover,
|
|
button.bg-hover-grey:focus {
|
|
background-color: #e9ecef !important;
|
|
}
|
|
|
|
.bg-grey-dark {
|
|
background-color: #495057 !important;
|
|
}
|
|
|
|
.text-grey-dark {
|
|
color: #495057 !important;
|
|
}
|
|
|
|
.text-hover-grey-dark:hover {
|
|
color: #495057 !important;
|
|
}
|
|
|
|
.bg-hover-grey-dark:hover {
|
|
background-color: #495057 !important;
|
|
}
|
|
|
|
a.bg-hover-grey-dark:hover,
|
|
a.bg-hover-grey-dark:focus,
|
|
button.bg-hover-grey-dark:hover,
|
|
button.bg-hover-grey-dark:focus {
|
|
background-color: #495057 !important;
|
|
}
|
|
|
|
.bg-primary {
|
|
background-color: #55A79A !important;
|
|
}
|
|
|
|
.text-primary {
|
|
color: #55A79A !important;
|
|
}
|
|
|
|
.text-hover-primary:hover {
|
|
color: #55A79A !important;
|
|
}
|
|
|
|
.bg-hover-primary:hover {
|
|
background-color: #55A79A !important;
|
|
}
|
|
|
|
a.bg-hover-primary:hover,
|
|
a.bg-hover-primary:focus,
|
|
button.bg-hover-primary:hover,
|
|
button.bg-hover-primary:focus {
|
|
background-color: #55A79A !important;
|
|
}
|
|
|
|
.bg-primary-dark {
|
|
background-color: #33635c !important;
|
|
}
|
|
|
|
.text-primary-dark {
|
|
color: #33635c !important;
|
|
}
|
|
|
|
.text-hover-primary-dark:hover {
|
|
color: #33635c !important;
|
|
}
|
|
|
|
.bg-hover-primary-dark:hover {
|
|
background-color: #33635c !important;
|
|
}
|
|
|
|
a.bg-hover-primary-dark:hover,
|
|
a.bg-hover-primary-dark:focus,
|
|
button.bg-hover-primary-dark:hover,
|
|
button.bg-hover-primary-dark:focus {
|
|
background-color: #33635c !important;
|
|
}
|
|
|
|
.bg-primary-faded {
|
|
background-color: rgba(85, 167, 154, 0.3) !important;
|
|
}
|
|
|
|
.text-primary-faded {
|
|
color: rgba(85, 167, 154, 0.3) !important;
|
|
}
|
|
|
|
.text-hover-primary-faded:hover {
|
|
color: rgba(85, 167, 154, 0.3) !important;
|
|
}
|
|
|
|
.bg-hover-primary-faded:hover {
|
|
background-color: rgba(85, 167, 154, 0.3) !important;
|
|
}
|
|
|
|
a.bg-hover-primary-faded:hover,
|
|
a.bg-hover-primary-faded:focus,
|
|
button.bg-hover-primary-faded:hover,
|
|
button.bg-hover-primary-faded:focus {
|
|
background-color: rgba(85, 167, 154, 0.3) !important;
|
|
}
|
|
|
|
.bg-info {
|
|
background-color: #17a2b8 !important;
|
|
}
|
|
|
|
.text-info {
|
|
color: #17a2b8 !important;
|
|
}
|
|
|
|
.text-hover-info:hover {
|
|
color: #17a2b8 !important;
|
|
}
|
|
|
|
.bg-hover-info:hover {
|
|
background-color: #17a2b8 !important;
|
|
}
|
|
|
|
a.bg-hover-info:hover,
|
|
a.bg-hover-info:focus,
|
|
button.bg-hover-info:hover,
|
|
button.bg-hover-info:focus {
|
|
background-color: #17a2b8 !important;
|
|
}
|
|
|
|
.bg-success {
|
|
background-color: #28a745 !important;
|
|
}
|
|
|
|
.text-success {
|
|
color: #28a745 !important;
|
|
}
|
|
|
|
.text-hover-success:hover {
|
|
color: #28a745 !important;
|
|
}
|
|
|
|
.bg-hover-success:hover {
|
|
background-color: #28a745 !important;
|
|
}
|
|
|
|
a.bg-hover-success:hover,
|
|
a.bg-hover-success:focus,
|
|
button.bg-hover-success:hover,
|
|
button.bg-hover-success:focus {
|
|
background-color: #28a745 !important;
|
|
}
|
|
|
|
.bg-warning {
|
|
background-color: #ffc107 !important;
|
|
}
|
|
|
|
.text-warning {
|
|
color: #ffc107 !important;
|
|
}
|
|
|
|
.text-hover-warning:hover {
|
|
color: #ffc107 !important;
|
|
}
|
|
|
|
.bg-hover-warning:hover {
|
|
background-color: #ffc107 !important;
|
|
}
|
|
|
|
a.bg-hover-warning:hover,
|
|
a.bg-hover-warning:focus,
|
|
button.bg-hover-warning:hover,
|
|
button.bg-hover-warning:focus {
|
|
background-color: #ffc107 !important;
|
|
}
|
|
|
|
.bg-danger {
|
|
background-color: #dc3545 !important;
|
|
}
|
|
|
|
.text-danger {
|
|
color: #dc3545 !important;
|
|
}
|
|
|
|
.text-hover-danger:hover {
|
|
color: #dc3545 !important;
|
|
}
|
|
|
|
.bg-hover-danger:hover {
|
|
background-color: #dc3545 !important;
|
|
}
|
|
|
|
a.bg-hover-danger:hover,
|
|
a.bg-hover-danger:focus,
|
|
button.bg-hover-danger:hover,
|
|
button.bg-hover-danger:focus {
|
|
background-color: #dc3545 !important;
|
|
}
|
|
|
|
.bg-dark {
|
|
background-color: #343a40 !important;
|
|
}
|
|
|
|
.text-dark {
|
|
color: #343a40 !important;
|
|
}
|
|
|
|
.text-hover-dark:hover {
|
|
color: #343a40 !important;
|
|
}
|
|
|
|
.bg-hover-dark:hover {
|
|
background-color: #343a40 !important;
|
|
}
|
|
|
|
a.bg-hover-dark:hover,
|
|
a.bg-hover-dark:focus,
|
|
button.bg-hover-dark:hover,
|
|
button.bg-hover-dark:focus {
|
|
background-color: #343a40 !important;
|
|
}
|
|
|
|
.bg-secondary {
|
|
background-color: #6c757d !important;
|
|
}
|
|
|
|
.text-secondary {
|
|
color: #6c757d !important;
|
|
}
|
|
|
|
.text-hover-secondary:hover {
|
|
color: #6c757d !important;
|
|
}
|
|
|
|
.bg-hover-secondary:hover {
|
|
background-color: #6c757d !important;
|
|
}
|
|
|
|
a.bg-hover-secondary:hover,
|
|
a.bg-hover-secondary:focus,
|
|
button.bg-hover-secondary:hover,
|
|
button.bg-hover-secondary:focus {
|
|
background-color: #6c757d !important;
|
|
}
|
|
|
|
.bg-black {
|
|
background-color: #000 !important;
|
|
}
|
|
|
|
.text-black {
|
|
color: #000 !important;
|
|
}
|
|
|
|
.text-hover-black:hover {
|
|
color: #000 !important;
|
|
}
|
|
|
|
.bg-hover-black:hover {
|
|
background-color: #000 !important;
|
|
}
|
|
|
|
a.bg-hover-black:hover,
|
|
a.bg-hover-black:focus,
|
|
button.bg-hover-black:hover,
|
|
button.bg-hover-black:focus {
|
|
background-color: #000 !important;
|
|
}
|
|
|
|
.bg-white {
|
|
background-color: #fff !important;
|
|
}
|
|
|
|
.text-white {
|
|
color: #fff !important;
|
|
}
|
|
|
|
.text-hover-white:hover {
|
|
color: #fff !important;
|
|
}
|
|
|
|
.bg-hover-white:hover {
|
|
background-color: #fff !important;
|
|
}
|
|
|
|
a.bg-hover-white:hover,
|
|
a.bg-hover-white:focus,
|
|
button.bg-hover-white:hover,
|
|
button.bg-hover-white:focus {
|
|
background-color: #fff !important;
|
|
}
|
|
|
|
.bg-green {
|
|
background-color: #55A79A !important;
|
|
}
|
|
|
|
.text-green {
|
|
color: #55A79A !important;
|
|
}
|
|
|
|
.text-hover-green:hover {
|
|
color: #55A79A !important;
|
|
}
|
|
|
|
.bg-hover-green:hover {
|
|
background-color: #55A79A !important;
|
|
}
|
|
|
|
a.bg-hover-green:hover,
|
|
a.bg-hover-green:focus,
|
|
button.bg-hover-green:hover,
|
|
button.bg-hover-green:focus {
|
|
background-color: #55A79A !important;
|
|
}
|
|
|
|
.bg-red {
|
|
background-color: #BE3E1D !important;
|
|
}
|
|
|
|
.text-red {
|
|
color: #BE3E1D !important;
|
|
}
|
|
|
|
.text-hover-red:hover {
|
|
color: #BE3E1D !important;
|
|
}
|
|
|
|
.bg-hover-red:hover {
|
|
background-color: #BE3E1D !important;
|
|
}
|
|
|
|
a.bg-hover-red:hover,
|
|
a.bg-hover-red:focus,
|
|
button.bg-hover-red:hover,
|
|
button.bg-hover-red:focus {
|
|
background-color: #BE3E1D !important;
|
|
}
|
|
|
|
.bg-blue {
|
|
background-color: #00ADBB !important;
|
|
}
|
|
|
|
.text-blue {
|
|
color: #00ADBB !important;
|
|
}
|
|
|
|
.text-hover-blue:hover {
|
|
color: #00ADBB !important;
|
|
}
|
|
|
|
.bg-hover-blue:hover {
|
|
background-color: #00ADBB !important;
|
|
}
|
|
|
|
a.bg-hover-blue:hover,
|
|
a.bg-hover-blue:focus,
|
|
button.bg-hover-blue:hover,
|
|
button.bg-hover-blue:focus {
|
|
background-color: #00ADBB !important;
|
|
}
|
|
|
|
.bg-purple {
|
|
background-color: #b771b0 !important;
|
|
}
|
|
|
|
.text-purple {
|
|
color: #b771b0 !important;
|
|
}
|
|
|
|
.text-hover-purple:hover {
|
|
color: #b771b0 !important;
|
|
}
|
|
|
|
.bg-hover-purple:hover {
|
|
background-color: #b771b0 !important;
|
|
}
|
|
|
|
a.bg-hover-purple:hover,
|
|
a.bg-hover-purple:focus,
|
|
button.bg-hover-purple:hover,
|
|
button.bg-hover-purple:focus {
|
|
background-color: #b771b0 !important;
|
|
}
|
|
|
|
.bg-pink {
|
|
background-color: #CC164D !important;
|
|
}
|
|
|
|
.text-pink {
|
|
color: #CC164D !important;
|
|
}
|
|
|
|
.text-hover-pink:hover {
|
|
color: #CC164D !important;
|
|
}
|
|
|
|
.bg-hover-pink:hover {
|
|
background-color: #CC164D !important;
|
|
}
|
|
|
|
a.bg-hover-pink:hover,
|
|
a.bg-hover-pink:focus,
|
|
button.bg-hover-pink:hover,
|
|
button.bg-hover-pink:focus {
|
|
background-color: #CC164D !important;
|
|
}
|
|
|
|
.bg-orange {
|
|
background-color: #e67e22 !important;
|
|
}
|
|
|
|
.text-orange {
|
|
color: #e67e22 !important;
|
|
}
|
|
|
|
.text-hover-orange:hover {
|
|
color: #e67e22 !important;
|
|
}
|
|
|
|
.bg-hover-orange:hover {
|
|
background-color: #e67e22 !important;
|
|
}
|
|
|
|
a.bg-hover-orange:hover,
|
|
a.bg-hover-orange:focus,
|
|
button.bg-hover-orange:hover,
|
|
button.bg-hover-orange:focus {
|
|
background-color: #e67e22 !important;
|
|
}
|
|
|
|
.bg-lime {
|
|
background-color: #b1dc44 !important;
|
|
}
|
|
|
|
.text-lime {
|
|
color: #b1dc44 !important;
|
|
}
|
|
|
|
.text-hover-lime:hover {
|
|
color: #b1dc44 !important;
|
|
}
|
|
|
|
.bg-hover-lime:hover {
|
|
background-color: #b1dc44 !important;
|
|
}
|
|
|
|
a.bg-hover-lime:hover,
|
|
a.bg-hover-lime:focus,
|
|
button.bg-hover-lime:hover,
|
|
button.bg-hover-lime:focus {
|
|
background-color: #b1dc44 !important;
|
|
}
|
|
|
|
.bg-blue-dark {
|
|
background-color: #34495e !important;
|
|
}
|
|
|
|
.text-blue-dark {
|
|
color: #34495e !important;
|
|
}
|
|
|
|
.text-hover-blue-dark:hover {
|
|
color: #34495e !important;
|
|
}
|
|
|
|
.bg-hover-blue-dark:hover {
|
|
background-color: #34495e !important;
|
|
}
|
|
|
|
a.bg-hover-blue-dark:hover,
|
|
a.bg-hover-blue-dark:focus,
|
|
button.bg-hover-blue-dark:hover,
|
|
button.bg-hover-blue-dark:focus {
|
|
background-color: #34495e !important;
|
|
}
|
|
|
|
.bg-red-dark {
|
|
background-color: #a10f2b !important;
|
|
}
|
|
|
|
.text-red-dark {
|
|
color: #a10f2b !important;
|
|
}
|
|
|
|
.text-hover-red-dark:hover {
|
|
color: #a10f2b !important;
|
|
}
|
|
|
|
.bg-hover-red-dark:hover {
|
|
background-color: #a10f2b !important;
|
|
}
|
|
|
|
a.bg-hover-red-dark:hover,
|
|
a.bg-hover-red-dark:focus,
|
|
button.bg-hover-red-dark:hover,
|
|
button.bg-hover-red-dark:focus {
|
|
background-color: #a10f2b !important;
|
|
}
|
|
|
|
.bg-brown {
|
|
background-color: #91633c !important;
|
|
}
|
|
|
|
.text-brown {
|
|
color: #91633c !important;
|
|
}
|
|
|
|
.text-hover-brown:hover {
|
|
color: #91633c !important;
|
|
}
|
|
|
|
.bg-hover-brown:hover {
|
|
background-color: #91633c !important;
|
|
}
|
|
|
|
a.bg-hover-brown:hover,
|
|
a.bg-hover-brown:focus,
|
|
button.bg-hover-brown:hover,
|
|
button.bg-hover-brown:focus {
|
|
background-color: #91633c !important;
|
|
}
|
|
|
|
.bg-cyan-dark {
|
|
background-color: #008b8b !important;
|
|
}
|
|
|
|
.text-cyan-dark {
|
|
color: #008b8b !important;
|
|
}
|
|
|
|
.text-hover-cyan-dark:hover {
|
|
color: #008b8b !important;
|
|
}
|
|
|
|
.bg-hover-cyan-dark:hover {
|
|
background-color: #008b8b !important;
|
|
}
|
|
|
|
a.bg-hover-cyan-dark:hover,
|
|
a.bg-hover-cyan-dark:focus,
|
|
button.bg-hover-cyan-dark:hover,
|
|
button.bg-hover-cyan-dark:focus {
|
|
background-color: #008b8b !important;
|
|
}
|
|
|
|
.bg-yellow {
|
|
background-color: #D4AC0D !important;
|
|
}
|
|
|
|
.text-yellow {
|
|
color: #D4AC0D !important;
|
|
}
|
|
|
|
.text-hover-yellow:hover {
|
|
color: #D4AC0D !important;
|
|
}
|
|
|
|
.bg-hover-yellow:hover {
|
|
background-color: #D4AC0D !important;
|
|
}
|
|
|
|
a.bg-hover-yellow:hover,
|
|
a.bg-hover-yellow:focus,
|
|
button.bg-hover-yellow:hover,
|
|
button.bg-hover-yellow:focus {
|
|
background-color: #D4AC0D !important;
|
|
}
|
|
|
|
.bg-slate {
|
|
background-color: #5D6D7E !important;
|
|
}
|
|
|
|
.text-slate {
|
|
color: #5D6D7E !important;
|
|
}
|
|
|
|
.text-hover-slate:hover {
|
|
color: #5D6D7E !important;
|
|
}
|
|
|
|
.bg-hover-slate:hover {
|
|
background-color: #5D6D7E !important;
|
|
}
|
|
|
|
a.bg-hover-slate:hover,
|
|
a.bg-hover-slate:focus,
|
|
button.bg-hover-slate:hover,
|
|
button.bg-hover-slate:focus {
|
|
background-color: #5D6D7E !important;
|
|
}
|
|
|
|
.bg-olive {
|
|
background-color: #808000 !important;
|
|
}
|
|
|
|
.text-olive {
|
|
color: #808000 !important;
|
|
}
|
|
|
|
.text-hover-olive:hover {
|
|
color: #808000 !important;
|
|
}
|
|
|
|
.bg-hover-olive:hover {
|
|
background-color: #808000 !important;
|
|
}
|
|
|
|
a.bg-hover-olive:hover,
|
|
a.bg-hover-olive:focus,
|
|
button.bg-hover-olive:hover,
|
|
button.bg-hover-olive:focus {
|
|
background-color: #808000 !important;
|
|
}
|
|
|
|
.bg-teal {
|
|
background-color: #008080 !important;
|
|
}
|
|
|
|
.text-teal {
|
|
color: #008080 !important;
|
|
}
|
|
|
|
.text-hover-teal:hover {
|
|
color: #008080 !important;
|
|
}
|
|
|
|
.bg-hover-teal:hover {
|
|
background-color: #008080 !important;
|
|
}
|
|
|
|
a.bg-hover-teal:hover,
|
|
a.bg-hover-teal:focus,
|
|
button.bg-hover-teal:hover,
|
|
button.bg-hover-teal:focus {
|
|
background-color: #008080 !important;
|
|
}
|
|
|
|
.bg-green-bright {
|
|
background-color: #2ECC71 !important;
|
|
}
|
|
|
|
.text-green-bright {
|
|
color: #2ECC71 !important;
|
|
}
|
|
|
|
.text-hover-green-bright:hover {
|
|
color: #2ECC71 !important;
|
|
}
|
|
|
|
.bg-hover-green-bright:hover {
|
|
background-color: #2ECC71 !important;
|
|
}
|
|
|
|
a.bg-hover-green-bright:hover,
|
|
a.bg-hover-green-bright:focus,
|
|
button.bg-hover-green-bright:hover,
|
|
button.bg-hover-green-bright:focus {
|
|
background-color: #2ECC71 !important;
|
|
}
|
|
|
|
.text-xs {
|
|
font-size: 70% !important;
|
|
}
|
|
|
|
.text-sm {
|
|
font-size: 90% !important;
|
|
}
|
|
|
|
.text-slab,
|
|
.text-font-slab {
|
|
font-family: 'Roboto Slab', serif !important;
|
|
}
|
|
|
|
.text-roboto,
|
|
.text-alt,
|
|
.text-font-alt {
|
|
font-family: "Roboto", Helvetica, Arial, sans-serif !important;
|
|
}
|
|
|
|
.text-font-base {
|
|
font-family: "Open Sans", Helvetica Neue, Helvetica, Arial, sans-serif !important;
|
|
}
|
|
|
|
.text-rufina,
|
|
.text-font-rufina {
|
|
font-family: 'Rufina', serif !important;
|
|
}
|
|
|
|
.text-shadow {
|
|
text-shadow: 1px 1px 1px rgba(231, 231, 231, 0.8);
|
|
}
|
|
|
|
.text-letter-spacing {
|
|
letter-spacing: 2px;
|
|
}
|
|
|
|
.text-letter-spacing-sm {
|
|
letter-spacing: -2px;
|
|
}
|
|
|
|
.text-letter-spacing-xs {
|
|
letter-spacing: -4px;
|
|
}
|
|
|
|
.text-letter-spacing-normal {
|
|
letter-spacing: normal;
|
|
}
|
|
|
|
@media (max-width: 991.98px) {
|
|
.text-letter-spacing-sm {
|
|
letter-spacing: 0;
|
|
}
|
|
.text-letter-spacing-xs {
|
|
letter-spacing: -2px;
|
|
}
|
|
}
|
|
|
|
.text-normalcase {
|
|
text-transform: none !important;
|
|
}
|
|
|
|
.text-hover-no-underline:hover {
|
|
text-decoration: none;
|
|
}
|
|
|
|
.font-weight-bold {
|
|
font-weight: bold !important;
|
|
}
|
|
|
|
.font-weight-normal {
|
|
font-weight: normal !important;
|
|
}
|
|
|
|
.font-weight-light {
|
|
font-weight: 100 !important;
|
|
}
|
|
|
|
.font-weight-medium {
|
|
font-weight: 400 !important;
|
|
}
|
|
|
|
.img-padded {
|
|
background-color: #ffffff;
|
|
padding: .15rem;
|
|
}
|
|
|
|
.text-lh-none {
|
|
line-height: 1 !important;
|
|
}
|
|
|
|
.text-lh-tight {
|
|
line-height: 1.25 !important;
|
|
}
|
|
|
|
.text-lh-normal {
|
|
line-height: 1.5 !important;
|
|
}
|
|
|
|
.text-lh-loose {
|
|
line-height: 2 !important;
|
|
}
|
|
|
|
.text-x1 {
|
|
font-size: 1rem !important;
|
|
line-height: 1.2;
|
|
}
|
|
|
|
.text-x2 {
|
|
font-size: 2rem !important;
|
|
line-height: 1.2;
|
|
}
|
|
|
|
.text-x3 {
|
|
font-size: 3rem !important;
|
|
line-height: 1.2;
|
|
}
|
|
|
|
.text-x4 {
|
|
font-size: 4rem !important;
|
|
line-height: 1.2;
|
|
}
|
|
|
|
.text-x5 {
|
|
font-size: 5rem !important;
|
|
line-height: 1.2;
|
|
}
|
|
|
|
.text-x6 {
|
|
font-size: 6rem !important;
|
|
line-height: 1.2;
|
|
}
|
|
|
|
.text-x7 {
|
|
font-size: 7rem !important;
|
|
line-height: 1.2;
|
|
}
|
|
|
|
.text-x8 {
|
|
font-size: 8rem !important;
|
|
line-height: 1.2;
|
|
}
|
|
|
|
.text-x9 {
|
|
font-size: 9rem !important;
|
|
line-height: 1.2;
|
|
}
|
|
|
|
.text-x10 {
|
|
font-size: 10rem !important;
|
|
line-height: 1.2;
|
|
}
|
|
|
|
@media (min-width: 576px) {
|
|
.text-sm-x1 {
|
|
font-size: 1rem !important;
|
|
line-height: 1.2;
|
|
}
|
|
.text-sm-x2 {
|
|
font-size: 2rem !important;
|
|
line-height: 1.2;
|
|
}
|
|
.text-sm-x3 {
|
|
font-size: 3rem !important;
|
|
line-height: 1.2;
|
|
}
|
|
.text-sm-x4 {
|
|
font-size: 4rem !important;
|
|
line-height: 1.2;
|
|
}
|
|
.text-sm-x5 {
|
|
font-size: 5rem !important;
|
|
line-height: 1.2;
|
|
}
|
|
.text-sm-x6 {
|
|
font-size: 6rem !important;
|
|
line-height: 1.2;
|
|
}
|
|
.text-sm-x7 {
|
|
font-size: 7rem !important;
|
|
line-height: 1.2;
|
|
}
|
|
.text-sm-x8 {
|
|
font-size: 8rem !important;
|
|
line-height: 1.2;
|
|
}
|
|
.text-sm-x9 {
|
|
font-size: 9rem !important;
|
|
line-height: 1.2;
|
|
}
|
|
.text-sm-x10 {
|
|
font-size: 10rem !important;
|
|
line-height: 1.2;
|
|
}
|
|
}
|
|
|
|
@media (min-width: 768px) {
|
|
.text-md-x1 {
|
|
font-size: 1rem !important;
|
|
line-height: 1.2;
|
|
}
|
|
.text-md-x2 {
|
|
font-size: 2rem !important;
|
|
line-height: 1.2;
|
|
}
|
|
.text-md-x3 {
|
|
font-size: 3rem !important;
|
|
line-height: 1.2;
|
|
}
|
|
.text-md-x4 {
|
|
font-size: 4rem !important;
|
|
line-height: 1.2;
|
|
}
|
|
.text-md-x5 {
|
|
font-size: 5rem !important;
|
|
line-height: 1.2;
|
|
}
|
|
.text-md-x6 {
|
|
font-size: 6rem !important;
|
|
line-height: 1.2;
|
|
}
|
|
.text-md-x7 {
|
|
font-size: 7rem !important;
|
|
line-height: 1.2;
|
|
}
|
|
.text-md-x8 {
|
|
font-size: 8rem !important;
|
|
line-height: 1.2;
|
|
}
|
|
.text-md-x9 {
|
|
font-size: 9rem !important;
|
|
line-height: 1.2;
|
|
}
|
|
.text-md-x10 {
|
|
font-size: 10rem !important;
|
|
line-height: 1.2;
|
|
}
|
|
}
|
|
|
|
@media (min-width: 992px) {
|
|
.text-lg-x1 {
|
|
font-size: 1rem !important;
|
|
line-height: 1.2;
|
|
}
|
|
.text-lg-x2 {
|
|
font-size: 2rem !important;
|
|
line-height: 1.2;
|
|
}
|
|
.text-lg-x3 {
|
|
font-size: 3rem !important;
|
|
line-height: 1.2;
|
|
}
|
|
.text-lg-x4 {
|
|
font-size: 4rem !important;
|
|
line-height: 1.2;
|
|
}
|
|
.text-lg-x5 {
|
|
font-size: 5rem !important;
|
|
line-height: 1.2;
|
|
}
|
|
.text-lg-x6 {
|
|
font-size: 6rem !important;
|
|
line-height: 1.2;
|
|
}
|
|
.text-lg-x7 {
|
|
font-size: 7rem !important;
|
|
line-height: 1.2;
|
|
}
|
|
.text-lg-x8 {
|
|
font-size: 8rem !important;
|
|
line-height: 1.2;
|
|
}
|
|
.text-lg-x9 {
|
|
font-size: 9rem !important;
|
|
line-height: 1.2;
|
|
}
|
|
.text-lg-x10 {
|
|
font-size: 10rem !important;
|
|
line-height: 1.2;
|
|
}
|
|
}
|
|
|
|
@media (min-width: 1200px) {
|
|
.text-xl-x1 {
|
|
font-size: 1rem !important;
|
|
line-height: 1.2;
|
|
}
|
|
.text-xl-x2 {
|
|
font-size: 2rem !important;
|
|
line-height: 1.2;
|
|
}
|
|
.text-xl-x3 {
|
|
font-size: 3rem !important;
|
|
line-height: 1.2;
|
|
}
|
|
.text-xl-x4 {
|
|
font-size: 4rem !important;
|
|
line-height: 1.2;
|
|
}
|
|
.text-xl-x5 {
|
|
font-size: 5rem !important;
|
|
line-height: 1.2;
|
|
}
|
|
.text-xl-x6 {
|
|
font-size: 6rem !important;
|
|
line-height: 1.2;
|
|
}
|
|
.text-xl-x7 {
|
|
font-size: 7rem !important;
|
|
line-height: 1.2;
|
|
}
|
|
.text-xl-x8 {
|
|
font-size: 8rem !important;
|
|
line-height: 1.2;
|
|
}
|
|
.text-xl-x9 {
|
|
font-size: 9rem !important;
|
|
line-height: 1.2;
|
|
}
|
|
.text-xl-x10 {
|
|
font-size: 10rem !important;
|
|
line-height: 1.2;
|
|
}
|
|
}
|
|
|
|
ul.list-lg {
|
|
font-size: 110%;
|
|
}
|
|
|
|
ul.list-lg li {
|
|
padding: 0.6em;
|
|
}
|
|
|
|
ul.list-sm {
|
|
font-size: 80%;
|
|
}
|
|
|
|
ul.list-sm li {
|
|
padding: 0.25em;
|
|
}
|
|
|
|
.list-bordered {
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
|
|
.list-bordered>li {
|
|
list-style: none;
|
|
margin: 0;
|
|
padding: 0.5em;
|
|
border-bottom: 1px solid rgba(204, 204, 204, 0.6);
|
|
}
|
|
|
|
.border-white {
|
|
border: 1px solid transparent;
|
|
border-color: white !important;
|
|
}
|
|
|
|
.border-light {
|
|
border-color: #f8f9fa !important;
|
|
}
|
|
|
|
.border-light.border {
|
|
border: 1px solid transparent;
|
|
}
|
|
|
|
.border-grey {
|
|
border-color: #e9ecef !important;
|
|
}
|
|
|
|
.border-grey.border {
|
|
border: 1px solid transparent;
|
|
}
|
|
|
|
.border-grey-dark {
|
|
border-color: #495057 !important;
|
|
}
|
|
|
|
.border-grey-dark.border {
|
|
border: 1px solid transparent;
|
|
}
|
|
|
|
.border-primary {
|
|
border-color: #55A79A !important;
|
|
}
|
|
|
|
.border-primary.border {
|
|
border: 1px solid transparent;
|
|
}
|
|
|
|
.border-primary-dark {
|
|
border-color: #33635c !important;
|
|
}
|
|
|
|
.border-primary-dark.border {
|
|
border: 1px solid transparent;
|
|
}
|
|
|
|
.border-primary-faded {
|
|
border-color: rgba(85, 167, 154, 0.3) !important;
|
|
}
|
|
|
|
.border-primary-faded.border {
|
|
border: 1px solid transparent;
|
|
}
|
|
|
|
.border-info {
|
|
border-color: #17a2b8 !important;
|
|
}
|
|
|
|
.border-info.border {
|
|
border: 1px solid transparent;
|
|
}
|
|
|
|
.border-success {
|
|
border-color: #28a745 !important;
|
|
}
|
|
|
|
.border-success.border {
|
|
border: 1px solid transparent;
|
|
}
|
|
|
|
.border-warning {
|
|
border-color: #ffc107 !important;
|
|
}
|
|
|
|
.border-warning.border {
|
|
border: 1px solid transparent;
|
|
}
|
|
|
|
.border-danger {
|
|
border-color: #dc3545 !important;
|
|
}
|
|
|
|
.border-danger.border {
|
|
border: 1px solid transparent;
|
|
}
|
|
|
|
.border-dark {
|
|
border-color: #343a40 !important;
|
|
}
|
|
|
|
.border-dark.border {
|
|
border: 1px solid transparent;
|
|
}
|
|
|
|
.border-secondary {
|
|
border-color: #6c757d !important;
|
|
}
|
|
|
|
.border-secondary.border {
|
|
border: 1px solid transparent;
|
|
}
|
|
|
|
.border-black {
|
|
border-color: #000 !important;
|
|
}
|
|
|
|
.border-black.border {
|
|
border: 1px solid transparent;
|
|
}
|
|
|
|
.border-white {
|
|
border-color: #fff !important;
|
|
}
|
|
|
|
.border-white.border {
|
|
border: 1px solid transparent;
|
|
}
|
|
|
|
.border-green {
|
|
border-color: #55A79A !important;
|
|
}
|
|
|
|
.border-green.border {
|
|
border: 1px solid transparent;
|
|
}
|
|
|
|
.border-red {
|
|
border-color: #BE3E1D !important;
|
|
}
|
|
|
|
.border-red.border {
|
|
border: 1px solid transparent;
|
|
}
|
|
|
|
.border-blue {
|
|
border-color: #00ADBB !important;
|
|
}
|
|
|
|
.border-blue.border {
|
|
border: 1px solid transparent;
|
|
}
|
|
|
|
.border-purple {
|
|
border-color: #b771b0 !important;
|
|
}
|
|
|
|
.border-purple.border {
|
|
border: 1px solid transparent;
|
|
}
|
|
|
|
.border-pink {
|
|
border-color: #CC164D !important;
|
|
}
|
|
|
|
.border-pink.border {
|
|
border: 1px solid transparent;
|
|
}
|
|
|
|
.border-orange {
|
|
border-color: #e67e22 !important;
|
|
}
|
|
|
|
.border-orange.border {
|
|
border: 1px solid transparent;
|
|
}
|
|
|
|
.border-lime {
|
|
border-color: #b1dc44 !important;
|
|
}
|
|
|
|
.border-lime.border {
|
|
border: 1px solid transparent;
|
|
}
|
|
|
|
.border-blue-dark {
|
|
border-color: #34495e !important;
|
|
}
|
|
|
|
.border-blue-dark.border {
|
|
border: 1px solid transparent;
|
|
}
|
|
|
|
.border-red-dark {
|
|
border-color: #a10f2b !important;
|
|
}
|
|
|
|
.border-red-dark.border {
|
|
border: 1px solid transparent;
|
|
}
|
|
|
|
.border-brown {
|
|
border-color: #91633c !important;
|
|
}
|
|
|
|
.border-brown.border {
|
|
border: 1px solid transparent;
|
|
}
|
|
|
|
.border-cyan-dark {
|
|
border-color: #008b8b !important;
|
|
}
|
|
|
|
.border-cyan-dark.border {
|
|
border: 1px solid transparent;
|
|
}
|
|
|
|
.border-yellow {
|
|
border-color: #D4AC0D !important;
|
|
}
|
|
|
|
.border-yellow.border {
|
|
border: 1px solid transparent;
|
|
}
|
|
|
|
.border-slate {
|
|
border-color: #5D6D7E !important;
|
|
}
|
|
|
|
.border-slate.border {
|
|
border: 1px solid transparent;
|
|
}
|
|
|
|
.border-olive {
|
|
border-color: #808000 !important;
|
|
}
|
|
|
|
.border-olive.border {
|
|
border: 1px solid transparent;
|
|
}
|
|
|
|
.border-teal {
|
|
border-color: #008080 !important;
|
|
}
|
|
|
|
.border-teal.border {
|
|
border: 1px solid transparent;
|
|
}
|
|
|
|
.border-green-bright {
|
|
border-color: #2ECC71 !important;
|
|
}
|
|
|
|
.border-green-bright.border {
|
|
border: 1px solid transparent;
|
|
}
|
|
|
|
.border-transparent {
|
|
border-color: transparent !important;
|
|
}
|
|
|
|
.border-1 {
|
|
border-width: 1px !important;
|
|
}
|
|
|
|
.border-w-1 {
|
|
border-width: 1px !important;
|
|
}
|
|
|
|
.border-top-1 {
|
|
border-top-width: 1px !important;
|
|
}
|
|
|
|
.border-right-1 {
|
|
border-right-width: 1px !important;
|
|
}
|
|
|
|
.border-bottom-1 {
|
|
border-bottom-width: 1px !important;
|
|
}
|
|
|
|
.border-left-1 {
|
|
border-left-width: 1px !important;
|
|
}
|
|
|
|
.border-1-light {
|
|
border: 1px solid #f8f9fa !important;
|
|
}
|
|
|
|
.border-top-1-light {
|
|
border-top: 1px solid #f8f9fa !important;
|
|
}
|
|
|
|
.border-bottom-1-light {
|
|
border-bottom: 1px solid #f8f9fa !important;
|
|
}
|
|
|
|
.border-right-1-light {
|
|
border-right: 1px solid #f8f9fa !important;
|
|
}
|
|
|
|
.border-left-1-light {
|
|
border-left: 1px solid #f8f9fa !important;
|
|
}
|
|
|
|
.border-1-grey {
|
|
border: 1px solid #e9ecef !important;
|
|
}
|
|
|
|
.border-top-1-grey {
|
|
border-top: 1px solid #e9ecef !important;
|
|
}
|
|
|
|
.border-bottom-1-grey {
|
|
border-bottom: 1px solid #e9ecef !important;
|
|
}
|
|
|
|
.border-right-1-grey {
|
|
border-right: 1px solid #e9ecef !important;
|
|
}
|
|
|
|
.border-left-1-grey {
|
|
border-left: 1px solid #e9ecef !important;
|
|
}
|
|
|
|
.border-1-grey-dark {
|
|
border: 1px solid #495057 !important;
|
|
}
|
|
|
|
.border-top-1-grey-dark {
|
|
border-top: 1px solid #495057 !important;
|
|
}
|
|
|
|
.border-bottom-1-grey-dark {
|
|
border-bottom: 1px solid #495057 !important;
|
|
}
|
|
|
|
.border-right-1-grey-dark {
|
|
border-right: 1px solid #495057 !important;
|
|
}
|
|
|
|
.border-left-1-grey-dark {
|
|
border-left: 1px solid #495057 !important;
|
|
}
|
|
|
|
.border-1-primary {
|
|
border: 1px solid #55A79A !important;
|
|
}
|
|
|
|
.border-top-1-primary {
|
|
border-top: 1px solid #55A79A !important;
|
|
}
|
|
|
|
.border-bottom-1-primary {
|
|
border-bottom: 1px solid #55A79A !important;
|
|
}
|
|
|
|
.border-right-1-primary {
|
|
border-right: 1px solid #55A79A !important;
|
|
}
|
|
|
|
.border-left-1-primary {
|
|
border-left: 1px solid #55A79A !important;
|
|
}
|
|
|
|
.border-1-primary-dark {
|
|
border: 1px solid #33635c !important;
|
|
}
|
|
|
|
.border-top-1-primary-dark {
|
|
border-top: 1px solid #33635c !important;
|
|
}
|
|
|
|
.border-bottom-1-primary-dark {
|
|
border-bottom: 1px solid #33635c !important;
|
|
}
|
|
|
|
.border-right-1-primary-dark {
|
|
border-right: 1px solid #33635c !important;
|
|
}
|
|
|
|
.border-left-1-primary-dark {
|
|
border-left: 1px solid #33635c !important;
|
|
}
|
|
|
|
.border-1-primary-faded {
|
|
border: 1px solid rgba(85, 167, 154, 0.3) !important;
|
|
}
|
|
|
|
.border-top-1-primary-faded {
|
|
border-top: 1px solid rgba(85, 167, 154, 0.3) !important;
|
|
}
|
|
|
|
.border-bottom-1-primary-faded {
|
|
border-bottom: 1px solid rgba(85, 167, 154, 0.3) !important;
|
|
}
|
|
|
|
.border-right-1-primary-faded {
|
|
border-right: 1px solid rgba(85, 167, 154, 0.3) !important;
|
|
}
|
|
|
|
.border-left-1-primary-faded {
|
|
border-left: 1px solid rgba(85, 167, 154, 0.3) !important;
|
|
}
|
|
|
|
.border-1-info {
|
|
border: 1px solid #17a2b8 !important;
|
|
}
|
|
|
|
.border-top-1-info {
|
|
border-top: 1px solid #17a2b8 !important;
|
|
}
|
|
|
|
.border-bottom-1-info {
|
|
border-bottom: 1px solid #17a2b8 !important;
|
|
}
|
|
|
|
.border-right-1-info {
|
|
border-right: 1px solid #17a2b8 !important;
|
|
}
|
|
|
|
.border-left-1-info {
|
|
border-left: 1px solid #17a2b8 !important;
|
|
}
|
|
|
|
.border-1-success {
|
|
border: 1px solid #28a745 !important;
|
|
}
|
|
|
|
.border-top-1-success {
|
|
border-top: 1px solid #28a745 !important;
|
|
}
|
|
|
|
.border-bottom-1-success {
|
|
border-bottom: 1px solid #28a745 !important;
|
|
}
|
|
|
|
.border-right-1-success {
|
|
border-right: 1px solid #28a745 !important;
|
|
}
|
|
|
|
.border-left-1-success {
|
|
border-left: 1px solid #28a745 !important;
|
|
}
|
|
|
|
.border-1-warning {
|
|
border: 1px solid #ffc107 !important;
|
|
}
|
|
|
|
.border-top-1-warning {
|
|
border-top: 1px solid #ffc107 !important;
|
|
}
|
|
|
|
.border-bottom-1-warning {
|
|
border-bottom: 1px solid #ffc107 !important;
|
|
}
|
|
|
|
.border-right-1-warning {
|
|
border-right: 1px solid #ffc107 !important;
|
|
}
|
|
|
|
.border-left-1-warning {
|
|
border-left: 1px solid #ffc107 !important;
|
|
}
|
|
|
|
.border-1-danger {
|
|
border: 1px solid #dc3545 !important;
|
|
}
|
|
|
|
.border-top-1-danger {
|
|
border-top: 1px solid #dc3545 !important;
|
|
}
|
|
|
|
.border-bottom-1-danger {
|
|
border-bottom: 1px solid #dc3545 !important;
|
|
}
|
|
|
|
.border-right-1-danger {
|
|
border-right: 1px solid #dc3545 !important;
|
|
}
|
|
|
|
.border-left-1-danger {
|
|
border-left: 1px solid #dc3545 !important;
|
|
}
|
|
|
|
.border-1-dark {
|
|
border: 1px solid #343a40 !important;
|
|
}
|
|
|
|
.border-top-1-dark {
|
|
border-top: 1px solid #343a40 !important;
|
|
}
|
|
|
|
.border-bottom-1-dark {
|
|
border-bottom: 1px solid #343a40 !important;
|
|
}
|
|
|
|
.border-right-1-dark {
|
|
border-right: 1px solid #343a40 !important;
|
|
}
|
|
|
|
.border-left-1-dark {
|
|
border-left: 1px solid #343a40 !important;
|
|
}
|
|
|
|
.border-1-secondary {
|
|
border: 1px solid #6c757d !important;
|
|
}
|
|
|
|
.border-top-1-secondary {
|
|
border-top: 1px solid #6c757d !important;
|
|
}
|
|
|
|
.border-bottom-1-secondary {
|
|
border-bottom: 1px solid #6c757d !important;
|
|
}
|
|
|
|
.border-right-1-secondary {
|
|
border-right: 1px solid #6c757d !important;
|
|
}
|
|
|
|
.border-left-1-secondary {
|
|
border-left: 1px solid #6c757d !important;
|
|
}
|
|
|
|
.border-1-black {
|
|
border: 1px solid #000 !important;
|
|
}
|
|
|
|
.border-top-1-black {
|
|
border-top: 1px solid #000 !important;
|
|
}
|
|
|
|
.border-bottom-1-black {
|
|
border-bottom: 1px solid #000 !important;
|
|
}
|
|
|
|
.border-right-1-black {
|
|
border-right: 1px solid #000 !important;
|
|
}
|
|
|
|
.border-left-1-black {
|
|
border-left: 1px solid #000 !important;
|
|
}
|
|
|
|
.border-1-white {
|
|
border: 1px solid #fff !important;
|
|
}
|
|
|
|
.border-top-1-white {
|
|
border-top: 1px solid #fff !important;
|
|
}
|
|
|
|
.border-bottom-1-white {
|
|
border-bottom: 1px solid #fff !important;
|
|
}
|
|
|
|
.border-right-1-white {
|
|
border-right: 1px solid #fff !important;
|
|
}
|
|
|
|
.border-left-1-white {
|
|
border-left: 1px solid #fff !important;
|
|
}
|
|
|
|
.border-1-green {
|
|
border: 1px solid #55A79A !important;
|
|
}
|
|
|
|
.border-top-1-green {
|
|
border-top: 1px solid #55A79A !important;
|
|
}
|
|
|
|
.border-bottom-1-green {
|
|
border-bottom: 1px solid #55A79A !important;
|
|
}
|
|
|
|
.border-right-1-green {
|
|
border-right: 1px solid #55A79A !important;
|
|
}
|
|
|
|
.border-left-1-green {
|
|
border-left: 1px solid #55A79A !important;
|
|
}
|
|
|
|
.border-1-red {
|
|
border: 1px solid #BE3E1D !important;
|
|
}
|
|
|
|
.border-top-1-red {
|
|
border-top: 1px solid #BE3E1D !important;
|
|
}
|
|
|
|
.border-bottom-1-red {
|
|
border-bottom: 1px solid #BE3E1D !important;
|
|
}
|
|
|
|
.border-right-1-red {
|
|
border-right: 1px solid #BE3E1D !important;
|
|
}
|
|
|
|
.border-left-1-red {
|
|
border-left: 1px solid #BE3E1D !important;
|
|
}
|
|
|
|
.border-1-blue {
|
|
border: 1px solid #00ADBB !important;
|
|
}
|
|
|
|
.border-top-1-blue {
|
|
border-top: 1px solid #00ADBB !important;
|
|
}
|
|
|
|
.border-bottom-1-blue {
|
|
border-bottom: 1px solid #00ADBB !important;
|
|
}
|
|
|
|
.border-right-1-blue {
|
|
border-right: 1px solid #00ADBB !important;
|
|
}
|
|
|
|
.border-left-1-blue {
|
|
border-left: 1px solid #00ADBB !important;
|
|
}
|
|
|
|
.border-1-purple {
|
|
border: 1px solid #b771b0 !important;
|
|
}
|
|
|
|
.border-top-1-purple {
|
|
border-top: 1px solid #b771b0 !important;
|
|
}
|
|
|
|
.border-bottom-1-purple {
|
|
border-bottom: 1px solid #b771b0 !important;
|
|
}
|
|
|
|
.border-right-1-purple {
|
|
border-right: 1px solid #b771b0 !important;
|
|
}
|
|
|
|
.border-left-1-purple {
|
|
border-left: 1px solid #b771b0 !important;
|
|
}
|
|
|
|
.border-1-pink {
|
|
border: 1px solid #CC164D !important;
|
|
}
|
|
|
|
.border-top-1-pink {
|
|
border-top: 1px solid #CC164D !important;
|
|
}
|
|
|
|
.border-bottom-1-pink {
|
|
border-bottom: 1px solid #CC164D !important;
|
|
}
|
|
|
|
.border-right-1-pink {
|
|
border-right: 1px solid #CC164D !important;
|
|
}
|
|
|
|
.border-left-1-pink {
|
|
border-left: 1px solid #CC164D !important;
|
|
}
|
|
|
|
.border-1-orange {
|
|
border: 1px solid #e67e22 !important;
|
|
}
|
|
|
|
.border-top-1-orange {
|
|
border-top: 1px solid #e67e22 !important;
|
|
}
|
|
|
|
.border-bottom-1-orange {
|
|
border-bottom: 1px solid #e67e22 !important;
|
|
}
|
|
|
|
.border-right-1-orange {
|
|
border-right: 1px solid #e67e22 !important;
|
|
}
|
|
|
|
.border-left-1-orange {
|
|
border-left: 1px solid #e67e22 !important;
|
|
}
|
|
|
|
.border-1-lime {
|
|
border: 1px solid #b1dc44 !important;
|
|
}
|
|
|
|
.border-top-1-lime {
|
|
border-top: 1px solid #b1dc44 !important;
|
|
}
|
|
|
|
.border-bottom-1-lime {
|
|
border-bottom: 1px solid #b1dc44 !important;
|
|
}
|
|
|
|
.border-right-1-lime {
|
|
border-right: 1px solid #b1dc44 !important;
|
|
}
|
|
|
|
.border-left-1-lime {
|
|
border-left: 1px solid #b1dc44 !important;
|
|
}
|
|
|
|
.border-1-blue-dark {
|
|
border: 1px solid #34495e !important;
|
|
}
|
|
|
|
.border-top-1-blue-dark {
|
|
border-top: 1px solid #34495e !important;
|
|
}
|
|
|
|
.border-bottom-1-blue-dark {
|
|
border-bottom: 1px solid #34495e !important;
|
|
}
|
|
|
|
.border-right-1-blue-dark {
|
|
border-right: 1px solid #34495e !important;
|
|
}
|
|
|
|
.border-left-1-blue-dark {
|
|
border-left: 1px solid #34495e !important;
|
|
}
|
|
|
|
.border-1-red-dark {
|
|
border: 1px solid #a10f2b !important;
|
|
}
|
|
|
|
.border-top-1-red-dark {
|
|
border-top: 1px solid #a10f2b !important;
|
|
}
|
|
|
|
.border-bottom-1-red-dark {
|
|
border-bottom: 1px solid #a10f2b !important;
|
|
}
|
|
|
|
.border-right-1-red-dark {
|
|
border-right: 1px solid #a10f2b !important;
|
|
}
|
|
|
|
.border-left-1-red-dark {
|
|
border-left: 1px solid #a10f2b !important;
|
|
}
|
|
|
|
.border-1-brown {
|
|
border: 1px solid #91633c !important;
|
|
}
|
|
|
|
.border-top-1-brown {
|
|
border-top: 1px solid #91633c !important;
|
|
}
|
|
|
|
.border-bottom-1-brown {
|
|
border-bottom: 1px solid #91633c !important;
|
|
}
|
|
|
|
.border-right-1-brown {
|
|
border-right: 1px solid #91633c !important;
|
|
}
|
|
|
|
.border-left-1-brown {
|
|
border-left: 1px solid #91633c !important;
|
|
}
|
|
|
|
.border-1-cyan-dark {
|
|
border: 1px solid #008b8b !important;
|
|
}
|
|
|
|
.border-top-1-cyan-dark {
|
|
border-top: 1px solid #008b8b !important;
|
|
}
|
|
|
|
.border-bottom-1-cyan-dark {
|
|
border-bottom: 1px solid #008b8b !important;
|
|
}
|
|
|
|
.border-right-1-cyan-dark {
|
|
border-right: 1px solid #008b8b !important;
|
|
}
|
|
|
|
.border-left-1-cyan-dark {
|
|
border-left: 1px solid #008b8b !important;
|
|
}
|
|
|
|
.border-1-yellow {
|
|
border: 1px solid #D4AC0D !important;
|
|
}
|
|
|
|
.border-top-1-yellow {
|
|
border-top: 1px solid #D4AC0D !important;
|
|
}
|
|
|
|
.border-bottom-1-yellow {
|
|
border-bottom: 1px solid #D4AC0D !important;
|
|
}
|
|
|
|
.border-right-1-yellow {
|
|
border-right: 1px solid #D4AC0D !important;
|
|
}
|
|
|
|
.border-left-1-yellow {
|
|
border-left: 1px solid #D4AC0D !important;
|
|
}
|
|
|
|
.border-1-slate {
|
|
border: 1px solid #5D6D7E !important;
|
|
}
|
|
|
|
.border-top-1-slate {
|
|
border-top: 1px solid #5D6D7E !important;
|
|
}
|
|
|
|
.border-bottom-1-slate {
|
|
border-bottom: 1px solid #5D6D7E !important;
|
|
}
|
|
|
|
.border-right-1-slate {
|
|
border-right: 1px solid #5D6D7E !important;
|
|
}
|
|
|
|
.border-left-1-slate {
|
|
border-left: 1px solid #5D6D7E !important;
|
|
}
|
|
|
|
.border-1-olive {
|
|
border: 1px solid #808000 !important;
|
|
}
|
|
|
|
.border-top-1-olive {
|
|
border-top: 1px solid #808000 !important;
|
|
}
|
|
|
|
.border-bottom-1-olive {
|
|
border-bottom: 1px solid #808000 !important;
|
|
}
|
|
|
|
.border-right-1-olive {
|
|
border-right: 1px solid #808000 !important;
|
|
}
|
|
|
|
.border-left-1-olive {
|
|
border-left: 1px solid #808000 !important;
|
|
}
|
|
|
|
.border-1-teal {
|
|
border: 1px solid #008080 !important;
|
|
}
|
|
|
|
.border-top-1-teal {
|
|
border-top: 1px solid #008080 !important;
|
|
}
|
|
|
|
.border-bottom-1-teal {
|
|
border-bottom: 1px solid #008080 !important;
|
|
}
|
|
|
|
.border-right-1-teal {
|
|
border-right: 1px solid #008080 !important;
|
|
}
|
|
|
|
.border-left-1-teal {
|
|
border-left: 1px solid #008080 !important;
|
|
}
|
|
|
|
.border-1-green-bright {
|
|
border: 1px solid #2ECC71 !important;
|
|
}
|
|
|
|
.border-top-1-green-bright {
|
|
border-top: 1px solid #2ECC71 !important;
|
|
}
|
|
|
|
.border-bottom-1-green-bright {
|
|
border-bottom: 1px solid #2ECC71 !important;
|
|
}
|
|
|
|
.border-right-1-green-bright {
|
|
border-right: 1px solid #2ECC71 !important;
|
|
}
|
|
|
|
.border-left-1-green-bright {
|
|
border-left: 1px solid #2ECC71 !important;
|
|
}
|
|
|
|
.border-2 {
|
|
border-width: 2px !important;
|
|
}
|
|
|
|
.border-w-2 {
|
|
border-width: 2px !important;
|
|
}
|
|
|
|
.border-top-2 {
|
|
border-top-width: 2px !important;
|
|
}
|
|
|
|
.border-right-2 {
|
|
border-right-width: 2px !important;
|
|
}
|
|
|
|
.border-bottom-2 {
|
|
border-bottom-width: 2px !important;
|
|
}
|
|
|
|
.border-left-2 {
|
|
border-left-width: 2px !important;
|
|
}
|
|
|
|
.border-2-light {
|
|
border: 2px solid #f8f9fa !important;
|
|
}
|
|
|
|
.border-top-2-light {
|
|
border-top: 2px solid #f8f9fa !important;
|
|
}
|
|
|
|
.border-bottom-2-light {
|
|
border-bottom: 2px solid #f8f9fa !important;
|
|
}
|
|
|
|
.border-right-2-light {
|
|
border-right: 2px solid #f8f9fa !important;
|
|
}
|
|
|
|
.border-left-2-light {
|
|
border-left: 2px solid #f8f9fa !important;
|
|
}
|
|
|
|
.border-2-grey {
|
|
border: 2px solid #e9ecef !important;
|
|
}
|
|
|
|
.border-top-2-grey {
|
|
border-top: 2px solid #e9ecef !important;
|
|
}
|
|
|
|
.border-bottom-2-grey {
|
|
border-bottom: 2px solid #e9ecef !important;
|
|
}
|
|
|
|
.border-right-2-grey {
|
|
border-right: 2px solid #e9ecef !important;
|
|
}
|
|
|
|
.border-left-2-grey {
|
|
border-left: 2px solid #e9ecef !important;
|
|
}
|
|
|
|
.border-2-grey-dark {
|
|
border: 2px solid #495057 !important;
|
|
}
|
|
|
|
.border-top-2-grey-dark {
|
|
border-top: 2px solid #495057 !important;
|
|
}
|
|
|
|
.border-bottom-2-grey-dark {
|
|
border-bottom: 2px solid #495057 !important;
|
|
}
|
|
|
|
.border-right-2-grey-dark {
|
|
border-right: 2px solid #495057 !important;
|
|
}
|
|
|
|
.border-left-2-grey-dark {
|
|
border-left: 2px solid #495057 !important;
|
|
}
|
|
|
|
.border-2-primary {
|
|
border: 2px solid #55A79A !important;
|
|
}
|
|
|
|
.border-top-2-primary {
|
|
border-top: 2px solid #55A79A !important;
|
|
}
|
|
|
|
.border-bottom-2-primary {
|
|
border-bottom: 2px solid #55A79A !important;
|
|
}
|
|
|
|
.border-right-2-primary {
|
|
border-right: 2px solid #55A79A !important;
|
|
}
|
|
|
|
.border-left-2-primary {
|
|
border-left: 2px solid #55A79A !important;
|
|
}
|
|
|
|
.border-2-primary-dark {
|
|
border: 2px solid #33635c !important;
|
|
}
|
|
|
|
.border-top-2-primary-dark {
|
|
border-top: 2px solid #33635c !important;
|
|
}
|
|
|
|
.border-bottom-2-primary-dark {
|
|
border-bottom: 2px solid #33635c !important;
|
|
}
|
|
|
|
.border-right-2-primary-dark {
|
|
border-right: 2px solid #33635c !important;
|
|
}
|
|
|
|
.border-left-2-primary-dark {
|
|
border-left: 2px solid #33635c !important;
|
|
}
|
|
|
|
.border-2-primary-faded {
|
|
border: 2px solid rgba(85, 167, 154, 0.3) !important;
|
|
}
|
|
|
|
.border-top-2-primary-faded {
|
|
border-top: 2px solid rgba(85, 167, 154, 0.3) !important;
|
|
}
|
|
|
|
.border-bottom-2-primary-faded {
|
|
border-bottom: 2px solid rgba(85, 167, 154, 0.3) !important;
|
|
}
|
|
|
|
.border-right-2-primary-faded {
|
|
border-right: 2px solid rgba(85, 167, 154, 0.3) !important;
|
|
}
|
|
|
|
.border-left-2-primary-faded {
|
|
border-left: 2px solid rgba(85, 167, 154, 0.3) !important;
|
|
}
|
|
|
|
.border-2-info {
|
|
border: 2px solid #17a2b8 !important;
|
|
}
|
|
|
|
.border-top-2-info {
|
|
border-top: 2px solid #17a2b8 !important;
|
|
}
|
|
|
|
.border-bottom-2-info {
|
|
border-bottom: 2px solid #17a2b8 !important;
|
|
}
|
|
|
|
.border-right-2-info {
|
|
border-right: 2px solid #17a2b8 !important;
|
|
}
|
|
|
|
.border-left-2-info {
|
|
border-left: 2px solid #17a2b8 !important;
|
|
}
|
|
|
|
.border-2-success {
|
|
border: 2px solid #28a745 !important;
|
|
}
|
|
|
|
.border-top-2-success {
|
|
border-top: 2px solid #28a745 !important;
|
|
}
|
|
|
|
.border-bottom-2-success {
|
|
border-bottom: 2px solid #28a745 !important;
|
|
}
|
|
|
|
.border-right-2-success {
|
|
border-right: 2px solid #28a745 !important;
|
|
}
|
|
|
|
.border-left-2-success {
|
|
border-left: 2px solid #28a745 !important;
|
|
}
|
|
|
|
.border-2-warning {
|
|
border: 2px solid #ffc107 !important;
|
|
}
|
|
|
|
.border-top-2-warning {
|
|
border-top: 2px solid #ffc107 !important;
|
|
}
|
|
|
|
.border-bottom-2-warning {
|
|
border-bottom: 2px solid #ffc107 !important;
|
|
}
|
|
|
|
.border-right-2-warning {
|
|
border-right: 2px solid #ffc107 !important;
|
|
}
|
|
|
|
.border-left-2-warning {
|
|
border-left: 2px solid #ffc107 !important;
|
|
}
|
|
|
|
.border-2-danger {
|
|
border: 2px solid #dc3545 !important;
|
|
}
|
|
|
|
.border-top-2-danger {
|
|
border-top: 2px solid #dc3545 !important;
|
|
}
|
|
|
|
.border-bottom-2-danger {
|
|
border-bottom: 2px solid #dc3545 !important;
|
|
}
|
|
|
|
.border-right-2-danger {
|
|
border-right: 2px solid #dc3545 !important;
|
|
}
|
|
|
|
.border-left-2-danger {
|
|
border-left: 2px solid #dc3545 !important;
|
|
}
|
|
|
|
.border-2-dark {
|
|
border: 2px solid #343a40 !important;
|
|
}
|
|
|
|
.border-top-2-dark {
|
|
border-top: 2px solid #343a40 !important;
|
|
}
|
|
|
|
.border-bottom-2-dark {
|
|
border-bottom: 2px solid #343a40 !important;
|
|
}
|
|
|
|
.border-right-2-dark {
|
|
border-right: 2px solid #343a40 !important;
|
|
}
|
|
|
|
.border-left-2-dark {
|
|
border-left: 2px solid #343a40 !important;
|
|
}
|
|
|
|
.border-2-secondary {
|
|
border: 2px solid #6c757d !important;
|
|
}
|
|
|
|
.border-top-2-secondary {
|
|
border-top: 2px solid #6c757d !important;
|
|
}
|
|
|
|
.border-bottom-2-secondary {
|
|
border-bottom: 2px solid #6c757d !important;
|
|
}
|
|
|
|
.border-right-2-secondary {
|
|
border-right: 2px solid #6c757d !important;
|
|
}
|
|
|
|
.border-left-2-secondary {
|
|
border-left: 2px solid #6c757d !important;
|
|
}
|
|
|
|
.border-2-black {
|
|
border: 2px solid #000 !important;
|
|
}
|
|
|
|
.border-top-2-black {
|
|
border-top: 2px solid #000 !important;
|
|
}
|
|
|
|
.border-bottom-2-black {
|
|
border-bottom: 2px solid #000 !important;
|
|
}
|
|
|
|
.border-right-2-black {
|
|
border-right: 2px solid #000 !important;
|
|
}
|
|
|
|
.border-left-2-black {
|
|
border-left: 2px solid #000 !important;
|
|
}
|
|
|
|
.border-2-white {
|
|
border: 2px solid #fff !important;
|
|
}
|
|
|
|
.border-top-2-white {
|
|
border-top: 2px solid #fff !important;
|
|
}
|
|
|
|
.border-bottom-2-white {
|
|
border-bottom: 2px solid #fff !important;
|
|
}
|
|
|
|
.border-right-2-white {
|
|
border-right: 2px solid #fff !important;
|
|
}
|
|
|
|
.border-left-2-white {
|
|
border-left: 2px solid #fff !important;
|
|
}
|
|
|
|
.border-2-green {
|
|
border: 2px solid #55A79A !important;
|
|
}
|
|
|
|
.border-top-2-green {
|
|
border-top: 2px solid #55A79A !important;
|
|
}
|
|
|
|
.border-bottom-2-green {
|
|
border-bottom: 2px solid #55A79A !important;
|
|
}
|
|
|
|
.border-right-2-green {
|
|
border-right: 2px solid #55A79A !important;
|
|
}
|
|
|
|
.border-left-2-green {
|
|
border-left: 2px solid #55A79A !important;
|
|
}
|
|
|
|
.border-2-red {
|
|
border: 2px solid #BE3E1D !important;
|
|
}
|
|
|
|
.border-top-2-red {
|
|
border-top: 2px solid #BE3E1D !important;
|
|
}
|
|
|
|
.border-bottom-2-red {
|
|
border-bottom: 2px solid #BE3E1D !important;
|
|
}
|
|
|
|
.border-right-2-red {
|
|
border-right: 2px solid #BE3E1D !important;
|
|
}
|
|
|
|
.border-left-2-red {
|
|
border-left: 2px solid #BE3E1D !important;
|
|
}
|
|
|
|
.border-2-blue {
|
|
border: 2px solid #00ADBB !important;
|
|
}
|
|
|
|
.border-top-2-blue {
|
|
border-top: 2px solid #00ADBB !important;
|
|
}
|
|
|
|
.border-bottom-2-blue {
|
|
border-bottom: 2px solid #00ADBB !important;
|
|
}
|
|
|
|
.border-right-2-blue {
|
|
border-right: 2px solid #00ADBB !important;
|
|
}
|
|
|
|
.border-left-2-blue {
|
|
border-left: 2px solid #00ADBB !important;
|
|
}
|
|
|
|
.border-2-purple {
|
|
border: 2px solid #b771b0 !important;
|
|
}
|
|
|
|
.border-top-2-purple {
|
|
border-top: 2px solid #b771b0 !important;
|
|
}
|
|
|
|
.border-bottom-2-purple {
|
|
border-bottom: 2px solid #b771b0 !important;
|
|
}
|
|
|
|
.border-right-2-purple {
|
|
border-right: 2px solid #b771b0 !important;
|
|
}
|
|
|
|
.border-left-2-purple {
|
|
border-left: 2px solid #b771b0 !important;
|
|
}
|
|
|
|
.border-2-pink {
|
|
border: 2px solid #CC164D !important;
|
|
}
|
|
|
|
.border-top-2-pink {
|
|
border-top: 2px solid #CC164D !important;
|
|
}
|
|
|
|
.border-bottom-2-pink {
|
|
border-bottom: 2px solid #CC164D !important;
|
|
}
|
|
|
|
.border-right-2-pink {
|
|
border-right: 2px solid #CC164D !important;
|
|
}
|
|
|
|
.border-left-2-pink {
|
|
border-left: 2px solid #CC164D !important;
|
|
}
|
|
|
|
.border-2-orange {
|
|
border: 2px solid #e67e22 !important;
|
|
}
|
|
|
|
.border-top-2-orange {
|
|
border-top: 2px solid #e67e22 !important;
|
|
}
|
|
|
|
.border-bottom-2-orange {
|
|
border-bottom: 2px solid #e67e22 !important;
|
|
}
|
|
|
|
.border-right-2-orange {
|
|
border-right: 2px solid #e67e22 !important;
|
|
}
|
|
|
|
.border-left-2-orange {
|
|
border-left: 2px solid #e67e22 !important;
|
|
}
|
|
|
|
.border-2-lime {
|
|
border: 2px solid #b1dc44 !important;
|
|
}
|
|
|
|
.border-top-2-lime {
|
|
border-top: 2px solid #b1dc44 !important;
|
|
}
|
|
|
|
.border-bottom-2-lime {
|
|
border-bottom: 2px solid #b1dc44 !important;
|
|
}
|
|
|
|
.border-right-2-lime {
|
|
border-right: 2px solid #b1dc44 !important;
|
|
}
|
|
|
|
.border-left-2-lime {
|
|
border-left: 2px solid #b1dc44 !important;
|
|
}
|
|
|
|
.border-2-blue-dark {
|
|
border: 2px solid #34495e !important;
|
|
}
|
|
|
|
.border-top-2-blue-dark {
|
|
border-top: 2px solid #34495e !important;
|
|
}
|
|
|
|
.border-bottom-2-blue-dark {
|
|
border-bottom: 2px solid #34495e !important;
|
|
}
|
|
|
|
.border-right-2-blue-dark {
|
|
border-right: 2px solid #34495e !important;
|
|
}
|
|
|
|
.border-left-2-blue-dark {
|
|
border-left: 2px solid #34495e !important;
|
|
}
|
|
|
|
.border-2-red-dark {
|
|
border: 2px solid #a10f2b !important;
|
|
}
|
|
|
|
.border-top-2-red-dark {
|
|
border-top: 2px solid #a10f2b !important;
|
|
}
|
|
|
|
.border-bottom-2-red-dark {
|
|
border-bottom: 2px solid #a10f2b !important;
|
|
}
|
|
|
|
.border-right-2-red-dark {
|
|
border-right: 2px solid #a10f2b !important;
|
|
}
|
|
|
|
.border-left-2-red-dark {
|
|
border-left: 2px solid #a10f2b !important;
|
|
}
|
|
|
|
.border-2-brown {
|
|
border: 2px solid #91633c !important;
|
|
}
|
|
|
|
.border-top-2-brown {
|
|
border-top: 2px solid #91633c !important;
|
|
}
|
|
|
|
.border-bottom-2-brown {
|
|
border-bottom: 2px solid #91633c !important;
|
|
}
|
|
|
|
.border-right-2-brown {
|
|
border-right: 2px solid #91633c !important;
|
|
}
|
|
|
|
.border-left-2-brown {
|
|
border-left: 2px solid #91633c !important;
|
|
}
|
|
|
|
.border-2-cyan-dark {
|
|
border: 2px solid #008b8b !important;
|
|
}
|
|
|
|
.border-top-2-cyan-dark {
|
|
border-top: 2px solid #008b8b !important;
|
|
}
|
|
|
|
.border-bottom-2-cyan-dark {
|
|
border-bottom: 2px solid #008b8b !important;
|
|
}
|
|
|
|
.border-right-2-cyan-dark {
|
|
border-right: 2px solid #008b8b !important;
|
|
}
|
|
|
|
.border-left-2-cyan-dark {
|
|
border-left: 2px solid #008b8b !important;
|
|
}
|
|
|
|
.border-2-yellow {
|
|
border: 2px solid #D4AC0D !important;
|
|
}
|
|
|
|
.border-top-2-yellow {
|
|
border-top: 2px solid #D4AC0D !important;
|
|
}
|
|
|
|
.border-bottom-2-yellow {
|
|
border-bottom: 2px solid #D4AC0D !important;
|
|
}
|
|
|
|
.border-right-2-yellow {
|
|
border-right: 2px solid #D4AC0D !important;
|
|
}
|
|
|
|
.border-left-2-yellow {
|
|
border-left: 2px solid #D4AC0D !important;
|
|
}
|
|
|
|
.border-2-slate {
|
|
border: 2px solid #5D6D7E !important;
|
|
}
|
|
|
|
.border-top-2-slate {
|
|
border-top: 2px solid #5D6D7E !important;
|
|
}
|
|
|
|
.border-bottom-2-slate {
|
|
border-bottom: 2px solid #5D6D7E !important;
|
|
}
|
|
|
|
.border-right-2-slate {
|
|
border-right: 2px solid #5D6D7E !important;
|
|
}
|
|
|
|
.border-left-2-slate {
|
|
border-left: 2px solid #5D6D7E !important;
|
|
}
|
|
|
|
.border-2-olive {
|
|
border: 2px solid #808000 !important;
|
|
}
|
|
|
|
.border-top-2-olive {
|
|
border-top: 2px solid #808000 !important;
|
|
}
|
|
|
|
.border-bottom-2-olive {
|
|
border-bottom: 2px solid #808000 !important;
|
|
}
|
|
|
|
.border-right-2-olive {
|
|
border-right: 2px solid #808000 !important;
|
|
}
|
|
|
|
.border-left-2-olive {
|
|
border-left: 2px solid #808000 !important;
|
|
}
|
|
|
|
.border-2-teal {
|
|
border: 2px solid #008080 !important;
|
|
}
|
|
|
|
.border-top-2-teal {
|
|
border-top: 2px solid #008080 !important;
|
|
}
|
|
|
|
.border-bottom-2-teal {
|
|
border-bottom: 2px solid #008080 !important;
|
|
}
|
|
|
|
.border-right-2-teal {
|
|
border-right: 2px solid #008080 !important;
|
|
}
|
|
|
|
.border-left-2-teal {
|
|
border-left: 2px solid #008080 !important;
|
|
}
|
|
|
|
.border-2-green-bright {
|
|
border: 2px solid #2ECC71 !important;
|
|
}
|
|
|
|
.border-top-2-green-bright {
|
|
border-top: 2px solid #2ECC71 !important;
|
|
}
|
|
|
|
.border-bottom-2-green-bright {
|
|
border-bottom: 2px solid #2ECC71 !important;
|
|
}
|
|
|
|
.border-right-2-green-bright {
|
|
border-right: 2px solid #2ECC71 !important;
|
|
}
|
|
|
|
.border-left-2-green-bright {
|
|
border-left: 2px solid #2ECC71 !important;
|
|
}
|
|
|
|
.border-3 {
|
|
border-width: 3px !important;
|
|
}
|
|
|
|
.border-w-3 {
|
|
border-width: 3px !important;
|
|
}
|
|
|
|
.border-top-3 {
|
|
border-top-width: 3px !important;
|
|
}
|
|
|
|
.border-right-3 {
|
|
border-right-width: 3px !important;
|
|
}
|
|
|
|
.border-bottom-3 {
|
|
border-bottom-width: 3px !important;
|
|
}
|
|
|
|
.border-left-3 {
|
|
border-left-width: 3px !important;
|
|
}
|
|
|
|
.border-3-light {
|
|
border: 3px solid #f8f9fa !important;
|
|
}
|
|
|
|
.border-top-3-light {
|
|
border-top: 3px solid #f8f9fa !important;
|
|
}
|
|
|
|
.border-bottom-3-light {
|
|
border-bottom: 3px solid #f8f9fa !important;
|
|
}
|
|
|
|
.border-right-3-light {
|
|
border-right: 3px solid #f8f9fa !important;
|
|
}
|
|
|
|
.border-left-3-light {
|
|
border-left: 3px solid #f8f9fa !important;
|
|
}
|
|
|
|
.border-3-grey {
|
|
border: 3px solid #e9ecef !important;
|
|
}
|
|
|
|
.border-top-3-grey {
|
|
border-top: 3px solid #e9ecef !important;
|
|
}
|
|
|
|
.border-bottom-3-grey {
|
|
border-bottom: 3px solid #e9ecef !important;
|
|
}
|
|
|
|
.border-right-3-grey {
|
|
border-right: 3px solid #e9ecef !important;
|
|
}
|
|
|
|
.border-left-3-grey {
|
|
border-left: 3px solid #e9ecef !important;
|
|
}
|
|
|
|
.border-3-grey-dark {
|
|
border: 3px solid #495057 !important;
|
|
}
|
|
|
|
.border-top-3-grey-dark {
|
|
border-top: 3px solid #495057 !important;
|
|
}
|
|
|
|
.border-bottom-3-grey-dark {
|
|
border-bottom: 3px solid #495057 !important;
|
|
}
|
|
|
|
.border-right-3-grey-dark {
|
|
border-right: 3px solid #495057 !important;
|
|
}
|
|
|
|
.border-left-3-grey-dark {
|
|
border-left: 3px solid #495057 !important;
|
|
}
|
|
|
|
.border-3-primary {
|
|
border: 3px solid #55A79A !important;
|
|
}
|
|
|
|
.border-top-3-primary {
|
|
border-top: 3px solid #55A79A !important;
|
|
}
|
|
|
|
.border-bottom-3-primary {
|
|
border-bottom: 3px solid #55A79A !important;
|
|
}
|
|
|
|
.border-right-3-primary {
|
|
border-right: 3px solid #55A79A !important;
|
|
}
|
|
|
|
.border-left-3-primary {
|
|
border-left: 3px solid #55A79A !important;
|
|
}
|
|
|
|
.border-3-primary-dark {
|
|
border: 3px solid #33635c !important;
|
|
}
|
|
|
|
.border-top-3-primary-dark {
|
|
border-top: 3px solid #33635c !important;
|
|
}
|
|
|
|
.border-bottom-3-primary-dark {
|
|
border-bottom: 3px solid #33635c !important;
|
|
}
|
|
|
|
.border-right-3-primary-dark {
|
|
border-right: 3px solid #33635c !important;
|
|
}
|
|
|
|
.border-left-3-primary-dark {
|
|
border-left: 3px solid #33635c !important;
|
|
}
|
|
|
|
.border-3-primary-faded {
|
|
border: 3px solid rgba(85, 167, 154, 0.3) !important;
|
|
}
|
|
|
|
.border-top-3-primary-faded {
|
|
border-top: 3px solid rgba(85, 167, 154, 0.3) !important;
|
|
}
|
|
|
|
.border-bottom-3-primary-faded {
|
|
border-bottom: 3px solid rgba(85, 167, 154, 0.3) !important;
|
|
}
|
|
|
|
.border-right-3-primary-faded {
|
|
border-right: 3px solid rgba(85, 167, 154, 0.3) !important;
|
|
}
|
|
|
|
.border-left-3-primary-faded {
|
|
border-left: 3px solid rgba(85, 167, 154, 0.3) !important;
|
|
}
|
|
|
|
.border-3-info {
|
|
border: 3px solid #17a2b8 !important;
|
|
}
|
|
|
|
.border-top-3-info {
|
|
border-top: 3px solid #17a2b8 !important;
|
|
}
|
|
|
|
.border-bottom-3-info {
|
|
border-bottom: 3px solid #17a2b8 !important;
|
|
}
|
|
|
|
.border-right-3-info {
|
|
border-right: 3px solid #17a2b8 !important;
|
|
}
|
|
|
|
.border-left-3-info {
|
|
border-left: 3px solid #17a2b8 !important;
|
|
}
|
|
|
|
.border-3-success {
|
|
border: 3px solid #28a745 !important;
|
|
}
|
|
|
|
.border-top-3-success {
|
|
border-top: 3px solid #28a745 !important;
|
|
}
|
|
|
|
.border-bottom-3-success {
|
|
border-bottom: 3px solid #28a745 !important;
|
|
}
|
|
|
|
.border-right-3-success {
|
|
border-right: 3px solid #28a745 !important;
|
|
}
|
|
|
|
.border-left-3-success {
|
|
border-left: 3px solid #28a745 !important;
|
|
}
|
|
|
|
.border-3-warning {
|
|
border: 3px solid #ffc107 !important;
|
|
}
|
|
|
|
.border-top-3-warning {
|
|
border-top: 3px solid #ffc107 !important;
|
|
}
|
|
|
|
.border-bottom-3-warning {
|
|
border-bottom: 3px solid #ffc107 !important;
|
|
}
|
|
|
|
.border-right-3-warning {
|
|
border-right: 3px solid #ffc107 !important;
|
|
}
|
|
|
|
.border-left-3-warning {
|
|
border-left: 3px solid #ffc107 !important;
|
|
}
|
|
|
|
.border-3-danger {
|
|
border: 3px solid #dc3545 !important;
|
|
}
|
|
|
|
.border-top-3-danger {
|
|
border-top: 3px solid #dc3545 !important;
|
|
}
|
|
|
|
.border-bottom-3-danger {
|
|
border-bottom: 3px solid #dc3545 !important;
|
|
}
|
|
|
|
.border-right-3-danger {
|
|
border-right: 3px solid #dc3545 !important;
|
|
}
|
|
|
|
.border-left-3-danger {
|
|
border-left: 3px solid #dc3545 !important;
|
|
}
|
|
|
|
.border-3-dark {
|
|
border: 3px solid #343a40 !important;
|
|
}
|
|
|
|
.border-top-3-dark {
|
|
border-top: 3px solid #343a40 !important;
|
|
}
|
|
|
|
.border-bottom-3-dark {
|
|
border-bottom: 3px solid #343a40 !important;
|
|
}
|
|
|
|
.border-right-3-dark {
|
|
border-right: 3px solid #343a40 !important;
|
|
}
|
|
|
|
.border-left-3-dark {
|
|
border-left: 3px solid #343a40 !important;
|
|
}
|
|
|
|
.border-3-secondary {
|
|
border: 3px solid #6c757d !important;
|
|
}
|
|
|
|
.border-top-3-secondary {
|
|
border-top: 3px solid #6c757d !important;
|
|
}
|
|
|
|
.border-bottom-3-secondary {
|
|
border-bottom: 3px solid #6c757d !important;
|
|
}
|
|
|
|
.border-right-3-secondary {
|
|
border-right: 3px solid #6c757d !important;
|
|
}
|
|
|
|
.border-left-3-secondary {
|
|
border-left: 3px solid #6c757d !important;
|
|
}
|
|
|
|
.border-3-black {
|
|
border: 3px solid #000 !important;
|
|
}
|
|
|
|
.border-top-3-black {
|
|
border-top: 3px solid #000 !important;
|
|
}
|
|
|
|
.border-bottom-3-black {
|
|
border-bottom: 3px solid #000 !important;
|
|
}
|
|
|
|
.border-right-3-black {
|
|
border-right: 3px solid #000 !important;
|
|
}
|
|
|
|
.border-left-3-black {
|
|
border-left: 3px solid #000 !important;
|
|
}
|
|
|
|
.border-3-white {
|
|
border: 3px solid #fff !important;
|
|
}
|
|
|
|
.border-top-3-white {
|
|
border-top: 3px solid #fff !important;
|
|
}
|
|
|
|
.border-bottom-3-white {
|
|
border-bottom: 3px solid #fff !important;
|
|
}
|
|
|
|
.border-right-3-white {
|
|
border-right: 3px solid #fff !important;
|
|
}
|
|
|
|
.border-left-3-white {
|
|
border-left: 3px solid #fff !important;
|
|
}
|
|
|
|
.border-3-green {
|
|
border: 3px solid #55A79A !important;
|
|
}
|
|
|
|
.border-top-3-green {
|
|
border-top: 3px solid #55A79A !important;
|
|
}
|
|
|
|
.border-bottom-3-green {
|
|
border-bottom: 3px solid #55A79A !important;
|
|
}
|
|
|
|
.border-right-3-green {
|
|
border-right: 3px solid #55A79A !important;
|
|
}
|
|
|
|
.border-left-3-green {
|
|
border-left: 3px solid #55A79A !important;
|
|
}
|
|
|
|
.border-3-red {
|
|
border: 3px solid #BE3E1D !important;
|
|
}
|
|
|
|
.border-top-3-red {
|
|
border-top: 3px solid #BE3E1D !important;
|
|
}
|
|
|
|
.border-bottom-3-red {
|
|
border-bottom: 3px solid #BE3E1D !important;
|
|
}
|
|
|
|
.border-right-3-red {
|
|
border-right: 3px solid #BE3E1D !important;
|
|
}
|
|
|
|
.border-left-3-red {
|
|
border-left: 3px solid #BE3E1D !important;
|
|
}
|
|
|
|
.border-3-blue {
|
|
border: 3px solid #00ADBB !important;
|
|
}
|
|
|
|
.border-top-3-blue {
|
|
border-top: 3px solid #00ADBB !important;
|
|
}
|
|
|
|
.border-bottom-3-blue {
|
|
border-bottom: 3px solid #00ADBB !important;
|
|
}
|
|
|
|
.border-right-3-blue {
|
|
border-right: 3px solid #00ADBB !important;
|
|
}
|
|
|
|
.border-left-3-blue {
|
|
border-left: 3px solid #00ADBB !important;
|
|
}
|
|
|
|
.border-3-purple {
|
|
border: 3px solid #b771b0 !important;
|
|
}
|
|
|
|
.border-top-3-purple {
|
|
border-top: 3px solid #b771b0 !important;
|
|
}
|
|
|
|
.border-bottom-3-purple {
|
|
border-bottom: 3px solid #b771b0 !important;
|
|
}
|
|
|
|
.border-right-3-purple {
|
|
border-right: 3px solid #b771b0 !important;
|
|
}
|
|
|
|
.border-left-3-purple {
|
|
border-left: 3px solid #b771b0 !important;
|
|
}
|
|
|
|
.border-3-pink {
|
|
border: 3px solid #CC164D !important;
|
|
}
|
|
|
|
.border-top-3-pink {
|
|
border-top: 3px solid #CC164D !important;
|
|
}
|
|
|
|
.border-bottom-3-pink {
|
|
border-bottom: 3px solid #CC164D !important;
|
|
}
|
|
|
|
.border-right-3-pink {
|
|
border-right: 3px solid #CC164D !important;
|
|
}
|
|
|
|
.border-left-3-pink {
|
|
border-left: 3px solid #CC164D !important;
|
|
}
|
|
|
|
.border-3-orange {
|
|
border: 3px solid #e67e22 !important;
|
|
}
|
|
|
|
.border-top-3-orange {
|
|
border-top: 3px solid #e67e22 !important;
|
|
}
|
|
|
|
.border-bottom-3-orange {
|
|
border-bottom: 3px solid #e67e22 !important;
|
|
}
|
|
|
|
.border-right-3-orange {
|
|
border-right: 3px solid #e67e22 !important;
|
|
}
|
|
|
|
.border-left-3-orange {
|
|
border-left: 3px solid #e67e22 !important;
|
|
}
|
|
|
|
.border-3-lime {
|
|
border: 3px solid #b1dc44 !important;
|
|
}
|
|
|
|
.border-top-3-lime {
|
|
border-top: 3px solid #b1dc44 !important;
|
|
}
|
|
|
|
.border-bottom-3-lime {
|
|
border-bottom: 3px solid #b1dc44 !important;
|
|
}
|
|
|
|
.border-right-3-lime {
|
|
border-right: 3px solid #b1dc44 !important;
|
|
}
|
|
|
|
.border-left-3-lime {
|
|
border-left: 3px solid #b1dc44 !important;
|
|
}
|
|
|
|
.border-3-blue-dark {
|
|
border: 3px solid #34495e !important;
|
|
}
|
|
|
|
.border-top-3-blue-dark {
|
|
border-top: 3px solid #34495e !important;
|
|
}
|
|
|
|
.border-bottom-3-blue-dark {
|
|
border-bottom: 3px solid #34495e !important;
|
|
}
|
|
|
|
.border-right-3-blue-dark {
|
|
border-right: 3px solid #34495e !important;
|
|
}
|
|
|
|
.border-left-3-blue-dark {
|
|
border-left: 3px solid #34495e !important;
|
|
}
|
|
|
|
.border-3-red-dark {
|
|
border: 3px solid #a10f2b !important;
|
|
}
|
|
|
|
.border-top-3-red-dark {
|
|
border-top: 3px solid #a10f2b !important;
|
|
}
|
|
|
|
.border-bottom-3-red-dark {
|
|
border-bottom: 3px solid #a10f2b !important;
|
|
}
|
|
|
|
.border-right-3-red-dark {
|
|
border-right: 3px solid #a10f2b !important;
|
|
}
|
|
|
|
.border-left-3-red-dark {
|
|
border-left: 3px solid #a10f2b !important;
|
|
}
|
|
|
|
.border-3-brown {
|
|
border: 3px solid #91633c !important;
|
|
}
|
|
|
|
.border-top-3-brown {
|
|
border-top: 3px solid #91633c !important;
|
|
}
|
|
|
|
.border-bottom-3-brown {
|
|
border-bottom: 3px solid #91633c !important;
|
|
}
|
|
|
|
.border-right-3-brown {
|
|
border-right: 3px solid #91633c !important;
|
|
}
|
|
|
|
.border-left-3-brown {
|
|
border-left: 3px solid #91633c !important;
|
|
}
|
|
|
|
.border-3-cyan-dark {
|
|
border: 3px solid #008b8b !important;
|
|
}
|
|
|
|
.border-top-3-cyan-dark {
|
|
border-top: 3px solid #008b8b !important;
|
|
}
|
|
|
|
.border-bottom-3-cyan-dark {
|
|
border-bottom: 3px solid #008b8b !important;
|
|
}
|
|
|
|
.border-right-3-cyan-dark {
|
|
border-right: 3px solid #008b8b !important;
|
|
}
|
|
|
|
.border-left-3-cyan-dark {
|
|
border-left: 3px solid #008b8b !important;
|
|
}
|
|
|
|
.border-3-yellow {
|
|
border: 3px solid #D4AC0D !important;
|
|
}
|
|
|
|
.border-top-3-yellow {
|
|
border-top: 3px solid #D4AC0D !important;
|
|
}
|
|
|
|
.border-bottom-3-yellow {
|
|
border-bottom: 3px solid #D4AC0D !important;
|
|
}
|
|
|
|
.border-right-3-yellow {
|
|
border-right: 3px solid #D4AC0D !important;
|
|
}
|
|
|
|
.border-left-3-yellow {
|
|
border-left: 3px solid #D4AC0D !important;
|
|
}
|
|
|
|
.border-3-slate {
|
|
border: 3px solid #5D6D7E !important;
|
|
}
|
|
|
|
.border-top-3-slate {
|
|
border-top: 3px solid #5D6D7E !important;
|
|
}
|
|
|
|
.border-bottom-3-slate {
|
|
border-bottom: 3px solid #5D6D7E !important;
|
|
}
|
|
|
|
.border-right-3-slate {
|
|
border-right: 3px solid #5D6D7E !important;
|
|
}
|
|
|
|
.border-left-3-slate {
|
|
border-left: 3px solid #5D6D7E !important;
|
|
}
|
|
|
|
.border-3-olive {
|
|
border: 3px solid #808000 !important;
|
|
}
|
|
|
|
.border-top-3-olive {
|
|
border-top: 3px solid #808000 !important;
|
|
}
|
|
|
|
.border-bottom-3-olive {
|
|
border-bottom: 3px solid #808000 !important;
|
|
}
|
|
|
|
.border-right-3-olive {
|
|
border-right: 3px solid #808000 !important;
|
|
}
|
|
|
|
.border-left-3-olive {
|
|
border-left: 3px solid #808000 !important;
|
|
}
|
|
|
|
.border-3-teal {
|
|
border: 3px solid #008080 !important;
|
|
}
|
|
|
|
.border-top-3-teal {
|
|
border-top: 3px solid #008080 !important;
|
|
}
|
|
|
|
.border-bottom-3-teal {
|
|
border-bottom: 3px solid #008080 !important;
|
|
}
|
|
|
|
.border-right-3-teal {
|
|
border-right: 3px solid #008080 !important;
|
|
}
|
|
|
|
.border-left-3-teal {
|
|
border-left: 3px solid #008080 !important;
|
|
}
|
|
|
|
.border-3-green-bright {
|
|
border: 3px solid #2ECC71 !important;
|
|
}
|
|
|
|
.border-top-3-green-bright {
|
|
border-top: 3px solid #2ECC71 !important;
|
|
}
|
|
|
|
.border-bottom-3-green-bright {
|
|
border-bottom: 3px solid #2ECC71 !important;
|
|
}
|
|
|
|
.border-right-3-green-bright {
|
|
border-right: 3px solid #2ECC71 !important;
|
|
}
|
|
|
|
.border-left-3-green-bright {
|
|
border-left: 3px solid #2ECC71 !important;
|
|
}
|
|
|
|
.border-4 {
|
|
border-width: 4px !important;
|
|
}
|
|
|
|
.border-w-4 {
|
|
border-width: 4px !important;
|
|
}
|
|
|
|
.border-top-4 {
|
|
border-top-width: 4px !important;
|
|
}
|
|
|
|
.border-right-4 {
|
|
border-right-width: 4px !important;
|
|
}
|
|
|
|
.border-bottom-4 {
|
|
border-bottom-width: 4px !important;
|
|
}
|
|
|
|
.border-left-4 {
|
|
border-left-width: 4px !important;
|
|
}
|
|
|
|
.border-4-light {
|
|
border: 4px solid #f8f9fa !important;
|
|
}
|
|
|
|
.border-top-4-light {
|
|
border-top: 4px solid #f8f9fa !important;
|
|
}
|
|
|
|
.border-bottom-4-light {
|
|
border-bottom: 4px solid #f8f9fa !important;
|
|
}
|
|
|
|
.border-right-4-light {
|
|
border-right: 4px solid #f8f9fa !important;
|
|
}
|
|
|
|
.border-left-4-light {
|
|
border-left: 4px solid #f8f9fa !important;
|
|
}
|
|
|
|
.border-4-grey {
|
|
border: 4px solid #e9ecef !important;
|
|
}
|
|
|
|
.border-top-4-grey {
|
|
border-top: 4px solid #e9ecef !important;
|
|
}
|
|
|
|
.border-bottom-4-grey {
|
|
border-bottom: 4px solid #e9ecef !important;
|
|
}
|
|
|
|
.border-right-4-grey {
|
|
border-right: 4px solid #e9ecef !important;
|
|
}
|
|
|
|
.border-left-4-grey {
|
|
border-left: 4px solid #e9ecef !important;
|
|
}
|
|
|
|
.border-4-grey-dark {
|
|
border: 4px solid #495057 !important;
|
|
}
|
|
|
|
.border-top-4-grey-dark {
|
|
border-top: 4px solid #495057 !important;
|
|
}
|
|
|
|
.border-bottom-4-grey-dark {
|
|
border-bottom: 4px solid #495057 !important;
|
|
}
|
|
|
|
.border-right-4-grey-dark {
|
|
border-right: 4px solid #495057 !important;
|
|
}
|
|
|
|
.border-left-4-grey-dark {
|
|
border-left: 4px solid #495057 !important;
|
|
}
|
|
|
|
.border-4-primary {
|
|
border: 4px solid #55A79A !important;
|
|
}
|
|
|
|
.border-top-4-primary {
|
|
border-top: 4px solid #55A79A !important;
|
|
}
|
|
|
|
.border-bottom-4-primary {
|
|
border-bottom: 4px solid #55A79A !important;
|
|
}
|
|
|
|
.border-right-4-primary {
|
|
border-right: 4px solid #55A79A !important;
|
|
}
|
|
|
|
.border-left-4-primary {
|
|
border-left: 4px solid #55A79A !important;
|
|
}
|
|
|
|
.border-4-primary-dark {
|
|
border: 4px solid #33635c !important;
|
|
}
|
|
|
|
.border-top-4-primary-dark {
|
|
border-top: 4px solid #33635c !important;
|
|
}
|
|
|
|
.border-bottom-4-primary-dark {
|
|
border-bottom: 4px solid #33635c !important;
|
|
}
|
|
|
|
.border-right-4-primary-dark {
|
|
border-right: 4px solid #33635c !important;
|
|
}
|
|
|
|
.border-left-4-primary-dark {
|
|
border-left: 4px solid #33635c !important;
|
|
}
|
|
|
|
.border-4-primary-faded {
|
|
border: 4px solid rgba(85, 167, 154, 0.3) !important;
|
|
}
|
|
|
|
.border-top-4-primary-faded {
|
|
border-top: 4px solid rgba(85, 167, 154, 0.3) !important;
|
|
}
|
|
|
|
.border-bottom-4-primary-faded {
|
|
border-bottom: 4px solid rgba(85, 167, 154, 0.3) !important;
|
|
}
|
|
|
|
.border-right-4-primary-faded {
|
|
border-right: 4px solid rgba(85, 167, 154, 0.3) !important;
|
|
}
|
|
|
|
.border-left-4-primary-faded {
|
|
border-left: 4px solid rgba(85, 167, 154, 0.3) !important;
|
|
}
|
|
|
|
.border-4-info {
|
|
border: 4px solid #17a2b8 !important;
|
|
}
|
|
|
|
.border-top-4-info {
|
|
border-top: 4px solid #17a2b8 !important;
|
|
}
|
|
|
|
.border-bottom-4-info {
|
|
border-bottom: 4px solid #17a2b8 !important;
|
|
}
|
|
|
|
.border-right-4-info {
|
|
border-right: 4px solid #17a2b8 !important;
|
|
}
|
|
|
|
.border-left-4-info {
|
|
border-left: 4px solid #17a2b8 !important;
|
|
}
|
|
|
|
.border-4-success {
|
|
border: 4px solid #28a745 !important;
|
|
}
|
|
|
|
.border-top-4-success {
|
|
border-top: 4px solid #28a745 !important;
|
|
}
|
|
|
|
.border-bottom-4-success {
|
|
border-bottom: 4px solid #28a745 !important;
|
|
}
|
|
|
|
.border-right-4-success {
|
|
border-right: 4px solid #28a745 !important;
|
|
}
|
|
|
|
.border-left-4-success {
|
|
border-left: 4px solid #28a745 !important;
|
|
}
|
|
|
|
.border-4-warning {
|
|
border: 4px solid #ffc107 !important;
|
|
}
|
|
|
|
.border-top-4-warning {
|
|
border-top: 4px solid #ffc107 !important;
|
|
}
|
|
|
|
.border-bottom-4-warning {
|
|
border-bottom: 4px solid #ffc107 !important;
|
|
}
|
|
|
|
.border-right-4-warning {
|
|
border-right: 4px solid #ffc107 !important;
|
|
}
|
|
|
|
.border-left-4-warning {
|
|
border-left: 4px solid #ffc107 !important;
|
|
}
|
|
|
|
.border-4-danger {
|
|
border: 4px solid #dc3545 !important;
|
|
}
|
|
|
|
.border-top-4-danger {
|
|
border-top: 4px solid #dc3545 !important;
|
|
}
|
|
|
|
.border-bottom-4-danger {
|
|
border-bottom: 4px solid #dc3545 !important;
|
|
}
|
|
|
|
.border-right-4-danger {
|
|
border-right: 4px solid #dc3545 !important;
|
|
}
|
|
|
|
.border-left-4-danger {
|
|
border-left: 4px solid #dc3545 !important;
|
|
}
|
|
|
|
.border-4-dark {
|
|
border: 4px solid #343a40 !important;
|
|
}
|
|
|
|
.border-top-4-dark {
|
|
border-top: 4px solid #343a40 !important;
|
|
}
|
|
|
|
.border-bottom-4-dark {
|
|
border-bottom: 4px solid #343a40 !important;
|
|
}
|
|
|
|
.border-right-4-dark {
|
|
border-right: 4px solid #343a40 !important;
|
|
}
|
|
|
|
.border-left-4-dark {
|
|
border-left: 4px solid #343a40 !important;
|
|
}
|
|
|
|
.border-4-secondary {
|
|
border: 4px solid #6c757d !important;
|
|
}
|
|
|
|
.border-top-4-secondary {
|
|
border-top: 4px solid #6c757d !important;
|
|
}
|
|
|
|
.border-bottom-4-secondary {
|
|
border-bottom: 4px solid #6c757d !important;
|
|
}
|
|
|
|
.border-right-4-secondary {
|
|
border-right: 4px solid #6c757d !important;
|
|
}
|
|
|
|
.border-left-4-secondary {
|
|
border-left: 4px solid #6c757d !important;
|
|
}
|
|
|
|
.border-4-black {
|
|
border: 4px solid #000 !important;
|
|
}
|
|
|
|
.border-top-4-black {
|
|
border-top: 4px solid #000 !important;
|
|
}
|
|
|
|
.border-bottom-4-black {
|
|
border-bottom: 4px solid #000 !important;
|
|
}
|
|
|
|
.border-right-4-black {
|
|
border-right: 4px solid #000 !important;
|
|
}
|
|
|
|
.border-left-4-black {
|
|
border-left: 4px solid #000 !important;
|
|
}
|
|
|
|
.border-4-white {
|
|
border: 4px solid #fff !important;
|
|
}
|
|
|
|
.border-top-4-white {
|
|
border-top: 4px solid #fff !important;
|
|
}
|
|
|
|
.border-bottom-4-white {
|
|
border-bottom: 4px solid #fff !important;
|
|
}
|
|
|
|
.border-right-4-white {
|
|
border-right: 4px solid #fff !important;
|
|
}
|
|
|
|
.border-left-4-white {
|
|
border-left: 4px solid #fff !important;
|
|
}
|
|
|
|
.border-4-green {
|
|
border: 4px solid #55A79A !important;
|
|
}
|
|
|
|
.border-top-4-green {
|
|
border-top: 4px solid #55A79A !important;
|
|
}
|
|
|
|
.border-bottom-4-green {
|
|
border-bottom: 4px solid #55A79A !important;
|
|
}
|
|
|
|
.border-right-4-green {
|
|
border-right: 4px solid #55A79A !important;
|
|
}
|
|
|
|
.border-left-4-green {
|
|
border-left: 4px solid #55A79A !important;
|
|
}
|
|
|
|
.border-4-red {
|
|
border: 4px solid #BE3E1D !important;
|
|
}
|
|
|
|
.border-top-4-red {
|
|
border-top: 4px solid #BE3E1D !important;
|
|
}
|
|
|
|
.border-bottom-4-red {
|
|
border-bottom: 4px solid #BE3E1D !important;
|
|
}
|
|
|
|
.border-right-4-red {
|
|
border-right: 4px solid #BE3E1D !important;
|
|
}
|
|
|
|
.border-left-4-red {
|
|
border-left: 4px solid #BE3E1D !important;
|
|
}
|
|
|
|
.border-4-blue {
|
|
border: 4px solid #00ADBB !important;
|
|
}
|
|
|
|
.border-top-4-blue {
|
|
border-top: 4px solid #00ADBB !important;
|
|
}
|
|
|
|
.border-bottom-4-blue {
|
|
border-bottom: 4px solid #00ADBB !important;
|
|
}
|
|
|
|
.border-right-4-blue {
|
|
border-right: 4px solid #00ADBB !important;
|
|
}
|
|
|
|
.border-left-4-blue {
|
|
border-left: 4px solid #00ADBB !important;
|
|
}
|
|
|
|
.border-4-purple {
|
|
border: 4px solid #b771b0 !important;
|
|
}
|
|
|
|
.border-top-4-purple {
|
|
border-top: 4px solid #b771b0 !important;
|
|
}
|
|
|
|
.border-bottom-4-purple {
|
|
border-bottom: 4px solid #b771b0 !important;
|
|
}
|
|
|
|
.border-right-4-purple {
|
|
border-right: 4px solid #b771b0 !important;
|
|
}
|
|
|
|
.border-left-4-purple {
|
|
border-left: 4px solid #b771b0 !important;
|
|
}
|
|
|
|
.border-4-pink {
|
|
border: 4px solid #CC164D !important;
|
|
}
|
|
|
|
.border-top-4-pink {
|
|
border-top: 4px solid #CC164D !important;
|
|
}
|
|
|
|
.border-bottom-4-pink {
|
|
border-bottom: 4px solid #CC164D !important;
|
|
}
|
|
|
|
.border-right-4-pink {
|
|
border-right: 4px solid #CC164D !important;
|
|
}
|
|
|
|
.border-left-4-pink {
|
|
border-left: 4px solid #CC164D !important;
|
|
}
|
|
|
|
.border-4-orange {
|
|
border: 4px solid #e67e22 !important;
|
|
}
|
|
|
|
.border-top-4-orange {
|
|
border-top: 4px solid #e67e22 !important;
|
|
}
|
|
|
|
.border-bottom-4-orange {
|
|
border-bottom: 4px solid #e67e22 !important;
|
|
}
|
|
|
|
.border-right-4-orange {
|
|
border-right: 4px solid #e67e22 !important;
|
|
}
|
|
|
|
.border-left-4-orange {
|
|
border-left: 4px solid #e67e22 !important;
|
|
}
|
|
|
|
.border-4-lime {
|
|
border: 4px solid #b1dc44 !important;
|
|
}
|
|
|
|
.border-top-4-lime {
|
|
border-top: 4px solid #b1dc44 !important;
|
|
}
|
|
|
|
.border-bottom-4-lime {
|
|
border-bottom: 4px solid #b1dc44 !important;
|
|
}
|
|
|
|
.border-right-4-lime {
|
|
border-right: 4px solid #b1dc44 !important;
|
|
}
|
|
|
|
.border-left-4-lime {
|
|
border-left: 4px solid #b1dc44 !important;
|
|
}
|
|
|
|
.border-4-blue-dark {
|
|
border: 4px solid #34495e !important;
|
|
}
|
|
|
|
.border-top-4-blue-dark {
|
|
border-top: 4px solid #34495e !important;
|
|
}
|
|
|
|
.border-bottom-4-blue-dark {
|
|
border-bottom: 4px solid #34495e !important;
|
|
}
|
|
|
|
.border-right-4-blue-dark {
|
|
border-right: 4px solid #34495e !important;
|
|
}
|
|
|
|
.border-left-4-blue-dark {
|
|
border-left: 4px solid #34495e !important;
|
|
}
|
|
|
|
.border-4-red-dark {
|
|
border: 4px solid #a10f2b !important;
|
|
}
|
|
|
|
.border-top-4-red-dark {
|
|
border-top: 4px solid #a10f2b !important;
|
|
}
|
|
|
|
.border-bottom-4-red-dark {
|
|
border-bottom: 4px solid #a10f2b !important;
|
|
}
|
|
|
|
.border-right-4-red-dark {
|
|
border-right: 4px solid #a10f2b !important;
|
|
}
|
|
|
|
.border-left-4-red-dark {
|
|
border-left: 4px solid #a10f2b !important;
|
|
}
|
|
|
|
.border-4-brown {
|
|
border: 4px solid #91633c !important;
|
|
}
|
|
|
|
.border-top-4-brown {
|
|
border-top: 4px solid #91633c !important;
|
|
}
|
|
|
|
.border-bottom-4-brown {
|
|
border-bottom: 4px solid #91633c !important;
|
|
}
|
|
|
|
.border-right-4-brown {
|
|
border-right: 4px solid #91633c !important;
|
|
}
|
|
|
|
.border-left-4-brown {
|
|
border-left: 4px solid #91633c !important;
|
|
}
|
|
|
|
.border-4-cyan-dark {
|
|
border: 4px solid #008b8b !important;
|
|
}
|
|
|
|
.border-top-4-cyan-dark {
|
|
border-top: 4px solid #008b8b !important;
|
|
}
|
|
|
|
.border-bottom-4-cyan-dark {
|
|
border-bottom: 4px solid #008b8b !important;
|
|
}
|
|
|
|
.border-right-4-cyan-dark {
|
|
border-right: 4px solid #008b8b !important;
|
|
}
|
|
|
|
.border-left-4-cyan-dark {
|
|
border-left: 4px solid #008b8b !important;
|
|
}
|
|
|
|
.border-4-yellow {
|
|
border: 4px solid #D4AC0D !important;
|
|
}
|
|
|
|
.border-top-4-yellow {
|
|
border-top: 4px solid #D4AC0D !important;
|
|
}
|
|
|
|
.border-bottom-4-yellow {
|
|
border-bottom: 4px solid #D4AC0D !important;
|
|
}
|
|
|
|
.border-right-4-yellow {
|
|
border-right: 4px solid #D4AC0D !important;
|
|
}
|
|
|
|
.border-left-4-yellow {
|
|
border-left: 4px solid #D4AC0D !important;
|
|
}
|
|
|
|
.border-4-slate {
|
|
border: 4px solid #5D6D7E !important;
|
|
}
|
|
|
|
.border-top-4-slate {
|
|
border-top: 4px solid #5D6D7E !important;
|
|
}
|
|
|
|
.border-bottom-4-slate {
|
|
border-bottom: 4px solid #5D6D7E !important;
|
|
}
|
|
|
|
.border-right-4-slate {
|
|
border-right: 4px solid #5D6D7E !important;
|
|
}
|
|
|
|
.border-left-4-slate {
|
|
border-left: 4px solid #5D6D7E !important;
|
|
}
|
|
|
|
.border-4-olive {
|
|
border: 4px solid #808000 !important;
|
|
}
|
|
|
|
.border-top-4-olive {
|
|
border-top: 4px solid #808000 !important;
|
|
}
|
|
|
|
.border-bottom-4-olive {
|
|
border-bottom: 4px solid #808000 !important;
|
|
}
|
|
|
|
.border-right-4-olive {
|
|
border-right: 4px solid #808000 !important;
|
|
}
|
|
|
|
.border-left-4-olive {
|
|
border-left: 4px solid #808000 !important;
|
|
}
|
|
|
|
.border-4-teal {
|
|
border: 4px solid #008080 !important;
|
|
}
|
|
|
|
.border-top-4-teal {
|
|
border-top: 4px solid #008080 !important;
|
|
}
|
|
|
|
.border-bottom-4-teal {
|
|
border-bottom: 4px solid #008080 !important;
|
|
}
|
|
|
|
.border-right-4-teal {
|
|
border-right: 4px solid #008080 !important;
|
|
}
|
|
|
|
.border-left-4-teal {
|
|
border-left: 4px solid #008080 !important;
|
|
}
|
|
|
|
.border-4-green-bright {
|
|
border: 4px solid #2ECC71 !important;
|
|
}
|
|
|
|
.border-top-4-green-bright {
|
|
border-top: 4px solid #2ECC71 !important;
|
|
}
|
|
|
|
.border-bottom-4-green-bright {
|
|
border-bottom: 4px solid #2ECC71 !important;
|
|
}
|
|
|
|
.border-right-4-green-bright {
|
|
border-right: 4px solid #2ECC71 !important;
|
|
}
|
|
|
|
.border-left-4-green-bright {
|
|
border-left: 4px solid #2ECC71 !important;
|
|
}
|
|
|
|
.border-5 {
|
|
border-width: 5px !important;
|
|
}
|
|
|
|
.border-w-5 {
|
|
border-width: 5px !important;
|
|
}
|
|
|
|
.border-top-5 {
|
|
border-top-width: 5px !important;
|
|
}
|
|
|
|
.border-right-5 {
|
|
border-right-width: 5px !important;
|
|
}
|
|
|
|
.border-bottom-5 {
|
|
border-bottom-width: 5px !important;
|
|
}
|
|
|
|
.border-left-5 {
|
|
border-left-width: 5px !important;
|
|
}
|
|
|
|
.border-5-light {
|
|
border: 5px solid #f8f9fa !important;
|
|
}
|
|
|
|
.border-top-5-light {
|
|
border-top: 5px solid #f8f9fa !important;
|
|
}
|
|
|
|
.border-bottom-5-light {
|
|
border-bottom: 5px solid #f8f9fa !important;
|
|
}
|
|
|
|
.border-right-5-light {
|
|
border-right: 5px solid #f8f9fa !important;
|
|
}
|
|
|
|
.border-left-5-light {
|
|
border-left: 5px solid #f8f9fa !important;
|
|
}
|
|
|
|
.border-5-grey {
|
|
border: 5px solid #e9ecef !important;
|
|
}
|
|
|
|
.border-top-5-grey {
|
|
border-top: 5px solid #e9ecef !important;
|
|
}
|
|
|
|
.border-bottom-5-grey {
|
|
border-bottom: 5px solid #e9ecef !important;
|
|
}
|
|
|
|
.border-right-5-grey {
|
|
border-right: 5px solid #e9ecef !important;
|
|
}
|
|
|
|
.border-left-5-grey {
|
|
border-left: 5px solid #e9ecef !important;
|
|
}
|
|
|
|
.border-5-grey-dark {
|
|
border: 5px solid #495057 !important;
|
|
}
|
|
|
|
.border-top-5-grey-dark {
|
|
border-top: 5px solid #495057 !important;
|
|
}
|
|
|
|
.border-bottom-5-grey-dark {
|
|
border-bottom: 5px solid #495057 !important;
|
|
}
|
|
|
|
.border-right-5-grey-dark {
|
|
border-right: 5px solid #495057 !important;
|
|
}
|
|
|
|
.border-left-5-grey-dark {
|
|
border-left: 5px solid #495057 !important;
|
|
}
|
|
|
|
.border-5-primary {
|
|
border: 5px solid #55A79A !important;
|
|
}
|
|
|
|
.border-top-5-primary {
|
|
border-top: 5px solid #55A79A !important;
|
|
}
|
|
|
|
.border-bottom-5-primary {
|
|
border-bottom: 5px solid #55A79A !important;
|
|
}
|
|
|
|
.border-right-5-primary {
|
|
border-right: 5px solid #55A79A !important;
|
|
}
|
|
|
|
.border-left-5-primary {
|
|
border-left: 5px solid #55A79A !important;
|
|
}
|
|
|
|
.border-5-primary-dark {
|
|
border: 5px solid #33635c !important;
|
|
}
|
|
|
|
.border-top-5-primary-dark {
|
|
border-top: 5px solid #33635c !important;
|
|
}
|
|
|
|
.border-bottom-5-primary-dark {
|
|
border-bottom: 5px solid #33635c !important;
|
|
}
|
|
|
|
.border-right-5-primary-dark {
|
|
border-right: 5px solid #33635c !important;
|
|
}
|
|
|
|
.border-left-5-primary-dark {
|
|
border-left: 5px solid #33635c !important;
|
|
}
|
|
|
|
.border-5-primary-faded {
|
|
border: 5px solid rgba(85, 167, 154, 0.3) !important;
|
|
}
|
|
|
|
.border-top-5-primary-faded {
|
|
border-top: 5px solid rgba(85, 167, 154, 0.3) !important;
|
|
}
|
|
|
|
.border-bottom-5-primary-faded {
|
|
border-bottom: 5px solid rgba(85, 167, 154, 0.3) !important;
|
|
}
|
|
|
|
.border-right-5-primary-faded {
|
|
border-right: 5px solid rgba(85, 167, 154, 0.3) !important;
|
|
}
|
|
|
|
.border-left-5-primary-faded {
|
|
border-left: 5px solid rgba(85, 167, 154, 0.3) !important;
|
|
}
|
|
|
|
.border-5-info {
|
|
border: 5px solid #17a2b8 !important;
|
|
}
|
|
|
|
.border-top-5-info {
|
|
border-top: 5px solid #17a2b8 !important;
|
|
}
|
|
|
|
.border-bottom-5-info {
|
|
border-bottom: 5px solid #17a2b8 !important;
|
|
}
|
|
|
|
.border-right-5-info {
|
|
border-right: 5px solid #17a2b8 !important;
|
|
}
|
|
|
|
.border-left-5-info {
|
|
border-left: 5px solid #17a2b8 !important;
|
|
}
|
|
|
|
.border-5-success {
|
|
border: 5px solid #28a745 !important;
|
|
}
|
|
|
|
.border-top-5-success {
|
|
border-top: 5px solid #28a745 !important;
|
|
}
|
|
|
|
.border-bottom-5-success {
|
|
border-bottom: 5px solid #28a745 !important;
|
|
}
|
|
|
|
.border-right-5-success {
|
|
border-right: 5px solid #28a745 !important;
|
|
}
|
|
|
|
.border-left-5-success {
|
|
border-left: 5px solid #28a745 !important;
|
|
}
|
|
|
|
.border-5-warning {
|
|
border: 5px solid #ffc107 !important;
|
|
}
|
|
|
|
.border-top-5-warning {
|
|
border-top: 5px solid #ffc107 !important;
|
|
}
|
|
|
|
.border-bottom-5-warning {
|
|
border-bottom: 5px solid #ffc107 !important;
|
|
}
|
|
|
|
.border-right-5-warning {
|
|
border-right: 5px solid #ffc107 !important;
|
|
}
|
|
|
|
.border-left-5-warning {
|
|
border-left: 5px solid #ffc107 !important;
|
|
}
|
|
|
|
.border-5-danger {
|
|
border: 5px solid #dc3545 !important;
|
|
}
|
|
|
|
.border-top-5-danger {
|
|
border-top: 5px solid #dc3545 !important;
|
|
}
|
|
|
|
.border-bottom-5-danger {
|
|
border-bottom: 5px solid #dc3545 !important;
|
|
}
|
|
|
|
.border-right-5-danger {
|
|
border-right: 5px solid #dc3545 !important;
|
|
}
|
|
|
|
.border-left-5-danger {
|
|
border-left: 5px solid #dc3545 !important;
|
|
}
|
|
|
|
.border-5-dark {
|
|
border: 5px solid #343a40 !important;
|
|
}
|
|
|
|
.border-top-5-dark {
|
|
border-top: 5px solid #343a40 !important;
|
|
}
|
|
|
|
.border-bottom-5-dark {
|
|
border-bottom: 5px solid #343a40 !important;
|
|
}
|
|
|
|
.border-right-5-dark {
|
|
border-right: 5px solid #343a40 !important;
|
|
}
|
|
|
|
.border-left-5-dark {
|
|
border-left: 5px solid #343a40 !important;
|
|
}
|
|
|
|
.border-5-secondary {
|
|
border: 5px solid #6c757d !important;
|
|
}
|
|
|
|
.border-top-5-secondary {
|
|
border-top: 5px solid #6c757d !important;
|
|
}
|
|
|
|
.border-bottom-5-secondary {
|
|
border-bottom: 5px solid #6c757d !important;
|
|
}
|
|
|
|
.border-right-5-secondary {
|
|
border-right: 5px solid #6c757d !important;
|
|
}
|
|
|
|
.border-left-5-secondary {
|
|
border-left: 5px solid #6c757d !important;
|
|
}
|
|
|
|
.border-5-black {
|
|
border: 5px solid #000 !important;
|
|
}
|
|
|
|
.border-top-5-black {
|
|
border-top: 5px solid #000 !important;
|
|
}
|
|
|
|
.border-bottom-5-black {
|
|
border-bottom: 5px solid #000 !important;
|
|
}
|
|
|
|
.border-right-5-black {
|
|
border-right: 5px solid #000 !important;
|
|
}
|
|
|
|
.border-left-5-black {
|
|
border-left: 5px solid #000 !important;
|
|
}
|
|
|
|
.border-5-white {
|
|
border: 5px solid #fff !important;
|
|
}
|
|
|
|
.border-top-5-white {
|
|
border-top: 5px solid #fff !important;
|
|
}
|
|
|
|
.border-bottom-5-white {
|
|
border-bottom: 5px solid #fff !important;
|
|
}
|
|
|
|
.border-right-5-white {
|
|
border-right: 5px solid #fff !important;
|
|
}
|
|
|
|
.border-left-5-white {
|
|
border-left: 5px solid #fff !important;
|
|
}
|
|
|
|
.border-5-green {
|
|
border: 5px solid #55A79A !important;
|
|
}
|
|
|
|
.border-top-5-green {
|
|
border-top: 5px solid #55A79A !important;
|
|
}
|
|
|
|
.border-bottom-5-green {
|
|
border-bottom: 5px solid #55A79A !important;
|
|
}
|
|
|
|
.border-right-5-green {
|
|
border-right: 5px solid #55A79A !important;
|
|
}
|
|
|
|
.border-left-5-green {
|
|
border-left: 5px solid #55A79A !important;
|
|
}
|
|
|
|
.border-5-red {
|
|
border: 5px solid #BE3E1D !important;
|
|
}
|
|
|
|
.border-top-5-red {
|
|
border-top: 5px solid #BE3E1D !important;
|
|
}
|
|
|
|
.border-bottom-5-red {
|
|
border-bottom: 5px solid #BE3E1D !important;
|
|
}
|
|
|
|
.border-right-5-red {
|
|
border-right: 5px solid #BE3E1D !important;
|
|
}
|
|
|
|
.border-left-5-red {
|
|
border-left: 5px solid #BE3E1D !important;
|
|
}
|
|
|
|
.border-5-blue {
|
|
border: 5px solid #00ADBB !important;
|
|
}
|
|
|
|
.border-top-5-blue {
|
|
border-top: 5px solid #00ADBB !important;
|
|
}
|
|
|
|
.border-bottom-5-blue {
|
|
border-bottom: 5px solid #00ADBB !important;
|
|
}
|
|
|
|
.border-right-5-blue {
|
|
border-right: 5px solid #00ADBB !important;
|
|
}
|
|
|
|
.border-left-5-blue {
|
|
border-left: 5px solid #00ADBB !important;
|
|
}
|
|
|
|
.border-5-purple {
|
|
border: 5px solid #b771b0 !important;
|
|
}
|
|
|
|
.border-top-5-purple {
|
|
border-top: 5px solid #b771b0 !important;
|
|
}
|
|
|
|
.border-bottom-5-purple {
|
|
border-bottom: 5px solid #b771b0 !important;
|
|
}
|
|
|
|
.border-right-5-purple {
|
|
border-right: 5px solid #b771b0 !important;
|
|
}
|
|
|
|
.border-left-5-purple {
|
|
border-left: 5px solid #b771b0 !important;
|
|
}
|
|
|
|
.border-5-pink {
|
|
border: 5px solid #CC164D !important;
|
|
}
|
|
|
|
.border-top-5-pink {
|
|
border-top: 5px solid #CC164D !important;
|
|
}
|
|
|
|
.border-bottom-5-pink {
|
|
border-bottom: 5px solid #CC164D !important;
|
|
}
|
|
|
|
.border-right-5-pink {
|
|
border-right: 5px solid #CC164D !important;
|
|
}
|
|
|
|
.border-left-5-pink {
|
|
border-left: 5px solid #CC164D !important;
|
|
}
|
|
|
|
.border-5-orange {
|
|
border: 5px solid #e67e22 !important;
|
|
}
|
|
|
|
.border-top-5-orange {
|
|
border-top: 5px solid #e67e22 !important;
|
|
}
|
|
|
|
.border-bottom-5-orange {
|
|
border-bottom: 5px solid #e67e22 !important;
|
|
}
|
|
|
|
.border-right-5-orange {
|
|
border-right: 5px solid #e67e22 !important;
|
|
}
|
|
|
|
.border-left-5-orange {
|
|
border-left: 5px solid #e67e22 !important;
|
|
}
|
|
|
|
.border-5-lime {
|
|
border: 5px solid #b1dc44 !important;
|
|
}
|
|
|
|
.border-top-5-lime {
|
|
border-top: 5px solid #b1dc44 !important;
|
|
}
|
|
|
|
.border-bottom-5-lime {
|
|
border-bottom: 5px solid #b1dc44 !important;
|
|
}
|
|
|
|
.border-right-5-lime {
|
|
border-right: 5px solid #b1dc44 !important;
|
|
}
|
|
|
|
.border-left-5-lime {
|
|
border-left: 5px solid #b1dc44 !important;
|
|
}
|
|
|
|
.border-5-blue-dark {
|
|
border: 5px solid #34495e !important;
|
|
}
|
|
|
|
.border-top-5-blue-dark {
|
|
border-top: 5px solid #34495e !important;
|
|
}
|
|
|
|
.border-bottom-5-blue-dark {
|
|
border-bottom: 5px solid #34495e !important;
|
|
}
|
|
|
|
.border-right-5-blue-dark {
|
|
border-right: 5px solid #34495e !important;
|
|
}
|
|
|
|
.border-left-5-blue-dark {
|
|
border-left: 5px solid #34495e !important;
|
|
}
|
|
|
|
.border-5-red-dark {
|
|
border: 5px solid #a10f2b !important;
|
|
}
|
|
|
|
.border-top-5-red-dark {
|
|
border-top: 5px solid #a10f2b !important;
|
|
}
|
|
|
|
.border-bottom-5-red-dark {
|
|
border-bottom: 5px solid #a10f2b !important;
|
|
}
|
|
|
|
.border-right-5-red-dark {
|
|
border-right: 5px solid #a10f2b !important;
|
|
}
|
|
|
|
.border-left-5-red-dark {
|
|
border-left: 5px solid #a10f2b !important;
|
|
}
|
|
|
|
.border-5-brown {
|
|
border: 5px solid #91633c !important;
|
|
}
|
|
|
|
.border-top-5-brown {
|
|
border-top: 5px solid #91633c !important;
|
|
}
|
|
|
|
.border-bottom-5-brown {
|
|
border-bottom: 5px solid #91633c !important;
|
|
}
|
|
|
|
.border-right-5-brown {
|
|
border-right: 5px solid #91633c !important;
|
|
}
|
|
|
|
.border-left-5-brown {
|
|
border-left: 5px solid #91633c !important;
|
|
}
|
|
|
|
.border-5-cyan-dark {
|
|
border: 5px solid #008b8b !important;
|
|
}
|
|
|
|
.border-top-5-cyan-dark {
|
|
border-top: 5px solid #008b8b !important;
|
|
}
|
|
|
|
.border-bottom-5-cyan-dark {
|
|
border-bottom: 5px solid #008b8b !important;
|
|
}
|
|
|
|
.border-right-5-cyan-dark {
|
|
border-right: 5px solid #008b8b !important;
|
|
}
|
|
|
|
.border-left-5-cyan-dark {
|
|
border-left: 5px solid #008b8b !important;
|
|
}
|
|
|
|
.border-5-yellow {
|
|
border: 5px solid #D4AC0D !important;
|
|
}
|
|
|
|
.border-top-5-yellow {
|
|
border-top: 5px solid #D4AC0D !important;
|
|
}
|
|
|
|
.border-bottom-5-yellow {
|
|
border-bottom: 5px solid #D4AC0D !important;
|
|
}
|
|
|
|
.border-right-5-yellow {
|
|
border-right: 5px solid #D4AC0D !important;
|
|
}
|
|
|
|
.border-left-5-yellow {
|
|
border-left: 5px solid #D4AC0D !important;
|
|
}
|
|
|
|
.border-5-slate {
|
|
border: 5px solid #5D6D7E !important;
|
|
}
|
|
|
|
.border-top-5-slate {
|
|
border-top: 5px solid #5D6D7E !important;
|
|
}
|
|
|
|
.border-bottom-5-slate {
|
|
border-bottom: 5px solid #5D6D7E !important;
|
|
}
|
|
|
|
.border-right-5-slate {
|
|
border-right: 5px solid #5D6D7E !important;
|
|
}
|
|
|
|
.border-left-5-slate {
|
|
border-left: 5px solid #5D6D7E !important;
|
|
}
|
|
|
|
.border-5-olive {
|
|
border: 5px solid #808000 !important;
|
|
}
|
|
|
|
.border-top-5-olive {
|
|
border-top: 5px solid #808000 !important;
|
|
}
|
|
|
|
.border-bottom-5-olive {
|
|
border-bottom: 5px solid #808000 !important;
|
|
}
|
|
|
|
.border-right-5-olive {
|
|
border-right: 5px solid #808000 !important;
|
|
}
|
|
|
|
.border-left-5-olive {
|
|
border-left: 5px solid #808000 !important;
|
|
}
|
|
|
|
.border-5-teal {
|
|
border: 5px solid #008080 !important;
|
|
}
|
|
|
|
.border-top-5-teal {
|
|
border-top: 5px solid #008080 !important;
|
|
}
|
|
|
|
.border-bottom-5-teal {
|
|
border-bottom: 5px solid #008080 !important;
|
|
}
|
|
|
|
.border-right-5-teal {
|
|
border-right: 5px solid #008080 !important;
|
|
}
|
|
|
|
.border-left-5-teal {
|
|
border-left: 5px solid #008080 !important;
|
|
}
|
|
|
|
.border-5-green-bright {
|
|
border: 5px solid #2ECC71 !important;
|
|
}
|
|
|
|
.border-top-5-green-bright {
|
|
border-top: 5px solid #2ECC71 !important;
|
|
}
|
|
|
|
.border-bottom-5-green-bright {
|
|
border-bottom: 5px solid #2ECC71 !important;
|
|
}
|
|
|
|
.border-right-5-green-bright {
|
|
border-right: 5px solid #2ECC71 !important;
|
|
}
|
|
|
|
.border-left-5-green-bright {
|
|
border-left: 5px solid #2ECC71 !important;
|
|
}
|
|
|
|
.border-10 {
|
|
border-width: 10px !important;
|
|
}
|
|
|
|
.border-w-10 {
|
|
border-width: 10px !important;
|
|
}
|
|
|
|
.border-top-10 {
|
|
border-top-width: 10px !important;
|
|
}
|
|
|
|
.border-right-10 {
|
|
border-right-width: 10px !important;
|
|
}
|
|
|
|
.border-bottom-10 {
|
|
border-bottom-width: 10px !important;
|
|
}
|
|
|
|
.border-left-10 {
|
|
border-left-width: 10px !important;
|
|
}
|
|
|
|
.border-10-light {
|
|
border: 10px solid #f8f9fa !important;
|
|
}
|
|
|
|
.border-top-10-light {
|
|
border-top: 10px solid #f8f9fa !important;
|
|
}
|
|
|
|
.border-bottom-10-light {
|
|
border-bottom: 10px solid #f8f9fa !important;
|
|
}
|
|
|
|
.border-right-10-light {
|
|
border-right: 10px solid #f8f9fa !important;
|
|
}
|
|
|
|
.border-left-10-light {
|
|
border-left: 10px solid #f8f9fa !important;
|
|
}
|
|
|
|
.border-10-grey {
|
|
border: 10px solid #e9ecef !important;
|
|
}
|
|
|
|
.border-top-10-grey {
|
|
border-top: 10px solid #e9ecef !important;
|
|
}
|
|
|
|
.border-bottom-10-grey {
|
|
border-bottom: 10px solid #e9ecef !important;
|
|
}
|
|
|
|
.border-right-10-grey {
|
|
border-right: 10px solid #e9ecef !important;
|
|
}
|
|
|
|
.border-left-10-grey {
|
|
border-left: 10px solid #e9ecef !important;
|
|
}
|
|
|
|
.border-10-grey-dark {
|
|
border: 10px solid #495057 !important;
|
|
}
|
|
|
|
.border-top-10-grey-dark {
|
|
border-top: 10px solid #495057 !important;
|
|
}
|
|
|
|
.border-bottom-10-grey-dark {
|
|
border-bottom: 10px solid #495057 !important;
|
|
}
|
|
|
|
.border-right-10-grey-dark {
|
|
border-right: 10px solid #495057 !important;
|
|
}
|
|
|
|
.border-left-10-grey-dark {
|
|
border-left: 10px solid #495057 !important;
|
|
}
|
|
|
|
.border-10-primary {
|
|
border: 10px solid #55A79A !important;
|
|
}
|
|
|
|
.border-top-10-primary {
|
|
border-top: 10px solid #55A79A !important;
|
|
}
|
|
|
|
.border-bottom-10-primary {
|
|
border-bottom: 10px solid #55A79A !important;
|
|
}
|
|
|
|
.border-right-10-primary {
|
|
border-right: 10px solid #55A79A !important;
|
|
}
|
|
|
|
.border-left-10-primary {
|
|
border-left: 10px solid #55A79A !important;
|
|
}
|
|
|
|
.border-10-primary-dark {
|
|
border: 10px solid #33635c !important;
|
|
}
|
|
|
|
.border-top-10-primary-dark {
|
|
border-top: 10px solid #33635c !important;
|
|
}
|
|
|
|
.border-bottom-10-primary-dark {
|
|
border-bottom: 10px solid #33635c !important;
|
|
}
|
|
|
|
.border-right-10-primary-dark {
|
|
border-right: 10px solid #33635c !important;
|
|
}
|
|
|
|
.border-left-10-primary-dark {
|
|
border-left: 10px solid #33635c !important;
|
|
}
|
|
|
|
.border-10-primary-faded {
|
|
border: 10px solid rgba(85, 167, 154, 0.3) !important;
|
|
}
|
|
|
|
.border-top-10-primary-faded {
|
|
border-top: 10px solid rgba(85, 167, 154, 0.3) !important;
|
|
}
|
|
|
|
.border-bottom-10-primary-faded {
|
|
border-bottom: 10px solid rgba(85, 167, 154, 0.3) !important;
|
|
}
|
|
|
|
.border-right-10-primary-faded {
|
|
border-right: 10px solid rgba(85, 167, 154, 0.3) !important;
|
|
}
|
|
|
|
.border-left-10-primary-faded {
|
|
border-left: 10px solid rgba(85, 167, 154, 0.3) !important;
|
|
}
|
|
|
|
.border-10-info {
|
|
border: 10px solid #17a2b8 !important;
|
|
}
|
|
|
|
.border-top-10-info {
|
|
border-top: 10px solid #17a2b8 !important;
|
|
}
|
|
|
|
.border-bottom-10-info {
|
|
border-bottom: 10px solid #17a2b8 !important;
|
|
}
|
|
|
|
.border-right-10-info {
|
|
border-right: 10px solid #17a2b8 !important;
|
|
}
|
|
|
|
.border-left-10-info {
|
|
border-left: 10px solid #17a2b8 !important;
|
|
}
|
|
|
|
.border-10-success {
|
|
border: 10px solid #28a745 !important;
|
|
}
|
|
|
|
.border-top-10-success {
|
|
border-top: 10px solid #28a745 !important;
|
|
}
|
|
|
|
.border-bottom-10-success {
|
|
border-bottom: 10px solid #28a745 !important;
|
|
}
|
|
|
|
.border-right-10-success {
|
|
border-right: 10px solid #28a745 !important;
|
|
}
|
|
|
|
.border-left-10-success {
|
|
border-left: 10px solid #28a745 !important;
|
|
}
|
|
|
|
.border-10-warning {
|
|
border: 10px solid #ffc107 !important;
|
|
}
|
|
|
|
.border-top-10-warning {
|
|
border-top: 10px solid #ffc107 !important;
|
|
}
|
|
|
|
.border-bottom-10-warning {
|
|
border-bottom: 10px solid #ffc107 !important;
|
|
}
|
|
|
|
.border-right-10-warning {
|
|
border-right: 10px solid #ffc107 !important;
|
|
}
|
|
|
|
.border-left-10-warning {
|
|
border-left: 10px solid #ffc107 !important;
|
|
}
|
|
|
|
.border-10-danger {
|
|
border: 10px solid #dc3545 !important;
|
|
}
|
|
|
|
.border-top-10-danger {
|
|
border-top: 10px solid #dc3545 !important;
|
|
}
|
|
|
|
.border-bottom-10-danger {
|
|
border-bottom: 10px solid #dc3545 !important;
|
|
}
|
|
|
|
.border-right-10-danger {
|
|
border-right: 10px solid #dc3545 !important;
|
|
}
|
|
|
|
.border-left-10-danger {
|
|
border-left: 10px solid #dc3545 !important;
|
|
}
|
|
|
|
.border-10-dark {
|
|
border: 10px solid #343a40 !important;
|
|
}
|
|
|
|
.border-top-10-dark {
|
|
border-top: 10px solid #343a40 !important;
|
|
}
|
|
|
|
.border-bottom-10-dark {
|
|
border-bottom: 10px solid #343a40 !important;
|
|
}
|
|
|
|
.border-right-10-dark {
|
|
border-right: 10px solid #343a40 !important;
|
|
}
|
|
|
|
.border-left-10-dark {
|
|
border-left: 10px solid #343a40 !important;
|
|
}
|
|
|
|
.border-10-secondary {
|
|
border: 10px solid #6c757d !important;
|
|
}
|
|
|
|
.border-top-10-secondary {
|
|
border-top: 10px solid #6c757d !important;
|
|
}
|
|
|
|
.border-bottom-10-secondary {
|
|
border-bottom: 10px solid #6c757d !important;
|
|
}
|
|
|
|
.border-right-10-secondary {
|
|
border-right: 10px solid #6c757d !important;
|
|
}
|
|
|
|
.border-left-10-secondary {
|
|
border-left: 10px solid #6c757d !important;
|
|
}
|
|
|
|
.border-10-black {
|
|
border: 10px solid #000 !important;
|
|
}
|
|
|
|
.border-top-10-black {
|
|
border-top: 10px solid #000 !important;
|
|
}
|
|
|
|
.border-bottom-10-black {
|
|
border-bottom: 10px solid #000 !important;
|
|
}
|
|
|
|
.border-right-10-black {
|
|
border-right: 10px solid #000 !important;
|
|
}
|
|
|
|
.border-left-10-black {
|
|
border-left: 10px solid #000 !important;
|
|
}
|
|
|
|
.border-10-white {
|
|
border: 10px solid #fff !important;
|
|
}
|
|
|
|
.border-top-10-white {
|
|
border-top: 10px solid #fff !important;
|
|
}
|
|
|
|
.border-bottom-10-white {
|
|
border-bottom: 10px solid #fff !important;
|
|
}
|
|
|
|
.border-right-10-white {
|
|
border-right: 10px solid #fff !important;
|
|
}
|
|
|
|
.border-left-10-white {
|
|
border-left: 10px solid #fff !important;
|
|
}
|
|
|
|
.border-10-green {
|
|
border: 10px solid #55A79A !important;
|
|
}
|
|
|
|
.border-top-10-green {
|
|
border-top: 10px solid #55A79A !important;
|
|
}
|
|
|
|
.border-bottom-10-green {
|
|
border-bottom: 10px solid #55A79A !important;
|
|
}
|
|
|
|
.border-right-10-green {
|
|
border-right: 10px solid #55A79A !important;
|
|
}
|
|
|
|
.border-left-10-green {
|
|
border-left: 10px solid #55A79A !important;
|
|
}
|
|
|
|
.border-10-red {
|
|
border: 10px solid #BE3E1D !important;
|
|
}
|
|
|
|
.border-top-10-red {
|
|
border-top: 10px solid #BE3E1D !important;
|
|
}
|
|
|
|
.border-bottom-10-red {
|
|
border-bottom: 10px solid #BE3E1D !important;
|
|
}
|
|
|
|
.border-right-10-red {
|
|
border-right: 10px solid #BE3E1D !important;
|
|
}
|
|
|
|
.border-left-10-red {
|
|
border-left: 10px solid #BE3E1D !important;
|
|
}
|
|
|
|
.border-10-blue {
|
|
border: 10px solid #00ADBB !important;
|
|
}
|
|
|
|
.border-top-10-blue {
|
|
border-top: 10px solid #00ADBB !important;
|
|
}
|
|
|
|
.border-bottom-10-blue {
|
|
border-bottom: 10px solid #00ADBB !important;
|
|
}
|
|
|
|
.border-right-10-blue {
|
|
border-right: 10px solid #00ADBB !important;
|
|
}
|
|
|
|
.border-left-10-blue {
|
|
border-left: 10px solid #00ADBB !important;
|
|
}
|
|
|
|
.border-10-purple {
|
|
border: 10px solid #b771b0 !important;
|
|
}
|
|
|
|
.border-top-10-purple {
|
|
border-top: 10px solid #b771b0 !important;
|
|
}
|
|
|
|
.border-bottom-10-purple {
|
|
border-bottom: 10px solid #b771b0 !important;
|
|
}
|
|
|
|
.border-right-10-purple {
|
|
border-right: 10px solid #b771b0 !important;
|
|
}
|
|
|
|
.border-left-10-purple {
|
|
border-left: 10px solid #b771b0 !important;
|
|
}
|
|
|
|
.border-10-pink {
|
|
border: 10px solid #CC164D !important;
|
|
}
|
|
|
|
.border-top-10-pink {
|
|
border-top: 10px solid #CC164D !important;
|
|
}
|
|
|
|
.border-bottom-10-pink {
|
|
border-bottom: 10px solid #CC164D !important;
|
|
}
|
|
|
|
.border-right-10-pink {
|
|
border-right: 10px solid #CC164D !important;
|
|
}
|
|
|
|
.border-left-10-pink {
|
|
border-left: 10px solid #CC164D !important;
|
|
}
|
|
|
|
.border-10-orange {
|
|
border: 10px solid #e67e22 !important;
|
|
}
|
|
|
|
.border-top-10-orange {
|
|
border-top: 10px solid #e67e22 !important;
|
|
}
|
|
|
|
.border-bottom-10-orange {
|
|
border-bottom: 10px solid #e67e22 !important;
|
|
}
|
|
|
|
.border-right-10-orange {
|
|
border-right: 10px solid #e67e22 !important;
|
|
}
|
|
|
|
.border-left-10-orange {
|
|
border-left: 10px solid #e67e22 !important;
|
|
}
|
|
|
|
.border-10-lime {
|
|
border: 10px solid #b1dc44 !important;
|
|
}
|
|
|
|
.border-top-10-lime {
|
|
border-top: 10px solid #b1dc44 !important;
|
|
}
|
|
|
|
.border-bottom-10-lime {
|
|
border-bottom: 10px solid #b1dc44 !important;
|
|
}
|
|
|
|
.border-right-10-lime {
|
|
border-right: 10px solid #b1dc44 !important;
|
|
}
|
|
|
|
.border-left-10-lime {
|
|
border-left: 10px solid #b1dc44 !important;
|
|
}
|
|
|
|
.border-10-blue-dark {
|
|
border: 10px solid #34495e !important;
|
|
}
|
|
|
|
.border-top-10-blue-dark {
|
|
border-top: 10px solid #34495e !important;
|
|
}
|
|
|
|
.border-bottom-10-blue-dark {
|
|
border-bottom: 10px solid #34495e !important;
|
|
}
|
|
|
|
.border-right-10-blue-dark {
|
|
border-right: 10px solid #34495e !important;
|
|
}
|
|
|
|
.border-left-10-blue-dark {
|
|
border-left: 10px solid #34495e !important;
|
|
}
|
|
|
|
.border-10-red-dark {
|
|
border: 10px solid #a10f2b !important;
|
|
}
|
|
|
|
.border-top-10-red-dark {
|
|
border-top: 10px solid #a10f2b !important;
|
|
}
|
|
|
|
.border-bottom-10-red-dark {
|
|
border-bottom: 10px solid #a10f2b !important;
|
|
}
|
|
|
|
.border-right-10-red-dark {
|
|
border-right: 10px solid #a10f2b !important;
|
|
}
|
|
|
|
.border-left-10-red-dark {
|
|
border-left: 10px solid #a10f2b !important;
|
|
}
|
|
|
|
.border-10-brown {
|
|
border: 10px solid #91633c !important;
|
|
}
|
|
|
|
.border-top-10-brown {
|
|
border-top: 10px solid #91633c !important;
|
|
}
|
|
|
|
.border-bottom-10-brown {
|
|
border-bottom: 10px solid #91633c !important;
|
|
}
|
|
|
|
.border-right-10-brown {
|
|
border-right: 10px solid #91633c !important;
|
|
}
|
|
|
|
.border-left-10-brown {
|
|
border-left: 10px solid #91633c !important;
|
|
}
|
|
|
|
.border-10-cyan-dark {
|
|
border: 10px solid #008b8b !important;
|
|
}
|
|
|
|
.border-top-10-cyan-dark {
|
|
border-top: 10px solid #008b8b !important;
|
|
}
|
|
|
|
.border-bottom-10-cyan-dark {
|
|
border-bottom: 10px solid #008b8b !important;
|
|
}
|
|
|
|
.border-right-10-cyan-dark {
|
|
border-right: 10px solid #008b8b !important;
|
|
}
|
|
|
|
.border-left-10-cyan-dark {
|
|
border-left: 10px solid #008b8b !important;
|
|
}
|
|
|
|
.border-10-yellow {
|
|
border: 10px solid #D4AC0D !important;
|
|
}
|
|
|
|
.border-top-10-yellow {
|
|
border-top: 10px solid #D4AC0D !important;
|
|
}
|
|
|
|
.border-bottom-10-yellow {
|
|
border-bottom: 10px solid #D4AC0D !important;
|
|
}
|
|
|
|
.border-right-10-yellow {
|
|
border-right: 10px solid #D4AC0D !important;
|
|
}
|
|
|
|
.border-left-10-yellow {
|
|
border-left: 10px solid #D4AC0D !important;
|
|
}
|
|
|
|
.border-10-slate {
|
|
border: 10px solid #5D6D7E !important;
|
|
}
|
|
|
|
.border-top-10-slate {
|
|
border-top: 10px solid #5D6D7E !important;
|
|
}
|
|
|
|
.border-bottom-10-slate {
|
|
border-bottom: 10px solid #5D6D7E !important;
|
|
}
|
|
|
|
.border-right-10-slate {
|
|
border-right: 10px solid #5D6D7E !important;
|
|
}
|
|
|
|
.border-left-10-slate {
|
|
border-left: 10px solid #5D6D7E !important;
|
|
}
|
|
|
|
.border-10-olive {
|
|
border: 10px solid #808000 !important;
|
|
}
|
|
|
|
.border-top-10-olive {
|
|
border-top: 10px solid #808000 !important;
|
|
}
|
|
|
|
.border-bottom-10-olive {
|
|
border-bottom: 10px solid #808000 !important;
|
|
}
|
|
|
|
.border-right-10-olive {
|
|
border-right: 10px solid #808000 !important;
|
|
}
|
|
|
|
.border-left-10-olive {
|
|
border-left: 10px solid #808000 !important;
|
|
}
|
|
|
|
.border-10-teal {
|
|
border: 10px solid #008080 !important;
|
|
}
|
|
|
|
.border-top-10-teal {
|
|
border-top: 10px solid #008080 !important;
|
|
}
|
|
|
|
.border-bottom-10-teal {
|
|
border-bottom: 10px solid #008080 !important;
|
|
}
|
|
|
|
.border-right-10-teal {
|
|
border-right: 10px solid #008080 !important;
|
|
}
|
|
|
|
.border-left-10-teal {
|
|
border-left: 10px solid #008080 !important;
|
|
}
|
|
|
|
.border-10-green-bright {
|
|
border: 10px solid #2ECC71 !important;
|
|
}
|
|
|
|
.border-top-10-green-bright {
|
|
border-top: 10px solid #2ECC71 !important;
|
|
}
|
|
|
|
.border-bottom-10-green-bright {
|
|
border-bottom: 10px solid #2ECC71 !important;
|
|
}
|
|
|
|
.border-right-10-green-bright {
|
|
border-right: 10px solid #2ECC71 !important;
|
|
}
|
|
|
|
.border-left-10-green-bright {
|
|
border-left: 10px solid #2ECC71 !important;
|
|
}
|
|
|
|
.pos-absolute {
|
|
position: absolute !important;
|
|
}
|
|
|
|
.pos-relative {
|
|
position: relative !important;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.pos-static {
|
|
position: static !important;
|
|
}
|
|
|
|
.pos-fixed {
|
|
position: fixed !important;
|
|
}
|
|
|
|
.pos-t {
|
|
top: 0 !important;
|
|
}
|
|
|
|
.pos-b {
|
|
top: auto !important;
|
|
bottom: 0 !important;
|
|
}
|
|
|
|
.pos-l {
|
|
left: 0 !important;
|
|
}
|
|
|
|
.pos-r {
|
|
left: auto !important;
|
|
right: 0 !important;
|
|
}
|
|
|
|
.pos-x {
|
|
left: 0 !important;
|
|
right: 0 !important;
|
|
}
|
|
|
|
.pos-y {
|
|
top: 0 !important;
|
|
bottom: 0 !important;
|
|
}
|
|
|
|
.pos-a {
|
|
left: 0 !important;
|
|
right: 0 !important;
|
|
top: 0 !important;
|
|
bottom: 0 !important;
|
|
}
|
|
|
|
.pos-vcenter {
|
|
top: 50% !important;
|
|
-webkit-transform: perspective(1px) translateY(-50%);
|
|
transform: perspective(1px) translateY(-50%);
|
|
}
|
|
|
|
.pos-t-auto {
|
|
top: auto !important;
|
|
}
|
|
|
|
.pos-b-auto {
|
|
bottom: auto !important;
|
|
}
|
|
|
|
.pos-l-auto {
|
|
left: auto !important;
|
|
}
|
|
|
|
.pos-r-auto {
|
|
right: auto !important;
|
|
}
|
|
|
|
.pos-t-1 {
|
|
top: 1% !important;
|
|
}
|
|
|
|
.pos-b-1 {
|
|
bottom: 1% !important;
|
|
}
|
|
|
|
.pos-l-1 {
|
|
left: 1% !important;
|
|
}
|
|
|
|
.pos-r-1 {
|
|
right: 1% !important;
|
|
}
|
|
|
|
.pos-t-2 {
|
|
top: 2% !important;
|
|
}
|
|
|
|
.pos-b-2 {
|
|
bottom: 2% !important;
|
|
}
|
|
|
|
.pos-l-2 {
|
|
left: 2% !important;
|
|
}
|
|
|
|
.pos-r-2 {
|
|
right: 2% !important;
|
|
}
|
|
|
|
.pos-t-3 {
|
|
top: 3% !important;
|
|
}
|
|
|
|
.pos-b-3 {
|
|
bottom: 3% !important;
|
|
}
|
|
|
|
.pos-l-3 {
|
|
left: 3% !important;
|
|
}
|
|
|
|
.pos-r-3 {
|
|
right: 3% !important;
|
|
}
|
|
|
|
.pos-t-4 {
|
|
top: 4% !important;
|
|
}
|
|
|
|
.pos-b-4 {
|
|
bottom: 4% !important;
|
|
}
|
|
|
|
.pos-l-4 {
|
|
left: 4% !important;
|
|
}
|
|
|
|
.pos-r-4 {
|
|
right: 4% !important;
|
|
}
|
|
|
|
.pos-t-5 {
|
|
top: 5% !important;
|
|
}
|
|
|
|
.pos-b-5 {
|
|
bottom: 5% !important;
|
|
}
|
|
|
|
.pos-l-5 {
|
|
left: 5% !important;
|
|
}
|
|
|
|
.pos-r-5 {
|
|
right: 5% !important;
|
|
}
|
|
|
|
.pos-t-6 {
|
|
top: 6% !important;
|
|
}
|
|
|
|
.pos-b-6 {
|
|
bottom: 6% !important;
|
|
}
|
|
|
|
.pos-l-6 {
|
|
left: 6% !important;
|
|
}
|
|
|
|
.pos-r-6 {
|
|
right: 6% !important;
|
|
}
|
|
|
|
.pos-t-7 {
|
|
top: 7% !important;
|
|
}
|
|
|
|
.pos-b-7 {
|
|
bottom: 7% !important;
|
|
}
|
|
|
|
.pos-l-7 {
|
|
left: 7% !important;
|
|
}
|
|
|
|
.pos-r-7 {
|
|
right: 7% !important;
|
|
}
|
|
|
|
.pos-t-8 {
|
|
top: 8% !important;
|
|
}
|
|
|
|
.pos-b-8 {
|
|
bottom: 8% !important;
|
|
}
|
|
|
|
.pos-l-8 {
|
|
left: 8% !important;
|
|
}
|
|
|
|
.pos-r-8 {
|
|
right: 8% !important;
|
|
}
|
|
|
|
.pos-t-9 {
|
|
top: 9% !important;
|
|
}
|
|
|
|
.pos-b-9 {
|
|
bottom: 9% !important;
|
|
}
|
|
|
|
.pos-l-9 {
|
|
left: 9% !important;
|
|
}
|
|
|
|
.pos-r-9 {
|
|
right: 9% !important;
|
|
}
|
|
|
|
.pos-t-10 {
|
|
top: 10% !important;
|
|
}
|
|
|
|
.pos-b-10 {
|
|
bottom: 10% !important;
|
|
}
|
|
|
|
.pos-l-10 {
|
|
left: 10% !important;
|
|
}
|
|
|
|
.pos-r-10 {
|
|
right: 10% !important;
|
|
}
|
|
|
|
.pos-t-10 {
|
|
top: 10% !important;
|
|
}
|
|
|
|
.pos-b-10 {
|
|
bottom: 10% !important;
|
|
}
|
|
|
|
.pos-l-10 {
|
|
left: 10% !important;
|
|
}
|
|
|
|
.pos-r-10 {
|
|
right: 10% !important;
|
|
}
|
|
|
|
.pos-t-20 {
|
|
top: 20% !important;
|
|
}
|
|
|
|
.pos-b-20 {
|
|
bottom: 20% !important;
|
|
}
|
|
|
|
.pos-l-20 {
|
|
left: 20% !important;
|
|
}
|
|
|
|
.pos-r-20 {
|
|
right: 20% !important;
|
|
}
|
|
|
|
.pos-t-30 {
|
|
top: 30% !important;
|
|
}
|
|
|
|
.pos-b-30 {
|
|
bottom: 30% !important;
|
|
}
|
|
|
|
.pos-l-30 {
|
|
left: 30% !important;
|
|
}
|
|
|
|
.pos-r-30 {
|
|
right: 30% !important;
|
|
}
|
|
|
|
.pos-t-40 {
|
|
top: 40% !important;
|
|
}
|
|
|
|
.pos-b-40 {
|
|
bottom: 40% !important;
|
|
}
|
|
|
|
.pos-l-40 {
|
|
left: 40% !important;
|
|
}
|
|
|
|
.pos-r-40 {
|
|
right: 40% !important;
|
|
}
|
|
|
|
.pos-t-50 {
|
|
top: 50% !important;
|
|
}
|
|
|
|
.pos-b-50 {
|
|
bottom: 50% !important;
|
|
}
|
|
|
|
.pos-l-50 {
|
|
left: 50% !important;
|
|
}
|
|
|
|
.pos-r-50 {
|
|
right: 50% !important;
|
|
}
|
|
|
|
.pos-t-60 {
|
|
top: 60% !important;
|
|
}
|
|
|
|
.pos-b-60 {
|
|
bottom: 60% !important;
|
|
}
|
|
|
|
.pos-l-60 {
|
|
left: 60% !important;
|
|
}
|
|
|
|
.pos-r-60 {
|
|
right: 60% !important;
|
|
}
|
|
|
|
.pos-t-70 {
|
|
top: 70% !important;
|
|
}
|
|
|
|
.pos-b-70 {
|
|
bottom: 70% !important;
|
|
}
|
|
|
|
.pos-l-70 {
|
|
left: 70% !important;
|
|
}
|
|
|
|
.pos-r-70 {
|
|
right: 70% !important;
|
|
}
|
|
|
|
.pos-t-80 {
|
|
top: 80% !important;
|
|
}
|
|
|
|
.pos-b-80 {
|
|
bottom: 80% !important;
|
|
}
|
|
|
|
.pos-l-80 {
|
|
left: 80% !important;
|
|
}
|
|
|
|
.pos-r-80 {
|
|
right: 80% !important;
|
|
}
|
|
|
|
.pos-t-90 {
|
|
top: 90% !important;
|
|
}
|
|
|
|
.pos-b-90 {
|
|
bottom: 90% !important;
|
|
}
|
|
|
|
.pos-l-90 {
|
|
left: 90% !important;
|
|
}
|
|
|
|
.pos-r-90 {
|
|
right: 90% !important;
|
|
}
|
|
|
|
.pos-t-100 {
|
|
top: 100% !important;
|
|
}
|
|
|
|
.pos-b-100 {
|
|
bottom: 100% !important;
|
|
}
|
|
|
|
.pos-l-100 {
|
|
left: 100% !important;
|
|
}
|
|
|
|
.pos-r-100 {
|
|
right: 100% !important;
|
|
}
|
|
|
|
@media (min-width: 576px) {
|
|
.pos-sm-absolute {
|
|
position: absolute !important;
|
|
}
|
|
.pos-sm-relative {
|
|
position: relative !important;
|
|
overflow: hidden;
|
|
}
|
|
.pos-sm-static {
|
|
position: static !important;
|
|
}
|
|
.pos-sm-fixed {
|
|
position: fixed !important;
|
|
}
|
|
.pos-sm-t {
|
|
top: 0 !important;
|
|
}
|
|
.pos-sm-b {
|
|
top: auto !important;
|
|
bottom: 0 !important;
|
|
}
|
|
.pos-sm-l {
|
|
left: 0 !important;
|
|
}
|
|
.pos-sm-r {
|
|
left: auto !important;
|
|
right: 0 !important;
|
|
}
|
|
.pos-sm-x {
|
|
left: 0 !important;
|
|
right: 0 !important;
|
|
}
|
|
.pos-sm-y {
|
|
top: 0 !important;
|
|
bottom: 0 !important;
|
|
}
|
|
.pos-sm-a {
|
|
left: 0 !important;
|
|
right: 0 !important;
|
|
top: 0 !important;
|
|
bottom: 0 !important;
|
|
}
|
|
.pos-sm-vcenter {
|
|
top: 50% !important;
|
|
-webkit-transform: perspective(1px) translateY(-50%);
|
|
transform: perspective(1px) translateY(-50%);
|
|
}
|
|
.pos-sm-t-auto {
|
|
top: auto !important;
|
|
}
|
|
.pos-sm-b-auto {
|
|
bottom: auto !important;
|
|
}
|
|
.pos-sm-l-auto {
|
|
left: auto !important;
|
|
}
|
|
.pos-sm-r-auto {
|
|
right: auto !important;
|
|
}
|
|
.pos-sm-t-1 {
|
|
top: 1% !important;
|
|
}
|
|
.pos-sm-b-1 {
|
|
bottom: 1% !important;
|
|
}
|
|
.pos-sm-l-1 {
|
|
left: 1% !important;
|
|
}
|
|
.pos-sm-r-1 {
|
|
right: 1% !important;
|
|
}
|
|
.pos-sm-t-2 {
|
|
top: 2% !important;
|
|
}
|
|
.pos-sm-b-2 {
|
|
bottom: 2% !important;
|
|
}
|
|
.pos-sm-l-2 {
|
|
left: 2% !important;
|
|
}
|
|
.pos-sm-r-2 {
|
|
right: 2% !important;
|
|
}
|
|
.pos-sm-t-3 {
|
|
top: 3% !important;
|
|
}
|
|
.pos-sm-b-3 {
|
|
bottom: 3% !important;
|
|
}
|
|
.pos-sm-l-3 {
|
|
left: 3% !important;
|
|
}
|
|
.pos-sm-r-3 {
|
|
right: 3% !important;
|
|
}
|
|
.pos-sm-t-4 {
|
|
top: 4% !important;
|
|
}
|
|
.pos-sm-b-4 {
|
|
bottom: 4% !important;
|
|
}
|
|
.pos-sm-l-4 {
|
|
left: 4% !important;
|
|
}
|
|
.pos-sm-r-4 {
|
|
right: 4% !important;
|
|
}
|
|
.pos-sm-t-5 {
|
|
top: 5% !important;
|
|
}
|
|
.pos-sm-b-5 {
|
|
bottom: 5% !important;
|
|
}
|
|
.pos-sm-l-5 {
|
|
left: 5% !important;
|
|
}
|
|
.pos-sm-r-5 {
|
|
right: 5% !important;
|
|
}
|
|
.pos-sm-t-6 {
|
|
top: 6% !important;
|
|
}
|
|
.pos-sm-b-6 {
|
|
bottom: 6% !important;
|
|
}
|
|
.pos-sm-l-6 {
|
|
left: 6% !important;
|
|
}
|
|
.pos-sm-r-6 {
|
|
right: 6% !important;
|
|
}
|
|
.pos-sm-t-7 {
|
|
top: 7% !important;
|
|
}
|
|
.pos-sm-b-7 {
|
|
bottom: 7% !important;
|
|
}
|
|
.pos-sm-l-7 {
|
|
left: 7% !important;
|
|
}
|
|
.pos-sm-r-7 {
|
|
right: 7% !important;
|
|
}
|
|
.pos-sm-t-8 {
|
|
top: 8% !important;
|
|
}
|
|
.pos-sm-b-8 {
|
|
bottom: 8% !important;
|
|
}
|
|
.pos-sm-l-8 {
|
|
left: 8% !important;
|
|
}
|
|
.pos-sm-r-8 {
|
|
right: 8% !important;
|
|
}
|
|
.pos-sm-t-9 {
|
|
top: 9% !important;
|
|
}
|
|
.pos-sm-b-9 {
|
|
bottom: 9% !important;
|
|
}
|
|
.pos-sm-l-9 {
|
|
left: 9% !important;
|
|
}
|
|
.pos-sm-r-9 {
|
|
right: 9% !important;
|
|
}
|
|
.pos-sm-t-10 {
|
|
top: 10% !important;
|
|
}
|
|
.pos-sm-b-10 {
|
|
bottom: 10% !important;
|
|
}
|
|
.pos-sm-l-10 {
|
|
left: 10% !important;
|
|
}
|
|
.pos-sm-r-10 {
|
|
right: 10% !important;
|
|
}
|
|
.pos-sm-t-10 {
|
|
top: 10% !important;
|
|
}
|
|
.pos-sm-b-10 {
|
|
bottom: 10% !important;
|
|
}
|
|
.pos-sm-l-10 {
|
|
left: 10% !important;
|
|
}
|
|
.pos-sm-r-10 {
|
|
right: 10% !important;
|
|
}
|
|
.pos-sm-t-20 {
|
|
top: 20% !important;
|
|
}
|
|
.pos-sm-b-20 {
|
|
bottom: 20% !important;
|
|
}
|
|
.pos-sm-l-20 {
|
|
left: 20% !important;
|
|
}
|
|
.pos-sm-r-20 {
|
|
right: 20% !important;
|
|
}
|
|
.pos-sm-t-30 {
|
|
top: 30% !important;
|
|
}
|
|
.pos-sm-b-30 {
|
|
bottom: 30% !important;
|
|
}
|
|
.pos-sm-l-30 {
|
|
left: 30% !important;
|
|
}
|
|
.pos-sm-r-30 {
|
|
right: 30% !important;
|
|
}
|
|
.pos-sm-t-40 {
|
|
top: 40% !important;
|
|
}
|
|
.pos-sm-b-40 {
|
|
bottom: 40% !important;
|
|
}
|
|
.pos-sm-l-40 {
|
|
left: 40% !important;
|
|
}
|
|
.pos-sm-r-40 {
|
|
right: 40% !important;
|
|
}
|
|
.pos-sm-t-50 {
|
|
top: 50% !important;
|
|
}
|
|
.pos-sm-b-50 {
|
|
bottom: 50% !important;
|
|
}
|
|
.pos-sm-l-50 {
|
|
left: 50% !important;
|
|
}
|
|
.pos-sm-r-50 {
|
|
right: 50% !important;
|
|
}
|
|
.pos-sm-t-60 {
|
|
top: 60% !important;
|
|
}
|
|
.pos-sm-b-60 {
|
|
bottom: 60% !important;
|
|
}
|
|
.pos-sm-l-60 {
|
|
left: 60% !important;
|
|
}
|
|
.pos-sm-r-60 {
|
|
right: 60% !important;
|
|
}
|
|
.pos-sm-t-70 {
|
|
top: 70% !important;
|
|
}
|
|
.pos-sm-b-70 {
|
|
bottom: 70% !important;
|
|
}
|
|
.pos-sm-l-70 {
|
|
left: 70% !important;
|
|
}
|
|
.pos-sm-r-70 {
|
|
right: 70% !important;
|
|
}
|
|
.pos-sm-t-80 {
|
|
top: 80% !important;
|
|
}
|
|
.pos-sm-b-80 {
|
|
bottom: 80% !important;
|
|
}
|
|
.pos-sm-l-80 {
|
|
left: 80% !important;
|
|
}
|
|
.pos-sm-r-80 {
|
|
right: 80% !important;
|
|
}
|
|
.pos-sm-t-90 {
|
|
top: 90% !important;
|
|
}
|
|
.pos-sm-b-90 {
|
|
bottom: 90% !important;
|
|
}
|
|
.pos-sm-l-90 {
|
|
left: 90% !important;
|
|
}
|
|
.pos-sm-r-90 {
|
|
right: 90% !important;
|
|
}
|
|
.pos-sm-t-100 {
|
|
top: 100% !important;
|
|
}
|
|
.pos-sm-b-100 {
|
|
bottom: 100% !important;
|
|
}
|
|
.pos-sm-l-100 {
|
|
left: 100% !important;
|
|
}
|
|
.pos-sm-r-100 {
|
|
right: 100% !important;
|
|
}
|
|
}
|
|
|
|
@media (min-width: 768px) {
|
|
.pos-md-absolute {
|
|
position: absolute !important;
|
|
}
|
|
.pos-md-relative {
|
|
position: relative !important;
|
|
overflow: hidden;
|
|
}
|
|
.pos-md-static {
|
|
position: static !important;
|
|
}
|
|
.pos-md-fixed {
|
|
position: fixed !important;
|
|
}
|
|
.pos-md-t {
|
|
top: 0 !important;
|
|
}
|
|
.pos-md-b {
|
|
top: auto !important;
|
|
bottom: 0 !important;
|
|
}
|
|
.pos-md-l {
|
|
left: 0 !important;
|
|
}
|
|
.pos-md-r {
|
|
left: auto !important;
|
|
right: 0 !important;
|
|
}
|
|
.pos-md-x {
|
|
left: 0 !important;
|
|
right: 0 !important;
|
|
}
|
|
.pos-md-y {
|
|
top: 0 !important;
|
|
bottom: 0 !important;
|
|
}
|
|
.pos-md-a {
|
|
left: 0 !important;
|
|
right: 0 !important;
|
|
top: 0 !important;
|
|
bottom: 0 !important;
|
|
}
|
|
.pos-md-vcenter {
|
|
top: 50% !important;
|
|
-webkit-transform: perspective(1px) translateY(-50%);
|
|
transform: perspective(1px) translateY(-50%);
|
|
}
|
|
.pos-md-t-auto {
|
|
top: auto !important;
|
|
}
|
|
.pos-md-b-auto {
|
|
bottom: auto !important;
|
|
}
|
|
.pos-md-l-auto {
|
|
left: auto !important;
|
|
}
|
|
.pos-md-r-auto {
|
|
right: auto !important;
|
|
}
|
|
.pos-md-t-1 {
|
|
top: 1% !important;
|
|
}
|
|
.pos-md-b-1 {
|
|
bottom: 1% !important;
|
|
}
|
|
.pos-md-l-1 {
|
|
left: 1% !important;
|
|
}
|
|
.pos-md-r-1 {
|
|
right: 1% !important;
|
|
}
|
|
.pos-md-t-2 {
|
|
top: 2% !important;
|
|
}
|
|
.pos-md-b-2 {
|
|
bottom: 2% !important;
|
|
}
|
|
.pos-md-l-2 {
|
|
left: 2% !important;
|
|
}
|
|
.pos-md-r-2 {
|
|
right: 2% !important;
|
|
}
|
|
.pos-md-t-3 {
|
|
top: 3% !important;
|
|
}
|
|
.pos-md-b-3 {
|
|
bottom: 3% !important;
|
|
}
|
|
.pos-md-l-3 {
|
|
left: 3% !important;
|
|
}
|
|
.pos-md-r-3 {
|
|
right: 3% !important;
|
|
}
|
|
.pos-md-t-4 {
|
|
top: 4% !important;
|
|
}
|
|
.pos-md-b-4 {
|
|
bottom: 4% !important;
|
|
}
|
|
.pos-md-l-4 {
|
|
left: 4% !important;
|
|
}
|
|
.pos-md-r-4 {
|
|
right: 4% !important;
|
|
}
|
|
.pos-md-t-5 {
|
|
top: 5% !important;
|
|
}
|
|
.pos-md-b-5 {
|
|
bottom: 5% !important;
|
|
}
|
|
.pos-md-l-5 {
|
|
left: 5% !important;
|
|
}
|
|
.pos-md-r-5 {
|
|
right: 5% !important;
|
|
}
|
|
.pos-md-t-6 {
|
|
top: 6% !important;
|
|
}
|
|
.pos-md-b-6 {
|
|
bottom: 6% !important;
|
|
}
|
|
.pos-md-l-6 {
|
|
left: 6% !important;
|
|
}
|
|
.pos-md-r-6 {
|
|
right: 6% !important;
|
|
}
|
|
.pos-md-t-7 {
|
|
top: 7% !important;
|
|
}
|
|
.pos-md-b-7 {
|
|
bottom: 7% !important;
|
|
}
|
|
.pos-md-l-7 {
|
|
left: 7% !important;
|
|
}
|
|
.pos-md-r-7 {
|
|
right: 7% !important;
|
|
}
|
|
.pos-md-t-8 {
|
|
top: 8% !important;
|
|
}
|
|
.pos-md-b-8 {
|
|
bottom: 8% !important;
|
|
}
|
|
.pos-md-l-8 {
|
|
left: 8% !important;
|
|
}
|
|
.pos-md-r-8 {
|
|
right: 8% !important;
|
|
}
|
|
.pos-md-t-9 {
|
|
top: 9% !important;
|
|
}
|
|
.pos-md-b-9 {
|
|
bottom: 9% !important;
|
|
}
|
|
.pos-md-l-9 {
|
|
left: 9% !important;
|
|
}
|
|
.pos-md-r-9 {
|
|
right: 9% !important;
|
|
}
|
|
.pos-md-t-10 {
|
|
top: 10% !important;
|
|
}
|
|
.pos-md-b-10 {
|
|
bottom: 10% !important;
|
|
}
|
|
.pos-md-l-10 {
|
|
left: 10% !important;
|
|
}
|
|
.pos-md-r-10 {
|
|
right: 10% !important;
|
|
}
|
|
.pos-md-t-10 {
|
|
top: 10% !important;
|
|
}
|
|
.pos-md-b-10 {
|
|
bottom: 10% !important;
|
|
}
|
|
.pos-md-l-10 {
|
|
left: 10% !important;
|
|
}
|
|
.pos-md-r-10 {
|
|
right: 10% !important;
|
|
}
|
|
.pos-md-t-20 {
|
|
top: 20% !important;
|
|
}
|
|
.pos-md-b-20 {
|
|
bottom: 20% !important;
|
|
}
|
|
.pos-md-l-20 {
|
|
left: 20% !important;
|
|
}
|
|
.pos-md-r-20 {
|
|
right: 20% !important;
|
|
}
|
|
.pos-md-t-30 {
|
|
top: 30% !important;
|
|
}
|
|
.pos-md-b-30 {
|
|
bottom: 30% !important;
|
|
}
|
|
.pos-md-l-30 {
|
|
left: 30% !important;
|
|
}
|
|
.pos-md-r-30 {
|
|
right: 30% !important;
|
|
}
|
|
.pos-md-t-40 {
|
|
top: 40% !important;
|
|
}
|
|
.pos-md-b-40 {
|
|
bottom: 40% !important;
|
|
}
|
|
.pos-md-l-40 {
|
|
left: 40% !important;
|
|
}
|
|
.pos-md-r-40 {
|
|
right: 40% !important;
|
|
}
|
|
.pos-md-t-50 {
|
|
top: 50% !important;
|
|
}
|
|
.pos-md-b-50 {
|
|
bottom: 50% !important;
|
|
}
|
|
.pos-md-l-50 {
|
|
left: 50% !important;
|
|
}
|
|
.pos-md-r-50 {
|
|
right: 50% !important;
|
|
}
|
|
.pos-md-t-60 {
|
|
top: 60% !important;
|
|
}
|
|
.pos-md-b-60 {
|
|
bottom: 60% !important;
|
|
}
|
|
.pos-md-l-60 {
|
|
left: 60% !important;
|
|
}
|
|
.pos-md-r-60 {
|
|
right: 60% !important;
|
|
}
|
|
.pos-md-t-70 {
|
|
top: 70% !important;
|
|
}
|
|
.pos-md-b-70 {
|
|
bottom: 70% !important;
|
|
}
|
|
.pos-md-l-70 {
|
|
left: 70% !important;
|
|
}
|
|
.pos-md-r-70 {
|
|
right: 70% !important;
|
|
}
|
|
.pos-md-t-80 {
|
|
top: 80% !important;
|
|
}
|
|
.pos-md-b-80 {
|
|
bottom: 80% !important;
|
|
}
|
|
.pos-md-l-80 {
|
|
left: 80% !important;
|
|
}
|
|
.pos-md-r-80 {
|
|
right: 80% !important;
|
|
}
|
|
.pos-md-t-90 {
|
|
top: 90% !important;
|
|
}
|
|
.pos-md-b-90 {
|
|
bottom: 90% !important;
|
|
}
|
|
.pos-md-l-90 {
|
|
left: 90% !important;
|
|
}
|
|
.pos-md-r-90 {
|
|
right: 90% !important;
|
|
}
|
|
.pos-md-t-100 {
|
|
top: 100% !important;
|
|
}
|
|
.pos-md-b-100 {
|
|
bottom: 100% !important;
|
|
}
|
|
.pos-md-l-100 {
|
|
left: 100% !important;
|
|
}
|
|
.pos-md-r-100 {
|
|
right: 100% !important;
|
|
}
|
|
}
|
|
|
|
@media (min-width: 992px) {
|
|
.pos-lg-absolute {
|
|
position: absolute !important;
|
|
}
|
|
.pos-lg-relative {
|
|
position: relative !important;
|
|
overflow: hidden;
|
|
}
|
|
.pos-lg-static {
|
|
position: static !important;
|
|
}
|
|
.pos-lg-fixed {
|
|
position: fixed !important;
|
|
}
|
|
.pos-lg-t {
|
|
top: 0 !important;
|
|
}
|
|
.pos-lg-b {
|
|
top: auto !important;
|
|
bottom: 0 !important;
|
|
}
|
|
.pos-lg-l {
|
|
left: 0 !important;
|
|
}
|
|
.pos-lg-r {
|
|
left: auto !important;
|
|
right: 0 !important;
|
|
}
|
|
.pos-lg-x {
|
|
left: 0 !important;
|
|
right: 0 !important;
|
|
}
|
|
.pos-lg-y {
|
|
top: 0 !important;
|
|
bottom: 0 !important;
|
|
}
|
|
.pos-lg-a {
|
|
left: 0 !important;
|
|
right: 0 !important;
|
|
top: 0 !important;
|
|
bottom: 0 !important;
|
|
}
|
|
.pos-lg-vcenter {
|
|
top: 50% !important;
|
|
-webkit-transform: perspective(1px) translateY(-50%);
|
|
transform: perspective(1px) translateY(-50%);
|
|
}
|
|
.pos-lg-t-auto {
|
|
top: auto !important;
|
|
}
|
|
.pos-lg-b-auto {
|
|
bottom: auto !important;
|
|
}
|
|
.pos-lg-l-auto {
|
|
left: auto !important;
|
|
}
|
|
.pos-lg-r-auto {
|
|
right: auto !important;
|
|
}
|
|
.pos-lg-t-1 {
|
|
top: 1% !important;
|
|
}
|
|
.pos-lg-b-1 {
|
|
bottom: 1% !important;
|
|
}
|
|
.pos-lg-l-1 {
|
|
left: 1% !important;
|
|
}
|
|
.pos-lg-r-1 {
|
|
right: 1% !important;
|
|
}
|
|
.pos-lg-t-2 {
|
|
top: 2% !important;
|
|
}
|
|
.pos-lg-b-2 {
|
|
bottom: 2% !important;
|
|
}
|
|
.pos-lg-l-2 {
|
|
left: 2% !important;
|
|
}
|
|
.pos-lg-r-2 {
|
|
right: 2% !important;
|
|
}
|
|
.pos-lg-t-3 {
|
|
top: 3% !important;
|
|
}
|
|
.pos-lg-b-3 {
|
|
bottom: 3% !important;
|
|
}
|
|
.pos-lg-l-3 {
|
|
left: 3% !important;
|
|
}
|
|
.pos-lg-r-3 {
|
|
right: 3% !important;
|
|
}
|
|
.pos-lg-t-4 {
|
|
top: 4% !important;
|
|
}
|
|
.pos-lg-b-4 {
|
|
bottom: 4% !important;
|
|
}
|
|
.pos-lg-l-4 {
|
|
left: 4% !important;
|
|
}
|
|
.pos-lg-r-4 {
|
|
right: 4% !important;
|
|
}
|
|
.pos-lg-t-5 {
|
|
top: 5% !important;
|
|
}
|
|
.pos-lg-b-5 {
|
|
bottom: 5% !important;
|
|
}
|
|
.pos-lg-l-5 {
|
|
left: 5% !important;
|
|
}
|
|
.pos-lg-r-5 {
|
|
right: 5% !important;
|
|
}
|
|
.pos-lg-t-6 {
|
|
top: 6% !important;
|
|
}
|
|
.pos-lg-b-6 {
|
|
bottom: 6% !important;
|
|
}
|
|
.pos-lg-l-6 {
|
|
left: 6% !important;
|
|
}
|
|
.pos-lg-r-6 {
|
|
right: 6% !important;
|
|
}
|
|
.pos-lg-t-7 {
|
|
top: 7% !important;
|
|
}
|
|
.pos-lg-b-7 {
|
|
bottom: 7% !important;
|
|
}
|
|
.pos-lg-l-7 {
|
|
left: 7% !important;
|
|
}
|
|
.pos-lg-r-7 {
|
|
right: 7% !important;
|
|
}
|
|
.pos-lg-t-8 {
|
|
top: 8% !important;
|
|
}
|
|
.pos-lg-b-8 {
|
|
bottom: 8% !important;
|
|
}
|
|
.pos-lg-l-8 {
|
|
left: 8% !important;
|
|
}
|
|
.pos-lg-r-8 {
|
|
right: 8% !important;
|
|
}
|
|
.pos-lg-t-9 {
|
|
top: 9% !important;
|
|
}
|
|
.pos-lg-b-9 {
|
|
bottom: 9% !important;
|
|
}
|
|
.pos-lg-l-9 {
|
|
left: 9% !important;
|
|
}
|
|
.pos-lg-r-9 {
|
|
right: 9% !important;
|
|
}
|
|
.pos-lg-t-10 {
|
|
top: 10% !important;
|
|
}
|
|
.pos-lg-b-10 {
|
|
bottom: 10% !important;
|
|
}
|
|
.pos-lg-l-10 {
|
|
left: 10% !important;
|
|
}
|
|
.pos-lg-r-10 {
|
|
right: 10% !important;
|
|
}
|
|
.pos-lg-t-10 {
|
|
top: 10% !important;
|
|
}
|
|
.pos-lg-b-10 {
|
|
bottom: 10% !important;
|
|
}
|
|
.pos-lg-l-10 {
|
|
left: 10% !important;
|
|
}
|
|
.pos-lg-r-10 {
|
|
right: 10% !important;
|
|
}
|
|
.pos-lg-t-20 {
|
|
top: 20% !important;
|
|
}
|
|
.pos-lg-b-20 {
|
|
bottom: 20% !important;
|
|
}
|
|
.pos-lg-l-20 {
|
|
left: 20% !important;
|
|
}
|
|
.pos-lg-r-20 {
|
|
right: 20% !important;
|
|
}
|
|
.pos-lg-t-30 {
|
|
top: 30% !important;
|
|
}
|
|
.pos-lg-b-30 {
|
|
bottom: 30% !important;
|
|
}
|
|
.pos-lg-l-30 {
|
|
left: 30% !important;
|
|
}
|
|
.pos-lg-r-30 {
|
|
right: 30% !important;
|
|
}
|
|
.pos-lg-t-40 {
|
|
top: 40% !important;
|
|
}
|
|
.pos-lg-b-40 {
|
|
bottom: 40% !important;
|
|
}
|
|
.pos-lg-l-40 {
|
|
left: 40% !important;
|
|
}
|
|
.pos-lg-r-40 {
|
|
right: 40% !important;
|
|
}
|
|
.pos-lg-t-50 {
|
|
top: 50% !important;
|
|
}
|
|
.pos-lg-b-50 {
|
|
bottom: 50% !important;
|
|
}
|
|
.pos-lg-l-50 {
|
|
left: 50% !important;
|
|
}
|
|
.pos-lg-r-50 {
|
|
right: 50% !important;
|
|
}
|
|
.pos-lg-t-60 {
|
|
top: 60% !important;
|
|
}
|
|
.pos-lg-b-60 {
|
|
bottom: 60% !important;
|
|
}
|
|
.pos-lg-l-60 {
|
|
left: 60% !important;
|
|
}
|
|
.pos-lg-r-60 {
|
|
right: 60% !important;
|
|
}
|
|
.pos-lg-t-70 {
|
|
top: 70% !important;
|
|
}
|
|
.pos-lg-b-70 {
|
|
bottom: 70% !important;
|
|
}
|
|
.pos-lg-l-70 {
|
|
left: 70% !important;
|
|
}
|
|
.pos-lg-r-70 {
|
|
right: 70% !important;
|
|
}
|
|
.pos-lg-t-80 {
|
|
top: 80% !important;
|
|
}
|
|
.pos-lg-b-80 {
|
|
bottom: 80% !important;
|
|
}
|
|
.pos-lg-l-80 {
|
|
left: 80% !important;
|
|
}
|
|
.pos-lg-r-80 {
|
|
right: 80% !important;
|
|
}
|
|
.pos-lg-t-90 {
|
|
top: 90% !important;
|
|
}
|
|
.pos-lg-b-90 {
|
|
bottom: 90% !important;
|
|
}
|
|
.pos-lg-l-90 {
|
|
left: 90% !important;
|
|
}
|
|
.pos-lg-r-90 {
|
|
right: 90% !important;
|
|
}
|
|
.pos-lg-t-100 {
|
|
top: 100% !important;
|
|
}
|
|
.pos-lg-b-100 {
|
|
bottom: 100% !important;
|
|
}
|
|
.pos-lg-l-100 {
|
|
left: 100% !important;
|
|
}
|
|
.pos-lg-r-100 {
|
|
right: 100% !important;
|
|
}
|
|
}
|
|
|
|
@media (min-width: 1200px) {
|
|
.pos-xl-absolute {
|
|
position: absolute !important;
|
|
}
|
|
.pos-xl-relative {
|
|
position: relative !important;
|
|
overflow: hidden;
|
|
}
|
|
.pos-xl-static {
|
|
position: static !important;
|
|
}
|
|
.pos-xl-fixed {
|
|
position: fixed !important;
|
|
}
|
|
.pos-xl-t {
|
|
top: 0 !important;
|
|
}
|
|
.pos-xl-b {
|
|
top: auto !important;
|
|
bottom: 0 !important;
|
|
}
|
|
.pos-xl-l {
|
|
left: 0 !important;
|
|
}
|
|
.pos-xl-r {
|
|
left: auto !important;
|
|
right: 0 !important;
|
|
}
|
|
.pos-xl-x {
|
|
left: 0 !important;
|
|
right: 0 !important;
|
|
}
|
|
.pos-xl-y {
|
|
top: 0 !important;
|
|
bottom: 0 !important;
|
|
}
|
|
.pos-xl-a {
|
|
left: 0 !important;
|
|
right: 0 !important;
|
|
top: 0 !important;
|
|
bottom: 0 !important;
|
|
}
|
|
.pos-xl-vcenter {
|
|
top: 50% !important;
|
|
-webkit-transform: perspective(1px) translateY(-50%);
|
|
transform: perspective(1px) translateY(-50%);
|
|
}
|
|
.pos-xl-t-auto {
|
|
top: auto !important;
|
|
}
|
|
.pos-xl-b-auto {
|
|
bottom: auto !important;
|
|
}
|
|
.pos-xl-l-auto {
|
|
left: auto !important;
|
|
}
|
|
.pos-xl-r-auto {
|
|
right: auto !important;
|
|
}
|
|
.pos-xl-t-1 {
|
|
top: 1% !important;
|
|
}
|
|
.pos-xl-b-1 {
|
|
bottom: 1% !important;
|
|
}
|
|
.pos-xl-l-1 {
|
|
left: 1% !important;
|
|
}
|
|
.pos-xl-r-1 {
|
|
right: 1% !important;
|
|
}
|
|
.pos-xl-t-2 {
|
|
top: 2% !important;
|
|
}
|
|
.pos-xl-b-2 {
|
|
bottom: 2% !important;
|
|
}
|
|
.pos-xl-l-2 {
|
|
left: 2% !important;
|
|
}
|
|
.pos-xl-r-2 {
|
|
right: 2% !important;
|
|
}
|
|
.pos-xl-t-3 {
|
|
top: 3% !important;
|
|
}
|
|
.pos-xl-b-3 {
|
|
bottom: 3% !important;
|
|
}
|
|
.pos-xl-l-3 {
|
|
left: 3% !important;
|
|
}
|
|
.pos-xl-r-3 {
|
|
right: 3% !important;
|
|
}
|
|
.pos-xl-t-4 {
|
|
top: 4% !important;
|
|
}
|
|
.pos-xl-b-4 {
|
|
bottom: 4% !important;
|
|
}
|
|
.pos-xl-l-4 {
|
|
left: 4% !important;
|
|
}
|
|
.pos-xl-r-4 {
|
|
right: 4% !important;
|
|
}
|
|
.pos-xl-t-5 {
|
|
top: 5% !important;
|
|
}
|
|
.pos-xl-b-5 {
|
|
bottom: 5% !important;
|
|
}
|
|
.pos-xl-l-5 {
|
|
left: 5% !important;
|
|
}
|
|
.pos-xl-r-5 {
|
|
right: 5% !important;
|
|
}
|
|
.pos-xl-t-6 {
|
|
top: 6% !important;
|
|
}
|
|
.pos-xl-b-6 {
|
|
bottom: 6% !important;
|
|
}
|
|
.pos-xl-l-6 {
|
|
left: 6% !important;
|
|
}
|
|
.pos-xl-r-6 {
|
|
right: 6% !important;
|
|
}
|
|
.pos-xl-t-7 {
|
|
top: 7% !important;
|
|
}
|
|
.pos-xl-b-7 {
|
|
bottom: 7% !important;
|
|
}
|
|
.pos-xl-l-7 {
|
|
left: 7% !important;
|
|
}
|
|
.pos-xl-r-7 {
|
|
right: 7% !important;
|
|
}
|
|
.pos-xl-t-8 {
|
|
top: 8% !important;
|
|
}
|
|
.pos-xl-b-8 {
|
|
bottom: 8% !important;
|
|
}
|
|
.pos-xl-l-8 {
|
|
left: 8% !important;
|
|
}
|
|
.pos-xl-r-8 {
|
|
right: 8% !important;
|
|
}
|
|
.pos-xl-t-9 {
|
|
top: 9% !important;
|
|
}
|
|
.pos-xl-b-9 {
|
|
bottom: 9% !important;
|
|
}
|
|
.pos-xl-l-9 {
|
|
left: 9% !important;
|
|
}
|
|
.pos-xl-r-9 {
|
|
right: 9% !important;
|
|
}
|
|
.pos-xl-t-10 {
|
|
top: 10% !important;
|
|
}
|
|
.pos-xl-b-10 {
|
|
bottom: 10% !important;
|
|
}
|
|
.pos-xl-l-10 {
|
|
left: 10% !important;
|
|
}
|
|
.pos-xl-r-10 {
|
|
right: 10% !important;
|
|
}
|
|
.pos-xl-t-10 {
|
|
top: 10% !important;
|
|
}
|
|
.pos-xl-b-10 {
|
|
bottom: 10% !important;
|
|
}
|
|
.pos-xl-l-10 {
|
|
left: 10% !important;
|
|
}
|
|
.pos-xl-r-10 {
|
|
right: 10% !important;
|
|
}
|
|
.pos-xl-t-20 {
|
|
top: 20% !important;
|
|
}
|
|
.pos-xl-b-20 {
|
|
bottom: 20% !important;
|
|
}
|
|
.pos-xl-l-20 {
|
|
left: 20% !important;
|
|
}
|
|
.pos-xl-r-20 {
|
|
right: 20% !important;
|
|
}
|
|
.pos-xl-t-30 {
|
|
top: 30% !important;
|
|
}
|
|
.pos-xl-b-30 {
|
|
bottom: 30% !important;
|
|
}
|
|
.pos-xl-l-30 {
|
|
left: 30% !important;
|
|
}
|
|
.pos-xl-r-30 {
|
|
right: 30% !important;
|
|
}
|
|
.pos-xl-t-40 {
|
|
top: 40% !important;
|
|
}
|
|
.pos-xl-b-40 {
|
|
bottom: 40% !important;
|
|
}
|
|
.pos-xl-l-40 {
|
|
left: 40% !important;
|
|
}
|
|
.pos-xl-r-40 {
|
|
right: 40% !important;
|
|
}
|
|
.pos-xl-t-50 {
|
|
top: 50% !important;
|
|
}
|
|
.pos-xl-b-50 {
|
|
bottom: 50% !important;
|
|
}
|
|
.pos-xl-l-50 {
|
|
left: 50% !important;
|
|
}
|
|
.pos-xl-r-50 {
|
|
right: 50% !important;
|
|
}
|
|
.pos-xl-t-60 {
|
|
top: 60% !important;
|
|
}
|
|
.pos-xl-b-60 {
|
|
bottom: 60% !important;
|
|
}
|
|
.pos-xl-l-60 {
|
|
left: 60% !important;
|
|
}
|
|
.pos-xl-r-60 {
|
|
right: 60% !important;
|
|
}
|
|
.pos-xl-t-70 {
|
|
top: 70% !important;
|
|
}
|
|
.pos-xl-b-70 {
|
|
bottom: 70% !important;
|
|
}
|
|
.pos-xl-l-70 {
|
|
left: 70% !important;
|
|
}
|
|
.pos-xl-r-70 {
|
|
right: 70% !important;
|
|
}
|
|
.pos-xl-t-80 {
|
|
top: 80% !important;
|
|
}
|
|
.pos-xl-b-80 {
|
|
bottom: 80% !important;
|
|
}
|
|
.pos-xl-l-80 {
|
|
left: 80% !important;
|
|
}
|
|
.pos-xl-r-80 {
|
|
right: 80% !important;
|
|
}
|
|
.pos-xl-t-90 {
|
|
top: 90% !important;
|
|
}
|
|
.pos-xl-b-90 {
|
|
bottom: 90% !important;
|
|
}
|
|
.pos-xl-l-90 {
|
|
left: 90% !important;
|
|
}
|
|
.pos-xl-r-90 {
|
|
right: 90% !important;
|
|
}
|
|
.pos-xl-t-100 {
|
|
top: 100% !important;
|
|
}
|
|
.pos-xl-b-100 {
|
|
bottom: 100% !important;
|
|
}
|
|
.pos-xl-l-100 {
|
|
left: 100% !important;
|
|
}
|
|
.pos-xl-r-100 {
|
|
right: 100% !important;
|
|
}
|
|
}
|
|
|
|
.pos-zindex-1 {
|
|
z-index: 1 !important;
|
|
}
|
|
|
|
.pos-zindex-2 {
|
|
z-index: 2 !important;
|
|
}
|
|
|
|
.pos-zindex-3 {
|
|
z-index: 3 !important;
|
|
}
|
|
|
|
.pos-zindex-4 {
|
|
z-index: 4 !important;
|
|
}
|
|
|
|
.pos-zindex-5 {
|
|
z-index: 5 !important;
|
|
}
|
|
|
|
.pos-zindex-6 {
|
|
z-index: 6 !important;
|
|
}
|
|
|
|
.pos-zindex-7 {
|
|
z-index: 7 !important;
|
|
}
|
|
|
|
.pos-zindex-8 {
|
|
z-index: 8 !important;
|
|
}
|
|
|
|
.pos-zindex-9 {
|
|
z-index: 9 !important;
|
|
}
|
|
|
|
.pos-zindex-10 {
|
|
z-index: 10 !important;
|
|
}
|
|
|
|
.pos-zindex-15 {
|
|
z-index: 15 !important;
|
|
}
|
|
|
|
.pos-zindex-20 {
|
|
z-index: 20 !important;
|
|
}
|
|
|
|
.pos-zindex-25 {
|
|
z-index: 25 !important;
|
|
}
|
|
|
|
.pos-zindex-30 {
|
|
z-index: 30 !important;
|
|
}
|
|
|
|
.pos-zindex-35 {
|
|
z-index: 35 !important;
|
|
}
|
|
|
|
.pos-zindex-40 {
|
|
z-index: 40 !important;
|
|
}
|
|
|
|
.pos-zindex-45 {
|
|
z-index: 45 !important;
|
|
}
|
|
|
|
.pos-zindex-50 {
|
|
z-index: 50 !important;
|
|
}
|
|
|
|
.pos-zindex-55 {
|
|
z-index: 55 !important;
|
|
}
|
|
|
|
.pos-zindex-60 {
|
|
z-index: 60 !important;
|
|
}
|
|
|
|
.pos-zindex-65 {
|
|
z-index: 65 !important;
|
|
}
|
|
|
|
.pos-zindex-70 {
|
|
z-index: 70 !important;
|
|
}
|
|
|
|
.pos-zindex-75 {
|
|
z-index: 75 !important;
|
|
}
|
|
|
|
.pos-zindex-80 {
|
|
z-index: 80 !important;
|
|
}
|
|
|
|
.pos-zindex-85 {
|
|
z-index: 85 !important;
|
|
}
|
|
|
|
.pos-zindex-90 {
|
|
z-index: 90 !important;
|
|
}
|
|
|
|
.pos-zindex-95 {
|
|
z-index: 95 !important;
|
|
}
|
|
|
|
.pos-zindex-100 {
|
|
z-index: 100 !important;
|
|
}
|
|
|
|
.pos-zindex-dropdown {
|
|
z-index: 1001 !important;
|
|
}
|
|
|
|
.pos-zindex-fixed {
|
|
z-index: 1031 !important;
|
|
}
|
|
|
|
.divider-light.divider-diagonal:before {
|
|
border-left-color: #f8f9fa;
|
|
}
|
|
|
|
.divider-light.divider-diagonal-r:before {
|
|
border-right-color: #f8f9fa;
|
|
}
|
|
|
|
.divider-light.divider-arrow-b:before {
|
|
border-top-color: #f8f9fa;
|
|
}
|
|
|
|
.divider-light.divider-arrow-t:before {
|
|
border-bottom-color: #f8f9fa;
|
|
}
|
|
|
|
.divider-light.divider-arrow-l:before {
|
|
border-right-color: #f8f9fa;
|
|
}
|
|
|
|
.divider-light.divider-arrow-r:before {
|
|
border-left-color: #f8f9fa;
|
|
}
|
|
|
|
.divider-grey.divider-diagonal:before {
|
|
border-left-color: #e9ecef;
|
|
}
|
|
|
|
.divider-grey.divider-diagonal-r:before {
|
|
border-right-color: #e9ecef;
|
|
}
|
|
|
|
.divider-grey.divider-arrow-b:before {
|
|
border-top-color: #e9ecef;
|
|
}
|
|
|
|
.divider-grey.divider-arrow-t:before {
|
|
border-bottom-color: #e9ecef;
|
|
}
|
|
|
|
.divider-grey.divider-arrow-l:before {
|
|
border-right-color: #e9ecef;
|
|
}
|
|
|
|
.divider-grey.divider-arrow-r:before {
|
|
border-left-color: #e9ecef;
|
|
}
|
|
|
|
.divider-grey-dark.divider-diagonal:before {
|
|
border-left-color: #495057;
|
|
}
|
|
|
|
.divider-grey-dark.divider-diagonal-r:before {
|
|
border-right-color: #495057;
|
|
}
|
|
|
|
.divider-grey-dark.divider-arrow-b:before {
|
|
border-top-color: #495057;
|
|
}
|
|
|
|
.divider-grey-dark.divider-arrow-t:before {
|
|
border-bottom-color: #495057;
|
|
}
|
|
|
|
.divider-grey-dark.divider-arrow-l:before {
|
|
border-right-color: #495057;
|
|
}
|
|
|
|
.divider-grey-dark.divider-arrow-r:before {
|
|
border-left-color: #495057;
|
|
}
|
|
|
|
.divider-primary.divider-diagonal:before {
|
|
border-left-color: #55A79A;
|
|
}
|
|
|
|
.divider-primary.divider-diagonal-r:before {
|
|
border-right-color: #55A79A;
|
|
}
|
|
|
|
.divider-primary.divider-arrow-b:before {
|
|
border-top-color: #55A79A;
|
|
}
|
|
|
|
.divider-primary.divider-arrow-t:before {
|
|
border-bottom-color: #55A79A;
|
|
}
|
|
|
|
.divider-primary.divider-arrow-l:before {
|
|
border-right-color: #55A79A;
|
|
}
|
|
|
|
.divider-primary.divider-arrow-r:before {
|
|
border-left-color: #55A79A;
|
|
}
|
|
|
|
.divider-primary-dark.divider-diagonal:before {
|
|
border-left-color: #33635c;
|
|
}
|
|
|
|
.divider-primary-dark.divider-diagonal-r:before {
|
|
border-right-color: #33635c;
|
|
}
|
|
|
|
.divider-primary-dark.divider-arrow-b:before {
|
|
border-top-color: #33635c;
|
|
}
|
|
|
|
.divider-primary-dark.divider-arrow-t:before {
|
|
border-bottom-color: #33635c;
|
|
}
|
|
|
|
.divider-primary-dark.divider-arrow-l:before {
|
|
border-right-color: #33635c;
|
|
}
|
|
|
|
.divider-primary-dark.divider-arrow-r:before {
|
|
border-left-color: #33635c;
|
|
}
|
|
|
|
.divider-primary-faded.divider-diagonal:before {
|
|
border-left-color: rgba(85, 167, 154, 0.3);
|
|
}
|
|
|
|
.divider-primary-faded.divider-diagonal-r:before {
|
|
border-right-color: rgba(85, 167, 154, 0.3);
|
|
}
|
|
|
|
.divider-primary-faded.divider-arrow-b:before {
|
|
border-top-color: rgba(85, 167, 154, 0.3);
|
|
}
|
|
|
|
.divider-primary-faded.divider-arrow-t:before {
|
|
border-bottom-color: rgba(85, 167, 154, 0.3);
|
|
}
|
|
|
|
.divider-primary-faded.divider-arrow-l:before {
|
|
border-right-color: rgba(85, 167, 154, 0.3);
|
|
}
|
|
|
|
.divider-primary-faded.divider-arrow-r:before {
|
|
border-left-color: rgba(85, 167, 154, 0.3);
|
|
}
|
|
|
|
.divider-info.divider-diagonal:before {
|
|
border-left-color: #17a2b8;
|
|
}
|
|
|
|
.divider-info.divider-diagonal-r:before {
|
|
border-right-color: #17a2b8;
|
|
}
|
|
|
|
.divider-info.divider-arrow-b:before {
|
|
border-top-color: #17a2b8;
|
|
}
|
|
|
|
.divider-info.divider-arrow-t:before {
|
|
border-bottom-color: #17a2b8;
|
|
}
|
|
|
|
.divider-info.divider-arrow-l:before {
|
|
border-right-color: #17a2b8;
|
|
}
|
|
|
|
.divider-info.divider-arrow-r:before {
|
|
border-left-color: #17a2b8;
|
|
}
|
|
|
|
.divider-success.divider-diagonal:before {
|
|
border-left-color: #28a745;
|
|
}
|
|
|
|
.divider-success.divider-diagonal-r:before {
|
|
border-right-color: #28a745;
|
|
}
|
|
|
|
.divider-success.divider-arrow-b:before {
|
|
border-top-color: #28a745;
|
|
}
|
|
|
|
.divider-success.divider-arrow-t:before {
|
|
border-bottom-color: #28a745;
|
|
}
|
|
|
|
.divider-success.divider-arrow-l:before {
|
|
border-right-color: #28a745;
|
|
}
|
|
|
|
.divider-success.divider-arrow-r:before {
|
|
border-left-color: #28a745;
|
|
}
|
|
|
|
.divider-warning.divider-diagonal:before {
|
|
border-left-color: #ffc107;
|
|
}
|
|
|
|
.divider-warning.divider-diagonal-r:before {
|
|
border-right-color: #ffc107;
|
|
}
|
|
|
|
.divider-warning.divider-arrow-b:before {
|
|
border-top-color: #ffc107;
|
|
}
|
|
|
|
.divider-warning.divider-arrow-t:before {
|
|
border-bottom-color: #ffc107;
|
|
}
|
|
|
|
.divider-warning.divider-arrow-l:before {
|
|
border-right-color: #ffc107;
|
|
}
|
|
|
|
.divider-warning.divider-arrow-r:before {
|
|
border-left-color: #ffc107;
|
|
}
|
|
|
|
.divider-danger.divider-diagonal:before {
|
|
border-left-color: #dc3545;
|
|
}
|
|
|
|
.divider-danger.divider-diagonal-r:before {
|
|
border-right-color: #dc3545;
|
|
}
|
|
|
|
.divider-danger.divider-arrow-b:before {
|
|
border-top-color: #dc3545;
|
|
}
|
|
|
|
.divider-danger.divider-arrow-t:before {
|
|
border-bottom-color: #dc3545;
|
|
}
|
|
|
|
.divider-danger.divider-arrow-l:before {
|
|
border-right-color: #dc3545;
|
|
}
|
|
|
|
.divider-danger.divider-arrow-r:before {
|
|
border-left-color: #dc3545;
|
|
}
|
|
|
|
.divider-dark.divider-diagonal:before {
|
|
border-left-color: #343a40;
|
|
}
|
|
|
|
.divider-dark.divider-diagonal-r:before {
|
|
border-right-color: #343a40;
|
|
}
|
|
|
|
.divider-dark.divider-arrow-b:before {
|
|
border-top-color: #343a40;
|
|
}
|
|
|
|
.divider-dark.divider-arrow-t:before {
|
|
border-bottom-color: #343a40;
|
|
}
|
|
|
|
.divider-dark.divider-arrow-l:before {
|
|
border-right-color: #343a40;
|
|
}
|
|
|
|
.divider-dark.divider-arrow-r:before {
|
|
border-left-color: #343a40;
|
|
}
|
|
|
|
.divider-secondary.divider-diagonal:before {
|
|
border-left-color: #6c757d;
|
|
}
|
|
|
|
.divider-secondary.divider-diagonal-r:before {
|
|
border-right-color: #6c757d;
|
|
}
|
|
|
|
.divider-secondary.divider-arrow-b:before {
|
|
border-top-color: #6c757d;
|
|
}
|
|
|
|
.divider-secondary.divider-arrow-t:before {
|
|
border-bottom-color: #6c757d;
|
|
}
|
|
|
|
.divider-secondary.divider-arrow-l:before {
|
|
border-right-color: #6c757d;
|
|
}
|
|
|
|
.divider-secondary.divider-arrow-r:before {
|
|
border-left-color: #6c757d;
|
|
}
|
|
|
|
.divider-black.divider-diagonal:before {
|
|
border-left-color: #000;
|
|
}
|
|
|
|
.divider-black.divider-diagonal-r:before {
|
|
border-right-color: #000;
|
|
}
|
|
|
|
.divider-black.divider-arrow-b:before {
|
|
border-top-color: #000;
|
|
}
|
|
|
|
.divider-black.divider-arrow-t:before {
|
|
border-bottom-color: #000;
|
|
}
|
|
|
|
.divider-black.divider-arrow-l:before {
|
|
border-right-color: #000;
|
|
}
|
|
|
|
.divider-black.divider-arrow-r:before {
|
|
border-left-color: #000;
|
|
}
|
|
|
|
.divider-white.divider-diagonal:before {
|
|
border-left-color: #fff;
|
|
}
|
|
|
|
.divider-white.divider-diagonal-r:before {
|
|
border-right-color: #fff;
|
|
}
|
|
|
|
.divider-white.divider-arrow-b:before {
|
|
border-top-color: #fff;
|
|
}
|
|
|
|
.divider-white.divider-arrow-t:before {
|
|
border-bottom-color: #fff;
|
|
}
|
|
|
|
.divider-white.divider-arrow-l:before {
|
|
border-right-color: #fff;
|
|
}
|
|
|
|
.divider-white.divider-arrow-r:before {
|
|
border-left-color: #fff;
|
|
}
|
|
|
|
.divider-green.divider-diagonal:before {
|
|
border-left-color: #55A79A;
|
|
}
|
|
|
|
.divider-green.divider-diagonal-r:before {
|
|
border-right-color: #55A79A;
|
|
}
|
|
|
|
.divider-green.divider-arrow-b:before {
|
|
border-top-color: #55A79A;
|
|
}
|
|
|
|
.divider-green.divider-arrow-t:before {
|
|
border-bottom-color: #55A79A;
|
|
}
|
|
|
|
.divider-green.divider-arrow-l:before {
|
|
border-right-color: #55A79A;
|
|
}
|
|
|
|
.divider-green.divider-arrow-r:before {
|
|
border-left-color: #55A79A;
|
|
}
|
|
|
|
.divider-red.divider-diagonal:before {
|
|
border-left-color: #BE3E1D;
|
|
}
|
|
|
|
.divider-red.divider-diagonal-r:before {
|
|
border-right-color: #BE3E1D;
|
|
}
|
|
|
|
.divider-red.divider-arrow-b:before {
|
|
border-top-color: #BE3E1D;
|
|
}
|
|
|
|
.divider-red.divider-arrow-t:before {
|
|
border-bottom-color: #BE3E1D;
|
|
}
|
|
|
|
.divider-red.divider-arrow-l:before {
|
|
border-right-color: #BE3E1D;
|
|
}
|
|
|
|
.divider-red.divider-arrow-r:before {
|
|
border-left-color: #BE3E1D;
|
|
}
|
|
|
|
.divider-blue.divider-diagonal:before {
|
|
border-left-color: #00ADBB;
|
|
}
|
|
|
|
.divider-blue.divider-diagonal-r:before {
|
|
border-right-color: #00ADBB;
|
|
}
|
|
|
|
.divider-blue.divider-arrow-b:before {
|
|
border-top-color: #00ADBB;
|
|
}
|
|
|
|
.divider-blue.divider-arrow-t:before {
|
|
border-bottom-color: #00ADBB;
|
|
}
|
|
|
|
.divider-blue.divider-arrow-l:before {
|
|
border-right-color: #00ADBB;
|
|
}
|
|
|
|
.divider-blue.divider-arrow-r:before {
|
|
border-left-color: #00ADBB;
|
|
}
|
|
|
|
.divider-purple.divider-diagonal:before {
|
|
border-left-color: #b771b0;
|
|
}
|
|
|
|
.divider-purple.divider-diagonal-r:before {
|
|
border-right-color: #b771b0;
|
|
}
|
|
|
|
.divider-purple.divider-arrow-b:before {
|
|
border-top-color: #b771b0;
|
|
}
|
|
|
|
.divider-purple.divider-arrow-t:before {
|
|
border-bottom-color: #b771b0;
|
|
}
|
|
|
|
.divider-purple.divider-arrow-l:before {
|
|
border-right-color: #b771b0;
|
|
}
|
|
|
|
.divider-purple.divider-arrow-r:before {
|
|
border-left-color: #b771b0;
|
|
}
|
|
|
|
.divider-pink.divider-diagonal:before {
|
|
border-left-color: #CC164D;
|
|
}
|
|
|
|
.divider-pink.divider-diagonal-r:before {
|
|
border-right-color: #CC164D;
|
|
}
|
|
|
|
.divider-pink.divider-arrow-b:before {
|
|
border-top-color: #CC164D;
|
|
}
|
|
|
|
.divider-pink.divider-arrow-t:before {
|
|
border-bottom-color: #CC164D;
|
|
}
|
|
|
|
.divider-pink.divider-arrow-l:before {
|
|
border-right-color: #CC164D;
|
|
}
|
|
|
|
.divider-pink.divider-arrow-r:before {
|
|
border-left-color: #CC164D;
|
|
}
|
|
|
|
.divider-orange.divider-diagonal:before {
|
|
border-left-color: #e67e22;
|
|
}
|
|
|
|
.divider-orange.divider-diagonal-r:before {
|
|
border-right-color: #e67e22;
|
|
}
|
|
|
|
.divider-orange.divider-arrow-b:before {
|
|
border-top-color: #e67e22;
|
|
}
|
|
|
|
.divider-orange.divider-arrow-t:before {
|
|
border-bottom-color: #e67e22;
|
|
}
|
|
|
|
.divider-orange.divider-arrow-l:before {
|
|
border-right-color: #e67e22;
|
|
}
|
|
|
|
.divider-orange.divider-arrow-r:before {
|
|
border-left-color: #e67e22;
|
|
}
|
|
|
|
.divider-lime.divider-diagonal:before {
|
|
border-left-color: #b1dc44;
|
|
}
|
|
|
|
.divider-lime.divider-diagonal-r:before {
|
|
border-right-color: #b1dc44;
|
|
}
|
|
|
|
.divider-lime.divider-arrow-b:before {
|
|
border-top-color: #b1dc44;
|
|
}
|
|
|
|
.divider-lime.divider-arrow-t:before {
|
|
border-bottom-color: #b1dc44;
|
|
}
|
|
|
|
.divider-lime.divider-arrow-l:before {
|
|
border-right-color: #b1dc44;
|
|
}
|
|
|
|
.divider-lime.divider-arrow-r:before {
|
|
border-left-color: #b1dc44;
|
|
}
|
|
|
|
.divider-blue-dark.divider-diagonal:before {
|
|
border-left-color: #34495e;
|
|
}
|
|
|
|
.divider-blue-dark.divider-diagonal-r:before {
|
|
border-right-color: #34495e;
|
|
}
|
|
|
|
.divider-blue-dark.divider-arrow-b:before {
|
|
border-top-color: #34495e;
|
|
}
|
|
|
|
.divider-blue-dark.divider-arrow-t:before {
|
|
border-bottom-color: #34495e;
|
|
}
|
|
|
|
.divider-blue-dark.divider-arrow-l:before {
|
|
border-right-color: #34495e;
|
|
}
|
|
|
|
.divider-blue-dark.divider-arrow-r:before {
|
|
border-left-color: #34495e;
|
|
}
|
|
|
|
.divider-red-dark.divider-diagonal:before {
|
|
border-left-color: #a10f2b;
|
|
}
|
|
|
|
.divider-red-dark.divider-diagonal-r:before {
|
|
border-right-color: #a10f2b;
|
|
}
|
|
|
|
.divider-red-dark.divider-arrow-b:before {
|
|
border-top-color: #a10f2b;
|
|
}
|
|
|
|
.divider-red-dark.divider-arrow-t:before {
|
|
border-bottom-color: #a10f2b;
|
|
}
|
|
|
|
.divider-red-dark.divider-arrow-l:before {
|
|
border-right-color: #a10f2b;
|
|
}
|
|
|
|
.divider-red-dark.divider-arrow-r:before {
|
|
border-left-color: #a10f2b;
|
|
}
|
|
|
|
.divider-brown.divider-diagonal:before {
|
|
border-left-color: #91633c;
|
|
}
|
|
|
|
.divider-brown.divider-diagonal-r:before {
|
|
border-right-color: #91633c;
|
|
}
|
|
|
|
.divider-brown.divider-arrow-b:before {
|
|
border-top-color: #91633c;
|
|
}
|
|
|
|
.divider-brown.divider-arrow-t:before {
|
|
border-bottom-color: #91633c;
|
|
}
|
|
|
|
.divider-brown.divider-arrow-l:before {
|
|
border-right-color: #91633c;
|
|
}
|
|
|
|
.divider-brown.divider-arrow-r:before {
|
|
border-left-color: #91633c;
|
|
}
|
|
|
|
.divider-cyan-dark.divider-diagonal:before {
|
|
border-left-color: #008b8b;
|
|
}
|
|
|
|
.divider-cyan-dark.divider-diagonal-r:before {
|
|
border-right-color: #008b8b;
|
|
}
|
|
|
|
.divider-cyan-dark.divider-arrow-b:before {
|
|
border-top-color: #008b8b;
|
|
}
|
|
|
|
.divider-cyan-dark.divider-arrow-t:before {
|
|
border-bottom-color: #008b8b;
|
|
}
|
|
|
|
.divider-cyan-dark.divider-arrow-l:before {
|
|
border-right-color: #008b8b;
|
|
}
|
|
|
|
.divider-cyan-dark.divider-arrow-r:before {
|
|
border-left-color: #008b8b;
|
|
}
|
|
|
|
.divider-yellow.divider-diagonal:before {
|
|
border-left-color: #D4AC0D;
|
|
}
|
|
|
|
.divider-yellow.divider-diagonal-r:before {
|
|
border-right-color: #D4AC0D;
|
|
}
|
|
|
|
.divider-yellow.divider-arrow-b:before {
|
|
border-top-color: #D4AC0D;
|
|
}
|
|
|
|
.divider-yellow.divider-arrow-t:before {
|
|
border-bottom-color: #D4AC0D;
|
|
}
|
|
|
|
.divider-yellow.divider-arrow-l:before {
|
|
border-right-color: #D4AC0D;
|
|
}
|
|
|
|
.divider-yellow.divider-arrow-r:before {
|
|
border-left-color: #D4AC0D;
|
|
}
|
|
|
|
.divider-slate.divider-diagonal:before {
|
|
border-left-color: #5D6D7E;
|
|
}
|
|
|
|
.divider-slate.divider-diagonal-r:before {
|
|
border-right-color: #5D6D7E;
|
|
}
|
|
|
|
.divider-slate.divider-arrow-b:before {
|
|
border-top-color: #5D6D7E;
|
|
}
|
|
|
|
.divider-slate.divider-arrow-t:before {
|
|
border-bottom-color: #5D6D7E;
|
|
}
|
|
|
|
.divider-slate.divider-arrow-l:before {
|
|
border-right-color: #5D6D7E;
|
|
}
|
|
|
|
.divider-slate.divider-arrow-r:before {
|
|
border-left-color: #5D6D7E;
|
|
}
|
|
|
|
.divider-olive.divider-diagonal:before {
|
|
border-left-color: #808000;
|
|
}
|
|
|
|
.divider-olive.divider-diagonal-r:before {
|
|
border-right-color: #808000;
|
|
}
|
|
|
|
.divider-olive.divider-arrow-b:before {
|
|
border-top-color: #808000;
|
|
}
|
|
|
|
.divider-olive.divider-arrow-t:before {
|
|
border-bottom-color: #808000;
|
|
}
|
|
|
|
.divider-olive.divider-arrow-l:before {
|
|
border-right-color: #808000;
|
|
}
|
|
|
|
.divider-olive.divider-arrow-r:before {
|
|
border-left-color: #808000;
|
|
}
|
|
|
|
.divider-teal.divider-diagonal:before {
|
|
border-left-color: #008080;
|
|
}
|
|
|
|
.divider-teal.divider-diagonal-r:before {
|
|
border-right-color: #008080;
|
|
}
|
|
|
|
.divider-teal.divider-arrow-b:before {
|
|
border-top-color: #008080;
|
|
}
|
|
|
|
.divider-teal.divider-arrow-t:before {
|
|
border-bottom-color: #008080;
|
|
}
|
|
|
|
.divider-teal.divider-arrow-l:before {
|
|
border-right-color: #008080;
|
|
}
|
|
|
|
.divider-teal.divider-arrow-r:before {
|
|
border-left-color: #008080;
|
|
}
|
|
|
|
.divider-green-bright.divider-diagonal:before {
|
|
border-left-color: #2ECC71;
|
|
}
|
|
|
|
.divider-green-bright.divider-diagonal-r:before {
|
|
border-right-color: #2ECC71;
|
|
}
|
|
|
|
.divider-green-bright.divider-arrow-b:before {
|
|
border-top-color: #2ECC71;
|
|
}
|
|
|
|
.divider-green-bright.divider-arrow-t:before {
|
|
border-bottom-color: #2ECC71;
|
|
}
|
|
|
|
.divider-green-bright.divider-arrow-l:before {
|
|
border-right-color: #2ECC71;
|
|
}
|
|
|
|
.divider-green-bright.divider-arrow-r:before {
|
|
border-left-color: #2ECC71;
|
|
}
|
|
|
|
.divider-op-0:before {
|
|
opacity: 0 !important;
|
|
}
|
|
|
|
.divider-op-1:before {
|
|
opacity: 0.1 !important;
|
|
}
|
|
|
|
.divider-op-2:before {
|
|
opacity: 0.2 !important;
|
|
}
|
|
|
|
.divider-op-3:before {
|
|
opacity: 0.3 !important;
|
|
}
|
|
|
|
.divider-op-4:before {
|
|
opacity: 0.4 !important;
|
|
}
|
|
|
|
.divider-op-5:before {
|
|
opacity: 0.5 !important;
|
|
}
|
|
|
|
.divider-op-6:before {
|
|
opacity: 0.6 !important;
|
|
}
|
|
|
|
.divider-op-7:before {
|
|
opacity: 0.7 !important;
|
|
}
|
|
|
|
.divider-op-8:before {
|
|
opacity: 0.8 !important;
|
|
}
|
|
|
|
.divider-op-9:before {
|
|
opacity: 0.9 !important;
|
|
}
|
|
|
|
.divider-op-10:before {
|
|
opacity: 1 !important;
|
|
}
|
|
|
|
.divider:before {
|
|
display: none;
|
|
}
|
|
|
|
.divider:before {
|
|
display: block;
|
|
}
|
|
|
|
.divider-sm:before {
|
|
display: none;
|
|
}
|
|
|
|
@media (min-width: 576px) {
|
|
.divider-sm:before {
|
|
display: block;
|
|
}
|
|
}
|
|
|
|
.divider-md:before {
|
|
display: none;
|
|
}
|
|
|
|
@media (min-width: 768px) {
|
|
.divider-md:before {
|
|
display: block;
|
|
}
|
|
}
|
|
|
|
.divider-lg:before {
|
|
display: none;
|
|
}
|
|
|
|
@media (min-width: 992px) {
|
|
.divider-lg:before {
|
|
display: block;
|
|
}
|
|
}
|
|
|
|
.divider-xl:before {
|
|
display: none;
|
|
}
|
|
|
|
@media (min-width: 1200px) {
|
|
.divider-xl:before {
|
|
display: block;
|
|
}
|
|
}
|
|
|
|
.divider-diagonal {
|
|
position: relative;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.divider-diagonal:before {
|
|
border-right-color: transparent;
|
|
border-left-width: 150px;
|
|
border-left-style: solid;
|
|
border-top: 750px solid transparent;
|
|
height: 750px;
|
|
margin-bottom: -750px;
|
|
display: block;
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
content: '';
|
|
z-index: 1;
|
|
}
|
|
|
|
.divider-diagonal.divider-diagonal-r:before {
|
|
border-left-color: transparent;
|
|
border-right-width: 150px;
|
|
border-right-style: solid;
|
|
border-top: 750px solid transparent;
|
|
right: 0;
|
|
left: auto;
|
|
}
|
|
|
|
.divider-arrow {
|
|
position: relative;
|
|
}
|
|
|
|
.divider-arrow:before {
|
|
left: 50%;
|
|
content: " ";
|
|
position: absolute;
|
|
pointer-events: none;
|
|
width: 0;
|
|
height: 0;
|
|
border-style: solid;
|
|
z-index: 1;
|
|
}
|
|
|
|
.divider-arrow.divider-arrow-b:before {
|
|
top: 100%;
|
|
margin-left: -20px;
|
|
border-width: 15px 20px 0 20px;
|
|
border-right-color: transparent;
|
|
border-bottom-color: transparent;
|
|
border-left-color: transparent;
|
|
}
|
|
|
|
.divider-arrow.divider-arrow-t:before {
|
|
top: -15px;
|
|
margin-left: -20px;
|
|
border-width: 0 20px 15px 20px;
|
|
border-right-color: transparent;
|
|
border-top-color: transparent;
|
|
border-left-color: transparent;
|
|
}
|
|
|
|
.divider-arrow.divider-arrow-l:before {
|
|
top: 50%;
|
|
left: -19px;
|
|
margin-top: -15px;
|
|
border-width: 15px 20px 15px 0;
|
|
border-bottom-color: transparent;
|
|
border-top-color: transparent;
|
|
border-left-color: transparent;
|
|
}
|
|
|
|
.divider-arrow.divider-arrow-r:before {
|
|
top: 50%;
|
|
left: auto;
|
|
right: -19px;
|
|
margin-top: -15px;
|
|
border-width: 15px 0 15px 20px;
|
|
border-right-color: transparent;
|
|
border-top-color: transparent;
|
|
border-bottom-color: transparent;
|
|
}
|
|
|
|
.op-0 {
|
|
opacity: 0 !important;
|
|
}
|
|
|
|
a.op-0:hover,
|
|
.op-auto {
|
|
opacity: 1 !important;
|
|
}
|
|
|
|
.op-1 {
|
|
opacity: 0.1 !important;
|
|
}
|
|
|
|
a.op-1:hover,
|
|
.op-auto {
|
|
opacity: 1 !important;
|
|
}
|
|
|
|
.op-2 {
|
|
opacity: 0.2 !important;
|
|
}
|
|
|
|
a.op-2:hover,
|
|
.op-auto {
|
|
opacity: 1 !important;
|
|
}
|
|
|
|
.op-3 {
|
|
opacity: 0.3 !important;
|
|
}
|
|
|
|
a.op-3:hover,
|
|
.op-auto {
|
|
opacity: 1 !important;
|
|
}
|
|
|
|
.op-4 {
|
|
opacity: 0.4 !important;
|
|
}
|
|
|
|
a.op-4:hover,
|
|
.op-auto {
|
|
opacity: 1 !important;
|
|
}
|
|
|
|
.op-5 {
|
|
opacity: 0.5 !important;
|
|
}
|
|
|
|
a.op-5:hover,
|
|
.op-auto {
|
|
opacity: 1 !important;
|
|
}
|
|
|
|
.op-6 {
|
|
opacity: 0.6 !important;
|
|
}
|
|
|
|
a.op-6:hover,
|
|
.op-auto {
|
|
opacity: 1 !important;
|
|
}
|
|
|
|
.op-7 {
|
|
opacity: 0.7 !important;
|
|
}
|
|
|
|
a.op-7:hover,
|
|
.op-auto {
|
|
opacity: 1 !important;
|
|
}
|
|
|
|
.op-8 {
|
|
opacity: 0.8 !important;
|
|
}
|
|
|
|
a.op-8:hover,
|
|
.op-auto {
|
|
opacity: 1 !important;
|
|
}
|
|
|
|
.op-9 {
|
|
opacity: 0.9 !important;
|
|
}
|
|
|
|
a.op-9:hover,
|
|
.op-auto {
|
|
opacity: 1 !important;
|
|
}
|
|
|
|
.op-10 {
|
|
opacity: 1 !important;
|
|
}
|
|
|
|
a.op-10:hover,
|
|
.op-auto {
|
|
opacity: 1 !important;
|
|
}
|
|
|
|
.bg-op-0.bg-light {
|
|
background-color: rgba(248, 249, 250, 0) !important;
|
|
}
|
|
|
|
.bg-op-0.bg-grey {
|
|
background-color: rgba(233, 236, 239, 0) !important;
|
|
}
|
|
|
|
.bg-op-0.bg-grey-dark {
|
|
background-color: rgba(73, 80, 87, 0) !important;
|
|
}
|
|
|
|
.bg-op-0.bg-primary {
|
|
background-color: rgba(85, 167, 154, 0) !important;
|
|
}
|
|
|
|
.bg-op-0.bg-primary-dark {
|
|
background-color: rgba(51, 99, 92, 0) !important;
|
|
}
|
|
|
|
.bg-op-0.bg-primary-faded {
|
|
background-color: rgba(85, 167, 154, 0) !important;
|
|
}
|
|
|
|
.bg-op-0.bg-info {
|
|
background-color: rgba(23, 162, 184, 0) !important;
|
|
}
|
|
|
|
.bg-op-0.bg-success {
|
|
background-color: rgba(40, 167, 69, 0) !important;
|
|
}
|
|
|
|
.bg-op-0.bg-warning {
|
|
background-color: rgba(255, 193, 7, 0) !important;
|
|
}
|
|
|
|
.bg-op-0.bg-danger {
|
|
background-color: rgba(220, 53, 69, 0) !important;
|
|
}
|
|
|
|
.bg-op-0.bg-dark {
|
|
background-color: rgba(52, 58, 64, 0) !important;
|
|
}
|
|
|
|
.bg-op-0.bg-secondary {
|
|
background-color: rgba(108, 117, 125, 0) !important;
|
|
}
|
|
|
|
.bg-op-0.bg-black {
|
|
background-color: transparent !important;
|
|
}
|
|
|
|
.bg-op-0.bg-white {
|
|
background-color: rgba(255, 255, 255, 0) !important;
|
|
}
|
|
|
|
.bg-op-0.bg-green {
|
|
background-color: rgba(85, 167, 154, 0) !important;
|
|
}
|
|
|
|
.bg-op-0.bg-red {
|
|
background-color: rgba(190, 62, 29, 0) !important;
|
|
}
|
|
|
|
.bg-op-0.bg-blue {
|
|
background-color: rgba(0, 173, 187, 0) !important;
|
|
}
|
|
|
|
.bg-op-0.bg-purple {
|
|
background-color: rgba(183, 113, 176, 0) !important;
|
|
}
|
|
|
|
.bg-op-0.bg-pink {
|
|
background-color: rgba(204, 22, 77, 0) !important;
|
|
}
|
|
|
|
.bg-op-0.bg-orange {
|
|
background-color: rgba(230, 126, 34, 0) !important;
|
|
}
|
|
|
|
.bg-op-0.bg-lime {
|
|
background-color: rgba(177, 220, 68, 0) !important;
|
|
}
|
|
|
|
.bg-op-0.bg-blue-dark {
|
|
background-color: rgba(52, 73, 94, 0) !important;
|
|
}
|
|
|
|
.bg-op-0.bg-red-dark {
|
|
background-color: rgba(161, 15, 43, 0) !important;
|
|
}
|
|
|
|
.bg-op-0.bg-brown {
|
|
background-color: rgba(145, 99, 60, 0) !important;
|
|
}
|
|
|
|
.bg-op-0.bg-cyan-dark {
|
|
background-color: rgba(0, 139, 139, 0) !important;
|
|
}
|
|
|
|
.bg-op-0.bg-yellow {
|
|
background-color: rgba(212, 172, 13, 0) !important;
|
|
}
|
|
|
|
.bg-op-0.bg-slate {
|
|
background-color: rgba(93, 109, 126, 0) !important;
|
|
}
|
|
|
|
.bg-op-0.bg-olive {
|
|
background-color: rgba(128, 128, 0, 0) !important;
|
|
}
|
|
|
|
.bg-op-0.bg-teal {
|
|
background-color: rgba(0, 128, 128, 0) !important;
|
|
}
|
|
|
|
.bg-op-0.bg-green-bright {
|
|
background-color: rgba(46, 204, 113, 0) !important;
|
|
}
|
|
|
|
.bg-op-0.bg-gradient {
|
|
background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(235, 235, 235, 0)));
|
|
background-image: linear-gradient(to bottom, #fff 0%, rgba(235, 235, 235, 0) 100%);
|
|
background-repeat: repeat-x;
|
|
}
|
|
|
|
.bg-op-0.bg-gradient-flip {
|
|
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(235, 235, 235, 0)), to(#fff));
|
|
background-image: linear-gradient(to bottom, rgba(235, 235, 235, 0) 0%, #fff 100%);
|
|
background-repeat: repeat-x;
|
|
}
|
|
|
|
.border-op-0.border-light {
|
|
border-color: rgba(248, 249, 250, 0) !important;
|
|
}
|
|
|
|
.border-op-0.border-grey {
|
|
border-color: rgba(233, 236, 239, 0) !important;
|
|
}
|
|
|
|
.border-op-0.border-grey-dark {
|
|
border-color: rgba(73, 80, 87, 0) !important;
|
|
}
|
|
|
|
.border-op-0.border-primary {
|
|
border-color: rgba(85, 167, 154, 0) !important;
|
|
}
|
|
|
|
.border-op-0.border-primary-dark {
|
|
border-color: rgba(51, 99, 92, 0) !important;
|
|
}
|
|
|
|
.border-op-0.border-primary-faded {
|
|
border-color: rgba(85, 167, 154, 0) !important;
|
|
}
|
|
|
|
.border-op-0.border-info {
|
|
border-color: rgba(23, 162, 184, 0) !important;
|
|
}
|
|
|
|
.border-op-0.border-success {
|
|
border-color: rgba(40, 167, 69, 0) !important;
|
|
}
|
|
|
|
.border-op-0.border-warning {
|
|
border-color: rgba(255, 193, 7, 0) !important;
|
|
}
|
|
|
|
.border-op-0.border-danger {
|
|
border-color: rgba(220, 53, 69, 0) !important;
|
|
}
|
|
|
|
.border-op-0.border-dark {
|
|
border-color: rgba(52, 58, 64, 0) !important;
|
|
}
|
|
|
|
.border-op-0.border-secondary {
|
|
border-color: rgba(108, 117, 125, 0) !important;
|
|
}
|
|
|
|
.border-op-0.border-black {
|
|
border-color: transparent !important;
|
|
}
|
|
|
|
.border-op-0.border-white {
|
|
border-color: rgba(255, 255, 255, 0) !important;
|
|
}
|
|
|
|
.border-op-0.border-green {
|
|
border-color: rgba(85, 167, 154, 0) !important;
|
|
}
|
|
|
|
.border-op-0.border-red {
|
|
border-color: rgba(190, 62, 29, 0) !important;
|
|
}
|
|
|
|
.border-op-0.border-blue {
|
|
border-color: rgba(0, 173, 187, 0) !important;
|
|
}
|
|
|
|
.border-op-0.border-purple {
|
|
border-color: rgba(183, 113, 176, 0) !important;
|
|
}
|
|
|
|
.border-op-0.border-pink {
|
|
border-color: rgba(204, 22, 77, 0) !important;
|
|
}
|
|
|
|
.border-op-0.border-orange {
|
|
border-color: rgba(230, 126, 34, 0) !important;
|
|
}
|
|
|
|
.border-op-0.border-lime {
|
|
border-color: rgba(177, 220, 68, 0) !important;
|
|
}
|
|
|
|
.border-op-0.border-blue-dark {
|
|
border-color: rgba(52, 73, 94, 0) !important;
|
|
}
|
|
|
|
.border-op-0.border-red-dark {
|
|
border-color: rgba(161, 15, 43, 0) !important;
|
|
}
|
|
|
|
.border-op-0.border-brown {
|
|
border-color: rgba(145, 99, 60, 0) !important;
|
|
}
|
|
|
|
.border-op-0.border-cyan-dark {
|
|
border-color: rgba(0, 139, 139, 0) !important;
|
|
}
|
|
|
|
.border-op-0.border-yellow {
|
|
border-color: rgba(212, 172, 13, 0) !important;
|
|
}
|
|
|
|
.border-op-0.border-slate {
|
|
border-color: rgba(93, 109, 126, 0) !important;
|
|
}
|
|
|
|
.border-op-0.border-olive {
|
|
border-color: rgba(128, 128, 0, 0) !important;
|
|
}
|
|
|
|
.border-op-0.border-teal {
|
|
border-color: rgba(0, 128, 128, 0) !important;
|
|
}
|
|
|
|
.border-op-0.border-green-bright {
|
|
border-color: rgba(46, 204, 113, 0) !important;
|
|
}
|
|
|
|
.bg-op-1.bg-light {
|
|
background-color: rgba(248, 249, 250, 0.1) !important;
|
|
}
|
|
|
|
.bg-op-1.bg-grey {
|
|
background-color: rgba(233, 236, 239, 0.1) !important;
|
|
}
|
|
|
|
.bg-op-1.bg-grey-dark {
|
|
background-color: rgba(73, 80, 87, 0.1) !important;
|
|
}
|
|
|
|
.bg-op-1.bg-primary {
|
|
background-color: rgba(85, 167, 154, 0.1) !important;
|
|
}
|
|
|
|
.bg-op-1.bg-primary-dark {
|
|
background-color: rgba(51, 99, 92, 0.1) !important;
|
|
}
|
|
|
|
.bg-op-1.bg-primary-faded {
|
|
background-color: rgba(85, 167, 154, 0.1) !important;
|
|
}
|
|
|
|
.bg-op-1.bg-info {
|
|
background-color: rgba(23, 162, 184, 0.1) !important;
|
|
}
|
|
|
|
.bg-op-1.bg-success {
|
|
background-color: rgba(40, 167, 69, 0.1) !important;
|
|
}
|
|
|
|
.bg-op-1.bg-warning {
|
|
background-color: rgba(255, 193, 7, 0.1) !important;
|
|
}
|
|
|
|
.bg-op-1.bg-danger {
|
|
background-color: rgba(220, 53, 69, 0.1) !important;
|
|
}
|
|
|
|
.bg-op-1.bg-dark {
|
|
background-color: rgba(52, 58, 64, 0.1) !important;
|
|
}
|
|
|
|
.bg-op-1.bg-secondary {
|
|
background-color: rgba(108, 117, 125, 0.1) !important;
|
|
}
|
|
|
|
.bg-op-1.bg-black {
|
|
background-color: rgba(0, 0, 0, 0.1) !important;
|
|
}
|
|
|
|
.bg-op-1.bg-white {
|
|
background-color: rgba(255, 255, 255, 0.1) !important;
|
|
}
|
|
|
|
.bg-op-1.bg-green {
|
|
background-color: rgba(85, 167, 154, 0.1) !important;
|
|
}
|
|
|
|
.bg-op-1.bg-red {
|
|
background-color: rgba(190, 62, 29, 0.1) !important;
|
|
}
|
|
|
|
.bg-op-1.bg-blue {
|
|
background-color: rgba(0, 173, 187, 0.1) !important;
|
|
}
|
|
|
|
.bg-op-1.bg-purple {
|
|
background-color: rgba(183, 113, 176, 0.1) !important;
|
|
}
|
|
|
|
.bg-op-1.bg-pink {
|
|
background-color: rgba(204, 22, 77, 0.1) !important;
|
|
}
|
|
|
|
.bg-op-1.bg-orange {
|
|
background-color: rgba(230, 126, 34, 0.1) !important;
|
|
}
|
|
|
|
.bg-op-1.bg-lime {
|
|
background-color: rgba(177, 220, 68, 0.1) !important;
|
|
}
|
|
|
|
.bg-op-1.bg-blue-dark {
|
|
background-color: rgba(52, 73, 94, 0.1) !important;
|
|
}
|
|
|
|
.bg-op-1.bg-red-dark {
|
|
background-color: rgba(161, 15, 43, 0.1) !important;
|
|
}
|
|
|
|
.bg-op-1.bg-brown {
|
|
background-color: rgba(145, 99, 60, 0.1) !important;
|
|
}
|
|
|
|
.bg-op-1.bg-cyan-dark {
|
|
background-color: rgba(0, 139, 139, 0.1) !important;
|
|
}
|
|
|
|
.bg-op-1.bg-yellow {
|
|
background-color: rgba(212, 172, 13, 0.1) !important;
|
|
}
|
|
|
|
.bg-op-1.bg-slate {
|
|
background-color: rgba(93, 109, 126, 0.1) !important;
|
|
}
|
|
|
|
.bg-op-1.bg-olive {
|
|
background-color: rgba(128, 128, 0, 0.1) !important;
|
|
}
|
|
|
|
.bg-op-1.bg-teal {
|
|
background-color: rgba(0, 128, 128, 0.1) !important;
|
|
}
|
|
|
|
.bg-op-1.bg-green-bright {
|
|
background-color: rgba(46, 204, 113, 0.1) !important;
|
|
}
|
|
|
|
.bg-op-1.bg-gradient {
|
|
background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(235, 235, 235, 0.1)));
|
|
background-image: linear-gradient(to bottom, #fff 0%, rgba(235, 235, 235, 0.1) 100%);
|
|
background-repeat: repeat-x;
|
|
}
|
|
|
|
.bg-op-1.bg-gradient-flip {
|
|
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(235, 235, 235, 0.1)), to(#fff));
|
|
background-image: linear-gradient(to bottom, rgba(235, 235, 235, 0.1) 0%, #fff 100%);
|
|
background-repeat: repeat-x;
|
|
}
|
|
|
|
.border-op-1.border-light {
|
|
border-color: rgba(248, 249, 250, 0.1) !important;
|
|
}
|
|
|
|
.border-op-1.border-grey {
|
|
border-color: rgba(233, 236, 239, 0.1) !important;
|
|
}
|
|
|
|
.border-op-1.border-grey-dark {
|
|
border-color: rgba(73, 80, 87, 0.1) !important;
|
|
}
|
|
|
|
.border-op-1.border-primary {
|
|
border-color: rgba(85, 167, 154, 0.1) !important;
|
|
}
|
|
|
|
.border-op-1.border-primary-dark {
|
|
border-color: rgba(51, 99, 92, 0.1) !important;
|
|
}
|
|
|
|
.border-op-1.border-primary-faded {
|
|
border-color: rgba(85, 167, 154, 0.1) !important;
|
|
}
|
|
|
|
.border-op-1.border-info {
|
|
border-color: rgba(23, 162, 184, 0.1) !important;
|
|
}
|
|
|
|
.border-op-1.border-success {
|
|
border-color: rgba(40, 167, 69, 0.1) !important;
|
|
}
|
|
|
|
.border-op-1.border-warning {
|
|
border-color: rgba(255, 193, 7, 0.1) !important;
|
|
}
|
|
|
|
.border-op-1.border-danger {
|
|
border-color: rgba(220, 53, 69, 0.1) !important;
|
|
}
|
|
|
|
.border-op-1.border-dark {
|
|
border-color: rgba(52, 58, 64, 0.1) !important;
|
|
}
|
|
|
|
.border-op-1.border-secondary {
|
|
border-color: rgba(108, 117, 125, 0.1) !important;
|
|
}
|
|
|
|
.border-op-1.border-black {
|
|
border-color: rgba(0, 0, 0, 0.1) !important;
|
|
}
|
|
|
|
.border-op-1.border-white {
|
|
border-color: rgba(255, 255, 255, 0.1) !important;
|
|
}
|
|
|
|
.border-op-1.border-green {
|
|
border-color: rgba(85, 167, 154, 0.1) !important;
|
|
}
|
|
|
|
.border-op-1.border-red {
|
|
border-color: rgba(190, 62, 29, 0.1) !important;
|
|
}
|
|
|
|
.border-op-1.border-blue {
|
|
border-color: rgba(0, 173, 187, 0.1) !important;
|
|
}
|
|
|
|
.border-op-1.border-purple {
|
|
border-color: rgba(183, 113, 176, 0.1) !important;
|
|
}
|
|
|
|
.border-op-1.border-pink {
|
|
border-color: rgba(204, 22, 77, 0.1) !important;
|
|
}
|
|
|
|
.border-op-1.border-orange {
|
|
border-color: rgba(230, 126, 34, 0.1) !important;
|
|
}
|
|
|
|
.border-op-1.border-lime {
|
|
border-color: rgba(177, 220, 68, 0.1) !important;
|
|
}
|
|
|
|
.border-op-1.border-blue-dark {
|
|
border-color: rgba(52, 73, 94, 0.1) !important;
|
|
}
|
|
|
|
.border-op-1.border-red-dark {
|
|
border-color: rgba(161, 15, 43, 0.1) !important;
|
|
}
|
|
|
|
.border-op-1.border-brown {
|
|
border-color: rgba(145, 99, 60, 0.1) !important;
|
|
}
|
|
|
|
.border-op-1.border-cyan-dark {
|
|
border-color: rgba(0, 139, 139, 0.1) !important;
|
|
}
|
|
|
|
.border-op-1.border-yellow {
|
|
border-color: rgba(212, 172, 13, 0.1) !important;
|
|
}
|
|
|
|
.border-op-1.border-slate {
|
|
border-color: rgba(93, 109, 126, 0.1) !important;
|
|
}
|
|
|
|
.border-op-1.border-olive {
|
|
border-color: rgba(128, 128, 0, 0.1) !important;
|
|
}
|
|
|
|
.border-op-1.border-teal {
|
|
border-color: rgba(0, 128, 128, 0.1) !important;
|
|
}
|
|
|
|
.border-op-1.border-green-bright {
|
|
border-color: rgba(46, 204, 113, 0.1) !important;
|
|
}
|
|
|
|
.bg-op-2.bg-light {
|
|
background-color: rgba(248, 249, 250, 0.2) !important;
|
|
}
|
|
|
|
.bg-op-2.bg-grey {
|
|
background-color: rgba(233, 236, 239, 0.2) !important;
|
|
}
|
|
|
|
.bg-op-2.bg-grey-dark {
|
|
background-color: rgba(73, 80, 87, 0.2) !important;
|
|
}
|
|
|
|
.bg-op-2.bg-primary {
|
|
background-color: rgba(85, 167, 154, 0.2) !important;
|
|
}
|
|
|
|
.bg-op-2.bg-primary-dark {
|
|
background-color: rgba(51, 99, 92, 0.2) !important;
|
|
}
|
|
|
|
.bg-op-2.bg-primary-faded {
|
|
background-color: rgba(85, 167, 154, 0.2) !important;
|
|
}
|
|
|
|
.bg-op-2.bg-info {
|
|
background-color: rgba(23, 162, 184, 0.2) !important;
|
|
}
|
|
|
|
.bg-op-2.bg-success {
|
|
background-color: rgba(40, 167, 69, 0.2) !important;
|
|
}
|
|
|
|
.bg-op-2.bg-warning {
|
|
background-color: rgba(255, 193, 7, 0.2) !important;
|
|
}
|
|
|
|
.bg-op-2.bg-danger {
|
|
background-color: rgba(220, 53, 69, 0.2) !important;
|
|
}
|
|
|
|
.bg-op-2.bg-dark {
|
|
background-color: rgba(52, 58, 64, 0.2) !important;
|
|
}
|
|
|
|
.bg-op-2.bg-secondary {
|
|
background-color: rgba(108, 117, 125, 0.2) !important;
|
|
}
|
|
|
|
.bg-op-2.bg-black {
|
|
background-color: rgba(0, 0, 0, 0.2) !important;
|
|
}
|
|
|
|
.bg-op-2.bg-white {
|
|
background-color: rgba(255, 255, 255, 0.2) !important;
|
|
}
|
|
|
|
.bg-op-2.bg-green {
|
|
background-color: rgba(85, 167, 154, 0.2) !important;
|
|
}
|
|
|
|
.bg-op-2.bg-red {
|
|
background-color: rgba(190, 62, 29, 0.2) !important;
|
|
}
|
|
|
|
.bg-op-2.bg-blue {
|
|
background-color: rgba(0, 173, 187, 0.2) !important;
|
|
}
|
|
|
|
.bg-op-2.bg-purple {
|
|
background-color: rgba(183, 113, 176, 0.2) !important;
|
|
}
|
|
|
|
.bg-op-2.bg-pink {
|
|
background-color: rgba(204, 22, 77, 0.2) !important;
|
|
}
|
|
|
|
.bg-op-2.bg-orange {
|
|
background-color: rgba(230, 126, 34, 0.2) !important;
|
|
}
|
|
|
|
.bg-op-2.bg-lime {
|
|
background-color: rgba(177, 220, 68, 0.2) !important;
|
|
}
|
|
|
|
.bg-op-2.bg-blue-dark {
|
|
background-color: rgba(52, 73, 94, 0.2) !important;
|
|
}
|
|
|
|
.bg-op-2.bg-red-dark {
|
|
background-color: rgba(161, 15, 43, 0.2) !important;
|
|
}
|
|
|
|
.bg-op-2.bg-brown {
|
|
background-color: rgba(145, 99, 60, 0.2) !important;
|
|
}
|
|
|
|
.bg-op-2.bg-cyan-dark {
|
|
background-color: rgba(0, 139, 139, 0.2) !important;
|
|
}
|
|
|
|
.bg-op-2.bg-yellow {
|
|
background-color: rgba(212, 172, 13, 0.2) !important;
|
|
}
|
|
|
|
.bg-op-2.bg-slate {
|
|
background-color: rgba(93, 109, 126, 0.2) !important;
|
|
}
|
|
|
|
.bg-op-2.bg-olive {
|
|
background-color: rgba(128, 128, 0, 0.2) !important;
|
|
}
|
|
|
|
.bg-op-2.bg-teal {
|
|
background-color: rgba(0, 128, 128, 0.2) !important;
|
|
}
|
|
|
|
.bg-op-2.bg-green-bright {
|
|
background-color: rgba(46, 204, 113, 0.2) !important;
|
|
}
|
|
|
|
.bg-op-2.bg-gradient {
|
|
background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(235, 235, 235, 0.2)));
|
|
background-image: linear-gradient(to bottom, #fff 0%, rgba(235, 235, 235, 0.2) 100%);
|
|
background-repeat: repeat-x;
|
|
}
|
|
|
|
.bg-op-2.bg-gradient-flip {
|
|
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(235, 235, 235, 0.2)), to(#fff));
|
|
background-image: linear-gradient(to bottom, rgba(235, 235, 235, 0.2) 0%, #fff 100%);
|
|
background-repeat: repeat-x;
|
|
}
|
|
|
|
.border-op-2.border-light {
|
|
border-color: rgba(248, 249, 250, 0.2) !important;
|
|
}
|
|
|
|
.border-op-2.border-grey {
|
|
border-color: rgba(233, 236, 239, 0.2) !important;
|
|
}
|
|
|
|
.border-op-2.border-grey-dark {
|
|
border-color: rgba(73, 80, 87, 0.2) !important;
|
|
}
|
|
|
|
.border-op-2.border-primary {
|
|
border-color: rgba(85, 167, 154, 0.2) !important;
|
|
}
|
|
|
|
.border-op-2.border-primary-dark {
|
|
border-color: rgba(51, 99, 92, 0.2) !important;
|
|
}
|
|
|
|
.border-op-2.border-primary-faded {
|
|
border-color: rgba(85, 167, 154, 0.2) !important;
|
|
}
|
|
|
|
.border-op-2.border-info {
|
|
border-color: rgba(23, 162, 184, 0.2) !important;
|
|
}
|
|
|
|
.border-op-2.border-success {
|
|
border-color: rgba(40, 167, 69, 0.2) !important;
|
|
}
|
|
|
|
.border-op-2.border-warning {
|
|
border-color: rgba(255, 193, 7, 0.2) !important;
|
|
}
|
|
|
|
.border-op-2.border-danger {
|
|
border-color: rgba(220, 53, 69, 0.2) !important;
|
|
}
|
|
|
|
.border-op-2.border-dark {
|
|
border-color: rgba(52, 58, 64, 0.2) !important;
|
|
}
|
|
|
|
.border-op-2.border-secondary {
|
|
border-color: rgba(108, 117, 125, 0.2) !important;
|
|
}
|
|
|
|
.border-op-2.border-black {
|
|
border-color: rgba(0, 0, 0, 0.2) !important;
|
|
}
|
|
|
|
.border-op-2.border-white {
|
|
border-color: rgba(255, 255, 255, 0.2) !important;
|
|
}
|
|
|
|
.border-op-2.border-green {
|
|
border-color: rgba(85, 167, 154, 0.2) !important;
|
|
}
|
|
|
|
.border-op-2.border-red {
|
|
border-color: rgba(190, 62, 29, 0.2) !important;
|
|
}
|
|
|
|
.border-op-2.border-blue {
|
|
border-color: rgba(0, 173, 187, 0.2) !important;
|
|
}
|
|
|
|
.border-op-2.border-purple {
|
|
border-color: rgba(183, 113, 176, 0.2) !important;
|
|
}
|
|
|
|
.border-op-2.border-pink {
|
|
border-color: rgba(204, 22, 77, 0.2) !important;
|
|
}
|
|
|
|
.border-op-2.border-orange {
|
|
border-color: rgba(230, 126, 34, 0.2) !important;
|
|
}
|
|
|
|
.border-op-2.border-lime {
|
|
border-color: rgba(177, 220, 68, 0.2) !important;
|
|
}
|
|
|
|
.border-op-2.border-blue-dark {
|
|
border-color: rgba(52, 73, 94, 0.2) !important;
|
|
}
|
|
|
|
.border-op-2.border-red-dark {
|
|
border-color: rgba(161, 15, 43, 0.2) !important;
|
|
}
|
|
|
|
.border-op-2.border-brown {
|
|
border-color: rgba(145, 99, 60, 0.2) !important;
|
|
}
|
|
|
|
.border-op-2.border-cyan-dark {
|
|
border-color: rgba(0, 139, 139, 0.2) !important;
|
|
}
|
|
|
|
.border-op-2.border-yellow {
|
|
border-color: rgba(212, 172, 13, 0.2) !important;
|
|
}
|
|
|
|
.border-op-2.border-slate {
|
|
border-color: rgba(93, 109, 126, 0.2) !important;
|
|
}
|
|
|
|
.border-op-2.border-olive {
|
|
border-color: rgba(128, 128, 0, 0.2) !important;
|
|
}
|
|
|
|
.border-op-2.border-teal {
|
|
border-color: rgba(0, 128, 128, 0.2) !important;
|
|
}
|
|
|
|
.border-op-2.border-green-bright {
|
|
border-color: rgba(46, 204, 113, 0.2) !important;
|
|
}
|
|
|
|
.bg-op-3.bg-light {
|
|
background-color: rgba(248, 249, 250, 0.3) !important;
|
|
}
|
|
|
|
.bg-op-3.bg-grey {
|
|
background-color: rgba(233, 236, 239, 0.3) !important;
|
|
}
|
|
|
|
.bg-op-3.bg-grey-dark {
|
|
background-color: rgba(73, 80, 87, 0.3) !important;
|
|
}
|
|
|
|
.bg-op-3.bg-primary {
|
|
background-color: rgba(85, 167, 154, 0.3) !important;
|
|
}
|
|
|
|
.bg-op-3.bg-primary-dark {
|
|
background-color: rgba(51, 99, 92, 0.3) !important;
|
|
}
|
|
|
|
.bg-op-3.bg-primary-faded {
|
|
background-color: rgba(85, 167, 154, 0.3) !important;
|
|
}
|
|
|
|
.bg-op-3.bg-info {
|
|
background-color: rgba(23, 162, 184, 0.3) !important;
|
|
}
|
|
|
|
.bg-op-3.bg-success {
|
|
background-color: rgba(40, 167, 69, 0.3) !important;
|
|
}
|
|
|
|
.bg-op-3.bg-warning {
|
|
background-color: rgba(255, 193, 7, 0.3) !important;
|
|
}
|
|
|
|
.bg-op-3.bg-danger {
|
|
background-color: rgba(220, 53, 69, 0.3) !important;
|
|
}
|
|
|
|
.bg-op-3.bg-dark {
|
|
background-color: rgba(52, 58, 64, 0.3) !important;
|
|
}
|
|
|
|
.bg-op-3.bg-secondary {
|
|
background-color: rgba(108, 117, 125, 0.3) !important;
|
|
}
|
|
|
|
.bg-op-3.bg-black {
|
|
background-color: rgba(0, 0, 0, 0.3) !important;
|
|
}
|
|
|
|
.bg-op-3.bg-white {
|
|
background-color: rgba(255, 255, 255, 0.3) !important;
|
|
}
|
|
|
|
.bg-op-3.bg-green {
|
|
background-color: rgba(85, 167, 154, 0.3) !important;
|
|
}
|
|
|
|
.bg-op-3.bg-red {
|
|
background-color: rgba(190, 62, 29, 0.3) !important;
|
|
}
|
|
|
|
.bg-op-3.bg-blue {
|
|
background-color: rgba(0, 173, 187, 0.3) !important;
|
|
}
|
|
|
|
.bg-op-3.bg-purple {
|
|
background-color: rgba(183, 113, 176, 0.3) !important;
|
|
}
|
|
|
|
.bg-op-3.bg-pink {
|
|
background-color: rgba(204, 22, 77, 0.3) !important;
|
|
}
|
|
|
|
.bg-op-3.bg-orange {
|
|
background-color: rgba(230, 126, 34, 0.3) !important;
|
|
}
|
|
|
|
.bg-op-3.bg-lime {
|
|
background-color: rgba(177, 220, 68, 0.3) !important;
|
|
}
|
|
|
|
.bg-op-3.bg-blue-dark {
|
|
background-color: rgba(52, 73, 94, 0.3) !important;
|
|
}
|
|
|
|
.bg-op-3.bg-red-dark {
|
|
background-color: rgba(161, 15, 43, 0.3) !important;
|
|
}
|
|
|
|
.bg-op-3.bg-brown {
|
|
background-color: rgba(145, 99, 60, 0.3) !important;
|
|
}
|
|
|
|
.bg-op-3.bg-cyan-dark {
|
|
background-color: rgba(0, 139, 139, 0.3) !important;
|
|
}
|
|
|
|
.bg-op-3.bg-yellow {
|
|
background-color: rgba(212, 172, 13, 0.3) !important;
|
|
}
|
|
|
|
.bg-op-3.bg-slate {
|
|
background-color: rgba(93, 109, 126, 0.3) !important;
|
|
}
|
|
|
|
.bg-op-3.bg-olive {
|
|
background-color: rgba(128, 128, 0, 0.3) !important;
|
|
}
|
|
|
|
.bg-op-3.bg-teal {
|
|
background-color: rgba(0, 128, 128, 0.3) !important;
|
|
}
|
|
|
|
.bg-op-3.bg-green-bright {
|
|
background-color: rgba(46, 204, 113, 0.3) !important;
|
|
}
|
|
|
|
.bg-op-3.bg-gradient {
|
|
background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(235, 235, 235, 0.3)));
|
|
background-image: linear-gradient(to bottom, #fff 0%, rgba(235, 235, 235, 0.3) 100%);
|
|
background-repeat: repeat-x;
|
|
}
|
|
|
|
.bg-op-3.bg-gradient-flip {
|
|
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(235, 235, 235, 0.3)), to(#fff));
|
|
background-image: linear-gradient(to bottom, rgba(235, 235, 235, 0.3) 0%, #fff 100%);
|
|
background-repeat: repeat-x;
|
|
}
|
|
|
|
.border-op-3.border-light {
|
|
border-color: rgba(248, 249, 250, 0.3) !important;
|
|
}
|
|
|
|
.border-op-3.border-grey {
|
|
border-color: rgba(233, 236, 239, 0.3) !important;
|
|
}
|
|
|
|
.border-op-3.border-grey-dark {
|
|
border-color: rgba(73, 80, 87, 0.3) !important;
|
|
}
|
|
|
|
.border-op-3.border-primary {
|
|
border-color: rgba(85, 167, 154, 0.3) !important;
|
|
}
|
|
|
|
.border-op-3.border-primary-dark {
|
|
border-color: rgba(51, 99, 92, 0.3) !important;
|
|
}
|
|
|
|
.border-op-3.border-primary-faded {
|
|
border-color: rgba(85, 167, 154, 0.3) !important;
|
|
}
|
|
|
|
.border-op-3.border-info {
|
|
border-color: rgba(23, 162, 184, 0.3) !important;
|
|
}
|
|
|
|
.border-op-3.border-success {
|
|
border-color: rgba(40, 167, 69, 0.3) !important;
|
|
}
|
|
|
|
.border-op-3.border-warning {
|
|
border-color: rgba(255, 193, 7, 0.3) !important;
|
|
}
|
|
|
|
.border-op-3.border-danger {
|
|
border-color: rgba(220, 53, 69, 0.3) !important;
|
|
}
|
|
|
|
.border-op-3.border-dark {
|
|
border-color: rgba(52, 58, 64, 0.3) !important;
|
|
}
|
|
|
|
.border-op-3.border-secondary {
|
|
border-color: rgba(108, 117, 125, 0.3) !important;
|
|
}
|
|
|
|
.border-op-3.border-black {
|
|
border-color: rgba(0, 0, 0, 0.3) !important;
|
|
}
|
|
|
|
.border-op-3.border-white {
|
|
border-color: rgba(255, 255, 255, 0.3) !important;
|
|
}
|
|
|
|
.border-op-3.border-green {
|
|
border-color: rgba(85, 167, 154, 0.3) !important;
|
|
}
|
|
|
|
.border-op-3.border-red {
|
|
border-color: rgba(190, 62, 29, 0.3) !important;
|
|
}
|
|
|
|
.border-op-3.border-blue {
|
|
border-color: rgba(0, 173, 187, 0.3) !important;
|
|
}
|
|
|
|
.border-op-3.border-purple {
|
|
border-color: rgba(183, 113, 176, 0.3) !important;
|
|
}
|
|
|
|
.border-op-3.border-pink {
|
|
border-color: rgba(204, 22, 77, 0.3) !important;
|
|
}
|
|
|
|
.border-op-3.border-orange {
|
|
border-color: rgba(230, 126, 34, 0.3) !important;
|
|
}
|
|
|
|
.border-op-3.border-lime {
|
|
border-color: rgba(177, 220, 68, 0.3) !important;
|
|
}
|
|
|
|
.border-op-3.border-blue-dark {
|
|
border-color: rgba(52, 73, 94, 0.3) !important;
|
|
}
|
|
|
|
.border-op-3.border-red-dark {
|
|
border-color: rgba(161, 15, 43, 0.3) !important;
|
|
}
|
|
|
|
.border-op-3.border-brown {
|
|
border-color: rgba(145, 99, 60, 0.3) !important;
|
|
}
|
|
|
|
.border-op-3.border-cyan-dark {
|
|
border-color: rgba(0, 139, 139, 0.3) !important;
|
|
}
|
|
|
|
.border-op-3.border-yellow {
|
|
border-color: rgba(212, 172, 13, 0.3) !important;
|
|
}
|
|
|
|
.border-op-3.border-slate {
|
|
border-color: rgba(93, 109, 126, 0.3) !important;
|
|
}
|
|
|
|
.border-op-3.border-olive {
|
|
border-color: rgba(128, 128, 0, 0.3) !important;
|
|
}
|
|
|
|
.border-op-3.border-teal {
|
|
border-color: rgba(0, 128, 128, 0.3) !important;
|
|
}
|
|
|
|
.border-op-3.border-green-bright {
|
|
border-color: rgba(46, 204, 113, 0.3) !important;
|
|
}
|
|
|
|
.bg-op-4.bg-light {
|
|
background-color: rgba(248, 249, 250, 0.4) !important;
|
|
}
|
|
|
|
.bg-op-4.bg-grey {
|
|
background-color: rgba(233, 236, 239, 0.4) !important;
|
|
}
|
|
|
|
.bg-op-4.bg-grey-dark {
|
|
background-color: rgba(73, 80, 87, 0.4) !important;
|
|
}
|
|
|
|
.bg-op-4.bg-primary {
|
|
background-color: rgba(85, 167, 154, 0.4) !important;
|
|
}
|
|
|
|
.bg-op-4.bg-primary-dark {
|
|
background-color: rgba(51, 99, 92, 0.4) !important;
|
|
}
|
|
|
|
.bg-op-4.bg-primary-faded {
|
|
background-color: rgba(85, 167, 154, 0.4) !important;
|
|
}
|
|
|
|
.bg-op-4.bg-info {
|
|
background-color: rgba(23, 162, 184, 0.4) !important;
|
|
}
|
|
|
|
.bg-op-4.bg-success {
|
|
background-color: rgba(40, 167, 69, 0.4) !important;
|
|
}
|
|
|
|
.bg-op-4.bg-warning {
|
|
background-color: rgba(255, 193, 7, 0.4) !important;
|
|
}
|
|
|
|
.bg-op-4.bg-danger {
|
|
background-color: rgba(220, 53, 69, 0.4) !important;
|
|
}
|
|
|
|
.bg-op-4.bg-dark {
|
|
background-color: rgba(52, 58, 64, 0.4) !important;
|
|
}
|
|
|
|
.bg-op-4.bg-secondary {
|
|
background-color: rgba(108, 117, 125, 0.4) !important;
|
|
}
|
|
|
|
.bg-op-4.bg-black {
|
|
background-color: rgba(0, 0, 0, 0.4) !important;
|
|
}
|
|
|
|
.bg-op-4.bg-white {
|
|
background-color: rgba(255, 255, 255, 0.4) !important;
|
|
}
|
|
|
|
.bg-op-4.bg-green {
|
|
background-color: rgba(85, 167, 154, 0.4) !important;
|
|
}
|
|
|
|
.bg-op-4.bg-red {
|
|
background-color: rgba(190, 62, 29, 0.4) !important;
|
|
}
|
|
|
|
.bg-op-4.bg-blue {
|
|
background-color: rgba(0, 173, 187, 0.4) !important;
|
|
}
|
|
|
|
.bg-op-4.bg-purple {
|
|
background-color: rgba(183, 113, 176, 0.4) !important;
|
|
}
|
|
|
|
.bg-op-4.bg-pink {
|
|
background-color: rgba(204, 22, 77, 0.4) !important;
|
|
}
|
|
|
|
.bg-op-4.bg-orange {
|
|
background-color: rgba(230, 126, 34, 0.4) !important;
|
|
}
|
|
|
|
.bg-op-4.bg-lime {
|
|
background-color: rgba(177, 220, 68, 0.4) !important;
|
|
}
|
|
|
|
.bg-op-4.bg-blue-dark {
|
|
background-color: rgba(52, 73, 94, 0.4) !important;
|
|
}
|
|
|
|
.bg-op-4.bg-red-dark {
|
|
background-color: rgba(161, 15, 43, 0.4) !important;
|
|
}
|
|
|
|
.bg-op-4.bg-brown {
|
|
background-color: rgba(145, 99, 60, 0.4) !important;
|
|
}
|
|
|
|
.bg-op-4.bg-cyan-dark {
|
|
background-color: rgba(0, 139, 139, 0.4) !important;
|
|
}
|
|
|
|
.bg-op-4.bg-yellow {
|
|
background-color: rgba(212, 172, 13, 0.4) !important;
|
|
}
|
|
|
|
.bg-op-4.bg-slate {
|
|
background-color: rgba(93, 109, 126, 0.4) !important;
|
|
}
|
|
|
|
.bg-op-4.bg-olive {
|
|
background-color: rgba(128, 128, 0, 0.4) !important;
|
|
}
|
|
|
|
.bg-op-4.bg-teal {
|
|
background-color: rgba(0, 128, 128, 0.4) !important;
|
|
}
|
|
|
|
.bg-op-4.bg-green-bright {
|
|
background-color: rgba(46, 204, 113, 0.4) !important;
|
|
}
|
|
|
|
.bg-op-4.bg-gradient {
|
|
background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(235, 235, 235, 0.4)));
|
|
background-image: linear-gradient(to bottom, #fff 0%, rgba(235, 235, 235, 0.4) 100%);
|
|
background-repeat: repeat-x;
|
|
}
|
|
|
|
.bg-op-4.bg-gradient-flip {
|
|
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(235, 235, 235, 0.4)), to(#fff));
|
|
background-image: linear-gradient(to bottom, rgba(235, 235, 235, 0.4) 0%, #fff 100%);
|
|
background-repeat: repeat-x;
|
|
}
|
|
|
|
.border-op-4.border-light {
|
|
border-color: rgba(248, 249, 250, 0.4) !important;
|
|
}
|
|
|
|
.border-op-4.border-grey {
|
|
border-color: rgba(233, 236, 239, 0.4) !important;
|
|
}
|
|
|
|
.border-op-4.border-grey-dark {
|
|
border-color: rgba(73, 80, 87, 0.4) !important;
|
|
}
|
|
|
|
.border-op-4.border-primary {
|
|
border-color: rgba(85, 167, 154, 0.4) !important;
|
|
}
|
|
|
|
.border-op-4.border-primary-dark {
|
|
border-color: rgba(51, 99, 92, 0.4) !important;
|
|
}
|
|
|
|
.border-op-4.border-primary-faded {
|
|
border-color: rgba(85, 167, 154, 0.4) !important;
|
|
}
|
|
|
|
.border-op-4.border-info {
|
|
border-color: rgba(23, 162, 184, 0.4) !important;
|
|
}
|
|
|
|
.border-op-4.border-success {
|
|
border-color: rgba(40, 167, 69, 0.4) !important;
|
|
}
|
|
|
|
.border-op-4.border-warning {
|
|
border-color: rgba(255, 193, 7, 0.4) !important;
|
|
}
|
|
|
|
.border-op-4.border-danger {
|
|
border-color: rgba(220, 53, 69, 0.4) !important;
|
|
}
|
|
|
|
.border-op-4.border-dark {
|
|
border-color: rgba(52, 58, 64, 0.4) !important;
|
|
}
|
|
|
|
.border-op-4.border-secondary {
|
|
border-color: rgba(108, 117, 125, 0.4) !important;
|
|
}
|
|
|
|
.border-op-4.border-black {
|
|
border-color: rgba(0, 0, 0, 0.4) !important;
|
|
}
|
|
|
|
.border-op-4.border-white {
|
|
border-color: rgba(255, 255, 255, 0.4) !important;
|
|
}
|
|
|
|
.border-op-4.border-green {
|
|
border-color: rgba(85, 167, 154, 0.4) !important;
|
|
}
|
|
|
|
.border-op-4.border-red {
|
|
border-color: rgba(190, 62, 29, 0.4) !important;
|
|
}
|
|
|
|
.border-op-4.border-blue {
|
|
border-color: rgba(0, 173, 187, 0.4) !important;
|
|
}
|
|
|
|
.border-op-4.border-purple {
|
|
border-color: rgba(183, 113, 176, 0.4) !important;
|
|
}
|
|
|
|
.border-op-4.border-pink {
|
|
border-color: rgba(204, 22, 77, 0.4) !important;
|
|
}
|
|
|
|
.border-op-4.border-orange {
|
|
border-color: rgba(230, 126, 34, 0.4) !important;
|
|
}
|
|
|
|
.border-op-4.border-lime {
|
|
border-color: rgba(177, 220, 68, 0.4) !important;
|
|
}
|
|
|
|
.border-op-4.border-blue-dark {
|
|
border-color: rgba(52, 73, 94, 0.4) !important;
|
|
}
|
|
|
|
.border-op-4.border-red-dark {
|
|
border-color: rgba(161, 15, 43, 0.4) !important;
|
|
}
|
|
|
|
.border-op-4.border-brown {
|
|
border-color: rgba(145, 99, 60, 0.4) !important;
|
|
}
|
|
|
|
.border-op-4.border-cyan-dark {
|
|
border-color: rgba(0, 139, 139, 0.4) !important;
|
|
}
|
|
|
|
.border-op-4.border-yellow {
|
|
border-color: rgba(212, 172, 13, 0.4) !important;
|
|
}
|
|
|
|
.border-op-4.border-slate {
|
|
border-color: rgba(93, 109, 126, 0.4) !important;
|
|
}
|
|
|
|
.border-op-4.border-olive {
|
|
border-color: rgba(128, 128, 0, 0.4) !important;
|
|
}
|
|
|
|
.border-op-4.border-teal {
|
|
border-color: rgba(0, 128, 128, 0.4) !important;
|
|
}
|
|
|
|
.border-op-4.border-green-bright {
|
|
border-color: rgba(46, 204, 113, 0.4) !important;
|
|
}
|
|
|
|
.bg-op-5.bg-light {
|
|
background-color: rgba(248, 249, 250, 0.5) !important;
|
|
}
|
|
|
|
.bg-op-5.bg-grey {
|
|
background-color: rgba(233, 236, 239, 0.5) !important;
|
|
}
|
|
|
|
.bg-op-5.bg-grey-dark {
|
|
background-color: rgba(73, 80, 87, 0.5) !important;
|
|
}
|
|
|
|
.bg-op-5.bg-primary {
|
|
background-color: rgba(85, 167, 154, 0.5) !important;
|
|
}
|
|
|
|
.bg-op-5.bg-primary-dark {
|
|
background-color: rgba(51, 99, 92, 0.5) !important;
|
|
}
|
|
|
|
.bg-op-5.bg-primary-faded {
|
|
background-color: rgba(85, 167, 154, 0.5) !important;
|
|
}
|
|
|
|
.bg-op-5.bg-info {
|
|
background-color: rgba(23, 162, 184, 0.5) !important;
|
|
}
|
|
|
|
.bg-op-5.bg-success {
|
|
background-color: rgba(40, 167, 69, 0.5) !important;
|
|
}
|
|
|
|
.bg-op-5.bg-warning {
|
|
background-color: rgba(255, 193, 7, 0.5) !important;
|
|
}
|
|
|
|
.bg-op-5.bg-danger {
|
|
background-color: rgba(220, 53, 69, 0.5) !important;
|
|
}
|
|
|
|
.bg-op-5.bg-dark {
|
|
background-color: rgba(52, 58, 64, 0.5) !important;
|
|
}
|
|
|
|
.bg-op-5.bg-secondary {
|
|
background-color: rgba(108, 117, 125, 0.5) !important;
|
|
}
|
|
|
|
.bg-op-5.bg-black {
|
|
background-color: rgba(0, 0, 0, 0.5) !important;
|
|
}
|
|
|
|
.bg-op-5.bg-white {
|
|
background-color: rgba(255, 255, 255, 0.5) !important;
|
|
}
|
|
|
|
.bg-op-5.bg-green {
|
|
background-color: rgba(85, 167, 154, 0.5) !important;
|
|
}
|
|
|
|
.bg-op-5.bg-red {
|
|
background-color: rgba(190, 62, 29, 0.5) !important;
|
|
}
|
|
|
|
.bg-op-5.bg-blue {
|
|
background-color: rgba(0, 173, 187, 0.5) !important;
|
|
}
|
|
|
|
.bg-op-5.bg-purple {
|
|
background-color: rgba(183, 113, 176, 0.5) !important;
|
|
}
|
|
|
|
.bg-op-5.bg-pink {
|
|
background-color: rgba(204, 22, 77, 0.5) !important;
|
|
}
|
|
|
|
.bg-op-5.bg-orange {
|
|
background-color: rgba(230, 126, 34, 0.5) !important;
|
|
}
|
|
|
|
.bg-op-5.bg-lime {
|
|
background-color: rgba(177, 220, 68, 0.5) !important;
|
|
}
|
|
|
|
.bg-op-5.bg-blue-dark {
|
|
background-color: rgba(52, 73, 94, 0.5) !important;
|
|
}
|
|
|
|
.bg-op-5.bg-red-dark {
|
|
background-color: rgba(161, 15, 43, 0.5) !important;
|
|
}
|
|
|
|
.bg-op-5.bg-brown {
|
|
background-color: rgba(145, 99, 60, 0.5) !important;
|
|
}
|
|
|
|
.bg-op-5.bg-cyan-dark {
|
|
background-color: rgba(0, 139, 139, 0.5) !important;
|
|
}
|
|
|
|
.bg-op-5.bg-yellow {
|
|
background-color: rgba(212, 172, 13, 0.5) !important;
|
|
}
|
|
|
|
.bg-op-5.bg-slate {
|
|
background-color: rgba(93, 109, 126, 0.5) !important;
|
|
}
|
|
|
|
.bg-op-5.bg-olive {
|
|
background-color: rgba(128, 128, 0, 0.5) !important;
|
|
}
|
|
|
|
.bg-op-5.bg-teal {
|
|
background-color: rgba(0, 128, 128, 0.5) !important;
|
|
}
|
|
|
|
.bg-op-5.bg-green-bright {
|
|
background-color: rgba(46, 204, 113, 0.5) !important;
|
|
}
|
|
|
|
.bg-op-5.bg-gradient {
|
|
background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(235, 235, 235, 0.5)));
|
|
background-image: linear-gradient(to bottom, #fff 0%, rgba(235, 235, 235, 0.5) 100%);
|
|
background-repeat: repeat-x;
|
|
}
|
|
|
|
.bg-op-5.bg-gradient-flip {
|
|
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(235, 235, 235, 0.5)), to(#fff));
|
|
background-image: linear-gradient(to bottom, rgba(235, 235, 235, 0.5) 0%, #fff 100%);
|
|
background-repeat: repeat-x;
|
|
}
|
|
|
|
.border-op-5.border-light {
|
|
border-color: rgba(248, 249, 250, 0.5) !important;
|
|
}
|
|
|
|
.border-op-5.border-grey {
|
|
border-color: rgba(233, 236, 239, 0.5) !important;
|
|
}
|
|
|
|
.border-op-5.border-grey-dark {
|
|
border-color: rgba(73, 80, 87, 0.5) !important;
|
|
}
|
|
|
|
.border-op-5.border-primary {
|
|
border-color: rgba(85, 167, 154, 0.5) !important;
|
|
}
|
|
|
|
.border-op-5.border-primary-dark {
|
|
border-color: rgba(51, 99, 92, 0.5) !important;
|
|
}
|
|
|
|
.border-op-5.border-primary-faded {
|
|
border-color: rgba(85, 167, 154, 0.5) !important;
|
|
}
|
|
|
|
.border-op-5.border-info {
|
|
border-color: rgba(23, 162, 184, 0.5) !important;
|
|
}
|
|
|
|
.border-op-5.border-success {
|
|
border-color: rgba(40, 167, 69, 0.5) !important;
|
|
}
|
|
|
|
.border-op-5.border-warning {
|
|
border-color: rgba(255, 193, 7, 0.5) !important;
|
|
}
|
|
|
|
.border-op-5.border-danger {
|
|
border-color: rgba(220, 53, 69, 0.5) !important;
|
|
}
|
|
|
|
.border-op-5.border-dark {
|
|
border-color: rgba(52, 58, 64, 0.5) !important;
|
|
}
|
|
|
|
.border-op-5.border-secondary {
|
|
border-color: rgba(108, 117, 125, 0.5) !important;
|
|
}
|
|
|
|
.border-op-5.border-black {
|
|
border-color: rgba(0, 0, 0, 0.5) !important;
|
|
}
|
|
|
|
.border-op-5.border-white {
|
|
border-color: rgba(255, 255, 255, 0.5) !important;
|
|
}
|
|
|
|
.border-op-5.border-green {
|
|
border-color: rgba(85, 167, 154, 0.5) !important;
|
|
}
|
|
|
|
.border-op-5.border-red {
|
|
border-color: rgba(190, 62, 29, 0.5) !important;
|
|
}
|
|
|
|
.border-op-5.border-blue {
|
|
border-color: rgba(0, 173, 187, 0.5) !important;
|
|
}
|
|
|
|
.border-op-5.border-purple {
|
|
border-color: rgba(183, 113, 176, 0.5) !important;
|
|
}
|
|
|
|
.border-op-5.border-pink {
|
|
border-color: rgba(204, 22, 77, 0.5) !important;
|
|
}
|
|
|
|
.border-op-5.border-orange {
|
|
border-color: rgba(230, 126, 34, 0.5) !important;
|
|
}
|
|
|
|
.border-op-5.border-lime {
|
|
border-color: rgba(177, 220, 68, 0.5) !important;
|
|
}
|
|
|
|
.border-op-5.border-blue-dark {
|
|
border-color: rgba(52, 73, 94, 0.5) !important;
|
|
}
|
|
|
|
.border-op-5.border-red-dark {
|
|
border-color: rgba(161, 15, 43, 0.5) !important;
|
|
}
|
|
|
|
.border-op-5.border-brown {
|
|
border-color: rgba(145, 99, 60, 0.5) !important;
|
|
}
|
|
|
|
.border-op-5.border-cyan-dark {
|
|
border-color: rgba(0, 139, 139, 0.5) !important;
|
|
}
|
|
|
|
.border-op-5.border-yellow {
|
|
border-color: rgba(212, 172, 13, 0.5) !important;
|
|
}
|
|
|
|
.border-op-5.border-slate {
|
|
border-color: rgba(93, 109, 126, 0.5) !important;
|
|
}
|
|
|
|
.border-op-5.border-olive {
|
|
border-color: rgba(128, 128, 0, 0.5) !important;
|
|
}
|
|
|
|
.border-op-5.border-teal {
|
|
border-color: rgba(0, 128, 128, 0.5) !important;
|
|
}
|
|
|
|
.border-op-5.border-green-bright {
|
|
border-color: rgba(46, 204, 113, 0.5) !important;
|
|
}
|
|
|
|
.bg-op-6.bg-light {
|
|
background-color: rgba(248, 249, 250, 0.6) !important;
|
|
}
|
|
|
|
.bg-op-6.bg-grey {
|
|
background-color: rgba(233, 236, 239, 0.6) !important;
|
|
}
|
|
|
|
.bg-op-6.bg-grey-dark {
|
|
background-color: rgba(73, 80, 87, 0.6) !important;
|
|
}
|
|
|
|
.bg-op-6.bg-primary {
|
|
background-color: rgba(85, 167, 154, 0.6) !important;
|
|
}
|
|
|
|
.bg-op-6.bg-primary-dark {
|
|
background-color: rgba(51, 99, 92, 0.6) !important;
|
|
}
|
|
|
|
.bg-op-6.bg-primary-faded {
|
|
background-color: rgba(85, 167, 154, 0.6) !important;
|
|
}
|
|
|
|
.bg-op-6.bg-info {
|
|
background-color: rgba(23, 162, 184, 0.6) !important;
|
|
}
|
|
|
|
.bg-op-6.bg-success {
|
|
background-color: rgba(40, 167, 69, 0.6) !important;
|
|
}
|
|
|
|
.bg-op-6.bg-warning {
|
|
background-color: rgba(255, 193, 7, 0.6) !important;
|
|
}
|
|
|
|
.bg-op-6.bg-danger {
|
|
background-color: rgba(220, 53, 69, 0.6) !important;
|
|
}
|
|
|
|
.bg-op-6.bg-dark {
|
|
background-color: rgba(52, 58, 64, 0.6) !important;
|
|
}
|
|
|
|
.bg-op-6.bg-secondary {
|
|
background-color: rgba(108, 117, 125, 0.6) !important;
|
|
}
|
|
|
|
.bg-op-6.bg-black {
|
|
background-color: rgba(0, 0, 0, 0.6) !important;
|
|
}
|
|
|
|
.bg-op-6.bg-white {
|
|
background-color: rgba(255, 255, 255, 0.6) !important;
|
|
}
|
|
|
|
.bg-op-6.bg-green {
|
|
background-color: rgba(85, 167, 154, 0.6) !important;
|
|
}
|
|
|
|
.bg-op-6.bg-red {
|
|
background-color: rgba(190, 62, 29, 0.6) !important;
|
|
}
|
|
|
|
.bg-op-6.bg-blue {
|
|
background-color: rgba(0, 173, 187, 0.6) !important;
|
|
}
|
|
|
|
.bg-op-6.bg-purple {
|
|
background-color: rgba(183, 113, 176, 0.6) !important;
|
|
}
|
|
|
|
.bg-op-6.bg-pink {
|
|
background-color: rgba(204, 22, 77, 0.6) !important;
|
|
}
|
|
|
|
.bg-op-6.bg-orange {
|
|
background-color: rgba(230, 126, 34, 0.6) !important;
|
|
}
|
|
|
|
.bg-op-6.bg-lime {
|
|
background-color: rgba(177, 220, 68, 0.6) !important;
|
|
}
|
|
|
|
.bg-op-6.bg-blue-dark {
|
|
background-color: rgba(52, 73, 94, 0.6) !important;
|
|
}
|
|
|
|
.bg-op-6.bg-red-dark {
|
|
background-color: rgba(161, 15, 43, 0.6) !important;
|
|
}
|
|
|
|
.bg-op-6.bg-brown {
|
|
background-color: rgba(145, 99, 60, 0.6) !important;
|
|
}
|
|
|
|
.bg-op-6.bg-cyan-dark {
|
|
background-color: rgba(0, 139, 139, 0.6) !important;
|
|
}
|
|
|
|
.bg-op-6.bg-yellow {
|
|
background-color: rgba(212, 172, 13, 0.6) !important;
|
|
}
|
|
|
|
.bg-op-6.bg-slate {
|
|
background-color: rgba(93, 109, 126, 0.6) !important;
|
|
}
|
|
|
|
.bg-op-6.bg-olive {
|
|
background-color: rgba(128, 128, 0, 0.6) !important;
|
|
}
|
|
|
|
.bg-op-6.bg-teal {
|
|
background-color: rgba(0, 128, 128, 0.6) !important;
|
|
}
|
|
|
|
.bg-op-6.bg-green-bright {
|
|
background-color: rgba(46, 204, 113, 0.6) !important;
|
|
}
|
|
|
|
.bg-op-6.bg-gradient {
|
|
background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(235, 235, 235, 0.6)));
|
|
background-image: linear-gradient(to bottom, #fff 0%, rgba(235, 235, 235, 0.6) 100%);
|
|
background-repeat: repeat-x;
|
|
}
|
|
|
|
.bg-op-6.bg-gradient-flip {
|
|
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(235, 235, 235, 0.6)), to(#fff));
|
|
background-image: linear-gradient(to bottom, rgba(235, 235, 235, 0.6) 0%, #fff 100%);
|
|
background-repeat: repeat-x;
|
|
}
|
|
|
|
.border-op-6.border-light {
|
|
border-color: rgba(248, 249, 250, 0.6) !important;
|
|
}
|
|
|
|
.border-op-6.border-grey {
|
|
border-color: rgba(233, 236, 239, 0.6) !important;
|
|
}
|
|
|
|
.border-op-6.border-grey-dark {
|
|
border-color: rgba(73, 80, 87, 0.6) !important;
|
|
}
|
|
|
|
.border-op-6.border-primary {
|
|
border-color: rgba(85, 167, 154, 0.6) !important;
|
|
}
|
|
|
|
.border-op-6.border-primary-dark {
|
|
border-color: rgba(51, 99, 92, 0.6) !important;
|
|
}
|
|
|
|
.border-op-6.border-primary-faded {
|
|
border-color: rgba(85, 167, 154, 0.6) !important;
|
|
}
|
|
|
|
.border-op-6.border-info {
|
|
border-color: rgba(23, 162, 184, 0.6) !important;
|
|
}
|
|
|
|
.border-op-6.border-success {
|
|
border-color: rgba(40, 167, 69, 0.6) !important;
|
|
}
|
|
|
|
.border-op-6.border-warning {
|
|
border-color: rgba(255, 193, 7, 0.6) !important;
|
|
}
|
|
|
|
.border-op-6.border-danger {
|
|
border-color: rgba(220, 53, 69, 0.6) !important;
|
|
}
|
|
|
|
.border-op-6.border-dark {
|
|
border-color: rgba(52, 58, 64, 0.6) !important;
|
|
}
|
|
|
|
.border-op-6.border-secondary {
|
|
border-color: rgba(108, 117, 125, 0.6) !important;
|
|
}
|
|
|
|
.border-op-6.border-black {
|
|
border-color: rgba(0, 0, 0, 0.6) !important;
|
|
}
|
|
|
|
.border-op-6.border-white {
|
|
border-color: rgba(255, 255, 255, 0.6) !important;
|
|
}
|
|
|
|
.border-op-6.border-green {
|
|
border-color: rgba(85, 167, 154, 0.6) !important;
|
|
}
|
|
|
|
.border-op-6.border-red {
|
|
border-color: rgba(190, 62, 29, 0.6) !important;
|
|
}
|
|
|
|
.border-op-6.border-blue {
|
|
border-color: rgba(0, 173, 187, 0.6) !important;
|
|
}
|
|
|
|
.border-op-6.border-purple {
|
|
border-color: rgba(183, 113, 176, 0.6) !important;
|
|
}
|
|
|
|
.border-op-6.border-pink {
|
|
border-color: rgba(204, 22, 77, 0.6) !important;
|
|
}
|
|
|
|
.border-op-6.border-orange {
|
|
border-color: rgba(230, 126, 34, 0.6) !important;
|
|
}
|
|
|
|
.border-op-6.border-lime {
|
|
border-color: rgba(177, 220, 68, 0.6) !important;
|
|
}
|
|
|
|
.border-op-6.border-blue-dark {
|
|
border-color: rgba(52, 73, 94, 0.6) !important;
|
|
}
|
|
|
|
.border-op-6.border-red-dark {
|
|
border-color: rgba(161, 15, 43, 0.6) !important;
|
|
}
|
|
|
|
.border-op-6.border-brown {
|
|
border-color: rgba(145, 99, 60, 0.6) !important;
|
|
}
|
|
|
|
.border-op-6.border-cyan-dark {
|
|
border-color: rgba(0, 139, 139, 0.6) !important;
|
|
}
|
|
|
|
.border-op-6.border-yellow {
|
|
border-color: rgba(212, 172, 13, 0.6) !important;
|
|
}
|
|
|
|
.border-op-6.border-slate {
|
|
border-color: rgba(93, 109, 126, 0.6) !important;
|
|
}
|
|
|
|
.border-op-6.border-olive {
|
|
border-color: rgba(128, 128, 0, 0.6) !important;
|
|
}
|
|
|
|
.border-op-6.border-teal {
|
|
border-color: rgba(0, 128, 128, 0.6) !important;
|
|
}
|
|
|
|
.border-op-6.border-green-bright {
|
|
border-color: rgba(46, 204, 113, 0.6) !important;
|
|
}
|
|
|
|
.bg-op-7.bg-light {
|
|
background-color: rgba(248, 249, 250, 0.7) !important;
|
|
}
|
|
|
|
.bg-op-7.bg-grey {
|
|
background-color: rgba(233, 236, 239, 0.7) !important;
|
|
}
|
|
|
|
.bg-op-7.bg-grey-dark {
|
|
background-color: rgba(73, 80, 87, 0.7) !important;
|
|
}
|
|
|
|
.bg-op-7.bg-primary {
|
|
background-color: rgba(85, 167, 154, 0.7) !important;
|
|
}
|
|
|
|
.bg-op-7.bg-primary-dark {
|
|
background-color: rgba(51, 99, 92, 0.7) !important;
|
|
}
|
|
|
|
.bg-op-7.bg-primary-faded {
|
|
background-color: rgba(85, 167, 154, 0.7) !important;
|
|
}
|
|
|
|
.bg-op-7.bg-info {
|
|
background-color: rgba(23, 162, 184, 0.7) !important;
|
|
}
|
|
|
|
.bg-op-7.bg-success {
|
|
background-color: rgba(40, 167, 69, 0.7) !important;
|
|
}
|
|
|
|
.bg-op-7.bg-warning {
|
|
background-color: rgba(255, 193, 7, 0.7) !important;
|
|
}
|
|
|
|
.bg-op-7.bg-danger {
|
|
background-color: rgba(220, 53, 69, 0.7) !important;
|
|
}
|
|
|
|
.bg-op-7.bg-dark {
|
|
background-color: rgba(52, 58, 64, 0.7) !important;
|
|
}
|
|
|
|
.bg-op-7.bg-secondary {
|
|
background-color: rgba(108, 117, 125, 0.7) !important;
|
|
}
|
|
|
|
.bg-op-7.bg-black {
|
|
background-color: rgba(0, 0, 0, 0.7) !important;
|
|
}
|
|
|
|
.bg-op-7.bg-white {
|
|
background-color: rgba(255, 255, 255, 0.7) !important;
|
|
}
|
|
|
|
.bg-op-7.bg-green {
|
|
background-color: rgba(85, 167, 154, 0.7) !important;
|
|
}
|
|
|
|
.bg-op-7.bg-red {
|
|
background-color: rgba(190, 62, 29, 0.7) !important;
|
|
}
|
|
|
|
.bg-op-7.bg-blue {
|
|
background-color: rgba(0, 173, 187, 0.7) !important;
|
|
}
|
|
|
|
.bg-op-7.bg-purple {
|
|
background-color: rgba(183, 113, 176, 0.7) !important;
|
|
}
|
|
|
|
.bg-op-7.bg-pink {
|
|
background-color: rgba(204, 22, 77, 0.7) !important;
|
|
}
|
|
|
|
.bg-op-7.bg-orange {
|
|
background-color: rgba(230, 126, 34, 0.7) !important;
|
|
}
|
|
|
|
.bg-op-7.bg-lime {
|
|
background-color: rgba(177, 220, 68, 0.7) !important;
|
|
}
|
|
|
|
.bg-op-7.bg-blue-dark {
|
|
background-color: rgba(52, 73, 94, 0.7) !important;
|
|
}
|
|
|
|
.bg-op-7.bg-red-dark {
|
|
background-color: rgba(161, 15, 43, 0.7) !important;
|
|
}
|
|
|
|
.bg-op-7.bg-brown {
|
|
background-color: rgba(145, 99, 60, 0.7) !important;
|
|
}
|
|
|
|
.bg-op-7.bg-cyan-dark {
|
|
background-color: rgba(0, 139, 139, 0.7) !important;
|
|
}
|
|
|
|
.bg-op-7.bg-yellow {
|
|
background-color: rgba(212, 172, 13, 0.7) !important;
|
|
}
|
|
|
|
.bg-op-7.bg-slate {
|
|
background-color: rgba(93, 109, 126, 0.7) !important;
|
|
}
|
|
|
|
.bg-op-7.bg-olive {
|
|
background-color: rgba(128, 128, 0, 0.7) !important;
|
|
}
|
|
|
|
.bg-op-7.bg-teal {
|
|
background-color: rgba(0, 128, 128, 0.7) !important;
|
|
}
|
|
|
|
.bg-op-7.bg-green-bright {
|
|
background-color: rgba(46, 204, 113, 0.7) !important;
|
|
}
|
|
|
|
.bg-op-7.bg-gradient {
|
|
background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(235, 235, 235, 0.7)));
|
|
background-image: linear-gradient(to bottom, #fff 0%, rgba(235, 235, 235, 0.7) 100%);
|
|
background-repeat: repeat-x;
|
|
}
|
|
|
|
.bg-op-7.bg-gradient-flip {
|
|
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(235, 235, 235, 0.7)), to(#fff));
|
|
background-image: linear-gradient(to bottom, rgba(235, 235, 235, 0.7) 0%, #fff 100%);
|
|
background-repeat: repeat-x;
|
|
}
|
|
|
|
.border-op-7.border-light {
|
|
border-color: rgba(248, 249, 250, 0.7) !important;
|
|
}
|
|
|
|
.border-op-7.border-grey {
|
|
border-color: rgba(233, 236, 239, 0.7) !important;
|
|
}
|
|
|
|
.border-op-7.border-grey-dark {
|
|
border-color: rgba(73, 80, 87, 0.7) !important;
|
|
}
|
|
|
|
.border-op-7.border-primary {
|
|
border-color: rgba(85, 167, 154, 0.7) !important;
|
|
}
|
|
|
|
.border-op-7.border-primary-dark {
|
|
border-color: rgba(51, 99, 92, 0.7) !important;
|
|
}
|
|
|
|
.border-op-7.border-primary-faded {
|
|
border-color: rgba(85, 167, 154, 0.7) !important;
|
|
}
|
|
|
|
.border-op-7.border-info {
|
|
border-color: rgba(23, 162, 184, 0.7) !important;
|
|
}
|
|
|
|
.border-op-7.border-success {
|
|
border-color: rgba(40, 167, 69, 0.7) !important;
|
|
}
|
|
|
|
.border-op-7.border-warning {
|
|
border-color: rgba(255, 193, 7, 0.7) !important;
|
|
}
|
|
|
|
.border-op-7.border-danger {
|
|
border-color: rgba(220, 53, 69, 0.7) !important;
|
|
}
|
|
|
|
.border-op-7.border-dark {
|
|
border-color: rgba(52, 58, 64, 0.7) !important;
|
|
}
|
|
|
|
.border-op-7.border-secondary {
|
|
border-color: rgba(108, 117, 125, 0.7) !important;
|
|
}
|
|
|
|
.border-op-7.border-black {
|
|
border-color: rgba(0, 0, 0, 0.7) !important;
|
|
}
|
|
|
|
.border-op-7.border-white {
|
|
border-color: rgba(255, 255, 255, 0.7) !important;
|
|
}
|
|
|
|
.border-op-7.border-green {
|
|
border-color: rgba(85, 167, 154, 0.7) !important;
|
|
}
|
|
|
|
.border-op-7.border-red {
|
|
border-color: rgba(190, 62, 29, 0.7) !important;
|
|
}
|
|
|
|
.border-op-7.border-blue {
|
|
border-color: rgba(0, 173, 187, 0.7) !important;
|
|
}
|
|
|
|
.border-op-7.border-purple {
|
|
border-color: rgba(183, 113, 176, 0.7) !important;
|
|
}
|
|
|
|
.border-op-7.border-pink {
|
|
border-color: rgba(204, 22, 77, 0.7) !important;
|
|
}
|
|
|
|
.border-op-7.border-orange {
|
|
border-color: rgba(230, 126, 34, 0.7) !important;
|
|
}
|
|
|
|
.border-op-7.border-lime {
|
|
border-color: rgba(177, 220, 68, 0.7) !important;
|
|
}
|
|
|
|
.border-op-7.border-blue-dark {
|
|
border-color: rgba(52, 73, 94, 0.7) !important;
|
|
}
|
|
|
|
.border-op-7.border-red-dark {
|
|
border-color: rgba(161, 15, 43, 0.7) !important;
|
|
}
|
|
|
|
.border-op-7.border-brown {
|
|
border-color: rgba(145, 99, 60, 0.7) !important;
|
|
}
|
|
|
|
.border-op-7.border-cyan-dark {
|
|
border-color: rgba(0, 139, 139, 0.7) !important;
|
|
}
|
|
|
|
.border-op-7.border-yellow {
|
|
border-color: rgba(212, 172, 13, 0.7) !important;
|
|
}
|
|
|
|
.border-op-7.border-slate {
|
|
border-color: rgba(93, 109, 126, 0.7) !important;
|
|
}
|
|
|
|
.border-op-7.border-olive {
|
|
border-color: rgba(128, 128, 0, 0.7) !important;
|
|
}
|
|
|
|
.border-op-7.border-teal {
|
|
border-color: rgba(0, 128, 128, 0.7) !important;
|
|
}
|
|
|
|
.border-op-7.border-green-bright {
|
|
border-color: rgba(46, 204, 113, 0.7) !important;
|
|
}
|
|
|
|
.bg-op-8.bg-light {
|
|
background-color: rgba(248, 249, 250, 0.8) !important;
|
|
}
|
|
|
|
.bg-op-8.bg-grey {
|
|
background-color: rgba(233, 236, 239, 0.8) !important;
|
|
}
|
|
|
|
.bg-op-8.bg-grey-dark {
|
|
background-color: rgba(73, 80, 87, 0.8) !important;
|
|
}
|
|
|
|
.bg-op-8.bg-primary {
|
|
background-color: rgba(85, 167, 154, 0.8) !important;
|
|
}
|
|
|
|
.bg-op-8.bg-primary-dark {
|
|
background-color: rgba(51, 99, 92, 0.8) !important;
|
|
}
|
|
|
|
.bg-op-8.bg-primary-faded {
|
|
background-color: rgba(85, 167, 154, 0.8) !important;
|
|
}
|
|
|
|
.bg-op-8.bg-info {
|
|
background-color: rgba(23, 162, 184, 0.8) !important;
|
|
}
|
|
|
|
.bg-op-8.bg-success {
|
|
background-color: rgba(40, 167, 69, 0.8) !important;
|
|
}
|
|
|
|
.bg-op-8.bg-warning {
|
|
background-color: rgba(255, 193, 7, 0.8) !important;
|
|
}
|
|
|
|
.bg-op-8.bg-danger {
|
|
background-color: rgba(220, 53, 69, 0.8) !important;
|
|
}
|
|
|
|
.bg-op-8.bg-dark {
|
|
background-color: rgba(52, 58, 64, 0.8) !important;
|
|
}
|
|
|
|
.bg-op-8.bg-secondary {
|
|
background-color: rgba(108, 117, 125, 0.8) !important;
|
|
}
|
|
|
|
.bg-op-8.bg-black {
|
|
background-color: rgba(0, 0, 0, 0.8) !important;
|
|
}
|
|
|
|
.bg-op-8.bg-white {
|
|
background-color: rgba(255, 255, 255, 0.8) !important;
|
|
}
|
|
|
|
.bg-op-8.bg-green {
|
|
background-color: rgba(85, 167, 154, 0.8) !important;
|
|
}
|
|
|
|
.bg-op-8.bg-red {
|
|
background-color: rgba(190, 62, 29, 0.8) !important;
|
|
}
|
|
|
|
.bg-op-8.bg-blue {
|
|
background-color: rgba(0, 173, 187, 0.8) !important;
|
|
}
|
|
|
|
.bg-op-8.bg-purple {
|
|
background-color: rgba(183, 113, 176, 0.8) !important;
|
|
}
|
|
|
|
.bg-op-8.bg-pink {
|
|
background-color: rgba(204, 22, 77, 0.8) !important;
|
|
}
|
|
|
|
.bg-op-8.bg-orange {
|
|
background-color: rgba(230, 126, 34, 0.8) !important;
|
|
}
|
|
|
|
.bg-op-8.bg-lime {
|
|
background-color: rgba(177, 220, 68, 0.8) !important;
|
|
}
|
|
|
|
.bg-op-8.bg-blue-dark {
|
|
background-color: rgba(52, 73, 94, 0.8) !important;
|
|
}
|
|
|
|
.bg-op-8.bg-red-dark {
|
|
background-color: rgba(161, 15, 43, 0.8) !important;
|
|
}
|
|
|
|
.bg-op-8.bg-brown {
|
|
background-color: rgba(145, 99, 60, 0.8) !important;
|
|
}
|
|
|
|
.bg-op-8.bg-cyan-dark {
|
|
background-color: rgba(0, 139, 139, 0.8) !important;
|
|
}
|
|
|
|
.bg-op-8.bg-yellow {
|
|
background-color: rgba(212, 172, 13, 0.8) !important;
|
|
}
|
|
|
|
.bg-op-8.bg-slate {
|
|
background-color: rgba(93, 109, 126, 0.8) !important;
|
|
}
|
|
|
|
.bg-op-8.bg-olive {
|
|
background-color: rgba(128, 128, 0, 0.8) !important;
|
|
}
|
|
|
|
.bg-op-8.bg-teal {
|
|
background-color: rgba(0, 128, 128, 0.8) !important;
|
|
}
|
|
|
|
.bg-op-8.bg-green-bright {
|
|
background-color: rgba(46, 204, 113, 0.8) !important;
|
|
}
|
|
|
|
.bg-op-8.bg-gradient {
|
|
background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(235, 235, 235, 0.8)));
|
|
background-image: linear-gradient(to bottom, #fff 0%, rgba(235, 235, 235, 0.8) 100%);
|
|
background-repeat: repeat-x;
|
|
}
|
|
|
|
.bg-op-8.bg-gradient-flip {
|
|
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(235, 235, 235, 0.8)), to(#fff));
|
|
background-image: linear-gradient(to bottom, rgba(235, 235, 235, 0.8) 0%, #fff 100%);
|
|
background-repeat: repeat-x;
|
|
}
|
|
|
|
.border-op-8.border-light {
|
|
border-color: rgba(248, 249, 250, 0.8) !important;
|
|
}
|
|
|
|
.border-op-8.border-grey {
|
|
border-color: rgba(233, 236, 239, 0.8) !important;
|
|
}
|
|
|
|
.border-op-8.border-grey-dark {
|
|
border-color: rgba(73, 80, 87, 0.8) !important;
|
|
}
|
|
|
|
.border-op-8.border-primary {
|
|
border-color: rgba(85, 167, 154, 0.8) !important;
|
|
}
|
|
|
|
.border-op-8.border-primary-dark {
|
|
border-color: rgba(51, 99, 92, 0.8) !important;
|
|
}
|
|
|
|
.border-op-8.border-primary-faded {
|
|
border-color: rgba(85, 167, 154, 0.8) !important;
|
|
}
|
|
|
|
.border-op-8.border-info {
|
|
border-color: rgba(23, 162, 184, 0.8) !important;
|
|
}
|
|
|
|
.border-op-8.border-success {
|
|
border-color: rgba(40, 167, 69, 0.8) !important;
|
|
}
|
|
|
|
.border-op-8.border-warning {
|
|
border-color: rgba(255, 193, 7, 0.8) !important;
|
|
}
|
|
|
|
.border-op-8.border-danger {
|
|
border-color: rgba(220, 53, 69, 0.8) !important;
|
|
}
|
|
|
|
.border-op-8.border-dark {
|
|
border-color: rgba(52, 58, 64, 0.8) !important;
|
|
}
|
|
|
|
.border-op-8.border-secondary {
|
|
border-color: rgba(108, 117, 125, 0.8) !important;
|
|
}
|
|
|
|
.border-op-8.border-black {
|
|
border-color: rgba(0, 0, 0, 0.8) !important;
|
|
}
|
|
|
|
.border-op-8.border-white {
|
|
border-color: rgba(255, 255, 255, 0.8) !important;
|
|
}
|
|
|
|
.border-op-8.border-green {
|
|
border-color: rgba(85, 167, 154, 0.8) !important;
|
|
}
|
|
|
|
.border-op-8.border-red {
|
|
border-color: rgba(190, 62, 29, 0.8) !important;
|
|
}
|
|
|
|
.border-op-8.border-blue {
|
|
border-color: rgba(0, 173, 187, 0.8) !important;
|
|
}
|
|
|
|
.border-op-8.border-purple {
|
|
border-color: rgba(183, 113, 176, 0.8) !important;
|
|
}
|
|
|
|
.border-op-8.border-pink {
|
|
border-color: rgba(204, 22, 77, 0.8) !important;
|
|
}
|
|
|
|
.border-op-8.border-orange {
|
|
border-color: rgba(230, 126, 34, 0.8) !important;
|
|
}
|
|
|
|
.border-op-8.border-lime {
|
|
border-color: rgba(177, 220, 68, 0.8) !important;
|
|
}
|
|
|
|
.border-op-8.border-blue-dark {
|
|
border-color: rgba(52, 73, 94, 0.8) !important;
|
|
}
|
|
|
|
.border-op-8.border-red-dark {
|
|
border-color: rgba(161, 15, 43, 0.8) !important;
|
|
}
|
|
|
|
.border-op-8.border-brown {
|
|
border-color: rgba(145, 99, 60, 0.8) !important;
|
|
}
|
|
|
|
.border-op-8.border-cyan-dark {
|
|
border-color: rgba(0, 139, 139, 0.8) !important;
|
|
}
|
|
|
|
.border-op-8.border-yellow {
|
|
border-color: rgba(212, 172, 13, 0.8) !important;
|
|
}
|
|
|
|
.border-op-8.border-slate {
|
|
border-color: rgba(93, 109, 126, 0.8) !important;
|
|
}
|
|
|
|
.border-op-8.border-olive {
|
|
border-color: rgba(128, 128, 0, 0.8) !important;
|
|
}
|
|
|
|
.border-op-8.border-teal {
|
|
border-color: rgba(0, 128, 128, 0.8) !important;
|
|
}
|
|
|
|
.border-op-8.border-green-bright {
|
|
border-color: rgba(46, 204, 113, 0.8) !important;
|
|
}
|
|
|
|
.bg-op-9.bg-light {
|
|
background-color: rgba(248, 249, 250, 0.9) !important;
|
|
}
|
|
|
|
.bg-op-9.bg-grey {
|
|
background-color: rgba(233, 236, 239, 0.9) !important;
|
|
}
|
|
|
|
.bg-op-9.bg-grey-dark {
|
|
background-color: rgba(73, 80, 87, 0.9) !important;
|
|
}
|
|
|
|
.bg-op-9.bg-primary {
|
|
background-color: rgba(85, 167, 154, 0.9) !important;
|
|
}
|
|
|
|
.bg-op-9.bg-primary-dark {
|
|
background-color: rgba(51, 99, 92, 0.9) !important;
|
|
}
|
|
|
|
.bg-op-9.bg-primary-faded {
|
|
background-color: rgba(85, 167, 154, 0.9) !important;
|
|
}
|
|
|
|
.bg-op-9.bg-info {
|
|
background-color: rgba(23, 162, 184, 0.9) !important;
|
|
}
|
|
|
|
.bg-op-9.bg-success {
|
|
background-color: rgba(40, 167, 69, 0.9) !important;
|
|
}
|
|
|
|
.bg-op-9.bg-warning {
|
|
background-color: rgba(255, 193, 7, 0.9) !important;
|
|
}
|
|
|
|
.bg-op-9.bg-danger {
|
|
background-color: rgba(220, 53, 69, 0.9) !important;
|
|
}
|
|
|
|
.bg-op-9.bg-dark {
|
|
background-color: rgba(52, 58, 64, 0.9) !important;
|
|
}
|
|
|
|
.bg-op-9.bg-secondary {
|
|
background-color: rgba(108, 117, 125, 0.9) !important;
|
|
}
|
|
|
|
.bg-op-9.bg-black {
|
|
background-color: rgba(0, 0, 0, 0.9) !important;
|
|
}
|
|
|
|
.bg-op-9.bg-white {
|
|
background-color: rgba(255, 255, 255, 0.9) !important;
|
|
}
|
|
|
|
.bg-op-9.bg-green {
|
|
background-color: rgba(85, 167, 154, 0.9) !important;
|
|
}
|
|
|
|
.bg-op-9.bg-red {
|
|
background-color: rgba(190, 62, 29, 0.9) !important;
|
|
}
|
|
|
|
.bg-op-9.bg-blue {
|
|
background-color: rgba(0, 173, 187, 0.9) !important;
|
|
}
|
|
|
|
.bg-op-9.bg-purple {
|
|
background-color: rgba(183, 113, 176, 0.9) !important;
|
|
}
|
|
|
|
.bg-op-9.bg-pink {
|
|
background-color: rgba(204, 22, 77, 0.9) !important;
|
|
}
|
|
|
|
.bg-op-9.bg-orange {
|
|
background-color: rgba(230, 126, 34, 0.9) !important;
|
|
}
|
|
|
|
.bg-op-9.bg-lime {
|
|
background-color: rgba(177, 220, 68, 0.9) !important;
|
|
}
|
|
|
|
.bg-op-9.bg-blue-dark {
|
|
background-color: rgba(52, 73, 94, 0.9) !important;
|
|
}
|
|
|
|
.bg-op-9.bg-red-dark {
|
|
background-color: rgba(161, 15, 43, 0.9) !important;
|
|
}
|
|
|
|
.bg-op-9.bg-brown {
|
|
background-color: rgba(145, 99, 60, 0.9) !important;
|
|
}
|
|
|
|
.bg-op-9.bg-cyan-dark {
|
|
background-color: rgba(0, 139, 139, 0.9) !important;
|
|
}
|
|
|
|
.bg-op-9.bg-yellow {
|
|
background-color: rgba(212, 172, 13, 0.9) !important;
|
|
}
|
|
|
|
.bg-op-9.bg-slate {
|
|
background-color: rgba(93, 109, 126, 0.9) !important;
|
|
}
|
|
|
|
.bg-op-9.bg-olive {
|
|
background-color: rgba(128, 128, 0, 0.9) !important;
|
|
}
|
|
|
|
.bg-op-9.bg-teal {
|
|
background-color: rgba(0, 128, 128, 0.9) !important;
|
|
}
|
|
|
|
.bg-op-9.bg-green-bright {
|
|
background-color: rgba(46, 204, 113, 0.9) !important;
|
|
}
|
|
|
|
.bg-op-9.bg-gradient {
|
|
background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(235, 235, 235, 0.9)));
|
|
background-image: linear-gradient(to bottom, #fff 0%, rgba(235, 235, 235, 0.9) 100%);
|
|
background-repeat: repeat-x;
|
|
}
|
|
|
|
.bg-op-9.bg-gradient-flip {
|
|
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(235, 235, 235, 0.9)), to(#fff));
|
|
background-image: linear-gradient(to bottom, rgba(235, 235, 235, 0.9) 0%, #fff 100%);
|
|
background-repeat: repeat-x;
|
|
}
|
|
|
|
.border-op-9.border-light {
|
|
border-color: rgba(248, 249, 250, 0.9) !important;
|
|
}
|
|
|
|
.border-op-9.border-grey {
|
|
border-color: rgba(233, 236, 239, 0.9) !important;
|
|
}
|
|
|
|
.border-op-9.border-grey-dark {
|
|
border-color: rgba(73, 80, 87, 0.9) !important;
|
|
}
|
|
|
|
.border-op-9.border-primary {
|
|
border-color: rgba(85, 167, 154, 0.9) !important;
|
|
}
|
|
|
|
.border-op-9.border-primary-dark {
|
|
border-color: rgba(51, 99, 92, 0.9) !important;
|
|
}
|
|
|
|
.border-op-9.border-primary-faded {
|
|
border-color: rgba(85, 167, 154, 0.9) !important;
|
|
}
|
|
|
|
.border-op-9.border-info {
|
|
border-color: rgba(23, 162, 184, 0.9) !important;
|
|
}
|
|
|
|
.border-op-9.border-success {
|
|
border-color: rgba(40, 167, 69, 0.9) !important;
|
|
}
|
|
|
|
.border-op-9.border-warning {
|
|
border-color: rgba(255, 193, 7, 0.9) !important;
|
|
}
|
|
|
|
.border-op-9.border-danger {
|
|
border-color: rgba(220, 53, 69, 0.9) !important;
|
|
}
|
|
|
|
.border-op-9.border-dark {
|
|
border-color: rgba(52, 58, 64, 0.9) !important;
|
|
}
|
|
|
|
.border-op-9.border-secondary {
|
|
border-color: rgba(108, 117, 125, 0.9) !important;
|
|
}
|
|
|
|
.border-op-9.border-black {
|
|
border-color: rgba(0, 0, 0, 0.9) !important;
|
|
}
|
|
|
|
.border-op-9.border-white {
|
|
border-color: rgba(255, 255, 255, 0.9) !important;
|
|
}
|
|
|
|
.border-op-9.border-green {
|
|
border-color: rgba(85, 167, 154, 0.9) !important;
|
|
}
|
|
|
|
.border-op-9.border-red {
|
|
border-color: rgba(190, 62, 29, 0.9) !important;
|
|
}
|
|
|
|
.border-op-9.border-blue {
|
|
border-color: rgba(0, 173, 187, 0.9) !important;
|
|
}
|
|
|
|
.border-op-9.border-purple {
|
|
border-color: rgba(183, 113, 176, 0.9) !important;
|
|
}
|
|
|
|
.border-op-9.border-pink {
|
|
border-color: rgba(204, 22, 77, 0.9) !important;
|
|
}
|
|
|
|
.border-op-9.border-orange {
|
|
border-color: rgba(230, 126, 34, 0.9) !important;
|
|
}
|
|
|
|
.border-op-9.border-lime {
|
|
border-color: rgba(177, 220, 68, 0.9) !important;
|
|
}
|
|
|
|
.border-op-9.border-blue-dark {
|
|
border-color: rgba(52, 73, 94, 0.9) !important;
|
|
}
|
|
|
|
.border-op-9.border-red-dark {
|
|
border-color: rgba(161, 15, 43, 0.9) !important;
|
|
}
|
|
|
|
.border-op-9.border-brown {
|
|
border-color: rgba(145, 99, 60, 0.9) !important;
|
|
}
|
|
|
|
.border-op-9.border-cyan-dark {
|
|
border-color: rgba(0, 139, 139, 0.9) !important;
|
|
}
|
|
|
|
.border-op-9.border-yellow {
|
|
border-color: rgba(212, 172, 13, 0.9) !important;
|
|
}
|
|
|
|
.border-op-9.border-slate {
|
|
border-color: rgba(93, 109, 126, 0.9) !important;
|
|
}
|
|
|
|
.border-op-9.border-olive {
|
|
border-color: rgba(128, 128, 0, 0.9) !important;
|
|
}
|
|
|
|
.border-op-9.border-teal {
|
|
border-color: rgba(0, 128, 128, 0.9) !important;
|
|
}
|
|
|
|
.border-op-9.border-green-bright {
|
|
border-color: rgba(46, 204, 113, 0.9) !important;
|
|
}
|
|
|
|
.bg-op-10.bg-light {
|
|
background-color: #f8f9fa !important;
|
|
}
|
|
|
|
.bg-op-10.bg-grey {
|
|
background-color: #e9ecef !important;
|
|
}
|
|
|
|
.bg-op-10.bg-grey-dark {
|
|
background-color: #495057 !important;
|
|
}
|
|
|
|
.bg-op-10.bg-primary {
|
|
background-color: #55a79a !important;
|
|
}
|
|
|
|
.bg-op-10.bg-primary-dark {
|
|
background-color: #33635c !important;
|
|
}
|
|
|
|
.bg-op-10.bg-primary-faded {
|
|
background-color: #55a79a !important;
|
|
}
|
|
|
|
.bg-op-10.bg-info {
|
|
background-color: #17a2b8 !important;
|
|
}
|
|
|
|
.bg-op-10.bg-success {
|
|
background-color: #28a745 !important;
|
|
}
|
|
|
|
.bg-op-10.bg-warning {
|
|
background-color: #ffc107 !important;
|
|
}
|
|
|
|
.bg-op-10.bg-danger {
|
|
background-color: #dc3545 !important;
|
|
}
|
|
|
|
.bg-op-10.bg-dark {
|
|
background-color: #343a40 !important;
|
|
}
|
|
|
|
.bg-op-10.bg-secondary {
|
|
background-color: #6c757d !important;
|
|
}
|
|
|
|
.bg-op-10.bg-black {
|
|
background-color: black !important;
|
|
}
|
|
|
|
.bg-op-10.bg-white {
|
|
background-color: white !important;
|
|
}
|
|
|
|
.bg-op-10.bg-green {
|
|
background-color: #55a79a !important;
|
|
}
|
|
|
|
.bg-op-10.bg-red {
|
|
background-color: #be3e1d !important;
|
|
}
|
|
|
|
.bg-op-10.bg-blue {
|
|
background-color: #00adbb !important;
|
|
}
|
|
|
|
.bg-op-10.bg-purple {
|
|
background-color: #b771b0 !important;
|
|
}
|
|
|
|
.bg-op-10.bg-pink {
|
|
background-color: #cc164d !important;
|
|
}
|
|
|
|
.bg-op-10.bg-orange {
|
|
background-color: #e67e22 !important;
|
|
}
|
|
|
|
.bg-op-10.bg-lime {
|
|
background-color: #b1dc44 !important;
|
|
}
|
|
|
|
.bg-op-10.bg-blue-dark {
|
|
background-color: #34495e !important;
|
|
}
|
|
|
|
.bg-op-10.bg-red-dark {
|
|
background-color: #a10f2b !important;
|
|
}
|
|
|
|
.bg-op-10.bg-brown {
|
|
background-color: #91633c !important;
|
|
}
|
|
|
|
.bg-op-10.bg-cyan-dark {
|
|
background-color: darkcyan !important;
|
|
}
|
|
|
|
.bg-op-10.bg-yellow {
|
|
background-color: #d4ac0d !important;
|
|
}
|
|
|
|
.bg-op-10.bg-slate {
|
|
background-color: #5d6d7e !important;
|
|
}
|
|
|
|
.bg-op-10.bg-olive {
|
|
background-color: olive !important;
|
|
}
|
|
|
|
.bg-op-10.bg-teal {
|
|
background-color: teal !important;
|
|
}
|
|
|
|
.bg-op-10.bg-green-bright {
|
|
background-color: #2ecc71 !important;
|
|
}
|
|
|
|
.bg-op-10.bg-gradient {
|
|
background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ebebeb));
|
|
background-image: linear-gradient(to bottom, #fff 0%, #ebebeb 100%);
|
|
background-repeat: repeat-x;
|
|
}
|
|
|
|
.bg-op-10.bg-gradient-flip {
|
|
background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#fff));
|
|
background-image: linear-gradient(to bottom, #ebebeb 0%, #fff 100%);
|
|
background-repeat: repeat-x;
|
|
}
|
|
|
|
.border-op-10.border-light {
|
|
border-color: #f8f9fa !important;
|
|
}
|
|
|
|
.border-op-10.border-grey {
|
|
border-color: #e9ecef !important;
|
|
}
|
|
|
|
.border-op-10.border-grey-dark {
|
|
border-color: #495057 !important;
|
|
}
|
|
|
|
.border-op-10.border-primary {
|
|
border-color: #55a79a !important;
|
|
}
|
|
|
|
.border-op-10.border-primary-dark {
|
|
border-color: #33635c !important;
|
|
}
|
|
|
|
.border-op-10.border-primary-faded {
|
|
border-color: #55a79a !important;
|
|
}
|
|
|
|
.border-op-10.border-info {
|
|
border-color: #17a2b8 !important;
|
|
}
|
|
|
|
.border-op-10.border-success {
|
|
border-color: #28a745 !important;
|
|
}
|
|
|
|
.border-op-10.border-warning {
|
|
border-color: #ffc107 !important;
|
|
}
|
|
|
|
.border-op-10.border-danger {
|
|
border-color: #dc3545 !important;
|
|
}
|
|
|
|
.border-op-10.border-dark {
|
|
border-color: #343a40 !important;
|
|
}
|
|
|
|
.border-op-10.border-secondary {
|
|
border-color: #6c757d !important;
|
|
}
|
|
|
|
.border-op-10.border-black {
|
|
border-color: black !important;
|
|
}
|
|
|
|
.border-op-10.border-white {
|
|
border-color: white !important;
|
|
}
|
|
|
|
.border-op-10.border-green {
|
|
border-color: #55a79a !important;
|
|
}
|
|
|
|
.border-op-10.border-red {
|
|
border-color: #be3e1d !important;
|
|
}
|
|
|
|
.border-op-10.border-blue {
|
|
border-color: #00adbb !important;
|
|
}
|
|
|
|
.border-op-10.border-purple {
|
|
border-color: #b771b0 !important;
|
|
}
|
|
|
|
.border-op-10.border-pink {
|
|
border-color: #cc164d !important;
|
|
}
|
|
|
|
.border-op-10.border-orange {
|
|
border-color: #e67e22 !important;
|
|
}
|
|
|
|
.border-op-10.border-lime {
|
|
border-color: #b1dc44 !important;
|
|
}
|
|
|
|
.border-op-10.border-blue-dark {
|
|
border-color: #34495e !important;
|
|
}
|
|
|
|
.border-op-10.border-red-dark {
|
|
border-color: #a10f2b !important;
|
|
}
|
|
|
|
.border-op-10.border-brown {
|
|
border-color: #91633c !important;
|
|
}
|
|
|
|
.border-op-10.border-cyan-dark {
|
|
border-color: darkcyan !important;
|
|
}
|
|
|
|
.border-op-10.border-yellow {
|
|
border-color: #d4ac0d !important;
|
|
}
|
|
|
|
.border-op-10.border-slate {
|
|
border-color: #5d6d7e !important;
|
|
}
|
|
|
|
.border-op-10.border-olive {
|
|
border-color: olive !important;
|
|
}
|
|
|
|
.border-op-10.border-teal {
|
|
border-color: teal !important;
|
|
}
|
|
|
|
.border-op-10.border-green-bright {
|
|
border-color: #2ecc71 !important;
|
|
}
|
|
|
|
.sq-sm {
|
|
height: 50px !important;
|
|
width: 50px !important;
|
|
min-height: 50px !important;
|
|
min-width: 50px !important;
|
|
}
|
|
|
|
.sq-md {
|
|
height: 75px !important;
|
|
width: 75px !important;
|
|
min-height: 75px !important;
|
|
min-width: 75px !important;
|
|
}
|
|
|
|
.sq-lg {
|
|
height: 100px !important;
|
|
width: 100px !important;
|
|
min-height: 100px !important;
|
|
min-width: 100px !important;
|
|
}
|
|
|
|
.sq-xl {
|
|
height: 150px !important;
|
|
width: 150px !important;
|
|
min-height: 150px !important;
|
|
min-width: 150px !important;
|
|
}
|
|
|
|
.sq-auto {
|
|
height: auto !important;
|
|
width: auto !important;
|
|
min-height: auto !important;
|
|
min-width: auto !important;
|
|
}
|
|
|
|
@media (min-width: 576px) {
|
|
.sq-sm-sm {
|
|
height: 50px !important;
|
|
width: 50px !important;
|
|
min-height: 50px !important;
|
|
min-width: 50px !important;
|
|
}
|
|
.sq-sm-md {
|
|
height: 75px !important;
|
|
width: 75px !important;
|
|
min-height: 75px !important;
|
|
min-width: 75px !important;
|
|
}
|
|
.sq-sm-lg {
|
|
height: 100px !important;
|
|
width: 100px !important;
|
|
min-height: 100px !important;
|
|
min-width: 100px !important;
|
|
}
|
|
.sq-sm-xl {
|
|
height: 150px !important;
|
|
width: 150px !important;
|
|
min-height: 150px !important;
|
|
min-width: 150px !important;
|
|
}
|
|
.sq-sm-auto {
|
|
height: auto !important;
|
|
width: auto !important;
|
|
min-height: auto !important;
|
|
min-width: auto !important;
|
|
}
|
|
}
|
|
|
|
@media (min-width: 768px) {
|
|
.sq-md-sm {
|
|
height: 50px !important;
|
|
width: 50px !important;
|
|
min-height: 50px !important;
|
|
min-width: 50px !important;
|
|
}
|
|
.sq-md-md {
|
|
height: 75px !important;
|
|
width: 75px !important;
|
|
min-height: 75px !important;
|
|
min-width: 75px !important;
|
|
}
|
|
.sq-md-lg {
|
|
height: 100px !important;
|
|
width: 100px !important;
|
|
min-height: 100px !important;
|
|
min-width: 100px !important;
|
|
}
|
|
.sq-md-xl {
|
|
height: 150px !important;
|
|
width: 150px !important;
|
|
min-height: 150px !important;
|
|
min-width: 150px !important;
|
|
}
|
|
.sq-md-auto {
|
|
height: auto !important;
|
|
width: auto !important;
|
|
min-height: auto !important;
|
|
min-width: auto !important;
|
|
}
|
|
}
|
|
|
|
@media (min-width: 992px) {
|
|
.sq-lg-sm {
|
|
height: 50px !important;
|
|
width: 50px !important;
|
|
min-height: 50px !important;
|
|
min-width: 50px !important;
|
|
}
|
|
.sq-lg-md {
|
|
height: 75px !important;
|
|
width: 75px !important;
|
|
min-height: 75px !important;
|
|
min-width: 75px !important;
|
|
}
|
|
.sq-lg-lg {
|
|
height: 100px !important;
|
|
width: 100px !important;
|
|
min-height: 100px !important;
|
|
min-width: 100px !important;
|
|
}
|
|
.sq-lg-xl {
|
|
height: 150px !important;
|
|
width: 150px !important;
|
|
min-height: 150px !important;
|
|
min-width: 150px !important;
|
|
}
|
|
.sq-lg-auto {
|
|
height: auto !important;
|
|
width: auto !important;
|
|
min-height: auto !important;
|
|
min-width: auto !important;
|
|
}
|
|
}
|
|
|
|
@media (min-width: 1200px) {
|
|
.sq-xl-sm {
|
|
height: 50px !important;
|
|
width: 50px !important;
|
|
min-height: 50px !important;
|
|
min-width: 50px !important;
|
|
}
|
|
.sq-xl-md {
|
|
height: 75px !important;
|
|
width: 75px !important;
|
|
min-height: 75px !important;
|
|
min-width: 75px !important;
|
|
}
|
|
.sq-xl-lg {
|
|
height: 100px !important;
|
|
width: 100px !important;
|
|
min-height: 100px !important;
|
|
min-width: 100px !important;
|
|
}
|
|
.sq-xl-xl {
|
|
height: 150px !important;
|
|
width: 150px !important;
|
|
min-height: 150px !important;
|
|
min-width: 150px !important;
|
|
}
|
|
.sq-xl-auto {
|
|
height: auto !important;
|
|
width: auto !important;
|
|
min-height: auto !important;
|
|
min-width: auto !important;
|
|
}
|
|
}
|
|
|
|
/* --------------------------------------------------
|
|
* Blog pages
|
|
*-------------------------------------------------- */
|
|
|
|
.date-md {
|
|
padding-right: 0;
|
|
text-align: center;
|
|
display: none;
|
|
}
|
|
|
|
.date-wrapper {
|
|
color: #1b1b1b;
|
|
text-align: center;
|
|
margin: 0 0 1em 0;
|
|
padding: 0;
|
|
border-radius: 2px 2px 2px 2px;
|
|
min-width: 50px;
|
|
font-weight: 400 !important;
|
|
background: #F5F5F5;
|
|
}
|
|
|
|
.date-wrapper span {
|
|
font-size: 16px;
|
|
display: block;
|
|
}
|
|
|
|
.date-wrapper span.date-m {
|
|
padding: 2px 4px;
|
|
color: #fff;
|
|
border-radius: 2px 2px 0 0;
|
|
font-size: 12px;
|
|
text-transform: uppercase;
|
|
}
|
|
|
|
.date-wrapper span.date-d {
|
|
font-size: 26px;
|
|
line-height: 1;
|
|
padding: 5px 0 5px 0;
|
|
color: #1b1b1b;
|
|
font-weight: 200 !important;
|
|
border: 1px solid #e4e4e4;
|
|
border-top: none;
|
|
border-radius: 0 0 2px 2px;
|
|
}
|
|
|
|
.date-wrapper-horizontal {
|
|
display: inline-block;
|
|
margin-bottom: 5px;
|
|
line-height: 1;
|
|
padding: 1px;
|
|
}
|
|
|
|
.date-wrapper-horizontal span {
|
|
font-size: 16px;
|
|
display: inline-block;
|
|
}
|
|
|
|
.date-wrapper-horizontal span.date-m,
|
|
.date-wrapper-horizontal span.date-d {
|
|
font-size: 13px;
|
|
line-height: 13px;
|
|
padding: 3px 6px;
|
|
border-radius: 2px 0 0 2px;
|
|
}
|
|
|
|
.date-wrapper-horizontal span.date-m {
|
|
font-size: 12px;
|
|
line-height: 18px;
|
|
}
|
|
|
|
.date-wrapper-horizontal span.date-d {
|
|
font-weight: 800;
|
|
padding-left: 2px;
|
|
border: none;
|
|
}
|
|
|
|
.author {
|
|
font-size: 12px;
|
|
text-align: center;
|
|
}
|
|
|
|
.author i {
|
|
display: block;
|
|
}
|
|
|
|
.blog-post {
|
|
margin-bottom: 3em;
|
|
}
|
|
|
|
.blog-meta {
|
|
font-size: 12px;
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
.blog-roll .title,
|
|
.blog-post .title {
|
|
margin: 0 0 10px 0;
|
|
line-height: 1;
|
|
}
|
|
|
|
.blog-roll .blog-meta,
|
|
.blog-roll .meta,
|
|
.blog-post .blog-meta,
|
|
.blog-post .meta {
|
|
font-size: 12px;
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
.blog-roll .media,
|
|
.blog-roll .blog-post,
|
|
.blog-post .media,
|
|
.blog-post .blog-post {
|
|
padding-bottom: 3em;
|
|
margin-bottom: 3em;
|
|
border-bottom: 1px solid #E6E6E6;
|
|
}
|
|
|
|
.blog-roll .links,
|
|
.blog-post .links {
|
|
margin-top: 0.5em;
|
|
}
|
|
|
|
.blog-roll .blog-media,
|
|
.blog-roll .media-object,
|
|
.blog-post .blog-media,
|
|
.blog-post .media-object {
|
|
max-width: 100%;
|
|
}
|
|
|
|
.blog-roll .pagination,
|
|
.blog-post .pagination {
|
|
display: block;
|
|
}
|
|
|
|
.blog-roll-mini .media,
|
|
.blog-roll-mini .blog-post {
|
|
padding-bottom: 15px;
|
|
margin-bottom: 15px;
|
|
border-bottom: 1px solid #E6E6E6;
|
|
}
|
|
|
|
.blog-roll-mini .media:last-child,
|
|
.blog-roll-mini .blog-post:last-child {
|
|
padding-bottom: 0;
|
|
margin-bottom: 0;
|
|
border-bottom: none;
|
|
}
|
|
|
|
.blog-roll-mini .media h4,
|
|
.blog-roll-mini .media h5,
|
|
.blog-roll-mini .media h6,
|
|
.blog-roll-mini .blog-post h4,
|
|
.blog-roll-mini .blog-post h5,
|
|
.blog-roll-mini .blog-post h6 {
|
|
margin: 0;
|
|
}
|
|
|
|
.blog-timeline .media,
|
|
.blog-timeline .blog-post {
|
|
padding-bottom: 15px;
|
|
margin-bottom: 0;
|
|
border-bottom: 3px solid #E6E6E6;
|
|
}
|
|
|
|
.blog-grid .blog-post {
|
|
border: 1px solid #E6E6E6;
|
|
border-bottom: 3px solid #55A79A;
|
|
padding: 15px;
|
|
margin-bottom: 30px;
|
|
background: white;
|
|
}
|
|
|
|
.blog-grid .blog-media .flexslider {
|
|
min-height: 140px;
|
|
}
|
|
|
|
.blog-post .media-body .lead {
|
|
margin: 0.5em 0;
|
|
padding: 1em 0;
|
|
font-size: 1.6em;
|
|
}
|
|
|
|
.blog-post .btn-link {
|
|
color: black;
|
|
}
|
|
|
|
.post-block,
|
|
.post-tag-cloud,
|
|
.post-to-post-pager,
|
|
.post-share,
|
|
.post-author,
|
|
.post-related-content {
|
|
margin-top: 2em;
|
|
}
|
|
|
|
.post-block .post-block:first-child,
|
|
.post-block .post-tag-cloud:first-child,
|
|
.post-block .post-to-post-pager:first-child,
|
|
.post-block .post-share:first-child,
|
|
.post-block .post-author:first-child,
|
|
.post-block .post-related-content:first-child,
|
|
.post-tag-cloud .post-block:first-child,
|
|
.post-tag-cloud .post-tag-cloud:first-child,
|
|
.post-tag-cloud .post-to-post-pager:first-child,
|
|
.post-tag-cloud .post-share:first-child,
|
|
.post-tag-cloud .post-author:first-child,
|
|
.post-tag-cloud .post-related-content:first-child,
|
|
.post-to-post-pager .post-block:first-child,
|
|
.post-to-post-pager .post-tag-cloud:first-child,
|
|
.post-to-post-pager .post-to-post-pager:first-child,
|
|
.post-to-post-pager .post-share:first-child,
|
|
.post-to-post-pager .post-author:first-child,
|
|
.post-to-post-pager .post-related-content:first-child,
|
|
.post-share .post-block:first-child,
|
|
.post-share .post-tag-cloud:first-child,
|
|
.post-share .post-to-post-pager:first-child,
|
|
.post-share .post-share:first-child,
|
|
.post-share .post-author:first-child,
|
|
.post-share .post-related-content:first-child,
|
|
.post-author .post-block:first-child,
|
|
.post-author .post-tag-cloud:first-child,
|
|
.post-author .post-to-post-pager:first-child,
|
|
.post-author .post-share:first-child,
|
|
.post-author .post-author:first-child,
|
|
.post-author .post-related-content:first-child,
|
|
.post-related-content .post-block:first-child,
|
|
.post-related-content .post-tag-cloud:first-child,
|
|
.post-related-content .post-to-post-pager:first-child,
|
|
.post-related-content .post-share:first-child,
|
|
.post-related-content .post-author:first-child,
|
|
.post-related-content .post-related-content:first-child {
|
|
margin-top: 0;
|
|
}
|
|
|
|
.post-to-post-pager {
|
|
border-bottom: 1px solid #eee;
|
|
border-top: 1px solid #eee;
|
|
background: #f6f6f6;
|
|
padding: 1em;
|
|
margin-top: 2em;
|
|
}
|
|
|
|
.post-to-post-pager::after {
|
|
display: block;
|
|
clear: both;
|
|
content: "";
|
|
}
|
|
|
|
.post-to-post-pager .previous {
|
|
float: left;
|
|
}
|
|
|
|
.post-to-post-pager .next {
|
|
float: right;
|
|
}
|
|
|
|
.post-share {
|
|
margin-top: 2em;
|
|
}
|
|
|
|
.post-share h5 {
|
|
font-size: 12px;
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
.post-related-content .blog-post {
|
|
border-bottom: none;
|
|
margin-bottom: 0;
|
|
padding-bottom: 1em;
|
|
}
|
|
|
|
.comments {
|
|
margin-top: 3em;
|
|
}
|
|
|
|
.comments h3 {
|
|
font-weight: 100;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.comments .media img {
|
|
max-width: 60px;
|
|
margin-top: 0;
|
|
}
|
|
|
|
.comments .media-body {
|
|
margin-top: 0;
|
|
}
|
|
|
|
.comments .media-body .meta {
|
|
margin: 0 0 5px 0;
|
|
display: block;
|
|
}
|
|
|
|
.comments .comment-form {
|
|
margin-top: 2em;
|
|
}
|
|
|
|
@media (min-width: 768px) {
|
|
.date-md {
|
|
display: block;
|
|
}
|
|
.blog-roll.blog-list,
|
|
.blog-post.blog-list {
|
|
padding-left: 15px;
|
|
padding-right: 15px;
|
|
}
|
|
.blog-roll .meta,
|
|
.blog-post .meta {
|
|
display: none;
|
|
}
|
|
.blog-roll-mini .media div[class*='col-']:first-child,
|
|
.blog-roll-mini .blog-post div[class*='col-']:first-child {
|
|
padding-right: 0;
|
|
}
|
|
}
|
|
|
|
.tag-cloud .tag,
|
|
.tag-cloud span {
|
|
border-radius: 4px;
|
|
background: #f5f5f5;
|
|
display: inline-block;
|
|
padding: 4px 8px;
|
|
margin: 2px 0;
|
|
font-size: 13px;
|
|
text-transform: uppercase;
|
|
color: #333;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.tag-cloud .tag:hover,
|
|
.tag-cloud span:hover {
|
|
background: #f1f1f1;
|
|
}
|
|
|
|
.tag-cloud a.tag:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
/* --------------------------------------------------
|
|
* Customers
|
|
*-------------------------------------------------- */
|
|
|
|
.customers-carousel .owl-item {
|
|
width: 220px;
|
|
padding: 0 1em;
|
|
text-align: center;
|
|
}
|
|
|
|
.customers-carousel .owl-item img {
|
|
display: block;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.page-elements h3.title-divider {
|
|
margin-top: 2em;
|
|
}
|
|
|
|
.error-code {
|
|
margin: 0;
|
|
}
|
|
|
|
.error-message {
|
|
margin: 0 0 1em 0;
|
|
}
|
|
|
|
.error-details {
|
|
margin: 0 0 2em 0;
|
|
}
|
|
|
|
/* --------------------------------------------------
|
|
* Team pages
|
|
*-------------------------------------------------- */
|
|
|
|
.team-member {
|
|
padding-bottom: 1.5em;
|
|
margin-bottom: 1.5em;
|
|
border-bottom: 1px solid #E6E6E6;
|
|
}
|
|
|
|
.team-member p {
|
|
color: rgba(27, 27, 27, 0.8);
|
|
font-size: 13px;
|
|
}
|
|
|
|
.team-member p.member-since {
|
|
font-size: 12px;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.team-member .media-heading,
|
|
.team-member .name {
|
|
margin: 5px 0 0 0;
|
|
color: #000;
|
|
}
|
|
|
|
.team-member .media-heading a,
|
|
.team-member .name a {
|
|
color: #000;
|
|
}
|
|
|
|
.team-member .role,
|
|
.team-member p.role {
|
|
color: rgba(27, 27, 27, 0.8);
|
|
font-size: 15px;
|
|
margin: 0 0 5px 0;
|
|
}
|
|
|
|
.team-member.team-member-active>* {
|
|
opacity: 30;
|
|
}
|
|
|
|
.team-member-full {
|
|
padding-bottom: 3em;
|
|
margin-bottom: 3em;
|
|
}
|
|
|
|
.team-member-full p {
|
|
font-size: 14px;
|
|
}
|
|
|
|
.team-member-full .role,
|
|
.team-member-full p.role {
|
|
font-size: 16px;
|
|
}
|
|
|
|
.team-grid .team-member {
|
|
text-align: center;
|
|
border: none;
|
|
}
|
|
|
|
.team-grid .media-heading,
|
|
.team-grid .name {
|
|
margin: 5px 0;
|
|
}
|
|
|
|
/* --------------------------------------------------
|
|
* Customers
|
|
*-------------------------------------------------- */
|
|
|
|
.customers-carousel .owl-item {
|
|
width: 220px;
|
|
padding: 0 1em;
|
|
text-align: center;
|
|
}
|
|
|
|
.customers-carousel .owl-item img {
|
|
display: block;
|
|
margin: 0 auto;
|
|
} |