517 lines
8.4 KiB
CSS
517 lines
8.4 KiB
CSS
:root {
|
|
--blue: #007bff;
|
|
--indigo: #6610f2;
|
|
--purple: #6f42c1;
|
|
--pink: #e83e8c;
|
|
--red: #dc3545;
|
|
--orange: #fd7e14;
|
|
--yellow: #ffc107;
|
|
--green: #28a745;
|
|
--teal: #20c997;
|
|
--cyan: #17a2b8;
|
|
--white: #fff;
|
|
--gray: #6c757d;
|
|
--gray-dark: #343a40;
|
|
--primary: #007bff;
|
|
--secondary: #6c757d;
|
|
--success: #28a745;
|
|
--info: #17a2b8;
|
|
--warning: #ffc107;
|
|
--danger: #dc3545;
|
|
--light: #f8f9fa;
|
|
--dark: #343a40;
|
|
--breakpoint-xs: 0;
|
|
--breakpoint-sm: 576px;
|
|
--breakpoint-md: 768px;
|
|
--breakpoint-lg: 992px;
|
|
--breakpoint-xl: 1200px;
|
|
--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
|
|
}
|
|
|
|
*,
|
|
::after,
|
|
::before {
|
|
box-sizing: border-box
|
|
}
|
|
|
|
html {
|
|
font-family: sans-serif;
|
|
line-height: 1.15;
|
|
-webkit-text-size-adjust: 100%;
|
|
-ms-text-size-adjust: 100%;
|
|
-ms-overflow-style: scrollbar;
|
|
-webkit-tap-highlight-color: transparent
|
|
}
|
|
|
|
@-ms-viewport {
|
|
width: device-width
|
|
}
|
|
|
|
aside,
|
|
footer,
|
|
header,
|
|
nav,
|
|
section {
|
|
display: block
|
|
}
|
|
|
|
body {
|
|
margin: 0;
|
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
font-size: 1rem;
|
|
font-weight: 400;
|
|
line-height: 1.5;
|
|
color: #212529;
|
|
text-align: left;
|
|
background-color: #fff
|
|
}
|
|
|
|
[tabindex="-1"]:focus {
|
|
outline: 0 !important
|
|
}
|
|
|
|
h2,
|
|
h3,
|
|
h4 {
|
|
margin-top: 0;
|
|
margin-bottom: .5rem
|
|
}
|
|
|
|
p {
|
|
margin-top: 0;
|
|
margin-bottom: 1rem;
|
|
color: rgb(0, 0, 0);
|
|
}
|
|
|
|
ol,
|
|
ul {
|
|
margin-top: 0;
|
|
margin-bottom: 1rem
|
|
}
|
|
|
|
ol ol,
|
|
ol ul,
|
|
ul ol,
|
|
ul ul {
|
|
margin-bottom: 0
|
|
}
|
|
|
|
abbr[title] {
|
|
text-decoration: underline;
|
|
-webkit-text-decoration: underline dotted;
|
|
text-decoration: underline dotted;
|
|
cursor: help;
|
|
border-bottom: 0
|
|
}
|
|
|
|
address {
|
|
margin-bottom: 1rem;
|
|
font-style: normal;
|
|
line-height: inherit
|
|
}
|
|
|
|
strong {
|
|
font-weight: bolder
|
|
}
|
|
|
|
a {
|
|
color: #007bff;
|
|
text-decoration: none;
|
|
background-color: transparent;
|
|
-webkit-text-decoration-skip: objects
|
|
}
|
|
|
|
a:hover {
|
|
color: #0056b3;
|
|
text-decoration: underline
|
|
}
|
|
|
|
a:not([href]):not([tabindex]) {
|
|
color: inherit;
|
|
text-decoration: none
|
|
}
|
|
|
|
a:not([href]):not([tabindex]):focus,
|
|
a:not([href]):not([tabindex]):hover {
|
|
color: inherit;
|
|
text-decoration: none
|
|
}
|
|
|
|
a:not([href]):not([tabindex]):focus {
|
|
outline: 0
|
|
}
|
|
|
|
label {
|
|
display: inline-block;
|
|
margin-bottom: .5rem
|
|
}
|
|
|
|
button {
|
|
border-radius: 0;
|
|
text-transform: none
|
|
}
|
|
|
|
button:focus {
|
|
outline: 1px dotted;
|
|
outline: 5px auto -webkit-focus-ring-color
|
|
}
|
|
|
|
button,
|
|
input {
|
|
margin: 0;
|
|
font-family: inherit;
|
|
font-size: inherit;
|
|
line-height: inherit;
|
|
overflow: visible
|
|
}
|
|
|
|
[type=submit],
|
|
button,
|
|
html [type=button] {
|
|
-webkit-appearance: button
|
|
}
|
|
|
|
[type=search] {
|
|
outline-offset: -2px;
|
|
-webkit-appearance: none
|
|
}
|
|
|
|
.h2,
|
|
.h3,
|
|
.h4,
|
|
h3,
|
|
h2,
|
|
h4 {
|
|
margin-bottom: .5rem;
|
|
font-family: inherit;
|
|
font-weight: 500;
|
|
line-height: 1.2;
|
|
color: inherit
|
|
}
|
|
|
|
.h2,
|
|
h2 {
|
|
font-size: 2rem
|
|
}
|
|
|
|
.h3,
|
|
h3 {
|
|
font-size: 1.75rem
|
|
}
|
|
|
|
.h4,
|
|
h4 {
|
|
font-size: 1.5rem
|
|
}
|
|
|
|
.container {
|
|
width: 100%;
|
|
padding-right: 15px;
|
|
padding-left: 15px;
|
|
margin-right: auto;
|
|
margin-left: auto
|
|
}
|
|
|
|
@media (min-width:1200px) {
|
|
.container {
|
|
max-width: 1140px
|
|
}
|
|
}
|
|
|
|
.row_seasons {
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-wrap: wrap;
|
|
flex-wrap: wrap;
|
|
margin-right: -15px;
|
|
justify-content: center;
|
|
margin-left: -15px
|
|
}
|
|
|
|
.row_seasons img {
|
|
margin: 0 10px;
|
|
margin-top: 20px;
|
|
height: 255px;
|
|
width: 287px;
|
|
}
|
|
|
|
.col-12,
|
|
.col-6,
|
|
.col-lg-12,
|
|
.col-lg-3,
|
|
.col-lg-4,
|
|
.col-lg-5,
|
|
.col-lg-7,
|
|
.col-md-4,
|
|
.col-md-6,
|
|
.col-md-8,
|
|
.col-sm-12,
|
|
.col-sm-6 {
|
|
position: relative;
|
|
width: 100%;
|
|
min-height: 1px;
|
|
padding-right: 15px;
|
|
padding-left: 15px
|
|
}
|
|
|
|
.col-4 {
|
|
-ms-flex: 0 0 33.333333%;
|
|
flex: 0 0 33.333333%;
|
|
max-width: 33.333333%
|
|
}
|
|
|
|
.col-6 {
|
|
-ms-flex: 0 0 50%;
|
|
flex: 0 0 50%;
|
|
max-width: 50%
|
|
}
|
|
|
|
.col-12 {
|
|
-ms-flex: 0 0 100%;
|
|
flex: 0 0 100%;
|
|
max-width: 100%
|
|
}
|
|
|
|
.mb-6 {
|
|
padding: 3% 9%;
|
|
}
|
|
|
|
@media (min-width:576px) {
|
|
.col-sm-6 {
|
|
-ms-flex: 0 0 50%;
|
|
flex: 0 0 50%;
|
|
max-width: 50%
|
|
}
|
|
.col-sm-12 {
|
|
-ms-flex: 0 0 100%;
|
|
flex: 0 0 100%;
|
|
max-width: 100%
|
|
}
|
|
}
|
|
|
|
@media (min-width:768px) {
|
|
.col-md-4 {
|
|
-ms-flex: 0 0 33.333333%;
|
|
flex: 0 0 33.333333%;
|
|
max-width: 33.333333%
|
|
}
|
|
.col-md-6 {
|
|
-ms-flex: 0 0 50%;
|
|
flex: 0 0 50%;
|
|
max-width: 50%
|
|
}
|
|
.col-md-8 {
|
|
-ms-flex: 0 0 66.666667%;
|
|
flex: 0 0 66.666667%;
|
|
max-width: 66.666667%
|
|
}
|
|
}
|
|
|
|
@media (min-width:992px) {
|
|
.col-lg-3 {
|
|
-ms-flex: 0 0 25%;
|
|
flex: 0 0 25%;
|
|
max-width: 25%
|
|
}
|
|
.col-lg-4 {
|
|
-ms-flex: 0 0 33.333333%;
|
|
flex: 0 0 25%;
|
|
max-width: 25%
|
|
}
|
|
.col-lg-5 {
|
|
-ms-flex: 0 0 15.666667%;
|
|
flex: 0 0 22.666667%;
|
|
max-width: 22.666667%
|
|
}
|
|
.col-lg-7 {
|
|
-ms-flex: 0 0 58.333333%;
|
|
flex: 0 0 58.333333%;
|
|
max-width: 58.333333%
|
|
}
|
|
.col-lg-12 {
|
|
-ms-flex: 0 0 100%;
|
|
flex: 0 0 100%;
|
|
max-width: 100%
|
|
}
|
|
.fl_right .col-lg-4 {
|
|
-ms-flex: 0 0 33.333333%;
|
|
flex: 0 0 25%;
|
|
max-width: 100%
|
|
}
|
|
}
|
|
|
|
.btn-link {
|
|
font-weight: 400;
|
|
color: #007bff;
|
|
background-color: transparent
|
|
}
|
|
|
|
.btn-link:hover {
|
|
color: #0056b3;
|
|
text-decoration: underline;
|
|
background-color: transparent;
|
|
border-color: transparent
|
|
}
|
|
|
|
.btn-link.focus,
|
|
.btn-link:focus {
|
|
text-decoration: underline;
|
|
border-color: transparent;
|
|
box-shadow: none
|
|
}
|
|
|
|
.btn-link.disabled,
|
|
.btn-link:disabled {
|
|
color: #6c757d;
|
|
pointer-events: none
|
|
}
|
|
|
|
.nav {
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-wrap: wrap;
|
|
flex-wrap: wrap;
|
|
padding-left: 0;
|
|
margin-bottom: 0;
|
|
list-style: none
|
|
}
|
|
|
|
.bg-dark {
|
|
background-color: #343a40 !important
|
|
}
|
|
|
|
a.bg-dark:focus,
|
|
a.bg-dark:hover,
|
|
button.bg-dark:focus,
|
|
button.bg-dark:hover {
|
|
background-color: #1d2124 !important
|
|
}
|
|
|
|
.d-none {
|
|
display: none !important
|
|
}
|
|
|
|
.media {
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-align: start;
|
|
align-items: flex-start
|
|
}
|
|
|
|
.media-body {
|
|
-ms-flex: 1;
|
|
flex: 1
|
|
}
|
|
|
|
|
|
/*mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm*/
|
|
|
|
@-webkit-keyframes progress-bar-stripes {
|
|
from {
|
|
background-position: 1rem 0
|
|
}
|
|
to {
|
|
background-position: 0 0
|
|
}
|
|
}
|
|
|
|
@keyframes progress-bar-stripes {
|
|
from {
|
|
background-position: 1rem 0
|
|
}
|
|
to {
|
|
background-position: 0 0
|
|
}
|
|
}
|
|
|
|
|
|
/*mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm*/
|
|
|
|
.d-flex {
|
|
display: -ms-flexbox !important;
|
|
display: flex !important
|
|
}
|
|
|
|
.justify-content-center {
|
|
-ms-flex-pack: center !important;
|
|
justify-content: center !important;
|
|
display: -ms-flexbox;
|
|
-ms-flex-wrap: wrap;
|
|
flex-wrap: wrap;
|
|
margin-right: -15px;
|
|
margin-left: -15px
|
|
}
|
|
|
|
.justify-content-between {
|
|
-ms-flex-pack: justify !important;
|
|
justify-content: space-between !important
|
|
}
|
|
|
|
@media print {
|
|
*,
|
|
::after,
|
|
::before {
|
|
text-shadow: none !important;
|
|
box-shadow: none !important
|
|
}
|
|
a:not(.btn) {
|
|
text-decoration: underline
|
|
}
|
|
abbr[title]::after {
|
|
content: " (" attr(title) ")"
|
|
}
|
|
thead {
|
|
display: table-header-group
|
|
}
|
|
img,
|
|
tr {
|
|
page-break-inside: avoid
|
|
}
|
|
h3,
|
|
p {
|
|
orphans: 3;
|
|
widows: 3
|
|
}
|
|
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 #000
|
|
}
|
|
}
|
|
|
|
.align-items-center {
|
|
-ms-flex-align: center !important;
|
|
align-items: center !important
|
|
}
|
|
|
|
.text-right {
|
|
text-align: right !important
|
|
}
|
|
|
|
.text-center {
|
|
text-align: center !important
|
|
}
|
|
|
|
@media (min-width:576px) {
|
|
.text-sm-center {
|
|
text-align: center !important
|
|
}
|
|
}
|
|
|
|
.text-white {
|
|
color: #fff !important
|
|
} |