@charset "UTF-8";
  @import url("//fonts.googleapis.com/css?family=Open+Sans&amp;display=swap");
@import url(https://use.fontawesome.com/releases/v5.3.1/css/all.css);
:root {
--blue: #0a2b3f;
--indigo: #4197E0;
--purple: #334C60;
--pink: #e83e8c;
--red: #c62828;
--orange: #ef6c00;
--yellow: #ffc107;
--green: #2e7d32;
--teal: #20c997;
--cyan: #132B3D;
--white: #fff;
--gray: #808080;
--gray-dark: #343a40;
--primary: #2e7d32;
--secondary: #808080;
--success: #2e7d32;
--info: #132B3D;
--warning: #ffc107;
--danger: #c62828;
--light: #f9f9f9;
--dark: #343a40;
--breakpoint-xs: 0;
--breakpoint-sm: 576px;
--breakpoint-md: 768px;
--breakpoint-lg: 992px;
--breakpoint-xl: 1200px;
--font-family-sans-serif: Open Sans;
--font-family-monospace: Open Sans; }
*,
*::before,
*::after {
box-sizing: border-box; }
html {
font-family: sans-serif;
line-height: 1.15;
-webkit-text-size-adjust: 100%;
-webkit-tap-highlight-color: rgba(40, 40, 40, 0); }
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
display: block; }
body {
margin: 0;
font-family: Open Sans;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #404040;
text-align: left;
background-color: #fff; }
[tabindex="-1"]:focus {
outline: 0 !important; }
hr {
box-sizing: content-box;
height: 0;
overflow: visible; }
h1, h2, h3, h4, h5, h6 {
margin-top: 0;
margin-bottom: 0.5rem; }
p {
margin-top: 0;
margin-bottom: 1rem; }
abbr[title],
abbr[data-original-title] {
text-decoration: underline;
text-decoration: underline dotted;
cursor: help;
border-bottom: 0;
text-decoration-skip-ink: none; }
address {
margin-bottom: 1rem;
font-style: normal;
line-height: inherit; }
ol,
ul,
dl {
margin-top: 0;
margin-bottom: 1rem; }
ol ol,
ul ul,
ol ul,
ul ol {
margin-bottom: 0; }
dt {
font-weight: 700; }
dd {
margin-bottom: .5rem;
margin-left: 0; }
blockquote {
margin: 0 0 1rem; }
b,
strong {
font-weight: bolder; }
small {
font-size: 80%; }
sub,
sup {
position: relative;
font-size: 75%;
line-height: 0;
vertical-align: baseline; }
sub {
bottom: -.25em; }
sup {
top: -.5em; }
a {
color: #ef6c00;
text-decoration: none;
background-color: transparent; }
a:hover {
color: #212121;
text-decoration: underline; }
a:not([href]):not([tabindex]) {
color: inherit;
text-decoration: none; }
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
color: inherit;
text-decoration: none; }
a:not([href]):not([tabindex]):focus {
outline: 0; }
pre,
code,
kbd,
samp {
font-family: Open Sans;
font-size: 1em; }
pre {
margin-top: 0;
margin-bottom: 1rem;
overflow: auto; }
figure {
margin: 0 0 1rem; }
img {
vertical-align: middle;
border-style: none; }
svg {
overflow: hidden;
vertical-align: middle; }
table {
border-collapse: collapse; }
caption {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
color: #808080;
text-align: left;
caption-side: bottom; }
th {
text-align: inherit; }
label {
display: inline-block;
margin-bottom: 0.5rem; }
button {
border-radius: 0; }
button:focus {
outline: 1px dotted;
outline: 5px auto -webkit-focus-ring-color; }
input,
button,
select,
optgroup,
textarea {
margin: 0;
font-family: inherit;
font-size: inherit;
line-height: inherit; }
button,
input {
overflow: visible; }
button,
select {
text-transform: none; }
select {
word-wrap: normal; }
button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button; }
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
cursor: pointer; }
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
padding: 0;
border-style: none; }
input[type="radio"],
input[type="checkbox"] {
box-sizing: border-box;
padding: 0; }
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
-webkit-appearance: listbox; }
textarea {
overflow: auto;
resize: vertical; }
fieldset {
min-width: 0;
padding: 0;
margin: 0;
border: 0; }
legend {
display: block;
width: 100%;
max-width: 100%;
padding: 0;
margin-bottom: .5rem;
font-size: 1.5rem;
line-height: inherit;
color: inherit;
white-space: normal; }
@media (max-width: 1200px) {
legend {
font-size: calc(1.275rem + 0.3vw) ; } }
progress {
vertical-align: baseline; }
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto; }
[type="search"] {
outline-offset: -2px;
-webkit-appearance: none; }
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none; }
::-webkit-file-upload-button {
font: inherit;
-webkit-appearance: button; }
output {
display: inline-block; }
summary {
display: list-item;
cursor: pointer; }
template {
display: none; }
[hidden] {
display: none !important; }
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
margin-bottom: 0.5rem;
font-weight: 500;
line-height: 1.2; }
h1, .h1 {
font-size: 6rem; }
@media (max-width: 1200px) {
h1, .h1 {
font-size: calc(1.725rem + 5.7vw) ; } }
h2, .h2 {
font-size: 3.75rem; }
@media (max-width: 1200px) {
h2, .h2 {
font-size: calc(1.5rem + 3vw) ; } }
h3, .h3 {
font-size: 1.75rem; }
@media (max-width: 1200px) {
h3, .h3 {
font-size: calc(1.3rem + 0.6vw) ; } }
h4, .h4 {
font-size: 2rem; }
@media (max-width: 1200px) {
h4, .h4 {
font-size: calc(1.325rem + 0.9vw) ; } }
h5, .h5 {
font-size: 1.125rem; }
h6, .h6 {
font-size: 0.875rem; }
.lead {
font-size: 1.25rem;
font-weight: 300; }
.display-1 {
font-size: 6rem;
font-weight: 300;
line-height: 1.2; }
@media (max-width: 1200px) {
.display-1 {
font-size: calc(1.725rem + 5.7vw) ; } }
.display-2 {
font-size: 5.5rem;
font-weight: 300;
line-height: 1.2; }
@media (max-width: 1200px) {
.display-2 {
font-size: calc(1.675rem + 5.1vw) ; } }
.display-3 {
font-size: 4.5rem;
font-weight: 300;
line-height: 1.2; }
@media (max-width: 1200px) {
.display-3 {
font-size: calc(1.575rem + 3.9vw) ; } }
.display-4 {
font-size: 3.5rem;
font-weight: 300;
line-height: 1.2; }
@media (max-width: 1200px) {
.display-4 {
font-size: calc(1.475rem + 2.7vw) ; } }
hr {
margin-top: 1rem;
margin-bottom: 1rem;
border: 0;
border-top: 1px solid rgba(40, 40, 40, 0.1); }
small,
.small {
font-size: 80%;
font-weight: 400; }
mark,
.mark {
padding: 0.2em;
background-color: #fcf8e3; }
.list-unstyled {
padding-left: 0;
list-style: none; }
.list-inline {
padding-left: 0;
list-style: none; }
.list-inline-item {
display: inline-block; }
.list-inline-item:not(:last-child) {
margin-right: 0.5rem; }
.initialism {
font-size: 90%;
text-transform: uppercase; }
.blockquote {
margin-bottom: 1rem;
font-size: 1.25rem; }
.blockquote-footer {
display: block;
font-size: 80%;
color: #808080; }
.blockquote-footer::before {
content: "\2014\00A0"; }
.img-fluid {
max-width: 100%;
height: auto; }
.img-thumbnail {
padding: 0.25rem;
background-color: #fff;
border: 1px solid #dee2e6;
max-width: 100%;
height: auto; }
.figure {
display: inline-block; }
.figure-img {
margin-bottom: 0.5rem;
line-height: 1; }
.figure-caption {
font-size: 90%;
color: #808080; }
code {
font-size: 87.5%;
color: #e83e8c;
word-break: break-word; }
a > code {
color: inherit; }
kbd {
padding: 0.2rem 0.4rem;
font-size: 87.5%;
color: #fff;
background-color: #404040; }
kbd kbd {
padding: 0;
font-size: 100%;
font-weight: 700; }
pre {
display: block;
font-size: 87.5%;
color: #404040; }
pre code {
font-size: inherit;
color: inherit;
word-break: normal; }
.pre-scrollable {
max-height: 340px;
overflow-y: scroll; }
.container {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto; }
@media (min-width: 576px) {
.container {
max-width: 540px; } }
@media (min-width: 768px) {
.container {
max-width: 720px; } }
@media (min-width: 992px) {
.container {
max-width: 960px; } }
@media (min-width: 1200px) {
.container {
max-width: 1140px; } }
.container-fluid {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto; }
.row {
display: flex;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px; }
.no-gutters {
margin-right: 0;
margin-left: 0; }
.no-gutters > .col,
.no-gutters > [class*="col-"] {
padding-right: 0;
padding-left: 0; }
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
position: relative;
width: 100%;
padding-right: 15px;
padding-left: 15px; }
.col {
flex-basis: 0;
flex-grow: 1;
max-width: 100%; }
.col-auto {
flex: 0 0 auto;
width: auto;
max-width: 100%; }
.col-1 {
flex: 0 0 8.33333%;
max-width: 8.33333%; }
.col-2 {
flex: 0 0 16.66667%;
max-width: 16.66667%; }
.col-3 {
flex: 0 0 25%;
max-width: 25%; }
.col-4 {
flex: 0 0 33.33333%;
max-width: 33.33333%; }
.col-5 {
flex: 0 0 41.66667%;
max-width: 41.66667%; }
.col-6 {
flex: 0 0 50%;
max-width: 50%; }
.col-7 {
flex: 0 0 58.33333%;
max-width: 58.33333%; }
.col-8 {
flex: 0 0 66.66667%;
max-width: 66.66667%; }
.col-9 {
flex: 0 0 75%;
max-width: 75%; }
.col-10 {
flex: 0 0 83.33333%;
max-width: 83.33333%; }
.col-11 {
flex: 0 0 91.66667%;
max-width: 91.66667%; }
.col-12 {
flex: 0 0 100%;
max-width: 100%; }
.order-first {
order: -1; }
.order-last {
order: 13; }
.order-0 {
order: 0; }
.order-1 {
order: 1; }
.order-2 {
order: 2; }
.order-3 {
order: 3; }
.order-4 {
order: 4; }
.order-5 {
order: 5; }
.order-6 {
order: 6; }
.order-7 {
order: 7; }
.order-8 {
order: 8; }
.order-9 {
order: 9; }
.order-10 {
order: 10; }
.order-11 {
order: 11; }
.order-12 {
order: 12; }
.offset-1 {
margin-left: 8.33333%; }
.offset-2 {
margin-left: 16.66667%; }
.offset-3 {
margin-left: 25%; }
.offset-4 {
margin-left: 33.33333%; }
.offset-5 {
margin-left: 41.66667%; }
.offset-6 {
margin-left: 50%; }
.offset-7 {
margin-left: 58.33333%; }
.offset-8 {
margin-left: 66.66667%; }
.offset-9 {
margin-left: 75%; }
.offset-10 {
margin-left: 83.33333%; }
.offset-11 {
margin-left: 91.66667%; }
@media (min-width: 576px) {
.col-sm {
flex-basis: 0;
flex-grow: 1;
max-width: 100%; }
.col-sm-auto {
flex: 0 0 auto;
width: auto;
max-width: 100%; }
.col-sm-1 {
flex: 0 0 8.33333%;
max-width: 8.33333%; }
.col-sm-2 {
flex: 0 0 16.66667%;
max-width: 16.66667%; }
.col-sm-3 {
flex: 0 0 25%;
max-width: 25%; }
.col-sm-4 {
flex: 0 0 33.33333%;
max-width: 33.33333%; }
.col-sm-5 {
flex: 0 0 41.66667%;
max-width: 41.66667%; }
.col-sm-6 {
flex: 0 0 50%;
max-width: 50%; }
.col-sm-7 {
flex: 0 0 58.33333%;
max-width: 58.33333%; }
.col-sm-8 {
flex: 0 0 66.66667%;
max-width: 66.66667%; }
.col-sm-9 {
flex: 0 0 75%;
max-width: 75%; }
.col-sm-10 {
flex: 0 0 83.33333%;
max-width: 83.33333%; }
.col-sm-11 {
flex: 0 0 91.66667%;
max-width: 91.66667%; }
.col-sm-12 {
flex: 0 0 100%;
max-width: 100%; }
.order-sm-first {
order: -1; }
.order-sm-last {
order: 13; }
.order-sm-0 {
order: 0; }
.order-sm-1 {
order: 1; }
.order-sm-2 {
order: 2; }
.order-sm-3 {
order: 3; }
.order-sm-4 {
order: 4; }
.order-sm-5 {
order: 5; }
.order-sm-6 {
order: 6; }
.order-sm-7 {
order: 7; }
.order-sm-8 {
order: 8; }
.order-sm-9 {
order: 9; }
.order-sm-10 {
order: 10; }
.order-sm-11 {
order: 11; }
.order-sm-12 {
order: 12; }
.offset-sm-0 {
margin-left: 0; }
.offset-sm-1 {
margin-left: 8.33333%; }
.offset-sm-2 {
margin-left: 16.66667%; }
.offset-sm-3 {
margin-left: 25%; }
.offset-sm-4 {
margin-left: 33.33333%; }
.offset-sm-5 {
margin-left: 41.66667%; }
.offset-sm-6 {
margin-left: 50%; }
.offset-sm-7 {
margin-left: 58.33333%; }
.offset-sm-8 {
margin-left: 66.66667%; }
.offset-sm-9 {
margin-left: 75%; }
.offset-sm-10 {
margin-left: 83.33333%; }
.offset-sm-11 {
margin-left: 91.66667%; } }
@media (min-width: 768px) {
.col-md {
flex-basis: 0;
flex-grow: 1;
max-width: 100%; }
.col-md-auto {
flex: 0 0 auto;
width: auto;
max-width: 100%; }
.col-md-1 {
flex: 0 0 8.33333%;
max-width: 8.33333%; }
.col-md-2 {
flex: 0 0 16.66667%;
max-width: 16.66667%; }
.col-md-3 {
flex: 0 0 25%;
max-width: 25%; }
.col-md-4 {
flex: 0 0 33.33333%;
max-width: 33.33333%; }
.col-md-5 {
flex: 0 0 41.66667%;
max-width: 41.66667%; }
.col-md-6 {
flex: 0 0 50%;
max-width: 50%; }
.col-md-7 {
flex: 0 0 58.33333%;
max-width: 58.33333%; }
.col-md-8 {
flex: 0 0 66.66667%;
max-width: 66.66667%; }
.col-md-9 {
flex: 0 0 75%;
max-width: 75%; }
.col-md-10 {
flex: 0 0 83.33333%;
max-width: 83.33333%; }
.col-md-11 {
flex: 0 0 91.66667%;
max-width: 91.66667%; }
.col-md-12 {
flex: 0 0 100%;
max-width: 100%; }
.order-md-first {
order: -1; }
.order-md-last {
order: 13; }
.order-md-0 {
order: 0; }
.order-md-1 {
order: 1; }
.order-md-2 {
order: 2; }
.order-md-3 {
order: 3; }
.order-md-4 {
order: 4; }
.order-md-5 {
order: 5; }
.order-md-6 {
order: 6; }
.order-md-7 {
order: 7; }
.order-md-8 {
order: 8; }
.order-md-9 {
order: 9; }
.order-md-10 {
order: 10; }
.order-md-11 {
order: 11; }
.order-md-12 {
order: 12; }
.offset-md-0 {
margin-left: 0; }
.offset-md-1 {
margin-left: 8.33333%; }
.offset-md-2 {
margin-left: 16.66667%; }
.offset-md-3 {
margin-left: 25%; }
.offset-md-4 {
margin-left: 33.33333%; }
.offset-md-5 {
margin-left: 41.66667%; }
.offset-md-6 {
margin-left: 50%; }
.offset-md-7 {
margin-left: 58.33333%; }
.offset-md-8 {
margin-left: 66.66667%; }
.offset-md-9 {
margin-left: 75%; }
.offset-md-10 {
margin-left: 83.33333%; }
.offset-md-11 {
margin-left: 91.66667%; } }
@media (min-width: 992px) {
.col-lg {
flex-basis: 0;
flex-grow: 1;
max-width: 100%; }
.col-lg-auto {
flex: 0 0 auto;
width: auto;
max-width: 100%; }
.col-lg-1 {
flex: 0 0 8.33333%;
max-width: 8.33333%; }
.col-lg-2 {
flex: 0 0 16.66667%;
max-width: 16.66667%; }
.col-lg-3 {
flex: 0 0 25%;
max-width: 25%; }
.col-lg-4 {
flex: 0 0 33.33333%;
max-width: 33.33333%; }
.col-lg-5 {
flex: 0 0 41.66667%;
max-width: 41.66667%; }
.col-lg-6 {
flex: 0 0 50%;
max-width: 50%; }
.col-lg-7 {
flex: 0 0 58.33333%;
max-width: 58.33333%; }
.col-lg-8 {
flex: 0 0 66.66667%;
max-width: 66.66667%; }
.col-lg-9 {
flex: 0 0 75%;
max-width: 75%; }
.col-lg-10 {
flex: 0 0 83.33333%;
max-width: 83.33333%; }
.col-lg-11 {
flex: 0 0 91.66667%;
max-width: 91.66667%; }
.col-lg-12 {
flex: 0 0 100%;
max-width: 100%; }
.order-lg-first {
order: -1; }
.order-lg-last {
order: 13; }
.order-lg-0 {
order: 0; }
.order-lg-1 {
order: 1; }
.order-lg-2 {
order: 2; }
.order-lg-3 {
order: 3; }
.order-lg-4 {
order: 4; }
.order-lg-5 {
order: 5; }
.order-lg-6 {
order: 6; }
.order-lg-7 {
order: 7; }
.order-lg-8 {
order: 8; }
.order-lg-9 {
order: 9; }
.order-lg-10 {
order: 10; }
.order-lg-11 {
order: 11; }
.order-lg-12 {
order: 12; }
.offset-lg-0 {
margin-left: 0; }
.offset-lg-1 {
margin-left: 8.33333%; }
.offset-lg-2 {
margin-left: 16.66667%; }
.offset-lg-3 {
margin-left: 25%; }
.offset-lg-4 {
margin-left: 33.33333%; }
.offset-lg-5 {
margin-left: 41.66667%; }
.offset-lg-6 {
margin-left: 50%; }
.offset-lg-7 {
margin-left: 58.33333%; }
.offset-lg-8 {
margin-left: 66.66667%; }
.offset-lg-9 {
margin-left: 75%; }
.offset-lg-10 {
margin-left: 83.33333%; }
.offset-lg-11 {
margin-left: 91.66667%; } }
@media (min-width: 1200px) {
.col-xl {
flex-basis: 0;
flex-grow: 1;
max-width: 100%; }
.col-xl-auto {
flex: 0 0 auto;
width: auto;
max-width: 100%; }
.col-xl-1 {
flex: 0 0 8.33333%;
max-width: 8.33333%; }
.col-xl-2 {
flex: 0 0 16.66667%;
max-width: 16.66667%; }
.col-xl-3 {
flex: 0 0 25%;
max-width: 25%; }
.col-xl-4 {
flex: 0 0 33.33333%;
max-width: 33.33333%; }
.col-xl-5 {
flex: 0 0 41.66667%;
max-width: 41.66667%; }
.col-xl-6 {
flex: 0 0 50%;
max-width: 50%; }
.col-xl-7 {
flex: 0 0 58.33333%;
max-width: 58.33333%; }
.col-xl-8 {
flex: 0 0 66.66667%;
max-width: 66.66667%; }
.col-xl-9 {
flex: 0 0 75%;
max-width: 75%; }
.col-xl-10 {
flex: 0 0 83.33333%;
max-width: 83.33333%; }
.col-xl-11 {
flex: 0 0 91.66667%;
max-width: 91.66667%; }
.col-xl-12 {
flex: 0 0 100%;
max-width: 100%; }
.order-xl-first {
order: -1; }
.order-xl-last {
order: 13; }
.order-xl-0 {
order: 0; }
.order-xl-1 {
order: 1; }
.order-xl-2 {
order: 2; }
.order-xl-3 {
order: 3; }
.order-xl-4 {
order: 4; }
.order-xl-5 {
order: 5; }
.order-xl-6 {
order: 6; }
.order-xl-7 {
order: 7; }
.order-xl-8 {
order: 8; }
.order-xl-9 {
order: 9; }
.order-xl-10 {
order: 10; }
.order-xl-11 {
order: 11; }
.order-xl-12 {
order: 12; }
.offset-xl-0 {
margin-left: 0; }
.offset-xl-1 {
margin-left: 8.33333%; }
.offset-xl-2 {
margin-left: 16.66667%; }
.offset-xl-3 {
margin-left: 25%; }
.offset-xl-4 {
margin-left: 33.33333%; }
.offset-xl-5 {
margin-left: 41.66667%; }
.offset-xl-6 {
margin-left: 50%; }
.offset-xl-7 {
margin-left: 58.33333%; }
.offset-xl-8 {
margin-left: 66.66667%; }
.offset-xl-9 {
margin-left: 75%; }
.offset-xl-10 {
margin-left: 83.33333%; }
.offset-xl-11 {
margin-left: 91.66667%; } }
.table {
width: 100%;
margin-bottom: 1rem;
color: #404040; }
.table th,
.table td {
padding: 0.75rem;
vertical-align: top;
border-top: 1px solid #dee2e6; }
.table thead th {
vertical-align: bottom;
border-bottom: 2px solid #dee2e6; }
.table tbody + tbody {
border-top: 2px solid #dee2e6; }
.table-sm th,
.table-sm td {
padding: 0.3rem; }
.table-bordered {
border: 1px solid #dee2e6; }
.table-bordered th,
.table-bordered td {
border: 1px solid #dee2e6; }
.table-bordered thead th,
.table-bordered thead td {
border-bottom-width: 2px; }
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
border: 0; }
.table-striped tbody tr:nth-of-type(odd) {
background-color: rgba(40, 40, 40, 0.05); }
.table-hover tbody tr:hover {
color: #404040;
background-color: rgba(40, 40, 40, 0.075); }
.table-primary,
.table-primary > th,
.table-primary > td {
background-color: #c4dbc6; }
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
border-color: #92bb94; }
.table-hover .table-primary:hover {
background-color: #b4d1b7; }
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
background-color: #b4d1b7; }
.table-secondary,
.table-secondary > th,
.table-secondary > td {
background-color: #dbdbdb; }
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
border-color: #bdbdbd; }
.table-hover .table-secondary:hover {
background-color: #cecece; }
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
background-color: #cecece; }
.table-success,
.table-success > th,
.table-success > td {
background-color: #c4dbc6; }
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
border-color: #92bb94; }
.table-hover .table-success:hover {
background-color: #b4d1b7; }
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
background-color: #b4d1b7; }
.table-info,
.table-info > th,
.table-info > td {
background-color: #bdc4c9; }
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
border-color: #84919a; }
.table-hover .table-info:hover {
background-color: #afb7be; }
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
background-color: #afb7be; }
.table-warning,
.table-warning > th,
.table-warning > td {
background-color: #ffeeba; }
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
border-color: #ffdf7e; }
.table-hover .table-warning:hover {
background-color: #ffe8a1; }
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
background-color: #ffe8a1; }
.table-danger,
.table-danger > th,
.table-danger > td {
background-color: #efc3c3; }
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
border-color: #e18f8f; }
.table-hover .table-danger:hover {
background-color: #eaafaf; }
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
background-color: #eaafaf; }
.table-light,
.table-light > th,
.table-light > td {
background-color: #fdfdfd; }
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
border-color: #fcfcfc; }
.table-hover .table-light:hover {
background-color: #f0f0f0; }
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
background-color: #f0f0f0; }
.table-dark,
.table-dark > th,
.table-dark > td {
background-color: #c6c8ca; }
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
border-color: #95999c; }
.table-hover .table-dark:hover {
background-color: #b9bbbe; }
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
background-color: #b9bbbe; }
.table-active,
.table-active > th,
.table-active > td {
background-color: rgba(40, 40, 40, 0.075); }
.table-hover .table-active:hover {
background-color: rgba(27, 27, 27, 0.075); }
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
background-color: rgba(27, 27, 27, 0.075); }
.table .thead-dark th {
color: #fff;
background-color: #343a40;
border-color: #454d55; }
.table .thead-light th {
color: #495057;
background-color: #f1f1f1;
border-color: #dee2e6; }
.table-dark {
color: #fff;
background-color: #343a40; }
.table-dark th,
.table-dark td,
.table-dark thead th {
border-color: #454d55; }
.table-dark.table-bordered {
border: 0; }
.table-dark.table-striped tbody tr:nth-of-type(odd) {
background-color: rgba(255, 255, 255, 0.05); }
.table-dark.table-hover tbody tr:hover {
color: #fff;
background-color: rgba(255, 255, 255, 0.075); }
@media (max-width: 575.98px) {
.table-responsive-sm {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch; }
.table-responsive-sm > .table-bordered {
border: 0; } }
@media (max-width: 767.98px) {
.table-responsive-md {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch; }
.table-responsive-md > .table-bordered {
border: 0; } }
@media (max-width: 991.98px) {
.table-responsive-lg {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch; }
.table-responsive-lg > .table-bordered {
border: 0; } }
@media (max-width: 1199.98px) {
.table-responsive-xl {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch; }
.table-responsive-xl > .table-bordered {
border: 0; } }
.table-responsive {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch; }
.table-responsive > .table-bordered {
border: 0; }
.form-control {
display: block;
width: 100%;
height: calc(1.5em + 0.75rem + 2px);
padding: 0.375rem 0.75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #495057;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #2e7d32;
border-radius: 0;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
@media (prefers-reduced-motion: reduce) {
.form-control {
transition: none; } }
.form-control::-ms-expand {
background-color: transparent;
border: 0; }
.form-control:focus {
color: #495057;
background-color: #fff;
border-color: #64c669;
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(46, 125, 50, 0.25); }
.form-control::placeholder {
color: #808080;
opacity: 1; }
.form-control:disabled, .form-control[readonly] {
background-color: #f1f1f1;
opacity: 1; }
select.form-control:focus::-ms-value {
color: #495057;
background-color: #fff; }
.form-control-file,
.form-control-range {
display: block;
width: 100%; }
.col-form-label {
padding-top: calc(0.375rem + 1px);
padding-bottom: calc(0.375rem + 1px);
margin-bottom: 0;
font-size: inherit;
line-height: 1.5; }
.col-form-label-lg {
padding-top: calc(0.5rem + 1px);
padding-bottom: calc(0.5rem + 1px);
font-size: 1.375rem;
line-height: 1.5; }
@media (max-width: 1200px) {
.col-form-label-lg {
font-size: calc(1.2625rem + 0.15vw) ; } }
.col-form-label-sm {
padding-top: calc(0.25rem + 1px);
padding-bottom: calc(0.25rem + 1px);
font-size: 1.125rem;
line-height: 1.5; }
.form-control-plaintext {
display: block;
width: 100%;
padding-top: 0.375rem;
padding-bottom: 0.375rem;
margin-bottom: 0;
line-height: 1.5;
color: #404040;
background-color: transparent;
border: solid transparent;
border-width: 1px 0; }
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
padding-right: 0;
padding-left: 0; }
.form-control-sm {
height: calc(1.5em + 0.5rem + 2px);
padding: 0.25rem 0.5rem;
font-size: 1.125rem;
line-height: 1.5; }
.form-control-lg {
height: calc(1.5em + 1rem + 2px);
padding: 0.5rem 1rem;
font-size: 1.375rem;
line-height: 1.5; }
@media (max-width: 1200px) {
.form-control-lg {
font-size: calc(1.2625rem + 0.15vw) ; } }
select.form-control[size], select.form-control[multiple] {
height: auto; }
textarea.form-control {
height: auto; }
.form-group {
margin-bottom: 1rem; }
.form-text {
display: block;
margin-top: 0.25rem; }
.form-row {
display: flex;
flex-wrap: wrap;
margin-right: -5px;
margin-left: -5px; }
.form-row > .col,
.form-row > [class*="col-"] {
padding-right: 5px;
padding-left: 5px; }
.form-check {
position: relative;
display: block;
padding-left: 1.25rem; }
.form-check-input {
position: absolute;
margin-top: 0.3rem;
margin-left: -1.25rem; }
.form-check-input:disabled ~ .form-check-label {
color: #808080; }
.form-check-label {
margin-bottom: 0; }
.form-check-inline {
display: inline-flex;
align-items: center;
padding-left: 0;
margin-right: 0.75rem; }
.form-check-inline .form-check-input {
position: static;
margin-top: 0;
margin-right: 0.3125rem;
margin-left: 0; }
.valid-feedback {
display: none;
width: 100%;
margin-top: 0.25rem;
font-size: 80%;
color: #2e7d32; }
.valid-tooltip {
position: absolute;
top: 100%;
z-index: 5;
display: none;
max-width: 100%;
padding: 0.25rem 0.5rem;
margin-top: .1rem;
font-size: 0.875rem;
line-height: 1.5;
color: #fff;
background-color: rgba(46, 125, 50, 0.9); }
.was-validated .form-control:valid, .form-control.is-valid {
border-color: #2e7d32;
padding-right: calc(1.5em + 0.75rem);
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%232e7d32' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
background-repeat: no-repeat;
background-position: center right calc(0.375em + 0.1875rem);
background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
border-color: #2e7d32;
box-shadow: 0 0 0 0.2rem rgba(46, 125, 50, 0.25); }
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip {
display: block; }
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
padding-right: calc(1.5em + 0.75rem);
background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }
.was-validated .custom-select:valid, .custom-select.is-valid {
border-color: #2e7d32;
padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%232e7d32' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
border-color: #2e7d32;
box-shadow: 0 0 0 0.2rem rgba(46, 125, 50, 0.25); }
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
display: block; }
.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
display: block; }
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
color: #2e7d32; }
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
display: block; }
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
color: #2e7d32; }
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
border-color: #2e7d32; }
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
display: block; }
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
border-color: #3ca241;
background-color: #3ca241; }
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
box-shadow: 0 0 0 0.2rem rgba(46, 125, 50, 0.25); }
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
border-color: #2e7d32; }
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
border-color: #2e7d32; }
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
display: block; }
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
border-color: #2e7d32;
box-shadow: 0 0 0 0.2rem rgba(46, 125, 50, 0.25); }
.invalid-feedback {
display: none;
width: 100%;
margin-top: 0.25rem;
font-size: 80%;
color: #c62828; }
.invalid-tooltip {
position: absolute;
top: 100%;
z-index: 5;
display: none;
max-width: 100%;
padding: 0.25rem 0.5rem;
margin-top: .1rem;
font-size: 0.875rem;
line-height: 1.5;
color: #fff;
background-color: rgba(198, 40, 40, 0.9); }
.was-validated .form-control:invalid, .form-control.is-invalid {
border-color: #c62828;
padding-right: calc(1.5em + 0.75rem);
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23c62828' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23c62828' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
background-repeat: no-repeat;
background-position: center right calc(0.375em + 0.1875rem);
background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
border-color: #c62828;
box-shadow: 0 0 0 0.2rem rgba(198, 40, 40, 0.25); }
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip {
display: block; }
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
padding-right: calc(1.5em + 0.75rem);
background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }
.was-validated .custom-select:invalid, .custom-select.is-invalid {
border-color: #c62828;
padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23c62828' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23c62828' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
border-color: #c62828;
box-shadow: 0 0 0 0.2rem rgba(198, 40, 40, 0.25); }
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
display: block; }
.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
display: block; }
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
color: #c62828; }
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
display: block; }
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
color: #c62828; }
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
border-color: #c62828; }
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
display: block; }
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
border-color: #da4747;
background-color: #da4747; }
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
box-shadow: 0 0 0 0.2rem rgba(198, 40, 40, 0.25); }
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
border-color: #c62828; }
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
border-color: #c62828; }
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
display: block; }
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
border-color: #c62828;
box-shadow: 0 0 0 0.2rem rgba(198, 40, 40, 0.25); }
.form-inline {
display: flex;
flex-flow: row wrap;
align-items: center; }
.form-inline .form-check {
width: 100%; }
@media (min-width: 576px) {
.form-inline label {
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 0; }
.form-inline .form-group {
display: flex;
flex: 0 0 auto;
flex-flow: row wrap;
align-items: center;
margin-bottom: 0; }
.form-inline .form-control {
display: inline-block;
width: auto;
vertical-align: middle; }
.form-inline .form-control-plaintext {
display: inline-block; }
.form-inline .input-group,
.form-inline .custom-select {
width: auto; }
.form-inline .form-check {
display: flex;
align-items: center;
justify-content: center;
width: auto;
padding-left: 0; }
.form-inline .form-check-input {
position: relative;
flex-shrink: 0;
margin-top: 0;
margin-right: 0.25rem;
margin-left: 0; }
.form-inline .custom-control {
align-items: center;
justify-content: center; }
.form-inline .custom-control-label {
margin-bottom: 0; } }
.btn {
display: inline-block;
font-weight: 400;
color: #404040;
text-align: center;
vertical-align: middle;
user-select: none;
background-color: transparent;
border: 1px solid transparent;
padding: 0.375rem 0.75rem;
font-size: 1rem;
line-height: 1.5;
border-radius: 0;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
@media (prefers-reduced-motion: reduce) {
.btn {
transition: none; } }
.btn:hover {
color: #404040;
text-decoration: none; }
.btn:focus, .btn.focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(46, 125, 50, 0.25); }
.btn.disabled, .btn:disabled {
opacity: 0.65; }
a.btn.disabled,
fieldset:disabled a.btn {
pointer-events: none; }
.btn-primary {
color: #fff;
background-color: #2e7d32;
border-color: #2e7d32; }
.btn-primary:hover {
color: #fff;
background-color: #246127;
border-color: #205823; }
.btn-primary:focus, .btn-primary.focus {
box-shadow: 0 0 0 0.2rem rgba(77, 145, 81, 0.5); }
.btn-primary.disabled, .btn-primary:disabled {
color: #fff;
background-color: #2e7d32;
border-color: #2e7d32; }
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
color: #fff;
background-color: #205823;
border-color: #1d4e1f; }
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(77, 145, 81, 0.5); }
.btn-secondary {
color: #fff;
background-color: #808080;
border-color: #808080; }
.btn-secondary:hover {
color: #fff;
background-color: #6d6d6d;
border-color: #676767; }
.btn-secondary:focus, .btn-secondary.focus {
box-shadow: 0 0 0 0.2rem rgba(147, 147, 147, 0.5); }
.btn-secondary.disabled, .btn-secondary:disabled {
color: #fff;
background-color: #808080;
border-color: #808080; }
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
color: #fff;
background-color: #676767;
border-color: #606060; }
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(147, 147, 147, 0.5); }
.btn-success {
color: #fff;
background-color: #2e7d32;
border-color: #2e7d32; }
.btn-success:hover {
color: #fff;
background-color: #246127;
border-color: #205823; }
.btn-success:focus, .btn-success.focus {
box-shadow: 0 0 0 0.2rem rgba(77, 145, 81, 0.5); }
.btn-success.disabled, .btn-success:disabled {
color: #fff;
background-color: #2e7d32;
border-color: #2e7d32; }
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
color: #fff;
background-color: #205823;
border-color: #1d4e1f; }
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(77, 145, 81, 0.5); }
.btn-info {
color: #fff;
background-color: #132B3D;
border-color: #132B3D; }
.btn-info:hover {
color: #fff;
background-color: #0a1620;
border-color: #071016; }
.btn-info:focus, .btn-info.focus {
box-shadow: 0 0 0 0.2rem rgba(54, 75, 90, 0.5); }
.btn-info.disabled, .btn-info:disabled {
color: #fff;
background-color: #132B3D;
border-color: #132B3D; }
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
color: #fff;
background-color: #071016;
border-color: #04090c; }
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(54, 75, 90, 0.5); }
.btn-warning {
color: #404040;
background-color: #ffc107;
border-color: #ffc107; }
.btn-warning:hover {
color: #404040;
background-color: #e0a800;
border-color: #d39e00; }
.btn-warning:focus, .btn-warning.focus {
box-shadow: 0 0 0 0.2rem rgba(226, 174, 16, 0.5); }
.btn-warning.disabled, .btn-warning:disabled {
color: #404040;
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: #404040;
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 {
box-shadow: 0 0 0 0.2rem rgba(226, 174, 16, 0.5); }
.btn-danger {
color: #fff;
background-color: #c62828;
border-color: #c62828; }
.btn-danger:hover {
color: #fff;
background-color: #a62222;
border-color: #9c1f1f; }
.btn-danger:focus, .btn-danger.focus {
box-shadow: 0 0 0 0.2rem rgba(207, 72, 72, 0.5); }
.btn-danger.disabled, .btn-danger:disabled {
color: #fff;
background-color: #c62828;
border-color: #c62828; }
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
color: #fff;
background-color: #9c1f1f;
border-color: #911d1d; }
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(207, 72, 72, 0.5); }
.btn-light {
color: #404040;
background-color: #f9f9f9;
border-color: #f9f9f9; }
.btn-light:hover {
color: #404040;
background-color: #e6e6e6;
border-color: #e0e0e0; }
.btn-light:focus, .btn-light.focus {
box-shadow: 0 0 0 0.2rem rgba(221, 221, 221, 0.5); }
.btn-light.disabled, .btn-light:disabled {
color: #404040;
background-color: #f9f9f9;
border-color: #f9f9f9; }
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
color: #404040;
background-color: #e0e0e0;
border-color: #d9d9d9; }
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(221, 221, 221, 0.5); }
.btn-dark {
color: #fff;
background-color: #343a40;
border-color: #343a40; }
.btn-dark:hover {
color: #fff;
background-color: #23272b;
border-color: #1d2124; }
.btn-dark:focus, .btn-dark.focus {
box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 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 {
box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }
.btn-outline-primary {
color: #2e7d32;
border-color: #2e7d32; }
.btn-outline-primary:hover {
color: #fff;
background-color: #2e7d32;
border-color: #2e7d32; }
.btn-outline-primary:focus, .btn-outline-primary.focus {
box-shadow: 0 0 0 0.2rem rgba(46, 125, 50, 0.5); }
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
color: #2e7d32;
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: #2e7d32;
border-color: #2e7d32; }
.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 {
box-shadow: 0 0 0 0.2rem rgba(46, 125, 50, 0.5); }
.btn-outline-secondary {
color: #808080;
border-color: #808080; }
.btn-outline-secondary:hover {
color: #fff;
background-color: #808080;
border-color: #808080; }
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
box-shadow: 0 0 0 0.2rem rgba(128, 128, 128, 0.5); }
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
color: #808080;
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: #808080;
border-color: #808080; }
.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 {
box-shadow: 0 0 0 0.2rem rgba(128, 128, 128, 0.5); }
.btn-outline-success {
color: #2e7d32;
border-color: #2e7d32; }
.btn-outline-success:hover {
color: #fff;
background-color: #2e7d32;
border-color: #2e7d32; }
.btn-outline-success:focus, .btn-outline-success.focus {
box-shadow: 0 0 0 0.2rem rgba(46, 125, 50, 0.5); }
.btn-outline-success.disabled, .btn-outline-success:disabled {
color: #2e7d32;
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: #2e7d32;
border-color: #2e7d32; }
.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 {
box-shadow: 0 0 0 0.2rem rgba(46, 125, 50, 0.5); }
.btn-outline-info {
color: #132B3D;
border-color: #132B3D; }
.btn-outline-info:hover {
color: #fff;
background-color: #132B3D;
border-color: #132B3D; }
.btn-outline-info:focus, .btn-outline-info.focus {
box-shadow: 0 0 0 0.2rem rgba(19, 43, 61, 0.5); }
.btn-outline-info.disabled, .btn-outline-info:disabled {
color: #132B3D;
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: #132B3D;
border-color: #132B3D; }
.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 {
box-shadow: 0 0 0 0.2rem rgba(19, 43, 61, 0.5); }
.btn-outline-warning {
color: #ffc107;
border-color: #ffc107; }
.btn-outline-warning:hover {
color: #404040;
background-color: #ffc107;
border-color: #ffc107; }
.btn-outline-warning:focus, .btn-outline-warning.focus {
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: #404040;
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 {
box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
.btn-outline-danger {
color: #c62828;
border-color: #c62828; }
.btn-outline-danger:hover {
color: #fff;
background-color: #c62828;
border-color: #c62828; }
.btn-outline-danger:focus, .btn-outline-danger.focus {
box-shadow: 0 0 0 0.2rem rgba(198, 40, 40, 0.5); }
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
color: #c62828;
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: #c62828;
border-color: #c62828; }
.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 {
box-shadow: 0 0 0 0.2rem rgba(198, 40, 40, 0.5); }
.btn-outline-light {
color: #f9f9f9;
border-color: #f9f9f9; }
.btn-outline-light:hover {
color: #404040;
background-color: #f9f9f9;
border-color: #f9f9f9; }
.btn-outline-light:focus, .btn-outline-light.focus {
box-shadow: 0 0 0 0.2rem rgba(249, 249, 249, 0.5); }
.btn-outline-light.disabled, .btn-outline-light:disabled {
color: #f9f9f9;
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: #404040;
background-color: #f9f9f9;
border-color: #f9f9f9; }
.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 {
box-shadow: 0 0 0 0.2rem rgba(249, 249, 249, 0.5); }
.btn-outline-dark {
color: #343a40;
border-color: #343a40; }
.btn-outline-dark:hover {
color: #fff;
background-color: #343a40;
border-color: #343a40; }
.btn-outline-dark:focus, .btn-outline-dark.focus {
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 {
box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
.btn-link {
font-weight: 400;
color: #ef6c00;
text-decoration: none; }
.btn-link:hover {
color: #212121;
text-decoration: underline; }
.btn-link:focus, .btn-link.focus {
text-decoration: underline;
box-shadow: none; }
.btn-link:disabled, .btn-link.disabled {
color: #808080;
pointer-events: none; }
.btn-lg, .btn-group-lg > .btn {
padding: 0.5rem 1rem;
font-size: 1.375rem;
line-height: 1.5;
border-radius: 0; }
@media (max-width: 1200px) {
.btn-lg, .btn-group-lg > .btn {
font-size: calc(1.2625rem + 0.15vw) ; } }
.btn-sm, .btn-group-sm > .btn {
padding: 0.25rem 0.5rem;
font-size: 1.125rem;
line-height: 1.5;
border-radius: 0; }
.btn-block {
display: block;
width: 100%; }
.btn-block + .btn-block {
margin-top: 0.5rem; }
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
width: 100%; }
.fade {
transition: opacity 0.15s linear; }
@media (prefers-reduced-motion: reduce) {
.fade {
transition: none; } }
.fade:not(.show) {
opacity: 0; }
.collapse:not(.show) {
display: none; }
.collapsing {
position: relative;
height: 0;
overflow: hidden;
transition: height 0.35s ease; }
@media (prefers-reduced-motion: reduce) {
.collapsing {
transition: none; } }
.dropup,
.dropright,
.dropdown,
.dropleft {
position: relative; }
.dropdown-toggle {
white-space: nowrap; }
.dropdown-toggle::after {
display: inline-block;
margin-left: 0.255em;
vertical-align: 0.255em;
content: "";
border-top: 0.3em solid;
border-right: 0.3em solid transparent;
border-bottom: 0;
border-left: 0.3em solid transparent; }
.dropdown-toggle:empty::after {
margin-left: 0; }
.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 10rem;
padding: 0.5rem 0;
margin: 0.125rem 0 0;
font-size: 1rem;
color: #404040;
text-align: left;
list-style: none;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(40, 40, 40, 0.15); }
.dropdown-menu-left {
right: auto;
left: 0; }
.dropdown-menu-right {
right: 0;
left: auto; }
@media (min-width: 576px) {
.dropdown-menu-sm-left {
right: auto;
left: 0; }
.dropdown-menu-sm-right {
right: 0;
left: auto; } }
@media (min-width: 768px) {
.dropdown-menu-md-left {
right: auto;
left: 0; }
.dropdown-menu-md-right {
right: 0;
left: auto; } }
@media (min-width: 992px) {
.dropdown-menu-lg-left {
right: auto;
left: 0; }
.dropdown-menu-lg-right {
right: 0;
left: auto; } }
@media (min-width: 1200px) {
.dropdown-menu-xl-left {
right: auto;
left: 0; }
.dropdown-menu-xl-right {
right: 0;
left: auto; } }
.dropup .dropdown-menu {
top: auto;
bottom: 100%;
margin-top: 0;
margin-bottom: 0.125rem; }
.dropup .dropdown-toggle::after {
display: inline-block;
margin-left: 0.255em;
vertical-align: 0.255em;
content: "";
border-top: 0;
border-right: 0.3em solid transparent;
border-bottom: 0.3em solid;
border-left: 0.3em solid transparent; }
.dropup .dropdown-toggle:empty::after {
margin-left: 0; }
.dropright .dropdown-menu {
top: 0;
right: auto;
left: 100%;
margin-top: 0;
margin-left: 0.125rem; }
.dropright .dropdown-toggle::after {
display: inline-block;
margin-left: 0.255em;
vertical-align: 0.255em;
content: "";
border-top: 0.3em solid transparent;
border-right: 0;
border-bottom: 0.3em solid transparent;
border-left: 0.3em solid; }
.dropright .dropdown-toggle:empty::after {
margin-left: 0; }
.dropright .dropdown-toggle::after {
vertical-align: 0; }
.dropleft .dropdown-menu {
top: 0;
right: 100%;
left: auto;
margin-top: 0;
margin-right: 0.125rem; }
.dropleft .dropdown-toggle::after {
display: inline-block;
margin-left: 0.255em;
vertical-align: 0.255em;
content: ""; }
.dropleft .dropdown-toggle::after {
display: none; }
.dropleft .dropdown-toggle::before {
display: inline-block;
margin-right: 0.255em;
vertical-align: 0.255em;
content: "";
border-top: 0.3em solid transparent;
border-right: 0.3em solid;
border-bottom: 0.3em solid transparent; }
.dropleft .dropdown-toggle:empty::after {
margin-left: 0; }
.dropleft .dropdown-toggle::before {
vertical-align: 0; }
.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
right: auto;
bottom: auto; }
.dropdown-divider {
height: 0;
margin: 0.5rem 0;
overflow: hidden;
border-top: 1px solid #f1f1f1; }
.dropdown-item {
display: block;
width: 100%;
padding: 0.25rem 1.5rem;
clear: both;
font-weight: 400;
color: #404040;
text-align: inherit;
white-space: nowrap;
background-color: transparent;
border: 0; }
.dropdown-item:hover, .dropdown-item:focus {
color: #333333;
text-decoration: none;
background-color: #f9f9f9; }
.dropdown-item.active, .dropdown-item:active {
color: #fff;
text-decoration: none;
background-color: #2e7d32; }
.dropdown-item.disabled, .dropdown-item:disabled {
color: #808080;
pointer-events: none;
background-color: transparent; }
.dropdown-menu.show {
display: block; }
.dropdown-header {
display: block;
padding: 0.5rem 1.5rem;
margin-bottom: 0;
font-size: 0.875rem;
color: #808080;
white-space: nowrap; }
.dropdown-item-text {
display: block;
padding: 0.25rem 1.5rem;
color: #404040; }
.btn-group,
.btn-group-vertical {
position: relative;
display: inline-flex;
vertical-align: middle; }
.btn-group > .btn,
.btn-group-vertical > .btn {
position: relative;
flex: 1 1 auto; }
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
z-index: 1; }
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
z-index: 1; }
.btn-toolbar {
display: flex;
flex-wrap: wrap;
justify-content: flex-start; }
.btn-toolbar .input-group {
width: auto; }
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
margin-left: -1px; }
.dropdown-toggle-split {
padding-right: 0.5625rem;
padding-left: 0.5625rem; }
.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
margin-left: 0; }
.dropleft .dropdown-toggle-split::before {
margin-right: 0; }
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
padding-right: 0.375rem;
padding-left: 0.375rem; }
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
padding-right: 0.75rem;
padding-left: 0.75rem; }
.btn-group-vertical {
flex-direction: column;
align-items: flex-start;
justify-content: center; }
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
width: 100%; }
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
margin-top: -1px; }
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
margin-bottom: 0; }
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
position: absolute;
clip: rect(0, 0, 0, 0);
pointer-events: none; }
.input-group {
position: relative;
display: flex;
flex-wrap: wrap;
align-items: stretch;
width: 100%; }
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
position: relative;
flex: 1 1 auto;
width: 1%;
margin-bottom: 0; }
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
margin-left: -1px; }
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
z-index: 3; }
.input-group > .custom-file .custom-file-input:focus {
z-index: 4; }
.input-group > .custom-file {
display: flex;
align-items: center; }
.input-group-prepend,
.input-group-append {
display: flex; }
.input-group-prepend .btn,
.input-group-append .btn {
position: relative;
z-index: 2; }
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
z-index: 3; }
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
margin-left: -1px; }
.input-group-prepend {
margin-right: -1px; }
.input-group-append {
margin-left: -1px; }
.input-group-text {
display: flex;
align-items: center;
padding: 0.375rem 0.75rem;
margin-bottom: 0;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #495057;
text-align: center;
white-space: nowrap;
background-color: #f1f1f1;
border: 1px solid #2e7d32; }
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
margin-top: 0; }
.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
height: calc(1.5em + 1rem + 2px); }
.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
padding: 0.5rem 1rem;
font-size: 1.375rem;
line-height: 1.5; }
@media (max-width: 1200px) {
.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
font-size: calc(1.2625rem + 0.15vw) ; } }
.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
height: calc(1.5em + 0.5rem + 2px); }
.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
padding: 0.25rem 0.5rem;
font-size: 1.125rem;
line-height: 1.5; }
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
padding-right: 1.75rem; }
.custom-control {
position: relative;
display: block;
min-height: 1.5rem;
padding-left: 1.5rem; }
.custom-control-inline {
display: inline-flex;
margin-right: 1rem; }
.custom-control-input {
position: absolute;
z-index: -1;
opacity: 0; }
.custom-control-input:checked ~ .custom-control-label::before {
color: #fff;
border-color: #2e7d32;
background-color: #2e7d32; }
.custom-control-input:focus ~ .custom-control-label::before {
box-shadow: 0 0 0 0.2rem rgba(46, 125, 50, 0.25); }
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
border-color: #64c669; }
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
color: #fff;
background-color: #8ad48d;
border-color: #8ad48d; }
.custom-control-input:disabled ~ .custom-control-label {
color: #808080; }
.custom-control-input:disabled ~ .custom-control-label::before {
background-color: #f1f1f1; }
.custom-control-label {
position: relative;
margin-bottom: 0;
vertical-align: top; }
.custom-control-label::before {
position: absolute;
top: 0.25rem;
left: -1.5rem;
display: block;
width: 1rem;
height: 1rem;
pointer-events: none;
content: "";
background-color: #fff;
border: #adb5bd solid 1px; }
.custom-control-label::after {
position: absolute;
top: 0.25rem;
left: -1.5rem;
display: block;
width: 1rem;
height: 1rem;
content: "";
background: no-repeat 50% / 50% 50%; }
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e"); }
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
border-color: #2e7d32;
background-color: #2e7d32; }
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
background-color: rgba(46, 125, 50, 0.5); }
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
background-color: rgba(46, 125, 50, 0.5); }
.custom-radio .custom-control-label::before {
border-radius: 50%; }
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
background-color: rgba(46, 125, 50, 0.5); }
.custom-switch {
padding-left: 2.25rem; }
.custom-switch .custom-control-label::before {
left: -2.25rem;
width: 1.75rem;
pointer-events: all;
border-radius: 0.5rem; }
.custom-switch .custom-control-label::after {
top: calc(0.25rem + 2px);
left: calc(-2.25rem + 2px);
width: calc(1rem - 4px);
height: calc(1rem - 4px);
background-color: #adb5bd;
border-radius: 0.5rem;
transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
@media (prefers-reduced-motion: reduce) {
.custom-switch .custom-control-label::after {
transition: none; } }
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
background-color: #fff;
transform: translateX(0.75rem); }
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
background-color: rgba(46, 125, 50, 0.5); }
.custom-select {
display: inline-block;
width: 100%;
height: calc(1.5em + 0.75rem + 2px);
padding: 0.375rem 1.75rem 0.375rem 0.75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #495057;
vertical-align: middle;
background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
background-color: #fff;
border: 1px solid #2e7d32;
border-radius: 0;
appearance: none; }
.custom-select:focus {
border-color: #64c669;
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(46, 125, 50, 0.25); }
.custom-select:focus::-ms-value {
color: #495057;
background-color: #fff; }
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
height: auto;
padding-right: 0.75rem;
background-image: none; }
.custom-select:disabled {
color: #808080;
background-color: #f1f1f1; }
.custom-select::-ms-expand {
display: none; }
.custom-select-sm {
height: calc(1.5em + 0.5rem + 2px);
padding-top: 0.25rem;
padding-bottom: 0.25rem;
padding-left: 0.5rem;
font-size: 1.125rem; }
.custom-select-lg {
height: calc(1.5em + 1rem + 2px);
padding-top: 0.5rem;
padding-bottom: 0.5rem;
padding-left: 1rem;
font-size: 1.375rem; }
@media (max-width: 1200px) {
.custom-select-lg {
font-size: calc(1.2625rem + 0.15vw) ; } }
.custom-file {
position: relative;
display: inline-block;
width: 100%;
height: calc(1.5em + 0.75rem + 2px);
margin-bottom: 0; }
.custom-file-input {
position: relative;
z-index: 2;
width: 100%;
height: calc(1.5em + 0.75rem + 2px);
margin: 0;
opacity: 0; }
.custom-file-input:focus ~ .custom-file-label {
border-color: #64c669;
box-shadow: 0 0 0 0.2rem rgba(46, 125, 50, 0.25); }
.custom-file-input:disabled ~ .custom-file-label {
background-color: #f1f1f1; }
.custom-file-input:lang(en) ~ .custom-file-label::after {
content: "Browse"; }
.custom-file-input ~ .custom-file-label[data-browse]::after {
content: attr(data-browse); }
.custom-file-label {
position: absolute;
top: 0;
right: 0;
left: 0;
z-index: 1;
height: calc(1.5em + 0.75rem + 2px);
padding: 0.375rem 0.75rem;
font-weight: 400;
line-height: 1.5;
color: #495057;
background-color: #fff;
border: 1px solid #2e7d32; }
.custom-file-label::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
z-index: 3;
display: block;
height: calc(1.5em + 0.75rem);
padding: 0.375rem 0.75rem;
line-height: 1.5;
color: #495057;
content: "Browse";
background-color: #f1f1f1;
border-left: inherit; }
.custom-range {
width: 100%;
height: calc(1rem + 0.4rem);
padding: 0;
background-color: transparent;
appearance: none; }
.custom-range:focus {
outline: none; }
.custom-range:focus::-webkit-slider-thumb {
box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(46, 125, 50, 0.25); }
.custom-range:focus::-moz-range-thumb {
box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(46, 125, 50, 0.25); }
.custom-range:focus::-ms-thumb {
box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(46, 125, 50, 0.25); }
.custom-range::-moz-focus-outer {
border: 0; }
.custom-range::-webkit-slider-thumb {
width: 1rem;
height: 1rem;
margin-top: -0.25rem;
background-color: #2e7d32;
border: 0;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
appearance: none; }
@media (prefers-reduced-motion: reduce) {
.custom-range::-webkit-slider-thumb {
transition: none; } }
.custom-range::-webkit-slider-thumb:active {
background-color: #8ad48d; }
.custom-range::-webkit-slider-runnable-track {
width: 100%;
height: 0.5rem;
color: transparent;
cursor: pointer;
background-color: #dee2e6;
border-color: transparent; }
.custom-range::-moz-range-thumb {
width: 1rem;
height: 1rem;
background-color: #2e7d32;
border: 0;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
appearance: none; }
@media (prefers-reduced-motion: reduce) {
.custom-range::-moz-range-thumb {
transition: none; } }
.custom-range::-moz-range-thumb:active {
background-color: #8ad48d; }
.custom-range::-moz-range-track {
width: 100%;
height: 0.5rem;
color: transparent;
cursor: pointer;
background-color: #dee2e6;
border-color: transparent; }
.custom-range::-ms-thumb {
width: 1rem;
height: 1rem;
margin-top: 0;
margin-right: 0.2rem;
margin-left: 0.2rem;
background-color: #2e7d32;
border: 0;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
appearance: none; }
@media (prefers-reduced-motion: reduce) {
.custom-range::-ms-thumb {
transition: none; } }
.custom-range::-ms-thumb:active {
background-color: #8ad48d; }
.custom-range::-ms-track {
width: 100%;
height: 0.5rem;
color: transparent;
cursor: pointer;
background-color: transparent;
border-color: transparent;
border-width: 0.5rem; }
.custom-range::-ms-fill-lower {
background-color: #dee2e6; }
.custom-range::-ms-fill-upper {
margin-right: 15px;
background-color: #dee2e6; }
.custom-range:disabled::-webkit-slider-thumb {
background-color: #adb5bd; }
.custom-range:disabled::-webkit-slider-runnable-track {
cursor: default; }
.custom-range:disabled::-moz-range-thumb {
background-color: #adb5bd; }
.custom-range:disabled::-moz-range-track {
cursor: default; }
.custom-range:disabled::-ms-thumb {
background-color: #adb5bd; }
.custom-control-label::before,
.custom-file-label,
.custom-select {
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
@media (prefers-reduced-motion: reduce) {
.custom-control-label::before,
.custom-file-label,
.custom-select {
transition: none; } }
.nav {
display: flex;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none; }
.nav-link {
display: block;
padding: 0.5rem 1rem; }
.nav-link:hover, .nav-link:focus {
text-decoration: none; }
.nav-link.disabled {
color: #808080;
pointer-events: none;
cursor: default; }
.nav-tabs {
border-bottom: 1px solid #dee2e6; }
.nav-tabs .nav-item {
margin-bottom: -1px; }
.nav-tabs .nav-link {
border: 1px solid transparent; }
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
border-color: #f1f1f1 #f1f1f1 #dee2e6; }
.nav-tabs .nav-link.disabled {
color: #808080;
background-color: transparent;
border-color: transparent; }
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
color: #495057;
background-color: #fff;
border-color: #dee2e6 #dee2e6 #fff; }
.nav-tabs .dropdown-menu {
margin-top: -1px; }
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
color: #fff;
background-color: #2e7d32; }
.nav-fill .nav-item {
flex: 1 1 auto;
text-align: center; }
.nav-justified .nav-item {
flex-basis: 0;
flex-grow: 1;
text-align: center; }
.tab-content > .tab-pane {
display: none; }
.tab-content > .active {
display: block; }
.navbar {
position: relative;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
padding: 0.16667rem 1rem; }
.navbar > .container,
.navbar > .container-fluid {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between; }
.navbar-brand {
display: inline-block;
padding-top: 0.3125rem;
padding-bottom: 0.3125rem;
margin-right: 1rem;
font-size: 1.25rem;
line-height: inherit;
white-space: nowrap; }
.navbar-brand:hover, .navbar-brand:focus {
text-decoration: none; }
.navbar-nav {
display: flex;
flex-direction: column;
padding-left: 0;
margin-bottom: 0;
list-style: none; }
.navbar-nav .nav-link {
padding-right: 0;
padding-left: 0; }
.navbar-nav .dropdown-menu {
position: static;
float: none; }
.navbar-text {
display: inline-block;
padding-top: 0.5rem;
padding-bottom: 0.5rem; }
.navbar-collapse {
flex-basis: 100%;
flex-grow: 1;
align-items: center; }
.navbar-toggler {
padding: 0.25rem 0.75rem;
font-size: 1.25rem;
line-height: 1;
background-color: transparent;
border: 1px solid transparent; }
.navbar-toggler:hover, .navbar-toggler:focus {
text-decoration: none; }
.navbar-toggler-icon {
display: inline-block;
width: 1.5em;
height: 1.5em;
vertical-align: middle;
content: "";
background: no-repeat center center;
background-size: 100% 100%; }
@media (max-width: 575.98px) {
.navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
padding-right: 0;
padding-left: 0; } }
@media (min-width: 576px) {
.navbar-expand-sm {
flex-flow: row nowrap;
justify-content: flex-start; }
.navbar-expand-sm .navbar-nav {
flex-direction: row; }
.navbar-expand-sm .navbar-nav .dropdown-menu {
position: absolute; }
.navbar-expand-sm .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem; }
.navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
flex-wrap: nowrap; }
.navbar-expand-sm .navbar-collapse {
display: flex !important;
flex-basis: auto; }
.navbar-expand-sm .navbar-toggler {
display: none; } }
@media (max-width: 767.98px) {
.navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
padding-right: 0;
padding-left: 0; } }
@media (min-width: 768px) {
.navbar-expand-md {
flex-flow: row nowrap;
justify-content: flex-start; }
.navbar-expand-md .navbar-nav {
flex-direction: row; }
.navbar-expand-md .navbar-nav .dropdown-menu {
position: absolute; }
.navbar-expand-md .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem; }
.navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
flex-wrap: nowrap; }
.navbar-expand-md .navbar-collapse {
display: flex !important;
flex-basis: auto; }
.navbar-expand-md .navbar-toggler {
display: none; } }
@media (max-width: 991.98px) {
.navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
padding-right: 0;
padding-left: 0; } }
@media (min-width: 992px) {
.navbar-expand-lg {
flex-flow: row nowrap;
justify-content: flex-start; }
.navbar-expand-lg .navbar-nav {
flex-direction: row; }
.navbar-expand-lg .navbar-nav .dropdown-menu {
position: absolute; }
.navbar-expand-lg .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem; }
.navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
flex-wrap: nowrap; }
.navbar-expand-lg .navbar-collapse {
display: flex !important;
flex-basis: auto; }
.navbar-expand-lg .navbar-toggler {
display: none; } }
@media (max-width: 1199.98px) {
.navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
padding-right: 0;
padding-left: 0; } }
@media (min-width: 1200px) {
.navbar-expand-xl {
flex-flow: row nowrap;
justify-content: flex-start; }
.navbar-expand-xl .navbar-nav {
flex-direction: row; }
.navbar-expand-xl .navbar-nav .dropdown-menu {
position: absolute; }
.navbar-expand-xl .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem; }
.navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
flex-wrap: nowrap; }
.navbar-expand-xl .navbar-collapse {
display: flex !important;
flex-basis: auto; }
.navbar-expand-xl .navbar-toggler {
display: none; } }
.navbar-expand {
flex-flow: row nowrap;
justify-content: flex-start; }
.navbar-expand > .container,
.navbar-expand > .container-fluid {
padding-right: 0;
padding-left: 0; }
.navbar-expand .navbar-nav {
flex-direction: row; }
.navbar-expand .navbar-nav .dropdown-menu {
position: absolute; }
.navbar-expand .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem; }
.navbar-expand > .container,
.navbar-expand > .container-fluid {
flex-wrap: nowrap; }
.navbar-expand .navbar-collapse {
display: flex !important;
flex-basis: auto; }
.navbar-expand .navbar-toggler {
display: none; }
.navbar-light .navbar-brand {
color: rgba(40, 40, 40, 0.9); }
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
color: rgba(40, 40, 40, 0.9); }
.navbar-light .navbar-nav .nav-link {
color: rgba(40, 40, 40, 0.5); }
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
color: rgba(40, 40, 40, 0.7); }
.navbar-light .navbar-nav .nav-link.disabled {
color: rgba(40, 40, 40, 0.3); }
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
color: rgba(40, 40, 40, 0.9); }
.navbar-light .navbar-toggler {
color: rgba(40, 40, 40, 0.5);
border-color: rgba(40, 40, 40, 0.1); }
.navbar-light .navbar-toggler-icon {
background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(40, 40, 40, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }
.navbar-light .navbar-text {
color: rgba(40, 40, 40, 0.5); }
.navbar-light .navbar-text a {
color: rgba(40, 40, 40, 0.9); }
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
color: rgba(40, 40, 40, 0.9); }
.navbar-dark .navbar-brand {
color: #fff; }
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
color: #fff; }
.navbar-dark .navbar-nav .nav-link {
color: rgba(255, 255, 255, 0.5); }
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
color: rgba(255, 255, 255, 0.75); }
.navbar-dark .navbar-nav .nav-link.disabled {
color: rgba(255, 255, 255, 0.25); }
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
color: #fff; }
.navbar-dark .navbar-toggler {
color: rgba(255, 255, 255, 0.5);
border-color: rgba(255, 255, 255, 0.1); }
.navbar-dark .navbar-toggler-icon {
background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }
.navbar-dark .navbar-text {
color: rgba(255, 255, 255, 0.5); }
.navbar-dark .navbar-text a {
color: #fff; }
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
color: #fff; }
.card {
position: relative;
display: flex;
flex-direction: column;
min-width: 0;
word-wrap: break-word;
background-color: #fff;
background-clip: border-box;
border: 1px solid rgba(40, 40, 40, 0.125); }
.card > hr {
margin-right: 0;
margin-left: 0; }
.card-body {
flex: 1 1 auto;
padding: 1.25rem; }
.card-title {
margin-bottom: 0.75rem; }
.card-subtitle {
margin-top: -0.375rem;
margin-bottom: 0; }
.card-text:last-child {
margin-bottom: 0; }
.card-link:hover {
text-decoration: none; }
.card-link + .card-link {
margin-left: 1.25rem; }
.card-header {
padding: 0.75rem 1.25rem;
margin-bottom: 0;
background-color: rgba(40, 40, 40, 0.03);
border-bottom: 1px solid rgba(40, 40, 40, 0.125); }
.card-header + .list-group .list-group-item:first-child {
border-top: 0; }
.card-footer {
padding: 0.75rem 1.25rem;
background-color: rgba(40, 40, 40, 0.03);
border-top: 1px solid rgba(40, 40, 40, 0.125); }
.card-header-tabs {
margin-right: -0.625rem;
margin-bottom: -0.75rem;
margin-left: -0.625rem;
border-bottom: 0; }
.card-header-pills {
margin-right: -0.625rem;
margin-left: -0.625rem; }
.card-img-overlay {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
padding: 1.25rem; }
.card-img {
width: 100%; }
.card-img-top {
width: 100%; }
.card-img-bottom {
width: 100%; }
.card-deck {
display: flex;
flex-direction: column; }
.card-deck .card {
margin-bottom: 15px; }
@media (min-width: 576px) {
.card-deck {
flex-flow: row wrap;
margin-right: -15px;
margin-left: -15px; }
.card-deck .card {
display: flex;
flex: 1 0 0%;
flex-direction: column;
margin-right: 15px;
margin-bottom: 0;
margin-left: 15px; } }
.card-group {
display: flex;
flex-direction: column; }
.card-group > .card {
margin-bottom: 15px; }
@media (min-width: 576px) {
.card-group {
flex-flow: row wrap; }
.card-group > .card {
flex: 1 0 0%;
margin-bottom: 0; }
.card-group > .card + .card {
margin-left: 0;
border-left: 0; } }
.card-columns .card {
margin-bottom: 0.75rem; }
@media (min-width: 576px) {
.card-columns {
column-count: 3;
column-gap: 1.25rem;
orphans: 1;
widows: 1; }
.card-columns .card {
display: inline-block;
width: 100%; } }
.accordion > .card {
overflow: hidden; }
.accordion > .card:not(:first-of-type):not(:last-of-type) {
border-bottom: 0; }
.accordion > .card:first-of-type {
border-bottom: 0; }
.accordion > .card .card-header {
margin-bottom: -1px; }
.breadcrumb {
display: flex;
flex-wrap: wrap;
padding: 0.75rem 1rem;
margin-bottom: 1rem;
list-style: none;
background-color: #f1f1f1; }
.breadcrumb-item + .breadcrumb-item {
padding-left: 0.5rem; }
.breadcrumb-item + .breadcrumb-item::before {
display: inline-block;
padding-right: 0.5rem;
color: #808080;
content: "/"; }
.breadcrumb-item + .breadcrumb-item:hover::before {
text-decoration: underline; }
.breadcrumb-item + .breadcrumb-item:hover::before {
text-decoration: none; }
.breadcrumb-item.active {
color: #808080; }
.pagination {
display: flex;
padding-left: 0;
list-style: none; }
.page-link {
position: relative;
display: block;
padding: 0.5rem 0.75rem;
margin-left: -1px;
line-height: 1.25;
color: #2e7d32;
background-color: #fff;
border: 1px solid #dee2e6; }
.page-link:hover {
z-index: 2;
color: #212121;
text-decoration: none;
background-color: #f1f1f1;
border-color: #dee2e6; }
.page-link:focus {
z-index: 2;
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(46, 125, 50, 0.25); }
.page-item:first-child .page-link {
margin-left: 0; }
.page-item.active .page-link {
z-index: 1;
color: #fff;
background-color: #2e7d32;
border-color: #2e7d32; }
.page-item.disabled .page-link {
color: #808080;
pointer-events: none;
cursor: auto;
background-color: #fff;
border-color: #dee2e6; }
.pagination-lg .page-link {
padding: 0.75rem 1.5rem;
font-size: 1.25rem;
line-height: 1.5; }
.pagination-sm .page-link {
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
line-height: 1.5; }
.badge {
display: inline-block;
padding: 0.25em 0.4em;
font-size: 75%;
font-weight: 700;
line-height: 1;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
@media (prefers-reduced-motion: reduce) {
.badge {
transition: none; } }
a.badge:hover, a.badge:focus {
text-decoration: none; }
.badge:empty {
display: none; }
.btn .badge {
position: relative;
top: -1px; }
.badge-pill {
padding-right: 0.6em;
padding-left: 0.6em; }
.badge-primary {
color: #fff;
background-color: #2e7d32; }
a.badge-primary:hover, a.badge-primary:focus {
color: #fff;
background-color: #205823; }
a.badge-primary:focus, a.badge-primary.focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(46, 125, 50, 0.5); }
.badge-secondary {
color: #fff;
background-color: #808080; }
a.badge-secondary:hover, a.badge-secondary:focus {
color: #fff;
background-color: #676767; }
a.badge-secondary:focus, a.badge-secondary.focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(128, 128, 128, 0.5); }
.badge-success {
color: #fff;
background-color: #2e7d32; }
a.badge-success:hover, a.badge-success:focus {
color: #fff;
background-color: #205823; }
a.badge-success:focus, a.badge-success.focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(46, 125, 50, 0.5); }
.badge-info {
color: #fff;
background-color: #132B3D; }
a.badge-info:hover, a.badge-info:focus {
color: #fff;
background-color: #071016; }
a.badge-info:focus, a.badge-info.focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(19, 43, 61, 0.5); }
.badge-warning {
color: #404040;
background-color: #ffc107; }
a.badge-warning:hover, a.badge-warning:focus {
color: #404040;
background-color: #d39e00; }
a.badge-warning:focus, a.badge-warning.focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
.badge-danger {
color: #fff;
background-color: #c62828; }
a.badge-danger:hover, a.badge-danger:focus {
color: #fff;
background-color: #9c1f1f; }
a.badge-danger:focus, a.badge-danger.focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(198, 40, 40, 0.5); }
.badge-light {
color: #404040;
background-color: #f9f9f9; }
a.badge-light:hover, a.badge-light:focus {
color: #404040;
background-color: #e0e0e0; }
a.badge-light:focus, a.badge-light.focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(249, 249, 249, 0.5); }
.badge-dark {
color: #fff;
background-color: #343a40; }
a.badge-dark:hover, a.badge-dark:focus {
color: #fff;
background-color: #1d2124; }
a.badge-dark:focus, a.badge-dark.focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
.jumbotron {
padding: 2rem 1rem;
margin-bottom: 2rem;
background-color: #f1f1f1; }
@media (min-width: 576px) {
.jumbotron {
padding: 4rem 2rem; } }
.jumbotron-fluid {
padding-right: 0;
padding-left: 0; }
.alert {
position: relative;
padding: 0.75rem 1.25rem;
margin-bottom: 1rem;
border: 1px solid transparent; }
.alert-heading {
color: inherit; }
.alert-link {
font-weight: 700; }
.alert-dismissible {
padding-right: 4rem; }
.alert-dismissible .close {
position: absolute;
top: 0;
right: 0;
padding: 0.75rem 1.25rem;
color: inherit; }
.alert-primary {
color: #2b542d;
background-color: #d5e5d6;
border-color: #c4dbc6; }
.alert-primary hr {
border-top-color: #b4d1b7; }
.alert-primary .alert-link {
color: #1a321b; }
.alert-secondary {
color: #565656;
background-color: #e6e6e6;
border-color: #dbdbdb; }
.alert-secondary hr {
border-top-color: #cecece; }
.alert-secondary .alert-link {
color: #3d3d3d; }
.alert-success {
color: #2b542d;
background-color: #d5e5d6;
border-color: #c4dbc6; }
.alert-success hr {
border-top-color: #b4d1b7; }
.alert-success .alert-link {
color: #1a321b; }
.alert-info {
color: #1d2a33;
background-color: #d0d5d8;
border-color: #bdc4c9; }
.alert-info hr {
border-top-color: #afb7be; }
.alert-info .alert-link {
color: #0b0f12; }
.alert-warning {
color: #987817;
background-color: #fff3cd;
border-color: #ffeeba; }
.alert-warning hr {
border-top-color: #ffe8a1; }
.alert-warning .alert-link {
color: #6c5510; }
.alert-danger {
color: #7a2828;
background-color: #f4d4d4;
border-color: #efc3c3; }
.alert-danger hr {
border-top-color: #eaafaf; }
.alert-danger .alert-link {
color: #541b1b; }
.alert-light {
color: #959595;
background-color: #fefefe;
border-color: #fdfdfd; }
.alert-light hr {
border-top-color: #f0f0f0; }
.alert-light .alert-link {
color: #7c7c7c; }
.alert-dark {
color: #2e3134;
background-color: #d6d8d9;
border-color: #c6c8ca; }
.alert-dark hr {
border-top-color: #b9bbbe; }
.alert-dark .alert-link {
color: #161819; }
@keyframes progress-bar-stripes {
from {
background-position: 1rem 0; }
to {
background-position: 0 0; } }
.progress {
display: flex;
height: 1rem;
overflow: hidden;
font-size: 0.75rem;
background-color: #f1f1f1; }
.progress-bar {
display: flex;
flex-direction: column;
justify-content: center;
color: #fff;
text-align: center;
white-space: nowrap;
background-color: #2e7d32;
transition: width 0.6s ease; }
@media (prefers-reduced-motion: reduce) {
.progress-bar {
transition: none; } }
.progress-bar-striped {
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-size: 1rem 1rem; }
.progress-bar-animated {
animation: progress-bar-stripes 1s linear infinite; }
@media (prefers-reduced-motion: reduce) {
.progress-bar-animated {
animation: none; } }
.media {
display: flex;
align-items: flex-start; }
.media-body {
flex: 1; }
.list-group {
display: flex;
flex-direction: column;
padding-left: 0;
margin-bottom: 0; }
.list-group-item-action {
width: 100%;
color: #495057;
text-align: inherit; }
.list-group-item-action:hover, .list-group-item-action:focus {
z-index: 1;
color: #495057;
text-decoration: none;
background-color: #f9f9f9; }
.list-group-item-action:active {
color: #404040;
background-color: #f1f1f1; }
.list-group-item {
position: relative;
display: block;
padding: 0.75rem 1.25rem;
margin-bottom: -1px;
background-color: #fff;
border: 1px solid rgba(40, 40, 40, 0.125); }
.list-group-item:last-child {
margin-bottom: 0; }
.list-group-item.disabled, .list-group-item:disabled {
color: #808080;
pointer-events: none;
background-color: #fff; }
.list-group-item.active {
z-index: 2;
color: #fff;
background-color: #2e7d32;
border-color: #2e7d32; }
.list-group-horizontal {
flex-direction: row; }
.list-group-horizontal .list-group-item {
margin-right: -1px;
margin-bottom: 0; }
.list-group-horizontal .list-group-item:last-child {
margin-right: 0; }
@media (min-width: 576px) {
.list-group-horizontal-sm {
flex-direction: row; }
.list-group-horizontal-sm .list-group-item {
margin-right: -1px;
margin-bottom: 0; }
.list-group-horizontal-sm .list-group-item:last-child {
margin-right: 0; } }
@media (min-width: 768px) {
.list-group-horizontal-md {
flex-direction: row; }
.list-group-horizontal-md .list-group-item {
margin-right: -1px;
margin-bottom: 0; }
.list-group-horizontal-md .list-group-item:last-child {
margin-right: 0; } }
@media (min-width: 992px) {
.list-group-horizontal-lg {
flex-direction: row; }
.list-group-horizontal-lg .list-group-item {
margin-right: -1px;
margin-bottom: 0; }
.list-group-horizontal-lg .list-group-item:last-child {
margin-right: 0; } }
@media (min-width: 1200px) {
.list-group-horizontal-xl {
flex-direction: row; }
.list-group-horizontal-xl .list-group-item {
margin-right: -1px;
margin-bottom: 0; }
.list-group-horizontal-xl .list-group-item:last-child {
margin-right: 0; } }
.list-group-flush .list-group-item {
border-right: 0;
border-left: 0; }
.list-group-flush .list-group-item:last-child {
margin-bottom: -1px; }
.list-group-flush:first-child .list-group-item:first-child {
border-top: 0; }
.list-group-flush:last-child .list-group-item:last-child {
margin-bottom: 0;
border-bottom: 0; }
.list-group-item-primary {
color: #2b542d;
background-color: #c4dbc6; }
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
color: #2b542d;
background-color: #b4d1b7; }
.list-group-item-primary.list-group-item-action.active {
color: #fff;
background-color: #2b542d;
border-color: #2b542d; }
.list-group-item-secondary {
color: #565656;
background-color: #dbdbdb; }
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
color: #565656;
background-color: #cecece; }
.list-group-item-secondary.list-group-item-action.active {
color: #fff;
background-color: #565656;
border-color: #565656; }
.list-group-item-success {
color: #2b542d;
background-color: #c4dbc6; }
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
color: #2b542d;
background-color: #b4d1b7; }
.list-group-item-success.list-group-item-action.active {
color: #fff;
background-color: #2b542d;
border-color: #2b542d; }
.list-group-item-info {
color: #1d2a33;
background-color: #bdc4c9; }
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
color: #1d2a33;
background-color: #afb7be; }
.list-group-item-info.list-group-item-action.active {
color: #fff;
background-color: #1d2a33;
border-color: #1d2a33; }
.list-group-item-warning {
color: #987817;
background-color: #ffeeba; }
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
color: #987817;
background-color: #ffe8a1; }
.list-group-item-warning.list-group-item-action.active {
color: #fff;
background-color: #987817;
border-color: #987817; }
.list-group-item-danger {
color: #7a2828;
background-color: #efc3c3; }
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
color: #7a2828;
background-color: #eaafaf; }
.list-group-item-danger.list-group-item-action.active {
color: #fff;
background-color: #7a2828;
border-color: #7a2828; }
.list-group-item-light {
color: #959595;
background-color: #fdfdfd; }
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
color: #959595;
background-color: #f0f0f0; }
.list-group-item-light.list-group-item-action.active {
color: #fff;
background-color: #959595;
border-color: #959595; }
.list-group-item-dark {
color: #2e3134;
background-color: #c6c8ca; }
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
color: #2e3134;
background-color: #b9bbbe; }
.list-group-item-dark.list-group-item-action.active {
color: #fff;
background-color: #2e3134;
border-color: #2e3134; }
.close {
float: right;
font-size: 1.5rem;
font-weight: 700;
line-height: 1;
color: #282828;
text-shadow: 0 1px 0 #fff;
opacity: .5; }
@media (max-width: 1200px) {
.close {
font-size: calc(1.275rem + 0.3vw) ; } }
.close:hover {
color: #282828;
text-decoration: none; }
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
opacity: .75; }
button.close {
padding: 0;
background-color: transparent;
border: 0;
appearance: none; }
a.close.disabled {
pointer-events: none; }
.toast {
max-width: 350px;
overflow: hidden;
font-size: 0.875rem;
background-color: rgba(255, 255, 255, 0.85);
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.1);
box-shadow: 0 0.25rem 0.75rem rgba(40, 40, 40, 0.1);
backdrop-filter: blur(10px);
opacity: 0; }
.toast:not(:last-child) {
margin-bottom: 0.75rem; }
.toast.showing {
opacity: 1; }
.toast.show {
display: block;
opacity: 1; }
.toast.hide {
display: none; }
.toast-header {
display: flex;
align-items: center;
padding: 0.25rem 0.75rem;
color: #808080;
background-color: rgba(255, 255, 255, 0.85);
background-clip: padding-box;
border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
.toast-body {
padding: 0.75rem; }
.modal-open {
overflow: hidden; }
.modal-open .modal {
overflow-x: hidden;
overflow-y: auto; }
.modal {
position: fixed;
top: 0;
left: 0;
z-index: 1050;
display: none;
width: 100%;
height: 100%;
overflow: hidden;
outline: 0; }
.modal-dialog {
position: relative;
width: auto;
margin: 0.5rem;
pointer-events: none; }
.modal.fade .modal-dialog {
transition: transform 0.3s ease-out;
transform: translate(0, -50px); }
@media (prefers-reduced-motion: reduce) {
.modal.fade .modal-dialog {
transition: none; } }
.modal.show .modal-dialog {
transform: none; }
.modal-dialog-scrollable {
display: flex;
max-height: calc(100% - 1rem); }
.modal-dialog-scrollable .modal-content {
max-height: calc(100vh - 1rem);
overflow: hidden; }
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
flex-shrink: 0; }
.modal-dialog-scrollable .modal-body {
overflow-y: auto; }
.modal-dialog-centered {
display: flex;
align-items: center;
min-height: calc(100% - 1rem); }
.modal-dialog-centered::before {
display: block;
height: calc(100vh - 1rem);
content: ""; }
.modal-dialog-centered.modal-dialog-scrollable {
flex-direction: column;
justify-content: center;
height: 100%; }
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
max-height: none; }
.modal-dialog-centered.modal-dialog-scrollable::before {
content: none; }
.modal-content {
position: relative;
display: flex;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(40, 40, 40, 0.2);
outline: 0; }
.modal-backdrop {
position: fixed;
top: 0;
left: 0;
z-index: 1040;
width: 100vw;
height: 100vh;
background-color: #282828; }
.modal-backdrop.fade {
opacity: 0; }
.modal-backdrop.show {
opacity: 0.5; }
.modal-header {
display: flex;
align-items: flex-start;
justify-content: space-between;
padding: 1rem 1rem;
border-bottom: 1px solid #dee2e6; }
.modal-header .close {
padding: 1rem 1rem;
margin: -1rem -1rem -1rem auto; }
.modal-title {
margin-bottom: 0;
line-height: 1.5; }
.modal-body {
position: relative;
flex: 1 1 auto;
padding: 1rem; }
.modal-footer {
display: flex;
align-items: center;
justify-content: flex-end;
padding: 1rem;
border-top: 1px solid #dee2e6; }
.modal-footer > :not(:first-child) {
margin-left: .25rem; }
.modal-footer > :not(:last-child) {
margin-right: .25rem; }
.modal-scrollbar-measure {
position: absolute;
top: -9999px;
width: 50px;
height: 50px;
overflow: scroll; }
@media (min-width: 576px) {
.modal-dialog {
max-width: 500px;
margin: 1.75rem auto; }
.modal-dialog-scrollable {
max-height: calc(100% - 3.5rem); }
.modal-dialog-scrollable .modal-content {
max-height: calc(100vh - 3.5rem); }
.modal-dialog-centered {
min-height: calc(100% - 3.5rem); }
.modal-dialog-centered::before {
height: calc(100vh - 3.5rem); }
.modal-sm {
max-width: 300px; } }
@media (min-width: 992px) {
.modal-lg,
.modal-xl {
max-width: 800px; } }
@media (min-width: 1200px) {
.modal-xl {
max-width: 1140px; } }
.tooltip {
position: absolute;
z-index: 1070;
display: block;
margin: 0;
font-family: Open Sans;
font-style: normal;
font-weight: 400;
line-height: 1.5;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
letter-spacing: normal;
word-break: normal;
word-spacing: normal;
white-space: normal;
line-break: auto;
font-size: 0.875rem;
word-wrap: break-word;
opacity: 0; }
.tooltip.show {
opacity: 0.9; }
.tooltip .arrow {
position: absolute;
display: block;
width: 0.8rem;
height: 0.4rem; }
.tooltip .arrow::before {
position: absolute;
content: "";
border-color: transparent;
border-style: solid; }
.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
padding: 0.4rem 0; }
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
bottom: 0; }
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
top: 0;
border-width: 0.4rem 0.4rem 0;
border-top-color: #282828; }
.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
padding: 0 0.4rem; }
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
left: 0;
width: 0.4rem;
height: 0.8rem; }
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
right: 0;
border-width: 0.4rem 0.4rem 0.4rem 0;
border-right-color: #282828; }
.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
padding: 0.4rem 0; }
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
top: 0; }
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
bottom: 0;
border-width: 0 0.4rem 0.4rem;
border-bottom-color: #282828; }
.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
padding: 0 0.4rem; }
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
right: 0;
width: 0.4rem;
height: 0.8rem; }
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
left: 0;
border-width: 0.4rem 0 0.4rem 0.4rem;
border-left-color: #282828; }
.tooltip-inner {
max-width: 200px;
padding: 0.25rem 0.5rem;
color: #fff;
text-align: center;
background-color: #282828; }
.popover {
position: absolute;
top: 0;
left: 0;
z-index: 1060;
display: block;
max-width: 276px;
font-family: Open Sans;
font-style: normal;
font-weight: 400;
line-height: 1.5;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
letter-spacing: normal;
word-break: normal;
word-spacing: normal;
white-space: normal;
line-break: auto;
font-size: 0.875rem;
word-wrap: break-word;
background-color: #808080;
background-clip: padding-box;
border: 1px solid rgba(40, 40, 40, 0.2); }
.popover .arrow {
position: absolute;
display: block;
width: 1rem;
height: 0.5rem;
margin: 0 0; }
.popover .arrow::before, .popover .arrow::after {
position: absolute;
display: block;
content: "";
border-color: transparent;
border-style: solid; }
.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
margin-bottom: 0.5rem; }
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
bottom: calc((0.5rem + 1px) * -1); }
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
bottom: 0;
border-width: 0.5rem 0.5rem 0;
border-top-color: rgba(40, 40, 40, 0.25); }
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
bottom: 1px;
border-width: 0.5rem 0.5rem 0;
border-top-color: #808080; }
.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
margin-left: 0.5rem; }
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
left: calc((0.5rem + 1px) * -1);
width: 0.5rem;
height: 1rem;
margin: 0 0; }
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
left: 0;
border-width: 0.5rem 0.5rem 0.5rem 0;
border-right-color: rgba(40, 40, 40, 0.25); }
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
left: 1px;
border-width: 0.5rem 0.5rem 0.5rem 0;
border-right-color: #808080; }
.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
margin-top: 0.5rem; }
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
top: calc((0.5rem + 1px) * -1); }
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
top: 0;
border-width: 0 0.5rem 0.5rem 0.5rem;
border-bottom-color: rgba(40, 40, 40, 0.25); }
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
top: 1px;
border-width: 0 0.5rem 0.5rem 0.5rem;
border-bottom-color: #808080; }
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
position: absolute;
top: 0;
left: 50%;
display: block;
width: 1rem;
margin-left: -0.5rem;
content: "";
border-bottom: 1px solid #787878; }
.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
margin-right: 0.5rem; }
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
right: calc((0.5rem + 1px) * -1);
width: 0.5rem;
height: 1rem;
margin: 0 0; }
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
right: 0;
border-width: 0.5rem 0 0.5rem 0.5rem;
border-left-color: rgba(40, 40, 40, 0.25); }
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
right: 1px;
border-width: 0.5rem 0 0.5rem 0.5rem;
border-left-color: #808080; }
.popover-header {
padding: 0.5rem 0.75rem;
margin-bottom: 0;
font-size: 1rem;
background-color: #787878;
border-bottom: 1px solid #6c6c6c; }
.popover-header:empty {
display: none; }
.popover-body {
padding: 0.5rem 0.75rem;
color: #fff; }
.carousel {
position: relative; }
.carousel.pointer-event {
touch-action: pan-y; }
.carousel-inner {
position: relative;
width: 100%;
overflow: hidden; }
.carousel-inner::after {
display: block;
clear: both;
content: ""; }
.carousel-item {
position: relative;
display: none;
float: left;
width: 100%;
margin-right: -100%;
backface-visibility: hidden;
transition: transform 0.6s ease-in-out; }
@media (prefers-reduced-motion: reduce) {
.carousel-item {
transition: none; } }
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
display: block; }
.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
transform: translateX(100%); }
.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
transform: translateX(-100%); }
.carousel-fade .carousel-item {
opacity: 0;
transition-property: opacity;
transform: none; }
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
z-index: 1;
opacity: 1; }
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
z-index: 0;
opacity: 0;
transition: 0s 0.6s opacity; }
@media (prefers-reduced-motion: reduce) {
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
transition: none; } }
.carousel-control-prev,
.carousel-control-next {
position: absolute;
top: 0;
bottom: 0;
z-index: 1;
display: flex;
align-items: center;
justify-content: center;
width: 15%;
color: #fff;
text-align: center;
opacity: 0.5;
transition: opacity 0.15s ease; }
@media (prefers-reduced-motion: reduce) {
.carousel-control-prev,
.carousel-control-next {
transition: none; } }
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
color: #fff;
text-decoration: none;
outline: 0;
opacity: 0.9; }
.carousel-control-prev {
left: 0; }
.carousel-control-next {
right: 0; }
.carousel-control-prev-icon,
.carousel-control-next-icon {
display: inline-block;
width: 20px;
height: 20px;
background: no-repeat 50% / 100% 100%; }
.carousel-control-prev-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e"); }
.carousel-control-next-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e"); }
.carousel-indicators {
position: absolute;
right: 0;
bottom: 0;
left: 0;
z-index: 15;
display: flex;
justify-content: center;
padding-left: 0;
margin-right: 15%;
margin-left: 15%;
list-style: none; }
.carousel-indicators li {
box-sizing: content-box;
flex: 0 1 auto;
width: 30px;
height: 3px;
margin-right: 3px;
margin-left: 3px;
text-indent: -999px;
cursor: pointer;
background-color: #fff;
background-clip: padding-box;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
opacity: .5;
transition: opacity 0.6s ease; }
@media (prefers-reduced-motion: reduce) {
.carousel-indicators li {
transition: none; } }
.carousel-indicators .active {
opacity: 1; }
.carousel-caption {
position: absolute;
right: 15%;
bottom: 20px;
left: 15%;
z-index: 10;
padding-top: 20px;
padding-bottom: 20px;
color: #fff;
text-align: center; }
@keyframes spinner-border {
to {
transform: rotate(360deg); } }
.spinner-border {
display: inline-block;
width: 2rem;
height: 2rem;
vertical-align: text-bottom;
border: 0.25em solid currentColor;
border-right-color: transparent;
border-radius: 50%;
animation: spinner-border .75s linear infinite; }
.spinner-border-sm {
width: 1rem;
height: 1rem;
border-width: 0.2em; }
@keyframes spinner-grow {
0% {
transform: scale(0); }
50% {
opacity: 1; } }
.spinner-grow {
display: inline-block;
width: 2rem;
height: 2rem;
vertical-align: text-bottom;
background-color: currentColor;
border-radius: 50%;
opacity: 0;
animation: spinner-grow .75s linear infinite; }
.spinner-grow-sm {
width: 1rem;
height: 1rem; }
.align-baseline {
vertical-align: baseline !important; }
.align-top {
vertical-align: top !important; }
.align-middle {
vertical-align: middle !important; }
.align-bottom {
vertical-align: bottom !important; }
.align-text-bottom {
vertical-align: text-bottom !important; }
.align-text-top {
vertical-align: text-top !important; }
.bg-primary {
background-color: #2e7d32 !important; }
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
background-color: #205823 !important; }
.bg-secondary {
background-color: #808080 !important; }
a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
background-color: #676767 !important; }
.bg-success {
background-color: #2e7d32 !important; }
a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
background-color: #205823 !important; }
.bg-info {
background-color: #132B3D !important; }
a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
background-color: #071016 !important; }
.bg-warning {
background-color: #ffc107 !important; }
a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
background-color: #d39e00 !important; }
.bg-danger {
background-color: #c62828 !important; }
a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
background-color: #9c1f1f !important; }
.bg-light {
background-color: #f9f9f9 !important; }
a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
background-color: #e0e0e0 !important; }
.bg-dark {
background-color: #343a40 !important; }
a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
background-color: #1d2124 !important; }
.bg-white {
background-color: #fff !important; }
.bg-transparent {
background-color: transparent !important; }
.border {
border: 1px solid #dee2e6 !important; }
.border-top {
border-top: 1px solid #dee2e6 !important; }
.border-right {
border-right: 1px solid #dee2e6 !important; }
.border-bottom {
border-bottom: 1px solid #dee2e6 !important; }
.border-left {
border-left: 1px solid #dee2e6 !important; }
.border-0 {
border: 0 !important; }
.border-top-0 {
border-top: 0 !important; }
.border-right-0 {
border-right: 0 !important; }
.border-bottom-0 {
border-bottom: 0 !important; }
.border-left-0 {
border-left: 0 !important; }
.border-primary {
border-color: #2e7d32 !important; }
.border-secondary {
border-color: #808080 !important; }
.border-success {
border-color: #2e7d32 !important; }
.border-info {
border-color: #132B3D !important; }
.border-warning {
border-color: #ffc107 !important; }
.border-danger {
border-color: #c62828 !important; }
.border-light {
border-color: #f9f9f9 !important; }
.border-dark {
border-color: #343a40 !important; }
.border-white {
border-color: #fff !important; }
.rounded-sm {
border-radius: 0 !important; }
.rounded {
border-radius: 0 !important; }
.rounded-top {
border-top-left-radius: 0 !important;
border-top-right-radius: 0 !important; }
.rounded-right {
border-top-right-radius: 0 !important;
border-bottom-right-radius: 0 !important; }
.rounded-bottom {
border-bottom-right-radius: 0 !important;
border-bottom-left-radius: 0 !important; }
.rounded-left {
border-top-left-radius: 0 !important;
border-bottom-left-radius: 0 !important; }
.rounded-lg {
border-radius: 0 !important; }
.rounded-circle {
border-radius: 50% !important; }
.rounded-pill {
border-radius: 50rem !important; }
.rounded-0 {
border-radius: 0 !important; }
.clearfix::after {
display: block;
clear: both;
content: ""; }
.d-none {
display: none !important; }
.d-inline {
display: inline !important; }
.d-inline-block {
display: inline-block !important; }
.d-block {
display: block !important; }
.d-table {
display: table !important; }
.d-table-row {
display: table-row !important; }
.d-table-cell {
display: table-cell !important; }
.d-flex {
display: flex !important; }
.d-inline-flex {
display: inline-flex !important; }
@media (min-width: 576px) {
.d-sm-none {
display: none !important; }
.d-sm-inline {
display: inline !important; }
.d-sm-inline-block {
display: inline-block !important; }
.d-sm-block {
display: block !important; }
.d-sm-table {
display: table !important; }
.d-sm-table-row {
display: table-row !important; }
.d-sm-table-cell {
display: table-cell !important; }
.d-sm-flex {
display: flex !important; }
.d-sm-inline-flex {
display: inline-flex !important; } }
@media (min-width: 768px) {
.d-md-none {
display: none !important; }
.d-md-inline {
display: inline !important; }
.d-md-inline-block {
display: inline-block !important; }
.d-md-block {
display: block !important; }
.d-md-table {
display: table !important; }
.d-md-table-row {
display: table-row !important; }
.d-md-table-cell {
display: table-cell !important; }
.d-md-flex {
display: flex !important; }
.d-md-inline-flex {
display: inline-flex !important; } }
@media (min-width: 992px) {
.d-lg-none {
display: none !important; }
.d-lg-inline {
display: inline !important; }
.d-lg-inline-block {
display: inline-block !important; }
.d-lg-block {
display: block !important; }
.d-lg-table {
display: table !important; }
.d-lg-table-row {
display: table-row !important; }
.d-lg-table-cell {
display: table-cell !important; }
.d-lg-flex {
display: flex !important; }
.d-lg-inline-flex {
display: inline-flex !important; } }
@media (min-width: 1200px) {
.d-xl-none {
display: none !important; }
.d-xl-inline {
display: inline !important; }
.d-xl-inline-block {
display: inline-block !important; }
.d-xl-block {
display: block !important; }
.d-xl-table {
display: table !important; }
.d-xl-table-row {
display: table-row !important; }
.d-xl-table-cell {
display: table-cell !important; }
.d-xl-flex {
display: flex !important; }
.d-xl-inline-flex {
display: inline-flex !important; } }
@media print {
.d-print-none {
display: none !important; }
.d-print-inline {
display: inline !important; }
.d-print-inline-block {
display: inline-block !important; }
.d-print-block {
display: block !important; }
.d-print-table {
display: table !important; }
.d-print-table-row {
display: table-row !important; }
.d-print-table-cell {
display: table-cell !important; }
.d-print-flex {
display: flex !important; }
.d-print-inline-flex {
display: inline-flex !important; } }
.embed-responsive {
position: relative;
display: block;
width: 100%;
padding: 0;
overflow: hidden; }
.embed-responsive::before {
display: block;
content: ""; }
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
border: 0; }
.embed-responsive-21by9::before {
padding-top: 42.85714%; }
.embed-responsive-16by9::before {
padding-top: 56.25%; }
.embed-responsive-4by3::before {
padding-top: 75%; }
.embed-responsive-1by1::before {
padding-top: 100%; }
.flex-row {
flex-direction: row !important; }
.flex-column {
flex-direction: column !important; }
.flex-row-reverse {
flex-direction: row-reverse !important; }
.flex-column-reverse {
flex-direction: column-reverse !important; }
.flex-wrap {
flex-wrap: wrap !important; }
.flex-nowrap {
flex-wrap: nowrap !important; }
.flex-wrap-reverse {
flex-wrap: wrap-reverse !important; }
.flex-fill {
flex: 1 1 auto !important; }
.flex-grow-0 {
flex-grow: 0 !important; }
.flex-grow-1 {
flex-grow: 1 !important; }
.flex-shrink-0 {
flex-shrink: 0 !important; }
.flex-shrink-1 {
flex-shrink: 1 !important; }
.justify-content-start {
justify-content: flex-start !important; }
.justify-content-end {
justify-content: flex-end !important; }
.justify-content-center {
justify-content: center !important; }
.justify-content-between {
justify-content: space-between !important; }
.justify-content-around {
justify-content: space-around !important; }
.align-items-start {
align-items: flex-start !important; }
.align-items-end {
align-items: flex-end !important; }
.align-items-center {
align-items: center !important; }
.align-items-baseline {
align-items: baseline !important; }
.align-items-stretch {
align-items: stretch !important; }
.align-content-start {
align-content: flex-start !important; }
.align-content-end {
align-content: flex-end !important; }
.align-content-center {
align-content: center !important; }
.align-content-between {
align-content: space-between !important; }
.align-content-around {
align-content: space-around !important; }
.align-content-stretch {
align-content: stretch !important; }
.align-self-auto {
align-self: auto !important; }
.align-self-start {
align-self: flex-start !important; }
.align-self-end {
align-self: flex-end !important; }
.align-self-center {
align-self: center !important; }
.align-self-baseline {
align-self: baseline !important; }
.align-self-stretch {
align-self: stretch !important; }
@media (min-width: 576px) {
.flex-sm-row {
flex-direction: row !important; }
.flex-sm-column {
flex-direction: column !important; }
.flex-sm-row-reverse {
flex-direction: row-reverse !important; }
.flex-sm-column-reverse {
flex-direction: column-reverse !important; }
.flex-sm-wrap {
flex-wrap: wrap !important; }
.flex-sm-nowrap {
flex-wrap: nowrap !important; }
.flex-sm-wrap-reverse {
flex-wrap: wrap-reverse !important; }
.flex-sm-fill {
flex: 1 1 auto !important; }
.flex-sm-grow-0 {
flex-grow: 0 !important; }
.flex-sm-grow-1 {
flex-grow: 1 !important; }
.flex-sm-shrink-0 {
flex-shrink: 0 !important; }
.flex-sm-shrink-1 {
flex-shrink: 1 !important; }
.justify-content-sm-start {
justify-content: flex-start !important; }
.justify-content-sm-end {
justify-content: flex-end !important; }
.justify-content-sm-center {
justify-content: center !important; }
.justify-content-sm-between {
justify-content: space-between !important; }
.justify-content-sm-around {
justify-content: space-around !important; }
.align-items-sm-start {
align-items: flex-start !important; }
.align-items-sm-end {
align-items: flex-end !important; }
.align-items-sm-center {
align-items: center !important; }
.align-items-sm-baseline {
align-items: baseline !important; }
.align-items-sm-stretch {
align-items: stretch !important; }
.align-content-sm-start {
align-content: flex-start !important; }
.align-content-sm-end {
align-content: flex-end !important; }
.align-content-sm-center {
align-content: center !important; }
.align-content-sm-between {
align-content: space-between !important; }
.align-content-sm-around {
align-content: space-around !important; }
.align-content-sm-stretch {
align-content: stretch !important; }
.align-self-sm-auto {
align-self: auto !important; }
.align-self-sm-start {
align-self: flex-start !important; }
.align-self-sm-end {
align-self: flex-end !important; }
.align-self-sm-center {
align-self: center !important; }
.align-self-sm-baseline {
align-self: baseline !important; }
.align-self-sm-stretch {
align-self: stretch !important; } }
@media (min-width: 768px) {
.flex-md-row {
flex-direction: row !important; }
.flex-md-column {
flex-direction: column !important; }
.flex-md-row-reverse {
flex-direction: row-reverse !important; }
.flex-md-column-reverse {
flex-direction: column-reverse !important; }
.flex-md-wrap {
flex-wrap: wrap !important; }
.flex-md-nowrap {
flex-wrap: nowrap !important; }
.flex-md-wrap-reverse {
flex-wrap: wrap-reverse !important; }
.flex-md-fill {
flex: 1 1 auto !important; }
.flex-md-grow-0 {
flex-grow: 0 !important; }
.flex-md-grow-1 {
flex-grow: 1 !important; }
.flex-md-shrink-0 {
flex-shrink: 0 !important; }
.flex-md-shrink-1 {
flex-shrink: 1 !important; }
.justify-content-md-start {
justify-content: flex-start !important; }
.justify-content-md-end {
justify-content: flex-end !important; }
.justify-content-md-center {
justify-content: center !important; }
.justify-content-md-between {
justify-content: space-between !important; }
.justify-content-md-around {
justify-content: space-around !important; }
.align-items-md-start {
align-items: flex-start !important; }
.align-items-md-end {
align-items: flex-end !important; }
.align-items-md-center {
align-items: center !important; }
.align-items-md-baseline {
align-items: baseline !important; }
.align-items-md-stretch {
align-items: stretch !important; }
.align-content-md-start {
align-content: flex-start !important; }
.align-content-md-end {
align-content: flex-end !important; }
.align-content-md-center {
align-content: center !important; }
.align-content-md-between {
align-content: space-between !important; }
.align-content-md-around {
align-content: space-around !important; }
.align-content-md-stretch {
align-content: stretch !important; }
.align-self-md-auto {
align-self: auto !important; }
.align-self-md-start {
align-self: flex-start !important; }
.align-self-md-end {
align-self: flex-end !important; }
.align-self-md-center {
align-self: center !important; }
.align-self-md-baseline {
align-self: baseline !important; }
.align-self-md-stretch {
align-self: stretch !important; } }
@media (min-width: 992px) {
.flex-lg-row {
flex-direction: row !important; }
.flex-lg-column {
flex-direction: column !important; }
.flex-lg-row-reverse {
flex-direction: row-reverse !important; }
.flex-lg-column-reverse {
flex-direction: column-reverse !important; }
.flex-lg-wrap {
flex-wrap: wrap !important; }
.flex-lg-nowrap {
flex-wrap: nowrap !important; }
.flex-lg-wrap-reverse {
flex-wrap: wrap-reverse !important; }
.flex-lg-fill {
flex: 1 1 auto !important; }
.flex-lg-grow-0 {
flex-grow: 0 !important; }
.flex-lg-grow-1 {
flex-grow: 1 !important; }
.flex-lg-shrink-0 {
flex-shrink: 0 !important; }
.flex-lg-shrink-1 {
flex-shrink: 1 !important; }
.justify-content-lg-start {
justify-content: flex-start !important; }
.justify-content-lg-end {
justify-content: flex-end !important; }
.justify-content-lg-center {
justify-content: center !important; }
.justify-content-lg-between {
justify-content: space-between !important; }
.justify-content-lg-around {
justify-content: space-around !important; }
.align-items-lg-start {
align-items: flex-start !important; }
.align-items-lg-end {
align-items: flex-end !important; }
.align-items-lg-center {
align-items: center !important; }
.align-items-lg-baseline {
align-items: baseline !important; }
.align-items-lg-stretch {
align-items: stretch !important; }
.align-content-lg-start {
align-content: flex-start !important; }
.align-content-lg-end {
align-content: flex-end !important; }
.align-content-lg-center {
align-content: center !important; }
.align-content-lg-between {
align-content: space-between !important; }
.align-content-lg-around {
align-content: space-around !important; }
.align-content-lg-stretch {
align-content: stretch !important; }
.align-self-lg-auto {
align-self: auto !important; }
.align-self-lg-start {
align-self: flex-start !important; }
.align-self-lg-end {
align-self: flex-end !important; }
.align-self-lg-center {
align-self: center !important; }
.align-self-lg-baseline {
align-self: baseline !important; }
.align-self-lg-stretch {
align-self: stretch !important; } }
@media (min-width: 1200px) {
.flex-xl-row {
flex-direction: row !important; }
.flex-xl-column {
flex-direction: column !important; }
.flex-xl-row-reverse {
flex-direction: row-reverse !important; }
.flex-xl-column-reverse {
flex-direction: column-reverse !important; }
.flex-xl-wrap {
flex-wrap: wrap !important; }
.flex-xl-nowrap {
flex-wrap: nowrap !important; }
.flex-xl-wrap-reverse {
flex-wrap: wrap-reverse !important; }
.flex-xl-fill {
flex: 1 1 auto !important; }
.flex-xl-grow-0 {
flex-grow: 0 !important; }
.flex-xl-grow-1 {
flex-grow: 1 !important; }
.flex-xl-shrink-0 {
flex-shrink: 0 !important; }
.flex-xl-shrink-1 {
flex-shrink: 1 !important; }
.justify-content-xl-start {
justify-content: flex-start !important; }
.justify-content-xl-end {
justify-content: flex-end !important; }
.justify-content-xl-center {
justify-content: center !important; }
.justify-content-xl-between {
justify-content: space-between !important; }
.justify-content-xl-around {
justify-content: space-around !important; }
.align-items-xl-start {
align-items: flex-start !important; }
.align-items-xl-end {
align-items: flex-end !important; }
.align-items-xl-center {
align-items: center !important; }
.align-items-xl-baseline {
align-items: baseline !important; }
.align-items-xl-stretch {
align-items: stretch !important; }
.align-content-xl-start {
align-content: flex-start !important; }
.align-content-xl-end {
align-content: flex-end !important; }
.align-content-xl-center {
align-content: center !important; }
.align-content-xl-between {
align-content: space-between !important; }
.align-content-xl-around {
align-content: space-around !important; }
.align-content-xl-stretch {
align-content: stretch !important; }
.align-self-xl-auto {
align-self: auto !important; }
.align-self-xl-start {
align-self: flex-start !important; }
.align-self-xl-end {
align-self: flex-end !important; }
.align-self-xl-center {
align-self: center !important; }
.align-self-xl-baseline {
align-self: baseline !important; }
.align-self-xl-stretch {
align-self: stretch !important; } }
.float-left {
float: left !important; }
.float-right {
float: right !important; }
.float-none {
float: none !important; }
@media (min-width: 576px) {
.float-sm-left {
float: left !important; }
.float-sm-right {
float: right !important; }
.float-sm-none {
float: none !important; } }
@media (min-width: 768px) {
.float-md-left {
float: left !important; }
.float-md-right {
float: right !important; }
.float-md-none {
float: none !important; } }
@media (min-width: 992px) {
.float-lg-left {
float: left !important; }
.float-lg-right {
float: right !important; }
.float-lg-none {
float: none !important; } }
@media (min-width: 1200px) {
.float-xl-left {
float: left !important; }
.float-xl-right {
float: right !important; }
.float-xl-none {
float: none !important; } }
.overflow-auto {
overflow: auto !important; }
.overflow-hidden {
overflow: hidden !important; }
.position-static {
position: static !important; }
.position-relative {
position: relative !important; }
.position-absolute {
position: absolute !important; }
.position-fixed {
position: fixed !important; }
.position-sticky {
position: sticky !important; }
.fixed-top {
position: fixed;
top: 0;
right: 0;
left: 0;
z-index: 1030; }
.fixed-bottom {
position: fixed;
right: 0;
bottom: 0;
left: 0;
z-index: 1030; }
@supports (position: sticky) {
.sticky-top {
position: sticky;
top: 0;
z-index: 1020; } }
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0; }
.sr-only-focusable:active, .sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
overflow: visible;
clip: auto;
white-space: normal; }
.shadow-sm {
box-shadow: 0 0.125rem 0.25rem rgba(40, 40, 40, 0.075) !important; }
.shadow {
box-shadow: 0 0.5rem 1rem rgba(40, 40, 40, 0.15) !important; }
.shadow-lg {
box-shadow: 0 1rem 3rem rgba(40, 40, 40, 0.175) !important; }
.shadow-none {
box-shadow: none !important; }
.w-25 {
width: 25% !important; }
.w-50 {
width: 50% !important; }
.w-75 {
width: 75% !important; }
.w-100 {
width: 100% !important; }
.w-auto {
width: auto !important; }
.h-25 {
height: 25% !important; }
.h-50 {
height: 50% !important; }
.h-75 {
height: 75% !important; }
.h-100 {
height: 100% !important; }
.h-auto {
height: auto !important; }
.mw-100 {
max-width: 100% !important; }
.mh-100 {
max-height: 100% !important; }
.min-vw-100 {
min-width: 100vw !important; }
.min-vh-100 {
min-height: 100vh !important; }
.vw-100 {
width: 100vw !important; }
.vh-100 {
height: 100vh !important; }
.stretched-link::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
pointer-events: auto;
content: "";
background-color: rgba(0, 0, 0, 0); }
.m-0 {
margin: 0 !important; }
.mt-0,
.my-0 {
margin-top: 0 !important; }
.mr-0,
.mx-0 {
margin-right: 0 !important; }
.mb-0,
.my-0 {
margin-bottom: 0 !important; }
.ml-0,
.mx-0 {
margin-left: 0 !important; }
.m-1 {
margin: 0.25rem !important; }
.mt-1,
.my-1 {
margin-top: 0.25rem !important; }
.mr-1,
.mx-1 {
margin-right: 0.25rem !important; }
.mb-1,
.my-1 {
margin-bottom: 0.25rem !important; }
.ml-1,
.mx-1 {
margin-left: 0.25rem !important; }
.m-2 {
margin: 0.5rem !important; }
.mt-2,
.my-2 {
margin-top: 0.5rem !important; }
.mr-2,
.mx-2 {
margin-right: 0.5rem !important; }
.mb-2,
.my-2 {
margin-bottom: 0.5rem !important; }
.ml-2,
.mx-2 {
margin-left: 0.5rem !important; }
.m-3 {
margin: 1rem !important; }
.mt-3,
.my-3 {
margin-top: 1rem !important; }
.mr-3,
.mx-3 {
margin-right: 1rem !important; }
.mb-3,
.my-3 {
margin-bottom: 1rem !important; }
.ml-3,
.mx-3 {
margin-left: 1rem !important; }
.m-4 {
margin: 1.5rem !important; }
.mt-4,
.my-4 {
margin-top: 1.5rem !important; }
.mr-4,
.mx-4 {
margin-right: 1.5rem !important; }
.mb-4,
.my-4 {
margin-bottom: 1.5rem !important; }
.ml-4,
.mx-4 {
margin-left: 1.5rem !important; }
.m-5 {
margin: 3rem !important; }
.mt-5,
.my-5 {
margin-top: 3rem !important; }
.mr-5,
.mx-5 {
margin-right: 3rem !important; }
.mb-5,
.my-5 {
margin-bottom: 3rem !important; }
.ml-5,
.mx-5 {
margin-left: 3rem !important; }
.p-0 {
padding: 0 !important; }
.pt-0,
.py-0 {
padding-top: 0 !important; }
.pr-0,
.px-0 {
padding-right: 0 !important; }
.pb-0,
.py-0 {
padding-bottom: 0 !important; }
.pl-0,
.px-0 {
padding-left: 0 !important; }
.p-1 {
padding: 0.25rem !important; }
.pt-1,
.py-1 {
padding-top: 0.25rem !important; }
.pr-1,
.px-1 {
padding-right: 0.25rem !important; }
.pb-1,
.py-1 {
padding-bottom: 0.25rem !important; }
.pl-1,
.px-1 {
padding-left: 0.25rem !important; }
.p-2 {
padding: 0.5rem !important; }
.pt-2,
.py-2 {
padding-top: 0.5rem !important; }
.pr-2,
.px-2 {
padding-right: 0.5rem !important; }
.pb-2,
.py-2 {
padding-bottom: 0.5rem !important; }
.pl-2,
.px-2 {
padding-left: 0.5rem !important; }
.p-3 {
padding: 1rem !important; }
.pt-3,
.py-3 {
padding-top: 1rem !important; }
.pr-3,
.px-3 {
padding-right: 1rem !important; }
.pb-3,
.py-3 {
padding-bottom: 1rem !important; }
.pl-3,
.px-3 {
padding-left: 1rem !important; }
.p-4 {
padding: 1.5rem !important; }
.pt-4,
.py-4 {
padding-top: 1.5rem !important; }
.pr-4,
.px-4 {
padding-right: 1.5rem !important; }
.pb-4,
.py-4 {
padding-bottom: 1.5rem !important; }
.pl-4,
.px-4 {
padding-left: 1.5rem !important; }
.p-5 {
padding: 3rem !important; }
.pt-5,
.py-5 {
padding-top: 3rem !important; }
.pr-5,
.px-5 {
padding-right: 3rem !important; }
.pb-5,
.py-5 {
padding-bottom: 3rem !important; }
.pl-5,
.px-5 {
padding-left: 3rem !important; }
.m-n1 {
margin: -0.25rem !important; }
.mt-n1,
.my-n1 {
margin-top: -0.25rem !important; }
.mr-n1,
.mx-n1 {
margin-right: -0.25rem !important; }
.mb-n1,
.my-n1 {
margin-bottom: -0.25rem !important; }
.ml-n1,
.mx-n1 {
margin-left: -0.25rem !important; }
.m-n2 {
margin: -0.5rem !important; }
.mt-n2,
.my-n2 {
margin-top: -0.5rem !important; }
.mr-n2,
.mx-n2 {
margin-right: -0.5rem !important; }
.mb-n2,
.my-n2 {
margin-bottom: -0.5rem !important; }
.ml-n2,
.mx-n2 {
margin-left: -0.5rem !important; }
.m-n3 {
margin: -1rem !important; }
.mt-n3,
.my-n3 {
margin-top: -1rem !important; }
.mr-n3,
.mx-n3 {
margin-right: -1rem !important; }
.mb-n3,
.my-n3 {
margin-bottom: -1rem !important; }
.ml-n3,
.mx-n3 {
margin-left: -1rem !important; }
.m-n4 {
margin: -1.5rem !important; }
.mt-n4,
.my-n4 {
margin-top: -1.5rem !important; }
.mr-n4,
.mx-n4 {
margin-right: -1.5rem !important; }
.mb-n4,
.my-n4 {
margin-bottom: -1.5rem !important; }
.ml-n4,
.mx-n4 {
margin-left: -1.5rem !important; }
.m-n5 {
margin: -3rem !important; }
.mt-n5,
.my-n5 {
margin-top: -3rem !important; }
.mr-n5,
.mx-n5 {
margin-right: -3rem !important; }
.mb-n5,
.my-n5 {
margin-bottom: -3rem !important; }
.ml-n5,
.mx-n5 {
margin-left: -3rem !important; }
.m-auto {
margin: auto !important; }
.mt-auto,
.my-auto {
margin-top: auto !important; }
.mr-auto,
.mx-auto {
margin-right: auto !important; }
.mb-auto,
.my-auto {
margin-bottom: auto !important; }
.ml-auto,
.mx-auto {
margin-left: auto !important; }
@media (min-width: 576px) {
.m-sm-0 {
margin: 0 !important; }
.mt-sm-0,
.my-sm-0 {
margin-top: 0 !important; }
.mr-sm-0,
.mx-sm-0 {
margin-right: 0 !important; }
.mb-sm-0,
.my-sm-0 {
margin-bottom: 0 !important; }
.ml-sm-0,
.mx-sm-0 {
margin-left: 0 !important; }
.m-sm-1 {
margin: 0.25rem !important; }
.mt-sm-1,
.my-sm-1 {
margin-top: 0.25rem !important; }
.mr-sm-1,
.mx-sm-1 {
margin-right: 0.25rem !important; }
.mb-sm-1,
.my-sm-1 {
margin-bottom: 0.25rem !important; }
.ml-sm-1,
.mx-sm-1 {
margin-left: 0.25rem !important; }
.m-sm-2 {
margin: 0.5rem !important; }
.mt-sm-2,
.my-sm-2 {
margin-top: 0.5rem !important; }
.mr-sm-2,
.mx-sm-2 {
margin-right: 0.5rem !important; }
.mb-sm-2,
.my-sm-2 {
margin-bottom: 0.5rem !important; }
.ml-sm-2,
.mx-sm-2 {
margin-left: 0.5rem !important; }
.m-sm-3 {
margin: 1rem !important; }
.mt-sm-3,
.my-sm-3 {
margin-top: 1rem !important; }
.mr-sm-3,
.mx-sm-3 {
margin-right: 1rem !important; }
.mb-sm-3,
.my-sm-3 {
margin-bottom: 1rem !important; }
.ml-sm-3,
.mx-sm-3 {
margin-left: 1rem !important; }
.m-sm-4 {
margin: 1.5rem !important; }
.mt-sm-4,
.my-sm-4 {
margin-top: 1.5rem !important; }
.mr-sm-4,
.mx-sm-4 {
margin-right: 1.5rem !important; }
.mb-sm-4,
.my-sm-4 {
margin-bottom: 1.5rem !important; }
.ml-sm-4,
.mx-sm-4 {
margin-left: 1.5rem !important; }
.m-sm-5 {
margin: 3rem !important; }
.mt-sm-5,
.my-sm-5 {
margin-top: 3rem !important; }
.mr-sm-5,
.mx-sm-5 {
margin-right: 3rem !important; }
.mb-sm-5,
.my-sm-5 {
margin-bottom: 3rem !important; }
.ml-sm-5,
.mx-sm-5 {
margin-left: 3rem !important; }
.p-sm-0 {
padding: 0 !important; }
.pt-sm-0,
.py-sm-0 {
padding-top: 0 !important; }
.pr-sm-0,
.px-sm-0 {
padding-right: 0 !important; }
.pb-sm-0,
.py-sm-0 {
padding-bottom: 0 !important; }
.pl-sm-0,
.px-sm-0 {
padding-left: 0 !important; }
.p-sm-1 {
padding: 0.25rem !important; }
.pt-sm-1,
.py-sm-1 {
padding-top: 0.25rem !important; }
.pr-sm-1,
.px-sm-1 {
padding-right: 0.25rem !important; }
.pb-sm-1,
.py-sm-1 {
padding-bottom: 0.25rem !important; }
.pl-sm-1,
.px-sm-1 {
padding-left: 0.25rem !important; }
.p-sm-2 {
padding: 0.5rem !important; }
.pt-sm-2,
.py-sm-2 {
padding-top: 0.5rem !important; }
.pr-sm-2,
.px-sm-2 {
padding-right: 0.5rem !important; }
.pb-sm-2,
.py-sm-2 {
padding-bottom: 0.5rem !important; }
.pl-sm-2,
.px-sm-2 {
padding-left: 0.5rem !important; }
.p-sm-3 {
padding: 1rem !important; }
.pt-sm-3,
.py-sm-3 {
padding-top: 1rem !important; }
.pr-sm-3,
.px-sm-3 {
padding-right: 1rem !important; }
.pb-sm-3,
.py-sm-3 {
padding-bottom: 1rem !important; }
.pl-sm-3,
.px-sm-3 {
padding-left: 1rem !important; }
.p-sm-4 {
padding: 1.5rem !important; }
.pt-sm-4,
.py-sm-4 {
padding-top: 1.5rem !important; }
.pr-sm-4,
.px-sm-4 {
padding-right: 1.5rem !important; }
.pb-sm-4,
.py-sm-4 {
padding-bottom: 1.5rem !important; }
.pl-sm-4,
.px-sm-4 {
padding-left: 1.5rem !important; }
.p-sm-5 {
padding: 3rem !important; }
.pt-sm-5,
.py-sm-5 {
padding-top: 3rem !important; }
.pr-sm-5,
.px-sm-5 {
padding-right: 3rem !important; }
.pb-sm-5,
.py-sm-5 {
padding-bottom: 3rem !important; }
.pl-sm-5,
.px-sm-5 {
padding-left: 3rem !important; }
.m-sm-n1 {
margin: -0.25rem !important; }
.mt-sm-n1,
.my-sm-n1 {
margin-top: -0.25rem !important; }
.mr-sm-n1,
.mx-sm-n1 {
margin-right: -0.25rem !important; }
.mb-sm-n1,
.my-sm-n1 {
margin-bottom: -0.25rem !important; }
.ml-sm-n1,
.mx-sm-n1 {
margin-left: -0.25rem !important; }
.m-sm-n2 {
margin: -0.5rem !important; }
.mt-sm-n2,
.my-sm-n2 {
margin-top: -0.5rem !important; }
.mr-sm-n2,
.mx-sm-n2 {
margin-right: -0.5rem !important; }
.mb-sm-n2,
.my-sm-n2 {
margin-bottom: -0.5rem !important; }
.ml-sm-n2,
.mx-sm-n2 {
margin-left: -0.5rem !important; }
.m-sm-n3 {
margin: -1rem !important; }
.mt-sm-n3,
.my-sm-n3 {
margin-top: -1rem !important; }
.mr-sm-n3,
.mx-sm-n3 {
margin-right: -1rem !important; }
.mb-sm-n3,
.my-sm-n3 {
margin-bottom: -1rem !important; }
.ml-sm-n3,
.mx-sm-n3 {
margin-left: -1rem !important; }
.m-sm-n4 {
margin: -1.5rem !important; }
.mt-sm-n4,
.my-sm-n4 {
margin-top: -1.5rem !important; }
.mr-sm-n4,
.mx-sm-n4 {
margin-right: -1.5rem !important; }
.mb-sm-n4,
.my-sm-n4 {
margin-bottom: -1.5rem !important; }
.ml-sm-n4,
.mx-sm-n4 {
margin-left: -1.5rem !important; }
.m-sm-n5 {
margin: -3rem !important; }
.mt-sm-n5,
.my-sm-n5 {
margin-top: -3rem !important; }
.mr-sm-n5,
.mx-sm-n5 {
margin-right: -3rem !important; }
.mb-sm-n5,
.my-sm-n5 {
margin-bottom: -3rem !important; }
.ml-sm-n5,
.mx-sm-n5 {
margin-left: -3rem !important; }
.m-sm-auto {
margin: auto !important; }
.mt-sm-auto,
.my-sm-auto {
margin-top: auto !important; }
.mr-sm-auto,
.mx-sm-auto {
margin-right: auto !important; }
.mb-sm-auto,
.my-sm-auto {
margin-bottom: auto !important; }
.ml-sm-auto,
.mx-sm-auto {
margin-left: auto !important; } }
@media (min-width: 768px) {
.m-md-0 {
margin: 0 !important; }
.mt-md-0,
.my-md-0 {
margin-top: 0 !important; }
.mr-md-0,
.mx-md-0 {
margin-right: 0 !important; }
.mb-md-0,
.my-md-0 {
margin-bottom: 0 !important; }
.ml-md-0,
.mx-md-0 {
margin-left: 0 !important; }
.m-md-1 {
margin: 0.25rem !important; }
.mt-md-1,
.my-md-1 {
margin-top: 0.25rem !important; }
.mr-md-1,
.mx-md-1 {
margin-right: 0.25rem !important; }
.mb-md-1,
.my-md-1 {
margin-bottom: 0.25rem !important; }
.ml-md-1,
.mx-md-1 {
margin-left: 0.25rem !important; }
.m-md-2 {
margin: 0.5rem !important; }
.mt-md-2,
.my-md-2 {
margin-top: 0.5rem !important; }
.mr-md-2,
.mx-md-2 {
margin-right: 0.5rem !important; }
.mb-md-2,
.my-md-2 {
margin-bottom: 0.5rem !important; }
.ml-md-2,
.mx-md-2 {
margin-left: 0.5rem !important; }
.m-md-3 {
margin: 1rem !important; }
.mt-md-3,
.my-md-3 {
margin-top: 1rem !important; }
.mr-md-3,
.mx-md-3 {
margin-right: 1rem !important; }
.mb-md-3,
.my-md-3 {
margin-bottom: 1rem !important; }
.ml-md-3,
.mx-md-3 {
margin-left: 1rem !important; }
.m-md-4 {
margin: 1.5rem !important; }
.mt-md-4,
.my-md-4 {
margin-top: 1.5rem !important; }
.mr-md-4,
.mx-md-4 {
margin-right: 1.5rem !important; }
.mb-md-4,
.my-md-4 {
margin-bottom: 1.5rem !important; }
.ml-md-4,
.mx-md-4 {
margin-left: 1.5rem !important; }
.m-md-5 {
margin: 3rem !important; }
.mt-md-5,
.my-md-5 {
margin-top: 3rem !important; }
.mr-md-5,
.mx-md-5 {
margin-right: 3rem !important; }
.mb-md-5,
.my-md-5 {
margin-bottom: 3rem !important; }
.ml-md-5,
.mx-md-5 {
margin-left: 3rem !important; }
.p-md-0 {
padding: 0 !important; }
.pt-md-0,
.py-md-0 {
padding-top: 0 !important; }
.pr-md-0,
.px-md-0 {
padding-right: 0 !important; }
.pb-md-0,
.py-md-0 {
padding-bottom: 0 !important; }
.pl-md-0,
.px-md-0 {
padding-left: 0 !important; }
.p-md-1 {
padding: 0.25rem !important; }
.pt-md-1,
.py-md-1 {
padding-top: 0.25rem !important; }
.pr-md-1,
.px-md-1 {
padding-right: 0.25rem !important; }
.pb-md-1,
.py-md-1 {
padding-bottom: 0.25rem !important; }
.pl-md-1,
.px-md-1 {
padding-left: 0.25rem !important; }
.p-md-2 {
padding: 0.5rem !important; }
.pt-md-2,
.py-md-2 {
padding-top: 0.5rem !important; }
.pr-md-2,
.px-md-2 {
padding-right: 0.5rem !important; }
.pb-md-2,
.py-md-2 {
padding-bottom: 0.5rem !important; }
.pl-md-2,
.px-md-2 {
padding-left: 0.5rem !important; }
.p-md-3 {
padding: 1rem !important; }
.pt-md-3,
.py-md-3 {
padding-top: 1rem !important; }
.pr-md-3,
.px-md-3 {
padding-right: 1rem !important; }
.pb-md-3,
.py-md-3 {
padding-bottom: 1rem !important; }
.pl-md-3,
.px-md-3 {
padding-left: 1rem !important; }
.p-md-4 {
padding: 1.5rem !important; }
.pt-md-4,
.py-md-4 {
padding-top: 1.5rem !important; }
.pr-md-4,
.px-md-4 {
padding-right: 1.5rem !important; }
.pb-md-4,
.py-md-4 {
padding-bottom: 1.5rem !important; }
.pl-md-4,
.px-md-4 {
padding-left: 1.5rem !important; }
.p-md-5 {
padding: 3rem !important; }
.pt-md-5,
.py-md-5 {
padding-top: 3rem !important; }
.pr-md-5,
.px-md-5 {
padding-right: 3rem !important; }
.pb-md-5,
.py-md-5 {
padding-bottom: 3rem !important; }
.pl-md-5,
.px-md-5 {
padding-left: 3rem !important; }
.m-md-n1 {
margin: -0.25rem !important; }
.mt-md-n1,
.my-md-n1 {
margin-top: -0.25rem !important; }
.mr-md-n1,
.mx-md-n1 {
margin-right: -0.25rem !important; }
.mb-md-n1,
.my-md-n1 {
margin-bottom: -0.25rem !important; }
.ml-md-n1,
.mx-md-n1 {
margin-left: -0.25rem !important; }
.m-md-n2 {
margin: -0.5rem !important; }
.mt-md-n2,
.my-md-n2 {
margin-top: -0.5rem !important; }
.mr-md-n2,
.mx-md-n2 {
margin-right: -0.5rem !important; }
.mb-md-n2,
.my-md-n2 {
margin-bottom: -0.5rem !important; }
.ml-md-n2,
.mx-md-n2 {
margin-left: -0.5rem !important; }
.m-md-n3 {
margin: -1rem !important; }
.mt-md-n3,
.my-md-n3 {
margin-top: -1rem !important; }
.mr-md-n3,
.mx-md-n3 {
margin-right: -1rem !important; }
.mb-md-n3,
.my-md-n3 {
margin-bottom: -1rem !important; }
.ml-md-n3,
.mx-md-n3 {
margin-left: -1rem !important; }
.m-md-n4 {
margin: -1.5rem !important; }
.mt-md-n4,
.my-md-n4 {
margin-top: -1.5rem !important; }
.mr-md-n4,
.mx-md-n4 {
margin-right: -1.5rem !important; }
.mb-md-n4,
.my-md-n4 {
margin-bottom: -1.5rem !important; }
.ml-md-n4,
.mx-md-n4 {
margin-left: -1.5rem !important; }
.m-md-n5 {
margin: -3rem !important; }
.mt-md-n5,
.my-md-n5 {
margin-top: -3rem !important; }
.mr-md-n5,
.mx-md-n5 {
margin-right: -3rem !important; }
.mb-md-n5,
.my-md-n5 {
margin-bottom: -3rem !important; }
.ml-md-n5,
.mx-md-n5 {
margin-left: -3rem !important; }
.m-md-auto {
margin: auto !important; }
.mt-md-auto,
.my-md-auto {
margin-top: auto !important; }
.mr-md-auto,
.mx-md-auto {
margin-right: auto !important; }
.mb-md-auto,
.my-md-auto {
margin-bottom: auto !important; }
.ml-md-auto,
.mx-md-auto {
margin-left: auto !important; } }
@media (min-width: 992px) {
.m-lg-0 {
margin: 0 !important; }
.mt-lg-0,
.my-lg-0 {
margin-top: 0 !important; }
.mr-lg-0,
.mx-lg-0 {
margin-right: 0 !important; }
.mb-lg-0,
.my-lg-0 {
margin-bottom: 0 !important; }
.ml-lg-0,
.mx-lg-0 {
margin-left: 0 !important; }
.m-lg-1 {
margin: 0.25rem !important; }
.mt-lg-1,
.my-lg-1 {
margin-top: 0.25rem !important; }
.mr-lg-1,
.mx-lg-1 {
margin-right: 0.25rem !important; }
.mb-lg-1,
.my-lg-1 {
margin-bottom: 0.25rem !important; }
.ml-lg-1,
.mx-lg-1 {
margin-left: 0.25rem !important; }
.m-lg-2 {
margin: 0.5rem !important; }
.mt-lg-2,
.my-lg-2 {
margin-top: 0.5rem !important; }
.mr-lg-2,
.mx-lg-2 {
margin-right: 0.5rem !important; }
.mb-lg-2,
.my-lg-2 {
margin-bottom: 0.5rem !important; }
.ml-lg-2,
.mx-lg-2 {
margin-left: 0.5rem !important; }
.m-lg-3 {
margin: 1rem !important; }
.mt-lg-3,
.my-lg-3 {
margin-top: 1rem !important; }
.mr-lg-3,
.mx-lg-3 {
margin-right: 1rem !important; }
.mb-lg-3,
.my-lg-3 {
margin-bottom: 1rem !important; }
.ml-lg-3,
.mx-lg-3 {
margin-left: 1rem !important; }
.m-lg-4 {
margin: 1.5rem !important; }
.mt-lg-4,
.my-lg-4 {
margin-top: 1.5rem !important; }
.mr-lg-4,
.mx-lg-4 {
margin-right: 1.5rem !important; }
.mb-lg-4,
.my-lg-4 {
margin-bottom: 1.5rem !important; }
.ml-lg-4,
.mx-lg-4 {
margin-left: 1.5rem !important; }
.m-lg-5 {
margin: 3rem !important; }
.mt-lg-5,
.my-lg-5 {
margin-top: 3rem !important; }
.mr-lg-5,
.mx-lg-5 {
margin-right: 3rem !important; }
.mb-lg-5,
.my-lg-5 {
margin-bottom: 3rem !important; }
.ml-lg-5,
.mx-lg-5 {
margin-left: 3rem !important; }
.p-lg-0 {
padding: 0 !important; }
.pt-lg-0,
.py-lg-0 {
padding-top: 0 !important; }
.pr-lg-0,
.px-lg-0 {
padding-right: 0 !important; }
.pb-lg-0,
.py-lg-0 {
padding-bottom: 0 !important; }
.pl-lg-0,
.px-lg-0 {
padding-left: 0 !important; }
.p-lg-1 {
padding: 0.25rem !important; }
.pt-lg-1,
.py-lg-1 {
padding-top: 0.25rem !important; }
.pr-lg-1,
.px-lg-1 {
padding-right: 0.25rem !important; }
.pb-lg-1,
.py-lg-1 {
padding-bottom: 0.25rem !important; }
.pl-lg-1,
.px-lg-1 {
padding-left: 0.25rem !important; }
.p-lg-2 {
padding: 0.5rem !important; }
.pt-lg-2,
.py-lg-2 {
padding-top: 0.5rem !important; }
.pr-lg-2,
.px-lg-2 {
padding-right: 0.5rem !important; }
.pb-lg-2,
.py-lg-2 {
padding-bottom: 0.5rem !important; }
.pl-lg-2,
.px-lg-2 {
padding-left: 0.5rem !important; }
.p-lg-3 {
padding: 1rem !important; }
.pt-lg-3,
.py-lg-3 {
padding-top: 1rem !important; }
.pr-lg-3,
.px-lg-3 {
padding-right: 1rem !important; }
.pb-lg-3,
.py-lg-3 {
padding-bottom: 1rem !important; }
.pl-lg-3,
.px-lg-3 {
padding-left: 1rem !important; }
.p-lg-4 {
padding: 1.5rem !important; }
.pt-lg-4,
.py-lg-4 {
padding-top: 1.5rem !important; }
.pr-lg-4,
.px-lg-4 {
padding-right: 1.5rem !important; }
.pb-lg-4,
.py-lg-4 {
padding-bottom: 1.5rem !important; }
.pl-lg-4,
.px-lg-4 {
padding-left: 1.5rem !important; }
.p-lg-5 {
padding: 3rem !important; }
.pt-lg-5,
.py-lg-5 {
padding-top: 3rem !important; }
.pr-lg-5,
.px-lg-5 {
padding-right: 3rem !important; }
.pb-lg-5,
.py-lg-5 {
padding-bottom: 3rem !important; }
.pl-lg-5,
.px-lg-5 {
padding-left: 3rem !important; }
.m-lg-n1 {
margin: -0.25rem !important; }
.mt-lg-n1,
.my-lg-n1 {
margin-top: -0.25rem !important; }
.mr-lg-n1,
.mx-lg-n1 {
margin-right: -0.25rem !important; }
.mb-lg-n1,
.my-lg-n1 {
margin-bottom: -0.25rem !important; }
.ml-lg-n1,
.mx-lg-n1 {
margin-left: -0.25rem !important; }
.m-lg-n2 {
margin: -0.5rem !important; }
.mt-lg-n2,
.my-lg-n2 {
margin-top: -0.5rem !important; }
.mr-lg-n2,
.mx-lg-n2 {
margin-right: -0.5rem !important; }
.mb-lg-n2,
.my-lg-n2 {
margin-bottom: -0.5rem !important; }
.ml-lg-n2,
.mx-lg-n2 {
margin-left: -0.5rem !important; }
.m-lg-n3 {
margin: -1rem !important; }
.mt-lg-n3,
.my-lg-n3 {
margin-top: -1rem !important; }
.mr-lg-n3,
.mx-lg-n3 {
margin-right: -1rem !important; }
.mb-lg-n3,
.my-lg-n3 {
margin-bottom: -1rem !important; }
.ml-lg-n3,
.mx-lg-n3 {
margin-left: -1rem !important; }
.m-lg-n4 {
margin: -1.5rem !important; }
.mt-lg-n4,
.my-lg-n4 {
margin-top: -1.5rem !important; }
.mr-lg-n4,
.mx-lg-n4 {
margin-right: -1.5rem !important; }
.mb-lg-n4,
.my-lg-n4 {
margin-bottom: -1.5rem !important; }
.ml-lg-n4,
.mx-lg-n4 {
margin-left: -1.5rem !important; }
.m-lg-n5 {
margin: -3rem !important; }
.mt-lg-n5,
.my-lg-n5 {
margin-top: -3rem !important; }
.mr-lg-n5,
.mx-lg-n5 {
margin-right: -3rem !important; }
.mb-lg-n5,
.my-lg-n5 {
margin-bottom: -3rem !important; }
.ml-lg-n5,
.mx-lg-n5 {
margin-left: -3rem !important; }
.m-lg-auto {
margin: auto !important; }
.mt-lg-auto,
.my-lg-auto {
margin-top: auto !important; }
.mr-lg-auto,
.mx-lg-auto {
margin-right: auto !important; }
.mb-lg-auto,
.my-lg-auto {
margin-bottom: auto !important; }
.ml-lg-auto,
.mx-lg-auto {
margin-left: auto !important; } }
@media (min-width: 1200px) {
.m-xl-0 {
margin: 0 !important; }
.mt-xl-0,
.my-xl-0 {
margin-top: 0 !important; }
.mr-xl-0,
.mx-xl-0 {
margin-right: 0 !important; }
.mb-xl-0,
.my-xl-0 {
margin-bottom: 0 !important; }
.ml-xl-0,
.mx-xl-0 {
margin-left: 0 !important; }
.m-xl-1 {
margin: 0.25rem !important; }
.mt-xl-1,
.my-xl-1 {
margin-top: 0.25rem !important; }
.mr-xl-1,
.mx-xl-1 {
margin-right: 0.25rem !important; }
.mb-xl-1,
.my-xl-1 {
margin-bottom: 0.25rem !important; }
.ml-xl-1,
.mx-xl-1 {
margin-left: 0.25rem !important; }
.m-xl-2 {
margin: 0.5rem !important; }
.mt-xl-2,
.my-xl-2 {
margin-top: 0.5rem !important; }
.mr-xl-2,
.mx-xl-2 {
margin-right: 0.5rem !important; }
.mb-xl-2,
.my-xl-2 {
margin-bottom: 0.5rem !important; }
.ml-xl-2,
.mx-xl-2 {
margin-left: 0.5rem !important; }
.m-xl-3 {
margin: 1rem !important; }
.mt-xl-3,
.my-xl-3 {
margin-top: 1rem !important; }
.mr-xl-3,
.mx-xl-3 {
margin-right: 1rem !important; }
.mb-xl-3,
.my-xl-3 {
margin-bottom: 1rem !important; }
.ml-xl-3,
.mx-xl-3 {
margin-left: 1rem !important; }
.m-xl-4 {
margin: 1.5rem !important; }
.mt-xl-4,
.my-xl-4 {
margin-top: 1.5rem !important; }
.mr-xl-4,
.mx-xl-4 {
margin-right: 1.5rem !important; }
.mb-xl-4,
.my-xl-4 {
margin-bottom: 1.5rem !important; }
.ml-xl-4,
.mx-xl-4 {
margin-left: 1.5rem !important; }
.m-xl-5 {
margin: 3rem !important; }
.mt-xl-5,
.my-xl-5 {
margin-top: 3rem !important; }
.mr-xl-5,
.mx-xl-5 {
margin-right: 3rem !important; }
.mb-xl-5,
.my-xl-5 {
margin-bottom: 3rem !important; }
.ml-xl-5,
.mx-xl-5 {
margin-left: 3rem !important; }
.p-xl-0 {
padding: 0 !important; }
.pt-xl-0,
.py-xl-0 {
padding-top: 0 !important; }
.pr-xl-0,
.px-xl-0 {
padding-right: 0 !important; }
.pb-xl-0,
.py-xl-0 {
padding-bottom: 0 !important; }
.pl-xl-0,
.px-xl-0 {
padding-left: 0 !important; }
.p-xl-1 {
padding: 0.25rem !important; }
.pt-xl-1,
.py-xl-1 {
padding-top: 0.25rem !important; }
.pr-xl-1,
.px-xl-1 {
padding-right: 0.25rem !important; }
.pb-xl-1,
.py-xl-1 {
padding-bottom: 0.25rem !important; }
.pl-xl-1,
.px-xl-1 {
padding-left: 0.25rem !important; }
.p-xl-2 {
padding: 0.5rem !important; }
.pt-xl-2,
.py-xl-2 {
padding-top: 0.5rem !important; }
.pr-xl-2,
.px-xl-2 {
padding-right: 0.5rem !important; }
.pb-xl-2,
.py-xl-2 {
padding-bottom: 0.5rem !important; }
.pl-xl-2,
.px-xl-2 {
padding-left: 0.5rem !important; }
.p-xl-3 {
padding: 1rem !important; }
.pt-xl-3,
.py-xl-3 {
padding-top: 1rem !important; }
.pr-xl-3,
.px-xl-3 {
padding-right: 1rem !important; }
.pb-xl-3,
.py-xl-3 {
padding-bottom: 1rem !important; }
.pl-xl-3,
.px-xl-3 {
padding-left: 1rem !important; }
.p-xl-4 {
padding: 1.5rem !important; }
.pt-xl-4,
.py-xl-4 {
padding-top: 1.5rem !important; }
.pr-xl-4,
.px-xl-4 {
padding-right: 1.5rem !important; }
.pb-xl-4,
.py-xl-4 {
padding-bottom: 1.5rem !important; }
.pl-xl-4,
.px-xl-4 {
padding-left: 1.5rem !important; }
.p-xl-5 {
padding: 3rem !important; }
.pt-xl-5,
.py-xl-5 {
padding-top: 3rem !important; }
.pr-xl-5,
.px-xl-5 {
padding-right: 3rem !important; }
.pb-xl-5,
.py-xl-5 {
padding-bottom: 3rem !important; }
.pl-xl-5,
.px-xl-5 {
padding-left: 3rem !important; }
.m-xl-n1 {
margin: -0.25rem !important; }
.mt-xl-n1,
.my-xl-n1 {
margin-top: -0.25rem !important; }
.mr-xl-n1,
.mx-xl-n1 {
margin-right: -0.25rem !important; }
.mb-xl-n1,
.my-xl-n1 {
margin-bottom: -0.25rem !important; }
.ml-xl-n1,
.mx-xl-n1 {
margin-left: -0.25rem !important; }
.m-xl-n2 {
margin: -0.5rem !important; }
.mt-xl-n2,
.my-xl-n2 {
margin-top: -0.5rem !important; }
.mr-xl-n2,
.mx-xl-n2 {
margin-right: -0.5rem !important; }
.mb-xl-n2,
.my-xl-n2 {
margin-bottom: -0.5rem !important; }
.ml-xl-n2,
.mx-xl-n2 {
margin-left: -0.5rem !important; }
.m-xl-n3 {
margin: -1rem !important; }
.mt-xl-n3,
.my-xl-n3 {
margin-top: -1rem !important; }
.mr-xl-n3,
.mx-xl-n3 {
margin-right: -1rem !important; }
.mb-xl-n3,
.my-xl-n3 {
margin-bottom: -1rem !important; }
.ml-xl-n3,
.mx-xl-n3 {
margin-left: -1rem !important; }
.m-xl-n4 {
margin: -1.5rem !important; }
.mt-xl-n4,
.my-xl-n4 {
margin-top: -1.5rem !important; }
.mr-xl-n4,
.mx-xl-n4 {
margin-right: -1.5rem !important; }
.mb-xl-n4,
.my-xl-n4 {
margin-bottom: -1.5rem !important; }
.ml-xl-n4,
.mx-xl-n4 {
margin-left: -1.5rem !important; }
.m-xl-n5 {
margin: -3rem !important; }
.mt-xl-n5,
.my-xl-n5 {
margin-top: -3rem !important; }
.mr-xl-n5,
.mx-xl-n5 {
margin-right: -3rem !important; }
.mb-xl-n5,
.my-xl-n5 {
margin-bottom: -3rem !important; }
.ml-xl-n5,
.mx-xl-n5 {
margin-left: -3rem !important; }
.m-xl-auto {
margin: auto !important; }
.mt-xl-auto,
.my-xl-auto {
margin-top: auto !important; }
.mr-xl-auto,
.mx-xl-auto {
margin-right: auto !important; }
.mb-xl-auto,
.my-xl-auto {
margin-bottom: auto !important; }
.ml-xl-auto,
.mx-xl-auto {
margin-left: auto !important; } }
.text-monospace {
font-family: Open Sans !important; }
.text-justify {
text-align: justify !important; }
.text-wrap {
white-space: normal !important; }
.text-nowrap {
white-space: nowrap !important; }
.text-truncate {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap; }
.text-left {
text-align: left !important; }
.text-right {
text-align: right !important; }
.text-center {
text-align: center !important; }
@media (min-width: 576px) {
.text-sm-left {
text-align: left !important; }
.text-sm-right {
text-align: right !important; }
.text-sm-center {
text-align: center !important; } }
@media (min-width: 768px) {
.text-md-left {
text-align: left !important; }
.text-md-right {
text-align: right !important; }
.text-md-center {
text-align: center !important; } }
@media (min-width: 992px) {
.text-lg-left {
text-align: left !important; }
.text-lg-right {
text-align: right !important; }
.text-lg-center {
text-align: center !important; } }
@media (min-width: 1200px) {
.text-xl-left {
text-align: left !important; }
.text-xl-right {
text-align: right !important; }
.text-xl-center {
text-align: center !important; } }
.text-lowercase {
text-transform: lowercase !important; }
.text-uppercase {
text-transform: uppercase !important; }
.text-capitalize {
text-transform: capitalize !important; }
.font-weight-light {
font-weight: 300 !important; }
.font-weight-lighter {
font-weight: lighter !important; }
.font-weight-normal {
font-weight: 400 !important; }
.font-weight-bold {
font-weight: 700 !important; }
.font-weight-bolder {
font-weight: bolder !important; }
.font-italic {
font-style: italic !important; }
.text-white {
color: #fff !important; }
.text-primary {
color: #2e7d32 !important; }
a.text-primary:hover, a.text-primary:focus {
color: #19451c !important; }
.text-secondary {
color: #808080 !important; }
a.text-secondary:hover, a.text-secondary:focus {
color: #5a5a5a !important; }
.text-success {
color: #2e7d32 !important; }
a.text-success:hover, a.text-success:focus {
color: #19451c !important; }
.text-info {
color: #132B3D !important; }
a.text-info:hover, a.text-info:focus {
color: #010203 !important; }
.text-warning {
color: #ffc107 !important; }
a.text-warning:hover, a.text-warning:focus {
color: #ba8b00 !important; }
.text-danger {
color: #c62828 !important; }
a.text-danger:hover, a.text-danger:focus {
color: #861b1b !important; }
.text-light {
color: #f9f9f9 !important; }
a.text-light:hover, a.text-light:focus {
color: lightgray !important; }
.text-dark {
color: #343a40 !important; }
a.text-dark:hover, a.text-dark:focus {
color: #121416 !important; }
.text-body {
color: #404040 !important; }
.text-muted {
color: #808080 !important; }
.text-black-50 {
color: rgba(40, 40, 40, 0.5) !important; }
.text-white-50 {
color: rgba(255, 255, 255, 0.5) !important; }
.text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0; }
.text-decoration-none {
text-decoration: none !important; }
.text-break {
word-break: break-word !important;
overflow-wrap: break-word !important; }
.text-reset {
color: inherit !important; }
.visible {
visibility: visible !important; }
.invisible {
visibility: hidden !important; }
@media print {
*,
*::before,
*::after {
text-shadow: none !important;
box-shadow: none !important; }
a:not(.btn) {
text-decoration: underline; }
abbr[title]::after {
content: " (" attr(title) ")"; }
pre {
white-space: pre-wrap !important; }
pre,
blockquote {
border: 1px solid #adb5bd;
page-break-inside: avoid; }
thead {
display: table-header-group; }
tr,
img {
page-break-inside: avoid; }
p,
h2,
h3 {
orphans: 3;
widows: 3; }
h2,
h3 {
page-break-after: avoid; }
@page {
size: a3; }
body {
min-width: 992px !important; }
.container {
min-width: 992px !important; }
.navbar {
display: none; }
.badge {
border: 1px solid #282828; }
.table {
border-collapse: collapse !important; }
.table td,
.table th {
background-color: #fff !important; }
.table-bordered th,
.table-bordered td {
border: 1px solid #dee2e6 !important; }
.table-dark {
color: inherit; }
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
border-color: #dee2e6; }
.table .thead-dark th {
color: inherit;
border-color: #dee2e6; } }
.datepicker:not(.datepicker-inline) {
border: solid 1px #d9d9d9;
width: max-content; }
.datepicker {
border-radius: 0;
direction: ltr; }
.datepicker .table-condensed {  }
.datepicker .table-condensed tfoot {
display: none; }
.datepicker-rtl {
direction: rtl; }
.datepicker-rtl.dropdown-menu {
left: auto; }
.datepicker-rtl table tr td span {
float: right; }
.datepicker-dropdown {
top: 0;
left: 0;
padding: 0; }
.datepicker-dropdown.datepicker-orient-left:before {
left: 6px; }
.datepicker-dropdown.datepicker-orient-left:after {
left: 7px; }
.datepicker-dropdown.datepicker-orient-right:before {
right: 6px; }
.datepicker-dropdown.datepicker-orient-right:after {
right: 7px; }
.datepicker-dropdown.datepicker-orient-bottom:before {
top: -7px; }
.datepicker-dropdown.datepicker-orient-bottom:after {
top: -6px; }
.datepicker-dropdown.datepicker-orient-top:before {
bottom: -7px;
border-bottom: 0;
border-top: 7px solid #d9d9d9; }
.datepicker-dropdown.datepicker-orient-top:after {
bottom: -6px;
border-bottom: 0;
border-top: 6px solid #fff; }
.datepicker table {
margin: 0;
-webkit-touch-callout: none;
user-select: none; }
.datepicker table tr td {
border-radius: 2px; }
.datepicker table tr th {
font-weight: 500; }
.datepicker table tr td,
.datepicker table tr th {
transition: .2s ease;
width: 30px;
height: 30px;
border: none;
text-align: center;
font-size: 12px; }
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
background-color: transparent; }
.datepicker table tr td.old, .datepicker table tr td.new {
color: #808080; }
.datepicker table tr td.day {
font-weight: 600;
padding: 0 10px; }
.datepicker table tr td.day:hover, .datepicker table tr td.focused {
cursor: pointer; }
.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
background: none;
color: #808080;
cursor: default; }
.datepicker table tr td.highlighted {
border-radius: 0; }
.datepicker table tr td.highlighted.focused {
background: #66bb6a; }
.datepicker table tr td.highlighted.disabled, .datepicker table tr td.highlighted.disabled:active {
background: #66bb6a;
color: #d9d9d9; }
.datepicker table tr td.today {
background: #f1f1f1; }
.datepicker table tr td.range {
background: #d9f1da;
color: #212121;
border-radius: 0; }
.datepicker table tr td.range.highlighted.disabled, .datepicker table tr td.range.highlighted.disabled:active {
color: #808080; }
.datepicker table tr td.day.range-start {
border-top-right-radius: 0;
border-bottom-right-radius: 0; }
.datepicker table tr td.day.range-end {
border-top-left-radius: 0;
border-bottom-left-radius: 0; }
.datepicker table tr td.day.range-start.range-end {
border-radius: 2px; }
.datepicker table tr td.selected, .datepicker table tr td.selected.highlighted, .datepicker table tr td.selected:hover, .datepicker table tr td.selected.highlighted:hover, .datepicker table tr td.day.range:hover {
background: #66bb6a;
color: #fff; }
.datepicker table tr td.active, .datepicker table tr td.active.highlighted, .datepicker table tr td.active:hover, .datepicker table tr td.active.highlighted:hover {
background: #66bb6a;
color: #fff; }
.datepicker table tr td span {
display: block;
width: 23%;
height: 54px;
line-height: 54px;
float: left;
margin: 1%;
cursor: pointer;
border-radius: 4px; }
.datepicker table tr td span:hover, .datepicker table tr td span.focused {
background: #d9d9d9; }
.datepicker table tr td span.disabled, .datepicker table tr td span.disabled:hover {
background: none;
color: #808080;
cursor: default; }
.datepicker table tr td span.active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover {
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
.datepicker table tr td span.old, .datepicker table tr td span.new {
color: #212121; }
.datepicker .datepicker-switch {
width: 145px;
color: #212121;
font-size: 18px;
letter-spacing: -0.45px; }
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
cursor: pointer; }
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
background: #d9d9d9; }
.datepicker .prev,
.datepicker .next {
color: #66bb6a;
font-size: 25px;
line-height: 25px;
display: block; }
.datepicker .prev.disabled,
.datepicker .next.disabled {
visibility: hidden; }
.datepicker .cw {
font-size: 10px;
width: 12px;
padding: 0 2px 0 5px;
vertical-align: middle; }
.datepicker th.dow {
font-size: 12px;
font-weight: 600;
color: #808080;
letter-spacing: -0.3px; }
.mainPage {
max-width: 1120px; }
.headline {
font-size: 32px;
font-weight: 900; }
.topicHeadline {
font-size: 20px; }
.topicHeadlineBig {
font-size: 22px; }
.diffMarginTop {
margin-top: 48px;
margin-bottom: 28px; }
.controls .differentVariationsRow {
display: grid;
grid-template-columns: repeat(5, max-content);
max-width: 300px;
height: 48px;
overflow: visible; }
.controls .differentVariationsRow .btn {
border-radius: 0;
height: 48px; }
.controls .differentVariationsRow .btn:first-child {
border-radius: 2px 0 0 2px; }
.controls .differentVariationsRow .btn:last-child {
border-radius: 0 2px 2px 0; }
.controls .differentVariationsRow .btn-ico {
width: 71px;
min-width: 70px; }
.grid .square .col {
width: 100%;
height: 30px; }
.grid .square .col div {
background: #f1f1f1;
width: 100%;
height: 100%; }
.grid .borderItem {
text-align: center;
font-size: 14px;
line-height: 50px;
height: 50px;
border: 1px solid #f1f1f1;
width: 100%; }
.grid .row {
margin-bottom: 30px; }
.grid .gridPhotoshopHelper {
width: 100%;
height: auto; }
.buttons .buttonShowcaseItem, .input .buttonShowcaseItem {
display: grid;
grid-template-rows: 20px 50px max-content;
grid-gap: 10px; }
.alert {
border: none;
border-radius: 2px;
color: #282828; }
.alert button {
color: #4ba45e;
opacity: 1; }
.alert a {
text-decoration: underline;
font-weight: 500; }
.alert.alert-danger {
font-weight: 500;
background-color: #ef9a9a;
color: #fff; }
.alert.alert-danger button {
color: #fff; }
.alert.alert-danger a {
font-weight: 800;
color: #fff; }
.alert.alert-info {
background-color: #f1f1f1; }
.alert.alert-primary {
background-color: #d9f1da; }
.alert.alert-secondary {
background-color: #ffd54f; }
.alert.alert-secondary button {
color: #fff; }
.alert .alert-heading {
font-weight: 800; }
.alert .alert-heading p {
font-weight: 600; }
.alert .alert-heading .mb-0 {
font-weight: 400 !important; }
.form-group-check {
margin-bottom: 0; }
.form-group-check input.form-check + .icon {
position: absolute;
right: 0;
padding: 8px 28px;
color: #d9d9d9;
top: 13.5%;
font-size: 16px; }
.form-group-check input.form-check.large + .icon {
top: 37px;
font-size: 18px; }
.form-group-check input.form-check.small + .icon {
top: 11%; }
.form-group-check input.form-check.danger {
border-color: #e53935; }
.form-group-check input.form-check.warning {
border-color: #ef6c00; }
.form-group-check .formLine {
width: 100%;
height: 4px;
background-color: #d9d9d9;
margin-top: 8px; }
.form-group-check .formLine.bg-success {
background-color: #66bb6a !important;
background: linear-gradient(to right, #66bb6a 0%, #66bb6a 82%, #d9d9d9 82%, #d9d9d9 100%); }
.form-group-check .formLine.danger {
background-color: #e53935;
background: linear-gradient(to right, #e53935 0%, #e53935 32%, #d9d9d9 32%, #d9d9d9 100%); }
.form-group-check .formLine.warning {
background-color: #ef6c00;
background: linear-gradient(to right, #ef6c00 0%, #ef6c00 52%, #d9d9d9 52%, #d9d9d9 100%); }
.form-group-check .formDescription {
font-size: 12px;
font-weight: 600;
text-align: left;
color: #9a9a9a; }
.form-group-check .formDescription.text-success {
color: #66bb6a !important; }
.form-group-check .formDescription.danger {
color: #e53935; }
.form-group-check .formDescription.warning {
color: #ef6c00; }
.form-group-check .formDescription i {
margin-left: 5px;
margin-right: 5px; }
.right-block-photo-btns {
position: relative; }
.right-block-photo-btns::before {
content: "";
position: absolute;
width: 2px;
background: #eeeff3;
height: 100%;
left: -22px;
top: 0; }
.right-block-photo-btns .photo-button-container {
position: relative;
background: url(//zamportaltest.azurewebsites.net/wp-content/themes/project/assets/build/img/button-bg.png) 50% 50% no-repeat;
background-size: cover;
width: 274px;
height: 115px;
align-content: center;
justify-content: center;
display: flex;
align-items: center;
margin: 0 0 20px; }
.right-block-photo-btns .photo-button-container.photo-button-container-default .btn:hover {
color: #212121;
background-color: #fff; }
.right-block-photo-btns .photo-button-container.photo-button-container-hover-1 .btn {
color: #212121;
background-color: #fff; }
.right-block-photo-btns .photo-button-container.photo-button-container-hover-2 .btn {
background-color: #212121 !important; }
.right-block-photo-btns .photo-button-container::after {
content: "";
position: absolute;
width: 100%;
top: 0;
left: 0;
height: 100%;
background-color: rgba(0, 0, 0, 0.25); }
.custom-switch .custom-control-label::after {
background: #fff; }
.custom-switch .custom-control-label::before {
background: #ffa726;
border: none; }
.custom-switch .custom-control-label:hover::after, .custom-switch .custom-control-label:active::after {
background: #404040 !important; }
.custom-switch .custom-control-label:focus::after {
outline: 1px solid #ef6c00;
outline-offset: 3px; }
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
background: #fff; }
.custom-switch .custom-control-input:checked ~ .custom-control-label::before {
background: #808080; }
.custom-switch .custom-control-input:checked ~ .custom-control-label:hover::after, .custom-switch .custom-control-input:checked ~ .custom-control-label:active::after {
background: #404040; }
.custom-switch .custom-control-input:checked ~ .custom-control-label:focus::before {
outline: 1px solid #ef6c00;
outline-offset: 3px; }
.custom-switch.hover .custom-control-label::after, .custom-switch.active .custom-control-label::after {
background: #404040; }
.custom-switch.focus .custom-control-label::before {
outline: 1px solid #ef6c00;
outline-offset: 3px; }
.info-modals .btn {
margin-bottom: 0; }
.sizeBlock {
color: #fff;
font-weight: 600;
background: #ef9a9a;
text-align: center;
border-radius: 2px; }
.sizeBlock.frst {
font-size: 20px;
width: 48px;
height: 48px;
line-height: 48px; }
.sizeBlock.scnd {
font-size: 18px;
width: 36px;
height: 36px;
line-height: 36px; }
.sizeBlock.thrd {
font-size: 18px;
width: 28px;
height: 28px;
line-height: 28px; }
.sizeBlock.frth {
font-size: 12px;
width: 16px;
height: 16px;
line-height: 16px; } .bgImageContainer {
width: 100%;
min-height: 758px;
height: max-content;
box-sizing: border-box;
padding-top: 35px;
padding-bottom: 70px !important;
background-image: url(//zamportaltest.azurewebsites.net/wp-content/themes/project/assets/build/img/form-bg.png);
background-size: cover; } .withTopControls {
width: 95%; }
.withTopControls .formHeader {
background: #f1f1f1; }
.withTopControls .formControlHeader {
background: #fff;
box-sizing: border-box;
padding: 0 20px;
height: max-content; }
.withTopControls .formControlHeader .formControlHeadline {
display: block;
font-size: 14px;
line-height: 45px;
height: 45px;
font-weight: 600;
color: #212121;
text-align: left; }
.withTopControls .formControlHeader .mainControl {
height: 50px;
width: 100%; }
.withTopControls .formControlHeader .mainControl .leftSide {
width: max-content;
height: 32px;
display: grid;
grid-auto-flow: column;
grid-auto-columns: max-content;
align-items: center;
grid-gap: 15px;
float: left; }
.withTopControls .formControlHeader .mainControl .leftSide img {
height: 32px;
width: 32px;
border-radius: 50%; }
.withTopControls .formControlHeader .mainControl .leftSide .name {
color: #212121;
font-size: 14px;
font-weight: 600; }
.withTopControls .formControlHeader .mainControl .leftSide .comments {
font-size: 12px;
color: #9a9a9a; }
.withTopControls .formControlHeader .mainControl .leftSide .comments .value {
color: #212121; }
.withTopControls .formControlHeader .mainControl .leftSide .comments i {
font-size: 10px;
line-height: 12px;
padding-right: 6px; }
.withTopControls .formControlHeader .mainControl .leftSide .chip-primary {
background-color: #d9f1da;
color: #2e7d32; }
.withTopControls .formControlHeader .mainControl .rightSide {
width: max-content;
height: 32px;
display: grid;
grid-auto-flow: column;
grid-auto-columns: max-content;
align-items: center;
grid-gap: 15px;
float: right;
font-size: 14px; }
.withTopControls .formControlHeader .mainControl .rightSide .dropdown button {
width: 166px;
margin-bottom: 0; }
.withTopControls .formControlHeader .mainControl .rightSide .iconsBlock {
display: grid;
grid-auto-flow: column;
align-items: center;
height: max-content;
width: max-content;
grid-auto-columns: 16px;
grid-gap: 12px;
color: #ef6c00;
font-size: 12px;
padding-left: 14px; }
.withTopControls .formControlHeader .mainControl .rightSide .iconsBlock i.disabled {
color: #9a9a9a; }
.withTopControls .formBody {
height: 350px;
color: #fff;
padding: 0;
background: #cdcecc;
vertical-align: middle;
font-size: 60px;
line-height: 345px;
font-weight: 600;
text-align: center; }
.withTopControls .formFooter {
padding-top: 16px;
padding-bottom: 16px; }
.font-weight-extra {
font-weight: 800; }
.simpleForm .date-input input { }
form.large .form-row {
margin-bottom: 12px; }
form.large > div:last-child {
margin-top: 20px; }
form.large .text-right button {
margin-left: 12px; }
form.large button {
margin-right: 12px; }
.form-row {
margin-left: -8px;
margin-right: -8px; }
.form-row [class*="col-"], .form-row .col {
padding-right: 8px;
padding-left: 8px; }
.sideNav {
max-width: 53px;
transition: 0.2s;
border-radius: 2px;
background: #388e3c; }
.sideNav a {
color: #fff;
text-overflow: ellipsis;
white-space: nowrap;
transition: 0.2s;
font-weight: 600;
background: transparent;
border-bottom: 1px solid #66bb6a;
padding: 4px 0 4px 1.25rem;
height: 48px; }
.sideNav a.focus {
color: #66bb6a; }
.sideNav a:first-child {
border-top-right-radius: 2px;
border-top-left-radius: 2px; }
.sideNav a:last-child {
border-bottom-right-radius: 2px;
border-bottom-left-radius: 2px;
border-bottom: none; }
.sideNav a.focus, .sideNav a:focus {
background-color: #1b5e20;
text-decoration: none; }
.sideNav a.focus:after, .sideNav a:focus:after {
display: inline-block;
font-family: 'Font Awesome 5 Pro';
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
font-weight: 900;
content: '\f0d9';
font-size: 32px;
margin-right: -1px;
color: #fff; }
.sideNav a.hover, .sideNav a:hover {
background-color: #66bb6a;
text-decoration: none; }
.sideNav a i:first-child {
min-width: 33px;
text-align: left; }
.sideNav a .fa-sort-down, .sideNav a .fa-sort-up {
font-size: 18px;
line-height: 18px;
margin-left: auto; }
.sideNav a .fa-sort-down {
display: none; }
.sideNav a span.badge {
background: #1b5e20;
font-size: 14px;
font-weight: 600;
padding: 13px 4px 13px 7px; }
.sideNav a span.badge-pill {
transform: inherit;
border-top-right-radius: 0;
border-bottom-right-radius: 0; }
.sideNav a span.badge i {
font-size: 20px; }
.sideNav a.collapsed .fa-sort-up {
display: none; }
.sideNav a.collapsed .fa-sort-down {
display: block; }
.sideNav a.collapseItem {
background-color: #1b5e20; }
.sideNav.photo-icons {
max-width: 60px; }
.sideNav.photo-icons .navBlock i:first-child {
min-width: 60px; }
.sideNav.photo-icons .navBlock i:first-child img {
width: 36px;
height: 36px;
border-radius: 50%; }
.sideNav:hover {
max-width: 300px; }
.kebab-menu {
padding: 0;
border-radius: 2px;
border: solid 1px #d9d9d9;
list-style: none; }
.kebab-menu .kebab-menu-item {
border-bottom: solid 1px #d9d9d9;
margin-bottom: 0; }
.kebab-menu .kebab-menu-item:last-child {
border-bottom: none; }
.kebab-menu .kebab-menu-item .btn-group {
display: flex;
flex-flow: row nowrap;
justify-content: space-between;
transition: 0.2s; }
.kebab-menu .kebab-menu-item .btn-group:not(.disable-hover).hovered {
background: #66bb6a;
color: #fff; }
.kebab-menu .kebab-menu-item .btn-group:not(.disable-hover).hovered span, .kebab-menu .kebab-menu-item .btn-group:not(.disable-hover).hovered i, .kebab-menu .kebab-menu-item .btn-group:not(.disable-hover).hovered button {
color: #fff !important; }
.kebab-menu .kebab-menu-item .btn-group .kebab-menu-item-txt {
font-size: 16px;
line-height: 1.5;
letter-spacing: -0.4px;
text-decoration: none;
padding: 15px 0 10px 23px;
display: block;
width: 100%;
border: none;
background: none;
text-align: left; }
.kebab-menu .kebab-menu-item .btn-group .kebab-menu-item-txt .txt1 {
color: #212121; }
.kebab-menu .kebab-menu-item .btn-group .kebab-menu-item-txt .txt2 {
color: #9a9a9a; }
.kebab-menu .kebab-menu-item .btn-group .kebab-menu-item-toggle {
padding: 0 22px;
background: none;
border: none;
color: #ef6c00;
transition: 0.2s; }
.kebab-menu .kebab-menu-item .btn-group .kebab-menu-item-toggle:hover, .kebab-menu .kebab-menu-item .btn-group .kebab-menu-item-toggle.hovered {
color: #fff;
background: #ef6c00; }
.kebab-menu .kebab-menu-item .btn-group:not(.disable-hover) .kebab-menu-item-txt:hover {
background: #66bb6a; }
.kebab-menu .kebab-menu-item .btn-group:not(.disable-hover) .kebab-menu-item-txt:hover .txt1, .kebab-menu .kebab-menu-item .btn-group:not(.disable-hover) .kebab-menu-item-txt:hover .txt2 {
color: #fff; }
.kebab-menu .kebab-menu-item .dropdown-menu {
border-color: #66bb6a; }
.kebab-menu .kebab-menu-item .dropdown-menu .dropdown-item {
font-size: 18px;
line-height: 48px;
letter-spacing: -0.45px;
text-align: left;
color: #212121;
padding: 0 17px; }
.kebab-menu .kebab-menu-item .dropdown-menu .dropdown-item:hover, .kebab-menu .kebab-menu-item .dropdown-menu .dropdown-item.hovered {
background: #66bb6a;
color: #fff;
text-decoration: none; }
.kebab-menu .kebab-menu-item .dropdown-menu::before {
content: "";
position: absolute;
left: 14px;
top: -11px;
border-bottom: 11px solid #fff;
border-left: 10px solid transparent;
border-right: 10px solid transparent; }
.attach-txt {
font-size: 16px;
font-weight: 600;
line-height: 1.5;
letter-spacing: -0.4px;
text-transform: uppercase; }
.attach-txt i {
font-size: 18px;
margin-right: 7px; }
.custom-file {
height: 48px; }
.custom-file .custom-file-input {
height: 48px; }
.custom-file .custom-file-label {
padding: 14px 50px 10px 47px;
text-align: center;
border-radius: 2px;
border: solid 1px #d9d9d9;
font-size: 12px;
font-weight: 600;
line-height: 1.67;
letter-spacing: -0.3px;
color: #9a9a9a;
height: auto;
margin-bottom: 0;
cursor: pointer;
transition: 0.2s; }
.custom-file .custom-file-label i {
font-size: 18px;
margin-right: 7px; }
.custom-file .custom-file-label span {
font-size: 14px;
font-weight: 600;
letter-spacing: -0.35px;
color: #ef6c00;
margin-left: 9px; }
.custom-file .custom-file-label::after {
display: none; }
.custom-file:hover .custom-file-label, .custom-file.hover .custom-file-label {
border-color: #2e7d32;
color: #2e7d32; }
.custom-file:hover .custom-file-label span, .custom-file.hover .custom-file-label span {
color: #2e7d32; }
.custom-file.error .custom-file-label {
border-color: #e53935;
background: #ffeeee; }
.custom-file.error .text-danger {
font-size: 12px;
font-weight: 600;
margin-top: 10px;
line-height: 1.67;
letter-spacing: -0.3px; }
.file-attachment {
display: flex;
flex-flow: row nowrap;
padding: 16px 22px 12px 26px;
border-radius: 2px;
border: solid 1px #d9d9d9; }
.file-attachment i.fas.fa-file-word {
font-size: 18px;
color: #66bb6a;
margin: 2px 4px 0 0; }
.file-attachment .file-info {
width: 100%; }
.file-attachment .file-info .file-name {
font-size: 14px;
line-height: 1;
letter-spacing: -0.35px;
color: #212121;
padding: 6px 7px 4px 7px;
height: 26px;
border-radius: 2px;
border: solid 1px #66bb6a;
margin-bottom: 5px; }
.file-attachment .file-info .file-name[readonly] {
border-color: transparent;
background: none; }
.file-attachment .file-info .file-size {
font-size: 12px;
font-weight: 600;
line-height: 1;
letter-spacing: -0.3px;
color: #9a9a9a;
margin-left: 8px; }
.file-attachment .btns-wrapper {
margin-left: 11px;
display: flex;
flex-flow: row nowrap;
align-items: center; }
.file-attachment .btns-wrapper .rename {
font-size: 12px;
min-height: 12px;
color: #66bb6a;
transition: 0.2s;
margin-right: 16px; }
.file-attachment .btns-wrapper .rename:hover {
color: #1b5e20; }
.file-attachment .btns-wrapper .cancel {
font-size: 12px;
color: #e53935;
min-height: 12px;
transition: 0.2s; }
.file-attachment .btns-wrapper .cancel:hover {
color: #c62828; }
.file-attachment .btns-wrapper .btn-group .delete {
font-size: 12px;
min-height: 12px;
color: #e53935;
background: none;
border: none;
padding: 0; }
.file-attachment .btns-wrapper .btn-group .dropdown-menu {
padding: 26px 28px;
border-radius: 2px;
border: solid 1px #66bb6a;
min-width: 266px; }
.file-attachment .btns-wrapper .btn-group .dropdown-menu p {
font-size: 14px;
line-height: 1.71;
letter-spacing: -0.35px;
width: 100%; }
.file-attachment .btns-wrapper .btn-group .dropdown-menu .buttons-wrapper {
display: flex;
justify-content: space-between; }
.file-attachment .btns-wrapper .btn-group .dropdown-menu button {
min-width: 98px; }
.file-attachment.loading .file-info .progress {
margin: 10px 0 0 8px; }
.file-attachment.loading .file-info .upload-esc {
display: flex;
flex-flow: row nowrap;
justify-content: space-between;
font-size: 12px;
font-weight: 600;
line-height: 1;
letter-spacing: -0.3px;
color: #9a9a9a;
margin-top: 8px;
margin-left: 8px; }
.progress-bar.bg-warning {
background: #ef6c00 !important; }
.progress-bar.bg-primary {
background: #66bb6a !important; }
.progress {
background: #d9d9d9; }
.progress {
height: 8px; }
.progress.progress-sm {
height: 4px; }
.progress.progress-lg {
height: 24px;
font-size: 14px; }
.btn.btn-icon-primary {
color: #2e7d32;
font-size: 22px;
line-height: 1;
padding: 15px 13px;
border: solid 1px #d9d9d9;
background-color: #f1f1f1;
border-radius: 0;
min-width: 0;
transition: 0.2s; }
.btn.btn-icon-primary:hover {
color: #388e3c; }
.btn .badge {
position: absolute;
top: -8px; }
.badge {
border-radius: 2px;
font-size: 12px;
padding: 4px;
right: 0;
transform: translateX(50%);
z-index: 11; }
.chip {
font-size: 12px;
font-weight: 600;
line-height: 20px;
letter-spacing: -0.3px;
padding: 0 12px;
color: #fff;
border-radius: 2px;
display: inline-block; }
.chip.chip-primary {
background: #66bb6a; }
.chip.chip-secondary {
background: #ffa726; }
.chip.chip-warning {
background: #ef9a9a; }
.chip.chip-disabled {
background: #d9d9d9;
color: #9a9a9a; } .bg-black {
background-color: #212121; }
.bg-color-chartreuse {
background-color: #66bb6a !important; }
.bg-color-orange {
background-color: #ef6c00 !important; }
.bg-color-green {
background-color: #2e7d32 !important; }
.bg-color-gray {
background-color: #d9d9d9 !important; }
.bg-color-white {
background-color: #ffffff !important; }
.color-chartreuse {
color: #66bb6a !important; }
.color-gray {
background-color: #d9d9d9 !important; }
.color-orange {
color: #ef6c00 !important; }
.color-white {
color: #fcfcfc !important; }
.color-green {
color: #2e7d32 !important; }
.bs-stepper .bs-stepper-circle {
margin: .25rem 0;
font-size: 24px;
font-weight: bold;
line-height: 1;
letter-spacing: normal;
text-align: center;
color: #fcfcfc; }
.bs-stepper .bs-stepper-circle.circle-stroke {
border: solid 2px #d9d9d9;
background-color: transparent;
color: #d9d9d9; }
.bs-stepper .bs-stepper-circle.circle-stroke span {
margin: -2px; }
.bs-stepper .bs-stepper-circle .fas {
font-size: 18px; }
.bs-stepper .bs-stepper-label {
width: 6.5rem;
white-space: normal;
font-size: 14px;
font-weight: bold;
line-height: 1.71;
letter-spacing: normal;
color: #282828;
position: absolute;
bottom: -0.5rem;
margin: 0; }
.bs-stepper .bs-stepper-label.label-positioning {
width: 11rem;
top: 5rem;
left: 15px;
text-align: left; }
@media (max-width: 575.98px) {
.bs-stepper .bs-stepper-label.label-positioning {
width: 130px; } }
.bs-stepper .bs-stepper-label small {
font-size: 12px; }
.bs-stepper .line, .bs-stepper .bs-stepper-line {
min-height: 2px !important;
min-width: 2px !important; }
.bs-stepper .step {
height: 6.5rem; }
.bs-stepper .step .step-trigger {
position: relative;
flex-direction: column;
padding: 20px 16px; }
.bs-stepper .step .step-trigger:hover {
background-color: transparent; }
.bs-stepper .step i.color-green, .bs-stepper .step i.text-success, .bs-stepper .step span.color-green, .bs-stepper .step span.text-success {
color: #66bb6a !important; }
.guideTitle h4 {
font-size: 14px;
font-weight: 800;
line-height: 1.71;
letter-spacing: -0.35px;
text-align: left;
color: #c8c8c8; }
.guideTitle hr {
border-top-width: 2px !important;
border-color: #eeeff3; }
.sizing-block {
width: 1rem;
height: 1rem;
font-size: 0.7rem;
font-weight: 700;
color: #fff;
text-align: center;
line-height: 1rem;
border-radius: 2px;
background: #E29E9C;
position: absolute;
letter-spacing: -0.45px; }
.sizing-block.size-16 {
width: 16px;
height: 16px; }
.sizing-block.size-28 {
font-size: 18px;
line-height: 28px;
width: 28px;
height: 28px; }
.sizing-block.size-32 {
font-size: 18px;
line-height: 32px;
width: 32px;
height: 32px; }
.sizing-block.size-36 {
font-size: 18px;
line-height: 36px;
width: 36px;
height: 36px; }
.sizing-block.size-48 {
font-size: 18px;
line-height: 48px;
width: 48px;
height: 48px; } .fc .fc-day {
overflow: hidden; }
.fc .fc-day-grid-event {
width: max-content;
max-width: 97.5%;
padding: 0 10px;
box-sizing: border-box; }
.fc .fc-day-grid-event .fc-title {
max-width: 100%;
white-space: pre-line;
font-size: 12px;
font-weight: 600;
color: #fff;
letter-spacing: -0.3px; }
.fc .fc-event-container {
padding: 1.5px 2px; }
.fc .fc-head-container, .fc .fc-day-header {
border: none !important; }
.fc .fc-day-header {
padding: 15px 0; }
.fc .fc-day-header span {
color: #212121;
letter-spacing: -0.35px;
font-size: 14px;
font-weight: 600; }
.fc td, .fc th {
border-color: #d9d9d9 !important; }
.fc .fc-day-number {
font-size: 14px;
font-weight: 600;
color: #212121;
letter-spacing: -0.35px;
padding-right: 7px !important; }
.fc .fc-today {
background: #d9f1da !important; }
.fc .fc-button-group .fc-button {
padding: 8px 10px;
border-radius: 4px !important;
border: solid 1px #d9d9d9;
background-color: #fff !important; }
.fc .fc-button-group .fc-button.fc-prev-button {
margin-right: 10px; }
.fc .fc-button-group .fc-button span {
font-size: initial;
vertical-align: top;
width: auto;
height: auto; }
.fc .fc-button-group .fc-button span::before {
color: #2e7d32;
font-size: 14px; }
.fc .fc-today-button {
text-transform: uppercase;
border-radius: 2px;
background-color: #d9d9d9 !important;
border: none !important;
color: #fff !important; }
.fc .fc-button {
padding: 8px 16px;
height: 36px; }
.fc .fc-center h2 {
font-size: 16px;
font-weight: 600;
color: #282828; }
.calendarPage .dropdown button, .datepickerPage .dropdown button {
width: 100% !important;
text-overflow: ellipsis;
overflow: hidden;
min-width: initial !important; }
.calendarPage .dropdown-menu, .datepickerPage .dropdown-menu {
width: max-content !important;
min-width: initial !important; }
.calendarPage .paramContainer span {
line-height: 30px; }
.calendarPage .paramContainer .squareGray, .calendarPage .paramContainer .squareGreen, .calendarPage .paramContainer .squareBg {
width: 30px;
height: 30px;
border-radius: 2px;
text-align: center;
line-height: 30px;
font-size: 12px; }
.calendarPage .paramContainer .squareGray {
background-color: #f1f1f1;
color: #212121; }
.calendarPage .paramContainer .squareGreen {
background-color: #66bb6a;
color: #fff; }
.calendarPage .paramContainer .squareBg {
background-color: #d9f1da; }
.calendarPage .paramContainer .icon {
font-size: 25px;
color: #66bb6a; }
.calendarPage .paramContainer .icon i {
font-size: 16px;
padding-left: 4px;
margin-right: -3px;
position: relative;
top: -2px; }
#bodyCalendar .daterangepicker {
display: block !important;
margin-top: -25px !important; }
#bodyCalendar .daterangepicker:before, #bodyCalendar .daterangepicker:after {
content: none !important; }
.input-daterange-styling {
display: grid;
grid-template-columns: 283px 283px;
background: #fff; }
.input-daterange-styling input {
display: inline-block;
width: 283px; }
.calendarForm {
width: 1520px;
display: grid;
grid-template-columns: 340px 1fr;
border-top: 35px solid #d9d9d9;
border-bottom: 35px solid #d9d9d9; }
.calendarForm .dropdown-menu {
width: 100% !important; }
.calendarForm .leftSide {
border-left: 1px solid #d9d9d9;
box-sizing: border-box;
padding: 32px 25px; }
.calendarForm .leftSide .imgContainer {
text-align: left;
display: grid;
grid-template-columns: 64px 1fr;
grid-gap: 18px;
margin-bottom: 32px; }
.calendarForm .leftSide .imgContainer img {
width: 64px;
height: 64px;
border-radius: 50%; }
.calendarForm .leftSide .imgContainer .imgRightSide {
height: max-content;
align-self: center; }
.calendarForm .leftSide .imgContainer .imgRightSide span {
display: block; }
.calendarForm .leftSide .imgContainer .imgRightSide span.name {
font-size: 14px;
color: #212121;
letter-spacing: -0.35px;
font-weight: 600; }
.calendarForm .leftSide .imgContainer .imgRightSide span.underline {
font-size: 12px;
color: #808080;
letter-spacing: -0.35px; }
.calendarForm .leftSide .search {
margin-bottom: 25px; }
.calendarForm .leftSide .search .input-group-append {
margin-left: -36px;
left: 0; }
.calendarForm .leftSide .datepickerContainer {
margin-top: 300px;
margin-left: 3px; }
.calendarForm .leftSide .enterTaskName {
display: grid;
grid-template-columns: 260px 1fr;
margin-bottom: 25px; }
.calendarForm .leftSide .enterTaskName input {
width: 100%; }
.calendarForm .leftSide .enterTaskName i {
position: relative;
left: 2px;
justify-self: end;
font-size: 16px;
color: #66bb6a;
align-self: center; }
.calendarForm .rightSide {
border-left: 1px solid #d9d9d9;
border-right: 1px solid #d9d9d9;
box-sizing: border-box;
padding: 32px 27px; }
.calendarForm .rightSide .rightSideHeader {
width: 100%;
height: 19px;
display: grid;
grid-template-columns: 1fr 200px 0;
margin-bottom: 25px; }
.calendarForm .rightSide .rightSideHeader .headline {
font-size: 18px;
line-height: 19px;
font-weight: bold;
color: #282828; }
.calendarForm .rightSide .rightSideHeader .iconsBlock {
height: 19px;
justify-self: end;
display: grid;
width: max-content;
grid-auto-flow: column;
grid-auto-columns: 16px;
grid-gap: 25px;
justify-items: end;
align-items: center;
color: #fb8c00; }
.calendarForm .rightSide .rightSideHeader .btn-group {
justify-self: right;
position: relative;
top: 44px; }
.calendarForm .rightSide .rightSideHeader .btn-group button {
min-width: initial;
width: max-content; }
#bodyAdditional-1 .additional-1-comment .custom {
position: absolute;
left: -50px;
top: 25px; }
#bodyAdditional-1 .additional-1-comment .custom p {
width: 38px;
font-size: 12px;
font-weight: 600;
color: #9a9a9a;
line-height: 1.67;
letter-spacing: -0.3px; }
#bodyAdditional-3 .bs-stepper-header .line {
width: 276px !important; }
#bodyFormsSimple form .dropdown-toggle,
#bodyFormsSimple form .green::placeholder {
color: #66bb6a; }
.template .modal-backdrop.show {
opacity: .9; }
.mainPage { }
.mainPage .dropdown-comment {
font-size: 14px;
color: #282828;
line-height: 1.71;
letter-spacing: -0.35px; }
.mainPage .accordion .btn {
margin-bottom: 0 !important; }
.mainPage .accordion .btn-group {
margin-bottom: 4px; }
.mainPage .accordion .btn-group button.hover,
.mainPage .accordion .btn-group button:hover {
border-color: #67bc6a;
background-color: #67bc6a; }
.mainPage .accordion .card-body {
background-color: #f1f1f1;
line-height: 1.71;
padding: 15px 25px; }
.mainPage.slider .carousel.controls-bottom .btn {
min-width: 0;
margin-left: 3px;
margin-bottom: 3px;
padding-left: 14px;
padding-right: 14px; }
.mainPage.slider .carousel.controls-bottom .btn i {
font-size: 16px; }
@media (max-width: 767.98px) {
.mainPage.slider .carousel .carousel-item .col {
padding: 0; }
.mainPage.slider .carousel .carousel-item img, .mainPage.slider .carousel .carousel-item svg {
height: 320px; } }
@media (min-width: 768px) {
.mainPage.slider .carousel.controls-out .carousel-control-prev, .mainPage.slider .carousel.controls-out .carousel-control-next {
color: #ef6c00;
opacity: 1;
width: 25px; }
.mainPage.slider .carousel.controls-out .carousel-control-prev {
left: -40px; }
.mainPage.slider .carousel.controls-out .carousel-control-next {
right: -40px; } }
.mainPage.slider .carousel-caption {
width: 350px;
text-align: center;
margin: 0 auto; }
.mainPage.slider .carousel-caption p {
font-size: 14px; }
.mainPage.slider .carousel-indicators {
margin-top: 30px;
margin-bottom: 30px; }
.mainPage.slider .carousel-indicators li {
height: 4px;
width: 22px;
border-radius: 2px;
border: 0; }
.mainPage.slider .carousel-control-prev, .mainPage.slider .carousel-control-next {
width: 70px; }
.mainPage .search-comment {
font-size: 14px;
color: #282828;
line-height: 1.71;
letter-spacing: -0.35px; }
.mainPage.additional-1 .form-icon i {
margin: 0 10px; }
.mainPage.additional-1 .breadcrumb {
background: transparent;
padding: 0; }
.mainPage.additional-1 .breadcrumb.align-items-end {
height: 36px; }
.mainPage.additional-1 .breadcrumb.icon i {
margin-right: 10px; }
.mainPage.additional-1 .breadcrumb.large li {
font-size: 18px; }
.mainPage.additional-1 .breadcrumb.small li {
font-size: 12px; }
.mainPage.additional-1 .breadcrumb li {
font-size: 14px;
color: #282828;
font-weight: normal;
letter-spacing: -0.3px; }
.mainPage.additional-1 .breadcrumb li a {
font-weight: 600; }
.mainPage.additional-1 .breadcrumb li a.hover {
color: #282828;
text-decoration: underline; }
.mainPage.additional-1 .breadcrumb li:before {
color: #282828; }
.mainPage.additional-1 .breadcrumb .stack {
display: inline-block;
position: relative; }
.mainPage.additional-1 .breadcrumb .stack .far {
color: #d9d9d9;
font-size: 15px; }
.mainPage.additional-1 .breadcrumb .stack .fas {
color: #ef6c00;
position: absolute;
font-size: 9px;
margin: 0;
left: 3px;
top: 5px; }
.mainPage .additional-1-comment {
font-size: 14px;
color: #282828;
line-height: 1.71;
letter-spacing: -0.35px; }
.max-w-350 {
max-width: 350px;
width: 350px; }
.max-w-250 {
max-width: 255px;
width: 254px; }
.max-w-190 {
max-width: 190px; }
.bd-placeholder-img {
font-size: 1.125rem;
text-anchor: middle; } header.header {
height: max-content;
background: #f1f1f1; }
header.header .navbar-nav-scroll {
max-width: 100%;
overflow: hidden;
padding-bottom: 2rem; }
header.header .navbar-nav-scroll .navbar-nav {
white-space: nowrap; }
@media (max-width: 575.98px) {
header.header .navbar-nav-scroll .navbar-nav {
overflow-x: auto; } }
header.header .logoHeader img {
width: 250px;
height: 100%; }
header.header .logoHeader .divider {
background: #f1f1f1;
width: 3px;
height: 100%; }
header.header .logoHeader span {
color: #2c4d62;
font-size: 18px;
font-weight: 700; }
@media (max-width: 575.98px) {
header.header .logoHeader span {
font-weight: normal;
font-size: 11px; } }
header.header .logoHeader i {
color: #0198e7; }
header.header .logoHeader button.btn {
background-color: #0198e7;
height: 36px;
font-size: 14px;
font-weight: 600;
letter-spacing: -0.35px;
text-align: center;
color: #ffffff;
border: 0;
border-radius: 2px;
margin-bottom: 0; }
@media (max-width: 575.98px) {
header.header .logoHeader img {
margin: 0 auto;
width: 145px; }
header.header .logoHeader span.bold {
text-align: center;
font-size: 14px; } }
header.header .headerNav {
background: #2c4d62;
overflow: visible; }
header.header .headerNav ul, header.header .headerNav li {
margin: 0; }
header.header .headerNav li:first-child a {
padding-left: 15px; }
@media (max-width: 575.98px) {
header.header .headerNav li:first-child a {
padding-left: 10px; } }
header.header .headerNav a {
font-size: 14px;
width: max-content;
color: #fff;
padding: 8px 10px !important; }
header.header .headerNav a.active {
align-items: center;
display: flex;
position: relative;
align-self: stretch;
background: #fff;
color: #c62828;
font-weight: 600;
padding: 8px 20px !important;
align-items: center;
display: flex; }
header.header .headerNav a.active:after {
content: "";
height: 7px;
width: 100%;
position: absolute;
left: 0;
top: -7px;
background-color: #fff; }
header.header .search-box .app-search {
z-index: 110;
width: 100%;
left: -75%;
display: none;
top: 0; }
header.header .search-box .app-search input, header.header .search-box .app-search input:focus {
box-shadow: none !important; }
header.header .search-box .app-search .alert-dismissible .close {
padding: 0;
height: 100%;
width: 2rem; }
header.header .bd-sidebar input.form-control.large {
background: #f9f9f9;
font-size: 16px; }
header.header .bd-sidebar .input-group-append {
margin-left: -27px;
left: 0; }
header.header .bd-sidebar .input-group-append.large i {
font-size: 16px;
color: #d9d9d9; }
header.header .bd-sidebar .navbar-toggler-icon {
display: block;
width: 20px;
height: 3px;
border-radius: 1px;
background-color: #358f39;
margin-top: 3px; }
.navContainer {
width: 100%;
z-index: 1; }
@media (min-width: 576px) {
.navContainer {
max-width: 250px; } }
.navContainer .mainNav {
height: max-content;
background: #282828; }
@media (min-width: 768px) and (max-width: 991.98px) {
.navContainer .mainNav {
width: 175px; } }
.navContainer .mainNav > a.navBlock {
border-bottom: 1px solid #cccccc; }
.navContainer .mainNav > a.navBlock.collapseOption {
border-color: #182b3f; }
.navContainer .mainNav .show .collapseItem {
border-bottom: 1px solid #182b3f; }
.navContainer .mainNav .navBlock {
display: block;
width: 100%;
height: 48px;
background: #f1f1f1;
color: #0a2b3f;
font-size: 14px;
line-height: 48px;
box-sizing: border-box;
padding-left: 20px;
padding-right: 10px;
font-weight: 600;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap; }
.navContainer .mainNav .navBlock span {
overflow: hidden;
text-overflow: ellipsis;
max-width: 100%;
white-space: nowrap; }
.navContainer .mainNav .navBlock:hover {
background: #0198e7;
color: #fff; }
.navContainer .mainNav .navBlock.choosed {
background: #153b53;
color: #fff; }
.navContainer .mainNav .navBlock.collapseOption {
display: grid;
grid-template-columns: 1fr max-content;
grid-gap: 5px;
cursor: pointer; }
.navContainer .mainNav .navBlock.collapseOption:not(.collapsed) {
background: #153b53;
color: #fff; }
.navContainer .mainNav .navBlock.collapseOption.collapsed {
border-bottom: 1px solid #cccccc; }
.navContainer .mainNav .navBlock.collapseOption.collapsed .fa-chevron-up {
display: none; }
.navContainer .mainNav .navBlock.collapseOption.collapsed .fa-chevron-down {
display: block; }
.navContainer .mainNav .navBlock.collapseOption .fa-chevron-up {
display: block; }
.navContainer .mainNav .navBlock.collapseOption .fa-chevron-down {
display: none; }
.navContainer .mainNav .navBlock.collapseOption i {
padding-right: 5px;
line-height: 48px;
text-decoration: none !important; }
.navContainer .mainNav .navBlock.collapseItem {
background-color: #153b53;
color: #fff;
padding-left: 40px; }
.navContainer .mainNav .navBlock.collapseItem:hover, .navContainer .mainNav .navBlock.collapseItem.choosed {
background: #0a2b3f; } .phone-frame {
height: 783px;
position: relative;
text-align: center;
padding: 13px 18px 17px 19px; }
@media (max-width: 575.98px) {
.phone-frame {
padding-left: 14px;
padding-right: 13px;
width: 100%; } }
@media (min-width: 768px) {
.phone-frame {
width: 405px; } }
.phone-frame iframe {
border: 0;
padding: 0;
height: 753px; }
@media (max-width: 575.98px) {
.phone-frame iframe {
width: 100%; } }
@media (min-width: 768px) {
.phone-frame iframe {
width: 368px; } }
.phone-frame:after {
content: '';
position: absolute;
height: 100%;
width: 100%;
top: 0;
left: 0;
background: url(//zamportaltest.azurewebsites.net/wp-content/themes/project/assets/build/img/phone-frame.png) 0 0 no-repeat;
background-size: 100%; }
body.bodyMinHeight {
min-height: 310px;
background: #e5e5e5; }
body.bodyMinHeight > .navbar {
background: #fff;
padding-top: 35px;
padding-bottom: 5px;
min-height: auto;
height: auto;
align-items: flex-start !important; }
body.bodyMinHeight > .navbar #navbarText {
align-self: flex-start !important; }
body.bodyMinHeight footer {
position: absolute;
bottom: 0;
height: 60px;
width: 100%;
background: #fff; }
.title-menu {
font-size: 20px;
font-weight: 800;
color: #b5ceb2;
letter-spacing: -0.5px;
text-transform: uppercase;
margin-bottom: 0; }
.menu-mobile {
text-align: center; }
.uk-offcanvas {
display: none;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1000;
touch-action: none;
background: rgba(0, 0, 0, 0.3); }
.uk-offcanvas a.close {
color: #fff;
margin-top: -3px;
padding-right: 35px; }
.uk-offcanvas.uk-active {
display: block; }
.uk-offcanvas-page {
position: fixed;
-webkit-transition: margin-left 0.3s ease-in-out;
transition: margin-left 0.3s ease-in-out;
margin-left: 0; }
.uk-offcanvas-bar {
position: fixed;
top: 0;
bottom: 0;
left: 0;
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
z-index: 1001;
max-width: 100%;
background: #23953e;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
-webkit-transition: -webkit-transform 0.3s ease-in-out;
transition: transform 0.3s ease-in-out;
-ms-scroll-chaining: none;
padding-left: 35px; }
@media (max-width: 575.98px) {
.uk-offcanvas-bar {
width: 300px; } }
@media (min-width: 768px) {
.uk-offcanvas-bar {
width: 600px; } }
.uk-offcanvas.uk-active .uk-offcanvas-bar.uk-offcanvas-bar-show {
-webkit-transform: translateX(0%);
transform: translateX(0%); } .uk-offcanvas-bar-flip {
left: auto;
right: 0;
-webkit-transform: translateX(100%);
transform: translateX(100%); } .uk-offcanvas-bar[mode='none'] {
-webkit-transition: none;
transition: none; }
.uk-offcanvas-bar[mode='reveal'] {
-webkit-transform: translateX(0%);
transform: translateX(0%);
clip: rect(0, 0, 100vh, 0);
-webkit-transition: -webkit-transform 0.3s ease-in-out, clip 0.3s ease-in-out;
transition: transform 0.3s ease-in-out, clip 0.3s ease-in-out; }
.uk-offcanvas-bar-flip[mode='reveal'] {
clip: none;
-webkit-transform: translateX(100%);
transform: translateX(100%); }
.uk-offcanvas-bar-flip[mode='reveal'] > * {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
-webkit-transition: -webkit-transform 0.3s ease-in-out;
transition: transform 0.3s ease-in-out; }
.uk-offcanvas.uk-active .uk-offcanvas-bar-flip[mode='reveal'].uk-offcanvas-bar-show > * {
-webkit-transform: translateX(0%);
transform: translateX(0%); } .uk-offcanvas .uk-panel {
margin: 20px 15px;
color: #777; }
.uk-offcanvas .uk-panel-title {
color: #ccc; }
.uk-offcanvas .uk-panel a:not([class]) {
color: #ccc; }
.uk-offcanvas .uk-panel a:not([class]):hover {
color: #fff; }
html,
body {
width: 100%;
height: 100%;
min-height: 100vh;
padding: 0;
margin: 0;
outline: none !important;
-webkit-font-smoothing: antialiased;
-webkit-overflow-scrolling: touch;
font-family: 'Open Sans', sans-serif;
text-align: left;
color: #282828;
background-color: #fff; }
head {
display: none; }
ul, ol {
padding-left: 20px; }
ul li, ol li {
font-size: 14px;
line-height: 20px;
margin-bottom: 15px; }
a {
text-decoration: none; }
.font-weight-bolder {
font-weight: 600 !important; }
h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
font-weight: 800; }
h5, .h5, h6, .h6 {
font-weight: 700; }
h1, .h1 {
font-size: 96px; }
h2, .h2 {
font-size: 60px; }
h3, .h3 {
font-size: 32px; }
h4, .h4 {
font-size: 24px; }
h5, .h5 {
font-size: 18px;
line-height: 1.33; }
h6, .h6 {
font-size: 14px; }
.font {
font-size: 64px; }
.btn1 {
font-size: 22px; }
.btn2 {
font-size: 18px;
line-height: 1.33; }
.lead {
font-weight: 400;
font-size: 22px; }
.fontWeights {
box-sizing: border-box;
background: #f6f7fa;
padding: 30px;
text-align: left;
font-size: 28px;
letter-spacing: -0.7px; }
.text-sub span {
font-weight: 600;
font-size: 24px;
opacity: .2;
padding-left: 7px;
line-height: normal; }
.typography hr {
border-top-width: 2px;
border-color: #eeeff3; }
.table {
margin-bottom: 50px; }
.table thead th {
border-bottom-width: 1px; }
.table thead.green {
color: #2e7d32; }
.table thead.no-border th {
border: none; }
.table td {
vertical-align: sub; }
.table.table-modal {
margin-bottom: 0; }
.table.table-modal thead th {
padding-top: 5px;
padding-bottom: 5px;
font-weight: 600;
color: #212121; }
.table.table-modal thead th i {
font-size: 14px;
color: #fb8c00; }
.table.table-modal tbody td {
font-size: 14px;
padding-top: 8px;
padding-bottom: 8px; }
.table.table-modal tfoot {
background-color: #d9f1da; }
.table.table-modal tfoot td {
font-size: 12px;
color: #282828;
padding-top: 5px;
padding-bottom: 5px; }
.table.table-typography {
font-size: 18px;
font-weight: 600; }
.table.table-typography h1, .table.table-typography h2, .table.table-typography h3, .table.table-typography h4, .table.table-typography h5, .table.table-typography h6 {
margin-bottom: 0; }
.table.table-typography tbody td {
padding: 18px 0.75rem;
vertical-align: middle;
border-top-width: 2px;
border-color: #eeeff3; }
.table.table-typography tbody tr:first-child td {
width: 206px; }
.table .thead-light th {
position: relative;
border-top: 1px solid #dee2e6; }
.bgBlock {
background-color: #f6f7fa;
box-sizing: border-box;
padding: 20px 33px; }
.bgBlock.small {
padding: 10px 15px;
text-align: center; } .figure-caption {
font-style: italic; }
.thumbnail figure {
display: inline-block;
vertical-align: top; }
.thumbnail figure img {
margin-top: 7px; }
.thumbnail figure.float-left {
margin: 0 25px 0 0; }
.thumbnail figure.float-right {
margin: 0 0 0 25px; }
.thumbnail figure.float-right .figure-caption {
text-align: right; }
code, kbd, pre, samp {
font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace; }
.blockquote {
font-size: 22px;
font-style: italic;
font-weight: 600; }
.p-large {
font-size: 18px;
line-height: 32px; }
.p-enlarge {
font-size: 16px;
line-height: 30px; }
.p-regular {
font-size: 14px;
line-height: 26px; }
.p-reduced {
font-size: 12px;
line-height: 22px; }
.light {
font-weight: 300; }
.regular {
font-weight: 400; }
.semibold {
font-weight: 600; }
.bold {
font-weight: 600; }
.extrabold {
font-weight: 700; }
.extrabolder {
font-weight: 800; }
.italic {
font-style: italic; }
.text-muted {
color: #9a9a9a !important; }
.text-secondary {
color: #ef6c00 !important; }
p.highlighted {
font-style: italic; }
p.withbg {
padding: 25px 32px;
background: #474545;
color: #fff; }
@media (min-width: 576px) {
p.withbg {
margin-left: -30px; } }
.fa-icon {
margin-right: 5px;
font-size: 10px; }
a.hovered {
text-decoration: underline;
color: #212121; }
a.link-color-reverse {
color: #212121; }
a.link-color-reverse:hover, a.link-color-reverse.hovered {
color: #ef6c00; }
a:focus, a.focus {
text-decoration: none;
color: #ef6c00; }
span.selection {
color: #fff;
background-color: #808080;
padding-left: 5px;
padding-bottom: 2px;
display: inline;
margin-right: 5px; }
.btn {
display: inline-block;
color: #212529;
text-align: center;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-color: transparent;
border: 1px solid transparent;
padding: 9px 45px 7px 45px;
font-size: 14px;
font-weight: 600;
line-height: 1.29;
border-radius: 2px;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
text-transform: uppercase; }
.btn:focus, .btn.focus {
outline: 1px solid #ef6c00;
outline-offset: 3px;
box-shadow: none !important;
text-decoration: none; }
.btn:active:disabled, .btn:active.disabled, .btn.disabled, .btn:disabled, .btn:active:disabled:hover, .btn:active.disabled:hover, .btn.disabled:hover, .btn:disabled:hover, .btn.disabled:focus, .btn:disabled:focus {
background-color: #d9d9d9;
border-color: #d9d9d9; }
.btn-primary {
color: #fff;
background-color: #2e7d32;
border-color: #2e7d32; }
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:hover, .btn-primary.hover {
text-decoration: none;
background-color: #388e3c;
border-color: #388e3c; }
.btn-primary:focus, .btn-primary.focus {
background-color: #2e7d32; }
.btn-primary:active, .btn-primary.active {
background-color: #1b5e20;
border-color: #1b5e20;
cursor: inherit; }
.btn-primary.disabled:focus, .btn-primary:disabled:focus {
outline: none; }
.btn-primary-outline {
color: #2e7d32;
background-color: transparent;
border-color: #388e3c; }
.btn-primary-outline:hover, .btn-primary-outline.hover {
box-shadow: 0 0 0 1px #388e3c;
border-color: #388e3c;
background-color: transparent;
color: #2e7d32; }
.btn-primary-outline:focus, .btn-primary-outline.focus {
background-color: transparent; }
.btn-primary-outline:not(:disabled):not(.disabled):active, .btn-primary-outline:not(:disabled):not(.disabled).active, .btn-primary-outline:active, .btn-primary-outline.active {
color: #fff;
background-color: #1b5e20;
border-color: #1b5e20;
box-shadow: none;
cursor: inherit; }
.btn-primary-outline:active:disabled, .btn-primary-outline:active.disabled, .btn-primary-outline.disabled, .btn-primary-outline:disabled, .btn-primary-outline:active:disabled:hover, .btn-primary-outline:active.disabled:hover, .btn-primary-outline.disabled:hover, .btn-primary-outline:disabled:hover, .btn-primary-outline.disabled:focus, .btn-primary-outline:disabled:focus {
color: #d9d9d9;
border-color: #d9d9d9;
box-shadow: 0 0 0 1px #d9d9d9 !important;
background-color: transparent;
background: transparent;
outline: none; }
.btn-primary.btn-link {
color: #2e7d32; }
.btn-primary.btn-link:hover, .btn-primary.btn-link.hover {
color: #2e7d32; }
.btn-secondary {
color: #fff;
background-color: #ef6c00;
border-color: #ef6c00; }
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:hover, .btn-secondary.hover {
text-decoration: none;
background-color: #fb8c00;
border-color: #fb8c00; }
.btn-secondary:focus, .btn-secondary.focus {
background-color: #ef6c00; }
.btn-secondary:active, .btn-secondary.active {
background-color: #e65100;
border-color: #e65100;
cursor: inherit; }
.btn-secondary.disabled:focus, .btn-secondary:disabled:focus {
outline: none; }
.btn-secondary-outline {
color: #ef6c00;
background-color: transparent;
border-color: #ef6c00; }
.btn-secondary-outline:hover, .btn-secondary-outline.hover {
box-shadow: 0 0 0 1px #fb8c00;
border-color: #fb8c00;
background-color: transparent;
color: #ef6c00; }
.btn-secondary-outline:focus, .btn-secondary-outline.focus {
background-color: transparent; }
.btn-secondary-outline:not(:disabled):not(.disabled):active, .btn-secondary-outline:not(:disabled):not(.disabled).active, .btn-secondary-outline:active, .btn-secondary-outline.active {
color: #fff;
background-color: #e65100;
border-color: #e65100;
box-shadow: none;
cursor: inherit; }
.btn-secondary-outline:active:disabled, .btn-secondary-outline:active.disabled, .btn-secondary-outline.disabled, .btn-secondary-outline:disabled, .btn-secondary-outline:active:disabled:hover, .btn-secondary-outline:active.disabled:hover, .btn-secondary-outline.disabled:hover, .btn-secondary-outline:disabled:hover, .btn-secondary-outline.disabled:focus, .btn-secondary-outline:disabled:focus {
color: #d9d9d9;
border-color: #d9d9d9;
box-shadow: 0 0 0 1px #d9d9d9 !important;
background-color: transparent;
background: transparent;
outline: none; }
.btn-secondary.btn-link {
color: #ef6c00; }
.btn-danger {
color: #fff;
background-color: #dc3545;
border-color: #dc3545; }
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .btn-danger:hover, .btn-danger.hover {
text-decoration: none;
background-color: #c82333;
border-color: #bd2130; }
.btn-danger:focus, .btn-danger.focus {
background-color: #c62828; }
.btn-danger:active, .btn-danger.active {
background-color: #b71c1c;
border-color: #b71c1c;
cursor: inherit; }
.btn-danger.disabled:focus, .btn-danger:disabled:focus {
outline: none; }
.btn-danger-outline {
color: #c62828;
background-color: transparent;
border-color: #c62828; }
.btn-danger-outline:hover, .btn-danger-outline.hover {
box-shadow: 0 0 0 1px #e53935;
border-color: #e53935;
background-color: transparent;
color: #c62828; }
.btn-danger-outline:focus, .btn-danger-outline.focus {
background-color: transparent; }
.btn-danger-outline:not(:disabled):not(.disabled):active, .btn-danger-outline:not(:disabled):not(.disabled).active, .btn-danger-outline:active, .btn-danger-outline.active {
color: #fff;
background-color: #b71c1c;
border-color: #b71c1c;
box-shadow: none;
cursor: inherit; }
.btn-danger-outline:active:disabled, .btn-danger-outline:active.disabled, .btn-danger-outline.disabled, .btn-danger-outline:disabled, .btn-danger-outline:active:disabled:hover, .btn-danger-outline:active.disabled:hover, .btn-danger-outline.disabled:hover, .btn-danger-outline:disabled:hover, .btn-danger-outline.disabled:focus, .btn-danger-outline:disabled:focus {
color: #d9d9d9;
border-color: #d9d9d9;
box-shadow: 0 0 0 1px #d9d9d9 !important;
background-color: transparent;
background: transparent;
outline: none; }
.btn-danger.btn-link {
color: #c62828; }
.btn-danger.btn-link:not(:disabled):not(.disabled):active, .btn-danger.btn-link:not(:disabled):not(.disabled).active, .btn-danger.btn-link:active, .btn-danger.btn-link.active {
background-color: transparent;
border-color: transparent;
color: #b71c1c; }
.btn-warning {
color: #fff;
background-color: #fb8c00;
border-color: #fb8c00; }
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .btn-warning:hover, .btn-warning.hover {
text-decoration: none;
background-color: #fb8c00;
border-color: #fb8c00;
color: #fff; }
.btn-warning:focus, .btn-warning.focus {
background-color: #ef6c00;
color: #fff; }
.btn-warning:active, .btn-warning.active {
background-color: #e65100;
border-color: #e65100;
color: #fff; }
.btn-warning.disabled:focus, .btn-warning:disabled:focus {
outline: none; }
.btn-link {
text-decoration: none;
background: none;
border-color: transparent;
font-weight: bold;
padding: 2px 0 !important;
min-width: auto !important;
width: auto !important; }
.btn-link:hover, .btn-link.hover {
font-weight: 800;
border-color: transparent;
background-color: transparent; }
.btn-link:focus, .btn-link.focus {
background-color: transparent;
font-weight: 700; }
.btn-link:not(:disabled):not(.disabled):active, .btn-link:not(:disabled):not(.disabled).active, .btn-link:active, .btn-link.active {
font-weight: 800; }
.btn-link:active:disabled, .btn-link:active.disabled, .btn-link.disabled, .btn-link:disabled {
color: #d9d9d9; }
.btn-group .btn:active:disabled, .btn-group .btn:active.disabled, .btn-group .btn.disabled, .btn-group .btn:disabled, .btn-group .btn:active:disabled:hover, .btn-group .btn:active.disabled:hover, .btn-group .btn.disabled:hover, .btn-group .btn:disabled:hover, .btn-group .btn.disabled:focus, .btn-group .btn:disabled:focus {
color: #808080; }
.btn-lg, .btn-group-lg > .btn,
.btn-group-lg > .btn {
padding: 11px 45px;
font-size: 16px;
line-height: 1.5; }
.btn-sm, .btn-group-sm > .btn,
.btn-group-sm > .btn {
padding: 4px 35px;
font-size: 12px;
line-height: 1.5; }
.btn-transparent {
z-index: 10;
position: relative;
border-color: #fff;
color: #fff;
background: rgba(0, 0, 0, 0.3);
margin-bottom: 0; }
.btn-transparent:hover {
border-width: 1px !important; }
.no-w {
padding-left: 16px;
padding-right: 16px; }
.bg-primary {
width: 81px;
height: 24px;
background-color: #2e7d32; }
.bg-orange {
width: 81px;
height: 24px;
background-color: #ef6c00; }
.bg-red {
width: 81px;
height: 24px;
background-color: #c62828; }
a.btn.disabled,
fieldset:disabled a.btn {
pointer-events: none; }
.btn-group-vertical.w-100 .dropdown {
width: 100%; }
.btn-group-vertical .dropdown {
margin-top: -1px; }
.show > .btn-primary.dropdown-toggle {
color: #fff;
background-color: #1b5e20;
border-color: #1b5e20; }
.btn .fas, .btn .fa {
margin-right: 5px;
margin-left: 5px; }
.show > .btn-secondary.dropdown-toggle {
color: #fff;
background-color: #e65100;
border-color: #e65100; }
.show > .btn-link.btn-secondary.dropdown-toggle {
color: #e65100; }
.show > .btn-secondary.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }
.btn-success {
color: #fff;
background-color: #28a745;
border-color: #28a745; }
.btn-success:hover {
color: #fff;
background-color: #218838;
border-color: #1e7e34; }
.btn-success:focus, .btn-success.focus {
box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 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 {
box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }
.btn-info {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8; }
.btn-info:hover {
color: #fff;
background-color: #138496;
border-color: #117a8b; }
.btn-info:focus, .btn-info.focus {
box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 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 {
box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }
.btn-light {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa; }
.btn-light:hover {
color: #212529;
background-color: #e2e6ea;
border-color: #dae0e5; }
.btn-light:focus, .btn-light.focus {
box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 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 {
box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }
.btn-dark {
color: #fff;
background-color: #343a40;
border-color: #343a40; }
.btn-dark:hover {
color: #fff;
background-color: #23272b;
border-color: #1d2124; }
.btn-dark:focus, .btn-dark.focus {
box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 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 {
box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }
.btn-outline-primary:focus, .btn-outline-primary.focus {
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
color: #d9d9d9;
background-color: transparent;
border-color: #d9d9d9; }
.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: #1b5e20;
border-color: #1b5e20; }
.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 {
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
.btn-outline-secondary {
color: #ef6c00;
border-color: #ef6c00; }
.btn-outline-secondary:hover, .btn-outline-secondary.hover {
background: none;
border-width: 2px;
color: #ef6c00; }
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
color: #d9d9d9;
background-color: transparent;
border-color: #d9d9d9; }
.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: #e65100;
border-color: #e65100; }
.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 {
box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
.btn-outline-success {
color: #28a745;
border-color: #28a745; }
.btn-outline-success:hover {
color: #fff;
background-color: #28a745;
border-color: #28a745; }
.btn-outline-success:focus, .btn-outline-success.focus {
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 {
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
.btn-outline-info {
color: #17a2b8;
border-color: #17a2b8; }
.btn-outline-info:hover {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8; }
.btn-outline-info:focus, .btn-outline-info.focus {
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 {
box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
.btn-outline-light {
color: #f8f9fa;
border-color: #f8f9fa; }
.btn-outline-light:hover {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa; }
.btn-outline-light:focus, .btn-outline-light.focus {
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 {
box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
.btn-outline-dark {
color: #343a40;
border-color: #343a40; }
.btn-outline-dark:hover {
color: #fff;
background-color: #343a40;
border-color: #343a40; }
.btn-outline-dark:focus, .btn-outline-dark.focus {
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 {
box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
.btn-link.btn-primary:not(:disabled):not(.disabled):active, .btn-link.btn-primary:not(:disabled):not(.disabled).active, .show > .btn-link.btn-primary.dropdown-toggle {
color: #1b5e20;
box-shadow: none;
background: none;
border-color: transparent; }
.btn-link:disabled, .btn-link.disabled {
color: #d9d9d9;
pointer-events: none;
background: none;
border-color: transparent; }
.input-container label {
font-size: 12px;
line-height: 2;
letter-spacing: -0.3px;
color: #2e7d32;
margin: 0;
display: block; }
.form-icon-calend::after {
content: "\f073";
font-family: 'Font Awesome 5 Pro';
font-weight: 400; }
.form-text {
font-size: 12px;
margin-top: 10px; }
label {
font-size: 14px; }
.custom-control.form-control,
textarea.form-control,
input.form-control {
box-sizing: border-box;
border-radius: 2px;
border: solid 1px #d9d9d9; }
.custom-control.form-control:placeholder,
textarea.form-control:placeholder,
input.form-control:placeholder {
color: #66bb6a; }
.custom-control.form-control.custom-control, .custom-control.form-control.large,
textarea.form-control.custom-control,
textarea.form-control.large,
input.form-control.custom-control,
input.form-control.large {
font-size: 18px;
padding: 13px 18px; }
.custom-control.form-control.custom-control label, .custom-control.form-control.large label,
textarea.form-control.custom-control label,
textarea.form-control.large label,
input.form-control.custom-control label,
input.form-control.large label {
font-size: 18px; }
.custom-control.form-control.custom-control,
textarea.form-control.custom-control,
input.form-control.custom-control {
font-size: 24px; }
.custom-control.form-control.small,
textarea.form-control.small,
input.form-control.small {
font-size: 14px;
padding: 6px 8px; }
.custom-control.form-control .btn,
textarea.form-control .btn,
input.form-control .btn {
margin-bottom: 0 !important;
min-width: 0; }
.custom-control.form-control.hover, .custom-control.form-control:hover,
textarea.form-control.hover,
textarea.form-control:hover,
input.form-control.hover,
input.form-control:hover {
box-shadow: 0 0 0 1px #d9d9d9; }
.custom-control.form-control.focused, .custom-control.form-control:focus,
textarea.form-control.focused,
textarea.form-control:focus,
input.form-control.focused,
input.form-control:focus {
background-color: #fff;
outline: 0;
box-shadow: none;
border-color: #66bb6a;
color: #212121; }
.custom-control.form-control:disabled,
textarea.form-control:disabled,
input.form-control:disabled {
color: #808080;
border-color: #f1f1f1; }
.custom-control.form-control:disabled:hover,
textarea.form-control:disabled:hover,
input.form-control:disabled:hover {
box-shadow: none; }
.custom-control.form-control:disabled::placeholder,
textarea.form-control:disabled::placeholder,
input.form-control:disabled::placeholder {
color: #808080; }
.custom-control.form-control.is-invalid,
textarea.form-control.is-invalid,
input.form-control.is-invalid {
background: #ffeeee;
color: #e53935;
border-color: #e53935; }
.custom-control.form-control.is-invalid::placeholder,
textarea.form-control.is-invalid::placeholder,
input.form-control.is-invalid::placeholder {
color: #e53935; }
.custom-control.form-control.is-warning,
textarea.form-control.is-warning,
input.form-control.is-warning {
border-color: #ffa726;
color: #ef6c00;
background-color: #fffef1; }
.custom-control.form-control.icon,
textarea.form-control.icon,
input.form-control.icon {
padding-right: calc(1.5em + .75rem);
background-repeat: no-repeat;
background-position: center right calc(18px);
background-size: 16px; }
.custom-control.form-control.icon-clear,
textarea.form-control.icon-clear,
input.form-control.icon-clear {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3e%3cpath fill='%23d9d9d9' d='M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm121.6 313.1c4.7 4.7 4.7 12.3 0 17L338 377.6c-4.7 4.7-12.3 4.7-17 0L256 312l-65.1 65.6c-4.7 4.7-12.3 4.7-17 0L134.4 338c-4.7-4.7-4.7-12.3 0-17l65.6-65-65.6-65.1c-4.7-4.7-4.7-12.3 0-17l39.6-39.6c4.7-4.7 12.3-4.7 17 0l65 65.7 65.1-65.6c4.7-4.7 12.3-4.7 17 0l39.6 39.6c4.7 4.7 4.7 12.3 0 17L312 256l65.6 65.1z'/%3e%3c/svg%3e"); }
.custom-control.form-control.icon-clear-active,
textarea.form-control.icon-clear-active,
input.form-control.icon-clear-active {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3e%3cpath fill='%23e53935' d='M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm121.6 313.1c4.7 4.7 4.7 12.3 0 17L338 377.6c-4.7 4.7-12.3 4.7-17 0L256 312l-65.1 65.6c-4.7 4.7-12.3 4.7-17 0L134.4 338c-4.7-4.7-4.7-12.3 0-17l65.6-65-65.6-65.1c-4.7-4.7-4.7-12.3 0-17l39.6-39.6c4.7-4.7 12.3-4.7 17 0l65 65.7 65.1-65.6c4.7-4.7 12.3-4.7 17 0l39.6 39.6c4.7 4.7 4.7 12.3 0 17L312 256l65.6 65.1z'/%3e%3c/svg%3e"); }
input.form-control {
height: 36px; }
input.form-control.large {
height: 48px; }
input.form-control.small {
height: 28px; }
textarea.form-control {
height: 140px;
max-height: 340px;
overflow: auto; }
.input-group .small {
font-size: 14px; }
.input-group .form-control {
padding-right: 50px !important; }
.input-group .custom-control .custom-control-label {
margin-left: 33px; }
.input-group .custom-control:focus, .input-group .custom-control.focus,
.input-group input:focus,
.input-group input.focus {
outline: 1px solid #ef6c00;
outline-offset: 3px;
box-shadow: none !important; }
.input-group .tags {
position: absolute;
right: 66px;
top: 8px;
z-index: 10; }
.input-group .tags a {
background: #808080;
border-radius: 2px;
font-size: 12px;
color: #fff;
padding: 1px 5px 1px 10px;
margin-left: 10px;
text-decoration: none; }
.input-group .tags a.hover,
.input-group .tags a.hover i, .input-group .tags a:hover,
.input-group .tags a:hover i {
color: #ffd54f; }
.input-group .tags a i {
color: #212121;
margin-left: 10px; }
.input-group-append {
position: relative;
z-index: 9;
margin-left: 0; }
.input-group-append button.btn {
position: absolute;
right: 0;
top: 0;
bottom: 0;
margin-bottom: 0;
z-index: 9;
padding-left: 16px;
padding-right: 16px; }
.input-group-append button.btn:hover, .input-group-append button.btn.hover {
background-color: #ef6c00; }
.input-group-append button.btn:hover i, .input-group-append button.btn.hover i {
color: #fff !important; }
.input-group-append button.btn:focus, .input-group-append button.btn.focus {
color: #e53935; }
.input-group-append button.btn:active, .input-group-append button.btn.active {
background-color: #e75000;
border: solid 1px #d9d9d9; }
.input-group-append button.btn:active i, .input-group-append button.btn.active i {
color: #fff !important; }
.input-group-append button.btn i {
color: #d9d9d9; }
.input-group-append .btn i {
font-size: 16px; }
.input-group-append.large .btn i {
font-size: 20px; }
.input-group.focused button.btn i {
color: #c62828; }
.input-group .input-group-text {
border-color: #d9d9d9;
margin-left: -1px;
padding-top: 0;
padding-bottom: 0; }
.input-group.large input {
padding-right: 42px; }
.dropdown.active-no .input-group .custom-control:focus, .dropdown.active-no .input-group .custom-control.focused,
.dropdown.active-no .input-group input:focus,
.dropdown.active-no .input-group input.focused,
.dropdown.active .input-group .custom-control:focus,
.dropdown.active .input-group .custom-control.focused,
.dropdown.active .input-group input:focus,
.dropdown.active .input-group input.focused {
background-color: #f9f9f9; }
.dropdown.active-no .input-group .btn,
.dropdown.active .input-group .btn {
border-left-color: transparent; }
.dropdown.active-no .dropdown-menu,
.dropdown.active .dropdown-menu {
width: 100%; }
.btn-group button {
border-radius: 0 !important; }
.btn-group button:first-child {
border-radius: 2px 0 0 2px !important; }
.btn-group button:last-child {
border-radius: 0 2px 2px 0 !important; }
.btn-group .selected {
background-color: #d9f1da;
color: #2e7d32; }
.btn-group .selected:not([class^="btn-outline"]) {
border-top: 0;
border-bottom: 0; }
.btn-group.btn-group-width-lg .btn {
width: 160px; }
.select2-container--bootstrap4 .select2-selection--single {
height: calc(1.5em + 0.75rem + 2px) !important; }
.select2-container--bootstrap4 .select2-selection--single .select2-selection__placeholder {
color: #757575;
line-height: calc(1.5em + 0.75rem); }
.select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow {
position: absolute;
top: 50%;
right: 3px;
width: 20px; }
.select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow b {
top: 60%;
border-color: #343a40 transparent transparent transparent;
border-style: solid;
border-width: 5px 4px 0 4px;
width: 0;
height: 0;
left: 50%;
margin-left: -4px;
margin-top: -2px;
position: absolute; }
.select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
line-height: calc(1.5em + 0.75rem); }
.select2-search--dropdown .select2-search__field {
border: 1px solid #d9d9d9;
border-radius: 0; }
.select2-results__message {
color: #808080; }
.select2-container--bootstrap4 .select2-selection--multiple {
min-height: calc(1.5em + 0.75rem + 2px) !important; }
.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__rendered {
box-sizing: border-box;
list-style: none;
margin: 0;
padding: 0 5px;
width: 100%; }
.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice {
color: #343a40;
border: 1px solid #c6c6c6;
border-radius: 0;
padding: 0;
padding-right: 5px;
cursor: pointer;
float: left;
margin-top: 0.3em;
margin-right: 5px; }
.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice__remove {
color: #c6c6c6;
font-weight: bold;
margin-left: 3px;
margin-right: 1px;
padding-right: 3px;
padding-left: 3px;
float: left; }
.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice__remove:hover {
color: #343a40; }
.select2-container {
display: block; }
.select2-container *:focus {
outline: 0; }
.input-group .select2-container--bootstrap4 {
flex-grow: 1; }
.input-group-prepend ~ .select2-container--bootstrap4 .select2-selection {
border-top-left-radius: 0;
border-bottom-left-radius: 0; }
.select2-container--bootstrap4 .select2-selection {
border: 1px solid #d9d9d9;
border-radius: 0;
width: 100%; }
.select2-container--bootstrap4.select2-container--focus .select2-selection {
border-color: #132B3D;
box-shadow: none; }
.select2-container--bootstrap4.select2-container--focus.select2-container--open .select2-selection {
border-bottom: none;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0; }
.select2-container--bootstrap4.select2-container--disabled .select2-selection, .select2-container--bootstrap4.select2-container--disabled.select2-container--focus .select2-selection {
background-color: #f1f1f1;
cursor: not-allowed;
border-color: #d9d9d9;
box-shadow: none; }
.select2-container--bootstrap4.select2-container--disabled .select2-search__field, .select2-container--bootstrap4.select2-container--disabled.select2-container--focus .select2-search__field {
background-color: transparent; }
select.is-invalid ~ .select2-container--bootstrap4 .select2-selection,
form.was-validated select:invalid ~ .select2-container--bootstrap4 .select2-selection {
border-color: #c62828; }
select.is-valid ~ .select2-container--bootstrap4 .select2-selection,
form.was-validated select:valid ~ .select2-container--bootstrap4 .select2-selection {
border-color: #2e7d32; }
.select2-container--bootstrap4 .select2-dropdown {
border-color: #d9d9d9;
border-top: none;
border-top-left-radius: 0;
border-top-right-radius: 0; }
.select2-container--bootstrap4 .select2-dropdown.select2-dropdown--above {
border-top: 1px solid #d9d9d9;
border-top-left-radius: 0;
border-top-right-radius: 0; }
.select2-container--bootstrap4 .select2-dropdown .select2-results__option[aria-selected=true] {
background-color: #ececec; }
.select2-container--bootstrap4 .select2-results__option--highlighted,
.select2-container--bootstrap4 .select2-results__option--highlighted.select2-results__option[aria-selected=true] {
background-color: #2e7d32;
color: #f9f9f9; }
.select2-container--bootstrap4 .select2-results__option[role=group] {
padding: 0; }
.select2-container--bootstrap4 .select2-results > .select2-results__options {
max-height: 15em;
overflow-y: auto; }
.select2-container--bootstrap4 .select2-results__group {
padding: 6px;
display: list-item;
color: #808080; }
.select2-container--bootstrap4 .select2-selection__clear {
width: 1.2em;
height: 1.2em;
line-height: 1.15em;
padding-left: 0.3em;
margin-top: 0.5em;
border-radius: 100%;
background-color: #808080;
color: #f9f9f9;
float: right;
margin-right: 0.3em; }
.select2-container--bootstrap4 .select2-selection__clear:hover {
background-color: #343a40; }
.select2-container--bootstrap4 .select2-results__option--highlighted,
.select2-container--bootstrap4 .select2-results__option--highlighted.select2-results__option[aria-selected=true] {
background-color: #4f7d37;
color: #fff; }
.dropdown button.dropdown-toggle {
border-color: #d9d9d9;
border-width: 1px;
font-weight: 400;
line-height: 1.33;
letter-spacing: -0.45px;
font-stretch: normal;
font-size: 16px;
text-transform: none;
margin-bottom: 20px;
padding: 8px 25px 5px 16px;
text-align: left; }
.dropdown button.dropdown-toggle:after {
color: #ef6c00;
font-size: 18px;
position: absolute;
margin-top: 0.55em;
right: 5px; }
.dropdown button.dropdown-toggle.hover, .dropdown button.dropdown-toggle:hover {
border-width: 2px;
padding: 7px 11px 4px 15px; }
.dropdown button.dropdown-toggle:focus {
outline: none; }
.dropdown button.dropdown-toggle.btn-lg, .dropdown .btn-group-lg > button.dropdown-toggle.btn {
font-size: 18px;
padding-top: 13px;
padding-bottom: 10px; }
.dropdown button.dropdown-toggle.btn-lg.hover, .dropdown .btn-group-lg > button.dropdown-toggle.hover.btn, .dropdown button.dropdown-toggle.btn-lg:hover, .dropdown .btn-group-lg > button.dropdown-toggle.btn:hover {
padding-top: 12px;
padding-bottom: 9px; }
.dropdown button.dropdown-toggle.btn-sm, .dropdown .btn-group-sm > button.dropdown-toggle.btn {
font-size: 14px;
height: 28px;
padding-top: 4px;
padding-bottom: 3px;
width: 190px; }
.dropdown button.dropdown-toggle.btn-sm:after, .dropdown .btn-group-sm > button.dropdown-toggle.btn:after {
margin-top: 0.4em; }
.dropdown button.dropdown-toggle.btn-sm.hover, .dropdown .btn-group-sm > button.dropdown-toggle.hover.btn, .dropdown button.dropdown-toggle.btn-sm:hover, .dropdown .btn-group-sm > button.dropdown-toggle.btn:hover {
padding-top: 3px;
padding-bottom: 2px; }
.dropdown button.dropdown-toggle.disabled {
background-color: #f1f1f1;
border-color: #f1f1f1;
color: #808080; }
.dropdown button.dropdown-toggle.disabled:after {
color: #d9d9d9; }
.dropdown .dropdown-menu {
width: 100%;
padding: 0;
margin-top: 4px; }
@media (max-width: 575.98px) {
.dropdown .dropdown-menu {
background: transparent;
background-color: transparent;
border-color: transparent; }
.dropdown .dropdown-menu a.dropdown-item {
border-color: transparent; } }
.dropdown .dropdown-menu label {
font-size: inherit;
vertical-align: inherit; }
.dropdown .dropdown-menu:hover, .dropdown .dropdown-menu.hover {
border-color: #66bb6a; }
.dropdown .dropdown-menu.one-lines {
border-radius: 2px;
border-color: #66bb6a; }
.dropdown .dropdown-menu.one-lines .dropdown-item {
border-radius: 1px; }
.dropdown .dropdown-menu.two-lines .dropdown-item {
font-size: 16px;
padding-left: 43px; }
.dropdown .dropdown-menu.two-lines a i, .dropdown .dropdown-menu.two-lines a span {
margin-left: -24px; }
.dropdown .dropdown-menu.two-lines > i, .dropdown .dropdown-menu.two-lines > span {
margin-left: 6px; }
.dropdown .dropdown-menu.two-lines > i small, .dropdown .dropdown-menu.two-lines > span small {
position: relative;
left: 22px; }
.dropdown .dropdown-menu > span, .dropdown .dropdown-menu .dropdown-item {
display: block;
letter-spacing: -0.45px;
color: #9a9a9a;
padding: 10px 15px;
white-space: normal; }
.dropdown .dropdown-menu > span .custom-control, .dropdown .dropdown-menu .dropdown-item .custom-control {
margin-left: -3px; }
.dropdown .dropdown-menu > span i, .dropdown .dropdown-menu > span span, .dropdown .dropdown-menu .dropdown-item i, .dropdown .dropdown-menu .dropdown-item span {
margin-right: 5px; }
.dropdown .dropdown-menu > span i, .dropdown .dropdown-menu .dropdown-item i {
color: #ef6c00;
font-size: 14px;
margin-right: 10px; }
.dropdown .dropdown-menu > span i.fa-spinner, .dropdown .dropdown-menu .dropdown-item i.fa-spinner {
color: #9a9a9a; }
.dropdown .dropdown-menu > span:last-child:not(a), .dropdown .dropdown-menu .dropdown-item:last-child:not(a) {
padding-bottom: 25px; }
.dropdown .dropdown-menu > span:last-child:not(a) .custom-control, .dropdown .dropdown-menu .dropdown-item:last-child:not(a) .custom-control {
margin-bottom: -15px; }
.dropdown .dropdown-menu > span small, .dropdown .dropdown-menu .dropdown-item small {
font-size: 12px;
font-weight: 600;
color: #808080; }
.dropdown .dropdown-menu .dropdown-item {
color: #212121;
border: 1px solid #fff;
margin-bottom: -1px;
position: relative;
z-index: 3; }
@media (max-width: 575.98px) {
.dropdown .dropdown-menu .dropdown-item {
color: #fff; } }
.dropdown .dropdown-menu .dropdown-item.selected, .dropdown .dropdown-menu .dropdown-item:focus, .dropdown .dropdown-menu .dropdown-item.focus {
color: #fff;
background-color: #66bb6a;
border-color: #66bb6a; }
.dropdown .dropdown-menu .dropdown-item.selected:hover, .dropdown .dropdown-menu .dropdown-item:focus:hover, .dropdown .dropdown-menu .dropdown-item.focus:hover {
background-color: #66bb6a;
border-color: #66bb6a; }
.dropdown .dropdown-menu .dropdown-item:active, .dropdown .dropdown-menu .dropdown-item.active {
color: #fff;
background-color: #2e7d32;
border-color: #2e7d32; }
.dropdown .dropdown-menu .dropdown-item:active:hover, .dropdown .dropdown-menu .dropdown-item.active:hover {
background-color: #2e7d32;
border-color: #2e7d32; }
@media (max-width: 575.98px) {
.dropdown .dropdown-menu .dropdown-item:active, .dropdown .dropdown-menu .dropdown-item.active {
margin-right: -30px; } }
.dropdown .dropdown-menu .dropdown-item:hover, .dropdown .dropdown-menu .dropdown-item.hover {
background-color: #f9f9f9;
border-color: #d9d9d9;
position: relative;
z-index: 9; }
.dropdown .dropdown-menu .dropdown-item:last-child {
margin-bottom: 0; }
.dropdown .dropdown-menu hr {
margin-right: 30px;
margin-left: 44px;
border-top-width: 2px;
margin-bottom: 5px; }
.dropdown .dropdown-menu.tableScroll {
overflow: auto;
width: 100%;
max-height: 190px;     }
.dropdown .dropdown-menu.tableScroll::-webkit-scrollbar {
width: 14px; }
.dropdown .dropdown-menu.tableScroll::-webkit-scrollbar-track {
background: #f1f1f1; }
.dropdown .dropdown-menu.tableScroll::-webkit-scrollbar-thumb {
background: #d46c12;
border: 6px solid #f1f1f1; }
.dropdown .dropdown-menu.tableScroll::-webkit-scrollbar-thumb:hover {
background: #e38c1a; }
.dropdown .dropdown-menu.tableScroll::-webkit-scrollbar-thumb:active {
background: #c9510b; }
.dropdown.show button.dropdown-toggle {
padding: 8px 12px 5px 16px;
border-color: #85bc6e;
border-width: 1px; }
.dropdown.show button.dropdown-toggle.btn-lg, .dropdown.show .btn-group-lg > button.dropdown-toggle.btn {
padding-top: 13px;
padding-bottom: 10px; }
.dropdown.show button.dropdown-toggle.btn-sm, .dropdown.show .btn-group-sm > button.dropdown-toggle.btn {
padding-top: 4px;
padding-bottom: 3px; }
.dropdown.active button.dropdown-toggle {
margin-bottom: 0;
border-color: #85bc6e; }
.dropdown.active button.dropdown-toggle:after {
border-bottom: 0.3em solid;
border-right: 0.3em solid #0000;
border-top: 0;
border-left: 0.3em solid #0000; }
.dropdown.active-no input {
font-size: 12px;
font-weight: 600;
color: #9a9a9a; }
.dropdown.active-no .input-group-append i {
color: #d9d9d9; }
.dropdown.active-no .dropdown-item:hover, .dropdown.active-no .dropdown-item.hover {
background-color: #f9f9f9; }
.dropdown.active-no .dropdown-item:disabled, .dropdown.active-no .dropdown-item.disabled {
color: #9a9a9a;
background-color: #f9f9f9;
border-color: #f9f9f9; }
.dropdown.active-no.result-no input {
font-size: inherit;
font-weight: inherit;
color: inherit; }
.dropdown.active-no.result-no .form-control.large {
font-size: 18px; }
.dropdown.active-no.result-no .dropdown-menu {
margin-top: -2px;
border-color: #66bb6a;
border-top-color: #fff;
border-radius: 2px;
padding: 10px 18px; }
.dropdown.active-no.result-no .dropdown-menu small {
font-weight: 600;
color: #9a9a9a; }
.dropdown.active .dropdown-menu, .dropdown.active-no .dropdown-menu {
width: 100%;
position: relative;
float: none;
z-index: 1; }
.sub-menu .well-sm {
padding: 0 20px 25px 20px; }
.sub-menu h5 {
font-size: 16px;
font-weight: 600;
color: #282828;
border-bottom: 1px solid #e0e0e0;
padding-top: 25px;
padding-bottom: 10px; }
.sub-menu .nav .nav-link {
padding: 0.5rem 1rem; }
.sub-menu .dropdown-menu {
border: 0;
padding: 0;
margin: 0; }
.sub-menu .dropdown-menu ul.nav li a {
font-size: 14px;
font-weight: 600;
line-height: 2.14;
letter-spacing: -0.35px;
color: #2e7d32;
text-transform: none;
padding: 2px 0; }
.sub-menu .container {
position: relative; }
.sub-menu .dropdown.show {
border: 0;
margin: 0;
padding: 0; }
.sub-menu .dropdown.show a {
color: #2e7d32;
background: #f9f9f9; }
.sub-menu .dropdown-menu.show {
width: 100%;
background: transparent;
border-color: transparent; }
.sub-menu ul.nav.nav-vertical i {
font-size: 32px; }
.sub-menu ul.nav.nav-vertical li {
border-bottom: 1px solid #2e7d32; }
.sub-menu ul.nav.nav-vertical li:hover, .sub-menu ul.nav.nav-vertical li.hover {
background: #75a177; }
.sub-menu ul.nav.nav-vertical li a {
color: #fff; }
.sub-menu ul.nav.nav-vertical li a:hover {
text-decoration: none; }
.modal .modal-dialog {
max-width: 657px; }
.modal .modal-dialog .modal-content .loginModalLogo {
display: block;
width: 153px;
height: auto;
margin: 0 auto;
padding-top: 50px; }
.modal .modal-dialog .modal-content .modal-header {
padding: 45px 48px 36px 48px;
border-bottom: none; }
.modal .modal-dialog .modal-content .modal-header .close {
position: absolute;
right: 0;
top: 0;
margin: 0;
font-size: 14px;
opacity: 1;
color: #2e7d32;
text-shadow: none;
padding: 18px; }
.modal .modal-dialog .modal-content .modal-body {
padding: 0 48px 48px 48px; }
.modal .modal-dialog .modal-content .modal-body .modal-txt {
font-size: 16px;
line-height: 1.88;
letter-spacing: -0.4px; }
.modal .modal-dialog .modal-content .modal-body .modal-txt.reduced {
font-size: 12px;
letter-spacing: normal; }
.modal .modal-dialog .modal-content .modal-body .form-group {
margin-top: 26px;
margin-bottom: 0; }
.modal .modal-dialog .modal-content .formFooter, .modal .modal-dialog .modal-content .modal-footer {
padding: 0 48px 48px 48px;
border-top: none; }
.modal .modal-dialog .modal-content .formFooter .px-big, .modal .modal-dialog .modal-content .modal-footer .px-big {
padding-left: 45px;
padding-right: 45px; }
.modal .modal-dialog .modal-content .formFooter .w-210, .modal .modal-dialog .modal-content .modal-footer .w-210 {
width: 210px; }
.modal .modal-dialog.sm-modal {
max-width: 538px; }
.modal .modal-dialog.xs-modal {
max-width: 453px; }
.modal .modal-dialog.xs-modal .modal-footer {
padding: 0 36px 49px 36px; }
.modal .modal-dialog.xs-modal .modal-footer.sm-padding-bottom {
padding-bottom: 28px; }
.modal .modal-dialog.lg-modal {
max-width: 1110px; }
.modal .modal-dialog.lg-modal .modal-content .modal-header {
padding-bottom: 13px; }
.modal .modal-dialog.lg-modal .modal-content .modal-body {
padding-bottom: 26px; }
.modal .modal-dialog.lg-modal .modal-content .modal-body .example-txt {
font-size: 18px;
line-height: 19px;
margin-bottom: 16px;
color: #f1761e;
display: flex;
align-items: center;
justify-content: flex-end; }
.modal .modal-dialog.lg-modal .modal-content .modal-body .example-txt i {
margin-right: 8px; }
.modal .modal-dialog.lg-modal .modal-content .modal-body .example-txt span.fa-size {
font-size: 10px; }
.modal .modal-dialog.lg-modal .modal-content .modal-body .text-wrapper {
margin-bottom: 16px;
height: 442px;
border-radius: 2px;
border: solid 1px #d9d9d9;
padding: 36px 18px 15px 18px;
overflow: auto;    }
.modal .modal-dialog.lg-modal .modal-content .modal-body .text-wrapper::-webkit-scrollbar {
width: 4px; }
.modal .modal-dialog.lg-modal .modal-content .modal-body .text-wrapper::-webkit-scrollbar-track {
background: #fefefe; }
.modal .modal-dialog.lg-modal .modal-content .modal-body .text-wrapper::-webkit-scrollbar-thumb {
background: #ef6c00; }
.modal .modal-dialog.lg-modal .modal-content .modal-body .text-wrapper::-webkit-scrollbar-thumb:hover {
background: #9c5317; }
.modal .modal-dialog.lg-modal .modal-content .modal-body .text-wrapper p {
font-size: 12px;
line-height: 22px; }
.modal .modal-dialog.lg-modal .modal-content .modal-body .text-wrapper ul li {
font-size: 14px;
line-height: 18px; }
.modal .modal-dialog.side-modal {
max-width: 638px; margin-left: auto;
margin-right: 0;
margin-top: 0;
margin-bottom: 0; }
.modal .modal-dialog.side-modal .modal-content .modal-header {
padding-bottom: 0; }
.modal .modal-dialog.side-modal .modal-content .modal-body {
padding-bottom: 0;
max-height: calc(100vh - 195px);
overflow-y: auto;    }
.modal .modal-dialog.side-modal .modal-content .modal-body::-webkit-scrollbar {
width: 4px; }
.modal .modal-dialog.side-modal .modal-content .modal-body::-webkit-scrollbar-track {
background: #fefefe; }
.modal .modal-dialog.side-modal .modal-content .modal-body::-webkit-scrollbar-thumb {
background: #ef6c00; }
.modal .modal-dialog.side-modal .modal-content .modal-body::-webkit-scrollbar-thumb:hover {
background: #9c5317; }
.modal .modal-dialog.side-modal .modal-content .modal-body input {
width: 100%; }
.modal .modal-dialog.side-modal .modal-content .modal-body .big-text-wraper {
max-height: 222px;
border-radius: 2px;
border: solid 1px #d9d9d9;
background-color: #fcfcfc;
overflow: auto;
padding: 25px 20px;    }
.modal .modal-dialog.side-modal .modal-content .modal-body .big-text-wraper::-webkit-scrollbar {
width: 4px; }
.modal .modal-dialog.side-modal .modal-content .modal-body .big-text-wraper::-webkit-scrollbar-track {
background: #fefefe; }
.modal .modal-dialog.side-modal .modal-content .modal-body .big-text-wraper::-webkit-scrollbar-thumb {
background: #ef6c00; }
.modal .modal-dialog.side-modal .modal-content .modal-body .big-text-wraper::-webkit-scrollbar-thumb:hover {
background: #9c5317; }
.modal .modal-dialog.side-modal .modal-content .modal-body .nav-tabs .nav-link {
color: #9a9a9a; }
.modal .modal-dialog.side-modal .modal-content .modal-body .nav-tabs .nav-link.active {
color: inherit; }
.modal .modal-dialog.side-modal .modal-content .modal-footer {
background: #f1f1f1;
padding-top: 48px; }
.modal .modal-dialog.login-modal {
max-width: 376px; }
.modal .modal-dialog.login-modal .modal-body .form-group:first-child {
margin-top: 0; }
.modal .modal-dialog.login-modal .modal-body .form-group .btn-lg, .modal .modal-dialog.login-modal .modal-body .form-group .btn-group-lg > .btn {
width: 100%;
margin-top: 8px; }
.modal .modal-dialog.login-modal .modal-body .btns-wrapper {
margin: 18px 0 11px 0; }
.modal .modal-dialog.login-modal .modal-body .social-btns .social-btns-list {
margin: 0;
padding: 0; }
.modal .modal-dialog.login-modal .modal-body .social-btns .social-btns-list li {
margin-top: 11px;
list-style: none; }
.modal .modal-dialog.login-modal .modal-body .social-btns .social-btns-list li a {
border-radius: 2px;
width: 100%;
text-align: left;
text-transform: none;
font-size: 20px;
padding-right: 0;
padding-left: 20px; }
.modal .modal-dialog.login-modal .modal-body .social-btns .social-btns-list li a .fab {
margin-right: 16px; }
.modal .modal-dialog.login-modal .modal-body .social-btns .social-btns-list li a.btn-tw {
background: #01a2f9;
color: #fff; }
.modal .modal-dialog.login-modal .modal-body .social-btns .social-btns-list li a.btn-fb {
background: #3c64b5;
color: #fff; }
.modal .modal-dialog.login-modal .modal-body .social-btns .social-btns-list li a.btn-g {
border: solid 1px #d9d9d9;
color: #9B9B9B; }
.modal .modal-dialog.login-modal .modal-body .social-btns .social-btns-list li a.btn-g img {
height: 34px;
margin-left: -10px;
margin-right: 8px; }
.modal .modal-dialog.login-modal .modal-body .social-btns .social-btns-list-sm {
display: flex;
flex-flow: row nowrap;
margin: 0;
padding: 0; }
.modal .modal-dialog.login-modal .modal-body .social-btns .social-btns-list-sm li {
margin-left: 16px;
margin-top: 11px;
list-style: none; }
.modal .modal-dialog.login-modal .modal-body .social-btns .social-btns-list-sm li:first-child {
margin-left: 0; }
.modal .modal-dialog.login-modal .modal-body .social-btns .social-btns-list-sm li a.btn-lg, .modal .modal-dialog.login-modal .modal-body .social-btns .social-btns-list-sm li .btn-group-lg > a.btn {
min-width: 62px;
font-size: 22px;
font-weight: normal; }
.modal .modal-dialog.login-modal.login-modal-side {
margin-left: 0;
margin-top: 0;
margin-bottom: 0;
height: auto; }
.modal .modal-dialog.login-modal.login-modal-side .modal-content {
height: 100%; }
ul.nav, ul.nav li {
margin: 0; }
.nav-tabs {
border-bottom: 2px solid #f1f1f1;
margin-bottom: 2rem !important; }
.nav-tabs .nav-item {
margin-bottom: -2px; }
.nav-tabs .nav-link {
border: none;
font-size: 20px;
font-weight: normal;
font-style: normal;
font-stretch: normal;
line-height: 1.2;
letter-spacing: -0.5px;
text-align: left; }
.nav-tabs .nav-link.focused, .nav-tabs .nav-link:focus {
outline: 1px solid #ef6c00;
outline-offset: 5px; }
.nav-tabs .nav-link.active {
font-weight: 600;
color: #282828;
border-bottom: 2px solid #ef6c00; }
.nav-tabs.nav-medium .nav-link {
font-size: 16px; }
.nav-tabs.nav-small .nav-link {
font-size: 14px; }
.well {
background: #f9f9f9;
padding: 37px; }
@media (max-width: 767.98px) {
.well {
padding: 16px;
margin-left: -15px;
margin-right: -15px; } }
.navbar {
background: #f9f9f9;
font-weight: 600; }
.navbar .navbar-brand img {
float: left;
margin-right: 20px; }
.navbar .navbar-brand .green {
color: #2e7d32;
font-size: 16px;
font-weight: 700; }
.navbar .navbar-brand small {
color: #af8d1f; }
.navbar-expand-lg {
height: 110px; }
.navbar-expand-lg ul.navbar-nav a {
font-size: 16px; }
@media (min-width: 768px) {
.navbar-expand-lg li.dropdown.show {
background: #f9f9f9;
border: 1px solid #d9d9d9;
margin-top: -11px;
margin-right: -11px;
margin-bottom: -11px;
margin-left: -1px;
padding-top: 10px;
padding-right: 10px;
padding-bottom: 10px; }
.navbar-expand-lg li.dropdown.show .dropdown-menu {
background: #f9f9f9;
width: auto;
min-width: auto;
border-top-color: #f9f9f9;
margin-top: 0;
margin-right: -1px;
padding-right: 8px;
padding-left: 8px;
padding-bottom: 5px; }
.navbar-expand-lg li.dropdown.show .dropdown-menu:hover {
border-color: #d9d9d9;
border-top-color: #f9f9f9; }
.navbar-expand-lg li.dropdown.show .dropdown-menu .dropdown-item {
font-size: 14px;
border-color: #f9f9f9;
padding-top: 5px;
padding-bottom: 5px; }
.navbar-expand-lg li.dropdown.show .dropdown-menu {
margin-top: -1px; } }
.navbar-expand-md {
height: 84px; }
.navbar-expand-md .navbar-brand img {
height: 52px; }
.navbar-expand-md ul.navbar-nav a {
font-size: 14px; }
@media (min-width: 768px) {
.navbar-expand-md li.dropdown.show {
background: #f9f9f9;
border: 1px solid #d9d9d9;
margin-top: -11px;
margin-right: -11px;
margin-bottom: -11px;
margin-left: -1px;
padding-top: 10px;
padding-right: 10px;
padding-bottom: 10px; }
.navbar-expand-md li.dropdown.show .dropdown-menu {
background: #f9f9f9;
width: auto;
min-width: auto;
border-top-color: #f9f9f9;
margin-top: 0;
margin-right: -1px;
padding-right: 5px;
padding-left: 2px;
padding-bottom: 5px; }
.navbar-expand-md li.dropdown.show .dropdown-menu:hover {
border-color: #d9d9d9;
border-top-color: #f9f9f9; }
.navbar-expand-md li.dropdown.show .dropdown-menu .dropdown-item {
font-size: 14px;
border-color: #f9f9f9;
padding-top: 5px;
padding-bottom: 5px; }
.navbar-expand-md li.dropdown.show .dropdown-menu {
margin-top: -1px; } }
.navbar-expand-sm {
height: 48px; }
.navbar-expand-sm .navbar-brand img {
height: 36px; }
.navbar-expand-sm ul.navbar-nav a {
font-size: 14px; }
@media (min-width: 768px) {
.navbar-expand-sm li.dropdown.show {
background: #f9f9f9;
border: 1px solid #d9d9d9;
margin-top: -5px;
margin-right: -11px;
margin-bottom: -5px;
margin-left: -1px;
padding-top: 4px;
padding-right: 10px;
padding-bottom: 4px; }
.navbar-expand-sm li.dropdown.show .dropdown-menu {
background: #f9f9f9;
width: auto;
min-width: auto;
border-top-color: #f9f9f9;
margin-top: 0;
margin-right: -1px;
padding-right: 5px;
padding-left: 2px;
padding-bottom: 5px; }
.navbar-expand-sm li.dropdown.show .dropdown-menu:hover {
border-color: #d9d9d9;
border-top-color: #f9f9f9; }
.navbar-expand-sm li.dropdown.show .dropdown-menu .dropdown-item {
border-color: #f9f9f9;
padding-top: 5px;
padding-bottom: 5px; }
.navbar-expand-sm li.dropdown.show .dropdown-menu {
margin-top: -1px; } }
.navbar .dropdown-toggle:after {
color: #ef6c00; }
.navbar .navbar-toggler-icon {
display: block;
width: 30px;
height: 3px;
border-radius: 2px;
background-color: #358f39;
margin-top: 6px; }
@media (min-width: 992px) {
.navbar .navbar-nav .nav-link {
padding: 0;
margin-right: 22px;
margin-left: 17px; } }
.navbar .navbar-nav li:last-child a.nav-link {
margin-right: 0px; }
.navbar .navbar-nav li.active a {
color: #9a9a9a; }
.navbar .navbar-nav li.active a:before {
border-top: 2px solid #d46c12;
position: absolute;
top: -32px;
content: '';
width: 100%; }
.navbar .navbar-nav a {
position: relative;
font-size: 14px;
font-weight: 600;
letter-spacing: -0.35px;
color: #282828; }
@media (max-width: 575.98px) {
.navbar .navbar-nav a {
color: #fff; } }
.navbar .header-slogan {
max-width: 240px;
}
.bg-navbar {
background: #e5e5e5;
padding-top: 33px;
padding-bottom: 33px; }
.sub-menu.bg-secondary {
background: #fb8c00 !important; }
@media (max-width: 767.98px) {
.sub-menu {
padding-top: 10px;
padding-bottom: 10px;
background: #67bc6a; } }
@media (min-width: 576px) {
.sub-menu {
background: #85bc6e; }
.sub-menu li:first-child a {
padding-left: 0; } }
.sub-menu a {
color: #f9f9f9;
font-size: 12px;
font-weight: 600;
line-height: 1.5;
text-transform: uppercase; }
@media (min-width: 992px) {
.template .navbar-nav .nav-link {
margin-left: 0; } }
@media (min-width: 768px) {
.container-web-header {
margin-top: -380px; } }
@media (min-width: 768px) {
.container-web-header-menu {
margin-top: -370px; } }
.popover {
border-radius: 2px;
border: transparent; }
.popover.popover-x.show {
display: block; }
.popover.w-100 {
max-width: 100% !important; }
.popover-body {
border-radius: 2px; }
.popover-content {
padding: 10px 35px 14px 18px;
color: #fff;
font-size: 14px;
line-height: 1.71;
letter-spacing: -0.35px; }
.popover-content .color-white {
color: #ffffff; }
.popover-content i {
color: #ffd54f;
margin-right: 10px;
margin-top: 5px; }
.popover-content a {
color: #fff;
text-decoration: underline; }
.popover-content a.hover, .popover-content a:hover {
color: #ffd54f;
font-weight: 600; }
.popover-content .text-small {
font-size: 12px;
line-height: 1.83; }
.popover.horizontal .close {
top: 10px;
right: 15px; }
textarea.form-control.only-test {
height: 400px;
resize: none;
border-color: #66bb6a; }  .close {
color: #fff;
opacity: 1;
font-size: 22px;
font-weight: 700;
position: relative;
top: 5px;
right: 10px;
text-shadow: none; }
.close.hover, .close:hover {
cursor: pointer;
color: #ffd54f;
opacity: 1; }
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
opacity: 1; }
.popover-x {
display: none; border-radius: 2px; } .popover-x.top {
margin-top: -10px; }
.popover-x.right {
margin-left: 10px; }
.popover-x.bottom {
margin-top: 10px; }
.popover-x.left {
margin-left: -10px; }
.popover-x > .arrow, .popover-x > .arrow:after {
position: absolute;
display: block;
width: 0;
height: 0;
border: solid transparent; }
.popover-x > .arrow {
border-width: 8px; }
.popover-x > .arrow:after {
content: "";
border-width: 7px; }
.popover-x.top > .arrow {
bottom: -11px;
left: 50%;
margin-left: -11px;
border-top-color: #999;
border-top-color: rgba(0, 0, 0, 0.25);
border-bottom-width: 0; }
.popover-x.top > .arrow:after {
bottom: 1px;
margin-left: -10px;
content: " ";
border-top-color: #fff;
border-bottom-width: 0; }
.popover-x.right > .arrow {
top: 50%;
left: -7px;
margin-top: -11px;
border-right-color: #999;
border-right-color: rgba(0, 0, 0, 0.25);
border-left-width: 0; }
.popover-x.right > .arrow:after {
bottom: -7px;
left: 1px;
content: " ";
border-right-color: #fff;
border-left-width: 0; }
.popover-x.bottom > .arrow {
top: -11px;
left: 50%;
margin-left: -11px;
border-top-width: 0;
border-bottom-color: #999;
border-bottom-color: rgba(0, 0, 0, 0.25); }
.popover-x.bottom > .arrow:after {
top: 1px;
margin-left: -10px;
content: " ";
border-top-width: 0;
border-bottom-color: #fff; }
.popover-x.left > .arrow {
top: 50%;
right: -11px;
margin-top: -11px;
border-right-width: 0;
border-left-color: #999;
border-left-color: rgba(0, 0, 0, 0.25); }
.popover-x.left > .arrow:after {
right: 1px;
bottom: -10px;
content: " ";
border-right-width: 0;
border-left-color: #fff; } .popover-lg {
min-width: 480px; }
.popover-md {
min-width: 350px; }
.popover-x .close {
line-height: 20px;
outline: none; }
.popover-x.top-right > .arrow, .popover-x.bottom-right > .arrow {
left: 90%; }
.popover-x.top-left > .arrow, .popover-x.bottom-left > .arrow {
left: 10%; }
.popover-x.left-top > .arrow, .popover-x.right-top > .arrow {
top: 16%; }
.popover-x.left-bottom > .arrow, .popover-x.right-bottom > .arrow {
top: 90%; }
.popover-default.bottom > .arrow:after {
border-bottom-color: #f7f7f7; }
.popover-primary.bottom > .arrow:after {
border-bottom-color: #cce5ff; }
.popover-success.bottom > .arrow:after {
border-bottom-color: #dff0d8; }
.popover-danger.bottom > .arrow:after {
border-bottom-color: #f2dede; }
.popover-warning.bottom > .arrow:after {
border-bottom-color: #fcf8e3; }
.popover-info.bottom > .arrow:after {
border-bottom-color: #d9edf7; }
.popover-default.left-top > .arrow:after {
border-left-color: #f7f7f7; }
.popover-default.right-top > .arrow:after {
border-right-color: #808080; }
.popover-primary.left-top > .arrow:after {
border-left-color: #cce5ff; }
.popover-primary.right-top > .arrow:after {
border-right-color: #cce5ff; }
.popover-success.left-top > .arrow:after {
border-left-color: #dff0d8; }
.popover-success.right-top > .arrow:after {
border-right-color: #dff0d8; }
.popover-danger.left-top > .arrow:after {
border-left-color: #f2dede; }
.popover-danger.right-top > .arrow:after {
border-right-color: #f2dede; }
.popover-warning.left-top > .arrow:after {
border-left-color: #fcf8e3; }
.popover-warning.right-top > .arrow:after {
border-right-color: #fcf8e3; }
.popover-info.left-top > .arrow:after {
border-left-color: #d1ecf1; }
.popover-info.right-top > .arrow:after {
border-right-color: #d1ecf1; }
.popover-default > .popover-title {
color: #333;
background-color: #f7f7f7; }
.popover-primary > .popover-title {
color: #004085;
background-color: #cce5ff;
border-bottom: 1px solid #b8daff; }
.popover-success > .popover-title {
color: #3c763d;
background-color: #dff0d8;
border-bottom: 1px solid #d6e9c6; }
.popover-info > .popover-title {
color: #0c5460;
background-color: #d1ecf1;
border-bottom: 1px solid #bee5eb; }
.popover-warning > .popover-title {
color: #8a6d3b;
background-color: #fcf8e3;
border-bottom: 1px solid #faebcc; }
.popover-danger > .popover-title {
color: #a94442;
background-color: #f2dede;
border-bottom: 1px solid #ebccd1; }
.popover-footer {
padding: 4px;
background-color: #fbfbfb;
text-align: right;
border-top: 1px solid #ebebeb;
border-radius: 0 0 5px 5px; }
.popover-footer .btn + .btn {
margin-bottom: 0;
margin-left: 4px; }
.popover-footer .btn-group .btn + .btn {
margin-left: -1px; }
.popover-footer .btn-block + .btn-block {
margin-left: 0; }
.popover-x.has-footer.top > .arrow:after, .has-footer.popover-x.top > .arrow:after {
border-top-color: #fbfbfb; }
.popover-x.has-footer.left-bottom > .arrow:after {
border-top-color: transparent;
border-left-color: #fbfbfb; }
.popover-x.has-footer.right-bottom > .arrow:after {
border-top-color: transparent;
border-right-color: #fbfbfb; }
.popover-loading {
padding: 30px;
background: url(//zamportaltest.azurewebsites.net/wp-content/themes/project/assets/build/img/loading.gif) center center; } .popover-x-body .modal-backdrop {
opacity: 1;
z-index: 1;
background: transparent;
display: none; }
.popover-x-body.modal-open {
overflow-y: auto; } .popover-x.is-bs4.right > .arrow {
left: -0.99rem; }
.popover-x.is-bs4.left > .arrow {
right: -0.99rem; }
.table-compact {
margin-bottom: 10px;
font-size: 14px; }
.table-compact .custom-control {
margin-right: -30px;
position: relative;
top: 3px; }
.table-compact th, .table-compact td {
padding: 10px 0.75rem; }
.table-compact .active {
background: #f1f1f1; }
.table .bg-success {
color: #fff; }
.page-item .page-link {
box-sizing: border-box; }
.page-item .page-link i {
position: relative;
top: -1px;
font-size: 11px; }
.page-item:not(.disabled):hover .page-link, .page-item:not(.disabled).hover .page-link {
border: solid 2px #d9d9d9;
padding: 7px 11px; }
.page-item:not(.disabled):active .page-link, .page-item:not(.disabled).click .page-link {
background: #1b5e20;
color: #fff;
border: none; }
.page-item:not(.disabled):focus .page-link, .page-item:not(.disabled).focus .page-link {
outline: 1px solid #ef6c00;
outline-offset: 3px; }
.page-item.disabled .page-link {
color: #fff;
background: #d9d9d9; }
.page-item.active .page-link {
background: #2e7d32;
border-color: #2e7d32;
color: #fff; }
.custom-control {
padding-left: 38px; }
.custom-control-list {
margin: 0;
padding: 0; }
.custom-control-list li {
padding: 7px 0;
margin: 0;
line-height: 24px;
list-style: none; }
.custom-control-list li label {
font-size: 16px;
vertical-align: inherit; }
.custom-control-list li > .tree {
padding-top: 0;
padding-left: 0; }
.custom-control-list li > .tree .custom-control {
display: inline-block;
margin-left: -11px; }
.custom-control-list li > .tree li:first-child .custom-control {
margin-top: 0 !important; }
.custom-control-list li > .tree li:last-child .custom-control {
margin-bottom: 0 !important; }
.custom-control-list.custom-sm .custom-control {
padding-left: 25px;
min-height: 18px; }
.custom-control-list.custom-sm .tree.bordered .nested {
margin-top: 8px;
margin-bottom: -8px;
padding-left: 8px; }
.custom-control-list.custom-sm li {
padding: 9px 0;
line-height: 16px; }
.custom-control-list.custom-sm li .custom-control-input:checked ~ .custom-control-label::after {
font-size: 10px; }
.custom-control-list.custom-sm label.custom-control-label {
font-size: 14px;
line-height: 18px; }
.custom-control-list.custom-sm label.custom-control-label:after, .custom-control-list.custom-sm label.custom-control-label:before {
width: 16px;
height: 16px;
left: -25px; }
.custom-control-list.custom-sm .custom-radio .custom-control-label::before {
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%; }
.custom-control-list.custom-sm .custom-radio .custom-control-input:not(:disabled):active ~ .custom-control-label::after {
width: 8px;
height: 8px;
top: 4px;
left: -21px; }
.custom-control-list.custom-sm .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
background: #ef6c00;
width: 8px;
height: 8px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
top: 4px;
left: -21px; }
.custom-control.custom-radio.hover .custom-control-label::before, .custom-control.custom-checkbox.hover .custom-control-label::before {
border-width: 2px; }
.custom-control.custom-radio.focus .custom-control-label::before, .custom-control.custom-checkbox.focus .custom-control-label::before {
outline: 1px solid #ef6c00;
outline-offset: 3px; }
.custom-control.custom-radio.active.custom-checkbox .custom-control-label::before, .custom-control.custom-checkbox.active.custom-checkbox .custom-control-label::before {
background: #ef6c00;
border-color: #d9d9d9; }
.custom-control.custom-radio.active.custom-checkbox .custom-control-label::after, .custom-control.custom-checkbox.active.custom-checkbox .custom-control-label::after {
content: "\f00c";
color: #fff;
font-family: 'Font Awesome 5 Pro';
font-weight: 900;
text-align: center;
background: none; }
.custom-control.custom-radio.active.custom-radio .custom-control-label::before, .custom-control.custom-checkbox.active.custom-radio .custom-control-label::before {
background: #ef6c00;
border-color: #ef6c00;
border-radius: 50%; }
.custom-control.custom-radio.active.custom-radio .custom-control-label::after, .custom-control.custom-checkbox.active.custom-radio .custom-control-label::after {
background: #fff;
width: 12px;
height: 12px;
border-radius: 50%;
top: 6px;
left: -32px; }
.custom-control.custom-radio .custom-control-label, .custom-control.custom-checkbox .custom-control-label {
font-weight: normal;
font-style: normal;
font-stretch: normal;
line-height: 23px;
letter-spacing: -0.4px; }
.custom-control.custom-radio .custom-control-label::after, .custom-control.custom-radio .custom-control-label::before, .custom-control.custom-checkbox .custom-control-label::after, .custom-control.custom-checkbox .custom-control-label::before {
width: 24px;
height: 24px;
top: 0;
left: -38px; }
.custom-control.custom-radio .custom-control-label::before, .custom-control.custom-checkbox .custom-control-label::before {
border: solid 1px #d9d9d9;
border-radius: 2px; }
.custom-control.custom-radio .custom-control-label:hover::before, .custom-control.custom-checkbox .custom-control-label:hover::before {
border-width: 2px; }
.custom-control.warning .custom-control-label::before {
border-color: #e53935;
background: #ffeeee; }
.custom-control.warning .invalid-feedback {
display: block;
font-size: 12px;
line-height: 13px;
letter-spacing: -0.3px;
color: #e53935;
margin-top: 0; }
.custom-control.recomendation .custom-control-label::before {
border-color: #ffa726;
background: #fffef1; }
.custom-control.recomendation .invalid-feedback {
display: block;
font-size: 12px;
line-height: 1px;
margin-top: 8px;
letter-spacing: -0.3px;
color: #ffa726; }
.custom-control.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
content: "\f00c";
color: #ef6c00;
font-family: 'Font Awesome 5 Pro';
font-weight: 900;
text-align: center;
background: none;
font-size: 16px; }
.custom-control.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
border: solid 1px #d9d9d9;
background: #fff; }
.custom-control.custom-checkbox .custom-control-input:focus ~ .custom-control-label::before {
outline: 1px solid #ef6c00;
outline-offset: 3px;
box-shadow: none !important; }
.custom-control.custom-checkbox .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
border: solid 1px #d9d9d9; }
.custom-control.custom-checkbox .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
background: #ef6c00;
border-color: #d9d9d9; }
.custom-control.custom-checkbox .custom-control-input:not(:disabled):active ~ .custom-control-label::after {
content: "\f00c";
color: #fff;
font-family: 'Font Awesome 5 Pro';
font-weight: 900;
text-align: center;
background: none; }
.custom-control.custom-checkbox .custom-control-input:disabled ~ .custom-control-label::before {
background: #f1f1f1; }
.custom-control.custom-checkbox .custom-control-input:disabled ~ .custom-control-label::after {
color: #d9d9d9; }
.custom-control.custom-radio .custom-control-label::before {
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%; }
.custom-control.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
background: #ef6c00;
width: 12px;
height: 12px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
top: 6px;
left: -32px; }
.custom-control.custom-radio .custom-control-input:checked:disabled ~ .custom-control-label::after {
background: #d9d9d9 !important; }
.custom-control.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
background: #fff; }
.custom-control.custom-radio .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
border: solid 1px #d9d9d9; }
.custom-control.custom-radio .custom-control-input:focus ~ .custom-control-label::before {
outline: 1px solid #ef6c00;
outline-offset: 3px;
box-shadow: none !important; }
.custom-control.custom-radio .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
background: #ef6c00;
border-color: #ef6c00;
border-radius: 50%; }
.custom-control.custom-radio .custom-control-input:not(:disabled):active ~ .custom-control-label::after {
background: #fff;
width: 12px;
height: 12px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
top: 6px;
left: -32px; }
.custom-control.custom-radio .custom-control-input:disabled ~ .custom-control-label::before {
background: #f1f1f1; }
.custom-control.custom-radio .custom-control-input:disabled ~ .custom-control-label::after {
color: #d9d9d9; }
.tree {
padding-left: 28px;
padding-top: 28px;    }
.tree.small {
font-size: 14px; }
.tree :before {
font-size: 18px; }
.tree.bordered li {
border-left: 2px solid #eeeff3; }
.tree.bordered ul {
margin: 18px 0 0; }
.tree.bordered .nested {
padding-left: 12px; }
.tree.bordered .nested li {
padding-left: 34px !important;
margin-bottom: 0; }
.tree li {
list-style: none !important; }
.tree li:first-child {
padding-top: 0; }
.tree li:last-child {
padding-bottom: 0; }
.tree ul {
margin: .1rem 0; }
.tree ul li {
margin-bottom: 10px; }
.tree .caret {
cursor: pointer;
user-select: none; }
.tree .caret::before {
content: "\f105";
font-family: 'Font Awesome 5 Pro';
font-weight: 400;
color: #66bb6a;
display: inline-block;
position: relative;
left: -16px;
transition: .3s ease; }
.tree .caret-down::before {
transform: rotate(90deg); }
.tree .nested {
display: none;
padding-left: 31px; }
.tree .nested .nested {
margin-top: 12px;
padding-left: 40px; }
.tree .nested .caret {
margin-left: 15px; }
.tree .active {
display: block; }
.tree .tree { padding-top: 0; }
.list-group-item.active {
background: #66bb6a;
border-color: rgba(40, 40, 40, 0.125); }
.formContainer {
background: #fff;
width: 655px;
height: auto;
margin: 55px auto 0;
border-radius: 2px; }
.formContainer .formHeader {
border-top-left-radius: 2px;
border-top-right-radius: 2px;
height: 48px;
width: 100%;
background: #f1f1f1;
box-sizing: border-box;
padding: 0 20px; }
.formContainer .formHeader .headerText {
height: 100%;
max-width: 50%;
float: left;
line-height: 48px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis; }
.formContainer .formHeader .headerText span, .formContainer .formHeader .headerText p, .formContainer .formHeader .headerText h1, .formContainer .formHeader .headerText h2, .formContainer .formHeader .headerText h3, .formContainer .formHeader .headerText h4, .formContainer .formHeader .headerText h5, .formContainer .formHeader .headerText h6 {
margin: 0;
padding: 0;
line-height: 48px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
max-width: 320px; }
.formContainer .formHeader .headerIcons {
line-height: 48px;
height: 100%;
float: right; }
.formContainer .formHeader .headerIcons i {
margin-left: 20px;
font-size: 12px;
color: #2e7d32;
cursor: pointer; }
.formContainer .formBody {
width: 100%;
height: auto;
box-sizing: border-box;
padding: 24px 37px; }
.formContainer .formBody .bodyIcon {
color: #fb8c00;
font-size: 12px;
float: right;
margin-top: 6px;
cursor: pointer; }
.formContainer .formBody .tableScroll {
overflow: auto;
width: 100%;
max-height: 200px;    }
.formContainer .formBody .tableScroll::-webkit-scrollbar {
width: 4px; }
.formContainer .formBody .tableScroll::-webkit-scrollbar-track {
background: #fefefe; }
.formContainer .formBody .tableScroll::-webkit-scrollbar-thumb {
background: #ef6c00; }
.formContainer .formBody .tableScroll::-webkit-scrollbar-thumb:hover {
background: #9c5317; }
.formContainer .formFooter {
width: 100%;
height: auto;
box-sizing: border-box;
padding: 0 36px 28px 36px;
background: #fff;
border-bottom-left-radius: 2px;
border-bottom-right-radius: 2px; }
.formContainer .formFooter .w-145 {
width: 147px; }
.formContainer .formFooter button {
margin-bottom: 0; }
.select-multiple select {
border: solid 1px #d9d9d9;
border-radius: 2px;
height: 200px !important;
max-height: 200px !important;
padding: 0; }
.select-multiple select option {
padding-top: 7px;
padding-bottom: 7px;
padding-left: 15px; }
.select-multiple select option:active,
.select-multiple select option:focus,
.select-multiple select option:checked,
.select-multiple select option[selected="selected"] {
background-color: #66bb6a !important;
background: #66bb6a !important;
color: #fff !important; }
.select-multiple span.flex-column {
text-align: center; }
.select-multiple span.flex-column i {
font-size: 11px;
margin-top: 5px;
margin-bottom: 5px; }
.iconsGrid {
width: 100%;
height: max-content;
box-sizing: border-box;
background: #f8f9fa;
padding: 10px;
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-auto-rows: max-content;
margin-bottom: 25px; }
@media (min-width: 576px) {
.iconsGrid {
grid-template-columns: repeat(9, 1fr);
padding: 20px; } }
.iconsGrid .item {
width: 100%;
height: 100%;
display: grid;
grid-template-rows: 60px max-content;
justify-items: center;
align-items: center;
text-align: center;
box-sizing: border-box;
padding: 5px 0;
grid-gap: 5px;
color: #4a5056; }
@media (min-width: 576px) {
.iconsGrid .item {
padding: 5px 10px; } }
.iconsGrid .item i {
font-size: 35px; }
@media (min-width: 576px) {
.iconsGrid .item i {
font-size: 45px; } }
.iconsGrid .item span {
color: #5f5f5f;
font-weight: 500;
font-size: 14px; }
.icons .size-16 {
max-width: 16px;
width: 16px; }
.icons .size-32 {
max-width: 32px;
width: 32px; }
.icons .size-64 {
max-width: 64px;
width: 64px; }
.icons .size-128 {
max-width: 128px;
width: 128px; }
.icons h4 {
font-size: 16px;
font-weight: bold;
font-style: normal;
font-stretch: normal;
line-height: 1.88;
letter-spacing: -0.4px;
text-align: left;
color: #212121; }
.icons .flag-block .left-border {
position: relative; }
.icons .flag-block .left-border:before {
top: 0;
height: 95px;
left: -5px;
position: absolute;
content: "";
width: 2px;
background-color: #eeeff3; }
.icons .flag-block .cube {
width: 95px;
height: 95px;
padding: 13px !important;
font-size: 16px;
line-height: 1;
letter-spacing: -0.4px;
text-align: left;
color: #ffffff; }
.icons .flag-block .cube.bg-red {
background-color: #c62828; }
.icons .flag-block .cube.bg-orange {
background-color: #ef6c00; }
.icons .flag-block .cube.bg-green {
background-color: #2e7d32; }
.icons .flag-block p {
font-size: 14px;
font-weight: normal;
font-style: normal;
font-stretch: normal;
line-height: 1.71;
letter-spacing: -0.35px;
text-align: left;
color: #212121;
white-space: nowrap; }
.icons .coat-of-arms p {
font-size: 16px;
font-weight: normal;
font-style: normal;
font-stretch: normal;
line-height: 1.88;
letter-spacing: normal;
text-align: left;
color: #282828; }
.color .colorBlock {
width: 80px;
height: 24px;
border: 1px solid #f1f1f1;
box-sizing: border-box; }
.color .table th, .color .table td {
border: none;
border-right: 2px solid #f1f1f1; }
.color .table th:first-child, .color .table td:first-child {
padding-left: 0; }
.color .table th.last, .color .table td.last {
border: none !important; }
.color .table td {
padding: 6px 15px; }
.color .table th {
color: #2e7d32;
font-size: 18px;
font-weight: 500; }
.color .colorsBlock .left-border {
position: relative; }
.color .colorsBlock .left-border:before {
top: 0;
height: 95px;
left: -5px;
position: absolute;
content: "";
width: 2px;
background-color: #eeeff3; }
.color .colorsBlock .cube {
width: 95px;
height: 95px;
padding: 13px !important;
font-size: 16px;
line-height: 1;
letter-spacing: -0.4px;
text-align: left;
color: #ffffff; }
.color .colorsBlock .cube.bg-red {
background-color: #c62828; }
.color .colorsBlock .cube.bg-orange {
background-color: #ef6c00; }
.color .colorsBlock .cube.bg-green {
background-color: #2e7d32; }
.color .colorsBlock p {
font-size: 14px;
font-weight: normal;
font-style: normal;
font-stretch: normal;
line-height: 1.71;
letter-spacing: -0.35px;
text-align: left;
color: #212121;
white-space: nowrap; }
.chart-container {
margin-top: 10px;
margin-bottom: 30px; }
@media (min-width: 576px) {
.chart-container {
margin-top: 0;
margin-bottom: 0;
position: relative;
width: 720px;
margin-left: -160px; } }
.bg-sub-menu-body {
background: #f9f9f9; }
.bg-sub-menu-green {
background: #388e3c; }
.card-header {
background-color: transparent; }
.card-header button.btn-link {
text-transform: none;
font-size: 16px;
font-weight: 600 !important;
color: #ef6c00;
line-height: 1.5;
letter-spacing: -0.4px;
padding: 0;
width: 100% !important;
text-align: left; }
.card-header button.btn-link span {
color: #9a9a9a;
font-weight: 400; }
.card-header button.btn-link:focus {
outline: none; }
.card-header button.btn-link i {
float: right; }
.card-header i {
color: #ef6c00;
font-size: 14px;
margin-top: 5px;
display: block; }
.card-header i.fa-arrow-up {
display: none; }
.card-header.hover, .card-header:hover {
background-color: #67bc6a; }
.card-header.hover button, .card-header.hover button span, .card-header.hover i, .card-header:hover button, .card-header:hover button span, .card-header:hover i {
color: #fff !important;
cursor: pointer; }
.card-header.active {
background-color: #2a7e2f; }
.card-header.active i {
display: block; }
.card-header.active i.fa-arrow-down {
display: none; }
.card-header.active button, .card-header.active button span, .card-header.active i {
color: #fff !important;
cursor: inherit; }
@media (max-width: 767.98px) {
.toolbar {
background: #dadada; }
.toolbar li.flex-md-grow-0.p-reduced {
text-align: right; } }
@media (min-width: 576px) {
.toolbar {
background: #e5e5e5; } }
@media (max-width: 767.98px) {
.toolbar .nav a {
padding-left: 0; } }
.toolbar .nav i {
color: #9a9a9a;
margin-right: 5px; }
.toolbar .nav a {
color: #282828; }
nav.navbar ul li {
margin-bottom: 0; }
.logo-top .logo-text p {
font-size: 16px;
color: #2e7d32; }
.logo-top .logo-text small {
color: #af8d1f;
font-size: 12px; }
@media (max-width: 575.98px) {
.form-inline.show .dropdown-menu.show {
position: fixed !important;
padding: 0 !important;
transform: none !important;
border: none !important;
height: calc(100% - 35px);
top: 35px !important;
width: 100%;
margin: 0;
background: transparent !important;
box-shadow: none !important; }
.form-inline.show .dropdown-menu.show:after {
width: 100%;
height: 100%;
top: 0 !important;
background: rgba(0, 0, 0, 0.9);
position: fixed;
content: ""; }
.form-inline.show .dropdown-menu.show .text-right a {
margin-right: 30px; }
.form-inline.show .dropdown-menu.show .text-right a i {
color: #fff;
font-size: 26px; }
.form-inline.show .dropdown-menu.show a.nav-link {
padding: 10px 0 10px 40px;
line-height: 36px;
position: relative;
z-index: 10;
border: none !important;
box-shadow: none !important;
font-size: 18px;
font-weight: 600;
color: #f48920; }
.form-inline.show .dropdown-menu.show a.nav-link.white {
color: #fff; }
.toolbar.header-toolbar .list-inline-item.dropdown.show {
margin-left: -15px;
padding-left: 15px;
background: #404040; }
.toolbar.header-toolbar .list-inline-item.dropdown.show a, .toolbar.header-toolbar .list-inline-item.dropdown.show i.fas {
color: #fff; }
.toolbar.header-toolbar .list-inline-item.dropdown.show .dropdown-menu.show {
position: fixed !important;
padding: 0 !important;
transform: none !important;
border: none !important;
height: calc(100% - 35px);
top: 35px !important;
width: 100%;
margin: 0;
background: transparent !important;
box-shadow: none !important; }
.toolbar.header-toolbar .list-inline-item.dropdown.show .dropdown-menu.show:after {
width: 100%;
height: 100%;
top: 0 !important;
background: rgba(0, 0, 0, 0.8);
position: fixed;
content: ""; }
.toolbar.header-toolbar .list-inline-item.dropdown.show .dropdown-menu.show a.dropdown-item {
text-align: left;
padding: 10px 1rem 10px 1.5rem;
line-height: 1;
color: #ffd54f;
position: relative;
z-index: 10;
width: 50%;
background: #404040 !important;
border: none !important;
box-shadow: none !important;
font-size: 80%;
font-weight: 600;
letter-spacing: -0.3px;
color: #ffd54f; }
.toolbar.header-toolbar .list-inline-item.dropdown.show .dropdown-menu.show a.dropdown-item.white {
color: #fff; }
.toolbar.header-toolbar .list-inline-item.dropdown.show .dropdown-menu.show a.dropdown-item:first-child {
padding-top: 20px; }
.toolbar.header-toolbar .list-inline-item.dropdown.show .dropdown-menu.show a.dropdown-item:last-child {
padding-bottom: 20px; }
.toolbar.header-toolbar .list-inline-item.dropdown.show .dropdown-menu.show a.dropdown-item i.fa {
color: #ffd54f; }
.toolbar.header-toolbar .list-inline-item.dropdown-a.show .dropdown-menu.show {
top: 38px !important; }
.toolbar.header-toolbar .list-inline-item.dropdown-a.show .dropdown-menu.show a.dropdown-item {
width: 119px;
float: right;
margin-right: 15px; }
.toolbar.header-toolbar .list-inline-item.dropdown-lang.show .dropdown-menu.show {
top: 38px !important; }
.toolbar.header-toolbar .list-inline-item.dropdown-lang.show .dropdown-menu.show a.dropdown-item {
width: 119px;
margin-left: 106px; }
.toolbar.header-toolbar .list-inline-item.dropdown-toggle-none .dropdown-toggle:after {
content: none; } }
.jumbotron {
padding: 0;
margin: 0;
background: url(//zamportaltest.azurewebsites.net/wp-content/themes/project/assets/assets/img/jumbotron.jpg) top center no-repeat;
background-size: cover; }
@media (max-width: 767.98px) {
.jumbotron {
background-position: -900px 0;
padding-right: 10px;
padding-left: 10px; } }
.jumbotron .container {
height: 500px; }
.jumbotron .container h2 {
padding-top: 90px;
color: #fff;
font-weight: 800;
line-height: 1.07; }
@media (max-width: 575.98px) {
.jumbotron .container h2 {
font-size: 40px;
padding-top: 70px; } }
@media (max-width: 575.98px) {
.jumbotron .container h5 {
color: #fff; } }
@media (min-width: 576px) {
.jumbotron .container h5 {
color: #ffc107; } }
.jumbotron .container .badge {
transform: none;
margin-right: 5px;
margin-bottom: 5px;
padding: 9px;
background: #f4d55a; }
.jumbotron .container small {
color: #fff; }
.jumbotron .container ul.nav {
margin-top: 5px; }
@media (max-width: 767.98px) {
.jumbotron .search .input-group .form-control {
font-size: 12px;
letter-spacing: -0.3px;
color: #282828;
height: 36px; } }
@media (min-width: 768px) {
.jumbotron .search .input-group {
width: 430px; } }
.cards {
background: #f1f1f1;
padding-top: 90px;
padding-bottom: 60px; }
@media (max-width: 767.98px) {
.cards {
padding-top: 50px;
padding-bottom: 20px; } }
.cards .card {
border-color: transparent;
margin-bottom: 30px; }
.cards .card-body {
padding: 35px;
height: 145px; }
.cards .card-body .btn {
color: #fff;
border-color: #fff; }
.cards .card-text {
font-size: 14px; }
@media (max-width: 767.98px) {
.cards .card-text {
font-size: 12px; } }
.cards .btn {
margin-bottom: 0;
position: absolute;
bottom: 45px; }
.services {
background: url(//zamportaltest.azurewebsites.net/wp-content/themes/project/assets/assets/img/home-second-bg.png) bottom center no-repeat;
background-size: cover; }
@media (max-width: 767.98px) {
.services {
background-position: -100px 370px; } }
.services .container {
padding-top: 80px; }
@media (max-width: 767.98px) {
.services .container {
padding-top: 60px; } }
.services .wall {
margin-top: 80px; }
@media (max-width: 767.98px) {
.services .wall {
margin-top: 40px; } }
.services .wall-title {
padding: 0 15px; }
@media (max-width: 575.98px) {
.services .owl-carousel {
margin-left: 0;
margin-right: 0; } }
.services .owl-carousel .owl-nav {
text-align: right;
margin-right: 15px; }
.services .card {
margin-bottom: 35px;
border: none;
border-radius: 2px; }
.services .card svg, .services .card img {
position: relative; }
.services .card-body {
background: #f9f9f9;
border-color: transparent;
font-size: 14px;
padding: 28px; }
.services .card-title {
color: #fb8c00;
text-transform: uppercase;
font-weight: 700; }
.services .card-text {
line-height: 1.86;
color: #282828; }
.footer-page {
background-color: rgba(0, 0, 0, 0.8); }
.footer-page .footer-logo img {
width: 73px; }
.footer-page .footer-logo a {
font-size: 16px;
font-weight: 600;
line-height: 1.88;
letter-spacing: -0.4px;
color: #ffffff; }
.footer-page h5 {
font-size: 16px;
font-weight: 600;
line-height: 1.88;
letter-spacing: -0.4px;
text-align: left;
color: #f9f9f9;
padding-bottom: 20px;
border-bottom: 1px solid #616161; }
.footer-page ul.nav .nav-item {
margin-bottom: 15px; }
.footer-page ul.nav .nav-item .nav-link {
font-size: 16px;
font-weight: 600;
font-style: normal;
font-stretch: normal;
line-height: 2.63;
letter-spacing: -0.4px;
text-align: left;
color: #fb8c00;
margin: 0;
padding: 0; }
.footer-page ul.nav .nav-item .nav-link:hover {
color: #f9f9f9; }
.footer-page ul.nav .nav-item .nav-link i.fab {
display: inline-block;
margin-right: 5px;
font-size: 18px;
line-height: 0.98;
letter-spacing: -0.45px;
text-align: left;
color: #f9f9f9; }
.footer-page .phone-block .phone-label {
font-size: 16px;
display: block;
font-weight: 600;
font-style: normal;
font-stretch: normal;
line-height: 2.63;
letter-spacing: -0.4px;
text-align: left;
color: #f9f9f9; }
.footer-page .phone-block small {
font-size: 14px;
line-height: 1.86;
letter-spacing: normal;
text-align: left;
color: #808080; }
.footer-page .phone-block a {
font-size: 34px;
letter-spacing: -0.4px;
text-align: left; }
.footer-page .phone-block a span {
display: inline-block;
margin-right: 5px;
color: #fff; }
.footer-page .phone-block a:hover {
text-decoration: none;
color: #808080; }
@media (min-width: 768px) {
.owl-nav {
display: none; }
.owl-stage {
transform: none !important;
width: 100% !important; }
.owl-carousel .owl-stage-outer {
width: 110%;
overflow: visible; }
.owl-carousel > .owl-stage-outer > .owl-stage > .owl-item {
display: inline-grid;
float: none; }
.owl-carousel > .owl-stage-outer > .owl-stage > .owl-item.cloned {
display: none; } } .owl-carousel {
display: none;
width: 100%;
-webkit-tap-highlight-color: transparent; position: relative;
z-index: 1; }
.owl-carousel .owl-stage {
position: relative;
-ms-touch-action: pan-Y;
touch-action: manipulation;
-moz-backface-visibility: hidden; }
.owl-carousel .owl-stage:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0; }
.owl-carousel .owl-stage-outer {
position: relative;
overflow: hidden; -webkit-transform: translate3d(0px, 0px, 0px); }
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0); }
.owl-carousel .owl-item {
position: relative;
min-height: 1px;
float: left;
-webkit-backface-visibility: hidden;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none; }
.owl-carousel .owl-item img {
display: block;
width: 100%; }
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
display: none; }
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
cursor: pointer;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
background: none;
color: inherit;
border: none;
padding: 0 !important;
font: inherit; }
.owl-carousel.owl-loaded {
display: block; }
.owl-carousel.owl-loading {
opacity: 0;
display: block; }
.owl-carousel.owl-hidden {
opacity: 0; }
.owl-carousel.owl-refresh .owl-item {
visibility: hidden; }
.owl-carousel.owl-drag .owl-item {
touch-action: pan-y;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.owl-carousel.owl-grab {
cursor: move;
cursor: grab; }
.owl-carousel.owl-rtl {
direction: rtl; }
.owl-carousel.owl-rtl .owl-item {
float: right; } .no-js .owl-carousel {
display: block; } .owl-carousel .animated {
animation-duration: 1000ms;
animation-fill-mode: both; }
.owl-carousel .owl-animated-in {
z-index: 0; }
.owl-carousel .owl-animated-out {
z-index: 1; }
.owl-carousel .fadeOut {
animation-name: fadeOut; }
@keyframes fadeOut {
0% {
opacity: 1; }
100% {
opacity: 0; } } .owl-height {
transition: height 500ms ease-in-out; } .owl-carousel .owl-item { }
.owl-carousel .owl-item .owl-lazy {
opacity: 0;
transition: opacity 400ms ease; }
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
max-height: 0; }
.owl-carousel .owl-item img.owl-lazy {
transform-style: preserve-3d; } .owl-carousel .owl-video-wrapper {
position: relative;
height: 100%;
background: #000; }
.owl-carousel .owl-video-play-icon {
position: absolute;
height: 80px;
width: 80px;
left: 50%;
top: 50%;
margin-left: -40px;
margin-top: -40px;
background: url(//zamportaltest.azurewebsites.net/wp-content/themes/project/assets/build/css/owl.video.play.png) no-repeat;
cursor: pointer;
z-index: 1;
-webkit-backface-visibility: hidden;
transition: transform 100ms ease; }
.owl-carousel .owl-video-play-icon:hover {
transform: scale(1.3, 1.3); }
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
display: none; }
.owl-carousel .owl-video-tn {
opacity: 0;
height: 100%;
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
transition: opacity 400ms ease; }
.owl-carousel .owl-video-frame {
position: relative;
z-index: 1;
height: 100%;
width: 100%; } #bodyControl-1 #control-elements, #bodyControl-2 #control-elements, #bodyControl-3 #control-elements {
display: block; }
#bodyButtons #navigation, #bodyInput #navigation, #bodyControls #navigation {
display: block; }
#bodyDropDown #selectors,
#bodySearch #selectors,
#bodyAlerts #selectors,
#bodyTabs #selectors,
#bodyKebabMenu #selectors,
#bodySlider #selectors,
#bodyCalendar #selectors,
#bodyAccordion #selectors,
#bodyAdditional-1 #selectors,
#bodyAdditional-2 #selectors,
#bodyAdditional-3 #selectors {
display: block; }
#bodyModals #modals,
#bodyInfoModals #modals,
#bodyBigModals #modals,
#bodySideModals #modals,
#bodyLoginModals #modals,
#bodySideBar #modals {
display: block; }
#bodyFormsSimple #forms,
#bodyFormsPicklist #forms,
#bodyFormsWithtop #forms,
#bodyFormsCalendar #forms {
display: block; }
#bodyWebHeader #webblocks,
#bodyWebHeaderMenu #webblocks,
#bodyWebFooter #webblocks {
display: block; }
#bodyColor #navColor,
#bodyIcons #navIcons,
#bodyButtons #navButtons,
#bodyInput #navInput,
#bodyControls #navControls,
#bodyControl-1 #navControl-1,
#bodyControl-2 #navControl-2,
#bodyControl-3 #navControl-3,
#bodyDropDown #navDropDown,
#bodySearch #navSearch,
#bodyAlerts #navAlerts,
#bodyKebabMenu #navKebabMenu,
#bodySlider #navSlider,
#bodyAccordion #navAccordion,
#bodyTabs #navTabs,
#bodyCalendar #navCalendar,
#bodyAdditional-1 #navAdditional-1,
#bodyAdditional-2 #navAdditional-2,
#bodyAdditional-3 #navAdditional-3,
#bodyModals #navModals,
#bodyInfoModals #navInfoModals,
#bodyBigModals #navBigModals,
#bodySideModals #navSideModals,
#bodyLoginModals #navLoginModals,
#bodySideBar #navSideBar,
#bodyTables #navTables,
#bodyFormsSimple #navFormaSimple,
#bodyFormsPicklist #navFormaPicklist,
#bodyFormsWithtop #navFormaWithtop,
#bodyFormsCalendar #navFormaCalendar,
#bodyWebHeader #navWebHeader,
#bodyWebHeaderMenu #navWebHeaderMenu,
#bodyWebFooter #navWebFooter,
#bodyGrid #navGrid,
#bodyTypography #navTypography {
text-decoration: none;
color: #fff;
background-color: #0a2b3f; }
@media (max-width: 575.98px) {
#design-system-header .logoHeader > .container-fluid {
flex-direction: row !important; }
#design-system-header .logoHeader > .container-fluid li.nav-item.mt-1 {
margin-top: 0 !important; }
#design-system-header .logoHeader > .container-fluid li.nav-item.mt-1 button {
font-size: 10px;
line-height: 1; }
#design-system-header .logoHeader img {
max-width: 75px; }
#design-system-footer .footer-first-line .internalConainer:before {
content: none !important; }
#design-system-navigation nav.mainNav.m-0.p-0 {
margin-top: 10px !important; } }
.input-placeholder-color-chartreuse::placeholder {
color: #66bb6a; }
.mainPage.additional-1 .breadcrumb .stack .fas {
font-size: 8px;
left: 4px;
top: 5px; }
.mainPage.additional-1 .breadcrumb .stack .far {
height: 16px;
width: 16px;
font-size: 16px; }
.input-group-append button.btn {
padding-left: 14px;
padding-right: 14px; }
.input-group-append button.btn i {
margin: 0 !important; }
#bodyAlerts .alert {
font-size: 14px; }
#bodyAlerts .color-black {
color: #000 !important; }
.dropdown .dropdown-menu .dropdown-item {
white-space: nowrap; }
@media (max-width: 575.98px) {
.toolbar.header-toolbar > .container {
padding-left: 28px;
padding-right: 28px; }
.toolbar.header-toolbar .list-inline-item.dropdown:last-child a.nav-link.dropdown-toggle {
padding-right: 0; }
.toolbar.header-toolbar .list-inline-item.dropdown.show:first-child {
margin-left: -28px;
padding-left: 25px; }
.toolbar.header-toolbar .list-inline-item.dropdown.show:last-child {
margin-right: -28px;
padding-right: 28px; }
.toolbar.header-toolbar .list-inline-item.dropdown.show:last-child .dropdown-menu.show a.dropdown-item {
margin-right: 0;
text-align: left;
width: 58px;
padding-left: 15px; }
.toolbar.header-toolbar .list-inline-item.dropdown.show .dropdown-menu.show.transforming-menu {
top: 35px !important;
transform: translate3d(0px, 2px, 0px) !important; }
.mainPage .accordion .card-body {
padding: 15px 31px 15px 43px; }
.mainPage .accordion .card-body ul {
margin-left: -15px; }
.template .navbar {
height: 73px;
padding-left: 28px;
padding-right: 28px; }
.template .navbar .navbar-brand {
margin: 0 !important; }
.template .navbar .navbar-brand .logo-bottom .mb-n2.green {
margin-bottom: -0.75rem !important; }
.template .navbar .navbar-brand div {
margin-top: 0 !important; }
.template .navbar .navbar-brand img {
height: 36px; }
.template .navbar button {
width: 18px;
height: 17px;
padding: 0;
margin-left: 12px; }
.template .navbar button .navbar-toggler-icon {
width: 18px;
height: 3px;
margin-top: 3px; }
.template .navbar button .navbar-toggler-icon:first-child {
margin-top: 0px; }
.filter-switcher button:last-child {
width: 40px;
text-align: center;
padding: 15px 0;
height: 48px; }
.filter-switcher button:last-child span {
display: inline; }
.filter-switcher button:last-child span .fa-arrow-down, .filter-switcher button:last-child span .fa-arrow-up {
margin-top: -15px; }
.filter-switcher button:last-child span .fa-arrow-up {
margin-top: 0; }
.toolbar.header-toolbar .list-inline-item.dropdown-lang.show .dropdown-menu.show a.dropdown-item {
width: 86px;
margin-left: 120px;
padding-left: 30px; } .profile { }
.profile .sideNav a.focus {
color: #66bb6a; }
.profile .sideNav a.focus:hover, .profile .sideNav a.focus:after {
color: #fff; }
.profile .profile-block {
padding-top: 29px !important;
padding-bottom: 29px !important;
padding-right: 18px; }
.profile .profile-block .user-data .avatar {
margin-top: -10px; }
.profile .profile-block .user-data .btn-primary-outline {
width: 36px;
padding: 10px 0;
height: 36px;
font-size: 12px;
line-height: 16px;
text-align: center; }
.profile #payments-history-block {
margin-left: -15px;
margin-right: -15px; }
.profile #payments-history-block h3 {
padding: 0 15px;
font-size: 24px;
font-weight: 800;
font-style: normal;
font-stretch: normal;
line-height: 1;
letter-spacing: normal;
text-align: left;
color: #282828; }
.profile #payments-history-block .table thead th {
font-size: 16px;
font-weight: 600;
line-height: 1.5;
letter-spacing: -0.4px;
text-align: left;
color: #212121;
margin-bottom: 22px;
padding: 0 15px;
border: 0; }
.profile #payments-history-block .table .card-collapse a {
font-size: 14px;
font-weight: 600;
font-style: normal;
font-stretch: normal;
line-height: 2.64;
letter-spacing: normal;
text-align: left;
color: #388e3c; }
.profile #payments-history-block .table .card-collapse.active a {
color: #ffd54f; }
.profile #payments-history-block .table .card-collapse .collapse.show a {
font-size: 16px;
font-weight: 600;
font-style: normal;
font-stretch: normal;
line-height: 2.63;
letter-spacing: -0.4px;
text-align: left;
color: #ef720f; }
.pay-for-service.mainPage {
padding: 0 28px 0 24px !important; }
.pay-for-service.mainPage .input-group.icon {
height: 48px; }
.pay-for-service.mainPage .input-group.icon .input-group-append {
height: 48px;
position: absolute;
right: 0; }
.pay-for-service.mainPage .input-group.icon .input-group-append .btn {
top: 0; }
.pay-for-service.mainPage .well .btn.back {
width: 93px;
height: 48px;
border-radius: 2px;
border: solid 1px #2e7d32;
background-color: #ffffff; }
.pay-for-service.mainPage .well .btn.btn-secondary {
margin-top: 8px;
width: 264px;
height: 48px;
border-radius: 2px; }
.pay-for-service.mainPage .well button.btn.btn-primary.btn-ico.btn-ico-r.btn-link {
top: auto; }
.pay-for-service.mainPage input.form-control.large {
width: 100%; }
.services-page .filter-bar {
overflow-y: scroll;
padding: 0 28px 70px !important; }
.services-page .dropdown button.dropdown-toggle {
padding: 8px 25px 5px 16px !important;
border-width: 1px !important; }
.services-page .dropdown button.dropdown-toggle:hover {
border-color: #66bb6a; }
.services-page .btn.btn-default.btn-lg.dropdown-toggle, .services-page .btn-group-lg > .btn.btn-default.dropdown-toggle {
border: solid 1px #d9d9d9;
font-size: 16px;
font-weight: normal;
font-style: normal;
font-stretch: normal;
line-height: 1.5;
letter-spacing: -0.4px;
text-align: left;
color: #66bb6a;
background-color: #f9f9f9;
padding: 8px 25px 5px 16px;
height: 48px; }
.services-page .btn.btn-default.btn-lg.dropdown-toggle:after, .services-page .btn-group-lg > .btn.btn-default.dropdown-toggle:after {
right: 15px;
border-top: 0.3em solid;
border-right: 0.3em solid transparent;
border-bottom: 0;
border-left: 0.3em solid transparent; }
.services-page .btn.btn-default.btn-lg.dropdown-toggle.active:after, .services-page .btn-group-lg > .btn.btn-default.dropdown-toggle.active:after {
border-bottom: 0.3em solid;
border-right: 0.3em solid #0000;
border-top: 0;
border-left: 0.3em solid #0000; }
.services-page .dropdown .dropdown-menu {
background: #f9f9f9; }
.services-page .dropdown .dropdown-menu .dropdown-item {
color: #000; }
.services-page .dropdown .dropdown-menu .dropdown-item:hover {
color: #f9f9f9;
background: #66bb6a; } } .input-group .tags {
white-space: nowrap; }
.input-group .tags a {
white-space: nowrap;
display: inline-block;
width: 85px;
position: relative; }
.input-group .tags a .floating-title {
position: absolute;
top: -49px;
z-index: 100;
left: 15px;
font-size: 14px;
line-height: 1.71;
letter-spacing: -0.35px;
text-align: left;
color: #282828; }
.c-orange {
color: #ef6c00 !important; }
.c-grey {
color: #808080 !important; }
.c-grey-unimportant {
color: #9a9a9a !important; }
.c-yellow {
color: #ffd54f !important; }
.c-light-orange {
color: #fb8c00 !important; }
.text-light,
.c-light {
color: #f9f9f9; }
.s-icon {
display: inline-block; }
.font-weight-normal,
.f-regular {
font-weight: 400 !important; }
.f-semi {
font-weight: 600 !important; }
.font-weight-bold,
.f-bold {
font-weight: 700 !important; }
.f-extra {
font-weight: 800 !important; }
.fs-12 {
font-size: 12px !important; }
.fs-14 {
font-size: 14px !important; }
.fs-16 {
font-size: 16px !important; }
.fs-20 {
font-size: 20px !important; }
.f-italic {
font-style: italic !important; }
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0; }
input, textarea {
outline: none; }
textarea {
resize: none; }
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block; }
blockquote, q {
quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
content: ''; }
table {
border-collapse: collapse;
border-spacing: 0; }
::-webkit-input-placeholder {
opacity: 1;
transition: opacity 0.3s ease;
color: #8a8a8a; }
::-moz-placeholder {
opacity: 1;
transition: opacity 0.3s ease;
color: #8a8a8a; }
:-moz-placeholder {
opacity: 1;
transition: opacity 0.3s ease;
color: #8a8a8a; }
:-ms-input-placeholder {
opacity: 1;
transition: opacity 0.3s ease;
color: #8a8a8a; }
:focus::-webkit-input-placeholder {
opacity: 0;
transition: opacity 0.3s ease; }
:focus::-moz-placeholder {
opacity: 0;
transition: opacity 0.3s ease; }
:focus:-moz-placeholder {
opacity: 0;
transition: opacity 0.3s ease; }
:focus:-ms-input-placeholder {
opacity: 0;
transition: opacity 0.3s ease; }
img:hover,
img,
button[type="submit"]:hover,
button[type="submit"],
a,
li,
span,
i,
span:hover,
input[type="submit"],
input[type="submit"]:hover,
button,
svg {
text-decoration: none;
transition: all 0.3s ease-out; }
a:hover {
text-decoration: underline; }
a i {
transition: none; }
* {
box-sizing: border-box; }
img {
max-width: 100%;
height: auto; }
pre {
display: block;
padding: 9.5px;
margin: 0 0 10px;
font-size: 13px;
line-height: 1.42857143;
color: #333;
word-break: break-all;
word-wrap: break-word;
background-color: #f5f5f5;
border: 1px solid #ccc;
border-radius: 4px; }
body {
display: flex;
min-height: 100vh;
flex-direction: column;
position: relative;
font-size: 1rem;
line-height: 26px;
font-family: 'Open Sans', sans-serif;
font-weight: 400;
color: #212121; }
footer {
margin-top: auto; }
.avatar {
width: 70px;
height: 70px;
object-fit: cover;
margin-right: 30px; }
.hover-underline:hover {
text-decoration: underline !important; }
.upper {
text-transform: uppercase; }
.capitalize {
text-transform: capitalize; }
.br-50 {
border-radius: 50%; }
.sticky {
position: -webkit-sticky;
position: sticky;
top: 0; }
.sticky:before,
.sticky:after {
content: '';
display: table; }
.text-right {
text-align: right !important; }
.text-center {
text-align: center !important; }
.m-auto {
margin: auto !important; }
.ml-auto {
margin-left: auto !important; }
.mr-auto {
margin-right: auto !important; }
.mt-auto {
margin-top: auto !important; }
.mb-auto {
margin-bottom: auto !important; }
.mt-60 {
margin-top: 60px !important; }
.mt-30 {
margin-top: 30px !important; }
.mt-40 {
margin-top: 30px !important; }
.mt-20 {
margin-top: 20px !important; }
.mt-10 {
margin-top: 10px !important; }
.mt-15 {
margin-top: 15px !important; }
.mb-0 {
margin-bottom: 0 !important; }
.mb-15 {
margin-bottom: 15px !important; }
.mb-10 {
margin-bottom: 10px !important; }
.mb-20 {
margin-bottom: 20px !important; }
.mb-30 {
margin-bottom: 30px !important; }
.mb-35 {
margin-bottom: 35px !important; }
.mb-50 {
margin-bottom: 50px !important; }
.pl-0 {
padding-left: 0 !important; }
.pl-10 {
padding-left: 10px !important; }
.pr-0 {
padding-right: 0 !important; }
.pt-0 {
padding-top: 0 !important; }
.pt-2 {
padding-top: 0.5rem !important; }
.pt-15 {
padding-top: 15px !important; }
.pt-10 {
padding-top: 10px !important; }
.pb-0 {
padding-bottom: 0 !important; }
.pb-2 {
padding-bottom: 0.5rem !important; }
.pb-10 {
padding-bottom: 10px !important; }
.pb-15 {
padding-bottom: 15px !important; }
.pb-20 {
padding-bottom: 20px !important; }
.pb-50 {
padding-bottom: 50px !important; }
@media (max-width: 575.98px) {
.no-x-xs-padding {
padding-left: 0 !important;
padding-right: 0 !important; } }
.section-background {
background: url(//zamportaltest.azurewebsites.net/wp-content/themes/project/assets/build/img/home-second-bg.png) top center no-repeat;
background-size: cover;
position: relative; }
@media (max-width: 991.98px) {
.section-background {
background-size: contain; } }
.section-background .footer {
background: rgba(0, 0, 0, 0.8); }
.dropdown button {
max-width: 100%;
width: 100%; }
.dropdown-toggle:after {
margin-top: 2px !important;
top: 50%;
transform: translate(0, -50%);
right: 8px !important; }
.dropdown-menu__open-bottom {
transform: translate3d(0px, 35px, 0px) !important; }
@media (max-width: 767.98px) {
.dropdown-menu {
background: white !important;
border: 1px solid rgba(40, 40, 40, 0.15) !important; }
.dropdown-menu .dropdown-item {
color: #212121 !important; }
.dropdown-menu .dropdown-item.active {
color: white !important; } }
.search-form {
padding-bottom: 10px; }
.search-form form {
width: 100%; }
.search-form.input-group {
position: relative;
max-width: 430px; }
.search-form.input-group .form-control {
width: 100%;
letter-spacing: -0.3px;
color: #282828;
height: 36px;
padding-right: 50px;
font-size: 16px;
padding-left: 10px; }
.search-form__append {
z-index: 9;
margin-left: 0; }
.search-form__append button.btn {
position: absolute;
height: 36px;
right: 0;
top: 0;
bottom: 0;
margin-bottom: 0;
z-index: 9;
padding-left: 10px;
padding-right: 10px; }
.search-form__append button.btn:hover, .search-form__append button.btn.hover {
background-color: #ef6c00; }
.search-form__append button.btn:hover i, .search-form__append button.btn.hover i {
color: #fff !important; }
.search-form__append button.btn:focus, .search-form__append button.btn.focus {
color: #d9d9d9; }
.search-form__append button.btn:active, .search-form__append button.btn.active {
background-color: #fb8c00;
border: solid 1px #d9d9d9; }
.search-form__append button.btn:active i, .search-form__append button.btn.active i {
color: #fff !important; }
.search-form__append button.btn i {
color: #ef6c00; }
.search-form__append .btn i {
font-size: 16px; }
.search-form__append.large .btn i {
font-size: 20px; }
.btn {
display: inline-block;
color: #212529;
text-align: center;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-color: transparent;
border: 1px solid transparent;
padding: 9px 45px 7px 45px;
font-size: 14px;
font-weight: 600;
line-height: 1.29;
border-radius: 2px;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
text-transform: uppercase; }
.btn:focus, .btn.focus {
outline: 1px solid #ef6c00;
outline-offset: 3px;
box-shadow: none !important;
text-decoration: none; }
.btn:active:disabled, .btn:active.disabled, .btn.disabled, .btn:disabled, .btn:active:disabled:hover, .btn:active.disabled:hover, .btn.disabled:hover, .btn:disabled:hover, .btn.disabled:focus, .btn:disabled:focus {
background-color: #d9d9d9;
border-color: #d9d9d9; }
.btn-primary {
color: #fff;
background-color: #2e7d32;
border-color: #2e7d32; }
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:hover, .btn-primary.hover {
color: #fff;
text-decoration: none;
background-color: #388e3c;
border-color: #388e3c; }
.btn-primary:focus, .btn-primary.focus {
background-color: #2e7d32; }
.btn-primary:active, .btn-primary.active {
background-color: #1b5e20;
border-color: #1b5e20;
cursor: inherit; }
.btn-primary.disabled:focus, .btn-primary:disabled:focus {
outline: none; }
.btn-primary-outline {
color: #2e7d32;
background-color: transparent;
border-color: #388e3c; }
.btn-primary-outline:hover, .btn-primary-outline.hover {
box-shadow: 0 0 0 1px #388e3c;
border-color: #388e3c;
background-color: transparent;
color: #2e7d32; }
.btn-primary-outline:focus, .btn-primary-outline.focus {
background-color: transparent; }
.btn-primary-outline:not(:disabled):not(.disabled):active, .btn-primary-outline:not(:disabled):not(.disabled).active, .btn-primary-outline:active, .btn-primary-outline.active {
color: #fff;
background-color: #1b5e20;
border-color: #1b5e20;
box-shadow: none;
cursor: inherit; }
.btn-primary-outline:active:disabled, .btn-primary-outline:active.disabled, .btn-primary-outline.disabled, .btn-primary-outline:disabled, .btn-primary-outline:active:disabled:hover, .btn-primary-outline:active.disabled:hover, .btn-primary-outline.disabled:hover, .btn-primary-outline:disabled:hover, .btn-primary-outline.disabled:focus, .btn-primary-outline:disabled:focus {
color: #d9d9d9;
border-color: #d9d9d9;
box-shadow: 0 0 0 1px #d9d9d9 !important;
background-color: transparent;
background: transparent;
outline: none; }
.btn-primary.btn-link {
color: #2e7d32; }
.btn-primary.btn-link:hover, .btn-primary.btn-link.hover {
color: #2e7d32; }
.btn-secondary {
color: #fff;
background-color: #ef6c00;
border-color: #ef6c00; }
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:hover, .btn-secondary.hover {
text-decoration: none;
background-color: #fb8c00;
border-color: #fb8c00; }
.btn-secondary:focus, .btn-secondary.focus {
background-color: #ef6c00; }
.btn-secondary:active, .btn-secondary.active {
background-color: #e65100;
border-color: #e65100;
cursor: inherit; }
.btn-secondary.disabled:focus, .btn-secondary:disabled:focus {
outline: none; }
.btn-secondary-outline {
color: #ef6c00;
background-color: transparent;
border-color: #ef6c00; }
.btn-secondary-outline:hover, .btn-secondary-outline.hover {
box-shadow: 0 0 0 1px #fb8c00;
border-color: #fb8c00;
background-color: transparent;
color: #ef6c00; }
.btn-secondary-outline:focus, .btn-secondary-outline.focus {
background-color: transparent; }
.btn-secondary-outline:not(:disabled):not(.disabled):active, .btn-secondary-outline:not(:disabled):not(.disabled).active, .btn-secondary-outline:active, .btn-secondary-outline.active {
color: #fff;
background-color: #e65100;
border-color: #e65100;
box-shadow: none;
cursor: inherit; }
.btn-secondary-outline:active:disabled, .btn-secondary-outline:active.disabled, .btn-secondary-outline.disabled, .btn-secondary-outline:disabled, .btn-secondary-outline:active:disabled:hover, .btn-secondary-outline:active.disabled:hover, .btn-secondary-outline.disabled:hover, .btn-secondary-outline:disabled:hover, .btn-secondary-outline.disabled:focus, .btn-secondary-outline:disabled:focus {
color: #d9d9d9;
border-color: #d9d9d9;
box-shadow: 0 0 0 1px #d9d9d9 !important;
background-color: transparent;
background: transparent;
outline: none; }
.btn-secondary.btn-link {
color: #ef6c00; }
.btn-danger {
color: #fff;
background-color: #dc3545;
border-color: #dc3545; }
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .btn-danger:hover, .btn-danger.hover {
text-decoration: none;
background-color: #c82333;
border-color: #bd2130; }
.btn-danger:focus, .btn-danger.focus {
background-color: #c62828; }
.btn-danger:active, .btn-danger.active {
background-color: #b71c1c;
border-color: #b71c1c;
cursor: inherit; }
.btn-danger.disabled:focus, .btn-danger:disabled:focus {
outline: none; }
.btn-danger-outline {
color: #c62828;
background-color: transparent;
border-color: #c62828; }
.btn-danger-outline:hover, .btn-danger-outline.hover {
box-shadow: 0 0 0 1px #e53935;
border-color: #e53935;
background-color: transparent;
color: #c62828; }
.btn-danger-outline:focus, .btn-danger-outline.focus {
background-color: transparent; }
.btn-danger-outline:not(:disabled):not(.disabled):active, .btn-danger-outline:not(:disabled):not(.disabled).active, .btn-danger-outline:active, .btn-danger-outline.active {
color: #fff;
background-color: #b71c1c;
border-color: #b71c1c;
box-shadow: none;
cursor: inherit; }
.btn-danger-outline:active:disabled, .btn-danger-outline:active.disabled, .btn-danger-outline.disabled, .btn-danger-outline:disabled, .btn-danger-outline:active:disabled:hover, .btn-danger-outline:active.disabled:hover, .btn-danger-outline.disabled:hover, .btn-danger-outline:disabled:hover, .btn-danger-outline.disabled:focus, .btn-danger-outline:disabled:focus {
color: #d9d9d9;
border-color: #d9d9d9;
box-shadow: 0 0 0 1px #d9d9d9 !important;
background-color: transparent;
background: transparent;
outline: none; }
.btn-danger.btn-link {
color: #c62828; }
.btn-danger.btn-link:not(:disabled):not(.disabled):active, .btn-danger.btn-link:not(:disabled):not(.disabled).active, .btn-danger.btn-link:active, .btn-danger.btn-link.active {
background-color: transparent;
border-color: transparent;
color: #b71c1c; }
.btn-warning {
color: #fff;
background-color: #fb8c00;
border-color: #fb8c00; }
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .btn-warning:hover, .btn-warning.hover {
text-decoration: none;
background-color: #fb8c00;
border-color: #fb8c00;
color: #fff; }
.btn-warning:focus, .btn-warning.focus {
background-color: #ef6c00;
color: #fff; }
.btn-warning:active, .btn-warning.active {
background-color: #e65100;
border-color: #e65100;
color: #fff; }
.btn-warning.disabled:focus, .btn-warning:disabled:focus {
outline: none; }
.btn-link {
text-decoration: none;
background: none;
border-color: transparent;
font-weight: bold;
padding: 2px 0 !important;
min-width: auto !important;
width: auto !important; }
.btn-link:hover, .btn-link.hover {
font-weight: 800;
border-color: transparent;
background-color: transparent; }
.btn-link:focus, .btn-link.focus {
background-color: transparent;
font-weight: 700; }
.btn-link:not(:disabled):not(.disabled):active, .btn-link:not(:disabled):not(.disabled).active, .btn-link:active, .btn-link.active {
font-weight: 800; }
.btn-link:active:disabled, .btn-link:active.disabled, .btn-link.disabled, .btn-link:disabled {
color: #d9d9d9; }
.btn-group .btn:active:disabled, .btn-group .btn:active.disabled, .btn-group .btn.disabled, .btn-group .btn:disabled, .btn-group .btn:active:disabled:hover, .btn-group .btn:active.disabled:hover, .btn-group .btn.disabled:hover, .btn-group .btn:disabled:hover, .btn-group .btn.disabled:focus, .btn-group .btn:disabled:focus {
color: #808080; }
.btn-lg, .btn-group-lg > .btn,
.btn-group-lg > .btn {
padding: 11px 45px;
font-size: 16px;
line-height: 1.5; }
.btn-sm, .btn-group-sm > .btn,
.btn-group-sm > .btn {
padding: 4px 35px;
font-size: 12px;
line-height: 1.5; }
.btn-transparent {
z-index: 10;
position: relative;
border-color: #fff;
color: #fff;
background: rgba(0, 0, 0, 0.3);
margin-bottom: 0; }
.btn-transparent:hover {
border-width: 1px !important; }
.no-w {
padding-left: 16px;
padding-right: 16px; }
.bg-primary {
width: 81px;
height: 24px;
background-color: #2e7d32; }
.bg-orange {
width: 81px;
height: 24px;
background-color: #ef6c00; }
.bg-red {
width: 81px;
height: 24px;
background-color: #c62828; }
a.btn.disabled,
fieldset:disabled a.btn {
pointer-events: none; }
.btn-group-vertical.w-100 .dropdown {
width: 100%; }
.btn-group-vertical .dropdown {
margin-top: -1px; }
.show > .btn-primary.dropdown-toggle {
color: #fff;
background-color: #1b5e20;
border-color: #1b5e20; }
.btn .fas, .btn .fa {
margin-right: 5px;
margin-left: 5px; }
.show > .btn-secondary.dropdown-toggle {
color: #fff;
background-color: #e65100;
border-color: #e65100; }
.show > .btn-link.btn-secondary.dropdown-toggle {
color: #e65100; }
.show > .btn-secondary.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }
.btn-success {
color: #fff;
background-color: #28a745;
border-color: #28a745; }
.btn-success:hover {
color: #fff;
background-color: #218838;
border-color: #1e7e34; }
.btn-success:focus, .btn-success.focus {
box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 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 {
box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }
.btn-info {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8; }
.btn-info:hover {
color: #fff;
background-color: #138496;
border-color: #117a8b; }
.btn-info:focus, .btn-info.focus {
box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 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 {
box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }
.btn-light {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa; }
.btn-light:hover {
color: #212529;
background-color: #e2e6ea;
border-color: #dae0e5; }
.btn-light:focus, .btn-light.focus {
box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 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 {
box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }
.btn-dark {
color: #fff;
background-color: #343a40;
border-color: #343a40; }
.btn-dark:hover {
color: #fff;
background-color: #23272b;
border-color: #1d2124; }
.btn-dark:focus, .btn-dark.focus {
box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 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 {
box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }
.btn-outline-primary:focus, .btn-outline-primary.focus {
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
color: #d9d9d9;
background-color: transparent;
border-color: #d9d9d9; }
.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: #1b5e20;
border-color: #1b5e20; }
.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 {
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
.btn-outline-secondary {
color: #ef6c00;
border-color: #ef6c00; }
.btn-outline-secondary:hover, .btn-outline-secondary.hover {
background: none;
border-width: 2px;
color: #ef6c00; }
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
color: #d9d9d9;
background-color: transparent;
border-color: #d9d9d9; }
.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: #e65100;
border-color: #e65100; }
.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 {
box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
.btn-outline-success {
color: #28a745;
border-color: #28a745; }
.btn-outline-success:hover {
color: #fff;
background-color: #28a745;
border-color: #28a745; }
.btn-outline-success:focus, .btn-outline-success.focus {
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 {
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
.btn-outline-info {
color: #17a2b8;
border-color: #17a2b8; }
.btn-outline-info:hover {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8; }
.btn-outline-info:focus, .btn-outline-info.focus {
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 {
box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
.btn-outline-light {
color: #f8f9fa;
border-color: #f8f9fa; }
.btn-outline-light:hover {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa; }
.btn-outline-light:focus, .btn-outline-light.focus {
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 {
box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
.btn-outline-dark {
color: #343a40;
border-color: #343a40; }
.btn-outline-dark:hover {
color: #fff;
background-color: #343a40;
border-color: #343a40; }
.btn-outline-dark:focus, .btn-outline-dark.focus {
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 {
box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
.btn-link.btn-primary:not(:disabled):not(.disabled):active, .btn-link.btn-primary:not(:disabled):not(.disabled).active, .show > .btn-link.btn-primary.dropdown-toggle {
color: #1b5e20;
box-shadow: none;
background: none;
border-color: transparent; }
.btn-link:disabled, .btn-link.disabled {
color: #d9d9d9;
pointer-events: none;
background: none;
border-color: transparent; }
.breadсrumb {
flex-wrap: wrap;
margin-bottom: 20px;
padding: 15px 0;
border-bottom: 1px solid #d9d9d9;
font-size: 14px;
font-weight: 600; }
.breadсrumb .breadcrumb-item {
display: inline-block;
margin-bottom: 0; }
.breadсrumb .breadcrumb-item + .breadcrumb-item {
padding-left: 0; }
.breadсrumb .breadcrumb-item.active {
color: #212121;
font-weight: normal; }
.breadсrumb .breadcrumb-item:not(:first-child):before {
content: '/';
font-size: 16px;
padding-left: 5px;
padding-right: 5px; }
.breadсrumb .breadcrumb-item a:hover {
color: #212121;
text-decoration: underline !important; }
.pagination {
list-style: none;
display: flex;
justify-content: center;
flex-wrap: wrap;
padding: 20px 0; }
.pagination .page-item {
padding: 0 5px;
transition: none; }
.pagination .page-item:nth-last-child(0) {
padding-right: 0; }
.pagination .page-item .page-link {
position: relative;
display: block;
padding: 0.5rem 0.75rem;
margin-left: -1px;
line-height: 1.25;
color: #2e7d32;
background-color: #fff;
border: 1px solid #dee2e6; }
.pagination .page-item .page-link:hover {
z-index: 2;
color: #212121;
text-decoration: none;
background-color: #f1f1f1;
border-color: #dee2e6; }
.pagination .page-item.active .page-link {
color: #fff;
background-color: #2e7d32;
border-color: #2e7d32; }
.pagination .page-link {
transition: none; }
.pagination .page-link:active {
background: #1b5e20; }
.pagination .page-link:focus {
z-index: 2;
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(46, 125, 50, 0.25); }
.page-item:not(.disabled):hover .page-link, .page-item:not(.disabled).hover .page-link {
border: solid 2px #d9d9d9;
padding: 7px 11px; }
.page-item:not(.disabled):focus .page-link, .page-item:not(.disabled).focus .page-link {
outline: 1px solid #ef6c00;
outline-offset: 3px; }
.page-item:not(.disabled):active .page-link, .page-item:not(.disabled).click .page-link {
background: #1b5e20;
color: #fff;
border: none; }
.p-lg {
font-size: 18px;
line-height: 32px; }
.p-enlarged {
font-size: 16px;
line-height: 30px; }
.p-regular {
font-size: 14px;
line-height: 26px; }
.p-reduced {
font-size: 12px;
line-height: 22px; }
.p-reduced-black {
font-size: 12px;
line-height: 22px;
color: #fff;
background-color: #404040; }
a {
color: #ef6c00; }
a:hover {
color: #212121; }
small {
font-weight: 400; }
.t-center {
text-align: center; }
ul, ol {
padding-left: 20px; }
ul li, ol li {
font-size: 14px;
line-height: 20px;
margin-bottom: 15px; }
blockquote {
margin-top: 15px;
margin-bottom: 30px; }
blockquote p {
padding: 25px 32px;
font-size: 12px !important;
font-style: italic;
background: #474545;
color: white; }
hr {
margin-top: 1rem;
margin-bottom: 1rem;
border: 0;
border-top: 1px solid rgba(40, 40, 40, 0.1); }
.title-icon {
position: relative; }
.title-icon .s-icon {
position: absolute;
left: -105px;
top: -30px; }
@media (max-width: 991.98px) {
.title-icon .s-icon {
position: initial;
width: 70px; } }
@media (max-width: 767.98px) {
.title-icon__label {
margin-bottom: 25px;
font-size: 28px; } }
.title-icon__desc {
margin-top: 13px;
line-height: 24px; }
.accordion .card-header {
padding: 18px 30px; }
.accordion .card-header button {
position: relative;
padding-right: 40px !important;
color: #2e7d32;
font-size: 18px; }
.accordion .card-header button i {
margin: 0;
padding: 0;
position: absolute;
right: 0;
top: 50%;
transform: translate(0, -50%); }
.accordion .card-header button:hover {
cursor: pointer; }
.accordion .card-body {
background-color: #f1f1f1; }
.accordion .card-body.text ol li, .accordion .card-body.text ul li {
margin-bottom: 10px; }
.accordion .card:last-child {
border-bottom: 0; }
.accordion .card:last-child .card-header {
margin-bottom: 0; }
.text h1, .text h2, .text h3, .text h4, .text h5, .text h5, .text h6 {
margin-bottom: 15px; }
@media (max-width: 767.98px) {
.text h1, .text h2, .text h3, .text h4, .text h5, .text h5, .text h6 {
margin-bottom: 5px; } }
.text ol, .text ul {
margin-top: 0;
margin-bottom: 25px; }
.text p {
margin-bottom: 10px;
font-size: 14px;
line-height: 26px; }
.text p + ol,
.text p + ul {
margin-top: 25px; }
#modalMobileMenu .modal-content {
background-color: #f8f8f8; }
#modalMobileMenu .modal-content .modal-header {
padding-top: 0; }
#modalMobileMenu .modal-content .modal-header .close {
color: #fff;
font-size: 26px; }
#modalMobileMenu .modal-content .modal-body {
padding: 0 20px 30px 20px; }
#modalMobileMenu .modal-content .modal-body ul li a {
font-size: 18px;
font-weight: 600;
color: #f48920; }
#modalMobileMenu .modal-content .modal-body ul li a.white {
color: #fff; }
#modalMobileMenu .modal-content .modal-body ul .dropdown ul {
background: none;
margin-top: 10px; }
#modalMobileMenu .modal-content .modal-body ul .dropdown ul li {
padding-left: 30px; }
#modalMobileMenu .modal-content .modal-body ul .dropdown ul li a {
font-size: 16px; }
#modalMobileMenu .modal-content .modal-body ul .dropdown.show a.dropdown-toggle {
color: #fed459; }
#modalMobileMenu .modal-content .modal-body ul .dropdown.show a.dropdown-toggle:after {
transform: rotate(180deg); }
#modalMobileMenu .nav-item {
margin-bottom: 10px; }
.footer {
position: relative;
color: #fff;
background: rgba(0, 0, 0, 0.8); }
.footer .nav-item {
margin-bottom: 0; }
.footer__copyright {
height: 35px;
background-color: #388e3c;
color: #d9f1da;
text-align: center; }
.footer__copyright p {
font-size: 12px;
margin: 0;
line-height: 32px; }
.footer__label {
font-size: 16px;
font-weight: 600;
letter-spacing: -0.4px; }
.footer__label + hr {
border-color: #616161;
max-width: 210px;
margin-left: 0; }
.footer__logo {
text-align: center; }
.footer .feedback-btn {
border-color: white;
color: white; }
.footer__phone {
text-decoration: none;
font-size: 26px;
font-weight: 600;
letter-spacing: -0.35px;
padding: 15px 0;
color: #fff;
display: block; }
@media (min-width: 768px) and (max-width: 991.98px) {
.footer__phone {
font-size: 22px; } }
.footer__phone span {
color: #fb8c00; }
.footer__phone:hover {
color: #fff; }
.footer__phone:hover span {
color: #fb8c00; }
.footer__social i {
color: #fff;
margin-right: 5px; }
.footer .nav-link:hover {
color: #808080; }
.footer p {
font-weight: 600;
letter-spacing: -0.35px; }
.header__top {
background: #d9d9d9; }
.header__top .nav {
flex-wrap: nowrap; }
.header__top .nav i {
color: #808080;
margin-right: 5px; }
.header__top .nav a, .header__top .nav i {
color: #212121; }
.header__top .nav .dropdown-item i {
color: #ef6c00; }
.header nav.navbar {
height: auto;
padding: 8px 15px;
background: #f9f9f9;
font-weight: 600; }
.header nav.navbar .navbar-brand .logo {
height: 52px;
float: left;
margin-right: 20px; }
.header nav.navbar .navbar-brand .green {
margin-bottom: 0;
color: #2e7d32;
font-size: small;
font-weight: 700;
line-height: 20px;
max-width: 300px; }
.header nav.navbar .navbar-brand .green:hover {
cursor: pointer;
text-decoration: underline;}
.header nav.navbar .navbar-brand small {
position: relative;
top: -7px;
color: #ef6c00; }
.header nav.navbar .form-inline {
display: flex;
align-items: baseline; }
.header nav.navbar .form-inline a.nav-link:hover i {
color: #212121; }
.header nav.navbar .form-inline .navbar-toggler i {
color: #66bb6a; }
.header nav.navbar .dropdown-toggle:after {
color: #ef6c00; }
.header nav.navbar .navbar-nav .nav-link {
font-size: 14px;
padding: 0;
margin-right: 20px; }
.header nav.navbar .navbar-nav li:last-child a.nav-link {
margin-right: 0; }
.header nav.navbar .navbar-nav li.active a {
color: #808080; }
.header nav.navbar .navbar-nav li.active a:before {
border-top: 2px solid #d46c12;
position: absolute;
top: -30px;
content: '';
width: 100%; }
.header nav.navbar .navbar-nav a, .navbar-nav a {
position: relative;
font-size: 16px!important;
font-weight: 500!important;
letter-spacing: -0.35px!important;
color: #2e7d32!important; }
.header nav.navbar button {
padding: 0;
margin-left: 10px; }
.header .navbar-nav li,
.header .nav li {
margin-bottom: 0; }
.header__bottom {
background: #66bb6a; }
@media (max-width: 767.98px) {
.header__bottom {
padding: 10px 0; } }
.header__bottom .navbar-nav .nav-item:first-child .nav-link {
padding-left: 0; }
.header__bottom .navbar-nav .nav-link {
padding: 10px 15px; }
@media (max-width: 767.98px) {
.header__bottom .navbar-nav .nav-link {
padding-left: 0; } }
.header__bottom .navbar-nav a {
color: #f9f9f9;
font-size: 12px;
font-weight: 600;
line-height: 1.5;
text-transform: uppercase; }
.banner {
overflow: hidden;
position: relative;
background-position: top center;
background-size: cover;
padding-bottom: 50px; }
@media (max-width: 767.98px) {
.banner {
padding-bottom: 30px; } }
.banner .container {
position: relative;
z-index: 2; }
.banner__title {
margin-bottom: 0;
padding: 85px 0 20px;
line-height: 1.07;
color: white; }
@media (max-width: 767.98px) {
.banner__title {
font-size: 37px;
padding-top: 40px; } }
.banner__text {
padding-bottom: 50px;
font-weight: 700;
color: #ffd54f; }
@media (max-width: 767.98px) {
.banner__text {
padding-bottom: 30px; } }
.banner small {
color: #fff;
padding-bottom: 10px; }
.banner ul.nav {
margin-top: 5px; }
.banner:after {
content: '';
position: absolute;
z-index: 1;
background: #212121;
opacity: 0.3;
top: 0;
left: 0;
width: 100%;
height: 100%; }
.service-card {
display: flex;
flex-direction: column;
position: relative;
min-width: 290px;
height: 100%;
background-size: cover;
background-repeat: no-repeat; }
.service-card__body {
top: 10px;
z-index: 2;
padding: 35px;
text-shadow: black 1px 1px 3px; }
.service-card__title {
margin-bottom: 5px; }
.service-card__text {
margin-bottom: 0;
font-size: 14px; }
.service-card__footer {
position: relative;
bottom: 0;
margin-top: auto;
padding-left: 35px;
line-height: 0; }
@media (max-width: 991.98px) {
.service-card__footer {
padding-left: 20px; } }
.service-card__btn {
bottom: 30px;
margin-top: 15px; }
.service-card__img {
width: 100%;
filter: brightness(85%); }
.service-card .overlay {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
height: 100%;
width: 100%;
opacity: 0;
transition: .3s ease;
background-color: black; }
.service-card:hover .overlay {
opacity: 0.4; }
.guide-card {
display: flex;
flex-direction: column;
height: 100%;
border: none;
border-radius: 2px; }
.guide-card img {
position: relative;
margin-bottom: 0;
height: 70px !important;
width: 70px !important;
object-fit: cover; }
.guide-card__body {
border-color: transparent;
font-size: 14px;
margin-top: 13px; }
.guide-card__title {
color: #fb8c00;
text-transform: uppercase;
font-weight: 700;
padding-bottom: 3px; }
.guide-card__text {
line-height: 1.86;
color: #212121; }
.life-scenarios-card {
display: flex;
flex-direction: column;
width: 100%;
margin-bottom: 30px;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); }
.life-scenarios-card__img {
height: 200px;
object-fit: cover; }
@media (max-width: 767.98px) {
.life-scenarios-card__img {
height: 120px; } }
.life-scenarios-card__title {
margin-top: 20px; }
.life-scenarios-card__title a {
color: #212121; }
.life-scenarios-card__block {
display: flex;
flex-direction: column;
height: 100%;
padding: 0 25px 25px 25px;
text-align: left; }
@media (max-width: 767.98px) {
.life-scenarios-card__block {
padding: 0 15px 15px 15px; } }
.life-scenarios-card__text {
display: flex;
align-items: center;
height: 100%; }
.life-scenarios-card__text .btn {
padding: 15px 20px;
font-weight: 400;
text-transform: capitalize; }
.life-scenarios-card__text .btn:focus, .life-scenarios-card__text .btn:active, .life-scenarios-card__text .btn:hover {
color: white; }
.life-scenarios-card__text .read-more {
color: #212121; }
@media (max-width: 991.98px) {
.life-scenarios-card__text {
flex-wrap: wrap; }
.life-scenarios-card__text .btn {
width: 100%;
margin-top: auto;
padding-top: 8px;
padding-bottom: 8px; } }
.life-scenarios-card__content {
margin-right: 15px; }
@media (max-width: 991.98px) {
.life-scenarios-card__content {
flex-basis: 100%;
margin-right: 0;
margin-bottom: 10px; } }
.life-scenarios-step-card {
margin-top: 35px;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
border-radius: 4px; }
.life-scenarios-step-card__main {
position: relative;
padding: 27px 0 30px 48px; }
.life-scenarios-step-card__side {
padding: 35px 15px 15px 20px;
width: 100%;
background-color: #fcfcfc;
border: 1px solid #f1f1f1;
border-radius: 4px; }
.life-scenarios-step-card__side ol {
margin-top: 35px; }
.life-scenarios-step-card__side i {
padding-left: 13px;
padding-right: 20px;
color: #9a9a9a; }
.life-scenarios-step-card__index {
position: absolute;
left: -12px;
top: 18px;
display: inline-block;
width: 50px;
height: 55px;
padding-right: 8px;
padding-top: 15px;
font-size: 32px;
line-height: 24px;
font-weight: 800;
background-color: #ef6c00;
border-radius: 2px;
color: white;
text-align: right; }
.life-scenarios-step-card__btn {
margin-top: 25px; }
.life-scenarios-step-card__btn a {
padding-right: 15px;
padding-left: 15px;
text-transform: capitalize; }
.post-item {
border-bottom: 1px solid #d9d9d9;
padding: 20px 0; }
.post-item:first-child {
padding-top: 0; }
.post-item__content {
padding-bottom: 15px; }
.post-item__title {
margin-bottom: 0; }
.post-item__title a {
color: #212121; }
.post-item__title a:hover {
color: #212121; }
.post-item__date {
padding-top: 5px; }
.post-item .read-more-btn {
color: #2e7d32;
padding: 5px 45px;
border: 1px solid #388e3c;
border-radius: 2px;
display: inline-block;
font-size: 12px;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
text-transform: uppercase;
font-weight: 600; }
.post-item .read-more-btn:hover {
box-shadow: 0 0 0 1px #388e3c; }
.sidebar {
margin-bottom: 50px; }
@media (max-width: 1199.98px) {
.sidebar {
margin-bottom: 30px; } }
.sidebar__item {
margin-bottom: 20px; }
.sidebar__title {
font-size: 18px;
padding: 10px 0;
border-bottom: 1px solid #d9d9d9; }
.post__content {
padding: 10px 0 30px 0;
border-bottom: 1px solid #d9d9d9; }
.post__date {
margin-bottom: 0; }
.post__top {
margin-bottom: 25px;
padding-bottom: 20px;
border-bottom: 1px solid #d9d9d9; }
.post__title {
font-weight: 800; }
.post__subtitle {
padding-bottom: 15px; }
.post__img .img-description {
font-style: italic;
padding: 5px 0;
margin-bottom: 20px; }
.post .number-list {
padding-top: 15px; }
figure {
max-width: 100%; }
figcaption {
max-width: 100%;
margin-bottom: 15px;
padding-top: 5px;
padding-bottom: 10px;
font-size: 90%;
color: #808080;
font-style: italic;
text-align: center;
border-bottom: 1px solid #d9d9d9; }
.author {
font-size: 14px;
padding: 30px 0; }
.author__img {
float: left;
width: 70px;
height: 70px;
margin: 2px 30px 10px 0;
object-fit: cover; }
.service-cards {
padding-top: 60px;
padding-bottom: 60px;
background-color: #f1f1f1; }
.services-guide {
background-size: cover;
background-color: white;
position: relative; }
@media (max-width: 991.98px) {
.services-guide {
background-size: contain; } }
.services-guide__title {
padding-top: 60px; }
.services-guide__title p {
font-weight: 700; }
.services-guide__content {
padding-bottom: 60px; }
@media (max-width: 767.98px) {
.services-guide__content {
padding-bottom: 30px; } }
.services-guide__carousel .owl-nav {
padding: 22px 12px 0 12px;
text-align: right; }
.services-guide .footer {
background: rgba(0, 0, 0, 0.8); }
.bg-bottom {
position: absolute;
bottom: 30px;
z-index: -5;
height: 100%; }
.page-404 {
padding: 50px 0; }
@media (max-width: 1199.98px) {
.header nav.navbar .navbar-nav .nav-link {
font-size: 14px;
margin-right: 10px; }
.form-inline .nav-link {
padding: 0 15px; }
.page__title {
font-size: 45px; } }
@media (max-width: 991.98px) {
.footer .container a.phone {
font-size: 20px; }
.header__bottom .nav .nav-link {
padding-left: 0; }
.service-card__body {
padding: 20px; }
.page__title {
font-size: 34px; }
.page__subtitle {
font-size: 20px; }
.footer.transparent {
background: black;
position: relative; } }
@media (max-width: 767.98px) {
.service-cards {
padding: 25px 0; }
.services-guide__title {
padding: 25px 0; }
.logo-bottom {
padding-top: 30px; }
.post .row {
flex-direction: column-reverse; }
.news .row {
flex-direction: column-reverse; }
.news .pagination {
justify-content: center; } }
@media (max-width: 575.98px) {
.guide-card__img {
object-fit: cover; }
.footer .container li a {
padding-left: 15px; }
.post__content .btn {
display: block; }
.post__comment {
flex-direction: column;
text-align: center; }
.post__comment .avatar {
margin: 0 auto; }
.header nav.navbar .navbar-brand .logo {
margin-right: 10px; } }
.carousel-nav {
min-width: 0;
padding-left: 14px;
padding-right: 14px; }
.owl-next,
.owl-prev {
margin-left: 3px;
margin-bottom: 3px; }
.owl-next:focus,
.owl-prev:focus {
outline: 1px solid #ef6c00;
outline-offset: 3px;
box-shadow: none !important;
text-decoration: none; }
.owl-next:focus a,
.owl-next:focus span,
.owl-prev:focus a,
.owl-prev:focus span {
color: #ef6c00; }
.owl-carousel:not(.owl-loaded) {
opacity: 0; }
.life-scenarios__heading {
margin-top: 80px;
margin-bottom: 20px; }
@media (max-width: 767.98px) {
.life-scenarios__heading {
margin-top: 40px; } }
.life-scenarios-block {
margin-top: 35px; }
.life-scenarios-items {
margin-top: 35px; }
.faq-category-page .title-icon {
margin-bottom: 30px; }
.faq-category-page .search-form {
max-width: 100%; }
.faq-category-page .question-svg {
width: 17px;
height: 30px;
fill: #d9d9d9; }
.faq-category-list {
padding-top: 50px;
padding-bottom: 40px;
background-color: #f1f1f1; }
@media (max-width: 767.98px) {
.faq-category-list {
padding-top: 40px; } }
.faq-category-card {
display: flex;
flex-basis: 32%;
margin-bottom: 10px;
padding: 30px 15px 25px 23px;
border-radius: 2px;
background: white;
color: #212121; }
.faq-category-card__content {
padding-left: 20px; }
.faq-category-card:hover {
box-shadow: 0 9px 12px rgba(0, 0, 0, 0.1);
text-decoration: none; }
.faq-category-card:hover .question-svg {
fill: #ef6c00; }
.faq-category-card.active {
background: #fb8c00; }
.faq-category-card.active .question-svg {
fill: white; }
@media (max-width: 991.98px) {
.faq-category-card {
flex-basis: 49%; } }
@media (max-width: 767.98px) {
.faq-category-card {
flex-basis: 100%; } }
.faq-category-answers {
padding-top: 40px;
padding-bottom: 50px; }
.faq-category-answers .question-svg {
fill: #ef6c00; }
.faq-category-answers .title-icon .s-icon {
left: -32px;
top: 6px; }
.single-life-scenarios-content {
margin-top: 50px; }
@media (max-width: 991.98px) {
.single-life-scenarios-content {
margin-top: 0; } }
.single-life-scenarios-content .title-icon {
margin-top: 40px;
margin-bottom: 25px; }
.single-life-scenarios-steps {
margin-top: 60px;
margin-bottom: 35px; }
@media (max-width: 767.98px) {
.single-life-scenarios-steps {
margin-top: 40px; } }
.single-life-scenarios-related {
margin-bottom: 50px; }
.single-life-scenarios__descrition {
margin-top: 30px; }
.single-life-scenarios__thumbnail {
border-right: 4px; }
.life-scenarios-step-card {
margin-top: 35px;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
border-radius: 4px; }
.life-scenarios-step-card__main {
position: relative;
padding: 27px 0 30px 48px; }
@media (max-width: 1199.98px) {
.life-scenarios-step-card__main {
padding-right: 25px; } }
.life-scenarios-step-card__side {
padding: 35px 15px 15px 20px;
width: 100%;
background-color: #fcfcfc;
border: 1px solid #f1f1f1;
border-radius: 4px; }
.life-scenarios-step-card__side i {
padding-left: 13px;
padding-right: 20px;
color: #9a9a9a; }
.life-scenarios-step-card__side-content {
margin-top: 35px;
overflow: hidden;
word-wrap: break-word; }
@media (max-width: 767.98px) {
.life-scenarios-step-card__side-content {
margin-top: 25px; } }
.life-scenarios-step-card__side-content ol li, .life-scenarios-step-card__side-content ul li {
font-weight: 600; }
.life-scenarios-step-card__index {
position: absolute;
left: -12px;
top: 18px;
display: inline-block;
width: 50px;
height: 55px;
padding-right: 8px;
padding-top: 15px;
font-size: 32px;
line-height: 24px;
font-weight: 800;
background-color: #ef6c00;
border-radius: 2px;
color: white;
text-align: right; }
.life-scenarios-step-card__btn {
margin-top: 25px; }
.life-scenarios-step-card__btn a {
padding-right: 15px;
padding-left: 15px;
text-transform: capitalize; }
@media (max-width: 991.98px) {
.life-scenarios-step-card__btn {
margin-top: 10px;
margin-bottom: 10px; } }
@media (max-width: 575.98px) {
.life-scenarios-step-card .row {
margin-left: 0 !important;
margin-right: 0 !important; } }
.service-category-data {
padding-top: 50px;
padding-bottom: 40px;
background-color: #f1f1f1; }
@media (max-width: 991.98px) {
.service-category-data {
padding-top: 20px; }
.service-category-data .title-icon {
margin-bottom: 40px; } }
.service-category-list {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
font-weight: 600;
list-style: circle;
color: #808080; }
.service-category-list li {
flex-basis: 46%; }
.service-category-list li span {
color: #fb8c00; }
@media (max-width: 991.98px) {
.service-category-list li {
flex-basis: 100%; } }
.service-category-child-items {
padding-top: 60px;
margin-bottom: 35px; }
.service-category-card {
display: flex;
flex-direction: column;
height: 100%;
padding: 43px 35px 0 35px;
background: white;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
border-radius: 2px;
color: #212121; }
@media (max-width: 767.98px) {
.service-category-card {
padding-bottom: 0; } }
.service-category-card:hover {
text-decoration: none; }
.service-category-card__title {
margin-bottom: 15px; }
.service-category-card__desc {
font-size: 14px; }
.service-category-card__img {
position: relative;
padding-top: 40px;
margin: 0 -35px 0 -35px; }
.service-category-card__img img {
height: 140px;
object-fit: cover; }
.service-category-card__btn {
position: absolute;
left: 110px;
top: 50%;
transform: translate(-50%, 0);
text-transform: capitalize; }
.service-category-card .service-category-list {
padding-top: 30px;
padding-left: 10px;
padding-bottom: 15px; }
.service-category-card .service-category-list li {
flex-basis: 100%; }
@media (max-width: 767.98px) {
.service-category-card .service-category-list {
background-color: #f1f1f1;
margin-left: -35px;
margin-right: -35px;
padding-left: 40px;
padding-right: 15px; } }
.service-category-block {
margin-top: 50px;
padding-bottom: 25px; }
@media (max-width: 767.98px) {
.service-category-block {
margin-top: 30px; } }
.service-category-services {
margin-top: 35px; }
@media (max-width: 767.98px) {
.service-category-services__title {
padding-left: 15px;
padding-right: 15px; } }
.service-category-services__list {
margin-top: 20px;
padding-left: 0;
border: 1px solid #d9d9d9;
list-style: none; }
.service-category-services__list li {
margin-bottom: 0; }
.service-category-services__link {
display: block;
padding: 15px 20px;
color: #ef6c00;
font-size: 14px;
font-weight: 600; }
.service-category-services__link:hover {
text-decoration: underline;
font-weight: 400;
color: #212121;
background: #f1f1f1; }
.service-category-sidebar {
margin-top: 15px; }
@media (max-width: 767.98px) {
.service-category-sidebar {
margin-top: 40px; } }
.service-category-sidebar .service-category-card {
padding-bottom: 0; }
.service-category-sidebar .service-category-list {
background-color: #f1f1f1;
margin-left: -35px;
margin-right: -35px;
padding-left: 40px;
padding-right: 15px;
padding-bottom: 15px; }
.service-category-sidebar__view-all {
display: flex;
justify-content: space-between;
align-items: center;
padding: 11px 22px;
border: 1px solid #d9d9d9;
color: #2e7d32;
font-weight: 600;
border-radius: 2px; }
.service-category-pagination {
display: flex;
align-items: center;
flex-wrap: wrap; }
@media (max-width: 767.98px) {
.service-category-pagination {
padding: 0 15px; } }
.service-category-pagination__per-page {
display: flex;
align-items: center;
margin-bottom: 15px; }
.service-category-pagination__per-page .dropdown {
width: 75px; }
.service-category-pagination__pages .pagination {
padding: 0; }
@media (max-width: 767.98px) {
.service-category-pagination__pages {
flex: 100%; }
.service-category-pagination__pages .page-link {
display: flex;
height: 100%; }
.service-category-pagination__pages .page-link span {
display: none; } }