code
stringlengths 2k
1.04M
| repo_path
stringlengths 5
517
| parsed_code
stringlengths 0
1.04M
| quality_prob
float64 0.02
0.95
| learning_prob
float64 0.02
0.93
|
---|---|---|---|---|
@import url("1140.css");
@import url("fonts-1.1.0.css");
h1, h2, h3, h4, h5, b { font-weight:normal; }
h1 {
font-family: "TheanoDidotRegular", 'TheanoDidotRegularRemote', Georgia, serif;
text-transform:uppercase;
font-size: 32px;
line-height:120%;
}
h2 {
margin: 10px 0 5px 0;
line-height:120%;
}
h3 {
font-size:20px;
line-height:120%;
margin:10px 0 5px 0;
}
body {
font-family: Georgia, serif;
font-size:18px;
line-height:120%;
color:black;
}
a {
color: #0000FF;
text-decoration:underline;
}
a:visited {
color: #800080;
}
a:hover {
text-decoration:none;
cursor: pointer;
}
a:active {
color: red;
}
small {
font-size:14px;
}
.container {
clear:both;
}
.overflow {
overflow:visible;
clear:both;
}
div#topbar {
border-bottom:9px solid #e5e5e5;
margin:0 0 10px 0;
}
div.bottombar {
clear:both;
padding:5px 0;
border-bottom:1px solid #e5e5e5;
margin: 0 0 10px 0;
}
div#toolbar {
padding: 10px 0;
font-size: 16px;
background-color: #ffffff;
position:relative;
}
div#headline {
font-family: "TheanoDidotRegular", 'TheanoDidotRegularRemote', Georgia, serif;
width:275px;
text-align:center;
}
div#headline h1 {
font-size:2.75em;
line-height:90%;
}
div#headline p {
font-size:1.35em;
white-space: nowrap;
}
div#headline a {
text-decoration:none;
color:black;
}
div#headline a:hover {
text-decoration:none;
cursor: pointer;
color: gray;
}
div#toolbar ul#tools {
text-align:right;
float:right;
display:inline;
margin:30px 0 0 0;
}
div#toolbar ul#tools li {
display:inline;
list-style-type: none;
margin:5px;
}
div#toolbar #globaldatepicker {
width:100px;
}
.datepicker {
display:inline;
}
.datepicker img {
vertical-align:bottom;
display:inline;
}
div#toolbar select {
width: 180px;
}
div#toolbar a#advancedsearch {
text-decoration:underline;
font-size:12px;
}
div#toolbar .dropdown {
font-size:14px;
position:relative;
}
.caret {
display: inline-block;
width: 0;
height: 0;
vertical-align: top;
border-top: 4px solid #0000FF;
border-right: 4px solid transparent;
border-left: 4px solid transparent;
content: "";
opacity: 0.4;
filter: alpha(opacity=40);
margin-top: 12px;
margin-left: 2px;
}
.dropdown:hover .caret,
.open .caret {
opacity: 1;
filter: alpha(opacity=100);
}
.dropdown-menu {
position: absolute;
top: 100%;
right: 0;
z-index: 1000;
display: none;
float: left;
min-width: 100px;
padding: 4px 0;
margin: 4px 0 0;
list-style: none;
background-color: #ffffff;
border: 1px solid #ccc;
}
.dropdown-menu li {
margin:0 !important;
}
.open {
*z-index: 1000;
}
.open > .dropdown-menu {
display: block;
}
.dropdown-menu a {
display: block;
padding: 5px;
clear: both;
font-weight: normal;
line-height: 18px;
white-space: nowrap;
}
.dropdown-menu li > a:hover,
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
text-decoration: none;
}
div.screenshots {
margin: 0 auto 30px auto;
}
div.nestedthumbs {
margin: 0 auto 20px auto;
}
div#sitetitle {
margin: 0 auto 0 auto;
}
hr {
margin:10px 0;
color: #CCC;
background-color: #ccc;
}
div#sitetitle h3 {
margin: 0 0 10px 0;
}
div.datestamp {
font-size: 14px;
text-align: right;
margin-bottom: 10px;
padding-right:10px;
}
div.timestamp {
margin: 5px auto;
font-size: 18px;
}
div#footer {
margin: 10px 0;
font-size: 16px;
text-align:center;
}
div#footer .row {
padding: 15px 0 30px 0;
border-top: 1px solid #ccc;
}
form#advancedsearch {
margin: 0 0 20px 0;
}
fieldset{
padding: 10px;
border: 1px solid #ccc;
font-size:16px;
}
fieldset h4 {
font-size:20px;
margin: 5px 0 5px 0;
}
form#advancedsearch ul {
margin: 10px 0 20px 0;
}
form#advancedsearch ul li {
margin: 0 0 10px 0;
}
form#advancedsearch ul li label {
margin: 0 5px 0 0;
}
span.error {
margin:10px 0;
color:red;
}
article p {
margin: 0 0 10px 0;
font-size:18px;
line-height:24px;
text-align:justify;
}
pre {
font-size:14px;
}
table {
font-size:14px;
width:100%;
margin: 0 0 10px 0;
font-family: monospace;
}
table td {
border-bottom:1px solid #ddd;
padding: 5px 0;
margin: 0;
}
/* Responsive tables */
table.stacked-responsive {
border-collapse:collapse;
margin: 10px !important;
width:95%;
border-spacing: 0;
display: table-cell;
}
table.stacked-responsive th, table.stacked-responsive td
{
border: 1px solid black;
line-height:140%;
text-align:left;
padding:5px;
}
/* ============================= */
/* ! Layout for mobile version */
/* ============================= */
@media handheld, only screen and (max-width: 767px) {
/* Force table to not be like tables anymore */
table.stacked-responsive,
.stacked-responsive thead,
.stacked-responsive tbody,
.stacked-responsive th,
.stacked-responsive td,
.stacked-responsive tr {
display: block;
}
/* Hide table headers (but not display: none;, for accessibility) */
.stacked-responsive thead tr {
position: absolute;
top: -9999px;
left: -9999px;
padding: 0;
}
.stacked-responsive tr { border: 1px solid #ccc; }
.stacked-responsive td {
/* Behave like a "row" */
border: none !important;
border-bottom: 1px solid #eee;
position: relative;
padding-left: 50% !important;
white-space: normal;
text-align:left;
}
.stacked-responsive td:before {
/* Now like a table header */
position: absolute;
/* Top/left values mimic padding */
top: 6px;
left: 6px;
width: 45%;
padding-right: 10px;
white-space: nowrap;
text-align:left;
font-weight: bold;
}
/*
Label the data
*/
.stacked-responsive td:before { content: attr(data-title); }
.scroll-responsive {
overflow:scroll;
}
}
/* ========================================== */
/* ! Provide higher res assets for iPhone 4 */
/* ========================================== */
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
} | project/templates/static/css/styles-1.1.3.css | @import url("1140.css");
@import url("fonts-1.1.0.css");
h1, h2, h3, h4, h5, b { font-weight:normal; }
h1 {
font-family: "TheanoDidotRegular", 'TheanoDidotRegularRemote', Georgia, serif;
text-transform:uppercase;
font-size: 32px;
line-height:120%;
}
h2 {
margin: 10px 0 5px 0;
line-height:120%;
}
h3 {
font-size:20px;
line-height:120%;
margin:10px 0 5px 0;
}
body {
font-family: Georgia, serif;
font-size:18px;
line-height:120%;
color:black;
}
a {
color: #0000FF;
text-decoration:underline;
}
a:visited {
color: #800080;
}
a:hover {
text-decoration:none;
cursor: pointer;
}
a:active {
color: red;
}
small {
font-size:14px;
}
.container {
clear:both;
}
.overflow {
overflow:visible;
clear:both;
}
div#topbar {
border-bottom:9px solid #e5e5e5;
margin:0 0 10px 0;
}
div.bottombar {
clear:both;
padding:5px 0;
border-bottom:1px solid #e5e5e5;
margin: 0 0 10px 0;
}
div#toolbar {
padding: 10px 0;
font-size: 16px;
background-color: #ffffff;
position:relative;
}
div#headline {
font-family: "TheanoDidotRegular", 'TheanoDidotRegularRemote', Georgia, serif;
width:275px;
text-align:center;
}
div#headline h1 {
font-size:2.75em;
line-height:90%;
}
div#headline p {
font-size:1.35em;
white-space: nowrap;
}
div#headline a {
text-decoration:none;
color:black;
}
div#headline a:hover {
text-decoration:none;
cursor: pointer;
color: gray;
}
div#toolbar ul#tools {
text-align:right;
float:right;
display:inline;
margin:30px 0 0 0;
}
div#toolbar ul#tools li {
display:inline;
list-style-type: none;
margin:5px;
}
div#toolbar #globaldatepicker {
width:100px;
}
.datepicker {
display:inline;
}
.datepicker img {
vertical-align:bottom;
display:inline;
}
div#toolbar select {
width: 180px;
}
div#toolbar a#advancedsearch {
text-decoration:underline;
font-size:12px;
}
div#toolbar .dropdown {
font-size:14px;
position:relative;
}
.caret {
display: inline-block;
width: 0;
height: 0;
vertical-align: top;
border-top: 4px solid #0000FF;
border-right: 4px solid transparent;
border-left: 4px solid transparent;
content: "";
opacity: 0.4;
filter: alpha(opacity=40);
margin-top: 12px;
margin-left: 2px;
}
.dropdown:hover .caret,
.open .caret {
opacity: 1;
filter: alpha(opacity=100);
}
.dropdown-menu {
position: absolute;
top: 100%;
right: 0;
z-index: 1000;
display: none;
float: left;
min-width: 100px;
padding: 4px 0;
margin: 4px 0 0;
list-style: none;
background-color: #ffffff;
border: 1px solid #ccc;
}
.dropdown-menu li {
margin:0 !important;
}
.open {
*z-index: 1000;
}
.open > .dropdown-menu {
display: block;
}
.dropdown-menu a {
display: block;
padding: 5px;
clear: both;
font-weight: normal;
line-height: 18px;
white-space: nowrap;
}
.dropdown-menu li > a:hover,
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
text-decoration: none;
}
div.screenshots {
margin: 0 auto 30px auto;
}
div.nestedthumbs {
margin: 0 auto 20px auto;
}
div#sitetitle {
margin: 0 auto 0 auto;
}
hr {
margin:10px 0;
color: #CCC;
background-color: #ccc;
}
div#sitetitle h3 {
margin: 0 0 10px 0;
}
div.datestamp {
font-size: 14px;
text-align: right;
margin-bottom: 10px;
padding-right:10px;
}
div.timestamp {
margin: 5px auto;
font-size: 18px;
}
div#footer {
margin: 10px 0;
font-size: 16px;
text-align:center;
}
div#footer .row {
padding: 15px 0 30px 0;
border-top: 1px solid #ccc;
}
form#advancedsearch {
margin: 0 0 20px 0;
}
fieldset{
padding: 10px;
border: 1px solid #ccc;
font-size:16px;
}
fieldset h4 {
font-size:20px;
margin: 5px 0 5px 0;
}
form#advancedsearch ul {
margin: 10px 0 20px 0;
}
form#advancedsearch ul li {
margin: 0 0 10px 0;
}
form#advancedsearch ul li label {
margin: 0 5px 0 0;
}
span.error {
margin:10px 0;
color:red;
}
article p {
margin: 0 0 10px 0;
font-size:18px;
line-height:24px;
text-align:justify;
}
pre {
font-size:14px;
}
table {
font-size:14px;
width:100%;
margin: 0 0 10px 0;
font-family: monospace;
}
table td {
border-bottom:1px solid #ddd;
padding: 5px 0;
margin: 0;
}
/* Responsive tables */
table.stacked-responsive {
border-collapse:collapse;
margin: 10px !important;
width:95%;
border-spacing: 0;
display: table-cell;
}
table.stacked-responsive th, table.stacked-responsive td
{
border: 1px solid black;
line-height:140%;
text-align:left;
padding:5px;
}
/* ============================= */
/* ! Layout for mobile version */
/* ============================= */
@media handheld, only screen and (max-width: 767px) {
/* Force table to not be like tables anymore */
table.stacked-responsive,
.stacked-responsive thead,
.stacked-responsive tbody,
.stacked-responsive th,
.stacked-responsive td,
.stacked-responsive tr {
display: block;
}
/* Hide table headers (but not display: none;, for accessibility) */
.stacked-responsive thead tr {
position: absolute;
top: -9999px;
left: -9999px;
padding: 0;
}
.stacked-responsive tr { border: 1px solid #ccc; }
.stacked-responsive td {
/* Behave like a "row" */
border: none !important;
border-bottom: 1px solid #eee;
position: relative;
padding-left: 50% !important;
white-space: normal;
text-align:left;
}
.stacked-responsive td:before {
/* Now like a table header */
position: absolute;
/* Top/left values mimic padding */
top: 6px;
left: 6px;
width: 45%;
padding-right: 10px;
white-space: nowrap;
text-align:left;
font-weight: bold;
}
/*
Label the data
*/
.stacked-responsive td:before { content: attr(data-title); }
.scroll-responsive {
overflow:scroll;
}
}
/* ========================================== */
/* ! Provide higher res assets for iPhone 4 */
/* ========================================== */
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
} | 0.200636 | 0.090414 |
1. General
-------------------------------------------*/
.container{
max-width: 1200px;
}
html, body {
font-family: Poppins;
color: #1c303e;
height: 100%;
margin: 0;
padding: 0;
}
body {
overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: Poppins;
color: #222;
line-height: 1.3;
margin: 0px;
}
h1,
h2,
h3,
h4 {
font-weight: 700;
}
h5,
h6 {
font-weight: 600;
}
img{
max-width: 100%;
height: auto;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
a{
color: #222;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
a:active, a:hover, a:focus {
outline: 0 none;
text-decoration: none;
}
button{
cursor: pointer;
background: none;
outline: 0 none !important;
border: none;
}
iframe{
border: 0px;
}
input, textarea{
outline: none;
max-width: 100%;
}
ul{
padding-left: 0px;
margin-bottom: 0px;
}
li{
list-style-type: none;
}
p{
font-size: 14px;
color: #999;
line-height: 1.7;
font-weight: 500;
margin-bottom: 0px;
}
::-moz-selection {
background: #222;
color: #fff;
text-shadow: none;
}
::selection {
background: #222;
color: #fff;
text-shadow: none;
}
/*-----------------------------------------
2. Align Holders
-------------------------------------------*/
.left-holder{
text-align: left !important;
}
.right-holder{
text-align: right !important;
}
.center-holder{
text-align: center !important;
}
@media screen and (max-width:767px) {
.text-center-xs{
text-align: center !important;
}
.center-holder-xs{
text-align: center !important;
}
}
@media screen and (max-width:991px) {
.text-center-sm{
text-align: center !important;
}
}
.vertical-middle{
vertical-align: middle;
}
.vertical-center{
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
@media (max-width: 991px) {
.vertical-center{
display: block;
}
}
/*-----------------------------------------
3. Modals
-------------------------------------------*/
.modal {
text-align: center;
padding: 0!important;
border-radius: 10px;
}
.modal:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle;
margin-right: -4px;
border-radius: 10px;
z-index: 1;
}
.modal-dialog {
width: 100%;
display: inline-block;
text-align: left;
vertical-align: middle;
z-index: 1;
}
@media screen and (max-width:767px) {
.modal:before {
content: '';
display: inline-block;
height: 0%;
width: 100%;
vertical-align: middle;
margin-right: -4px;
border-radius: 10px;
z-index: 1;
}
}
.modal-backdrop.show {
opacity: .8;
z-index: 2;
}
/*-----------------------------------------
4. Margins, Paddings
-------------------------------------------*/
/*------------------
Margin Left
--------------------*/
.ml-0{
margin-left: 0px !important;
}
.ml-15{
margin-left: 15px;
}
/*------------------
Margin top
--------------------*/
.mt-0 { margin-top: 0 !important}
.mt-1 { margin-top: 1px}
.mt-2 { margin-top: 2px}
.mt-3 { margin-top: 3px}
.mt-3 { margin-top: 4px}
.mt-5 { margin-top: 5px !important}
.mt-10 { margin-top: 10px }
.mt-15 { margin-top: 15px }
.mt-20 { margin-top: 20px }
.mt-25 { margin-top: 25px }
.mt-30 { margin-top: 30px !important;}
.mt-35 { margin-top: 35px }
.mt-40 { margin-top: 40px }
.mt-45 { margin-top: 45px }
.mt-50 { margin-top: 50px }
.mt-55 { margin-top: 55px }
.mt-60 { margin-top: 60px }
.mt-65 { margin-top: 65px }
.mt-70 { margin-top: 70px }
.mt-75 { margin-top: 75px }
.mt-80 { margin-top: 80px }
.mt-85 { margin-top: 85px }
.mt-90 { margin-top: 90px }
.mt-95 { margin-top: 95px }
.mt-100 { margin-top: 100px }
.mt-105 { margin-top: 105px }
.mt-110 { margin-top: 110px }
.mt-115 { margin-top: 115px }
.mt-120 { margin-top: 120px }
.mt-125 { margin-top: 125px }
.mt-130 { margin-top: 130px }
.mt-135 { margin-top: 135px }
.mt-140 { margin-top: 140px }
.mt-145 { margin-top: 145px }
.mt-150 { margin-top: 150px }
.mt--15{
margin-top: -15px;
}
.margin-minus-120{
margin-top: -120px;
}
@media screen and (max-width:767px) {
.margin-minus-120{
margin-top: 0px;
}
}
@media screen and (max-width:767px) {
.mt-0-xs{
margin-top: 0px !important;
}
}
.mt-15-xs{
margin-top: 0px;
}
@media screen and (max-width:767px) {
.mt-15-xs{
margin-top: 15px;
}
}
.mt-30-xs{
margin-top: 0px;
}
@media screen and (max-width:767px) {
.mt-30-xs{
margin-top: 30px;
}
}
@media screen and (max-width:767px) {
.mt-35-xs{
margin-top: 35px;
}
}
.mt-60-md{
margin-top: 60px;
}
@media screen and (max-width:991px) {
.mt-60-md{
margin-top: 0px;
}
}
/*------------------
Margin bottom
--------------------*/
.mb-0 { margin-bottom: 0 }
.mb-10 { margin-bottom: 10px }
.mb-15 { margin-bottom: 15px }
.mb-20 { margin-bottom: 20px }
.mb-25 { margin-bottom: 25px }
.mb-30 { margin-bottom: 30px }
.mb-35 { margin-bottom: 35px }
.mb-40 { margin-bottom: 40px }
.mb-45 { margin-bottom: 45px }
.mb-50 { margin-bottom: 50px }
.mb-55 { margin-bottom: 55px }
.mb-60 { margin-bottom: 60px }
.mb-65 { margin-bottom: 65px }
.mb-70 { margin-bottom: 70px }
.mb-75 { margin-bottom: 75px }
.mb-80 { margin-bottom: 80px }
.mb-85 { margin-bottom: 85px }
.mb-90 { margin-bottom: 90px }
.mb-95 { margin-bottom: 95px }
.mb-100 { margin-bottom: 100px }
.mb-105 { margin-bottom: 105px }
.mb-110 { margin-bottom: 110px }
.mb-115 { margin-bottom: 115px }
.mb-120 { margin-bottom: 120px }
.mb-125 { margin-bottom: 125px }
.mb-130 { margin-bottom: 130px }
.mb-135 { margin-bottom: 135px }
.mb-140 { margin-bottom: 140px }
.mb-145 { margin-bottom: 145px }
.mb-150 { margin-bottom: 150px }
.mb-15-xs{
margin-bottom: 0px;
}
@media screen and (max-width:767px) {
.mb-15-xs{
margin-bottom: 15px;
}
}
/*------------------
Margin right
--------------------*/
.mr-20-md{
margin-right: 20px;
}
@media screen and (max-width:767px) {
.mr-30-md{
margin-right: 0px;
}
}
/*------------------
Paddings
--------------------*/
.no-padding{
padding: 0px !important;
}
.pb-0{
padding-bottom: 0px !important;
}
.pt-0{
padding-top: 0px !important;
}
.pl-0{
padding-left: 0px;
}
.pl-0-md{
padding-left: 0px;
}
@media screen and (max-width:991px) {
.pl-0-md{
padding-left: 15px;
}
}
.pr-0{
padding-right: 0px;
}
.p-15{
padding: 15px;
}
.pl-15-md{
padding-left: 15px;
}
@media screen and (max-width:991px) {
.pl-15-md{
padding-left: 0px;
}
}
.pl-30-md{
padding-left: 30px;
}
@media screen and (max-width:991px) {
.pl-30-md{
padding-left: 0px;
}
}
.pl-45-md{
padding-left: 45px;
}
@media screen and (max-width:991px) {
.pl-45-md{
padding-left: 0px;
}
}
.pl-75-md{
padding-left: 75px;
}
@media screen and (max-width:991px) {
.pl-75-md{
padding-left: 0px;
}
}
.pr-30-md{
padding-right: 30px;
}
@media screen and (max-width:991px) {
.pr-30-md{
padding-right: 0px;
}
}
.pr-45-md{
padding-right: 45px;
}
@media screen and (max-width:991px) {
.pr-45-md{
padding-right: 0px;
}
}
.pr-75-md{
padding-right: 75px;
}
@media screen and (max-width:991px) {
.pr-75-md{
padding-right: 0px;
}
}
.padding-3-perc {
padding: 3%;
}
.padding-5-perc {
padding: 5%;
}
.padding-10-perc {
padding: 10%;
}
@media screen and (max-width:776px) {
.padding-10-perc {
padding: 70px 15px;
}
}
.inner-5{
padding: 5px;
}
.inner-10{
padding: 10px;
}
.inner-15{
padding: 15px;
}
.inner-30{
padding: 30px;
}
.inner-40{
padding: 40px;
}
@media screen and (max-width: 767px) {
.inner-40{
padding: 30px;
}
}
.inner-45{
padding: 45px;
}
@media screen and (max-width: 767px) {
.inner-45{
padding: 30px;
}
}
/*-----------------------------------------
5. Backgrounds
-------------------------------------------*/
.background-center{
background-position: center !important;
}
.background-left{
background-position: left !important;
}
.background-right{
background-position: right !important;
}
.background-no-repeat{
background-repeat: no-repeat;
}
.background-contain{
background-size: contain;
}
.background-cover{
background-size: cover;
}
.full-background{
width: 100%;
height: 100%;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.background-offset{
width: 100%;
height: 100%;
background-size: 80%;
background-repeat: no-repeat;
background-position: center;
}
.background-80{
background-size: 80%;
background-repeat: no-repeat;
background-position: center;
}
.background-70{
background-size: 70%;
background-repeat: no-repeat;
background-position: center;
}
.background-60{
background-size: 60%;
background-repeat: no-repeat;
background-position: center;
}
.background-50{
background-size: 50%;
background-repeat: no-repeat;
background-position: center;
}
.background-40{
background-size: 40%;
background-repeat: no-repeat;
background-position: center;
}
.background-30{
background-size: 30%;
background-repeat: no-repeat;
background-position: center;
}
/*-----------------------------------------
6. Clearfix
-------------------------------------------*/
.clearfix:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */
/*-----------------------------------------
7. Overflow
-------------------------------------------*/
.overflow-hidden{
overflow: hidden;
}
.display-b{
display: block;
}
/*-----------------------------------------
8. Visibility
-------------------------------------------*/
.invisible {
visibility: hidden !important; }
.hidden-xs-up {
display: none !important; }
@media (max-width: 575px) {
.hidden-xs-down {
display: none !important; } }
@media (min-width: 576px) {
.hidden-sm-up {
display: none !important; } }
@media (max-width: 767px) {
.hidden-sm-down {
display: none !important; } }
@media (min-width: 768px) {
.hidden-md-up {
display: none !important; } }
@media (max-width: 991px) {
.hidden-md-down {
display: none !important; } }
@media (min-width: 992px) {
.hidden-lg-up {
display: none !important; } }
@media (max-width: 1199px) {
.hidden-lg-down {
display: none !important; } }
@media (min-width: 1200px) {
.hidden-xl-up {
display: none !important; } }
.hidden-xl-down {
display: none !important; }
@media (max-width: 767px) {
.reverse-xs {
flex-direction: column-reverse;
}
}
.z-index-9{
z-index: 9;
}
.z-index-99{
z-index: 99;
}
.z-index-999{
z-index: 999;
}
/*-----------------------------------------
53. Color Switcher
-------------------------------------------*/
#style-switcher {
left: -180px;
position: fixed;
top: 250px;
width: 180px;
z-index: 9999;
background: #fff;
border-radius: 0 0 3px;
box-shadow: 0px 5px 15px 0 rgba(0, 0, 0, 0.1);
-webkit-transition-duration: .7s;
transition-duration: .7s;
}
#style-switcher div {
padding: 5px 10px;
}
#style-switcher h2 {
color: #222;
font-size: 15px;
font-weight: 600;
margin-bottom: 0;
margin-right: 0;
margin-top: 0;
padding: 15px 0px 7px 0px;
text-align: center;
}
#style-switcher.opened{
left: 0px;
}
#style-switcher h2 a {
background: #222;
border-radius: 0px 3px 3px 0px;
display: block;
height: 40px;
position: absolute;
right: -40px;
top: 0;
width: 40px;
}
#style-switcher h2 a i {
color: #fff;
font-size: 17px;
left: 11px;
position: absolute;
top: 11px;
}
.colors {
padding-left: 7px;
}
.colors {
list-style: none;
margin: 0px 0px 10px 0px;
overflow: hidden;
}
.colors li {
float: left;
}
.colors li a {
cursor: pointer;
display: block;
height: 30px;
margin: 7px 9px;
width: 30px;
border-radius: 30px;
}
.style1 {
background: #46bfe2;
}
.style2 {
background: #202CA6;
}
.style3 {
background: #0570fb;
}
.style4 {
background: #94c727;
}
.style5 {
background: #f35007;
}
.style6 {
background: #26b575;
} | public/home/css/default.css | 1. General
-------------------------------------------*/
.container{
max-width: 1200px;
}
html, body {
font-family: Poppins;
color: #1c303e;
height: 100%;
margin: 0;
padding: 0;
}
body {
overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: Poppins;
color: #222;
line-height: 1.3;
margin: 0px;
}
h1,
h2,
h3,
h4 {
font-weight: 700;
}
h5,
h6 {
font-weight: 600;
}
img{
max-width: 100%;
height: auto;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
a{
color: #222;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
a:active, a:hover, a:focus {
outline: 0 none;
text-decoration: none;
}
button{
cursor: pointer;
background: none;
outline: 0 none !important;
border: none;
}
iframe{
border: 0px;
}
input, textarea{
outline: none;
max-width: 100%;
}
ul{
padding-left: 0px;
margin-bottom: 0px;
}
li{
list-style-type: none;
}
p{
font-size: 14px;
color: #999;
line-height: 1.7;
font-weight: 500;
margin-bottom: 0px;
}
::-moz-selection {
background: #222;
color: #fff;
text-shadow: none;
}
::selection {
background: #222;
color: #fff;
text-shadow: none;
}
/*-----------------------------------------
2. Align Holders
-------------------------------------------*/
.left-holder{
text-align: left !important;
}
.right-holder{
text-align: right !important;
}
.center-holder{
text-align: center !important;
}
@media screen and (max-width:767px) {
.text-center-xs{
text-align: center !important;
}
.center-holder-xs{
text-align: center !important;
}
}
@media screen and (max-width:991px) {
.text-center-sm{
text-align: center !important;
}
}
.vertical-middle{
vertical-align: middle;
}
.vertical-center{
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
@media (max-width: 991px) {
.vertical-center{
display: block;
}
}
/*-----------------------------------------
3. Modals
-------------------------------------------*/
.modal {
text-align: center;
padding: 0!important;
border-radius: 10px;
}
.modal:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle;
margin-right: -4px;
border-radius: 10px;
z-index: 1;
}
.modal-dialog {
width: 100%;
display: inline-block;
text-align: left;
vertical-align: middle;
z-index: 1;
}
@media screen and (max-width:767px) {
.modal:before {
content: '';
display: inline-block;
height: 0%;
width: 100%;
vertical-align: middle;
margin-right: -4px;
border-radius: 10px;
z-index: 1;
}
}
.modal-backdrop.show {
opacity: .8;
z-index: 2;
}
/*-----------------------------------------
4. Margins, Paddings
-------------------------------------------*/
/*------------------
Margin Left
--------------------*/
.ml-0{
margin-left: 0px !important;
}
.ml-15{
margin-left: 15px;
}
/*------------------
Margin top
--------------------*/
.mt-0 { margin-top: 0 !important}
.mt-1 { margin-top: 1px}
.mt-2 { margin-top: 2px}
.mt-3 { margin-top: 3px}
.mt-3 { margin-top: 4px}
.mt-5 { margin-top: 5px !important}
.mt-10 { margin-top: 10px }
.mt-15 { margin-top: 15px }
.mt-20 { margin-top: 20px }
.mt-25 { margin-top: 25px }
.mt-30 { margin-top: 30px !important;}
.mt-35 { margin-top: 35px }
.mt-40 { margin-top: 40px }
.mt-45 { margin-top: 45px }
.mt-50 { margin-top: 50px }
.mt-55 { margin-top: 55px }
.mt-60 { margin-top: 60px }
.mt-65 { margin-top: 65px }
.mt-70 { margin-top: 70px }
.mt-75 { margin-top: 75px }
.mt-80 { margin-top: 80px }
.mt-85 { margin-top: 85px }
.mt-90 { margin-top: 90px }
.mt-95 { margin-top: 95px }
.mt-100 { margin-top: 100px }
.mt-105 { margin-top: 105px }
.mt-110 { margin-top: 110px }
.mt-115 { margin-top: 115px }
.mt-120 { margin-top: 120px }
.mt-125 { margin-top: 125px }
.mt-130 { margin-top: 130px }
.mt-135 { margin-top: 135px }
.mt-140 { margin-top: 140px }
.mt-145 { margin-top: 145px }
.mt-150 { margin-top: 150px }
.mt--15{
margin-top: -15px;
}
.margin-minus-120{
margin-top: -120px;
}
@media screen and (max-width:767px) {
.margin-minus-120{
margin-top: 0px;
}
}
@media screen and (max-width:767px) {
.mt-0-xs{
margin-top: 0px !important;
}
}
.mt-15-xs{
margin-top: 0px;
}
@media screen and (max-width:767px) {
.mt-15-xs{
margin-top: 15px;
}
}
.mt-30-xs{
margin-top: 0px;
}
@media screen and (max-width:767px) {
.mt-30-xs{
margin-top: 30px;
}
}
@media screen and (max-width:767px) {
.mt-35-xs{
margin-top: 35px;
}
}
.mt-60-md{
margin-top: 60px;
}
@media screen and (max-width:991px) {
.mt-60-md{
margin-top: 0px;
}
}
/*------------------
Margin bottom
--------------------*/
.mb-0 { margin-bottom: 0 }
.mb-10 { margin-bottom: 10px }
.mb-15 { margin-bottom: 15px }
.mb-20 { margin-bottom: 20px }
.mb-25 { margin-bottom: 25px }
.mb-30 { margin-bottom: 30px }
.mb-35 { margin-bottom: 35px }
.mb-40 { margin-bottom: 40px }
.mb-45 { margin-bottom: 45px }
.mb-50 { margin-bottom: 50px }
.mb-55 { margin-bottom: 55px }
.mb-60 { margin-bottom: 60px }
.mb-65 { margin-bottom: 65px }
.mb-70 { margin-bottom: 70px }
.mb-75 { margin-bottom: 75px }
.mb-80 { margin-bottom: 80px }
.mb-85 { margin-bottom: 85px }
.mb-90 { margin-bottom: 90px }
.mb-95 { margin-bottom: 95px }
.mb-100 { margin-bottom: 100px }
.mb-105 { margin-bottom: 105px }
.mb-110 { margin-bottom: 110px }
.mb-115 { margin-bottom: 115px }
.mb-120 { margin-bottom: 120px }
.mb-125 { margin-bottom: 125px }
.mb-130 { margin-bottom: 130px }
.mb-135 { margin-bottom: 135px }
.mb-140 { margin-bottom: 140px }
.mb-145 { margin-bottom: 145px }
.mb-150 { margin-bottom: 150px }
.mb-15-xs{
margin-bottom: 0px;
}
@media screen and (max-width:767px) {
.mb-15-xs{
margin-bottom: 15px;
}
}
/*------------------
Margin right
--------------------*/
.mr-20-md{
margin-right: 20px;
}
@media screen and (max-width:767px) {
.mr-30-md{
margin-right: 0px;
}
}
/*------------------
Paddings
--------------------*/
.no-padding{
padding: 0px !important;
}
.pb-0{
padding-bottom: 0px !important;
}
.pt-0{
padding-top: 0px !important;
}
.pl-0{
padding-left: 0px;
}
.pl-0-md{
padding-left: 0px;
}
@media screen and (max-width:991px) {
.pl-0-md{
padding-left: 15px;
}
}
.pr-0{
padding-right: 0px;
}
.p-15{
padding: 15px;
}
.pl-15-md{
padding-left: 15px;
}
@media screen and (max-width:991px) {
.pl-15-md{
padding-left: 0px;
}
}
.pl-30-md{
padding-left: 30px;
}
@media screen and (max-width:991px) {
.pl-30-md{
padding-left: 0px;
}
}
.pl-45-md{
padding-left: 45px;
}
@media screen and (max-width:991px) {
.pl-45-md{
padding-left: 0px;
}
}
.pl-75-md{
padding-left: 75px;
}
@media screen and (max-width:991px) {
.pl-75-md{
padding-left: 0px;
}
}
.pr-30-md{
padding-right: 30px;
}
@media screen and (max-width:991px) {
.pr-30-md{
padding-right: 0px;
}
}
.pr-45-md{
padding-right: 45px;
}
@media screen and (max-width:991px) {
.pr-45-md{
padding-right: 0px;
}
}
.pr-75-md{
padding-right: 75px;
}
@media screen and (max-width:991px) {
.pr-75-md{
padding-right: 0px;
}
}
.padding-3-perc {
padding: 3%;
}
.padding-5-perc {
padding: 5%;
}
.padding-10-perc {
padding: 10%;
}
@media screen and (max-width:776px) {
.padding-10-perc {
padding: 70px 15px;
}
}
.inner-5{
padding: 5px;
}
.inner-10{
padding: 10px;
}
.inner-15{
padding: 15px;
}
.inner-30{
padding: 30px;
}
.inner-40{
padding: 40px;
}
@media screen and (max-width: 767px) {
.inner-40{
padding: 30px;
}
}
.inner-45{
padding: 45px;
}
@media screen and (max-width: 767px) {
.inner-45{
padding: 30px;
}
}
/*-----------------------------------------
5. Backgrounds
-------------------------------------------*/
.background-center{
background-position: center !important;
}
.background-left{
background-position: left !important;
}
.background-right{
background-position: right !important;
}
.background-no-repeat{
background-repeat: no-repeat;
}
.background-contain{
background-size: contain;
}
.background-cover{
background-size: cover;
}
.full-background{
width: 100%;
height: 100%;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.background-offset{
width: 100%;
height: 100%;
background-size: 80%;
background-repeat: no-repeat;
background-position: center;
}
.background-80{
background-size: 80%;
background-repeat: no-repeat;
background-position: center;
}
.background-70{
background-size: 70%;
background-repeat: no-repeat;
background-position: center;
}
.background-60{
background-size: 60%;
background-repeat: no-repeat;
background-position: center;
}
.background-50{
background-size: 50%;
background-repeat: no-repeat;
background-position: center;
}
.background-40{
background-size: 40%;
background-repeat: no-repeat;
background-position: center;
}
.background-30{
background-size: 30%;
background-repeat: no-repeat;
background-position: center;
}
/*-----------------------------------------
6. Clearfix
-------------------------------------------*/
.clearfix:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */
/*-----------------------------------------
7. Overflow
-------------------------------------------*/
.overflow-hidden{
overflow: hidden;
}
.display-b{
display: block;
}
/*-----------------------------------------
8. Visibility
-------------------------------------------*/
.invisible {
visibility: hidden !important; }
.hidden-xs-up {
display: none !important; }
@media (max-width: 575px) {
.hidden-xs-down {
display: none !important; } }
@media (min-width: 576px) {
.hidden-sm-up {
display: none !important; } }
@media (max-width: 767px) {
.hidden-sm-down {
display: none !important; } }
@media (min-width: 768px) {
.hidden-md-up {
display: none !important; } }
@media (max-width: 991px) {
.hidden-md-down {
display: none !important; } }
@media (min-width: 992px) {
.hidden-lg-up {
display: none !important; } }
@media (max-width: 1199px) {
.hidden-lg-down {
display: none !important; } }
@media (min-width: 1200px) {
.hidden-xl-up {
display: none !important; } }
.hidden-xl-down {
display: none !important; }
@media (max-width: 767px) {
.reverse-xs {
flex-direction: column-reverse;
}
}
.z-index-9{
z-index: 9;
}
.z-index-99{
z-index: 99;
}
.z-index-999{
z-index: 999;
}
/*-----------------------------------------
53. Color Switcher
-------------------------------------------*/
#style-switcher {
left: -180px;
position: fixed;
top: 250px;
width: 180px;
z-index: 9999;
background: #fff;
border-radius: 0 0 3px;
box-shadow: 0px 5px 15px 0 rgba(0, 0, 0, 0.1);
-webkit-transition-duration: .7s;
transition-duration: .7s;
}
#style-switcher div {
padding: 5px 10px;
}
#style-switcher h2 {
color: #222;
font-size: 15px;
font-weight: 600;
margin-bottom: 0;
margin-right: 0;
margin-top: 0;
padding: 15px 0px 7px 0px;
text-align: center;
}
#style-switcher.opened{
left: 0px;
}
#style-switcher h2 a {
background: #222;
border-radius: 0px 3px 3px 0px;
display: block;
height: 40px;
position: absolute;
right: -40px;
top: 0;
width: 40px;
}
#style-switcher h2 a i {
color: #fff;
font-size: 17px;
left: 11px;
position: absolute;
top: 11px;
}
.colors {
padding-left: 7px;
}
.colors {
list-style: none;
margin: 0px 0px 10px 0px;
overflow: hidden;
}
.colors li {
float: left;
}
.colors li a {
cursor: pointer;
display: block;
height: 30px;
margin: 7px 9px;
width: 30px;
border-radius: 30px;
}
.style1 {
background: #46bfe2;
}
.style2 {
background: #202CA6;
}
.style3 {
background: #0570fb;
}
.style4 {
background: #94c727;
}
.style5 {
background: #f35007;
}
.style6 {
background: #26b575;
} | 0.18279 | 0.055669 |
.dashboard-stat.blue {
background-color: #32c5d2;
}
.dashboard-stat.red {
background-color: #e7505a;
}
.dashboard-stat.green {
background-color: #33cc33;
}
.dashboard-stat.purple {
background-color: #8E44AD;
}
.dashboard-stat {
display: block;
margin-bottom: 25px;
overflow: hidden;
min-height:140px;
}
.dashboard-stat:after, .dashboard-stat:before {
content: " ";
display: table;
}
.dashboard-stat.dashboard-stat-v2 .visual {
padding-top: 35px;
margin-bottom: 40px;
}
.dashboard-stat .visual {
width: 80px;
height: 80px;
display: block;
float: left;
padding-top: 10px;
padding-left: 15px;
margin-bottom: 15px;
font-size: 35px;
line-height: 35px;
}
.dashboard-stat .details {
position: absolute;
right: 15px;
padding-right: 15px;
}
.dashboard-stat .visual>i {
color: #FFF;
opacity: .5;
filter: alpha(opacity=10);
}
.dashboard-stat .visual>i {
margin-left: -35px;
font-size: 110px;
line-height: 110px;
}
.dashboard-stat .details .number {
color: #FFF;
}
.dashboard-stat .details .number {
padding-top: 25px;
text-align: right;
font-size: 34px;
line-height: 36px;
letter-spacing: -1px;
margin-bottom: 0;
font-weight: 300;
}
.dashboard-stat .details .desc {
color: #FFF;
opacity: 1;
filter: alpha(opacity=100);
}
.dashboard-stat .details .desc {
text-align: right;
font-size: 16px;
letter-spacing: 0;
font-weight: 300;
}
.required {
color:red;
}
.btn.btn-primary.btn-file {
height: 34px;
}
.datepicker {
border-radius: 0px !important;
}
/* Employees */
.permanent-address{
font-size:8px;
}
.permanent-address input {
position: relative;
top: 3px;
}
.admin-information {
min-height: 687px;
}
.header-button{
text-align: right;
position: relative;
top: 4px;
right: 50px;
}
.action{
width:15% !important;
}
.profile-pic-compensation>img {
border-radius: 0;
border: 5px solid #fff;
display: inline-block;
z-index: 4;
max-width: 120px;
margin-bottom: -30px;
}
.view-profile-section {
max-width:70% !important;
}
.text-black {
color:#000 !important;
}
.text-black section {
margin-top: 5px !important;
margin-bottom: 5px !important;
}
.border-bottom-black {
border-bottom:1px solid #000;
}
.border-top-black {
border-top:1px solid #000;
}
@media screen and (max-width: 480px) {
.dt-wrapper {
overflow-y:hidden !important;
overflow-x:scroll !important;
}
}
/* Attendance */
.table.table-bordered.table-striped section {
margin-bottom: 0px !important;
}
.smart-form .btn {
padding: 6px 12px !important;
border-radius: 2px !important;
margin-bottom: 0 !important;
}
.dataTables_wrapper .tooltip {
background-color: transparent !important;
border: none !important;
padding: 5px !important;
}
.dataTables_wrapper .tooltip-inner {
max-width: 310px !important;
}
.fc .fc-toolbar > * > :first-child {
margin-left: 20px !important;
margin-top: -20px !important;
}
.fc .fc-toolbar > * > * {
margin-top: -20px;
margin-right: 20px;
}
.fc-view {
width: 98% !important;
padding-left: 10px;
padding-bottom:10px;
} | public/css/override.css | .dashboard-stat.blue {
background-color: #32c5d2;
}
.dashboard-stat.red {
background-color: #e7505a;
}
.dashboard-stat.green {
background-color: #33cc33;
}
.dashboard-stat.purple {
background-color: #8E44AD;
}
.dashboard-stat {
display: block;
margin-bottom: 25px;
overflow: hidden;
min-height:140px;
}
.dashboard-stat:after, .dashboard-stat:before {
content: " ";
display: table;
}
.dashboard-stat.dashboard-stat-v2 .visual {
padding-top: 35px;
margin-bottom: 40px;
}
.dashboard-stat .visual {
width: 80px;
height: 80px;
display: block;
float: left;
padding-top: 10px;
padding-left: 15px;
margin-bottom: 15px;
font-size: 35px;
line-height: 35px;
}
.dashboard-stat .details {
position: absolute;
right: 15px;
padding-right: 15px;
}
.dashboard-stat .visual>i {
color: #FFF;
opacity: .5;
filter: alpha(opacity=10);
}
.dashboard-stat .visual>i {
margin-left: -35px;
font-size: 110px;
line-height: 110px;
}
.dashboard-stat .details .number {
color: #FFF;
}
.dashboard-stat .details .number {
padding-top: 25px;
text-align: right;
font-size: 34px;
line-height: 36px;
letter-spacing: -1px;
margin-bottom: 0;
font-weight: 300;
}
.dashboard-stat .details .desc {
color: #FFF;
opacity: 1;
filter: alpha(opacity=100);
}
.dashboard-stat .details .desc {
text-align: right;
font-size: 16px;
letter-spacing: 0;
font-weight: 300;
}
.required {
color:red;
}
.btn.btn-primary.btn-file {
height: 34px;
}
.datepicker {
border-radius: 0px !important;
}
/* Employees */
.permanent-address{
font-size:8px;
}
.permanent-address input {
position: relative;
top: 3px;
}
.admin-information {
min-height: 687px;
}
.header-button{
text-align: right;
position: relative;
top: 4px;
right: 50px;
}
.action{
width:15% !important;
}
.profile-pic-compensation>img {
border-radius: 0;
border: 5px solid #fff;
display: inline-block;
z-index: 4;
max-width: 120px;
margin-bottom: -30px;
}
.view-profile-section {
max-width:70% !important;
}
.text-black {
color:#000 !important;
}
.text-black section {
margin-top: 5px !important;
margin-bottom: 5px !important;
}
.border-bottom-black {
border-bottom:1px solid #000;
}
.border-top-black {
border-top:1px solid #000;
}
@media screen and (max-width: 480px) {
.dt-wrapper {
overflow-y:hidden !important;
overflow-x:scroll !important;
}
}
/* Attendance */
.table.table-bordered.table-striped section {
margin-bottom: 0px !important;
}
.smart-form .btn {
padding: 6px 12px !important;
border-radius: 2px !important;
margin-bottom: 0 !important;
}
.dataTables_wrapper .tooltip {
background-color: transparent !important;
border: none !important;
padding: 5px !important;
}
.dataTables_wrapper .tooltip-inner {
max-width: 310px !important;
}
.fc .fc-toolbar > * > :first-child {
margin-left: 20px !important;
margin-top: -20px !important;
}
.fc .fc-toolbar > * > * {
margin-top: -20px;
margin-right: 20px;
}
.fc-view {
width: 98% !important;
padding-left: 10px;
padding-bottom:10px;
} | 0.510008 | 0.124798 |
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: #ddd;
position: fixed;
top: 0;
width: 100%;
height: 80px;
left: 0;
z-index: 1;
}
#menu li {
float: left;
}
#menu li a {
display: block;
padding: 15px 10px;
}
#menu li a:hover {
background-color: #eee;
}
#mainGraphs table {
width: 100%;
table-layout: fixed;
}
#mainGraphs td {
width: 33%;
text-align: center;
}
#mainGraphs nav {
width: 400px;
display: block;
margin-left: auto;
margin-right: auto;
}
#lowerPart {
margin-top: 50px;
margin-left: -8px;
margin-right: -8px;
background-color: #eee;
}
#lowerPart table {
width: 100%;
table-layout: fixed;
margin-left: 20px;
border-collapse: collapse;
}
#lowerPart th {
padding-bottom: 20px;
}
#lowerPart td {
padding-top: 10px;
padding-bottom: 10px;
width: 20%;
padding-left: 10px;
padding-right: 10px;
border-bottom: 20px solid #eee;
text-align: center;
}
#lowerPart nav {
background-color: #eee;
padding-left: 10px;
border-radius: 20px;
padding-top: 10px;
padding-bottom: 10px;
}
#contentLine {
background-color: #fff;
}
#left {
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
}
#right {
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
}
.button {
background-color: #114B5F;
border: none;
color: #eee;
width: 150px;
padding-top: 12px;
padding-bottom: 12px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 20px;
margin: 10px;
border-radius: 10px;
}
h1 {
text-align: center;
margin-top: 100px;
margin-bottom: 100px;
}
html {
font-family: 'Open Sans', sans-serif;
}
span img {
display: block;
margin-left: auto;
margin-right: auto;
z-index: 1;
position: relative;
margin-top: -15px;
}
#red {
background-color: #ff9999 !important;
}
#green {
background-color: #99ff99 !important;
} | Frontend/css/dashboard.css | list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: #ddd;
position: fixed;
top: 0;
width: 100%;
height: 80px;
left: 0;
z-index: 1;
}
#menu li {
float: left;
}
#menu li a {
display: block;
padding: 15px 10px;
}
#menu li a:hover {
background-color: #eee;
}
#mainGraphs table {
width: 100%;
table-layout: fixed;
}
#mainGraphs td {
width: 33%;
text-align: center;
}
#mainGraphs nav {
width: 400px;
display: block;
margin-left: auto;
margin-right: auto;
}
#lowerPart {
margin-top: 50px;
margin-left: -8px;
margin-right: -8px;
background-color: #eee;
}
#lowerPart table {
width: 100%;
table-layout: fixed;
margin-left: 20px;
border-collapse: collapse;
}
#lowerPart th {
padding-bottom: 20px;
}
#lowerPart td {
padding-top: 10px;
padding-bottom: 10px;
width: 20%;
padding-left: 10px;
padding-right: 10px;
border-bottom: 20px solid #eee;
text-align: center;
}
#lowerPart nav {
background-color: #eee;
padding-left: 10px;
border-radius: 20px;
padding-top: 10px;
padding-bottom: 10px;
}
#contentLine {
background-color: #fff;
}
#left {
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
}
#right {
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
}
.button {
background-color: #114B5F;
border: none;
color: #eee;
width: 150px;
padding-top: 12px;
padding-bottom: 12px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 20px;
margin: 10px;
border-radius: 10px;
}
h1 {
text-align: center;
margin-top: 100px;
margin-bottom: 100px;
}
html {
font-family: 'Open Sans', sans-serif;
}
span img {
display: block;
margin-left: auto;
margin-right: auto;
z-index: 1;
position: relative;
margin-top: -15px;
}
#red {
background-color: #ff9999 !important;
}
#green {
background-color: #99ff99 !important;
} | 0.308711 | 0.106272 |
.ng-scope{
font-family: 'Open Sans', sans-serif;
}
.filter43, #content .filter43{
padding: 0;
min-width:273px;
position: relative;
font-family: 'Open Sans', sans-serif;
font-size: 14px;
}
.filter43{
padding: 15px
}
.filter43 #loader img{
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
margin: auto;
}
.filter43 .fa {
display: inline-block;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.filter43 h1, #content .filter43 h1{
font-size: 28px;
font-weight: bold;
margin: 0 0 10px 0;
}
.filter43 .row, #content .filter43.ng-scope form .row{
margin-bottom:15px;
padding: 0
}
#content .filter43.ng-scope form{
padding: 0;
margin: 0
}
.filter43 .control-label{
font-size: 14px;
font-weight: bold;
display: block;
margin-bottom: 5px;
}
.filter43 .chk-box .ng-scope .control-label, #content .filter43.ng-scope form label.control-label{
width: 100%;
color:#666666;
}
#content .filter43.ng-scope form:after{
display: none
}
.filter43 .ng-scope .control-label.subheading, #content .filter43.ng-scope form label.control-label.subheading{
font-size: 18px;
border-left: 5px solid #b92025;
padding: 10px;
border-bottom: 0px solid #cccccc;
margin-bottom: 10px;
float: none;
width: 100%;
}
.filter43 .input-group{
width: 100%;
display: table;
position: relative;
}
.filter43 .form-control, #content .filter43 form .form-control {
width: 92%;
height: 50px;
padding: 6px 12px;
font-size: 20px;
line-height: 1.42857143;
color: #666666;
background-color: #ffffff;
background-image: none;
border: 1px solid #cccccc;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
border-radius: 0;
}
.cust-select.ng-scope .form-control{
margin-bottom: 10px;
}
.cust-select.ng-scope:last-child .form-control{
margin-bottom: 0px;
}
.cust-select.ng-scope .form-control option{
padding: 10px 0;
}
.filter43 .form-control:focus{
outline:none;
}
.filter43 .input-group-addon {
font-size: 20px;
font-weight: normal;
line-height: 1;
color: #555555;
text-align: center;
border: 1px solid #cccccc;
float: left;
height: 50px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 8%;
max-width: 40px;
margin: 0 0 0 0;
cursor:pointer;
background: url(../images/refresh-red.png) no-repeat center center #b92025;
border-radius: 0;
border-left: none;
}
.filter43 .download a{
background: url(../images/download-red.png) no-repeat center center;
width: 16px;
height: 16px;
display: block;
margin: 0 auto;
}
.filter43 .input-group-addon i{
color: #000000;
font-size: 15px;
}
.filter43 .input-group-addon:hover i{
color:#ff0000;
}
.cust-select{
padding:0 0 20px 0;
display: block;
}
.filter43 h3, #content .filter43 h3{
margin: 0 0 5px 0;
font-size: 18px;
border-left: 5px solid #b92025;
padding: 10px;
border-bottom: 0px solid #cccccc;
margin-bottom: 10px;
}
.filter43 table, #content .filter43 table{
border-collapse: collapse;
width: 100%;
border: 0px solid #dddddd;
border-bottom: none;;
margin:0;
}
.filter43 tr:nth-child(even){
background-color: #f9f9f9;
}
.filter43 thead tr:nth-of-type(odd) {
background-color: #ffffff;
}
.filter43 tbody tr:nth-of-type(odd), #content .filter43 tbody tr:nth-of-type(odd) {
background-color: #f9f9f9;
}
.filter43 th, #content .filter43 th{
padding:10px;
text-align: center;
border-bottom: 2px solid #dddddd;
}
.filter43 th a, #content .filter43 th a{
text-decoration: none;
color: white;
}
.filter43 td, #content .filter43 td{
text-align: center;
border:0;
border-top: 1px solid #dddddd;
padding:10px;
vertical-align: middle;
}
.filter43 tr:last-child td, #content .filter43 tr:last-child td{
border-top: 0px solid #dddddd;
}
.filter43 .item-title, #content .filter43 .item-title{
text-align: left;
}
.filter43 a, #content .filter43 a{
color:#b92025;
}
.filter43 a:hover, #content .filter43 a:hover{
color:#ffffff
}
.filter43 .download, .filter43 .item-image, #content .filter43 .download, #content .filter43 .item-image{
text-align: center;
}
.filter43 .download a i, #content .filter43 .download a i{
font-size:24px;
}
.filter43 .img-thumbnail, #content .filter43 .img-thumbnail{
padding: 0px;
background-color: #ffffff;
border: 0px solid #dddddd;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
display: inline-block;
max-width: 100%;
height: auto;
max-height:45px;
box-shadow: 1px 1px 5px #cccccc;
}
.filter43 .results-count, #content .filter43 .results-count{
padding:10px 0;
}
.filter43 .pagination, #content .filter43 .pagination{
display: inline-block;
padding-left: 0;
margin: 20px 0;
float: right;
}
.filter43 .pagination li, #content .filter43 .pagination li{
position: relative;
float: left;
background-color: #ffffff;
border: 1px solid #cccccc;
margin-left: -1px;
list-style-type: none;
}
.filter43 .pagination>li:last-child, #content .filter43 .pagination>li:last-child {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.filter43 .pagination>li:first-child, #content .filter43 .pagination>li:first-child {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.filter43 .pagination li.active, #content .filter43 .pagination li.active{
background-color: #b92025;
border: 1px solid #b92025;
}
.filter43 .pagination li.active a:hover, #content .filter43 .pagination li.active a:hover{
background-color: #b92025;
cursor: default;
}
.filter43 .pagination a, #content .filter43 .pagination a{
padding: 6px 12px;
display: block;
line-height: 1.42857143;
text-decoration: none;
color: #b92025;
outline: none;
font-size: 14px;
position: relative;
display: block;
border-radius: 0%;
background: #ffffff;
width: auto;
height: auto;
color: #2c3334;
font-weight: normal
}
.filter43 .pagination a:hover, #content .filter43 .pagination a:hover{
background-color: #eee;
color: #2c3334 !important
}
.filter43 .pagination a.prev-icon, #content .filter43 .pagination a.prev-icon{
}
.filter43 .pagination li.active a, #content .filter43 .pagination li.active a{
color: #ffffff;
font-weight: bold;
background: #b92025;
}
.filter43 .pagination li.disabled a, #content .filter43 .pagination li.disabled a{
cursor: default;
color:grey;
}
.filter43 .chk-box .ng-scope, #content .filter43 .chk-box .ng-scope{
}
.filter43 .shadow {
}
.filter43 .preview-box {
}
.filter43 table, #content .filter43 table {
margin: 0em 0;
min-width: 300px;
}
.filter43 table tr, #content .filter43 table tr{
border-top: 0px solid #ddd;
border-bottom: 0px solid #ddd;
}
.filter43 table th, #content .filter43 table th {
display: none;
}
.filter43 table td, #content .filter43 table td {
display: block;
background: transparent;
}
.filter43 table td:first-child, #content .filter43 table td:first-child {
padding-top: .5em;
}
.filter43 table td:last-child, #content .filter43 table td:last-child {
padding-bottom: .5em;
}
.filter43 table td:last-child:hover, #content .filter43 table:last-child:hover{
cursor: default;
}
.filter43 table td:before, #content .filter43 table td:before {
content: attr(data-th) ": ";
font-weight: bold;
width: 6.5em;
display: inline-block;
}
.filter43 table th, .filter43 table td, #content .filter43 table th, #content .filter43 table td {
text-align: left;
}
.filter43 .download a i, #content .filter43 .download a i{
color: #428bca;
}
.filter43 .download a:hover i, #content .filter43 .download a:hover i{
color: #2a6496;
}
@media (max-width: 767px) {
.filter43 table, #content .filter43 table{
border:none;
}
.filter43 .download a, #content .filter43 .download a{
display: inline-block
}
.filter43 .download, .filter43 .item-image, #content .filter43 .download, #content .filter43 .item-image{
text-align: left;
}
.filter43 tr:nth-of-type(odd), #content .filter43 tr:nth-of-type(odd){
margin-bottom: 10px;
border:1px solid #cccccc;
display: block;
background: #f0f0f0;
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#f0f0f0), color-stop(.2,#fcfcfc));
background: -moz-linear-gradient(top, #ccc, #f0f0f0);
-moz-box-shadow: 0 0 10px #ccc;
-webkit-box-shadow: 0 0 10px #ccc;
box-shadow: 0 0 10px #ccc;
border: 1px solid #fff;
}
.filter43 tr:nth-of-type(even), #content .filter43 tr:nth-of-type(even){
margin-bottom: 10px;
border:1px solid #cccccc;
display: block;
background: #f0f0f0;
background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#f0f0f0), color-stop(.2,#fcfcfc));
background: -moz-linear-gradient(top, #ccc, #f0f0f0);
-moz-box-shadow: 0 0 10px #ccc;
-webkit-box-shadow: 0 0 10px #ccc;
box-shadow: 0 0 10px #ccc;
border: 1px solid #fff;
}
.filter43 thead tr:nth-of-type(odd), #content .filter43 thead tr:nth-of-type(odd) {
background-color: #ffffff;
display: none;
}
.filter43 .chk-box .ng-scope, #content .filter43 .chk-box .ng-scope{
width: 100%
}
.filter43 tr:last-child td, #content .filter43 tr:last-child td {
border-top: 1px solid #dddddd;
}
}
@media (min-width: 767px) {
.filter43 table td:before, #content .filter43 table td:before {
display: none;
}
.filter43 table th, .filter43 table td, #content .filter43 table th, #content .filter43 table td {
display: table-cell;
padding: 10px;
vertical-align: middle;
border: 2px solid #ffffff;
}
.filter43 table thead th, #content .filter43 table thead th {
border-bottom: 0px solid #ddd;
background-color: #b92025;
color: white;
}
.filter43 table th:first-child, .filter43 table td:first-child, #content .filter43 table th:first-child, #content .filter43 table td:first-child {
padding-left: 0;
}
.filter43 table th:last-child, .filter43 table td:last-child, #content .filter43 table th:last-child, #content .filter43 table td:last-child {
padding-right: 0;
color:#ffffff;
}
}
.clearfix:before,
.clearfix:after {
content: " "; /* 1 */
display: table; /* 2 */
}
.clearfix:after {
clear: both;
}
/*
* For IE 6/7 only
* Include this rule to trigger hasLayout and contain floats.
*/
.clearfix {
*zoom: 1;
} | Resources/Public/Styles/theme-red.css | .ng-scope{
font-family: 'Open Sans', sans-serif;
}
.filter43, #content .filter43{
padding: 0;
min-width:273px;
position: relative;
font-family: 'Open Sans', sans-serif;
font-size: 14px;
}
.filter43{
padding: 15px
}
.filter43 #loader img{
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
margin: auto;
}
.filter43 .fa {
display: inline-block;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.filter43 h1, #content .filter43 h1{
font-size: 28px;
font-weight: bold;
margin: 0 0 10px 0;
}
.filter43 .row, #content .filter43.ng-scope form .row{
margin-bottom:15px;
padding: 0
}
#content .filter43.ng-scope form{
padding: 0;
margin: 0
}
.filter43 .control-label{
font-size: 14px;
font-weight: bold;
display: block;
margin-bottom: 5px;
}
.filter43 .chk-box .ng-scope .control-label, #content .filter43.ng-scope form label.control-label{
width: 100%;
color:#666666;
}
#content .filter43.ng-scope form:after{
display: none
}
.filter43 .ng-scope .control-label.subheading, #content .filter43.ng-scope form label.control-label.subheading{
font-size: 18px;
border-left: 5px solid #b92025;
padding: 10px;
border-bottom: 0px solid #cccccc;
margin-bottom: 10px;
float: none;
width: 100%;
}
.filter43 .input-group{
width: 100%;
display: table;
position: relative;
}
.filter43 .form-control, #content .filter43 form .form-control {
width: 92%;
height: 50px;
padding: 6px 12px;
font-size: 20px;
line-height: 1.42857143;
color: #666666;
background-color: #ffffff;
background-image: none;
border: 1px solid #cccccc;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
border-radius: 0;
}
.cust-select.ng-scope .form-control{
margin-bottom: 10px;
}
.cust-select.ng-scope:last-child .form-control{
margin-bottom: 0px;
}
.cust-select.ng-scope .form-control option{
padding: 10px 0;
}
.filter43 .form-control:focus{
outline:none;
}
.filter43 .input-group-addon {
font-size: 20px;
font-weight: normal;
line-height: 1;
color: #555555;
text-align: center;
border: 1px solid #cccccc;
float: left;
height: 50px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 8%;
max-width: 40px;
margin: 0 0 0 0;
cursor:pointer;
background: url(../images/refresh-red.png) no-repeat center center #b92025;
border-radius: 0;
border-left: none;
}
.filter43 .download a{
background: url(../images/download-red.png) no-repeat center center;
width: 16px;
height: 16px;
display: block;
margin: 0 auto;
}
.filter43 .input-group-addon i{
color: #000000;
font-size: 15px;
}
.filter43 .input-group-addon:hover i{
color:#ff0000;
}
.cust-select{
padding:0 0 20px 0;
display: block;
}
.filter43 h3, #content .filter43 h3{
margin: 0 0 5px 0;
font-size: 18px;
border-left: 5px solid #b92025;
padding: 10px;
border-bottom: 0px solid #cccccc;
margin-bottom: 10px;
}
.filter43 table, #content .filter43 table{
border-collapse: collapse;
width: 100%;
border: 0px solid #dddddd;
border-bottom: none;;
margin:0;
}
.filter43 tr:nth-child(even){
background-color: #f9f9f9;
}
.filter43 thead tr:nth-of-type(odd) {
background-color: #ffffff;
}
.filter43 tbody tr:nth-of-type(odd), #content .filter43 tbody tr:nth-of-type(odd) {
background-color: #f9f9f9;
}
.filter43 th, #content .filter43 th{
padding:10px;
text-align: center;
border-bottom: 2px solid #dddddd;
}
.filter43 th a, #content .filter43 th a{
text-decoration: none;
color: white;
}
.filter43 td, #content .filter43 td{
text-align: center;
border:0;
border-top: 1px solid #dddddd;
padding:10px;
vertical-align: middle;
}
.filter43 tr:last-child td, #content .filter43 tr:last-child td{
border-top: 0px solid #dddddd;
}
.filter43 .item-title, #content .filter43 .item-title{
text-align: left;
}
.filter43 a, #content .filter43 a{
color:#b92025;
}
.filter43 a:hover, #content .filter43 a:hover{
color:#ffffff
}
.filter43 .download, .filter43 .item-image, #content .filter43 .download, #content .filter43 .item-image{
text-align: center;
}
.filter43 .download a i, #content .filter43 .download a i{
font-size:24px;
}
.filter43 .img-thumbnail, #content .filter43 .img-thumbnail{
padding: 0px;
background-color: #ffffff;
border: 0px solid #dddddd;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
display: inline-block;
max-width: 100%;
height: auto;
max-height:45px;
box-shadow: 1px 1px 5px #cccccc;
}
.filter43 .results-count, #content .filter43 .results-count{
padding:10px 0;
}
.filter43 .pagination, #content .filter43 .pagination{
display: inline-block;
padding-left: 0;
margin: 20px 0;
float: right;
}
.filter43 .pagination li, #content .filter43 .pagination li{
position: relative;
float: left;
background-color: #ffffff;
border: 1px solid #cccccc;
margin-left: -1px;
list-style-type: none;
}
.filter43 .pagination>li:last-child, #content .filter43 .pagination>li:last-child {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.filter43 .pagination>li:first-child, #content .filter43 .pagination>li:first-child {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.filter43 .pagination li.active, #content .filter43 .pagination li.active{
background-color: #b92025;
border: 1px solid #b92025;
}
.filter43 .pagination li.active a:hover, #content .filter43 .pagination li.active a:hover{
background-color: #b92025;
cursor: default;
}
.filter43 .pagination a, #content .filter43 .pagination a{
padding: 6px 12px;
display: block;
line-height: 1.42857143;
text-decoration: none;
color: #b92025;
outline: none;
font-size: 14px;
position: relative;
display: block;
border-radius: 0%;
background: #ffffff;
width: auto;
height: auto;
color: #2c3334;
font-weight: normal
}
.filter43 .pagination a:hover, #content .filter43 .pagination a:hover{
background-color: #eee;
color: #2c3334 !important
}
.filter43 .pagination a.prev-icon, #content .filter43 .pagination a.prev-icon{
}
.filter43 .pagination li.active a, #content .filter43 .pagination li.active a{
color: #ffffff;
font-weight: bold;
background: #b92025;
}
.filter43 .pagination li.disabled a, #content .filter43 .pagination li.disabled a{
cursor: default;
color:grey;
}
.filter43 .chk-box .ng-scope, #content .filter43 .chk-box .ng-scope{
}
.filter43 .shadow {
}
.filter43 .preview-box {
}
.filter43 table, #content .filter43 table {
margin: 0em 0;
min-width: 300px;
}
.filter43 table tr, #content .filter43 table tr{
border-top: 0px solid #ddd;
border-bottom: 0px solid #ddd;
}
.filter43 table th, #content .filter43 table th {
display: none;
}
.filter43 table td, #content .filter43 table td {
display: block;
background: transparent;
}
.filter43 table td:first-child, #content .filter43 table td:first-child {
padding-top: .5em;
}
.filter43 table td:last-child, #content .filter43 table td:last-child {
padding-bottom: .5em;
}
.filter43 table td:last-child:hover, #content .filter43 table:last-child:hover{
cursor: default;
}
.filter43 table td:before, #content .filter43 table td:before {
content: attr(data-th) ": ";
font-weight: bold;
width: 6.5em;
display: inline-block;
}
.filter43 table th, .filter43 table td, #content .filter43 table th, #content .filter43 table td {
text-align: left;
}
.filter43 .download a i, #content .filter43 .download a i{
color: #428bca;
}
.filter43 .download a:hover i, #content .filter43 .download a:hover i{
color: #2a6496;
}
@media (max-width: 767px) {
.filter43 table, #content .filter43 table{
border:none;
}
.filter43 .download a, #content .filter43 .download a{
display: inline-block
}
.filter43 .download, .filter43 .item-image, #content .filter43 .download, #content .filter43 .item-image{
text-align: left;
}
.filter43 tr:nth-of-type(odd), #content .filter43 tr:nth-of-type(odd){
margin-bottom: 10px;
border:1px solid #cccccc;
display: block;
background: #f0f0f0;
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#f0f0f0), color-stop(.2,#fcfcfc));
background: -moz-linear-gradient(top, #ccc, #f0f0f0);
-moz-box-shadow: 0 0 10px #ccc;
-webkit-box-shadow: 0 0 10px #ccc;
box-shadow: 0 0 10px #ccc;
border: 1px solid #fff;
}
.filter43 tr:nth-of-type(even), #content .filter43 tr:nth-of-type(even){
margin-bottom: 10px;
border:1px solid #cccccc;
display: block;
background: #f0f0f0;
background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#f0f0f0), color-stop(.2,#fcfcfc));
background: -moz-linear-gradient(top, #ccc, #f0f0f0);
-moz-box-shadow: 0 0 10px #ccc;
-webkit-box-shadow: 0 0 10px #ccc;
box-shadow: 0 0 10px #ccc;
border: 1px solid #fff;
}
.filter43 thead tr:nth-of-type(odd), #content .filter43 thead tr:nth-of-type(odd) {
background-color: #ffffff;
display: none;
}
.filter43 .chk-box .ng-scope, #content .filter43 .chk-box .ng-scope{
width: 100%
}
.filter43 tr:last-child td, #content .filter43 tr:last-child td {
border-top: 1px solid #dddddd;
}
}
@media (min-width: 767px) {
.filter43 table td:before, #content .filter43 table td:before {
display: none;
}
.filter43 table th, .filter43 table td, #content .filter43 table th, #content .filter43 table td {
display: table-cell;
padding: 10px;
vertical-align: middle;
border: 2px solid #ffffff;
}
.filter43 table thead th, #content .filter43 table thead th {
border-bottom: 0px solid #ddd;
background-color: #b92025;
color: white;
}
.filter43 table th:first-child, .filter43 table td:first-child, #content .filter43 table th:first-child, #content .filter43 table td:first-child {
padding-left: 0;
}
.filter43 table th:last-child, .filter43 table td:last-child, #content .filter43 table th:last-child, #content .filter43 table td:last-child {
padding-right: 0;
color:#ffffff;
}
}
.clearfix:before,
.clearfix:after {
content: " "; /* 1 */
display: table; /* 2 */
}
.clearfix:after {
clear: both;
}
/*
* For IE 6/7 only
* Include this rule to trigger hasLayout and contain floats.
*/
.clearfix {
*zoom: 1;
} | 0.269422 | 0.056966 |
.menpai-bg{ position: relative; width: 100%; min-height: 100%;height:auto;background: url("../../images/img/mp-bg.jpg") no-repeat; background-size:100% 100%;}
.num{ position: absolute; left: 50%; bottom: 34%; width: 40rem; margin-left: -20rem; font-size:6rem; text-align: center; color: #fff;}
.num span{font-size:20rem;font-weight:bold;}
.mp-name{ position: absolute; left: 50%; bottom: 14%;width:40rem;margin-left: -20rem; text-align: center; padding-left: 1.75rem;font-size: 8rem;color: #fff; letter-spacing: 3.5rem; font-weight: bolder;}
/*竖版*/
.shuban-bg{ width:100%; min-height: 100%; overflow: hidden;
filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#29cdf5',endColorStr='#4af3e7',gradientType='1');
background: -moz-linear-gradient(left, #29cdf5, #4af3e7);
background: -o-linear-gradient(left,#29cdf5, #4af3e7);
background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(#29cdf5), to(#4af3e7));
}
.sb-title{display: block;width:86.66667%;height:33.15rem; margin:0 auto; padding-top: 5.7rem; margin-top: 5.05rem;
-webkit-border-radius:5rem;
-moz-border-radius:5rem;
border-radius:5rem;
filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#e8d44a',endColorStr='#f4abbc',gradientType='0');
background: -moz-linear-gradient(top, #e8d44a, #f4abbc);
background: -o-linear-gradient(top,#e8d44a, #f4abbc);
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e8d44a), to(#f4abbc));
}
.sbt-font{width:54.2rem;height:27.45rem; margin: 0 auto; background-image: url("../../images/img/sb-title.png"); background-size: 100% 100%; background-repeat: no-repeat; background-position: center center;}
.shuban-cont{width:86.66667%;; margin: 0 auto; margin-top:5.05rem; }
.shuban-cont ul{ margin:0; padding: 0;overflow: hidden; margin-left: -0.875rem; margin-right: -0.875rem;}
.shuban-cont ul li{ position: relative; float: left; display: inline; width:31.333%; margin: 0 1% 1.716rem 1%; overflow: hidden;
-webkit-border-radius:3rem;
-moz-border-radius:3rem;
border-radius:3rem; }
.shuban-cont ul li img{ width: 100%; height: auto;}
.shuban-contli-font{ padding:1.5rem 2rem; background-color: #fff;height: 230px;}
.shuban-contli-font h2{ font-size: 1.6rem; color: #575757; line-height: 2rem;}
.shuban-contli-font h2 span{ color: #34d9ef; float: right; display: inline;}
.shuban-contli-font h2 span em{font-size: 1.4rem;}
.shuban-contli-font p{ font-size: 0.9rem; line-height: 2rem;}
.shuban-contli-font:hover{cursor: pointer;
filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#e8d44a',endColorStr='#f4abbc',gradientType='1');
background: -moz-linear-gradient(left, #e8d44a, #f4abbc);
background: -o-linear-gradient(left,#e8d44a, #f4abbc);
background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(#e8d44a), to(#f4abbc));
}
.shuban-contli-font:hover h2 span{ color:#ffff00; }
.sysl{ display: inline-block; font-size: 0.9rem; line-height: 1.5rem; padding:0 15px; color: #fff;
filter:alpha(opacity=100 finishopacity=100 style=1 startx=0,starty=0,finishx=0,finishy=150) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#3ae1ee,endcolorstr=#f4be82,gradientType=0);
-ms-filter:alpha(opacity=100 finishopacity=100 style=1 startx=0,starty=0,finishx=0,finishy=150) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#3ae1ee,endcolorstr=#38dfef,gradientType=0);/*IE8*/
background:#f4be82; /* 一些不支持背景渐变的浏览器 */
background:-moz-linear-gradient(top, #3ae1ee, rgba(56, 223, 239, 1));
background:-webkit-gradient(linear, 58 225, 238 bottom, from(#3ae1ee), to(rgba(56, 223, 239,1)));
background:-o-linear-gradient(top, #3ae1ee, rgba(56, 223, 239,1));
}
.paihang{ position: absolute; left: 1.8rem; top: 0; text-align: center; color: #fff; width: 6.7rem;height: 6.7rem; background: url("../../images/img/sb-paihang.png") no-repeat; background-size: 100% 100%;}
.paihang h3{ font-size: 2.2rem; margin-top: 0.4rem;}
.paihang p{ font-size: 1.6rem;}
/*热门菜品*/
.henbang-bg{ width:100%; min-height: 100%; overflow: hidden;
filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#29cdf5',endColorStr='#4af3e7',gradientType='1');
background: -moz-linear-gradient(left, #29cdf5, #4af3e7);
background: -o-linear-gradient(left,#29cdf5, #4af3e7);
background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(#29cdf5), to(#4af3e7));
}
.rmcp-title{ width: 30%; height: 6rem; line-height: 6rem; margin: 0 auto; color: #fff; font-size: 2.4rem; text-align: center;
filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#afff02',endColorStr='#01e9ca',gradientType='1');
background: -moz-linear-gradient(left, #afff02, #01e9ca);
background: -o-linear-gradient(left,#afff02, #01e9ca);
background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(#afff02), to(#01e9ca));
border-bottom-left-radius:1.4rem;border-bottom-right-radius:1.4rem;
}
.rmcp-title img{width: 4.1rem;height: 4.1rem;margin-top: -0.5rem;
-webkit-border-radius:50%;
-moz-border-radius:50%;
border-radius:50%;}
.rmcp-box{ width: 92%; margin: 0 auto; margin-top: 2.3rem;}
.rmcp-box ul{ margin-left: -1%; margin-right: -1%}
.rmcp-box li{ float: left; display: inline; width: 48%; height: 360px; margin: 0 1% 1.3rem 1%; background-color: #fff;
-webkit-border-radius:2rem;
-moz-border-radius:2rem;
border-radius:2rem;}
.rmcp-li-title{ width: 100%; height: 3.6rem; line-height: 3.6rem; text-align: center; font-size:1.6rem; color: #fff; letter-spacing: 4px;
filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#afff02',endColorStr='#01e9ca',gradientType='1');
background: -moz-linear-gradient(left, #afff02, #01e9ca);
background: -o-linear-gradient(left,#afff02, #01e9ca);
background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(#afff02), to(#01e9ca));
border-bottom-left-radius: 70%;border-bottom-right-radius:70%;
border-top-left-radius: 2rem;border-top-right-radius: 2rem;
}
/*热门大厨*/
.cs-title{ position: relative;width:50%;height: 4px; margin: 0.5rem auto 0.8rem; text-align: center;
filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#4af3e7',endColorStr='#01e9ca',gradientType='1');
background: -moz-linear-gradient(left, #4af3e7, #01e9ca);
background: -o-linear-gradient(left,#4af3e7, #01e9ca);
background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(#4af3e7), to(#01e9ca));
border-bottom-left-radius: 70%;border-bottom-right-radius:70%;
border-top-left-radius: 2rem;border-top-right-radius: 2rem;
}
.cs-title span{ position: relative;top:-0.7rem; color: #01e9ca; background-color: #fff;padding: 0 1rem;}
.rmcp-box li .cs-box{float: left; display: inline; width: 48%; margin: 1rem 1% 0 1%; }
.rmcp-box li ul li{ position: relative; float: left; display: inline; width: 17%; margin:1% 1.5% ; height: 12.5rem; color: #fff; text-align: center;
-webkit-border-radius:1rem;
-moz-border-radius:1rem;
border-radius:1rem;
filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#49f2e7',endColorStr='#2acef5',gradientType='1');
background: -moz-linear-gradient(left, #49f2e7, #2acef5);
background: -o-linear-gradient(left,#49f2e7, #2acef5);
background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(#49f2e7), to(#2acef5));
}
.rmcp-box li ul li .paihang{ left: 0.8rem; width: 1.65rem;height: 1.65rem;}
.rmcp-box li ul li .paihang h3{font-size: 0.6rem;margin-top:0.1rem; line-height: 0.6rem;}
.rmcp-box li ul li .paihang p{font-size: 0.6rem; height: auto; line-height: 0.6rem;}
.csli-top{ border-bottom: 2px solid #fff; padding-bottom: 0.3rem; height: 8.5rem;}
.rmcp-box li ul li img{ width: 4.15rem;height: 4.15rem; display: block; margin: 0 auto; margin-top: 1.4rem;
-webkit-border-radius:50%;
-moz-border-radius:50%;
border-radius:50%;}
.cs-name{ font-size: 0.6rem; display: inline-block; border: 1px solid #fff; padding: 0px 4px;}
.rmcp-box li ul li p{ padding: 0.2rem 0.3rem 0 0.3rem; font-size: 0.6rem; text-align: left; height: 2.5rem;overflow: hidden;}
.csdk-box{ position: absolute; bottom:0.5rem; left: 50%; margin-left: -1.9rem; width: 3.8rem; background-color: #fff; color:#2acef5; text-align: center; display: inline-block; font-size: 0.7rem; padding: 0.1rem 0;
-webkit-border-radius:4px;
-moz-border-radius:4px;
border-radius:4px; }
/**/
.ysjk-right{ float: right; margin-top: 3rem; margin-right: 4rem;}
.ysjk-box1{ font-size: 1.2rem; color: #535353; margin: 0.5rem 0; line-height: 3rem;}
.ysjk-img{ width: 4rem; text-align: center; display: inline-block;}
.ysjk-img img{ vertical-align: middle;}
.ysjk-img1 img{width:3.45rem;height:2.3rem; }
.ysjk-img2 img{width:3.15rem;height:2.55rem; }
.ysjk-img3 img{width:2rem;height:2.9rem; }
.ysjk-img4 img{width:1.6rem;height:3.2rem; }
.ysjk-img5 img{width:3.75rem;height:2.2rem; }
.ysjk-img6 img{width:2.05rem;height:4rem; }
.ysjk-font{ width:7.5rem; display: inline-block;}
.ysjk-box1 .ysjk-input{ border: 0; border-bottom: 2px solid #4d4d4d; color: #000000;text-align: center; width: 4.85rem; margin:0 0.2rem;height:1.5rem; font-size: 1.2rem;outline:none; }
.ysjk-button{ color: #fff; display: inline-block; padding: 0.3rem 2.4rem; font-size: 1rem; margin-top:1rem;
-webkit-border-radius:0.5rem;
-moz-border-radius:0.5rem;
border-radius:0.5rem;
filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#49f2e7',endColorStr='#2acef5',gradientType='1');
background: -moz-linear-gradient(left, #49f2e7, #2acef5);
background: -o-linear-gradient(left,#49f2e7, #2acef5);
background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(#49f2e7), to(#2acef5));
}
.ysjk-right2{ width: 16rem; margin: 3rem auto;}
/*轮播*/
.device { width: 100%; height: 100%; position: relative; overflow: hidden; }
.swiper-container,.swiper-wrapper,.swiper-slide{width:100%;height: 100%;}
.swiper-slide{ position: relative;}
.slide1{ background-size: 100%;}
.slide2{ background-size: 100%;}
.lb-paihang{position: absolute; left:3.4rem; top: 0; text-align: center; color: #fff; width: 16.3rem;height: 16.15rem; background: url("../../images/img/lunbo-paihang.png") no-repeat; background-size: 100% 100%; }
.lbph-font1{ font-size: 3rem; line-height:6rem; margin-top:1.7rem; }
.lbph-font2{ font-size: 4rem;line-height:4rem;}
.lbcont-box{ position:absolute; left:0; right: 0; bottom: 0; height:13.5rem ; }
.lbcont-box-bg{ width:100%; height: 100%; background: #33e8db; opacity: 0.75; filter:Alpha(opacity=75); position:static; *zoom:1;}
.lbcont-box-font{ position: relative;}
.lbcont-box-font div{ float: left; display: inline;}
.lbbf-font1{ color: #fff; font-size:4rem;line-height: 16rem; margin-left: 7rem;}
.lbbf-font2{ color: #ffff00; font-size: 8rem; font-weight: bold;line-height: 14rem;}
.lbbf-font2 em{ font-size: 3rem;}
.lbbf-font3{ collapse: #fff; margin-left:6rem; margin-top: 2rem;}
.lbbf-font3 p{ color: #fff; font-size: 1.6rem; line-height: 3.2rem;}
.lbbf-font3 .lb-paihang2{ position: static;display: inline-block; text-align: center; color: #fff; width:2.4rem;height: 2.4rem; line-height: 0.6rem; background: url("../../images/img/lunbo-paihang.png") no-repeat; background-size: 100% 100%; }
.lbbf-font3 .lbph2-font1{ display:inline-block;font-size:0.6rem; line-height: 0.6rem; margin-top:0.1rem; padding: 0; }
.lbbf-font3 .lbph2-font2{ display:inline-block; font-size:0.6rem; line-height: 0.6rem; margin: 0;padding: 0;} | public/style/home/addClass.css | .menpai-bg{ position: relative; width: 100%; min-height: 100%;height:auto;background: url("../../images/img/mp-bg.jpg") no-repeat; background-size:100% 100%;}
.num{ position: absolute; left: 50%; bottom: 34%; width: 40rem; margin-left: -20rem; font-size:6rem; text-align: center; color: #fff;}
.num span{font-size:20rem;font-weight:bold;}
.mp-name{ position: absolute; left: 50%; bottom: 14%;width:40rem;margin-left: -20rem; text-align: center; padding-left: 1.75rem;font-size: 8rem;color: #fff; letter-spacing: 3.5rem; font-weight: bolder;}
/*竖版*/
.shuban-bg{ width:100%; min-height: 100%; overflow: hidden;
filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#29cdf5',endColorStr='#4af3e7',gradientType='1');
background: -moz-linear-gradient(left, #29cdf5, #4af3e7);
background: -o-linear-gradient(left,#29cdf5, #4af3e7);
background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(#29cdf5), to(#4af3e7));
}
.sb-title{display: block;width:86.66667%;height:33.15rem; margin:0 auto; padding-top: 5.7rem; margin-top: 5.05rem;
-webkit-border-radius:5rem;
-moz-border-radius:5rem;
border-radius:5rem;
filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#e8d44a',endColorStr='#f4abbc',gradientType='0');
background: -moz-linear-gradient(top, #e8d44a, #f4abbc);
background: -o-linear-gradient(top,#e8d44a, #f4abbc);
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e8d44a), to(#f4abbc));
}
.sbt-font{width:54.2rem;height:27.45rem; margin: 0 auto; background-image: url("../../images/img/sb-title.png"); background-size: 100% 100%; background-repeat: no-repeat; background-position: center center;}
.shuban-cont{width:86.66667%;; margin: 0 auto; margin-top:5.05rem; }
.shuban-cont ul{ margin:0; padding: 0;overflow: hidden; margin-left: -0.875rem; margin-right: -0.875rem;}
.shuban-cont ul li{ position: relative; float: left; display: inline; width:31.333%; margin: 0 1% 1.716rem 1%; overflow: hidden;
-webkit-border-radius:3rem;
-moz-border-radius:3rem;
border-radius:3rem; }
.shuban-cont ul li img{ width: 100%; height: auto;}
.shuban-contli-font{ padding:1.5rem 2rem; background-color: #fff;height: 230px;}
.shuban-contli-font h2{ font-size: 1.6rem; color: #575757; line-height: 2rem;}
.shuban-contli-font h2 span{ color: #34d9ef; float: right; display: inline;}
.shuban-contli-font h2 span em{font-size: 1.4rem;}
.shuban-contli-font p{ font-size: 0.9rem; line-height: 2rem;}
.shuban-contli-font:hover{cursor: pointer;
filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#e8d44a',endColorStr='#f4abbc',gradientType='1');
background: -moz-linear-gradient(left, #e8d44a, #f4abbc);
background: -o-linear-gradient(left,#e8d44a, #f4abbc);
background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(#e8d44a), to(#f4abbc));
}
.shuban-contli-font:hover h2 span{ color:#ffff00; }
.sysl{ display: inline-block; font-size: 0.9rem; line-height: 1.5rem; padding:0 15px; color: #fff;
filter:alpha(opacity=100 finishopacity=100 style=1 startx=0,starty=0,finishx=0,finishy=150) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#3ae1ee,endcolorstr=#f4be82,gradientType=0);
-ms-filter:alpha(opacity=100 finishopacity=100 style=1 startx=0,starty=0,finishx=0,finishy=150) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#3ae1ee,endcolorstr=#38dfef,gradientType=0);/*IE8*/
background:#f4be82; /* 一些不支持背景渐变的浏览器 */
background:-moz-linear-gradient(top, #3ae1ee, rgba(56, 223, 239, 1));
background:-webkit-gradient(linear, 58 225, 238 bottom, from(#3ae1ee), to(rgba(56, 223, 239,1)));
background:-o-linear-gradient(top, #3ae1ee, rgba(56, 223, 239,1));
}
.paihang{ position: absolute; left: 1.8rem; top: 0; text-align: center; color: #fff; width: 6.7rem;height: 6.7rem; background: url("../../images/img/sb-paihang.png") no-repeat; background-size: 100% 100%;}
.paihang h3{ font-size: 2.2rem; margin-top: 0.4rem;}
.paihang p{ font-size: 1.6rem;}
/*热门菜品*/
.henbang-bg{ width:100%; min-height: 100%; overflow: hidden;
filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#29cdf5',endColorStr='#4af3e7',gradientType='1');
background: -moz-linear-gradient(left, #29cdf5, #4af3e7);
background: -o-linear-gradient(left,#29cdf5, #4af3e7);
background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(#29cdf5), to(#4af3e7));
}
.rmcp-title{ width: 30%; height: 6rem; line-height: 6rem; margin: 0 auto; color: #fff; font-size: 2.4rem; text-align: center;
filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#afff02',endColorStr='#01e9ca',gradientType='1');
background: -moz-linear-gradient(left, #afff02, #01e9ca);
background: -o-linear-gradient(left,#afff02, #01e9ca);
background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(#afff02), to(#01e9ca));
border-bottom-left-radius:1.4rem;border-bottom-right-radius:1.4rem;
}
.rmcp-title img{width: 4.1rem;height: 4.1rem;margin-top: -0.5rem;
-webkit-border-radius:50%;
-moz-border-radius:50%;
border-radius:50%;}
.rmcp-box{ width: 92%; margin: 0 auto; margin-top: 2.3rem;}
.rmcp-box ul{ margin-left: -1%; margin-right: -1%}
.rmcp-box li{ float: left; display: inline; width: 48%; height: 360px; margin: 0 1% 1.3rem 1%; background-color: #fff;
-webkit-border-radius:2rem;
-moz-border-radius:2rem;
border-radius:2rem;}
.rmcp-li-title{ width: 100%; height: 3.6rem; line-height: 3.6rem; text-align: center; font-size:1.6rem; color: #fff; letter-spacing: 4px;
filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#afff02',endColorStr='#01e9ca',gradientType='1');
background: -moz-linear-gradient(left, #afff02, #01e9ca);
background: -o-linear-gradient(left,#afff02, #01e9ca);
background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(#afff02), to(#01e9ca));
border-bottom-left-radius: 70%;border-bottom-right-radius:70%;
border-top-left-radius: 2rem;border-top-right-radius: 2rem;
}
/*热门大厨*/
.cs-title{ position: relative;width:50%;height: 4px; margin: 0.5rem auto 0.8rem; text-align: center;
filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#4af3e7',endColorStr='#01e9ca',gradientType='1');
background: -moz-linear-gradient(left, #4af3e7, #01e9ca);
background: -o-linear-gradient(left,#4af3e7, #01e9ca);
background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(#4af3e7), to(#01e9ca));
border-bottom-left-radius: 70%;border-bottom-right-radius:70%;
border-top-left-radius: 2rem;border-top-right-radius: 2rem;
}
.cs-title span{ position: relative;top:-0.7rem; color: #01e9ca; background-color: #fff;padding: 0 1rem;}
.rmcp-box li .cs-box{float: left; display: inline; width: 48%; margin: 1rem 1% 0 1%; }
.rmcp-box li ul li{ position: relative; float: left; display: inline; width: 17%; margin:1% 1.5% ; height: 12.5rem; color: #fff; text-align: center;
-webkit-border-radius:1rem;
-moz-border-radius:1rem;
border-radius:1rem;
filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#49f2e7',endColorStr='#2acef5',gradientType='1');
background: -moz-linear-gradient(left, #49f2e7, #2acef5);
background: -o-linear-gradient(left,#49f2e7, #2acef5);
background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(#49f2e7), to(#2acef5));
}
.rmcp-box li ul li .paihang{ left: 0.8rem; width: 1.65rem;height: 1.65rem;}
.rmcp-box li ul li .paihang h3{font-size: 0.6rem;margin-top:0.1rem; line-height: 0.6rem;}
.rmcp-box li ul li .paihang p{font-size: 0.6rem; height: auto; line-height: 0.6rem;}
.csli-top{ border-bottom: 2px solid #fff; padding-bottom: 0.3rem; height: 8.5rem;}
.rmcp-box li ul li img{ width: 4.15rem;height: 4.15rem; display: block; margin: 0 auto; margin-top: 1.4rem;
-webkit-border-radius:50%;
-moz-border-radius:50%;
border-radius:50%;}
.cs-name{ font-size: 0.6rem; display: inline-block; border: 1px solid #fff; padding: 0px 4px;}
.rmcp-box li ul li p{ padding: 0.2rem 0.3rem 0 0.3rem; font-size: 0.6rem; text-align: left; height: 2.5rem;overflow: hidden;}
.csdk-box{ position: absolute; bottom:0.5rem; left: 50%; margin-left: -1.9rem; width: 3.8rem; background-color: #fff; color:#2acef5; text-align: center; display: inline-block; font-size: 0.7rem; padding: 0.1rem 0;
-webkit-border-radius:4px;
-moz-border-radius:4px;
border-radius:4px; }
/**/
.ysjk-right{ float: right; margin-top: 3rem; margin-right: 4rem;}
.ysjk-box1{ font-size: 1.2rem; color: #535353; margin: 0.5rem 0; line-height: 3rem;}
.ysjk-img{ width: 4rem; text-align: center; display: inline-block;}
.ysjk-img img{ vertical-align: middle;}
.ysjk-img1 img{width:3.45rem;height:2.3rem; }
.ysjk-img2 img{width:3.15rem;height:2.55rem; }
.ysjk-img3 img{width:2rem;height:2.9rem; }
.ysjk-img4 img{width:1.6rem;height:3.2rem; }
.ysjk-img5 img{width:3.75rem;height:2.2rem; }
.ysjk-img6 img{width:2.05rem;height:4rem; }
.ysjk-font{ width:7.5rem; display: inline-block;}
.ysjk-box1 .ysjk-input{ border: 0; border-bottom: 2px solid #4d4d4d; color: #000000;text-align: center; width: 4.85rem; margin:0 0.2rem;height:1.5rem; font-size: 1.2rem;outline:none; }
.ysjk-button{ color: #fff; display: inline-block; padding: 0.3rem 2.4rem; font-size: 1rem; margin-top:1rem;
-webkit-border-radius:0.5rem;
-moz-border-radius:0.5rem;
border-radius:0.5rem;
filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#49f2e7',endColorStr='#2acef5',gradientType='1');
background: -moz-linear-gradient(left, #49f2e7, #2acef5);
background: -o-linear-gradient(left,#49f2e7, #2acef5);
background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(#49f2e7), to(#2acef5));
}
.ysjk-right2{ width: 16rem; margin: 3rem auto;}
/*轮播*/
.device { width: 100%; height: 100%; position: relative; overflow: hidden; }
.swiper-container,.swiper-wrapper,.swiper-slide{width:100%;height: 100%;}
.swiper-slide{ position: relative;}
.slide1{ background-size: 100%;}
.slide2{ background-size: 100%;}
.lb-paihang{position: absolute; left:3.4rem; top: 0; text-align: center; color: #fff; width: 16.3rem;height: 16.15rem; background: url("../../images/img/lunbo-paihang.png") no-repeat; background-size: 100% 100%; }
.lbph-font1{ font-size: 3rem; line-height:6rem; margin-top:1.7rem; }
.lbph-font2{ font-size: 4rem;line-height:4rem;}
.lbcont-box{ position:absolute; left:0; right: 0; bottom: 0; height:13.5rem ; }
.lbcont-box-bg{ width:100%; height: 100%; background: #33e8db; opacity: 0.75; filter:Alpha(opacity=75); position:static; *zoom:1;}
.lbcont-box-font{ position: relative;}
.lbcont-box-font div{ float: left; display: inline;}
.lbbf-font1{ color: #fff; font-size:4rem;line-height: 16rem; margin-left: 7rem;}
.lbbf-font2{ color: #ffff00; font-size: 8rem; font-weight: bold;line-height: 14rem;}
.lbbf-font2 em{ font-size: 3rem;}
.lbbf-font3{ collapse: #fff; margin-left:6rem; margin-top: 2rem;}
.lbbf-font3 p{ color: #fff; font-size: 1.6rem; line-height: 3.2rem;}
.lbbf-font3 .lb-paihang2{ position: static;display: inline-block; text-align: center; color: #fff; width:2.4rem;height: 2.4rem; line-height: 0.6rem; background: url("../../images/img/lunbo-paihang.png") no-repeat; background-size: 100% 100%; }
.lbbf-font3 .lbph2-font1{ display:inline-block;font-size:0.6rem; line-height: 0.6rem; margin-top:0.1rem; padding: 0; }
.lbbf-font3 .lbph2-font2{ display:inline-block; font-size:0.6rem; line-height: 0.6rem; margin: 0;padding: 0;} | 0.374448 | 0.145055 |
.features-dropdown {
display: none !important;
}
/* View and Menu Button */
.content {
position: relative;
}
.chosen-feature {
font-size: 40px;
}
.burger-menu {
display: flex;
flex-direction: row;
font-size: 2em;
align-items: flex-end;
color: var(--normal-link-color);
margin-bottom: 24px;
border-bottom: 1px solid var(--light-gray);
}
.burger-menu div {
padding-right: 16px;
}
.burger-button {
cursor: pointer;
position: relative;
color: var(--light-gray);
}
/* Features Menu */
.features-menu-title {
display: flex;
margin-bottom: 36px;
border-bottom: 1px solid silver;
align-items: center;
}
.features-menu-title div:first-child {
font-size: 40px;
font-weight: bold;
}
.close-button {
margin-left: auto;
color: var(--light-gray);
cursor: pointer;
font-size: 1em;
}
.features-menu {
height: 100%;
width: 0px;
position: absolute;
z-index: 1;
top: 0;
left: 0;
background-color: white;
overflow-x: hidden;
transition: 0.5s;
padding-left: 0px;
padding-top: 10px;
margin-left: 0px;
border: 0px solid black;
size: 0.5em;
}
.active-menu {
width: 250px;
padding-left: 25px;
padding-right: 25px;
border: 1px solid var(--base-color);
}
.features-menu .single-feature {
cursor: pointer;
}
.active-feature {
font-weight: bold;
color: var(--normal-link-color);
}
.target-feature span::after {
content: " (target)"
}
/* Descriptions */
.feature-name-w-desc span {
font-size: 12px;
z-index: 2;
}
/* InfoGrid */
.infogrid-container {
display: flex;
flex-direction: row;
height: auto;
margin-top: 36px;
width: 100%;
}
.submenu-content-wrapper {
margin-bottom: 36px;
}
.infogrid-stats {
margin-bottom: 56px !important;
}
.subtitle {
font-size: 1.4em;
border-bottom: 2px solid var(--light-gray);
margin-bottom: 36px;
color: black;
font-weight: bold;
width: 90%;
}
.bk.infogrid {
margin-top: -18px !important;
}
@media screen and (max-width: 1620px) {
.submenu-content {
margin-left: 16px;
}
.infogrid-container {
flex-direction: column;
}
.infogrid-stats {
width: 90%;
margin-bottom: 48px;
margin-right: 0px;
}
}
.info-div-content div {
width: 100%;
font-size: 1.35em;
color: var(--normal-text-color);
border-bottom: 1px solid var(--light-gray);
}
.info-div-content div:not(:first-child) {
padding-top: 12px;
}
.info-div-content div > span {
float: right;
color: var(--contrary-color);
font-weight: bold;
}
#info-div-description {
color: var(--normal-link-color);
font-size: 1.75em;
cursor: help;
}
/* ScatterGrid */
.active-feature-hue > div {
filter: grayscale(1) !important;
}
.bk .row-description {
border-style: solid;
border-color: var(--gray-title);
border-width: 0 0 1px 0;
font-family: "Lato";
height: 100% !important;
}
.bk .legend {
border: 0px solid var(--light-gray);
padding-left: 12px;
}
.legend-categorical {
width: 100% !important;
}
.legend-row {
width: 100%;
text-align: left;
display: flex;
flex-direction: row;
align-items: baseline;
}
.legend-marker {
height: 10px;
width: 10px;
border-radius: 50%;
margin-right: 6px;
}
.bk.hue-title {
font-size: 1.7em !important;
font-weight: bold;
font-family: inherit !important;
padding-left: 12px;
}
.chosen-feature-scatter {
font-size: 3em !important;
font-weight: bold;
width: 100% !important;
font-family: inherit !important;
text-align: center;
color: var(--normal-link-color);
border-bottom: 1px solid var(--light-gray) !important;
}
/* Transformed Features Grid */
.transformed-feature {
display: none;
}
.chosen-feature-transformed {
display: block;
}
.transformed-grid {
display: flex;
flex-direction: column;
}
.transformed-grid > div {
margin-bottom: 48px;
}
.transformer-list {
padding-left: 4px;
margin-right: 16px;
}
.transformer-list div {
margin-bottom: 4px;
}
.single-transformer {
font-size: 1.2em;
color: var(--normal-link-color);
}
.transformations-table {
margin-right: 16px;
}
.transformations-table table {
margin-top: 8px;
}
.transformations-table table thead th:nth-child(1) {
color: var(--base-color);
font-weight: bold;
text-align: left;
font-size: 1.05em;
}
.transformations-table table tbody tr td:nth-child(1) {
color: var(--base-color);
font-weight: bold;
border-right: 1px solid var(--light-gray);
text-align: left;
font-size: 1.05em;
}
/* Tables */
table {
border-collapse: collapse;
border: 0px solid black;
color: var(--table-text);
font-size: 13px;
width: 100%;
}
th {
border: 0px solid black;
text-align: right;
font-weight: bold;
}
thead th {
border-width: 0px 0px 1px 0px;
border-color: black;
text-align: center;
}
td {
border: 0px solid black;
text-align: right;
padding: 4px;
}
tbody tr:nth-child(odd) {
background-color: #f2f2f2;
}
tbody tr:hover {
background-color: #ebd5d1;
} | example/static/features.css |
.features-dropdown {
display: none !important;
}
/* View and Menu Button */
.content {
position: relative;
}
.chosen-feature {
font-size: 40px;
}
.burger-menu {
display: flex;
flex-direction: row;
font-size: 2em;
align-items: flex-end;
color: var(--normal-link-color);
margin-bottom: 24px;
border-bottom: 1px solid var(--light-gray);
}
.burger-menu div {
padding-right: 16px;
}
.burger-button {
cursor: pointer;
position: relative;
color: var(--light-gray);
}
/* Features Menu */
.features-menu-title {
display: flex;
margin-bottom: 36px;
border-bottom: 1px solid silver;
align-items: center;
}
.features-menu-title div:first-child {
font-size: 40px;
font-weight: bold;
}
.close-button {
margin-left: auto;
color: var(--light-gray);
cursor: pointer;
font-size: 1em;
}
.features-menu {
height: 100%;
width: 0px;
position: absolute;
z-index: 1;
top: 0;
left: 0;
background-color: white;
overflow-x: hidden;
transition: 0.5s;
padding-left: 0px;
padding-top: 10px;
margin-left: 0px;
border: 0px solid black;
size: 0.5em;
}
.active-menu {
width: 250px;
padding-left: 25px;
padding-right: 25px;
border: 1px solid var(--base-color);
}
.features-menu .single-feature {
cursor: pointer;
}
.active-feature {
font-weight: bold;
color: var(--normal-link-color);
}
.target-feature span::after {
content: " (target)"
}
/* Descriptions */
.feature-name-w-desc span {
font-size: 12px;
z-index: 2;
}
/* InfoGrid */
.infogrid-container {
display: flex;
flex-direction: row;
height: auto;
margin-top: 36px;
width: 100%;
}
.submenu-content-wrapper {
margin-bottom: 36px;
}
.infogrid-stats {
margin-bottom: 56px !important;
}
.subtitle {
font-size: 1.4em;
border-bottom: 2px solid var(--light-gray);
margin-bottom: 36px;
color: black;
font-weight: bold;
width: 90%;
}
.bk.infogrid {
margin-top: -18px !important;
}
@media screen and (max-width: 1620px) {
.submenu-content {
margin-left: 16px;
}
.infogrid-container {
flex-direction: column;
}
.infogrid-stats {
width: 90%;
margin-bottom: 48px;
margin-right: 0px;
}
}
.info-div-content div {
width: 100%;
font-size: 1.35em;
color: var(--normal-text-color);
border-bottom: 1px solid var(--light-gray);
}
.info-div-content div:not(:first-child) {
padding-top: 12px;
}
.info-div-content div > span {
float: right;
color: var(--contrary-color);
font-weight: bold;
}
#info-div-description {
color: var(--normal-link-color);
font-size: 1.75em;
cursor: help;
}
/* ScatterGrid */
.active-feature-hue > div {
filter: grayscale(1) !important;
}
.bk .row-description {
border-style: solid;
border-color: var(--gray-title);
border-width: 0 0 1px 0;
font-family: "Lato";
height: 100% !important;
}
.bk .legend {
border: 0px solid var(--light-gray);
padding-left: 12px;
}
.legend-categorical {
width: 100% !important;
}
.legend-row {
width: 100%;
text-align: left;
display: flex;
flex-direction: row;
align-items: baseline;
}
.legend-marker {
height: 10px;
width: 10px;
border-radius: 50%;
margin-right: 6px;
}
.bk.hue-title {
font-size: 1.7em !important;
font-weight: bold;
font-family: inherit !important;
padding-left: 12px;
}
.chosen-feature-scatter {
font-size: 3em !important;
font-weight: bold;
width: 100% !important;
font-family: inherit !important;
text-align: center;
color: var(--normal-link-color);
border-bottom: 1px solid var(--light-gray) !important;
}
/* Transformed Features Grid */
.transformed-feature {
display: none;
}
.chosen-feature-transformed {
display: block;
}
.transformed-grid {
display: flex;
flex-direction: column;
}
.transformed-grid > div {
margin-bottom: 48px;
}
.transformer-list {
padding-left: 4px;
margin-right: 16px;
}
.transformer-list div {
margin-bottom: 4px;
}
.single-transformer {
font-size: 1.2em;
color: var(--normal-link-color);
}
.transformations-table {
margin-right: 16px;
}
.transformations-table table {
margin-top: 8px;
}
.transformations-table table thead th:nth-child(1) {
color: var(--base-color);
font-weight: bold;
text-align: left;
font-size: 1.05em;
}
.transformations-table table tbody tr td:nth-child(1) {
color: var(--base-color);
font-weight: bold;
border-right: 1px solid var(--light-gray);
text-align: left;
font-size: 1.05em;
}
/* Tables */
table {
border-collapse: collapse;
border: 0px solid black;
color: var(--table-text);
font-size: 13px;
width: 100%;
}
th {
border: 0px solid black;
text-align: right;
font-weight: bold;
}
thead th {
border-width: 0px 0px 1px 0px;
border-color: black;
text-align: center;
}
td {
border: 0px solid black;
text-align: right;
padding: 4px;
}
tbody tr:nth-child(odd) {
background-color: #f2f2f2;
}
tbody tr:hover {
background-color: #ebd5d1;
} | 0.460532 | 0.112259 |
/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
* What follows is the result of much research on cross-browser styling.
* Credit left inline and big thanks to <NAME>, <NAME>,
* <NAME>, and the H5BP dev community and team.
*/
/* ==========================================================================
Base styles: opinionated defaults
========================================================================== */
html {
color: #000;
font-size: 1.2em;
line-height: 1.6;
/* font-family: 'Bebas Neue', cursive; */
font-family: 'Raleway', sans-serif;
max-height: 100%;
height: 100vh;
}
/*
* Remove text-shadow in selection highlight:
* https://twitter.com/miketaylr/status/12228805301
*
* Vendor-prefixed and regular ::selection selectors cannot be combined:
* https://stackoverflow.com/a/16982510/7133471
*
* Customize the background color to match your design.
*/
::-moz-selection {
background: #b3d4fc;
text-shadow: none;
}
::selection {
background: #b3d4fc;
text-shadow: none;
}
/*
* A better looking default horizontal rule
*/
hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #ccc;
margin: 1em 0;
padding: 0;
}
/*
* Remove the gap between audio, canvas, iframes,
* images, videos and the bottom of their containers:
* https://github.com/h5bp/html5-boilerplate/issues/440
*/
audio,
canvas,
iframe,
img,
svg,
video {
vertical-align: middle;
}
/*
* Remove default fieldset styles.
*/
fieldset {
border: 0;
margin: 0;
padding: 0;
}
/*
* Allow only vertical resizing of textareas.
*/
textarea {
resize: vertical;
}
/* ==========================================================================
Author's custom styles
========================================================================== */
/* ==========================================================================
Helper classes
========================================================================== */
/*
* Hide visually and from screen readers
*/
.hidden,
[hidden] {
display: none !important;
}
/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
* causes content to wrap 1 word per line:
* https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/
.sr-only {
border: 0;
clip: rect(0, 0, 0, 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
white-space: nowrap;
width: 1px;
/* 1 */
}
/*
* Extends the .sr-only class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/
.sr-only.focusable:active,
.sr-only.focusable:focus {
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
white-space: inherit;
width: auto;
}
/*
* Hide visually and from screen readers, but maintain layout
*/
.invisible {
visibility: hidden;
}
/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
* `contenteditable` attribute is included anywhere else in the document.
* Otherwise it causes space to appear at the top and bottom of elements
* that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
* `:before` to contain the top-margins of child elements.
*/
.clearfix::before,
.clearfix::after {
content: " ";
display: table;
}
.clearfix::after {
clear: both;
}
/* ==========================================================================
EXAMPLE Media Queries for Responsive Design.
These examples override the primary ('mobile first') styles.
Modify as content requires.
========================================================================== */
@media only screen and (min-width: 35em) {
/* Style adjustments for viewports that meet the condition */
}
@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
/* Style adjustments for high resolution devices */
}
/* ==========================================================================
Print styles.
Inlined to avoid the additional HTTP request:
https://www.phpied.com/delay-loading-your-print-css/
========================================================================== */
@media print {
*,
*::before,
*::after {
background: #fff !important;
color: #000 !important;
/* Black prints faster */
box-shadow: none !important;
text-shadow: none !important;
}
a,
a:visited {
text-decoration: underline;
}
a[href]::after {
content: " (" attr(href) ")";
}
abbr[title]::after {
content: " (" attr(title) ")";
}
/*
* Don't show links that are fragment identifiers,
* or use the `javascript:` pseudo protocol
*/
a[href^="#"]::after,
a[href^="javascript:"]::after {
content: "";
}
pre {
white-space: pre-wrap !important;
}
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid;
}
/*
* Printing Tables:
* https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
*/
thead {
display: table-header-group;
}
tr,
img {
page-break-inside: avoid;
}
p,
h2,
h3 {
orphans: 3;
widows: 3;
}
h2,
h3 {
page-break-after: avoid;
}
}
/* Add a black background color to the top navigation */
.grid-containerNav {
/* background-color: #333; */
overflow: hidden;
}
/* Style the links inside the navigation bar */
.grid-containerNav a {
/* float: left; */
color: #000;
/* text-align: center; */
padding: 14px 16px;
text-decoration: none;
font-size: 24px;
}
.grid-containerNav a#Nav2 {
text-align: center;
}
.grid-containerNav a#Nav3 {
text-align: center;
}
/* Change the color of links on hover */
.grid-containerNav a:hover {
background-color: #ffff01;
color: #050028;
font-style: Underline;
}
/* Add a color to the active/current link */
.grid-containerNav a.active {
/* background-color: #ffff01; */
color: black;
/* text-decoration:underline; */
border-bottom: 5px #ffff01 solid;
}
/* .grid-containerNav a.active:hover {
/* background-color: #4CAF50; */
/* color: black;
text-decoration:underline;
} */
/* The hero image */
.hero-image {
background-image: url("../img/ExhibitPerspective.jpg");
/* Set a specific height */
height: 50%;
height: 600px;
/* Position and center the image to scale nicely on all screens */
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
}
.hero-image2 {
background-image: url("../img/ExhibitCenter.jpg");
/* Set a specific height */
height: 50%;
height: 600px;
/* Position and center the image to scale nicely on all screens */
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
}
/* Place text in the middle of the image */
.hero-text {
text-align: center;
position: absolute;
top: 90%;
left: 50%;
transform: translate(-50%, -50%);
color: #ffff01;
border: none;
width: 100%;
/* font-size: 2em; */
}
div.exhibitdate {
/* color: #ffff01; */
border: none;
border: 5px solid #ffff01;
/* border-bottom: 3px solid #ffff01; */
margin-top: 0px;
/* background-color: rgba(255, 255, 1, 0.03); */
}
main {
/* max-width: 960px; */
margin: 0 auto;
max-width: 100%;
max-height: 100%;
/* overflow: hidden */
}
section p {
margin-top: 0;
}
section {
padding-top: 30px;
padding-bottom: 30px;
}
section.left60 {
float: left;
max-width: 55%;
margin: 0 auto;
padding-right: 15px;
}
section.right40 {
float:right;
max-width: 40%;
margin: 0 auto;
}
section.left40 {
float: left;
max-width: 40%;
margin: 0 auto;
}
section.right60 {
float: right;
max-width: 55%;
margin: 0 auto;
padding-left: 15px;
}
section.no-float p {
float: none;
}
img {
max-width: 100%;
max-height: 100%;
}
.slideshow-container {
clear: both;
}
* {box-sizing:border-box}
/* Slideshow container */
.slideshow-container {
max-width: 1000px;
position: relative;
margin: auto;
border: none;
}
/* Hide the images by default */
.mySlides {
display: none;
}
/* Next & previous buttons */
.prev, .next {
cursor: pointer;
position: absolute;
top: 50%;
width: auto;
margin-top: -22px;
padding: 16px;
color: black;
background-color: #ffff01;
font-weight: bold;
font-size: 18px;
transition: 0.6s ease;
/* border-radius: 0 3px 3px 0; */
user-select: none;
}
/* Position the "next button" to the right */
.next {
right: 0;
border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
background-color: rgba(0,0,0,0.8);
}
/* Caption text */
.text {
/* color: #f2f2f2;
font-size: 15px;
padding: 8px 12px;
position: absolute;
bottom: 8px;
/* width: 100%; */
/* text-align: center; */ */
}
div.text {
float: right;
max-width: 50%;
text-align: left;
margin: 0 auto;
padding-top: 100px;
padding-left: 15px;
padding-right: 15px;
}
/* Number text (1/3 etc) */
.numbertext {
color: #f2f2f2;
font-size: 12px;
padding: 8px 12px;
position: absolute;
top: 0;
}
/* The dots/bullets/indicators */
.dot {
cursor: pointer;
height: 15px;
width: 15px;
margin: 0 2px;
background-color: #bbb;
border-radius: 50%;
display: inline-block;
transition: background-color 0.6s ease;
}
.active, .dot:hover {
/* background-color: #717171; */
}
Fading animation */
.fade {
-webkit-animation-name: fade;
-webkit-animation-duration: 1.5s;
animation-name: fade;
animation-duration: 1.5s;
}
@-webkit-keyframes fade {
from {opacity: .4}
to {opacity: 1}
}
@keyframes fade {
from {opacity: .4}
to {opacity: 1}
}
div.mySlides.fade.center {
border: none;
padding-left: 3%;
padding-right: 3%;
margin: 0 auto;
}
div.mySlides.fade.center img {
display: block;
margin-left: auto;
margin-right: auto;
max-width: 100%;
max-height: 450px;
/* float: left; */
max-height: 100%;
}
div.slideimgdiv{
max-width: 50%;
float: left;
border: none;
}
div.mySlides.fade.center div.text {
color: black;
}
/*
footer {
clear: both;
left: 0;
width: 100%;
background-color: black;
color: white;
text-align: center;
padding-top: 20px;
padding-bottom: 20px;
text-align: center;
} */
/* a#nav3.nav3 {
text-align: center; */
/* background-color: #ffff01;
}
/* Drawing Tool Start */
/*
html {
/* background-color: #fef9f3; */
/* font-family:helvetica; */
/* color: white; */
/* padding: 0;
margin: 0; */
/* max-width: 100%;
max-height: 100%;
margin: 0 auto;
} */
div {
border: 1px #D3D3D3 solid;
/* padding: 5px; */
/* padding: 0px 5px 5px 0px; */
/* margin: 0 auto; */
max-width: 100%;
max-height: 100%;
}
/* div p {
padding: 5px;
margin: 0;
}
div div {
padding: 0;
margin: 0;
} */
div#menu {
font-size: 11px;
min-width: 215px;
max-height: 500px;
/* max-height: 100%; */
min-height: 100%;
/* height: 100vh; */
margin: 0 auto;
/* margin:5px; */
/* padding:5px;
background-color: green;
width: 500px;
height: 110px; */
overflow: auto;
text-align:justify;
}
/* div#menu .shadows {
bottom:0;
left:0;
pointer-events:none;
position:absolute;
right:0;
top:0;
transition:all .2s ease-out;
}
&.off-bottom {
.shadows {
box-shadow:0 -3em 3em -1em white inset;
}
}
} */
.text-box-shadow {
box-shadow: inset 0 -50px 50px -50px rgba(0, 0, 0, 2);
}
#menu h2 {
font-size: 16px;
}
div#main.main {
border: none;
/* width: 1000px; */
/* height: 500px; */
max-height: 100%;
max-width: 100%;
margin: 0 auto;
padding: 0px;
/* position: relative; */
/* background-color: black; */
}
#canvas {
max-width:100%;
margin: 0 auto;
max-height: 100%;
}
/* #menu {
float: left;
max-width: 15%;
max-height: 1000px;
margin-top: 100px;
/* background: black; */
/* } */
.nav1 { grid-area: Nav1; }
.nav2 { grid-area: Nav2; }
.nav3 { grid-area: Nav3; }
/* .item4 { grid-area: right; }
.item5 { grid-area: footer; } */
.grid-containerNav {
display: grid;
grid-template-areas:
/* 'header header header header header header' */
'Nav1 Nav1 Nav1 Nav2 Nav3';
/* 'menu footer footer footer footer footer'; */
/* grid-gap: 10px; */
/* background-color: #2196F3; */
/* padding: 10px; */
margin: 0 auto;
/* padding: 0; */
}
/* header.grid-containerNav {
max-height: 20%;
} */
/* .header { grid-area: header; } */
.menu { grid-area: menu; }
.main { grid-area: main; }
/* .item4 { grid-area: right; }
.item5 { grid-area: footer; } */
div.grid-containerDT {
display: grid;
grid-template-areas:
/* 'header header header header header header' */
'menu menu main main main main';
/* 'menu footer footer footer footer footer'; */
/* grid-gap: 10px; */
/* background-color: #2196F3; */
/* padding: 10px; */
margin: 0 auto;
/* max-height: 80%; */
/* overflow: hidden; */
/* padding: 0; */
}
/* div.menudiv1{
/* padding-bottom: 0; */
/* margin: 0 auto;
padding:0;
} */
.menudiv1 { grid-area: backgroundColor; }
.menudiv2 { grid-area: ForLoop; }
.menudiv3 { grid-area: QV1; }
.menudiv4 { grid-area: QV2; }
.menudiv5 { grid-area: QV3; }
.menudiv6 { grid-area: transform; }
.menudiv7 { grid-area: save; }
div.grid-container2 {
max-height: 100%;
border: none;
margin: 0 auto;
display: grid;
grid-template-areas:
'backgroundColor'
'ForLoop'
'QV1'
'QV2'
'QV3'
'transform'
'save'
}
/* Work Grid */
.gridWork1 { grid-area: spacer; }
.gridWork2 { grid-area: log; }
.gridWork3 { grid-area: spacerb; }
/* .item4 { grid-area: right; }*/
.item5 { grid-area: footer; }
.grid-containerWORK {
display: grid;
grid-template-areas:
/* 'header header header header header header' */
/* 'a a a a a' */
/* 'spacer spacer spacer spacer spacer' */
'spacer spacer spacer log spacerb'
'footer footer footer footer footer';
/* grid-gap: 10px; */
/* background-color: #2196F3; */
/* padding: 10px; */
/* margin: 0 auto; */
/* padding: 0; */
}
/* Home Grid */
.gridHome1 { grid-area: a; }
.gridHome2 { grid-area: b; }
.gridHome3 { grid-area: c; }
.gridHome4 { grid-area: d; }
.gridHome5 { grid-area: e; }
.gridHome6 { grid-area: f; }
/* .gridHome7 { grid-area: g; } */
.grid-containerHOME {
border: none;
margin: 0 auto;
display: grid;
grid-template-areas:
'a a a a a'
'b b b c c'
'd d d d d'
'f f f f f'
}
div.grid-container2 div {
padding: 10px;
}
/* #main {
float: right;
max-width: 90%;
/* height: 500px; */
/* } */
input.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
width: 95%; /* Full-width */
height: 20px; /* Specified height */
background: #a9a9a9; /* Grey background */
outline: none; /* Remove outline */
/* opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */ */
/* -webkit-transition: .2s; /* 0.2 seconds transition on hover */ */
/* transition: opacity .2s; */
margin:auto;
}
/* input.slider:hover {
opacity: 1;
} */
input.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
background: #000000;
cursor: pointer;
}
input.slider::-moz-range-thumb {
width: 25px;
height: 25px;
background: #000000;
outline: black;
cursor: pointer;
}
/* #album {
clear: both;
} */
/* button style */
.Button {
background-color: white; /* Green */
border: 2px solid #555555;
color: black;
padding: 10px;
text-align: center;
text-decoration: none;
display: inline-block;
/* font-size: 16px; */
/* margin: 4px 2px; */
/* transition-duration: 0.4s; */
cursor: pointer;
}
/* div.menudiv6 .button {
margin-left: 5px;
} */
button.Button {
margin: 0px 5px;
}
.ButtonActive {
background-color: #555555;
color: white;
}
div#save.menudiv7 button.Button {
width: 100%;
height: 100%;
background-color: #ffff01;
color: black;
border: none;
padding: 15px;
margin: 0 auto;
font-weight: 700;
font-size: 2em;
}
div.grid-container2 div#save {
padding: 0px;
}
div#save.menudiv7 button.Button:hover {
/* width: 100%;
height: 100%; */
background-color: #555555;
color: white;
/* padding: 0px; */
/* color: black; */
/* border: 2px solid white; */
}
/* .Button:hover {
background-color: #fef9f3;
color: white;
} */
/* header {
font-family: 'Bebas Neue', cursive;
} */
main#main {
max-width: 960px;
width: 100%;
font-weight: 200;
}
section#summary h1 {
text-align: center;
}
section#summary h2 {
text-align: center;
}
section#summary p {
padding-top: 20px;
/* text-align: center; */
}
section#summary {
margin-top: 0px;
/* padding-top: 0px; */
}
footer {
/* clear: both; */
/* display: block; */
/* position: absolute; */
margin: 0 auto;
/* left: 0; */
/* bottom: 0; */
width: 100%;
/* background-color: #161616; */
/* color: white; */
font-size: .8em;
text-align: center;
padding-top: 20px;
padding-bottom: 20px;
/* text-align: center; */
} | css/main.css |
/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
* What follows is the result of much research on cross-browser styling.
* Credit left inline and big thanks to <NAME>, <NAME>,
* <NAME>, and the H5BP dev community and team.
*/
/* ==========================================================================
Base styles: opinionated defaults
========================================================================== */
html {
color: #000;
font-size: 1.2em;
line-height: 1.6;
/* font-family: 'Bebas Neue', cursive; */
font-family: 'Raleway', sans-serif;
max-height: 100%;
height: 100vh;
}
/*
* Remove text-shadow in selection highlight:
* https://twitter.com/miketaylr/status/12228805301
*
* Vendor-prefixed and regular ::selection selectors cannot be combined:
* https://stackoverflow.com/a/16982510/7133471
*
* Customize the background color to match your design.
*/
::-moz-selection {
background: #b3d4fc;
text-shadow: none;
}
::selection {
background: #b3d4fc;
text-shadow: none;
}
/*
* A better looking default horizontal rule
*/
hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #ccc;
margin: 1em 0;
padding: 0;
}
/*
* Remove the gap between audio, canvas, iframes,
* images, videos and the bottom of their containers:
* https://github.com/h5bp/html5-boilerplate/issues/440
*/
audio,
canvas,
iframe,
img,
svg,
video {
vertical-align: middle;
}
/*
* Remove default fieldset styles.
*/
fieldset {
border: 0;
margin: 0;
padding: 0;
}
/*
* Allow only vertical resizing of textareas.
*/
textarea {
resize: vertical;
}
/* ==========================================================================
Author's custom styles
========================================================================== */
/* ==========================================================================
Helper classes
========================================================================== */
/*
* Hide visually and from screen readers
*/
.hidden,
[hidden] {
display: none !important;
}
/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
* causes content to wrap 1 word per line:
* https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/
.sr-only {
border: 0;
clip: rect(0, 0, 0, 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
white-space: nowrap;
width: 1px;
/* 1 */
}
/*
* Extends the .sr-only class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/
.sr-only.focusable:active,
.sr-only.focusable:focus {
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
white-space: inherit;
width: auto;
}
/*
* Hide visually and from screen readers, but maintain layout
*/
.invisible {
visibility: hidden;
}
/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
* `contenteditable` attribute is included anywhere else in the document.
* Otherwise it causes space to appear at the top and bottom of elements
* that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
* `:before` to contain the top-margins of child elements.
*/
.clearfix::before,
.clearfix::after {
content: " ";
display: table;
}
.clearfix::after {
clear: both;
}
/* ==========================================================================
EXAMPLE Media Queries for Responsive Design.
These examples override the primary ('mobile first') styles.
Modify as content requires.
========================================================================== */
@media only screen and (min-width: 35em) {
/* Style adjustments for viewports that meet the condition */
}
@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
/* Style adjustments for high resolution devices */
}
/* ==========================================================================
Print styles.
Inlined to avoid the additional HTTP request:
https://www.phpied.com/delay-loading-your-print-css/
========================================================================== */
@media print {
*,
*::before,
*::after {
background: #fff !important;
color: #000 !important;
/* Black prints faster */
box-shadow: none !important;
text-shadow: none !important;
}
a,
a:visited {
text-decoration: underline;
}
a[href]::after {
content: " (" attr(href) ")";
}
abbr[title]::after {
content: " (" attr(title) ")";
}
/*
* Don't show links that are fragment identifiers,
* or use the `javascript:` pseudo protocol
*/
a[href^="#"]::after,
a[href^="javascript:"]::after {
content: "";
}
pre {
white-space: pre-wrap !important;
}
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid;
}
/*
* Printing Tables:
* https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
*/
thead {
display: table-header-group;
}
tr,
img {
page-break-inside: avoid;
}
p,
h2,
h3 {
orphans: 3;
widows: 3;
}
h2,
h3 {
page-break-after: avoid;
}
}
/* Add a black background color to the top navigation */
.grid-containerNav {
/* background-color: #333; */
overflow: hidden;
}
/* Style the links inside the navigation bar */
.grid-containerNav a {
/* float: left; */
color: #000;
/* text-align: center; */
padding: 14px 16px;
text-decoration: none;
font-size: 24px;
}
.grid-containerNav a#Nav2 {
text-align: center;
}
.grid-containerNav a#Nav3 {
text-align: center;
}
/* Change the color of links on hover */
.grid-containerNav a:hover {
background-color: #ffff01;
color: #050028;
font-style: Underline;
}
/* Add a color to the active/current link */
.grid-containerNav a.active {
/* background-color: #ffff01; */
color: black;
/* text-decoration:underline; */
border-bottom: 5px #ffff01 solid;
}
/* .grid-containerNav a.active:hover {
/* background-color: #4CAF50; */
/* color: black;
text-decoration:underline;
} */
/* The hero image */
.hero-image {
background-image: url("../img/ExhibitPerspective.jpg");
/* Set a specific height */
height: 50%;
height: 600px;
/* Position and center the image to scale nicely on all screens */
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
}
.hero-image2 {
background-image: url("../img/ExhibitCenter.jpg");
/* Set a specific height */
height: 50%;
height: 600px;
/* Position and center the image to scale nicely on all screens */
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
}
/* Place text in the middle of the image */
.hero-text {
text-align: center;
position: absolute;
top: 90%;
left: 50%;
transform: translate(-50%, -50%);
color: #ffff01;
border: none;
width: 100%;
/* font-size: 2em; */
}
div.exhibitdate {
/* color: #ffff01; */
border: none;
border: 5px solid #ffff01;
/* border-bottom: 3px solid #ffff01; */
margin-top: 0px;
/* background-color: rgba(255, 255, 1, 0.03); */
}
main {
/* max-width: 960px; */
margin: 0 auto;
max-width: 100%;
max-height: 100%;
/* overflow: hidden */
}
section p {
margin-top: 0;
}
section {
padding-top: 30px;
padding-bottom: 30px;
}
section.left60 {
float: left;
max-width: 55%;
margin: 0 auto;
padding-right: 15px;
}
section.right40 {
float:right;
max-width: 40%;
margin: 0 auto;
}
section.left40 {
float: left;
max-width: 40%;
margin: 0 auto;
}
section.right60 {
float: right;
max-width: 55%;
margin: 0 auto;
padding-left: 15px;
}
section.no-float p {
float: none;
}
img {
max-width: 100%;
max-height: 100%;
}
.slideshow-container {
clear: both;
}
* {box-sizing:border-box}
/* Slideshow container */
.slideshow-container {
max-width: 1000px;
position: relative;
margin: auto;
border: none;
}
/* Hide the images by default */
.mySlides {
display: none;
}
/* Next & previous buttons */
.prev, .next {
cursor: pointer;
position: absolute;
top: 50%;
width: auto;
margin-top: -22px;
padding: 16px;
color: black;
background-color: #ffff01;
font-weight: bold;
font-size: 18px;
transition: 0.6s ease;
/* border-radius: 0 3px 3px 0; */
user-select: none;
}
/* Position the "next button" to the right */
.next {
right: 0;
border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
background-color: rgba(0,0,0,0.8);
}
/* Caption text */
.text {
/* color: #f2f2f2;
font-size: 15px;
padding: 8px 12px;
position: absolute;
bottom: 8px;
/* width: 100%; */
/* text-align: center; */ */
}
div.text {
float: right;
max-width: 50%;
text-align: left;
margin: 0 auto;
padding-top: 100px;
padding-left: 15px;
padding-right: 15px;
}
/* Number text (1/3 etc) */
.numbertext {
color: #f2f2f2;
font-size: 12px;
padding: 8px 12px;
position: absolute;
top: 0;
}
/* The dots/bullets/indicators */
.dot {
cursor: pointer;
height: 15px;
width: 15px;
margin: 0 2px;
background-color: #bbb;
border-radius: 50%;
display: inline-block;
transition: background-color 0.6s ease;
}
.active, .dot:hover {
/* background-color: #717171; */
}
Fading animation */
.fade {
-webkit-animation-name: fade;
-webkit-animation-duration: 1.5s;
animation-name: fade;
animation-duration: 1.5s;
}
@-webkit-keyframes fade {
from {opacity: .4}
to {opacity: 1}
}
@keyframes fade {
from {opacity: .4}
to {opacity: 1}
}
div.mySlides.fade.center {
border: none;
padding-left: 3%;
padding-right: 3%;
margin: 0 auto;
}
div.mySlides.fade.center img {
display: block;
margin-left: auto;
margin-right: auto;
max-width: 100%;
max-height: 450px;
/* float: left; */
max-height: 100%;
}
div.slideimgdiv{
max-width: 50%;
float: left;
border: none;
}
div.mySlides.fade.center div.text {
color: black;
}
/*
footer {
clear: both;
left: 0;
width: 100%;
background-color: black;
color: white;
text-align: center;
padding-top: 20px;
padding-bottom: 20px;
text-align: center;
} */
/* a#nav3.nav3 {
text-align: center; */
/* background-color: #ffff01;
}
/* Drawing Tool Start */
/*
html {
/* background-color: #fef9f3; */
/* font-family:helvetica; */
/* color: white; */
/* padding: 0;
margin: 0; */
/* max-width: 100%;
max-height: 100%;
margin: 0 auto;
} */
div {
border: 1px #D3D3D3 solid;
/* padding: 5px; */
/* padding: 0px 5px 5px 0px; */
/* margin: 0 auto; */
max-width: 100%;
max-height: 100%;
}
/* div p {
padding: 5px;
margin: 0;
}
div div {
padding: 0;
margin: 0;
} */
div#menu {
font-size: 11px;
min-width: 215px;
max-height: 500px;
/* max-height: 100%; */
min-height: 100%;
/* height: 100vh; */
margin: 0 auto;
/* margin:5px; */
/* padding:5px;
background-color: green;
width: 500px;
height: 110px; */
overflow: auto;
text-align:justify;
}
/* div#menu .shadows {
bottom:0;
left:0;
pointer-events:none;
position:absolute;
right:0;
top:0;
transition:all .2s ease-out;
}
&.off-bottom {
.shadows {
box-shadow:0 -3em 3em -1em white inset;
}
}
} */
.text-box-shadow {
box-shadow: inset 0 -50px 50px -50px rgba(0, 0, 0, 2);
}
#menu h2 {
font-size: 16px;
}
div#main.main {
border: none;
/* width: 1000px; */
/* height: 500px; */
max-height: 100%;
max-width: 100%;
margin: 0 auto;
padding: 0px;
/* position: relative; */
/* background-color: black; */
}
#canvas {
max-width:100%;
margin: 0 auto;
max-height: 100%;
}
/* #menu {
float: left;
max-width: 15%;
max-height: 1000px;
margin-top: 100px;
/* background: black; */
/* } */
.nav1 { grid-area: Nav1; }
.nav2 { grid-area: Nav2; }
.nav3 { grid-area: Nav3; }
/* .item4 { grid-area: right; }
.item5 { grid-area: footer; } */
.grid-containerNav {
display: grid;
grid-template-areas:
/* 'header header header header header header' */
'Nav1 Nav1 Nav1 Nav2 Nav3';
/* 'menu footer footer footer footer footer'; */
/* grid-gap: 10px; */
/* background-color: #2196F3; */
/* padding: 10px; */
margin: 0 auto;
/* padding: 0; */
}
/* header.grid-containerNav {
max-height: 20%;
} */
/* .header { grid-area: header; } */
.menu { grid-area: menu; }
.main { grid-area: main; }
/* .item4 { grid-area: right; }
.item5 { grid-area: footer; } */
div.grid-containerDT {
display: grid;
grid-template-areas:
/* 'header header header header header header' */
'menu menu main main main main';
/* 'menu footer footer footer footer footer'; */
/* grid-gap: 10px; */
/* background-color: #2196F3; */
/* padding: 10px; */
margin: 0 auto;
/* max-height: 80%; */
/* overflow: hidden; */
/* padding: 0; */
}
/* div.menudiv1{
/* padding-bottom: 0; */
/* margin: 0 auto;
padding:0;
} */
.menudiv1 { grid-area: backgroundColor; }
.menudiv2 { grid-area: ForLoop; }
.menudiv3 { grid-area: QV1; }
.menudiv4 { grid-area: QV2; }
.menudiv5 { grid-area: QV3; }
.menudiv6 { grid-area: transform; }
.menudiv7 { grid-area: save; }
div.grid-container2 {
max-height: 100%;
border: none;
margin: 0 auto;
display: grid;
grid-template-areas:
'backgroundColor'
'ForLoop'
'QV1'
'QV2'
'QV3'
'transform'
'save'
}
/* Work Grid */
.gridWork1 { grid-area: spacer; }
.gridWork2 { grid-area: log; }
.gridWork3 { grid-area: spacerb; }
/* .item4 { grid-area: right; }*/
.item5 { grid-area: footer; }
.grid-containerWORK {
display: grid;
grid-template-areas:
/* 'header header header header header header' */
/* 'a a a a a' */
/* 'spacer spacer spacer spacer spacer' */
'spacer spacer spacer log spacerb'
'footer footer footer footer footer';
/* grid-gap: 10px; */
/* background-color: #2196F3; */
/* padding: 10px; */
/* margin: 0 auto; */
/* padding: 0; */
}
/* Home Grid */
.gridHome1 { grid-area: a; }
.gridHome2 { grid-area: b; }
.gridHome3 { grid-area: c; }
.gridHome4 { grid-area: d; }
.gridHome5 { grid-area: e; }
.gridHome6 { grid-area: f; }
/* .gridHome7 { grid-area: g; } */
.grid-containerHOME {
border: none;
margin: 0 auto;
display: grid;
grid-template-areas:
'a a a a a'
'b b b c c'
'd d d d d'
'f f f f f'
}
div.grid-container2 div {
padding: 10px;
}
/* #main {
float: right;
max-width: 90%;
/* height: 500px; */
/* } */
input.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
width: 95%; /* Full-width */
height: 20px; /* Specified height */
background: #a9a9a9; /* Grey background */
outline: none; /* Remove outline */
/* opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */ */
/* -webkit-transition: .2s; /* 0.2 seconds transition on hover */ */
/* transition: opacity .2s; */
margin:auto;
}
/* input.slider:hover {
opacity: 1;
} */
input.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
background: #000000;
cursor: pointer;
}
input.slider::-moz-range-thumb {
width: 25px;
height: 25px;
background: #000000;
outline: black;
cursor: pointer;
}
/* #album {
clear: both;
} */
/* button style */
.Button {
background-color: white; /* Green */
border: 2px solid #555555;
color: black;
padding: 10px;
text-align: center;
text-decoration: none;
display: inline-block;
/* font-size: 16px; */
/* margin: 4px 2px; */
/* transition-duration: 0.4s; */
cursor: pointer;
}
/* div.menudiv6 .button {
margin-left: 5px;
} */
button.Button {
margin: 0px 5px;
}
.ButtonActive {
background-color: #555555;
color: white;
}
div#save.menudiv7 button.Button {
width: 100%;
height: 100%;
background-color: #ffff01;
color: black;
border: none;
padding: 15px;
margin: 0 auto;
font-weight: 700;
font-size: 2em;
}
div.grid-container2 div#save {
padding: 0px;
}
div#save.menudiv7 button.Button:hover {
/* width: 100%;
height: 100%; */
background-color: #555555;
color: white;
/* padding: 0px; */
/* color: black; */
/* border: 2px solid white; */
}
/* .Button:hover {
background-color: #fef9f3;
color: white;
} */
/* header {
font-family: 'Bebas Neue', cursive;
} */
main#main {
max-width: 960px;
width: 100%;
font-weight: 200;
}
section#summary h1 {
text-align: center;
}
section#summary h2 {
text-align: center;
}
section#summary p {
padding-top: 20px;
/* text-align: center; */
}
section#summary {
margin-top: 0px;
/* padding-top: 0px; */
}
footer {
/* clear: both; */
/* display: block; */
/* position: absolute; */
margin: 0 auto;
/* left: 0; */
/* bottom: 0; */
width: 100%;
/* background-color: #161616; */
/* color: white; */
font-size: .8em;
text-align: center;
padding-top: 20px;
padding-bottom: 20px;
/* text-align: center; */
} | 0.659624 | 0.116764 |
.bg-brand-gradient,
.nav-footer,
.page-logo,
.page-sidebar {
background-image: -webkit-gradient(linear, right top, left top, from(rgba(153, 198, 233, 0.18)), to(transparent));
background-image: linear-gradient(270deg, rgba(153, 198, 233, 0.18), transparent);
background-color: #3955bc;
}
.btn-default {
background-color: #f5f5f5;
background-image: -webkit-gradient(linear, left bottom, left top, from(#f5f5f5), to(#f1f1f1));
background-image: linear-gradient(to top, #f5f5f5, #f1f1f1);
color: #444;
}
.btn-default:hover {
border: 1px solid #c6c6c6;
}
.btn-default:focus {
border-color: #b9c5ee !important;
}
.header-function-fixed .btn-switch[data-class="header-function-fixed"],
.mod-app-rtl .btn-switch[data-class="mod-app-rtl"],
.mod-bigger-font .btn-switch[data-class="mod-bigger-font"],
.mod-clean-page-bg .btn-switch[data-class="mod-clean-page-bg"],
.mod-color-blind .btn-switch[data-class="mod-color-blind"],
.mod-disable-animation .btn-switch[data-class="mod-disable-animation"],
.mod-fixed-bg .btn-switch[data-class="mod-fixed-bg"],
.mod-hide-info-card .btn-switch[data-class="mod-hide-info-card"],
.mod-hide-nav-icons .btn-switch[data-class="mod-hide-nav-icons"],
.mod-high-contrast .btn-switch[data-class="mod-high-contrast"],
.mod-lean-subheader .btn-switch[data-class="mod-lean-subheader"],
.mod-main-boxed .btn-switch[data-class="mod-main-boxed"],
.mod-nav-link .btn-switch[data-class="mod-nav-link"],
.mod-pace-custom .btn-switch[data-class="mod-pace-custom"],
.nav-function-fixed .btn-switch[data-class="nav-function-fixed"],
.nav-function-hidden .btn-switch[data-class="nav-function-hidden"],
.nav-function-minify .btn-switch[data-class="nav-function-minify"],
.nav-function-top .btn-switch[data-class="nav-function-top"],
.nav-mobile-no-overlay .btn-switch[data-class="nav-mobile-no-overlay"],
.nav-mobile-push .btn-switch[data-class="nav-mobile-push"],
.nav-mobile-slide-out .btn-switch[data-class="nav-mobile-slide-out"] {
color: #fff;
background: #7c91df !important;
}
.header-function-fixed .btn-switch[data-class="header-function-fixed"]:after,
.mod-app-rtl .btn-switch[data-class="mod-app-rtl"]:after,
.mod-bigger-font .btn-switch[data-class="mod-bigger-font"]:after,
.mod-clean-page-bg .btn-switch[data-class="mod-clean-page-bg"]:after,
.mod-color-blind .btn-switch[data-class="mod-color-blind"]:after,
.mod-disable-animation .btn-switch[data-class="mod-disable-animation"]:after,
.mod-fixed-bg .btn-switch[data-class="mod-fixed-bg"]:after,
.mod-hide-info-card .btn-switch[data-class="mod-hide-info-card"]:after,
.mod-hide-nav-icons .btn-switch[data-class="mod-hide-nav-icons"]:after,
.mod-high-contrast .btn-switch[data-class="mod-high-contrast"]:after,
.mod-lean-subheader .btn-switch[data-class="mod-lean-subheader"]:after,
.mod-main-boxed .btn-switch[data-class="mod-main-boxed"]:after,
.mod-nav-link .btn-switch[data-class="mod-nav-link"]:after,
.mod-pace-custom .btn-switch[data-class="mod-pace-custom"]:after,
.nav-function-fixed .btn-switch[data-class="nav-function-fixed"]:after,
.nav-function-hidden .btn-switch[data-class="nav-function-hidden"]:after,
.nav-function-minify .btn-switch[data-class="nav-function-minify"]:after,
.nav-function-top .btn-switch[data-class="nav-function-top"]:after,
.nav-mobile-no-overlay .btn-switch[data-class="nav-mobile-no-overlay"]:after,
.nav-mobile-push .btn-switch[data-class="nav-mobile-push"]:after,
.nav-mobile-slide-out .btn-switch[data-class="nav-mobile-slide-out"]:after {
background: #fff !important;
color: #7c91df !important;
}
.header-function-fixed .btn-switch[data-class="header-function-fixed"] + .onoffswitch-title,
.mod-app-rtl .btn-switch[data-class="mod-app-rtl"] + .onoffswitch-title,
.mod-bigger-font .btn-switch[data-class="mod-bigger-font"] + .onoffswitch-title,
.mod-clean-page-bg .btn-switch[data-class="mod-clean-page-bg"] + .onoffswitch-title,
.mod-color-blind .btn-switch[data-class="mod-color-blind"] + .onoffswitch-title,
.mod-disable-animation .btn-switch[data-class="mod-disable-animation"] + .onoffswitch-title,
.mod-fixed-bg .btn-switch[data-class="mod-fixed-bg"] + .onoffswitch-title,
.mod-hide-info-card .btn-switch[data-class="mod-hide-info-card"] + .onoffswitch-title,
.mod-hide-nav-icons .btn-switch[data-class="mod-hide-nav-icons"] + .onoffswitch-title,
.mod-high-contrast .btn-switch[data-class="mod-high-contrast"] + .onoffswitch-title,
.mod-lean-subheader .btn-switch[data-class="mod-lean-subheader"] + .onoffswitch-title,
.mod-main-boxed .btn-switch[data-class="mod-main-boxed"] + .onoffswitch-title,
.mod-nav-link .btn-switch[data-class="mod-nav-link"] + .onoffswitch-title,
.mod-pace-custom .btn-switch[data-class="mod-pace-custom"] + .onoffswitch-title,
.nav-function-fixed .btn-switch[data-class="nav-function-fixed"] + .onoffswitch-title,
.nav-function-hidden .btn-switch[data-class="nav-function-hidden"] + .onoffswitch-title,
.nav-function-minify .btn-switch[data-class="nav-function-minify"] + .onoffswitch-title,
.nav-function-top .btn-switch[data-class="nav-function-top"] + .onoffswitch-title,
.nav-mobile-no-overlay .btn-switch[data-class="nav-mobile-no-overlay"] + .onoffswitch-title,
.nav-mobile-push .btn-switch[data-class="nav-mobile-push"] + .onoffswitch-title,
.nav-mobile-slide-out .btn-switch[data-class="nav-mobile-slide-out"] + .onoffswitch-title {
color: #7c91df;
}
.mod-hide-nav-icons #mnl .onoffswitch-title,
.nav-function-minify #mnl .onoffswitch-title,
.nav-function-top #mnl .onoffswitch-title,
.nav-function-top #nfh .onoffswitch-title,
.nav-mobile-slide-out #nmno .onoffswitch-title,
.nav-mobile-slide-out #nmp .onoffswitch-title {
color: #d58100;
}
.mod-hide-nav-icons #mnl .onoffswitch-title-desc,
.nav-function-minify #mnl .onoffswitch-title-desc,
.nav-function-top #mnl .onoffswitch-title-desc,
.nav-function-top #nfh .onoffswitch-title-desc,
.nav-mobile-slide-out #nmno .onoffswitch-title-desc,
.nav-mobile-slide-out #nmp .onoffswitch-title-desc {
color: #ec9f28;
}
.header-btn {
border: 1px solid #fafafa;
color: #a6a6a6;
}
.header-btn:hover {
border-color: #7c91df;
background: #a5b3e9;
color: #fff;
}
.mod-hide-nav-icons #mnl:after,
.nav-function-minify #mnl:after,
.nav-function-top #mnl:after,
.nav-function-top #nfh:after,
.nav-mobile-slide-out #nmno:after,
.nav-mobile-slide-out #nmp:after {
background: #fff;
border: 1px solid #ffa454;
color: #3b3b3b;
}
html body {
background-color: #fff;
}
.header-icon {
color: #666;
}
.header-icon:not(.btn) > .ni:first-child,
.header-icon:not(.btn) > [class*="fa-"]:first-child {
color: #7c91df;
}
.header-icon:not(.btn):hover > .ni,
.header-icon:not(.btn):hover > [class*="fa-"]:only-child {
color: #404040;
}
.header-icon:not(.btn)[data-toggle="dropdown"][aria-expanded="true"] {
color: #404040;
}
.header-icon:not(.btn)[data-toggle="dropdown"][aria-expanded="true"] > .ni:first-child,
.header-icon:not(.btn)[data-toggle="dropdown"][aria-expanded="true"] > [class*="fa-"]:first-child {
color: #404040 !important;
}
.header-icon:not(.btn)[data-toggle="dropdown"] + .dropdown-menu {
border-color: #ccc;
}
.header-icon:hover {
color: #404040;
}
.page-header {
background-color: #fff;
}
#search-field {
background: 0 0;
border: 1px solid transparent;
}
.dropdown-icon-menu > ul {
background: #fff;
}
.notification li.unread {
background: #fff;
}
.notification li > :first-child {
border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.notification li > :first-child:hover {
background-image: -webkit-gradient(
linear,
left top,
left bottom,
from(rgba(29, 33, 41, 0.03)),
to(rgba(29, 33, 41, 0.04))
);
background-image: linear-gradient(rgba(29, 33, 41, 0.03), rgba(29, 33, 41, 0.04));
}
.notification .name {
color: #222;
}
.notification .msg-a,
.notification .msg-b {
color: #555;
}
.notification.notification-layout-2 li {
background: #f9f9f9;
}
.notification.notification-layout-2 li.unread {
background: #fff;
}
.notification.notification-layout-2 li > :first-child {
border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}
.notification.notification-layout-2:hover {
cursor: pointer;
}
.app-list-item {
color: #666;
}
.app-list-item:hover {
border: 1px solid #e3e3e3;
}
.app-list-item:active {
border-color: #7c91df;
}
@media (min-width: 992px) {
.header-function-fixed.nav-function-top .page-header {
-webkit-box-shadow: 0 0 28px 2px rgba(48, 80, 197, 0.13);
box-shadow: 0 0 28px 2px rgba(48, 80, 197, 0.13);
}
}
.nav-title {
color: #768ad6;
}
.nav-menu li.open > a {
color: #fff;
}
.nav-menu li.active > a {
color: #fff;
background-color: rgba(255, 255, 255, 0.04);
-webkit-box-shadow: inset 3px 0 0 #7c91df;
box-shadow: inset 3px 0 0 #7c91df;
}
.nav-menu li.active > a:hover > .ni,
.nav-menu li.active > a:hover > [class*="fa-"] {
color: #b6bdd8;
}
.nav-menu li.active > ul {
display: block;
}
.nav-menu li.active:not(.open) > a:before {
color: #24b3a4;
}
.nav-menu li a {
color: #ccd4f0;
}
.nav-menu li a .dl-ref.label {
color: rgba(255, 255, 255, 0.7);
}
.nav-menu li a > .ni,
.nav-menu li a > [class*="fa-"] {
color: #7e91d8;
}
.nav-menu li a.collapsed .nav-menu-btn-sub-collapse {
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
.nav-menu li a:hover {
color: #fff;
background-color: rgba(0, 0, 0, 0.1);
}
.nav-menu li a:hover .badge {
color: #fff;
}
.nav-menu li a:hover > .ni,
.nav-menu li a:hover > [class*="fa-"] {
color: #b6bdd8;
}
.nav-menu li a:hover > .badge {
-webkit-box-shadow: 0 0 0 1px rgba(83, 108, 203, 0.8);
box-shadow: 0 0 0 1px rgba(83, 108, 203, 0.8);
border: 1px solid rgba(83, 108, 203, 0.8);
}
.nav-menu li a:focus {
color: #fff;
}
.nav-menu li a:focus .badge {
color: #fff;
}
.nav-menu li b.collapse-sign {
color: #90a2e4;
}
.nav-menu li > ul {
background-color: rgba(0, 0, 0, 0.1);
}
.nav-menu li > ul li a {
color: #b9c3ea;
}
.nav-menu li > ul li a > .ni,
.nav-menu li > ul li a > [class*="fa-"] {
color: #7e91d8;
}
.nav-menu li > ul li a > .badge {
color: #fff;
background-color: #ff8793;
}
.nav-menu li > ul li a:hover {
color: #fff;
background-color: rgba(0, 0, 0, 0.1);
}
.nav-menu li > ul li a:hover > .nav-link-text > .ni,
.nav-menu li > ul li a:hover > .nav-link-text > [class*="fa-"] {
color: #b6bdd8;
}
.nav-menu li > ul li.active > a {
color: #fff;
background-color: transparent;
}
.nav-menu li > ul li.active > a > .nav-link-text > .ni,
.nav-menu li > ul li.active > a > .nav-link-text > [class*="fa-"] {
color: #fff;
}
.nav-menu li > ul li.active > a:hover > .nav-link-text > .ni,
.nav-menu li > ul li.active > a:hover > .nav-link-text > [class*="fa-"] {
color: #b6bdd8;
}
.nav-menu li > ul li > ul li.active > a {
color: #fff;
}
.nav-menu li > ul li > ul li a {
color: #b1bce7;
}
.nav-menu li > ul li > ul li a:hover {
color: #fff;
}
.nav-menu li > ul li > ul li a > .badge {
color: #fff;
background-color: #ff8793;
border: 1px solid #6e6e6e;
}
.nav-menu-clean {
background: #fff;
}
.nav-menu-clean li a {
color: #6e6e6e !important;
}
.nav-menu-clean li a span {
color: #6e6e6e !important;
}
.nav-menu-clean li a:hover {
background-color: #f4f4f4 !important;
}
.nav-menu-bordered {
border: 1px solid rgba(0, 0, 0, 0.08);
}
.nav-menu-bordered li a {
border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.nav-filter input[type="text"] {
background: rgba(0, 0, 0, 0.4);
color: #fff;
}
.nav-filter input[type="text"]:not(:focus) {
border-color: rgba(0, 0, 0, 0.1);
}
.nav-filter input[type="text"]:focus {
border-color: #667dd1;
}
.info-card {
color: #fff;
}
.info-card .info-card-text {
text-shadow: #000 0 1px;
}
@media (min-width: 992px) {
.nav-function-top #search-field {
color: #fff;
}
.nav-function-top:not(.header-function-fixed) #nff {
position: relative;
}
.nav-function-top:not(.header-function-fixed) #nff .onoffswitch-title {
color: #d58100;
}
.nav-function-top:not(.header-function-fixed) #nff .onoffswitch-title-desc {
color: #ec9f28;
}
.nav-function-top:not(.header-function-fixed) #nff:after {
background: #fff;
border: 1px solid #ffa454;
color: #3b3b3b;
}
.nav-function-top .page-header {
background-image: -webkit-gradient(
linear,
right top,
left top,
from(rgba(153, 198, 233, 0.18)),
to(transparent)
);
background-image: linear-gradient(270deg, rgba(153, 198, 233, 0.18), transparent);
background-color: #3955bc;
-webkit-box-shadow: 0 0 14px 0 rgba(48, 80, 197, 0.13);
box-shadow: 0 0 14px 0 rgba(48, 80, 197, 0.13);
}
.nav-function-top .page-header .header-icon:not(.btn) > .ni:first-child,
.nav-function-top .page-header .header-icon:not(.btn) > [class*="fa-"]:first-child {
color: #a5b3e9;
}
.nav-function-top .page-header .header-icon:not(.btn) > .ni:first-child:hover,
.nav-function-top .page-header .header-icon:not(.btn) > [class*="fa-"]:first-child:hover {
color: #ced6f3;
}
.nav-function-top .page-header .badge.badge-icon {
-webkit-box-shadow: 0 0 0 1px #6880da;
box-shadow: 0 0 0 1px #6880da;
}
.nav-function-top .page-sidebar {
background: #fff;
-webkit-box-shadow: 0 0 14px 0 rgba(48, 80, 197, 0.13);
box-shadow: 0 0 14px 0 rgba(48, 80, 197, 0.13);
}
.nav-function-top .page-sidebar .primary-nav .nav-menu > li.active > a:before {
color: #24b3a4;
}
.nav-function-top .page-sidebar .primary-nav .nav-menu > li > a > .ni,
.nav-function-top .page-sidebar .primary-nav .nav-menu > li > a > [class*="fa-"] {
color: inherit;
}
.nav-function-top .page-sidebar .primary-nav .nav-menu > li > a > .collapse-sign {
color: #a9b6e5;
}
.nav-function-top .page-sidebar .primary-nav .nav-menu > li a {
color: #3955bc;
}
.nav-function-top .page-sidebar .primary-nav .nav-menu > li > ul {
background: #4f69ca;
}
.nav-function-top .page-sidebar .primary-nav .nav-menu > li > ul li a {
color: #ccd4f0;
}
.nav-function-top .page-sidebar .primary-nav .nav-menu > li > ul li ul {
background: #4f69ca;
}
.nav-function-top .page-sidebar .primary-nav .nav-menu > li > ul li:hover > a {
background: rgba(0, 0, 0, 0.1);
color: #fff;
}
.nav-function-top .page-sidebar .primary-nav .nav-menu > li > ul:after {
background: 0 0;
}
.nav-function-top .page-sidebar .primary-nav .nav-menu > li > ul:before {
color: #4f69ca;
}
.nav-function-top .page-sidebar .primary-nav .nav-menu > li:hover > a {
color: #7c91df;
background: 0 0;
}
}
@media (min-width: 992px) {
.nav-function-minify:not(.nav-function-top) .page-sidebar .primary-nav .nav-menu li.active.open > a:before {
color: #24b3a4;
}
.nav-function-minify:not(.nav-function-top) .page-sidebar .primary-nav .nav-menu > li > a > .nav-link-text {
background: trasparent;
}
.nav-function-minify:not(.nav-function-top) .page-sidebar .primary-nav .nav-menu > li > a + ul {
background-color: #3955bc;
}
.nav-function-minify:not(.nav-function-top) .page-sidebar .primary-nav .nav-menu > li > a + ul:before {
color: #3955bc;
}
.nav-function-minify:not(.nav-function-top) .page-sidebar .primary-nav:hover {
overflow: visible;
}
.nav-function-minify:not(.nav-function-top) .page-sidebar .primary-nav:hover .nav-menu > li:hover > a {
background: #435fc6;
color: #fff;
}
.nav-function-minify:not(.nav-function-top)
.page-sidebar
.primary-nav:hover
.nav-menu
> li:hover
> a
> .nav-link-text:last-child {
background: #3955bc;
}
.nav-function-minify:not(.nav-function-top)
.page-sidebar
.primary-nav:hover
.nav-menu
> li:hover
> a
> .nav-link-text:last-child:before {
color: #3955bc;
}
.nav-function-minify:not(.nav-function-top) .page-header [data-class="nav-function-minify"] {
background: #6e6e6e;
border-color: #545454 !important;
color: #fff !important;
}
}
.nav-footer .nav-footer-buttons > li > a {
color: #95a5df;
}
.nav-function-fixed .nav-footer {
background: #3955bc;
}
.nav-function-fixed .nav-footer:before {
background: rgba(91, 115, 205, 0.2);
background: -webkit-gradient(
linear,
left top,
right top,
color-stop(0, #3955bc),
color-stop(50%, #6e84d3),
color-stop(50%, #6e84d3),
to(#3955bc)
);
background: linear-gradient(to right, #3955bc 0, #6e84d3 50%, #6e84d3 50%, #3955bc 100%);
}
@media (min-width: 992px) {
.nav-function-minify .nav-footer {
background-color: #3651b4;
}
.nav-function-minify .nav-footer [data-class="nav-function-minify"] {
color: #7e91d8;
}
.nav-function-minify .nav-footer:hover {
background-color: #3f5cc5;
}
.nav-function-minify .nav-footer:hover [data-class="nav-function-minify"] {
color: #b6bdd8;
}
}
.page-content-wrapper {
background-color: #fff;
}
.subheader-icon {
color: #b6bdd8;
}
.subheader-title {
color: #6e6e6e;
text-shadow: #fff 0 1px;
}
.subheader-title small {
color: #a1a1a1;
}
.page-footer {
background: #fff;
color: #4d4d4d;
}
.accordion .card .card-header {
background-color: #f7f9fa;
}
.accordion .card .card-header .card-title {
color: #7c91df;
}
.accordion .card .card-header .card-title.collapsed {
color: #a1a1a1;
}
.accordion.accordion-clean .card-header {
background: #fff;
}
.accordion.accordion-hover .card-header {
background: #fff;
}
.accordion.accordion-hover .card-header:hover .card-title.collapsed {
color: #fff;
background-color: #a5b3e9;
}
.accordion.accordion-hover .card-title:not(.collapsed) {
color: #fff;
background-color: #7c91df;
}
.alert-primary {
color: #747c9a;
background-color: #fff;
border-color: #f1f3f9;
}
.alert-success {
color: #a4ea9c;
background-color: #fff;
border-color: #fff;
}
.alert-danger {
color: #ff3b4e;
background-color: #fff;
border-color: #ffedef;
}
.alert-warning {
color: #ff7b08;
background-color: #fff;
border-color: #ffd2ab;
}
.alert-info {
color: #4ca4ea;
background-color: #fff;
border-color: #ebf5fd;
}
.alert-secondary {
color: #6e6e6e;
background-color: #fff;
border-color: #fafafa;
}
.badge.badge-icon {
background-color: #ff8793;
color: #fff;
-webkit-box-shadow: 0 0 0 1px #fff;
box-shadow: 0 0 0 1px #fff;
}
.btn-switch {
background: #878787;
color: #fff;
}
.btn-switch:hover {
color: #fff;
}
.btn-switch:after {
color: #fff;
}
.btn-switch.active {
color: #fff;
background: #7c91df;
}
.btn-switch.active:before {
color: #fff;
}
.btn-switch.active:after {
background: #fff;
color: #7c91df;
}
.btn-search-close {
color: #fff;
}
.header-btn[data-class="mobile-nav-on"] {
border-color: #ff5465;
background-color: #ff6e7c;
background-image: -webkit-gradient(linear, left bottom, left top, from(#ff6e7c), to(#ff3b4e));
background-image: linear-gradient(to top, #ff6e7c, #ff3b4e);
color: #fff;
}
.pull-trigger-btn {
background: rgba(0, 0, 0, 0.4);
border: 1px solid rgba(0, 0, 0, 0.4);
color: #fff !important;
-webkit-box-shadow: 0 0 2px rgba(124, 145, 223, 0.3);
box-shadow: 0 0 2px rgba(124, 145, 223, 0.3);
}
.pull-trigger-btn:hover {
background: #7c91df;
border-color: #6880da;
}
.btn-outline-default {
color: #212529;
border-color: #e5e5e5;
}
.btn-outline-default:hover,
.btn-outline-default:not(:disabled):not(.disabled).active,
.btn-outline-default:not(:disabled):not(.disabled):active,
.show > .btn-outline-default.dropdown-toggle {
color: #212529;
background-color: #f9f9f9;
border-color: #e5e5e5;
}
.btn-outline-default.disabled,
.btn-outline-default:disabled {
color: #212529;
}
.btn-primary {
-webkit-box-shadow: 0 2px 6px 0 rgba(124, 145, 223, 0.5);
box-shadow: 0 2px 6px 0 rgba(124, 145, 223, 0.5);
}
.btn-secondary {
-webkit-box-shadow: 0 2px 6px 0 rgba(108, 117, 125, 0.5);
box-shadow: 0 2px 6px 0 rgba(108, 117, 125, 0.5);
}
.btn-success {
-webkit-box-shadow: 0 2px 6px 0 rgba(147, 255, 135, 0.5);
box-shadow: 0 2px 6px 0 rgba(147, 255, 135, 0.5);
}
.btn-info {
-webkit-box-shadow: 0 2px 6px 0 rgba(144, 199, 242, 0.5);
box-shadow: 0 2px 6px 0 rgba(144, 199, 242, 0.5);
}
.btn-warning {
-webkit-box-shadow: 0 2px 6px 0 rgba(255, 191, 135, 0.5);
box-shadow: 0 2px 6px 0 rgba(255, 191, 135, 0.5);
}
.btn-danger {
-webkit-box-shadow: 0 2px 6px 0 rgba(255, 135, 147, 0.5);
box-shadow: 0 2px 6px 0 rgba(255, 135, 147, 0.5);
}
.btn-light {
-webkit-box-shadow: 0 2px 6px 0 rgba(255, 255, 255, 0.5);
box-shadow: 0 2px 6px 0 rgba(255, 255, 255, 0.5);
}
.btn-dark {
-webkit-box-shadow: 0 2px 6px 0 rgba(110, 110, 110, 0.5);
box-shadow: 0 2px 6px 0 rgba(110, 110, 110, 0.5);
}
.btn-icon-light {
color: rgba(255, 255, 255, 0.7) !important;
border-color: transparent !important;
}
.btn-icon-light:not(.active):not(:active):not(:hover):not(:focus) {
color: rgba(255, 255, 255, 0.7) !important;
}
.btn-icon-light:hover {
color: #fff !important;
background-color: rgba(255, 255, 255, 0.2) !important;
}
.card-header {
background-color: #f7f9fa;
}
.carousel-control-prev:hover {
background: -webkit-gradient(
linear,
left top,
right top,
color-stop(0, rgba(0, 0, 0, 0.25)),
color-stop(45%, rgba(0, 0, 0, 0))
);
background: linear-gradient(to right, rgba(0, 0, 0, 0.25) 0, rgba(0, 0, 0, 0) 45%);
}
.carousel-control-next:hover {
background: -webkit-gradient(
linear,
right top,
left top,
color-stop(0, rgba(0, 0, 0, 0.25)),
color-stop(45%, rgba(0, 0, 0, 0))
);
background: linear-gradient(to left, rgba(0, 0, 0, 0.25) 0, rgba(0, 0, 0, 0) 45%);
}
.dropdown-menu .dropdown-menu {
background: #fff;
}
.dropdown-menu .dropdown-multilevel:hover > .dropdown-item:not(.disabled) {
background: #f8f9fa;
color: #536fd5;
}
.chat-segment-get .chat-message {
background: #f1f0f0;
}
.chat-segment-sent .chat-message {
background: #93ff87;
}
.modal-transparent .modal-content {
-webkit-box-shadow: 0 1px 15px 1px rgba(48, 80, 197, 0.3);
box-shadow: 0 1px 15px 1px rgba(48, 80, 197, 0.3);
}
.modal-transparent .modal-content {
background: rgba(42, 55, 101, 0.85);
}
.panel {
background-color: #fff;
border-bottom: 1px solid #e0e0e0;
}
.panel.panel-fullscreen .panel-hdr {
-webkit-box-shadow: 0 0.125rem 0.125rem -0.0625rem rgba(43, 71, 176, 0.1);
box-shadow: 0 0.125rem 0.125rem -0.0625rem rgba(43, 71, 176, 0.1);
}
.panel.panel-locked:not(.panel-fullscreen) .panel-hdr:active h2:before {
color: #ff8793;
}
.panel-tag {
background: #eef7fd;
}
.panel-hdr {
background: #fff;
}
.panel-sortable:not(.panel-locked) .panel-hdr:active {
border-top-color: rgba(165, 179, 233, 0.7);
border-left-color: rgba(124, 145, 223, 0.7);
border-right-color: rgba(124, 145, 223, 0.7);
}
.panel-sortable:not(.panel-locked) .panel-hdr:active + .panel-container {
border-color: transparent rgba(124, 145, 223, 0.7) rgba(104, 128, 218, 0.7);
}
.panel-sortable.panel-locked .panel-hdr:active {
border-top-color: #ffbac1;
border-left-color: #dc3545;
border-right-color: #dc3545;
}
.panel-sortable.panel-locked .panel-hdr:active + .panel-container {
border-color: transparent #dc3545 #dc3545;
}
.panel-toolbar .btn-panel.js-panel-collapse,
.panel-toolbar .btn-panel[data-action="panel-collapse"] {
background: #93ff87;
}
.panel-toolbar .btn-panel.js-panel-fullscreen,
.panel-toolbar .btn-panel[data-action="panel-fullscreen"] {
background: #ffbf87;
}
.panel-toolbar .btn-panel.js-panel-close,
.panel-toolbar .btn-panel[data-action="panel-close"] {
background: #ff8793;
}
.panel-placeholder {
background-color: #fff;
}
.panel-placeholder:before {
background: #fff;
}
.mod-panel-clean .panel-hdr {
background: #fff;
background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#fff));
background-image: linear-gradient(to bottom, #f7f7f7, #fff);
}
@media only screen and (max-width: 420px) {
.panel .panel-hdr {
color: #060606;
}
}
.popover .arrow {
border-color: inherit;
}
.menu-item,
label.menu-open-button {
background: #7c91df;
color: #fff !important;
}
.menu-item:hover,
label.menu-open-button:hover {
background: #536fd5;
}
.app-shortcut-icon {
background: #ecf0f1;
color: #ecf0f1;
}
.menu-open:checked + .menu-open-button {
background: #6e6e6e;
}
.bg-white {
background-color: #fff;
color: #666;
}
.bg-faded {
background-color: #f7f9fa;
}
.bg-offwhite-fade {
background-color: #fff;
background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#fff));
background-image: linear-gradient(to top, #fff, #fff);
}
.bg-subtlelight {
background-color: #fff;
}
.bg-subtlelight-fade {
background-color: #fff;
background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#fff));
background-image: linear-gradient(to top, #fff, #fff);
}
.bg-highlight {
background-color: #fff;
}
.bg-gray-50 {
background-color: #f9f9f9;
}
.bg-gray-100 {
background-color: #f8f9fa;
}
.bg-gray-200 {
background-color: #e9ecef;
}
.bg-gray-300 {
background-color: #dee2e6;
}
.bg-gray-400 {
background-color: #ced4da;
}
.bg-gray-500 {
background-color: #adb5bd;
}
.bg-gray-600 {
background-color: #6c757d;
}
.bg-gray-700 {
background-color: #495057;
}
.bg-gray-800 {
background-color: #343a40;
}
.bg-gray-900 {
background-color: #212529;
}
.border-faded {
border: 1px solid rgba(59, 59, 59, 0.07);
}
.hover-bg {
background: #fff;
}
.state-selected {
background: #fff !important;
}
.demo-window {
-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
}
.demo-window:before {
background: #e5e5e5;
}
.demo-window .demo-window-content:after,
.demo-window .demo-window-content:before,
.demo-window:after {
background: #ccc;
}
.bg-trans-gradient {
background: linear-gradient(250deg, #a0c5e3, #8496d7);
}
.notes {
background: #f9f4b5;
}
.disclaimer {
color: #a2a2a2;
}
.status {
position: relative;
}
.status:before {
background: #6e6e6e;
border: 2px solid #fff;
}
.status.status-success:before {
background: #93ff87;
}
.status.status-danger:before {
background: #ff8793;
}
.status.status-warning:before {
background: #ffbf87;
}
.frame-heading {
color: #bfbfbf;
}
.frame-wrap {
background: #fff;
}
.time-stamp {
color: #949494;
}
[data-hasmore] {
color: #fff;
}
[data-hasmore]:before {
background: rgba(0, 0, 0, 0.4);
}
code {
background: #fff;
}
::-moz-selection {
background: #6e6e6e;
color: #fff;
}
::selection {
background: #6e6e6e;
color: #fff;
}
::-moz-selection {
background: #6e6e6e;
color: #fff;
}
@media only screen and (max-width: 992px) {
.page-wrapper {
background: #fff;
}
.page-wrapper .page-header {
border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
.page-wrapper .page-content {
color: #222;
}
.page-wrapper .page-content .subheader .subheader-title {
color: #22282d;
}
.page-wrapper .page-content .subheader .subheader-title small {
color: #181c21;
}
.page-wrapper .page-content .p-g {
padding: 1.5rem;
}
.page-wrapper .page-footer {
border-top: 1px solid rgba(0, 0, 0, 0.09);
}
.nav-mobile-slide-out .page-wrapper .page-content {
background: #fff;
}
.mobile-nav-on .page-sidebar {
border-right: 1px solid rgba(0, 0, 0, 0.03);
-webkit-box-shadow: 0 3px 35px 3px rgba(0, 0, 0, 0.52);
box-shadow: 0 3px 35px 3px rgba(0, 0, 0, 0.52);
}
.mobile-nav-on .page-content-overlay {
background: rgba(0, 0, 0, 0.09);
}
}
@media only screen and (max-width: 576px) {
.mobile-search-on:not(.mobile-nav-on) .search .app-forms #search-field {
background: #fff;
}
.mobile-search-on:not(.mobile-nav-on) .search .app-forms #search-field:focus {
border-color: #7c91df;
}
}
[contenteditable="true"]:empty:not(:focus):before {
content: attr(data-placeholder);
color: #aeaeae;
}
[contenteditable="true"]::-moz-selection {
background: rgba(0, 132, 255, 0.2);
color: #000;
}
[contenteditable="true"]::selection {
background: rgba(0, 132, 255, 0.2);
color: #000;
}
[contenteditable="true"]::-moz-selection {
background: rgba(0, 132, 255, 0.2);
color: #000;
}
.form-control:focus ~ .input-group-prepend {
background: #7c91df;
}
.has-length .input-group-text {
border-color: #7c91df;
}
.has-length .input-group-text + .input-group-text {
border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.has-length .input-group-text:not([class^="bg-"]):not([class*=" bg-"]) {
background: #7c91df;
color: #fff !important;
}
.help-block {
color: #aeaeae;
}
.settings-panel h5 {
color: #6e6e6e;
}
.settings-panel .list {
color: #666;
}
.settings-panel .list:hover {
color: #333;
background: rgba(255, 255, 255, 0.7);
}
.settings-panel .expanded:before {
border-bottom-color: #7b7b7b;
}
@media only screen and (max-width: 992px) {
.mobile-view-activated #mmb,
.mobile-view-activated #nff,
.mobile-view-activated #nfh,
.mobile-view-activated #nfm,
.mobile-view-activated #nft {
position: relative;
}
.mobile-view-activated #mmb .onoffswitch-title,
.mobile-view-activated #nff .onoffswitch-title,
.mobile-view-activated #nfh .onoffswitch-title,
.mobile-view-activated #nfm .onoffswitch-title,
.mobile-view-activated #nft .onoffswitch-title {
color: #d58100 !important;
}
.mobile-view-activated #mmb .onoffswitch-title-desc,
.mobile-view-activated #nff .onoffswitch-title-desc,
.mobile-view-activated #nfh .onoffswitch-title-desc,
.mobile-view-activated #nfm .onoffswitch-title-desc,
.mobile-view-activated #nft .onoffswitch-title-desc {
color: #ec9f28 !important;
}
.mobile-view-activated #mmb:after,
.mobile-view-activated #nff:after,
.mobile-view-activated #nfh:after,
.mobile-view-activated #nfm:after,
.mobile-view-activated #nft:after {
background: #fff;
border: 1px solid #ffa454;
color: #3b3b3b;
}
}
.mod-nav-link:not(.nav-function-top):not(.nav-function-minify):not(.mod-hide-nav-icons)
ul.nav-menu:not(.nav-menu-compact)
> li
> ul:before {
border-left: 1px solid #435fc6;
}
.mod-nav-link:not(.nav-function-top):not(.nav-function-minify):not(.mod-hide-nav-icons)
ul.nav-menu:not(.nav-menu-compact)
> li
> ul
> li
a:after {
background-color: #7e91d8;
}
.bg-primary-50 {
background-color: #e2e7f8;
color: rgba(0, 0, 0, 0.8);
}
.bg-primary-50:hover {
color: rgba(0, 0, 0, 0.8);
}
.bg-primary-100 {
background-color: #ced6f3;
color: rgba(0, 0, 0, 0.8);
}
.bg-primary-100:hover {
color: rgba(0, 0, 0, 0.8);
}
.bg-primary-200 {
background-color: #b9c5ee;
color: rgba(0, 0, 0, 0.8);
}
.bg-primary-200:hover {
color: rgba(0, 0, 0, 0.8);
}
.bg-primary-300 {
background-color: #a5b3e9;
color: rgba(0, 0, 0, 0.8);
}
.bg-primary-300:hover {
color: rgba(0, 0, 0, 0.8);
}
.bg-primary-400 {
background-color: #90a2e4;
color: rgba(0, 0, 0, 0.8);
}
.bg-primary-400:hover {
color: rgba(0, 0, 0, 0.8);
}
.bg-primary-500 {
background-color: #7c91df;
color: #fff;
}
.bg-primary-500:hover {
color: #fff;
}
.bg-primary-600 {
background-color: #6880da;
color: #fff;
}
.bg-primary-600:hover {
color: #fff;
}
.bg-primary-700 {
background-color: #536fd5;
color: #fff;
}
.bg-primary-700:hover {
color: #fff;
}
.bg-primary-800 {
background-color: #3f5dd0;
color: #fff;
}
.bg-primary-800:hover {
color: #fff;
}
.bg-primary-900 {
background-color: #3050c5;
color: #fff;
}
.bg-primary-900:hover {
color: #fff;
}
.color-primary-50 {
color: #e2e7f8;
}
.color-primary-100 {
color: #ced6f3;
}
.color-primary-200 {
color: #b9c5ee;
}
.color-primary-300 {
color: #a5b3e9;
}
.color-primary-400 {
color: #90a2e4;
}
.color-primary-500 {
color: #7c91df;
}
.color-primary-600 {
color: #6880da;
}
.color-primary-700 {
color: #536fd5;
}
.color-primary-800 {
color: #3f5dd0;
}
.color-primary-900 {
color: #3050c5;
}
.bg-success-50 {
background-color: #fff;
color: rgba(0, 0, 0, 0.8);
}
.bg-success-50:hover {
color: rgba(0, 0, 0, 0.8);
}
.bg-success-100 {
background-color: #efffed;
color: rgba(0, 0, 0, 0.8);
}
.bg-success-100:hover {
color: rgba(0, 0, 0, 0.8);
}
.bg-success-200 {
background-color: #d8ffd4;
color: rgba(0, 0, 0, 0.8);
}
.bg-success-200:hover {
color: rgba(0, 0, 0, 0.8);
}
.bg-success-300 {
background-color: #c1ffba;
color: rgba(0, 0, 0, 0.8);
}
.bg-success-300:hover {
color: rgba(0, 0, 0, 0.8);
}
.bg-success-400 {
background-color: #aaffa1;
color: rgba(0, 0, 0, 0.8);
}
.bg-success-400:hover {
color: rgba(0, 0, 0, 0.8);
}
.bg-success-500 {
background-color: #93ff87;
color: rgba(0, 0, 0, 0.8);
}
.bg-success-500:hover {
color: rgba(0, 0, 0, 0.8);
}
.bg-success-600 {
background-color: #7cff6e;
color: rgba(0, 0, 0, 0.8);
}
.bg-success-600:hover {
color: rgba(0, 0, 0, 0.8);
}
.bg-success-700 {
background-color: #65ff54;
color: rgba(0, 0, 0, 0.8);
}
.bg-success-700:hover {
color: rgba(0, 0, 0, 0.8);
}
.bg-success-800 {
background-color: #4eff3b;
color: rgba(0, 0, 0, 0.8);
}
.bg-success-800:hover {
color: rgba(0, 0, 0, 0.8);
}
.bg-success-900 {
background-color: #37ff21;
color: rgba(0, 0, 0, 0.8);
}
.bg-success-900:hover {
color: rgba(0, 0, 0, 0.8);
}
.color-success-50 {
color: #fff;
}
.color-success-100 {
color: #efffed;
}
.color-success-200 {
color: #d8ffd4;
}
.color-success-300 {
color: #c1ffba;
}
.color-success-400 {
color: #aaffa1;
}
.color-success-500 {
color: #93ff87;
}
.color-success-600 {
color: #7cff6e;
}
.color-success-700 {
color: #65ff54;
}
.color-success-800 {
color: #4eff3b;
}
.color-success-900 {
color: #37ff21;
}
.bg-info-50 {
background-color: #fff;
color: rgba(0, 0, 0, 0.8);
}
.bg-info-50:hover {
color: rgba(0, 0, 0, 0.8);
}
.bg-info-100 {
background-color: #ebf5fd;
color: rgba(0, 0, 0, 0.8);
}
.bg-info-100:hover {
color: rgba(0, 0, 0, 0.8);
}
.bg-info-200 {
background-color: #d4eafa;
color: rgba(0, 0, 0, 0.8);
}
.bg-info-200:hover {
color: rgba(0, 0, 0, 0.8);
}
.bg-info-300 {
background-color: #bedef7;
color: rgba(0, 0, 0, 0.8);
}
.bg-info-300:hover {
color: rgba(0, 0, 0, 0.8);
}
.bg-info-400 {
background-color: #a7d3f5;
color: rgba(0, 0, 0, 0.8);
}
.bg-info-400:hover {
color: rgba(0, 0, 0, 0.8);
}
.bg-info-500 {
background-color: #90c7f2;
color: rgba(0, 0, 0, 0.8);
}
.bg-info-500:hover {
color: rgba(0, 0, 0, 0.8);
}
.bg-info-600 {
background-color: #79bbef;
color: rgba(0, 0, 0, 0.8);
}
.bg-info-600:hover {
color: rgba(0, 0, 0, 0.8);
}
.bg-info-700 {
background-color: #62b0ed;
color: #fff;
}
.bg-info-700:hover {
color: #fff;
}
.bg-info-800 {
background-color: #4ca4ea;
color: #fff;
}
.bg-info-800:hover {
color: #fff;
}
.bg-info-900 {
background-color: #3599e7;
color: #fff;
}
.bg-info-900:hover {
color: #fff;
}
.color-info-50 {
color: #fff;
}
.color-info-100 {
color: #ebf5fd;
}
.color-info-200 {
color: #d4eafa;
}
.color-info-300 {
color: #bedef7;
}
.color-info-400 {
color: #a7d3f5;
}
.color-info-500 {
color: #90c7f2;
}
.color-info-600 {
color: #79bbef;
}
.color-info-700 {
color: #62b0ed;
}
.color-info-800 {
color: #4ca4ea;
}
.color-info-900 {
color: #3599e7;
}
.bg-warning-50 {
background-color: #fff;
color: rgba(0, 0, 0, 0.8);
}
.bg-warning-50:hover {
color: rgba(0, 0, 0, 0.8);
}
.bg-warning-100 {
background-color: #fff5ed;
color: rgba(0, 0, 0, 0.8);
}
.bg-warning-100:hover {
color: rgba(0, 0, 0, 0.8);
}
.bg-warning-200 {
background-color: #ffe8d4;
color: rgba(0, 0, 0, 0.8);
}
.bg-warning-200:hover {
color: rgba(0, 0, 0, 0.8);
}
.bg-warning-300 {
background-color: #ffdaba;
color: rgba(0, 0, 0, 0.8);
}
.bg-warning-300:hover {
color: rgba(0, 0, 0, 0.8);
}
.bg-warning-400 {
background-color: #ffcda1;
color: rgba(0, 0, 0, 0.8);
}
.bg-warning-400:hover {
color: rgba(0, 0, 0, 0.8);
}
.bg-warning-500 {
background-color: #ffbf87;
color: rgba(0, 0, 0, 0.8);
}
.bg-warning-500:hover {
color: rgba(0, 0, 0, 0.8);
}
.bg-warning-600 {
background-color: #ffb16e;
color: rgba(0, 0, 0, 0.8);
}
.bg-warning-600:hover {
color: rgba(0, 0, 0, 0.8);
}
.bg-warning-700 {
background-color: #ffa454;
color: rgba(0, 0, 0, 0.8);
}
.bg-warning-700:hover {
color: rgba(0, 0, 0, 0.8);
}
.bg-warning-800 {
background-color: #ff963b;
color: rgba(0, 0, 0, 0.8);
}
.bg-warning-800:hover {
color: rgba(0, 0, 0, 0.8);
}
.bg-warning-900 {
background-color: #ff8921;
color: rgba(0, 0, 0, 0.8);
}
.bg-warning-900:hover {
color: rgba(0, 0, 0, 0.8);
}
.color-warning-50 {
color: #fff;
}
.color-warning-100 {
color: #fff5ed;
}
.color-warning-200 {
color: #ffe8d4;
}
.color-warning-300 {
color: #ffdaba;
}
.color-warning-400 {
color: #ffcda1;
}
.color-warning-500 {
color: #ffbf87;
}
.color-warning-600 {
color: #ffb16e;
}
.color-warning-700 {
color: #ffa454;
}
.color-warning-800 {
color: #ff963b;
}
.color-warning-900 {
color: #ff8921;
}
.bg-danger-50 {
background-color: #fff;
color: rgba(0, 0, 0, 0.8);
}
.bg-danger-50:hover {
color: rgba(0, 0, 0, 0.8);
}
.bg-danger-100 {
background-color: #ffedef;
color: rgba(0, 0, 0, 0.8);
}
.bg-danger-100:hover {
color: rgba(0, 0, 0, 0.8);
}
.bg-danger-200 {
background-color: #ffd4d8;
color: rgba(0, 0, 0, 0.8);
}
.bg-danger-200:hover {
color: rgba(0, 0, 0, 0.8);
}
.bg-danger-300 {
background-color: #ffbac1;
color: rgba(0, 0, 0, 0.8);
}
.bg-danger-300:hover {
color: rgba(0, 0, 0, 0.8);
}
.bg-danger-400 {
background-color: #ffa1aa;
color: rgba(0, 0, 0, 0.8);
}
.bg-danger-400:hover {
color: rgba(0, 0, 0, 0.8);
}
.bg-danger-500 {
background-color: #ff8793;
color: rgba(0, 0, 0, 0.8);
}
.bg-danger-500:hover {
color: rgba(0, 0, 0, 0.8);
}
.bg-danger-600 {
background-color: #ff6e7c;
color: rgba(0, 0, 0, 0.8);
}
.bg-danger-600:hover {
color: rgba(0, 0, 0, 0.8);
}
.bg-danger-700 {
background-color: #ff5465;
color: #fff;
}
.bg-danger-700:hover {
color: #fff;
}
.bg-danger-800 {
background-color: #ff3b4e;
color: #fff;
}
.bg-danger-800:hover {
color: #fff;
}
.bg-danger-900 {
background-color: #ff2137;
color: #fff;
}
.bg-danger-900:hover {
color: #fff;
}
.color-danger-50 {
color: #fff;
}
.color-danger-100 {
color: #ffedef;
}
.color-danger-200 {
color: #ffd4d8;
}
.color-danger-300 {
color: #ffbac1;
}
.color-danger-400 {
color: #ffa1aa;
}
.color-danger-500 {
color: #ff8793;
}
.color-danger-600 {
color: #ff6e7c;
}
.color-danger-700 {
color: #ff5465;
}
.color-danger-800 {
color: #ff3b4e;
}
.color-danger-900 {
color: #ff2137;
}
.bg-fusion-50 {
background-color: #aeaeae;
color: rgba(0, 0, 0, 0.8);
}
.bg-fusion-50:hover {
color: rgba(0, 0, 0, 0.8);
}
.bg-fusion-100 {
background-color: #a1a1a1;
color: rgba(0, 0, 0, 0.8);
}
.bg-fusion-100:hover {
color: rgba(0, 0, 0, 0.8);
}
.bg-fusion-200 {
background-color: #949494;
color: #fff;
}
.bg-fusion-200:hover {
color: #fff;
}
.bg-fusion-300 {
background-color: #878787;
color: #fff;
}
.bg-fusion-300:hover {
color: #fff;
}
.bg-fusion-400 {
background-color: #7b7b7b;
color: #fff;
}
.bg-fusion-400:hover {
color: #fff;
}
.bg-fusion-500 {
background-color: #6e6e6e;
color: #fff;
}
.bg-fusion-500:hover {
color: #fff;
}
.bg-fusion-600 {
background-color: #616161;
color: #fff;
}
.bg-fusion-600:hover {
color: #fff;
}
.bg-fusion-700 {
background-color: #545454;
color: #fff;
}
.bg-fusion-700:hover {
color: #fff;
}
.bg-fusion-800 {
background-color: #484848;
color: #fff;
}
.bg-fusion-800:hover {
color: #fff;
}
.bg-fusion-900 {
background-color: #3b3b3b;
color: #fff;
}
.bg-fusion-900:hover {
color: #fff;
}
.color-fusion-50 {
color: #aeaeae;
}
.color-fusion-100 {
color: #a1a1a1;
}
.color-fusion-200 {
color: #949494;
}
.color-fusion-300 {
color: #878787;
}
.color-fusion-400 {
color: #7b7b7b;
}
.color-fusion-500 {
color: #6e6e6e;
}
.color-fusion-600 {
color: #616161;
}
.color-fusion-700 {
color: #545454;
}
.color-fusion-800 {
color: #484848;
}
.color-fusion-900 {
color: #3b3b3b;
}
.color-white {
color: #fff;
}
.color-black {
color: #222;
}
.bg-primary-gradient {
background-image: linear-gradient(250deg, rgba(48, 80, 197, 0.7), transparent);
}
.bg-danger-gradient {
background-image: linear-gradient(250deg, rgba(255, 33, 55, 0.7), transparent);
}
.bg-info-gradient {
background-image: linear-gradient(250deg, rgba(53, 153, 231, 0.7), transparent);
}
.bg-warning-gradient {
background-image: linear-gradient(250deg, rgba(255, 137, 33, 0.7), transparent);
}
.bg-success-gradient {
background-image: linear-gradient(250deg, rgba(55, 255, 33, 0.7), transparent);
}
.bg-fusion-gradient {
background-image: linear-gradient(250deg, rgba(59, 59, 59, 0.7), transparent);
}
.btn-primary {
color: #fff;
background-color: #7c91df;
border-color: #7c91df;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-primary:hover {
color: #fff;
background-color: #5d77d7;
border-color: #536fd5;
}
.btn-primary.focus,
.btn-primary:focus {
color: #fff;
background-color: #5d77d7;
border-color: #536fd5;
-webkit-box-shadow: 0 0 0 0.2rem rgba(144, 162, 228, 0.5);
box-shadow: 0 0 0 0.2rem rgba(144, 162, 228, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
color: #fff;
background-color: #7c91df;
border-color: #7c91df;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
color: #fff;
background-color: #536fd5;
border-color: #4966d2;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(144, 162, 228, 0.5);
box-shadow: 0 0 0 0.2rem rgba(144, 162, 228, 0.5);
}
.btn-secondary {
color: #fff;
background-color: #6c757d;
border-color: #6c757d;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-secondary:hover {
color: #fff;
background-color: #5a6268;
border-color: #545b62;
}
.btn-secondary.focus,
.btn-secondary:focus {
color: #fff;
background-color: #5a6268;
border-color: #545b62;
-webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
color: #fff;
background-color: #6c757d;
border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
color: #fff;
background-color: #545b62;
border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-success {
color: #212529;
background-color: #93ff87;
border-color: #93ff87;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-success:hover {
color: #212529;
background-color: #71ff61;
border-color: #65ff54;
}
.btn-success.focus,
.btn-success:focus {
color: #212529;
background-color: #71ff61;
border-color: #65ff54;
-webkit-box-shadow: 0 0 0 0.2rem rgba(130, 222, 121, 0.5);
box-shadow: 0 0 0 0.2rem rgba(130, 222, 121, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
color: #212529;
background-color: #93ff87;
border-color: #93ff87;
}
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
color: #212529;
background-color: #65ff54;
border-color: #5aff47;
}
.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-success.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(130, 222, 121, 0.5);
box-shadow: 0 0 0 0.2rem rgba(130, 222, 121, 0.5);
}
.btn-info {
color: #212529;
background-color: #90c7f2;
border-color: #90c7f2;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-info:hover {
color: #212529;
background-color: #6eb6ee;
border-color: #62b0ed;
}
.btn-info.focus,
.btn-info:focus {
color: #212529;
background-color: #6eb6ee;
border-color: #62b0ed;
-webkit-box-shadow: 0 0 0 0.2rem rgba(127, 175, 212, 0.5);
box-shadow: 0 0 0 0.2rem rgba(127, 175, 212, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
color: #212529;
background-color: #90c7f2;
border-color: #90c7f2;
}
.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show > .btn-info.dropdown-toggle {
color: #212529;
background-color: #62b0ed;
border-color: #57aaeb;
}
.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-info.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(127, 175, 212, 0.5);
box-shadow: 0 0 0 0.2rem rgba(127, 175, 212, 0.5);
}
.btn-warning {
color: #212529;
background-color: #ffbf87;
border-color: #ffbf87;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-warning:hover {
color: #212529;
background-color: #ffab61;
border-color: #ffa454;
}
.btn-warning.focus,
.btn-warning:focus {
color: #212529;
background-color: #ffab61;
border-color: #ffa454;
-webkit-box-shadow: 0 0 0 0.2rem rgba(222, 168, 121, 0.5);
box-shadow: 0 0 0 0.2rem rgba(222, 168, 121, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
color: #212529;
background-color: #ffbf87;
border-color: #ffbf87;
}
.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show > .btn-warning.dropdown-toggle {
color: #212529;
background-color: #ffa454;
border-color: #ff9d47;
}
.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-warning.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(222, 168, 121, 0.5);
box-shadow: 0 0 0 0.2rem rgba(222, 168, 121, 0.5);
}
.btn-danger {
color: #212529;
background-color: #ff8793;
border-color: #ff8793;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-danger:hover {
color: #fff;
background-color: #ff6171;
border-color: #ff5465;
}
.btn-danger.focus,
.btn-danger:focus {
color: #fff;
background-color: #ff6171;
border-color: #ff5465;
-webkit-box-shadow: 0 0 0 0.2rem rgba(222, 120, 131, 0.5);
box-shadow: 0 0 0 0.2rem rgba(222, 120, 131, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
color: #212529;
background-color: #ff8793;
border-color: #ff8793;
}
.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show > .btn-danger.dropdown-toggle {
color: #fff;
background-color: #ff5465;
border-color: #ff475a;
}
.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-danger.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(222, 120, 131, 0.5);
box-shadow: 0 0 0 0.2rem rgba(222, 120, 131, 0.5);
}
.btn-light {
color: #212529;
background-color: #fff;
border-color: #fff;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-light:hover {
color: #212529;
background-color: #ececec;
border-color: #e6e6e6;
}
.btn-light.focus,
.btn-light:focus {
color: #212529;
background-color: #ececec;
border-color: #e6e6e6;
-webkit-box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
color: #212529;
background-color: #fff;
border-color: #fff;
}
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
color: #212529;
background-color: #e6e6e6;
border-color: #dfdfdf;
}
.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-light.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}
.btn-dark {
color: #fff;
background-color: #6e6e6e;
border-color: #6e6e6e;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-dark:hover {
color: #fff;
background-color: #5b5b5b;
border-color: #545454;
}
.btn-dark.focus,
.btn-dark:focus {
color: #fff;
background-color: #5b5b5b;
border-color: #545454;
-webkit-box-shadow: 0 0 0 0.2rem rgba(132, 132, 132, 0.5);
box-shadow: 0 0 0 0.2rem rgba(132, 132, 132, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
color: #fff;
background-color: #6e6e6e;
border-color: #6e6e6e;
}
.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show > .btn-dark.dropdown-toggle {
color: #fff;
background-color: #545454;
border-color: #4e4e4e;
}
.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-dark.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(132, 132, 132, 0.5);
box-shadow: 0 0 0 0.2rem rgba(132, 132, 132, 0.5);
}
.btn-outline-primary {
color: #7c91df;
border-color: #7c91df;
}
.btn-outline-primary:hover {
color: #fff;
background-color: #7c91df;
border-color: #7c91df;
}
.btn-outline-primary.focus,
.btn-outline-primary:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(124, 145, 223, 0.5);
box-shadow: 0 0 0 0.2rem rgba(124, 145, 223, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
color: #7c91df;
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: #7c91df;
border-color: #7c91df;
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(124, 145, 223, 0.5);
box-shadow: 0 0 0 0.2rem rgba(124, 145, 223, 0.5);
}
.btn-outline-secondary {
color: #6c757d;
border-color: #6c757d;
}
.btn-outline-secondary:hover {
color: #fff;
background-color: #6c757d;
border-color: #6c757d;
}
.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
color: #6c757d;
background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary.dropdown-toggle {
color: #fff;
background-color: #6c757d;
border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-success {
color: #93ff87;
border-color: #93ff87;
}
.btn-outline-success:hover {
color: #212529;
background-color: #93ff87;
border-color: #93ff87;
}
.btn-outline-success.focus,
.btn-outline-success:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(147, 255, 135, 0.5);
box-shadow: 0 0 0 0.2rem rgba(147, 255, 135, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
color: #93ff87;
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: #212529;
background-color: #93ff87;
border-color: #93ff87;
}
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(147, 255, 135, 0.5);
box-shadow: 0 0 0 0.2rem rgba(147, 255, 135, 0.5);
}
.btn-outline-info {
color: #90c7f2;
border-color: #90c7f2;
}
.btn-outline-info:hover {
color: #212529;
background-color: #90c7f2;
border-color: #90c7f2;
}
.btn-outline-info.focus,
.btn-outline-info:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(144, 199, 242, 0.5);
box-shadow: 0 0 0 0.2rem rgba(144, 199, 242, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
color: #90c7f2;
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: #212529;
background-color: #90c7f2;
border-color: #90c7f2;
}
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(144, 199, 242, 0.5);
box-shadow: 0 0 0 0.2rem rgba(144, 199, 242, 0.5);
}
.btn-outline-warning {
color: #ffbf87;
border-color: #ffbf87;
}
.btn-outline-warning:hover {
color: #212529;
background-color: #ffbf87;
border-color: #ffbf87;
}
.btn-outline-warning.focus,
.btn-outline-warning:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 191, 135, 0.5);
box-shadow: 0 0 0 0.2rem rgba(255, 191, 135, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
color: #ffbf87;
background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show > .btn-outline-warning.dropdown-toggle {
color: #212529;
background-color: #ffbf87;
border-color: #ffbf87;
}
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 191, 135, 0.5);
box-shadow: 0 0 0 0.2rem rgba(255, 191, 135, 0.5);
}
.btn-outline-danger {
color: #ff8793;
border-color: #ff8793;
}
.btn-outline-danger:hover {
color: #212529;
background-color: #ff8793;
border-color: #ff8793;
}
.btn-outline-danger.focus,
.btn-outline-danger:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 135, 147, 0.5);
box-shadow: 0 0 0 0.2rem rgba(255, 135, 147, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
color: #ff8793;
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: #212529;
background-color: #ff8793;
border-color: #ff8793;
}
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 135, 147, 0.5);
box-shadow: 0 0 0 0.2rem rgba(255, 135, 147, 0.5);
}
.btn-outline-light {
color: #fff;
border-color: #fff;
}
.btn-outline-light:hover {
color: #212529;
background-color: #fff;
border-color: #fff;
}
.btn-outline-light.focus,
.btn-outline-light:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
color: #fff;
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: #fff;
border-color: #fff;
}
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-outline-dark {
color: #6e6e6e;
border-color: #6e6e6e;
}
.btn-outline-dark:hover {
color: #fff;
background-color: #6e6e6e;
border-color: #6e6e6e;
}
.btn-outline-dark.focus,
.btn-outline-dark:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(110, 110, 110, 0.5);
box-shadow: 0 0 0 0.2rem rgba(110, 110, 110, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
color: #6e6e6e;
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: #6e6e6e;
border-color: #6e6e6e;
}
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(110, 110, 110, 0.5);
box-shadow: 0 0 0 0.2rem rgba(110, 110, 110, 0.5);
}
.border-primary {
border-color: #7c91df !important;
}
.border-secondary {
border-color: #6c757d !important;
}
.border-success {
border-color: #93ff87 !important;
}
.border-info {
border-color: #90c7f2 !important;
}
.border-warning {
border-color: #ffbf87 !important;
}
.border-danger {
border-color: #ff8793 !important;
}
.border-light {
border-color: #fff !important;
}
.border-dark {
border-color: #6e6e6e !important;
}
.text-primary {
color: #7c91df !important;
}
a.text-primary:focus,
a.text-primary:hover {
color: #3f5dd0 !important;
}
.text-secondary {
color: #6c757d !important;
}
a.text-secondary:focus,
a.text-secondary:hover {
color: #494f54 !important;
}
.text-success {
color: #93ff87 !important;
}
a.text-success:focus,
a.text-success:hover {
color: #4eff3b !important;
}
.text-info {
color: #90c7f2 !important;
}
a.text-info:focus,
a.text-info:hover {
color: #4ca4ea !important;
}
.text-warning {
color: #ffbf87 !important;
}
a.text-warning:focus,
a.text-warning:hover {
color: #ff963b !important;
}
.text-danger {
color: #ff8793 !important;
}
a.text-danger:focus,
a.text-danger:hover {
color: #ff3b4e !important;
}
.text-light {
color: #fff !important;
}
a.text-light:focus,
a.text-light:hover {
color: #d9d9d9 !important;
}
.text-dark {
color: #6e6e6e !important;
}
a.text-dark:focus,
a.text-dark:hover {
color: #484848 !important;
}
.bg-primary {
background-color: #7c91df !important;
}
a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
background-color: #536fd5 !important;
}
.bg-secondary {
background-color: #6c757d !important;
}
a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
background-color: #545b62 !important;
}
.bg-success {
background-color: #93ff87 !important;
}
a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
background-color: #65ff54 !important;
}
.bg-info {
background-color: #90c7f2 !important;
}
a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
background-color: #62b0ed !important;
}
.bg-warning {
background-color: #ffbf87 !important;
}
a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
background-color: #ffa454 !important;
}
.bg-danger {
background-color: #ff8793 !important;
}
a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
background-color: #ff5465 !important;
}
.bg-light {
background-color: #fff !important;
}
a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
background-color: #e6e6e6 !important;
}
.bg-dark {
background-color: #6e6e6e !important;
}
a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
background-color: #545454 !important;
}
:root {
--theme-primary: #7c91df;
--theme-secondary: #6c757d;
--theme-success: #93ff87;
--theme-info: #90c7f2;
--theme-warning: #ffbf87;
--theme-danger: #ff8793;
--theme-light: #fff;
--theme-dark: #6e6e6e;
--theme-primary-50: #e2e7f8;
--theme-primary-100: #ced6f3;
--theme-primary-200: #b9c5ee;
--theme-primary-300: #a5b3e9;
--theme-primary-400: #90a2e4;
--theme-primary-500: #7c91df;
--theme-primary-600: #6880da;
--theme-primary-700: #536fd5;
--theme-primary-800: #3f5dd0;
--theme-primary-900: #3050c5;
--theme-success-50: white;
--theme-success-100: #efffed;
--theme-success-200: #d8ffd4;
--theme-success-300: #c1ffba;
--theme-success-400: #aaffa1;
--theme-success-500: #93ff87;
--theme-success-600: #7cff6e;
--theme-success-700: #65ff54;
--theme-success-800: #4eff3b;
--theme-success-900: #37ff21;
--theme-info-50: white;
--theme-info-100: #ebf5fd;
--theme-info-200: #d4eafa;
--theme-info-300: #bedef7;
--theme-info-400: #a7d3f5;
--theme-info-500: #90c7f2;
--theme-info-600: #79bbef;
--theme-info-700: #62b0ed;
--theme-info-800: #4ca4ea;
--theme-info-900: #3599e7;
--theme-warning-50: white;
--theme-warning-100: #fff5ed;
--theme-warning-200: #ffe8d4;
--theme-warning-300: #ffdaba;
--theme-warning-400: #ffcda1;
--theme-warning-500: #ffbf87;
--theme-warning-600: #ffb16e;
--theme-warning-700: #ffa454;
--theme-warning-800: #ff963b;
--theme-warning-900: #ff8921;
--theme-danger-50: white;
--theme-danger-100: #ffedef;
--theme-danger-200: #ffd4d8;
--theme-danger-300: #ffbac1;
--theme-danger-400: #ffa1aa;
--theme-danger-500: #ff8793;
--theme-danger-600: #ff6e7c;
--theme-danger-700: #ff5465;
--theme-danger-800: #ff3b4e;
--theme-danger-900: #ff2137;
--theme-fusion-50: #aeaeae;
--theme-fusion-100: #a1a1a1;
--theme-fusion-200: #949494;
--theme-fusion-300: #878787;
--theme-fusion-400: #7b7b7b;
--theme-fusion-500: #6e6e6e;
--theme-fusion-600: #616161;
--theme-fusion-700: #545454;
--theme-fusion-800: #484848;
--theme-fusion-900: #3b3b3b;
}
.ct-series-a .ct-bar,
.ct-series-a .ct-line,
.ct-series-a .ct-point,
.ct-series-a .ct-slice-donut {
stroke: #7c91df;
}
.ct-series-a .ct-area,
.ct-series-a .ct-slice-donut-solid,
.ct-series-a .ct-slice-pie {
fill: #7c91df;
}
.ct-series-b .ct-bar,
.ct-series-b .ct-line,
.ct-series-b .ct-point,
.ct-series-b .ct-slice-donut {
stroke: #ff8793;
}
.ct-series-b .ct-area,
.ct-series-b .ct-slice-donut-solid,
.ct-series-b .ct-slice-pie {
fill: #ff8793;
}
.ct-series-c .ct-bar,
.ct-series-c .ct-line,
.ct-series-c .ct-point,
.ct-series-c .ct-slice-donut {
stroke: #ffbf87;
}
.ct-series-c .ct-area,
.ct-series-c .ct-slice-donut-solid,
.ct-series-c .ct-slice-pie {
fill: #ffbf87;
}
.ct-series-d .ct-bar,
.ct-series-d .ct-line,
.ct-series-d .ct-point,
.ct-series-d .ct-slice-donut {
stroke: #90c7f2;
}
.ct-series-d .ct-area,
.ct-series-d .ct-slice-donut-solid,
.ct-series-d .ct-slice-pie {
fill: #90c7f2;
}
.ct-series-e .ct-bar,
.ct-series-e .ct-line,
.ct-series-e .ct-point,
.ct-series-e .ct-slice-donut {
stroke: #6e6e6e;
}
.ct-series-e .ct-area,
.ct-series-e .ct-slice-donut-solid,
.ct-series-e .ct-slice-pie {
fill: #6e6e6e;
}
.ct-series-f .ct-bar,
.ct-series-f .ct-line,
.ct-series-f .ct-point,
.ct-series-f .ct-slice-donut {
stroke: #93ff87;
}
.ct-series-f .ct-area,
.ct-series-f .ct-slice-donut-solid,
.ct-series-f .ct-slice-pie {
fill: #93ff87;
}
.ct-series-g .ct-bar,
.ct-series-g .ct-line,
.ct-series-g .ct-point,
.ct-series-g .ct-slice-donut {
stroke: #90c7f2;
}
.ct-series-g .ct-area,
.ct-series-g .ct-slice-donut-solid,
.ct-series-g .ct-slice-pie {
fill: #90c7f2;
}
.ct-series-h .ct-bar,
.ct-series-h .ct-line,
.ct-series-h .ct-point,
.ct-series-h .ct-slice-donut {
stroke: #3050c5;
}
.ct-series-h .ct-area,
.ct-series-h .ct-slice-donut-solid,
.ct-series-h .ct-slice-pie {
fill: #3050c5;
}
.ct-series-i .ct-bar,
.ct-series-i .ct-line,
.ct-series-i .ct-point,
.ct-series-i .ct-slice-donut {
stroke: #ffedef;
}
.ct-series-i .ct-area,
.ct-series-i .ct-slice-donut-solid,
.ct-series-i .ct-slice-pie {
fill: #ffedef;
}
.ct-series-j .ct-bar,
.ct-series-j .ct-line,
.ct-series-j .ct-point,
.ct-series-j .ct-slice-donut {
stroke: #ffe8d4;
}
.ct-series-j .ct-area,
.ct-series-j .ct-slice-donut-solid,
.ct-series-j .ct-slice-pie {
fill: #ffe8d4;
}
.ct-series-k .ct-bar,
.ct-series-k .ct-line,
.ct-series-k .ct-point,
.ct-series-k .ct-slice-donut {
stroke: #ff2137;
}
.ct-series-k .ct-area,
.ct-series-k .ct-slice-donut-solid,
.ct-series-k .ct-slice-pie {
fill: #ff2137;
}
.ct-series-l .ct-bar,
.ct-series-l .ct-line,
.ct-series-l .ct-point,
.ct-series-l .ct-slice-donut {
stroke: #878787;
}
.ct-series-l .ct-area,
.ct-series-l .ct-slice-donut-solid,
.ct-series-l .ct-slice-pie {
fill: #878787;
}
.ct-series-m .ct-bar,
.ct-series-m .ct-line,
.ct-series-m .ct-point,
.ct-series-m .ct-slice-donut {
stroke: #c1ffba;
}
.ct-series-m .ct-area,
.ct-series-m .ct-slice-donut-solid,
.ct-series-m .ct-slice-pie {
fill: #c1ffba;
}
.ct-series-n .ct-bar,
.ct-series-n .ct-line,
.ct-series-n .ct-point,
.ct-series-n .ct-slice-donut {
stroke: #bedef7;
}
.ct-series-n .ct-area,
.ct-series-n .ct-slice-donut-solid,
.ct-series-n .ct-slice-pie {
fill: #bedef7;
}
.ct-series-o .ct-bar,
.ct-series-o .ct-line,
.ct-series-o .ct-point,
.ct-series-o .ct-slice-donut {
stroke: #a5b3e9;
}
.ct-series-o .ct-area,
.ct-series-o .ct-slice-donut-solid,
.ct-series-o .ct-slice-pie {
fill: #a5b3e9;
}
#myapp-0 {
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
#myapp-8 {
-webkit-box-shadow: 0 0 0 3px #000;
box-shadow: 0 0 0 3px #000;
} | kzone-frontend/public/css/themes/cust-theme-8.css | .bg-brand-gradient,
.nav-footer,
.page-logo,
.page-sidebar {
background-image: -webkit-gradient(linear, right top, left top, from(rgba(153, 198, 233, 0.18)), to(transparent));
background-image: linear-gradient(270deg, rgba(153, 198, 233, 0.18), transparent);
background-color: #3955bc;
}
.btn-default {
background-color: #f5f5f5;
background-image: -webkit-gradient(linear, left bottom, left top, from(#f5f5f5), to(#f1f1f1));
background-image: linear-gradient(to top, #f5f5f5, #f1f1f1);
color: #444;
}
.btn-default:hover {
border: 1px solid #c6c6c6;
}
.btn-default:focus {
border-color: #b9c5ee !important;
}
.header-function-fixed .btn-switch[data-class="header-function-fixed"],
.mod-app-rtl .btn-switch[data-class="mod-app-rtl"],
.mod-bigger-font .btn-switch[data-class="mod-bigger-font"],
.mod-clean-page-bg .btn-switch[data-class="mod-clean-page-bg"],
.mod-color-blind .btn-switch[data-class="mod-color-blind"],
.mod-disable-animation .btn-switch[data-class="mod-disable-animation"],
.mod-fixed-bg .btn-switch[data-class="mod-fixed-bg"],
.mod-hide-info-card .btn-switch[data-class="mod-hide-info-card"],
.mod-hide-nav-icons .btn-switch[data-class="mod-hide-nav-icons"],
.mod-high-contrast .btn-switch[data-class="mod-high-contrast"],
.mod-lean-subheader .btn-switch[data-class="mod-lean-subheader"],
.mod-main-boxed .btn-switch[data-class="mod-main-boxed"],
.mod-nav-link .btn-switch[data-class="mod-nav-link"],
.mod-pace-custom .btn-switch[data-class="mod-pace-custom"],
.nav-function-fixed .btn-switch[data-class="nav-function-fixed"],
.nav-function-hidden .btn-switch[data-class="nav-function-hidden"],
.nav-function-minify .btn-switch[data-class="nav-function-minify"],
.nav-function-top .btn-switch[data-class="nav-function-top"],
.nav-mobile-no-overlay .btn-switch[data-class="nav-mobile-no-overlay"],
.nav-mobile-push .btn-switch[data-class="nav-mobile-push"],
.nav-mobile-slide-out .btn-switch[data-class="nav-mobile-slide-out"] {
color: #fff;
background: #7c91df !important;
}
.header-function-fixed .btn-switch[data-class="header-function-fixed"]:after,
.mod-app-rtl .btn-switch[data-class="mod-app-rtl"]:after,
.mod-bigger-font .btn-switch[data-class="mod-bigger-font"]:after,
.mod-clean-page-bg .btn-switch[data-class="mod-clean-page-bg"]:after,
.mod-color-blind .btn-switch[data-class="mod-color-blind"]:after,
.mod-disable-animation .btn-switch[data-class="mod-disable-animation"]:after,
.mod-fixed-bg .btn-switch[data-class="mod-fixed-bg"]:after,
.mod-hide-info-card .btn-switch[data-class="mod-hide-info-card"]:after,
.mod-hide-nav-icons .btn-switch[data-class="mod-hide-nav-icons"]:after,
.mod-high-contrast .btn-switch[data-class="mod-high-contrast"]:after,
.mod-lean-subheader .btn-switch[data-class="mod-lean-subheader"]:after,
.mod-main-boxed .btn-switch[data-class="mod-main-boxed"]:after,
.mod-nav-link .btn-switch[data-class="mod-nav-link"]:after,
.mod-pace-custom .btn-switch[data-class="mod-pace-custom"]:after,
.nav-function-fixed .btn-switch[data-class="nav-function-fixed"]:after,
.nav-function-hidden .btn-switch[data-class="nav-function-hidden"]:after,
.nav-function-minify .btn-switch[data-class="nav-function-minify"]:after,
.nav-function-top .btn-switch[data-class="nav-function-top"]:after,
.nav-mobile-no-overlay .btn-switch[data-class="nav-mobile-no-overlay"]:after,
.nav-mobile-push .btn-switch[data-class="nav-mobile-push"]:after,
.nav-mobile-slide-out .btn-switch[data-class="nav-mobile-slide-out"]:after {
background: #fff !important;
color: #7c91df !important;
}
.header-function-fixed .btn-switch[data-class="header-function-fixed"] + .onoffswitch-title,
.mod-app-rtl .btn-switch[data-class="mod-app-rtl"] + .onoffswitch-title,
.mod-bigger-font .btn-switch[data-class="mod-bigger-font"] + .onoffswitch-title,
.mod-clean-page-bg .btn-switch[data-class="mod-clean-page-bg"] + .onoffswitch-title,
.mod-color-blind .btn-switch[data-class="mod-color-blind"] + .onoffswitch-title,
.mod-disable-animation .btn-switch[data-class="mod-disable-animation"] + .onoffswitch-title,
.mod-fixed-bg .btn-switch[data-class="mod-fixed-bg"] + .onoffswitch-title,
.mod-hide-info-card .btn-switch[data-class="mod-hide-info-card"] + .onoffswitch-title,
.mod-hide-nav-icons .btn-switch[data-class="mod-hide-nav-icons"] + .onoffswitch-title,
.mod-high-contrast .btn-switch[data-class="mod-high-contrast"] + .onoffswitch-title,
.mod-lean-subheader .btn-switch[data-class="mod-lean-subheader"] + .onoffswitch-title,
.mod-main-boxed .btn-switch[data-class="mod-main-boxed"] + .onoffswitch-title,
.mod-nav-link .btn-switch[data-class="mod-nav-link"] + .onoffswitch-title,
.mod-pace-custom .btn-switch[data-class="mod-pace-custom"] + .onoffswitch-title,
.nav-function-fixed .btn-switch[data-class="nav-function-fixed"] + .onoffswitch-title,
.nav-function-hidden .btn-switch[data-class="nav-function-hidden"] + .onoffswitch-title,
.nav-function-minify .btn-switch[data-class="nav-function-minify"] + .onoffswitch-title,
.nav-function-top .btn-switch[data-class="nav-function-top"] + .onoffswitch-title,
.nav-mobile-no-overlay .btn-switch[data-class="nav-mobile-no-overlay"] + .onoffswitch-title,
.nav-mobile-push .btn-switch[data-class="nav-mobile-push"] + .onoffswitch-title,
.nav-mobile-slide-out .btn-switch[data-class="nav-mobile-slide-out"] + .onoffswitch-title {
color: #7c91df;
}
.mod-hide-nav-icons #mnl .onoffswitch-title,
.nav-function-minify #mnl .onoffswitch-title,
.nav-function-top #mnl .onoffswitch-title,
.nav-function-top #nfh .onoffswitch-title,
.nav-mobile-slide-out #nmno .onoffswitch-title,
.nav-mobile-slide-out #nmp .onoffswitch-title {
color: #d58100;
}
.mod-hide-nav-icons #mnl .onoffswitch-title-desc,
.nav-function-minify #mnl .onoffswitch-title-desc,
.nav-function-top #mnl .onoffswitch-title-desc,
.nav-function-top #nfh .onoffswitch-title-desc,
.nav-mobile-slide-out #nmno .onoffswitch-title-desc,
.nav-mobile-slide-out #nmp .onoffswitch-title-desc {
color: #ec9f28;
}
.header-btn {
border: 1px solid #fafafa;
color: #a6a6a6;
}
.header-btn:hover {
border-color: #7c91df;
background: #a5b3e9;
color: #fff;
}
.mod-hide-nav-icons #mnl:after,
.nav-function-minify #mnl:after,
.nav-function-top #mnl:after,
.nav-function-top #nfh:after,
.nav-mobile-slide-out #nmno:after,
.nav-mobile-slide-out #nmp:after {
background: #fff;
border: 1px solid #ffa454;
color: #3b3b3b;
}
html body {
background-color: #fff;
}
.header-icon {
color: #666;
}
.header-icon:not(.btn) > .ni:first-child,
.header-icon:not(.btn) > [class*="fa-"]:first-child {
color: #7c91df;
}
.header-icon:not(.btn):hover > .ni,
.header-icon:not(.btn):hover > [class*="fa-"]:only-child {
color: #404040;
}
.header-icon:not(.btn)[data-toggle="dropdown"][aria-expanded="true"] {
color: #404040;
}
.header-icon:not(.btn)[data-toggle="dropdown"][aria-expanded="true"] > .ni:first-child,
.header-icon:not(.btn)[data-toggle="dropdown"][aria-expanded="true"] > [class*="fa-"]:first-child {
color: #404040 !important;
}
.header-icon:not(.btn)[data-toggle="dropdown"] + .dropdown-menu {
border-color: #ccc;
}
.header-icon:hover {
color: #404040;
}
.page-header {
background-color: #fff;
}
#search-field {
background: 0 0;
border: 1px solid transparent;
}
.dropdown-icon-menu > ul {
background: #fff;
}
.notification li.unread {
background: #fff;
}
.notification li > :first-child {
border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.notification li > :first-child:hover {
background-image: -webkit-gradient(
linear,
left top,
left bottom,
from(rgba(29, 33, 41, 0.03)),
to(rgba(29, 33, 41, 0.04))
);
background-image: linear-gradient(rgba(29, 33, 41, 0.03), rgba(29, 33, 41, 0.04));
}
.notification .name {
color: #222;
}
.notification .msg-a,
.notification .msg-b {
color: #555;
}
.notification.notification-layout-2 li {
background: #f9f9f9;
}
.notification.notification-layout-2 li.unread {
background: #fff;
}
.notification.notification-layout-2 li > :first-child {
border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}
.notification.notification-layout-2:hover {
cursor: pointer;
}
.app-list-item {
color: #666;
}
.app-list-item:hover {
border: 1px solid #e3e3e3;
}
.app-list-item:active {
border-color: #7c91df;
}
@media (min-width: 992px) {
.header-function-fixed.nav-function-top .page-header {
-webkit-box-shadow: 0 0 28px 2px rgba(48, 80, 197, 0.13);
box-shadow: 0 0 28px 2px rgba(48, 80, 197, 0.13);
}
}
.nav-title {
color: #768ad6;
}
.nav-menu li.open > a {
color: #fff;
}
.nav-menu li.active > a {
color: #fff;
background-color: rgba(255, 255, 255, 0.04);
-webkit-box-shadow: inset 3px 0 0 #7c91df;
box-shadow: inset 3px 0 0 #7c91df;
}
.nav-menu li.active > a:hover > .ni,
.nav-menu li.active > a:hover > [class*="fa-"] {
color: #b6bdd8;
}
.nav-menu li.active > ul {
display: block;
}
.nav-menu li.active:not(.open) > a:before {
color: #24b3a4;
}
.nav-menu li a {
color: #ccd4f0;
}
.nav-menu li a .dl-ref.label {
color: rgba(255, 255, 255, 0.7);
}
.nav-menu li a > .ni,
.nav-menu li a > [class*="fa-"] {
color: #7e91d8;
}
.nav-menu li a.collapsed .nav-menu-btn-sub-collapse {
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
.nav-menu li a:hover {
color: #fff;
background-color: rgba(0, 0, 0, 0.1);
}
.nav-menu li a:hover .badge {
color: #fff;
}
.nav-menu li a:hover > .ni,
.nav-menu li a:hover > [class*="fa-"] {
color: #b6bdd8;
}
.nav-menu li a:hover > .badge {
-webkit-box-shadow: 0 0 0 1px rgba(83, 108, 203, 0.8);
box-shadow: 0 0 0 1px rgba(83, 108, 203, 0.8);
border: 1px solid rgba(83, 108, 203, 0.8);
}
.nav-menu li a:focus {
color: #fff;
}
.nav-menu li a:focus .badge {
color: #fff;
}
.nav-menu li b.collapse-sign {
color: #90a2e4;
}
.nav-menu li > ul {
background-color: rgba(0, 0, 0, 0.1);
}
.nav-menu li > ul li a {
color: #b9c3ea;
}
.nav-menu li > ul li a > .ni,
.nav-menu li > ul li a > [class*="fa-"] {
color: #7e91d8;
}
.nav-menu li > ul li a > .badge {
color: #fff;
background-color: #ff8793;
}
.nav-menu li > ul li a:hover {
color: #fff;
background-color: rgba(0, 0, 0, 0.1);
}
.nav-menu li > ul li a:hover > .nav-link-text > .ni,
.nav-menu li > ul li a:hover > .nav-link-text > [class*="fa-"] {
color: #b6bdd8;
}
.nav-menu li > ul li.active > a {
color: #fff;
background-color: transparent;
}
.nav-menu li > ul li.active > a > .nav-link-text > .ni,
.nav-menu li > ul li.active > a > .nav-link-text > [class*="fa-"] {
color: #fff;
}
.nav-menu li > ul li.active > a:hover > .nav-link-text > .ni,
.nav-menu li > ul li.active > a:hover > .nav-link-text > [class*="fa-"] {
color: #b6bdd8;
}
.nav-menu li > ul li > ul li.active > a {
color: #fff;
}
.nav-menu li > ul li > ul li a {
color: #b1bce7;
}
.nav-menu li > ul li > ul li a:hover {
color: #fff;
}
.nav-menu li > ul li > ul li a > .badge {
color: #fff;
background-color: #ff8793;
border: 1px solid #6e6e6e;
}
.nav-menu-clean {
background: #fff;
}
.nav-menu-clean li a {
color: #6e6e6e !important;
}
.nav-menu-clean li a span {
color: #6e6e6e !important;
}
.nav-menu-clean li a:hover {
background-color: #f4f4f4 !important;
}
.nav-menu-bordered {
border: 1px solid rgba(0, 0, 0, 0.08);
}
.nav-menu-bordered li a {
border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.nav-filter input[type="text"] {
background: rgba(0, 0, 0, 0.4);
color: #fff;
}
.nav-filter input[type="text"]:not(:focus) {
border-color: rgba(0, 0, 0, 0.1);
}
.nav-filter input[type="text"]:focus {
border-color: #667dd1;
}
.info-card {
color: #fff;
}
.info-card .info-card-text {
text-shadow: #000 0 1px;
}
@media (min-width: 992px) {
.nav-function-top #search-field {
color: #fff;
}
.nav-function-top:not(.header-function-fixed) #nff {
position: relative;
}
.nav-function-top:not(.header-function-fixed) #nff .onoffswitch-title {
color: #d58100;
}
.nav-function-top:not(.header-function-fixed) #nff .onoffswitch-title-desc {
color: #ec9f28;
}
.nav-function-top:not(.header-function-fixed) #nff:after {
background: #fff;
border: 1px solid #ffa454;
color: #3b3b3b;
}
.nav-function-top .page-header {
background-image: -webkit-gradient(
linear,
right top,
left top,
from(rgba(153, 198, 233, 0.18)),
to(transparent)
);
background-image: linear-gradient(270deg, rgba(153, 198, 233, 0.18), transparent);
background-color: #3955bc;
-webkit-box-shadow: 0 0 14px 0 rgba(48, 80, 197, 0.13);
box-shadow: 0 0 14px 0 rgba(48, 80, 197, 0.13);
}
.nav-function-top .page-header .header-icon:not(.btn) > .ni:first-child,
.nav-function-top .page-header .header-icon:not(.btn) > [class*="fa-"]:first-child {
color: #a5b3e9;
}
.nav-function-top .page-header .header-icon:not(.btn) > .ni:first-child:hover,
.nav-function-top .page-header .header-icon:not(.btn) > [class*="fa-"]:first-child:hover {
color: #ced6f3;
}
.nav-function-top .page-header .badge.badge-icon {
-webkit-box-shadow: 0 0 0 1px #6880da;
box-shadow: 0 0 0 1px #6880da;
}
.nav-function-top .page-sidebar {
background: #fff;
-webkit-box-shadow: 0 0 14px 0 rgba(48, 80, 197, 0.13);
box-shadow: 0 0 14px 0 rgba(48, 80, 197, 0.13);
}
.nav-function-top .page-sidebar .primary-nav .nav-menu > li.active > a:before {
color: #24b3a4;
}
.nav-function-top .page-sidebar .primary-nav .nav-menu > li > a > .ni,
.nav-function-top .page-sidebar .primary-nav .nav-menu > li > a > [class*="fa-"] {
color: inherit;
}
.nav-function-top .page-sidebar .primary-nav .nav-menu > li > a > .collapse-sign {
color: #a9b6e5;
}
.nav-function-top .page-sidebar .primary-nav .nav-menu > li a {
color: #3955bc;
}
.nav-function-top .page-sidebar .primary-nav .nav-menu > li > ul {
background: #4f69ca;
}
.nav-function-top .page-sidebar .primary-nav .nav-menu > li > ul li a {
color: #ccd4f0;
}
.nav-function-top .page-sidebar .primary-nav .nav-menu > li > ul li ul {
background: #4f69ca;
}
.nav-function-top .page-sidebar .primary-nav .nav-menu > li > ul li:hover > a {
background: rgba(0, 0, 0, 0.1);
color: #fff;
}
.nav-function-top .page-sidebar .primary-nav .nav-menu > li > ul:after {
background: 0 0;
}
.nav-function-top .page-sidebar .primary-nav .nav-menu > li > ul:before {
color: #4f69ca;
}
.nav-function-top .page-sidebar .primary-nav .nav-menu > li:hover > a {
color: #7c91df;
background: 0 0;
}
}
@media (min-width: 992px) {
.nav-function-minify:not(.nav-function-top) .page-sidebar .primary-nav .nav-menu li.active.open > a:before {
color: #24b3a4;
}
.nav-function-minify:not(.nav-function-top) .page-sidebar .primary-nav .nav-menu > li > a > .nav-link-text {
background: trasparent;
}
.nav-function-minify:not(.nav-function-top) .page-sidebar .primary-nav .nav-menu > li > a + ul {
background-color: #3955bc;
}
.nav-function-minify:not(.nav-function-top) .page-sidebar .primary-nav .nav-menu > li > a + ul:before {
color: #3955bc;
}
.nav-function-minify:not(.nav-function-top) .page-sidebar .primary-nav:hover {
overflow: visible;
}
.nav-function-minify:not(.nav-function-top) .page-sidebar .primary-nav:hover .nav-menu > li:hover > a {
background: #435fc6;
color: #fff;
}
.nav-function-minify:not(.nav-function-top)
.page-sidebar
.primary-nav:hover
.nav-menu
> li:hover
> a
> .nav-link-text:last-child {
background: #3955bc;
}
.nav-function-minify:not(.nav-function-top)
.page-sidebar
.primary-nav:hover
.nav-menu
> li:hover
> a
> .nav-link-text:last-child:before {
color: #3955bc;
}
.nav-function-minify:not(.nav-function-top) .page-header [data-class="nav-function-minify"] {
background: #6e6e6e;
border-color: #545454 !important;
color: #fff !important;
}
}
.nav-footer .nav-footer-buttons > li > a {
color: #95a5df;
}
.nav-function-fixed .nav-footer {
background: #3955bc;
}
.nav-function-fixed .nav-footer:before {
background: rgba(91, 115, 205, 0.2);
background: -webkit-gradient(
linear,
left top,
right top,
color-stop(0, #3955bc),
color-stop(50%, #6e84d3),
color-stop(50%, #6e84d3),
to(#3955bc)
);
background: linear-gradient(to right, #3955bc 0, #6e84d3 50%, #6e84d3 50%, #3955bc 100%);
}
@media (min-width: 992px) {
.nav-function-minify .nav-footer {
background-color: #3651b4;
}
.nav-function-minify .nav-footer [data-class="nav-function-minify"] {
color: #7e91d8;
}
.nav-function-minify .nav-footer:hover {
background-color: #3f5cc5;
}
.nav-function-minify .nav-footer:hover [data-class="nav-function-minify"] {
color: #b6bdd8;
}
}
.page-content-wrapper {
background-color: #fff;
}
.subheader-icon {
color: #b6bdd8;
}
.subheader-title {
color: #6e6e6e;
text-shadow: #fff 0 1px;
}
.subheader-title small {
color: #a1a1a1;
}
.page-footer {
background: #fff;
color: #4d4d4d;
}
.accordion .card .card-header {
background-color: #f7f9fa;
}
.accordion .card .card-header .card-title {
color: #7c91df;
}
.accordion .card .card-header .card-title.collapsed {
color: #a1a1a1;
}
.accordion.accordion-clean .card-header {
background: #fff;
}
.accordion.accordion-hover .card-header {
background: #fff;
}
.accordion.accordion-hover .card-header:hover .card-title.collapsed {
color: #fff;
background-color: #a5b3e9;
}
.accordion.accordion-hover .card-title:not(.collapsed) {
color: #fff;
background-color: #7c91df;
}
.alert-primary {
color: #747c9a;
background-color: #fff;
border-color: #f1f3f9;
}
.alert-success {
color: #a4ea9c;
background-color: #fff;
border-color: #fff;
}
.alert-danger {
color: #ff3b4e;
background-color: #fff;
border-color: #ffedef;
}
.alert-warning {
color: #ff7b08;
background-color: #fff;
border-color: #ffd2ab;
}
.alert-info {
color: #4ca4ea;
background-color: #fff;
border-color: #ebf5fd;
}
.alert-secondary {
color: #6e6e6e;
background-color: #fff;
border-color: #fafafa;
}
.badge.badge-icon {
background-color: #ff8793;
color: #fff;
-webkit-box-shadow: 0 0 0 1px #fff;
box-shadow: 0 0 0 1px #fff;
}
.btn-switch {
background: #878787;
color: #fff;
}
.btn-switch:hover {
color: #fff;
}
.btn-switch:after {
color: #fff;
}
.btn-switch.active {
color: #fff;
background: #7c91df;
}
.btn-switch.active:before {
color: #fff;
}
.btn-switch.active:after {
background: #fff;
color: #7c91df;
}
.btn-search-close {
color: #fff;
}
.header-btn[data-class="mobile-nav-on"] {
border-color: #ff5465;
background-color: #ff6e7c;
background-image: -webkit-gradient(linear, left bottom, left top, from(#ff6e7c), to(#ff3b4e));
background-image: linear-gradient(to top, #ff6e7c, #ff3b4e);
color: #fff;
}
.pull-trigger-btn {
background: rgba(0, 0, 0, 0.4);
border: 1px solid rgba(0, 0, 0, 0.4);
color: #fff !important;
-webkit-box-shadow: 0 0 2px rgba(124, 145, 223, 0.3);
box-shadow: 0 0 2px rgba(124, 145, 223, 0.3);
}
.pull-trigger-btn:hover {
background: #7c91df;
border-color: #6880da;
}
.btn-outline-default {
color: #212529;
border-color: #e5e5e5;
}
.btn-outline-default:hover,
.btn-outline-default:not(:disabled):not(.disabled).active,
.btn-outline-default:not(:disabled):not(.disabled):active,
.show > .btn-outline-default.dropdown-toggle {
color: #212529;
background-color: #f9f9f9;
border-color: #e5e5e5;
}
.btn-outline-default.disabled,
.btn-outline-default:disabled {
color: #212529;
}
.btn-primary {
-webkit-box-shadow: 0 2px 6px 0 rgba(124, 145, 223, 0.5);
box-shadow: 0 2px 6px 0 rgba(124, 145, 223, 0.5);
}
.btn-secondary {
-webkit-box-shadow: 0 2px 6px 0 rgba(108, 117, 125, 0.5);
box-shadow: 0 2px 6px 0 rgba(108, 117, 125, 0.5);
}
.btn-success {
-webkit-box-shadow: 0 2px 6px 0 rgba(147, 255, 135, 0.5);
box-shadow: 0 2px 6px 0 rgba(147, 255, 135, 0.5);
}
.btn-info {
-webkit-box-shadow: 0 2px 6px 0 rgba(144, 199, 242, 0.5);
box-shadow: 0 2px 6px 0 rgba(144, 199, 242, 0.5);
}
.btn-warning {
-webkit-box-shadow: 0 2px 6px 0 rgba(255, 191, 135, 0.5);
box-shadow: 0 2px 6px 0 rgba(255, 191, 135, 0.5);
}
.btn-danger {
-webkit-box-shadow: 0 2px 6px 0 rgba(255, 135, 147, 0.5);
box-shadow: 0 2px 6px 0 rgba(255, 135, 147, 0.5);
}
.btn-light {
-webkit-box-shadow: 0 2px 6px 0 rgba(255, 255, 255, 0.5);
box-shadow: 0 2px 6px 0 rgba(255, 255, 255, 0.5);
}
.btn-dark {
-webkit-box-shadow: 0 2px 6px 0 rgba(110, 110, 110, 0.5);
box-shadow: 0 2px 6px 0 rgba(110, 110, 110, 0.5);
}
.btn-icon-light {
color: rgba(255, 255, 255, 0.7) !important;
border-color: transparent !important;
}
.btn-icon-light:not(.active):not(:active):not(:hover):not(:focus) {
color: rgba(255, 255, 255, 0.7) !important;
}
.btn-icon-light:hover {
color: #fff !important;
background-color: rgba(255, 255, 255, 0.2) !important;
}
.card-header {
background-color: #f7f9fa;
}
.carousel-control-prev:hover {
background: -webkit-gradient(
linear,
left top,
right top,
color-stop(0, rgba(0, 0, 0, 0.25)),
color-stop(45%, rgba(0, 0, 0, 0))
);
background: linear-gradient(to right, rgba(0, 0, 0, 0.25) 0, rgba(0, 0, 0, 0) 45%);
}
.carousel-control-next:hover {
background: -webkit-gradient(
linear,
right top,
left top,
color-stop(0, rgba(0, 0, 0, 0.25)),
color-stop(45%, rgba(0, 0, 0, 0))
);
background: linear-gradient(to left, rgba(0, 0, 0, 0.25) 0, rgba(0, 0, 0, 0) 45%);
}
.dropdown-menu .dropdown-menu {
background: #fff;
}
.dropdown-menu .dropdown-multilevel:hover > .dropdown-item:not(.disabled) {
background: #f8f9fa;
color: #536fd5;
}
.chat-segment-get .chat-message {
background: #f1f0f0;
}
.chat-segment-sent .chat-message {
background: #93ff87;
}
.modal-transparent .modal-content {
-webkit-box-shadow: 0 1px 15px 1px rgba(48, 80, 197, 0.3);
box-shadow: 0 1px 15px 1px rgba(48, 80, 197, 0.3);
}
.modal-transparent .modal-content {
background: rgba(42, 55, 101, 0.85);
}
.panel {
background-color: #fff;
border-bottom: 1px solid #e0e0e0;
}
.panel.panel-fullscreen .panel-hdr {
-webkit-box-shadow: 0 0.125rem 0.125rem -0.0625rem rgba(43, 71, 176, 0.1);
box-shadow: 0 0.125rem 0.125rem -0.0625rem rgba(43, 71, 176, 0.1);
}
.panel.panel-locked:not(.panel-fullscreen) .panel-hdr:active h2:before {
color: #ff8793;
}
.panel-tag {
background: #eef7fd;
}
.panel-hdr {
background: #fff;
}
.panel-sortable:not(.panel-locked) .panel-hdr:active {
border-top-color: rgba(165, 179, 233, 0.7);
border-left-color: rgba(124, 145, 223, 0.7);
border-right-color: rgba(124, 145, 223, 0.7);
}
.panel-sortable:not(.panel-locked) .panel-hdr:active + .panel-container {
border-color: transparent rgba(124, 145, 223, 0.7) rgba(104, 128, 218, 0.7);
}
.panel-sortable.panel-locked .panel-hdr:active {
border-top-color: #ffbac1;
border-left-color: #dc3545;
border-right-color: #dc3545;
}
.panel-sortable.panel-locked .panel-hdr:active + .panel-container {
border-color: transparent #dc3545 #dc3545;
}
.panel-toolbar .btn-panel.js-panel-collapse,
.panel-toolbar .btn-panel[data-action="panel-collapse"] {
background: #93ff87;
}
.panel-toolbar .btn-panel.js-panel-fullscreen,
.panel-toolbar .btn-panel[data-action="panel-fullscreen"] {
background: #ffbf87;
}
.panel-toolbar .btn-panel.js-panel-close,
.panel-toolbar .btn-panel[data-action="panel-close"] {
background: #ff8793;
}
.panel-placeholder {
background-color: #fff;
}
.panel-placeholder:before {
background: #fff;
}
.mod-panel-clean .panel-hdr {
background: #fff;
background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#fff));
background-image: linear-gradient(to bottom, #f7f7f7, #fff);
}
@media only screen and (max-width: 420px) {
.panel .panel-hdr {
color: #060606;
}
}
.popover .arrow {
border-color: inherit;
}
.menu-item,
label.menu-open-button {
background: #7c91df;
color: #fff !important;
}
.menu-item:hover,
label.menu-open-button:hover {
background: #536fd5;
}
.app-shortcut-icon {
background: #ecf0f1;
color: #ecf0f1;
}
.menu-open:checked + .menu-open-button {
background: #6e6e6e;
}
.bg-white {
background-color: #fff;
color: #666;
}
.bg-faded {
background-color: #f7f9fa;
}
.bg-offwhite-fade {
background-color: #fff;
background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#fff));
background-image: linear-gradient(to top, #fff, #fff);
}
.bg-subtlelight {
background-color: #fff;
}
.bg-subtlelight-fade {
background-color: #fff;
background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#fff));
background-image: linear-gradient(to top, #fff, #fff);
}
.bg-highlight {
background-color: #fff;
}
.bg-gray-50 {
background-color: #f9f9f9;
}
.bg-gray-100 {
background-color: #f8f9fa;
}
.bg-gray-200 {
background-color: #e9ecef;
}
.bg-gray-300 {
background-color: #dee2e6;
}
.bg-gray-400 {
background-color: #ced4da;
}
.bg-gray-500 {
background-color: #adb5bd;
}
.bg-gray-600 {
background-color: #6c757d;
}
.bg-gray-700 {
background-color: #495057;
}
.bg-gray-800 {
background-color: #343a40;
}
.bg-gray-900 {
background-color: #212529;
}
.border-faded {
border: 1px solid rgba(59, 59, 59, 0.07);
}
.hover-bg {
background: #fff;
}
.state-selected {
background: #fff !important;
}
.demo-window {
-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
}
.demo-window:before {
background: #e5e5e5;
}
.demo-window .demo-window-content:after,
.demo-window .demo-window-content:before,
.demo-window:after {
background: #ccc;
}
.bg-trans-gradient {
background: linear-gradient(250deg, #a0c5e3, #8496d7);
}
.notes {
background: #f9f4b5;
}
.disclaimer {
color: #a2a2a2;
}
.status {
position: relative;
}
.status:before {
background: #6e6e6e;
border: 2px solid #fff;
}
.status.status-success:before {
background: #93ff87;
}
.status.status-danger:before {
background: #ff8793;
}
.status.status-warning:before {
background: #ffbf87;
}
.frame-heading {
color: #bfbfbf;
}
.frame-wrap {
background: #fff;
}
.time-stamp {
color: #949494;
}
[data-hasmore] {
color: #fff;
}
[data-hasmore]:before {
background: rgba(0, 0, 0, 0.4);
}
code {
background: #fff;
}
::-moz-selection {
background: #6e6e6e;
color: #fff;
}
::selection {
background: #6e6e6e;
color: #fff;
}
::-moz-selection {
background: #6e6e6e;
color: #fff;
}
@media only screen and (max-width: 992px) {
.page-wrapper {
background: #fff;
}
.page-wrapper .page-header {
border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
.page-wrapper .page-content {
color: #222;
}
.page-wrapper .page-content .subheader .subheader-title {
color: #22282d;
}
.page-wrapper .page-content .subheader .subheader-title small {
color: #181c21;
}
.page-wrapper .page-content .p-g {
padding: 1.5rem;
}
.page-wrapper .page-footer {
border-top: 1px solid rgba(0, 0, 0, 0.09);
}
.nav-mobile-slide-out .page-wrapper .page-content {
background: #fff;
}
.mobile-nav-on .page-sidebar {
border-right: 1px solid rgba(0, 0, 0, 0.03);
-webkit-box-shadow: 0 3px 35px 3px rgba(0, 0, 0, 0.52);
box-shadow: 0 3px 35px 3px rgba(0, 0, 0, 0.52);
}
.mobile-nav-on .page-content-overlay {
background: rgba(0, 0, 0, 0.09);
}
}
@media only screen and (max-width: 576px) {
.mobile-search-on:not(.mobile-nav-on) .search .app-forms #search-field {
background: #fff;
}
.mobile-search-on:not(.mobile-nav-on) .search .app-forms #search-field:focus {
border-color: #7c91df;
}
}
[contenteditable="true"]:empty:not(:focus):before {
content: attr(data-placeholder);
color: #aeaeae;
}
[contenteditable="true"]::-moz-selection {
background: rgba(0, 132, 255, 0.2);
color: #000;
}
[contenteditable="true"]::selection {
background: rgba(0, 132, 255, 0.2);
color: #000;
}
[contenteditable="true"]::-moz-selection {
background: rgba(0, 132, 255, 0.2);
color: #000;
}
.form-control:focus ~ .input-group-prepend {
background: #7c91df;
}
.has-length .input-group-text {
border-color: #7c91df;
}
.has-length .input-group-text + .input-group-text {
border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.has-length .input-group-text:not([class^="bg-"]):not([class*=" bg-"]) {
background: #7c91df;
color: #fff !important;
}
.help-block {
color: #aeaeae;
}
.settings-panel h5 {
color: #6e6e6e;
}
.settings-panel .list {
color: #666;
}
.settings-panel .list:hover {
color: #333;
background: rgba(255, 255, 255, 0.7);
}
.settings-panel .expanded:before {
border-bottom-color: #7b7b7b;
}
@media only screen and (max-width: 992px) {
.mobile-view-activated #mmb,
.mobile-view-activated #nff,
.mobile-view-activated #nfh,
.mobile-view-activated #nfm,
.mobile-view-activated #nft {
position: relative;
}
.mobile-view-activated #mmb .onoffswitch-title,
.mobile-view-activated #nff .onoffswitch-title,
.mobile-view-activated #nfh .onoffswitch-title,
.mobile-view-activated #nfm .onoffswitch-title,
.mobile-view-activated #nft .onoffswitch-title {
color: #d58100 !important;
}
.mobile-view-activated #mmb .onoffswitch-title-desc,
.mobile-view-activated #nff .onoffswitch-title-desc,
.mobile-view-activated #nfh .onoffswitch-title-desc,
.mobile-view-activated #nfm .onoffswitch-title-desc,
.mobile-view-activated #nft .onoffswitch-title-desc {
color: #ec9f28 !important;
}
.mobile-view-activated #mmb:after,
.mobile-view-activated #nff:after,
.mobile-view-activated #nfh:after,
.mobile-view-activated #nfm:after,
.mobile-view-activated #nft:after {
background: #fff;
border: 1px solid #ffa454;
color: #3b3b3b;
}
}
.mod-nav-link:not(.nav-function-top):not(.nav-function-minify):not(.mod-hide-nav-icons)
ul.nav-menu:not(.nav-menu-compact)
> li
> ul:before {
border-left: 1px solid #435fc6;
}
.mod-nav-link:not(.nav-function-top):not(.nav-function-minify):not(.mod-hide-nav-icons)
ul.nav-menu:not(.nav-menu-compact)
> li
> ul
> li
a:after {
background-color: #7e91d8;
}
.bg-primary-50 {
background-color: #e2e7f8;
color: rgba(0, 0, 0, 0.8);
}
.bg-primary-50:hover {
color: rgba(0, 0, 0, 0.8);
}
.bg-primary-100 {
background-color: #ced6f3;
color: rgba(0, 0, 0, 0.8);
}
.bg-primary-100:hover {
color: rgba(0, 0, 0, 0.8);
}
.bg-primary-200 {
background-color: #b9c5ee;
color: rgba(0, 0, 0, 0.8);
}
.bg-primary-200:hover {
color: rgba(0, 0, 0, 0.8);
}
.bg-primary-300 {
background-color: #a5b3e9;
color: rgba(0, 0, 0, 0.8);
}
.bg-primary-300:hover {
color: rgba(0, 0, 0, 0.8);
}
.bg-primary-400 {
background-color: #90a2e4;
color: rgba(0, 0, 0, 0.8);
}
.bg-primary-400:hover {
color: rgba(0, 0, 0, 0.8);
}
.bg-primary-500 {
background-color: #7c91df;
color: #fff;
}
.bg-primary-500:hover {
color: #fff;
}
.bg-primary-600 {
background-color: #6880da;
color: #fff;
}
.bg-primary-600:hover {
color: #fff;
}
.bg-primary-700 {
background-color: #536fd5;
color: #fff;
}
.bg-primary-700:hover {
color: #fff;
}
.bg-primary-800 {
background-color: #3f5dd0;
color: #fff;
}
.bg-primary-800:hover {
color: #fff;
}
.bg-primary-900 {
background-color: #3050c5;
color: #fff;
}
.bg-primary-900:hover {
color: #fff;
}
.color-primary-50 {
color: #e2e7f8;
}
.color-primary-100 {
color: #ced6f3;
}
.color-primary-200 {
color: #b9c5ee;
}
.color-primary-300 {
color: #a5b3e9;
}
.color-primary-400 {
color: #90a2e4;
}
.color-primary-500 {
color: #7c91df;
}
.color-primary-600 {
color: #6880da;
}
.color-primary-700 {
color: #536fd5;
}
.color-primary-800 {
color: #3f5dd0;
}
.color-primary-900 {
color: #3050c5;
}
.bg-success-50 {
background-color: #fff;
color: rgba(0, 0, 0, 0.8);
}
.bg-success-50:hover {
color: rgba(0, 0, 0, 0.8);
}
.bg-success-100 {
background-color: #efffed;
color: rgba(0, 0, 0, 0.8);
}
.bg-success-100:hover {
color: rgba(0, 0, 0, 0.8);
}
.bg-success-200 {
background-color: #d8ffd4;
color: rgba(0, 0, 0, 0.8);
}
.bg-success-200:hover {
color: rgba(0, 0, 0, 0.8);
}
.bg-success-300 {
background-color: #c1ffba;
color: rgba(0, 0, 0, 0.8);
}
.bg-success-300:hover {
color: rgba(0, 0, 0, 0.8);
}
.bg-success-400 {
background-color: #aaffa1;
color: rgba(0, 0, 0, 0.8);
}
.bg-success-400:hover {
color: rgba(0, 0, 0, 0.8);
}
.bg-success-500 {
background-color: #93ff87;
color: rgba(0, 0, 0, 0.8);
}
.bg-success-500:hover {
color: rgba(0, 0, 0, 0.8);
}
.bg-success-600 {
background-color: #7cff6e;
color: rgba(0, 0, 0, 0.8);
}
.bg-success-600:hover {
color: rgba(0, 0, 0, 0.8);
}
.bg-success-700 {
background-color: #65ff54;
color: rgba(0, 0, 0, 0.8);
}
.bg-success-700:hover {
color: rgba(0, 0, 0, 0.8);
}
.bg-success-800 {
background-color: #4eff3b;
color: rgba(0, 0, 0, 0.8);
}
.bg-success-800:hover {
color: rgba(0, 0, 0, 0.8);
}
.bg-success-900 {
background-color: #37ff21;
color: rgba(0, 0, 0, 0.8);
}
.bg-success-900:hover {
color: rgba(0, 0, 0, 0.8);
}
.color-success-50 {
color: #fff;
}
.color-success-100 {
color: #efffed;
}
.color-success-200 {
color: #d8ffd4;
}
.color-success-300 {
color: #c1ffba;
}
.color-success-400 {
color: #aaffa1;
}
.color-success-500 {
color: #93ff87;
}
.color-success-600 {
color: #7cff6e;
}
.color-success-700 {
color: #65ff54;
}
.color-success-800 {
color: #4eff3b;
}
.color-success-900 {
color: #37ff21;
}
.bg-info-50 {
background-color: #fff;
color: rgba(0, 0, 0, 0.8);
}
.bg-info-50:hover {
color: rgba(0, 0, 0, 0.8);
}
.bg-info-100 {
background-color: #ebf5fd;
color: rgba(0, 0, 0, 0.8);
}
.bg-info-100:hover {
color: rgba(0, 0, 0, 0.8);
}
.bg-info-200 {
background-color: #d4eafa;
color: rgba(0, 0, 0, 0.8);
}
.bg-info-200:hover {
color: rgba(0, 0, 0, 0.8);
}
.bg-info-300 {
background-color: #bedef7;
color: rgba(0, 0, 0, 0.8);
}
.bg-info-300:hover {
color: rgba(0, 0, 0, 0.8);
}
.bg-info-400 {
background-color: #a7d3f5;
color: rgba(0, 0, 0, 0.8);
}
.bg-info-400:hover {
color: rgba(0, 0, 0, 0.8);
}
.bg-info-500 {
background-color: #90c7f2;
color: rgba(0, 0, 0, 0.8);
}
.bg-info-500:hover {
color: rgba(0, 0, 0, 0.8);
}
.bg-info-600 {
background-color: #79bbef;
color: rgba(0, 0, 0, 0.8);
}
.bg-info-600:hover {
color: rgba(0, 0, 0, 0.8);
}
.bg-info-700 {
background-color: #62b0ed;
color: #fff;
}
.bg-info-700:hover {
color: #fff;
}
.bg-info-800 {
background-color: #4ca4ea;
color: #fff;
}
.bg-info-800:hover {
color: #fff;
}
.bg-info-900 {
background-color: #3599e7;
color: #fff;
}
.bg-info-900:hover {
color: #fff;
}
.color-info-50 {
color: #fff;
}
.color-info-100 {
color: #ebf5fd;
}
.color-info-200 {
color: #d4eafa;
}
.color-info-300 {
color: #bedef7;
}
.color-info-400 {
color: #a7d3f5;
}
.color-info-500 {
color: #90c7f2;
}
.color-info-600 {
color: #79bbef;
}
.color-info-700 {
color: #62b0ed;
}
.color-info-800 {
color: #4ca4ea;
}
.color-info-900 {
color: #3599e7;
}
.bg-warning-50 {
background-color: #fff;
color: rgba(0, 0, 0, 0.8);
}
.bg-warning-50:hover {
color: rgba(0, 0, 0, 0.8);
}
.bg-warning-100 {
background-color: #fff5ed;
color: rgba(0, 0, 0, 0.8);
}
.bg-warning-100:hover {
color: rgba(0, 0, 0, 0.8);
}
.bg-warning-200 {
background-color: #ffe8d4;
color: rgba(0, 0, 0, 0.8);
}
.bg-warning-200:hover {
color: rgba(0, 0, 0, 0.8);
}
.bg-warning-300 {
background-color: #ffdaba;
color: rgba(0, 0, 0, 0.8);
}
.bg-warning-300:hover {
color: rgba(0, 0, 0, 0.8);
}
.bg-warning-400 {
background-color: #ffcda1;
color: rgba(0, 0, 0, 0.8);
}
.bg-warning-400:hover {
color: rgba(0, 0, 0, 0.8);
}
.bg-warning-500 {
background-color: #ffbf87;
color: rgba(0, 0, 0, 0.8);
}
.bg-warning-500:hover {
color: rgba(0, 0, 0, 0.8);
}
.bg-warning-600 {
background-color: #ffb16e;
color: rgba(0, 0, 0, 0.8);
}
.bg-warning-600:hover {
color: rgba(0, 0, 0, 0.8);
}
.bg-warning-700 {
background-color: #ffa454;
color: rgba(0, 0, 0, 0.8);
}
.bg-warning-700:hover {
color: rgba(0, 0, 0, 0.8);
}
.bg-warning-800 {
background-color: #ff963b;
color: rgba(0, 0, 0, 0.8);
}
.bg-warning-800:hover {
color: rgba(0, 0, 0, 0.8);
}
.bg-warning-900 {
background-color: #ff8921;
color: rgba(0, 0, 0, 0.8);
}
.bg-warning-900:hover {
color: rgba(0, 0, 0, 0.8);
}
.color-warning-50 {
color: #fff;
}
.color-warning-100 {
color: #fff5ed;
}
.color-warning-200 {
color: #ffe8d4;
}
.color-warning-300 {
color: #ffdaba;
}
.color-warning-400 {
color: #ffcda1;
}
.color-warning-500 {
color: #ffbf87;
}
.color-warning-600 {
color: #ffb16e;
}
.color-warning-700 {
color: #ffa454;
}
.color-warning-800 {
color: #ff963b;
}
.color-warning-900 {
color: #ff8921;
}
.bg-danger-50 {
background-color: #fff;
color: rgba(0, 0, 0, 0.8);
}
.bg-danger-50:hover {
color: rgba(0, 0, 0, 0.8);
}
.bg-danger-100 {
background-color: #ffedef;
color: rgba(0, 0, 0, 0.8);
}
.bg-danger-100:hover {
color: rgba(0, 0, 0, 0.8);
}
.bg-danger-200 {
background-color: #ffd4d8;
color: rgba(0, 0, 0, 0.8);
}
.bg-danger-200:hover {
color: rgba(0, 0, 0, 0.8);
}
.bg-danger-300 {
background-color: #ffbac1;
color: rgba(0, 0, 0, 0.8);
}
.bg-danger-300:hover {
color: rgba(0, 0, 0, 0.8);
}
.bg-danger-400 {
background-color: #ffa1aa;
color: rgba(0, 0, 0, 0.8);
}
.bg-danger-400:hover {
color: rgba(0, 0, 0, 0.8);
}
.bg-danger-500 {
background-color: #ff8793;
color: rgba(0, 0, 0, 0.8);
}
.bg-danger-500:hover {
color: rgba(0, 0, 0, 0.8);
}
.bg-danger-600 {
background-color: #ff6e7c;
color: rgba(0, 0, 0, 0.8);
}
.bg-danger-600:hover {
color: rgba(0, 0, 0, 0.8);
}
.bg-danger-700 {
background-color: #ff5465;
color: #fff;
}
.bg-danger-700:hover {
color: #fff;
}
.bg-danger-800 {
background-color: #ff3b4e;
color: #fff;
}
.bg-danger-800:hover {
color: #fff;
}
.bg-danger-900 {
background-color: #ff2137;
color: #fff;
}
.bg-danger-900:hover {
color: #fff;
}
.color-danger-50 {
color: #fff;
}
.color-danger-100 {
color: #ffedef;
}
.color-danger-200 {
color: #ffd4d8;
}
.color-danger-300 {
color: #ffbac1;
}
.color-danger-400 {
color: #ffa1aa;
}
.color-danger-500 {
color: #ff8793;
}
.color-danger-600 {
color: #ff6e7c;
}
.color-danger-700 {
color: #ff5465;
}
.color-danger-800 {
color: #ff3b4e;
}
.color-danger-900 {
color: #ff2137;
}
.bg-fusion-50 {
background-color: #aeaeae;
color: rgba(0, 0, 0, 0.8);
}
.bg-fusion-50:hover {
color: rgba(0, 0, 0, 0.8);
}
.bg-fusion-100 {
background-color: #a1a1a1;
color: rgba(0, 0, 0, 0.8);
}
.bg-fusion-100:hover {
color: rgba(0, 0, 0, 0.8);
}
.bg-fusion-200 {
background-color: #949494;
color: #fff;
}
.bg-fusion-200:hover {
color: #fff;
}
.bg-fusion-300 {
background-color: #878787;
color: #fff;
}
.bg-fusion-300:hover {
color: #fff;
}
.bg-fusion-400 {
background-color: #7b7b7b;
color: #fff;
}
.bg-fusion-400:hover {
color: #fff;
}
.bg-fusion-500 {
background-color: #6e6e6e;
color: #fff;
}
.bg-fusion-500:hover {
color: #fff;
}
.bg-fusion-600 {
background-color: #616161;
color: #fff;
}
.bg-fusion-600:hover {
color: #fff;
}
.bg-fusion-700 {
background-color: #545454;
color: #fff;
}
.bg-fusion-700:hover {
color: #fff;
}
.bg-fusion-800 {
background-color: #484848;
color: #fff;
}
.bg-fusion-800:hover {
color: #fff;
}
.bg-fusion-900 {
background-color: #3b3b3b;
color: #fff;
}
.bg-fusion-900:hover {
color: #fff;
}
.color-fusion-50 {
color: #aeaeae;
}
.color-fusion-100 {
color: #a1a1a1;
}
.color-fusion-200 {
color: #949494;
}
.color-fusion-300 {
color: #878787;
}
.color-fusion-400 {
color: #7b7b7b;
}
.color-fusion-500 {
color: #6e6e6e;
}
.color-fusion-600 {
color: #616161;
}
.color-fusion-700 {
color: #545454;
}
.color-fusion-800 {
color: #484848;
}
.color-fusion-900 {
color: #3b3b3b;
}
.color-white {
color: #fff;
}
.color-black {
color: #222;
}
.bg-primary-gradient {
background-image: linear-gradient(250deg, rgba(48, 80, 197, 0.7), transparent);
}
.bg-danger-gradient {
background-image: linear-gradient(250deg, rgba(255, 33, 55, 0.7), transparent);
}
.bg-info-gradient {
background-image: linear-gradient(250deg, rgba(53, 153, 231, 0.7), transparent);
}
.bg-warning-gradient {
background-image: linear-gradient(250deg, rgba(255, 137, 33, 0.7), transparent);
}
.bg-success-gradient {
background-image: linear-gradient(250deg, rgba(55, 255, 33, 0.7), transparent);
}
.bg-fusion-gradient {
background-image: linear-gradient(250deg, rgba(59, 59, 59, 0.7), transparent);
}
.btn-primary {
color: #fff;
background-color: #7c91df;
border-color: #7c91df;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-primary:hover {
color: #fff;
background-color: #5d77d7;
border-color: #536fd5;
}
.btn-primary.focus,
.btn-primary:focus {
color: #fff;
background-color: #5d77d7;
border-color: #536fd5;
-webkit-box-shadow: 0 0 0 0.2rem rgba(144, 162, 228, 0.5);
box-shadow: 0 0 0 0.2rem rgba(144, 162, 228, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
color: #fff;
background-color: #7c91df;
border-color: #7c91df;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
color: #fff;
background-color: #536fd5;
border-color: #4966d2;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(144, 162, 228, 0.5);
box-shadow: 0 0 0 0.2rem rgba(144, 162, 228, 0.5);
}
.btn-secondary {
color: #fff;
background-color: #6c757d;
border-color: #6c757d;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-secondary:hover {
color: #fff;
background-color: #5a6268;
border-color: #545b62;
}
.btn-secondary.focus,
.btn-secondary:focus {
color: #fff;
background-color: #5a6268;
border-color: #545b62;
-webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
color: #fff;
background-color: #6c757d;
border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
color: #fff;
background-color: #545b62;
border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-success {
color: #212529;
background-color: #93ff87;
border-color: #93ff87;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-success:hover {
color: #212529;
background-color: #71ff61;
border-color: #65ff54;
}
.btn-success.focus,
.btn-success:focus {
color: #212529;
background-color: #71ff61;
border-color: #65ff54;
-webkit-box-shadow: 0 0 0 0.2rem rgba(130, 222, 121, 0.5);
box-shadow: 0 0 0 0.2rem rgba(130, 222, 121, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
color: #212529;
background-color: #93ff87;
border-color: #93ff87;
}
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
color: #212529;
background-color: #65ff54;
border-color: #5aff47;
}
.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-success.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(130, 222, 121, 0.5);
box-shadow: 0 0 0 0.2rem rgba(130, 222, 121, 0.5);
}
.btn-info {
color: #212529;
background-color: #90c7f2;
border-color: #90c7f2;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-info:hover {
color: #212529;
background-color: #6eb6ee;
border-color: #62b0ed;
}
.btn-info.focus,
.btn-info:focus {
color: #212529;
background-color: #6eb6ee;
border-color: #62b0ed;
-webkit-box-shadow: 0 0 0 0.2rem rgba(127, 175, 212, 0.5);
box-shadow: 0 0 0 0.2rem rgba(127, 175, 212, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
color: #212529;
background-color: #90c7f2;
border-color: #90c7f2;
}
.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show > .btn-info.dropdown-toggle {
color: #212529;
background-color: #62b0ed;
border-color: #57aaeb;
}
.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-info.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(127, 175, 212, 0.5);
box-shadow: 0 0 0 0.2rem rgba(127, 175, 212, 0.5);
}
.btn-warning {
color: #212529;
background-color: #ffbf87;
border-color: #ffbf87;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-warning:hover {
color: #212529;
background-color: #ffab61;
border-color: #ffa454;
}
.btn-warning.focus,
.btn-warning:focus {
color: #212529;
background-color: #ffab61;
border-color: #ffa454;
-webkit-box-shadow: 0 0 0 0.2rem rgba(222, 168, 121, 0.5);
box-shadow: 0 0 0 0.2rem rgba(222, 168, 121, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
color: #212529;
background-color: #ffbf87;
border-color: #ffbf87;
}
.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show > .btn-warning.dropdown-toggle {
color: #212529;
background-color: #ffa454;
border-color: #ff9d47;
}
.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-warning.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(222, 168, 121, 0.5);
box-shadow: 0 0 0 0.2rem rgba(222, 168, 121, 0.5);
}
.btn-danger {
color: #212529;
background-color: #ff8793;
border-color: #ff8793;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-danger:hover {
color: #fff;
background-color: #ff6171;
border-color: #ff5465;
}
.btn-danger.focus,
.btn-danger:focus {
color: #fff;
background-color: #ff6171;
border-color: #ff5465;
-webkit-box-shadow: 0 0 0 0.2rem rgba(222, 120, 131, 0.5);
box-shadow: 0 0 0 0.2rem rgba(222, 120, 131, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
color: #212529;
background-color: #ff8793;
border-color: #ff8793;
}
.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show > .btn-danger.dropdown-toggle {
color: #fff;
background-color: #ff5465;
border-color: #ff475a;
}
.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-danger.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(222, 120, 131, 0.5);
box-shadow: 0 0 0 0.2rem rgba(222, 120, 131, 0.5);
}
.btn-light {
color: #212529;
background-color: #fff;
border-color: #fff;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-light:hover {
color: #212529;
background-color: #ececec;
border-color: #e6e6e6;
}
.btn-light.focus,
.btn-light:focus {
color: #212529;
background-color: #ececec;
border-color: #e6e6e6;
-webkit-box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
color: #212529;
background-color: #fff;
border-color: #fff;
}
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
color: #212529;
background-color: #e6e6e6;
border-color: #dfdfdf;
}
.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-light.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}
.btn-dark {
color: #fff;
background-color: #6e6e6e;
border-color: #6e6e6e;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-dark:hover {
color: #fff;
background-color: #5b5b5b;
border-color: #545454;
}
.btn-dark.focus,
.btn-dark:focus {
color: #fff;
background-color: #5b5b5b;
border-color: #545454;
-webkit-box-shadow: 0 0 0 0.2rem rgba(132, 132, 132, 0.5);
box-shadow: 0 0 0 0.2rem rgba(132, 132, 132, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
color: #fff;
background-color: #6e6e6e;
border-color: #6e6e6e;
}
.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show > .btn-dark.dropdown-toggle {
color: #fff;
background-color: #545454;
border-color: #4e4e4e;
}
.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-dark.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(132, 132, 132, 0.5);
box-shadow: 0 0 0 0.2rem rgba(132, 132, 132, 0.5);
}
.btn-outline-primary {
color: #7c91df;
border-color: #7c91df;
}
.btn-outline-primary:hover {
color: #fff;
background-color: #7c91df;
border-color: #7c91df;
}
.btn-outline-primary.focus,
.btn-outline-primary:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(124, 145, 223, 0.5);
box-shadow: 0 0 0 0.2rem rgba(124, 145, 223, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
color: #7c91df;
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: #7c91df;
border-color: #7c91df;
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(124, 145, 223, 0.5);
box-shadow: 0 0 0 0.2rem rgba(124, 145, 223, 0.5);
}
.btn-outline-secondary {
color: #6c757d;
border-color: #6c757d;
}
.btn-outline-secondary:hover {
color: #fff;
background-color: #6c757d;
border-color: #6c757d;
}
.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
color: #6c757d;
background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary.dropdown-toggle {
color: #fff;
background-color: #6c757d;
border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-success {
color: #93ff87;
border-color: #93ff87;
}
.btn-outline-success:hover {
color: #212529;
background-color: #93ff87;
border-color: #93ff87;
}
.btn-outline-success.focus,
.btn-outline-success:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(147, 255, 135, 0.5);
box-shadow: 0 0 0 0.2rem rgba(147, 255, 135, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
color: #93ff87;
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: #212529;
background-color: #93ff87;
border-color: #93ff87;
}
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(147, 255, 135, 0.5);
box-shadow: 0 0 0 0.2rem rgba(147, 255, 135, 0.5);
}
.btn-outline-info {
color: #90c7f2;
border-color: #90c7f2;
}
.btn-outline-info:hover {
color: #212529;
background-color: #90c7f2;
border-color: #90c7f2;
}
.btn-outline-info.focus,
.btn-outline-info:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(144, 199, 242, 0.5);
box-shadow: 0 0 0 0.2rem rgba(144, 199, 242, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
color: #90c7f2;
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: #212529;
background-color: #90c7f2;
border-color: #90c7f2;
}
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(144, 199, 242, 0.5);
box-shadow: 0 0 0 0.2rem rgba(144, 199, 242, 0.5);
}
.btn-outline-warning {
color: #ffbf87;
border-color: #ffbf87;
}
.btn-outline-warning:hover {
color: #212529;
background-color: #ffbf87;
border-color: #ffbf87;
}
.btn-outline-warning.focus,
.btn-outline-warning:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 191, 135, 0.5);
box-shadow: 0 0 0 0.2rem rgba(255, 191, 135, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
color: #ffbf87;
background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show > .btn-outline-warning.dropdown-toggle {
color: #212529;
background-color: #ffbf87;
border-color: #ffbf87;
}
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 191, 135, 0.5);
box-shadow: 0 0 0 0.2rem rgba(255, 191, 135, 0.5);
}
.btn-outline-danger {
color: #ff8793;
border-color: #ff8793;
}
.btn-outline-danger:hover {
color: #212529;
background-color: #ff8793;
border-color: #ff8793;
}
.btn-outline-danger.focus,
.btn-outline-danger:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 135, 147, 0.5);
box-shadow: 0 0 0 0.2rem rgba(255, 135, 147, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
color: #ff8793;
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: #212529;
background-color: #ff8793;
border-color: #ff8793;
}
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 135, 147, 0.5);
box-shadow: 0 0 0 0.2rem rgba(255, 135, 147, 0.5);
}
.btn-outline-light {
color: #fff;
border-color: #fff;
}
.btn-outline-light:hover {
color: #212529;
background-color: #fff;
border-color: #fff;
}
.btn-outline-light.focus,
.btn-outline-light:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
color: #fff;
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: #fff;
border-color: #fff;
}
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-outline-dark {
color: #6e6e6e;
border-color: #6e6e6e;
}
.btn-outline-dark:hover {
color: #fff;
background-color: #6e6e6e;
border-color: #6e6e6e;
}
.btn-outline-dark.focus,
.btn-outline-dark:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(110, 110, 110, 0.5);
box-shadow: 0 0 0 0.2rem rgba(110, 110, 110, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
color: #6e6e6e;
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: #6e6e6e;
border-color: #6e6e6e;
}
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(110, 110, 110, 0.5);
box-shadow: 0 0 0 0.2rem rgba(110, 110, 110, 0.5);
}
.border-primary {
border-color: #7c91df !important;
}
.border-secondary {
border-color: #6c757d !important;
}
.border-success {
border-color: #93ff87 !important;
}
.border-info {
border-color: #90c7f2 !important;
}
.border-warning {
border-color: #ffbf87 !important;
}
.border-danger {
border-color: #ff8793 !important;
}
.border-light {
border-color: #fff !important;
}
.border-dark {
border-color: #6e6e6e !important;
}
.text-primary {
color: #7c91df !important;
}
a.text-primary:focus,
a.text-primary:hover {
color: #3f5dd0 !important;
}
.text-secondary {
color: #6c757d !important;
}
a.text-secondary:focus,
a.text-secondary:hover {
color: #494f54 !important;
}
.text-success {
color: #93ff87 !important;
}
a.text-success:focus,
a.text-success:hover {
color: #4eff3b !important;
}
.text-info {
color: #90c7f2 !important;
}
a.text-info:focus,
a.text-info:hover {
color: #4ca4ea !important;
}
.text-warning {
color: #ffbf87 !important;
}
a.text-warning:focus,
a.text-warning:hover {
color: #ff963b !important;
}
.text-danger {
color: #ff8793 !important;
}
a.text-danger:focus,
a.text-danger:hover {
color: #ff3b4e !important;
}
.text-light {
color: #fff !important;
}
a.text-light:focus,
a.text-light:hover {
color: #d9d9d9 !important;
}
.text-dark {
color: #6e6e6e !important;
}
a.text-dark:focus,
a.text-dark:hover {
color: #484848 !important;
}
.bg-primary {
background-color: #7c91df !important;
}
a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
background-color: #536fd5 !important;
}
.bg-secondary {
background-color: #6c757d !important;
}
a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
background-color: #545b62 !important;
}
.bg-success {
background-color: #93ff87 !important;
}
a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
background-color: #65ff54 !important;
}
.bg-info {
background-color: #90c7f2 !important;
}
a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
background-color: #62b0ed !important;
}
.bg-warning {
background-color: #ffbf87 !important;
}
a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
background-color: #ffa454 !important;
}
.bg-danger {
background-color: #ff8793 !important;
}
a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
background-color: #ff5465 !important;
}
.bg-light {
background-color: #fff !important;
}
a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
background-color: #e6e6e6 !important;
}
.bg-dark {
background-color: #6e6e6e !important;
}
a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
background-color: #545454 !important;
}
:root {
--theme-primary: #7c91df;
--theme-secondary: #6c757d;
--theme-success: #93ff87;
--theme-info: #90c7f2;
--theme-warning: #ffbf87;
--theme-danger: #ff8793;
--theme-light: #fff;
--theme-dark: #6e6e6e;
--theme-primary-50: #e2e7f8;
--theme-primary-100: #ced6f3;
--theme-primary-200: #b9c5ee;
--theme-primary-300: #a5b3e9;
--theme-primary-400: #90a2e4;
--theme-primary-500: #7c91df;
--theme-primary-600: #6880da;
--theme-primary-700: #536fd5;
--theme-primary-800: #3f5dd0;
--theme-primary-900: #3050c5;
--theme-success-50: white;
--theme-success-100: #efffed;
--theme-success-200: #d8ffd4;
--theme-success-300: #c1ffba;
--theme-success-400: #aaffa1;
--theme-success-500: #93ff87;
--theme-success-600: #7cff6e;
--theme-success-700: #65ff54;
--theme-success-800: #4eff3b;
--theme-success-900: #37ff21;
--theme-info-50: white;
--theme-info-100: #ebf5fd;
--theme-info-200: #d4eafa;
--theme-info-300: #bedef7;
--theme-info-400: #a7d3f5;
--theme-info-500: #90c7f2;
--theme-info-600: #79bbef;
--theme-info-700: #62b0ed;
--theme-info-800: #4ca4ea;
--theme-info-900: #3599e7;
--theme-warning-50: white;
--theme-warning-100: #fff5ed;
--theme-warning-200: #ffe8d4;
--theme-warning-300: #ffdaba;
--theme-warning-400: #ffcda1;
--theme-warning-500: #ffbf87;
--theme-warning-600: #ffb16e;
--theme-warning-700: #ffa454;
--theme-warning-800: #ff963b;
--theme-warning-900: #ff8921;
--theme-danger-50: white;
--theme-danger-100: #ffedef;
--theme-danger-200: #ffd4d8;
--theme-danger-300: #ffbac1;
--theme-danger-400: #ffa1aa;
--theme-danger-500: #ff8793;
--theme-danger-600: #ff6e7c;
--theme-danger-700: #ff5465;
--theme-danger-800: #ff3b4e;
--theme-danger-900: #ff2137;
--theme-fusion-50: #aeaeae;
--theme-fusion-100: #a1a1a1;
--theme-fusion-200: #949494;
--theme-fusion-300: #878787;
--theme-fusion-400: #7b7b7b;
--theme-fusion-500: #6e6e6e;
--theme-fusion-600: #616161;
--theme-fusion-700: #545454;
--theme-fusion-800: #484848;
--theme-fusion-900: #3b3b3b;
}
.ct-series-a .ct-bar,
.ct-series-a .ct-line,
.ct-series-a .ct-point,
.ct-series-a .ct-slice-donut {
stroke: #7c91df;
}
.ct-series-a .ct-area,
.ct-series-a .ct-slice-donut-solid,
.ct-series-a .ct-slice-pie {
fill: #7c91df;
}
.ct-series-b .ct-bar,
.ct-series-b .ct-line,
.ct-series-b .ct-point,
.ct-series-b .ct-slice-donut {
stroke: #ff8793;
}
.ct-series-b .ct-area,
.ct-series-b .ct-slice-donut-solid,
.ct-series-b .ct-slice-pie {
fill: #ff8793;
}
.ct-series-c .ct-bar,
.ct-series-c .ct-line,
.ct-series-c .ct-point,
.ct-series-c .ct-slice-donut {
stroke: #ffbf87;
}
.ct-series-c .ct-area,
.ct-series-c .ct-slice-donut-solid,
.ct-series-c .ct-slice-pie {
fill: #ffbf87;
}
.ct-series-d .ct-bar,
.ct-series-d .ct-line,
.ct-series-d .ct-point,
.ct-series-d .ct-slice-donut {
stroke: #90c7f2;
}
.ct-series-d .ct-area,
.ct-series-d .ct-slice-donut-solid,
.ct-series-d .ct-slice-pie {
fill: #90c7f2;
}
.ct-series-e .ct-bar,
.ct-series-e .ct-line,
.ct-series-e .ct-point,
.ct-series-e .ct-slice-donut {
stroke: #6e6e6e;
}
.ct-series-e .ct-area,
.ct-series-e .ct-slice-donut-solid,
.ct-series-e .ct-slice-pie {
fill: #6e6e6e;
}
.ct-series-f .ct-bar,
.ct-series-f .ct-line,
.ct-series-f .ct-point,
.ct-series-f .ct-slice-donut {
stroke: #93ff87;
}
.ct-series-f .ct-area,
.ct-series-f .ct-slice-donut-solid,
.ct-series-f .ct-slice-pie {
fill: #93ff87;
}
.ct-series-g .ct-bar,
.ct-series-g .ct-line,
.ct-series-g .ct-point,
.ct-series-g .ct-slice-donut {
stroke: #90c7f2;
}
.ct-series-g .ct-area,
.ct-series-g .ct-slice-donut-solid,
.ct-series-g .ct-slice-pie {
fill: #90c7f2;
}
.ct-series-h .ct-bar,
.ct-series-h .ct-line,
.ct-series-h .ct-point,
.ct-series-h .ct-slice-donut {
stroke: #3050c5;
}
.ct-series-h .ct-area,
.ct-series-h .ct-slice-donut-solid,
.ct-series-h .ct-slice-pie {
fill: #3050c5;
}
.ct-series-i .ct-bar,
.ct-series-i .ct-line,
.ct-series-i .ct-point,
.ct-series-i .ct-slice-donut {
stroke: #ffedef;
}
.ct-series-i .ct-area,
.ct-series-i .ct-slice-donut-solid,
.ct-series-i .ct-slice-pie {
fill: #ffedef;
}
.ct-series-j .ct-bar,
.ct-series-j .ct-line,
.ct-series-j .ct-point,
.ct-series-j .ct-slice-donut {
stroke: #ffe8d4;
}
.ct-series-j .ct-area,
.ct-series-j .ct-slice-donut-solid,
.ct-series-j .ct-slice-pie {
fill: #ffe8d4;
}
.ct-series-k .ct-bar,
.ct-series-k .ct-line,
.ct-series-k .ct-point,
.ct-series-k .ct-slice-donut {
stroke: #ff2137;
}
.ct-series-k .ct-area,
.ct-series-k .ct-slice-donut-solid,
.ct-series-k .ct-slice-pie {
fill: #ff2137;
}
.ct-series-l .ct-bar,
.ct-series-l .ct-line,
.ct-series-l .ct-point,
.ct-series-l .ct-slice-donut {
stroke: #878787;
}
.ct-series-l .ct-area,
.ct-series-l .ct-slice-donut-solid,
.ct-series-l .ct-slice-pie {
fill: #878787;
}
.ct-series-m .ct-bar,
.ct-series-m .ct-line,
.ct-series-m .ct-point,
.ct-series-m .ct-slice-donut {
stroke: #c1ffba;
}
.ct-series-m .ct-area,
.ct-series-m .ct-slice-donut-solid,
.ct-series-m .ct-slice-pie {
fill: #c1ffba;
}
.ct-series-n .ct-bar,
.ct-series-n .ct-line,
.ct-series-n .ct-point,
.ct-series-n .ct-slice-donut {
stroke: #bedef7;
}
.ct-series-n .ct-area,
.ct-series-n .ct-slice-donut-solid,
.ct-series-n .ct-slice-pie {
fill: #bedef7;
}
.ct-series-o .ct-bar,
.ct-series-o .ct-line,
.ct-series-o .ct-point,
.ct-series-o .ct-slice-donut {
stroke: #a5b3e9;
}
.ct-series-o .ct-area,
.ct-series-o .ct-slice-donut-solid,
.ct-series-o .ct-slice-pie {
fill: #a5b3e9;
}
#myapp-0 {
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
#myapp-8 {
-webkit-box-shadow: 0 0 0 3px #000;
box-shadow: 0 0 0 3px #000;
} | 0.218086 | 0.078008 |
padding-top: 4%;
padding-left: 15%;
padding-right: 15%;
}
#row_header{
background-color: #eee;
font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'Noto Sans JP', メイリオ, Meiryo, Osaka, 'MS Pゴシック', 'MS PGothic', sans-serif !important;
font-weight: bold;
}
table.normal.type3 th, table.normal.type3 td{
padding: 15px;
font-size: 14px;
width: 25%;
font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'Noto Sans JP', メイリオ, Meiryo, Osaka, 'MS Pゴシック', 'MS PGothic', sans-serif !important;
}
.date-list ul li select {
width: 100%;
padding: 7px;
background: none !important;
border-radius: 7px;
font-size: 15px;
}
select {
margin: 0 10px 0 0;
}
ul, li {
margin: 0;
padding: 0;
list-style: none;
}
.date-list ul li:first-child, .date-list ul li:last-child {
margin: 5px 0 0 0;
}
.date-list ul {
display: flex;
justify-content: space-between;
margin-bottom: 10px;
}
#prev_sale {
text-align: center;
width: 26px;
height: 26px;
display: block;
background: #fff;
/* padding: 6px 8px; */
line-height: 22px;
border: 1px solid #ddd;
border-radius: 50%;
margin: 0 3px;
font-size: 18px;
}
select{
margin: 0 auto;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
vertical-align: baseline;
font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'Noto Sans JP', メイリオ, Meiryo, Osaka, 'MS Pゴシック', 'MS PGothic', sans-serif !important;
}
.check-map {
display: block;
}
.check-map a{
clear: both;
display: inline-block;
background: #ffff;
color: #F00;
padding: 4px 8px;
box-shadow: 0 3px 0 #808886;
position: relative;
cursor: pointer;
border-radius: 7px;
font-size: 12px;
text-decoration: none;
}
.detail{
font-size: 12.5px;
}
.detail a{
color:#333;
}
#total_price{
font-weight:bold;
}
#sum_price{
font-weight:bold;
font-size: 15px;
}
#prev_sale{
cursor: pointer;
}
#complete{
color:rgb(100, 49, 49);
}
#deposite_ready{
color:rgb(255, 49, 49);
}
#deposite{
background: #99bd77;
box-shadow: 0 5px 0 #ca7474;
}
.li_sale{
width: 33px;
} | public/assets/admin/css/pages/sale_detail.css | padding-top: 4%;
padding-left: 15%;
padding-right: 15%;
}
#row_header{
background-color: #eee;
font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'Noto Sans JP', メイリオ, Meiryo, Osaka, 'MS Pゴシック', 'MS PGothic', sans-serif !important;
font-weight: bold;
}
table.normal.type3 th, table.normal.type3 td{
padding: 15px;
font-size: 14px;
width: 25%;
font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'Noto Sans JP', メイリオ, Meiryo, Osaka, 'MS Pゴシック', 'MS PGothic', sans-serif !important;
}
.date-list ul li select {
width: 100%;
padding: 7px;
background: none !important;
border-radius: 7px;
font-size: 15px;
}
select {
margin: 0 10px 0 0;
}
ul, li {
margin: 0;
padding: 0;
list-style: none;
}
.date-list ul li:first-child, .date-list ul li:last-child {
margin: 5px 0 0 0;
}
.date-list ul {
display: flex;
justify-content: space-between;
margin-bottom: 10px;
}
#prev_sale {
text-align: center;
width: 26px;
height: 26px;
display: block;
background: #fff;
/* padding: 6px 8px; */
line-height: 22px;
border: 1px solid #ddd;
border-radius: 50%;
margin: 0 3px;
font-size: 18px;
}
select{
margin: 0 auto;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
vertical-align: baseline;
font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'Noto Sans JP', メイリオ, Meiryo, Osaka, 'MS Pゴシック', 'MS PGothic', sans-serif !important;
}
.check-map {
display: block;
}
.check-map a{
clear: both;
display: inline-block;
background: #ffff;
color: #F00;
padding: 4px 8px;
box-shadow: 0 3px 0 #808886;
position: relative;
cursor: pointer;
border-radius: 7px;
font-size: 12px;
text-decoration: none;
}
.detail{
font-size: 12.5px;
}
.detail a{
color:#333;
}
#total_price{
font-weight:bold;
}
#sum_price{
font-weight:bold;
font-size: 15px;
}
#prev_sale{
cursor: pointer;
}
#complete{
color:rgb(100, 49, 49);
}
#deposite_ready{
color:rgb(255, 49, 49);
}
#deposite{
background: #99bd77;
box-shadow: 0 5px 0 #ca7474;
}
.li_sale{
width: 33px;
} | 0.228329 | 0.074905 |
@media screen and (min-width: 768px) {
body {
margin: 1.5em;
}
}
h1, h2, p {
font-family: 'Tajawal', sans-serif;
display: block;
text-align: center;
margin: .7em;
}
@media screen and (min-width: 768px) {
.center {
margin: 0 auto;
width: 700px;
}
}
p {
display: block;
text-align: left;
font-size: 1.25em;
line-height: 1.625em;
}
.list {
font-family: 'Tajawal', sans-serif;
font-size: 1.25em;
line-height: 1.625em;
}
.btn-container {
display: block;
text-align: center;
}
div.pages, div.pages .list, div.footer, div.footer .list {
display: inline;
line-height: 30px;
}
div.pages .list a {
display: inline-block;
letter-spacing: 0.125em;
font-family: 'Tajawal', sans-serif;
font-size: 1.25em;
margin: .7em;
padding: .6em 1.2em .6em 1.2em;
text-align: center;
color: #000;
text-decoration: none;
border: solid .2em;
border-color: #333a56;
height: 100%;
-webkit-transition: all .25s ease;
-moz-transition: all .25s ease;
-ms-transition: all .25s ease;
-o-transition: all .25s ease;
transition: all .25s ease;
}
div.footer .list a {
display: inline-block;
letter-spacing: 0.125em;
font-size: 1.125em;
margin: .7em;
padding: .3em 1.2em .3em 1.2em;
text-align: center;
color: #000;
text-decoration: none;
height: 100%;
-webkit-transition: all .25s ease;
-moz-transition: all .25s ease;
-ms-transition: all .25s ease;
-o-transition: all .25s ease;
transition: all .25s ease;
}
div.pages .list a:hover, div.pages .list.selected a, div.pages .list.selected a:hover {
color: #fff;
background-color: #333a56;
}
.cool-link::after {
content: '';
display: block;
width: 0;
height: .125em;
border-bottom: solid .2em;
border-color: #52658f;
transition: width .3s;
}
.cool-link:hover::after {
width: 100%;
//transition: width .3s;
}
a {
display: block;
text-align: center;
margin: .7em;
font-family: 'Tajawal', sans-serif;
text-decoration: none;
color: #000;
font-size: 1em;
}
.grid {
display: flex;
flex-wrap: wrap;
margin: 1.4em 0 .7em 0;
}
.grid_item {
background: #ebebeb;
display: inline-block;
-moz-transform: translate3d(0, 0, 0);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-moz-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
-webkit-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.grid_link {
display: block;
color: #000;
margin: .0625em;
}
.tile {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
line-height: 50px;
padding: 5px;
color: #fff;
background-color: rgba(0,0,0,0.7);
}
.tile p {
font-family: 'Tajawal', sans-serif;
font-size: 1.25em;
text-align: center;
letter-spacing: 0.125em;
}
@media all and (min-width: 320px) and (max-width: 640px) {
.tile p {
font-size: 1.125em;
}
}
.a {
background-image: url("../pictures/project.jpg");
background-size: cover;
}
.b {
background-image: url("../pictures/code.jpg");
background-size: cover;
}
.c {
background-image: url("../pictures/clients.jpg");
background-size: cover;
}
.aa {
background-image: url("../pictures/data.jpg");
background-size: cover;
}
.ab {
background-image: url("../pictures/development.jpg");
background-size: cover;
}
.ac {
background-image: url("../pictures/code.jpg");
background-size: cover;
}
@media all and (max-width: 320px) {
.span {
width: 100%;
}
.span .grid_link {
padding-bottom: 80%;
}
}
@media all and (min-width: 321px) and (max-width: 480px) {
.span {
width: 50%;
}
.span .grid_link {
padding-bottom: 80%;
}
}
@media all and (min-width: 481px) and (max-width: 767px) {
.span {
width: 33.3%;
}
.span .grid_link {
padding-bottom: 80%;
}
}
@media all and (min-width: 768px) {
.span {
width: 33.3%;
}
.span .grid_link {
padding-bottom: 60%;
}
} | docs/css/style.css | @media screen and (min-width: 768px) {
body {
margin: 1.5em;
}
}
h1, h2, p {
font-family: 'Tajawal', sans-serif;
display: block;
text-align: center;
margin: .7em;
}
@media screen and (min-width: 768px) {
.center {
margin: 0 auto;
width: 700px;
}
}
p {
display: block;
text-align: left;
font-size: 1.25em;
line-height: 1.625em;
}
.list {
font-family: 'Tajawal', sans-serif;
font-size: 1.25em;
line-height: 1.625em;
}
.btn-container {
display: block;
text-align: center;
}
div.pages, div.pages .list, div.footer, div.footer .list {
display: inline;
line-height: 30px;
}
div.pages .list a {
display: inline-block;
letter-spacing: 0.125em;
font-family: 'Tajawal', sans-serif;
font-size: 1.25em;
margin: .7em;
padding: .6em 1.2em .6em 1.2em;
text-align: center;
color: #000;
text-decoration: none;
border: solid .2em;
border-color: #333a56;
height: 100%;
-webkit-transition: all .25s ease;
-moz-transition: all .25s ease;
-ms-transition: all .25s ease;
-o-transition: all .25s ease;
transition: all .25s ease;
}
div.footer .list a {
display: inline-block;
letter-spacing: 0.125em;
font-size: 1.125em;
margin: .7em;
padding: .3em 1.2em .3em 1.2em;
text-align: center;
color: #000;
text-decoration: none;
height: 100%;
-webkit-transition: all .25s ease;
-moz-transition: all .25s ease;
-ms-transition: all .25s ease;
-o-transition: all .25s ease;
transition: all .25s ease;
}
div.pages .list a:hover, div.pages .list.selected a, div.pages .list.selected a:hover {
color: #fff;
background-color: #333a56;
}
.cool-link::after {
content: '';
display: block;
width: 0;
height: .125em;
border-bottom: solid .2em;
border-color: #52658f;
transition: width .3s;
}
.cool-link:hover::after {
width: 100%;
//transition: width .3s;
}
a {
display: block;
text-align: center;
margin: .7em;
font-family: 'Tajawal', sans-serif;
text-decoration: none;
color: #000;
font-size: 1em;
}
.grid {
display: flex;
flex-wrap: wrap;
margin: 1.4em 0 .7em 0;
}
.grid_item {
background: #ebebeb;
display: inline-block;
-moz-transform: translate3d(0, 0, 0);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-moz-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
-webkit-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.grid_link {
display: block;
color: #000;
margin: .0625em;
}
.tile {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
line-height: 50px;
padding: 5px;
color: #fff;
background-color: rgba(0,0,0,0.7);
}
.tile p {
font-family: 'Tajawal', sans-serif;
font-size: 1.25em;
text-align: center;
letter-spacing: 0.125em;
}
@media all and (min-width: 320px) and (max-width: 640px) {
.tile p {
font-size: 1.125em;
}
}
.a {
background-image: url("../pictures/project.jpg");
background-size: cover;
}
.b {
background-image: url("../pictures/code.jpg");
background-size: cover;
}
.c {
background-image: url("../pictures/clients.jpg");
background-size: cover;
}
.aa {
background-image: url("../pictures/data.jpg");
background-size: cover;
}
.ab {
background-image: url("../pictures/development.jpg");
background-size: cover;
}
.ac {
background-image: url("../pictures/code.jpg");
background-size: cover;
}
@media all and (max-width: 320px) {
.span {
width: 100%;
}
.span .grid_link {
padding-bottom: 80%;
}
}
@media all and (min-width: 321px) and (max-width: 480px) {
.span {
width: 50%;
}
.span .grid_link {
padding-bottom: 80%;
}
}
@media all and (min-width: 481px) and (max-width: 767px) {
.span {
width: 33.3%;
}
.span .grid_link {
padding-bottom: 80%;
}
}
@media all and (min-width: 768px) {
.span {
width: 33.3%;
}
.span .grid_link {
padding-bottom: 60%;
}
} | 0.300232 | 0.068694 |
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
.row:after{
content: '';
clear: both;
}
ul{list-style: none;}
.col-1{width: 8.33%}
.col-2{width: 16.66%}
.col-3{width: 25%}
.col-4{width: 33.33%}
.col-5{width: 41.66%}
.col-6{width: 50%}
.col-7{width: 58.33%}
.col-8{width: 66.66%}
.col-9{width: 75%}
.col-10{width: 83.33%}
.col-11{width: 91.66%}
.col-12{width: 100%}
[class*='col-'] {
float: left;
border: 1px solid grey;
}
.container{
width: 90%;
height: auto;
margin: auto;
}
@keyframes slider{
0%{ background-image: url('../img/Screenshot_1.jpg') }
50%{ background-image: url('../img/Screenshot_2.jpg') }
100%{ background-image: url('../img/Screenshot_3.jpg')}
}
.slider{
height: 100%;
width: 100%;
animation-name: slider;
animation-duration: 29s;
animation-iteration-count: infinite;
}
.header-top-height{height: 30px;}
.header-height{ height: 90px }
.logo img{ width: 88px;height: 30px }
.card img {
width: 178px;
margin: 12px 81px;
overflow: hidden;
}
.card{
margin: 10px 10px;
border: 1px solid #000;
padding: 10px 20px;
}
.card-profile{
margin: 10px 10px;
border: 1px solid #000;
padding: 10px 20px;
/* flex-wrap: wrap;
display: flex;
flex-direction: column;*/
}
.card-profile img{
width: 40%;}
.cards {
width: 224px;
background: aliceblue;
border: 1px solid;
margin: 10px;
padding: 10px;
}
.card-wrap{
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.card-profile h2{
text-align: center;
text-transform: uppercase;
}
.card-img-skrill {
width: 200px;
}
.card-img-skrill img{
width: 100px;
}
.card-img-skrill img {
width: 202px;
margin: 0px auto;
}
.navigation{ justify-content: space-between;display: flex; }
.navigation ul{ list-style: none;display: inline-block;display: flex; }
.navigation ul li{padding: 10px 14px;transition: .5s;}
.navigation ul li:hover{ background: #333;color: #fff; }
.navigation ul li a{ text-decoration: none;font-size: 14px;font-weight: bold;}
.navigation ul li a:hover{ color: #fff; }
.top-25{ margin-top: 10px }
.bottam-25{ margin-bottom: 10px }
.menu-height{ height: 50px; }
.slider-height{ height: 250px; }
.content-height{ height: 100%; }
.big-footer-height{ height: 250px; }
.footer-height{ height: 30px; }
input[type=email],input[type=text], select {
width: 100%;
padding: 12px 20px;
margin: 8px 0;
display: inline-block;
border: 1px solid #ccc;
border-radius: 4px;
box-sizing: border-box;
}
textarea {
width: 100%;
padding: 12px 20px;
margin: 8px 0;
display: inline-block;
border: 1px solid #ccc;
border-radius: 4px;
box-sizing: border-box;
}
input[type=submit] {
width: 100%;
background-color: #4CAF50;
color: white;
padding: 14px 20px;
margin: 8px 0;
border: none;
border-radius: 4px;
cursor: pointer;
}
input[type=submit]:hover {
background-color: #45a049;
}
.div {
border-radius: 5px;
padding: 0px 20px;
background-color: #ddd;
}
/*table*/
.contact {
margin: 0px 17px;
}
table {
font-family: arial, sans-serif;
border-collapse: collapse;
width: 100%;
}
td, th {
border: 1px solid #dddddd;
text-align: left;
padding: 8px;
}
tr:nth-child(even) {
background-color: #dddddd;
}
/*Responsive*/
@media (min-width: 0px) and (max-width: 764px) { .col-4{width: 100%; } .col-8{ width: 100%; } }
@media (min-width: 765px) and (max-width: 1100px) { .col-md-6{ width: 50%; } }
@media (min-width: 0px) and (max-width: 634px) { .navigation ul li{padding: 10px 2px;transition: .5s;font-size: 10px;} } | css/style.css | *{
margin: 0;
padding: 0;
box-sizing: border-box;
}
.row:after{
content: '';
clear: both;
}
ul{list-style: none;}
.col-1{width: 8.33%}
.col-2{width: 16.66%}
.col-3{width: 25%}
.col-4{width: 33.33%}
.col-5{width: 41.66%}
.col-6{width: 50%}
.col-7{width: 58.33%}
.col-8{width: 66.66%}
.col-9{width: 75%}
.col-10{width: 83.33%}
.col-11{width: 91.66%}
.col-12{width: 100%}
[class*='col-'] {
float: left;
border: 1px solid grey;
}
.container{
width: 90%;
height: auto;
margin: auto;
}
@keyframes slider{
0%{ background-image: url('../img/Screenshot_1.jpg') }
50%{ background-image: url('../img/Screenshot_2.jpg') }
100%{ background-image: url('../img/Screenshot_3.jpg')}
}
.slider{
height: 100%;
width: 100%;
animation-name: slider;
animation-duration: 29s;
animation-iteration-count: infinite;
}
.header-top-height{height: 30px;}
.header-height{ height: 90px }
.logo img{ width: 88px;height: 30px }
.card img {
width: 178px;
margin: 12px 81px;
overflow: hidden;
}
.card{
margin: 10px 10px;
border: 1px solid #000;
padding: 10px 20px;
}
.card-profile{
margin: 10px 10px;
border: 1px solid #000;
padding: 10px 20px;
/* flex-wrap: wrap;
display: flex;
flex-direction: column;*/
}
.card-profile img{
width: 40%;}
.cards {
width: 224px;
background: aliceblue;
border: 1px solid;
margin: 10px;
padding: 10px;
}
.card-wrap{
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.card-profile h2{
text-align: center;
text-transform: uppercase;
}
.card-img-skrill {
width: 200px;
}
.card-img-skrill img{
width: 100px;
}
.card-img-skrill img {
width: 202px;
margin: 0px auto;
}
.navigation{ justify-content: space-between;display: flex; }
.navigation ul{ list-style: none;display: inline-block;display: flex; }
.navigation ul li{padding: 10px 14px;transition: .5s;}
.navigation ul li:hover{ background: #333;color: #fff; }
.navigation ul li a{ text-decoration: none;font-size: 14px;font-weight: bold;}
.navigation ul li a:hover{ color: #fff; }
.top-25{ margin-top: 10px }
.bottam-25{ margin-bottom: 10px }
.menu-height{ height: 50px; }
.slider-height{ height: 250px; }
.content-height{ height: 100%; }
.big-footer-height{ height: 250px; }
.footer-height{ height: 30px; }
input[type=email],input[type=text], select {
width: 100%;
padding: 12px 20px;
margin: 8px 0;
display: inline-block;
border: 1px solid #ccc;
border-radius: 4px;
box-sizing: border-box;
}
textarea {
width: 100%;
padding: 12px 20px;
margin: 8px 0;
display: inline-block;
border: 1px solid #ccc;
border-radius: 4px;
box-sizing: border-box;
}
input[type=submit] {
width: 100%;
background-color: #4CAF50;
color: white;
padding: 14px 20px;
margin: 8px 0;
border: none;
border-radius: 4px;
cursor: pointer;
}
input[type=submit]:hover {
background-color: #45a049;
}
.div {
border-radius: 5px;
padding: 0px 20px;
background-color: #ddd;
}
/*table*/
.contact {
margin: 0px 17px;
}
table {
font-family: arial, sans-serif;
border-collapse: collapse;
width: 100%;
}
td, th {
border: 1px solid #dddddd;
text-align: left;
padding: 8px;
}
tr:nth-child(even) {
background-color: #dddddd;
}
/*Responsive*/
@media (min-width: 0px) and (max-width: 764px) { .col-4{width: 100%; } .col-8{ width: 100%; } }
@media (min-width: 765px) and (max-width: 1100px) { .col-md-6{ width: 50%; } }
@media (min-width: 0px) and (max-width: 634px) { .navigation ul li{padding: 10px 2px;transition: .5s;font-size: 10px;} } | 0.240596 | 0.056705 |
@charset "UTF-8";
/* 通用 */
body {font-size:14px;}
.header {box-shadow:0 1px 2px rgba(0,0,0,0.1);}
.wrap{ width:1024px; margin:0 auto; text-align:center;}
li {float:left; text-align:center;}
.icon {display:inline-block;}
.footer, .backTopBtn {border:1px solid #f2f2f2;}
/* SDK */
.intro_index {
height: 450px;
background: #071321 url("../images/download/banner03.png?v=e457917") no-repeat center center;
}
.sdk h2 {font-size:16px; color:#fff; margin-top: 50px; font-weight:500; line-height:22px; background:url(../images/download/head.png) no-repeat 60px 0;}
.sdk ul {margin:72px 59px 100px 59px;}
.sdk li {width:210px; height:260px; margin:0 7px; background:url(../images/download/bg.png) no-repeat;}
.icon {background:url(../images/download/icon.png) no-repeat 7px 0;}
.icon-top {width:50px; height:50px; margin-top:18px;}
.icon-bottom {display:inline-block; height:12px; width:15px; margin-left:5px;}
.sdk .icon2 {background-position:-43px 0;}
.sdk .icon3 {background-position:-92px 0;}
.sdk .icon4 {background-position:-142px 0;}
.sdk .icon5 {background-position:-392px -25px;}
.sdk h3 {font-size:18px; color:#333; font-weight:normal; margin-top:30px; margin-bottom:6px;}
.sdk li p {color:#333; line-height:22px;}
.sdk .top {color:#666;}
.sdk a {display:inline-block; width:120px; height:28px; border-radius: 18px; padding-top:8px; margin-top:60px; color:#4cc1e9; transition:all 0.3s;}
.sdk .down:hover {background-color:#4cc1e9; color:#fff;}
.sdk .down:hover .icon5 {background-position:-392px -5px;}
.sdk .wait:hover {background-color:#F5F5F5; }
.sdk li:hover .icon1 {background-position:-194px 1px;}
.sdk li:hover .icon2 {background-position:-243px 0;}
.sdk li:hover .icon3 {background-position:-292px 0;}
.sdk li:hover .icon4 {background-position:-343px 1px;}
.sdk .remark {color:#ff7200; padding-top:25px;}
.sdk ul li{position: relative;}
.download-android,.download-ios {width: 180px;height: 180px;position: absolute;bottom: 5px;left: 15px;}
.download-android:hover{background:url(../../common/image/anzhuo.png) no-repeat center center;background-size: 180px 180px;}
.download-ios:hover{background:url(../../common/image/ios.png) no-repeat center center;background-size: 180px 180px;} | public/static/home/css/download.css | @charset "UTF-8";
/* 通用 */
body {font-size:14px;}
.header {box-shadow:0 1px 2px rgba(0,0,0,0.1);}
.wrap{ width:1024px; margin:0 auto; text-align:center;}
li {float:left; text-align:center;}
.icon {display:inline-block;}
.footer, .backTopBtn {border:1px solid #f2f2f2;}
/* SDK */
.intro_index {
height: 450px;
background: #071321 url("../images/download/banner03.png?v=e457917") no-repeat center center;
}
.sdk h2 {font-size:16px; color:#fff; margin-top: 50px; font-weight:500; line-height:22px; background:url(../images/download/head.png) no-repeat 60px 0;}
.sdk ul {margin:72px 59px 100px 59px;}
.sdk li {width:210px; height:260px; margin:0 7px; background:url(../images/download/bg.png) no-repeat;}
.icon {background:url(../images/download/icon.png) no-repeat 7px 0;}
.icon-top {width:50px; height:50px; margin-top:18px;}
.icon-bottom {display:inline-block; height:12px; width:15px; margin-left:5px;}
.sdk .icon2 {background-position:-43px 0;}
.sdk .icon3 {background-position:-92px 0;}
.sdk .icon4 {background-position:-142px 0;}
.sdk .icon5 {background-position:-392px -25px;}
.sdk h3 {font-size:18px; color:#333; font-weight:normal; margin-top:30px; margin-bottom:6px;}
.sdk li p {color:#333; line-height:22px;}
.sdk .top {color:#666;}
.sdk a {display:inline-block; width:120px; height:28px; border-radius: 18px; padding-top:8px; margin-top:60px; color:#4cc1e9; transition:all 0.3s;}
.sdk .down:hover {background-color:#4cc1e9; color:#fff;}
.sdk .down:hover .icon5 {background-position:-392px -5px;}
.sdk .wait:hover {background-color:#F5F5F5; }
.sdk li:hover .icon1 {background-position:-194px 1px;}
.sdk li:hover .icon2 {background-position:-243px 0;}
.sdk li:hover .icon3 {background-position:-292px 0;}
.sdk li:hover .icon4 {background-position:-343px 1px;}
.sdk .remark {color:#ff7200; padding-top:25px;}
.sdk ul li{position: relative;}
.download-android,.download-ios {width: 180px;height: 180px;position: absolute;bottom: 5px;left: 15px;}
.download-android:hover{background:url(../../common/image/anzhuo.png) no-repeat center center;background-size: 180px 180px;}
.download-ios:hover{background:url(../../common/image/ios.png) no-repeat center center;background-size: 180px 180px;} | 0.210279 | 0.065068 |
@font-face {
font-family: 'IRANYekan';
font-style: normal;
font-weight: 700;
src: url('../fonts/iranyekanwebbold.eot');
src: url('../fonts/iranyekanwebbold.eot?#iefix') format("embedded-opentype"),
url('../fonts/iranyekanwebbold.woff') format("woff"),
url('../fonts/iranyekanwebbold.ttf') format("truetype")
}
@font-face {
font-family: 'IRANYekan';
font-style: normal;
font-weight: 400;
src: url('../fonts/iranyekanwebregular.eot');
src: url('../fonts/iranyekanwebregular.eot?#iefix') format("embedded-opentype"),
url('../fonts/iranyekanwebregular.woff') format("woff"),
url('../fonts/iranyekanwebregular.ttf') format("truetype")
}
@font-face {
font-family: 'IRANYekan';
font-style: normal;
font-weight: 300;
src: url('../fonts/iranyekanweblight.eot');
src: url('../fonts/iranyekanweblight.eot?#iefix') format("embedded-opentype"),
url('../fonts/iranyekanweblight.woff') format("woff"),
url('../fonts/iranyekanweblight.ttf') format("truetype")
}
body{
font-family: 'IRANYekan' !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4 {
font-family: 'IRANYekan' !important;
font-weight: 500;
}
html[dir="rtl"] {
text-align: right;
direction: rtl;
}
html[dir="rtl"] .nav {
padding-right: 0;
}
html[dir="rtl"] th {
text-align: right;
}
html[dir="rtl"] .alert-dismissible {
padding-right: 1.25rem;
padding-left: 4rem;
}
html[dir="rtl"] .dropdown-menu {
right: 0;
text-align: right;
}
html[dir="rtl"] .checkbox label {
padding-right: 1.25rem;
padding-left: inherit;
}
html[dir="rtl"] .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
border-radius: 0 0.25rem 0.25rem 0;
}
html[dir="rtl"] .btn-group > .btn:last-child:not(:first-child),
html[dir="rtl"] .btn-group > .dropdown-toggle:not(:first-child) {
border-radius: 0.25rem 0 0 0.25rem;
}
html[dir="rtl"] .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
border-radius: 0.25rem 0 0 0.25rem;
}
html[dir="rtl"] .custom-control-label::after,
html[dir="rtl"] .custom-control-label::before {
right: 0;
left: inherit;
}
html[dir="rtl"] .custom-select {
padding: 0.375rem 0.75rem 0.375rem 1.75rem;
background: #fff url("data:image/svg+xml;charset=utf8,%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 left 0.75rem center;
background-size: 8px 10px;
}
html[dir="rtl"] .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
html[dir="rtl"] .input-group > .input-group-append:last-child > .input-group-text:not(:last-child),
html[dir="rtl"] .input-group > .input-group-append:not(:last-child) > .btn,
html[dir="rtl"] .input-group > .input-group-append:not(:last-child) > .input-group-text,
html[dir="rtl"] .input-group > .input-group-prepend > .btn,
html[dir="rtl"] .input-group > .input-group-prepend > .input-group-text {
border-radius: 0 0.25rem 0.25rem 0;
}
html[dir="rtl"] .input-group > .input-group-append > .btn,
html[dir="rtl"] .input-group > .input-group-append > .input-group-text,
html[dir="rtl"] .input-group > .input-group-prepend:first-child > .btn:not(:first-child),
html[dir="rtl"] .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child),
html[dir="rtl"] .input-group > .input-group-prepend:not(:first-child) > .btn,
html[dir="rtl"] .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
border-radius: 0.25rem 0 0 0.25rem;
}
html[dir="rtl"] .input-group > .custom-select:not(:first-child),
html[dir="rtl"] .input-group > .form-control:not(:first-child) {
border-radius: 0.25rem 0 0 0.25rem;
}
html[dir="rtl"] .input-group > .custom-select:not(:last-child),
html[dir="rtl"] .input-group > .form-control:not(:last-child) {
border-radius: 0 0.25rem 0.25rem 0;
}
html[dir="rtl"] .input-group > .custom-select:not(:last-child):not(:first-child),
html[dir="rtl"] .input-group > .form-control:not(:last-child):not(:first-child) {
border-radius: 0;
}
html[dir="rtl"] .custom-control {
padding-right: 1.5rem;
padding-left: inherit;
margin-right: inherit;
margin-left: 1rem;
}
html[dir="rtl"] .custom-control-indicator {
right: 0;
left: inherit;
}
html[dir="rtl"] .custom-file-label::after {
right: initial;
left: -1px;
border-radius: .25rem 0 0 .25rem;
}
html[dir="rtl"] .radio input,
html[dir="rtl"] .radio-inline,
html[dir="rtl"] .checkbox input,
html[dir="rtl"] .checkbox-inline input {
margin-right: -1.25rem;
margin-left: inherit;
}
html[dir="rtl"] .list-group {
padding-right: 0;
padding-left: 40px;
}
html[dir="rtl"] .close {
float: left;
}
html[dir="rtl"] .modal-header .close {
margin: -15px auto -15px -15px;
}
html[dir="rtl"] .modal-footer > :not(:first-child) {
margin-right: .25rem;
}
html[dir="rtl"] .alert-dismissible .close {
right: inherit;
left: 0;
}
html[dir="rtl"] .dropdown-toggle::after {
margin-right: .255em;
margin-left: 0;
}
html[dir="rtl"] .form-check-input {
margin-right: -1.25rem;
margin-left: inherit;
}
html[dir="rtl"] .form-check-label {
padding-right: 1.25rem;
padding-left: inherit;
}
html[dir="rtl"] .offset-1 {
margin-right: 8.33333%;
margin-left: 0;
}
html[dir="rtl"] .offset-2 {
margin-right: 16.66667%;
margin-left: 0;
}
html[dir="rtl"] .offset-3 {
margin-right: 25%;
margin-left: 0;
}
html[dir="rtl"] .offset-4 {
margin-right: 33.33333%;
margin-left: 0;
}
html[dir="rtl"] .offset-5 {
margin-right: 41.66667%;
margin-left: 0;
}
html[dir="rtl"] .offset-6 {
margin-right: 50%;
margin-left: 0;
}
html[dir="rtl"] .offset-7 {
margin-right: 58.33333%;
margin-left: 0;
}
html[dir="rtl"] .offset-8 {
margin-right: 66.66667%;
margin-left: 0;
}
html[dir="rtl"] .offset-9 {
margin-right: 75%;
margin-left: 0;
}
html[dir="rtl"] .offset-10 {
margin-right: 83.33333%;
margin-left: 0;
}
html[dir="rtl"] .offset-11 {
margin-right: 91.66667%;
margin-left: 0;
}
@media (min-width: 576px) {
html[dir="rtl"] .offset-sm-0 {
margin-right: 0;
margin-left: 0;
}
html[dir="rtl"] .offset-sm-1 {
margin-right: 8.33333%;
margin-left: 0;
}
html[dir="rtl"] .offset-sm-2 {
margin-right: 16.66667%;
margin-left: 0;
}
html[dir="rtl"] .offset-sm-3 {
margin-right: 25%;
margin-left: 0;
}
html[dir="rtl"] .offset-sm-4 {
margin-right: 33.33333%;
margin-left: 0;
}
html[dir="rtl"] .offset-sm-5 {
margin-right: 41.66667%;
margin-left: 0;
}
html[dir="rtl"] .offset-sm-6 {
margin-right: 50%;
margin-left: 0;
}
html[dir="rtl"] .offset-sm-7 {
margin-right: 58.33333%;
margin-left: 0;
}
html[dir="rtl"] .offset-sm-8 {
margin-right: 66.66667%;
margin-left: 0;
}
html[dir="rtl"] .offset-sm-9 {
margin-right: 75%;
margin-left: 0;
}
html[dir="rtl"] .offset-sm-10 {
margin-right: 83.33333%;
margin-left: 0;
}
html[dir="rtl"] .offset-sm-11 {
margin-right: 91.66667%;
margin-left: 0;
}
}
@media (min-width: 768px) {
html[dir="rtl"] .offset-md-0 {
margin-right: 0;
margin-left: 0;
}
html[dir="rtl"] .offset-md-1 {
margin-right: 8.33333%;
margin-left: 0;
}
html[dir="rtl"] .offset-md-2 {
margin-right: 16.66667%;
margin-left: 0;
}
html[dir="rtl"] .offset-md-3 {
margin-right: 25%;
margin-left: 0;
}
html[dir="rtl"] .offset-md-4 {
margin-right: 33.33333%;
margin-left: 0;
}
html[dir="rtl"] .offset-md-5 {
margin-right: 41.66667%;
margin-left: 0;
}
html[dir="rtl"] .offset-md-6 {
margin-right: 50%;
margin-left: 0;
}
html[dir="rtl"] .offset-md-7 {
margin-right: 58.33333%;
margin-left: 0;
}
html[dir="rtl"] .offset-md-8 {
margin-right: 66.66667%;
margin-left: 0;
}
html[dir="rtl"] .offset-md-9 {
margin-right: 75%;
margin-left: 0;
}
html[dir="rtl"] .offset-md-10 {
margin-right: 83.33333%;
margin-left: 0;
}
html[dir="rtl"] .offset-md-11 {
margin-right: 91.66667%;
margin-left: 0;
}
}
@media (min-width: 992px) {
html[dir="rtl"] .offset-lg-0 {
margin-right: 0;
margin-left: 0;
}
html[dir="rtl"] .offset-lg-1 {
margin-right: 8.33333%;
margin-left: 0;
}
html[dir="rtl"] .offset-lg-2 {
margin-right: 16.66667%;
margin-left: 0;
}
html[dir="rtl"] .offset-lg-3 {
margin-right: 25%;
margin-left: 0;
}
html[dir="rtl"] .offset-lg-4 {
margin-right: 33.33333%;
margin-left: 0;
}
html[dir="rtl"] .offset-lg-5 {
margin-right: 41.66667%;
margin-left: 0;
}
html[dir="rtl"] .offset-lg-6 {
margin-right: 50%;
margin-left: 0;
}
html[dir="rtl"] .offset-lg-7 {
margin-right: 58.33333%;
margin-left: 0;
}
html[dir="rtl"] .offset-lg-8 {
margin-right: 66.66667%;
margin-left: 0;
}
html[dir="rtl"] .offset-lg-9 {
margin-right: 75%;
margin-left: 0;
}
html[dir="rtl"] .offset-lg-10 {
margin-right: 83.33333%;
margin-left: 0;
}
html[dir="rtl"] .offset-lg-11 {
margin-right: 91.66667%;
margin-left: 0;
}
}
@media (min-width: 1200px) {
html[dir="rtl"] .offset-xl-0 {
margin-right: 0;
margin-left: 0;
}
html[dir="rtl"] .offset-xl-1 {
margin-right: 8.33333%;
margin-left: 0;
}
html[dir="rtl"] .offset-xl-2 {
margin-right: 16.66667%;
margin-left: 0;
}
html[dir="rtl"] .offset-xl-3 {
margin-right: 25%;
margin-left: 0;
}
html[dir="rtl"] .offset-xl-4 {
margin-right: 33.33333%;
margin-left: 0;
}
html[dir="rtl"] .offset-xl-5 {
margin-right: 41.66667%;
margin-left: 0;
}
html[dir="rtl"] .offset-xl-6 {
margin-right: 50%;
margin-left: 0;
}
html[dir="rtl"] .offset-xl-7 {
margin-right: 58.33333%;
margin-left: 0;
}
html[dir="rtl"] .offset-xl-8 {
margin-right: 66.66667%;
margin-left: 0;
}
html[dir="rtl"] .offset-xl-9 {
margin-right: 75%;
margin-left: 0;
}
html[dir="rtl"] .offset-xl-10 {
margin-right: 83.33333%;
margin-left: 0;
}
html[dir="rtl"] .offset-xl-11 {
margin-right: 91.66667%;
margin-left: 0;
}
}
html[dir="rtl"] .mr-0,
html[dir="rtl"] .mx-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
html[dir="rtl"] .ml-0,
html[dir="rtl"] .mx-0 {
margin-left: 0 !important;
margin-right: 0 !important;
}
html[dir="rtl"] .mr-1,
html[dir="rtl"] .mx-1 {
margin-right: 0 !important;
margin-left: 0.25rem !important;
}
html[dir="rtl"] .ml-1,
html[dir="rtl"] .mx-1 {
margin-left: 0 !important;
margin-right: 0.25rem !important;
}
html[dir="rtl"] .mr-2,
html[dir="rtl"] .mx-2 {
margin-right: 0 !important;
margin-left: 0.5rem !important;
}
html[dir="rtl"] .ml-2,
html[dir="rtl"] .mx-2 {
margin-left: 0 !important;
margin-right: 0.5rem !important;
}
html[dir="rtl"] .mr-3,
html[dir="rtl"] .mx-3 {
margin-right: 0 !important;
margin-left: 1rem !important;
}
html[dir="rtl"] .ml-3,
html[dir="rtl"] .mx-3 {
margin-left: 0 !important;
margin-right: 1rem !important;
}
html[dir="rtl"] .mr-4,
html[dir="rtl"] .mx-4 {
margin-right: 0 !important;
margin-left: 1.5rem !important;
}
html[dir="rtl"] .ml-4,
html[dir="rtl"] .mx-4 {
margin-left: 0 !important;
margin-right: 1.5rem !important;
}
html[dir="rtl"] .mr-5,
html[dir="rtl"] .mx-5 {
margin-right: 0 !important;
margin-left: 3rem !important;
}
html[dir="rtl"] .ml-5,
html[dir="rtl"] .mx-5 {
margin-left: 0 !important;
margin-right: 3rem !important;
}
html[dir="rtl"] .pr-0,
html[dir="rtl"] .px-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}
html[dir="rtl"] .pl-0,
html[dir="rtl"] .px-0 {
padding-left: 0 !important;
padding-right: 0 !important;
}
html[dir="rtl"] .pr-1,
html[dir="rtl"] .px-1 {
padding-right: 0 !important;
padding-left: 0.25rem !important;
}
html[dir="rtl"] .pl-1,
html[dir="rtl"] .px-1 {
padding-left: 0 !important;
padding-right: 0.25rem !important;
}
html[dir="rtl"] .pr-2,
html[dir="rtl"] .px-2 {
padding-right: 0 !important;
padding-left: 0.5rem !important;
}
html[dir="rtl"] .pl-2,
html[dir="rtl"] .px-2 {
padding-left: 0 !important;
padding-right: 0.5rem !important;
}
html[dir="rtl"] .pr-3,
html[dir="rtl"] .px-3 {
padding-right: 0 !important;
padding-left: 1rem !important;
}
html[dir="rtl"] .pl-3,
html[dir="rtl"] .px-3 {
padding-left: 0 !important;
padding-right: 1rem !important;
}
html[dir="rtl"] .pr-4,
html[dir="rtl"] .px-4 {
padding-right: 0 !important;
padding-left: 1.5rem !important;
}
html[dir="rtl"] .pl-4,
html[dir="rtl"] .px-4 {
padding-left: 0 !important;
padding-right: 1.5rem !important;
}
html[dir="rtl"] .pr-5,
html[dir="rtl"] .px-5 {
padding-right: 0 !important;
padding-left: 3rem !important;
}
html[dir="rtl"] .pl-5,
html[dir="rtl"] .px-5 {
padding-left: 0 !important;
padding-right: 3rem !important;
}
html[dir="rtl"] .mr-auto,
html[dir="rtl"] .mx-auto {
margin-right: 0;
margin-left: auto;
}
html[dir="rtl"] .ml-auto,
html[dir="rtl"] .mx-auto {
margin-right: auto;
margin-left: 0;
}
@media (min-width: 576px) {
html[dir="rtl"] .mr-sm-0,
html[dir="rtl"] .mx-sm-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
html[dir="rtl"] .ml-sm-0,
html[dir="rtl"] .mx-sm-0 {
margin-left: 0 !important;
margin-right: 0 !important;
}
html[dir="rtl"] .mr-sm-1,
html[dir="rtl"] .mx-sm-1 {
margin-right: 0 !important;
margin-left: 0.25rem !important;
}
html[dir="rtl"] .ml-sm-1,
html[dir="rtl"] .mx-sm-1 {
margin-left: 0 !important;
margin-right: 0.25rem !important;
}
html[dir="rtl"] .mr-sm-2,
html[dir="rtl"] .mx-sm-2 {
margin-right: 0 !important;
margin-left: 0.5rem !important;
}
html[dir="rtl"] .ml-sm-2,
html[dir="rtl"] .mx-sm-2 {
margin-left: 0 !important;
margin-right: 0.5rem !important;
}
html[dir="rtl"] .mr-sm-3,
html[dir="rtl"] .mx-sm-3 {
margin-right: 0 !important;
margin-left: 1rem !important;
}
html[dir="rtl"] .ml-sm-3,
html[dir="rtl"] .mx-sm-3 {
margin-left: 0 !important;
margin-right: 1rem !important;
}
html[dir="rtl"] .mr-sm-4,
html[dir="rtl"] .mx-sm-4 {
margin-right: 0 !important;
margin-left: 1.5rem !important;
}
html[dir="rtl"] .ml-sm-4,
html[dir="rtl"] .mx-sm-4 {
margin-left: 0 !important;
margin-right: 1.5rem !important;
}
html[dir="rtl"] .mr-sm-5,
html[dir="rtl"] .mx-sm-5 {
margin-right: 0 !important;
margin-left: 3rem !important;
}
html[dir="rtl"] .ml-sm-5,
html[dir="rtl"] .mx-sm-5 {
margin-left: 0 !important;
margin-right: 3rem !important;
}
html[dir="rtl"] .pr-sm-0,
html[dir="rtl"] .px-sm-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}
html[dir="rtl"] .pl-sm-0,
html[dir="rtl"] .px-sm-0 {
padding-left: 0 !important;
padding-right: 0 !important;
}
html[dir="rtl"] .pr-sm-1,
html[dir="rtl"] .px-sm-1 {
padding-right: 0 !important;
padding-left: 0.25rem !important;
}
html[dir="rtl"] .pl-sm-1,
html[dir="rtl"] .px-sm-1 {
padding-left: 0 !important;
padding-right: 0.25rem !important;
}
html[dir="rtl"] .pr-sm-2,
html[dir="rtl"] .px-sm-2 {
padding-right: 0 !important;
padding-left: 0.5rem !important;
}
html[dir="rtl"] .pl-sm-2,
html[dir="rtl"] .px-sm-2 {
padding-left: 0 !important;
padding-right: 0.5rem !important;
}
html[dir="rtl"] .pr-sm-3,
html[dir="rtl"] .px-sm-3 {
padding-right: 0 !important;
padding-left: 1rem !important;
}
html[dir="rtl"] .pl-sm-3,
html[dir="rtl"] .px-sm-3 {
padding-left: 0 !important;
padding-right: 1rem !important;
}
html[dir="rtl"] .pr-sm-4,
html[dir="rtl"] .px-sm-4 {
padding-right: 0 !important;
padding-left: 1.5rem !important;
}
html[dir="rtl"] .pl-sm-4,
html[dir="rtl"] .px-sm-4 {
padding-left: 0 !important;
padding-right: 1.5rem !important;
}
html[dir="rtl"] .pr-sm-5,
html[dir="rtl"] .px-sm-5 {
padding-right: 0 !important;
padding-left: 3rem !important;
}
html[dir="rtl"] .pl-sm-5,
html[dir="rtl"] .px-sm-5 {
padding-left: 0 !important;
padding-right: 3rem !important;
}
html[dir="rtl"] .mr-sm-auto,
html[dir="rtl"] .mx-sm-auto {
margin-right: 0;
margin-left: auto;
}
html[dir="rtl"] .ml-sm-auto,
html[dir="rtl"] .mx-sm-auto {
margin-right: auto;
margin-left: 0;
}
}
@media (min-width: 768px) {
html[dir="rtl"] .mr-md-0,
html[dir="rtl"] .mx-md-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
html[dir="rtl"] .ml-md-0,
html[dir="rtl"] .mx-md-0 {
margin-left: 0 !important;
margin-right: 0 !important;
}
html[dir="rtl"] .mr-md-1,
html[dir="rtl"] .mx-md-1 {
margin-right: 0 !important;
margin-left: 0.25rem !important;
}
html[dir="rtl"] .ml-md-1,
html[dir="rtl"] .mx-md-1 {
margin-left: 0 !important;
margin-right: 0.25rem !important;
}
html[dir="rtl"] .mr-md-2,
html[dir="rtl"] .mx-md-2 {
margin-right: 0 !important;
margin-left: 0.5rem !important;
}
html[dir="rtl"] .ml-md-2,
html[dir="rtl"] .mx-md-2 {
margin-left: 0 !important;
margin-right: 0.5rem !important;
}
html[dir="rtl"] .mr-md-3,
html[dir="rtl"] .mx-md-3 {
margin-right: 0 !important;
margin-left: 1rem !important;
}
html[dir="rtl"] .ml-md-3,
html[dir="rtl"] .mx-md-3 {
margin-left: 0 !important;
margin-right: 1rem !important;
}
html[dir="rtl"] .mr-md-4,
html[dir="rtl"] .mx-md-4 {
margin-right: 0 !important;
margin-left: 1.5rem !important;
}
html[dir="rtl"] .ml-md-4,
html[dir="rtl"] .mx-md-4 {
margin-left: 0 !important;
margin-right: 1.5rem !important;
}
html[dir="rtl"] .mr-md-5,
html[dir="rtl"] .mx-md-5 {
margin-right: 0 !important;
margin-left: 3rem !important;
}
html[dir="rtl"] .ml-md-5,
html[dir="rtl"] .mx-md-5 {
margin-left: 0 !important;
margin-right: 3rem !important;
}
html[dir="rtl"] .pr-md-0,
html[dir="rtl"] .px-md-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}
html[dir="rtl"] .pl-md-0,
html[dir="rtl"] .px-md-0 {
padding-left: 0 !important;
padding-right: 0 !important;
}
html[dir="rtl"] .pr-md-1,
html[dir="rtl"] .px-md-1 {
padding-right: 0 !important;
padding-left: 0.25rem !important;
}
html[dir="rtl"] .pl-md-1,
html[dir="rtl"] .px-md-1 {
padding-left: 0 !important;
padding-right: 0.25rem !important;
}
html[dir="rtl"] .pr-md-2,
html[dir="rtl"] .px-md-2 {
padding-right: 0 !important;
padding-left: 0.5rem !important;
}
html[dir="rtl"] .pl-md-2,
html[dir="rtl"] .px-md-2 {
padding-left: 0 !important;
padding-right: 0.5rem !important;
}
html[dir="rtl"] .pr-md-3,
html[dir="rtl"] .px-md-3 {
padding-right: 0 !important;
padding-left: 1rem !important;
}
html[dir="rtl"] .pl-md-3,
html[dir="rtl"] .px-md-3 {
padding-left: 0 !important;
padding-right: 1rem !important;
}
html[dir="rtl"] .pr-md-4,
html[dir="rtl"] .px-md-4 {
padding-right: 0 !important;
padding-left: 1.5rem !important;
}
html[dir="rtl"] .pl-md-4,
html[dir="rtl"] .px-md-4 {
padding-left: 0 !important;
padding-right: 1.5rem !important;
}
html[dir="rtl"] .pr-md-5,
html[dir="rtl"] .px-md-5 {
padding-right: 0 !important;
padding-left: 3rem !important;
}
html[dir="rtl"] .pl-md-5,
html[dir="rtl"] .px-md-5 {
padding-left: 0 !important;
padding-right: 3rem !important;
}
html[dir="rtl"] .mr-md-auto,
html[dir="rtl"] .mx-md-auto {
margin-right: 0;
margin-left: auto;
}
html[dir="rtl"] .ml-md-auto,
html[dir="rtl"] .mx-md-auto {
margin-right: auto;
margin-left: 0;
}
}
@media (min-width: 992px) {
html[dir="rtl"] .mr-lg-0,
html[dir="rtl"] .mx-lg-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
html[dir="rtl"] .ml-lg-0,
html[dir="rtl"] .mx-lg-0 {
margin-left: 0 !important;
margin-right: 0 !important;
}
html[dir="rtl"] .mr-lg-1,
html[dir="rtl"] .mx-lg-1 {
margin-right: 0 !important;
margin-left: 0.25rem !important;
}
html[dir="rtl"] .ml-lg-1,
html[dir="rtl"] .mx-lg-1 {
margin-left: 0 !important;
margin-right: 0.25rem !important;
}
html[dir="rtl"] .mr-lg-2,
html[dir="rtl"] .mx-lg-2 {
margin-right: 0 !important;
margin-left: 0.5rem !important;
}
html[dir="rtl"] .ml-lg-2,
html[dir="rtl"] .mx-lg-2 {
margin-left: 0 !important;
margin-right: 0.5rem !important;
}
html[dir="rtl"] .mr-lg-3,
html[dir="rtl"] .mx-lg-3 {
margin-right: 0 !important;
margin-left: 1rem !important;
}
html[dir="rtl"] .ml-lg-3,
html[dir="rtl"] .mx-lg-3 {
margin-left: 0 !important;
margin-right: 1rem !important;
}
html[dir="rtl"] .mr-lg-4,
html[dir="rtl"] .mx-lg-4 {
margin-right: 0 !important;
margin-left: 1.5rem !important;
}
html[dir="rtl"] .ml-lg-4,
html[dir="rtl"] .mx-lg-4 {
margin-left: 0 !important;
margin-right: 1.5rem !important;
}
html[dir="rtl"] .mr-lg-5,
html[dir="rtl"] .mx-lg-5 {
margin-right: 0 !important;
margin-left: 3rem !important;
}
html[dir="rtl"] .ml-lg-5,
html[dir="rtl"] .mx-lg-5 {
margin-left: 0 !important;
margin-right: 3rem !important;
}
html[dir="rtl"] .pr-lg-0,
html[dir="rtl"] .px-lg-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}
html[dir="rtl"] .pl-lg-0,
html[dir="rtl"] .px-lg-0 {
padding-left: 0 !important;
padding-right: 0 !important;
}
html[dir="rtl"] .pr-lg-1,
html[dir="rtl"] .px-lg-1 {
padding-right: 0 !important;
padding-left: 0.25rem !important;
}
html[dir="rtl"] .pl-lg-1,
html[dir="rtl"] .px-lg-1 {
padding-left: 0 !important;
padding-right: 0.25rem !important;
}
html[dir="rtl"] .pr-lg-2,
html[dir="rtl"] .px-lg-2 {
padding-right: 0 !important;
padding-left: 0.5rem !important;
}
html[dir="rtl"] .pl-lg-2,
html[dir="rtl"] .px-lg-2 {
padding-left: 0 !important;
padding-right: 0.5rem !important;
}
html[dir="rtl"] .pr-lg-3,
html[dir="rtl"] .px-lg-3 {
padding-right: 0 !important;
padding-left: 1rem !important;
}
html[dir="rtl"] .pl-lg-3,
html[dir="rtl"] .px-lg-3 {
padding-left: 0 !important;
padding-right: 1rem !important;
}
html[dir="rtl"] .pr-lg-4,
html[dir="rtl"] .px-lg-4 {
padding-right: 0 !important;
padding-left: 1.5rem !important;
}
html[dir="rtl"] .pl-lg-4,
html[dir="rtl"] .px-lg-4 {
padding-left: 0 !important;
padding-right: 1.5rem !important;
}
html[dir="rtl"] .pr-lg-5,
html[dir="rtl"] .px-lg-5 {
padding-right: 0 !important;
padding-left: 3rem !important;
}
html[dir="rtl"] .pl-lg-5,
html[dir="rtl"] .px-lg-5 {
padding-left: 0 !important;
padding-right: 3rem !important;
}
html[dir="rtl"] .mr-lg-auto,
html[dir="rtl"] .mx-lg-auto {
margin-right: 0;
margin-left: auto;
}
html[dir="rtl"] .ml-lg-auto,
html[dir="rtl"] .mx-lg-auto {
margin-right: auto;
margin-left: 0;
}
}
@media (min-width: 1200px) {
html[dir="rtl"] .mr-xl-0,
html[dir="rtl"] .mx-xl-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
html[dir="rtl"] .ml-xl-0,
html[dir="rtl"] .mx-xl-0 {
margin-left: 0 !important;
margin-right: 0 !important;
}
html[dir="rtl"] .mr-xl-1,
html[dir="rtl"] .mx-xl-1 {
margin-right: 0 !important;
margin-left: 0.25rem !important;
}
html[dir="rtl"] .ml-xl-1,
html[dir="rtl"] .mx-xl-1 {
margin-left: 0 !important;
margin-right: 0.25rem !important;
}
html[dir="rtl"] .mr-xl-2,
html[dir="rtl"] .mx-xl-2 {
margin-right: 0 !important;
margin-left: 0.5rem !important;
}
html[dir="rtl"] .ml-xl-2,
html[dir="rtl"] .mx-xl-2 {
margin-left: 0 !important;
margin-right: 0.5rem !important;
}
html[dir="rtl"] .mr-xl-3,
html[dir="rtl"] .mx-xl-3 {
margin-right: 0 !important;
margin-left: 1rem !important;
}
html[dir="rtl"] .ml-xl-3,
html[dir="rtl"] .mx-xl-3 {
margin-left: 0 !important;
margin-right: 1rem !important;
}
html[dir="rtl"] .mr-xl-4,
html[dir="rtl"] .mx-xl-4 {
margin-right: 0 !important;
margin-left: 1.5rem !important;
}
html[dir="rtl"] .ml-xl-4,
html[dir="rtl"] .mx-xl-4 {
margin-left: 0 !important;
margin-right: 1.5rem !important;
}
html[dir="rtl"] .mr-xl-5,
html[dir="rtl"] .mx-xl-5 {
margin-right: 0 !important;
margin-left: 3rem !important;
}
html[dir="rtl"] .ml-xl-5,
html[dir="rtl"] .mx-xl-5 {
margin-left: 0 !important;
margin-right: 3rem !important;
}
html[dir="rtl"] .pr-xl-0,
html[dir="rtl"] .px-xl-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}
html[dir="rtl"] .pl-xl-0,
html[dir="rtl"] .px-xl-0 {
padding-left: 0 !important;
padding-right: 0 !important;
}
html[dir="rtl"] .pr-xl-1,
html[dir="rtl"] .px-xl-1 {
padding-right: 0 !important;
padding-left: 0.25rem !important;
}
html[dir="rtl"] .pl-xl-1,
html[dir="rtl"] .px-xl-1 {
padding-left: 0 !important;
padding-right: 0.25rem !important;
}
html[dir="rtl"] .pr-xl-2,
html[dir="rtl"] .px-xl-2 {
padding-right: 0 !important;
padding-left: 0.5rem !important;
}
html[dir="rtl"] .pl-xl-2,
html[dir="rtl"] .px-xl-2 {
padding-left: 0 !important;
padding-right: 0.5rem !important;
}
html[dir="rtl"] .pr-xl-3,
html[dir="rtl"] .px-xl-3 {
padding-right: 0 !important;
padding-left: 1rem !important;
}
html[dir="rtl"] .pl-xl-3,
html[dir="rtl"] .px-xl-3 {
padding-left: 0 !important;
padding-right: 1rem !important;
}
html[dir="rtl"] .pr-xl-4,
html[dir="rtl"] .px-xl-4 {
padding-right: 0 !important;
padding-left: 1.5rem !important;
}
html[dir="rtl"] .pl-xl-4,
html[dir="rtl"] .px-xl-4 {
padding-left: 0 !important;
padding-right: 1.5rem !important;
}
html[dir="rtl"] .pr-xl-5,
html[dir="rtl"] .px-xl-5 {
padding-right: 0 !important;
padding-left: 3rem !important;
}
html[dir="rtl"] .pl-xl-5,
html[dir="rtl"] .px-xl-5 {
padding-left: 0 !important;
padding-right: 3rem !important;
}
html[dir="rtl"] .mr-xl-auto,
html[dir="rtl"] .mx-xl-auto {
margin-right: 0;
margin-left: auto;
}
html[dir="rtl"] .ml-xl-auto,
html[dir="rtl"] .mx-xl-auto {
margin-right: auto;
margin-left: 0;
}
}
html[dir="rtl"] body {
text-align: right;
}
html[dir="rtl"] .sidebar {
left: unset;
right: 0;
}
html[dir="rtl"] .sidebar .nav i {
float: right;
margin-left: 15px;
margin-right: unset;
}
html[dir="rtl"] .main-panel {
float: left;
}
html[dir="rtl"] .card .card-header.card-header-tabs .nav-tabs-title {
float: right;
padding: 10px 0 10px 10px;
}
html[dir="rtl"] .card.card-chart {
direction: ltr;
}
html[dir="rtl"] .nav-tabs .nav-item .material-icons {
margin: -1px 0 0 5px;
}
html[dir="rtl"] .form-check {
direction: ltr;
}
html[dir="rtl"] .navbar .navbar-nav .dropdown-menu-right {
transform-origin: 0 0;
}
html[dir="rtl"] .bmd-form-group [class^='bmd-label'].bmd-label-floating,
html[dir="rtl"] .bmd-form-group [class*=' bmd-label'].bmd-label-floating {
will-change: right, top, contents;
}
html[dir="rtl"] .is-focused .bmd-label-floating,
html[dir="rtl"] .is-filled .bmd-label-floating {
right: 0;
left: unset;
}
html[dir="rtl"] .alert.alert-with-icon {
padding-right: 66px;
padding-left: 15px;
}
html[dir="rtl"] .alert.alert-with-icon i[data-notify="icon"] {
right: 15px;
left: unset;
}
html[dir="rtl"] .alert button.close {
left: 10px !important;
right: unset !important;
}
@media (min-width: 992px) {
html[dir="rtl"] .navbar-expand-lg .navbar-nav .dropdown-menu-right {
left: 0;
right: auto;
}
}
html[dir="rtl"] .sidebar .sidebar-wrapper .navbar-form .input-group {
padding-right: 17px;
padding-left: unset;
}
html[dir="rtl"] .sidebar,
html[dir="rtl"] .off-canvas-sidebar nav .navbar-collapse {
text-align: right;
}
html[dir="rtl"] .card .card-body, html[dir="rtl"] .card .card-footer {
direction: rtl;
}
@media (max-width: 991px) {
html[dir="rtl"] .navbar-form .btn {
left: -50px;
right: unset;
}
}
@media (min-width: 992px) {
html[dir="rtl"] .navbar-expand-lg > .container,
html[dir="rtl"] .navbar-expand-lg > .container-fluid {
flex-wrap: nowrap;
}
}
@media (max-width: 991px) {
html[dir="rtl"] [class*="navbar-expand-"] > .container,
html[dir="rtl"] [class*="navbar-expand-"] > .container-fluid {
flex-direction: row-reverse;
}
}
/*# sourceMappingURL=material-dashboard-rtl.css.map */
/*
My Style:
BlogPost
*/
.header-bg {
background: url(../img/BgShape.svg) no-repeat;
position: absolute;
left: 0;
top: -80px;
width: 1050px;
height: 871px;
}
section{
padding-bottom: 100px;
}
.blog-data .wp-video {
margin: 15px auto;
}
.blog-data-style-one {
box-shadow: 0 4px 10px 7px #f8f9fa;
border: 1px solid #e5e5e5;
border-radius: 6px;
padding-right: 15px;
padding-left: 15px;
}
.title-blog-fit:after {
/*position: absolute;*/
content: '';
display: block;
width: 100%;
height: 2px;
background-color: #f4f4f4;
margin-top: 14px;
/*left: 0;*/
/*right: 0;*/
/*top: 66px;*/
}
.has-sidebar .blog-data {
-webkit-box-flex: 0;
-ms-flex: 0 0 71.66667%;
flex: 0 0 74.5%;
max-width: 74.5%;
padding-right: 15px;
padding-left: 15px;
}
.blog-sidebar {
position: relative;
width: 100%;
min-height: 1px;
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 28.33333%;
max-width: 28.33333%;
padding-right: 15px;
padding-left: 15px;
}
.blog-sidebar .widget {
/*background-color: #fff;*/
box-shadow: 0 4px 10px 7px #f8f9fa;
border: 1px solid #e5e5e5;
border-radius: 6px;
padding: 1rem;
margin-bottom: 28px;
}
.blog-sidebar .widget:last-child {
margin-bottom: 0px;
}
.blog-sidebar .widget img {
width: 100%;
height: auto;
}
.blog-sidebar .widget ul {
margin: 0;
padding: 0;
}
.blog-sidebar .widget ul li {
list-style: none;
position: relative;
margin: 0 0 9px;
font-size: 13.5px;
color: #8d8d8d;
border: 2px solid #d6e0e2;
border-width: 0 2px 0 0;
border-radius: 0;
line-height: 18px;
border-radius: 2px;
-webkit-transition: all .3s ease;
transition: all .3s ease;
}
.blog-sidebar .widget ul li:hover {
background: #f8f9fa;
/*padding-right: 5px;*/
border-color: #f7b625 !important;
}
.blog-sidebar .widget ul li:hover:before {
background: #F8C44F;
border: none;
}
.blog-sidebar .widget ul li:before {
content: '';
width: 12px;
height: 11px;
display: block;
background: #fff;
border: 2px solid #d4dcde;
position: absolute;
-webkit-border-radius: 10%;
-moz-border-radius: 10%;
border-radius: 30px;
top: 50%;
right: 0;
-webkit-transform: translate(60%, -50%);
-ms-transform: translate(60%, -50%);
transform: translate(60%, -50%);
-webkit-box-shadow: 0 0 0 3px #fff;
box-shadow: 0 0 0 3px #fff;
-webkit-transition: all .3s ease;
transition: all .3s ease;
}
.blog-sidebar .widget ul li a {
color: #464749;
font-weight: 400;
padding: 9px 13px 9px 10px;
display: block;
}
.blog-sidebar .widget ul li a:hover {
color: #f7b625;
}
.blog-sidebar .widget_nav_menu ul li a {
color: #464749;
font-weight: 400;
padding: 9px 13px 9px 10px;
display: inline-block;
}
.blog-sidebar .widget_nav_menu ul li ul {
display: none;
padding-inline-start: 20px;
}
.blog-sidebar .widget_nav_menu ul li.menu-item-has-children:after {
font-family: "Font Awesome 5 Pro";
font-weight: 700;
content: "\f067";
position: absolute;
left: 10px;
top: 8px;
-webkit-transition: all .3s ease;
transition: all .3s ease;
color: #8d8d8d;
border-radius: 100%;
text-align: center;
/*border: 1px solid #d3d3d3;*/
/*width: 20px;*/
/*height: 19px;*/
/*font-size: 10px;*/
}
.blog-sidebar .widget_nav_menu ul li.menu-item-has-children:last-child:after {
content: none !important;
}
.blog-sidebar .widget_nav_menu ul li.menu-item-has-children.opened:after {
content: "\f068";
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
}
.blog-sidebar .widget_nav_menu ul li.opened ul {
display: block;
}
.blog-sidebar .widget_recent_comments ul li {
padding: 9px 13px 9px 10px;
}
.blog-sidebar .widget_recent_comments ul li:hover {
padding-right: 18px;
}
.blog-sidebar .widget .widget-title {
position: relative;
font-size: 15px;
line-height: 1;
margin-bottom: 15px;
}
.blog-sidebar .widget .widget-title:before {
right: -1.02rem;
left: auto;
display: block;
content: '';
position: absolute;
top: -5px;
width: 2px;
height: 24px;
background-color: #f7b625;
}
.blog-sidebar .widget .widget-title:after {
content: '';
display: block;
width: 100%;
height: 2px;
background-color: #f4f4f4;
margin-top: 15px;
}
.blog-sidebar .widget_search .search {
display: block;
float: none;
margin: 0;
}
.blog-sidebar .widget_search .search form input {
position: relative;
opacity: 1;
width: 100%;
top: auto;
left: auto;
z-index: auto;
border-radius: 7px;
padding: 7px;
border: 1px solid rgba(0, 0, 0, 0.2);
}
.blog-sidebar .widget_search .search form button {
position: absolute;
top: 5px;
left: 6px;
padding: 7px !important;
margin: 0;
}
.blog-sidebar .widget_search .search form button i {
font-size: 22px !important;
color: rgba(0, 0, 0, 0.45);
}
.blog-sidebar .widget_product_search form {
position: relative;
}
.blog-sidebar .widget_product_search form input {
position: relative;
opacity: 1;
width: 100%;
top: auto;
left: auto;
z-index: auto;
border-radius: 7px;
padding: 7px;
border: 1px solid rgba(0, 0, 0, 0.2);
outline: none;
}
.blog-sidebar .widget_product_search form button {
position: absolute;
top: 5px;
left: 6px;
padding: 7px !important;
margin: 0;
font-size: 0;
background: transparent;
border: none;
outline: none;
font-weight: 300;
}
.blog-sidebar .widget_product_search form button:before {
font-family: "Font Awesome 5 Pro";
content: "\f002";
color: rgba(0, 0, 0, 0.45);
font-size: 22px !important;
top: -10px;
left: 1px;
position: relative;
}
.sidebar-right {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
/*.blog-data img {*/
/* width: 100%;*/
/* height: auto;*/
/*}*/
.no-sidebar .blog-data {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.blog-sidebar .woocommerce .product_list_widget li .woocommerce-Price-amount {
margin-right: 13px;
font-weight: 400;
}
.blog-sidebar .woocommerce .product_list_widget li ins .woocommerce-Price-amount {
margin-right: 5px;
/*font-size: 18px;*/
color: #f00;
font-weight: 700;
}
.blog-sidebar .woocommerce .product_list_widget li .star-rating {
display: none;
}
.blog-sidebar .woocommerce .product_list_widget li a {
padding: 0 13px 0 0 !important;
display: flex;
flex-direction: row-reverse !important;
}
.blog-sidebar .woocommerce .product_list_widget li a img {
margin: auto !important;
max-width: 100%;
width: 50%;
height: auto;
float: none;
}
.blog-sidebar .woocommerce .product_list_widget li a .product-title {
margin: 11px 0px 15px 0;
font-size: 13px;
display: block;
line-height: 25px;
width: 100%;
padding-left: 10px;
}
.h-fit {
height: fit-content;
}
.blog-posts a.more-articles {
display: inline-block;
padding: 8px 25px;
background-color: #5082D7;
border-radius: 7px;
text-align: center;
font-weight: 400;
box-shadow: 0 2px 12px rgba(80, 130, 215, 0.6);
color: #fff;
font-size: 15px;
outline: none;
transition: all .3s ease;
/*float: left;*/
width: auto;
position: relative;
margin-top: 30px;
z-index: 9999;
}
.blog-posts a.more-articles:hover {
background-color: #2d66c7;
transition: all .3s ease;
}
.blog-posts figure {
margin: 0;
}
.blog-posts figure img {
border-radius: 15px;
}
.blog-posts .blog-posts-bg {
background: url(images/blog-bg.svg) no-repeat;
position: absolute;
left: -500px;
top: -180px;
width: 1050px;
height: 871px;
z-index: -20;
}
.blog-posts .row > div a {
position: relative;
display: inline-block;
}
.blog-posts .row > div.another-posts a:first-of-type {
margin-bottom: 43.5px;
}
.blog-posts .row > div.another-posts a {
position: relative;
display: inline-block;
width: 100%;
}
.blog-posts .row > div.another-posts a .blog-posts-inner {
position: absolute;
z-index: 2;
right: 25px;
bottom: 40px;
width: calc(100% - 50px);
text-align: right;
}
.blog-posts .row > div.first-post a:after {
content: "";
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.4);
position: absolute;
right: 0;
top: 0;
border-radius: 15px;
transition: all .5s ease;
}
.blog-posts .row > div.first-post a:hover:after {
background-color: rgba(52, 154, 217, 0.8);
transition: all .5s ease;
}
.blog-posts .row > div.another-posts a:after {
content: "";
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.4);
position: absolute;
right: 0;
top: 0;
border-radius: 15px;
transition: all .5s ease;
}
.blog-posts .row > div.another-posts a:hover:after {
background-color: rgba(52, 154, 217, 0.8);
transition: all .5s ease;
}
.blog-posts .row > div.first-post a figure {
margin: 0;
}
.blog-posts .row > div.first-post a figure img {
width: 100%;
height: 100%;
}
.blog-posts .row > div a img {
max-width: 100%;
width: 100%;
height: auto;
}
.blog-posts .row > div.another-posts a .blog-posts-inner .category {
display: inline-block;
border-radius: 5px;
}
.blog-posts .row > div.another-posts a .blog-posts-inner .category ul li {
float: right;
margin-bottom: 5px;
margin-left: 5px;
background: rgba(51, 154, 217, 0.7);
border-radius: 5px;
display: inline-block;
padding: 2px 9px;
color: #FFF;
font-weight: normal;
font-size: 13px;
transition: all .5s ease;
}
.blog-posts .row > div.another-posts a .blog-posts-inner .category ul {
list-style-type: none;
margin: 0;
padding: 0;
}
.blog-posts .row > div.another-posts a:hover .category ul li {
background: rgba(0, 0, 0, 0.3);
transition: all .5s ease;
}
.blog-posts .row > div.another-posts a .blog-posts-inner h2 {
font-size: 16px;
color: #FFF;
font-weight: normal;
line-height: 27px;
margin: 0;
}
.blog-posts .row > div.first-post a .blog-posts-inner {
background-color: rgba(255, 255, 255, 0.95);
box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
right: -30px;
bottom: 35px;
padding: 30px;
width: 62%;
text-align: right;
border-radius: 15px;
}
.blog-posts .row > div.first-post a .blog-posts-inner .category ul:before, .blog-posts .row > div.first-post a .blog-posts-inner .category ul:after {
content: " ";
display: table;
}
.blog-posts .row > div.first-post a .blog-posts-inner .category ul:after {
clear: both;
}
.blog-posts .row > div.first-post a .blog-posts-inner h2 {
font-size: 18px;
line-height: 38px;
font-weight: normal;
color: #222;
margin: 0;
}
.blog-posts .row > div a .blog-posts-inner {
position: absolute;
z-index: 2;
right: 25px;
bottom: 40px;
width: calc(100% - 50px);
}
.blog-posts .row > div.first-post a .blog-posts-inner .category ul {
margin: 0;
padding: 0;
}
.blog-posts .row > div.first-post a .blog-posts-inner .category ul li {
list-style: none;
color: #333;
}
.blog-posts .row > div.first-post a .blog-posts-inner .category ul li:before {
content: "";
width: 5px;
height: 5px;
border-radius: 50%;
background-color: #339AD9;
float: right;
margin-left: 10px;
margin-top: 14px;
}
.article-content {
line-height: 2.7;
/*padding: 0 85px;*/
}
.article-content figure {
margin: 30px auto;
display: block;
padding: 10px 10px 0 10px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
border-radius: 10px;
width: 780px;
}
.article-content h2, .cont-page h2 {
font-size: 21px;
}
.article-content h3, .cont-page h3 {
font-size: 18px;
}
/* Start Blog Responsive */
@media (max-width: 991px) {
.blog-posts .row > div.first-post a .blog-posts-inner {
position: absolute;
z-index: 2;
right: 25px;
bottom: 40px;
width: calc(100% - 50px);
background: transparent;
color: #FFF;
box-shadow: none;
padding: 0;
}
.blog-posts .row > div.another-posts a:first-of-type {
float: right;
width: calc(50% - 10px);
}
.blog-posts .row > div.first-post a {
width: 100%;
margin-bottom: 25px;
}
.blog-posts .row > div.another-posts a:last-of-type {
float: left;
width: calc(50% - 10px);
}
.blog-posts .row > div.first-post a .blog-posts-inner h2 {
color: #fff;
}
.blog-posts .row > div.first-post a .blog-posts-inner .category {
background: rgba(51, 154, 217, 0.7);
border-radius: 5px;
display: inline-block;
padding: 2px 9px;
color: #FFF;
font-weight: 200;
font-size: 11px;
margin-bottom: 5px;
transition: all .5s ease;
}
.blog-posts .row > div.first-post a .blog-posts-inner .category ul li {
color: #fff;
}
.blog-posts .row > div.first-post a .blog-posts-inner .category ul li:before {
content: none;
}
.related-posts .rpost {
width: 100% !important;
float: none;
}
.blog-data {
-webkit-box-flex: unset !important;
-ms-flex: unset !important;
flex: unset !important;
max-width: unset !important;
}
}
@media (max-width: 768px) {
.title-blog {
display: block !important;
}
.title-blog .article-title {
padding-left: 0px !important;
text-align: center !important;
}
.article-excerpt p {
margin: 0px !important;
}
.title-blog:after {
top: 115px;
}
}
@media (max-width: 525px) {
.blog-posts .row > div.another-posts a:first-of-type, .blog-posts .row > div.another-posts a:last-of-type {
width: 100%;
margin-bottom: 20px;
}
}
/* End Blog Responsive*/
/* End BlogPost */
/* Course */
.course {
overflow: hidden;
padding-top: 15px;
padding-bottom: 15px;
}
.course .course-inner {
border-radius: 15px;
box-shadow: 0 0 30px rgba(0, 0, 0, 0.07);
transition: all .5s ease;
/*max-height: 430px;*/
/*height: 430px;*/
overflow: hidden;
}
.course .course-inner:hover {
transition: all .5s ease;
box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}
.course .course-inner header {
height: 220px;
border-radius: 15px 15px 0 0;
transition: all .5s ease;
overflow: hidden;
background-size: cover !important;
position: relative;
}
.course .course-inner header a {
display: block;
position: relative;
height: 100%;
}
.course .course-inner header a img {
position: absolute;
height: auto;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
transition: all .5s ease;
}
.course .course-detail {
padding: 20px 20px 15px;
background-color: #fff;
border-radius: 0 0 15px 15px;
}
.course .course-detail .course-top-content {
height: 140px;
/*height: 180px;*/
overflow: hidden;
position: relative;
transition: all .5s ease;
}
.course .course-detail .course-top-content .title {
font-size: 20px;
margin-bottom: 7px;
display: block;
line-height: 21px;
height: 43px;
}
.course .course-detail .course-top-content h2 {
font-size: 20px;
line-height: 21px;
line-height: 30px;
font-weight: bold;
padding: 10px 0;
text-align: right;
margin: 0;
}
.course .course-detail .course-top-content .course-description {
position: relative;
/*padding-top: 10px;*/
overflow: hidden;
margin-bottom: 10px;
font-size: 13px;
transition: all .5s ease;
line-height: 26px;
font-weight: 400;
text-align: right;
height: 76px;
}
.courses .course-more {
display: inline-block;
padding: 12px 25px;
background-color: #5082D7;
border-radius: 7px;
text-align: center;
font-weight: 400;
box-shadow: 0 2px 12px rgba(80, 130, 215, 0.6);
color: #fff;
font-size: 15px;
outline: none;
transition: all .3s ease;
width: auto;
clear: both;
margin-top: 30px;
margin-left: 15px;
margin-right: 15px;
}
.courses .course-more:hover {
background-color: #2d66c7;
transition: all .3s ease;
}
.course-inner:hover .course-detail .course-information:before {
opacity: 0;
}
.course-information:before {
content: '';
box-shadow: 0px -20px 50px 25px rgb(255, 255, 255);
position: absolute;
right: 0;
left: 0;
height: 10px;
-webkit-transition: all .3s;
transition: all .3s;
}
.course-information{
border-top: 1px solid lightgray;
}
.course-information .level-course {
display: block;
font-size: 13px;
font-weight: 300;
color: #b4b4b4;
}
.course-information .name-level-course {
display: block;
font-weight: 300;
font-size: 15px;
color: #414141;
position: relative;
top: -5px;
}
.course-information .price-course del .woocommerce-Price-amount {
font-size: 11px;
display: block;
}
/* Start Off Woo */
.sale-perc-badge {
position: absolute;
width: 70px;
height: 84px;
background: url(../img/dis.svg);
background-size: contain;
z-index: 5;
color: #fff;
font-size: 11px;
font-weight: 100;
line-height: 16px;
top: -12px;
left: 10px;
-webkit-transition: all .3s;
transition: all .3s;
}
.course-inner:hover .sale-perc-badge {
top: 0;
}
.sale-perc {
margin-top: 36.5px;
margin-right: 5px;
font-size: 15px;
text-align: center;
}
.sale-badge-text {
margin-right: 7px;
margin-top: -1.5px;
font-size: 10px;
text-align: center;
}
.venus-waves {
position: absolute;
left: 0;
bottom: -5px;
display: block;
width: 100%;
/*height: 85px;*/
}
/* End Off Woo */
/* End Courses */
/* Service */
.service-bg {
background: url(../img/page-bg-1.svg) no-repeat;
position: absolute;
right: -500px;
width: 1050px;
height: 871px;
rotation: revert;
}
.service .service-inner {
border-radius: 15px;
box-shadow: 0 0 16px 1px rgba(0,0,0,0.05);
transition: all .5s ease;
max-height: 270px;
height: 270px;
overflow: hidden;
text-align: center;
}
.service .service-inner .header {
height: 120px;
border-radius: 15px 15px 0 0;
transition: all .5s ease;
overflow: hidden;
padding-top: 30px;
}
.service .service-detail {
background-color: #fff;
border-radius: 0 0 15px 15px;
}
.service .service-detail .service-top-content {
overflow: hidden;
position: relative;
transition: all .5s ease;
}
.service .service-detail .service-top-content .title {
font-size: 20px;
line-height: 25px;
margin-bottom: 7px;
}
.service .service-detail .service-top-content h3 {
font-size: 18px;
line-height: 25px;
font-weight: normal;
padding: 10px 0 5px;
}
.service-information {
border-top: 1px solid lightgray;
}
.service-information .level-service {
display: block;
font-size: 13px;
font-weight: 300;
color: #b4b4b4;
}
.service-information .name-level-service {
display: block;
font-weight: 300;
font-size: 15px;
color: #414141;
position: relative;
top: -5px;
}
.service .service-detail .service-top-content .service-description {
position: relative;
overflow: hidden;
font-size: 14px;
transition: all .5s ease;
line-height: 20px;
margin: 0px 20px;
}
.service .service-inner:hover {
transition: all .5s ease;
box-shadow: 0 0 30px rgba(0,0,0,0.2);
}
.catone {
background: rgb(239, 87, 105) url("http://tarheiran.ir/melearn/wp-content/themes/mefiweb/css/img/cat-bak.png");
background-color: rgb(239, 87, 105);
float: right;
width: 100%;
padding: 40px 0px;
border-radius: 10px;
color: #fff;
font-size: 18px;
text-align: center;
}
.catone h3 {
margin: 0px !important;
font-size: 18px;
font-weight: 100;
}
.catone:hover {
background: rgb(161, 161, 161) url("http://tarheiran.ir/melearn/wp-content/themes/mefiweb/css/img/cat-bak.png") !important;
}
#home-top-content-footer {
margin-top: 50px;
margin-bottom: 70px;
padding: 0;
}
#home-top-content-footer h3 {
font-size: 24px;
font-weight: bold;
line-height: 50px;
}
#home-top-content-footer .row {
margin: 0;
direction: rtl;
}
#home-top-content-footer #line-logo-img-text .line-logo-img {
padding-right: 10px;
padding-left: 30px;
}
#home-top-content-footer #line-logo-img-text .text {
width: calc(100% - 160px);
}
#home-top-content-footer #enemad {
margin-top: 10px;
text-align: center;
}
#home-top-content-footer > .row > div {
padding: 0px;
margin: 0;
margin-top: 0px;
}
#home-top-content-footer #enemad img {
max-width: 49%;
min-width: 95px;
}
/* footer */
#footer {
background: url(../img/footer-bg1.svg) repeat-x left top;
height: auto;
direction: rtl;
position: relative;
overflow-x: hidden;
overflow-y: hidden;
}
#footer .main-footer {
position: relative;
}
#footer .main-footer .main-footer-bg {
background: url(../img/footer-inner-bg.svg) no-repeat;
width: 1335px;
height: 322px;
position: absolute;
left: 0;
z-index: 0;
}
#footer .main-footer .main-footer-inner {
position: relative;
z-index: 99;
}
#footer .main-footer .footer-logo {
padding-right: 210px;
padding-top: 40px;
margin-bottom: 30px;
}
#footer .main-footer .footer-logo a {
display: inline-flex;
}
#footer .main-footer .footer-logo a .logo-image {
background: url(https://hamyar.co/wp-content/themes/Hamyar/assets/public/img/footer-logo.png) no-repeat;
width: 61px;
height: 51px;
float: right;
margin-left: 10px;
}
#footer .main-footer .footer-logo a .logo-details h2 {
font-size: 26px;
font-weight: normal;
color: #FFF;
margin-bottom: 5px;
}
#footer .main-footer .footer-logo a .logo-details .logo-description {
font-size: 15px;
font-weight: normal;
color: #FFF;
}
#footer .main-footer .social {
padding-left: 175px;
}
#footer .main-footer .social ul {
list-style-type: none;
display: table;
margin: 0 auto;
margin-bottom: 0px;
margin-bottom: 30px;
}
#footer .main-footer .social ul li {
float: right;
margin-left: 20px;
}
#footer .main-footer .social ul li a{
color: #fff;
font-size: 23px;
}
#footer .main-footer .footer-links ul {
list-style-type: none;
}
#footer .main-footer .footer-links ul li {
float: right;
margin-left: 15px;
}
#footer .main-footer .footer-links ul li a {
color: #FFF;
font-size: 14px;
}
#footer .main-footer hr {
border-color: rgba(255,255,255,0.3);
width: 70%;
float: right;
margin-top: 10px;
margin-bottom: 10px;
}
#footer .main-footer hr::before, #footer .main-footer hr::after {
content: " ";
display: table;
}
#footer .main-footer hr::after {
clear: both;
}
#footer .main-footer hr::before, #footer .main-footer hr::after {
content: " ";
display: table;
}
#footer .main-footer .address {
clear: both;
}
#footer .main-footer .address p {
color: #FFF;
font-size: 14px;
margin-bottom: 0;
}
#footer .copyright{
font-size: 11px;
color: white;
}
@media (max-width: 1199px) {
#footer .main-footer .footer-logo {
padding-right: 55px;
}
#footer .main-footer .social {
padding-left: 295px;
}
.visible-md {
display: block !important;
}
}
@media (max-width: 991px) {
#footer .main-footer .footer-logo {
padding-right: 0px;
}
#footer .main-footer .footer-links {
clear: both;
}
}
@media (max-width: 650px) {
#footer .main-footer .footer-logo {
padding-right: 0;
}
#home-top-content-footer #line-logo-img-text .line-logo-img {
display: none;
}
#home-top-content-footer #line-logo-img-text .text {
width: 100%;
}
}
@media (max-width: 480px){
#footer .container {
background: #38EF7D;
padding-top: 50px;
}
#footer .main-footer .footer-logo {
display: none;
}
#footer .main-footer .social {
padding: 0;
}
#footer .main-footer .main-footer-bg {
display: none;
}
}
.visible-lg {
display: none !important;
}
.visible-md {
display: none !important;
}
@media (min-width: 1200px) {
.visible-lg {
display: block !important;
}
}
/* End Footer */ | public/material/css/material-dashboard-rtl.css | @font-face {
font-family: 'IRANYekan';
font-style: normal;
font-weight: 700;
src: url('../fonts/iranyekanwebbold.eot');
src: url('../fonts/iranyekanwebbold.eot?#iefix') format("embedded-opentype"),
url('../fonts/iranyekanwebbold.woff') format("woff"),
url('../fonts/iranyekanwebbold.ttf') format("truetype")
}
@font-face {
font-family: 'IRANYekan';
font-style: normal;
font-weight: 400;
src: url('../fonts/iranyekanwebregular.eot');
src: url('../fonts/iranyekanwebregular.eot?#iefix') format("embedded-opentype"),
url('../fonts/iranyekanwebregular.woff') format("woff"),
url('../fonts/iranyekanwebregular.ttf') format("truetype")
}
@font-face {
font-family: 'IRANYekan';
font-style: normal;
font-weight: 300;
src: url('../fonts/iranyekanweblight.eot');
src: url('../fonts/iranyekanweblight.eot?#iefix') format("embedded-opentype"),
url('../fonts/iranyekanweblight.woff') format("woff"),
url('../fonts/iranyekanweblight.ttf') format("truetype")
}
body{
font-family: 'IRANYekan' !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4 {
font-family: 'IRANYekan' !important;
font-weight: 500;
}
html[dir="rtl"] {
text-align: right;
direction: rtl;
}
html[dir="rtl"] .nav {
padding-right: 0;
}
html[dir="rtl"] th {
text-align: right;
}
html[dir="rtl"] .alert-dismissible {
padding-right: 1.25rem;
padding-left: 4rem;
}
html[dir="rtl"] .dropdown-menu {
right: 0;
text-align: right;
}
html[dir="rtl"] .checkbox label {
padding-right: 1.25rem;
padding-left: inherit;
}
html[dir="rtl"] .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
border-radius: 0 0.25rem 0.25rem 0;
}
html[dir="rtl"] .btn-group > .btn:last-child:not(:first-child),
html[dir="rtl"] .btn-group > .dropdown-toggle:not(:first-child) {
border-radius: 0.25rem 0 0 0.25rem;
}
html[dir="rtl"] .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
border-radius: 0.25rem 0 0 0.25rem;
}
html[dir="rtl"] .custom-control-label::after,
html[dir="rtl"] .custom-control-label::before {
right: 0;
left: inherit;
}
html[dir="rtl"] .custom-select {
padding: 0.375rem 0.75rem 0.375rem 1.75rem;
background: #fff url("data:image/svg+xml;charset=utf8,%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 left 0.75rem center;
background-size: 8px 10px;
}
html[dir="rtl"] .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
html[dir="rtl"] .input-group > .input-group-append:last-child > .input-group-text:not(:last-child),
html[dir="rtl"] .input-group > .input-group-append:not(:last-child) > .btn,
html[dir="rtl"] .input-group > .input-group-append:not(:last-child) > .input-group-text,
html[dir="rtl"] .input-group > .input-group-prepend > .btn,
html[dir="rtl"] .input-group > .input-group-prepend > .input-group-text {
border-radius: 0 0.25rem 0.25rem 0;
}
html[dir="rtl"] .input-group > .input-group-append > .btn,
html[dir="rtl"] .input-group > .input-group-append > .input-group-text,
html[dir="rtl"] .input-group > .input-group-prepend:first-child > .btn:not(:first-child),
html[dir="rtl"] .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child),
html[dir="rtl"] .input-group > .input-group-prepend:not(:first-child) > .btn,
html[dir="rtl"] .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
border-radius: 0.25rem 0 0 0.25rem;
}
html[dir="rtl"] .input-group > .custom-select:not(:first-child),
html[dir="rtl"] .input-group > .form-control:not(:first-child) {
border-radius: 0.25rem 0 0 0.25rem;
}
html[dir="rtl"] .input-group > .custom-select:not(:last-child),
html[dir="rtl"] .input-group > .form-control:not(:last-child) {
border-radius: 0 0.25rem 0.25rem 0;
}
html[dir="rtl"] .input-group > .custom-select:not(:last-child):not(:first-child),
html[dir="rtl"] .input-group > .form-control:not(:last-child):not(:first-child) {
border-radius: 0;
}
html[dir="rtl"] .custom-control {
padding-right: 1.5rem;
padding-left: inherit;
margin-right: inherit;
margin-left: 1rem;
}
html[dir="rtl"] .custom-control-indicator {
right: 0;
left: inherit;
}
html[dir="rtl"] .custom-file-label::after {
right: initial;
left: -1px;
border-radius: .25rem 0 0 .25rem;
}
html[dir="rtl"] .radio input,
html[dir="rtl"] .radio-inline,
html[dir="rtl"] .checkbox input,
html[dir="rtl"] .checkbox-inline input {
margin-right: -1.25rem;
margin-left: inherit;
}
html[dir="rtl"] .list-group {
padding-right: 0;
padding-left: 40px;
}
html[dir="rtl"] .close {
float: left;
}
html[dir="rtl"] .modal-header .close {
margin: -15px auto -15px -15px;
}
html[dir="rtl"] .modal-footer > :not(:first-child) {
margin-right: .25rem;
}
html[dir="rtl"] .alert-dismissible .close {
right: inherit;
left: 0;
}
html[dir="rtl"] .dropdown-toggle::after {
margin-right: .255em;
margin-left: 0;
}
html[dir="rtl"] .form-check-input {
margin-right: -1.25rem;
margin-left: inherit;
}
html[dir="rtl"] .form-check-label {
padding-right: 1.25rem;
padding-left: inherit;
}
html[dir="rtl"] .offset-1 {
margin-right: 8.33333%;
margin-left: 0;
}
html[dir="rtl"] .offset-2 {
margin-right: 16.66667%;
margin-left: 0;
}
html[dir="rtl"] .offset-3 {
margin-right: 25%;
margin-left: 0;
}
html[dir="rtl"] .offset-4 {
margin-right: 33.33333%;
margin-left: 0;
}
html[dir="rtl"] .offset-5 {
margin-right: 41.66667%;
margin-left: 0;
}
html[dir="rtl"] .offset-6 {
margin-right: 50%;
margin-left: 0;
}
html[dir="rtl"] .offset-7 {
margin-right: 58.33333%;
margin-left: 0;
}
html[dir="rtl"] .offset-8 {
margin-right: 66.66667%;
margin-left: 0;
}
html[dir="rtl"] .offset-9 {
margin-right: 75%;
margin-left: 0;
}
html[dir="rtl"] .offset-10 {
margin-right: 83.33333%;
margin-left: 0;
}
html[dir="rtl"] .offset-11 {
margin-right: 91.66667%;
margin-left: 0;
}
@media (min-width: 576px) {
html[dir="rtl"] .offset-sm-0 {
margin-right: 0;
margin-left: 0;
}
html[dir="rtl"] .offset-sm-1 {
margin-right: 8.33333%;
margin-left: 0;
}
html[dir="rtl"] .offset-sm-2 {
margin-right: 16.66667%;
margin-left: 0;
}
html[dir="rtl"] .offset-sm-3 {
margin-right: 25%;
margin-left: 0;
}
html[dir="rtl"] .offset-sm-4 {
margin-right: 33.33333%;
margin-left: 0;
}
html[dir="rtl"] .offset-sm-5 {
margin-right: 41.66667%;
margin-left: 0;
}
html[dir="rtl"] .offset-sm-6 {
margin-right: 50%;
margin-left: 0;
}
html[dir="rtl"] .offset-sm-7 {
margin-right: 58.33333%;
margin-left: 0;
}
html[dir="rtl"] .offset-sm-8 {
margin-right: 66.66667%;
margin-left: 0;
}
html[dir="rtl"] .offset-sm-9 {
margin-right: 75%;
margin-left: 0;
}
html[dir="rtl"] .offset-sm-10 {
margin-right: 83.33333%;
margin-left: 0;
}
html[dir="rtl"] .offset-sm-11 {
margin-right: 91.66667%;
margin-left: 0;
}
}
@media (min-width: 768px) {
html[dir="rtl"] .offset-md-0 {
margin-right: 0;
margin-left: 0;
}
html[dir="rtl"] .offset-md-1 {
margin-right: 8.33333%;
margin-left: 0;
}
html[dir="rtl"] .offset-md-2 {
margin-right: 16.66667%;
margin-left: 0;
}
html[dir="rtl"] .offset-md-3 {
margin-right: 25%;
margin-left: 0;
}
html[dir="rtl"] .offset-md-4 {
margin-right: 33.33333%;
margin-left: 0;
}
html[dir="rtl"] .offset-md-5 {
margin-right: 41.66667%;
margin-left: 0;
}
html[dir="rtl"] .offset-md-6 {
margin-right: 50%;
margin-left: 0;
}
html[dir="rtl"] .offset-md-7 {
margin-right: 58.33333%;
margin-left: 0;
}
html[dir="rtl"] .offset-md-8 {
margin-right: 66.66667%;
margin-left: 0;
}
html[dir="rtl"] .offset-md-9 {
margin-right: 75%;
margin-left: 0;
}
html[dir="rtl"] .offset-md-10 {
margin-right: 83.33333%;
margin-left: 0;
}
html[dir="rtl"] .offset-md-11 {
margin-right: 91.66667%;
margin-left: 0;
}
}
@media (min-width: 992px) {
html[dir="rtl"] .offset-lg-0 {
margin-right: 0;
margin-left: 0;
}
html[dir="rtl"] .offset-lg-1 {
margin-right: 8.33333%;
margin-left: 0;
}
html[dir="rtl"] .offset-lg-2 {
margin-right: 16.66667%;
margin-left: 0;
}
html[dir="rtl"] .offset-lg-3 {
margin-right: 25%;
margin-left: 0;
}
html[dir="rtl"] .offset-lg-4 {
margin-right: 33.33333%;
margin-left: 0;
}
html[dir="rtl"] .offset-lg-5 {
margin-right: 41.66667%;
margin-left: 0;
}
html[dir="rtl"] .offset-lg-6 {
margin-right: 50%;
margin-left: 0;
}
html[dir="rtl"] .offset-lg-7 {
margin-right: 58.33333%;
margin-left: 0;
}
html[dir="rtl"] .offset-lg-8 {
margin-right: 66.66667%;
margin-left: 0;
}
html[dir="rtl"] .offset-lg-9 {
margin-right: 75%;
margin-left: 0;
}
html[dir="rtl"] .offset-lg-10 {
margin-right: 83.33333%;
margin-left: 0;
}
html[dir="rtl"] .offset-lg-11 {
margin-right: 91.66667%;
margin-left: 0;
}
}
@media (min-width: 1200px) {
html[dir="rtl"] .offset-xl-0 {
margin-right: 0;
margin-left: 0;
}
html[dir="rtl"] .offset-xl-1 {
margin-right: 8.33333%;
margin-left: 0;
}
html[dir="rtl"] .offset-xl-2 {
margin-right: 16.66667%;
margin-left: 0;
}
html[dir="rtl"] .offset-xl-3 {
margin-right: 25%;
margin-left: 0;
}
html[dir="rtl"] .offset-xl-4 {
margin-right: 33.33333%;
margin-left: 0;
}
html[dir="rtl"] .offset-xl-5 {
margin-right: 41.66667%;
margin-left: 0;
}
html[dir="rtl"] .offset-xl-6 {
margin-right: 50%;
margin-left: 0;
}
html[dir="rtl"] .offset-xl-7 {
margin-right: 58.33333%;
margin-left: 0;
}
html[dir="rtl"] .offset-xl-8 {
margin-right: 66.66667%;
margin-left: 0;
}
html[dir="rtl"] .offset-xl-9 {
margin-right: 75%;
margin-left: 0;
}
html[dir="rtl"] .offset-xl-10 {
margin-right: 83.33333%;
margin-left: 0;
}
html[dir="rtl"] .offset-xl-11 {
margin-right: 91.66667%;
margin-left: 0;
}
}
html[dir="rtl"] .mr-0,
html[dir="rtl"] .mx-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
html[dir="rtl"] .ml-0,
html[dir="rtl"] .mx-0 {
margin-left: 0 !important;
margin-right: 0 !important;
}
html[dir="rtl"] .mr-1,
html[dir="rtl"] .mx-1 {
margin-right: 0 !important;
margin-left: 0.25rem !important;
}
html[dir="rtl"] .ml-1,
html[dir="rtl"] .mx-1 {
margin-left: 0 !important;
margin-right: 0.25rem !important;
}
html[dir="rtl"] .mr-2,
html[dir="rtl"] .mx-2 {
margin-right: 0 !important;
margin-left: 0.5rem !important;
}
html[dir="rtl"] .ml-2,
html[dir="rtl"] .mx-2 {
margin-left: 0 !important;
margin-right: 0.5rem !important;
}
html[dir="rtl"] .mr-3,
html[dir="rtl"] .mx-3 {
margin-right: 0 !important;
margin-left: 1rem !important;
}
html[dir="rtl"] .ml-3,
html[dir="rtl"] .mx-3 {
margin-left: 0 !important;
margin-right: 1rem !important;
}
html[dir="rtl"] .mr-4,
html[dir="rtl"] .mx-4 {
margin-right: 0 !important;
margin-left: 1.5rem !important;
}
html[dir="rtl"] .ml-4,
html[dir="rtl"] .mx-4 {
margin-left: 0 !important;
margin-right: 1.5rem !important;
}
html[dir="rtl"] .mr-5,
html[dir="rtl"] .mx-5 {
margin-right: 0 !important;
margin-left: 3rem !important;
}
html[dir="rtl"] .ml-5,
html[dir="rtl"] .mx-5 {
margin-left: 0 !important;
margin-right: 3rem !important;
}
html[dir="rtl"] .pr-0,
html[dir="rtl"] .px-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}
html[dir="rtl"] .pl-0,
html[dir="rtl"] .px-0 {
padding-left: 0 !important;
padding-right: 0 !important;
}
html[dir="rtl"] .pr-1,
html[dir="rtl"] .px-1 {
padding-right: 0 !important;
padding-left: 0.25rem !important;
}
html[dir="rtl"] .pl-1,
html[dir="rtl"] .px-1 {
padding-left: 0 !important;
padding-right: 0.25rem !important;
}
html[dir="rtl"] .pr-2,
html[dir="rtl"] .px-2 {
padding-right: 0 !important;
padding-left: 0.5rem !important;
}
html[dir="rtl"] .pl-2,
html[dir="rtl"] .px-2 {
padding-left: 0 !important;
padding-right: 0.5rem !important;
}
html[dir="rtl"] .pr-3,
html[dir="rtl"] .px-3 {
padding-right: 0 !important;
padding-left: 1rem !important;
}
html[dir="rtl"] .pl-3,
html[dir="rtl"] .px-3 {
padding-left: 0 !important;
padding-right: 1rem !important;
}
html[dir="rtl"] .pr-4,
html[dir="rtl"] .px-4 {
padding-right: 0 !important;
padding-left: 1.5rem !important;
}
html[dir="rtl"] .pl-4,
html[dir="rtl"] .px-4 {
padding-left: 0 !important;
padding-right: 1.5rem !important;
}
html[dir="rtl"] .pr-5,
html[dir="rtl"] .px-5 {
padding-right: 0 !important;
padding-left: 3rem !important;
}
html[dir="rtl"] .pl-5,
html[dir="rtl"] .px-5 {
padding-left: 0 !important;
padding-right: 3rem !important;
}
html[dir="rtl"] .mr-auto,
html[dir="rtl"] .mx-auto {
margin-right: 0;
margin-left: auto;
}
html[dir="rtl"] .ml-auto,
html[dir="rtl"] .mx-auto {
margin-right: auto;
margin-left: 0;
}
@media (min-width: 576px) {
html[dir="rtl"] .mr-sm-0,
html[dir="rtl"] .mx-sm-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
html[dir="rtl"] .ml-sm-0,
html[dir="rtl"] .mx-sm-0 {
margin-left: 0 !important;
margin-right: 0 !important;
}
html[dir="rtl"] .mr-sm-1,
html[dir="rtl"] .mx-sm-1 {
margin-right: 0 !important;
margin-left: 0.25rem !important;
}
html[dir="rtl"] .ml-sm-1,
html[dir="rtl"] .mx-sm-1 {
margin-left: 0 !important;
margin-right: 0.25rem !important;
}
html[dir="rtl"] .mr-sm-2,
html[dir="rtl"] .mx-sm-2 {
margin-right: 0 !important;
margin-left: 0.5rem !important;
}
html[dir="rtl"] .ml-sm-2,
html[dir="rtl"] .mx-sm-2 {
margin-left: 0 !important;
margin-right: 0.5rem !important;
}
html[dir="rtl"] .mr-sm-3,
html[dir="rtl"] .mx-sm-3 {
margin-right: 0 !important;
margin-left: 1rem !important;
}
html[dir="rtl"] .ml-sm-3,
html[dir="rtl"] .mx-sm-3 {
margin-left: 0 !important;
margin-right: 1rem !important;
}
html[dir="rtl"] .mr-sm-4,
html[dir="rtl"] .mx-sm-4 {
margin-right: 0 !important;
margin-left: 1.5rem !important;
}
html[dir="rtl"] .ml-sm-4,
html[dir="rtl"] .mx-sm-4 {
margin-left: 0 !important;
margin-right: 1.5rem !important;
}
html[dir="rtl"] .mr-sm-5,
html[dir="rtl"] .mx-sm-5 {
margin-right: 0 !important;
margin-left: 3rem !important;
}
html[dir="rtl"] .ml-sm-5,
html[dir="rtl"] .mx-sm-5 {
margin-left: 0 !important;
margin-right: 3rem !important;
}
html[dir="rtl"] .pr-sm-0,
html[dir="rtl"] .px-sm-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}
html[dir="rtl"] .pl-sm-0,
html[dir="rtl"] .px-sm-0 {
padding-left: 0 !important;
padding-right: 0 !important;
}
html[dir="rtl"] .pr-sm-1,
html[dir="rtl"] .px-sm-1 {
padding-right: 0 !important;
padding-left: 0.25rem !important;
}
html[dir="rtl"] .pl-sm-1,
html[dir="rtl"] .px-sm-1 {
padding-left: 0 !important;
padding-right: 0.25rem !important;
}
html[dir="rtl"] .pr-sm-2,
html[dir="rtl"] .px-sm-2 {
padding-right: 0 !important;
padding-left: 0.5rem !important;
}
html[dir="rtl"] .pl-sm-2,
html[dir="rtl"] .px-sm-2 {
padding-left: 0 !important;
padding-right: 0.5rem !important;
}
html[dir="rtl"] .pr-sm-3,
html[dir="rtl"] .px-sm-3 {
padding-right: 0 !important;
padding-left: 1rem !important;
}
html[dir="rtl"] .pl-sm-3,
html[dir="rtl"] .px-sm-3 {
padding-left: 0 !important;
padding-right: 1rem !important;
}
html[dir="rtl"] .pr-sm-4,
html[dir="rtl"] .px-sm-4 {
padding-right: 0 !important;
padding-left: 1.5rem !important;
}
html[dir="rtl"] .pl-sm-4,
html[dir="rtl"] .px-sm-4 {
padding-left: 0 !important;
padding-right: 1.5rem !important;
}
html[dir="rtl"] .pr-sm-5,
html[dir="rtl"] .px-sm-5 {
padding-right: 0 !important;
padding-left: 3rem !important;
}
html[dir="rtl"] .pl-sm-5,
html[dir="rtl"] .px-sm-5 {
padding-left: 0 !important;
padding-right: 3rem !important;
}
html[dir="rtl"] .mr-sm-auto,
html[dir="rtl"] .mx-sm-auto {
margin-right: 0;
margin-left: auto;
}
html[dir="rtl"] .ml-sm-auto,
html[dir="rtl"] .mx-sm-auto {
margin-right: auto;
margin-left: 0;
}
}
@media (min-width: 768px) {
html[dir="rtl"] .mr-md-0,
html[dir="rtl"] .mx-md-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
html[dir="rtl"] .ml-md-0,
html[dir="rtl"] .mx-md-0 {
margin-left: 0 !important;
margin-right: 0 !important;
}
html[dir="rtl"] .mr-md-1,
html[dir="rtl"] .mx-md-1 {
margin-right: 0 !important;
margin-left: 0.25rem !important;
}
html[dir="rtl"] .ml-md-1,
html[dir="rtl"] .mx-md-1 {
margin-left: 0 !important;
margin-right: 0.25rem !important;
}
html[dir="rtl"] .mr-md-2,
html[dir="rtl"] .mx-md-2 {
margin-right: 0 !important;
margin-left: 0.5rem !important;
}
html[dir="rtl"] .ml-md-2,
html[dir="rtl"] .mx-md-2 {
margin-left: 0 !important;
margin-right: 0.5rem !important;
}
html[dir="rtl"] .mr-md-3,
html[dir="rtl"] .mx-md-3 {
margin-right: 0 !important;
margin-left: 1rem !important;
}
html[dir="rtl"] .ml-md-3,
html[dir="rtl"] .mx-md-3 {
margin-left: 0 !important;
margin-right: 1rem !important;
}
html[dir="rtl"] .mr-md-4,
html[dir="rtl"] .mx-md-4 {
margin-right: 0 !important;
margin-left: 1.5rem !important;
}
html[dir="rtl"] .ml-md-4,
html[dir="rtl"] .mx-md-4 {
margin-left: 0 !important;
margin-right: 1.5rem !important;
}
html[dir="rtl"] .mr-md-5,
html[dir="rtl"] .mx-md-5 {
margin-right: 0 !important;
margin-left: 3rem !important;
}
html[dir="rtl"] .ml-md-5,
html[dir="rtl"] .mx-md-5 {
margin-left: 0 !important;
margin-right: 3rem !important;
}
html[dir="rtl"] .pr-md-0,
html[dir="rtl"] .px-md-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}
html[dir="rtl"] .pl-md-0,
html[dir="rtl"] .px-md-0 {
padding-left: 0 !important;
padding-right: 0 !important;
}
html[dir="rtl"] .pr-md-1,
html[dir="rtl"] .px-md-1 {
padding-right: 0 !important;
padding-left: 0.25rem !important;
}
html[dir="rtl"] .pl-md-1,
html[dir="rtl"] .px-md-1 {
padding-left: 0 !important;
padding-right: 0.25rem !important;
}
html[dir="rtl"] .pr-md-2,
html[dir="rtl"] .px-md-2 {
padding-right: 0 !important;
padding-left: 0.5rem !important;
}
html[dir="rtl"] .pl-md-2,
html[dir="rtl"] .px-md-2 {
padding-left: 0 !important;
padding-right: 0.5rem !important;
}
html[dir="rtl"] .pr-md-3,
html[dir="rtl"] .px-md-3 {
padding-right: 0 !important;
padding-left: 1rem !important;
}
html[dir="rtl"] .pl-md-3,
html[dir="rtl"] .px-md-3 {
padding-left: 0 !important;
padding-right: 1rem !important;
}
html[dir="rtl"] .pr-md-4,
html[dir="rtl"] .px-md-4 {
padding-right: 0 !important;
padding-left: 1.5rem !important;
}
html[dir="rtl"] .pl-md-4,
html[dir="rtl"] .px-md-4 {
padding-left: 0 !important;
padding-right: 1.5rem !important;
}
html[dir="rtl"] .pr-md-5,
html[dir="rtl"] .px-md-5 {
padding-right: 0 !important;
padding-left: 3rem !important;
}
html[dir="rtl"] .pl-md-5,
html[dir="rtl"] .px-md-5 {
padding-left: 0 !important;
padding-right: 3rem !important;
}
html[dir="rtl"] .mr-md-auto,
html[dir="rtl"] .mx-md-auto {
margin-right: 0;
margin-left: auto;
}
html[dir="rtl"] .ml-md-auto,
html[dir="rtl"] .mx-md-auto {
margin-right: auto;
margin-left: 0;
}
}
@media (min-width: 992px) {
html[dir="rtl"] .mr-lg-0,
html[dir="rtl"] .mx-lg-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
html[dir="rtl"] .ml-lg-0,
html[dir="rtl"] .mx-lg-0 {
margin-left: 0 !important;
margin-right: 0 !important;
}
html[dir="rtl"] .mr-lg-1,
html[dir="rtl"] .mx-lg-1 {
margin-right: 0 !important;
margin-left: 0.25rem !important;
}
html[dir="rtl"] .ml-lg-1,
html[dir="rtl"] .mx-lg-1 {
margin-left: 0 !important;
margin-right: 0.25rem !important;
}
html[dir="rtl"] .mr-lg-2,
html[dir="rtl"] .mx-lg-2 {
margin-right: 0 !important;
margin-left: 0.5rem !important;
}
html[dir="rtl"] .ml-lg-2,
html[dir="rtl"] .mx-lg-2 {
margin-left: 0 !important;
margin-right: 0.5rem !important;
}
html[dir="rtl"] .mr-lg-3,
html[dir="rtl"] .mx-lg-3 {
margin-right: 0 !important;
margin-left: 1rem !important;
}
html[dir="rtl"] .ml-lg-3,
html[dir="rtl"] .mx-lg-3 {
margin-left: 0 !important;
margin-right: 1rem !important;
}
html[dir="rtl"] .mr-lg-4,
html[dir="rtl"] .mx-lg-4 {
margin-right: 0 !important;
margin-left: 1.5rem !important;
}
html[dir="rtl"] .ml-lg-4,
html[dir="rtl"] .mx-lg-4 {
margin-left: 0 !important;
margin-right: 1.5rem !important;
}
html[dir="rtl"] .mr-lg-5,
html[dir="rtl"] .mx-lg-5 {
margin-right: 0 !important;
margin-left: 3rem !important;
}
html[dir="rtl"] .ml-lg-5,
html[dir="rtl"] .mx-lg-5 {
margin-left: 0 !important;
margin-right: 3rem !important;
}
html[dir="rtl"] .pr-lg-0,
html[dir="rtl"] .px-lg-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}
html[dir="rtl"] .pl-lg-0,
html[dir="rtl"] .px-lg-0 {
padding-left: 0 !important;
padding-right: 0 !important;
}
html[dir="rtl"] .pr-lg-1,
html[dir="rtl"] .px-lg-1 {
padding-right: 0 !important;
padding-left: 0.25rem !important;
}
html[dir="rtl"] .pl-lg-1,
html[dir="rtl"] .px-lg-1 {
padding-left: 0 !important;
padding-right: 0.25rem !important;
}
html[dir="rtl"] .pr-lg-2,
html[dir="rtl"] .px-lg-2 {
padding-right: 0 !important;
padding-left: 0.5rem !important;
}
html[dir="rtl"] .pl-lg-2,
html[dir="rtl"] .px-lg-2 {
padding-left: 0 !important;
padding-right: 0.5rem !important;
}
html[dir="rtl"] .pr-lg-3,
html[dir="rtl"] .px-lg-3 {
padding-right: 0 !important;
padding-left: 1rem !important;
}
html[dir="rtl"] .pl-lg-3,
html[dir="rtl"] .px-lg-3 {
padding-left: 0 !important;
padding-right: 1rem !important;
}
html[dir="rtl"] .pr-lg-4,
html[dir="rtl"] .px-lg-4 {
padding-right: 0 !important;
padding-left: 1.5rem !important;
}
html[dir="rtl"] .pl-lg-4,
html[dir="rtl"] .px-lg-4 {
padding-left: 0 !important;
padding-right: 1.5rem !important;
}
html[dir="rtl"] .pr-lg-5,
html[dir="rtl"] .px-lg-5 {
padding-right: 0 !important;
padding-left: 3rem !important;
}
html[dir="rtl"] .pl-lg-5,
html[dir="rtl"] .px-lg-5 {
padding-left: 0 !important;
padding-right: 3rem !important;
}
html[dir="rtl"] .mr-lg-auto,
html[dir="rtl"] .mx-lg-auto {
margin-right: 0;
margin-left: auto;
}
html[dir="rtl"] .ml-lg-auto,
html[dir="rtl"] .mx-lg-auto {
margin-right: auto;
margin-left: 0;
}
}
@media (min-width: 1200px) {
html[dir="rtl"] .mr-xl-0,
html[dir="rtl"] .mx-xl-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
html[dir="rtl"] .ml-xl-0,
html[dir="rtl"] .mx-xl-0 {
margin-left: 0 !important;
margin-right: 0 !important;
}
html[dir="rtl"] .mr-xl-1,
html[dir="rtl"] .mx-xl-1 {
margin-right: 0 !important;
margin-left: 0.25rem !important;
}
html[dir="rtl"] .ml-xl-1,
html[dir="rtl"] .mx-xl-1 {
margin-left: 0 !important;
margin-right: 0.25rem !important;
}
html[dir="rtl"] .mr-xl-2,
html[dir="rtl"] .mx-xl-2 {
margin-right: 0 !important;
margin-left: 0.5rem !important;
}
html[dir="rtl"] .ml-xl-2,
html[dir="rtl"] .mx-xl-2 {
margin-left: 0 !important;
margin-right: 0.5rem !important;
}
html[dir="rtl"] .mr-xl-3,
html[dir="rtl"] .mx-xl-3 {
margin-right: 0 !important;
margin-left: 1rem !important;
}
html[dir="rtl"] .ml-xl-3,
html[dir="rtl"] .mx-xl-3 {
margin-left: 0 !important;
margin-right: 1rem !important;
}
html[dir="rtl"] .mr-xl-4,
html[dir="rtl"] .mx-xl-4 {
margin-right: 0 !important;
margin-left: 1.5rem !important;
}
html[dir="rtl"] .ml-xl-4,
html[dir="rtl"] .mx-xl-4 {
margin-left: 0 !important;
margin-right: 1.5rem !important;
}
html[dir="rtl"] .mr-xl-5,
html[dir="rtl"] .mx-xl-5 {
margin-right: 0 !important;
margin-left: 3rem !important;
}
html[dir="rtl"] .ml-xl-5,
html[dir="rtl"] .mx-xl-5 {
margin-left: 0 !important;
margin-right: 3rem !important;
}
html[dir="rtl"] .pr-xl-0,
html[dir="rtl"] .px-xl-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}
html[dir="rtl"] .pl-xl-0,
html[dir="rtl"] .px-xl-0 {
padding-left: 0 !important;
padding-right: 0 !important;
}
html[dir="rtl"] .pr-xl-1,
html[dir="rtl"] .px-xl-1 {
padding-right: 0 !important;
padding-left: 0.25rem !important;
}
html[dir="rtl"] .pl-xl-1,
html[dir="rtl"] .px-xl-1 {
padding-left: 0 !important;
padding-right: 0.25rem !important;
}
html[dir="rtl"] .pr-xl-2,
html[dir="rtl"] .px-xl-2 {
padding-right: 0 !important;
padding-left: 0.5rem !important;
}
html[dir="rtl"] .pl-xl-2,
html[dir="rtl"] .px-xl-2 {
padding-left: 0 !important;
padding-right: 0.5rem !important;
}
html[dir="rtl"] .pr-xl-3,
html[dir="rtl"] .px-xl-3 {
padding-right: 0 !important;
padding-left: 1rem !important;
}
html[dir="rtl"] .pl-xl-3,
html[dir="rtl"] .px-xl-3 {
padding-left: 0 !important;
padding-right: 1rem !important;
}
html[dir="rtl"] .pr-xl-4,
html[dir="rtl"] .px-xl-4 {
padding-right: 0 !important;
padding-left: 1.5rem !important;
}
html[dir="rtl"] .pl-xl-4,
html[dir="rtl"] .px-xl-4 {
padding-left: 0 !important;
padding-right: 1.5rem !important;
}
html[dir="rtl"] .pr-xl-5,
html[dir="rtl"] .px-xl-5 {
padding-right: 0 !important;
padding-left: 3rem !important;
}
html[dir="rtl"] .pl-xl-5,
html[dir="rtl"] .px-xl-5 {
padding-left: 0 !important;
padding-right: 3rem !important;
}
html[dir="rtl"] .mr-xl-auto,
html[dir="rtl"] .mx-xl-auto {
margin-right: 0;
margin-left: auto;
}
html[dir="rtl"] .ml-xl-auto,
html[dir="rtl"] .mx-xl-auto {
margin-right: auto;
margin-left: 0;
}
}
html[dir="rtl"] body {
text-align: right;
}
html[dir="rtl"] .sidebar {
left: unset;
right: 0;
}
html[dir="rtl"] .sidebar .nav i {
float: right;
margin-left: 15px;
margin-right: unset;
}
html[dir="rtl"] .main-panel {
float: left;
}
html[dir="rtl"] .card .card-header.card-header-tabs .nav-tabs-title {
float: right;
padding: 10px 0 10px 10px;
}
html[dir="rtl"] .card.card-chart {
direction: ltr;
}
html[dir="rtl"] .nav-tabs .nav-item .material-icons {
margin: -1px 0 0 5px;
}
html[dir="rtl"] .form-check {
direction: ltr;
}
html[dir="rtl"] .navbar .navbar-nav .dropdown-menu-right {
transform-origin: 0 0;
}
html[dir="rtl"] .bmd-form-group [class^='bmd-label'].bmd-label-floating,
html[dir="rtl"] .bmd-form-group [class*=' bmd-label'].bmd-label-floating {
will-change: right, top, contents;
}
html[dir="rtl"] .is-focused .bmd-label-floating,
html[dir="rtl"] .is-filled .bmd-label-floating {
right: 0;
left: unset;
}
html[dir="rtl"] .alert.alert-with-icon {
padding-right: 66px;
padding-left: 15px;
}
html[dir="rtl"] .alert.alert-with-icon i[data-notify="icon"] {
right: 15px;
left: unset;
}
html[dir="rtl"] .alert button.close {
left: 10px !important;
right: unset !important;
}
@media (min-width: 992px) {
html[dir="rtl"] .navbar-expand-lg .navbar-nav .dropdown-menu-right {
left: 0;
right: auto;
}
}
html[dir="rtl"] .sidebar .sidebar-wrapper .navbar-form .input-group {
padding-right: 17px;
padding-left: unset;
}
html[dir="rtl"] .sidebar,
html[dir="rtl"] .off-canvas-sidebar nav .navbar-collapse {
text-align: right;
}
html[dir="rtl"] .card .card-body, html[dir="rtl"] .card .card-footer {
direction: rtl;
}
@media (max-width: 991px) {
html[dir="rtl"] .navbar-form .btn {
left: -50px;
right: unset;
}
}
@media (min-width: 992px) {
html[dir="rtl"] .navbar-expand-lg > .container,
html[dir="rtl"] .navbar-expand-lg > .container-fluid {
flex-wrap: nowrap;
}
}
@media (max-width: 991px) {
html[dir="rtl"] [class*="navbar-expand-"] > .container,
html[dir="rtl"] [class*="navbar-expand-"] > .container-fluid {
flex-direction: row-reverse;
}
}
/*# sourceMappingURL=material-dashboard-rtl.css.map */
/*
My Style:
BlogPost
*/
.header-bg {
background: url(../img/BgShape.svg) no-repeat;
position: absolute;
left: 0;
top: -80px;
width: 1050px;
height: 871px;
}
section{
padding-bottom: 100px;
}
.blog-data .wp-video {
margin: 15px auto;
}
.blog-data-style-one {
box-shadow: 0 4px 10px 7px #f8f9fa;
border: 1px solid #e5e5e5;
border-radius: 6px;
padding-right: 15px;
padding-left: 15px;
}
.title-blog-fit:after {
/*position: absolute;*/
content: '';
display: block;
width: 100%;
height: 2px;
background-color: #f4f4f4;
margin-top: 14px;
/*left: 0;*/
/*right: 0;*/
/*top: 66px;*/
}
.has-sidebar .blog-data {
-webkit-box-flex: 0;
-ms-flex: 0 0 71.66667%;
flex: 0 0 74.5%;
max-width: 74.5%;
padding-right: 15px;
padding-left: 15px;
}
.blog-sidebar {
position: relative;
width: 100%;
min-height: 1px;
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 28.33333%;
max-width: 28.33333%;
padding-right: 15px;
padding-left: 15px;
}
.blog-sidebar .widget {
/*background-color: #fff;*/
box-shadow: 0 4px 10px 7px #f8f9fa;
border: 1px solid #e5e5e5;
border-radius: 6px;
padding: 1rem;
margin-bottom: 28px;
}
.blog-sidebar .widget:last-child {
margin-bottom: 0px;
}
.blog-sidebar .widget img {
width: 100%;
height: auto;
}
.blog-sidebar .widget ul {
margin: 0;
padding: 0;
}
.blog-sidebar .widget ul li {
list-style: none;
position: relative;
margin: 0 0 9px;
font-size: 13.5px;
color: #8d8d8d;
border: 2px solid #d6e0e2;
border-width: 0 2px 0 0;
border-radius: 0;
line-height: 18px;
border-radius: 2px;
-webkit-transition: all .3s ease;
transition: all .3s ease;
}
.blog-sidebar .widget ul li:hover {
background: #f8f9fa;
/*padding-right: 5px;*/
border-color: #f7b625 !important;
}
.blog-sidebar .widget ul li:hover:before {
background: #F8C44F;
border: none;
}
.blog-sidebar .widget ul li:before {
content: '';
width: 12px;
height: 11px;
display: block;
background: #fff;
border: 2px solid #d4dcde;
position: absolute;
-webkit-border-radius: 10%;
-moz-border-radius: 10%;
border-radius: 30px;
top: 50%;
right: 0;
-webkit-transform: translate(60%, -50%);
-ms-transform: translate(60%, -50%);
transform: translate(60%, -50%);
-webkit-box-shadow: 0 0 0 3px #fff;
box-shadow: 0 0 0 3px #fff;
-webkit-transition: all .3s ease;
transition: all .3s ease;
}
.blog-sidebar .widget ul li a {
color: #464749;
font-weight: 400;
padding: 9px 13px 9px 10px;
display: block;
}
.blog-sidebar .widget ul li a:hover {
color: #f7b625;
}
.blog-sidebar .widget_nav_menu ul li a {
color: #464749;
font-weight: 400;
padding: 9px 13px 9px 10px;
display: inline-block;
}
.blog-sidebar .widget_nav_menu ul li ul {
display: none;
padding-inline-start: 20px;
}
.blog-sidebar .widget_nav_menu ul li.menu-item-has-children:after {
font-family: "Font Awesome 5 Pro";
font-weight: 700;
content: "\f067";
position: absolute;
left: 10px;
top: 8px;
-webkit-transition: all .3s ease;
transition: all .3s ease;
color: #8d8d8d;
border-radius: 100%;
text-align: center;
/*border: 1px solid #d3d3d3;*/
/*width: 20px;*/
/*height: 19px;*/
/*font-size: 10px;*/
}
.blog-sidebar .widget_nav_menu ul li.menu-item-has-children:last-child:after {
content: none !important;
}
.blog-sidebar .widget_nav_menu ul li.menu-item-has-children.opened:after {
content: "\f068";
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
}
.blog-sidebar .widget_nav_menu ul li.opened ul {
display: block;
}
.blog-sidebar .widget_recent_comments ul li {
padding: 9px 13px 9px 10px;
}
.blog-sidebar .widget_recent_comments ul li:hover {
padding-right: 18px;
}
.blog-sidebar .widget .widget-title {
position: relative;
font-size: 15px;
line-height: 1;
margin-bottom: 15px;
}
.blog-sidebar .widget .widget-title:before {
right: -1.02rem;
left: auto;
display: block;
content: '';
position: absolute;
top: -5px;
width: 2px;
height: 24px;
background-color: #f7b625;
}
.blog-sidebar .widget .widget-title:after {
content: '';
display: block;
width: 100%;
height: 2px;
background-color: #f4f4f4;
margin-top: 15px;
}
.blog-sidebar .widget_search .search {
display: block;
float: none;
margin: 0;
}
.blog-sidebar .widget_search .search form input {
position: relative;
opacity: 1;
width: 100%;
top: auto;
left: auto;
z-index: auto;
border-radius: 7px;
padding: 7px;
border: 1px solid rgba(0, 0, 0, 0.2);
}
.blog-sidebar .widget_search .search form button {
position: absolute;
top: 5px;
left: 6px;
padding: 7px !important;
margin: 0;
}
.blog-sidebar .widget_search .search form button i {
font-size: 22px !important;
color: rgba(0, 0, 0, 0.45);
}
.blog-sidebar .widget_product_search form {
position: relative;
}
.blog-sidebar .widget_product_search form input {
position: relative;
opacity: 1;
width: 100%;
top: auto;
left: auto;
z-index: auto;
border-radius: 7px;
padding: 7px;
border: 1px solid rgba(0, 0, 0, 0.2);
outline: none;
}
.blog-sidebar .widget_product_search form button {
position: absolute;
top: 5px;
left: 6px;
padding: 7px !important;
margin: 0;
font-size: 0;
background: transparent;
border: none;
outline: none;
font-weight: 300;
}
.blog-sidebar .widget_product_search form button:before {
font-family: "Font Awesome 5 Pro";
content: "\f002";
color: rgba(0, 0, 0, 0.45);
font-size: 22px !important;
top: -10px;
left: 1px;
position: relative;
}
.sidebar-right {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
/*.blog-data img {*/
/* width: 100%;*/
/* height: auto;*/
/*}*/
.no-sidebar .blog-data {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.blog-sidebar .woocommerce .product_list_widget li .woocommerce-Price-amount {
margin-right: 13px;
font-weight: 400;
}
.blog-sidebar .woocommerce .product_list_widget li ins .woocommerce-Price-amount {
margin-right: 5px;
/*font-size: 18px;*/
color: #f00;
font-weight: 700;
}
.blog-sidebar .woocommerce .product_list_widget li .star-rating {
display: none;
}
.blog-sidebar .woocommerce .product_list_widget li a {
padding: 0 13px 0 0 !important;
display: flex;
flex-direction: row-reverse !important;
}
.blog-sidebar .woocommerce .product_list_widget li a img {
margin: auto !important;
max-width: 100%;
width: 50%;
height: auto;
float: none;
}
.blog-sidebar .woocommerce .product_list_widget li a .product-title {
margin: 11px 0px 15px 0;
font-size: 13px;
display: block;
line-height: 25px;
width: 100%;
padding-left: 10px;
}
.h-fit {
height: fit-content;
}
.blog-posts a.more-articles {
display: inline-block;
padding: 8px 25px;
background-color: #5082D7;
border-radius: 7px;
text-align: center;
font-weight: 400;
box-shadow: 0 2px 12px rgba(80, 130, 215, 0.6);
color: #fff;
font-size: 15px;
outline: none;
transition: all .3s ease;
/*float: left;*/
width: auto;
position: relative;
margin-top: 30px;
z-index: 9999;
}
.blog-posts a.more-articles:hover {
background-color: #2d66c7;
transition: all .3s ease;
}
.blog-posts figure {
margin: 0;
}
.blog-posts figure img {
border-radius: 15px;
}
.blog-posts .blog-posts-bg {
background: url(images/blog-bg.svg) no-repeat;
position: absolute;
left: -500px;
top: -180px;
width: 1050px;
height: 871px;
z-index: -20;
}
.blog-posts .row > div a {
position: relative;
display: inline-block;
}
.blog-posts .row > div.another-posts a:first-of-type {
margin-bottom: 43.5px;
}
.blog-posts .row > div.another-posts a {
position: relative;
display: inline-block;
width: 100%;
}
.blog-posts .row > div.another-posts a .blog-posts-inner {
position: absolute;
z-index: 2;
right: 25px;
bottom: 40px;
width: calc(100% - 50px);
text-align: right;
}
.blog-posts .row > div.first-post a:after {
content: "";
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.4);
position: absolute;
right: 0;
top: 0;
border-radius: 15px;
transition: all .5s ease;
}
.blog-posts .row > div.first-post a:hover:after {
background-color: rgba(52, 154, 217, 0.8);
transition: all .5s ease;
}
.blog-posts .row > div.another-posts a:after {
content: "";
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.4);
position: absolute;
right: 0;
top: 0;
border-radius: 15px;
transition: all .5s ease;
}
.blog-posts .row > div.another-posts a:hover:after {
background-color: rgba(52, 154, 217, 0.8);
transition: all .5s ease;
}
.blog-posts .row > div.first-post a figure {
margin: 0;
}
.blog-posts .row > div.first-post a figure img {
width: 100%;
height: 100%;
}
.blog-posts .row > div a img {
max-width: 100%;
width: 100%;
height: auto;
}
.blog-posts .row > div.another-posts a .blog-posts-inner .category {
display: inline-block;
border-radius: 5px;
}
.blog-posts .row > div.another-posts a .blog-posts-inner .category ul li {
float: right;
margin-bottom: 5px;
margin-left: 5px;
background: rgba(51, 154, 217, 0.7);
border-radius: 5px;
display: inline-block;
padding: 2px 9px;
color: #FFF;
font-weight: normal;
font-size: 13px;
transition: all .5s ease;
}
.blog-posts .row > div.another-posts a .blog-posts-inner .category ul {
list-style-type: none;
margin: 0;
padding: 0;
}
.blog-posts .row > div.another-posts a:hover .category ul li {
background: rgba(0, 0, 0, 0.3);
transition: all .5s ease;
}
.blog-posts .row > div.another-posts a .blog-posts-inner h2 {
font-size: 16px;
color: #FFF;
font-weight: normal;
line-height: 27px;
margin: 0;
}
.blog-posts .row > div.first-post a .blog-posts-inner {
background-color: rgba(255, 255, 255, 0.95);
box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
right: -30px;
bottom: 35px;
padding: 30px;
width: 62%;
text-align: right;
border-radius: 15px;
}
.blog-posts .row > div.first-post a .blog-posts-inner .category ul:before, .blog-posts .row > div.first-post a .blog-posts-inner .category ul:after {
content: " ";
display: table;
}
.blog-posts .row > div.first-post a .blog-posts-inner .category ul:after {
clear: both;
}
.blog-posts .row > div.first-post a .blog-posts-inner h2 {
font-size: 18px;
line-height: 38px;
font-weight: normal;
color: #222;
margin: 0;
}
.blog-posts .row > div a .blog-posts-inner {
position: absolute;
z-index: 2;
right: 25px;
bottom: 40px;
width: calc(100% - 50px);
}
.blog-posts .row > div.first-post a .blog-posts-inner .category ul {
margin: 0;
padding: 0;
}
.blog-posts .row > div.first-post a .blog-posts-inner .category ul li {
list-style: none;
color: #333;
}
.blog-posts .row > div.first-post a .blog-posts-inner .category ul li:before {
content: "";
width: 5px;
height: 5px;
border-radius: 50%;
background-color: #339AD9;
float: right;
margin-left: 10px;
margin-top: 14px;
}
.article-content {
line-height: 2.7;
/*padding: 0 85px;*/
}
.article-content figure {
margin: 30px auto;
display: block;
padding: 10px 10px 0 10px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
border-radius: 10px;
width: 780px;
}
.article-content h2, .cont-page h2 {
font-size: 21px;
}
.article-content h3, .cont-page h3 {
font-size: 18px;
}
/* Start Blog Responsive */
@media (max-width: 991px) {
.blog-posts .row > div.first-post a .blog-posts-inner {
position: absolute;
z-index: 2;
right: 25px;
bottom: 40px;
width: calc(100% - 50px);
background: transparent;
color: #FFF;
box-shadow: none;
padding: 0;
}
.blog-posts .row > div.another-posts a:first-of-type {
float: right;
width: calc(50% - 10px);
}
.blog-posts .row > div.first-post a {
width: 100%;
margin-bottom: 25px;
}
.blog-posts .row > div.another-posts a:last-of-type {
float: left;
width: calc(50% - 10px);
}
.blog-posts .row > div.first-post a .blog-posts-inner h2 {
color: #fff;
}
.blog-posts .row > div.first-post a .blog-posts-inner .category {
background: rgba(51, 154, 217, 0.7);
border-radius: 5px;
display: inline-block;
padding: 2px 9px;
color: #FFF;
font-weight: 200;
font-size: 11px;
margin-bottom: 5px;
transition: all .5s ease;
}
.blog-posts .row > div.first-post a .blog-posts-inner .category ul li {
color: #fff;
}
.blog-posts .row > div.first-post a .blog-posts-inner .category ul li:before {
content: none;
}
.related-posts .rpost {
width: 100% !important;
float: none;
}
.blog-data {
-webkit-box-flex: unset !important;
-ms-flex: unset !important;
flex: unset !important;
max-width: unset !important;
}
}
@media (max-width: 768px) {
.title-blog {
display: block !important;
}
.title-blog .article-title {
padding-left: 0px !important;
text-align: center !important;
}
.article-excerpt p {
margin: 0px !important;
}
.title-blog:after {
top: 115px;
}
}
@media (max-width: 525px) {
.blog-posts .row > div.another-posts a:first-of-type, .blog-posts .row > div.another-posts a:last-of-type {
width: 100%;
margin-bottom: 20px;
}
}
/* End Blog Responsive*/
/* End BlogPost */
/* Course */
.course {
overflow: hidden;
padding-top: 15px;
padding-bottom: 15px;
}
.course .course-inner {
border-radius: 15px;
box-shadow: 0 0 30px rgba(0, 0, 0, 0.07);
transition: all .5s ease;
/*max-height: 430px;*/
/*height: 430px;*/
overflow: hidden;
}
.course .course-inner:hover {
transition: all .5s ease;
box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}
.course .course-inner header {
height: 220px;
border-radius: 15px 15px 0 0;
transition: all .5s ease;
overflow: hidden;
background-size: cover !important;
position: relative;
}
.course .course-inner header a {
display: block;
position: relative;
height: 100%;
}
.course .course-inner header a img {
position: absolute;
height: auto;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
transition: all .5s ease;
}
.course .course-detail {
padding: 20px 20px 15px;
background-color: #fff;
border-radius: 0 0 15px 15px;
}
.course .course-detail .course-top-content {
height: 140px;
/*height: 180px;*/
overflow: hidden;
position: relative;
transition: all .5s ease;
}
.course .course-detail .course-top-content .title {
font-size: 20px;
margin-bottom: 7px;
display: block;
line-height: 21px;
height: 43px;
}
.course .course-detail .course-top-content h2 {
font-size: 20px;
line-height: 21px;
line-height: 30px;
font-weight: bold;
padding: 10px 0;
text-align: right;
margin: 0;
}
.course .course-detail .course-top-content .course-description {
position: relative;
/*padding-top: 10px;*/
overflow: hidden;
margin-bottom: 10px;
font-size: 13px;
transition: all .5s ease;
line-height: 26px;
font-weight: 400;
text-align: right;
height: 76px;
}
.courses .course-more {
display: inline-block;
padding: 12px 25px;
background-color: #5082D7;
border-radius: 7px;
text-align: center;
font-weight: 400;
box-shadow: 0 2px 12px rgba(80, 130, 215, 0.6);
color: #fff;
font-size: 15px;
outline: none;
transition: all .3s ease;
width: auto;
clear: both;
margin-top: 30px;
margin-left: 15px;
margin-right: 15px;
}
.courses .course-more:hover {
background-color: #2d66c7;
transition: all .3s ease;
}
.course-inner:hover .course-detail .course-information:before {
opacity: 0;
}
.course-information:before {
content: '';
box-shadow: 0px -20px 50px 25px rgb(255, 255, 255);
position: absolute;
right: 0;
left: 0;
height: 10px;
-webkit-transition: all .3s;
transition: all .3s;
}
.course-information{
border-top: 1px solid lightgray;
}
.course-information .level-course {
display: block;
font-size: 13px;
font-weight: 300;
color: #b4b4b4;
}
.course-information .name-level-course {
display: block;
font-weight: 300;
font-size: 15px;
color: #414141;
position: relative;
top: -5px;
}
.course-information .price-course del .woocommerce-Price-amount {
font-size: 11px;
display: block;
}
/* Start Off Woo */
.sale-perc-badge {
position: absolute;
width: 70px;
height: 84px;
background: url(../img/dis.svg);
background-size: contain;
z-index: 5;
color: #fff;
font-size: 11px;
font-weight: 100;
line-height: 16px;
top: -12px;
left: 10px;
-webkit-transition: all .3s;
transition: all .3s;
}
.course-inner:hover .sale-perc-badge {
top: 0;
}
.sale-perc {
margin-top: 36.5px;
margin-right: 5px;
font-size: 15px;
text-align: center;
}
.sale-badge-text {
margin-right: 7px;
margin-top: -1.5px;
font-size: 10px;
text-align: center;
}
.venus-waves {
position: absolute;
left: 0;
bottom: -5px;
display: block;
width: 100%;
/*height: 85px;*/
}
/* End Off Woo */
/* End Courses */
/* Service */
.service-bg {
background: url(../img/page-bg-1.svg) no-repeat;
position: absolute;
right: -500px;
width: 1050px;
height: 871px;
rotation: revert;
}
.service .service-inner {
border-radius: 15px;
box-shadow: 0 0 16px 1px rgba(0,0,0,0.05);
transition: all .5s ease;
max-height: 270px;
height: 270px;
overflow: hidden;
text-align: center;
}
.service .service-inner .header {
height: 120px;
border-radius: 15px 15px 0 0;
transition: all .5s ease;
overflow: hidden;
padding-top: 30px;
}
.service .service-detail {
background-color: #fff;
border-radius: 0 0 15px 15px;
}
.service .service-detail .service-top-content {
overflow: hidden;
position: relative;
transition: all .5s ease;
}
.service .service-detail .service-top-content .title {
font-size: 20px;
line-height: 25px;
margin-bottom: 7px;
}
.service .service-detail .service-top-content h3 {
font-size: 18px;
line-height: 25px;
font-weight: normal;
padding: 10px 0 5px;
}
.service-information {
border-top: 1px solid lightgray;
}
.service-information .level-service {
display: block;
font-size: 13px;
font-weight: 300;
color: #b4b4b4;
}
.service-information .name-level-service {
display: block;
font-weight: 300;
font-size: 15px;
color: #414141;
position: relative;
top: -5px;
}
.service .service-detail .service-top-content .service-description {
position: relative;
overflow: hidden;
font-size: 14px;
transition: all .5s ease;
line-height: 20px;
margin: 0px 20px;
}
.service .service-inner:hover {
transition: all .5s ease;
box-shadow: 0 0 30px rgba(0,0,0,0.2);
}
.catone {
background: rgb(239, 87, 105) url("http://tarheiran.ir/melearn/wp-content/themes/mefiweb/css/img/cat-bak.png");
background-color: rgb(239, 87, 105);
float: right;
width: 100%;
padding: 40px 0px;
border-radius: 10px;
color: #fff;
font-size: 18px;
text-align: center;
}
.catone h3 {
margin: 0px !important;
font-size: 18px;
font-weight: 100;
}
.catone:hover {
background: rgb(161, 161, 161) url("http://tarheiran.ir/melearn/wp-content/themes/mefiweb/css/img/cat-bak.png") !important;
}
#home-top-content-footer {
margin-top: 50px;
margin-bottom: 70px;
padding: 0;
}
#home-top-content-footer h3 {
font-size: 24px;
font-weight: bold;
line-height: 50px;
}
#home-top-content-footer .row {
margin: 0;
direction: rtl;
}
#home-top-content-footer #line-logo-img-text .line-logo-img {
padding-right: 10px;
padding-left: 30px;
}
#home-top-content-footer #line-logo-img-text .text {
width: calc(100% - 160px);
}
#home-top-content-footer #enemad {
margin-top: 10px;
text-align: center;
}
#home-top-content-footer > .row > div {
padding: 0px;
margin: 0;
margin-top: 0px;
}
#home-top-content-footer #enemad img {
max-width: 49%;
min-width: 95px;
}
/* footer */
#footer {
background: url(../img/footer-bg1.svg) repeat-x left top;
height: auto;
direction: rtl;
position: relative;
overflow-x: hidden;
overflow-y: hidden;
}
#footer .main-footer {
position: relative;
}
#footer .main-footer .main-footer-bg {
background: url(../img/footer-inner-bg.svg) no-repeat;
width: 1335px;
height: 322px;
position: absolute;
left: 0;
z-index: 0;
}
#footer .main-footer .main-footer-inner {
position: relative;
z-index: 99;
}
#footer .main-footer .footer-logo {
padding-right: 210px;
padding-top: 40px;
margin-bottom: 30px;
}
#footer .main-footer .footer-logo a {
display: inline-flex;
}
#footer .main-footer .footer-logo a .logo-image {
background: url(https://hamyar.co/wp-content/themes/Hamyar/assets/public/img/footer-logo.png) no-repeat;
width: 61px;
height: 51px;
float: right;
margin-left: 10px;
}
#footer .main-footer .footer-logo a .logo-details h2 {
font-size: 26px;
font-weight: normal;
color: #FFF;
margin-bottom: 5px;
}
#footer .main-footer .footer-logo a .logo-details .logo-description {
font-size: 15px;
font-weight: normal;
color: #FFF;
}
#footer .main-footer .social {
padding-left: 175px;
}
#footer .main-footer .social ul {
list-style-type: none;
display: table;
margin: 0 auto;
margin-bottom: 0px;
margin-bottom: 30px;
}
#footer .main-footer .social ul li {
float: right;
margin-left: 20px;
}
#footer .main-footer .social ul li a{
color: #fff;
font-size: 23px;
}
#footer .main-footer .footer-links ul {
list-style-type: none;
}
#footer .main-footer .footer-links ul li {
float: right;
margin-left: 15px;
}
#footer .main-footer .footer-links ul li a {
color: #FFF;
font-size: 14px;
}
#footer .main-footer hr {
border-color: rgba(255,255,255,0.3);
width: 70%;
float: right;
margin-top: 10px;
margin-bottom: 10px;
}
#footer .main-footer hr::before, #footer .main-footer hr::after {
content: " ";
display: table;
}
#footer .main-footer hr::after {
clear: both;
}
#footer .main-footer hr::before, #footer .main-footer hr::after {
content: " ";
display: table;
}
#footer .main-footer .address {
clear: both;
}
#footer .main-footer .address p {
color: #FFF;
font-size: 14px;
margin-bottom: 0;
}
#footer .copyright{
font-size: 11px;
color: white;
}
@media (max-width: 1199px) {
#footer .main-footer .footer-logo {
padding-right: 55px;
}
#footer .main-footer .social {
padding-left: 295px;
}
.visible-md {
display: block !important;
}
}
@media (max-width: 991px) {
#footer .main-footer .footer-logo {
padding-right: 0px;
}
#footer .main-footer .footer-links {
clear: both;
}
}
@media (max-width: 650px) {
#footer .main-footer .footer-logo {
padding-right: 0;
}
#home-top-content-footer #line-logo-img-text .line-logo-img {
display: none;
}
#home-top-content-footer #line-logo-img-text .text {
width: 100%;
}
}
@media (max-width: 480px){
#footer .container {
background: #38EF7D;
padding-top: 50px;
}
#footer .main-footer .footer-logo {
display: none;
}
#footer .main-footer .social {
padding: 0;
}
#footer .main-footer .main-footer-bg {
display: none;
}
}
.visible-lg {
display: none !important;
}
.visible-md {
display: none !important;
}
@media (min-width: 1200px) {
.visible-lg {
display: block !important;
}
}
/* End Footer */ | 0.347426 | 0.060752 |
.modal {
will-change: visibility, opacity;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
overflow-y: auto;
overflow-x: hidden;
z-index: 1000;
visibility: hidden;
opacity: 0;
-webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
-webkit-transition-delay: $modal-delay;
transition-delay: $modal-delay;
}
.modal--active {
visibility: visible;
opacity: 1;
}
.modal--align-top {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.modal__bg {
background: transparent;
}
.modal__dialog {
max-width: 600px;
padding: 1.2rem;
}
.modal__content {
will-change: transform, opacity;
position: relative;
padding: 2.4rem;
background: #ffebee;
background-clip: padding-box;
box-shadow: 0 12px 15px 0 rgba(0,0,0,0.25);
opacity: 0;
-webkit-transition: all 0.25s cubic-bezier(0.23, 1, 0.32, 1);
transition: all 0.25s cubic-bezier(0.23, 1, 0.32, 1);
}
.modal__content--active {
opacity: 1;
}
.modal__close {
z-index: 1100;
cursor: pointer;
}
.modal__trigger {
position: relative;
display: inline-block;
padding: 1.2rem 2.4rem;
color: rgba(0,0,0,0.7);
line-height: 1;
cursor: pointer;
background: #ffebee;
box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
-webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.modal__trigger--active {
z-index: 10;
}
.modal__trigger:hover {
background: #e5d3d6;
}
#modal__temp {
will-change: transform, opacity;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #ffebee;
-webkit-transform: none;
transform: none;
opacity: 1;
-webkit-transition: opacity 0.1s ease-out, -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
transition: opacity 0.1s ease-out, -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
transition: opacity 0.1s ease-out, transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
transition: opacity 0.1s ease-out, transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
} | assets/css/modal.css | .modal {
will-change: visibility, opacity;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
overflow-y: auto;
overflow-x: hidden;
z-index: 1000;
visibility: hidden;
opacity: 0;
-webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
-webkit-transition-delay: $modal-delay;
transition-delay: $modal-delay;
}
.modal--active {
visibility: visible;
opacity: 1;
}
.modal--align-top {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.modal__bg {
background: transparent;
}
.modal__dialog {
max-width: 600px;
padding: 1.2rem;
}
.modal__content {
will-change: transform, opacity;
position: relative;
padding: 2.4rem;
background: #ffebee;
background-clip: padding-box;
box-shadow: 0 12px 15px 0 rgba(0,0,0,0.25);
opacity: 0;
-webkit-transition: all 0.25s cubic-bezier(0.23, 1, 0.32, 1);
transition: all 0.25s cubic-bezier(0.23, 1, 0.32, 1);
}
.modal__content--active {
opacity: 1;
}
.modal__close {
z-index: 1100;
cursor: pointer;
}
.modal__trigger {
position: relative;
display: inline-block;
padding: 1.2rem 2.4rem;
color: rgba(0,0,0,0.7);
line-height: 1;
cursor: pointer;
background: #ffebee;
box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
-webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.modal__trigger--active {
z-index: 10;
}
.modal__trigger:hover {
background: #e5d3d6;
}
#modal__temp {
will-change: transform, opacity;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #ffebee;
-webkit-transform: none;
transform: none;
opacity: 1;
-webkit-transition: opacity 0.1s ease-out, -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
transition: opacity 0.1s ease-out, -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
transition: opacity 0.1s ease-out, transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
transition: opacity 0.1s ease-out, transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
} | 0.394434 | 0.069922 |
.principalAdmin{
width: 100%;
height: 80%;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.contenedorUsuarios{
width: 90%;
height: 90%;
margin-top: 10px;
overflow: auto;
}
.primerBotonAdmin{
border-radius: 15px 0px 0px 0px;
}
.ultimoBotonAdmin{
border-radius: 0px 15px 0px 0px;
}
.butonGroupFiltrosAdmin{
border: 6px solid white;
border-radius: 21px 21px 0px 0px;
background-color: white;
border-bottom: 2px solid white;
}
.divFiltrosAdmin{
margin-left: 80px;
bottom: 45px;
}
.cardFiltrosAdmin{
height: 3px;
margin-top: 75px;
}
.bodyCardListadoUsuarios{
display: flex;
flex-direction: row;
justify-content: space-between;
padding: 2px;
padding-left: 10px;
}
.divAdminElementos{
display: flex;
align-items: center;
font-weight: 600;
}
.divAdminElementosInfo{
display: flex;
align-items: center;
font-weight: 600;
}
.editarBorrarUsuario{
display: flex;
flex-direction: row;
width: 10%;
justify-content: flex-end;
}
.informacionUsuario{
display: flex;
flex-direction: row;
width: 85%;
justify-content: space-between;
}
.editarUsuarioBoton{
margin-right: 15px;
}
.botonAnadirUsuario{
position: fixed;
bottom: 50px;
right: 120px;
}
.botonMostrarTodoAdmin{
color: #000;
background-color: rgb(255, 255, 255);
border-color: white;
}
.botonMostrarOperadoresAdmin{
color: #000;
background-color: rgb(255, 255, 255);
border-color: white;
}
.botonMostrarSupervisoresAdmin{
color: #000;
border-color: white;
background-color: rgb(255, 255, 255);
}
.botonMostrarAdministradoresAdmin{
color: #000;
border-color: white;
background-color: rgb(255, 255, 255);
}
.cardInformacionUsuarioAdmin:hover{
transform: scale(1.01);
transition: 0.5s;
}
.cardInformacionUsuarioAdmin{
transition: 0.5s;
width: 98%;
}
.aCardUsuarioAdmin{
display: flex;
justify-content: center;
}
.graficoEstadisticasUser{
display: flex;
justify-content: space-between;
}
.informacionTablaUsuarioAdmin{
font-weight: 600;
font-size: larger;
padding: 3px;
margin-left: 26px;
display: flex;
justify-content: space-between;
width: 80%;
}
@media screen and (max-width: 1334px) {
.informacionTablaUsuarioAdmin{
width: 74%;
}
}
@media screen and (min-width: 1335px) {
.informacionTablaUsuarioAdmin{
width: 76%;
}
}
@media screen and (min-width: 1700px) {
.informacionTablaUsuarioAdmin{
width: 77%;
}
} | public/css/admin.css | .principalAdmin{
width: 100%;
height: 80%;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.contenedorUsuarios{
width: 90%;
height: 90%;
margin-top: 10px;
overflow: auto;
}
.primerBotonAdmin{
border-radius: 15px 0px 0px 0px;
}
.ultimoBotonAdmin{
border-radius: 0px 15px 0px 0px;
}
.butonGroupFiltrosAdmin{
border: 6px solid white;
border-radius: 21px 21px 0px 0px;
background-color: white;
border-bottom: 2px solid white;
}
.divFiltrosAdmin{
margin-left: 80px;
bottom: 45px;
}
.cardFiltrosAdmin{
height: 3px;
margin-top: 75px;
}
.bodyCardListadoUsuarios{
display: flex;
flex-direction: row;
justify-content: space-between;
padding: 2px;
padding-left: 10px;
}
.divAdminElementos{
display: flex;
align-items: center;
font-weight: 600;
}
.divAdminElementosInfo{
display: flex;
align-items: center;
font-weight: 600;
}
.editarBorrarUsuario{
display: flex;
flex-direction: row;
width: 10%;
justify-content: flex-end;
}
.informacionUsuario{
display: flex;
flex-direction: row;
width: 85%;
justify-content: space-between;
}
.editarUsuarioBoton{
margin-right: 15px;
}
.botonAnadirUsuario{
position: fixed;
bottom: 50px;
right: 120px;
}
.botonMostrarTodoAdmin{
color: #000;
background-color: rgb(255, 255, 255);
border-color: white;
}
.botonMostrarOperadoresAdmin{
color: #000;
background-color: rgb(255, 255, 255);
border-color: white;
}
.botonMostrarSupervisoresAdmin{
color: #000;
border-color: white;
background-color: rgb(255, 255, 255);
}
.botonMostrarAdministradoresAdmin{
color: #000;
border-color: white;
background-color: rgb(255, 255, 255);
}
.cardInformacionUsuarioAdmin:hover{
transform: scale(1.01);
transition: 0.5s;
}
.cardInformacionUsuarioAdmin{
transition: 0.5s;
width: 98%;
}
.aCardUsuarioAdmin{
display: flex;
justify-content: center;
}
.graficoEstadisticasUser{
display: flex;
justify-content: space-between;
}
.informacionTablaUsuarioAdmin{
font-weight: 600;
font-size: larger;
padding: 3px;
margin-left: 26px;
display: flex;
justify-content: space-between;
width: 80%;
}
@media screen and (max-width: 1334px) {
.informacionTablaUsuarioAdmin{
width: 74%;
}
}
@media screen and (min-width: 1335px) {
.informacionTablaUsuarioAdmin{
width: 76%;
}
}
@media screen and (min-width: 1700px) {
.informacionTablaUsuarioAdmin{
width: 77%;
}
} | 0.605449 | 0.097777 |
* {
margin: 0;
padding: 0;
}
body {
font-family: "Open Sans", "sans-serif";
font-size: 0.85rem;
font-weight: 600;
line-height: 1.8;
}
img {
width: 100%;
}
h1 {
font-family: "Poppins", "sans-serif";
font-size: 1.5rem;
}
.container {
max-width: 1200px;
}
.nav {
display: flex;
padding: 1.5em 0;
justify-content: space-between;
}
.logo {
width: 40%;
align-self: center;
}
.btn-register {
background-color: white;
text-decoration: none;
border-radius: 50px;
border: 2px solid hsl(321, 100%, 78%);
padding: 0.5em 2em;
font-size: 0.85rem;
color: hsl(321, 100%, 78%);
}
.promo {
padding: 4em 0;
}
.promo__title {
margin-bottom: 1em;
}
.promo__body {
margin: 2em 0;
}
.btn-link {
padding: 0.8em 2em;
border-radius: 40px;
margin: 2em 0;
display: inline-block;
background-color: hsl(322, 100%, 66%);
text-decoration: none;
color: white;
}
.marketing__cta {
margin-bottom: 10em;
}
.promo__img {
margin-top: 4em;
}
.text-center {
text-align: center;
}
.statistics {
display: flex;
flex-direction: column;
justify-content: space-around;
}
.statistics div {
margin: 4em 0;
align-self: center;
}
.statistics__icon {
width: 25%;
display: block;
}
.statistics__title {
font-size: 3.5rem;
}
.statistics__body {
color: hsl(0, 0%, 55%);
}
.marketing__wrapper {
margin-top: 10em;
}
.marketing__title {
padding: 1em 0;
margin-top: 2em;
}
.illus {
margin: 0;
padding: 0;
}
footer {
margin: 0;
padding: 2em;
display: flex;
flex-direction: column-reverse;
text-align: justify;
background-color: hsl(192, 100%, 9%);
color: white;
}
.newsletter__body {
margin: 1.5em 0;
}
.newsletter__input {
display: block;
width: 100%;
padding: 1em 0.5em;
border-radius: 8px;
border: none;
background-color: white;
resize: none;
outline: none;
}
.newsletter__submit {
background-color: hsl(322, 100%, 66%);
color: white;
border-radius: 8px;
border: 0px solid transparent;
padding: 1em 4em;
font-family: "Poppins";
font-kerning: 5;
margin-top: 1em;
margin-bottom: 5em;
display: inline-block;
}
.social__logo {
width: 50%;
margin: 0 5em;
margin: 1em 0;
display: block;
}
.social__contact-icon {
width: 5%;
align-self: center;
}
.social__contact {
margin: 1.5em 0;
}
.social__body {
margin-bottom: 3em;
}
.social__contact p {
margin-left: 1em;
}
.display-flex {
display: flex;
}
.bg-light {
background-color: hsl(207, 100%, 98%);
}
.attribution {
font-size: 11px;
text-align: center;
}
.attribution a {
color: hsl(228, 45%, 44%);
} | huddle-landing-page-with-curved-sections-master/app.css | * {
margin: 0;
padding: 0;
}
body {
font-family: "Open Sans", "sans-serif";
font-size: 0.85rem;
font-weight: 600;
line-height: 1.8;
}
img {
width: 100%;
}
h1 {
font-family: "Poppins", "sans-serif";
font-size: 1.5rem;
}
.container {
max-width: 1200px;
}
.nav {
display: flex;
padding: 1.5em 0;
justify-content: space-between;
}
.logo {
width: 40%;
align-self: center;
}
.btn-register {
background-color: white;
text-decoration: none;
border-radius: 50px;
border: 2px solid hsl(321, 100%, 78%);
padding: 0.5em 2em;
font-size: 0.85rem;
color: hsl(321, 100%, 78%);
}
.promo {
padding: 4em 0;
}
.promo__title {
margin-bottom: 1em;
}
.promo__body {
margin: 2em 0;
}
.btn-link {
padding: 0.8em 2em;
border-radius: 40px;
margin: 2em 0;
display: inline-block;
background-color: hsl(322, 100%, 66%);
text-decoration: none;
color: white;
}
.marketing__cta {
margin-bottom: 10em;
}
.promo__img {
margin-top: 4em;
}
.text-center {
text-align: center;
}
.statistics {
display: flex;
flex-direction: column;
justify-content: space-around;
}
.statistics div {
margin: 4em 0;
align-self: center;
}
.statistics__icon {
width: 25%;
display: block;
}
.statistics__title {
font-size: 3.5rem;
}
.statistics__body {
color: hsl(0, 0%, 55%);
}
.marketing__wrapper {
margin-top: 10em;
}
.marketing__title {
padding: 1em 0;
margin-top: 2em;
}
.illus {
margin: 0;
padding: 0;
}
footer {
margin: 0;
padding: 2em;
display: flex;
flex-direction: column-reverse;
text-align: justify;
background-color: hsl(192, 100%, 9%);
color: white;
}
.newsletter__body {
margin: 1.5em 0;
}
.newsletter__input {
display: block;
width: 100%;
padding: 1em 0.5em;
border-radius: 8px;
border: none;
background-color: white;
resize: none;
outline: none;
}
.newsletter__submit {
background-color: hsl(322, 100%, 66%);
color: white;
border-radius: 8px;
border: 0px solid transparent;
padding: 1em 4em;
font-family: "Poppins";
font-kerning: 5;
margin-top: 1em;
margin-bottom: 5em;
display: inline-block;
}
.social__logo {
width: 50%;
margin: 0 5em;
margin: 1em 0;
display: block;
}
.social__contact-icon {
width: 5%;
align-self: center;
}
.social__contact {
margin: 1.5em 0;
}
.social__body {
margin-bottom: 3em;
}
.social__contact p {
margin-left: 1em;
}
.display-flex {
display: flex;
}
.bg-light {
background-color: hsl(207, 100%, 98%);
}
.attribution {
font-size: 11px;
text-align: center;
}
.attribution a {
color: hsl(228, 45%, 44%);
} | 0.517815 | 0.116236 |
background: #FF3B30;
}
#x2 {
background: #FF9500;
}
#x3 {
background: #FFCC00;
}
#x4 {
background: #4CD964;
}
#x5 {
background: #5AC8FA;
}
#x6 {
background: #007AFF;
}
#x7 {
background: #5856D6;
}
.bar:nth-child(1) {
position: absolute;
top: 0px;
left: 0px;
}
.bar:nth-child(2) {
position: absolute;
top: 0px;
left: 20px;
}
.bar:nth-child(3) {
position: absolute;
top: 0px;
left: 40px;
}
.bar:nth-child(4) {
position: absolute;
top: 0px;
left: 60px;
}
.bar:nth-child(5) {
position: absolute;
top: 0px;
left: 80px;
}
.bar:nth-child(6) {
position: absolute;
top: 0px;
left: 100px;
}
.bar:nth-child(7) {
position: absolute;
top: 0px;
left: 120px;
}
.day-dial, .month-dial, .day-name-dial {
position: absolute;
top: 50%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
}
.head {
position: relative;
top: 50%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
}
.day-text span, .day-preview span, .month-text span, .month-preview span, .day-name-text span, .day-name-preview span, .hand-container, .center-preview span {
text-align: center;
/* moz-transform-origin: center center; */
-o-transform-origin: center center;
-ms-transform-origin: center center;
-webkit-transform-origin: center center;
transform-origin: center center;
}
* {
box-sizing: border-box;
}
html,
body {
background: #292929;
border: 0;
font-family: 'Roboto Mono', monospace;
height: 100%;
margin: 0px;
width: 100%;
}
h1 {
color: #555;
font-size: 25px;
}
h2 {
color: #555;
font-size: 15px;
}
.center-dial {
position: absolute;
top: calc(50% - 75px);
left: calc(50% - 75px);
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
width: 150px;
height: 150px;
background-color: #202020;
border-radius: 50%;
color: #000;
box-shadow: 0px 2px 2px #000;
cursor: pointer;
overflow: hidden;
}
.center-preview span {
position: absolute;
top: 0%;
left: calc(50% - 12.5px);
height: 150px;
width: 25px;
}
.center-preview {
opacity: 0;
filter: alpha(opacity=0);
}
.center-preview .char1 {
-moz-transform: rotate(-40deg);
-o-transform: rotate(-40deg);
-ms-transform: rotate(-40deg);
-webkit-transform: rotate(-40deg);
transform: rotate(-40deg);
}
.center-preview .char2 {
-moz-transform: rotate(-20deg);
-o-transform: rotate(-20deg);
-ms-transform: rotate(-20deg);
-webkit-transform: rotate(-20deg);
transform: rotate(-20deg);
}
.center-preview .char3 {
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
.center-preview .char4 {
-moz-transform: rotate(20deg);
-o-transform: rotate(20deg);
-ms-transform: rotate(20deg);
-webkit-transform: rotate(20deg);
transform: rotate(20deg);
}
.center-preview .char5 {
-moz-transform: rotate(40deg);
-o-transform: rotate(40deg);
-ms-transform: rotate(40deg);
-webkit-transform: rotate(40deg);
transform: rotate(40deg);
}
.center-preview .char6 {
-moz-transform: rotate(60deg);
-o-transform: rotate(60deg);
-ms-transform: rotate(60deg);
-webkit-transform: rotate(60deg);
transform: rotate(60deg);
}
.head {
width: 50px;
height: 50px;
background: #FFF;
border-radius: 50%;
}
.torso {
position: relative;
top: calc(50% - 20px);
left: calc(50% - 50px);
width: 100px;
height: 100px;
background: #FFF;
border-radius: 50%;
}
.hand-container {
position: absolute;
top: 0%;
left: calc(50% - 12.5px);
opacity: 0;
filter: alpha(opacity=0);
width: 25px;
height: 150px;
/* moz-transform-origin: center center; */
-o-transform-origin: center center;
-ms-transform-origin: center center;
-webkit-transform-origin: center center;
transform-origin: center center;
}
.hour-hand {
width: 10px;
height: 50px;
position: relative;
top: calc(50% - 45px);
left: calc(50% - 5px);
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
background: #FFF;
border-radius: 5px;
}
.minute-hand {
width: 10px;
height: 70px;
position: relative;
top: calc(50% - 65px);
left: calc(50% - 5px);
background: #CCC;
border-radius: 5px;
}
.second-hand {
width: 2px;
height: 70px;
position: relative;
top: calc(50% - 69px);
left: calc(50% - 1px);
background: #AAA;
border-radius: 1px;
}
.day-name-dial {
width: 250px;
height: 250px;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.day-name-preview span {
position: absolute;
top: calc(-25% - 5px);
left: calc(50% - 12.5px);
height: 250px;
width: 25px;
}
.day-name-preview {
opacity: 0;
filter: alpha(opacity=0);
}
.day-name-preview .char1 {
-moz-transform: rotate(-35deg);
-o-transform: rotate(-35deg);
-ms-transform: rotate(-35deg);
-webkit-transform: rotate(-35deg);
transform: rotate(-35deg);
}
.day-name-preview .char2 {
-moz-transform: rotate(-25deg);
-o-transform: rotate(-25deg);
-ms-transform: rotate(-25deg);
-webkit-transform: rotate(-25deg);
transform: rotate(-25deg);
}
.day-name-preview .char3 {
-moz-transform: rotate(-15deg);
-o-transform: rotate(-15deg);
-ms-transform: rotate(-15deg);
-webkit-transform: rotate(-15deg);
transform: rotate(-15deg);
}
.day-name-preview .char4 {
-moz-transform: rotate(-5deg);
-o-transform: rotate(-5deg);
-ms-transform: rotate(-5deg);
-webkit-transform: rotate(-5deg);
transform: rotate(-5deg);
}
.day-name-preview .char5 {
-moz-transform: rotate(5deg);
-o-transform: rotate(5deg);
-ms-transform: rotate(5deg);
-webkit-transform: rotate(5deg);
transform: rotate(5deg);
}
.day-name-preview .char6 {
-moz-transform: rotate(15deg);
-o-transform: rotate(15deg);
-ms-transform: rotate(15deg);
-webkit-transform: rotate(15deg);
transform: rotate(15deg);
}
.day-name-preview .char7 {
-moz-transform: rotate(25deg);
-o-transform: rotate(25deg);
-ms-transform: rotate(25deg);
-webkit-transform: rotate(25deg);
transform: rotate(25deg);
}
.day-name-preview .char8 {
-moz-transform: rotate(35deg);
-o-transform: rotate(35deg);
-ms-transform: rotate(35deg);
-webkit-transform: rotate(35deg);
transform: rotate(35deg);
}
.day-name-preview .char9 {
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.day-name-text span {
position: absolute;
top: calc(-25% + 5px);
left: calc(50% - 6px);
height: 232px;
width: 12px;
}
.day-name-text {
opacity: 0;
filter: alpha(opacity=0);
}
.day-name-text .char1 {
-moz-transform: rotate(-125.3571428571deg);
-o-transform: rotate(-125.3571428571deg);
-ms-transform: rotate(-125.3571428571deg);
-webkit-transform: rotate(-125.3571428571deg);
transform: rotate(-125.3571428571deg);
}
.day-name-text .char2 {
-moz-transform: rotate(-115.7142857143deg);
-o-transform: rotate(-115.7142857143deg);
-ms-transform: rotate(-115.7142857143deg);
-webkit-transform: rotate(-115.7142857143deg);
transform: rotate(-115.7142857143deg);
}
.day-name-text .char3 {
-moz-transform: rotate(-106.0714285714deg);
-o-transform: rotate(-106.0714285714deg);
-ms-transform: rotate(-106.0714285714deg);
-webkit-transform: rotate(-106.0714285714deg);
transform: rotate(-106.0714285714deg);
}
.day-name-text .char4 {
-moz-transform: rotate(-96.4285714286deg);
-o-transform: rotate(-96.4285714286deg);
-ms-transform: rotate(-96.4285714286deg);
-webkit-transform: rotate(-96.4285714286deg);
transform: rotate(-96.4285714286deg);
}
.day-name-text .char5 {
-moz-transform: rotate(-86.7857142857deg);
-o-transform: rotate(-86.7857142857deg);
-ms-transform: rotate(-86.7857142857deg);
-webkit-transform: rotate(-86.7857142857deg);
transform: rotate(-86.7857142857deg);
}
.day-name-text .char6 {
-moz-transform: rotate(-77.1428571429deg);
-o-transform: rotate(-77.1428571429deg);
-ms-transform: rotate(-77.1428571429deg);
-webkit-transform: rotate(-77.1428571429deg);
transform: rotate(-77.1428571429deg);
}
.day-name-text .char7 {
-moz-transform: rotate(-67.5deg);
-o-transform: rotate(-67.5deg);
-ms-transform: rotate(-67.5deg);
-webkit-transform: rotate(-67.5deg);
transform: rotate(-67.5deg);
}
.day-name-text .char8 {
-moz-transform: rotate(-57.8571428571deg);
-o-transform: rotate(-57.8571428571deg);
-ms-transform: rotate(-57.8571428571deg);
-webkit-transform: rotate(-57.8571428571deg);
transform: rotate(-57.8571428571deg);
}
.day-name-text .char9 {
-moz-transform: rotate(-48.2142857143deg);
-o-transform: rotate(-48.2142857143deg);
-ms-transform: rotate(-48.2142857143deg);
-webkit-transform: rotate(-48.2142857143deg);
transform: rotate(-48.2142857143deg);
}
.day-name-text .char10 {
-moz-transform: rotate(-38.5714285714deg);
-o-transform: rotate(-38.5714285714deg);
-ms-transform: rotate(-38.5714285714deg);
-webkit-transform: rotate(-38.5714285714deg);
transform: rotate(-38.5714285714deg);
}
.day-name-text .char11 {
-moz-transform: rotate(-28.9285714286deg);
-o-transform: rotate(-28.9285714286deg);
-ms-transform: rotate(-28.9285714286deg);
-webkit-transform: rotate(-28.9285714286deg);
transform: rotate(-28.9285714286deg);
}
.day-name-text .char12 {
-moz-transform: rotate(-19.2857142857deg);
-o-transform: rotate(-19.2857142857deg);
-ms-transform: rotate(-19.2857142857deg);
-webkit-transform: rotate(-19.2857142857deg);
transform: rotate(-19.2857142857deg);
}
.day-name-text .char13 {
-moz-transform: rotate(-9.6428571429deg);
-o-transform: rotate(-9.6428571429deg);
-ms-transform: rotate(-9.6428571429deg);
-webkit-transform: rotate(-9.6428571429deg);
transform: rotate(-9.6428571429deg);
}
.day-name-text .char14 {
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
.day-name-text .char15 {
-moz-transform: rotate(9.6428571429deg);
-o-transform: rotate(9.6428571429deg);
-ms-transform: rotate(9.6428571429deg);
-webkit-transform: rotate(9.6428571429deg);
transform: rotate(9.6428571429deg);
}
.day-name-text .char16 {
-moz-transform: rotate(19.2857142857deg);
-o-transform: rotate(19.2857142857deg);
-ms-transform: rotate(19.2857142857deg);
-webkit-transform: rotate(19.2857142857deg);
transform: rotate(19.2857142857deg);
}
.day-name-text .char17 {
-moz-transform: rotate(28.9285714286deg);
-o-transform: rotate(28.9285714286deg);
-ms-transform: rotate(28.9285714286deg);
-webkit-transform: rotate(28.9285714286deg);
transform: rotate(28.9285714286deg);
}
.day-name-text .char18 {
-moz-transform: rotate(38.5714285714deg);
-o-transform: rotate(38.5714285714deg);
-ms-transform: rotate(38.5714285714deg);
-webkit-transform: rotate(38.5714285714deg);
transform: rotate(38.5714285714deg);
}
.day-name-text .char19 {
-moz-transform: rotate(48.2142857143deg);
-o-transform: rotate(48.2142857143deg);
-ms-transform: rotate(48.2142857143deg);
-webkit-transform: rotate(48.2142857143deg);
transform: rotate(48.2142857143deg);
}
.day-name-text .char20 {
-moz-transform: rotate(57.8571428571deg);
-o-transform: rotate(57.8571428571deg);
-ms-transform: rotate(57.8571428571deg);
-webkit-transform: rotate(57.8571428571deg);
transform: rotate(57.8571428571deg);
}
.day-name-text .char21 {
-moz-transform: rotate(67.5deg);
-o-transform: rotate(67.5deg);
-ms-transform: rotate(67.5deg);
-webkit-transform: rotate(67.5deg);
transform: rotate(67.5deg);
}
.day-name-text .char22 {
-moz-transform: rotate(77.1428571429deg);
-o-transform: rotate(77.1428571429deg);
-ms-transform: rotate(77.1428571429deg);
-webkit-transform: rotate(77.1428571429deg);
transform: rotate(77.1428571429deg);
}
.day-name-text .char23 {
-moz-transform: rotate(86.7857142857deg);
-o-transform: rotate(86.7857142857deg);
-ms-transform: rotate(86.7857142857deg);
-webkit-transform: rotate(86.7857142857deg);
transform: rotate(86.7857142857deg);
}
.day-name-text .char24 {
-moz-transform: rotate(96.4285714286deg);
-o-transform: rotate(96.4285714286deg);
-ms-transform: rotate(96.4285714286deg);
-webkit-transform: rotate(96.4285714286deg);
transform: rotate(96.4285714286deg);
}
.day-name-text .char25 {
-moz-transform: rotate(106.0714285714deg);
-o-transform: rotate(106.0714285714deg);
-ms-transform: rotate(106.0714285714deg);
-webkit-transform: rotate(106.0714285714deg);
transform: rotate(106.0714285714deg);
}
.day-name-text .char26 {
-moz-transform: rotate(115.7142857143deg);
-o-transform: rotate(115.7142857143deg);
-ms-transform: rotate(115.7142857143deg);
-webkit-transform: rotate(115.7142857143deg);
transform: rotate(115.7142857143deg);
}
.day-name-text .char27 {
-moz-transform: rotate(125.3571428571deg);
-o-transform: rotate(125.3571428571deg);
-ms-transform: rotate(125.3571428571deg);
-webkit-transform: rotate(125.3571428571deg);
transform: rotate(125.3571428571deg);
}
.day-name-text .char28 {
-moz-transform: rotate(135deg);
-o-transform: rotate(135deg);
-ms-transform: rotate(135deg);
-webkit-transform: rotate(135deg);
transform: rotate(135deg);
}
.month-dial {
width: 350px;
height: 350px;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.month-preview span {
position: absolute;
top: calc(-25% + 20px);
left: calc(50% - 12.5px);
height: 350px;
width: 25px;
}
.month-preview {
opacity: 0;
filter: alpha(opacity=0);
}
.month-preview .char1 {
-moz-transform: rotate(-30deg);
-o-transform: rotate(-30deg);
-ms-transform: rotate(-30deg);
-webkit-transform: rotate(-30deg);
transform: rotate(-30deg);
}
.month-preview .char2 {
-moz-transform: rotate(-15deg);
-o-transform: rotate(-15deg);
-ms-transform: rotate(-15deg);
-webkit-transform: rotate(-15deg);
transform: rotate(-15deg);
}
.month-preview .char3 {
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
.month-preview .char4 {
-moz-transform: rotate(15deg);
-o-transform: rotate(15deg);
-ms-transform: rotate(15deg);
-webkit-transform: rotate(15deg);
transform: rotate(15deg);
}
.month-preview .char5 {
-moz-transform: rotate(30deg);
-o-transform: rotate(30deg);
-ms-transform: rotate(30deg);
-webkit-transform: rotate(30deg);
transform: rotate(30deg);
}
.month-preview .char6 {
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.month-text span {
position: absolute;
top: calc(-25% + 30px);
left: calc(50% - 6px);
height: 332px;
width: 12px;
}
.month-text {
opacity: 0;
filter: alpha(opacity=0);
}
.month-text .char1 {
-moz-transform: rotate(-129.375deg);
-o-transform: rotate(-129.375deg);
-ms-transform: rotate(-129.375deg);
-webkit-transform: rotate(-129.375deg);
transform: rotate(-129.375deg);
}
.month-text .char2 {
-moz-transform: rotate(-123.75deg);
-o-transform: rotate(-123.75deg);
-ms-transform: rotate(-123.75deg);
-webkit-transform: rotate(-123.75deg);
transform: rotate(-123.75deg);
}
.month-text .char3 {
-moz-transform: rotate(-118.125deg);
-o-transform: rotate(-118.125deg);
-ms-transform: rotate(-118.125deg);
-webkit-transform: rotate(-118.125deg);
transform: rotate(-118.125deg);
}
.month-text .char4 {
-moz-transform: rotate(-112.5deg);
-o-transform: rotate(-112.5deg);
-ms-transform: rotate(-112.5deg);
-webkit-transform: rotate(-112.5deg);
transform: rotate(-112.5deg);
}
.month-text .char5 {
-moz-transform: rotate(-106.875deg);
-o-transform: rotate(-106.875deg);
-ms-transform: rotate(-106.875deg);
-webkit-transform: rotate(-106.875deg);
transform: rotate(-106.875deg);
}
.month-text .char6 {
-moz-transform: rotate(-101.25deg);
-o-transform: rotate(-101.25deg);
-ms-transform: rotate(-101.25deg);
-webkit-transform: rotate(-101.25deg);
transform: rotate(-101.25deg);
}
.month-text .char7 {
-moz-transform: rotate(-95.625deg);
-o-transform: rotate(-95.625deg);
-ms-transform: rotate(-95.625deg);
-webkit-transform: rotate(-95.625deg);
transform: rotate(-95.625deg);
}
.month-text .char8 {
-moz-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
}
.month-text .char9 {
-moz-transform: rotate(-84.375deg);
-o-transform: rotate(-84.375deg);
-ms-transform: rotate(-84.375deg);
-webkit-transform: rotate(-84.375deg);
transform: rotate(-84.375deg);
}
.month-text .char10 {
-moz-transform: rotate(-78.75deg);
-o-transform: rotate(-78.75deg);
-ms-transform: rotate(-78.75deg);
-webkit-transform: rotate(-78.75deg);
transform: rotate(-78.75deg);
}
.month-text .char11 {
-moz-transform: rotate(-73.125deg);
-o-transform: rotate(-73.125deg);
-ms-transform: rotate(-73.125deg);
-webkit-transform: rotate(-73.125deg);
transform: rotate(-73.125deg);
}
.month-text .char12 {
-moz-transform: rotate(-67.5deg);
-o-transform: rotate(-67.5deg);
-ms-transform: rotate(-67.5deg);
-webkit-transform: rotate(-67.5deg);
transform: rotate(-67.5deg);
}
.month-text .char13 {
-moz-transform: rotate(-61.875deg);
-o-transform: rotate(-61.875deg);
-ms-transform: rotate(-61.875deg);
-webkit-transform: rotate(-61.875deg);
transform: rotate(-61.875deg);
}
.month-text .char14 {
-moz-transform: rotate(-56.25deg);
-o-transform: rotate(-56.25deg);
-ms-transform: rotate(-56.25deg);
-webkit-transform: rotate(-56.25deg);
transform: rotate(-56.25deg);
}
.month-text .char15 {
-moz-transform: rotate(-50.625deg);
-o-transform: rotate(-50.625deg);
-ms-transform: rotate(-50.625deg);
-webkit-transform: rotate(-50.625deg);
transform: rotate(-50.625deg);
}
.month-text .char16 {
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.month-text .char17 {
-moz-transform: rotate(-39.375deg);
-o-transform: rotate(-39.375deg);
-ms-transform: rotate(-39.375deg);
-webkit-transform: rotate(-39.375deg);
transform: rotate(-39.375deg);
}
.month-text .char18 {
-moz-transform: rotate(-33.75deg);
-o-transform: rotate(-33.75deg);
-ms-transform: rotate(-33.75deg);
-webkit-transform: rotate(-33.75deg);
transform: rotate(-33.75deg);
}
.month-text .char19 {
-moz-transform: rotate(-28.125deg);
-o-transform: rotate(-28.125deg);
-ms-transform: rotate(-28.125deg);
-webkit-transform: rotate(-28.125deg);
transform: rotate(-28.125deg);
}
.month-text .char20 {
-moz-transform: rotate(-22.5deg);
-o-transform: rotate(-22.5deg);
-ms-transform: rotate(-22.5deg);
-webkit-transform: rotate(-22.5deg);
transform: rotate(-22.5deg);
}
.month-text .char21 {
-moz-transform: rotate(-16.875deg);
-o-transform: rotate(-16.875deg);
-ms-transform: rotate(-16.875deg);
-webkit-transform: rotate(-16.875deg);
transform: rotate(-16.875deg);
}
.month-text .char22 {
-moz-transform: rotate(-11.25deg);
-o-transform: rotate(-11.25deg);
-ms-transform: rotate(-11.25deg);
-webkit-transform: rotate(-11.25deg);
transform: rotate(-11.25deg);
}
.month-text .char23 {
-moz-transform: rotate(-5.625deg);
-o-transform: rotate(-5.625deg);
-ms-transform: rotate(-5.625deg);
-webkit-transform: rotate(-5.625deg);
transform: rotate(-5.625deg);
}
.month-text .char24 {
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
.month-text .char25 {
-moz-transform: rotate(5.625deg);
-o-transform: rotate(5.625deg);
-ms-transform: rotate(5.625deg);
-webkit-transform: rotate(5.625deg);
transform: rotate(5.625deg);
}
.month-text .char26 {
-moz-transform: rotate(11.25deg);
-o-transform: rotate(11.25deg);
-ms-transform: rotate(11.25deg);
-webkit-transform: rotate(11.25deg);
transform: rotate(11.25deg);
}
.month-text .char27 {
-moz-transform: rotate(16.875deg);
-o-transform: rotate(16.875deg);
-ms-transform: rotate(16.875deg);
-webkit-transform: rotate(16.875deg);
transform: rotate(16.875deg);
}
.month-text .char28 {
-moz-transform: rotate(22.5deg);
-o-transform: rotate(22.5deg);
-ms-transform: rotate(22.5deg);
-webkit-transform: rotate(22.5deg);
transform: rotate(22.5deg);
}
.month-text .char29 {
-moz-transform: rotate(28.125deg);
-o-transform: rotate(28.125deg);
-ms-transform: rotate(28.125deg);
-webkit-transform: rotate(28.125deg);
transform: rotate(28.125deg);
}
.month-text .char30 {
-moz-transform: rotate(33.75deg);
-o-transform: rotate(33.75deg);
-ms-transform: rotate(33.75deg);
-webkit-transform: rotate(33.75deg);
transform: rotate(33.75deg);
}
.month-text .char31 {
-moz-transform: rotate(39.375deg);
-o-transform: rotate(39.375deg);
-ms-transform: rotate(39.375deg);
-webkit-transform: rotate(39.375deg);
transform: rotate(39.375deg);
}
.month-text .char32 {
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.month-text .char33 {
-moz-transform: rotate(50.625deg);
-o-transform: rotate(50.625deg);
-ms-transform: rotate(50.625deg);
-webkit-transform: rotate(50.625deg);
transform: rotate(50.625deg);
}
.month-text .char34 {
-moz-transform: rotate(56.25deg);
-o-transform: rotate(56.25deg);
-ms-transform: rotate(56.25deg);
-webkit-transform: rotate(56.25deg);
transform: rotate(56.25deg);
}
.month-text .char35 {
-moz-transform: rotate(61.875deg);
-o-transform: rotate(61.875deg);
-ms-transform: rotate(61.875deg);
-webkit-transform: rotate(61.875deg);
transform: rotate(61.875deg);
}
.month-text .char36 {
-moz-transform: rotate(67.5deg);
-o-transform: rotate(67.5deg);
-ms-transform: rotate(67.5deg);
-webkit-transform: rotate(67.5deg);
transform: rotate(67.5deg);
}
.month-text .char37 {
-moz-transform: rotate(73.125deg);
-o-transform: rotate(73.125deg);
-ms-transform: rotate(73.125deg);
-webkit-transform: rotate(73.125deg);
transform: rotate(73.125deg);
}
.month-text .char38 {
-moz-transform: rotate(78.75deg);
-o-transform: rotate(78.75deg);
-ms-transform: rotate(78.75deg);
-webkit-transform: rotate(78.75deg);
transform: rotate(78.75deg);
}
.month-text .char39 {
-moz-transform: rotate(84.375deg);
-o-transform: rotate(84.375deg);
-ms-transform: rotate(84.375deg);
-webkit-transform: rotate(84.375deg);
transform: rotate(84.375deg);
}
.month-text .char40 {
-moz-transform: rotate(90deg);
-o-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}
.month-text .char41 {
-moz-transform: rotate(95.625deg);
-o-transform: rotate(95.625deg);
-ms-transform: rotate(95.625deg);
-webkit-transform: rotate(95.625deg);
transform: rotate(95.625deg);
}
.month-text .char42 {
-moz-transform: rotate(101.25deg);
-o-transform: rotate(101.25deg);
-ms-transform: rotate(101.25deg);
-webkit-transform: rotate(101.25deg);
transform: rotate(101.25deg);
}
.month-text .char43 {
-moz-transform: rotate(106.875deg);
-o-transform: rotate(106.875deg);
-ms-transform: rotate(106.875deg);
-webkit-transform: rotate(106.875deg);
transform: rotate(106.875deg);
}
.month-text .char44 {
-moz-transform: rotate(112.5deg);
-o-transform: rotate(112.5deg);
-ms-transform: rotate(112.5deg);
-webkit-transform: rotate(112.5deg);
transform: rotate(112.5deg);
}
.month-text .char45 {
-moz-transform: rotate(118.125deg);
-o-transform: rotate(118.125deg);
-ms-transform: rotate(118.125deg);
-webkit-transform: rotate(118.125deg);
transform: rotate(118.125deg);
}
.month-text .char46 {
-moz-transform: rotate(123.75deg);
-o-transform: rotate(123.75deg);
-ms-transform: rotate(123.75deg);
-webkit-transform: rotate(123.75deg);
transform: rotate(123.75deg);
}
.month-text .char47 {
-moz-transform: rotate(129.375deg);
-o-transform: rotate(129.375deg);
-ms-transform: rotate(129.375deg);
-webkit-transform: rotate(129.375deg);
transform: rotate(129.375deg);
}
.month-text .char48 {
-moz-transform: rotate(135deg);
-o-transform: rotate(135deg);
-ms-transform: rotate(135deg);
-webkit-transform: rotate(135deg);
transform: rotate(135deg);
}
.day-dial {
width: 450px;
height: 450px;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.day-preview span {
position: absolute;
top: calc(-25% + 45px);
left: calc(50% - 12.5px);
height: 450px;
width: 25px;
}
.day-preview {
opacity: 0;
filter: alpha(opacity=0);
}
.day-preview .char1 {
-moz-transform: rotate(-22.5deg);
-o-transform: rotate(-22.5deg);
-ms-transform: rotate(-22.5deg);
-webkit-transform: rotate(-22.5deg);
transform: rotate(-22.5deg);
}
.day-preview .char2 {
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
.day-preview .char3 {
-moz-transform: rotate(22.5deg);
-o-transform: rotate(22.5deg);
-ms-transform: rotate(22.5deg);
-webkit-transform: rotate(22.5deg);
transform: rotate(22.5deg);
}
.day-preview .char4 {
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.day-text span {
position: absolute;
top: calc(-25% + 55px);
left: calc(50% - 6px);
height: 432px;
width: 12px;
}
.day-text {
opacity: 0;
filter: alpha(opacity=0);
}
.day-text .char1 {
-moz-transform: rotate(-132.0967741935deg);
-o-transform: rotate(-132.0967741935deg);
-ms-transform: rotate(-132.0967741935deg);
-webkit-transform: rotate(-132.0967741935deg);
transform: rotate(-132.0967741935deg);
}
.day-text .char2 {
-moz-transform: rotate(-129.1935483871deg);
-o-transform: rotate(-129.1935483871deg);
-ms-transform: rotate(-129.1935483871deg);
-webkit-transform: rotate(-129.1935483871deg);
transform: rotate(-129.1935483871deg);
}
.day-text .char3 {
-moz-transform: rotate(-126.2903225806deg);
-o-transform: rotate(-126.2903225806deg);
-ms-transform: rotate(-126.2903225806deg);
-webkit-transform: rotate(-126.2903225806deg);
transform: rotate(-126.2903225806deg);
}
.day-text .char4 {
-moz-transform: rotate(-123.3870967742deg);
-o-transform: rotate(-123.3870967742deg);
-ms-transform: rotate(-123.3870967742deg);
-webkit-transform: rotate(-123.3870967742deg);
transform: rotate(-123.3870967742deg);
}
.day-text .char5 {
-moz-transform: rotate(-120.4838709677deg);
-o-transform: rotate(-120.4838709677deg);
-ms-transform: rotate(-120.4838709677deg);
-webkit-transform: rotate(-120.4838709677deg);
transform: rotate(-120.4838709677deg);
}
.day-text .char6 {
-moz-transform: rotate(-117.5806451613deg);
-o-transform: rotate(-117.5806451613deg);
-ms-transform: rotate(-117.5806451613deg);
-webkit-transform: rotate(-117.5806451613deg);
transform: rotate(-117.5806451613deg);
}
.day-text .char7 {
-moz-transform: rotate(-114.6774193548deg);
-o-transform: rotate(-114.6774193548deg);
-ms-transform: rotate(-114.6774193548deg);
-webkit-transform: rotate(-114.6774193548deg);
transform: rotate(-114.6774193548deg);
}
.day-text .char8 {
-moz-transform: rotate(-111.7741935484deg);
-o-transform: rotate(-111.7741935484deg);
-ms-transform: rotate(-111.7741935484deg);
-webkit-transform: rotate(-111.7741935484deg);
transform: rotate(-111.7741935484deg);
}
.day-text .char9 {
-moz-transform: rotate(-108.8709677419deg);
-o-transform: rotate(-108.8709677419deg);
-ms-transform: rotate(-108.8709677419deg);
-webkit-transform: rotate(-108.8709677419deg);
transform: rotate(-108.8709677419deg);
}
.day-text .char10 {
-moz-transform: rotate(-105.9677419355deg);
-o-transform: rotate(-105.9677419355deg);
-ms-transform: rotate(-105.9677419355deg);
-webkit-transform: rotate(-105.9677419355deg);
transform: rotate(-105.9677419355deg);
}
.day-text .char11 {
-moz-transform: rotate(-103.064516129deg);
-o-transform: rotate(-103.064516129deg);
-ms-transform: rotate(-103.064516129deg);
-webkit-transform: rotate(-103.064516129deg);
transform: rotate(-103.064516129deg);
}
.day-text .char12 {
-moz-transform: rotate(-100.1612903226deg);
-o-transform: rotate(-100.1612903226deg);
-ms-transform: rotate(-100.1612903226deg);
-webkit-transform: rotate(-100.1612903226deg);
transform: rotate(-100.1612903226deg);
}
.day-text .char13 {
-moz-transform: rotate(-97.2580645161deg);
-o-transform: rotate(-97.2580645161deg);
-ms-transform: rotate(-97.2580645161deg);
-webkit-transform: rotate(-97.2580645161deg);
transform: rotate(-97.2580645161deg);
}
.day-text .char14 {
-moz-transform: rotate(-94.3548387097deg);
-o-transform: rotate(-94.3548387097deg);
-ms-transform: rotate(-94.3548387097deg);
-webkit-transform: rotate(-94.3548387097deg);
transform: rotate(-94.3548387097deg);
}
.day-text .char15 {
-moz-transform: rotate(-91.4516129032deg);
-o-transform: rotate(-91.4516129032deg);
-ms-transform: rotate(-91.4516129032deg);
-webkit-transform: rotate(-91.4516129032deg);
transform: rotate(-91.4516129032deg);
}
.day-text .char16 {
-moz-transform: rotate(-88.5483870968deg);
-o-transform: rotate(-88.5483870968deg);
-ms-transform: rotate(-88.5483870968deg);
-webkit-transform: rotate(-88.5483870968deg);
transform: rotate(-88.5483870968deg);
}
.day-text .char17 {
-moz-transform: rotate(-85.6451612903deg);
-o-transform: rotate(-85.6451612903deg);
-ms-transform: rotate(-85.6451612903deg);
-webkit-transform: rotate(-85.6451612903deg);
transform: rotate(-85.6451612903deg);
}
.day-text .char18 {
-moz-transform: rotate(-82.7419354839deg);
-o-transform: rotate(-82.7419354839deg);
-ms-transform: rotate(-82.7419354839deg);
-webkit-transform: rotate(-82.7419354839deg);
transform: rotate(-82.7419354839deg);
}
.day-text .char19 {
-moz-transform: rotate(-79.8387096774deg);
-o-transform: rotate(-79.8387096774deg);
-ms-transform: rotate(-79.8387096774deg);
-webkit-transform: rotate(-79.8387096774deg);
transform: rotate(-79.8387096774deg);
}
.day-text .char20 {
-moz-transform: rotate(-76.935483871deg);
-o-transform: rotate(-76.935483871deg);
-ms-transform: rotate(-76.935483871deg);
-webkit-transform: rotate(-76.935483871deg);
transform: rotate(-76.935483871deg);
}
.day-text .char21 {
-moz-transform: rotate(-74.0322580645deg);
-o-transform: rotate(-74.0322580645deg);
-ms-transform: rotate(-74.0322580645deg);
-webkit-transform: rotate(-74.0322580645deg);
transform: rotate(-74.0322580645deg);
}
.day-text .char22 {
-moz-transform: rotate(-71.1290322581deg);
-o-transform: rotate(-71.1290322581deg);
-ms-transform: rotate(-71.1290322581deg);
-webkit-transform: rotate(-71.1290322581deg);
transform: rotate(-71.1290322581deg);
}
.day-text .char23 {
-moz-transform: rotate(-68.2258064516deg);
-o-transform: rotate(-68.2258064516deg);
-ms-transform: rotate(-68.2258064516deg);
-webkit-transform: rotate(-68.2258064516deg);
transform: rotate(-68.2258064516deg);
}
.day-text .char24 {
-moz-transform: rotate(-65.3225806452deg);
-o-transform: rotate(-65.3225806452deg);
-ms-transform: rotate(-65.3225806452deg);
-webkit-transform: rotate(-65.3225806452deg);
transform: rotate(-65.3225806452deg);
}
.day-text .char25 {
-moz-transform: rotate(-62.4193548387deg);
-o-transform: rotate(-62.4193548387deg);
-ms-transform: rotate(-62.4193548387deg);
-webkit-transform: rotate(-62.4193548387deg);
transform: rotate(-62.4193548387deg);
}
.day-text .char26 {
-moz-transform: rotate(-59.5161290323deg);
-o-transform: rotate(-59.5161290323deg);
-ms-transform: rotate(-59.5161290323deg);
-webkit-transform: rotate(-59.5161290323deg);
transform: rotate(-59.5161290323deg);
}
.day-text .char27 {
-moz-transform: rotate(-56.6129032258deg);
-o-transform: rotate(-56.6129032258deg);
-ms-transform: rotate(-56.6129032258deg);
-webkit-transform: rotate(-56.6129032258deg);
transform: rotate(-56.6129032258deg);
}
.day-text .char28 {
-moz-transform: rotate(-53.7096774194deg);
-o-transform: rotate(-53.7096774194deg);
-ms-transform: rotate(-53.7096774194deg);
-webkit-transform: rotate(-53.7096774194deg);
transform: rotate(-53.7096774194deg);
}
.day-text .char29 {
-moz-transform: rotate(-50.8064516129deg);
-o-transform: rotate(-50.8064516129deg);
-ms-transform: rotate(-50.8064516129deg);
-webkit-transform: rotate(-50.8064516129deg);
transform: rotate(-50.8064516129deg);
}
.day-text .char30 {
-moz-transform: rotate(-47.9032258065deg);
-o-transform: rotate(-47.9032258065deg);
-ms-transform: rotate(-47.9032258065deg);
-webkit-transform: rotate(-47.9032258065deg);
transform: rotate(-47.9032258065deg);
}
.day-text .char31 {
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.day-text .char32 {
-moz-transform: rotate(-42.0967741935deg);
-o-transform: rotate(-42.0967741935deg);
-ms-transform: rotate(-42.0967741935deg);
-webkit-transform: rotate(-42.0967741935deg);
transform: rotate(-42.0967741935deg);
}
.day-text .char33 {
-moz-transform: rotate(-39.1935483871deg);
-o-transform: rotate(-39.1935483871deg);
-ms-transform: rotate(-39.1935483871deg);
-webkit-transform: rotate(-39.1935483871deg);
transform: rotate(-39.1935483871deg);
}
.day-text .char34 {
-moz-transform: rotate(-36.2903225806deg);
-o-transform: rotate(-36.2903225806deg);
-ms-transform: rotate(-36.2903225806deg);
-webkit-transform: rotate(-36.2903225806deg);
transform: rotate(-36.2903225806deg);
}
.day-text .char35 {
-moz-transform: rotate(-33.3870967742deg);
-o-transform: rotate(-33.3870967742deg);
-ms-transform: rotate(-33.3870967742deg);
-webkit-transform: rotate(-33.3870967742deg);
transform: rotate(-33.3870967742deg);
}
.day-text .char36 {
-moz-transform: rotate(-30.4838709677deg);
-o-transform: rotate(-30.4838709677deg);
-ms-transform: rotate(-30.4838709677deg);
-webkit-transform: rotate(-30.4838709677deg);
transform: rotate(-30.4838709677deg);
}
.day-text .char37 {
-moz-transform: rotate(-27.5806451613deg);
-o-transform: rotate(-27.5806451613deg);
-ms-transform: rotate(-27.5806451613deg);
-webkit-transform: rotate(-27.5806451613deg);
transform: rotate(-27.5806451613deg);
}
.day-text .char38 {
-moz-transform: rotate(-24.6774193548deg);
-o-transform: rotate(-24.6774193548deg);
-ms-transform: rotate(-24.6774193548deg);
-webkit-transform: rotate(-24.6774193548deg);
transform: rotate(-24.6774193548deg);
}
.day-text .char39 {
-moz-transform: rotate(-21.7741935484deg);
-o-transform: rotate(-21.7741935484deg);
-ms-transform: rotate(-21.7741935484deg);
-webkit-transform: rotate(-21.7741935484deg);
transform: rotate(-21.7741935484deg);
}
.day-text .char40 {
-moz-transform: rotate(-18.8709677419deg);
-o-transform: rotate(-18.8709677419deg);
-ms-transform: rotate(-18.8709677419deg);
-webkit-transform: rotate(-18.8709677419deg);
transform: rotate(-18.8709677419deg);
}
.day-text .char41 {
-moz-transform: rotate(-15.9677419355deg);
-o-transform: rotate(-15.9677419355deg);
-ms-transform: rotate(-15.9677419355deg);
-webkit-transform: rotate(-15.9677419355deg);
transform: rotate(-15.9677419355deg);
}
.day-text .char42 {
-moz-transform: rotate(-13.064516129deg);
-o-transform: rotate(-13.064516129deg);
-ms-transform: rotate(-13.064516129deg);
-webkit-transform: rotate(-13.064516129deg);
transform: rotate(-13.064516129deg);
}
.day-text .char43 {
-moz-transform: rotate(-10.1612903226deg);
-o-transform: rotate(-10.1612903226deg);
-ms-transform: rotate(-10.1612903226deg);
-webkit-transform: rotate(-10.1612903226deg);
transform: rotate(-10.1612903226deg);
}
.day-text .char44 {
-moz-transform: rotate(-7.2580645161deg);
-o-transform: rotate(-7.2580645161deg);
-ms-transform: rotate(-7.2580645161deg);
-webkit-transform: rotate(-7.2580645161deg);
transform: rotate(-7.2580645161deg);
}
.day-text .char45 {
-moz-transform: rotate(-4.3548387097deg);
-o-transform: rotate(-4.3548387097deg);
-ms-transform: rotate(-4.3548387097deg);
-webkit-transform: rotate(-4.3548387097deg);
transform: rotate(-4.3548387097deg);
}
.day-text .char46 {
-moz-transform: rotate(-1.4516129032deg);
-o-transform: rotate(-1.4516129032deg);
-ms-transform: rotate(-1.4516129032deg);
-webkit-transform: rotate(-1.4516129032deg);
transform: rotate(-1.4516129032deg);
}
.day-text .char47 {
-moz-transform: rotate(1.4516129032deg);
-o-transform: rotate(1.4516129032deg);
-ms-transform: rotate(1.4516129032deg);
-webkit-transform: rotate(1.4516129032deg);
transform: rotate(1.4516129032deg);
}
.day-text .char48 {
-moz-transform: rotate(4.3548387097deg);
-o-transform: rotate(4.3548387097deg);
-ms-transform: rotate(4.3548387097deg);
-webkit-transform: rotate(4.3548387097deg);
transform: rotate(4.3548387097deg);
}
.day-text .char49 {
-moz-transform: rotate(7.2580645161deg);
-o-transform: rotate(7.2580645161deg);
-ms-transform: rotate(7.2580645161deg);
-webkit-transform: rotate(7.2580645161deg);
transform: rotate(7.2580645161deg);
}
.day-text .char50 {
-moz-transform: rotate(10.1612903226deg);
-o-transform: rotate(10.1612903226deg);
-ms-transform: rotate(10.1612903226deg);
-webkit-transform: rotate(10.1612903226deg);
transform: rotate(10.1612903226deg);
}
.day-text .char51 {
-moz-transform: rotate(13.064516129deg);
-o-transform: rotate(13.064516129deg);
-ms-transform: rotate(13.064516129deg);
-webkit-transform: rotate(13.064516129deg);
transform: rotate(13.064516129deg);
}
.day-text .char52 {
-moz-transform: rotate(15.9677419355deg);
-o-transform: rotate(15.9677419355deg);
-ms-transform: rotate(15.9677419355deg);
-webkit-transform: rotate(15.9677419355deg);
transform: rotate(15.9677419355deg);
}
.day-text .char53 {
-moz-transform: rotate(18.8709677419deg);
-o-transform: rotate(18.8709677419deg);
-ms-transform: rotate(18.8709677419deg);
-webkit-transform: rotate(18.8709677419deg);
transform: rotate(18.8709677419deg);
}
.day-text .char54 {
-moz-transform: rotate(21.7741935484deg);
-o-transform: rotate(21.7741935484deg);
-ms-transform: rotate(21.7741935484deg);
-webkit-transform: rotate(21.7741935484deg);
transform: rotate(21.7741935484deg);
}
.day-text .char55 {
-moz-transform: rotate(24.6774193548deg);
-o-transform: rotate(24.6774193548deg);
-ms-transform: rotate(24.6774193548deg);
-webkit-transform: rotate(24.6774193548deg);
transform: rotate(24.6774193548deg);
}
.day-text .char56 {
-moz-transform: rotate(27.5806451613deg);
-o-transform: rotate(27.5806451613deg);
-ms-transform: rotate(27.5806451613deg);
-webkit-transform: rotate(27.5806451613deg);
transform: rotate(27.5806451613deg);
}
.day-text .char57 {
-moz-transform: rotate(30.4838709677deg);
-o-transform: rotate(30.4838709677deg);
-ms-transform: rotate(30.4838709677deg);
-webkit-transform: rotate(30.4838709677deg);
transform: rotate(30.4838709677deg);
}
.day-text .char58 {
-moz-transform: rotate(33.3870967742deg);
-o-transform: rotate(33.3870967742deg);
-ms-transform: rotate(33.3870967742deg);
-webkit-transform: rotate(33.3870967742deg);
transform: rotate(33.3870967742deg);
}
.day-text .char59 {
-moz-transform: rotate(36.2903225806deg);
-o-transform: rotate(36.2903225806deg);
-ms-transform: rotate(36.2903225806deg);
-webkit-transform: rotate(36.2903225806deg);
transform: rotate(36.2903225806deg);
}
.day-text .char60 {
-moz-transform: rotate(39.1935483871deg);
-o-transform: rotate(39.1935483871deg);
-ms-transform: rotate(39.1935483871deg);
-webkit-transform: rotate(39.1935483871deg);
transform: rotate(39.1935483871deg);
}
.day-text .char61 {
-moz-transform: rotate(42.0967741935deg);
-o-transform: rotate(42.0967741935deg);
-ms-transform: rotate(42.0967741935deg);
-webkit-transform: rotate(42.0967741935deg);
transform: rotate(42.0967741935deg);
}
.day-text .char62 {
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.day-text .char63 {
-moz-transform: rotate(47.9032258065deg);
-o-transform: rotate(47.9032258065deg);
-ms-transform: rotate(47.9032258065deg);
-webkit-transform: rotate(47.9032258065deg);
transform: rotate(47.9032258065deg);
}
.day-text .char64 {
-moz-transform: rotate(50.8064516129deg);
-o-transform: rotate(50.8064516129deg);
-ms-transform: rotate(50.8064516129deg);
-webkit-transform: rotate(50.8064516129deg);
transform: rotate(50.8064516129deg);
}
.day-text .char65 {
-moz-transform: rotate(53.7096774194deg);
-o-transform: rotate(53.7096774194deg);
-ms-transform: rotate(53.7096774194deg);
-webkit-transform: rotate(53.7096774194deg);
transform: rotate(53.7096774194deg);
}
.day-text .char66 {
-moz-transform: rotate(56.6129032258deg);
-o-transform: rotate(56.6129032258deg);
-ms-transform: rotate(56.6129032258deg);
-webkit-transform: rotate(56.6129032258deg);
transform: rotate(56.6129032258deg);
}
.day-text .char67 {
-moz-transform: rotate(59.5161290323deg);
-o-transform: rotate(59.5161290323deg);
-ms-transform: rotate(59.5161290323deg);
-webkit-transform: rotate(59.5161290323deg);
transform: rotate(59.5161290323deg);
}
.day-text .char68 {
-moz-transform: rotate(62.4193548387deg);
-o-transform: rotate(62.4193548387deg);
-ms-transform: rotate(62.4193548387deg);
-webkit-transform: rotate(62.4193548387deg);
transform: rotate(62.4193548387deg);
}
.day-text .char69 {
-moz-transform: rotate(65.3225806452deg);
-o-transform: rotate(65.3225806452deg);
-ms-transform: rotate(65.3225806452deg);
-webkit-transform: rotate(65.3225806452deg);
transform: rotate(65.3225806452deg);
}
.day-text .char70 {
-moz-transform: rotate(68.2258064516deg);
-o-transform: rotate(68.2258064516deg);
-ms-transform: rotate(68.2258064516deg);
-webkit-transform: rotate(68.2258064516deg);
transform: rotate(68.2258064516deg);
}
.day-text .char71 {
-moz-transform: rotate(71.1290322581deg);
-o-transform: rotate(71.1290322581deg);
-ms-transform: rotate(71.1290322581deg);
-webkit-transform: rotate(71.1290322581deg);
transform: rotate(71.1290322581deg);
}
.day-text .char72 {
-moz-transform: rotate(74.0322580645deg);
-o-transform: rotate(74.0322580645deg);
-ms-transform: rotate(74.0322580645deg);
-webkit-transform: rotate(74.0322580645deg);
transform: rotate(74.0322580645deg);
}
.day-text .char73 {
-moz-transform: rotate(76.935483871deg);
-o-transform: rotate(76.935483871deg);
-ms-transform: rotate(76.935483871deg);
-webkit-transform: rotate(76.935483871deg);
transform: rotate(76.935483871deg);
}
.day-text .char74 {
-moz-transform: rotate(79.8387096774deg);
-o-transform: rotate(79.8387096774deg);
-ms-transform: rotate(79.8387096774deg);
-webkit-transform: rotate(79.8387096774deg);
transform: rotate(79.8387096774deg);
}
.day-text .char75 {
-moz-transform: rotate(82.7419354839deg);
-o-transform: rotate(82.7419354839deg);
-ms-transform: rotate(82.7419354839deg);
-webkit-transform: rotate(82.7419354839deg);
transform: rotate(82.7419354839deg);
}
.day-text .char76 {
-moz-transform: rotate(85.6451612903deg);
-o-transform: rotate(85.6451612903deg);
-ms-transform: rotate(85.6451612903deg);
-webkit-transform: rotate(85.6451612903deg);
transform: rotate(85.6451612903deg);
}
.day-text .char77 {
-moz-transform: rotate(88.5483870968deg);
-o-transform: rotate(88.5483870968deg);
-ms-transform: rotate(88.5483870968deg);
-webkit-transform: rotate(88.5483870968deg);
transform: rotate(88.5483870968deg);
}
.day-text .char78 {
-moz-transform: rotate(91.4516129032deg);
-o-transform: rotate(91.4516129032deg);
-ms-transform: rotate(91.4516129032deg);
-webkit-transform: rotate(91.4516129032deg);
transform: rotate(91.4516129032deg);
}
.day-text .char79 {
-moz-transform: rotate(94.3548387097deg);
-o-transform: rotate(94.3548387097deg);
-ms-transform: rotate(94.3548387097deg);
-webkit-transform: rotate(94.3548387097deg);
transform: rotate(94.3548387097deg);
}
.day-text .char80 {
-moz-transform: rotate(97.2580645161deg);
-o-transform: rotate(97.2580645161deg);
-ms-transform: rotate(97.2580645161deg);
-webkit-transform: rotate(97.2580645161deg);
transform: rotate(97.2580645161deg);
}
.day-text .char81 {
-moz-transform: rotate(100.1612903226deg);
-o-transform: rotate(100.1612903226deg);
-ms-transform: rotate(100.1612903226deg);
-webkit-transform: rotate(100.1612903226deg);
transform: rotate(100.1612903226deg);
}
.day-text .char82 {
-moz-transform: rotate(103.064516129deg);
-o-transform: rotate(103.064516129deg);
-ms-transform: rotate(103.064516129deg);
-webkit-transform: rotate(103.064516129deg);
transform: rotate(103.064516129deg);
}
.day-text .char83 {
-moz-transform: rotate(105.9677419355deg);
-o-transform: rotate(105.9677419355deg);
-ms-transform: rotate(105.9677419355deg);
-webkit-transform: rotate(105.9677419355deg);
transform: rotate(105.9677419355deg);
}
.day-text .char84 {
-moz-transform: rotate(108.8709677419deg);
-o-transform: rotate(108.8709677419deg);
-ms-transform: rotate(108.8709677419deg);
-webkit-transform: rotate(108.8709677419deg);
transform: rotate(108.8709677419deg);
}
.day-text .char85 {
-moz-transform: rotate(111.7741935484deg);
-o-transform: rotate(111.7741935484deg);
-ms-transform: rotate(111.7741935484deg);
-webkit-transform: rotate(111.7741935484deg);
transform: rotate(111.7741935484deg);
}
.day-text .char86 {
-moz-transform: rotate(114.6774193548deg);
-o-transform: rotate(114.6774193548deg);
-ms-transform: rotate(114.6774193548deg);
-webkit-transform: rotate(114.6774193548deg);
transform: rotate(114.6774193548deg);
}
.day-text .char87 {
-moz-transform: rotate(117.5806451613deg);
-o-transform: rotate(117.5806451613deg);
-ms-transform: rotate(117.5806451613deg);
-webkit-transform: rotate(117.5806451613deg);
transform: rotate(117.5806451613deg);
}
.day-text .char88 {
-moz-transform: rotate(120.4838709677deg);
-o-transform: rotate(120.4838709677deg);
-ms-transform: rotate(120.4838709677deg);
-webkit-transform: rotate(120.4838709677deg);
transform: rotate(120.4838709677deg);
}
.day-text .char89 {
-moz-transform: rotate(123.3870967742deg);
-o-transform: rotate(123.3870967742deg);
-ms-transform: rotate(123.3870967742deg);
-webkit-transform: rotate(123.3870967742deg);
transform: rotate(123.3870967742deg);
}
.day-text .char90 {
-moz-transform: rotate(126.2903225806deg);
-o-transform: rotate(126.2903225806deg);
-ms-transform: rotate(126.2903225806deg);
-webkit-transform: rotate(126.2903225806deg);
transform: rotate(126.2903225806deg);
}
.day-text .char91 {
-moz-transform: rotate(129.1935483871deg);
-o-transform: rotate(129.1935483871deg);
-ms-transform: rotate(129.1935483871deg);
-webkit-transform: rotate(129.1935483871deg);
transform: rotate(129.1935483871deg);
}
.day-text .char92 {
-moz-transform: rotate(132.0967741935deg);
-o-transform: rotate(132.0967741935deg);
-ms-transform: rotate(132.0967741935deg);
-webkit-transform: rotate(132.0967741935deg);
transform: rotate(132.0967741935deg);
}
.day-text .char93 {
-moz-transform: rotate(135deg);
-o-transform: rotate(135deg);
-ms-transform: rotate(135deg);
-webkit-transform: rotate(135deg);
transform: rotate(135deg);
}
.ring-back {
opacity: 0.1;
filter: alpha(opacity=10);
width: 100%;
height: 100%;
border: solid 10px transparent;
border-radius: 50%;
}
.ring-back:before {
position: absolute;
top: 5px;
right: 5px;
bottom: 5px;
left: 5px;
border-radius: 50%;
border: solid 35px #FFFFFF;
content: " ";
}
.ring {
position: relative;
top: -100%;
width: 100%;
height: 100%;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
border: solid 45px #202020;
border-radius: 50%;
border-bottom-color: transparent;
box-shadow: 0px -2px 2px #000;
}
.side-ring {
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
width: 200px;
height: 200px;
background-color: #202020;
border-radius: 50%;
box-shadow: 0px 2px 2px #000;
color: #000;
overflow: hidden;
}
#weather {
position: absolute;
top: calc(50% - 100px);
left: calc(20% - 100px);
}
#steps {
position: absolute;
top: calc(50% - 100px);
left: calc(80% - 100px);
}
.fa-cloud {
opacity: 0;
filter: alpha(opacity=0);
position: absolute;
top: calc(50% - 40px);
left: calc(50% - 40px);
color: #555;
font-size: 80px;
}
.temperature {
opacity: 0;
filter: alpha(opacity=0);
position: absolute;
top: 10%;
left: 55%;
color: #FFCC00;
font-size: 20px;
}
.bars {
opacity: 0;
filter: alpha(opacity=0);
position: relative;
top: calc(50% - 70px);
left: calc(50% - 65px);
width: 140px;
height: 140px;
}
.bar {
width: 18px;
height: 140px;
margin: 0px -4px;
}
.day-letter {
position: relative;
top: 110px;
color: #555;
font-size: 18px;
text-align: center;
}
.x {
position: absolute;
bottom: 30px;
left: 1px;
width: 16px;
height: 2px;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
} | demo/css/circle-time/index.css | background: #FF3B30;
}
#x2 {
background: #FF9500;
}
#x3 {
background: #FFCC00;
}
#x4 {
background: #4CD964;
}
#x5 {
background: #5AC8FA;
}
#x6 {
background: #007AFF;
}
#x7 {
background: #5856D6;
}
.bar:nth-child(1) {
position: absolute;
top: 0px;
left: 0px;
}
.bar:nth-child(2) {
position: absolute;
top: 0px;
left: 20px;
}
.bar:nth-child(3) {
position: absolute;
top: 0px;
left: 40px;
}
.bar:nth-child(4) {
position: absolute;
top: 0px;
left: 60px;
}
.bar:nth-child(5) {
position: absolute;
top: 0px;
left: 80px;
}
.bar:nth-child(6) {
position: absolute;
top: 0px;
left: 100px;
}
.bar:nth-child(7) {
position: absolute;
top: 0px;
left: 120px;
}
.day-dial, .month-dial, .day-name-dial {
position: absolute;
top: 50%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
}
.head {
position: relative;
top: 50%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
}
.day-text span, .day-preview span, .month-text span, .month-preview span, .day-name-text span, .day-name-preview span, .hand-container, .center-preview span {
text-align: center;
/* moz-transform-origin: center center; */
-o-transform-origin: center center;
-ms-transform-origin: center center;
-webkit-transform-origin: center center;
transform-origin: center center;
}
* {
box-sizing: border-box;
}
html,
body {
background: #292929;
border: 0;
font-family: 'Roboto Mono', monospace;
height: 100%;
margin: 0px;
width: 100%;
}
h1 {
color: #555;
font-size: 25px;
}
h2 {
color: #555;
font-size: 15px;
}
.center-dial {
position: absolute;
top: calc(50% - 75px);
left: calc(50% - 75px);
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
width: 150px;
height: 150px;
background-color: #202020;
border-radius: 50%;
color: #000;
box-shadow: 0px 2px 2px #000;
cursor: pointer;
overflow: hidden;
}
.center-preview span {
position: absolute;
top: 0%;
left: calc(50% - 12.5px);
height: 150px;
width: 25px;
}
.center-preview {
opacity: 0;
filter: alpha(opacity=0);
}
.center-preview .char1 {
-moz-transform: rotate(-40deg);
-o-transform: rotate(-40deg);
-ms-transform: rotate(-40deg);
-webkit-transform: rotate(-40deg);
transform: rotate(-40deg);
}
.center-preview .char2 {
-moz-transform: rotate(-20deg);
-o-transform: rotate(-20deg);
-ms-transform: rotate(-20deg);
-webkit-transform: rotate(-20deg);
transform: rotate(-20deg);
}
.center-preview .char3 {
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
.center-preview .char4 {
-moz-transform: rotate(20deg);
-o-transform: rotate(20deg);
-ms-transform: rotate(20deg);
-webkit-transform: rotate(20deg);
transform: rotate(20deg);
}
.center-preview .char5 {
-moz-transform: rotate(40deg);
-o-transform: rotate(40deg);
-ms-transform: rotate(40deg);
-webkit-transform: rotate(40deg);
transform: rotate(40deg);
}
.center-preview .char6 {
-moz-transform: rotate(60deg);
-o-transform: rotate(60deg);
-ms-transform: rotate(60deg);
-webkit-transform: rotate(60deg);
transform: rotate(60deg);
}
.head {
width: 50px;
height: 50px;
background: #FFF;
border-radius: 50%;
}
.torso {
position: relative;
top: calc(50% - 20px);
left: calc(50% - 50px);
width: 100px;
height: 100px;
background: #FFF;
border-radius: 50%;
}
.hand-container {
position: absolute;
top: 0%;
left: calc(50% - 12.5px);
opacity: 0;
filter: alpha(opacity=0);
width: 25px;
height: 150px;
/* moz-transform-origin: center center; */
-o-transform-origin: center center;
-ms-transform-origin: center center;
-webkit-transform-origin: center center;
transform-origin: center center;
}
.hour-hand {
width: 10px;
height: 50px;
position: relative;
top: calc(50% - 45px);
left: calc(50% - 5px);
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
background: #FFF;
border-radius: 5px;
}
.minute-hand {
width: 10px;
height: 70px;
position: relative;
top: calc(50% - 65px);
left: calc(50% - 5px);
background: #CCC;
border-radius: 5px;
}
.second-hand {
width: 2px;
height: 70px;
position: relative;
top: calc(50% - 69px);
left: calc(50% - 1px);
background: #AAA;
border-radius: 1px;
}
.day-name-dial {
width: 250px;
height: 250px;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.day-name-preview span {
position: absolute;
top: calc(-25% - 5px);
left: calc(50% - 12.5px);
height: 250px;
width: 25px;
}
.day-name-preview {
opacity: 0;
filter: alpha(opacity=0);
}
.day-name-preview .char1 {
-moz-transform: rotate(-35deg);
-o-transform: rotate(-35deg);
-ms-transform: rotate(-35deg);
-webkit-transform: rotate(-35deg);
transform: rotate(-35deg);
}
.day-name-preview .char2 {
-moz-transform: rotate(-25deg);
-o-transform: rotate(-25deg);
-ms-transform: rotate(-25deg);
-webkit-transform: rotate(-25deg);
transform: rotate(-25deg);
}
.day-name-preview .char3 {
-moz-transform: rotate(-15deg);
-o-transform: rotate(-15deg);
-ms-transform: rotate(-15deg);
-webkit-transform: rotate(-15deg);
transform: rotate(-15deg);
}
.day-name-preview .char4 {
-moz-transform: rotate(-5deg);
-o-transform: rotate(-5deg);
-ms-transform: rotate(-5deg);
-webkit-transform: rotate(-5deg);
transform: rotate(-5deg);
}
.day-name-preview .char5 {
-moz-transform: rotate(5deg);
-o-transform: rotate(5deg);
-ms-transform: rotate(5deg);
-webkit-transform: rotate(5deg);
transform: rotate(5deg);
}
.day-name-preview .char6 {
-moz-transform: rotate(15deg);
-o-transform: rotate(15deg);
-ms-transform: rotate(15deg);
-webkit-transform: rotate(15deg);
transform: rotate(15deg);
}
.day-name-preview .char7 {
-moz-transform: rotate(25deg);
-o-transform: rotate(25deg);
-ms-transform: rotate(25deg);
-webkit-transform: rotate(25deg);
transform: rotate(25deg);
}
.day-name-preview .char8 {
-moz-transform: rotate(35deg);
-o-transform: rotate(35deg);
-ms-transform: rotate(35deg);
-webkit-transform: rotate(35deg);
transform: rotate(35deg);
}
.day-name-preview .char9 {
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.day-name-text span {
position: absolute;
top: calc(-25% + 5px);
left: calc(50% - 6px);
height: 232px;
width: 12px;
}
.day-name-text {
opacity: 0;
filter: alpha(opacity=0);
}
.day-name-text .char1 {
-moz-transform: rotate(-125.3571428571deg);
-o-transform: rotate(-125.3571428571deg);
-ms-transform: rotate(-125.3571428571deg);
-webkit-transform: rotate(-125.3571428571deg);
transform: rotate(-125.3571428571deg);
}
.day-name-text .char2 {
-moz-transform: rotate(-115.7142857143deg);
-o-transform: rotate(-115.7142857143deg);
-ms-transform: rotate(-115.7142857143deg);
-webkit-transform: rotate(-115.7142857143deg);
transform: rotate(-115.7142857143deg);
}
.day-name-text .char3 {
-moz-transform: rotate(-106.0714285714deg);
-o-transform: rotate(-106.0714285714deg);
-ms-transform: rotate(-106.0714285714deg);
-webkit-transform: rotate(-106.0714285714deg);
transform: rotate(-106.0714285714deg);
}
.day-name-text .char4 {
-moz-transform: rotate(-96.4285714286deg);
-o-transform: rotate(-96.4285714286deg);
-ms-transform: rotate(-96.4285714286deg);
-webkit-transform: rotate(-96.4285714286deg);
transform: rotate(-96.4285714286deg);
}
.day-name-text .char5 {
-moz-transform: rotate(-86.7857142857deg);
-o-transform: rotate(-86.7857142857deg);
-ms-transform: rotate(-86.7857142857deg);
-webkit-transform: rotate(-86.7857142857deg);
transform: rotate(-86.7857142857deg);
}
.day-name-text .char6 {
-moz-transform: rotate(-77.1428571429deg);
-o-transform: rotate(-77.1428571429deg);
-ms-transform: rotate(-77.1428571429deg);
-webkit-transform: rotate(-77.1428571429deg);
transform: rotate(-77.1428571429deg);
}
.day-name-text .char7 {
-moz-transform: rotate(-67.5deg);
-o-transform: rotate(-67.5deg);
-ms-transform: rotate(-67.5deg);
-webkit-transform: rotate(-67.5deg);
transform: rotate(-67.5deg);
}
.day-name-text .char8 {
-moz-transform: rotate(-57.8571428571deg);
-o-transform: rotate(-57.8571428571deg);
-ms-transform: rotate(-57.8571428571deg);
-webkit-transform: rotate(-57.8571428571deg);
transform: rotate(-57.8571428571deg);
}
.day-name-text .char9 {
-moz-transform: rotate(-48.2142857143deg);
-o-transform: rotate(-48.2142857143deg);
-ms-transform: rotate(-48.2142857143deg);
-webkit-transform: rotate(-48.2142857143deg);
transform: rotate(-48.2142857143deg);
}
.day-name-text .char10 {
-moz-transform: rotate(-38.5714285714deg);
-o-transform: rotate(-38.5714285714deg);
-ms-transform: rotate(-38.5714285714deg);
-webkit-transform: rotate(-38.5714285714deg);
transform: rotate(-38.5714285714deg);
}
.day-name-text .char11 {
-moz-transform: rotate(-28.9285714286deg);
-o-transform: rotate(-28.9285714286deg);
-ms-transform: rotate(-28.9285714286deg);
-webkit-transform: rotate(-28.9285714286deg);
transform: rotate(-28.9285714286deg);
}
.day-name-text .char12 {
-moz-transform: rotate(-19.2857142857deg);
-o-transform: rotate(-19.2857142857deg);
-ms-transform: rotate(-19.2857142857deg);
-webkit-transform: rotate(-19.2857142857deg);
transform: rotate(-19.2857142857deg);
}
.day-name-text .char13 {
-moz-transform: rotate(-9.6428571429deg);
-o-transform: rotate(-9.6428571429deg);
-ms-transform: rotate(-9.6428571429deg);
-webkit-transform: rotate(-9.6428571429deg);
transform: rotate(-9.6428571429deg);
}
.day-name-text .char14 {
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
.day-name-text .char15 {
-moz-transform: rotate(9.6428571429deg);
-o-transform: rotate(9.6428571429deg);
-ms-transform: rotate(9.6428571429deg);
-webkit-transform: rotate(9.6428571429deg);
transform: rotate(9.6428571429deg);
}
.day-name-text .char16 {
-moz-transform: rotate(19.2857142857deg);
-o-transform: rotate(19.2857142857deg);
-ms-transform: rotate(19.2857142857deg);
-webkit-transform: rotate(19.2857142857deg);
transform: rotate(19.2857142857deg);
}
.day-name-text .char17 {
-moz-transform: rotate(28.9285714286deg);
-o-transform: rotate(28.9285714286deg);
-ms-transform: rotate(28.9285714286deg);
-webkit-transform: rotate(28.9285714286deg);
transform: rotate(28.9285714286deg);
}
.day-name-text .char18 {
-moz-transform: rotate(38.5714285714deg);
-o-transform: rotate(38.5714285714deg);
-ms-transform: rotate(38.5714285714deg);
-webkit-transform: rotate(38.5714285714deg);
transform: rotate(38.5714285714deg);
}
.day-name-text .char19 {
-moz-transform: rotate(48.2142857143deg);
-o-transform: rotate(48.2142857143deg);
-ms-transform: rotate(48.2142857143deg);
-webkit-transform: rotate(48.2142857143deg);
transform: rotate(48.2142857143deg);
}
.day-name-text .char20 {
-moz-transform: rotate(57.8571428571deg);
-o-transform: rotate(57.8571428571deg);
-ms-transform: rotate(57.8571428571deg);
-webkit-transform: rotate(57.8571428571deg);
transform: rotate(57.8571428571deg);
}
.day-name-text .char21 {
-moz-transform: rotate(67.5deg);
-o-transform: rotate(67.5deg);
-ms-transform: rotate(67.5deg);
-webkit-transform: rotate(67.5deg);
transform: rotate(67.5deg);
}
.day-name-text .char22 {
-moz-transform: rotate(77.1428571429deg);
-o-transform: rotate(77.1428571429deg);
-ms-transform: rotate(77.1428571429deg);
-webkit-transform: rotate(77.1428571429deg);
transform: rotate(77.1428571429deg);
}
.day-name-text .char23 {
-moz-transform: rotate(86.7857142857deg);
-o-transform: rotate(86.7857142857deg);
-ms-transform: rotate(86.7857142857deg);
-webkit-transform: rotate(86.7857142857deg);
transform: rotate(86.7857142857deg);
}
.day-name-text .char24 {
-moz-transform: rotate(96.4285714286deg);
-o-transform: rotate(96.4285714286deg);
-ms-transform: rotate(96.4285714286deg);
-webkit-transform: rotate(96.4285714286deg);
transform: rotate(96.4285714286deg);
}
.day-name-text .char25 {
-moz-transform: rotate(106.0714285714deg);
-o-transform: rotate(106.0714285714deg);
-ms-transform: rotate(106.0714285714deg);
-webkit-transform: rotate(106.0714285714deg);
transform: rotate(106.0714285714deg);
}
.day-name-text .char26 {
-moz-transform: rotate(115.7142857143deg);
-o-transform: rotate(115.7142857143deg);
-ms-transform: rotate(115.7142857143deg);
-webkit-transform: rotate(115.7142857143deg);
transform: rotate(115.7142857143deg);
}
.day-name-text .char27 {
-moz-transform: rotate(125.3571428571deg);
-o-transform: rotate(125.3571428571deg);
-ms-transform: rotate(125.3571428571deg);
-webkit-transform: rotate(125.3571428571deg);
transform: rotate(125.3571428571deg);
}
.day-name-text .char28 {
-moz-transform: rotate(135deg);
-o-transform: rotate(135deg);
-ms-transform: rotate(135deg);
-webkit-transform: rotate(135deg);
transform: rotate(135deg);
}
.month-dial {
width: 350px;
height: 350px;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.month-preview span {
position: absolute;
top: calc(-25% + 20px);
left: calc(50% - 12.5px);
height: 350px;
width: 25px;
}
.month-preview {
opacity: 0;
filter: alpha(opacity=0);
}
.month-preview .char1 {
-moz-transform: rotate(-30deg);
-o-transform: rotate(-30deg);
-ms-transform: rotate(-30deg);
-webkit-transform: rotate(-30deg);
transform: rotate(-30deg);
}
.month-preview .char2 {
-moz-transform: rotate(-15deg);
-o-transform: rotate(-15deg);
-ms-transform: rotate(-15deg);
-webkit-transform: rotate(-15deg);
transform: rotate(-15deg);
}
.month-preview .char3 {
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
.month-preview .char4 {
-moz-transform: rotate(15deg);
-o-transform: rotate(15deg);
-ms-transform: rotate(15deg);
-webkit-transform: rotate(15deg);
transform: rotate(15deg);
}
.month-preview .char5 {
-moz-transform: rotate(30deg);
-o-transform: rotate(30deg);
-ms-transform: rotate(30deg);
-webkit-transform: rotate(30deg);
transform: rotate(30deg);
}
.month-preview .char6 {
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.month-text span {
position: absolute;
top: calc(-25% + 30px);
left: calc(50% - 6px);
height: 332px;
width: 12px;
}
.month-text {
opacity: 0;
filter: alpha(opacity=0);
}
.month-text .char1 {
-moz-transform: rotate(-129.375deg);
-o-transform: rotate(-129.375deg);
-ms-transform: rotate(-129.375deg);
-webkit-transform: rotate(-129.375deg);
transform: rotate(-129.375deg);
}
.month-text .char2 {
-moz-transform: rotate(-123.75deg);
-o-transform: rotate(-123.75deg);
-ms-transform: rotate(-123.75deg);
-webkit-transform: rotate(-123.75deg);
transform: rotate(-123.75deg);
}
.month-text .char3 {
-moz-transform: rotate(-118.125deg);
-o-transform: rotate(-118.125deg);
-ms-transform: rotate(-118.125deg);
-webkit-transform: rotate(-118.125deg);
transform: rotate(-118.125deg);
}
.month-text .char4 {
-moz-transform: rotate(-112.5deg);
-o-transform: rotate(-112.5deg);
-ms-transform: rotate(-112.5deg);
-webkit-transform: rotate(-112.5deg);
transform: rotate(-112.5deg);
}
.month-text .char5 {
-moz-transform: rotate(-106.875deg);
-o-transform: rotate(-106.875deg);
-ms-transform: rotate(-106.875deg);
-webkit-transform: rotate(-106.875deg);
transform: rotate(-106.875deg);
}
.month-text .char6 {
-moz-transform: rotate(-101.25deg);
-o-transform: rotate(-101.25deg);
-ms-transform: rotate(-101.25deg);
-webkit-transform: rotate(-101.25deg);
transform: rotate(-101.25deg);
}
.month-text .char7 {
-moz-transform: rotate(-95.625deg);
-o-transform: rotate(-95.625deg);
-ms-transform: rotate(-95.625deg);
-webkit-transform: rotate(-95.625deg);
transform: rotate(-95.625deg);
}
.month-text .char8 {
-moz-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
}
.month-text .char9 {
-moz-transform: rotate(-84.375deg);
-o-transform: rotate(-84.375deg);
-ms-transform: rotate(-84.375deg);
-webkit-transform: rotate(-84.375deg);
transform: rotate(-84.375deg);
}
.month-text .char10 {
-moz-transform: rotate(-78.75deg);
-o-transform: rotate(-78.75deg);
-ms-transform: rotate(-78.75deg);
-webkit-transform: rotate(-78.75deg);
transform: rotate(-78.75deg);
}
.month-text .char11 {
-moz-transform: rotate(-73.125deg);
-o-transform: rotate(-73.125deg);
-ms-transform: rotate(-73.125deg);
-webkit-transform: rotate(-73.125deg);
transform: rotate(-73.125deg);
}
.month-text .char12 {
-moz-transform: rotate(-67.5deg);
-o-transform: rotate(-67.5deg);
-ms-transform: rotate(-67.5deg);
-webkit-transform: rotate(-67.5deg);
transform: rotate(-67.5deg);
}
.month-text .char13 {
-moz-transform: rotate(-61.875deg);
-o-transform: rotate(-61.875deg);
-ms-transform: rotate(-61.875deg);
-webkit-transform: rotate(-61.875deg);
transform: rotate(-61.875deg);
}
.month-text .char14 {
-moz-transform: rotate(-56.25deg);
-o-transform: rotate(-56.25deg);
-ms-transform: rotate(-56.25deg);
-webkit-transform: rotate(-56.25deg);
transform: rotate(-56.25deg);
}
.month-text .char15 {
-moz-transform: rotate(-50.625deg);
-o-transform: rotate(-50.625deg);
-ms-transform: rotate(-50.625deg);
-webkit-transform: rotate(-50.625deg);
transform: rotate(-50.625deg);
}
.month-text .char16 {
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.month-text .char17 {
-moz-transform: rotate(-39.375deg);
-o-transform: rotate(-39.375deg);
-ms-transform: rotate(-39.375deg);
-webkit-transform: rotate(-39.375deg);
transform: rotate(-39.375deg);
}
.month-text .char18 {
-moz-transform: rotate(-33.75deg);
-o-transform: rotate(-33.75deg);
-ms-transform: rotate(-33.75deg);
-webkit-transform: rotate(-33.75deg);
transform: rotate(-33.75deg);
}
.month-text .char19 {
-moz-transform: rotate(-28.125deg);
-o-transform: rotate(-28.125deg);
-ms-transform: rotate(-28.125deg);
-webkit-transform: rotate(-28.125deg);
transform: rotate(-28.125deg);
}
.month-text .char20 {
-moz-transform: rotate(-22.5deg);
-o-transform: rotate(-22.5deg);
-ms-transform: rotate(-22.5deg);
-webkit-transform: rotate(-22.5deg);
transform: rotate(-22.5deg);
}
.month-text .char21 {
-moz-transform: rotate(-16.875deg);
-o-transform: rotate(-16.875deg);
-ms-transform: rotate(-16.875deg);
-webkit-transform: rotate(-16.875deg);
transform: rotate(-16.875deg);
}
.month-text .char22 {
-moz-transform: rotate(-11.25deg);
-o-transform: rotate(-11.25deg);
-ms-transform: rotate(-11.25deg);
-webkit-transform: rotate(-11.25deg);
transform: rotate(-11.25deg);
}
.month-text .char23 {
-moz-transform: rotate(-5.625deg);
-o-transform: rotate(-5.625deg);
-ms-transform: rotate(-5.625deg);
-webkit-transform: rotate(-5.625deg);
transform: rotate(-5.625deg);
}
.month-text .char24 {
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
.month-text .char25 {
-moz-transform: rotate(5.625deg);
-o-transform: rotate(5.625deg);
-ms-transform: rotate(5.625deg);
-webkit-transform: rotate(5.625deg);
transform: rotate(5.625deg);
}
.month-text .char26 {
-moz-transform: rotate(11.25deg);
-o-transform: rotate(11.25deg);
-ms-transform: rotate(11.25deg);
-webkit-transform: rotate(11.25deg);
transform: rotate(11.25deg);
}
.month-text .char27 {
-moz-transform: rotate(16.875deg);
-o-transform: rotate(16.875deg);
-ms-transform: rotate(16.875deg);
-webkit-transform: rotate(16.875deg);
transform: rotate(16.875deg);
}
.month-text .char28 {
-moz-transform: rotate(22.5deg);
-o-transform: rotate(22.5deg);
-ms-transform: rotate(22.5deg);
-webkit-transform: rotate(22.5deg);
transform: rotate(22.5deg);
}
.month-text .char29 {
-moz-transform: rotate(28.125deg);
-o-transform: rotate(28.125deg);
-ms-transform: rotate(28.125deg);
-webkit-transform: rotate(28.125deg);
transform: rotate(28.125deg);
}
.month-text .char30 {
-moz-transform: rotate(33.75deg);
-o-transform: rotate(33.75deg);
-ms-transform: rotate(33.75deg);
-webkit-transform: rotate(33.75deg);
transform: rotate(33.75deg);
}
.month-text .char31 {
-moz-transform: rotate(39.375deg);
-o-transform: rotate(39.375deg);
-ms-transform: rotate(39.375deg);
-webkit-transform: rotate(39.375deg);
transform: rotate(39.375deg);
}
.month-text .char32 {
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.month-text .char33 {
-moz-transform: rotate(50.625deg);
-o-transform: rotate(50.625deg);
-ms-transform: rotate(50.625deg);
-webkit-transform: rotate(50.625deg);
transform: rotate(50.625deg);
}
.month-text .char34 {
-moz-transform: rotate(56.25deg);
-o-transform: rotate(56.25deg);
-ms-transform: rotate(56.25deg);
-webkit-transform: rotate(56.25deg);
transform: rotate(56.25deg);
}
.month-text .char35 {
-moz-transform: rotate(61.875deg);
-o-transform: rotate(61.875deg);
-ms-transform: rotate(61.875deg);
-webkit-transform: rotate(61.875deg);
transform: rotate(61.875deg);
}
.month-text .char36 {
-moz-transform: rotate(67.5deg);
-o-transform: rotate(67.5deg);
-ms-transform: rotate(67.5deg);
-webkit-transform: rotate(67.5deg);
transform: rotate(67.5deg);
}
.month-text .char37 {
-moz-transform: rotate(73.125deg);
-o-transform: rotate(73.125deg);
-ms-transform: rotate(73.125deg);
-webkit-transform: rotate(73.125deg);
transform: rotate(73.125deg);
}
.month-text .char38 {
-moz-transform: rotate(78.75deg);
-o-transform: rotate(78.75deg);
-ms-transform: rotate(78.75deg);
-webkit-transform: rotate(78.75deg);
transform: rotate(78.75deg);
}
.month-text .char39 {
-moz-transform: rotate(84.375deg);
-o-transform: rotate(84.375deg);
-ms-transform: rotate(84.375deg);
-webkit-transform: rotate(84.375deg);
transform: rotate(84.375deg);
}
.month-text .char40 {
-moz-transform: rotate(90deg);
-o-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}
.month-text .char41 {
-moz-transform: rotate(95.625deg);
-o-transform: rotate(95.625deg);
-ms-transform: rotate(95.625deg);
-webkit-transform: rotate(95.625deg);
transform: rotate(95.625deg);
}
.month-text .char42 {
-moz-transform: rotate(101.25deg);
-o-transform: rotate(101.25deg);
-ms-transform: rotate(101.25deg);
-webkit-transform: rotate(101.25deg);
transform: rotate(101.25deg);
}
.month-text .char43 {
-moz-transform: rotate(106.875deg);
-o-transform: rotate(106.875deg);
-ms-transform: rotate(106.875deg);
-webkit-transform: rotate(106.875deg);
transform: rotate(106.875deg);
}
.month-text .char44 {
-moz-transform: rotate(112.5deg);
-o-transform: rotate(112.5deg);
-ms-transform: rotate(112.5deg);
-webkit-transform: rotate(112.5deg);
transform: rotate(112.5deg);
}
.month-text .char45 {
-moz-transform: rotate(118.125deg);
-o-transform: rotate(118.125deg);
-ms-transform: rotate(118.125deg);
-webkit-transform: rotate(118.125deg);
transform: rotate(118.125deg);
}
.month-text .char46 {
-moz-transform: rotate(123.75deg);
-o-transform: rotate(123.75deg);
-ms-transform: rotate(123.75deg);
-webkit-transform: rotate(123.75deg);
transform: rotate(123.75deg);
}
.month-text .char47 {
-moz-transform: rotate(129.375deg);
-o-transform: rotate(129.375deg);
-ms-transform: rotate(129.375deg);
-webkit-transform: rotate(129.375deg);
transform: rotate(129.375deg);
}
.month-text .char48 {
-moz-transform: rotate(135deg);
-o-transform: rotate(135deg);
-ms-transform: rotate(135deg);
-webkit-transform: rotate(135deg);
transform: rotate(135deg);
}
.day-dial {
width: 450px;
height: 450px;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.day-preview span {
position: absolute;
top: calc(-25% + 45px);
left: calc(50% - 12.5px);
height: 450px;
width: 25px;
}
.day-preview {
opacity: 0;
filter: alpha(opacity=0);
}
.day-preview .char1 {
-moz-transform: rotate(-22.5deg);
-o-transform: rotate(-22.5deg);
-ms-transform: rotate(-22.5deg);
-webkit-transform: rotate(-22.5deg);
transform: rotate(-22.5deg);
}
.day-preview .char2 {
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
.day-preview .char3 {
-moz-transform: rotate(22.5deg);
-o-transform: rotate(22.5deg);
-ms-transform: rotate(22.5deg);
-webkit-transform: rotate(22.5deg);
transform: rotate(22.5deg);
}
.day-preview .char4 {
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.day-text span {
position: absolute;
top: calc(-25% + 55px);
left: calc(50% - 6px);
height: 432px;
width: 12px;
}
.day-text {
opacity: 0;
filter: alpha(opacity=0);
}
.day-text .char1 {
-moz-transform: rotate(-132.0967741935deg);
-o-transform: rotate(-132.0967741935deg);
-ms-transform: rotate(-132.0967741935deg);
-webkit-transform: rotate(-132.0967741935deg);
transform: rotate(-132.0967741935deg);
}
.day-text .char2 {
-moz-transform: rotate(-129.1935483871deg);
-o-transform: rotate(-129.1935483871deg);
-ms-transform: rotate(-129.1935483871deg);
-webkit-transform: rotate(-129.1935483871deg);
transform: rotate(-129.1935483871deg);
}
.day-text .char3 {
-moz-transform: rotate(-126.2903225806deg);
-o-transform: rotate(-126.2903225806deg);
-ms-transform: rotate(-126.2903225806deg);
-webkit-transform: rotate(-126.2903225806deg);
transform: rotate(-126.2903225806deg);
}
.day-text .char4 {
-moz-transform: rotate(-123.3870967742deg);
-o-transform: rotate(-123.3870967742deg);
-ms-transform: rotate(-123.3870967742deg);
-webkit-transform: rotate(-123.3870967742deg);
transform: rotate(-123.3870967742deg);
}
.day-text .char5 {
-moz-transform: rotate(-120.4838709677deg);
-o-transform: rotate(-120.4838709677deg);
-ms-transform: rotate(-120.4838709677deg);
-webkit-transform: rotate(-120.4838709677deg);
transform: rotate(-120.4838709677deg);
}
.day-text .char6 {
-moz-transform: rotate(-117.5806451613deg);
-o-transform: rotate(-117.5806451613deg);
-ms-transform: rotate(-117.5806451613deg);
-webkit-transform: rotate(-117.5806451613deg);
transform: rotate(-117.5806451613deg);
}
.day-text .char7 {
-moz-transform: rotate(-114.6774193548deg);
-o-transform: rotate(-114.6774193548deg);
-ms-transform: rotate(-114.6774193548deg);
-webkit-transform: rotate(-114.6774193548deg);
transform: rotate(-114.6774193548deg);
}
.day-text .char8 {
-moz-transform: rotate(-111.7741935484deg);
-o-transform: rotate(-111.7741935484deg);
-ms-transform: rotate(-111.7741935484deg);
-webkit-transform: rotate(-111.7741935484deg);
transform: rotate(-111.7741935484deg);
}
.day-text .char9 {
-moz-transform: rotate(-108.8709677419deg);
-o-transform: rotate(-108.8709677419deg);
-ms-transform: rotate(-108.8709677419deg);
-webkit-transform: rotate(-108.8709677419deg);
transform: rotate(-108.8709677419deg);
}
.day-text .char10 {
-moz-transform: rotate(-105.9677419355deg);
-o-transform: rotate(-105.9677419355deg);
-ms-transform: rotate(-105.9677419355deg);
-webkit-transform: rotate(-105.9677419355deg);
transform: rotate(-105.9677419355deg);
}
.day-text .char11 {
-moz-transform: rotate(-103.064516129deg);
-o-transform: rotate(-103.064516129deg);
-ms-transform: rotate(-103.064516129deg);
-webkit-transform: rotate(-103.064516129deg);
transform: rotate(-103.064516129deg);
}
.day-text .char12 {
-moz-transform: rotate(-100.1612903226deg);
-o-transform: rotate(-100.1612903226deg);
-ms-transform: rotate(-100.1612903226deg);
-webkit-transform: rotate(-100.1612903226deg);
transform: rotate(-100.1612903226deg);
}
.day-text .char13 {
-moz-transform: rotate(-97.2580645161deg);
-o-transform: rotate(-97.2580645161deg);
-ms-transform: rotate(-97.2580645161deg);
-webkit-transform: rotate(-97.2580645161deg);
transform: rotate(-97.2580645161deg);
}
.day-text .char14 {
-moz-transform: rotate(-94.3548387097deg);
-o-transform: rotate(-94.3548387097deg);
-ms-transform: rotate(-94.3548387097deg);
-webkit-transform: rotate(-94.3548387097deg);
transform: rotate(-94.3548387097deg);
}
.day-text .char15 {
-moz-transform: rotate(-91.4516129032deg);
-o-transform: rotate(-91.4516129032deg);
-ms-transform: rotate(-91.4516129032deg);
-webkit-transform: rotate(-91.4516129032deg);
transform: rotate(-91.4516129032deg);
}
.day-text .char16 {
-moz-transform: rotate(-88.5483870968deg);
-o-transform: rotate(-88.5483870968deg);
-ms-transform: rotate(-88.5483870968deg);
-webkit-transform: rotate(-88.5483870968deg);
transform: rotate(-88.5483870968deg);
}
.day-text .char17 {
-moz-transform: rotate(-85.6451612903deg);
-o-transform: rotate(-85.6451612903deg);
-ms-transform: rotate(-85.6451612903deg);
-webkit-transform: rotate(-85.6451612903deg);
transform: rotate(-85.6451612903deg);
}
.day-text .char18 {
-moz-transform: rotate(-82.7419354839deg);
-o-transform: rotate(-82.7419354839deg);
-ms-transform: rotate(-82.7419354839deg);
-webkit-transform: rotate(-82.7419354839deg);
transform: rotate(-82.7419354839deg);
}
.day-text .char19 {
-moz-transform: rotate(-79.8387096774deg);
-o-transform: rotate(-79.8387096774deg);
-ms-transform: rotate(-79.8387096774deg);
-webkit-transform: rotate(-79.8387096774deg);
transform: rotate(-79.8387096774deg);
}
.day-text .char20 {
-moz-transform: rotate(-76.935483871deg);
-o-transform: rotate(-76.935483871deg);
-ms-transform: rotate(-76.935483871deg);
-webkit-transform: rotate(-76.935483871deg);
transform: rotate(-76.935483871deg);
}
.day-text .char21 {
-moz-transform: rotate(-74.0322580645deg);
-o-transform: rotate(-74.0322580645deg);
-ms-transform: rotate(-74.0322580645deg);
-webkit-transform: rotate(-74.0322580645deg);
transform: rotate(-74.0322580645deg);
}
.day-text .char22 {
-moz-transform: rotate(-71.1290322581deg);
-o-transform: rotate(-71.1290322581deg);
-ms-transform: rotate(-71.1290322581deg);
-webkit-transform: rotate(-71.1290322581deg);
transform: rotate(-71.1290322581deg);
}
.day-text .char23 {
-moz-transform: rotate(-68.2258064516deg);
-o-transform: rotate(-68.2258064516deg);
-ms-transform: rotate(-68.2258064516deg);
-webkit-transform: rotate(-68.2258064516deg);
transform: rotate(-68.2258064516deg);
}
.day-text .char24 {
-moz-transform: rotate(-65.3225806452deg);
-o-transform: rotate(-65.3225806452deg);
-ms-transform: rotate(-65.3225806452deg);
-webkit-transform: rotate(-65.3225806452deg);
transform: rotate(-65.3225806452deg);
}
.day-text .char25 {
-moz-transform: rotate(-62.4193548387deg);
-o-transform: rotate(-62.4193548387deg);
-ms-transform: rotate(-62.4193548387deg);
-webkit-transform: rotate(-62.4193548387deg);
transform: rotate(-62.4193548387deg);
}
.day-text .char26 {
-moz-transform: rotate(-59.5161290323deg);
-o-transform: rotate(-59.5161290323deg);
-ms-transform: rotate(-59.5161290323deg);
-webkit-transform: rotate(-59.5161290323deg);
transform: rotate(-59.5161290323deg);
}
.day-text .char27 {
-moz-transform: rotate(-56.6129032258deg);
-o-transform: rotate(-56.6129032258deg);
-ms-transform: rotate(-56.6129032258deg);
-webkit-transform: rotate(-56.6129032258deg);
transform: rotate(-56.6129032258deg);
}
.day-text .char28 {
-moz-transform: rotate(-53.7096774194deg);
-o-transform: rotate(-53.7096774194deg);
-ms-transform: rotate(-53.7096774194deg);
-webkit-transform: rotate(-53.7096774194deg);
transform: rotate(-53.7096774194deg);
}
.day-text .char29 {
-moz-transform: rotate(-50.8064516129deg);
-o-transform: rotate(-50.8064516129deg);
-ms-transform: rotate(-50.8064516129deg);
-webkit-transform: rotate(-50.8064516129deg);
transform: rotate(-50.8064516129deg);
}
.day-text .char30 {
-moz-transform: rotate(-47.9032258065deg);
-o-transform: rotate(-47.9032258065deg);
-ms-transform: rotate(-47.9032258065deg);
-webkit-transform: rotate(-47.9032258065deg);
transform: rotate(-47.9032258065deg);
}
.day-text .char31 {
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.day-text .char32 {
-moz-transform: rotate(-42.0967741935deg);
-o-transform: rotate(-42.0967741935deg);
-ms-transform: rotate(-42.0967741935deg);
-webkit-transform: rotate(-42.0967741935deg);
transform: rotate(-42.0967741935deg);
}
.day-text .char33 {
-moz-transform: rotate(-39.1935483871deg);
-o-transform: rotate(-39.1935483871deg);
-ms-transform: rotate(-39.1935483871deg);
-webkit-transform: rotate(-39.1935483871deg);
transform: rotate(-39.1935483871deg);
}
.day-text .char34 {
-moz-transform: rotate(-36.2903225806deg);
-o-transform: rotate(-36.2903225806deg);
-ms-transform: rotate(-36.2903225806deg);
-webkit-transform: rotate(-36.2903225806deg);
transform: rotate(-36.2903225806deg);
}
.day-text .char35 {
-moz-transform: rotate(-33.3870967742deg);
-o-transform: rotate(-33.3870967742deg);
-ms-transform: rotate(-33.3870967742deg);
-webkit-transform: rotate(-33.3870967742deg);
transform: rotate(-33.3870967742deg);
}
.day-text .char36 {
-moz-transform: rotate(-30.4838709677deg);
-o-transform: rotate(-30.4838709677deg);
-ms-transform: rotate(-30.4838709677deg);
-webkit-transform: rotate(-30.4838709677deg);
transform: rotate(-30.4838709677deg);
}
.day-text .char37 {
-moz-transform: rotate(-27.5806451613deg);
-o-transform: rotate(-27.5806451613deg);
-ms-transform: rotate(-27.5806451613deg);
-webkit-transform: rotate(-27.5806451613deg);
transform: rotate(-27.5806451613deg);
}
.day-text .char38 {
-moz-transform: rotate(-24.6774193548deg);
-o-transform: rotate(-24.6774193548deg);
-ms-transform: rotate(-24.6774193548deg);
-webkit-transform: rotate(-24.6774193548deg);
transform: rotate(-24.6774193548deg);
}
.day-text .char39 {
-moz-transform: rotate(-21.7741935484deg);
-o-transform: rotate(-21.7741935484deg);
-ms-transform: rotate(-21.7741935484deg);
-webkit-transform: rotate(-21.7741935484deg);
transform: rotate(-21.7741935484deg);
}
.day-text .char40 {
-moz-transform: rotate(-18.8709677419deg);
-o-transform: rotate(-18.8709677419deg);
-ms-transform: rotate(-18.8709677419deg);
-webkit-transform: rotate(-18.8709677419deg);
transform: rotate(-18.8709677419deg);
}
.day-text .char41 {
-moz-transform: rotate(-15.9677419355deg);
-o-transform: rotate(-15.9677419355deg);
-ms-transform: rotate(-15.9677419355deg);
-webkit-transform: rotate(-15.9677419355deg);
transform: rotate(-15.9677419355deg);
}
.day-text .char42 {
-moz-transform: rotate(-13.064516129deg);
-o-transform: rotate(-13.064516129deg);
-ms-transform: rotate(-13.064516129deg);
-webkit-transform: rotate(-13.064516129deg);
transform: rotate(-13.064516129deg);
}
.day-text .char43 {
-moz-transform: rotate(-10.1612903226deg);
-o-transform: rotate(-10.1612903226deg);
-ms-transform: rotate(-10.1612903226deg);
-webkit-transform: rotate(-10.1612903226deg);
transform: rotate(-10.1612903226deg);
}
.day-text .char44 {
-moz-transform: rotate(-7.2580645161deg);
-o-transform: rotate(-7.2580645161deg);
-ms-transform: rotate(-7.2580645161deg);
-webkit-transform: rotate(-7.2580645161deg);
transform: rotate(-7.2580645161deg);
}
.day-text .char45 {
-moz-transform: rotate(-4.3548387097deg);
-o-transform: rotate(-4.3548387097deg);
-ms-transform: rotate(-4.3548387097deg);
-webkit-transform: rotate(-4.3548387097deg);
transform: rotate(-4.3548387097deg);
}
.day-text .char46 {
-moz-transform: rotate(-1.4516129032deg);
-o-transform: rotate(-1.4516129032deg);
-ms-transform: rotate(-1.4516129032deg);
-webkit-transform: rotate(-1.4516129032deg);
transform: rotate(-1.4516129032deg);
}
.day-text .char47 {
-moz-transform: rotate(1.4516129032deg);
-o-transform: rotate(1.4516129032deg);
-ms-transform: rotate(1.4516129032deg);
-webkit-transform: rotate(1.4516129032deg);
transform: rotate(1.4516129032deg);
}
.day-text .char48 {
-moz-transform: rotate(4.3548387097deg);
-o-transform: rotate(4.3548387097deg);
-ms-transform: rotate(4.3548387097deg);
-webkit-transform: rotate(4.3548387097deg);
transform: rotate(4.3548387097deg);
}
.day-text .char49 {
-moz-transform: rotate(7.2580645161deg);
-o-transform: rotate(7.2580645161deg);
-ms-transform: rotate(7.2580645161deg);
-webkit-transform: rotate(7.2580645161deg);
transform: rotate(7.2580645161deg);
}
.day-text .char50 {
-moz-transform: rotate(10.1612903226deg);
-o-transform: rotate(10.1612903226deg);
-ms-transform: rotate(10.1612903226deg);
-webkit-transform: rotate(10.1612903226deg);
transform: rotate(10.1612903226deg);
}
.day-text .char51 {
-moz-transform: rotate(13.064516129deg);
-o-transform: rotate(13.064516129deg);
-ms-transform: rotate(13.064516129deg);
-webkit-transform: rotate(13.064516129deg);
transform: rotate(13.064516129deg);
}
.day-text .char52 {
-moz-transform: rotate(15.9677419355deg);
-o-transform: rotate(15.9677419355deg);
-ms-transform: rotate(15.9677419355deg);
-webkit-transform: rotate(15.9677419355deg);
transform: rotate(15.9677419355deg);
}
.day-text .char53 {
-moz-transform: rotate(18.8709677419deg);
-o-transform: rotate(18.8709677419deg);
-ms-transform: rotate(18.8709677419deg);
-webkit-transform: rotate(18.8709677419deg);
transform: rotate(18.8709677419deg);
}
.day-text .char54 {
-moz-transform: rotate(21.7741935484deg);
-o-transform: rotate(21.7741935484deg);
-ms-transform: rotate(21.7741935484deg);
-webkit-transform: rotate(21.7741935484deg);
transform: rotate(21.7741935484deg);
}
.day-text .char55 {
-moz-transform: rotate(24.6774193548deg);
-o-transform: rotate(24.6774193548deg);
-ms-transform: rotate(24.6774193548deg);
-webkit-transform: rotate(24.6774193548deg);
transform: rotate(24.6774193548deg);
}
.day-text .char56 {
-moz-transform: rotate(27.5806451613deg);
-o-transform: rotate(27.5806451613deg);
-ms-transform: rotate(27.5806451613deg);
-webkit-transform: rotate(27.5806451613deg);
transform: rotate(27.5806451613deg);
}
.day-text .char57 {
-moz-transform: rotate(30.4838709677deg);
-o-transform: rotate(30.4838709677deg);
-ms-transform: rotate(30.4838709677deg);
-webkit-transform: rotate(30.4838709677deg);
transform: rotate(30.4838709677deg);
}
.day-text .char58 {
-moz-transform: rotate(33.3870967742deg);
-o-transform: rotate(33.3870967742deg);
-ms-transform: rotate(33.3870967742deg);
-webkit-transform: rotate(33.3870967742deg);
transform: rotate(33.3870967742deg);
}
.day-text .char59 {
-moz-transform: rotate(36.2903225806deg);
-o-transform: rotate(36.2903225806deg);
-ms-transform: rotate(36.2903225806deg);
-webkit-transform: rotate(36.2903225806deg);
transform: rotate(36.2903225806deg);
}
.day-text .char60 {
-moz-transform: rotate(39.1935483871deg);
-o-transform: rotate(39.1935483871deg);
-ms-transform: rotate(39.1935483871deg);
-webkit-transform: rotate(39.1935483871deg);
transform: rotate(39.1935483871deg);
}
.day-text .char61 {
-moz-transform: rotate(42.0967741935deg);
-o-transform: rotate(42.0967741935deg);
-ms-transform: rotate(42.0967741935deg);
-webkit-transform: rotate(42.0967741935deg);
transform: rotate(42.0967741935deg);
}
.day-text .char62 {
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.day-text .char63 {
-moz-transform: rotate(47.9032258065deg);
-o-transform: rotate(47.9032258065deg);
-ms-transform: rotate(47.9032258065deg);
-webkit-transform: rotate(47.9032258065deg);
transform: rotate(47.9032258065deg);
}
.day-text .char64 {
-moz-transform: rotate(50.8064516129deg);
-o-transform: rotate(50.8064516129deg);
-ms-transform: rotate(50.8064516129deg);
-webkit-transform: rotate(50.8064516129deg);
transform: rotate(50.8064516129deg);
}
.day-text .char65 {
-moz-transform: rotate(53.7096774194deg);
-o-transform: rotate(53.7096774194deg);
-ms-transform: rotate(53.7096774194deg);
-webkit-transform: rotate(53.7096774194deg);
transform: rotate(53.7096774194deg);
}
.day-text .char66 {
-moz-transform: rotate(56.6129032258deg);
-o-transform: rotate(56.6129032258deg);
-ms-transform: rotate(56.6129032258deg);
-webkit-transform: rotate(56.6129032258deg);
transform: rotate(56.6129032258deg);
}
.day-text .char67 {
-moz-transform: rotate(59.5161290323deg);
-o-transform: rotate(59.5161290323deg);
-ms-transform: rotate(59.5161290323deg);
-webkit-transform: rotate(59.5161290323deg);
transform: rotate(59.5161290323deg);
}
.day-text .char68 {
-moz-transform: rotate(62.4193548387deg);
-o-transform: rotate(62.4193548387deg);
-ms-transform: rotate(62.4193548387deg);
-webkit-transform: rotate(62.4193548387deg);
transform: rotate(62.4193548387deg);
}
.day-text .char69 {
-moz-transform: rotate(65.3225806452deg);
-o-transform: rotate(65.3225806452deg);
-ms-transform: rotate(65.3225806452deg);
-webkit-transform: rotate(65.3225806452deg);
transform: rotate(65.3225806452deg);
}
.day-text .char70 {
-moz-transform: rotate(68.2258064516deg);
-o-transform: rotate(68.2258064516deg);
-ms-transform: rotate(68.2258064516deg);
-webkit-transform: rotate(68.2258064516deg);
transform: rotate(68.2258064516deg);
}
.day-text .char71 {
-moz-transform: rotate(71.1290322581deg);
-o-transform: rotate(71.1290322581deg);
-ms-transform: rotate(71.1290322581deg);
-webkit-transform: rotate(71.1290322581deg);
transform: rotate(71.1290322581deg);
}
.day-text .char72 {
-moz-transform: rotate(74.0322580645deg);
-o-transform: rotate(74.0322580645deg);
-ms-transform: rotate(74.0322580645deg);
-webkit-transform: rotate(74.0322580645deg);
transform: rotate(74.0322580645deg);
}
.day-text .char73 {
-moz-transform: rotate(76.935483871deg);
-o-transform: rotate(76.935483871deg);
-ms-transform: rotate(76.935483871deg);
-webkit-transform: rotate(76.935483871deg);
transform: rotate(76.935483871deg);
}
.day-text .char74 {
-moz-transform: rotate(79.8387096774deg);
-o-transform: rotate(79.8387096774deg);
-ms-transform: rotate(79.8387096774deg);
-webkit-transform: rotate(79.8387096774deg);
transform: rotate(79.8387096774deg);
}
.day-text .char75 {
-moz-transform: rotate(82.7419354839deg);
-o-transform: rotate(82.7419354839deg);
-ms-transform: rotate(82.7419354839deg);
-webkit-transform: rotate(82.7419354839deg);
transform: rotate(82.7419354839deg);
}
.day-text .char76 {
-moz-transform: rotate(85.6451612903deg);
-o-transform: rotate(85.6451612903deg);
-ms-transform: rotate(85.6451612903deg);
-webkit-transform: rotate(85.6451612903deg);
transform: rotate(85.6451612903deg);
}
.day-text .char77 {
-moz-transform: rotate(88.5483870968deg);
-o-transform: rotate(88.5483870968deg);
-ms-transform: rotate(88.5483870968deg);
-webkit-transform: rotate(88.5483870968deg);
transform: rotate(88.5483870968deg);
}
.day-text .char78 {
-moz-transform: rotate(91.4516129032deg);
-o-transform: rotate(91.4516129032deg);
-ms-transform: rotate(91.4516129032deg);
-webkit-transform: rotate(91.4516129032deg);
transform: rotate(91.4516129032deg);
}
.day-text .char79 {
-moz-transform: rotate(94.3548387097deg);
-o-transform: rotate(94.3548387097deg);
-ms-transform: rotate(94.3548387097deg);
-webkit-transform: rotate(94.3548387097deg);
transform: rotate(94.3548387097deg);
}
.day-text .char80 {
-moz-transform: rotate(97.2580645161deg);
-o-transform: rotate(97.2580645161deg);
-ms-transform: rotate(97.2580645161deg);
-webkit-transform: rotate(97.2580645161deg);
transform: rotate(97.2580645161deg);
}
.day-text .char81 {
-moz-transform: rotate(100.1612903226deg);
-o-transform: rotate(100.1612903226deg);
-ms-transform: rotate(100.1612903226deg);
-webkit-transform: rotate(100.1612903226deg);
transform: rotate(100.1612903226deg);
}
.day-text .char82 {
-moz-transform: rotate(103.064516129deg);
-o-transform: rotate(103.064516129deg);
-ms-transform: rotate(103.064516129deg);
-webkit-transform: rotate(103.064516129deg);
transform: rotate(103.064516129deg);
}
.day-text .char83 {
-moz-transform: rotate(105.9677419355deg);
-o-transform: rotate(105.9677419355deg);
-ms-transform: rotate(105.9677419355deg);
-webkit-transform: rotate(105.9677419355deg);
transform: rotate(105.9677419355deg);
}
.day-text .char84 {
-moz-transform: rotate(108.8709677419deg);
-o-transform: rotate(108.8709677419deg);
-ms-transform: rotate(108.8709677419deg);
-webkit-transform: rotate(108.8709677419deg);
transform: rotate(108.8709677419deg);
}
.day-text .char85 {
-moz-transform: rotate(111.7741935484deg);
-o-transform: rotate(111.7741935484deg);
-ms-transform: rotate(111.7741935484deg);
-webkit-transform: rotate(111.7741935484deg);
transform: rotate(111.7741935484deg);
}
.day-text .char86 {
-moz-transform: rotate(114.6774193548deg);
-o-transform: rotate(114.6774193548deg);
-ms-transform: rotate(114.6774193548deg);
-webkit-transform: rotate(114.6774193548deg);
transform: rotate(114.6774193548deg);
}
.day-text .char87 {
-moz-transform: rotate(117.5806451613deg);
-o-transform: rotate(117.5806451613deg);
-ms-transform: rotate(117.5806451613deg);
-webkit-transform: rotate(117.5806451613deg);
transform: rotate(117.5806451613deg);
}
.day-text .char88 {
-moz-transform: rotate(120.4838709677deg);
-o-transform: rotate(120.4838709677deg);
-ms-transform: rotate(120.4838709677deg);
-webkit-transform: rotate(120.4838709677deg);
transform: rotate(120.4838709677deg);
}
.day-text .char89 {
-moz-transform: rotate(123.3870967742deg);
-o-transform: rotate(123.3870967742deg);
-ms-transform: rotate(123.3870967742deg);
-webkit-transform: rotate(123.3870967742deg);
transform: rotate(123.3870967742deg);
}
.day-text .char90 {
-moz-transform: rotate(126.2903225806deg);
-o-transform: rotate(126.2903225806deg);
-ms-transform: rotate(126.2903225806deg);
-webkit-transform: rotate(126.2903225806deg);
transform: rotate(126.2903225806deg);
}
.day-text .char91 {
-moz-transform: rotate(129.1935483871deg);
-o-transform: rotate(129.1935483871deg);
-ms-transform: rotate(129.1935483871deg);
-webkit-transform: rotate(129.1935483871deg);
transform: rotate(129.1935483871deg);
}
.day-text .char92 {
-moz-transform: rotate(132.0967741935deg);
-o-transform: rotate(132.0967741935deg);
-ms-transform: rotate(132.0967741935deg);
-webkit-transform: rotate(132.0967741935deg);
transform: rotate(132.0967741935deg);
}
.day-text .char93 {
-moz-transform: rotate(135deg);
-o-transform: rotate(135deg);
-ms-transform: rotate(135deg);
-webkit-transform: rotate(135deg);
transform: rotate(135deg);
}
.ring-back {
opacity: 0.1;
filter: alpha(opacity=10);
width: 100%;
height: 100%;
border: solid 10px transparent;
border-radius: 50%;
}
.ring-back:before {
position: absolute;
top: 5px;
right: 5px;
bottom: 5px;
left: 5px;
border-radius: 50%;
border: solid 35px #FFFFFF;
content: " ";
}
.ring {
position: relative;
top: -100%;
width: 100%;
height: 100%;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
border: solid 45px #202020;
border-radius: 50%;
border-bottom-color: transparent;
box-shadow: 0px -2px 2px #000;
}
.side-ring {
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
width: 200px;
height: 200px;
background-color: #202020;
border-radius: 50%;
box-shadow: 0px 2px 2px #000;
color: #000;
overflow: hidden;
}
#weather {
position: absolute;
top: calc(50% - 100px);
left: calc(20% - 100px);
}
#steps {
position: absolute;
top: calc(50% - 100px);
left: calc(80% - 100px);
}
.fa-cloud {
opacity: 0;
filter: alpha(opacity=0);
position: absolute;
top: calc(50% - 40px);
left: calc(50% - 40px);
color: #555;
font-size: 80px;
}
.temperature {
opacity: 0;
filter: alpha(opacity=0);
position: absolute;
top: 10%;
left: 55%;
color: #FFCC00;
font-size: 20px;
}
.bars {
opacity: 0;
filter: alpha(opacity=0);
position: relative;
top: calc(50% - 70px);
left: calc(50% - 65px);
width: 140px;
height: 140px;
}
.bar {
width: 18px;
height: 140px;
margin: 0px -4px;
}
.day-letter {
position: relative;
top: 110px;
color: #555;
font-size: 18px;
text-align: center;
}
.x {
position: absolute;
bottom: 30px;
left: 1px;
width: 16px;
height: 2px;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
} | 0.420719 | 0.104112 |
.big-text {
font-family: 'Playfair Display', serif;
font-weight: bold;
margin-bottom: 45px;
font-size: 98px;
line-height: 110%;
}
.medium-text {
font-size: 22px;
line-height: 40px;
color: #939393;
}
.info-code-title {
font-size: 10px;
color: #000;
letter-spacing: 2px;
margin-bottom: 0;
line-height: 15px;
}
.info-code-content,
.info-code-content a {
color: #939393;
}
.title-description-up {
font-size: 12px;
color: #a0a0a0;
line-height: 24px;
font-weight: 500;
letter-spacing: 6px;
}
.margin-0 {
margin: 0 !important;
}
.one_half.margin-0 {
width: 50%;
}
.one_third.margin-0 {
width: calc(100% / 3);
}
.two_third.margin-0 {
width: calc(100% / 3 * 2);
}
.one_fourth.margin-0 {
width: 25%;
}
.three_fourth.margin-0 {
width: 75%;
}
a.socail-text {
margin-right: 15px;
font-size: 13px;
letter-spacing: 1px;
font-weight: 700;
}
.cfh {
margin-top: -100px;
}
/* ===================================
2. Menu Text CSS
====================================== */
.menu-text {
font-family: 'Playfair Display',serif;
font-weight: 700;
font-size: 47px;
line-height: 60px;
color: #fff;
}
.menu-right-text .menu-text a {
color: #b6df1e;
}
.menu-right-text .menu-text a:hover {
color: #acacac;
}
p.menu-text-title {
color: #b6df1e;
font-size: 13px;
letter-spacing: 5px;
font-weight: 700;
padding-bottom: 30px;
margin-bottom: 0;
}
.menu-right-text {
display: inline-block;
width: 45%;
vertical-align: top;
padding-top: 30px;
color: #fff;
}
.menu-right-text a {
color: #fff;
}
/* ===================================
3. Single Portfolio CSS
====================================== */
.portfolio-content {
margin-bottom: 100px;
}
.has-horizontal-slider .portfolio-content {
margin-bottom: 0;
}
/* ===================================
4. Gallery CSS
====================================== */
.coco-gallery-item {
float: left;
height: calc(50vh - 45px);
margin: 10px;
position: relative;
overflow: hidden;
display: inline-block;
}
.coco-image-gallery {
padding: 0;
margin: 0;
list-style: none;
}
.coco-image-gallery:after {
content: "";
display: block;
clear: both;
}
.site-wrapper .coco-gallery-item img {
height: 100%;
transition: all .3s ease;
}
.gallery-item-text {
position: absolute;
bottom: -20px;
opacity: 0;
background-color: #b6df1e;
color: #fff;
padding: 10px;
transition: all .3s ease;
text-align: center;
margin-bottom: 0;
}
.coco-gallery-item:hover .gallery-item-text {
opacity: 1;
bottom: 0;
}
.black-white li.coco-gallery-item img,
li.coco-gallery-item.b-w img {
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
}
.black-white li.coco-gallery-item:hover img {
-webkit-filter: grayscale(0);
filter: grayscale(0);
}
@media screen and (min-width: 1024px) {
.split-gallery {
clear: left;
}
}
/* ===================================
5. Page Split CSS
====================================== */
.page-split-right {
width: calc(50% - 100px);
height: 100%;
display: block;
position: fixed;
top: 0;
right: 0;
background-size: cover;
background-position: center;
}
.page-split-left {
width: calc(50vw - 300px);
margin-left: 200px;
margin-bottom: 100px;
}
.site-wrapper img.split-image {
display: none;
margin: 0 auto;
width: 100%;
}
/* ===================================
6. Image PopUp (PreetyPhoto) CSS
====================================== */
div.pp_default .pp_loaderIcon {
display: none !important;
}
div.pp_default a.pp_arrow_previous {
background-image: url(../images/nav_left.png);
background-size: 20px 20px;
width: 20px;
height: 20px;
margin-top: 5px;
font-size: 0;
line-height: 0;
text-indent: -99999999px;
transition: transform .3s ease;
}
div.pp_default a.pp_arrow_next {
background-image: url(../images/nav_right.png);
background-size: 20px 20px;
width: 20px;
height: 20px;
margin-top: 5px;
margin-left: 10px;
font-size: 0;
line-height: 0;
text-indent: -99999999px;
transition: transform .3s ease;
}
div.pp_default a.pp_arrow_previous:hover {
transform: translateX(-5px);
}
div.pp_default a.pp_arrow_next:hover {
transform: translateX(5px);
}
div.pp_default .pp_close {
background-image: url(../images/close.png);
background-size: 30px 30px;
margin-top: 5px;
text-indent: -99999999px;
font-size: 0;
line-height: 0;
}
div.pp_default .pp_next:hover {
background: url(../images/nav_right.png);
cursor: pointer;
background-repeat: no-repeat;
background-position: 95% 50%;
background-size: 20px;
}
div.pp_default .pp_previous:hover {
background: url(../images/nav_left.png);
cursor: pointer;
background-repeat: no-repeat;
background-position: 5% 50%;
background-size: 20px;
}
div.pp_default .pp_nav .currentTextHolder {
padding: 0 0 0 20px;
color: #fff;
}
div.pp_default .pp_content_container .pp_details {
margin-top: 30px !important;
z-index: 3;
}
div.pp_default .pp_description {
font-size: 15px;
line-height: 30px;
position: absolute;
top: -30px;
margin: 0;
color: #fff;
font-weight: 400;
}
/* ===================================
7. Button CSS
====================================== */
a.button {
color: #fff !important;
background-color: #000;
padding: 8px 0px 8px 11px;
display: inline-block;
font-size: 11px;
min-width: 170px;
letter-spacing: 8px;
transition: opacity .3s ease;
text-align: center;
}
a.button:hover {
opacity: 0.8;
}
/* ===================================
8. Image Slider CSS
====================================== */
.simple-image-slider-pagination.swiper-pagination {
left: 50%;
transform: translateX(-50%);
position: relative;
margin-bottom: 50px;
margin-top: 30px;
}
.simple-image-slider-pagination .swiper-pagination-bullet {
width: 10px;
height: 10px;
opacity: 1;
vertical-align: middle;
margin: 0 5px;
border: 6px solid white;
}
.simple-image-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
width: 18px;
height: 18px;
border: 2px solid black;
background-color: transparent;
}
/* ===================================
9. Horizontal Slider CSS
====================================== */
.horizontal-slider {
padding-left: 100px;
}
.horizontal-slider .swiper-slide {
display: flex;
align-items: center;
width: auto;
margin-left: 100px;
margin-right: 100px;
height: calc(100vh - 20px);
margin-top: 10px;
}
.horizontal-slider .swiper-slide.animate-slide {
transition: transform .3s linear;
transform: translateX(80px);
opacity: 0;
}
.horizontal-slider .swiper-slide.animate-slide.animate-done {
transform: translateX(0);
opacity: 1;
}
.horizontal-slider .swiper-slide .post-num {
color: #000;
position: absolute;
bottom: 195px;
left: -120px;
transform: rotate(270deg);
font-size: 14px;
font-weight: 500;
-webkit-backface-visibility: hidden;
}
.horizontal-slider .swiper-slide h2.entry-title {
font-family: 'Poppins', sans-serif;
font-size: 45px;
line-height: 65px;
padding: 5px 0 25px 0;
font-weight: 700;
}
.horizontal-slider .swiper-slide .cat-links {
color: #000000;
}
.horizontal-slider .swiper-slide .cat-links:before {
content: "";
display: inline-block;
width: 25px;
height: 1px;
background-color: #000;
vertical-align: 5px;
margin-right: 5px;
}
.horizontal-slider .carousel-slider img {
height: 100vh;
max-width: none;
}
.horizontal-slider .carousel-cat-links ul {
list-style: none;
padding: 0;
margin-bottom: 0;
}
.horizontal-slider .carousel-cat-links ul li {
display: inline-block;
margin-right: 25px;
}
.horizontal-slider .carousel-cat-links ul li:last-child {
margin-right: 0 !important;
}
.horizontal-slider .carousel-cat-links ul li a {
background-color: #b6df1e;
padding: 10px 15px 10px 19px;
font-size: 12px;
text-transform: uppercase;
letter-spacing: 4px;
}
.horizontal-slider .carousel-item-info {
position: absolute;
bottom: 0;
left: 0;
opacity: 0;
transform: translateY(30px);
transition: all .3s linear;
padding: 80px 60px;
visibility: hidden;
}
.horizontal-slider .carousel-item-info h2 {
font-size: 40px;
line-height: 50px;
font-weight: 700;
z-index: 1;
position: relative;
color: #fff;
}
.horizontal-slider .carousel-item-info a {
color: #fff;
transition: opacity .3s ease;
}
.horizontal-slider .carousel-item-info a:hover {
opacity: 0.9;
}
.horizontal-slider .carousel-item-image:hover .carousel-item-info,
.horizontal-slider .carousel-item-image:hover a.img-thumb:after,
.horizontal-slider .carousel-item-image:hover .carousel-item-image-shadow:after {
opacity: 1;
transform: translateY(0px);
visibility: visible;
}
.horizontal-slider .carousel-item-image a.img-thumb:after,
.horizontal-slider .carousel-item-image .carousel-item-image-shadow:after {
content: "";
position: absolute;
top: 0;
left: 0;
background: linear-gradient(to bottom, transparent 25%, rgba(0, 0, 0, 0.34) 100%);
width: 100%;
height: 100%;
transition: all .3s linear;
opacity: 0;
}
.carousel-item-image.no-title-on-slide .carousel-item-image-shadow:after {
display: none;
}
.horizontal-slider .swiper-slide.more-posts-portfolio {
color: #000;
margin-right: 0 !important;
margin-left: 0 !important;
cursor: pointer;
width: 85px;
transition: .3s;
}
.horizontal-slider .swiper-slide.more-posts-portfolio:hover {
color: #999;
}
.horizontal-slider .swiper-slide.more-posts-portfolio.click-off {
cursor: auto;
}
.horizontal-slider .portfolio-slider-load-more {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%) rotate(-90deg);
width: 100%;
min-width: 400px;
text-align: center;
font-size: 12px;
line-height: 24px;
font-weight: 500;
letter-spacing: 6px;
}
.horizontal-slider .carousel-item-text {
max-width: 500px;
}
.horizontal-slider .carousel-item-text .carousel-content {
color: #797979;
}
.horizontal-slider .carousel-item-image {
position: relative;
}
.site-wrapper .horizontal-slider .carousel-item-image img {
max-width: none;
max-height: none;
height: calc(100vh - 70px);
width: auto;
}
.horizontal-slider .post-num .total-num:before {
content: "";
display: inline-block;
width: 100px;
height: 2px;
background-color: black;
vertical-align: 4px;
margin-right: 10px;
margin-left: 10px;
}
.horizontal-slider .more-portfolio-loading,
.horizontal-slider .no-more-portfolio {
display: none;
}
/* ===================================
10. Portfolio Archive CSS
====================================== */
.portfolio-category-pagination-holder {
margin-left: 0 !important;
margin-right: 0 !important;
}
.portfolio-category-pagination {
transform: rotate(-90deg);
margin-left: -45px;
}
.horizontal-slider .no-horizontal-slider .portfolio-category-pagination {
transform: none;
margin-left: 0;
}
.horizontal-slider .no-horizontal-slider .portfolio-category-pagination-holder {
margin-bottom: 30px;
}
/* ===================================
11. Responsive CSS
====================================== */
@media screen and (max-width: 1360px) {
.page-split-left {
width: calc(50vw - 200px);
margin-left: 150px;
}
}
@media screen and (max-width: 1020px) {
.big-text {
font-size: 65px;
text-align: center;
}
.title-description-up {
text-align: center;
margin-left: -6px;
}
.coco-gallery-item,
.site-wrapper .coco-gallery-item img {
height: auto;
max-width: 100%;
}
.coco-gallery-item {
margin-left: auto;
margin-right: auto;
float: none;
display: table;
margin-bottom: 70px;
}
p.gallery-item-text {
position: relative;
opacity: 1;
bottom: 0;
}
.page-split-left {
width: 100%;
margin-left: auto;
margin-right: auto;
max-width: 95%;
text-align: center;
}
.page-split-right {
width: 100%;
position: relative;
background-image: none !important;
}
.page-split-right img.split-image {
display: block;
}
.horizontal-slider .no-horizontal-slider {
display: block !important;
margin-top: 100px;
margin-left: 25px;
margin-right: 25px;
text-align: center;
max-width: calc(100% - 50px);
}
.horizontal-slider .no-horizontal-slider .swiper-slide {
display: block !important;
height: auto;
margin-bottom: 70px;
margin-left: 0;
margin-right: 0;
}
.horizontal-slider .no-horizontal-slider .carousel-item-text {
max-width: 100%;
}
.horizontal-slider .no-horizontal-slider .post-num {
display: none;
}
.horizontal-slider .no-horizontal-slider .carousel-item-image img {
height: auto;
max-width: 100%;
max-height: 100%;
margin: 0 auto;
}
.horizontal-slider .no-horizontal-slider .carousel-item-info {
position: relative;
opacity: 1;
padding: 0;
transform: none !important;
margin-top: 25px;
visibility: visible;
}
.horizontal-slider .no-horizontal-slider .carousel-item-info h2 {
font-size: 35px;
line-height: 120%;
padding: 0;
color: #000;
}
.horizontal-slider .no-horizontal-slider .carousel-item-info h2 a {
color: #000;
}
.horizontal-slider .no-horizontal-slider .carousel-cat-links ul {
margin-bottom: 20px;
}
.horizontal-slider .no-horizontal-slider .carousel-cat-links ul li {
margin: 5px 25px 0 0;
}
.horizontal-slider .no-horizontal-slider .carousel-cat-links ul li a {
font-size: 9px;
}
.horizontal-slider .no-horizontal-slider .carousel-item-image a.img-thumb:after,
.horizontal-slider .no-horizontal-slider .carousel-item-image .carousel-item-image-shadow:after {
display: none;
}
.horizontal-slider .no-horizontal-slider .swiper-slide.more-posts-portfolio {
margin-left: 0 !important;
width: auto;
margin-bottom: 30px;
display: inline-block !important;
}
.horizontal-slider .no-horizontal-slider .portfolio-slider-load-more {
transform: none;
position: relative;
top: 0;
left: 0;
min-width: 0;
padding: 17px 40px;
text-align: left;
}
.horizontal-slider .no-horizontal-slider .swiper-slide.animate-slide {
transform: translateY(100px);
}
.horizontal-slider .no-horizontal-slider .swiper-slide.animate-slide.animate-done {
transform: translateY(0);
}
.portfolio-content {
width: 95%;
padding: 0;
margin: 0 auto;
}
} | assets/css/style.css | .big-text {
font-family: 'Playfair Display', serif;
font-weight: bold;
margin-bottom: 45px;
font-size: 98px;
line-height: 110%;
}
.medium-text {
font-size: 22px;
line-height: 40px;
color: #939393;
}
.info-code-title {
font-size: 10px;
color: #000;
letter-spacing: 2px;
margin-bottom: 0;
line-height: 15px;
}
.info-code-content,
.info-code-content a {
color: #939393;
}
.title-description-up {
font-size: 12px;
color: #a0a0a0;
line-height: 24px;
font-weight: 500;
letter-spacing: 6px;
}
.margin-0 {
margin: 0 !important;
}
.one_half.margin-0 {
width: 50%;
}
.one_third.margin-0 {
width: calc(100% / 3);
}
.two_third.margin-0 {
width: calc(100% / 3 * 2);
}
.one_fourth.margin-0 {
width: 25%;
}
.three_fourth.margin-0 {
width: 75%;
}
a.socail-text {
margin-right: 15px;
font-size: 13px;
letter-spacing: 1px;
font-weight: 700;
}
.cfh {
margin-top: -100px;
}
/* ===================================
2. Menu Text CSS
====================================== */
.menu-text {
font-family: 'Playfair Display',serif;
font-weight: 700;
font-size: 47px;
line-height: 60px;
color: #fff;
}
.menu-right-text .menu-text a {
color: #b6df1e;
}
.menu-right-text .menu-text a:hover {
color: #acacac;
}
p.menu-text-title {
color: #b6df1e;
font-size: 13px;
letter-spacing: 5px;
font-weight: 700;
padding-bottom: 30px;
margin-bottom: 0;
}
.menu-right-text {
display: inline-block;
width: 45%;
vertical-align: top;
padding-top: 30px;
color: #fff;
}
.menu-right-text a {
color: #fff;
}
/* ===================================
3. Single Portfolio CSS
====================================== */
.portfolio-content {
margin-bottom: 100px;
}
.has-horizontal-slider .portfolio-content {
margin-bottom: 0;
}
/* ===================================
4. Gallery CSS
====================================== */
.coco-gallery-item {
float: left;
height: calc(50vh - 45px);
margin: 10px;
position: relative;
overflow: hidden;
display: inline-block;
}
.coco-image-gallery {
padding: 0;
margin: 0;
list-style: none;
}
.coco-image-gallery:after {
content: "";
display: block;
clear: both;
}
.site-wrapper .coco-gallery-item img {
height: 100%;
transition: all .3s ease;
}
.gallery-item-text {
position: absolute;
bottom: -20px;
opacity: 0;
background-color: #b6df1e;
color: #fff;
padding: 10px;
transition: all .3s ease;
text-align: center;
margin-bottom: 0;
}
.coco-gallery-item:hover .gallery-item-text {
opacity: 1;
bottom: 0;
}
.black-white li.coco-gallery-item img,
li.coco-gallery-item.b-w img {
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
}
.black-white li.coco-gallery-item:hover img {
-webkit-filter: grayscale(0);
filter: grayscale(0);
}
@media screen and (min-width: 1024px) {
.split-gallery {
clear: left;
}
}
/* ===================================
5. Page Split CSS
====================================== */
.page-split-right {
width: calc(50% - 100px);
height: 100%;
display: block;
position: fixed;
top: 0;
right: 0;
background-size: cover;
background-position: center;
}
.page-split-left {
width: calc(50vw - 300px);
margin-left: 200px;
margin-bottom: 100px;
}
.site-wrapper img.split-image {
display: none;
margin: 0 auto;
width: 100%;
}
/* ===================================
6. Image PopUp (PreetyPhoto) CSS
====================================== */
div.pp_default .pp_loaderIcon {
display: none !important;
}
div.pp_default a.pp_arrow_previous {
background-image: url(../images/nav_left.png);
background-size: 20px 20px;
width: 20px;
height: 20px;
margin-top: 5px;
font-size: 0;
line-height: 0;
text-indent: -99999999px;
transition: transform .3s ease;
}
div.pp_default a.pp_arrow_next {
background-image: url(../images/nav_right.png);
background-size: 20px 20px;
width: 20px;
height: 20px;
margin-top: 5px;
margin-left: 10px;
font-size: 0;
line-height: 0;
text-indent: -99999999px;
transition: transform .3s ease;
}
div.pp_default a.pp_arrow_previous:hover {
transform: translateX(-5px);
}
div.pp_default a.pp_arrow_next:hover {
transform: translateX(5px);
}
div.pp_default .pp_close {
background-image: url(../images/close.png);
background-size: 30px 30px;
margin-top: 5px;
text-indent: -99999999px;
font-size: 0;
line-height: 0;
}
div.pp_default .pp_next:hover {
background: url(../images/nav_right.png);
cursor: pointer;
background-repeat: no-repeat;
background-position: 95% 50%;
background-size: 20px;
}
div.pp_default .pp_previous:hover {
background: url(../images/nav_left.png);
cursor: pointer;
background-repeat: no-repeat;
background-position: 5% 50%;
background-size: 20px;
}
div.pp_default .pp_nav .currentTextHolder {
padding: 0 0 0 20px;
color: #fff;
}
div.pp_default .pp_content_container .pp_details {
margin-top: 30px !important;
z-index: 3;
}
div.pp_default .pp_description {
font-size: 15px;
line-height: 30px;
position: absolute;
top: -30px;
margin: 0;
color: #fff;
font-weight: 400;
}
/* ===================================
7. Button CSS
====================================== */
a.button {
color: #fff !important;
background-color: #000;
padding: 8px 0px 8px 11px;
display: inline-block;
font-size: 11px;
min-width: 170px;
letter-spacing: 8px;
transition: opacity .3s ease;
text-align: center;
}
a.button:hover {
opacity: 0.8;
}
/* ===================================
8. Image Slider CSS
====================================== */
.simple-image-slider-pagination.swiper-pagination {
left: 50%;
transform: translateX(-50%);
position: relative;
margin-bottom: 50px;
margin-top: 30px;
}
.simple-image-slider-pagination .swiper-pagination-bullet {
width: 10px;
height: 10px;
opacity: 1;
vertical-align: middle;
margin: 0 5px;
border: 6px solid white;
}
.simple-image-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
width: 18px;
height: 18px;
border: 2px solid black;
background-color: transparent;
}
/* ===================================
9. Horizontal Slider CSS
====================================== */
.horizontal-slider {
padding-left: 100px;
}
.horizontal-slider .swiper-slide {
display: flex;
align-items: center;
width: auto;
margin-left: 100px;
margin-right: 100px;
height: calc(100vh - 20px);
margin-top: 10px;
}
.horizontal-slider .swiper-slide.animate-slide {
transition: transform .3s linear;
transform: translateX(80px);
opacity: 0;
}
.horizontal-slider .swiper-slide.animate-slide.animate-done {
transform: translateX(0);
opacity: 1;
}
.horizontal-slider .swiper-slide .post-num {
color: #000;
position: absolute;
bottom: 195px;
left: -120px;
transform: rotate(270deg);
font-size: 14px;
font-weight: 500;
-webkit-backface-visibility: hidden;
}
.horizontal-slider .swiper-slide h2.entry-title {
font-family: 'Poppins', sans-serif;
font-size: 45px;
line-height: 65px;
padding: 5px 0 25px 0;
font-weight: 700;
}
.horizontal-slider .swiper-slide .cat-links {
color: #000000;
}
.horizontal-slider .swiper-slide .cat-links:before {
content: "";
display: inline-block;
width: 25px;
height: 1px;
background-color: #000;
vertical-align: 5px;
margin-right: 5px;
}
.horizontal-slider .carousel-slider img {
height: 100vh;
max-width: none;
}
.horizontal-slider .carousel-cat-links ul {
list-style: none;
padding: 0;
margin-bottom: 0;
}
.horizontal-slider .carousel-cat-links ul li {
display: inline-block;
margin-right: 25px;
}
.horizontal-slider .carousel-cat-links ul li:last-child {
margin-right: 0 !important;
}
.horizontal-slider .carousel-cat-links ul li a {
background-color: #b6df1e;
padding: 10px 15px 10px 19px;
font-size: 12px;
text-transform: uppercase;
letter-spacing: 4px;
}
.horizontal-slider .carousel-item-info {
position: absolute;
bottom: 0;
left: 0;
opacity: 0;
transform: translateY(30px);
transition: all .3s linear;
padding: 80px 60px;
visibility: hidden;
}
.horizontal-slider .carousel-item-info h2 {
font-size: 40px;
line-height: 50px;
font-weight: 700;
z-index: 1;
position: relative;
color: #fff;
}
.horizontal-slider .carousel-item-info a {
color: #fff;
transition: opacity .3s ease;
}
.horizontal-slider .carousel-item-info a:hover {
opacity: 0.9;
}
.horizontal-slider .carousel-item-image:hover .carousel-item-info,
.horizontal-slider .carousel-item-image:hover a.img-thumb:after,
.horizontal-slider .carousel-item-image:hover .carousel-item-image-shadow:after {
opacity: 1;
transform: translateY(0px);
visibility: visible;
}
.horizontal-slider .carousel-item-image a.img-thumb:after,
.horizontal-slider .carousel-item-image .carousel-item-image-shadow:after {
content: "";
position: absolute;
top: 0;
left: 0;
background: linear-gradient(to bottom, transparent 25%, rgba(0, 0, 0, 0.34) 100%);
width: 100%;
height: 100%;
transition: all .3s linear;
opacity: 0;
}
.carousel-item-image.no-title-on-slide .carousel-item-image-shadow:after {
display: none;
}
.horizontal-slider .swiper-slide.more-posts-portfolio {
color: #000;
margin-right: 0 !important;
margin-left: 0 !important;
cursor: pointer;
width: 85px;
transition: .3s;
}
.horizontal-slider .swiper-slide.more-posts-portfolio:hover {
color: #999;
}
.horizontal-slider .swiper-slide.more-posts-portfolio.click-off {
cursor: auto;
}
.horizontal-slider .portfolio-slider-load-more {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%) rotate(-90deg);
width: 100%;
min-width: 400px;
text-align: center;
font-size: 12px;
line-height: 24px;
font-weight: 500;
letter-spacing: 6px;
}
.horizontal-slider .carousel-item-text {
max-width: 500px;
}
.horizontal-slider .carousel-item-text .carousel-content {
color: #797979;
}
.horizontal-slider .carousel-item-image {
position: relative;
}
.site-wrapper .horizontal-slider .carousel-item-image img {
max-width: none;
max-height: none;
height: calc(100vh - 70px);
width: auto;
}
.horizontal-slider .post-num .total-num:before {
content: "";
display: inline-block;
width: 100px;
height: 2px;
background-color: black;
vertical-align: 4px;
margin-right: 10px;
margin-left: 10px;
}
.horizontal-slider .more-portfolio-loading,
.horizontal-slider .no-more-portfolio {
display: none;
}
/* ===================================
10. Portfolio Archive CSS
====================================== */
.portfolio-category-pagination-holder {
margin-left: 0 !important;
margin-right: 0 !important;
}
.portfolio-category-pagination {
transform: rotate(-90deg);
margin-left: -45px;
}
.horizontal-slider .no-horizontal-slider .portfolio-category-pagination {
transform: none;
margin-left: 0;
}
.horizontal-slider .no-horizontal-slider .portfolio-category-pagination-holder {
margin-bottom: 30px;
}
/* ===================================
11. Responsive CSS
====================================== */
@media screen and (max-width: 1360px) {
.page-split-left {
width: calc(50vw - 200px);
margin-left: 150px;
}
}
@media screen and (max-width: 1020px) {
.big-text {
font-size: 65px;
text-align: center;
}
.title-description-up {
text-align: center;
margin-left: -6px;
}
.coco-gallery-item,
.site-wrapper .coco-gallery-item img {
height: auto;
max-width: 100%;
}
.coco-gallery-item {
margin-left: auto;
margin-right: auto;
float: none;
display: table;
margin-bottom: 70px;
}
p.gallery-item-text {
position: relative;
opacity: 1;
bottom: 0;
}
.page-split-left {
width: 100%;
margin-left: auto;
margin-right: auto;
max-width: 95%;
text-align: center;
}
.page-split-right {
width: 100%;
position: relative;
background-image: none !important;
}
.page-split-right img.split-image {
display: block;
}
.horizontal-slider .no-horizontal-slider {
display: block !important;
margin-top: 100px;
margin-left: 25px;
margin-right: 25px;
text-align: center;
max-width: calc(100% - 50px);
}
.horizontal-slider .no-horizontal-slider .swiper-slide {
display: block !important;
height: auto;
margin-bottom: 70px;
margin-left: 0;
margin-right: 0;
}
.horizontal-slider .no-horizontal-slider .carousel-item-text {
max-width: 100%;
}
.horizontal-slider .no-horizontal-slider .post-num {
display: none;
}
.horizontal-slider .no-horizontal-slider .carousel-item-image img {
height: auto;
max-width: 100%;
max-height: 100%;
margin: 0 auto;
}
.horizontal-slider .no-horizontal-slider .carousel-item-info {
position: relative;
opacity: 1;
padding: 0;
transform: none !important;
margin-top: 25px;
visibility: visible;
}
.horizontal-slider .no-horizontal-slider .carousel-item-info h2 {
font-size: 35px;
line-height: 120%;
padding: 0;
color: #000;
}
.horizontal-slider .no-horizontal-slider .carousel-item-info h2 a {
color: #000;
}
.horizontal-slider .no-horizontal-slider .carousel-cat-links ul {
margin-bottom: 20px;
}
.horizontal-slider .no-horizontal-slider .carousel-cat-links ul li {
margin: 5px 25px 0 0;
}
.horizontal-slider .no-horizontal-slider .carousel-cat-links ul li a {
font-size: 9px;
}
.horizontal-slider .no-horizontal-slider .carousel-item-image a.img-thumb:after,
.horizontal-slider .no-horizontal-slider .carousel-item-image .carousel-item-image-shadow:after {
display: none;
}
.horizontal-slider .no-horizontal-slider .swiper-slide.more-posts-portfolio {
margin-left: 0 !important;
width: auto;
margin-bottom: 30px;
display: inline-block !important;
}
.horizontal-slider .no-horizontal-slider .portfolio-slider-load-more {
transform: none;
position: relative;
top: 0;
left: 0;
min-width: 0;
padding: 17px 40px;
text-align: left;
}
.horizontal-slider .no-horizontal-slider .swiper-slide.animate-slide {
transform: translateY(100px);
}
.horizontal-slider .no-horizontal-slider .swiper-slide.animate-slide.animate-done {
transform: translateY(0);
}
.portfolio-content {
width: 95%;
padding: 0;
margin: 0 auto;
}
} | 0.432183 | 0.105073 |
.hidden
{
display: none;
}
body
{
background-size: cover;
background-image: url('../images/background.png');
background-repeat: no-repeat;
}
#container
{
width: 960px;
height: 650px;
margin: 0 auto;
/*background-image: url('../images/background.jpg');
background-repeat: no-repeat;*/
}
header
{
margin-left: 177.6px;
display: flex;
}
#heading
{
margin-top: 58.5px;
}
#player
{
margin-top: 40px;
margin-left: 40px;
margin-right: 40px;
display: flex;
flex-direction: row;
justify-content: space-between;
}
#player div
{
width: 110px;
height: 350px;
background-image: url('../images/player-icon.svg');
text-align: center;
display: flex;
flex-direction: column;
align-items: center;
background-repeat: no-repeat;
opacity: 60%;
}
#player div img
{
margin-top: 25px;
margin-left: 5px;
width: 82px;
height: 82px;
}
#player div button{
width: 40px;
height: 40px;
margin-top: 20px;
}
#icons
{
margin-left: auto;
margin-right: auto;
margin-top: 40px;
display: flex;
flex-direction: column;
align-items: center;
}
#row1, #row2
{
/* display: flex;
flex-direction: row; */
}
#row1 :nth-child(n+2){
margin-left: 20px;
}
#row2 :nth-child(n+2){
margin-left: 20px;
}
#row2
{
margin-top: 14px;
margin-bottom: 40px;
}
#icons img
{
cursor: pointer;
height: 100px;
width: 100px;
border: 1px solid #fff;
border-radius: 5px;
padding: 10px;
background-color: rgba(255, 255, 255, 0);
background-repeat: no-repeat;
transition: all ease 0.5s;
}
#icons img:hover{
background-color: rgba(255, 255, 255, 0.2);
}
#resetPage{
cursor: pointer;
text-decoration: none;
width: 30px;
height: 30px;
order: 1;
margin-left: auto;
opacity: 0.7;
transition: all ease 0.5s;
margin-top: 30px;
}
#resetPage:hover{
opacity: 1;
}
input
{
transform: rotate(-90deg);
margin-top: 70px;
margin-right: 10px;
}
.play{
background-image: url('../images/play.svg');
text-decoration: none;
border: none;
outline: none;
background-color: transparent;
background-repeat: no-repeat;
cursor: pointer;
margin-left: 10px;
opacity: 0.7;
transition: opacity .2s;
}
.stop{
background-image: url('../images/pause.svg');
text-decoration: none;
border: none;
outline: none;
background-color: transparent;
background-repeat: no-repeat;
cursor: pointer;
margin-left: 10px;
opacity: 0.7;
ransition: opacity .2s;
}
.play:hover{
background-image: url('../images/play-white.svg');
opacity: 1;
}
.stop:hover{
background-image: url('../images/pause-white.svg');
opacity: 1;
}
.volume-control {
-webkit-appearance: none;
appearance: none;
background: #9d72ff;
outline: none;
opacity: 0.7;
transition: opacity .2s;
height: 5px;
width: 100%;
}
.volume-control:hover {
opacity: 1;
}
.volume-control::-moz-range-thumb {
width: 25px;
height: 25px;
background:url('../images/play.svg');
cursor: pointer;
background-repeat: no-repeat;
transform: rotate(90deg);
border: none;
}
.volume-control::-webkit-slider-thumb {
width: 25px;
height: 25px;
background:url('../images/play.svg');
cursor: pointer;
background-repeat: no-repeat;
transform: rotate(90deg);
border: none;
} | css/main.css | .hidden
{
display: none;
}
body
{
background-size: cover;
background-image: url('../images/background.png');
background-repeat: no-repeat;
}
#container
{
width: 960px;
height: 650px;
margin: 0 auto;
/*background-image: url('../images/background.jpg');
background-repeat: no-repeat;*/
}
header
{
margin-left: 177.6px;
display: flex;
}
#heading
{
margin-top: 58.5px;
}
#player
{
margin-top: 40px;
margin-left: 40px;
margin-right: 40px;
display: flex;
flex-direction: row;
justify-content: space-between;
}
#player div
{
width: 110px;
height: 350px;
background-image: url('../images/player-icon.svg');
text-align: center;
display: flex;
flex-direction: column;
align-items: center;
background-repeat: no-repeat;
opacity: 60%;
}
#player div img
{
margin-top: 25px;
margin-left: 5px;
width: 82px;
height: 82px;
}
#player div button{
width: 40px;
height: 40px;
margin-top: 20px;
}
#icons
{
margin-left: auto;
margin-right: auto;
margin-top: 40px;
display: flex;
flex-direction: column;
align-items: center;
}
#row1, #row2
{
/* display: flex;
flex-direction: row; */
}
#row1 :nth-child(n+2){
margin-left: 20px;
}
#row2 :nth-child(n+2){
margin-left: 20px;
}
#row2
{
margin-top: 14px;
margin-bottom: 40px;
}
#icons img
{
cursor: pointer;
height: 100px;
width: 100px;
border: 1px solid #fff;
border-radius: 5px;
padding: 10px;
background-color: rgba(255, 255, 255, 0);
background-repeat: no-repeat;
transition: all ease 0.5s;
}
#icons img:hover{
background-color: rgba(255, 255, 255, 0.2);
}
#resetPage{
cursor: pointer;
text-decoration: none;
width: 30px;
height: 30px;
order: 1;
margin-left: auto;
opacity: 0.7;
transition: all ease 0.5s;
margin-top: 30px;
}
#resetPage:hover{
opacity: 1;
}
input
{
transform: rotate(-90deg);
margin-top: 70px;
margin-right: 10px;
}
.play{
background-image: url('../images/play.svg');
text-decoration: none;
border: none;
outline: none;
background-color: transparent;
background-repeat: no-repeat;
cursor: pointer;
margin-left: 10px;
opacity: 0.7;
transition: opacity .2s;
}
.stop{
background-image: url('../images/pause.svg');
text-decoration: none;
border: none;
outline: none;
background-color: transparent;
background-repeat: no-repeat;
cursor: pointer;
margin-left: 10px;
opacity: 0.7;
ransition: opacity .2s;
}
.play:hover{
background-image: url('../images/play-white.svg');
opacity: 1;
}
.stop:hover{
background-image: url('../images/pause-white.svg');
opacity: 1;
}
.volume-control {
-webkit-appearance: none;
appearance: none;
background: #9d72ff;
outline: none;
opacity: 0.7;
transition: opacity .2s;
height: 5px;
width: 100%;
}
.volume-control:hover {
opacity: 1;
}
.volume-control::-moz-range-thumb {
width: 25px;
height: 25px;
background:url('../images/play.svg');
cursor: pointer;
background-repeat: no-repeat;
transform: rotate(90deg);
border: none;
}
.volume-control::-webkit-slider-thumb {
width: 25px;
height: 25px;
background:url('../images/play.svg');
cursor: pointer;
background-repeat: no-repeat;
transform: rotate(90deg);
border: none;
} | 0.290477 | 0.055669 |
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css);
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: "Fira sans", sans-serif;
}
body {
background: #6c5ce7;
color: #FFF;
}
main {
width: 100%;
height: 100vh;
display: flex;
flex-direction: column;
align-items: center;
padding-top: 2rem;
}
main h1 {
font-size: 2.5rem;
text-transform: capitalize;
margin-bottom: 0.5rem;
}
main h1 ~ p {
margin-bottom: 2rem;
}
.container {
width: 100%;
max-width: 780px;
margin-top: 5rem;
margin-left: auto;
margin-right: auto;
}
.my-3 {
margin-top: 30px;
margin-bottom: 30px;
}
.mt-2 {
margin-top: 20px;
}
.bg-white {
background: white;
}
.py-2 {
padding-top: 20px;
padding-bottom: 20px;
}
.px-2 {
padding-left: 20px;
padding-right: 20px;
}
.table--heading {
padding: 0 30px;
gap: 10px;
display: -ms-grid;
display: grid;
-ms-grid-columns: minmax(100px, 1fr) [auto-fit];
grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
color: #6a727a;
font-size: 14px;
font-weight: 500;
border-bottom: 1px solid #e0e0e0;
padding-bottom: 1.2rem;
background-color: #f1f1f1;
}
.products__list__heading {
-ms-grid-columns: 80px 1fr 140px 120px 100px;
grid-template-columns: 50px 1fr 120px 120px 120px;
}
.table--items {
padding: 10px 30px !important;
gap: 10px;
display: -ms-grid;
display: grid;
-ms-grid-columns: minmax(100px, 1fr) [auto-fit];
grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
align-items: center;
border-bottom: 1px solid #e0e0e0;
padding: 0.6rem 0;
color: #6a727a;
background-color: #f1f1f1;
}
.products__list__item {
border-bottom: 1px solid #e0e0e0;
-ms-grid-columns: 80px 1fr 140px 120px 100px;
grid-template-columns: 50px 1fr 120px 120px 120px;
}
.card {
box-shadow: 0 6px 13px -12px rgba(50, 50, 93, 0.2), 0 3px 7px -3px rgba(110, 110, 110, 0.1);
border-radius: 4px;
}
.btn-icon {
border: 1px solid #e0e0e0;
background: none;
width: 35px;
height: 35px;
border-radius: 4px;
color: #6a727a;
cursor: pointer;
}
.btn-icon-success:hover {
background: #2fd66f;
color: white;
}
.btn-icon-danger:hover {
background: crimson;
color: white;
}
.align-items-center {
align-items: center;
}
.justify-content-between {
justify-content: space-between;
}
.dflex {
display: flex;
}
.btn-secondary {
background: #FFF;
color: black;
}
.btn {
border: 1px solid #6a727a;
padding: 9px 15px;
border-radius: 4px;
cursor: pointer;
}
.btn-secondary:hover {
background: #f1f1f1;
color: #6a727a;
}
.my-1 {
margin-top: 10px;
margin-bottom: 30px;
}
.products__create__cardWrapper {
display: -ms-grid;
display: grid;
-ms-grid-columns: 1fr minmax(auto, 290px);
grid-template-columns: 1fr minmax(auto, 290px);
grid-gap: 20px;
color: #6a727a;
}
.card {
border: 1px solid #e0e0e0;
box-shadow: 0 6px 13px -12px rgba(50, 50, 93, 0.2), 0 3px 7px -3px rgba(110, 110, 110, 0.1);
border-radius: 4px;
}
.mb-1 {
margin-bottom: 10px;
}
.input {
padding: 9px 15px;
border: 1px solid #e0e0e0;
border-radius: 4px;
width: 100%;
}
.my-1 {
margin-top: 10px;
margin-bottom: 10px;
}
.textarea {
padding: 9px 15px;
border: 1px solid #e0e0e0;
border-radius: 4px;
width: 100%;
font-size: 1.1rem;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
.checkbox-container {
display: block;
position: relative;
margin-bottom: 12px;
cursor: pointer;
font-size: 14px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.mt-3 {
margin-top: 30px;
}
.products__create__main--pricing--col {
display: -ms-grid;
display: grid;
-ms-grid-columns: 1fr 1fr;
grid-template-columns: 1fr 1fr;
grid-gap: 20px;
}
.inputAdd {
padding: 9px 15px;
border-top: 1px solid #e0e0e0;
border-left: 1px solid #e0e0e0;
border-bottom: 1px solid #e0e0e0;
border-right: none;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
width: 100%;
}
.inputAdd__Btn {
background: #5463c1;
color: white;
border-top: 1px solid #5463c1;
border-right: 1px solid #5463c1;
border-bottom: 1px solid #5463c1;
border-left: none;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
padding: 9px 15px;
cursor: pointer;
}
.inputSelect {
padding: 9px 15px;
border: 1px solid #e0e0e0;
border-radius: 4px;
width: 100%;
color: #454f5b;
min-width: 200px;
}
.products__create__main--media--images--item--form {
border: 2px dashed #6a727a;
position: relative;
cursor: pointer;
}
.products__create__main--media--form {
border: 2px dashed #6a727a;
position: relative;
cursor: pointer;
}
.products__create__main--media--images--list {
display: -ms-grid;
display: grid;
grid-template-columns: repeat(5, 1fr);
grid-gap: 5px;
}
.list-unstyled {
list-style: none;
}
.products__create__main--media--images--item {
position: relative;
border: 1px solid #e0e0e0;
border-radius: 4px;
}
.products__create__main--media--images--item--imgWrapper {
box-sizing: border-box;
text-align: center;
margin-left: auto;
margin-right: auto;
width: 117px;
}
.products__create__main--media--images--item--img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.products__create__main--media--images--item--form--label {
padding: 9px 15px;
border-radius: 4px;
position: absolute;
text-align: center;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.products__create__main--media--images--item--form--input {
height: 100px;
opacity: 0;
width: 100%;
cursor: pointer;
} | public/css/app.css | @import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css);
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: "Fira sans", sans-serif;
}
body {
background: #6c5ce7;
color: #FFF;
}
main {
width: 100%;
height: 100vh;
display: flex;
flex-direction: column;
align-items: center;
padding-top: 2rem;
}
main h1 {
font-size: 2.5rem;
text-transform: capitalize;
margin-bottom: 0.5rem;
}
main h1 ~ p {
margin-bottom: 2rem;
}
.container {
width: 100%;
max-width: 780px;
margin-top: 5rem;
margin-left: auto;
margin-right: auto;
}
.my-3 {
margin-top: 30px;
margin-bottom: 30px;
}
.mt-2 {
margin-top: 20px;
}
.bg-white {
background: white;
}
.py-2 {
padding-top: 20px;
padding-bottom: 20px;
}
.px-2 {
padding-left: 20px;
padding-right: 20px;
}
.table--heading {
padding: 0 30px;
gap: 10px;
display: -ms-grid;
display: grid;
-ms-grid-columns: minmax(100px, 1fr) [auto-fit];
grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
color: #6a727a;
font-size: 14px;
font-weight: 500;
border-bottom: 1px solid #e0e0e0;
padding-bottom: 1.2rem;
background-color: #f1f1f1;
}
.products__list__heading {
-ms-grid-columns: 80px 1fr 140px 120px 100px;
grid-template-columns: 50px 1fr 120px 120px 120px;
}
.table--items {
padding: 10px 30px !important;
gap: 10px;
display: -ms-grid;
display: grid;
-ms-grid-columns: minmax(100px, 1fr) [auto-fit];
grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
align-items: center;
border-bottom: 1px solid #e0e0e0;
padding: 0.6rem 0;
color: #6a727a;
background-color: #f1f1f1;
}
.products__list__item {
border-bottom: 1px solid #e0e0e0;
-ms-grid-columns: 80px 1fr 140px 120px 100px;
grid-template-columns: 50px 1fr 120px 120px 120px;
}
.card {
box-shadow: 0 6px 13px -12px rgba(50, 50, 93, 0.2), 0 3px 7px -3px rgba(110, 110, 110, 0.1);
border-radius: 4px;
}
.btn-icon {
border: 1px solid #e0e0e0;
background: none;
width: 35px;
height: 35px;
border-radius: 4px;
color: #6a727a;
cursor: pointer;
}
.btn-icon-success:hover {
background: #2fd66f;
color: white;
}
.btn-icon-danger:hover {
background: crimson;
color: white;
}
.align-items-center {
align-items: center;
}
.justify-content-between {
justify-content: space-between;
}
.dflex {
display: flex;
}
.btn-secondary {
background: #FFF;
color: black;
}
.btn {
border: 1px solid #6a727a;
padding: 9px 15px;
border-radius: 4px;
cursor: pointer;
}
.btn-secondary:hover {
background: #f1f1f1;
color: #6a727a;
}
.my-1 {
margin-top: 10px;
margin-bottom: 30px;
}
.products__create__cardWrapper {
display: -ms-grid;
display: grid;
-ms-grid-columns: 1fr minmax(auto, 290px);
grid-template-columns: 1fr minmax(auto, 290px);
grid-gap: 20px;
color: #6a727a;
}
.card {
border: 1px solid #e0e0e0;
box-shadow: 0 6px 13px -12px rgba(50, 50, 93, 0.2), 0 3px 7px -3px rgba(110, 110, 110, 0.1);
border-radius: 4px;
}
.mb-1 {
margin-bottom: 10px;
}
.input {
padding: 9px 15px;
border: 1px solid #e0e0e0;
border-radius: 4px;
width: 100%;
}
.my-1 {
margin-top: 10px;
margin-bottom: 10px;
}
.textarea {
padding: 9px 15px;
border: 1px solid #e0e0e0;
border-radius: 4px;
width: 100%;
font-size: 1.1rem;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
.checkbox-container {
display: block;
position: relative;
margin-bottom: 12px;
cursor: pointer;
font-size: 14px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.mt-3 {
margin-top: 30px;
}
.products__create__main--pricing--col {
display: -ms-grid;
display: grid;
-ms-grid-columns: 1fr 1fr;
grid-template-columns: 1fr 1fr;
grid-gap: 20px;
}
.inputAdd {
padding: 9px 15px;
border-top: 1px solid #e0e0e0;
border-left: 1px solid #e0e0e0;
border-bottom: 1px solid #e0e0e0;
border-right: none;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
width: 100%;
}
.inputAdd__Btn {
background: #5463c1;
color: white;
border-top: 1px solid #5463c1;
border-right: 1px solid #5463c1;
border-bottom: 1px solid #5463c1;
border-left: none;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
padding: 9px 15px;
cursor: pointer;
}
.inputSelect {
padding: 9px 15px;
border: 1px solid #e0e0e0;
border-radius: 4px;
width: 100%;
color: #454f5b;
min-width: 200px;
}
.products__create__main--media--images--item--form {
border: 2px dashed #6a727a;
position: relative;
cursor: pointer;
}
.products__create__main--media--form {
border: 2px dashed #6a727a;
position: relative;
cursor: pointer;
}
.products__create__main--media--images--list {
display: -ms-grid;
display: grid;
grid-template-columns: repeat(5, 1fr);
grid-gap: 5px;
}
.list-unstyled {
list-style: none;
}
.products__create__main--media--images--item {
position: relative;
border: 1px solid #e0e0e0;
border-radius: 4px;
}
.products__create__main--media--images--item--imgWrapper {
box-sizing: border-box;
text-align: center;
margin-left: auto;
margin-right: auto;
width: 117px;
}
.products__create__main--media--images--item--img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.products__create__main--media--images--item--form--label {
padding: 9px 15px;
border-radius: 4px;
position: absolute;
text-align: center;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.products__create__main--media--images--item--form--input {
height: 100px;
opacity: 0;
width: 100%;
cursor: pointer;
} | 0.360714 | 0.131034 |
.moviepics {
height: auto;
width: auto;
max-width: 300px;
max-height: 300px;
float: right;
}
.placebet {
}
.mainimg {
max-height: 500px;
}
#whichid {
display: none;
}
.maintable {
display: block;
margin-right: auto;
margin-left: auto;
}
.accounttable {
display: block;
margin-right: auto;
margin-left: auto;
}
.accounttable th {
padding: 20px;
}
.accounttable td {
padding: 20px;
}
.moviedescrip {
text-align: center;
}
tr.spaceUnder > td
{
padding-bottom: 2em;
}
.wrapper {
text-align: center;
}
/**CSS for login and register page **/
body {
padding-top: 70px;
}
.navbar {
background: #2D0589;
}
.navbar-brand {
font-family: Lobster, sans-serif;
font-size: 2em;
color: white !important;
}
.navbar-collapse a {
color: white !important;
}
/**CSS from txtbkr **/
#logo {
margin-left: 20%;
text-align: left;
font-size: 100%;
color: white;
}
#firstname, #lastname, #email, #major, #password, #confirm {
height: 30px;
width: 100%;
border-radius: 4px;
}
#welcome {
font-size: 250%;
margin-bottom: 30px;
}
.fancyButton {
background: black;
position: relative;
color: white;
border-color: black;
}
.fancyButton:hover {
color: black;
border-color: black;
background: white;
}
.fancyButton:focus,.fancyButton:active{
position: relative !important;
color: black !important;
background: white !important;
border-color: black !important;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(0, 0, 0, 0.6) !important;
}
.navbar-right{
margin-right: 0.5%;
}
textarea:focus, input:focus, input[type]:focus, .uneditable-input:focus, button:focus {
border-color: rgba(0, 0, 0, 0.0);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(0, 0, 0, 0.6);
outline: 0 none;
}
/* SEARCH BAR BEGIN /*
#imaginary_container{
margin-top:20%; /* Don't copy this */
}
.stylish-input-group .input-group-addon{
background: white !important;
}
.stylish-input-group .form-control{
border-right:0;
box-shadow:0 0 0;
border-color:#ccc;
}
.stylish-input-group button{
border:0;
background:transparent;
}
.smallsearch{
height: 30px;
}
.mainsearch{
height: 46px;
}
.searchimage{
vertical-align: 0;
}
/* SEARCH BAR END */
/* BOOK DISPLAY BEGIN */
.bookdisplay {
width: 10em;
}
.bookrow {
padding-top: 30px;
padding-bottom: 30px;
}
tr.spaceUnder > td {
padding-bottom: 2em;
}
/* BEGIN ADD BOOK */
label {
padding-left: 1%;
}
.textEdit {
padding-left: 20%;
padding-right: 20%;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.checkbox label, .radio label {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
font-weight: bold;
}
/* END ADD BOOK */
.vis {
display: none;
}
.see {
display: inline;
} | css/mymain.css | .moviepics {
height: auto;
width: auto;
max-width: 300px;
max-height: 300px;
float: right;
}
.placebet {
}
.mainimg {
max-height: 500px;
}
#whichid {
display: none;
}
.maintable {
display: block;
margin-right: auto;
margin-left: auto;
}
.accounttable {
display: block;
margin-right: auto;
margin-left: auto;
}
.accounttable th {
padding: 20px;
}
.accounttable td {
padding: 20px;
}
.moviedescrip {
text-align: center;
}
tr.spaceUnder > td
{
padding-bottom: 2em;
}
.wrapper {
text-align: center;
}
/**CSS for login and register page **/
body {
padding-top: 70px;
}
.navbar {
background: #2D0589;
}
.navbar-brand {
font-family: Lobster, sans-serif;
font-size: 2em;
color: white !important;
}
.navbar-collapse a {
color: white !important;
}
/**CSS from txtbkr **/
#logo {
margin-left: 20%;
text-align: left;
font-size: 100%;
color: white;
}
#firstname, #lastname, #email, #major, #password, #confirm {
height: 30px;
width: 100%;
border-radius: 4px;
}
#welcome {
font-size: 250%;
margin-bottom: 30px;
}
.fancyButton {
background: black;
position: relative;
color: white;
border-color: black;
}
.fancyButton:hover {
color: black;
border-color: black;
background: white;
}
.fancyButton:focus,.fancyButton:active{
position: relative !important;
color: black !important;
background: white !important;
border-color: black !important;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(0, 0, 0, 0.6) !important;
}
.navbar-right{
margin-right: 0.5%;
}
textarea:focus, input:focus, input[type]:focus, .uneditable-input:focus, button:focus {
border-color: rgba(0, 0, 0, 0.0);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(0, 0, 0, 0.6);
outline: 0 none;
}
/* SEARCH BAR BEGIN /*
#imaginary_container{
margin-top:20%; /* Don't copy this */
}
.stylish-input-group .input-group-addon{
background: white !important;
}
.stylish-input-group .form-control{
border-right:0;
box-shadow:0 0 0;
border-color:#ccc;
}
.stylish-input-group button{
border:0;
background:transparent;
}
.smallsearch{
height: 30px;
}
.mainsearch{
height: 46px;
}
.searchimage{
vertical-align: 0;
}
/* SEARCH BAR END */
/* BOOK DISPLAY BEGIN */
.bookdisplay {
width: 10em;
}
.bookrow {
padding-top: 30px;
padding-bottom: 30px;
}
tr.spaceUnder > td {
padding-bottom: 2em;
}
/* BEGIN ADD BOOK */
label {
padding-left: 1%;
}
.textEdit {
padding-left: 20%;
padding-right: 20%;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.checkbox label, .radio label {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
font-weight: bold;
}
/* END ADD BOOK */
.vis {
display: none;
}
.see {
display: inline;
} | 0.422624 | 0.272501 |
@import url("../../../css/bootstrap-2.2.2.min.css");
@import url("http://netdna.bootstrapcdn.com/font-awesome/3.0/css/font-awesome.css");
@import url("http://netdna.bootstrapcdn.com/font-awesome/3.0/css/font-awesome-ie7.css");
@import url(http://fonts.googleapis.com/css?family=Roboto|Roboto+Condensed|Tangerine|Duru+Sans);
/* line 6, ../../scss/partials/_docs.scss */
section h1 .headerlink,
section h2 .headerlink,
section h3 .headerlink,
section h4 .headerlink,
section h5 .headerlink,
section h6 .headerlink {
visibility: hidden;
margin-left: 10px;
}
/* line 16, ../../scss/partials/_docs.scss */
section h1:hover .headerlink,
section h2:hover .headerlink,
section h3:hover .headerlink,
section h4:hover .headerlink,
section h5:hover .headerlink,
section h6:hover .headerlink {
visibility: visible;
}
/* line 20, ../../scss/partials/_docs.scss */
.contents .sidebar {
float: right;
font-size: 0.9em;
margin: 20px;
width: 30%;
font-style: italic;
color: #999;
}
/* line 28, ../../scss/partials/_docs.scss */
.contents .sidebar .sidebar-title {
font-weight: bold;
font-size: 1.1em;
border-bottom: 1px solid #ccc;
}
/* line 34, ../../scss/partials/_docs.scss */
.container > .row > .sidebar {
background: white;
border: 1px solid #e0e0e0;
border-top-left-radius: 10px;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 10px;
border-bottom-left-radius: 10px;
}
/* line 43, ../../scss/partials/_docs.scss */
.container > .row > .sidebar h3 {
font-size: 1.3em;
margin-top: 0px;
}
/* line 46, ../../scss/partials/_docs.scss */
.container > .row > .sidebar h3 a {
color: #666666;
}
/* line 50, ../../scss/partials/_docs.scss */
.container > .row > .sidebar ul {
font-size: 0.95em;
list-style: none;
margin-left: 15px;
margin-top: 5px;
}
/* line 56, ../../scss/partials/_docs.scss */
.container > .row > .sidebar ul li {
padding-top: 5px;
padding-bottom: 5px;
}
/* line 61, ../../scss/partials/_docs.scss */
.container > .row > .sidebar > ul {
margin-left: 0;
margin-top: 0;
}
/* line 67, ../../scss/partials/_docs.scss */
.admonition {
background: #444;
padding: 10px;
margin: 40px 20px 20px 20px;
color: white;
border-radius: 5px;
}
/* line 74, ../../scss/partials/_docs.scss */
.admonition .admonition-title {
display: none;
}
/* line 78, ../../scss/partials/_docs.scss */
.admonition a, .admonition a em {
color: #8dd35f;
}
/* line 81, ../../scss/partials/_docs.scss */
.admonition.warning:before {
content: "\f071";
width: 43px;
height: 52px;
border-radius: 26px;
background: #444;
position: relative;
display: block;
color: orange;
margin-top: -20px;
margin-left: -20px;
line-height: 50px;
font-family: FontAwesome;
font-size: 32px;
padding-left: 9px;
}
/* line 98, ../../scss/partials/_docs.scss */
.admonition.important:before {
content: "\f06d";
width: 39px;
height: 52px;
border-radius: 26px;
background: #444;
position: relative;
display: block;
color: orangered;
margin-top: -20px;
margin-left: -20px;
line-height: 50px;
font-family: FontAwesome;
font-size: 32px;
padding-left: 13px;
}
/* line 115, ../../scss/partials/_docs.scss */
.admonition.note:before {
content: "\f02e";
width: 39px;
height: 52px;
border-radius: 26px;
background: #444;
position: relative;
display: block;
color: greenyellow;
margin-top: -20px;
margin-left: -20px;
line-height: 50px;
font-family: FontAwesome;
font-size: 32px;
padding-left: 13px;
}
/* line 131, ../../scss/partials/_docs.scss */
.admonition.hint:before {
content: "\f0eb";
width: 36px;
height: 52px;
border-radius: 26px;
background: #444;
position: relative;
display: block;
color: cornflowerblue;
margin-top: -20px;
margin-left: -20px;
line-height: 50px;
font-family: FontAwesome;
font-size: 32px;
padding-left: 15px;
}
/* line 24, ../../scss/screen.scss */
body {
background-image: url("../images/bg.png");
background-size: 50% auto;
font-family: 'Duru Sans', Sans, sans-serif;
color: #333333;
font-size: 1.0em;
line-height: 1.4em;
}
/* line 32, ../../scss/screen.scss */
body > header:first-of-type {
box-shadow: 0 10px 20px silver;
}
/* line 37, ../../scss/screen.scss */
code {
word-wrap: normal;
}
/* line 41, ../../scss/screen.scss */
h1, h2, h3, h4, h5, h6 {
font-family: "Roboto", sans-serif;
font-weight: normal;
}
/* line 46, ../../scss/screen.scss */
em {
color: #5aa02b;
font-style: normal;
}
/* line 51, ../../scss/screen.scss */
a {
color: #5aa02b;
}
/* line 54, ../../scss/screen.scss */
a:hover {
color: #516f42;
}
/* line 58, ../../scss/screen.scss */
a.button {
background: #5aa02b;
padding: 5px;
color: white;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
/* line 66, ../../scss/screen.scss */
.surrounding-space {
margin-top: 60px;
margin-bottom: 20px;
}
/* line 71, ../../scss/screen.scss */
#___ {
margin-top: 40px;
margin-bottom: 40px;
}
/* line 76, ../../scss/screen.scss */
article h1 {
font-size: 1.4em;
border-bottom: 1px solid silver;
margin-top: 0px;
padding-bottom: 5px;
text-align: center;
}
/* line 84, ../../scss/screen.scss */
article h2 {
font-size: 1.5em;
color: #666666;
font-weight: 100;
}
/* line 90, ../../scss/screen.scss */
article h3 {
font-size: 1.4em;
color: #666666;
font-weight: 100;
}
/* line 96, ../../scss/screen.scss */
article nav a {
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
font-size: 0.8em;
color: #5aa02b;
padding: 5px 10px;
}
/* line 102, ../../scss/screen.scss */
article nav a.active {
color: white;
background-color: #92c471;
}
/* line 109, ../../scss/screen.scss */
article.templates table {
width: 100%;
}
/* line 112, ../../scss/screen.scss */
article.templates td {
width: 50%;
text-align: center;
}
/* line 117, ../../scss/screen.scss */
article.consumers {
text-align: center;
}
/* line 120, ../../scss/screen.scss */
article.consumers img {
max-width: 45%;
}
/* line 123, ../../scss/screen.scss */
article.consumers img:first-of-type {
max-width: 100%;
}
/* line 126, ../../scss/screen.scss */
article.consumers img:nth-of-type(2n+1):after {
content: "<br />";
}
/* line 133, ../../scss/screen.scss */
details summary::-webkit-details-marker {
float: right;
padding-top: 5px;
}
/* line 138, ../../scss/screen.scss */
details[open] summary small {
display: none;
}
/* line 142, ../../scss/screen.scss */
header {
padding: 10px 0 0 0;
background: #666666;
color: white;
clear: both;
}
/* line 148, ../../scss/screen.scss */
header img#logo {
max-height: 40px;
margin-right: 10px;
}
/* line 152, ../../scss/screen.scss */
header nav {
display: inline-block;
width: 100%;
white-space: nowrap;
clear: both;
}
/* line 158, ../../scss/screen.scss */
header nav * {
float: left;
}
/* line 162, ../../scss/screen.scss */
header nav h1 {
display: inline;
font-size: 1.6em;
line-height: 30px;
font-family: "Roboto Condensed", sans-serif;
font-weight: normal;
margin: 0;
}
/* line 171, ../../scss/screen.scss */
header nav ul.nav {
margin-top: 2px;
margin-bottom: 0px;
padding: 0;
}
/* line 177, ../../scss/screen.scss */
header nav:first-of-type {
border-bottom: 2px solid #8dd35f;
padding: 0 0 5px 0;
}
/* line 181, ../../scss/screen.scss */
header nav:first-of-type h1 {
display: inline;
margin-left: 20px;
}
/* line 185, ../../scss/screen.scss */
header nav:first-of-type h1 img {
margin-top: -3px;
}
/* line 188, ../../scss/screen.scss */
header nav:first-of-type h1 a {
color: white;
}
/* line 193, ../../scss/screen.scss */
header nav:first-of-type a {
color: #9ed67c;
}
/* line 198, ../../scss/screen.scss */
header nav:first-of-type ul:first-of-type a {
font-size: 1.1em;
margin-left: 1em;
}
/* line 202, ../../scss/screen.scss */
header nav:first-of-type ul:first-of-type a:hover {
background-color: #8cd15f;
border-radius: 3px;
color: white;
}
/* line 208, ../../scss/screen.scss */
header nav:first-of-type ul:first-of-type .current a {
cursor: default;
color: silver;
}
/* line 212, ../../scss/screen.scss */
header nav:first-of-type ul:first-of-type .current a:hover {
color: silver;
background: transparent;
}
/* line 218, ../../scss/screen.scss */
header nav:first-of-type ul:last-of-type {
float: right;
margin-right: 10px;
}
/* line 222, ../../scss/screen.scss */
header nav:first-of-type ul:last-of-type a:hover {
color: #666;
}
/* line 226, ../../scss/screen.scss */
header nav:first-of-type ul:last-of-type i {
padding: 3px 0;
}
/* line 231, ../../scss/screen.scss */
header nav:nth-of-type(2) {
line-height: 1em;
margin: 0;
padding: 0 5px;
}
/* line 236, ../../scss/screen.scss */
header nav:nth-of-type(2) a {
font-size: 1.0em;
margin-right: 1em;
}
/* line 240, ../../scss/screen.scss */
header nav:nth-of-type(2) a:hover {
color: #666666;
}
/* line 248, ../../scss/screen.scss */
article.component-header {
color: white;
background-color: #8dd35f;
-webkit-box-shadow: inset 0 0 100px #84b56d;
-moz-box-shadow: inset 0 0 100px #84b56d;
box-shadow: inset 0 0 100px #84b56d;
}
/* line 256, ../../scss/screen.scss */
section.header.container-fluid {
color: white;
background-color: #8dd35f;
-webkit-box-shadow: inset 0 0 100px #84b56d;
-moz-box-shadow: inset 0 0 100px #84b56d;
box-shadow: inset 0 0 100px #84b56d;
}
/* line 263, ../../scss/screen.scss */
section.header.container-fluid .hero {
background: transparent;
text-align: center;
padding: 30px 0;
margin: 0 20px;
}
/* line 269, ../../scss/screen.scss */
section.header.container-fluid .hero img {
border: 10px solid white;
border-radius: 27px;
}
/* line 273, ../../scss/screen.scss */
section.header.container-fluid .hero h1 {
font-size: 1.8em;
color: white;
}
/* line 277, ../../scss/screen.scss */
section.header.container-fluid .hero h1 em {
color: white;
}
/* line 280, ../../scss/screen.scss */
section.header.container-fluid .hero h1 em:nth-of-type(1) {
color: #516f42;
}
/* line 283, ../../scss/screen.scss */
section.header.container-fluid .hero h1 em:nth-of-type(3) {
font-size: 1.2em;
}
/* line 288, ../../scss/screen.scss */
section.header.container-fluid .hero p {
line-height: 1.5em;
font-size: 0.9em;
}
/* line 292, ../../scss/screen.scss */
section.header.container-fluid .hero a.button {
margin: 10px 5px 0px 5px;
width: 8em;
display: inline-block;
border: 2px solid white;
background: #a3dc7f;
font-size: 1.1em;
color: #516f42;
cursor: pointer;
padding-top: 10px;
padding-bottom: 10px;
}
/* line 304, ../../scss/screen.scss */
section.header.container-fluid .hero a.button:hover {
background: #92c471;
font-size: 1.1em;
color: white;
text-decoration: none;
}
/* line 314, ../../scss/screen.scss */
.accordion-group {
border: none;
}
/* line 318, ../../scss/screen.scss */
#quickstart article {
margin-left: 20px;
}
/* line 322, ../../scss/screen.scss */
footer {
text-align: right;
font-size: 0.8em;
color: silver;
padding-top: 30px;
padding-bottom: 60px;
background-color: #666666;
-webkit-box-shadow: inset 0 0 100px #555;
-moz-box-shadow: inset 0 0 100px #555;
box-shadow: inset 0 0 100px #555;
}
/* line 333, ../../scss/screen.scss */
footer h1 {
text-align: left;
font-size: 1.6em;
color: #a3dc7f;
}
/* line 338, ../../scss/screen.scss */
footer .separator {
height: 120px;
margin-top: 70px;
border-left: 1px solid gray;
margin-left: 35px;
}
/* line 344, ../../scss/screen.scss */
footer .showcases {
text-align: center;
}
/* line 347, ../../scss/screen.scss */
footer .showcases .showcase {
height: 60px;
line-height: 60px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
background-color: white;
padding: 5px;
}
/* line 356, ../../scss/screen.scss */
footer .showcases .showcase img {
max-height: 60px;
}
/* line 360, ../../scss/screen.scss */
footer .showcases .more a {
color: #a3dc7f;
font-size: 1.2em;
padding-top: 15px;
display: inline-block;
}
/* line 366, ../../scss/screen.scss */
footer .showcases .row {
margin-top: 20px;
}
/* line 369, ../../scss/screen.scss */
footer .showcases .row:first-of-type {
margin-top: 0;
}
/* line 376, ../../scss/screen.scss */
summary {
font-weight: bold;
font-size: 1.1em;
}
/* line 381, ../../scss/screen.scss */
aside {
float: right;
width: 200px;
font-size: 0.8em;
clear: both;
border: 1px solid silver;
background: #fbfbfb;
margin-top: 10px;
padding: 5px;
border-radius: 5px 0 5px;
}
/* line 394, ../../scss/screen.scss */
section.summary > table td:first-of-type {
width: 10%;
text-align: right;
white-space: nowrap;
}
/* line 400, ../../scss/screen.scss */
section.summary > table td:nth-of-type(2) {
width: 10px;
white-space: nowrap;
}
/* line 407, ../../scss/screen.scss */
article.content-overview h1 {
text-align: left;
}
/* line 411, ../../scss/screen.scss */
article.content-overview > section > section {
padding: 15px 0 25px 0;
}
/* line 414, ../../scss/screen.scss */
article.content-overview > section > section > * {
margin-left: 100px;
}
/* line 418, ../../scss/screen.scss */
article.content-overview > section > section > img:first-of-type {
float: left;
margin: 0;
}
/* line 426, ../../scss/screen.scss */
section.sponsors figure {
background: white;
text-align: center;
margin-left: 0;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
padding: 2px;
}
/* line 435, ../../scss/screen.scss */
section.sponsors img {
padding: 5px;
}
/* line 438, ../../scss/screen.scss */
section.sponsors figcaption {
text-align: right;
padding: 5px 10px;
color: #333;
font-size: 1.2em;
}
/* line 446, ../../scss/screen.scss */
.styles-preview {
background: #a3dc7f;
box-shadow: inset 0 0 100px #83D15E;
margin-top: 40px;
}
/* line 451, ../../scss/screen.scss */
.styles-preview h1 {
font-family: Tangerine, sans-serif;
color: white;
text-align: center;
font-size: 3.5em;
padding-top: 25px;
margin-bottom: 5px;
font-weight: bold;
}
/* line 460, ../../scss/screen.scss */
.styles-preview .elastislide-horizontal {
background: transparent;
padding: 30px 60px;
padding-top: 20px;
padding-bottom: 40px;
}
/* line 466, ../../scss/screen.scss */
.styles-preview #carousel img {
height: 120px;
width: 220px;
margin: 0 10px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
@media screen and (max-width: 767px) {
/* line 477, ../../scss/screen.scss */
body {
padding: 0;
}
/* line 481, ../../scss/screen.scss */
header section {
margin: 0;
}
/* line 485, ../../scss/screen.scss */
header h1 {
display: block;
margin-top: 2px;
}
/* line 490, ../../scss/screen.scss */
header section:first-of-type nav a:first-of-type {
margin-left: 0;
}
/* line 494, ../../scss/screen.scss */
aside {
float: none;
margin-top: 10px;
}
} | src/phpDocumentor/WebsiteBundle/Resources/public/css/screen.css | @import url("../../../css/bootstrap-2.2.2.min.css");
@import url("http://netdna.bootstrapcdn.com/font-awesome/3.0/css/font-awesome.css");
@import url("http://netdna.bootstrapcdn.com/font-awesome/3.0/css/font-awesome-ie7.css");
@import url(http://fonts.googleapis.com/css?family=Roboto|Roboto+Condensed|Tangerine|Duru+Sans);
/* line 6, ../../scss/partials/_docs.scss */
section h1 .headerlink,
section h2 .headerlink,
section h3 .headerlink,
section h4 .headerlink,
section h5 .headerlink,
section h6 .headerlink {
visibility: hidden;
margin-left: 10px;
}
/* line 16, ../../scss/partials/_docs.scss */
section h1:hover .headerlink,
section h2:hover .headerlink,
section h3:hover .headerlink,
section h4:hover .headerlink,
section h5:hover .headerlink,
section h6:hover .headerlink {
visibility: visible;
}
/* line 20, ../../scss/partials/_docs.scss */
.contents .sidebar {
float: right;
font-size: 0.9em;
margin: 20px;
width: 30%;
font-style: italic;
color: #999;
}
/* line 28, ../../scss/partials/_docs.scss */
.contents .sidebar .sidebar-title {
font-weight: bold;
font-size: 1.1em;
border-bottom: 1px solid #ccc;
}
/* line 34, ../../scss/partials/_docs.scss */
.container > .row > .sidebar {
background: white;
border: 1px solid #e0e0e0;
border-top-left-radius: 10px;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 10px;
border-bottom-left-radius: 10px;
}
/* line 43, ../../scss/partials/_docs.scss */
.container > .row > .sidebar h3 {
font-size: 1.3em;
margin-top: 0px;
}
/* line 46, ../../scss/partials/_docs.scss */
.container > .row > .sidebar h3 a {
color: #666666;
}
/* line 50, ../../scss/partials/_docs.scss */
.container > .row > .sidebar ul {
font-size: 0.95em;
list-style: none;
margin-left: 15px;
margin-top: 5px;
}
/* line 56, ../../scss/partials/_docs.scss */
.container > .row > .sidebar ul li {
padding-top: 5px;
padding-bottom: 5px;
}
/* line 61, ../../scss/partials/_docs.scss */
.container > .row > .sidebar > ul {
margin-left: 0;
margin-top: 0;
}
/* line 67, ../../scss/partials/_docs.scss */
.admonition {
background: #444;
padding: 10px;
margin: 40px 20px 20px 20px;
color: white;
border-radius: 5px;
}
/* line 74, ../../scss/partials/_docs.scss */
.admonition .admonition-title {
display: none;
}
/* line 78, ../../scss/partials/_docs.scss */
.admonition a, .admonition a em {
color: #8dd35f;
}
/* line 81, ../../scss/partials/_docs.scss */
.admonition.warning:before {
content: "\f071";
width: 43px;
height: 52px;
border-radius: 26px;
background: #444;
position: relative;
display: block;
color: orange;
margin-top: -20px;
margin-left: -20px;
line-height: 50px;
font-family: FontAwesome;
font-size: 32px;
padding-left: 9px;
}
/* line 98, ../../scss/partials/_docs.scss */
.admonition.important:before {
content: "\f06d";
width: 39px;
height: 52px;
border-radius: 26px;
background: #444;
position: relative;
display: block;
color: orangered;
margin-top: -20px;
margin-left: -20px;
line-height: 50px;
font-family: FontAwesome;
font-size: 32px;
padding-left: 13px;
}
/* line 115, ../../scss/partials/_docs.scss */
.admonition.note:before {
content: "\f02e";
width: 39px;
height: 52px;
border-radius: 26px;
background: #444;
position: relative;
display: block;
color: greenyellow;
margin-top: -20px;
margin-left: -20px;
line-height: 50px;
font-family: FontAwesome;
font-size: 32px;
padding-left: 13px;
}
/* line 131, ../../scss/partials/_docs.scss */
.admonition.hint:before {
content: "\f0eb";
width: 36px;
height: 52px;
border-radius: 26px;
background: #444;
position: relative;
display: block;
color: cornflowerblue;
margin-top: -20px;
margin-left: -20px;
line-height: 50px;
font-family: FontAwesome;
font-size: 32px;
padding-left: 15px;
}
/* line 24, ../../scss/screen.scss */
body {
background-image: url("../images/bg.png");
background-size: 50% auto;
font-family: 'Duru Sans', Sans, sans-serif;
color: #333333;
font-size: 1.0em;
line-height: 1.4em;
}
/* line 32, ../../scss/screen.scss */
body > header:first-of-type {
box-shadow: 0 10px 20px silver;
}
/* line 37, ../../scss/screen.scss */
code {
word-wrap: normal;
}
/* line 41, ../../scss/screen.scss */
h1, h2, h3, h4, h5, h6 {
font-family: "Roboto", sans-serif;
font-weight: normal;
}
/* line 46, ../../scss/screen.scss */
em {
color: #5aa02b;
font-style: normal;
}
/* line 51, ../../scss/screen.scss */
a {
color: #5aa02b;
}
/* line 54, ../../scss/screen.scss */
a:hover {
color: #516f42;
}
/* line 58, ../../scss/screen.scss */
a.button {
background: #5aa02b;
padding: 5px;
color: white;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
/* line 66, ../../scss/screen.scss */
.surrounding-space {
margin-top: 60px;
margin-bottom: 20px;
}
/* line 71, ../../scss/screen.scss */
#___ {
margin-top: 40px;
margin-bottom: 40px;
}
/* line 76, ../../scss/screen.scss */
article h1 {
font-size: 1.4em;
border-bottom: 1px solid silver;
margin-top: 0px;
padding-bottom: 5px;
text-align: center;
}
/* line 84, ../../scss/screen.scss */
article h2 {
font-size: 1.5em;
color: #666666;
font-weight: 100;
}
/* line 90, ../../scss/screen.scss */
article h3 {
font-size: 1.4em;
color: #666666;
font-weight: 100;
}
/* line 96, ../../scss/screen.scss */
article nav a {
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
font-size: 0.8em;
color: #5aa02b;
padding: 5px 10px;
}
/* line 102, ../../scss/screen.scss */
article nav a.active {
color: white;
background-color: #92c471;
}
/* line 109, ../../scss/screen.scss */
article.templates table {
width: 100%;
}
/* line 112, ../../scss/screen.scss */
article.templates td {
width: 50%;
text-align: center;
}
/* line 117, ../../scss/screen.scss */
article.consumers {
text-align: center;
}
/* line 120, ../../scss/screen.scss */
article.consumers img {
max-width: 45%;
}
/* line 123, ../../scss/screen.scss */
article.consumers img:first-of-type {
max-width: 100%;
}
/* line 126, ../../scss/screen.scss */
article.consumers img:nth-of-type(2n+1):after {
content: "<br />";
}
/* line 133, ../../scss/screen.scss */
details summary::-webkit-details-marker {
float: right;
padding-top: 5px;
}
/* line 138, ../../scss/screen.scss */
details[open] summary small {
display: none;
}
/* line 142, ../../scss/screen.scss */
header {
padding: 10px 0 0 0;
background: #666666;
color: white;
clear: both;
}
/* line 148, ../../scss/screen.scss */
header img#logo {
max-height: 40px;
margin-right: 10px;
}
/* line 152, ../../scss/screen.scss */
header nav {
display: inline-block;
width: 100%;
white-space: nowrap;
clear: both;
}
/* line 158, ../../scss/screen.scss */
header nav * {
float: left;
}
/* line 162, ../../scss/screen.scss */
header nav h1 {
display: inline;
font-size: 1.6em;
line-height: 30px;
font-family: "Roboto Condensed", sans-serif;
font-weight: normal;
margin: 0;
}
/* line 171, ../../scss/screen.scss */
header nav ul.nav {
margin-top: 2px;
margin-bottom: 0px;
padding: 0;
}
/* line 177, ../../scss/screen.scss */
header nav:first-of-type {
border-bottom: 2px solid #8dd35f;
padding: 0 0 5px 0;
}
/* line 181, ../../scss/screen.scss */
header nav:first-of-type h1 {
display: inline;
margin-left: 20px;
}
/* line 185, ../../scss/screen.scss */
header nav:first-of-type h1 img {
margin-top: -3px;
}
/* line 188, ../../scss/screen.scss */
header nav:first-of-type h1 a {
color: white;
}
/* line 193, ../../scss/screen.scss */
header nav:first-of-type a {
color: #9ed67c;
}
/* line 198, ../../scss/screen.scss */
header nav:first-of-type ul:first-of-type a {
font-size: 1.1em;
margin-left: 1em;
}
/* line 202, ../../scss/screen.scss */
header nav:first-of-type ul:first-of-type a:hover {
background-color: #8cd15f;
border-radius: 3px;
color: white;
}
/* line 208, ../../scss/screen.scss */
header nav:first-of-type ul:first-of-type .current a {
cursor: default;
color: silver;
}
/* line 212, ../../scss/screen.scss */
header nav:first-of-type ul:first-of-type .current a:hover {
color: silver;
background: transparent;
}
/* line 218, ../../scss/screen.scss */
header nav:first-of-type ul:last-of-type {
float: right;
margin-right: 10px;
}
/* line 222, ../../scss/screen.scss */
header nav:first-of-type ul:last-of-type a:hover {
color: #666;
}
/* line 226, ../../scss/screen.scss */
header nav:first-of-type ul:last-of-type i {
padding: 3px 0;
}
/* line 231, ../../scss/screen.scss */
header nav:nth-of-type(2) {
line-height: 1em;
margin: 0;
padding: 0 5px;
}
/* line 236, ../../scss/screen.scss */
header nav:nth-of-type(2) a {
font-size: 1.0em;
margin-right: 1em;
}
/* line 240, ../../scss/screen.scss */
header nav:nth-of-type(2) a:hover {
color: #666666;
}
/* line 248, ../../scss/screen.scss */
article.component-header {
color: white;
background-color: #8dd35f;
-webkit-box-shadow: inset 0 0 100px #84b56d;
-moz-box-shadow: inset 0 0 100px #84b56d;
box-shadow: inset 0 0 100px #84b56d;
}
/* line 256, ../../scss/screen.scss */
section.header.container-fluid {
color: white;
background-color: #8dd35f;
-webkit-box-shadow: inset 0 0 100px #84b56d;
-moz-box-shadow: inset 0 0 100px #84b56d;
box-shadow: inset 0 0 100px #84b56d;
}
/* line 263, ../../scss/screen.scss */
section.header.container-fluid .hero {
background: transparent;
text-align: center;
padding: 30px 0;
margin: 0 20px;
}
/* line 269, ../../scss/screen.scss */
section.header.container-fluid .hero img {
border: 10px solid white;
border-radius: 27px;
}
/* line 273, ../../scss/screen.scss */
section.header.container-fluid .hero h1 {
font-size: 1.8em;
color: white;
}
/* line 277, ../../scss/screen.scss */
section.header.container-fluid .hero h1 em {
color: white;
}
/* line 280, ../../scss/screen.scss */
section.header.container-fluid .hero h1 em:nth-of-type(1) {
color: #516f42;
}
/* line 283, ../../scss/screen.scss */
section.header.container-fluid .hero h1 em:nth-of-type(3) {
font-size: 1.2em;
}
/* line 288, ../../scss/screen.scss */
section.header.container-fluid .hero p {
line-height: 1.5em;
font-size: 0.9em;
}
/* line 292, ../../scss/screen.scss */
section.header.container-fluid .hero a.button {
margin: 10px 5px 0px 5px;
width: 8em;
display: inline-block;
border: 2px solid white;
background: #a3dc7f;
font-size: 1.1em;
color: #516f42;
cursor: pointer;
padding-top: 10px;
padding-bottom: 10px;
}
/* line 304, ../../scss/screen.scss */
section.header.container-fluid .hero a.button:hover {
background: #92c471;
font-size: 1.1em;
color: white;
text-decoration: none;
}
/* line 314, ../../scss/screen.scss */
.accordion-group {
border: none;
}
/* line 318, ../../scss/screen.scss */
#quickstart article {
margin-left: 20px;
}
/* line 322, ../../scss/screen.scss */
footer {
text-align: right;
font-size: 0.8em;
color: silver;
padding-top: 30px;
padding-bottom: 60px;
background-color: #666666;
-webkit-box-shadow: inset 0 0 100px #555;
-moz-box-shadow: inset 0 0 100px #555;
box-shadow: inset 0 0 100px #555;
}
/* line 333, ../../scss/screen.scss */
footer h1 {
text-align: left;
font-size: 1.6em;
color: #a3dc7f;
}
/* line 338, ../../scss/screen.scss */
footer .separator {
height: 120px;
margin-top: 70px;
border-left: 1px solid gray;
margin-left: 35px;
}
/* line 344, ../../scss/screen.scss */
footer .showcases {
text-align: center;
}
/* line 347, ../../scss/screen.scss */
footer .showcases .showcase {
height: 60px;
line-height: 60px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
background-color: white;
padding: 5px;
}
/* line 356, ../../scss/screen.scss */
footer .showcases .showcase img {
max-height: 60px;
}
/* line 360, ../../scss/screen.scss */
footer .showcases .more a {
color: #a3dc7f;
font-size: 1.2em;
padding-top: 15px;
display: inline-block;
}
/* line 366, ../../scss/screen.scss */
footer .showcases .row {
margin-top: 20px;
}
/* line 369, ../../scss/screen.scss */
footer .showcases .row:first-of-type {
margin-top: 0;
}
/* line 376, ../../scss/screen.scss */
summary {
font-weight: bold;
font-size: 1.1em;
}
/* line 381, ../../scss/screen.scss */
aside {
float: right;
width: 200px;
font-size: 0.8em;
clear: both;
border: 1px solid silver;
background: #fbfbfb;
margin-top: 10px;
padding: 5px;
border-radius: 5px 0 5px;
}
/* line 394, ../../scss/screen.scss */
section.summary > table td:first-of-type {
width: 10%;
text-align: right;
white-space: nowrap;
}
/* line 400, ../../scss/screen.scss */
section.summary > table td:nth-of-type(2) {
width: 10px;
white-space: nowrap;
}
/* line 407, ../../scss/screen.scss */
article.content-overview h1 {
text-align: left;
}
/* line 411, ../../scss/screen.scss */
article.content-overview > section > section {
padding: 15px 0 25px 0;
}
/* line 414, ../../scss/screen.scss */
article.content-overview > section > section > * {
margin-left: 100px;
}
/* line 418, ../../scss/screen.scss */
article.content-overview > section > section > img:first-of-type {
float: left;
margin: 0;
}
/* line 426, ../../scss/screen.scss */
section.sponsors figure {
background: white;
text-align: center;
margin-left: 0;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
padding: 2px;
}
/* line 435, ../../scss/screen.scss */
section.sponsors img {
padding: 5px;
}
/* line 438, ../../scss/screen.scss */
section.sponsors figcaption {
text-align: right;
padding: 5px 10px;
color: #333;
font-size: 1.2em;
}
/* line 446, ../../scss/screen.scss */
.styles-preview {
background: #a3dc7f;
box-shadow: inset 0 0 100px #83D15E;
margin-top: 40px;
}
/* line 451, ../../scss/screen.scss */
.styles-preview h1 {
font-family: Tangerine, sans-serif;
color: white;
text-align: center;
font-size: 3.5em;
padding-top: 25px;
margin-bottom: 5px;
font-weight: bold;
}
/* line 460, ../../scss/screen.scss */
.styles-preview .elastislide-horizontal {
background: transparent;
padding: 30px 60px;
padding-top: 20px;
padding-bottom: 40px;
}
/* line 466, ../../scss/screen.scss */
.styles-preview #carousel img {
height: 120px;
width: 220px;
margin: 0 10px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
@media screen and (max-width: 767px) {
/* line 477, ../../scss/screen.scss */
body {
padding: 0;
}
/* line 481, ../../scss/screen.scss */
header section {
margin: 0;
}
/* line 485, ../../scss/screen.scss */
header h1 {
display: block;
margin-top: 2px;
}
/* line 490, ../../scss/screen.scss */
header section:first-of-type nav a:first-of-type {
margin-left: 0;
}
/* line 494, ../../scss/screen.scss */
aside {
float: none;
margin-top: 10px;
}
} | 0.155816 | 0.062388 |
:root {
--blue:#007bff;
--indigo:#6610f2;
--purple:#6f42c1;
--pink:#e83e8c;
--red:#dc3545;
--orange:#fd7e14;
--yellow:#ffc107;
--green:#28a745;
--teal:#20c997;
--cyan:#17a2b8;
--white:#ffffff;
--gray:#6c757d;
--gray-dark:#343a40;
--primary:#448bff;
--secondary:#535c78;
--success:#31c971;
--info:#14bae4;
--warning:#f4c414;
--danger:#f54394;
--light:#f5f5f6;
--dark:#192039;
--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, "Noto Sans", 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%;
-webkit-tap-highlight-color:rgba(19, 24, 44, 0)
}
article, aside, figcaption, figure, footer, header, hgroup, main, 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";
font-size:.875rem;
font-weight:400;
line-height:1.4285714286;
color:#212529;
text-align:left;
background-color:#f9f9fa
}
[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:.5rem
}
p {
margin-top:0;
margin-bottom:1rem
}
abbr[data-original-title], abbr[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
}
dl, ol, ul {
margin-top:0;
margin-bottom:1rem
}
ol ol, ol ul, ul ol, ul ul {
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:#448bff;
text-decoration:none;
background-color:transparent
}
a:hover {
color:#005ef7;
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
}
code, kbd, pre, samp {
font-family:SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
font-size:1em
}
pre {
margin-top:0;
margin-bottom:1rem;
overflow:auto
}
figure {
margin:0 0 1rem
}
img {
vertical-align:middle;
border-style:none
}
svg {
overflow:hidden;
vertical-align:middle
}
table {
border-collapse:collapse
}
caption {
padding-top:.75rem;
padding-bottom:.75rem;
color:#99a0ac;
text-align:left;
caption-side:bottom
}
th {
text-align:inherit
}
label {
display:inline-block;
margin-bottom:.5rem
}
button {
border-radius:0
}
button:focus {
outline:1px dotted;
outline:5px auto -webkit-focus-ring-color
}
button, input, optgroup, select, textarea {
margin:0;
font-family:inherit;
font-size:inherit;
line-height:inherit
}
button, input {
overflow:visible
}
button, select {
text-transform:none
}
select {
word-wrap:normal
}
[type=button], [type=reset], [type=submit], button {
-webkit-appearance:button
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
cursor:pointer
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
padding:0;
border-style:none
}
input[type=checkbox], input[type=radio] {
box-sizing:border-box;
padding:0
}
input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
-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
}
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:.5rem;
font-weight:500;
line-height:1.2
}
.h1, h1 {
font-size:2.1875rem
}
.h2, h2 {
font-size:1.75rem
}
.h3, h3 {
font-size:1.53125rem
}
.h4, h4 {
font-size:1.3125rem
}
.h5, h5 {
font-size:1.09375rem
}
.h6, h6 {
font-size:.875rem
}
.lead {
font-size:1.09375rem;
font-weight:300
}
.display-1 {
font-size:6rem;
font-weight:300;
line-height:1.2
}
.display-2 {
font-size:5.5rem;
font-weight:300;
line-height:1.2
}
.display-3 {
font-size:4.5rem;
font-weight:300;
line-height:1.2
}
.display-4 {
font-size:3.5rem;
font-weight:300;
line-height:1.2
}
hr {
margin-top:1rem;
margin-bottom:1rem;
border:0;
border-top:1px solid rgba(19, 24, 44, .1)
}
.small, small {
font-size:80%;
font-weight:400
}
.mark, mark {
padding:.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:.5rem
}
.initialism {
font-size:90%;
text-transform:uppercase
}
.blockquote {
margin-bottom:1rem;
font-size:1.09375rem
}
.blockquote-footer {
display:block;
font-size:80%;
color:#6c757d
}
.blockquote-footer::before {
content:"\2014\00A0"
}
.img-fluid {
max-width:100%;
height:auto
}
.img-thumbnail {
padding:.25rem;
background-color:#f9f9fa;
border:1px solid #dee2e6;
border-radius:.25rem;
max-width:100%;
height:auto
}
.figure {
display:inline-block
}
.figure-img {
margin-bottom:.5rem;
line-height:1
}
.figure-caption {
font-size:90%;
color:#6c757d
}
code {
font-size:87.5%;
color:#e83e8c;
word-break:break-word
}
a>code {
color:inherit
}
kbd {
padding:.2rem .4rem;
font-size:87.5%;
color:#fff;
background-color:#212529;
border-radius:.2rem
}
kbd kbd {
padding:0;
font-size:100%;
font-weight:700
}
pre {
display:block;
font-size:87.5%;
color:#212529
}
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, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
position:relative;
width:100%;
padding-right: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.3333333333%;
max-width:8.3333333333%
}
.col-2 {
flex:0 0 16.6666666667%;
max-width:16.6666666667%
}
.col-3 {
flex:0 0 25%;
max-width:25%
}
.col-4 {
flex:0 0 33.3333333333%;
max-width:33.3333333333%
}
.col-5 {
flex:0 0 41.6666666667%;
max-width:41.6666666667%
}
.col-6 {
flex:0 0 50%;
max-width:50%
}
.col-7 {
flex:0 0 58.3333333333%;
max-width:58.3333333333%
}
.col-8 {
flex:0 0 66.6666666667%;
max-width:66.6666666667%
}
.col-9 {
flex:0 0 75%;
max-width:75%
}
.col-10 {
flex:0 0 83.3333333333%;
max-width:83.3333333333%
}
.col-11 {
flex:0 0 91.6666666667%;
max-width:91.6666666667%
}
.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.3333333333%
}
.offset-2 {
margin-left:16.6666666667%
}
.offset-3 {
margin-left:25%
}
.offset-4 {
margin-left:33.3333333333%
}
.offset-5 {
margin-left:41.6666666667%
}
.offset-6 {
margin-left:50%
}
.offset-7 {
margin-left:58.3333333333%
}
.offset-8 {
margin-left:66.6666666667%
}
.offset-9 {
margin-left:75%
}
.offset-10 {
margin-left:83.3333333333%
}
.offset-11 {
margin-left:91.6666666667%
}
@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.3333333333%;
max-width:8.3333333333%
}
.col-sm-2 {
flex:0 0 16.6666666667%;
max-width:16.6666666667%
}
.col-sm-3 {
flex:0 0 25%;
max-width:25%
}
.col-sm-4 {
flex:0 0 33.3333333333%;
max-width:33.3333333333%
}
.col-sm-5 {
flex:0 0 41.6666666667%;
max-width:41.6666666667%
}
.col-sm-6 {
flex:0 0 50%;
max-width:50%
}
.col-sm-7 {
flex:0 0 58.3333333333%;
max-width:58.3333333333%
}
.col-sm-8 {
flex:0 0 66.6666666667%;
max-width:66.6666666667%
}
.col-sm-9 {
flex:0 0 75%;
max-width:75%
}
.col-sm-10 {
flex:0 0 83.3333333333%;
max-width:83.3333333333%
}
.col-sm-11 {
flex:0 0 91.6666666667%;
max-width:91.6666666667%
}
.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.3333333333%
}
.offset-sm-2 {
margin-left:16.6666666667%
}
.offset-sm-3 {
margin-left:25%
}
.offset-sm-4 {
margin-left:33.3333333333%
}
.offset-sm-5 {
margin-left:41.6666666667%
}
.offset-sm-6 {
margin-left:50%
}
.offset-sm-7 {
margin-left:58.3333333333%
}
.offset-sm-8 {
margin-left:66.6666666667%
}
.offset-sm-9 {
margin-left:75%
}
.offset-sm-10 {
margin-left:83.3333333333%
}
.offset-sm-11 {
margin-left:91.6666666667%
}
}
@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.3333333333%;
max-width:8.3333333333%
}
.col-md-2 {
flex:0 0 16.6666666667%;
max-width:16.6666666667%
}
.col-md-3 {
flex:0 0 25%;
max-width:25%
}
.col-md-4 {
flex:0 0 33.3333333333%;
max-width:33.3333333333%
}
.col-md-5 {
flex:0 0 41.6666666667%;
max-width:41.6666666667%
}
.col-md-6 {
flex:0 0 50%;
max-width:50%
}
.col-md-7 {
flex:0 0 58.3333333333%;
max-width:58.3333333333%
}
.col-md-8 {
flex:0 0 66.6666666667%;
max-width:66.6666666667%
}
.col-md-9 {
flex:0 0 75%;
max-width:75%
}
.col-md-10 {
flex:0 0 83.3333333333%;
max-width:83.3333333333%
}
.col-md-11 {
flex:0 0 91.6666666667%;
max-width:91.6666666667%
}
.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.3333333333%
}
.offset-md-2 {
margin-left:16.6666666667%
}
.offset-md-3 {
margin-left:25%
}
.offset-md-4 {
margin-left:33.3333333333%
}
.offset-md-5 {
margin-left:41.6666666667%
}
.offset-md-6 {
margin-left:50%
}
.offset-md-7 {
margin-left:58.3333333333%
}
.offset-md-8 {
margin-left:66.6666666667%
}
.offset-md-9 {
margin-left:75%
}
.offset-md-10 {
margin-left:83.3333333333%
}
.offset-md-11 {
margin-left:91.6666666667%
}
}
@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.3333333333%;
max-width:8.3333333333%
}
.col-lg-2 {
flex:0 0 16.6666666667%;
max-width:16.6666666667%
}
.col-lg-3 {
flex:0 0 25%;
max-width:25%
}
.col-lg-4 {
flex:0 0 33.3333333333%;
max-width:33.3333333333%
}
.col-lg-5 {
flex:0 0 41.6666666667%;
max-width:41.6666666667%
}
.col-lg-6 {
flex:0 0 50%;
max-width:50%
}
.col-lg-7 {
flex:0 0 58.3333333333%;
max-width:58.3333333333%
}
.col-lg-8 {
flex:0 0 66.6666666667%;
max-width:66.6666666667%
}
.col-lg-9 {
flex:0 0 75%;
max-width:75%
}
.col-lg-10 {
flex:0 0 83.3333333333%;
max-width:83.3333333333%
}
.col-lg-11 {
flex:0 0 91.6666666667%;
max-width:91.6666666667%
}
.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.3333333333%
}
.offset-lg-2 {
margin-left:16.6666666667%
}
.offset-lg-3 {
margin-left:25%
}
.offset-lg-4 {
margin-left:33.3333333333%
}
.offset-lg-5 {
margin-left:41.6666666667%
}
.offset-lg-6 {
margin-left:50%
}
.offset-lg-7 {
margin-left:58.3333333333%
}
.offset-lg-8 {
margin-left:66.6666666667%
}
.offset-lg-9 {
margin-left:75%
}
.offset-lg-10 {
margin-left:83.3333333333%
}
.offset-lg-11 {
margin-left:91.6666666667%
}
}
@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.3333333333%;
max-width:8.3333333333%
}
.col-xl-2 {
flex:0 0 16.6666666667%;
max-width:16.6666666667%
}
.col-xl-3 {
flex:0 0 25%;
max-width:25%
}
.col-xl-4 {
flex:0 0 33.3333333333%;
max-width:33.3333333333%
}
.col-xl-5 {
flex:0 0 41.6666666667%;
max-width:41.6666666667%
}
.col-xl-6 {
flex:0 0 50%;
max-width:50%
}
.col-xl-7 {
flex:0 0 58.3333333333%;
max-width:58.3333333333%
}
.col-xl-8 {
flex:0 0 66.6666666667%;
max-width:66.6666666667%
}
.col-xl-9 {
flex:0 0 75%;
max-width:75%
}
.col-xl-10 {
flex:0 0 83.3333333333%;
max-width:83.3333333333%
}
.col-xl-11 {
flex:0 0 91.6666666667%;
max-width:91.6666666667%
}
.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.3333333333%
}
.offset-xl-2 {
margin-left:16.6666666667%
}
.offset-xl-3 {
margin-left:25%
}
.offset-xl-4 {
margin-left:33.3333333333%
}
.offset-xl-5 {
margin-left:41.6666666667%
}
.offset-xl-6 {
margin-left:50%
}
.offset-xl-7 {
margin-left:58.3333333333%
}
.offset-xl-8 {
margin-left:66.6666666667%
}
.offset-xl-9 {
margin-left:75%
}
.offset-xl-10 {
margin-left:83.3333333333%
}
.offset-xl-11 {
margin-left:91.6666666667%
}
}
.table {
width:100%;
margin-bottom:1rem;
color:#212529
}
.table td, .table th {
padding:.75rem;
vertical-align:top;
border-top:1px solid rgba(160, 175, 185, .15)
}
.table thead th {
vertical-align:bottom;
border-bottom:2px solid rgba(160, 175, 185, .15)
}
.table tbody+tbody {
border-top:2px solid rgba(160, 175, 185, .15)
}
.table-sm td, .table-sm th {
padding:.3rem
}
.table-bordered {
border:1px solid rgba(160, 175, 185, .15)
}
.table-bordered td, .table-bordered th {
border:1px solid rgba(160, 175, 185, .15)
}
.table-bordered thead td, .table-bordered thead th {
border-bottom-width:2px
}
.table-borderless tbody+tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
border:0
}
.table-striped tbody tr:nth-of-type(odd) {
background-color:rgba(19, 24, 44, .05)
}
.table-hover tbody tr:hover {
color:#212529;
background-color:rgba(19, 24, 44, .075)
}
.table-primary, .table-primary>td, .table-primary>th {
background-color:#cbdfff
}
.table-primary tbody+tbody, .table-primary td, .table-primary th, .table-primary thead th {
border-color:#9ec3ff
}
.table-hover .table-primary:hover {
background-color:#b2cfff
}
.table-hover .table-primary:hover>td, .table-hover .table-primary:hover>th {
background-color:#b2cfff
}
.table-secondary, .table-secondary>td, .table-secondary>th {
background-color:#cfd1d9
}
.table-secondary tbody+tbody, .table-secondary td, .table-secondary th, .table-secondary thead th {
border-color:#a6aab9
}
.table-hover .table-secondary:hover {
background-color:#c1c3ce
}
.table-hover .table-secondary:hover>td, .table-hover .table-secondary:hover>th {
background-color:#c1c3ce
}
.table-success, .table-success>td, .table-success>th {
background-color:#c5f0d7
}
.table-success tbody+tbody, .table-success td, .table-success th, .table-success thead th {
border-color:#94e3b5
}
.table-hover .table-success:hover {
background-color:#b1ebc9
}
.table-hover .table-success:hover>td, .table-hover .table-success:hover>th {
background-color:#b1ebc9
}
.table-info, .table-info>td, .table-info>th {
background-color:#bdecf7
}
.table-info tbody+tbody, .table-info td, .table-info th, .table-info thead th {
border-color:#85dbf1
}
.table-hover .table-info:hover {
background-color:#a6e5f4
}
.table-hover .table-info:hover>td, .table-hover .table-info:hover>th {
background-color:#a6e5f4
}
.table-warning, .table-warning>td, .table-warning>th {
background-color:#fceebd
}
.table-warning tbody+tbody, .table-warning td, .table-warning th, .table-warning thead th {
border-color:#f9e085
}
.table-hover .table-warning:hover {
background-color:#fbe8a5
}
.table-hover .table-warning:hover>td, .table-hover .table-warning:hover>th {
background-color:#fbe8a5
}
.table-danger, .table-danger>td, .table-danger>th {
background-color:#fccae1
}
.table-danger tbody+tbody, .table-danger td, .table-danger th, .table-danger thead th {
border-color:#fa9dc7
}
.table-hover .table-danger:hover {
background-color:#fbb2d3
}
.table-hover .table-danger:hover>td, .table-hover .table-danger:hover>th {
background-color:#fbb2d3
}
.table-light, .table-light>td, .table-light>th {
background-color:#fcfcfc
}
.table-light tbody+tbody, .table-light td, .table-light th, .table-light thead th {
border-color:#fafafa
}
.table-hover .table-light:hover {
background-color:#efefef
}
.table-hover .table-light:hover>td, .table-hover .table-light:hover>th {
background-color:#efefef
}
.table-dark, .table-dark>td, .table-dark>th {
background-color:#bfc1c8
}
.table-dark tbody+tbody, .table-dark td, .table-dark th, .table-dark thead th {
border-color:#878b98
}
.table-hover .table-dark:hover {
background-color:#b1b4bc
}
.table-hover .table-dark:hover>td, .table-hover .table-dark:hover>th {
background-color:#b1b4bc
}
.table-active, .table-active>td, .table-active>th {
background-color:rgba(19, 24, 44, .075)
}
.table-hover .table-active:hover {
background-color:rgba(11, 14, 26, .075)
}
.table-hover .table-active:hover>td, .table-hover .table-active:hover>th {
background-color:rgba(11, 14, 26, .075)
}
.table .thead-dark th {
color:#fff;
background-color:#343a40;
border-color:#454d55
}
.table .thead-light th {
color:#495057;
background-color:#e9ecef;
border-color:rgba(160, 175, 185, .15)
}
.table-dark {
color:#fff;
background-color:#343a40
}
.table-dark td, .table-dark th, .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, .05)
}
.table-dark.table-hover tbody tr:hover {
color:#fff;
background-color:rgba(255, 255, 255, .075)
}
@media (max-width:575.98px) {
.table-responsive-sm {
display:block;
width:100%;
overflow-x:auto;
-webkit-overflow-scrolling:touch
}
.table-responsive-sm>.table-bordered {
border:0
}
}
@media (max-width:767.98px) {
.table-responsive-md {
display:block;
width:100%;
overflow-x:auto;
-webkit-overflow-scrolling:touch
}
.table-responsive-md>.table-bordered {
border:0
}
}
@media (max-width:991.98px) {
.table-responsive-lg {
display:block;
width:100%;
overflow-x:auto;
-webkit-overflow-scrolling:touch
}
.table-responsive-lg>.table-bordered {
border:0
}
}
@media (max-width:1199.98px) {
.table-responsive-xl {
display:block;
width:100%;
overflow-x:auto;
-webkit-overflow-scrolling:touch
}
.table-responsive-xl>.table-bordered {
border:0
}
}
.table-responsive {
display:block;
width:100%;
overflow-x:auto;
-webkit-overflow-scrolling:touch
}
.table-responsive>.table-bordered {
border:0
}
.form-control {
display:block;
width:100%;
height:calc(1.4285714286em + .75rem + 2px);
padding:.375rem .75rem;
font-size:.875rem;
font-weight:400;
line-height:1.4285714286;
color:#495057;
background-color:#fff;
background-clip:padding-box;
border:1px solid #ced4da;
border-radius:.25rem;
transition:border-color .15s ease-in-out, box-shadow .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:#c4daff;
outline:0;
box-shadow:0 0 0 .2rem rgba(68, 139, 255, .25)
}
.form-control::placeholder {
color:#6c757d;
opacity:1
}
.form-control:disabled, .form-control[readonly] {
background-color:#e9ecef;
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(.375rem + 1px);
padding-bottom:calc(.375rem + 1px);
margin-bottom:0;
font-size:inherit;
line-height:1.4285714286
}
.col-form-label-lg {
padding-top:calc(.5rem + 1px);
padding-bottom:calc(.5rem + 1px);
font-size:2.5rem;
line-height:1.5
}
.col-form-label-sm {
padding-top:calc(.25rem + 1px);
padding-bottom:calc(.25rem + 1px);
font-size:.825rem;
line-height:1.5
}
.form-control-plaintext {
display:block;
width:100%;
padding-top:.375rem;
padding-bottom:.375rem;
margin-bottom:0;
line-height:1.4285714286;
color:#212529;
background-color:transparent;
border:solid transparent;
border-width:1px 0
}
.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {
padding-right:0;
padding-left:0
}
.form-control-sm {
height:calc(1.5em + .5rem + 2px);
padding:.25rem .5rem;
font-size:.825rem;
line-height:1.5;
border-radius:.2rem
}
.form-control-lg {
height:calc(1.5em + 1rem + 2px);
padding:.5rem 1rem;
font-size:2.5rem;
line-height:1.5;
border-radius:.3rem
}
select.form-control[multiple], select.form-control[size] {
height:auto
}
textarea.form-control {
height:auto
}
.form-group {
margin-bottom:1rem
}
.form-text {
display:block;
margin-top:.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:.3rem;
margin-left:-1.25rem
}
.form-check-input:disabled~.form-check-label {
color:#99a0ac
}
.form-check-label {
margin-bottom:0
}
.form-check-inline {
display:inline-flex;
align-items:center;
padding-left:0;
margin-right:.75rem
}
.form-check-inline .form-check-input {
position:static;
margin-top:0;
margin-right:.3125rem;
margin-left:0
}
.valid-feedback {
display:none;
width:100%;
margin-top:.25rem;
font-size:80%;
color:#31c971
}
.valid-tooltip {
position:absolute;
top:100%;
z-index:5;
display:none;
max-width:100%;
padding:.25rem .5rem;
margin-top:.1rem;
font-size:.825rem;
line-height:1.4285714286;
color:#fff;
background-color:rgba(49, 201, 113, .9);
border-radius:.25rem
}
.form-control.is-valid, .was-validated .form-control:valid {
border-color:#31c971;
padding-right:calc(1.4285714286em + .75rem);
background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2331c971' 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(.3571428571em + .1875rem);
background-size:calc(.7142857143em + .375rem) calc(.7142857143em + .375rem)
}
.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
border-color:#31c971;
box-shadow:0 0 0 .2rem rgba(49, 201, 113, .25)
}
.form-control.is-valid~.valid-feedback, .form-control.is-valid~.valid-tooltip, .was-validated .form-control:valid~.valid-feedback, .was-validated .form-control:valid~.valid-tooltip {
display:block
}
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
padding-right:calc(1.4285714286em + .75rem);
background-position:top calc(.3571428571em + .1875rem) right calc(.3571428571em + .1875rem)
}
.custom-select.is-valid, .was-validated .custom-select:valid {
border-color:#31c971;
padding-right:calc((1em + .75rem) * 3 / 4 + 1.75rem);
background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .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='%2331c971' 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(.7142857143em + .375rem) calc(.7142857143em + .375rem)
}
.custom-select.is-valid:focus, .was-validated .custom-select:valid:focus {
border-color:#31c971;
box-shadow:0 0 0 .2rem rgba(49, 201, 113, .25)
}
.custom-select.is-valid~.valid-feedback, .custom-select.is-valid~.valid-tooltip, .was-validated .custom-select:valid~.valid-feedback, .was-validated .custom-select:valid~.valid-tooltip {
display:block
}
.form-control-file.is-valid~.valid-feedback, .form-control-file.is-valid~.valid-tooltip, .was-validated .form-control-file:valid~.valid-feedback, .was-validated .form-control-file:valid~.valid-tooltip {
display:block
}
.form-check-input.is-valid~.form-check-label, .was-validated .form-check-input:valid~.form-check-label {
color:#31c971
}
.form-check-input.is-valid~.valid-feedback, .form-check-input.is-valid~.valid-tooltip, .was-validated .form-check-input:valid~.valid-feedback, .was-validated .form-check-input:valid~.valid-tooltip {
display:block
}
.custom-control-input.is-valid~.custom-control-label, .was-validated .custom-control-input:valid~.custom-control-label {
color:#31c971
}
.custom-control-input.is-valid~.custom-control-label::before, .was-validated .custom-control-input:valid~.custom-control-label::before {
border-color:#31c971
}
.custom-control-input.is-valid~.valid-feedback, .custom-control-input.is-valid~.valid-tooltip, .was-validated .custom-control-input:valid~.valid-feedback, .was-validated .custom-control-input:valid~.valid-tooltip {
display:block
}
.custom-control-input.is-valid:checked~.custom-control-label::before, .was-validated .custom-control-input:valid:checked~.custom-control-label::before {
border-color:#57d68c;
background-color:#57d68c
}
.custom-control-input.is-valid:focus~.custom-control-label::before, .was-validated .custom-control-input:valid:focus~.custom-control-label::before {
box-shadow:0 0 0 .2rem rgba(49, 201, 113, .25)
}
.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before, .was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before {
border-color:#31c971
}
.custom-file-input.is-valid~.custom-file-label, .was-validated .custom-file-input:valid~.custom-file-label {
border-color:#31c971
}
.custom-file-input.is-valid~.valid-feedback, .custom-file-input.is-valid~.valid-tooltip, .was-validated .custom-file-input:valid~.valid-feedback, .was-validated .custom-file-input:valid~.valid-tooltip {
display:block
}
.custom-file-input.is-valid:focus~.custom-file-label, .was-validated .custom-file-input:valid:focus~.custom-file-label {
border-color:#31c971;
box-shadow:0 0 0 .2rem rgba(49, 201, 113, .25)
}
.invalid-feedback {
display:none;
width:100%;
margin-top:.25rem;
font-size:80%;
color:#f54394
}
.invalid-tooltip {
position:absolute;
top:100%;
z-index:5;
display:none;
max-width:100%;
padding:.25rem .5rem;
margin-top:.1rem;
font-size:.825rem;
line-height:1.4285714286;
color:#fff;
background-color:rgba(245, 67, 148, .9);
border-radius:.25rem
}
.form-control.is-invalid, .was-validated .form-control:invalid {
border-color:#f54394;
padding-right:calc(1.4285714286em + .75rem);
background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23f54394' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23f54394' 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(.3571428571em + .1875rem);
background-size:calc(.7142857143em + .375rem) calc(.7142857143em + .375rem)
}
.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
border-color:#f54394;
box-shadow:0 0 0 .2rem rgba(245, 67, 148, .25)
}
.form-control.is-invalid~.invalid-feedback, .form-control.is-invalid~.invalid-tooltip, .was-validated .form-control:invalid~.invalid-feedback, .was-validated .form-control:invalid~.invalid-tooltip {
display:block
}
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
padding-right:calc(1.4285714286em + .75rem);
background-position:top calc(.3571428571em + .1875rem) right calc(.3571428571em + .1875rem)
}
.custom-select.is-invalid, .was-validated .custom-select:invalid {
border-color:#f54394;
padding-right:calc((1em + .75rem) * 3 / 4 + 1.75rem);
background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23f54394' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23f54394' 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(.7142857143em + .375rem) calc(.7142857143em + .375rem)
}
.custom-select.is-invalid:focus, .was-validated .custom-select:invalid:focus {
border-color:#f54394;
box-shadow:0 0 0 .2rem rgba(245, 67, 148, .25)
}
.custom-select.is-invalid~.invalid-feedback, .custom-select.is-invalid~.invalid-tooltip, .was-validated .custom-select:invalid~.invalid-feedback, .was-validated .custom-select:invalid~.invalid-tooltip {
display:block
}
.form-control-file.is-invalid~.invalid-feedback, .form-control-file.is-invalid~.invalid-tooltip, .was-validated .form-control-file:invalid~.invalid-feedback, .was-validated .form-control-file:invalid~.invalid-tooltip {
display:block
}
.form-check-input.is-invalid~.form-check-label, .was-validated .form-check-input:invalid~.form-check-label {
color:#f54394
}
.form-check-input.is-invalid~.invalid-feedback, .form-check-input.is-invalid~.invalid-tooltip, .was-validated .form-check-input:invalid~.invalid-feedback, .was-validated .form-check-input:invalid~.invalid-tooltip {
display:block
}
.custom-control-input.is-invalid~.custom-control-label, .was-validated .custom-control-input:invalid~.custom-control-label {
color:#f54394
}
.custom-control-input.is-invalid~.custom-control-label::before, .was-validated .custom-control-input:invalid~.custom-control-label::before {
border-color:#f54394
}
.custom-control-input.is-invalid~.invalid-feedback, .custom-control-input.is-invalid~.invalid-tooltip, .was-validated .custom-control-input:invalid~.invalid-feedback, .was-validated .custom-control-input:invalid~.invalid-tooltip {
display:block
}
.custom-control-input.is-invalid:checked~.custom-control-label::before, .was-validated .custom-control-input:invalid:checked~.custom-control-label::before {
border-color:#f873b0;
background-color:#f873b0
}
.custom-control-input.is-invalid:focus~.custom-control-label::before, .was-validated .custom-control-input:invalid:focus~.custom-control-label::before {
box-shadow:0 0 0 .2rem rgba(245, 67, 148, .25)
}
.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before, .was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before {
border-color:#f54394
}
.custom-file-input.is-invalid~.custom-file-label, .was-validated .custom-file-input:invalid~.custom-file-label {
border-color:#f54394
}
.custom-file-input.is-invalid~.invalid-feedback, .custom-file-input.is-invalid~.invalid-tooltip, .was-validated .custom-file-input:invalid~.invalid-feedback, .was-validated .custom-file-input:invalid~.invalid-tooltip {
display:block
}
.custom-file-input.is-invalid:focus~.custom-file-label, .was-validated .custom-file-input:invalid:focus~.custom-file-label {
border-color:#f54394;
box-shadow:0 0 0 .2rem rgba(245, 67, 148, .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 .custom-select, .form-inline .input-group {
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:.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:#212529;
text-align:center;
vertical-align:middle;
user-select:none;
background-color:transparent;
border:1px solid transparent;
padding:.375rem .75rem;
font-size:.875rem;
line-height:1.4285714286;
border-radius:.25rem;
transition:color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
.btn {
transition:none
}
}
.btn:hover {
color:#212529;
text-decoration:none
}
.btn.focus, .btn:focus {
outline:0;
box-shadow:0 0 0 .2rem rgba(68, 139, 255, .25)
}
.btn.disabled, .btn:disabled {
opacity:.65
}
a.btn.disabled, fieldset:disabled a.btn {
pointer-events:none
}
.btn-primary {
color:#fff;
background-color:#448bff;
border-color:#448bff
}
.btn-primary:hover {
color:#fff;
background-color:#1e73ff;
border-color:#116bff
}
.btn-primary.focus, .btn-primary:focus {
box-shadow:0 0 0 .2rem rgba(96, 156, 255, .5)
}
.btn-primary.disabled, .btn-primary:disabled {
color:#fff;
background-color:#448bff;
border-color:#448bff
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
color:#fff;
background-color:#116bff;
border-color:#0463ff
}
.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 .2rem rgba(96, 156, 255, .5)
}
.btn-secondary {
color:#fff;
background-color:#535c78;
border-color:#535c78
}
.btn-secondary:hover {
color:#fff;
background-color:#434b61;
border-color:#3e455a
}
.btn-secondary.focus, .btn-secondary:focus {
box-shadow:0 0 0 .2rem rgba(109, 116, 140, .5)
}
.btn-secondary.disabled, .btn-secondary:disabled {
color:#fff;
background-color:#535c78;
border-color:#535c78
}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
color:#fff;
background-color:#3e455a;
border-color:#393f52
}
.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 .2rem rgba(109, 116, 140, .5)
}
.btn-success {
color:#fff;
background-color:#31c971;
border-color:#31c971
}
.btn-success:hover {
color:#fff;
background-color:#2aaa60;
border-color:#27a05a
}
.btn-success.focus, .btn-success:focus {
box-shadow:0 0 0 .2rem rgba(80, 209, 134, .5)
}
.btn-success.disabled, .btn-success:disabled {
color:#fff;
background-color:#31c971;
border-color:#31c971
}
.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle {
color:#fff;
background-color:#27a05a;
border-color:#259654
}
.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 .2rem rgba(80, 209, 134, .5)
}
.btn-info {
color:#fff;
background-color:#14bae4;
border-color:#14bae4
}
.btn-info:hover {
color:#fff;
background-color:#119dc1;
border-color:#1094b5
}
.btn-info.focus, .btn-info:focus {
box-shadow:0 0 0 .2rem rgba(55, 196, 232, .5)
}
.btn-info.disabled, .btn-info:disabled {
color:#fff;
background-color:#14bae4;
border-color:#14bae4
}
.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show>.btn-info.dropdown-toggle {
color:#fff;
background-color:#1094b5;
border-color:#0f8aa9
}
.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 .2rem rgba(55, 196, 232, .5)
}
.btn-warning {
color:#212529;
background-color:#f4c414;
border-color:#f4c414
}
.btn-warning:hover {
color:#212529;
background-color:#d8ac0a;
border-color:#cba20a
}
.btn-warning.focus, .btn-warning:focus {
box-shadow:0 0 0 .2rem rgba(212, 172, 23, .5)
}
.btn-warning.disabled, .btn-warning:disabled {
color:#212529;
background-color:#f4c414;
border-color:#f4c414
}
.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show>.btn-warning.dropdown-toggle {
color:#212529;
background-color:#cba20a;
border-color:#bf9809
}
.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 .2rem rgba(212, 172, 23, .5)
}
.btn-danger {
color:#fff;
background-color:#f54394;
border-color:#f54394
}
.btn-danger:hover {
color:#fff;
background-color:#f31f7f;
border-color:#f21378
}
.btn-danger.focus, .btn-danger:focus {
box-shadow:0 0 0 .2rem rgba(247, 95, 164, .5)
}
.btn-danger.disabled, .btn-danger:disabled {
color:#fff;
background-color:#f54394;
border-color:#f54394
}
.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show>.btn-danger.dropdown-toggle {
color:#fff;
background-color:#f21378;
border-color:#ec0d72
}
.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 .2rem rgba(247, 95, 164, .5)
}
.btn-light {
color:#212529;
background-color:#f5f5f6;
border-color:#f5f5f6
}
.btn-light:hover {
color:#212529;
background-color:#e1e1e4;
border-color:#dadade
}
.btn-light.focus, .btn-light:focus {
box-shadow:0 0 0 .2rem rgba(213, 214, 215, .5)
}
.btn-light.disabled, .btn-light:disabled {
color:#212529;
background-color:#f5f5f6;
border-color:#f5f5f6
}
.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show>.btn-light.dropdown-toggle {
color:#212529;
background-color:#dadade;
border-color:#d3d3d8
}
.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 .2rem rgba(213, 214, 215, .5)
}
.btn-dark {
color:#fff;
background-color:#192039;
border-color:#192039
}
.btn-dark:hover {
color:#fff;
background-color:#0d111e;
border-color:#090c16
}
.btn-dark.focus, .btn-dark:focus {
box-shadow:0 0 0 .2rem rgba(60, 65, 87, .5)
}
.btn-dark.disabled, .btn-dark:disabled {
color:#fff;
background-color:#192039;
border-color:#192039
}
.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show>.btn-dark.dropdown-toggle {
color:#fff;
background-color:#090c16;
border-color:#06070d
}
.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 .2rem rgba(60, 65, 87, .5)
}
.btn-outline-primary {
color:#448bff;
border-color:#448bff
}
.btn-outline-primary:hover {
color:#fff;
background-color:#448bff;
border-color:#448bff
}
.btn-outline-primary.focus, .btn-outline-primary:focus {
box-shadow:0 0 0 .2rem rgba(68, 139, 255, .5)
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
color:#448bff;
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:#448bff;
border-color:#448bff
}
.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 .2rem rgba(68, 139, 255, .5)
}
.btn-outline-secondary {
color:#535c78;
border-color:#535c78
}
.btn-outline-secondary:hover {
color:#fff;
background-color:#535c78;
border-color:#535c78
}
.btn-outline-secondary.focus, .btn-outline-secondary:focus {
box-shadow:0 0 0 .2rem rgba(83, 92, 120, .5)
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
color:#535c78;
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:#535c78;
border-color:#535c78
}
.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 .2rem rgba(83, 92, 120, .5)
}
.btn-outline-success {
color:#31c971;
border-color:#31c971
}
.btn-outline-success:hover {
color:#fff;
background-color:#31c971;
border-color:#31c971
}
.btn-outline-success.focus, .btn-outline-success:focus {
box-shadow:0 0 0 .2rem rgba(49, 201, 113, .5)
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
color:#31c971;
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:#31c971;
border-color:#31c971
}
.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 .2rem rgba(49, 201, 113, .5)
}
.btn-outline-info {
color:#14bae4;
border-color:#14bae4
}
.btn-outline-info:hover {
color:#fff;
background-color:#14bae4;
border-color:#14bae4
}
.btn-outline-info.focus, .btn-outline-info:focus {
box-shadow:0 0 0 .2rem rgba(20, 186, 228, .5)
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
color:#14bae4;
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:#14bae4;
border-color:#14bae4
}
.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 .2rem rgba(20, 186, 228, .5)
}
.btn-outline-warning {
color:#f4c414;
border-color:#f4c414
}
.btn-outline-warning:hover {
color:#212529;
background-color:#f4c414;
border-color:#f4c414
}
.btn-outline-warning.focus, .btn-outline-warning:focus {
box-shadow:0 0 0 .2rem rgba(244, 196, 20, .5)
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
color:#f4c414;
background-color:transparent
}
.btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show>.btn-outline-warning.dropdown-toggle {
color:#212529;
background-color:#f4c414;
border-color:#f4c414
}
.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 .2rem rgba(244, 196, 20, .5)
}
.btn-outline-danger {
color:#f54394;
border-color:#f54394
}
.btn-outline-danger:hover {
color:#fff;
background-color:#f54394;
border-color:#f54394
}
.btn-outline-danger.focus, .btn-outline-danger:focus {
box-shadow:0 0 0 .2rem rgba(245, 67, 148, .5)
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
color:#f54394;
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:#f54394;
border-color:#f54394
}
.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 .2rem rgba(245, 67, 148, .5)
}
.btn-outline-light {
color:#f5f5f6;
border-color:#f5f5f6
}
.btn-outline-light:hover {
color:#212529;
background-color:#f5f5f6;
border-color:#f5f5f6
}
.btn-outline-light.focus, .btn-outline-light:focus {
box-shadow:0 0 0 .2rem rgba(245, 245, 246, .5)
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
color:#f5f5f6;
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:#f5f5f6;
border-color:#f5f5f6
}
.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 .2rem rgba(245, 245, 246, .5)
}
.btn-outline-dark {
color:#192039;
border-color:#192039
}
.btn-outline-dark:hover {
color:#fff;
background-color:#192039;
border-color:#192039
}
.btn-outline-dark.focus, .btn-outline-dark:focus {
box-shadow:0 0 0 .2rem rgba(25, 32, 57, .5)
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
color:#192039;
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:#192039;
border-color:#192039
}
.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 .2rem rgba(25, 32, 57, .5)
}
.btn-link {
font-weight:400;
color:#448bff;
text-decoration:none
}
.btn-link:hover {
color:#005ef7;
text-decoration:underline
}
.btn-link.focus, .btn-link:focus {
text-decoration:underline;
box-shadow:none
}
.btn-link.disabled, .btn-link:disabled {
color:#6c757d;
pointer-events:none
}
.btn-group-lg>.btn, .btn-lg {
padding:.5rem 1rem;
font-size:2.5rem;
line-height:1.5;
border-radius:.3rem
}
.btn-group-sm>.btn, .btn-sm {
padding:.25rem .5rem;
font-size:.825rem;
line-height:1.5;
border-radius:.2rem
}
.btn-block {
display:block;
width:100%
}
.btn-block+.btn-block {
margin-top:.5rem
}
input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
width:100%
}
.fade {
transition:opacity .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 .35s ease
}
@media (prefers-reduced-motion:reduce) {
.collapsing {
transition:none
}
}
.dropdown, .dropleft, .dropright, .dropup {
position:relative
}
.dropdown-toggle {
white-space:nowrap
}
.dropdown-toggle::after {
display:inline-block;
margin-left:.255em;
vertical-align:.255em;
content:"";
border-top:.3em solid;
border-right:.3em solid transparent;
border-bottom:0;
border-left:.3em solid transparent
}
.dropdown-toggle:empty::after {
margin-left:0
}
.dropdown-menu {
position:absolute;
top:100%;
left:0;
z-index:1000;
display:none;
float:left;
min-width:10rem;
padding:.5rem 0;
margin:.125rem 0 0;
font-size:.875rem;
color:#212529;
text-align:left;
list-style:none;
background-color:#fff;
background-clip:padding-box;
border:1px solid rgba(19, 24, 44, .15);
border-radius:.25rem
}
.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:.125rem
}
.dropup .dropdown-toggle::after {
display:inline-block;
margin-left:.255em;
vertical-align:.255em;
content:"";
border-top:0;
border-right:.3em solid transparent;
border-bottom:.3em solid;
border-left:.3em solid transparent
}
.dropup .dropdown-toggle:empty::after {
margin-left:0
}
.dropright .dropdown-menu {
top:0;
right:auto;
left:100%;
margin-top:0;
margin-left:.125rem
}
.dropright .dropdown-toggle::after {
display:inline-block;
margin-left:.255em;
vertical-align:.255em;
content:"";
border-top:.3em solid transparent;
border-right:0;
border-bottom:.3em solid transparent;
border-left:.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:.125rem
}
.dropleft .dropdown-toggle::after {
display:inline-block;
margin-left:.255em;
vertical-align:.255em;
content:""
}
.dropleft .dropdown-toggle::after {
display:none
}
.dropleft .dropdown-toggle::before {
display:inline-block;
margin-right:.255em;
vertical-align:.255em;
content:"";
border-top:.3em solid transparent;
border-right:.3em solid;
border-bottom:.3em solid transparent
}
.dropleft .dropdown-toggle:empty::after {
margin-left:0
}
.dropleft .dropdown-toggle::before {
vertical-align:0
}
.dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
right:auto;
bottom:auto
}
.dropdown-divider {
height:0;
margin:.5rem 0;
overflow:hidden;
border-top:1px solid #e9ecef
}
.dropdown-item {
display:block;
width:100%;
padding:.25rem 1.5rem;
clear:both;
font-weight:400;
color:#212529;
text-align:inherit;
white-space:nowrap;
background-color:transparent;
border:0
}
.dropdown-item:focus, .dropdown-item:hover {
color:#16181b;
text-decoration:none;
background-color:#f8f9fa
}
.dropdown-item.active, .dropdown-item:active {
color:#fff;
text-decoration:none;
background-color:#448bff
}
.dropdown-item.disabled, .dropdown-item:disabled {
color:#6c757d;
pointer-events:none;
background-color:transparent
}
.dropdown-menu.show {
display:block
}
.dropdown-header {
display:block;
padding:.5rem 1.5rem;
margin-bottom:0;
font-size:.825rem;
color:#6c757d;
white-space:nowrap
}
.dropdown-item-text {
display:block;
padding:.25rem 1.5rem;
color:#212529
}
.btn-group, .btn-group-vertical {
position:relative;
display:inline-flex;
vertical-align:middle
}
.btn-group-vertical>.btn, .btn-group>.btn {
position:relative;
flex:1 1 auto
}
.btn-group-vertical>.btn:hover, .btn-group>.btn:hover {
z-index:1
}
.btn-group-vertical>.btn.active, .btn-group-vertical>.btn:active, .btn-group-vertical>.btn:focus, .btn-group>.btn.active, .btn-group>.btn:active, .btn-group>.btn:focus {
z-index:1
}
.btn-toolbar {
display:flex;
flex-wrap:wrap;
justify-content:flex-start
}
.btn-toolbar .input-group {
width:auto
}
.btn-group>.btn-group:not(:first-child), .btn-group>.btn:not(:first-child) {
margin-left:-1px
}
.btn-group>.btn-group:not(:last-child)>.btn, .btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
border-top-right-radius:0;
border-bottom-right-radius:0
}
.btn-group>.btn-group:not(:first-child)>.btn, .btn-group>.btn:not(:first-child) {
border-top-left-radius:0;
border-bottom-left-radius:0
}
.dropdown-toggle-split {
padding-right:.5625rem;
padding-left:.5625rem
}
.dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after {
margin-left:0
}
.dropleft .dropdown-toggle-split::before {
margin-right:0
}
.btn-group-sm>.btn+.dropdown-toggle-split, .btn-sm+.dropdown-toggle-split {
padding-right:.375rem;
padding-left:.375rem
}
.btn-group-lg>.btn+.dropdown-toggle-split, .btn-lg+.dropdown-toggle-split {
padding-right:.75rem;
padding-left:.75rem
}
.btn-group-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-group:not(:first-child), .btn-group-vertical>.btn:not(:first-child) {
margin-top:-1px
}
.btn-group-vertical>.btn-group:not(:last-child)>.btn, .btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
border-bottom-right-radius:0;
border-bottom-left-radius:0
}
.btn-group-vertical>.btn-group:not(:first-child)>.btn, .btn-group-vertical>.btn:not(:first-child) {
border-top-left-radius:0;
border-top-right-radius:0
}
.btn-group-toggle>.btn, .btn-group-toggle>.btn-group>.btn {
margin-bottom:0
}
.btn-group-toggle>.btn input[type=checkbox], .btn-group-toggle>.btn input[type=radio], .btn-group-toggle>.btn-group>.btn input[type=checkbox], .btn-group-toggle>.btn-group>.btn input[type=radio] {
position:absolute;
clip:rect(0,0,0,0);
pointer-events:none
}
.input-group {
position:relative;
display:flex;
flex-wrap:wrap;
align-items:stretch;
width:100%
}
.input-group>.custom-file, .input-group>.custom-select, .input-group>.form-control, .input-group>.form-control-plaintext {
position:relative;
flex:1 1 auto;
width:1%;
margin-bottom:0
}
.input-group>.custom-file+.custom-file, .input-group>.custom-file+.custom-select, .input-group>.custom-file+.form-control, .input-group>.custom-select+.custom-file, .input-group>.custom-select+.custom-select, .input-group>.custom-select+.form-control, .input-group>.form-control+.custom-file, .input-group>.form-control+.custom-select, .input-group>.form-control+.form-control, .input-group>.form-control-plaintext+.custom-file, .input-group>.form-control-plaintext+.custom-select, .input-group>.form-control-plaintext+.form-control {
margin-left:-1px
}
.input-group>.custom-file .custom-file-input:focus~.custom-file-label, .input-group>.custom-select:focus, .input-group>.form-control:focus {
z-index:3
}
.input-group>.custom-file .custom-file-input:focus {
z-index:4
}
.input-group>.custom-select:not(:last-child), .input-group>.form-control:not(:last-child) {
border-top-right-radius:0;
border-bottom-right-radius:0
}
.input-group>.custom-select:not(:first-child), .input-group>.form-control:not(:first-child) {
border-top-left-radius:0;
border-bottom-left-radius:0
}
.input-group>.custom-file {
display:flex;
align-items:center
}
.input-group>.custom-file:not(:last-child) .custom-file-label, .input-group>.custom-file:not(:last-child) .custom-file-label::after {
border-top-right-radius:0;
border-bottom-right-radius:0
}
.input-group>.custom-file:not(:first-child) .custom-file-label {
border-top-left-radius:0;
border-bottom-left-radius:0
}
.input-group-append, .input-group-prepend {
display:flex
}
.input-group-append .btn, .input-group-prepend .btn {
position:relative;
z-index:2
}
.input-group-append .btn:focus, .input-group-prepend .btn:focus {
z-index:3
}
.input-group-append .btn+.btn, .input-group-append .btn+.input-group-text, .input-group-append .input-group-text+.btn, .input-group-append .input-group-text+.input-group-text, .input-group-prepend .btn+.btn, .input-group-prepend .btn+.input-group-text, .input-group-prepend .input-group-text+.btn, .input-group-prepend .input-group-text+.input-group-text {
margin-left:-1px
}
.input-group-prepend {
margin-right:-1px
}
.input-group-append {
margin-left:-1px
}
.input-group-text {
display:flex;
align-items:center;
padding:.375rem .75rem;
margin-bottom:0;
font-size:.875rem;
font-weight:400;
line-height:1.4285714286;
color:#495057;
text-align:center;
white-space:nowrap;
background-color:#e9ecef;
border:1px solid #ced4da;
border-radius:.25rem
}
.input-group-text input[type=checkbox], .input-group-text input[type=radio] {
margin-top:0
}
.input-group-lg>.custom-select, .input-group-lg>.form-control:not(textarea) {
height:calc(1.5em + 1rem + 2px)
}
.input-group-lg>.custom-select, .input-group-lg>.form-control, .input-group-lg>.input-group-append>.btn, .input-group-lg>.input-group-append>.input-group-text, .input-group-lg>.input-group-prepend>.btn, .input-group-lg>.input-group-prepend>.input-group-text {
padding:.5rem 1rem;
font-size:2.5rem;
line-height:1.5;
border-radius:.3rem
}
.input-group-sm>.custom-select, .input-group-sm>.form-control:not(textarea) {
height:calc(1.5em + .5rem + 2px)
}
.input-group-sm>.custom-select, .input-group-sm>.form-control, .input-group-sm>.input-group-append>.btn, .input-group-sm>.input-group-append>.input-group-text, .input-group-sm>.input-group-prepend>.btn, .input-group-sm>.input-group-prepend>.input-group-text {
padding:.25rem .5rem;
font-size:.825rem;
line-height:1.5;
border-radius:.2rem
}
.input-group-lg>.custom-select, .input-group-sm>.custom-select {
padding-right:1.75rem
}
.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle), .input-group>.input-group-append:last-child>.input-group-text:not(:last-child), .input-group>.input-group-append:not(:last-child)>.btn, .input-group>.input-group-append:not(:last-child)>.input-group-text, .input-group>.input-group-prepend>.btn, .input-group>.input-group-prepend>.input-group-text {
border-top-right-radius:0;
border-bottom-right-radius:0
}
.input-group>.input-group-append>.btn, .input-group>.input-group-append>.input-group-text, .input-group>.input-group-prepend:first-child>.btn:not(:first-child), .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child), .input-group>.input-group-prepend:not(:first-child)>.btn, .input-group>.input-group-prepend:not(:first-child)>.input-group-text {
border-top-left-radius:0;
border-bottom-left-radius:0
}
.custom-control {
position:relative;
display:block;
min-height:1.25rem;
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:#448bff;
background-color:#448bff
}
.custom-control-input:focus~.custom-control-label::before {
box-shadow:0 0 0 .2rem rgba(68, 139, 255, .25)
}
.custom-control-input:focus:not(:checked)~.custom-control-label::before {
border-color:#c4daff
}
.custom-control-input:not(:disabled):active~.custom-control-label::before {
color:#fff;
background-color:#f7faff;
border-color:#f7faff
}
.custom-control-input:disabled~.custom-control-label {
color:#6c757d
}
.custom-control-input:disabled~.custom-control-label::before {
background-color:#e9ecef
}
.custom-control-label {
position:relative;
margin-bottom:0;
vertical-align:top
}
.custom-control-label::before {
position:absolute;
top:.125rem;
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:.125rem;
left:-1.5rem;
display:block;
width:1rem;
height:1rem;
content:"";
background:no-repeat 50%/50% 50%
}
.custom-checkbox .custom-control-label::before {
border-radius:.25rem
}
.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='%23ffffff' 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:#448bff;
background-color:#448bff
}
.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='%23ffffff' d='M0 2h4'/%3e%3c/svg%3e")
}
.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
background-color:rgba(68, 139, 255, .5)
}
.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
background-color:rgba(68, 139, 255, .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='%23ffffff'/%3e%3c/svg%3e")
}
.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
background-color:rgba(68, 139, 255, .5)
}
.custom-switch {
padding-left:2.25rem
}
.custom-switch .custom-control-label::before {
left:-2.25rem;
width:1.75rem;
pointer-events:all;
border-radius:.5rem
}
.custom-switch .custom-control-label::after {
top:calc(.125rem + 2px);
left:calc(-2.25rem + 2px);
width:calc(1rem - 4px);
height:calc(1rem - 4px);
background-color:#adb5bd;
border-radius:.5rem;
transition:transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .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(.75rem)
}
.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
background-color:rgba(68, 139, 255, .5)
}
.custom-select {
display:inline-block;
width:100%;
height:calc(1.4285714286em + .75rem + 2px);
padding:.375rem 1.75rem .375rem .75rem;
font-size:.875rem;
font-weight:400;
line-height:1.4285714286;
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 .75rem center/8px 10px;
background-color:#fff;
border:1px solid #ced4da;
border-radius:.25rem;
appearance:none
}
.custom-select:focus {
border-color:#c4daff;
outline:0;
box-shadow:0 0 0 .2rem rgba(68, 139, 255, .25)
}
.custom-select:focus::-ms-value {
color:#495057;
background-color:#fff
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
height:auto;
padding-right:.75rem;
background-image:none
}
.custom-select:disabled {
color:#6c757d;
background-color:#e9ecef
}
.custom-select::-ms-expand {
display:none
}
.custom-select-sm {
height:calc(1.5em + .5rem + 2px);
padding-top:.25rem;
padding-bottom:.25rem;
padding-left:.5rem;
font-size:.825rem
}
.custom-select-lg {
height:calc(1.5em + 1rem + 2px);
padding-top:.5rem;
padding-bottom:.5rem;
padding-left:1rem;
font-size:2.5rem
}
.custom-file {
position:relative;
display:inline-block;
width:100%;
height:calc(1.4285714286em + .75rem + 2px);
margin-bottom:0
}
.custom-file-input {
position:relative;
z-index:2;
width:100%;
height:calc(1.4285714286em + .75rem + 2px);
margin:0;
opacity:0
}
.custom-file-input:focus~.custom-file-label {
border-color:#c4daff;
box-shadow:0 0 0 .2rem rgba(68, 139, 255, .25)
}
.custom-file-input:disabled~.custom-file-label {
background-color:#e9ecef
}
.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.4285714286em + .75rem + 2px);
padding:.375rem .75rem;
font-weight:400;
line-height:1.4285714286;
color:#495057;
background-color:#fff;
border:1px solid #ced4da;
border-radius:.25rem
}
.custom-file-label::after {
position:absolute;
top:0;
right:0;
bottom:0;
z-index:3;
display:block;
height:calc(1.4285714286em + .75rem);
padding:.375rem .75rem;
line-height:1.4285714286;
color:#495057;
content:"Browse";
background-color:#e9ecef;
border-left:inherit;
border-radius:0 .25rem .25rem 0
}
.custom-range {
width:100%;
height:calc(1rem + .4rem);
padding:0;
background-color:transparent;
appearance:none
}
.custom-range:focus {
outline:0
}
.custom-range:focus::-webkit-slider-thumb {
box-shadow:0 0 0 1px #f9f9fa, 0 0 0 .2rem rgba(68, 139, 255, .25)
}
.custom-range:focus::-moz-range-thumb {
box-shadow:0 0 0 1px #f9f9fa, 0 0 0 .2rem rgba(68, 139, 255, .25)
}
.custom-range:focus::-ms-thumb {
box-shadow:0 0 0 1px #f9f9fa, 0 0 0 .2rem rgba(68, 139, 255, .25)
}
.custom-range::-moz-focus-outer {
border:0
}
.custom-range::-webkit-slider-thumb {
width:1rem;
height:1rem;
margin-top:-.25rem;
background-color:#448bff;
border:0;
border-radius:1rem;
transition:background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .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:#f7faff
}
.custom-range::-webkit-slider-runnable-track {
width:100%;
height:.5rem;
color:transparent;
cursor:pointer;
background-color:#dee2e6;
border-color:transparent;
border-radius:1rem
}
.custom-range::-moz-range-thumb {
width:1rem;
height:1rem;
background-color:#448bff;
border:0;
border-radius:1rem;
transition:background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .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:#f7faff
}
.custom-range::-moz-range-track {
width:100%;
height:.5rem;
color:transparent;
cursor:pointer;
background-color:#dee2e6;
border-color:transparent;
border-radius:1rem
}
.custom-range::-ms-thumb {
width:1rem;
height:1rem;
margin-top:0;
margin-right:.2rem;
margin-left:.2rem;
background-color:#448bff;
border:0;
border-radius:1rem;
transition:background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
appearance:none
}
@media (prefers-reduced-motion:reduce) {
.custom-range::-ms-thumb {
transition:none
}
}
.custom-range::-ms-thumb:active {
background-color:#f7faff
}
.custom-range::-ms-track {
width:100%;
height:.5rem;
color:transparent;
cursor:pointer;
background-color:transparent;
border-color:transparent;
border-width:.5rem
}
.custom-range::-ms-fill-lower {
background-color:#dee2e6;
border-radius:1rem
}
.custom-range::-ms-fill-upper {
margin-right:15px;
background-color:#dee2e6;
border-radius:1rem
}
.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 .15s ease-in-out, border-color .15s ease-in-out, box-shadow .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:.5rem 1rem
}
.nav-link:focus, .nav-link:hover {
text-decoration:none
}
.nav-link.disabled {
color:#6c757d;
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;
border-top-left-radius:.25rem;
border-top-right-radius:.25rem
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
border-color:#e9ecef #e9ecef #dee2e6
}
.nav-tabs .nav-link.disabled {
color:#6c757d;
background-color:transparent;
border-color:transparent
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
color:#495057;
background-color:#f9f9fa;
border-color:#dee2e6 #dee2e6 #f9f9fa
}
.nav-tabs .dropdown-menu {
margin-top:-1px;
border-top-left-radius:0;
border-top-right-radius:0
}
.nav-pills .nav-link {
border-radius:.25rem
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
color:#fff;
background-color:#448bff
}
.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:.5rem 1rem
}
.navbar>.container, .navbar>.container-fluid {
display:flex;
flex-wrap:wrap;
align-items:center;
justify-content:space-between
}
.navbar-brand {
display:inline-block;
margin-right:1rem;
font-size:2.5rem;
line-height:inherit;
white-space:nowrap
}
.navbar-brand:focus, .navbar-brand:hover {
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:.5rem;
padding-bottom:.5rem
}
.navbar-collapse {
flex-basis:100%;
flex-grow:1;
align-items:center
}
.navbar-toggler {
padding:.25rem .75rem;
font-size:2.5rem;
line-height:1;
background-color:transparent;
border:1px solid transparent;
border-radius:.25rem
}
.navbar-toggler:focus, .navbar-toggler:hover {
text-decoration:none
}
.navbar-toggler-icon {
display:inline-block;
width:1.5em;
height:1.5em;
vertical-align:middle;
content:"";
background: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:.5rem;
padding-left:.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:.5rem;
padding-left:.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:.5rem;
padding-left:.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:.5rem;
padding-left:.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:.5rem;
padding-left:.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(19, 24, 44, .9)
}
.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
color:rgba(19, 24, 44, .9)
}
.navbar-light .navbar-nav .nav-link {
color:rgba(19, 24, 44, .5)
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
color:rgba(19, 24, 44, .7)
}
.navbar-light .navbar-nav .nav-link.disabled {
color:rgba(19, 24, 44, .3)
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
color:rgba(19, 24, 44, .9)
}
.navbar-light .navbar-toggler {
color:rgba(19, 24, 44, .5);
border-color:rgba(19, 24, 44, .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(19, 24, 44, 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(19, 24, 44, .5)
}
.navbar-light .navbar-text a {
color:rgba(19, 24, 44, .9)
}
.navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
color:rgba(19, 24, 44, .9)
}
.navbar-dark .navbar-brand {
color:#fff
}
.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
color:#fff
}
.navbar-dark .navbar-nav .nav-link {
color:rgba(255, 255, 255, .5)
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
color:rgba(255, 255, 255, .75)
}
.navbar-dark .navbar-nav .nav-link.disabled {
color:rgba(255, 255, 255, .25)
}
.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
color:#fff
}
.navbar-dark .navbar-toggler {
color:rgba(255, 255, 255, .5);
border-color:rgba(255, 255, 255, .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, .5)
}
.navbar-dark .navbar-text a {
color:#fff
}
.navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
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(19, 24, 44, .125);
border-radius:.25rem
}
.card>hr {
margin-right:0;
margin-left:0
}
.card>.list-group:first-child .list-group-item:first-child {
border-top-left-radius:.25rem;
border-top-right-radius:.25rem
}
.card>.list-group:last-child .list-group-item:last-child {
border-bottom-right-radius:.25rem;
border-bottom-left-radius:.25rem
}
.card-body {
flex:1 1 auto;
padding:1.25rem
}
.card-title {
margin-bottom:.75rem
}
.card-subtitle {
margin-top:-.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:.75rem 1.25rem;
margin-bottom:0;
background-color:rgba(19, 24, 44, .03);
border-bottom:1px solid rgba(19, 24, 44, .125)
}
.card-header:first-child {
border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}
.card-header+.list-group .list-group-item:first-child {
border-top:0
}
.card-footer {
padding:.75rem 1.25rem;
background-color:rgba(19, 24, 44, .03);
border-top:1px solid rgba(19, 24, 44, .125)
}
.card-footer:last-child {
border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}
.card-header-tabs {
margin-right:-.625rem;
margin-bottom:-.75rem;
margin-left:-.625rem;
border-bottom:0
}
.card-header-pills {
margin-right:-.625rem;
margin-left:-.625rem
}
.card-img-overlay {
position:absolute;
top:0;
right:0;
bottom:0;
left:0;
padding:1.25rem
}
.card-img {
width:100%;
border-radius:calc(.25rem - 1px)
}
.card-img-top {
width:100%;
border-top-left-radius:calc(.25rem - 1px);
border-top-right-radius:calc(.25rem - 1px)
}
.card-img-bottom {
width:100%;
border-bottom-right-radius:calc(.25rem - 1px);
border-bottom-left-radius:calc(.25rem - 1px)
}
.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-group>.card:not(:last-child) {
border-top-right-radius:0;
border-bottom-right-radius:0
}
.card-group>.card:not(:last-child) .card-header, .card-group>.card:not(:last-child) .card-img-top {
border-top-right-radius:0
}
.card-group>.card:not(:last-child) .card-footer, .card-group>.card:not(:last-child) .card-img-bottom {
border-bottom-right-radius:0
}
.card-group>.card:not(:first-child) {
border-top-left-radius:0;
border-bottom-left-radius:0
}
.card-group>.card:not(:first-child) .card-header, .card-group>.card:not(:first-child) .card-img-top {
border-top-left-radius:0
}
.card-group>.card:not(:first-child) .card-footer, .card-group>.card:not(:first-child) .card-img-bottom {
border-bottom-left-radius:0
}
}
.card-columns .card {
margin-bottom:.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) .card-header:first-child {
border-radius:0
}
.accordion>.card:not(:first-of-type):not(:last-of-type) {
border-bottom:0;
border-radius:0
}
.accordion>.card:first-of-type {
border-bottom:0;
border-bottom-right-radius:0;
border-bottom-left-radius:0
}
.accordion>.card:last-of-type {
border-top-left-radius:0;
border-top-right-radius:0
}
.accordion>.card .card-header {
margin-bottom:-1px
}
.breadcrumb {
display:flex;
flex-wrap:wrap;
padding:.75rem 1rem;
margin-bottom:1rem;
list-style:none;
background-color:#e9ecef;
border-radius:.25rem
}
.breadcrumb-item+.breadcrumb-item {
padding-left:.5rem
}
.breadcrumb-item+.breadcrumb-item::before {
display:inline-block;
padding-right:.5rem;
color:#6c757d;
content:"/"
}
.breadcrumb-item+.breadcrumb-item:hover::before {
text-decoration:underline
}
.breadcrumb-item+.breadcrumb-item:hover::before {
text-decoration:none
}
.breadcrumb-item.active {
color:#6c757d
}
.pagination {
display:flex;
padding-left:0;
list-style:none;
border-radius:.25rem
}
.page-link {
position:relative;
display:block;
padding:.5rem .75rem;
margin-left:-1px;
line-height:1.25;
color:#448bff;
background-color:#fff;
border:1px solid #dee2e6
}
.page-link:hover {
z-index:2;
color:#005ef7;
text-decoration:none;
background-color:#e9ecef;
border-color:#dee2e6
}
.page-link:focus {
z-index:2;
outline:0;
box-shadow:0 0 0 .2rem rgba(68, 139, 255, .25)
}
.page-item:first-child .page-link {
margin-left:0;
border-top-left-radius:.25rem;
border-bottom-left-radius:.25rem
}
.page-item:last-child .page-link {
border-top-right-radius:.25rem;
border-bottom-right-radius:.25rem
}
.page-item.active .page-link {
z-index:1;
color:#fff;
background-color:#448bff;
border-color:#448bff
}
.page-item.disabled .page-link {
color:#6c757d;
pointer-events:none;
cursor:auto;
background-color:#fff;
border-color:#dee2e6
}
.pagination-lg .page-link {
padding:.75rem 1.5rem;
font-size:2.5rem;
line-height:1.5
}
.pagination-lg .page-item:first-child .page-link {
border-top-left-radius:.3rem;
border-bottom-left-radius:.3rem
}
.pagination-lg .page-item:last-child .page-link {
border-top-right-radius:.3rem;
border-bottom-right-radius:.3rem
}
.pagination-sm .page-link {
padding:.25rem .5rem;
font-size:.825rem;
line-height:1.5
}
.pagination-sm .page-item:first-child .page-link {
border-top-left-radius:.2rem;
border-bottom-left-radius:.2rem
}
.pagination-sm .page-item:last-child .page-link {
border-top-right-radius:.2rem;
border-bottom-right-radius:.2rem
}
.badge {
display:inline-block;
padding:.25em .4em;
font-size:75%;
font-weight:700;
line-height:1;
text-align:center;
white-space:nowrap;
vertical-align:baseline;
border-radius:.15rem;
transition:color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
.badge {
transition:none
}
}
a.badge:focus, a.badge:hover {
text-decoration:none
}
.badge:empty {
display:none
}
.btn .badge {
position:relative;
top:-1px
}
.badge-pill {
padding-right:.6em;
padding-left:.6em;
border-radius:10rem
}
.badge-primary {
color:#fff;
background-color:#448bff
}
a.badge-primary:focus, a.badge-primary:hover {
color:#fff;
background-color:#116bff
}
a.badge-primary.focus, a.badge-primary:focus {
outline:0;
box-shadow:0 0 0 .2rem rgba(68, 139, 255, .5)
}
.badge-secondary {
color:#fff;
background-color:#535c78
}
a.badge-secondary:focus, a.badge-secondary:hover {
color:#fff;
background-color:#3e455a
}
a.badge-secondary.focus, a.badge-secondary:focus {
outline:0;
box-shadow:0 0 0 .2rem rgba(83, 92, 120, .5)
}
.badge-success {
color:#fff;
background-color:#31c971
}
a.badge-success:focus, a.badge-success:hover {
color:#fff;
background-color:#27a05a
}
a.badge-success.focus, a.badge-success:focus {
outline:0;
box-shadow:0 0 0 .2rem rgba(49, 201, 113, .5)
}
.badge-info {
color:#fff;
background-color:#14bae4
}
a.badge-info:focus, a.badge-info:hover {
color:#fff;
background-color:#1094b5
}
a.badge-info.focus, a.badge-info:focus {
outline:0;
box-shadow:0 0 0 .2rem rgba(20, 186, 228, .5)
}
.badge-warning {
color:#212529;
background-color:#f4c414
}
a.badge-warning:focus, a.badge-warning:hover {
color:#212529;
background-color:#cba20a
}
a.badge-warning.focus, a.badge-warning:focus {
outline:0;
box-shadow:0 0 0 .2rem rgba(244, 196, 20, .5)
}
.badge-danger {
color:#fff;
background-color:#f54394
}
a.badge-danger:focus, a.badge-danger:hover {
color:#fff;
background-color:#f21378
}
a.badge-danger.focus, a.badge-danger:focus {
outline:0;
box-shadow:0 0 0 .2rem rgba(245, 67, 148, .5)
}
.badge-light {
color:#212529;
background-color:#f5f5f6
}
a.badge-light:focus, a.badge-light:hover {
color:#212529;
background-color:#dadade
}
a.badge-light.focus, a.badge-light:focus {
outline:0;
box-shadow:0 0 0 .2rem rgba(245, 245, 246, .5)
}
.badge-dark {
color:#fff;
background-color:#192039
}
a.badge-dark:focus, a.badge-dark:hover {
color:#fff;
background-color:#090c16
}
a.badge-dark.focus, a.badge-dark:focus {
outline:0;
box-shadow:0 0 0 .2rem rgba(25, 32, 57, .5)
}
.jumbotron {
padding:2rem 1rem;
margin-bottom:2rem;
background-color:#e9ecef;
border-radius:.3rem
}
@media (min-width:576px) {
.jumbotron {
padding:4rem 2rem
}
}
.jumbotron-fluid {
padding-right:0;
padding-left:0;
border-radius:0
}
.alert {
position:relative;
padding:.75rem 1.25rem;
margin-bottom:1rem;
border:1px solid transparent;
border-radius:.25rem
}
.alert-heading {
color:inherit
}
.alert-link {
font-weight:700
}
.alert-dismissible {
padding-right:3.8125rem
}
.alert-dismissible .close {
position:absolute;
top:0;
right:0;
padding:.75rem 1.25rem;
color:inherit
}
.alert-primary {
color:#2c549a;
background-color:#dae8ff;
border-color:#cbdfff
}
.alert-primary hr {
border-top-color:#b2cfff
}
.alert-primary .alert-link {
color:#213e72
}
.alert-secondary {
color:#343b54;
background-color:#dddee4;
border-color:#cfd1d9
}
.alert-secondary hr {
border-top-color:#c1c3ce
}
.alert-secondary .alert-link {
color:#212535
}
.alert-success {
color:#237450;
background-color:#d6f4e3;
border-color:#c5f0d7
}
.alert-success hr {
border-top-color:#b1ebc9
}
.alert-success .alert-link {
color:#174d35
}
.alert-info {
color:#146c8c;
background-color:#d0f1fa;
border-color:#bdecf7
}
.alert-info hr {
border-top-color:#a6e5f4
}
.alert-info .alert-link {
color:#0e4a5f
}
.alert-warning {
color:#887120;
background-color:#fdf3d0;
border-color:#fceebd
}
.alert-warning hr {
border-top-color:#fbe8a5
}
.alert-warning .alert-link {
color:#5f4f16
}
.alert-danger {
color:#892e62;
background-color:#fdd9ea;
border-color:#fccae1
}
.alert-danger hr {
border-top-color:#fbb2d3
}
.alert-danger .alert-link {
color:#632147
}
.alert-light {
color:#898b95;
background-color:#fdfdfd;
border-color:#fcfcfc
}
.alert-light hr {
border-top-color:#efefef
}
.alert-light .alert-link {
color:#6f717c
}
.alert-dark {
color:#161c33;
background-color:#d1d2d7;
border-color:#bfc1c8
}
.alert-dark hr {
border-top-color:#b1b4bc
}
.alert-dark .alert-link {
color:#07080f
}
@keyframes progress-bar-stripes {
from {
background-position:1rem 0
}
to {
background-position:0 0
}
}
.progress {
display:flex;
height:1rem;
overflow:hidden;
font-size:.65625rem;
background-color:#e9ecef;
border-radius:.25rem
}
.progress-bar {
display:flex;
flex-direction:column;
justify-content:center;
color:#fff;
text-align:center;
white-space:nowrap;
background-color:#448bff;
transition:width .6s ease
}
@media (prefers-reduced-motion:reduce) {
.progress-bar {
transition:none
}
}
.progress-bar-striped {
background-image:linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-size: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:focus, .list-group-item-action:hover {
z-index:1;
color:#495057;
text-decoration:none;
background-color:#f8f9fa
}
.list-group-item-action:active {
color:#212529;
background-color:#e9ecef
}
.list-group-item {
position:relative;
display:block;
padding:.75rem 1.25rem;
margin-bottom:-1px;
background-color:#fff;
border:1px solid rgba(19, 24, 44, .125)
}
.list-group-item:first-child {
border-top-left-radius:.25rem;
border-top-right-radius:.25rem
}
.list-group-item:last-child {
margin-bottom:0;
border-bottom-right-radius:.25rem;
border-bottom-left-radius:.25rem
}
.list-group-item.disabled, .list-group-item:disabled {
color:#6c757d;
pointer-events:none;
background-color:#fff
}
.list-group-item.active {
z-index:2;
color:#fff;
background-color:#448bff;
border-color:#448bff
}
.list-group-horizontal {
flex-direction:row
}
.list-group-horizontal .list-group-item {
margin-right:-1px;
margin-bottom:0
}
.list-group-horizontal .list-group-item:first-child {
border-top-left-radius:.25rem;
border-bottom-left-radius:.25rem;
border-top-right-radius:0
}
.list-group-horizontal .list-group-item:last-child {
margin-right:0;
border-top-right-radius:.25rem;
border-bottom-right-radius:.25rem;
border-bottom-left-radius: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:first-child {
border-top-left-radius:.25rem;
border-bottom-left-radius:.25rem;
border-top-right-radius:0
}
.list-group-horizontal-sm .list-group-item:last-child {
margin-right:0;
border-top-right-radius:.25rem;
border-bottom-right-radius:.25rem;
border-bottom-left-radius: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:first-child {
border-top-left-radius:.25rem;
border-bottom-left-radius:.25rem;
border-top-right-radius:0
}
.list-group-horizontal-md .list-group-item:last-child {
margin-right:0;
border-top-right-radius:.25rem;
border-bottom-right-radius:.25rem;
border-bottom-left-radius: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:first-child {
border-top-left-radius:.25rem;
border-bottom-left-radius:.25rem;
border-top-right-radius:0
}
.list-group-horizontal-lg .list-group-item:last-child {
margin-right:0;
border-top-right-radius:.25rem;
border-bottom-right-radius:.25rem;
border-bottom-left-radius: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:first-child {
border-top-left-radius:.25rem;
border-bottom-left-radius:.25rem;
border-top-right-radius:0
}
.list-group-horizontal-xl .list-group-item:last-child {
margin-right:0;
border-top-right-radius:.25rem;
border-bottom-right-radius:.25rem;
border-bottom-left-radius:0
}
}
.list-group-flush .list-group-item {
border-right:0;
border-left:0;
border-radius:0
}
.list-group-flush .list-group-item:last-child {
margin-bottom:-1px
}
.list-group-flush:first-child .list-group-item:first-child {
border-top:0
}
.list-group-flush:last-child .list-group-item:last-child {
margin-bottom:0;
border-bottom:0
}
.list-group-item-primary {
color:#2c549a;
background-color:#cbdfff
}
.list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
color:#2c549a;
background-color:#b2cfff
}
.list-group-item-primary.list-group-item-action.active {
color:#fff;
background-color:#2c549a;
border-color:#2c549a
}
.list-group-item-secondary {
color:#343b54;
background-color:#cfd1d9
}
.list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
color:#343b54;
background-color:#c1c3ce
}
.list-group-item-secondary.list-group-item-action.active {
color:#fff;
background-color:#343b54;
border-color:#343b54
}
.list-group-item-success {
color:#237450;
background-color:#c5f0d7
}
.list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
color:#237450;
background-color:#b1ebc9
}
.list-group-item-success.list-group-item-action.active {
color:#fff;
background-color:#237450;
border-color:#237450
}
.list-group-item-info {
color:#146c8c;
background-color:#bdecf7
}
.list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
color:#146c8c;
background-color:#a6e5f4
}
.list-group-item-info.list-group-item-action.active {
color:#fff;
background-color:#146c8c;
border-color:#146c8c
}
.list-group-item-warning {
color:#887120;
background-color:#fceebd
}
.list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
color:#887120;
background-color:#fbe8a5
}
.list-group-item-warning.list-group-item-action.active {
color:#fff;
background-color:#887120;
border-color:#887120
}
.list-group-item-danger {
color:#892e62;
background-color:#fccae1
}
.list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
color:#892e62;
background-color:#fbb2d3
}
.list-group-item-danger.list-group-item-action.active {
color:#fff;
background-color:#892e62;
border-color:#892e62
}
.list-group-item-light {
color:#898b95;
background-color:#fcfcfc
}
.list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
color:#898b95;
background-color:#efefef
}
.list-group-item-light.list-group-item-action.active {
color:#fff;
background-color:#898b95;
border-color:#898b95
}
.list-group-item-dark {
color:#161c33;
background-color:#bfc1c8
}
.list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
color:#161c33;
background-color:#b1b4bc
}
.list-group-item-dark.list-group-item-action.active {
color:#fff;
background-color:#161c33;
border-color:#161c33
}
.close {
float:right;
font-size:1.3125rem;
font-weight:700;
line-height:1;
color:#13182c;
text-shadow:0 1px 0 #fff;
opacity:.5
}
.close:hover {
color:#13182c;
text-decoration:none
}
.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
opacity:.75
}
button.close {
padding:0;
background-color:transparent;
border:0;
appearance:none
}
a.close.disabled {
pointer-events:none
}
.toast {
max-width:350px;
overflow:hidden;
font-size:.875rem;
background-color:rgba(255, 255, 255, .85);
background-clip:padding-box;
border:1px solid rgba(0, 0, 0, .1);
box-shadow:0 .25rem .75rem rgba(19, 24, 44, .1);
backdrop-filter:blur(10px);
opacity:0;
border-radius:.25rem
}
.toast:not(:last-child) {
margin-bottom:.75rem
}
.toast.showing {
opacity:1
}
.toast.show {
display:block;
opacity:1
}
.toast.hide {
display:none
}
.toast-header {
display:flex;
align-items:center;
padding:.25rem .75rem;
color:#6c757d;
background-color:rgba(255, 255, 255, .85);
background-clip:padding-box;
border-bottom:1px solid rgba(0, 0, 0, .05)
}
.toast-body {
padding:.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:.5rem;
pointer-events:none
}
.modal.fade .modal-dialog {
transition:transform .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-footer, .modal-dialog-scrollable .modal-header {
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(19, 24, 44, .2);
border-radius:.3rem;
outline:0
}
.modal-backdrop {
position:fixed;
top:0;
left:0;
z-index:1040;
width:100vw;
height:100vh;
background-color:#13182c
}
.modal-backdrop.fade {
opacity:0
}
.modal-backdrop.show {
opacity:.5
}
.modal-header {
display:flex;
align-items:flex-start;
justify-content:space-between;
padding:1rem 1rem;
border-bottom:1px solid rgba(160, 175, 185, .15);
border-top-left-radius:.3rem;
border-top-right-radius:.3rem
}
.modal-header .close {
padding:1rem 1rem;
margin:-1rem -1rem -1rem auto
}
.modal-title {
margin-bottom:0;
line-height:1.4285714286
}
.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 rgba(160, 175, 185, .15);
border-bottom-right-radius:.3rem;
border-bottom-left-radius:.3rem
}
.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:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-style:normal;
font-weight:400;
line-height:1.4285714286;
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:.825rem;
word-wrap:break-word;
opacity:0
}
.tooltip.show {
opacity:.9
}
.tooltip .arrow {
position:absolute;
display:block;
width:.8rem;
height:.4rem
}
.tooltip .arrow::before {
position:absolute;
content:"";
border-color:transparent;
border-style:solid
}
.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {
padding:.4rem 0
}
.bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow {
bottom:0
}
.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
top:0;
border-width:.4rem .4rem 0;
border-top-color:#13182c
}
.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right {
padding:0 .4rem
}
.bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {
left:0;
width:.4rem;
height:.8rem
}
.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
right:0;
border-width:.4rem .4rem .4rem 0;
border-right-color:#13182c
}
.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom {
padding:.4rem 0
}
.bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow {
top:0
}
.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
bottom:0;
border-width:0 .4rem .4rem;
border-bottom-color:#13182c
}
.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left {
padding:0 .4rem
}
.bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow {
right:0;
width:.4rem;
height:.8rem
}
.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
left:0;
border-width:.4rem 0 .4rem .4rem;
border-left-color:#13182c
}
.tooltip-inner {
max-width:200px;
padding:.25rem .5rem;
color:#fff;
text-align:center;
background-color:#13182c;
border-radius:.25rem
}
.popover {
position:absolute;
top:0;
left:0;
z-index:1060;
display:block;
max-width:276px;
font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-style:normal;
font-weight:400;
line-height:1.4285714286;
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:.825rem;
word-wrap:break-word;
background-color:#fff;
background-clip:padding-box;
border:1px solid rgba(19, 24, 44, .2);
border-radius:.3rem
}
.popover .arrow {
position:absolute;
display:block;
width:1rem;
height:.5rem;
margin:0 .3rem
}
.popover .arrow::after, .popover .arrow::before {
position:absolute;
display:block;
content:"";
border-color:transparent;
border-style:solid
}
.bs-popover-auto[x-placement^=top], .bs-popover-top {
margin-bottom:.5rem
}
.bs-popover-auto[x-placement^=top]>.arrow, .bs-popover-top>.arrow {
bottom:calc((.5rem + 1px) * -1)
}
.bs-popover-auto[x-placement^=top]>.arrow::before, .bs-popover-top>.arrow::before {
bottom:0;
border-width:.5rem .5rem 0;
border-top-color:rgba(19, 24, 44, .25)
}
.bs-popover-auto[x-placement^=top]>.arrow::after, .bs-popover-top>.arrow::after {
bottom:1px;
border-width:.5rem .5rem 0;
border-top-color:#fff
}
.bs-popover-auto[x-placement^=right], .bs-popover-right {
margin-left:.5rem
}
.bs-popover-auto[x-placement^=right]>.arrow, .bs-popover-right>.arrow {
left:calc((.5rem + 1px) * -1);
width:.5rem;
height:1rem;
margin:.3rem 0
}
.bs-popover-auto[x-placement^=right]>.arrow::before, .bs-popover-right>.arrow::before {
left:0;
border-width:.5rem .5rem .5rem 0;
border-right-color:rgba(19, 24, 44, .25)
}
.bs-popover-auto[x-placement^=right]>.arrow::after, .bs-popover-right>.arrow::after {
left:1px;
border-width:.5rem .5rem .5rem 0;
border-right-color:#fff
}
.bs-popover-auto[x-placement^=bottom], .bs-popover-bottom {
margin-top:.5rem
}
.bs-popover-auto[x-placement^=bottom]>.arrow, .bs-popover-bottom>.arrow {
top:calc((.5rem + 1px) * -1)
}
.bs-popover-auto[x-placement^=bottom]>.arrow::before, .bs-popover-bottom>.arrow::before {
top:0;
border-width:0 .5rem .5rem .5rem;
border-bottom-color:rgba(19, 24, 44, .25)
}
.bs-popover-auto[x-placement^=bottom]>.arrow::after, .bs-popover-bottom>.arrow::after {
top:1px;
border-width:0 .5rem .5rem .5rem;
border-bottom-color:#fff
}
.bs-popover-auto[x-placement^=bottom] .popover-header::before, .bs-popover-bottom .popover-header::before {
position:absolute;
top:0;
left:50%;
display:block;
width:1rem;
margin-left:-.5rem;
content:"";
border-bottom:1px solid #f7f7f7
}
.bs-popover-auto[x-placement^=left], .bs-popover-left {
margin-right:.5rem
}
.bs-popover-auto[x-placement^=left]>.arrow, .bs-popover-left>.arrow {
right:calc((.5rem + 1px) * -1);
width:.5rem;
height:1rem;
margin:.3rem 0
}
.bs-popover-auto[x-placement^=left]>.arrow::before, .bs-popover-left>.arrow::before {
right:0;
border-width:.5rem 0 .5rem .5rem;
border-left-color:rgba(19, 24, 44, .25)
}
.bs-popover-auto[x-placement^=left]>.arrow::after, .bs-popover-left>.arrow::after {
right:1px;
border-width:.5rem 0 .5rem .5rem;
border-left-color:#fff
}
.popover-header {
padding:.5rem .75rem;
margin-bottom:0;
font-size:.875rem;
background-color:#f7f7f7;
border-bottom:1px solid #ebebeb;
border-top-left-radius:calc(.3rem - 1px);
border-top-right-radius:calc(.3rem - 1px)
}
.popover-header:empty {
display:none
}
.popover-body {
padding:.5rem .75rem;
color:#212529
}
.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 .6s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
.carousel-item {
transition:none
}
}
.carousel-item-next, .carousel-item-prev, .carousel-item.active {
display:block
}
.active.carousel-item-right, .carousel-item-next:not(.carousel-item-left) {
transform:translateX(100%)
}
.active.carousel-item-left, .carousel-item-prev:not(.carousel-item-right) {
transform:translateX(-100%)
}
.carousel-fade .carousel-item {
opacity:0;
transition-property:opacity;
transform:none
}
.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
z-index:1;
opacity:1
}
.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
z-index:0;
opacity:0;
transition:0s .6s opacity
}
@media (prefers-reduced-motion:reduce) {
.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
transition:none
}
}
.carousel-control-next, .carousel-control-prev {
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:.5;
transition:opacity .15s ease
}
@media (prefers-reduced-motion:reduce) {
.carousel-control-next, .carousel-control-prev {
transition:none
}
}
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
color:#fff;
text-decoration:none;
outline:0;
opacity:.9
}
.carousel-control-prev {
left:0
}
.carousel-control-next {
right:0
}
.carousel-control-next-icon, .carousel-control-prev-icon {
display:inline-block;
width: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='%23ffffff' 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='%23ffffff' 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 .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:.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:.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:#448bff!important
}
a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
background-color:#116bff!important
}
.bg-secondary {
background-color:#535c78!important
}
a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
background-color:#3e455a!important
}
.bg-success {
background-color:#31c971!important
}
a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
background-color:#27a05a!important
}
.bg-info {
background-color:#14bae4!important
}
a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {
background-color:#1094b5!important
}
.bg-warning {
background-color:#f4c414!important
}
a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {
background-color:#cba20a!important
}
.bg-danger {
background-color:#f54394!important
}
a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
background-color:#f21378!important
}
.bg-light {
background-color:#f5f5f6!important
}
a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
background-color:#dadade!important
}
.bg-dark {
background-color:#192039!important
}
a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
background-color:#090c16!important
}
.bg-white {
background-color:#fff!important
}
.bg-transparent {
background-color:transparent!important
}
.border {
border:1px solid rgba(160, 175, 185, .15)!important
}
.border-top {
border-top:1px solid rgba(160, 175, 185, .15)!important
}
.border-right {
border-right:1px solid rgba(160, 175, 185, .15)!important
}
.border-bottom {
border-bottom:1px solid rgba(160, 175, 185, .15)!important
}
.border-left {
border-left:1px solid rgba(160, 175, 185, .15)!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:#448bff!important
}
.border-secondary {
border-color:#535c78!important
}
.border-success {
border-color:#31c971!important
}
.border-info {
border-color:#14bae4!important
}
.border-warning {
border-color:#f4c414!important
}
.border-danger {
border-color:#f54394!important
}
.border-light {
border-color:#f5f5f6!important
}
.border-dark {
border-color:#192039!important
}
.border-white {
border-color:#fff!important
}
.rounded-sm {
border-radius:.2rem!important
}
.rounded {
border-radius:.25rem!important
}
.rounded-top {
border-top-left-radius:.25rem!important;
border-top-right-radius:.25rem!important
}
.rounded-right {
border-top-right-radius:.25rem!important;
border-bottom-right-radius:.25rem!important
}
.rounded-bottom {
border-bottom-right-radius:.25rem!important;
border-bottom-left-radius:.25rem!important
}
.rounded-left {
border-top-left-radius:.25rem!important;
border-bottom-left-radius:.25rem!important
}
.rounded-lg {
border-radius:.3rem!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 embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
position:absolute;
top:0;
bottom:0;
left:0;
width:100%;
height:100%;
border:0
}
.embed-responsive-21by9::before {
padding-top:42.8571428571%
}
.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 .125rem .25rem rgba(19, 24, 44, .075)!important
}
.shadow {
box-shadow:0 1px 3px rgba(0, 0, 0, .05)!important
}
.shadow-lg {
box-shadow:0 1rem 3rem rgba(19, 24, 44, .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:transparent
}
.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:.25rem!important
}
.mt-1, .my-1 {
margin-top:.25rem!important
}
.mr-1, .mx-1 {
margin-right:.25rem!important
}
.mb-1, .my-1 {
margin-bottom:.25rem!important
}
.ml-1, .mx-1 {
margin-left:.25rem!important
}
.m-2 {
margin:.5rem!important
}
.mt-2, .my-2 {
margin-top:.5rem!important
}
.mr-2, .mx-2 {
margin-right:.5rem!important
}
.mb-2, .my-2 {
margin-bottom:.5rem!important
}
.ml-2, .mx-2 {
margin-left:.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:.25rem!important
}
.pt-1, .py-1 {
padding-top:.25rem!important
}
.pr-1, .px-1 {
padding-right:.25rem!important
}
.pb-1, .py-1 {
padding-bottom:.25rem!important
}
.pl-1, .px-1 {
padding-left:.25rem!important
}
.p-2 {
padding:.5rem!important
}
.pt-2, .py-2 {
padding-top:.5rem!important
}
.pr-2, .px-2 {
padding-right:.5rem!important
}
.pb-2, .py-2 {
padding-bottom:.5rem!important
}
.pl-2, .px-2 {
padding-left:.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:-.25rem!important
}
.mt-n1, .my-n1 {
margin-top:-.25rem!important
}
.mr-n1, .mx-n1 {
margin-right:-.25rem!important
}
.mb-n1, .my-n1 {
margin-bottom:-.25rem!important
}
.ml-n1, .mx-n1 {
margin-left:-.25rem!important
}
.m-n2 {
margin:-.5rem!important
}
.mt-n2, .my-n2 {
margin-top:-.5rem!important
}
.mr-n2, .mx-n2 {
margin-right:-.5rem!important
}
.mb-n2, .my-n2 {
margin-bottom:-.5rem!important
}
.ml-n2, .mx-n2 {
margin-left:-.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:.25rem!important
}
.mt-sm-1, .my-sm-1 {
margin-top:.25rem!important
}
.mr-sm-1, .mx-sm-1 {
margin-right:.25rem!important
}
.mb-sm-1, .my-sm-1 {
margin-bottom:.25rem!important
}
.ml-sm-1, .mx-sm-1 {
margin-left:.25rem!important
}
.m-sm-2 {
margin:.5rem!important
}
.mt-sm-2, .my-sm-2 {
margin-top:.5rem!important
}
.mr-sm-2, .mx-sm-2 {
margin-right:.5rem!important
}
.mb-sm-2, .my-sm-2 {
margin-bottom:.5rem!important
}
.ml-sm-2, .mx-sm-2 {
margin-left:.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:.25rem!important
}
.pt-sm-1, .py-sm-1 {
padding-top:.25rem!important
}
.pr-sm-1, .px-sm-1 {
padding-right:.25rem!important
}
.pb-sm-1, .py-sm-1 {
padding-bottom:.25rem!important
}
.pl-sm-1, .px-sm-1 {
padding-left:.25rem!important
}
.p-sm-2 {
padding:.5rem!important
}
.pt-sm-2, .py-sm-2 {
padding-top:.5rem!important
}
.pr-sm-2, .px-sm-2 {
padding-right:.5rem!important
}
.pb-sm-2, .py-sm-2 {
padding-bottom:.5rem!important
}
.pl-sm-2, .px-sm-2 {
padding-left:.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:-.25rem!important
}
.mt-sm-n1, .my-sm-n1 {
margin-top:-.25rem!important
}
.mr-sm-n1, .mx-sm-n1 {
margin-right:-.25rem!important
}
.mb-sm-n1, .my-sm-n1 {
margin-bottom:-.25rem!important
}
.ml-sm-n1, .mx-sm-n1 {
margin-left:-.25rem!important
}
.m-sm-n2 {
margin:-.5rem!important
}
.mt-sm-n2, .my-sm-n2 {
margin-top:-.5rem!important
}
.mr-sm-n2, .mx-sm-n2 {
margin-right:-.5rem!important
}
.mb-sm-n2, .my-sm-n2 {
margin-bottom:-.5rem!important
}
.ml-sm-n2, .mx-sm-n2 {
margin-left:-.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:.25rem!important
}
.mt-md-1, .my-md-1 {
margin-top:.25rem!important
}
.mr-md-1, .mx-md-1 {
margin-right:.25rem!important
}
.mb-md-1, .my-md-1 {
margin-bottom:.25rem!important
}
.ml-md-1, .mx-md-1 {
margin-left:.25rem!important
}
.m-md-2 {
margin:.5rem!important
}
.mt-md-2, .my-md-2 {
margin-top:.5rem!important
}
.mr-md-2, .mx-md-2 {
margin-right:.5rem!important
}
.mb-md-2, .my-md-2 {
margin-bottom:.5rem!important
}
.ml-md-2, .mx-md-2 {
margin-left:.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:.25rem!important
}
.pt-md-1, .py-md-1 {
padding-top:.25rem!important
}
.pr-md-1, .px-md-1 {
padding-right:.25rem!important
}
.pb-md-1, .py-md-1 {
padding-bottom:.25rem!important
}
.pl-md-1, .px-md-1 {
padding-left:.25rem!important
}
.p-md-2 {
padding:.5rem!important
}
.pt-md-2, .py-md-2 {
padding-top:.5rem!important
}
.pr-md-2, .px-md-2 {
padding-right:.5rem!important
}
.pb-md-2, .py-md-2 {
padding-bottom:.5rem!important
}
.pl-md-2, .px-md-2 {
padding-left:.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:-.25rem!important
}
.mt-md-n1, .my-md-n1 {
margin-top:-.25rem!important
}
.mr-md-n1, .mx-md-n1 {
margin-right:-.25rem!important
}
.mb-md-n1, .my-md-n1 {
margin-bottom:-.25rem!important
}
.ml-md-n1, .mx-md-n1 {
margin-left:-.25rem!important
}
.m-md-n2 {
margin:-.5rem!important
}
.mt-md-n2, .my-md-n2 {
margin-top:-.5rem!important
}
.mr-md-n2, .mx-md-n2 {
margin-right:-.5rem!important
}
.mb-md-n2, .my-md-n2 {
margin-bottom:-.5rem!important
}
.ml-md-n2, .mx-md-n2 {
margin-left:-.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:.25rem!important
}
.mt-lg-1, .my-lg-1 {
margin-top:.25rem!important
}
.mr-lg-1, .mx-lg-1 {
margin-right:.25rem!important
}
.mb-lg-1, .my-lg-1 {
margin-bottom:.25rem!important
}
.ml-lg-1, .mx-lg-1 {
margin-left:.25rem!important
}
.m-lg-2 {
margin:.5rem!important
}
.mt-lg-2, .my-lg-2 {
margin-top:.5rem!important
}
.mr-lg-2, .mx-lg-2 {
margin-right:.5rem!important
}
.mb-lg-2, .my-lg-2 {
margin-bottom:.5rem!important
}
.ml-lg-2, .mx-lg-2 {
margin-left:.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:.25rem!important
}
.pt-lg-1, .py-lg-1 {
padding-top:.25rem!important
}
.pr-lg-1, .px-lg-1 {
padding-right:.25rem!important
}
.pb-lg-1, .py-lg-1 {
padding-bottom:.25rem!important
}
.pl-lg-1, .px-lg-1 {
padding-left:.25rem!important
}
.p-lg-2 {
padding:.5rem!important
}
.pt-lg-2, .py-lg-2 {
padding-top:.5rem!important
}
.pr-lg-2, .px-lg-2 {
padding-right:.5rem!important
}
.pb-lg-2, .py-lg-2 {
padding-bottom:.5rem!important
}
.pl-lg-2, .px-lg-2 {
padding-left:.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:-.25rem!important
}
.mt-lg-n1, .my-lg-n1 {
margin-top:-.25rem!important
}
.mr-lg-n1, .mx-lg-n1 {
margin-right:-.25rem!important
}
.mb-lg-n1, .my-lg-n1 {
margin-bottom:-.25rem!important
}
.ml-lg-n1, .mx-lg-n1 {
margin-left:-.25rem!important
}
.m-lg-n2 {
margin:-.5rem!important
}
.mt-lg-n2, .my-lg-n2 {
margin-top:-.5rem!important
}
.mr-lg-n2, .mx-lg-n2 {
margin-right:-.5rem!important
}
.mb-lg-n2, .my-lg-n2 {
margin-bottom:-.5rem!important
}
.ml-lg-n2, .mx-lg-n2 {
margin-left:-.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:.25rem!important
}
.mt-xl-1, .my-xl-1 {
margin-top:.25rem!important
}
.mr-xl-1, .mx-xl-1 {
margin-right:.25rem!important
}
.mb-xl-1, .my-xl-1 {
margin-bottom:.25rem!important
}
.ml-xl-1, .mx-xl-1 {
margin-left:.25rem!important
}
.m-xl-2 {
margin:.5rem!important
}
.mt-xl-2, .my-xl-2 {
margin-top:.5rem!important
}
.mr-xl-2, .mx-xl-2 {
margin-right:.5rem!important
}
.mb-xl-2, .my-xl-2 {
margin-bottom:.5rem!important
}
.ml-xl-2, .mx-xl-2 {
margin-left:.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:.25rem!important
}
.pt-xl-1, .py-xl-1 {
padding-top:.25rem!important
}
.pr-xl-1, .px-xl-1 {
padding-right:.25rem!important
}
.pb-xl-1, .py-xl-1 {
padding-bottom:.25rem!important
}
.pl-xl-1, .px-xl-1 {
padding-left:.25rem!important
}
.p-xl-2 {
padding:.5rem!important
}
.pt-xl-2, .py-xl-2 {
padding-top:.5rem!important
}
.pr-xl-2, .px-xl-2 {
padding-right:.5rem!important
}
.pb-xl-2, .py-xl-2 {
padding-bottom:.5rem!important
}
.pl-xl-2, .px-xl-2 {
padding-left:.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:-.25rem!important
}
.mt-xl-n1, .my-xl-n1 {
margin-top:-.25rem!important
}
.mr-xl-n1, .mx-xl-n1 {
margin-right:-.25rem!important
}
.mb-xl-n1, .my-xl-n1 {
margin-bottom:-.25rem!important
}
.ml-xl-n1, .mx-xl-n1 {
margin-left:-.25rem!important
}
.m-xl-n2 {
margin:-.5rem!important
}
.mt-xl-n2, .my-xl-n2 {
margin-top:-.5rem!important
}
.mr-xl-n2, .mx-xl-n2 {
margin-right:-.5rem!important
}
.mb-xl-n2, .my-xl-n2 {
margin-bottom:-.5rem!important
}
.ml-xl-n2, .mx-xl-n2 {
margin-left:-.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:SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace!important
}
.text-justify {
text-align:justify!important
}
.text-wrap {
white-space:normal!important
}
.text-nowrap {
white-space:nowrap!important
}
.text-truncate {
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap
}
.text-left {
text-align:left!important
}
.text-right {
text-align:right!important
}
.text-center {
text-align:center!important
}
@media (min-width:576px) {
.text-sm-left {
text-align:left!important
}
.text-sm-right {
text-align:right!important
}
.text-sm-center {
text-align:center!important
}
}
@media (min-width:768px) {
.text-md-left {
text-align:left!important
}
.text-md-right {
text-align:right!important
}
.text-md-center {
text-align:center!important
}
}
@media (min-width:992px) {
.text-lg-left {
text-align:left!important
}
.text-lg-right {
text-align:right!important
}
.text-lg-center {
text-align:center!important
}
}
@media (min-width:1200px) {
.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:#448bff!important
}
a.text-primary:focus, a.text-primary:hover {
color:#005ef7!important
}
.text-secondary {
color:#535c78!important
}
a.text-secondary:focus, a.text-secondary:hover {
color:#34394b!important
}
.text-success {
color:#31c971!important
}
a.text-success:focus, a.text-success:hover {
color:#228b4e!important
}
.text-info {
color:#14bae4!important
}
a.text-info:focus, a.text-info:hover {
color:#0e819e!important
}
.text-warning {
color:#f4c414!important
}
a.text-warning:focus, a.text-warning:hover {
color:#b38f08!important
}
.text-danger {
color:#f54394!important
}
a.text-danger:focus, a.text-danger:hover {
color:#e00c6c!important
}
.text-light {
color:#f5f5f6!important
}
a.text-light:focus, a.text-light:hover {
color:#cdcdd2!important
}
.text-dark {
color:#192039!important
}
a.text-dark:focus, a.text-dark:hover {
color:#020204!important
}
.text-body {
color:#212529!important
}
.text-muted {
color:#99a0ac!important
}
.text-black-50 {
color:rgba(19, 24, 44, .5)!important
}
.text-white-50 {
color:rgba(255, 255, 255, .5)!important
}
.text-hide {
font:0/0 a;
color:transparent;
text-shadow:none;
background-color:transparent;
border:0
}
.text-decoration-none {
text-decoration:none!important
}
.text-break {
word-break:break-word!important;
overflow-wrap:break-word!important
}
.text-reset {
color:inherit!important
}
.visible {
visibility:visible!important
}
.invisible {
visibility:hidden!important
}
@media print {
*, ::after, ::before {
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
}
blockquote, pre {
border:1px solid #adb5bd;
page-break-inside:avoid
}
thead {
display:table-header-group
}
img, tr {
page-break-inside:avoid
}
h2, h3, p {
orphans:3;
widows:3
}
h2, h3 {
page-break-after:avoid
}
@page {
size:a3
}
body {
min-width:992px!important
}
.container {
min-width:992px!important
}
.navbar {
display:none
}
.badge {
border:1px solid #13182c
}
.table {
border-collapse:collapse!important
}
.table td, .table th {
background-color:#fff!important
}
.table-bordered td, .table-bordered th {
border:1px solid #dee2e6!important
}
.table-dark {
color:inherit
}
.table-dark tbody+tbody, .table-dark td, .table-dark th, .table-dark thead th {
border-color:rgba(160, 175, 185, .15)
}
.table .thead-dark th {
color:inherit;
border-color:rgba(160, 175, 185, .15)
}
}
html {
background:#f9f9fa
}
body {
width:100%;
min-height:100vh;
color:#5e676f;
background:inherit
}
:focus {
outline:0!important
}
a {
text-decoration:none;
cursor:pointer;
outline:0
}
a:focus, a:hover {
text-decoration:none
}
button {
color:inherit
}
pre {
color:#5e676f;
background-color:#f5f5f6;
border-color:rgba(160, 175, 185, .15)
}
hr {
border-color:rgba(160, 175, 185, .15)
}
blockquote {
border-color:rgba(160, 175, 185, .15)
}
small {
font-size:.825rem
}
sup {
vertical-align:text-top;
top:-.25em
}
b, strong {
font-weight:500
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
color:#192039
}
.close {
color:inherit;
text-shadow:none
}
.close:focus, .close:hover {
color:inherit
}
.badge-up {
padding:0 .25rem;
position:absolute;
right:0;
transform:translate(0, -50%);
background-clip:padding-box;
min-width:1rem;
min-height:1rem;
line-height:1rem
}
.badge-outline {
border:1px solid currentColor;
border-radius:0;
background-color:transparent;
font-weight:100
}
.badge-circle {
padding:0!important;
width:.625rem;
height:.625rem;
border:2px solid;
border-radius:50%
}
.badge-circle:empty {
display:inline-block
}
.badge-circle.xs {
width:0;
height:0;
border-width:3px;
vertical-align:2px
}
.badge-circle.sm {
width:.5rem;
height:.5rem;
vertical-align:1px
}
.badge-circle.md {
width:1rem;
height:1rem;
vertical-align:-3px
}
.badge-circle.lg {
width:1.5rem;
height:1.5rem;
vertical-align:-7px
}
.badge-sm {
line-height:.8
}
.badge-md {
padding:.5em .75em
}
.badge-lg {
padding:.75em 1em
}
.btn {
font-weight:500;
display:-ms-inline-flex;
display:inline-flex;
-webkit-box-align:center;
-ms-flex-align:center;
align-items:center;
-webkit-box-pack:center;
-ms-flex-pack:center;
justify-content:center
}
.btn>i.float-left, .btn>i.float-right {
line-height:inherit;
margin:0
}
.btn>i svg {
max-width:16px;
max-height:16px;
vertical-align:middle
}
.btn.loading {
text-indent:-9999rem
}
.btn:active, .btn:hover {
box-shadow:0 1px 3px 0 rgba(0, 0, 0, .1)
}
.btn-md {
padding:.75rem 1.25rem
}
.btn-white {
color:#5e676f;
background-color:#fff;
border-color:transparent;
box-shadow:0 1px 2px rgba(0, 0, 0, .05)
}
.input-group .btn-white {
border-color:rgba(160, 175, 185, .15)
}
.btn-rounded {
border-radius:4rem;
padding-left:1rem;
padding-right:1rem
}
.btn-rounded.btn-xs {
padding-left:.8rem;
padding-right:.8rem
}
.btn-icon {
width:2.125rem;
height:2.125rem;
padding:0!important
}
.btn-icon.btn-sm {
width:1.875rem;
height:1.875rem
}
.btn-icon.btn-md {
width:2.5rem;
height:2.5rem
}
.btn-icon.btn-lg {
width:3.375rem;
height:3.375rem
}
.btn-line {
position:relative
}
.btn-line:after {
content:'';
position:absolute;
left:0;
right:0;
bottom:0;
display:block;
height:1px;
width:100%;
background:#000;
transition:transform .8s cubic-bezier(.9, 0, .1, 1);
transform-origin:right center;
transform:scaleX(0)
}
.btn-line:active:after, .btn-line:hover:after {
transform-origin:left center;
transform:scaleX(1)
}
.btn-wave {
overflow:hidden;
position:relative;
transform:translate3d(0, 0, 0)
}
.btn-wave:before {
content:"";
display:block;
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
width:auto;
height:auto;
pointer-events:none;
background-image:radial-gradient(circle, #000 10%, transparent 10.01%);
background-repeat:no-repeat;
background-position:50%;
transform:scale(10, 10);
opacity:0;
transition:transform .5s, opacity 1.5s
}
.btn-wave:active:before {
transform:scale(0, 0);
opacity:.1;
transition:0s
}
.btn-raised {
transition:box-shadow .4s cubic-bezier(.25, .8, .25, 1), transform .4s cubic-bezier(.25, .8, .25, 1);
box-shadow:0 2px 5px 0 rgba(0, 0, 0, .26)
}
.btn-raised:not([disabled]):active, .btn-raised:not([disabled]):focus, .btn-raised:not([disabled]):hover {
box-shadow:0 4px 8px 0 rgba(0, 0, 0, .4);
transform:translate3d(0, -1px, 0)
}
.btn-group-toggle {
display:inline-flex;
padding:.25rem .125rem;
border:1px solid rgba(160, 175, 185, .15);
border-radius:.25rem
}
.btn-group-toggle .btn {
font-size:.75rem;
padding:.125rem .35rem;
margin:0 .125rem!important;
border-radius:inherit!important
}
.btn-group-toggle .btn.active {
color:#fff!important;
background-color:#448bff
}
.btn-play {
position:relative
}
.btn-play.bg--white {
color:#6c7781!important
}
.btn-play:before {
content:'';
width:0;
height:0;
position:absolute;
top:50%;
left:50%;
transform:translate(-4px, -50%);
transform-origin:center center;
border:6px solid transparent;
border-left-color:currentColor;
border-left-width:10px;
transition:all .2s
}
.btn-play.active:before {
width:10px;
height:10px;
border-top-width:0;
border-bottom-width:0;
border-left-width:3px;
border-right-width:3px;
border-right-color:currentColor;
transform:translate(-50%, -50%) rotate(180.1deg)
}
.is-buffering .btn-play.active:before {
border:2px solid;
border-left-color:transparent;
border-radius:100%;
margin-left:-5px;
margin-top:-5px;
animation:loading 1s linear infinite
}
.block, .card {
background:#fff;
border-width:0;
border-radius:.25rem;
box-shadow:0 1px 3px rgba(0, 0, 0, .05);
margin-bottom:1.5rem
}
.card-footer, .card-header {
background-color:transparent;
border-color:rgba(160, 175, 185, .15);
background-clip:padding-box
}
.card-body p:last-child {
margin-bottom:0
}
.card-hide-body .card-body {
display:none
}
.card-title {
line-height:1.5
}
.block-fold:after, .block-fold:before, .card-fold:after, .card-fold:before {
content:'';
display:block;
background-color:inherit;
box-shadow:inherit;
border-radius:inherit;
border-top-left-radius:0;
border-top-right-radius:0;
position:absolute;
width:90%;
left:5%;
height:.35rem;
bottom:-.35rem;
opacity:.6;
transition:all .1s
}
.block-fold:before, .card-fold:before {
width:80%;
left:10%;
bottom:-.7rem;
opacity:.3
}
.block-fold:active:before, .block-fold:hover:before, .card-fold:active:before, .card-fold:hover:before {
opacity:.5
}
.block-fold:active:after, .block-fold:hover:after, .card-fold:active:after, .card-fold:hover:after {
opacity:.8
}
.carousel-indicators li {
width:5px;
height:5px;
border-radius:5px;
transition:all .3s
}
.carousel-indicators li.active {
width:20px
}
.carousel-fade .carousel-item {
transition:opacity 1s
}
.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right {
transform:translateX(0);
opacity:1
}
.carousel-fade .active.carousel-item-right, .carousel-fade .carousel-item-next {
opacity:0
}
.carousel-fade .active.carousel-item-left, .carousel-fade .carousel-item-prev {
opacity:0
}
.dropdown-menu {
border-radius:3px;
border-color:rgba(160, 175, 185, .15);
box-shadow:0 1px 3px rgba(0, 0, 0, .05);
color:#5e676f
}
.dropdown-menu>li:not(.dropdown-item)>a {
display:block;
padding:3px 20px
}
.dropdown-menu>li:not(.dropdown-item)>a:focus, .dropdown-menu>li:not(.dropdown-item)>a:hover {
background-color:rgba(135, 150, 165, .1)
}
.dropdown-menu>.divider {
height:1px;
margin:.5rem 0;
overflow:hidden;
background-color:rgba(160, 175, 185, .15)
}
.dropdown-menu .active {
background-color:rgba(135, 150, 165, .1)
}
.dropdown-menu-center {
left:50%;
transform:translateX(-50%)
}
.dropdown-item {
color:inherit
}
.dropdown-item a {
color:inherit
}
.dropdown-item i, .dropdown-item svg {
margin-left:-.5rem;
margin-right:.5rem;
text-align:center
}
.dropdown-item, .dropdown-item.active {
color:inherit
}
.dropdown-item.active:focus, .dropdown-item.active:hover, .dropdown-item:focus, .dropdown-item:hover {
color:inherit;
background-color:rgba(135, 150, 165, .1)
}
.dropdown-header {
color:inherit;
opacity:.5
}
.dropdown-toggle {
white-space:nowrap!important
}
.dropdown-divider {
border-color:rgba(160, 175, 185, .15)
}
.dropdown-submenu {
position:relative
}
.dropdown-submenu:focus>.dropdown-menu, .dropdown-submenu:hover>.dropdown-menu {
display:block
}
.dropdown-submenu .dropdown-menu {
left:100%;
top:0;
margin-top:-8px;
margin-left:-1px
}
.dropdown-submenu .dropdown-menu.pull-left {
right:100%;
left:auto
}
.dropup .dropdown-submenu>.dropdown-menu {
top:auto;
bottom:0;
margin-bottom:-6px
}
.popover {
color:#5e676f
}
.form-control {
border-color:rgba(135, 150, 165, .15);
border-width:1px;
border-radius:.25rem;
color:inherit
}
.form-control:focus {
color:inherit;
box-shadow:0 0 0 .2rem rgba(68, 139, 255, .25)
}
.form-control:not(.is-valid):not(.is-invalid):focus {
border-color:#448bff
}
.form-control-theme {
border-width:0;
box-shadow:0 1px 3px rgba(0, 0, 0, .05)
}
.col-form-label {
color:#99a0ac
}
.form-check-input {
margin-top:.2rem
}
.custom-file-control, .custom-file-control:before, .custom-select {
border-color:rgba(135, 150, 165, .15)
}
.custom-range, .custom-select {
-webkit-appearance:none;
-moz-appearance:none;
appearance:none
}
.custom-control-label {
line-height:1.75
}
.form-control::-webkit-input-placeholder {
color:inherit;
opacity:.3
}
.form-control::-moz-placeholder {
color:inherit;
opacity:.3
}
.form-control:-ms-input-placeholder {
color:inherit;
opacity:.3
}
.form-control-spin {
position:absolute;
z-index:2;
right:10px;
top:50%;
margin-top:-7px
}
.custom-file-label, .custom-file-label:after, .input-group-text {
border-color:rgba(135, 150, 165, .15)!important;
background-color:transparent;
color:inherit
}
.custom-file-label:after, .input-group-text {
background-color:rgba(160, 175, 185, .05)
}
.form-group-stack .form-control {
margin-top:-1px;
position:relative;
border-radius:0
}
.form-group-stack .form-control:active, .form-group-stack .form-control:focus {
z-index:1
}
.input-group-sm>.form-control {
min-height:1.95rem
}
.active-checked {
opacity:0
}
input:checked+.active-checked {
opacity:1
}
.list-group {
border-radius:3px;
background:#fff;
padding-right:0
}
.list-group.no-radius .list-group-item {
border-radius:0!important
}
.list-group.no-borders .list-group-item {
border:none
}
.list-group.no-border .list-group-item {
border-width:1px 0
}
.list-group.box .list-group-item, .list-group.no-border .list-group-item {
border-width:1px 0
}
.list-group.box .list-group-item:first-child, .list-group.no-border .list-group-item:first-child {
border-top-width:0
}
.list-group.box .list-group-item:last-child, .list-group.no-border .list-group-item:last-child {
border-bottom-width:0
}
.list-group.no-bg .list-group-item {
background-color:transparent
}
.list-group.list-group-gap {
background:0 0
}
.list-group.box .list-group-item {
border-left-width:0;
border-right-width:0
}
.list-group-item {
border-color:rgba(160, 175, 185, .05);
background:0 0;
padding:12px 16px;
background-clip:padding-box
}
.list-group-item.media {
margin-top:0
}
.list-group-item.box {
border-width:0
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
color:inherit;
background-color:rgba(135, 150, 165, .1);
border-color:rgba(160, 175, 185, .05);
border-bottom-color:rgba(160, 175, 185, .05)
}
.list-group-item.active a, .list-group-item.active:focus a, .list-group-item.active:hover a {
color:inherit
}
.list-group-item:first-child {
border-top-color:rgba(160, 175, 185, .15)
}
.list-group-item:last-child {
border-bottom-color:rgba(160, 175, 185, .15)
}
.list-group-alt .list-group-item:nth-child(2n+2) {
background-color:rgba(135, 150, 165, .1)
}
.list-group-alt .list-group-item.active:nth-child(2n+2) {
background-color:rgba(135, 150, 165, .1)
}
.list-group-lg .list-group-item {
padding:16px 24px
}
.list-group-md .list-group-item {
padding-top:16px;
padding-bottom:16px
}
.list-group-sm .list-group-item {
padding:10px 12px
}
.list-group-gap .list-group-item {
margin-bottom:5px;
border-radius:3px
}
.list-group-gap .list-group-item:first-child {
border-top-color:rgba(160, 175, 185, .05)
}
.list-group-gap .list-group-item:last-child {
border-bottom-color:rgba(160, 175, 185, .05)
}
a.list-group-item {
color:inherit
}
a.list-group-item.hover, a.list-group-item:focus, a.list-group-item:hover {
color:inherit;
background-color:rgba(135, 150, 165, .1)
}
.modal.fade .modal-bottom, .modal.fade .modal-left, .modal.fade .modal-right, .modal.fade .modal-top {
position:fixed;
z-index:1055;
top:0;
left:0;
right:0;
bottom:0;
margin:0;
max-width:100%
}
.modal.fade .modal-left {
right:auto!important;
transform:translate3d(-100%, 0, 0);
transition:transform .3s cubic-bezier(.25, .8, .25, 1)
}
.modal.fade .modal-right {
left:auto!important;
transform:translate3d(100%, 0, 0);
transition:transform .3s cubic-bezier(.25, .8, .25, 1)
}
.modal.fade .modal-top {
bottom:auto!important;
transform:translate3d(0, -100%, 0);
transition:transform .3s cubic-bezier(.25, .8, .25, 1)
}
.modal.fade .modal-bottom {
top:auto!important;
transform:translate3d(0, 100%, 0);
transition:transform .3s cubic-bezier(.25, .8, .25, 1)
}
.modal.fade.show .modal-bottom, .modal.fade.show .modal-left, .modal.fade.show .modal-right, .modal.fade.show .modal-top {
transform:translate3d(0, 0, 0)
}
.modal.fade.inactive {
bottom:auto;
overflow:visible
}
.modal-open-aside {
overflow:visible
}
.modal-content, .modal-footer, .modal-header {
border:none
}
.modal-dialog>* {
pointer-events:auto
}
.modal-header {
margin-top:-1px;
border-top-left-radius:inherit;
border-top-right-radius:inherit
}
.modal-footer {
margin-top:auto;
border-bottom-left-radius:inherit;
border-tbottomop-right-radius:inherit
}
.modal .close {
float:none
}
.modal .modal-dialog {
transform:translate(0, 0)
}
.modal .fade-right {
animation:fadeInLeft .5s;
animation-direction:reverse
}
.modal .fade-left {
animation:fadeInRight .5s;
animation-direction:reverse
}
.modal .fade-up {
animation:fadeInDown .5s;
animation-direction:reverse
}
.modal .fade-down {
animation:fadeInUp .5s;
animation-direction:reverse
}
.modal.show .fade-right {
animation:fadeInRight .5s
}
.modal.show .fade-left {
animation:fadeInLeft .5s
}
.modal.show .fade-up {
animation:fadeInUp .5s
}
.modal.show .fade-down {
animation:fadeInDown .5s
}
.nav {
border:inherit
}
.nav.flex-column .nav {
-ms-flex-direction:column;
flex-direction:column;
-ms-flex-wrap:nowrap;
flex-wrap:nowrap
}
.nav-item {
position:relative;
border:inherit
}
.nav-link {
color:inherit;
border:inherit;
position:relative
}
.nav-md .nav-link {
padding:.75rem 1.25rem
}
.nav-sm .nav-link {
padding:.25rem .75rem
}
.nav-xs .nav-link {
padding:.125rem .375rem
}
.nav-xxs .nav-link {
padding-left:0;
padding-right:0;
margin:0 .5rem
}
.nav-rounded .nav-link {
border-radius:2rem
}
.nav-tabs {
border-bottom-width:0;
position:relative;
z-index:1
}
.nav-tabs .nav-link {
background:0 0!important;
color:inherit!important
}
.nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover, .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
border-color:rgba(160, 175, 185, .15);
border-bottom-color:transparent
}
.tab-content.tab-alt .tab-pane {
display:block;
height:0;
overflow:hidden
}
.tab-content.tab-alt .tab-pane.active {
height:auto;
overflow:visible
}
.nav-justified .nav-item {
display:table-cell;
width:1%;
float:none!important;
text-align:center
}
.nav-lists .nav-item {
border-bottom:1px solid rgba(160, 175, 185, .15);
background-clip:padding-box
}
.breadcrumb {
background-color:rgba(135, 150, 165, .1)
}
.breadcrumb>li+li:before {
content:'/ '
}
.nav-active-border .nav-link:before, .nav-active-border li>a:before {
content:'';
position:absolute;
left:50%;
right:50%;
bottom:0;
border-bottom-width:2px;
border-bottom-style:solid;
border-bottom-color:transparent;
transition:all .2s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
.nav-active-border .nav-link:before, .nav-active-border li>a:before {
transition:none
}
}
.nav-active-border .nav-link.active:before, .nav-active-border li>a.active:before {
left:0;
right:0;
border-bottom-color:#448bff
}
.nav-active-border li.active>a:before {
left:1rem;
right:1rem;
border-bottom-color:#448bff
}
.nav-active-border.top .nav-link:before, .nav-active-border.top li.active>a:before {
bottom:auto;
top:0
}
.navbar {
min-height:3.75rem;
padding:.75rem 1rem;
display:-ms-flexbox;
display:flex
}
.navbar .dropdown-menu-right {
left:auto;
right:0
}
.navbar svg {
vertical-align:middle
}
.navbar .nav-link {
color:inherit;
white-space:nowrap
}
.navbar .nav-active-border .nav-link {
margin:-.75rem 0;
line-height:2.75rem
}
.navbar .dropdown-menu {
margin-top:0
}
.bg-white .navbar .nav-item.active {
color:#448bff
}
.toolbar {
-ms-flex-negative:0;
flex-shrink:0;
display:-ms-flexbox;
display:flex;
-ms-flex-wrap:nowrap;
flex-wrap:nowrap;
margin:0 -.25rem
}
.toolbar>* {
margin:0 .25rem
}
.toolbar.toolbar-mx {
margin:0 -.5rem
}
.toolbar.toolbar-mx>* {
margin:0 .5rem
}
.nav-title {
font-size:1.125rem;
line-height:1.2
}
.navbar-brand {
font-size:1.125rem;
line-height:1;
display:-ms-flexbox;
display:flex;
-ms-flex-align:center;
align-items:center
}
.navbar-brand>span {
margin:0 .5rem;
font-weight:600
}
.navbar-brand img, .navbar-brand svg {
max-height:2.5rem;
vertical-align:middle;
font-weight:600
}
.navbar-menu {
-ms-flex-direction:row;
flex-direction:row;
margin-left:auto;
-ms-align-items:center;
align-items:center
}
.pagination a {
padding:.5rem .75rem;
border:1px solid rgba(160, 175, 185, .15)
}
.pagination .page-link, .pagination li a {
color:inherit!important;
background-color:transparent!important;
border-color:rgba(160, 175, 185, .15)!important;
display:block
}
.pagination .page-link:focus, .pagination .page-link:hover, .pagination li a:focus, .pagination li a:hover {
border-color:rgba(160, 175, 185, .15);
background-color:rgba(135, 150, 165, .1);
color:inherit
}
.pagination .active .page-link, .pagination .active a {
color:#fff!important;
background-color:#448bff!important;
border-color:#448bff!important
}
.pagination li:first-child a {
border-top-left-radius:.2rem;
border-bottom-left-radius:.2rem
}
.pagination li:last-child a {
border-top-right-radius:.2rem;
border-bottom-right-radius:.2rem
}
.pagination-sm a {
padding:.2195rem .5rem
}
.pagination-xs a {
padding:0 .35rem;
line-height:1.5
}
.popover {
border:none;
box-shadow:0 1px 3px rgba(0, 0, 0, .05)
}
.popover-header {
border-color:rgba(160, 175, 185, .05);
background-color:#fff
}
.popover-body {
color:#5e676f
}
.popover-body p:last-child {
margin:0
}
.popover .arrow:before {
opacity:.15
}
.progress {
border-radius:.25rem;
overflow:visible;
background-color:rgba(135, 150, 165, .1)
}
.progress-bar {
height:100%;
text-align:center;
font-size:.8em;
border-radius:.25rem;
-webkit-transition:width .6s ease;
transition:width .6s ease
}
.padding {
padding:2rem
}
.row-md {
margin-left:-.75rem;
margin-right:-.75rem
}
.row-md .col, .row-md [class*=col-] {
padding-left:.75rem;
padding-right:.75rem
}
.row-md .block, .row-md .card {
margin-bottom:1.5rem
}
.row-sm {
margin-left:-.5rem;
margin-right:-.5rem
}
.row-sm .col, .row-sm [class*=col-] {
padding-left:.5rem;
padding-right:.5rem
}
.row-sm .block, .row-sm .card {
margin-bottom:1rem
}
.row-xs {
margin-left:-.25rem;
margin-right:-.25rem
}
.row-xs .col, .row-xs [class*=col-] {
padding-left:.25rem;
padding-right:.25rem
}
.row-xs .block, .row-xs .card {
margin-bottom:.5rem
}
@media (min-width:992px) {
.col-lg-2-4 {
flex:0 0 20%;
max-width:20%
}
}
@media (min-width:1200px) {
.col-xl-1-8 {
flex:0 0 12.5%;
max-width:12.5%
}
}
@media (max-width:991.98px) {
.padding {
padding:1.5rem
}
}
@media (max-width:767.98px) {
.padding {
padding:1rem
}
}
.table>thead>tr>th {
border-width:0
}
.table-condensed tbody>tr>td, .table-condensed tbody>tr>th, .table-condensed tfoot>tr>td, .table-condensed tfoot>tr>th, .table-condensed thead>tr>td, .table-condensed thead>tr>th {
padding:5px
}
.table-bordered {
border-color:rgba(160, 175, 185, .15)
}
.table-striped>tbody>tr:nth-child(odd) {
background-color:rgba(0, 0, 0, .025);
background-clip:padding-box
}
.table-striped>thead>th {
background-color:rgba(0, 0, 0, .025);
border-right:1px solid rgba(160, 175, 185, .15)
}
.table-striped>thead>th:last-child {
border-right:none
}
.table-hover tr:hover td {
background-color:rgba(160, 175, 185, .05)
}
.table.v-middle td, .table.v-middle th {
vertical-align:middle
}
.table-theme {
border-spacing:0
}
.table-theme thead {
font-size:.7rem
}
.table-theme tbody td {
background-color:#fff;
border-width:0;
box-shadow:0 1px 0 rgba(160, 175, 185, .05), 0 -1px 0 rgba(160, 175, 185, .05)
}
.table-theme tbody td:first-child {
border-radius:.25rem 0 0 .25rem
}
.table-theme tbody td:last-child {
border-radius:0 .25rem .25rem 0
}
.table-row {
border-collapse:separate!important;
border-spacing:0 10px!important
}
.table-row thead th {
padding-top:.25rem;
padding-bottom:.25rem
}
.table-row td {
border-color:transparent!important
}
.sortable, .sorting, .sorting_asc, .sorting_desc {
position:relative;
cursor:pointer;
padding-right:1rem!important
}
.sortable:after, .sortable:before, .sorting:after, .sorting:before, .sorting_asc:after, .sorting_asc:before, .sorting_desc:after, .sorting_desc:before {
opacity:.5;
content:''!important;
position:absolute;
right:5px!important;
top:50%;
margin-top:1px;
width:0;
height:0;
border-top:3px solid;
border-right:3px solid transparent;
border-bottom:0;
border-left:3px solid transparent
}
.sortable:after, .sorting:after, .sorting_asc:after, .sorting_desc:after {
border-top:0;
border-bottom:3px solid;
margin-top:-4px
}
.sortable.desc:before, .sorting.desc:before, .sorting_asc.desc:before, .sorting_desc.desc:before {
opacity:1
}
.sortable.asc:after, .sorting.asc:after, .sorting_asc.asc:after, .sorting_desc.asc:after {
opacity:1
}
.asc .sorting:after, .sorting_asc:after {
opacity:1
}
.desc .sorting:before, .sorting_desc:after {
opacity:1
}
.animate {
animation-fill-mode:both;
animation-duration:.5s
}
.animate-reverse {
animation-direction:reverse
}
.animate-fast {
animation-duration:.3s
}
.animate-no-delay {
animation-delay:0s!important
}
.animate-delay-1 {
animation-delay:.5s
}
.animate-delay-2 {
animation-delay:1s
}
.animate-delay-3 {
animation-delay:1.5s
}
.animate-delay-4 {
animation-delay:2s
}
.sr .card, .sr .item, .sr .list-item, .sr .sr-item {
visibility:hidden
}
@keyframes slideInLeft {
from {
transform:translate3d(-75%, 0, 0)
}
to {
transform:translate3d(0, 0, 0)
}
}
.slideInLeft {
animation-name:slideInLeft
}
@keyframes slideInRight {
from {
transform:translate3d(75%, 0, 0)
}
to {
transform:translate3d(0, 0, 0)
}
}
.slideInRight {
animation-name:slideInRight
}
@keyframes slideInUp {
from {
transform:translate3d(0, 75%, 0)
}
to {
transform:translate3d(0, 0, 0)
}
}
.slideInUp {
animation-name:slideInUp
}
@keyframes slideInDown {
from {
transform:translate3d(0, -75%, 0)
}
to {
transform:translate3d(0, 0, 0)
}
}
.slideInDown {
animation-name:slideInDown
}
@keyframes fadeIn {
from {
opacity:0
}
to {
opacity:1
}
}
.fadeIn {
animation-name:fadeIn
}
@keyframes fadeInLeft {
from {
opacity:0;
transform:translate3d(-75%, 0, 0)
}
to {
opacity:1;
transform:none
}
}
.fadeInLeft {
animation-name:fadeInLeft
}
@keyframes fadeInRight {
from {
opacity:0;
transform:translate3d(75%, 0, 0)
}
to {
opacity:1;
transform:none
}
}
.fadeInRight {
animation-name:fadeInRight
}
@keyframes fadeInUp {
from {
opacity:0;
transform:translate3d(0, 75%, 0)
}
to {
opacity:1;
transform:none
}
}
.fadeInUp {
animation-name:fadeInUp
}
@keyframes fadeInDown {
from {
opacity:0;
transform:translate3d(0, -75%, 0)
}
to {
opacity:1;
transform:none
}
}
.fadeInDown {
animation-name:fadeInDown
}
.aside {
opacity:1!important;
display:-ms-flexbox!important;
display:flex!important;
position:relative;
z-index:1000
}
.aside.show {
width:100%!important;
top:0;
bottom:0
}
.aside.show>* {
left:0;
transform:translate3d(0, 0, 0)
}
.aside>* {
transition:transform .4s cubic-bezier(.25, .8, .25, 1)
}
.aside>.modal-dialog {
margin:0;
max-width:inherit;
pointer-events:inherit
}
.aside.aside-right>* {
right:0;
left:auto
}
.aside.aside-right.show>* {
transform:translate3d(0, 0, 0)!important
}
.aside-deck {
display:-ms-flexbox;
display:flex;
-ms-flex-direction:row;
flex-direction:row;
-ms-flex-align:end;
align-items:flex-end;
-ms-flex-pack:end;
justify-content:flex-end;
position:fixed;
right:0;
bottom:0;
max-height:80vh;
z-index:1050
}
@media (max-width:1199.98px) {
.aside-lg {
display:none;
opacity:0;
position:fixed!important;
z-index:1050!important;
left:0
}
.aside-lg>* {
position:fixed;
top:0;
bottom:0;
left:0;
max-width:280px!important;
transform:translate3d(-100%, 0, 0)
}
.aside-lg~* {
width:100%
}
.aside-lg.aside-right>* {
transform:translate3d(100%, 0, 0)
}
}
@media (max-width:991.98px) {
.aside-md {
display:none;
opacity:0;
position:fixed!important;
background:0 0!important;
z-index:1050!important
}
.aside-md>* {
position:fixed;
top:0;
bottom:0;
left:0;
max-width:280px!important;
transform:translate3d(-100%, 0, 0)
}
.aside-md~* {
width:100%
}
.aside-md.aside-right>* {
transform:translate3d(100%, 0, 0)
}
}
@media (max-width:767.98px) {
.aside-sm {
display:none;
opacity:0;
background:0 0!important;
position:fixed!important;
z-index:1050!important
}
.aside-sm>* {
position:fixed;
top:0;
bottom:0;
left:0;
max-width:280px!important;
transform:translate3d(-100%, 0, 0)
}
.aside-sm~* {
width:100%
}
.aside-sm.aside-right>* {
transform:translate3d(100%, 0, 0)
}
}
.avatar {
position:relative;
line-height:1;
border-radius:500px;
white-space:nowrap;
font-weight:700;
border-radius:100%;
display:-ms-flexbox;
display:flex;
-ms-flex-pack:center;
justify-content:center;
-ms-flex-align:center;
align-items:center;
-ms-flex-negative:0;
flex-shrink:0;
border-radius:500px;
box-shadow:0 5px 10px 0 rgba(50, 50, 50, .15)
}
.avatar img {
border-radius:inherit;
width:100%
}
.avatar.w-32 .avatar-status {
margin:0
}
.avatar.w-48 .avatar-status {
margin:2px
}
.avatar.w-56 .avatar-status {
margin:3px
}
.avatar.w-64 .avatar-status {
margin:4px
}
.avatar.w-96 .avatar-status {
margin:9px
}
.avatar.w-128 .avatar-status {
margin:14px
}
.avatar .avatar-status {
position:absolute;
left:0;
top:0;
z-index:1
}
.avatar-status {
display:inline-block;
width:10px;
height:10px;
margin:1px;
border-width:2px;
border-style:solid;
border-radius:100%;
border-color:#fff;
background-color:#fff
}
.bg-dark .avatar-status {
border-color:#1c233f!important
}
.avatar-status.no-border {
width:8px;
height:8px;
margin:2px;
border-color:rgba(0, 0, 0, .1)
}
.avatar-status.avatar-center {
top:50%;
margin:0;
margin-top:-4px
}
.avatar-status.avatar-center+img {
margin:0 14px 0 24px;
width:auto
}
.avatar-status.avatar-top {
left:0;
top:0
}
.avatar-status.avatar-right {
left:auto;
top:0;
right:0
}
.avatar-status.avatar-bottom {
left:auto;
top:auto;
bottom:0;
right:0
}
.avatar-status.avatar-left {
left:auto;
top:auto;
bottom:0
}
.avatar-status.on {
background-color:#31c971
}
.avatar-status.off {
background-color:#f5f5f6
}
.avatar-status.away {
background-color:#f4c414
}
.avatar-status.busy {
background-color:#f54394
}
.avatar-group {
display:-ms-flex;
display:flex;
-ms-align-items:center;
align-items:center
}
.avatar-group .avatar {
position:relative
}
.avatar-group .avatar+.avatar {
margin-left:-.5rem
}
.avatar-group .avatar.active, .avatar-group .avatar:active, .avatar-group .avatar:hover {
z-index:1
}
.avatar-group.avatar-column .avatar {
margin:.25rem
}
.chat-item {
display:-ms-flexbox;
display:flex;
margin-bottom:1.5rem
}
.chat-item>* {
margin-left:.5rem;
margin-right:.5rem
}
.chat-item.alt, [data-class=alt].chat-item {
-ms-flex-direction:row-reverse;
flex-direction:row-reverse
}
.chat-item.alt .chat-body, [data-class=alt].chat-item .chat-body {
-ms-flex-align:end;
align-items:flex-end
}
.chat-item.alt .chat-date, [data-class=alt].chat-item .chat-date {
text-align:right
}
.chat-body {
display:-ms-flexbox;
display:flex;
-ms-flex-direction:column;
flex-direction:column;
-ms-flex-align:start;
align-items:flex-start
}
.chat-content {
display:-ms-inline-flexbox;
display:inline-flex;
padding:.75rem 1rem;
margin-bottom:.25rem
}
.chat-date {
opacity:.5;
font-size:.8em;
display:block
}
.ui-check {
position:relative;
cursor:pointer
}
.ui-check input {
opacity:0;
position:absolute;
z-index:-1
}
.ui-check input:checked+i {
background-color:#448bff;
box-shadow:none
}
.ui-check input:checked+i:before {
left:50%;
top:50%;
transform:translate(-50%, -50%) rotate(-45deg);
width:6px;
height:6px;
background-color:#fff
}
.ui-check input:checked+span .active {
display:inherit
}
.ui-check input[type=radio]+i, .ui-check input[type=radio]+i:before {
border-radius:50%
}
.ui-check input[type=checkbox]:checked+i:before {
transform:translate(-50%, -65%) rotate(-45deg);
background-color:transparent;
width:8px;
height:5px;
border-width:0 0 2px 2px;
border-color:#fff;
border-style:solid
}
.ui-check input[disabled]+i, fieldset[disabled] .ui-check input+i {
border-color:rgba(135, 150, 165, .15);
opacity:.35
}
.ui-check input[disabled]+i:before, fieldset[disabled] .ui-check input+i:before {
background-color:rgba(135, 150, 165, .15)
}
.ui-check>i {
width:14px;
height:14px;
line-height:1;
box-shadow:0 0 0 1px rgba(135, 150, 165, .35);
border-radius:4px;
display:inline-block;
vertical-align:middle;
background-clip:padding-box;
position:relative;
left:0;
margin-right:.3rem
}
.ui-check>i:before {
content:"";
position:absolute;
left:50%;
top:50%;
width:0;
height:0;
background-color:transparent;
border-radius:1px
}
.ui-check.is-invalid>i {
box-shadow:inset 0 0 0 2px #f54394
}
.ui-check.is-valid>i {
background-color:#31c971
}
.ui-check>span {
margin-left:-20px
}
.ui-check>span .active {
display:none
}
.ui-check.ui-check-color i {
box-shadow:none
}
.ui-check.ui-check-color input:checked+i:before {
background-color:#fff
}
.ui-check.ui-check-rounded>i {
border-radius:50%
}
.ui-check-md input:checked+i:before {
width:8px;
height:8px
}
.ui-check-md input[type=checkbox]:checked+i:before {
width:12px;
height:6px
}
.ui-check-md>i {
width:20px;
height:20px
}
.ui-check-lg input:checked+i:before {
width:10px;
height:10px
}
.ui-check-lg input[type=checkbox]:checked+i:before {
width:14px;
height:8px;
border-width:0 0 3px 3px
}
.ui-check-lg>i {
width:24px;
height:24px
}
.bg-dark body {
color:#b9c0d3
}
.bg-dark .h1, .bg-dark .h2, .bg-dark .h3, .bg-dark .h4, .bg-dark .h5, .bg-dark .h6, .bg-dark .text-color, .bg-dark .text-dark, .bg-dark h1, .bg-dark h2, .bg-dark h3, .bg-dark h4, .bg-dark h5, .bg-dark h6 {
color:inherit
}
.bg-dark .block, .bg-dark .btn-white, .bg-dark .card, .bg-dark .list-group, .bg-dark .table-theme tbody td, .bg-dark .ui-switch i:before {
color:#b9c0d3;
background-color:#1c233f
}
.bg-dark .dropdown-menu {
color:inherit;
border-color:transparent;
background-color:#1f2746!important
}
.bg-dark .bg-light {
color:#b9c0d3!important;
background-color:#161d33!important
}
.bg-dark .btn.btn-icon.no-bg, .bg-dark .btn:not([class*=btn-]) {
color:inherit
}
.bg-dark .text-color {
color:#b9c0d3
}
.bg-dark .col-form-label, .bg-dark .text-muted {
color:#838aa0!important
}
.bg-dark .bg-body, .bg-dark .bg-white {
background:#192039!important
}
.bg-dark .form-control {
background-color:transparent
}
.bg-dark .input-group-btn .btn {
background-color:rgba(160, 175, 185, .05)
}
.bg-dark .table-theme tbody td {
box-shadow:none!important
}
.bg-dark .list-item {
border-top:none!important
}
.bg-dark .navbar-brand, .bg-dark .text-highlight {
color:#fff!important
}
.bg-dark .b-a, .bg-dark .b-b, .bg-dark .b-l, .bg-dark .b-r, .bg-dark .b-t, .bg-dark .card-footer, .bg-dark .card-header {
border-color:#1e2645
}
.bg-dark .dropdown-divider {
border-color:#20294a
}
.bg-primary {
color:#fff!important
}
.bg-primary-lt {
color:#116bff!important;
background-color:#e1ecff!important
}
.bg-primary-lt.active, .bg-primary-lt:focus, .bg-primary-lt:hover {
color:#fff!important;
background-color:#448bff!important
}
.bg-primary--lt {
color:#5e676f!important;
background-color:#e1ecff!important
}
.gd-primary {
color:#fff;
border:none;
background:#448bff linear-gradient(45deg, #448bff, #44e9ff)
}
.active>.active-primary {
color:#448bff!important;
opacity:1!important;
fill:currentColor
}
.active>.active-bg-primary {
color:#fff!important;
background-color:#448bff!important
}
.nav-active-text-primary .nav-item.active>a, .nav-active-text-primary .nav-link.active, .nav-active-text-primary .nav-sub>li.active>a, .nav-active-text-primary .nav>li.active>a {
color:#448bff!important
}
.nav-active-primary .nav-item.active>a, .nav-active-primary .nav-link.active, .nav-active-primary .nav>li.active>a {
color:#fff!important;
background-color:#448bff!important
}
.bg-secondary {
color:#fff!important
}
.bg-secondary-lt {
color:#3e455a!important;
background-color:#e3e5e9!important
}
.bg-secondary-lt.active, .bg-secondary-lt:focus, .bg-secondary-lt:hover {
color:#fff!important;
background-color:#535c78!important
}
.bg-secondary--lt {
color:#5e676f!important;
background-color:#e3e5e9!important
}
.gd-secondary {
color:#fff;
border:none;
background:#535c78 linear-gradient(45deg, #535c78, #536f78)
}
.active>.active-secondary {
color:#535c78!important;
opacity:1!important;
fill:currentColor
}
.active>.active-bg-secondary {
color:#fff!important;
background-color:#535c78!important
}
.nav-active-text-secondary .nav-item.active>a, .nav-active-text-secondary .nav-link.active, .nav-active-text-secondary .nav-sub>li.active>a, .nav-active-text-secondary .nav>li.active>a {
color:#535c78!important
}
.nav-active-secondary .nav-item.active>a, .nav-active-secondary .nav-link.active, .nav-active-secondary .nav>li.active>a {
color:#fff!important;
background-color:#535c78!important
}
.bg-success {
color:#fff!important
}
.bg-success-lt {
color:#27a05a!important;
background-color:#def6e8!important
}
.bg-success-lt.active, .bg-success-lt:focus, .bg-success-lt:hover {
color:#fff!important;
background-color:#31c971!important
}
.bg-success--lt {
color:#5e676f!important;
background-color:#def6e8!important
}
.gd-success {
color:#fff;
border:none;
background:#31c971 linear-gradient(45deg, #31c971, #3dc931)
}
.active>.active-success {
color:#31c971!important;
opacity:1!important;
fill:currentColor
}
.active>.active-bg-success {
color:#fff!important;
background-color:#31c971!important
}
.nav-active-text-success .nav-item.active>a, .nav-active-text-success .nav-link.active, .nav-active-text-success .nav-sub>li.active>a, .nav-active-text-success .nav>li.active>a {
color:#31c971!important
}
.nav-active-success .nav-item.active>a, .nav-active-success .nav-link.active, .nav-active-success .nav>li.active>a {
color:#fff!important;
background-color:#31c971!important
}
.bg-info {
color:#fff!important
}
.bg-info-lt {
color:#1094b5!important;
background-color:#d9f4fb!important
}
.bg-info-lt.active, .bg-info-lt:focus, .bg-info-lt:hover {
color:#fff!important;
background-color:#14bae4!important
}
.bg-info--lt {
color:#5e676f!important;
background-color:#d9f4fb!important
}
.gd-info {
color:#fff;
border:none;
background:#14bae4 linear-gradient(45deg, #14bae4, #14e4a6)
}
.active>.active-info {
color:#14bae4!important;
opacity:1!important;
fill:currentColor
}
.active>.active-bg-info {
color:#fff!important;
background-color:#14bae4!important
}
.nav-active-text-info .nav-item.active>a, .nav-active-text-info .nav-link.active, .nav-active-text-info .nav-sub>li.active>a, .nav-active-text-info .nav>li.active>a {
color:#14bae4!important
}
.nav-active-info .nav-item.active>a, .nav-active-info .nav-link.active, .nav-active-info .nav>li.active>a {
color:#fff!important;
background-color:#14bae4!important
}
.bg-warning {
color:#212529!important
}
.bg-warning-lt {
color:#cba20a!important;
background-color:#fdf6d9!important
}
.bg-warning-lt.active, .bg-warning-lt:focus, .bg-warning-lt:hover {
color:#fff!important;
background-color:#f4c414!important
}
.bg-warning--lt {
color:#5e676f!important;
background-color:#fdf6d9!important
}
.gd-warning {
color:#fff;
border:none;
background:#f4c414 linear-gradient(45deg, #f4c414, #f45414)
}
.active>.active-warning {
color:#f4c414!important;
opacity:1!important;
fill:currentColor
}
.active>.active-bg-warning {
color:#212529!important;
background-color:#f4c414!important
}
.nav-active-text-warning .nav-item.active>a, .nav-active-text-warning .nav-link.active, .nav-active-text-warning .nav-sub>li.active>a, .nav-active-text-warning .nav>li.active>a {
color:#f4c414!important
}
.nav-active-warning .nav-item.active>a, .nav-active-warning .nav-link.active, .nav-active-warning .nav>li.active>a {
color:#fff!important;
background-color:#f4c414!important
}
.bg-danger {
color:#fff!important
}
.bg-danger-lt {
color:#f21378!important;
background-color:#fde1ee!important
}
.bg-danger-lt.active, .bg-danger-lt:focus, .bg-danger-lt:hover {
color:#fff!important;
background-color:#f54394!important
}
.bg-danger--lt {
color:#5e676f!important;
background-color:#fde1ee!important
}
.gd-danger {
color:#fff;
border:none;
background:#f54394 linear-gradient(45deg, #f54394, #f543ed)
}
.active>.active-danger {
color:#f54394!important;
opacity:1!important;
fill:currentColor
}
.active>.active-bg-danger {
color:#fff!important;
background-color:#f54394!important
}
.nav-active-text-danger .nav-item.active>a, .nav-active-text-danger .nav-link.active, .nav-active-text-danger .nav-sub>li.active>a, .nav-active-text-danger .nav>li.active>a {
color:#f54394!important
}
.nav-active-danger .nav-item.active>a, .nav-active-danger .nav-link.active, .nav-active-danger .nav>li.active>a {
color:#fff!important;
background-color:#f54394!important
}
.bg-light {
color:#212529!important
}
.bg-light-lt {
color:#dadade!important;
background-color:#fdfdfe!important
}
.bg-light-lt.active, .bg-light-lt:focus, .bg-light-lt:hover {
color:#fff!important;
background-color:#f5f5f6!important
}
.bg-light--lt {
color:#5e676f!important;
background-color:#fdfdfe!important
}
.gd-light {
color:#fff;
border:none;
background:#f5f5f6 linear-gradient(45deg, #f5f5f6, #f5f6f6)
}
.active>.active-light {
color:#f5f5f6!important;
opacity:1!important;
fill:currentColor
}
.active>.active-bg-light {
color:#212529!important;
background-color:#f5f5f6!important
}
.nav-active-text-light .nav-item.active>a, .nav-active-text-light .nav-link.active, .nav-active-text-light .nav-sub>li.active>a, .nav-active-text-light .nav>li.active>a {
color:#f5f5f6!important
}
.nav-active-light .nav-item.active>a, .nav-active-light .nav-link.active, .nav-active-light .nav>li.active>a {
color:#5e676f!important;
background-color:#f5f5f6!important
}
.bg-dark {
color:#fff!important
}
.bg-dark-lt {
color:#090c16!important;
background-color:#dadbdf!important
}
.bg-dark-lt.active, .bg-dark-lt:focus, .bg-dark-lt:hover {
color:#fff!important;
background-color:#192039!important
}
.bg-dark--lt {
color:#5e676f!important;
background-color:#dadbdf!important
}
.gd-dark {
color:#fff;
border:none;
background:#192039 linear-gradient(45deg, #192039, #193039)
}
.active>.active-dark {
color:#192039!important;
opacity:1!important;
fill:currentColor
}
.active>.active-bg-dark {
color:#fff!important;
background-color:#192039!important
}
.nav-active-text-dark .nav-item.active>a, .nav-active-text-dark .nav-link.active, .nav-active-text-dark .nav-sub>li.active>a, .nav-active-text-dark .nav>li.active>a {
color:#192039!important
}
.nav-active-dark .nav-item.active>a, .nav-active-dark .nav-link.active, .nav-active-dark .nav>li.active>a {
color:#fff!important;
background-color:#192039!important
}
.bg-light {
color:inherit!important;
background-color:#f5f5f6
}
.bg-white {
background-color:#fff
}
.bg--white {
color:#5e676f;
background-color:#fff
}
.bg-warning {
color:#fff!important
}
.bg-dark {
color:#b9c0d3!important
}
.bg-black {
color:#fff;
background-color:#13182c
}
.bg-white .fill {
fill:#448bff
}
.bg-white-overlay {
color:#fff;
background-color:rgba(255, 255, 255, .35)
}
.bg-dark-overlay {
color:#fff;
background-color:rgba(0, 0, 0, .35)
}
.bg-img {
background-size:cover;
background-position:50% 50%
}
.gd-overlay {
background-color:transparent!important;
background-image:linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .5) 100%);
background-repeat:repeat-x
}
.bg-clip {
background-clip:padding-box
}
.bg-body {
background-color:#f9f9fa
}
.no-bg {
background:0 0!important
}
.layout, .layout-column, .layout-row {
display:-ms-flexbox;
display:flex
}
.layout-row {
-ms-flex-direction:row;
flex-direction:row
}
.layout-row>.flex {
min-width:0
}
.layout-column {
-ms-flex-direction:column;
flex-direction:column
}
.layout-column>.flex {
min-height:0
}
.flex {
-webkit-box-flex:1;
-ms-flex:1 1 auto;
flex:1 1 auto
}
.no-shrink {
-ms-flex-negative:0;
flex-shrink:0
}
.no-grow {
-ms-flex-positive:0;
flex-grow:0
}
.page-header {
z-index:1025!important;
transition:background-color .2s cubic-bezier(.25, .8, .25, 1)
}
.page-header.sticky~* .page-sidenav.sticky, .page-header~* .fixed-content {
top:3.75rem;
height:calc(100vh - 3.75rem)
}
.page-header:not(.sticky).scroll-up {
position:fixed;
left:0;
right:0
}
.page-sidenav {
position:relative;
z-index:1030!important;
min-width:13.5rem;
opacity:1!important
}
.page-sidenav.sticky {
height:100vh
}
.is-fullscreen.layout-column, .is-fullscreen.layout-row #content {
display:block;
overflow:auto;
-webkit-overflow-scrolling:touch
}
.fixed {
position:fixed;
top:0;
left:0;
right:0
}
.sticky {
position:-webkit-sticky;
position:sticky;
top:0;
z-index:1020
}
.sticky.sticky-bottom {
top:auto;
bottom:-1px
}
@media (min-width:992px) {
.page-container {
max-width:1140px;
margin:0 auto
}
.page-sidenav {
display:block!important
}
}
@media (max-width:991.98px) {
body.layout-row {
-ms-flex-direction:column;
flex-direction:column
}
.page-sidenav {
width:100%!important;
height:100%!important;
top:0!important;
position:fixed;
z-index:1050!important;
display:none;
opactiy:0
}
.bg-dark .page-sidenav, .page-sidenav {
background:0 0!important
}
.page-sidenav>* {
position:fixed;
height:100%;
background-color:inherit;
transition:.2s cubic-bezier(.25, .8, .25, 1);
transform:translate3d(-100%, 0, 0);
width:17.5rem
}
.page-sidenav.show>div {
transform:translate3d(0, 0, 0)
}
}
@media print {
.page-header, .page-sidenav {
display:none!important
}
}
.list {
padding-left:0;
padding-right:0
}
.list-item {
position:relative;
display:-ms-flexbox;
display:flex;
-ms-flex-direction:column;
flex-direction:column;
min-width:0;
word-wrap:break-word
}
.list-item.block .media {
border-bottom-left-radius:0;
border-bottom-right-radius:0
}
.list-item.block .list-content {
padding:1rem
}
.list-content {
padding:1rem 0;
display:-ms-flexbox;
display:flex;
-ms-flex-direction:column;
flex-direction:column;
-ms-flex:1 1 auto;
flex:1 1 auto;
-ms-flex-pack:center;
justify-content:center
}
.list-body {
-ms-flex:1 1 auto;
flex:1 1 auto
}
.list-footer {
margin-top:.5rem
}
.list-title {
line-height:1.4285714286;
font-weight:500;
display:block;
color:inherit
}
.list-hover-overlay .media, .list-overlay .media {
position:absolute;
top:0;
right:0;
bottom:0;
left:0;
border-radius:inherit
}
.list-hover-overlay .media:after, .list-overlay .media:after {
position:absolute;
top:0;
bottom:0;
left:0;
right:0;
padding:0;
border-radius:inherit;
background-color:rgba(0, 0, 0, .25)
}
.list-hover-overlay .list-content, .list-overlay .list-content {
position:relative;
padding:1rem;
z-index:1
}
.list-hover-overlay .list-body, .list-overlay .list-body {
display:-ms-flexbox;
display:flex;
-ms-flex-direction:column;
flex-direction:column
}
.list-hover-overlay .list-body .list-title, .list-overlay .list-body .list-title {
margin-top:auto
}
.list-hover-overlay.active .media, .list-hover-overlay:active .media, .list-hover-overlay:hover .media {
display:block
}
.list-hover-overlay .media {
display:none
}
.list-hover-overlay.active, .list-hover-overlay:active, .list-hover-overlay:hover, .list-overlay, .list-overlay-content {
color:#fff!important
}
.list-hover-overlay.active a:active, .list-hover-overlay.active a:hover, .list-hover-overlay:active a:active, .list-hover-overlay:active a:hover, .list-hover-overlay:hover a:active, .list-hover-overlay:hover a:hover, .list-overlay a:active, .list-overlay a:hover, .list-overlay-content a:active, .list-overlay-content a:hover {
color:#fff
}
.list-hover-overlay.active .text-muted:not(i), .list-hover-overlay:active .text-muted:not(i), .list-hover-overlay:hover .text-muted:not(i), .list-overlay .text-muted:not(i), .list-overlay-content .text-muted:not(i) {
color:rgba(255, 255, 255, .5)!important
}
.list-hover .media {
color:#fff
}
.list-hover .list-body {
padding-left:.5rem;
padding-right:.5rem
}
.list-hover.active, .list-hover:hover {
background-color:#14bae4!important
}
.list-hover.active a:not(.dropdown-item), .list-hover.active a:not(.dropdown-item):active, .list-hover.active a:not(.dropdown-item):hover, .list-hover:hover a:not(.dropdown-item), .list-hover:hover a:not(.dropdown-item):active, .list-hover:hover a:not(.dropdown-item):hover {
color:#fff
}
.list-hover.active .text-muted:not(i), .list-hover:hover .text-muted:not(i) {
color:rgba(255, 255, 255, .5)!important
}
.list-hover.active .media:after, .list-hover:hover .media:after {
position:relative;
z-index:1;
border-radius:inherit;
background-color:#14bae4;
background:linear-gradient(180deg, rgba(20, 186, 228, .5), #14bae4)
}
.list-hover .media-action-overlay {
background-color:transparent!important
}
.list-overlay-content {
color:#fff
}
.list-overlay-content a:hover {
color:#fff
}
.list-overlay-content .media:after {
background-color:rgba(0, 0, 0, .25);
border-radius:inherit;
position:relative;
z-index:1
}
.list-overlay-content .list-content {
position:absolute;
z-index:1;
left:0;
right:0;
bottom:0;
padding:1rem
}
.show-row {
display:none!important
}
.list-row.list-row-12>div:not(.list-item) {
flex:0 0 100%;
max-width:100%
}
.list-row .list-item {
-ms-flex-direction:row;
flex-direction:row;
-ms-flex-align:center;
align-items:center;
padding:.75rem .625rem
}
.list-row .list-item>* {
padding-left:.625rem;
padding-right:.625rem
}
.list-row .list-item .media {
min-width:4rem;
border-radius:inherit;
padding:0
}
.list-row .list-item .list-content {
padding:0 1.25rem;
text-align:inherit!important
}
.list-row .show-row {
display:block!important
}
.list-row .hide-row {
display:none!important
}
.list-bordered .list-item {
border-top:1px solid rgba(160, 175, 185, .05)
}
.list-bordered .list-item:first-child {
border-top:none
}
.list-index {
counter-reset:li
}
.list-index .list-item:before {
content:counter(li);
counter-increment:li;
width:3rem;
padding:0;
font-weight:600;
-ms-flex-negative:0;
flex-shrink:0
}
@media (min-width:576px) {
.list-grouped {
display:-ms-flexbox;
display:flex;
-ms-flex-direction:row;
flex-direction:row;
-ms-flex-flow:row wrap;
flex-flow:row wrap
}
.list-grouped>div {
display:-ms-flexbox;
display:flex
}
.list-grouped>div>.list-item {
-ms-flex-item-align:stretch;
align-self:stretch;
-ms-flex:1 1 auto;
flex:1 1 auto
}
.list-grouped>div>.list-item .list-content {
padding-left:1rem;
padding-right:1rem
}
.list-grouped.no-gutters>div:not(:first-child):not(:last-child):not(:only-child) {
border-radius:0
}
.list-grouped.no-gutters>div:first-child {
border-radius:.25rem 0 0 .25rem
}
.list-grouped.no-gutters>div:first-child .media {
border-radius:inherit
}
.list-grouped.no-gutters>div:last-child {
border-radius:0 .25rem .25rem 0
}
.list-grouped.no-gutters>div:last-child .media {
border-radius:inherit
}
.list-grouped.no-gutters>div .list-item {
border-radius:inherit
}
}
.loading {
width:24px;
height:24px;
padding:0;
border-radius:50%;
position:relative
}
.loading:after, .loading:before {
content:'';
position:absolute;
left:0;
right:0;
top:0;
bottom:0;
border:3px solid currentColor;
border-radius:50%
}
.loading:before {
opacity:.3
}
.loading:after {
opacity:.75;
border-color:transparent;
border-left-color:currentColor;
animation:loading 1s linear infinite
}
.js-Pjax-remove {
position:absolute
}
.js-Pjax-onswitch {
position:relative;
overflow:hidden
}
.page-loading {
pointer-events:none
}
.page-loading, .page-loading a {
pointer-events:none;
cursor:wait
}
.page-loading .loading-spin {
animation:loading 1s linear infinite
}
@keyframes loading {
0% {
transform:rotate(0)
}
50% {
transform:rotate(180deg)
}
100% {
transform:rotate(360deg)
}
}
.media {
position:relative;
display:block;
padding:0;
-ms-flex-negative:0;
flex-shrink:0;
border-radius:inherit
}
.media:after {
content:'';
display:block;
padding-top:100%
}
.media:not(:first-child):not(:last-child):not(:only-child) {
border-radius:0
}
.media-circle .media {
border-radius:500px
}
.media-circle .media .media-content:before {
width:50%;
left:25%
}
.media-overlay {
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
padding:1rem 1rem;
z-index:2;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-align:center;
-ms-flex-align:center;
align-items:center;
color:#fff
}
.media-overlay.overlay-top {
bottom:auto
}
.media-overlay.overlay-bottom {
top:auto
}
.media-action {
position:absolute;
z-index:3;
left:50%;
top:50%;
transform:translate(-50%, -50%);
opacity:0;
pointer-events:none;
transition:opacity .3s;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-align:center;
-ms-flex-align:center;
align-items:center
}
.media-action.active {
opacity:1
}
.media-action.media-action-overlay {
width:100%;
height:100%;
background-color:rgba(0, 0, 0, .2);
color:#fff;
padding:0 5%;
display:-ms-flexbox;
display:flex;
-ms-flex-pack:distribute;
justify-content:space-around;
border-radius:inherit
}
.media-action.media-action-overlay .btn {
-ms-flex-negative:0;
flex-shrink:0;
color:inherit
}
.active>.media .media-action, .list-item:active .media-action, .list-item:hover .media-action, .media:active .media-action, .media:hover .media-action {
opacity:1;
pointer-events:initial
}
.media iframe, .media-content {
position:absolute;
top:0;
bottom:0;
left:0;
right:0;
border:0;
border-radius:inherit;
background-size:cover;
background-repeat:no-repeat;
background-position:50% 50%;
background-color:rgba(120, 120, 120, .1);
display:flex;
-webkit-box-pack:center;
-ms-flex-pack:center;
justify-content:center;
-webkit-box-align:center;
-ms-flex-align:center;
align-items:center
}
.media-content:before {
content:'';
position:absolute;
height:10%;
width:90%;
left:5%;
bottom:0;
background:inherit;
background-position-y:100%;
filter:blur(10px)
}
.circle .media-content:before {
width:40%;
left:30%
}
.media-21x9:after {
padding-top:42.857143%
}
.media-16x9:after {
padding-top:56.25%
}
.media-4x3:after {
padding-top:75%
}
.media-2x3:after {
padding-top:150%
}
.media-3x4:after {
padding-top:133.33333%
}
.media-1x2:after {
padding-top:200%
}
.media-2x1:after {
padding-top:50%
}
.media-3x1:after {
padding-top:33%
}
.media-4x1:after {
padding-top:25%
}
.media-1-4:after {
padding-top:25vh;
min-height:10rem
}
.media-1-3:after {
padding-top:33vh;
min-height:12.5rem
}
.media-1-2:after {
padding-top:50vh;
min-height:15rem
}
.sidenav {
margin:0;
pointer-events:inherit;
display:-ms-flexbox;
display:flex;
-ms-flex-direction:column;
flex-direction:column
}
.sidenav ul {
padding-left:0;
padding-right:0;
list-style:none
}
.sidenav ul a {
color:inherit
}
.sidenav .nav {
border:inherit;
display:block
}
.sidenav .nav li {
border:inherit;
position:relative
}
.sidenav .nav li li a {
font-size:.8rem;
line-height:2rem;
padding-left:3rem
}
.sidenav .nav li li a .nav-text {
padding:.4375rem 0
}
.sidenav .nav li li li a {
padding-left:4rem
}
.sidenav .nav li li li li a {
padding-left:5rem
}
.sidenav .nav li>a {
display:-ms-flexbox;
display:flex;
-ms-flex-wrap:nowrap;
flex-wrap:nowrap;
padding:0 .5rem;
line-height:2.5rem;
position:relative
}
.sidenav .nav li.active>a {
background-color:transparent
}
.sidenav .nav li.active>a .nav-caret:after {
transform:rotate(225deg);
margin-bottom:0
}
.sidenav .nav-header {
padding:1rem 1rem .5rem 1rem;
font-size:85%
}
.sidenav .nav-header:after {
display:none
}
.sidenav .navbar-brand {
float:none;
margin-right:0
}
.sidenav .flex {
overflow:auto;
-webkit-overflow-scrolling:touch
}
.nav-fold {
display:-ms-flexbox!important;
display:flex!important;
-ms-flex-align:center;
align-items:center
}
.nav-text {
margin:0 .5rem;
-webkit-box-flex:1;
-ms-flex:1 1 auto;
flex:1 1 auto;
line-height:1.125rem;
transition:opacity .15s ease-in-out;
padding:.6875rem 0
}
.navbar .nav-text {
line-height:1;
display:inline-block;
padding:0
}
.navbar .nav-text span.text-xs {
margin-top:.25rem
}
.nav-icon{
font-size:1rem;
width:2.5rem;
height:2.5rem;
border-radius:100%;
display:-ms-flexbox;
display:flex;
-ms-flex-pack:center;
justify-content:center;
-ms-flex-align:center;
align-items:center;
-ms-flex-negative:0;
flex-shrink:0;
opacity:.65
}
.active>a>.nav-icon, a:active>.nav-icon, a:hover>.nav-icon {
opacity:1
}
.nav-icon.no-fade {
opacity:1
}
.nav-icon i {
line-height:1;
max-width:20px;
max-height:20px
}
.nav-icon i img, .nav-icon i svg {
display:none;
position:absolute;
left:0;
top:0;
width:100%;
height:100%
}
.navbar .nav-icon {
margin-right:.5rem
}
.nav-badge {
font-style:normal;
z-index:1;
margin:0 .5rem
}
.nav-caret {
width:1rem;
opacity:.45;
position:relative
}
.nav-caret:after {
content:'';
width:5px;
height:5px;
display:inline-block;
border-width:1px;
border-style:solid;
border-color:transparent currentColor currentColor transparent;
transform:rotate(-45deg);
margin-bottom:1px
}
.nav-sub {
max-height:0;
overflow:hidden;
transition:max-height .4s ease 0s
}
@media (prefers-reduced-motion:reduce) {
.nav-sub {
transition:none
}
}
.active>.nav-sub, .open>.nav-sub {
max-height:50rem
}
.nav-border .nav>li.active:after {
content:'';
position:absolute;
top:0;
bottom:0;
border-color:inherit;
border-width:3px;
border-left-style:solid
}
.nav-border.right .nav>li.active:after {
right:0
}
.nav-stacked .nav>li:not(.nav-header) {
padding:.15rem .75rem
}
.nav-stacked .nav>li>a {
line-height:2rem;
padding:0 .5rem
}
.nav-stacked .nav>li>a .nav-icon {
width:2rem;
height:2rem
}
.nav-stacked .nav>li>a .nav-text {
padding:.4375rem 0
}
.nav-stacked .nav>li>a:before {
left:.5rem;
border-radius:3px;
width:2rem;
border-width:1rem
}
.nav-stacked .nav>li li a {
padding-left:2.5rem
}
.nav-stacked .nav>li li li a {
padding-left:3.5rem
}
.nav-stacked .nav>li li li li a {
padding-left:4.5rem
}
.nav-stacked .nav li a {
border-radius:3px
}
@media (min-width:992px) {
.folded {
width:4.5rem;
min-width:0
}
.folded.md {
width:5.5rem;
min-width:0
}
.folded .nav-fold {
-ms-flex-pack:center!important;
justify-content:center!important
}
.folded .hidden-folded {
display:none!important
}
.folded .nav li ul {
display:none
}
.folded .nav>li>a .nav-caret, .folded .nav>li>a .nav-text {
display:none
}
.folded .nav>li>a .nav-badge {
position:absolute;
right:10px
}
.folded .nav>li>a .nav-icon {
float:none;
line-height:2.5rem;
font-size:1rem;
margin:0 auto;
position:relative;
width:2.5rem;
height:2.5rem
}
.folded .nav>li>a:before {
left:0
}
.folded .show-text .nav>li>a {
padding-top:.25rem;
padding-bottom:.25rem;
display:block
}
.folded .show-text .nav>li>a .nav-text {
display:block;
margin-top:-1rem;
font-size:.8em;
text-align:center
}
.folded .navbar-brand {
margin:0 auto
}
.folded .nav-stacked .nav>li a {
padding:0
}
.folded .nav-stacked .nav>li:not(.nav-header) {
padding:.25rem 1rem
}
.folded.nav-expand.active>*, .folded.nav-expand:focus>*, .folded.nav-expand:hover>* {
width:13.5rem
}
.folded.nav-expand.active .nav-fold, .folded.nav-expand:focus .nav-fold, .folded.nav-expand:hover .nav-fold {
-ms-flex-pack:start!important;
justify-content:start!important
}
.folded.nav-expand.active .hidden-folded, .folded.nav-expand:focus .hidden-folded, .folded.nav-expand:hover .hidden-folded {
display:block!important
}
.folded.nav-expand.active .hidden-folded.d-inline, .folded.nav-expand:focus .hidden-folded.d-inline, .folded.nav-expand:hover .hidden-folded.d-inline {
display:inline-block!important
}
.folded.nav-expand.active .nav li ul, .folded.nav-expand:focus .nav li ul, .folded.nav-expand:hover .nav li ul {
display:inherit
}
.folded.nav-expand.active .nav>li>a, .folded.nav-expand:focus .nav>li>a, .folded.nav-expand:hover .nav>li>a {
display:-ms-flexbox;
display:flex
}
.folded.nav-expand.active .nav>li>a .nav-caret, .folded.nav-expand.active .nav>li>a .nav-text, .folded.nav-expand:focus .nav>li>a .nav-caret, .folded.nav-expand:focus .nav>li>a .nav-text, .folded.nav-expand:hover .nav>li>a .nav-caret, .folded.nav-expand:hover .nav>li>a .nav-text {
display:block
}
.folded.nav-expand.active .nav>li>a .nav-badge, .folded.nav-expand:focus .nav>li>a .nav-badge, .folded.nav-expand:hover .nav>li>a .nav-badge {
position:static
}
.folded.nav-expand.active .nav>li>a .nav-icon, .folded.nav-expand:focus .nav>li>a .nav-icon, .folded.nav-expand:hover .nav>li>a .nav-icon {
float:left;
width:2.5rem;
height:2.5rem;
line-height:2.5rem;
font-size:1rem
}
.folded.nav-expand.active .show-text .nav>li>a .nav-text, .folded.nav-expand:focus .show-text .nav>li>a .nav-text, .folded.nav-expand:hover .show-text .nav>li>a .nav-text {
text-align:inherit;
font-size:inherit;
margin-top:0
}
.folded.nav-expand.active .navbar-brand, .folded.nav-expand:focus .navbar-brand, .folded.nav-expand:hover .navbar-brand {
margin:0
}
.folded.nav-expand.active .nav-stacked .nav>li:not(.nav-header), .folded.nav-expand:focus .nav-stacked .nav>li:not(.nav-header), .folded.nav-expand:hover .nav-stacked .nav>li:not(.nav-header) {
padding:.15rem .75rem
}
.folded.nav-expand.active .nav-stacked .nav>li>a, .folded.nav-expand:focus .nav-stacked .nav>li>a, .folded.nav-expand:hover .nav-stacked .nav>li>a {
padding:0 .5rem
}
.folded.nav-expand.active .nav-stacked .nav>li>a:before, .folded.nav-expand:focus .nav-stacked .nav>li>a:before, .folded.nav-expand:hover .nav-stacked .nav>li>a:before {
left:.5rem;
width:2rem;
border-width:1rem
}
.folded.nav-expand.active .nav-stacked .nav>li>a .nav-icon, .folded.nav-expand:focus .nav-stacked .nav>li>a .nav-icon, .folded.nav-expand:hover .nav-stacked .nav>li>a .nav-icon {
width:2rem;
height:2rem;
line-height:2rem
}
.folded.nav-expand .sidenav {
transition:width .4s cubic-bezier(.25, .8, .25, 1);
backface-visibility:hidden
}
}
@media (min-width:992px) and (prefers-reduced-motion:reduce) {
.folded.nav-expand .sidenav {
transition:none
}
}
@media (min-width:992px) {
.folded.nav-dropdown .scrollable, .folded.nav-dropdown>*, .nav-dropup .scrollable, .nav-dropup>* {
overflow:visible!important
}
.folded.nav-dropdown .nav>li:focus>ul, .folded.nav-dropdown .nav>li:hover>ul, .nav-dropup .nav>li:focus>ul, .nav-dropup .nav>li:hover>ul {
display:block
}
.folded.nav-dropdown .nav>li>ul, .nav-dropup .nav>li>ul {
display:none;
overflow:visible;
max-height:999px;
background-color:#fff;
border-radius:2px;
box-shadow:0 5px 20px rgba(0, 0, 0, .05);
position:absolute;
left:100%;
top:0;
padding:6px 0
}
.folded.nav-dropdown .nav>li>ul a, .nav-dropup .nav>li>ul a {
padding-left:16px!important;
padding-right:16px!important;
min-width:160px
}
.folded.nav-dropdown .nav>li>ul li.active ul, .nav-dropup .nav>li>ul li.active ul {
display:block
}
.folded.nav-dropdown .nav>li>ul .nav-text, .nav-dropup .nav>li>ul .nav-text {
padding:8px 0!important
}
.folded.nav-dropdown .nav>li .nav-mega, .nav-dropup .nav>li .nav-mega {
width:360px
}
.folded.nav-dropdown .nav>li .nav-mega>li, .nav-dropup .nav>li .nav-mega>li {
width:50%;
float:left
}
}
.page-bg {
position:absolute;
z-index:0;
top:0;
bottom:0;
left:0;
right:0;
border:0;
height:50vh;
background-repeat:no-repeat;
background-position:50% 50%;
background-size:0
}
.page-bg:before {
content:'';
background-size:cover;
background-repeat:no-repeat;
background-image:inherit;
background-position:inherit;
position:absolute;
height:100%;
width:100%;
opacity:.1
}
.page-bg:after {
content:'';
position:absolute;
bottom:0;
height:50%;
width:100%;
background-image:linear-gradient(to bottom, rgba(255, 255, 255, 0), #f9f9fa);
background-repeat:repeat-x
}
.bg-dark .page-bg:before {
opacity:.15
}
.bg-dark .page-bg:after {
background-image:linear-gradient(to bottom, transparent, #192039)
}
.cover {
background-size:cover;
background-repeat:no-repeat;
background-image:inherit;
background-position:50% 50%;
position:relative
}
.cover:after {
position:absolute;
z-index:0;
content:'';
height:100%;
width:100%;
top:0;
background-color:inherit;
opacity:.65
}
.cover.cover-gd:after {
background-image:linear-gradient(to right, #14bae4, #448bff)
}
.cover>* {
position:relative;
z-index:1
}
.swapimg {
background-size:cover;
background-repeat:no-repeat;
width:50%;
height:100%
}
.swapimg .handler {
cursor:move;
position:absolute;
top:-2.5%;
right:-1.5rem;
height:105%;
width:3rem
}
.swapimg .handler:after {
content:"";
position:absolute;
height:100%;
width:50%;
border-right:1px solid rgba(135, 150, 165, .1)
}
.browser {
position:relative;
background-color:#fff;
border:1px solid rgba(135, 150, 165, .1);
background-clip:padding-box;
padding-top:28px;
border-radius:4px;
overflow:hidden
}
.browser:before {
content:'';
width:8px;
height:8px;
border-radius:50%;
box-shadow:inset 0 0 0 8px rgba(135, 150, 165, .1), 14px 0 rgba(135, 150, 165, .1), 28px 0 rgba(135, 150, 165, .1);
display:block;
position:absolute;
top:10px;
left:8px
}
.browser.colored:before {
box-shadow:inset 0 0 0 8px #fc605c, 14px 0 #fdbc40, 28px 0 #34c84a
}
.fc-toolbar {
margin-bottom:0!important;
padding:.75rem 2rem
}
.fc-toolbar h2 {
font-size:.8rem;
padding-top:8px;
margin-right:8px;
color:inherit
}
.fc-toolbar button {
background:0 0;
border:none;
box-shadow:none;
padding:0;
color:inherit;
text-shadow:none;
box-shadow:none
}
.fc-head th {
box-shadow:0 1px 3px rgba(0, 0, 0, .05)
}
.bg-dark .fc-head th {
background-color:#192039;
color:inherit
}
.fc-event {
border-width:0;
padding:5px 8px;
color:inherit
}
.fc-event:hover {
color:inherit
}
.fc-event .fc-bg {
background-color:transparent
}
.fc td, .fc th, .fc tr {
border-color:rgba(160, 175, 185, .05)
}
.fc .popover {
min-width:220px
}
.fc-content .fc-time {
display:block;
margin-bottom:.25rem;
font-weight:400!important
}
.fc-content .fc-title {
font-weight:600
}
.fc-day-number {
font-size:.8em;
opacity:.5
}
td.fc-today {
background:0 0!important
}
.fc-today .fc-day-number {
background:#448bff;
color:#fff;
opacity:1;
padding:0 3px
}
.fc-today.fc-widget-header {
color:#448bff!important
}
.fc-divider {
border:none!important;
background-color:rgba(160, 175, 185, .05)!important
}
.fc-axis span {
opacity:.6;
font-size:11px
}
.fc-body>tr>.fc-widget-content, .fc-head-container.fc-widget-header {
border-left-width:0!important;
border-right-width:0!important
}
.fc-widget-header th {
text-align:left!important;
padding:12px
}
.fc-widget-header .fc-week-title {
display:block;
font-weight:400;
font-size:11px
}
.fc-other-month {
background-image:linear-gradient(45deg, rgba(120, 130, 140, .02) 25%, transparent 25%, transparent 50%, rgba(120, 130, 140, .02) 50%, rgba(120, 130, 140, .02) 75%, transparent 75%, transparent);
background-size:1.5rem 1.5rem
}
.fc .fc-axis {
border:0
}
.fc-head-container.fc-widget-header, .fc-header-toolbar {
background-color:#fff
}
.bg-dark .fc-head-container.fc-widget-header, .bg-dark .fc-header-toolbar {
background-color:transparent
}
.fc-scroller {
overflow:visible!important
}
div.jqvmap-zoomin, div.jqvmap-zoomout {
width:18px;
height:18px;
background-color:#fff;
color:#666;
box-shadow:0 1px 3px rgba(0, 0, 0, .1)
}
.ct-label {
color:rgba(130, 140, 155, .65);
fill:rgba(130, 140, 155, .65)
}
.ct-grid {
stroke:rgba(160, 175, 185, .15)
}
.chartist-tooltip {
position:absolute;
display:inline-block;
opacity:0;
min-width:2rem;
padding:.25rem .5rem;
background:rgba(0, 0, 0, .8);
border-radius:3px;
color:#fff;
font-size:.8em;
text-align:center;
pointer-events:none;
z-index:1;
transition:opacity .2s linear
}
.chartist-tooltip-meta {
color:rgba(255, 255, 255, .8)
}
.chartist-tooltip:before {
content:"";
position:absolute;
top:100%;
left:50%;
width:0;
height:0;
margin-left:-4px;
border:4px solid transparent;
border-top-color:rgba(0, 0, 0, .8)
}
.chartist-tooltip.tooltip-show {
opacity:1
}
.ct-area, .ct-line {
pointer-events:none
}
.ct-stroke-1 .ct-line {
stroke-width:1px
}
.ct-stroke-2 .ct-line {
stroke-width:2px
}
.ct-stroke-3 .ct-line {
stroke-width:3px
}
.ct-stroke-4 .ct-line {
stroke-width:4px
}
.ct-stroke-5 .ct-line {
stroke-width:5px
}
.ct-point-hover .ct-point {
transition:opacity .5s;
opacity:0!important
}
.ct-point-hover .ct-point:focus, .ct-point-hover .ct-point:hover {
opacity:1!important
}
.ct-series-a .ct-bar, .ct-series-a .ct-line, .ct-series-a .ct-point, .ct-series-a .ct-slice-donut {
stroke:#2196f3
}
.ct-series-a .ct-area, .ct-series-a .ct-slice-donut-solid, .ct-series-a .ct-slice-pie {
fill:#2196f3
}
.ct-series-b .ct-bar, .ct-series-b .ct-line, .ct-series-b .ct-point, .ct-series-b .ct-slice-donut {
stroke:#03a9f4
}
.ct-series-b .ct-area, .ct-series-b .ct-slice-donut-solid, .ct-series-b .ct-slice-pie {
fill:#03a9f4
}
.ct-series-c .ct-bar, .ct-series-c .ct-line, .ct-series-c .ct-point, .ct-series-c .ct-slice-donut {
stroke:#00bcd4
}
.ct-series-c .ct-area, .ct-series-c .ct-slice-donut-solid, .ct-series-c .ct-slice-pie {
fill:#00bcd4
}
.ct-series-d .ct-bar, .ct-series-d .ct-line, .ct-series-d .ct-point, .ct-series-d .ct-slice-donut {
stroke:#009688
}
.ct-series-d .ct-area, .ct-series-d .ct-slice-donut-solid, .ct-series-d .ct-slice-pie {
fill:#009688
}
.ct-series-e .ct-bar, .ct-series-e .ct-line, .ct-series-e .ct-point, .ct-series-e .ct-slice-donut {
stroke:#4caf50
}
.ct-series-e .ct-area, .ct-series-e .ct-slice-donut-solid, .ct-series-e .ct-slice-pie {
fill:#4caf50
}
.ct-series-f .ct-bar, .ct-series-f .ct-line, .ct-series-f .ct-point, .ct-series-f .ct-slice-donut {
stroke:#8bc34a
}
.ct-series-f .ct-area, .ct-series-f .ct-slice-donut-solid, .ct-series-f .ct-slice-pie {
fill:#8bc34a
}
.ct-series-g .ct-bar, .ct-series-g .ct-line, .ct-series-g .ct-point, .ct-series-g .ct-slice-donut {
stroke:#cddc39
}
.ct-series-g .ct-area, .ct-series-g .ct-slice-donut-solid, .ct-series-g .ct-slice-pie {
fill:#cddc39
}
.ct-series-h .ct-bar, .ct-series-h .ct-line, .ct-series-h .ct-point, .ct-series-h .ct-slice-donut {
stroke:#ffeb3b
}
.ct-series-h .ct-area, .ct-series-h .ct-slice-donut-solid, .ct-series-h .ct-slice-pie {
fill:#ffeb3b
}
.ct-series-i .ct-bar, .ct-series-i .ct-line, .ct-series-i .ct-point, .ct-series-i .ct-slice-donut {
stroke:#ffc107
}
.ct-series-i .ct-area, .ct-series-i .ct-slice-donut-solid, .ct-series-i .ct-slice-pie {
fill:#ffc107
}
.ct-series-j .ct-bar, .ct-series-j .ct-line, .ct-series-j .ct-point, .ct-series-j .ct-slice-donut {
stroke:#ff9800
}
.ct-series-j .ct-area, .ct-series-j .ct-slice-donut-solid, .ct-series-j .ct-slice-pie {
fill:#ff9800
}
.ct-series-k .ct-bar, .ct-series-k .ct-line, .ct-series-k .ct-point, .ct-series-k .ct-slice-donut {
stroke:#ff5722
}
.ct-series-k .ct-area, .ct-series-k .ct-slice-donut-solid, .ct-series-k .ct-slice-pie {
fill:#ff5722
}
.ct-series-l .ct-bar, .ct-series-l .ct-line, .ct-series-l .ct-point, .ct-series-l .ct-slice-donut {
stroke:#795548
}
.ct-series-l .ct-area, .ct-series-l .ct-slice-donut-solid, .ct-series-l .ct-slice-pie {
fill:#795548
}
.ct-series-m .ct-bar, .ct-series-m .ct-line, .ct-series-m .ct-point, .ct-series-m .ct-slice-donut {
stroke:#607d8b
}
.ct-series-m .ct-area, .ct-series-m .ct-slice-donut-solid, .ct-series-m .ct-slice-pie {
fill:#607d8b
}
.ct-series-n .ct-bar, .ct-series-n .ct-line, .ct-series-n .ct-point, .ct-series-n .ct-slice-donut {
stroke:#9e9e9e
}
.ct-series-n .ct-area, .ct-series-n .ct-slice-donut-solid, .ct-series-n .ct-slice-pie {
fill:#9e9e9e
}
.ct-series-o .ct-bar, .ct-series-o .ct-line, .ct-series-o .ct-point, .ct-series-o .ct-slice-donut {
stroke:#ababab
}
.ct-series-o .ct-area, .ct-series-o .ct-slice-donut-solid, .ct-series-o .ct-slice-pie {
fill:#ababab
}
.ct-stroke-1 .ct-line {
stroke-width:1px
}
.ct-stroke-1 .ct-bar, .ct-stroke-1 .ct-point {
stroke-width:2px
}
.ct-stroke-2 .ct-line {
stroke-width:2px
}
.ct-stroke-2 .ct-bar, .ct-stroke-2 .ct-point {
stroke-width:4px
}
.ct-stroke-3 .ct-line {
stroke-width:3px
}
.ct-stroke-3 .ct-bar, .ct-stroke-3 .ct-point {
stroke-width:6px
}
.ct-stroke-4 .ct-line {
stroke-width:4px
}
.ct-stroke-4 .ct-bar, .ct-stroke-4 .ct-point {
stroke-width:8px
}
.bg-dark .btn-default.form-control {
background:0 0!important;
background-color:rgba(255, 255, 255, .1)!important;
color:inherit!important
}
.ui-select-bootstrap>.ui-select-choices {
overflow-y:scroll
}
.dataTables_wrapper {
padding:0
}
.bootstrap-table .fixed-table-loading {
display:none;
position:absolute;
top:42px;
right:0;
bottom:0;
left:0;
z-index:99;
background-color:#fff;
text-align:center
}
.bootstrap-table .fixed-table-toolbar i {
display:inline-block;
min-height:14px
}
.note-editor {
border-width:0!important;
overflow:visible!important;
background-color:inherit;
margin:0
}
.note-editor .note-editing-area .note-editable, .note-editor .note-statusbar {
background-color:transparent!important;
color:inherit!important
}
.note-toolbar {
border-width:0
}
.note-editor .btn-light {
background:0 0!important;
border:none!important;
color:inherit!important;
opacity:.5
}
.note-editor .btn-light.active {
opacity:1
}
.note-editor-inline .note-editor {
box-shadow:none
}
.note-editor-inline .note-editing-area {
border:1px solid rgba(135, 150, 165, .15);
background:#fff
}
.bg-dark .note-editor-inline .note-editing-area {
background:0 0
}
.select2-container--default .select2-selection {
min-height:33px;
border-color:rgba(135, 150, 165, .15)!important
}
.bg-dark .select2-container--default .select2-selection {
background-color:#1b223d
}
.select2-container--default .select2-selection .select2-selection__rendered {
color:inherit;
padding-left:9px
}
.select2-container--default .select2-selection .select2-selection__arrow {
top:3px
}
.select2-container--default .select2-selection .select2-selection__choice {
background:0 0;
border-color:rgba(135, 150, 165, .15);
line-height:1.5
}
.select2-container--default .select2-selection .select2-selection__choice__remove {
color:inherit!important
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
line-height:30px
}
.select2-container--default .select2-search--inline .select2-search__field {
margin-top:6px
}
.select2-container--default .select2-search__field {
color:inherit
}
.select2-container--default .select2-search--dropdown .select2-search__field {
border-color:rgba(135, 150, 165, .15)
}
.select2-container--default .select2-dropdown {
color:#5e676f;
border-color:rgba(135, 150, 165, .15)
}
.datepicker {
width:auto;
padding:0;
font-size:.7rem
}
.datepicker.dropdown-menu {
padding:4px
}
.datepicker table {
width:100%
}
.datepicker table tr td span.active, .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover, .datepicker table tr td.active, .datepicker table tr td.active:active, .datepicker table tr td.active:hover, .datepicker table tr td.selected, .datepicker table tr td.selected:active, .datepicker table tr td.selected:hover, .datepicker table tr td.today, .datepicker table tr td.today:active, .datepicker table tr td.today:hover {
background-image:none;
color:#fff;
background-color:#448bff!important
}
.datepicker table td, .datepicker table th {
height:auto;
line-height:1.5!important;
border-width:0;
vertical-align:middle;
padding:4px!important
}
.datepicker table td span:not(.active), .datepicker table td:not(.active):hover, .datepicker table th span:not(.active), .datepicker table th:not(.active):hover {
background-color:transparent
}
.datepicker table td span, .datepicker table th span {
height:auto!important;
line-height:2!important
}
.datepicker table .disabled {
opacity:.4
}
.daterangepicker {
color:#333
}
.daterangepicker .ranges li.active {
background-color:#448bff
}
.notie-container {
display:-ms-flexbox;
display:flex;
-ms-flex-align:center;
align-items:center;
position:fixed;
height:auto;
left:50%;
-webkit-transform:translateX(-50%);
transform:translateX(-50%);
z-index:1050;
box-sizing:border-box;
box-shadow:0 2px 4px 0 rgba(0, 0, 0, .1);
padding:.875rem 1.5rem;
background-color:#13182c;
color:#fff;
border-radius:2px;
max-width:35rem;
min-width:18rem
}
.notie-container .btn {
padding:0 6px;
line-height:18px;
cursor:pointer;
box-shadow:none!important
}
.notie-container .btn:empty {
display:none
}
.notie-textbox {
-ms-flex:1;
flex:1;
margin-right:1.5rem
}
.notie-overlay {
position:fixed;
top:0;
right:0;
bottom:0;
left:0;
z-index:1040;
background-color:rgba(255, 255, 255, 0)
}
.ui-switch {
cursor:pointer;
position:relative;
display:inline-block;
width:24px;
height:14px;
border-radius:30px;
background-color:#448bff;
margin:0
}
.ui-switch input {
position:absolute;
opacity:0;
z-index:-1
}
.ui-switch input:checked+i:before {
top:50%;
bottom:50%;
left:50%;
right:5px;
border-width:0;
border-radius:5px
}
.ui-switch input:checked+i:after {
margin-left:11px
}
.ui-switch i {
display:block;
position:absolute;
width:100%;
height:100%
}
.ui-switch i:before {
content:"";
position:absolute;
top:-1px;
bottom:-1px;
left:-1px;
right:-1px;
background-color:#fff;
border:1px solid rgba(135, 150, 165, .15);
border-radius:30px;
transition:all .2s
}
@media (prefers-reduced-motion:reduce) {
.ui-switch i:before {
transition:none
}
}
.ui-switch i:after {
content:"";
position:absolute;
background-color:#fff;
width:12px;
top:1px;
bottom:1px;
border-radius:50%;
box-shadow:1px 1px 3px rgba(0, 0, 0, .25);
transition:margin .3s
}
@media (prefers-reduced-motion:reduce) {
.ui-switch i:after {
transition:none
}
}
.ui-switch-md {
width:32px;
height:20px
}
.ui-switch-md input:checked+i:after {
margin-left:13px
}
.ui-switch-md i:after {
width:18px
}
.ui-switch-lg {
width:40px;
height:24px
}
.ui-switch-lg input:checked+i:after {
margin-left:17px
}
.ui-switch-lg i:after {
width:22px
}
.timeline {
position:relative;
border-color:rgba(160, 175, 185, .15);
padding:0;
margin:0
}
.tl-item {
border-radius:3px;
position:relative;
display:-ms-flexbox;
display:flex
}
.tl-item>* {
padding:10px
}
.tl-item .avatar {
z-index:2
}
.tl-item:last-child .tl-dot:after {
display:none
}
.tl-item.active .tl-dot:before {
border-color:#448bff;
box-shadow:0 0 0 4px rgba(68, 139, 255, .2)
}
.tl-dot {
position:relative;
border-color:rgba(160, 175, 185, .15)
}
.tl-dot:after, .tl-dot:before {
content:'';
position:absolute;
border-color:inherit;
border-width:2px;
border-style:solid;
border-radius:50%;
width:10px;
height:10px;
top:15px;
left:50%;
transform:translateX(-50%)
}
.tl-dot:after {
width:0;
height:auto;
top:25px;
bottom:-15px;
border-right-width:0;
border-top-width:0;
border-bottom-width:0;
border-radius:0
}
.tl-content p:last-child {
margin-bottom:0
}
.tl-date {
font-size:.85em;
margin-top:2px;
min-width:100px;
max-width:100px
}
.pos-rlt {
position:relative
}
.pos-abt {
position:absolute
}
.pos-fix {
position:fixed!important
}
.pos-stc {
position:static!important
}
.active>.auto .d-inline, .active>.d-inline {
display:none!important
}
.active>.auto .d-none, .active>.d-none {
display:inline-block!important
}
.box-shadow {
box-shadow:0 1px 3px rgba(0, 0, 0, .05)
}
.box-shadows {
box-shadow:0 10px 25px 0 rgba(50, 50, 50, .15)
}
.hide {
display:none!important
}
.hidden {
visibility:hidden
}
.show-rtl {
display:none!important
}
.pointer {
cursor:pointer
}
.circle {
border-radius:500px
}
.clear {
display:block;
overflow:hidden
}
.no-wrap {
white-space:nowrap
}
.no-shadow {
-webkit-box-shadow:none!important;
box-shadow:none!important
}
.no-select {
pointer-events:none;
user-select:none
}
.p-2-3 {
padding:.75rem
}
.p-3-4 {
padding:1.25rem
}
.scale {
transform:scale(.9)
}
.scale-75 {
transform:scale(.75)
}
.scale-50 {
transform:scale(.5)
}
.scale-25 {
transform:scale(.25)
}
@media (max-width:767.98px) {
.pos-stc-sm {
position:static!important
}
}
@media (max-width:575.98px) {
.pos-stc-xs {
position:static!important
}
}
.no-border {
border-color:transparent!important;
border-width:0!important
}
.b {
border-color:rgba(160, 175, 185, .15);
background-clip:padding-box
}
.b-a {
border:1px solid rgba(160, 175, 185, .15)
}
.b-t {
border-top:1px solid rgba(160, 175, 185, .15)
}
.b-r {
border-right:1px solid rgba(160, 175, 185, .15)
}
.b-b {
border-bottom:1px solid rgba(160, 175, 185, .15)
}
.b-l {
border-left:1px solid rgba(160, 175, 185, .15)
}
.b-1x {
border-width:1px
}
.b-2x {
border-width:2px
}
.b-3x {
border-width:3px
}
.b-4x {
border-width:4px
}
.b-5x {
border-width:5px
}
.b-t-2x {
border-top-width:2px!important
}
.b-t-3x {
border-top-width:3px!important
}
.b-t-4x {
border-top-width:4px!important
}
.b-t-5x {
border-top-width:5px!important
}
.b-r-2x {
border-right-width:2px!important
}
.b-r-3x {
border-right-width:3px!important
}
.b-r-4x {
border-right-width:4px!important
}
.b-r-5x {
border-right-width:5px!important
}
.b-b-2x {
border-bottom-width:2px!important
}
.b-b-3x {
border-bottom-width:3px!important
}
.b-b-4x {
border-bottom-width:4px!important
}
.b-b-5x {
border-bottom-width:5px!important
}
.b-l-2x {
border-left-width:2px!important
}
.b-l-3x {
border-left-width:3px!important
}
.b-l-4x {
border-left-width:4px!important
}
.b-l-5x {
border-left-width:5px!important
}
.b-light {
border-color:#f5f5f6
}
.b-white {
border-color:#fff
}
.b-primary {
border-color:#448bff!important
}
.b-t-primary {
border-top-color:#448bff
}
.b-r-primary {
border-right-color:#448bff
}
.b-b-primary {
border-bottom-color:#448bff
}
.b-l-primary {
border-left-color:#448bff
}
.b-success {
border-color:#31c971!important
}
.b-t-success {
border-top-color:#31c971
}
.b-r-success {
border-right-color:#31c971
}
.b-b-success {
border-bottom-color:#31c971
}
.b-l-success {
border-left-color:#31c971
}
.b-info {
border-color:#14bae4!important
}
.b-t-info {
border-top-color:#14bae4
}
.b-r-info {
border-right-color:#14bae4
}
.b-b-info {
border-bottom-color:#14bae4
}
.b-l-info {
border-left-color:#14bae4
}
.b-warning {
border-color:#f4c414!important
}
.b-t-warning {
border-top-color:#f4c414
}
.b-r-warning {
border-right-color:#f4c414
}
.b-b-warning {
border-bottom-color:#f4c414
}
.b-l-warning {
border-left-color:#f4c414
}
.b-danger {
border-color:#f54394!important
}
.b-t-danger {
border-top-color:#f54394
}
.b-r-danger {
border-right-color:#f54394
}
.b-b-danger {
border-bottom-color:#f54394
}
.b-l-danger {
border-left-color:#f54394
}
.b-light {
border-color:#f5f5f6!important
}
.b-t-light {
border-top-color:#f5f5f6
}
.b-r-light {
border-right-color:#f5f5f6
}
.b-b-light {
border-bottom-color:#f5f5f6
}
.b-l-light {
border-left-color:#f5f5f6
}
.b-dark {
border-color:#192039!important
}
.b-t-dark {
border-top-color:#192039
}
.b-r-dark {
border-right-color:#192039
}
.b-b-dark {
border-bottom-color:#192039
}
.b-l-dark {
border-left-color:#192039
}
.b-white {
border-color:#fff!important
}
.b-t-white {
border-top-color:#fff
}
.b-r-white {
border-right-color:#fff
}
.b-b-white {
border-bottom-color:#fff
}
.b-l-white {
border-left-color:#fff
}
.b-default {
border-color:rgba(160, 175, 185, .15)!important
}
.b-t-default {
border-top-color:rgba(160, 175, 185, .15)
}
.b-r-default {
border-right-color:rgba(160, 175, 185, .15)
}
.b-b-default {
border-bottom-color:rgba(160, 175, 185, .15)
}
.b-l-default {
border-left-color:rgba(160, 175, 185, .15)
}
.no-b-t {
border-top-width:0
}
.no-b-r {
border-right-width:0
}
.no-b-b {
border-bottom-width:0
}
.no-b-l {
border-left-width:0
}
.b-dashed {
border-style:dashed!important
}
.b-transparent {
border-color:transparent!important
}
@media (max-width:991.98px) {
.no-border-md {
border-width:0
}
}
@media (max-width:767.98px) {
.no-border-sm {
border-width:0
}
}
@media (max-width:575.98px) {
.no-border-xs {
border-width:0
}
}
.hover-show {
display:none
}
.hover-rotate {
transition:all .2s ease-in-out .1s
}
@media (prefers-reduced-motion:reduce) {
.hover-rotate {
transition:none
}
}
.hover-anchor:active .hover-show, .hover-anchor:hover .hover-show {
display:inherit
}
.hover-anchor:active .hover-rotate, .hover-anchor:hover .hover-rotate {
transform:rotate(45deg)
}
.hover-top:active, .hover-top:hover {
position:relative;
z-index:1000
}
.r {
border-radius:3px
}
.r-t {
border-top-left-radius:3px;
border-top-right-radius:3px
}
.r-r {
border-top-right-radius:3px;
border-bottom-right-radius:3px
}
.r-b {
border-bottom-right-radius:3px;
border-bottom-left-radius:3px
}
.r-l {
border-top-left-radius:3px;
border-bottom-left-radius:3px
}
.r-2x {
border-radius:6px
}
.r-3x {
border-radius:9px
}
.r-auto {
border-radius:inherit
}
.no-radius {
border-radius:0!important
}
.no-r-t {
border-top-left-radius:0;
border-top-right-radius:0
}
.no-r-r {
border-top-right-radius:0;
border-bottom-right-radius:0
}
.no-r-b {
border-bottom-right-radius:0;
border-bottom-left-radius:0
}
.no-r-l {
border-top-left-radius:0;
border-bottom-left-radius:0
}
.scrollable {
overflow-x:hidden;
overflow-y:auto;
-webkit-overflow-scrolling:touch
}
.scrollable.hover {
overflow-y:hidden
}
.scrollable.hover>* {
margin-top:-1px
}
.scrollable.hover:active, .scrollable.hover:focus, .scrollable.hover:hover {
overflow:visible;
overflow-y:auto
}
.touch .scrollable {
overflow-y:auto!important
}
.scroll-x, .scroll-y {
overflow:hidden;
-webkit-overflow-scrolling:touch
}
.scroll-y {
overflow-y:auto
}
.scroll-x {
overflow-x:auto
}
.no-scroll {
overflow:hidden
}
a.primary:hover {
background-color:#3b85ff
}
a.text-primary:hover {
color:#3b85ff!important
}
.text-hover-primary .active>a, .text-hover-primary a:hover, .text-primary {
color:#448bff!important
}
a.success:hover {
background-color:#2fc26d
}
a.text-success:hover {
color:#2fc26d!important
}
.text-hover-success .active>a, .text-hover-success a:hover, .text-success {
color:#31c971!important
}
a.info:hover {
background-color:#13b3dc
}
a.text-info:hover {
color:#13b3dc!important
}
.text-hover-info .active>a, .text-hover-info a:hover, .text-info {
color:#14bae4!important
}
a.warning:hover {
background-color:#f4c20b
}
a.text-warning:hover {
color:#f4c20b!important
}
.text-hover-warning .active>a, .text-hover-warning a:hover, .text-warning {
color:#f4c414!important
}
a.danger:hover {
background-color:#f53b8f
}
a.text-danger:hover {
color:#f53b8f!important
}
.text-danger, .text-hover-danger .active>a, .text-hover-danger a:hover {
color:#f54394!important
}
a.dark:hover {
background-color:#161d33
}
a.text-dark:hover {
color:#161d33!important
}
.text-dark, .text-hover-dark .active>a, .text-hover-dark a:hover {
color:#192039!important
}
a.blue:hover {
background-color:#0077f6
}
a.text-blue:hover {
color:#0077f6!important
}
.text-blue, .text-hover-blue .active>a, .text-hover-blue a:hover {
color:#007bff!important
}
.text-white {
color:#fff!important
}
.text-color {
color:#5e676f
}
.text-inherit a {
color:inherit
}
.text-fade {
opacity:.65
}
.text-gd {
-webkit-background-clip:text;
-moz-background-clip:text;
background-clip:text;
-webkit-text-fill-color:transparent;
-moz-text-fill-color:transparent;
text-fill-color:transparent
}
.text {
font-size:1rem
}
.text-sm {
font-size:.825rem
}
.text-md {
font-size:1.25rem
}
.text-lg {
font-size:2.5rem
}
.text-2x {
font-size:2em!important
}
.text-3x {
font-size:3em!important
}
.text-4x {
font-size:4em!important
}
.l-h-0 {
line-height:0
}
.l-h {
line-height:1.4285714286
}
.l-h-1x {
line-height:1
}
.l-h-2x {
line-height:2em
}
.l-s-1x {
letter-spacing:1px
}
.l-s-2x {
letter-spacing:2px
}
.l-s-3x {
letter-spacing:3px
}
.l-s-4x {
letter-spacing:4px
}
.l-s-n-1x {
letter-spacing:-1px
}
.l-s-n-2x {
letter-spacing:-2px
}
.l-s-n-3x {
letter-spacing:-3px
}
.l-s-n-4x {
letter-spacing:-4px
}
.h-1x {
height:1.25rem;
overflow:hidden;
display:-webkit-box;
-webkit-line-clamp:1;
-webkit-box-orient:vertical
}
.h-2x {
max-height:2.5rem;
overflow:hidden;
display:-webkit-box;
-webkit-line-clamp:2;
-webkit-box-orient:vertical
}
.h-3x {
max-height:3.75rem;
overflow:hidden;
display:-webkit-box;
-webkit-line-clamp:3;
-webkit-box-orient:vertical
}
.h-4x {
max-height:5rem;
overflow:hidden;
display:-webkit-box;
-webkit-line-clamp:4;
-webkit-box-orient:vertical
}
.text-serif {
font-family:Georgia, "Times New Roman", Times, serif
}
.text-ellipsis {
display:block;
white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis
}
.text-shadow {
text-shadow:0 1px 0 rgba(0, 0, 0, .1)
}
.font-weight-100 {
font-weight:100!important
}
.font-weight-300 {
font-weight:300!important
}
.font-weight-500 {
font-weight:500!important
}
.text-align-auto {
text-align:inherit
}
@media (max-width:991.98px) {
.display-1 {
font-size:3.5rem
}
.display-2 {
font-size:3.25rem
}
.display-3 {
font-size:3rem
}
.display-4 {
font-size:1.5rem
}
.text-lg {
font-size:2rem
}
}
.w-8 {
width:8px!important;
height:8px!important
}
.w-12 {
width:12px!important;
height:12px!important
}
.w-16 {
width:16px!important;
height:16px!important
}
.w-20 {
width:20px!important;
height:20px!important;
font-size:.6em
}
.w-24 {
width:24px!important;
height:24px!important;
font-size:.7em
}
.w-28 {
width:28px!important;
height:28px!important;
font-size:.8em
}
.w-32 {
width:32px!important;
height:32px!important;
font-size:.85em
}
.w-36 {
width:36px!important;
height:36px!important;
font-size:.875em
}
.w-40 {
width:40px!important;
height:40px!important
}
.w-48 {
width:48px!important;
height:48px!important
}
.w-56 {
width:56px!important;
height:56px!important
}
.w-64 {
width:64px!important;
height:64px!important
}
.w-72 {
width:72px!important;
height:72px!important
}
.w-80 {
width:80px
}
.w-96 {
width:96px
}
.w-128 {
width:128px
}
.w-xs {
width:90px
}
.w-sm {
width:120px
}
.w {
width:190px
}
.w-md {
width:240px
}
.w-lg {
width:280px
}
.w-xl {
width:320px
}
.w-auto {
width:auto
}
.h-auto {
height:auto
}
.hv {
height:100vh
}
.h-v {
min-height:100vh
}
.h-v-50 {
min-height:50vh
}
@media (max-width:1199.98px) {
.w-auto-lg {
width:auto!important
}
.w-100-lg {
width:100%!important
}
}
@media (max-width:991.98px) {
.w-auto-md {
width:auto!important
}
.w-100-md {
width:100%!important
}
}
@media (max-width:767.98px) {
.w-auto-sm {
width:auto!important
}
.w-100-sm {
width:100%!important
}
}
@media (max-width:575.98px) {
.w-auto-xs {
width:auto!important
}
.w-100-xs {
width:100%!important
}
}
.md-form-group {
padding:18px 0 24px 0;
position:relative
}
.md-input {
background:0 0;
position:relative;
z-index:5;
border:0;
box-shadow:none;
border-radius:0;
border-bottom:1px solid rgba(135, 150, 165, .15);
width:100%;
height:34px;
padding:2px;
color:inherit
}
.md-input.focus, .md-input:focus {
border-color:#448bff;
border-bottom-width:2px;
padding-bottom:1px
}
.md-input.focus~label, .md-input:focus~label {
color:#448bff;
opacity:1;
top:0!important;
font-size:.85em!important
}
.float-label .md-input~label {
top:20px;
font-size:1em
}
.float-label .md-input:not([value=""])~label, .float-label .md-input:valid~label {
top:0;
font-size:.85em
}
.md-input~label {
transition:all .2s;
font-size:.85em;
position:absolute;
z-index:0;
opacity:.5;
display:inline-block;
top:0;
left:0
}
@media (prefers-reduced-motion:reduce) {
.md-input~label {
transition:none
}
}
.md-input.is-invalid {
border-color:#f54394
}
.md-input.is-valid {
border-color:#31c971
}
.md-input.disabled, .md-input[disabled] {
opacity:.5
}
textarea.md-input {
height:auto
}
.md-input-white.focus, .md-input-white:focus {
border-color:#fff
}
.md-input-white.focus~label, .md-input-white:focus~label {
color:#fff
}
.md-input-msg {
position:absolute;
bottom:0;
line-height:24px;
font-size:.85em
}
.md-input-msg.right {
right:0
}
.md-check {
cursor:pointer;
padding-left:1.25rem;
margin:0;
display:inline-block;
position:relative
}
.md-check input {
position:absolute;
cursor:pointer;
z-index:1;
opacity:0
}
.md-check input:checked+i:before {
border-width:0;
background-color:inherit
}
.md-check input:checked+span .active {
display:inherit
}
.md-check input[type=radio]+i, .md-check input[type=radio]+i:before {
border-radius:50%
}
.md-check input[type=checkbox]:checked+i:after {
transform:rotate(45deg);
position:absolute;
left:6px;
top:2px;
display:table;
width:6px;
height:12px;
border:2px solid;
border-top:0;
border-left:0;
content:' '
}
.md-check input[type=radio]:checked+i:after {
position:absolute;
left:6px;
top:6px;
display:table;
width:6px;
height:6px;
background:#fff;
border-radius:50%;
content:' '
}
.md-check input[disabled]+i:before, fieldset[disabled] .md-check input+i:before {
opacity:.5
}
.md-check input[disabled]:checked+i:before {
opacity:.5
}
.md-check>i {
width:0;
height:18px;
line-height:1;
display:inline-block;
vertical-align:middle;
position:relative;
left:-1.25rem;
top:-1px
}
.md-check>i:before {
content:"";
position:absolute;
width:18px;
height:100%;
border:2px solid rgba(135, 150, 165, .15);
border-radius:2px
}
.md-check>i.no-icon:after {
display:none!important
}
.md-switch {
cursor:pointer;
padding-left:36px;
margin:0;
min-height:20px
}
.md-switch input {
position:absolute;
cursor:pointer;
width:36px;
height:20px;
z-index:1;
opacity:0;
margin-left:-36px
}
.md-switch input:checked+i:before {
background:inherit;
opacity:.5
}
.md-switch input:checked+i:after {
background:inherit;
left:16px
}
.md-switch input[disabled]+i:before, fieldset[disabled] .md-switch input+i:before {
background-color:rgba(0, 0, 0, .12)
}
.md-switch input[disabled]+i:after, fieldset[disabled] .md-switch input+i:after {
background-color:#bdbdbd
}
.md-switch i {
width:0;
height:18px;
line-height:1;
margin-left:-36px;
margin-top:-2px;
display:inline-block;
vertical-align:middle;
margin-right:44px;
position:relative
}
.md-switch i:before {
content:"";
left:1px;
width:34px;
top:3px;
height:14px;
border-radius:8px;
position:absolute;
background-color:#9e9e9e;
transition:all .2s
}
@media (prefers-reduced-motion:reduce) {
.md-switch i:before {
transition:none
}
}
.md-switch i:after {
content:"";
position:absolute;
margin:0;
left:0;
top:0;
outline:0;
height:20px;
width:20px;
border-radius:50%;
background-color:#fff;
box-shadow:0 2px 5px 0 rgba(0, 0, 0, .26);
transition:all .2s
}
@media (prefers-reduced-motion:reduce) {
.md-switch i:after {
transition:none
}
}
.red {
background-color:#f44336;
color:#fff
}
.pink {
background-color:#e91e63;
color:#fff
}
.purple {
background-color:#9c27b0;
color:#fff
}
.deep-purple {
background-color:#673ab7;
color:#fff
}
.indigo {
background-color:#3f51b5;
color:#fff
}
.blue {
background-color:#2196f3;
color:#fff
}
.light-blue {
background-color:#03a9f4;
color:#fff
}
.cyan {
background-color:#00bcd4;
color:#fff
}
.teal {
background-color:#009688;
color:#fff
}
.green {
background-color:#4caf50;
color:#fff
}
.light-green {
background-color:#8bc34a;
color:rgba(0, 0, 0, .85)
}
.lime {
background-color:#cddc39;
color:rgba(0, 0, 0, .85)
}
.yellow {
background-color:#ffeb3b;
color:rgba(0, 0, 0, .85)
}
.amber {
background-color:#ffc107;
color:rgba(0, 0, 0, .85)
}
.orange {
background-color:#ff9800;
color:rgba(0, 0, 0, .85)
}
.deep-orange {
background-color:#ff5722;
color:#fff
}
.brown {
background-color:#795548;
color:#fff
}
.blue-grey {
background-color:#607d8b;
color:#fff
}
.grey {
background-color:#9e9e9e;
color:#fff
}
.fa-check, .fa-film, .fa-thumbs-up, .fa-desktop,.fa-flag, .awesome
{
padding-top: 12px;
font-size: 20px !important;
padding-left: 20px;
}
.fa-check-square, .fa-plus-circle
{
padding-top: 12px;
font-size: 23px !important;
padding-left: 20px;
}
form .form-control
{
border: 1px solid #ccc !important;
} | public/assets/admin-css/site.min.css | :root {
--blue:#007bff;
--indigo:#6610f2;
--purple:#6f42c1;
--pink:#e83e8c;
--red:#dc3545;
--orange:#fd7e14;
--yellow:#ffc107;
--green:#28a745;
--teal:#20c997;
--cyan:#17a2b8;
--white:#ffffff;
--gray:#6c757d;
--gray-dark:#343a40;
--primary:#448bff;
--secondary:#535c78;
--success:#31c971;
--info:#14bae4;
--warning:#f4c414;
--danger:#f54394;
--light:#f5f5f6;
--dark:#192039;
--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, "Noto Sans", 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%;
-webkit-tap-highlight-color:rgba(19, 24, 44, 0)
}
article, aside, figcaption, figure, footer, header, hgroup, main, 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";
font-size:.875rem;
font-weight:400;
line-height:1.4285714286;
color:#212529;
text-align:left;
background-color:#f9f9fa
}
[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:.5rem
}
p {
margin-top:0;
margin-bottom:1rem
}
abbr[data-original-title], abbr[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
}
dl, ol, ul {
margin-top:0;
margin-bottom:1rem
}
ol ol, ol ul, ul ol, ul ul {
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:#448bff;
text-decoration:none;
background-color:transparent
}
a:hover {
color:#005ef7;
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
}
code, kbd, pre, samp {
font-family:SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
font-size:1em
}
pre {
margin-top:0;
margin-bottom:1rem;
overflow:auto
}
figure {
margin:0 0 1rem
}
img {
vertical-align:middle;
border-style:none
}
svg {
overflow:hidden;
vertical-align:middle
}
table {
border-collapse:collapse
}
caption {
padding-top:.75rem;
padding-bottom:.75rem;
color:#99a0ac;
text-align:left;
caption-side:bottom
}
th {
text-align:inherit
}
label {
display:inline-block;
margin-bottom:.5rem
}
button {
border-radius:0
}
button:focus {
outline:1px dotted;
outline:5px auto -webkit-focus-ring-color
}
button, input, optgroup, select, textarea {
margin:0;
font-family:inherit;
font-size:inherit;
line-height:inherit
}
button, input {
overflow:visible
}
button, select {
text-transform:none
}
select {
word-wrap:normal
}
[type=button], [type=reset], [type=submit], button {
-webkit-appearance:button
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
cursor:pointer
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
padding:0;
border-style:none
}
input[type=checkbox], input[type=radio] {
box-sizing:border-box;
padding:0
}
input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
-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
}
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:.5rem;
font-weight:500;
line-height:1.2
}
.h1, h1 {
font-size:2.1875rem
}
.h2, h2 {
font-size:1.75rem
}
.h3, h3 {
font-size:1.53125rem
}
.h4, h4 {
font-size:1.3125rem
}
.h5, h5 {
font-size:1.09375rem
}
.h6, h6 {
font-size:.875rem
}
.lead {
font-size:1.09375rem;
font-weight:300
}
.display-1 {
font-size:6rem;
font-weight:300;
line-height:1.2
}
.display-2 {
font-size:5.5rem;
font-weight:300;
line-height:1.2
}
.display-3 {
font-size:4.5rem;
font-weight:300;
line-height:1.2
}
.display-4 {
font-size:3.5rem;
font-weight:300;
line-height:1.2
}
hr {
margin-top:1rem;
margin-bottom:1rem;
border:0;
border-top:1px solid rgba(19, 24, 44, .1)
}
.small, small {
font-size:80%;
font-weight:400
}
.mark, mark {
padding:.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:.5rem
}
.initialism {
font-size:90%;
text-transform:uppercase
}
.blockquote {
margin-bottom:1rem;
font-size:1.09375rem
}
.blockquote-footer {
display:block;
font-size:80%;
color:#6c757d
}
.blockquote-footer::before {
content:"\2014\00A0"
}
.img-fluid {
max-width:100%;
height:auto
}
.img-thumbnail {
padding:.25rem;
background-color:#f9f9fa;
border:1px solid #dee2e6;
border-radius:.25rem;
max-width:100%;
height:auto
}
.figure {
display:inline-block
}
.figure-img {
margin-bottom:.5rem;
line-height:1
}
.figure-caption {
font-size:90%;
color:#6c757d
}
code {
font-size:87.5%;
color:#e83e8c;
word-break:break-word
}
a>code {
color:inherit
}
kbd {
padding:.2rem .4rem;
font-size:87.5%;
color:#fff;
background-color:#212529;
border-radius:.2rem
}
kbd kbd {
padding:0;
font-size:100%;
font-weight:700
}
pre {
display:block;
font-size:87.5%;
color:#212529
}
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, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
position:relative;
width:100%;
padding-right: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.3333333333%;
max-width:8.3333333333%
}
.col-2 {
flex:0 0 16.6666666667%;
max-width:16.6666666667%
}
.col-3 {
flex:0 0 25%;
max-width:25%
}
.col-4 {
flex:0 0 33.3333333333%;
max-width:33.3333333333%
}
.col-5 {
flex:0 0 41.6666666667%;
max-width:41.6666666667%
}
.col-6 {
flex:0 0 50%;
max-width:50%
}
.col-7 {
flex:0 0 58.3333333333%;
max-width:58.3333333333%
}
.col-8 {
flex:0 0 66.6666666667%;
max-width:66.6666666667%
}
.col-9 {
flex:0 0 75%;
max-width:75%
}
.col-10 {
flex:0 0 83.3333333333%;
max-width:83.3333333333%
}
.col-11 {
flex:0 0 91.6666666667%;
max-width:91.6666666667%
}
.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.3333333333%
}
.offset-2 {
margin-left:16.6666666667%
}
.offset-3 {
margin-left:25%
}
.offset-4 {
margin-left:33.3333333333%
}
.offset-5 {
margin-left:41.6666666667%
}
.offset-6 {
margin-left:50%
}
.offset-7 {
margin-left:58.3333333333%
}
.offset-8 {
margin-left:66.6666666667%
}
.offset-9 {
margin-left:75%
}
.offset-10 {
margin-left:83.3333333333%
}
.offset-11 {
margin-left:91.6666666667%
}
@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.3333333333%;
max-width:8.3333333333%
}
.col-sm-2 {
flex:0 0 16.6666666667%;
max-width:16.6666666667%
}
.col-sm-3 {
flex:0 0 25%;
max-width:25%
}
.col-sm-4 {
flex:0 0 33.3333333333%;
max-width:33.3333333333%
}
.col-sm-5 {
flex:0 0 41.6666666667%;
max-width:41.6666666667%
}
.col-sm-6 {
flex:0 0 50%;
max-width:50%
}
.col-sm-7 {
flex:0 0 58.3333333333%;
max-width:58.3333333333%
}
.col-sm-8 {
flex:0 0 66.6666666667%;
max-width:66.6666666667%
}
.col-sm-9 {
flex:0 0 75%;
max-width:75%
}
.col-sm-10 {
flex:0 0 83.3333333333%;
max-width:83.3333333333%
}
.col-sm-11 {
flex:0 0 91.6666666667%;
max-width:91.6666666667%
}
.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.3333333333%
}
.offset-sm-2 {
margin-left:16.6666666667%
}
.offset-sm-3 {
margin-left:25%
}
.offset-sm-4 {
margin-left:33.3333333333%
}
.offset-sm-5 {
margin-left:41.6666666667%
}
.offset-sm-6 {
margin-left:50%
}
.offset-sm-7 {
margin-left:58.3333333333%
}
.offset-sm-8 {
margin-left:66.6666666667%
}
.offset-sm-9 {
margin-left:75%
}
.offset-sm-10 {
margin-left:83.3333333333%
}
.offset-sm-11 {
margin-left:91.6666666667%
}
}
@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.3333333333%;
max-width:8.3333333333%
}
.col-md-2 {
flex:0 0 16.6666666667%;
max-width:16.6666666667%
}
.col-md-3 {
flex:0 0 25%;
max-width:25%
}
.col-md-4 {
flex:0 0 33.3333333333%;
max-width:33.3333333333%
}
.col-md-5 {
flex:0 0 41.6666666667%;
max-width:41.6666666667%
}
.col-md-6 {
flex:0 0 50%;
max-width:50%
}
.col-md-7 {
flex:0 0 58.3333333333%;
max-width:58.3333333333%
}
.col-md-8 {
flex:0 0 66.6666666667%;
max-width:66.6666666667%
}
.col-md-9 {
flex:0 0 75%;
max-width:75%
}
.col-md-10 {
flex:0 0 83.3333333333%;
max-width:83.3333333333%
}
.col-md-11 {
flex:0 0 91.6666666667%;
max-width:91.6666666667%
}
.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.3333333333%
}
.offset-md-2 {
margin-left:16.6666666667%
}
.offset-md-3 {
margin-left:25%
}
.offset-md-4 {
margin-left:33.3333333333%
}
.offset-md-5 {
margin-left:41.6666666667%
}
.offset-md-6 {
margin-left:50%
}
.offset-md-7 {
margin-left:58.3333333333%
}
.offset-md-8 {
margin-left:66.6666666667%
}
.offset-md-9 {
margin-left:75%
}
.offset-md-10 {
margin-left:83.3333333333%
}
.offset-md-11 {
margin-left:91.6666666667%
}
}
@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.3333333333%;
max-width:8.3333333333%
}
.col-lg-2 {
flex:0 0 16.6666666667%;
max-width:16.6666666667%
}
.col-lg-3 {
flex:0 0 25%;
max-width:25%
}
.col-lg-4 {
flex:0 0 33.3333333333%;
max-width:33.3333333333%
}
.col-lg-5 {
flex:0 0 41.6666666667%;
max-width:41.6666666667%
}
.col-lg-6 {
flex:0 0 50%;
max-width:50%
}
.col-lg-7 {
flex:0 0 58.3333333333%;
max-width:58.3333333333%
}
.col-lg-8 {
flex:0 0 66.6666666667%;
max-width:66.6666666667%
}
.col-lg-9 {
flex:0 0 75%;
max-width:75%
}
.col-lg-10 {
flex:0 0 83.3333333333%;
max-width:83.3333333333%
}
.col-lg-11 {
flex:0 0 91.6666666667%;
max-width:91.6666666667%
}
.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.3333333333%
}
.offset-lg-2 {
margin-left:16.6666666667%
}
.offset-lg-3 {
margin-left:25%
}
.offset-lg-4 {
margin-left:33.3333333333%
}
.offset-lg-5 {
margin-left:41.6666666667%
}
.offset-lg-6 {
margin-left:50%
}
.offset-lg-7 {
margin-left:58.3333333333%
}
.offset-lg-8 {
margin-left:66.6666666667%
}
.offset-lg-9 {
margin-left:75%
}
.offset-lg-10 {
margin-left:83.3333333333%
}
.offset-lg-11 {
margin-left:91.6666666667%
}
}
@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.3333333333%;
max-width:8.3333333333%
}
.col-xl-2 {
flex:0 0 16.6666666667%;
max-width:16.6666666667%
}
.col-xl-3 {
flex:0 0 25%;
max-width:25%
}
.col-xl-4 {
flex:0 0 33.3333333333%;
max-width:33.3333333333%
}
.col-xl-5 {
flex:0 0 41.6666666667%;
max-width:41.6666666667%
}
.col-xl-6 {
flex:0 0 50%;
max-width:50%
}
.col-xl-7 {
flex:0 0 58.3333333333%;
max-width:58.3333333333%
}
.col-xl-8 {
flex:0 0 66.6666666667%;
max-width:66.6666666667%
}
.col-xl-9 {
flex:0 0 75%;
max-width:75%
}
.col-xl-10 {
flex:0 0 83.3333333333%;
max-width:83.3333333333%
}
.col-xl-11 {
flex:0 0 91.6666666667%;
max-width:91.6666666667%
}
.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.3333333333%
}
.offset-xl-2 {
margin-left:16.6666666667%
}
.offset-xl-3 {
margin-left:25%
}
.offset-xl-4 {
margin-left:33.3333333333%
}
.offset-xl-5 {
margin-left:41.6666666667%
}
.offset-xl-6 {
margin-left:50%
}
.offset-xl-7 {
margin-left:58.3333333333%
}
.offset-xl-8 {
margin-left:66.6666666667%
}
.offset-xl-9 {
margin-left:75%
}
.offset-xl-10 {
margin-left:83.3333333333%
}
.offset-xl-11 {
margin-left:91.6666666667%
}
}
.table {
width:100%;
margin-bottom:1rem;
color:#212529
}
.table td, .table th {
padding:.75rem;
vertical-align:top;
border-top:1px solid rgba(160, 175, 185, .15)
}
.table thead th {
vertical-align:bottom;
border-bottom:2px solid rgba(160, 175, 185, .15)
}
.table tbody+tbody {
border-top:2px solid rgba(160, 175, 185, .15)
}
.table-sm td, .table-sm th {
padding:.3rem
}
.table-bordered {
border:1px solid rgba(160, 175, 185, .15)
}
.table-bordered td, .table-bordered th {
border:1px solid rgba(160, 175, 185, .15)
}
.table-bordered thead td, .table-bordered thead th {
border-bottom-width:2px
}
.table-borderless tbody+tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
border:0
}
.table-striped tbody tr:nth-of-type(odd) {
background-color:rgba(19, 24, 44, .05)
}
.table-hover tbody tr:hover {
color:#212529;
background-color:rgba(19, 24, 44, .075)
}
.table-primary, .table-primary>td, .table-primary>th {
background-color:#cbdfff
}
.table-primary tbody+tbody, .table-primary td, .table-primary th, .table-primary thead th {
border-color:#9ec3ff
}
.table-hover .table-primary:hover {
background-color:#b2cfff
}
.table-hover .table-primary:hover>td, .table-hover .table-primary:hover>th {
background-color:#b2cfff
}
.table-secondary, .table-secondary>td, .table-secondary>th {
background-color:#cfd1d9
}
.table-secondary tbody+tbody, .table-secondary td, .table-secondary th, .table-secondary thead th {
border-color:#a6aab9
}
.table-hover .table-secondary:hover {
background-color:#c1c3ce
}
.table-hover .table-secondary:hover>td, .table-hover .table-secondary:hover>th {
background-color:#c1c3ce
}
.table-success, .table-success>td, .table-success>th {
background-color:#c5f0d7
}
.table-success tbody+tbody, .table-success td, .table-success th, .table-success thead th {
border-color:#94e3b5
}
.table-hover .table-success:hover {
background-color:#b1ebc9
}
.table-hover .table-success:hover>td, .table-hover .table-success:hover>th {
background-color:#b1ebc9
}
.table-info, .table-info>td, .table-info>th {
background-color:#bdecf7
}
.table-info tbody+tbody, .table-info td, .table-info th, .table-info thead th {
border-color:#85dbf1
}
.table-hover .table-info:hover {
background-color:#a6e5f4
}
.table-hover .table-info:hover>td, .table-hover .table-info:hover>th {
background-color:#a6e5f4
}
.table-warning, .table-warning>td, .table-warning>th {
background-color:#fceebd
}
.table-warning tbody+tbody, .table-warning td, .table-warning th, .table-warning thead th {
border-color:#f9e085
}
.table-hover .table-warning:hover {
background-color:#fbe8a5
}
.table-hover .table-warning:hover>td, .table-hover .table-warning:hover>th {
background-color:#fbe8a5
}
.table-danger, .table-danger>td, .table-danger>th {
background-color:#fccae1
}
.table-danger tbody+tbody, .table-danger td, .table-danger th, .table-danger thead th {
border-color:#fa9dc7
}
.table-hover .table-danger:hover {
background-color:#fbb2d3
}
.table-hover .table-danger:hover>td, .table-hover .table-danger:hover>th {
background-color:#fbb2d3
}
.table-light, .table-light>td, .table-light>th {
background-color:#fcfcfc
}
.table-light tbody+tbody, .table-light td, .table-light th, .table-light thead th {
border-color:#fafafa
}
.table-hover .table-light:hover {
background-color:#efefef
}
.table-hover .table-light:hover>td, .table-hover .table-light:hover>th {
background-color:#efefef
}
.table-dark, .table-dark>td, .table-dark>th {
background-color:#bfc1c8
}
.table-dark tbody+tbody, .table-dark td, .table-dark th, .table-dark thead th {
border-color:#878b98
}
.table-hover .table-dark:hover {
background-color:#b1b4bc
}
.table-hover .table-dark:hover>td, .table-hover .table-dark:hover>th {
background-color:#b1b4bc
}
.table-active, .table-active>td, .table-active>th {
background-color:rgba(19, 24, 44, .075)
}
.table-hover .table-active:hover {
background-color:rgba(11, 14, 26, .075)
}
.table-hover .table-active:hover>td, .table-hover .table-active:hover>th {
background-color:rgba(11, 14, 26, .075)
}
.table .thead-dark th {
color:#fff;
background-color:#343a40;
border-color:#454d55
}
.table .thead-light th {
color:#495057;
background-color:#e9ecef;
border-color:rgba(160, 175, 185, .15)
}
.table-dark {
color:#fff;
background-color:#343a40
}
.table-dark td, .table-dark th, .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, .05)
}
.table-dark.table-hover tbody tr:hover {
color:#fff;
background-color:rgba(255, 255, 255, .075)
}
@media (max-width:575.98px) {
.table-responsive-sm {
display:block;
width:100%;
overflow-x:auto;
-webkit-overflow-scrolling:touch
}
.table-responsive-sm>.table-bordered {
border:0
}
}
@media (max-width:767.98px) {
.table-responsive-md {
display:block;
width:100%;
overflow-x:auto;
-webkit-overflow-scrolling:touch
}
.table-responsive-md>.table-bordered {
border:0
}
}
@media (max-width:991.98px) {
.table-responsive-lg {
display:block;
width:100%;
overflow-x:auto;
-webkit-overflow-scrolling:touch
}
.table-responsive-lg>.table-bordered {
border:0
}
}
@media (max-width:1199.98px) {
.table-responsive-xl {
display:block;
width:100%;
overflow-x:auto;
-webkit-overflow-scrolling:touch
}
.table-responsive-xl>.table-bordered {
border:0
}
}
.table-responsive {
display:block;
width:100%;
overflow-x:auto;
-webkit-overflow-scrolling:touch
}
.table-responsive>.table-bordered {
border:0
}
.form-control {
display:block;
width:100%;
height:calc(1.4285714286em + .75rem + 2px);
padding:.375rem .75rem;
font-size:.875rem;
font-weight:400;
line-height:1.4285714286;
color:#495057;
background-color:#fff;
background-clip:padding-box;
border:1px solid #ced4da;
border-radius:.25rem;
transition:border-color .15s ease-in-out, box-shadow .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:#c4daff;
outline:0;
box-shadow:0 0 0 .2rem rgba(68, 139, 255, .25)
}
.form-control::placeholder {
color:#6c757d;
opacity:1
}
.form-control:disabled, .form-control[readonly] {
background-color:#e9ecef;
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(.375rem + 1px);
padding-bottom:calc(.375rem + 1px);
margin-bottom:0;
font-size:inherit;
line-height:1.4285714286
}
.col-form-label-lg {
padding-top:calc(.5rem + 1px);
padding-bottom:calc(.5rem + 1px);
font-size:2.5rem;
line-height:1.5
}
.col-form-label-sm {
padding-top:calc(.25rem + 1px);
padding-bottom:calc(.25rem + 1px);
font-size:.825rem;
line-height:1.5
}
.form-control-plaintext {
display:block;
width:100%;
padding-top:.375rem;
padding-bottom:.375rem;
margin-bottom:0;
line-height:1.4285714286;
color:#212529;
background-color:transparent;
border:solid transparent;
border-width:1px 0
}
.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {
padding-right:0;
padding-left:0
}
.form-control-sm {
height:calc(1.5em + .5rem + 2px);
padding:.25rem .5rem;
font-size:.825rem;
line-height:1.5;
border-radius:.2rem
}
.form-control-lg {
height:calc(1.5em + 1rem + 2px);
padding:.5rem 1rem;
font-size:2.5rem;
line-height:1.5;
border-radius:.3rem
}
select.form-control[multiple], select.form-control[size] {
height:auto
}
textarea.form-control {
height:auto
}
.form-group {
margin-bottom:1rem
}
.form-text {
display:block;
margin-top:.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:.3rem;
margin-left:-1.25rem
}
.form-check-input:disabled~.form-check-label {
color:#99a0ac
}
.form-check-label {
margin-bottom:0
}
.form-check-inline {
display:inline-flex;
align-items:center;
padding-left:0;
margin-right:.75rem
}
.form-check-inline .form-check-input {
position:static;
margin-top:0;
margin-right:.3125rem;
margin-left:0
}
.valid-feedback {
display:none;
width:100%;
margin-top:.25rem;
font-size:80%;
color:#31c971
}
.valid-tooltip {
position:absolute;
top:100%;
z-index:5;
display:none;
max-width:100%;
padding:.25rem .5rem;
margin-top:.1rem;
font-size:.825rem;
line-height:1.4285714286;
color:#fff;
background-color:rgba(49, 201, 113, .9);
border-radius:.25rem
}
.form-control.is-valid, .was-validated .form-control:valid {
border-color:#31c971;
padding-right:calc(1.4285714286em + .75rem);
background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2331c971' 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(.3571428571em + .1875rem);
background-size:calc(.7142857143em + .375rem) calc(.7142857143em + .375rem)
}
.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
border-color:#31c971;
box-shadow:0 0 0 .2rem rgba(49, 201, 113, .25)
}
.form-control.is-valid~.valid-feedback, .form-control.is-valid~.valid-tooltip, .was-validated .form-control:valid~.valid-feedback, .was-validated .form-control:valid~.valid-tooltip {
display:block
}
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
padding-right:calc(1.4285714286em + .75rem);
background-position:top calc(.3571428571em + .1875rem) right calc(.3571428571em + .1875rem)
}
.custom-select.is-valid, .was-validated .custom-select:valid {
border-color:#31c971;
padding-right:calc((1em + .75rem) * 3 / 4 + 1.75rem);
background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .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='%2331c971' 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(.7142857143em + .375rem) calc(.7142857143em + .375rem)
}
.custom-select.is-valid:focus, .was-validated .custom-select:valid:focus {
border-color:#31c971;
box-shadow:0 0 0 .2rem rgba(49, 201, 113, .25)
}
.custom-select.is-valid~.valid-feedback, .custom-select.is-valid~.valid-tooltip, .was-validated .custom-select:valid~.valid-feedback, .was-validated .custom-select:valid~.valid-tooltip {
display:block
}
.form-control-file.is-valid~.valid-feedback, .form-control-file.is-valid~.valid-tooltip, .was-validated .form-control-file:valid~.valid-feedback, .was-validated .form-control-file:valid~.valid-tooltip {
display:block
}
.form-check-input.is-valid~.form-check-label, .was-validated .form-check-input:valid~.form-check-label {
color:#31c971
}
.form-check-input.is-valid~.valid-feedback, .form-check-input.is-valid~.valid-tooltip, .was-validated .form-check-input:valid~.valid-feedback, .was-validated .form-check-input:valid~.valid-tooltip {
display:block
}
.custom-control-input.is-valid~.custom-control-label, .was-validated .custom-control-input:valid~.custom-control-label {
color:#31c971
}
.custom-control-input.is-valid~.custom-control-label::before, .was-validated .custom-control-input:valid~.custom-control-label::before {
border-color:#31c971
}
.custom-control-input.is-valid~.valid-feedback, .custom-control-input.is-valid~.valid-tooltip, .was-validated .custom-control-input:valid~.valid-feedback, .was-validated .custom-control-input:valid~.valid-tooltip {
display:block
}
.custom-control-input.is-valid:checked~.custom-control-label::before, .was-validated .custom-control-input:valid:checked~.custom-control-label::before {
border-color:#57d68c;
background-color:#57d68c
}
.custom-control-input.is-valid:focus~.custom-control-label::before, .was-validated .custom-control-input:valid:focus~.custom-control-label::before {
box-shadow:0 0 0 .2rem rgba(49, 201, 113, .25)
}
.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before, .was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before {
border-color:#31c971
}
.custom-file-input.is-valid~.custom-file-label, .was-validated .custom-file-input:valid~.custom-file-label {
border-color:#31c971
}
.custom-file-input.is-valid~.valid-feedback, .custom-file-input.is-valid~.valid-tooltip, .was-validated .custom-file-input:valid~.valid-feedback, .was-validated .custom-file-input:valid~.valid-tooltip {
display:block
}
.custom-file-input.is-valid:focus~.custom-file-label, .was-validated .custom-file-input:valid:focus~.custom-file-label {
border-color:#31c971;
box-shadow:0 0 0 .2rem rgba(49, 201, 113, .25)
}
.invalid-feedback {
display:none;
width:100%;
margin-top:.25rem;
font-size:80%;
color:#f54394
}
.invalid-tooltip {
position:absolute;
top:100%;
z-index:5;
display:none;
max-width:100%;
padding:.25rem .5rem;
margin-top:.1rem;
font-size:.825rem;
line-height:1.4285714286;
color:#fff;
background-color:rgba(245, 67, 148, .9);
border-radius:.25rem
}
.form-control.is-invalid, .was-validated .form-control:invalid {
border-color:#f54394;
padding-right:calc(1.4285714286em + .75rem);
background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23f54394' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23f54394' 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(.3571428571em + .1875rem);
background-size:calc(.7142857143em + .375rem) calc(.7142857143em + .375rem)
}
.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
border-color:#f54394;
box-shadow:0 0 0 .2rem rgba(245, 67, 148, .25)
}
.form-control.is-invalid~.invalid-feedback, .form-control.is-invalid~.invalid-tooltip, .was-validated .form-control:invalid~.invalid-feedback, .was-validated .form-control:invalid~.invalid-tooltip {
display:block
}
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
padding-right:calc(1.4285714286em + .75rem);
background-position:top calc(.3571428571em + .1875rem) right calc(.3571428571em + .1875rem)
}
.custom-select.is-invalid, .was-validated .custom-select:invalid {
border-color:#f54394;
padding-right:calc((1em + .75rem) * 3 / 4 + 1.75rem);
background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23f54394' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23f54394' 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(.7142857143em + .375rem) calc(.7142857143em + .375rem)
}
.custom-select.is-invalid:focus, .was-validated .custom-select:invalid:focus {
border-color:#f54394;
box-shadow:0 0 0 .2rem rgba(245, 67, 148, .25)
}
.custom-select.is-invalid~.invalid-feedback, .custom-select.is-invalid~.invalid-tooltip, .was-validated .custom-select:invalid~.invalid-feedback, .was-validated .custom-select:invalid~.invalid-tooltip {
display:block
}
.form-control-file.is-invalid~.invalid-feedback, .form-control-file.is-invalid~.invalid-tooltip, .was-validated .form-control-file:invalid~.invalid-feedback, .was-validated .form-control-file:invalid~.invalid-tooltip {
display:block
}
.form-check-input.is-invalid~.form-check-label, .was-validated .form-check-input:invalid~.form-check-label {
color:#f54394
}
.form-check-input.is-invalid~.invalid-feedback, .form-check-input.is-invalid~.invalid-tooltip, .was-validated .form-check-input:invalid~.invalid-feedback, .was-validated .form-check-input:invalid~.invalid-tooltip {
display:block
}
.custom-control-input.is-invalid~.custom-control-label, .was-validated .custom-control-input:invalid~.custom-control-label {
color:#f54394
}
.custom-control-input.is-invalid~.custom-control-label::before, .was-validated .custom-control-input:invalid~.custom-control-label::before {
border-color:#f54394
}
.custom-control-input.is-invalid~.invalid-feedback, .custom-control-input.is-invalid~.invalid-tooltip, .was-validated .custom-control-input:invalid~.invalid-feedback, .was-validated .custom-control-input:invalid~.invalid-tooltip {
display:block
}
.custom-control-input.is-invalid:checked~.custom-control-label::before, .was-validated .custom-control-input:invalid:checked~.custom-control-label::before {
border-color:#f873b0;
background-color:#f873b0
}
.custom-control-input.is-invalid:focus~.custom-control-label::before, .was-validated .custom-control-input:invalid:focus~.custom-control-label::before {
box-shadow:0 0 0 .2rem rgba(245, 67, 148, .25)
}
.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before, .was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before {
border-color:#f54394
}
.custom-file-input.is-invalid~.custom-file-label, .was-validated .custom-file-input:invalid~.custom-file-label {
border-color:#f54394
}
.custom-file-input.is-invalid~.invalid-feedback, .custom-file-input.is-invalid~.invalid-tooltip, .was-validated .custom-file-input:invalid~.invalid-feedback, .was-validated .custom-file-input:invalid~.invalid-tooltip {
display:block
}
.custom-file-input.is-invalid:focus~.custom-file-label, .was-validated .custom-file-input:invalid:focus~.custom-file-label {
border-color:#f54394;
box-shadow:0 0 0 .2rem rgba(245, 67, 148, .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 .custom-select, .form-inline .input-group {
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:.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:#212529;
text-align:center;
vertical-align:middle;
user-select:none;
background-color:transparent;
border:1px solid transparent;
padding:.375rem .75rem;
font-size:.875rem;
line-height:1.4285714286;
border-radius:.25rem;
transition:color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
.btn {
transition:none
}
}
.btn:hover {
color:#212529;
text-decoration:none
}
.btn.focus, .btn:focus {
outline:0;
box-shadow:0 0 0 .2rem rgba(68, 139, 255, .25)
}
.btn.disabled, .btn:disabled {
opacity:.65
}
a.btn.disabled, fieldset:disabled a.btn {
pointer-events:none
}
.btn-primary {
color:#fff;
background-color:#448bff;
border-color:#448bff
}
.btn-primary:hover {
color:#fff;
background-color:#1e73ff;
border-color:#116bff
}
.btn-primary.focus, .btn-primary:focus {
box-shadow:0 0 0 .2rem rgba(96, 156, 255, .5)
}
.btn-primary.disabled, .btn-primary:disabled {
color:#fff;
background-color:#448bff;
border-color:#448bff
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
color:#fff;
background-color:#116bff;
border-color:#0463ff
}
.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 .2rem rgba(96, 156, 255, .5)
}
.btn-secondary {
color:#fff;
background-color:#535c78;
border-color:#535c78
}
.btn-secondary:hover {
color:#fff;
background-color:#434b61;
border-color:#3e455a
}
.btn-secondary.focus, .btn-secondary:focus {
box-shadow:0 0 0 .2rem rgba(109, 116, 140, .5)
}
.btn-secondary.disabled, .btn-secondary:disabled {
color:#fff;
background-color:#535c78;
border-color:#535c78
}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
color:#fff;
background-color:#3e455a;
border-color:#393f52
}
.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 .2rem rgba(109, 116, 140, .5)
}
.btn-success {
color:#fff;
background-color:#31c971;
border-color:#31c971
}
.btn-success:hover {
color:#fff;
background-color:#2aaa60;
border-color:#27a05a
}
.btn-success.focus, .btn-success:focus {
box-shadow:0 0 0 .2rem rgba(80, 209, 134, .5)
}
.btn-success.disabled, .btn-success:disabled {
color:#fff;
background-color:#31c971;
border-color:#31c971
}
.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle {
color:#fff;
background-color:#27a05a;
border-color:#259654
}
.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 .2rem rgba(80, 209, 134, .5)
}
.btn-info {
color:#fff;
background-color:#14bae4;
border-color:#14bae4
}
.btn-info:hover {
color:#fff;
background-color:#119dc1;
border-color:#1094b5
}
.btn-info.focus, .btn-info:focus {
box-shadow:0 0 0 .2rem rgba(55, 196, 232, .5)
}
.btn-info.disabled, .btn-info:disabled {
color:#fff;
background-color:#14bae4;
border-color:#14bae4
}
.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show>.btn-info.dropdown-toggle {
color:#fff;
background-color:#1094b5;
border-color:#0f8aa9
}
.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 .2rem rgba(55, 196, 232, .5)
}
.btn-warning {
color:#212529;
background-color:#f4c414;
border-color:#f4c414
}
.btn-warning:hover {
color:#212529;
background-color:#d8ac0a;
border-color:#cba20a
}
.btn-warning.focus, .btn-warning:focus {
box-shadow:0 0 0 .2rem rgba(212, 172, 23, .5)
}
.btn-warning.disabled, .btn-warning:disabled {
color:#212529;
background-color:#f4c414;
border-color:#f4c414
}
.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show>.btn-warning.dropdown-toggle {
color:#212529;
background-color:#cba20a;
border-color:#bf9809
}
.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 .2rem rgba(212, 172, 23, .5)
}
.btn-danger {
color:#fff;
background-color:#f54394;
border-color:#f54394
}
.btn-danger:hover {
color:#fff;
background-color:#f31f7f;
border-color:#f21378
}
.btn-danger.focus, .btn-danger:focus {
box-shadow:0 0 0 .2rem rgba(247, 95, 164, .5)
}
.btn-danger.disabled, .btn-danger:disabled {
color:#fff;
background-color:#f54394;
border-color:#f54394
}
.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show>.btn-danger.dropdown-toggle {
color:#fff;
background-color:#f21378;
border-color:#ec0d72
}
.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 .2rem rgba(247, 95, 164, .5)
}
.btn-light {
color:#212529;
background-color:#f5f5f6;
border-color:#f5f5f6
}
.btn-light:hover {
color:#212529;
background-color:#e1e1e4;
border-color:#dadade
}
.btn-light.focus, .btn-light:focus {
box-shadow:0 0 0 .2rem rgba(213, 214, 215, .5)
}
.btn-light.disabled, .btn-light:disabled {
color:#212529;
background-color:#f5f5f6;
border-color:#f5f5f6
}
.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show>.btn-light.dropdown-toggle {
color:#212529;
background-color:#dadade;
border-color:#d3d3d8
}
.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 .2rem rgba(213, 214, 215, .5)
}
.btn-dark {
color:#fff;
background-color:#192039;
border-color:#192039
}
.btn-dark:hover {
color:#fff;
background-color:#0d111e;
border-color:#090c16
}
.btn-dark.focus, .btn-dark:focus {
box-shadow:0 0 0 .2rem rgba(60, 65, 87, .5)
}
.btn-dark.disabled, .btn-dark:disabled {
color:#fff;
background-color:#192039;
border-color:#192039
}
.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show>.btn-dark.dropdown-toggle {
color:#fff;
background-color:#090c16;
border-color:#06070d
}
.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 .2rem rgba(60, 65, 87, .5)
}
.btn-outline-primary {
color:#448bff;
border-color:#448bff
}
.btn-outline-primary:hover {
color:#fff;
background-color:#448bff;
border-color:#448bff
}
.btn-outline-primary.focus, .btn-outline-primary:focus {
box-shadow:0 0 0 .2rem rgba(68, 139, 255, .5)
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
color:#448bff;
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:#448bff;
border-color:#448bff
}
.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 .2rem rgba(68, 139, 255, .5)
}
.btn-outline-secondary {
color:#535c78;
border-color:#535c78
}
.btn-outline-secondary:hover {
color:#fff;
background-color:#535c78;
border-color:#535c78
}
.btn-outline-secondary.focus, .btn-outline-secondary:focus {
box-shadow:0 0 0 .2rem rgba(83, 92, 120, .5)
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
color:#535c78;
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:#535c78;
border-color:#535c78
}
.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 .2rem rgba(83, 92, 120, .5)
}
.btn-outline-success {
color:#31c971;
border-color:#31c971
}
.btn-outline-success:hover {
color:#fff;
background-color:#31c971;
border-color:#31c971
}
.btn-outline-success.focus, .btn-outline-success:focus {
box-shadow:0 0 0 .2rem rgba(49, 201, 113, .5)
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
color:#31c971;
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:#31c971;
border-color:#31c971
}
.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 .2rem rgba(49, 201, 113, .5)
}
.btn-outline-info {
color:#14bae4;
border-color:#14bae4
}
.btn-outline-info:hover {
color:#fff;
background-color:#14bae4;
border-color:#14bae4
}
.btn-outline-info.focus, .btn-outline-info:focus {
box-shadow:0 0 0 .2rem rgba(20, 186, 228, .5)
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
color:#14bae4;
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:#14bae4;
border-color:#14bae4
}
.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 .2rem rgba(20, 186, 228, .5)
}
.btn-outline-warning {
color:#f4c414;
border-color:#f4c414
}
.btn-outline-warning:hover {
color:#212529;
background-color:#f4c414;
border-color:#f4c414
}
.btn-outline-warning.focus, .btn-outline-warning:focus {
box-shadow:0 0 0 .2rem rgba(244, 196, 20, .5)
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
color:#f4c414;
background-color:transparent
}
.btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show>.btn-outline-warning.dropdown-toggle {
color:#212529;
background-color:#f4c414;
border-color:#f4c414
}
.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 .2rem rgba(244, 196, 20, .5)
}
.btn-outline-danger {
color:#f54394;
border-color:#f54394
}
.btn-outline-danger:hover {
color:#fff;
background-color:#f54394;
border-color:#f54394
}
.btn-outline-danger.focus, .btn-outline-danger:focus {
box-shadow:0 0 0 .2rem rgba(245, 67, 148, .5)
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
color:#f54394;
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:#f54394;
border-color:#f54394
}
.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 .2rem rgba(245, 67, 148, .5)
}
.btn-outline-light {
color:#f5f5f6;
border-color:#f5f5f6
}
.btn-outline-light:hover {
color:#212529;
background-color:#f5f5f6;
border-color:#f5f5f6
}
.btn-outline-light.focus, .btn-outline-light:focus {
box-shadow:0 0 0 .2rem rgba(245, 245, 246, .5)
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
color:#f5f5f6;
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:#f5f5f6;
border-color:#f5f5f6
}
.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 .2rem rgba(245, 245, 246, .5)
}
.btn-outline-dark {
color:#192039;
border-color:#192039
}
.btn-outline-dark:hover {
color:#fff;
background-color:#192039;
border-color:#192039
}
.btn-outline-dark.focus, .btn-outline-dark:focus {
box-shadow:0 0 0 .2rem rgba(25, 32, 57, .5)
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
color:#192039;
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:#192039;
border-color:#192039
}
.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 .2rem rgba(25, 32, 57, .5)
}
.btn-link {
font-weight:400;
color:#448bff;
text-decoration:none
}
.btn-link:hover {
color:#005ef7;
text-decoration:underline
}
.btn-link.focus, .btn-link:focus {
text-decoration:underline;
box-shadow:none
}
.btn-link.disabled, .btn-link:disabled {
color:#6c757d;
pointer-events:none
}
.btn-group-lg>.btn, .btn-lg {
padding:.5rem 1rem;
font-size:2.5rem;
line-height:1.5;
border-radius:.3rem
}
.btn-group-sm>.btn, .btn-sm {
padding:.25rem .5rem;
font-size:.825rem;
line-height:1.5;
border-radius:.2rem
}
.btn-block {
display:block;
width:100%
}
.btn-block+.btn-block {
margin-top:.5rem
}
input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
width:100%
}
.fade {
transition:opacity .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 .35s ease
}
@media (prefers-reduced-motion:reduce) {
.collapsing {
transition:none
}
}
.dropdown, .dropleft, .dropright, .dropup {
position:relative
}
.dropdown-toggle {
white-space:nowrap
}
.dropdown-toggle::after {
display:inline-block;
margin-left:.255em;
vertical-align:.255em;
content:"";
border-top:.3em solid;
border-right:.3em solid transparent;
border-bottom:0;
border-left:.3em solid transparent
}
.dropdown-toggle:empty::after {
margin-left:0
}
.dropdown-menu {
position:absolute;
top:100%;
left:0;
z-index:1000;
display:none;
float:left;
min-width:10rem;
padding:.5rem 0;
margin:.125rem 0 0;
font-size:.875rem;
color:#212529;
text-align:left;
list-style:none;
background-color:#fff;
background-clip:padding-box;
border:1px solid rgba(19, 24, 44, .15);
border-radius:.25rem
}
.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:.125rem
}
.dropup .dropdown-toggle::after {
display:inline-block;
margin-left:.255em;
vertical-align:.255em;
content:"";
border-top:0;
border-right:.3em solid transparent;
border-bottom:.3em solid;
border-left:.3em solid transparent
}
.dropup .dropdown-toggle:empty::after {
margin-left:0
}
.dropright .dropdown-menu {
top:0;
right:auto;
left:100%;
margin-top:0;
margin-left:.125rem
}
.dropright .dropdown-toggle::after {
display:inline-block;
margin-left:.255em;
vertical-align:.255em;
content:"";
border-top:.3em solid transparent;
border-right:0;
border-bottom:.3em solid transparent;
border-left:.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:.125rem
}
.dropleft .dropdown-toggle::after {
display:inline-block;
margin-left:.255em;
vertical-align:.255em;
content:""
}
.dropleft .dropdown-toggle::after {
display:none
}
.dropleft .dropdown-toggle::before {
display:inline-block;
margin-right:.255em;
vertical-align:.255em;
content:"";
border-top:.3em solid transparent;
border-right:.3em solid;
border-bottom:.3em solid transparent
}
.dropleft .dropdown-toggle:empty::after {
margin-left:0
}
.dropleft .dropdown-toggle::before {
vertical-align:0
}
.dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
right:auto;
bottom:auto
}
.dropdown-divider {
height:0;
margin:.5rem 0;
overflow:hidden;
border-top:1px solid #e9ecef
}
.dropdown-item {
display:block;
width:100%;
padding:.25rem 1.5rem;
clear:both;
font-weight:400;
color:#212529;
text-align:inherit;
white-space:nowrap;
background-color:transparent;
border:0
}
.dropdown-item:focus, .dropdown-item:hover {
color:#16181b;
text-decoration:none;
background-color:#f8f9fa
}
.dropdown-item.active, .dropdown-item:active {
color:#fff;
text-decoration:none;
background-color:#448bff
}
.dropdown-item.disabled, .dropdown-item:disabled {
color:#6c757d;
pointer-events:none;
background-color:transparent
}
.dropdown-menu.show {
display:block
}
.dropdown-header {
display:block;
padding:.5rem 1.5rem;
margin-bottom:0;
font-size:.825rem;
color:#6c757d;
white-space:nowrap
}
.dropdown-item-text {
display:block;
padding:.25rem 1.5rem;
color:#212529
}
.btn-group, .btn-group-vertical {
position:relative;
display:inline-flex;
vertical-align:middle
}
.btn-group-vertical>.btn, .btn-group>.btn {
position:relative;
flex:1 1 auto
}
.btn-group-vertical>.btn:hover, .btn-group>.btn:hover {
z-index:1
}
.btn-group-vertical>.btn.active, .btn-group-vertical>.btn:active, .btn-group-vertical>.btn:focus, .btn-group>.btn.active, .btn-group>.btn:active, .btn-group>.btn:focus {
z-index:1
}
.btn-toolbar {
display:flex;
flex-wrap:wrap;
justify-content:flex-start
}
.btn-toolbar .input-group {
width:auto
}
.btn-group>.btn-group:not(:first-child), .btn-group>.btn:not(:first-child) {
margin-left:-1px
}
.btn-group>.btn-group:not(:last-child)>.btn, .btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
border-top-right-radius:0;
border-bottom-right-radius:0
}
.btn-group>.btn-group:not(:first-child)>.btn, .btn-group>.btn:not(:first-child) {
border-top-left-radius:0;
border-bottom-left-radius:0
}
.dropdown-toggle-split {
padding-right:.5625rem;
padding-left:.5625rem
}
.dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after {
margin-left:0
}
.dropleft .dropdown-toggle-split::before {
margin-right:0
}
.btn-group-sm>.btn+.dropdown-toggle-split, .btn-sm+.dropdown-toggle-split {
padding-right:.375rem;
padding-left:.375rem
}
.btn-group-lg>.btn+.dropdown-toggle-split, .btn-lg+.dropdown-toggle-split {
padding-right:.75rem;
padding-left:.75rem
}
.btn-group-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-group:not(:first-child), .btn-group-vertical>.btn:not(:first-child) {
margin-top:-1px
}
.btn-group-vertical>.btn-group:not(:last-child)>.btn, .btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
border-bottom-right-radius:0;
border-bottom-left-radius:0
}
.btn-group-vertical>.btn-group:not(:first-child)>.btn, .btn-group-vertical>.btn:not(:first-child) {
border-top-left-radius:0;
border-top-right-radius:0
}
.btn-group-toggle>.btn, .btn-group-toggle>.btn-group>.btn {
margin-bottom:0
}
.btn-group-toggle>.btn input[type=checkbox], .btn-group-toggle>.btn input[type=radio], .btn-group-toggle>.btn-group>.btn input[type=checkbox], .btn-group-toggle>.btn-group>.btn input[type=radio] {
position:absolute;
clip:rect(0,0,0,0);
pointer-events:none
}
.input-group {
position:relative;
display:flex;
flex-wrap:wrap;
align-items:stretch;
width:100%
}
.input-group>.custom-file, .input-group>.custom-select, .input-group>.form-control, .input-group>.form-control-plaintext {
position:relative;
flex:1 1 auto;
width:1%;
margin-bottom:0
}
.input-group>.custom-file+.custom-file, .input-group>.custom-file+.custom-select, .input-group>.custom-file+.form-control, .input-group>.custom-select+.custom-file, .input-group>.custom-select+.custom-select, .input-group>.custom-select+.form-control, .input-group>.form-control+.custom-file, .input-group>.form-control+.custom-select, .input-group>.form-control+.form-control, .input-group>.form-control-plaintext+.custom-file, .input-group>.form-control-plaintext+.custom-select, .input-group>.form-control-plaintext+.form-control {
margin-left:-1px
}
.input-group>.custom-file .custom-file-input:focus~.custom-file-label, .input-group>.custom-select:focus, .input-group>.form-control:focus {
z-index:3
}
.input-group>.custom-file .custom-file-input:focus {
z-index:4
}
.input-group>.custom-select:not(:last-child), .input-group>.form-control:not(:last-child) {
border-top-right-radius:0;
border-bottom-right-radius:0
}
.input-group>.custom-select:not(:first-child), .input-group>.form-control:not(:first-child) {
border-top-left-radius:0;
border-bottom-left-radius:0
}
.input-group>.custom-file {
display:flex;
align-items:center
}
.input-group>.custom-file:not(:last-child) .custom-file-label, .input-group>.custom-file:not(:last-child) .custom-file-label::after {
border-top-right-radius:0;
border-bottom-right-radius:0
}
.input-group>.custom-file:not(:first-child) .custom-file-label {
border-top-left-radius:0;
border-bottom-left-radius:0
}
.input-group-append, .input-group-prepend {
display:flex
}
.input-group-append .btn, .input-group-prepend .btn {
position:relative;
z-index:2
}
.input-group-append .btn:focus, .input-group-prepend .btn:focus {
z-index:3
}
.input-group-append .btn+.btn, .input-group-append .btn+.input-group-text, .input-group-append .input-group-text+.btn, .input-group-append .input-group-text+.input-group-text, .input-group-prepend .btn+.btn, .input-group-prepend .btn+.input-group-text, .input-group-prepend .input-group-text+.btn, .input-group-prepend .input-group-text+.input-group-text {
margin-left:-1px
}
.input-group-prepend {
margin-right:-1px
}
.input-group-append {
margin-left:-1px
}
.input-group-text {
display:flex;
align-items:center;
padding:.375rem .75rem;
margin-bottom:0;
font-size:.875rem;
font-weight:400;
line-height:1.4285714286;
color:#495057;
text-align:center;
white-space:nowrap;
background-color:#e9ecef;
border:1px solid #ced4da;
border-radius:.25rem
}
.input-group-text input[type=checkbox], .input-group-text input[type=radio] {
margin-top:0
}
.input-group-lg>.custom-select, .input-group-lg>.form-control:not(textarea) {
height:calc(1.5em + 1rem + 2px)
}
.input-group-lg>.custom-select, .input-group-lg>.form-control, .input-group-lg>.input-group-append>.btn, .input-group-lg>.input-group-append>.input-group-text, .input-group-lg>.input-group-prepend>.btn, .input-group-lg>.input-group-prepend>.input-group-text {
padding:.5rem 1rem;
font-size:2.5rem;
line-height:1.5;
border-radius:.3rem
}
.input-group-sm>.custom-select, .input-group-sm>.form-control:not(textarea) {
height:calc(1.5em + .5rem + 2px)
}
.input-group-sm>.custom-select, .input-group-sm>.form-control, .input-group-sm>.input-group-append>.btn, .input-group-sm>.input-group-append>.input-group-text, .input-group-sm>.input-group-prepend>.btn, .input-group-sm>.input-group-prepend>.input-group-text {
padding:.25rem .5rem;
font-size:.825rem;
line-height:1.5;
border-radius:.2rem
}
.input-group-lg>.custom-select, .input-group-sm>.custom-select {
padding-right:1.75rem
}
.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle), .input-group>.input-group-append:last-child>.input-group-text:not(:last-child), .input-group>.input-group-append:not(:last-child)>.btn, .input-group>.input-group-append:not(:last-child)>.input-group-text, .input-group>.input-group-prepend>.btn, .input-group>.input-group-prepend>.input-group-text {
border-top-right-radius:0;
border-bottom-right-radius:0
}
.input-group>.input-group-append>.btn, .input-group>.input-group-append>.input-group-text, .input-group>.input-group-prepend:first-child>.btn:not(:first-child), .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child), .input-group>.input-group-prepend:not(:first-child)>.btn, .input-group>.input-group-prepend:not(:first-child)>.input-group-text {
border-top-left-radius:0;
border-bottom-left-radius:0
}
.custom-control {
position:relative;
display:block;
min-height:1.25rem;
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:#448bff;
background-color:#448bff
}
.custom-control-input:focus~.custom-control-label::before {
box-shadow:0 0 0 .2rem rgba(68, 139, 255, .25)
}
.custom-control-input:focus:not(:checked)~.custom-control-label::before {
border-color:#c4daff
}
.custom-control-input:not(:disabled):active~.custom-control-label::before {
color:#fff;
background-color:#f7faff;
border-color:#f7faff
}
.custom-control-input:disabled~.custom-control-label {
color:#6c757d
}
.custom-control-input:disabled~.custom-control-label::before {
background-color:#e9ecef
}
.custom-control-label {
position:relative;
margin-bottom:0;
vertical-align:top
}
.custom-control-label::before {
position:absolute;
top:.125rem;
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:.125rem;
left:-1.5rem;
display:block;
width:1rem;
height:1rem;
content:"";
background:no-repeat 50%/50% 50%
}
.custom-checkbox .custom-control-label::before {
border-radius:.25rem
}
.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='%23ffffff' 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:#448bff;
background-color:#448bff
}
.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='%23ffffff' d='M0 2h4'/%3e%3c/svg%3e")
}
.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
background-color:rgba(68, 139, 255, .5)
}
.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
background-color:rgba(68, 139, 255, .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='%23ffffff'/%3e%3c/svg%3e")
}
.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
background-color:rgba(68, 139, 255, .5)
}
.custom-switch {
padding-left:2.25rem
}
.custom-switch .custom-control-label::before {
left:-2.25rem;
width:1.75rem;
pointer-events:all;
border-radius:.5rem
}
.custom-switch .custom-control-label::after {
top:calc(.125rem + 2px);
left:calc(-2.25rem + 2px);
width:calc(1rem - 4px);
height:calc(1rem - 4px);
background-color:#adb5bd;
border-radius:.5rem;
transition:transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .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(.75rem)
}
.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
background-color:rgba(68, 139, 255, .5)
}
.custom-select {
display:inline-block;
width:100%;
height:calc(1.4285714286em + .75rem + 2px);
padding:.375rem 1.75rem .375rem .75rem;
font-size:.875rem;
font-weight:400;
line-height:1.4285714286;
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 .75rem center/8px 10px;
background-color:#fff;
border:1px solid #ced4da;
border-radius:.25rem;
appearance:none
}
.custom-select:focus {
border-color:#c4daff;
outline:0;
box-shadow:0 0 0 .2rem rgba(68, 139, 255, .25)
}
.custom-select:focus::-ms-value {
color:#495057;
background-color:#fff
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
height:auto;
padding-right:.75rem;
background-image:none
}
.custom-select:disabled {
color:#6c757d;
background-color:#e9ecef
}
.custom-select::-ms-expand {
display:none
}
.custom-select-sm {
height:calc(1.5em + .5rem + 2px);
padding-top:.25rem;
padding-bottom:.25rem;
padding-left:.5rem;
font-size:.825rem
}
.custom-select-lg {
height:calc(1.5em + 1rem + 2px);
padding-top:.5rem;
padding-bottom:.5rem;
padding-left:1rem;
font-size:2.5rem
}
.custom-file {
position:relative;
display:inline-block;
width:100%;
height:calc(1.4285714286em + .75rem + 2px);
margin-bottom:0
}
.custom-file-input {
position:relative;
z-index:2;
width:100%;
height:calc(1.4285714286em + .75rem + 2px);
margin:0;
opacity:0
}
.custom-file-input:focus~.custom-file-label {
border-color:#c4daff;
box-shadow:0 0 0 .2rem rgba(68, 139, 255, .25)
}
.custom-file-input:disabled~.custom-file-label {
background-color:#e9ecef
}
.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.4285714286em + .75rem + 2px);
padding:.375rem .75rem;
font-weight:400;
line-height:1.4285714286;
color:#495057;
background-color:#fff;
border:1px solid #ced4da;
border-radius:.25rem
}
.custom-file-label::after {
position:absolute;
top:0;
right:0;
bottom:0;
z-index:3;
display:block;
height:calc(1.4285714286em + .75rem);
padding:.375rem .75rem;
line-height:1.4285714286;
color:#495057;
content:"Browse";
background-color:#e9ecef;
border-left:inherit;
border-radius:0 .25rem .25rem 0
}
.custom-range {
width:100%;
height:calc(1rem + .4rem);
padding:0;
background-color:transparent;
appearance:none
}
.custom-range:focus {
outline:0
}
.custom-range:focus::-webkit-slider-thumb {
box-shadow:0 0 0 1px #f9f9fa, 0 0 0 .2rem rgba(68, 139, 255, .25)
}
.custom-range:focus::-moz-range-thumb {
box-shadow:0 0 0 1px #f9f9fa, 0 0 0 .2rem rgba(68, 139, 255, .25)
}
.custom-range:focus::-ms-thumb {
box-shadow:0 0 0 1px #f9f9fa, 0 0 0 .2rem rgba(68, 139, 255, .25)
}
.custom-range::-moz-focus-outer {
border:0
}
.custom-range::-webkit-slider-thumb {
width:1rem;
height:1rem;
margin-top:-.25rem;
background-color:#448bff;
border:0;
border-radius:1rem;
transition:background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .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:#f7faff
}
.custom-range::-webkit-slider-runnable-track {
width:100%;
height:.5rem;
color:transparent;
cursor:pointer;
background-color:#dee2e6;
border-color:transparent;
border-radius:1rem
}
.custom-range::-moz-range-thumb {
width:1rem;
height:1rem;
background-color:#448bff;
border:0;
border-radius:1rem;
transition:background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .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:#f7faff
}
.custom-range::-moz-range-track {
width:100%;
height:.5rem;
color:transparent;
cursor:pointer;
background-color:#dee2e6;
border-color:transparent;
border-radius:1rem
}
.custom-range::-ms-thumb {
width:1rem;
height:1rem;
margin-top:0;
margin-right:.2rem;
margin-left:.2rem;
background-color:#448bff;
border:0;
border-radius:1rem;
transition:background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
appearance:none
}
@media (prefers-reduced-motion:reduce) {
.custom-range::-ms-thumb {
transition:none
}
}
.custom-range::-ms-thumb:active {
background-color:#f7faff
}
.custom-range::-ms-track {
width:100%;
height:.5rem;
color:transparent;
cursor:pointer;
background-color:transparent;
border-color:transparent;
border-width:.5rem
}
.custom-range::-ms-fill-lower {
background-color:#dee2e6;
border-radius:1rem
}
.custom-range::-ms-fill-upper {
margin-right:15px;
background-color:#dee2e6;
border-radius:1rem
}
.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 .15s ease-in-out, border-color .15s ease-in-out, box-shadow .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:.5rem 1rem
}
.nav-link:focus, .nav-link:hover {
text-decoration:none
}
.nav-link.disabled {
color:#6c757d;
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;
border-top-left-radius:.25rem;
border-top-right-radius:.25rem
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
border-color:#e9ecef #e9ecef #dee2e6
}
.nav-tabs .nav-link.disabled {
color:#6c757d;
background-color:transparent;
border-color:transparent
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
color:#495057;
background-color:#f9f9fa;
border-color:#dee2e6 #dee2e6 #f9f9fa
}
.nav-tabs .dropdown-menu {
margin-top:-1px;
border-top-left-radius:0;
border-top-right-radius:0
}
.nav-pills .nav-link {
border-radius:.25rem
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
color:#fff;
background-color:#448bff
}
.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:.5rem 1rem
}
.navbar>.container, .navbar>.container-fluid {
display:flex;
flex-wrap:wrap;
align-items:center;
justify-content:space-between
}
.navbar-brand {
display:inline-block;
margin-right:1rem;
font-size:2.5rem;
line-height:inherit;
white-space:nowrap
}
.navbar-brand:focus, .navbar-brand:hover {
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:.5rem;
padding-bottom:.5rem
}
.navbar-collapse {
flex-basis:100%;
flex-grow:1;
align-items:center
}
.navbar-toggler {
padding:.25rem .75rem;
font-size:2.5rem;
line-height:1;
background-color:transparent;
border:1px solid transparent;
border-radius:.25rem
}
.navbar-toggler:focus, .navbar-toggler:hover {
text-decoration:none
}
.navbar-toggler-icon {
display:inline-block;
width:1.5em;
height:1.5em;
vertical-align:middle;
content:"";
background: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:.5rem;
padding-left:.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:.5rem;
padding-left:.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:.5rem;
padding-left:.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:.5rem;
padding-left:.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:.5rem;
padding-left:.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(19, 24, 44, .9)
}
.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
color:rgba(19, 24, 44, .9)
}
.navbar-light .navbar-nav .nav-link {
color:rgba(19, 24, 44, .5)
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
color:rgba(19, 24, 44, .7)
}
.navbar-light .navbar-nav .nav-link.disabled {
color:rgba(19, 24, 44, .3)
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
color:rgba(19, 24, 44, .9)
}
.navbar-light .navbar-toggler {
color:rgba(19, 24, 44, .5);
border-color:rgba(19, 24, 44, .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(19, 24, 44, 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(19, 24, 44, .5)
}
.navbar-light .navbar-text a {
color:rgba(19, 24, 44, .9)
}
.navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
color:rgba(19, 24, 44, .9)
}
.navbar-dark .navbar-brand {
color:#fff
}
.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
color:#fff
}
.navbar-dark .navbar-nav .nav-link {
color:rgba(255, 255, 255, .5)
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
color:rgba(255, 255, 255, .75)
}
.navbar-dark .navbar-nav .nav-link.disabled {
color:rgba(255, 255, 255, .25)
}
.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
color:#fff
}
.navbar-dark .navbar-toggler {
color:rgba(255, 255, 255, .5);
border-color:rgba(255, 255, 255, .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, .5)
}
.navbar-dark .navbar-text a {
color:#fff
}
.navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
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(19, 24, 44, .125);
border-radius:.25rem
}
.card>hr {
margin-right:0;
margin-left:0
}
.card>.list-group:first-child .list-group-item:first-child {
border-top-left-radius:.25rem;
border-top-right-radius:.25rem
}
.card>.list-group:last-child .list-group-item:last-child {
border-bottom-right-radius:.25rem;
border-bottom-left-radius:.25rem
}
.card-body {
flex:1 1 auto;
padding:1.25rem
}
.card-title {
margin-bottom:.75rem
}
.card-subtitle {
margin-top:-.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:.75rem 1.25rem;
margin-bottom:0;
background-color:rgba(19, 24, 44, .03);
border-bottom:1px solid rgba(19, 24, 44, .125)
}
.card-header:first-child {
border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}
.card-header+.list-group .list-group-item:first-child {
border-top:0
}
.card-footer {
padding:.75rem 1.25rem;
background-color:rgba(19, 24, 44, .03);
border-top:1px solid rgba(19, 24, 44, .125)
}
.card-footer:last-child {
border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}
.card-header-tabs {
margin-right:-.625rem;
margin-bottom:-.75rem;
margin-left:-.625rem;
border-bottom:0
}
.card-header-pills {
margin-right:-.625rem;
margin-left:-.625rem
}
.card-img-overlay {
position:absolute;
top:0;
right:0;
bottom:0;
left:0;
padding:1.25rem
}
.card-img {
width:100%;
border-radius:calc(.25rem - 1px)
}
.card-img-top {
width:100%;
border-top-left-radius:calc(.25rem - 1px);
border-top-right-radius:calc(.25rem - 1px)
}
.card-img-bottom {
width:100%;
border-bottom-right-radius:calc(.25rem - 1px);
border-bottom-left-radius:calc(.25rem - 1px)
}
.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-group>.card:not(:last-child) {
border-top-right-radius:0;
border-bottom-right-radius:0
}
.card-group>.card:not(:last-child) .card-header, .card-group>.card:not(:last-child) .card-img-top {
border-top-right-radius:0
}
.card-group>.card:not(:last-child) .card-footer, .card-group>.card:not(:last-child) .card-img-bottom {
border-bottom-right-radius:0
}
.card-group>.card:not(:first-child) {
border-top-left-radius:0;
border-bottom-left-radius:0
}
.card-group>.card:not(:first-child) .card-header, .card-group>.card:not(:first-child) .card-img-top {
border-top-left-radius:0
}
.card-group>.card:not(:first-child) .card-footer, .card-group>.card:not(:first-child) .card-img-bottom {
border-bottom-left-radius:0
}
}
.card-columns .card {
margin-bottom:.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) .card-header:first-child {
border-radius:0
}
.accordion>.card:not(:first-of-type):not(:last-of-type) {
border-bottom:0;
border-radius:0
}
.accordion>.card:first-of-type {
border-bottom:0;
border-bottom-right-radius:0;
border-bottom-left-radius:0
}
.accordion>.card:last-of-type {
border-top-left-radius:0;
border-top-right-radius:0
}
.accordion>.card .card-header {
margin-bottom:-1px
}
.breadcrumb {
display:flex;
flex-wrap:wrap;
padding:.75rem 1rem;
margin-bottom:1rem;
list-style:none;
background-color:#e9ecef;
border-radius:.25rem
}
.breadcrumb-item+.breadcrumb-item {
padding-left:.5rem
}
.breadcrumb-item+.breadcrumb-item::before {
display:inline-block;
padding-right:.5rem;
color:#6c757d;
content:"/"
}
.breadcrumb-item+.breadcrumb-item:hover::before {
text-decoration:underline
}
.breadcrumb-item+.breadcrumb-item:hover::before {
text-decoration:none
}
.breadcrumb-item.active {
color:#6c757d
}
.pagination {
display:flex;
padding-left:0;
list-style:none;
border-radius:.25rem
}
.page-link {
position:relative;
display:block;
padding:.5rem .75rem;
margin-left:-1px;
line-height:1.25;
color:#448bff;
background-color:#fff;
border:1px solid #dee2e6
}
.page-link:hover {
z-index:2;
color:#005ef7;
text-decoration:none;
background-color:#e9ecef;
border-color:#dee2e6
}
.page-link:focus {
z-index:2;
outline:0;
box-shadow:0 0 0 .2rem rgba(68, 139, 255, .25)
}
.page-item:first-child .page-link {
margin-left:0;
border-top-left-radius:.25rem;
border-bottom-left-radius:.25rem
}
.page-item:last-child .page-link {
border-top-right-radius:.25rem;
border-bottom-right-radius:.25rem
}
.page-item.active .page-link {
z-index:1;
color:#fff;
background-color:#448bff;
border-color:#448bff
}
.page-item.disabled .page-link {
color:#6c757d;
pointer-events:none;
cursor:auto;
background-color:#fff;
border-color:#dee2e6
}
.pagination-lg .page-link {
padding:.75rem 1.5rem;
font-size:2.5rem;
line-height:1.5
}
.pagination-lg .page-item:first-child .page-link {
border-top-left-radius:.3rem;
border-bottom-left-radius:.3rem
}
.pagination-lg .page-item:last-child .page-link {
border-top-right-radius:.3rem;
border-bottom-right-radius:.3rem
}
.pagination-sm .page-link {
padding:.25rem .5rem;
font-size:.825rem;
line-height:1.5
}
.pagination-sm .page-item:first-child .page-link {
border-top-left-radius:.2rem;
border-bottom-left-radius:.2rem
}
.pagination-sm .page-item:last-child .page-link {
border-top-right-radius:.2rem;
border-bottom-right-radius:.2rem
}
.badge {
display:inline-block;
padding:.25em .4em;
font-size:75%;
font-weight:700;
line-height:1;
text-align:center;
white-space:nowrap;
vertical-align:baseline;
border-radius:.15rem;
transition:color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
.badge {
transition:none
}
}
a.badge:focus, a.badge:hover {
text-decoration:none
}
.badge:empty {
display:none
}
.btn .badge {
position:relative;
top:-1px
}
.badge-pill {
padding-right:.6em;
padding-left:.6em;
border-radius:10rem
}
.badge-primary {
color:#fff;
background-color:#448bff
}
a.badge-primary:focus, a.badge-primary:hover {
color:#fff;
background-color:#116bff
}
a.badge-primary.focus, a.badge-primary:focus {
outline:0;
box-shadow:0 0 0 .2rem rgba(68, 139, 255, .5)
}
.badge-secondary {
color:#fff;
background-color:#535c78
}
a.badge-secondary:focus, a.badge-secondary:hover {
color:#fff;
background-color:#3e455a
}
a.badge-secondary.focus, a.badge-secondary:focus {
outline:0;
box-shadow:0 0 0 .2rem rgba(83, 92, 120, .5)
}
.badge-success {
color:#fff;
background-color:#31c971
}
a.badge-success:focus, a.badge-success:hover {
color:#fff;
background-color:#27a05a
}
a.badge-success.focus, a.badge-success:focus {
outline:0;
box-shadow:0 0 0 .2rem rgba(49, 201, 113, .5)
}
.badge-info {
color:#fff;
background-color:#14bae4
}
a.badge-info:focus, a.badge-info:hover {
color:#fff;
background-color:#1094b5
}
a.badge-info.focus, a.badge-info:focus {
outline:0;
box-shadow:0 0 0 .2rem rgba(20, 186, 228, .5)
}
.badge-warning {
color:#212529;
background-color:#f4c414
}
a.badge-warning:focus, a.badge-warning:hover {
color:#212529;
background-color:#cba20a
}
a.badge-warning.focus, a.badge-warning:focus {
outline:0;
box-shadow:0 0 0 .2rem rgba(244, 196, 20, .5)
}
.badge-danger {
color:#fff;
background-color:#f54394
}
a.badge-danger:focus, a.badge-danger:hover {
color:#fff;
background-color:#f21378
}
a.badge-danger.focus, a.badge-danger:focus {
outline:0;
box-shadow:0 0 0 .2rem rgba(245, 67, 148, .5)
}
.badge-light {
color:#212529;
background-color:#f5f5f6
}
a.badge-light:focus, a.badge-light:hover {
color:#212529;
background-color:#dadade
}
a.badge-light.focus, a.badge-light:focus {
outline:0;
box-shadow:0 0 0 .2rem rgba(245, 245, 246, .5)
}
.badge-dark {
color:#fff;
background-color:#192039
}
a.badge-dark:focus, a.badge-dark:hover {
color:#fff;
background-color:#090c16
}
a.badge-dark.focus, a.badge-dark:focus {
outline:0;
box-shadow:0 0 0 .2rem rgba(25, 32, 57, .5)
}
.jumbotron {
padding:2rem 1rem;
margin-bottom:2rem;
background-color:#e9ecef;
border-radius:.3rem
}
@media (min-width:576px) {
.jumbotron {
padding:4rem 2rem
}
}
.jumbotron-fluid {
padding-right:0;
padding-left:0;
border-radius:0
}
.alert {
position:relative;
padding:.75rem 1.25rem;
margin-bottom:1rem;
border:1px solid transparent;
border-radius:.25rem
}
.alert-heading {
color:inherit
}
.alert-link {
font-weight:700
}
.alert-dismissible {
padding-right:3.8125rem
}
.alert-dismissible .close {
position:absolute;
top:0;
right:0;
padding:.75rem 1.25rem;
color:inherit
}
.alert-primary {
color:#2c549a;
background-color:#dae8ff;
border-color:#cbdfff
}
.alert-primary hr {
border-top-color:#b2cfff
}
.alert-primary .alert-link {
color:#213e72
}
.alert-secondary {
color:#343b54;
background-color:#dddee4;
border-color:#cfd1d9
}
.alert-secondary hr {
border-top-color:#c1c3ce
}
.alert-secondary .alert-link {
color:#212535
}
.alert-success {
color:#237450;
background-color:#d6f4e3;
border-color:#c5f0d7
}
.alert-success hr {
border-top-color:#b1ebc9
}
.alert-success .alert-link {
color:#174d35
}
.alert-info {
color:#146c8c;
background-color:#d0f1fa;
border-color:#bdecf7
}
.alert-info hr {
border-top-color:#a6e5f4
}
.alert-info .alert-link {
color:#0e4a5f
}
.alert-warning {
color:#887120;
background-color:#fdf3d0;
border-color:#fceebd
}
.alert-warning hr {
border-top-color:#fbe8a5
}
.alert-warning .alert-link {
color:#5f4f16
}
.alert-danger {
color:#892e62;
background-color:#fdd9ea;
border-color:#fccae1
}
.alert-danger hr {
border-top-color:#fbb2d3
}
.alert-danger .alert-link {
color:#632147
}
.alert-light {
color:#898b95;
background-color:#fdfdfd;
border-color:#fcfcfc
}
.alert-light hr {
border-top-color:#efefef
}
.alert-light .alert-link {
color:#6f717c
}
.alert-dark {
color:#161c33;
background-color:#d1d2d7;
border-color:#bfc1c8
}
.alert-dark hr {
border-top-color:#b1b4bc
}
.alert-dark .alert-link {
color:#07080f
}
@keyframes progress-bar-stripes {
from {
background-position:1rem 0
}
to {
background-position:0 0
}
}
.progress {
display:flex;
height:1rem;
overflow:hidden;
font-size:.65625rem;
background-color:#e9ecef;
border-radius:.25rem
}
.progress-bar {
display:flex;
flex-direction:column;
justify-content:center;
color:#fff;
text-align:center;
white-space:nowrap;
background-color:#448bff;
transition:width .6s ease
}
@media (prefers-reduced-motion:reduce) {
.progress-bar {
transition:none
}
}
.progress-bar-striped {
background-image:linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-size: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:focus, .list-group-item-action:hover {
z-index:1;
color:#495057;
text-decoration:none;
background-color:#f8f9fa
}
.list-group-item-action:active {
color:#212529;
background-color:#e9ecef
}
.list-group-item {
position:relative;
display:block;
padding:.75rem 1.25rem;
margin-bottom:-1px;
background-color:#fff;
border:1px solid rgba(19, 24, 44, .125)
}
.list-group-item:first-child {
border-top-left-radius:.25rem;
border-top-right-radius:.25rem
}
.list-group-item:last-child {
margin-bottom:0;
border-bottom-right-radius:.25rem;
border-bottom-left-radius:.25rem
}
.list-group-item.disabled, .list-group-item:disabled {
color:#6c757d;
pointer-events:none;
background-color:#fff
}
.list-group-item.active {
z-index:2;
color:#fff;
background-color:#448bff;
border-color:#448bff
}
.list-group-horizontal {
flex-direction:row
}
.list-group-horizontal .list-group-item {
margin-right:-1px;
margin-bottom:0
}
.list-group-horizontal .list-group-item:first-child {
border-top-left-radius:.25rem;
border-bottom-left-radius:.25rem;
border-top-right-radius:0
}
.list-group-horizontal .list-group-item:last-child {
margin-right:0;
border-top-right-radius:.25rem;
border-bottom-right-radius:.25rem;
border-bottom-left-radius: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:first-child {
border-top-left-radius:.25rem;
border-bottom-left-radius:.25rem;
border-top-right-radius:0
}
.list-group-horizontal-sm .list-group-item:last-child {
margin-right:0;
border-top-right-radius:.25rem;
border-bottom-right-radius:.25rem;
border-bottom-left-radius: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:first-child {
border-top-left-radius:.25rem;
border-bottom-left-radius:.25rem;
border-top-right-radius:0
}
.list-group-horizontal-md .list-group-item:last-child {
margin-right:0;
border-top-right-radius:.25rem;
border-bottom-right-radius:.25rem;
border-bottom-left-radius: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:first-child {
border-top-left-radius:.25rem;
border-bottom-left-radius:.25rem;
border-top-right-radius:0
}
.list-group-horizontal-lg .list-group-item:last-child {
margin-right:0;
border-top-right-radius:.25rem;
border-bottom-right-radius:.25rem;
border-bottom-left-radius: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:first-child {
border-top-left-radius:.25rem;
border-bottom-left-radius:.25rem;
border-top-right-radius:0
}
.list-group-horizontal-xl .list-group-item:last-child {
margin-right:0;
border-top-right-radius:.25rem;
border-bottom-right-radius:.25rem;
border-bottom-left-radius:0
}
}
.list-group-flush .list-group-item {
border-right:0;
border-left:0;
border-radius:0
}
.list-group-flush .list-group-item:last-child {
margin-bottom:-1px
}
.list-group-flush:first-child .list-group-item:first-child {
border-top:0
}
.list-group-flush:last-child .list-group-item:last-child {
margin-bottom:0;
border-bottom:0
}
.list-group-item-primary {
color:#2c549a;
background-color:#cbdfff
}
.list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
color:#2c549a;
background-color:#b2cfff
}
.list-group-item-primary.list-group-item-action.active {
color:#fff;
background-color:#2c549a;
border-color:#2c549a
}
.list-group-item-secondary {
color:#343b54;
background-color:#cfd1d9
}
.list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
color:#343b54;
background-color:#c1c3ce
}
.list-group-item-secondary.list-group-item-action.active {
color:#fff;
background-color:#343b54;
border-color:#343b54
}
.list-group-item-success {
color:#237450;
background-color:#c5f0d7
}
.list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
color:#237450;
background-color:#b1ebc9
}
.list-group-item-success.list-group-item-action.active {
color:#fff;
background-color:#237450;
border-color:#237450
}
.list-group-item-info {
color:#146c8c;
background-color:#bdecf7
}
.list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
color:#146c8c;
background-color:#a6e5f4
}
.list-group-item-info.list-group-item-action.active {
color:#fff;
background-color:#146c8c;
border-color:#146c8c
}
.list-group-item-warning {
color:#887120;
background-color:#fceebd
}
.list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
color:#887120;
background-color:#fbe8a5
}
.list-group-item-warning.list-group-item-action.active {
color:#fff;
background-color:#887120;
border-color:#887120
}
.list-group-item-danger {
color:#892e62;
background-color:#fccae1
}
.list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
color:#892e62;
background-color:#fbb2d3
}
.list-group-item-danger.list-group-item-action.active {
color:#fff;
background-color:#892e62;
border-color:#892e62
}
.list-group-item-light {
color:#898b95;
background-color:#fcfcfc
}
.list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
color:#898b95;
background-color:#efefef
}
.list-group-item-light.list-group-item-action.active {
color:#fff;
background-color:#898b95;
border-color:#898b95
}
.list-group-item-dark {
color:#161c33;
background-color:#bfc1c8
}
.list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
color:#161c33;
background-color:#b1b4bc
}
.list-group-item-dark.list-group-item-action.active {
color:#fff;
background-color:#161c33;
border-color:#161c33
}
.close {
float:right;
font-size:1.3125rem;
font-weight:700;
line-height:1;
color:#13182c;
text-shadow:0 1px 0 #fff;
opacity:.5
}
.close:hover {
color:#13182c;
text-decoration:none
}
.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
opacity:.75
}
button.close {
padding:0;
background-color:transparent;
border:0;
appearance:none
}
a.close.disabled {
pointer-events:none
}
.toast {
max-width:350px;
overflow:hidden;
font-size:.875rem;
background-color:rgba(255, 255, 255, .85);
background-clip:padding-box;
border:1px solid rgba(0, 0, 0, .1);
box-shadow:0 .25rem .75rem rgba(19, 24, 44, .1);
backdrop-filter:blur(10px);
opacity:0;
border-radius:.25rem
}
.toast:not(:last-child) {
margin-bottom:.75rem
}
.toast.showing {
opacity:1
}
.toast.show {
display:block;
opacity:1
}
.toast.hide {
display:none
}
.toast-header {
display:flex;
align-items:center;
padding:.25rem .75rem;
color:#6c757d;
background-color:rgba(255, 255, 255, .85);
background-clip:padding-box;
border-bottom:1px solid rgba(0, 0, 0, .05)
}
.toast-body {
padding:.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:.5rem;
pointer-events:none
}
.modal.fade .modal-dialog {
transition:transform .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-footer, .modal-dialog-scrollable .modal-header {
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(19, 24, 44, .2);
border-radius:.3rem;
outline:0
}
.modal-backdrop {
position:fixed;
top:0;
left:0;
z-index:1040;
width:100vw;
height:100vh;
background-color:#13182c
}
.modal-backdrop.fade {
opacity:0
}
.modal-backdrop.show {
opacity:.5
}
.modal-header {
display:flex;
align-items:flex-start;
justify-content:space-between;
padding:1rem 1rem;
border-bottom:1px solid rgba(160, 175, 185, .15);
border-top-left-radius:.3rem;
border-top-right-radius:.3rem
}
.modal-header .close {
padding:1rem 1rem;
margin:-1rem -1rem -1rem auto
}
.modal-title {
margin-bottom:0;
line-height:1.4285714286
}
.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 rgba(160, 175, 185, .15);
border-bottom-right-radius:.3rem;
border-bottom-left-radius:.3rem
}
.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:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-style:normal;
font-weight:400;
line-height:1.4285714286;
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:.825rem;
word-wrap:break-word;
opacity:0
}
.tooltip.show {
opacity:.9
}
.tooltip .arrow {
position:absolute;
display:block;
width:.8rem;
height:.4rem
}
.tooltip .arrow::before {
position:absolute;
content:"";
border-color:transparent;
border-style:solid
}
.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {
padding:.4rem 0
}
.bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow {
bottom:0
}
.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
top:0;
border-width:.4rem .4rem 0;
border-top-color:#13182c
}
.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right {
padding:0 .4rem
}
.bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {
left:0;
width:.4rem;
height:.8rem
}
.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
right:0;
border-width:.4rem .4rem .4rem 0;
border-right-color:#13182c
}
.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom {
padding:.4rem 0
}
.bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow {
top:0
}
.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
bottom:0;
border-width:0 .4rem .4rem;
border-bottom-color:#13182c
}
.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left {
padding:0 .4rem
}
.bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow {
right:0;
width:.4rem;
height:.8rem
}
.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
left:0;
border-width:.4rem 0 .4rem .4rem;
border-left-color:#13182c
}
.tooltip-inner {
max-width:200px;
padding:.25rem .5rem;
color:#fff;
text-align:center;
background-color:#13182c;
border-radius:.25rem
}
.popover {
position:absolute;
top:0;
left:0;
z-index:1060;
display:block;
max-width:276px;
font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-style:normal;
font-weight:400;
line-height:1.4285714286;
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:.825rem;
word-wrap:break-word;
background-color:#fff;
background-clip:padding-box;
border:1px solid rgba(19, 24, 44, .2);
border-radius:.3rem
}
.popover .arrow {
position:absolute;
display:block;
width:1rem;
height:.5rem;
margin:0 .3rem
}
.popover .arrow::after, .popover .arrow::before {
position:absolute;
display:block;
content:"";
border-color:transparent;
border-style:solid
}
.bs-popover-auto[x-placement^=top], .bs-popover-top {
margin-bottom:.5rem
}
.bs-popover-auto[x-placement^=top]>.arrow, .bs-popover-top>.arrow {
bottom:calc((.5rem + 1px) * -1)
}
.bs-popover-auto[x-placement^=top]>.arrow::before, .bs-popover-top>.arrow::before {
bottom:0;
border-width:.5rem .5rem 0;
border-top-color:rgba(19, 24, 44, .25)
}
.bs-popover-auto[x-placement^=top]>.arrow::after, .bs-popover-top>.arrow::after {
bottom:1px;
border-width:.5rem .5rem 0;
border-top-color:#fff
}
.bs-popover-auto[x-placement^=right], .bs-popover-right {
margin-left:.5rem
}
.bs-popover-auto[x-placement^=right]>.arrow, .bs-popover-right>.arrow {
left:calc((.5rem + 1px) * -1);
width:.5rem;
height:1rem;
margin:.3rem 0
}
.bs-popover-auto[x-placement^=right]>.arrow::before, .bs-popover-right>.arrow::before {
left:0;
border-width:.5rem .5rem .5rem 0;
border-right-color:rgba(19, 24, 44, .25)
}
.bs-popover-auto[x-placement^=right]>.arrow::after, .bs-popover-right>.arrow::after {
left:1px;
border-width:.5rem .5rem .5rem 0;
border-right-color:#fff
}
.bs-popover-auto[x-placement^=bottom], .bs-popover-bottom {
margin-top:.5rem
}
.bs-popover-auto[x-placement^=bottom]>.arrow, .bs-popover-bottom>.arrow {
top:calc((.5rem + 1px) * -1)
}
.bs-popover-auto[x-placement^=bottom]>.arrow::before, .bs-popover-bottom>.arrow::before {
top:0;
border-width:0 .5rem .5rem .5rem;
border-bottom-color:rgba(19, 24, 44, .25)
}
.bs-popover-auto[x-placement^=bottom]>.arrow::after, .bs-popover-bottom>.arrow::after {
top:1px;
border-width:0 .5rem .5rem .5rem;
border-bottom-color:#fff
}
.bs-popover-auto[x-placement^=bottom] .popover-header::before, .bs-popover-bottom .popover-header::before {
position:absolute;
top:0;
left:50%;
display:block;
width:1rem;
margin-left:-.5rem;
content:"";
border-bottom:1px solid #f7f7f7
}
.bs-popover-auto[x-placement^=left], .bs-popover-left {
margin-right:.5rem
}
.bs-popover-auto[x-placement^=left]>.arrow, .bs-popover-left>.arrow {
right:calc((.5rem + 1px) * -1);
width:.5rem;
height:1rem;
margin:.3rem 0
}
.bs-popover-auto[x-placement^=left]>.arrow::before, .bs-popover-left>.arrow::before {
right:0;
border-width:.5rem 0 .5rem .5rem;
border-left-color:rgba(19, 24, 44, .25)
}
.bs-popover-auto[x-placement^=left]>.arrow::after, .bs-popover-left>.arrow::after {
right:1px;
border-width:.5rem 0 .5rem .5rem;
border-left-color:#fff
}
.popover-header {
padding:.5rem .75rem;
margin-bottom:0;
font-size:.875rem;
background-color:#f7f7f7;
border-bottom:1px solid #ebebeb;
border-top-left-radius:calc(.3rem - 1px);
border-top-right-radius:calc(.3rem - 1px)
}
.popover-header:empty {
display:none
}
.popover-body {
padding:.5rem .75rem;
color:#212529
}
.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 .6s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
.carousel-item {
transition:none
}
}
.carousel-item-next, .carousel-item-prev, .carousel-item.active {
display:block
}
.active.carousel-item-right, .carousel-item-next:not(.carousel-item-left) {
transform:translateX(100%)
}
.active.carousel-item-left, .carousel-item-prev:not(.carousel-item-right) {
transform:translateX(-100%)
}
.carousel-fade .carousel-item {
opacity:0;
transition-property:opacity;
transform:none
}
.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
z-index:1;
opacity:1
}
.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
z-index:0;
opacity:0;
transition:0s .6s opacity
}
@media (prefers-reduced-motion:reduce) {
.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
transition:none
}
}
.carousel-control-next, .carousel-control-prev {
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:.5;
transition:opacity .15s ease
}
@media (prefers-reduced-motion:reduce) {
.carousel-control-next, .carousel-control-prev {
transition:none
}
}
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
color:#fff;
text-decoration:none;
outline:0;
opacity:.9
}
.carousel-control-prev {
left:0
}
.carousel-control-next {
right:0
}
.carousel-control-next-icon, .carousel-control-prev-icon {
display:inline-block;
width: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='%23ffffff' 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='%23ffffff' 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 .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:.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:.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:#448bff!important
}
a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
background-color:#116bff!important
}
.bg-secondary {
background-color:#535c78!important
}
a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
background-color:#3e455a!important
}
.bg-success {
background-color:#31c971!important
}
a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
background-color:#27a05a!important
}
.bg-info {
background-color:#14bae4!important
}
a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {
background-color:#1094b5!important
}
.bg-warning {
background-color:#f4c414!important
}
a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {
background-color:#cba20a!important
}
.bg-danger {
background-color:#f54394!important
}
a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
background-color:#f21378!important
}
.bg-light {
background-color:#f5f5f6!important
}
a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
background-color:#dadade!important
}
.bg-dark {
background-color:#192039!important
}
a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
background-color:#090c16!important
}
.bg-white {
background-color:#fff!important
}
.bg-transparent {
background-color:transparent!important
}
.border {
border:1px solid rgba(160, 175, 185, .15)!important
}
.border-top {
border-top:1px solid rgba(160, 175, 185, .15)!important
}
.border-right {
border-right:1px solid rgba(160, 175, 185, .15)!important
}
.border-bottom {
border-bottom:1px solid rgba(160, 175, 185, .15)!important
}
.border-left {
border-left:1px solid rgba(160, 175, 185, .15)!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:#448bff!important
}
.border-secondary {
border-color:#535c78!important
}
.border-success {
border-color:#31c971!important
}
.border-info {
border-color:#14bae4!important
}
.border-warning {
border-color:#f4c414!important
}
.border-danger {
border-color:#f54394!important
}
.border-light {
border-color:#f5f5f6!important
}
.border-dark {
border-color:#192039!important
}
.border-white {
border-color:#fff!important
}
.rounded-sm {
border-radius:.2rem!important
}
.rounded {
border-radius:.25rem!important
}
.rounded-top {
border-top-left-radius:.25rem!important;
border-top-right-radius:.25rem!important
}
.rounded-right {
border-top-right-radius:.25rem!important;
border-bottom-right-radius:.25rem!important
}
.rounded-bottom {
border-bottom-right-radius:.25rem!important;
border-bottom-left-radius:.25rem!important
}
.rounded-left {
border-top-left-radius:.25rem!important;
border-bottom-left-radius:.25rem!important
}
.rounded-lg {
border-radius:.3rem!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 embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
position:absolute;
top:0;
bottom:0;
left:0;
width:100%;
height:100%;
border:0
}
.embed-responsive-21by9::before {
padding-top:42.8571428571%
}
.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 .125rem .25rem rgba(19, 24, 44, .075)!important
}
.shadow {
box-shadow:0 1px 3px rgba(0, 0, 0, .05)!important
}
.shadow-lg {
box-shadow:0 1rem 3rem rgba(19, 24, 44, .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:transparent
}
.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:.25rem!important
}
.mt-1, .my-1 {
margin-top:.25rem!important
}
.mr-1, .mx-1 {
margin-right:.25rem!important
}
.mb-1, .my-1 {
margin-bottom:.25rem!important
}
.ml-1, .mx-1 {
margin-left:.25rem!important
}
.m-2 {
margin:.5rem!important
}
.mt-2, .my-2 {
margin-top:.5rem!important
}
.mr-2, .mx-2 {
margin-right:.5rem!important
}
.mb-2, .my-2 {
margin-bottom:.5rem!important
}
.ml-2, .mx-2 {
margin-left:.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:.25rem!important
}
.pt-1, .py-1 {
padding-top:.25rem!important
}
.pr-1, .px-1 {
padding-right:.25rem!important
}
.pb-1, .py-1 {
padding-bottom:.25rem!important
}
.pl-1, .px-1 {
padding-left:.25rem!important
}
.p-2 {
padding:.5rem!important
}
.pt-2, .py-2 {
padding-top:.5rem!important
}
.pr-2, .px-2 {
padding-right:.5rem!important
}
.pb-2, .py-2 {
padding-bottom:.5rem!important
}
.pl-2, .px-2 {
padding-left:.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:-.25rem!important
}
.mt-n1, .my-n1 {
margin-top:-.25rem!important
}
.mr-n1, .mx-n1 {
margin-right:-.25rem!important
}
.mb-n1, .my-n1 {
margin-bottom:-.25rem!important
}
.ml-n1, .mx-n1 {
margin-left:-.25rem!important
}
.m-n2 {
margin:-.5rem!important
}
.mt-n2, .my-n2 {
margin-top:-.5rem!important
}
.mr-n2, .mx-n2 {
margin-right:-.5rem!important
}
.mb-n2, .my-n2 {
margin-bottom:-.5rem!important
}
.ml-n2, .mx-n2 {
margin-left:-.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:.25rem!important
}
.mt-sm-1, .my-sm-1 {
margin-top:.25rem!important
}
.mr-sm-1, .mx-sm-1 {
margin-right:.25rem!important
}
.mb-sm-1, .my-sm-1 {
margin-bottom:.25rem!important
}
.ml-sm-1, .mx-sm-1 {
margin-left:.25rem!important
}
.m-sm-2 {
margin:.5rem!important
}
.mt-sm-2, .my-sm-2 {
margin-top:.5rem!important
}
.mr-sm-2, .mx-sm-2 {
margin-right:.5rem!important
}
.mb-sm-2, .my-sm-2 {
margin-bottom:.5rem!important
}
.ml-sm-2, .mx-sm-2 {
margin-left:.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:.25rem!important
}
.pt-sm-1, .py-sm-1 {
padding-top:.25rem!important
}
.pr-sm-1, .px-sm-1 {
padding-right:.25rem!important
}
.pb-sm-1, .py-sm-1 {
padding-bottom:.25rem!important
}
.pl-sm-1, .px-sm-1 {
padding-left:.25rem!important
}
.p-sm-2 {
padding:.5rem!important
}
.pt-sm-2, .py-sm-2 {
padding-top:.5rem!important
}
.pr-sm-2, .px-sm-2 {
padding-right:.5rem!important
}
.pb-sm-2, .py-sm-2 {
padding-bottom:.5rem!important
}
.pl-sm-2, .px-sm-2 {
padding-left:.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:-.25rem!important
}
.mt-sm-n1, .my-sm-n1 {
margin-top:-.25rem!important
}
.mr-sm-n1, .mx-sm-n1 {
margin-right:-.25rem!important
}
.mb-sm-n1, .my-sm-n1 {
margin-bottom:-.25rem!important
}
.ml-sm-n1, .mx-sm-n1 {
margin-left:-.25rem!important
}
.m-sm-n2 {
margin:-.5rem!important
}
.mt-sm-n2, .my-sm-n2 {
margin-top:-.5rem!important
}
.mr-sm-n2, .mx-sm-n2 {
margin-right:-.5rem!important
}
.mb-sm-n2, .my-sm-n2 {
margin-bottom:-.5rem!important
}
.ml-sm-n2, .mx-sm-n2 {
margin-left:-.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:.25rem!important
}
.mt-md-1, .my-md-1 {
margin-top:.25rem!important
}
.mr-md-1, .mx-md-1 {
margin-right:.25rem!important
}
.mb-md-1, .my-md-1 {
margin-bottom:.25rem!important
}
.ml-md-1, .mx-md-1 {
margin-left:.25rem!important
}
.m-md-2 {
margin:.5rem!important
}
.mt-md-2, .my-md-2 {
margin-top:.5rem!important
}
.mr-md-2, .mx-md-2 {
margin-right:.5rem!important
}
.mb-md-2, .my-md-2 {
margin-bottom:.5rem!important
}
.ml-md-2, .mx-md-2 {
margin-left:.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:.25rem!important
}
.pt-md-1, .py-md-1 {
padding-top:.25rem!important
}
.pr-md-1, .px-md-1 {
padding-right:.25rem!important
}
.pb-md-1, .py-md-1 {
padding-bottom:.25rem!important
}
.pl-md-1, .px-md-1 {
padding-left:.25rem!important
}
.p-md-2 {
padding:.5rem!important
}
.pt-md-2, .py-md-2 {
padding-top:.5rem!important
}
.pr-md-2, .px-md-2 {
padding-right:.5rem!important
}
.pb-md-2, .py-md-2 {
padding-bottom:.5rem!important
}
.pl-md-2, .px-md-2 {
padding-left:.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:-.25rem!important
}
.mt-md-n1, .my-md-n1 {
margin-top:-.25rem!important
}
.mr-md-n1, .mx-md-n1 {
margin-right:-.25rem!important
}
.mb-md-n1, .my-md-n1 {
margin-bottom:-.25rem!important
}
.ml-md-n1, .mx-md-n1 {
margin-left:-.25rem!important
}
.m-md-n2 {
margin:-.5rem!important
}
.mt-md-n2, .my-md-n2 {
margin-top:-.5rem!important
}
.mr-md-n2, .mx-md-n2 {
margin-right:-.5rem!important
}
.mb-md-n2, .my-md-n2 {
margin-bottom:-.5rem!important
}
.ml-md-n2, .mx-md-n2 {
margin-left:-.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:.25rem!important
}
.mt-lg-1, .my-lg-1 {
margin-top:.25rem!important
}
.mr-lg-1, .mx-lg-1 {
margin-right:.25rem!important
}
.mb-lg-1, .my-lg-1 {
margin-bottom:.25rem!important
}
.ml-lg-1, .mx-lg-1 {
margin-left:.25rem!important
}
.m-lg-2 {
margin:.5rem!important
}
.mt-lg-2, .my-lg-2 {
margin-top:.5rem!important
}
.mr-lg-2, .mx-lg-2 {
margin-right:.5rem!important
}
.mb-lg-2, .my-lg-2 {
margin-bottom:.5rem!important
}
.ml-lg-2, .mx-lg-2 {
margin-left:.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:.25rem!important
}
.pt-lg-1, .py-lg-1 {
padding-top:.25rem!important
}
.pr-lg-1, .px-lg-1 {
padding-right:.25rem!important
}
.pb-lg-1, .py-lg-1 {
padding-bottom:.25rem!important
}
.pl-lg-1, .px-lg-1 {
padding-left:.25rem!important
}
.p-lg-2 {
padding:.5rem!important
}
.pt-lg-2, .py-lg-2 {
padding-top:.5rem!important
}
.pr-lg-2, .px-lg-2 {
padding-right:.5rem!important
}
.pb-lg-2, .py-lg-2 {
padding-bottom:.5rem!important
}
.pl-lg-2, .px-lg-2 {
padding-left:.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:-.25rem!important
}
.mt-lg-n1, .my-lg-n1 {
margin-top:-.25rem!important
}
.mr-lg-n1, .mx-lg-n1 {
margin-right:-.25rem!important
}
.mb-lg-n1, .my-lg-n1 {
margin-bottom:-.25rem!important
}
.ml-lg-n1, .mx-lg-n1 {
margin-left:-.25rem!important
}
.m-lg-n2 {
margin:-.5rem!important
}
.mt-lg-n2, .my-lg-n2 {
margin-top:-.5rem!important
}
.mr-lg-n2, .mx-lg-n2 {
margin-right:-.5rem!important
}
.mb-lg-n2, .my-lg-n2 {
margin-bottom:-.5rem!important
}
.ml-lg-n2, .mx-lg-n2 {
margin-left:-.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:.25rem!important
}
.mt-xl-1, .my-xl-1 {
margin-top:.25rem!important
}
.mr-xl-1, .mx-xl-1 {
margin-right:.25rem!important
}
.mb-xl-1, .my-xl-1 {
margin-bottom:.25rem!important
}
.ml-xl-1, .mx-xl-1 {
margin-left:.25rem!important
}
.m-xl-2 {
margin:.5rem!important
}
.mt-xl-2, .my-xl-2 {
margin-top:.5rem!important
}
.mr-xl-2, .mx-xl-2 {
margin-right:.5rem!important
}
.mb-xl-2, .my-xl-2 {
margin-bottom:.5rem!important
}
.ml-xl-2, .mx-xl-2 {
margin-left:.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:.25rem!important
}
.pt-xl-1, .py-xl-1 {
padding-top:.25rem!important
}
.pr-xl-1, .px-xl-1 {
padding-right:.25rem!important
}
.pb-xl-1, .py-xl-1 {
padding-bottom:.25rem!important
}
.pl-xl-1, .px-xl-1 {
padding-left:.25rem!important
}
.p-xl-2 {
padding:.5rem!important
}
.pt-xl-2, .py-xl-2 {
padding-top:.5rem!important
}
.pr-xl-2, .px-xl-2 {
padding-right:.5rem!important
}
.pb-xl-2, .py-xl-2 {
padding-bottom:.5rem!important
}
.pl-xl-2, .px-xl-2 {
padding-left:.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:-.25rem!important
}
.mt-xl-n1, .my-xl-n1 {
margin-top:-.25rem!important
}
.mr-xl-n1, .mx-xl-n1 {
margin-right:-.25rem!important
}
.mb-xl-n1, .my-xl-n1 {
margin-bottom:-.25rem!important
}
.ml-xl-n1, .mx-xl-n1 {
margin-left:-.25rem!important
}
.m-xl-n2 {
margin:-.5rem!important
}
.mt-xl-n2, .my-xl-n2 {
margin-top:-.5rem!important
}
.mr-xl-n2, .mx-xl-n2 {
margin-right:-.5rem!important
}
.mb-xl-n2, .my-xl-n2 {
margin-bottom:-.5rem!important
}
.ml-xl-n2, .mx-xl-n2 {
margin-left:-.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:SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace!important
}
.text-justify {
text-align:justify!important
}
.text-wrap {
white-space:normal!important
}
.text-nowrap {
white-space:nowrap!important
}
.text-truncate {
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap
}
.text-left {
text-align:left!important
}
.text-right {
text-align:right!important
}
.text-center {
text-align:center!important
}
@media (min-width:576px) {
.text-sm-left {
text-align:left!important
}
.text-sm-right {
text-align:right!important
}
.text-sm-center {
text-align:center!important
}
}
@media (min-width:768px) {
.text-md-left {
text-align:left!important
}
.text-md-right {
text-align:right!important
}
.text-md-center {
text-align:center!important
}
}
@media (min-width:992px) {
.text-lg-left {
text-align:left!important
}
.text-lg-right {
text-align:right!important
}
.text-lg-center {
text-align:center!important
}
}
@media (min-width:1200px) {
.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:#448bff!important
}
a.text-primary:focus, a.text-primary:hover {
color:#005ef7!important
}
.text-secondary {
color:#535c78!important
}
a.text-secondary:focus, a.text-secondary:hover {
color:#34394b!important
}
.text-success {
color:#31c971!important
}
a.text-success:focus, a.text-success:hover {
color:#228b4e!important
}
.text-info {
color:#14bae4!important
}
a.text-info:focus, a.text-info:hover {
color:#0e819e!important
}
.text-warning {
color:#f4c414!important
}
a.text-warning:focus, a.text-warning:hover {
color:#b38f08!important
}
.text-danger {
color:#f54394!important
}
a.text-danger:focus, a.text-danger:hover {
color:#e00c6c!important
}
.text-light {
color:#f5f5f6!important
}
a.text-light:focus, a.text-light:hover {
color:#cdcdd2!important
}
.text-dark {
color:#192039!important
}
a.text-dark:focus, a.text-dark:hover {
color:#020204!important
}
.text-body {
color:#212529!important
}
.text-muted {
color:#99a0ac!important
}
.text-black-50 {
color:rgba(19, 24, 44, .5)!important
}
.text-white-50 {
color:rgba(255, 255, 255, .5)!important
}
.text-hide {
font:0/0 a;
color:transparent;
text-shadow:none;
background-color:transparent;
border:0
}
.text-decoration-none {
text-decoration:none!important
}
.text-break {
word-break:break-word!important;
overflow-wrap:break-word!important
}
.text-reset {
color:inherit!important
}
.visible {
visibility:visible!important
}
.invisible {
visibility:hidden!important
}
@media print {
*, ::after, ::before {
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
}
blockquote, pre {
border:1px solid #adb5bd;
page-break-inside:avoid
}
thead {
display:table-header-group
}
img, tr {
page-break-inside:avoid
}
h2, h3, p {
orphans:3;
widows:3
}
h2, h3 {
page-break-after:avoid
}
@page {
size:a3
}
body {
min-width:992px!important
}
.container {
min-width:992px!important
}
.navbar {
display:none
}
.badge {
border:1px solid #13182c
}
.table {
border-collapse:collapse!important
}
.table td, .table th {
background-color:#fff!important
}
.table-bordered td, .table-bordered th {
border:1px solid #dee2e6!important
}
.table-dark {
color:inherit
}
.table-dark tbody+tbody, .table-dark td, .table-dark th, .table-dark thead th {
border-color:rgba(160, 175, 185, .15)
}
.table .thead-dark th {
color:inherit;
border-color:rgba(160, 175, 185, .15)
}
}
html {
background:#f9f9fa
}
body {
width:100%;
min-height:100vh;
color:#5e676f;
background:inherit
}
:focus {
outline:0!important
}
a {
text-decoration:none;
cursor:pointer;
outline:0
}
a:focus, a:hover {
text-decoration:none
}
button {
color:inherit
}
pre {
color:#5e676f;
background-color:#f5f5f6;
border-color:rgba(160, 175, 185, .15)
}
hr {
border-color:rgba(160, 175, 185, .15)
}
blockquote {
border-color:rgba(160, 175, 185, .15)
}
small {
font-size:.825rem
}
sup {
vertical-align:text-top;
top:-.25em
}
b, strong {
font-weight:500
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
color:#192039
}
.close {
color:inherit;
text-shadow:none
}
.close:focus, .close:hover {
color:inherit
}
.badge-up {
padding:0 .25rem;
position:absolute;
right:0;
transform:translate(0, -50%);
background-clip:padding-box;
min-width:1rem;
min-height:1rem;
line-height:1rem
}
.badge-outline {
border:1px solid currentColor;
border-radius:0;
background-color:transparent;
font-weight:100
}
.badge-circle {
padding:0!important;
width:.625rem;
height:.625rem;
border:2px solid;
border-radius:50%
}
.badge-circle:empty {
display:inline-block
}
.badge-circle.xs {
width:0;
height:0;
border-width:3px;
vertical-align:2px
}
.badge-circle.sm {
width:.5rem;
height:.5rem;
vertical-align:1px
}
.badge-circle.md {
width:1rem;
height:1rem;
vertical-align:-3px
}
.badge-circle.lg {
width:1.5rem;
height:1.5rem;
vertical-align:-7px
}
.badge-sm {
line-height:.8
}
.badge-md {
padding:.5em .75em
}
.badge-lg {
padding:.75em 1em
}
.btn {
font-weight:500;
display:-ms-inline-flex;
display:inline-flex;
-webkit-box-align:center;
-ms-flex-align:center;
align-items:center;
-webkit-box-pack:center;
-ms-flex-pack:center;
justify-content:center
}
.btn>i.float-left, .btn>i.float-right {
line-height:inherit;
margin:0
}
.btn>i svg {
max-width:16px;
max-height:16px;
vertical-align:middle
}
.btn.loading {
text-indent:-9999rem
}
.btn:active, .btn:hover {
box-shadow:0 1px 3px 0 rgba(0, 0, 0, .1)
}
.btn-md {
padding:.75rem 1.25rem
}
.btn-white {
color:#5e676f;
background-color:#fff;
border-color:transparent;
box-shadow:0 1px 2px rgba(0, 0, 0, .05)
}
.input-group .btn-white {
border-color:rgba(160, 175, 185, .15)
}
.btn-rounded {
border-radius:4rem;
padding-left:1rem;
padding-right:1rem
}
.btn-rounded.btn-xs {
padding-left:.8rem;
padding-right:.8rem
}
.btn-icon {
width:2.125rem;
height:2.125rem;
padding:0!important
}
.btn-icon.btn-sm {
width:1.875rem;
height:1.875rem
}
.btn-icon.btn-md {
width:2.5rem;
height:2.5rem
}
.btn-icon.btn-lg {
width:3.375rem;
height:3.375rem
}
.btn-line {
position:relative
}
.btn-line:after {
content:'';
position:absolute;
left:0;
right:0;
bottom:0;
display:block;
height:1px;
width:100%;
background:#000;
transition:transform .8s cubic-bezier(.9, 0, .1, 1);
transform-origin:right center;
transform:scaleX(0)
}
.btn-line:active:after, .btn-line:hover:after {
transform-origin:left center;
transform:scaleX(1)
}
.btn-wave {
overflow:hidden;
position:relative;
transform:translate3d(0, 0, 0)
}
.btn-wave:before {
content:"";
display:block;
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
width:auto;
height:auto;
pointer-events:none;
background-image:radial-gradient(circle, #000 10%, transparent 10.01%);
background-repeat:no-repeat;
background-position:50%;
transform:scale(10, 10);
opacity:0;
transition:transform .5s, opacity 1.5s
}
.btn-wave:active:before {
transform:scale(0, 0);
opacity:.1;
transition:0s
}
.btn-raised {
transition:box-shadow .4s cubic-bezier(.25, .8, .25, 1), transform .4s cubic-bezier(.25, .8, .25, 1);
box-shadow:0 2px 5px 0 rgba(0, 0, 0, .26)
}
.btn-raised:not([disabled]):active, .btn-raised:not([disabled]):focus, .btn-raised:not([disabled]):hover {
box-shadow:0 4px 8px 0 rgba(0, 0, 0, .4);
transform:translate3d(0, -1px, 0)
}
.btn-group-toggle {
display:inline-flex;
padding:.25rem .125rem;
border:1px solid rgba(160, 175, 185, .15);
border-radius:.25rem
}
.btn-group-toggle .btn {
font-size:.75rem;
padding:.125rem .35rem;
margin:0 .125rem!important;
border-radius:inherit!important
}
.btn-group-toggle .btn.active {
color:#fff!important;
background-color:#448bff
}
.btn-play {
position:relative
}
.btn-play.bg--white {
color:#6c7781!important
}
.btn-play:before {
content:'';
width:0;
height:0;
position:absolute;
top:50%;
left:50%;
transform:translate(-4px, -50%);
transform-origin:center center;
border:6px solid transparent;
border-left-color:currentColor;
border-left-width:10px;
transition:all .2s
}
.btn-play.active:before {
width:10px;
height:10px;
border-top-width:0;
border-bottom-width:0;
border-left-width:3px;
border-right-width:3px;
border-right-color:currentColor;
transform:translate(-50%, -50%) rotate(180.1deg)
}
.is-buffering .btn-play.active:before {
border:2px solid;
border-left-color:transparent;
border-radius:100%;
margin-left:-5px;
margin-top:-5px;
animation:loading 1s linear infinite
}
.block, .card {
background:#fff;
border-width:0;
border-radius:.25rem;
box-shadow:0 1px 3px rgba(0, 0, 0, .05);
margin-bottom:1.5rem
}
.card-footer, .card-header {
background-color:transparent;
border-color:rgba(160, 175, 185, .15);
background-clip:padding-box
}
.card-body p:last-child {
margin-bottom:0
}
.card-hide-body .card-body {
display:none
}
.card-title {
line-height:1.5
}
.block-fold:after, .block-fold:before, .card-fold:after, .card-fold:before {
content:'';
display:block;
background-color:inherit;
box-shadow:inherit;
border-radius:inherit;
border-top-left-radius:0;
border-top-right-radius:0;
position:absolute;
width:90%;
left:5%;
height:.35rem;
bottom:-.35rem;
opacity:.6;
transition:all .1s
}
.block-fold:before, .card-fold:before {
width:80%;
left:10%;
bottom:-.7rem;
opacity:.3
}
.block-fold:active:before, .block-fold:hover:before, .card-fold:active:before, .card-fold:hover:before {
opacity:.5
}
.block-fold:active:after, .block-fold:hover:after, .card-fold:active:after, .card-fold:hover:after {
opacity:.8
}
.carousel-indicators li {
width:5px;
height:5px;
border-radius:5px;
transition:all .3s
}
.carousel-indicators li.active {
width:20px
}
.carousel-fade .carousel-item {
transition:opacity 1s
}
.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right {
transform:translateX(0);
opacity:1
}
.carousel-fade .active.carousel-item-right, .carousel-fade .carousel-item-next {
opacity:0
}
.carousel-fade .active.carousel-item-left, .carousel-fade .carousel-item-prev {
opacity:0
}
.dropdown-menu {
border-radius:3px;
border-color:rgba(160, 175, 185, .15);
box-shadow:0 1px 3px rgba(0, 0, 0, .05);
color:#5e676f
}
.dropdown-menu>li:not(.dropdown-item)>a {
display:block;
padding:3px 20px
}
.dropdown-menu>li:not(.dropdown-item)>a:focus, .dropdown-menu>li:not(.dropdown-item)>a:hover {
background-color:rgba(135, 150, 165, .1)
}
.dropdown-menu>.divider {
height:1px;
margin:.5rem 0;
overflow:hidden;
background-color:rgba(160, 175, 185, .15)
}
.dropdown-menu .active {
background-color:rgba(135, 150, 165, .1)
}
.dropdown-menu-center {
left:50%;
transform:translateX(-50%)
}
.dropdown-item {
color:inherit
}
.dropdown-item a {
color:inherit
}
.dropdown-item i, .dropdown-item svg {
margin-left:-.5rem;
margin-right:.5rem;
text-align:center
}
.dropdown-item, .dropdown-item.active {
color:inherit
}
.dropdown-item.active:focus, .dropdown-item.active:hover, .dropdown-item:focus, .dropdown-item:hover {
color:inherit;
background-color:rgba(135, 150, 165, .1)
}
.dropdown-header {
color:inherit;
opacity:.5
}
.dropdown-toggle {
white-space:nowrap!important
}
.dropdown-divider {
border-color:rgba(160, 175, 185, .15)
}
.dropdown-submenu {
position:relative
}
.dropdown-submenu:focus>.dropdown-menu, .dropdown-submenu:hover>.dropdown-menu {
display:block
}
.dropdown-submenu .dropdown-menu {
left:100%;
top:0;
margin-top:-8px;
margin-left:-1px
}
.dropdown-submenu .dropdown-menu.pull-left {
right:100%;
left:auto
}
.dropup .dropdown-submenu>.dropdown-menu {
top:auto;
bottom:0;
margin-bottom:-6px
}
.popover {
color:#5e676f
}
.form-control {
border-color:rgba(135, 150, 165, .15);
border-width:1px;
border-radius:.25rem;
color:inherit
}
.form-control:focus {
color:inherit;
box-shadow:0 0 0 .2rem rgba(68, 139, 255, .25)
}
.form-control:not(.is-valid):not(.is-invalid):focus {
border-color:#448bff
}
.form-control-theme {
border-width:0;
box-shadow:0 1px 3px rgba(0, 0, 0, .05)
}
.col-form-label {
color:#99a0ac
}
.form-check-input {
margin-top:.2rem
}
.custom-file-control, .custom-file-control:before, .custom-select {
border-color:rgba(135, 150, 165, .15)
}
.custom-range, .custom-select {
-webkit-appearance:none;
-moz-appearance:none;
appearance:none
}
.custom-control-label {
line-height:1.75
}
.form-control::-webkit-input-placeholder {
color:inherit;
opacity:.3
}
.form-control::-moz-placeholder {
color:inherit;
opacity:.3
}
.form-control:-ms-input-placeholder {
color:inherit;
opacity:.3
}
.form-control-spin {
position:absolute;
z-index:2;
right:10px;
top:50%;
margin-top:-7px
}
.custom-file-label, .custom-file-label:after, .input-group-text {
border-color:rgba(135, 150, 165, .15)!important;
background-color:transparent;
color:inherit
}
.custom-file-label:after, .input-group-text {
background-color:rgba(160, 175, 185, .05)
}
.form-group-stack .form-control {
margin-top:-1px;
position:relative;
border-radius:0
}
.form-group-stack .form-control:active, .form-group-stack .form-control:focus {
z-index:1
}
.input-group-sm>.form-control {
min-height:1.95rem
}
.active-checked {
opacity:0
}
input:checked+.active-checked {
opacity:1
}
.list-group {
border-radius:3px;
background:#fff;
padding-right:0
}
.list-group.no-radius .list-group-item {
border-radius:0!important
}
.list-group.no-borders .list-group-item {
border:none
}
.list-group.no-border .list-group-item {
border-width:1px 0
}
.list-group.box .list-group-item, .list-group.no-border .list-group-item {
border-width:1px 0
}
.list-group.box .list-group-item:first-child, .list-group.no-border .list-group-item:first-child {
border-top-width:0
}
.list-group.box .list-group-item:last-child, .list-group.no-border .list-group-item:last-child {
border-bottom-width:0
}
.list-group.no-bg .list-group-item {
background-color:transparent
}
.list-group.list-group-gap {
background:0 0
}
.list-group.box .list-group-item {
border-left-width:0;
border-right-width:0
}
.list-group-item {
border-color:rgba(160, 175, 185, .05);
background:0 0;
padding:12px 16px;
background-clip:padding-box
}
.list-group-item.media {
margin-top:0
}
.list-group-item.box {
border-width:0
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
color:inherit;
background-color:rgba(135, 150, 165, .1);
border-color:rgba(160, 175, 185, .05);
border-bottom-color:rgba(160, 175, 185, .05)
}
.list-group-item.active a, .list-group-item.active:focus a, .list-group-item.active:hover a {
color:inherit
}
.list-group-item:first-child {
border-top-color:rgba(160, 175, 185, .15)
}
.list-group-item:last-child {
border-bottom-color:rgba(160, 175, 185, .15)
}
.list-group-alt .list-group-item:nth-child(2n+2) {
background-color:rgba(135, 150, 165, .1)
}
.list-group-alt .list-group-item.active:nth-child(2n+2) {
background-color:rgba(135, 150, 165, .1)
}
.list-group-lg .list-group-item {
padding:16px 24px
}
.list-group-md .list-group-item {
padding-top:16px;
padding-bottom:16px
}
.list-group-sm .list-group-item {
padding:10px 12px
}
.list-group-gap .list-group-item {
margin-bottom:5px;
border-radius:3px
}
.list-group-gap .list-group-item:first-child {
border-top-color:rgba(160, 175, 185, .05)
}
.list-group-gap .list-group-item:last-child {
border-bottom-color:rgba(160, 175, 185, .05)
}
a.list-group-item {
color:inherit
}
a.list-group-item.hover, a.list-group-item:focus, a.list-group-item:hover {
color:inherit;
background-color:rgba(135, 150, 165, .1)
}
.modal.fade .modal-bottom, .modal.fade .modal-left, .modal.fade .modal-right, .modal.fade .modal-top {
position:fixed;
z-index:1055;
top:0;
left:0;
right:0;
bottom:0;
margin:0;
max-width:100%
}
.modal.fade .modal-left {
right:auto!important;
transform:translate3d(-100%, 0, 0);
transition:transform .3s cubic-bezier(.25, .8, .25, 1)
}
.modal.fade .modal-right {
left:auto!important;
transform:translate3d(100%, 0, 0);
transition:transform .3s cubic-bezier(.25, .8, .25, 1)
}
.modal.fade .modal-top {
bottom:auto!important;
transform:translate3d(0, -100%, 0);
transition:transform .3s cubic-bezier(.25, .8, .25, 1)
}
.modal.fade .modal-bottom {
top:auto!important;
transform:translate3d(0, 100%, 0);
transition:transform .3s cubic-bezier(.25, .8, .25, 1)
}
.modal.fade.show .modal-bottom, .modal.fade.show .modal-left, .modal.fade.show .modal-right, .modal.fade.show .modal-top {
transform:translate3d(0, 0, 0)
}
.modal.fade.inactive {
bottom:auto;
overflow:visible
}
.modal-open-aside {
overflow:visible
}
.modal-content, .modal-footer, .modal-header {
border:none
}
.modal-dialog>* {
pointer-events:auto
}
.modal-header {
margin-top:-1px;
border-top-left-radius:inherit;
border-top-right-radius:inherit
}
.modal-footer {
margin-top:auto;
border-bottom-left-radius:inherit;
border-tbottomop-right-radius:inherit
}
.modal .close {
float:none
}
.modal .modal-dialog {
transform:translate(0, 0)
}
.modal .fade-right {
animation:fadeInLeft .5s;
animation-direction:reverse
}
.modal .fade-left {
animation:fadeInRight .5s;
animation-direction:reverse
}
.modal .fade-up {
animation:fadeInDown .5s;
animation-direction:reverse
}
.modal .fade-down {
animation:fadeInUp .5s;
animation-direction:reverse
}
.modal.show .fade-right {
animation:fadeInRight .5s
}
.modal.show .fade-left {
animation:fadeInLeft .5s
}
.modal.show .fade-up {
animation:fadeInUp .5s
}
.modal.show .fade-down {
animation:fadeInDown .5s
}
.nav {
border:inherit
}
.nav.flex-column .nav {
-ms-flex-direction:column;
flex-direction:column;
-ms-flex-wrap:nowrap;
flex-wrap:nowrap
}
.nav-item {
position:relative;
border:inherit
}
.nav-link {
color:inherit;
border:inherit;
position:relative
}
.nav-md .nav-link {
padding:.75rem 1.25rem
}
.nav-sm .nav-link {
padding:.25rem .75rem
}
.nav-xs .nav-link {
padding:.125rem .375rem
}
.nav-xxs .nav-link {
padding-left:0;
padding-right:0;
margin:0 .5rem
}
.nav-rounded .nav-link {
border-radius:2rem
}
.nav-tabs {
border-bottom-width:0;
position:relative;
z-index:1
}
.nav-tabs .nav-link {
background:0 0!important;
color:inherit!important
}
.nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover, .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
border-color:rgba(160, 175, 185, .15);
border-bottom-color:transparent
}
.tab-content.tab-alt .tab-pane {
display:block;
height:0;
overflow:hidden
}
.tab-content.tab-alt .tab-pane.active {
height:auto;
overflow:visible
}
.nav-justified .nav-item {
display:table-cell;
width:1%;
float:none!important;
text-align:center
}
.nav-lists .nav-item {
border-bottom:1px solid rgba(160, 175, 185, .15);
background-clip:padding-box
}
.breadcrumb {
background-color:rgba(135, 150, 165, .1)
}
.breadcrumb>li+li:before {
content:'/ '
}
.nav-active-border .nav-link:before, .nav-active-border li>a:before {
content:'';
position:absolute;
left:50%;
right:50%;
bottom:0;
border-bottom-width:2px;
border-bottom-style:solid;
border-bottom-color:transparent;
transition:all .2s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
.nav-active-border .nav-link:before, .nav-active-border li>a:before {
transition:none
}
}
.nav-active-border .nav-link.active:before, .nav-active-border li>a.active:before {
left:0;
right:0;
border-bottom-color:#448bff
}
.nav-active-border li.active>a:before {
left:1rem;
right:1rem;
border-bottom-color:#448bff
}
.nav-active-border.top .nav-link:before, .nav-active-border.top li.active>a:before {
bottom:auto;
top:0
}
.navbar {
min-height:3.75rem;
padding:.75rem 1rem;
display:-ms-flexbox;
display:flex
}
.navbar .dropdown-menu-right {
left:auto;
right:0
}
.navbar svg {
vertical-align:middle
}
.navbar .nav-link {
color:inherit;
white-space:nowrap
}
.navbar .nav-active-border .nav-link {
margin:-.75rem 0;
line-height:2.75rem
}
.navbar .dropdown-menu {
margin-top:0
}
.bg-white .navbar .nav-item.active {
color:#448bff
}
.toolbar {
-ms-flex-negative:0;
flex-shrink:0;
display:-ms-flexbox;
display:flex;
-ms-flex-wrap:nowrap;
flex-wrap:nowrap;
margin:0 -.25rem
}
.toolbar>* {
margin:0 .25rem
}
.toolbar.toolbar-mx {
margin:0 -.5rem
}
.toolbar.toolbar-mx>* {
margin:0 .5rem
}
.nav-title {
font-size:1.125rem;
line-height:1.2
}
.navbar-brand {
font-size:1.125rem;
line-height:1;
display:-ms-flexbox;
display:flex;
-ms-flex-align:center;
align-items:center
}
.navbar-brand>span {
margin:0 .5rem;
font-weight:600
}
.navbar-brand img, .navbar-brand svg {
max-height:2.5rem;
vertical-align:middle;
font-weight:600
}
.navbar-menu {
-ms-flex-direction:row;
flex-direction:row;
margin-left:auto;
-ms-align-items:center;
align-items:center
}
.pagination a {
padding:.5rem .75rem;
border:1px solid rgba(160, 175, 185, .15)
}
.pagination .page-link, .pagination li a {
color:inherit!important;
background-color:transparent!important;
border-color:rgba(160, 175, 185, .15)!important;
display:block
}
.pagination .page-link:focus, .pagination .page-link:hover, .pagination li a:focus, .pagination li a:hover {
border-color:rgba(160, 175, 185, .15);
background-color:rgba(135, 150, 165, .1);
color:inherit
}
.pagination .active .page-link, .pagination .active a {
color:#fff!important;
background-color:#448bff!important;
border-color:#448bff!important
}
.pagination li:first-child a {
border-top-left-radius:.2rem;
border-bottom-left-radius:.2rem
}
.pagination li:last-child a {
border-top-right-radius:.2rem;
border-bottom-right-radius:.2rem
}
.pagination-sm a {
padding:.2195rem .5rem
}
.pagination-xs a {
padding:0 .35rem;
line-height:1.5
}
.popover {
border:none;
box-shadow:0 1px 3px rgba(0, 0, 0, .05)
}
.popover-header {
border-color:rgba(160, 175, 185, .05);
background-color:#fff
}
.popover-body {
color:#5e676f
}
.popover-body p:last-child {
margin:0
}
.popover .arrow:before {
opacity:.15
}
.progress {
border-radius:.25rem;
overflow:visible;
background-color:rgba(135, 150, 165, .1)
}
.progress-bar {
height:100%;
text-align:center;
font-size:.8em;
border-radius:.25rem;
-webkit-transition:width .6s ease;
transition:width .6s ease
}
.padding {
padding:2rem
}
.row-md {
margin-left:-.75rem;
margin-right:-.75rem
}
.row-md .col, .row-md [class*=col-] {
padding-left:.75rem;
padding-right:.75rem
}
.row-md .block, .row-md .card {
margin-bottom:1.5rem
}
.row-sm {
margin-left:-.5rem;
margin-right:-.5rem
}
.row-sm .col, .row-sm [class*=col-] {
padding-left:.5rem;
padding-right:.5rem
}
.row-sm .block, .row-sm .card {
margin-bottom:1rem
}
.row-xs {
margin-left:-.25rem;
margin-right:-.25rem
}
.row-xs .col, .row-xs [class*=col-] {
padding-left:.25rem;
padding-right:.25rem
}
.row-xs .block, .row-xs .card {
margin-bottom:.5rem
}
@media (min-width:992px) {
.col-lg-2-4 {
flex:0 0 20%;
max-width:20%
}
}
@media (min-width:1200px) {
.col-xl-1-8 {
flex:0 0 12.5%;
max-width:12.5%
}
}
@media (max-width:991.98px) {
.padding {
padding:1.5rem
}
}
@media (max-width:767.98px) {
.padding {
padding:1rem
}
}
.table>thead>tr>th {
border-width:0
}
.table-condensed tbody>tr>td, .table-condensed tbody>tr>th, .table-condensed tfoot>tr>td, .table-condensed tfoot>tr>th, .table-condensed thead>tr>td, .table-condensed thead>tr>th {
padding:5px
}
.table-bordered {
border-color:rgba(160, 175, 185, .15)
}
.table-striped>tbody>tr:nth-child(odd) {
background-color:rgba(0, 0, 0, .025);
background-clip:padding-box
}
.table-striped>thead>th {
background-color:rgba(0, 0, 0, .025);
border-right:1px solid rgba(160, 175, 185, .15)
}
.table-striped>thead>th:last-child {
border-right:none
}
.table-hover tr:hover td {
background-color:rgba(160, 175, 185, .05)
}
.table.v-middle td, .table.v-middle th {
vertical-align:middle
}
.table-theme {
border-spacing:0
}
.table-theme thead {
font-size:.7rem
}
.table-theme tbody td {
background-color:#fff;
border-width:0;
box-shadow:0 1px 0 rgba(160, 175, 185, .05), 0 -1px 0 rgba(160, 175, 185, .05)
}
.table-theme tbody td:first-child {
border-radius:.25rem 0 0 .25rem
}
.table-theme tbody td:last-child {
border-radius:0 .25rem .25rem 0
}
.table-row {
border-collapse:separate!important;
border-spacing:0 10px!important
}
.table-row thead th {
padding-top:.25rem;
padding-bottom:.25rem
}
.table-row td {
border-color:transparent!important
}
.sortable, .sorting, .sorting_asc, .sorting_desc {
position:relative;
cursor:pointer;
padding-right:1rem!important
}
.sortable:after, .sortable:before, .sorting:after, .sorting:before, .sorting_asc:after, .sorting_asc:before, .sorting_desc:after, .sorting_desc:before {
opacity:.5;
content:''!important;
position:absolute;
right:5px!important;
top:50%;
margin-top:1px;
width:0;
height:0;
border-top:3px solid;
border-right:3px solid transparent;
border-bottom:0;
border-left:3px solid transparent
}
.sortable:after, .sorting:after, .sorting_asc:after, .sorting_desc:after {
border-top:0;
border-bottom:3px solid;
margin-top:-4px
}
.sortable.desc:before, .sorting.desc:before, .sorting_asc.desc:before, .sorting_desc.desc:before {
opacity:1
}
.sortable.asc:after, .sorting.asc:after, .sorting_asc.asc:after, .sorting_desc.asc:after {
opacity:1
}
.asc .sorting:after, .sorting_asc:after {
opacity:1
}
.desc .sorting:before, .sorting_desc:after {
opacity:1
}
.animate {
animation-fill-mode:both;
animation-duration:.5s
}
.animate-reverse {
animation-direction:reverse
}
.animate-fast {
animation-duration:.3s
}
.animate-no-delay {
animation-delay:0s!important
}
.animate-delay-1 {
animation-delay:.5s
}
.animate-delay-2 {
animation-delay:1s
}
.animate-delay-3 {
animation-delay:1.5s
}
.animate-delay-4 {
animation-delay:2s
}
.sr .card, .sr .item, .sr .list-item, .sr .sr-item {
visibility:hidden
}
@keyframes slideInLeft {
from {
transform:translate3d(-75%, 0, 0)
}
to {
transform:translate3d(0, 0, 0)
}
}
.slideInLeft {
animation-name:slideInLeft
}
@keyframes slideInRight {
from {
transform:translate3d(75%, 0, 0)
}
to {
transform:translate3d(0, 0, 0)
}
}
.slideInRight {
animation-name:slideInRight
}
@keyframes slideInUp {
from {
transform:translate3d(0, 75%, 0)
}
to {
transform:translate3d(0, 0, 0)
}
}
.slideInUp {
animation-name:slideInUp
}
@keyframes slideInDown {
from {
transform:translate3d(0, -75%, 0)
}
to {
transform:translate3d(0, 0, 0)
}
}
.slideInDown {
animation-name:slideInDown
}
@keyframes fadeIn {
from {
opacity:0
}
to {
opacity:1
}
}
.fadeIn {
animation-name:fadeIn
}
@keyframes fadeInLeft {
from {
opacity:0;
transform:translate3d(-75%, 0, 0)
}
to {
opacity:1;
transform:none
}
}
.fadeInLeft {
animation-name:fadeInLeft
}
@keyframes fadeInRight {
from {
opacity:0;
transform:translate3d(75%, 0, 0)
}
to {
opacity:1;
transform:none
}
}
.fadeInRight {
animation-name:fadeInRight
}
@keyframes fadeInUp {
from {
opacity:0;
transform:translate3d(0, 75%, 0)
}
to {
opacity:1;
transform:none
}
}
.fadeInUp {
animation-name:fadeInUp
}
@keyframes fadeInDown {
from {
opacity:0;
transform:translate3d(0, -75%, 0)
}
to {
opacity:1;
transform:none
}
}
.fadeInDown {
animation-name:fadeInDown
}
.aside {
opacity:1!important;
display:-ms-flexbox!important;
display:flex!important;
position:relative;
z-index:1000
}
.aside.show {
width:100%!important;
top:0;
bottom:0
}
.aside.show>* {
left:0;
transform:translate3d(0, 0, 0)
}
.aside>* {
transition:transform .4s cubic-bezier(.25, .8, .25, 1)
}
.aside>.modal-dialog {
margin:0;
max-width:inherit;
pointer-events:inherit
}
.aside.aside-right>* {
right:0;
left:auto
}
.aside.aside-right.show>* {
transform:translate3d(0, 0, 0)!important
}
.aside-deck {
display:-ms-flexbox;
display:flex;
-ms-flex-direction:row;
flex-direction:row;
-ms-flex-align:end;
align-items:flex-end;
-ms-flex-pack:end;
justify-content:flex-end;
position:fixed;
right:0;
bottom:0;
max-height:80vh;
z-index:1050
}
@media (max-width:1199.98px) {
.aside-lg {
display:none;
opacity:0;
position:fixed!important;
z-index:1050!important;
left:0
}
.aside-lg>* {
position:fixed;
top:0;
bottom:0;
left:0;
max-width:280px!important;
transform:translate3d(-100%, 0, 0)
}
.aside-lg~* {
width:100%
}
.aside-lg.aside-right>* {
transform:translate3d(100%, 0, 0)
}
}
@media (max-width:991.98px) {
.aside-md {
display:none;
opacity:0;
position:fixed!important;
background:0 0!important;
z-index:1050!important
}
.aside-md>* {
position:fixed;
top:0;
bottom:0;
left:0;
max-width:280px!important;
transform:translate3d(-100%, 0, 0)
}
.aside-md~* {
width:100%
}
.aside-md.aside-right>* {
transform:translate3d(100%, 0, 0)
}
}
@media (max-width:767.98px) {
.aside-sm {
display:none;
opacity:0;
background:0 0!important;
position:fixed!important;
z-index:1050!important
}
.aside-sm>* {
position:fixed;
top:0;
bottom:0;
left:0;
max-width:280px!important;
transform:translate3d(-100%, 0, 0)
}
.aside-sm~* {
width:100%
}
.aside-sm.aside-right>* {
transform:translate3d(100%, 0, 0)
}
}
.avatar {
position:relative;
line-height:1;
border-radius:500px;
white-space:nowrap;
font-weight:700;
border-radius:100%;
display:-ms-flexbox;
display:flex;
-ms-flex-pack:center;
justify-content:center;
-ms-flex-align:center;
align-items:center;
-ms-flex-negative:0;
flex-shrink:0;
border-radius:500px;
box-shadow:0 5px 10px 0 rgba(50, 50, 50, .15)
}
.avatar img {
border-radius:inherit;
width:100%
}
.avatar.w-32 .avatar-status {
margin:0
}
.avatar.w-48 .avatar-status {
margin:2px
}
.avatar.w-56 .avatar-status {
margin:3px
}
.avatar.w-64 .avatar-status {
margin:4px
}
.avatar.w-96 .avatar-status {
margin:9px
}
.avatar.w-128 .avatar-status {
margin:14px
}
.avatar .avatar-status {
position:absolute;
left:0;
top:0;
z-index:1
}
.avatar-status {
display:inline-block;
width:10px;
height:10px;
margin:1px;
border-width:2px;
border-style:solid;
border-radius:100%;
border-color:#fff;
background-color:#fff
}
.bg-dark .avatar-status {
border-color:#1c233f!important
}
.avatar-status.no-border {
width:8px;
height:8px;
margin:2px;
border-color:rgba(0, 0, 0, .1)
}
.avatar-status.avatar-center {
top:50%;
margin:0;
margin-top:-4px
}
.avatar-status.avatar-center+img {
margin:0 14px 0 24px;
width:auto
}
.avatar-status.avatar-top {
left:0;
top:0
}
.avatar-status.avatar-right {
left:auto;
top:0;
right:0
}
.avatar-status.avatar-bottom {
left:auto;
top:auto;
bottom:0;
right:0
}
.avatar-status.avatar-left {
left:auto;
top:auto;
bottom:0
}
.avatar-status.on {
background-color:#31c971
}
.avatar-status.off {
background-color:#f5f5f6
}
.avatar-status.away {
background-color:#f4c414
}
.avatar-status.busy {
background-color:#f54394
}
.avatar-group {
display:-ms-flex;
display:flex;
-ms-align-items:center;
align-items:center
}
.avatar-group .avatar {
position:relative
}
.avatar-group .avatar+.avatar {
margin-left:-.5rem
}
.avatar-group .avatar.active, .avatar-group .avatar:active, .avatar-group .avatar:hover {
z-index:1
}
.avatar-group.avatar-column .avatar {
margin:.25rem
}
.chat-item {
display:-ms-flexbox;
display:flex;
margin-bottom:1.5rem
}
.chat-item>* {
margin-left:.5rem;
margin-right:.5rem
}
.chat-item.alt, [data-class=alt].chat-item {
-ms-flex-direction:row-reverse;
flex-direction:row-reverse
}
.chat-item.alt .chat-body, [data-class=alt].chat-item .chat-body {
-ms-flex-align:end;
align-items:flex-end
}
.chat-item.alt .chat-date, [data-class=alt].chat-item .chat-date {
text-align:right
}
.chat-body {
display:-ms-flexbox;
display:flex;
-ms-flex-direction:column;
flex-direction:column;
-ms-flex-align:start;
align-items:flex-start
}
.chat-content {
display:-ms-inline-flexbox;
display:inline-flex;
padding:.75rem 1rem;
margin-bottom:.25rem
}
.chat-date {
opacity:.5;
font-size:.8em;
display:block
}
.ui-check {
position:relative;
cursor:pointer
}
.ui-check input {
opacity:0;
position:absolute;
z-index:-1
}
.ui-check input:checked+i {
background-color:#448bff;
box-shadow:none
}
.ui-check input:checked+i:before {
left:50%;
top:50%;
transform:translate(-50%, -50%) rotate(-45deg);
width:6px;
height:6px;
background-color:#fff
}
.ui-check input:checked+span .active {
display:inherit
}
.ui-check input[type=radio]+i, .ui-check input[type=radio]+i:before {
border-radius:50%
}
.ui-check input[type=checkbox]:checked+i:before {
transform:translate(-50%, -65%) rotate(-45deg);
background-color:transparent;
width:8px;
height:5px;
border-width:0 0 2px 2px;
border-color:#fff;
border-style:solid
}
.ui-check input[disabled]+i, fieldset[disabled] .ui-check input+i {
border-color:rgba(135, 150, 165, .15);
opacity:.35
}
.ui-check input[disabled]+i:before, fieldset[disabled] .ui-check input+i:before {
background-color:rgba(135, 150, 165, .15)
}
.ui-check>i {
width:14px;
height:14px;
line-height:1;
box-shadow:0 0 0 1px rgba(135, 150, 165, .35);
border-radius:4px;
display:inline-block;
vertical-align:middle;
background-clip:padding-box;
position:relative;
left:0;
margin-right:.3rem
}
.ui-check>i:before {
content:"";
position:absolute;
left:50%;
top:50%;
width:0;
height:0;
background-color:transparent;
border-radius:1px
}
.ui-check.is-invalid>i {
box-shadow:inset 0 0 0 2px #f54394
}
.ui-check.is-valid>i {
background-color:#31c971
}
.ui-check>span {
margin-left:-20px
}
.ui-check>span .active {
display:none
}
.ui-check.ui-check-color i {
box-shadow:none
}
.ui-check.ui-check-color input:checked+i:before {
background-color:#fff
}
.ui-check.ui-check-rounded>i {
border-radius:50%
}
.ui-check-md input:checked+i:before {
width:8px;
height:8px
}
.ui-check-md input[type=checkbox]:checked+i:before {
width:12px;
height:6px
}
.ui-check-md>i {
width:20px;
height:20px
}
.ui-check-lg input:checked+i:before {
width:10px;
height:10px
}
.ui-check-lg input[type=checkbox]:checked+i:before {
width:14px;
height:8px;
border-width:0 0 3px 3px
}
.ui-check-lg>i {
width:24px;
height:24px
}
.bg-dark body {
color:#b9c0d3
}
.bg-dark .h1, .bg-dark .h2, .bg-dark .h3, .bg-dark .h4, .bg-dark .h5, .bg-dark .h6, .bg-dark .text-color, .bg-dark .text-dark, .bg-dark h1, .bg-dark h2, .bg-dark h3, .bg-dark h4, .bg-dark h5, .bg-dark h6 {
color:inherit
}
.bg-dark .block, .bg-dark .btn-white, .bg-dark .card, .bg-dark .list-group, .bg-dark .table-theme tbody td, .bg-dark .ui-switch i:before {
color:#b9c0d3;
background-color:#1c233f
}
.bg-dark .dropdown-menu {
color:inherit;
border-color:transparent;
background-color:#1f2746!important
}
.bg-dark .bg-light {
color:#b9c0d3!important;
background-color:#161d33!important
}
.bg-dark .btn.btn-icon.no-bg, .bg-dark .btn:not([class*=btn-]) {
color:inherit
}
.bg-dark .text-color {
color:#b9c0d3
}
.bg-dark .col-form-label, .bg-dark .text-muted {
color:#838aa0!important
}
.bg-dark .bg-body, .bg-dark .bg-white {
background:#192039!important
}
.bg-dark .form-control {
background-color:transparent
}
.bg-dark .input-group-btn .btn {
background-color:rgba(160, 175, 185, .05)
}
.bg-dark .table-theme tbody td {
box-shadow:none!important
}
.bg-dark .list-item {
border-top:none!important
}
.bg-dark .navbar-brand, .bg-dark .text-highlight {
color:#fff!important
}
.bg-dark .b-a, .bg-dark .b-b, .bg-dark .b-l, .bg-dark .b-r, .bg-dark .b-t, .bg-dark .card-footer, .bg-dark .card-header {
border-color:#1e2645
}
.bg-dark .dropdown-divider {
border-color:#20294a
}
.bg-primary {
color:#fff!important
}
.bg-primary-lt {
color:#116bff!important;
background-color:#e1ecff!important
}
.bg-primary-lt.active, .bg-primary-lt:focus, .bg-primary-lt:hover {
color:#fff!important;
background-color:#448bff!important
}
.bg-primary--lt {
color:#5e676f!important;
background-color:#e1ecff!important
}
.gd-primary {
color:#fff;
border:none;
background:#448bff linear-gradient(45deg, #448bff, #44e9ff)
}
.active>.active-primary {
color:#448bff!important;
opacity:1!important;
fill:currentColor
}
.active>.active-bg-primary {
color:#fff!important;
background-color:#448bff!important
}
.nav-active-text-primary .nav-item.active>a, .nav-active-text-primary .nav-link.active, .nav-active-text-primary .nav-sub>li.active>a, .nav-active-text-primary .nav>li.active>a {
color:#448bff!important
}
.nav-active-primary .nav-item.active>a, .nav-active-primary .nav-link.active, .nav-active-primary .nav>li.active>a {
color:#fff!important;
background-color:#448bff!important
}
.bg-secondary {
color:#fff!important
}
.bg-secondary-lt {
color:#3e455a!important;
background-color:#e3e5e9!important
}
.bg-secondary-lt.active, .bg-secondary-lt:focus, .bg-secondary-lt:hover {
color:#fff!important;
background-color:#535c78!important
}
.bg-secondary--lt {
color:#5e676f!important;
background-color:#e3e5e9!important
}
.gd-secondary {
color:#fff;
border:none;
background:#535c78 linear-gradient(45deg, #535c78, #536f78)
}
.active>.active-secondary {
color:#535c78!important;
opacity:1!important;
fill:currentColor
}
.active>.active-bg-secondary {
color:#fff!important;
background-color:#535c78!important
}
.nav-active-text-secondary .nav-item.active>a, .nav-active-text-secondary .nav-link.active, .nav-active-text-secondary .nav-sub>li.active>a, .nav-active-text-secondary .nav>li.active>a {
color:#535c78!important
}
.nav-active-secondary .nav-item.active>a, .nav-active-secondary .nav-link.active, .nav-active-secondary .nav>li.active>a {
color:#fff!important;
background-color:#535c78!important
}
.bg-success {
color:#fff!important
}
.bg-success-lt {
color:#27a05a!important;
background-color:#def6e8!important
}
.bg-success-lt.active, .bg-success-lt:focus, .bg-success-lt:hover {
color:#fff!important;
background-color:#31c971!important
}
.bg-success--lt {
color:#5e676f!important;
background-color:#def6e8!important
}
.gd-success {
color:#fff;
border:none;
background:#31c971 linear-gradient(45deg, #31c971, #3dc931)
}
.active>.active-success {
color:#31c971!important;
opacity:1!important;
fill:currentColor
}
.active>.active-bg-success {
color:#fff!important;
background-color:#31c971!important
}
.nav-active-text-success .nav-item.active>a, .nav-active-text-success .nav-link.active, .nav-active-text-success .nav-sub>li.active>a, .nav-active-text-success .nav>li.active>a {
color:#31c971!important
}
.nav-active-success .nav-item.active>a, .nav-active-success .nav-link.active, .nav-active-success .nav>li.active>a {
color:#fff!important;
background-color:#31c971!important
}
.bg-info {
color:#fff!important
}
.bg-info-lt {
color:#1094b5!important;
background-color:#d9f4fb!important
}
.bg-info-lt.active, .bg-info-lt:focus, .bg-info-lt:hover {
color:#fff!important;
background-color:#14bae4!important
}
.bg-info--lt {
color:#5e676f!important;
background-color:#d9f4fb!important
}
.gd-info {
color:#fff;
border:none;
background:#14bae4 linear-gradient(45deg, #14bae4, #14e4a6)
}
.active>.active-info {
color:#14bae4!important;
opacity:1!important;
fill:currentColor
}
.active>.active-bg-info {
color:#fff!important;
background-color:#14bae4!important
}
.nav-active-text-info .nav-item.active>a, .nav-active-text-info .nav-link.active, .nav-active-text-info .nav-sub>li.active>a, .nav-active-text-info .nav>li.active>a {
color:#14bae4!important
}
.nav-active-info .nav-item.active>a, .nav-active-info .nav-link.active, .nav-active-info .nav>li.active>a {
color:#fff!important;
background-color:#14bae4!important
}
.bg-warning {
color:#212529!important
}
.bg-warning-lt {
color:#cba20a!important;
background-color:#fdf6d9!important
}
.bg-warning-lt.active, .bg-warning-lt:focus, .bg-warning-lt:hover {
color:#fff!important;
background-color:#f4c414!important
}
.bg-warning--lt {
color:#5e676f!important;
background-color:#fdf6d9!important
}
.gd-warning {
color:#fff;
border:none;
background:#f4c414 linear-gradient(45deg, #f4c414, #f45414)
}
.active>.active-warning {
color:#f4c414!important;
opacity:1!important;
fill:currentColor
}
.active>.active-bg-warning {
color:#212529!important;
background-color:#f4c414!important
}
.nav-active-text-warning .nav-item.active>a, .nav-active-text-warning .nav-link.active, .nav-active-text-warning .nav-sub>li.active>a, .nav-active-text-warning .nav>li.active>a {
color:#f4c414!important
}
.nav-active-warning .nav-item.active>a, .nav-active-warning .nav-link.active, .nav-active-warning .nav>li.active>a {
color:#fff!important;
background-color:#f4c414!important
}
.bg-danger {
color:#fff!important
}
.bg-danger-lt {
color:#f21378!important;
background-color:#fde1ee!important
}
.bg-danger-lt.active, .bg-danger-lt:focus, .bg-danger-lt:hover {
color:#fff!important;
background-color:#f54394!important
}
.bg-danger--lt {
color:#5e676f!important;
background-color:#fde1ee!important
}
.gd-danger {
color:#fff;
border:none;
background:#f54394 linear-gradient(45deg, #f54394, #f543ed)
}
.active>.active-danger {
color:#f54394!important;
opacity:1!important;
fill:currentColor
}
.active>.active-bg-danger {
color:#fff!important;
background-color:#f54394!important
}
.nav-active-text-danger .nav-item.active>a, .nav-active-text-danger .nav-link.active, .nav-active-text-danger .nav-sub>li.active>a, .nav-active-text-danger .nav>li.active>a {
color:#f54394!important
}
.nav-active-danger .nav-item.active>a, .nav-active-danger .nav-link.active, .nav-active-danger .nav>li.active>a {
color:#fff!important;
background-color:#f54394!important
}
.bg-light {
color:#212529!important
}
.bg-light-lt {
color:#dadade!important;
background-color:#fdfdfe!important
}
.bg-light-lt.active, .bg-light-lt:focus, .bg-light-lt:hover {
color:#fff!important;
background-color:#f5f5f6!important
}
.bg-light--lt {
color:#5e676f!important;
background-color:#fdfdfe!important
}
.gd-light {
color:#fff;
border:none;
background:#f5f5f6 linear-gradient(45deg, #f5f5f6, #f5f6f6)
}
.active>.active-light {
color:#f5f5f6!important;
opacity:1!important;
fill:currentColor
}
.active>.active-bg-light {
color:#212529!important;
background-color:#f5f5f6!important
}
.nav-active-text-light .nav-item.active>a, .nav-active-text-light .nav-link.active, .nav-active-text-light .nav-sub>li.active>a, .nav-active-text-light .nav>li.active>a {
color:#f5f5f6!important
}
.nav-active-light .nav-item.active>a, .nav-active-light .nav-link.active, .nav-active-light .nav>li.active>a {
color:#5e676f!important;
background-color:#f5f5f6!important
}
.bg-dark {
color:#fff!important
}
.bg-dark-lt {
color:#090c16!important;
background-color:#dadbdf!important
}
.bg-dark-lt.active, .bg-dark-lt:focus, .bg-dark-lt:hover {
color:#fff!important;
background-color:#192039!important
}
.bg-dark--lt {
color:#5e676f!important;
background-color:#dadbdf!important
}
.gd-dark {
color:#fff;
border:none;
background:#192039 linear-gradient(45deg, #192039, #193039)
}
.active>.active-dark {
color:#192039!important;
opacity:1!important;
fill:currentColor
}
.active>.active-bg-dark {
color:#fff!important;
background-color:#192039!important
}
.nav-active-text-dark .nav-item.active>a, .nav-active-text-dark .nav-link.active, .nav-active-text-dark .nav-sub>li.active>a, .nav-active-text-dark .nav>li.active>a {
color:#192039!important
}
.nav-active-dark .nav-item.active>a, .nav-active-dark .nav-link.active, .nav-active-dark .nav>li.active>a {
color:#fff!important;
background-color:#192039!important
}
.bg-light {
color:inherit!important;
background-color:#f5f5f6
}
.bg-white {
background-color:#fff
}
.bg--white {
color:#5e676f;
background-color:#fff
}
.bg-warning {
color:#fff!important
}
.bg-dark {
color:#b9c0d3!important
}
.bg-black {
color:#fff;
background-color:#13182c
}
.bg-white .fill {
fill:#448bff
}
.bg-white-overlay {
color:#fff;
background-color:rgba(255, 255, 255, .35)
}
.bg-dark-overlay {
color:#fff;
background-color:rgba(0, 0, 0, .35)
}
.bg-img {
background-size:cover;
background-position:50% 50%
}
.gd-overlay {
background-color:transparent!important;
background-image:linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .5) 100%);
background-repeat:repeat-x
}
.bg-clip {
background-clip:padding-box
}
.bg-body {
background-color:#f9f9fa
}
.no-bg {
background:0 0!important
}
.layout, .layout-column, .layout-row {
display:-ms-flexbox;
display:flex
}
.layout-row {
-ms-flex-direction:row;
flex-direction:row
}
.layout-row>.flex {
min-width:0
}
.layout-column {
-ms-flex-direction:column;
flex-direction:column
}
.layout-column>.flex {
min-height:0
}
.flex {
-webkit-box-flex:1;
-ms-flex:1 1 auto;
flex:1 1 auto
}
.no-shrink {
-ms-flex-negative:0;
flex-shrink:0
}
.no-grow {
-ms-flex-positive:0;
flex-grow:0
}
.page-header {
z-index:1025!important;
transition:background-color .2s cubic-bezier(.25, .8, .25, 1)
}
.page-header.sticky~* .page-sidenav.sticky, .page-header~* .fixed-content {
top:3.75rem;
height:calc(100vh - 3.75rem)
}
.page-header:not(.sticky).scroll-up {
position:fixed;
left:0;
right:0
}
.page-sidenav {
position:relative;
z-index:1030!important;
min-width:13.5rem;
opacity:1!important
}
.page-sidenav.sticky {
height:100vh
}
.is-fullscreen.layout-column, .is-fullscreen.layout-row #content {
display:block;
overflow:auto;
-webkit-overflow-scrolling:touch
}
.fixed {
position:fixed;
top:0;
left:0;
right:0
}
.sticky {
position:-webkit-sticky;
position:sticky;
top:0;
z-index:1020
}
.sticky.sticky-bottom {
top:auto;
bottom:-1px
}
@media (min-width:992px) {
.page-container {
max-width:1140px;
margin:0 auto
}
.page-sidenav {
display:block!important
}
}
@media (max-width:991.98px) {
body.layout-row {
-ms-flex-direction:column;
flex-direction:column
}
.page-sidenav {
width:100%!important;
height:100%!important;
top:0!important;
position:fixed;
z-index:1050!important;
display:none;
opactiy:0
}
.bg-dark .page-sidenav, .page-sidenav {
background:0 0!important
}
.page-sidenav>* {
position:fixed;
height:100%;
background-color:inherit;
transition:.2s cubic-bezier(.25, .8, .25, 1);
transform:translate3d(-100%, 0, 0);
width:17.5rem
}
.page-sidenav.show>div {
transform:translate3d(0, 0, 0)
}
}
@media print {
.page-header, .page-sidenav {
display:none!important
}
}
.list {
padding-left:0;
padding-right:0
}
.list-item {
position:relative;
display:-ms-flexbox;
display:flex;
-ms-flex-direction:column;
flex-direction:column;
min-width:0;
word-wrap:break-word
}
.list-item.block .media {
border-bottom-left-radius:0;
border-bottom-right-radius:0
}
.list-item.block .list-content {
padding:1rem
}
.list-content {
padding:1rem 0;
display:-ms-flexbox;
display:flex;
-ms-flex-direction:column;
flex-direction:column;
-ms-flex:1 1 auto;
flex:1 1 auto;
-ms-flex-pack:center;
justify-content:center
}
.list-body {
-ms-flex:1 1 auto;
flex:1 1 auto
}
.list-footer {
margin-top:.5rem
}
.list-title {
line-height:1.4285714286;
font-weight:500;
display:block;
color:inherit
}
.list-hover-overlay .media, .list-overlay .media {
position:absolute;
top:0;
right:0;
bottom:0;
left:0;
border-radius:inherit
}
.list-hover-overlay .media:after, .list-overlay .media:after {
position:absolute;
top:0;
bottom:0;
left:0;
right:0;
padding:0;
border-radius:inherit;
background-color:rgba(0, 0, 0, .25)
}
.list-hover-overlay .list-content, .list-overlay .list-content {
position:relative;
padding:1rem;
z-index:1
}
.list-hover-overlay .list-body, .list-overlay .list-body {
display:-ms-flexbox;
display:flex;
-ms-flex-direction:column;
flex-direction:column
}
.list-hover-overlay .list-body .list-title, .list-overlay .list-body .list-title {
margin-top:auto
}
.list-hover-overlay.active .media, .list-hover-overlay:active .media, .list-hover-overlay:hover .media {
display:block
}
.list-hover-overlay .media {
display:none
}
.list-hover-overlay.active, .list-hover-overlay:active, .list-hover-overlay:hover, .list-overlay, .list-overlay-content {
color:#fff!important
}
.list-hover-overlay.active a:active, .list-hover-overlay.active a:hover, .list-hover-overlay:active a:active, .list-hover-overlay:active a:hover, .list-hover-overlay:hover a:active, .list-hover-overlay:hover a:hover, .list-overlay a:active, .list-overlay a:hover, .list-overlay-content a:active, .list-overlay-content a:hover {
color:#fff
}
.list-hover-overlay.active .text-muted:not(i), .list-hover-overlay:active .text-muted:not(i), .list-hover-overlay:hover .text-muted:not(i), .list-overlay .text-muted:not(i), .list-overlay-content .text-muted:not(i) {
color:rgba(255, 255, 255, .5)!important
}
.list-hover .media {
color:#fff
}
.list-hover .list-body {
padding-left:.5rem;
padding-right:.5rem
}
.list-hover.active, .list-hover:hover {
background-color:#14bae4!important
}
.list-hover.active a:not(.dropdown-item), .list-hover.active a:not(.dropdown-item):active, .list-hover.active a:not(.dropdown-item):hover, .list-hover:hover a:not(.dropdown-item), .list-hover:hover a:not(.dropdown-item):active, .list-hover:hover a:not(.dropdown-item):hover {
color:#fff
}
.list-hover.active .text-muted:not(i), .list-hover:hover .text-muted:not(i) {
color:rgba(255, 255, 255, .5)!important
}
.list-hover.active .media:after, .list-hover:hover .media:after {
position:relative;
z-index:1;
border-radius:inherit;
background-color:#14bae4;
background:linear-gradient(180deg, rgba(20, 186, 228, .5), #14bae4)
}
.list-hover .media-action-overlay {
background-color:transparent!important
}
.list-overlay-content {
color:#fff
}
.list-overlay-content a:hover {
color:#fff
}
.list-overlay-content .media:after {
background-color:rgba(0, 0, 0, .25);
border-radius:inherit;
position:relative;
z-index:1
}
.list-overlay-content .list-content {
position:absolute;
z-index:1;
left:0;
right:0;
bottom:0;
padding:1rem
}
.show-row {
display:none!important
}
.list-row.list-row-12>div:not(.list-item) {
flex:0 0 100%;
max-width:100%
}
.list-row .list-item {
-ms-flex-direction:row;
flex-direction:row;
-ms-flex-align:center;
align-items:center;
padding:.75rem .625rem
}
.list-row .list-item>* {
padding-left:.625rem;
padding-right:.625rem
}
.list-row .list-item .media {
min-width:4rem;
border-radius:inherit;
padding:0
}
.list-row .list-item .list-content {
padding:0 1.25rem;
text-align:inherit!important
}
.list-row .show-row {
display:block!important
}
.list-row .hide-row {
display:none!important
}
.list-bordered .list-item {
border-top:1px solid rgba(160, 175, 185, .05)
}
.list-bordered .list-item:first-child {
border-top:none
}
.list-index {
counter-reset:li
}
.list-index .list-item:before {
content:counter(li);
counter-increment:li;
width:3rem;
padding:0;
font-weight:600;
-ms-flex-negative:0;
flex-shrink:0
}
@media (min-width:576px) {
.list-grouped {
display:-ms-flexbox;
display:flex;
-ms-flex-direction:row;
flex-direction:row;
-ms-flex-flow:row wrap;
flex-flow:row wrap
}
.list-grouped>div {
display:-ms-flexbox;
display:flex
}
.list-grouped>div>.list-item {
-ms-flex-item-align:stretch;
align-self:stretch;
-ms-flex:1 1 auto;
flex:1 1 auto
}
.list-grouped>div>.list-item .list-content {
padding-left:1rem;
padding-right:1rem
}
.list-grouped.no-gutters>div:not(:first-child):not(:last-child):not(:only-child) {
border-radius:0
}
.list-grouped.no-gutters>div:first-child {
border-radius:.25rem 0 0 .25rem
}
.list-grouped.no-gutters>div:first-child .media {
border-radius:inherit
}
.list-grouped.no-gutters>div:last-child {
border-radius:0 .25rem .25rem 0
}
.list-grouped.no-gutters>div:last-child .media {
border-radius:inherit
}
.list-grouped.no-gutters>div .list-item {
border-radius:inherit
}
}
.loading {
width:24px;
height:24px;
padding:0;
border-radius:50%;
position:relative
}
.loading:after, .loading:before {
content:'';
position:absolute;
left:0;
right:0;
top:0;
bottom:0;
border:3px solid currentColor;
border-radius:50%
}
.loading:before {
opacity:.3
}
.loading:after {
opacity:.75;
border-color:transparent;
border-left-color:currentColor;
animation:loading 1s linear infinite
}
.js-Pjax-remove {
position:absolute
}
.js-Pjax-onswitch {
position:relative;
overflow:hidden
}
.page-loading {
pointer-events:none
}
.page-loading, .page-loading a {
pointer-events:none;
cursor:wait
}
.page-loading .loading-spin {
animation:loading 1s linear infinite
}
@keyframes loading {
0% {
transform:rotate(0)
}
50% {
transform:rotate(180deg)
}
100% {
transform:rotate(360deg)
}
}
.media {
position:relative;
display:block;
padding:0;
-ms-flex-negative:0;
flex-shrink:0;
border-radius:inherit
}
.media:after {
content:'';
display:block;
padding-top:100%
}
.media:not(:first-child):not(:last-child):not(:only-child) {
border-radius:0
}
.media-circle .media {
border-radius:500px
}
.media-circle .media .media-content:before {
width:50%;
left:25%
}
.media-overlay {
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
padding:1rem 1rem;
z-index:2;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-align:center;
-ms-flex-align:center;
align-items:center;
color:#fff
}
.media-overlay.overlay-top {
bottom:auto
}
.media-overlay.overlay-bottom {
top:auto
}
.media-action {
position:absolute;
z-index:3;
left:50%;
top:50%;
transform:translate(-50%, -50%);
opacity:0;
pointer-events:none;
transition:opacity .3s;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-align:center;
-ms-flex-align:center;
align-items:center
}
.media-action.active {
opacity:1
}
.media-action.media-action-overlay {
width:100%;
height:100%;
background-color:rgba(0, 0, 0, .2);
color:#fff;
padding:0 5%;
display:-ms-flexbox;
display:flex;
-ms-flex-pack:distribute;
justify-content:space-around;
border-radius:inherit
}
.media-action.media-action-overlay .btn {
-ms-flex-negative:0;
flex-shrink:0;
color:inherit
}
.active>.media .media-action, .list-item:active .media-action, .list-item:hover .media-action, .media:active .media-action, .media:hover .media-action {
opacity:1;
pointer-events:initial
}
.media iframe, .media-content {
position:absolute;
top:0;
bottom:0;
left:0;
right:0;
border:0;
border-radius:inherit;
background-size:cover;
background-repeat:no-repeat;
background-position:50% 50%;
background-color:rgba(120, 120, 120, .1);
display:flex;
-webkit-box-pack:center;
-ms-flex-pack:center;
justify-content:center;
-webkit-box-align:center;
-ms-flex-align:center;
align-items:center
}
.media-content:before {
content:'';
position:absolute;
height:10%;
width:90%;
left:5%;
bottom:0;
background:inherit;
background-position-y:100%;
filter:blur(10px)
}
.circle .media-content:before {
width:40%;
left:30%
}
.media-21x9:after {
padding-top:42.857143%
}
.media-16x9:after {
padding-top:56.25%
}
.media-4x3:after {
padding-top:75%
}
.media-2x3:after {
padding-top:150%
}
.media-3x4:after {
padding-top:133.33333%
}
.media-1x2:after {
padding-top:200%
}
.media-2x1:after {
padding-top:50%
}
.media-3x1:after {
padding-top:33%
}
.media-4x1:after {
padding-top:25%
}
.media-1-4:after {
padding-top:25vh;
min-height:10rem
}
.media-1-3:after {
padding-top:33vh;
min-height:12.5rem
}
.media-1-2:after {
padding-top:50vh;
min-height:15rem
}
.sidenav {
margin:0;
pointer-events:inherit;
display:-ms-flexbox;
display:flex;
-ms-flex-direction:column;
flex-direction:column
}
.sidenav ul {
padding-left:0;
padding-right:0;
list-style:none
}
.sidenav ul a {
color:inherit
}
.sidenav .nav {
border:inherit;
display:block
}
.sidenav .nav li {
border:inherit;
position:relative
}
.sidenav .nav li li a {
font-size:.8rem;
line-height:2rem;
padding-left:3rem
}
.sidenav .nav li li a .nav-text {
padding:.4375rem 0
}
.sidenav .nav li li li a {
padding-left:4rem
}
.sidenav .nav li li li li a {
padding-left:5rem
}
.sidenav .nav li>a {
display:-ms-flexbox;
display:flex;
-ms-flex-wrap:nowrap;
flex-wrap:nowrap;
padding:0 .5rem;
line-height:2.5rem;
position:relative
}
.sidenav .nav li.active>a {
background-color:transparent
}
.sidenav .nav li.active>a .nav-caret:after {
transform:rotate(225deg);
margin-bottom:0
}
.sidenav .nav-header {
padding:1rem 1rem .5rem 1rem;
font-size:85%
}
.sidenav .nav-header:after {
display:none
}
.sidenav .navbar-brand {
float:none;
margin-right:0
}
.sidenav .flex {
overflow:auto;
-webkit-overflow-scrolling:touch
}
.nav-fold {
display:-ms-flexbox!important;
display:flex!important;
-ms-flex-align:center;
align-items:center
}
.nav-text {
margin:0 .5rem;
-webkit-box-flex:1;
-ms-flex:1 1 auto;
flex:1 1 auto;
line-height:1.125rem;
transition:opacity .15s ease-in-out;
padding:.6875rem 0
}
.navbar .nav-text {
line-height:1;
display:inline-block;
padding:0
}
.navbar .nav-text span.text-xs {
margin-top:.25rem
}
.nav-icon{
font-size:1rem;
width:2.5rem;
height:2.5rem;
border-radius:100%;
display:-ms-flexbox;
display:flex;
-ms-flex-pack:center;
justify-content:center;
-ms-flex-align:center;
align-items:center;
-ms-flex-negative:0;
flex-shrink:0;
opacity:.65
}
.active>a>.nav-icon, a:active>.nav-icon, a:hover>.nav-icon {
opacity:1
}
.nav-icon.no-fade {
opacity:1
}
.nav-icon i {
line-height:1;
max-width:20px;
max-height:20px
}
.nav-icon i img, .nav-icon i svg {
display:none;
position:absolute;
left:0;
top:0;
width:100%;
height:100%
}
.navbar .nav-icon {
margin-right:.5rem
}
.nav-badge {
font-style:normal;
z-index:1;
margin:0 .5rem
}
.nav-caret {
width:1rem;
opacity:.45;
position:relative
}
.nav-caret:after {
content:'';
width:5px;
height:5px;
display:inline-block;
border-width:1px;
border-style:solid;
border-color:transparent currentColor currentColor transparent;
transform:rotate(-45deg);
margin-bottom:1px
}
.nav-sub {
max-height:0;
overflow:hidden;
transition:max-height .4s ease 0s
}
@media (prefers-reduced-motion:reduce) {
.nav-sub {
transition:none
}
}
.active>.nav-sub, .open>.nav-sub {
max-height:50rem
}
.nav-border .nav>li.active:after {
content:'';
position:absolute;
top:0;
bottom:0;
border-color:inherit;
border-width:3px;
border-left-style:solid
}
.nav-border.right .nav>li.active:after {
right:0
}
.nav-stacked .nav>li:not(.nav-header) {
padding:.15rem .75rem
}
.nav-stacked .nav>li>a {
line-height:2rem;
padding:0 .5rem
}
.nav-stacked .nav>li>a .nav-icon {
width:2rem;
height:2rem
}
.nav-stacked .nav>li>a .nav-text {
padding:.4375rem 0
}
.nav-stacked .nav>li>a:before {
left:.5rem;
border-radius:3px;
width:2rem;
border-width:1rem
}
.nav-stacked .nav>li li a {
padding-left:2.5rem
}
.nav-stacked .nav>li li li a {
padding-left:3.5rem
}
.nav-stacked .nav>li li li li a {
padding-left:4.5rem
}
.nav-stacked .nav li a {
border-radius:3px
}
@media (min-width:992px) {
.folded {
width:4.5rem;
min-width:0
}
.folded.md {
width:5.5rem;
min-width:0
}
.folded .nav-fold {
-ms-flex-pack:center!important;
justify-content:center!important
}
.folded .hidden-folded {
display:none!important
}
.folded .nav li ul {
display:none
}
.folded .nav>li>a .nav-caret, .folded .nav>li>a .nav-text {
display:none
}
.folded .nav>li>a .nav-badge {
position:absolute;
right:10px
}
.folded .nav>li>a .nav-icon {
float:none;
line-height:2.5rem;
font-size:1rem;
margin:0 auto;
position:relative;
width:2.5rem;
height:2.5rem
}
.folded .nav>li>a:before {
left:0
}
.folded .show-text .nav>li>a {
padding-top:.25rem;
padding-bottom:.25rem;
display:block
}
.folded .show-text .nav>li>a .nav-text {
display:block;
margin-top:-1rem;
font-size:.8em;
text-align:center
}
.folded .navbar-brand {
margin:0 auto
}
.folded .nav-stacked .nav>li a {
padding:0
}
.folded .nav-stacked .nav>li:not(.nav-header) {
padding:.25rem 1rem
}
.folded.nav-expand.active>*, .folded.nav-expand:focus>*, .folded.nav-expand:hover>* {
width:13.5rem
}
.folded.nav-expand.active .nav-fold, .folded.nav-expand:focus .nav-fold, .folded.nav-expand:hover .nav-fold {
-ms-flex-pack:start!important;
justify-content:start!important
}
.folded.nav-expand.active .hidden-folded, .folded.nav-expand:focus .hidden-folded, .folded.nav-expand:hover .hidden-folded {
display:block!important
}
.folded.nav-expand.active .hidden-folded.d-inline, .folded.nav-expand:focus .hidden-folded.d-inline, .folded.nav-expand:hover .hidden-folded.d-inline {
display:inline-block!important
}
.folded.nav-expand.active .nav li ul, .folded.nav-expand:focus .nav li ul, .folded.nav-expand:hover .nav li ul {
display:inherit
}
.folded.nav-expand.active .nav>li>a, .folded.nav-expand:focus .nav>li>a, .folded.nav-expand:hover .nav>li>a {
display:-ms-flexbox;
display:flex
}
.folded.nav-expand.active .nav>li>a .nav-caret, .folded.nav-expand.active .nav>li>a .nav-text, .folded.nav-expand:focus .nav>li>a .nav-caret, .folded.nav-expand:focus .nav>li>a .nav-text, .folded.nav-expand:hover .nav>li>a .nav-caret, .folded.nav-expand:hover .nav>li>a .nav-text {
display:block
}
.folded.nav-expand.active .nav>li>a .nav-badge, .folded.nav-expand:focus .nav>li>a .nav-badge, .folded.nav-expand:hover .nav>li>a .nav-badge {
position:static
}
.folded.nav-expand.active .nav>li>a .nav-icon, .folded.nav-expand:focus .nav>li>a .nav-icon, .folded.nav-expand:hover .nav>li>a .nav-icon {
float:left;
width:2.5rem;
height:2.5rem;
line-height:2.5rem;
font-size:1rem
}
.folded.nav-expand.active .show-text .nav>li>a .nav-text, .folded.nav-expand:focus .show-text .nav>li>a .nav-text, .folded.nav-expand:hover .show-text .nav>li>a .nav-text {
text-align:inherit;
font-size:inherit;
margin-top:0
}
.folded.nav-expand.active .navbar-brand, .folded.nav-expand:focus .navbar-brand, .folded.nav-expand:hover .navbar-brand {
margin:0
}
.folded.nav-expand.active .nav-stacked .nav>li:not(.nav-header), .folded.nav-expand:focus .nav-stacked .nav>li:not(.nav-header), .folded.nav-expand:hover .nav-stacked .nav>li:not(.nav-header) {
padding:.15rem .75rem
}
.folded.nav-expand.active .nav-stacked .nav>li>a, .folded.nav-expand:focus .nav-stacked .nav>li>a, .folded.nav-expand:hover .nav-stacked .nav>li>a {
padding:0 .5rem
}
.folded.nav-expand.active .nav-stacked .nav>li>a:before, .folded.nav-expand:focus .nav-stacked .nav>li>a:before, .folded.nav-expand:hover .nav-stacked .nav>li>a:before {
left:.5rem;
width:2rem;
border-width:1rem
}
.folded.nav-expand.active .nav-stacked .nav>li>a .nav-icon, .folded.nav-expand:focus .nav-stacked .nav>li>a .nav-icon, .folded.nav-expand:hover .nav-stacked .nav>li>a .nav-icon {
width:2rem;
height:2rem;
line-height:2rem
}
.folded.nav-expand .sidenav {
transition:width .4s cubic-bezier(.25, .8, .25, 1);
backface-visibility:hidden
}
}
@media (min-width:992px) and (prefers-reduced-motion:reduce) {
.folded.nav-expand .sidenav {
transition:none
}
}
@media (min-width:992px) {
.folded.nav-dropdown .scrollable, .folded.nav-dropdown>*, .nav-dropup .scrollable, .nav-dropup>* {
overflow:visible!important
}
.folded.nav-dropdown .nav>li:focus>ul, .folded.nav-dropdown .nav>li:hover>ul, .nav-dropup .nav>li:focus>ul, .nav-dropup .nav>li:hover>ul {
display:block
}
.folded.nav-dropdown .nav>li>ul, .nav-dropup .nav>li>ul {
display:none;
overflow:visible;
max-height:999px;
background-color:#fff;
border-radius:2px;
box-shadow:0 5px 20px rgba(0, 0, 0, .05);
position:absolute;
left:100%;
top:0;
padding:6px 0
}
.folded.nav-dropdown .nav>li>ul a, .nav-dropup .nav>li>ul a {
padding-left:16px!important;
padding-right:16px!important;
min-width:160px
}
.folded.nav-dropdown .nav>li>ul li.active ul, .nav-dropup .nav>li>ul li.active ul {
display:block
}
.folded.nav-dropdown .nav>li>ul .nav-text, .nav-dropup .nav>li>ul .nav-text {
padding:8px 0!important
}
.folded.nav-dropdown .nav>li .nav-mega, .nav-dropup .nav>li .nav-mega {
width:360px
}
.folded.nav-dropdown .nav>li .nav-mega>li, .nav-dropup .nav>li .nav-mega>li {
width:50%;
float:left
}
}
.page-bg {
position:absolute;
z-index:0;
top:0;
bottom:0;
left:0;
right:0;
border:0;
height:50vh;
background-repeat:no-repeat;
background-position:50% 50%;
background-size:0
}
.page-bg:before {
content:'';
background-size:cover;
background-repeat:no-repeat;
background-image:inherit;
background-position:inherit;
position:absolute;
height:100%;
width:100%;
opacity:.1
}
.page-bg:after {
content:'';
position:absolute;
bottom:0;
height:50%;
width:100%;
background-image:linear-gradient(to bottom, rgba(255, 255, 255, 0), #f9f9fa);
background-repeat:repeat-x
}
.bg-dark .page-bg:before {
opacity:.15
}
.bg-dark .page-bg:after {
background-image:linear-gradient(to bottom, transparent, #192039)
}
.cover {
background-size:cover;
background-repeat:no-repeat;
background-image:inherit;
background-position:50% 50%;
position:relative
}
.cover:after {
position:absolute;
z-index:0;
content:'';
height:100%;
width:100%;
top:0;
background-color:inherit;
opacity:.65
}
.cover.cover-gd:after {
background-image:linear-gradient(to right, #14bae4, #448bff)
}
.cover>* {
position:relative;
z-index:1
}
.swapimg {
background-size:cover;
background-repeat:no-repeat;
width:50%;
height:100%
}
.swapimg .handler {
cursor:move;
position:absolute;
top:-2.5%;
right:-1.5rem;
height:105%;
width:3rem
}
.swapimg .handler:after {
content:"";
position:absolute;
height:100%;
width:50%;
border-right:1px solid rgba(135, 150, 165, .1)
}
.browser {
position:relative;
background-color:#fff;
border:1px solid rgba(135, 150, 165, .1);
background-clip:padding-box;
padding-top:28px;
border-radius:4px;
overflow:hidden
}
.browser:before {
content:'';
width:8px;
height:8px;
border-radius:50%;
box-shadow:inset 0 0 0 8px rgba(135, 150, 165, .1), 14px 0 rgba(135, 150, 165, .1), 28px 0 rgba(135, 150, 165, .1);
display:block;
position:absolute;
top:10px;
left:8px
}
.browser.colored:before {
box-shadow:inset 0 0 0 8px #fc605c, 14px 0 #fdbc40, 28px 0 #34c84a
}
.fc-toolbar {
margin-bottom:0!important;
padding:.75rem 2rem
}
.fc-toolbar h2 {
font-size:.8rem;
padding-top:8px;
margin-right:8px;
color:inherit
}
.fc-toolbar button {
background:0 0;
border:none;
box-shadow:none;
padding:0;
color:inherit;
text-shadow:none;
box-shadow:none
}
.fc-head th {
box-shadow:0 1px 3px rgba(0, 0, 0, .05)
}
.bg-dark .fc-head th {
background-color:#192039;
color:inherit
}
.fc-event {
border-width:0;
padding:5px 8px;
color:inherit
}
.fc-event:hover {
color:inherit
}
.fc-event .fc-bg {
background-color:transparent
}
.fc td, .fc th, .fc tr {
border-color:rgba(160, 175, 185, .05)
}
.fc .popover {
min-width:220px
}
.fc-content .fc-time {
display:block;
margin-bottom:.25rem;
font-weight:400!important
}
.fc-content .fc-title {
font-weight:600
}
.fc-day-number {
font-size:.8em;
opacity:.5
}
td.fc-today {
background:0 0!important
}
.fc-today .fc-day-number {
background:#448bff;
color:#fff;
opacity:1;
padding:0 3px
}
.fc-today.fc-widget-header {
color:#448bff!important
}
.fc-divider {
border:none!important;
background-color:rgba(160, 175, 185, .05)!important
}
.fc-axis span {
opacity:.6;
font-size:11px
}
.fc-body>tr>.fc-widget-content, .fc-head-container.fc-widget-header {
border-left-width:0!important;
border-right-width:0!important
}
.fc-widget-header th {
text-align:left!important;
padding:12px
}
.fc-widget-header .fc-week-title {
display:block;
font-weight:400;
font-size:11px
}
.fc-other-month {
background-image:linear-gradient(45deg, rgba(120, 130, 140, .02) 25%, transparent 25%, transparent 50%, rgba(120, 130, 140, .02) 50%, rgba(120, 130, 140, .02) 75%, transparent 75%, transparent);
background-size:1.5rem 1.5rem
}
.fc .fc-axis {
border:0
}
.fc-head-container.fc-widget-header, .fc-header-toolbar {
background-color:#fff
}
.bg-dark .fc-head-container.fc-widget-header, .bg-dark .fc-header-toolbar {
background-color:transparent
}
.fc-scroller {
overflow:visible!important
}
div.jqvmap-zoomin, div.jqvmap-zoomout {
width:18px;
height:18px;
background-color:#fff;
color:#666;
box-shadow:0 1px 3px rgba(0, 0, 0, .1)
}
.ct-label {
color:rgba(130, 140, 155, .65);
fill:rgba(130, 140, 155, .65)
}
.ct-grid {
stroke:rgba(160, 175, 185, .15)
}
.chartist-tooltip {
position:absolute;
display:inline-block;
opacity:0;
min-width:2rem;
padding:.25rem .5rem;
background:rgba(0, 0, 0, .8);
border-radius:3px;
color:#fff;
font-size:.8em;
text-align:center;
pointer-events:none;
z-index:1;
transition:opacity .2s linear
}
.chartist-tooltip-meta {
color:rgba(255, 255, 255, .8)
}
.chartist-tooltip:before {
content:"";
position:absolute;
top:100%;
left:50%;
width:0;
height:0;
margin-left:-4px;
border:4px solid transparent;
border-top-color:rgba(0, 0, 0, .8)
}
.chartist-tooltip.tooltip-show {
opacity:1
}
.ct-area, .ct-line {
pointer-events:none
}
.ct-stroke-1 .ct-line {
stroke-width:1px
}
.ct-stroke-2 .ct-line {
stroke-width:2px
}
.ct-stroke-3 .ct-line {
stroke-width:3px
}
.ct-stroke-4 .ct-line {
stroke-width:4px
}
.ct-stroke-5 .ct-line {
stroke-width:5px
}
.ct-point-hover .ct-point {
transition:opacity .5s;
opacity:0!important
}
.ct-point-hover .ct-point:focus, .ct-point-hover .ct-point:hover {
opacity:1!important
}
.ct-series-a .ct-bar, .ct-series-a .ct-line, .ct-series-a .ct-point, .ct-series-a .ct-slice-donut {
stroke:#2196f3
}
.ct-series-a .ct-area, .ct-series-a .ct-slice-donut-solid, .ct-series-a .ct-slice-pie {
fill:#2196f3
}
.ct-series-b .ct-bar, .ct-series-b .ct-line, .ct-series-b .ct-point, .ct-series-b .ct-slice-donut {
stroke:#03a9f4
}
.ct-series-b .ct-area, .ct-series-b .ct-slice-donut-solid, .ct-series-b .ct-slice-pie {
fill:#03a9f4
}
.ct-series-c .ct-bar, .ct-series-c .ct-line, .ct-series-c .ct-point, .ct-series-c .ct-slice-donut {
stroke:#00bcd4
}
.ct-series-c .ct-area, .ct-series-c .ct-slice-donut-solid, .ct-series-c .ct-slice-pie {
fill:#00bcd4
}
.ct-series-d .ct-bar, .ct-series-d .ct-line, .ct-series-d .ct-point, .ct-series-d .ct-slice-donut {
stroke:#009688
}
.ct-series-d .ct-area, .ct-series-d .ct-slice-donut-solid, .ct-series-d .ct-slice-pie {
fill:#009688
}
.ct-series-e .ct-bar, .ct-series-e .ct-line, .ct-series-e .ct-point, .ct-series-e .ct-slice-donut {
stroke:#4caf50
}
.ct-series-e .ct-area, .ct-series-e .ct-slice-donut-solid, .ct-series-e .ct-slice-pie {
fill:#4caf50
}
.ct-series-f .ct-bar, .ct-series-f .ct-line, .ct-series-f .ct-point, .ct-series-f .ct-slice-donut {
stroke:#8bc34a
}
.ct-series-f .ct-area, .ct-series-f .ct-slice-donut-solid, .ct-series-f .ct-slice-pie {
fill:#8bc34a
}
.ct-series-g .ct-bar, .ct-series-g .ct-line, .ct-series-g .ct-point, .ct-series-g .ct-slice-donut {
stroke:#cddc39
}
.ct-series-g .ct-area, .ct-series-g .ct-slice-donut-solid, .ct-series-g .ct-slice-pie {
fill:#cddc39
}
.ct-series-h .ct-bar, .ct-series-h .ct-line, .ct-series-h .ct-point, .ct-series-h .ct-slice-donut {
stroke:#ffeb3b
}
.ct-series-h .ct-area, .ct-series-h .ct-slice-donut-solid, .ct-series-h .ct-slice-pie {
fill:#ffeb3b
}
.ct-series-i .ct-bar, .ct-series-i .ct-line, .ct-series-i .ct-point, .ct-series-i .ct-slice-donut {
stroke:#ffc107
}
.ct-series-i .ct-area, .ct-series-i .ct-slice-donut-solid, .ct-series-i .ct-slice-pie {
fill:#ffc107
}
.ct-series-j .ct-bar, .ct-series-j .ct-line, .ct-series-j .ct-point, .ct-series-j .ct-slice-donut {
stroke:#ff9800
}
.ct-series-j .ct-area, .ct-series-j .ct-slice-donut-solid, .ct-series-j .ct-slice-pie {
fill:#ff9800
}
.ct-series-k .ct-bar, .ct-series-k .ct-line, .ct-series-k .ct-point, .ct-series-k .ct-slice-donut {
stroke:#ff5722
}
.ct-series-k .ct-area, .ct-series-k .ct-slice-donut-solid, .ct-series-k .ct-slice-pie {
fill:#ff5722
}
.ct-series-l .ct-bar, .ct-series-l .ct-line, .ct-series-l .ct-point, .ct-series-l .ct-slice-donut {
stroke:#795548
}
.ct-series-l .ct-area, .ct-series-l .ct-slice-donut-solid, .ct-series-l .ct-slice-pie {
fill:#795548
}
.ct-series-m .ct-bar, .ct-series-m .ct-line, .ct-series-m .ct-point, .ct-series-m .ct-slice-donut {
stroke:#607d8b
}
.ct-series-m .ct-area, .ct-series-m .ct-slice-donut-solid, .ct-series-m .ct-slice-pie {
fill:#607d8b
}
.ct-series-n .ct-bar, .ct-series-n .ct-line, .ct-series-n .ct-point, .ct-series-n .ct-slice-donut {
stroke:#9e9e9e
}
.ct-series-n .ct-area, .ct-series-n .ct-slice-donut-solid, .ct-series-n .ct-slice-pie {
fill:#9e9e9e
}
.ct-series-o .ct-bar, .ct-series-o .ct-line, .ct-series-o .ct-point, .ct-series-o .ct-slice-donut {
stroke:#ababab
}
.ct-series-o .ct-area, .ct-series-o .ct-slice-donut-solid, .ct-series-o .ct-slice-pie {
fill:#ababab
}
.ct-stroke-1 .ct-line {
stroke-width:1px
}
.ct-stroke-1 .ct-bar, .ct-stroke-1 .ct-point {
stroke-width:2px
}
.ct-stroke-2 .ct-line {
stroke-width:2px
}
.ct-stroke-2 .ct-bar, .ct-stroke-2 .ct-point {
stroke-width:4px
}
.ct-stroke-3 .ct-line {
stroke-width:3px
}
.ct-stroke-3 .ct-bar, .ct-stroke-3 .ct-point {
stroke-width:6px
}
.ct-stroke-4 .ct-line {
stroke-width:4px
}
.ct-stroke-4 .ct-bar, .ct-stroke-4 .ct-point {
stroke-width:8px
}
.bg-dark .btn-default.form-control {
background:0 0!important;
background-color:rgba(255, 255, 255, .1)!important;
color:inherit!important
}
.ui-select-bootstrap>.ui-select-choices {
overflow-y:scroll
}
.dataTables_wrapper {
padding:0
}
.bootstrap-table .fixed-table-loading {
display:none;
position:absolute;
top:42px;
right:0;
bottom:0;
left:0;
z-index:99;
background-color:#fff;
text-align:center
}
.bootstrap-table .fixed-table-toolbar i {
display:inline-block;
min-height:14px
}
.note-editor {
border-width:0!important;
overflow:visible!important;
background-color:inherit;
margin:0
}
.note-editor .note-editing-area .note-editable, .note-editor .note-statusbar {
background-color:transparent!important;
color:inherit!important
}
.note-toolbar {
border-width:0
}
.note-editor .btn-light {
background:0 0!important;
border:none!important;
color:inherit!important;
opacity:.5
}
.note-editor .btn-light.active {
opacity:1
}
.note-editor-inline .note-editor {
box-shadow:none
}
.note-editor-inline .note-editing-area {
border:1px solid rgba(135, 150, 165, .15);
background:#fff
}
.bg-dark .note-editor-inline .note-editing-area {
background:0 0
}
.select2-container--default .select2-selection {
min-height:33px;
border-color:rgba(135, 150, 165, .15)!important
}
.bg-dark .select2-container--default .select2-selection {
background-color:#1b223d
}
.select2-container--default .select2-selection .select2-selection__rendered {
color:inherit;
padding-left:9px
}
.select2-container--default .select2-selection .select2-selection__arrow {
top:3px
}
.select2-container--default .select2-selection .select2-selection__choice {
background:0 0;
border-color:rgba(135, 150, 165, .15);
line-height:1.5
}
.select2-container--default .select2-selection .select2-selection__choice__remove {
color:inherit!important
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
line-height:30px
}
.select2-container--default .select2-search--inline .select2-search__field {
margin-top:6px
}
.select2-container--default .select2-search__field {
color:inherit
}
.select2-container--default .select2-search--dropdown .select2-search__field {
border-color:rgba(135, 150, 165, .15)
}
.select2-container--default .select2-dropdown {
color:#5e676f;
border-color:rgba(135, 150, 165, .15)
}
.datepicker {
width:auto;
padding:0;
font-size:.7rem
}
.datepicker.dropdown-menu {
padding:4px
}
.datepicker table {
width:100%
}
.datepicker table tr td span.active, .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover, .datepicker table tr td.active, .datepicker table tr td.active:active, .datepicker table tr td.active:hover, .datepicker table tr td.selected, .datepicker table tr td.selected:active, .datepicker table tr td.selected:hover, .datepicker table tr td.today, .datepicker table tr td.today:active, .datepicker table tr td.today:hover {
background-image:none;
color:#fff;
background-color:#448bff!important
}
.datepicker table td, .datepicker table th {
height:auto;
line-height:1.5!important;
border-width:0;
vertical-align:middle;
padding:4px!important
}
.datepicker table td span:not(.active), .datepicker table td:not(.active):hover, .datepicker table th span:not(.active), .datepicker table th:not(.active):hover {
background-color:transparent
}
.datepicker table td span, .datepicker table th span {
height:auto!important;
line-height:2!important
}
.datepicker table .disabled {
opacity:.4
}
.daterangepicker {
color:#333
}
.daterangepicker .ranges li.active {
background-color:#448bff
}
.notie-container {
display:-ms-flexbox;
display:flex;
-ms-flex-align:center;
align-items:center;
position:fixed;
height:auto;
left:50%;
-webkit-transform:translateX(-50%);
transform:translateX(-50%);
z-index:1050;
box-sizing:border-box;
box-shadow:0 2px 4px 0 rgba(0, 0, 0, .1);
padding:.875rem 1.5rem;
background-color:#13182c;
color:#fff;
border-radius:2px;
max-width:35rem;
min-width:18rem
}
.notie-container .btn {
padding:0 6px;
line-height:18px;
cursor:pointer;
box-shadow:none!important
}
.notie-container .btn:empty {
display:none
}
.notie-textbox {
-ms-flex:1;
flex:1;
margin-right:1.5rem
}
.notie-overlay {
position:fixed;
top:0;
right:0;
bottom:0;
left:0;
z-index:1040;
background-color:rgba(255, 255, 255, 0)
}
.ui-switch {
cursor:pointer;
position:relative;
display:inline-block;
width:24px;
height:14px;
border-radius:30px;
background-color:#448bff;
margin:0
}
.ui-switch input {
position:absolute;
opacity:0;
z-index:-1
}
.ui-switch input:checked+i:before {
top:50%;
bottom:50%;
left:50%;
right:5px;
border-width:0;
border-radius:5px
}
.ui-switch input:checked+i:after {
margin-left:11px
}
.ui-switch i {
display:block;
position:absolute;
width:100%;
height:100%
}
.ui-switch i:before {
content:"";
position:absolute;
top:-1px;
bottom:-1px;
left:-1px;
right:-1px;
background-color:#fff;
border:1px solid rgba(135, 150, 165, .15);
border-radius:30px;
transition:all .2s
}
@media (prefers-reduced-motion:reduce) {
.ui-switch i:before {
transition:none
}
}
.ui-switch i:after {
content:"";
position:absolute;
background-color:#fff;
width:12px;
top:1px;
bottom:1px;
border-radius:50%;
box-shadow:1px 1px 3px rgba(0, 0, 0, .25);
transition:margin .3s
}
@media (prefers-reduced-motion:reduce) {
.ui-switch i:after {
transition:none
}
}
.ui-switch-md {
width:32px;
height:20px
}
.ui-switch-md input:checked+i:after {
margin-left:13px
}
.ui-switch-md i:after {
width:18px
}
.ui-switch-lg {
width:40px;
height:24px
}
.ui-switch-lg input:checked+i:after {
margin-left:17px
}
.ui-switch-lg i:after {
width:22px
}
.timeline {
position:relative;
border-color:rgba(160, 175, 185, .15);
padding:0;
margin:0
}
.tl-item {
border-radius:3px;
position:relative;
display:-ms-flexbox;
display:flex
}
.tl-item>* {
padding:10px
}
.tl-item .avatar {
z-index:2
}
.tl-item:last-child .tl-dot:after {
display:none
}
.tl-item.active .tl-dot:before {
border-color:#448bff;
box-shadow:0 0 0 4px rgba(68, 139, 255, .2)
}
.tl-dot {
position:relative;
border-color:rgba(160, 175, 185, .15)
}
.tl-dot:after, .tl-dot:before {
content:'';
position:absolute;
border-color:inherit;
border-width:2px;
border-style:solid;
border-radius:50%;
width:10px;
height:10px;
top:15px;
left:50%;
transform:translateX(-50%)
}
.tl-dot:after {
width:0;
height:auto;
top:25px;
bottom:-15px;
border-right-width:0;
border-top-width:0;
border-bottom-width:0;
border-radius:0
}
.tl-content p:last-child {
margin-bottom:0
}
.tl-date {
font-size:.85em;
margin-top:2px;
min-width:100px;
max-width:100px
}
.pos-rlt {
position:relative
}
.pos-abt {
position:absolute
}
.pos-fix {
position:fixed!important
}
.pos-stc {
position:static!important
}
.active>.auto .d-inline, .active>.d-inline {
display:none!important
}
.active>.auto .d-none, .active>.d-none {
display:inline-block!important
}
.box-shadow {
box-shadow:0 1px 3px rgba(0, 0, 0, .05)
}
.box-shadows {
box-shadow:0 10px 25px 0 rgba(50, 50, 50, .15)
}
.hide {
display:none!important
}
.hidden {
visibility:hidden
}
.show-rtl {
display:none!important
}
.pointer {
cursor:pointer
}
.circle {
border-radius:500px
}
.clear {
display:block;
overflow:hidden
}
.no-wrap {
white-space:nowrap
}
.no-shadow {
-webkit-box-shadow:none!important;
box-shadow:none!important
}
.no-select {
pointer-events:none;
user-select:none
}
.p-2-3 {
padding:.75rem
}
.p-3-4 {
padding:1.25rem
}
.scale {
transform:scale(.9)
}
.scale-75 {
transform:scale(.75)
}
.scale-50 {
transform:scale(.5)
}
.scale-25 {
transform:scale(.25)
}
@media (max-width:767.98px) {
.pos-stc-sm {
position:static!important
}
}
@media (max-width:575.98px) {
.pos-stc-xs {
position:static!important
}
}
.no-border {
border-color:transparent!important;
border-width:0!important
}
.b {
border-color:rgba(160, 175, 185, .15);
background-clip:padding-box
}
.b-a {
border:1px solid rgba(160, 175, 185, .15)
}
.b-t {
border-top:1px solid rgba(160, 175, 185, .15)
}
.b-r {
border-right:1px solid rgba(160, 175, 185, .15)
}
.b-b {
border-bottom:1px solid rgba(160, 175, 185, .15)
}
.b-l {
border-left:1px solid rgba(160, 175, 185, .15)
}
.b-1x {
border-width:1px
}
.b-2x {
border-width:2px
}
.b-3x {
border-width:3px
}
.b-4x {
border-width:4px
}
.b-5x {
border-width:5px
}
.b-t-2x {
border-top-width:2px!important
}
.b-t-3x {
border-top-width:3px!important
}
.b-t-4x {
border-top-width:4px!important
}
.b-t-5x {
border-top-width:5px!important
}
.b-r-2x {
border-right-width:2px!important
}
.b-r-3x {
border-right-width:3px!important
}
.b-r-4x {
border-right-width:4px!important
}
.b-r-5x {
border-right-width:5px!important
}
.b-b-2x {
border-bottom-width:2px!important
}
.b-b-3x {
border-bottom-width:3px!important
}
.b-b-4x {
border-bottom-width:4px!important
}
.b-b-5x {
border-bottom-width:5px!important
}
.b-l-2x {
border-left-width:2px!important
}
.b-l-3x {
border-left-width:3px!important
}
.b-l-4x {
border-left-width:4px!important
}
.b-l-5x {
border-left-width:5px!important
}
.b-light {
border-color:#f5f5f6
}
.b-white {
border-color:#fff
}
.b-primary {
border-color:#448bff!important
}
.b-t-primary {
border-top-color:#448bff
}
.b-r-primary {
border-right-color:#448bff
}
.b-b-primary {
border-bottom-color:#448bff
}
.b-l-primary {
border-left-color:#448bff
}
.b-success {
border-color:#31c971!important
}
.b-t-success {
border-top-color:#31c971
}
.b-r-success {
border-right-color:#31c971
}
.b-b-success {
border-bottom-color:#31c971
}
.b-l-success {
border-left-color:#31c971
}
.b-info {
border-color:#14bae4!important
}
.b-t-info {
border-top-color:#14bae4
}
.b-r-info {
border-right-color:#14bae4
}
.b-b-info {
border-bottom-color:#14bae4
}
.b-l-info {
border-left-color:#14bae4
}
.b-warning {
border-color:#f4c414!important
}
.b-t-warning {
border-top-color:#f4c414
}
.b-r-warning {
border-right-color:#f4c414
}
.b-b-warning {
border-bottom-color:#f4c414
}
.b-l-warning {
border-left-color:#f4c414
}
.b-danger {
border-color:#f54394!important
}
.b-t-danger {
border-top-color:#f54394
}
.b-r-danger {
border-right-color:#f54394
}
.b-b-danger {
border-bottom-color:#f54394
}
.b-l-danger {
border-left-color:#f54394
}
.b-light {
border-color:#f5f5f6!important
}
.b-t-light {
border-top-color:#f5f5f6
}
.b-r-light {
border-right-color:#f5f5f6
}
.b-b-light {
border-bottom-color:#f5f5f6
}
.b-l-light {
border-left-color:#f5f5f6
}
.b-dark {
border-color:#192039!important
}
.b-t-dark {
border-top-color:#192039
}
.b-r-dark {
border-right-color:#192039
}
.b-b-dark {
border-bottom-color:#192039
}
.b-l-dark {
border-left-color:#192039
}
.b-white {
border-color:#fff!important
}
.b-t-white {
border-top-color:#fff
}
.b-r-white {
border-right-color:#fff
}
.b-b-white {
border-bottom-color:#fff
}
.b-l-white {
border-left-color:#fff
}
.b-default {
border-color:rgba(160, 175, 185, .15)!important
}
.b-t-default {
border-top-color:rgba(160, 175, 185, .15)
}
.b-r-default {
border-right-color:rgba(160, 175, 185, .15)
}
.b-b-default {
border-bottom-color:rgba(160, 175, 185, .15)
}
.b-l-default {
border-left-color:rgba(160, 175, 185, .15)
}
.no-b-t {
border-top-width:0
}
.no-b-r {
border-right-width:0
}
.no-b-b {
border-bottom-width:0
}
.no-b-l {
border-left-width:0
}
.b-dashed {
border-style:dashed!important
}
.b-transparent {
border-color:transparent!important
}
@media (max-width:991.98px) {
.no-border-md {
border-width:0
}
}
@media (max-width:767.98px) {
.no-border-sm {
border-width:0
}
}
@media (max-width:575.98px) {
.no-border-xs {
border-width:0
}
}
.hover-show {
display:none
}
.hover-rotate {
transition:all .2s ease-in-out .1s
}
@media (prefers-reduced-motion:reduce) {
.hover-rotate {
transition:none
}
}
.hover-anchor:active .hover-show, .hover-anchor:hover .hover-show {
display:inherit
}
.hover-anchor:active .hover-rotate, .hover-anchor:hover .hover-rotate {
transform:rotate(45deg)
}
.hover-top:active, .hover-top:hover {
position:relative;
z-index:1000
}
.r {
border-radius:3px
}
.r-t {
border-top-left-radius:3px;
border-top-right-radius:3px
}
.r-r {
border-top-right-radius:3px;
border-bottom-right-radius:3px
}
.r-b {
border-bottom-right-radius:3px;
border-bottom-left-radius:3px
}
.r-l {
border-top-left-radius:3px;
border-bottom-left-radius:3px
}
.r-2x {
border-radius:6px
}
.r-3x {
border-radius:9px
}
.r-auto {
border-radius:inherit
}
.no-radius {
border-radius:0!important
}
.no-r-t {
border-top-left-radius:0;
border-top-right-radius:0
}
.no-r-r {
border-top-right-radius:0;
border-bottom-right-radius:0
}
.no-r-b {
border-bottom-right-radius:0;
border-bottom-left-radius:0
}
.no-r-l {
border-top-left-radius:0;
border-bottom-left-radius:0
}
.scrollable {
overflow-x:hidden;
overflow-y:auto;
-webkit-overflow-scrolling:touch
}
.scrollable.hover {
overflow-y:hidden
}
.scrollable.hover>* {
margin-top:-1px
}
.scrollable.hover:active, .scrollable.hover:focus, .scrollable.hover:hover {
overflow:visible;
overflow-y:auto
}
.touch .scrollable {
overflow-y:auto!important
}
.scroll-x, .scroll-y {
overflow:hidden;
-webkit-overflow-scrolling:touch
}
.scroll-y {
overflow-y:auto
}
.scroll-x {
overflow-x:auto
}
.no-scroll {
overflow:hidden
}
a.primary:hover {
background-color:#3b85ff
}
a.text-primary:hover {
color:#3b85ff!important
}
.text-hover-primary .active>a, .text-hover-primary a:hover, .text-primary {
color:#448bff!important
}
a.success:hover {
background-color:#2fc26d
}
a.text-success:hover {
color:#2fc26d!important
}
.text-hover-success .active>a, .text-hover-success a:hover, .text-success {
color:#31c971!important
}
a.info:hover {
background-color:#13b3dc
}
a.text-info:hover {
color:#13b3dc!important
}
.text-hover-info .active>a, .text-hover-info a:hover, .text-info {
color:#14bae4!important
}
a.warning:hover {
background-color:#f4c20b
}
a.text-warning:hover {
color:#f4c20b!important
}
.text-hover-warning .active>a, .text-hover-warning a:hover, .text-warning {
color:#f4c414!important
}
a.danger:hover {
background-color:#f53b8f
}
a.text-danger:hover {
color:#f53b8f!important
}
.text-danger, .text-hover-danger .active>a, .text-hover-danger a:hover {
color:#f54394!important
}
a.dark:hover {
background-color:#161d33
}
a.text-dark:hover {
color:#161d33!important
}
.text-dark, .text-hover-dark .active>a, .text-hover-dark a:hover {
color:#192039!important
}
a.blue:hover {
background-color:#0077f6
}
a.text-blue:hover {
color:#0077f6!important
}
.text-blue, .text-hover-blue .active>a, .text-hover-blue a:hover {
color:#007bff!important
}
.text-white {
color:#fff!important
}
.text-color {
color:#5e676f
}
.text-inherit a {
color:inherit
}
.text-fade {
opacity:.65
}
.text-gd {
-webkit-background-clip:text;
-moz-background-clip:text;
background-clip:text;
-webkit-text-fill-color:transparent;
-moz-text-fill-color:transparent;
text-fill-color:transparent
}
.text {
font-size:1rem
}
.text-sm {
font-size:.825rem
}
.text-md {
font-size:1.25rem
}
.text-lg {
font-size:2.5rem
}
.text-2x {
font-size:2em!important
}
.text-3x {
font-size:3em!important
}
.text-4x {
font-size:4em!important
}
.l-h-0 {
line-height:0
}
.l-h {
line-height:1.4285714286
}
.l-h-1x {
line-height:1
}
.l-h-2x {
line-height:2em
}
.l-s-1x {
letter-spacing:1px
}
.l-s-2x {
letter-spacing:2px
}
.l-s-3x {
letter-spacing:3px
}
.l-s-4x {
letter-spacing:4px
}
.l-s-n-1x {
letter-spacing:-1px
}
.l-s-n-2x {
letter-spacing:-2px
}
.l-s-n-3x {
letter-spacing:-3px
}
.l-s-n-4x {
letter-spacing:-4px
}
.h-1x {
height:1.25rem;
overflow:hidden;
display:-webkit-box;
-webkit-line-clamp:1;
-webkit-box-orient:vertical
}
.h-2x {
max-height:2.5rem;
overflow:hidden;
display:-webkit-box;
-webkit-line-clamp:2;
-webkit-box-orient:vertical
}
.h-3x {
max-height:3.75rem;
overflow:hidden;
display:-webkit-box;
-webkit-line-clamp:3;
-webkit-box-orient:vertical
}
.h-4x {
max-height:5rem;
overflow:hidden;
display:-webkit-box;
-webkit-line-clamp:4;
-webkit-box-orient:vertical
}
.text-serif {
font-family:Georgia, "Times New Roman", Times, serif
}
.text-ellipsis {
display:block;
white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis
}
.text-shadow {
text-shadow:0 1px 0 rgba(0, 0, 0, .1)
}
.font-weight-100 {
font-weight:100!important
}
.font-weight-300 {
font-weight:300!important
}
.font-weight-500 {
font-weight:500!important
}
.text-align-auto {
text-align:inherit
}
@media (max-width:991.98px) {
.display-1 {
font-size:3.5rem
}
.display-2 {
font-size:3.25rem
}
.display-3 {
font-size:3rem
}
.display-4 {
font-size:1.5rem
}
.text-lg {
font-size:2rem
}
}
.w-8 {
width:8px!important;
height:8px!important
}
.w-12 {
width:12px!important;
height:12px!important
}
.w-16 {
width:16px!important;
height:16px!important
}
.w-20 {
width:20px!important;
height:20px!important;
font-size:.6em
}
.w-24 {
width:24px!important;
height:24px!important;
font-size:.7em
}
.w-28 {
width:28px!important;
height:28px!important;
font-size:.8em
}
.w-32 {
width:32px!important;
height:32px!important;
font-size:.85em
}
.w-36 {
width:36px!important;
height:36px!important;
font-size:.875em
}
.w-40 {
width:40px!important;
height:40px!important
}
.w-48 {
width:48px!important;
height:48px!important
}
.w-56 {
width:56px!important;
height:56px!important
}
.w-64 {
width:64px!important;
height:64px!important
}
.w-72 {
width:72px!important;
height:72px!important
}
.w-80 {
width:80px
}
.w-96 {
width:96px
}
.w-128 {
width:128px
}
.w-xs {
width:90px
}
.w-sm {
width:120px
}
.w {
width:190px
}
.w-md {
width:240px
}
.w-lg {
width:280px
}
.w-xl {
width:320px
}
.w-auto {
width:auto
}
.h-auto {
height:auto
}
.hv {
height:100vh
}
.h-v {
min-height:100vh
}
.h-v-50 {
min-height:50vh
}
@media (max-width:1199.98px) {
.w-auto-lg {
width:auto!important
}
.w-100-lg {
width:100%!important
}
}
@media (max-width:991.98px) {
.w-auto-md {
width:auto!important
}
.w-100-md {
width:100%!important
}
}
@media (max-width:767.98px) {
.w-auto-sm {
width:auto!important
}
.w-100-sm {
width:100%!important
}
}
@media (max-width:575.98px) {
.w-auto-xs {
width:auto!important
}
.w-100-xs {
width:100%!important
}
}
.md-form-group {
padding:18px 0 24px 0;
position:relative
}
.md-input {
background:0 0;
position:relative;
z-index:5;
border:0;
box-shadow:none;
border-radius:0;
border-bottom:1px solid rgba(135, 150, 165, .15);
width:100%;
height:34px;
padding:2px;
color:inherit
}
.md-input.focus, .md-input:focus {
border-color:#448bff;
border-bottom-width:2px;
padding-bottom:1px
}
.md-input.focus~label, .md-input:focus~label {
color:#448bff;
opacity:1;
top:0!important;
font-size:.85em!important
}
.float-label .md-input~label {
top:20px;
font-size:1em
}
.float-label .md-input:not([value=""])~label, .float-label .md-input:valid~label {
top:0;
font-size:.85em
}
.md-input~label {
transition:all .2s;
font-size:.85em;
position:absolute;
z-index:0;
opacity:.5;
display:inline-block;
top:0;
left:0
}
@media (prefers-reduced-motion:reduce) {
.md-input~label {
transition:none
}
}
.md-input.is-invalid {
border-color:#f54394
}
.md-input.is-valid {
border-color:#31c971
}
.md-input.disabled, .md-input[disabled] {
opacity:.5
}
textarea.md-input {
height:auto
}
.md-input-white.focus, .md-input-white:focus {
border-color:#fff
}
.md-input-white.focus~label, .md-input-white:focus~label {
color:#fff
}
.md-input-msg {
position:absolute;
bottom:0;
line-height:24px;
font-size:.85em
}
.md-input-msg.right {
right:0
}
.md-check {
cursor:pointer;
padding-left:1.25rem;
margin:0;
display:inline-block;
position:relative
}
.md-check input {
position:absolute;
cursor:pointer;
z-index:1;
opacity:0
}
.md-check input:checked+i:before {
border-width:0;
background-color:inherit
}
.md-check input:checked+span .active {
display:inherit
}
.md-check input[type=radio]+i, .md-check input[type=radio]+i:before {
border-radius:50%
}
.md-check input[type=checkbox]:checked+i:after {
transform:rotate(45deg);
position:absolute;
left:6px;
top:2px;
display:table;
width:6px;
height:12px;
border:2px solid;
border-top:0;
border-left:0;
content:' '
}
.md-check input[type=radio]:checked+i:after {
position:absolute;
left:6px;
top:6px;
display:table;
width:6px;
height:6px;
background:#fff;
border-radius:50%;
content:' '
}
.md-check input[disabled]+i:before, fieldset[disabled] .md-check input+i:before {
opacity:.5
}
.md-check input[disabled]:checked+i:before {
opacity:.5
}
.md-check>i {
width:0;
height:18px;
line-height:1;
display:inline-block;
vertical-align:middle;
position:relative;
left:-1.25rem;
top:-1px
}
.md-check>i:before {
content:"";
position:absolute;
width:18px;
height:100%;
border:2px solid rgba(135, 150, 165, .15);
border-radius:2px
}
.md-check>i.no-icon:after {
display:none!important
}
.md-switch {
cursor:pointer;
padding-left:36px;
margin:0;
min-height:20px
}
.md-switch input {
position:absolute;
cursor:pointer;
width:36px;
height:20px;
z-index:1;
opacity:0;
margin-left:-36px
}
.md-switch input:checked+i:before {
background:inherit;
opacity:.5
}
.md-switch input:checked+i:after {
background:inherit;
left:16px
}
.md-switch input[disabled]+i:before, fieldset[disabled] .md-switch input+i:before {
background-color:rgba(0, 0, 0, .12)
}
.md-switch input[disabled]+i:after, fieldset[disabled] .md-switch input+i:after {
background-color:#bdbdbd
}
.md-switch i {
width:0;
height:18px;
line-height:1;
margin-left:-36px;
margin-top:-2px;
display:inline-block;
vertical-align:middle;
margin-right:44px;
position:relative
}
.md-switch i:before {
content:"";
left:1px;
width:34px;
top:3px;
height:14px;
border-radius:8px;
position:absolute;
background-color:#9e9e9e;
transition:all .2s
}
@media (prefers-reduced-motion:reduce) {
.md-switch i:before {
transition:none
}
}
.md-switch i:after {
content:"";
position:absolute;
margin:0;
left:0;
top:0;
outline:0;
height:20px;
width:20px;
border-radius:50%;
background-color:#fff;
box-shadow:0 2px 5px 0 rgba(0, 0, 0, .26);
transition:all .2s
}
@media (prefers-reduced-motion:reduce) {
.md-switch i:after {
transition:none
}
}
.red {
background-color:#f44336;
color:#fff
}
.pink {
background-color:#e91e63;
color:#fff
}
.purple {
background-color:#9c27b0;
color:#fff
}
.deep-purple {
background-color:#673ab7;
color:#fff
}
.indigo {
background-color:#3f51b5;
color:#fff
}
.blue {
background-color:#2196f3;
color:#fff
}
.light-blue {
background-color:#03a9f4;
color:#fff
}
.cyan {
background-color:#00bcd4;
color:#fff
}
.teal {
background-color:#009688;
color:#fff
}
.green {
background-color:#4caf50;
color:#fff
}
.light-green {
background-color:#8bc34a;
color:rgba(0, 0, 0, .85)
}
.lime {
background-color:#cddc39;
color:rgba(0, 0, 0, .85)
}
.yellow {
background-color:#ffeb3b;
color:rgba(0, 0, 0, .85)
}
.amber {
background-color:#ffc107;
color:rgba(0, 0, 0, .85)
}
.orange {
background-color:#ff9800;
color:rgba(0, 0, 0, .85)
}
.deep-orange {
background-color:#ff5722;
color:#fff
}
.brown {
background-color:#795548;
color:#fff
}
.blue-grey {
background-color:#607d8b;
color:#fff
}
.grey {
background-color:#9e9e9e;
color:#fff
}
.fa-check, .fa-film, .fa-thumbs-up, .fa-desktop,.fa-flag, .awesome
{
padding-top: 12px;
font-size: 20px !important;
padding-left: 20px;
}
.fa-check-square, .fa-plus-circle
{
padding-top: 12px;
font-size: 23px !important;
padding-left: 20px;
}
form .form-control
{
border: 1px solid #ccc !important;
} | 0.41182 | 0.111943 |
@keyframes fadein {
0% { opacity: 0; }
20% { opacity: 0; }
100% { opacity: 1; }
}
html, body{
width:100%;
height:100%;
padding: 0;
margin: 0;
}
body {
font-family: "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", "Hiragino Sans GB", "WenQuanYi Micro Hei", sans-serif;
font-size: 1rem;
animation: fadein 1s;
animation-timing-function: ease-in-out;
}
a {
color: #00B7FF;
}
h1 {
position: absolute;
}
p {
position: absolute;
}
#canvas {
display: block;
position: absolute;
width: 100%;
height: 100%;
background: #fff;
overflow: hidden;
}
.text-center {
text-align: center;
}
.width-80 {
width: 80%;
}
.width-100 {
width: 100%;
}
.abs-container {
position:absolute;
}
.abs-container *{
position:relative;
}
.abs-container.upper {
top: 25%;
left: 50%;
transform: translate(-50%, -75%);
}
.abs-container.center {
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.abs-container.lower {
top: 70%;
left: 50%;
transform: translate(-50%, -30%);
}
.abs-container.quote {
top: 85%;
left: 50%;
transform: translate(-50%, -25%);
}
.quote {
animation: fadein 1s;
animation-fill-mode: both;
animation-delay: 2s;
animation-timing-function: ease-in-out;
color: #222;
font-size: 0.8rem;
letter-spacing: 0.05rem;
font-family:
"Palatino Linotype", "Book Antiqua", Palatino,
"FangSong", "仿宋", "STFangSong", "华文仿宋", "SimSun",
"ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "MS P明朝", "MS PMincho", "MS 明朝", serif;
}
.quote span{
margin-left: 0.1rem;
margin-right: 0.1rem;
}
ul {
padding: 0;
margin: 0;
list-style-type: none;
}
.links {
animation: fadein 0.5s;
animation-fill-mode: both;
animation-delay: 1s;
animation-timing-function: ease-in-out;
display: inline-block;
font-size: 1.0rem;
width: 10rem;
max-width: 25%;
color: black;
text-decoration: none;
/* margin-left: 2.5%; */
/* margin-right: 2.5%; */
}
.shutter-vertical {
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
background: rgba(255, 255, 255, 0);
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
}
.shutter-vertical:before {
content: "";
position: absolute;
z-index: -1;
top: 0; bottom: 0; left:0%; right:0;
background: rgba(0, 0, 0, 1);
-webkit-transform: scaleY(0);
transform: scaleY(0);
-webkit-transform-origin: 50%;
transform-origin: 50%;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.shutter-vertical:hover, .shutter-vertical:focus, .shutter-vertical:active {
color:white;
}
.shutter-vertical:hover:before, .shutter-vertical:focus:before, .shutter-vertical:active:before {
-webkit-transform: scaleY(1);
transform: scaleY(1);
}
.typed-strings {
display: none;
}
.typed-text {
font-size: 2rem;
}
.typed-cursor{
font-size: 2rem;
opacity: 1;
-webkit-animation: blink 0.7s infinite;
-moz-animation: blink 0.7s infinite;
animation: blink 0.7s infinite;
}
.new-icon {
animation-delay: 2s;
position: absolute;
left: calc(50% - 0.75rem - 4px);
top: 2.7rem;
font-size: 0.5rem;
width: 1.5rem;
color: white;
text-align: center;
background: red;
padding: 2px 5px;
border-radius: 30px 30px 30px 30px;
text-decoration: none;
display: block;
}
@keyframes blink{
0% { opacity:1; }
50% { opacity:0; }
100% { opacity:1; }
}
@-webkit-keyframes blink{
0% { opacity:1; }
50% { opacity:0; }
100% { opacity:1; }
}
@-moz-keyframes blink{
0% { opacity:1; }
50% { opacity:0; }
100% { opacity:1; }
} | public/stylesheets/index.css | @keyframes fadein {
0% { opacity: 0; }
20% { opacity: 0; }
100% { opacity: 1; }
}
html, body{
width:100%;
height:100%;
padding: 0;
margin: 0;
}
body {
font-family: "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", "Hiragino Sans GB", "WenQuanYi Micro Hei", sans-serif;
font-size: 1rem;
animation: fadein 1s;
animation-timing-function: ease-in-out;
}
a {
color: #00B7FF;
}
h1 {
position: absolute;
}
p {
position: absolute;
}
#canvas {
display: block;
position: absolute;
width: 100%;
height: 100%;
background: #fff;
overflow: hidden;
}
.text-center {
text-align: center;
}
.width-80 {
width: 80%;
}
.width-100 {
width: 100%;
}
.abs-container {
position:absolute;
}
.abs-container *{
position:relative;
}
.abs-container.upper {
top: 25%;
left: 50%;
transform: translate(-50%, -75%);
}
.abs-container.center {
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.abs-container.lower {
top: 70%;
left: 50%;
transform: translate(-50%, -30%);
}
.abs-container.quote {
top: 85%;
left: 50%;
transform: translate(-50%, -25%);
}
.quote {
animation: fadein 1s;
animation-fill-mode: both;
animation-delay: 2s;
animation-timing-function: ease-in-out;
color: #222;
font-size: 0.8rem;
letter-spacing: 0.05rem;
font-family:
"Palatino Linotype", "Book Antiqua", Palatino,
"FangSong", "仿宋", "STFangSong", "华文仿宋", "SimSun",
"ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "MS P明朝", "MS PMincho", "MS 明朝", serif;
}
.quote span{
margin-left: 0.1rem;
margin-right: 0.1rem;
}
ul {
padding: 0;
margin: 0;
list-style-type: none;
}
.links {
animation: fadein 0.5s;
animation-fill-mode: both;
animation-delay: 1s;
animation-timing-function: ease-in-out;
display: inline-block;
font-size: 1.0rem;
width: 10rem;
max-width: 25%;
color: black;
text-decoration: none;
/* margin-left: 2.5%; */
/* margin-right: 2.5%; */
}
.shutter-vertical {
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
background: rgba(255, 255, 255, 0);
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
}
.shutter-vertical:before {
content: "";
position: absolute;
z-index: -1;
top: 0; bottom: 0; left:0%; right:0;
background: rgba(0, 0, 0, 1);
-webkit-transform: scaleY(0);
transform: scaleY(0);
-webkit-transform-origin: 50%;
transform-origin: 50%;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.shutter-vertical:hover, .shutter-vertical:focus, .shutter-vertical:active {
color:white;
}
.shutter-vertical:hover:before, .shutter-vertical:focus:before, .shutter-vertical:active:before {
-webkit-transform: scaleY(1);
transform: scaleY(1);
}
.typed-strings {
display: none;
}
.typed-text {
font-size: 2rem;
}
.typed-cursor{
font-size: 2rem;
opacity: 1;
-webkit-animation: blink 0.7s infinite;
-moz-animation: blink 0.7s infinite;
animation: blink 0.7s infinite;
}
.new-icon {
animation-delay: 2s;
position: absolute;
left: calc(50% - 0.75rem - 4px);
top: 2.7rem;
font-size: 0.5rem;
width: 1.5rem;
color: white;
text-align: center;
background: red;
padding: 2px 5px;
border-radius: 30px 30px 30px 30px;
text-decoration: none;
display: block;
}
@keyframes blink{
0% { opacity:1; }
50% { opacity:0; }
100% { opacity:1; }
}
@-webkit-keyframes blink{
0% { opacity:1; }
50% { opacity:0; }
100% { opacity:1; }
}
@-moz-keyframes blink{
0% { opacity:1; }
50% { opacity:0; }
100% { opacity:1; }
} | 0.584271 | 0.112356 |
.body-up {
background: #ffffff url("../img/lightblue-bg.jpg") repeat-x 0 -40px;
}
.body-down {
background: #ffffff url("../img/lightblue-bg.jpg") repeat-x 0 0;
}
.lightgrain-bg {
background: #E9E9E9 url("../img/lightgrain-bg.png") repeat 0 0;
}
.darkgrain-bg {
background: #E2E2E2 url("../img/darkgrain-bg.png") repeat 0 0;
}
.mediumgrain-bg {
background: #EEE url("../img/mediumgrain-bg.png") repeat 0 0;
}
.lightblue-bg {
background: #dbedf7 url("../img/frame-bg.jpg") repeat-x 0 0;
}
h1, h2, h3, h4, h5, h6 {
color: #224477;
}
.header {
display:block;
margin:auto;
}
.dashboard-logo {
width:320px;
height:70px;
display:block;
float:left;
margin: 0 5px 0 0;
background: #fff url("../img/motech-logo.jpg") no-repeat;
}
.top-menu {
width:auto;
height:24px;
display:block;
float:right;
margin: 0 0 0 55%;
background:#e4f1f9;
border-radius:0 0 4px 4px;
border:1px solid #d4e1f9;
position:absolute;
-webkit-box-shadow: 0 1px 3px #bec9de;
-moz-box-shadow: 0 1px 3px #bec9de;
box-shadow: 0 1px 3px #bec9de;
}
.top-menu .nav, .top-menu .navbar .nav > li > a {
color: #224477;
text-decoration:none;
padding:0;
text-shadow:none;
cursor:pointer;
}
.top-menu .nav a:hover, .top-menu .navbar .nav > li > a:hover {
text-decoration:none;
color: #000;
}
.top-menu .navbar .nav > li {
margin:2px 0 0 10px;
}
.top-menu .navbar .nav li.dropdown .caret {
border-top-color: #224477;
border-bottom-color: #224477;
opacity: 0.75;
filter: alpha(opacity=75);
}
.top-menu .navbar .nav li.dropdown:hover .caret {
border-top-color: #000;
border-bottom-color: #000;
}
.header-title {
width:340px;
height:28px;
display:block;
float:left;
margin: 40px 0 0 9%;
background: #fff;
color:#224477;
text-weight:400;
font-size: 18px;
line-height: 27px;
vertical-align:bottom;
}
.header-nav {
display:block;
margin: 0 0 10px 0;
padding: 0 0 0 0;
color: #fff;
line-height: 28px;
font-size: 16px;
background: #001e4f url("../img/navbar.jpg") repeat-x 0 0;
border-bottom:1px solid #ff9900;
}
.dropdown ul li a,.dropdown ul li {
font-size: 13px;
}
.dropdown:hover .dropdown-menu,.dropdown:hover {
display: block;
}
.navbar .dropdown-menu, .nav-pills .dropdown-menu {
margin-top: 0;
}
.navbar-inner {
filter:none;
border-radius:none;
box-shadow:none;
}
.navbar-inner-bg {
background: url("../img/navbar.jpg") repeat-x 0 0;
}
#minimize {
margin:0 0 0 40px;
}
.minimize {
width: 28px;
height: 25px;
background:url("../img/action-btn-sprite.png") no-repeat;
}
.action-minimize-up {
background-position: -248px 0;
}
.action-minimize-up:hover {
background-position: -248px -24px;
}
.action-minimize-down {
background-position: -279px 0;
}
.action-minimize-down:hover {
background-position: -279px -24px;
}
.navbar .nav > li > a, .navbar .brand {
color: #c2eafe;
}
.nav-tabs {
border-bottom: 1px solid #0088cc;
}
.nav-tabs.nav-stacked > li > a {
border-radius:6px;
border:1px solid #d4e1f9;
background:#e4f1f9;
text-transform:capitalize;
}
.nav-tabs.nav-stacked > li:last-child > a,
.nav-tabs.nav-stacked > li:last-child,
.nav-tabs.nav-stacked > li {
border-radius:6px;
}
.nav-tabs.nav-stacked li {
-webkit-box-shadow: 0 1px 3px #bec9de;
-moz-box-shadow: 0 1px 3px #bec9de;
box-shadow: 0 1px 3px #bec9de;
}
.nav-tabs.nav-stacked li.nav-header {
-webkit-box-shadow: 0 0 0 #bec9de;
-moz-box-shadow: 0 0 0 #bec9de;
box-shadow: 0 0 0 #bec9de;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > li > a:hover,
.nav-tabs.nav-stacked > .active > a,
.nav-tabs.nav-stacked > .active > a {
border: 1px solid #0088cc;
background: #3b679e; /* Old browsers */
background: -moz-linear-gradient(top, #3b679e 0%, #2b88d9 50%, #207cca 51%, #7db9e8 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3b679e), color-stop(50%,#2b88d9), color-stop(51%,#207cca), color-stop(100%,#7db9e8));
background: -webkit-linear-gradient(top, #3b679e 0%,#2b88d9 50%,#207cca 51%,#7db9e8 100%);
background: -o-linear-gradient(top, #3b679e 0%,#2b88d9 50%,#207cca 51%,#7db9e8 100%);
background: -ms-linear-gradient(top, #3b679e 0%,#2b88d9 50%,#207cca 51%,#7db9e8 100%);
background: linear-gradient(to bottom, #3b679e 0%,#2b88d9 50%,#207cca 51%,#7db9e8 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b679e', endColorstr='#7db9e8',GradientType=0 );
color:#ffffff;
}
.nav-tabs > li > a {
line-height: 14px;
}
.nav > li > a:hover {
color: #ffffff;
}
.tab-content {
padding: 10px 10px 20px 10px;
margin-bottom: 30px;
}
hr {
border-style:solid;
border-color: #0088cc;
}
.nav li + .nav-header, .nav .nav-header {
color: #224477;
font-size: 15px;
margin-top: 15px;
}
.form-panel {
width:480px;
min-height: 20px;
padding: 19px 100px;
margin: 20px auto 20px auto;
background:#dbedf7 url("../img/frame-bg.jpg") repeat-x 0 0;
border:1px #7bb5fc solid;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: 0 2px 5px #89aedb;
-moz-box-shadow: 0 2px 5px #89aedb;
box-shadow: 0 2px 5px #89aedb;
}
.title {
color:#224477;
font-size: 22px;
line-height: 27px;
text-align:center;
margin:20px;
}
.required-field {
color:#ff0000;
}
.i-middle {
vertical-align:middle;
}
select {
background:#ffffff;
}
.box-header {
border-radius: 4px;
font-weight: bold;
line-height: 20px;
font-size: 15px;
padding:5px 10px;
color: #c2eafe;
background: #001e4f url("../img/head-bg.jpg") repeat-x left top;
}
.box-content {
border-radius: 4px;
border: 1px solid #D4E1F9;
padding: 0;
background: #dbedf7 url("../img/frame-bg.jpg") repeat-x 0 0;
-webkit-box-shadow: 0 0 6px #bec9de;
-moz-box-shadow: 0 0 6px #bec9de;
box-shadow: 0 0 6px #bec9de;
}
.inside {
padding: 8px 10px;
}
.outside-tb {
margin: 10px 0;
}
footer {
border-top: 1px solid #D4E1F9;
background: #e4f1f9;
position: fixed;
bottom: 0;
display: block;
width: 100%;
opacity: 0.8;
}
.input-lxlarge {
width: 430px;
}
/* -----flags ----- */
.flag {
display: inline-block;
width: 22px;
height: 14px;
*margin-right: .3em;
line-height: 14px;
vertical-align: middle;
margin-left:0;
background-position: 0 0;
background-repeat: no-repeat;
}
.flag-en {
background-image: url("../img/en.png");
}
.flag-pl {
background-image: url("../img/pl.png");
}
.flag-us {
background-image: url("../img/us.png");
}
.flag-fr {
background-image: url("../img/fr.png");
}
.flag-de {
background-image: url("../img/de.png");
}
/* ----- splash ----- */
.splash {
width: 345px;
min-height: 20px;
padding: 0;
margin: auto auto auto -173px;
left: 50%;
position: fixed;
z-index: 9999;
background: #dbedf7 url("../img/splash-bg.jpg") repeat-x 0 0;
border:1px #7bb5fc solid;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: 0 1px 5px #89aedb;
-moz-box-shadow: 0 1px 5px #89aedb;
box-shadow: 0 1px 5px #89aedb;
}
.splash-loader {
float:left;
width: 345px;
height: 40px;
margin: auto;
padding: 0;
background:#cbe4f4;
text-align:center;
}
.splash-loader img {
margin:12px 0 0 -10px;
}
.splash-logo {
float:left;
width: 260px;
height: 80px;
margin: 10px 40px 10px 45px;
background: url("../img/motech-logo-splash.jpg") no-repeat 0 0;
}
.splash-msg {
float:left;
width: 345px;
min-height: 50px;
margin: 10px auto;
text-align: center;
color: #224477;
font-size: 13px;
line-height: 20px;
} | platform/server-bundle/src/main/resources/webapp/resources/css/index.css | .body-up {
background: #ffffff url("../img/lightblue-bg.jpg") repeat-x 0 -40px;
}
.body-down {
background: #ffffff url("../img/lightblue-bg.jpg") repeat-x 0 0;
}
.lightgrain-bg {
background: #E9E9E9 url("../img/lightgrain-bg.png") repeat 0 0;
}
.darkgrain-bg {
background: #E2E2E2 url("../img/darkgrain-bg.png") repeat 0 0;
}
.mediumgrain-bg {
background: #EEE url("../img/mediumgrain-bg.png") repeat 0 0;
}
.lightblue-bg {
background: #dbedf7 url("../img/frame-bg.jpg") repeat-x 0 0;
}
h1, h2, h3, h4, h5, h6 {
color: #224477;
}
.header {
display:block;
margin:auto;
}
.dashboard-logo {
width:320px;
height:70px;
display:block;
float:left;
margin: 0 5px 0 0;
background: #fff url("../img/motech-logo.jpg") no-repeat;
}
.top-menu {
width:auto;
height:24px;
display:block;
float:right;
margin: 0 0 0 55%;
background:#e4f1f9;
border-radius:0 0 4px 4px;
border:1px solid #d4e1f9;
position:absolute;
-webkit-box-shadow: 0 1px 3px #bec9de;
-moz-box-shadow: 0 1px 3px #bec9de;
box-shadow: 0 1px 3px #bec9de;
}
.top-menu .nav, .top-menu .navbar .nav > li > a {
color: #224477;
text-decoration:none;
padding:0;
text-shadow:none;
cursor:pointer;
}
.top-menu .nav a:hover, .top-menu .navbar .nav > li > a:hover {
text-decoration:none;
color: #000;
}
.top-menu .navbar .nav > li {
margin:2px 0 0 10px;
}
.top-menu .navbar .nav li.dropdown .caret {
border-top-color: #224477;
border-bottom-color: #224477;
opacity: 0.75;
filter: alpha(opacity=75);
}
.top-menu .navbar .nav li.dropdown:hover .caret {
border-top-color: #000;
border-bottom-color: #000;
}
.header-title {
width:340px;
height:28px;
display:block;
float:left;
margin: 40px 0 0 9%;
background: #fff;
color:#224477;
text-weight:400;
font-size: 18px;
line-height: 27px;
vertical-align:bottom;
}
.header-nav {
display:block;
margin: 0 0 10px 0;
padding: 0 0 0 0;
color: #fff;
line-height: 28px;
font-size: 16px;
background: #001e4f url("../img/navbar.jpg") repeat-x 0 0;
border-bottom:1px solid #ff9900;
}
.dropdown ul li a,.dropdown ul li {
font-size: 13px;
}
.dropdown:hover .dropdown-menu,.dropdown:hover {
display: block;
}
.navbar .dropdown-menu, .nav-pills .dropdown-menu {
margin-top: 0;
}
.navbar-inner {
filter:none;
border-radius:none;
box-shadow:none;
}
.navbar-inner-bg {
background: url("../img/navbar.jpg") repeat-x 0 0;
}
#minimize {
margin:0 0 0 40px;
}
.minimize {
width: 28px;
height: 25px;
background:url("../img/action-btn-sprite.png") no-repeat;
}
.action-minimize-up {
background-position: -248px 0;
}
.action-minimize-up:hover {
background-position: -248px -24px;
}
.action-minimize-down {
background-position: -279px 0;
}
.action-minimize-down:hover {
background-position: -279px -24px;
}
.navbar .nav > li > a, .navbar .brand {
color: #c2eafe;
}
.nav-tabs {
border-bottom: 1px solid #0088cc;
}
.nav-tabs.nav-stacked > li > a {
border-radius:6px;
border:1px solid #d4e1f9;
background:#e4f1f9;
text-transform:capitalize;
}
.nav-tabs.nav-stacked > li:last-child > a,
.nav-tabs.nav-stacked > li:last-child,
.nav-tabs.nav-stacked > li {
border-radius:6px;
}
.nav-tabs.nav-stacked li {
-webkit-box-shadow: 0 1px 3px #bec9de;
-moz-box-shadow: 0 1px 3px #bec9de;
box-shadow: 0 1px 3px #bec9de;
}
.nav-tabs.nav-stacked li.nav-header {
-webkit-box-shadow: 0 0 0 #bec9de;
-moz-box-shadow: 0 0 0 #bec9de;
box-shadow: 0 0 0 #bec9de;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > li > a:hover,
.nav-tabs.nav-stacked > .active > a,
.nav-tabs.nav-stacked > .active > a {
border: 1px solid #0088cc;
background: #3b679e; /* Old browsers */
background: -moz-linear-gradient(top, #3b679e 0%, #2b88d9 50%, #207cca 51%, #7db9e8 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3b679e), color-stop(50%,#2b88d9), color-stop(51%,#207cca), color-stop(100%,#7db9e8));
background: -webkit-linear-gradient(top, #3b679e 0%,#2b88d9 50%,#207cca 51%,#7db9e8 100%);
background: -o-linear-gradient(top, #3b679e 0%,#2b88d9 50%,#207cca 51%,#7db9e8 100%);
background: -ms-linear-gradient(top, #3b679e 0%,#2b88d9 50%,#207cca 51%,#7db9e8 100%);
background: linear-gradient(to bottom, #3b679e 0%,#2b88d9 50%,#207cca 51%,#7db9e8 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b679e', endColorstr='#7db9e8',GradientType=0 );
color:#ffffff;
}
.nav-tabs > li > a {
line-height: 14px;
}
.nav > li > a:hover {
color: #ffffff;
}
.tab-content {
padding: 10px 10px 20px 10px;
margin-bottom: 30px;
}
hr {
border-style:solid;
border-color: #0088cc;
}
.nav li + .nav-header, .nav .nav-header {
color: #224477;
font-size: 15px;
margin-top: 15px;
}
.form-panel {
width:480px;
min-height: 20px;
padding: 19px 100px;
margin: 20px auto 20px auto;
background:#dbedf7 url("../img/frame-bg.jpg") repeat-x 0 0;
border:1px #7bb5fc solid;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: 0 2px 5px #89aedb;
-moz-box-shadow: 0 2px 5px #89aedb;
box-shadow: 0 2px 5px #89aedb;
}
.title {
color:#224477;
font-size: 22px;
line-height: 27px;
text-align:center;
margin:20px;
}
.required-field {
color:#ff0000;
}
.i-middle {
vertical-align:middle;
}
select {
background:#ffffff;
}
.box-header {
border-radius: 4px;
font-weight: bold;
line-height: 20px;
font-size: 15px;
padding:5px 10px;
color: #c2eafe;
background: #001e4f url("../img/head-bg.jpg") repeat-x left top;
}
.box-content {
border-radius: 4px;
border: 1px solid #D4E1F9;
padding: 0;
background: #dbedf7 url("../img/frame-bg.jpg") repeat-x 0 0;
-webkit-box-shadow: 0 0 6px #bec9de;
-moz-box-shadow: 0 0 6px #bec9de;
box-shadow: 0 0 6px #bec9de;
}
.inside {
padding: 8px 10px;
}
.outside-tb {
margin: 10px 0;
}
footer {
border-top: 1px solid #D4E1F9;
background: #e4f1f9;
position: fixed;
bottom: 0;
display: block;
width: 100%;
opacity: 0.8;
}
.input-lxlarge {
width: 430px;
}
/* -----flags ----- */
.flag {
display: inline-block;
width: 22px;
height: 14px;
*margin-right: .3em;
line-height: 14px;
vertical-align: middle;
margin-left:0;
background-position: 0 0;
background-repeat: no-repeat;
}
.flag-en {
background-image: url("../img/en.png");
}
.flag-pl {
background-image: url("../img/pl.png");
}
.flag-us {
background-image: url("../img/us.png");
}
.flag-fr {
background-image: url("../img/fr.png");
}
.flag-de {
background-image: url("../img/de.png");
}
/* ----- splash ----- */
.splash {
width: 345px;
min-height: 20px;
padding: 0;
margin: auto auto auto -173px;
left: 50%;
position: fixed;
z-index: 9999;
background: #dbedf7 url("../img/splash-bg.jpg") repeat-x 0 0;
border:1px #7bb5fc solid;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: 0 1px 5px #89aedb;
-moz-box-shadow: 0 1px 5px #89aedb;
box-shadow: 0 1px 5px #89aedb;
}
.splash-loader {
float:left;
width: 345px;
height: 40px;
margin: auto;
padding: 0;
background:#cbe4f4;
text-align:center;
}
.splash-loader img {
margin:12px 0 0 -10px;
}
.splash-logo {
float:left;
width: 260px;
height: 80px;
margin: 10px 40px 10px 45px;
background: url("../img/motech-logo-splash.jpg") no-repeat 0 0;
}
.splash-msg {
float:left;
width: 345px;
min-height: 50px;
margin: 10px auto;
text-align: center;
color: #224477;
font-size: 13px;
line-height: 20px;
} | 0.324771 | 0.110495 |
:root {
--primary-fonts: "Caveat", "cursive";
--light-blue-color: #66dbec;
--red-color: #ee0300;
--orange-color: #ef7616;
--yellow-color: #f7d422;
--green-color: #5cfc01;
--blue-color: #3f83ff;
--purple-color: #5c46e7;
--gray-color: #252b2b;
--background-color: #000000;
}
/* @375px phone */
* {
margin: 0;
padding: 0;
}
html,
body {
margin: 0;
padding: 0;
max-width: 100%;
height: 100%;
overflow-x: hidden;
scroll-behavior: smooth;
}
::-webkit-scrollbar {
display: none;
}
a:hover {
opacity: 0.8;
filter: alpha(opacity=80); /* IE8 and earlier */
cursor: pointer;
}
/* Hero Section */
.hero-section {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
text-align: center;
height: 100%;
width: 100%;
min-height: 500px;
max-height: 500px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
.background {
background-color: #000000;
position: absolute;
left: 0;
top: 0%;
width: 100%;
height: 100%;
z-index: -20;
}
.hero-logo-background {
background-color: #000000;
position: absolute;
left: -30%;
top: 11%;
width: 100%;
text-align: center;
z-index: -10;
}
.hero-logo-background img {
width: 700px;
}
.hero-logo {
position: absolute;
left: 0;
top: 30%;
width: 100%;
text-align: center;
color: #ffffff;
z-index: -5;
}
.hero-logo img {
width: 345px;
}
/* About Us Section */
.about-us-section {
display: block;
height: auto;
width: 100%;
min-height: 950px;
padding: 0px 0px 0px 0px;
margin: 0px 0px;
background-color: #161a1a;
}
.about-text {
display: block;
height: auto;
width: 100%;
}
.about-text h3 {
color: #4c44dd;
padding: 30px 90px 30px 90px;
text-align: center;
font-size: 55px;
font-family: "Caveat", "cursive";
font-weight: 800px;
}
.about-text p {
color: #3c83fd;
padding: 0px 35px 45px 35px;
text-align: center;
font-size: 22px;
font-family: "Caveat", "cursive";
}
.about-image {
display: block;
width: 375px;
height: auto;
margin: 0px auto;
padding: 0px 0px 70px 0px;
text-align: center;
}
.about-image img {
width: 360px;
}
/* Medium devices (Small Mobile phones, 400px to 599px) */
@media only screen and (min-width: 400px) {
/* Hero Section */
.hero-section {
min-height: 500px;
max-height: 500px;
}
.hero-logo-background {
width: 100%;
left: -30%;
top: 11%;
}
.hero-logo-background img {
width: 700px;
}
.hero-logo {
top: 30%;
width: 100%;
}
.hero-logo img {
width: 365px;
}
/* About Us Section */
.about-us-section {
min-height: 960px;
}
.about-text h3 {
padding: 35px 90px 30px 90px;
font-size: 60px;
}
.about-text p {
padding: 0px 45px 60px 45px;
font-size: 22px;
}
.about-image {
display: block;
width: 400px;
height: auto;
padding: 0px 0px 70px 0px;
margin: 0px auto;
}
.about-image img {
width: 380px;
}
}
/* Mobile devices (large Mobile phones, 500px to 767px) */
@media only screen and (min-width: 500px) {
.hero-logo-background {
left: -20%;
}
}
/* Mobile devices (large Mobile phones, 600px to 767px) */
@media only screen and (min-width: 600px) {
/* Hero Section */
.hero-section {
max-height: 700px;
}
.hero-logo-background {
width: 100%;
left: -25%;
top: 11%;
}
.hero-logo-background img {
width: 1000px;
}
.hero-logo {
top: 25%;
width: 100%;
}
.hero-logo img {
width: 565px;
}
/* About Us Section */
.about-us-section {
display: block;
height: auto;
min-height: 1160px;
}
.about-text {
display: block;
height: auto;
width: 100%;
}
.about-text h3 {
padding: 40px 100px 30px 100px;
font-size: 70px;
}
.about-text p {
padding: 0px 50px 70px 50px;
font-size: 30px;
}
.about-image {
width: 600px;
}
.about-image img {
width: 550px;
}
}
/* Medium devices (Ipad, 768px and 1023px) */
@media only screen and (min-width: 768px) {
/* background image */
.hero-logo-background img {
width: 1100px;
}
/* Hero Section */
.hero-section {
max-height: 769px;
}
.hero-logo-background {
width: 100%;
left: -13%;
top: 13%;
}
.hero-logo img {
width: 665px;
}
/* About Us Section */
.about-text h3 {
padding: 50px 100px 30px 100px;
font-size: 70px;
}
.about-text p {
padding: 0px 100px 100px 100px;
font-size: 30px;
}
.about-image {
width: 700px;
padding: 0px 0px 70px 0px;
}
.about-image img {
width: 700px;
}
}
/* Medium devices (Ipad Pro 1024px and 1223px) */
@media only screen and (min-width: 1024px) {
/* Hero Section */
.hero-section {
max-height: 969px;
}
.hero-logo-background {
left: -22%;
top: 0%;
width: 100%;
}
.hero-logo-background img {
width: 1550px;
}
.hero-logo {
top: 22%;
width: 100%;
}
.hero-logo img {
width: 765px;
}
/* About Us Section */
.about-text {
height: 610px;
}
.about-image {
width: 800px;
height: 550px;
padding: 30px 0px 30px 0px;
}
.about-image img {
width: 800px;
}
}
/* laptops devices (laptops, 1224px and 1424px) */
@media only screen and (min-width: 1224px) {
.hero-logo-background {
left: -10%;
top: 0%;
width: 100%;
}
}
/* laptops devices (laptops, 1450px and 1823px) */
@media only screen and (min-width: 1224px) {
.hero-logo-background {
left: 0%;
top: 0%;
width: 100%;
}
}
/* Desktops (Desktops, 1824px and up) */
@media only screen and (min-width: 1824px) {
/* Hero Section */
.hero-section {
max-height: 1200px;
}
.hero-logo-background {
left: 0%;
top: 0%;
width: 100%;
}
.hero-logo-background img {
width: 1550px;
}
.hero-logo {
top: 19%;
width: 100%;
}
.hero-logo img {
width: 765px;
}
/* About Us Section */
.about-us-section {
height: 70%;
min-height: 600px;
max-height: 800px;
}
.about-text {
display: inline-block;
width: 50%;
vertical-align: top;
}
.about-text h3 {
padding: 50px 0px 30px 100px;
font-size: 70px;
}
.about-text p {
padding: 0px 0px 0px 100px;
font-size: 30px;
}
.about-image {
display: inline-block;
width: 49%;
padding: 40px 0px 0px 0px;
}
}
/* Large Desktops devices (Desktops, 1920px and up) */
@media only screen and (min-width: 1920px) {
} | public/styles/homepage.css | :root {
--primary-fonts: "Caveat", "cursive";
--light-blue-color: #66dbec;
--red-color: #ee0300;
--orange-color: #ef7616;
--yellow-color: #f7d422;
--green-color: #5cfc01;
--blue-color: #3f83ff;
--purple-color: #5c46e7;
--gray-color: #252b2b;
--background-color: #000000;
}
/* @375px phone */
* {
margin: 0;
padding: 0;
}
html,
body {
margin: 0;
padding: 0;
max-width: 100%;
height: 100%;
overflow-x: hidden;
scroll-behavior: smooth;
}
::-webkit-scrollbar {
display: none;
}
a:hover {
opacity: 0.8;
filter: alpha(opacity=80); /* IE8 and earlier */
cursor: pointer;
}
/* Hero Section */
.hero-section {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
text-align: center;
height: 100%;
width: 100%;
min-height: 500px;
max-height: 500px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
.background {
background-color: #000000;
position: absolute;
left: 0;
top: 0%;
width: 100%;
height: 100%;
z-index: -20;
}
.hero-logo-background {
background-color: #000000;
position: absolute;
left: -30%;
top: 11%;
width: 100%;
text-align: center;
z-index: -10;
}
.hero-logo-background img {
width: 700px;
}
.hero-logo {
position: absolute;
left: 0;
top: 30%;
width: 100%;
text-align: center;
color: #ffffff;
z-index: -5;
}
.hero-logo img {
width: 345px;
}
/* About Us Section */
.about-us-section {
display: block;
height: auto;
width: 100%;
min-height: 950px;
padding: 0px 0px 0px 0px;
margin: 0px 0px;
background-color: #161a1a;
}
.about-text {
display: block;
height: auto;
width: 100%;
}
.about-text h3 {
color: #4c44dd;
padding: 30px 90px 30px 90px;
text-align: center;
font-size: 55px;
font-family: "Caveat", "cursive";
font-weight: 800px;
}
.about-text p {
color: #3c83fd;
padding: 0px 35px 45px 35px;
text-align: center;
font-size: 22px;
font-family: "Caveat", "cursive";
}
.about-image {
display: block;
width: 375px;
height: auto;
margin: 0px auto;
padding: 0px 0px 70px 0px;
text-align: center;
}
.about-image img {
width: 360px;
}
/* Medium devices (Small Mobile phones, 400px to 599px) */
@media only screen and (min-width: 400px) {
/* Hero Section */
.hero-section {
min-height: 500px;
max-height: 500px;
}
.hero-logo-background {
width: 100%;
left: -30%;
top: 11%;
}
.hero-logo-background img {
width: 700px;
}
.hero-logo {
top: 30%;
width: 100%;
}
.hero-logo img {
width: 365px;
}
/* About Us Section */
.about-us-section {
min-height: 960px;
}
.about-text h3 {
padding: 35px 90px 30px 90px;
font-size: 60px;
}
.about-text p {
padding: 0px 45px 60px 45px;
font-size: 22px;
}
.about-image {
display: block;
width: 400px;
height: auto;
padding: 0px 0px 70px 0px;
margin: 0px auto;
}
.about-image img {
width: 380px;
}
}
/* Mobile devices (large Mobile phones, 500px to 767px) */
@media only screen and (min-width: 500px) {
.hero-logo-background {
left: -20%;
}
}
/* Mobile devices (large Mobile phones, 600px to 767px) */
@media only screen and (min-width: 600px) {
/* Hero Section */
.hero-section {
max-height: 700px;
}
.hero-logo-background {
width: 100%;
left: -25%;
top: 11%;
}
.hero-logo-background img {
width: 1000px;
}
.hero-logo {
top: 25%;
width: 100%;
}
.hero-logo img {
width: 565px;
}
/* About Us Section */
.about-us-section {
display: block;
height: auto;
min-height: 1160px;
}
.about-text {
display: block;
height: auto;
width: 100%;
}
.about-text h3 {
padding: 40px 100px 30px 100px;
font-size: 70px;
}
.about-text p {
padding: 0px 50px 70px 50px;
font-size: 30px;
}
.about-image {
width: 600px;
}
.about-image img {
width: 550px;
}
}
/* Medium devices (Ipad, 768px and 1023px) */
@media only screen and (min-width: 768px) {
/* background image */
.hero-logo-background img {
width: 1100px;
}
/* Hero Section */
.hero-section {
max-height: 769px;
}
.hero-logo-background {
width: 100%;
left: -13%;
top: 13%;
}
.hero-logo img {
width: 665px;
}
/* About Us Section */
.about-text h3 {
padding: 50px 100px 30px 100px;
font-size: 70px;
}
.about-text p {
padding: 0px 100px 100px 100px;
font-size: 30px;
}
.about-image {
width: 700px;
padding: 0px 0px 70px 0px;
}
.about-image img {
width: 700px;
}
}
/* Medium devices (Ipad Pro 1024px and 1223px) */
@media only screen and (min-width: 1024px) {
/* Hero Section */
.hero-section {
max-height: 969px;
}
.hero-logo-background {
left: -22%;
top: 0%;
width: 100%;
}
.hero-logo-background img {
width: 1550px;
}
.hero-logo {
top: 22%;
width: 100%;
}
.hero-logo img {
width: 765px;
}
/* About Us Section */
.about-text {
height: 610px;
}
.about-image {
width: 800px;
height: 550px;
padding: 30px 0px 30px 0px;
}
.about-image img {
width: 800px;
}
}
/* laptops devices (laptops, 1224px and 1424px) */
@media only screen and (min-width: 1224px) {
.hero-logo-background {
left: -10%;
top: 0%;
width: 100%;
}
}
/* laptops devices (laptops, 1450px and 1823px) */
@media only screen and (min-width: 1224px) {
.hero-logo-background {
left: 0%;
top: 0%;
width: 100%;
}
}
/* Desktops (Desktops, 1824px and up) */
@media only screen and (min-width: 1824px) {
/* Hero Section */
.hero-section {
max-height: 1200px;
}
.hero-logo-background {
left: 0%;
top: 0%;
width: 100%;
}
.hero-logo-background img {
width: 1550px;
}
.hero-logo {
top: 19%;
width: 100%;
}
.hero-logo img {
width: 765px;
}
/* About Us Section */
.about-us-section {
height: 70%;
min-height: 600px;
max-height: 800px;
}
.about-text {
display: inline-block;
width: 50%;
vertical-align: top;
}
.about-text h3 {
padding: 50px 0px 30px 100px;
font-size: 70px;
}
.about-text p {
padding: 0px 0px 0px 100px;
font-size: 30px;
}
.about-image {
display: inline-block;
width: 49%;
padding: 40px 0px 0px 0px;
}
}
/* Large Desktops devices (Desktops, 1920px and up) */
@media only screen and (min-width: 1920px) {
} | 0.402744 | 0.119511 |
@import url('https://fonts.googleapis.com/css2?family=Yusei+Magic&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@400;500;600;700;800&family=Yusei+Magic&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
:root{
--header-bg: #000000;
--white: #ffffff;
--btn: #0f9b0f;
}
*{
margin: 0;
padding: 0;
list-style: none;
text-decoration: none;
}
/*-------HAMBURGUER------*/
.hamburguer{
border-radius: 50%;
cursor: pointer;
border:solid var(--btn);
width: 2rem;
height: 2rem;
position:absolute;
display: flex;
flex-direction: column;
z-index: 100;
right: 2rem;
top: 1rem;
justify-content: space-evenly;
align-items: center;
}
/*------EFEITO PULSE NO HAMBURGUER----*/
.hamburguer::after{
position: absolute;
content: '';
height: 100%;
width: 100%;
border-radius: 50%;
animation: hamburguerPulsando 3s ease infinite;
border: 1px solid var(--btn);
}
.mostrar-menu .hamburguer:hover span{
opacity: 1;
}
.line{
width: 50%;
height:.1rem;
background-color: var(--btn);
box-shadow: 0.1rem 0.1rem 1px var(--header-bg);
transition: transform 1s ;
}
.mostrar-menu #line1{
transform: rotate(45deg) translate(.3rem,.45rem);
}
.mostrar-menu #line2{
opacity: 0;
visibility: hidden;
}
.mostrar-menu #line3{
transform: rotate(-45deg) translate(.3rem,-.45rem);
}
/*---------CONTAINER DO BANNER---------*/
header{
width: 100%;
height: 100vh;
font-family: 'Ubuntu', sans-serif;
overflow: hidden; /* Tirar a barra de rolagem horizontal*/
position: relative; /* Para o banner ficar em position:absolute, o header precisa estar relative, pois
o banner está dentro dele*/
}
/*-----------ESTILIZANDO IMAGEM DE FUNDO DO HEADER---------*/
.img-wrapper{
width: 100%;
height: 100%;
background-color:var(--header-bg) ; /*Substitui o fundo branco do header para dar um efeito melhor à opacidade*/
}
.img-wrapper img{
width: 100%;
height: 100%;
object-fit: cover; /*A imagem passa a ficar dentro da div, tirando aquela impressão de está sendo espremida*/
opacity: 0.5;
animation: zoomImg 10s;
}
/*-------POSICIONAMENTO DO BANNER--------*/
.banner{
position: absolute;
top: 30%;
left: 9%;
}
/*--------------TEXTO: DESENVOLVEDOR WEB-------------*/
.banner h1{
color:var(--white) ;
font-size:2rem ;
font-family: 'Ubuntu', sans-serif;
font-weight: 200;
text-shadow: .3rem .4rem 2px rgba(0,0,0,0.5);
line-height: 2.5rem;
margin-bottom: 2rem;
}
/*---------TEXTO: <NAME>------*/
.banner p{
font-family: 'Baloo 2', cursive;
color: var(--white);
font-weight: 100;
font-size: 1rem;
text-shadow: .2rem .2rem 2px rgba(0,0,0,0.5);
margin-bottom: 2rem;
opacity: 0;
animation: name 3s 0.5s forwards;
}
/*----------ESTILIZANDO BOTÃO------------*/
.banner button{
font-family: 'Ubuntu', sans-serif;
text-shadow: .3rem .4rem 2px rgba(0,0,0,0.6);
color:var(--btn);
background-color: transparent;
letter-spacing: .1rem;
text-decoration: none;
text-transform: uppercase;
padding: 1rem 3rem;
opacity: 0;
border: 2px solid #0f9b0f;
outline: none;
border-radius: 5px;
cursor: pointer;
animation: btn 1s 0.3s forwards;
}
a:link {
color: yellowgreen;
}
.banner button:hover{
color: white;
background: #0f9b0f;
box-shadow: 0 0 10px #0f9b0f, 0 0 20px #0f9b0f, 0 0 50px #0f9b0f;
}
.sidebar{
width: 20rem;
height: 100vh;
overflow-x: hidden;
background-color: var(--white);
position: fixed;
top: 0;
right: -20rem;
transition: all 1s;
}
.mostrar-menu .hamburguer{
right: 15rem;
transition: 1s;
}
.mostrar-menu .sidebar{
right:0;
}
.menu{
position: absolute;
top: 40%;
left: 50%;
transform: translate(-50%, -50%);
}
.menu-item{
text-align: center;
margin-bottom: .5rem;
}
.menu-link{
font-family:'Ubuntu', sans-serif;
font-size: 2rem;
color: #555;
transition: color 2s;
}
.menu-link:hover{
color: #0f9b0f;
}
.social{
position: absolute;
bottom: 2rem;
width: 100%;
display: flex;
justify-content: space-evenly;
}
.social i{
color: var(--btn);
height: 2.5rem;
width: 2.5rem;
font-size: 2rem;
display: flex;
justify-content: center;
align-items: center;
border-radius: 50%;
transition: background-color 1s;
}
.social i:hover{
background-color:#5DD45D;
}
/*----------KEYFRAMES----------*/
/*---EFEITO DE ZOOM PARA IMAGEM DE FUNDO DO HEADER----*/
@keyframes zoomImg{
0%{
transform: scale(1.2);
}
100%{
transform: scale(1);
}
}
/*-------ANIMAÇÃO DO BANNER--------*/
@keyframes btn{
0%{
transform: translateY(10rem) rotateY(-30deg);
}
100%{
transform: translateY(0) rotateY(0);
opacity: 1;
}
}
@keyframes name{
100%{
transition: ease;
opacity: 1;
}
}
@keyframes hamburguerPulsando{
0%{
opacity: 1;
transform: scale(1);
}
100%{
opacity: 0;
transform: scale(1.7);
}
} | css/main.css | @import url('https://fonts.googleapis.com/css2?family=Yusei+Magic&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@400;500;600;700;800&family=Yusei+Magic&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
:root{
--header-bg: #000000;
--white: #ffffff;
--btn: #0f9b0f;
}
*{
margin: 0;
padding: 0;
list-style: none;
text-decoration: none;
}
/*-------HAMBURGUER------*/
.hamburguer{
border-radius: 50%;
cursor: pointer;
border:solid var(--btn);
width: 2rem;
height: 2rem;
position:absolute;
display: flex;
flex-direction: column;
z-index: 100;
right: 2rem;
top: 1rem;
justify-content: space-evenly;
align-items: center;
}
/*------EFEITO PULSE NO HAMBURGUER----*/
.hamburguer::after{
position: absolute;
content: '';
height: 100%;
width: 100%;
border-radius: 50%;
animation: hamburguerPulsando 3s ease infinite;
border: 1px solid var(--btn);
}
.mostrar-menu .hamburguer:hover span{
opacity: 1;
}
.line{
width: 50%;
height:.1rem;
background-color: var(--btn);
box-shadow: 0.1rem 0.1rem 1px var(--header-bg);
transition: transform 1s ;
}
.mostrar-menu #line1{
transform: rotate(45deg) translate(.3rem,.45rem);
}
.mostrar-menu #line2{
opacity: 0;
visibility: hidden;
}
.mostrar-menu #line3{
transform: rotate(-45deg) translate(.3rem,-.45rem);
}
/*---------CONTAINER DO BANNER---------*/
header{
width: 100%;
height: 100vh;
font-family: 'Ubuntu', sans-serif;
overflow: hidden; /* Tirar a barra de rolagem horizontal*/
position: relative; /* Para o banner ficar em position:absolute, o header precisa estar relative, pois
o banner está dentro dele*/
}
/*-----------ESTILIZANDO IMAGEM DE FUNDO DO HEADER---------*/
.img-wrapper{
width: 100%;
height: 100%;
background-color:var(--header-bg) ; /*Substitui o fundo branco do header para dar um efeito melhor à opacidade*/
}
.img-wrapper img{
width: 100%;
height: 100%;
object-fit: cover; /*A imagem passa a ficar dentro da div, tirando aquela impressão de está sendo espremida*/
opacity: 0.5;
animation: zoomImg 10s;
}
/*-------POSICIONAMENTO DO BANNER--------*/
.banner{
position: absolute;
top: 30%;
left: 9%;
}
/*--------------TEXTO: DESENVOLVEDOR WEB-------------*/
.banner h1{
color:var(--white) ;
font-size:2rem ;
font-family: 'Ubuntu', sans-serif;
font-weight: 200;
text-shadow: .3rem .4rem 2px rgba(0,0,0,0.5);
line-height: 2.5rem;
margin-bottom: 2rem;
}
/*---------TEXTO: <NAME>------*/
.banner p{
font-family: 'Baloo 2', cursive;
color: var(--white);
font-weight: 100;
font-size: 1rem;
text-shadow: .2rem .2rem 2px rgba(0,0,0,0.5);
margin-bottom: 2rem;
opacity: 0;
animation: name 3s 0.5s forwards;
}
/*----------ESTILIZANDO BOTÃO------------*/
.banner button{
font-family: 'Ubuntu', sans-serif;
text-shadow: .3rem .4rem 2px rgba(0,0,0,0.6);
color:var(--btn);
background-color: transparent;
letter-spacing: .1rem;
text-decoration: none;
text-transform: uppercase;
padding: 1rem 3rem;
opacity: 0;
border: 2px solid #0f9b0f;
outline: none;
border-radius: 5px;
cursor: pointer;
animation: btn 1s 0.3s forwards;
}
a:link {
color: yellowgreen;
}
.banner button:hover{
color: white;
background: #0f9b0f;
box-shadow: 0 0 10px #0f9b0f, 0 0 20px #0f9b0f, 0 0 50px #0f9b0f;
}
.sidebar{
width: 20rem;
height: 100vh;
overflow-x: hidden;
background-color: var(--white);
position: fixed;
top: 0;
right: -20rem;
transition: all 1s;
}
.mostrar-menu .hamburguer{
right: 15rem;
transition: 1s;
}
.mostrar-menu .sidebar{
right:0;
}
.menu{
position: absolute;
top: 40%;
left: 50%;
transform: translate(-50%, -50%);
}
.menu-item{
text-align: center;
margin-bottom: .5rem;
}
.menu-link{
font-family:'Ubuntu', sans-serif;
font-size: 2rem;
color: #555;
transition: color 2s;
}
.menu-link:hover{
color: #0f9b0f;
}
.social{
position: absolute;
bottom: 2rem;
width: 100%;
display: flex;
justify-content: space-evenly;
}
.social i{
color: var(--btn);
height: 2.5rem;
width: 2.5rem;
font-size: 2rem;
display: flex;
justify-content: center;
align-items: center;
border-radius: 50%;
transition: background-color 1s;
}
.social i:hover{
background-color:#5DD45D;
}
/*----------KEYFRAMES----------*/
/*---EFEITO DE ZOOM PARA IMAGEM DE FUNDO DO HEADER----*/
@keyframes zoomImg{
0%{
transform: scale(1.2);
}
100%{
transform: scale(1);
}
}
/*-------ANIMAÇÃO DO BANNER--------*/
@keyframes btn{
0%{
transform: translateY(10rem) rotateY(-30deg);
}
100%{
transform: translateY(0) rotateY(0);
opacity: 1;
}
}
@keyframes name{
100%{
transition: ease;
opacity: 1;
}
}
@keyframes hamburguerPulsando{
0%{
opacity: 1;
transform: scale(1);
}
100%{
opacity: 0;
transform: scale(1.7);
}
} | 0.379493 | 0.076857 |
@font-face {
font-family: 'landcreativa';
src: url('../fonts/landcreativa.eot?-sa2ysk');
src: url('../fonts/landcreativa.eot?#iefix-sa2ysk') format('embedded-opentype'), url('../fonts/landcreativa.ttf?-sa2ysk') format('truetype'), url('../fonts/landcreativa.woff?-sa2ysk') format('woff'), url('../fonts/landcreativa.svg?-sa2ysk#landcreativa') format('svg');
font-weight: normal;
font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
font-family: 'landcreativa';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-credit:before {
content: "\e609";
}
.icon-banknote:before {
content: "\e60a";
}
.icon-wallet:before {
content: "\e60b";
}
.icon-coffee4:before {
content: "\e608";
}
.icon-map:before {
content: "\e601";
}
.icon-coffee3:before {
content: "\e607";
}
.icon-map2:before {
content: "\e602";
}
.icon-coffee2:before {
content: "\e606";
}
.icon-location:before {
content: "\e603";
}
.icon-location2:before {
content: "\e604";
}
.icon-target:before {
content: "\e605";
}
.icon-blog:before {
content: "\e600";
}
.icon-mail:before {
content: "\f003";
}
.icon-options:before {
content: "\f00a";
}
.icon-menu_dropdown:before {
content: "\f039";
}
.icon-share:before {
content: "\f045";
}
.icon-slider_left:before {
content: "\f053";
}
.icon-slider_right:before {
content: "\f054";
}
.icon-eye:before {
content: "\f06e";
}
.icon-chevron-down:before {
content: "\f078";
}
.icon-twitter:before {
content: "\f099";
}
.icon-facebook:before {
content: "\f09a";
}
.icon-credit-card:before {
content: "\f09d";
}
.icon-link:before {
content: "\f0c1";
}
.icon-menu_dropdown2:before {
content: "\f0c9";
}
.icon-money:before {
content: "\f0d6";
}
.icon-up:before {
content: "\f0d8";
}
.icon-down:before {
content: "\f0dd";
}
.icon-envelope:before {
content: "\f0e0";
}
.icon-coffee:before {
content: "\f0f4";
}
.icon-angle-left:before {
content: "\f104";
}
.icon-angle-right:before {
content: "\f105";
}
.icon-angle-up:before {
content: "\f106";
}
.icon-angle-down:before {
content: "\f107";
}
.icon-location-arrow:before {
content: "\f124";
}
.icon-menu-g:before {
content: "\f141";
}
.icon-menu-g-vertical:before {
content: "\f142";
}
.icon-youtube_ok:before {
content: "\f167";
}
.icon-youtube:before {
content: "\f16a";
}
.icon-spotify:before {
content: "\f1bc";
}
.icon-paperplane-filled:before {
content: "\f1d8";
}
.icon-paperplane:before {
content: "\f1d9";
}
.icon-toggle-off:before {
content: "\f204";
}
.icon-toggle-on:before {
content: "\f205";
}
.icon-angellist:before {
content: "\f209";
}
.icon-medium:before {
content: "\f23a";
} | public/less/fonts.css | @font-face {
font-family: 'landcreativa';
src: url('../fonts/landcreativa.eot?-sa2ysk');
src: url('../fonts/landcreativa.eot?#iefix-sa2ysk') format('embedded-opentype'), url('../fonts/landcreativa.ttf?-sa2ysk') format('truetype'), url('../fonts/landcreativa.woff?-sa2ysk') format('woff'), url('../fonts/landcreativa.svg?-sa2ysk#landcreativa') format('svg');
font-weight: normal;
font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
font-family: 'landcreativa';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-credit:before {
content: "\e609";
}
.icon-banknote:before {
content: "\e60a";
}
.icon-wallet:before {
content: "\e60b";
}
.icon-coffee4:before {
content: "\e608";
}
.icon-map:before {
content: "\e601";
}
.icon-coffee3:before {
content: "\e607";
}
.icon-map2:before {
content: "\e602";
}
.icon-coffee2:before {
content: "\e606";
}
.icon-location:before {
content: "\e603";
}
.icon-location2:before {
content: "\e604";
}
.icon-target:before {
content: "\e605";
}
.icon-blog:before {
content: "\e600";
}
.icon-mail:before {
content: "\f003";
}
.icon-options:before {
content: "\f00a";
}
.icon-menu_dropdown:before {
content: "\f039";
}
.icon-share:before {
content: "\f045";
}
.icon-slider_left:before {
content: "\f053";
}
.icon-slider_right:before {
content: "\f054";
}
.icon-eye:before {
content: "\f06e";
}
.icon-chevron-down:before {
content: "\f078";
}
.icon-twitter:before {
content: "\f099";
}
.icon-facebook:before {
content: "\f09a";
}
.icon-credit-card:before {
content: "\f09d";
}
.icon-link:before {
content: "\f0c1";
}
.icon-menu_dropdown2:before {
content: "\f0c9";
}
.icon-money:before {
content: "\f0d6";
}
.icon-up:before {
content: "\f0d8";
}
.icon-down:before {
content: "\f0dd";
}
.icon-envelope:before {
content: "\f0e0";
}
.icon-coffee:before {
content: "\f0f4";
}
.icon-angle-left:before {
content: "\f104";
}
.icon-angle-right:before {
content: "\f105";
}
.icon-angle-up:before {
content: "\f106";
}
.icon-angle-down:before {
content: "\f107";
}
.icon-location-arrow:before {
content: "\f124";
}
.icon-menu-g:before {
content: "\f141";
}
.icon-menu-g-vertical:before {
content: "\f142";
}
.icon-youtube_ok:before {
content: "\f167";
}
.icon-youtube:before {
content: "\f16a";
}
.icon-spotify:before {
content: "\f1bc";
}
.icon-paperplane-filled:before {
content: "\f1d8";
}
.icon-paperplane:before {
content: "\f1d9";
}
.icon-toggle-off:before {
content: "\f204";
}
.icon-toggle-on:before {
content: "\f205";
}
.icon-angellist:before {
content: "\f209";
}
.icon-medium:before {
content: "\f23a";
} | 0.283285 | 0.087175 |
* {
-ms-box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
a {
text-decoration: none;
}
body {
height: 100%;
width: 100%;
font-family: "Helvetica Neue",Helvetica,"Segoe UI",Tahoma,Arial,sans-serif;
-webkit-font-smoothing: antialiased;
background: #fff;
color: #555459;
padding: 0;
overflow: hidden;
margin: 0;
}
textarea, input {
font-family: "Helvetica Neue",Helvetica,"Segoe UI",Tahoma,Arial,sans-serif;
}
.hidden {
display: none;
}
.scrollY {
overflow-y: scroll;
}
.transparentB {
background: transparent;
}
body.signup {
background: #f9f9f9;
}
.card form label {
display: none;
}
#so {
position: absolute;
color: #9e9ea6;
right: 10px;
top: 10px;
font-size: 13px;
}
input[type=text], input[type=password] {
font-size: 1.25rem;
padding: .75rem;
border: 1px solid #C5C5C5;
border-radius: .25rem;
outline: 0;
color: #555459;
width: 100%;
max-width: 100%;
margin: 0 0 .5rem;
box-shadow: none;
height: auto;
}
input[type=text]:focus, input[type=password]:focus {
border-color: #2780f8;
box-shadow: 0 0 7px #2780f826;
outline-offset: 0;
outline: 0;
}
.card {
background-color: #fff;
border-radius: .25rem;
box-shadow: 0 1px 0 #d3d3d3;
padding: 2rem 2rem 4rem;
margin: 0 auto 2rem;
margin-top: 70px;
border: 1px solid #e8e8e8;
width: 400px;
max-width: 100%;
}
.btn {
width: 100%;
padding: 14px 32px 16px;
font-size: 1.25rem;
background: #2ab27b;
color: #fff;
line-height: 1.2rem;
font-weight: 900;
text-shadow: 0 1px 1px rgba(0,0,0,0.1);
border: none;
border-radius: .25rem;
text-align: center;
cursor: pointer;
}
code {
font-family: Monaco,Menlo,Consolas,"Courier New",monospace;
font-size: 12px;
line-height: 12px;
border-radius: 3px;
white-space: normal;
color: #c25;
background-color: #f7f7f9;
border: 1px solid #e1e1e8;
padding: 1px 3px;
}
#client-ui {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
overflow: hidden;
}
header {
background: 0 0;
height: 3.3125rem;
position: fixed;
z-index: 200;
width: 100%;
}
#team_menu {
font-size: 1rem;
padding: 0 1rem;
color: #fff;
height: 3.8125rem;
width: 220px;
line-height: 45px;
background: #4D5250;
border-bottom: 1px solid #4D5250;
float: left;
position: relative;
z-index: 50;
}
#team_menu li {
padding-left: 0px;
margin-top: -15px;
}
#im-list {
list-style-type: none;
text-align: left;
color: #fff;
margin: 10px 1px 0 0;
width: 204px;
}
ul {
padding: 0px;
}
.presence {
width: .5625rem;
height: .5625rem;
margin: 0 .15rem;
display: inline-block;
vertical-align: baseline;
background: 0 0;
background-color: #99D04A;
border-radius: 100%;
margin-right: 5px;
}
li.usr {
list-style-type: none;
font-size: 1rem;
line-height: 1.5rem;
height: 1.5rem;
margin-right: 1px;
clear: both;
opacity: 0.6;
padding-left: 16px;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
cursor: pointer;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
ul li.usr:not(.active):hover {
background: #434745;
}
li.usr.active {
opacity: 1;
background: #D39B46;
}
#chi {
margin-top: 3px;
padding-left: 1.3rem;
background: #fff;
color: #9e9ea6;
font-size: .8125rem;
font-weight: 400;
line-height: 1.16;
}
#ct {
margin: 0px;
padding: 0 .1rem 0 1.3rem;
color: #2c2d30;
font-weight: 900;
font-size: 1.125rem;
line-height: 1.375rem;
z-index: 25;
}
#tn {
font-weight: 900;
margin: 0px;
display: inline;
}
#team_menu #tn {
font-size: 1.125rem;
line-height: 1.375rem;
max-width: 9.12rem;
}
#ch {
padding: .7rem 0 0;
margin: 0 0 0 220px;
height: 3.3125rem;
z-index: 25;
}
#cm {
margin-left: 0;
position: relative;
}
.row-fluid {
width: 100%;
}
#message-form {
position: relative;
margin: 0;
height: 42px;
}
#ms {
display: none;
}
#message-input {
height: 42px;
background: #fff;
width: 100%;
font-size: .9375rem;
line-height: 1.2rem;
border: 2px solid #E0E0E0;
margin: 0;
color: #3d3c40;
outline: 0;
bottom: 0;
min-height: 2.625rem!important;
padding: .5625rem 2.5rem .5625rem .5rem;
max-height: 10rem!important;
border-radius: 6px;
overflow-y: hidden;
}
#message-input:focus {
border-color: #bbbdbf;
}
#mic {
font-size: .9rem;
position: absolute;
bottom: 1.375rem;
left: 1.25rem;
right: .25rem;
padding-right: 1rem;
box-shadow: none;
}
#f {
position: fixed;
bottom: 0;
left: 220px;
right: 1rem;
z-index: 52;
height: 4rem;
background: #fff;
}
#cb:before {
position: absolute;
z-index: 98;
left: 220px;
right: 0;
height: .4375rem;
border-bottom: .0625rem solid #e8e8e8;
background: #fff;
content: '';
}
#ccb {
height: auto;
height: 1800px;
background: #4D5250;
width: 220px;
top: 0;
left: 0;
position: absolute;
bottom: -3rem;
}
#cc {
height: 100%;
background: #4D5250;
color: #ab9ba9;
width: 220px;
float: left;
position: relative;
top: .5rem;
}
#cm, .row-fluid, #mc {
height: 100%;
}
#cb {
margin-top: 3.3125rem;
position: fixed;
width: 100%;
bottom: 70px;
height: 100%;
top: 0px;
}
#mc, iframe#m {
position: relative;
margin-left: 220px;
height: 100%;
display: block;
}
#mc {
display: none;
}
#cm #im-list {
display: none;
}
#msd, iframe#m {
overflow-y: scroll;
// height: 100%;
// padding-bottom: 140px;
height: 80%;
height: calc(100% - 120px);
}
iframe#m {
position: absolute;
width: 100%;
top: 0px;
// padding-bottom: 120px;
}
textarea {
display: none;
position: absolute;
}
.mg {
width: 4.5rem;
padding-right: .625rem;
}
.mg {
text-align: right;
position: absolute;
top: 0;
left: 0;
}
.timestamp {
color: #9e9ea6;
font-size: .75rem;
}
.member {
font-size: 15px;
font-weight: 900;
color: #2c2d30;
line-height: 1.125rem;
display: inline;
}
.mi {
margin-top: .25rem;
display: block;
}
.memi {
border-radius: .2rem;
background-size: 100%;
background-repeat: no-repeat;
display: inline-block;
position: relative;
background-color: pink;
color: white;
line-height: 35px;
text-transform: capitalize;
font-size: 21px;
text-align: center;
/* thumb_36 */
width: 2.25rem;
height: 2.25rem;
/*
background-image: url('https://avatars.slack-edge.com/2015-10-19/12818173283_aea3b0bbf30420da2fce_72.jpg')
*/
}
.mb {
display: block;
cursor: text;
/* just when every message shows an avatar */
margin: 0px;
margin-top: -.125rem;
}
blockquote {
margin: 0px;
border-left: 4px solid #e3e4e6;
padding-left: 12px;
}
.mco {
margin-top: .0625rem;
margin-left: 4.5rem;
}
.mco p {
margin: 0px;
}
.mco a {
color: #2a80b9;
}
.mco a:hover {
text-decoration: underline;
}
#dm {
margin: -18px 0 0;
padding: 1.75rem 0 1.25rem;
border-top: 1px solid #e8e8e8;
}
#dc {
position: relative;
}
ts-message {
display: block;
width: 100%;
margin: 0 auto -.0625rem;
position: relative;
padding: .0625rem 2.5rem .125rem 0;
border-left: none;
border-right: none;
border-top: 1px solid rgba(0, 0, 0, 0);
border-bottom: 1px solid rgba(0, 0, 0, 0);
color: #2c2d30;
font-size: .9375rem;
line-height: 1.375rem;
word-wrap: break-word;
}
#cd {
color: #fff;
text-align: center;
font-size: .9rem;
font-weight: 900;
line-height: 1.2rem;
padding: .2rem .4rem 0;
border-radius: .375rem;
margin-left: 1rem;
margin-right: .5rem;
position: absolute;
top: 1.5rem;
left: 0;
right: 1rem;
height: 1.5625rem;
text-shadow: 0 1px #00000026;
z-index: 99;
height: 26px;
line-height: 1.125rem;
background: #dfa941;
}
@media (max-width: 550px) {
.facet_sidebar,
#ccb,
#cc,
#team_menu
{
display: none;
}
#mc, #ch {
margin-left: 0px;
}
#cb:before {
left: 0px;
}
#f {
left: 0px;
}
iframe#m {
margin-left: 0;
top: 3px;
}
} | src/app.css | * {
-ms-box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
a {
text-decoration: none;
}
body {
height: 100%;
width: 100%;
font-family: "Helvetica Neue",Helvetica,"Segoe UI",Tahoma,Arial,sans-serif;
-webkit-font-smoothing: antialiased;
background: #fff;
color: #555459;
padding: 0;
overflow: hidden;
margin: 0;
}
textarea, input {
font-family: "Helvetica Neue",Helvetica,"Segoe UI",Tahoma,Arial,sans-serif;
}
.hidden {
display: none;
}
.scrollY {
overflow-y: scroll;
}
.transparentB {
background: transparent;
}
body.signup {
background: #f9f9f9;
}
.card form label {
display: none;
}
#so {
position: absolute;
color: #9e9ea6;
right: 10px;
top: 10px;
font-size: 13px;
}
input[type=text], input[type=password] {
font-size: 1.25rem;
padding: .75rem;
border: 1px solid #C5C5C5;
border-radius: .25rem;
outline: 0;
color: #555459;
width: 100%;
max-width: 100%;
margin: 0 0 .5rem;
box-shadow: none;
height: auto;
}
input[type=text]:focus, input[type=password]:focus {
border-color: #2780f8;
box-shadow: 0 0 7px #2780f826;
outline-offset: 0;
outline: 0;
}
.card {
background-color: #fff;
border-radius: .25rem;
box-shadow: 0 1px 0 #d3d3d3;
padding: 2rem 2rem 4rem;
margin: 0 auto 2rem;
margin-top: 70px;
border: 1px solid #e8e8e8;
width: 400px;
max-width: 100%;
}
.btn {
width: 100%;
padding: 14px 32px 16px;
font-size: 1.25rem;
background: #2ab27b;
color: #fff;
line-height: 1.2rem;
font-weight: 900;
text-shadow: 0 1px 1px rgba(0,0,0,0.1);
border: none;
border-radius: .25rem;
text-align: center;
cursor: pointer;
}
code {
font-family: Monaco,Menlo,Consolas,"Courier New",monospace;
font-size: 12px;
line-height: 12px;
border-radius: 3px;
white-space: normal;
color: #c25;
background-color: #f7f7f9;
border: 1px solid #e1e1e8;
padding: 1px 3px;
}
#client-ui {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
overflow: hidden;
}
header {
background: 0 0;
height: 3.3125rem;
position: fixed;
z-index: 200;
width: 100%;
}
#team_menu {
font-size: 1rem;
padding: 0 1rem;
color: #fff;
height: 3.8125rem;
width: 220px;
line-height: 45px;
background: #4D5250;
border-bottom: 1px solid #4D5250;
float: left;
position: relative;
z-index: 50;
}
#team_menu li {
padding-left: 0px;
margin-top: -15px;
}
#im-list {
list-style-type: none;
text-align: left;
color: #fff;
margin: 10px 1px 0 0;
width: 204px;
}
ul {
padding: 0px;
}
.presence {
width: .5625rem;
height: .5625rem;
margin: 0 .15rem;
display: inline-block;
vertical-align: baseline;
background: 0 0;
background-color: #99D04A;
border-radius: 100%;
margin-right: 5px;
}
li.usr {
list-style-type: none;
font-size: 1rem;
line-height: 1.5rem;
height: 1.5rem;
margin-right: 1px;
clear: both;
opacity: 0.6;
padding-left: 16px;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
cursor: pointer;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
ul li.usr:not(.active):hover {
background: #434745;
}
li.usr.active {
opacity: 1;
background: #D39B46;
}
#chi {
margin-top: 3px;
padding-left: 1.3rem;
background: #fff;
color: #9e9ea6;
font-size: .8125rem;
font-weight: 400;
line-height: 1.16;
}
#ct {
margin: 0px;
padding: 0 .1rem 0 1.3rem;
color: #2c2d30;
font-weight: 900;
font-size: 1.125rem;
line-height: 1.375rem;
z-index: 25;
}
#tn {
font-weight: 900;
margin: 0px;
display: inline;
}
#team_menu #tn {
font-size: 1.125rem;
line-height: 1.375rem;
max-width: 9.12rem;
}
#ch {
padding: .7rem 0 0;
margin: 0 0 0 220px;
height: 3.3125rem;
z-index: 25;
}
#cm {
margin-left: 0;
position: relative;
}
.row-fluid {
width: 100%;
}
#message-form {
position: relative;
margin: 0;
height: 42px;
}
#ms {
display: none;
}
#message-input {
height: 42px;
background: #fff;
width: 100%;
font-size: .9375rem;
line-height: 1.2rem;
border: 2px solid #E0E0E0;
margin: 0;
color: #3d3c40;
outline: 0;
bottom: 0;
min-height: 2.625rem!important;
padding: .5625rem 2.5rem .5625rem .5rem;
max-height: 10rem!important;
border-radius: 6px;
overflow-y: hidden;
}
#message-input:focus {
border-color: #bbbdbf;
}
#mic {
font-size: .9rem;
position: absolute;
bottom: 1.375rem;
left: 1.25rem;
right: .25rem;
padding-right: 1rem;
box-shadow: none;
}
#f {
position: fixed;
bottom: 0;
left: 220px;
right: 1rem;
z-index: 52;
height: 4rem;
background: #fff;
}
#cb:before {
position: absolute;
z-index: 98;
left: 220px;
right: 0;
height: .4375rem;
border-bottom: .0625rem solid #e8e8e8;
background: #fff;
content: '';
}
#ccb {
height: auto;
height: 1800px;
background: #4D5250;
width: 220px;
top: 0;
left: 0;
position: absolute;
bottom: -3rem;
}
#cc {
height: 100%;
background: #4D5250;
color: #ab9ba9;
width: 220px;
float: left;
position: relative;
top: .5rem;
}
#cm, .row-fluid, #mc {
height: 100%;
}
#cb {
margin-top: 3.3125rem;
position: fixed;
width: 100%;
bottom: 70px;
height: 100%;
top: 0px;
}
#mc, iframe#m {
position: relative;
margin-left: 220px;
height: 100%;
display: block;
}
#mc {
display: none;
}
#cm #im-list {
display: none;
}
#msd, iframe#m {
overflow-y: scroll;
// height: 100%;
// padding-bottom: 140px;
height: 80%;
height: calc(100% - 120px);
}
iframe#m {
position: absolute;
width: 100%;
top: 0px;
// padding-bottom: 120px;
}
textarea {
display: none;
position: absolute;
}
.mg {
width: 4.5rem;
padding-right: .625rem;
}
.mg {
text-align: right;
position: absolute;
top: 0;
left: 0;
}
.timestamp {
color: #9e9ea6;
font-size: .75rem;
}
.member {
font-size: 15px;
font-weight: 900;
color: #2c2d30;
line-height: 1.125rem;
display: inline;
}
.mi {
margin-top: .25rem;
display: block;
}
.memi {
border-radius: .2rem;
background-size: 100%;
background-repeat: no-repeat;
display: inline-block;
position: relative;
background-color: pink;
color: white;
line-height: 35px;
text-transform: capitalize;
font-size: 21px;
text-align: center;
/* thumb_36 */
width: 2.25rem;
height: 2.25rem;
/*
background-image: url('https://avatars.slack-edge.com/2015-10-19/12818173283_aea3b0bbf30420da2fce_72.jpg')
*/
}
.mb {
display: block;
cursor: text;
/* just when every message shows an avatar */
margin: 0px;
margin-top: -.125rem;
}
blockquote {
margin: 0px;
border-left: 4px solid #e3e4e6;
padding-left: 12px;
}
.mco {
margin-top: .0625rem;
margin-left: 4.5rem;
}
.mco p {
margin: 0px;
}
.mco a {
color: #2a80b9;
}
.mco a:hover {
text-decoration: underline;
}
#dm {
margin: -18px 0 0;
padding: 1.75rem 0 1.25rem;
border-top: 1px solid #e8e8e8;
}
#dc {
position: relative;
}
ts-message {
display: block;
width: 100%;
margin: 0 auto -.0625rem;
position: relative;
padding: .0625rem 2.5rem .125rem 0;
border-left: none;
border-right: none;
border-top: 1px solid rgba(0, 0, 0, 0);
border-bottom: 1px solid rgba(0, 0, 0, 0);
color: #2c2d30;
font-size: .9375rem;
line-height: 1.375rem;
word-wrap: break-word;
}
#cd {
color: #fff;
text-align: center;
font-size: .9rem;
font-weight: 900;
line-height: 1.2rem;
padding: .2rem .4rem 0;
border-radius: .375rem;
margin-left: 1rem;
margin-right: .5rem;
position: absolute;
top: 1.5rem;
left: 0;
right: 1rem;
height: 1.5625rem;
text-shadow: 0 1px #00000026;
z-index: 99;
height: 26px;
line-height: 1.125rem;
background: #dfa941;
}
@media (max-width: 550px) {
.facet_sidebar,
#ccb,
#cc,
#team_menu
{
display: none;
}
#mc, #ch {
margin-left: 0px;
}
#cb:before {
left: 0px;
}
#f {
left: 0px;
}
iframe#m {
margin-left: 0;
top: 3px;
}
} | 0.295332 | 0.089813 |
a:focus,button{
outline: none;
}
.service{
background: #F6F7FB;
}
.service h2,h4{
margin: 0;
text-align: center;
}
.service h2{
padding-top:7rem;
font-size:2rem;
}
.service h4{
margin-top: 3rem;
color: #777777;
font-size: 1.1rem;
}
.service .row{
max-width: 1200px;
margin: 0 auto;
}
.service .top .row .col-xs-4{
background: white;
width: 48%;
margin-top: 8rem;
text-align: center;
}
.service .top .row div:nth-child(1){
margin-right:4%;
}
.service .top .row img{
width: 6.25rem;
height: 6.25rem;
margin-top:-3rem;
}
.service .top .row h4{
color: blue;
padding-top: 1.1rem;
font-size: 1.2rem;
color: #009FE5;
}
.service .top .row p{
color: #999999;
font-size: 1rem;
}
.service .top .row h5{
padding-top:1rem;
font-size: 1.1rem;
}
.service .top .row button{
margin: 1rem 0;
width: 8rem;
height: 3rem;
font-size: 1rem;
background: #009FE5;
border-radius:3rem;
border: none;
}
.service .top .row button a{
color: white;
letter-spacing: 0.1rem;
}
.service .service_bottom {
padding:5rem 0;
}
.service .service_bottom div{
/*border-right:1px solid #E8E9ED;
border-bottom:1px solid #E8E9ED;*/
}
.service .service_bottom .row div{
border:1px solid #E8E9ED;
}
.service .service_bottom .row div{
}
.service .service_bottom .row .col-sm-3{
width:20%;
}
.tab_control{
padding:5rem 0;
}
.tab_control .options{
border-bottom: 1px solid #F1F1F1;
}
.tab_control .options .row{
max-width:896px;
margin: 0 auto;
}
.tab_control .options .row a{
height: 9.375rem;
padding: 0;
text-align: center;
line-height: 15.375rem;
}
.tab_control .options .row a span{
font-size: 1rem;
text-align: center;
color: #666666;
}
.tab_control .options .row a:nth-child(1){
background: url(../images/img/options01.png) no-repeat;
background-position:center 30%;
background-size:25%;
}
.tab_control .options .row a:nth-child(2){
background: url(../images/opacity0002.png) no-repeat;
background-position:center 30%;
background-size:20%;
}
.tab_control .options .row a:nth-child(3){
background: url(../images/opaciton0003.png) no-repeat;
background-position:center 30%;
background-size:25%;
}
.tab_control .options .row a:nth-child(4){
background: url(../images/opaciton00040.png) no-repeat;
background-position:center 30%;
background-size:33%;
}
.tab_control .options .row a.active:nth-child(1){
background: url(../images/opacity0001.png) no-repeat;
background-position:center 30%;
background-size:25%;
}
.tab_control .options .row a.active:nth-child(2){
background: url(../images/opacity00020.png) no-repeat;
background-position:center 30%;
background-size:20%;
}
.tab_control .options .row a.active:nth-child(3){
background: url(../images/opacity00030.png) no-repeat;
background-position:center 30%;
background-size:25%;
}
.tab_control .options .row a.active:nth-child(4){
background: url(../images/opaction0004.png) no-repeat;
background-position:center 30%;
background-size:33%;
}
.tab-content{
max-width: 1200px;
margin: 0 auto;
padding: 5% 0 8% 0;
}
.tab-content a{
color: #707070;
}
.tab-content .content_img{
float: left;
width: 50%;
text-align: center;
}
.tab-content .content_text{
float: left;
width: 50%;
padding-left: 5%;
}
.tab-content .content_text ._top{
margin-top:13%;
}
.tab-content .content_text ._top h1{
padding-bottom: 12%;
font-size: 230%;
color: #505050;
}
.tab-content .content_text ._top p{
font-size: 110%;
color: #707070;
margin-bottom: 8%;
}
.tab-content .content_text ._top button{
border: none;
background: #009FE5;
font-size: 110%;
width: 10rem;
height: 3rem;
border-radius:10rem;
margin: 10% 0 7% 0;
}
.tab-content .content_text ._top button a{
color: white;
}
.tab-content .content_text .px p{
font-size: 110%;
color: #707070;
margin-bottom:4%;
}
#pages .content_img{
margin-top: 5%;
}
.plan .content_img{
margin-top: 5%;
}
.plan .content_text{
margin-top:-8%;
}
.plan .content_text ._top {
border-bottom:1px solid #F5F5F5;
}
.plan .content_text ._top h1{
}
.plan .content_text ._top p{
margin-bottom: 2%;
}
.plan .content_text ._top button{
margin-top:5%;
}
.plan .content_text ._bottom h4{
text-align: start;
margin-top:5%;
}
.plan .content_text ._bottom a{
display: inline-block;
margin-top: 3%;
padding:9% 2% 0 2%;
margin-right:3%;
}
.plan .content_text ._bottom a:nth-child(1){
background: url(../images/baoxianhui.png) no-repeat center 0;
background-size:35% auto;
}
.plan .content_text ._bottom a:nth-child(2){
background: url(../images/zhegnquan.png) no-repeat center 0;
background-size:40% auto;
}
.plan .content_text ._bottom a:nth-child(3){
background: url(../images/gengduo.png) no-repeat center 0;
background-size:40% auto;
}
.bx .content_img{
margin-top: -3%;
}
.zq .content_img{
margin-top: -3%;
}
.bx .content_text ._bottom a:nth-child(1).active{
background: url(../images/baoxian.png) no-repeat center 0;
background-size:35% auto;
}
.zq .content_text ._bottom a:nth-child(2).active{
background: url(../images/zhegnquanlan.png) no-repeat center 0;
background-size:40% auto;
}
.change_back .content_text ._top h1{
margin-top: -12%;
}
.change_back .content_text ._top {
border-bottom:1px solid #F5F5F5;
}
.change_back .content_text ._top h1{
}
.change_back .content_text ._top p{
margin-bottom: 2%;
}
.change_back .content_text ._top button{
margin-top:5%;
}
.change_back .content_text ._bottom h4{
text-align: start;
margin-top:5%;
}
.change_back .content_text ._bottom a{
display: inline-block;
margin-top: 4%;
width:32%;
padding-left:6%;
vertical-align: top;
}
.change_back .content_text ._bottom{
}
.change_back .content_text ._bottom a:nth-child(1){
background: url(../images/img/001.png) no-repeat 0 center;
}
.change_back .content_text ._bottom a:nth-child(2){
background: url(../images/img/xkp.png) no-repeat 0 center;
}
.change_back .content_text ._bottom a:nth-child(3){
background: url(../images/img/dxkj.png) no-repeat 0 center;
}
.change_back .content_text ._bottom a:nth-child(4){
background: url(../images/img/dxtc.png) no-repeat 0 0;
}
.change_back .content_text ._bottom a:nth-child(5){
background: url(../images/img/dxfl.png) no-repeat 0 center;
}
.change_back .content_text ._bottom a:nth-child(6){
background: url(../images/img/zncd.png) no-repeat 0 center;
}
.change_back .content_text ._bottom a:nth-child(1).active{
background: url(../images/img/1000.png) no-repeat 0 center;
}
.change_back .content_text ._bottom a:nth-child(2).active{
background: url(../images/img/2000.png) no-repeat 0 center;
}
.change_back .content_text ._bottom a:nth-child(3).active{
background: url(../images/img/3000.png) no-repeat 0 center;
}
.change_back .content_text ._bottom a:nth-child(4).active{
background: url(../images/img/4000.png) no-repeat 0 0;
}
.change_back .content_text ._bottom a:nth-child(5).active{
background: url(../images/img/5000.png) no-repeat 0 center;
}
.change_back .content_text ._bottom a:nth-child(6).active{
background: url(../images/img/6000.png) no-repeat 0 center;
}
@media screen and (max-width:960px){
.tab-content .content_text ._top h1{
font-size: 180%;
}
.tab-content .content_text ._top p{
font-size:90%;
}
.plan .content_text{
margin-top:-5%;
}
.plan .content_text ._top {
border-bottom:1px solid #F5F5F5;
}
.plan .content_text ._bottom a{
padding:12% 2% 0 2%;
}
}
@media screen and (max-width:768px){
.tab-content .content_img{
float: none;
width: 100%;
text-align: center;
}
.tab-content .content_text{
float: none;
width: 100%;
}
.tab-content .content_text ._top h1{
font-size: 180%;
padding-bottom:2%;
}
.tab-content .content_text ._top p{
font-size:90%;
padding-bottom: 1%;
}
.tab-content .content_text ._top button{
margin:0 0 5% 0;
color: #505050;
}
.plan .content_text ._bottom h4{
/*text-align: center;*/
}
.plan .content_text ._bottom a{
padding:10% 2% 0 2%;
}
.change_back .content_text ._bottom a:nth-child(1){
background: url(../images/img/001.png) no-repeat 1% 50%;
background-size:15% auto;
}
.change_back .content_text ._bottom a:nth-child(2){
background: url(../images/img/xkp.png) no-repeat 1% 50%;
background-size:15% auto;
}
.change_back .content_text ._bottom a:nth-child(3){
background: url(../images/img/dxkj.png) no-repeat 1% 50%;
background-size:15% auto;
}
.change_back .content_text ._bottom a:nth-child(4){
background: url(../images/img/dxtc.png) no-repeat 1% 0;
background-size:12% auto;
}
.change_back .content_text ._bottom a:nth-child(5){
background: url(../images/img/dxfl.png) no-repeat 1% 50%;
background-size:12% auto;
}
.change_back .content_text ._bottom a:nth-child(6){
background: url(../images/img/zncd.png) no-repeat 1% 50%;
background-size:12% auto;
}
.change_back .content_text ._bottom a:nth-child(1).active{
background: url(../images/img/1000.png) no-repeat 1% 50%;
background-size:15% auto;
}
.change_back .content_text ._bottom a:nth-child(2).active{
background: url(../images/img/2000.png) no-repeat 1% 50%;
background-size:15% auto;
}
.change_back .content_text ._bottom a:nth-child(3).active{
background: url(../images/img/3000.png) no-repeat 1% 50%;
background-size:15% auto;
}
.change_back .content_text ._bottom a:nth-child(4).active{
background: url(../images/img/4000.png) no-repeat 1% 0;
background-size:12% auto;
}
.change_back .content_text ._bottom a:nth-child(5).active{
background: url(../images/img/5000.png) no-repeat 1% 50%;
background-size:12% auto;
}
.change_back .content_text ._bottom a:nth-child(6).active{
background: url(../images/img/6000.png) no-repeat 1% 50%;
background-size:12% auto;
}
}
html{
font-size: 16px;
}
@media screen and (max-width:960px) {
html {
font-size: 12px;
}
.service .top .row .col-xs-4{
width:100%;
}
.service .service_bottom .row .col-sm-3{
width:33%;
}
/*.tab_control .tab-content .plan .row .content_text ._bottom .row a{
background-position:50% 0;
}*/
/*.tab_control .tab-content .tab-pane .row .content_text{
text-align: center;
}*/
/*.tab_control .tab-content .row .content_text ._bottom .row a{
background-position: 20% 0;
}*/
.tab_control .tab-content .row .content_text ._bottom .row a:nth-child(4){
background: url(../images/img/dxtc.png) no-repeat;
background-position:8% 30%;
}
}
@media screen and(max-width:768px) {
html {
font-size:10px;
}
} | css/index.css | a:focus,button{
outline: none;
}
.service{
background: #F6F7FB;
}
.service h2,h4{
margin: 0;
text-align: center;
}
.service h2{
padding-top:7rem;
font-size:2rem;
}
.service h4{
margin-top: 3rem;
color: #777777;
font-size: 1.1rem;
}
.service .row{
max-width: 1200px;
margin: 0 auto;
}
.service .top .row .col-xs-4{
background: white;
width: 48%;
margin-top: 8rem;
text-align: center;
}
.service .top .row div:nth-child(1){
margin-right:4%;
}
.service .top .row img{
width: 6.25rem;
height: 6.25rem;
margin-top:-3rem;
}
.service .top .row h4{
color: blue;
padding-top: 1.1rem;
font-size: 1.2rem;
color: #009FE5;
}
.service .top .row p{
color: #999999;
font-size: 1rem;
}
.service .top .row h5{
padding-top:1rem;
font-size: 1.1rem;
}
.service .top .row button{
margin: 1rem 0;
width: 8rem;
height: 3rem;
font-size: 1rem;
background: #009FE5;
border-radius:3rem;
border: none;
}
.service .top .row button a{
color: white;
letter-spacing: 0.1rem;
}
.service .service_bottom {
padding:5rem 0;
}
.service .service_bottom div{
/*border-right:1px solid #E8E9ED;
border-bottom:1px solid #E8E9ED;*/
}
.service .service_bottom .row div{
border:1px solid #E8E9ED;
}
.service .service_bottom .row div{
}
.service .service_bottom .row .col-sm-3{
width:20%;
}
.tab_control{
padding:5rem 0;
}
.tab_control .options{
border-bottom: 1px solid #F1F1F1;
}
.tab_control .options .row{
max-width:896px;
margin: 0 auto;
}
.tab_control .options .row a{
height: 9.375rem;
padding: 0;
text-align: center;
line-height: 15.375rem;
}
.tab_control .options .row a span{
font-size: 1rem;
text-align: center;
color: #666666;
}
.tab_control .options .row a:nth-child(1){
background: url(../images/img/options01.png) no-repeat;
background-position:center 30%;
background-size:25%;
}
.tab_control .options .row a:nth-child(2){
background: url(../images/opacity0002.png) no-repeat;
background-position:center 30%;
background-size:20%;
}
.tab_control .options .row a:nth-child(3){
background: url(../images/opaciton0003.png) no-repeat;
background-position:center 30%;
background-size:25%;
}
.tab_control .options .row a:nth-child(4){
background: url(../images/opaciton00040.png) no-repeat;
background-position:center 30%;
background-size:33%;
}
.tab_control .options .row a.active:nth-child(1){
background: url(../images/opacity0001.png) no-repeat;
background-position:center 30%;
background-size:25%;
}
.tab_control .options .row a.active:nth-child(2){
background: url(../images/opacity00020.png) no-repeat;
background-position:center 30%;
background-size:20%;
}
.tab_control .options .row a.active:nth-child(3){
background: url(../images/opacity00030.png) no-repeat;
background-position:center 30%;
background-size:25%;
}
.tab_control .options .row a.active:nth-child(4){
background: url(../images/opaction0004.png) no-repeat;
background-position:center 30%;
background-size:33%;
}
.tab-content{
max-width: 1200px;
margin: 0 auto;
padding: 5% 0 8% 0;
}
.tab-content a{
color: #707070;
}
.tab-content .content_img{
float: left;
width: 50%;
text-align: center;
}
.tab-content .content_text{
float: left;
width: 50%;
padding-left: 5%;
}
.tab-content .content_text ._top{
margin-top:13%;
}
.tab-content .content_text ._top h1{
padding-bottom: 12%;
font-size: 230%;
color: #505050;
}
.tab-content .content_text ._top p{
font-size: 110%;
color: #707070;
margin-bottom: 8%;
}
.tab-content .content_text ._top button{
border: none;
background: #009FE5;
font-size: 110%;
width: 10rem;
height: 3rem;
border-radius:10rem;
margin: 10% 0 7% 0;
}
.tab-content .content_text ._top button a{
color: white;
}
.tab-content .content_text .px p{
font-size: 110%;
color: #707070;
margin-bottom:4%;
}
#pages .content_img{
margin-top: 5%;
}
.plan .content_img{
margin-top: 5%;
}
.plan .content_text{
margin-top:-8%;
}
.plan .content_text ._top {
border-bottom:1px solid #F5F5F5;
}
.plan .content_text ._top h1{
}
.plan .content_text ._top p{
margin-bottom: 2%;
}
.plan .content_text ._top button{
margin-top:5%;
}
.plan .content_text ._bottom h4{
text-align: start;
margin-top:5%;
}
.plan .content_text ._bottom a{
display: inline-block;
margin-top: 3%;
padding:9% 2% 0 2%;
margin-right:3%;
}
.plan .content_text ._bottom a:nth-child(1){
background: url(../images/baoxianhui.png) no-repeat center 0;
background-size:35% auto;
}
.plan .content_text ._bottom a:nth-child(2){
background: url(../images/zhegnquan.png) no-repeat center 0;
background-size:40% auto;
}
.plan .content_text ._bottom a:nth-child(3){
background: url(../images/gengduo.png) no-repeat center 0;
background-size:40% auto;
}
.bx .content_img{
margin-top: -3%;
}
.zq .content_img{
margin-top: -3%;
}
.bx .content_text ._bottom a:nth-child(1).active{
background: url(../images/baoxian.png) no-repeat center 0;
background-size:35% auto;
}
.zq .content_text ._bottom a:nth-child(2).active{
background: url(../images/zhegnquanlan.png) no-repeat center 0;
background-size:40% auto;
}
.change_back .content_text ._top h1{
margin-top: -12%;
}
.change_back .content_text ._top {
border-bottom:1px solid #F5F5F5;
}
.change_back .content_text ._top h1{
}
.change_back .content_text ._top p{
margin-bottom: 2%;
}
.change_back .content_text ._top button{
margin-top:5%;
}
.change_back .content_text ._bottom h4{
text-align: start;
margin-top:5%;
}
.change_back .content_text ._bottom a{
display: inline-block;
margin-top: 4%;
width:32%;
padding-left:6%;
vertical-align: top;
}
.change_back .content_text ._bottom{
}
.change_back .content_text ._bottom a:nth-child(1){
background: url(../images/img/001.png) no-repeat 0 center;
}
.change_back .content_text ._bottom a:nth-child(2){
background: url(../images/img/xkp.png) no-repeat 0 center;
}
.change_back .content_text ._bottom a:nth-child(3){
background: url(../images/img/dxkj.png) no-repeat 0 center;
}
.change_back .content_text ._bottom a:nth-child(4){
background: url(../images/img/dxtc.png) no-repeat 0 0;
}
.change_back .content_text ._bottom a:nth-child(5){
background: url(../images/img/dxfl.png) no-repeat 0 center;
}
.change_back .content_text ._bottom a:nth-child(6){
background: url(../images/img/zncd.png) no-repeat 0 center;
}
.change_back .content_text ._bottom a:nth-child(1).active{
background: url(../images/img/1000.png) no-repeat 0 center;
}
.change_back .content_text ._bottom a:nth-child(2).active{
background: url(../images/img/2000.png) no-repeat 0 center;
}
.change_back .content_text ._bottom a:nth-child(3).active{
background: url(../images/img/3000.png) no-repeat 0 center;
}
.change_back .content_text ._bottom a:nth-child(4).active{
background: url(../images/img/4000.png) no-repeat 0 0;
}
.change_back .content_text ._bottom a:nth-child(5).active{
background: url(../images/img/5000.png) no-repeat 0 center;
}
.change_back .content_text ._bottom a:nth-child(6).active{
background: url(../images/img/6000.png) no-repeat 0 center;
}
@media screen and (max-width:960px){
.tab-content .content_text ._top h1{
font-size: 180%;
}
.tab-content .content_text ._top p{
font-size:90%;
}
.plan .content_text{
margin-top:-5%;
}
.plan .content_text ._top {
border-bottom:1px solid #F5F5F5;
}
.plan .content_text ._bottom a{
padding:12% 2% 0 2%;
}
}
@media screen and (max-width:768px){
.tab-content .content_img{
float: none;
width: 100%;
text-align: center;
}
.tab-content .content_text{
float: none;
width: 100%;
}
.tab-content .content_text ._top h1{
font-size: 180%;
padding-bottom:2%;
}
.tab-content .content_text ._top p{
font-size:90%;
padding-bottom: 1%;
}
.tab-content .content_text ._top button{
margin:0 0 5% 0;
color: #505050;
}
.plan .content_text ._bottom h4{
/*text-align: center;*/
}
.plan .content_text ._bottom a{
padding:10% 2% 0 2%;
}
.change_back .content_text ._bottom a:nth-child(1){
background: url(../images/img/001.png) no-repeat 1% 50%;
background-size:15% auto;
}
.change_back .content_text ._bottom a:nth-child(2){
background: url(../images/img/xkp.png) no-repeat 1% 50%;
background-size:15% auto;
}
.change_back .content_text ._bottom a:nth-child(3){
background: url(../images/img/dxkj.png) no-repeat 1% 50%;
background-size:15% auto;
}
.change_back .content_text ._bottom a:nth-child(4){
background: url(../images/img/dxtc.png) no-repeat 1% 0;
background-size:12% auto;
}
.change_back .content_text ._bottom a:nth-child(5){
background: url(../images/img/dxfl.png) no-repeat 1% 50%;
background-size:12% auto;
}
.change_back .content_text ._bottom a:nth-child(6){
background: url(../images/img/zncd.png) no-repeat 1% 50%;
background-size:12% auto;
}
.change_back .content_text ._bottom a:nth-child(1).active{
background: url(../images/img/1000.png) no-repeat 1% 50%;
background-size:15% auto;
}
.change_back .content_text ._bottom a:nth-child(2).active{
background: url(../images/img/2000.png) no-repeat 1% 50%;
background-size:15% auto;
}
.change_back .content_text ._bottom a:nth-child(3).active{
background: url(../images/img/3000.png) no-repeat 1% 50%;
background-size:15% auto;
}
.change_back .content_text ._bottom a:nth-child(4).active{
background: url(../images/img/4000.png) no-repeat 1% 0;
background-size:12% auto;
}
.change_back .content_text ._bottom a:nth-child(5).active{
background: url(../images/img/5000.png) no-repeat 1% 50%;
background-size:12% auto;
}
.change_back .content_text ._bottom a:nth-child(6).active{
background: url(../images/img/6000.png) no-repeat 1% 50%;
background-size:12% auto;
}
}
html{
font-size: 16px;
}
@media screen and (max-width:960px) {
html {
font-size: 12px;
}
.service .top .row .col-xs-4{
width:100%;
}
.service .service_bottom .row .col-sm-3{
width:33%;
}
/*.tab_control .tab-content .plan .row .content_text ._bottom .row a{
background-position:50% 0;
}*/
/*.tab_control .tab-content .tab-pane .row .content_text{
text-align: center;
}*/
/*.tab_control .tab-content .row .content_text ._bottom .row a{
background-position: 20% 0;
}*/
.tab_control .tab-content .row .content_text ._bottom .row a:nth-child(4){
background: url(../images/img/dxtc.png) no-repeat;
background-position:8% 30%;
}
}
@media screen and(max-width:768px) {
html {
font-size:10px;
}
} | 0.142143 | 0.050635 |
------------------------------------------ */
/*Kun:广告列表展示*/
.data-table {
table-layout: fixed;
}
.data-table thead tr th,
.data-table tbody tr td {
white-space: nowrap;
text-align: center;
}
.data-table thead tr th {
text-align: center;
height: 40px;
line-height: 40px;
padding: 2px 5px;
}
thead {
margin-top: 10px;
}
.data-table tbody tr td {
padding: 5px;
height: 45px;
font-weight: 400;
}
.tableScroll {
height: 650px;
/*height:auto;*/
overflow-y: hidden;
}
.adsListShow {
position: relative;
height: 10px;
overflow-x: hidden;
overflow-y: scroll;
}
.adsListShow thead,
.adsListShow tbody tr {
display: table;
width: 100%;
table-layout: fixed;
}
.adsListShow tbody {
display: block;
overflow-y: scroll;
height: 100%;
max-height: 300px;
}
/*Kun:更多详情展示*/
.moreDetailShow {
display: none;
}
.checkMoreDetail:hover .moreDetailShow {
display: block !important;
z-index: 2;
position: absolute;
top: 50px;
right: 7%;
width: 500px;
height: 450px;
line-height: 40px;
overflow: auto;
/*margin-top: -60px;
margin-left: -90px;*/
padding: 20px 15px 10px 20px;
background-color: rgba(0, 0, 0, 0.7);
color: white;
text-align: left;
font-size: 14px;
border-radius: 10px;
}
.checkMoreDetail:hover .moreDetailShow p {
border-bottom: 1px solid silver;
}
.checkMoreDetail:hover .moreDetailShow img {
width: 50%;
height: 50%;
}
/* 这是针对缺省样式 (必须的) */
::-webkit-scrollbar {
width: 0px;
}
/* 滚动条的滑轨背景颜色 */
::-webkit-scrollbar-track {
background-color: transparent;
}
/* 滑块颜色 */
::-webkit-scrollbar-thumb {
background-color: rgba(0, 0, 0, 0.2);
/*background-color: transparent;*/
border-radius: 10px;
cursor: pointer;
}
/* 滑轨两头的监听按钮颜色 */
::-webkit-scrollbar-button {
background-color: transparent;
height: 3px;
border-radius: 10px;
}
/* 横向滚动条和纵向滚动条相交处尖角的颜色 */
::-webkit-scrollbar-corner {
background-color: transparent;
}
/*选择餐厅按钮*/
#hotelChooseBtn {
background-color: #18A665;
outline: none;
border-radius: 5px;
}
#hotelChooseBtn:hover,
#hotelChooseBtn:focus {
background-color: #006600;
}
#hotelDisplayChoose {
display: none;
}
#addressTable {
position: relative;
width: 50%;
}
.hotelDisplayChoose {
/*border: 1px solid #333!important;*/
display: block !important;
overflow-y: hidden;
/*position: absolute;*/
position: relative;
/*top: 50%;
right: 50px;*/
/*width: 40%;
height: 50%;*/
width: 550px;
height: 300px;
line-height: 40px;
overflow: auto;
/*margin-top: -100px;
margin-left: -100px;*/
padding: 10px 10px 5px 15px;
background: #EDEDED;
color: black;
text-align: left;
font-size: 14px;
border-radius: 5px;
}
/*.btn .divbtn{
background-color:#004444;
}*/
#hotelShow {
position: relative;
width: 100%;
height: 240px;
border-radius: 5px;
display: block;
overflow-y: scroll;
}
#hotelShow ul li {
list-style-type: none;
width: 30%;
height: 40px;
float: left;
}
#hotelShow ul li label input {
height: 17px;
width: 17px;
margin-top: 10px;
}
.btnDiv {
position: relative;
width: 150px;
margin: 10px auto 0;
height: 34px;
/*border: 1px solid yellowgreen !important;*/
}
.mybtn {
float: left;
margin: 0 10px;
background-color: #18A665;
outline: none;
border-radius: 5px;
border: 0px;
}
.mybtn:hover,
.mybtn:focus {
background-color: #006600;
}
.checkbox-inline span{
width: 180px;
}
/*end Kun*/
/*杨玥*/
/*调整输入框边距*/
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
margin-bottom: 5px;
margin-top: 5px;
margin-right: 15px;
margin-left: 5px;
line-height: 15px;
}
/*调整地址框*/
.form-control,
select {
width: auto;
margin-top: 5px;
margin-bottom: 5px;
margin-right: 5px;
}
/*按钮优化*/
button.btn.submit-btn,
button.btn.btn-return {
height: 40px;
width: 70px;
border-radius: 5px;
margin-top: 20px;
margin-right: 5px;
text-align: center;
background-color: #18A665;
}
button.btn.submit-btn:hover,
button.btn.btn-return:hover {
background-color: #006600;
border-color: #FFFFFF;
}
button.btn.submit-btn:focus,
button.btn.btn-return:forcus {
outline: #FFFFFF !important;
}
.form-item,
.form-horizontal {
margin-left: 15px;
margin-top: 20px;
} | Public/Admin/css/newLayout2.css | ------------------------------------------ */
/*Kun:广告列表展示*/
.data-table {
table-layout: fixed;
}
.data-table thead tr th,
.data-table tbody tr td {
white-space: nowrap;
text-align: center;
}
.data-table thead tr th {
text-align: center;
height: 40px;
line-height: 40px;
padding: 2px 5px;
}
thead {
margin-top: 10px;
}
.data-table tbody tr td {
padding: 5px;
height: 45px;
font-weight: 400;
}
.tableScroll {
height: 650px;
/*height:auto;*/
overflow-y: hidden;
}
.adsListShow {
position: relative;
height: 10px;
overflow-x: hidden;
overflow-y: scroll;
}
.adsListShow thead,
.adsListShow tbody tr {
display: table;
width: 100%;
table-layout: fixed;
}
.adsListShow tbody {
display: block;
overflow-y: scroll;
height: 100%;
max-height: 300px;
}
/*Kun:更多详情展示*/
.moreDetailShow {
display: none;
}
.checkMoreDetail:hover .moreDetailShow {
display: block !important;
z-index: 2;
position: absolute;
top: 50px;
right: 7%;
width: 500px;
height: 450px;
line-height: 40px;
overflow: auto;
/*margin-top: -60px;
margin-left: -90px;*/
padding: 20px 15px 10px 20px;
background-color: rgba(0, 0, 0, 0.7);
color: white;
text-align: left;
font-size: 14px;
border-radius: 10px;
}
.checkMoreDetail:hover .moreDetailShow p {
border-bottom: 1px solid silver;
}
.checkMoreDetail:hover .moreDetailShow img {
width: 50%;
height: 50%;
}
/* 这是针对缺省样式 (必须的) */
::-webkit-scrollbar {
width: 0px;
}
/* 滚动条的滑轨背景颜色 */
::-webkit-scrollbar-track {
background-color: transparent;
}
/* 滑块颜色 */
::-webkit-scrollbar-thumb {
background-color: rgba(0, 0, 0, 0.2);
/*background-color: transparent;*/
border-radius: 10px;
cursor: pointer;
}
/* 滑轨两头的监听按钮颜色 */
::-webkit-scrollbar-button {
background-color: transparent;
height: 3px;
border-radius: 10px;
}
/* 横向滚动条和纵向滚动条相交处尖角的颜色 */
::-webkit-scrollbar-corner {
background-color: transparent;
}
/*选择餐厅按钮*/
#hotelChooseBtn {
background-color: #18A665;
outline: none;
border-radius: 5px;
}
#hotelChooseBtn:hover,
#hotelChooseBtn:focus {
background-color: #006600;
}
#hotelDisplayChoose {
display: none;
}
#addressTable {
position: relative;
width: 50%;
}
.hotelDisplayChoose {
/*border: 1px solid #333!important;*/
display: block !important;
overflow-y: hidden;
/*position: absolute;*/
position: relative;
/*top: 50%;
right: 50px;*/
/*width: 40%;
height: 50%;*/
width: 550px;
height: 300px;
line-height: 40px;
overflow: auto;
/*margin-top: -100px;
margin-left: -100px;*/
padding: 10px 10px 5px 15px;
background: #EDEDED;
color: black;
text-align: left;
font-size: 14px;
border-radius: 5px;
}
/*.btn .divbtn{
background-color:#004444;
}*/
#hotelShow {
position: relative;
width: 100%;
height: 240px;
border-radius: 5px;
display: block;
overflow-y: scroll;
}
#hotelShow ul li {
list-style-type: none;
width: 30%;
height: 40px;
float: left;
}
#hotelShow ul li label input {
height: 17px;
width: 17px;
margin-top: 10px;
}
.btnDiv {
position: relative;
width: 150px;
margin: 10px auto 0;
height: 34px;
/*border: 1px solid yellowgreen !important;*/
}
.mybtn {
float: left;
margin: 0 10px;
background-color: #18A665;
outline: none;
border-radius: 5px;
border: 0px;
}
.mybtn:hover,
.mybtn:focus {
background-color: #006600;
}
.checkbox-inline span{
width: 180px;
}
/*end Kun*/
/*杨玥*/
/*调整输入框边距*/
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
margin-bottom: 5px;
margin-top: 5px;
margin-right: 15px;
margin-left: 5px;
line-height: 15px;
}
/*调整地址框*/
.form-control,
select {
width: auto;
margin-top: 5px;
margin-bottom: 5px;
margin-right: 5px;
}
/*按钮优化*/
button.btn.submit-btn,
button.btn.btn-return {
height: 40px;
width: 70px;
border-radius: 5px;
margin-top: 20px;
margin-right: 5px;
text-align: center;
background-color: #18A665;
}
button.btn.submit-btn:hover,
button.btn.btn-return:hover {
background-color: #006600;
border-color: #FFFFFF;
}
button.btn.submit-btn:focus,
button.btn.btn-return:forcus {
outline: #FFFFFF !important;
}
.form-item,
.form-horizontal {
margin-left: 15px;
margin-top: 20px;
} | 0.327668 | 0.097734 |
@charset "utf-8";
.billboard {
overflow:hidden;
position:relative;
-webkit-perspective:1600px;
-moz-perspective:1600px;
-o-perspective:1600px;
-ms-perspective:1600px;
perspective:1600px
}
.fk-fixPerspective {
-webkit-perspective:1600px;
-moz-perspective:1600px;
-o-perspective:1600px;
-ms-perspective:1600px;
perspective:1600px
}
.fk-fixPerspective .billboard {
-webkit-perspective:none;
-moz-perspective:none;
-o-perspective:none;
-ms-perspective:none;
perspective:none;
-webkit-transform-origin:center center;
-moz-transform-origin:center center;
-o-transform-origin:center center;
-ms-transform-origin:center center;
transform-origin:center center
}
.billboard4 {
-webkit-perspective:1600px;
-moz-perspective:1600px;
-o-perspective:1600px;
-ms-perspective:1600px;
perspective:1600px
}
.billboard1,.billboard2,.billboard3,.billboardItem_10,.billboardItem_11,.billboardItem_12 {
-webkit-perspective:none;
-moz-perspective:none;
-o-perspective:none;
-ms-perspective:none;
perspective:none;
-webkit-transform-style:flat;
-moz-transform-style:flat;
-o-transform-style:flat;
-ms-transform-style:flat;
transform-style:flat
}
/*.billboard_item {
position:absolute;
top:0;
left:0;
width:100%
}*/
.billboardAnim {
-webkit-animation-fill-mode:both;
-moz-animation-fill-mode:both;
-o-animation-fill-mode:both;
-ms-animation-fill-mode:both;
animation-fill-mode:both;
-webkit-animation-timing-function:ease-in-out;
-moz-animation-timing-function:ease-in-out;
-o-animation-timing-function:ease-in-out;
-ms-animation-timing-function:ease-in-out;
animation-timing-function:ease-in-out
}
.billboardItem_1 {
opacity:0
}
.billboardItem_1_start {
opacity:1
}
.billboardItem_1_on {
-webkit-animation-name:billboardItem_1_on;
-moz-animation-name:billboardItem_1_on;
-ms-animation-name:billboardItem_1_on;
-o-animation-name:billboardItem_1_on;
animation-name:billboardItem_1_on
}
.billboardItem_1_off {
-webkit-animation-name:billboardItem_1_off;
-moz-animation-name:billboardItem_1_off;
-ms-animation-name:billboardItem_1_off;
-o-animation-name:billboardItem_1_off;
animation-name:billboardItem_1_off
}
@-webkit-keyframes billboardItem_1_on {
0% {
opacity:0
}
100% {
opacity:1
}
}@-webkit-keyframes billboardItem_1_off {
0% {
opacity:1
}
100% {
opacity:0
}
}@-moz-keyframes billboardItem_1_on {
0% {
opacity:0
}
100% {
opacity:1
}
}@-moz-keyframes billboardItem_1_off {
0% {
opacity:1
}
100% {
opacity:0
}
}@-ms-keyframes billboardItem_1_on {
0% {
opacity:0
}
100% {
opacity:1
}
}@-ms-keyframes billboardItem_1_off {
0% {
opacity:1
}
100% {
opacity:0
}
}@-o-keyframes billboardItem_1_on {
0% {
opacity:0
}
100% {
opacity:1
}
}@-o-keyframes billboardItem_1_off {
0% {
opacity:1
}
100% {
opacity:0
}
}@keyframes billboardItem_1_on {
0% {
opacity:0
}
100% {
opacity:1
}
}@keyframes billboardItem_1_off {
0% {
opacity:1
}
100% {
opacity:0
}
}.billboardItem_2 {
-webkit-transform:translate3d(100%,0,0);
-moz-transform:translate3d(100%,0,0);
-ms-transform:translate3d(100%,0,0);
-o-transform:translate3d(100%,0,0);
transform:translate3d(100%,0,0)
}
.billboardItem_2_start {
-webkit-transform:translate3d(0,0,0);
-moz-transform:translate3d(0,0,0);
-ms-transform:translate3d(0,0,0);
-o-transform:translate3d(0,0,0);
transform:translate3d(0,0,0)
}
.billboardItem_2_on {
-webkit-animation-name:billboardItem_2_on;
-moz-animation-name:billboardItem_2_on;
-ms-animation-name:billboardItem_2_on;
-o-animation-name:billboardItem_2_on;
animation-name:billboardItem_2_on
}
.billboardItem_2_on_reverse {
-webkit-animation-name:billboardItem_2_on_reverse;
-moz-animation-name:billboardItem_2_on_reverse;
-ms-animation-name:billboardItem_2_on_reverse;
-o-animation-name:billboardItem_2_on_reverse;
animation-name:billboardItem_2_on_reverse
}
.billboardItem_2_off {
-webkit-animation-name:billboardItem_2_off;
-moz-animation-name:billboardItem_2_off;
-ms-animation-name:billboardItem_2_off;
-o-animation-name:billboardItem_2_off;
animation-name:billboardItem_2_off
}
.billboardItem_2_off_reverse {
-webkit-animation-name:billboardItem_2_off_reverse;
-moz-animation-name:billboardItem_2_off_reverse;
-ms-animation-name:billboardItem_2_off_reverse;
-o-animation-name:billboardItem_2_off_reverse;
animation-name:billboardItem_2_off_reverse
}
@-webkit-keyframes billboardItem_2_on {
0% {
-webkit-transform:translate3d(100%,0,0)
}
100% {
-webkit-transform:translate3d(0,0,0)
}
}@-webkit-keyframes billboardItem_2_on_reverse {
0% {
-webkit-transform:translate3d(-100%,0,0)
}
100% {
-webkit-transform:translate3d(0,0,0)
}
}@-webkit-keyframes billboardItem_2_off {
0% {
-webkit-transform:translate3d(0,0,0)
}
100% {
-webkit-transform:translate3d(-100%,0,0)
}
}@-webkit-keyframes billboardItem_2_off_reverse {
0% {
-webkit-transform:translate3d(0,0,0)
}
100% {
-webkit-transform:translate3d(100%,0,0)
}
}@-moz-keyframes billboardItem_2_on {
0% {
-moz-transform:translate3d(100%,0,0)
}
100% {
-moz-transform:translate3d(0,0,0)
}
}@-moz-keyframes billboardItem_2_on_reverse {
0% {
-moz-transform:translate3d(-100%,0,0)
}
100% {
-moz-transform:translate3d(0,0,0)
}
}@-moz-keyframes billboardItem_2_off {
0% {
-moz-transform:translate3d(0,0,0)
}
100% {
-moz-transform:translate3d(-100%,0,0)
}
}@-moz-keyframes billboardItem_2_off_reverse {
0% {
-moz-transform:translate3d(0,0,0)
}
100% {
-moz-transform:translate3d(100%,0,0)
}
}@-ms-keyframes billboardItem_2_on {
0% {
-ms-transform:translate3d(100%,0,0)
}
100% {
-ms-transform:translate3d(0,0,0)
}
}@-ms-keyframes billboardItem_2_on_reverse {
0% {
-ms-transform:translate3d(-100%,0,0)
}
100% {
-ms-transform:translate3d(0,0,0)
}
}@-ms-keyframes billboardItem_2_off {
0% {
-ms-transform:translate3d(0,0,0)
}
100% {
-ms-transform:translate3d(-100%,0,0)
}
}@-ms-keyframes billboardItem_2_off_reverse {
0% {
-ms-transform:translate3d(0,0,0)
}
100% {
-ms-transform:translate3d(100%,0,0)
}
}@-o-keyframes billboardItem_2_on {
0% {
-o-transform:translate3d(100%,0,0)
}
100% {
-o-transform:translate3d(0,0,0)
}
}@-o-keyframes billboardItem_2_on_reverse {
0% {
-o-transform:translate3d(-100%,0,0)
}
100% {
-o-transform:translate3d(0,0,0)
}
}@-o-keyframes billboardItem_2_off {
0% {
-o-transform:translate3d(0,0,0)
}
100% {
-o-transform:translate3d(-100%,0,0)
}
}@-o-keyframes billboardItem_2_off_reverse {
0% {
-o-transform:translate3d(0,0,0)
}
100% {
-o-transform:translate3d(100%,0,0)
}
}@keyframes billboardItem_2_on {
0% {
transform:translate3d(100%,0,0)
}
100% {
transform:translate3d(0,0,0)
}
}@keyframes billboardItem_2_on_reverse {
0% {
transform:translate3d(-100%,0,0)
}
100% {
transform:translate3d(0,0,0)
}
}@keyframes billboardItem_2_off {
0% {
transform:translate3d(0,0,0)
}
100% {
transform:translate3d(-100%,0,0)
}
}@keyframes billboardItem_2_off_reverse {
0% {
transform:translate3d(0,0,0)
}
100% {
transform:translate3d(100%,0,0)
}
}.billboardItem_3 {
-webkit-transform:translate3d(0,100%,0);
-moz-transform:translate3d(0,100%,0);
-ms-transform:translate3d(0,100%,0);
-o-transform:translate3d(0,100%,0);
transform:translate3d(0,100%,0)
}
.billboardItem_3_start {
-webkit-transform:translate3d(0,0,0);
-moz-transform:translate3d(0,0,0);
-ms-transform:translate3d(0,0,0);
-o-transform:translate3d(0,0,0);
transform:translate3d(0,0,0)
}
.billboardItem_3_on {
-webkit-animation-name:billboardItem_3_on;
-moz-animation-name:billboardItem_3_on;
-ms-animation-name:billboardItem_3_on;
-o-animation-name:billboardItem_3_on;
animation-name:billboardItem_3_on
}
.billboardItem_3_on_reverse {
-webkit-animation-name:billboardItem_3_on_reverse;
-moz-animation-name:billboardItem_3_on_reverse;
-ms-animation-name:billboardItem_3_on_reverse;
-o-animation-name:billboardItem_3_on_reverse;
animation-name:billboardItem_3_on_reverse
}
.billboardItem_3_off {
-webkit-animation-name:billboardItem_3_off;
-moz-animation-name:billboardItem_3_off;
-ms-animation-name:billboardItem_3_off;
-o-animation-name:billboardItem_3_off;
animation-name:billboardItem_3_off
}
.billboardItem_3_off_reverse {
-webkit-animation-name:billboardItem_3_off_reverse;
-moz-animation-name:billboardItem_3_off_reverse;
-ms-animation-name:billboardItem_3_off_reverse;
-o-animation-name:billboardItem_3_off_reverse;
animation-name:billboardItem_3_off_reverse
}
@-webkit-keyframes billboardItem_3_on {
0% {
-webkit-transform:translate3d(0,-100%,0)
}
100% {
-webkit-transform:translate3d(0,0,0)
}
}@-webkit-keyframes billboardItem_3_on_reverse {
0% {
-webkit-transform:translate3d(0,100%,0)
}
100% {
-webkit-transform:translate3d(0,0,0)
}
}@-webkit-keyframes billboardItem_3_off {
0% {
-webkit-transform:translate3d(0,0,0)
}
100% {
-webkit-transform:translate3d(0,100%,0)
}
}@-webkit-keyframes billboardItem_3_off_reverse {
0% {
-webkit-transform:translate3d(0,0,0)
}
100% {
-webkit-transform:translate3d(0,-100%,0)
}
}@-moz-keyframes billboardItem_3_on {
0% {
-moz-transform:translate3d(0,-100%,0)
}
100% {
-moz-transform:translate3d(0,0,0)
}
}@-moz-keyframes billboardItem_3_on_reverse {
0% {
-moz-transform:translate3d(0,100%,0)
}
100% {
-moz-transform:translate3d(0,0,0)
}
}@-moz-keyframes billboardItem_3_off {
0% {
-moz-transform:translate3d(0,0,0)
}
100% {
-moz-transform:translate3d(0,100%,0)
}
}@-moz-keyframes billboardItem_3_off_reverse {
0% {
-moz-transform:translate3d(0,0,0)
}
100% {
-moz-transform:translate3d(0,-100%,0)
}
}@-ms-keyframes billboardItem_3_on {
0% {
-ms-transform:translate3d(0,-100%,0)
}
100% {
-ms-transform:translate3d(0,0,0)
}
}@-ms-keyframes billboardItem_3_on_reverse {
0% {
-ms-transform:translate3d(0,100%,0)
}
100% {
-ms-transform:translate3d(0,0,0)
}
}@-ms-keyframes billboardItem_3_off {
0% {
-ms-transform:translate3d(0,0,0)
}
100% {
-ms-transform:translate3d(0,100%,0)
}
}@-ms-keyframes billboardItem_3_off_reverse {
0% {
-ms-transform:translate3d(0,0,0)
}
100% {
-ms-transform:translate3d(0,-100%,0)
}
}@-o-keyframes billboardItem_3_on {
0% {
-o-transform:translate3d(0,-100%,0)
}
100% {
-o-transform:translate3d(0,0,0)
}
}@-o-keyframes billboardItem_3_on_reverse {
0% {
-o-transform:translate3d(0,100%,0)
}
100% {
-o-transform:translate3d(0,0,0)
}
}@-o-keyframes billboardItem_3_off {
0% {
-o-transform:translate3d(0,0,0)
}
100% {
-o-transform:translate3d(0,100%,0)
}
}@-o-keyframes billboardItem_3_off_reverse {
0% {
-o-transform:translate3d(0,0,0)
}
100% {
-o-transform:translate3d(0,-100%,0)
}
}@keyframes billboardItem_3_on {
0% {
transform:translate3d(0,-100%,0)
}
100% {
transform:translate3d(0,0,0)
}
}@keyframes billboardItem_3_on_reverse {
0% {
transform:translate3d(0,100%,0)
}
100% {
transform:translate3d(0,0,0)
}
}@keyframes billboardItem_3_off {
0% {
transform:translate3d(0,0,0)
}
100% {
transform:translate3d(0,100%,0)
}
}@keyframes billboardItem_3_off_reverse {
0% {
transform:translate3d(0,0,0)
}
100% {
transform:translate3d(0,-100%,0)
}
}.billboard4 * {
-webkit-transform-style:preserve-3d;
-moz-transform-style:preserve-3d;
-o-transform-style:preserve-3d;
-ms-transform-style:preserve-3d;
transform-style:preserve-3d
}
.billboard4 .fk-moduleZone,.billboard4 .fk-moduleZone * {
-webkit-transform-style:flat;
-moz-transform-style:flat;
-o-transform-style:flat;
-ms-transform-style:flat;
transform-style:flat
}
.billboardItem_4 {
-webkit-transform:rotateY(90deg);
-moz-transform:rotateY(90deg);
-ms-transform:rotateY(90deg);
-o-transform:rotateY(90deg);
transform:rotateY(90deg)
}
.billboardItem_4 * {
-webkit-backface-visibility:hidden;
-moz-backface-visibility:hidden;
-ms-backface-visibility:hidden;
-o-backface-visibility:hidden;
backface-visibility:hidden
}
.billboardItem_4_start {
-webkit-transform:rotateY(0deg);
-moz-transform:rotateY(0deg);
-ms-transform:rotateY(0deg);
-o-transform:rotateY(0deg);
transform:rotateY(0deg)
}
.billboardItem_4_on {
-webkit-animation-name:billboardItem_4_on;
-moz-animation-name:billboardItem_4_on;
-ms-animation-name:billboardItem_4_on;
-o-animation-name:billboardItem_4_on;
animation-name:billboardItem_4_on
}
.billboardItem_4_on_reverse {
-webkit-animation-name:billboardItem_4_on_reverse;
-moz-animation-name:billboardItem_4_on_reverse;
-ms-animation-name:billboardItem_4_on_reverse;
-o-animation-name:billboardItem_4_on_reverse;
animation-name:billboardItem_4_on_reverse
}
.billboardItem_4_off {
-webkit-animation-name:billboardItem_4_off;
-moz-animation-name:billboardItem_4_off;
-ms-animation-name:billboardItem_4_off;
-o-animation-name:billboardItem_4_off;
animation-name:billboardItem_4_off
}
.billboardItem_4_off_reverse {
-webkit-animation-name:billboardItem_4_off_reverse;
-moz-animation-name:billboardItem_4_off_reverse;
-ms-animation-name:billboardItem_4_off_reverse;
-o-animation-name:billboardItem_4_off_reverse;
animation-name:billboardItem_4_off_reverse
}
@-webkit-keyframes billboardItem_4_on {
0% {
-webkit-transform:rotateY(-90deg)
}
50% {
-webkit-transform:rotateY(-90deg)
}
100% {
-webkit-transform:rotateY(0deg)
}
}@-webkit-keyframes billboardItem_4_on_reverse {
0% {
-webkit-transform:rotateY(90deg)
}
50% {
-webkit-transform:rotateY(90deg)
}
100% {
-webkit-transform:rotateY(0deg)
}
}@-webkit-keyframes billboardItem_4_off {
0% {
-webkit-transform:rotateY(0deg)
}
50% {
-webkit-transform:rotateY(90deg)
}
100% {
-webkit-transform:rotateY(90deg)
}
}@-webkit-keyframes billboardItem_4_off_reverse {
0% {
-webkit-transform:rotateY(0deg)
}
50% {
-webkit-transform:rotateY(-90deg)
}
100% {
-webkit-transform:rotateY(-90deg)
}
}@-moz-keyframes billboardItem_4_on {
0% {
-moz-transform:rotateY(-90deg)
}
50% {
-moz-transform:rotateY(-90deg)
}
100% {
-moz-transform:rotateY(0deg)
}
}@-moz-keyframes billboardItem_4_on_reverse {
0% {
-moz-transform:rotateY(90deg)
}
50% {
-moz-transform:rotateY(90deg)
}
100% {
-moz-transform:rotateY(0deg)
}
}@-moz-keyframes billboardItem_4_off {
0% {
-moz-transform:rotateY(0deg)
}
50% {
-moz-transform:rotateY(90deg)
}
100% {
-moz-transform:rotateY(90deg)
}
}@-moz-keyframes billboardItem_4_off_reverse {
0% {
-moz-transform:rotateY(0deg)
}
50% {
-moz-transform:rotateY(-90deg)
}
100% {
-moz-transform:rotateY(-90deg)
}
}@-ms-keyframes billboardItem_4_on {
0% {
-ms-transform:rotateY(-90deg)
}
50% {
-ms-transform:rotateY(-90deg)
}
100% {
-ms-transform:rotateY(0deg)
}
}@-ms-keyframes billboardItem_4_on_reverse {
0% {
-ms-transform:rotateY(90deg)
}
50% {
-ms-transform:rotateY(90deg)
}
100% {
-ms-transform:rotateY(0deg)
}
}@-ms-keyframes billboardItem_4_off {
0% {
-ms-transform:rotateY(0deg)
}
50% {
-ms-transform:rotateY(90deg)
}
100% {
-ms-transform:rotateY(90deg)
}
}@-ms-keyframes billboardItem_4_off_reverse {
0% {
-ms-transform:rotateY(0deg)
}
50% {
-ms-transform:rotateY(-90deg)
}
100% {
-ms-transform:rotateY(-90deg)
}
}@-o-keyframes billboardItem_4_on {
0% {
-o-transform:rotateY(-90deg)
}
50% {
-o-transform:rotateY(-90deg)
}
100% {
-o-transform:rotateY(0deg)
}
}@-o-keyframes billboardItem_4_on_reverse {
0% {
-o-transform:rotateY(90deg)
}
50% {
-o-transform:rotateY(90deg)
}
100% {
-o-transform:rotateY(0deg)
}
}@-o-keyframes billboardItem_4_off {
0% {
-o-transform:rotateY(0deg)
}
50% {
-o-transform:rotateY(90deg)
}
100% {
-o-transform:rotateY(90deg)
}
}@-o-keyframes billboardItem_4_off_reverse {
0% {
-o-transform:rotateY(0deg)
}
50% {
-o-transform:rotateY(-90deg)
}
100% {
-o-transform:rotateY(-90deg)
}
}@keyframes billboardItem_4_on {
0% {
transform:rotateY(-90deg)
}
50% {
transform:rotateY(-90deg)
}
100% {
transform:rotateY(0deg)
}
}@keyframes billboardItem_4_on_reverse {
0% {
transform:rotateY(90deg)
}
50% {
transform:rotateY(90deg)
}
100% {
transform:rotateY(0deg)
}
}@keyframes billboardItem_4_off {
0% {
transform:rotateY(0deg)
}
50% {
transform:rotateY(90deg)
}
100% {
transform:rotateY(90deg)
}
}@keyframes billboardItem_4_off_reverse {
0% {
transform:rotateY(0deg)
}
50% {
transform:rotateY(-90deg)
}
100% {
transform:rotateY(-90deg)
}
}.billboard5 * {
-webkit-transform-style:preserve-3d;
-moz-transform-style:preserve-3d;
-o-transform-style:preserve-3d;
-ms-transform-style:preserve-3d;
transform-style:preserve-3d
}
.billboard5 .fk-moduleZone,.billboard5 .fk-moduleZone * {
-webkit-transform-style:flat;
-moz-transform-style:flat;
-o-transform-style:flat;
-ms-transform-style:flat;
transform-style:flat
}
.billboardItem_5 {
-webkit-transform:rotateX(90deg);
-moz-transform:rotateX(90deg);
-ms-transform:rotateX(90deg);
-o-transform:rotateX(90deg);
transform:rotateX(90deg)
}
.billboardItem_5 * {
-webkit-backface-visibility:hidden;
-moz-backface-visibility:hidden;
-ms-backface-visibility:hidden;
-o-backface-visibility:hidden;
backface-visibility:hidden
}
.billboardItem_5_start {
-webkit-transform:rotateX(0deg);
-moz-transform:rotateX(0deg);
-ms-transform:rotateX(0deg);
-o-transform:rotateX(0deg);
transform:rotateX(0deg)
}
.billboardItem_5_on {
-webkit-animation-name:billboardItem_5_on;
-moz-animation-name:billboardItem_5_on;
-ms-animation-name:billboardItem_5_on;
-o-animation-name:billboardItem_5_on;
animation-name:billboardItem_5_on
}
.billboardItem_5_on_reverse {
-webkit-animation-name:billboardItem_5_on_reverse;
-moz-animation-name:billboardItem_5_on_reverse;
-ms-animation-name:billboardItem_5_on_reverse;
-o-animation-name:billboardItem_5_on_reverse;
animation-name:billboardItem_5_on_reverse
}
.billboardItem_5_off {
-webkit-animation-name:billboardItem_5_off;
-moz-animation-name:billboardItem_5_off;
-ms-animation-name:billboardItem_5_off;
-o-animation-name:billboardItem_5_off;
animation-name:billboardItem_5_off
}
.billboardItem_5_off_reverse {
-webkit-animation-name:billboardItem_5_off_reverse;
-moz-animation-name:billboardItem_5_off_reverse;
-ms-animation-name:billboardItem_5_off_reverse;
-o-animation-name:billboardItem_5_off_reverse;
animation-name:billboardItem_5_off_reverse
}
@-webkit-keyframes billboardItem_5_on {
0% {
-webkit-transform:rotateX(-90deg)
}
50% {
-webkit-transform:rotateX(-90deg)
}
100% {
-webkit-transform:rotateY(0deg)
}
}@-webkit-keyframes billboardItem_5_on_reverse {
0% {
-webkit-transform:rotateX(90deg)
}
50% {
-webkit-transform:rotateX(90deg)
}
100% {
-webkit-transform:rotateY(0deg)
}
}@-webkit-keyframes billboardItem_5_off {
0% {
-webkit-transform:rotateX(0deg)
}
50% {
-webkit-transform:rotateX(90deg)
}
100% {
-webkit-transform:rotateX(90deg)
}
}@-webkit-keyframes billboardItem_5_off_reverse {
0% {
-webkit-transform:rotateX(0deg)
}
50% {
-webkit-transform:rotateX(-90deg)
}
100% {
-webkit-transform:rotateX(-90deg)
}
}@-moz-keyframes billboardItem_5_on {
0% {
-moz-transform:rotateX(-90deg)
}
50% {
-moz-transform:rotateX(-90deg)
}
100% {
-moz-transform:rotateY(0deg)
}
}@-moz-keyframes billboardItem_5_on_reverse {
0% {
-moz-transform:rotateX(90deg)
}
50% {
-moz-transform:rotateX(90deg)
}
100% {
-moz-transform:rotateY(0deg)
}
}@-moz-keyframes billboardItem_5_off {
0% {
-moz-transform:rotateX(0deg)
}
50% {
-moz-transform:rotateX(90deg)
}
100% {
-moz-transform:rotateX(90deg)
}
}@-moz-keyframes billboardItem_5_off_reverse {
0% {
-moz-transform:rotateX(0deg)
}
50% {
-moz-transform:rotateX(-90deg)
}
100% {
-moz-transform:rotateX(-90deg)
}
}@-ms-keyframes billboardItem_5_on {
0% {
-ms-transform:rotateX(-90deg)
}
50% {
-ms-transform:rotateX(-90deg)
}
100% {
-ms-transform:rotateY(0deg)
}
}@-ms-keyframes billboardItem_5_on_reverse {
0% {
-ms-transform:rotateX(90deg)
}
50% {
-ms-transform:rotateX(90deg)
}
100% {
-ms-transform:rotateY(0deg)
}
}@-ms-keyframes billboardItem_5_off {
0% {
-ms-transform:rotateX(0deg)
}
50% {
-ms-transform:rotateX(90deg)
}
100% {
-ms-transform:rotateX(90deg)
}
}@-ms-keyframes billboardItem_5_off_reverse {
0% {
-ms-transform:rotateX(0deg)
}
50% {
-ms-transform:rotateX(-90deg)
}
100% {
-ms-transform:rotateX(-90deg)
}
}@-o-keyframes billboardItem_5_on {
0% {
-o-transform:rotateX(-90deg)
}
50% {
-o-transform:rotateX(-90deg)
}
100% {
-o-transform:rotateY(0deg)
}
}@-o-keyframes billboardItem_5_on_reverse {
0% {
-o-transform:rotateX(90deg)
}
50% {
-o-transform:rotateX(90deg)
}
100% {
-o-transform:rotateY(0deg)
}
}@-o-keyframes billboardItem_5_off {
0% {
-o-transform:rotateX(0deg)
}
50% {
-o-transform:rotateX(90deg)
}
100% {
-o-transform:rotateX(90deg)
}
}@-o-keyframes billboardItem_5_off_reverse {
0% {
-o-transform:rotateX(0deg)
}
50% {
-o-transform:rotateX(-90deg)
}
100% {
-o-transform:rotateX(-90deg)
}
}@keyframes billboardItem_5_on {
0% {
transform:rotateX(-90deg)
}
50% {
transform:rotateX(-90deg)
}
100% {
transform:rotateY(0deg)
}
}@keyframes billboardItem_5_on_reverse {
0% {
transform:rotateX(90deg)
}
50% {
transform:rotateX(90deg)
}
100% {
transform:rotateY(0deg)
}
}@keyframes billboardItem_5_off {
0% {
transform:rotateX(0deg)
}
50% {
transform:rotateX(90deg)
}
100% {
transform:rotateX(90deg)
}
}@keyframes billboardItem_5_off_reverse {
0% {
transform:rotateX(0deg)
}
50% {
transform:rotateX(-90deg)
}
100% {
transform:rotateX(-90deg)
}
}.billboard6 {
-ms-perspective:none
}
.billboard6 * {
-webkit-transform-style:preserve-3d;
-moz-transform-style:preserve-3d;
-o-transform-style:preserve-3d;
-ms-transform-style:preserve-3d;
transform-style:preserve-3d
}
.billboard6 .fk-moduleZone,.billboard6 .fk-moduleZone * {
-webkit-transform-style:flat;
-moz-transform-style:flat;
-o-transform-style:flat;
-ms-transform-style:flat;
transform-style:flat
}
.billboardItem_6 {
-webkit-transform:rotateY(-90deg);
-moz-transform:rotateY(-90deg);
-ms-transform:rotateY(-90deg);
-o-transform:rotateY(-90deg);
transform:rotateY(-90deg)
}
.billboardItem_6 * {
-webkit-backface-visibility:hidden;
-moz-backface-visibility:hidden;
-ms-backface-visibility:hidden;
-o-backface-visibility:hidden;
backface-visibility:hidden
}
.billboardItem_6_start {
-webkit-transform:rotateY(0deg);
-moz-transform:rotateY(0deg);
-ms-transform:rotateY(0deg);
-o-transform:rotateY(0deg);
transform:rotateY(0deg)
}
.billboardItem_6_on {
-webkit-animation-name:billboardItem_6_on;
-moz-animation-name:billboardItem_6_on;
-ms-animation-name:billboardItem_6_on;
-o-animation-name:billboardItem_6_on;
animation-name:billboardItem_6_on
}
.billboardItem_6_on_reverse {
-webkit-animation-name:billboardItem_6_on_reverse;
-moz-animation-name:billboardItem_6_on_reverse;
-ms-animation-name:billboardItem_6_on_reverse;
-o-animation-name:billboardItem_6_on_reverse;
animation-name:billboardItem_6_on_reverse
}
.billboardItem_6_off {
-webkit-animation-name:billboardItem_6_off;
-moz-animation-name:billboardItem_6_off;
-ms-animation-name:billboardItem_6_off;
-o-animation-name:billboardItem_6_off;
animation-name:billboardItem_6_off
}
.billboardItem_6_off_reverse {
-webkit-animation-name:billboardItem_6_off_reverse;
-moz-animation-name:billboardItem_6_off_reverse;
-ms-animation-name:billboardItem_6_off_reverse;
-o-animation-name:billboardItem_6_off_reverse;
animation-name:billboardItem_6_off_reverse
}
@-webkit-keyframes billboardItem_6_on {
0% {
-webkit-transform:rotateY(-90deg)
}
100% {
-webkit-transform:rotateY(0deg)
}
}@-webkit-keyframes billboardItem_6_on_reverse {
0% {
-webkit-transform:rotateY(90deg)
}
100% {
-webkit-transform:rotateY(0deg)
}
}@-webkit-keyframes billboardItem_6_off {
0% {
-webkit-transform:rotateY(0deg)
}
100% {
-webkit-transform:rotateY(90deg)
}
}@-webkit-keyframes billboardItem_6_off_reverse {
0% {
-webkit-transform:rotateY(0deg)
}
100% {
-webkit-transform:rotateY(-90deg)
}
}@-moz-keyframes billboardItem_6_on {
0% {
-moz-transform:rotateY(-90deg)
}
100% {
-moz-transform:rotateY(0deg)
}
}@-moz-keyframes billboardItem_6_on_reverse {
0% {
-moz-transform:rotateY(90deg)
}
100% {
-moz-transform:rotateY(0deg)
}
}@-moz-keyframes billboardItem_6_off {
0% {
-moz-transform:rotateY(0deg)
}
100% {
-moz-transform:rotateY(90deg)
}
}@-moz-keyframes billboardItem_6_off_reverse {
0% {
-moz-transform:rotateY(0deg)
}
100% {
-moz-transform:rotateY(-90deg)
}
}@-ms-keyframes billboardItem_6_on {
0% {
-ms-transform:rotateY(-90deg)
}
100% {
-ms-transform:rotateY(0deg)
}
}@-ms-keyframes billboardItem_6_on_reverse {
0% {
-ms-transform:rotateY(90deg)
}
100% {
-ms-transform:rotateY(0deg)
}
}@-ms-keyframes billboardItem_6_off {
0% {
-ms-transform:rotateY(0deg)
}
100% {
-ms-transform:rotateY(90deg)
}
}@-ms-keyframes billboardItem_6_off_reverse {
0% {
-ms-transform:rotateY(0deg)
}
100% {
-ms-transform:rotateY(-90deg)
}
}@-o-keyframes billboardItem_6_on {
0% {
-o-transform:rotateY(-90deg)
}
100% {
-o-transform:rotateY(0deg)
}
}@-o-keyframes billboardItem_6_on_reverse {
0% {
-o-transform:rotateY(90deg)
}
100% {
-o-transform:rotateY(0deg)
}
}@-o-keyframes billboardItem_6_off {
0% {
-o-transform:rotateY(0deg)
}
100% {
-o-transform:rotateY(90deg)
}
}@-o-keyframes billboardItem_6_off_reverse {
0% {
-o-transform:rotateY(0deg)
}
100% {
-o-transform:rotateY(-90deg)
}
}@keyframes billboardItem_6_on {
0% {
transform:rotateY(-90deg)
}
100% {
transform:rotateY(0deg)
}
}@keyframes billboardItem_6_on_reverse {
0% {
transform:rotateY(90deg)
}
100% {
transform:rotateY(0deg)
}
}@keyframes billboardItem_6_off {
0% {
transform:rotateY(0deg)
}
100% {
transform:rotateY(90deg)
}
}@keyframes billboardItem_6_off_reverse {
0% {
transform:rotateY(0deg)
}
100% {
transform:rotateY(-90deg)
}
}.billboard7 {
-ms-perspective:none
}
.billboard7 * {
-webkit-transform-style:preserve-3d;
-moz-transform-style:preserve-3d;
-o-transform-style:preserve-3d;
-ms-transform-style:preserve-3d;
transform-style:preserve-3d
}
.billboard7 .fk-moduleZone,.billboard7 .fk-moduleZone * {
-webkit-transform-style:flat;
-moz-transform-style:flat;
-o-transform-style:flat;
-ms-transform-style:flat;
transform-style:flat
}
.billboardItem_7 {
-webkit-transform:rotateY(90deg);
-moz-transform:rotateY(90deg);
-ms-transform:rotateY(90deg);
-o-transform:rotateY(90deg);
transform:rotateY(90deg)
}
.billboardItem_7 * {
-webkit-backface-visibility:hidden;
-moz-backface-visibility:hidden;
-ms-backface-visibility:hidden;
-o-backface-visibility:hidden;
backface-visibility:hidden
}
.billboardItem_7_start {
-webkit-transform:rotateY(0deg);
-moz-transform:rotateY(0deg);
-ms-transform:rotateY(0deg);
-o-transform:rotateY(0deg);
transform:rotateY(0deg)
}
.billboardItem_7_on {
-webkit-animation-name:billboardItem_7_on;
-moz-animation-name:billboardItem_7_on;
-ms-animation-name:billboardItem_7_on;
-o-animation-name:billboardItem_7_on;
animation-name:billboardItem_7_on
}
.billboardItem_7_on_reverse {
-webkit-animation-name:billboardItem_7_on_reverse;
-moz-animation-name:billboardItem_7_on_reverse;
-ms-animation-name:billboardItem_7_on_reverse;
-o-animation-name:billboardItem_7_on_reverse;
animation-name:billboardItem_7_on_reverse
}
.billboardItem_7_off {
-webkit-animation-name:billboardItem_7_off;
-moz-animation-name:billboardItem_7_off;
-ms-animation-name:billboardItem_7_off;
-o-animation-name:billboardItem_7_off;
animation-name:billboardItem_7_off
}
.billboardItem_7_off_reverse {
-webkit-animation-name:billboardItem_7_off_reverse;
-moz-animation-name:billboardItem_7_off_reverse;
-ms-animation-name:billboardItem_7_off_reverse;
-o-animation-name:billboardItem_7_off_reverse;
animation-name:billboardItem_7_off_reverse
}
@-webkit-keyframes billboardItem_7_on {
0% {
-webkit-transform:rotateX(90deg)
}
100% {
-webkit-transform:rotateX(0deg)
}
}@-webkit-keyframes billboardItem_7_on_reverse {
0% {
-webkit-transform:rotateX(-90deg)
}
100% {
-webkit-transform:rotateX(0deg)
}
}@-webkit-keyframes billboardItem_7_off {
0% {
-webkit-transform:rotateX(0deg)
}
100% {
-webkit-transform:rotateX(-90deg)
}
}@-webkit-keyframes billboardItem_7_off_reverse {
0% {
-webkit-transform:rotateX(0deg)
}
100% {
-webkit-transform:rotateX(90deg)
}
}@-moz-keyframes billboardItem_7_on {
0% {
-moz-transform:rotateX(90deg)
}
100% {
-moz-transform:rotateX(0deg)
}
}@-moz-keyframes billboardItem_7_on_reverse {
0% {
-moz-transform:rotateX(-90deg)
}
100% {
-moz-transform:rotateX(0deg)
}
}@-moz-keyframes billboardItem_7_off {
0% {
-moz-transform:rotateX(0deg)
}
100% {
-moz-transform:rotateX(-90deg)
}
}@-moz-keyframes billboardItem_7_off_reverse {
0% {
-moz-transform:rotateX(0deg)
}
100% {
-moz-transform:rotateX(90deg)
}
}@-ms-keyframes billboardItem_7_on {
0% {
-ms-transform:rotateX(90deg)
}
100% {
-ms-transform:rotateX(0deg)
}
}@-ms-keyframes billboardItem_7_on_reverse {
0% {
-ms-transform:rotateX(-90deg)
}
100% {
-ms-transform:rotateX(0deg)
}
}@-ms-keyframes billboardItem_7_off {
0% {
-ms-transform:rotateX(0deg)
}
100% {
-ms-transform:rotateX(-90deg)
}
}@-ms-keyframes billboardItem_7_off_reverse {
0% {
-ms-transform:rotateX(0deg)
}
100% {
-ms-transform:rotateX(90deg)
}
}@-o-keyframes billboardItem_7_on {
0% {
-o-transform:rotateX(90deg)
}
100% {
-o-transform:rotateX(0deg)
}
}@-o-keyframes billboardItem_7_on_reverse {
0% {
-o-transform:rotateX(-90deg)
}
100% {
-o-transform:rotateX(0deg)
}
}@-o-keyframes billboardItem_7_off {
0% {
-o-transform:rotateX(0deg)
}
100% {
-o-transform:rotateX(-90deg)
}
}@-o-keyframes billboardItem_7_off_reverse {
0% {
-o-transform:rotateX(0deg)
}
100% {
-o-transform:rotateX(90deg)
}
}@keyframes billboardItem_7_on {
0% {
transform:rotateX(90deg)
}
100% {
transform:rotateX(0deg)
}
}@keyframes billboardItem_7_on_reverse {
0% {
transform:rotateX(-90deg)
}
100% {
transform:rotateX(0deg)
}
}@keyframes billboardItem_7_off {
0% {
transform:rotateX(0deg)
}
100% {
transform:rotateX(-90deg)
}
}@keyframes billboardItem_7_off_reverse {
0% {
transform:rotateX(0deg)
}
100% {
transform:rotateX(90deg)
}
}.billboard8 * {
-webkit-transform-style:preserve-3d;
-moz-transform-style:preserve-3d;
-o-transform-style:preserve-3d;
-ms-transform-style:preserve-3d;
transform-style:preserve-3d
}
.billboard8 .fk-moduleZone,.billboard8 .fk-moduleZone * {
-webkit-transform-style:flat;
-moz-transform-style:flat;
-o-transform-style:flat;
-ms-transform-style:flat;
transform-style:flat
}
.billboardItem_8 {
width:100%;
height:100%
}
.billboardItem_8 * {
-webkit-backface-visibility:hidden;
-moz-backface-visibility:hidden;
-ms-backface-visibility:hidden;
-o-backface-visibility:hidden;
backface-visibility:hidden
}
.billboardItem_8 .billboardImgInner {
width:100%!important
}
.billboardItem_8 .billboardTile {
position:absolute;
width:100%;
height:33.33%;
left:0;
overflow:hidden
}
.billboardItem_8_start .billboardTile,.billboardItem_8_off .billboardTile,.billboardItem_8_on .billboardTile {
visibility:visible
}
.billboardItem_8 .billboardTile_1 {
top:0
}
.billboardItem_8 .billboardTile_2 {
top:33.33%
}
.billboardItem_8 .billboardTile_3 {
top:66.55%
}
.billboardItem_8 .billboardImg {
position:absolute;
left:0;
width:100%;
height:300%
}
.billboardItem_8 .billboardTile_1 .billboardImg {
top:0
}
.billboardItem_8 .billboardTile_2 .billboardImg {
top:-100%
}
.billboardItem_8 .billboardTile_3 .billboardImg {
top:-200%
}
.billboardItem_8_on .billboardTile_1 {
-webkit-animation-name:billboardItem_8_on_1;
-moz-animation-name:billboardItem_8_on_1;
-ms-animation-name:billboardItem_8_on_1;
-o-animation-name:billboardItem_8_on_1;
animation-name:billboardItem_8_on_1
}
.billboardItem_8_on_reverse .billboardTile_1 {
-webkit-animation-name:billboardItem_8_on_reverse_1;
-moz-animation-name:billboardItem_8_on_reverse_1;
-ms-animation-name:billboardItem_8_on_reverse_1;
-o-animation-name:billboardItem_8_on_reverse_1;
animation-name:billboardItem_8_on_reverse_1
}
.billboardItem_8_on .billboardTile_2 {
-webkit-animation-name:billboardItem_8_on_2;
-moz-animation-name:billboardItem_8_on_2;
-ms-animation-name:billboardItem_8_on_2;
-o-animation-name:billboardItem_8_on_2;
animation-name:billboardItem_8_on_2
}
.billboardItem_8_on_reverse .billboardTile_2 {
-webkit-animation-name:billboardItem_8_on_reverse_2;
-moz-animation-name:billboardItem_8_on_reverse_2;
-ms-animation-name:billboardItem_8_on_reverse_2;
-o-animation-name:billboardItem_8_on_reverse_2;
animation-name:billboardItem_8_on_reverse_2
}
.billboardItem_8_on .billboardTile_3 {
-webkit-animation-name:billboardItem_8_on_3;
-moz-animation-name:billboardItem_8_on_3;
-ms-animation-name:billboardItem_8_on_3;
-o-animation-name:billboardItem_8_on_3;
animation-name:billboardItem_8_on_3
}
.billboardItem_8_on_reverse .billboardTile_3 {
-webkit-animation-name:billboardItem_8_on_reverse_3;
-moz-animation-name:billboardItem_8_on_reverse_3;
-ms-animation-name:billboardItem_8_on_reverse_3;
-o-animation-name:billboardItem_8_on_reverse_3;
animation-name:billboardItem_8_on_reverse_3
}
.billboardItem_8_off .billboardTile_1 {
-webkit-animation-name:billboardItem_8_off_1;
-moz-animation-name:billboardItem_8_off_1;
-ms-animation-name:billboardItem_8_off_1;
-o-animation-name:billboardItem_8_off_1;
animation-name:billboardItem_8_off_1
}
.billboardItem_8_off_reverse .billboardTile_1 {
-webkit-animation-name:billboardItem_8_off_reverse_1;
-moz-animation-name:billboardItem_8_off_reverse_1;
-ms-animation-name:billboardItem_8_off_reverse_1;
-o-animation-name:billboardItem_8_off_reverse_1;
animation-name:billboardItem_8_off_reverse_1
}
.billboardItem_8_off .billboardTile_2 {
-webkit-animation-name:billboardItem_8_off_2;
-moz-animation-name:billboardItem_8_off_2;
-ms-animation-name:billboardItem_8_off_2;
-o-animation-name:billboardItem_8_off_2;
animation-name:billboardItem_8_off_2
}
.billboardItem_8_off_reverse .billboardTile_2 {
-webkit-animation-name:billboardItem_8_off_reverse_2;
-moz-animation-name:billboardItem_8_off_reverse_2;
-ms-animation-name:billboardItem_8_off_reverse_2;
-o-animation-name:billboardItem_8_off_reverse_2;
animation-name:billboardItem_8_off_reverse_2
}
.billboardItem_8_off .billboardTile_3 {
-webkit-animation-name:billboardItem_8_off_3;
-moz-animation-name:billboardItem_8_off_3;
-ms-animation-name:billboardItem_8_off_3;
-o-animation-name:billboardItem_8_off_3;
animation-name:billboardItem_8_off_3
}
.billboardItem_8_off_reverse .billboardTile_3 {
-webkit-animation-name:billboardItem_8_off_reverse_3;
-moz-animation-name:billboardItem_8_off_reverse_3;
-ms-animation-name:billboardItem_8_off_reverse_3;
-o-animation-name:billboardItem_8_off_reverse_3;
animation-name:billboardItem_8_off_reverse_3
}
@-webkit-keyframes billboardItem_8_on_1 {
0% {
-webkit-transform:rotateY(-90deg)
}
60% {
-webkit-transform:rotateY(0deg)
}
100% {
-webkit-transform:rotateY(0deg)
}
}@-webkit-keyframes billboardItem_8_on_reverse_1 {
0% {
-webkit-transform:rotateY(90deg)
}
60% {
-webkit-transform:rotateY(0deg)
}
100% {
-webkit-transform:rotateY(0deg)
}
}@-webkit-keyframes billboardItem_8_on_2 {
0% {
-webkit-transform:rotateY(-90deg)
}
20% {
-webkit-transform:rotateY(-90deg)
}
80% {
-webkit-transform:rotateY(0deg)
}
100% {
-webkit-transform:rotateY(0deg)
}
}@-webkit-keyframes billboardItem_8_on_reverse_2 {
0% {
-webkit-transform:rotateY(90deg)
}
20% {
-webkit-transform:rotateY(90deg)
}
80% {
-webkit-transform:rotateY(0deg)
}
100% {
-webkit-transform:rotateY(0deg)
}
}@-webkit-keyframes billboardItem_8_on_3 {
0% {
-webkit-transform:rotateY(-90deg)
}
40% {
-webkit-transform:rotateY(-90deg)
}
100% {
-webkit-transform:rotateY(0deg)
}
}@-webkit-keyframes billboardItem_8_on_reverse_3 {
0% {
-webkit-transform:rotateY(90deg)
}
40% {
-webkit-transform:rotateY(90deg)
}
100% {
-webkit-transform:rotateY(0deg)
}
}@-webkit-keyframes billboardItem_8_off_1 {
0% {
-webkit-transform:rotateY(0deg)
}
60% {
-webkit-transform:rotateY(90deg)
}
100% {
-webkit-transform:rotateY(90deg)
}
}@-webkit-keyframes billboardItem_8_off_reverse_1 {
0% {
-webkit-transform:rotateY(0deg)
}
60% {
-webkit-transform:rotateY(-90deg)
}
100% {
-webkit-transform:rotateY(-90deg)
}
}@-webkit-keyframes billboardItem_8_off_2 {
0% {
-webkit-transform:rotateY(0deg)
}
20% {
-webkit-transform:rotateY(0deg)
}
80% {
-webkit-transform:rotateY(90deg)
}
100% {
-webkit-transform:rotateY(90deg)
}
}@-webkit-keyframes billboardItem_8_off_reverse_2 {
0% {
-webkit-transform:rotateY(0deg)
}
20% {
-webkit-transform:rotateY(0deg)
}
80% {
-webkit-transform:rotateY(-90deg)
}
100% {
-webkit-transform:rotateY(-90deg)
}
}@-webkit-keyframes billboardItem_8_off_3 {
0% {
-webkit-transform:rotateY(0deg)
}
40% {
-webkit-transform:rotateY(0deg)
}
100% {
-webkit-transform:rotateY(90deg)
}
}@-webkit-keyframes billboardItem_8_off_reverse_3 {
0% {
-webkit-transform:rotateY(0deg)
}
40% {
-webkit-transform:rotateY(0deg)
}
100% {
-webkit-transform:rotateY(-90deg)
}
}@-moz-keyframes billboardItem_8_on_1 {
0% {
-moz-transform:rotateY(-90deg)
}
60% {
-moz-transform:rotateY(0deg)
}
100% {
-moz-transform:rotateY(0deg)
}
}@-moz-keyframes billboardItem_8_on_reverse_1 {
0% {
-moz-transform:rotateY(90deg)
}
60% {
-moz-transform:rotateY(0deg)
}
100% {
-moz-transform:rotateY(0deg)
}
}@-moz-keyframes billboardItem_8_on_2 {
0% {
-moz-transform:rotateY(-90deg)
}
20% {
-moz-transform:rotateY(-90deg)
}
80% {
-moz-transform:rotateY(0deg)
}
100% {
-moz-transform:rotateY(0deg)
}
}@-moz-keyframes billboardItem_8_on_reverse_2 {
0% {
-moz-transform:rotateY(90deg)
}
20% {
-moz-transform:rotateY(90deg)
}
80% {
-moz-transform:rotateY(0deg)
}
100% {
-moz-transform:rotateY(0deg)
}
}@-moz-keyframes billboardItem_8_on_3 {
0% {
-moz-transform:rotateY(-90deg)
}
40% {
-moz-transform:rotateY(-90deg)
}
100% {
-moz-transform:rotateY(0deg)
}
}@-moz-keyframes billboardItem_8_on_reverse_3 {
0% {
-moz-transform:rotateY(90deg)
}
40% {
-moz-transform:rotateY(90deg)
}
100% {
-moz-transform:rotateY(0deg)
}
}@-moz-keyframes billboardItem_8_off_1 {
0% {
-moz-transform:rotateY(0deg)
}
60% {
-moz-transform:rotateY(90deg)
}
100% {
-moz-transform:rotateY(90deg)
}
}@-moz-keyframes billboardItem_8_off_reverse_1 {
0% {
-moz-transform:rotateY(0deg)
}
60% {
-moz-transform:rotateY(-90deg)
}
100% {
-moz-transform:rotateY(-90deg)
}
}@-moz-keyframes billboardItem_8_off_2 {
0% {
-moz-transform:rotateY(0deg)
}
20% {
-moz-transform:rotateY(0deg)
}
80% {
-moz-transform:rotateY(90deg)
}
100% {
-moz-transform:rotateY(90deg)
}
}@-moz-keyframes billboardItem_8_off_reverse_2 {
0% {
-moz-transform:rotateY(0deg)
}
20% {
-moz-transform:rotateY(0deg)
}
80% {
-moz-transform:rotateY(-90deg)
}
100% {
-moz-transform:rotateY(-90deg)
}
}@-moz-keyframes billboardItem_8_off_3 {
0% {
-moz-transform:rotateY(0deg)
}
40% {
-moz-transform:rotateY(0deg)
}
100% {
-moz-transform:rotateY(90deg)
}
}@-moz-keyframes billboardItem_8_off_reverse_3 {
0% {
-moz-transform:rotateY(0deg)
}
40% {
-moz-transform:rotateY(0deg)
}
100% {
-moz-transform:rotateY(-90deg)
}
}@-ms-keyframes billboardItem_8_on_1 {
0% {
-ms-transform:rotateY(-90deg)
}
60% {
-ms-transform:rotateY(0deg)
}
100% {
-ms-transform:rotateY(0deg)
}
}@-ms-keyframes billboardItem_8_on_reverse_1 {
0% {
-ms-transform:rotateY(90deg)
}
60% {
-ms-transform:rotateY(0deg)
}
100% {
-ms-transform:rotateY(0deg)
}
}@-ms-keyframes billboardItem_8_on_2 {
0% {
-ms-transform:rotateY(-90deg)
}
20% {
-ms-transform:rotateY(-90deg)
}
80% {
-ms-transform:rotateY(0deg)
}
100% {
-ms-transform:rotateY(0deg)
}
}@-ms-keyframes billboardItem_8_on_reverse_2 {
0% {
-ms-transform:rotateY(90deg)
}
20% {
-ms-transform:rotateY(90deg)
}
80% {
-ms-transform:rotateY(0deg)
}
100% {
-ms-transform:rotateY(0deg)
}
}@-ms-keyframes billboardItem_8_on_3 {
0% {
-ms-transform:rotateY(-90deg)
}
40% {
-ms-transform:rotateY(-90deg)
}
100% {
-ms-transform:rotateY(0deg)
}
}@-ms-keyframes billboardItem_8_on_reverse_3 {
0% {
-ms-transform:rotateY(90deg)
}
40% {
-ms-transform:rotateY(90deg)
}
100% {
-ms-transform:rotateY(0deg)
}
}@-ms-keyframes billboardItem_8_off_1 {
0% {
-ms-transform:rotateY(0deg)
}
60% {
-ms-transform:rotateY(90deg)
}
100% {
-ms-transform:rotateY(90deg)
}
}@-ms-keyframes billboardItem_8_off_reverse_1 {
0% {
-ms-transform:rotateY(0deg)
}
60% {
-ms-transform:rotateY(-90deg)
}
100% {
-ms-transform:rotateY(-90deg)
}
}@-ms-keyframes billboardItem_8_off_2 {
0% {
-ms-transform:rotateY(0deg)
}
20% {
-ms-transform:rotateY(0deg)
}
80% {
-ms-transform:rotateY(90deg)
}
100% {
-ms-transform:rotateY(90deg)
}
}@-ms-keyframes billboardItem_8_off_reverse_2 {
0% {
-ms-transform:rotateY(0deg)
}
20% {
-ms-transform:rotateY(0deg)
}
80% {
-ms-transform:rotateY(-90deg)
}
100% {
-ms-transform:rotateY(-90deg)
}
}@-ms-keyframes billboardItem_8_off_3 {
0% {
-ms-transform:rotateY(0deg)
}
40% {
-ms-transform:rotateY(0deg)
}
100% {
-ms-transform:rotateY(90deg)
}
}@-ms-keyframes billboardItem_8_off_reverse_3 {
0% {
-ms-transform:rotateY(0deg)
}
40% {
-ms-transform:rotateY(0deg)
}
100% {
-ms-transform:rotateY(-90deg)
}
}@-o-keyframes billboardItem_8_on_1 {
0% {
-o-transform:rotateY(-90deg)
}
60% {
-o-transform:rotateY(0deg)
}
100% {
-o-transform:rotateY(0deg)
}
}@-o-keyframes billboardItem_8_on_reverse_1 {
0% {
-o-transform:rotateY(90deg)
}
60% {
-o-transform:rotateY(0deg)
}
100% {
-o-transform:rotateY(0deg)
}
}@-o-keyframes billboardItem_8_on_2 {
0% {
-o-transform:rotateY(-90deg)
}
20% {
-o-transform:rotateY(-90deg)
}
80% {
-o-transform:rotateY(0deg)
}
100% {
-o-transform:rotateY(0deg)
}
}@-o-keyframes billboardItem_8_on_reverse_2 {
0% {
-o-transform:rotateY(90deg)
}
20% {
-o-transform:rotateY(90deg)
}
80% {
-o-transform:rotateY(0deg)
}
100% {
-o-transform:rotateY(0deg)
}
}@-o-keyframes billboardItem_8_on_3 {
0% {
-o-transform:rotateY(-90deg)
}
40% {
-o-transform:rotateY(-90deg)
}
100% {
-o-transform:rotateY(0deg)
}
}@-o-keyframes billboardItem_8_on_reverse_3 {
0% {
-o-transform:rotateY(90deg)
}
40% {
-o-transform:rotateY(90deg)
}
100% {
-o-transform:rotateY(0deg)
}
}@-o-keyframes billboardItem_8_off_1 {
0% {
-o-transform:rotateY(0deg)
}
60% {
-o-transform:rotateY(90deg)
}
100% {
-o-transform:rotateY(90deg)
}
}@-o-keyframes billboardItem_8_off_reverse_1 {
0% {
-o-transform:rotateY(0deg)
}
60% {
-o-transform:rotateY(-90deg)
}
100% {
-o-transform:rotateY(-90deg)
}
}@-o-keyframes billboardItem_8_off_2 {
0% {
-o-transform:rotateY(0deg)
}
20% {
-o-transform:rotateY(0deg)
}
80% {
-o-transform:rotateY(90deg)
}
100% {
-o-transform:rotateY(90deg)
}
}@-o-keyframes billboardItem_8_off_reverse_2 {
0% {
-o-transform:rotateY(0deg)
}
20% {
-o-transform:rotateY(0deg)
}
80% {
-o-transform:rotateY(-90deg)
}
100% {
-o-transform:rotateY(-90deg)
}
}@-o-keyframes billboardItem_8_off_3 {
0% {
-o-transform:rotateY(0deg)
}
40% {
-o-transform:rotateY(0deg)
}
100% {
-o-transform:rotateY(90deg)
}
}@-o-keyframes billboardItem_8_off_reverse_3 {
0% {
-o-transform:rotateY(0deg)
}
40% {
-o-transform:rotateY(0deg)
}
100% {
-o-transform:rotateY(-90deg)
}
}@keyframes billboardItem_8_on_1 {
0% {
transform:rotateY(-90deg)
}
60% {
transform:rotateY(0deg)
}
100% {
transform:rotateY(0deg)
}
}@keyframes billboardItem_8_on_reverse_1 {
0% {
transform:rotateY(90deg)
}
60% {
transform:rotateY(0deg)
}
100% {
transform:rotateY(0deg)
}
}@keyframes billboardItem_8_on_2 {
0% {
transform:rotateY(-90deg)
}
20% {
transform:rotateY(-90deg)
}
80% {
transform:rotateY(0deg)
}
100% {
transform:rotateY(0deg)
}
}@keyframes billboardItem_8_on_reverse_2 {
0% {
transform:rotateY(90deg)
}
20% {
transform:rotateY(90deg)
}
80% {
transform:rotateY(0deg)
}
100% {
transform:rotateY(0deg)
}
}@keyframes billboardItem_8_on_3 {
0% {
transform:rotateY(-90deg)
}
40% {
transform:rotateY(-90deg)
}
100% {
transform:rotateY(0deg)
}
}@keyframes billboardItem_8_on_reverse_3 {
0% {
transform:rotateY(90deg)
}
40% {
transform:rotateY(90deg)
}
100% {
transform:rotateY(0deg)
}
}@keyframes billboardItem_8_off_1 {
0% {
transform:rotateY(0deg)
}
60% {
transform:rotateY(90deg)
}
100% {
transform:rotateY(90deg)
}
}@keyframes billboardItem_8_off_reverse_1 {
0% {
transform:rotateY(0deg)
}
60% {
transform:rotateY(-90deg)
}
100% {
transform:rotateY(-90deg)
}
}@keyframes billboardItem_8_off_2 {
0% {
transform:rotateY(0deg)
}
20% {
transform:rotateY(0deg)
}
80% {
transform:rotateY(90deg)
}
100% {
transform:rotateY(90deg)
}
}@keyframes billboardItem_8_off_reverse_2 {
0% {
transform:rotateY(0deg)
}
20% {
transform:rotateY(0deg)
}
80% {
transform:rotateY(-90deg)
}
100% {
transform:rotateY(-90deg)
}
}@keyframes billboardItem_8_off_3 {
0% {
transform:rotateY(0deg)
}
40% {
transform:rotateY(0deg)
}
100% {
transform:rotateY(90deg)
}
}@keyframes billboardItem_8_off_reverse_3 {
0% {
transform:rotateY(0deg)
}
40% {
transform:rotateY(0deg)
}
100% {
transform:rotateY(-90deg)
}
}.billboard9 * {
-webkit-transform-style:preserve-3d;
-moz-transform-style:preserve-3d;
-o-transform-style:preserve-3d;
-ms-transform-style:preserve-3d;
transform-style:preserve-3d
}
.billboard9 .fk-moduleZone,.billboard9 .fk-moduleZone * {
-webkit-transform-style:flat;
-moz-transform-style:flat;
-o-transform-style:flat;
-ms-transform-style:flat;
transform-style:flat
}
.billboardItem_9 {
width:100%;
height:100%
}
.billboardItem_9 * {
-webkit-backface-visibility:hidden;
-moz-backface-visibility:hidden;
-ms-backface-visibility:hidden;
-o-backface-visibility:hidden;
backface-visibility:hidden
}
.billboardItem_9 .billboardImgInner {
width:100%!important
}
.billboardItem_9 .billboardTile {
position:absolute;
width:33.33%;
height:100%;
top:0;
overflow:hidden
}
.billboardItem_9_start .billboardTile,.billboardItem_9_off .billboardTile,.billboardItem_9_on .billboardTile {
visibility:visible
}
.billboardItem_9 .billboardTile_1 {
left:0
}
.billboardItem_9 .billboardTile_2 {
left:33.33%
}
.billboardItem_9 .billboardTile_3 {
left:66.6%
}
.billboardItem_9 .billboardImg {
position:absolute;
left:0;
width:300%;
height:100%
}
.billboardItem_9 .billboardTile_1 .billboardImg {
left:0
}
.billboardItem_9 .billboardTile_2 .billboardImg {
left:-100%
}
.billboardItem_9 .billboardTile_3 .billboardImg {
left:-200%
}
.billboardItem_9_on .billboardTile_1 {
-webkit-animation-name:billboardItem_9_on_1;
-moz-animation-name:billboardItem_9_on_1;
-ms-animation-name:billboardItem_9_on_1;
-o-animation-name:billboardItem_9_on_1;
animation-name:billboardItem_9_on_1
}
.billboardItem_9_on_reverse .billboardTile_1 {
-webkit-animation-name:billboardItem_9_on_reverse_1;
-moz-animation-name:billboardItem_9_on_reverse_1;
-ms-animation-name:billboardItem_9_on_reverse_1;
-o-animation-name:billboardItem_9_on_reverse_1;
animation-name:billboardItem_9_on_reverse_1
}
.billboardItem_9_on .billboardTile_2 {
-webkit-animation-name:billboardItem_9_on_2;
-moz-animation-name:billboardItem_9_on_2;
-ms-animation-name:billboardItem_9_on_2;
-o-animation-name:billboardItem_9_on_2;
animation-name:billboardItem_9_on_2
}
.billboardItem_9_on_reverse .billboardTile_2 {
-webkit-animation-name:billboardItem_9_on_reverse_2;
-moz-animation-name:billboardItem_9_on_reverse_2;
-ms-animation-name:billboardItem_9_on_reverse_2;
-o-animation-name:billboardItem_9_on_reverse_2;
animation-name:billboardItem_9_on_reverse_2
}
.billboardItem_9_on .billboardTile_3 {
-webkit-animation-name:billboardItem_9_on_3;
-moz-animation-name:billboardItem_9_on_3;
-ms-animation-name:billboardItem_9_on_3;
-o-animation-name:billboardItem_9_on_3;
animation-name:billboardItem_9_on_3
}
.billboardItem_9_on_reverse .billboardTile_3 {
-webkit-animation-name:billboardItem_9_on_reverse_3;
-moz-animation-name:billboardItem_9_on_reverse_3;
-ms-animation-name:billboardItem_9_on_reverse_3;
-o-animation-name:billboardItem_9_on_reverse_3;
animation-name:billboardItem_9_on_reverse_3
}
.billboardItem_9_off .billboardTile_1 {
-webkit-animation-name:billboardItem_9_off_1;
-moz-animation-name:billboardItem_9_off_1;
-ms-animation-name:billboardItem_9_off_1;
-o-animation-name:billboardItem_9_off_1;
animation-name:billboardItem_9_off_1
}
.billboardItem_9_off_reverse .billboardTile_1 {
-webkit-animation-name:billboardItem_9_off_reverse_1;
-moz-animation-name:billboardItem_9_off_reverse_1;
-ms-animation-name:billboardItem_9_off_reverse_1;
-o-animation-name:billboardItem_9_off_reverse_1;
animation-name:billboardItem_9_off_reverse_1
}
.billboardItem_9_off .billboardTile_2 {
-webkit-animation-name:billboardItem_9_off_2;
-moz-animation-name:billboardItem_9_off_2;
-ms-animation-name:billboardItem_9_off_2;
-o-animation-name:billboardItem_9_off_2;
animation-name:billboardItem_9_off_2
}
.billboardItem_9_off_reverse .billboardTile_2 {
-webkit-animation-name:billboardItem_9_off_reverse_2;
-moz-animation-name:billboardItem_9_off_reverse_2;
-ms-animation-name:billboardItem_9_off_reverse_2;
-o-animation-name:billboardItem_9_off_reverse_2;
animation-name:billboardItem_9_off_reverse_2
}
.billboardItem_9_off .billboardTile_3 {
-webkit-animation-name:billboardItem_9_off_3;
-moz-animation-name:billboardItem_9_off_3;
-ms-animation-name:billboardItem_9_off_3;
-o-animation-name:billboardItem_9_off_3;
animation-name:billboardItem_9_off_3
}
.billboardItem_9_off_reverse .billboardTile_3 {
-webkit-animation-name:billboardItem_9_off_reverse_3;
-moz-animation-name:billboardItem_9_off_reverse_3;
-ms-animation-name:billboardItem_9_off_reverse_3;
-o-animation-name:billboardItem_9_off_reverse_3;
animation-name:billboardItem_9_off_reverse_3
}
@-webkit-keyframes billboardItem_9_on_1 {
0% {
-webkit-transform:rotateX(90deg)
}
60% {
-webkit-transform:rotateX(0deg)
}
100% {
-webkit-transform:rotateX(0deg)
}
}@-webkit-keyframes billboardItem_9_on_reverse_1 {
0% {
-webkit-transform:rotateX(-90deg)
}
60% {
-webkit-transform:rotateX(0deg)
}
100% {
-webkit-transform:rotateX(0deg)
}
}@-webkit-keyframes billboardItem_9_on_2 {
0% {
-webkit-transform:rotateX(90deg)
}
20% {
-webkit-transform:rotateX(90deg)
}
90% {
-webkit-transform:rotateX(0deg)
}
100% {
-webkit-transform:rotateX(0deg)
}
}@-webkit-keyframes billboardItem_9_on_reverse_2 {
0% {
-webkit-transform:rotateX(-90deg)
}
20% {
-webkit-transform:rotateX(-90deg)
}
90% {
-webkit-transform:rotateX(0deg)
}
100% {
-webkit-transform:rotateX(0deg)
}
}@-webkit-keyframes billboardItem_9_on_3 {
0% {
-webkit-transform:rotateX(90deg)
}
40% {
-webkit-transform:rotateX(90deg)
}
100% {
-webkit-transform:rotateX(0deg)
}
}@-webkit-keyframes billboardItem_9_on_reverse_3 {
0% {
-webkit-transform:rotateX(-90deg)
}
40% {
-webkit-transform:rotateX(-90deg)
}
100% {
-webkit-transform:rotateX(0deg)
}
}@-webkit-keyframes billboardItem_9_off_1 {
0% {
-webkit-transform:rotateX(0deg)
}
60% {
-webkit-transform:rotateX(-90deg)
}
100% {
-webkit-transform:rotateX(-90deg)
}
}@-webkit-keyframes billboardItem_9_off_reverse_1 {
0% {
-webkit-transform:rotateX(0deg)
}
60% {
-webkit-transform:rotateX(90deg)
}
100% {
-webkit-transform:rotateX(90deg)
}
}@-webkit-keyframes billboardItem_9_off_2 {
0% {
-webkit-transform:rotateX(0deg)
}
20% {
-webkit-transform:rotateX(0deg)
}
90% {
-webkit-transform:rotateX(-90deg)
}
100% {
-webkit-transform:rotateX(-90deg)
}
}@-webkit-keyframes billboardItem_9_off_reverse_2 {
0% {
-webkit-transform:rotateX(0deg)
}
20% {
-webkit-transform:rotateX(0deg)
}
90% {
-webkit-transform:rotateX(90deg)
}
100% {
-webkit-transform:rotateX(90deg)
}
}@-webkit-keyframes billboardItem_9_off_3 {
0% {
-webkit-transform:rotateX(0deg)
}
40% {
-webkit-transform:rotateX(0deg)
}
100% {
-webkit-transform:rotateX(-90deg)
}
}@-webkit-keyframes billboardItem_9_off_reverse_3 {
0% {
-webkit-transform:rotateX(0deg)
}
40% {
-webkit-transform:rotateX(0deg)
}
100% {
-webkit-transform:rotateX(90deg)
}
}@-moz-keyframes billboardItem_9_on_1 {
0% {
-moz-transform:rotateX(90deg)
}
60% {
-moz-transform:rotateX(0deg)
}
100% {
-moz-transform:rotateX(0deg)
}
}@-moz-keyframes billboardItem_9_on_reverse_1 {
0% {
-moz-transform:rotateX(-90deg)
}
60% {
-moz-transform:rotateX(0deg)
}
100% {
-moz-transform:rotateX(0deg)
}
}@-moz-keyframes billboardItem_9_on_2 {
0% {
-moz-transform:rotateX(90deg)
}
20% {
-moz-transform:rotateX(90deg)
}
90% {
-moz-transform:rotateX(0deg)
}
100% {
-moz-transform:rotateX(0deg)
}
}@-moz-keyframes billboardItem_9_on_reverse_2 {
0% {
-moz-transform:rotateX(-90deg)
}
20% {
-moz-transform:rotateX(-90deg)
}
90% {
-moz-transform:rotateX(0deg)
}
100% {
-moz-transform:rotateX(0deg)
}
}@-moz-keyframes billboardItem_9_on_3 {
0% {
-moz-transform:rotateX(90deg)
}
40% {
-moz-transform:rotateX(90deg)
}
100% {
-moz-transform:rotateX(0deg)
}
}@-moz-keyframes billboardItem_9_on_reverse_3 {
0% {
-moz-transform:rotateX(-90deg)
}
40% {
-moz-transform:rotateX(-90deg)
}
100% {
-moz-transform:rotateX(0deg)
}
}@-moz-keyframes billboardItem_9_off_1 {
0% {
-moz-transform:rotateX(0deg)
}
60% {
-moz-transform:rotateX(-90deg)
}
100% {
-moz-transform:rotateX(-90deg)
}
}@-moz-keyframes billboardItem_9_off_reverse_1 {
0% {
-moz-transform:rotateX(0deg)
}
60% {
-moz-transform:rotateX(90deg)
}
100% {
-moz-transform:rotateX(90deg)
}
}@-moz-keyframes billboardItem_9_off_2 {
0% {
-moz-transform:rotateX(0deg)
}
20% {
-moz-transform:rotateX(0deg)
}
90% {
-moz-transform:rotateX(-90deg)
}
100% {
-moz-transform:rotateX(-90deg)
}
}@-moz-keyframes billboardItem_9_off_reverse_2 {
0% {
-moz-transform:rotateX(0deg)
}
20% {
-moz-transform:rotateX(0deg)
}
90% {
-moz-transform:rotateX(90deg)
}
100% {
-moz-transform:rotateX(90deg)
}
}@-moz-keyframes billboardItem_9_off_3 {
0% {
-moz-transform:rotateX(0deg)
}
40% {
-moz-transform:rotateX(0deg)
}
100% {
-moz-transform:rotateX(-90deg)
}
}@-moz-keyframes billboardItem_9_off_reverse_3 {
0% {
-moz-transform:rotateX(0deg)
}
40% {
-moz-transform:rotateX(0deg)
}
100% {
-moz-transform:rotateX(90deg)
}
}@-ms-keyframes billboardItem_9_on_1 {
0% {
-ms-transform:rotateX(90deg)
}
60% {
-ms-transform:rotateX(0deg)
}
100% {
-ms-transform:rotateX(0deg)
}
}@-ms-keyframes billboardItem_9_on_reverse_1 {
0% {
-ms-transform:rotateX(-90deg)
}
60% {
-ms-transform:rotateX(0deg)
}
100% {
-ms-transform:rotateX(0deg)
}
}@-ms-keyframes billboardItem_9_on_2 {
0% {
-ms-transform:rotateX(90deg)
}
20% {
-ms-transform:rotateX(90deg)
}
90% {
-ms-transform:rotateX(0deg)
}
100% {
-ms-transform:rotateX(0deg)
}
}@-ms-keyframes billboardItem_9_on_reverse_2 {
0% {
-ms-transform:rotateX(-90deg)
}
20% {
-ms-transform:rotateX(-90deg)
}
90% {
-ms-transform:rotateX(0deg)
}
100% {
-ms-transform:rotateX(0deg)
}
}@-ms-keyframes billboardItem_9_on_3 {
0% {
-ms-transform:rotateX(90deg)
}
40% {
-ms-transform:rotateX(90deg)
}
100% {
-ms-transform:rotateX(0deg)
}
}@-ms-keyframes billboardItem_9_on_reverse_3 {
0% {
-ms-transform:rotateX(-90deg)
}
40% {
-ms-transform:rotateX(-90deg)
}
100% {
-ms-transform:rotateX(0deg)
}
}@-ms-keyframes billboardItem_9_off_1 {
0% {
-ms-transform:rotateX(0deg)
}
60% {
-ms-transform:rotateX(-90deg)
}
100% {
-ms-transform:rotateX(-90deg)
}
}@-ms-keyframes billboardItem_9_off_reverse_1 {
0% {
-ms-transform:rotateX(0deg)
}
60% {
-ms-transform:rotateX(90deg)
}
100% {
-ms-transform:rotateX(90deg)
}
}@-ms-keyframes billboardItem_9_off_2 {
0% {
-ms-transform:rotateX(0deg)
}
20% {
-ms-transform:rotateX(0deg)
}
90% {
-ms-transform:rotateX(-90deg)
}
100% {
-ms-transform:rotateX(-90deg)
}
}@-ms-keyframes billboardItem_9_off_reverse_2 {
0% {
-ms-transform:rotateX(0deg)
}
20% {
-ms-transform:rotateX(0deg)
}
90% {
-ms-transform:rotateX(90deg)
}
100% {
-ms-transform:rotateX(90deg)
}
}@-ms-keyframes billboardItem_9_off_3 {
0% {
-ms-transform:rotateX(0deg)
}
40% {
-ms-transform:rotateX(0deg)
}
100% {
-ms-transform:rotateX(-90deg)
}
}@-ms-keyframes billboardItem_9_off_reverse_3 {
0% {
-ms-transform:rotateX(0deg)
}
40% {
-ms-transform:rotateX(0deg)
}
100% {
-ms-transform:rotateX(90deg)
}
}@-o-keyframes billboardItem_9_on_1 {
0% {
-o-transform:rotateX(90deg)
}
60% {
-o-transform:rotateX(0deg)
}
100% {
-o-transform:rotateX(0deg)
}
}@-o-keyframes billboardItem_9_on_reverse_1 {
0% {
-o-transform:rotateX(-90deg)
}
60% {
-o-transform:rotateX(0deg)
}
100% {
-o-transform:rotateX(0deg)
}
}@-o-keyframes billboardItem_9_on_2 {
0% {
-o-transform:rotateX(90deg)
}
20% {
-o-transform:rotateX(90deg)
}
90% {
-o-transform:rotateX(0deg)
}
100% {
-o-transform:rotateX(0deg)
}
}@-o-keyframes billboardItem_9_on_reverse_2 {
0% {
-o-transform:rotateX(-90deg)
}
20% {
-o-transform:rotateX(-90deg)
}
90% {
-o-transform:rotateX(0deg)
}
100% {
-o-transform:rotateX(0deg)
}
}@-o-keyframes billboardItem_9_on_3 {
0% {
-o-transform:rotateX(90deg)
}
40% {
-o-transform:rotateX(90deg)
}
100% {
-o-transform:rotateX(0deg)
}
}@-o-keyframes billboardItem_9_on_reverse_3 {
0% {
-o-transform:rotateX(-90deg)
}
40% {
-o-transform:rotateX(-90deg)
}
100% {
-o-transform:rotateX(0deg)
}
}@-o-keyframes billboardItem_9_off_1 {
0% {
-o-transform:rotateX(0deg)
}
60% {
-o-transform:rotateX(-90deg)
}
100% {
-o-transform:rotateX(-90deg)
}
}@-o-keyframes billboardItem_9_off_reverse_1 {
0% {
-o-transform:rotateX(0deg)
}
60% {
-o-transform:rotateX(90deg)
}
100% {
-o-transform:rotateX(90deg)
}
}@-o-keyframes billboardItem_9_off_2 {
0% {
-o-transform:rotateX(0deg)
}
20% {
-o-transform:rotateX(0deg)
}
90% {
-o-transform:rotateX(-90deg)
}
100% {
-o-transform:rotateX(-90deg)
}
}@-o-keyframes billboardItem_9_off_reverse_2 {
0% {
-o-transform:rotateX(0deg)
}
20% {
-o-transform:rotateX(0deg)
}
90% {
-o-transform:rotateX(90deg)
}
100% {
-o-transform:rotateX(90deg)
}
}@-o-keyframes billboardItem_9_off_3 {
0% {
-o-transform:rotateX(0deg)
}
40% {
-o-transform:rotateX(0deg)
}
100% {
-o-transform:rotateX(-90deg)
}
}@-o-keyframes billboardItem_9_off_reverse_3 {
0% {
-o-transform:rotateX(0deg)
}
40% {
-o-transform:rotateX(0deg)
}
100% {
-o-transform:rotateX(90deg)
}
}@keyframes billboardItem_9_on_1 {
0% {
transform:rotateX(90deg)
}
60% {
transform:rotateX(0deg)
}
100% {
transform:rotateX(0deg)
}
}@keyframes billboardItem_9_on_reverse_1 {
0% {
transform:rotateX(-90deg)
}
60% {
transform:rotateX(0deg)
}
100% {
transform:rotateX(0deg)
}
}@keyframes billboardItem_9_on_2 {
0% {
transform:rotateX(90deg)
}
20% {
transform:rotateX(90deg)
}
90% {
transform:rotateX(0deg)
}
100% {
transform:rotateX(0deg)
}
}@keyframes billboardItem_9_on_reverse_2 {
0% {
transform:rotateX(-90deg)
}
20% {
transform:rotateX(-90deg)
}
90% {
transform:rotateX(0deg)
}
100% {
transform:rotateX(0deg)
}
}@keyframes billboardItem_9_on_3 {
0% {
transform:rotateX(90deg)
}
40% {
transform:rotateX(90deg)
}
100% {
transform:rotateX(0deg)
}
}@keyframes billboardItem_9_on_reverse_3 {
0% {
transform:rotateX(-90deg)
}
40% {
transform:rotateX(-90deg)
}
100% {
transform:rotateX(0deg)
}
}@keyframes billboardItem_9_off_1 {
0% {
transform:rotateX(0deg)
}
60% {
transform:rotateX(-90deg)
}
100% {
transform:rotateX(-90deg)
}
}@keyframes billboardItem_9_off_reverse_1 {
0% {
transform:rotateX(0deg)
}
60% {
transform:rotateX(90deg)
}
100% {
transform:rotateX(90deg)
}
}@keyframes billboardItem_9_off_2 {
0% {
transform:rotateX(0deg)
}
20% {
transform:rotateX(0deg)
}
90% {
transform:rotateX(-90deg)
}
100% {
transform:rotateX(-90deg)
}
}@keyframes billboardItem_9_off_reverse_2 {
0% {
transform:rotateX(0deg)
}
20% {
transform:rotateX(0deg)
}
90% {
transform:rotateX(90deg)
}
100% {
transform:rotateX(90deg)
}
}@keyframes billboardItem_9_off_3 {
0% {
transform:rotateX(0deg)
}
40% {
transform:rotateX(0deg)
}
100% {
transform:rotateX(-90deg)
}
}@keyframes billboardItem_9_off_reverse_3 {
0% {
transform:rotateX(0deg)
}
40% {
transform:rotateX(0deg)
}
100% {
transform:rotateX(90deg)
}
}.billboardItem_11 {
-webkit-animation-timing-function:linear;
-moz-animation-timing-function:linear;
-ms-animation-timing-function:linear;
-o-animation-timing-function:linear;
animation-timing-function:linear;
opacity:0
}
.billboardItem_11_start {
opacity:1
}
.billboardItem_11_on_zoomOut {
-webkit-animation-name:billboardItem_11_on_zoomOut;
-moz-animation-name:billboardItem_11_on_zoomOut;
-ms-animation-name:billboardItem_11_on_zoomOut;
-o-animation-name:billboardItem_11_on_zoomOut;
animation-name:billboardItem_11_on_zoomOut
}
.billboardItem_11_on_zoomIn {
-webkit-animation-name:billboardItem_11_on_zoomIn;
-moz-animation-name:billboardItem_11_on_zoomIn;
-ms-animation-name:billboardItem_11_on_zoomIn;
-o-animation-name:billboardItem_11_on_zoomIn;
animation-name:billboardItem_11_on_zoomIn
}
@-webkit-keyframes billboardItem_11_on_zoomOut {
0% {
opacity:0;
-webkit-transform:scale(1.2)
}
10% {
opacity:1
}
90% {
opacity:1
}
100% {
opacity:1;
-webkit-transform:scale(1)
}
}@-webkit-keyframes billboardItem_11_on_zoomIn {
0% {
opacity:0;
-webkit-transform:scale(1)
}
10% {
opacity:1
}
90% {
opacity:1
}
100% {
opacity:1;
-webkit-transform:scale(1.2)
}
}@-moz-keyframes billboardItem_11_on_zoomOut {
0% {
opacity:0;
-moz-transform:scale(1.2)
}
10% {
opacity:1
}
90% {
opacity:1
}
100% {
opacity:1;
-moz-transform:scale(1)
}
}@-moz-keyframes billboardItem_11_on_zoomIn {
0% {
opacity:0;
-moz-transform:scale(1)
}
10% {
opacity:1
}
90% {
opacity:1
}
100% {
opacity:1;
-moz-transform:scale(1.2)
}
}@-ms-keyframes billboardItem_11_on_zoomOut {
0% {
opacity:0;
-ms-transform:scale(1.2)
}
10% {
opacity:1
}
90% {
opacity:1
}
100% {
opacity:1;
-ms-transform:scale(1)
}
}@-ms-keyframes billboardItem_11_on_zoomIn {
0% {
opacity:0;
-ms-transform:scale(1)
}
10% {
opacity:1
}
90% {
opacity:1
}
100% {
opacity:1;
-ms-transform:scale(1.2)
}
}@-o-keyframes billboardItem_11_on_zoomOut {
0% {
opacity:0;
-o-transform:scale(1.2)
}
10% {
opacity:1
}
90% {
opacity:1
}
100% {
opacity:1;
-o-transform:scale(1)
}
}@-o-keyframes billboardItem_11_on_zoomIn {
0% {
opacity:0;
-o-transform:scale(1)
}
10% {
opacity:1
}
90% {
opacity:1
}
100% {
opacity:1;
-o-transform:scale(1.2)
}
}@keyframes billboardItem_11_on_zoomOut {
0% {
opacity:0;
transform:scale(1.2)
}
10% {
opacity:1
}
90% {
opacity:1
}
100% {
opacity:1;
transform:scale(1)
}
}@keyframes billboardItem_11_on_zoomIn {
0% {
opacity:0;
transform:scale(1)
}
10% {
opacity:1
}
90% {
opacity:1
}
100% {
opacity:1;
transform:scale(1.2)
}
}.billboardItem_10 .billboardImgInner {
width:100%!important
}
.billboardItem_10 .billboardTile {
width:50%;
height:50%;
position:absolute;
overflow:hidden
}
.billboardItem_10 .billboardTile_1 {
top:0;
left:0
}
.billboardItem_10 .billboardTile_2 {
top:0;
right:0
}
.billboardItem_10 .billboardTile_3 {
bottom:0;
left:0
}
.billboardItem_10 .billboardTile_4 {
bottom:0;
right:0
}
.billboardItem_10 .billboardTileImg {
width:100%;
height:100%;
position:absolute;
top:0;
left:0
}
.billboardItem_10 .billboardTile_1 .billboardTileImg {
transform-origin:100% 100%;
-webkit-transform-origin:100% 100%;
-moz-transform-origin:100% 100%;
-ms-transform-origin:100% 100%;
-o-transform-origin:100% 100%
}
.billboardItem_10 .billboardTile_2 .billboardTileImg {
transform-origin:0 100%;
-webkit-transform-origin:0 100%;
-moz-transform-origin:0 100%;
-ms-transform-origin:0 100%;
-o-transform-origin:0 100%
}
.billboardItem_10 .billboardTile_3 .billboardTileImg {
transform-origin:100% 0;
-webkit-transform-origin:100% 0;
-moz-transform-origin:100% 0;
-ms-transform-origin:100% 0;
-o-transform-origin:100% 0
}
.billboardItem_10 .billboardTile_4 .billboardTileImg {
transform-origin:0 0;
-webkit-transform-origin:0 0;
-moz-transform-origin:0 0;
-ms-transform-origin:0 0;
-o-transform-origin:0 0
}
.billboardItem_10 .billboardImg {
width:200%;
height:200%;
position:absolute
}
.billboardItem_10 .billboardTile_1 .billboardImg {
top:0;
left:0
}
.billboardItem_10 .billboardTile_2 .billboardImg {
top:0;
right:0
}
.billboardItem_10 .billboardTile_3 .billboardImg {
bottom:0;
left:0
}
.billboardItem_10 .billboardTile_4 .billboardImg {
bottom:0;
right:0
}
.billboardItem_10_on .billboardTileImg {
-webkit-animation-name:billboardItem_10_on;
-moz-animation-name:billboardItem_10_on;
-ms-animation-name:billboardItem_10_on;
-o-animation-name:billboardItem_10_on;
animation-name:billboardItem_10_on
}
.billboardItem_10_off .billboardTile_1 .billboardTileImg {
-webkit-animation-name:billboard_10_off_1;
-moz-animation-name:billboard_10_off_1;
-ms-animation-name:billboard_10_off_1;
-o-animation-name:billboard_10_off_1;
animation-name:billboard_10_off_1
}
.billboardItem_10_off .billboardTile_2 .billboardTileImg {
-webkit-animation-name:billboard_10_off_2;
-moz-animation-name:billboard_10_off_2;
-ms-animation-name:billboard_10_off_2;
-o-animation-name:billboard_10_off_2;
animation-name:billboard_10_off_2
}
.billboardItem_10_off .billboardTile_3 .billboardTileImg {
-webkit-animation-name:billboard_10_off_3;
-moz-animation-name:billboard_10_off_3;
-ms-animation-name:billboard_10_off_3;
-o-animation-name:billboard_10_off_3;
animation-name:billboard_10_off_3
}
.billboardItem_10_off .billboardTile_4 .billboardTileImg {
-webkit-animation-name:billboard_10_off_4;
-moz-animation-name:billboard_10_off_4;
-ms-animation-name:billboard_10_off_4;
-o-animation-name:billboard_10_off_4;
animation-name:billboard_10_off_4
}
@-webkit-keyframes billboardItem_10_on {
0% {
-webkit-transform:scale(1.5)
}
100% {
-webkit-transform:scale(1)
}
}@-webkit-keyframes billboard_10_off_1 {
0% {
left:0
}
100% {
left:100%
}
}@-webkit-keyframes billboard_10_off_2 {
0% {
top:0
}
100% {
top:100%
}
}@-webkit-keyframes billboard_10_off_3 {
0% {
top:0
}
100% {
top:-100%
}
}@-webkit-keyframes billboard_10_off_4 {
0% {
left:0
}
100% {
left:-100%
}
}@-moz-keyframes billboardItem_10_on {
0% {
-moz-transform:scale(1.5)
}
100% {
-moz-transform:scale(1)
}
}@-moz-keyframes billboard_10_off_1 {
0% {
left:0
}
100% {
left:100%
}
}@-moz-keyframes billboard_10_off_2 {
0% {
top:0
}
100% {
top:100%
}
}@-moz-keyframes billboard_10_off_3 {
0% {
top:0
}
100% {
top:-100%
}
}@-moz-keyframes billboard_10_off_4 {
0% {
left:0
}
100% {
left:-100%
}
}@-ms-keyframes billboardItem_10_on {
0% {
-ms-transform:scale(1.5)
}
100% {
-ms-transform:scale(1)
}
}@-ms-keyframes billboard_10_off_1 {
0% {
left:0
}
100% {
left:100%
}
}@-ms-keyframes billboard_10_off_2 {
0% {
top:0
}
100% {
top:100%
}
}@-ms-keyframes billboard_10_off_3 {
0% {
top:0
}
100% {
top:-100%
}
}@-ms-keyframes billboard_10_off_4 {
0% {
left:0
}
100% {
left:-100%
}
}@-o-keyframes billboardItem_10_on {
0% {
-o-transform:scale(1.5)
}
100% {
-o-transform:scale(1)
}
}@-o-keyframes billboard_10_off_1 {
0% {
left:0
}
100% {
left:100%
}
}@-o-keyframes billboard_10_off_2 {
0% {
top:0
}
100% {
top:100%
}
}@-o-keyframes billboard_10_off_3 {
0% {
top:0
}
100% {
top:-100%
}
}@-o-keyframes billboard_10_off_4 {
0% {
left:0
}
100% {
left:-100%
}
}@keyframes billboardItem_10_on {
0% {
transform:scale(1.5)
}
100% {
transform:scale(1)
}
}@keyframes billboard_10_off_1 {
0% {
left:0
}
100% {
left:100%
}
}@keyframes billboard_10_off_2 {
0% {
top:0
}
100% {
top:100%
}
}@keyframes billboard_10_off_3 {
0% {
top:0
}
100% {
top:-100%
}
}@keyframes billboard_10_off_4 {
0% {
left:0
}
100% {
left:-100%
}
}.billboardItem_12 .billboardImgInner {
width:100%!important
}
.billboardItem_12 .billboardTile {
width:25%;
height:100%;
position:absolute;
top:0;
overflow:hidden
}
.billboardItem_12 .billboardTile_1 {
left:0
}
.billboardItem_12 .billboardTile_2 {
left:25%
}
.billboardItem_12 .billboardTile_3 {
left:50%
}
.billboardItem_12 .billboardTile_4 {
left:75%
}
.billboardItem_12 .billboardTileImg {
width:100%;
height:100%;
overflow:hidden;
position:relative;
opacity:0
}
.billboardItem_12 .billboardImg {
height:100%;
width:400%;
position:absolute;
top:0
}
.billboardItem_12 .billboardTile_1 .billboardImg {
left:0
}
.billboardItem_12 .billboardTile_2 .billboardImg {
left:-100%
}
.billboardItem_12 .billboardTile_3 .billboardImg {
left:-200%
}
.billboardItem_12 .billboardTile_4 .billboardImg {
left:-300%
}
.billboardItem_12_start .billboardTileImg {
opacity:1
}
.billboardItem_12_off .billboardTileImg {
-webkit-animation-name:billboardItem_12_off;
-moz-animation-name:billboardItem_12_off;
-ms-animation-name:billboardItem_12_off;
-o-animation-name:billboardItem_12_off;
animation-name:billboardItem_12_off
}
.billboardItem_12_on .billboardTileImg {
-webkit-animation-name:billboardItem_12_on;
-moz-animation-name:billboardItem_12_on;
-ms-animation-name:billboardItem_12_on;
-o-animation-name:billboardItem_12_on;
animation-name:billboardItem_12_on
}
@-webkit-keyframes billboardItem_12_on {
0% {
-webkit-transform:scale(1.8);
opacity:0
}
100% {
-webkit-transform:scale(1);
opacity:1
}
}@-webkit-keyframes billboardItem_12_off {
0% {
-webkit-transform:scale(1);
opacity:1
}
100% {
-webkit-transform:scale(1.8);
opacity:0
}
}@-moz-keyframes billboardItem_12_on {
0% {
-moz-transform:scale(1.8);
opacity:0
}
100% {
-moz-transform:scale(1);
opacity:1
}
}@-moz-keyframes billboardItem_12_off {
0% {
-moz-transform:scale(1);
opacity:1
}
100% {
-moz-transform:scale(1.8);
opacity:0
}
}@-ms-keyframes billboardItem_12_on {
0% {
-ms-transform:scale(1.8);
opacity:0
}
100% {
-ms-transform:scale(1);
opacity:1
}
}@-ms-keyframes billboardItem_12_off {
0% {
-ms-transform:scale(1);
opacity:1
}
100% {
-ms-transform:scale(1.8);
opacity:0
}
}@-o-keyframes billboardItem_12_on {
0% {
-o-transform:scale(1.8);
opacity:0
}
100% {
-o-transform:scale(1);
opacity:1
}
}@-o-keyframes billboardItem_12_off {
0% {
-o-transform:scale(1);
opacity:1
}
100% {
-o-transform:scale(1.8);
opacity:0
}
}@keyframes billboardItem_12_on {
0% {
transform:scale(1.8);
opacity:0
}
100% {
transform:scale(1);
opacity:1
}
}@keyframes billboardItem_12_off {
0% {
transform:scale(1);
opacity:1
}
100% {
transform:scale(1.8);
opacity:0
}
}@media only screen and (-webkit-min-device-pixel-ratio:1) {
::i-block-chrome,.billboardItem_9 .billboardTile_2 {
left:33.25%
}
::i-block-chrome,.billboardItem_9 .billboardTile_3 {
left:66.45%
}
::i-block-chrome,.billboardItem_8 .billboardTile_2 {
top:33.25%
}
::i-block-chrome,.billboardItem_8 .billboardTile_3 {
top:66.45%
}
} | public/static/css/index/demo.css | @charset "utf-8";
.billboard {
overflow:hidden;
position:relative;
-webkit-perspective:1600px;
-moz-perspective:1600px;
-o-perspective:1600px;
-ms-perspective:1600px;
perspective:1600px
}
.fk-fixPerspective {
-webkit-perspective:1600px;
-moz-perspective:1600px;
-o-perspective:1600px;
-ms-perspective:1600px;
perspective:1600px
}
.fk-fixPerspective .billboard {
-webkit-perspective:none;
-moz-perspective:none;
-o-perspective:none;
-ms-perspective:none;
perspective:none;
-webkit-transform-origin:center center;
-moz-transform-origin:center center;
-o-transform-origin:center center;
-ms-transform-origin:center center;
transform-origin:center center
}
.billboard4 {
-webkit-perspective:1600px;
-moz-perspective:1600px;
-o-perspective:1600px;
-ms-perspective:1600px;
perspective:1600px
}
.billboard1,.billboard2,.billboard3,.billboardItem_10,.billboardItem_11,.billboardItem_12 {
-webkit-perspective:none;
-moz-perspective:none;
-o-perspective:none;
-ms-perspective:none;
perspective:none;
-webkit-transform-style:flat;
-moz-transform-style:flat;
-o-transform-style:flat;
-ms-transform-style:flat;
transform-style:flat
}
/*.billboard_item {
position:absolute;
top:0;
left:0;
width:100%
}*/
.billboardAnim {
-webkit-animation-fill-mode:both;
-moz-animation-fill-mode:both;
-o-animation-fill-mode:both;
-ms-animation-fill-mode:both;
animation-fill-mode:both;
-webkit-animation-timing-function:ease-in-out;
-moz-animation-timing-function:ease-in-out;
-o-animation-timing-function:ease-in-out;
-ms-animation-timing-function:ease-in-out;
animation-timing-function:ease-in-out
}
.billboardItem_1 {
opacity:0
}
.billboardItem_1_start {
opacity:1
}
.billboardItem_1_on {
-webkit-animation-name:billboardItem_1_on;
-moz-animation-name:billboardItem_1_on;
-ms-animation-name:billboardItem_1_on;
-o-animation-name:billboardItem_1_on;
animation-name:billboardItem_1_on
}
.billboardItem_1_off {
-webkit-animation-name:billboardItem_1_off;
-moz-animation-name:billboardItem_1_off;
-ms-animation-name:billboardItem_1_off;
-o-animation-name:billboardItem_1_off;
animation-name:billboardItem_1_off
}
@-webkit-keyframes billboardItem_1_on {
0% {
opacity:0
}
100% {
opacity:1
}
}@-webkit-keyframes billboardItem_1_off {
0% {
opacity:1
}
100% {
opacity:0
}
}@-moz-keyframes billboardItem_1_on {
0% {
opacity:0
}
100% {
opacity:1
}
}@-moz-keyframes billboardItem_1_off {
0% {
opacity:1
}
100% {
opacity:0
}
}@-ms-keyframes billboardItem_1_on {
0% {
opacity:0
}
100% {
opacity:1
}
}@-ms-keyframes billboardItem_1_off {
0% {
opacity:1
}
100% {
opacity:0
}
}@-o-keyframes billboardItem_1_on {
0% {
opacity:0
}
100% {
opacity:1
}
}@-o-keyframes billboardItem_1_off {
0% {
opacity:1
}
100% {
opacity:0
}
}@keyframes billboardItem_1_on {
0% {
opacity:0
}
100% {
opacity:1
}
}@keyframes billboardItem_1_off {
0% {
opacity:1
}
100% {
opacity:0
}
}.billboardItem_2 {
-webkit-transform:translate3d(100%,0,0);
-moz-transform:translate3d(100%,0,0);
-ms-transform:translate3d(100%,0,0);
-o-transform:translate3d(100%,0,0);
transform:translate3d(100%,0,0)
}
.billboardItem_2_start {
-webkit-transform:translate3d(0,0,0);
-moz-transform:translate3d(0,0,0);
-ms-transform:translate3d(0,0,0);
-o-transform:translate3d(0,0,0);
transform:translate3d(0,0,0)
}
.billboardItem_2_on {
-webkit-animation-name:billboardItem_2_on;
-moz-animation-name:billboardItem_2_on;
-ms-animation-name:billboardItem_2_on;
-o-animation-name:billboardItem_2_on;
animation-name:billboardItem_2_on
}
.billboardItem_2_on_reverse {
-webkit-animation-name:billboardItem_2_on_reverse;
-moz-animation-name:billboardItem_2_on_reverse;
-ms-animation-name:billboardItem_2_on_reverse;
-o-animation-name:billboardItem_2_on_reverse;
animation-name:billboardItem_2_on_reverse
}
.billboardItem_2_off {
-webkit-animation-name:billboardItem_2_off;
-moz-animation-name:billboardItem_2_off;
-ms-animation-name:billboardItem_2_off;
-o-animation-name:billboardItem_2_off;
animation-name:billboardItem_2_off
}
.billboardItem_2_off_reverse {
-webkit-animation-name:billboardItem_2_off_reverse;
-moz-animation-name:billboardItem_2_off_reverse;
-ms-animation-name:billboardItem_2_off_reverse;
-o-animation-name:billboardItem_2_off_reverse;
animation-name:billboardItem_2_off_reverse
}
@-webkit-keyframes billboardItem_2_on {
0% {
-webkit-transform:translate3d(100%,0,0)
}
100% {
-webkit-transform:translate3d(0,0,0)
}
}@-webkit-keyframes billboardItem_2_on_reverse {
0% {
-webkit-transform:translate3d(-100%,0,0)
}
100% {
-webkit-transform:translate3d(0,0,0)
}
}@-webkit-keyframes billboardItem_2_off {
0% {
-webkit-transform:translate3d(0,0,0)
}
100% {
-webkit-transform:translate3d(-100%,0,0)
}
}@-webkit-keyframes billboardItem_2_off_reverse {
0% {
-webkit-transform:translate3d(0,0,0)
}
100% {
-webkit-transform:translate3d(100%,0,0)
}
}@-moz-keyframes billboardItem_2_on {
0% {
-moz-transform:translate3d(100%,0,0)
}
100% {
-moz-transform:translate3d(0,0,0)
}
}@-moz-keyframes billboardItem_2_on_reverse {
0% {
-moz-transform:translate3d(-100%,0,0)
}
100% {
-moz-transform:translate3d(0,0,0)
}
}@-moz-keyframes billboardItem_2_off {
0% {
-moz-transform:translate3d(0,0,0)
}
100% {
-moz-transform:translate3d(-100%,0,0)
}
}@-moz-keyframes billboardItem_2_off_reverse {
0% {
-moz-transform:translate3d(0,0,0)
}
100% {
-moz-transform:translate3d(100%,0,0)
}
}@-ms-keyframes billboardItem_2_on {
0% {
-ms-transform:translate3d(100%,0,0)
}
100% {
-ms-transform:translate3d(0,0,0)
}
}@-ms-keyframes billboardItem_2_on_reverse {
0% {
-ms-transform:translate3d(-100%,0,0)
}
100% {
-ms-transform:translate3d(0,0,0)
}
}@-ms-keyframes billboardItem_2_off {
0% {
-ms-transform:translate3d(0,0,0)
}
100% {
-ms-transform:translate3d(-100%,0,0)
}
}@-ms-keyframes billboardItem_2_off_reverse {
0% {
-ms-transform:translate3d(0,0,0)
}
100% {
-ms-transform:translate3d(100%,0,0)
}
}@-o-keyframes billboardItem_2_on {
0% {
-o-transform:translate3d(100%,0,0)
}
100% {
-o-transform:translate3d(0,0,0)
}
}@-o-keyframes billboardItem_2_on_reverse {
0% {
-o-transform:translate3d(-100%,0,0)
}
100% {
-o-transform:translate3d(0,0,0)
}
}@-o-keyframes billboardItem_2_off {
0% {
-o-transform:translate3d(0,0,0)
}
100% {
-o-transform:translate3d(-100%,0,0)
}
}@-o-keyframes billboardItem_2_off_reverse {
0% {
-o-transform:translate3d(0,0,0)
}
100% {
-o-transform:translate3d(100%,0,0)
}
}@keyframes billboardItem_2_on {
0% {
transform:translate3d(100%,0,0)
}
100% {
transform:translate3d(0,0,0)
}
}@keyframes billboardItem_2_on_reverse {
0% {
transform:translate3d(-100%,0,0)
}
100% {
transform:translate3d(0,0,0)
}
}@keyframes billboardItem_2_off {
0% {
transform:translate3d(0,0,0)
}
100% {
transform:translate3d(-100%,0,0)
}
}@keyframes billboardItem_2_off_reverse {
0% {
transform:translate3d(0,0,0)
}
100% {
transform:translate3d(100%,0,0)
}
}.billboardItem_3 {
-webkit-transform:translate3d(0,100%,0);
-moz-transform:translate3d(0,100%,0);
-ms-transform:translate3d(0,100%,0);
-o-transform:translate3d(0,100%,0);
transform:translate3d(0,100%,0)
}
.billboardItem_3_start {
-webkit-transform:translate3d(0,0,0);
-moz-transform:translate3d(0,0,0);
-ms-transform:translate3d(0,0,0);
-o-transform:translate3d(0,0,0);
transform:translate3d(0,0,0)
}
.billboardItem_3_on {
-webkit-animation-name:billboardItem_3_on;
-moz-animation-name:billboardItem_3_on;
-ms-animation-name:billboardItem_3_on;
-o-animation-name:billboardItem_3_on;
animation-name:billboardItem_3_on
}
.billboardItem_3_on_reverse {
-webkit-animation-name:billboardItem_3_on_reverse;
-moz-animation-name:billboardItem_3_on_reverse;
-ms-animation-name:billboardItem_3_on_reverse;
-o-animation-name:billboardItem_3_on_reverse;
animation-name:billboardItem_3_on_reverse
}
.billboardItem_3_off {
-webkit-animation-name:billboardItem_3_off;
-moz-animation-name:billboardItem_3_off;
-ms-animation-name:billboardItem_3_off;
-o-animation-name:billboardItem_3_off;
animation-name:billboardItem_3_off
}
.billboardItem_3_off_reverse {
-webkit-animation-name:billboardItem_3_off_reverse;
-moz-animation-name:billboardItem_3_off_reverse;
-ms-animation-name:billboardItem_3_off_reverse;
-o-animation-name:billboardItem_3_off_reverse;
animation-name:billboardItem_3_off_reverse
}
@-webkit-keyframes billboardItem_3_on {
0% {
-webkit-transform:translate3d(0,-100%,0)
}
100% {
-webkit-transform:translate3d(0,0,0)
}
}@-webkit-keyframes billboardItem_3_on_reverse {
0% {
-webkit-transform:translate3d(0,100%,0)
}
100% {
-webkit-transform:translate3d(0,0,0)
}
}@-webkit-keyframes billboardItem_3_off {
0% {
-webkit-transform:translate3d(0,0,0)
}
100% {
-webkit-transform:translate3d(0,100%,0)
}
}@-webkit-keyframes billboardItem_3_off_reverse {
0% {
-webkit-transform:translate3d(0,0,0)
}
100% {
-webkit-transform:translate3d(0,-100%,0)
}
}@-moz-keyframes billboardItem_3_on {
0% {
-moz-transform:translate3d(0,-100%,0)
}
100% {
-moz-transform:translate3d(0,0,0)
}
}@-moz-keyframes billboardItem_3_on_reverse {
0% {
-moz-transform:translate3d(0,100%,0)
}
100% {
-moz-transform:translate3d(0,0,0)
}
}@-moz-keyframes billboardItem_3_off {
0% {
-moz-transform:translate3d(0,0,0)
}
100% {
-moz-transform:translate3d(0,100%,0)
}
}@-moz-keyframes billboardItem_3_off_reverse {
0% {
-moz-transform:translate3d(0,0,0)
}
100% {
-moz-transform:translate3d(0,-100%,0)
}
}@-ms-keyframes billboardItem_3_on {
0% {
-ms-transform:translate3d(0,-100%,0)
}
100% {
-ms-transform:translate3d(0,0,0)
}
}@-ms-keyframes billboardItem_3_on_reverse {
0% {
-ms-transform:translate3d(0,100%,0)
}
100% {
-ms-transform:translate3d(0,0,0)
}
}@-ms-keyframes billboardItem_3_off {
0% {
-ms-transform:translate3d(0,0,0)
}
100% {
-ms-transform:translate3d(0,100%,0)
}
}@-ms-keyframes billboardItem_3_off_reverse {
0% {
-ms-transform:translate3d(0,0,0)
}
100% {
-ms-transform:translate3d(0,-100%,0)
}
}@-o-keyframes billboardItem_3_on {
0% {
-o-transform:translate3d(0,-100%,0)
}
100% {
-o-transform:translate3d(0,0,0)
}
}@-o-keyframes billboardItem_3_on_reverse {
0% {
-o-transform:translate3d(0,100%,0)
}
100% {
-o-transform:translate3d(0,0,0)
}
}@-o-keyframes billboardItem_3_off {
0% {
-o-transform:translate3d(0,0,0)
}
100% {
-o-transform:translate3d(0,100%,0)
}
}@-o-keyframes billboardItem_3_off_reverse {
0% {
-o-transform:translate3d(0,0,0)
}
100% {
-o-transform:translate3d(0,-100%,0)
}
}@keyframes billboardItem_3_on {
0% {
transform:translate3d(0,-100%,0)
}
100% {
transform:translate3d(0,0,0)
}
}@keyframes billboardItem_3_on_reverse {
0% {
transform:translate3d(0,100%,0)
}
100% {
transform:translate3d(0,0,0)
}
}@keyframes billboardItem_3_off {
0% {
transform:translate3d(0,0,0)
}
100% {
transform:translate3d(0,100%,0)
}
}@keyframes billboardItem_3_off_reverse {
0% {
transform:translate3d(0,0,0)
}
100% {
transform:translate3d(0,-100%,0)
}
}.billboard4 * {
-webkit-transform-style:preserve-3d;
-moz-transform-style:preserve-3d;
-o-transform-style:preserve-3d;
-ms-transform-style:preserve-3d;
transform-style:preserve-3d
}
.billboard4 .fk-moduleZone,.billboard4 .fk-moduleZone * {
-webkit-transform-style:flat;
-moz-transform-style:flat;
-o-transform-style:flat;
-ms-transform-style:flat;
transform-style:flat
}
.billboardItem_4 {
-webkit-transform:rotateY(90deg);
-moz-transform:rotateY(90deg);
-ms-transform:rotateY(90deg);
-o-transform:rotateY(90deg);
transform:rotateY(90deg)
}
.billboardItem_4 * {
-webkit-backface-visibility:hidden;
-moz-backface-visibility:hidden;
-ms-backface-visibility:hidden;
-o-backface-visibility:hidden;
backface-visibility:hidden
}
.billboardItem_4_start {
-webkit-transform:rotateY(0deg);
-moz-transform:rotateY(0deg);
-ms-transform:rotateY(0deg);
-o-transform:rotateY(0deg);
transform:rotateY(0deg)
}
.billboardItem_4_on {
-webkit-animation-name:billboardItem_4_on;
-moz-animation-name:billboardItem_4_on;
-ms-animation-name:billboardItem_4_on;
-o-animation-name:billboardItem_4_on;
animation-name:billboardItem_4_on
}
.billboardItem_4_on_reverse {
-webkit-animation-name:billboardItem_4_on_reverse;
-moz-animation-name:billboardItem_4_on_reverse;
-ms-animation-name:billboardItem_4_on_reverse;
-o-animation-name:billboardItem_4_on_reverse;
animation-name:billboardItem_4_on_reverse
}
.billboardItem_4_off {
-webkit-animation-name:billboardItem_4_off;
-moz-animation-name:billboardItem_4_off;
-ms-animation-name:billboardItem_4_off;
-o-animation-name:billboardItem_4_off;
animation-name:billboardItem_4_off
}
.billboardItem_4_off_reverse {
-webkit-animation-name:billboardItem_4_off_reverse;
-moz-animation-name:billboardItem_4_off_reverse;
-ms-animation-name:billboardItem_4_off_reverse;
-o-animation-name:billboardItem_4_off_reverse;
animation-name:billboardItem_4_off_reverse
}
@-webkit-keyframes billboardItem_4_on {
0% {
-webkit-transform:rotateY(-90deg)
}
50% {
-webkit-transform:rotateY(-90deg)
}
100% {
-webkit-transform:rotateY(0deg)
}
}@-webkit-keyframes billboardItem_4_on_reverse {
0% {
-webkit-transform:rotateY(90deg)
}
50% {
-webkit-transform:rotateY(90deg)
}
100% {
-webkit-transform:rotateY(0deg)
}
}@-webkit-keyframes billboardItem_4_off {
0% {
-webkit-transform:rotateY(0deg)
}
50% {
-webkit-transform:rotateY(90deg)
}
100% {
-webkit-transform:rotateY(90deg)
}
}@-webkit-keyframes billboardItem_4_off_reverse {
0% {
-webkit-transform:rotateY(0deg)
}
50% {
-webkit-transform:rotateY(-90deg)
}
100% {
-webkit-transform:rotateY(-90deg)
}
}@-moz-keyframes billboardItem_4_on {
0% {
-moz-transform:rotateY(-90deg)
}
50% {
-moz-transform:rotateY(-90deg)
}
100% {
-moz-transform:rotateY(0deg)
}
}@-moz-keyframes billboardItem_4_on_reverse {
0% {
-moz-transform:rotateY(90deg)
}
50% {
-moz-transform:rotateY(90deg)
}
100% {
-moz-transform:rotateY(0deg)
}
}@-moz-keyframes billboardItem_4_off {
0% {
-moz-transform:rotateY(0deg)
}
50% {
-moz-transform:rotateY(90deg)
}
100% {
-moz-transform:rotateY(90deg)
}
}@-moz-keyframes billboardItem_4_off_reverse {
0% {
-moz-transform:rotateY(0deg)
}
50% {
-moz-transform:rotateY(-90deg)
}
100% {
-moz-transform:rotateY(-90deg)
}
}@-ms-keyframes billboardItem_4_on {
0% {
-ms-transform:rotateY(-90deg)
}
50% {
-ms-transform:rotateY(-90deg)
}
100% {
-ms-transform:rotateY(0deg)
}
}@-ms-keyframes billboardItem_4_on_reverse {
0% {
-ms-transform:rotateY(90deg)
}
50% {
-ms-transform:rotateY(90deg)
}
100% {
-ms-transform:rotateY(0deg)
}
}@-ms-keyframes billboardItem_4_off {
0% {
-ms-transform:rotateY(0deg)
}
50% {
-ms-transform:rotateY(90deg)
}
100% {
-ms-transform:rotateY(90deg)
}
}@-ms-keyframes billboardItem_4_off_reverse {
0% {
-ms-transform:rotateY(0deg)
}
50% {
-ms-transform:rotateY(-90deg)
}
100% {
-ms-transform:rotateY(-90deg)
}
}@-o-keyframes billboardItem_4_on {
0% {
-o-transform:rotateY(-90deg)
}
50% {
-o-transform:rotateY(-90deg)
}
100% {
-o-transform:rotateY(0deg)
}
}@-o-keyframes billboardItem_4_on_reverse {
0% {
-o-transform:rotateY(90deg)
}
50% {
-o-transform:rotateY(90deg)
}
100% {
-o-transform:rotateY(0deg)
}
}@-o-keyframes billboardItem_4_off {
0% {
-o-transform:rotateY(0deg)
}
50% {
-o-transform:rotateY(90deg)
}
100% {
-o-transform:rotateY(90deg)
}
}@-o-keyframes billboardItem_4_off_reverse {
0% {
-o-transform:rotateY(0deg)
}
50% {
-o-transform:rotateY(-90deg)
}
100% {
-o-transform:rotateY(-90deg)
}
}@keyframes billboardItem_4_on {
0% {
transform:rotateY(-90deg)
}
50% {
transform:rotateY(-90deg)
}
100% {
transform:rotateY(0deg)
}
}@keyframes billboardItem_4_on_reverse {
0% {
transform:rotateY(90deg)
}
50% {
transform:rotateY(90deg)
}
100% {
transform:rotateY(0deg)
}
}@keyframes billboardItem_4_off {
0% {
transform:rotateY(0deg)
}
50% {
transform:rotateY(90deg)
}
100% {
transform:rotateY(90deg)
}
}@keyframes billboardItem_4_off_reverse {
0% {
transform:rotateY(0deg)
}
50% {
transform:rotateY(-90deg)
}
100% {
transform:rotateY(-90deg)
}
}.billboard5 * {
-webkit-transform-style:preserve-3d;
-moz-transform-style:preserve-3d;
-o-transform-style:preserve-3d;
-ms-transform-style:preserve-3d;
transform-style:preserve-3d
}
.billboard5 .fk-moduleZone,.billboard5 .fk-moduleZone * {
-webkit-transform-style:flat;
-moz-transform-style:flat;
-o-transform-style:flat;
-ms-transform-style:flat;
transform-style:flat
}
.billboardItem_5 {
-webkit-transform:rotateX(90deg);
-moz-transform:rotateX(90deg);
-ms-transform:rotateX(90deg);
-o-transform:rotateX(90deg);
transform:rotateX(90deg)
}
.billboardItem_5 * {
-webkit-backface-visibility:hidden;
-moz-backface-visibility:hidden;
-ms-backface-visibility:hidden;
-o-backface-visibility:hidden;
backface-visibility:hidden
}
.billboardItem_5_start {
-webkit-transform:rotateX(0deg);
-moz-transform:rotateX(0deg);
-ms-transform:rotateX(0deg);
-o-transform:rotateX(0deg);
transform:rotateX(0deg)
}
.billboardItem_5_on {
-webkit-animation-name:billboardItem_5_on;
-moz-animation-name:billboardItem_5_on;
-ms-animation-name:billboardItem_5_on;
-o-animation-name:billboardItem_5_on;
animation-name:billboardItem_5_on
}
.billboardItem_5_on_reverse {
-webkit-animation-name:billboardItem_5_on_reverse;
-moz-animation-name:billboardItem_5_on_reverse;
-ms-animation-name:billboardItem_5_on_reverse;
-o-animation-name:billboardItem_5_on_reverse;
animation-name:billboardItem_5_on_reverse
}
.billboardItem_5_off {
-webkit-animation-name:billboardItem_5_off;
-moz-animation-name:billboardItem_5_off;
-ms-animation-name:billboardItem_5_off;
-o-animation-name:billboardItem_5_off;
animation-name:billboardItem_5_off
}
.billboardItem_5_off_reverse {
-webkit-animation-name:billboardItem_5_off_reverse;
-moz-animation-name:billboardItem_5_off_reverse;
-ms-animation-name:billboardItem_5_off_reverse;
-o-animation-name:billboardItem_5_off_reverse;
animation-name:billboardItem_5_off_reverse
}
@-webkit-keyframes billboardItem_5_on {
0% {
-webkit-transform:rotateX(-90deg)
}
50% {
-webkit-transform:rotateX(-90deg)
}
100% {
-webkit-transform:rotateY(0deg)
}
}@-webkit-keyframes billboardItem_5_on_reverse {
0% {
-webkit-transform:rotateX(90deg)
}
50% {
-webkit-transform:rotateX(90deg)
}
100% {
-webkit-transform:rotateY(0deg)
}
}@-webkit-keyframes billboardItem_5_off {
0% {
-webkit-transform:rotateX(0deg)
}
50% {
-webkit-transform:rotateX(90deg)
}
100% {
-webkit-transform:rotateX(90deg)
}
}@-webkit-keyframes billboardItem_5_off_reverse {
0% {
-webkit-transform:rotateX(0deg)
}
50% {
-webkit-transform:rotateX(-90deg)
}
100% {
-webkit-transform:rotateX(-90deg)
}
}@-moz-keyframes billboardItem_5_on {
0% {
-moz-transform:rotateX(-90deg)
}
50% {
-moz-transform:rotateX(-90deg)
}
100% {
-moz-transform:rotateY(0deg)
}
}@-moz-keyframes billboardItem_5_on_reverse {
0% {
-moz-transform:rotateX(90deg)
}
50% {
-moz-transform:rotateX(90deg)
}
100% {
-moz-transform:rotateY(0deg)
}
}@-moz-keyframes billboardItem_5_off {
0% {
-moz-transform:rotateX(0deg)
}
50% {
-moz-transform:rotateX(90deg)
}
100% {
-moz-transform:rotateX(90deg)
}
}@-moz-keyframes billboardItem_5_off_reverse {
0% {
-moz-transform:rotateX(0deg)
}
50% {
-moz-transform:rotateX(-90deg)
}
100% {
-moz-transform:rotateX(-90deg)
}
}@-ms-keyframes billboardItem_5_on {
0% {
-ms-transform:rotateX(-90deg)
}
50% {
-ms-transform:rotateX(-90deg)
}
100% {
-ms-transform:rotateY(0deg)
}
}@-ms-keyframes billboardItem_5_on_reverse {
0% {
-ms-transform:rotateX(90deg)
}
50% {
-ms-transform:rotateX(90deg)
}
100% {
-ms-transform:rotateY(0deg)
}
}@-ms-keyframes billboardItem_5_off {
0% {
-ms-transform:rotateX(0deg)
}
50% {
-ms-transform:rotateX(90deg)
}
100% {
-ms-transform:rotateX(90deg)
}
}@-ms-keyframes billboardItem_5_off_reverse {
0% {
-ms-transform:rotateX(0deg)
}
50% {
-ms-transform:rotateX(-90deg)
}
100% {
-ms-transform:rotateX(-90deg)
}
}@-o-keyframes billboardItem_5_on {
0% {
-o-transform:rotateX(-90deg)
}
50% {
-o-transform:rotateX(-90deg)
}
100% {
-o-transform:rotateY(0deg)
}
}@-o-keyframes billboardItem_5_on_reverse {
0% {
-o-transform:rotateX(90deg)
}
50% {
-o-transform:rotateX(90deg)
}
100% {
-o-transform:rotateY(0deg)
}
}@-o-keyframes billboardItem_5_off {
0% {
-o-transform:rotateX(0deg)
}
50% {
-o-transform:rotateX(90deg)
}
100% {
-o-transform:rotateX(90deg)
}
}@-o-keyframes billboardItem_5_off_reverse {
0% {
-o-transform:rotateX(0deg)
}
50% {
-o-transform:rotateX(-90deg)
}
100% {
-o-transform:rotateX(-90deg)
}
}@keyframes billboardItem_5_on {
0% {
transform:rotateX(-90deg)
}
50% {
transform:rotateX(-90deg)
}
100% {
transform:rotateY(0deg)
}
}@keyframes billboardItem_5_on_reverse {
0% {
transform:rotateX(90deg)
}
50% {
transform:rotateX(90deg)
}
100% {
transform:rotateY(0deg)
}
}@keyframes billboardItem_5_off {
0% {
transform:rotateX(0deg)
}
50% {
transform:rotateX(90deg)
}
100% {
transform:rotateX(90deg)
}
}@keyframes billboardItem_5_off_reverse {
0% {
transform:rotateX(0deg)
}
50% {
transform:rotateX(-90deg)
}
100% {
transform:rotateX(-90deg)
}
}.billboard6 {
-ms-perspective:none
}
.billboard6 * {
-webkit-transform-style:preserve-3d;
-moz-transform-style:preserve-3d;
-o-transform-style:preserve-3d;
-ms-transform-style:preserve-3d;
transform-style:preserve-3d
}
.billboard6 .fk-moduleZone,.billboard6 .fk-moduleZone * {
-webkit-transform-style:flat;
-moz-transform-style:flat;
-o-transform-style:flat;
-ms-transform-style:flat;
transform-style:flat
}
.billboardItem_6 {
-webkit-transform:rotateY(-90deg);
-moz-transform:rotateY(-90deg);
-ms-transform:rotateY(-90deg);
-o-transform:rotateY(-90deg);
transform:rotateY(-90deg)
}
.billboardItem_6 * {
-webkit-backface-visibility:hidden;
-moz-backface-visibility:hidden;
-ms-backface-visibility:hidden;
-o-backface-visibility:hidden;
backface-visibility:hidden
}
.billboardItem_6_start {
-webkit-transform:rotateY(0deg);
-moz-transform:rotateY(0deg);
-ms-transform:rotateY(0deg);
-o-transform:rotateY(0deg);
transform:rotateY(0deg)
}
.billboardItem_6_on {
-webkit-animation-name:billboardItem_6_on;
-moz-animation-name:billboardItem_6_on;
-ms-animation-name:billboardItem_6_on;
-o-animation-name:billboardItem_6_on;
animation-name:billboardItem_6_on
}
.billboardItem_6_on_reverse {
-webkit-animation-name:billboardItem_6_on_reverse;
-moz-animation-name:billboardItem_6_on_reverse;
-ms-animation-name:billboardItem_6_on_reverse;
-o-animation-name:billboardItem_6_on_reverse;
animation-name:billboardItem_6_on_reverse
}
.billboardItem_6_off {
-webkit-animation-name:billboardItem_6_off;
-moz-animation-name:billboardItem_6_off;
-ms-animation-name:billboardItem_6_off;
-o-animation-name:billboardItem_6_off;
animation-name:billboardItem_6_off
}
.billboardItem_6_off_reverse {
-webkit-animation-name:billboardItem_6_off_reverse;
-moz-animation-name:billboardItem_6_off_reverse;
-ms-animation-name:billboardItem_6_off_reverse;
-o-animation-name:billboardItem_6_off_reverse;
animation-name:billboardItem_6_off_reverse
}
@-webkit-keyframes billboardItem_6_on {
0% {
-webkit-transform:rotateY(-90deg)
}
100% {
-webkit-transform:rotateY(0deg)
}
}@-webkit-keyframes billboardItem_6_on_reverse {
0% {
-webkit-transform:rotateY(90deg)
}
100% {
-webkit-transform:rotateY(0deg)
}
}@-webkit-keyframes billboardItem_6_off {
0% {
-webkit-transform:rotateY(0deg)
}
100% {
-webkit-transform:rotateY(90deg)
}
}@-webkit-keyframes billboardItem_6_off_reverse {
0% {
-webkit-transform:rotateY(0deg)
}
100% {
-webkit-transform:rotateY(-90deg)
}
}@-moz-keyframes billboardItem_6_on {
0% {
-moz-transform:rotateY(-90deg)
}
100% {
-moz-transform:rotateY(0deg)
}
}@-moz-keyframes billboardItem_6_on_reverse {
0% {
-moz-transform:rotateY(90deg)
}
100% {
-moz-transform:rotateY(0deg)
}
}@-moz-keyframes billboardItem_6_off {
0% {
-moz-transform:rotateY(0deg)
}
100% {
-moz-transform:rotateY(90deg)
}
}@-moz-keyframes billboardItem_6_off_reverse {
0% {
-moz-transform:rotateY(0deg)
}
100% {
-moz-transform:rotateY(-90deg)
}
}@-ms-keyframes billboardItem_6_on {
0% {
-ms-transform:rotateY(-90deg)
}
100% {
-ms-transform:rotateY(0deg)
}
}@-ms-keyframes billboardItem_6_on_reverse {
0% {
-ms-transform:rotateY(90deg)
}
100% {
-ms-transform:rotateY(0deg)
}
}@-ms-keyframes billboardItem_6_off {
0% {
-ms-transform:rotateY(0deg)
}
100% {
-ms-transform:rotateY(90deg)
}
}@-ms-keyframes billboardItem_6_off_reverse {
0% {
-ms-transform:rotateY(0deg)
}
100% {
-ms-transform:rotateY(-90deg)
}
}@-o-keyframes billboardItem_6_on {
0% {
-o-transform:rotateY(-90deg)
}
100% {
-o-transform:rotateY(0deg)
}
}@-o-keyframes billboardItem_6_on_reverse {
0% {
-o-transform:rotateY(90deg)
}
100% {
-o-transform:rotateY(0deg)
}
}@-o-keyframes billboardItem_6_off {
0% {
-o-transform:rotateY(0deg)
}
100% {
-o-transform:rotateY(90deg)
}
}@-o-keyframes billboardItem_6_off_reverse {
0% {
-o-transform:rotateY(0deg)
}
100% {
-o-transform:rotateY(-90deg)
}
}@keyframes billboardItem_6_on {
0% {
transform:rotateY(-90deg)
}
100% {
transform:rotateY(0deg)
}
}@keyframes billboardItem_6_on_reverse {
0% {
transform:rotateY(90deg)
}
100% {
transform:rotateY(0deg)
}
}@keyframes billboardItem_6_off {
0% {
transform:rotateY(0deg)
}
100% {
transform:rotateY(90deg)
}
}@keyframes billboardItem_6_off_reverse {
0% {
transform:rotateY(0deg)
}
100% {
transform:rotateY(-90deg)
}
}.billboard7 {
-ms-perspective:none
}
.billboard7 * {
-webkit-transform-style:preserve-3d;
-moz-transform-style:preserve-3d;
-o-transform-style:preserve-3d;
-ms-transform-style:preserve-3d;
transform-style:preserve-3d
}
.billboard7 .fk-moduleZone,.billboard7 .fk-moduleZone * {
-webkit-transform-style:flat;
-moz-transform-style:flat;
-o-transform-style:flat;
-ms-transform-style:flat;
transform-style:flat
}
.billboardItem_7 {
-webkit-transform:rotateY(90deg);
-moz-transform:rotateY(90deg);
-ms-transform:rotateY(90deg);
-o-transform:rotateY(90deg);
transform:rotateY(90deg)
}
.billboardItem_7 * {
-webkit-backface-visibility:hidden;
-moz-backface-visibility:hidden;
-ms-backface-visibility:hidden;
-o-backface-visibility:hidden;
backface-visibility:hidden
}
.billboardItem_7_start {
-webkit-transform:rotateY(0deg);
-moz-transform:rotateY(0deg);
-ms-transform:rotateY(0deg);
-o-transform:rotateY(0deg);
transform:rotateY(0deg)
}
.billboardItem_7_on {
-webkit-animation-name:billboardItem_7_on;
-moz-animation-name:billboardItem_7_on;
-ms-animation-name:billboardItem_7_on;
-o-animation-name:billboardItem_7_on;
animation-name:billboardItem_7_on
}
.billboardItem_7_on_reverse {
-webkit-animation-name:billboardItem_7_on_reverse;
-moz-animation-name:billboardItem_7_on_reverse;
-ms-animation-name:billboardItem_7_on_reverse;
-o-animation-name:billboardItem_7_on_reverse;
animation-name:billboardItem_7_on_reverse
}
.billboardItem_7_off {
-webkit-animation-name:billboardItem_7_off;
-moz-animation-name:billboardItem_7_off;
-ms-animation-name:billboardItem_7_off;
-o-animation-name:billboardItem_7_off;
animation-name:billboardItem_7_off
}
.billboardItem_7_off_reverse {
-webkit-animation-name:billboardItem_7_off_reverse;
-moz-animation-name:billboardItem_7_off_reverse;
-ms-animation-name:billboardItem_7_off_reverse;
-o-animation-name:billboardItem_7_off_reverse;
animation-name:billboardItem_7_off_reverse
}
@-webkit-keyframes billboardItem_7_on {
0% {
-webkit-transform:rotateX(90deg)
}
100% {
-webkit-transform:rotateX(0deg)
}
}@-webkit-keyframes billboardItem_7_on_reverse {
0% {
-webkit-transform:rotateX(-90deg)
}
100% {
-webkit-transform:rotateX(0deg)
}
}@-webkit-keyframes billboardItem_7_off {
0% {
-webkit-transform:rotateX(0deg)
}
100% {
-webkit-transform:rotateX(-90deg)
}
}@-webkit-keyframes billboardItem_7_off_reverse {
0% {
-webkit-transform:rotateX(0deg)
}
100% {
-webkit-transform:rotateX(90deg)
}
}@-moz-keyframes billboardItem_7_on {
0% {
-moz-transform:rotateX(90deg)
}
100% {
-moz-transform:rotateX(0deg)
}
}@-moz-keyframes billboardItem_7_on_reverse {
0% {
-moz-transform:rotateX(-90deg)
}
100% {
-moz-transform:rotateX(0deg)
}
}@-moz-keyframes billboardItem_7_off {
0% {
-moz-transform:rotateX(0deg)
}
100% {
-moz-transform:rotateX(-90deg)
}
}@-moz-keyframes billboardItem_7_off_reverse {
0% {
-moz-transform:rotateX(0deg)
}
100% {
-moz-transform:rotateX(90deg)
}
}@-ms-keyframes billboardItem_7_on {
0% {
-ms-transform:rotateX(90deg)
}
100% {
-ms-transform:rotateX(0deg)
}
}@-ms-keyframes billboardItem_7_on_reverse {
0% {
-ms-transform:rotateX(-90deg)
}
100% {
-ms-transform:rotateX(0deg)
}
}@-ms-keyframes billboardItem_7_off {
0% {
-ms-transform:rotateX(0deg)
}
100% {
-ms-transform:rotateX(-90deg)
}
}@-ms-keyframes billboardItem_7_off_reverse {
0% {
-ms-transform:rotateX(0deg)
}
100% {
-ms-transform:rotateX(90deg)
}
}@-o-keyframes billboardItem_7_on {
0% {
-o-transform:rotateX(90deg)
}
100% {
-o-transform:rotateX(0deg)
}
}@-o-keyframes billboardItem_7_on_reverse {
0% {
-o-transform:rotateX(-90deg)
}
100% {
-o-transform:rotateX(0deg)
}
}@-o-keyframes billboardItem_7_off {
0% {
-o-transform:rotateX(0deg)
}
100% {
-o-transform:rotateX(-90deg)
}
}@-o-keyframes billboardItem_7_off_reverse {
0% {
-o-transform:rotateX(0deg)
}
100% {
-o-transform:rotateX(90deg)
}
}@keyframes billboardItem_7_on {
0% {
transform:rotateX(90deg)
}
100% {
transform:rotateX(0deg)
}
}@keyframes billboardItem_7_on_reverse {
0% {
transform:rotateX(-90deg)
}
100% {
transform:rotateX(0deg)
}
}@keyframes billboardItem_7_off {
0% {
transform:rotateX(0deg)
}
100% {
transform:rotateX(-90deg)
}
}@keyframes billboardItem_7_off_reverse {
0% {
transform:rotateX(0deg)
}
100% {
transform:rotateX(90deg)
}
}.billboard8 * {
-webkit-transform-style:preserve-3d;
-moz-transform-style:preserve-3d;
-o-transform-style:preserve-3d;
-ms-transform-style:preserve-3d;
transform-style:preserve-3d
}
.billboard8 .fk-moduleZone,.billboard8 .fk-moduleZone * {
-webkit-transform-style:flat;
-moz-transform-style:flat;
-o-transform-style:flat;
-ms-transform-style:flat;
transform-style:flat
}
.billboardItem_8 {
width:100%;
height:100%
}
.billboardItem_8 * {
-webkit-backface-visibility:hidden;
-moz-backface-visibility:hidden;
-ms-backface-visibility:hidden;
-o-backface-visibility:hidden;
backface-visibility:hidden
}
.billboardItem_8 .billboardImgInner {
width:100%!important
}
.billboardItem_8 .billboardTile {
position:absolute;
width:100%;
height:33.33%;
left:0;
overflow:hidden
}
.billboardItem_8_start .billboardTile,.billboardItem_8_off .billboardTile,.billboardItem_8_on .billboardTile {
visibility:visible
}
.billboardItem_8 .billboardTile_1 {
top:0
}
.billboardItem_8 .billboardTile_2 {
top:33.33%
}
.billboardItem_8 .billboardTile_3 {
top:66.55%
}
.billboardItem_8 .billboardImg {
position:absolute;
left:0;
width:100%;
height:300%
}
.billboardItem_8 .billboardTile_1 .billboardImg {
top:0
}
.billboardItem_8 .billboardTile_2 .billboardImg {
top:-100%
}
.billboardItem_8 .billboardTile_3 .billboardImg {
top:-200%
}
.billboardItem_8_on .billboardTile_1 {
-webkit-animation-name:billboardItem_8_on_1;
-moz-animation-name:billboardItem_8_on_1;
-ms-animation-name:billboardItem_8_on_1;
-o-animation-name:billboardItem_8_on_1;
animation-name:billboardItem_8_on_1
}
.billboardItem_8_on_reverse .billboardTile_1 {
-webkit-animation-name:billboardItem_8_on_reverse_1;
-moz-animation-name:billboardItem_8_on_reverse_1;
-ms-animation-name:billboardItem_8_on_reverse_1;
-o-animation-name:billboardItem_8_on_reverse_1;
animation-name:billboardItem_8_on_reverse_1
}
.billboardItem_8_on .billboardTile_2 {
-webkit-animation-name:billboardItem_8_on_2;
-moz-animation-name:billboardItem_8_on_2;
-ms-animation-name:billboardItem_8_on_2;
-o-animation-name:billboardItem_8_on_2;
animation-name:billboardItem_8_on_2
}
.billboardItem_8_on_reverse .billboardTile_2 {
-webkit-animation-name:billboardItem_8_on_reverse_2;
-moz-animation-name:billboardItem_8_on_reverse_2;
-ms-animation-name:billboardItem_8_on_reverse_2;
-o-animation-name:billboardItem_8_on_reverse_2;
animation-name:billboardItem_8_on_reverse_2
}
.billboardItem_8_on .billboardTile_3 {
-webkit-animation-name:billboardItem_8_on_3;
-moz-animation-name:billboardItem_8_on_3;
-ms-animation-name:billboardItem_8_on_3;
-o-animation-name:billboardItem_8_on_3;
animation-name:billboardItem_8_on_3
}
.billboardItem_8_on_reverse .billboardTile_3 {
-webkit-animation-name:billboardItem_8_on_reverse_3;
-moz-animation-name:billboardItem_8_on_reverse_3;
-ms-animation-name:billboardItem_8_on_reverse_3;
-o-animation-name:billboardItem_8_on_reverse_3;
animation-name:billboardItem_8_on_reverse_3
}
.billboardItem_8_off .billboardTile_1 {
-webkit-animation-name:billboardItem_8_off_1;
-moz-animation-name:billboardItem_8_off_1;
-ms-animation-name:billboardItem_8_off_1;
-o-animation-name:billboardItem_8_off_1;
animation-name:billboardItem_8_off_1
}
.billboardItem_8_off_reverse .billboardTile_1 {
-webkit-animation-name:billboardItem_8_off_reverse_1;
-moz-animation-name:billboardItem_8_off_reverse_1;
-ms-animation-name:billboardItem_8_off_reverse_1;
-o-animation-name:billboardItem_8_off_reverse_1;
animation-name:billboardItem_8_off_reverse_1
}
.billboardItem_8_off .billboardTile_2 {
-webkit-animation-name:billboardItem_8_off_2;
-moz-animation-name:billboardItem_8_off_2;
-ms-animation-name:billboardItem_8_off_2;
-o-animation-name:billboardItem_8_off_2;
animation-name:billboardItem_8_off_2
}
.billboardItem_8_off_reverse .billboardTile_2 {
-webkit-animation-name:billboardItem_8_off_reverse_2;
-moz-animation-name:billboardItem_8_off_reverse_2;
-ms-animation-name:billboardItem_8_off_reverse_2;
-o-animation-name:billboardItem_8_off_reverse_2;
animation-name:billboardItem_8_off_reverse_2
}
.billboardItem_8_off .billboardTile_3 {
-webkit-animation-name:billboardItem_8_off_3;
-moz-animation-name:billboardItem_8_off_3;
-ms-animation-name:billboardItem_8_off_3;
-o-animation-name:billboardItem_8_off_3;
animation-name:billboardItem_8_off_3
}
.billboardItem_8_off_reverse .billboardTile_3 {
-webkit-animation-name:billboardItem_8_off_reverse_3;
-moz-animation-name:billboardItem_8_off_reverse_3;
-ms-animation-name:billboardItem_8_off_reverse_3;
-o-animation-name:billboardItem_8_off_reverse_3;
animation-name:billboardItem_8_off_reverse_3
}
@-webkit-keyframes billboardItem_8_on_1 {
0% {
-webkit-transform:rotateY(-90deg)
}
60% {
-webkit-transform:rotateY(0deg)
}
100% {
-webkit-transform:rotateY(0deg)
}
}@-webkit-keyframes billboardItem_8_on_reverse_1 {
0% {
-webkit-transform:rotateY(90deg)
}
60% {
-webkit-transform:rotateY(0deg)
}
100% {
-webkit-transform:rotateY(0deg)
}
}@-webkit-keyframes billboardItem_8_on_2 {
0% {
-webkit-transform:rotateY(-90deg)
}
20% {
-webkit-transform:rotateY(-90deg)
}
80% {
-webkit-transform:rotateY(0deg)
}
100% {
-webkit-transform:rotateY(0deg)
}
}@-webkit-keyframes billboardItem_8_on_reverse_2 {
0% {
-webkit-transform:rotateY(90deg)
}
20% {
-webkit-transform:rotateY(90deg)
}
80% {
-webkit-transform:rotateY(0deg)
}
100% {
-webkit-transform:rotateY(0deg)
}
}@-webkit-keyframes billboardItem_8_on_3 {
0% {
-webkit-transform:rotateY(-90deg)
}
40% {
-webkit-transform:rotateY(-90deg)
}
100% {
-webkit-transform:rotateY(0deg)
}
}@-webkit-keyframes billboardItem_8_on_reverse_3 {
0% {
-webkit-transform:rotateY(90deg)
}
40% {
-webkit-transform:rotateY(90deg)
}
100% {
-webkit-transform:rotateY(0deg)
}
}@-webkit-keyframes billboardItem_8_off_1 {
0% {
-webkit-transform:rotateY(0deg)
}
60% {
-webkit-transform:rotateY(90deg)
}
100% {
-webkit-transform:rotateY(90deg)
}
}@-webkit-keyframes billboardItem_8_off_reverse_1 {
0% {
-webkit-transform:rotateY(0deg)
}
60% {
-webkit-transform:rotateY(-90deg)
}
100% {
-webkit-transform:rotateY(-90deg)
}
}@-webkit-keyframes billboardItem_8_off_2 {
0% {
-webkit-transform:rotateY(0deg)
}
20% {
-webkit-transform:rotateY(0deg)
}
80% {
-webkit-transform:rotateY(90deg)
}
100% {
-webkit-transform:rotateY(90deg)
}
}@-webkit-keyframes billboardItem_8_off_reverse_2 {
0% {
-webkit-transform:rotateY(0deg)
}
20% {
-webkit-transform:rotateY(0deg)
}
80% {
-webkit-transform:rotateY(-90deg)
}
100% {
-webkit-transform:rotateY(-90deg)
}
}@-webkit-keyframes billboardItem_8_off_3 {
0% {
-webkit-transform:rotateY(0deg)
}
40% {
-webkit-transform:rotateY(0deg)
}
100% {
-webkit-transform:rotateY(90deg)
}
}@-webkit-keyframes billboardItem_8_off_reverse_3 {
0% {
-webkit-transform:rotateY(0deg)
}
40% {
-webkit-transform:rotateY(0deg)
}
100% {
-webkit-transform:rotateY(-90deg)
}
}@-moz-keyframes billboardItem_8_on_1 {
0% {
-moz-transform:rotateY(-90deg)
}
60% {
-moz-transform:rotateY(0deg)
}
100% {
-moz-transform:rotateY(0deg)
}
}@-moz-keyframes billboardItem_8_on_reverse_1 {
0% {
-moz-transform:rotateY(90deg)
}
60% {
-moz-transform:rotateY(0deg)
}
100% {
-moz-transform:rotateY(0deg)
}
}@-moz-keyframes billboardItem_8_on_2 {
0% {
-moz-transform:rotateY(-90deg)
}
20% {
-moz-transform:rotateY(-90deg)
}
80% {
-moz-transform:rotateY(0deg)
}
100% {
-moz-transform:rotateY(0deg)
}
}@-moz-keyframes billboardItem_8_on_reverse_2 {
0% {
-moz-transform:rotateY(90deg)
}
20% {
-moz-transform:rotateY(90deg)
}
80% {
-moz-transform:rotateY(0deg)
}
100% {
-moz-transform:rotateY(0deg)
}
}@-moz-keyframes billboardItem_8_on_3 {
0% {
-moz-transform:rotateY(-90deg)
}
40% {
-moz-transform:rotateY(-90deg)
}
100% {
-moz-transform:rotateY(0deg)
}
}@-moz-keyframes billboardItem_8_on_reverse_3 {
0% {
-moz-transform:rotateY(90deg)
}
40% {
-moz-transform:rotateY(90deg)
}
100% {
-moz-transform:rotateY(0deg)
}
}@-moz-keyframes billboardItem_8_off_1 {
0% {
-moz-transform:rotateY(0deg)
}
60% {
-moz-transform:rotateY(90deg)
}
100% {
-moz-transform:rotateY(90deg)
}
}@-moz-keyframes billboardItem_8_off_reverse_1 {
0% {
-moz-transform:rotateY(0deg)
}
60% {
-moz-transform:rotateY(-90deg)
}
100% {
-moz-transform:rotateY(-90deg)
}
}@-moz-keyframes billboardItem_8_off_2 {
0% {
-moz-transform:rotateY(0deg)
}
20% {
-moz-transform:rotateY(0deg)
}
80% {
-moz-transform:rotateY(90deg)
}
100% {
-moz-transform:rotateY(90deg)
}
}@-moz-keyframes billboardItem_8_off_reverse_2 {
0% {
-moz-transform:rotateY(0deg)
}
20% {
-moz-transform:rotateY(0deg)
}
80% {
-moz-transform:rotateY(-90deg)
}
100% {
-moz-transform:rotateY(-90deg)
}
}@-moz-keyframes billboardItem_8_off_3 {
0% {
-moz-transform:rotateY(0deg)
}
40% {
-moz-transform:rotateY(0deg)
}
100% {
-moz-transform:rotateY(90deg)
}
}@-moz-keyframes billboardItem_8_off_reverse_3 {
0% {
-moz-transform:rotateY(0deg)
}
40% {
-moz-transform:rotateY(0deg)
}
100% {
-moz-transform:rotateY(-90deg)
}
}@-ms-keyframes billboardItem_8_on_1 {
0% {
-ms-transform:rotateY(-90deg)
}
60% {
-ms-transform:rotateY(0deg)
}
100% {
-ms-transform:rotateY(0deg)
}
}@-ms-keyframes billboardItem_8_on_reverse_1 {
0% {
-ms-transform:rotateY(90deg)
}
60% {
-ms-transform:rotateY(0deg)
}
100% {
-ms-transform:rotateY(0deg)
}
}@-ms-keyframes billboardItem_8_on_2 {
0% {
-ms-transform:rotateY(-90deg)
}
20% {
-ms-transform:rotateY(-90deg)
}
80% {
-ms-transform:rotateY(0deg)
}
100% {
-ms-transform:rotateY(0deg)
}
}@-ms-keyframes billboardItem_8_on_reverse_2 {
0% {
-ms-transform:rotateY(90deg)
}
20% {
-ms-transform:rotateY(90deg)
}
80% {
-ms-transform:rotateY(0deg)
}
100% {
-ms-transform:rotateY(0deg)
}
}@-ms-keyframes billboardItem_8_on_3 {
0% {
-ms-transform:rotateY(-90deg)
}
40% {
-ms-transform:rotateY(-90deg)
}
100% {
-ms-transform:rotateY(0deg)
}
}@-ms-keyframes billboardItem_8_on_reverse_3 {
0% {
-ms-transform:rotateY(90deg)
}
40% {
-ms-transform:rotateY(90deg)
}
100% {
-ms-transform:rotateY(0deg)
}
}@-ms-keyframes billboardItem_8_off_1 {
0% {
-ms-transform:rotateY(0deg)
}
60% {
-ms-transform:rotateY(90deg)
}
100% {
-ms-transform:rotateY(90deg)
}
}@-ms-keyframes billboardItem_8_off_reverse_1 {
0% {
-ms-transform:rotateY(0deg)
}
60% {
-ms-transform:rotateY(-90deg)
}
100% {
-ms-transform:rotateY(-90deg)
}
}@-ms-keyframes billboardItem_8_off_2 {
0% {
-ms-transform:rotateY(0deg)
}
20% {
-ms-transform:rotateY(0deg)
}
80% {
-ms-transform:rotateY(90deg)
}
100% {
-ms-transform:rotateY(90deg)
}
}@-ms-keyframes billboardItem_8_off_reverse_2 {
0% {
-ms-transform:rotateY(0deg)
}
20% {
-ms-transform:rotateY(0deg)
}
80% {
-ms-transform:rotateY(-90deg)
}
100% {
-ms-transform:rotateY(-90deg)
}
}@-ms-keyframes billboardItem_8_off_3 {
0% {
-ms-transform:rotateY(0deg)
}
40% {
-ms-transform:rotateY(0deg)
}
100% {
-ms-transform:rotateY(90deg)
}
}@-ms-keyframes billboardItem_8_off_reverse_3 {
0% {
-ms-transform:rotateY(0deg)
}
40% {
-ms-transform:rotateY(0deg)
}
100% {
-ms-transform:rotateY(-90deg)
}
}@-o-keyframes billboardItem_8_on_1 {
0% {
-o-transform:rotateY(-90deg)
}
60% {
-o-transform:rotateY(0deg)
}
100% {
-o-transform:rotateY(0deg)
}
}@-o-keyframes billboardItem_8_on_reverse_1 {
0% {
-o-transform:rotateY(90deg)
}
60% {
-o-transform:rotateY(0deg)
}
100% {
-o-transform:rotateY(0deg)
}
}@-o-keyframes billboardItem_8_on_2 {
0% {
-o-transform:rotateY(-90deg)
}
20% {
-o-transform:rotateY(-90deg)
}
80% {
-o-transform:rotateY(0deg)
}
100% {
-o-transform:rotateY(0deg)
}
}@-o-keyframes billboardItem_8_on_reverse_2 {
0% {
-o-transform:rotateY(90deg)
}
20% {
-o-transform:rotateY(90deg)
}
80% {
-o-transform:rotateY(0deg)
}
100% {
-o-transform:rotateY(0deg)
}
}@-o-keyframes billboardItem_8_on_3 {
0% {
-o-transform:rotateY(-90deg)
}
40% {
-o-transform:rotateY(-90deg)
}
100% {
-o-transform:rotateY(0deg)
}
}@-o-keyframes billboardItem_8_on_reverse_3 {
0% {
-o-transform:rotateY(90deg)
}
40% {
-o-transform:rotateY(90deg)
}
100% {
-o-transform:rotateY(0deg)
}
}@-o-keyframes billboardItem_8_off_1 {
0% {
-o-transform:rotateY(0deg)
}
60% {
-o-transform:rotateY(90deg)
}
100% {
-o-transform:rotateY(90deg)
}
}@-o-keyframes billboardItem_8_off_reverse_1 {
0% {
-o-transform:rotateY(0deg)
}
60% {
-o-transform:rotateY(-90deg)
}
100% {
-o-transform:rotateY(-90deg)
}
}@-o-keyframes billboardItem_8_off_2 {
0% {
-o-transform:rotateY(0deg)
}
20% {
-o-transform:rotateY(0deg)
}
80% {
-o-transform:rotateY(90deg)
}
100% {
-o-transform:rotateY(90deg)
}
}@-o-keyframes billboardItem_8_off_reverse_2 {
0% {
-o-transform:rotateY(0deg)
}
20% {
-o-transform:rotateY(0deg)
}
80% {
-o-transform:rotateY(-90deg)
}
100% {
-o-transform:rotateY(-90deg)
}
}@-o-keyframes billboardItem_8_off_3 {
0% {
-o-transform:rotateY(0deg)
}
40% {
-o-transform:rotateY(0deg)
}
100% {
-o-transform:rotateY(90deg)
}
}@-o-keyframes billboardItem_8_off_reverse_3 {
0% {
-o-transform:rotateY(0deg)
}
40% {
-o-transform:rotateY(0deg)
}
100% {
-o-transform:rotateY(-90deg)
}
}@keyframes billboardItem_8_on_1 {
0% {
transform:rotateY(-90deg)
}
60% {
transform:rotateY(0deg)
}
100% {
transform:rotateY(0deg)
}
}@keyframes billboardItem_8_on_reverse_1 {
0% {
transform:rotateY(90deg)
}
60% {
transform:rotateY(0deg)
}
100% {
transform:rotateY(0deg)
}
}@keyframes billboardItem_8_on_2 {
0% {
transform:rotateY(-90deg)
}
20% {
transform:rotateY(-90deg)
}
80% {
transform:rotateY(0deg)
}
100% {
transform:rotateY(0deg)
}
}@keyframes billboardItem_8_on_reverse_2 {
0% {
transform:rotateY(90deg)
}
20% {
transform:rotateY(90deg)
}
80% {
transform:rotateY(0deg)
}
100% {
transform:rotateY(0deg)
}
}@keyframes billboardItem_8_on_3 {
0% {
transform:rotateY(-90deg)
}
40% {
transform:rotateY(-90deg)
}
100% {
transform:rotateY(0deg)
}
}@keyframes billboardItem_8_on_reverse_3 {
0% {
transform:rotateY(90deg)
}
40% {
transform:rotateY(90deg)
}
100% {
transform:rotateY(0deg)
}
}@keyframes billboardItem_8_off_1 {
0% {
transform:rotateY(0deg)
}
60% {
transform:rotateY(90deg)
}
100% {
transform:rotateY(90deg)
}
}@keyframes billboardItem_8_off_reverse_1 {
0% {
transform:rotateY(0deg)
}
60% {
transform:rotateY(-90deg)
}
100% {
transform:rotateY(-90deg)
}
}@keyframes billboardItem_8_off_2 {
0% {
transform:rotateY(0deg)
}
20% {
transform:rotateY(0deg)
}
80% {
transform:rotateY(90deg)
}
100% {
transform:rotateY(90deg)
}
}@keyframes billboardItem_8_off_reverse_2 {
0% {
transform:rotateY(0deg)
}
20% {
transform:rotateY(0deg)
}
80% {
transform:rotateY(-90deg)
}
100% {
transform:rotateY(-90deg)
}
}@keyframes billboardItem_8_off_3 {
0% {
transform:rotateY(0deg)
}
40% {
transform:rotateY(0deg)
}
100% {
transform:rotateY(90deg)
}
}@keyframes billboardItem_8_off_reverse_3 {
0% {
transform:rotateY(0deg)
}
40% {
transform:rotateY(0deg)
}
100% {
transform:rotateY(-90deg)
}
}.billboard9 * {
-webkit-transform-style:preserve-3d;
-moz-transform-style:preserve-3d;
-o-transform-style:preserve-3d;
-ms-transform-style:preserve-3d;
transform-style:preserve-3d
}
.billboard9 .fk-moduleZone,.billboard9 .fk-moduleZone * {
-webkit-transform-style:flat;
-moz-transform-style:flat;
-o-transform-style:flat;
-ms-transform-style:flat;
transform-style:flat
}
.billboardItem_9 {
width:100%;
height:100%
}
.billboardItem_9 * {
-webkit-backface-visibility:hidden;
-moz-backface-visibility:hidden;
-ms-backface-visibility:hidden;
-o-backface-visibility:hidden;
backface-visibility:hidden
}
.billboardItem_9 .billboardImgInner {
width:100%!important
}
.billboardItem_9 .billboardTile {
position:absolute;
width:33.33%;
height:100%;
top:0;
overflow:hidden
}
.billboardItem_9_start .billboardTile,.billboardItem_9_off .billboardTile,.billboardItem_9_on .billboardTile {
visibility:visible
}
.billboardItem_9 .billboardTile_1 {
left:0
}
.billboardItem_9 .billboardTile_2 {
left:33.33%
}
.billboardItem_9 .billboardTile_3 {
left:66.6%
}
.billboardItem_9 .billboardImg {
position:absolute;
left:0;
width:300%;
height:100%
}
.billboardItem_9 .billboardTile_1 .billboardImg {
left:0
}
.billboardItem_9 .billboardTile_2 .billboardImg {
left:-100%
}
.billboardItem_9 .billboardTile_3 .billboardImg {
left:-200%
}
.billboardItem_9_on .billboardTile_1 {
-webkit-animation-name:billboardItem_9_on_1;
-moz-animation-name:billboardItem_9_on_1;
-ms-animation-name:billboardItem_9_on_1;
-o-animation-name:billboardItem_9_on_1;
animation-name:billboardItem_9_on_1
}
.billboardItem_9_on_reverse .billboardTile_1 {
-webkit-animation-name:billboardItem_9_on_reverse_1;
-moz-animation-name:billboardItem_9_on_reverse_1;
-ms-animation-name:billboardItem_9_on_reverse_1;
-o-animation-name:billboardItem_9_on_reverse_1;
animation-name:billboardItem_9_on_reverse_1
}
.billboardItem_9_on .billboardTile_2 {
-webkit-animation-name:billboardItem_9_on_2;
-moz-animation-name:billboardItem_9_on_2;
-ms-animation-name:billboardItem_9_on_2;
-o-animation-name:billboardItem_9_on_2;
animation-name:billboardItem_9_on_2
}
.billboardItem_9_on_reverse .billboardTile_2 {
-webkit-animation-name:billboardItem_9_on_reverse_2;
-moz-animation-name:billboardItem_9_on_reverse_2;
-ms-animation-name:billboardItem_9_on_reverse_2;
-o-animation-name:billboardItem_9_on_reverse_2;
animation-name:billboardItem_9_on_reverse_2
}
.billboardItem_9_on .billboardTile_3 {
-webkit-animation-name:billboardItem_9_on_3;
-moz-animation-name:billboardItem_9_on_3;
-ms-animation-name:billboardItem_9_on_3;
-o-animation-name:billboardItem_9_on_3;
animation-name:billboardItem_9_on_3
}
.billboardItem_9_on_reverse .billboardTile_3 {
-webkit-animation-name:billboardItem_9_on_reverse_3;
-moz-animation-name:billboardItem_9_on_reverse_3;
-ms-animation-name:billboardItem_9_on_reverse_3;
-o-animation-name:billboardItem_9_on_reverse_3;
animation-name:billboardItem_9_on_reverse_3
}
.billboardItem_9_off .billboardTile_1 {
-webkit-animation-name:billboardItem_9_off_1;
-moz-animation-name:billboardItem_9_off_1;
-ms-animation-name:billboardItem_9_off_1;
-o-animation-name:billboardItem_9_off_1;
animation-name:billboardItem_9_off_1
}
.billboardItem_9_off_reverse .billboardTile_1 {
-webkit-animation-name:billboardItem_9_off_reverse_1;
-moz-animation-name:billboardItem_9_off_reverse_1;
-ms-animation-name:billboardItem_9_off_reverse_1;
-o-animation-name:billboardItem_9_off_reverse_1;
animation-name:billboardItem_9_off_reverse_1
}
.billboardItem_9_off .billboardTile_2 {
-webkit-animation-name:billboardItem_9_off_2;
-moz-animation-name:billboardItem_9_off_2;
-ms-animation-name:billboardItem_9_off_2;
-o-animation-name:billboardItem_9_off_2;
animation-name:billboardItem_9_off_2
}
.billboardItem_9_off_reverse .billboardTile_2 {
-webkit-animation-name:billboardItem_9_off_reverse_2;
-moz-animation-name:billboardItem_9_off_reverse_2;
-ms-animation-name:billboardItem_9_off_reverse_2;
-o-animation-name:billboardItem_9_off_reverse_2;
animation-name:billboardItem_9_off_reverse_2
}
.billboardItem_9_off .billboardTile_3 {
-webkit-animation-name:billboardItem_9_off_3;
-moz-animation-name:billboardItem_9_off_3;
-ms-animation-name:billboardItem_9_off_3;
-o-animation-name:billboardItem_9_off_3;
animation-name:billboardItem_9_off_3
}
.billboardItem_9_off_reverse .billboardTile_3 {
-webkit-animation-name:billboardItem_9_off_reverse_3;
-moz-animation-name:billboardItem_9_off_reverse_3;
-ms-animation-name:billboardItem_9_off_reverse_3;
-o-animation-name:billboardItem_9_off_reverse_3;
animation-name:billboardItem_9_off_reverse_3
}
@-webkit-keyframes billboardItem_9_on_1 {
0% {
-webkit-transform:rotateX(90deg)
}
60% {
-webkit-transform:rotateX(0deg)
}
100% {
-webkit-transform:rotateX(0deg)
}
}@-webkit-keyframes billboardItem_9_on_reverse_1 {
0% {
-webkit-transform:rotateX(-90deg)
}
60% {
-webkit-transform:rotateX(0deg)
}
100% {
-webkit-transform:rotateX(0deg)
}
}@-webkit-keyframes billboardItem_9_on_2 {
0% {
-webkit-transform:rotateX(90deg)
}
20% {
-webkit-transform:rotateX(90deg)
}
90% {
-webkit-transform:rotateX(0deg)
}
100% {
-webkit-transform:rotateX(0deg)
}
}@-webkit-keyframes billboardItem_9_on_reverse_2 {
0% {
-webkit-transform:rotateX(-90deg)
}
20% {
-webkit-transform:rotateX(-90deg)
}
90% {
-webkit-transform:rotateX(0deg)
}
100% {
-webkit-transform:rotateX(0deg)
}
}@-webkit-keyframes billboardItem_9_on_3 {
0% {
-webkit-transform:rotateX(90deg)
}
40% {
-webkit-transform:rotateX(90deg)
}
100% {
-webkit-transform:rotateX(0deg)
}
}@-webkit-keyframes billboardItem_9_on_reverse_3 {
0% {
-webkit-transform:rotateX(-90deg)
}
40% {
-webkit-transform:rotateX(-90deg)
}
100% {
-webkit-transform:rotateX(0deg)
}
}@-webkit-keyframes billboardItem_9_off_1 {
0% {
-webkit-transform:rotateX(0deg)
}
60% {
-webkit-transform:rotateX(-90deg)
}
100% {
-webkit-transform:rotateX(-90deg)
}
}@-webkit-keyframes billboardItem_9_off_reverse_1 {
0% {
-webkit-transform:rotateX(0deg)
}
60% {
-webkit-transform:rotateX(90deg)
}
100% {
-webkit-transform:rotateX(90deg)
}
}@-webkit-keyframes billboardItem_9_off_2 {
0% {
-webkit-transform:rotateX(0deg)
}
20% {
-webkit-transform:rotateX(0deg)
}
90% {
-webkit-transform:rotateX(-90deg)
}
100% {
-webkit-transform:rotateX(-90deg)
}
}@-webkit-keyframes billboardItem_9_off_reverse_2 {
0% {
-webkit-transform:rotateX(0deg)
}
20% {
-webkit-transform:rotateX(0deg)
}
90% {
-webkit-transform:rotateX(90deg)
}
100% {
-webkit-transform:rotateX(90deg)
}
}@-webkit-keyframes billboardItem_9_off_3 {
0% {
-webkit-transform:rotateX(0deg)
}
40% {
-webkit-transform:rotateX(0deg)
}
100% {
-webkit-transform:rotateX(-90deg)
}
}@-webkit-keyframes billboardItem_9_off_reverse_3 {
0% {
-webkit-transform:rotateX(0deg)
}
40% {
-webkit-transform:rotateX(0deg)
}
100% {
-webkit-transform:rotateX(90deg)
}
}@-moz-keyframes billboardItem_9_on_1 {
0% {
-moz-transform:rotateX(90deg)
}
60% {
-moz-transform:rotateX(0deg)
}
100% {
-moz-transform:rotateX(0deg)
}
}@-moz-keyframes billboardItem_9_on_reverse_1 {
0% {
-moz-transform:rotateX(-90deg)
}
60% {
-moz-transform:rotateX(0deg)
}
100% {
-moz-transform:rotateX(0deg)
}
}@-moz-keyframes billboardItem_9_on_2 {
0% {
-moz-transform:rotateX(90deg)
}
20% {
-moz-transform:rotateX(90deg)
}
90% {
-moz-transform:rotateX(0deg)
}
100% {
-moz-transform:rotateX(0deg)
}
}@-moz-keyframes billboardItem_9_on_reverse_2 {
0% {
-moz-transform:rotateX(-90deg)
}
20% {
-moz-transform:rotateX(-90deg)
}
90% {
-moz-transform:rotateX(0deg)
}
100% {
-moz-transform:rotateX(0deg)
}
}@-moz-keyframes billboardItem_9_on_3 {
0% {
-moz-transform:rotateX(90deg)
}
40% {
-moz-transform:rotateX(90deg)
}
100% {
-moz-transform:rotateX(0deg)
}
}@-moz-keyframes billboardItem_9_on_reverse_3 {
0% {
-moz-transform:rotateX(-90deg)
}
40% {
-moz-transform:rotateX(-90deg)
}
100% {
-moz-transform:rotateX(0deg)
}
}@-moz-keyframes billboardItem_9_off_1 {
0% {
-moz-transform:rotateX(0deg)
}
60% {
-moz-transform:rotateX(-90deg)
}
100% {
-moz-transform:rotateX(-90deg)
}
}@-moz-keyframes billboardItem_9_off_reverse_1 {
0% {
-moz-transform:rotateX(0deg)
}
60% {
-moz-transform:rotateX(90deg)
}
100% {
-moz-transform:rotateX(90deg)
}
}@-moz-keyframes billboardItem_9_off_2 {
0% {
-moz-transform:rotateX(0deg)
}
20% {
-moz-transform:rotateX(0deg)
}
90% {
-moz-transform:rotateX(-90deg)
}
100% {
-moz-transform:rotateX(-90deg)
}
}@-moz-keyframes billboardItem_9_off_reverse_2 {
0% {
-moz-transform:rotateX(0deg)
}
20% {
-moz-transform:rotateX(0deg)
}
90% {
-moz-transform:rotateX(90deg)
}
100% {
-moz-transform:rotateX(90deg)
}
}@-moz-keyframes billboardItem_9_off_3 {
0% {
-moz-transform:rotateX(0deg)
}
40% {
-moz-transform:rotateX(0deg)
}
100% {
-moz-transform:rotateX(-90deg)
}
}@-moz-keyframes billboardItem_9_off_reverse_3 {
0% {
-moz-transform:rotateX(0deg)
}
40% {
-moz-transform:rotateX(0deg)
}
100% {
-moz-transform:rotateX(90deg)
}
}@-ms-keyframes billboardItem_9_on_1 {
0% {
-ms-transform:rotateX(90deg)
}
60% {
-ms-transform:rotateX(0deg)
}
100% {
-ms-transform:rotateX(0deg)
}
}@-ms-keyframes billboardItem_9_on_reverse_1 {
0% {
-ms-transform:rotateX(-90deg)
}
60% {
-ms-transform:rotateX(0deg)
}
100% {
-ms-transform:rotateX(0deg)
}
}@-ms-keyframes billboardItem_9_on_2 {
0% {
-ms-transform:rotateX(90deg)
}
20% {
-ms-transform:rotateX(90deg)
}
90% {
-ms-transform:rotateX(0deg)
}
100% {
-ms-transform:rotateX(0deg)
}
}@-ms-keyframes billboardItem_9_on_reverse_2 {
0% {
-ms-transform:rotateX(-90deg)
}
20% {
-ms-transform:rotateX(-90deg)
}
90% {
-ms-transform:rotateX(0deg)
}
100% {
-ms-transform:rotateX(0deg)
}
}@-ms-keyframes billboardItem_9_on_3 {
0% {
-ms-transform:rotateX(90deg)
}
40% {
-ms-transform:rotateX(90deg)
}
100% {
-ms-transform:rotateX(0deg)
}
}@-ms-keyframes billboardItem_9_on_reverse_3 {
0% {
-ms-transform:rotateX(-90deg)
}
40% {
-ms-transform:rotateX(-90deg)
}
100% {
-ms-transform:rotateX(0deg)
}
}@-ms-keyframes billboardItem_9_off_1 {
0% {
-ms-transform:rotateX(0deg)
}
60% {
-ms-transform:rotateX(-90deg)
}
100% {
-ms-transform:rotateX(-90deg)
}
}@-ms-keyframes billboardItem_9_off_reverse_1 {
0% {
-ms-transform:rotateX(0deg)
}
60% {
-ms-transform:rotateX(90deg)
}
100% {
-ms-transform:rotateX(90deg)
}
}@-ms-keyframes billboardItem_9_off_2 {
0% {
-ms-transform:rotateX(0deg)
}
20% {
-ms-transform:rotateX(0deg)
}
90% {
-ms-transform:rotateX(-90deg)
}
100% {
-ms-transform:rotateX(-90deg)
}
}@-ms-keyframes billboardItem_9_off_reverse_2 {
0% {
-ms-transform:rotateX(0deg)
}
20% {
-ms-transform:rotateX(0deg)
}
90% {
-ms-transform:rotateX(90deg)
}
100% {
-ms-transform:rotateX(90deg)
}
}@-ms-keyframes billboardItem_9_off_3 {
0% {
-ms-transform:rotateX(0deg)
}
40% {
-ms-transform:rotateX(0deg)
}
100% {
-ms-transform:rotateX(-90deg)
}
}@-ms-keyframes billboardItem_9_off_reverse_3 {
0% {
-ms-transform:rotateX(0deg)
}
40% {
-ms-transform:rotateX(0deg)
}
100% {
-ms-transform:rotateX(90deg)
}
}@-o-keyframes billboardItem_9_on_1 {
0% {
-o-transform:rotateX(90deg)
}
60% {
-o-transform:rotateX(0deg)
}
100% {
-o-transform:rotateX(0deg)
}
}@-o-keyframes billboardItem_9_on_reverse_1 {
0% {
-o-transform:rotateX(-90deg)
}
60% {
-o-transform:rotateX(0deg)
}
100% {
-o-transform:rotateX(0deg)
}
}@-o-keyframes billboardItem_9_on_2 {
0% {
-o-transform:rotateX(90deg)
}
20% {
-o-transform:rotateX(90deg)
}
90% {
-o-transform:rotateX(0deg)
}
100% {
-o-transform:rotateX(0deg)
}
}@-o-keyframes billboardItem_9_on_reverse_2 {
0% {
-o-transform:rotateX(-90deg)
}
20% {
-o-transform:rotateX(-90deg)
}
90% {
-o-transform:rotateX(0deg)
}
100% {
-o-transform:rotateX(0deg)
}
}@-o-keyframes billboardItem_9_on_3 {
0% {
-o-transform:rotateX(90deg)
}
40% {
-o-transform:rotateX(90deg)
}
100% {
-o-transform:rotateX(0deg)
}
}@-o-keyframes billboardItem_9_on_reverse_3 {
0% {
-o-transform:rotateX(-90deg)
}
40% {
-o-transform:rotateX(-90deg)
}
100% {
-o-transform:rotateX(0deg)
}
}@-o-keyframes billboardItem_9_off_1 {
0% {
-o-transform:rotateX(0deg)
}
60% {
-o-transform:rotateX(-90deg)
}
100% {
-o-transform:rotateX(-90deg)
}
}@-o-keyframes billboardItem_9_off_reverse_1 {
0% {
-o-transform:rotateX(0deg)
}
60% {
-o-transform:rotateX(90deg)
}
100% {
-o-transform:rotateX(90deg)
}
}@-o-keyframes billboardItem_9_off_2 {
0% {
-o-transform:rotateX(0deg)
}
20% {
-o-transform:rotateX(0deg)
}
90% {
-o-transform:rotateX(-90deg)
}
100% {
-o-transform:rotateX(-90deg)
}
}@-o-keyframes billboardItem_9_off_reverse_2 {
0% {
-o-transform:rotateX(0deg)
}
20% {
-o-transform:rotateX(0deg)
}
90% {
-o-transform:rotateX(90deg)
}
100% {
-o-transform:rotateX(90deg)
}
}@-o-keyframes billboardItem_9_off_3 {
0% {
-o-transform:rotateX(0deg)
}
40% {
-o-transform:rotateX(0deg)
}
100% {
-o-transform:rotateX(-90deg)
}
}@-o-keyframes billboardItem_9_off_reverse_3 {
0% {
-o-transform:rotateX(0deg)
}
40% {
-o-transform:rotateX(0deg)
}
100% {
-o-transform:rotateX(90deg)
}
}@keyframes billboardItem_9_on_1 {
0% {
transform:rotateX(90deg)
}
60% {
transform:rotateX(0deg)
}
100% {
transform:rotateX(0deg)
}
}@keyframes billboardItem_9_on_reverse_1 {
0% {
transform:rotateX(-90deg)
}
60% {
transform:rotateX(0deg)
}
100% {
transform:rotateX(0deg)
}
}@keyframes billboardItem_9_on_2 {
0% {
transform:rotateX(90deg)
}
20% {
transform:rotateX(90deg)
}
90% {
transform:rotateX(0deg)
}
100% {
transform:rotateX(0deg)
}
}@keyframes billboardItem_9_on_reverse_2 {
0% {
transform:rotateX(-90deg)
}
20% {
transform:rotateX(-90deg)
}
90% {
transform:rotateX(0deg)
}
100% {
transform:rotateX(0deg)
}
}@keyframes billboardItem_9_on_3 {
0% {
transform:rotateX(90deg)
}
40% {
transform:rotateX(90deg)
}
100% {
transform:rotateX(0deg)
}
}@keyframes billboardItem_9_on_reverse_3 {
0% {
transform:rotateX(-90deg)
}
40% {
transform:rotateX(-90deg)
}
100% {
transform:rotateX(0deg)
}
}@keyframes billboardItem_9_off_1 {
0% {
transform:rotateX(0deg)
}
60% {
transform:rotateX(-90deg)
}
100% {
transform:rotateX(-90deg)
}
}@keyframes billboardItem_9_off_reverse_1 {
0% {
transform:rotateX(0deg)
}
60% {
transform:rotateX(90deg)
}
100% {
transform:rotateX(90deg)
}
}@keyframes billboardItem_9_off_2 {
0% {
transform:rotateX(0deg)
}
20% {
transform:rotateX(0deg)
}
90% {
transform:rotateX(-90deg)
}
100% {
transform:rotateX(-90deg)
}
}@keyframes billboardItem_9_off_reverse_2 {
0% {
transform:rotateX(0deg)
}
20% {
transform:rotateX(0deg)
}
90% {
transform:rotateX(90deg)
}
100% {
transform:rotateX(90deg)
}
}@keyframes billboardItem_9_off_3 {
0% {
transform:rotateX(0deg)
}
40% {
transform:rotateX(0deg)
}
100% {
transform:rotateX(-90deg)
}
}@keyframes billboardItem_9_off_reverse_3 {
0% {
transform:rotateX(0deg)
}
40% {
transform:rotateX(0deg)
}
100% {
transform:rotateX(90deg)
}
}.billboardItem_11 {
-webkit-animation-timing-function:linear;
-moz-animation-timing-function:linear;
-ms-animation-timing-function:linear;
-o-animation-timing-function:linear;
animation-timing-function:linear;
opacity:0
}
.billboardItem_11_start {
opacity:1
}
.billboardItem_11_on_zoomOut {
-webkit-animation-name:billboardItem_11_on_zoomOut;
-moz-animation-name:billboardItem_11_on_zoomOut;
-ms-animation-name:billboardItem_11_on_zoomOut;
-o-animation-name:billboardItem_11_on_zoomOut;
animation-name:billboardItem_11_on_zoomOut
}
.billboardItem_11_on_zoomIn {
-webkit-animation-name:billboardItem_11_on_zoomIn;
-moz-animation-name:billboardItem_11_on_zoomIn;
-ms-animation-name:billboardItem_11_on_zoomIn;
-o-animation-name:billboardItem_11_on_zoomIn;
animation-name:billboardItem_11_on_zoomIn
}
@-webkit-keyframes billboardItem_11_on_zoomOut {
0% {
opacity:0;
-webkit-transform:scale(1.2)
}
10% {
opacity:1
}
90% {
opacity:1
}
100% {
opacity:1;
-webkit-transform:scale(1)
}
}@-webkit-keyframes billboardItem_11_on_zoomIn {
0% {
opacity:0;
-webkit-transform:scale(1)
}
10% {
opacity:1
}
90% {
opacity:1
}
100% {
opacity:1;
-webkit-transform:scale(1.2)
}
}@-moz-keyframes billboardItem_11_on_zoomOut {
0% {
opacity:0;
-moz-transform:scale(1.2)
}
10% {
opacity:1
}
90% {
opacity:1
}
100% {
opacity:1;
-moz-transform:scale(1)
}
}@-moz-keyframes billboardItem_11_on_zoomIn {
0% {
opacity:0;
-moz-transform:scale(1)
}
10% {
opacity:1
}
90% {
opacity:1
}
100% {
opacity:1;
-moz-transform:scale(1.2)
}
}@-ms-keyframes billboardItem_11_on_zoomOut {
0% {
opacity:0;
-ms-transform:scale(1.2)
}
10% {
opacity:1
}
90% {
opacity:1
}
100% {
opacity:1;
-ms-transform:scale(1)
}
}@-ms-keyframes billboardItem_11_on_zoomIn {
0% {
opacity:0;
-ms-transform:scale(1)
}
10% {
opacity:1
}
90% {
opacity:1
}
100% {
opacity:1;
-ms-transform:scale(1.2)
}
}@-o-keyframes billboardItem_11_on_zoomOut {
0% {
opacity:0;
-o-transform:scale(1.2)
}
10% {
opacity:1
}
90% {
opacity:1
}
100% {
opacity:1;
-o-transform:scale(1)
}
}@-o-keyframes billboardItem_11_on_zoomIn {
0% {
opacity:0;
-o-transform:scale(1)
}
10% {
opacity:1
}
90% {
opacity:1
}
100% {
opacity:1;
-o-transform:scale(1.2)
}
}@keyframes billboardItem_11_on_zoomOut {
0% {
opacity:0;
transform:scale(1.2)
}
10% {
opacity:1
}
90% {
opacity:1
}
100% {
opacity:1;
transform:scale(1)
}
}@keyframes billboardItem_11_on_zoomIn {
0% {
opacity:0;
transform:scale(1)
}
10% {
opacity:1
}
90% {
opacity:1
}
100% {
opacity:1;
transform:scale(1.2)
}
}.billboardItem_10 .billboardImgInner {
width:100%!important
}
.billboardItem_10 .billboardTile {
width:50%;
height:50%;
position:absolute;
overflow:hidden
}
.billboardItem_10 .billboardTile_1 {
top:0;
left:0
}
.billboardItem_10 .billboardTile_2 {
top:0;
right:0
}
.billboardItem_10 .billboardTile_3 {
bottom:0;
left:0
}
.billboardItem_10 .billboardTile_4 {
bottom:0;
right:0
}
.billboardItem_10 .billboardTileImg {
width:100%;
height:100%;
position:absolute;
top:0;
left:0
}
.billboardItem_10 .billboardTile_1 .billboardTileImg {
transform-origin:100% 100%;
-webkit-transform-origin:100% 100%;
-moz-transform-origin:100% 100%;
-ms-transform-origin:100% 100%;
-o-transform-origin:100% 100%
}
.billboardItem_10 .billboardTile_2 .billboardTileImg {
transform-origin:0 100%;
-webkit-transform-origin:0 100%;
-moz-transform-origin:0 100%;
-ms-transform-origin:0 100%;
-o-transform-origin:0 100%
}
.billboardItem_10 .billboardTile_3 .billboardTileImg {
transform-origin:100% 0;
-webkit-transform-origin:100% 0;
-moz-transform-origin:100% 0;
-ms-transform-origin:100% 0;
-o-transform-origin:100% 0
}
.billboardItem_10 .billboardTile_4 .billboardTileImg {
transform-origin:0 0;
-webkit-transform-origin:0 0;
-moz-transform-origin:0 0;
-ms-transform-origin:0 0;
-o-transform-origin:0 0
}
.billboardItem_10 .billboardImg {
width:200%;
height:200%;
position:absolute
}
.billboardItem_10 .billboardTile_1 .billboardImg {
top:0;
left:0
}
.billboardItem_10 .billboardTile_2 .billboardImg {
top:0;
right:0
}
.billboardItem_10 .billboardTile_3 .billboardImg {
bottom:0;
left:0
}
.billboardItem_10 .billboardTile_4 .billboardImg {
bottom:0;
right:0
}
.billboardItem_10_on .billboardTileImg {
-webkit-animation-name:billboardItem_10_on;
-moz-animation-name:billboardItem_10_on;
-ms-animation-name:billboardItem_10_on;
-o-animation-name:billboardItem_10_on;
animation-name:billboardItem_10_on
}
.billboardItem_10_off .billboardTile_1 .billboardTileImg {
-webkit-animation-name:billboard_10_off_1;
-moz-animation-name:billboard_10_off_1;
-ms-animation-name:billboard_10_off_1;
-o-animation-name:billboard_10_off_1;
animation-name:billboard_10_off_1
}
.billboardItem_10_off .billboardTile_2 .billboardTileImg {
-webkit-animation-name:billboard_10_off_2;
-moz-animation-name:billboard_10_off_2;
-ms-animation-name:billboard_10_off_2;
-o-animation-name:billboard_10_off_2;
animation-name:billboard_10_off_2
}
.billboardItem_10_off .billboardTile_3 .billboardTileImg {
-webkit-animation-name:billboard_10_off_3;
-moz-animation-name:billboard_10_off_3;
-ms-animation-name:billboard_10_off_3;
-o-animation-name:billboard_10_off_3;
animation-name:billboard_10_off_3
}
.billboardItem_10_off .billboardTile_4 .billboardTileImg {
-webkit-animation-name:billboard_10_off_4;
-moz-animation-name:billboard_10_off_4;
-ms-animation-name:billboard_10_off_4;
-o-animation-name:billboard_10_off_4;
animation-name:billboard_10_off_4
}
@-webkit-keyframes billboardItem_10_on {
0% {
-webkit-transform:scale(1.5)
}
100% {
-webkit-transform:scale(1)
}
}@-webkit-keyframes billboard_10_off_1 {
0% {
left:0
}
100% {
left:100%
}
}@-webkit-keyframes billboard_10_off_2 {
0% {
top:0
}
100% {
top:100%
}
}@-webkit-keyframes billboard_10_off_3 {
0% {
top:0
}
100% {
top:-100%
}
}@-webkit-keyframes billboard_10_off_4 {
0% {
left:0
}
100% {
left:-100%
}
}@-moz-keyframes billboardItem_10_on {
0% {
-moz-transform:scale(1.5)
}
100% {
-moz-transform:scale(1)
}
}@-moz-keyframes billboard_10_off_1 {
0% {
left:0
}
100% {
left:100%
}
}@-moz-keyframes billboard_10_off_2 {
0% {
top:0
}
100% {
top:100%
}
}@-moz-keyframes billboard_10_off_3 {
0% {
top:0
}
100% {
top:-100%
}
}@-moz-keyframes billboard_10_off_4 {
0% {
left:0
}
100% {
left:-100%
}
}@-ms-keyframes billboardItem_10_on {
0% {
-ms-transform:scale(1.5)
}
100% {
-ms-transform:scale(1)
}
}@-ms-keyframes billboard_10_off_1 {
0% {
left:0
}
100% {
left:100%
}
}@-ms-keyframes billboard_10_off_2 {
0% {
top:0
}
100% {
top:100%
}
}@-ms-keyframes billboard_10_off_3 {
0% {
top:0
}
100% {
top:-100%
}
}@-ms-keyframes billboard_10_off_4 {
0% {
left:0
}
100% {
left:-100%
}
}@-o-keyframes billboardItem_10_on {
0% {
-o-transform:scale(1.5)
}
100% {
-o-transform:scale(1)
}
}@-o-keyframes billboard_10_off_1 {
0% {
left:0
}
100% {
left:100%
}
}@-o-keyframes billboard_10_off_2 {
0% {
top:0
}
100% {
top:100%
}
}@-o-keyframes billboard_10_off_3 {
0% {
top:0
}
100% {
top:-100%
}
}@-o-keyframes billboard_10_off_4 {
0% {
left:0
}
100% {
left:-100%
}
}@keyframes billboardItem_10_on {
0% {
transform:scale(1.5)
}
100% {
transform:scale(1)
}
}@keyframes billboard_10_off_1 {
0% {
left:0
}
100% {
left:100%
}
}@keyframes billboard_10_off_2 {
0% {
top:0
}
100% {
top:100%
}
}@keyframes billboard_10_off_3 {
0% {
top:0
}
100% {
top:-100%
}
}@keyframes billboard_10_off_4 {
0% {
left:0
}
100% {
left:-100%
}
}.billboardItem_12 .billboardImgInner {
width:100%!important
}
.billboardItem_12 .billboardTile {
width:25%;
height:100%;
position:absolute;
top:0;
overflow:hidden
}
.billboardItem_12 .billboardTile_1 {
left:0
}
.billboardItem_12 .billboardTile_2 {
left:25%
}
.billboardItem_12 .billboardTile_3 {
left:50%
}
.billboardItem_12 .billboardTile_4 {
left:75%
}
.billboardItem_12 .billboardTileImg {
width:100%;
height:100%;
overflow:hidden;
position:relative;
opacity:0
}
.billboardItem_12 .billboardImg {
height:100%;
width:400%;
position:absolute;
top:0
}
.billboardItem_12 .billboardTile_1 .billboardImg {
left:0
}
.billboardItem_12 .billboardTile_2 .billboardImg {
left:-100%
}
.billboardItem_12 .billboardTile_3 .billboardImg {
left:-200%
}
.billboardItem_12 .billboardTile_4 .billboardImg {
left:-300%
}
.billboardItem_12_start .billboardTileImg {
opacity:1
}
.billboardItem_12_off .billboardTileImg {
-webkit-animation-name:billboardItem_12_off;
-moz-animation-name:billboardItem_12_off;
-ms-animation-name:billboardItem_12_off;
-o-animation-name:billboardItem_12_off;
animation-name:billboardItem_12_off
}
.billboardItem_12_on .billboardTileImg {
-webkit-animation-name:billboardItem_12_on;
-moz-animation-name:billboardItem_12_on;
-ms-animation-name:billboardItem_12_on;
-o-animation-name:billboardItem_12_on;
animation-name:billboardItem_12_on
}
@-webkit-keyframes billboardItem_12_on {
0% {
-webkit-transform:scale(1.8);
opacity:0
}
100% {
-webkit-transform:scale(1);
opacity:1
}
}@-webkit-keyframes billboardItem_12_off {
0% {
-webkit-transform:scale(1);
opacity:1
}
100% {
-webkit-transform:scale(1.8);
opacity:0
}
}@-moz-keyframes billboardItem_12_on {
0% {
-moz-transform:scale(1.8);
opacity:0
}
100% {
-moz-transform:scale(1);
opacity:1
}
}@-moz-keyframes billboardItem_12_off {
0% {
-moz-transform:scale(1);
opacity:1
}
100% {
-moz-transform:scale(1.8);
opacity:0
}
}@-ms-keyframes billboardItem_12_on {
0% {
-ms-transform:scale(1.8);
opacity:0
}
100% {
-ms-transform:scale(1);
opacity:1
}
}@-ms-keyframes billboardItem_12_off {
0% {
-ms-transform:scale(1);
opacity:1
}
100% {
-ms-transform:scale(1.8);
opacity:0
}
}@-o-keyframes billboardItem_12_on {
0% {
-o-transform:scale(1.8);
opacity:0
}
100% {
-o-transform:scale(1);
opacity:1
}
}@-o-keyframes billboardItem_12_off {
0% {
-o-transform:scale(1);
opacity:1
}
100% {
-o-transform:scale(1.8);
opacity:0
}
}@keyframes billboardItem_12_on {
0% {
transform:scale(1.8);
opacity:0
}
100% {
transform:scale(1);
opacity:1
}
}@keyframes billboardItem_12_off {
0% {
transform:scale(1);
opacity:1
}
100% {
transform:scale(1.8);
opacity:0
}
}@media only screen and (-webkit-min-device-pixel-ratio:1) {
::i-block-chrome,.billboardItem_9 .billboardTile_2 {
left:33.25%
}
::i-block-chrome,.billboardItem_9 .billboardTile_3 {
left:66.45%
}
::i-block-chrome,.billboardItem_8 .billboardTile_2 {
top:33.25%
}
::i-block-chrome,.billboardItem_8 .billboardTile_3 {
top:66.45%
}
} | 0.21917 | 0.044494 |
.container-fluid {
width: 100%;
max-width: 1180px;
margin: 0 auto;
}
.banner{
width: 100%;
height: 100vh;
background: url('/images/home/banner.jpg') no-repeat center center;
background-size: cover;
position: relative;
color: #ffffff;
overflow: hidden;
}
.overlay{position:absolute;background-color:#212529;height:100%;width:100%;top:0;left:0;opacity:.5}
.banner .tophead{margin-top: 150px; }
.banner .title-main{
font-size: 65px;
font-weight: bold;
text-transform: uppercase;
}
.banner .subtitle-main{
font-size: 18px;
font-weight: 300;
margin-bottom: 35px;
line-height: 1.5em;
}
.banner .btn-login{
display: inline-block;
padding: 8px 20px;
font-size: 14px;
background: #2995CF;
border: 1px solid #2995CF;
color: #ffffff;
text-align: center;
text-transform: uppercase;
text-decoration: none;
border-radius: 3px;
cursor:pointer;
box-shadow: 0px 0px 10px 0px #00000059;
}
.banner .btn-cadastro{
display: inline-block;
padding: 8px 20px;
font-size: 14px;
background: #ffffff;
border: 1px solid #ffffff;
color: #4f44ff;
text-align: center;
text-transform: uppercase;
text-decoration: none;
border-radius: 3px;
cursor:pointer;
box-shadow: 0px 0px 10px 0px #00000059;
}
.separador a{margin: 0 7px 0 0;}
/***angulo***/
.angulo{z-index: 10;position: absolute;left: 0;bottom: 0;border-width: 0 0 35vh 100vw;border-style: solid;border-color: transparent transparent #ffffff transparent;}
/***Time***/
.time{position: relative;padding: 5rem 0;}
.title-time{text-align: center;color: #2995CF;text-transform: uppercase;font-weight: bold;font-size: 36px;margin-bottom: 23px;}
.subtitle-time{font-size: 16px;font-weight: 300;line-height: 27px;max-width: 660px;margin: 19px auto 103px;text-align: center;}
/***sobre***/
.sobre-wrap .title-sobre{text-align: center;color: #2995CF;text-transform: uppercase;font-weight: bold;font-size: 36px;margin-bottom: 23px;}
.sobre-wrap .subtitle-sobre{font-size: 16px;font-weight: 300;line-height: 27px;max-width: 660px;margin: 19px auto 30px;text-align: center;}
.sobre-box{height: 340px;width: 100%;text-align: center;padding: 35px 20px;}
.sobre-box:hover{box-shadow: 0px 0px 10px rgba(0,0,0,0.3);transition: all ease 1s;}
.sobre-box h5{font-weight: 700;line-height: 30px;font-size: 18px;text-transform: uppercase;color: #606060;margin-bottom:20px;}
.sobre-box p{font-size: 14px;color:#666666;}
.icones {vertical-align: middle;margin: 20px auto;}
.icones i {color:lightgrey;}
.sobre-box:hover .icones i.html5 {color: #e54d26;transition: all ease 1s;}
.sobre-box:hover .icones i.css3 {color: #379ad5;transition: all ease 1s;}
.sobre-box:hover .icones i.android {color: #a4c739;transition: all ease 1s;}
.sobre-box:hover .icones i.drupal {color: #0c76ab;transition: all ease 1s;}
/******/
.row.heading h2 {
color: #fff;
font-size: 52.52px;
line-height: 95px;
font-weight: 400;
text-align: center;
margin: 0 0 40px;
padding-bottom: 20px;
text-transform: uppercase;
}
ul{
margin:0;
padding:0;
list-style:none;
}
@media only screen and (max-width:736px) and (orientation:landscape){}
@media only screen and (max-width:667px) and (orientation:landscape){}
@media only screen and (max-width:568px) and (orientation:landscape){}
@media only screen and (min-width: 600px) and (max-width: 767px) {
.enmica h2{font-size:18px;}
}
@media only screen and (min-width: 480px) and (max-width: 599px) {
.banner .tophead {margin-top: 145px;}
.banner .title-main {font-size: 28px;}
.banner .subtitle-main {font-size: 13px;}
.banner .btn-explore{padding: 5px 8px;font-size: 13px;}
.banner .btn-account{padding: 5px 8px;font-size: 13px;}
/******/
.sobre .title-sobre{font-size: 28px;}
.sobre .subtitle-sobre{font-size: 14px;}
/******/
.title-time{font-size: 28px;}
.subtitle-time{font-size: 14px;}
/******/
.slide-one {padding: 30px 25px;}
/******/
}
@media only screen and (min-width: 321px) and (max-width: 479px) {
.banner .tophead {margin-top: 145px;}
.banner .title-main {font-size: 25px;}
.banner .subtitle-main {font-size: 13px;}
.banner .btn-explore{padding: 5px 8px;font-size: 13px;}
.banner .btn-account{padding: 5px 8px;font-size: 13px;}
/******/
.sobre .title-sobre{font-size: 25px;}
.sobre .subtitle-sobre{font-size: 14px;}
/******/
.title-time{font-size: 25px;}
.subtitle-time{font-size: 14px;}
.slide-one {padding: 30px 25px;}
/******/
}
@media only screen and (max-width: 320px) {
.banner .tophead {margin-top: 125px;}
.banner .title-main {font-size: 18px;}
.banner .subtitle-main {font-size: 13px;}
.banner .btn-explore{padding: 5px 8px;font-size: 13px;}
.banner .btn-account{padding: 5px 8px;font-size: 13px;}
/******/
.sobre .title-sobre{font-size: 25px;}
.sobre .subtitle-sobre{font-size: 14px;}
/******/
.title-time{font-size: 25px;}
.subtitle-time{font-size: 14px;}
.slide-one {padding: 30px 25px;}
}
@-webkit-keyframes fa-spin-fast{0%{-webkit-transform:rotate(0);transform:rotate(0)}
100%{-webkit-transform:rotate(180deg);transform:rotate(180deg)}}
@keyframes fa-spin-fast{0%{-webkit-transform:rotate(0);transform:rotate(0)}
100%{-webkit-transform:rotate(180deg);transform:rotate(180deg)}}
.material-card{position:relative;height:0;padding-bottom:calc(100% - 16px);margin-bottom:6.6em}
.material-card h2{position:absolute;top:calc(100% - 16px);left:0;width:100%;padding:10px 16px 10px 20px;height:82px;color:#fff;font-size:1.4em;line-height:1.6em;margin:0;z-index:10;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s;box-shadow: 0 2px 20px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);}
.material-card h2 span{display:block}
.material-card h2 strong{font-weight:300;display:block;font-size:.76em}
.material-card h2:after,.material-card h2:before{content:' ';position:absolute;left:0;top:-16px;width:0;border:8px solid;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s}
.material-card h2:after{top:auto;bottom:0}
@media screen and (max-width:767px){.material-card.mc-active{padding-bottom:0;height:auto}
}
.material-card.mc-active h2{top:0;padding:10px 16px 10px 90px}
.material-card.mc-active h2:before{top:0}
.material-card.mc-active h2:after{bottom:-16px}
.material-card .mc-content{position:absolute;right:0;top:0;bottom:16px;left:16px;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s;box-shadow:0 2px 20px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);}
.material-card .mc-btn-action{position:absolute;right:16px;top:15px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;border:5px solid;width:54px;height:54px;line-height:46px;text-align:center;color:#fff!important;cursor:pointer;z-index:20;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s}
.material-card .mc-btn-action:hover{box-shadow:0 0px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);transition:all 0.3s ease;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-ms-transition:all 0.3s ease;-o-transition:all 0.3s ease;}
.material-card.mc-active .mc-btn-action{top:62px;box-shadow:0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);}
.material-card .mc-description{position:absolute;top:100%;right:30px;left:30px;bottom:54px;overflow:hidden;opacity:0;-webkit-transition:all 0.4s;-moz-transition:all 0.4s;-ms-transition:all 0.4s;-o-transition:all 0.4s;transition:all 0.4s}
.material-card .mc-footer{height:0;overflow:hidden;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s}
.material-card .mc-footer h4{position:absolute;top:200px;left:30px;padding:0;margin:0;font-size:16px;font-weight:700;-webkit-transition:all .4s;-moz-transition:all 0.4s;-ms-transition:all 0.4s;-o-transition:all 0.4s;transition:all 0.4s}
.material-card .mc-footer a{display:block;float:left;position:relative;width:40px;height:40px;margin-left:10px;font-size:16px;color:#fff;line-height:36px;text-decoration:none;top:200px;border-radius:50px;}
.material-card .mc-footer a:nth-child(1){-webkit-transition:all .1s;-moz-transition:all .1s;-ms-transition:all .1s;-o-transition:all .1s;transition:all .1s}
.material-card .mc-footer a:nth-child(2){-webkit-transition:all .2s;-moz-transition:all .2s;-ms-transition:all .2s;-o-transition:all .2s;transition:all .2s}
.material-card .mc-footer a:nth-child(3){-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s}
.material-card .mc-footer a:nth-child(4){-webkit-transition:all .4s;-moz-transition:all .4s;-ms-transition:all .4s;-o-transition:all .4s;transition:all .4s}
.material-card .mc-footer a:nth-child(5){-webkit-transition:all .5s;-moz-transition:all .5s;-ms-transition:all .5s;-o-transition:all .5s;transition:all .5s}
.material-card .img-container{overflow:hidden;position:absolute;left:0;top:0;width:100%;height:100%;z-index:3;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s;}
.material-card.mc-active .img-container{-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;left:0;top:12px;width:55px;height:55px;z-index:20}
.img-fluid{max-width:100%}
.material-card.mc-active .mc-content{padding-top:5.6em}
@media screen and (max-width:767px){.material-card.mc-active .mc-content{position:relative;margin-right:16px}
}
.material-card.mc-active .mc-description{top:50px;padding-top:5.6em;opacity:1;text-align:left;}
@media screen and (max-width:767px){.material-card.mc-active .mc-description{position:relative;top:auto;right:auto;left:auto;padding:50px 30px 70px 30px;bottom:0}
}
.material-card.mc-active .mc-footer{overflow:visible;position:absolute;top:calc(100% - 16px);left:16px;right:0;height:72px;display:flex;align-items:center;justify-content:center; box-shadow:0 2px 20px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);}
.material-card.mc-active .mc-footer a{top:0;border:2px solid #e8eaf6;}
.material-card.mc-active .mc-footer h4{top:27px;left:20px;font-weight:400;}
.material-card.Red h2{background-color:#DC3545}
.material-card.Red h2:after{border-top-color:#DC3545;border-right-color:#DC3545;border-bottom-color:transparent;border-left-color:transparent}
.material-card.Red h2:before{border-top-color:transparent;border-right-color:#DC3545;border-bottom-color:#DC3545;border-left-color:transparent}
.material-card.Red.mc-active h2:before{border-top-color:transparent;border-right-color:#DC3545;border-bottom-color:#DC3545;border-left-color:transparent}
.material-card.Red.mc-active h2:after{border-top-color:#DC3545;border-right-color:#DC3545;border-bottom-color:transparent;border-left-color:transparent}
.material-card.Red .mc-btn-action{background-color:#DC3545}
.material-card.Red .mc-btn-action:hover{background-color:#DC3545}
.material-card.Red .mc-footer h4{color:#DC3545}
.material-card.Red .mc-footer a{background-color:#DC3545}
.material-card.Red.mc-active .mc-content{background-color:#e7b3ba45}
.material-card.Red.mc-active .mc-footer{background-color:#dc354552}
.material-card.Red.mc-active .mc-btn-action{border-color:#FCE4EC} | public/css/home.css | .container-fluid {
width: 100%;
max-width: 1180px;
margin: 0 auto;
}
.banner{
width: 100%;
height: 100vh;
background: url('/images/home/banner.jpg') no-repeat center center;
background-size: cover;
position: relative;
color: #ffffff;
overflow: hidden;
}
.overlay{position:absolute;background-color:#212529;height:100%;width:100%;top:0;left:0;opacity:.5}
.banner .tophead{margin-top: 150px; }
.banner .title-main{
font-size: 65px;
font-weight: bold;
text-transform: uppercase;
}
.banner .subtitle-main{
font-size: 18px;
font-weight: 300;
margin-bottom: 35px;
line-height: 1.5em;
}
.banner .btn-login{
display: inline-block;
padding: 8px 20px;
font-size: 14px;
background: #2995CF;
border: 1px solid #2995CF;
color: #ffffff;
text-align: center;
text-transform: uppercase;
text-decoration: none;
border-radius: 3px;
cursor:pointer;
box-shadow: 0px 0px 10px 0px #00000059;
}
.banner .btn-cadastro{
display: inline-block;
padding: 8px 20px;
font-size: 14px;
background: #ffffff;
border: 1px solid #ffffff;
color: #4f44ff;
text-align: center;
text-transform: uppercase;
text-decoration: none;
border-radius: 3px;
cursor:pointer;
box-shadow: 0px 0px 10px 0px #00000059;
}
.separador a{margin: 0 7px 0 0;}
/***angulo***/
.angulo{z-index: 10;position: absolute;left: 0;bottom: 0;border-width: 0 0 35vh 100vw;border-style: solid;border-color: transparent transparent #ffffff transparent;}
/***Time***/
.time{position: relative;padding: 5rem 0;}
.title-time{text-align: center;color: #2995CF;text-transform: uppercase;font-weight: bold;font-size: 36px;margin-bottom: 23px;}
.subtitle-time{font-size: 16px;font-weight: 300;line-height: 27px;max-width: 660px;margin: 19px auto 103px;text-align: center;}
/***sobre***/
.sobre-wrap .title-sobre{text-align: center;color: #2995CF;text-transform: uppercase;font-weight: bold;font-size: 36px;margin-bottom: 23px;}
.sobre-wrap .subtitle-sobre{font-size: 16px;font-weight: 300;line-height: 27px;max-width: 660px;margin: 19px auto 30px;text-align: center;}
.sobre-box{height: 340px;width: 100%;text-align: center;padding: 35px 20px;}
.sobre-box:hover{box-shadow: 0px 0px 10px rgba(0,0,0,0.3);transition: all ease 1s;}
.sobre-box h5{font-weight: 700;line-height: 30px;font-size: 18px;text-transform: uppercase;color: #606060;margin-bottom:20px;}
.sobre-box p{font-size: 14px;color:#666666;}
.icones {vertical-align: middle;margin: 20px auto;}
.icones i {color:lightgrey;}
.sobre-box:hover .icones i.html5 {color: #e54d26;transition: all ease 1s;}
.sobre-box:hover .icones i.css3 {color: #379ad5;transition: all ease 1s;}
.sobre-box:hover .icones i.android {color: #a4c739;transition: all ease 1s;}
.sobre-box:hover .icones i.drupal {color: #0c76ab;transition: all ease 1s;}
/******/
.row.heading h2 {
color: #fff;
font-size: 52.52px;
line-height: 95px;
font-weight: 400;
text-align: center;
margin: 0 0 40px;
padding-bottom: 20px;
text-transform: uppercase;
}
ul{
margin:0;
padding:0;
list-style:none;
}
@media only screen and (max-width:736px) and (orientation:landscape){}
@media only screen and (max-width:667px) and (orientation:landscape){}
@media only screen and (max-width:568px) and (orientation:landscape){}
@media only screen and (min-width: 600px) and (max-width: 767px) {
.enmica h2{font-size:18px;}
}
@media only screen and (min-width: 480px) and (max-width: 599px) {
.banner .tophead {margin-top: 145px;}
.banner .title-main {font-size: 28px;}
.banner .subtitle-main {font-size: 13px;}
.banner .btn-explore{padding: 5px 8px;font-size: 13px;}
.banner .btn-account{padding: 5px 8px;font-size: 13px;}
/******/
.sobre .title-sobre{font-size: 28px;}
.sobre .subtitle-sobre{font-size: 14px;}
/******/
.title-time{font-size: 28px;}
.subtitle-time{font-size: 14px;}
/******/
.slide-one {padding: 30px 25px;}
/******/
}
@media only screen and (min-width: 321px) and (max-width: 479px) {
.banner .tophead {margin-top: 145px;}
.banner .title-main {font-size: 25px;}
.banner .subtitle-main {font-size: 13px;}
.banner .btn-explore{padding: 5px 8px;font-size: 13px;}
.banner .btn-account{padding: 5px 8px;font-size: 13px;}
/******/
.sobre .title-sobre{font-size: 25px;}
.sobre .subtitle-sobre{font-size: 14px;}
/******/
.title-time{font-size: 25px;}
.subtitle-time{font-size: 14px;}
.slide-one {padding: 30px 25px;}
/******/
}
@media only screen and (max-width: 320px) {
.banner .tophead {margin-top: 125px;}
.banner .title-main {font-size: 18px;}
.banner .subtitle-main {font-size: 13px;}
.banner .btn-explore{padding: 5px 8px;font-size: 13px;}
.banner .btn-account{padding: 5px 8px;font-size: 13px;}
/******/
.sobre .title-sobre{font-size: 25px;}
.sobre .subtitle-sobre{font-size: 14px;}
/******/
.title-time{font-size: 25px;}
.subtitle-time{font-size: 14px;}
.slide-one {padding: 30px 25px;}
}
@-webkit-keyframes fa-spin-fast{0%{-webkit-transform:rotate(0);transform:rotate(0)}
100%{-webkit-transform:rotate(180deg);transform:rotate(180deg)}}
@keyframes fa-spin-fast{0%{-webkit-transform:rotate(0);transform:rotate(0)}
100%{-webkit-transform:rotate(180deg);transform:rotate(180deg)}}
.material-card{position:relative;height:0;padding-bottom:calc(100% - 16px);margin-bottom:6.6em}
.material-card h2{position:absolute;top:calc(100% - 16px);left:0;width:100%;padding:10px 16px 10px 20px;height:82px;color:#fff;font-size:1.4em;line-height:1.6em;margin:0;z-index:10;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s;box-shadow: 0 2px 20px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);}
.material-card h2 span{display:block}
.material-card h2 strong{font-weight:300;display:block;font-size:.76em}
.material-card h2:after,.material-card h2:before{content:' ';position:absolute;left:0;top:-16px;width:0;border:8px solid;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s}
.material-card h2:after{top:auto;bottom:0}
@media screen and (max-width:767px){.material-card.mc-active{padding-bottom:0;height:auto}
}
.material-card.mc-active h2{top:0;padding:10px 16px 10px 90px}
.material-card.mc-active h2:before{top:0}
.material-card.mc-active h2:after{bottom:-16px}
.material-card .mc-content{position:absolute;right:0;top:0;bottom:16px;left:16px;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s;box-shadow:0 2px 20px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);}
.material-card .mc-btn-action{position:absolute;right:16px;top:15px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;border:5px solid;width:54px;height:54px;line-height:46px;text-align:center;color:#fff!important;cursor:pointer;z-index:20;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s}
.material-card .mc-btn-action:hover{box-shadow:0 0px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);transition:all 0.3s ease;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-ms-transition:all 0.3s ease;-o-transition:all 0.3s ease;}
.material-card.mc-active .mc-btn-action{top:62px;box-shadow:0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);}
.material-card .mc-description{position:absolute;top:100%;right:30px;left:30px;bottom:54px;overflow:hidden;opacity:0;-webkit-transition:all 0.4s;-moz-transition:all 0.4s;-ms-transition:all 0.4s;-o-transition:all 0.4s;transition:all 0.4s}
.material-card .mc-footer{height:0;overflow:hidden;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s}
.material-card .mc-footer h4{position:absolute;top:200px;left:30px;padding:0;margin:0;font-size:16px;font-weight:700;-webkit-transition:all .4s;-moz-transition:all 0.4s;-ms-transition:all 0.4s;-o-transition:all 0.4s;transition:all 0.4s}
.material-card .mc-footer a{display:block;float:left;position:relative;width:40px;height:40px;margin-left:10px;font-size:16px;color:#fff;line-height:36px;text-decoration:none;top:200px;border-radius:50px;}
.material-card .mc-footer a:nth-child(1){-webkit-transition:all .1s;-moz-transition:all .1s;-ms-transition:all .1s;-o-transition:all .1s;transition:all .1s}
.material-card .mc-footer a:nth-child(2){-webkit-transition:all .2s;-moz-transition:all .2s;-ms-transition:all .2s;-o-transition:all .2s;transition:all .2s}
.material-card .mc-footer a:nth-child(3){-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s}
.material-card .mc-footer a:nth-child(4){-webkit-transition:all .4s;-moz-transition:all .4s;-ms-transition:all .4s;-o-transition:all .4s;transition:all .4s}
.material-card .mc-footer a:nth-child(5){-webkit-transition:all .5s;-moz-transition:all .5s;-ms-transition:all .5s;-o-transition:all .5s;transition:all .5s}
.material-card .img-container{overflow:hidden;position:absolute;left:0;top:0;width:100%;height:100%;z-index:3;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s;}
.material-card.mc-active .img-container{-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;left:0;top:12px;width:55px;height:55px;z-index:20}
.img-fluid{max-width:100%}
.material-card.mc-active .mc-content{padding-top:5.6em}
@media screen and (max-width:767px){.material-card.mc-active .mc-content{position:relative;margin-right:16px}
}
.material-card.mc-active .mc-description{top:50px;padding-top:5.6em;opacity:1;text-align:left;}
@media screen and (max-width:767px){.material-card.mc-active .mc-description{position:relative;top:auto;right:auto;left:auto;padding:50px 30px 70px 30px;bottom:0}
}
.material-card.mc-active .mc-footer{overflow:visible;position:absolute;top:calc(100% - 16px);left:16px;right:0;height:72px;display:flex;align-items:center;justify-content:center; box-shadow:0 2px 20px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);}
.material-card.mc-active .mc-footer a{top:0;border:2px solid #e8eaf6;}
.material-card.mc-active .mc-footer h4{top:27px;left:20px;font-weight:400;}
.material-card.Red h2{background-color:#DC3545}
.material-card.Red h2:after{border-top-color:#DC3545;border-right-color:#DC3545;border-bottom-color:transparent;border-left-color:transparent}
.material-card.Red h2:before{border-top-color:transparent;border-right-color:#DC3545;border-bottom-color:#DC3545;border-left-color:transparent}
.material-card.Red.mc-active h2:before{border-top-color:transparent;border-right-color:#DC3545;border-bottom-color:#DC3545;border-left-color:transparent}
.material-card.Red.mc-active h2:after{border-top-color:#DC3545;border-right-color:#DC3545;border-bottom-color:transparent;border-left-color:transparent}
.material-card.Red .mc-btn-action{background-color:#DC3545}
.material-card.Red .mc-btn-action:hover{background-color:#DC3545}
.material-card.Red .mc-footer h4{color:#DC3545}
.material-card.Red .mc-footer a{background-color:#DC3545}
.material-card.Red.mc-active .mc-content{background-color:#e7b3ba45}
.material-card.Red.mc-active .mc-footer{background-color:#dc354552}
.material-card.Red.mc-active .mc-btn-action{border-color:#FCE4EC} | 0.193071 | 0.074064 |
body {
overflow-x: hidden;
}
.cerlabel {
position: center;
font-family: Arial;
font-weight: bold;
color: #871455;
}
.tablinks {
height: 75px !important;
}
.profile-hide {
display: none;
}
.profile-show {
display: block;
}
.dashboard {
padding-left: 15px;
padding-right: 15px;
}
@media only screen and (max-height: 900px), screen and (max-width: 1440px) {
.container-chart-map {
min-height: 550px;
position: relative;
z-index: 10;
}
#conditions-insert {
overflow-y: scroll;
max-height: 500px;
}
}
@media only screen and (min-height: 901px), screen and (min-width: 1441px) {
.container-chart-map {
min-height: 600px;
position: relative;
z-index: 10;
}
#conditions-insert {
overflow-y: scroll;
max-height: 550px;
}
}
.conditions-summary-value {
font-family: Arial;
font-size: 17px;
font-weight: bold;
color: #42464b;
text-align: center;
}
.conditions-summary-border {
border-style: solid;
border-color: #8c8c96;
border-radius: 5px;
}
.conditions-table {
font-family: Arial;
border-collapse: collapse;
width: 100%;
}
.conditions-table td,
.conditions-table th {
border: 1px solid #ddd;
padding: 3px;
}
.conditions-table tr:nth-child(even) {
background-color: #f2f2f2;
}
.conditions-table tr:hover {
background-color: #ddd;
}
.conditions-table td:nth-child(1) {
font-family: Arial;
}
.conditions-table td:nth-child(2) {
font-family: Arial;
font-weight: bold;
color: #42464b;
text-align: center;
}
#incident-map {
position: relative;
height: 515px;
margin-right: -15px;
}
#time-series {
height: 400px;
}
.event-filter-nav {
width: 100%;
transition: box-shadow 0.2s ease;
cursor: default;
display: flex;
justify-content: center;
align-items: center;
box-shadow: 0 0 0px rgb(255, 255, 255);
}
.event-filter-nav:hover {
box-shadow: 0 0 11px rgba(33, 33, 33, 0.2);
}
#incidents-near-me {
min-height: 100px;
}
#nearby-flag {
margin-bottom: -15px;
}
.center-stuff {
height: 50px;
display: flex;
align-items: center;
justify-content: center;
}
#incident-tooltip tr {
border-bottom: 1pt solid #dcdcdc;
}
.section-border {
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}
.dashboard-title {
font-weight: bold;
font-size: 1.17em;
float: left;
font-family: Lato, sans-serif;
}
.notice-me-btn {
box-shadow: 0 0 11px #ffbe4b;
}
.map-disclaimer p {
font-size: 13px;
} | src/main.css | body {
overflow-x: hidden;
}
.cerlabel {
position: center;
font-family: Arial;
font-weight: bold;
color: #871455;
}
.tablinks {
height: 75px !important;
}
.profile-hide {
display: none;
}
.profile-show {
display: block;
}
.dashboard {
padding-left: 15px;
padding-right: 15px;
}
@media only screen and (max-height: 900px), screen and (max-width: 1440px) {
.container-chart-map {
min-height: 550px;
position: relative;
z-index: 10;
}
#conditions-insert {
overflow-y: scroll;
max-height: 500px;
}
}
@media only screen and (min-height: 901px), screen and (min-width: 1441px) {
.container-chart-map {
min-height: 600px;
position: relative;
z-index: 10;
}
#conditions-insert {
overflow-y: scroll;
max-height: 550px;
}
}
.conditions-summary-value {
font-family: Arial;
font-size: 17px;
font-weight: bold;
color: #42464b;
text-align: center;
}
.conditions-summary-border {
border-style: solid;
border-color: #8c8c96;
border-radius: 5px;
}
.conditions-table {
font-family: Arial;
border-collapse: collapse;
width: 100%;
}
.conditions-table td,
.conditions-table th {
border: 1px solid #ddd;
padding: 3px;
}
.conditions-table tr:nth-child(even) {
background-color: #f2f2f2;
}
.conditions-table tr:hover {
background-color: #ddd;
}
.conditions-table td:nth-child(1) {
font-family: Arial;
}
.conditions-table td:nth-child(2) {
font-family: Arial;
font-weight: bold;
color: #42464b;
text-align: center;
}
#incident-map {
position: relative;
height: 515px;
margin-right: -15px;
}
#time-series {
height: 400px;
}
.event-filter-nav {
width: 100%;
transition: box-shadow 0.2s ease;
cursor: default;
display: flex;
justify-content: center;
align-items: center;
box-shadow: 0 0 0px rgb(255, 255, 255);
}
.event-filter-nav:hover {
box-shadow: 0 0 11px rgba(33, 33, 33, 0.2);
}
#incidents-near-me {
min-height: 100px;
}
#nearby-flag {
margin-bottom: -15px;
}
.center-stuff {
height: 50px;
display: flex;
align-items: center;
justify-content: center;
}
#incident-tooltip tr {
border-bottom: 1pt solid #dcdcdc;
}
.section-border {
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}
.dashboard-title {
font-weight: bold;
font-size: 1.17em;
float: left;
font-family: Lato, sans-serif;
}
.notice-me-btn {
box-shadow: 0 0 11px #ffbe4b;
}
.map-disclaimer p {
font-size: 13px;
} | 0.472197 | 0.118742 |
.color-primary-0 { color: #7893AF } /* Main Primary color */
.color-primary-1 { color: #C2D0DE }
.color-primary-2 { color: #9DB2C8 }
.color-primary-3 { color: #59799A }
.color-primary-4 { color: #3E6287 }
.main-grid {
z-index: 5;
}
.current_mailbox_content{
overflow-y: auto;
max-height: 100%;
height: 100%;
outline: 1px solid #ddd;
}
.button-xlarge {
font-size: 125%;
}
.input-xlarge {
font-size: 125%;
}
.button-delete {
color: white;
border-radius: 4px;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
background: rgb(223, 117, 20); /* this is an orange */
}
.button-refresh {
color: white;
border-radius: 4px;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
background: rgb(66, 184, 221); /* this is a light blue */
}
.copy_button{
font-size: 50%;
}
.home-menu{
z-index: 10;
background: white;
}
.email-item {
padding: 0.9em 1em;
border-bottom: 1px solid #ddd;
border-left: 6px solid transparent;
}
.email-subject {
margin: 0;
}
.email-from {
color: rgb(64, 64, 64);
margin: 0;
padding: 0;
}
.email-date {
font-size: 80%;
margin: 0.4em 0;
color: #999;
}
.email-item-selected {
background: #e9e9e9;
}
.email-item-preselected {
background: #f6f6f6;
}
.email-item-unread {
border-left: 6px solid #1b98f8;
}
.footer {
font-family: 'serif';
z-index: : 10;
background: white;
padding: 0;
margin: 0;
}
.header {
z-index: 10;
}
.home-menu {
z-index: 10;
background: white;
}
.button-xlarge {
font-size: 125%;
}
.input-xlarge {
font-size: 125%;
}
.button-delete {
color: white;
border-radius: 4px;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
background: rgb(223, 117, 20); /* this is an orange */
}
.button-refresh {
color: white;
border-radius: 4px;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
background: rgb(66, 184, 221); /* this is a light blue */
}
.main-grid{
padding: 0;
margin: 0;
}
/* Email Content Styles */
.email-content-header, .email-content-body, .email-content-footer {
padding: 1em 2em;
}
.email-content-header {
border-bottom: 1px solid #ddd;
}
.email-content-title {
margin: 0.5em 0 0;
}
.email-content-subtitle {
font-size: 1em;
margin: 0;
font-weight: normal;
}
.email-content-subtitle span {
color: #999;
}
.email-content-controls {
margin-top: 2em;
text-align: right;
}
.email-content-controls .secondary-button {
margin-bottom: 0.3em;
}
.letter_content {
height: 100%;
width: 100%;
}
.pressed-button {
font-weight: bold;
}
/* Modal window for reply feature */
.modalWindow {
position: fixed;
font-size:100%;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: rgba(0,0,0,0.2);
z-index: 99999;
opacity:0;
-webkit-transition: opacity 200ms ease-in;
-moz-transition: opacity 200ms ease-in;
transition: opacity 200ms ease-in;
pointer-events: none;
}
.modalHeader h2 { color: #189CDA; border-bottom: 2px groove #efefef; }
.modalWindow:target {
opacity:1;
pointer-events: auto;
}
.modalWindow > div {
width: 50%;
height: 70%;
position: relative;
margin: 10% auto;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background: #fff;
}
.modalWindow .modalHeader { padding: 5px 20px 0px 20px; }
.modalWindow .modalContent { padding: 0px 20px 5px 20px; }
.modalWindow .modalFooter { padding: 8px 20px 8px 20px; }
.modalFooter {
background: #F1F1F1;
border-top: 1px solid #999;
-moz-box-shadow: inset 0px 13px 12px -14px #888;
-webkit-box-shadow: inset 0px 13px 12px -14px #888;
box-shadow: inset 0px 13px 12px -14px #888;
}
.modalFooter p {
color:#D4482D;
text-align:right;
margin:0;
padding: 5px;
}
.ok, .close, .cancel {
background: #606061;
color: #FFFFFF;
line-height: 25px;
text-align: center;
text-decoration: none;
font-weight: bold;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
-moz-box-shadow: 1px 1px 3px #000;
-webkit-box-shadow: 1px 1px 3px #000;
box-shadow: 1px 1px 3px #000;
}
.close {
position: absolute;
right: 5px;
top: 5px;
width: 22px;
height: 22px;
font-size: 10px;
}
.ok, .cancel {
width:80px;
float:right;
margin-left:20px;
}
.ok:hover { background: #189CDA; }
.close:hover, .cancel:hover { background: #D4482D; }
.clear { float:none; clear: both; }
.reply_textarea{
resize: none;
width: 100%;
height: 100%;
overflow-y: auto;
word-wrap: break-word;
} | static/css/qamail.css |
.color-primary-0 { color: #7893AF } /* Main Primary color */
.color-primary-1 { color: #C2D0DE }
.color-primary-2 { color: #9DB2C8 }
.color-primary-3 { color: #59799A }
.color-primary-4 { color: #3E6287 }
.main-grid {
z-index: 5;
}
.current_mailbox_content{
overflow-y: auto;
max-height: 100%;
height: 100%;
outline: 1px solid #ddd;
}
.button-xlarge {
font-size: 125%;
}
.input-xlarge {
font-size: 125%;
}
.button-delete {
color: white;
border-radius: 4px;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
background: rgb(223, 117, 20); /* this is an orange */
}
.button-refresh {
color: white;
border-radius: 4px;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
background: rgb(66, 184, 221); /* this is a light blue */
}
.copy_button{
font-size: 50%;
}
.home-menu{
z-index: 10;
background: white;
}
.email-item {
padding: 0.9em 1em;
border-bottom: 1px solid #ddd;
border-left: 6px solid transparent;
}
.email-subject {
margin: 0;
}
.email-from {
color: rgb(64, 64, 64);
margin: 0;
padding: 0;
}
.email-date {
font-size: 80%;
margin: 0.4em 0;
color: #999;
}
.email-item-selected {
background: #e9e9e9;
}
.email-item-preselected {
background: #f6f6f6;
}
.email-item-unread {
border-left: 6px solid #1b98f8;
}
.footer {
font-family: 'serif';
z-index: : 10;
background: white;
padding: 0;
margin: 0;
}
.header {
z-index: 10;
}
.home-menu {
z-index: 10;
background: white;
}
.button-xlarge {
font-size: 125%;
}
.input-xlarge {
font-size: 125%;
}
.button-delete {
color: white;
border-radius: 4px;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
background: rgb(223, 117, 20); /* this is an orange */
}
.button-refresh {
color: white;
border-radius: 4px;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
background: rgb(66, 184, 221); /* this is a light blue */
}
.main-grid{
padding: 0;
margin: 0;
}
/* Email Content Styles */
.email-content-header, .email-content-body, .email-content-footer {
padding: 1em 2em;
}
.email-content-header {
border-bottom: 1px solid #ddd;
}
.email-content-title {
margin: 0.5em 0 0;
}
.email-content-subtitle {
font-size: 1em;
margin: 0;
font-weight: normal;
}
.email-content-subtitle span {
color: #999;
}
.email-content-controls {
margin-top: 2em;
text-align: right;
}
.email-content-controls .secondary-button {
margin-bottom: 0.3em;
}
.letter_content {
height: 100%;
width: 100%;
}
.pressed-button {
font-weight: bold;
}
/* Modal window for reply feature */
.modalWindow {
position: fixed;
font-size:100%;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: rgba(0,0,0,0.2);
z-index: 99999;
opacity:0;
-webkit-transition: opacity 200ms ease-in;
-moz-transition: opacity 200ms ease-in;
transition: opacity 200ms ease-in;
pointer-events: none;
}
.modalHeader h2 { color: #189CDA; border-bottom: 2px groove #efefef; }
.modalWindow:target {
opacity:1;
pointer-events: auto;
}
.modalWindow > div {
width: 50%;
height: 70%;
position: relative;
margin: 10% auto;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background: #fff;
}
.modalWindow .modalHeader { padding: 5px 20px 0px 20px; }
.modalWindow .modalContent { padding: 0px 20px 5px 20px; }
.modalWindow .modalFooter { padding: 8px 20px 8px 20px; }
.modalFooter {
background: #F1F1F1;
border-top: 1px solid #999;
-moz-box-shadow: inset 0px 13px 12px -14px #888;
-webkit-box-shadow: inset 0px 13px 12px -14px #888;
box-shadow: inset 0px 13px 12px -14px #888;
}
.modalFooter p {
color:#D4482D;
text-align:right;
margin:0;
padding: 5px;
}
.ok, .close, .cancel {
background: #606061;
color: #FFFFFF;
line-height: 25px;
text-align: center;
text-decoration: none;
font-weight: bold;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
-moz-box-shadow: 1px 1px 3px #000;
-webkit-box-shadow: 1px 1px 3px #000;
box-shadow: 1px 1px 3px #000;
}
.close {
position: absolute;
right: 5px;
top: 5px;
width: 22px;
height: 22px;
font-size: 10px;
}
.ok, .cancel {
width:80px;
float:right;
margin-left:20px;
}
.ok:hover { background: #189CDA; }
.close:hover, .cancel:hover { background: #D4482D; }
.clear { float:none; clear: both; }
.reply_textarea{
resize: none;
width: 100%;
height: 100%;
overflow-y: auto;
word-wrap: break-word;
} | 0.34621 | 0.085366 |
.dojoPopupMenu2 {
position: absolute;
border: 1px solid #7298d0;
background:#85aeec url(images/soriaMenuBg.gif) repeat-x bottom left !important;
padding: 1px;
margin-top: 1px;
margin-bottom: 1px;
}
.dojoMenuItem2{
white-space: nowrap;
font: menu;
margin: 0;
}
.dojoMenuItem2Hover {
background-color: #D2E4FD;
cursor:pointer;
cursor:hand;
}
.dojoMenuItem2Icon {
position: relative;
background-position: center center;
background-repeat: no-repeat;
width: 16px;
height: 16px;
padding-right: 3px;
}
.dojoMenuItem2Label {
position: relative;
vertical-align: middle;
}
/* main label text */
.dojoMenuItem2Label {
position: relative;
vertical-align: middle;
}
.dojoMenuItem2Accel {
position: relative;
vertical-align: middle;
padding-left: 3px;
}
.dojoMenuItem2Disabled .dojoMenuItem2Label,
.dojoMenuItem2Disabled .dojoMenuItem2Accel {
color: #607a9e;
}
.dojoMenuItem2Submenu {
position: relative;
background-position: center center;
background-repeat: no-repeat;
background-image: url(images/submenu_off.gif);
width: 5px;
height: 9px;
padding-left: 3px;
}
.dojoMenuItem2Hover .dojoMenuItem2Submenu {
background-image: url(images/submenu_on.gif);
}
.dojoMenuItem2Disabled .dojoMenuItem2Submenu {
background-image: url(images/submenu_disabled.gif);
}
.dojoMenuSeparator2 {
font-size: 1px;
margin: 0;
}
.dojoMenuSeparator2Top {
height: 50%;
border-bottom: 1px solid #7a98c4;
margin: 0px 2px;
font-size: 1px;
}
.dojoMenuSeparator2Bottom {
height: 50%;
border-top: 1px solid #c9deff;
margin: 0px 2px;
font-size: 1px;
}
.dojoMenuBar2 {
background:#85aeec url(images/soriaBarBg.gif) repeat-x top left;
/*border-bottom:1px solid #6b9fec;*/
padding: 1px;
}
.dojoMenuBar2 .dojoMenuItem2 {
white-space: nowrap;
font: menu;
margin: 0;
position: relative;
vertical-align: middle;
z-index: 1;
padding: 3px 8px;
display: inline;/* needed in khtml to display correctly */
display: -moz-inline-box;/* needed in firefox */
cursor:pointer;
cursor:hand;
}
.dojoMenuBar2 .dojoMenuItem2Hover {
background-color:#d2e4fd;
}
.dojoMenuBar2 .dojoMenuItem2Disabled span {
color: #4f6582;
} | src/test/resources/sources/struts-STRUTS_2_3_31/plugins/dojo/src/main/resources/org/apache/struts2/static/dojo/src/widget/templates/Menu2.css | .dojoPopupMenu2 {
position: absolute;
border: 1px solid #7298d0;
background:#85aeec url(images/soriaMenuBg.gif) repeat-x bottom left !important;
padding: 1px;
margin-top: 1px;
margin-bottom: 1px;
}
.dojoMenuItem2{
white-space: nowrap;
font: menu;
margin: 0;
}
.dojoMenuItem2Hover {
background-color: #D2E4FD;
cursor:pointer;
cursor:hand;
}
.dojoMenuItem2Icon {
position: relative;
background-position: center center;
background-repeat: no-repeat;
width: 16px;
height: 16px;
padding-right: 3px;
}
.dojoMenuItem2Label {
position: relative;
vertical-align: middle;
}
/* main label text */
.dojoMenuItem2Label {
position: relative;
vertical-align: middle;
}
.dojoMenuItem2Accel {
position: relative;
vertical-align: middle;
padding-left: 3px;
}
.dojoMenuItem2Disabled .dojoMenuItem2Label,
.dojoMenuItem2Disabled .dojoMenuItem2Accel {
color: #607a9e;
}
.dojoMenuItem2Submenu {
position: relative;
background-position: center center;
background-repeat: no-repeat;
background-image: url(images/submenu_off.gif);
width: 5px;
height: 9px;
padding-left: 3px;
}
.dojoMenuItem2Hover .dojoMenuItem2Submenu {
background-image: url(images/submenu_on.gif);
}
.dojoMenuItem2Disabled .dojoMenuItem2Submenu {
background-image: url(images/submenu_disabled.gif);
}
.dojoMenuSeparator2 {
font-size: 1px;
margin: 0;
}
.dojoMenuSeparator2Top {
height: 50%;
border-bottom: 1px solid #7a98c4;
margin: 0px 2px;
font-size: 1px;
}
.dojoMenuSeparator2Bottom {
height: 50%;
border-top: 1px solid #c9deff;
margin: 0px 2px;
font-size: 1px;
}
.dojoMenuBar2 {
background:#85aeec url(images/soriaBarBg.gif) repeat-x top left;
/*border-bottom:1px solid #6b9fec;*/
padding: 1px;
}
.dojoMenuBar2 .dojoMenuItem2 {
white-space: nowrap;
font: menu;
margin: 0;
position: relative;
vertical-align: middle;
z-index: 1;
padding: 3px 8px;
display: inline;/* needed in khtml to display correctly */
display: -moz-inline-box;/* needed in firefox */
cursor:pointer;
cursor:hand;
}
.dojoMenuBar2 .dojoMenuItem2Hover {
background-color:#d2e4fd;
}
.dojoMenuBar2 .dojoMenuItem2Disabled span {
color: #4f6582;
} | 0.197212 | 0.062531 |
Inspiration: https://github.com/etalab/template.data.gouv.fr
--------------------------------------------------------------------------- */
/* Box-model.
--------------------------------------------------------------------------- */
*,
*:after,
*:before {
box-sizing: border-box;
}
/* Fonts.
https://calendar.perfplanet.com/2016/no-font-face-bulletproof-syntax/
https://fontlibrary.org/fr/font/evolventa
https://fontlibrary.org/fr/font/source-sans-pro
--------------------------------------------------------------------------- */
/* Used for titles. */
@font-face {
font-family: "Evolventa";
src: url(../fonts/evolventa/woff2/evolventa-bold.woff2) format('woff2'),
url(../fonts/evolventa/woff/evolventa-bold.woff) format('woff');
font-weight: 800;
}
/* Used for content text. */
@font-face {
font-family: "Source Sans Pro";
src: url(../fonts/source-sans-pro/woff2/source-sans-pro-regular.otf.woff2) format('woff2'),
url(../fonts/source-sans-pro/woff/source-sans-pro-regular.otf.woff) format('woff');
font-weight: 400;
}
@font-face {
font-family: "Source Sans Pro";
src: url(../fonts/source-sans-pro/woff2/source-sans-pro-bold.otf.woff2) format('woff2'),
url(../fonts/source-sans-pro/woff/source-sans-pro-bold.otf.woff) format('woff');
font-weight: 800;
}
@font-face {
font-family: "Source Sans Pro";
src: url(../fonts/source-sans-pro/woff2/source-sans-pro-italic.otf.woff2) format('woff2'),
url(../fonts/source-sans-pro/woff/source-sans-pro-italic.otf.woff) format('woff');
font-style: italic;
}
/* Global.
--------------------------------------------------------------------------- */
body {
height: 1vh;
}
html {
height: 1vh;
font-size: 1rem;
font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif;
line-height: 1.6; /* http://meyerweb.com/eric/thoughts/2006/02/08/unitless-line-heights/ */
color: #1c1c1c;
-webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom. */
-webkit-font-smoothing: antialiased;
}
/* Typo.
Font-size and units: setting the font size on the body to 1rem sets the text size to the
browser's default font size: usually 16px.
Then:
16px = 1rem
20px = 1.25rem => (20 * 1) / 16
40px => 2.5rem
34px => 2.125rem
28px => 1.75rem
26px => 1.625rem
24px => 1.5rem
20px => 1.25rem
18px => 1.125rem
16px => 1rem
15px => 0.9375rem
14px => 0.875rem
13px => 0.8125rem
12px => 0.75rem
10px => 0.625rem
5px => 0.3125rem
Size below are from wing.css https://github.com/kbrsh/wing
--------------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
font-family: "Evolventa";
}
h1 {
font-size: 2.986rem;
line-height: 1.2;
}
h2 {
font-size: 2.488rem;
line-height: 1.25;
}
h3 {
font-size: 2.074rem;
line-height: 1.3;
}
h4 {
font-size: 1.728rem;
line-height: 1.35;
}
h5 {
font-size: 1.44rem;
line-height: 1.5;
}
h6 {
font-size: 1.2rem;
line-height: 1.6;
}
/* Vertical rhythm.
--------------------------------------------------------------------------- */
.form-group,
fieldset,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre,
table {
margin: 0 0 1rem 0;
}
/* Tables.
--------------------------------------------------------------------------- */
table {
border-collapse: collapse;
border-spacing: 0;
empty-cells: show;
text-align: left;
border: 1px solid #c9d3df;
}
table caption {
font-style: italic;
text-align: center;
border-width: 1px 1px 0 1px;
padding: 0.625rem 0;
border: 1px solid #c9d3df;
}
table td {
padding: 0.625rem 1rem;
border: 1px solid #c9d3df;
}
table th {
padding: 0.625rem 1rem;
border: 1px solid #c9d3df;
}
table thead {
vertical-align: bottom;
padding: 0.625rem 1rem;
background: #c9d3df;
}
table tfoot {
vertical-align: bottom;
padding: 0.625rem 1rem;
background: #c9d3df;
}
table tfoot {
vertical-align: top;
}
/* Links.
--------------------------------------------------------------------------- */
a {
color: #0081d5;
text-decoration: underline;
}
a:link {
color: #0081d5;
text-decoration: underline;
}
a:visited {
color: #0081d5;
text-decoration: underline;
}
a:focus,
a:hover,
a:active {
text-decoration: none;
}
/* Images.
--------------------------------------------------------------------------- */
img {
max-width: 100%;
}
figure {
margin: 0;
}
/* Divider.
--------------------------------------------------------------------------- */
hr {
width: 100%;
border: 1px solid #c9d3df;
border-width: 1px 0 0 0;
}
/* Code.
--------------------------------------------------------------------------- */
code {
padding: 2px;
white-space: nowrap;
border-radius: 2px;
font-family: "Consolas", "Monaco", "Menlo", monospace;
background: #ebeff3;
border: 1px solid #c9d3df;
}
/* Forms.
--------------------------------------------------------------------------- */
label[for] {
cursor: pointer;
}
label + textarea {
vertical-align: top;
}
fieldset {
/*
Width and min-width are required here to respect 100% textarea max-width within fieldset.
http://codepen.io/tmsdnl/pen/ByqJgO
*/
width: 100%;
min-width: 100%;
padding: 1rem;
border: 1px solid #ebeff3;
}
/*
Some types of properties are not inherited by default.
We can use `inherit` to force inheritance in some cases.
For example, the input element doesn't inherit any of the font properties.
*/
.btn,
input,
textarea,
select {
font-family: inherit;
font-size: inherit;
line-height: inherit;
color: inherit;
}
input[type='checkbox'] {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border-radius: 3px;
margin: 0;
max-width: 100%;
padding: 10px 12px;
background: #fff;
border: 1px solid #adb9c9;
}
input[type='date'] {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border-radius: 3px;
margin: 0;
max-width: 100%;
padding: 10px 12px;
background: #fff;
border: 1px solid #adb9c9;
}
input[type='email'] {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border-radius: 3px;
margin: 0;
max-width: 100%;
padding: 10px 12px;
background: #fff;
border: 1px solid #adb9c9;
}
input[type='file'] {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border-radius: 3px;
margin: 0;
max-width: 100%;
padding: 10px 12px;
background: #fff;
border: 1px solid #adb9c9;
}
input[type='number'] {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border-radius: 3px;
margin: 0;
max-width: 100%;
padding: 10px 12px;
background: #fff;
border: 1px solid #adb9c9;
}
input[type='password'] {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border-radius: 3px;
margin: 0;
max-width: 100%;
padding: 10px 12px;
background: #fff;
border: 1px solid #adb9c9;
}
input[type='radio'] {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border-radius: 3px;
margin: 0;
max-width: 100%;
padding: 10px 12px;
background: #fff;
border: 1px solid #adb9c9;
}
input[type='search'] {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border-radius: 3px;
margin: 0;
max-width: 100%;
padding: 10px 12px;
background: #fff;
border: 1px solid #adb9c9;
}
input[type='tel'] {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border-radius: 3px;
margin: 0;
max-width: 100%;
padding: 10px 12px;
background: #fff;
border: 1px solid #adb9c9;
}
input[type='text'] {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border-radius: 3px;
margin: 0;
max-width: 100%;
padding: 10px 12px;
background: #fff;
border: 1px solid #adb9c9;
}
input[type='url'] {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border-radius: 3px;
margin: 0;
max-width: 100%;
padding: 10px 12px;
background: #fff;
border: 1px solid #adb9c9;
}
textarea {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border-radius: 3px;
margin: 0;
max-width: 100%;
padding: 10px 12px;
background: #fff;
border: 1px solid #adb9c9;
}
textarea {
min-height: 150px;
}
/* Forms > custom radio and checkbox buttons. ------------------------------------ */
input[type='radio'],
input[type='checkbox'] {
position: relative;
vertical-align: middle;
padding: 0;
height: 22px;
width: 22px;
margin: 0 5px 0 0;
}
/* Forms > custom radio. ------------------------------------ */
input[type='radio'] {
border-radius: 50%;
background: #fff;
}
input[type='radio']:checked {
border-color: #0081d5;
}
input[type='radio']:checked:before {
content: '';
height: 20px;
width: 20px;
display: inline-block;
border-radius: 50%;
transform: scale(.4);
background-color: #0081d5;
}
/* Forms > custom checkbox. ------------------------------------ */
input[type='checkbox']:checked {
background-color: #0081d5;
border-color: #0081d5;
}
input[type='checkbox']:checked:before {
/* Create a CSS checkmark. */
content: '';
display: block;
/* Make a small rectangle so the border will create an L-shape. */
width: 6px;
height: 12px;
/* Add a white border on the bottom and left, creating that 'L'. */
border: solid #fff;
border-width: 0 2px 2px 0;
/* Rotate the L 45 degrees to turn it into a checkmark. */
transform: rotate(45deg);
/* Center the checkmark. */
position: relative;
top: 2px;
left: 7px;
}
/* Buttons. ------------------------------------ */
.btn {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
display: inline-block;
color: #f5f5f5;
padding: 10px 30px;
cursor: pointer;
border: 1px solid #0081d5;
background-color: #0081d5;
text-decoration: none;
border-radius: 2px;
box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.btn:link {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
display: inline-block;
color: #f5f5f5;
padding: 10px 30px;
cursor: pointer;
border: 1px solid #0081d5;
background-color: #0081d5;
text-decoration: none;
border-radius: 2px;
box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.btn:visited {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
display: inline-block;
color: #f5f5f5;
padding: 10px 30px;
cursor: pointer;
border: 1px solid #0081d5;
background-color: #0081d5;
text-decoration: none;
border-radius: 2px;
box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.btn:focus {
background-color: #006cb0;
border-color: #006cb0;
}
.btn:hover {
background-color: #006cb0;
border-color: #006cb0;
}
.btn:active {
position: relative;
top: 1px;
left: 1px;
background-color: #00578d;
border-color: #00578d;
}
.btn[disabled] {
cursor: not-allowed;
opacity: .5;
}
/* Errors. ------------------------------------ */
.form-group input[type='date'],
.form-group input[type='email'],
.form-group input[type='file'],
.form-group input[type='number'],
.form-group input[type='password'],
.form-group input[type='search'],
.form-group input[type='tel'],
.form-group input[type='text'],
.form-group input[type='url'],
.form-group textarea {
min-width: 100%;
}
.form-group.form-error label {
color: #d1335b;
}
.form-group.form-error .form-error-text {
color: #d1335b;
}
.form-group.form-error input[type='date'] {
border: 1px solid #d1335b;
}
.form-group.form-error input[type='email'] {
border: 1px solid #d1335b;
}
.form-group.form-error input[type='file'] {
border: 1px solid #d1335b;
}
.form-group.form-error input[type='number'] {
border: 1px solid #d1335b;
}
.form-group.form-error input[type='password'] {
border: 1px solid #d1335b;
}
.form-group.form-error input[type='search'] {
border: 1px solid #d1335b;
}
.form-group.form-error input[type='tel'] {
border: 1px solid #d1335b;
}
.form-group.form-error input[type='text'] {
border: 1px solid #d1335b;
}
.form-group.form-error input[type='url'] {
border: 1px solid #d1335b;
}
.form-group.form-error textarea {
border: 1px solid #d1335b;
}
/* Global layout and spacing around main site elements.
--------------------------------------------------------------------------- */
body {
margin: 0;
background: #ebeff3;
}
section,
.site-header,
.banner-content,
.site-footer {
max-width: 1280px;
margin: 0 auto;
padding: 30px 40px;
}
@media (max-width: 600px) {
/* For any browser < max-width. */
section,
.site-header,
.banner-content,
.site-footer {
padding-left: 20px;
padding-right: 20px;
}
}
/* Skip-links.
--------------------------------------------------------------------------- */
#skip-links {
position: absolute;
width: 100%;
text-align: center;
}
#skip-links a {
position: absolute;
left: -100%;
top: 20px;
padding: 20px;
background: #00578d;
color: #fff;
}
#skip-links a:focus,
#skip-links a:active {
position: relative;
left: 0;
}
/* Header.
--------------------------------------------------------------------------- */
.site-header {
background: #fff;
padding-top: 10px;
padding-bottom: 10px;
border: 1px solid #c9d3df;
border-width: 0 0 1px 0;
}
.site-header > nav {
display: flex;
justify-content: space-between;
align-items: center;
}
.site-header > nav .site-header-logos {
display: flex;
align-items: center
}
.site-header > nav .site-header-logos .site-logo {
color: #1c1c1c;
font-family: "Evolventa";
font-size: 1.7rem;
margin-left: 10px;
text-decoration: none;
}
.site-header > nav ul {
text-align: center;
padding: 0
}
.site-header > nav ul li {
display: inline-block;
}
.site-header > nav ul li:not(:first-of-type) {
margin-left: 10px;
}
.site-header > nav ul a {
color: #003189;
}
@media (max-width: 600px) {
/* For any browser < max-width. */
.site-header > nav {
display: block;
}
.site-header > nav .site-header-logos {
justify-content: center;
}
}
/* Banner (with the big baseline).
--------------------------------------------------------------------------- */
.banner {
background: url(../img/map_bkg_pattern.png) repeat;
border: 1px solid #c9d3df;
border-width: 0 0 1px 0;
}
.banner-content {
padding-top: 0;
padding-bottom: 0;
min-height: 330px;
/*
Map image created by Jannoon028 - Freepik.com
https://www.freepik.com/free-photo/wallpaper-geography-nation-map-paper_1048435.htm
*/
background: url(../img/map.png) 0 0 no-repeat;
}
@media (max-width: 600px) {
/* For any browser < max-width. */
.banner-content {
background-size: cover;
min-height: 0;
}
}
.banner-content h1 {
padding: 30px 0;
margin: 0; /* Avoid collapsing margin. */
text-shadow: 0 1px 2px rgba(255, 255, 255, 0.24);
color: #003189;
}
@media (max-width: 600px) {
/* For any browser < max-width. */
.banner-content h1 {
text-align: center;
font-size: 1.6rem;
}
}
@media (min-width: 900px) {
/* For any browser > min-width. */
.banner-content h1 {
padding-left: 40%; /* Push the baseline more to the right on big screens. */
}
}
/* Sections.
--------------------------------------------------------------------------- */
section > section {
padding: 0;
margin: 0;
}
.section-white {
background: #fff;
}
.section-color {
background: #ebeff3;
}
/* Footer.
--------------------------------------------------------------------------- */
.site-footer {
border: 1px solid #c9d3df;
border-width: 1px 0 0 0;
text-align: center;
}
.site-footer-content ul {
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
list-style: none;
margin: 0 0 20px 0;
padding: 0;
}
.site-footer-content ul li img {
vertical-align: middle;
}
.site-footer-content ul li:not(:last-of-type):after {
content: "|";
color: #adb9c9;
padding: 0 10px;
}
/* Some white box.
--------------------------------------------------------------------------- */
.box-bordered {
text-align: center;
box-shadow: 0 1px 3px #c9d3df;
border: 1px solid silver;
margin: 20px;
box-sizing: border-box;
padding: 10px;
}
/* Notification messages.
--------------------------------------------------------------------------- */
.notification {
border-radius: 3px;
padding: 1rem;
margin-bottom: 1rem;
color: #0081d5;
border: 1px solid #0081d5;
background: #b4e1fa;
}
.notification > :last-child {
margin-bottom: 0;
}
.notification.error {
color: #d1335b;
border: 1px solid #d1335b;
background: #f8e1e7;
}
.notification.success {
color: #03bd5b;
border: 1px solid #03bd5b;
background: #daf5e7;
}
/* Spinner.
--------------------------------------------------------------------------- */
@keyframes spin {
100% {
transform: rotate(360deg);
}
}
.spinner {
display: inline-block;
overflow: hidden;
text-indent: -999em;
border-radius: 50%;
width: 2em;
height: 2em;
border: 4px solid #c9d3df;
border-bottom: 4px solid #0081d5;
animation: spin 1s infinite linear;
}
/* Stats
--------------------------------------------------------------------------- */
.statistiques-resume {
display: flex;
flex-wrap: wrap;
justify-content: center;
margin-top: 30px;
}
.statistiques-resume > div div:first-child {
font-size: 1.2em;
}
.statistiques-resume > div div:last-child {
font-weight: bold;
font-size: 2em;
}
@media (max-width: 600px) {
.box-bordered {
margin-top: 30px;
font-size: 1.3em;
}
}
/* Steps: a.k.a. "how it work".
--------------------------------------------------------------------------- */
.steps {
display: flex;
flex-wrap: wrap;
justify-content: center;
list-style: none;
margin: 0 0 1rem 0;
padding: 0;
}
.steps-item {
margin: 0 10px;
max-width: 250px;
}
.steps-item img {
display: block;
margin: 30px auto;
width: 60%;
}
.steps-item p {
position: relative;
padding-left: 3rem;
}
.steps-item p span { /* Step number. */
display: inline-block;
position: absolute;
font-weight: 800;
top: 0;
left: 0;
border: 1px solid;
border-radius: 2rem;
width: 2rem;
height: 2rem;
line-height: 1.9rem;
text-align: center;
}
/* Generic utils.
--------------------------------------------------------------------------- */
.center {
text-align: center;
}
/* Buttons row: a row containing 1 or more <a> element(s).
--------------------------------------------------------------------------- */
.buttons-row {
display: flex;
justify-content: center;
flex-wrap: wrap;
}
.buttons-row a {
margin: 5px;
}
/* Multi column lists.
--------------------------------------------------------------------------- */
@media (min-width: 900px) { /* For any browser > min-width. */
.multi-column-list {
-moz-column-count: 2;
-webkit-column-count: 2;
column-count: 2;
}
.multi-column-list li {
margin: 0 50px;
}
}
/* Aerate content on big screens
--------------------------------------------------------------------------- */
.aerate-content {
padding: 0 15%;
}
@media (max-width: 800px) { /* For any browser < max-width. */
.aerate-content {
padding: 0;
}
} | site/source/static/css/bundle.css | Inspiration: https://github.com/etalab/template.data.gouv.fr
--------------------------------------------------------------------------- */
/* Box-model.
--------------------------------------------------------------------------- */
*,
*:after,
*:before {
box-sizing: border-box;
}
/* Fonts.
https://calendar.perfplanet.com/2016/no-font-face-bulletproof-syntax/
https://fontlibrary.org/fr/font/evolventa
https://fontlibrary.org/fr/font/source-sans-pro
--------------------------------------------------------------------------- */
/* Used for titles. */
@font-face {
font-family: "Evolventa";
src: url(../fonts/evolventa/woff2/evolventa-bold.woff2) format('woff2'),
url(../fonts/evolventa/woff/evolventa-bold.woff) format('woff');
font-weight: 800;
}
/* Used for content text. */
@font-face {
font-family: "Source Sans Pro";
src: url(../fonts/source-sans-pro/woff2/source-sans-pro-regular.otf.woff2) format('woff2'),
url(../fonts/source-sans-pro/woff/source-sans-pro-regular.otf.woff) format('woff');
font-weight: 400;
}
@font-face {
font-family: "Source Sans Pro";
src: url(../fonts/source-sans-pro/woff2/source-sans-pro-bold.otf.woff2) format('woff2'),
url(../fonts/source-sans-pro/woff/source-sans-pro-bold.otf.woff) format('woff');
font-weight: 800;
}
@font-face {
font-family: "Source Sans Pro";
src: url(../fonts/source-sans-pro/woff2/source-sans-pro-italic.otf.woff2) format('woff2'),
url(../fonts/source-sans-pro/woff/source-sans-pro-italic.otf.woff) format('woff');
font-style: italic;
}
/* Global.
--------------------------------------------------------------------------- */
body {
height: 1vh;
}
html {
height: 1vh;
font-size: 1rem;
font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif;
line-height: 1.6; /* http://meyerweb.com/eric/thoughts/2006/02/08/unitless-line-heights/ */
color: #1c1c1c;
-webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom. */
-webkit-font-smoothing: antialiased;
}
/* Typo.
Font-size and units: setting the font size on the body to 1rem sets the text size to the
browser's default font size: usually 16px.
Then:
16px = 1rem
20px = 1.25rem => (20 * 1) / 16
40px => 2.5rem
34px => 2.125rem
28px => 1.75rem
26px => 1.625rem
24px => 1.5rem
20px => 1.25rem
18px => 1.125rem
16px => 1rem
15px => 0.9375rem
14px => 0.875rem
13px => 0.8125rem
12px => 0.75rem
10px => 0.625rem
5px => 0.3125rem
Size below are from wing.css https://github.com/kbrsh/wing
--------------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
font-family: "Evolventa";
}
h1 {
font-size: 2.986rem;
line-height: 1.2;
}
h2 {
font-size: 2.488rem;
line-height: 1.25;
}
h3 {
font-size: 2.074rem;
line-height: 1.3;
}
h4 {
font-size: 1.728rem;
line-height: 1.35;
}
h5 {
font-size: 1.44rem;
line-height: 1.5;
}
h6 {
font-size: 1.2rem;
line-height: 1.6;
}
/* Vertical rhythm.
--------------------------------------------------------------------------- */
.form-group,
fieldset,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre,
table {
margin: 0 0 1rem 0;
}
/* Tables.
--------------------------------------------------------------------------- */
table {
border-collapse: collapse;
border-spacing: 0;
empty-cells: show;
text-align: left;
border: 1px solid #c9d3df;
}
table caption {
font-style: italic;
text-align: center;
border-width: 1px 1px 0 1px;
padding: 0.625rem 0;
border: 1px solid #c9d3df;
}
table td {
padding: 0.625rem 1rem;
border: 1px solid #c9d3df;
}
table th {
padding: 0.625rem 1rem;
border: 1px solid #c9d3df;
}
table thead {
vertical-align: bottom;
padding: 0.625rem 1rem;
background: #c9d3df;
}
table tfoot {
vertical-align: bottom;
padding: 0.625rem 1rem;
background: #c9d3df;
}
table tfoot {
vertical-align: top;
}
/* Links.
--------------------------------------------------------------------------- */
a {
color: #0081d5;
text-decoration: underline;
}
a:link {
color: #0081d5;
text-decoration: underline;
}
a:visited {
color: #0081d5;
text-decoration: underline;
}
a:focus,
a:hover,
a:active {
text-decoration: none;
}
/* Images.
--------------------------------------------------------------------------- */
img {
max-width: 100%;
}
figure {
margin: 0;
}
/* Divider.
--------------------------------------------------------------------------- */
hr {
width: 100%;
border: 1px solid #c9d3df;
border-width: 1px 0 0 0;
}
/* Code.
--------------------------------------------------------------------------- */
code {
padding: 2px;
white-space: nowrap;
border-radius: 2px;
font-family: "Consolas", "Monaco", "Menlo", monospace;
background: #ebeff3;
border: 1px solid #c9d3df;
}
/* Forms.
--------------------------------------------------------------------------- */
label[for] {
cursor: pointer;
}
label + textarea {
vertical-align: top;
}
fieldset {
/*
Width and min-width are required here to respect 100% textarea max-width within fieldset.
http://codepen.io/tmsdnl/pen/ByqJgO
*/
width: 100%;
min-width: 100%;
padding: 1rem;
border: 1px solid #ebeff3;
}
/*
Some types of properties are not inherited by default.
We can use `inherit` to force inheritance in some cases.
For example, the input element doesn't inherit any of the font properties.
*/
.btn,
input,
textarea,
select {
font-family: inherit;
font-size: inherit;
line-height: inherit;
color: inherit;
}
input[type='checkbox'] {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border-radius: 3px;
margin: 0;
max-width: 100%;
padding: 10px 12px;
background: #fff;
border: 1px solid #adb9c9;
}
input[type='date'] {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border-radius: 3px;
margin: 0;
max-width: 100%;
padding: 10px 12px;
background: #fff;
border: 1px solid #adb9c9;
}
input[type='email'] {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border-radius: 3px;
margin: 0;
max-width: 100%;
padding: 10px 12px;
background: #fff;
border: 1px solid #adb9c9;
}
input[type='file'] {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border-radius: 3px;
margin: 0;
max-width: 100%;
padding: 10px 12px;
background: #fff;
border: 1px solid #adb9c9;
}
input[type='number'] {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border-radius: 3px;
margin: 0;
max-width: 100%;
padding: 10px 12px;
background: #fff;
border: 1px solid #adb9c9;
}
input[type='password'] {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border-radius: 3px;
margin: 0;
max-width: 100%;
padding: 10px 12px;
background: #fff;
border: 1px solid #adb9c9;
}
input[type='radio'] {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border-radius: 3px;
margin: 0;
max-width: 100%;
padding: 10px 12px;
background: #fff;
border: 1px solid #adb9c9;
}
input[type='search'] {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border-radius: 3px;
margin: 0;
max-width: 100%;
padding: 10px 12px;
background: #fff;
border: 1px solid #adb9c9;
}
input[type='tel'] {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border-radius: 3px;
margin: 0;
max-width: 100%;
padding: 10px 12px;
background: #fff;
border: 1px solid #adb9c9;
}
input[type='text'] {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border-radius: 3px;
margin: 0;
max-width: 100%;
padding: 10px 12px;
background: #fff;
border: 1px solid #adb9c9;
}
input[type='url'] {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border-radius: 3px;
margin: 0;
max-width: 100%;
padding: 10px 12px;
background: #fff;
border: 1px solid #adb9c9;
}
textarea {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border-radius: 3px;
margin: 0;
max-width: 100%;
padding: 10px 12px;
background: #fff;
border: 1px solid #adb9c9;
}
textarea {
min-height: 150px;
}
/* Forms > custom radio and checkbox buttons. ------------------------------------ */
input[type='radio'],
input[type='checkbox'] {
position: relative;
vertical-align: middle;
padding: 0;
height: 22px;
width: 22px;
margin: 0 5px 0 0;
}
/* Forms > custom radio. ------------------------------------ */
input[type='radio'] {
border-radius: 50%;
background: #fff;
}
input[type='radio']:checked {
border-color: #0081d5;
}
input[type='radio']:checked:before {
content: '';
height: 20px;
width: 20px;
display: inline-block;
border-radius: 50%;
transform: scale(.4);
background-color: #0081d5;
}
/* Forms > custom checkbox. ------------------------------------ */
input[type='checkbox']:checked {
background-color: #0081d5;
border-color: #0081d5;
}
input[type='checkbox']:checked:before {
/* Create a CSS checkmark. */
content: '';
display: block;
/* Make a small rectangle so the border will create an L-shape. */
width: 6px;
height: 12px;
/* Add a white border on the bottom and left, creating that 'L'. */
border: solid #fff;
border-width: 0 2px 2px 0;
/* Rotate the L 45 degrees to turn it into a checkmark. */
transform: rotate(45deg);
/* Center the checkmark. */
position: relative;
top: 2px;
left: 7px;
}
/* Buttons. ------------------------------------ */
.btn {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
display: inline-block;
color: #f5f5f5;
padding: 10px 30px;
cursor: pointer;
border: 1px solid #0081d5;
background-color: #0081d5;
text-decoration: none;
border-radius: 2px;
box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.btn:link {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
display: inline-block;
color: #f5f5f5;
padding: 10px 30px;
cursor: pointer;
border: 1px solid #0081d5;
background-color: #0081d5;
text-decoration: none;
border-radius: 2px;
box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.btn:visited {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
display: inline-block;
color: #f5f5f5;
padding: 10px 30px;
cursor: pointer;
border: 1px solid #0081d5;
background-color: #0081d5;
text-decoration: none;
border-radius: 2px;
box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.btn:focus {
background-color: #006cb0;
border-color: #006cb0;
}
.btn:hover {
background-color: #006cb0;
border-color: #006cb0;
}
.btn:active {
position: relative;
top: 1px;
left: 1px;
background-color: #00578d;
border-color: #00578d;
}
.btn[disabled] {
cursor: not-allowed;
opacity: .5;
}
/* Errors. ------------------------------------ */
.form-group input[type='date'],
.form-group input[type='email'],
.form-group input[type='file'],
.form-group input[type='number'],
.form-group input[type='password'],
.form-group input[type='search'],
.form-group input[type='tel'],
.form-group input[type='text'],
.form-group input[type='url'],
.form-group textarea {
min-width: 100%;
}
.form-group.form-error label {
color: #d1335b;
}
.form-group.form-error .form-error-text {
color: #d1335b;
}
.form-group.form-error input[type='date'] {
border: 1px solid #d1335b;
}
.form-group.form-error input[type='email'] {
border: 1px solid #d1335b;
}
.form-group.form-error input[type='file'] {
border: 1px solid #d1335b;
}
.form-group.form-error input[type='number'] {
border: 1px solid #d1335b;
}
.form-group.form-error input[type='password'] {
border: 1px solid #d1335b;
}
.form-group.form-error input[type='search'] {
border: 1px solid #d1335b;
}
.form-group.form-error input[type='tel'] {
border: 1px solid #d1335b;
}
.form-group.form-error input[type='text'] {
border: 1px solid #d1335b;
}
.form-group.form-error input[type='url'] {
border: 1px solid #d1335b;
}
.form-group.form-error textarea {
border: 1px solid #d1335b;
}
/* Global layout and spacing around main site elements.
--------------------------------------------------------------------------- */
body {
margin: 0;
background: #ebeff3;
}
section,
.site-header,
.banner-content,
.site-footer {
max-width: 1280px;
margin: 0 auto;
padding: 30px 40px;
}
@media (max-width: 600px) {
/* For any browser < max-width. */
section,
.site-header,
.banner-content,
.site-footer {
padding-left: 20px;
padding-right: 20px;
}
}
/* Skip-links.
--------------------------------------------------------------------------- */
#skip-links {
position: absolute;
width: 100%;
text-align: center;
}
#skip-links a {
position: absolute;
left: -100%;
top: 20px;
padding: 20px;
background: #00578d;
color: #fff;
}
#skip-links a:focus,
#skip-links a:active {
position: relative;
left: 0;
}
/* Header.
--------------------------------------------------------------------------- */
.site-header {
background: #fff;
padding-top: 10px;
padding-bottom: 10px;
border: 1px solid #c9d3df;
border-width: 0 0 1px 0;
}
.site-header > nav {
display: flex;
justify-content: space-between;
align-items: center;
}
.site-header > nav .site-header-logos {
display: flex;
align-items: center
}
.site-header > nav .site-header-logos .site-logo {
color: #1c1c1c;
font-family: "Evolventa";
font-size: 1.7rem;
margin-left: 10px;
text-decoration: none;
}
.site-header > nav ul {
text-align: center;
padding: 0
}
.site-header > nav ul li {
display: inline-block;
}
.site-header > nav ul li:not(:first-of-type) {
margin-left: 10px;
}
.site-header > nav ul a {
color: #003189;
}
@media (max-width: 600px) {
/* For any browser < max-width. */
.site-header > nav {
display: block;
}
.site-header > nav .site-header-logos {
justify-content: center;
}
}
/* Banner (with the big baseline).
--------------------------------------------------------------------------- */
.banner {
background: url(../img/map_bkg_pattern.png) repeat;
border: 1px solid #c9d3df;
border-width: 0 0 1px 0;
}
.banner-content {
padding-top: 0;
padding-bottom: 0;
min-height: 330px;
/*
Map image created by Jannoon028 - Freepik.com
https://www.freepik.com/free-photo/wallpaper-geography-nation-map-paper_1048435.htm
*/
background: url(../img/map.png) 0 0 no-repeat;
}
@media (max-width: 600px) {
/* For any browser < max-width. */
.banner-content {
background-size: cover;
min-height: 0;
}
}
.banner-content h1 {
padding: 30px 0;
margin: 0; /* Avoid collapsing margin. */
text-shadow: 0 1px 2px rgba(255, 255, 255, 0.24);
color: #003189;
}
@media (max-width: 600px) {
/* For any browser < max-width. */
.banner-content h1 {
text-align: center;
font-size: 1.6rem;
}
}
@media (min-width: 900px) {
/* For any browser > min-width. */
.banner-content h1 {
padding-left: 40%; /* Push the baseline more to the right on big screens. */
}
}
/* Sections.
--------------------------------------------------------------------------- */
section > section {
padding: 0;
margin: 0;
}
.section-white {
background: #fff;
}
.section-color {
background: #ebeff3;
}
/* Footer.
--------------------------------------------------------------------------- */
.site-footer {
border: 1px solid #c9d3df;
border-width: 1px 0 0 0;
text-align: center;
}
.site-footer-content ul {
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
list-style: none;
margin: 0 0 20px 0;
padding: 0;
}
.site-footer-content ul li img {
vertical-align: middle;
}
.site-footer-content ul li:not(:last-of-type):after {
content: "|";
color: #adb9c9;
padding: 0 10px;
}
/* Some white box.
--------------------------------------------------------------------------- */
.box-bordered {
text-align: center;
box-shadow: 0 1px 3px #c9d3df;
border: 1px solid silver;
margin: 20px;
box-sizing: border-box;
padding: 10px;
}
/* Notification messages.
--------------------------------------------------------------------------- */
.notification {
border-radius: 3px;
padding: 1rem;
margin-bottom: 1rem;
color: #0081d5;
border: 1px solid #0081d5;
background: #b4e1fa;
}
.notification > :last-child {
margin-bottom: 0;
}
.notification.error {
color: #d1335b;
border: 1px solid #d1335b;
background: #f8e1e7;
}
.notification.success {
color: #03bd5b;
border: 1px solid #03bd5b;
background: #daf5e7;
}
/* Spinner.
--------------------------------------------------------------------------- */
@keyframes spin {
100% {
transform: rotate(360deg);
}
}
.spinner {
display: inline-block;
overflow: hidden;
text-indent: -999em;
border-radius: 50%;
width: 2em;
height: 2em;
border: 4px solid #c9d3df;
border-bottom: 4px solid #0081d5;
animation: spin 1s infinite linear;
}
/* Stats
--------------------------------------------------------------------------- */
.statistiques-resume {
display: flex;
flex-wrap: wrap;
justify-content: center;
margin-top: 30px;
}
.statistiques-resume > div div:first-child {
font-size: 1.2em;
}
.statistiques-resume > div div:last-child {
font-weight: bold;
font-size: 2em;
}
@media (max-width: 600px) {
.box-bordered {
margin-top: 30px;
font-size: 1.3em;
}
}
/* Steps: a.k.a. "how it work".
--------------------------------------------------------------------------- */
.steps {
display: flex;
flex-wrap: wrap;
justify-content: center;
list-style: none;
margin: 0 0 1rem 0;
padding: 0;
}
.steps-item {
margin: 0 10px;
max-width: 250px;
}
.steps-item img {
display: block;
margin: 30px auto;
width: 60%;
}
.steps-item p {
position: relative;
padding-left: 3rem;
}
.steps-item p span { /* Step number. */
display: inline-block;
position: absolute;
font-weight: 800;
top: 0;
left: 0;
border: 1px solid;
border-radius: 2rem;
width: 2rem;
height: 2rem;
line-height: 1.9rem;
text-align: center;
}
/* Generic utils.
--------------------------------------------------------------------------- */
.center {
text-align: center;
}
/* Buttons row: a row containing 1 or more <a> element(s).
--------------------------------------------------------------------------- */
.buttons-row {
display: flex;
justify-content: center;
flex-wrap: wrap;
}
.buttons-row a {
margin: 5px;
}
/* Multi column lists.
--------------------------------------------------------------------------- */
@media (min-width: 900px) { /* For any browser > min-width. */
.multi-column-list {
-moz-column-count: 2;
-webkit-column-count: 2;
column-count: 2;
}
.multi-column-list li {
margin: 0 50px;
}
}
/* Aerate content on big screens
--------------------------------------------------------------------------- */
.aerate-content {
padding: 0 15%;
}
@media (max-width: 800px) { /* For any browser < max-width. */
.aerate-content {
padding: 0;
}
} | 0.52902 | 0.152158 |
body {
padding:0;
margin:0;
background-color:#8d9cb9;
background-image: url('images/back.jpg');
background-repeat: repeat-x;
}
.clear {
clear:both;
width:100%;
}
h1{
margin:40px auto;
padding:0;
font-family: 'Roboto Slab', serif;
font-size:100px;
font-weight:bold;
color:#2980b9;
text-align:center;
}
#collegeNmae{
text-align: center;
margin-top: 3%;
margin-bottom:0%;
font-size: 200%;
}
#collegeLocation {
text-align: center;
font-style: italic;
margin-top:0%;
margin-bottom:1%;
font-size: 180%;
}
fieldset {
background-color: #b3ccff;
width: 30%;
margin: 0 auto;
padding: 0 0 0 0;
}
#textlogin {
text-align:center;
background-color: #4d88ff;
font-size: 150%;
padding-top:13px;
padding-bottom: 15px;
}
.textlabel {
font-style: italic;
padding-top:9px;
padding-bottom: 1px;
padding-left:4px;
}
#inputbox {
width: 95%;
line-height: 175%;
display: block;
margin : 0 auto;
}
input:focus {
background-color: #ffff80;
}
#textcap {
margin-top: 15px;
margin-left: 10px;
margin-bottom: 0px;
}
#captcha {
padding-top: 0px;
margin-left: 10%;
display: inline-block;
}
#mathcap {
margin-left: 15px;
}
#captchaResult {
margin-left: 15px;
width: 15%;
}
#submitButton {
margin-bottom:5%;
text-align: center;
display: inline-block;
}
#forget {
text-align:center;
background-color: #4d88ff;
font-size: 110%;
font-style: italic;
padding-top:7px;
padding-bottom: 7px;
background: #4d88ff;
border-radius: 4px;
/* ---------below code is for background colour design in password ----------------------------- */
/*background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
/*background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
/*background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
} | loginPage.css | body {
padding:0;
margin:0;
background-color:#8d9cb9;
background-image: url('images/back.jpg');
background-repeat: repeat-x;
}
.clear {
clear:both;
width:100%;
}
h1{
margin:40px auto;
padding:0;
font-family: 'Roboto Slab', serif;
font-size:100px;
font-weight:bold;
color:#2980b9;
text-align:center;
}
#collegeNmae{
text-align: center;
margin-top: 3%;
margin-bottom:0%;
font-size: 200%;
}
#collegeLocation {
text-align: center;
font-style: italic;
margin-top:0%;
margin-bottom:1%;
font-size: 180%;
}
fieldset {
background-color: #b3ccff;
width: 30%;
margin: 0 auto;
padding: 0 0 0 0;
}
#textlogin {
text-align:center;
background-color: #4d88ff;
font-size: 150%;
padding-top:13px;
padding-bottom: 15px;
}
.textlabel {
font-style: italic;
padding-top:9px;
padding-bottom: 1px;
padding-left:4px;
}
#inputbox {
width: 95%;
line-height: 175%;
display: block;
margin : 0 auto;
}
input:focus {
background-color: #ffff80;
}
#textcap {
margin-top: 15px;
margin-left: 10px;
margin-bottom: 0px;
}
#captcha {
padding-top: 0px;
margin-left: 10%;
display: inline-block;
}
#mathcap {
margin-left: 15px;
}
#captchaResult {
margin-left: 15px;
width: 15%;
}
#submitButton {
margin-bottom:5%;
text-align: center;
display: inline-block;
}
#forget {
text-align:center;
background-color: #4d88ff;
font-size: 110%;
font-style: italic;
padding-top:7px;
padding-bottom: 7px;
background: #4d88ff;
border-radius: 4px;
/* ---------below code is for background colour design in password ----------------------------- */
/*background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
/*background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
/*background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
} | 0.213869 | 0.04714 |
:root {
--red-1:#3f1413;
--red-2:#531a19;
--red-3:#66211f;
--red-4:#7a2725;
--red-5:#8e2d2b;
--red-6:#a13431;
--red-7:#b53a37;
--red-alert: #f04747;
--gray-1:#5c5c5c;
--gray-2:#696969;
--gray-3:#767676;
--gray-4:#838383;
--gray-5:#8f8f8f;
--gray-6:#9c9c9c;
--gray-7:#a9a9a9;
--main-bg-color: var(--red-4);
--menu-text-color: var(--gray-7);
--titlebar-bg-color: var(--red-2);
--titlebar-bg-hover: var(--red-3);
--titlebar-bg-hover-alert: var(--red-alert) ;
--titlebar-button-color: var(--gray-7);;
--menu-button-hover-color: var(--red-3);
--menu-button-selected-color: var(--red-1);
--titlebar-height: 25px;
--lateral-border-width: 70px;
}
* {
margin: 0;
padding: 0;
}
div {
text-align: center;
font-size: 3rem;
font-family: calibri;
color: white;
}
div .react-tagsinput {
font-size: 1rem;
text-align: initial;
padding-top: 0;
overflow: inherit;
}
.react-tagsinput-tag {
padding-bottom:0;
}
label {
font-size:1rem;
text-align: initial;
}
form input {
font-size:1rem;
height: 2.5rem;
width: 100%;
}
form button {
margin: 5px;
}
.form-group {
margin-bottom: 0.2rem;
}
.background {
height: 100%;
width: 100%;
}
.main-text {
font-size: 15px;
width: 100%;
text-align: center;
vertical-align: middle;
margin-top: auto;
margin-bottom: auto;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
white-space: nowrap;
}
.menu-button {
width: 100%;
height: 3.5rem;
margin: 0 auto;
display: flex;
margin-top: 10px;
background-color: var(--titlebar-bg-color);
border: 0;
border-left: solid transparent;
}
.menu-button i {
color: var(--menu-text-color);
font-size: 20px;
}
.menu-button span {
font-size: 9px;
color: var(--menu-text-color);
}
.menu-button:hover {
background-color: var(--menu-button-hover-color);
}
.menu-button:focus {
outline: none;
}
.menu-button-selected {
background-color: var(--menu-button-selected-color);
border-left: solid var(--gray-7);
}
#appIcon {
width:50px;
height:50px;
margin: auto;
position: relative;
left: 0;
margin-top: 10px;
margin-bottom: 10px;
}
#content {
display: flex;
height: 100vh;
flex-direction: column;
background-color: var(--main-bg-color);
align-items: center;
}
#lateralBorder {
background-color: var(--titlebar-bg-color);
height: 100%;
width: var(--lateral-border-width);
position: fixed;
z-index:2;
}
.btn-info {
background-color: var(--red-3);
border-color: var(--red-3);
}
.btn-info:active {
background-color: var(--red-2);
border-color: var(--red-4);
}
.btn-info:focus {
background-color: var(--red-2);
border-color: var(--red-4);
box-shadow: 0 0 0 0.2rem rgba(181, 58, 55, 0.5);
}
.btn-info:hover {
background-color: var(--red-2);
border-color: var(--red-4);
}
.btn-info:visited {
background-color: var(--red-2);
border-color: var(--red-4);
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
background-color: var(--red-2);
border-color: var(--red-4);
}
.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(181, 58, 55, 0.5);
}
.search {
position: fixed;
margin: 0;
left: var(--lateral-border-width);
top: var(--titlebar-height);
z-index:2;
}
.screen-title {
margin-top: 50px;
}
.searchBar {
color: white;
padding: 6px;
border-style: solid;
border-right: 0;
font-size: 17px;
background-color: var(--red-3);
border-color: var(--red-5);
}
.searchBar:focus {
outline: none;
}
#searchButton{
font-size: 17px;
border: 2px;
border-left: 0;
border-radius: 0;
border-style: solid;
border-color: var(--red-5);
}
#workspace {
margin-left: var(--lateral-border-width);
margin-top: var(--titlebar-height);
width: 100%;
min-height: 100%;
background-color: var(--main-bg-color);
} | src/View/style.css | :root {
--red-1:#3f1413;
--red-2:#531a19;
--red-3:#66211f;
--red-4:#7a2725;
--red-5:#8e2d2b;
--red-6:#a13431;
--red-7:#b53a37;
--red-alert: #f04747;
--gray-1:#5c5c5c;
--gray-2:#696969;
--gray-3:#767676;
--gray-4:#838383;
--gray-5:#8f8f8f;
--gray-6:#9c9c9c;
--gray-7:#a9a9a9;
--main-bg-color: var(--red-4);
--menu-text-color: var(--gray-7);
--titlebar-bg-color: var(--red-2);
--titlebar-bg-hover: var(--red-3);
--titlebar-bg-hover-alert: var(--red-alert) ;
--titlebar-button-color: var(--gray-7);;
--menu-button-hover-color: var(--red-3);
--menu-button-selected-color: var(--red-1);
--titlebar-height: 25px;
--lateral-border-width: 70px;
}
* {
margin: 0;
padding: 0;
}
div {
text-align: center;
font-size: 3rem;
font-family: calibri;
color: white;
}
div .react-tagsinput {
font-size: 1rem;
text-align: initial;
padding-top: 0;
overflow: inherit;
}
.react-tagsinput-tag {
padding-bottom:0;
}
label {
font-size:1rem;
text-align: initial;
}
form input {
font-size:1rem;
height: 2.5rem;
width: 100%;
}
form button {
margin: 5px;
}
.form-group {
margin-bottom: 0.2rem;
}
.background {
height: 100%;
width: 100%;
}
.main-text {
font-size: 15px;
width: 100%;
text-align: center;
vertical-align: middle;
margin-top: auto;
margin-bottom: auto;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
white-space: nowrap;
}
.menu-button {
width: 100%;
height: 3.5rem;
margin: 0 auto;
display: flex;
margin-top: 10px;
background-color: var(--titlebar-bg-color);
border: 0;
border-left: solid transparent;
}
.menu-button i {
color: var(--menu-text-color);
font-size: 20px;
}
.menu-button span {
font-size: 9px;
color: var(--menu-text-color);
}
.menu-button:hover {
background-color: var(--menu-button-hover-color);
}
.menu-button:focus {
outline: none;
}
.menu-button-selected {
background-color: var(--menu-button-selected-color);
border-left: solid var(--gray-7);
}
#appIcon {
width:50px;
height:50px;
margin: auto;
position: relative;
left: 0;
margin-top: 10px;
margin-bottom: 10px;
}
#content {
display: flex;
height: 100vh;
flex-direction: column;
background-color: var(--main-bg-color);
align-items: center;
}
#lateralBorder {
background-color: var(--titlebar-bg-color);
height: 100%;
width: var(--lateral-border-width);
position: fixed;
z-index:2;
}
.btn-info {
background-color: var(--red-3);
border-color: var(--red-3);
}
.btn-info:active {
background-color: var(--red-2);
border-color: var(--red-4);
}
.btn-info:focus {
background-color: var(--red-2);
border-color: var(--red-4);
box-shadow: 0 0 0 0.2rem rgba(181, 58, 55, 0.5);
}
.btn-info:hover {
background-color: var(--red-2);
border-color: var(--red-4);
}
.btn-info:visited {
background-color: var(--red-2);
border-color: var(--red-4);
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
background-color: var(--red-2);
border-color: var(--red-4);
}
.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(181, 58, 55, 0.5);
}
.search {
position: fixed;
margin: 0;
left: var(--lateral-border-width);
top: var(--titlebar-height);
z-index:2;
}
.screen-title {
margin-top: 50px;
}
.searchBar {
color: white;
padding: 6px;
border-style: solid;
border-right: 0;
font-size: 17px;
background-color: var(--red-3);
border-color: var(--red-5);
}
.searchBar:focus {
outline: none;
}
#searchButton{
font-size: 17px;
border: 2px;
border-left: 0;
border-radius: 0;
border-style: solid;
border-color: var(--red-5);
}
#workspace {
margin-left: var(--lateral-border-width);
margin-top: var(--titlebar-height);
width: 100%;
min-height: 100%;
background-color: var(--main-bg-color);
} | 0.36659 | 0.119408 |
.default .dijitButtonNode {
/* enabled state - inner */
border: 1px solid #c0c0c0;
border-bottom: 1px solid #9b9b9b;
padding: 0.1em 0.2em 0.2em 0.2em;
background: #fff url("../images/buttonEnabled.png") repeat-x bottom left;
}
.default .dijitButtonText {
text-align: center;
padding: 0 0.3em;
}
.default .dijitDisabled .dijitButtonText {
color: #7F7F7F;
}
.default .dijitArrowButton {
color: #111;
}
.default .dijitComboButton .dijitDownArrowButton {
padding-right:4px;
}
.default .dijitTextBoxReadOnly,
.default .dijitTextBoxReadOnly .dijitButtonNode,
.default .dijitButtonDisabled .dijitButtonNode,
.default .dijitToggleButtonDisabled .dijitButtonNode,
.default .dijitDropDownButtonDisabled .dijitButtonNode,
.default .dijitComboButtonDisabled .dijitButtonNode,
.default .dijitTextBoxDisabled,
.default .dijitTextBoxDisabled .dijitButtonNode {
/* disabled state - inner */
border-color: #d5d5d5 #d5d5d5 #bdbdbd #d5d5d5;
background:#e4e4e4 url("../images/buttonDisabled.png") top repeat-x;
}
.default .dijitButtonHover .dijitButtonNode,
.default .dijitButtonNodeHover,
.default .dijitToggleButtonHover .dijitButtonNode,
.default .dijitDropDownButtonHover .dijitButtonNode,
.default .dijitComboButton .dijitButtonContentsHover,
.default .dijitComboButton .dijitDownArrowButtonHover {
/* hover state - inner */
/* TODO: change from Hover to Selected so that button is still highlighted while drop down is being used */
border-color: #a5beda;
border-bottom-color:#5c7590;
color:#243C5F;
background:#fcfdff url("../images/buttonHover.png") repeat-x bottom;
}
.default .dijitDownArrowButtonHover,
.default .dijitUpArrowButtonHover {
/* same as above except don't adjust border color (it's controlled by the containing Spinner/ComboBox) */
color:#243C5F;
background:#fcfdff url("../images/buttonHover.png") repeat-x bottom;
}
.default .dijitUpArrowButtonActive,
.default .dijitDownArrowButtonActive,
.default .dijitButtonActive .dijitButtonNode,
.default .dijitToggleButtonActive .dijitButtonNode,
.default .dijitDropDownButtonActive .dijitButtonNode,
.default .dijitButtonContentsActive,
.default .dijitStackController .dijitToggleButtonChecked .dijitButtonNode {
/* active state - inner (for when you are pressing a normal button, or
* when a radio-type button is in a depressed state
*/
border-color:#366dba;
background: #ededed url("../images/buttonActive.png") bottom repeat-x;
}
.default .dijitArrowButtonInner {
background:url("../images/spriteArrows.png") no-repeat scroll 0 center;
width: 7px;
height: 7px;
margin: 0 4px 0 4px;
}
.default .dijitTextBox .dijitArrowButtonInner {
background-position: 0 center;
}
.dj_ie6 .default .dijitArrowButtonInner {
background-image:url("../images/spriteArrows.gif");
}
.default .dijitLeftArrowButton .dijitArrowButtonInner {
background-position: -7px center;
}
.default .dijitRightArrowButton .dijitArrowButtonInner {
background-position: -14px center;
}
.default .dijitUpArrowButton .dijitArrowButtonInner {
background-position: -21px center;
}
.default .dijitDisabled .dijitArrowButtonInner {
background-position: -28px center;
}
.default .dijitDisabled .dijitLeftArrowButton .dijitArrowButtonInner {
background-position: -35px center;
}
.default .dijitDisabled .dijitRightArrowButton .dijitArrowButtonInner {
background-position: -42px center;
}
.default .dijitDisabled .dijitUpArrowButton .dijitArrowButtonInner {
background-position: -49px center;
}
.dj_webkit .default .dijitSpinner .dijitUpArrowButton .dijitArrowButtonInner {
margin-top: -1px; /* image has too many blank pixels on top */
}
.dj_ie .default .dijitSpinner .dijitDownArrowButton .dijitArrowButtonInner {
margin-top: -2px; /* image has too many blank pixels on top */
}
.dj_ie8 .default .dijitSpinner .dijitDownArrowButton .dijitArrowButtonInner {
margin-top: -1px; /* image has too many blank pixels on top */
}
.default .dijitSpinnerButtonContainer {
width: auto;
padding: 0;
}
.default .dijitSpinner .dijitArrowButton {
width: 15px;
}
.default .dijitSpinner .dijitSpinnerButtonInner {
width: 15px;
}
.default .dijitSpinner .dijitArrowButtonInner .dijitInputField {
padding: 0;
} | web/themes/default/css/dojo/form/Button.css | .default .dijitButtonNode {
/* enabled state - inner */
border: 1px solid #c0c0c0;
border-bottom: 1px solid #9b9b9b;
padding: 0.1em 0.2em 0.2em 0.2em;
background: #fff url("../images/buttonEnabled.png") repeat-x bottom left;
}
.default .dijitButtonText {
text-align: center;
padding: 0 0.3em;
}
.default .dijitDisabled .dijitButtonText {
color: #7F7F7F;
}
.default .dijitArrowButton {
color: #111;
}
.default .dijitComboButton .dijitDownArrowButton {
padding-right:4px;
}
.default .dijitTextBoxReadOnly,
.default .dijitTextBoxReadOnly .dijitButtonNode,
.default .dijitButtonDisabled .dijitButtonNode,
.default .dijitToggleButtonDisabled .dijitButtonNode,
.default .dijitDropDownButtonDisabled .dijitButtonNode,
.default .dijitComboButtonDisabled .dijitButtonNode,
.default .dijitTextBoxDisabled,
.default .dijitTextBoxDisabled .dijitButtonNode {
/* disabled state - inner */
border-color: #d5d5d5 #d5d5d5 #bdbdbd #d5d5d5;
background:#e4e4e4 url("../images/buttonDisabled.png") top repeat-x;
}
.default .dijitButtonHover .dijitButtonNode,
.default .dijitButtonNodeHover,
.default .dijitToggleButtonHover .dijitButtonNode,
.default .dijitDropDownButtonHover .dijitButtonNode,
.default .dijitComboButton .dijitButtonContentsHover,
.default .dijitComboButton .dijitDownArrowButtonHover {
/* hover state - inner */
/* TODO: change from Hover to Selected so that button is still highlighted while drop down is being used */
border-color: #a5beda;
border-bottom-color:#5c7590;
color:#243C5F;
background:#fcfdff url("../images/buttonHover.png") repeat-x bottom;
}
.default .dijitDownArrowButtonHover,
.default .dijitUpArrowButtonHover {
/* same as above except don't adjust border color (it's controlled by the containing Spinner/ComboBox) */
color:#243C5F;
background:#fcfdff url("../images/buttonHover.png") repeat-x bottom;
}
.default .dijitUpArrowButtonActive,
.default .dijitDownArrowButtonActive,
.default .dijitButtonActive .dijitButtonNode,
.default .dijitToggleButtonActive .dijitButtonNode,
.default .dijitDropDownButtonActive .dijitButtonNode,
.default .dijitButtonContentsActive,
.default .dijitStackController .dijitToggleButtonChecked .dijitButtonNode {
/* active state - inner (for when you are pressing a normal button, or
* when a radio-type button is in a depressed state
*/
border-color:#366dba;
background: #ededed url("../images/buttonActive.png") bottom repeat-x;
}
.default .dijitArrowButtonInner {
background:url("../images/spriteArrows.png") no-repeat scroll 0 center;
width: 7px;
height: 7px;
margin: 0 4px 0 4px;
}
.default .dijitTextBox .dijitArrowButtonInner {
background-position: 0 center;
}
.dj_ie6 .default .dijitArrowButtonInner {
background-image:url("../images/spriteArrows.gif");
}
.default .dijitLeftArrowButton .dijitArrowButtonInner {
background-position: -7px center;
}
.default .dijitRightArrowButton .dijitArrowButtonInner {
background-position: -14px center;
}
.default .dijitUpArrowButton .dijitArrowButtonInner {
background-position: -21px center;
}
.default .dijitDisabled .dijitArrowButtonInner {
background-position: -28px center;
}
.default .dijitDisabled .dijitLeftArrowButton .dijitArrowButtonInner {
background-position: -35px center;
}
.default .dijitDisabled .dijitRightArrowButton .dijitArrowButtonInner {
background-position: -42px center;
}
.default .dijitDisabled .dijitUpArrowButton .dijitArrowButtonInner {
background-position: -49px center;
}
.dj_webkit .default .dijitSpinner .dijitUpArrowButton .dijitArrowButtonInner {
margin-top: -1px; /* image has too many blank pixels on top */
}
.dj_ie .default .dijitSpinner .dijitDownArrowButton .dijitArrowButtonInner {
margin-top: -2px; /* image has too many blank pixels on top */
}
.dj_ie8 .default .dijitSpinner .dijitDownArrowButton .dijitArrowButtonInner {
margin-top: -1px; /* image has too many blank pixels on top */
}
.default .dijitSpinnerButtonContainer {
width: auto;
padding: 0;
}
.default .dijitSpinner .dijitArrowButton {
width: 15px;
}
.default .dijitSpinner .dijitSpinnerButtonInner {
width: 15px;
}
.default .dijitSpinner .dijitArrowButtonInner .dijitInputField {
padding: 0;
} | 0.213951 | 0.153899 |
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;
font-family:inherit;
font-size:100%;
font-style:inherit;
font-weight:inherit;
vertical-align:baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
display:block;
}
body {
line-height:1;
}
ol, ul {
list-style:none;
}
blockquote, q {
quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after {
content:'';
content:none;
}
table {
border-collapse:collapse;
border-spacing:0;
}
/* CLEAR DIVS THAT CONTAIN FLOATING ELEMENTS */
#container:after, .entry-content:after, .more:after, .post-nav:after, .comment-nav:after, #footer-widgets:after {content:''; display:block; height:0; clear:both;}
/* HTML */
html {-webkit-text-size-adjust:100%;}
/* BODY */
body {background:#333; color:#ddd; font-family:'Open Sans', sans-serif; font-size:15px; line-height:1.5; text-align:left; word-wrap:break-word; height:100%;}
/* HEADINGS */
h1 {clear:both; margin:0 0 10px; font-size:2.2em; line-height:1.25;}
h2 {clear:both; margin:0 0 10px; font-size:1.75em; line-height:1.25;}
h3 {clear:both; margin:0 0 10px; font-size:1.45em; line-height:1.5;}
h4 {clear:both; margin:0 0 10px; font-size:1.2em; line-height:1.5;}
h5 {clear:both; margin:0 0 10px; font-size:1em; line-height:2;}
h6 {clear:both; margin:0 0 10px; font-size:0.8em; line-height:2;}
/* LINKS AND HTML TAGS */
a {text-decoration:none; color:#394144; transition: 0.3s ease;}
a:hover {color:#394144; background-color: #F9F9F9; box-shadow: 0px 3px 8px rgba(220, 220, 220, 0.44); border-left: 3px #bcbdbd solid;}
strong, b {font-weight:bold;}
small {font-size:0.8em;}
big {font-size:1.2em;}
sub {vertical-align:sub; font-size:0.9em;}
sup {vertical-align:super; font-size:0.9em;}
ins, mark {font-weight:bold; background:none; text-decoration:none; color:#e77776;}
cite, em, abbr, acronym {font-style:italic;}
code, kbd, samp, var {font-family:monospace, monospace;}
pre {margin:0 0 10px; padding:5px 10px; white-space:pre-wrap; border:1px solid #444;}
blockquote, q {margin:0 0 10px; padding:0 0 0 20px; display:block; font-size:1.2em; font-style:italic; border-left:2px solid #ddd;}
address {margin:0 0 10px; font-style:italic;}
p {margin:0 0 10px;}
hr {height:1px; background:#444; border:0; margin:0 0 10px;}
/* ALIGNMENTS */
.alignright {float:right;}
.alignleft {float:left;}
.aligncenter {clear:both; display:block; margin-left:auto; margin-right:auto;}
/* TABLE AND LISTS */
table {margin:0 0 10px; border-collapse:collapse;}
table, th, td {border:1px solid #444; padding:5px 10px;}
table th {font-weight:bold;}
ul {list-style:square; margin:0 0 10px;}
ol {list-style:decimal; margin:0 0 10px;}
li {margin:0 0 0 20px;}
li > ul, li > ol {margin:0;}
dl {margin:0 0 10px;}
dt {font-weight:bold;}
dd {margin:0 0 0 20px;}
/* INPUTS */
input, select, textarea {-webkit-appearance:none; -moz-appearance:none; border:1px solid #ddd; padding:2px 5px; background:none; color:#ddd; font-size:inherit; font-family:inherit; border-radius:5px;}
input[type="submit"], input[type="reset"], input[type="button"], button {cursor:pointer; border:0; padding:2px 5px; background:#ddd; color:#333;}
input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, button:hover {background:#e77776; color:#ddd;}
input[type="checkbox"] {-webkit-appearance:checkbox; -moz-appearance:checkbox;}
input[type="radio"] {-webkit-appearance:radio; -moz-appearance:radio;}
select {-webkit-appearance:menulist; -moz-appearance:menulist; max-width:100%; background:#fff; color:#333;}
button {font-size:inherit; font-family:inherit;}
/* CONTAINER */
#container {clear:both; max-width:1600px; margin:40px 40px 40px 40px; margin: 0 auto;}
/* MAIN CONTENT AREA */
#content {width:68%; float:left; padding:20px 2%; background:#FFFFFF; border-bottom-right-radius:10px; border-top-right-radius:10px;}
/* SIDEBAR */
#sidebar {width:22%; float:left; padding-top:20px; padding-bottom:20px; background:#FFFFFF; border-bottom-left-radius:10px; border-top-left-radius:10px; box-shadow: 0px 10px 20px rgba(255, 255, 255, 0.16); border:1px rgba(57, 65, 68, 0.13); max-width:300px}
/* SIDEBAR LOGO */
.logo {clear:both; padding:0 0 20px; text-align:center;}
.logo h1 {margin:0;}
.logo h2 {margin:0; padding:5px 0; font-size:1.20em;}
.logo img {padding:10px 0 0;}
/* SIDEBAR MENU */
.nav-primary {clear:both;}
.nav-primary ul {margin:0; padding:0; z-index:999; list-style:none;}
.nav-primary ul li {position:relative; padding:0; margin:0;}
.nav-primary ul li a {display:block; padding:5px 0; text-decoration:none; padding-left: 20px;}
.nav-primary .current-menu-item > a, .nav-primary .current-menu-parent > a {color:#394144; background-color: #ffffff; border-left: 3px #394144 solid; box-shadow: 0px 3px 8px rgba(220, 220, 220, 0.44); transition: 0.3s ease;}
/* SIDEBAR SUBMENU */
.nav-primary ul ul a {width:95%; margin:0 0 0 5%;}
.nav-primary ul ul ul a {width:90%; margin:0 0 0 10%;}
.nav-primary ul ul ul ul a {width:85%; margin:0 0 0 15%;}
/* SIDEBAR MOBILE MENU */
.mobile-nav-container {display:none;}
.mobile-nav-toggle {display:none;}
.mobile-nav {display:none;}
/* SIDEBAR MENU TITLE */
.nav-primary-title {margin:0 0 10px; padding:0 0 5px; color:#ddd; text-align:center;}
/* WIDGETS */
#sidebar-widgets {clear:both;}
.widget {margin:0 0 20px;}
.widgettitle {margin:0 0 10px; padding:0 0 5px; border-bottom:1px solid #444; color:#ddd;}
/* NATIVE SEARCH WIDGET */
.widget_search .search-field {width:60%;}
/* NATIVE CALENDAR WIDGET */
.widget_calendar th, .widget_calendar td {padding:5px;}
/* NATIVE MENU WIDGET */
.widget_nav_menu .sub-menu li {margin:0 0 0 10px;}
/* HEADER IMAGE */
#header-image {width:68%; float:right; margin:0 0 20px; padding:20px 2%; background:#333 url('images/back.png'); opacity:0.9; filter:alpha(opacity=90);}
.header-img {width:100%; height:auto; display:block;}
/* HEADER IMAGE MOBILE */
#header-image-mobile {display:none;}
/* PAGE */
.page-title {margin:0 0 20px;}
.blog-page-text {clear:both; padding:0 0 20px;}
.archive-description {clear:both; padding:0 0 10px; font-style:italic;}
.pagelink {clear:both; padding:10px 0;}
/* POST */
.post-list {clear:both; margin:0 0 20px; border-bottom:1px solid #444;}
.post-single {clear:both;}
.post-title {margin:0 0 20px;}
.post-title-single {margin:0 0 20px;}
.entry-content {clear:both; padding:0 0 20px;}
.sticky-title {margin:0 0 20px; padding:2px 0; border-top:1px solid #444; border-bottom:1px solid #444; text-align:center;}
.postmetadata {clear:both; margin:0 0 20px; padding:2px 0; border-top:1px solid #444; border-bottom:1px solid #444;}
.more {clear:both; padding:0 0 20px;}
a.readmore {float:right; text-decoration:none; padding:2px 5px; background:#ddd; color:#333; border-radius:5px;}
a.readmore:hover {background:#394144; color:#ddd; text-decoration:none;}
/* POST FORMATS */
.format-aside .post-title, .format-image .post-title, .format-video .post-title, .format-gallery .post-title, .format-audio .post-title {font-size:1.45em;}
.format-aside .post-title-single, .format-image .post-title-single, .format-video .post-title-single, .format-gallery .post-title-single, .format-audio .post-title-single {font-size:1.45em;}
.format-image .postmetadata, .format-video .postmetadata, .format-gallery .postmetadata, .format-audio .postmetadata {font-style:italic;}
/* POST NAV */
.post-nav {clear:both;}
.nav-prev {float:left; padding:5px 0;}
.nav-next {float:right; padding:5px 0;}
/* EDIT LINK
.edit-link {clear:both; margin:10px 0; padding:5px 0; border-top:1px solid #444; border-bottom:1px solid #444; text-align:center;}
.edit-link a {color:#e77776;}
.edit-link a:hover {color:#ddd;} */
/* IMAGE AND VIDEO */
embed, iframe, object, video {max-width:100%;}
img {max-width:100%; height:auto;}
img.alignright {float:right; margin:0.4em 0 0.4em 1em;}
img.alignleft {float:left; margin:0.4em 1em 0.4em 0;}
img.aligncenter {clear:both; display:block; margin:0.4em auto 0.4em auto;}
.wp-post-image, .single-image {float:left; margin:0.4em 1em 0.4em 0;}
.wp-caption-text {text-align:center;}
.gallery-item {margin:0 0 10px !important;}
.gallery img {border:0 !important;}
.gallery-caption {margin:0 !important;}
/* SEARCHFORM
.search-form {padding:10px 0;}
.search-field {margin:0 5px 0 0;}
.search-form .screen-reader-text {display:none;} */
/* COMMENTS
#comments {clear:both;}
.comment-list, .comment-list .children {list-style:none; margin:0; padding:0;}
.comment-list li {margin:0; padding:0;}
.comment-list .children > li {margin:0 0 0 10px;}
.comment-body {background:none; border:1px solid #444; margin:0 0 20px; padding:10px;}
.comment-content {padding:10px 0;}
.comment-notes, .form-allowed-tags {padding:5px 0; font-size:0.8em;}
.comments-title, .comment-reply-title, .no-comments {margin:0 0 10px; font-size:1.45em;}
.comment-author .avatar {margin:0 10px 0 0; border-radius:5px;}
.comment-metadata {padding:5px 0 0;}
.bypostauthor .comment-content {font-style:italic;}
.comment-awaiting-moderation {font-style:italic;} */
/* COMMENTS RESPOND
#respond {clear:both; padding:0 0 10px;}
.comment-form label {padding:0 0 5px; display:block;}
.comment-form textarea {width:90%;}*/
/* COMMENTS NAV
.comment-nav {clear:both;}
.comment-prev {float:left; padding:10px 0;}
.comment-next {float:right; padding:10px 0;}*/
/* FOOTER */
#footer {width:68%; float:right; margin:20px 0 0; padding:0 2%; background:#ffffff; color:#ddd; opacity:0.9; filter:alpha(opacity=90);}
.site-info {clear:both; padding:10px 0; text-align:center;}
/* FOOTER WIDGET AREA */
#footer-widgets {clear:both;}
.footer-left {float:left; width:31%; margin:20px 0 0 0;}
.footer-middle {float:left; width:31%; margin:20px 3.5% 0;}
.footer-right {float:right; width:31%; margin:20px 0 0 0;}
/* Tablet */
@media screen and (min-width:768px) and (max-width:1024px) {
/* BODY AND CONTAINER */
#container {margin:20px auto 20px;}
}
/* MOBILE */
@media screen and (max-width:767px) {
/* BODY */
body.custom-background {background-image:none !important;}
/* CONTAINER */
#container {margin:0 auto; padding:10px 2%; background:#333 url('images/back.png');}
/* MAIN CONTENT AREA */
#content {width:100%; clear:both; float:left; padding:10px 0 20px; background:none;}
/* SIDEBAR */
#sidebar {width:100%; clear:both; padding:0; background:none;}
/* SIDEBAR LOGO */
.logo {padding:10px 0 20px;}
.logo h2 {padding:0; font-size:1.45em;}
.logo img {padding:0;}
/* SIDEBAR MENU */
.nav-primary {display:none;}
/* SIDEBAR MOBILE MENU */
.mobile-nav-container {display:block; clear:both; margin:0 0 20px;}
.mobile-nav-toggle {display:block; clear:both; padding:10px 20px; background:#444; color:#ddd; cursor:pointer;}
.mobile-nav-toggle:hover {color:#fff;}
.mobile-nav {clear:both; padding:10px 20px; background:#333; border-bottom:1px solid #444;}
.mobile-nav .subnav-toggle {float:right; display:block; margin:-45px 0 0; padding:2px 15px;}
.mobile-nav ul {list-style:none;}
.mobile-nav ul li {margin:0;}
.mobile-nav ul li a {display:block; margin:0 0 10px 0; padding:0 0 12px; border-bottom:2px dotted #ddd; text-decoration:none;}
.mobile-nav .sub-menu li {margin:0 0 0 20px;}
/* SIDEBAR MENU TITLE */
/* .nav-primary-title {display:none;} */
/* NATIVE SEARCH WIDGET */
.widget_search .search-field {width:auto;}
/* NATIVE CALENDAR WIDGET */
.widget_calendar th, .widget_calendar td {padding:5px 10px;}
/* NATIVE MENU WIDGET */
.widget_nav_menu .sub-menu li {margin:0 0 0 20px;}
/* HEADER IMAGE */
#header-image {display:none;}
/* HEADER IMAGE MOBILE */
#header-image-mobile {display:block; clear:both; margin:0 0 20px;}
/* IMAGES */
.wp-post-image, .single-image {max-width:50%;}
/* FOOTER */
#footer {width:100%; clear:both; float:left; padding:0; margin:0; background:none;}
/* FOOTER WIDGET AREA */
.footer-right, .footer-middle, .footer-left {width:100%; clear:both; float:left; margin:0;}
} | style.css | 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;
font-family:inherit;
font-size:100%;
font-style:inherit;
font-weight:inherit;
vertical-align:baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
display:block;
}
body {
line-height:1;
}
ol, ul {
list-style:none;
}
blockquote, q {
quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after {
content:'';
content:none;
}
table {
border-collapse:collapse;
border-spacing:0;
}
/* CLEAR DIVS THAT CONTAIN FLOATING ELEMENTS */
#container:after, .entry-content:after, .more:after, .post-nav:after, .comment-nav:after, #footer-widgets:after {content:''; display:block; height:0; clear:both;}
/* HTML */
html {-webkit-text-size-adjust:100%;}
/* BODY */
body {background:#333; color:#ddd; font-family:'Open Sans', sans-serif; font-size:15px; line-height:1.5; text-align:left; word-wrap:break-word; height:100%;}
/* HEADINGS */
h1 {clear:both; margin:0 0 10px; font-size:2.2em; line-height:1.25;}
h2 {clear:both; margin:0 0 10px; font-size:1.75em; line-height:1.25;}
h3 {clear:both; margin:0 0 10px; font-size:1.45em; line-height:1.5;}
h4 {clear:both; margin:0 0 10px; font-size:1.2em; line-height:1.5;}
h5 {clear:both; margin:0 0 10px; font-size:1em; line-height:2;}
h6 {clear:both; margin:0 0 10px; font-size:0.8em; line-height:2;}
/* LINKS AND HTML TAGS */
a {text-decoration:none; color:#394144; transition: 0.3s ease;}
a:hover {color:#394144; background-color: #F9F9F9; box-shadow: 0px 3px 8px rgba(220, 220, 220, 0.44); border-left: 3px #bcbdbd solid;}
strong, b {font-weight:bold;}
small {font-size:0.8em;}
big {font-size:1.2em;}
sub {vertical-align:sub; font-size:0.9em;}
sup {vertical-align:super; font-size:0.9em;}
ins, mark {font-weight:bold; background:none; text-decoration:none; color:#e77776;}
cite, em, abbr, acronym {font-style:italic;}
code, kbd, samp, var {font-family:monospace, monospace;}
pre {margin:0 0 10px; padding:5px 10px; white-space:pre-wrap; border:1px solid #444;}
blockquote, q {margin:0 0 10px; padding:0 0 0 20px; display:block; font-size:1.2em; font-style:italic; border-left:2px solid #ddd;}
address {margin:0 0 10px; font-style:italic;}
p {margin:0 0 10px;}
hr {height:1px; background:#444; border:0; margin:0 0 10px;}
/* ALIGNMENTS */
.alignright {float:right;}
.alignleft {float:left;}
.aligncenter {clear:both; display:block; margin-left:auto; margin-right:auto;}
/* TABLE AND LISTS */
table {margin:0 0 10px; border-collapse:collapse;}
table, th, td {border:1px solid #444; padding:5px 10px;}
table th {font-weight:bold;}
ul {list-style:square; margin:0 0 10px;}
ol {list-style:decimal; margin:0 0 10px;}
li {margin:0 0 0 20px;}
li > ul, li > ol {margin:0;}
dl {margin:0 0 10px;}
dt {font-weight:bold;}
dd {margin:0 0 0 20px;}
/* INPUTS */
input, select, textarea {-webkit-appearance:none; -moz-appearance:none; border:1px solid #ddd; padding:2px 5px; background:none; color:#ddd; font-size:inherit; font-family:inherit; border-radius:5px;}
input[type="submit"], input[type="reset"], input[type="button"], button {cursor:pointer; border:0; padding:2px 5px; background:#ddd; color:#333;}
input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, button:hover {background:#e77776; color:#ddd;}
input[type="checkbox"] {-webkit-appearance:checkbox; -moz-appearance:checkbox;}
input[type="radio"] {-webkit-appearance:radio; -moz-appearance:radio;}
select {-webkit-appearance:menulist; -moz-appearance:menulist; max-width:100%; background:#fff; color:#333;}
button {font-size:inherit; font-family:inherit;}
/* CONTAINER */
#container {clear:both; max-width:1600px; margin:40px 40px 40px 40px; margin: 0 auto;}
/* MAIN CONTENT AREA */
#content {width:68%; float:left; padding:20px 2%; background:#FFFFFF; border-bottom-right-radius:10px; border-top-right-radius:10px;}
/* SIDEBAR */
#sidebar {width:22%; float:left; padding-top:20px; padding-bottom:20px; background:#FFFFFF; border-bottom-left-radius:10px; border-top-left-radius:10px; box-shadow: 0px 10px 20px rgba(255, 255, 255, 0.16); border:1px rgba(57, 65, 68, 0.13); max-width:300px}
/* SIDEBAR LOGO */
.logo {clear:both; padding:0 0 20px; text-align:center;}
.logo h1 {margin:0;}
.logo h2 {margin:0; padding:5px 0; font-size:1.20em;}
.logo img {padding:10px 0 0;}
/* SIDEBAR MENU */
.nav-primary {clear:both;}
.nav-primary ul {margin:0; padding:0; z-index:999; list-style:none;}
.nav-primary ul li {position:relative; padding:0; margin:0;}
.nav-primary ul li a {display:block; padding:5px 0; text-decoration:none; padding-left: 20px;}
.nav-primary .current-menu-item > a, .nav-primary .current-menu-parent > a {color:#394144; background-color: #ffffff; border-left: 3px #394144 solid; box-shadow: 0px 3px 8px rgba(220, 220, 220, 0.44); transition: 0.3s ease;}
/* SIDEBAR SUBMENU */
.nav-primary ul ul a {width:95%; margin:0 0 0 5%;}
.nav-primary ul ul ul a {width:90%; margin:0 0 0 10%;}
.nav-primary ul ul ul ul a {width:85%; margin:0 0 0 15%;}
/* SIDEBAR MOBILE MENU */
.mobile-nav-container {display:none;}
.mobile-nav-toggle {display:none;}
.mobile-nav {display:none;}
/* SIDEBAR MENU TITLE */
.nav-primary-title {margin:0 0 10px; padding:0 0 5px; color:#ddd; text-align:center;}
/* WIDGETS */
#sidebar-widgets {clear:both;}
.widget {margin:0 0 20px;}
.widgettitle {margin:0 0 10px; padding:0 0 5px; border-bottom:1px solid #444; color:#ddd;}
/* NATIVE SEARCH WIDGET */
.widget_search .search-field {width:60%;}
/* NATIVE CALENDAR WIDGET */
.widget_calendar th, .widget_calendar td {padding:5px;}
/* NATIVE MENU WIDGET */
.widget_nav_menu .sub-menu li {margin:0 0 0 10px;}
/* HEADER IMAGE */
#header-image {width:68%; float:right; margin:0 0 20px; padding:20px 2%; background:#333 url('images/back.png'); opacity:0.9; filter:alpha(opacity=90);}
.header-img {width:100%; height:auto; display:block;}
/* HEADER IMAGE MOBILE */
#header-image-mobile {display:none;}
/* PAGE */
.page-title {margin:0 0 20px;}
.blog-page-text {clear:both; padding:0 0 20px;}
.archive-description {clear:both; padding:0 0 10px; font-style:italic;}
.pagelink {clear:both; padding:10px 0;}
/* POST */
.post-list {clear:both; margin:0 0 20px; border-bottom:1px solid #444;}
.post-single {clear:both;}
.post-title {margin:0 0 20px;}
.post-title-single {margin:0 0 20px;}
.entry-content {clear:both; padding:0 0 20px;}
.sticky-title {margin:0 0 20px; padding:2px 0; border-top:1px solid #444; border-bottom:1px solid #444; text-align:center;}
.postmetadata {clear:both; margin:0 0 20px; padding:2px 0; border-top:1px solid #444; border-bottom:1px solid #444;}
.more {clear:both; padding:0 0 20px;}
a.readmore {float:right; text-decoration:none; padding:2px 5px; background:#ddd; color:#333; border-radius:5px;}
a.readmore:hover {background:#394144; color:#ddd; text-decoration:none;}
/* POST FORMATS */
.format-aside .post-title, .format-image .post-title, .format-video .post-title, .format-gallery .post-title, .format-audio .post-title {font-size:1.45em;}
.format-aside .post-title-single, .format-image .post-title-single, .format-video .post-title-single, .format-gallery .post-title-single, .format-audio .post-title-single {font-size:1.45em;}
.format-image .postmetadata, .format-video .postmetadata, .format-gallery .postmetadata, .format-audio .postmetadata {font-style:italic;}
/* POST NAV */
.post-nav {clear:both;}
.nav-prev {float:left; padding:5px 0;}
.nav-next {float:right; padding:5px 0;}
/* EDIT LINK
.edit-link {clear:both; margin:10px 0; padding:5px 0; border-top:1px solid #444; border-bottom:1px solid #444; text-align:center;}
.edit-link a {color:#e77776;}
.edit-link a:hover {color:#ddd;} */
/* IMAGE AND VIDEO */
embed, iframe, object, video {max-width:100%;}
img {max-width:100%; height:auto;}
img.alignright {float:right; margin:0.4em 0 0.4em 1em;}
img.alignleft {float:left; margin:0.4em 1em 0.4em 0;}
img.aligncenter {clear:both; display:block; margin:0.4em auto 0.4em auto;}
.wp-post-image, .single-image {float:left; margin:0.4em 1em 0.4em 0;}
.wp-caption-text {text-align:center;}
.gallery-item {margin:0 0 10px !important;}
.gallery img {border:0 !important;}
.gallery-caption {margin:0 !important;}
/* SEARCHFORM
.search-form {padding:10px 0;}
.search-field {margin:0 5px 0 0;}
.search-form .screen-reader-text {display:none;} */
/* COMMENTS
#comments {clear:both;}
.comment-list, .comment-list .children {list-style:none; margin:0; padding:0;}
.comment-list li {margin:0; padding:0;}
.comment-list .children > li {margin:0 0 0 10px;}
.comment-body {background:none; border:1px solid #444; margin:0 0 20px; padding:10px;}
.comment-content {padding:10px 0;}
.comment-notes, .form-allowed-tags {padding:5px 0; font-size:0.8em;}
.comments-title, .comment-reply-title, .no-comments {margin:0 0 10px; font-size:1.45em;}
.comment-author .avatar {margin:0 10px 0 0; border-radius:5px;}
.comment-metadata {padding:5px 0 0;}
.bypostauthor .comment-content {font-style:italic;}
.comment-awaiting-moderation {font-style:italic;} */
/* COMMENTS RESPOND
#respond {clear:both; padding:0 0 10px;}
.comment-form label {padding:0 0 5px; display:block;}
.comment-form textarea {width:90%;}*/
/* COMMENTS NAV
.comment-nav {clear:both;}
.comment-prev {float:left; padding:10px 0;}
.comment-next {float:right; padding:10px 0;}*/
/* FOOTER */
#footer {width:68%; float:right; margin:20px 0 0; padding:0 2%; background:#ffffff; color:#ddd; opacity:0.9; filter:alpha(opacity=90);}
.site-info {clear:both; padding:10px 0; text-align:center;}
/* FOOTER WIDGET AREA */
#footer-widgets {clear:both;}
.footer-left {float:left; width:31%; margin:20px 0 0 0;}
.footer-middle {float:left; width:31%; margin:20px 3.5% 0;}
.footer-right {float:right; width:31%; margin:20px 0 0 0;}
/* Tablet */
@media screen and (min-width:768px) and (max-width:1024px) {
/* BODY AND CONTAINER */
#container {margin:20px auto 20px;}
}
/* MOBILE */
@media screen and (max-width:767px) {
/* BODY */
body.custom-background {background-image:none !important;}
/* CONTAINER */
#container {margin:0 auto; padding:10px 2%; background:#333 url('images/back.png');}
/* MAIN CONTENT AREA */
#content {width:100%; clear:both; float:left; padding:10px 0 20px; background:none;}
/* SIDEBAR */
#sidebar {width:100%; clear:both; padding:0; background:none;}
/* SIDEBAR LOGO */
.logo {padding:10px 0 20px;}
.logo h2 {padding:0; font-size:1.45em;}
.logo img {padding:0;}
/* SIDEBAR MENU */
.nav-primary {display:none;}
/* SIDEBAR MOBILE MENU */
.mobile-nav-container {display:block; clear:both; margin:0 0 20px;}
.mobile-nav-toggle {display:block; clear:both; padding:10px 20px; background:#444; color:#ddd; cursor:pointer;}
.mobile-nav-toggle:hover {color:#fff;}
.mobile-nav {clear:both; padding:10px 20px; background:#333; border-bottom:1px solid #444;}
.mobile-nav .subnav-toggle {float:right; display:block; margin:-45px 0 0; padding:2px 15px;}
.mobile-nav ul {list-style:none;}
.mobile-nav ul li {margin:0;}
.mobile-nav ul li a {display:block; margin:0 0 10px 0; padding:0 0 12px; border-bottom:2px dotted #ddd; text-decoration:none;}
.mobile-nav .sub-menu li {margin:0 0 0 20px;}
/* SIDEBAR MENU TITLE */
/* .nav-primary-title {display:none;} */
/* NATIVE SEARCH WIDGET */
.widget_search .search-field {width:auto;}
/* NATIVE CALENDAR WIDGET */
.widget_calendar th, .widget_calendar td {padding:5px 10px;}
/* NATIVE MENU WIDGET */
.widget_nav_menu .sub-menu li {margin:0 0 0 20px;}
/* HEADER IMAGE */
#header-image {display:none;}
/* HEADER IMAGE MOBILE */
#header-image-mobile {display:block; clear:both; margin:0 0 20px;}
/* IMAGES */
.wp-post-image, .single-image {max-width:50%;}
/* FOOTER */
#footer {width:100%; clear:both; float:left; padding:0; margin:0; background:none;}
/* FOOTER WIDGET AREA */
.footer-right, .footer-middle, .footer-left {width:100%; clear:both; float:left; margin:0;}
} | 0.218419 | 0.094052 |
@-webkit-keyframes zoom {
from {
-webkit-transform: scale(1,1);
}
to {
-webkit-transform: scale(1.5,1.5);
}
}
/* Standard syntax */
@keyframes zoom {
from {
transform: scale(1,1);
}
to {
transform: scale(1.5,1.5);
}
}
body{
margin:0;
color:#6a6f8c;
background:url(/img/background/bg.jpg) no-repeat center center fixed;
background-size: cover;
font:600 16px/18px 'Open Sans',sans-serif;
}
body{
margin: 0px;
padding: 0px;
background-color: turquoise;
}
#box{
height: 200px;
width: 1000px;
background-color:#2D2D2D;
border-radius: 5px;
position: absolute;
top:50%;
left: 50%;
transform: translate(-50%,-50%);
}
#main{
height: 400px;
width: 450px;
background:rgba(40,57,101,.7);
border-radius: 5px;
position: absolute;
top:50%;
left: 70%;
transform: translate(-50%,-50%);
z-index: 99;
}
#main2{
height: 700px;
width: 450px;
background:rgba(40,57,101,.7);
border-radius: 5px;
position: absolute;
top:50%;
left: 70%;
transform: translate(-50%,-50%);
z-index: 99;
visibility: hidden;
}
#loginform,#signupform{
position: absolute;
top:50%;
left: 70%;
transform: translate(-50%,-50%);
z-index: 999;
}
#signupform{
top:45%;
left: 75%;
visibility: hidden;
}
#loginform h1,#signupform h1{
font-family: arial;
font-size: 25px;
color:turquoise;
}
#loginform input,#signupform input{
height: 40px;
width: 300px;
border: 0px;
outline: none;
border-bottom: 1px solid black;
margin: 5px;
}
#loginform button,#signupform button{
height: 35px;
width: 130px;
background-color:turquoise;
font-family: monospace;
font-size: 16px;
color:white;
border: none;
outline: none;
border-radius: 5px;
margin-top: 30px;
margin-left: 175px;
}
#login_btn,#signup_btn{
height: 35px;
width: 120px;
background-color:transparent;
color:white;
border:1px solid white;
border-radius: 5px;
outline: none;
position: absolute;
left: 75%;
top:65%;
transform: translate(-50%,-50%);
transition: all .5s;
}
#signup_btn{
left: 25%;
}
#login_btn:hover,#signup_btn:hover{
background-color:white;
color:#2d2d2d;
cursor: pointer;
}
#login_msg,#signup_msg{
font-family: arial;
font-size: 25px;
color:white;
position: absolute;
top:35%;
left: 75%;
transform: translate(-50%,-50%);
z-index: 1;
}
#signup_msg{
left: 25%;
} | public/css/style - Copy.css | @-webkit-keyframes zoom {
from {
-webkit-transform: scale(1,1);
}
to {
-webkit-transform: scale(1.5,1.5);
}
}
/* Standard syntax */
@keyframes zoom {
from {
transform: scale(1,1);
}
to {
transform: scale(1.5,1.5);
}
}
body{
margin:0;
color:#6a6f8c;
background:url(/img/background/bg.jpg) no-repeat center center fixed;
background-size: cover;
font:600 16px/18px 'Open Sans',sans-serif;
}
body{
margin: 0px;
padding: 0px;
background-color: turquoise;
}
#box{
height: 200px;
width: 1000px;
background-color:#2D2D2D;
border-radius: 5px;
position: absolute;
top:50%;
left: 50%;
transform: translate(-50%,-50%);
}
#main{
height: 400px;
width: 450px;
background:rgba(40,57,101,.7);
border-radius: 5px;
position: absolute;
top:50%;
left: 70%;
transform: translate(-50%,-50%);
z-index: 99;
}
#main2{
height: 700px;
width: 450px;
background:rgba(40,57,101,.7);
border-radius: 5px;
position: absolute;
top:50%;
left: 70%;
transform: translate(-50%,-50%);
z-index: 99;
visibility: hidden;
}
#loginform,#signupform{
position: absolute;
top:50%;
left: 70%;
transform: translate(-50%,-50%);
z-index: 999;
}
#signupform{
top:45%;
left: 75%;
visibility: hidden;
}
#loginform h1,#signupform h1{
font-family: arial;
font-size: 25px;
color:turquoise;
}
#loginform input,#signupform input{
height: 40px;
width: 300px;
border: 0px;
outline: none;
border-bottom: 1px solid black;
margin: 5px;
}
#loginform button,#signupform button{
height: 35px;
width: 130px;
background-color:turquoise;
font-family: monospace;
font-size: 16px;
color:white;
border: none;
outline: none;
border-radius: 5px;
margin-top: 30px;
margin-left: 175px;
}
#login_btn,#signup_btn{
height: 35px;
width: 120px;
background-color:transparent;
color:white;
border:1px solid white;
border-radius: 5px;
outline: none;
position: absolute;
left: 75%;
top:65%;
transform: translate(-50%,-50%);
transition: all .5s;
}
#signup_btn{
left: 25%;
}
#login_btn:hover,#signup_btn:hover{
background-color:white;
color:#2d2d2d;
cursor: pointer;
}
#login_msg,#signup_msg{
font-family: arial;
font-size: 25px;
color:white;
position: absolute;
top:35%;
left: 75%;
transform: translate(-50%,-50%);
z-index: 1;
}
#signup_msg{
left: 25%;
} | 0.350866 | 0.084229 |
.hbox, .vbox {
display: -moz-box;
display: -webkit-box;
-moz-box-align: stretch;
-webkit-box-align: stretch;
overflow: hidden;
}
.vbox {
-moz-box-orient: vertical;
-webkit-box-orient: vertical;
}
.hbox {
-moz-box-orient: horizontal;
-webkit-box-orient: horizontal;
}
.center {
-moz-box-pack: center;
-webkit-box-pack: center;
}
.paged-content, .fullpage {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
overflow: hidden;
}
.flex-item {
-webkit-box-flex: 1;
-moz-box-flex: 1;
box-flex: 1;
}
.flex {
-moz-box-flex: 1;
-webkit-box-flex: 1;
}
.conveyor-view, .conveyor-item {
overflow: hidden;
left: 0;
right: 0;
top: 0;
bottom: 0;
}
.conveyor-view-container {
overflow: visible;
position: absolute;
width: 100%;
height: 100%;
}
.paged-column-container {
overflow: visible;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
}
.paged-column {
overflow: hidden;
}
.page-number-left, .page-number-label, .page-number-right {
display: inline-block;
}
.page-number-left, .page-number-right {
cursor: pointer;
}
.sm-item {
font-size: 16px;
text-transform: uppercase;
text-align: center;
color: #c8c8c8;
padding-left: 20px;
padding-right: 20px;
}
.sm-item-box {
display: -moz-box;
display: -webkit-box;
padding-top: 5px;
-moz-box-orient: horizontal;
-webkit-box-orient: horizontal;
-webkit-box-pack: center;
}
.sm-root {
background-color: #191919;
position: relative;
z-index: 1;
height: 32px;
border-bottom: 3px solid #73c6f5;
-webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, .6);
-webkit-transition-property: -webkit-transform;
-webkit-transition-duration: 0.4s;
}
.sm-root.hidden {
-webkit-transform: translate3d(0px, -46px, 0px);
}
.sm-item.sel {
color: #74c6f5;
}
.sm-slider-box {
padding-bottom: 0;
display: -moz-box;
display: -webkit-box;
-moz-box-orient: horizontal;
-webkit-box-orient: horizontal;
}
.sm-triangle {
border-color: transparent transparent #73c6f5 transparent;
border-style: solid;
border-width: 9px;
margin-top: -9px;
position: relative;
top: 1px;
}
.invisible {
opacity: 0;
visibility: hidden;
}
/****** End of ../../view/resources/view.css ******/
/****** @include ../../touch/resources/touch.css ******/
.touch-scrollbar {
position: absolute;
background: rgba(127, 127, 127, 0.4);
-webkit-transition: opacity 300ms;
z-index: 1000;
}
.touch-scrollbar.drag, .touch-scrollbar:hover {
background: rgba(127, 127, 127, 0.8);
}
.touch-scrollbar-vertical {
height: 30px;
width: 7px;
right: 1px;
}
.touch-scrollbar-horizontal {
width: 30px;
height: 7px;
bottom: 1px;
}
/****** End of ../../touch/resources/touch.css ******/
html {
height: 100%;
width: 100%;
}
body {
background: #ffffff;
font-weight: normal;
font-family: arial, sans-serif;
font-size: 13px;
margin: 0 0 0 0;
height: 100%;
width: 100%;
color: #222;
overflow: hidden;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
h1 {
font-family: arial, sans-serif;
font-size: 36px;
color: #72c3f2;
text-align: center;
margin-bottom: 0;
}
h2 {
font-size: 16px;
font-weight: normal;
text-overflow: ellipsis;
text-wrap: none;
white-space: nowrap;
}
button {
vertical-align: top;
}
div {
outline: none;
}
input {
resize: none;
border: inset #aaa 1px;
margin: 2px;
padding: 1px 2px 2px 2px;
overflow: hidden;
white-space: nowrap;
}
.sm-root.hidden {
-webkit-transform: translate3d(0, 40px, 0);
}
input:focus {
border: solid #88f 2px;
outline: none;
margin: 1px;
}
.front-view {
background: #ffffff;
overflow: hidden;
}
.bottom-view {
position: absolute;
left: 0;
top: 51px;
bottom: 0;
}
.top-view {
position: absolute;
left: 0;
right: 0;
z-index: 30;
overflow: hidden;
-webkit-transition-duration: 0.45s;
}
.query {
position: absolute;
-webkit-transition-duration: 0.45s;
top: 0;
width: 257px;
bottom: 0;
background: #ffffff;
border-left: 1px solid #F5F5F5;
border-right: 1px solid #F5F5F5;
}
.query.sel {
z-index: 29 !important;
border-left: 1px solid #D2D2D2;
border-right: 1px solid #D2D2D2;
visibility: visible !important;
opacity: 1 !important;
}
.query h2 {
color: #1155CC;
padding: 20px 16px 16px 16px;
left: 0;
right: 0;
overflow: hidden;
text-overflow: ellipsis;
margin: 0;
box-sizing: border-box;
ms-box-sizing: border-box;
-webkit-box-sizing: border-box;
z-index: 10;
position: absolute;
font: bold 14px Arial, sans-serif;
}
.query-name-shadow {
position: absolute;
left: 0;
right: 0;
height: 15px;
top: 39px;
background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 1)));
overflow: hidden;
z-index: 3;
}
.section-view {
-webkit-transition-property: -webkit-transform, opacity;
-webkit-transition-duration: 0.45s;
opacity: 0.6;
position: absolute;
left: 0;
right: 0;
top: 51px;
bottom: 0;
overflow: hidden;
}
.loading-section {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
}
.touch-scrollbar {
position: absolute;
background: #888;
opacity: 0.4;
-webkit-transition-property: opacity;
-webkit-transition-duration: 0.3s;
z-index: 1000;
}
.touch-scrollbar.drag, .touch-scrollbar:hover {
opacity: 0.8;
}
.story-section {
margin-left: 0;
margin-right: 0;
left: 0;
right: 0;
top: 39px;
bottom: 0;
overflow: hidden;
position: absolute;
}
.story {
position: absolute;
left: 0;
right: 0;
box-sizing: border-box;
ms-box-sizing: border-box;
-webkit-box-sizing: border-box;
margin: 0;
border: 1px solid #F5F5F5;
line-height: 18px;
min-height: 92px;
}
.story:active, .story.sel {
box-shadow: inset 4px 0 4px -2px #4d90f0;
-webkit-box-shadow: inset 4px 0 4px -2px #4d90f0;
}
.story img {
position: absolute;
width: 57px;
height: 57px;
z-index: 20;
-webkit-transition-property: opacity;
-webkit-transition-duration: 0.45s;
opacity: 0.6;
}
.snippet, .story .title {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
.snippet {
margin-top: -5px;
font: normal 13px arial, sans-serif;
line-height: 18px;
opacity: 0.6;
}
.story .title {
font-weight: bold;
margin-left: 75px;
line-height: 18px;
height: 38px;
opacity: 0.6;
}
.story.no-thumb .title, .story.no-thumb .byline {
left: 16px;
}
.story-shadow {
position: absolute;
left: 2px;
right: 2px;
height: 31px;
top: -32px;
overflow: hidden;
z-index: 2;
}
.story .byline, .story .dateline {
color: #999;
font-size: 12px;
line-height: 18px;
}
.story .dateline {
position: relative;
top: -18px;
}
.story .dateline {
text-align: right;
opacity: 0.6;
line-height: 18px;
}
.story .byline {
margin-left: 75px;
text-overflow: ellipsis;
white-space: nowrap;
opacity: 0.6;
display: inline-box;
}
.story.story-unread .dateline, .story.story-unread .text, .story.story-unread .title, .story.story-unread .byline, .story.story-unread img, .story.story-unread .caption {
opacity: 1;
}
.story .text {
top: 3px;
height: 90px;
opacity: 0.6;
}
.story {
position: absolute;
left: 0;
right: 0;
padding: 16px;
overflow: hidden;
}
.story-view {
position: absolute;
left: 260px;
right: 0;
top: 51px;
bottom: 0;
line-height: 18px;
overflow: hidden;
-webkit-animation-timing-function: ease-in;
-webkit-transition-duration: 0.45s;
-webkit-text-size-adjust: none;
}
.paged-column {
position: absolute;
top: 100px;
left: 20px;
bottom: 45px;
right: 20px;
}
.page-number {
position: absolute;
z-index: 1;
right: -40px;
bottom: -40px;
padding-left: 0px;
padding-top: 0px;
padding-right: 50px;
padding-bottom: 50px;
background: #ffffff;
box-shadow: -16px -16px 24px #ffffff;
-webkit-box-shadow: -16px -16px 24px #ffffff;
font-size: 16px;
color: rgba(0, 0, 0, 0.5);
text-align: center;
-webkit-user-select: none;
}
.page-number-left, .page-number-right {
min-width: 25px;
font-size: 22px;
font-weight: bold;
}
.page-number-label {
min-width: 60px;
}
.story-content {
-webkit-column-width: 300px;
-webkit-column-gap: 26px;
}
.story-content img {
max-width: 100% !important;
max-height: 70% !important;
width: auto !important;
height: auto !important;
}
.story-content a {
color: #15C;
}
.story-content a:visited {
color: #61c;
}
.story-image {
margin: 10px;
width: 200px;
}
.story-text-view {
padding: 20px;
left: 0;
right: 0;
top: 0;
bottom: 0;
position: absolute;
overflow: hidden;
}
.story-text-view {
box-sizing: border-box;
ms-box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
.story-text-view .story-header {
margin-bottom: 10px;
padding-bottom: 2px;
border-bottom: 1px solid #d2d2d2;
font-weight: bold;
}
.story-text-view .story-header .story-title {
font-weight: bold;
color: #15C;
font-size: 18px;
margin-bottom: 5px;
text-overflow: ellipsis;
text-wrap: none;
white-space: nowrap;
width: 100%;
display: block;
overflow: hidden;
}
.story-title:link, .story-title:visited {
text-decoration: none;
}
.story-title:hover {
text-decoration: underline;
}
.story-text-view .story-header .story-byline {
font-weight: bold;
color: #333;
font-size: 15px;
padding-top: 3px;
padding-bottom: 3px;
text-overflow: ellipsis;
text-wrap: none;
white-space: nowrap;
}
.story-text-view .story-header .story-dateline {
font-weight: normal;
color: #999;
font-size: 12px;
padding-top: 3px;
padding-bottom: 3px;
text-overflow: ellipsis;
text-wrap: none;
white-space: nowrap;
}
.header-view {
height: 54px;
z-index: 2;
overflow: hidden;
position: relative;
background-color: #F5F5F5;
border-bottom: 1px solid #d2d2d2;
}
.app-title {
font-size: 20px;
color: #484848;
padding-left: 22px;
padding-top: 0;
padding-bottom: 10px;
position: absolute;
left: 0;
top: 17px;
cursor: pointer;
-webkit-transition-property: left;
-webkit-transition-duration: 0.45s;
}
.app-title.in-story {
left: 50px;
}
.back-arrow {
background-image: url(back-21.png);
width: 10px;
height: 15px;
margin: 10px 15px;
position: absolute;
left: -100px;
-webkit-transition-property: left;
-webkit-transition-duration: 0.45s;
}
.back-arrow.in-story {
left: 0;
}
.config {
background-image: url(settings-21.png);
position: absolute;
right: 120px;
-webkit-transition-property: right;
-webkit-transition-duration: 0.45s;
}
.config.in-story {
right: -60px;
}
.refresh {
background-image: url(refresh-21.png);
right: 60px;
position: absolute;
-webkit-transition-property: right;
-webkit-transition-duration: 0.45s;
}
.refresh.in-story {
right: -160px;
}
#dart-logo {
height: 21px;
padding-left: 25px;
background: url(Dart_Logo_21.png) no-repeat;
}
.info-button {
background: url(info.svg);
background-size: 55%;
margin: 13px;
position: absolute;
right: 0;
-webkit-transition-property: right;
-webkit-transition-duration: 0.45s;
}
.info-button.in-story {
right: -260px;
}
.new-window-button {
background-image: url(externallink.svg);
background-size: 100% 100%;
width: 24px;
height: 24px;
top: 43px;
right: 220px;
position: absolute;
}
.web-back-button, .web-forward-button {
width: 24px;
height: 24px;
top: 43px;
position: absolute;
}
.web-back-button {
background-image: url(lefttriangle.svg);
right: 302px;
}
.web-forward-button {
background-image: url(righttriangle.svg);
right: 260px;
}
.web-view-button, .text-view-button {
width: 80px;
height: 24px;
top: 45px;
border: solid 1px #D9D9D9;
background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#F1F1F1));
font-size: 13px;
position: absolute;
text-align: center;
}
.web-view-button {
right: 40px;
}
.text-view-button {
right: 120px;
}
.web-view-button.active, .text-view-button.active {
background: -webkit-gradient(linear, left top, left bottom, from(#EEE), to(#E0E0E0));
border-color: #BBB;
box-shadow: inset 0 1px 5px #ccc;
-moz-box-shadow: inset 0 1px 5px #ccc;
-webkit-box-shadow: inset 0 1px 5px #ccc;
}
.config, .refresh, .info-button, .back-arrow {
opacity: 0.5;
border: 1px solid #C8C8C8;
color: #444;
border-radius: 2px;
width: 47px;
height: 29px;
margin: 12px;
background-position: center;
background-repeat: no-repeat;
}
.config:hover, .refresh:hover, .info-button:hover, .back-arrow:hover {
opacity: 1;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
button, .button, .sm-item {
cursor: pointer;
}
.sm-root {
border-bottom: none;
background-color: transparent;
-webkit-box-shadow: none;
height: 44px;
overflow: hidden;
position: absolute;
top: 16px;
left: 120px;
z-index: 3;
}
.data-source-view {
left: 0;
right: 0;
top: 0;
bottom: 0;
position: absolute;
}
.data-source-view>div {
height: 100%;
position: relative;
}
.sm-item-box {
-webkit-box-pack: start;
}
.sm-triangle {
width: 22px;
border: none;
top: 14px;
height: 15px;
background-image: url(sliderarrow.svg);
}
.sm-item.sel {
color: #d14836;
}
.sm-item {
font: 16px arial, sans-serif;
text-transform: none;
color: #484848;
}
.button:active, .sm-item:active {
opacity: 0.5;
}
.dialog-modal {
width: 100%;
height: 100%;
display: -webkit-box;
-webkit-box-align: center;
-webkit-box-pack: center;
background-color: rgba(200, 200, 200, 0.6);
z-index: 40;
position: absolute;
}
.dialog {
border: 1px solid #CCC;
width: 250px;
padding: 20px;
background-color: #ffffff;
box-shadow: -1px 3px 3px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: -1px 3px 3px rgba(0, 0, 0, 0.1);
}
.dialog-title-area {
font-size: 19px;
padding: 0 0 10px 0;
}
.dialog-title {
vertical-align: middle;
}
.dialog-body {
color: #0;
padding: 10px 0 0 0;
}
.done-button {
float: right;
}
.hidden-story {
-webkit-animation-timing-function: ease-in;
opacity: 0;
}
.header-background {
background: #0;
width: 100%;
}
#appSplash .header {
height: 54px;
z-index: 2;
overflow: hidden;
position: relative;
background-color: #F5F5F5;
border-bottom: 1px solid #d2d2d2;
}
#appSplash .title {
font-size: 20px;
color: #484848;
padding-left: 22px;
padding-top: 0;
padding-bottom: 10px;
position: absolute;
left: 0;
top: 15px;
}
#appSplash .splash {
font-size: 24px;
position: absolute;
top: 173px;
bottom: 0;
left: 0;
right: 0;
text-align: center;
}
#appSplash .footer {
font-size: 10px;
color: rgba(0, 0, 0, 0.6);
position: absolute;
left: 5px;
bottom: 5px;
}
#appSplash .footer A:link, A:visited {
text-decoration: none;
color: rgba(0, 0, 0, 0.6);
}
#appSplash .footer A:hover {
text-decoration: underline;
color: rgba(0, 0, 0, 0.6);
}
#appSplash {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: 50;
background: #fff;
}
@-webkit-keyframes pulsate {
0% {
-webkit-transform: translate3d(0, 0, 0) scale(1.0);
}
50% {
-webkit-transform: scale(1.5) translate3d(0, 20px, 0);
}
100% {
-webkit-transform: translate3d(0, 0, 0) translate3d(0, 0, 0);
}
}
#appSplash .splashImg {
position: absolute;
left: 140px;
width: 640px;
height: 480px;
background-image: url(pigeons-jumpinjimmyjava-white90pct-q70.jpg);
-webkit-animation-name: pulsate;
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: ease-in-out;
-webkit-animation-duration: 5s;
}
.section-view.hide-all-queries .data-source-view .query, .section-view.hide-all-queries .page-number {
opacity: 0;
}
.transparent {
opacity: 0;
}
.query {
width: 297px;
}
.story-view {
left: 300px;
}
.story-shadow {
background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 1)), color-stop(0.7, rgba(255, 255, 255, 1)));
} | samples-dev/swarm/swarm.css |
.hbox, .vbox {
display: -moz-box;
display: -webkit-box;
-moz-box-align: stretch;
-webkit-box-align: stretch;
overflow: hidden;
}
.vbox {
-moz-box-orient: vertical;
-webkit-box-orient: vertical;
}
.hbox {
-moz-box-orient: horizontal;
-webkit-box-orient: horizontal;
}
.center {
-moz-box-pack: center;
-webkit-box-pack: center;
}
.paged-content, .fullpage {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
overflow: hidden;
}
.flex-item {
-webkit-box-flex: 1;
-moz-box-flex: 1;
box-flex: 1;
}
.flex {
-moz-box-flex: 1;
-webkit-box-flex: 1;
}
.conveyor-view, .conveyor-item {
overflow: hidden;
left: 0;
right: 0;
top: 0;
bottom: 0;
}
.conveyor-view-container {
overflow: visible;
position: absolute;
width: 100%;
height: 100%;
}
.paged-column-container {
overflow: visible;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
}
.paged-column {
overflow: hidden;
}
.page-number-left, .page-number-label, .page-number-right {
display: inline-block;
}
.page-number-left, .page-number-right {
cursor: pointer;
}
.sm-item {
font-size: 16px;
text-transform: uppercase;
text-align: center;
color: #c8c8c8;
padding-left: 20px;
padding-right: 20px;
}
.sm-item-box {
display: -moz-box;
display: -webkit-box;
padding-top: 5px;
-moz-box-orient: horizontal;
-webkit-box-orient: horizontal;
-webkit-box-pack: center;
}
.sm-root {
background-color: #191919;
position: relative;
z-index: 1;
height: 32px;
border-bottom: 3px solid #73c6f5;
-webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, .6);
-webkit-transition-property: -webkit-transform;
-webkit-transition-duration: 0.4s;
}
.sm-root.hidden {
-webkit-transform: translate3d(0px, -46px, 0px);
}
.sm-item.sel {
color: #74c6f5;
}
.sm-slider-box {
padding-bottom: 0;
display: -moz-box;
display: -webkit-box;
-moz-box-orient: horizontal;
-webkit-box-orient: horizontal;
}
.sm-triangle {
border-color: transparent transparent #73c6f5 transparent;
border-style: solid;
border-width: 9px;
margin-top: -9px;
position: relative;
top: 1px;
}
.invisible {
opacity: 0;
visibility: hidden;
}
/****** End of ../../view/resources/view.css ******/
/****** @include ../../touch/resources/touch.css ******/
.touch-scrollbar {
position: absolute;
background: rgba(127, 127, 127, 0.4);
-webkit-transition: opacity 300ms;
z-index: 1000;
}
.touch-scrollbar.drag, .touch-scrollbar:hover {
background: rgba(127, 127, 127, 0.8);
}
.touch-scrollbar-vertical {
height: 30px;
width: 7px;
right: 1px;
}
.touch-scrollbar-horizontal {
width: 30px;
height: 7px;
bottom: 1px;
}
/****** End of ../../touch/resources/touch.css ******/
html {
height: 100%;
width: 100%;
}
body {
background: #ffffff;
font-weight: normal;
font-family: arial, sans-serif;
font-size: 13px;
margin: 0 0 0 0;
height: 100%;
width: 100%;
color: #222;
overflow: hidden;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
h1 {
font-family: arial, sans-serif;
font-size: 36px;
color: #72c3f2;
text-align: center;
margin-bottom: 0;
}
h2 {
font-size: 16px;
font-weight: normal;
text-overflow: ellipsis;
text-wrap: none;
white-space: nowrap;
}
button {
vertical-align: top;
}
div {
outline: none;
}
input {
resize: none;
border: inset #aaa 1px;
margin: 2px;
padding: 1px 2px 2px 2px;
overflow: hidden;
white-space: nowrap;
}
.sm-root.hidden {
-webkit-transform: translate3d(0, 40px, 0);
}
input:focus {
border: solid #88f 2px;
outline: none;
margin: 1px;
}
.front-view {
background: #ffffff;
overflow: hidden;
}
.bottom-view {
position: absolute;
left: 0;
top: 51px;
bottom: 0;
}
.top-view {
position: absolute;
left: 0;
right: 0;
z-index: 30;
overflow: hidden;
-webkit-transition-duration: 0.45s;
}
.query {
position: absolute;
-webkit-transition-duration: 0.45s;
top: 0;
width: 257px;
bottom: 0;
background: #ffffff;
border-left: 1px solid #F5F5F5;
border-right: 1px solid #F5F5F5;
}
.query.sel {
z-index: 29 !important;
border-left: 1px solid #D2D2D2;
border-right: 1px solid #D2D2D2;
visibility: visible !important;
opacity: 1 !important;
}
.query h2 {
color: #1155CC;
padding: 20px 16px 16px 16px;
left: 0;
right: 0;
overflow: hidden;
text-overflow: ellipsis;
margin: 0;
box-sizing: border-box;
ms-box-sizing: border-box;
-webkit-box-sizing: border-box;
z-index: 10;
position: absolute;
font: bold 14px Arial, sans-serif;
}
.query-name-shadow {
position: absolute;
left: 0;
right: 0;
height: 15px;
top: 39px;
background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 1)));
overflow: hidden;
z-index: 3;
}
.section-view {
-webkit-transition-property: -webkit-transform, opacity;
-webkit-transition-duration: 0.45s;
opacity: 0.6;
position: absolute;
left: 0;
right: 0;
top: 51px;
bottom: 0;
overflow: hidden;
}
.loading-section {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
}
.touch-scrollbar {
position: absolute;
background: #888;
opacity: 0.4;
-webkit-transition-property: opacity;
-webkit-transition-duration: 0.3s;
z-index: 1000;
}
.touch-scrollbar.drag, .touch-scrollbar:hover {
opacity: 0.8;
}
.story-section {
margin-left: 0;
margin-right: 0;
left: 0;
right: 0;
top: 39px;
bottom: 0;
overflow: hidden;
position: absolute;
}
.story {
position: absolute;
left: 0;
right: 0;
box-sizing: border-box;
ms-box-sizing: border-box;
-webkit-box-sizing: border-box;
margin: 0;
border: 1px solid #F5F5F5;
line-height: 18px;
min-height: 92px;
}
.story:active, .story.sel {
box-shadow: inset 4px 0 4px -2px #4d90f0;
-webkit-box-shadow: inset 4px 0 4px -2px #4d90f0;
}
.story img {
position: absolute;
width: 57px;
height: 57px;
z-index: 20;
-webkit-transition-property: opacity;
-webkit-transition-duration: 0.45s;
opacity: 0.6;
}
.snippet, .story .title {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
.snippet {
margin-top: -5px;
font: normal 13px arial, sans-serif;
line-height: 18px;
opacity: 0.6;
}
.story .title {
font-weight: bold;
margin-left: 75px;
line-height: 18px;
height: 38px;
opacity: 0.6;
}
.story.no-thumb .title, .story.no-thumb .byline {
left: 16px;
}
.story-shadow {
position: absolute;
left: 2px;
right: 2px;
height: 31px;
top: -32px;
overflow: hidden;
z-index: 2;
}
.story .byline, .story .dateline {
color: #999;
font-size: 12px;
line-height: 18px;
}
.story .dateline {
position: relative;
top: -18px;
}
.story .dateline {
text-align: right;
opacity: 0.6;
line-height: 18px;
}
.story .byline {
margin-left: 75px;
text-overflow: ellipsis;
white-space: nowrap;
opacity: 0.6;
display: inline-box;
}
.story.story-unread .dateline, .story.story-unread .text, .story.story-unread .title, .story.story-unread .byline, .story.story-unread img, .story.story-unread .caption {
opacity: 1;
}
.story .text {
top: 3px;
height: 90px;
opacity: 0.6;
}
.story {
position: absolute;
left: 0;
right: 0;
padding: 16px;
overflow: hidden;
}
.story-view {
position: absolute;
left: 260px;
right: 0;
top: 51px;
bottom: 0;
line-height: 18px;
overflow: hidden;
-webkit-animation-timing-function: ease-in;
-webkit-transition-duration: 0.45s;
-webkit-text-size-adjust: none;
}
.paged-column {
position: absolute;
top: 100px;
left: 20px;
bottom: 45px;
right: 20px;
}
.page-number {
position: absolute;
z-index: 1;
right: -40px;
bottom: -40px;
padding-left: 0px;
padding-top: 0px;
padding-right: 50px;
padding-bottom: 50px;
background: #ffffff;
box-shadow: -16px -16px 24px #ffffff;
-webkit-box-shadow: -16px -16px 24px #ffffff;
font-size: 16px;
color: rgba(0, 0, 0, 0.5);
text-align: center;
-webkit-user-select: none;
}
.page-number-left, .page-number-right {
min-width: 25px;
font-size: 22px;
font-weight: bold;
}
.page-number-label {
min-width: 60px;
}
.story-content {
-webkit-column-width: 300px;
-webkit-column-gap: 26px;
}
.story-content img {
max-width: 100% !important;
max-height: 70% !important;
width: auto !important;
height: auto !important;
}
.story-content a {
color: #15C;
}
.story-content a:visited {
color: #61c;
}
.story-image {
margin: 10px;
width: 200px;
}
.story-text-view {
padding: 20px;
left: 0;
right: 0;
top: 0;
bottom: 0;
position: absolute;
overflow: hidden;
}
.story-text-view {
box-sizing: border-box;
ms-box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
.story-text-view .story-header {
margin-bottom: 10px;
padding-bottom: 2px;
border-bottom: 1px solid #d2d2d2;
font-weight: bold;
}
.story-text-view .story-header .story-title {
font-weight: bold;
color: #15C;
font-size: 18px;
margin-bottom: 5px;
text-overflow: ellipsis;
text-wrap: none;
white-space: nowrap;
width: 100%;
display: block;
overflow: hidden;
}
.story-title:link, .story-title:visited {
text-decoration: none;
}
.story-title:hover {
text-decoration: underline;
}
.story-text-view .story-header .story-byline {
font-weight: bold;
color: #333;
font-size: 15px;
padding-top: 3px;
padding-bottom: 3px;
text-overflow: ellipsis;
text-wrap: none;
white-space: nowrap;
}
.story-text-view .story-header .story-dateline {
font-weight: normal;
color: #999;
font-size: 12px;
padding-top: 3px;
padding-bottom: 3px;
text-overflow: ellipsis;
text-wrap: none;
white-space: nowrap;
}
.header-view {
height: 54px;
z-index: 2;
overflow: hidden;
position: relative;
background-color: #F5F5F5;
border-bottom: 1px solid #d2d2d2;
}
.app-title {
font-size: 20px;
color: #484848;
padding-left: 22px;
padding-top: 0;
padding-bottom: 10px;
position: absolute;
left: 0;
top: 17px;
cursor: pointer;
-webkit-transition-property: left;
-webkit-transition-duration: 0.45s;
}
.app-title.in-story {
left: 50px;
}
.back-arrow {
background-image: url(back-21.png);
width: 10px;
height: 15px;
margin: 10px 15px;
position: absolute;
left: -100px;
-webkit-transition-property: left;
-webkit-transition-duration: 0.45s;
}
.back-arrow.in-story {
left: 0;
}
.config {
background-image: url(settings-21.png);
position: absolute;
right: 120px;
-webkit-transition-property: right;
-webkit-transition-duration: 0.45s;
}
.config.in-story {
right: -60px;
}
.refresh {
background-image: url(refresh-21.png);
right: 60px;
position: absolute;
-webkit-transition-property: right;
-webkit-transition-duration: 0.45s;
}
.refresh.in-story {
right: -160px;
}
#dart-logo {
height: 21px;
padding-left: 25px;
background: url(Dart_Logo_21.png) no-repeat;
}
.info-button {
background: url(info.svg);
background-size: 55%;
margin: 13px;
position: absolute;
right: 0;
-webkit-transition-property: right;
-webkit-transition-duration: 0.45s;
}
.info-button.in-story {
right: -260px;
}
.new-window-button {
background-image: url(externallink.svg);
background-size: 100% 100%;
width: 24px;
height: 24px;
top: 43px;
right: 220px;
position: absolute;
}
.web-back-button, .web-forward-button {
width: 24px;
height: 24px;
top: 43px;
position: absolute;
}
.web-back-button {
background-image: url(lefttriangle.svg);
right: 302px;
}
.web-forward-button {
background-image: url(righttriangle.svg);
right: 260px;
}
.web-view-button, .text-view-button {
width: 80px;
height: 24px;
top: 45px;
border: solid 1px #D9D9D9;
background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#F1F1F1));
font-size: 13px;
position: absolute;
text-align: center;
}
.web-view-button {
right: 40px;
}
.text-view-button {
right: 120px;
}
.web-view-button.active, .text-view-button.active {
background: -webkit-gradient(linear, left top, left bottom, from(#EEE), to(#E0E0E0));
border-color: #BBB;
box-shadow: inset 0 1px 5px #ccc;
-moz-box-shadow: inset 0 1px 5px #ccc;
-webkit-box-shadow: inset 0 1px 5px #ccc;
}
.config, .refresh, .info-button, .back-arrow {
opacity: 0.5;
border: 1px solid #C8C8C8;
color: #444;
border-radius: 2px;
width: 47px;
height: 29px;
margin: 12px;
background-position: center;
background-repeat: no-repeat;
}
.config:hover, .refresh:hover, .info-button:hover, .back-arrow:hover {
opacity: 1;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
button, .button, .sm-item {
cursor: pointer;
}
.sm-root {
border-bottom: none;
background-color: transparent;
-webkit-box-shadow: none;
height: 44px;
overflow: hidden;
position: absolute;
top: 16px;
left: 120px;
z-index: 3;
}
.data-source-view {
left: 0;
right: 0;
top: 0;
bottom: 0;
position: absolute;
}
.data-source-view>div {
height: 100%;
position: relative;
}
.sm-item-box {
-webkit-box-pack: start;
}
.sm-triangle {
width: 22px;
border: none;
top: 14px;
height: 15px;
background-image: url(sliderarrow.svg);
}
.sm-item.sel {
color: #d14836;
}
.sm-item {
font: 16px arial, sans-serif;
text-transform: none;
color: #484848;
}
.button:active, .sm-item:active {
opacity: 0.5;
}
.dialog-modal {
width: 100%;
height: 100%;
display: -webkit-box;
-webkit-box-align: center;
-webkit-box-pack: center;
background-color: rgba(200, 200, 200, 0.6);
z-index: 40;
position: absolute;
}
.dialog {
border: 1px solid #CCC;
width: 250px;
padding: 20px;
background-color: #ffffff;
box-shadow: -1px 3px 3px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: -1px 3px 3px rgba(0, 0, 0, 0.1);
}
.dialog-title-area {
font-size: 19px;
padding: 0 0 10px 0;
}
.dialog-title {
vertical-align: middle;
}
.dialog-body {
color: #0;
padding: 10px 0 0 0;
}
.done-button {
float: right;
}
.hidden-story {
-webkit-animation-timing-function: ease-in;
opacity: 0;
}
.header-background {
background: #0;
width: 100%;
}
#appSplash .header {
height: 54px;
z-index: 2;
overflow: hidden;
position: relative;
background-color: #F5F5F5;
border-bottom: 1px solid #d2d2d2;
}
#appSplash .title {
font-size: 20px;
color: #484848;
padding-left: 22px;
padding-top: 0;
padding-bottom: 10px;
position: absolute;
left: 0;
top: 15px;
}
#appSplash .splash {
font-size: 24px;
position: absolute;
top: 173px;
bottom: 0;
left: 0;
right: 0;
text-align: center;
}
#appSplash .footer {
font-size: 10px;
color: rgba(0, 0, 0, 0.6);
position: absolute;
left: 5px;
bottom: 5px;
}
#appSplash .footer A:link, A:visited {
text-decoration: none;
color: rgba(0, 0, 0, 0.6);
}
#appSplash .footer A:hover {
text-decoration: underline;
color: rgba(0, 0, 0, 0.6);
}
#appSplash {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: 50;
background: #fff;
}
@-webkit-keyframes pulsate {
0% {
-webkit-transform: translate3d(0, 0, 0) scale(1.0);
}
50% {
-webkit-transform: scale(1.5) translate3d(0, 20px, 0);
}
100% {
-webkit-transform: translate3d(0, 0, 0) translate3d(0, 0, 0);
}
}
#appSplash .splashImg {
position: absolute;
left: 140px;
width: 640px;
height: 480px;
background-image: url(pigeons-jumpinjimmyjava-white90pct-q70.jpg);
-webkit-animation-name: pulsate;
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: ease-in-out;
-webkit-animation-duration: 5s;
}
.section-view.hide-all-queries .data-source-view .query, .section-view.hide-all-queries .page-number {
opacity: 0;
}
.transparent {
opacity: 0;
}
.query {
width: 297px;
}
.story-view {
left: 300px;
}
.story-shadow {
background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 1)), color-stop(0.7, rgba(255, 255, 255, 1)));
} | 0.365004 | 0.045205 |
/* DEFAULTS
----------------------------------------------------------*/
body
{
background: #b6b7bc;
font-size: 1em;
font-family: Tahoma, Geneva, sans-serif;
margin: 0px;
padding: 0px;
color: #220d47;
}
a:link, a:visited
{
color:#220d47;
}
a:hover
{
color: #513970;
text-decoration: none;
}
a:active
{
color: #220d47;
}
p
{
margin-bottom: 10px;
line-height: 1.6em;
}
/* HEADINGS
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
font-size: 1.5em;
color: #666666;
font-variant: small-caps;
text-transform: none;
font-weight: 200;
margin-bottom: 0px;
}
h1
{
font-size: 1.6em;
padding-bottom: 0px;
margin-bottom: 0px;
}
h2
{
font-size: 1.5em;
font-weight: 600;
}
h3
{
font-size: 1.2em;
}
h4
{
font-size: 1.1em;
}
h5, h6
{
font-size: 1em;
}
/* this rule styles <h1> and <h2> tags that are the
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
margin-top: 0px;
}
/* PRIMARY LAYOUT ELEMENTS
----------------------------------------------------------*/
.page
{
width: 960px;
background-color: #fff;
margin: 20px auto 0px auto;
border: 1px solid #496077;
}
.header
{
position: relative;
margin: 0px;
padding: 0px;
background:#220d47;
width: 100%;
top: 0px;
left: 0px;
}
.header h1
{
font-weight: 700;
margin: 0px;
padding: 0px 0px 0px 20px;
color: #f9f9f9;
border: none;
line-height: 2em;
font-size: 2em;
}
.main
{
background-color:white;
padding: 0px 12px;
margin: 12px 8px 8px 8px;
min-height: 420px;
}
.leftCol
{
padding: 6px 0px;
margin: 12px 8px 8px 8px;
width: 200px;
min-height: 200px;
}
.footer
{
color: #4e5766;
padding: 8px 0px 0px 0px;
margin: 0px auto;
text-align: center;
line-height: normal;
}
/* TAB MENU
----------------------------------------------------------*/
div.hideSkiplink
{
background-color:#b19fbf;
width:100%;
}
div.menu
{
padding: 4px 0px 4px 8px;
}
div.menu ul
{
list-style: none;
margin: 0px;
padding: 0px;
width: auto;
}
div.menu li
{
float:left;
}
div.menu ul li a, div.menu ul li a:visited
{
background-color:#b19fbf;
border: 0px #190826 solid;
color: #483070;
display: block;
line-height: 1.35em;
padding: 4px 20px;
text-decoration: none;
white-space: nowrap;
width:auto;
font-weight:bold;
}
div.menu ul li a:hover
{
background-color: #bfcbd6;
color: #465c71;
text-decoration: none;
}
div.menu ul li a:active
{
background-color:#465c71;
color: #cfdbe6;
text-decoration: none;
}
/* FORM ELEMENTS
----------------------------------------------------------*/
fieldset
{
margin: 1em 0px;
padding: 1em;
border: 1px solid #ccc;
}
fieldset p
{
margin: 2px 12px 10px 10px;
}
fieldset.login label, fieldset.register label, fieldset.changePassword label
{
display: block;
}
fieldset label.inline
{
display: inline;
}
legend
{
font-size: 1.1em;
font-weight: 600;
padding: 2px 4px 8px 4px;
}
input.textEntry
{
width: 320px;
border: 1px solid #ccc;
}
input.passwordEntry
{
width: 320px;
border: 1px solid #ccc;
}
div.accountInfo
{
width: 42%;
}
/* MISC
----------------------------------------------------------*/
.clear
{
clear: both;
}
.title
{
display: block;
float: left;
text-align: left;
width: auto;
}
.loginDisplay
{
font-size: 1.1em;
display: block;
text-align: right;
padding: 10px;
color: White;
}
.loginDisplay a:link
{
color: white;
}
.loginDisplay a:visited
{
color: white;
}
.loginDisplay a:hover
{
color: white;
}
.failureNotification
{
font-size: 1.2em;
color: Red;
}
.bold
{
font-weight: bold;
}
.submitButton
{
text-align: right;
padding-right: 10px;
}
/*Tabs........................................*/
/*Header*/
.Tab .ajax__tab_header
{
color: #cdc3de;
font:Tahoma;
font-family:Tahoma, Geneva, sans-serif;
font-size: .80em;
font-weight: bold;
background-color: #ffffff;
margin-left: 0px;
}
/*Body*/
.Tab .ajax__tab_body
{
border:2px solid #b19fbf;
padding-top:20px;
padding-left:20px;
}
/*Tab Active*/
.Tab .ajax__tab_active .ajax__tab_tab
{
color: #ffffff;
background:#220d47;
height:20px;
}
.Tab .ajax__tab_active .ajax__tab_inner
{
color: #ffffff;
background:#220d47;
padding-left:10px;
border-top: 1px solid #220d47;
border-left: 2px solid #220d47;
}
.Tab .ajax__tab_active .ajax__tab_outer
{
color: #ffffff;
background:#220d47;
padding-right:10px;
border-top: 1px solid #220d47;
border-right: 2px solid #220d47;
}
/*Tab Hover*/
.Tab .ajax__tab_hover .ajax__tab_tab
{
color: #483070;
background:#b19fbf;
height:20px;
}
.Tab .ajax__tab_hover .ajax__tab_inner
{
color: #483070;
background:#b19fbf;
padding-left:10px;
}
.Tab .ajax__tab_hover .ajax__tab_outer
{
color: #483070;
background:#b19fbf;
padding-right:6px;
}
/*Tab Inactive*/
.Tab .ajax__tab_tab
{
color: #220d47;
background:#ffffff;
height:20px;
}
.Tab .ajax__tab_inner
{
color: #220d47;
background:#ffffff;
padding-left:10px;
border-top: 1px solid #220d47;
border-left: 2px solid #220d47;
}
.Tab .ajax__tab_outer
{
color: #220d47;
background:#ffffff;
padding-right:6px;
margin-right: 2px;
border-top: 1px solid #220d47;
border-right: 2px solid #220d47;
} | WebAppEventManagement/WebAppEventManagement/Styles/Site.css | /* DEFAULTS
----------------------------------------------------------*/
body
{
background: #b6b7bc;
font-size: 1em;
font-family: Tahoma, Geneva, sans-serif;
margin: 0px;
padding: 0px;
color: #220d47;
}
a:link, a:visited
{
color:#220d47;
}
a:hover
{
color: #513970;
text-decoration: none;
}
a:active
{
color: #220d47;
}
p
{
margin-bottom: 10px;
line-height: 1.6em;
}
/* HEADINGS
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
font-size: 1.5em;
color: #666666;
font-variant: small-caps;
text-transform: none;
font-weight: 200;
margin-bottom: 0px;
}
h1
{
font-size: 1.6em;
padding-bottom: 0px;
margin-bottom: 0px;
}
h2
{
font-size: 1.5em;
font-weight: 600;
}
h3
{
font-size: 1.2em;
}
h4
{
font-size: 1.1em;
}
h5, h6
{
font-size: 1em;
}
/* this rule styles <h1> and <h2> tags that are the
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
margin-top: 0px;
}
/* PRIMARY LAYOUT ELEMENTS
----------------------------------------------------------*/
.page
{
width: 960px;
background-color: #fff;
margin: 20px auto 0px auto;
border: 1px solid #496077;
}
.header
{
position: relative;
margin: 0px;
padding: 0px;
background:#220d47;
width: 100%;
top: 0px;
left: 0px;
}
.header h1
{
font-weight: 700;
margin: 0px;
padding: 0px 0px 0px 20px;
color: #f9f9f9;
border: none;
line-height: 2em;
font-size: 2em;
}
.main
{
background-color:white;
padding: 0px 12px;
margin: 12px 8px 8px 8px;
min-height: 420px;
}
.leftCol
{
padding: 6px 0px;
margin: 12px 8px 8px 8px;
width: 200px;
min-height: 200px;
}
.footer
{
color: #4e5766;
padding: 8px 0px 0px 0px;
margin: 0px auto;
text-align: center;
line-height: normal;
}
/* TAB MENU
----------------------------------------------------------*/
div.hideSkiplink
{
background-color:#b19fbf;
width:100%;
}
div.menu
{
padding: 4px 0px 4px 8px;
}
div.menu ul
{
list-style: none;
margin: 0px;
padding: 0px;
width: auto;
}
div.menu li
{
float:left;
}
div.menu ul li a, div.menu ul li a:visited
{
background-color:#b19fbf;
border: 0px #190826 solid;
color: #483070;
display: block;
line-height: 1.35em;
padding: 4px 20px;
text-decoration: none;
white-space: nowrap;
width:auto;
font-weight:bold;
}
div.menu ul li a:hover
{
background-color: #bfcbd6;
color: #465c71;
text-decoration: none;
}
div.menu ul li a:active
{
background-color:#465c71;
color: #cfdbe6;
text-decoration: none;
}
/* FORM ELEMENTS
----------------------------------------------------------*/
fieldset
{
margin: 1em 0px;
padding: 1em;
border: 1px solid #ccc;
}
fieldset p
{
margin: 2px 12px 10px 10px;
}
fieldset.login label, fieldset.register label, fieldset.changePassword label
{
display: block;
}
fieldset label.inline
{
display: inline;
}
legend
{
font-size: 1.1em;
font-weight: 600;
padding: 2px 4px 8px 4px;
}
input.textEntry
{
width: 320px;
border: 1px solid #ccc;
}
input.passwordEntry
{
width: 320px;
border: 1px solid #ccc;
}
div.accountInfo
{
width: 42%;
}
/* MISC
----------------------------------------------------------*/
.clear
{
clear: both;
}
.title
{
display: block;
float: left;
text-align: left;
width: auto;
}
.loginDisplay
{
font-size: 1.1em;
display: block;
text-align: right;
padding: 10px;
color: White;
}
.loginDisplay a:link
{
color: white;
}
.loginDisplay a:visited
{
color: white;
}
.loginDisplay a:hover
{
color: white;
}
.failureNotification
{
font-size: 1.2em;
color: Red;
}
.bold
{
font-weight: bold;
}
.submitButton
{
text-align: right;
padding-right: 10px;
}
/*Tabs........................................*/
/*Header*/
.Tab .ajax__tab_header
{
color: #cdc3de;
font:Tahoma;
font-family:Tahoma, Geneva, sans-serif;
font-size: .80em;
font-weight: bold;
background-color: #ffffff;
margin-left: 0px;
}
/*Body*/
.Tab .ajax__tab_body
{
border:2px solid #b19fbf;
padding-top:20px;
padding-left:20px;
}
/*Tab Active*/
.Tab .ajax__tab_active .ajax__tab_tab
{
color: #ffffff;
background:#220d47;
height:20px;
}
.Tab .ajax__tab_active .ajax__tab_inner
{
color: #ffffff;
background:#220d47;
padding-left:10px;
border-top: 1px solid #220d47;
border-left: 2px solid #220d47;
}
.Tab .ajax__tab_active .ajax__tab_outer
{
color: #ffffff;
background:#220d47;
padding-right:10px;
border-top: 1px solid #220d47;
border-right: 2px solid #220d47;
}
/*Tab Hover*/
.Tab .ajax__tab_hover .ajax__tab_tab
{
color: #483070;
background:#b19fbf;
height:20px;
}
.Tab .ajax__tab_hover .ajax__tab_inner
{
color: #483070;
background:#b19fbf;
padding-left:10px;
}
.Tab .ajax__tab_hover .ajax__tab_outer
{
color: #483070;
background:#b19fbf;
padding-right:6px;
}
/*Tab Inactive*/
.Tab .ajax__tab_tab
{
color: #220d47;
background:#ffffff;
height:20px;
}
.Tab .ajax__tab_inner
{
color: #220d47;
background:#ffffff;
padding-left:10px;
border-top: 1px solid #220d47;
border-left: 2px solid #220d47;
}
.Tab .ajax__tab_outer
{
color: #220d47;
background:#ffffff;
padding-right:6px;
margin-right: 2px;
border-top: 1px solid #220d47;
border-right: 2px solid #220d47;
} | 0.260389 | 0.071916 |
* {
box-sizing: border-box;
}
@media all and (max-width: 768px) {
.trianGle {
display: none;
}
.trianGle .subTri {
fill: #fff;
}
.commit {
text-align: center;
position: relative;
left: -1rem;
top: 0;
}
.commit i {
margin-left: 2rem;
display: inline-block;
width: .01rem;
height: .7rem;
border-right: 1px solid #BBBBBB;
}
.commit h3 {
position: relative;
margin-left: 2rem;
font-size: .3rem;
font-weight: bold;
color: #777777;
}
.commit em {
display: inline-block;
margin-left: 2rem;
width: .3rem;
height: .02rem;
background-color: #777777;
}
.commit h2 {
font-size: .3rem;
position: relative;
left: 1rem;
color: #000;
font-family: "微软雅黑", Tahoma, Helvetica, Arial, sans-serif;
font-weight: normal;
}
.commit p {
font-size: .2rem;
color: #666666;
margin-left: 2.2rem;
}
.swiper-container {
margin: 1rem auto;
width: 5rem;
height: 2.4rem;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.swiper-container a {
display: inline-block;
vertical-align: top;
width: .9rem;
height: .9rem;
text-align: center;
line-height: .9rem;
border: 1px solid #000;
margin: .3rem .16rem;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
font-size: .1rem;
text-decoration: none;
}
.swiper-container a i {
font-size: .3rem;
color: #666666;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.swiper-container a span {
font-size: .2rem;
color: white;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.swiper-container a:nth-child(1) {
margin-left: .75rem;
}
.swiper-container a:nth-child(4) {
margin-left: 1.43rem;
position: relative;
bottom: .5rem;
}
.swiper-container a:nth-child(5) {
position: relative;
bottom: .5rem;
}
.swiper-container p {
position: absolute;
top: 0;
font-size: .2rem;
color: #666666;
}
.square {
position: absolute;
top: 0;
z-index: 2;
left: 0;
right: 0;
bottom: 0;
margin: auto;
width: 4rem;
height: 4rem;
border: 1px solid red;
background: gray;
margin-bottom: 2rem;
font-size: .02rem;
}
.square dt {
font-family: "微软雅黑", Tahoma, Helvetica, Arial, sans-serif;
font-size: 1rem;
font-weight: normal;
float: left;
margin-left: 1.2rem;
}
.square dd font {
font-family: "微软雅黑", Tahoma, Helvetica, Arial, sans-serif;
font-size: .1rem;
}
.square dd font img {
margin-top: .6rem;
width: .3rem;
height: .1rem;
}
.square dd h5 {
margin-right: 1.2rem;
position: relative;
bottom: .2rem;
}
.square dd h6 {
position: absolute;
top: .8rem;
left: 1.7rem;
font-family: "微软雅黑", Tahoma, Helvetica, Arial, sans-serif;
color: #474747;
}
.square p {
font-family: "微软雅黑", Tahoma, Helvetica, Arial, sans-serif;
color: #474747;
margin-top: .5rem;
}
.active {
-webkit-transition: 3s;
transition: 3s;
}
.active:hover {
-webkit-transform: rotate(405deg);
-ms-transform: rotate(405deg);
transform: rotate(405deg);
}
.active {
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.subsqu {
text-align: center;
width: 4rem;
height: 4rem;
-webkit-transform: rotate(-405deg);
-ms-transform: rotate(-405deg);
transform: rotate(-405deg);
}
.subsqu .img2 {
width: 2rem;
height: 1.4rem;
margin-left: .15rem;
margin-top: .2rem;
}
}
@media all and (max-width: 992px) and (min-width: 768px) {
.service {
width: 100%;
height: 7rem;
position: relative;
background: url("../images/service.jpg") no-repeat;
background-size: 100% 100%;
}
.service .trianGle {
position: absolute;
width: 65%;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: 0 auto;
}
.service .trianGle .subTri {
fill: #fff;
}
.service .commit {
text-align: center;
position: relative;
left: -1rem;
top: 0;
}
.service .commit i {
margin-left: 2rem;
display: inline-block;
width: .01rem;
height: .7rem;
border-right: 1px solid #BBBBBB;
}
.service .commit h3 {
position: relative;
margin-left: 2rem;
font-size: .3rem;
font-weight: bold;
color: #777777;
}
.service .commit em {
display: inline-block;
margin-left: 2rem;
width: .3rem;
height: .02rem;
background-color: #777777;
}
.service .commit h2 {
font-size: .3rem;
position: relative;
left: 1rem;
color: #000;
font-family: "微软雅黑", Tahoma, Helvetica, Arial, sans-serif;
font-weight: normal;
}
.service .commit p {
font-size: .2rem;
color: #666666;
margin-left: 2.2rem;
}
.service .swiper-container {
margin: 0 auto;
width: 5rem;
height: 2.4rem;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.service .swiper-container a {
display: inline-block;
vertical-align: top;
width: .9rem;
height: .9rem;
text-align: center;
line-height: .9rem;
border: 1px solid #000;
margin: .3rem .16rem;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
font-size: .1rem;
text-decoration: none;
}
.service .swiper-container a i {
font-size: .3rem;
color: #666666;
}
.service .swiper-container a span {
font-size: .2rem;
color: white;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.service .swiper-container a:nth-child(1) {
margin-left: .75rem;
}
.service .swiper-container a:nth-child(4) {
margin-left: 1.43rem;
position: relative;
bottom: .5rem;
}
.service .swiper-container a:nth-child(5) {
position: relative;
bottom: .5rem;
}
.service .swiper-container p {
position: absolute;
top: 0;
font-size: .2rem;
color: #666666;
}
.service .square {
position: absolute;
z-index: 2;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
width: 4rem;
height: 4rem;
border: 1px solid red;
background: gray;
margin-bottom: 2rem;
font-size: .02rem;
}
.service .square dt {
font-family: "微软雅黑", Tahoma, Helvetica, Arial, sans-serif;
font-size: 1rem;
font-weight: normal;
float: left;
margin-left: 1.2rem;
}
.service .square dd font {
font-family: "微软雅黑", Tahoma, Helvetica, Arial, sans-serif;
font-size: .1rem;
}
.service .square dd font img {
margin-top: .6rem;
width: .3rem;
height: .1rem;
}
.service .square dd h5 {
margin-right: 1.2rem;
position: relative;
bottom: .2rem;
}
.service .square dd h6 {
position: absolute;
top: .8rem;
left: 1.7rem;
font-family: "微软雅黑", Tahoma, Helvetica, Arial, sans-serif;
color: #474747;
}
.service .square p {
font-family: "微软雅黑", Tahoma, Helvetica, Arial, sans-serif;
color: #474747;
margin-top: .5rem;
}
.service .active {
-webkit-transition: 3s;
transition: 3s;
}
.service .active:hover {
-webkit-transform: rotate(405deg);
-ms-transform: rotate(405deg);
transform: rotate(405deg);
}
.service .active {
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.service .subsqu {
text-align: center;
width: 4rem;
height: 4rem;
-webkit-transform: rotate(-405deg);
-ms-transform: rotate(-405deg);
transform: rotate(-405deg);
}
.service .subsqu .img2 {
width: 2rem;
height: 1.4rem;
margin-left: .15rem;
margin-top: .2rem;
}
}
@media all and (min-width: 992px) {
.service {
width: 100%;
height: 7rem;
position: relative;
background: url("../images/service.jpg") no-repeat;
background-size: 100% 100%;
}
.service .trianGle {
position: absolute;
width: 65%;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: 0 auto;
}
.service .trianGle .subTri {
fill: #fff;
}
.service .commit {
text-align: center;
position: relative;
left: -1rem;
top: 0;
}
.service .commit i {
margin-left: 2rem;
display: inline-block;
width: .01rem;
height: .7rem;
border-right: 1px solid #BBBBBB;
}
.service .commit h3 {
position: relative;
margin-left: 2rem;
font-size: .3rem;
font-weight: bold;
color: #777777;
}
.service .commit em {
display: inline-block;
margin-left: 2rem;
width: .3rem;
height: .02rem;
background-color: #777777;
}
.service .commit h2 {
font-size: .3rem;
position: relative;
left: 1rem;
color: #000;
font-family: "微软雅黑", Tahoma, Helvetica, Arial, sans-serif;
font-weight: normal;
}
.service .commit p {
font-size: .2rem;
color: #666666;
margin-left: 2.2rem;
}
.service .swiper-container {
margin: 0 auto;
width: 5rem;
height: 2.4rem;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.service .swiper-container a {
display: inline-block;
vertical-align: top;
width: .9rem;
height: .9rem;
text-align: center;
line-height: .9rem;
border: 1px solid #000;
margin: .3rem .16rem;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
font-size: .1rem;
text-decoration: none;
}
.service .swiper-container a i {
font-size: .3rem;
color: #666666;
}
.service .swiper-container a span {
font-size: .2rem;
color: white;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.service .swiper-container a:nth-child(1) {
margin-left: .75rem;
}
.service .swiper-container a:nth-child(4) {
margin-left: 1.43rem;
position: relative;
bottom: .5rem;
}
.service .swiper-container a:nth-child(5) {
position: relative;
bottom: .5rem;
}
.service .swiper-container p {
position: absolute;
top: 0;
font-size: .2rem;
color: #666666;
}
.service .square {
position: absolute;
z-index: 2;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
width: 4rem;
height: 4rem;
border: 1px solid red;
background: gray;
margin-bottom: 2rem;
font-size: .02rem;
}
.service .square dt {
font-family: "微软雅黑", Tahoma, Helvetica, Arial, sans-serif;
font-size: 1rem;
font-weight: normal;
float: left;
margin-left: 1.2rem;
}
.service .square dd font {
font-family: "微软雅黑", Tahoma, Helvetica, Arial, sans-serif;
font-size: .1rem;
}
.service .square dd font img {
margin-top: .6rem;
width: .3rem;
height: .1rem;
}
.service .square dd h5 {
margin-right: 1.2rem;
position: relative;
bottom: .2rem;
}
.service .square dd h6 {
position: absolute;
top: .8rem;
left: 1.7rem;
font-family: "微软雅黑", Tahoma, Helvetica, Arial, sans-serif;
color: #474747;
}
.service .square p {
font-family: "微软雅黑", Tahoma, Helvetica, Arial, sans-serif;
color: #474747;
margin-top: .5rem;
}
.service .active {
-webkit-transition: 3s;
transition: 3s;
}
.service .active {
-webkit-transform: rotate(405deg);
-ms-transform: rotate(405deg);
transform: rotate(405deg);
}
.service .subsqu {
text-align: center;
width: 4rem;
height: 4rem;
-webkit-transform: rotate(-405deg);
-ms-transform: rotate(-405deg);
transform: rotate(-405deg);
}
.service .subsqu .img2 {
width: 2rem;
height: 1.4rem;
margin-left: .15rem;
margin-top: .2rem;
}
} | ruisheng/css/service.css | * {
box-sizing: border-box;
}
@media all and (max-width: 768px) {
.trianGle {
display: none;
}
.trianGle .subTri {
fill: #fff;
}
.commit {
text-align: center;
position: relative;
left: -1rem;
top: 0;
}
.commit i {
margin-left: 2rem;
display: inline-block;
width: .01rem;
height: .7rem;
border-right: 1px solid #BBBBBB;
}
.commit h3 {
position: relative;
margin-left: 2rem;
font-size: .3rem;
font-weight: bold;
color: #777777;
}
.commit em {
display: inline-block;
margin-left: 2rem;
width: .3rem;
height: .02rem;
background-color: #777777;
}
.commit h2 {
font-size: .3rem;
position: relative;
left: 1rem;
color: #000;
font-family: "微软雅黑", Tahoma, Helvetica, Arial, sans-serif;
font-weight: normal;
}
.commit p {
font-size: .2rem;
color: #666666;
margin-left: 2.2rem;
}
.swiper-container {
margin: 1rem auto;
width: 5rem;
height: 2.4rem;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.swiper-container a {
display: inline-block;
vertical-align: top;
width: .9rem;
height: .9rem;
text-align: center;
line-height: .9rem;
border: 1px solid #000;
margin: .3rem .16rem;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
font-size: .1rem;
text-decoration: none;
}
.swiper-container a i {
font-size: .3rem;
color: #666666;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.swiper-container a span {
font-size: .2rem;
color: white;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.swiper-container a:nth-child(1) {
margin-left: .75rem;
}
.swiper-container a:nth-child(4) {
margin-left: 1.43rem;
position: relative;
bottom: .5rem;
}
.swiper-container a:nth-child(5) {
position: relative;
bottom: .5rem;
}
.swiper-container p {
position: absolute;
top: 0;
font-size: .2rem;
color: #666666;
}
.square {
position: absolute;
top: 0;
z-index: 2;
left: 0;
right: 0;
bottom: 0;
margin: auto;
width: 4rem;
height: 4rem;
border: 1px solid red;
background: gray;
margin-bottom: 2rem;
font-size: .02rem;
}
.square dt {
font-family: "微软雅黑", Tahoma, Helvetica, Arial, sans-serif;
font-size: 1rem;
font-weight: normal;
float: left;
margin-left: 1.2rem;
}
.square dd font {
font-family: "微软雅黑", Tahoma, Helvetica, Arial, sans-serif;
font-size: .1rem;
}
.square dd font img {
margin-top: .6rem;
width: .3rem;
height: .1rem;
}
.square dd h5 {
margin-right: 1.2rem;
position: relative;
bottom: .2rem;
}
.square dd h6 {
position: absolute;
top: .8rem;
left: 1.7rem;
font-family: "微软雅黑", Tahoma, Helvetica, Arial, sans-serif;
color: #474747;
}
.square p {
font-family: "微软雅黑", Tahoma, Helvetica, Arial, sans-serif;
color: #474747;
margin-top: .5rem;
}
.active {
-webkit-transition: 3s;
transition: 3s;
}
.active:hover {
-webkit-transform: rotate(405deg);
-ms-transform: rotate(405deg);
transform: rotate(405deg);
}
.active {
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.subsqu {
text-align: center;
width: 4rem;
height: 4rem;
-webkit-transform: rotate(-405deg);
-ms-transform: rotate(-405deg);
transform: rotate(-405deg);
}
.subsqu .img2 {
width: 2rem;
height: 1.4rem;
margin-left: .15rem;
margin-top: .2rem;
}
}
@media all and (max-width: 992px) and (min-width: 768px) {
.service {
width: 100%;
height: 7rem;
position: relative;
background: url("../images/service.jpg") no-repeat;
background-size: 100% 100%;
}
.service .trianGle {
position: absolute;
width: 65%;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: 0 auto;
}
.service .trianGle .subTri {
fill: #fff;
}
.service .commit {
text-align: center;
position: relative;
left: -1rem;
top: 0;
}
.service .commit i {
margin-left: 2rem;
display: inline-block;
width: .01rem;
height: .7rem;
border-right: 1px solid #BBBBBB;
}
.service .commit h3 {
position: relative;
margin-left: 2rem;
font-size: .3rem;
font-weight: bold;
color: #777777;
}
.service .commit em {
display: inline-block;
margin-left: 2rem;
width: .3rem;
height: .02rem;
background-color: #777777;
}
.service .commit h2 {
font-size: .3rem;
position: relative;
left: 1rem;
color: #000;
font-family: "微软雅黑", Tahoma, Helvetica, Arial, sans-serif;
font-weight: normal;
}
.service .commit p {
font-size: .2rem;
color: #666666;
margin-left: 2.2rem;
}
.service .swiper-container {
margin: 0 auto;
width: 5rem;
height: 2.4rem;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.service .swiper-container a {
display: inline-block;
vertical-align: top;
width: .9rem;
height: .9rem;
text-align: center;
line-height: .9rem;
border: 1px solid #000;
margin: .3rem .16rem;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
font-size: .1rem;
text-decoration: none;
}
.service .swiper-container a i {
font-size: .3rem;
color: #666666;
}
.service .swiper-container a span {
font-size: .2rem;
color: white;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.service .swiper-container a:nth-child(1) {
margin-left: .75rem;
}
.service .swiper-container a:nth-child(4) {
margin-left: 1.43rem;
position: relative;
bottom: .5rem;
}
.service .swiper-container a:nth-child(5) {
position: relative;
bottom: .5rem;
}
.service .swiper-container p {
position: absolute;
top: 0;
font-size: .2rem;
color: #666666;
}
.service .square {
position: absolute;
z-index: 2;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
width: 4rem;
height: 4rem;
border: 1px solid red;
background: gray;
margin-bottom: 2rem;
font-size: .02rem;
}
.service .square dt {
font-family: "微软雅黑", Tahoma, Helvetica, Arial, sans-serif;
font-size: 1rem;
font-weight: normal;
float: left;
margin-left: 1.2rem;
}
.service .square dd font {
font-family: "微软雅黑", Tahoma, Helvetica, Arial, sans-serif;
font-size: .1rem;
}
.service .square dd font img {
margin-top: .6rem;
width: .3rem;
height: .1rem;
}
.service .square dd h5 {
margin-right: 1.2rem;
position: relative;
bottom: .2rem;
}
.service .square dd h6 {
position: absolute;
top: .8rem;
left: 1.7rem;
font-family: "微软雅黑", Tahoma, Helvetica, Arial, sans-serif;
color: #474747;
}
.service .square p {
font-family: "微软雅黑", Tahoma, Helvetica, Arial, sans-serif;
color: #474747;
margin-top: .5rem;
}
.service .active {
-webkit-transition: 3s;
transition: 3s;
}
.service .active:hover {
-webkit-transform: rotate(405deg);
-ms-transform: rotate(405deg);
transform: rotate(405deg);
}
.service .active {
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.service .subsqu {
text-align: center;
width: 4rem;
height: 4rem;
-webkit-transform: rotate(-405deg);
-ms-transform: rotate(-405deg);
transform: rotate(-405deg);
}
.service .subsqu .img2 {
width: 2rem;
height: 1.4rem;
margin-left: .15rem;
margin-top: .2rem;
}
}
@media all and (min-width: 992px) {
.service {
width: 100%;
height: 7rem;
position: relative;
background: url("../images/service.jpg") no-repeat;
background-size: 100% 100%;
}
.service .trianGle {
position: absolute;
width: 65%;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: 0 auto;
}
.service .trianGle .subTri {
fill: #fff;
}
.service .commit {
text-align: center;
position: relative;
left: -1rem;
top: 0;
}
.service .commit i {
margin-left: 2rem;
display: inline-block;
width: .01rem;
height: .7rem;
border-right: 1px solid #BBBBBB;
}
.service .commit h3 {
position: relative;
margin-left: 2rem;
font-size: .3rem;
font-weight: bold;
color: #777777;
}
.service .commit em {
display: inline-block;
margin-left: 2rem;
width: .3rem;
height: .02rem;
background-color: #777777;
}
.service .commit h2 {
font-size: .3rem;
position: relative;
left: 1rem;
color: #000;
font-family: "微软雅黑", Tahoma, Helvetica, Arial, sans-serif;
font-weight: normal;
}
.service .commit p {
font-size: .2rem;
color: #666666;
margin-left: 2.2rem;
}
.service .swiper-container {
margin: 0 auto;
width: 5rem;
height: 2.4rem;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.service .swiper-container a {
display: inline-block;
vertical-align: top;
width: .9rem;
height: .9rem;
text-align: center;
line-height: .9rem;
border: 1px solid #000;
margin: .3rem .16rem;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
font-size: .1rem;
text-decoration: none;
}
.service .swiper-container a i {
font-size: .3rem;
color: #666666;
}
.service .swiper-container a span {
font-size: .2rem;
color: white;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.service .swiper-container a:nth-child(1) {
margin-left: .75rem;
}
.service .swiper-container a:nth-child(4) {
margin-left: 1.43rem;
position: relative;
bottom: .5rem;
}
.service .swiper-container a:nth-child(5) {
position: relative;
bottom: .5rem;
}
.service .swiper-container p {
position: absolute;
top: 0;
font-size: .2rem;
color: #666666;
}
.service .square {
position: absolute;
z-index: 2;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
width: 4rem;
height: 4rem;
border: 1px solid red;
background: gray;
margin-bottom: 2rem;
font-size: .02rem;
}
.service .square dt {
font-family: "微软雅黑", Tahoma, Helvetica, Arial, sans-serif;
font-size: 1rem;
font-weight: normal;
float: left;
margin-left: 1.2rem;
}
.service .square dd font {
font-family: "微软雅黑", Tahoma, Helvetica, Arial, sans-serif;
font-size: .1rem;
}
.service .square dd font img {
margin-top: .6rem;
width: .3rem;
height: .1rem;
}
.service .square dd h5 {
margin-right: 1.2rem;
position: relative;
bottom: .2rem;
}
.service .square dd h6 {
position: absolute;
top: .8rem;
left: 1.7rem;
font-family: "微软雅黑", Tahoma, Helvetica, Arial, sans-serif;
color: #474747;
}
.service .square p {
font-family: "微软雅黑", Tahoma, Helvetica, Arial, sans-serif;
color: #474747;
margin-top: .5rem;
}
.service .active {
-webkit-transition: 3s;
transition: 3s;
}
.service .active {
-webkit-transform: rotate(405deg);
-ms-transform: rotate(405deg);
transform: rotate(405deg);
}
.service .subsqu {
text-align: center;
width: 4rem;
height: 4rem;
-webkit-transform: rotate(-405deg);
-ms-transform: rotate(-405deg);
transform: rotate(-405deg);
}
.service .subsqu .img2 {
width: 2rem;
height: 1.4rem;
margin-left: .15rem;
margin-top: .2rem;
}
} | 0.474388 | 0.108756 |
body {
margin: 0;
padding: 0;
font-family: "Roboto", sans-serif;
}
.header-menu {
position: fixed;
background:#7A7DAF;
padding: 20px;
width: 100%;
}
.area-left h3 {
color: #ffffff;
margin: 0;
text-transform: uppercase;
font-size: 15px;
font-weight: 900;
}
.area-left span {
color: rgb(91, 222, 255);
}
.btn-logout {
padding: 5px;
background: #19B3D3;
text-decoration: none;
float: right;
margin-top: -30px;
margin-right: 40px;
border-radius: 2px;
font-size: 15px;
font-weight: 600;
color: #fff;
transition: 0.5s;
transition-property: #0D9DBB;
}
.btn-logout:hover {
background: #0D9DBB;
}
.sidebar {
border: 1px solid gray;
margin-top: 70px;
padding-top: 30px;
position: fixed;
left: 0;
width: 250px;
height: 100%;
transition: 0.5s;
transition-property: left;
}
.sidebar .img-profile {
width: 100px;
height: 100px;
border-radius: 100px;
margin-bottom: 10px;
}
.sidebar h4 {
color: #ccc;
margin-top: 0;
margin-bottom: 20px;
}
.sidebar a {
color: gray;
display: block;
width: 100%;
line-height: 60px;
text-decoration: none;
padding-left: 40px;
margin-top: 15px;
box-sizing: border-box;
transition: 0.5s;
transition-property: #19B3D3;
}
.sidebar a:hover {
background: #19B3D3;
margin-top: 20px;
}
.sidebar i {
padding-right: 10px;
}
label #sidebar_btn {
z-index: 1;
color: #fff;
position: fixed;
cursor: pointer;
left: 290px;
font-size: 25px;
margin: 5px 0;
transition: 0.5s;
transition-property: #19B3D3;
}
label #sidebar_btn:hover {
color: #19B3D3;
}
#check:checked~.sidebar {
left: -190px;
}
#check:checked~.sidebar a span {
display: none;
}
#check:checked~.sidebar a {
font-size: 20px;
margin-left: 170px;
width: 80px;
}
.contenido {
margin-left: 250px;
height: 100vh;
transition: 0.5s;
}
#check:checked~.contenido {
margin-left: 60px;
}
#check {
display: none;
}
.fondocolor {
position: fixed;
margin-top: 71;
margin-left: 2;
background: #D4D5E5;
height: 100px;
width: 100%;
}
.comienzo-cont {
position: fixed;
margin-top: 120px;
width: 77%;
border: 1px solid rgb(138, 129, 129);
margin-left: 40px;
border-radius: 20px;
background: white;
}
.comienzo-cont h3 {
text-transform: uppercase;
}
.titulo-cont {
justify-content: center;
justify-content: center;
text-align: center;
}
.opciones-comienzo {
position: static;
display: flex;
justify-content: center;
}
.opc-comienzo {
margin-right: 40px;
margin-left: 40px;
}
.opc-titulo1 {
color: #3A681F;
}
.opc-titulo2 {
color: #0D1863;
}
.final-cont {
display: flex;
justify-content: space-between;
flex-flow: wrap;
width: 77%;
margin-top: 400px;
position: fixed;
margin-left: 60px;
}
.eventos {
border: 1px solid gray;
border-radius: 20px;
height: 40vh;
margin-left: -41px;
}
.img-eventos {
background: url(/img/91612ff3-de2c-418e-a417-0e515517ab84.jpg) no-repeat;
background-size: cover;
width: 200px;
height: 40vh;
position: fixed;
float: right;
}
.box {
width: 700px;
height: 300px;
margin: 20px;
}
.box-img {
width: 300px;
height: 300px;
margin: 20px;
}
@media screen and (max-width:1200px) {
.box {
width: 40%;
}
}
@media screen and (max-width:600px) {
.box {
width: 90%;
}
} | public/css/estilospricipal.css | body {
margin: 0;
padding: 0;
font-family: "Roboto", sans-serif;
}
.header-menu {
position: fixed;
background:#7A7DAF;
padding: 20px;
width: 100%;
}
.area-left h3 {
color: #ffffff;
margin: 0;
text-transform: uppercase;
font-size: 15px;
font-weight: 900;
}
.area-left span {
color: rgb(91, 222, 255);
}
.btn-logout {
padding: 5px;
background: #19B3D3;
text-decoration: none;
float: right;
margin-top: -30px;
margin-right: 40px;
border-radius: 2px;
font-size: 15px;
font-weight: 600;
color: #fff;
transition: 0.5s;
transition-property: #0D9DBB;
}
.btn-logout:hover {
background: #0D9DBB;
}
.sidebar {
border: 1px solid gray;
margin-top: 70px;
padding-top: 30px;
position: fixed;
left: 0;
width: 250px;
height: 100%;
transition: 0.5s;
transition-property: left;
}
.sidebar .img-profile {
width: 100px;
height: 100px;
border-radius: 100px;
margin-bottom: 10px;
}
.sidebar h4 {
color: #ccc;
margin-top: 0;
margin-bottom: 20px;
}
.sidebar a {
color: gray;
display: block;
width: 100%;
line-height: 60px;
text-decoration: none;
padding-left: 40px;
margin-top: 15px;
box-sizing: border-box;
transition: 0.5s;
transition-property: #19B3D3;
}
.sidebar a:hover {
background: #19B3D3;
margin-top: 20px;
}
.sidebar i {
padding-right: 10px;
}
label #sidebar_btn {
z-index: 1;
color: #fff;
position: fixed;
cursor: pointer;
left: 290px;
font-size: 25px;
margin: 5px 0;
transition: 0.5s;
transition-property: #19B3D3;
}
label #sidebar_btn:hover {
color: #19B3D3;
}
#check:checked~.sidebar {
left: -190px;
}
#check:checked~.sidebar a span {
display: none;
}
#check:checked~.sidebar a {
font-size: 20px;
margin-left: 170px;
width: 80px;
}
.contenido {
margin-left: 250px;
height: 100vh;
transition: 0.5s;
}
#check:checked~.contenido {
margin-left: 60px;
}
#check {
display: none;
}
.fondocolor {
position: fixed;
margin-top: 71;
margin-left: 2;
background: #D4D5E5;
height: 100px;
width: 100%;
}
.comienzo-cont {
position: fixed;
margin-top: 120px;
width: 77%;
border: 1px solid rgb(138, 129, 129);
margin-left: 40px;
border-radius: 20px;
background: white;
}
.comienzo-cont h3 {
text-transform: uppercase;
}
.titulo-cont {
justify-content: center;
justify-content: center;
text-align: center;
}
.opciones-comienzo {
position: static;
display: flex;
justify-content: center;
}
.opc-comienzo {
margin-right: 40px;
margin-left: 40px;
}
.opc-titulo1 {
color: #3A681F;
}
.opc-titulo2 {
color: #0D1863;
}
.final-cont {
display: flex;
justify-content: space-between;
flex-flow: wrap;
width: 77%;
margin-top: 400px;
position: fixed;
margin-left: 60px;
}
.eventos {
border: 1px solid gray;
border-radius: 20px;
height: 40vh;
margin-left: -41px;
}
.img-eventos {
background: url(/img/91612ff3-de2c-418e-a417-0e515517ab84.jpg) no-repeat;
background-size: cover;
width: 200px;
height: 40vh;
position: fixed;
float: right;
}
.box {
width: 700px;
height: 300px;
margin: 20px;
}
.box-img {
width: 300px;
height: 300px;
margin: 20px;
}
@media screen and (max-width:1200px) {
.box {
width: 40%;
}
}
@media screen and (max-width:600px) {
.box {
width: 90%;
}
} | 0.476823 | 0.107813 |
body {
background-color: white;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen,
Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
color: #363636;
line-height: 1.6;
font-size: 19px;
text-align: center;
margin: 0;
}
h2,
p {
margin: 0 0 2rem;
}
h2 {
font-size: 3rem;
font-weight: 100;
}
a {
text-decoration: none;
color: #ec45ab;
}
a:hover {
text-decoration: underline;
}
header {
background: linear-gradient(to bottom, #191917 80%, white 0%);
padding: 3rem 1rem 0;
color: white;
}
main {
padding: 0 1rem 3rem;
max-width: 700px;
margin: 0 auto;
}
footer {
border-top: 1px solid #2fd566;
padding: 2rem 1rem 3rem;
max-width: 700px;
margin: 0 auto;
}
.button {
display: inline-flex;
align-items: center;
justify-content: center;
margin: 0.5rem;
padding: 7px 12px;
text-decoration: none;
border: 4px solid #8c8c8b;
background: transparent;
font-weight: 600;
color: #8c8c8b;
transition: all 150ms ease-in-out;
}
.button:hover {
background-color: #2fd566;
border-color: #2fd566;
color: white;
text-decoration: none;
}
.button--pink {
border-color: #ec45ab;
color: #ec45ab;
}
.button--pink:hover {
background-color: #ec45ab;
border-color: #ec45ab;
color: white;
}
.button > svg {
margin-right: 8px;
}
.justify {
text-align: justify;
}
@keyframes blob1Anim {
0% {
transform: scale(calc(1 / 3)) translate(-150%, 150%);
}
25% {
transform: scale(1.5) translate(0, 0);
}
50% {
transform: scale(calc(1 / 3)) translate(-150%, 150%);
}
100% {
transform: scale(calc(1 / 3)) translate(-150%, 150%);
}
}
@keyframes blob2Anim {
0% {
transform: scale(1) translate(50%, -50%);
}
25% {
transform: scale(1.5) translate(0, 0);
}
50% {
transform: scale(1) translate(50%, -50%);
}
100% {
transform: scale(1) translate(50%, -50%);
}
}
@keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0.5;
}
}
@keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.logo {
height: 200px;
width: 200px;
position: relative;
background-size: cover;
border-radius: 5px;
margin-left: auto;
margin-right: auto;
}
.blobs {
filter: url('#goo');
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
animation-name: fadeOut;
animation-duration: 500ms;
animation-delay: 3s;
animation-fill-mode: forwards;
opacity: 1;
}
.blob {
position: absolute;
background: #2fd566;
left: 50%;
top: 50%;
width: 30%;
height: 30%;
border-radius: 100%;
margin-top: -15%;
margin-left: -15%;
will-change: contents;
animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
animation-duration: 6s;
animation-iteration-count: infinite;
}
.blob1 {
animation-name: blob1Anim;
}
.blob2 {
animation-name: blob2Anim;
}
.title {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
color: white;
animation-name: fadeIn;
animation-duration: 500ms;
animation-delay: 3s;
animation-fill-mode: forwards;
z-index: 2;
opacity: 0;
display: flex;
justify-content: center;
align-items: center;
font-weight: 100;
font-size: 5rem;
font-family: 'Passion One', -apple-system, BlinkMacSystemFont, 'Segoe UI',
Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans',
'Helvetica Neue', sans-serif;
line-height: 1;
}
#logo-filter {
/* hide the space taken up by the filter svg; display none causes the blobs not to show */
height: 0;
}
.tagline {
margin-bottom: 4rem;
}
.screenshots {
position: relative;
max-width: 576px;
width: 100%;
margin: 0 auto 2rem auto;
}
.screenshots img {
width: 100%;
border-bottom-left-radius: 8px;
border-bottom-right-radius: 8px;
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
@keyframes fade {
0% {
opacity: 1;
}
45% {
opacity: 1;
}
55% {
opacity: 0;
}
100% {
opacity: 0;
}
}
.screenshots img:last-child {
position: absolute;
left: 0;
width: 100%;
animation-name: fade;
animation-timing-function: ease-in-out;
animation-iteration-count: infinite;
animation-duration: 5s;
animation-direction: alternate;
} | docs/style.css | body {
background-color: white;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen,
Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
color: #363636;
line-height: 1.6;
font-size: 19px;
text-align: center;
margin: 0;
}
h2,
p {
margin: 0 0 2rem;
}
h2 {
font-size: 3rem;
font-weight: 100;
}
a {
text-decoration: none;
color: #ec45ab;
}
a:hover {
text-decoration: underline;
}
header {
background: linear-gradient(to bottom, #191917 80%, white 0%);
padding: 3rem 1rem 0;
color: white;
}
main {
padding: 0 1rem 3rem;
max-width: 700px;
margin: 0 auto;
}
footer {
border-top: 1px solid #2fd566;
padding: 2rem 1rem 3rem;
max-width: 700px;
margin: 0 auto;
}
.button {
display: inline-flex;
align-items: center;
justify-content: center;
margin: 0.5rem;
padding: 7px 12px;
text-decoration: none;
border: 4px solid #8c8c8b;
background: transparent;
font-weight: 600;
color: #8c8c8b;
transition: all 150ms ease-in-out;
}
.button:hover {
background-color: #2fd566;
border-color: #2fd566;
color: white;
text-decoration: none;
}
.button--pink {
border-color: #ec45ab;
color: #ec45ab;
}
.button--pink:hover {
background-color: #ec45ab;
border-color: #ec45ab;
color: white;
}
.button > svg {
margin-right: 8px;
}
.justify {
text-align: justify;
}
@keyframes blob1Anim {
0% {
transform: scale(calc(1 / 3)) translate(-150%, 150%);
}
25% {
transform: scale(1.5) translate(0, 0);
}
50% {
transform: scale(calc(1 / 3)) translate(-150%, 150%);
}
100% {
transform: scale(calc(1 / 3)) translate(-150%, 150%);
}
}
@keyframes blob2Anim {
0% {
transform: scale(1) translate(50%, -50%);
}
25% {
transform: scale(1.5) translate(0, 0);
}
50% {
transform: scale(1) translate(50%, -50%);
}
100% {
transform: scale(1) translate(50%, -50%);
}
}
@keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0.5;
}
}
@keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.logo {
height: 200px;
width: 200px;
position: relative;
background-size: cover;
border-radius: 5px;
margin-left: auto;
margin-right: auto;
}
.blobs {
filter: url('#goo');
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
animation-name: fadeOut;
animation-duration: 500ms;
animation-delay: 3s;
animation-fill-mode: forwards;
opacity: 1;
}
.blob {
position: absolute;
background: #2fd566;
left: 50%;
top: 50%;
width: 30%;
height: 30%;
border-radius: 100%;
margin-top: -15%;
margin-left: -15%;
will-change: contents;
animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
animation-duration: 6s;
animation-iteration-count: infinite;
}
.blob1 {
animation-name: blob1Anim;
}
.blob2 {
animation-name: blob2Anim;
}
.title {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
color: white;
animation-name: fadeIn;
animation-duration: 500ms;
animation-delay: 3s;
animation-fill-mode: forwards;
z-index: 2;
opacity: 0;
display: flex;
justify-content: center;
align-items: center;
font-weight: 100;
font-size: 5rem;
font-family: 'Passion One', -apple-system, BlinkMacSystemFont, 'Segoe UI',
Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans',
'Helvetica Neue', sans-serif;
line-height: 1;
}
#logo-filter {
/* hide the space taken up by the filter svg; display none causes the blobs not to show */
height: 0;
}
.tagline {
margin-bottom: 4rem;
}
.screenshots {
position: relative;
max-width: 576px;
width: 100%;
margin: 0 auto 2rem auto;
}
.screenshots img {
width: 100%;
border-bottom-left-radius: 8px;
border-bottom-right-radius: 8px;
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
@keyframes fade {
0% {
opacity: 1;
}
45% {
opacity: 1;
}
55% {
opacity: 0;
}
100% {
opacity: 0;
}
}
.screenshots img:last-child {
position: absolute;
left: 0;
width: 100%;
animation-name: fade;
animation-timing-function: ease-in-out;
animation-iteration-count: infinite;
animation-duration: 5s;
animation-direction: alternate;
} | 0.665519 | 0.10393 |
.content-documentation{
margin-top: 60px !important;
padding: 0 !important;
}
.content-documentation .container-fluid{
padding: 0 !important;
}
.letter-icon {
font-size: 17px !important;
}
.card-documentation > .card-header {
padding: 40px 25px;
}
.card-documentation > .card-header h4 {
font-size: 34px;
line-height: 45px;
}
.card-documentation > .card-header > p {
font-size: 16px;
width: 80%;
line-height: 2;
}
.card-documentation > .card-header a {
color: #fff;
font-weight: 600;
text-decoration: underline;
}
.card-documentation > .card-body{
padding: 15px 25px;
}
.card-documentation > .card-body > h1, .card-documentation > .card-body > h2, .card-documentation > .card-body > h3, .card-documentation > .card-body > h4, .card-documentation > .card-body > h5, .card-documentation > .card-body > h6 {
margin-top: 1.8rem;
}
.card-documentation > .card-body > p {
margin-bottom: 1rem;
font-size: 14px;
line-height: 1.95;
width: 80%;
}
.card-documentation .card-body pre[class*="language-"] {
margin-bottom: 1rem;
padding: 1.5rem;
font-size: 13px;
max-height: 500px !important;
overflow-y: auto;
}
.card-documentation > .card-body > ul > li {
padding-bottom: 5px;
}
.subcontent-title{
padding-left: 33px;
position: relative;
margin-bottom: 15px;
font-size: 27px;
line-height: 30px;
font-weight: 600;
}
.subcontent-title span{
z-index: 3;
display: block;
position: relative;
}
.subcontent-title:before {
content: '#';
position: absolute;
left: 0;
font-size: 46px;
color: #acadb1ab;
z-index: 1;
}
.bd-example {
position: relative;
padding: 2rem;
border: 3px solid #eee;
}
.bd-example .fixed-top, .bd-example .sticky-top {
position: static;
margin: -2rem -2rem 1rem;
}
.bd-example .fixed-bottom {
position: static;
margin: 2rem -2rem -2rem;
}
@media (min-width: 576px) {
.bd-example .fixed-top, .bd-example .sticky-top {
margin: -1.5rem -1.5rem 1rem;
}
}
.bd-example-popover-static{
background: #fafafa;
}
.bd-example-popover-static .popover {
position: relative;
display: block;
float: left;
width: 260px;
margin: 1.25rem;
}
.bd-example-modal {
background-color: #eee;
}
.bd-example-modal .modal {
position: relative;
top: auto;
right: auto;
bottom: auto;
left: auto;
z-index: 1;
display: block;
}
.bd-example-modal .modal-dialog {
left: auto;
margin-right: auto;
margin-left: auto;
}
.bd-callout {
padding: 1.25rem;
margin-top: 1.25rem;
margin-bottom: 1.25rem;
border: 1px solid #eee;
border-left-width: .25rem;
border-radius: .25rem;
}
.bd-callout h4 {
margin-top: 0;
margin-bottom: .25rem;
font-size: 26px !important;
}
.bd-callout p:last-child {
margin-bottom: 0;
}
.bd-callout code {
border-radius: .25rem;
}
.bd-callout + .bd-callout {
margin-top: -.25rem;
}
.bd-callout-info {
border-left-color: #05b4d8;
}
.bd-callout-info h4 {
color: #05b4d8;
}
.bd-callout-warning {
border-left-color: #fdaf4b;
}
.bd-callout-warning h4 {
color: #fdaf4b;
}
.bd-callout-danger {
border-left-color: #f3545d;
}
.bd-callout-danger h4 {
color: #f3545d;
}
.table-content {
background: #f2f2f2;
padding: 30px;
border-radius: 5px;
}
.table-content .title{
font-size: 23px;
font-weight: 500;
margin-bottom: 5px;
}
.table-content > ul {
margin-bottom: 0px;
margin-top: 10px;
}
.table-content dl, .table-content ol, .table-content ul{
padding-left: 20px;
padding-top: 5px;
padding-bottom: 5px;
}
.table-content dl > li, .table-content ol > li, .table-content ul > li{
padding-bottom: 5px;
padding-top: 5px;
font-size: 15px;
}
.box-example {
width: 4rem;
height: 4rem;
border-radius: 4px;
}
#chart-container {
min-height: 300px;
}
h5 {
font-size: 23px;
margin-bottom: 15px;
}
.demo-loader {
display: flex;
align-items: center;
}
.demo-loader .loader {
margin-right: 15px;
}
#demos-carousel .owl-carousel {
margin: 2rem 0;
}
#demos-carousel .owl-carousel .item {
height: 10rem;
background: #4DC7A0;
padding: 1rem;
}
#demos-carousel .owl-carousel .item h4 {
color: #FFF;
font-weight: 400;
margin-top: 0rem;
}
#demos-carousel .owl-carousel .item-video {
height: 300px;
}
#demos-carousel #setup {
margin-top: 4rem;
}
#demos-carousel .demo-list h5 {
margin: 0;
}
@media only screen {
.demo-list [class*="column"] + [class*="column"]:last-child {
float: left;
}
} | public/documentation/assets/styles.css | .content-documentation{
margin-top: 60px !important;
padding: 0 !important;
}
.content-documentation .container-fluid{
padding: 0 !important;
}
.letter-icon {
font-size: 17px !important;
}
.card-documentation > .card-header {
padding: 40px 25px;
}
.card-documentation > .card-header h4 {
font-size: 34px;
line-height: 45px;
}
.card-documentation > .card-header > p {
font-size: 16px;
width: 80%;
line-height: 2;
}
.card-documentation > .card-header a {
color: #fff;
font-weight: 600;
text-decoration: underline;
}
.card-documentation > .card-body{
padding: 15px 25px;
}
.card-documentation > .card-body > h1, .card-documentation > .card-body > h2, .card-documentation > .card-body > h3, .card-documentation > .card-body > h4, .card-documentation > .card-body > h5, .card-documentation > .card-body > h6 {
margin-top: 1.8rem;
}
.card-documentation > .card-body > p {
margin-bottom: 1rem;
font-size: 14px;
line-height: 1.95;
width: 80%;
}
.card-documentation .card-body pre[class*="language-"] {
margin-bottom: 1rem;
padding: 1.5rem;
font-size: 13px;
max-height: 500px !important;
overflow-y: auto;
}
.card-documentation > .card-body > ul > li {
padding-bottom: 5px;
}
.subcontent-title{
padding-left: 33px;
position: relative;
margin-bottom: 15px;
font-size: 27px;
line-height: 30px;
font-weight: 600;
}
.subcontent-title span{
z-index: 3;
display: block;
position: relative;
}
.subcontent-title:before {
content: '#';
position: absolute;
left: 0;
font-size: 46px;
color: #acadb1ab;
z-index: 1;
}
.bd-example {
position: relative;
padding: 2rem;
border: 3px solid #eee;
}
.bd-example .fixed-top, .bd-example .sticky-top {
position: static;
margin: -2rem -2rem 1rem;
}
.bd-example .fixed-bottom {
position: static;
margin: 2rem -2rem -2rem;
}
@media (min-width: 576px) {
.bd-example .fixed-top, .bd-example .sticky-top {
margin: -1.5rem -1.5rem 1rem;
}
}
.bd-example-popover-static{
background: #fafafa;
}
.bd-example-popover-static .popover {
position: relative;
display: block;
float: left;
width: 260px;
margin: 1.25rem;
}
.bd-example-modal {
background-color: #eee;
}
.bd-example-modal .modal {
position: relative;
top: auto;
right: auto;
bottom: auto;
left: auto;
z-index: 1;
display: block;
}
.bd-example-modal .modal-dialog {
left: auto;
margin-right: auto;
margin-left: auto;
}
.bd-callout {
padding: 1.25rem;
margin-top: 1.25rem;
margin-bottom: 1.25rem;
border: 1px solid #eee;
border-left-width: .25rem;
border-radius: .25rem;
}
.bd-callout h4 {
margin-top: 0;
margin-bottom: .25rem;
font-size: 26px !important;
}
.bd-callout p:last-child {
margin-bottom: 0;
}
.bd-callout code {
border-radius: .25rem;
}
.bd-callout + .bd-callout {
margin-top: -.25rem;
}
.bd-callout-info {
border-left-color: #05b4d8;
}
.bd-callout-info h4 {
color: #05b4d8;
}
.bd-callout-warning {
border-left-color: #fdaf4b;
}
.bd-callout-warning h4 {
color: #fdaf4b;
}
.bd-callout-danger {
border-left-color: #f3545d;
}
.bd-callout-danger h4 {
color: #f3545d;
}
.table-content {
background: #f2f2f2;
padding: 30px;
border-radius: 5px;
}
.table-content .title{
font-size: 23px;
font-weight: 500;
margin-bottom: 5px;
}
.table-content > ul {
margin-bottom: 0px;
margin-top: 10px;
}
.table-content dl, .table-content ol, .table-content ul{
padding-left: 20px;
padding-top: 5px;
padding-bottom: 5px;
}
.table-content dl > li, .table-content ol > li, .table-content ul > li{
padding-bottom: 5px;
padding-top: 5px;
font-size: 15px;
}
.box-example {
width: 4rem;
height: 4rem;
border-radius: 4px;
}
#chart-container {
min-height: 300px;
}
h5 {
font-size: 23px;
margin-bottom: 15px;
}
.demo-loader {
display: flex;
align-items: center;
}
.demo-loader .loader {
margin-right: 15px;
}
#demos-carousel .owl-carousel {
margin: 2rem 0;
}
#demos-carousel .owl-carousel .item {
height: 10rem;
background: #4DC7A0;
padding: 1rem;
}
#demos-carousel .owl-carousel .item h4 {
color: #FFF;
font-weight: 400;
margin-top: 0rem;
}
#demos-carousel .owl-carousel .item-video {
height: 300px;
}
#demos-carousel #setup {
margin-top: 4rem;
}
#demos-carousel .demo-list h5 {
margin: 0;
}
@media only screen {
.demo-list [class*="column"] + [class*="column"]:last-child {
float: left;
}
} | 0.28398 | 0.042265 |
@font-face {
font-family: "Iosevka Aile Web";
font-display: swap;
font-weight: 300;
font-stretch: normal;
font-style: normal;
src: url("/fonts/iosevka-aile-light.woff2")
format("woff2");
}
@font-face {
font-family: "Iosevka Aile Web";
font-display: swap;
font-weight: 600;
font-stretch: normal;
font-style: bold;
src: url("/fonts/iosevka-aile-bold.woff2")
format("woff2");
}
@font-face {
font-family: "Fira Mono";
font-display: swap;
font-weight: 400;
font-stretch: normal;
font-style: normal;
src: url("/fonts/fira-mono-regular.woff2")
format("woff2");
}
:root {
--background: #242730;
--blue: #51AFEF;
--green: #7BC275;
--grey: #62686E;
--light-blue: #5CEFFF;
--light-purple: #A991F1;
--orange: #E69055;
--purple: #C57BDB;
--src-block: #1F2329;
--white: #BBC2CF;
--yellow: #FCCE7B;
}
body {
color: var(--white);
background-color: var(--background);
width: 60%;
margin-left: auto;
margin-right: auto;
font-family: "Iosevka Aile Web", sans-serif;
font-size: 1.3em;
}
h1, h3 {
color: var(--purple);
}
h2, a, a:visited {
color: var(--blue);
}
a {
font-weight: bold;
}
pre {
background-color: var(--src-block);
border-radius: 15px;
padding: 1.2em;
position: relative;
overflow: auto;
}
pre > code {
color: var(--white);
font-size: 0.8em;
}
pre:before {
display: none;
color: #555;
position: absolute;
top: -8px;
right: 12px;
padding: 3px;
}
pre:hover:before {
display: inline;
margin-top: 14px;
}
pre.makefile:before {
content: "Makefile";
}
pre.c:before {
content: "C";
}
pre.sh:before {
content: "Shell";
}
code, kbd {
font-family: "Fira Mono";
font-size: 0.9em;
}
code {
color: var(--orange);
}
kbd {
color: var(--green);
}
p {
text-align: justify;
}
ul.org-ul {
list-style-type: none;
}
ul.org-ul > li:before {
content: "–";
position: absolute;
margin-left: -20px;
}
h1:hover a.anchor, h3:hover a.anchor {
color: var(--purple);
}
h2:hover a.anchor {
color: var(--blue);
}
div.src-code:hover a.anchor {
color: var(--green);
}
h1 > a.anchor {
margin-left: -30px;
}
div.src-code > a.anchor {
margin-left: -30px;
font-size: 1.5em;
}
a.anchor {
float: left;
text-decoration: none;
padding-right: 4px;
margin-left: -25px;
color: #212529;
}
blockquote {
font-size: 0.9em;
font-style: italic;
border-left: 6px solid var(--src-block);
padding-left: 1em;
margin-left: 2em;
}
.org-preprocessor,
.org-tree-sitter-hl-faceXfunctionXcall,
.org-tree-sitter-hl-faceXfunctionXbuiltin {
font-weight: bold;
}
.org-string, .org-tree-sitter-hl-faceXstring {
color: var(--green);
}
.org-tree-sitter-hl-faceXfunction {
color: var(--light-blue);
}
.org-tree-sitter-hl-faceXoperator,
.org-tree-sitter-hl-faceXpunctuationXbracket,
.org-tree-sitter-hl-faceXpunctuationXdelimiter {
color: var(--white);
}
.org-makefile-targets,
.org-tree-sitter-hl-faceXfunctionXcall,
.org-tree-sitter-hl-faceXkeyword,
.org-tree-sitter-hl-faceXoperator {
color: var(--blue);
}
.org-preprocessor,
.org-tree-sitter-hl-faceXtypeXbuiltin,
.org-tree-sitter-hl-faceXfunctionXbuiltin {
color: var(--purple);
}
.org-tree-sitter-hl-faceXconstant {
color: var(--light-purple);
}
.org-tree-sitter-hl-faceXcomment {
color: var(--grey);
} | site/style.css | @font-face {
font-family: "Iosevka Aile Web";
font-display: swap;
font-weight: 300;
font-stretch: normal;
font-style: normal;
src: url("/fonts/iosevka-aile-light.woff2")
format("woff2");
}
@font-face {
font-family: "Iosevka Aile Web";
font-display: swap;
font-weight: 600;
font-stretch: normal;
font-style: bold;
src: url("/fonts/iosevka-aile-bold.woff2")
format("woff2");
}
@font-face {
font-family: "Fira Mono";
font-display: swap;
font-weight: 400;
font-stretch: normal;
font-style: normal;
src: url("/fonts/fira-mono-regular.woff2")
format("woff2");
}
:root {
--background: #242730;
--blue: #51AFEF;
--green: #7BC275;
--grey: #62686E;
--light-blue: #5CEFFF;
--light-purple: #A991F1;
--orange: #E69055;
--purple: #C57BDB;
--src-block: #1F2329;
--white: #BBC2CF;
--yellow: #FCCE7B;
}
body {
color: var(--white);
background-color: var(--background);
width: 60%;
margin-left: auto;
margin-right: auto;
font-family: "Iosevka Aile Web", sans-serif;
font-size: 1.3em;
}
h1, h3 {
color: var(--purple);
}
h2, a, a:visited {
color: var(--blue);
}
a {
font-weight: bold;
}
pre {
background-color: var(--src-block);
border-radius: 15px;
padding: 1.2em;
position: relative;
overflow: auto;
}
pre > code {
color: var(--white);
font-size: 0.8em;
}
pre:before {
display: none;
color: #555;
position: absolute;
top: -8px;
right: 12px;
padding: 3px;
}
pre:hover:before {
display: inline;
margin-top: 14px;
}
pre.makefile:before {
content: "Makefile";
}
pre.c:before {
content: "C";
}
pre.sh:before {
content: "Shell";
}
code, kbd {
font-family: "Fira Mono";
font-size: 0.9em;
}
code {
color: var(--orange);
}
kbd {
color: var(--green);
}
p {
text-align: justify;
}
ul.org-ul {
list-style-type: none;
}
ul.org-ul > li:before {
content: "–";
position: absolute;
margin-left: -20px;
}
h1:hover a.anchor, h3:hover a.anchor {
color: var(--purple);
}
h2:hover a.anchor {
color: var(--blue);
}
div.src-code:hover a.anchor {
color: var(--green);
}
h1 > a.anchor {
margin-left: -30px;
}
div.src-code > a.anchor {
margin-left: -30px;
font-size: 1.5em;
}
a.anchor {
float: left;
text-decoration: none;
padding-right: 4px;
margin-left: -25px;
color: #212529;
}
blockquote {
font-size: 0.9em;
font-style: italic;
border-left: 6px solid var(--src-block);
padding-left: 1em;
margin-left: 2em;
}
.org-preprocessor,
.org-tree-sitter-hl-faceXfunctionXcall,
.org-tree-sitter-hl-faceXfunctionXbuiltin {
font-weight: bold;
}
.org-string, .org-tree-sitter-hl-faceXstring {
color: var(--green);
}
.org-tree-sitter-hl-faceXfunction {
color: var(--light-blue);
}
.org-tree-sitter-hl-faceXoperator,
.org-tree-sitter-hl-faceXpunctuationXbracket,
.org-tree-sitter-hl-faceXpunctuationXdelimiter {
color: var(--white);
}
.org-makefile-targets,
.org-tree-sitter-hl-faceXfunctionXcall,
.org-tree-sitter-hl-faceXkeyword,
.org-tree-sitter-hl-faceXoperator {
color: var(--blue);
}
.org-preprocessor,
.org-tree-sitter-hl-faceXtypeXbuiltin,
.org-tree-sitter-hl-faceXfunctionXbuiltin {
color: var(--purple);
}
.org-tree-sitter-hl-faceXconstant {
color: var(--light-purple);
}
.org-tree-sitter-hl-faceXcomment {
color: var(--grey);
} | 0.35768 | 0.091504 |
* {
box-sizing: border-box;
}
html,body {
font-family:'Eurostile';
text-align: center;
background: #FEFEFE;
}
.navbar{
padding-top: 5px;
}
@font-face {
font-family: myFonts;
src: url(fonts/Eurostile.ttf);
}
li a, .menubtn {
margin-top: 20px;
display: inline-block;
color: #3d3d29;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
li a:hover, .menu:hover .menubtn {
background-color: #FEFEFE;
}
li.menu {
display: inline-block;
}
.menu-content {
display: none;
/*position: absolute;*/
background-color: #FEFEFE;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
border-top: solid 0.5px;
border-bottom: solid 0.5px;
border-right: solid 0.5px;
border-left: solid 0.5px;
}
.menu-content a {
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
text-align: center;
border-top: solid 0.5px;
}
.menu-content a:hover {background-color: #f1f1f1}
.menu:hover .menu-content {
display: block;
}
.intro {
height: 200px;
text-align: center;
/*vertical-align: middle;*/
font-family: 'eurostile';
}
.intro h1{
margin-top: 100px;
font-size: 48px;
vertical-align: middle;
color: black;
}
.intro p{
font-size: 24px;
color: #3d3d29;
vertical-align: middle;
}
/* Style all font awesome icons */
.fa {
padding: 20px;
font-size: 36px;
width: 15px;
text-align: center;
border-radius: 50%;
text-decoration: none;
}
/* Add a hover effect if you want */
.fa:hover {
opacity: 0.7;
}
/* Set a specific color for each brand */
/* Facebook */
.fa-facebook {
color: #3d3d29;
}
/* Instagram */
.fa-instagram {
color: #3d3d29;
}
.fa-envelope {
color: #3d3d29;
}
.nav {
height: 25px;
opacity: 0.0px;
padding-bottom: 10px;
padding-top: 5px;
margin-top: 5px;
}
nav ul {
text-align: center;
background-color: #FEFEFE;
position: fixed;
width: 100%;
font-family: 'Eurostile';
font-size: 16px;
list-style-type: none;
margin: 0;
padding: 0;
}/*
nav ul li {
display: inline-block;
margin: 55px;
margin-bottom: 15px;
margin-top: 25px;
}
nav ul li a {
color: #3d3d29;
text-decoration: none;
}*/
.work {
/*min-height:65vh;*/
font-family: 'Eurostile';
font-size: 40px;
color:#3d3d29;
}
.contact {
text-align: center;
/*min-height: 55vh;*/
padding-top: 25vh;
border-top: solid 0.5px;
font-family: 'Eurostile';
color: #3d3d29;
}
.contact h2
{
font-size: 40px;
}
.contact p {
font-size: 24px;
}
.approach {
text-align: center;
/* min-height: 45vh;*/
padding-top: 15vh;
padding-bottom: 25px;
border-top: solid 0.5px;
font-family: 'Eurostile';
color: #3d3d29;
}
.approach h2{
font-size: 40px;
}
.approach a {
font-weight: bold;
/*margin: 0 35px 45px 35px;*/
list-style-type: none;
width: 150px;
height: 150px;
line-height: 100px;
color: #008080;
text-decoration: none;
font-family: 'Eurostile';
font-size: 24px;
border: solid 0.5px;
border-radius: 5%;
padding: 5px;
}
.bio {
/* min-height: 45vh;*/
padding-top: 15vh;
padding-bottom: 25px;
border-top: solid 0.5px;
font-family: 'Eurostile';
color: #3d3d29;
}
.bio h2 {
font-size: 40px;
text-align: center;
}
.bio img{
display: block;
margin-left: auto;
margin-right: auto;
width: 75%;
}
img {
padding:5px;
margin:5px;
width: 100%;
}
.contact-details {
font-weight: bold;
text-align:center;
/*margin: 0 35px 45px 35px;*/
list-style-type: none;
width: 150px;
height: 150px;
line-height: 100px;
color: #008080;
text-decoration: none;
font-family: 'Eurostile';
font-size: 24px;
}
@media only screen and (max-width: 500px) {
nav ul {
text-align: center;
}
nav ul li {
margin: 20px;
}
.project {
margin: 40px 0;
}
.contact {
/* height:800px; */
/* min-height:800px; */
background: #F0FFFF ;
padding-bottom: 160px;
}
footer {
padding: 20px;
line-height: 40px;
font-size: 10px;
font-family: 'Eurostile';
padding-bottom: 5px;
text-align: center;
}
[class*="col-"] {
float: left;
padding: 15px;
}
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}
/* Create four equal columns that sits next to each other */
.col-4 img {
margin-top: 25px;
width: 200px;
height: 200px;
border-radius: 25px 25px 25px 25px;
}
.row {
display: -ms-flexbox; /* IE10 */
display: flex;
-ms-flex-wrap: wrap; /* IE10 */
flex-wrap: wrap;
padding: 0 4px;
}
/* Create four equal columns that sits next to each other */
.col-4 {
-ms-flex: 25%; /* IE10 */
flex: 25%;
max-width: 25%;
padding: 0 4px;
}
.col-4 img {
margin-top: 8px;
vertical-align: middle;
}
/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
.col-4 {
flex: 75%;
max-width: 75%;
}
}
/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
.col-4 {
flex: 90%;
max-width: 90%;
}
} | style.css | * {
box-sizing: border-box;
}
html,body {
font-family:'Eurostile';
text-align: center;
background: #FEFEFE;
}
.navbar{
padding-top: 5px;
}
@font-face {
font-family: myFonts;
src: url(fonts/Eurostile.ttf);
}
li a, .menubtn {
margin-top: 20px;
display: inline-block;
color: #3d3d29;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
li a:hover, .menu:hover .menubtn {
background-color: #FEFEFE;
}
li.menu {
display: inline-block;
}
.menu-content {
display: none;
/*position: absolute;*/
background-color: #FEFEFE;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
border-top: solid 0.5px;
border-bottom: solid 0.5px;
border-right: solid 0.5px;
border-left: solid 0.5px;
}
.menu-content a {
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
text-align: center;
border-top: solid 0.5px;
}
.menu-content a:hover {background-color: #f1f1f1}
.menu:hover .menu-content {
display: block;
}
.intro {
height: 200px;
text-align: center;
/*vertical-align: middle;*/
font-family: 'eurostile';
}
.intro h1{
margin-top: 100px;
font-size: 48px;
vertical-align: middle;
color: black;
}
.intro p{
font-size: 24px;
color: #3d3d29;
vertical-align: middle;
}
/* Style all font awesome icons */
.fa {
padding: 20px;
font-size: 36px;
width: 15px;
text-align: center;
border-radius: 50%;
text-decoration: none;
}
/* Add a hover effect if you want */
.fa:hover {
opacity: 0.7;
}
/* Set a specific color for each brand */
/* Facebook */
.fa-facebook {
color: #3d3d29;
}
/* Instagram */
.fa-instagram {
color: #3d3d29;
}
.fa-envelope {
color: #3d3d29;
}
.nav {
height: 25px;
opacity: 0.0px;
padding-bottom: 10px;
padding-top: 5px;
margin-top: 5px;
}
nav ul {
text-align: center;
background-color: #FEFEFE;
position: fixed;
width: 100%;
font-family: 'Eurostile';
font-size: 16px;
list-style-type: none;
margin: 0;
padding: 0;
}/*
nav ul li {
display: inline-block;
margin: 55px;
margin-bottom: 15px;
margin-top: 25px;
}
nav ul li a {
color: #3d3d29;
text-decoration: none;
}*/
.work {
/*min-height:65vh;*/
font-family: 'Eurostile';
font-size: 40px;
color:#3d3d29;
}
.contact {
text-align: center;
/*min-height: 55vh;*/
padding-top: 25vh;
border-top: solid 0.5px;
font-family: 'Eurostile';
color: #3d3d29;
}
.contact h2
{
font-size: 40px;
}
.contact p {
font-size: 24px;
}
.approach {
text-align: center;
/* min-height: 45vh;*/
padding-top: 15vh;
padding-bottom: 25px;
border-top: solid 0.5px;
font-family: 'Eurostile';
color: #3d3d29;
}
.approach h2{
font-size: 40px;
}
.approach a {
font-weight: bold;
/*margin: 0 35px 45px 35px;*/
list-style-type: none;
width: 150px;
height: 150px;
line-height: 100px;
color: #008080;
text-decoration: none;
font-family: 'Eurostile';
font-size: 24px;
border: solid 0.5px;
border-radius: 5%;
padding: 5px;
}
.bio {
/* min-height: 45vh;*/
padding-top: 15vh;
padding-bottom: 25px;
border-top: solid 0.5px;
font-family: 'Eurostile';
color: #3d3d29;
}
.bio h2 {
font-size: 40px;
text-align: center;
}
.bio img{
display: block;
margin-left: auto;
margin-right: auto;
width: 75%;
}
img {
padding:5px;
margin:5px;
width: 100%;
}
.contact-details {
font-weight: bold;
text-align:center;
/*margin: 0 35px 45px 35px;*/
list-style-type: none;
width: 150px;
height: 150px;
line-height: 100px;
color: #008080;
text-decoration: none;
font-family: 'Eurostile';
font-size: 24px;
}
@media only screen and (max-width: 500px) {
nav ul {
text-align: center;
}
nav ul li {
margin: 20px;
}
.project {
margin: 40px 0;
}
.contact {
/* height:800px; */
/* min-height:800px; */
background: #F0FFFF ;
padding-bottom: 160px;
}
footer {
padding: 20px;
line-height: 40px;
font-size: 10px;
font-family: 'Eurostile';
padding-bottom: 5px;
text-align: center;
}
[class*="col-"] {
float: left;
padding: 15px;
}
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}
/* Create four equal columns that sits next to each other */
.col-4 img {
margin-top: 25px;
width: 200px;
height: 200px;
border-radius: 25px 25px 25px 25px;
}
.row {
display: -ms-flexbox; /* IE10 */
display: flex;
-ms-flex-wrap: wrap; /* IE10 */
flex-wrap: wrap;
padding: 0 4px;
}
/* Create four equal columns that sits next to each other */
.col-4 {
-ms-flex: 25%; /* IE10 */
flex: 25%;
max-width: 25%;
padding: 0 4px;
}
.col-4 img {
margin-top: 8px;
vertical-align: middle;
}
/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
.col-4 {
flex: 75%;
max-width: 75%;
}
}
/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
.col-4 {
flex: 90%;
max-width: 90%;
}
} | 0.331336 | 0.081374 |
@charset "utf-8";
/*common*/
a:active{star:expression(this.onFocus=this.blur());}
a:focus,button:focus{outline:none; -moz-outline:none;}
:focus{outline:none;}
/*Reset Css*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,img,area,param{margin:0; padding:0;}
html,body{height:100%;}
select{*behavior: url("select.htc");}/*IE6,IE7select*/
ol,ul{padding-left:0; list-style-type:none; list-style:none;}
img{border:none; display:inline-block; vertical-align:middle;}
th{font-style:normal;font-weight:normal;}
h1,h2,h3,h4,h5,h6{font-size:100%; font-weight:normal;}
address, caption, cite, code, dfn, em,i, th, var,strong {font-style:normal;font-weight:normal;}
input{display:inline-block;vertical-align:middle;}
fieldset{border:none;}
legend{display:none;}
body{font-family:\5FAE\8F6F\96C5\9ED1,arial,sans-serif;color:#333;font-size:14px;background-color:#f1f1f1; line-height:24px;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}
/*Clear Css*/
.clear{clear:both; font-size:0px; height:0px; line-height:0;}
.clearfix:after{content:'\20';display:block;clear:both;visibility:hidden;line-height:0;height:0;}
.clearfix{display:block;zoom:1;}
html[xmlns] .clearfix{display:block;}
* html .clearfix{height:1%;}
/*Common Css*/
.fl{float:left; _display:inline;}
.fr{float:right; _display:inline;}
.blue{color:#2980b9}
.blue:hover{text-decoration:underline;}
.hidden{display:none;}
.txcenter{ text-align:center}
.fc_3{color:#333;}
.fc_6{color:#666;}
.fc_9{color:#999;}
.fc_blue{color:#2980b9}/*蓝*/
.fc_orange{color:#f60;}/*橙色*/
.fc_red{color:#f00}/*红*/
.fc_green{color:#57b208}/*绿*/
.fc_white{color:#fff;}
/*间距*/
.mb_5{margin-bottom:5px;}
.mb_10{margin-bottom:10px;}
.mb_20{margin-bottom:20px;}
.ml_5{margin-left:5px;}
.ml_10{margin-left:10px;}
.ml_15{margin-left:15px;}
.ml_30{margin-left:30px;}
.mr_5{margin-right:5px;}
.mr_10{margin-right:10px;}
.mr_20{margin-right:20px;}
.mt_5{margin-top:5px;}
.mt_10{margin-top:10px;}
.mt_14{ margin-top:14px;}
.mt_15{ margin-top:15px;}
.mt_20{ margin-top:20px;}
.mt_30{margin-top:30px;}/**/
.mb_10{margin-bottom:10px;}
.mb_30{margin-bottom:30px;}
.pt_5{padding-top:5px;}
.pt_10{padding-top:10px;}
.pt_15{padding-top:15px;}
.pt_18{padding-top:18px;}
.pt_20{padding-top:20px;}
.pt_25{padding-top:25px;}
.pt_30{padding-top:30px;}
.pl_5{ padding-left:5px}
.pl_10{padding-left:10px}/**/
.pl_15{padding-left:15px;}
.pl_17{padding-left:17px;}
.pl_20{padding-left:20px;}
.pl_30{padding-left:30px;}
.pr_15{padding-right:15px;}
.pr_20{padding-right:20px;}
.pb_18{padding-bottom:18px;}
/*错误提示弹框*/
.false03 {position:relative;}
.false03 .ico{width:41px; height:41px; position:absolute; top:0; left:-50px; background:url(../image/false.png) no-repeat;}
.plusBank1 .middle .form a:hover{ text-decoration:underline}
/*弹框*/
.plusBankBg{ width:100%; height:100%;background:url(../image/allbg.png);position:fixed; left:0; top:0; z-index:1110; display:none;}
.plusBank,.plusBank1,.plusBank5,.plusBank6,.plusBank7,.real-name{ display:none; position:fixed; width:550px; left:50%; top:50%; margin-top:-218px;_margin-top:-350px; z-index:1111; margin-left:-275px; _position:absolute;_bottom:auto;
_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));}
*html{background-image:url(about:blank); background-attachment:fixed;}
.plusBank .topper,.plusBank1 .topper,.plusBank5 .topper,.plusBank6 .topper,.plusBank7 .topper,.real-name .topper{ height:50px;background:#2f8ece; color:#fff; line-height:50px; padding:0 20px;}
.plusBank .topper .plus_c,.plusBank1 .topper .plus_c,.plusBank5 .topper .plus_c,.plusBank6 .topper .plus_c,.plusBank7 .topper .plus_c,.real-name .topper .plus_c{ display:inline-block; width:10px; height:10px; background:url(../image/close_02.png) left top no-repeat; margin-top:20px;transition: transform 0.5s ease-in-out 0s; cursor:pointer}
.plusBank .topper .plus_c:hover,.plusBank1 .topper .plus_c:hover,.plusBank6 .topper .plus_c:hover,.plusBank7 .topper .plus_c:hover{/*transform:rotate(360deg);*/}
.plusBank .middle,.plusBank1 .middle,.plusBank5 .middle,.plusBank6 .middle,.plusBank7 .middle,.real-name .middle{background:#fff; padding:35px 0 25px 0;}
/*layout*/
.w1000{ width:1000px; margin:0 auto;}
.fluid .module{background-color:#fff; box-shadow:0 0 5px rgba(0,0,0,0.1);}
.w258{ width:258px; padding-top:10px; text-align:center}
/*2014.7.1简头 start*/
.simpleHead01{width:1000px; margin:0 auto; padding:10px 0 10px;}
.simpleHead01 .fl{width:48%; height:57px;}
.simpleHead01 .fl a{display:inline-block; vertical-align:middle;}
.simpleHead01 .fl span{display:inline-block; height:57px; line-height:57px; background:url(../image/simpleHead01.gif) 5px 15px no-repeat; font-size:22px; color:#999; padding-left:20px;}
.simpleHead01 .fr{width:50%; height:57px; text-align:right;}
.simpleHead01 .fr span{display:inline-block; padding-top:34px;}
/*简尾*/
.login_foot{ padding:25px 0 45px 0;}
.login_foot .line3{height:35px; text-align:center; padding-bottom:10px;}
.login_foot .line3 a{display:inline-block; width:70px; height:32px; margin:0 10px; background:url(../image/foot01.png) no-repeat;}
.login_foot .line3 .img1{background-position:-71px 0;}
.login_foot .line3 .img1:hover{background-position:0 0;}
.login_foot .line3 .img2{background-position:-71px -33px;}
.login_foot .line3 .img2:hover{background-position:0 -33px;}
.login_foot .line3 .img3{background-position:-71px -66px;}
.login_foot .line3 .img3:hover{background-position:0 -66px;}
.login_foot .line3 .img4{background-position:-71px -99px;}
.login_foot .line3 .img4:hover{background-position:0 -99px;}
.login_foot .line3 .img5{background-position:-71px -134px;}
.login_foot .line3 .img5:hover{background-position:0 -134px;}
.login_foot .line3 .img6{background-position:-71px -169px;}
.login_foot .line3 .img6:hover{background-position:0 -169px;}
.login_foot .line3 .img7{background-position:-71px -204px;}
.login_foot .line3 .img7:hover{background-position:0 -204px;}
.login_foot .line3 .img8{background-position:-71px -237px;}
.login_foot .line3 .img8:hover{background-position:0 -237px;}
.login_foot .line3 .img9{background-position:-71px -272px;}
.login_foot .line3 .img9:hover{background-position:0 -272px;}
/*input*/
.input_all{height:24px; padding:3px 5px; border:1px solid #dfdfdf; line-height:24px; font-size:14px; font-family:\5FAE\8F6F\96C5\9ED1,arial,sans-serif;}
.input_b{width:245px;height:24px; padding:5px 5px; border:1px solid #acaaa9; line-height:24px; font-size:14px; border-radius:2px; margin-right:10px; background:none; vertical-align:middle;}
.input_s{width:60px;}
.yzm{width:93px; height:34px; border:1px solid #2980b9; background-color:#fff; color:#2980b9; font-family:"微软雅黑"; font-size:16px; vertical-align:middle; border-radius:2px; cursor:pointer;}
.yzm:hover{background-color:#2980b9; color:#fff;}
.yzm2{width:95px; height:36px; line-height:36px; background-color:#eaf3fa; font-size:12px; vertical-align:middle; border-radius:2px; cursor:pointer; border:none;}
/*按钮*/
.btn{display:inline-block; text-align:center; text-decoration:none; cursor:pointer; vertical-align:middle; border-radius:3px; font-family:\5FAE\8F6F\96C5\9ED1,arial,sans-serif;}
.btn{border:none;}
.btn_blue{background-color:#2980b9; border:1px solid #2980b9 ; color:#fff;}/*蓝*/
.btn_white{background-color:#fff; border:1px solid #c8c8c8; box-shadow:inset 0 0 2px #ccc; color:#666;}/*白*/
.btn_orange{background-color:#ff7f00; border:1px solid #ff7f00 ; color:#fff;}/*橙*/
.btn_orange:hover{background-color:#ff9124; color:#fff; transition:all 0.2S ease-out 0s;}
.btn_white:hover{background-color:#eaf3fa; color:#666; transition:all 0.2S ease-out 0s;}
.special01{width:257px; height:35px; line-height:35px; background-color:#2980b9; color:#FFF; font-size:18px;}
.special01:hover{opacity:0.9; filter: alpha(opacity=90); color:#fff; transition:all 0.2S ease-out 0s;}
.special02{width:270px; height:35px; line-height:35px; background-color:#ff7f00; color:#FFF; font-size:18px;}
.special02:hover{opacity:0.9; filter: alpha(opacity=90); color:#fff; transition:all 0.2S ease-out 0s;}
/*TAB*/
.tab_u{height:49px; background:url(../image/tab_line01.gif) bottom repeat-x #fafafa;}
.tab_u span{float:left; height:47px; line-height:47px; padding:0 30px; border-top:1px solid #ebebeb; border-right:1px solid #ebebeb; border-bottom:1px solid #ebebeb; text-align:center; cursor:pointer;}
.tab_u span.active{height:46px; line-height:46px; border-top:2px solid #2980b9; border-bottom:1px solid #fff; background-color:#fff;}
/*icon*/
.ico_all{display:inline-block; vertical-align:middle; margin-right:5px;}
.img_icon{background:url(../image/icon.png) no-repeat;}
.size15{width:15px; height:15px; line-height:15px; font-size:0;}
.size22{width:22px; height:22px;}
.s_dui{background-position:-81px 0px;}
.s_cuo{background-position:-81px -31px;}
.s_tan{background-position:-81px -16px;}
.s_wen{background-position:-81px -45px;}
.qq_pos{background-position:-134px -46px;}
.sina_pos{background-position:-134px -69px;}
/* CSS Document 登录及全局登录*/
.w310{ width:310px; height:360px;}
.boder-bt{ border-top:#ccc 1px solid; margin-top:-10px}
.boder-bt2{ border-top:#ccc 1px solid;}
.page_login{ background:#fff;}
.page_login .content{padding:30px 100px;}
.page_login .content .w310{margin-top:50px;position: relative; overflow:hidden;}
.page_login .content .w310 ul{overflow: hidden;position: relative;top: 0px;margin: 0px;padding: 0px;left: 0px;width:1200px;}
.page_login .content .w310 ul li{ width:190px; height:380px;float:left; _display:inline; margin:0 50px;}
.page_login .content .w310 ul li i{ display:block; width:158px; height:158px; margin:0 auto; background-image:url(../image/login_s.png); background-repeat:no-repeat; vertical-align:middle;}
.page_login .content .w310 ul li .pos1{ background-position:0 0;}
.page_login .content .w310 ul li .pos2{ background-position:0 -158px;}
.page_login .content .w310 ul li .pos3{ background-position:0 -316px;}
.page_login .jcarousel-container{width:310px;}
.page_login .jcarousel-clip{width:310px; height:380px; margin:0 auto;overflow:hidden;}
.page_login .jcarousel-prev{width:18px; height:27px; cursor:pointer; position:absolute;_left:-100px; left:0; top:60px; background:url(../image/loginBtn.png) left top no-repeat;}
.page_login .jcarousel-next{width:18px; height:27px; cursor:pointer; position:absolute; right:20px; top:60px; background:url(../image/loginBtn.png) 0 -27px no-repeat;}
.page_login .content .righ{ width:430px; height:500px; background:#fff; border:#e9e9e9 1px solid;}
.page_login .form tr td{ padding:10px}
.page_login .form .bold{ text-align:right}
.page_login .form .user_bg1{ background:url(../image/error_user.jpg) left center no-repeat}
.page_login .form .user_bg2{ background:url(../image/error_sec.jpg) left center no-repeat}
.page_login .form .user_bg3{ background:url(../image/error_ya.jpg) left center no-repeat}
.page_login .form .userName{ width:205px; height:36px; line-height:36px; padding:0px 20px 0px 43px;}
.page_login .form .user{ position:relative; width:280px; line-height:14px;}
.page_login .form .ico-p{ width:37px; height:36px; background-image:url(../image/login-ico.jpg); vertical-align:middle; font-size:0;background-repeat:no-repeat; position:absolute;}
.page_login .form .ico-j{ width:17px; height:13px; background:url(../image/login-ico.jpg) 0 -30px no-repeat; vertical-align:middle;position:absolute; right:5px; top:12px;}
.page_login .form .pos1{ left:1px; top:1px; _top:2px;*+top:2px; background-position:0 -32px;}
.page_login .form .pos2{ left:1px; top:1px; _top:2px;*+top:2px;}
.page_login .form .submit{ width:270px; background:#ff7f00; height:34px; border-radius:3px; border:none; font-size:18px; cursor:pointer;color:#fff; font-family:\5FAE\8F6F\96C5\9ED1}
.page_login .form .com{ display:inline-block; width:22px; height:19px; background-image:url(../image/login-sina.jpg); vertical-align:middle; font-size:0; background-repeat:no-repeat; margin-right:5px;}
.page_login .form .qq{ background-position:0 -19px;}
.page_login .form .sina{ background-position:0 0;}
.page_login .form a:hover{ text-decoration:underline}
.page_login .submit:hover{opacity:0.9; filter: alpha(opacity=90); color:#fff; transition:all 0.2S ease-out 0s;}
.login_foot{ padding:25px 0 45px 0;}
.login_foot .line3{height:35px; text-align:center; paddimg-bottom:10px;}
.login_foot .line3 a{display:inline-block; width:70px; height:32px; margin:0 10px;}
.page_login .touzi01{position:relative; display:inline-block; height:38px;}
.page_login .long{width:268px;}
.page_login .long .input_1{width:223px;}
.page_login .short{width:168px;}
.page_login .short .input_1{width:123px;}
.page_login .touzi01 .input_1{height:24px; padding:6px 0; background:url(../image/login-ico.jpg) no-repeat; padding-left:45px; vertical-align:middle; zoom:1; }
.page_login .touzi01 .pos_u{background-position:0 -35px;}
.page_login .touzi01 .pos_p{background-position:0 0;}
.page_login .touzi01 .pos_i{background-position:0 -71px;}
.page_login .touzi01 .pos_t{background-position:0 -108px;}
.page_login .touzi01 span{position:absolute; float:left; color:#999; left:45px; top:6px;}
.page_login .yzm{height:38px;}
/*边框*/
.gray_border{ border:#ccc 1px solid}
.blue_border{border:#2980b9 1px solid}
.red{border:#ff0000 1px solid}
.load_bc{position:absolute; left:0; bottom:0; line-height:16px; padding:0 10px}
.load_bc2{position:absolute; left:70px; bottom:-20px; line-height:16px; padding:10px 0;}
/*6-15*/
.page152 .tab_u span{width:214px; padding:0;}
.page152 .table_style2 td{padding-top:10px;padding-bottom:10px; padding-left:75px;}
.page152 .tab_u{background:none;}
.page152 .tab_u span,
.page152 .tab_u span.active{height:36px; line-height:36px;}
.page152 .touzi01{position:relative; display:inline-block; height:38px;}
.page152 .long{width:268px;}
.page152 .long .input_1{width:223px;}
.page152 .short{width:168px;}
.page152 .short .input_1{width:123px;}
.page152 .touzi01 .input_1{height:36px; padding:6px 0; background:url(../image/login-ico.jpg) no-repeat; padding-left:45px; vertical-align:middle; zoom:1;}
.page152 .touzi01 .pos_u{background-position:0 -35px;}
.page152 .touzi01 .pos_p{background-position:0 0;}
.page152 .touzi01 .pos_i{background-position:0 -71px;}
.page152 .touzi01 .pos_t{background-position:0 -108px;}
.page152 .touzi01 span{position:absolute; float:left; color:#999; left:45px; top:6px;}
.page152 .yzm{height:38px;} | public/css/loginNew.css | @charset "utf-8";
/*common*/
a:active{star:expression(this.onFocus=this.blur());}
a:focus,button:focus{outline:none; -moz-outline:none;}
:focus{outline:none;}
/*Reset Css*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,img,area,param{margin:0; padding:0;}
html,body{height:100%;}
select{*behavior: url("select.htc");}/*IE6,IE7select*/
ol,ul{padding-left:0; list-style-type:none; list-style:none;}
img{border:none; display:inline-block; vertical-align:middle;}
th{font-style:normal;font-weight:normal;}
h1,h2,h3,h4,h5,h6{font-size:100%; font-weight:normal;}
address, caption, cite, code, dfn, em,i, th, var,strong {font-style:normal;font-weight:normal;}
input{display:inline-block;vertical-align:middle;}
fieldset{border:none;}
legend{display:none;}
body{font-family:\5FAE\8F6F\96C5\9ED1,arial,sans-serif;color:#333;font-size:14px;background-color:#f1f1f1; line-height:24px;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}
/*Clear Css*/
.clear{clear:both; font-size:0px; height:0px; line-height:0;}
.clearfix:after{content:'\20';display:block;clear:both;visibility:hidden;line-height:0;height:0;}
.clearfix{display:block;zoom:1;}
html[xmlns] .clearfix{display:block;}
* html .clearfix{height:1%;}
/*Common Css*/
.fl{float:left; _display:inline;}
.fr{float:right; _display:inline;}
.blue{color:#2980b9}
.blue:hover{text-decoration:underline;}
.hidden{display:none;}
.txcenter{ text-align:center}
.fc_3{color:#333;}
.fc_6{color:#666;}
.fc_9{color:#999;}
.fc_blue{color:#2980b9}/*蓝*/
.fc_orange{color:#f60;}/*橙色*/
.fc_red{color:#f00}/*红*/
.fc_green{color:#57b208}/*绿*/
.fc_white{color:#fff;}
/*间距*/
.mb_5{margin-bottom:5px;}
.mb_10{margin-bottom:10px;}
.mb_20{margin-bottom:20px;}
.ml_5{margin-left:5px;}
.ml_10{margin-left:10px;}
.ml_15{margin-left:15px;}
.ml_30{margin-left:30px;}
.mr_5{margin-right:5px;}
.mr_10{margin-right:10px;}
.mr_20{margin-right:20px;}
.mt_5{margin-top:5px;}
.mt_10{margin-top:10px;}
.mt_14{ margin-top:14px;}
.mt_15{ margin-top:15px;}
.mt_20{ margin-top:20px;}
.mt_30{margin-top:30px;}/**/
.mb_10{margin-bottom:10px;}
.mb_30{margin-bottom:30px;}
.pt_5{padding-top:5px;}
.pt_10{padding-top:10px;}
.pt_15{padding-top:15px;}
.pt_18{padding-top:18px;}
.pt_20{padding-top:20px;}
.pt_25{padding-top:25px;}
.pt_30{padding-top:30px;}
.pl_5{ padding-left:5px}
.pl_10{padding-left:10px}/**/
.pl_15{padding-left:15px;}
.pl_17{padding-left:17px;}
.pl_20{padding-left:20px;}
.pl_30{padding-left:30px;}
.pr_15{padding-right:15px;}
.pr_20{padding-right:20px;}
.pb_18{padding-bottom:18px;}
/*错误提示弹框*/
.false03 {position:relative;}
.false03 .ico{width:41px; height:41px; position:absolute; top:0; left:-50px; background:url(../image/false.png) no-repeat;}
.plusBank1 .middle .form a:hover{ text-decoration:underline}
/*弹框*/
.plusBankBg{ width:100%; height:100%;background:url(../image/allbg.png);position:fixed; left:0; top:0; z-index:1110; display:none;}
.plusBank,.plusBank1,.plusBank5,.plusBank6,.plusBank7,.real-name{ display:none; position:fixed; width:550px; left:50%; top:50%; margin-top:-218px;_margin-top:-350px; z-index:1111; margin-left:-275px; _position:absolute;_bottom:auto;
_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));}
*html{background-image:url(about:blank); background-attachment:fixed;}
.plusBank .topper,.plusBank1 .topper,.plusBank5 .topper,.plusBank6 .topper,.plusBank7 .topper,.real-name .topper{ height:50px;background:#2f8ece; color:#fff; line-height:50px; padding:0 20px;}
.plusBank .topper .plus_c,.plusBank1 .topper .plus_c,.plusBank5 .topper .plus_c,.plusBank6 .topper .plus_c,.plusBank7 .topper .plus_c,.real-name .topper .plus_c{ display:inline-block; width:10px; height:10px; background:url(../image/close_02.png) left top no-repeat; margin-top:20px;transition: transform 0.5s ease-in-out 0s; cursor:pointer}
.plusBank .topper .plus_c:hover,.plusBank1 .topper .plus_c:hover,.plusBank6 .topper .plus_c:hover,.plusBank7 .topper .plus_c:hover{/*transform:rotate(360deg);*/}
.plusBank .middle,.plusBank1 .middle,.plusBank5 .middle,.plusBank6 .middle,.plusBank7 .middle,.real-name .middle{background:#fff; padding:35px 0 25px 0;}
/*layout*/
.w1000{ width:1000px; margin:0 auto;}
.fluid .module{background-color:#fff; box-shadow:0 0 5px rgba(0,0,0,0.1);}
.w258{ width:258px; padding-top:10px; text-align:center}
/*2014.7.1简头 start*/
.simpleHead01{width:1000px; margin:0 auto; padding:10px 0 10px;}
.simpleHead01 .fl{width:48%; height:57px;}
.simpleHead01 .fl a{display:inline-block; vertical-align:middle;}
.simpleHead01 .fl span{display:inline-block; height:57px; line-height:57px; background:url(../image/simpleHead01.gif) 5px 15px no-repeat; font-size:22px; color:#999; padding-left:20px;}
.simpleHead01 .fr{width:50%; height:57px; text-align:right;}
.simpleHead01 .fr span{display:inline-block; padding-top:34px;}
/*简尾*/
.login_foot{ padding:25px 0 45px 0;}
.login_foot .line3{height:35px; text-align:center; padding-bottom:10px;}
.login_foot .line3 a{display:inline-block; width:70px; height:32px; margin:0 10px; background:url(../image/foot01.png) no-repeat;}
.login_foot .line3 .img1{background-position:-71px 0;}
.login_foot .line3 .img1:hover{background-position:0 0;}
.login_foot .line3 .img2{background-position:-71px -33px;}
.login_foot .line3 .img2:hover{background-position:0 -33px;}
.login_foot .line3 .img3{background-position:-71px -66px;}
.login_foot .line3 .img3:hover{background-position:0 -66px;}
.login_foot .line3 .img4{background-position:-71px -99px;}
.login_foot .line3 .img4:hover{background-position:0 -99px;}
.login_foot .line3 .img5{background-position:-71px -134px;}
.login_foot .line3 .img5:hover{background-position:0 -134px;}
.login_foot .line3 .img6{background-position:-71px -169px;}
.login_foot .line3 .img6:hover{background-position:0 -169px;}
.login_foot .line3 .img7{background-position:-71px -204px;}
.login_foot .line3 .img7:hover{background-position:0 -204px;}
.login_foot .line3 .img8{background-position:-71px -237px;}
.login_foot .line3 .img8:hover{background-position:0 -237px;}
.login_foot .line3 .img9{background-position:-71px -272px;}
.login_foot .line3 .img9:hover{background-position:0 -272px;}
/*input*/
.input_all{height:24px; padding:3px 5px; border:1px solid #dfdfdf; line-height:24px; font-size:14px; font-family:\5FAE\8F6F\96C5\9ED1,arial,sans-serif;}
.input_b{width:245px;height:24px; padding:5px 5px; border:1px solid #acaaa9; line-height:24px; font-size:14px; border-radius:2px; margin-right:10px; background:none; vertical-align:middle;}
.input_s{width:60px;}
.yzm{width:93px; height:34px; border:1px solid #2980b9; background-color:#fff; color:#2980b9; font-family:"微软雅黑"; font-size:16px; vertical-align:middle; border-radius:2px; cursor:pointer;}
.yzm:hover{background-color:#2980b9; color:#fff;}
.yzm2{width:95px; height:36px; line-height:36px; background-color:#eaf3fa; font-size:12px; vertical-align:middle; border-radius:2px; cursor:pointer; border:none;}
/*按钮*/
.btn{display:inline-block; text-align:center; text-decoration:none; cursor:pointer; vertical-align:middle; border-radius:3px; font-family:\5FAE\8F6F\96C5\9ED1,arial,sans-serif;}
.btn{border:none;}
.btn_blue{background-color:#2980b9; border:1px solid #2980b9 ; color:#fff;}/*蓝*/
.btn_white{background-color:#fff; border:1px solid #c8c8c8; box-shadow:inset 0 0 2px #ccc; color:#666;}/*白*/
.btn_orange{background-color:#ff7f00; border:1px solid #ff7f00 ; color:#fff;}/*橙*/
.btn_orange:hover{background-color:#ff9124; color:#fff; transition:all 0.2S ease-out 0s;}
.btn_white:hover{background-color:#eaf3fa; color:#666; transition:all 0.2S ease-out 0s;}
.special01{width:257px; height:35px; line-height:35px; background-color:#2980b9; color:#FFF; font-size:18px;}
.special01:hover{opacity:0.9; filter: alpha(opacity=90); color:#fff; transition:all 0.2S ease-out 0s;}
.special02{width:270px; height:35px; line-height:35px; background-color:#ff7f00; color:#FFF; font-size:18px;}
.special02:hover{opacity:0.9; filter: alpha(opacity=90); color:#fff; transition:all 0.2S ease-out 0s;}
/*TAB*/
.tab_u{height:49px; background:url(../image/tab_line01.gif) bottom repeat-x #fafafa;}
.tab_u span{float:left; height:47px; line-height:47px; padding:0 30px; border-top:1px solid #ebebeb; border-right:1px solid #ebebeb; border-bottom:1px solid #ebebeb; text-align:center; cursor:pointer;}
.tab_u span.active{height:46px; line-height:46px; border-top:2px solid #2980b9; border-bottom:1px solid #fff; background-color:#fff;}
/*icon*/
.ico_all{display:inline-block; vertical-align:middle; margin-right:5px;}
.img_icon{background:url(../image/icon.png) no-repeat;}
.size15{width:15px; height:15px; line-height:15px; font-size:0;}
.size22{width:22px; height:22px;}
.s_dui{background-position:-81px 0px;}
.s_cuo{background-position:-81px -31px;}
.s_tan{background-position:-81px -16px;}
.s_wen{background-position:-81px -45px;}
.qq_pos{background-position:-134px -46px;}
.sina_pos{background-position:-134px -69px;}
/* CSS Document 登录及全局登录*/
.w310{ width:310px; height:360px;}
.boder-bt{ border-top:#ccc 1px solid; margin-top:-10px}
.boder-bt2{ border-top:#ccc 1px solid;}
.page_login{ background:#fff;}
.page_login .content{padding:30px 100px;}
.page_login .content .w310{margin-top:50px;position: relative; overflow:hidden;}
.page_login .content .w310 ul{overflow: hidden;position: relative;top: 0px;margin: 0px;padding: 0px;left: 0px;width:1200px;}
.page_login .content .w310 ul li{ width:190px; height:380px;float:left; _display:inline; margin:0 50px;}
.page_login .content .w310 ul li i{ display:block; width:158px; height:158px; margin:0 auto; background-image:url(../image/login_s.png); background-repeat:no-repeat; vertical-align:middle;}
.page_login .content .w310 ul li .pos1{ background-position:0 0;}
.page_login .content .w310 ul li .pos2{ background-position:0 -158px;}
.page_login .content .w310 ul li .pos3{ background-position:0 -316px;}
.page_login .jcarousel-container{width:310px;}
.page_login .jcarousel-clip{width:310px; height:380px; margin:0 auto;overflow:hidden;}
.page_login .jcarousel-prev{width:18px; height:27px; cursor:pointer; position:absolute;_left:-100px; left:0; top:60px; background:url(../image/loginBtn.png) left top no-repeat;}
.page_login .jcarousel-next{width:18px; height:27px; cursor:pointer; position:absolute; right:20px; top:60px; background:url(../image/loginBtn.png) 0 -27px no-repeat;}
.page_login .content .righ{ width:430px; height:500px; background:#fff; border:#e9e9e9 1px solid;}
.page_login .form tr td{ padding:10px}
.page_login .form .bold{ text-align:right}
.page_login .form .user_bg1{ background:url(../image/error_user.jpg) left center no-repeat}
.page_login .form .user_bg2{ background:url(../image/error_sec.jpg) left center no-repeat}
.page_login .form .user_bg3{ background:url(../image/error_ya.jpg) left center no-repeat}
.page_login .form .userName{ width:205px; height:36px; line-height:36px; padding:0px 20px 0px 43px;}
.page_login .form .user{ position:relative; width:280px; line-height:14px;}
.page_login .form .ico-p{ width:37px; height:36px; background-image:url(../image/login-ico.jpg); vertical-align:middle; font-size:0;background-repeat:no-repeat; position:absolute;}
.page_login .form .ico-j{ width:17px; height:13px; background:url(../image/login-ico.jpg) 0 -30px no-repeat; vertical-align:middle;position:absolute; right:5px; top:12px;}
.page_login .form .pos1{ left:1px; top:1px; _top:2px;*+top:2px; background-position:0 -32px;}
.page_login .form .pos2{ left:1px; top:1px; _top:2px;*+top:2px;}
.page_login .form .submit{ width:270px; background:#ff7f00; height:34px; border-radius:3px; border:none; font-size:18px; cursor:pointer;color:#fff; font-family:\5FAE\8F6F\96C5\9ED1}
.page_login .form .com{ display:inline-block; width:22px; height:19px; background-image:url(../image/login-sina.jpg); vertical-align:middle; font-size:0; background-repeat:no-repeat; margin-right:5px;}
.page_login .form .qq{ background-position:0 -19px;}
.page_login .form .sina{ background-position:0 0;}
.page_login .form a:hover{ text-decoration:underline}
.page_login .submit:hover{opacity:0.9; filter: alpha(opacity=90); color:#fff; transition:all 0.2S ease-out 0s;}
.login_foot{ padding:25px 0 45px 0;}
.login_foot .line3{height:35px; text-align:center; paddimg-bottom:10px;}
.login_foot .line3 a{display:inline-block; width:70px; height:32px; margin:0 10px;}
.page_login .touzi01{position:relative; display:inline-block; height:38px;}
.page_login .long{width:268px;}
.page_login .long .input_1{width:223px;}
.page_login .short{width:168px;}
.page_login .short .input_1{width:123px;}
.page_login .touzi01 .input_1{height:24px; padding:6px 0; background:url(../image/login-ico.jpg) no-repeat; padding-left:45px; vertical-align:middle; zoom:1; }
.page_login .touzi01 .pos_u{background-position:0 -35px;}
.page_login .touzi01 .pos_p{background-position:0 0;}
.page_login .touzi01 .pos_i{background-position:0 -71px;}
.page_login .touzi01 .pos_t{background-position:0 -108px;}
.page_login .touzi01 span{position:absolute; float:left; color:#999; left:45px; top:6px;}
.page_login .yzm{height:38px;}
/*边框*/
.gray_border{ border:#ccc 1px solid}
.blue_border{border:#2980b9 1px solid}
.red{border:#ff0000 1px solid}
.load_bc{position:absolute; left:0; bottom:0; line-height:16px; padding:0 10px}
.load_bc2{position:absolute; left:70px; bottom:-20px; line-height:16px; padding:10px 0;}
/*6-15*/
.page152 .tab_u span{width:214px; padding:0;}
.page152 .table_style2 td{padding-top:10px;padding-bottom:10px; padding-left:75px;}
.page152 .tab_u{background:none;}
.page152 .tab_u span,
.page152 .tab_u span.active{height:36px; line-height:36px;}
.page152 .touzi01{position:relative; display:inline-block; height:38px;}
.page152 .long{width:268px;}
.page152 .long .input_1{width:223px;}
.page152 .short{width:168px;}
.page152 .short .input_1{width:123px;}
.page152 .touzi01 .input_1{height:36px; padding:6px 0; background:url(../image/login-ico.jpg) no-repeat; padding-left:45px; vertical-align:middle; zoom:1;}
.page152 .touzi01 .pos_u{background-position:0 -35px;}
.page152 .touzi01 .pos_p{background-position:0 0;}
.page152 .touzi01 .pos_i{background-position:0 -71px;}
.page152 .touzi01 .pos_t{background-position:0 -108px;}
.page152 .touzi01 span{position:absolute; float:left; color:#999; left:45px; top:6px;}
.page152 .yzm{height:38px;} | 0.239705 | 0.060891 |
.popout-btn {
cursor: pointer;
border: 1px solid #bbb;
border-radius: 10px;
background: #333;
box-shadow: 3px 3px #666;
width: 29%;
height: 24px;
margin: 0 4px;
font-size: 1.15rem;
display: flex;
justify-content: center;
align-items: center; }
.option-selected {
box-shadow: 1px 1px #666;
background: #777;
color: #d7e0f7; }
* {
margin: 0;
padding: 0;
box-sizing: border-box; }
body {
background: #000;
font-family: "Courier Prime", monospace;
position: relative; }
h1,
h2,
h3,
h4,
h5,
h6 {
color: aliceblue; }
h3 {
font-weight: normal; }
.title {
text-align: center;
margin-top: 0; }
.logo {
margin-top: 5vh;
display: flex;
justify-content: center; }
.settings {
max-width: 1000px;
margin: 10px auto;
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-gap: 7px; }
.tempo-setting {
height: 80px;
border: solid 1px #bbb;
border-radius: 5px;
color: #fff;
background: #333;
display: flex;
align-items: center;
justify-content: center; }
.duration {
border: solid 1px #bbb;
border-radius: 5px;
color: #fff;
background: #333;
display: flex;
align-items: center;
justify-content: center; }
input[type="number"] {
width: 80px;
height: 30px;
font-family: "Courier Prime", monospace;
font-size: 16px;
background: #bbb;
font-weight: normal; }
input[type="button"] {
width: 100%;
height: 100%;
font-family: "Courier Prime", monospace;
font-weight: bold;
border: none;
color: #fff;
font-size: 25px;
background: transparent; }
input[type="button"]:hover {
background: rgba(51, 42, 212, 0.5);
cursor: pointer; }
input[type="checkbox"]:hover {
cursor: pointer; }
.play-button-container {
line-height: 0;
background: rgba(51, 42, 212, 0.5);
border: 1px solid #bbb;
border-radius: 5px;
position: relative; }
.play-button-container i {
position: absolute;
top: 50%;
margin-top: -8px;
right: 32%;
color: azure;
z-index: -1; }
.playback-options {
padding: 10px;
color: #fff;
background: #444;
border: 1px solid #bbb;
border-radius: 5px;
line-height: 0.9;
font-size: 20px;
font-weight: normal;
display: flex;
align-items: center;
justify-content: space-evenly; }
.cover {
z-index: -1; }
.sound-select {
background: #444;
color: #fff;
border: 1px solid #bbb;
border-radius: 5px;
font-weight: normal;
font-size: 20px;
display: flex;
justify-content: center;
align-items: center; }
.website-info {
position: absolute;
top: 89vh;
right: 20%;
left: 20%;
padding: 10px;
font-size: 16px;
line-height: 0;
display: flex;
align-items: center;
justify-content: center;
color: #aaa; }
.website-info a {
color: #aaa; }
.time-bar-display {
display: flex;
flex-wrap: wrap;
height: 20px;
align-items: center;
padding: 5px;
width: 1000px;
margin: auto;
grid-column: 1 / span 3;
will-change: contents; }
.time-bar-display .time-bar-marker {
width: 1%;
height: 5px;
margin-right: 1%;
background: #75a1fa; } | static/css/main.css | .popout-btn {
cursor: pointer;
border: 1px solid #bbb;
border-radius: 10px;
background: #333;
box-shadow: 3px 3px #666;
width: 29%;
height: 24px;
margin: 0 4px;
font-size: 1.15rem;
display: flex;
justify-content: center;
align-items: center; }
.option-selected {
box-shadow: 1px 1px #666;
background: #777;
color: #d7e0f7; }
* {
margin: 0;
padding: 0;
box-sizing: border-box; }
body {
background: #000;
font-family: "Courier Prime", monospace;
position: relative; }
h1,
h2,
h3,
h4,
h5,
h6 {
color: aliceblue; }
h3 {
font-weight: normal; }
.title {
text-align: center;
margin-top: 0; }
.logo {
margin-top: 5vh;
display: flex;
justify-content: center; }
.settings {
max-width: 1000px;
margin: 10px auto;
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-gap: 7px; }
.tempo-setting {
height: 80px;
border: solid 1px #bbb;
border-radius: 5px;
color: #fff;
background: #333;
display: flex;
align-items: center;
justify-content: center; }
.duration {
border: solid 1px #bbb;
border-radius: 5px;
color: #fff;
background: #333;
display: flex;
align-items: center;
justify-content: center; }
input[type="number"] {
width: 80px;
height: 30px;
font-family: "Courier Prime", monospace;
font-size: 16px;
background: #bbb;
font-weight: normal; }
input[type="button"] {
width: 100%;
height: 100%;
font-family: "Courier Prime", monospace;
font-weight: bold;
border: none;
color: #fff;
font-size: 25px;
background: transparent; }
input[type="button"]:hover {
background: rgba(51, 42, 212, 0.5);
cursor: pointer; }
input[type="checkbox"]:hover {
cursor: pointer; }
.play-button-container {
line-height: 0;
background: rgba(51, 42, 212, 0.5);
border: 1px solid #bbb;
border-radius: 5px;
position: relative; }
.play-button-container i {
position: absolute;
top: 50%;
margin-top: -8px;
right: 32%;
color: azure;
z-index: -1; }
.playback-options {
padding: 10px;
color: #fff;
background: #444;
border: 1px solid #bbb;
border-radius: 5px;
line-height: 0.9;
font-size: 20px;
font-weight: normal;
display: flex;
align-items: center;
justify-content: space-evenly; }
.cover {
z-index: -1; }
.sound-select {
background: #444;
color: #fff;
border: 1px solid #bbb;
border-radius: 5px;
font-weight: normal;
font-size: 20px;
display: flex;
justify-content: center;
align-items: center; }
.website-info {
position: absolute;
top: 89vh;
right: 20%;
left: 20%;
padding: 10px;
font-size: 16px;
line-height: 0;
display: flex;
align-items: center;
justify-content: center;
color: #aaa; }
.website-info a {
color: #aaa; }
.time-bar-display {
display: flex;
flex-wrap: wrap;
height: 20px;
align-items: center;
padding: 5px;
width: 1000px;
margin: auto;
grid-column: 1 / span 3;
will-change: contents; }
.time-bar-display .time-bar-marker {
width: 1%;
height: 5px;
margin-right: 1%;
background: #75a1fa; } | 0.355775 | 0.08733 |
* {
color: #aaa !important;
}
body {
margin: 0;
/*background-color: #000;*/
}
img {
width: 100%
}
div.drgh5eseyjryftdu45e5erytj7ser{
display: flex;
align-items: center;
height: 768px;
}
div.drgh5eseyjryftdu45e5erytj7ser > div { /* This can be deleted */
display: flex;
/*align-items: center;*/
/*height: 768px;*/
}
/*div.drgh5eseyjryftdu45e5erytj7ser > div > div { /* This can be deleted */
/* width: 50%;
} */
.side_elements_zmImgWthGlry .other_elements_here {
padding: 0 10px 20px;
}
.side_elements_zmImgWthGlry .other_elements_here p {
margin: 0;
}
.container {
max-width: 1000px;
margin: 0 auto;
}
.glryIntlCntnr {
max-width: 500px;
}
.glryIntlCntnr img {
-webkit-user-drag: none;
-khtml-user-drag: none;
-moz-user-drag: none;
-o-user-drag: none;
user-drag: none;
}
.glryIntlCntnr {
-webkit-touch-callout: none; /* iOS Safari */
-webkit-user-select: none; /* Safari */
-khtml-user-select: none; /* Konqueror HTML */
-moz-user-select: none; /* Old versions of Firefox */
-ms-user-select: none; /* Internet Explorer/Edge */
user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}
.e_actualSize {
max-width: 500px;
margin-bottom: 10px;
}
.e_actualSize>div {
display: none;
cursor: pointer;
}
.e_actualSize .active {
display: flex;
align-items: center;
}
.e_thumbs {
display: flex;
align-items: center;
justify-content: start;
}
.e_thumbs > div {
max-width: 65px;
cursor: pointer;
border: solid 2px transparent;
display: flex;
margin-right: 10px;
border: solid 2px #efefef;
}
.e_thumbs > div:last-child {
margin-right: 0;
}
.e_thumbs > div.active {
border: solid 2px #63D8EF;
}
.productGalleryParentdiv .e_actualSize {
margin-bottom: 0;
}
.productGalleryParentdiv .e_actualSize > div {
overflow: hidden;
height: 290px;
border: solid 1px #ddd;
position: relative;
}
.productGalleryParentdiv .e_thumbs {
padding-top: 5px;
padding-bottom: 10px;
}
.productGalleryParentMODALdiv {
display: none;
padding: 0 40px;
}
@media (max-width: 900px){
.productGalleryParentMODALdiv {
padding: 0 30px;
}
}
@media (max-width: 800px){
.productGalleryParentMODALdiv {
padding: 0 20px;
}
}
@media (max-width: 700px){
.productGalleryParentMODALdiv {
padding: 0 15px;
}
}
@media (max-width: 600px){
.productGalleryParentMODALdiv {
padding: 0 10px;
}
}
@media (max-width: 500px){
.productGalleryParentMODALdiv {
padding: 0 7px;
}
}
.productGalleryParentMODALdiv.modalActivated {
position: fixed;
top: 0;
right: 0;
left: 0;
bottom: 0;
background: rgba(0,0,0,0.85);
height: 100%;
overflow-y: scroll;
display: flex;
align-items: center;
flex-direction: column;
z-index: 9;
}
.productGalleryParentMODALdiv.modalActivated .galleryPrimeContainer {
max-width: 900px;
margin: 0 auto;
height: 100%;
display: flex;
align-items: center;
}
.productGalleryParentMODALdiv.modalActivated .glryIntlCntnr {
max-width: 900px;
}
.productGalleryParentMODALdiv.modalActivated .e_actualSize {
max-width: 100%;
margin-bottom: -5px;
display: flex;
}
.productGalleryParentMODALdiv.modalActivated .e_actualSize > div {
align-items: center;
background: black;
overflow: hidden;
width: 100%;
height: 520px;
justify-content: center;
}
.productGalleryParentMODALdiv.modalActivated .e_actualSize > div:hover {
cursor: default;
}
.productGalleryParentMODALdiv.modalActivated .e_actualSize > div > img {
height: auto;
}
.productGalleryParentMODALdiv.modalActivated .e_thumbs{
justify-content: center;
background: #000;
padding-top: 9px;
padding-bottom: 9px;
/*height: 200px;*/
}
.productGalleryParentMODALdiv.modalActivated .e_thumbs > div {
max-width: 60px;
border: solid 2px transparent;
}
.productGalleryParentMODALdiv.modalActivated .e_thumbs > div.active {
border: solid 2px #63D8EF;
}
.productGalleryParentMODALdiv.modalActivated .controls {
display: flex;
margin-left: auto;
cursor: pointer;
background: rgba(0,0,0,0.75);
margin-top: 0;
position: absolute;
right: 0;
padding: 6px 9px 8px 2px;
border-bottom-left-radius: 15px;
max-width: 350px;
}
.productGalleryParentMODALdiv.modalActivated .controls > div{
max-width: 45px;
width: 35px;
border: solid 3px #939393;
border-radius: 10px;
padding: 3px 8px 2px;
margin-left: 7px;
opacity: 0
}
.productGalleryParentMODALdiv.modalActivated .controls > div.invisible {
/*cursor: default;*/
display: none;
}
.productGalleryParentMODALdiv.modalActivated .controls .zoomOut,
.productGalleryParentMODALdiv.modalActivated .controls .zoomIn /* This is temporary */
{
display: none;
}
.productGalleryParentMODALdiv.modalActivated .controls > div.close,
.productGalleryParentMODALdiv.modalActivated .controls > div.zoomIn {
opacity: 0.8
}
.productGalleryParentMODALdiv.modalActivated .controls > div.close:hover ,
.productGalleryParentMODALdiv.modalActivated .controls > div.zoomIn:hover {
opacity: 1
}
.productGalleryParentMODALdiv.modalActivated .e_actualSize .nextButton,
.productGalleryParentMODALdiv.modalActivated .e_actualSize .backButton{
display: flex !important;
width: 100px;
align-items: center;
/*background: #aaa;*/
z-index: 99;
opacity: 0.5;
cursor: pointer !important;
}
.productGalleryParentMODALdiv.modalActivated .nextButton img,
.productGalleryParentMODALdiv.modalActivated .backButton img {
opacity: 0.9;
}
.productGalleryParentMODALdiv.modalActivated .nextButton:hover,
.productGalleryParentMODALdiv.modalActivated .backButton:hover {
opacity: 1;
}
.productGalleryParentMODALdiv.modalActivated .backButton {
order:-1;
margin-right: -100px;
background: linear-gradient(90deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%) !important;
}
.productGalleryParentMODALdiv.modalActivated .nextButton {
margin-left: -100px;
background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%) !important;
}
#zoomResult {
margin-bottom: -362px;
z-index: 9;
position: relative;
-webkit-box-shadow: 7px 11px 15px 1px rgba(0,0,0,0.57);
box-shadow: 7px 11px 15px 1px rgba(0,0,0,0.57);
background-color: #fff;
}
#zoomResult div {
display: none;
}
#zoomResult div.active {
display: block;
}
.not_visible {
display: none;
}
/*
#myresult {
display: none;
}*/
/** {box-sizing: border-box;}*/
.img-zoom-container {
position: relative;
}
.imgZmLns {
position: absolute;
border: 1px solid rgba(0,0,0,0.25);
background-color: rgba(255,255,255,0.5);
width: 40px;
height: 40px;
/*border-radius: 500px;*/
}
#zoomResult {
opacity: 0;
transition: opacity 500ms;
/*display: none;*/
}
#ImagesToZoom .imgZmLns {
opacity: 0;
transition: opacity 500ms;
}
/*set the size of the result div:*/
.img-zoom-result {
border: 1px solid #d4d4d4;
width: 300px;
height: 300px;
}
@media (max-width: 1024px) {
.drgh5eseyjryftdu45e5erytj7ser {
align-items: baseline !important;
padding-top: 15px;
}
.drgh5eseyjryftdu45e5erytj7ser >.container {
flex-direction: column;
}
.productGalleryParentdiv {
margin: 0 auto;
}
.side_elements_zmImgWthGlry {
max-width: 614px;
display: block;
margin-top: 5px
}
#zoomResult {
margin-top: -87px;
margin-bottom: -275px;
}
} | asset/css/main.css | * {
color: #aaa !important;
}
body {
margin: 0;
/*background-color: #000;*/
}
img {
width: 100%
}
div.drgh5eseyjryftdu45e5erytj7ser{
display: flex;
align-items: center;
height: 768px;
}
div.drgh5eseyjryftdu45e5erytj7ser > div { /* This can be deleted */
display: flex;
/*align-items: center;*/
/*height: 768px;*/
}
/*div.drgh5eseyjryftdu45e5erytj7ser > div > div { /* This can be deleted */
/* width: 50%;
} */
.side_elements_zmImgWthGlry .other_elements_here {
padding: 0 10px 20px;
}
.side_elements_zmImgWthGlry .other_elements_here p {
margin: 0;
}
.container {
max-width: 1000px;
margin: 0 auto;
}
.glryIntlCntnr {
max-width: 500px;
}
.glryIntlCntnr img {
-webkit-user-drag: none;
-khtml-user-drag: none;
-moz-user-drag: none;
-o-user-drag: none;
user-drag: none;
}
.glryIntlCntnr {
-webkit-touch-callout: none; /* iOS Safari */
-webkit-user-select: none; /* Safari */
-khtml-user-select: none; /* Konqueror HTML */
-moz-user-select: none; /* Old versions of Firefox */
-ms-user-select: none; /* Internet Explorer/Edge */
user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}
.e_actualSize {
max-width: 500px;
margin-bottom: 10px;
}
.e_actualSize>div {
display: none;
cursor: pointer;
}
.e_actualSize .active {
display: flex;
align-items: center;
}
.e_thumbs {
display: flex;
align-items: center;
justify-content: start;
}
.e_thumbs > div {
max-width: 65px;
cursor: pointer;
border: solid 2px transparent;
display: flex;
margin-right: 10px;
border: solid 2px #efefef;
}
.e_thumbs > div:last-child {
margin-right: 0;
}
.e_thumbs > div.active {
border: solid 2px #63D8EF;
}
.productGalleryParentdiv .e_actualSize {
margin-bottom: 0;
}
.productGalleryParentdiv .e_actualSize > div {
overflow: hidden;
height: 290px;
border: solid 1px #ddd;
position: relative;
}
.productGalleryParentdiv .e_thumbs {
padding-top: 5px;
padding-bottom: 10px;
}
.productGalleryParentMODALdiv {
display: none;
padding: 0 40px;
}
@media (max-width: 900px){
.productGalleryParentMODALdiv {
padding: 0 30px;
}
}
@media (max-width: 800px){
.productGalleryParentMODALdiv {
padding: 0 20px;
}
}
@media (max-width: 700px){
.productGalleryParentMODALdiv {
padding: 0 15px;
}
}
@media (max-width: 600px){
.productGalleryParentMODALdiv {
padding: 0 10px;
}
}
@media (max-width: 500px){
.productGalleryParentMODALdiv {
padding: 0 7px;
}
}
.productGalleryParentMODALdiv.modalActivated {
position: fixed;
top: 0;
right: 0;
left: 0;
bottom: 0;
background: rgba(0,0,0,0.85);
height: 100%;
overflow-y: scroll;
display: flex;
align-items: center;
flex-direction: column;
z-index: 9;
}
.productGalleryParentMODALdiv.modalActivated .galleryPrimeContainer {
max-width: 900px;
margin: 0 auto;
height: 100%;
display: flex;
align-items: center;
}
.productGalleryParentMODALdiv.modalActivated .glryIntlCntnr {
max-width: 900px;
}
.productGalleryParentMODALdiv.modalActivated .e_actualSize {
max-width: 100%;
margin-bottom: -5px;
display: flex;
}
.productGalleryParentMODALdiv.modalActivated .e_actualSize > div {
align-items: center;
background: black;
overflow: hidden;
width: 100%;
height: 520px;
justify-content: center;
}
.productGalleryParentMODALdiv.modalActivated .e_actualSize > div:hover {
cursor: default;
}
.productGalleryParentMODALdiv.modalActivated .e_actualSize > div > img {
height: auto;
}
.productGalleryParentMODALdiv.modalActivated .e_thumbs{
justify-content: center;
background: #000;
padding-top: 9px;
padding-bottom: 9px;
/*height: 200px;*/
}
.productGalleryParentMODALdiv.modalActivated .e_thumbs > div {
max-width: 60px;
border: solid 2px transparent;
}
.productGalleryParentMODALdiv.modalActivated .e_thumbs > div.active {
border: solid 2px #63D8EF;
}
.productGalleryParentMODALdiv.modalActivated .controls {
display: flex;
margin-left: auto;
cursor: pointer;
background: rgba(0,0,0,0.75);
margin-top: 0;
position: absolute;
right: 0;
padding: 6px 9px 8px 2px;
border-bottom-left-radius: 15px;
max-width: 350px;
}
.productGalleryParentMODALdiv.modalActivated .controls > div{
max-width: 45px;
width: 35px;
border: solid 3px #939393;
border-radius: 10px;
padding: 3px 8px 2px;
margin-left: 7px;
opacity: 0
}
.productGalleryParentMODALdiv.modalActivated .controls > div.invisible {
/*cursor: default;*/
display: none;
}
.productGalleryParentMODALdiv.modalActivated .controls .zoomOut,
.productGalleryParentMODALdiv.modalActivated .controls .zoomIn /* This is temporary */
{
display: none;
}
.productGalleryParentMODALdiv.modalActivated .controls > div.close,
.productGalleryParentMODALdiv.modalActivated .controls > div.zoomIn {
opacity: 0.8
}
.productGalleryParentMODALdiv.modalActivated .controls > div.close:hover ,
.productGalleryParentMODALdiv.modalActivated .controls > div.zoomIn:hover {
opacity: 1
}
.productGalleryParentMODALdiv.modalActivated .e_actualSize .nextButton,
.productGalleryParentMODALdiv.modalActivated .e_actualSize .backButton{
display: flex !important;
width: 100px;
align-items: center;
/*background: #aaa;*/
z-index: 99;
opacity: 0.5;
cursor: pointer !important;
}
.productGalleryParentMODALdiv.modalActivated .nextButton img,
.productGalleryParentMODALdiv.modalActivated .backButton img {
opacity: 0.9;
}
.productGalleryParentMODALdiv.modalActivated .nextButton:hover,
.productGalleryParentMODALdiv.modalActivated .backButton:hover {
opacity: 1;
}
.productGalleryParentMODALdiv.modalActivated .backButton {
order:-1;
margin-right: -100px;
background: linear-gradient(90deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%) !important;
}
.productGalleryParentMODALdiv.modalActivated .nextButton {
margin-left: -100px;
background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%) !important;
}
#zoomResult {
margin-bottom: -362px;
z-index: 9;
position: relative;
-webkit-box-shadow: 7px 11px 15px 1px rgba(0,0,0,0.57);
box-shadow: 7px 11px 15px 1px rgba(0,0,0,0.57);
background-color: #fff;
}
#zoomResult div {
display: none;
}
#zoomResult div.active {
display: block;
}
.not_visible {
display: none;
}
/*
#myresult {
display: none;
}*/
/** {box-sizing: border-box;}*/
.img-zoom-container {
position: relative;
}
.imgZmLns {
position: absolute;
border: 1px solid rgba(0,0,0,0.25);
background-color: rgba(255,255,255,0.5);
width: 40px;
height: 40px;
/*border-radius: 500px;*/
}
#zoomResult {
opacity: 0;
transition: opacity 500ms;
/*display: none;*/
}
#ImagesToZoom .imgZmLns {
opacity: 0;
transition: opacity 500ms;
}
/*set the size of the result div:*/
.img-zoom-result {
border: 1px solid #d4d4d4;
width: 300px;
height: 300px;
}
@media (max-width: 1024px) {
.drgh5eseyjryftdu45e5erytj7ser {
align-items: baseline !important;
padding-top: 15px;
}
.drgh5eseyjryftdu45e5erytj7ser >.container {
flex-direction: column;
}
.productGalleryParentdiv {
margin: 0 auto;
}
.side_elements_zmImgWthGlry {
max-width: 614px;
display: block;
margin-top: 5px
}
#zoomResult {
margin-top: -87px;
margin-bottom: -275px;
}
} | 0.14253 | 0.048949 |
#riwayat-pengki .card{
border-radius: 15px 0 15px 0;
}
#riwayat-pengki .card .mahasiswa{
border-bottom: none;
padding: 10px 20px;
background-color: #E75101;
margin-bottom: 1.25rem;
border-radius: 15px 0 0 0;
}
#riwayat-pengki .card .mahasiswa h2{
color: white;
font-weight: 600;
}
#riwayat-pengki .card .mahasiswa h5{
color: white;
font-weight: 600;
}
#riwayat-pengki .card .semester{
border-bottom: none;
padding: 10px 20px;
background-color: #E75101;
margin-bottom: 1.25rem;
border-radius: 0 15px 0 0;
}
#riwayat-pengki .card .semester h2{
color: white;
font-weight: 600;
}
#riwayat-pengki .card .semester h5{
color: white;
font-weight: 600;
}
#riwayat-pengki .badge {
border-radius: 10px;
padding: 3px 7px
}
#riwayat-pengki .badge .b-none {
font-size: 20px;
}
#riwayat-pengki .card .batas{
border-bottom: none;
padding: 10px 20px;
background-color: #E75101;
margin-bottom: 1.25rem;
border-radius: 15px 15px 0 0;
}
#riwayat-pengki .card .batas h2{
color: white;
font-weight: 600;
}
#riwayat-pengki .card .batas h5{
color: white;
font-weight: 600;
}
#riwayat-pengki .card .card-block{
border-radius: 15px 0 0 0;
}
#riwayat-pengki .card .card-block .img{
padding-left: 25px;
padding-right: 25px;
}
#riwayat-pengki .card .card-block .img img{
width: 100px;
}
#riwayat-pengki .card .card-block .btn{
background-color: #E75101;
border-radius: 15px 0 15px 0;
}
#riwayat-pengki .card .card-block .btn:hover{
background-color: rgb(202, 73, 4);
border-radius: 15px 0 15px 0;
}
#riwayat-pengki .card .card-block .btn a h6{
color: #ffffff;
margin-bottom: 0;
}
#riwayat-pengki .card .card-block .head{
display: flex;
align-items: center;
color: white;
background-color: #E75101;
margin-top: 15px;
margin-bottom: 15px;
padding: 10px;
padding-left: 25px;
border-radius: 15px 0;
}
#riwayat-pengki .card .card-block .head img{
width: 25px;
height: 25px;
margin-right: 10px;
}
#riwayat-pengki .card .card-block .head h6{
margin-bottom: 0;
font-weight: 600;
}
#riwayat-pengki .card .card-block .list .list-wrapper{
list-style: none;
padding-left: 15px;
}
#riwayat-pengki .card .card-block .list .list-link{
color: #333333;
margin-bottom: 10px;
padding: 8px;
border-left: 3px solid #ffffff;
}
#riwayat-pengki .card .card-block .list .list-link:hover{
color: #333333;
border-left: 3px solid #E75101;
}
#riwayat-pengki .accordion-msg{
font-weight: unset;
font-size: 12px;
border-top: none;
color: white;
background-color: #E75101;
display: flex;
align-items: center;
}
#riwayat-pengki .accordion-desc{
padding-top: 14px;
}
#riwayat-pengki .accordion-title .collapsed{
border-bottom: none!important;
background-color: white;
color: #333333;
display: flex;
align-items: center;
}
#riwayat-pengki .accordion-msg i{
padding-right: 10px;
}
#riwayat-pengki .m-b-0{
margin-bottom: 0px !important;
}
#riwayat-pengki .btn {
padding: 9px 19px;
color: white;
}
#riwayat-pengki .form-control:focus{
border: 1px solid #E75101;
}
#riwayat-pengki .card-block{
padding: 5px 20px;
}
#riwayat-pengki .full-height-card{
height: calc(100% - 30px);
}
@media only screen and (max-width: 480px){
#riwayat-pengki .btn{
border-radius: 0 0 15px 15px !important;
}
}
/* tabel */
.table th {
background-color: #E75101;
padding: 5px;
font-size: 12px;
color: #ffffff;
margin-bottom: 0px;
vertical-align: middle;
border: 1px solid #e9ecef;
text-align: center;
}
.table td{
text-align: left;
border: 1px solid #e9ecef;
white-space: normal;
}
.tbl1 {
font-size: 12px;
color: #5d4037 !important;
background-color: #ffcc80 !important;
padding: 4px !important;
}
.tbl2 {
font-size: 12px;
color: #5d4037 !important;
background-color: #ffe0b2 !important;
padding: 4px !important;
}
.tbl-aktif {
font-size: 12px;
color: #5d4037 !important;
background-color: #00d900 !important;
padding: 4px !important;
}
.tbl-non-aktif {
font-size: 12px;
color: #ffffff !important;
background-color: red !important;
padding: 4px !important;
}
.tbl-terdaftar {
font-size: 12px;
color: #5d4037 !important;
background-color: #ffffff !important;
padding: 4px !important;
}
/* button */
.w-100{
width : 100%;
}
.btn{
padding: 8px 14px;
line-height: 16px;
font-size: 11px;
background-color: #E75101 !important;
border-color: #E75101 !important;
color: #ffffff;
border-radius: 2px;
}
.btn:hover{
background-color: rgb(202, 73, 4);
color: #ffffff;
}
.btn-tab{
background-color: #ffffff;
box-shadow:0 1px 20px 0 rgba(69, 90, 100, 0.08);
} | public/foundations/adminity/assets/css/riwayat-pengki.css | #riwayat-pengki .card{
border-radius: 15px 0 15px 0;
}
#riwayat-pengki .card .mahasiswa{
border-bottom: none;
padding: 10px 20px;
background-color: #E75101;
margin-bottom: 1.25rem;
border-radius: 15px 0 0 0;
}
#riwayat-pengki .card .mahasiswa h2{
color: white;
font-weight: 600;
}
#riwayat-pengki .card .mahasiswa h5{
color: white;
font-weight: 600;
}
#riwayat-pengki .card .semester{
border-bottom: none;
padding: 10px 20px;
background-color: #E75101;
margin-bottom: 1.25rem;
border-radius: 0 15px 0 0;
}
#riwayat-pengki .card .semester h2{
color: white;
font-weight: 600;
}
#riwayat-pengki .card .semester h5{
color: white;
font-weight: 600;
}
#riwayat-pengki .badge {
border-radius: 10px;
padding: 3px 7px
}
#riwayat-pengki .badge .b-none {
font-size: 20px;
}
#riwayat-pengki .card .batas{
border-bottom: none;
padding: 10px 20px;
background-color: #E75101;
margin-bottom: 1.25rem;
border-radius: 15px 15px 0 0;
}
#riwayat-pengki .card .batas h2{
color: white;
font-weight: 600;
}
#riwayat-pengki .card .batas h5{
color: white;
font-weight: 600;
}
#riwayat-pengki .card .card-block{
border-radius: 15px 0 0 0;
}
#riwayat-pengki .card .card-block .img{
padding-left: 25px;
padding-right: 25px;
}
#riwayat-pengki .card .card-block .img img{
width: 100px;
}
#riwayat-pengki .card .card-block .btn{
background-color: #E75101;
border-radius: 15px 0 15px 0;
}
#riwayat-pengki .card .card-block .btn:hover{
background-color: rgb(202, 73, 4);
border-radius: 15px 0 15px 0;
}
#riwayat-pengki .card .card-block .btn a h6{
color: #ffffff;
margin-bottom: 0;
}
#riwayat-pengki .card .card-block .head{
display: flex;
align-items: center;
color: white;
background-color: #E75101;
margin-top: 15px;
margin-bottom: 15px;
padding: 10px;
padding-left: 25px;
border-radius: 15px 0;
}
#riwayat-pengki .card .card-block .head img{
width: 25px;
height: 25px;
margin-right: 10px;
}
#riwayat-pengki .card .card-block .head h6{
margin-bottom: 0;
font-weight: 600;
}
#riwayat-pengki .card .card-block .list .list-wrapper{
list-style: none;
padding-left: 15px;
}
#riwayat-pengki .card .card-block .list .list-link{
color: #333333;
margin-bottom: 10px;
padding: 8px;
border-left: 3px solid #ffffff;
}
#riwayat-pengki .card .card-block .list .list-link:hover{
color: #333333;
border-left: 3px solid #E75101;
}
#riwayat-pengki .accordion-msg{
font-weight: unset;
font-size: 12px;
border-top: none;
color: white;
background-color: #E75101;
display: flex;
align-items: center;
}
#riwayat-pengki .accordion-desc{
padding-top: 14px;
}
#riwayat-pengki .accordion-title .collapsed{
border-bottom: none!important;
background-color: white;
color: #333333;
display: flex;
align-items: center;
}
#riwayat-pengki .accordion-msg i{
padding-right: 10px;
}
#riwayat-pengki .m-b-0{
margin-bottom: 0px !important;
}
#riwayat-pengki .btn {
padding: 9px 19px;
color: white;
}
#riwayat-pengki .form-control:focus{
border: 1px solid #E75101;
}
#riwayat-pengki .card-block{
padding: 5px 20px;
}
#riwayat-pengki .full-height-card{
height: calc(100% - 30px);
}
@media only screen and (max-width: 480px){
#riwayat-pengki .btn{
border-radius: 0 0 15px 15px !important;
}
}
/* tabel */
.table th {
background-color: #E75101;
padding: 5px;
font-size: 12px;
color: #ffffff;
margin-bottom: 0px;
vertical-align: middle;
border: 1px solid #e9ecef;
text-align: center;
}
.table td{
text-align: left;
border: 1px solid #e9ecef;
white-space: normal;
}
.tbl1 {
font-size: 12px;
color: #5d4037 !important;
background-color: #ffcc80 !important;
padding: 4px !important;
}
.tbl2 {
font-size: 12px;
color: #5d4037 !important;
background-color: #ffe0b2 !important;
padding: 4px !important;
}
.tbl-aktif {
font-size: 12px;
color: #5d4037 !important;
background-color: #00d900 !important;
padding: 4px !important;
}
.tbl-non-aktif {
font-size: 12px;
color: #ffffff !important;
background-color: red !important;
padding: 4px !important;
}
.tbl-terdaftar {
font-size: 12px;
color: #5d4037 !important;
background-color: #ffffff !important;
padding: 4px !important;
}
/* button */
.w-100{
width : 100%;
}
.btn{
padding: 8px 14px;
line-height: 16px;
font-size: 11px;
background-color: #E75101 !important;
border-color: #E75101 !important;
color: #ffffff;
border-radius: 2px;
}
.btn:hover{
background-color: rgb(202, 73, 4);
color: #ffffff;
}
.btn-tab{
background-color: #ffffff;
box-shadow:0 1px 20px 0 rgba(69, 90, 100, 0.08);
} | 0.198297 | 0.177312 |
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Poppins:wght@400;500;600;700&display=swap');
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
a {
text-decoration: none;
}
li {
list-style: none;
}
:root {
--poppins: 'Poppins', sans-serif;
--lato: 'Lato', sans-serif;
--light: #F9F9F9;
--blue: #3C91E6;
--light-blue: #CFE8FF;
--grey: #eee;
--dark-grey: #AAAAAA;
--dark: #342E37;
--red: #DB504A;
--yellow: #FFCE26;
--light-yellow: #FFF2C6;
--orange: #FD7238;
--light-orange: #f1ecea;
}
html {
overflow-x: hidden;
}
body.dark {
--light: #0C0C1E;
--grey: #060714;
--dark: #FBFBFB;
}
body {
background: var(--grey);
overflow-x: hidden;
}
/* CONTENT */
#content {
position: relative;
width: 100%;
transition: .3s ease;
display: flex;
align-items: center;
justify-content: center;
}
/* MAIN */
#content main {
width: 100%;
padding: 36px 24px;
font-family: var(--poppins);
max-height: 100%;
overflow-y: auto;
}
#content main .head-title {
display: flex;
align-items: center;
justify-content: space-between;
grid-gap: 16px;
flex-wrap: wrap;
}
#content main .head-title .left h1 {
font-size: 36px;
font-weight: 600;
margin-bottom: 10px;
color: var(--dark);
}
#content main .head-title .left .breadcrumb {
display: flex;
align-items: center;
grid-gap: 16px;
}
#content main .head-title .left .breadcrumb li {
color: var(--dark);
}
#content main .head-title .left .breadcrumb li a {
color: var(--dark-grey);
pointer-events: none;
}
#content main .head-title .left .breadcrumb li a.active {
color: var(--blue);
pointer-events: unset;
}
#content main .head-title .btn-download {
height: 36px;
padding: 0 16px;
border-radius: 10px;
background-color: #F46B31;
color: var(--light);
display: flex;
justify-content: center;
align-items: center;
grid-gap: 10px;
font-weight: 500;
text-decoration: none;
}
#content main .head-title .btn-download:hover {
background-color: #f14b04;
}
/* #content main .box-info {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
grid-gap: 24px;
margin-top: 36px;
} */
#content main .box-info li {
padding: 21px;
background: var(--light);
border-radius: 20px;
display: flex;
align-items: center;
grid-gap: 14px;
cursor: pointer;
margin-bottom: 10px;
}
#content main .box-info li:hover{
box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
}
#content main .box-info li .bx {
width: 80px;
height: 80px;
border-radius: 10px;
font-size: 36px;
display: flex;
justify-content: center;
align-items: center;
}view-details
#content main .box-info li .view-details{
font-size: 15px;
background-color: #c1bac4;
}
#content main .box-info li:nth-child(1) .bx {
background: var(--light-orange);
color: var(--orange);
}
#content main .box-info li:nth-child(2) .bx {
background: var(--light-orange);
color: var(--orange);
}
#content main .box-info li:nth-child(3) .bx {
background: var(--light-orange);
color: var(--orange);
}
#content main .box-info li .text h3 {
font-size: 24px;
font-weight: 600;
color: var(--dark);
}
#content main .box-info li .text p {
color: var(--dark);
}
#content main .line-graph{
padding: 40px 20px 20px 20px;
border-radius: 10px;
background-color: #f9f9f9;
}
#content main .pie-chart {
padding: 40px 20px 20px 20px;
border-radius: 10px;
background-color: #f9f9f9;
}
#content main #columnchart_material {
width: 400px;
}
.select-month-profit select{
font-size: 13px;
outline: none;
color:#F46B31;
font-weight: 500;
background-color: #f9f9f9;
text-align: center;
border-radius: 10px;
border: 1px dotted #F46B31;
padding: 3px;
}
.select-month {
padding-bottom: 10px;
}
.select-month select{
font-size: 13px;
outline: none;
color:#F46B31;
font-weight: 500;
background-color: #f9f9f9;
text-align: center;
border-radius: 10px;
border: outset #F46B31;
padding: 5px;
}
#content main .table-book {
padding: 40px 20px 20px 20px;
border-radius: 10px;
background-color: #f9f9f9;
height: 590px;
overflow: auto;
}
.table-book-header input{
outline: none;
background-color: #FFFFFF;
border: outset #c1bebe;
border-radius: 10px;
padding: 8px 150px 8px 12px;
font-size: 10px;
}
.select-month-table {
padding-left: 30px;
}
.select-month-table select{
font-size: 13px;
outline: none;
color:#F46B31;
font-weight: 500;
background-color: #f9f9f9;
text-align: center;
border-radius: 5px;
border: outset #F46B31;
padding: 3px;
}
.table-card {
box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
padding: 15px;
background-color: #FFFFFF;
}
.table-card .img-prof-card img{
width: 50px;
height: 50px;
object-fit: cover;
border-radius: 50%;
}
.table-card .table-card-names{
margin-left: -13px;
}
.table-card .table-card-names h6,
.table-card .table-card-names h5,
.table-card .table-card-names p{
margin: 0;
}
.table-card .table-card-names h6{
color: #393737;
font-size: 18px;
}
.table-card .table-card-names h5{
color: #6F6F6F;
font-size: 12px;
}
.table-card .table-card-names h5 b{
color: #eb6200;
font-size: 12px;
}
.table-card .table-card-names p{
color: #6F6F6F;
font-size: 10px;
}
.table-card .table-card-price h6{
color: #66D74A;
font-weight: 700;
}
@media screen and (max-width: 768px) {
#content {
width: 100%;
}
#content nav .nav-link {
display: none;
}
}
@media screen and (max-width: 576px) {
.container{
padding: 0;
}
#content main .box-info {
grid-template-columns: 1fr;
}
}
/* SCROLL */
/* width */
::-webkit-scrollbar {
width: 10px;
}
/* Track */
::-webkit-scrollbar-track {
background: #f1f1f1;
border-radius: 5px;
}
/* Handle */
::-webkit-scrollbar-thumb {
background: #888;
border-radius: 5px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background: #555;
} | assets/css/shopAdminReports.css | @import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Poppins:wght@400;500;600;700&display=swap');
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
a {
text-decoration: none;
}
li {
list-style: none;
}
:root {
--poppins: 'Poppins', sans-serif;
--lato: 'Lato', sans-serif;
--light: #F9F9F9;
--blue: #3C91E6;
--light-blue: #CFE8FF;
--grey: #eee;
--dark-grey: #AAAAAA;
--dark: #342E37;
--red: #DB504A;
--yellow: #FFCE26;
--light-yellow: #FFF2C6;
--orange: #FD7238;
--light-orange: #f1ecea;
}
html {
overflow-x: hidden;
}
body.dark {
--light: #0C0C1E;
--grey: #060714;
--dark: #FBFBFB;
}
body {
background: var(--grey);
overflow-x: hidden;
}
/* CONTENT */
#content {
position: relative;
width: 100%;
transition: .3s ease;
display: flex;
align-items: center;
justify-content: center;
}
/* MAIN */
#content main {
width: 100%;
padding: 36px 24px;
font-family: var(--poppins);
max-height: 100%;
overflow-y: auto;
}
#content main .head-title {
display: flex;
align-items: center;
justify-content: space-between;
grid-gap: 16px;
flex-wrap: wrap;
}
#content main .head-title .left h1 {
font-size: 36px;
font-weight: 600;
margin-bottom: 10px;
color: var(--dark);
}
#content main .head-title .left .breadcrumb {
display: flex;
align-items: center;
grid-gap: 16px;
}
#content main .head-title .left .breadcrumb li {
color: var(--dark);
}
#content main .head-title .left .breadcrumb li a {
color: var(--dark-grey);
pointer-events: none;
}
#content main .head-title .left .breadcrumb li a.active {
color: var(--blue);
pointer-events: unset;
}
#content main .head-title .btn-download {
height: 36px;
padding: 0 16px;
border-radius: 10px;
background-color: #F46B31;
color: var(--light);
display: flex;
justify-content: center;
align-items: center;
grid-gap: 10px;
font-weight: 500;
text-decoration: none;
}
#content main .head-title .btn-download:hover {
background-color: #f14b04;
}
/* #content main .box-info {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
grid-gap: 24px;
margin-top: 36px;
} */
#content main .box-info li {
padding: 21px;
background: var(--light);
border-radius: 20px;
display: flex;
align-items: center;
grid-gap: 14px;
cursor: pointer;
margin-bottom: 10px;
}
#content main .box-info li:hover{
box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
}
#content main .box-info li .bx {
width: 80px;
height: 80px;
border-radius: 10px;
font-size: 36px;
display: flex;
justify-content: center;
align-items: center;
}view-details
#content main .box-info li .view-details{
font-size: 15px;
background-color: #c1bac4;
}
#content main .box-info li:nth-child(1) .bx {
background: var(--light-orange);
color: var(--orange);
}
#content main .box-info li:nth-child(2) .bx {
background: var(--light-orange);
color: var(--orange);
}
#content main .box-info li:nth-child(3) .bx {
background: var(--light-orange);
color: var(--orange);
}
#content main .box-info li .text h3 {
font-size: 24px;
font-weight: 600;
color: var(--dark);
}
#content main .box-info li .text p {
color: var(--dark);
}
#content main .line-graph{
padding: 40px 20px 20px 20px;
border-radius: 10px;
background-color: #f9f9f9;
}
#content main .pie-chart {
padding: 40px 20px 20px 20px;
border-radius: 10px;
background-color: #f9f9f9;
}
#content main #columnchart_material {
width: 400px;
}
.select-month-profit select{
font-size: 13px;
outline: none;
color:#F46B31;
font-weight: 500;
background-color: #f9f9f9;
text-align: center;
border-radius: 10px;
border: 1px dotted #F46B31;
padding: 3px;
}
.select-month {
padding-bottom: 10px;
}
.select-month select{
font-size: 13px;
outline: none;
color:#F46B31;
font-weight: 500;
background-color: #f9f9f9;
text-align: center;
border-radius: 10px;
border: outset #F46B31;
padding: 5px;
}
#content main .table-book {
padding: 40px 20px 20px 20px;
border-radius: 10px;
background-color: #f9f9f9;
height: 590px;
overflow: auto;
}
.table-book-header input{
outline: none;
background-color: #FFFFFF;
border: outset #c1bebe;
border-radius: 10px;
padding: 8px 150px 8px 12px;
font-size: 10px;
}
.select-month-table {
padding-left: 30px;
}
.select-month-table select{
font-size: 13px;
outline: none;
color:#F46B31;
font-weight: 500;
background-color: #f9f9f9;
text-align: center;
border-radius: 5px;
border: outset #F46B31;
padding: 3px;
}
.table-card {
box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
padding: 15px;
background-color: #FFFFFF;
}
.table-card .img-prof-card img{
width: 50px;
height: 50px;
object-fit: cover;
border-radius: 50%;
}
.table-card .table-card-names{
margin-left: -13px;
}
.table-card .table-card-names h6,
.table-card .table-card-names h5,
.table-card .table-card-names p{
margin: 0;
}
.table-card .table-card-names h6{
color: #393737;
font-size: 18px;
}
.table-card .table-card-names h5{
color: #6F6F6F;
font-size: 12px;
}
.table-card .table-card-names h5 b{
color: #eb6200;
font-size: 12px;
}
.table-card .table-card-names p{
color: #6F6F6F;
font-size: 10px;
}
.table-card .table-card-price h6{
color: #66D74A;
font-weight: 700;
}
@media screen and (max-width: 768px) {
#content {
width: 100%;
}
#content nav .nav-link {
display: none;
}
}
@media screen and (max-width: 576px) {
.container{
padding: 0;
}
#content main .box-info {
grid-template-columns: 1fr;
}
}
/* SCROLL */
/* width */
::-webkit-scrollbar {
width: 10px;
}
/* Track */
::-webkit-scrollbar-track {
background: #f1f1f1;
border-radius: 5px;
}
/* Handle */
::-webkit-scrollbar-thumb {
background: #888;
border-radius: 5px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background: #555;
} | 0.29209 | 0.053576 |
.background_glossyTeal5,
.hover_background_glossyTeal5:hover,
.active_background_glossyTeal5:active:hover {
background: #007878;
background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, .30)), color-stop(50%, rgba(255, 255, 255, .00)), color-stop(51%, rgba(0, 0, 0, .10)), color-stop(100%, rgba(0, 0, 0, .04)));
background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -o-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -ms-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: linear-gradient(to bottom, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
}
.background_glossyTeal5h,
.hover_background_glossyTeal5h:hover,
.active_background_glossyTeal5h:active:hover {
background: #007878;
background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, .30)), color-stop(50%, rgba(255, 255, 255, .00)), color-stop(51%, rgba(0, 0, 0, .10)), color-stop(100%, rgba(0, 0, 0, .04)));
background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -o-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -ms-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: linear-gradient(to bottom, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
}
.background_glossyTeal5a,
.hover_background_glossyTeal5a:hover,
.active_background_glossyTeal5a:active:hover {
background: #007878;
background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .04) 0%, rgba(0, 0, 0, .10) 50%, rgba(255, 255, 255, .00) 51%, rgba(255, 255, 255, .30) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, .04)), color-stop(50%, rgba(0, 0, 0, .10)), color-stop(51%, rgba(255, 255, 255, .00)), color-stop(100%, rgba(255, 255, 255, .30)));
background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .04) 0%, rgba(0, 0, 0, .10) 50%, rgba(255, 255, 255, .00) 51%, rgba(255, 255, 255, .30) 100%);
background-image: -o-linear-gradient(top, rgba(0, 0, 0, .04) 0%, rgba(0, 0, 0, .10) 50%, rgba(255, 255, 255, .00) 51%, rgba(255, 255, 255, .30) 100%);
background-image: -ms-linear-gradient(top, rgba(0, 0, 0, .04) 0%, rgba(0, 0, 0, .10) 50%, rgba(255, 255, 255, .00) 51%, rgba(255, 255, 255, .30) 100%);
background-image: linear-gradient(to bottom, rgba(0, 0, 0, .04) 0%, rgba(0, 0, 0, .10) 50%, rgba(255, 255, 255, .00) 51%, rgba(255, 255, 255, .30) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff',GradientType=0 );
}
.background_glossyTeal5s,
.hover_background_glossyTeal5s:hover,
.active_background_glossyTeal5s:active:hover {
background: #007878;
background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, .30)), color-stop(50%, rgba(255, 255, 255, .00)), color-stop(51%, rgba(0, 0, 0, .10)), color-stop(100%, rgba(0, 0, 0, .04)));
background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -o-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -ms-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: linear-gradient(to bottom, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
}
.background_color_glossyTeal5,
.hover_background_color_glossyTeal5:hover,
.active_background_color_glossyTeal5:active:hover {
background-color:#007878;
}
.background_first_color_glossyTeal5,
.hover_background_first_color_glossyTeal5:hover,
.active_background_first_color_glossyTeal5:active:hover {
background-color:#ffffff;
}
.background_last_color_glossyTeal5,
.hover_background_last_color_glossyTeal5:hover,
.active_background_color_last_glossyTeal5:active:hover {
background-color:#000000;
}
/* ------------------------------ color settings -------------------------------*/
.color_glossyTeal5,
.hover_color_glossyTeal5:hover,
.active_color_glossyTeal5:active:hover {
color: #c8c8c8;
}
.color_glossyTeal5h,
.hover_color_glossyTeal5h:hover,
.active_color_glossyTeal5h:active:hover {
color: #c8c8c8;
}
.color_glossyTeal5a,
.hover_color_glossyTeal5a:hover,
.active_color_glossyTeal5a:active:hover {
color: #c8c8c8;
}
.color_glossyTeal5s,
.hover_color_glossyTeal5s:hover,
.active_color_glossyTeal5s:active:hover {
color: #c8c8c8;
}
/* -------------------------- border color settings -----------------------------*/
.border_glossyTeal5,
.hover_border_glossyTeal5:hover,
.active_border_glossyTeal5:active:hover {
border-color: #006060 #006060 #006060 #006060;
}
.border_glossyTeal5h,
.hover_border_glossyTeal5h:hover,
.active_border_glossyTeal5h:active:hover {
border-color: #004e4e #004e4e #004e4e #004e4e;
}
.border_glossyTeal5a,
.hover_border_glossyTeal5a:hover,
.active_border_glossyTeal5a:active:hover {
border-color: #003c3c #003c3c #003c3c #003c3c;
}
.border_glossyTeal5s,
.hover_border_glossyTeal5s:hover,
.active_border_glossyTeal5s:active:hover {
border-color: #006060 #006060 #006060 #006060;
}
/* -------------------------- shadow expand settings --------------------------------*/
.shadow_expand_glossyTeal5,
.hover_shadow_expand_glossyTeal5:hover,
.active_shadow_expand_glossyTeal5:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(0, 120, 120, .39);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(0, 120, 120, .39);
box-shadow: 0em 0em 1em 0.25em rgba(0, 120, 120, .39);
}
.shadow_expand_glossyTeal5h,
.hover_shadow_expand_glossyTeal5h:hover,
.active_shadow_expand_glossyTeal5h:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(0, 144, 144, .50);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(0, 144, 144, .50);
box-shadow: 0em 0em 1em 0.25em rgba(0, 144, 144, .50);
}
.shadow_expand_glossyTeal5a,
.hover_shadow_expand_glossyTeal5a:hover,
.active_shadow_expand_glossyTeal5a:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(0, 108, 108, .63);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(0, 108, 108, .63);
box-shadow: 0em 0em 1em 0.25em rgba(0, 108, 108, .63);
}
.shadow_expand_glossyTeal5s,
.hover_shadow_expand_glossyTeal5s:hover,
.active_shadow_expand_glossyTeal5s:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(0, 108, 108, .71);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(0, 108, 108, .71);
box-shadow: 0em 0em 1em 0.25em rgba(0, 108, 108, .71);
}
/* -------------------------- shadow left settings --------------------------------*/
.shadow_left_glossyTeal5,
.hover_shadow_left_glossyTeal5:hover,
.active_shadow_left_glossyTeal5:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(0, 120, 120, .39);
-moz-box-shadow: -0.5em -0.5em 1em rgba(0, 120, 120, .39);
box-shadow: -0.5em -0.5em 1em rgba(0, 120, 120, .39);
}
.shadow_left_glossyTeal5h,
.hover_shadow_left_glossyTeal5h:hover,
.active_shadow_left_glossyTeal5h:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(0, 144, 144, .50);
-moz-box-shadow: -0.5em -0.5em 1em rgba(0, 144, 144, .50);
box-shadow: -0.5em -0.5em 1em rgba(0, 144, 144, .50);
}
.shadow_left_glossyTeal5a,
.hover_shadow_left_glossyTeal5a:hover,
.active_shadow_left_glossyTeal5a:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(0, 108, 108, .63);
-moz-box-shadow: -0.5em -0.5em 1em rgba(0, 108, 108, .63);
box-shadow: -0.5em -0.5em 1em rgba(0, 108, 108, .63);
}
.shadow_left_glossyTeal5s,
.hover_shadow_left_glossyTeal5s:hover,
.active_shadow_left_glossyTeal5s:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(0, 108, 108, .71);
-moz-box-shadow: -0.5em -0.5em 1em rgba(0, 108, 108, .71);
box-shadow: -0.5em -0.5em 1em rgba(0, 108, 108, .71);
}
/* -------------------------- shadow right settings --------------------------------*/
.shadow_right_glossyTeal5,
.hover_shadow_right_glossyTeal5:hover,
.active_shadow_right_glossyTeal5:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(0, 120, 120, .39);
-moz-box-shadow: 0.5em 0em 1em rgba(0, 120, 120, .39);
box-shadow: 0.5em 0em 1em rgba(0, 120, 120, .39);
}
.shadow_right_glossyTeal5h,
.hover_shadow_right_glossyTeal5h:hover,
.active_shadow_right_glossyTeal5h:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(0, 144, 144, .50);
-moz-box-shadow: 0.5em 0em 1em rgba(0, 144, 144, .50);
box-shadow: 0.5em 0em 1em rgba(0, 144, 144, .50);
}
.shadow_right_glossyTeal5a,
.hover_shadow_right_glossyTeal5a:hover,
.active_shadow_right_glossyTeal5a:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(0, 108, 108, .63);
-moz-box-shadow: 0.5em 0em 1em rgba(0, 108, 108, .63);
box-shadow: 0.5em 0em 1em rgba(0, 108, 108, .63);
}
.shadow_right_glossyTeal5s,
.hover_shadow_right_glossyTeal5s:hover,
.active_shadow_right_glossyTeal5s:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(0, 108, 108, .71);
-moz-box-shadow: 0.5em 0em 1em rgba(0, 108, 108, .71);
box-shadow: 0.5em 0em 1em rgba(0, 108, 108, .71);
}
/* -------------------------- shadow top settings --------------------------------*/
.shadow_top_glossyTeal5,
.hover_shadow_top_glossyTeal5:hover,
.active_shadow_top_glossyTeal5:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(0, 120, 120, .39);
-moz-box-shadow: 0em -0.5em 1em rgba(0, 120, 120, .39);
box-shadow: 0em -0.5em 1em rgba(0, 120, 120, .39);
}
.shadow_top_glossyTeal5h,
.hover_shadow_top_glossyTeal5h:hover,
.active_shadow_top_glossyTeal5h:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(0, 144, 144, .50);
-moz-box-shadow: 0em -0.5em 1em rgba(0, 144, 144, .50);
box-shadow: 0em -0.5em 1em rgba(0, 144, 144, .50);
}
.shadow_top_glossyTeal5a,
.hover_shadow_top_glossyTeal5a:hover,
.active_shadow_top_glossyTeal5a:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(0, 108, 108, .63);
-moz-box-shadow: 0em -0.5em 1em rgba(0, 108, 108, .63);
box-shadow: 0em -0.5em 1em rgba(0, 108, 108, .63);
}
.shadow_top_glossyTeal5s,
.hover_shadow_top_glossyTeal5s:hover,
.active_shadow_top_glossyTeal5s:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(0, 108, 108, .71);
-moz-box-shadow: 0em -0.5em 1em rgba(0, 108, 108, .71);
box-shadow: 0em -0.5em 1em rgba(0, 108, 108, .71);
}
/* -------------------------- shadow bottom settings --------------------------------*/
.shadow_bottom_glossyTeal5,
.hover_shadow_bottom_glossyTeal5:hover,
.active_shadow_bottom_glossyTeal5:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(0, 120, 120, .39);
-moz-box-shadow: 0em 0.5em 1em rgba(0, 120, 120, .39);
box-shadow: 0em 0.5em 1em rgba(0, 120, 120, .39);
}
.shadow_bottom_glossyTeal5h,
.hover_shadow_bottom_glossyTeal5h:hover,
.active_shadow_bottom_glossyTeal5h:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(0, 144, 144, .50);
-moz-box-shadow: 0em 0.5em 1em rgba(0, 144, 144, .50);
box-shadow: 0em 0.5em 1em rgba(0, 144, 144, .50);
}
.shadow_bottom_glossyTeal5a,
.hover_shadow_bottom_glossyTeal5a:hover,
.active_shadow_bottom_glossyTeal5a:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(0, 108, 108, .63);
-moz-box-shadow: 0em 0.5em 1em rgba(0, 108, 108, .63);
box-shadow: 0em 0.5em 1em rgba(0, 108, 108, .63);
}
.shadow_bottom_glossyTeal5s,
.hover_shadow_bottom_glossyTeal5s:hover,
.active_shadow_bottom_glossyTeal5s:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(0, 108, 108, .71);
-moz-box-shadow: 0em 0.5em 1em rgba(0, 108, 108, .71);
box-shadow: 0em 0.5em 1em rgba(0, 108, 108, .71);
}
/* -------------------------- shadow top_left settings --------------------------------*/
.shadow_top_left_glossyTeal5,
.hover_shadow_top_left_glossyTeal5:hover,
.active_shadow_top_left_glossyTeal5:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(0, 120, 120, .39);
-moz-box-shadow: -0.5em -0.5em 1em rgba(0, 120, 120, .39);
box-shadow: -0.5em -0.5em 1em rgba(0, 120, 120, .39);
}
.shadow_top_left_glossyTeal5h,
.hover_shadow_top_left_glossyTeal5h:hover,
.active_shadow_top_left_glossyTeal5h:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(0, 144, 144, .50);
-moz-box-shadow: -0.5em -0.5em 1em rgba(0, 144, 144, .50);
box-shadow: -0.5em -0.5em 1em rgba(0, 144, 144, .50);
}
.shadow_top_left_glossyTeal5a,
.hover_shadow_top_left_glossyTeal5a:hover,
.active_shadow_top_left_glossyTeal5a:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(0, 108, 108, .63);
-moz-box-shadow: -0.5em -0.5em 1em rgba(0, 108, 108, .63);
box-shadow: -0.5em -0.5em 1em rgba(0, 108, 108, .63);
}
.shadow_top_left_glossyTeal5s,
.hover_shadow_top_left_glossyTeal5s:hover,
.active_shadow_top_left_glossyTeal5s:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(0, 108, 108, .71);
-moz-box-shadow: -0.5em -0.5em 1em rgba(0, 108, 108, .71);
box-shadow: -0.5em -0.5em 1em rgba(0, 108, 108, .71);
}
/* -------------------------- shadow top_right settings --------------------------------*/
.shadow_top_right_glossyTeal5,
.hover_shadow_top_right_glossyTeal5:hover,
.active_shadow_top_right_glossyTeal5:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(0, 120, 120, .39);
-moz-box-shadow: 0.5em -0.5em 1em rgba(0, 120, 120, .39);
box-shadow: 0.5em -0.5em 1em rgba(0, 120, 120, .39);
}
.shadow_top_right_glossyTeal5h,
.hover_shadow_top_right_glossyTeal5h:hover,
.active_shadow_top_right_glossyTeal5h:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(0, 144, 144, .50);
-moz-box-shadow: 0.5em -0.5em 1em rgba(0, 144, 144, .50);
box-shadow: 0.5em -0.5em 1em rgba(0, 144, 144, .50);
}
.shadow_top_right_glossyTeal5a,
.hover_shadow_top_right_glossyTeal5a:hover,
.active_shadow_top_right_glossyTeal5a:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(0, 108, 108, .63);
-moz-box-shadow: 0.5em -0.5em 1em rgba(0, 108, 108, .63);
box-shadow: 0.5em -0.5em 1em rgba(0, 108, 108, .63);
}
.shadow_top_right_glossyTeal5s,
.hover_shadow_top_right_glossyTeal5s:hover,
.active_shadow_top_right_glossyTeal5s:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(0, 108, 108, .71);
-moz-box-shadow: 0.5em -0.5em 1em rgba(0, 108, 108, .71);
box-shadow: 0.5em -0.5em 1em rgba(0, 108, 108, .71);
}
/* -------------------------- shadow bottom_left settings --------------------------------*/
.shadow_bottom_left_glossyTeal5,
.hover_shadow_bottom_left_glossyTeal5:hover,
.active_shadow_bottom_left_glossyTeal5:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(0, 120, 120, .39);
-moz-box-shadow: -0.5em 0.5em 1em rgba(0, 120, 120, .39);
box-shadow: -0.5em 0.5em 1em rgba(0, 120, 120, .39);
}
.shadow_bottom_left_glossyTeal5h,
.hover_shadow_bottom_left_glossyTeal5h:hover,
.active_shadow_bottom_left_glossyTeal5h:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(0, 144, 144, .50);
-moz-box-shadow: -0.5em 0.5em 1em rgba(0, 144, 144, .50);
box-shadow: -0.5em 0.5em 1em rgba(0, 144, 144, .50);
}
.shadow_bottom_left_glossyTeal5a,
.hover_shadow_bottom_left_glossyTeal5a:hover,
.active_shadow_bottom_left_glossyTeal5a:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(0, 108, 108, .63);
-moz-box-shadow: -0.5em 0.5em 1em rgba(0, 108, 108, .63);
box-shadow: -0.5em 0.5em 1em rgba(0, 108, 108, .63);
}
.shadow_bottom_left_glossyTeal5s,
.hover_shadow_bottom_left_glossyTeal5s:hover,
.active_shadow_bottom_left_glossyTeal5s:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(0, 108, 108, .71);
-moz-box-shadow: -0.5em 0.5em 1em rgba(0, 108, 108, .71);
box-shadow: -0.5em 0.5em 1em rgba(0, 108, 108, .71);
}
/* -------------------------- shadow bottom_right settings --------------------------------*/
.shadow_bottom_right_glossyTeal5,
.hover_shadow_bottom_right_glossyTeal5:hover,
.active_shadow_bottom_right_glossyTeal5:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(0, 120, 120, .39);
-moz-box-shadow: 0.5em 0.5em 1em rgba(0, 120, 120, .39);
box-shadow: 0.5em 0.5em 1em rgba(0, 120, 120, .39);
}
.shadow_bottom_right_glossyTeal5h,
.hover_shadow_bottom_right_glossyTeal5h:hover,
.active_shadow_bottom_right_glossyTeal5h:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(0, 144, 144, .50);
-moz-box-shadow: 0.5em 0.5em 1em rgba(0, 144, 144, .50);
box-shadow: 0.5em 0.5em 1em rgba(0, 144, 144, .50);
}
.shadow_bottom_right_glossyTeal5a,
.hover_shadow_bottom_right_glossyTeal5a:hover,
.active_shadow_bottom_right_glossyTeal5a:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(0, 108, 108, .63);
-moz-box-shadow: 0.5em 0.5em 1em rgba(0, 108, 108, .63);
box-shadow: 0.5em 0.5em 1em rgba(0, 108, 108, .63);
}
.shadow_bottom_right_glossyTeal5s,
.hover_shadow_bottom_right_glossyTeal5s:hover,
.active_shadow_bottom_right_glossyTeal5s:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(0, 108, 108, .71);
-moz-box-shadow: 0.5em 0.5em 1em rgba(0, 108, 108, .71);
box-shadow: 0.5em 0.5em 1em rgba(0, 108, 108, .71);
} | widgets/common/assets/gradients/glossy/glossyTeal/glossyTeal5.css | .background_glossyTeal5,
.hover_background_glossyTeal5:hover,
.active_background_glossyTeal5:active:hover {
background: #007878;
background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, .30)), color-stop(50%, rgba(255, 255, 255, .00)), color-stop(51%, rgba(0, 0, 0, .10)), color-stop(100%, rgba(0, 0, 0, .04)));
background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -o-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -ms-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: linear-gradient(to bottom, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
}
.background_glossyTeal5h,
.hover_background_glossyTeal5h:hover,
.active_background_glossyTeal5h:active:hover {
background: #007878;
background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, .30)), color-stop(50%, rgba(255, 255, 255, .00)), color-stop(51%, rgba(0, 0, 0, .10)), color-stop(100%, rgba(0, 0, 0, .04)));
background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -o-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -ms-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: linear-gradient(to bottom, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
}
.background_glossyTeal5a,
.hover_background_glossyTeal5a:hover,
.active_background_glossyTeal5a:active:hover {
background: #007878;
background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .04) 0%, rgba(0, 0, 0, .10) 50%, rgba(255, 255, 255, .00) 51%, rgba(255, 255, 255, .30) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, .04)), color-stop(50%, rgba(0, 0, 0, .10)), color-stop(51%, rgba(255, 255, 255, .00)), color-stop(100%, rgba(255, 255, 255, .30)));
background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .04) 0%, rgba(0, 0, 0, .10) 50%, rgba(255, 255, 255, .00) 51%, rgba(255, 255, 255, .30) 100%);
background-image: -o-linear-gradient(top, rgba(0, 0, 0, .04) 0%, rgba(0, 0, 0, .10) 50%, rgba(255, 255, 255, .00) 51%, rgba(255, 255, 255, .30) 100%);
background-image: -ms-linear-gradient(top, rgba(0, 0, 0, .04) 0%, rgba(0, 0, 0, .10) 50%, rgba(255, 255, 255, .00) 51%, rgba(255, 255, 255, .30) 100%);
background-image: linear-gradient(to bottom, rgba(0, 0, 0, .04) 0%, rgba(0, 0, 0, .10) 50%, rgba(255, 255, 255, .00) 51%, rgba(255, 255, 255, .30) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff',GradientType=0 );
}
.background_glossyTeal5s,
.hover_background_glossyTeal5s:hover,
.active_background_glossyTeal5s:active:hover {
background: #007878;
background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, .30)), color-stop(50%, rgba(255, 255, 255, .00)), color-stop(51%, rgba(0, 0, 0, .10)), color-stop(100%, rgba(0, 0, 0, .04)));
background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -o-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -ms-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: linear-gradient(to bottom, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
}
.background_color_glossyTeal5,
.hover_background_color_glossyTeal5:hover,
.active_background_color_glossyTeal5:active:hover {
background-color:#007878;
}
.background_first_color_glossyTeal5,
.hover_background_first_color_glossyTeal5:hover,
.active_background_first_color_glossyTeal5:active:hover {
background-color:#ffffff;
}
.background_last_color_glossyTeal5,
.hover_background_last_color_glossyTeal5:hover,
.active_background_color_last_glossyTeal5:active:hover {
background-color:#000000;
}
/* ------------------------------ color settings -------------------------------*/
.color_glossyTeal5,
.hover_color_glossyTeal5:hover,
.active_color_glossyTeal5:active:hover {
color: #c8c8c8;
}
.color_glossyTeal5h,
.hover_color_glossyTeal5h:hover,
.active_color_glossyTeal5h:active:hover {
color: #c8c8c8;
}
.color_glossyTeal5a,
.hover_color_glossyTeal5a:hover,
.active_color_glossyTeal5a:active:hover {
color: #c8c8c8;
}
.color_glossyTeal5s,
.hover_color_glossyTeal5s:hover,
.active_color_glossyTeal5s:active:hover {
color: #c8c8c8;
}
/* -------------------------- border color settings -----------------------------*/
.border_glossyTeal5,
.hover_border_glossyTeal5:hover,
.active_border_glossyTeal5:active:hover {
border-color: #006060 #006060 #006060 #006060;
}
.border_glossyTeal5h,
.hover_border_glossyTeal5h:hover,
.active_border_glossyTeal5h:active:hover {
border-color: #004e4e #004e4e #004e4e #004e4e;
}
.border_glossyTeal5a,
.hover_border_glossyTeal5a:hover,
.active_border_glossyTeal5a:active:hover {
border-color: #003c3c #003c3c #003c3c #003c3c;
}
.border_glossyTeal5s,
.hover_border_glossyTeal5s:hover,
.active_border_glossyTeal5s:active:hover {
border-color: #006060 #006060 #006060 #006060;
}
/* -------------------------- shadow expand settings --------------------------------*/
.shadow_expand_glossyTeal5,
.hover_shadow_expand_glossyTeal5:hover,
.active_shadow_expand_glossyTeal5:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(0, 120, 120, .39);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(0, 120, 120, .39);
box-shadow: 0em 0em 1em 0.25em rgba(0, 120, 120, .39);
}
.shadow_expand_glossyTeal5h,
.hover_shadow_expand_glossyTeal5h:hover,
.active_shadow_expand_glossyTeal5h:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(0, 144, 144, .50);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(0, 144, 144, .50);
box-shadow: 0em 0em 1em 0.25em rgba(0, 144, 144, .50);
}
.shadow_expand_glossyTeal5a,
.hover_shadow_expand_glossyTeal5a:hover,
.active_shadow_expand_glossyTeal5a:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(0, 108, 108, .63);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(0, 108, 108, .63);
box-shadow: 0em 0em 1em 0.25em rgba(0, 108, 108, .63);
}
.shadow_expand_glossyTeal5s,
.hover_shadow_expand_glossyTeal5s:hover,
.active_shadow_expand_glossyTeal5s:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(0, 108, 108, .71);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(0, 108, 108, .71);
box-shadow: 0em 0em 1em 0.25em rgba(0, 108, 108, .71);
}
/* -------------------------- shadow left settings --------------------------------*/
.shadow_left_glossyTeal5,
.hover_shadow_left_glossyTeal5:hover,
.active_shadow_left_glossyTeal5:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(0, 120, 120, .39);
-moz-box-shadow: -0.5em -0.5em 1em rgba(0, 120, 120, .39);
box-shadow: -0.5em -0.5em 1em rgba(0, 120, 120, .39);
}
.shadow_left_glossyTeal5h,
.hover_shadow_left_glossyTeal5h:hover,
.active_shadow_left_glossyTeal5h:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(0, 144, 144, .50);
-moz-box-shadow: -0.5em -0.5em 1em rgba(0, 144, 144, .50);
box-shadow: -0.5em -0.5em 1em rgba(0, 144, 144, .50);
}
.shadow_left_glossyTeal5a,
.hover_shadow_left_glossyTeal5a:hover,
.active_shadow_left_glossyTeal5a:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(0, 108, 108, .63);
-moz-box-shadow: -0.5em -0.5em 1em rgba(0, 108, 108, .63);
box-shadow: -0.5em -0.5em 1em rgba(0, 108, 108, .63);
}
.shadow_left_glossyTeal5s,
.hover_shadow_left_glossyTeal5s:hover,
.active_shadow_left_glossyTeal5s:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(0, 108, 108, .71);
-moz-box-shadow: -0.5em -0.5em 1em rgba(0, 108, 108, .71);
box-shadow: -0.5em -0.5em 1em rgba(0, 108, 108, .71);
}
/* -------------------------- shadow right settings --------------------------------*/
.shadow_right_glossyTeal5,
.hover_shadow_right_glossyTeal5:hover,
.active_shadow_right_glossyTeal5:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(0, 120, 120, .39);
-moz-box-shadow: 0.5em 0em 1em rgba(0, 120, 120, .39);
box-shadow: 0.5em 0em 1em rgba(0, 120, 120, .39);
}
.shadow_right_glossyTeal5h,
.hover_shadow_right_glossyTeal5h:hover,
.active_shadow_right_glossyTeal5h:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(0, 144, 144, .50);
-moz-box-shadow: 0.5em 0em 1em rgba(0, 144, 144, .50);
box-shadow: 0.5em 0em 1em rgba(0, 144, 144, .50);
}
.shadow_right_glossyTeal5a,
.hover_shadow_right_glossyTeal5a:hover,
.active_shadow_right_glossyTeal5a:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(0, 108, 108, .63);
-moz-box-shadow: 0.5em 0em 1em rgba(0, 108, 108, .63);
box-shadow: 0.5em 0em 1em rgba(0, 108, 108, .63);
}
.shadow_right_glossyTeal5s,
.hover_shadow_right_glossyTeal5s:hover,
.active_shadow_right_glossyTeal5s:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(0, 108, 108, .71);
-moz-box-shadow: 0.5em 0em 1em rgba(0, 108, 108, .71);
box-shadow: 0.5em 0em 1em rgba(0, 108, 108, .71);
}
/* -------------------------- shadow top settings --------------------------------*/
.shadow_top_glossyTeal5,
.hover_shadow_top_glossyTeal5:hover,
.active_shadow_top_glossyTeal5:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(0, 120, 120, .39);
-moz-box-shadow: 0em -0.5em 1em rgba(0, 120, 120, .39);
box-shadow: 0em -0.5em 1em rgba(0, 120, 120, .39);
}
.shadow_top_glossyTeal5h,
.hover_shadow_top_glossyTeal5h:hover,
.active_shadow_top_glossyTeal5h:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(0, 144, 144, .50);
-moz-box-shadow: 0em -0.5em 1em rgba(0, 144, 144, .50);
box-shadow: 0em -0.5em 1em rgba(0, 144, 144, .50);
}
.shadow_top_glossyTeal5a,
.hover_shadow_top_glossyTeal5a:hover,
.active_shadow_top_glossyTeal5a:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(0, 108, 108, .63);
-moz-box-shadow: 0em -0.5em 1em rgba(0, 108, 108, .63);
box-shadow: 0em -0.5em 1em rgba(0, 108, 108, .63);
}
.shadow_top_glossyTeal5s,
.hover_shadow_top_glossyTeal5s:hover,
.active_shadow_top_glossyTeal5s:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(0, 108, 108, .71);
-moz-box-shadow: 0em -0.5em 1em rgba(0, 108, 108, .71);
box-shadow: 0em -0.5em 1em rgba(0, 108, 108, .71);
}
/* -------------------------- shadow bottom settings --------------------------------*/
.shadow_bottom_glossyTeal5,
.hover_shadow_bottom_glossyTeal5:hover,
.active_shadow_bottom_glossyTeal5:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(0, 120, 120, .39);
-moz-box-shadow: 0em 0.5em 1em rgba(0, 120, 120, .39);
box-shadow: 0em 0.5em 1em rgba(0, 120, 120, .39);
}
.shadow_bottom_glossyTeal5h,
.hover_shadow_bottom_glossyTeal5h:hover,
.active_shadow_bottom_glossyTeal5h:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(0, 144, 144, .50);
-moz-box-shadow: 0em 0.5em 1em rgba(0, 144, 144, .50);
box-shadow: 0em 0.5em 1em rgba(0, 144, 144, .50);
}
.shadow_bottom_glossyTeal5a,
.hover_shadow_bottom_glossyTeal5a:hover,
.active_shadow_bottom_glossyTeal5a:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(0, 108, 108, .63);
-moz-box-shadow: 0em 0.5em 1em rgba(0, 108, 108, .63);
box-shadow: 0em 0.5em 1em rgba(0, 108, 108, .63);
}
.shadow_bottom_glossyTeal5s,
.hover_shadow_bottom_glossyTeal5s:hover,
.active_shadow_bottom_glossyTeal5s:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(0, 108, 108, .71);
-moz-box-shadow: 0em 0.5em 1em rgba(0, 108, 108, .71);
box-shadow: 0em 0.5em 1em rgba(0, 108, 108, .71);
}
/* -------------------------- shadow top_left settings --------------------------------*/
.shadow_top_left_glossyTeal5,
.hover_shadow_top_left_glossyTeal5:hover,
.active_shadow_top_left_glossyTeal5:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(0, 120, 120, .39);
-moz-box-shadow: -0.5em -0.5em 1em rgba(0, 120, 120, .39);
box-shadow: -0.5em -0.5em 1em rgba(0, 120, 120, .39);
}
.shadow_top_left_glossyTeal5h,
.hover_shadow_top_left_glossyTeal5h:hover,
.active_shadow_top_left_glossyTeal5h:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(0, 144, 144, .50);
-moz-box-shadow: -0.5em -0.5em 1em rgba(0, 144, 144, .50);
box-shadow: -0.5em -0.5em 1em rgba(0, 144, 144, .50);
}
.shadow_top_left_glossyTeal5a,
.hover_shadow_top_left_glossyTeal5a:hover,
.active_shadow_top_left_glossyTeal5a:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(0, 108, 108, .63);
-moz-box-shadow: -0.5em -0.5em 1em rgba(0, 108, 108, .63);
box-shadow: -0.5em -0.5em 1em rgba(0, 108, 108, .63);
}
.shadow_top_left_glossyTeal5s,
.hover_shadow_top_left_glossyTeal5s:hover,
.active_shadow_top_left_glossyTeal5s:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(0, 108, 108, .71);
-moz-box-shadow: -0.5em -0.5em 1em rgba(0, 108, 108, .71);
box-shadow: -0.5em -0.5em 1em rgba(0, 108, 108, .71);
}
/* -------------------------- shadow top_right settings --------------------------------*/
.shadow_top_right_glossyTeal5,
.hover_shadow_top_right_glossyTeal5:hover,
.active_shadow_top_right_glossyTeal5:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(0, 120, 120, .39);
-moz-box-shadow: 0.5em -0.5em 1em rgba(0, 120, 120, .39);
box-shadow: 0.5em -0.5em 1em rgba(0, 120, 120, .39);
}
.shadow_top_right_glossyTeal5h,
.hover_shadow_top_right_glossyTeal5h:hover,
.active_shadow_top_right_glossyTeal5h:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(0, 144, 144, .50);
-moz-box-shadow: 0.5em -0.5em 1em rgba(0, 144, 144, .50);
box-shadow: 0.5em -0.5em 1em rgba(0, 144, 144, .50);
}
.shadow_top_right_glossyTeal5a,
.hover_shadow_top_right_glossyTeal5a:hover,
.active_shadow_top_right_glossyTeal5a:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(0, 108, 108, .63);
-moz-box-shadow: 0.5em -0.5em 1em rgba(0, 108, 108, .63);
box-shadow: 0.5em -0.5em 1em rgba(0, 108, 108, .63);
}
.shadow_top_right_glossyTeal5s,
.hover_shadow_top_right_glossyTeal5s:hover,
.active_shadow_top_right_glossyTeal5s:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(0, 108, 108, .71);
-moz-box-shadow: 0.5em -0.5em 1em rgba(0, 108, 108, .71);
box-shadow: 0.5em -0.5em 1em rgba(0, 108, 108, .71);
}
/* -------------------------- shadow bottom_left settings --------------------------------*/
.shadow_bottom_left_glossyTeal5,
.hover_shadow_bottom_left_glossyTeal5:hover,
.active_shadow_bottom_left_glossyTeal5:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(0, 120, 120, .39);
-moz-box-shadow: -0.5em 0.5em 1em rgba(0, 120, 120, .39);
box-shadow: -0.5em 0.5em 1em rgba(0, 120, 120, .39);
}
.shadow_bottom_left_glossyTeal5h,
.hover_shadow_bottom_left_glossyTeal5h:hover,
.active_shadow_bottom_left_glossyTeal5h:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(0, 144, 144, .50);
-moz-box-shadow: -0.5em 0.5em 1em rgba(0, 144, 144, .50);
box-shadow: -0.5em 0.5em 1em rgba(0, 144, 144, .50);
}
.shadow_bottom_left_glossyTeal5a,
.hover_shadow_bottom_left_glossyTeal5a:hover,
.active_shadow_bottom_left_glossyTeal5a:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(0, 108, 108, .63);
-moz-box-shadow: -0.5em 0.5em 1em rgba(0, 108, 108, .63);
box-shadow: -0.5em 0.5em 1em rgba(0, 108, 108, .63);
}
.shadow_bottom_left_glossyTeal5s,
.hover_shadow_bottom_left_glossyTeal5s:hover,
.active_shadow_bottom_left_glossyTeal5s:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(0, 108, 108, .71);
-moz-box-shadow: -0.5em 0.5em 1em rgba(0, 108, 108, .71);
box-shadow: -0.5em 0.5em 1em rgba(0, 108, 108, .71);
}
/* -------------------------- shadow bottom_right settings --------------------------------*/
.shadow_bottom_right_glossyTeal5,
.hover_shadow_bottom_right_glossyTeal5:hover,
.active_shadow_bottom_right_glossyTeal5:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(0, 120, 120, .39);
-moz-box-shadow: 0.5em 0.5em 1em rgba(0, 120, 120, .39);
box-shadow: 0.5em 0.5em 1em rgba(0, 120, 120, .39);
}
.shadow_bottom_right_glossyTeal5h,
.hover_shadow_bottom_right_glossyTeal5h:hover,
.active_shadow_bottom_right_glossyTeal5h:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(0, 144, 144, .50);
-moz-box-shadow: 0.5em 0.5em 1em rgba(0, 144, 144, .50);
box-shadow: 0.5em 0.5em 1em rgba(0, 144, 144, .50);
}
.shadow_bottom_right_glossyTeal5a,
.hover_shadow_bottom_right_glossyTeal5a:hover,
.active_shadow_bottom_right_glossyTeal5a:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(0, 108, 108, .63);
-moz-box-shadow: 0.5em 0.5em 1em rgba(0, 108, 108, .63);
box-shadow: 0.5em 0.5em 1em rgba(0, 108, 108, .63);
}
.shadow_bottom_right_glossyTeal5s,
.hover_shadow_bottom_right_glossyTeal5s:hover,
.active_shadow_bottom_right_glossyTeal5s:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(0, 108, 108, .71);
-moz-box-shadow: 0.5em 0.5em 1em rgba(0, 108, 108, .71);
box-shadow: 0.5em 0.5em 1em rgba(0, 108, 108, .71);
} | 0.452536 | 0.080647 |
* {margin:0; padding: 0}
body::before {
position: fixed;
top: 0;
left: 0;
z-index: -1;
width: 100%;
height: 100%;
background: inherit;
background-position: center bottom;
background-attachment: fixed;
background-size: cover;
content: "";
transform: scale(1.1);
-webkit-filter: blur(20px);
filter: blur(20px);
}
body::after {
content: '';
position: fixed;
top: 0;
left: 0;
z-index: -1;
width: 100%;
height: 100%;
background-color: rgba(var(--primary-darker), 0.4);
}
body {
--background-image: 'url(/demo/default-bg.jpg)';
--primary-dark : 38, 54, 70;
--primary-darker : 15, 35, 46;
--primary-dark-accent : 78, 93, 108;
--primary-light: 78, 93, 107;
--primary-accent: 3, 216, 245;
--topbar-height: 70px;
--left-menu-width: 258px;
--text-color: 255, 255, 255;
--z-index-for-fullscreen:2147483648;
background: no-repeat fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
width: 100%;
min-height: 100%;
margin:0;
transition: background-image 1s ease-in-out;
-moz-transition: background-image 1s ease-in-out;
-webkit-transition: background-image 1s ease-in-out;
-ms-transition: background-image 1s ease-in-out;
-o-transition: background-image 1s ease-in-out;
color: white;
}
#root .main-content {
padding: 50px;
margin: var(--topbar-height) 1rem 1rem 1rem;
-webkit-transition: 300ms ease all;
transition: 300ms ease all;
display: inline-block;
width:calc(100vw - var(--left-menu-width));
max-width: calc(100vw - var(--left-menu-width));
}
#root .main-content .widget {
margin-bottom: 30px;
}
#root .main-content.main-menu-visible {
margin: var(--topbar-height) 1rem 1rem var(--left-menu-width);
}
#root .ui.topbar .menu-title{
text-transform: capitalize;
}
#root .ui.topbar {
background-color: rgba(var(--primary-dark), 0.8);
border: none;
min-height: var(--topbar-height);
max-height: var(--topbar-height);
max-width: 100vw;
width: 100vw;
position: fixed;
top:0;
right:0;
left:0;
z-index: 3;
-webkit-transition: 300ms ease all;
transition: 300ms ease all;
}
#root .ui.topbar.main-menu-visible {
left:var(--left-menu-width);
width:calc(100vw - var(--left-menu-width));
max-width: calc(100vw - var(--left-menu-width));
}
#root .ui.attached.menu:not(.tabular) {
border: none;
}
#root .ui.menu .sidebar-content .item {
padding-left: 25px;
padding-right: 25px;
}
#root .ui.menu .sidebar-content .item i {
margin-top:-1px;
float:left;
margin-right:25px;
}
#root .ui.left.sidebar {
-webkit-transition: 300ms ease all;
transition: 300ms ease all;
}
#root .ui.menu .header {
padding-left: 15px;
padding-top: 20px;
padding-bottom: 20px;
color: #676767;
font-weight: bold;
font-size: 1.2rem;
}
#root .ui.vertical.menu .item:before, #root .ui.menu .item:before {
background: transparent;
}
#root .ui.menu .item, #root .ui.topbar .item.ui {
border: none;
}
#root .ui.menu .item.active i {
color: rgb(var(--primary-accent));
}
#root .ui.menu .item.active {
border-right: 3px solid rgb(var(--primary-accent));
color: rgb(var(--primary-accent));
font-weight: 700;
background: transparent;
}
#root .ui.vertical.menu:before, #root .ui.topbar:before {
position: absolute;
top: 0;
left: 0;
z-index: -1;
width: 100%;
height: 100%;
background: inherit;
background-position: center bottom;
background-attachment: fixed;
background-size: cover;
content: "";
-webkit-filter: blur(1px);
filter: blur(1px);
}
#root .ui.vertical.menu {
background-color: rgba(var(--primary-dark), 0.6);
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
#root .sidebar-content .header-logo img {
vertical-align: middle;
display: inline;
margin-right: 15px;
box-shadow: none;
}
#root .sidebar-content .header-logo {
background-color: rgba(var(--primary-darker), 0.6);
font-size: 1.3rem;
font-weight: bold;
padding-left: 20px !important;
padding-right: 0 !important;
margin-bottom: 30px;
min-height: var(--topbar-height);
}
#root .ui.card.media-item .header {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
#root .ui.card.media-item {
border: none;
background-color: transparent;
border-radius: 0;
box-shadow: none;
-webkit-box-shadow: none;
}
#root .ui.card.media-item img, #root .ui.card.media-item>:first-child {
border-radius: 0 !important;
}
#root .ui.card.media-item .content {
padding: 1em 0;
}
#root .card.media-item .content .header {
font-weight: 200;
font-size: 1rem;
}
#root .meta {
color: rgba(var(--text-color),.4);
}
#root .card.media-item .media-item-image-container {
position: relative;
-webkit-box-shadow: 0.5px 0.5px 0.5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0.5px 0.5px 0.5px 0px rgba(0,0,0,0.75);
box-shadow: 0.5px 0.5px 0.5px 0px rgba(0,0,0,0.75);
}
#root .card.media-item .media-item-image-container:hover > div.media-item-hover {
opacity: 1;
}
#root .card.media-item .media-item-hover {
position: absolute;
top:0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(var(--primary-light), 0.8);
opacity: 0;
text-align: center;
transition: opacity 0.3s ease;
}
#root .card.media-item .media-item-hover .media-item-play-icon {
position: absolute;
display: block;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
width: 42px;
height: 42px;
border-radius: 50%;
border: 3px solid rgba(255,255,255, 0.8);
color: hsla(0,0%,100%,.7);
font-size: 20px;
text-align: center;
}
#root .card.media-item .media-item-hover .media-item-play-icon:hover {
border-color: rgba(var(--primary-accent), 0.8);
background-color: rgba(var(--primary-accent), 0.8);
}
#root .card.media-item .media-item-hover .media-item-play-icon .icon, #root .card.media-item .media-item-hover .media-item-play-icon .icon:before {
position: absolute;
display: block;
top: 48%;
left: 50%;
-webkit-transform: translate(-45%,-45%);
transform: translate(-45%,-45%);
}
#root .settings .ui.card, #root .settings .ui.card {
margin-right:50px;
}
#root .settings .ui.card, #root .settings .ui.card .description input {
background-color: rgba(255, 255, 255,.5);
border-color: transparent;
}
#root .settings .ui.card .header, #root .settings .ui.card .meta {
text-align: center;
}
#root .settings .ui.card .description input:hover {
cursor: pointer;
border: 1px solid rgba(var(--primary-darker), 0.7);
}
.ui.page .ui.modal {
top: 33%;
}
.path-selector-trigger input:hover {
cursor: pointer;
border: 1px solid rgba(var(--primary-darker), 0.7);
}
.ui.modals .path-selector .path-list {
max-height: 30vh;
overflow: auto;
}
.ui.modals .library-edit .item.disabled .header, .ui.modals .library-edit .item.disabled i.icon {
color: rgba(255, 255, 255, 0.1) !important
}
.library-edit .library-type i.icon.tv:before {
margin-left: 6px;
}
#root .media-page .media-page-segment {
margin-bottom: 30px;
}
#root .media-page .media-page-segment .ui.tiny.progress,
#root .media-page .media-page-segment .ui.tiny.progress .bar {
height: 3px;
}
#root .media-page .media-page-segment .ui.tiny.progress .bar {
background-color: rgba(var(--primary-accent), 1);
}
#root .media-page .meta-right {
text-align: right
}
#root .ui.menu {
background-color: rgba(var(--primary-dark), 0.7);
}
#root .ui.menu .item:hover{
background-color: rgba(var(--primary-light), 0.7);
}
#root .ui.menu .ui.button {
background-color: transparent;
}
#root .video-player {
width: 100vw;
height: 100vh;
}
#root .player-wrapper {
width: 100%;
height: 100%;
background-color: black;
}
#root .video-player .header-bar span {
text-align: center;
width: 100%;
display: inline-block;
font-weight: bold;
margin-top: 15px;
}
#root .video-player .header-bar .button:hover {
background-color: rgba(var(--primary-light), 0.5);
}
#root .video-player .header-bar .button {
background-color: transparent;
}
#root .video-player .header-bar {
position: fixed;
top: 0;
left: 0;
width: 100vw;
z-index: var(--z-index-for-fullscreen);
background-color: rgba(var(--primary-dark), 0.7);
height:60px;
padding: 8px;
color: rgba(255,255,255, 0.7);
-webkit-transition: 500ms ease all;
transition: 500ms ease all;
}
#root .video-player .control-bar {
position: fixed;
bottom: 0;
left: 0;
width: 100vw;
z-index: var(--z-index-for-fullscreen);
background-color: rgba(var(--primary-dark), 0.7);
-webkit-transition: 500ms ease all;
transition: 500ms ease all;
}
#root .video-player .control-bar.hidden {
visibility: hidden;
}
#root .video-player .header-bar.hidden {
visibility: hidden;
}
#root .video-player .controls {
padding:20px;
}
#root .video-player .controls .time {
width: 100%;
text-align: center;
opacity: 0.5;
margin-top:10px;
}
#root .video-player .controls .button{
background-color: transparent;
}
#root .video-player .controls .button:hover{
background-color: rgba(var(--primary-light), 0.5);
}
#root .video-player .control-bar .buffered-progress .bar {
background-color: rgb(var(--primary-accent));
} | frontend/src/App.css | * {margin:0; padding: 0}
body::before {
position: fixed;
top: 0;
left: 0;
z-index: -1;
width: 100%;
height: 100%;
background: inherit;
background-position: center bottom;
background-attachment: fixed;
background-size: cover;
content: "";
transform: scale(1.1);
-webkit-filter: blur(20px);
filter: blur(20px);
}
body::after {
content: '';
position: fixed;
top: 0;
left: 0;
z-index: -1;
width: 100%;
height: 100%;
background-color: rgba(var(--primary-darker), 0.4);
}
body {
--background-image: 'url(/demo/default-bg.jpg)';
--primary-dark : 38, 54, 70;
--primary-darker : 15, 35, 46;
--primary-dark-accent : 78, 93, 108;
--primary-light: 78, 93, 107;
--primary-accent: 3, 216, 245;
--topbar-height: 70px;
--left-menu-width: 258px;
--text-color: 255, 255, 255;
--z-index-for-fullscreen:2147483648;
background: no-repeat fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
width: 100%;
min-height: 100%;
margin:0;
transition: background-image 1s ease-in-out;
-moz-transition: background-image 1s ease-in-out;
-webkit-transition: background-image 1s ease-in-out;
-ms-transition: background-image 1s ease-in-out;
-o-transition: background-image 1s ease-in-out;
color: white;
}
#root .main-content {
padding: 50px;
margin: var(--topbar-height) 1rem 1rem 1rem;
-webkit-transition: 300ms ease all;
transition: 300ms ease all;
display: inline-block;
width:calc(100vw - var(--left-menu-width));
max-width: calc(100vw - var(--left-menu-width));
}
#root .main-content .widget {
margin-bottom: 30px;
}
#root .main-content.main-menu-visible {
margin: var(--topbar-height) 1rem 1rem var(--left-menu-width);
}
#root .ui.topbar .menu-title{
text-transform: capitalize;
}
#root .ui.topbar {
background-color: rgba(var(--primary-dark), 0.8);
border: none;
min-height: var(--topbar-height);
max-height: var(--topbar-height);
max-width: 100vw;
width: 100vw;
position: fixed;
top:0;
right:0;
left:0;
z-index: 3;
-webkit-transition: 300ms ease all;
transition: 300ms ease all;
}
#root .ui.topbar.main-menu-visible {
left:var(--left-menu-width);
width:calc(100vw - var(--left-menu-width));
max-width: calc(100vw - var(--left-menu-width));
}
#root .ui.attached.menu:not(.tabular) {
border: none;
}
#root .ui.menu .sidebar-content .item {
padding-left: 25px;
padding-right: 25px;
}
#root .ui.menu .sidebar-content .item i {
margin-top:-1px;
float:left;
margin-right:25px;
}
#root .ui.left.sidebar {
-webkit-transition: 300ms ease all;
transition: 300ms ease all;
}
#root .ui.menu .header {
padding-left: 15px;
padding-top: 20px;
padding-bottom: 20px;
color: #676767;
font-weight: bold;
font-size: 1.2rem;
}
#root .ui.vertical.menu .item:before, #root .ui.menu .item:before {
background: transparent;
}
#root .ui.menu .item, #root .ui.topbar .item.ui {
border: none;
}
#root .ui.menu .item.active i {
color: rgb(var(--primary-accent));
}
#root .ui.menu .item.active {
border-right: 3px solid rgb(var(--primary-accent));
color: rgb(var(--primary-accent));
font-weight: 700;
background: transparent;
}
#root .ui.vertical.menu:before, #root .ui.topbar:before {
position: absolute;
top: 0;
left: 0;
z-index: -1;
width: 100%;
height: 100%;
background: inherit;
background-position: center bottom;
background-attachment: fixed;
background-size: cover;
content: "";
-webkit-filter: blur(1px);
filter: blur(1px);
}
#root .ui.vertical.menu {
background-color: rgba(var(--primary-dark), 0.6);
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
#root .sidebar-content .header-logo img {
vertical-align: middle;
display: inline;
margin-right: 15px;
box-shadow: none;
}
#root .sidebar-content .header-logo {
background-color: rgba(var(--primary-darker), 0.6);
font-size: 1.3rem;
font-weight: bold;
padding-left: 20px !important;
padding-right: 0 !important;
margin-bottom: 30px;
min-height: var(--topbar-height);
}
#root .ui.card.media-item .header {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
#root .ui.card.media-item {
border: none;
background-color: transparent;
border-radius: 0;
box-shadow: none;
-webkit-box-shadow: none;
}
#root .ui.card.media-item img, #root .ui.card.media-item>:first-child {
border-radius: 0 !important;
}
#root .ui.card.media-item .content {
padding: 1em 0;
}
#root .card.media-item .content .header {
font-weight: 200;
font-size: 1rem;
}
#root .meta {
color: rgba(var(--text-color),.4);
}
#root .card.media-item .media-item-image-container {
position: relative;
-webkit-box-shadow: 0.5px 0.5px 0.5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0.5px 0.5px 0.5px 0px rgba(0,0,0,0.75);
box-shadow: 0.5px 0.5px 0.5px 0px rgba(0,0,0,0.75);
}
#root .card.media-item .media-item-image-container:hover > div.media-item-hover {
opacity: 1;
}
#root .card.media-item .media-item-hover {
position: absolute;
top:0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(var(--primary-light), 0.8);
opacity: 0;
text-align: center;
transition: opacity 0.3s ease;
}
#root .card.media-item .media-item-hover .media-item-play-icon {
position: absolute;
display: block;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
width: 42px;
height: 42px;
border-radius: 50%;
border: 3px solid rgba(255,255,255, 0.8);
color: hsla(0,0%,100%,.7);
font-size: 20px;
text-align: center;
}
#root .card.media-item .media-item-hover .media-item-play-icon:hover {
border-color: rgba(var(--primary-accent), 0.8);
background-color: rgba(var(--primary-accent), 0.8);
}
#root .card.media-item .media-item-hover .media-item-play-icon .icon, #root .card.media-item .media-item-hover .media-item-play-icon .icon:before {
position: absolute;
display: block;
top: 48%;
left: 50%;
-webkit-transform: translate(-45%,-45%);
transform: translate(-45%,-45%);
}
#root .settings .ui.card, #root .settings .ui.card {
margin-right:50px;
}
#root .settings .ui.card, #root .settings .ui.card .description input {
background-color: rgba(255, 255, 255,.5);
border-color: transparent;
}
#root .settings .ui.card .header, #root .settings .ui.card .meta {
text-align: center;
}
#root .settings .ui.card .description input:hover {
cursor: pointer;
border: 1px solid rgba(var(--primary-darker), 0.7);
}
.ui.page .ui.modal {
top: 33%;
}
.path-selector-trigger input:hover {
cursor: pointer;
border: 1px solid rgba(var(--primary-darker), 0.7);
}
.ui.modals .path-selector .path-list {
max-height: 30vh;
overflow: auto;
}
.ui.modals .library-edit .item.disabled .header, .ui.modals .library-edit .item.disabled i.icon {
color: rgba(255, 255, 255, 0.1) !important
}
.library-edit .library-type i.icon.tv:before {
margin-left: 6px;
}
#root .media-page .media-page-segment {
margin-bottom: 30px;
}
#root .media-page .media-page-segment .ui.tiny.progress,
#root .media-page .media-page-segment .ui.tiny.progress .bar {
height: 3px;
}
#root .media-page .media-page-segment .ui.tiny.progress .bar {
background-color: rgba(var(--primary-accent), 1);
}
#root .media-page .meta-right {
text-align: right
}
#root .ui.menu {
background-color: rgba(var(--primary-dark), 0.7);
}
#root .ui.menu .item:hover{
background-color: rgba(var(--primary-light), 0.7);
}
#root .ui.menu .ui.button {
background-color: transparent;
}
#root .video-player {
width: 100vw;
height: 100vh;
}
#root .player-wrapper {
width: 100%;
height: 100%;
background-color: black;
}
#root .video-player .header-bar span {
text-align: center;
width: 100%;
display: inline-block;
font-weight: bold;
margin-top: 15px;
}
#root .video-player .header-bar .button:hover {
background-color: rgba(var(--primary-light), 0.5);
}
#root .video-player .header-bar .button {
background-color: transparent;
}
#root .video-player .header-bar {
position: fixed;
top: 0;
left: 0;
width: 100vw;
z-index: var(--z-index-for-fullscreen);
background-color: rgba(var(--primary-dark), 0.7);
height:60px;
padding: 8px;
color: rgba(255,255,255, 0.7);
-webkit-transition: 500ms ease all;
transition: 500ms ease all;
}
#root .video-player .control-bar {
position: fixed;
bottom: 0;
left: 0;
width: 100vw;
z-index: var(--z-index-for-fullscreen);
background-color: rgba(var(--primary-dark), 0.7);
-webkit-transition: 500ms ease all;
transition: 500ms ease all;
}
#root .video-player .control-bar.hidden {
visibility: hidden;
}
#root .video-player .header-bar.hidden {
visibility: hidden;
}
#root .video-player .controls {
padding:20px;
}
#root .video-player .controls .time {
width: 100%;
text-align: center;
opacity: 0.5;
margin-top:10px;
}
#root .video-player .controls .button{
background-color: transparent;
}
#root .video-player .controls .button:hover{
background-color: rgba(var(--primary-light), 0.5);
}
#root .video-player .control-bar .buffered-progress .bar {
background-color: rgb(var(--primary-accent));
} | 0.411584 | 0.080069 |
@charset "UTF-8";
html {
height: 100%;
}
body {
height: 100%;
min-height: 100%;
overflow: auto;
font-family: 'HelveticaNeue';
color:#555555;
font-size: 14pt;
padding:0px 10px 0px 10px;
margin:0px;
}
#title {
font-size: 18pt;
font-family: 'HelveticaNeue';
font-weight: bold;
}
h3, p {
margin: 0;
}
img{
max-width:100%;
height:auto;
/* opacity:0.7*/
}
#editor {
-webkit-user-select: auto !important;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-overflow-scrolling: touch;
width: 100%;height: 100%;
overflow: auto;
}
#editor:focus, #title:focus {
outline: 0px solid transparent;
}
.placeholder {
position: relative;
}
.placeholder[placeholder]:after {
content: attr(placeholder);
position: absolute;
top: 0px;
color: #cccccc;
}
#editor {
min-height: 100%;
height: 100%;
overflow: auto;
display: block;
}
blockquote{
background: rgb(247,247,247);
padding: 15px 10px;
margin: 10px 10px 10px 0px;
border-left: 6px solid rgb(180,180,180);
}
span.img_container {
top:10px;
margin:15px 0px 15px 0px;
position: relative;
display: inline-block;
-webkit-user-select: none;
}
/*span.img_container.failed {*/
/* overflow: hidden;*/
/*}*/
progress.wp_media_indicator {
/* Reset the default appearance */
-webkit-appearance: none;
-webkit-user-select: none;
appearance: none;
position: absolute;
top:-2pt; height:2pt;
left:0px; width:100%;
}
progress.wp_media_indicator::-webkit-progress-bar {
background-color: rgba(232,240,247,1.0);
}
progress.wp_media_indicator::-webkit-progress-value {
background-color:rgba(0,135,190,1.0);
}
progress.wp_media_indicator.failed::-webkit-progress-bar {
background-color: rgba(232,232,232,1.0);
}
progress.wp_media_indicator.failed::-webkit-progress-value {
background-color:rgba(135,135,135,1.0);
}
span.img_container.failed::before {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
left:0%;
text-align: center;
color: white;
width:100%;
height:85px;
opacity:1;
z-index:10;
-webkit-user-select: none;
pointer-events: none;
content:"";
background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="60" height="60" viewBox="0 0 124 124"><circle fill="none" stroke="#FFFFFF" stroke-width="4" cx="62" cy="62" r="60"></circle><path d="M79.0637899,40.93125 C74.1838649,36.0375 67.4465291,33 59.9831144,33 C45.0562852,33 33,45.0825 33,60 C33,74.9175 45.0562852,87 59.9831144,87 C72.5628518,87 83.0994371,78.39375 86.0881801,66.75 L79.0637899,66.75 C76.2776735,74.61375 68.8142589,80.25 59.9831144,80.25 C48.7879925,80.25 39.7204503,71.188125 39.7204503,60 C39.7204503,48.811875 48.7879925,39.75 59.9831144,39.75 C65.5722326,39.75 70.587242,42.07875 74.2514071,45.740625 L63.3602251,56.625 L87,56.625 L87,33 L79.0637899,40.93125 L79.0637899,40.93125 Z" fill="#FFFFFF" ></path></svg>') no-repeat center top;
}
#separatorDiv {
margin-right: 10px;
}
#editor:focus, #title:focus {
outline: 0px solid transparent;
}
#title {
min-height: 32px;
-webkit-user-select: auto !important;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#title p {
padding: 0;
margin: 0;
min-height: 32px;
line-height: 32px;
} | RichEditorView/Assets/editor/style.css | @charset "UTF-8";
html {
height: 100%;
}
body {
height: 100%;
min-height: 100%;
overflow: auto;
font-family: 'HelveticaNeue';
color:#555555;
font-size: 14pt;
padding:0px 10px 0px 10px;
margin:0px;
}
#title {
font-size: 18pt;
font-family: 'HelveticaNeue';
font-weight: bold;
}
h3, p {
margin: 0;
}
img{
max-width:100%;
height:auto;
/* opacity:0.7*/
}
#editor {
-webkit-user-select: auto !important;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-overflow-scrolling: touch;
width: 100%;height: 100%;
overflow: auto;
}
#editor:focus, #title:focus {
outline: 0px solid transparent;
}
.placeholder {
position: relative;
}
.placeholder[placeholder]:after {
content: attr(placeholder);
position: absolute;
top: 0px;
color: #cccccc;
}
#editor {
min-height: 100%;
height: 100%;
overflow: auto;
display: block;
}
blockquote{
background: rgb(247,247,247);
padding: 15px 10px;
margin: 10px 10px 10px 0px;
border-left: 6px solid rgb(180,180,180);
}
span.img_container {
top:10px;
margin:15px 0px 15px 0px;
position: relative;
display: inline-block;
-webkit-user-select: none;
}
/*span.img_container.failed {*/
/* overflow: hidden;*/
/*}*/
progress.wp_media_indicator {
/* Reset the default appearance */
-webkit-appearance: none;
-webkit-user-select: none;
appearance: none;
position: absolute;
top:-2pt; height:2pt;
left:0px; width:100%;
}
progress.wp_media_indicator::-webkit-progress-bar {
background-color: rgba(232,240,247,1.0);
}
progress.wp_media_indicator::-webkit-progress-value {
background-color:rgba(0,135,190,1.0);
}
progress.wp_media_indicator.failed::-webkit-progress-bar {
background-color: rgba(232,232,232,1.0);
}
progress.wp_media_indicator.failed::-webkit-progress-value {
background-color:rgba(135,135,135,1.0);
}
span.img_container.failed::before {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
left:0%;
text-align: center;
color: white;
width:100%;
height:85px;
opacity:1;
z-index:10;
-webkit-user-select: none;
pointer-events: none;
content:"";
background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="60" height="60" viewBox="0 0 124 124"><circle fill="none" stroke="#FFFFFF" stroke-width="4" cx="62" cy="62" r="60"></circle><path d="M79.0637899,40.93125 C74.1838649,36.0375 67.4465291,33 59.9831144,33 C45.0562852,33 33,45.0825 33,60 C33,74.9175 45.0562852,87 59.9831144,87 C72.5628518,87 83.0994371,78.39375 86.0881801,66.75 L79.0637899,66.75 C76.2776735,74.61375 68.8142589,80.25 59.9831144,80.25 C48.7879925,80.25 39.7204503,71.188125 39.7204503,60 C39.7204503,48.811875 48.7879925,39.75 59.9831144,39.75 C65.5722326,39.75 70.587242,42.07875 74.2514071,45.740625 L63.3602251,56.625 L87,56.625 L87,33 L79.0637899,40.93125 L79.0637899,40.93125 Z" fill="#FFFFFF" ></path></svg>') no-repeat center top;
}
#separatorDiv {
margin-right: 10px;
}
#editor:focus, #title:focus {
outline: 0px solid transparent;
}
#title {
min-height: 32px;
-webkit-user-select: auto !important;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#title p {
padding: 0;
margin: 0;
min-height: 32px;
line-height: 32px;
} | 0.330363 | 0.061003 |
background-color: #0e0a14ef; /* Dica : quando a cor esta em hexadecimal, podemos usar as tecnicas alpha para trasnparencia, e so adicionar mais duas letras ou numero que vai de 0 ate F, FF é o mais fort, 00 a cor fica neutralizado, ou seja nao aparece */
height: 100vh;
width: 100vw;
position: fixed;
top: 0;
display: flex;
justify-content: center;
align-items: center;
transition: 400ms; /* Tempo em que os efeitos aparecerão*/
}
#modal.hide { /*Não estou procurando a classe hide dentro do modal, eu estou afirmando apontando diretamene para ela, a hide*/
display: none; /*No javascript será configurado quando esse model ira ou nao aparecer*/
}
#modal .content {
color: white;
width: 420px;
}
#modal .header {
display: flex; /*ficará um item ao lado do outro*/
align-items: center;
justify-content: space-between;
margin-bottom: 48px;
}
#modal .header a {
background-image: url("../icones/x.svg");
width: 20px;
height: 20px;
display: flex;
font-size: 0.01px;
}
#modal .header h1 {
color: white;
font-size: 36px;
line-height: 42px;
}
#modal form label {
font-size: 14px;
line-height: 16px;
display: block; /*para fazer o espaçamento entre o texto e o campo de busca*/
margin-bottom: 8px;
}
#modal form .field {
display: flex;
}
#modal form input {
flex: 1; /* preenche todo campo disponivel */
background-color: var(--input-color);
border-radius: 8px 0px 0px 8px; /*ordem de sentido horaria começando pelo lado superior esquerdo*/
border: 0;
padding: 16px 24px;
font-size: 16px;
color: #6c6c80;
}
#modal form button {
width: 72px;
height: 72px;
background-color: var(--primary-color);
border: 0;
border-radius: 0px 8px 8px 0px; /*ordem de sentido horaria começando pelo lado superior esquerdo*/
}
#modal form button:hover { /*verificar conceitos de hover, porem aqui ele permiti que , quando o usuario passar o mouse o background do botão mudará de cor*/
background-color: #2fb85e;
}
<<<<<<< HEAD
/* Isto é para o modal point created */
#modal.point .content {
display: flex;
flex-direction: column;
align-items: center;
}
#modal.point h1 {
color: white;
margin-top: 32px;
}
#modal.err .content {
display: flex;
flex-direction: column;
align-items: center;
}
#modal.err h1 {
color: white;
margin-top: 32px;
}
=======
>>>>>>> master | public/styles/modal.css | background-color: #0e0a14ef; /* Dica : quando a cor esta em hexadecimal, podemos usar as tecnicas alpha para trasnparencia, e so adicionar mais duas letras ou numero que vai de 0 ate F, FF é o mais fort, 00 a cor fica neutralizado, ou seja nao aparece */
height: 100vh;
width: 100vw;
position: fixed;
top: 0;
display: flex;
justify-content: center;
align-items: center;
transition: 400ms; /* Tempo em que os efeitos aparecerão*/
}
#modal.hide { /*Não estou procurando a classe hide dentro do modal, eu estou afirmando apontando diretamene para ela, a hide*/
display: none; /*No javascript será configurado quando esse model ira ou nao aparecer*/
}
#modal .content {
color: white;
width: 420px;
}
#modal .header {
display: flex; /*ficará um item ao lado do outro*/
align-items: center;
justify-content: space-between;
margin-bottom: 48px;
}
#modal .header a {
background-image: url("../icones/x.svg");
width: 20px;
height: 20px;
display: flex;
font-size: 0.01px;
}
#modal .header h1 {
color: white;
font-size: 36px;
line-height: 42px;
}
#modal form label {
font-size: 14px;
line-height: 16px;
display: block; /*para fazer o espaçamento entre o texto e o campo de busca*/
margin-bottom: 8px;
}
#modal form .field {
display: flex;
}
#modal form input {
flex: 1; /* preenche todo campo disponivel */
background-color: var(--input-color);
border-radius: 8px 0px 0px 8px; /*ordem de sentido horaria começando pelo lado superior esquerdo*/
border: 0;
padding: 16px 24px;
font-size: 16px;
color: #6c6c80;
}
#modal form button {
width: 72px;
height: 72px;
background-color: var(--primary-color);
border: 0;
border-radius: 0px 8px 8px 0px; /*ordem de sentido horaria começando pelo lado superior esquerdo*/
}
#modal form button:hover { /*verificar conceitos de hover, porem aqui ele permiti que , quando o usuario passar o mouse o background do botão mudará de cor*/
background-color: #2fb85e;
}
<<<<<<< HEAD
/* Isto é para o modal point created */
#modal.point .content {
display: flex;
flex-direction: column;
align-items: center;
}
#modal.point h1 {
color: white;
margin-top: 32px;
}
#modal.err .content {
display: flex;
flex-direction: column;
align-items: center;
}
#modal.err h1 {
color: white;
margin-top: 32px;
}
=======
>>>>>>> master | 0.153359 | 0.316858 |
.canvas-toggle {
border: none;
padding: 0;
margin: 0;
background-color: transparent;
outline: none;
cursor: pointer; }
/* Foundation */
*, *:before, *:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
html, body {
margin: 0;
padding: 0; }
.app-container {
overflow: hidden; }
.app-container .app {
max-width: 100%;
margin-left: auto;
margin-right: auto; }
.app-container .app:after {
content: " ";
display: block;
clear: both; }
head {
display: block;
position: fixed;
left: 10px;
bottom: 10px;
z-index: 999;
color: #333;
background: rgba(255, 255, 255, 0.25); }
head:before {
content: "|||";
display: block;
padding: 5px 10px;
font-family: sans-serif;
font-size: 16px;
font-weight: bold; }
head:hover {
background: rgba(255, 255, 255, 0.5);
color: red; }
head:hover ~ .app-container .app, head:hover ~ body .app-container .app {
position: relative; }
head:hover ~ .app-container .app:before, head:hover ~ body .app-container .app:before {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
content: " ";
z-index: 998;
background-image: -webkit-linear-gradient( left , transparent 10%, rgba(102, 102, 255, 0.25) 10%, rgba(179, 179, 255, 0.25) 90%, transparent 90%);
background-image: linear-gradient(to right, transparent 10%, rgba(102, 102, 255, 0.25) 10%, rgba(179, 179, 255, 0.25) 90%, transparent 90%);
background-size: 4.16667%;
background-origin: content-box;
background-clip: content-box;
background-position: left top; }
.app-container .app .content-wrapper {
position: relative;
z-index: 20;
width: 100%;
/*padding-top: $header-height;*/
min-height: 1200px;
/* box-shadow: 0 0 10px rgba(0,0,0,0.3); */
-webkit-transition: margin-left 0.5s ease, box-shadow 0.5s ease;
-moz-transition: margin-left 0.5s ease, box-shadow 0.5s ease;
transition: margin-left 0.5s ease, box-shadow 0.5s ease; }
@media screen and (min-width: 768px) {
.app-container .app .content-wrapper {
width: 95.83333%;
margin-left: 4.16667%; } }
.app-container .app.open .content-wrapper {
/*box-shadow: 0 0 50px rgba(0,0,0,0.5);*/
margin-left: 66.66667%; }
@media screen and (min-width: 481px) {
.app-container .app.open .content-wrapper {
margin-left: 33.33333%; } }
@media screen and (min-width: 768px) {
.app-container .app.open .content-wrapper {
margin-left: 25%; } }
.app #main-header {
background-color: transparent;
width: 100%;
position: fixed;
z-index: 30;
display: inline;
left: 0%;
height: 54px;
-webkit-transition: left 0.5s ease;
-moz-transition: left 0.5s ease;
transition: left 0.5s ease; }
@media screen and (min-width: 768px) {
.app #main-header {
width: 95.83333%;
left: 4.16667%; } }
.app.open #main-header {
left: 66.66667%; }
@media screen and (min-width: 481px) {
.app.open #main-header {
left: 33.33333%; } }
@media screen and (min-width: 768px) {
.app.open #main-header {
left: 25%; } }
/* Fragments */
.off-canvas {
background-color: #6C7A89;
position: fixed;
display: inline;
margin: 0;
min-height: 120%;
padding-bottom: 20%;
-webkit-transition: left 0.5s ease, width 0.5s ease;
-moz-transition: left 0.5s ease, width 0.5s ease;
transition: left 0.5s ease, width 0.5s ease;
width: 66.66667%;
left: -66.66667%; }
@media screen and (min-width: 481px) {
.off-canvas {
width: 33.33333%;
left: -33.33333%; } }
@media screen and (min-width: 768px) {
.off-canvas {
width: 4.16667%;
left: 0; } }
.open .off-canvas {
left: 0; }
@media screen and (min-width: 768px) {
.open .off-canvas {
width: 25%;
left: 0; } }
/* Molecules */
/* Molecules */
.canvas-toggle {
position: absolute;
padding: 17px 17px;
/* .bar */ }
.canvas-toggle .bar {
width: 30px;
display: block;
background-color: #6C7A89;
height: 4px;
-webkit-transition: width;
-moz-transition: width;
transition: width;
-webkit-transition-duration: 0.2s;
-moz-transition-duration: 0.2s;
transition-duration: 0.2s;
-webkit-transition-timing-function: ease;
-moz-transition-timing-function: ease;
transition-timing-function: ease;
-webkit-transition-delay: 0.5s;
-moz-transition-delay: 0.5s;
transition-delay: 0.5s; }
.canvas-toggle .bar + .bar {
margin-top: 4px;
-webkit-transition-duration: 0.4s;
-moz-transition-duration: 0.4s;
transition-duration: 0.4s; }
.canvas-toggle .bar + .bar + .bar {
-webkit-transition-duration: 0.6s;
-moz-transition-duration: 0.6s;
transition-duration: 0.6s; }
.open .canvas-toggle .bar {
width: 5px; }
/*# sourceMappingURL=ollieford.css.map */ | public/assets/css/ollieford.css | .canvas-toggle {
border: none;
padding: 0;
margin: 0;
background-color: transparent;
outline: none;
cursor: pointer; }
/* Foundation */
*, *:before, *:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
html, body {
margin: 0;
padding: 0; }
.app-container {
overflow: hidden; }
.app-container .app {
max-width: 100%;
margin-left: auto;
margin-right: auto; }
.app-container .app:after {
content: " ";
display: block;
clear: both; }
head {
display: block;
position: fixed;
left: 10px;
bottom: 10px;
z-index: 999;
color: #333;
background: rgba(255, 255, 255, 0.25); }
head:before {
content: "|||";
display: block;
padding: 5px 10px;
font-family: sans-serif;
font-size: 16px;
font-weight: bold; }
head:hover {
background: rgba(255, 255, 255, 0.5);
color: red; }
head:hover ~ .app-container .app, head:hover ~ body .app-container .app {
position: relative; }
head:hover ~ .app-container .app:before, head:hover ~ body .app-container .app:before {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
content: " ";
z-index: 998;
background-image: -webkit-linear-gradient( left , transparent 10%, rgba(102, 102, 255, 0.25) 10%, rgba(179, 179, 255, 0.25) 90%, transparent 90%);
background-image: linear-gradient(to right, transparent 10%, rgba(102, 102, 255, 0.25) 10%, rgba(179, 179, 255, 0.25) 90%, transparent 90%);
background-size: 4.16667%;
background-origin: content-box;
background-clip: content-box;
background-position: left top; }
.app-container .app .content-wrapper {
position: relative;
z-index: 20;
width: 100%;
/*padding-top: $header-height;*/
min-height: 1200px;
/* box-shadow: 0 0 10px rgba(0,0,0,0.3); */
-webkit-transition: margin-left 0.5s ease, box-shadow 0.5s ease;
-moz-transition: margin-left 0.5s ease, box-shadow 0.5s ease;
transition: margin-left 0.5s ease, box-shadow 0.5s ease; }
@media screen and (min-width: 768px) {
.app-container .app .content-wrapper {
width: 95.83333%;
margin-left: 4.16667%; } }
.app-container .app.open .content-wrapper {
/*box-shadow: 0 0 50px rgba(0,0,0,0.5);*/
margin-left: 66.66667%; }
@media screen and (min-width: 481px) {
.app-container .app.open .content-wrapper {
margin-left: 33.33333%; } }
@media screen and (min-width: 768px) {
.app-container .app.open .content-wrapper {
margin-left: 25%; } }
.app #main-header {
background-color: transparent;
width: 100%;
position: fixed;
z-index: 30;
display: inline;
left: 0%;
height: 54px;
-webkit-transition: left 0.5s ease;
-moz-transition: left 0.5s ease;
transition: left 0.5s ease; }
@media screen and (min-width: 768px) {
.app #main-header {
width: 95.83333%;
left: 4.16667%; } }
.app.open #main-header {
left: 66.66667%; }
@media screen and (min-width: 481px) {
.app.open #main-header {
left: 33.33333%; } }
@media screen and (min-width: 768px) {
.app.open #main-header {
left: 25%; } }
/* Fragments */
.off-canvas {
background-color: #6C7A89;
position: fixed;
display: inline;
margin: 0;
min-height: 120%;
padding-bottom: 20%;
-webkit-transition: left 0.5s ease, width 0.5s ease;
-moz-transition: left 0.5s ease, width 0.5s ease;
transition: left 0.5s ease, width 0.5s ease;
width: 66.66667%;
left: -66.66667%; }
@media screen and (min-width: 481px) {
.off-canvas {
width: 33.33333%;
left: -33.33333%; } }
@media screen and (min-width: 768px) {
.off-canvas {
width: 4.16667%;
left: 0; } }
.open .off-canvas {
left: 0; }
@media screen and (min-width: 768px) {
.open .off-canvas {
width: 25%;
left: 0; } }
/* Molecules */
/* Molecules */
.canvas-toggle {
position: absolute;
padding: 17px 17px;
/* .bar */ }
.canvas-toggle .bar {
width: 30px;
display: block;
background-color: #6C7A89;
height: 4px;
-webkit-transition: width;
-moz-transition: width;
transition: width;
-webkit-transition-duration: 0.2s;
-moz-transition-duration: 0.2s;
transition-duration: 0.2s;
-webkit-transition-timing-function: ease;
-moz-transition-timing-function: ease;
transition-timing-function: ease;
-webkit-transition-delay: 0.5s;
-moz-transition-delay: 0.5s;
transition-delay: 0.5s; }
.canvas-toggle .bar + .bar {
margin-top: 4px;
-webkit-transition-duration: 0.4s;
-moz-transition-duration: 0.4s;
transition-duration: 0.4s; }
.canvas-toggle .bar + .bar + .bar {
-webkit-transition-duration: 0.6s;
-moz-transition-duration: 0.6s;
transition-duration: 0.6s; }
.open .canvas-toggle .bar {
width: 5px; }
/*# sourceMappingURL=ollieford.css.map */ | 0.364212 | 0.055158 |
body {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
height: 100vh;
background-color: #CCCCCC;
}
body span.switcher {
position: relative;
width: 200px;
height: 50px;
border-radius: 25px;
margin: 20px 0;
}
body span.switcher input {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
position: relative;
width: 200px;
height: 50px;
border-radius: 25px;
background-color: #1E1E1E;
outline: none;
font-family: 'Oswald', sans-serif;
}
body span.switcher input:before, body span.switcher input:after {
z-index: 2;
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
color: #FFFFFF;
}
body span.switcher input:before {
content: 'ON';
left: 20px;
}
body span.switcher input:after {
content: 'OFF';
right: 20px;
}
body span.switcher label {
z-index: 1;
position: absolute;
top: 10px;
bottom: 10px;
border-radius: 20px;
}
body span.switcher.switcher-1 input {
-webkit-transition: .25s -.1s;
transition: .25s -.1s;
}
body span.switcher.switcher-1 input:checked {
background-color: #FFFFFF;
}
body span.switcher.switcher-1 input:checked:before {
color: #FFFFFF;
-webkit-transition: color .5s .2s;
transition: color .5s .2s;
}
body span.switcher.switcher-1 input:checked:after {
color: #CCCCCC;
-webkit-transition: color .5s;
transition: color .5s;
}
body span.switcher.switcher-1 input:checked + label {
left: 10px;
right: 100px;
background: #1E1E1E;
-webkit-transition: left .5s, right .4s .2s;
transition: left .5s, right .4s .2s;
}
body span.switcher.switcher-1 input:not(:checked) {
background: #1E1E1E;
-webkit-transition: background .5s -.1s;
transition: background .5s -.1s;
}
body span.switcher.switcher-1 input:not(:checked):before {
color: #CCCCCC;
-webkit-transition: color .5s;
transition: color .5s;
}
body span.switcher.switcher-1 input:not(:checked):after {
color: #1E1E1E;
-webkit-transition: color .5s .2s;
transition: color .5s .2s;
}
body span.switcher.switcher-1 input:not(:checked) + label {
left: 100px;
right: 10px;
background: #FFFFFF;
-webkit-transition: left .4s .2s, right .5s, background .35s -.1s;
transition: left .4s .2s, right .5s, background .35s -.1s;
}
body span.switcher.switcher-2 {
overflow: hidden;
}
body span.switcher.switcher-2 input {
-webkit-transition: background-color 0s .5s;
transition: background-color 0s .5s;
}
body span.switcher.switcher-2 input:before {
color: #1E1E1E;
}
body span.switcher.switcher-2 input:after {
color: #FFFFFF;
}
body span.switcher.switcher-2 input:checked {
background-color: #FFFFFF;
}
body span.switcher.switcher-2 input:checked + label {
background: #FFFFFF;
-webkit-animation: turn-on .5s ease-out;
animation: turn-on .5s ease-out;
}
@-webkit-keyframes turn-on {
0% {
left: 100%;
}
100% {
left: 0%;
}
}
@keyframes turn-on {
0% {
left: 100%;
}
100% {
left: 0%;
}
}
body span.switcher.switcher-2 input:not(:checked) {
background: #1E1E1E;
}
body span.switcher.switcher-2 input:not(:checked) + label {
background: #1E1E1E;
-webkit-animation: turn-off .5s ease-out;
animation: turn-off .5s ease-out;
}
@-webkit-keyframes turn-off {
0% {
right: 100%;
}
100% {
right: 0%;
}
}
@keyframes turn-off {
0% {
right: 100%;
}
100% {
right: 0%;
}
}
body span.switcher.switcher-2 label {
top: 0px;
width: 200px;
height: 50px;
border-radius: 25px;
}
/*# sourceMappingURL=switch-toggle.css.map */ | scss/switch-toggle.css | body {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
height: 100vh;
background-color: #CCCCCC;
}
body span.switcher {
position: relative;
width: 200px;
height: 50px;
border-radius: 25px;
margin: 20px 0;
}
body span.switcher input {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
position: relative;
width: 200px;
height: 50px;
border-radius: 25px;
background-color: #1E1E1E;
outline: none;
font-family: 'Oswald', sans-serif;
}
body span.switcher input:before, body span.switcher input:after {
z-index: 2;
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
color: #FFFFFF;
}
body span.switcher input:before {
content: 'ON';
left: 20px;
}
body span.switcher input:after {
content: 'OFF';
right: 20px;
}
body span.switcher label {
z-index: 1;
position: absolute;
top: 10px;
bottom: 10px;
border-radius: 20px;
}
body span.switcher.switcher-1 input {
-webkit-transition: .25s -.1s;
transition: .25s -.1s;
}
body span.switcher.switcher-1 input:checked {
background-color: #FFFFFF;
}
body span.switcher.switcher-1 input:checked:before {
color: #FFFFFF;
-webkit-transition: color .5s .2s;
transition: color .5s .2s;
}
body span.switcher.switcher-1 input:checked:after {
color: #CCCCCC;
-webkit-transition: color .5s;
transition: color .5s;
}
body span.switcher.switcher-1 input:checked + label {
left: 10px;
right: 100px;
background: #1E1E1E;
-webkit-transition: left .5s, right .4s .2s;
transition: left .5s, right .4s .2s;
}
body span.switcher.switcher-1 input:not(:checked) {
background: #1E1E1E;
-webkit-transition: background .5s -.1s;
transition: background .5s -.1s;
}
body span.switcher.switcher-1 input:not(:checked):before {
color: #CCCCCC;
-webkit-transition: color .5s;
transition: color .5s;
}
body span.switcher.switcher-1 input:not(:checked):after {
color: #1E1E1E;
-webkit-transition: color .5s .2s;
transition: color .5s .2s;
}
body span.switcher.switcher-1 input:not(:checked) + label {
left: 100px;
right: 10px;
background: #FFFFFF;
-webkit-transition: left .4s .2s, right .5s, background .35s -.1s;
transition: left .4s .2s, right .5s, background .35s -.1s;
}
body span.switcher.switcher-2 {
overflow: hidden;
}
body span.switcher.switcher-2 input {
-webkit-transition: background-color 0s .5s;
transition: background-color 0s .5s;
}
body span.switcher.switcher-2 input:before {
color: #1E1E1E;
}
body span.switcher.switcher-2 input:after {
color: #FFFFFF;
}
body span.switcher.switcher-2 input:checked {
background-color: #FFFFFF;
}
body span.switcher.switcher-2 input:checked + label {
background: #FFFFFF;
-webkit-animation: turn-on .5s ease-out;
animation: turn-on .5s ease-out;
}
@-webkit-keyframes turn-on {
0% {
left: 100%;
}
100% {
left: 0%;
}
}
@keyframes turn-on {
0% {
left: 100%;
}
100% {
left: 0%;
}
}
body span.switcher.switcher-2 input:not(:checked) {
background: #1E1E1E;
}
body span.switcher.switcher-2 input:not(:checked) + label {
background: #1E1E1E;
-webkit-animation: turn-off .5s ease-out;
animation: turn-off .5s ease-out;
}
@-webkit-keyframes turn-off {
0% {
right: 100%;
}
100% {
right: 0%;
}
}
@keyframes turn-off {
0% {
right: 100%;
}
100% {
right: 0%;
}
}
body span.switcher.switcher-2 label {
top: 0px;
width: 200px;
height: 50px;
border-radius: 25px;
}
/*# sourceMappingURL=switch-toggle.css.map */ | 0.431105 | 0.047294 |
.codeheader, code.bbc_code
{
width: 96%;
margin: 0 auto;
}
code.bbc_code
{
white-space: normal;
}
h3.catbg input.input_check
{
margin: 0 4px;
}
h3.catbg img.icon, h4.titlebg img.icon
{
margin: 1px 3px 0 0;
}
h3.catbg span.ie6_header, h4.catbg span.ie6_header, h3.titlebg span.ie6_header, h4.titlebg span.ie6_header
{
padding: 6px 0;
}
#statistics h4.titlebg span.ie6_header
{
padding: 0;
}
#statistics h4.titlebg span.ie6_header img.icon
{
padding: 5px 0;
}
/* The dropdown menus
------------------------------------------------------- */
.dropmenu li
{
width: 1px;
}
.dropmenu li a span
{
white-space: nowrap;
}
.dropmenu li a:hover
{
text-decoration: none;
}
.dropmenu li.iehover
{
z-index: 120;
}
/* the page section */
.pagesection
{
overflow: auto;
}
/* the user section needs some attention */
#main_menu
{
width: 98%;
}
#top_section
{
height: 65px;
}
/* the tabled definition lists */
/* I commented the following out. Not sure why it was there.
/* Changing float: left; to float: right; sorts the settings dd class in index.css*/
/* All the others seem fine too.*/
/*dl.settings dd, #creator dd, dl.stats dd, dl.register_form dd, #poll_options dl.options dd, .login dd
{
float: none !important;
width: auto;
}*/
/* generic lists header */
/* Side paddings must NOT be defined here.*/
.table_grid thead th
{
padding-top: 0 !important;
padding-bottom: 0 !important;
}
/* overflow: hidden doesn't help in IE6. */
h3.titlebg a, h3.titlebg, h4.titlebg, h4.titlebg a
{
display: inline-block;
}
#upper_section
{
display: inline-block;
}
/* Overrides for the message index template
------------------------------------------------------- */
#messageindex table
{
margin-top: 5px;
}
#messageindex table th
{
border-bottom: 1px solid #fff;
}
#topic_icons .description
{
padding: 2em 1em 1em 1em;
overflow: auto;
}
/* Overrides for the display template
------------------------------------------------------- */
#forumposts .postarea
{
margin-left: 0;
margin-right: 0;
float: right;
}
.keyinfo
{
padding-bottom: 6px;
}
.inner
{
clear: both;
}
.post
{
word-wrap: break-word;
}
.buttonlist ul li
{
width: 1%;
white-space: nowrap;
}
#forumposts h3.catbg
{
clear: both;
}
#quickReplyOptions form textarea
{
width: 98%;
}
/* Styles for the statistics center.
------------------------------------------------- */
#statistics div.content
{
height: 210px;
overflow: hidden;
}
#statistics div.top_row
{
height: 150px;
}
/* Overrides for the admin template
------------------------------------------------------- */
#main_admsection
{
height: 100%;
}
#main_admsection table
{
width: 99%;
}
/* Overrides for the profile template
------------------------------------------------------- */
#basicinfo h4
{
word-wrap: break-word;
}
.ignoreboards
{
margin: 0 1%;
padding: 0;
width: 45%;
}
/* Overrides for the personal messages template
------------------------------------------------------- */
#personal_messages .postarea
{
margin-left: 0;
margin-right: 0;
float: right;
}
/* Overrides for the admin section of the register template
------------------------------------------------------- */
#registration_agreement
{
width: 99.5%;
margin: 0 auto;
}
#edit_poll ul.poll_main li
{
padding-left: 0;
margin: 0 -2em;
}
#postmodify div.roundframe { margin-right: 0;}
/* Overrides for the recent posts template
------------------------------------------------------- */
.list_posts
{
word-wrap: break-word;
} | Themes/default/css/ie6.css | .codeheader, code.bbc_code
{
width: 96%;
margin: 0 auto;
}
code.bbc_code
{
white-space: normal;
}
h3.catbg input.input_check
{
margin: 0 4px;
}
h3.catbg img.icon, h4.titlebg img.icon
{
margin: 1px 3px 0 0;
}
h3.catbg span.ie6_header, h4.catbg span.ie6_header, h3.titlebg span.ie6_header, h4.titlebg span.ie6_header
{
padding: 6px 0;
}
#statistics h4.titlebg span.ie6_header
{
padding: 0;
}
#statistics h4.titlebg span.ie6_header img.icon
{
padding: 5px 0;
}
/* The dropdown menus
------------------------------------------------------- */
.dropmenu li
{
width: 1px;
}
.dropmenu li a span
{
white-space: nowrap;
}
.dropmenu li a:hover
{
text-decoration: none;
}
.dropmenu li.iehover
{
z-index: 120;
}
/* the page section */
.pagesection
{
overflow: auto;
}
/* the user section needs some attention */
#main_menu
{
width: 98%;
}
#top_section
{
height: 65px;
}
/* the tabled definition lists */
/* I commented the following out. Not sure why it was there.
/* Changing float: left; to float: right; sorts the settings dd class in index.css*/
/* All the others seem fine too.*/
/*dl.settings dd, #creator dd, dl.stats dd, dl.register_form dd, #poll_options dl.options dd, .login dd
{
float: none !important;
width: auto;
}*/
/* generic lists header */
/* Side paddings must NOT be defined here.*/
.table_grid thead th
{
padding-top: 0 !important;
padding-bottom: 0 !important;
}
/* overflow: hidden doesn't help in IE6. */
h3.titlebg a, h3.titlebg, h4.titlebg, h4.titlebg a
{
display: inline-block;
}
#upper_section
{
display: inline-block;
}
/* Overrides for the message index template
------------------------------------------------------- */
#messageindex table
{
margin-top: 5px;
}
#messageindex table th
{
border-bottom: 1px solid #fff;
}
#topic_icons .description
{
padding: 2em 1em 1em 1em;
overflow: auto;
}
/* Overrides for the display template
------------------------------------------------------- */
#forumposts .postarea
{
margin-left: 0;
margin-right: 0;
float: right;
}
.keyinfo
{
padding-bottom: 6px;
}
.inner
{
clear: both;
}
.post
{
word-wrap: break-word;
}
.buttonlist ul li
{
width: 1%;
white-space: nowrap;
}
#forumposts h3.catbg
{
clear: both;
}
#quickReplyOptions form textarea
{
width: 98%;
}
/* Styles for the statistics center.
------------------------------------------------- */
#statistics div.content
{
height: 210px;
overflow: hidden;
}
#statistics div.top_row
{
height: 150px;
}
/* Overrides for the admin template
------------------------------------------------------- */
#main_admsection
{
height: 100%;
}
#main_admsection table
{
width: 99%;
}
/* Overrides for the profile template
------------------------------------------------------- */
#basicinfo h4
{
word-wrap: break-word;
}
.ignoreboards
{
margin: 0 1%;
padding: 0;
width: 45%;
}
/* Overrides for the personal messages template
------------------------------------------------------- */
#personal_messages .postarea
{
margin-left: 0;
margin-right: 0;
float: right;
}
/* Overrides for the admin section of the register template
------------------------------------------------------- */
#registration_agreement
{
width: 99.5%;
margin: 0 auto;
}
#edit_poll ul.poll_main li
{
padding-left: 0;
margin: 0 -2em;
}
#postmodify div.roundframe { margin-right: 0;}
/* Overrides for the recent posts template
------------------------------------------------------- */
.list_posts
{
word-wrap: break-word;
} | 0.306008 | 0.080538 |
@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@200;300;400;500;700&display=swap');
*{
margin: 0; padding: 0;
font-family: 'Dosis', sans-serif;
list-style: none;
text-decoration: none;
}
body{
overflow-x: hidden;
}
header{
display: flex;
justify-content: space-between;
align-items: center;
border-bottom: 1px solid #000;
}
header .fa-bars{
font-size: 2rem;
color: #000;
cursor: pointer;
display: none;
}
.logo{
margin: 10px;
margin-left: 90px;
text-align: center;
font-size: 2em;
text-shadow: 2px 2px 2px rgba(77, 74, 74, 0.699);
}
.nav ul{
display: flex;
margin: 10px;
margin-right: 90px;
align-items: center;
justify-content: space-between;
}
.nav ul li{
margin: 0 1rem;
}
.nav ul li a{
color: #000;
font-size: 25px;
transition: .2s linear;
}
.nav ul li a:hover{
color: blueviolet;
}
@media (max-width:768px){
body{
overflow-x: hidden;
}
.logo{
margin-left: 30px;
}
header .fa-bars{
display: block;
margin-right: 30px;
}
header .nav{
position: fixed;
top: -100rem; left: 50%;
transform: translateX(-50%);
width: 100%;
background-color: #fff;
border-radius: .5rem;
box-shadow: 0 .3rem .5rem rgba(0,0,0,.3);
z-index: 1000;
transition: .2s linear;
opacity: 0;
}
header .nav ul{
flex-flow: column;
}
header .nav ul li{
margin: 1rem 0;
width: 100%;
text-align: center;
}
header .nav ul li a{
display: block;
font-size: 3rem;
}
header .nav-toggle{
top: 5.5rem;
opacity: 1;
}
.foto-fundo{
width: 100%;
position: relative;
z-index: -1;
background-size: cover;
}
.texto{
position: absolute;
color: #fff;
font-size: 20px;
text-shadow: 1px 1px 1px black;
}
.servico1{
margin-top: 130px;
margin-left: -100px;
}
.servico2{
margin-top: 130px;
margin-left: -100px;
}
.servico3{
margin-top: 130px;
margin-left: -55px;
}
.servico4{
margin-top: 130px;
margin-left: -45px;
}
.cards{
display: flex;
flex-direction: column;
align-items: center;
}
.card{
margin: 20px;
}
.marcas{
display: flex;
flex-direction: column;
align-items: center;
}
}
main{
display: flex;
}
.texto{
margin: 100px;
}
.texto h1{
margin: 30px;
font-size: 50px;
}
.texto p{
margin: 30px;
font-size: 30px;
}
.texto button{
cursor: pointer;
margin: 30px;
padding: 15px;
border-radius: 25px;
border: 1px solid black;
background: blueviolet;
color: #fff;
}
.texto button:hover{
color: blueviolet;
background: #fff;
transition: .7s;
}
picture img{
width: 400px;
border-radius: 0 0 0 45px;
margin-right: 100px;
}
.servico1 h2{
color: #000;
margin: 80px 0 80px 0;
width: 300px;
margin-left: 41%;
}
.servico2 h2{
color: #000;
margin: 80px 0 80px 0;
width: 300px;
margin-left: 45%;
}
.servico3 h2{
color: #000;
margin: 80px 0 80px 0;
width: 300px;
margin-left: 45%;
}
.servico4 h2{
color: #000;
margin: 80px 0 80px 0;
width: 300px;
margin-left: 46%;
}
.cards{
display: flex;
justify-content: space-around;
}
.card{
width: 300px;
height: 430px;
border: 1px solid black;
border-radius: 10px;
}
.card img{
width: 100%;
height: 200px;
border-radius: 10px 10px 0 0;
background-size: cover;
background-position: center;
background-attachment: fixed;
background-position: center center;
}
.card h3{
text-align: center;
margin: 20px;
color: blueviolet;
}
.card p{
text-align: justify;
text-indent: 30px;
margin: 20px;
}
.card button{
width: 100%;
border-radius: 0 0 10px 10px;
height: 40px;
border: 1px solid black;
background: blueviolet;
color: #fff;
font-size: 20px;
cursor: pointer;
}
.mapa iframe{
width: 100%;
}
.marcas{
display: flex;
justify-content: space-between;
margin: 50px;
}
.marcas img{
max-width: 100px;
}
.galery-container{
width: 100%;
padding: 50px 0;
}
.filho{
width: 100%;
max-width: 1600px;
margin: auto;
padding: 20px 20px;
}
.galery-container h1{
font-size: 4vw;
padding-bottom: 20px;
text-align: center;
text-transform: uppercase;
color: black;
}
.galery-container .neto a{
padding: 10px;
}
.galery-container .neto{
display: flex;
flex-wrap: wrap-reverse;
justify-content: center;
width: 800px;
height: 100%;
margin: auto;
}
.galery-container .image{
flex: 25%;
overflow: hidden;
cursor: pointer;
}
.galery-container .image img{
width: 100%;
height: 100%;
transition: 0.4s;
border-radius: 10px;
}
.galery-container .image:hover img{
transform: scale(1.5);
}
@media screen and (max-width:1200px){
.galery-container .image{
flex: 33.33%;
}
}
@media screen and (max-width:768px){
.galery-container .image{
flex: 50%;
}
.galery-container h1{
font-size: 22px;
}
}
@media screen and (max-width:480px){
.galery-container .image{
flex: 100%;
}
}
footer{
background: blueviolet;
margin-top: 50px;
padding: 30px;
text-align: center;
}
.politica{
display: flex;
justify-content: space-between;
}
.politica a{
color: #000;
}
.politica a:hover{
color: #fff;
} | style.css | @charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@200;300;400;500;700&display=swap');
*{
margin: 0; padding: 0;
font-family: 'Dosis', sans-serif;
list-style: none;
text-decoration: none;
}
body{
overflow-x: hidden;
}
header{
display: flex;
justify-content: space-between;
align-items: center;
border-bottom: 1px solid #000;
}
header .fa-bars{
font-size: 2rem;
color: #000;
cursor: pointer;
display: none;
}
.logo{
margin: 10px;
margin-left: 90px;
text-align: center;
font-size: 2em;
text-shadow: 2px 2px 2px rgba(77, 74, 74, 0.699);
}
.nav ul{
display: flex;
margin: 10px;
margin-right: 90px;
align-items: center;
justify-content: space-between;
}
.nav ul li{
margin: 0 1rem;
}
.nav ul li a{
color: #000;
font-size: 25px;
transition: .2s linear;
}
.nav ul li a:hover{
color: blueviolet;
}
@media (max-width:768px){
body{
overflow-x: hidden;
}
.logo{
margin-left: 30px;
}
header .fa-bars{
display: block;
margin-right: 30px;
}
header .nav{
position: fixed;
top: -100rem; left: 50%;
transform: translateX(-50%);
width: 100%;
background-color: #fff;
border-radius: .5rem;
box-shadow: 0 .3rem .5rem rgba(0,0,0,.3);
z-index: 1000;
transition: .2s linear;
opacity: 0;
}
header .nav ul{
flex-flow: column;
}
header .nav ul li{
margin: 1rem 0;
width: 100%;
text-align: center;
}
header .nav ul li a{
display: block;
font-size: 3rem;
}
header .nav-toggle{
top: 5.5rem;
opacity: 1;
}
.foto-fundo{
width: 100%;
position: relative;
z-index: -1;
background-size: cover;
}
.texto{
position: absolute;
color: #fff;
font-size: 20px;
text-shadow: 1px 1px 1px black;
}
.servico1{
margin-top: 130px;
margin-left: -100px;
}
.servico2{
margin-top: 130px;
margin-left: -100px;
}
.servico3{
margin-top: 130px;
margin-left: -55px;
}
.servico4{
margin-top: 130px;
margin-left: -45px;
}
.cards{
display: flex;
flex-direction: column;
align-items: center;
}
.card{
margin: 20px;
}
.marcas{
display: flex;
flex-direction: column;
align-items: center;
}
}
main{
display: flex;
}
.texto{
margin: 100px;
}
.texto h1{
margin: 30px;
font-size: 50px;
}
.texto p{
margin: 30px;
font-size: 30px;
}
.texto button{
cursor: pointer;
margin: 30px;
padding: 15px;
border-radius: 25px;
border: 1px solid black;
background: blueviolet;
color: #fff;
}
.texto button:hover{
color: blueviolet;
background: #fff;
transition: .7s;
}
picture img{
width: 400px;
border-radius: 0 0 0 45px;
margin-right: 100px;
}
.servico1 h2{
color: #000;
margin: 80px 0 80px 0;
width: 300px;
margin-left: 41%;
}
.servico2 h2{
color: #000;
margin: 80px 0 80px 0;
width: 300px;
margin-left: 45%;
}
.servico3 h2{
color: #000;
margin: 80px 0 80px 0;
width: 300px;
margin-left: 45%;
}
.servico4 h2{
color: #000;
margin: 80px 0 80px 0;
width: 300px;
margin-left: 46%;
}
.cards{
display: flex;
justify-content: space-around;
}
.card{
width: 300px;
height: 430px;
border: 1px solid black;
border-radius: 10px;
}
.card img{
width: 100%;
height: 200px;
border-radius: 10px 10px 0 0;
background-size: cover;
background-position: center;
background-attachment: fixed;
background-position: center center;
}
.card h3{
text-align: center;
margin: 20px;
color: blueviolet;
}
.card p{
text-align: justify;
text-indent: 30px;
margin: 20px;
}
.card button{
width: 100%;
border-radius: 0 0 10px 10px;
height: 40px;
border: 1px solid black;
background: blueviolet;
color: #fff;
font-size: 20px;
cursor: pointer;
}
.mapa iframe{
width: 100%;
}
.marcas{
display: flex;
justify-content: space-between;
margin: 50px;
}
.marcas img{
max-width: 100px;
}
.galery-container{
width: 100%;
padding: 50px 0;
}
.filho{
width: 100%;
max-width: 1600px;
margin: auto;
padding: 20px 20px;
}
.galery-container h1{
font-size: 4vw;
padding-bottom: 20px;
text-align: center;
text-transform: uppercase;
color: black;
}
.galery-container .neto a{
padding: 10px;
}
.galery-container .neto{
display: flex;
flex-wrap: wrap-reverse;
justify-content: center;
width: 800px;
height: 100%;
margin: auto;
}
.galery-container .image{
flex: 25%;
overflow: hidden;
cursor: pointer;
}
.galery-container .image img{
width: 100%;
height: 100%;
transition: 0.4s;
border-radius: 10px;
}
.galery-container .image:hover img{
transform: scale(1.5);
}
@media screen and (max-width:1200px){
.galery-container .image{
flex: 33.33%;
}
}
@media screen and (max-width:768px){
.galery-container .image{
flex: 50%;
}
.galery-container h1{
font-size: 22px;
}
}
@media screen and (max-width:480px){
.galery-container .image{
flex: 100%;
}
}
footer{
background: blueviolet;
margin-top: 50px;
padding: 30px;
text-align: center;
}
.politica{
display: flex;
justify-content: space-between;
}
.politica a{
color: #000;
}
.politica a:hover{
color: #fff;
} | 0.49707 | 0.079032 |
.Xa.wT.ZR.XT.adZ,
.brC-aT5-aOt-Jw,
.gb_oe.gb_me.gb_3c.t6,
.gb_Na.gb_bd.gb_gg.gb_h.gb_uf,
.gb_Qd.gb_Sa.gb_Ed.gb_Td,
.aBS.J-J5-Ji,
.G-Ni.J-J5-Ji,
.G-Ni.J-J5-Ji,
.gb_Ed.gb_Wc.gb_Xc,
.V6.CL.W9,
.wT > .n6,
.no > .nH.nn:last-child,
.gb_le.gb_je,
.nH.ar4.z > div > .aeH,
.nH.ar4.C > div > .aeH,
.btm > .adI,
.nH.V8djrc.byY > .hj,
.gH.bAk .zd.bi4,
.T-I.J-J5-Ji.aZj.T-I-ax7.T-I-Js-Gs.L3,
.akc.aZ6.YX,
.gb_Ne.gb_lf > button.gb_nf,
.nH.oy8Mbf.nn.aeN > .aeO,
.D.E.G-atb.PY,
.nH.Wg.aAD.aAr,
td.apU.xY,
td.WA.xY,
td.PF.xY,
td.oZ-x3.xY,
.nH.Wg.aAr,
.ae4.aDM.nH.oy8Mbf > .Cp:first-child,
.D.E.G-atb,
.Xa.wT.ao4.bSyoAf,
.Xa.wT.aIt.bSyoAf,
header > .gb_Jd.gb_0d.gb_Pd > .gb_Id.gb_0c.gb_1c,
.l2.pfiaof { display: none !important; }
.nH.w-asV.aiw, .nH.oy8Mbf.qp, header, .gb_Fd.gb_Wd.gb_Md { position: static !important; }
#aso_search_form_anchor > table.gstl_50.gssb_c { z-index: 10001 !important; position: fixed !important; width: 100% !important; margin: 0 !important; top: 64px !important; border-bottom: 1px solid #ddd; padding-bottom: 10px !important; left: 0 !important; background: #fff; }
#aso_search_form_anchor > div { border: 0 !important; }
.nH.w-asV.aiw { height: 65px; border: none !important; background: #f1f3f4 !important; }
.gb_Fd.gb_Wd.gb_Md { padding: 0 !important; }
.gb_Ed.gb_Pd.gb_Ie.gb_xe.gb_Ee > .gb_ze { padding-right: 0 !important; padding-left: 0 !important; }
.nM > .aic { position: fixed; right: 0px; top: 0px; z-index: 1000; }
.nM > .aic > .z0 { padding: 0; margin: 0; height: auto; }
.aic .T-I.T-I-KE.L3 { z-index: 1; border-radius: 50%; content: '' !important; text-indent: -999px !important; padding: 0; height: 80px !important; line-height: 40px; width: 80px !important; min-width: 80px !important; zoom: 1; display: block; position: fixed; bottom: 15px; right: 15px; margin-left: -40px; }
.aic .T-I.T-I-KE.L3::before { background-position: top center; width: 100%; height: 40px; margin-top: 25px; }
.WR .z0 { height: 0 !important; margin: 0 !important; }
.nM > .yJ > .ajl.aib.aZ6 { padding: 0; position: fixed; top: 80px; height: 200px !important; overflow: hidden; }
.nH.oy8Mbf.nn.aeN { width: 1px !important; height: 1px !important; }
.nH.oy8Mbf.nn.aeN { position: fixed; left: 0; top: 50px; z-index: 1000; }
.ae4.nH.oy8Mbf table, table.Bs.nH.iY.bAt { margin-top: 20px; max-width: 800px; margin-left: auto; margin-right: auto; border: none; }
@media (max-width: 1200px) {
.ae4.nH.oy8Mbf, .nH > .nH.g.id { padding-left: 200px; box-sizing: border-box; display: block; margin: 0; }
}
.ae4.nH.oy8Mbf table td { padding: 4px; background: transparent !important; }
.ae4.nH.oy8Mbf table tr { background: transparent !important; border: none; }
.ae4.nH.oy8Mbf table tr.btb { box-shadow: none !important; background: rgba(0, 0, 0, 0.02) !important; }
.ae4.nH.oy8Mbf table tr.zA:hover { box-shadow: none; background: rgba(0, 0, 0, 0.03) !important; }
.byl .TO.nZ.aBP { background-color: #e8eaed !important; color: #000 !important; }
.byl .TO.nZ.aBP .aio.UKr6le > * { color: #000 !important; }
.byl .TO.nZ.aBP .aio.UKr6le > span > a { color: #000 !important; }
.byl .TO.nZ.aBP .TN.bzz.aHS-bnt > .qj { background-image: url(https://www.gstatic.com/images/icons/material/system/1x/inbox_black_20dp.png); }
.byl > .TK > .aim { width: 70%; margin: 2px 0; }
.byl > .TK > .aim > .TO > .TN { padding-left: 18px !important; }
.byl > .TK > .aim > .TO { padding: 2px 0; }
.nH.nn > .no > .nH.nn > .AD { position: fixed !important; width: 80%; right: 10%; }
.gb_Cd.gb_Uc.gb_Vc,
.gb_Cd.gb_Nd.gb_Fe.gb_ve.gb_Ce > .gb_je.gb_he,
.gb_Od.gb_Qa.gb_Cd.gb_Rd > .gb_Ke > .gb_Lc {
display: none !important;
}
#aso_search_form_anchor {
position absolute !important;
top: 0;
left: 0;
right: 0;
max-width: 100% !important;
width: 100% !important;
border: 0 !important;
border-radius: 0 !important;
background: transparent !important;
border-image-width: 0 !important;
box-shadow: none !important;
}
form#aso_search_form_anchor > button {
display: none;
}
.gb_oe.gb_me, .gb_Pe > .gb_Qc {
display: none !important;
}
.aeN.WR.BaIAZe.anZ.nH.oy8Mbf.nn > div > div[jsname]:last-child {
border: none !important;
}
.aeN.WR.BaIAZe.anZ.nH.oy8Mbf {
display: none;
}
.Tm.ya {
background: none;
}
.aAw.FgKVne {
display: none;
}
.yJ > .ajl.aib.aZ6 {
display: block;
}
.nM > .aic + div > .ajl.aib.aZ6 {
width: 350px !important;
}
form.gb_Qe.gb_of.aJf {
margin-left: 0 !important;
}
form .gb_rf.gb_lf {
margin-left: 0;
} | ext/gmail.css | .Xa.wT.ZR.XT.adZ,
.brC-aT5-aOt-Jw,
.gb_oe.gb_me.gb_3c.t6,
.gb_Na.gb_bd.gb_gg.gb_h.gb_uf,
.gb_Qd.gb_Sa.gb_Ed.gb_Td,
.aBS.J-J5-Ji,
.G-Ni.J-J5-Ji,
.G-Ni.J-J5-Ji,
.gb_Ed.gb_Wc.gb_Xc,
.V6.CL.W9,
.wT > .n6,
.no > .nH.nn:last-child,
.gb_le.gb_je,
.nH.ar4.z > div > .aeH,
.nH.ar4.C > div > .aeH,
.btm > .adI,
.nH.V8djrc.byY > .hj,
.gH.bAk .zd.bi4,
.T-I.J-J5-Ji.aZj.T-I-ax7.T-I-Js-Gs.L3,
.akc.aZ6.YX,
.gb_Ne.gb_lf > button.gb_nf,
.nH.oy8Mbf.nn.aeN > .aeO,
.D.E.G-atb.PY,
.nH.Wg.aAD.aAr,
td.apU.xY,
td.WA.xY,
td.PF.xY,
td.oZ-x3.xY,
.nH.Wg.aAr,
.ae4.aDM.nH.oy8Mbf > .Cp:first-child,
.D.E.G-atb,
.Xa.wT.ao4.bSyoAf,
.Xa.wT.aIt.bSyoAf,
header > .gb_Jd.gb_0d.gb_Pd > .gb_Id.gb_0c.gb_1c,
.l2.pfiaof { display: none !important; }
.nH.w-asV.aiw, .nH.oy8Mbf.qp, header, .gb_Fd.gb_Wd.gb_Md { position: static !important; }
#aso_search_form_anchor > table.gstl_50.gssb_c { z-index: 10001 !important; position: fixed !important; width: 100% !important; margin: 0 !important; top: 64px !important; border-bottom: 1px solid #ddd; padding-bottom: 10px !important; left: 0 !important; background: #fff; }
#aso_search_form_anchor > div { border: 0 !important; }
.nH.w-asV.aiw { height: 65px; border: none !important; background: #f1f3f4 !important; }
.gb_Fd.gb_Wd.gb_Md { padding: 0 !important; }
.gb_Ed.gb_Pd.gb_Ie.gb_xe.gb_Ee > .gb_ze { padding-right: 0 !important; padding-left: 0 !important; }
.nM > .aic { position: fixed; right: 0px; top: 0px; z-index: 1000; }
.nM > .aic > .z0 { padding: 0; margin: 0; height: auto; }
.aic .T-I.T-I-KE.L3 { z-index: 1; border-radius: 50%; content: '' !important; text-indent: -999px !important; padding: 0; height: 80px !important; line-height: 40px; width: 80px !important; min-width: 80px !important; zoom: 1; display: block; position: fixed; bottom: 15px; right: 15px; margin-left: -40px; }
.aic .T-I.T-I-KE.L3::before { background-position: top center; width: 100%; height: 40px; margin-top: 25px; }
.WR .z0 { height: 0 !important; margin: 0 !important; }
.nM > .yJ > .ajl.aib.aZ6 { padding: 0; position: fixed; top: 80px; height: 200px !important; overflow: hidden; }
.nH.oy8Mbf.nn.aeN { width: 1px !important; height: 1px !important; }
.nH.oy8Mbf.nn.aeN { position: fixed; left: 0; top: 50px; z-index: 1000; }
.ae4.nH.oy8Mbf table, table.Bs.nH.iY.bAt { margin-top: 20px; max-width: 800px; margin-left: auto; margin-right: auto; border: none; }
@media (max-width: 1200px) {
.ae4.nH.oy8Mbf, .nH > .nH.g.id { padding-left: 200px; box-sizing: border-box; display: block; margin: 0; }
}
.ae4.nH.oy8Mbf table td { padding: 4px; background: transparent !important; }
.ae4.nH.oy8Mbf table tr { background: transparent !important; border: none; }
.ae4.nH.oy8Mbf table tr.btb { box-shadow: none !important; background: rgba(0, 0, 0, 0.02) !important; }
.ae4.nH.oy8Mbf table tr.zA:hover { box-shadow: none; background: rgba(0, 0, 0, 0.03) !important; }
.byl .TO.nZ.aBP { background-color: #e8eaed !important; color: #000 !important; }
.byl .TO.nZ.aBP .aio.UKr6le > * { color: #000 !important; }
.byl .TO.nZ.aBP .aio.UKr6le > span > a { color: #000 !important; }
.byl .TO.nZ.aBP .TN.bzz.aHS-bnt > .qj { background-image: url(https://www.gstatic.com/images/icons/material/system/1x/inbox_black_20dp.png); }
.byl > .TK > .aim { width: 70%; margin: 2px 0; }
.byl > .TK > .aim > .TO > .TN { padding-left: 18px !important; }
.byl > .TK > .aim > .TO { padding: 2px 0; }
.nH.nn > .no > .nH.nn > .AD { position: fixed !important; width: 80%; right: 10%; }
.gb_Cd.gb_Uc.gb_Vc,
.gb_Cd.gb_Nd.gb_Fe.gb_ve.gb_Ce > .gb_je.gb_he,
.gb_Od.gb_Qa.gb_Cd.gb_Rd > .gb_Ke > .gb_Lc {
display: none !important;
}
#aso_search_form_anchor {
position absolute !important;
top: 0;
left: 0;
right: 0;
max-width: 100% !important;
width: 100% !important;
border: 0 !important;
border-radius: 0 !important;
background: transparent !important;
border-image-width: 0 !important;
box-shadow: none !important;
}
form#aso_search_form_anchor > button {
display: none;
}
.gb_oe.gb_me, .gb_Pe > .gb_Qc {
display: none !important;
}
.aeN.WR.BaIAZe.anZ.nH.oy8Mbf.nn > div > div[jsname]:last-child {
border: none !important;
}
.aeN.WR.BaIAZe.anZ.nH.oy8Mbf {
display: none;
}
.Tm.ya {
background: none;
}
.aAw.FgKVne {
display: none;
}
.yJ > .ajl.aib.aZ6 {
display: block;
}
.nM > .aic + div > .ajl.aib.aZ6 {
width: 350px !important;
}
form.gb_Qe.gb_of.aJf {
margin-left: 0 !important;
}
form .gb_rf.gb_lf {
margin-left: 0;
} | 0.449634 | 0.188156 |
@charset "utf-8";
/* -------------------------------------------------
-------------------------------------------------
*01. pc common
*02. header
*03. footer
*04. トップページ
*05. 共通CSS (第2階層)
-------------------------------------------------
------------------------------------------------- */
/* ---------------------------
01. pc common
---------------------------*/
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
body {
background-color: #FFF;
font-size: 14px;
height: auto;
line-height: 26px;
overflow-x: hidden;
width: 100%;
overflow-x: hidden;
position: relative;
font-family: 'Avenir', 'Avenir Next', 'Century Gothic', 'Noto Sans Japanese', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS Pゴシック", "MS PGothic", "sans-serif";
color: #000;
}
.mgt80{
margin-top: 80px !important;
}
.center{
text-align: center;
}
/* ---------------------------
02. header
---------------------------*/
#hdr{
border-top: 2px solid #95d38b;
}
.nav_login a:before{
content: "";
background: url("/images/icon_login.png") no-repeat;
display: block;
width: 17px;
height: 19px;
background-size: cover;
position: absolute;
top: -3px;
left: 0;
}
.nav_contact{
width: 216px;
display: table-cell;
}
.nav_contact a{
border-radius: 20px;
background-image: -moz-linear-gradient( 90deg, rgb(0,55,0) 0%, rgb(11,75,0) 100%);
background-image: -webkit-linear-gradient( 90deg, rgb(0,55,0) 0%, rgb(11,75,0) 100%);
background-image: -ms-linear-gradient( 90deg, rgb(0,55,0) 0%, rgb(11,75,0) 100%);
padding: 16px 0 14px;
text-align: center;
color: #FFF;
display: block;
line-height: 14px;
}
#hdr_nav ul{
float: right;
width: 350px;
display: table;
margin: 11px 0;
}
.nav_login{
display: table-cell;
}
.nav_login a{
position: relative;
padding-left: 20px;
}
.nav_contact a:hover, .nav_contact a:active{
opacity: 0.7;
}
#login{
border-radius: 5px;
}
#login dl {
margin-bottom: 20px;
}
#login dl dt {
width: 120px;
float: left;
clear: left;
margin-bottom: 10px;
}
#login dl dd {
width: 190px;
margin-left: 120px;
margin-bottom: 10px;
}
#login input[type=text] , #login input[type=password]{
width: 100%;
outline: none;
}
#login input[type=text]:focus,
#login input[type=password]:focus{
background-color: rgba(147,212,136,0.1);
border:1px solid #95d38b;
}
#login input[type=radio], #login input[type=checkbox] {
display: none;
margin: 0;
}
#login input[type=radio] + label, #login input[type=checkbox] + label {
padding: 0 0 0 24px;
}
#login input[type=radio] + label, #login input[type=checkbox] + label {
position: relative;
display: inline-block;
margin-right: 12px;
line-height: 1.5px;
cursor: pointer;
}
#login input[type=checkbox] + label::before {
border: 1px solid #c2ced2;
border-radius: 3px;
}
#login input[type=checkbox] + label::before {
content: "";
position: absolute;
top: 50%;
left: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
display: block;
width: 18px;
height: 18px;
margin-top: -10px;
background-color: white;
}
#login input[type=checkbox]:checked + label::after {
left: 3px;
width: 12px;
height: 8px;
margin-top: -7px;
border-left: 3px solid #0b4b00;
border-bottom: 3px solid #0b4b00;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
#login input[type=radio]:checked + label::after,
#login input[type=checkbox]:checked + label::after {
content: "";
position: absolute;
top: 50%;
-moz-box-sizing: border-box;
box-sizing: border-box;
display: block;
}
* :after, :before {
box-sizing: border-box;
}
/* リンク */
.link_normal:before {
font-size: 8px;
padding: 0 .5em 0 0;
content: "\25b6";
color: #333;
}
a.btn_redRadius20, .btn_redRadius20 [type=submit] {
background-image: -moz-linear-gradient( 90deg, rgb(237,61,61) 0%, rgb(239,86,86) 100%);
background-image: -webkit-linear-gradient( 90deg, rgb(237,61,61) 0%, rgb(239,86,86) 100%);
background-image: -ms-linear-gradient( 90deg, rgb(237,61,61) 0%, rgb(239,86,86) 100%);
border-radius: 20px;
border: none;
color: #FFF;
padding: 10px;
font-size: 14px;
display: block;
text-align: center;
cursor: pointer;
outline: none;
text-decoration: none;
}
/* ---------------------------
02. footer
---------------------------*/
#ftr{
background-color: #93d488;
font-size: 12px;
padding: 30px 0;
}
#page-top{
width: 53px;
height: 53px;
position: fixed;
right: 10px;
bottom: 20px;
}
#page-top img{
width: 100%;
height: auto;
}
#ftr ul {
text-align: center;
}
#ftr ul li{
display: inline;
padding: 0 10px;
white-space: nowrap;
}
/* ---------------------------
05. スマホ・PC
---------------------------*/
#pankuzu {
background-color: #EEE;
margin-bottom: 50px;
padding: 6px 0;
font-size: 12px;
line-height: 16px;
}
#pankuzu li{
float: left;
}
#pankuzu li:after{
content: ">";
padding:0 10px;
}
#pankuzu li:last-child:after{
content: "";
}
.contentLarge_h1{
font-size: 28px;
line-height: 36px;
color: #5fad52;
margin: 10px 0 50px;
font-weight: normal;
}
.content_h2{
font-size: 20px;
color: #5fad52;
font-weight: normal;
padding-bottom: 10px;
border-bottom: 1px solid #DDD;
margin-bottom: 20px;
}
.content_h3 {
font-size: 16px;
font-weight: normal;
margin-bottom: 20px;
border-left: 3px solid #5fad52;
padding-left: 8px;
line-height: 1em;
}
p + .content_h2, p + .content_h3, p + .contentLarge_h2, ul + .content_h2, ul + .content_h3, ul + .contentLarge_h2, ol + .content_h2, ol + .content_h3, ol + .contentLarge_h2 {
margin-top: 40px;
}
.tit_contents{
border-left: 3px solid #333;
font-size: 24px;
line-height: 28px;
margin: 0 0 30px;
padding:3px 0 0 10px;
}
.tit_qa{
background-color: #5fad52;
color: #FFF;
padding: 5px 10px;
font-weight: normal;
}
hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #cccccc;
margin: 1em 0;
padding: 0;
}
.link_back:before {
font-size: 8px;
padding: 0 .5em 0 0;
content: "\25C0";
color: #5fad52;
}
.link_next:after {
font-size: 8px;
padding: 0 0 0 .5em;
content: "\25b6";
color: #5fad52;
}
.contentBoxLarge_ul a{
text-decoration: underline;
}
.ul_child > li{
margin-bottom: 1em;
}
ul.ul_normal li{
margin-bottom: 1em;
}
ul.decimal > li{
list-style-type: decimal;
margin-left: 1em;
margin-bottom: 1em;
}
ul ul{
margin-top: 1em;
}
.contents{
padding-bottom: 80px;
}
.kiyaku_ul a{
text-decoration: underline;
}
.kiyaku_ftr{
max-width: 400px;
margin: 0 auto;
}
/* お知らせページネーション */
ul.pagingList {
width: 100%;
text-align: center;
}
ul.pagingList li {
display: inline;
padding: 10px;
}
ul.pagingList li a{
text-decoration: underline;
}
a.nowHere:link, a.nowHere:visited, a.nowHere:hover, a.nowHere:active {
color: #4b4948 !important;
text-decoration: none;
}
a.nowHere {
background-color: #EEE;
padding: 10px;
}
.tableBeige {
width: 100%;
border: 1px solid #DDD;
border-collapse: collapse;
}
.tableBeige th{
font-size: 20px;
text-align: center;
padding: 10px;
border: 1px solid #DDD;
border-collapse: collapse;
background-color: #fffcf2;
}
.tableBeige td{
text-align: center;
padding: 30px;
}
.flowSet ol {
width: 100%;
height: 55px;
display: table;
border: 1px solid #333;
margin-bottom: 50px;
font-size: 11px;
font-weight: normal;
line-height: 14px;
}
.flowSet ol li:first-child.flowBoxOn {
color: #333;
background: url("/images/flow_on_bg.png") right center no-repeat #FFF;
background-size: 30px 126px;
}
.flowSet ol li.flowBoxOn {
color: #333;
background: url("/images/flow_on_bg.png") right center no-repeat #FFF;
background-size: 30px 126px;
}
.flow_no04 ol li {
width: 25%;
vertical-align: middle;
}
.flowSet ol li {
display: table-cell;
padding: 20px 10px;
background: url("/images/flow_off_bg.png") right center no-repeat #333;
background-size: 30px 126px;
position: relative;
color: #FFF;
font-weight: bold;
text-align: center;
}
.flowSet ol li:last-child {
background-image: none;
}
.flowSet ol li.flowBoxOn_before {
color: #FFF;
background: url("/images/flow_on_bg02.png") right center no-repeat #333;
background-size: 30px 126px;
}
@media (max-width: 768px){
.sp_none{
display: none;
}
.sp_noWrap{
display: block;
}
.container{
margin: 0 15px;
position: relative;
}
.content{
margin-bottom: 60px;
}
.section{
margin-bottom: 40px;
}
.contentLarge_h1{
font-size: 22px;
line-height: 34px;
color: #5fad52;
margin: 10px 0 30px;
font-weight: normal;
}
#hdr_nav ul {
width: 260px;
display: table;
margin: 11px auto;
}
.nav_contact {
width: 160px;
display: table-cell;
font-size: 12px;
}
#mainvisualSet{
position: relative;
}
#mainVisual{
height: 280px;
width: 100%;
background: url("/images/mainvisual_ph.jpg") center no-repeat;
background-size: cover;
position: absolute;
margin-bottom: 85px;
top: 0;
left: 0;
}
#mainVisual_inner{
height: 280px;
width: 100%;
background: url("/images/mainvisual_bg.png") repeat;
mix-blend-mode: multiply;
position: absolute;
opacity: 0.7;
left: 0;
top: 0;
}
.top_mainvisual_bg{
width: 102%;
height: auto;
position: absolute;
left: -1%;
bottom: -1%;
line-height: 0;
overflow: hidden;
}
.top_mainvisual_bg img{
width: 102%;
height: auto;
margin-left: -1%;
margin-bottom: -1%;
}
#mainvisualSet .container{
padding-top: 40px;
}
.logoArea{
border-radius: 30px;
background-color: rgb(147, 212, 136);
margin: auto;
width: 160px;
height:80px;
padding: 35px 0 30px;
}
.mainVisual_logo{
width: 100px;
margin: 0 auto 5px;
}
.mainVisual_logo img{
width: 100%;
height: auto;
}
.mainvisual_text{
padding: 5px 0;
background-color: #FFF;
border-radius: 6px;
margin: 0 10px;
text-align: center;
font-size: 11px;
line-height: 12px;
}
.mainvisual_text2{
text-align: center;
font-size: 14px;
font-weight: bold;
line-height: 36px;
margin: 100px auto 20px;
}
.mainvisual_icons{
width: 100%;
max-width: 377px;
margin:0 auto 20px;
}
.mainvisual_icons ul li{
float: left;
margin-right: 2%;
width: 31%;
}
.mainvisual_icons ul li:last-child{
margin-right: 0;
}
.mainvisual_icons ul li img{
width: 100%;
height: auto;
}
.mainvisual_img_02{
margin-top: 9px;
}
.mainvisual_img{
width: 80%;
height: auto;
text-align: center;
margin: 0 auto 40px;
}
.mainvisual_img img{
width: 100%;
height: auto;
max-width: 310px;
margin: 0 auto;
}
.mainvisual_img span{
margin-top: -20px;
display: block;
}
.section01_tit{
background-color: #93d488;
font-size: 24px;
line-height: 36px;
text-align: center;
color: #FFF;
padding: 10px;
margin-bottom: 30px;
}
.section01_img_01{
width: 100%;
text-align: center;
}
.section01_img_01 img{
width: 100%;
max-width: 640px;
height: auto;
}
.section01_items{
margin-bottom: 40px;
}
.section01_items ul li{
text-align: center;
}
.section01_items ul li img{
width: 100%;
max-width: 391px;
height:auto;
}
.section01_detail li , .ul_3column li{
width: 100%;
}
.section01_detail li{
background-color: #dcf0d8;
margin-bottom: 30px;
padding:20px 0;
}
.section01_detail li img{
width: 100%;
max-width: 320px;
height: auto;
margin: 0 auto;
padding:0 10px;
display: block;
}
.section01_detail li dt{
font-size: 20px;
font-weight: bold;
line-height: 30px;
text-align: center;
padding: 10px 0;
}
.section01_detail li dd{
padding: 0 20px 20px;
}
#section02{
background-color: #d6f0f7;
position: relative;
padding: 50px 0;
}
#section02:before{
content: "";
display: block;
background: url("/images/section02_arrow.png") no-repeat;
background-size: 54px 29px;
position: absolute;
top: 0;
left: 0;
right: 0;
margin: auto;
width: 54px;
height: 29px;
}
.section02_inner{
margin-bottom: 60px;
}
.section02_01_lt{
}
.section02_01_rt{
}
.section02_tit{
margin-bottom: 20px;
}
.section02_01_tit{
width: 263px;
height: auto;
}
.section02_01_img_01{
width:100%;
max-width: 265px;
height: auto;
display: block;
margin: 0 auto;
}
.section02_01_img_02{
width:100%;
max-width: 292px;
height: auto;
display: block;
margin: 30px auto 0;
}
.section02_detail{
border: 1px solid #cee7ea;
border-radius: 5px;
background-color: #ddf2f2;
padding: 10px;
font-size: 12px;
line-height: 18px;
margin-top: 10px;
}
.section02_02_lt{
}
.section02_02_rt{
}
.section02_02_img_01{
width: 100%;
max-width: 569px;
height: auto;
display: block;
margin: 0 auto;
}
.section02_02_tit{
width: 292px;
height: auto;
}
.section02_03_lt{
}
.section02_03_rt{
width: 90%;
margin: 20px auto 0;
}
.section02_03_rt_img{
text-align: center;
}
.section02_03_tit{
width: 232px;
height: auto;
}
.section02_03_img_01{
width: 100%;
max-width: 285px;
height: auto;
display: block;
margin: 0 auto;
}
.section02_03_img_02{
width: 188px;
height: auto;
margin-top: 20px;
}
.section02_03_rt .small{
display: block;
margin-top: -10px !important;
}
#section04{
margin: 40px 0;
}
.section04_tit{
font-size: 20px;
line-height: 28px;
font-weight: bold;
padding-bottom: 10px;
border-bottom: 1px solid #5fb6df;
margin-bottom: 30px;
color: #5fb6df;
}
.detail_table{
width: 100%;
border-collapse:collapse;
border-left: 1px solid #DDD;
border-right: 1px solid #DDD;
border-bottom: 1px solid #DDD;
}
.detail_table th{
display: block;
background-color: #eeeeee;
border-collapse:collapse;
border-top: 1px solid #DDD;
padding: 5px;
}
.detail_table td{
display: block;
border-collapse:collapse;
border-top: 1px solid #DDD;
padding: 5px;
}
.ul_3column li{
margin-bottom: 40px;
}
h4{
font-size: 16px;
margin-bottom: 10px;
}
.btn_area{
width: 100%;
margin: 20px auto 40px;
}
.btn_area a{
background-image: -moz-linear-gradient( 90deg, rgb(0,55,0) 0%, rgb(11,75,0) 100%);
background-image: -webkit-linear-gradient( 90deg, rgb(0,55,0) 0%, rgb(11,75,0) 100%);
background-image: -ms-linear-gradient( 90deg, rgb(0,55,0) 0%, rgb(11,75,0) 100%);
border-radius: 60px;
display: block;
font-size: 20px;
line-height: 24px;
text-align: center;
color: #FFF;
padding: 20px 0;
}
.btn_area a:hover{
opacity: 0.8;
}
/* お知らせ */
#news{
margin-bottom: 80px;
}
#news .floatL, #news .floatR{
float: none;
display: block;
}
.contentHalf{
margin-bottom: 50px;
}
.tit_news {
font-size: 20px;
font-weight: normal;
border-bottom: 1px dotted #003c58;
color: #333;
margin-bottom: 15px;
padding-bottom: 8px;
}
.news_btn_detail {
margin-bottom: 10px;
}
.btn_text {
border: none;
display: block;
border-radius: 30px;
background-image: -moz-linear-gradient( 90deg, rgb(76,73,72) 0%, rgb(104,100,99) 100%);
background-image: -webkit-linear-gradient( 90deg, rgb(76,73,72) 0%, rgb(104,100,99) 100%);
background-image: -ms-linear-gradient( 90deg, rgb(76,73,72) 0%, rgb(104,100,99) 100%);
font-size: 14px;
line-height: 1em;
padding: 15px 0;
text-align: center;
color: #FFF !important;
outline: none;
cursor: pointer;
box-shadow: 2px 2px 2px #DDD;
text-decoration: none !important;
}
.newsList dt {
width: 100px;
float: left;
clear: left;
color: #999;
margin-bottom: 10px;
}
.newsList dd {
margin-left: 100px;
margin-bottom: 10px;
}
.newsList dd a{
text-decoration: underline;
}
.news_detail_time {
color: #999;
background: url("/images/icon_time.png") 0 5px no-repeat;
background-size: 16px;
padding-left: 20px;
}
.set_container {
width: 100%;
margin-top: 30px;
position: relative;
}
.left_container {
width: 25%;
position: absolute;
top: 0;
left: 0;
}
.center_container {
width: 100%;
display: block;
vertical-align: middle;
padding-top: 40px;
position: relative;
}
.right_container {
width: 25%;
position: absolute;
top: 0;
right: 0;
}
/* 規約・プラポ */
.ul_child{
margin-left: 1em;
}
/* Q&A */
.qa_03_02_dl dt{
font-weight: bold;
}
.qa_03_02_dl dd{
margin-bottom: 10px;
}
/* お問い合わせ */
p + .form_title, div + .form_title, p + .form_set_container {
margin-top: 30px;
}
#contentBoxLarge{
margin-bottom: 80px;
}
.icon_Required {
background-color: #c5001f;
padding: 0 5px;
color: #FFF;
font-size: 12px;
}
.form_title {
padding: 8px;
background-color: #bee4b8;
text-align: center;
font-weight: bold;
font-size: 18px;
color: #333;
}
.form_set_container {
border: 1px solid #DDD;
box-shadow: 0 2px 2px #EEE;
}
.form_set_container table {
width: 100%;
margin-top: 15px;
border-collapse: collapse;
margin-bottom: 0;
}
.form_set_container table tr:nth-child(even) {
background-color: #f6f6f6;
}
.form_set_container table tr {
border-bottom: 1px dotted #c2c2c2;
}
.form_set_container table tr:last-child {
border-bottom: none;
}
.form_set_container table th {
padding: 10px 10px 0;
text-align: left;
vertical-align: top;
display: block;
}
.form_set_container table td {
padding: 0 10px 10px;
position: relative;
display: block;
}
.form_set_container table td .small{
display: block;
}
.input_medium {
width: 50%;
}
.input_text {
border: 1px solid #DDD;
font-size: 14px;
margin-bottom: 5px;
padding: 5px 10px;
width: 90%;
}
.input_textarea {
width: 80%;
height: 200px;
}
.center_container [type=submit] {
width: 100%;
padding: 20px;
font-size: 20px;
border-radius: 30px;
text-decoration: none;
}
.center_container [type=submit] {
background-image: -moz-linear-gradient( 90deg, rgb(0,55,0) 0%, rgb(11,75,0) 100%);
background-image: -webkit-linear-gradient( 90deg, rgb(0,55,0) 0%, rgb(11,75,0) 100%);
background-image: -ms-linear-gradient( 90deg, rgb(0,55,0) 0%, rgb(11,75,0) 100%);
border-radius: 60px;
border: none;
color: #FFF;
padding: 20px;
font-size: 18px;
display: block;
text-align: center;
cursor: pointer;
outline: none;
text-decoration: none;
}
.center_container.btn_next::after{
content: "";
display: block;
width: 10px;
height: 10px;
border-top: 3px solid #FFF;
border-right: 3px solid #FFF;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
position: absolute;
right: 30px;
top: 73px;
margin-top: -7px;
}
.center_container.btn_back::after{
content: "";
display: block;
width: 10px;
height: 10px;
border-top: 3px solid #FFF;
border-left: 3px solid #FFF;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
position: absolute;
left: 30px;
top: 73px;
margin-top: -7px;
}
.flowSet ol {
}
.flowSet ol li:first-child.flowBoxOn {
}
.flowSet ol li.flowBoxOn {
}
.flow_no04 ol li {
}
.flowSet ol li {
font-size: 10px;
padding: 10px 10px 10px 0;
}
.flowSet ol li:last-child {
}
.flowSet ol li.flowBoxOn_before {
}
.ul_2column li{
margin-bottom: 40px;
}
}
@media (min-width: 601px) and (max-width: 768px){
#hdr .logo{
width:139px;
float: left;
padding: 20px 0 0;
}
#hdr .logo img{
width:100%;
height: auto;
}
#hdr_nav{
float: right;
width: 340px
}
#hdr_nav ul{
float: right;
width: auto;
display: table;
margin: 11px 0;
}
.nav_login{
display: table-cell;
padding-right: 20px;
}
.nav_login a{
position: relative;
padding-left: 20px;
}
}
@media (max-width: 600px){
#hdr .logo{
width: 90px;
float: left;
padding: 23px 0 0;
clear: left;
}
#hdr .logo img{
width:100%;
height: auto;
}
#hdr_nav {
float: right;
}
.fancybox-content{
width: 90% !important;
}
}
@media (max-width: 375px){
#hdr .logo {
width: 70px;
float: left;
padding: 20px 0 0;
clear: left;
}
#hdr_nav {
margin-right: -5px;
}
#hdr_nav ul {
width: auto ;
font-size: 10px ;
margin: 8px 0 ;
}
.nav_contact {
width: auto;
padding-left: 10px;
}
.nav_contact a{
padding: 16px 10px 14px;
font-size: 10px ;
}
.fancybox-content{
padding: 20px !important;
}
#login{
border-radius: 5px;
}
#login dl {
margin-bottom: 20px;
}
#login dl dt {
width: auto;
float: none;
font-weight: bold;
clear: left;
margin-bottom: 0;
}
#login dl dd {
width: auto;
margin-left: 0;
margin-bottom: 10px;
}
.ul_2column li{
margin-bottom: 40px;
}
}
@media (min-width: 769px){
.pc_none {
display: none;
}
.pc_noWrap {
display: block;
}
.container{
width: 1020px;
margin: 0 auto;
position: relative;
}
.section{
margin-bottom: 60px;
}
#hdr .logo{
width:139px;
float: left;
padding: 20px 0 0;
}
#hdr .logo img{
width:100%;
height: auto;
}
#mainvisualSet{
position: relative;
height: 665px;
margin-bottom: 120px;
}
#mainVisual{
height: 665px;
width: 100%;
background: url("/images/mainvisual_ph.jpg") center no-repeat;
background-size: cover;
position: absolute;
margin-bottom: 85px;
top: 0;
left: 0;
}
#mainVisual_inner{
height: 665px;
width: 100%;
background: url("/images/mainvisual_bg.png") repeat;
mix-blend-mode: multiply;
position: absolute;
opacity: 0.7;
left: 0;
top: 0;
}
.top_mainvisual_bg{
width: 100%;
height: auto;
position: absolute;
left: 0;
bottom: 0;
line-height: 0;
overflow: hidden;
}
.top_mainvisual_bg img{
width: 102%;
height: auto;
margin-left: -1%;
margin-bottom: -1%;
}
.logoArea{
border-radius: 60px;
background-color: rgb(147, 212, 136);
position: absolute;
top: 96px;
left: 0;
right: 0;
margin: auto;
width: 272px;
height: 262px;
}
.mainVisual_logo{
width: 220px;
margin: 90px auto 20px;
}
.mainVisual_logo img{
width: 100%;
height: auto;
}
.mainvisual_text{
padding: 5px 0;
background-color: #FFF;
margin: 0 30px;
text-align: center;
font-size: 12px;
}
.mainvisual_text2{
text-align: center;
font-size: 16px;
font-weight: bold;
line-height: 36px;
position: absolute;
padding-top: 396px;
left: 0;
right: 0;
margin: auto;
}
.mainvisual_icons{
width: 377px;
height: 122px;
position: absolute;
top: 543px;
left: 0;
right: 0;
margin: auto;
}
.mainvisual_icons ul li{
float: left;
margin-right: 16px;
width: 115px;
}
.mainvisual_icons ul li:last-child{
margin-right: 0;
}
.mainvisual_icons ul li img{
width: 100%;
height: auto;
}
.mainvisual_img_02{
margin-top: 9px;
}
.mainvisual_img{
position: absolute;
top: 382px;
right: 0;
text-align: right;
}
.mainvisual_img img{
width: 271px;
height: auto;
}
.section01_tit{
font-size: 40px;
line-height: 60px;
text-align: center;
color: #5fad52;
margin-bottom: 68px;
}
.section01_img_01{
width: 408px;
margin-left: 60px;
float:left;
clear: left;
}
.section01_img_01 img{
width: 100%;
height: auto;
}
.section01_items{
margin-left: 475px;
}
.section01_items ul li{
}
.section01_items ul li img{
width: 391px;
height:auto;
}
.section01_detail li , .ul_3column li{
width: 320px;
margin-right: 30px;
float: left;
}
.section01_detail li:last-child , .ul_3column li:last-child{
margin-right: 0;
}
.ul_2column{
width: 1020px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.ul_2column li{
width: 490px;
margin-bottom: 40px;
}
.section01_detail li img{
width: 100%;
height: auto;
}
.section01_detail li dt{
font-size: 20px;
font-weight: bold;
line-height: 30px;
text-align: center;
padding: 10px 0 20px;
}
#section02{
background-color: #d6f0f7;
position: relative;
padding: 60px 0 10px 0;
}
#section02:before{
content: "";
display: block;
background: url("/images/section02_arrow.png") no-repeat;
background-size: 54px 29px;
position: absolute;
top: 0;
left: 0;
right: 0;
margin: auto;
width: 54px;
height: 29px;
}
.section02_inner{
margin-bottom: 40px;
padding-left: 20px;
}
.section02_01_lt{
width: 400px;
float: left;
}
.section02_01_rt{
width: 570px;
float: right;
}
.section02_tit{
margin-bottom: 40px;
}
.section02_01_tit{
width: 362px;
height: auto;
}
.section02_01_img_01{
width:265px;
height: auto;
float: left;
}
.section02_01_img_01{
width:265px;
height: auto;
}
.section02_01_img_02{
width:292px;
height: auto;
}
.section02_detail{
border: 1px solid #cee7ea;
border-radius: 5px;
background-color: #ddf2f2;
padding: 10px;
font-size: 12px;
line-height: 18px;
margin-top: 10px;
}
.section02_02_lt{
width: 570px;
float: left;
}
.section02_02_rt{
width: 400px;
float: right;
}
.section02_02_img_01{
width: 569px;
height: auto;
}
.section02_02_tit{
width: 365px;
height: auto;
}
.section02_03_lt{
width: 570px;
float: left;
}
.section02_03_rt{
width: 385px;
position: relative;
float: right;
}
.section02_03_rt_img{
height: 430px;
}
.section02_03_tit{
width: 322px;
height: auto;
}
.section02_03_img_01{
width: 285px;
height: auto;
position: absolute;
top: 0;
left: 0;
}
.section02_03_img_02{
width: 188px;
height: auto;
position: absolute;
top: 127px;
right: 0;
}
#section04{
margin: 20px 0;
}
.section04_tit{
font-size: 20px;
line-height: 28px;
font-weight: bold;
padding-bottom: 10px;
border-bottom: 1px solid #5fb6df;
margin-bottom: 30px;
color: #5fb6df;
}
.detail_table{
width: 100%;
border-collapse:collapse;
border: 1px solid #DDD;
}
.detail_table th{
background-color: #eeeeee;
border-collapse:collapse;
border: 1px solid #DDD;
padding: 5px;
white-space: nowrap;
}
.detail_table td{
border-collapse:collapse;
border: 1px solid #DDD;
padding: 5px;
}
h4{
font-size: 16px;
margin-bottom: 10px;
}
.btn_area{
width: 600px;
margin: 60px auto 80px;
}
.btn_area a{
background-image: -moz-linear-gradient( 90deg, rgb(0,55,0) 0%, rgb(11,75,0) 100%);
background-image: -webkit-linear-gradient( 90deg, rgb(0,55,0) 0%, rgb(11,75,0) 100%);
background-image: -ms-linear-gradient( 90deg, rgb(0,55,0) 0%, rgb(11,75,0) 100%);
border-radius: 60px;
display: block;
font-size: 24px;
line-height: 24px;
text-align: center;
color: #FFF;
padding: 40px 0;
}
.btn_area a:hover{
opacity: 0.8;
}
/* お知らせ */
#news{
margin-bottom: 80px;
}
.contentHalf {
width: 47%;
position: relative;
}
.news_titleSet {
position: relative;
}
.tit_news {
font-size: 20px;
font-weight: normal;
border-bottom: 1px dotted #003c58;
color: #333;
margin-bottom: 30px;
padding-bottom: 8px;
}
.news_btn_detail {
position: absolute;
top: 0;
right: 0;
}
.btn_text {
border: none;
border-radius: 6px;
background-image: -moz-linear-gradient( 90deg, rgb(76,73,72) 0%, rgb(104,100,99) 100%);
background-image: -webkit-linear-gradient( 90deg, rgb(76,73,72) 0%, rgb(104,100,99) 100%);
background-image: -ms-linear-gradient( 90deg, rgb(76,73,72) 0%, rgb(104,100,99) 100%);
font-size: 14px;
line-height: 1em;
padding: 5px 10px;
text-align: center;
color: #FFF !important;
outline: none;
cursor: pointer;
box-shadow: 2px 2px 2px #DDD;
text-decoration: none !important;
}
.newsList dt {
width: 100px;
float: left;
clear: left;
color: #999;
margin-bottom: 10px;
}
.newsList dd {
margin-left: 100px;
margin-bottom: 10px;
}
.newsList dd a{
text-decoration: underline;
}
.news_detail_time {
color: #999;
background: url("/images/icon_time.png") 0 5px no-repeat;
background-size: 16px;
padding-left: 20px;
}
.set_container {
width: 100%;
display: table;
margin-top: 30px;
}
.left_container {
width: 25%;
display: table-cell;
vertical-align: middle;
}
.set_container .center_container{
position: relative;
}
.center_container {
width: 50%;
display: table-cell;
vertical-align: middle;
}
.right_container {
width: 25%;
display: table-cell;
vertical-align: middle;
text-align: right;
}
/* 規約・プラポ */
.ul_child{
margin-left: 3em;
}
/* Q&A */
.qa_03_02_dl dt{
width: 120px;
float: left;
clear: left;
}
.qa_03_02_dl dd{
margin-left: 120px;
}
/* お問い合わせ */
p + .form_title, div + .form_title, p + .form_set_container {
margin-top: 30px;
}
#contentBoxLarge{
margin-bottom: 80px;
}
.icon_Required {
background-color: #c5001f;
padding: 0 5px;
color: #FFF;
font-size: 12px;
float: right;
}
.form_title {
padding: 8px 0;
background-color: #bee4b8;
text-align: center;
font-weight: bold;
font-size: 18px;
color: #333;
}
.form_set_container {
width: 978px;
border: 1px solid #DDD;
display: table;
padding: 0 20px;
box-shadow: 0 2px 2px #EEE;
}
.form_set_container table {
width: 100%;
margin-top: 15px;
border-collapse: collapse;
margin-bottom: 20px;
}
.form_set_container table tr:nth-child(even) {
background-color: #f6f6f6;
}
.form_set_container table tr {
border-bottom: 1px dotted #c2c2c2;
}
.form_set_container table tr:last-child {
border-bottom: none;
}
.form_set_container table th {
padding: 15px 10px;
text-align: left;
vertical-align: top;
}
.form_set_container table td {
padding: 15px 10px;
position: relative;
}
.input_medium {
width: 50%;
}
.input_text {
border: 1px solid #DDD;
font-size: 14px;
padding: 5px 10px;
}
.input_textarea {
width: 80%;
height: 200px;
}
.center_container [type=submit] {
width: 100%;
padding: 20px;
font-size: 20px;
border-radius: 30px;
text-decoration: none;
}
.center_container [type=submit] {
background-image: -moz-linear-gradient( 90deg, rgb(0,55,0) 0%, rgb(11,75,0) 100%);
background-image: -webkit-linear-gradient( 90deg, rgb(0,55,0) 0%, rgb(11,75,0) 100%);
background-image: -ms-linear-gradient( 90deg, rgb(0,55,0) 0%, rgb(11,75,0) 100%);
border-radius: 60px;
border: none;
color: #FFF;
padding: 20px;
font-size: 18px;
display: block;
text-align: center;
cursor: pointer;
outline: none;
text-decoration: none;
}
.center_container::after{
content: "";
display: block;
width: 10px;
height: 10px;
border-top: 3px solid #FFF;
border-right: 3px solid #FFF;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
position: absolute;
right: 30px;
top: 50%;
margin-top: -7px;
}
/* パスワード忘れ */
.password_start {
width: 25%;
}
.color-container--error {
background-color: #ffebeb;
border: 1px solid #ef5656;
padding: 20px;
margin-bottom: 50px;
}
.color-container--error p{
margin-bottom: 0;
}
} | public/css/facility_style.css | @charset "utf-8";
/* -------------------------------------------------
-------------------------------------------------
*01. pc common
*02. header
*03. footer
*04. トップページ
*05. 共通CSS (第2階層)
-------------------------------------------------
------------------------------------------------- */
/* ---------------------------
01. pc common
---------------------------*/
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
body {
background-color: #FFF;
font-size: 14px;
height: auto;
line-height: 26px;
overflow-x: hidden;
width: 100%;
overflow-x: hidden;
position: relative;
font-family: 'Avenir', 'Avenir Next', 'Century Gothic', 'Noto Sans Japanese', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS Pゴシック", "MS PGothic", "sans-serif";
color: #000;
}
.mgt80{
margin-top: 80px !important;
}
.center{
text-align: center;
}
/* ---------------------------
02. header
---------------------------*/
#hdr{
border-top: 2px solid #95d38b;
}
.nav_login a:before{
content: "";
background: url("/images/icon_login.png") no-repeat;
display: block;
width: 17px;
height: 19px;
background-size: cover;
position: absolute;
top: -3px;
left: 0;
}
.nav_contact{
width: 216px;
display: table-cell;
}
.nav_contact a{
border-radius: 20px;
background-image: -moz-linear-gradient( 90deg, rgb(0,55,0) 0%, rgb(11,75,0) 100%);
background-image: -webkit-linear-gradient( 90deg, rgb(0,55,0) 0%, rgb(11,75,0) 100%);
background-image: -ms-linear-gradient( 90deg, rgb(0,55,0) 0%, rgb(11,75,0) 100%);
padding: 16px 0 14px;
text-align: center;
color: #FFF;
display: block;
line-height: 14px;
}
#hdr_nav ul{
float: right;
width: 350px;
display: table;
margin: 11px 0;
}
.nav_login{
display: table-cell;
}
.nav_login a{
position: relative;
padding-left: 20px;
}
.nav_contact a:hover, .nav_contact a:active{
opacity: 0.7;
}
#login{
border-radius: 5px;
}
#login dl {
margin-bottom: 20px;
}
#login dl dt {
width: 120px;
float: left;
clear: left;
margin-bottom: 10px;
}
#login dl dd {
width: 190px;
margin-left: 120px;
margin-bottom: 10px;
}
#login input[type=text] , #login input[type=password]{
width: 100%;
outline: none;
}
#login input[type=text]:focus,
#login input[type=password]:focus{
background-color: rgba(147,212,136,0.1);
border:1px solid #95d38b;
}
#login input[type=radio], #login input[type=checkbox] {
display: none;
margin: 0;
}
#login input[type=radio] + label, #login input[type=checkbox] + label {
padding: 0 0 0 24px;
}
#login input[type=radio] + label, #login input[type=checkbox] + label {
position: relative;
display: inline-block;
margin-right: 12px;
line-height: 1.5px;
cursor: pointer;
}
#login input[type=checkbox] + label::before {
border: 1px solid #c2ced2;
border-radius: 3px;
}
#login input[type=checkbox] + label::before {
content: "";
position: absolute;
top: 50%;
left: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
display: block;
width: 18px;
height: 18px;
margin-top: -10px;
background-color: white;
}
#login input[type=checkbox]:checked + label::after {
left: 3px;
width: 12px;
height: 8px;
margin-top: -7px;
border-left: 3px solid #0b4b00;
border-bottom: 3px solid #0b4b00;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
#login input[type=radio]:checked + label::after,
#login input[type=checkbox]:checked + label::after {
content: "";
position: absolute;
top: 50%;
-moz-box-sizing: border-box;
box-sizing: border-box;
display: block;
}
* :after, :before {
box-sizing: border-box;
}
/* リンク */
.link_normal:before {
font-size: 8px;
padding: 0 .5em 0 0;
content: "\25b6";
color: #333;
}
a.btn_redRadius20, .btn_redRadius20 [type=submit] {
background-image: -moz-linear-gradient( 90deg, rgb(237,61,61) 0%, rgb(239,86,86) 100%);
background-image: -webkit-linear-gradient( 90deg, rgb(237,61,61) 0%, rgb(239,86,86) 100%);
background-image: -ms-linear-gradient( 90deg, rgb(237,61,61) 0%, rgb(239,86,86) 100%);
border-radius: 20px;
border: none;
color: #FFF;
padding: 10px;
font-size: 14px;
display: block;
text-align: center;
cursor: pointer;
outline: none;
text-decoration: none;
}
/* ---------------------------
02. footer
---------------------------*/
#ftr{
background-color: #93d488;
font-size: 12px;
padding: 30px 0;
}
#page-top{
width: 53px;
height: 53px;
position: fixed;
right: 10px;
bottom: 20px;
}
#page-top img{
width: 100%;
height: auto;
}
#ftr ul {
text-align: center;
}
#ftr ul li{
display: inline;
padding: 0 10px;
white-space: nowrap;
}
/* ---------------------------
05. スマホ・PC
---------------------------*/
#pankuzu {
background-color: #EEE;
margin-bottom: 50px;
padding: 6px 0;
font-size: 12px;
line-height: 16px;
}
#pankuzu li{
float: left;
}
#pankuzu li:after{
content: ">";
padding:0 10px;
}
#pankuzu li:last-child:after{
content: "";
}
.contentLarge_h1{
font-size: 28px;
line-height: 36px;
color: #5fad52;
margin: 10px 0 50px;
font-weight: normal;
}
.content_h2{
font-size: 20px;
color: #5fad52;
font-weight: normal;
padding-bottom: 10px;
border-bottom: 1px solid #DDD;
margin-bottom: 20px;
}
.content_h3 {
font-size: 16px;
font-weight: normal;
margin-bottom: 20px;
border-left: 3px solid #5fad52;
padding-left: 8px;
line-height: 1em;
}
p + .content_h2, p + .content_h3, p + .contentLarge_h2, ul + .content_h2, ul + .content_h3, ul + .contentLarge_h2, ol + .content_h2, ol + .content_h3, ol + .contentLarge_h2 {
margin-top: 40px;
}
.tit_contents{
border-left: 3px solid #333;
font-size: 24px;
line-height: 28px;
margin: 0 0 30px;
padding:3px 0 0 10px;
}
.tit_qa{
background-color: #5fad52;
color: #FFF;
padding: 5px 10px;
font-weight: normal;
}
hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #cccccc;
margin: 1em 0;
padding: 0;
}
.link_back:before {
font-size: 8px;
padding: 0 .5em 0 0;
content: "\25C0";
color: #5fad52;
}
.link_next:after {
font-size: 8px;
padding: 0 0 0 .5em;
content: "\25b6";
color: #5fad52;
}
.contentBoxLarge_ul a{
text-decoration: underline;
}
.ul_child > li{
margin-bottom: 1em;
}
ul.ul_normal li{
margin-bottom: 1em;
}
ul.decimal > li{
list-style-type: decimal;
margin-left: 1em;
margin-bottom: 1em;
}
ul ul{
margin-top: 1em;
}
.contents{
padding-bottom: 80px;
}
.kiyaku_ul a{
text-decoration: underline;
}
.kiyaku_ftr{
max-width: 400px;
margin: 0 auto;
}
/* お知らせページネーション */
ul.pagingList {
width: 100%;
text-align: center;
}
ul.pagingList li {
display: inline;
padding: 10px;
}
ul.pagingList li a{
text-decoration: underline;
}
a.nowHere:link, a.nowHere:visited, a.nowHere:hover, a.nowHere:active {
color: #4b4948 !important;
text-decoration: none;
}
a.nowHere {
background-color: #EEE;
padding: 10px;
}
.tableBeige {
width: 100%;
border: 1px solid #DDD;
border-collapse: collapse;
}
.tableBeige th{
font-size: 20px;
text-align: center;
padding: 10px;
border: 1px solid #DDD;
border-collapse: collapse;
background-color: #fffcf2;
}
.tableBeige td{
text-align: center;
padding: 30px;
}
.flowSet ol {
width: 100%;
height: 55px;
display: table;
border: 1px solid #333;
margin-bottom: 50px;
font-size: 11px;
font-weight: normal;
line-height: 14px;
}
.flowSet ol li:first-child.flowBoxOn {
color: #333;
background: url("/images/flow_on_bg.png") right center no-repeat #FFF;
background-size: 30px 126px;
}
.flowSet ol li.flowBoxOn {
color: #333;
background: url("/images/flow_on_bg.png") right center no-repeat #FFF;
background-size: 30px 126px;
}
.flow_no04 ol li {
width: 25%;
vertical-align: middle;
}
.flowSet ol li {
display: table-cell;
padding: 20px 10px;
background: url("/images/flow_off_bg.png") right center no-repeat #333;
background-size: 30px 126px;
position: relative;
color: #FFF;
font-weight: bold;
text-align: center;
}
.flowSet ol li:last-child {
background-image: none;
}
.flowSet ol li.flowBoxOn_before {
color: #FFF;
background: url("/images/flow_on_bg02.png") right center no-repeat #333;
background-size: 30px 126px;
}
@media (max-width: 768px){
.sp_none{
display: none;
}
.sp_noWrap{
display: block;
}
.container{
margin: 0 15px;
position: relative;
}
.content{
margin-bottom: 60px;
}
.section{
margin-bottom: 40px;
}
.contentLarge_h1{
font-size: 22px;
line-height: 34px;
color: #5fad52;
margin: 10px 0 30px;
font-weight: normal;
}
#hdr_nav ul {
width: 260px;
display: table;
margin: 11px auto;
}
.nav_contact {
width: 160px;
display: table-cell;
font-size: 12px;
}
#mainvisualSet{
position: relative;
}
#mainVisual{
height: 280px;
width: 100%;
background: url("/images/mainvisual_ph.jpg") center no-repeat;
background-size: cover;
position: absolute;
margin-bottom: 85px;
top: 0;
left: 0;
}
#mainVisual_inner{
height: 280px;
width: 100%;
background: url("/images/mainvisual_bg.png") repeat;
mix-blend-mode: multiply;
position: absolute;
opacity: 0.7;
left: 0;
top: 0;
}
.top_mainvisual_bg{
width: 102%;
height: auto;
position: absolute;
left: -1%;
bottom: -1%;
line-height: 0;
overflow: hidden;
}
.top_mainvisual_bg img{
width: 102%;
height: auto;
margin-left: -1%;
margin-bottom: -1%;
}
#mainvisualSet .container{
padding-top: 40px;
}
.logoArea{
border-radius: 30px;
background-color: rgb(147, 212, 136);
margin: auto;
width: 160px;
height:80px;
padding: 35px 0 30px;
}
.mainVisual_logo{
width: 100px;
margin: 0 auto 5px;
}
.mainVisual_logo img{
width: 100%;
height: auto;
}
.mainvisual_text{
padding: 5px 0;
background-color: #FFF;
border-radius: 6px;
margin: 0 10px;
text-align: center;
font-size: 11px;
line-height: 12px;
}
.mainvisual_text2{
text-align: center;
font-size: 14px;
font-weight: bold;
line-height: 36px;
margin: 100px auto 20px;
}
.mainvisual_icons{
width: 100%;
max-width: 377px;
margin:0 auto 20px;
}
.mainvisual_icons ul li{
float: left;
margin-right: 2%;
width: 31%;
}
.mainvisual_icons ul li:last-child{
margin-right: 0;
}
.mainvisual_icons ul li img{
width: 100%;
height: auto;
}
.mainvisual_img_02{
margin-top: 9px;
}
.mainvisual_img{
width: 80%;
height: auto;
text-align: center;
margin: 0 auto 40px;
}
.mainvisual_img img{
width: 100%;
height: auto;
max-width: 310px;
margin: 0 auto;
}
.mainvisual_img span{
margin-top: -20px;
display: block;
}
.section01_tit{
background-color: #93d488;
font-size: 24px;
line-height: 36px;
text-align: center;
color: #FFF;
padding: 10px;
margin-bottom: 30px;
}
.section01_img_01{
width: 100%;
text-align: center;
}
.section01_img_01 img{
width: 100%;
max-width: 640px;
height: auto;
}
.section01_items{
margin-bottom: 40px;
}
.section01_items ul li{
text-align: center;
}
.section01_items ul li img{
width: 100%;
max-width: 391px;
height:auto;
}
.section01_detail li , .ul_3column li{
width: 100%;
}
.section01_detail li{
background-color: #dcf0d8;
margin-bottom: 30px;
padding:20px 0;
}
.section01_detail li img{
width: 100%;
max-width: 320px;
height: auto;
margin: 0 auto;
padding:0 10px;
display: block;
}
.section01_detail li dt{
font-size: 20px;
font-weight: bold;
line-height: 30px;
text-align: center;
padding: 10px 0;
}
.section01_detail li dd{
padding: 0 20px 20px;
}
#section02{
background-color: #d6f0f7;
position: relative;
padding: 50px 0;
}
#section02:before{
content: "";
display: block;
background: url("/images/section02_arrow.png") no-repeat;
background-size: 54px 29px;
position: absolute;
top: 0;
left: 0;
right: 0;
margin: auto;
width: 54px;
height: 29px;
}
.section02_inner{
margin-bottom: 60px;
}
.section02_01_lt{
}
.section02_01_rt{
}
.section02_tit{
margin-bottom: 20px;
}
.section02_01_tit{
width: 263px;
height: auto;
}
.section02_01_img_01{
width:100%;
max-width: 265px;
height: auto;
display: block;
margin: 0 auto;
}
.section02_01_img_02{
width:100%;
max-width: 292px;
height: auto;
display: block;
margin: 30px auto 0;
}
.section02_detail{
border: 1px solid #cee7ea;
border-radius: 5px;
background-color: #ddf2f2;
padding: 10px;
font-size: 12px;
line-height: 18px;
margin-top: 10px;
}
.section02_02_lt{
}
.section02_02_rt{
}
.section02_02_img_01{
width: 100%;
max-width: 569px;
height: auto;
display: block;
margin: 0 auto;
}
.section02_02_tit{
width: 292px;
height: auto;
}
.section02_03_lt{
}
.section02_03_rt{
width: 90%;
margin: 20px auto 0;
}
.section02_03_rt_img{
text-align: center;
}
.section02_03_tit{
width: 232px;
height: auto;
}
.section02_03_img_01{
width: 100%;
max-width: 285px;
height: auto;
display: block;
margin: 0 auto;
}
.section02_03_img_02{
width: 188px;
height: auto;
margin-top: 20px;
}
.section02_03_rt .small{
display: block;
margin-top: -10px !important;
}
#section04{
margin: 40px 0;
}
.section04_tit{
font-size: 20px;
line-height: 28px;
font-weight: bold;
padding-bottom: 10px;
border-bottom: 1px solid #5fb6df;
margin-bottom: 30px;
color: #5fb6df;
}
.detail_table{
width: 100%;
border-collapse:collapse;
border-left: 1px solid #DDD;
border-right: 1px solid #DDD;
border-bottom: 1px solid #DDD;
}
.detail_table th{
display: block;
background-color: #eeeeee;
border-collapse:collapse;
border-top: 1px solid #DDD;
padding: 5px;
}
.detail_table td{
display: block;
border-collapse:collapse;
border-top: 1px solid #DDD;
padding: 5px;
}
.ul_3column li{
margin-bottom: 40px;
}
h4{
font-size: 16px;
margin-bottom: 10px;
}
.btn_area{
width: 100%;
margin: 20px auto 40px;
}
.btn_area a{
background-image: -moz-linear-gradient( 90deg, rgb(0,55,0) 0%, rgb(11,75,0) 100%);
background-image: -webkit-linear-gradient( 90deg, rgb(0,55,0) 0%, rgb(11,75,0) 100%);
background-image: -ms-linear-gradient( 90deg, rgb(0,55,0) 0%, rgb(11,75,0) 100%);
border-radius: 60px;
display: block;
font-size: 20px;
line-height: 24px;
text-align: center;
color: #FFF;
padding: 20px 0;
}
.btn_area a:hover{
opacity: 0.8;
}
/* お知らせ */
#news{
margin-bottom: 80px;
}
#news .floatL, #news .floatR{
float: none;
display: block;
}
.contentHalf{
margin-bottom: 50px;
}
.tit_news {
font-size: 20px;
font-weight: normal;
border-bottom: 1px dotted #003c58;
color: #333;
margin-bottom: 15px;
padding-bottom: 8px;
}
.news_btn_detail {
margin-bottom: 10px;
}
.btn_text {
border: none;
display: block;
border-radius: 30px;
background-image: -moz-linear-gradient( 90deg, rgb(76,73,72) 0%, rgb(104,100,99) 100%);
background-image: -webkit-linear-gradient( 90deg, rgb(76,73,72) 0%, rgb(104,100,99) 100%);
background-image: -ms-linear-gradient( 90deg, rgb(76,73,72) 0%, rgb(104,100,99) 100%);
font-size: 14px;
line-height: 1em;
padding: 15px 0;
text-align: center;
color: #FFF !important;
outline: none;
cursor: pointer;
box-shadow: 2px 2px 2px #DDD;
text-decoration: none !important;
}
.newsList dt {
width: 100px;
float: left;
clear: left;
color: #999;
margin-bottom: 10px;
}
.newsList dd {
margin-left: 100px;
margin-bottom: 10px;
}
.newsList dd a{
text-decoration: underline;
}
.news_detail_time {
color: #999;
background: url("/images/icon_time.png") 0 5px no-repeat;
background-size: 16px;
padding-left: 20px;
}
.set_container {
width: 100%;
margin-top: 30px;
position: relative;
}
.left_container {
width: 25%;
position: absolute;
top: 0;
left: 0;
}
.center_container {
width: 100%;
display: block;
vertical-align: middle;
padding-top: 40px;
position: relative;
}
.right_container {
width: 25%;
position: absolute;
top: 0;
right: 0;
}
/* 規約・プラポ */
.ul_child{
margin-left: 1em;
}
/* Q&A */
.qa_03_02_dl dt{
font-weight: bold;
}
.qa_03_02_dl dd{
margin-bottom: 10px;
}
/* お問い合わせ */
p + .form_title, div + .form_title, p + .form_set_container {
margin-top: 30px;
}
#contentBoxLarge{
margin-bottom: 80px;
}
.icon_Required {
background-color: #c5001f;
padding: 0 5px;
color: #FFF;
font-size: 12px;
}
.form_title {
padding: 8px;
background-color: #bee4b8;
text-align: center;
font-weight: bold;
font-size: 18px;
color: #333;
}
.form_set_container {
border: 1px solid #DDD;
box-shadow: 0 2px 2px #EEE;
}
.form_set_container table {
width: 100%;
margin-top: 15px;
border-collapse: collapse;
margin-bottom: 0;
}
.form_set_container table tr:nth-child(even) {
background-color: #f6f6f6;
}
.form_set_container table tr {
border-bottom: 1px dotted #c2c2c2;
}
.form_set_container table tr:last-child {
border-bottom: none;
}
.form_set_container table th {
padding: 10px 10px 0;
text-align: left;
vertical-align: top;
display: block;
}
.form_set_container table td {
padding: 0 10px 10px;
position: relative;
display: block;
}
.form_set_container table td .small{
display: block;
}
.input_medium {
width: 50%;
}
.input_text {
border: 1px solid #DDD;
font-size: 14px;
margin-bottom: 5px;
padding: 5px 10px;
width: 90%;
}
.input_textarea {
width: 80%;
height: 200px;
}
.center_container [type=submit] {
width: 100%;
padding: 20px;
font-size: 20px;
border-radius: 30px;
text-decoration: none;
}
.center_container [type=submit] {
background-image: -moz-linear-gradient( 90deg, rgb(0,55,0) 0%, rgb(11,75,0) 100%);
background-image: -webkit-linear-gradient( 90deg, rgb(0,55,0) 0%, rgb(11,75,0) 100%);
background-image: -ms-linear-gradient( 90deg, rgb(0,55,0) 0%, rgb(11,75,0) 100%);
border-radius: 60px;
border: none;
color: #FFF;
padding: 20px;
font-size: 18px;
display: block;
text-align: center;
cursor: pointer;
outline: none;
text-decoration: none;
}
.center_container.btn_next::after{
content: "";
display: block;
width: 10px;
height: 10px;
border-top: 3px solid #FFF;
border-right: 3px solid #FFF;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
position: absolute;
right: 30px;
top: 73px;
margin-top: -7px;
}
.center_container.btn_back::after{
content: "";
display: block;
width: 10px;
height: 10px;
border-top: 3px solid #FFF;
border-left: 3px solid #FFF;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
position: absolute;
left: 30px;
top: 73px;
margin-top: -7px;
}
.flowSet ol {
}
.flowSet ol li:first-child.flowBoxOn {
}
.flowSet ol li.flowBoxOn {
}
.flow_no04 ol li {
}
.flowSet ol li {
font-size: 10px;
padding: 10px 10px 10px 0;
}
.flowSet ol li:last-child {
}
.flowSet ol li.flowBoxOn_before {
}
.ul_2column li{
margin-bottom: 40px;
}
}
@media (min-width: 601px) and (max-width: 768px){
#hdr .logo{
width:139px;
float: left;
padding: 20px 0 0;
}
#hdr .logo img{
width:100%;
height: auto;
}
#hdr_nav{
float: right;
width: 340px
}
#hdr_nav ul{
float: right;
width: auto;
display: table;
margin: 11px 0;
}
.nav_login{
display: table-cell;
padding-right: 20px;
}
.nav_login a{
position: relative;
padding-left: 20px;
}
}
@media (max-width: 600px){
#hdr .logo{
width: 90px;
float: left;
padding: 23px 0 0;
clear: left;
}
#hdr .logo img{
width:100%;
height: auto;
}
#hdr_nav {
float: right;
}
.fancybox-content{
width: 90% !important;
}
}
@media (max-width: 375px){
#hdr .logo {
width: 70px;
float: left;
padding: 20px 0 0;
clear: left;
}
#hdr_nav {
margin-right: -5px;
}
#hdr_nav ul {
width: auto ;
font-size: 10px ;
margin: 8px 0 ;
}
.nav_contact {
width: auto;
padding-left: 10px;
}
.nav_contact a{
padding: 16px 10px 14px;
font-size: 10px ;
}
.fancybox-content{
padding: 20px !important;
}
#login{
border-radius: 5px;
}
#login dl {
margin-bottom: 20px;
}
#login dl dt {
width: auto;
float: none;
font-weight: bold;
clear: left;
margin-bottom: 0;
}
#login dl dd {
width: auto;
margin-left: 0;
margin-bottom: 10px;
}
.ul_2column li{
margin-bottom: 40px;
}
}
@media (min-width: 769px){
.pc_none {
display: none;
}
.pc_noWrap {
display: block;
}
.container{
width: 1020px;
margin: 0 auto;
position: relative;
}
.section{
margin-bottom: 60px;
}
#hdr .logo{
width:139px;
float: left;
padding: 20px 0 0;
}
#hdr .logo img{
width:100%;
height: auto;
}
#mainvisualSet{
position: relative;
height: 665px;
margin-bottom: 120px;
}
#mainVisual{
height: 665px;
width: 100%;
background: url("/images/mainvisual_ph.jpg") center no-repeat;
background-size: cover;
position: absolute;
margin-bottom: 85px;
top: 0;
left: 0;
}
#mainVisual_inner{
height: 665px;
width: 100%;
background: url("/images/mainvisual_bg.png") repeat;
mix-blend-mode: multiply;
position: absolute;
opacity: 0.7;
left: 0;
top: 0;
}
.top_mainvisual_bg{
width: 100%;
height: auto;
position: absolute;
left: 0;
bottom: 0;
line-height: 0;
overflow: hidden;
}
.top_mainvisual_bg img{
width: 102%;
height: auto;
margin-left: -1%;
margin-bottom: -1%;
}
.logoArea{
border-radius: 60px;
background-color: rgb(147, 212, 136);
position: absolute;
top: 96px;
left: 0;
right: 0;
margin: auto;
width: 272px;
height: 262px;
}
.mainVisual_logo{
width: 220px;
margin: 90px auto 20px;
}
.mainVisual_logo img{
width: 100%;
height: auto;
}
.mainvisual_text{
padding: 5px 0;
background-color: #FFF;
margin: 0 30px;
text-align: center;
font-size: 12px;
}
.mainvisual_text2{
text-align: center;
font-size: 16px;
font-weight: bold;
line-height: 36px;
position: absolute;
padding-top: 396px;
left: 0;
right: 0;
margin: auto;
}
.mainvisual_icons{
width: 377px;
height: 122px;
position: absolute;
top: 543px;
left: 0;
right: 0;
margin: auto;
}
.mainvisual_icons ul li{
float: left;
margin-right: 16px;
width: 115px;
}
.mainvisual_icons ul li:last-child{
margin-right: 0;
}
.mainvisual_icons ul li img{
width: 100%;
height: auto;
}
.mainvisual_img_02{
margin-top: 9px;
}
.mainvisual_img{
position: absolute;
top: 382px;
right: 0;
text-align: right;
}
.mainvisual_img img{
width: 271px;
height: auto;
}
.section01_tit{
font-size: 40px;
line-height: 60px;
text-align: center;
color: #5fad52;
margin-bottom: 68px;
}
.section01_img_01{
width: 408px;
margin-left: 60px;
float:left;
clear: left;
}
.section01_img_01 img{
width: 100%;
height: auto;
}
.section01_items{
margin-left: 475px;
}
.section01_items ul li{
}
.section01_items ul li img{
width: 391px;
height:auto;
}
.section01_detail li , .ul_3column li{
width: 320px;
margin-right: 30px;
float: left;
}
.section01_detail li:last-child , .ul_3column li:last-child{
margin-right: 0;
}
.ul_2column{
width: 1020px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.ul_2column li{
width: 490px;
margin-bottom: 40px;
}
.section01_detail li img{
width: 100%;
height: auto;
}
.section01_detail li dt{
font-size: 20px;
font-weight: bold;
line-height: 30px;
text-align: center;
padding: 10px 0 20px;
}
#section02{
background-color: #d6f0f7;
position: relative;
padding: 60px 0 10px 0;
}
#section02:before{
content: "";
display: block;
background: url("/images/section02_arrow.png") no-repeat;
background-size: 54px 29px;
position: absolute;
top: 0;
left: 0;
right: 0;
margin: auto;
width: 54px;
height: 29px;
}
.section02_inner{
margin-bottom: 40px;
padding-left: 20px;
}
.section02_01_lt{
width: 400px;
float: left;
}
.section02_01_rt{
width: 570px;
float: right;
}
.section02_tit{
margin-bottom: 40px;
}
.section02_01_tit{
width: 362px;
height: auto;
}
.section02_01_img_01{
width:265px;
height: auto;
float: left;
}
.section02_01_img_01{
width:265px;
height: auto;
}
.section02_01_img_02{
width:292px;
height: auto;
}
.section02_detail{
border: 1px solid #cee7ea;
border-radius: 5px;
background-color: #ddf2f2;
padding: 10px;
font-size: 12px;
line-height: 18px;
margin-top: 10px;
}
.section02_02_lt{
width: 570px;
float: left;
}
.section02_02_rt{
width: 400px;
float: right;
}
.section02_02_img_01{
width: 569px;
height: auto;
}
.section02_02_tit{
width: 365px;
height: auto;
}
.section02_03_lt{
width: 570px;
float: left;
}
.section02_03_rt{
width: 385px;
position: relative;
float: right;
}
.section02_03_rt_img{
height: 430px;
}
.section02_03_tit{
width: 322px;
height: auto;
}
.section02_03_img_01{
width: 285px;
height: auto;
position: absolute;
top: 0;
left: 0;
}
.section02_03_img_02{
width: 188px;
height: auto;
position: absolute;
top: 127px;
right: 0;
}
#section04{
margin: 20px 0;
}
.section04_tit{
font-size: 20px;
line-height: 28px;
font-weight: bold;
padding-bottom: 10px;
border-bottom: 1px solid #5fb6df;
margin-bottom: 30px;
color: #5fb6df;
}
.detail_table{
width: 100%;
border-collapse:collapse;
border: 1px solid #DDD;
}
.detail_table th{
background-color: #eeeeee;
border-collapse:collapse;
border: 1px solid #DDD;
padding: 5px;
white-space: nowrap;
}
.detail_table td{
border-collapse:collapse;
border: 1px solid #DDD;
padding: 5px;
}
h4{
font-size: 16px;
margin-bottom: 10px;
}
.btn_area{
width: 600px;
margin: 60px auto 80px;
}
.btn_area a{
background-image: -moz-linear-gradient( 90deg, rgb(0,55,0) 0%, rgb(11,75,0) 100%);
background-image: -webkit-linear-gradient( 90deg, rgb(0,55,0) 0%, rgb(11,75,0) 100%);
background-image: -ms-linear-gradient( 90deg, rgb(0,55,0) 0%, rgb(11,75,0) 100%);
border-radius: 60px;
display: block;
font-size: 24px;
line-height: 24px;
text-align: center;
color: #FFF;
padding: 40px 0;
}
.btn_area a:hover{
opacity: 0.8;
}
/* お知らせ */
#news{
margin-bottom: 80px;
}
.contentHalf {
width: 47%;
position: relative;
}
.news_titleSet {
position: relative;
}
.tit_news {
font-size: 20px;
font-weight: normal;
border-bottom: 1px dotted #003c58;
color: #333;
margin-bottom: 30px;
padding-bottom: 8px;
}
.news_btn_detail {
position: absolute;
top: 0;
right: 0;
}
.btn_text {
border: none;
border-radius: 6px;
background-image: -moz-linear-gradient( 90deg, rgb(76,73,72) 0%, rgb(104,100,99) 100%);
background-image: -webkit-linear-gradient( 90deg, rgb(76,73,72) 0%, rgb(104,100,99) 100%);
background-image: -ms-linear-gradient( 90deg, rgb(76,73,72) 0%, rgb(104,100,99) 100%);
font-size: 14px;
line-height: 1em;
padding: 5px 10px;
text-align: center;
color: #FFF !important;
outline: none;
cursor: pointer;
box-shadow: 2px 2px 2px #DDD;
text-decoration: none !important;
}
.newsList dt {
width: 100px;
float: left;
clear: left;
color: #999;
margin-bottom: 10px;
}
.newsList dd {
margin-left: 100px;
margin-bottom: 10px;
}
.newsList dd a{
text-decoration: underline;
}
.news_detail_time {
color: #999;
background: url("/images/icon_time.png") 0 5px no-repeat;
background-size: 16px;
padding-left: 20px;
}
.set_container {
width: 100%;
display: table;
margin-top: 30px;
}
.left_container {
width: 25%;
display: table-cell;
vertical-align: middle;
}
.set_container .center_container{
position: relative;
}
.center_container {
width: 50%;
display: table-cell;
vertical-align: middle;
}
.right_container {
width: 25%;
display: table-cell;
vertical-align: middle;
text-align: right;
}
/* 規約・プラポ */
.ul_child{
margin-left: 3em;
}
/* Q&A */
.qa_03_02_dl dt{
width: 120px;
float: left;
clear: left;
}
.qa_03_02_dl dd{
margin-left: 120px;
}
/* お問い合わせ */
p + .form_title, div + .form_title, p + .form_set_container {
margin-top: 30px;
}
#contentBoxLarge{
margin-bottom: 80px;
}
.icon_Required {
background-color: #c5001f;
padding: 0 5px;
color: #FFF;
font-size: 12px;
float: right;
}
.form_title {
padding: 8px 0;
background-color: #bee4b8;
text-align: center;
font-weight: bold;
font-size: 18px;
color: #333;
}
.form_set_container {
width: 978px;
border: 1px solid #DDD;
display: table;
padding: 0 20px;
box-shadow: 0 2px 2px #EEE;
}
.form_set_container table {
width: 100%;
margin-top: 15px;
border-collapse: collapse;
margin-bottom: 20px;
}
.form_set_container table tr:nth-child(even) {
background-color: #f6f6f6;
}
.form_set_container table tr {
border-bottom: 1px dotted #c2c2c2;
}
.form_set_container table tr:last-child {
border-bottom: none;
}
.form_set_container table th {
padding: 15px 10px;
text-align: left;
vertical-align: top;
}
.form_set_container table td {
padding: 15px 10px;
position: relative;
}
.input_medium {
width: 50%;
}
.input_text {
border: 1px solid #DDD;
font-size: 14px;
padding: 5px 10px;
}
.input_textarea {
width: 80%;
height: 200px;
}
.center_container [type=submit] {
width: 100%;
padding: 20px;
font-size: 20px;
border-radius: 30px;
text-decoration: none;
}
.center_container [type=submit] {
background-image: -moz-linear-gradient( 90deg, rgb(0,55,0) 0%, rgb(11,75,0) 100%);
background-image: -webkit-linear-gradient( 90deg, rgb(0,55,0) 0%, rgb(11,75,0) 100%);
background-image: -ms-linear-gradient( 90deg, rgb(0,55,0) 0%, rgb(11,75,0) 100%);
border-radius: 60px;
border: none;
color: #FFF;
padding: 20px;
font-size: 18px;
display: block;
text-align: center;
cursor: pointer;
outline: none;
text-decoration: none;
}
.center_container::after{
content: "";
display: block;
width: 10px;
height: 10px;
border-top: 3px solid #FFF;
border-right: 3px solid #FFF;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
position: absolute;
right: 30px;
top: 50%;
margin-top: -7px;
}
/* パスワード忘れ */
.password_start {
width: 25%;
}
.color-container--error {
background-color: #ffebeb;
border: 1px solid #ef5656;
padding: 20px;
margin-bottom: 50px;
}
.color-container--error p{
margin-bottom: 0;
}
} | 0.231267 | 0.093595 |
.pie-panel {
text-align: center;
padding: 4em;
}
.pie {
width: 100px;
height: 100px;
border-radius: 50%;
background: #eee;
background-image: linear-gradient(to right, transparent 50%, #4CC9D8 0);
position: relative;
display: inline-block;
margin: 10px;
}
.pie-reverse {
width: 100px;
height: 100px;
border-radius: 50%;
background: #eee;
background-image: linear-gradient(to right, transparent 50%, #e91e63 0);
position: relative;
display: inline-block;
margin: 10px;
}
.pie::after {
content: attr(data-value) "%";
position: absolute;
top: 30px;
left: 25px;
font: 900 20px/41px Tahoma;
}
.pie-reverse::after {
content: attr(data-value) "%";
position: absolute;
top: 30px;
left: 25px;
font: 900 20px/41px Tahoma;
}
.pie-doughnut {
position: absolute;
top: 10%;
left: 10%;
font: 900 20px/41px Tahoma;
width: 80%;
height: 80%;
margin: auto;
border-radius: 50%;
background-color: #fff;
}
.pie::before {
content: "";
display: block;
margin-left: 50%;
height: 100%;
border-radius: 0 100% 100% 0/50%;
background-color: inherit;
transform-origin: left;
}
.pie-reverse::before {
content: "";
display: block;
margin-left: 50%;
height: 100%;
border-radius: 0 100% 100% 0/50%;
background-color: inherit;
transform-origin: left;
}
.pie[size="0"] {
height: 0;
width: 0;
}
.pie[size="0"]::after {
top: -20;
left: -15;
}
.pie-reverse[size="0"] {
height: 0;
width: 0;
}
.pie-reverse[size="0"]::after {
top: -20;
left: -15;
}
.pie[size="1"] {
height: 1;
width: 1;
}
.pie[size="1"]::after {
top: -19.5;
left: -14.6;
}
.pie-reverse[size="1"] {
height: 1;
width: 1;
}
.pie-reverse[size="1"]::after {
top: -19.5;
left: -14.6;
}
.pie[size="2"] {
height: 2;
width: 2;
}
.pie[size="2"]::after {
top: -19;
left: -14.2;
}
.pie-reverse[size="2"] {
height: 2;
width: 2;
}
.pie-reverse[size="2"]::after {
top: -19;
left: -14.2;
}
.pie[size="3"] {
height: 3;
width: 3;
}
.pie[size="3"]::after {
top: -18.5;
left: -13.8;
}
.pie-reverse[size="3"] {
height: 3;
width: 3;
}
.pie-reverse[size="3"]::after {
top: -18.5;
left: -13.8;
}
.pie[size="4"] {
height: 4;
width: 4;
}
.pie[size="4"]::after {
top: -18;
left: -13.4;
}
.pie-reverse[size="4"] {
height: 4;
width: 4;
}
.pie-reverse[size="4"]::after {
top: -18;
left: -13.4;
}
.pie[size="5"] {
height: 5;
width: 5;
}
.pie[size="5"]::after {
top: -17.5;
left: -13;
}
.pie-reverse[size="5"] {
height: 5;
width: 5;
}
.pie-reverse[size="5"]::after {
top: -17.5;
left: -13;
}
.pie[size="6"] {
height: 6;
width: 6;
}
.pie[size="6"]::after {
top: -17;
left: -12.6;
}
.pie-reverse[size="6"] {
height: 6;
width: 6;
}
.pie-reverse[size="6"]::after {
top: -17;
left: -12.6;
}
.pie[size="7"] {
height: 7;
width: 7;
}
.pie[size="7"]::after {
top: -16.5;
left: -12.2;
}
.pie-reverse[size="7"] {
height: 7;
width: 7;
}
.pie-reverse[size="7"]::after {
top: -16.5;
left: -12.2;
}
.pie[size="8"] {
height: 8;
width: 8;
}
.pie[size="8"]::after {
top: -16;
left: -11.8;
}
.pie-reverse[size="8"] {
height: 8;
width: 8;
}
.pie-reverse[size="8"]::after {
top: -16;
left: -11.8;
}
.pie[size="9"] {
height: 9;
width: 9;
}
.pie[size="9"]::after {
top: -15.5;
left: -11.4;
}
.pie-reverse[size="9"] {
height: 9;
width: 9;
}
.pie-reverse[size="9"]::after {
top: -15.5;
left: -11.4;
}
.pie[size="10"] {
height: 10;
width: 10;
}
.pie[size="10"]::after {
top: -15;
left: -11;
}
.pie-reverse[size="10"] {
height: 10;
width: 10;
}
.pie-reverse[size="10"]::after {
top: -15;
left: -11;
}
.pie[size="11"] {
height: 11;
width: 11;
}
.pie[size="11"]::after {
top: -14.5;
left: -10.6;
}
.pie-reverse[size="11"] {
height: 11;
width: 11;
}
.pie-reverse[size="11"]::after {
top: -14.5;
left: -10.6;
}
.pie[size="12"] {
height: 12;
width: 12;
}
.pie[size="12"]::after {
top: -14;
left: -10.2;
}
.pie-reverse[size="12"] {
height: 12;
width: 12;
}
.pie-reverse[size="12"]::after {
top: -14;
left: -10.2;
}
.pie[size="13"] {
height: 13;
width: 13;
}
.pie[size="13"]::after {
top: -13.5;
left: -9.8;
}
.pie-reverse[size="13"] {
height: 13;
width: 13;
}
.pie-reverse[size="13"]::after {
top: -13.5;
left: -9.8;
}
.pie[size="14"] {
height: 14;
width: 14;
}
.pie[size="14"]::after {
top: -13;
left: -9.4;
}
.pie-reverse[size="14"] {
height: 14;
width: 14;
}
.pie-reverse[size="14"]::after {
top: -13;
left: -9.4;
}
.pie[size="15"] {
height: 15;
width: 15;
}
.pie[size="15"]::after {
top: -12.5;
left: -9;
}
.pie-reverse[size="15"] {
height: 15;
width: 15;
}
.pie-reverse[size="15"]::after {
top: -12.5;
left: -9;
}
.pie[size="16"] {
height: 16;
width: 16;
}
.pie[size="16"]::after {
top: -12;
left: -8.6;
}
.pie-reverse[size="16"] {
height: 16;
width: 16;
}
.pie-reverse[size="16"]::after {
top: -12;
left: -8.6;
}
.pie[size="17"] {
height: 17;
width: 17;
}
.pie[size="17"]::after {
top: -11.5;
left: -8.2;
}
.pie-reverse[size="17"] {
height: 17;
width: 17;
}
.pie-reverse[size="17"]::after {
top: -11.5;
left: -8.2;
}
.pie[size="18"] {
height: 18;
width: 18;
}
.pie[size="18"]::after {
top: -11;
left: -7.8;
}
.pie-reverse[size="18"] {
height: 18;
width: 18;
}
.pie-reverse[size="18"]::after {
top: -11;
left: -7.8;
}
.pie[size="19"] {
height: 19;
width: 19;
}
.pie[size="19"]::after {
top: -10.5;
left: -7.4;
}
.pie-reverse[size="19"] {
height: 19;
width: 19;
}
.pie-reverse[size="19"]::after {
top: -10.5;
left: -7.4;
}
.pie[size="20"] {
height: 20;
width: 20;
}
.pie[size="20"]::after {
top: -10;
left: -7;
}
.pie-reverse[size="20"] {
height: 20;
width: 20;
}
.pie-reverse[size="20"]::after {
top: -10;
left: -7;
}
.pie[size="21"] {
height: 21;
width: 21;
}
.pie[size="21"]::after {
top: -9.5;
left: -6.6;
}
.pie-reverse[size="21"] {
height: 21;
width: 21;
}
.pie-reverse[size="21"]::after {
top: -9.5;
left: -6.6;
}
.pie[size="22"] {
height: 22;
width: 22;
}
.pie[size="22"]::after {
top: -9;
left: -6.2;
}
.pie-reverse[size="22"] {
height: 22;
width: 22;
}
.pie-reverse[size="22"]::after {
top: -9;
left: -6.2;
}
.pie[size="23"] {
height: 23;
width: 23;
}
.pie[size="23"]::after {
top: -8.5;
left: -5.8;
}
.pie-reverse[size="23"] {
height: 23;
width: 23;
}
.pie-reverse[size="23"]::after {
top: -8.5;
left: -5.8;
}
.pie[size="24"] {
height: 24;
width: 24;
}
.pie[size="24"]::after {
top: -8;
left: -5.4;
}
.pie-reverse[size="24"] {
height: 24;
width: 24;
}
.pie-reverse[size="24"]::after {
top: -8;
left: -5.4;
}
.pie[size="25"] {
height: 25;
width: 25;
}
.pie[size="25"]::after {
top: -7.5;
left: -5;
}
.pie-reverse[size="25"] {
height: 25;
width: 25;
}
.pie-reverse[size="25"]::after {
top: -7.5;
left: -5;
}
.pie[size="26"] {
height: 26;
width: 26;
}
.pie[size="26"]::after {
top: -7;
left: -4.6;
}
.pie-reverse[size="26"] {
height: 26;
width: 26;
}
.pie-reverse[size="26"]::after {
top: -7;
left: -4.6;
}
.pie[size="27"] {
height: 27;
width: 27;
}
.pie[size="27"]::after {
top: -6.5;
left: -4.2;
}
.pie-reverse[size="27"] {
height: 27;
width: 27;
}
.pie-reverse[size="27"]::after {
top: -6.5;
left: -4.2;
}
.pie[size="28"] {
height: 28;
width: 28;
}
.pie[size="28"]::after {
top: -6;
left: -3.8;
}
.pie-reverse[size="28"] {
height: 28;
width: 28;
}
.pie-reverse[size="28"]::after {
top: -6;
left: -3.8;
}
.pie[size="29"] {
height: 29;
width: 29;
}
.pie[size="29"]::after {
top: -5.5;
left: -3.4;
}
.pie-reverse[size="29"] {
height: 29;
width: 29;
}
.pie-reverse[size="29"]::after {
top: -5.5;
left: -3.4;
}
.pie[size="30"] {
height: 30;
width: 30;
}
.pie[size="30"]::after {
top: -5;
left: -3;
}
.pie-reverse[size="30"] {
height: 30;
width: 30;
}
.pie-reverse[size="30"]::after {
top: -5;
left: -3;
}
.pie[size="31"] {
height: 31;
width: 31;
}
.pie[size="31"]::after {
top: -4.5;
left: -2.6;
}
.pie-reverse[size="31"] {
height: 31;
width: 31;
}
.pie-reverse[size="31"]::after {
top: -4.5;
left: -2.6;
}
.pie[size="32"] {
height: 32;
width: 32;
}
.pie[size="32"]::after {
top: -4;
left: -2.2;
}
.pie-reverse[size="32"] {
height: 32;
width: 32;
}
.pie-reverse[size="32"]::after {
top: -4;
left: -2.2;
}
.pie[size="33"] {
height: 33;
width: 33;
}
.pie[size="33"]::after {
top: -3.5;
left: -1.8;
}
.pie-reverse[size="33"] {
height: 33;
width: 33;
}
.pie-reverse[size="33"]::after {
top: -3.5;
left: -1.8;
}
.pie[size="34"] {
height: 34;
width: 34;
}
.pie[size="34"]::after {
top: -3;
left: -1.4;
}
.pie-reverse[size="34"] {
height: 34;
width: 34;
}
.pie-reverse[size="34"]::after {
top: -3;
left: -1.4;
}
.pie[size="35"] {
height: 35;
width: 35;
}
.pie[size="35"]::after {
top: -2.5;
left: -1;
}
.pie-reverse[size="35"] {
height: 35;
width: 35;
}
.pie-reverse[size="35"]::after {
top: -2.5;
left: -1;
}
.pie[size="36"] {
height: 36;
width: 36;
}
.pie[size="36"]::after {
top: -2;
left: -0.6;
}
.pie-reverse[size="36"] {
height: 36;
width: 36;
}
.pie-reverse[size="36"]::after {
top: -2;
left: -0.6;
}
.pie[size="37"] {
height: 37;
width: 37;
}
.pie[size="37"]::after {
top: -1.5;
left: -0.2;
}
.pie-reverse[size="37"] {
height: 37;
width: 37;
}
.pie-reverse[size="37"]::after {
top: -1.5;
left: -0.2;
}
.pie[size="38"] {
height: 38;
width: 38;
}
.pie[size="38"]::after {
top: -1;
left: 0.2;
}
.pie-reverse[size="38"] {
height: 38;
width: 38;
}
.pie-reverse[size="38"]::after {
top: -1;
left: 0.2;
}
.pie[size="39"] {
height: 39;
width: 39;
}
.pie[size="39"]::after {
top: -0.5;
left: 0.6;
}
.pie-reverse[size="39"] {
height: 39;
width: 39;
}
.pie-reverse[size="39"]::after {
top: -0.5;
left: 0.6;
}
.pie[size="40"] {
height: 40;
width: 40;
}
.pie[size="40"]::after {
top: 0;
left: 1;
}
.pie-reverse[size="40"] {
height: 40;
width: 40;
}
.pie-reverse[size="40"]::after {
top: 0;
left: 1;
}
.pie[size="41"] {
height: 41;
width: 41;
}
.pie[size="41"]::after {
top: 0.5;
left: 1.4;
}
.pie-reverse[size="41"] {
height: 41;
width: 41;
}
.pie-reverse[size="41"]::after {
top: 0.5;
left: 1.4;
}
.pie[size="42"] {
height: 42;
width: 42;
}
.pie[size="42"]::after {
top: 1;
left: 1.8;
}
.pie-reverse[size="42"] {
height: 42;
width: 42;
}
.pie-reverse[size="42"]::after {
top: 1;
left: 1.8;
}
.pie[size="43"] {
height: 43;
width: 43;
}
.pie[size="43"]::after {
top: 1.5;
left: 2.2;
}
.pie-reverse[size="43"] {
height: 43;
width: 43;
}
.pie-reverse[size="43"]::after {
top: 1.5;
left: 2.2;
}
.pie[size="44"] {
height: 44;
width: 44;
}
.pie[size="44"]::after {
top: 2;
left: 2.6;
}
.pie-reverse[size="44"] {
height: 44;
width: 44;
}
.pie-reverse[size="44"]::after {
top: 2;
left: 2.6;
}
.pie[size="45"] {
height: 45;
width: 45;
}
.pie[size="45"]::after {
top: 2.5;
left: 3;
}
.pie-reverse[size="45"] {
height: 45;
width: 45;
}
.pie-reverse[size="45"]::after {
top: 2.5;
left: 3;
}
.pie[size="46"] {
height: 46;
width: 46;
}
.pie[size="46"]::after {
top: 3;
left: 3.4;
}
.pie-reverse[size="46"] {
height: 46;
width: 46;
}
.pie-reverse[size="46"]::after {
top: 3;
left: 3.4;
}
.pie[size="47"] {
height: 47;
width: 47;
}
.pie[size="47"]::after {
top: 3.5;
left: 3.8;
}
.pie-reverse[size="47"] {
height: 47;
width: 47;
}
.pie-reverse[size="47"]::after {
top: 3.5;
left: 3.8;
}
.pie[size="48"] {
height: 48;
width: 48;
}
.pie[size="48"]::after {
top: 4;
left: 4.2;
}
.pie-reverse[size="48"] {
height: 48;
width: 48;
}
.pie-reverse[size="48"]::after {
top: 4;
left: 4.2;
}
.pie[size="49"] {
height: 49;
width: 49;
}
.pie[size="49"]::after {
top: 4.5;
left: 4.6;
}
.pie-reverse[size="49"] {
height: 49;
width: 49;
}
.pie-reverse[size="49"]::after {
top: 4.5;
left: 4.6;
}
.pie[size="50"] {
height: 50;
width: 50;
}
.pie[size="50"]::after {
top: 5;
left: 5;
}
.pie-reverse[size="50"] {
height: 50;
width: 50;
}
.pie-reverse[size="50"]::after {
top: 5;
left: 5;
}
.pie[size="51"] {
height: 51;
width: 51;
}
.pie[size="51"]::after {
top: 5.5;
left: 5.4;
}
.pie-reverse[size="51"] {
height: 51;
width: 51;
}
.pie-reverse[size="51"]::after {
top: 5.5;
left: 5.4;
}
.pie[size="52"] {
height: 52;
width: 52;
}
.pie[size="52"]::after {
top: 6;
left: 5.8;
}
.pie-reverse[size="52"] {
height: 52;
width: 52;
}
.pie-reverse[size="52"]::after {
top: 6;
left: 5.8;
}
.pie[size="53"] {
height: 53;
width: 53;
}
.pie[size="53"]::after {
top: 6.5;
left: 6.2;
}
.pie-reverse[size="53"] {
height: 53;
width: 53;
}
.pie-reverse[size="53"]::after {
top: 6.5;
left: 6.2;
}
.pie[size="54"] {
height: 54;
width: 54;
}
.pie[size="54"]::after {
top: 7;
left: 6.6;
}
.pie-reverse[size="54"] {
height: 54;
width: 54;
}
.pie-reverse[size="54"]::after {
top: 7;
left: 6.6;
}
.pie[size="55"] {
height: 55;
width: 55;
}
.pie[size="55"]::after {
top: 7.5;
left: 7;
}
.pie-reverse[size="55"] {
height: 55;
width: 55;
}
.pie-reverse[size="55"]::after {
top: 7.5;
left: 7;
}
.pie[size="56"] {
height: 56;
width: 56;
}
.pie[size="56"]::after {
top: 8;
left: 7.4;
}
.pie-reverse[size="56"] {
height: 56;
width: 56;
}
.pie-reverse[size="56"]::after {
top: 8;
left: 7.4;
}
.pie[size="57"] {
height: 57;
width: 57;
}
.pie[size="57"]::after {
top: 8.5;
left: 7.8;
}
.pie-reverse[size="57"] {
height: 57;
width: 57;
}
.pie-reverse[size="57"]::after {
top: 8.5;
left: 7.8;
}
.pie[size="58"] {
height: 58;
width: 58;
}
.pie[size="58"]::after {
top: 9;
left: 8.2;
}
.pie-reverse[size="58"] {
height: 58;
width: 58;
}
.pie-reverse[size="58"]::after {
top: 9;
left: 8.2;
}
.pie[size="59"] {
height: 59;
width: 59;
}
.pie[size="59"]::after {
top: 9.5;
left: 8.6;
}
.pie-reverse[size="59"] {
height: 59;
width: 59;
}
.pie-reverse[size="59"]::after {
top: 9.5;
left: 8.6;
}
.pie[size="60"] {
height: 60;
width: 60;
}
.pie[size="60"]::after {
top: 10;
left: 9;
}
.pie-reverse[size="60"] {
height: 60;
width: 60;
}
.pie-reverse[size="60"]::after {
top: 10;
left: 9;
}
.pie[size="61"] {
height: 61;
width: 61;
}
.pie[size="61"]::after {
top: 10.5;
left: 9.4;
}
.pie-reverse[size="61"] {
height: 61;
width: 61;
}
.pie-reverse[size="61"]::after {
top: 10.5;
left: 9.4;
}
.pie[size="62"] {
height: 62;
width: 62;
}
.pie[size="62"]::after {
top: 11;
left: 9.8;
}
.pie-reverse[size="62"] {
height: 62;
width: 62;
}
.pie-reverse[size="62"]::after {
top: 11;
left: 9.8;
}
.pie[size="63"] {
height: 63;
width: 63;
}
.pie[size="63"]::after {
top: 11.5;
left: 10.2;
}
.pie-reverse[size="63"] {
height: 63;
width: 63;
}
.pie-reverse[size="63"]::after {
top: 11.5;
left: 10.2;
}
.pie[size="64"] {
height: 64;
width: 64;
}
.pie[size="64"]::after {
top: 12;
left: 10.6;
}
.pie-reverse[size="64"] {
height: 64;
width: 64;
}
.pie-reverse[size="64"]::after {
top: 12;
left: 10.6;
}
.pie[size="65"] {
height: 65;
width: 65;
}
.pie[size="65"]::after {
top: 12.5;
left: 11;
}
.pie-reverse[size="65"] {
height: 65;
width: 65;
}
.pie-reverse[size="65"]::after {
top: 12.5;
left: 11;
}
.pie[size="66"] {
height: 66;
width: 66;
}
.pie[size="66"]::after {
top: 13;
left: 11.4;
}
.pie-reverse[size="66"] {
height: 66;
width: 66;
}
.pie-reverse[size="66"]::after {
top: 13;
left: 11.4;
}
.pie[size="67"] {
height: 67;
width: 67;
}
.pie[size="67"]::after {
top: 13.5;
left: 11.8;
}
.pie-reverse[size="67"] {
height: 67;
width: 67;
}
.pie-reverse[size="67"]::after {
top: 13.5;
left: 11.8;
}
.pie[size="68"] {
height: 68;
width: 68;
}
.pie[size="68"]::after {
top: 14;
left: 12.2;
}
.pie-reverse[size="68"] {
height: 68;
width: 68;
}
.pie-reverse[size="68"]::after {
top: 14;
left: 12.2;
}
.pie[size="69"] {
height: 69;
width: 69;
}
.pie[size="69"]::after {
top: 14.5;
left: 12.6;
}
.pie-reverse[size="69"] {
height: 69;
width: 69;
}
.pie-reverse[size="69"]::after {
top: 14.5;
left: 12.6;
}
.pie[size="70"] {
height: 70;
width: 70;
}
.pie[size="70"]::after {
top: 15;
left: 13;
}
.pie-reverse[size="70"] {
height: 70;
width: 70;
}
.pie-reverse[size="70"]::after {
top: 15;
left: 13;
}
.pie[size="71"] {
height: 71;
width: 71;
}
.pie[size="71"]::after {
top: 15.5;
left: 13.4;
}
.pie-reverse[size="71"] {
height: 71;
width: 71;
}
.pie-reverse[size="71"]::after {
top: 15.5;
left: 13.4;
}
.pie[size="72"] {
height: 72;
width: 72;
}
.pie[size="72"]::after {
top: 16;
left: 13.8;
}
.pie-reverse[size="72"] {
height: 72;
width: 72;
}
.pie-reverse[size="72"]::after {
top: 16;
left: 13.8;
}
.pie[size="73"] {
height: 73;
width: 73;
}
.pie[size="73"]::after {
top: 16.5;
left: 14.2;
}
.pie-reverse[size="73"] {
height: 73;
width: 73;
}
.pie-reverse[size="73"]::after {
top: 16.5;
left: 14.2;
}
.pie[size="74"] {
height: 74;
width: 74;
}
.pie[size="74"]::after {
top: 17;
left: 14.6;
}
.pie-reverse[size="74"] {
height: 74;
width: 74;
}
.pie-reverse[size="74"]::after {
top: 17;
left: 14.6;
}
.pie[size="75"] {
height: 75;
width: 75;
}
.pie[size="75"]::after {
top: 17.5;
left: 15;
}
.pie-reverse[size="75"] {
height: 75;
width: 75;
}
.pie-reverse[size="75"]::after {
top: 17.5;
left: 15;
}
.pie[size="76"] {
height: 76;
width: 76;
}
.pie[size="76"]::after {
top: 18;
left: 15.4;
}
.pie-reverse[size="76"] {
height: 76;
width: 76;
}
.pie-reverse[size="76"]::after {
top: 18;
left: 15.4;
}
.pie[size="77"] {
height: 77;
width: 77;
}
.pie[size="77"]::after {
top: 18.5;
left: 15.8;
}
.pie-reverse[size="77"] {
height: 77;
width: 77;
}
.pie-reverse[size="77"]::after {
top: 18.5;
left: 15.8;
}
.pie[size="78"] {
height: 78;
width: 78;
}
.pie[size="78"]::after {
top: 19;
left: 16.2;
}
.pie-reverse[size="78"] {
height: 78;
width: 78;
}
.pie-reverse[size="78"]::after {
top: 19;
left: 16.2;
}
.pie[size="79"] {
height: 79;
width: 79;
}
.pie[size="79"]::after {
top: 19.5;
left: 16.6;
}
.pie-reverse[size="79"] {
height: 79;
width: 79;
}
.pie-reverse[size="79"]::after {
top: 19.5;
left: 16.6;
}
.pie[size="80"] {
height: 80;
width: 80;
}
.pie[size="80"]::after {
top: 20;
left: 17;
}
.pie-reverse[size="80"] {
height: 80;
width: 80;
}
.pie-reverse[size="80"]::after {
top: 20;
left: 17;
}
.pie[size="81"] {
height: 81;
width: 81;
}
.pie[size="81"]::after {
top: 20.5;
left: 17.4;
}
.pie-reverse[size="81"] {
height: 81;
width: 81;
}
.pie-reverse[size="81"]::after {
top: 20.5;
left: 17.4;
}
.pie[size="82"] {
height: 82;
width: 82;
}
.pie[size="82"]::after {
top: 21;
left: 17.8;
}
.pie-reverse[size="82"] {
height: 82;
width: 82;
}
.pie-reverse[size="82"]::after {
top: 21;
left: 17.8;
}
.pie[size="83"] {
height: 83;
width: 83;
}
.pie[size="83"]::after {
top: 21.5;
left: 18.2;
}
.pie-reverse[size="83"] {
height: 83;
width: 83;
}
.pie-reverse[size="83"]::after {
top: 21.5;
left: 18.2;
}
.pie[size="84"] {
height: 84;
width: 84;
}
.pie[size="84"]::after {
top: 22;
left: 18.6;
}
.pie-reverse[size="84"] {
height: 84;
width: 84;
}
.pie-reverse[size="84"]::after {
top: 22;
left: 18.6;
}
.pie[size="85"] {
height: 85;
width: 85;
}
.pie[size="85"]::after {
top: 22.5;
left: 19;
}
.pie-reverse[size="85"] {
height: 85;
width: 85;
}
.pie-reverse[size="85"]::after {
top: 22.5;
left: 19;
}
.pie[size="86"] {
height: 86;
width: 86;
}
.pie[size="86"]::after {
top: 23;
left: 19.4;
}
.pie-reverse[size="86"] {
height: 86;
width: 86;
}
.pie-reverse[size="86"]::after {
top: 23;
left: 19.4;
}
.pie[size="87"] {
height: 87;
width: 87;
}
.pie[size="87"]::after {
top: 23.5;
left: 19.8;
}
.pie-reverse[size="87"] {
height: 87;
width: 87;
}
.pie-reverse[size="87"]::after {
top: 23.5;
left: 19.8;
}
.pie[size="88"] {
height: 88;
width: 88;
}
.pie[size="88"]::after {
top: 24;
left: 20.2;
}
.pie-reverse[size="88"] {
height: 88;
width: 88;
}
.pie-reverse[size="88"]::after {
top: 24;
left: 20.2;
}
.pie[size="89"] {
height: 89;
width: 89;
}
.pie[size="89"]::after {
top: 24.5;
left: 20.6;
}
.pie-reverse[size="89"] {
height: 89;
width: 89;
}
.pie-reverse[size="89"]::after {
top: 24.5;
left: 20.6;
}
.pie[size="90"] {
height: 90;
width: 90;
}
.pie[size="90"]::after {
top: 25;
left: 21;
}
.pie-reverse[size="90"] {
height: 90;
width: 90;
}
.pie-reverse[size="90"]::after {
top: 25;
left: 21;
}
.pie[size="91"] {
height: 91;
width: 91;
}
.pie[size="91"]::after {
top: 25.5;
left: 21.4;
}
.pie-reverse[size="91"] {
height: 91;
width: 91;
}
.pie-reverse[size="91"]::after {
top: 25.5;
left: 21.4;
}
.pie[size="92"] {
height: 92;
width: 92;
}
.pie[size="92"]::after {
top: 26;
left: 21.8;
}
.pie-reverse[size="92"] {
height: 92;
width: 92;
}
.pie-reverse[size="92"]::after {
top: 26;
left: 21.8;
}
.pie[size="93"] {
height: 93;
width: 93;
}
.pie[size="93"]::after {
top: 26.5;
left: 22.2;
}
.pie-reverse[size="93"] {
height: 93;
width: 93;
}
.pie-reverse[size="93"]::after {
top: 26.5;
left: 22.2;
}
.pie[size="94"] {
height: 94;
width: 94;
}
.pie[size="94"]::after {
top: 27;
left: 22.6;
}
.pie-reverse[size="94"] {
height: 94;
width: 94;
}
.pie-reverse[size="94"]::after {
top: 27;
left: 22.6;
}
.pie[size="95"] {
height: 95;
width: 95;
}
.pie[size="95"]::after {
top: 27.5;
left: 23;
}
.pie-reverse[size="95"] {
height: 95;
width: 95;
}
.pie-reverse[size="95"]::after {
top: 27.5;
left: 23;
}
.pie[size="96"] {
height: 96;
width: 96;
}
.pie[size="96"]::after {
top: 28;
left: 23.4;
}
.pie-reverse[size="96"] {
height: 96;
width: 96;
}
.pie-reverse[size="96"]::after {
top: 28;
left: 23.4;
}
.pie[size="97"] {
height: 97;
width: 97;
}
.pie[size="97"]::after {
top: 28.5;
left: 23.8;
}
.pie-reverse[size="97"] {
height: 97;
width: 97;
}
.pie-reverse[size="97"]::after {
top: 28.5;
left: 23.8;
}
.pie[size="98"] {
height: 98;
width: 98;
}
.pie[size="98"]::after {
top: 29;
left: 24.2;
}
.pie-reverse[size="98"] {
height: 98;
width: 98;
}
.pie-reverse[size="98"]::after {
top: 29;
left: 24.2;
}
.pie[size="99"] {
height: 99;
width: 99;
}
.pie[size="99"]::after {
top: 29.5;
left: 24.6;
}
.pie-reverse[size="99"] {
height: 99;
width: 99;
}
.pie-reverse[size="99"]::after {
top: 29.5;
left: 24.6;
}
.pie[size="100"] {
height: 100;
width: 100;
}
.pie[size="100"]::after {
top: 30;
left: 25;
}
.pie-reverse[size="100"] {
height: 100;
width: 100;
}
.pie-reverse[size="100"]::after {
top: 30;
left: 25;
}
.pie[size="101"] {
height: 101;
width: 101;
}
.pie[size="101"]::after {
top: 30.5;
left: 25.4;
}
.pie-reverse[size="101"] {
height: 101;
width: 101;
}
.pie-reverse[size="101"]::after {
top: 30.5;
left: 25.4;
}
.pie[size="102"] {
height: 102;
width: 102;
}
.pie[size="102"]::after {
top: 31;
left: 25.8;
}
.pie-reverse[size="102"] {
height: 102;
width: 102;
}
.pie-reverse[size="102"]::after {
top: 31;
left: 25.8;
}
.pie[size="103"] {
height: 103;
width: 103;
}
.pie[size="103"]::after {
top: 31.5;
left: 26.2;
}
.pie-reverse[size="103"] {
height: 103;
width: 103;
}
.pie-reverse[size="103"]::after {
top: 31.5;
left: 26.2;
}
.pie[size="104"] {
height: 104;
width: 104;
}
.pie[size="104"]::after {
top: 32;
left: 26.6;
}
.pie-reverse[size="104"] {
height: 104;
width: 104;
}
.pie-reverse[size="104"]::after {
top: 32;
left: 26.6;
}
.pie[size="105"] {
height: 105;
width: 105;
}
.pie[size="105"]::after {
top: 32.5;
left: 27;
}
.pie-reverse[size="105"] {
height: 105;
width: 105;
}
.pie-reverse[size="105"]::after {
top: 32.5;
left: 27;
}
.pie[size="106"] {
height: 106;
width: 106;
}
.pie[size="106"]::after {
top: 33;
left: 27.4;
}
.pie-reverse[size="106"] {
height: 106;
width: 106;
}
.pie-reverse[size="106"]::after {
top: 33;
left: 27.4;
}
.pie[size="107"] {
height: 107;
width: 107;
}
.pie[size="107"]::after {
top: 33.5;
left: 27.8;
}
.pie-reverse[size="107"] {
height: 107;
width: 107;
}
.pie-reverse[size="107"]::after {
top: 33.5;
left: 27.8;
}
.pie[size="108"] {
height: 108;
width: 108;
}
.pie[size="108"]::after {
top: 34;
left: 28.2;
}
.pie-reverse[size="108"] {
height: 108;
width: 108;
}
.pie-reverse[size="108"]::after {
top: 34;
left: 28.2;
}
.pie[size="109"] {
height: 109;
width: 109;
}
.pie[size="109"]::after {
top: 34.5;
left: 28.6;
}
.pie-reverse[size="109"] {
height: 109;
width: 109;
}
.pie-reverse[size="109"]::after {
top: 34.5;
left: 28.6;
}
.pie[size="110"] {
height: 110;
width: 110;
}
.pie[size="110"]::after {
top: 35;
left: 29;
}
.pie-reverse[size="110"] {
height: 110;
width: 110;
}
.pie-reverse[size="110"]::after {
top: 35;
left: 29;
}
.pie[size="111"] {
height: 111;
width: 111;
}
.pie[size="111"]::after {
top: 35.5;
left: 29.4;
}
.pie-reverse[size="111"] {
height: 111;
width: 111;
}
.pie-reverse[size="111"]::after {
top: 35.5;
left: 29.4;
}
.pie[size="112"] {
height: 112;
width: 112;
}
.pie[size="112"]::after {
top: 36;
left: 29.8;
}
.pie-reverse[size="112"] {
height: 112;
width: 112;
}
.pie-reverse[size="112"]::after {
top: 36;
left: 29.8;
}
.pie[size="113"] {
height: 113;
width: 113;
}
.pie[size="113"]::after {
top: 36.5;
left: 30.2;
}
.pie-reverse[size="113"] {
height: 113;
width: 113;
}
.pie-reverse[size="113"]::after {
top: 36.5;
left: 30.2;
}
.pie[size="114"] {
height: 114;
width: 114;
}
.pie[size="114"]::after {
top: 37;
left: 30.6;
}
.pie-reverse[size="114"] {
height: 114;
width: 114;
}
.pie-reverse[size="114"]::after {
top: 37;
left: 30.6;
}
.pie[size="115"] {
height: 115;
width: 115;
}
.pie[size="115"]::after {
top: 37.5;
left: 31;
}
.pie-reverse[size="115"] {
height: 115;
width: 115;
}
.pie-reverse[size="115"]::after {
top: 37.5;
left: 31;
}
.pie[size="116"] {
height: 116;
width: 116;
}
.pie[size="116"]::after {
top: 38;
left: 31.4;
}
.pie-reverse[size="116"] {
height: 116;
width: 116;
}
.pie-reverse[size="116"]::after {
top: 38;
left: 31.4;
}
.pie[size="117"] {
height: 117;
width: 117;
}
.pie[size="117"]::after {
top: 38.5;
left: 31.8;
}
.pie-reverse[size="117"] {
height: 117;
width: 117;
}
.pie-reverse[size="117"]::after {
top: 38.5;
left: 31.8;
}
.pie[size="118"] {
height: 118;
width: 118;
}
.pie[size="118"]::after {
top: 39;
left: 32.2;
}
.pie-reverse[size="118"] {
height: 118;
width: 118;
}
.pie-reverse[size="118"]::after {
top: 39;
left: 32.2;
}
.pie[size="119"] {
height: 119;
width: 119;
}
.pie[size="119"]::after {
top: 39.5;
left: 32.6;
}
.pie-reverse[size="119"] {
height: 119;
width: 119;
}
.pie-reverse[size="119"]::after {
top: 39.5;
left: 32.6;
}
.pie[size="120"] {
height: 120;
width: 120;
}
.pie[size="120"]::after {
top: 40;
left: 33;
}
.pie-reverse[size="120"] {
height: 120;
width: 120;
}
.pie-reverse[size="120"]::after {
top: 40;
left: 33;
}
.pie[size="121"] {
height: 121;
width: 121;
}
.pie[size="121"]::after {
top: 40.5;
left: 33.4;
}
.pie-reverse[size="121"] {
height: 121;
width: 121;
}
.pie-reverse[size="121"]::after {
top: 40.5;
left: 33.4;
}
.pie[size="122"] {
height: 122;
width: 122;
}
.pie[size="122"]::after {
top: 41;
left: 33.8;
}
.pie-reverse[size="122"] {
height: 122;
width: 122;
}
.pie-reverse[size="122"]::after {
top: 41;
left: 33.8;
}
.pie[size="123"] {
height: 123;
width: 123;
}
.pie[size="123"]::after {
top: 41.5;
left: 34.2;
}
.pie-reverse[size="123"] {
height: 123;
width: 123;
}
.pie-reverse[size="123"]::after {
top: 41.5;
left: 34.2;
}
.pie[size="124"] {
height: 124;
width: 124;
}
.pie[size="124"]::after {
top: 42;
left: 34.6;
}
.pie-reverse[size="124"] {
height: 124;
width: 124;
}
.pie-reverse[size="124"]::after {
top: 42;
left: 34.6;
}
.pie[size="125"] {
height: 125;
width: 125;
}
.pie[size="125"]::after {
top: 42.5;
left: 35;
}
.pie-reverse[size="125"] {
height: 125;
width: 125;
}
.pie-reverse[size="125"]::after {
top: 42.5;
left: 35;
}
.pie[size="126"] {
height: 126;
width: 126;
}
.pie[size="126"]::after {
top: 43;
left: 35.4;
}
.pie-reverse[size="126"] {
height: 126;
width: 126;
}
.pie-reverse[size="126"]::after {
top: 43;
left: 35.4;
}
.pie[size="127"] {
height: 127;
width: 127;
}
.pie[size="127"]::after {
top: 43.5;
left: 35.8;
}
.pie-reverse[size="127"] {
height: 127;
width: 127;
}
.pie-reverse[size="127"]::after {
top: 43.5;
left: 35.8;
}
.pie[size="128"] {
height: 128;
width: 128;
}
.pie[size="128"]::after {
top: 44;
left: 36.2;
}
.pie-reverse[size="128"] {
height: 128;
width: 128;
}
.pie-reverse[size="128"]::after {
top: 44;
left: 36.2;
}
.pie[size="129"] {
height: 129;
width: 129;
}
.pie[size="129"]::after {
top: 44.5;
left: 36.6;
}
.pie-reverse[size="129"] {
height: 129;
width: 129;
}
.pie-reverse[size="129"]::after {
top: 44.5;
left: 36.6;
}
.pie[size="130"] {
height: 130;
width: 130;
}
.pie[size="130"]::after {
top: 45;
left: 37;
}
.pie-reverse[size="130"] {
height: 130;
width: 130;
}
.pie-reverse[size="130"]::after {
top: 45;
left: 37;
}
.pie[size="131"] {
height: 131;
width: 131;
}
.pie[size="131"]::after {
top: 45.5;
left: 37.4;
}
.pie-reverse[size="131"] {
height: 131;
width: 131;
}
.pie-reverse[size="131"]::after {
top: 45.5;
left: 37.4;
}
.pie[size="132"] {
height: 132;
width: 132;
}
.pie[size="132"]::after {
top: 46;
left: 37.8;
}
.pie-reverse[size="132"] {
height: 132;
width: 132;
}
.pie-reverse[size="132"]::after {
top: 46;
left: 37.8;
}
.pie[size="133"] {
height: 133;
width: 133;
}
.pie[size="133"]::after {
top: 46.5;
left: 38.2;
}
.pie-reverse[size="133"] {
height: 133;
width: 133;
}
.pie-reverse[size="133"]::after {
top: 46.5;
left: 38.2;
}
.pie[size="134"] {
height: 134;
width: 134;
}
.pie[size="134"]::after {
top: 47;
left: 38.6;
}
.pie-reverse[size="134"] {
height: 134;
width: 134;
}
.pie-reverse[size="134"]::after {
top: 47;
left: 38.6;
}
.pie[size="135"] {
height: 135;
width: 135;
}
.pie[size="135"]::after {
top: 47.5;
left: 39;
}
.pie-reverse[size="135"] {
height: 135;
width: 135;
}
.pie-reverse[size="135"]::after {
top: 47.5;
left: 39;
}
.pie[size="136"] {
height: 136;
width: 136;
}
.pie[size="136"]::after {
top: 48;
left: 39.4;
}
.pie-reverse[size="136"] {
height: 136;
width: 136;
}
.pie-reverse[size="136"]::after {
top: 48;
left: 39.4;
}
.pie[size="137"] {
height: 137;
width: 137;
}
.pie[size="137"]::after {
top: 48.5;
left: 39.8;
}
.pie-reverse[size="137"] {
height: 137;
width: 137;
}
.pie-reverse[size="137"]::after {
top: 48.5;
left: 39.8;
}
.pie[size="138"] {
height: 138;
width: 138;
}
.pie[size="138"]::after {
top: 49;
left: 40.2;
}
.pie-reverse[size="138"] {
height: 138;
width: 138;
}
.pie-reverse[size="138"]::after {
top: 49;
left: 40.2;
}
.pie[size="139"] {
height: 139;
width: 139;
}
.pie[size="139"]::after {
top: 49.5;
left: 40.6;
}
.pie-reverse[size="139"] {
height: 139;
width: 139;
}
.pie-reverse[size="139"]::after {
top: 49.5;
left: 40.6;
}
.pie[size="140"] {
height: 140;
width: 140;
}
.pie[size="140"]::after {
top: 50;
left: 41;
}
.pie-reverse[size="140"] {
height: 140;
width: 140;
}
.pie-reverse[size="140"]::after {
top: 50;
left: 41;
}
.pie[size="141"] {
height: 141;
width: 141;
}
.pie[size="141"]::after {
top: 50.5;
left: 41.4;
}
.pie-reverse[size="141"] {
height: 141;
width: 141;
}
.pie-reverse[size="141"]::after {
top: 50.5;
left: 41.4;
}
.pie[size="142"] {
height: 142;
width: 142;
}
.pie[size="142"]::after {
top: 51;
left: 41.8;
}
.pie-reverse[size="142"] {
height: 142;
width: 142;
}
.pie-reverse[size="142"]::after {
top: 51;
left: 41.8;
}
.pie[size="143"] {
height: 143;
width: 143;
}
.pie[size="143"]::after {
top: 51.5;
left: 42.2;
}
.pie-reverse[size="143"] {
height: 143;
width: 143;
}
.pie-reverse[size="143"]::after {
top: 51.5;
left: 42.2;
}
.pie[size="144"] {
height: 144;
width: 144;
}
.pie[size="144"]::after {
top: 52;
left: 42.6;
}
.pie-reverse[size="144"] {
height: 144;
width: 144;
}
.pie-reverse[size="144"]::after {
top: 52;
left: 42.6;
}
.pie[size="145"] {
height: 145;
width: 145;
}
.pie[size="145"]::after {
top: 52.5;
left: 43;
}
.pie-reverse[size="145"] {
height: 145;
width: 145;
}
.pie-reverse[size="145"]::after {
top: 52.5;
left: 43;
}
.pie[size="146"] {
height: 146;
width: 146;
}
.pie[size="146"]::after {
top: 53;
left: 43.4;
}
.pie-reverse[size="146"] {
height: 146;
width: 146;
}
.pie-reverse[size="146"]::after {
top: 53;
left: 43.4;
}
.pie[size="147"] {
height: 147;
width: 147;
}
.pie[size="147"]::after {
top: 53.5;
left: 43.8;
}
.pie-reverse[size="147"] {
height: 147;
width: 147;
}
.pie-reverse[size="147"]::after {
top: 53.5;
left: 43.8;
}
.pie[size="148"] {
height: 148;
width: 148;
}
.pie[size="148"]::after {
top: 54;
left: 44.2;
}
.pie-reverse[size="148"] {
height: 148;
width: 148;
}
.pie-reverse[size="148"]::after {
top: 54;
left: 44.2;
}
.pie[size="149"] {
height: 149;
width: 149;
}
.pie[size="149"]::after {
top: 54.5;
left: 44.6;
}
.pie-reverse[size="149"] {
height: 149;
width: 149;
}
.pie-reverse[size="149"]::after {
top: 54.5;
left: 44.6;
}
.pie[size="150"] {
height: 150;
width: 150;
}
.pie[size="150"]::after {
top: 55;
left: 45;
}
.pie-reverse[size="150"] {
height: 150;
width: 150;
}
.pie-reverse[size="150"]::after {
top: 55;
left: 45;
}
.pie[size="151"] {
height: 151;
width: 151;
}
.pie[size="151"]::after {
top: 55.5;
left: 45.4;
}
.pie-reverse[size="151"] {
height: 151;
width: 151;
}
.pie-reverse[size="151"]::after {
top: 55.5;
left: 45.4;
}
.pie[size="152"] {
height: 152;
width: 152;
}
.pie[size="152"]::after {
top: 56;
left: 45.8;
}
.pie-reverse[size="152"] {
height: 152;
width: 152;
}
.pie-reverse[size="152"]::after {
top: 56;
left: 45.8;
}
.pie[size="153"] {
height: 153;
width: 153;
}
.pie[size="153"]::after {
top: 56.5;
left: 46.2;
}
.pie-reverse[size="153"] {
height: 153;
width: 153;
}
.pie-reverse[size="153"]::after {
top: 56.5;
left: 46.2;
}
.pie[size="154"] {
height: 154;
width: 154;
}
.pie[size="154"]::after {
top: 57;
left: 46.6;
}
.pie-reverse[size="154"] {
height: 154;
width: 154;
}
.pie-reverse[size="154"]::after {
top: 57;
left: 46.6;
}
.pie[size="155"] {
height: 155;
width: 155;
}
.pie[size="155"]::after {
top: 57.5;
left: 47;
}
.pie-reverse[size="155"] {
height: 155;
width: 155;
}
.pie-reverse[size="155"]::after {
top: 57.5;
left: 47;
}
.pie[size="156"] {
height: 156;
width: 156;
}
.pie[size="156"]::after {
top: 58;
left: 47.4;
}
.pie-reverse[size="156"] {
height: 156;
width: 156;
}
.pie-reverse[size="156"]::after {
top: 58;
left: 47.4;
}
.pie[size="157"] {
height: 157;
width: 157;
}
.pie[size="157"]::after {
top: 58.5;
left: 47.8;
}
.pie-reverse[size="157"] {
height: 157;
width: 157;
}
.pie-reverse[size="157"]::after {
top: 58.5;
left: 47.8;
}
.pie[size="158"] {
height: 158;
width: 158;
}
.pie[size="158"]::after {
top: 59;
left: 48.2;
}
.pie-reverse[size="158"] {
height: 158;
width: 158;
}
.pie-reverse[size="158"]::after {
top: 59;
left: 48.2;
}
.pie[size="159"] {
height: 159;
width: 159;
}
.pie[size="159"]::after {
top: 59.5;
left: 48.6;
}
.pie-reverse[size="159"] {
height: 159;
width: 159;
}
.pie-reverse[size="159"]::after {
top: 59.5;
left: 48.6;
}
.pie[size="160"] {
height: 160;
width: 160;
}
.pie[size="160"]::after {
top: 60;
left: 49;
}
.pie-reverse[size="160"] {
height: 160;
width: 160;
}
.pie-reverse[size="160"]::after {
top: 60;
left: 49;
}
.pie[size="161"] {
height: 161;
width: 161;
}
.pie[size="161"]::after {
top: 60.5;
left: 49.4;
}
.pie-reverse[size="161"] {
height: 161;
width: 161;
}
.pie-reverse[size="161"]::after {
top: 60.5;
left: 49.4;
}
.pie[size="162"] {
height: 162;
width: 162;
}
.pie[size="162"]::after {
top: 61;
left: 49.8;
}
.pie-reverse[size="162"] {
height: 162;
width: 162;
}
.pie-reverse[size="162"]::after {
top: 61;
left: 49.8;
}
.pie[size="163"] {
height: 163;
width: 163;
}
.pie[size="163"]::after {
top: 61.5;
left: 50.2;
}
.pie-reverse[size="163"] {
height: 163;
width: 163;
}
.pie-reverse[size="163"]::after {
top: 61.5;
left: 50.2;
}
.pie[size="164"] {
height: 164;
width: 164;
}
.pie[size="164"]::after {
top: 62;
left: 50.6;
}
.pie-reverse[size="164"] {
height: 164;
width: 164;
}
.pie-reverse[size="164"]::after {
top: 62;
left: 50.6;
}
.pie[size="165"] {
height: 165;
width: 165;
}
.pie[size="165"]::after {
top: 62.5;
left: 51;
}
.pie-reverse[size="165"] {
height: 165;
width: 165;
}
.pie-reverse[size="165"]::after {
top: 62.5;
left: 51;
}
.pie[size="166"] {
height: 166;
width: 166;
}
.pie[size="166"]::after {
top: 63;
left: 51.4;
}
.pie-reverse[size="166"] {
height: 166;
width: 166;
}
.pie-reverse[size="166"]::after {
top: 63;
left: 51.4;
}
.pie[size="167"] {
height: 167;
width: 167;
}
.pie[size="167"]::after {
top: 63.5;
left: 51.8;
}
.pie-reverse[size="167"] {
height: 167;
width: 167;
}
.pie-reverse[size="167"]::after {
top: 63.5;
left: 51.8;
}
.pie[size="168"] {
height: 168;
width: 168;
}
.pie[size="168"]::after {
top: 64;
left: 52.2;
}
.pie-reverse[size="168"] {
height: 168;
width: 168;
}
.pie-reverse[size="168"]::after {
top: 64;
left: 52.2;
}
.pie[size="169"] {
height: 169;
width: 169;
}
.pie[size="169"]::after {
top: 64.5;
left: 52.6;
}
.pie-reverse[size="169"] {
height: 169;
width: 169;
}
.pie-reverse[size="169"]::after {
top: 64.5;
left: 52.6;
}
.pie[size="170"] {
height: 170;
width: 170;
}
.pie[size="170"]::after {
top: 65;
left: 53;
}
.pie-reverse[size="170"] {
height: 170;
width: 170;
}
.pie-reverse[size="170"]::after {
top: 65;
left: 53;
}
.pie[size="171"] {
height: 171;
width: 171;
}
.pie[size="171"]::after {
top: 65.5;
left: 53.4;
}
.pie-reverse[size="171"] {
height: 171;
width: 171;
}
.pie-reverse[size="171"]::after {
top: 65.5;
left: 53.4;
}
.pie[size="172"] {
height: 172;
width: 172;
}
.pie[size="172"]::after {
top: 66;
left: 53.8;
}
.pie-reverse[size="172"] {
height: 172;
width: 172;
}
.pie-reverse[size="172"]::after {
top: 66;
left: 53.8;
}
.pie[size="173"] {
height: 173;
width: 173;
}
.pie[size="173"]::after {
top: 66.5;
left: 54.2;
}
.pie-reverse[size="173"] {
height: 173;
width: 173;
}
.pie-reverse[size="173"]::after {
top: 66.5;
left: 54.2;
}
.pie[size="174"] {
height: 174;
width: 174;
}
.pie[size="174"]::after {
top: 67;
left: 54.6;
}
.pie-reverse[size="174"] {
height: 174;
width: 174;
}
.pie-reverse[size="174"]::after {
top: 67;
left: 54.6;
}
.pie[size="175"] {
height: 175;
width: 175;
}
.pie[size="175"]::after {
top: 67.5;
left: 55;
}
.pie-reverse[size="175"] {
height: 175;
width: 175;
}
.pie-reverse[size="175"]::after {
top: 67.5;
left: 55;
}
.pie[size="176"] {
height: 176;
width: 176;
}
.pie[size="176"]::after {
top: 68;
left: 55.4;
}
.pie-reverse[size="176"] {
height: 176;
width: 176;
}
.pie-reverse[size="176"]::after {
top: 68;
left: 55.4;
}
.pie[size="177"] {
height: 177;
width: 177;
}
.pie[size="177"]::after {
top: 68.5;
left: 55.8;
}
.pie-reverse[size="177"] {
height: 177;
width: 177;
}
.pie-reverse[size="177"]::after {
top: 68.5;
left: 55.8;
}
.pie[size="178"] {
height: 178;
width: 178;
}
.pie[size="178"]::after {
top: 69;
left: 56.2;
}
.pie-reverse[size="178"] {
height: 178;
width: 178;
}
.pie-reverse[size="178"]::after {
top: 69;
left: 56.2;
}
.pie[size="179"] {
height: 179;
width: 179;
}
.pie[size="179"]::after {
top: 69.5;
left: 56.6;
}
.pie-reverse[size="179"] {
height: 179;
width: 179;
}
.pie-reverse[size="179"]::after {
top: 69.5;
left: 56.6;
}
.pie[size="180"] {
height: 180;
width: 180;
}
.pie[size="180"]::after {
top: 70;
left: 57;
}
.pie-reverse[size="180"] {
height: 180;
width: 180;
}
.pie-reverse[size="180"]::after {
top: 70;
left: 57;
}
.pie[size="181"] {
height: 181;
width: 181;
}
.pie[size="181"]::after {
top: 70.5;
left: 57.4;
}
.pie-reverse[size="181"] {
height: 181;
width: 181;
}
.pie-reverse[size="181"]::after {
top: 70.5;
left: 57.4;
}
.pie[size="182"] {
height: 182;
width: 182;
}
.pie[size="182"]::after {
top: 71;
left: 57.8;
}
.pie-reverse[size="182"] {
height: 182;
width: 182;
}
.pie-reverse[size="182"]::after {
top: 71;
left: 57.8;
}
.pie[size="183"] {
height: 183;
width: 183;
}
.pie[size="183"]::after {
top: 71.5;
left: 58.2;
}
.pie-reverse[size="183"] {
height: 183;
width: 183;
}
.pie-reverse[size="183"]::after {
top: 71.5;
left: 58.2;
}
.pie[size="184"] {
height: 184;
width: 184;
}
.pie[size="184"]::after {
top: 72;
left: 58.6;
}
.pie-reverse[size="184"] {
height: 184;
width: 184;
}
.pie-reverse[size="184"]::after {
top: 72;
left: 58.6;
}
.pie[size="185"] {
height: 185;
width: 185;
}
.pie[size="185"]::after {
top: 72.5;
left: 59;
}
.pie-reverse[size="185"] {
height: 185;
width: 185;
}
.pie-reverse[size="185"]::after {
top: 72.5;
left: 59;
}
.pie[size="186"] {
height: 186;
width: 186;
}
.pie[size="186"]::after {
top: 73;
left: 59.4;
}
.pie-reverse[size="186"] {
height: 186;
width: 186;
}
.pie-reverse[size="186"]::after {
top: 73;
left: 59.4;
}
.pie[size="187"] {
height: 187;
width: 187;
}
.pie[size="187"]::after {
top: 73.5;
left: 59.8;
}
.pie-reverse[size="187"] {
height: 187;
width: 187;
}
.pie-reverse[size="187"]::after {
top: 73.5;
left: 59.8;
}
.pie[size="188"] {
height: 188;
width: 188;
}
.pie[size="188"]::after {
top: 74;
left: 60.2;
}
.pie-reverse[size="188"] {
height: 188;
width: 188;
}
.pie-reverse[size="188"]::after {
top: 74;
left: 60.2;
}
.pie[size="189"] {
height: 189;
width: 189;
}
.pie[size="189"]::after {
top: 74.5;
left: 60.6;
}
.pie-reverse[size="189"] {
height: 189;
width: 189;
}
.pie-reverse[size="189"]::after {
top: 74.5;
left: 60.6;
}
.pie[size="190"] {
height: 190;
width: 190;
}
.pie[size="190"]::after {
top: 75;
left: 61;
}
.pie-reverse[size="190"] {
height: 190;
width: 190;
}
.pie-reverse[size="190"]::after {
top: 75;
left: 61;
}
.pie[size="191"] {
height: 191;
width: 191;
}
.pie[size="191"]::after {
top: 75.5;
left: 61.4;
}
.pie-reverse[size="191"] {
height: 191;
width: 191;
}
.pie-reverse[size="191"]::after {
top: 75.5;
left: 61.4;
}
.pie[size="192"] {
height: 192;
width: 192;
}
.pie[size="192"]::after {
top: 76;
left: 61.8;
}
.pie-reverse[size="192"] {
height: 192;
width: 192;
}
.pie-reverse[size="192"]::after {
top: 76;
left: 61.8;
}
.pie[size="193"] {
height: 193;
width: 193;
}
.pie[size="193"]::after {
top: 76.5;
left: 62.2;
}
.pie-reverse[size="193"] {
height: 193;
width: 193;
}
.pie-reverse[size="193"]::after {
top: 76.5;
left: 62.2;
}
.pie[size="194"] {
height: 194;
width: 194;
}
.pie[size="194"]::after {
top: 77;
left: 62.6;
}
.pie-reverse[size="194"] {
height: 194;
width: 194;
}
.pie-reverse[size="194"]::after {
top: 77;
left: 62.6;
}
.pie[size="195"] {
height: 195;
width: 195;
}
.pie[size="195"]::after {
top: 77.5;
left: 63;
}
.pie-reverse[size="195"] {
height: 195;
width: 195;
}
.pie-reverse[size="195"]::after {
top: 77.5;
left: 63;
}
.pie[size="196"] {
height: 196;
width: 196;
}
.pie[size="196"]::after {
top: 78;
left: 63.4;
}
.pie-reverse[size="196"] {
height: 196;
width: 196;
}
.pie-reverse[size="196"]::after {
top: 78;
left: 63.4;
}
.pie[size="197"] {
height: 197;
width: 197;
}
.pie[size="197"]::after {
top: 78.5;
left: 63.8;
}
.pie-reverse[size="197"] {
height: 197;
width: 197;
}
.pie-reverse[size="197"]::after {
top: 78.5;
left: 63.8;
}
.pie[size="198"] {
height: 198;
width: 198;
}
.pie[size="198"]::after {
top: 79;
left: 64.2;
}
.pie-reverse[size="198"] {
height: 198;
width: 198;
}
.pie-reverse[size="198"]::after {
top: 79;
left: 64.2;
}
.pie[size="199"] {
height: 199;
width: 199;
}
.pie[size="199"]::after {
top: 79.5;
left: 64.6;
}
.pie-reverse[size="199"] {
height: 199;
width: 199;
}
.pie-reverse[size="199"]::after {
top: 79.5;
left: 64.6;
}
.pie[size="200"] {
height: 200;
width: 200;
}
.pie[size="200"]::after {
top: 80;
left: 65;
}
.pie-reverse[size="200"] {
height: 200;
width: 200;
}
.pie-reverse[size="200"]::after {
top: 80;
left: 65;
}
.pie[size="201"] {
height: 201;
width: 201;
}
.pie[size="201"]::after {
top: 80.5;
left: 65.4;
}
.pie-reverse[size="201"] {
height: 201;
width: 201;
}
.pie-reverse[size="201"]::after {
top: 80.5;
left: 65.4;
}
.pie[size="202"] {
height: 202;
width: 202;
}
.pie[size="202"]::after {
top: 81;
left: 65.8;
}
.pie-reverse[size="202"] {
height: 202;
width: 202;
}
.pie-reverse[size="202"]::after {
top: 81;
left: 65.8;
}
.pie[size="203"] {
height: 203;
width: 203;
}
.pie[size="203"]::after {
top: 81.5;
left: 66.2;
}
.pie-reverse[size="203"] {
height: 203;
width: 203;
}
.pie-reverse[size="203"]::after {
top: 81.5;
left: 66.2;
}
.pie[size="204"] {
height: 204;
width: 204;
}
.pie[size="204"]::after {
top: 82;
left: 66.6;
}
.pie-reverse[size="204"] {
height: 204;
width: 204;
}
.pie-reverse[size="204"]::after {
top: 82;
left: 66.6;
}
.pie[size="205"] {
height: 205;
width: 205;
}
.pie[size="205"]::after {
top: 82.5;
left: 67;
}
.pie-reverse[size="205"] {
height: 205;
width: 205;
}
.pie-reverse[size="205"]::after {
top: 82.5;
left: 67;
}
.pie[size="206"] {
height: 206;
width: 206;
}
.pie[size="206"]::after {
top: 83;
left: 67.4;
}
.pie-reverse[size="206"] {
height: 206;
width: 206;
}
.pie-reverse[size="206"]::after {
top: 83;
left: 67.4;
}
.pie[size="207"] {
height: 207;
width: 207;
}
.pie[size="207"]::after {
top: 83.5;
left: 67.8;
}
.pie-reverse[size="207"] {
height: 207;
width: 207;
}
.pie-reverse[size="207"]::after {
top: 83.5;
left: 67.8;
}
.pie[size="208"] {
height: 208;
width: 208;
}
.pie[size="208"]::after {
top: 84;
left: 68.2;
}
.pie-reverse[size="208"] {
height: 208;
width: 208;
}
.pie-reverse[size="208"]::after {
top: 84;
left: 68.2;
}
.pie[size="209"] {
height: 209;
width: 209;
}
.pie[size="209"]::after {
top: 84.5;
left: 68.6;
}
.pie-reverse[size="209"] {
height: 209;
width: 209;
}
.pie-reverse[size="209"]::after {
top: 84.5;
left: 68.6;
}
.pie[size="210"] {
height: 210;
width: 210;
}
.pie[size="210"]::after {
top: 85;
left: 69;
}
.pie-reverse[size="210"] {
height: 210;
width: 210;
}
.pie-reverse[size="210"]::after {
top: 85;
left: 69;
}
.pie[size="211"] {
height: 211;
width: 211;
}
.pie[size="211"]::after {
top: 85.5;
left: 69.4;
}
.pie-reverse[size="211"] {
height: 211;
width: 211;
}
.pie-reverse[size="211"]::after {
top: 85.5;
left: 69.4;
}
.pie[size="212"] {
height: 212;
width: 212;
}
.pie[size="212"]::after {
top: 86;
left: 69.8;
}
.pie-reverse[size="212"] {
height: 212;
width: 212;
}
.pie-reverse[size="212"]::after {
top: 86;
left: 69.8;
}
.pie[size="213"] {
height: 213;
width: 213;
}
.pie[size="213"]::after {
top: 86.5;
left: 70.2;
}
.pie-reverse[size="213"] {
height: 213;
width: 213;
}
.pie-reverse[size="213"]::after {
top: 86.5;
left: 70.2;
}
.pie[size="214"] {
height: 214;
width: 214;
}
.pie[size="214"]::after {
top: 87;
left: 70.6;
}
.pie-reverse[size="214"] {
height: 214;
width: 214;
}
.pie-reverse[size="214"]::after {
top: 87;
left: 70.6;
}
.pie[size="215"] {
height: 215;
width: 215;
}
.pie[size="215"]::after {
top: 87.5;
left: 71;
}
.pie-reverse[size="215"] {
height: 215;
width: 215;
}
.pie-reverse[size="215"]::after {
top: 87.5;
left: 71;
}
.pie[size="216"] {
height: 216;
width: 216;
}
.pie[size="216"]::after {
top: 88;
left: 71.4;
}
.pie-reverse[size="216"] {
height: 216;
width: 216;
}
.pie-reverse[size="216"]::after {
top: 88;
left: 71.4;
}
.pie[size="217"] {
height: 217;
width: 217;
}
.pie[size="217"]::after {
top: 88.5;
left: 71.8;
}
.pie-reverse[size="217"] {
height: 217;
width: 217;
}
.pie-reverse[size="217"]::after {
top: 88.5;
left: 71.8;
}
.pie[size="218"] {
height: 218;
width: 218;
}
.pie[size="218"]::after {
top: 89;
left: 72.2;
}
.pie-reverse[size="218"] {
height: 218;
width: 218;
}
.pie-reverse[size="218"]::after {
top: 89;
left: 72.2;
}
.pie[size="219"] {
height: 219;
width: 219;
}
.pie[size="219"]::after {
top: 89.5;
left: 72.6;
}
.pie-reverse[size="219"] {
height: 219;
width: 219;
}
.pie-reverse[size="219"]::after {
top: 89.5;
left: 72.6;
}
.pie[size="220"] {
height: 220;
width: 220;
}
.pie[size="220"]::after {
top: 90;
left: 73;
}
.pie-reverse[size="220"] {
height: 220;
width: 220;
}
.pie-reverse[size="220"]::after {
top: 90;
left: 73;
}
.pie[size="221"] {
height: 221;
width: 221;
}
.pie[size="221"]::after {
top: 90.5;
left: 73.4;
}
.pie-reverse[size="221"] {
height: 221;
width: 221;
}
.pie-reverse[size="221"]::after {
top: 90.5;
left: 73.4;
}
.pie[size="222"] {
height: 222;
width: 222;
}
.pie[size="222"]::after {
top: 91;
left: 73.8;
}
.pie-reverse[size="222"] {
height: 222;
width: 222;
}
.pie-reverse[size="222"]::after {
top: 91;
left: 73.8;
}
.pie[size="223"] {
height: 223;
width: 223;
}
.pie[size="223"]::after {
top: 91.5;
left: 74.2;
}
.pie-reverse[size="223"] {
height: 223;
width: 223;
}
.pie-reverse[size="223"]::after {
top: 91.5;
left: 74.2;
}
.pie[size="224"] {
height: 224;
width: 224;
}
.pie[size="224"]::after {
top: 92;
left: 74.6;
}
.pie-reverse[size="224"] {
height: 224;
width: 224;
}
.pie-reverse[size="224"]::after {
top: 92;
left: 74.6;
}
.pie[size="225"] {
height: 225;
width: 225;
}
.pie[size="225"]::after {
top: 92.5;
left: 75;
}
.pie-reverse[size="225"] {
height: 225;
width: 225;
}
.pie-reverse[size="225"]::after {
top: 92.5;
left: 75;
}
.pie[size="226"] {
height: 226;
width: 226;
}
.pie[size="226"]::after {
top: 93;
left: 75.4;
}
.pie-reverse[size="226"] {
height: 226;
width: 226;
}
.pie-reverse[size="226"]::after {
top: 93;
left: 75.4;
}
.pie[size="227"] {
height: 227;
width: 227;
}
.pie[size="227"]::after {
top: 93.5;
left: 75.8;
}
.pie-reverse[size="227"] {
height: 227;
width: 227;
}
.pie-reverse[size="227"]::after {
top: 93.5;
left: 75.8;
}
.pie[size="228"] {
height: 228;
width: 228;
}
.pie[size="228"]::after {
top: 94;
left: 76.2;
}
.pie-reverse[size="228"] {
height: 228;
width: 228;
}
.pie-reverse[size="228"]::after {
top: 94;
left: 76.2;
}
.pie[size="229"] {
height: 229;
width: 229;
}
.pie[size="229"]::after {
top: 94.5;
left: 76.6;
}
.pie-reverse[size="229"] {
height: 229;
width: 229;
}
.pie-reverse[size="229"]::after {
top: 94.5;
left: 76.6;
}
.pie[size="230"] {
height: 230;
width: 230;
}
.pie[size="230"]::after {
top: 95;
left: 77;
}
.pie-reverse[size="230"] {
height: 230;
width: 230;
}
.pie-reverse[size="230"]::after {
top: 95;
left: 77;
}
.pie[size="231"] {
height: 231;
width: 231;
}
.pie[size="231"]::after {
top: 95.5;
left: 77.4;
}
.pie-reverse[size="231"] {
height: 231;
width: 231;
}
.pie-reverse[size="231"]::after {
top: 95.5;
left: 77.4;
}
.pie[size="232"] {
height: 232;
width: 232;
}
.pie[size="232"]::after {
top: 96;
left: 77.8;
}
.pie-reverse[size="232"] {
height: 232;
width: 232;
}
.pie-reverse[size="232"]::after {
top: 96;
left: 77.8;
}
.pie[size="233"] {
height: 233;
width: 233;
}
.pie[size="233"]::after {
top: 96.5;
left: 78.2;
}
.pie-reverse[size="233"] {
height: 233;
width: 233;
}
.pie-reverse[size="233"]::after {
top: 96.5;
left: 78.2;
}
.pie[size="234"] {
height: 234;
width: 234;
}
.pie[size="234"]::after {
top: 97;
left: 78.6;
}
.pie-reverse[size="234"] {
height: 234;
width: 234;
}
.pie-reverse[size="234"]::after {
top: 97;
left: 78.6;
}
.pie[size="235"] {
height: 235;
width: 235;
}
.pie[size="235"]::after {
top: 97.5;
left: 79;
}
.pie-reverse[size="235"] {
height: 235;
width: 235;
}
.pie-reverse[size="235"]::after {
top: 97.5;
left: 79;
}
.pie[size="236"] {
height: 236;
width: 236;
}
.pie[size="236"]::after {
top: 98;
left: 79.4;
}
.pie-reverse[size="236"] {
height: 236;
width: 236;
}
.pie-reverse[size="236"]::after {
top: 98;
left: 79.4;
}
.pie[size="237"] {
height: 237;
width: 237;
}
.pie[size="237"]::after {
top: 98.5;
left: 79.8;
}
.pie-reverse[size="237"] {
height: 237;
width: 237;
}
.pie-reverse[size="237"]::after {
top: 98.5;
left: 79.8;
}
.pie[size="238"] {
height: 238;
width: 238;
}
.pie[size="238"]::after {
top: 99;
left: 80.2;
}
.pie-reverse[size="238"] {
height: 238;
width: 238;
}
.pie-reverse[size="238"]::after {
top: 99;
left: 80.2;
}
.pie[size="239"] {
height: 239;
width: 239;
}
.pie[size="239"]::after {
top: 99.5;
left: 80.6;
}
.pie-reverse[size="239"] {
height: 239;
width: 239;
}
.pie-reverse[size="239"]::after {
top: 99.5;
left: 80.6;
}
.pie[size="240"] {
height: 240;
width: 240;
}
.pie[size="240"]::after {
top: 100;
left: 81;
}
.pie-reverse[size="240"] {
height: 240;
width: 240;
}
.pie-reverse[size="240"]::after {
top: 100;
left: 81;
}
.pie[size="241"] {
height: 241;
width: 241;
}
.pie[size="241"]::after {
top: 100.5;
left: 81.4;
}
.pie-reverse[size="241"] {
height: 241;
width: 241;
}
.pie-reverse[size="241"]::after {
top: 100.5;
left: 81.4;
}
.pie[size="242"] {
height: 242;
width: 242;
}
.pie[size="242"]::after {
top: 101;
left: 81.8;
}
.pie-reverse[size="242"] {
height: 242;
width: 242;
}
.pie-reverse[size="242"]::after {
top: 101;
left: 81.8;
}
.pie[size="243"] {
height: 243;
width: 243;
}
.pie[size="243"]::after {
top: 101.5;
left: 82.2;
}
.pie-reverse[size="243"] {
height: 243;
width: 243;
}
.pie-reverse[size="243"]::after {
top: 101.5;
left: 82.2;
}
.pie[size="244"] {
height: 244;
width: 244;
}
.pie[size="244"]::after {
top: 102;
left: 82.6;
}
.pie-reverse[size="244"] {
height: 244;
width: 244;
}
.pie-reverse[size="244"]::after {
top: 102;
left: 82.6;
}
.pie[size="245"] {
height: 245;
width: 245;
}
.pie[size="245"]::after {
top: 102.5;
left: 83;
}
.pie-reverse[size="245"] {
height: 245;
width: 245;
}
.pie-reverse[size="245"]::after {
top: 102.5;
left: 83;
}
.pie[size="246"] {
height: 246;
width: 246;
}
.pie[size="246"]::after {
top: 103;
left: 83.4;
}
.pie-reverse[size="246"] {
height: 246;
width: 246;
}
.pie-reverse[size="246"]::after {
top: 103;
left: 83.4;
}
.pie[size="247"] {
height: 247;
width: 247;
}
.pie[size="247"]::after {
top: 103.5;
left: 83.8;
}
.pie-reverse[size="247"] {
height: 247;
width: 247;
}
.pie-reverse[size="247"]::after {
top: 103.5;
left: 83.8;
}
.pie[size="248"] {
height: 248;
width: 248;
}
.pie[size="248"]::after {
top: 104;
left: 84.2;
}
.pie-reverse[size="248"] {
height: 248;
width: 248;
}
.pie-reverse[size="248"]::after {
top: 104;
left: 84.2;
}
.pie[size="249"] {
height: 249;
width: 249;
}
.pie[size="249"]::after {
top: 104.5;
left: 84.6;
}
.pie-reverse[size="249"] {
height: 249;
width: 249;
}
.pie-reverse[size="249"]::after {
top: 104.5;
left: 84.6;
}
.pie[size="250"] {
height: 250;
width: 250;
}
.pie[size="250"]::after {
top: 105;
left: 85;
}
.pie-reverse[size="250"] {
height: 250;
width: 250;
}
.pie-reverse[size="250"]::after {
top: 105;
left: 85;
}
.pie[size="251"] {
height: 251;
width: 251;
}
.pie[size="251"]::after {
top: 105.5;
left: 85.4;
}
.pie-reverse[size="251"] {
height: 251;
width: 251;
}
.pie-reverse[size="251"]::after {
top: 105.5;
left: 85.4;
}
.pie[size="252"] {
height: 252;
width: 252;
}
.pie[size="252"]::after {
top: 106;
left: 85.8;
}
.pie-reverse[size="252"] {
height: 252;
width: 252;
}
.pie-reverse[size="252"]::after {
top: 106;
left: 85.8;
}
.pie[size="253"] {
height: 253;
width: 253;
}
.pie[size="253"]::after {
top: 106.5;
left: 86.2;
}
.pie-reverse[size="253"] {
height: 253;
width: 253;
}
.pie-reverse[size="253"]::after {
top: 106.5;
left: 86.2;
}
.pie[size="254"] {
height: 254;
width: 254;
}
.pie[size="254"]::after {
top: 107;
left: 86.6;
}
.pie-reverse[size="254"] {
height: 254;
width: 254;
}
.pie-reverse[size="254"]::after {
top: 107;
left: 86.6;
}
.pie[size="255"] {
height: 255;
width: 255;
}
.pie[size="255"]::after {
top: 107.5;
left: 87;
}
.pie-reverse[size="255"] {
height: 255;
width: 255;
}
.pie-reverse[size="255"]::after {
top: 107.5;
left: 87;
}
.pie[size="256"] {
height: 256;
width: 256;
}
.pie[size="256"]::after {
top: 108;
left: 87.4;
}
.pie-reverse[size="256"] {
height: 256;
width: 256;
}
.pie-reverse[size="256"]::after {
top: 108;
left: 87.4;
}
.pie[size="257"] {
height: 257;
width: 257;
}
.pie[size="257"]::after {
top: 108.5;
left: 87.8;
}
.pie-reverse[size="257"] {
height: 257;
width: 257;
}
.pie-reverse[size="257"]::after {
top: 108.5;
left: 87.8;
}
.pie[size="258"] {
height: 258;
width: 258;
}
.pie[size="258"]::after {
top: 109;
left: 88.2;
}
.pie-reverse[size="258"] {
height: 258;
width: 258;
}
.pie-reverse[size="258"]::after {
top: 109;
left: 88.2;
}
.pie[size="259"] {
height: 259;
width: 259;
}
.pie[size="259"]::after {
top: 109.5;
left: 88.6;
}
.pie-reverse[size="259"] {
height: 259;
width: 259;
}
.pie-reverse[size="259"]::after {
top: 109.5;
left: 88.6;
}
.pie[size="260"] {
height: 260;
width: 260;
}
.pie[size="260"]::after {
top: 110;
left: 89;
}
.pie-reverse[size="260"] {
height: 260;
width: 260;
}
.pie-reverse[size="260"]::after {
top: 110;
left: 89;
}
.pie[size="261"] {
height: 261;
width: 261;
}
.pie[size="261"]::after {
top: 110.5;
left: 89.4;
}
.pie-reverse[size="261"] {
height: 261;
width: 261;
}
.pie-reverse[size="261"]::after {
top: 110.5;
left: 89.4;
}
.pie[size="262"] {
height: 262;
width: 262;
}
.pie[size="262"]::after {
top: 111;
left: 89.8;
}
.pie-reverse[size="262"] {
height: 262;
width: 262;
}
.pie-reverse[size="262"]::after {
top: 111;
left: 89.8;
}
.pie[size="263"] {
height: 263;
width: 263;
}
.pie[size="263"]::after {
top: 111.5;
left: 90.2;
}
.pie-reverse[size="263"] {
height: 263;
width: 263;
}
.pie-reverse[size="263"]::after {
top: 111.5;
left: 90.2;
}
.pie[size="264"] {
height: 264;
width: 264;
}
.pie[size="264"]::after {
top: 112;
left: 90.6;
}
.pie-reverse[size="264"] {
height: 264;
width: 264;
}
.pie-reverse[size="264"]::after {
top: 112;
left: 90.6;
}
.pie[size="265"] {
height: 265;
width: 265;
}
.pie[size="265"]::after {
top: 112.5;
left: 91;
}
.pie-reverse[size="265"] {
height: 265;
width: 265;
}
.pie-reverse[size="265"]::after {
top: 112.5;
left: 91;
}
.pie[size="266"] {
height: 266;
width: 266;
}
.pie[size="266"]::after {
top: 113;
left: 91.4;
}
.pie-reverse[size="266"] {
height: 266;
width: 266;
}
.pie-reverse[size="266"]::after {
top: 113;
left: 91.4;
}
.pie[size="267"] {
height: 267;
width: 267;
}
.pie[size="267"]::after {
top: 113.5;
left: 91.8;
}
.pie-reverse[size="267"] {
height: 267;
width: 267;
}
.pie-reverse[size="267"]::after {
top: 113.5;
left: 91.8;
}
.pie[size="268"] {
height: 268;
width: 268;
}
.pie[size="268"]::after {
top: 114;
left: 92.2;
}
.pie-reverse[size="268"] {
height: 268;
width: 268;
}
.pie-reverse[size="268"]::after {
top: 114;
left: 92.2;
}
.pie[size="269"] {
height: 269;
width: 269;
}
.pie[size="269"]::after {
top: 114.5;
left: 92.6;
}
.pie-reverse[size="269"] {
height: 269;
width: 269;
}
.pie-reverse[size="269"]::after {
top: 114.5;
left: 92.6;
}
.pie[size="270"] {
height: 270;
width: 270;
}
.pie[size="270"]::after {
top: 115;
left: 93;
}
.pie-reverse[size="270"] {
height: 270;
width: 270;
}
.pie-reverse[size="270"]::after {
top: 115;
left: 93;
}
.pie[size="271"] {
height: 271;
width: 271;
}
.pie[size="271"]::after {
top: 115.5;
left: 93.4;
}
.pie-reverse[size="271"] {
height: 271;
width: 271;
}
.pie-reverse[size="271"]::after {
top: 115.5;
left: 93.4;
}
.pie[size="272"] {
height: 272;
width: 272;
}
.pie[size="272"]::after {
top: 116;
left: 93.8;
}
.pie-reverse[size="272"] {
height: 272;
width: 272;
}
.pie-reverse[size="272"]::after {
top: 116;
left: 93.8;
}
.pie[size="273"] {
height: 273;
width: 273;
}
.pie[size="273"]::after {
top: 116.5;
left: 94.2;
}
.pie-reverse[size="273"] {
height: 273;
width: 273;
}
.pie-reverse[size="273"]::after {
top: 116.5;
left: 94.2;
}
.pie[size="274"] {
height: 274;
width: 274;
}
.pie[size="274"]::after {
top: 117;
left: 94.6;
}
.pie-reverse[size="274"] {
height: 274;
width: 274;
}
.pie-reverse[size="274"]::after {
top: 117;
left: 94.6;
}
.pie[size="275"] {
height: 275;
width: 275;
}
.pie[size="275"]::after {
top: 117.5;
left: 95;
}
.pie-reverse[size="275"] {
height: 275;
width: 275;
}
.pie-reverse[size="275"]::after {
top: 117.5;
left: 95;
}
.pie[size="276"] {
height: 276;
width: 276;
}
.pie[size="276"]::after {
top: 118;
left: 95.4;
}
.pie-reverse[size="276"] {
height: 276;
width: 276;
}
.pie-reverse[size="276"]::after {
top: 118;
left: 95.4;
}
.pie[size="277"] {
height: 277;
width: 277;
}
.pie[size="277"]::after {
top: 118.5;
left: 95.8;
}
.pie-reverse[size="277"] {
height: 277;
width: 277;
}
.pie-reverse[size="277"]::after {
top: 118.5;
left: 95.8;
}
.pie[size="278"] {
height: 278;
width: 278;
}
.pie[size="278"]::after {
top: 119;
left: 96.2;
}
.pie-reverse[size="278"] {
height: 278;
width: 278;
}
.pie-reverse[size="278"]::after {
top: 119;
left: 96.2;
}
.pie[size="279"] {
height: 279;
width: 279;
}
.pie[size="279"]::after {
top: 119.5;
left: 96.6;
}
.pie-reverse[size="279"] {
height: 279;
width: 279;
}
.pie-reverse[size="279"]::after {
top: 119.5;
left: 96.6;
}
.pie[size="280"] {
height: 280;
width: 280;
}
.pie[size="280"]::after {
top: 120;
left: 97;
}
.pie-reverse[size="280"] {
height: 280;
width: 280;
}
.pie-reverse[size="280"]::after {
top: 120;
left: 97;
}
.pie[size="281"] {
height: 281;
width: 281;
}
.pie[size="281"]::after {
top: 120.5;
left: 97.4;
}
.pie-reverse[size="281"] {
height: 281;
width: 281;
}
.pie-reverse[size="281"]::after {
top: 120.5;
left: 97.4;
}
.pie[size="282"] {
height: 282;
width: 282;
}
.pie[size="282"]::after {
top: 121;
left: 97.8;
}
.pie-reverse[size="282"] {
height: 282;
width: 282;
}
.pie-reverse[size="282"]::after {
top: 121;
left: 97.8;
}
.pie[size="283"] {
height: 283;
width: 283;
}
.pie[size="283"]::after {
top: 121.5;
left: 98.2;
}
.pie-reverse[size="283"] {
height: 283;
width: 283;
}
.pie-reverse[size="283"]::after {
top: 121.5;
left: 98.2;
}
.pie[size="284"] {
height: 284;
width: 284;
}
.pie[size="284"]::after {
top: 122;
left: 98.6;
}
.pie-reverse[size="284"] {
height: 284;
width: 284;
}
.pie-reverse[size="284"]::after {
top: 122;
left: 98.6;
}
.pie[size="285"] {
height: 285;
width: 285;
}
.pie[size="285"]::after {
top: 122.5;
left: 99;
}
.pie-reverse[size="285"] {
height: 285;
width: 285;
}
.pie-reverse[size="285"]::after {
top: 122.5;
left: 99;
}
.pie[size="286"] {
height: 286;
width: 286;
}
.pie[size="286"]::after {
top: 123;
left: 99.4;
}
.pie-reverse[size="286"] {
height: 286;
width: 286;
}
.pie-reverse[size="286"]::after {
top: 123;
left: 99.4;
}
.pie[size="287"] {
height: 287;
width: 287;
}
.pie[size="287"]::after {
top: 123.5;
left: 99.8;
}
.pie-reverse[size="287"] {
height: 287;
width: 287;
}
.pie-reverse[size="287"]::after {
top: 123.5;
left: 99.8;
}
.pie[size="288"] {
height: 288;
width: 288;
}
.pie[size="288"]::after {
top: 124;
left: 100.2;
}
.pie-reverse[size="288"] {
height: 288;
width: 288;
}
.pie-reverse[size="288"]::after {
top: 124;
left: 100.2;
}
.pie[size="289"] {
height: 289;
width: 289;
}
.pie[size="289"]::after {
top: 124.5;
left: 100.6;
}
.pie-reverse[size="289"] {
height: 289;
width: 289;
}
.pie-reverse[size="289"]::after {
top: 124.5;
left: 100.6;
}
.pie[size="290"] {
height: 290;
width: 290;
}
.pie[size="290"]::after {
top: 125;
left: 101;
}
.pie-reverse[size="290"] {
height: 290;
width: 290;
}
.pie-reverse[size="290"]::after {
top: 125;
left: 101;
}
.pie[size="291"] {
height: 291;
width: 291;
}
.pie[size="291"]::after {
top: 125.5;
left: 101.4;
}
.pie-reverse[size="291"] {
height: 291;
width: 291;
}
.pie-reverse[size="291"]::after {
top: 125.5;
left: 101.4;
}
.pie[size="292"] {
height: 292;
width: 292;
}
.pie[size="292"]::after {
top: 126;
left: 101.8;
}
.pie-reverse[size="292"] {
height: 292;
width: 292;
}
.pie-reverse[size="292"]::after {
top: 126;
left: 101.8;
}
.pie[size="293"] {
height: 293;
width: 293;
}
.pie[size="293"]::after {
top: 126.5;
left: 102.2;
}
.pie-reverse[size="293"] {
height: 293;
width: 293;
}
.pie-reverse[size="293"]::after {
top: 126.5;
left: 102.2;
}
.pie[size="294"] {
height: 294;
width: 294;
}
.pie[size="294"]::after {
top: 127;
left: 102.6;
}
.pie-reverse[size="294"] {
height: 294;
width: 294;
}
.pie-reverse[size="294"]::after {
top: 127;
left: 102.6;
}
.pie[size="295"] {
height: 295;
width: 295;
}
.pie[size="295"]::after {
top: 127.5;
left: 103;
}
.pie-reverse[size="295"] {
height: 295;
width: 295;
}
.pie-reverse[size="295"]::after {
top: 127.5;
left: 103;
}
.pie[size="296"] {
height: 296;
width: 296;
}
.pie[size="296"]::after {
top: 128;
left: 103.4;
}
.pie-reverse[size="296"] {
height: 296;
width: 296;
}
.pie-reverse[size="296"]::after {
top: 128;
left: 103.4;
}
.pie[size="297"] {
height: 297;
width: 297;
}
.pie[size="297"]::after {
top: 128.5;
left: 103.8;
}
.pie-reverse[size="297"] {
height: 297;
width: 297;
}
.pie-reverse[size="297"]::after {
top: 128.5;
left: 103.8;
}
.pie[size="298"] {
height: 298;
width: 298;
}
.pie[size="298"]::after {
top: 129;
left: 104.2;
}
.pie-reverse[size="298"] {
height: 298;
width: 298;
}
.pie-reverse[size="298"]::after {
top: 129;
left: 104.2;
}
.pie[size="299"] {
height: 299;
width: 299;
}
.pie[size="299"]::after {
top: 129.5;
left: 104.6;
}
.pie-reverse[size="299"] {
height: 299;
width: 299;
}
.pie-reverse[size="299"]::after {
top: 129.5;
left: 104.6;
}
.pie[size="300"] {
height: 300;
width: 300;
}
.pie[size="300"]::after {
top: 130;
left: 105;
}
.pie-reverse[size="300"] {
height: 300;
width: 300;
}
.pie-reverse[size="300"]::after {
top: 130;
left: 105;
}
.pie[size="301"] {
height: 301;
width: 301;
}
.pie[size="301"]::after {
top: 130.5;
left: 105.4;
}
.pie-reverse[size="301"] {
height: 301;
width: 301;
}
.pie-reverse[size="301"]::after {
top: 130.5;
left: 105.4;
}
.pie[size="302"] {
height: 302;
width: 302;
}
.pie[size="302"]::after {
top: 131;
left: 105.8;
}
.pie-reverse[size="302"] {
height: 302;
width: 302;
}
.pie-reverse[size="302"]::after {
top: 131;
left: 105.8;
}
.pie[size="303"] {
height: 303;
width: 303;
}
.pie[size="303"]::after {
top: 131.5;
left: 106.2;
}
.pie-reverse[size="303"] {
height: 303;
width: 303;
}
.pie-reverse[size="303"]::after {
top: 131.5;
left: 106.2;
}
.pie[size="304"] {
height: 304;
width: 304;
}
.pie[size="304"]::after {
top: 132;
left: 106.6;
}
.pie-reverse[size="304"] {
height: 304;
width: 304;
}
.pie-reverse[size="304"]::after {
top: 132;
left: 106.6;
}
.pie[size="305"] {
height: 305;
width: 305;
}
.pie[size="305"]::after {
top: 132.5;
left: 107;
}
.pie-reverse[size="305"] {
height: 305;
width: 305;
}
.pie-reverse[size="305"]::after {
top: 132.5;
left: 107;
}
.pie[size="306"] {
height: 306;
width: 306;
}
.pie[size="306"]::after {
top: 133;
left: 107.4;
}
.pie-reverse[size="306"] {
height: 306;
width: 306;
}
.pie-reverse[size="306"]::after {
top: 133;
left: 107.4;
}
.pie[size="307"] {
height: 307;
width: 307;
}
.pie[size="307"]::after {
top: 133.5;
left: 107.8;
}
.pie-reverse[size="307"] {
height: 307;
width: 307;
}
.pie-reverse[size="307"]::after {
top: 133.5;
left: 107.8;
}
.pie[size="308"] {
height: 308;
width: 308;
}
.pie[size="308"]::after {
top: 134;
left: 108.2;
}
.pie-reverse[size="308"] {
height: 308;
width: 308;
}
.pie-reverse[size="308"]::after {
top: 134;
left: 108.2;
}
.pie[size="309"] {
height: 309;
width: 309;
}
.pie[size="309"]::after {
top: 134.5;
left: 108.6;
}
.pie-reverse[size="309"] {
height: 309;
width: 309;
}
.pie-reverse[size="309"]::after {
top: 134.5;
left: 108.6;
}
.pie[size="310"] {
height: 310;
width: 310;
}
.pie[size="310"]::after {
top: 135;
left: 109;
}
.pie-reverse[size="310"] {
height: 310;
width: 310;
}
.pie-reverse[size="310"]::after {
top: 135;
left: 109;
}
.pie[size="311"] {
height: 311;
width: 311;
}
.pie[size="311"]::after {
top: 135.5;
left: 109.4;
}
.pie-reverse[size="311"] {
height: 311;
width: 311;
}
.pie-reverse[size="311"]::after {
top: 135.5;
left: 109.4;
}
.pie[size="312"] {
height: 312;
width: 312;
}
.pie[size="312"]::after {
top: 136;
left: 109.8;
}
.pie-reverse[size="312"] {
height: 312;
width: 312;
}
.pie-reverse[size="312"]::after {
top: 136;
left: 109.8;
}
.pie[size="313"] {
height: 313;
width: 313;
}
.pie[size="313"]::after {
top: 136.5;
left: 110.2;
}
.pie-reverse[size="313"] {
height: 313;
width: 313;
}
.pie-reverse[size="313"]::after {
top: 136.5;
left: 110.2;
}
.pie[size="314"] {
height: 314;
width: 314;
}
.pie[size="314"]::after {
top: 137;
left: 110.6;
}
.pie-reverse[size="314"] {
height: 314;
width: 314;
}
.pie-reverse[size="314"]::after {
top: 137;
left: 110.6;
}
.pie[size="315"] {
height: 315;
width: 315;
}
.pie[size="315"]::after {
top: 137.5;
left: 111;
}
.pie-reverse[size="315"] {
height: 315;
width: 315;
}
.pie-reverse[size="315"]::after {
top: 137.5;
left: 111;
}
.pie[size="316"] {
height: 316;
width: 316;
}
.pie[size="316"]::after {
top: 138;
left: 111.4;
}
.pie-reverse[size="316"] {
height: 316;
width: 316;
}
.pie-reverse[size="316"]::after {
top: 138;
left: 111.4;
}
.pie[size="317"] {
height: 317;
width: 317;
}
.pie[size="317"]::after {
top: 138.5;
left: 111.8;
}
.pie-reverse[size="317"] {
height: 317;
width: 317;
}
.pie-reverse[size="317"]::after {
top: 138.5;
left: 111.8;
}
.pie[size="318"] {
height: 318;
width: 318;
}
.pie[size="318"]::after {
top: 139;
left: 112.2;
}
.pie-reverse[size="318"] {
height: 318;
width: 318;
}
.pie-reverse[size="318"]::after {
top: 139;
left: 112.2;
}
.pie[size="319"] {
height: 319;
width: 319;
}
.pie[size="319"]::after {
top: 139.5;
left: 112.6;
}
.pie-reverse[size="319"] {
height: 319;
width: 319;
}
.pie-reverse[size="319"]::after {
top: 139.5;
left: 112.6;
}
.pie[size="320"] {
height: 320;
width: 320;
}
.pie[size="320"]::after {
top: 140;
left: 113;
}
.pie-reverse[size="320"] {
height: 320;
width: 320;
}
.pie-reverse[size="320"]::after {
top: 140;
left: 113;
}
.pie[size="321"] {
height: 321;
width: 321;
}
.pie[size="321"]::after {
top: 140.5;
left: 113.4;
}
.pie-reverse[size="321"] {
height: 321;
width: 321;
}
.pie-reverse[size="321"]::after {
top: 140.5;
left: 113.4;
}
.pie[size="322"] {
height: 322;
width: 322;
}
.pie[size="322"]::after {
top: 141;
left: 113.8;
}
.pie-reverse[size="322"] {
height: 322;
width: 322;
}
.pie-reverse[size="322"]::after {
top: 141;
left: 113.8;
}
.pie[size="323"] {
height: 323;
width: 323;
}
.pie[size="323"]::after {
top: 141.5;
left: 114.2;
}
.pie-reverse[size="323"] {
height: 323;
width: 323;
}
.pie-reverse[size="323"]::after {
top: 141.5;
left: 114.2;
}
.pie[size="324"] {
height: 324;
width: 324;
}
.pie[size="324"]::after {
top: 142;
left: 114.6;
}
.pie-reverse[size="324"] {
height: 324;
width: 324;
}
.pie-reverse[size="324"]::after {
top: 142;
left: 114.6;
}
.pie[size="325"] {
height: 325;
width: 325;
}
.pie[size="325"]::after {
top: 142.5;
left: 115;
}
.pie-reverse[size="325"] {
height: 325;
width: 325;
}
.pie-reverse[size="325"]::after {
top: 142.5;
left: 115;
}
.pie[size="326"] {
height: 326;
width: 326;
}
.pie[size="326"]::after {
top: 143;
left: 115.4;
}
.pie-reverse[size="326"] {
height: 326;
width: 326;
}
.pie-reverse[size="326"]::after {
top: 143;
left: 115.4;
}
.pie[size="327"] {
height: 327;
width: 327;
}
.pie[size="327"]::after {
top: 143.5;
left: 115.8;
}
.pie-reverse[size="327"] {
height: 327;
width: 327;
}
.pie-reverse[size="327"]::after {
top: 143.5;
left: 115.8;
}
.pie[size="328"] {
height: 328;
width: 328;
}
.pie[size="328"]::after {
top: 144;
left: 116.2;
}
.pie-reverse[size="328"] {
height: 328;
width: 328;
}
.pie-reverse[size="328"]::after {
top: 144;
left: 116.2;
}
.pie[size="329"] {
height: 329;
width: 329;
}
.pie[size="329"]::after {
top: 144.5;
left: 116.6;
}
.pie-reverse[size="329"] {
height: 329;
width: 329;
}
.pie-reverse[size="329"]::after {
top: 144.5;
left: 116.6;
}
.pie[size="330"] {
height: 330;
width: 330;
}
.pie[size="330"]::after {
top: 145;
left: 117;
}
.pie-reverse[size="330"] {
height: 330;
width: 330;
}
.pie-reverse[size="330"]::after {
top: 145;
left: 117;
}
.pie[size="331"] {
height: 331;
width: 331;
}
.pie[size="331"]::after {
top: 145.5;
left: 117.4;
}
.pie-reverse[size="331"] {
height: 331;
width: 331;
}
.pie-reverse[size="331"]::after {
top: 145.5;
left: 117.4;
}
.pie[size="332"] {
height: 332;
width: 332;
}
.pie[size="332"]::after {
top: 146;
left: 117.8;
}
.pie-reverse[size="332"] {
height: 332;
width: 332;
}
.pie-reverse[size="332"]::after {
top: 146;
left: 117.8;
}
.pie[size="333"] {
height: 333;
width: 333;
}
.pie[size="333"]::after {
top: 146.5;
left: 118.2;
}
.pie-reverse[size="333"] {
height: 333;
width: 333;
}
.pie-reverse[size="333"]::after {
top: 146.5;
left: 118.2;
}
.pie[size="334"] {
height: 334;
width: 334;
}
.pie[size="334"]::after {
top: 147;
left: 118.6;
}
.pie-reverse[size="334"] {
height: 334;
width: 334;
}
.pie-reverse[size="334"]::after {
top: 147;
left: 118.6;
}
.pie[size="335"] {
height: 335;
width: 335;
}
.pie[size="335"]::after {
top: 147.5;
left: 119;
}
.pie-reverse[size="335"] {
height: 335;
width: 335;
}
.pie-reverse[size="335"]::after {
top: 147.5;
left: 119;
}
.pie[size="336"] {
height: 336;
width: 336;
}
.pie[size="336"]::after {
top: 148;
left: 119.4;
}
.pie-reverse[size="336"] {
height: 336;
width: 336;
}
.pie-reverse[size="336"]::after {
top: 148;
left: 119.4;
}
.pie[size="337"] {
height: 337;
width: 337;
}
.pie[size="337"]::after {
top: 148.5;
left: 119.8;
}
.pie-reverse[size="337"] {
height: 337;
width: 337;
}
.pie-reverse[size="337"]::after {
top: 148.5;
left: 119.8;
}
.pie[size="338"] {
height: 338;
width: 338;
}
.pie[size="338"]::after {
top: 149;
left: 120.2;
}
.pie-reverse[size="338"] {
height: 338;
width: 338;
}
.pie-reverse[size="338"]::after {
top: 149;
left: 120.2;
}
.pie[size="339"] {
height: 339;
width: 339;
}
.pie[size="339"]::after {
top: 149.5;
left: 120.6;
}
.pie-reverse[size="339"] {
height: 339;
width: 339;
}
.pie-reverse[size="339"]::after {
top: 149.5;
left: 120.6;
}
.pie[size="340"] {
height: 340;
width: 340;
}
.pie[size="340"]::after {
top: 150;
left: 121;
}
.pie-reverse[size="340"] {
height: 340;
width: 340;
}
.pie-reverse[size="340"]::after {
top: 150;
left: 121;
}
.pie[size="341"] {
height: 341;
width: 341;
}
.pie[size="341"]::after {
top: 150.5;
left: 121.4;
}
.pie-reverse[size="341"] {
height: 341;
width: 341;
}
.pie-reverse[size="341"]::after {
top: 150.5;
left: 121.4;
}
.pie[size="342"] {
height: 342;
width: 342;
}
.pie[size="342"]::after {
top: 151;
left: 121.8;
}
.pie-reverse[size="342"] {
height: 342;
width: 342;
}
.pie-reverse[size="342"]::after {
top: 151;
left: 121.8;
}
.pie[size="343"] {
height: 343;
width: 343;
}
.pie[size="343"]::after {
top: 151.5;
left: 122.2;
}
.pie-reverse[size="343"] {
height: 343;
width: 343;
}
.pie-reverse[size="343"]::after {
top: 151.5;
left: 122.2;
}
.pie[size="344"] {
height: 344;
width: 344;
}
.pie[size="344"]::after {
top: 152;
left: 122.6;
}
.pie-reverse[size="344"] {
height: 344;
width: 344;
}
.pie-reverse[size="344"]::after {
top: 152;
left: 122.6;
}
.pie[size="345"] {
height: 345;
width: 345;
}
.pie[size="345"]::after {
top: 152.5;
left: 123;
}
.pie-reverse[size="345"] {
height: 345;
width: 345;
}
.pie-reverse[size="345"]::after {
top: 152.5;
left: 123;
}
.pie[size="346"] {
height: 346;
width: 346;
}
.pie[size="346"]::after {
top: 153;
left: 123.4;
}
.pie-reverse[size="346"] {
height: 346;
width: 346;
}
.pie-reverse[size="346"]::after {
top: 153;
left: 123.4;
}
.pie[size="347"] {
height: 347;
width: 347;
}
.pie[size="347"]::after {
top: 153.5;
left: 123.8;
}
.pie-reverse[size="347"] {
height: 347;
width: 347;
}
.pie-reverse[size="347"]::after {
top: 153.5;
left: 123.8;
}
.pie[size="348"] {
height: 348;
width: 348;
}
.pie[size="348"]::after {
top: 154;
left: 124.2;
}
.pie-reverse[size="348"] {
height: 348;
width: 348;
}
.pie-reverse[size="348"]::after {
top: 154;
left: 124.2;
}
.pie[size="349"] {
height: 349;
width: 349;
}
.pie[size="349"]::after {
top: 154.5;
left: 124.6;
}
.pie-reverse[size="349"] {
height: 349;
width: 349;
}
.pie-reverse[size="349"]::after {
top: 154.5;
left: 124.6;
}
.pie[size="350"] {
height: 350;
width: 350;
}
.pie[size="350"]::after {
top: 155;
left: 125;
}
.pie-reverse[size="350"] {
height: 350;
width: 350;
}
.pie-reverse[size="350"]::after {
top: 155;
left: 125;
}
.pie[size="351"] {
height: 351;
width: 351;
}
.pie[size="351"]::after {
top: 155.5;
left: 125.4;
}
.pie-reverse[size="351"] {
height: 351;
width: 351;
}
.pie-reverse[size="351"]::after {
top: 155.5;
left: 125.4;
}
.pie[size="352"] {
height: 352;
width: 352;
}
.pie[size="352"]::after {
top: 156;
left: 125.8;
}
.pie-reverse[size="352"] {
height: 352;
width: 352;
}
.pie-reverse[size="352"]::after {
top: 156;
left: 125.8;
}
.pie[size="353"] {
height: 353;
width: 353;
}
.pie[size="353"]::after {
top: 156.5;
left: 126.2;
}
.pie-reverse[size="353"] {
height: 353;
width: 353;
}
.pie-reverse[size="353"]::after {
top: 156.5;
left: 126.2;
}
.pie[size="354"] {
height: 354;
width: 354;
}
.pie[size="354"]::after {
top: 157;
left: 126.6;
}
.pie-reverse[size="354"] {
height: 354;
width: 354;
}
.pie-reverse[size="354"]::after {
top: 157;
left: 126.6;
}
.pie[size="355"] {
height: 355;
width: 355;
}
.pie[size="355"]::after {
top: 157.5;
left: 127;
}
.pie-reverse[size="355"] {
height: 355;
width: 355;
}
.pie-reverse[size="355"]::after {
top: 157.5;
left: 127;
}
.pie[size="356"] {
height: 356;
width: 356;
}
.pie[size="356"]::after {
top: 158;
left: 127.4;
}
.pie-reverse[size="356"] {
height: 356;
width: 356;
}
.pie-reverse[size="356"]::after {
top: 158;
left: 127.4;
}
.pie[size="357"] {
height: 357;
width: 357;
}
.pie[size="357"]::after {
top: 158.5;
left: 127.8;
}
.pie-reverse[size="357"] {
height: 357;
width: 357;
}
.pie-reverse[size="357"]::after {
top: 158.5;
left: 127.8;
}
.pie[size="358"] {
height: 358;
width: 358;
}
.pie[size="358"]::after {
top: 159;
left: 128.2;
}
.pie-reverse[size="358"] {
height: 358;
width: 358;
}
.pie-reverse[size="358"]::after {
top: 159;
left: 128.2;
}
.pie[size="359"] {
height: 359;
width: 359;
}
.pie[size="359"]::after {
top: 159.5;
left: 128.6;
}
.pie-reverse[size="359"] {
height: 359;
width: 359;
}
.pie-reverse[size="359"]::after {
top: 159.5;
left: 128.6;
}
.pie[size="360"] {
height: 360;
width: 360;
}
.pie[size="360"]::after {
top: 160;
left: 129;
}
.pie-reverse[size="360"] {
height: 360;
width: 360;
}
.pie-reverse[size="360"]::after {
top: 160;
left: 129;
}
.pie[size="361"] {
height: 361;
width: 361;
}
.pie[size="361"]::after {
top: 160.5;
left: 129.4;
}
.pie-reverse[size="361"] {
height: 361;
width: 361;
}
.pie-reverse[size="361"]::after {
top: 160.5;
left: 129.4;
}
.pie[size="362"] {
height: 362;
width: 362;
}
.pie[size="362"]::after {
top: 161;
left: 129.8;
}
.pie-reverse[size="362"] {
height: 362;
width: 362;
}
.pie-reverse[size="362"]::after {
top: 161;
left: 129.8;
}
.pie[size="363"] {
height: 363;
width: 363;
}
.pie[size="363"]::after {
top: 161.5;
left: 130.2;
}
.pie-reverse[size="363"] {
height: 363;
width: 363;
}
.pie-reverse[size="363"]::after {
top: 161.5;
left: 130.2;
}
.pie[size="364"] {
height: 364;
width: 364;
}
.pie[size="364"]::after {
top: 162;
left: 130.6;
}
.pie-reverse[size="364"] {
height: 364;
width: 364;
}
.pie-reverse[size="364"]::after {
top: 162;
left: 130.6;
}
.pie[size="365"] {
height: 365;
width: 365;
}
.pie[size="365"]::after {
top: 162.5;
left: 131;
}
.pie-reverse[size="365"] {
height: 365;
width: 365;
}
.pie-reverse[size="365"]::after {
top: 162.5;
left: 131;
}
.pie[size="366"] {
height: 366;
width: 366;
}
.pie[size="366"]::after {
top: 163;
left: 131.4;
}
.pie-reverse[size="366"] {
height: 366;
width: 366;
}
.pie-reverse[size="366"]::after {
top: 163;
left: 131.4;
}
.pie[size="367"] {
height: 367;
width: 367;
}
.pie[size="367"]::after {
top: 163.5;
left: 131.8;
}
.pie-reverse[size="367"] {
height: 367;
width: 367;
}
.pie-reverse[size="367"]::after {
top: 163.5;
left: 131.8;
}
.pie[size="368"] {
height: 368;
width: 368;
}
.pie[size="368"]::after {
top: 164;
left: 132.2;
}
.pie-reverse[size="368"] {
height: 368;
width: 368;
}
.pie-reverse[size="368"]::after {
top: 164;
left: 132.2;
}
.pie[size="369"] {
height: 369;
width: 369;
}
.pie[size="369"]::after {
top: 164.5;
left: 132.6;
}
.pie-reverse[size="369"] {
height: 369;
width: 369;
}
.pie-reverse[size="369"]::after {
top: 164.5;
left: 132.6;
}
.pie[size="370"] {
height: 370;
width: 370;
}
.pie[size="370"]::after {
top: 165;
left: 133;
}
.pie-reverse[size="370"] {
height: 370;
width: 370;
}
.pie-reverse[size="370"]::after {
top: 165;
left: 133;
}
.pie[size="371"] {
height: 371;
width: 371;
}
.pie[size="371"]::after {
top: 165.5;
left: 133.4;
}
.pie-reverse[size="371"] {
height: 371;
width: 371;
}
.pie-reverse[size="371"]::after {
top: 165.5;
left: 133.4;
}
.pie[size="372"] {
height: 372;
width: 372;
}
.pie[size="372"]::after {
top: 166;
left: 133.8;
}
.pie-reverse[size="372"] {
height: 372;
width: 372;
}
.pie-reverse[size="372"]::after {
top: 166;
left: 133.8;
}
.pie[size="373"] {
height: 373;
width: 373;
}
.pie[size="373"]::after {
top: 166.5;
left: 134.2;
}
.pie-reverse[size="373"] {
height: 373;
width: 373;
}
.pie-reverse[size="373"]::after {
top: 166.5;
left: 134.2;
}
.pie[size="374"] {
height: 374;
width: 374;
}
.pie[size="374"]::after {
top: 167;
left: 134.6;
}
.pie-reverse[size="374"] {
height: 374;
width: 374;
}
.pie-reverse[size="374"]::after {
top: 167;
left: 134.6;
}
.pie[size="375"] {
height: 375;
width: 375;
}
.pie[size="375"]::after {
top: 167.5;
left: 135;
}
.pie-reverse[size="375"] {
height: 375;
width: 375;
}
.pie-reverse[size="375"]::after {
top: 167.5;
left: 135;
}
.pie[size="376"] {
height: 376;
width: 376;
}
.pie[size="376"]::after {
top: 168;
left: 135.4;
}
.pie-reverse[size="376"] {
height: 376;
width: 376;
}
.pie-reverse[size="376"]::after {
top: 168;
left: 135.4;
}
.pie[size="377"] {
height: 377;
width: 377;
}
.pie[size="377"]::after {
top: 168.5;
left: 135.8;
}
.pie-reverse[size="377"] {
height: 377;
width: 377;
}
.pie-reverse[size="377"]::after {
top: 168.5;
left: 135.8;
}
.pie[size="378"] {
height: 378;
width: 378;
}
.pie[size="378"]::after {
top: 169;
left: 136.2;
}
.pie-reverse[size="378"] {
height: 378;
width: 378;
}
.pie-reverse[size="378"]::after {
top: 169;
left: 136.2;
}
.pie[size="379"] {
height: 379;
width: 379;
}
.pie[size="379"]::after {
top: 169.5;
left: 136.6;
}
.pie-reverse[size="379"] {
height: 379;
width: 379;
}
.pie-reverse[size="379"]::after {
top: 169.5;
left: 136.6;
}
.pie[size="380"] {
height: 380;
width: 380;
}
.pie[size="380"]::after {
top: 170;
left: 137;
}
.pie-reverse[size="380"] {
height: 380;
width: 380;
}
.pie-reverse[size="380"]::after {
top: 170;
left: 137;
}
.pie[size="381"] {
height: 381;
width: 381;
}
.pie[size="381"]::after {
top: 170.5;
left: 137.4;
}
.pie-reverse[size="381"] {
height: 381;
width: 381;
}
.pie-reverse[size="381"]::after {
top: 170.5;
left: 137.4;
}
.pie[size="382"] {
height: 382;
width: 382;
}
.pie[size="382"]::after {
top: 171;
left: 137.8;
}
.pie-reverse[size="382"] {
height: 382;
width: 382;
}
.pie-reverse[size="382"]::after {
top: 171;
left: 137.8;
}
.pie[size="383"] {
height: 383;
width: 383;
}
.pie[size="383"]::after {
top: 171.5;
left: 138.2;
}
.pie-reverse[size="383"] {
height: 383;
width: 383;
}
.pie-reverse[size="383"]::after {
top: 171.5;
left: 138.2;
}
.pie[size="384"] {
height: 384;
width: 384;
}
.pie[size="384"]::after {
top: 172;
left: 138.6;
}
.pie-reverse[size="384"] {
height: 384;
width: 384;
}
.pie-reverse[size="384"]::after {
top: 172;
left: 138.6;
}
.pie[size="385"] {
height: 385;
width: 385;
}
.pie[size="385"]::after {
top: 172.5;
left: 139;
}
.pie-reverse[size="385"] {
height: 385;
width: 385;
}
.pie-reverse[size="385"]::after {
top: 172.5;
left: 139;
}
.pie[size="386"] {
height: 386;
width: 386;
}
.pie[size="386"]::after {
top: 173;
left: 139.4;
}
.pie-reverse[size="386"] {
height: 386;
width: 386;
}
.pie-reverse[size="386"]::after {
top: 173;
left: 139.4;
}
.pie[size="387"] {
height: 387;
width: 387;
}
.pie[size="387"]::after {
top: 173.5;
left: 139.8;
}
.pie-reverse[size="387"] {
height: 387;
width: 387;
}
.pie-reverse[size="387"]::after {
top: 173.5;
left: 139.8;
}
.pie[size="388"] {
height: 388;
width: 388;
}
.pie[size="388"]::after {
top: 174;
left: 140.2;
}
.pie-reverse[size="388"] {
height: 388;
width: 388;
}
.pie-reverse[size="388"]::after {
top: 174;
left: 140.2;
}
.pie[size="389"] {
height: 389;
width: 389;
}
.pie[size="389"]::after {
top: 174.5;
left: 140.6;
}
.pie-reverse[size="389"] {
height: 389;
width: 389;
}
.pie-reverse[size="389"]::after {
top: 174.5;
left: 140.6;
}
.pie[size="390"] {
height: 390;
width: 390;
}
.pie[size="390"]::after {
top: 175;
left: 141;
}
.pie-reverse[size="390"] {
height: 390;
width: 390;
}
.pie-reverse[size="390"]::after {
top: 175;
left: 141;
}
.pie[size="391"] {
height: 391;
width: 391;
}
.pie[size="391"]::after {
top: 175.5;
left: 141.4;
}
.pie-reverse[size="391"] {
height: 391;
width: 391;
}
.pie-reverse[size="391"]::after {
top: 175.5;
left: 141.4;
}
.pie[size="392"] {
height: 392;
width: 392;
}
.pie[size="392"]::after {
top: 176;
left: 141.8;
}
.pie-reverse[size="392"] {
height: 392;
width: 392;
}
.pie-reverse[size="392"]::after {
top: 176;
left: 141.8;
}
.pie[size="393"] {
height: 393;
width: 393;
}
.pie[size="393"]::after {
top: 176.5;
left: 142.2;
}
.pie-reverse[size="393"] {
height: 393;
width: 393;
}
.pie-reverse[size="393"]::after {
top: 176.5;
left: 142.2;
}
.pie[size="394"] {
height: 394;
width: 394;
}
.pie[size="394"]::after {
top: 177;
left: 142.6;
}
.pie-reverse[size="394"] {
height: 394;
width: 394;
}
.pie-reverse[size="394"]::after {
top: 177;
left: 142.6;
}
.pie[size="395"] {
height: 395;
width: 395;
}
.pie[size="395"]::after {
top: 177.5;
left: 143;
}
.pie-reverse[size="395"] {
height: 395;
width: 395;
}
.pie-reverse[size="395"]::after {
top: 177.5;
left: 143;
}
.pie[size="396"] {
height: 396;
width: 396;
}
.pie[size="396"]::after {
top: 178;
left: 143.4;
}
.pie-reverse[size="396"] {
height: 396;
width: 396;
}
.pie-reverse[size="396"]::after {
top: 178;
left: 143.4;
}
.pie[size="397"] {
height: 397;
width: 397;
}
.pie[size="397"]::after {
top: 178.5;
left: 143.8;
}
.pie-reverse[size="397"] {
height: 397;
width: 397;
}
.pie-reverse[size="397"]::after {
top: 178.5;
left: 143.8;
}
.pie[size="398"] {
height: 398;
width: 398;
}
.pie[size="398"]::after {
top: 179;
left: 144.2;
}
.pie-reverse[size="398"] {
height: 398;
width: 398;
}
.pie-reverse[size="398"]::after {
top: 179;
left: 144.2;
}
.pie[size="399"] {
height: 399;
width: 399;
}
.pie[size="399"]::after {
top: 179.5;
left: 144.6;
}
.pie-reverse[size="399"] {
height: 399;
width: 399;
}
.pie-reverse[size="399"]::after {
top: 179.5;
left: 144.6;
}
.pie[size="400"] {
height: 400;
width: 400;
}
.pie[size="400"]::after {
top: 180;
left: 145;
}
.pie-reverse[size="400"] {
height: 400;
width: 400;
}
.pie-reverse[size="400"]::after {
top: 180;
left: 145;
}
.pie[size="401"] {
height: 401;
width: 401;
}
.pie[size="401"]::after {
top: 180.5;
left: 145.4;
}
.pie-reverse[size="401"] {
height: 401;
width: 401;
}
.pie-reverse[size="401"]::after {
top: 180.5;
left: 145.4;
}
.pie[size="402"] {
height: 402;
width: 402;
}
.pie[size="402"]::after {
top: 181;
left: 145.8;
}
.pie-reverse[size="402"] {
height: 402;
width: 402;
}
.pie-reverse[size="402"]::after {
top: 181;
left: 145.8;
}
.pie[size="403"] {
height: 403;
width: 403;
}
.pie[size="403"]::after {
top: 181.5;
left: 146.2;
}
.pie-reverse[size="403"] {
height: 403;
width: 403;
}
.pie-reverse[size="403"]::after {
top: 181.5;
left: 146.2;
}
.pie[size="404"] {
height: 404;
width: 404;
}
.pie[size="404"]::after {
top: 182;
left: 146.6;
}
.pie-reverse[size="404"] {
height: 404;
width: 404;
}
.pie-reverse[size="404"]::after {
top: 182;
left: 146.6;
}
.pie[size="405"] {
height: 405;
width: 405;
}
.pie[size="405"]::after {
top: 182.5;
left: 147;
}
.pie-reverse[size="405"] {
height: 405;
width: 405;
}
.pie-reverse[size="405"]::after {
top: 182.5;
left: 147;
}
.pie[size="406"] {
height: 406;
width: 406;
}
.pie[size="406"]::after {
top: 183;
left: 147.4;
}
.pie-reverse[size="406"] {
height: 406;
width: 406;
}
.pie-reverse[size="406"]::after {
top: 183;
left: 147.4;
}
.pie[size="407"] {
height: 407;
width: 407;
}
.pie[size="407"]::after {
top: 183.5;
left: 147.8;
}
.pie-reverse[size="407"] {
height: 407;
width: 407;
}
.pie-reverse[size="407"]::after {
top: 183.5;
left: 147.8;
}
.pie[size="408"] {
height: 408;
width: 408;
}
.pie[size="408"]::after {
top: 184;
left: 148.2;
}
.pie-reverse[size="408"] {
height: 408;
width: 408;
}
.pie-reverse[size="408"]::after {
top: 184;
left: 148.2;
}
.pie[size="409"] {
height: 409;
width: 409;
}
.pie[size="409"]::after {
top: 184.5;
left: 148.6;
}
.pie-reverse[size="409"] {
height: 409;
width: 409;
}
.pie-reverse[size="409"]::after {
top: 184.5;
left: 148.6;
}
.pie[size="410"] {
height: 410;
width: 410;
}
.pie[size="410"]::after {
top: 185;
left: 149;
}
.pie-reverse[size="410"] {
height: 410;
width: 410;
}
.pie-reverse[size="410"]::after {
top: 185;
left: 149;
}
.pie[size="411"] {
height: 411;
width: 411;
}
.pie[size="411"]::after {
top: 185.5;
left: 149.4;
}
.pie-reverse[size="411"] {
height: 411;
width: 411;
}
.pie-reverse[size="411"]::after {
top: 185.5;
left: 149.4;
}
.pie[size="412"] {
height: 412;
width: 412;
}
.pie[size="412"]::after {
top: 186;
left: 149.8;
}
.pie-reverse[size="412"] {
height: 412;
width: 412;
}
.pie-reverse[size="412"]::after {
top: 186;
left: 149.8;
}
.pie[size="413"] {
height: 413;
width: 413;
}
.pie[size="413"]::after {
top: 186.5;
left: 150.2;
}
.pie-reverse[size="413"] {
height: 413;
width: 413;
}
.pie-reverse[size="413"]::after {
top: 186.5;
left: 150.2;
}
.pie[size="414"] {
height: 414;
width: 414;
}
.pie[size="414"]::after {
top: 187;
left: 150.6;
}
.pie-reverse[size="414"] {
height: 414;
width: 414;
}
.pie-reverse[size="414"]::after {
top: 187;
left: 150.6;
}
.pie[size="415"] {
height: 415;
width: 415;
}
.pie[size="415"]::after {
top: 187.5;
left: 151;
}
.pie-reverse[size="415"] {
height: 415;
width: 415;
}
.pie-reverse[size="415"]::after {
top: 187.5;
left: 151;
}
.pie[size="416"] {
height: 416;
width: 416;
}
.pie[size="416"]::after {
top: 188;
left: 151.4;
}
.pie-reverse[size="416"] {
height: 416;
width: 416;
}
.pie-reverse[size="416"]::after {
top: 188;
left: 151.4;
}
.pie[size="417"] {
height: 417;
width: 417;
}
.pie[size="417"]::after {
top: 188.5;
left: 151.8;
}
.pie-reverse[size="417"] {
height: 417;
width: 417;
}
.pie-reverse[size="417"]::after {
top: 188.5;
left: 151.8;
}
.pie[size="418"] {
height: 418;
width: 418;
}
.pie[size="418"]::after {
top: 189;
left: 152.2;
}
.pie-reverse[size="418"] {
height: 418;
width: 418;
}
.pie-reverse[size="418"]::after {
top: 189;
left: 152.2;
}
.pie[size="419"] {
height: 419;
width: 419;
}
.pie[size="419"]::after {
top: 189.5;
left: 152.6;
}
.pie-reverse[size="419"] {
height: 419;
width: 419;
}
.pie-reverse[size="419"]::after {
top: 189.5;
left: 152.6;
}
.pie[size="420"] {
height: 420;
width: 420;
}
.pie[size="420"]::after {
top: 190;
left: 153;
}
.pie-reverse[size="420"] {
height: 420;
width: 420;
}
.pie-reverse[size="420"]::after {
top: 190;
left: 153;
}
.pie[size="421"] {
height: 421;
width: 421;
}
.pie[size="421"]::after {
top: 190.5;
left: 153.4;
}
.pie-reverse[size="421"] {
height: 421;
width: 421;
}
.pie-reverse[size="421"]::after {
top: 190.5;
left: 153.4;
}
.pie[size="422"] {
height: 422;
width: 422;
}
.pie[size="422"]::after {
top: 191;
left: 153.8;
}
.pie-reverse[size="422"] {
height: 422;
width: 422;
}
.pie-reverse[size="422"]::after {
top: 191;
left: 153.8;
}
.pie[size="423"] {
height: 423;
width: 423;
}
.pie[size="423"]::after {
top: 191.5;
left: 154.2;
}
.pie-reverse[size="423"] {
height: 423;
width: 423;
}
.pie-reverse[size="423"]::after {
top: 191.5;
left: 154.2;
}
.pie[size="424"] {
height: 424;
width: 424;
}
.pie[size="424"]::after {
top: 192;
left: 154.6;
}
.pie-reverse[size="424"] {
height: 424;
width: 424;
}
.pie-reverse[size="424"]::after {
top: 192;
left: 154.6;
}
.pie[size="425"] {
height: 425;
width: 425;
}
.pie[size="425"]::after {
top: 192.5;
left: 155;
}
.pie-reverse[size="425"] {
height: 425;
width: 425;
}
.pie-reverse[size="425"]::after {
top: 192.5;
left: 155;
}
.pie[size="426"] {
height: 426;
width: 426;
}
.pie[size="426"]::after {
top: 193;
left: 155.4;
}
.pie-reverse[size="426"] {
height: 426;
width: 426;
}
.pie-reverse[size="426"]::after {
top: 193;
left: 155.4;
}
.pie[size="427"] {
height: 427;
width: 427;
}
.pie[size="427"]::after {
top: 193.5;
left: 155.8;
}
.pie-reverse[size="427"] {
height: 427;
width: 427;
}
.pie-reverse[size="427"]::after {
top: 193.5;
left: 155.8;
}
.pie[size="428"] {
height: 428;
width: 428;
}
.pie[size="428"]::after {
top: 194;
left: 156.2;
}
.pie-reverse[size="428"] {
height: 428;
width: 428;
}
.pie-reverse[size="428"]::after {
top: 194;
left: 156.2;
}
.pie[size="429"] {
height: 429;
width: 429;
}
.pie[size="429"]::after {
top: 194.5;
left: 156.6;
}
.pie-reverse[size="429"] {
height: 429;
width: 429;
}
.pie-reverse[size="429"]::after {
top: 194.5;
left: 156.6;
}
.pie[size="430"] {
height: 430;
width: 430;
}
.pie[size="430"]::after {
top: 195;
left: 157;
}
.pie-reverse[size="430"] {
height: 430;
width: 430;
}
.pie-reverse[size="430"]::after {
top: 195;
left: 157;
}
.pie[size="431"] {
height: 431;
width: 431;
}
.pie[size="431"]::after {
top: 195.5;
left: 157.4;
}
.pie-reverse[size="431"] {
height: 431;
width: 431;
}
.pie-reverse[size="431"]::after {
top: 195.5;
left: 157.4;
}
.pie[size="432"] {
height: 432;
width: 432;
}
.pie[size="432"]::after {
top: 196;
left: 157.8;
}
.pie-reverse[size="432"] {
height: 432;
width: 432;
}
.pie-reverse[size="432"]::after {
top: 196;
left: 157.8;
}
.pie[size="433"] {
height: 433;
width: 433;
}
.pie[size="433"]::after {
top: 196.5;
left: 158.2;
}
.pie-reverse[size="433"] {
height: 433;
width: 433;
}
.pie-reverse[size="433"]::after {
top: 196.5;
left: 158.2;
}
.pie[size="434"] {
height: 434;
width: 434;
}
.pie[size="434"]::after {
top: 197;
left: 158.6;
}
.pie-reverse[size="434"] {
height: 434;
width: 434;
}
.pie-reverse[size="434"]::after {
top: 197;
left: 158.6;
}
.pie[size="435"] {
height: 435;
width: 435;
}
.pie[size="435"]::after {
top: 197.5;
left: 159;
}
.pie-reverse[size="435"] {
height: 435;
width: 435;
}
.pie-reverse[size="435"]::after {
top: 197.5;
left: 159;
}
.pie[size="436"] {
height: 436;
width: 436;
}
.pie[size="436"]::after {
top: 198;
left: 159.4;
}
.pie-reverse[size="436"] {
height: 436;
width: 436;
}
.pie-reverse[size="436"]::after {
top: 198;
left: 159.4;
}
.pie[size="437"] {
height: 437;
width: 437;
}
.pie[size="437"]::after {
top: 198.5;
left: 159.8;
}
.pie-reverse[size="437"] {
height: 437;
width: 437;
}
.pie-reverse[size="437"]::after {
top: 198.5;
left: 159.8;
}
.pie[size="438"] {
height: 438;
width: 438;
}
.pie[size="438"]::after {
top: 199;
left: 160.2;
}
.pie-reverse[size="438"] {
height: 438;
width: 438;
}
.pie-reverse[size="438"]::after {
top: 199;
left: 160.2;
}
.pie[size="439"] {
height: 439;
width: 439;
}
.pie[size="439"]::after {
top: 199.5;
left: 160.6;
}
.pie-reverse[size="439"] {
height: 439;
width: 439;
}
.pie-reverse[size="439"]::after {
top: 199.5;
left: 160.6;
}
.pie[size="440"] {
height: 440;
width: 440;
}
.pie[size="440"]::after {
top: 200;
left: 161;
}
.pie-reverse[size="440"] {
height: 440;
width: 440;
}
.pie-reverse[size="440"]::after {
top: 200;
left: 161;
}
.pie[size="441"] {
height: 441;
width: 441;
}
.pie[size="441"]::after {
top: 200.5;
left: 161.4;
}
.pie-reverse[size="441"] {
height: 441;
width: 441;
}
.pie-reverse[size="441"]::after {
top: 200.5;
left: 161.4;
}
.pie[size="442"] {
height: 442;
width: 442;
}
.pie[size="442"]::after {
top: 201;
left: 161.8;
}
.pie-reverse[size="442"] {
height: 442;
width: 442;
}
.pie-reverse[size="442"]::after {
top: 201;
left: 161.8;
}
.pie[size="443"] {
height: 443;
width: 443;
}
.pie[size="443"]::after {
top: 201.5;
left: 162.2;
}
.pie-reverse[size="443"] {
height: 443;
width: 443;
}
.pie-reverse[size="443"]::after {
top: 201.5;
left: 162.2;
}
.pie[size="444"] {
height: 444;
width: 444;
}
.pie[size="444"]::after {
top: 202;
left: 162.6;
}
.pie-reverse[size="444"] {
height: 444;
width: 444;
}
.pie-reverse[size="444"]::after {
top: 202;
left: 162.6;
}
.pie[size="445"] {
height: 445;
width: 445;
}
.pie[size="445"]::after {
top: 202.5;
left: 163;
}
.pie-reverse[size="445"] {
height: 445;
width: 445;
}
.pie-reverse[size="445"]::after {
top: 202.5;
left: 163;
}
.pie[size="446"] {
height: 446;
width: 446;
}
.pie[size="446"]::after {
top: 203;
left: 163.4;
}
.pie-reverse[size="446"] {
height: 446;
width: 446;
}
.pie-reverse[size="446"]::after {
top: 203;
left: 163.4;
}
.pie[size="447"] {
height: 447;
width: 447;
}
.pie[size="447"]::after {
top: 203.5;
left: 163.8;
}
.pie-reverse[size="447"] {
height: 447;
width: 447;
}
.pie-reverse[size="447"]::after {
top: 203.5;
left: 163.8;
}
.pie[size="448"] {
height: 448;
width: 448;
}
.pie[size="448"]::after {
top: 204;
left: 164.2;
}
.pie-reverse[size="448"] {
height: 448;
width: 448;
}
.pie-reverse[size="448"]::after {
top: 204;
left: 164.2;
}
.pie[size="449"] {
height: 449;
width: 449;
}
.pie[size="449"]::after {
top: 204.5;
left: 164.6;
}
.pie-reverse[size="449"] {
height: 449;
width: 449;
}
.pie-reverse[size="449"]::after {
top: 204.5;
left: 164.6;
}
.pie[size="450"] {
height: 450;
width: 450;
}
.pie[size="450"]::after {
top: 205;
left: 165;
}
.pie-reverse[size="450"] {
height: 450;
width: 450;
}
.pie-reverse[size="450"]::after {
top: 205;
left: 165;
}
.pie[size="451"] {
height: 451;
width: 451;
}
.pie[size="451"]::after {
top: 205.5;
left: 165.4;
}
.pie-reverse[size="451"] {
height: 451;
width: 451;
}
.pie-reverse[size="451"]::after {
top: 205.5;
left: 165.4;
}
.pie[size="452"] {
height: 452;
width: 452;
}
.pie[size="452"]::after {
top: 206;
left: 165.8;
}
.pie-reverse[size="452"] {
height: 452;
width: 452;
}
.pie-reverse[size="452"]::after {
top: 206;
left: 165.8;
}
.pie[size="453"] {
height: 453;
width: 453;
}
.pie[size="453"]::after {
top: 206.5;
left: 166.2;
}
.pie-reverse[size="453"] {
height: 453;
width: 453;
}
.pie-reverse[size="453"]::after {
top: 206.5;
left: 166.2;
}
.pie[size="454"] {
height: 454;
width: 454;
}
.pie[size="454"]::after {
top: 207;
left: 166.6;
}
.pie-reverse[size="454"] {
height: 454;
width: 454;
}
.pie-reverse[size="454"]::after {
top: 207;
left: 166.6;
}
.pie[size="455"] {
height: 455;
width: 455;
}
.pie[size="455"]::after {
top: 207.5;
left: 167;
}
.pie-reverse[size="455"] {
height: 455;
width: 455;
}
.pie-reverse[size="455"]::after {
top: 207.5;
left: 167;
}
.pie[size="456"] {
height: 456;
width: 456;
}
.pie[size="456"]::after {
top: 208;
left: 167.4;
}
.pie-reverse[size="456"] {
height: 456;
width: 456;
}
.pie-reverse[size="456"]::after {
top: 208;
left: 167.4;
}
.pie[size="457"] {
height: 457;
width: 457;
}
.pie[size="457"]::after {
top: 208.5;
left: 167.8;
}
.pie-reverse[size="457"] {
height: 457;
width: 457;
}
.pie-reverse[size="457"]::after {
top: 208.5;
left: 167.8;
}
.pie[size="458"] {
height: 458;
width: 458;
}
.pie[size="458"]::after {
top: 209;
left: 168.2;
}
.pie-reverse[size="458"] {
height: 458;
width: 458;
}
.pie-reverse[size="458"]::after {
top: 209;
left: 168.2;
}
.pie[size="459"] {
height: 459;
width: 459;
}
.pie[size="459"]::after {
top: 209.5;
left: 168.6;
}
.pie-reverse[size="459"] {
height: 459;
width: 459;
}
.pie-reverse[size="459"]::after {
top: 209.5;
left: 168.6;
}
.pie[size="460"] {
height: 460;
width: 460;
}
.pie[size="460"]::after {
top: 210;
left: 169;
}
.pie-reverse[size="460"] {
height: 460;
width: 460;
}
.pie-reverse[size="460"]::after {
top: 210;
left: 169;
}
.pie[size="461"] {
height: 461;
width: 461;
}
.pie[size="461"]::after {
top: 210.5;
left: 169.4;
}
.pie-reverse[size="461"] {
height: 461;
width: 461;
}
.pie-reverse[size="461"]::after {
top: 210.5;
left: 169.4;
}
.pie[size="462"] {
height: 462;
width: 462;
}
.pie[size="462"]::after {
top: 211;
left: 169.8;
}
.pie-reverse[size="462"] {
height: 462;
width: 462;
}
.pie-reverse[size="462"]::after {
top: 211;
left: 169.8;
}
.pie[size="463"] {
height: 463;
width: 463;
}
.pie[size="463"]::after {
top: 211.5;
left: 170.2;
}
.pie-reverse[size="463"] {
height: 463;
width: 463;
}
.pie-reverse[size="463"]::after {
top: 211.5;
left: 170.2;
}
.pie[size="464"] {
height: 464;
width: 464;
}
.pie[size="464"]::after {
top: 212;
left: 170.6;
}
.pie-reverse[size="464"] {
height: 464;
width: 464;
}
.pie-reverse[size="464"]::after {
top: 212;
left: 170.6;
}
.pie[size="465"] {
height: 465;
width: 465;
}
.pie[size="465"]::after {
top: 212.5;
left: 171;
}
.pie-reverse[size="465"] {
height: 465;
width: 465;
}
.pie-reverse[size="465"]::after {
top: 212.5;
left: 171;
}
.pie[size="466"] {
height: 466;
width: 466;
}
.pie[size="466"]::after {
top: 213;
left: 171.4;
}
.pie-reverse[size="466"] {
height: 466;
width: 466;
}
.pie-reverse[size="466"]::after {
top: 213;
left: 171.4;
}
.pie[size="467"] {
height: 467;
width: 467;
}
.pie[size="467"]::after {
top: 213.5;
left: 171.8;
}
.pie-reverse[size="467"] {
height: 467;
width: 467;
}
.pie-reverse[size="467"]::after {
top: 213.5;
left: 171.8;
}
.pie[size="468"] {
height: 468;
width: 468;
}
.pie[size="468"]::after {
top: 214;
left: 172.2;
}
.pie-reverse[size="468"] {
height: 468;
width: 468;
}
.pie-reverse[size="468"]::after {
top: 214;
left: 172.2;
}
.pie[size="469"] {
height: 469;
width: 469;
}
.pie[size="469"]::after {
top: 214.5;
left: 172.6;
}
.pie-reverse[size="469"] {
height: 469;
width: 469;
}
.pie-reverse[size="469"]::after {
top: 214.5;
left: 172.6;
}
.pie[size="470"] {
height: 470;
width: 470;
}
.pie[size="470"]::after {
top: 215;
left: 173;
}
.pie-reverse[size="470"] {
height: 470;
width: 470;
}
.pie-reverse[size="470"]::after {
top: 215;
left: 173;
}
.pie[size="471"] {
height: 471;
width: 471;
}
.pie[size="471"]::after {
top: 215.5;
left: 173.4;
}
.pie-reverse[size="471"] {
height: 471;
width: 471;
}
.pie-reverse[size="471"]::after {
top: 215.5;
left: 173.4;
}
.pie[size="472"] {
height: 472;
width: 472;
}
.pie[size="472"]::after {
top: 216;
left: 173.8;
}
.pie-reverse[size="472"] {
height: 472;
width: 472;
}
.pie-reverse[size="472"]::after {
top: 216;
left: 173.8;
}
.pie[size="473"] {
height: 473;
width: 473;
}
.pie[size="473"]::after {
top: 216.5;
left: 174.2;
}
.pie-reverse[size="473"] {
height: 473;
width: 473;
}
.pie-reverse[size="473"]::after {
top: 216.5;
left: 174.2;
}
.pie[size="474"] {
height: 474;
width: 474;
}
.pie[size="474"]::after {
top: 217;
left: 174.6;
}
.pie-reverse[size="474"] {
height: 474;
width: 474;
}
.pie-reverse[size="474"]::after {
top: 217;
left: 174.6;
}
.pie[size="475"] {
height: 475;
width: 475;
}
.pie[size="475"]::after {
top: 217.5;
left: 175;
}
.pie-reverse[size="475"] {
height: 475;
width: 475;
}
.pie-reverse[size="475"]::after {
top: 217.5;
left: 175;
}
.pie[size="476"] {
height: 476;
width: 476;
}
.pie[size="476"]::after {
top: 218;
left: 175.4;
}
.pie-reverse[size="476"] {
height: 476;
width: 476;
}
.pie-reverse[size="476"]::after {
top: 218;
left: 175.4;
}
.pie[size="477"] {
height: 477;
width: 477;
}
.pie[size="477"]::after {
top: 218.5;
left: 175.8;
}
.pie-reverse[size="477"] {
height: 477;
width: 477;
}
.pie-reverse[size="477"]::after {
top: 218.5;
left: 175.8;
}
.pie[size="478"] {
height: 478;
width: 478;
}
.pie[size="478"]::after {
top: 219;
left: 176.2;
}
.pie-reverse[size="478"] {
height: 478;
width: 478;
}
.pie-reverse[size="478"]::after {
top: 219;
left: 176.2;
}
.pie[size="479"] {
height: 479;
width: 479;
}
.pie[size="479"]::after {
top: 219.5;
left: 176.6;
}
.pie-reverse[size="479"] {
height: 479;
width: 479;
}
.pie-reverse[size="479"]::after {
top: 219.5;
left: 176.6;
}
.pie[size="480"] {
height: 480;
width: 480;
}
.pie[size="480"]::after {
top: 220;
left: 177;
}
.pie-reverse[size="480"] {
height: 480;
width: 480;
}
.pie-reverse[size="480"]::after {
top: 220;
left: 177;
}
.pie[size="481"] {
height: 481;
width: 481;
}
.pie[size="481"]::after {
top: 220.5;
left: 177.4;
}
.pie-reverse[size="481"] {
height: 481;
width: 481;
}
.pie-reverse[size="481"]::after {
top: 220.5;
left: 177.4;
}
.pie[size="482"] {
height: 482;
width: 482;
}
.pie[size="482"]::after {
top: 221;
left: 177.8;
}
.pie-reverse[size="482"] {
height: 482;
width: 482;
}
.pie-reverse[size="482"]::after {
top: 221;
left: 177.8;
}
.pie[size="483"] {
height: 483;
width: 483;
}
.pie[size="483"]::after {
top: 221.5;
left: 178.2;
}
.pie-reverse[size="483"] {
height: 483;
width: 483;
}
.pie-reverse[size="483"]::after {
top: 221.5;
left: 178.2;
}
.pie[size="484"] {
height: 484;
width: 484;
}
.pie[size="484"]::after {
top: 222;
left: 178.6;
}
.pie-reverse[size="484"] {
height: 484;
width: 484;
}
.pie-reverse[size="484"]::after {
top: 222;
left: 178.6;
}
.pie[size="485"] {
height: 485;
width: 485;
}
.pie[size="485"]::after {
top: 222.5;
left: 179;
}
.pie-reverse[size="485"] {
height: 485;
width: 485;
}
.pie-reverse[size="485"]::after {
top: 222.5;
left: 179;
}
.pie[size="486"] {
height: 486;
width: 486;
}
.pie[size="486"]::after {
top: 223;
left: 179.4;
}
.pie-reverse[size="486"] {
height: 486;
width: 486;
}
.pie-reverse[size="486"]::after {
top: 223;
left: 179.4;
}
.pie[size="487"] {
height: 487;
width: 487;
}
.pie[size="487"]::after {
top: 223.5;
left: 179.8;
}
.pie-reverse[size="487"] {
height: 487;
width: 487;
}
.pie-reverse[size="487"]::after {
top: 223.5;
left: 179.8;
}
.pie[size="488"] {
height: 488;
width: 488;
}
.pie[size="488"]::after {
top: 224;
left: 180.2;
}
.pie-reverse[size="488"] {
height: 488;
width: 488;
}
.pie-reverse[size="488"]::after {
top: 224;
left: 180.2;
}
.pie[size="489"] {
height: 489;
width: 489;
}
.pie[size="489"]::after {
top: 224.5;
left: 180.6;
}
.pie-reverse[size="489"] {
height: 489;
width: 489;
}
.pie-reverse[size="489"]::after {
top: 224.5;
left: 180.6;
}
.pie[size="490"] {
height: 490;
width: 490;
}
.pie[size="490"]::after {
top: 225;
left: 181;
}
.pie-reverse[size="490"] {
height: 490;
width: 490;
}
.pie-reverse[size="490"]::after {
top: 225;
left: 181;
}
.pie[size="491"] {
height: 491;
width: 491;
}
.pie[size="491"]::after {
top: 225.5;
left: 181.4;
}
.pie-reverse[size="491"] {
height: 491;
width: 491;
}
.pie-reverse[size="491"]::after {
top: 225.5;
left: 181.4;
}
.pie[size="492"] {
height: 492;
width: 492;
}
.pie[size="492"]::after {
top: 226;
left: 181.8;
}
.pie-reverse[size="492"] {
height: 492;
width: 492;
}
.pie-reverse[size="492"]::after {
top: 226;
left: 181.8;
}
.pie[size="493"] {
height: 493;
width: 493;
}
.pie[size="493"]::after {
top: 226.5;
left: 182.2;
}
.pie-reverse[size="493"] {
height: 493;
width: 493;
}
.pie-reverse[size="493"]::after {
top: 226.5;
left: 182.2;
}
.pie[size="494"] {
height: 494;
width: 494;
}
.pie[size="494"]::after {
top: 227;
left: 182.6;
}
.pie-reverse[size="494"] {
height: 494;
width: 494;
}
.pie-reverse[size="494"]::after {
top: 227;
left: 182.6;
}
.pie[size="495"] {
height: 495;
width: 495;
}
.pie[size="495"]::after {
top: 227.5;
left: 183;
}
.pie-reverse[size="495"] {
height: 495;
width: 495;
}
.pie-reverse[size="495"]::after {
top: 227.5;
left: 183;
}
.pie[size="496"] {
height: 496;
width: 496;
}
.pie[size="496"]::after {
top: 228;
left: 183.4;
}
.pie-reverse[size="496"] {
height: 496;
width: 496;
}
.pie-reverse[size="496"]::after {
top: 228;
left: 183.4;
}
.pie[size="497"] {
height: 497;
width: 497;
}
.pie[size="497"]::after {
top: 228.5;
left: 183.8;
}
.pie-reverse[size="497"] {
height: 497;
width: 497;
}
.pie-reverse[size="497"]::after {
top: 228.5;
left: 183.8;
}
.pie[size="498"] {
height: 498;
width: 498;
}
.pie[size="498"]::after {
top: 229;
left: 184.2;
}
.pie-reverse[size="498"] {
height: 498;
width: 498;
}
.pie-reverse[size="498"]::after {
top: 229;
left: 184.2;
}
.pie[size="499"] {
height: 499;
width: 499;
}
.pie[size="499"]::after {
top: 229.5;
left: 184.6;
}
.pie-reverse[size="499"] {
height: 499;
width: 499;
}
.pie-reverse[size="499"]::after {
top: 229.5;
left: 184.6;
}
.pie[size="500"] {
height: 500;
width: 500;
}
.pie[size="500"]::after {
top: 230;
left: 185;
}
.pie-reverse[size="500"] {
height: 500;
width: 500;
}
.pie-reverse[size="500"]::after {
top: 230;
left: 185;
}
.pie[size="501"] {
height: 501;
width: 501;
}
.pie[size="501"]::after {
top: 230.5;
left: 185.4;
}
.pie-reverse[size="501"] {
height: 501;
width: 501;
}
.pie-reverse[size="501"]::after {
top: 230.5;
left: 185.4;
}
.pie[size="502"] {
height: 502;
width: 502;
}
.pie[size="502"]::after {
top: 231;
left: 185.8;
}
.pie-reverse[size="502"] {
height: 502;
width: 502;
}
.pie-reverse[size="502"]::after {
top: 231;
left: 185.8;
}
.pie[size="503"] {
height: 503;
width: 503;
}
.pie[size="503"]::after {
top: 231.5;
left: 186.2;
}
.pie-reverse[size="503"] {
height: 503;
width: 503;
}
.pie-reverse[size="503"]::after {
top: 231.5;
left: 186.2;
}
.pie[size="504"] {
height: 504;
width: 504;
}
.pie[size="504"]::after {
top: 232;
left: 186.6;
}
.pie-reverse[size="504"] {
height: 504;
width: 504;
}
.pie-reverse[size="504"]::after {
top: 232;
left: 186.6;
}
.pie[size="505"] {
height: 505;
width: 505;
}
.pie[size="505"]::after {
top: 232.5;
left: 187;
}
.pie-reverse[size="505"] {
height: 505;
width: 505;
}
.pie-reverse[size="505"]::after {
top: 232.5;
left: 187;
}
.pie[size="506"] {
height: 506;
width: 506;
}
.pie[size="506"]::after {
top: 233;
left: 187.4;
}
.pie-reverse[size="506"] {
height: 506;
width: 506;
}
.pie-reverse[size="506"]::after {
top: 233;
left: 187.4;
}
.pie[size="507"] {
height: 507;
width: 507;
}
.pie[size="507"]::after {
top: 233.5;
left: 187.8;
}
.pie-reverse[size="507"] {
height: 507;
width: 507;
}
.pie-reverse[size="507"]::after {
top: 233.5;
left: 187.8;
}
.pie[size="508"] {
height: 508;
width: 508;
}
.pie[size="508"]::after {
top: 234;
left: 188.2;
}
.pie-reverse[size="508"] {
height: 508;
width: 508;
}
.pie-reverse[size="508"]::after {
top: 234;
left: 188.2;
}
.pie[size="509"] {
height: 509;
width: 509;
}
.pie[size="509"]::after {
top: 234.5;
left: 188.6;
}
.pie-reverse[size="509"] {
height: 509;
width: 509;
}
.pie-reverse[size="509"]::after {
top: 234.5;
left: 188.6;
}
.pie[size="510"] {
height: 510;
width: 510;
}
.pie[size="510"]::after {
top: 235;
left: 189;
}
.pie-reverse[size="510"] {
height: 510;
width: 510;
}
.pie-reverse[size="510"]::after {
top: 235;
left: 189;
}
.pie[size="511"] {
height: 511;
width: 511;
}
.pie[size="511"]::after {
top: 235.5;
left: 189.4;
}
.pie-reverse[size="511"] {
height: 511;
width: 511;
}
.pie-reverse[size="511"]::after {
top: 235.5;
left: 189.4;
}
.pie[size="512"] {
height: 512;
width: 512;
}
.pie[size="512"]::after {
top: 236;
left: 189.8;
}
.pie-reverse[size="512"] {
height: 512;
width: 512;
}
.pie-reverse[size="512"]::after {
top: 236;
left: 189.8;
}
.pie[size="513"] {
height: 513;
width: 513;
}
.pie[size="513"]::after {
top: 236.5;
left: 190.2;
}
.pie-reverse[size="513"] {
height: 513;
width: 513;
}
.pie-reverse[size="513"]::after {
top: 236.5;
left: 190.2;
}
.pie[size="514"] {
height: 514;
width: 514;
}
.pie[size="514"]::after {
top: 237;
left: 190.6;
}
.pie-reverse[size="514"] {
height: 514;
width: 514;
}
.pie-reverse[size="514"]::after {
top: 237;
left: 190.6;
}
.pie[size="515"] {
height: 515;
width: 515;
}
.pie[size="515"]::after {
top: 237.5;
left: 191;
}
.pie-reverse[size="515"] {
height: 515;
width: 515;
}
.pie-reverse[size="515"]::after {
top: 237.5;
left: 191;
}
.pie[size="516"] {
height: 516;
width: 516;
}
.pie[size="516"]::after {
top: 238;
left: 191.4;
}
.pie-reverse[size="516"] {
height: 516;
width: 516;
}
.pie-reverse[size="516"]::after {
top: 238;
left: 191.4;
}
.pie[size="517"] {
height: 517;
width: 517;
}
.pie[size="517"]::after {
top: 238.5;
left: 191.8;
}
.pie-reverse[size="517"] {
height: 517;
width: 517;
}
.pie-reverse[size="517"]::after {
top: 238.5;
left: 191.8;
}
.pie[size="518"] {
height: 518;
width: 518;
}
.pie[size="518"]::after {
top: 239;
left: 192.2;
}
.pie-reverse[size="518"] {
height: 518;
width: 518;
}
.pie-reverse[size="518"]::after {
top: 239;
left: 192.2;
}
.pie[size="519"] {
height: 519;
width: 519;
}
.pie[size="519"]::after {
top: 239.5;
left: 192.6;
}
.pie-reverse[size="519"] {
height: 519;
width: 519;
}
.pie-reverse[size="519"]::after {
top: 239.5;
left: 192.6;
}
.pie[size="520"] {
height: 520;
width: 520;
}
.pie[size="520"]::after {
top: 240;
left: 193;
}
.pie-reverse[size="520"] {
height: 520;
width: 520;
}
.pie-reverse[size="520"]::after {
top: 240;
left: 193;
}
.pie[size="521"] {
height: 521;
width: 521;
}
.pie[size="521"]::after {
top: 240.5;
left: 193.4;
}
.pie-reverse[size="521"] {
height: 521;
width: 521;
}
.pie-reverse[size="521"]::after {
top: 240.5;
left: 193.4;
}
.pie[size="522"] {
height: 522;
width: 522;
}
.pie[size="522"]::after {
top: 241;
left: 193.8;
}
.pie-reverse[size="522"] {
height: 522;
width: 522;
}
.pie-reverse[size="522"]::after {
top: 241;
left: 193.8;
}
.pie[size="523"] {
height: 523;
width: 523;
}
.pie[size="523"]::after {
top: 241.5;
left: 194.2;
}
.pie-reverse[size="523"] {
height: 523;
width: 523;
}
.pie-reverse[size="523"]::after {
top: 241.5;
left: 194.2;
}
.pie[size="524"] {
height: 524;
width: 524;
}
.pie[size="524"]::after {
top: 242;
left: 194.6;
}
.pie-reverse[size="524"] {
height: 524;
width: 524;
}
.pie-reverse[size="524"]::after {
top: 242;
left: 194.6;
}
.pie[size="525"] {
height: 525;
width: 525;
}
.pie[size="525"]::after {
top: 242.5;
left: 195;
}
.pie-reverse[size="525"] {
height: 525;
width: 525;
}
.pie-reverse[size="525"]::after {
top: 242.5;
left: 195;
}
.pie[size="526"] {
height: 526;
width: 526;
}
.pie[size="526"]::after {
top: 243;
left: 195.4;
}
.pie-reverse[size="526"] {
height: 526;
width: 526;
}
.pie-reverse[size="526"]::after {
top: 243;
left: 195.4;
}
.pie[size="527"] {
height: 527;
width: 527;
}
.pie[size="527"]::after {
top: 243.5;
left: 195.8;
}
.pie-reverse[size="527"] {
height: 527;
width: 527;
}
.pie-reverse[size="527"]::after {
top: 243.5;
left: 195.8;
}
.pie[size="528"] {
height: 528;
width: 528;
}
.pie[size="528"]::after {
top: 244;
left: 196.2;
}
.pie-reverse[size="528"] {
height: 528;
width: 528;
}
.pie-reverse[size="528"]::after {
top: 244;
left: 196.2;
}
.pie[size="529"] {
height: 529;
width: 529;
}
.pie[size="529"]::after {
top: 244.5;
left: 196.6;
}
.pie-reverse[size="529"] {
height: 529;
width: 529;
}
.pie-reverse[size="529"]::after {
top: 244.5;
left: 196.6;
}
.pie[size="530"] {
height: 530;
width: 530;
}
.pie[size="530"]::after {
top: 245;
left: 197;
}
.pie-reverse[size="530"] {
height: 530;
width: 530;
}
.pie-reverse[size="530"]::after {
top: 245;
left: 197;
}
.pie[size="531"] {
height: 531;
width: 531;
}
.pie[size="531"]::after {
top: 245.5;
left: 197.4;
}
.pie-reverse[size="531"] {
height: 531;
width: 531;
}
.pie-reverse[size="531"]::after {
top: 245.5;
left: 197.4;
}
.pie[size="532"] {
height: 532;
width: 532;
}
.pie[size="532"]::after {
top: 246;
left: 197.8;
}
.pie-reverse[size="532"] {
height: 532;
width: 532;
}
.pie-reverse[size="532"]::after {
top: 246;
left: 197.8;
}
.pie[size="533"] {
height: 533;
width: 533;
}
.pie[size="533"]::after {
top: 246.5;
left: 198.2;
}
.pie-reverse[size="533"] {
height: 533;
width: 533;
}
.pie-reverse[size="533"]::after {
top: 246.5;
left: 198.2;
}
.pie[size="534"] {
height: 534;
width: 534;
}
.pie[size="534"]::after {
top: 247;
left: 198.6;
}
.pie-reverse[size="534"] {
height: 534;
width: 534;
}
.pie-reverse[size="534"]::after {
top: 247;
left: 198.6;
}
.pie[size="535"] {
height: 535;
width: 535;
}
.pie[size="535"]::after {
top: 247.5;
left: 199;
}
.pie-reverse[size="535"] {
height: 535;
width: 535;
}
.pie-reverse[size="535"]::after {
top: 247.5;
left: 199;
}
.pie[size="536"] {
height: 536;
width: 536;
}
.pie[size="536"]::after {
top: 248;
left: 199.4;
}
.pie-reverse[size="536"] {
height: 536;
width: 536;
}
.pie-reverse[size="536"]::after {
top: 248;
left: 199.4;
}
.pie[size="537"] {
height: 537;
width: 537;
}
.pie[size="537"]::after {
top: 248.5;
left: 199.8;
}
.pie-reverse[size="537"] {
height: 537;
width: 537;
}
.pie-reverse[size="537"]::after {
top: 248.5;
left: 199.8;
}
.pie[size="538"] {
height: 538;
width: 538;
}
.pie[size="538"]::after {
top: 249;
left: 200.2;
}
.pie-reverse[size="538"] {
height: 538;
width: 538;
}
.pie-reverse[size="538"]::after {
top: 249;
left: 200.2;
}
.pie[size="539"] {
height: 539;
width: 539;
}
.pie[size="539"]::after {
top: 249.5;
left: 200.6;
}
.pie-reverse[size="539"] {
height: 539;
width: 539;
}
.pie-reverse[size="539"]::after {
top: 249.5;
left: 200.6;
}
.pie[size="540"] {
height: 540;
width: 540;
}
.pie[size="540"]::after {
top: 250;
left: 201;
}
.pie-reverse[size="540"] {
height: 540;
width: 540;
}
.pie-reverse[size="540"]::after {
top: 250;
left: 201;
}
.pie[size="541"] {
height: 541;
width: 541;
}
.pie[size="541"]::after {
top: 250.5;
left: 201.4;
}
.pie-reverse[size="541"] {
height: 541;
width: 541;
}
.pie-reverse[size="541"]::after {
top: 250.5;
left: 201.4;
}
.pie[size="542"] {
height: 542;
width: 542;
}
.pie[size="542"]::after {
top: 251;
left: 201.8;
}
.pie-reverse[size="542"] {
height: 542;
width: 542;
}
.pie-reverse[size="542"]::after {
top: 251;
left: 201.8;
}
.pie[size="543"] {
height: 543;
width: 543;
}
.pie[size="543"]::after {
top: 251.5;
left: 202.2;
}
.pie-reverse[size="543"] {
height: 543;
width: 543;
}
.pie-reverse[size="543"]::after {
top: 251.5;
left: 202.2;
}
.pie[size="544"] {
height: 544;
width: 544;
}
.pie[size="544"]::after {
top: 252;
left: 202.6;
}
.pie-reverse[size="544"] {
height: 544;
width: 544;
}
.pie-reverse[size="544"]::after {
top: 252;
left: 202.6;
}
.pie[size="545"] {
height: 545;
width: 545;
}
.pie[size="545"]::after {
top: 252.5;
left: 203;
}
.pie-reverse[size="545"] {
height: 545;
width: 545;
}
.pie-reverse[size="545"]::after {
top: 252.5;
left: 203;
}
.pie[size="546"] {
height: 546;
width: 546;
}
.pie[size="546"]::after {
top: 253;
left: 203.4;
}
.pie-reverse[size="546"] {
height: 546;
width: 546;
}
.pie-reverse[size="546"]::after {
top: 253;
left: 203.4;
}
.pie[size="547"] {
height: 547;
width: 547;
}
.pie[size="547"]::after {
top: 253.5;
left: 203.8;
}
.pie-reverse[size="547"] {
height: 547;
width: 547;
}
.pie-reverse[size="547"]::after {
top: 253.5;
left: 203.8;
}
.pie[size="548"] {
height: 548;
width: 548;
}
.pie[size="548"]::after {
top: 254;
left: 204.2;
}
.pie-reverse[size="548"] {
height: 548;
width: 548;
}
.pie-reverse[size="548"]::after {
top: 254;
left: 204.2;
}
.pie[size="549"] {
height: 549;
width: 549;
}
.pie[size="549"]::after {
top: 254.5;
left: 204.6;
}
.pie-reverse[size="549"] {
height: 549;
width: 549;
}
.pie-reverse[size="549"]::after {
top: 254.5;
left: 204.6;
}
.pie[size="550"] {
height: 550;
width: 550;
}
.pie[size="550"]::after {
top: 255;
left: 205;
}
.pie-reverse[size="550"] {
height: 550;
width: 550;
}
.pie-reverse[size="550"]::after {
top: 255;
left: 205;
}
.pie[size="551"] {
height: 551;
width: 551;
}
.pie[size="551"]::after {
top: 255.5;
left: 205.4;
}
.pie-reverse[size="551"] {
height: 551;
width: 551;
}
.pie-reverse[size="551"]::after {
top: 255.5;
left: 205.4;
}
.pie[size="552"] {
height: 552;
width: 552;
}
.pie[size="552"]::after {
top: 256;
left: 205.8;
}
.pie-reverse[size="552"] {
height: 552;
width: 552;
}
.pie-reverse[size="552"]::after {
top: 256;
left: 205.8;
}
.pie[size="553"] {
height: 553;
width: 553;
}
.pie[size="553"]::after {
top: 256.5;
left: 206.2;
}
.pie-reverse[size="553"] {
height: 553;
width: 553;
}
.pie-reverse[size="553"]::after {
top: 256.5;
left: 206.2;
}
.pie[size="554"] {
height: 554;
width: 554;
}
.pie[size="554"]::after {
top: 257;
left: 206.6;
}
.pie-reverse[size="554"] {
height: 554;
width: 554;
}
.pie-reverse[size="554"]::after {
top: 257;
left: 206.6;
}
.pie[size="555"] {
height: 555;
width: 555;
}
.pie[size="555"]::after {
top: 257.5;
left: 207;
}
.pie-reverse[size="555"] {
height: 555;
width: 555;
}
.pie-reverse[size="555"]::after {
top: 257.5;
left: 207;
}
.pie[size="556"] {
height: 556;
width: 556;
}
.pie[size="556"]::after {
top: 258;
left: 207.4;
}
.pie-reverse[size="556"] {
height: 556;
width: 556;
}
.pie-reverse[size="556"]::after {
top: 258;
left: 207.4;
}
.pie[size="557"] {
height: 557;
width: 557;
}
.pie[size="557"]::after {
top: 258.5;
left: 207.8;
}
.pie-reverse[size="557"] {
height: 557;
width: 557;
}
.pie-reverse[size="557"]::after {
top: 258.5;
left: 207.8;
}
.pie[size="558"] {
height: 558;
width: 558;
}
.pie[size="558"]::after {
top: 259;
left: 208.2;
}
.pie-reverse[size="558"] {
height: 558;
width: 558;
}
.pie-reverse[size="558"]::after {
top: 259;
left: 208.2;
}
.pie[size="559"] {
height: 559;
width: 559;
}
.pie[size="559"]::after {
top: 259.5;
left: 208.6;
}
.pie-reverse[size="559"] {
height: 559;
width: 559;
}
.pie-reverse[size="559"]::after {
top: 259.5;
left: 208.6;
}
.pie[size="560"] {
height: 560;
width: 560;
}
.pie[size="560"]::after {
top: 260;
left: 209;
}
.pie-reverse[size="560"] {
height: 560;
width: 560;
}
.pie-reverse[size="560"]::after {
top: 260;
left: 209;
}
.pie[size="561"] {
height: 561;
width: 561;
}
.pie[size="561"]::after {
top: 260.5;
left: 209.4;
}
.pie-reverse[size="561"] {
height: 561;
width: 561;
}
.pie-reverse[size="561"]::after {
top: 260.5;
left: 209.4;
}
.pie[size="562"] {
height: 562;
width: 562;
}
.pie[size="562"]::after {
top: 261;
left: 209.8;
}
.pie-reverse[size="562"] {
height: 562;
width: 562;
}
.pie-reverse[size="562"]::after {
top: 261;
left: 209.8;
}
.pie[size="563"] {
height: 563;
width: 563;
}
.pie[size="563"]::after {
top: 261.5;
left: 210.2;
}
.pie-reverse[size="563"] {
height: 563;
width: 563;
}
.pie-reverse[size="563"]::after {
top: 261.5;
left: 210.2;
}
.pie[size="564"] {
height: 564;
width: 564;
}
.pie[size="564"]::after {
top: 262;
left: 210.6;
}
.pie-reverse[size="564"] {
height: 564;
width: 564;
}
.pie-reverse[size="564"]::after {
top: 262;
left: 210.6;
}
.pie[size="565"] {
height: 565;
width: 565;
}
.pie[size="565"]::after {
top: 262.5;
left: 211;
}
.pie-reverse[size="565"] {
height: 565;
width: 565;
}
.pie-reverse[size="565"]::after {
top: 262.5;
left: 211;
}
.pie[size="566"] {
height: 566;
width: 566;
}
.pie[size="566"]::after {
top: 263;
left: 211.4;
}
.pie-reverse[size="566"] {
height: 566;
width: 566;
}
.pie-reverse[size="566"]::after {
top: 263;
left: 211.4;
}
.pie[size="567"] {
height: 567;
width: 567;
}
.pie[size="567"]::after {
top: 263.5;
left: 211.8;
}
.pie-reverse[size="567"] {
height: 567;
width: 567;
}
.pie-reverse[size="567"]::after {
top: 263.5;
left: 211.8;
}
.pie[size="568"] {
height: 568;
width: 568;
}
.pie[size="568"]::after {
top: 264;
left: 212.2;
}
.pie-reverse[size="568"] {
height: 568;
width: 568;
}
.pie-reverse[size="568"]::after {
top: 264;
left: 212.2;
}
.pie[size="569"] {
height: 569;
width: 569;
}
.pie[size="569"]::after {
top: 264.5;
left: 212.6;
}
.pie-reverse[size="569"] {
height: 569;
width: 569;
}
.pie-reverse[size="569"]::after {
top: 264.5;
left: 212.6;
}
.pie[size="570"] {
height: 570;
width: 570;
}
.pie[size="570"]::after {
top: 265;
left: 213;
}
.pie-reverse[size="570"] {
height: 570;
width: 570;
}
.pie-reverse[size="570"]::after {
top: 265;
left: 213;
}
.pie[size="571"] {
height: 571;
width: 571;
}
.pie[size="571"]::after {
top: 265.5;
left: 213.4;
}
.pie-reverse[size="571"] {
height: 571;
width: 571;
}
.pie-reverse[size="571"]::after {
top: 265.5;
left: 213.4;
}
.pie[size="572"] {
height: 572;
width: 572;
}
.pie[size="572"]::after {
top: 266;
left: 213.8;
}
.pie-reverse[size="572"] {
height: 572;
width: 572;
}
.pie-reverse[size="572"]::after {
top: 266;
left: 213.8;
}
.pie[size="573"] {
height: 573;
width: 573;
}
.pie[size="573"]::after {
top: 266.5;
left: 214.2;
}
.pie-reverse[size="573"] {
height: 573;
width: 573;
}
.pie-reverse[size="573"]::after {
top: 266.5;
left: 214.2;
}
.pie[size="574"] {
height: 574;
width: 574;
}
.pie[size="574"]::after {
top: 267;
left: 214.6;
}
.pie-reverse[size="574"] {
height: 574;
width: 574;
}
.pie-reverse[size="574"]::after {
top: 267;
left: 214.6;
}
.pie[size="575"] {
height: 575;
width: 575;
}
.pie[size="575"]::after {
top: 267.5;
left: 215;
}
.pie-reverse[size="575"] {
height: 575;
width: 575;
}
.pie-reverse[size="575"]::after {
top: 267.5;
left: 215;
}
.pie[size="576"] {
height: 576;
width: 576;
}
.pie[size="576"]::after {
top: 268;
left: 215.4;
}
.pie-reverse[size="576"] {
height: 576;
width: 576;
}
.pie-reverse[size="576"]::after {
top: 268;
left: 215.4;
}
.pie[size="577"] {
height: 577;
width: 577;
}
.pie[size="577"]::after {
top: 268.5;
left: 215.8;
}
.pie-reverse[size="577"] {
height: 577;
width: 577;
}
.pie-reverse[size="577"]::after {
top: 268.5;
left: 215.8;
}
.pie[size="578"] {
height: 578;
width: 578;
}
.pie[size="578"]::after {
top: 269;
left: 216.2;
}
.pie-reverse[size="578"] {
height: 578;
width: 578;
}
.pie-reverse[size="578"]::after {
top: 269;
left: 216.2;
}
.pie[size="579"] {
height: 579;
width: 579;
}
.pie[size="579"]::after {
top: 269.5;
left: 216.6;
}
.pie-reverse[size="579"] {
height: 579;
width: 579;
}
.pie-reverse[size="579"]::after {
top: 269.5;
left: 216.6;
}
.pie[size="580"] {
height: 580;
width: 580;
}
.pie[size="580"]::after {
top: 270;
left: 217;
}
.pie-reverse[size="580"] {
height: 580;
width: 580;
}
.pie-reverse[size="580"]::after {
top: 270;
left: 217;
}
.pie[size="581"] {
height: 581;
width: 581;
}
.pie[size="581"]::after {
top: 270.5;
left: 217.4;
}
.pie-reverse[size="581"] {
height: 581;
width: 581;
}
.pie-reverse[size="581"]::after {
top: 270.5;
left: 217.4;
}
.pie[size="582"] {
height: 582;
width: 582;
}
.pie[size="582"]::after {
top: 271;
left: 217.8;
}
.pie-reverse[size="582"] {
height: 582;
width: 582;
}
.pie-reverse[size="582"]::after {
top: 271;
left: 217.8;
}
.pie[size="583"] {
height: 583;
width: 583;
}
.pie[size="583"]::after {
top: 271.5;
left: 218.2;
}
.pie-reverse[size="583"] {
height: 583;
width: 583;
}
.pie-reverse[size="583"]::after {
top: 271.5;
left: 218.2;
}
.pie[size="584"] {
height: 584;
width: 584;
}
.pie[size="584"]::after {
top: 272;
left: 218.6;
}
.pie-reverse[size="584"] {
height: 584;
width: 584;
}
.pie-reverse[size="584"]::after {
top: 272;
left: 218.6;
}
.pie[size="585"] {
height: 585;
width: 585;
}
.pie[size="585"]::after {
top: 272.5;
left: 219;
}
.pie-reverse[size="585"] {
height: 585;
width: 585;
}
.pie-reverse[size="585"]::after {
top: 272.5;
left: 219;
}
.pie[size="586"] {
height: 586;
width: 586;
}
.pie[size="586"]::after {
top: 273;
left: 219.4;
}
.pie-reverse[size="586"] {
height: 586;
width: 586;
}
.pie-reverse[size="586"]::after {
top: 273;
left: 219.4;
}
.pie[size="587"] {
height: 587;
width: 587;
}
.pie[size="587"]::after {
top: 273.5;
left: 219.8;
}
.pie-reverse[size="587"] {
height: 587;
width: 587;
}
.pie-reverse[size="587"]::after {
top: 273.5;
left: 219.8;
}
.pie[size="588"] {
height: 588;
width: 588;
}
.pie[size="588"]::after {
top: 274;
left: 220.2;
}
.pie-reverse[size="588"] {
height: 588;
width: 588;
}
.pie-reverse[size="588"]::after {
top: 274;
left: 220.2;
}
.pie[size="589"] {
height: 589;
width: 589;
}
.pie[size="589"]::after {
top: 274.5;
left: 220.6;
}
.pie-reverse[size="589"] {
height: 589;
width: 589;
}
.pie-reverse[size="589"]::after {
top: 274.5;
left: 220.6;
}
.pie[size="590"] {
height: 590;
width: 590;
}
.pie[size="590"]::after {
top: 275;
left: 221;
}
.pie-reverse[size="590"] {
height: 590;
width: 590;
}
.pie-reverse[size="590"]::after {
top: 275;
left: 221;
}
.pie[size="591"] {
height: 591;
width: 591;
}
.pie[size="591"]::after {
top: 275.5;
left: 221.4;
}
.pie-reverse[size="591"] {
height: 591;
width: 591;
}
.pie-reverse[size="591"]::after {
top: 275.5;
left: 221.4;
}
.pie[size="592"] {
height: 592;
width: 592;
}
.pie[size="592"]::after {
top: 276;
left: 221.8;
}
.pie-reverse[size="592"] {
height: 592;
width: 592;
}
.pie-reverse[size="592"]::after {
top: 276;
left: 221.8;
}
.pie[size="593"] {
height: 593;
width: 593;
}
.pie[size="593"]::after {
top: 276.5;
left: 222.2;
}
.pie-reverse[size="593"] {
height: 593;
width: 593;
}
.pie-reverse[size="593"]::after {
top: 276.5;
left: 222.2;
}
.pie[size="594"] {
height: 594;
width: 594;
}
.pie[size="594"]::after {
top: 277;
left: 222.6;
}
.pie-reverse[size="594"] {
height: 594;
width: 594;
}
.pie-reverse[size="594"]::after {
top: 277;
left: 222.6;
}
.pie[size="595"] {
height: 595;
width: 595;
}
.pie[size="595"]::after {
top: 277.5;
left: 223;
}
.pie-reverse[size="595"] {
height: 595;
width: 595;
}
.pie-reverse[size="595"]::after {
top: 277.5;
left: 223;
}
.pie[size="596"] {
height: 596;
width: 596;
}
.pie[size="596"]::after {
top: 278;
left: 223.4;
}
.pie-reverse[size="596"] {
height: 596;
width: 596;
}
.pie-reverse[size="596"]::after {
top: 278;
left: 223.4;
}
.pie[size="597"] {
height: 597;
width: 597;
}
.pie[size="597"]::after {
top: 278.5;
left: 223.8;
}
.pie-reverse[size="597"] {
height: 597;
width: 597;
}
.pie-reverse[size="597"]::after {
top: 278.5;
left: 223.8;
}
.pie[size="598"] {
height: 598;
width: 598;
}
.pie[size="598"]::after {
top: 279;
left: 224.2;
}
.pie-reverse[size="598"] {
height: 598;
width: 598;
}
.pie-reverse[size="598"]::after {
top: 279;
left: 224.2;
}
.pie[size="599"] {
height: 599;
width: 599;
}
.pie[size="599"]::after {
top: 279.5;
left: 224.6;
}
.pie-reverse[size="599"] {
height: 599;
width: 599;
}
.pie-reverse[size="599"]::after {
top: 279.5;
left: 224.6;
}
.pie[size="600"] {
height: 600;
width: 600;
}
.pie[size="600"]::after {
top: 280;
left: 225;
}
.pie-reverse[size="600"] {
height: 600;
width: 600;
}
.pie-reverse[size="600"]::after {
top: 280;
left: 225;
}
.pie[size="601"] {
height: 601;
width: 601;
}
.pie[size="601"]::after {
top: 280.5;
left: 225.4;
}
.pie-reverse[size="601"] {
height: 601;
width: 601;
}
.pie-reverse[size="601"]::after {
top: 280.5;
left: 225.4;
}
.pie[size="602"] {
height: 602;
width: 602;
}
.pie[size="602"]::after {
top: 281;
left: 225.8;
}
.pie-reverse[size="602"] {
height: 602;
width: 602;
}
.pie-reverse[size="602"]::after {
top: 281;
left: 225.8;
}
.pie[size="603"] {
height: 603;
width: 603;
}
.pie[size="603"]::after {
top: 281.5;
left: 226.2;
}
.pie-reverse[size="603"] {
height: 603;
width: 603;
}
.pie-reverse[size="603"]::after {
top: 281.5;
left: 226.2;
}
.pie[size="604"] {
height: 604;
width: 604;
}
.pie[size="604"]::after {
top: 282;
left: 226.6;
}
.pie-reverse[size="604"] {
height: 604;
width: 604;
}
.pie-reverse[size="604"]::after {
top: 282;
left: 226.6;
}
.pie[size="605"] {
height: 605;
width: 605;
}
.pie[size="605"]::after {
top: 282.5;
left: 227;
}
.pie-reverse[size="605"] {
height: 605;
width: 605;
}
.pie-reverse[size="605"]::after {
top: 282.5;
left: 227;
}
.pie[size="606"] {
height: 606;
width: 606;
}
.pie[size="606"]::after {
top: 283;
left: 227.4;
}
.pie-reverse[size="606"] {
height: 606;
width: 606;
}
.pie-reverse[size="606"]::after {
top: 283;
left: 227.4;
}
.pie[size="607"] {
height: 607;
width: 607;
}
.pie[size="607"]::after {
top: 283.5;
left: 227.8;
}
.pie-reverse[size="607"] {
height: 607;
width: 607;
}
.pie-reverse[size="607"]::after {
top: 283.5;
left: 227.8;
}
.pie[size="608"] {
height: 608;
width: 608;
}
.pie[size="608"]::after {
top: 284;
left: 228.2;
}
.pie-reverse[size="608"] {
height: 608;
width: 608;
}
.pie-reverse[size="608"]::after {
top: 284;
left: 228.2;
}
.pie[size="609"] {
height: 609;
width: 609;
}
.pie[size="609"]::after {
top: 284.5;
left: 228.6;
}
.pie-reverse[size="609"] {
height: 609;
width: 609;
}
.pie-reverse[size="609"]::after {
top: 284.5;
left: 228.6;
}
.pie[size="610"] {
height: 610;
width: 610;
}
.pie[size="610"]::after {
top: 285;
left: 229;
}
.pie-reverse[size="610"] {
height: 610;
width: 610;
}
.pie-reverse[size="610"]::after {
top: 285;
left: 229;
}
.pie[size="611"] {
height: 611;
width: 611;
}
.pie[size="611"]::after {
top: 285.5;
left: 229.4;
}
.pie-reverse[size="611"] {
height: 611;
width: 611;
}
.pie-reverse[size="611"]::after {
top: 285.5;
left: 229.4;
}
.pie[size="612"] {
height: 612;
width: 612;
}
.pie[size="612"]::after {
top: 286;
left: 229.8;
}
.pie-reverse[size="612"] {
height: 612;
width: 612;
}
.pie-reverse[size="612"]::after {
top: 286;
left: 229.8;
}
.pie[size="613"] {
height: 613;
width: 613;
}
.pie[size="613"]::after {
top: 286.5;
left: 230.2;
}
.pie-reverse[size="613"] {
height: 613;
width: 613;
}
.pie-reverse[size="613"]::after {
top: 286.5;
left: 230.2;
}
.pie[size="614"] {
height: 614;
width: 614;
}
.pie[size="614"]::after {
top: 287;
left: 230.6;
}
.pie-reverse[size="614"] {
height: 614;
width: 614;
}
.pie-reverse[size="614"]::after {
top: 287;
left: 230.6;
}
.pie[size="615"] {
height: 615;
width: 615;
}
.pie[size="615"]::after {
top: 287.5;
left: 231;
}
.pie-reverse[size="615"] {
height: 615;
width: 615;
}
.pie-reverse[size="615"]::after {
top: 287.5;
left: 231;
}
.pie[size="616"] {
height: 616;
width: 616;
}
.pie[size="616"]::after {
top: 288;
left: 231.4;
}
.pie-reverse[size="616"] {
height: 616;
width: 616;
}
.pie-reverse[size="616"]::after {
top: 288;
left: 231.4;
}
.pie[size="617"] {
height: 617;
width: 617;
}
.pie[size="617"]::after {
top: 288.5;
left: 231.8;
}
.pie-reverse[size="617"] {
height: 617;
width: 617;
}
.pie-reverse[size="617"]::after {
top: 288.5;
left: 231.8;
}
.pie[size="618"] {
height: 618;
width: 618;
}
.pie[size="618"]::after {
top: 289;
left: 232.2;
}
.pie-reverse[size="618"] {
height: 618;
width: 618;
}
.pie-reverse[size="618"]::after {
top: 289;
left: 232.2;
}
.pie[size="619"] {
height: 619;
width: 619;
}
.pie[size="619"]::after {
top: 289.5;
left: 232.6;
}
.pie-reverse[size="619"] {
height: 619;
width: 619;
}
.pie-reverse[size="619"]::after {
top: 289.5;
left: 232.6;
}
.pie[size="620"] {
height: 620;
width: 620;
}
.pie[size="620"]::after {
top: 290;
left: 233;
}
.pie-reverse[size="620"] {
height: 620;
width: 620;
}
.pie-reverse[size="620"]::after {
top: 290;
left: 233;
}
.pie[size="621"] {
height: 621;
width: 621;
}
.pie[size="621"]::after {
top: 290.5;
left: 233.4;
}
.pie-reverse[size="621"] {
height: 621;
width: 621;
}
.pie-reverse[size="621"]::after {
top: 290.5;
left: 233.4;
}
.pie[size="622"] {
height: 622;
width: 622;
}
.pie[size="622"]::after {
top: 291;
left: 233.8;
}
.pie-reverse[size="622"] {
height: 622;
width: 622;
}
.pie-reverse[size="622"]::after {
top: 291;
left: 233.8;
}
.pie[size="623"] {
height: 623;
width: 623;
}
.pie[size="623"]::after {
top: 291.5;
left: 234.2;
}
.pie-reverse[size="623"] {
height: 623;
width: 623;
}
.pie-reverse[size="623"]::after {
top: 291.5;
left: 234.2;
}
.pie[size="624"] {
height: 624;
width: 624;
}
.pie[size="624"]::after {
top: 292;
left: 234.6;
}
.pie-reverse[size="624"] {
height: 624;
width: 624;
}
.pie-reverse[size="624"]::after {
top: 292;
left: 234.6;
}
.pie[size="625"] {
height: 625;
width: 625;
}
.pie[size="625"]::after {
top: 292.5;
left: 235;
}
.pie-reverse[size="625"] {
height: 625;
width: 625;
}
.pie-reverse[size="625"]::after {
top: 292.5;
left: 235;
}
.pie[size="626"] {
height: 626;
width: 626;
}
.pie[size="626"]::after {
top: 293;
left: 235.4;
}
.pie-reverse[size="626"] {
height: 626;
width: 626;
}
.pie-reverse[size="626"]::after {
top: 293;
left: 235.4;
}
.pie[size="627"] {
height: 627;
width: 627;
}
.pie[size="627"]::after {
top: 293.5;
left: 235.8;
}
.pie-reverse[size="627"] {
height: 627;
width: 627;
}
.pie-reverse[size="627"]::after {
top: 293.5;
left: 235.8;
}
.pie[size="628"] {
height: 628;
width: 628;
}
.pie[size="628"]::after {
top: 294;
left: 236.2;
}
.pie-reverse[size="628"] {
height: 628;
width: 628;
}
.pie-reverse[size="628"]::after {
top: 294;
left: 236.2;
}
.pie[size="629"] {
height: 629;
width: 629;
}
.pie[size="629"]::after {
top: 294.5;
left: 236.6;
}
.pie-reverse[size="629"] {
height: 629;
width: 629;
}
.pie-reverse[size="629"]::after {
top: 294.5;
left: 236.6;
}
.pie[size="630"] {
height: 630;
width: 630;
}
.pie[size="630"]::after {
top: 295;
left: 237;
}
.pie-reverse[size="630"] {
height: 630;
width: 630;
}
.pie-reverse[size="630"]::after {
top: 295;
left: 237;
}
.pie[size="631"] {
height: 631;
width: 631;
}
.pie[size="631"]::after {
top: 295.5;
left: 237.4;
}
.pie-reverse[size="631"] {
height: 631;
width: 631;
}
.pie-reverse[size="631"]::after {
top: 295.5;
left: 237.4;
}
.pie[size="632"] {
height: 632;
width: 632;
}
.pie[size="632"]::after {
top: 296;
left: 237.8;
}
.pie-reverse[size="632"] {
height: 632;
width: 632;
}
.pie-reverse[size="632"]::after {
top: 296;
left: 237.8;
}
.pie[size="633"] {
height: 633;
width: 633;
}
.pie[size="633"]::after {
top: 296.5;
left: 238.2;
}
.pie-reverse[size="633"] {
height: 633;
width: 633;
}
.pie-reverse[size="633"]::after {
top: 296.5;
left: 238.2;
}
.pie[size="634"] {
height: 634;
width: 634;
}
.pie[size="634"]::after {
top: 297;
left: 238.6;
}
.pie-reverse[size="634"] {
height: 634;
width: 634;
}
.pie-reverse[size="634"]::after {
top: 297;
left: 238.6;
}
.pie[size="635"] {
height: 635;
width: 635;
}
.pie[size="635"]::after {
top: 297.5;
left: 239;
}
.pie-reverse[size="635"] {
height: 635;
width: 635;
}
.pie-reverse[size="635"]::after {
top: 297.5;
left: 239;
}
.pie[size="636"] {
height: 636;
width: 636;
}
.pie[size="636"]::after {
top: 298;
left: 239.4;
}
.pie-reverse[size="636"] {
height: 636;
width: 636;
}
.pie-reverse[size="636"]::after {
top: 298;
left: 239.4;
}
.pie[size="637"] {
height: 637;
width: 637;
}
.pie[size="637"]::after {
top: 298.5;
left: 239.8;
}
.pie-reverse[size="637"] {
height: 637;
width: 637;
}
.pie-reverse[size="637"]::after {
top: 298.5;
left: 239.8;
}
.pie[size="638"] {
height: 638;
width: 638;
}
.pie[size="638"]::after {
top: 299;
left: 240.2;
}
.pie-reverse[size="638"] {
height: 638;
width: 638;
}
.pie-reverse[size="638"]::after {
top: 299;
left: 240.2;
}
.pie[size="639"] {
height: 639;
width: 639;
}
.pie[size="639"]::after {
top: 299.5;
left: 240.6;
}
.pie-reverse[size="639"] {
height: 639;
width: 639;
}
.pie-reverse[size="639"]::after {
top: 299.5;
left: 240.6;
}
.pie[size="640"] {
height: 640;
width: 640;
}
.pie[size="640"]::after {
top: 300;
left: 241;
}
.pie-reverse[size="640"] {
height: 640;
width: 640;
}
.pie-reverse[size="640"]::after {
top: 300;
left: 241;
}
.pie[size="641"] {
height: 641;
width: 641;
}
.pie[size="641"]::after {
top: 300.5;
left: 241.4;
}
.pie-reverse[size="641"] {
height: 641;
width: 641;
}
.pie-reverse[size="641"]::after {
top: 300.5;
left: 241.4;
}
.pie[size="642"] {
height: 642;
width: 642;
}
.pie[size="642"]::after {
top: 301;
left: 241.8;
}
.pie-reverse[size="642"] {
height: 642;
width: 642;
}
.pie-reverse[size="642"]::after {
top: 301;
left: 241.8;
}
.pie[size="643"] {
height: 643;
width: 643;
}
.pie[size="643"]::after {
top: 301.5;
left: 242.2;
}
.pie-reverse[size="643"] {
height: 643;
width: 643;
}
.pie-reverse[size="643"]::after {
top: 301.5;
left: 242.2;
}
.pie[size="644"] {
height: 644;
width: 644;
}
.pie[size="644"]::after {
top: 302;
left: 242.6;
}
.pie-reverse[size="644"] {
height: 644;
width: 644;
}
.pie-reverse[size="644"]::after {
top: 302;
left: 242.6;
}
.pie[size="645"] {
height: 645;
width: 645;
}
.pie[size="645"]::after {
top: 302.5;
left: 243;
}
.pie-reverse[size="645"] {
height: 645;
width: 645;
}
.pie-reverse[size="645"]::after {
top: 302.5;
left: 243;
}
.pie[size="646"] {
height: 646;
width: 646;
}
.pie[size="646"]::after {
top: 303;
left: 243.4;
}
.pie-reverse[size="646"] {
height: 646;
width: 646;
}
.pie-reverse[size="646"]::after {
top: 303;
left: 243.4;
}
.pie[size="647"] {
height: 647;
width: 647;
}
.pie[size="647"]::after {
top: 303.5;
left: 243.8;
}
.pie-reverse[size="647"] {
height: 647;
width: 647;
}
.pie-reverse[size="647"]::after {
top: 303.5;
left: 243.8;
}
.pie[size="648"] {
height: 648;
width: 648;
}
.pie[size="648"]::after {
top: 304;
left: 244.2;
}
.pie-reverse[size="648"] {
height: 648;
width: 648;
}
.pie-reverse[size="648"]::after {
top: 304;
left: 244.2;
}
.pie[size="649"] {
height: 649;
width: 649;
}
.pie[size="649"]::after {
top: 304.5;
left: 244.6;
}
.pie-reverse[size="649"] {
height: 649;
width: 649;
}
.pie-reverse[size="649"]::after {
top: 304.5;
left: 244.6;
}
.pie[size="650"] {
height: 650;
width: 650;
}
.pie[size="650"]::after {
top: 305;
left: 245;
}
.pie-reverse[size="650"] {
height: 650;
width: 650;
}
.pie-reverse[size="650"]::after {
top: 305;
left: 245;
}
.pie[size="651"] {
height: 651;
width: 651;
}
.pie[size="651"]::after {
top: 305.5;
left: 245.4;
}
.pie-reverse[size="651"] {
height: 651;
width: 651;
}
.pie-reverse[size="651"]::after {
top: 305.5;
left: 245.4;
}
.pie[size="652"] {
height: 652;
width: 652;
}
.pie[size="652"]::after {
top: 306;
left: 245.8;
}
.pie-reverse[size="652"] {
height: 652;
width: 652;
}
.pie-reverse[size="652"]::after {
top: 306;
left: 245.8;
}
.pie[size="653"] {
height: 653;
width: 653;
}
.pie[size="653"]::after {
top: 306.5;
left: 246.2;
}
.pie-reverse[size="653"] {
height: 653;
width: 653;
}
.pie-reverse[size="653"]::after {
top: 306.5;
left: 246.2;
}
.pie[size="654"] {
height: 654;
width: 654;
}
.pie[size="654"]::after {
top: 307;
left: 246.6;
}
.pie-reverse[size="654"] {
height: 654;
width: 654;
}
.pie-reverse[size="654"]::after {
top: 307;
left: 246.6;
}
.pie[size="655"] {
height: 655;
width: 655;
}
.pie[size="655"]::after {
top: 307.5;
left: 247;
}
.pie-reverse[size="655"] {
height: 655;
width: 655;
}
.pie-reverse[size="655"]::after {
top: 307.5;
left: 247;
}
.pie[size="656"] {
height: 656;
width: 656;
}
.pie[size="656"]::after {
top: 308;
left: 247.4;
}
.pie-reverse[size="656"] {
height: 656;
width: 656;
}
.pie-reverse[size="656"]::after {
top: 308;
left: 247.4;
}
.pie[size="657"] {
height: 657;
width: 657;
}
.pie[size="657"]::after {
top: 308.5;
left: 247.8;
}
.pie-reverse[size="657"] {
height: 657;
width: 657;
}
.pie-reverse[size="657"]::after {
top: 308.5;
left: 247.8;
}
.pie[size="658"] {
height: 658;
width: 658;
}
.pie[size="658"]::after {
top: 309;
left: 248.2;
}
.pie-reverse[size="658"] {
height: 658;
width: 658;
}
.pie-reverse[size="658"]::after {
top: 309;
left: 248.2;
}
.pie[size="659"] {
height: 659;
width: 659;
}
.pie[size="659"]::after {
top: 309.5;
left: 248.6;
}
.pie-reverse[size="659"] {
height: 659;
width: 659;
}
.pie-reverse[size="659"]::after {
top: 309.5;
left: 248.6;
}
.pie[size="660"] {
height: 660;
width: 660;
}
.pie[size="660"]::after {
top: 310;
left: 249;
}
.pie-reverse[size="660"] {
height: 660;
width: 660;
}
.pie-reverse[size="660"]::after {
top: 310;
left: 249;
}
.pie[size="661"] {
height: 661;
width: 661;
}
.pie[size="661"]::after {
top: 310.5;
left: 249.4;
}
.pie-reverse[size="661"] {
height: 661;
width: 661;
}
.pie-reverse[size="661"]::after {
top: 310.5;
left: 249.4;
}
.pie[size="662"] {
height: 662;
width: 662;
}
.pie[size="662"]::after {
top: 311;
left: 249.8;
}
.pie-reverse[size="662"] {
height: 662;
width: 662;
}
.pie-reverse[size="662"]::after {
top: 311;
left: 249.8;
}
.pie[size="663"] {
height: 663;
width: 663;
}
.pie[size="663"]::after {
top: 311.5;
left: 250.2;
}
.pie-reverse[size="663"] {
height: 663;
width: 663;
}
.pie-reverse[size="663"]::after {
top: 311.5;
left: 250.2;
}
.pie[size="664"] {
height: 664;
width: 664;
}
.pie[size="664"]::after {
top: 312;
left: 250.6;
}
.pie-reverse[size="664"] {
height: 664;
width: 664;
}
.pie-reverse[size="664"]::after {
top: 312;
left: 250.6;
}
.pie[size="665"] {
height: 665;
width: 665;
}
.pie[size="665"]::after {
top: 312.5;
left: 251;
}
.pie-reverse[size="665"] {
height: 665;
width: 665;
}
.pie-reverse[size="665"]::after {
top: 312.5;
left: 251;
}
.pie[size="666"] {
height: 666;
width: 666;
}
.pie[size="666"]::after {
top: 313;
left: 251.4;
}
.pie-reverse[size="666"] {
height: 666;
width: 666;
}
.pie-reverse[size="666"]::after {
top: 313;
left: 251.4;
}
.pie[size="667"] {
height: 667;
width: 667;
}
.pie[size="667"]::after {
top: 313.5;
left: 251.8;
}
.pie-reverse[size="667"] {
height: 667;
width: 667;
}
.pie-reverse[size="667"]::after {
top: 313.5;
left: 251.8;
}
.pie[size="668"] {
height: 668;
width: 668;
}
.pie[size="668"]::after {
top: 314;
left: 252.2;
}
.pie-reverse[size="668"] {
height: 668;
width: 668;
}
.pie-reverse[size="668"]::after {
top: 314;
left: 252.2;
}
.pie[size="669"] {
height: 669;
width: 669;
}
.pie[size="669"]::after {
top: 314.5;
left: 252.6;
}
.pie-reverse[size="669"] {
height: 669;
width: 669;
}
.pie-reverse[size="669"]::after {
top: 314.5;
left: 252.6;
}
.pie[size="670"] {
height: 670;
width: 670;
}
.pie[size="670"]::after {
top: 315;
left: 253;
}
.pie-reverse[size="670"] {
height: 670;
width: 670;
}
.pie-reverse[size="670"]::after {
top: 315;
left: 253;
}
.pie[size="671"] {
height: 671;
width: 671;
}
.pie[size="671"]::after {
top: 315.5;
left: 253.4;
}
.pie-reverse[size="671"] {
height: 671;
width: 671;
}
.pie-reverse[size="671"]::after {
top: 315.5;
left: 253.4;
}
.pie[size="672"] {
height: 672;
width: 672;
}
.pie[size="672"]::after {
top: 316;
left: 253.8;
}
.pie-reverse[size="672"] {
height: 672;
width: 672;
}
.pie-reverse[size="672"]::after {
top: 316;
left: 253.8;
}
.pie[size="673"] {
height: 673;
width: 673;
}
.pie[size="673"]::after {
top: 316.5;
left: 254.2;
}
.pie-reverse[size="673"] {
height: 673;
width: 673;
}
.pie-reverse[size="673"]::after {
top: 316.5;
left: 254.2;
}
.pie[size="674"] {
height: 674;
width: 674;
}
.pie[size="674"]::after {
top: 317;
left: 254.6;
}
.pie-reverse[size="674"] {
height: 674;
width: 674;
}
.pie-reverse[size="674"]::after {
top: 317;
left: 254.6;
}
.pie[size="675"] {
height: 675;
width: 675;
}
.pie[size="675"]::after {
top: 317.5;
left: 255;
}
.pie-reverse[size="675"] {
height: 675;
width: 675;
}
.pie-reverse[size="675"]::after {
top: 317.5;
left: 255;
}
.pie[size="676"] {
height: 676;
width: 676;
}
.pie[size="676"]::after {
top: 318;
left: 255.4;
}
.pie-reverse[size="676"] {
height: 676;
width: 676;
}
.pie-reverse[size="676"]::after {
top: 318;
left: 255.4;
}
.pie[size="677"] {
height: 677;
width: 677;
}
.pie[size="677"]::after {
top: 318.5;
left: 255.8;
}
.pie-reverse[size="677"] {
height: 677;
width: 677;
}
.pie-reverse[size="677"]::after {
top: 318.5;
left: 255.8;
}
.pie[size="678"] {
height: 678;
width: 678;
}
.pie[size="678"]::after {
top: 319;
left: 256.2;
}
.pie-reverse[size="678"] {
height: 678;
width: 678;
}
.pie-reverse[size="678"]::after {
top: 319;
left: 256.2;
}
.pie[size="679"] {
height: 679;
width: 679;
}
.pie[size="679"]::after {
top: 319.5;
left: 256.6;
}
.pie-reverse[size="679"] {
height: 679;
width: 679;
}
.pie-reverse[size="679"]::after {
top: 319.5;
left: 256.6;
}
.pie[size="680"] {
height: 680;
width: 680;
}
.pie[size="680"]::after {
top: 320;
left: 257;
}
.pie-reverse[size="680"] {
height: 680;
width: 680;
}
.pie-reverse[size="680"]::after {
top: 320;
left: 257;
}
.pie[size="681"] {
height: 681;
width: 681;
}
.pie[size="681"]::after {
top: 320.5;
left: 257.4;
}
.pie-reverse[size="681"] {
height: 681;
width: 681;
}
.pie-reverse[size="681"]::after {
top: 320.5;
left: 257.4;
}
.pie[size="682"] {
height: 682;
width: 682;
}
.pie[size="682"]::after {
top: 321;
left: 257.8;
}
.pie-reverse[size="682"] {
height: 682;
width: 682;
}
.pie-reverse[size="682"]::after {
top: 321;
left: 257.8;
}
.pie[size="683"] {
height: 683;
width: 683;
}
.pie[size="683"]::after {
top: 321.5;
left: 258.2;
}
.pie-reverse[size="683"] {
height: 683;
width: 683;
}
.pie-reverse[size="683"]::after {
top: 321.5;
left: 258.2;
}
.pie[size="684"] {
height: 684;
width: 684;
}
.pie[size="684"]::after {
top: 322;
left: 258.6;
}
.pie-reverse[size="684"] {
height: 684;
width: 684;
}
.pie-reverse[size="684"]::after {
top: 322;
left: 258.6;
}
.pie[size="685"] {
height: 685;
width: 685;
}
.pie[size="685"]::after {
top: 322.5;
left: 259;
}
.pie-reverse[size="685"] {
height: 685;
width: 685;
}
.pie-reverse[size="685"]::after {
top: 322.5;
left: 259;
}
.pie[size="686"] {
height: 686;
width: 686;
}
.pie[size="686"]::after {
top: 323;
left: 259.4;
}
.pie-reverse[size="686"] {
height: 686;
width: 686;
}
.pie-reverse[size="686"]::after {
top: 323;
left: 259.4;
}
.pie[size="687"] {
height: 687;
width: 687;
}
.pie[size="687"]::after {
top: 323.5;
left: 259.8;
}
.pie-reverse[size="687"] {
height: 687;
width: 687;
}
.pie-reverse[size="687"]::after {
top: 323.5;
left: 259.8;
}
.pie[size="688"] {
height: 688;
width: 688;
}
.pie[size="688"]::after {
top: 324;
left: 260.2;
}
.pie-reverse[size="688"] {
height: 688;
width: 688;
}
.pie-reverse[size="688"]::after {
top: 324;
left: 260.2;
}
.pie[size="689"] {
height: 689;
width: 689;
}
.pie[size="689"]::after {
top: 324.5;
left: 260.6;
}
.pie-reverse[size="689"] {
height: 689;
width: 689;
}
.pie-reverse[size="689"]::after {
top: 324.5;
left: 260.6;
}
.pie[size="690"] {
height: 690;
width: 690;
}
.pie[size="690"]::after {
top: 325;
left: 261;
}
.pie-reverse[size="690"] {
height: 690;
width: 690;
}
.pie-reverse[size="690"]::after {
top: 325;
left: 261;
}
.pie[size="691"] {
height: 691;
width: 691;
}
.pie[size="691"]::after {
top: 325.5;
left: 261.4;
}
.pie-reverse[size="691"] {
height: 691;
width: 691;
}
.pie-reverse[size="691"]::after {
top: 325.5;
left: 261.4;
}
.pie[size="692"] {
height: 692;
width: 692;
}
.pie[size="692"]::after {
top: 326;
left: 261.8;
}
.pie-reverse[size="692"] {
height: 692;
width: 692;
}
.pie-reverse[size="692"]::after {
top: 326;
left: 261.8;
}
.pie[size="693"] {
height: 693;
width: 693;
}
.pie[size="693"]::after {
top: 326.5;
left: 262.2;
}
.pie-reverse[size="693"] {
height: 693;
width: 693;
}
.pie-reverse[size="693"]::after {
top: 326.5;
left: 262.2;
}
.pie[size="694"] {
height: 694;
width: 694;
}
.pie[size="694"]::after {
top: 327;
left: 262.6;
}
.pie-reverse[size="694"] {
height: 694;
width: 694;
}
.pie-reverse[size="694"]::after {
top: 327;
left: 262.6;
}
.pie[size="695"] {
height: 695;
width: 695;
}
.pie[size="695"]::after {
top: 327.5;
left: 263;
}
.pie-reverse[size="695"] {
height: 695;
width: 695;
}
.pie-reverse[size="695"]::after {
top: 327.5;
left: 263;
}
.pie[size="696"] {
height: 696;
width: 696;
}
.pie[size="696"]::after {
top: 328;
left: 263.4;
}
.pie-reverse[size="696"] {
height: 696;
width: 696;
}
.pie-reverse[size="696"]::after {
top: 328;
left: 263.4;
}
.pie[size="697"] {
height: 697;
width: 697;
}
.pie[size="697"]::after {
top: 328.5;
left: 263.8;
}
.pie-reverse[size="697"] {
height: 697;
width: 697;
}
.pie-reverse[size="697"]::after {
top: 328.5;
left: 263.8;
}
.pie[size="698"] {
height: 698;
width: 698;
}
.pie[size="698"]::after {
top: 329;
left: 264.2;
}
.pie-reverse[size="698"] {
height: 698;
width: 698;
}
.pie-reverse[size="698"]::after {
top: 329;
left: 264.2;
}
.pie[size="699"] {
height: 699;
width: 699;
}
.pie[size="699"]::after {
top: 329.5;
left: 264.6;
}
.pie-reverse[size="699"] {
height: 699;
width: 699;
}
.pie-reverse[size="699"]::after {
top: 329.5;
left: 264.6;
}
.pie[size="700"] {
height: 700;
width: 700;
}
.pie[size="700"]::after {
top: 330;
left: 265;
}
.pie-reverse[size="700"] {
height: 700;
width: 700;
}
.pie-reverse[size="700"]::after {
top: 330;
left: 265;
}
.pie[size="701"] {
height: 701;
width: 701;
}
.pie[size="701"]::after {
top: 330.5;
left: 265.4;
}
.pie-reverse[size="701"] {
height: 701;
width: 701;
}
.pie-reverse[size="701"]::after {
top: 330.5;
left: 265.4;
}
.pie[size="702"] {
height: 702;
width: 702;
}
.pie[size="702"]::after {
top: 331;
left: 265.8;
}
.pie-reverse[size="702"] {
height: 702;
width: 702;
}
.pie-reverse[size="702"]::after {
top: 331;
left: 265.8;
}
.pie[size="703"] {
height: 703;
width: 703;
}
.pie[size="703"]::after {
top: 331.5;
left: 266.2;
}
.pie-reverse[size="703"] {
height: 703;
width: 703;
}
.pie-reverse[size="703"]::after {
top: 331.5;
left: 266.2;
}
.pie[size="704"] {
height: 704;
width: 704;
}
.pie[size="704"]::after {
top: 332;
left: 266.6;
}
.pie-reverse[size="704"] {
height: 704;
width: 704;
}
.pie-reverse[size="704"]::after {
top: 332;
left: 266.6;
}
.pie[size="705"] {
height: 705;
width: 705;
}
.pie[size="705"]::after {
top: 332.5;
left: 267;
}
.pie-reverse[size="705"] {
height: 705;
width: 705;
}
.pie-reverse[size="705"]::after {
top: 332.5;
left: 267;
}
.pie[size="706"] {
height: 706;
width: 706;
}
.pie[size="706"]::after {
top: 333;
left: 267.4;
}
.pie-reverse[size="706"] {
height: 706;
width: 706;
}
.pie-reverse[size="706"]::after {
top: 333;
left: 267.4;
}
.pie[size="707"] {
height: 707;
width: 707;
}
.pie[size="707"]::after {
top: 333.5;
left: 267.8;
}
.pie-reverse[size="707"] {
height: 707;
width: 707;
}
.pie-reverse[size="707"]::after {
top: 333.5;
left: 267.8;
}
.pie[size="708"] {
height: 708;
width: 708;
}
.pie[size="708"]::after {
top: 334;
left: 268.2;
}
.pie-reverse[size="708"] {
height: 708;
width: 708;
}
.pie-reverse[size="708"]::after {
top: 334;
left: 268.2;
}
.pie[size="709"] {
height: 709;
width: 709;
}
.pie[size="709"]::after {
top: 334.5;
left: 268.6;
}
.pie-reverse[size="709"] {
height: 709;
width: 709;
}
.pie-reverse[size="709"]::after {
top: 334.5;
left: 268.6;
}
.pie[size="710"] {
height: 710;
width: 710;
}
.pie[size="710"]::after {
top: 335;
left: 269;
}
.pie-reverse[size="710"] {
height: 710;
width: 710;
}
.pie-reverse[size="710"]::after {
top: 335;
left: 269;
}
.pie[size="711"] {
height: 711;
width: 711;
}
.pie[size="711"]::after {
top: 335.5;
left: 269.4;
}
.pie-reverse[size="711"] {
height: 711;
width: 711;
}
.pie-reverse[size="711"]::after {
top: 335.5;
left: 269.4;
}
.pie[size="712"] {
height: 712;
width: 712;
}
.pie[size="712"]::after {
top: 336;
left: 269.8;
}
.pie-reverse[size="712"] {
height: 712;
width: 712;
}
.pie-reverse[size="712"]::after {
top: 336;
left: 269.8;
}
.pie[size="713"] {
height: 713;
width: 713;
}
.pie[size="713"]::after {
top: 336.5;
left: 270.2;
}
.pie-reverse[size="713"] {
height: 713;
width: 713;
}
.pie-reverse[size="713"]::after {
top: 336.5;
left: 270.2;
}
.pie[size="714"] {
height: 714;
width: 714;
}
.pie[size="714"]::after {
top: 337;
left: 270.6;
}
.pie-reverse[size="714"] {
height: 714;
width: 714;
}
.pie-reverse[size="714"]::after {
top: 337;
left: 270.6;
}
.pie[size="715"] {
height: 715;
width: 715;
}
.pie[size="715"]::after {
top: 337.5;
left: 271;
}
.pie-reverse[size="715"] {
height: 715;
width: 715;
}
.pie-reverse[size="715"]::after {
top: 337.5;
left: 271;
}
.pie[size="716"] {
height: 716;
width: 716;
}
.pie[size="716"]::after {
top: 338;
left: 271.4;
}
.pie-reverse[size="716"] {
height: 716;
width: 716;
}
.pie-reverse[size="716"]::after {
top: 338;
left: 271.4;
}
.pie[size="717"] {
height: 717;
width: 717;
}
.pie[size="717"]::after {
top: 338.5;
left: 271.8;
}
.pie-reverse[size="717"] {
height: 717;
width: 717;
}
.pie-reverse[size="717"]::after {
top: 338.5;
left: 271.8;
}
.pie[size="718"] {
height: 718;
width: 718;
}
.pie[size="718"]::after {
top: 339;
left: 272.2;
}
.pie-reverse[size="718"] {
height: 718;
width: 718;
}
.pie-reverse[size="718"]::after {
top: 339;
left: 272.2;
}
.pie[size="719"] {
height: 719;
width: 719;
}
.pie[size="719"]::after {
top: 339.5;
left: 272.6;
}
.pie-reverse[size="719"] {
height: 719;
width: 719;
}
.pie-reverse[size="719"]::after {
top: 339.5;
left: 272.6;
}
.pie[size="720"] {
height: 720;
width: 720;
}
.pie[size="720"]::after {
top: 340;
left: 273;
}
.pie-reverse[size="720"] {
height: 720;
width: 720;
}
.pie-reverse[size="720"]::after {
top: 340;
left: 273;
}
.pie[size="721"] {
height: 721;
width: 721;
}
.pie[size="721"]::after {
top: 340.5;
left: 273.4;
}
.pie-reverse[size="721"] {
height: 721;
width: 721;
}
.pie-reverse[size="721"]::after {
top: 340.5;
left: 273.4;
}
.pie[size="722"] {
height: 722;
width: 722;
}
.pie[size="722"]::after {
top: 341;
left: 273.8;
}
.pie-reverse[size="722"] {
height: 722;
width: 722;
}
.pie-reverse[size="722"]::after {
top: 341;
left: 273.8;
}
.pie[size="723"] {
height: 723;
width: 723;
}
.pie[size="723"]::after {
top: 341.5;
left: 274.2;
}
.pie-reverse[size="723"] {
height: 723;
width: 723;
}
.pie-reverse[size="723"]::after {
top: 341.5;
left: 274.2;
}
.pie[size="724"] {
height: 724;
width: 724;
}
.pie[size="724"]::after {
top: 342;
left: 274.6;
}
.pie-reverse[size="724"] {
height: 724;
width: 724;
}
.pie-reverse[size="724"]::after {
top: 342;
left: 274.6;
}
.pie[size="725"] {
height: 725;
width: 725;
}
.pie[size="725"]::after {
top: 342.5;
left: 275;
}
.pie-reverse[size="725"] {
height: 725;
width: 725;
}
.pie-reverse[size="725"]::after {
top: 342.5;
left: 275;
}
.pie[size="726"] {
height: 726;
width: 726;
}
.pie[size="726"]::after {
top: 343;
left: 275.4;
}
.pie-reverse[size="726"] {
height: 726;
width: 726;
}
.pie-reverse[size="726"]::after {
top: 343;
left: 275.4;
}
.pie[size="727"] {
height: 727;
width: 727;
}
.pie[size="727"]::after {
top: 343.5;
left: 275.8;
}
.pie-reverse[size="727"] {
height: 727;
width: 727;
}
.pie-reverse[size="727"]::after {
top: 343.5;
left: 275.8;
}
.pie[size="728"] {
height: 728;
width: 728;
}
.pie[size="728"]::after {
top: 344;
left: 276.2;
}
.pie-reverse[size="728"] {
height: 728;
width: 728;
}
.pie-reverse[size="728"]::after {
top: 344;
left: 276.2;
}
.pie[size="729"] {
height: 729;
width: 729;
}
.pie[size="729"]::after {
top: 344.5;
left: 276.6;
}
.pie-reverse[size="729"] {
height: 729;
width: 729;
}
.pie-reverse[size="729"]::after {
top: 344.5;
left: 276.6;
}
.pie[size="730"] {
height: 730;
width: 730;
}
.pie[size="730"]::after {
top: 345;
left: 277;
}
.pie-reverse[size="730"] {
height: 730;
width: 730;
}
.pie-reverse[size="730"]::after {
top: 345;
left: 277;
}
.pie[size="731"] {
height: 731;
width: 731;
}
.pie[size="731"]::after {
top: 345.5;
left: 277.4;
}
.pie-reverse[size="731"] {
height: 731;
width: 731;
}
.pie-reverse[size="731"]::after {
top: 345.5;
left: 277.4;
}
.pie[size="732"] {
height: 732;
width: 732;
}
.pie[size="732"]::after {
top: 346;
left: 277.8;
}
.pie-reverse[size="732"] {
height: 732;
width: 732;
}
.pie-reverse[size="732"]::after {
top: 346;
left: 277.8;
}
.pie[size="733"] {
height: 733;
width: 733;
}
.pie[size="733"]::after {
top: 346.5;
left: 278.2;
}
.pie-reverse[size="733"] {
height: 733;
width: 733;
}
.pie-reverse[size="733"]::after {
top: 346.5;
left: 278.2;
}
.pie[size="734"] {
height: 734;
width: 734;
}
.pie[size="734"]::after {
top: 347;
left: 278.6;
}
.pie-reverse[size="734"] {
height: 734;
width: 734;
}
.pie-reverse[size="734"]::after {
top: 347;
left: 278.6;
}
.pie[size="735"] {
height: 735;
width: 735;
}
.pie[size="735"]::after {
top: 347.5;
left: 279;
}
.pie-reverse[size="735"] {
height: 735;
width: 735;
}
.pie-reverse[size="735"]::after {
top: 347.5;
left: 279;
}
.pie[size="736"] {
height: 736;
width: 736;
}
.pie[size="736"]::after {
top: 348;
left: 279.4;
}
.pie-reverse[size="736"] {
height: 736;
width: 736;
}
.pie-reverse[size="736"]::after {
top: 348;
left: 279.4;
}
.pie[size="737"] {
height: 737;
width: 737;
}
.pie[size="737"]::after {
top: 348.5;
left: 279.8;
}
.pie-reverse[size="737"] {
height: 737;
width: 737;
}
.pie-reverse[size="737"]::after {
top: 348.5;
left: 279.8;
}
.pie[size="738"] {
height: 738;
width: 738;
}
.pie[size="738"]::after {
top: 349;
left: 280.2;
}
.pie-reverse[size="738"] {
height: 738;
width: 738;
}
.pie-reverse[size="738"]::after {
top: 349;
left: 280.2;
}
.pie[size="739"] {
height: 739;
width: 739;
}
.pie[size="739"]::after {
top: 349.5;
left: 280.6;
}
.pie-reverse[size="739"] {
height: 739;
width: 739;
}
.pie-reverse[size="739"]::after {
top: 349.5;
left: 280.6;
}
.pie[size="740"] {
height: 740;
width: 740;
}
.pie[size="740"]::after {
top: 350;
left: 281;
}
.pie-reverse[size="740"] {
height: 740;
width: 740;
}
.pie-reverse[size="740"]::after {
top: 350;
left: 281;
}
.pie[size="741"] {
height: 741;
width: 741;
}
.pie[size="741"]::after {
top: 350.5;
left: 281.4;
}
.pie-reverse[size="741"] {
height: 741;
width: 741;
}
.pie-reverse[size="741"]::after {
top: 350.5;
left: 281.4;
}
.pie[size="742"] {
height: 742;
width: 742;
}
.pie[size="742"]::after {
top: 351;
left: 281.8;
}
.pie-reverse[size="742"] {
height: 742;
width: 742;
}
.pie-reverse[size="742"]::after {
top: 351;
left: 281.8;
}
.pie[size="743"] {
height: 743;
width: 743;
}
.pie[size="743"]::after {
top: 351.5;
left: 282.2;
}
.pie-reverse[size="743"] {
height: 743;
width: 743;
}
.pie-reverse[size="743"]::after {
top: 351.5;
left: 282.2;
}
.pie[size="744"] {
height: 744;
width: 744;
}
.pie[size="744"]::after {
top: 352;
left: 282.6;
}
.pie-reverse[size="744"] {
height: 744;
width: 744;
}
.pie-reverse[size="744"]::after {
top: 352;
left: 282.6;
}
.pie[size="745"] {
height: 745;
width: 745;
}
.pie[size="745"]::after {
top: 352.5;
left: 283;
}
.pie-reverse[size="745"] {
height: 745;
width: 745;
}
.pie-reverse[size="745"]::after {
top: 352.5;
left: 283;
}
.pie[size="746"] {
height: 746;
width: 746;
}
.pie[size="746"]::after {
top: 353;
left: 283.4;
}
.pie-reverse[size="746"] {
height: 746;
width: 746;
}
.pie-reverse[size="746"]::after {
top: 353;
left: 283.4;
}
.pie[size="747"] {
height: 747;
width: 747;
}
.pie[size="747"]::after {
top: 353.5;
left: 283.8;
}
.pie-reverse[size="747"] {
height: 747;
width: 747;
}
.pie-reverse[size="747"]::after {
top: 353.5;
left: 283.8;
}
.pie[size="748"] {
height: 748;
width: 748;
}
.pie[size="748"]::after {
top: 354;
left: 284.2;
}
.pie-reverse[size="748"] {
height: 748;
width: 748;
}
.pie-reverse[size="748"]::after {
top: 354;
left: 284.2;
}
.pie[size="749"] {
height: 749;
width: 749;
}
.pie[size="749"]::after {
top: 354.5;
left: 284.6;
}
.pie-reverse[size="749"] {
height: 749;
width: 749;
}
.pie-reverse[size="749"]::after {
top: 354.5;
left: 284.6;
}
.pie[size="750"] {
height: 750;
width: 750;
}
.pie[size="750"]::after {
top: 355;
left: 285;
}
.pie-reverse[size="750"] {
height: 750;
width: 750;
}
.pie-reverse[size="750"]::after {
top: 355;
left: 285;
}
.pie[size="751"] {
height: 751;
width: 751;
}
.pie[size="751"]::after {
top: 355.5;
left: 285.4;
}
.pie-reverse[size="751"] {
height: 751;
width: 751;
}
.pie-reverse[size="751"]::after {
top: 355.5;
left: 285.4;
}
.pie[size="752"] {
height: 752;
width: 752;
}
.pie[size="752"]::after {
top: 356;
left: 285.8;
}
.pie-reverse[size="752"] {
height: 752;
width: 752;
}
.pie-reverse[size="752"]::after {
top: 356;
left: 285.8;
}
.pie[size="753"] {
height: 753;
width: 753;
}
.pie[size="753"]::after {
top: 356.5;
left: 286.2;
}
.pie-reverse[size="753"] {
height: 753;
width: 753;
}
.pie-reverse[size="753"]::after {
top: 356.5;
left: 286.2;
}
.pie[size="754"] {
height: 754;
width: 754;
}
.pie[size="754"]::after {
top: 357;
left: 286.6;
}
.pie-reverse[size="754"] {
height: 754;
width: 754;
}
.pie-reverse[size="754"]::after {
top: 357;
left: 286.6;
}
.pie[size="755"] {
height: 755;
width: 755;
}
.pie[size="755"]::after {
top: 357.5;
left: 287;
}
.pie-reverse[size="755"] {
height: 755;
width: 755;
}
.pie-reverse[size="755"]::after {
top: 357.5;
left: 287;
}
.pie[size="756"] {
height: 756;
width: 756;
}
.pie[size="756"]::after {
top: 358;
left: 287.4;
}
.pie-reverse[size="756"] {
height: 756;
width: 756;
}
.pie-reverse[size="756"]::after {
top: 358;
left: 287.4;
}
.pie[size="757"] {
height: 757;
width: 757;
}
.pie[size="757"]::after {
top: 358.5;
left: 287.8;
}
.pie-reverse[size="757"] {
height: 757;
width: 757;
}
.pie-reverse[size="757"]::after {
top: 358.5;
left: 287.8;
}
.pie[size="758"] {
height: 758;
width: 758;
}
.pie[size="758"]::after {
top: 359;
left: 288.2;
}
.pie-reverse[size="758"] {
height: 758;
width: 758;
}
.pie-reverse[size="758"]::after {
top: 359;
left: 288.2;
}
.pie[size="759"] {
height: 759;
width: 759;
}
.pie[size="759"]::after {
top: 359.5;
left: 288.6;
}
.pie-reverse[size="759"] {
height: 759;
width: 759;
}
.pie-reverse[size="759"]::after {
top: 359.5;
left: 288.6;
}
.pie[size="760"] {
height: 760;
width: 760;
}
.pie[size="760"]::after {
top: 360;
left: 289;
}
.pie-reverse[size="760"] {
height: 760;
width: 760;
}
.pie-reverse[size="760"]::after {
top: 360;
left: 289;
}
.pie[size="761"] {
height: 761;
width: 761;
}
.pie[size="761"]::after {
top: 360.5;
left: 289.4;
}
.pie-reverse[size="761"] {
height: 761;
width: 761;
}
.pie-reverse[size="761"]::after {
top: 360.5;
left: 289.4;
}
.pie[size="762"] {
height: 762;
width: 762;
}
.pie[size="762"]::after {
top: 361;
left: 289.8;
}
.pie-reverse[size="762"] {
height: 762;
width: 762;
}
.pie-reverse[size="762"]::after {
top: 361;
left: 289.8;
}
.pie[size="763"] {
height: 763;
width: 763;
}
.pie[size="763"]::after {
top: 361.5;
left: 290.2;
}
.pie-reverse[size="763"] {
height: 763;
width: 763;
}
.pie-reverse[size="763"]::after {
top: 361.5;
left: 290.2;
}
.pie[size="764"] {
height: 764;
width: 764;
}
.pie[size="764"]::after {
top: 362;
left: 290.6;
}
.pie-reverse[size="764"] {
height: 764;
width: 764;
}
.pie-reverse[size="764"]::after {
top: 362;
left: 290.6;
}
.pie[size="765"] {
height: 765;
width: 765;
}
.pie[size="765"]::after {
top: 362.5;
left: 291;
}
.pie-reverse[size="765"] {
height: 765;
width: 765;
}
.pie-reverse[size="765"]::after {
top: 362.5;
left: 291;
}
.pie[size="766"] {
height: 766;
width: 766;
}
.pie[size="766"]::after {
top: 363;
left: 291.4;
}
.pie-reverse[size="766"] {
height: 766;
width: 766;
}
.pie-reverse[size="766"]::after {
top: 363;
left: 291.4;
}
.pie[size="767"] {
height: 767;
width: 767;
}
.pie[size="767"]::after {
top: 363.5;
left: 291.8;
}
.pie-reverse[size="767"] {
height: 767;
width: 767;
}
.pie-reverse[size="767"]::after {
top: 363.5;
left: 291.8;
}
.pie[size="768"] {
height: 768;
width: 768;
}
.pie[size="768"]::after {
top: 364;
left: 292.2;
}
.pie-reverse[size="768"] {
height: 768;
width: 768;
}
.pie-reverse[size="768"]::after {
top: 364;
left: 292.2;
}
.pie[size="769"] {
height: 769;
width: 769;
}
.pie[size="769"]::after {
top: 364.5;
left: 292.6;
}
.pie-reverse[size="769"] {
height: 769;
width: 769;
}
.pie-reverse[size="769"]::after {
top: 364.5;
left: 292.6;
}
.pie[size="770"] {
height: 770;
width: 770;
}
.pie[size="770"]::after {
top: 365;
left: 293;
}
.pie-reverse[size="770"] {
height: 770;
width: 770;
}
.pie-reverse[size="770"]::after {
top: 365;
left: 293;
}
.pie[size="771"] {
height: 771;
width: 771;
}
.pie[size="771"]::after {
top: 365.5;
left: 293.4;
}
.pie-reverse[size="771"] {
height: 771;
width: 771;
}
.pie-reverse[size="771"]::after {
top: 365.5;
left: 293.4;
}
.pie[size="772"] {
height: 772;
width: 772;
}
.pie[size="772"]::after {
top: 366;
left: 293.8;
}
.pie-reverse[size="772"] {
height: 772;
width: 772;
}
.pie-reverse[size="772"]::after {
top: 366;
left: 293.8;
}
.pie[size="773"] {
height: 773;
width: 773;
}
.pie[size="773"]::after {
top: 366.5;
left: 294.2;
}
.pie-reverse[size="773"] {
height: 773;
width: 773;
}
.pie-reverse[size="773"]::after {
top: 366.5;
left: 294.2;
}
.pie[size="774"] {
height: 774;
width: 774;
}
.pie[size="774"]::after {
top: 367;
left: 294.6;
}
.pie-reverse[size="774"] {
height: 774;
width: 774;
}
.pie-reverse[size="774"]::after {
top: 367;
left: 294.6;
}
.pie[size="775"] {
height: 775;
width: 775;
}
.pie[size="775"]::after {
top: 367.5;
left: 295;
}
.pie-reverse[size="775"] {
height: 775;
width: 775;
}
.pie-reverse[size="775"]::after {
top: 367.5;
left: 295;
}
.pie[size="776"] {
height: 776;
width: 776;
}
.pie[size="776"]::after {
top: 368;
left: 295.4;
}
.pie-reverse[size="776"] {
height: 776;
width: 776;
}
.pie-reverse[size="776"]::after {
top: 368;
left: 295.4;
}
.pie[size="777"] {
height: 777;
width: 777;
}
.pie[size="777"]::after {
top: 368.5;
left: 295.8;
}
.pie-reverse[size="777"] {
height: 777;
width: 777;
}
.pie-reverse[size="777"]::after {
top: 368.5;
left: 295.8;
}
.pie[size="778"] {
height: 778;
width: 778;
}
.pie[size="778"]::after {
top: 369;
left: 296.2;
}
.pie-reverse[size="778"] {
height: 778;
width: 778;
}
.pie-reverse[size="778"]::after {
top: 369;
left: 296.2;
}
.pie[size="779"] {
height: 779;
width: 779;
}
.pie[size="779"]::after {
top: 369.5;
left: 296.6;
}
.pie-reverse[size="779"] {
height: 779;
width: 779;
}
.pie-reverse[size="779"]::after {
top: 369.5;
left: 296.6;
}
.pie[size="780"] {
height: 780;
width: 780;
}
.pie[size="780"]::after {
top: 370;
left: 297;
}
.pie-reverse[size="780"] {
height: 780;
width: 780;
}
.pie-reverse[size="780"]::after {
top: 370;
left: 297;
}
.pie[size="781"] {
height: 781;
width: 781;
}
.pie[size="781"]::after {
top: 370.5;
left: 297.4;
}
.pie-reverse[size="781"] {
height: 781;
width: 781;
}
.pie-reverse[size="781"]::after {
top: 370.5;
left: 297.4;
}
.pie[size="782"] {
height: 782;
width: 782;
}
.pie[size="782"]::after {
top: 371;
left: 297.8;
}
.pie-reverse[size="782"] {
height: 782;
width: 782;
}
.pie-reverse[size="782"]::after {
top: 371;
left: 297.8;
}
.pie[size="783"] {
height: 783;
width: 783;
}
.pie[size="783"]::after {
top: 371.5;
left: 298.2;
}
.pie-reverse[size="783"] {
height: 783;
width: 783;
}
.pie-reverse[size="783"]::after {
top: 371.5;
left: 298.2;
}
.pie[size="784"] {
height: 784;
width: 784;
}
.pie[size="784"]::after {
top: 372;
left: 298.6;
}
.pie-reverse[size="784"] {
height: 784;
width: 784;
}
.pie-reverse[size="784"]::after {
top: 372;
left: 298.6;
}
.pie[size="785"] {
height: 785;
width: 785;
}
.pie[size="785"]::after {
top: 372.5;
left: 299;
}
.pie-reverse[size="785"] {
height: 785;
width: 785;
}
.pie-reverse[size="785"]::after {
top: 372.5;
left: 299;
}
.pie[size="786"] {
height: 786;
width: 786;
}
.pie[size="786"]::after {
top: 373;
left: 299.4;
}
.pie-reverse[size="786"] {
height: 786;
width: 786;
}
.pie-reverse[size="786"]::after {
top: 373;
left: 299.4;
}
.pie[size="787"] {
height: 787;
width: 787;
}
.pie[size="787"]::after {
top: 373.5;
left: 299.8;
}
.pie-reverse[size="787"] {
height: 787;
width: 787;
}
.pie-reverse[size="787"]::after {
top: 373.5;
left: 299.8;
}
.pie[size="788"] {
height: 788;
width: 788;
}
.pie[size="788"]::after {
top: 374;
left: 300.2;
}
.pie-reverse[size="788"] {
height: 788;
width: 788;
}
.pie-reverse[size="788"]::after {
top: 374;
left: 300.2;
}
.pie[size="789"] {
height: 789;
width: 789;
}
.pie[size="789"]::after {
top: 374.5;
left: 300.6;
}
.pie-reverse[size="789"] {
height: 789;
width: 789;
}
.pie-reverse[size="789"]::after {
top: 374.5;
left: 300.6;
}
.pie[size="790"] {
height: 790;
width: 790;
}
.pie[size="790"]::after {
top: 375;
left: 301;
}
.pie-reverse[size="790"] {
height: 790;
width: 790;
}
.pie-reverse[size="790"]::after {
top: 375;
left: 301;
}
.pie[size="791"] {
height: 791;
width: 791;
}
.pie[size="791"]::after {
top: 375.5;
left: 301.4;
}
.pie-reverse[size="791"] {
height: 791;
width: 791;
}
.pie-reverse[size="791"]::after {
top: 375.5;
left: 301.4;
}
.pie[size="792"] {
height: 792;
width: 792;
}
.pie[size="792"]::after {
top: 376;
left: 301.8;
}
.pie-reverse[size="792"] {
height: 792;
width: 792;
}
.pie-reverse[size="792"]::after {
top: 376;
left: 301.8;
}
.pie[size="793"] {
height: 793;
width: 793;
}
.pie[size="793"]::after {
top: 376.5;
left: 302.2;
}
.pie-reverse[size="793"] {
height: 793;
width: 793;
}
.pie-reverse[size="793"]::after {
top: 376.5;
left: 302.2;
}
.pie[size="794"] {
height: 794;
width: 794;
}
.pie[size="794"]::after {
top: 377;
left: 302.6;
}
.pie-reverse[size="794"] {
height: 794;
width: 794;
}
.pie-reverse[size="794"]::after {
top: 377;
left: 302.6;
}
.pie[size="795"] {
height: 795;
width: 795;
}
.pie[size="795"]::after {
top: 377.5;
left: 303;
}
.pie-reverse[size="795"] {
height: 795;
width: 795;
}
.pie-reverse[size="795"]::after {
top: 377.5;
left: 303;
}
.pie[size="796"] {
height: 796;
width: 796;
}
.pie[size="796"]::after {
top: 378;
left: 303.4;
}
.pie-reverse[size="796"] {
height: 796;
width: 796;
}
.pie-reverse[size="796"]::after {
top: 378;
left: 303.4;
}
.pie[size="797"] {
height: 797;
width: 797;
}
.pie[size="797"]::after {
top: 378.5;
left: 303.8;
}
.pie-reverse[size="797"] {
height: 797;
width: 797;
}
.pie-reverse[size="797"]::after {
top: 378.5;
left: 303.8;
}
.pie[size="798"] {
height: 798;
width: 798;
}
.pie[size="798"]::after {
top: 379;
left: 304.2;
}
.pie-reverse[size="798"] {
height: 798;
width: 798;
}
.pie-reverse[size="798"]::after {
top: 379;
left: 304.2;
}
.pie[size="799"] {
height: 799;
width: 799;
}
.pie[size="799"]::after {
top: 379.5;
left: 304.6;
}
.pie-reverse[size="799"] {
height: 799;
width: 799;
}
.pie-reverse[size="799"]::after {
top: 379.5;
left: 304.6;
}
.pie[size="800"] {
height: 800;
width: 800;
}
.pie[size="800"]::after {
top: 380;
left: 305;
}
.pie-reverse[size="800"] {
height: 800;
width: 800;
}
.pie-reverse[size="800"]::after {
top: 380;
left: 305;
}
.pie[size="801"] {
height: 801;
width: 801;
}
.pie[size="801"]::after {
top: 380.5;
left: 305.4;
}
.pie-reverse[size="801"] {
height: 801;
width: 801;
}
.pie-reverse[size="801"]::after {
top: 380.5;
left: 305.4;
}
.pie[size="802"] {
height: 802;
width: 802;
}
.pie[size="802"]::after {
top: 381;
left: 305.8;
}
.pie-reverse[size="802"] {
height: 802;
width: 802;
}
.pie-reverse[size="802"]::after {
top: 381;
left: 305.8;
}
.pie[size="803"] {
height: 803;
width: 803;
}
.pie[size="803"]::after {
top: 381.5;
left: 306.2;
}
.pie-reverse[size="803"] {
height: 803;
width: 803;
}
.pie-reverse[size="803"]::after {
top: 381.5;
left: 306.2;
}
.pie[size="804"] {
height: 804;
width: 804;
}
.pie[size="804"]::after {
top: 382;
left: 306.6;
}
.pie-reverse[size="804"] {
height: 804;
width: 804;
}
.pie-reverse[size="804"]::after {
top: 382;
left: 306.6;
}
.pie[size="805"] {
height: 805;
width: 805;
}
.pie[size="805"]::after {
top: 382.5;
left: 307;
}
.pie-reverse[size="805"] {
height: 805;
width: 805;
}
.pie-reverse[size="805"]::after {
top: 382.5;
left: 307;
}
.pie[size="806"] {
height: 806;
width: 806;
}
.pie[size="806"]::after {
top: 383;
left: 307.4;
}
.pie-reverse[size="806"] {
height: 806;
width: 806;
}
.pie-reverse[size="806"]::after {
top: 383;
left: 307.4;
}
.pie[size="807"] {
height: 807;
width: 807;
}
.pie[size="807"]::after {
top: 383.5;
left: 307.8;
}
.pie-reverse[size="807"] {
height: 807;
width: 807;
}
.pie-reverse[size="807"]::after {
top: 383.5;
left: 307.8;
}
.pie[size="808"] {
height: 808;
width: 808;
}
.pie[size="808"]::after {
top: 384;
left: 308.2;
}
.pie-reverse[size="808"] {
height: 808;
width: 808;
}
.pie-reverse[size="808"]::after {
top: 384;
left: 308.2;
}
.pie[size="809"] {
height: 809;
width: 809;
}
.pie[size="809"]::after {
top: 384.5;
left: 308.6;
}
.pie-reverse[size="809"] {
height: 809;
width: 809;
}
.pie-reverse[size="809"]::after {
top: 384.5;
left: 308.6;
}
.pie[size="810"] {
height: 810;
width: 810;
}
.pie[size="810"]::after {
top: 385;
left: 309;
}
.pie-reverse[size="810"] {
height: 810;
width: 810;
}
.pie-reverse[size="810"]::after {
top: 385;
left: 309;
}
.pie[size="811"] {
height: 811;
width: 811;
}
.pie[size="811"]::after {
top: 385.5;
left: 309.4;
}
.pie-reverse[size="811"] {
height: 811;
width: 811;
}
.pie-reverse[size="811"]::after {
top: 385.5;
left: 309.4;
}
.pie[size="812"] {
height: 812;
width: 812;
}
.pie[size="812"]::after {
top: 386;
left: 309.8;
}
.pie-reverse[size="812"] {
height: 812;
width: 812;
}
.pie-reverse[size="812"]::after {
top: 386;
left: 309.8;
}
.pie[size="813"] {
height: 813;
width: 813;
}
.pie[size="813"]::after {
top: 386.5;
left: 310.2;
}
.pie-reverse[size="813"] {
height: 813;
width: 813;
}
.pie-reverse[size="813"]::after {
top: 386.5;
left: 310.2;
}
.pie[size="814"] {
height: 814;
width: 814;
}
.pie[size="814"]::after {
top: 387;
left: 310.6;
}
.pie-reverse[size="814"] {
height: 814;
width: 814;
}
.pie-reverse[size="814"]::after {
top: 387;
left: 310.6;
}
.pie[size="815"] {
height: 815;
width: 815;
}
.pie[size="815"]::after {
top: 387.5;
left: 311;
}
.pie-reverse[size="815"] {
height: 815;
width: 815;
}
.pie-reverse[size="815"]::after {
top: 387.5;
left: 311;
}
.pie[size="816"] {
height: 816;
width: 816;
}
.pie[size="816"]::after {
top: 388;
left: 311.4;
}
.pie-reverse[size="816"] {
height: 816;
width: 816;
}
.pie-reverse[size="816"]::after {
top: 388;
left: 311.4;
}
.pie[size="817"] {
height: 817;
width: 817;
}
.pie[size="817"]::after {
top: 388.5;
left: 311.8;
}
.pie-reverse[size="817"] {
height: 817;
width: 817;
}
.pie-reverse[size="817"]::after {
top: 388.5;
left: 311.8;
}
.pie[size="818"] {
height: 818;
width: 818;
}
.pie[size="818"]::after {
top: 389;
left: 312.2;
}
.pie-reverse[size="818"] {
height: 818;
width: 818;
}
.pie-reverse[size="818"]::after {
top: 389;
left: 312.2;
}
.pie[size="819"] {
height: 819;
width: 819;
}
.pie[size="819"]::after {
top: 389.5;
left: 312.6;
}
.pie-reverse[size="819"] {
height: 819;
width: 819;
}
.pie-reverse[size="819"]::after {
top: 389.5;
left: 312.6;
}
.pie[size="820"] {
height: 820;
width: 820;
}
.pie[size="820"]::after {
top: 390;
left: 313;
}
.pie-reverse[size="820"] {
height: 820;
width: 820;
}
.pie-reverse[size="820"]::after {
top: 390;
left: 313;
}
.pie[size="821"] {
height: 821;
width: 821;
}
.pie[size="821"]::after {
top: 390.5;
left: 313.4;
}
.pie-reverse[size="821"] {
height: 821;
width: 821;
}
.pie-reverse[size="821"]::after {
top: 390.5;
left: 313.4;
}
.pie[size="822"] {
height: 822;
width: 822;
}
.pie[size="822"]::after {
top: 391;
left: 313.8;
}
.pie-reverse[size="822"] {
height: 822;
width: 822;
}
.pie-reverse[size="822"]::after {
top: 391;
left: 313.8;
}
.pie[size="823"] {
height: 823;
width: 823;
}
.pie[size="823"]::after {
top: 391.5;
left: 314.2;
}
.pie-reverse[size="823"] {
height: 823;
width: 823;
}
.pie-reverse[size="823"]::after {
top: 391.5;
left: 314.2;
}
.pie[size="824"] {
height: 824;
width: 824;
}
.pie[size="824"]::after {
top: 392;
left: 314.6;
}
.pie-reverse[size="824"] {
height: 824;
width: 824;
}
.pie-reverse[size="824"]::after {
top: 392;
left: 314.6;
}
.pie[size="825"] {
height: 825;
width: 825;
}
.pie[size="825"]::after {
top: 392.5;
left: 315;
}
.pie-reverse[size="825"] {
height: 825;
width: 825;
}
.pie-reverse[size="825"]::after {
top: 392.5;
left: 315;
}
.pie[size="826"] {
height: 826;
width: 826;
}
.pie[size="826"]::after {
top: 393;
left: 315.4;
}
.pie-reverse[size="826"] {
height: 826;
width: 826;
}
.pie-reverse[size="826"]::after {
top: 393;
left: 315.4;
}
.pie[size="827"] {
height: 827;
width: 827;
}
.pie[size="827"]::after {
top: 393.5;
left: 315.8;
}
.pie-reverse[size="827"] {
height: 827;
width: 827;
}
.pie-reverse[size="827"]::after {
top: 393.5;
left: 315.8;
}
.pie[size="828"] {
height: 828;
width: 828;
}
.pie[size="828"]::after {
top: 394;
left: 316.2;
}
.pie-reverse[size="828"] {
height: 828;
width: 828;
}
.pie-reverse[size="828"]::after {
top: 394;
left: 316.2;
}
.pie[size="829"] {
height: 829;
width: 829;
}
.pie[size="829"]::after {
top: 394.5;
left: 316.6;
}
.pie-reverse[size="829"] {
height: 829;
width: 829;
}
.pie-reverse[size="829"]::after {
top: 394.5;
left: 316.6;
}
.pie[size="830"] {
height: 830;
width: 830;
}
.pie[size="830"]::after {
top: 395;
left: 317;
}
.pie-reverse[size="830"] {
height: 830;
width: 830;
}
.pie-reverse[size="830"]::after {
top: 395;
left: 317;
}
.pie[size="831"] {
height: 831;
width: 831;
}
.pie[size="831"]::after {
top: 395.5;
left: 317.4;
}
.pie-reverse[size="831"] {
height: 831;
width: 831;
}
.pie-reverse[size="831"]::after {
top: 395.5;
left: 317.4;
}
.pie[size="832"] {
height: 832;
width: 832;
}
.pie[size="832"]::after {
top: 396;
left: 317.8;
}
.pie-reverse[size="832"] {
height: 832;
width: 832;
}
.pie-reverse[size="832"]::after {
top: 396;
left: 317.8;
}
.pie[size="833"] {
height: 833;
width: 833;
}
.pie[size="833"]::after {
top: 396.5;
left: 318.2;
}
.pie-reverse[size="833"] {
height: 833;
width: 833;
}
.pie-reverse[size="833"]::after {
top: 396.5;
left: 318.2;
}
.pie[size="834"] {
height: 834;
width: 834;
}
.pie[size="834"]::after {
top: 397;
left: 318.6;
}
.pie-reverse[size="834"] {
height: 834;
width: 834;
}
.pie-reverse[size="834"]::after {
top: 397;
left: 318.6;
}
.pie[size="835"] {
height: 835;
width: 835;
}
.pie[size="835"]::after {
top: 397.5;
left: 319;
}
.pie-reverse[size="835"] {
height: 835;
width: 835;
}
.pie-reverse[size="835"]::after {
top: 397.5;
left: 319;
}
.pie[size="836"] {
height: 836;
width: 836;
}
.pie[size="836"]::after {
top: 398;
left: 319.4;
}
.pie-reverse[size="836"] {
height: 836;
width: 836;
}
.pie-reverse[size="836"]::after {
top: 398;
left: 319.4;
}
.pie[size="837"] {
height: 837;
width: 837;
}
.pie[size="837"]::after {
top: 398.5;
left: 319.8;
}
.pie-reverse[size="837"] {
height: 837;
width: 837;
}
.pie-reverse[size="837"]::after {
top: 398.5;
left: 319.8;
}
.pie[size="838"] {
height: 838;
width: 838;
}
.pie[size="838"]::after {
top: 399;
left: 320.2;
}
.pie-reverse[size="838"] {
height: 838;
width: 838;
}
.pie-reverse[size="838"]::after {
top: 399;
left: 320.2;
}
.pie[size="839"] {
height: 839;
width: 839;
}
.pie[size="839"]::after {
top: 399.5;
left: 320.6;
}
.pie-reverse[size="839"] {
height: 839;
width: 839;
}
.pie-reverse[size="839"]::after {
top: 399.5;
left: 320.6;
}
.pie[size="840"] {
height: 840;
width: 840;
}
.pie[size="840"]::after {
top: 400;
left: 321;
}
.pie-reverse[size="840"] {
height: 840;
width: 840;
}
.pie-reverse[size="840"]::after {
top: 400;
left: 321;
}
.pie[size="841"] {
height: 841;
width: 841;
}
.pie[size="841"]::after {
top: 400.5;
left: 321.4;
}
.pie-reverse[size="841"] {
height: 841;
width: 841;
}
.pie-reverse[size="841"]::after {
top: 400.5;
left: 321.4;
}
.pie[size="842"] {
height: 842;
width: 842;
}
.pie[size="842"]::after {
top: 401;
left: 321.8;
}
.pie-reverse[size="842"] {
height: 842;
width: 842;
}
.pie-reverse[size="842"]::after {
top: 401;
left: 321.8;
}
.pie[size="843"] {
height: 843;
width: 843;
}
.pie[size="843"]::after {
top: 401.5;
left: 322.2;
}
.pie-reverse[size="843"] {
height: 843;
width: 843;
}
.pie-reverse[size="843"]::after {
top: 401.5;
left: 322.2;
}
.pie[size="844"] {
height: 844;
width: 844;
}
.pie[size="844"]::after {
top: 402;
left: 322.6;
}
.pie-reverse[size="844"] {
height: 844;
width: 844;
}
.pie-reverse[size="844"]::after {
top: 402;
left: 322.6;
}
.pie[size="845"] {
height: 845;
width: 845;
}
.pie[size="845"]::after {
top: 402.5;
left: 323;
}
.pie-reverse[size="845"] {
height: 845;
width: 845;
}
.pie-reverse[size="845"]::after {
top: 402.5;
left: 323;
}
.pie[size="846"] {
height: 846;
width: 846;
}
.pie[size="846"]::after {
top: 403;
left: 323.4;
}
.pie-reverse[size="846"] {
height: 846;
width: 846;
}
.pie-reverse[size="846"]::after {
top: 403;
left: 323.4;
}
.pie[size="847"] {
height: 847;
width: 847;
}
.pie[size="847"]::after {
top: 403.5;
left: 323.8;
}
.pie-reverse[size="847"] {
height: 847;
width: 847;
}
.pie-reverse[size="847"]::after {
top: 403.5;
left: 323.8;
}
.pie[size="848"] {
height: 848;
width: 848;
}
.pie[size="848"]::after {
top: 404;
left: 324.2;
}
.pie-reverse[size="848"] {
height: 848;
width: 848;
}
.pie-reverse[size="848"]::after {
top: 404;
left: 324.2;
}
.pie[size="849"] {
height: 849;
width: 849;
}
.pie[size="849"]::after {
top: 404.5;
left: 324.6;
}
.pie-reverse[size="849"] {
height: 849;
width: 849;
}
.pie-reverse[size="849"]::after {
top: 404.5;
left: 324.6;
}
.pie[size="850"] {
height: 850;
width: 850;
}
.pie[size="850"]::after {
top: 405;
left: 325;
}
.pie-reverse[size="850"] {
height: 850;
width: 850;
}
.pie-reverse[size="850"]::after {
top: 405;
left: 325;
}
.pie[size="851"] {
height: 851;
width: 851;
}
.pie[size="851"]::after {
top: 405.5;
left: 325.4;
}
.pie-reverse[size="851"] {
height: 851;
width: 851;
}
.pie-reverse[size="851"]::after {
top: 405.5;
left: 325.4;
}
.pie[size="852"] {
height: 852;
width: 852;
}
.pie[size="852"]::after {
top: 406;
left: 325.8;
}
.pie-reverse[size="852"] {
height: 852;
width: 852;
}
.pie-reverse[size="852"]::after {
top: 406;
left: 325.8;
}
.pie[size="853"] {
height: 853;
width: 853;
}
.pie[size="853"]::after {
top: 406.5;
left: 326.2;
}
.pie-reverse[size="853"] {
height: 853;
width: 853;
}
.pie-reverse[size="853"]::after {
top: 406.5;
left: 326.2;
}
.pie[size="854"] {
height: 854;
width: 854;
}
.pie[size="854"]::after {
top: 407;
left: 326.6;
}
.pie-reverse[size="854"] {
height: 854;
width: 854;
}
.pie-reverse[size="854"]::after {
top: 407;
left: 326.6;
}
.pie[size="855"] {
height: 855;
width: 855;
}
.pie[size="855"]::after {
top: 407.5;
left: 327;
}
.pie-reverse[size="855"] {
height: 855;
width: 855;
}
.pie-reverse[size="855"]::after {
top: 407.5;
left: 327;
}
.pie[size="856"] {
height: 856;
width: 856;
}
.pie[size="856"]::after {
top: 408;
left: 327.4;
}
.pie-reverse[size="856"] {
height: 856;
width: 856;
}
.pie-reverse[size="856"]::after {
top: 408;
left: 327.4;
}
.pie[size="857"] {
height: 857;
width: 857;
}
.pie[size="857"]::after {
top: 408.5;
left: 327.8;
}
.pie-reverse[size="857"] {
height: 857;
width: 857;
}
.pie-reverse[size="857"]::after {
top: 408.5;
left: 327.8;
}
.pie[size="858"] {
height: 858;
width: 858;
}
.pie[size="858"]::after {
top: 409;
left: 328.2;
}
.pie-reverse[size="858"] {
height: 858;
width: 858;
}
.pie-reverse[size="858"]::after {
top: 409;
left: 328.2;
}
.pie[size="859"] {
height: 859;
width: 859;
}
.pie[size="859"]::after {
top: 409.5;
left: 328.6;
}
.pie-reverse[size="859"] {
height: 859;
width: 859;
}
.pie-reverse[size="859"]::after {
top: 409.5;
left: 328.6;
}
.pie[size="860"] {
height: 860;
width: 860;
}
.pie[size="860"]::after {
top: 410;
left: 329;
}
.pie-reverse[size="860"] {
height: 860;
width: 860;
}
.pie-reverse[size="860"]::after {
top: 410;
left: 329;
}
.pie[size="861"] {
height: 861;
width: 861;
}
.pie[size="861"]::after {
top: 410.5;
left: 329.4;
}
.pie-reverse[size="861"] {
height: 861;
width: 861;
}
.pie-reverse[size="861"]::after {
top: 410.5;
left: 329.4;
}
.pie[size="862"] {
height: 862;
width: 862;
}
.pie[size="862"]::after {
top: 411;
left: 329.8;
}
.pie-reverse[size="862"] {
height: 862;
width: 862;
}
.pie-reverse[size="862"]::after {
top: 411;
left: 329.8;
}
.pie[size="863"] {
height: 863;
width: 863;
}
.pie[size="863"]::after {
top: 411.5;
left: 330.2;
}
.pie-reverse[size="863"] {
height: 863;
width: 863;
}
.pie-reverse[size="863"]::after {
top: 411.5;
left: 330.2;
}
.pie[size="864"] {
height: 864;
width: 864;
}
.pie[size="864"]::after {
top: 412;
left: 330.6;
}
.pie-reverse[size="864"] {
height: 864;
width: 864;
}
.pie-reverse[size="864"]::after {
top: 412;
left: 330.6;
}
.pie[size="865"] {
height: 865;
width: 865;
}
.pie[size="865"]::after {
top: 412.5;
left: 331;
}
.pie-reverse[size="865"] {
height: 865;
width: 865;
}
.pie-reverse[size="865"]::after {
top: 412.5;
left: 331;
}
.pie[size="866"] {
height: 866;
width: 866;
}
.pie[size="866"]::after {
top: 413;
left: 331.4;
}
.pie-reverse[size="866"] {
height: 866;
width: 866;
}
.pie-reverse[size="866"]::after {
top: 413;
left: 331.4;
}
.pie[size="867"] {
height: 867;
width: 867;
}
.pie[size="867"]::after {
top: 413.5;
left: 331.8;
}
.pie-reverse[size="867"] {
height: 867;
width: 867;
}
.pie-reverse[size="867"]::after {
top: 413.5;
left: 331.8;
}
.pie[size="868"] {
height: 868;
width: 868;
}
.pie[size="868"]::after {
top: 414;
left: 332.2;
}
.pie-reverse[size="868"] {
height: 868;
width: 868;
}
.pie-reverse[size="868"]::after {
top: 414;
left: 332.2;
}
.pie[size="869"] {
height: 869;
width: 869;
}
.pie[size="869"]::after {
top: 414.5;
left: 332.6;
}
.pie-reverse[size="869"] {
height: 869;
width: 869;
}
.pie-reverse[size="869"]::after {
top: 414.5;
left: 332.6;
}
.pie[size="870"] {
height: 870;
width: 870;
}
.pie[size="870"]::after {
top: 415;
left: 333;
}
.pie-reverse[size="870"] {
height: 870;
width: 870;
}
.pie-reverse[size="870"]::after {
top: 415;
left: 333;
}
.pie[size="871"] {
height: 871;
width: 871;
}
.pie[size="871"]::after {
top: 415.5;
left: 333.4;
}
.pie-reverse[size="871"] {
height: 871;
width: 871;
}
.pie-reverse[size="871"]::after {
top: 415.5;
left: 333.4;
}
.pie[size="872"] {
height: 872;
width: 872;
}
.pie[size="872"]::after {
top: 416;
left: 333.8;
}
.pie-reverse[size="872"] {
height: 872;
width: 872;
}
.pie-reverse[size="872"]::after {
top: 416;
left: 333.8;
}
.pie[size="873"] {
height: 873;
width: 873;
}
.pie[size="873"]::after {
top: 416.5;
left: 334.2;
}
.pie-reverse[size="873"] {
height: 873;
width: 873;
}
.pie-reverse[size="873"]::after {
top: 416.5;
left: 334.2;
}
.pie[size="874"] {
height: 874;
width: 874;
}
.pie[size="874"]::after {
top: 417;
left: 334.6;
}
.pie-reverse[size="874"] {
height: 874;
width: 874;
}
.pie-reverse[size="874"]::after {
top: 417;
left: 334.6;
}
.pie[size="875"] {
height: 875;
width: 875;
}
.pie[size="875"]::after {
top: 417.5;
left: 335;
}
.pie-reverse[size="875"] {
height: 875;
width: 875;
}
.pie-reverse[size="875"]::after {
top: 417.5;
left: 335;
}
.pie[size="876"] {
height: 876;
width: 876;
}
.pie[size="876"]::after {
top: 418;
left: 335.4;
}
.pie-reverse[size="876"] {
height: 876;
width: 876;
}
.pie-reverse[size="876"]::after {
top: 418;
left: 335.4;
}
.pie[size="877"] {
height: 877;
width: 877;
}
.pie[size="877"]::after {
top: 418.5;
left: 335.8;
}
.pie-reverse[size="877"] {
height: 877;
width: 877;
}
.pie-reverse[size="877"]::after {
top: 418.5;
left: 335.8;
}
.pie[size="878"] {
height: 878;
width: 878;
}
.pie[size="878"]::after {
top: 419;
left: 336.2;
}
.pie-reverse[size="878"] {
height: 878;
width: 878;
}
.pie-reverse[size="878"]::after {
top: 419;
left: 336.2;
}
.pie[size="879"] {
height: 879;
width: 879;
}
.pie[size="879"]::after {
top: 419.5;
left: 336.6;
}
.pie-reverse[size="879"] {
height: 879;
width: 879;
}
.pie-reverse[size="879"]::after {
top: 419.5;
left: 336.6;
}
.pie[size="880"] {
height: 880;
width: 880;
}
.pie[size="880"]::after {
top: 420;
left: 337;
}
.pie-reverse[size="880"] {
height: 880;
width: 880;
}
.pie-reverse[size="880"]::after {
top: 420;
left: 337;
}
.pie[size="881"] {
height: 881;
width: 881;
}
.pie[size="881"]::after {
top: 420.5;
left: 337.4;
}
.pie-reverse[size="881"] {
height: 881;
width: 881;
}
.pie-reverse[size="881"]::after {
top: 420.5;
left: 337.4;
}
.pie[size="882"] {
height: 882;
width: 882;
}
.pie[size="882"]::after {
top: 421;
left: 337.8;
}
.pie-reverse[size="882"] {
height: 882;
width: 882;
}
.pie-reverse[size="882"]::after {
top: 421;
left: 337.8;
}
.pie[size="883"] {
height: 883;
width: 883;
}
.pie[size="883"]::after {
top: 421.5;
left: 338.2;
}
.pie-reverse[size="883"] {
height: 883;
width: 883;
}
.pie-reverse[size="883"]::after {
top: 421.5;
left: 338.2;
}
.pie[size="884"] {
height: 884;
width: 884;
}
.pie[size="884"]::after {
top: 422;
left: 338.6;
}
.pie-reverse[size="884"] {
height: 884;
width: 884;
}
.pie-reverse[size="884"]::after {
top: 422;
left: 338.6;
}
.pie[size="885"] {
height: 885;
width: 885;
}
.pie[size="885"]::after {
top: 422.5;
left: 339;
}
.pie-reverse[size="885"] {
height: 885;
width: 885;
}
.pie-reverse[size="885"]::after {
top: 422.5;
left: 339;
}
.pie[size="886"] {
height: 886;
width: 886;
}
.pie[size="886"]::after {
top: 423;
left: 339.4;
}
.pie-reverse[size="886"] {
height: 886;
width: 886;
}
.pie-reverse[size="886"]::after {
top: 423;
left: 339.4;
}
.pie[size="887"] {
height: 887;
width: 887;
}
.pie[size="887"]::after {
top: 423.5;
left: 339.8;
}
.pie-reverse[size="887"] {
height: 887;
width: 887;
}
.pie-reverse[size="887"]::after {
top: 423.5;
left: 339.8;
}
.pie[size="888"] {
height: 888;
width: 888;
}
.pie[size="888"]::after {
top: 424;
left: 340.2;
}
.pie-reverse[size="888"] {
height: 888;
width: 888;
}
.pie-reverse[size="888"]::after {
top: 424;
left: 340.2;
}
.pie[size="889"] {
height: 889;
width: 889;
}
.pie[size="889"]::after {
top: 424.5;
left: 340.6;
}
.pie-reverse[size="889"] {
height: 889;
width: 889;
}
.pie-reverse[size="889"]::after {
top: 424.5;
left: 340.6;
}
.pie[size="890"] {
height: 890;
width: 890;
}
.pie[size="890"]::after {
top: 425;
left: 341;
}
.pie-reverse[size="890"] {
height: 890;
width: 890;
}
.pie-reverse[size="890"]::after {
top: 425;
left: 341;
}
.pie[size="891"] {
height: 891;
width: 891;
}
.pie[size="891"]::after {
top: 425.5;
left: 341.4;
}
.pie-reverse[size="891"] {
height: 891;
width: 891;
}
.pie-reverse[size="891"]::after {
top: 425.5;
left: 341.4;
}
.pie[size="892"] {
height: 892;
width: 892;
}
.pie[size="892"]::after {
top: 426;
left: 341.8;
}
.pie-reverse[size="892"] {
height: 892;
width: 892;
}
.pie-reverse[size="892"]::after {
top: 426;
left: 341.8;
}
.pie[size="893"] {
height: 893;
width: 893;
}
.pie[size="893"]::after {
top: 426.5;
left: 342.2;
}
.pie-reverse[size="893"] {
height: 893;
width: 893;
}
.pie-reverse[size="893"]::after {
top: 426.5;
left: 342.2;
}
.pie[size="894"] {
height: 894;
width: 894;
}
.pie[size="894"]::after {
top: 427;
left: 342.6;
}
.pie-reverse[size="894"] {
height: 894;
width: 894;
}
.pie-reverse[size="894"]::after {
top: 427;
left: 342.6;
}
.pie[size="895"] {
height: 895;
width: 895;
}
.pie[size="895"]::after {
top: 427.5;
left: 343;
}
.pie-reverse[size="895"] {
height: 895;
width: 895;
}
.pie-reverse[size="895"]::after {
top: 427.5;
left: 343;
}
.pie[size="896"] {
height: 896;
width: 896;
}
.pie[size="896"]::after {
top: 428;
left: 343.4;
}
.pie-reverse[size="896"] {
height: 896;
width: 896;
}
.pie-reverse[size="896"]::after {
top: 428;
left: 343.4;
}
.pie[size="897"] {
height: 897;
width: 897;
}
.pie[size="897"]::after {
top: 428.5;
left: 343.8;
}
.pie-reverse[size="897"] {
height: 897;
width: 897;
}
.pie-reverse[size="897"]::after {
top: 428.5;
left: 343.8;
}
.pie[size="898"] {
height: 898;
width: 898;
}
.pie[size="898"]::after {
top: 429;
left: 344.2;
}
.pie-reverse[size="898"] {
height: 898;
width: 898;
}
.pie-reverse[size="898"]::after {
top: 429;
left: 344.2;
}
.pie[size="899"] {
height: 899;
width: 899;
}
.pie[size="899"]::after {
top: 429.5;
left: 344.6;
}
.pie-reverse[size="899"] {
height: 899;
width: 899;
}
.pie-reverse[size="899"]::after {
top: 429.5;
left: 344.6;
}
.pie[size="900"] {
height: 900;
width: 900;
}
.pie[size="900"]::after {
top: 430;
left: 345;
}
.pie-reverse[size="900"] {
height: 900;
width: 900;
}
.pie-reverse[size="900"]::after {
top: 430;
left: 345;
}
.pie[size="901"] {
height: 901;
width: 901;
}
.pie[size="901"]::after {
top: 430.5;
left: 345.4;
}
.pie-reverse[size="901"] {
height: 901;
width: 901;
}
.pie-reverse[size="901"]::after {
top: 430.5;
left: 345.4;
}
.pie[size="902"] {
height: 902;
width: 902;
}
.pie[size="902"]::after {
top: 431;
left: 345.8;
}
.pie-reverse[size="902"] {
height: 902;
width: 902;
}
.pie-reverse[size="902"]::after {
top: 431;
left: 345.8;
}
.pie[size="903"] {
height: 903;
width: 903;
}
.pie[size="903"]::after {
top: 431.5;
left: 346.2;
}
.pie-reverse[size="903"] {
height: 903;
width: 903;
}
.pie-reverse[size="903"]::after {
top: 431.5;
left: 346.2;
}
.pie[size="904"] {
height: 904;
width: 904;
}
.pie[size="904"]::after {
top: 432;
left: 346.6;
}
.pie-reverse[size="904"] {
height: 904;
width: 904;
}
.pie-reverse[size="904"]::after {
top: 432;
left: 346.6;
}
.pie[size="905"] {
height: 905;
width: 905;
}
.pie[size="905"]::after {
top: 432.5;
left: 347;
}
.pie-reverse[size="905"] {
height: 905;
width: 905;
}
.pie-reverse[size="905"]::after {
top: 432.5;
left: 347;
}
.pie[size="906"] {
height: 906;
width: 906;
}
.pie[size="906"]::after {
top: 433;
left: 347.4;
}
.pie-reverse[size="906"] {
height: 906;
width: 906;
}
.pie-reverse[size="906"]::after {
top: 433;
left: 347.4;
}
.pie[size="907"] {
height: 907;
width: 907;
}
.pie[size="907"]::after {
top: 433.5;
left: 347.8;
}
.pie-reverse[size="907"] {
height: 907;
width: 907;
}
.pie-reverse[size="907"]::after {
top: 433.5;
left: 347.8;
}
.pie[size="908"] {
height: 908;
width: 908;
}
.pie[size="908"]::after {
top: 434;
left: 348.2;
}
.pie-reverse[size="908"] {
height: 908;
width: 908;
}
.pie-reverse[size="908"]::after {
top: 434;
left: 348.2;
}
.pie[size="909"] {
height: 909;
width: 909;
}
.pie[size="909"]::after {
top: 434.5;
left: 348.6;
}
.pie-reverse[size="909"] {
height: 909;
width: 909;
}
.pie-reverse[size="909"]::after {
top: 434.5;
left: 348.6;
}
.pie[size="910"] {
height: 910;
width: 910;
}
.pie[size="910"]::after {
top: 435;
left: 349;
}
.pie-reverse[size="910"] {
height: 910;
width: 910;
}
.pie-reverse[size="910"]::after {
top: 435;
left: 349;
}
.pie[size="911"] {
height: 911;
width: 911;
}
.pie[size="911"]::after {
top: 435.5;
left: 349.4;
}
.pie-reverse[size="911"] {
height: 911;
width: 911;
}
.pie-reverse[size="911"]::after {
top: 435.5;
left: 349.4;
}
.pie[size="912"] {
height: 912;
width: 912;
}
.pie[size="912"]::after {
top: 436;
left: 349.8;
}
.pie-reverse[size="912"] {
height: 912;
width: 912;
}
.pie-reverse[size="912"]::after {
top: 436;
left: 349.8;
}
.pie[size="913"] {
height: 913;
width: 913;
}
.pie[size="913"]::after {
top: 436.5;
left: 350.2;
}
.pie-reverse[size="913"] {
height: 913;
width: 913;
}
.pie-reverse[size="913"]::after {
top: 436.5;
left: 350.2;
}
.pie[size="914"] {
height: 914;
width: 914;
}
.pie[size="914"]::after {
top: 437;
left: 350.6;
}
.pie-reverse[size="914"] {
height: 914;
width: 914;
}
.pie-reverse[size="914"]::after {
top: 437;
left: 350.6;
}
.pie[size="915"] {
height: 915;
width: 915;
}
.pie[size="915"]::after {
top: 437.5;
left: 351;
}
.pie-reverse[size="915"] {
height: 915;
width: 915;
}
.pie-reverse[size="915"]::after {
top: 437.5;
left: 351;
}
.pie[size="916"] {
height: 916;
width: 916;
}
.pie[size="916"]::after {
top: 438;
left: 351.4;
}
.pie-reverse[size="916"] {
height: 916;
width: 916;
}
.pie-reverse[size="916"]::after {
top: 438;
left: 351.4;
}
.pie[size="917"] {
height: 917;
width: 917;
}
.pie[size="917"]::after {
top: 438.5;
left: 351.8;
}
.pie-reverse[size="917"] {
height: 917;
width: 917;
}
.pie-reverse[size="917"]::after {
top: 438.5;
left: 351.8;
}
.pie[size="918"] {
height: 918;
width: 918;
}
.pie[size="918"]::after {
top: 439;
left: 352.2;
}
.pie-reverse[size="918"] {
height: 918;
width: 918;
}
.pie-reverse[size="918"]::after {
top: 439;
left: 352.2;
}
.pie[size="919"] {
height: 919;
width: 919;
}
.pie[size="919"]::after {
top: 439.5;
left: 352.6;
}
.pie-reverse[size="919"] {
height: 919;
width: 919;
}
.pie-reverse[size="919"]::after {
top: 439.5;
left: 352.6;
}
.pie[size="920"] {
height: 920;
width: 920;
}
.pie[size="920"]::after {
top: 440;
left: 353;
}
.pie-reverse[size="920"] {
height: 920;
width: 920;
}
.pie-reverse[size="920"]::after {
top: 440;
left: 353;
}
.pie[size="921"] {
height: 921;
width: 921;
}
.pie[size="921"]::after {
top: 440.5;
left: 353.4;
}
.pie-reverse[size="921"] {
height: 921;
width: 921;
}
.pie-reverse[size="921"]::after {
top: 440.5;
left: 353.4;
}
.pie[size="922"] {
height: 922;
width: 922;
}
.pie[size="922"]::after {
top: 441;
left: 353.8;
}
.pie-reverse[size="922"] {
height: 922;
width: 922;
}
.pie-reverse[size="922"]::after {
top: 441;
left: 353.8;
}
.pie[size="923"] {
height: 923;
width: 923;
}
.pie[size="923"]::after {
top: 441.5;
left: 354.2;
}
.pie-reverse[size="923"] {
height: 923;
width: 923;
}
.pie-reverse[size="923"]::after {
top: 441.5;
left: 354.2;
}
.pie[size="924"] {
height: 924;
width: 924;
}
.pie[size="924"]::after {
top: 442;
left: 354.6;
}
.pie-reverse[size="924"] {
height: 924;
width: 924;
}
.pie-reverse[size="924"]::after {
top: 442;
left: 354.6;
}
.pie[size="925"] {
height: 925;
width: 925;
}
.pie[size="925"]::after {
top: 442.5;
left: 355;
}
.pie-reverse[size="925"] {
height: 925;
width: 925;
}
.pie-reverse[size="925"]::after {
top: 442.5;
left: 355;
}
.pie[size="926"] {
height: 926;
width: 926;
}
.pie[size="926"]::after {
top: 443;
left: 355.4;
}
.pie-reverse[size="926"] {
height: 926;
width: 926;
}
.pie-reverse[size="926"]::after {
top: 443;
left: 355.4;
}
.pie[size="927"] {
height: 927;
width: 927;
}
.pie[size="927"]::after {
top: 443.5;
left: 355.8;
}
.pie-reverse[size="927"] {
height: 927;
width: 927;
}
.pie-reverse[size="927"]::after {
top: 443.5;
left: 355.8;
}
.pie[size="928"] {
height: 928;
width: 928;
}
.pie[size="928"]::after {
top: 444;
left: 356.2;
}
.pie-reverse[size="928"] {
height: 928;
width: 928;
}
.pie-reverse[size="928"]::after {
top: 444;
left: 356.2;
}
.pie[size="929"] {
height: 929;
width: 929;
}
.pie[size="929"]::after {
top: 444.5;
left: 356.6;
}
.pie-reverse[size="929"] {
height: 929;
width: 929;
}
.pie-reverse[size="929"]::after {
top: 444.5;
left: 356.6;
}
.pie[size="930"] {
height: 930;
width: 930;
}
.pie[size="930"]::after {
top: 445;
left: 357;
}
.pie-reverse[size="930"] {
height: 930;
width: 930;
}
.pie-reverse[size="930"]::after {
top: 445;
left: 357;
}
.pie[size="931"] {
height: 931;
width: 931;
}
.pie[size="931"]::after {
top: 445.5;
left: 357.4;
}
.pie-reverse[size="931"] {
height: 931;
width: 931;
}
.pie-reverse[size="931"]::after {
top: 445.5;
left: 357.4;
}
.pie[size="932"] {
height: 932;
width: 932;
}
.pie[size="932"]::after {
top: 446;
left: 357.8;
}
.pie-reverse[size="932"] {
height: 932;
width: 932;
}
.pie-reverse[size="932"]::after {
top: 446;
left: 357.8;
}
.pie[size="933"] {
height: 933;
width: 933;
}
.pie[size="933"]::after {
top: 446.5;
left: 358.2;
}
.pie-reverse[size="933"] {
height: 933;
width: 933;
}
.pie-reverse[size="933"]::after {
top: 446.5;
left: 358.2;
}
.pie[size="934"] {
height: 934;
width: 934;
}
.pie[size="934"]::after {
top: 447;
left: 358.6;
}
.pie-reverse[size="934"] {
height: 934;
width: 934;
}
.pie-reverse[size="934"]::after {
top: 447;
left: 358.6;
}
.pie[size="935"] {
height: 935;
width: 935;
}
.pie[size="935"]::after {
top: 447.5;
left: 359;
}
.pie-reverse[size="935"] {
height: 935;
width: 935;
}
.pie-reverse[size="935"]::after {
top: 447.5;
left: 359;
}
.pie[size="936"] {
height: 936;
width: 936;
}
.pie[size="936"]::after {
top: 448;
left: 359.4;
}
.pie-reverse[size="936"] {
height: 936;
width: 936;
}
.pie-reverse[size="936"]::after {
top: 448;
left: 359.4;
}
.pie[size="937"] {
height: 937;
width: 937;
}
.pie[size="937"]::after {
top: 448.5;
left: 359.8;
}
.pie-reverse[size="937"] {
height: 937;
width: 937;
}
.pie-reverse[size="937"]::after {
top: 448.5;
left: 359.8;
}
.pie[size="938"] {
height: 938;
width: 938;
}
.pie[size="938"]::after {
top: 449;
left: 360.2;
}
.pie-reverse[size="938"] {
height: 938;
width: 938;
}
.pie-reverse[size="938"]::after {
top: 449;
left: 360.2;
}
.pie[size="939"] {
height: 939;
width: 939;
}
.pie[size="939"]::after {
top: 449.5;
left: 360.6;
}
.pie-reverse[size="939"] {
height: 939;
width: 939;
}
.pie-reverse[size="939"]::after {
top: 449.5;
left: 360.6;
}
.pie[size="940"] {
height: 940;
width: 940;
}
.pie[size="940"]::after {
top: 450;
left: 361;
}
.pie-reverse[size="940"] {
height: 940;
width: 940;
}
.pie-reverse[size="940"]::after {
top: 450;
left: 361;
}
.pie[size="941"] {
height: 941;
width: 941;
}
.pie[size="941"]::after {
top: 450.5;
left: 361.4;
}
.pie-reverse[size="941"] {
height: 941;
width: 941;
}
.pie-reverse[size="941"]::after {
top: 450.5;
left: 361.4;
}
.pie[size="942"] {
height: 942;
width: 942;
}
.pie[size="942"]::after {
top: 451;
left: 361.8;
}
.pie-reverse[size="942"] {
height: 942;
width: 942;
}
.pie-reverse[size="942"]::after {
top: 451;
left: 361.8;
}
.pie[size="943"] {
height: 943;
width: 943;
}
.pie[size="943"]::after {
top: 451.5;
left: 362.2;
}
.pie-reverse[size="943"] {
height: 943;
width: 943;
}
.pie-reverse[size="943"]::after {
top: 451.5;
left: 362.2;
}
.pie[size="944"] {
height: 944;
width: 944;
}
.pie[size="944"]::after {
top: 452;
left: 362.6;
}
.pie-reverse[size="944"] {
height: 944;
width: 944;
}
.pie-reverse[size="944"]::after {
top: 452;
left: 362.6;
}
.pie[size="945"] {
height: 945;
width: 945;
}
.pie[size="945"]::after {
top: 452.5;
left: 363;
}
.pie-reverse[size="945"] {
height: 945;
width: 945;
}
.pie-reverse[size="945"]::after {
top: 452.5;
left: 363;
}
.pie[size="946"] {
height: 946;
width: 946;
}
.pie[size="946"]::after {
top: 453;
left: 363.4;
}
.pie-reverse[size="946"] {
height: 946;
width: 946;
}
.pie-reverse[size="946"]::after {
top: 453;
left: 363.4;
}
.pie[size="947"] {
height: 947;
width: 947;
}
.pie[size="947"]::after {
top: 453.5;
left: 363.8;
}
.pie-reverse[size="947"] {
height: 947;
width: 947;
}
.pie-reverse[size="947"]::after {
top: 453.5;
left: 363.8;
}
.pie[size="948"] {
height: 948;
width: 948;
}
.pie[size="948"]::after {
top: 454;
left: 364.2;
}
.pie-reverse[size="948"] {
height: 948;
width: 948;
}
.pie-reverse[size="948"]::after {
top: 454;
left: 364.2;
}
.pie[size="949"] {
height: 949;
width: 949;
}
.pie[size="949"]::after {
top: 454.5;
left: 364.6;
}
.pie-reverse[size="949"] {
height: 949;
width: 949;
}
.pie-reverse[size="949"]::after {
top: 454.5;
left: 364.6;
}
.pie[size="950"] {
height: 950;
width: 950;
}
.pie[size="950"]::after {
top: 455;
left: 365;
}
.pie-reverse[size="950"] {
height: 950;
width: 950;
}
.pie-reverse[size="950"]::after {
top: 455;
left: 365;
}
.pie[size="951"] {
height: 951;
width: 951;
}
.pie[size="951"]::after {
top: 455.5;
left: 365.4;
}
.pie-reverse[size="951"] {
height: 951;
width: 951;
}
.pie-reverse[size="951"]::after {
top: 455.5;
left: 365.4;
}
.pie[size="952"] {
height: 952;
width: 952;
}
.pie[size="952"]::after {
top: 456;
left: 365.8;
}
.pie-reverse[size="952"] {
height: 952;
width: 952;
}
.pie-reverse[size="952"]::after {
top: 456;
left: 365.8;
}
.pie[size="953"] {
height: 953;
width: 953;
}
.pie[size="953"]::after {
top: 456.5;
left: 366.2;
}
.pie-reverse[size="953"] {
height: 953;
width: 953;
}
.pie-reverse[size="953"]::after {
top: 456.5;
left: 366.2;
}
.pie[size="954"] {
height: 954;
width: 954;
}
.pie[size="954"]::after {
top: 457;
left: 366.6;
}
.pie-reverse[size="954"] {
height: 954;
width: 954;
}
.pie-reverse[size="954"]::after {
top: 457;
left: 366.6;
}
.pie[size="955"] {
height: 955;
width: 955;
}
.pie[size="955"]::after {
top: 457.5;
left: 367;
}
.pie-reverse[size="955"] {
height: 955;
width: 955;
}
.pie-reverse[size="955"]::after {
top: 457.5;
left: 367;
}
.pie[size="956"] {
height: 956;
width: 956;
}
.pie[size="956"]::after {
top: 458;
left: 367.4;
}
.pie-reverse[size="956"] {
height: 956;
width: 956;
}
.pie-reverse[size="956"]::after {
top: 458;
left: 367.4;
}
.pie[size="957"] {
height: 957;
width: 957;
}
.pie[size="957"]::after {
top: 458.5;
left: 367.8;
}
.pie-reverse[size="957"] {
height: 957;
width: 957;
}
.pie-reverse[size="957"]::after {
top: 458.5;
left: 367.8;
}
.pie[size="958"] {
height: 958;
width: 958;
}
.pie[size="958"]::after {
top: 459;
left: 368.2;
}
.pie-reverse[size="958"] {
height: 958;
width: 958;
}
.pie-reverse[size="958"]::after {
top: 459;
left: 368.2;
}
.pie[size="959"] {
height: 959;
width: 959;
}
.pie[size="959"]::after {
top: 459.5;
left: 368.6;
}
.pie-reverse[size="959"] {
height: 959;
width: 959;
}
.pie-reverse[size="959"]::after {
top: 459.5;
left: 368.6;
}
.pie[size="960"] {
height: 960;
width: 960;
}
.pie[size="960"]::after {
top: 460;
left: 369;
}
.pie-reverse[size="960"] {
height: 960;
width: 960;
}
.pie-reverse[size="960"]::after {
top: 460;
left: 369;
}
.pie[size="961"] {
height: 961;
width: 961;
}
.pie[size="961"]::after {
top: 460.5;
left: 369.4;
}
.pie-reverse[size="961"] {
height: 961;
width: 961;
}
.pie-reverse[size="961"]::after {
top: 460.5;
left: 369.4;
}
.pie[size="962"] {
height: 962;
width: 962;
}
.pie[size="962"]::after {
top: 461;
left: 369.8;
}
.pie-reverse[size="962"] {
height: 962;
width: 962;
}
.pie-reverse[size="962"]::after {
top: 461;
left: 369.8;
}
.pie[size="963"] {
height: 963;
width: 963;
}
.pie[size="963"]::after {
top: 461.5;
left: 370.2;
}
.pie-reverse[size="963"] {
height: 963;
width: 963;
}
.pie-reverse[size="963"]::after {
top: 461.5;
left: 370.2;
}
.pie[size="964"] {
height: 964;
width: 964;
}
.pie[size="964"]::after {
top: 462;
left: 370.6;
}
.pie-reverse[size="964"] {
height: 964;
width: 964;
}
.pie-reverse[size="964"]::after {
top: 462;
left: 370.6;
}
.pie[size="965"] {
height: 965;
width: 965;
}
.pie[size="965"]::after {
top: 462.5;
left: 371;
}
.pie-reverse[size="965"] {
height: 965;
width: 965;
}
.pie-reverse[size="965"]::after {
top: 462.5;
left: 371;
}
.pie[size="966"] {
height: 966;
width: 966;
}
.pie[size="966"]::after {
top: 463;
left: 371.4;
}
.pie-reverse[size="966"] {
height: 966;
width: 966;
}
.pie-reverse[size="966"]::after {
top: 463;
left: 371.4;
}
.pie[size="967"] {
height: 967;
width: 967;
}
.pie[size="967"]::after {
top: 463.5;
left: 371.8;
}
.pie-reverse[size="967"] {
height: 967;
width: 967;
}
.pie-reverse[size="967"]::after {
top: 463.5;
left: 371.8;
}
.pie[size="968"] {
height: 968;
width: 968;
}
.pie[size="968"]::after {
top: 464;
left: 372.2;
}
.pie-reverse[size="968"] {
height: 968;
width: 968;
}
.pie-reverse[size="968"]::after {
top: 464;
left: 372.2;
}
.pie[size="969"] {
height: 969;
width: 969;
}
.pie[size="969"]::after {
top: 464.5;
left: 372.6;
}
.pie-reverse[size="969"] {
height: 969;
width: 969;
}
.pie-reverse[size="969"]::after {
top: 464.5;
left: 372.6;
}
.pie[size="970"] {
height: 970;
width: 970;
}
.pie[size="970"]::after {
top: 465;
left: 373;
}
.pie-reverse[size="970"] {
height: 970;
width: 970;
}
.pie-reverse[size="970"]::after {
top: 465;
left: 373;
}
.pie[size="971"] {
height: 971;
width: 971;
}
.pie[size="971"]::after {
top: 465.5;
left: 373.4;
}
.pie-reverse[size="971"] {
height: 971;
width: 971;
}
.pie-reverse[size="971"]::after {
top: 465.5;
left: 373.4;
}
.pie[size="972"] {
height: 972;
width: 972;
}
.pie[size="972"]::after {
top: 466;
left: 373.8;
}
.pie-reverse[size="972"] {
height: 972;
width: 972;
}
.pie-reverse[size="972"]::after {
top: 466;
left: 373.8;
}
.pie[size="973"] {
height: 973;
width: 973;
}
.pie[size="973"]::after {
top: 466.5;
left: 374.2;
}
.pie-reverse[size="973"] {
height: 973;
width: 973;
}
.pie-reverse[size="973"]::after {
top: 466.5;
left: 374.2;
}
.pie[size="974"] {
height: 974;
width: 974;
}
.pie[size="974"]::after {
top: 467;
left: 374.6;
}
.pie-reverse[size="974"] {
height: 974;
width: 974;
}
.pie-reverse[size="974"]::after {
top: 467;
left: 374.6;
}
.pie[size="975"] {
height: 975;
width: 975;
}
.pie[size="975"]::after {
top: 467.5;
left: 375;
}
.pie-reverse[size="975"] {
height: 975;
width: 975;
}
.pie-reverse[size="975"]::after {
top: 467.5;
left: 375;
}
.pie[size="976"] {
height: 976;
width: 976;
}
.pie[size="976"]::after {
top: 468;
left: 375.4;
}
.pie-reverse[size="976"] {
height: 976;
width: 976;
}
.pie-reverse[size="976"]::after {
top: 468;
left: 375.4;
}
.pie[size="977"] {
height: 977;
width: 977;
}
.pie[size="977"]::after {
top: 468.5;
left: 375.8;
}
.pie-reverse[size="977"] {
height: 977;
width: 977;
}
.pie-reverse[size="977"]::after {
top: 468.5;
left: 375.8;
}
.pie[size="978"] {
height: 978;
width: 978;
}
.pie[size="978"]::after {
top: 469;
left: 376.2;
}
.pie-reverse[size="978"] {
height: 978;
width: 978;
}
.pie-reverse[size="978"]::after {
top: 469;
left: 376.2;
}
.pie[size="979"] {
height: 979;
width: 979;
}
.pie[size="979"]::after {
top: 469.5;
left: 376.6;
}
.pie-reverse[size="979"] {
height: 979;
width: 979;
}
.pie-reverse[size="979"]::after {
top: 469.5;
left: 376.6;
}
.pie[size="980"] {
height: 980;
width: 980;
}
.pie[size="980"]::after {
top: 470;
left: 377;
}
.pie-reverse[size="980"] {
height: 980;
width: 980;
}
.pie-reverse[size="980"]::after {
top: 470;
left: 377;
}
.pie[size="981"] {
height: 981;
width: 981;
}
.pie[size="981"]::after {
top: 470.5;
left: 377.4;
}
.pie-reverse[size="981"] {
height: 981;
width: 981;
}
.pie-reverse[size="981"]::after {
top: 470.5;
left: 377.4;
}
.pie[size="982"] {
height: 982;
width: 982;
}
.pie[size="982"]::after {
top: 471;
left: 377.8;
}
.pie-reverse[size="982"] {
height: 982;
width: 982;
}
.pie-reverse[size="982"]::after {
top: 471;
left: 377.8;
}
.pie[size="983"] {
height: 983;
width: 983;
}
.pie[size="983"]::after {
top: 471.5;
left: 378.2;
}
.pie-reverse[size="983"] {
height: 983;
width: 983;
}
.pie-reverse[size="983"]::after {
top: 471.5;
left: 378.2;
}
.pie[size="984"] {
height: 984;
width: 984;
}
.pie[size="984"]::after {
top: 472;
left: 378.6;
}
.pie-reverse[size="984"] {
height: 984;
width: 984;
}
.pie-reverse[size="984"]::after {
top: 472;
left: 378.6;
}
.pie[size="985"] {
height: 985;
width: 985;
}
.pie[size="985"]::after {
top: 472.5;
left: 379;
}
.pie-reverse[size="985"] {
height: 985;
width: 985;
}
.pie-reverse[size="985"]::after {
top: 472.5;
left: 379;
}
.pie[size="986"] {
height: 986;
width: 986;
}
.pie[size="986"]::after {
top: 473;
left: 379.4;
}
.pie-reverse[size="986"] {
height: 986;
width: 986;
}
.pie-reverse[size="986"]::after {
top: 473;
left: 379.4;
}
.pie[size="987"] {
height: 987;
width: 987;
}
.pie[size="987"]::after {
top: 473.5;
left: 379.8;
}
.pie-reverse[size="987"] {
height: 987;
width: 987;
}
.pie-reverse[size="987"]::after {
top: 473.5;
left: 379.8;
}
.pie[size="988"] {
height: 988;
width: 988;
}
.pie[size="988"]::after {
top: 474;
left: 380.2;
}
.pie-reverse[size="988"] {
height: 988;
width: 988;
}
.pie-reverse[size="988"]::after {
top: 474;
left: 380.2;
}
.pie[size="989"] {
height: 989;
width: 989;
}
.pie[size="989"]::after {
top: 474.5;
left: 380.6;
}
.pie-reverse[size="989"] {
height: 989;
width: 989;
}
.pie-reverse[size="989"]::after {
top: 474.5;
left: 380.6;
}
.pie[size="990"] {
height: 990;
width: 990;
}
.pie[size="990"]::after {
top: 475;
left: 381;
}
.pie-reverse[size="990"] {
height: 990;
width: 990;
}
.pie-reverse[size="990"]::after {
top: 475;
left: 381;
}
.pie[size="991"] {
height: 991;
width: 991;
}
.pie[size="991"]::after {
top: 475.5;
left: 381.4;
}
.pie-reverse[size="991"] {
height: 991;
width: 991;
}
.pie-reverse[size="991"]::after {
top: 475.5;
left: 381.4;
}
.pie[size="992"] {
height: 992;
width: 992;
}
.pie[size="992"]::after {
top: 476;
left: 381.8;
}
.pie-reverse[size="992"] {
height: 992;
width: 992;
}
.pie-reverse[size="992"]::after {
top: 476;
left: 381.8;
}
.pie[size="993"] {
height: 993;
width: 993;
}
.pie[size="993"]::after {
top: 476.5;
left: 382.2;
}
.pie-reverse[size="993"] {
height: 993;
width: 993;
}
.pie-reverse[size="993"]::after {
top: 476.5;
left: 382.2;
}
.pie[size="994"] {
height: 994;
width: 994;
}
.pie[size="994"]::after {
top: 477;
left: 382.6;
}
.pie-reverse[size="994"] {
height: 994;
width: 994;
}
.pie-reverse[size="994"]::after {
top: 477;
left: 382.6;
}
.pie[size="995"] {
height: 995;
width: 995;
}
.pie[size="995"]::after {
top: 477.5;
left: 383;
}
.pie-reverse[size="995"] {
height: 995;
width: 995;
}
.pie-reverse[size="995"]::after {
top: 477.5;
left: 383;
}
.pie[size="996"] {
height: 996;
width: 996;
}
.pie[size="996"]::after {
top: 478;
left: 383.4;
}
.pie-reverse[size="996"] {
height: 996;
width: 996;
}
.pie-reverse[size="996"]::after {
top: 478;
left: 383.4;
}
.pie[size="997"] {
height: 997;
width: 997;
}
.pie[size="997"]::after {
top: 478.5;
left: 383.8;
}
.pie-reverse[size="997"] {
height: 997;
width: 997;
}
.pie-reverse[size="997"]::after {
top: 478.5;
left: 383.8;
}
.pie[size="998"] {
height: 998;
width: 998;
}
.pie[size="998"]::after {
top: 479;
left: 384.2;
}
.pie-reverse[size="998"] {
height: 998;
width: 998;
}
.pie-reverse[size="998"]::after {
top: 479;
left: 384.2;
}
.pie[size="999"] {
height: 999;
width: 999;
}
.pie[size="999"]::after {
top: 479.5;
left: 384.6;
}
.pie-reverse[size="999"] {
height: 999;
width: 999;
}
.pie-reverse[size="999"]::after {
top: 479.5;
left: 384.6;
}
.pie[size="1000"] {
height: 1000;
width: 1000;
}
.pie[size="1000"]::after {
top: 480;
left: 385;
}
.pie-reverse[size="1000"] {
height: 1000;
width: 1000;
}
.pie-reverse[size="1000"]::after {
top: 480;
left: 385;
}
.pie[size="1001"] {
height: 1001;
width: 1001;
}
.pie[size="1001"]::after {
top: 480.5;
left: 385.4;
}
.pie-reverse[size="1001"] {
height: 1001;
width: 1001;
}
.pie-reverse[size="1001"]::after {
top: 480.5;
left: 385.4;
}
.pie[size="1002"] {
height: 1002;
width: 1002;
}
.pie[size="1002"]::after {
top: 481;
left: 385.8;
}
.pie-reverse[size="1002"] {
height: 1002;
width: 1002;
}
.pie-reverse[size="1002"]::after {
top: 481;
left: 385.8;
}
.pie[size="1003"] {
height: 1003;
width: 1003;
}
.pie[size="1003"]::after {
top: 481.5;
left: 386.2;
}
.pie-reverse[size="1003"] {
height: 1003;
width: 1003;
}
.pie-reverse[size="1003"]::after {
top: 481.5;
left: 386.2;
}
.pie[size="1004"] {
height: 1004;
width: 1004;
}
.pie[size="1004"]::after {
top: 482;
left: 386.6;
}
.pie-reverse[size="1004"] {
height: 1004;
width: 1004;
}
.pie-reverse[size="1004"]::after {
top: 482;
left: 386.6;
}
.pie[size="1005"] {
height: 1005;
width: 1005;
}
.pie[size="1005"]::after {
top: 482.5;
left: 387;
}
.pie-reverse[size="1005"] {
height: 1005;
width: 1005;
}
.pie-reverse[size="1005"]::after {
top: 482.5;
left: 387;
}
.pie[size="1006"] {
height: 1006;
width: 1006;
}
.pie[size="1006"]::after {
top: 483;
left: 387.4;
}
.pie-reverse[size="1006"] {
height: 1006;
width: 1006;
}
.pie-reverse[size="1006"]::after {
top: 483;
left: 387.4;
}
.pie[size="1007"] {
height: 1007;
width: 1007;
}
.pie[size="1007"]::after {
top: 483.5;
left: 387.8;
}
.pie-reverse[size="1007"] {
height: 1007;
width: 1007;
}
.pie-reverse[size="1007"]::after {
top: 483.5;
left: 387.8;
}
.pie[size="1008"] {
height: 1008;
width: 1008;
}
.pie[size="1008"]::after {
top: 484;
left: 388.2;
}
.pie-reverse[size="1008"] {
height: 1008;
width: 1008;
}
.pie-reverse[size="1008"]::after {
top: 484;
left: 388.2;
}
.pie[size="1009"] {
height: 1009;
width: 1009;
}
.pie[size="1009"]::after {
top: 484.5;
left: 388.6;
}
.pie-reverse[size="1009"] {
height: 1009;
width: 1009;
}
.pie-reverse[size="1009"]::after {
top: 484.5;
left: 388.6;
}
.pie[size="1010"] {
height: 1010;
width: 1010;
}
.pie[size="1010"]::after {
top: 485;
left: 389;
}
.pie-reverse[size="1010"] {
height: 1010;
width: 1010;
}
.pie-reverse[size="1010"]::after {
top: 485;
left: 389;
}
.pie[size="1011"] {
height: 1011;
width: 1011;
}
.pie[size="1011"]::after {
top: 485.5;
left: 389.4;
}
.pie-reverse[size="1011"] {
height: 1011;
width: 1011;
}
.pie-reverse[size="1011"]::after {
top: 485.5;
left: 389.4;
}
.pie[size="1012"] {
height: 1012;
width: 1012;
}
.pie[size="1012"]::after {
top: 486;
left: 389.8;
}
.pie-reverse[size="1012"] {
height: 1012;
width: 1012;
}
.pie-reverse[size="1012"]::after {
top: 486;
left: 389.8;
}
.pie[size="1013"] {
height: 1013;
width: 1013;
}
.pie[size="1013"]::after {
top: 486.5;
left: 390.2;
}
.pie-reverse[size="1013"] {
height: 1013;
width: 1013;
}
.pie-reverse[size="1013"]::after {
top: 486.5;
left: 390.2;
}
.pie[size="1014"] {
height: 1014;
width: 1014;
}
.pie[size="1014"]::after {
top: 487;
left: 390.6;
}
.pie-reverse[size="1014"] {
height: 1014;
width: 1014;
}
.pie-reverse[size="1014"]::after {
top: 487;
left: 390.6;
}
.pie[size="1015"] {
height: 1015;
width: 1015;
}
.pie[size="1015"]::after {
top: 487.5;
left: 391;
}
.pie-reverse[size="1015"] {
height: 1015;
width: 1015;
}
.pie-reverse[size="1015"]::after {
top: 487.5;
left: 391;
}
.pie[size="1016"] {
height: 1016;
width: 1016;
}
.pie[size="1016"]::after {
top: 488;
left: 391.4;
}
.pie-reverse[size="1016"] {
height: 1016;
width: 1016;
}
.pie-reverse[size="1016"]::after {
top: 488;
left: 391.4;
}
.pie[size="1017"] {
height: 1017;
width: 1017;
}
.pie[size="1017"]::after {
top: 488.5;
left: 391.8;
}
.pie-reverse[size="1017"] {
height: 1017;
width: 1017;
}
.pie-reverse[size="1017"]::after {
top: 488.5;
left: 391.8;
}
.pie[size="1018"] {
height: 1018;
width: 1018;
}
.pie[size="1018"]::after {
top: 489;
left: 392.2;
}
.pie-reverse[size="1018"] {
height: 1018;
width: 1018;
}
.pie-reverse[size="1018"]::after {
top: 489;
left: 392.2;
}
.pie[size="1019"] {
height: 1019;
width: 1019;
}
.pie[size="1019"]::after {
top: 489.5;
left: 392.6;
}
.pie-reverse[size="1019"] {
height: 1019;
width: 1019;
}
.pie-reverse[size="1019"]::after {
top: 489.5;
left: 392.6;
}
.pie[size="1020"] {
height: 1020;
width: 1020;
}
.pie[size="1020"]::after {
top: 490;
left: 393;
}
.pie-reverse[size="1020"] {
height: 1020;
width: 1020;
}
.pie-reverse[size="1020"]::after {
top: 490;
left: 393;
}
.pie[size="1021"] {
height: 1021;
width: 1021;
}
.pie[size="1021"]::after {
top: 490.5;
left: 393.4;
}
.pie-reverse[size="1021"] {
height: 1021;
width: 1021;
}
.pie-reverse[size="1021"]::after {
top: 490.5;
left: 393.4;
}
.pie[size="1022"] {
height: 1022;
width: 1022;
}
.pie[size="1022"]::after {
top: 491;
left: 393.8;
}
.pie-reverse[size="1022"] {
height: 1022;
width: 1022;
}
.pie-reverse[size="1022"]::after {
top: 491;
left: 393.8;
}
.pie[size="1023"] {
height: 1023;
width: 1023;
}
.pie[size="1023"]::after {
top: 491.5;
left: 394.2;
}
.pie-reverse[size="1023"] {
height: 1023;
width: 1023;
}
.pie-reverse[size="1023"]::after {
top: 491.5;
left: 394.2;
}
.pie[size="1024"] {
height: 1024;
width: 1024;
}
.pie[size="1024"]::after {
top: 492;
left: 394.6;
}
.pie-reverse[size="1024"] {
height: 1024;
width: 1024;
}
.pie-reverse[size="1024"]::after {
top: 492;
left: 394.6;
}
.pie[size="1025"] {
height: 1025;
width: 1025;
}
.pie[size="1025"]::after {
top: 492.5;
left: 395;
}
.pie-reverse[size="1025"] {
height: 1025;
width: 1025;
}
.pie-reverse[size="1025"]::after {
top: 492.5;
left: 395;
}
.pie[size="1026"] {
height: 1026;
width: 1026;
}
.pie[size="1026"]::after {
top: 493;
left: 395.4;
}
.pie-reverse[size="1026"] {
height: 1026;
width: 1026;
}
.pie-reverse[size="1026"]::after {
top: 493;
left: 395.4;
}
.pie[size="1027"] {
height: 1027;
width: 1027;
}
.pie[size="1027"]::after {
top: 493.5;
left: 395.8;
}
.pie-reverse[size="1027"] {
height: 1027;
width: 1027;
}
.pie-reverse[size="1027"]::after {
top: 493.5;
left: 395.8;
}
.pie[size="1028"] {
height: 1028;
width: 1028;
}
.pie[size="1028"]::after {
top: 494;
left: 396.2;
}
.pie-reverse[size="1028"] {
height: 1028;
width: 1028;
}
.pie-reverse[size="1028"]::after {
top: 494;
left: 396.2;
}
.pie[size="1029"] {
height: 1029;
width: 1029;
}
.pie[size="1029"]::after {
top: 494.5;
left: 396.6;
}
.pie-reverse[size="1029"] {
height: 1029;
width: 1029;
}
.pie-reverse[size="1029"]::after {
top: 494.5;
left: 396.6;
}
.pie[size="1030"] {
height: 1030;
width: 1030;
}
.pie[size="1030"]::after {
top: 495;
left: 397;
}
.pie-reverse[size="1030"] {
height: 1030;
width: 1030;
}
.pie-reverse[size="1030"]::after {
top: 495;
left: 397;
}
.pie[size="1031"] {
height: 1031;
width: 1031;
}
.pie[size="1031"]::after {
top: 495.5;
left: 397.4;
}
.pie-reverse[size="1031"] {
height: 1031;
width: 1031;
}
.pie-reverse[size="1031"]::after {
top: 495.5;
left: 397.4;
}
.pie[size="1032"] {
height: 1032;
width: 1032;
}
.pie[size="1032"]::after {
top: 496;
left: 397.8;
}
.pie-reverse[size="1032"] {
height: 1032;
width: 1032;
}
.pie-reverse[size="1032"]::after {
top: 496;
left: 397.8;
}
.pie[size="1033"] {
height: 1033;
width: 1033;
}
.pie[size="1033"]::after {
top: 496.5;
left: 398.2;
}
.pie-reverse[size="1033"] {
height: 1033;
width: 1033;
}
.pie-reverse[size="1033"]::after {
top: 496.5;
left: 398.2;
}
.pie[size="1034"] {
height: 1034;
width: 1034;
}
.pie[size="1034"]::after {
top: 497;
left: 398.6;
}
.pie-reverse[size="1034"] {
height: 1034;
width: 1034;
}
.pie-reverse[size="1034"]::after {
top: 497;
left: 398.6;
}
.pie[size="1035"] {
height: 1035;
width: 1035;
}
.pie[size="1035"]::after {
top: 497.5;
left: 399;
}
.pie-reverse[size="1035"] {
height: 1035;
width: 1035;
}
.pie-reverse[size="1035"]::after {
top: 497.5;
left: 399;
}
.pie[size="1036"] {
height: 1036;
width: 1036;
}
.pie[size="1036"]::after {
top: 498;
left: 399.4;
}
.pie-reverse[size="1036"] {
height: 1036;
width: 1036;
}
.pie-reverse[size="1036"]::after {
top: 498;
left: 399.4;
}
.pie[size="1037"] {
height: 1037;
width: 1037;
}
.pie[size="1037"]::after {
top: 498.5;
left: 399.8;
}
.pie-reverse[size="1037"] {
height: 1037;
width: 1037;
}
.pie-reverse[size="1037"]::after {
top: 498.5;
left: 399.8;
}
.pie[size="1038"] {
height: 1038;
width: 1038;
}
.pie[size="1038"]::after {
top: 499;
left: 400.2;
}
.pie-reverse[size="1038"] {
height: 1038;
width: 1038;
}
.pie-reverse[size="1038"]::after {
top: 499;
left: 400.2;
}
.pie[size="1039"] {
height: 1039;
width: 1039;
}
.pie[size="1039"]::after {
top: 499.5;
left: 400.6;
}
.pie-reverse[size="1039"] {
height: 1039;
width: 1039;
}
.pie-reverse[size="1039"]::after {
top: 499.5;
left: 400.6;
}
.pie[size="1040"] {
height: 1040;
width: 1040;
}
.pie[size="1040"]::after {
top: 500;
left: 401;
}
.pie-reverse[size="1040"] {
height: 1040;
width: 1040;
}
.pie-reverse[size="1040"]::after {
top: 500;
left: 401;
}
.pie[size="1041"] {
height: 1041;
width: 1041;
}
.pie[size="1041"]::after {
top: 500.5;
left: 401.4;
}
.pie-reverse[size="1041"] {
height: 1041;
width: 1041;
}
.pie-reverse[size="1041"]::after {
top: 500.5;
left: 401.4;
}
.pie[size="1042"] {
height: 1042;
width: 1042;
}
.pie[size="1042"]::after {
top: 501;
left: 401.8;
}
.pie-reverse[size="1042"] {
height: 1042;
width: 1042;
}
.pie-reverse[size="1042"]::after {
top: 501;
left: 401.8;
}
.pie[size="1043"] {
height: 1043;
width: 1043;
}
.pie[size="1043"]::after {
top: 501.5;
left: 402.2;
}
.pie-reverse[size="1043"] {
height: 1043;
width: 1043;
}
.pie-reverse[size="1043"]::after {
top: 501.5;
left: 402.2;
}
.pie[size="1044"] {
height: 1044;
width: 1044;
}
.pie[size="1044"]::after {
top: 502;
left: 402.6;
}
.pie-reverse[size="1044"] {
height: 1044;
width: 1044;
}
.pie-reverse[size="1044"]::after {
top: 502;
left: 402.6;
}
.pie[size="1045"] {
height: 1045;
width: 1045;
}
.pie[size="1045"]::after {
top: 502.5;
left: 403;
}
.pie-reverse[size="1045"] {
height: 1045;
width: 1045;
}
.pie-reverse[size="1045"]::after {
top: 502.5;
left: 403;
}
.pie[size="1046"] {
height: 1046;
width: 1046;
}
.pie[size="1046"]::after {
top: 503;
left: 403.4;
}
.pie-reverse[size="1046"] {
height: 1046;
width: 1046;
}
.pie-reverse[size="1046"]::after {
top: 503;
left: 403.4;
}
.pie[size="1047"] {
height: 1047;
width: 1047;
}
.pie[size="1047"]::after {
top: 503.5;
left: 403.8;
}
.pie-reverse[size="1047"] {
height: 1047;
width: 1047;
}
.pie-reverse[size="1047"]::after {
top: 503.5;
left: 403.8;
}
.pie[size="1048"] {
height: 1048;
width: 1048;
}
.pie[size="1048"]::after {
top: 504;
left: 404.2;
}
.pie-reverse[size="1048"] {
height: 1048;
width: 1048;
}
.pie-reverse[size="1048"]::after {
top: 504;
left: 404.2;
}
.pie[size="1049"] {
height: 1049;
width: 1049;
}
.pie[size="1049"]::after {
top: 504.5;
left: 404.6;
}
.pie-reverse[size="1049"] {
height: 1049;
width: 1049;
}
.pie-reverse[size="1049"]::after {
top: 504.5;
left: 404.6;
}
.pie[size="1050"] {
height: 1050;
width: 1050;
}
.pie[size="1050"]::after {
top: 505;
left: 405;
}
.pie-reverse[size="1050"] {
height: 1050;
width: 1050;
}
.pie-reverse[size="1050"]::after {
top: 505;
left: 405;
}
.pie[size="1051"] {
height: 1051;
width: 1051;
}
.pie[size="1051"]::after {
top: 505.5;
left: 405.4;
}
.pie-reverse[size="1051"] {
height: 1051;
width: 1051;
}
.pie-reverse[size="1051"]::after {
top: 505.5;
left: 405.4;
}
.pie[size="1052"] {
height: 1052;
width: 1052;
}
.pie[size="1052"]::after {
top: 506;
left: 405.8;
}
.pie-reverse[size="1052"] {
height: 1052;
width: 1052;
}
.pie-reverse[size="1052"]::after {
top: 506;
left: 405.8;
}
.pie[size="1053"] {
height: 1053;
width: 1053;
}
.pie[size="1053"]::after {
top: 506.5;
left: 406.2;
}
.pie-reverse[size="1053"] {
height: 1053;
width: 1053;
}
.pie-reverse[size="1053"]::after {
top: 506.5;
left: 406.2;
}
.pie[size="1054"] {
height: 1054;
width: 1054;
}
.pie[size="1054"]::after {
top: 507;
left: 406.6;
}
.pie-reverse[size="1054"] {
height: 1054;
width: 1054;
}
.pie-reverse[size="1054"]::after {
top: 507;
left: 406.6;
}
.pie[size="1055"] {
height: 1055;
width: 1055;
}
.pie[size="1055"]::after {
top: 507.5;
left: 407;
}
.pie-reverse[size="1055"] {
height: 1055;
width: 1055;
}
.pie-reverse[size="1055"]::after {
top: 507.5;
left: 407;
}
.pie[size="1056"] {
height: 1056;
width: 1056;
}
.pie[size="1056"]::after {
top: 508;
left: 407.4;
}
.pie-reverse[size="1056"] {
height: 1056;
width: 1056;
}
.pie-reverse[size="1056"]::after {
top: 508;
left: 407.4;
}
.pie[size="1057"] {
height: 1057;
width: 1057;
}
.pie[size="1057"]::after {
top: 508.5;
left: 407.8;
}
.pie-reverse[size="1057"] {
height: 1057;
width: 1057;
}
.pie-reverse[size="1057"]::after {
top: 508.5;
left: 407.8;
}
.pie[size="1058"] {
height: 1058;
width: 1058;
}
.pie[size="1058"]::after {
top: 509;
left: 408.2;
}
.pie-reverse[size="1058"] {
height: 1058;
width: 1058;
}
.pie-reverse[size="1058"]::after {
top: 509;
left: 408.2;
}
.pie[size="1059"] {
height: 1059;
width: 1059;
}
.pie[size="1059"]::after {
top: 509.5;
left: 408.6;
}
.pie-reverse[size="1059"] {
height: 1059;
width: 1059;
}
.pie-reverse[size="1059"]::after {
top: 509.5;
left: 408.6;
}
.pie[size="1060"] {
height: 1060;
width: 1060;
}
.pie[size="1060"]::after {
top: 510;
left: 409;
}
.pie-reverse[size="1060"] {
height: 1060;
width: 1060;
}
.pie-reverse[size="1060"]::after {
top: 510;
left: 409;
}
.pie[size="1061"] {
height: 1061;
width: 1061;
}
.pie[size="1061"]::after {
top: 510.5;
left: 409.4;
}
.pie-reverse[size="1061"] {
height: 1061;
width: 1061;
}
.pie-reverse[size="1061"]::after {
top: 510.5;
left: 409.4;
}
.pie[size="1062"] {
height: 1062;
width: 1062;
}
.pie[size="1062"]::after {
top: 511;
left: 409.8;
}
.pie-reverse[size="1062"] {
height: 1062;
width: 1062;
}
.pie-reverse[size="1062"]::after {
top: 511;
left: 409.8;
}
.pie[size="1063"] {
height: 1063;
width: 1063;
}
.pie[size="1063"]::after {
top: 511.5;
left: 410.2;
}
.pie-reverse[size="1063"] {
height: 1063;
width: 1063;
}
.pie-reverse[size="1063"]::after {
top: 511.5;
left: 410.2;
}
.pie[size="1064"] {
height: 1064;
width: 1064;
}
.pie[size="1064"]::after {
top: 512;
left: 410.6;
}
.pie-reverse[size="1064"] {
height: 1064;
width: 1064;
}
.pie-reverse[size="1064"]::after {
top: 512;
left: 410.6;
}
.pie[size="1065"] {
height: 1065;
width: 1065;
}
.pie[size="1065"]::after {
top: 512.5;
left: 411;
}
.pie-reverse[size="1065"] {
height: 1065;
width: 1065;
}
.pie-reverse[size="1065"]::after {
top: 512.5;
left: 411;
}
.pie[size="1066"] {
height: 1066;
width: 1066;
}
.pie[size="1066"]::after {
top: 513;
left: 411.4;
}
.pie-reverse[size="1066"] {
height: 1066;
width: 1066;
}
.pie-reverse[size="1066"]::after {
top: 513;
left: 411.4;
}
.pie[size="1067"] {
height: 1067;
width: 1067;
}
.pie[size="1067"]::after {
top: 513.5;
left: 411.8;
}
.pie-reverse[size="1067"] {
height: 1067;
width: 1067;
}
.pie-reverse[size="1067"]::after {
top: 513.5;
left: 411.8;
}
.pie[size="1068"] {
height: 1068;
width: 1068;
}
.pie[size="1068"]::after {
top: 514;
left: 412.2;
}
.pie-reverse[size="1068"] {
height: 1068;
width: 1068;
}
.pie-reverse[size="1068"]::after {
top: 514;
left: 412.2;
}
.pie[size="1069"] {
height: 1069;
width: 1069;
}
.pie[size="1069"]::after {
top: 514.5;
left: 412.6;
}
.pie-reverse[size="1069"] {
height: 1069;
width: 1069;
}
.pie-reverse[size="1069"]::after {
top: 514.5;
left: 412.6;
}
.pie[size="1070"] {
height: 1070;
width: 1070;
}
.pie[size="1070"]::after {
top: 515;
left: 413;
}
.pie-reverse[size="1070"] {
height: 1070;
width: 1070;
}
.pie-reverse[size="1070"]::after {
top: 515;
left: 413;
}
.pie[size="1071"] {
height: 1071;
width: 1071;
}
.pie[size="1071"]::after {
top: 515.5;
left: 413.4;
}
.pie-reverse[size="1071"] {
height: 1071;
width: 1071;
}
.pie-reverse[size="1071"]::after {
top: 515.5;
left: 413.4;
}
.pie[size="1072"] {
height: 1072;
width: 1072;
}
.pie[size="1072"]::after {
top: 516;
left: 413.8;
}
.pie-reverse[size="1072"] {
height: 1072;
width: 1072;
}
.pie-reverse[size="1072"]::after {
top: 516;
left: 413.8;
}
.pie[size="1073"] {
height: 1073;
width: 1073;
}
.pie[size="1073"]::after {
top: 516.5;
left: 414.2;
}
.pie-reverse[size="1073"] {
height: 1073;
width: 1073;
}
.pie-reverse[size="1073"]::after {
top: 516.5;
left: 414.2;
}
.pie[size="1074"] {
height: 1074;
width: 1074;
}
.pie[size="1074"]::after {
top: 517;
left: 414.6;
}
.pie-reverse[size="1074"] {
height: 1074;
width: 1074;
}
.pie-reverse[size="1074"]::after {
top: 517;
left: 414.6;
}
.pie[size="1075"] {
height: 1075;
width: 1075;
}
.pie[size="1075"]::after {
top: 517.5;
left: 415;
}
.pie-reverse[size="1075"] {
height: 1075;
width: 1075;
}
.pie-reverse[size="1075"]::after {
top: 517.5;
left: 415;
}
.pie[size="1076"] {
height: 1076;
width: 1076;
}
.pie[size="1076"]::after {
top: 518;
left: 415.4;
}
.pie-reverse[size="1076"] {
height: 1076;
width: 1076;
}
.pie-reverse[size="1076"]::after {
top: 518;
left: 415.4;
}
.pie[size="1077"] {
height: 1077;
width: 1077;
}
.pie[size="1077"]::after {
top: 518.5;
left: 415.8;
}
.pie-reverse[size="1077"] {
height: 1077;
width: 1077;
}
.pie-reverse[size="1077"]::after {
top: 518.5;
left: 415.8;
}
.pie[size="1078"] {
height: 1078;
width: 1078;
}
.pie[size="1078"]::after {
top: 519;
left: 416.2;
}
.pie-reverse[size="1078"] {
height: 1078;
width: 1078;
}
.pie-reverse[size="1078"]::after {
top: 519;
left: 416.2;
}
.pie[size="1079"] {
height: 1079;
width: 1079;
}
.pie[size="1079"]::after {
top: 519.5;
left: 416.6;
}
.pie-reverse[size="1079"] {
height: 1079;
width: 1079;
}
.pie-reverse[size="1079"]::after {
top: 519.5;
left: 416.6;
}
.pie[size="1080"] {
height: 1080;
width: 1080;
}
.pie[size="1080"]::after {
top: 520;
left: 417;
}
.pie-reverse[size="1080"] {
height: 1080;
width: 1080;
}
.pie-reverse[size="1080"]::after {
top: 520;
left: 417;
}
.pie[size="1081"] {
height: 1081;
width: 1081;
}
.pie[size="1081"]::after {
top: 520.5;
left: 417.4;
}
.pie-reverse[size="1081"] {
height: 1081;
width: 1081;
}
.pie-reverse[size="1081"]::after {
top: 520.5;
left: 417.4;
}
.pie[size="1082"] {
height: 1082;
width: 1082;
}
.pie[size="1082"]::after {
top: 521;
left: 417.8;
}
.pie-reverse[size="1082"] {
height: 1082;
width: 1082;
}
.pie-reverse[size="1082"]::after {
top: 521;
left: 417.8;
}
.pie[size="1083"] {
height: 1083;
width: 1083;
}
.pie[size="1083"]::after {
top: 521.5;
left: 418.2;
}
.pie-reverse[size="1083"] {
height: 1083;
width: 1083;
}
.pie-reverse[size="1083"]::after {
top: 521.5;
left: 418.2;
}
.pie[size="1084"] {
height: 1084;
width: 1084;
}
.pie[size="1084"]::after {
top: 522;
left: 418.6;
}
.pie-reverse[size="1084"] {
height: 1084;
width: 1084;
}
.pie-reverse[size="1084"]::after {
top: 522;
left: 418.6;
}
.pie[size="1085"] {
height: 1085;
width: 1085;
}
.pie[size="1085"]::after {
top: 522.5;
left: 419;
}
.pie-reverse[size="1085"] {
height: 1085;
width: 1085;
}
.pie-reverse[size="1085"]::after {
top: 522.5;
left: 419;
}
.pie[size="1086"] {
height: 1086;
width: 1086;
}
.pie[size="1086"]::after {
top: 523;
left: 419.4;
}
.pie-reverse[size="1086"] {
height: 1086;
width: 1086;
}
.pie-reverse[size="1086"]::after {
top: 523;
left: 419.4;
}
.pie[size="1087"] {
height: 1087;
width: 1087;
}
.pie[size="1087"]::after {
top: 523.5;
left: 419.8;
}
.pie-reverse[size="1087"] {
height: 1087;
width: 1087;
}
.pie-reverse[size="1087"]::after {
top: 523.5;
left: 419.8;
}
.pie[size="1088"] {
height: 1088;
width: 1088;
}
.pie[size="1088"]::after {
top: 524;
left: 420.2;
}
.pie-reverse[size="1088"] {
height: 1088;
width: 1088;
}
.pie-reverse[size="1088"]::after {
top: 524;
left: 420.2;
}
.pie[size="1089"] {
height: 1089;
width: 1089;
}
.pie[size="1089"]::after {
top: 524.5;
left: 420.6;
}
.pie-reverse[size="1089"] {
height: 1089;
width: 1089;
}
.pie-reverse[size="1089"]::after {
top: 524.5;
left: 420.6;
}
.pie[size="1090"] {
height: 1090;
width: 1090;
}
.pie[size="1090"]::after {
top: 525;
left: 421;
}
.pie-reverse[size="1090"] {
height: 1090;
width: 1090;
}
.pie-reverse[size="1090"]::after {
top: 525;
left: 421;
}
.pie[size="1091"] {
height: 1091;
width: 1091;
}
.pie[size="1091"]::after {
top: 525.5;
left: 421.4;
}
.pie-reverse[size="1091"] {
height: 1091;
width: 1091;
}
.pie-reverse[size="1091"]::after {
top: 525.5;
left: 421.4;
}
.pie[size="1092"] {
height: 1092;
width: 1092;
}
.pie[size="1092"]::after {
top: 526;
left: 421.8;
}
.pie-reverse[size="1092"] {
height: 1092;
width: 1092;
}
.pie-reverse[size="1092"]::after {
top: 526;
left: 421.8;
}
.pie[size="1093"] {
height: 1093;
width: 1093;
}
.pie[size="1093"]::after {
top: 526.5;
left: 422.2;
}
.pie-reverse[size="1093"] {
height: 1093;
width: 1093;
}
.pie-reverse[size="1093"]::after {
top: 526.5;
left: 422.2;
}
.pie[size="1094"] {
height: 1094;
width: 1094;
}
.pie[size="1094"]::after {
top: 527;
left: 422.6;
}
.pie-reverse[size="1094"] {
height: 1094;
width: 1094;
}
.pie-reverse[size="1094"]::after {
top: 527;
left: 422.6;
}
.pie[size="1095"] {
height: 1095;
width: 1095;
}
.pie[size="1095"]::after {
top: 527.5;
left: 423;
}
.pie-reverse[size="1095"] {
height: 1095;
width: 1095;
}
.pie-reverse[size="1095"]::after {
top: 527.5;
left: 423;
}
.pie[size="1096"] {
height: 1096;
width: 1096;
}
.pie[size="1096"]::after {
top: 528;
left: 423.4;
}
.pie-reverse[size="1096"] {
height: 1096;
width: 1096;
}
.pie-reverse[size="1096"]::after {
top: 528;
left: 423.4;
}
.pie[size="1097"] {
height: 1097;
width: 1097;
}
.pie[size="1097"]::after {
top: 528.5;
left: 423.8;
}
.pie-reverse[size="1097"] {
height: 1097;
width: 1097;
}
.pie-reverse[size="1097"]::after {
top: 528.5;
left: 423.8;
}
.pie[size="1098"] {
height: 1098;
width: 1098;
}
.pie[size="1098"]::after {
top: 529;
left: 424.2;
}
.pie-reverse[size="1098"] {
height: 1098;
width: 1098;
}
.pie-reverse[size="1098"]::after {
top: 529;
left: 424.2;
}
.pie[size="1099"] {
height: 1099;
width: 1099;
}
.pie[size="1099"]::after {
top: 529.5;
left: 424.6;
}
.pie-reverse[size="1099"] {
height: 1099;
width: 1099;
}
.pie-reverse[size="1099"]::after {
top: 529.5;
left: 424.6;
}
.pie[size="1100"] {
height: 1100;
width: 1100;
}
.pie[size="1100"]::after {
top: 530;
left: 425;
}
.pie-reverse[size="1100"] {
height: 1100;
width: 1100;
}
.pie-reverse[size="1100"]::after {
top: 530;
left: 425;
}
.pie[size="1101"] {
height: 1101;
width: 1101;
}
.pie[size="1101"]::after {
top: 530.5;
left: 425.4;
}
.pie-reverse[size="1101"] {
height: 1101;
width: 1101;
}
.pie-reverse[size="1101"]::after {
top: 530.5;
left: 425.4;
}
.pie[size="1102"] {
height: 1102;
width: 1102;
}
.pie[size="1102"]::after {
top: 531;
left: 425.8;
}
.pie-reverse[size="1102"] {
height: 1102;
width: 1102;
}
.pie-reverse[size="1102"]::after {
top: 531;
left: 425.8;
}
.pie[size="1103"] {
height: 1103;
width: 1103;
}
.pie[size="1103"]::after {
top: 531.5;
left: 426.2;
}
.pie-reverse[size="1103"] {
height: 1103;
width: 1103;
}
.pie-reverse[size="1103"]::after {
top: 531.5;
left: 426.2;
}
.pie[size="1104"] {
height: 1104;
width: 1104;
}
.pie[size="1104"]::after {
top: 532;
left: 426.6;
}
.pie-reverse[size="1104"] {
height: 1104;
width: 1104;
}
.pie-reverse[size="1104"]::after {
top: 532;
left: 426.6;
}
.pie[size="1105"] {
height: 1105;
width: 1105;
}
.pie[size="1105"]::after {
top: 532.5;
left: 427;
}
.pie-reverse[size="1105"] {
height: 1105;
width: 1105;
}
.pie-reverse[size="1105"]::after {
top: 532.5;
left: 427;
}
.pie[size="1106"] {
height: 1106;
width: 1106;
}
.pie[size="1106"]::after {
top: 533;
left: 427.4;
}
.pie-reverse[size="1106"] {
height: 1106;
width: 1106;
}
.pie-reverse[size="1106"]::after {
top: 533;
left: 427.4;
}
.pie[size="1107"] {
height: 1107;
width: 1107;
}
.pie[size="1107"]::after {
top: 533.5;
left: 427.8;
}
.pie-reverse[size="1107"] {
height: 1107;
width: 1107;
}
.pie-reverse[size="1107"]::after {
top: 533.5;
left: 427.8;
}
.pie[size="1108"] {
height: 1108;
width: 1108;
}
.pie[size="1108"]::after {
top: 534;
left: 428.2;
}
.pie-reverse[size="1108"] {
height: 1108;
width: 1108;
}
.pie-reverse[size="1108"]::after {
top: 534;
left: 428.2;
}
.pie[size="1109"] {
height: 1109;
width: 1109;
}
.pie[size="1109"]::after {
top: 534.5;
left: 428.6;
}
.pie-reverse[size="1109"] {
height: 1109;
width: 1109;
}
.pie-reverse[size="1109"]::after {
top: 534.5;
left: 428.6;
}
.pie[size="1110"] {
height: 1110;
width: 1110;
}
.pie[size="1110"]::after {
top: 535;
left: 429;
}
.pie-reverse[size="1110"] {
height: 1110;
width: 1110;
}
.pie-reverse[size="1110"]::after {
top: 535;
left: 429;
}
.pie[size="1111"] {
height: 1111;
width: 1111;
}
.pie[size="1111"]::after {
top: 535.5;
left: 429.4;
}
.pie-reverse[size="1111"] {
height: 1111;
width: 1111;
}
.pie-reverse[size="1111"]::after {
top: 535.5;
left: 429.4;
}
.pie[size="1112"] {
height: 1112;
width: 1112;
}
.pie[size="1112"]::after {
top: 536;
left: 429.8;
}
.pie-reverse[size="1112"] {
height: 1112;
width: 1112;
}
.pie-reverse[size="1112"]::after {
top: 536;
left: 429.8;
}
.pie[size="1113"] {
height: 1113;
width: 1113;
}
.pie[size="1113"]::after {
top: 536.5;
left: 430.2;
}
.pie-reverse[size="1113"] {
height: 1113;
width: 1113;
}
.pie-reverse[size="1113"]::after {
top: 536.5;
left: 430.2;
}
.pie[size="1114"] {
height: 1114;
width: 1114;
}
.pie[size="1114"]::after {
top: 537;
left: 430.6;
}
.pie-reverse[size="1114"] {
height: 1114;
width: 1114;
}
.pie-reverse[size="1114"]::after {
top: 537;
left: 430.6;
}
.pie[size="1115"] {
height: 1115;
width: 1115;
}
.pie[size="1115"]::after {
top: 537.5;
left: 431;
}
.pie-reverse[size="1115"] {
height: 1115;
width: 1115;
}
.pie-reverse[size="1115"]::after {
top: 537.5;
left: 431;
}
.pie[size="1116"] {
height: 1116;
width: 1116;
}
.pie[size="1116"]::after {
top: 538;
left: 431.4;
}
.pie-reverse[size="1116"] {
height: 1116;
width: 1116;
}
.pie-reverse[size="1116"]::after {
top: 538;
left: 431.4;
}
.pie[size="1117"] {
height: 1117;
width: 1117;
}
.pie[size="1117"]::after {
top: 538.5;
left: 431.8;
}
.pie-reverse[size="1117"] {
height: 1117;
width: 1117;
}
.pie-reverse[size="1117"]::after {
top: 538.5;
left: 431.8;
}
.pie[size="1118"] {
height: 1118;
width: 1118;
}
.pie[size="1118"]::after {
top: 539;
left: 432.2;
}
.pie-reverse[size="1118"] {
height: 1118;
width: 1118;
}
.pie-reverse[size="1118"]::after {
top: 539;
left: 432.2;
}
.pie[size="1119"] {
height: 1119;
width: 1119;
}
.pie[size="1119"]::after {
top: 539.5;
left: 432.6;
}
.pie-reverse[size="1119"] {
height: 1119;
width: 1119;
}
.pie-reverse[size="1119"]::after {
top: 539.5;
left: 432.6;
}
.pie[size="1120"] {
height: 1120;
width: 1120;
}
.pie[size="1120"]::after {
top: 540;
left: 433;
}
.pie-reverse[size="1120"] {
height: 1120;
width: 1120;
}
.pie-reverse[size="1120"]::after {
top: 540;
left: 433;
}
.pie[size="1121"] {
height: 1121;
width: 1121;
}
.pie[size="1121"]::after {
top: 540.5;
left: 433.4;
}
.pie-reverse[size="1121"] {
height: 1121;
width: 1121;
}
.pie-reverse[size="1121"]::after {
top: 540.5;
left: 433.4;
}
.pie[size="1122"] {
height: 1122;
width: 1122;
}
.pie[size="1122"]::after {
top: 541;
left: 433.8;
}
.pie-reverse[size="1122"] {
height: 1122;
width: 1122;
}
.pie-reverse[size="1122"]::after {
top: 541;
left: 433.8;
}
.pie[size="1123"] {
height: 1123;
width: 1123;
}
.pie[size="1123"]::after {
top: 541.5;
left: 434.2;
}
.pie-reverse[size="1123"] {
height: 1123;
width: 1123;
}
.pie-reverse[size="1123"]::after {
top: 541.5;
left: 434.2;
}
.pie[size="1124"] {
height: 1124;
width: 1124;
}
.pie[size="1124"]::after {
top: 542;
left: 434.6;
}
.pie-reverse[size="1124"] {
height: 1124;
width: 1124;
}
.pie-reverse[size="1124"]::after {
top: 542;
left: 434.6;
}
.pie[size="1125"] {
height: 1125;
width: 1125;
}
.pie[size="1125"]::after {
top: 542.5;
left: 435;
}
.pie-reverse[size="1125"] {
height: 1125;
width: 1125;
}
.pie-reverse[size="1125"]::after {
top: 542.5;
left: 435;
}
.pie[size="1126"] {
height: 1126;
width: 1126;
}
.pie[size="1126"]::after {
top: 543;
left: 435.4;
}
.pie-reverse[size="1126"] {
height: 1126;
width: 1126;
}
.pie-reverse[size="1126"]::after {
top: 543;
left: 435.4;
}
.pie[size="1127"] {
height: 1127;
width: 1127;
}
.pie[size="1127"]::after {
top: 543.5;
left: 435.8;
}
.pie-reverse[size="1127"] {
height: 1127;
width: 1127;
}
.pie-reverse[size="1127"]::after {
top: 543.5;
left: 435.8;
}
.pie[size="1128"] {
height: 1128;
width: 1128;
}
.pie[size="1128"]::after {
top: 544;
left: 436.2;
}
.pie-reverse[size="1128"] {
height: 1128;
width: 1128;
}
.pie-reverse[size="1128"]::after {
top: 544;
left: 436.2;
}
.pie[size="1129"] {
height: 1129;
width: 1129;
}
.pie[size="1129"]::after {
top: 544.5;
left: 436.6;
}
.pie-reverse[size="1129"] {
height: 1129;
width: 1129;
}
.pie-reverse[size="1129"]::after {
top: 544.5;
left: 436.6;
}
.pie[size="1130"] {
height: 1130;
width: 1130;
}
.pie[size="1130"]::after {
top: 545;
left: 437;
}
.pie-reverse[size="1130"] {
height: 1130;
width: 1130;
}
.pie-reverse[size="1130"]::after {
top: 545;
left: 437;
}
.pie[size="1131"] {
height: 1131;
width: 1131;
}
.pie[size="1131"]::after {
top: 545.5;
left: 437.4;
}
.pie-reverse[size="1131"] {
height: 1131;
width: 1131;
}
.pie-reverse[size="1131"]::after {
top: 545.5;
left: 437.4;
}
.pie[size="1132"] {
height: 1132;
width: 1132;
}
.pie[size="1132"]::after {
top: 546;
left: 437.8;
}
.pie-reverse[size="1132"] {
height: 1132;
width: 1132;
}
.pie-reverse[size="1132"]::after {
top: 546;
left: 437.8;
}
.pie[size="1133"] {
height: 1133;
width: 1133;
}
.pie[size="1133"]::after {
top: 546.5;
left: 438.2;
}
.pie-reverse[size="1133"] {
height: 1133;
width: 1133;
}
.pie-reverse[size="1133"]::after {
top: 546.5;
left: 438.2;
}
.pie[size="1134"] {
height: 1134;
width: 1134;
}
.pie[size="1134"]::after {
top: 547;
left: 438.6;
}
.pie-reverse[size="1134"] {
height: 1134;
width: 1134;
}
.pie-reverse[size="1134"]::after {
top: 547;
left: 438.6;
}
.pie[size="1135"] {
height: 1135;
width: 1135;
}
.pie[size="1135"]::after {
top: 547.5;
left: 439;
}
.pie-reverse[size="1135"] {
height: 1135;
width: 1135;
}
.pie-reverse[size="1135"]::after {
top: 547.5;
left: 439;
}
.pie[size="1136"] {
height: 1136;
width: 1136;
}
.pie[size="1136"]::after {
top: 548;
left: 439.4;
}
.pie-reverse[size="1136"] {
height: 1136;
width: 1136;
}
.pie-reverse[size="1136"]::after {
top: 548;
left: 439.4;
}
.pie[size="1137"] {
height: 1137;
width: 1137;
}
.pie[size="1137"]::after {
top: 548.5;
left: 439.8;
}
.pie-reverse[size="1137"] {
height: 1137;
width: 1137;
}
.pie-reverse[size="1137"]::after {
top: 548.5;
left: 439.8;
}
.pie[size="1138"] {
height: 1138;
width: 1138;
}
.pie[size="1138"]::after {
top: 549;
left: 440.2;
}
.pie-reverse[size="1138"] {
height: 1138;
width: 1138;
}
.pie-reverse[size="1138"]::after {
top: 549;
left: 440.2;
}
.pie[size="1139"] {
height: 1139;
width: 1139;
}
.pie[size="1139"]::after {
top: 549.5;
left: 440.6;
}
.pie-reverse[size="1139"] {
height: 1139;
width: 1139;
}
.pie-reverse[size="1139"]::after {
top: 549.5;
left: 440.6;
}
.pie[size="1140"] {
height: 1140;
width: 1140;
}
.pie[size="1140"]::after {
top: 550;
left: 441;
}
.pie-reverse[size="1140"] {
height: 1140;
width: 1140;
}
.pie-reverse[size="1140"]::after {
top: 550;
left: 441;
}
.pie[size="1141"] {
height: 1141;
width: 1141;
}
.pie[size="1141"]::after {
top: 550.5;
left: 441.4;
}
.pie-reverse[size="1141"] {
height: 1141;
width: 1141;
}
.pie-reverse[size="1141"]::after {
top: 550.5;
left: 441.4;
}
.pie[size="1142"] {
height: 1142;
width: 1142;
}
.pie[size="1142"]::after {
top: 551;
left: 441.8;
}
.pie-reverse[size="1142"] {
height: 1142;
width: 1142;
}
.pie-reverse[size="1142"]::after {
top: 551;
left: 441.8;
}
.pie[size="1143"] {
height: 1143;
width: 1143;
}
.pie[size="1143"]::after {
top: 551.5;
left: 442.2;
}
.pie-reverse[size="1143"] {
height: 1143;
width: 1143;
}
.pie-reverse[size="1143"]::after {
top: 551.5;
left: 442.2;
}
.pie[size="1144"] {
height: 1144;
width: 1144;
}
.pie[size="1144"]::after {
top: 552;
left: 442.6;
}
.pie-reverse[size="1144"] {
height: 1144;
width: 1144;
}
.pie-reverse[size="1144"]::after {
top: 552;
left: 442.6;
}
.pie[size="1145"] {
height: 1145;
width: 1145;
}
.pie[size="1145"]::after {
top: 552.5;
left: 443;
}
.pie-reverse[size="1145"] {
height: 1145;
width: 1145;
}
.pie-reverse[size="1145"]::after {
top: 552.5;
left: 443;
}
.pie[size="1146"] {
height: 1146;
width: 1146;
}
.pie[size="1146"]::after {
top: 553;
left: 443.4;
}
.pie-reverse[size="1146"] {
height: 1146;
width: 1146;
}
.pie-reverse[size="1146"]::after {
top: 553;
left: 443.4;
}
.pie[size="1147"] {
height: 1147;
width: 1147;
}
.pie[size="1147"]::after {
top: 553.5;
left: 443.8;
}
.pie-reverse[size="1147"] {
height: 1147;
width: 1147;
}
.pie-reverse[size="1147"]::after {
top: 553.5;
left: 443.8;
}
.pie[size="1148"] {
height: 1148;
width: 1148;
}
.pie[size="1148"]::after {
top: 554;
left: 444.2;
}
.pie-reverse[size="1148"] {
height: 1148;
width: 1148;
}
.pie-reverse[size="1148"]::after {
top: 554;
left: 444.2;
}
.pie[size="1149"] {
height: 1149;
width: 1149;
}
.pie[size="1149"]::after {
top: 554.5;
left: 444.6;
}
.pie-reverse[size="1149"] {
height: 1149;
width: 1149;
}
.pie-reverse[size="1149"]::after {
top: 554.5;
left: 444.6;
}
.pie[size="1150"] {
height: 1150;
width: 1150;
}
.pie[size="1150"]::after {
top: 555;
left: 445;
}
.pie-reverse[size="1150"] {
height: 1150;
width: 1150;
}
.pie-reverse[size="1150"]::after {
top: 555;
left: 445;
}
.pie[size="1151"] {
height: 1151;
width: 1151;
}
.pie[size="1151"]::after {
top: 555.5;
left: 445.4;
}
.pie-reverse[size="1151"] {
height: 1151;
width: 1151;
}
.pie-reverse[size="1151"]::after {
top: 555.5;
left: 445.4;
}
.pie[size="1152"] {
height: 1152;
width: 1152;
}
.pie[size="1152"]::after {
top: 556;
left: 445.8;
}
.pie-reverse[size="1152"] {
height: 1152;
width: 1152;
}
.pie-reverse[size="1152"]::after {
top: 556;
left: 445.8;
}
.pie[size="1153"] {
height: 1153;
width: 1153;
}
.pie[size="1153"]::after {
top: 556.5;
left: 446.2;
}
.pie-reverse[size="1153"] {
height: 1153;
width: 1153;
}
.pie-reverse[size="1153"]::after {
top: 556.5;
left: 446.2;
}
.pie[size="1154"] {
height: 1154;
width: 1154;
}
.pie[size="1154"]::after {
top: 557;
left: 446.6;
}
.pie-reverse[size="1154"] {
height: 1154;
width: 1154;
}
.pie-reverse[size="1154"]::after {
top: 557;
left: 446.6;
}
.pie[size="1155"] {
height: 1155;
width: 1155;
}
.pie[size="1155"]::after {
top: 557.5;
left: 447;
}
.pie-reverse[size="1155"] {
height: 1155;
width: 1155;
}
.pie-reverse[size="1155"]::after {
top: 557.5;
left: 447;
}
.pie[size="1156"] {
height: 1156;
width: 1156;
}
.pie[size="1156"]::after {
top: 558;
left: 447.4;
}
.pie-reverse[size="1156"] {
height: 1156;
width: 1156;
}
.pie-reverse[size="1156"]::after {
top: 558;
left: 447.4;
}
.pie[size="1157"] {
height: 1157;
width: 1157;
}
.pie[size="1157"]::after {
top: 558.5;
left: 447.8;
}
.pie-reverse[size="1157"] {
height: 1157;
width: 1157;
}
.pie-reverse[size="1157"]::after {
top: 558.5;
left: 447.8;
}
.pie[size="1158"] {
height: 1158;
width: 1158;
}
.pie[size="1158"]::after {
top: 559;
left: 448.2;
}
.pie-reverse[size="1158"] {
height: 1158;
width: 1158;
}
.pie-reverse[size="1158"]::after {
top: 559;
left: 448.2;
}
.pie[size="1159"] {
height: 1159;
width: 1159;
}
.pie[size="1159"]::after {
top: 559.5;
left: 448.6;
}
.pie-reverse[size="1159"] {
height: 1159;
width: 1159;
}
.pie-reverse[size="1159"]::after {
top: 559.5;
left: 448.6;
}
.pie[size="1160"] {
height: 1160;
width: 1160;
}
.pie[size="1160"]::after {
top: 560;
left: 449;
}
.pie-reverse[size="1160"] {
height: 1160;
width: 1160;
}
.pie-reverse[size="1160"]::after {
top: 560;
left: 449;
}
.pie[size="1161"] {
height: 1161;
width: 1161;
}
.pie[size="1161"]::after {
top: 560.5;
left: 449.4;
}
.pie-reverse[size="1161"] {
height: 1161;
width: 1161;
}
.pie-reverse[size="1161"]::after {
top: 560.5;
left: 449.4;
}
.pie[size="1162"] {
height: 1162;
width: 1162;
}
.pie[size="1162"]::after {
top: 561;
left: 449.8;
}
.pie-reverse[size="1162"] {
height: 1162;
width: 1162;
}
.pie-reverse[size="1162"]::after {
top: 561;
left: 449.8;
}
.pie[size="1163"] {
height: 1163;
width: 1163;
}
.pie[size="1163"]::after {
top: 561.5;
left: 450.2;
}
.pie-reverse[size="1163"] {
height: 1163;
width: 1163;
}
.pie-reverse[size="1163"]::after {
top: 561.5;
left: 450.2;
}
.pie[size="1164"] {
height: 1164;
width: 1164;
}
.pie[size="1164"]::after {
top: 562;
left: 450.6;
}
.pie-reverse[size="1164"] {
height: 1164;
width: 1164;
}
.pie-reverse[size="1164"]::after {
top: 562;
left: 450.6;
}
.pie[size="1165"] {
height: 1165;
width: 1165;
}
.pie[size="1165"]::after {
top: 562.5;
left: 451;
}
.pie-reverse[size="1165"] {
height: 1165;
width: 1165;
}
.pie-reverse[size="1165"]::after {
top: 562.5;
left: 451;
}
.pie[size="1166"] {
height: 1166;
width: 1166;
}
.pie[size="1166"]::after {
top: 563;
left: 451.4;
}
.pie-reverse[size="1166"] {
height: 1166;
width: 1166;
}
.pie-reverse[size="1166"]::after {
top: 563;
left: 451.4;
}
.pie[size="1167"] {
height: 1167;
width: 1167;
}
.pie[size="1167"]::after {
top: 563.5;
left: 451.8;
}
.pie-reverse[size="1167"] {
height: 1167;
width: 1167;
}
.pie-reverse[size="1167"]::after {
top: 563.5;
left: 451.8;
}
.pie[size="1168"] {
height: 1168;
width: 1168;
}
.pie[size="1168"]::after {
top: 564;
left: 452.2;
}
.pie-reverse[size="1168"] {
height: 1168;
width: 1168;
}
.pie-reverse[size="1168"]::after {
top: 564;
left: 452.2;
}
.pie[size="1169"] {
height: 1169;
width: 1169;
}
.pie[size="1169"]::after {
top: 564.5;
left: 452.6;
}
.pie-reverse[size="1169"] {
height: 1169;
width: 1169;
}
.pie-reverse[size="1169"]::after {
top: 564.5;
left: 452.6;
}
.pie[size="1170"] {
height: 1170;
width: 1170;
}
.pie[size="1170"]::after {
top: 565;
left: 453;
}
.pie-reverse[size="1170"] {
height: 1170;
width: 1170;
}
.pie-reverse[size="1170"]::after {
top: 565;
left: 453;
}
.pie[size="1171"] {
height: 1171;
width: 1171;
}
.pie[size="1171"]::after {
top: 565.5;
left: 453.4;
}
.pie-reverse[size="1171"] {
height: 1171;
width: 1171;
}
.pie-reverse[size="1171"]::after {
top: 565.5;
left: 453.4;
}
.pie[size="1172"] {
height: 1172;
width: 1172;
}
.pie[size="1172"]::after {
top: 566;
left: 453.8;
}
.pie-reverse[size="1172"] {
height: 1172;
width: 1172;
}
.pie-reverse[size="1172"]::after {
top: 566;
left: 453.8;
}
.pie[size="1173"] {
height: 1173;
width: 1173;
}
.pie[size="1173"]::after {
top: 566.5;
left: 454.2;
}
.pie-reverse[size="1173"] {
height: 1173;
width: 1173;
}
.pie-reverse[size="1173"]::after {
top: 566.5;
left: 454.2;
}
.pie[size="1174"] {
height: 1174;
width: 1174;
}
.pie[size="1174"]::after {
top: 567;
left: 454.6;
}
.pie-reverse[size="1174"] {
height: 1174;
width: 1174;
}
.pie-reverse[size="1174"]::after {
top: 567;
left: 454.6;
}
.pie[size="1175"] {
height: 1175;
width: 1175;
}
.pie[size="1175"]::after {
top: 567.5;
left: 455;
}
.pie-reverse[size="1175"] {
height: 1175;
width: 1175;
}
.pie-reverse[size="1175"]::after {
top: 567.5;
left: 455;
}
.pie[size="1176"] {
height: 1176;
width: 1176;
}
.pie[size="1176"]::after {
top: 568;
left: 455.4;
}
.pie-reverse[size="1176"] {
height: 1176;
width: 1176;
}
.pie-reverse[size="1176"]::after {
top: 568;
left: 455.4;
}
.pie[size="1177"] {
height: 1177;
width: 1177;
}
.pie[size="1177"]::after {
top: 568.5;
left: 455.8;
}
.pie-reverse[size="1177"] {
height: 1177;
width: 1177;
}
.pie-reverse[size="1177"]::after {
top: 568.5;
left: 455.8;
}
.pie[size="1178"] {
height: 1178;
width: 1178;
}
.pie[size="1178"]::after {
top: 569;
left: 456.2;
}
.pie-reverse[size="1178"] {
height: 1178;
width: 1178;
}
.pie-reverse[size="1178"]::after {
top: 569;
left: 456.2;
}
.pie[size="1179"] {
height: 1179;
width: 1179;
}
.pie[size="1179"]::after {
top: 569.5;
left: 456.6;
}
.pie-reverse[size="1179"] {
height: 1179;
width: 1179;
}
.pie-reverse[size="1179"]::after {
top: 569.5;
left: 456.6;
}
.pie[size="1180"] {
height: 1180;
width: 1180;
}
.pie[size="1180"]::after {
top: 570;
left: 457;
}
.pie-reverse[size="1180"] {
height: 1180;
width: 1180;
}
.pie-reverse[size="1180"]::after {
top: 570;
left: 457;
}
.pie[size="1181"] {
height: 1181;
width: 1181;
}
.pie[size="1181"]::after {
top: 570.5;
left: 457.4;
}
.pie-reverse[size="1181"] {
height: 1181;
width: 1181;
}
.pie-reverse[size="1181"]::after {
top: 570.5;
left: 457.4;
}
.pie[size="1182"] {
height: 1182;
width: 1182;
}
.pie[size="1182"]::after {
top: 571;
left: 457.8;
}
.pie-reverse[size="1182"] {
height: 1182;
width: 1182;
}
.pie-reverse[size="1182"]::after {
top: 571;
left: 457.8;
}
.pie[size="1183"] {
height: 1183;
width: 1183;
}
.pie[size="1183"]::after {
top: 571.5;
left: 458.2;
}
.pie-reverse[size="1183"] {
height: 1183;
width: 1183;
}
.pie-reverse[size="1183"]::after {
top: 571.5;
left: 458.2;
}
.pie[size="1184"] {
height: 1184;
width: 1184;
}
.pie[size="1184"]::after {
top: 572;
left: 458.6;
}
.pie-reverse[size="1184"] {
height: 1184;
width: 1184;
}
.pie-reverse[size="1184"]::after {
top: 572;
left: 458.6;
}
.pie[size="1185"] {
height: 1185;
width: 1185;
}
.pie[size="1185"]::after {
top: 572.5;
left: 459;
}
.pie-reverse[size="1185"] {
height: 1185;
width: 1185;
}
.pie-reverse[size="1185"]::after {
top: 572.5;
left: 459;
}
.pie[size="1186"] {
height: 1186;
width: 1186;
}
.pie[size="1186"]::after {
top: 573;
left: 459.4;
}
.pie-reverse[size="1186"] {
height: 1186;
width: 1186;
}
.pie-reverse[size="1186"]::after {
top: 573;
left: 459.4;
}
.pie[size="1187"] {
height: 1187;
width: 1187;
}
.pie[size="1187"]::after {
top: 573.5;
left: 459.8;
}
.pie-reverse[size="1187"] {
height: 1187;
width: 1187;
}
.pie-reverse[size="1187"]::after {
top: 573.5;
left: 459.8;
}
.pie[size="1188"] {
height: 1188;
width: 1188;
}
.pie[size="1188"]::after {
top: 574;
left: 460.2;
}
.pie-reverse[size="1188"] {
height: 1188;
width: 1188;
}
.pie-reverse[size="1188"]::after {
top: 574;
left: 460.2;
}
.pie[size="1189"] {
height: 1189;
width: 1189;
}
.pie[size="1189"]::after {
top: 574.5;
left: 460.6;
}
.pie-reverse[size="1189"] {
height: 1189;
width: 1189;
}
.pie-reverse[size="1189"]::after {
top: 574.5;
left: 460.6;
}
.pie[size="1190"] {
height: 1190;
width: 1190;
}
.pie[size="1190"]::after {
top: 575;
left: 461;
}
.pie-reverse[size="1190"] {
height: 1190;
width: 1190;
}
.pie-reverse[size="1190"]::after {
top: 575;
left: 461;
}
.pie[size="1191"] {
height: 1191;
width: 1191;
}
.pie[size="1191"]::after {
top: 575.5;
left: 461.4;
}
.pie-reverse[size="1191"] {
height: 1191;
width: 1191;
}
.pie-reverse[size="1191"]::after {
top: 575.5;
left: 461.4;
}
.pie[size="1192"] {
height: 1192;
width: 1192;
}
.pie[size="1192"]::after {
top: 576;
left: 461.8;
}
.pie-reverse[size="1192"] {
height: 1192;
width: 1192;
}
.pie-reverse[size="1192"]::after {
top: 576;
left: 461.8;
}
.pie[size="1193"] {
height: 1193;
width: 1193;
}
.pie[size="1193"]::after {
top: 576.5;
left: 462.2;
}
.pie-reverse[size="1193"] {
height: 1193;
width: 1193;
}
.pie-reverse[size="1193"]::after {
top: 576.5;
left: 462.2;
}
.pie[size="1194"] {
height: 1194;
width: 1194;
}
.pie[size="1194"]::after {
top: 577;
left: 462.6;
}
.pie-reverse[size="1194"] {
height: 1194;
width: 1194;
}
.pie-reverse[size="1194"]::after {
top: 577;
left: 462.6;
}
.pie[size="1195"] {
height: 1195;
width: 1195;
}
.pie[size="1195"]::after {
top: 577.5;
left: 463;
}
.pie-reverse[size="1195"] {
height: 1195;
width: 1195;
}
.pie-reverse[size="1195"]::after {
top: 577.5;
left: 463;
}
.pie[size="1196"] {
height: 1196;
width: 1196;
}
.pie[size="1196"]::after {
top: 578;
left: 463.4;
}
.pie-reverse[size="1196"] {
height: 1196;
width: 1196;
}
.pie-reverse[size="1196"]::after {
top: 578;
left: 463.4;
}
.pie[size="1197"] {
height: 1197;
width: 1197;
}
.pie[size="1197"]::after {
top: 578.5;
left: 463.8;
}
.pie-reverse[size="1197"] {
height: 1197;
width: 1197;
}
.pie-reverse[size="1197"]::after {
top: 578.5;
left: 463.8;
}
.pie[size="1198"] {
height: 1198;
width: 1198;
}
.pie[size="1198"]::after {
top: 579;
left: 464.2;
}
.pie-reverse[size="1198"] {
height: 1198;
width: 1198;
}
.pie-reverse[size="1198"]::after {
top: 579;
left: 464.2;
}
.pie[size="1199"] {
height: 1199;
width: 1199;
}
.pie[size="1199"]::after {
top: 579.5;
left: 464.6;
}
.pie-reverse[size="1199"] {
height: 1199;
width: 1199;
}
.pie-reverse[size="1199"]::after {
top: 579.5;
left: 464.6;
}
.pie[size="1200"] {
height: 1200;
width: 1200;
}
.pie[size="1200"]::after {
top: 580;
left: 465;
}
.pie-reverse[size="1200"] {
height: 1200;
width: 1200;
}
.pie-reverse[size="1200"]::after {
top: 580;
left: 465;
}
.pie[size="1201"] {
height: 1201;
width: 1201;
}
.pie[size="1201"]::after {
top: 580.5;
left: 465.4;
}
.pie-reverse[size="1201"] {
height: 1201;
width: 1201;
}
.pie-reverse[size="1201"]::after {
top: 580.5;
left: 465.4;
}
.pie[size="1202"] {
height: 1202;
width: 1202;
}
.pie[size="1202"]::after {
top: 581;
left: 465.8;
}
.pie-reverse[size="1202"] {
height: 1202;
width: 1202;
}
.pie-reverse[size="1202"]::after {
top: 581;
left: 465.8;
}
.pie[size="1203"] {
height: 1203;
width: 1203;
}
.pie[size="1203"]::after {
top: 581.5;
left: 466.2;
}
.pie-reverse[size="1203"] {
height: 1203;
width: 1203;
}
.pie-reverse[size="1203"]::after {
top: 581.5;
left: 466.2;
}
.pie[size="1204"] {
height: 1204;
width: 1204;
}
.pie[size="1204"]::after {
top: 582;
left: 466.6;
}
.pie-reverse[size="1204"] {
height: 1204;
width: 1204;
}
.pie-reverse[size="1204"]::after {
top: 582;
left: 466.6;
}
.pie[size="1205"] {
height: 1205;
width: 1205;
}
.pie[size="1205"]::after {
top: 582.5;
left: 467;
}
.pie-reverse[size="1205"] {
height: 1205;
width: 1205;
}
.pie-reverse[size="1205"]::after {
top: 582.5;
left: 467;
}
.pie[size="1206"] {
height: 1206;
width: 1206;
}
.pie[size="1206"]::after {
top: 583;
left: 467.4;
}
.pie-reverse[size="1206"] {
height: 1206;
width: 1206;
}
.pie-reverse[size="1206"]::after {
top: 583;
left: 467.4;
}
.pie[size="1207"] {
height: 1207;
width: 1207;
}
.pie[size="1207"]::after {
top: 583.5;
left: 467.8;
}
.pie-reverse[size="1207"] {
height: 1207;
width: 1207;
}
.pie-reverse[size="1207"]::after {
top: 583.5;
left: 467.8;
}
.pie[size="1208"] {
height: 1208;
width: 1208;
}
.pie[size="1208"]::after {
top: 584;
left: 468.2;
}
.pie-reverse[size="1208"] {
height: 1208;
width: 1208;
}
.pie-reverse[size="1208"]::after {
top: 584;
left: 468.2;
}
.pie[size="1209"] {
height: 1209;
width: 1209;
}
.pie[size="1209"]::after {
top: 584.5;
left: 468.6;
}
.pie-reverse[size="1209"] {
height: 1209;
width: 1209;
}
.pie-reverse[size="1209"]::after {
top: 584.5;
left: 468.6;
}
.pie[size="1210"] {
height: 1210;
width: 1210;
}
.pie[size="1210"]::after {
top: 585;
left: 469;
}
.pie-reverse[size="1210"] {
height: 1210;
width: 1210;
}
.pie-reverse[size="1210"]::after {
top: 585;
left: 469;
}
.pie[size="1211"] {
height: 1211;
width: 1211;
}
.pie[size="1211"]::after {
top: 585.5;
left: 469.4;
}
.pie-reverse[size="1211"] {
height: 1211;
width: 1211;
}
.pie-reverse[size="1211"]::after {
top: 585.5;
left: 469.4;
}
.pie[size="1212"] {
height: 1212;
width: 1212;
}
.pie[size="1212"]::after {
top: 586;
left: 469.8;
}
.pie-reverse[size="1212"] {
height: 1212;
width: 1212;
}
.pie-reverse[size="1212"]::after {
top: 586;
left: 469.8;
}
.pie[size="1213"] {
height: 1213;
width: 1213;
}
.pie[size="1213"]::after {
top: 586.5;
left: 470.2;
}
.pie-reverse[size="1213"] {
height: 1213;
width: 1213;
}
.pie-reverse[size="1213"]::after {
top: 586.5;
left: 470.2;
}
.pie[size="1214"] {
height: 1214;
width: 1214;
}
.pie[size="1214"]::after {
top: 587;
left: 470.6;
}
.pie-reverse[size="1214"] {
height: 1214;
width: 1214;
}
.pie-reverse[size="1214"]::after {
top: 587;
left: 470.6;
}
.pie[size="1215"] {
height: 1215;
width: 1215;
}
.pie[size="1215"]::after {
top: 587.5;
left: 471;
}
.pie-reverse[size="1215"] {
height: 1215;
width: 1215;
}
.pie-reverse[size="1215"]::after {
top: 587.5;
left: 471;
}
.pie[size="1216"] {
height: 1216;
width: 1216;
}
.pie[size="1216"]::after {
top: 588;
left: 471.4;
}
.pie-reverse[size="1216"] {
height: 1216;
width: 1216;
}
.pie-reverse[size="1216"]::after {
top: 588;
left: 471.4;
}
.pie[size="1217"] {
height: 1217;
width: 1217;
}
.pie[size="1217"]::after {
top: 588.5;
left: 471.8;
}
.pie-reverse[size="1217"] {
height: 1217;
width: 1217;
}
.pie-reverse[size="1217"]::after {
top: 588.5;
left: 471.8;
}
.pie[size="1218"] {
height: 1218;
width: 1218;
}
.pie[size="1218"]::after {
top: 589;
left: 472.2;
}
.pie-reverse[size="1218"] {
height: 1218;
width: 1218;
}
.pie-reverse[size="1218"]::after {
top: 589;
left: 472.2;
}
.pie[size="1219"] {
height: 1219;
width: 1219;
}
.pie[size="1219"]::after {
top: 589.5;
left: 472.6;
}
.pie-reverse[size="1219"] {
height: 1219;
width: 1219;
}
.pie-reverse[size="1219"]::after {
top: 589.5;
left: 472.6;
}
.pie[size="1220"] {
height: 1220;
width: 1220;
}
.pie[size="1220"]::after {
top: 590;
left: 473;
}
.pie-reverse[size="1220"] {
height: 1220;
width: 1220;
}
.pie-reverse[size="1220"]::after {
top: 590;
left: 473;
}
.pie[size="1221"] {
height: 1221;
width: 1221;
}
.pie[size="1221"]::after {
top: 590.5;
left: 473.4;
}
.pie-reverse[size="1221"] {
height: 1221;
width: 1221;
}
.pie-reverse[size="1221"]::after {
top: 590.5;
left: 473.4;
}
.pie[size="1222"] {
height: 1222;
width: 1222;
}
.pie[size="1222"]::after {
top: 591;
left: 473.8;
}
.pie-reverse[size="1222"] {
height: 1222;
width: 1222;
}
.pie-reverse[size="1222"]::after {
top: 591;
left: 473.8;
}
.pie[size="1223"] {
height: 1223;
width: 1223;
}
.pie[size="1223"]::after {
top: 591.5;
left: 474.2;
}
.pie-reverse[size="1223"] {
height: 1223;
width: 1223;
}
.pie-reverse[size="1223"]::after {
top: 591.5;
left: 474.2;
}
.pie[size="1224"] {
height: 1224;
width: 1224;
}
.pie[size="1224"]::after {
top: 592;
left: 474.6;
}
.pie-reverse[size="1224"] {
height: 1224;
width: 1224;
}
.pie-reverse[size="1224"]::after {
top: 592;
left: 474.6;
}
.pie[size="1225"] {
height: 1225;
width: 1225;
}
.pie[size="1225"]::after {
top: 592.5;
left: 475;
}
.pie-reverse[size="1225"] {
height: 1225;
width: 1225;
}
.pie-reverse[size="1225"]::after {
top: 592.5;
left: 475;
}
.pie[size="1226"] {
height: 1226;
width: 1226;
}
.pie[size="1226"]::after {
top: 593;
left: 475.4;
}
.pie-reverse[size="1226"] {
height: 1226;
width: 1226;
}
.pie-reverse[size="1226"]::after {
top: 593;
left: 475.4;
}
.pie[size="1227"] {
height: 1227;
width: 1227;
}
.pie[size="1227"]::after {
top: 593.5;
left: 475.8;
}
.pie-reverse[size="1227"] {
height: 1227;
width: 1227;
}
.pie-reverse[size="1227"]::after {
top: 593.5;
left: 475.8;
}
.pie[size="1228"] {
height: 1228;
width: 1228;
}
.pie[size="1228"]::after {
top: 594;
left: 476.2;
}
.pie-reverse[size="1228"] {
height: 1228;
width: 1228;
}
.pie-reverse[size="1228"]::after {
top: 594;
left: 476.2;
}
.pie[size="1229"] {
height: 1229;
width: 1229;
}
.pie[size="1229"]::after {
top: 594.5;
left: 476.6;
}
.pie-reverse[size="1229"] {
height: 1229;
width: 1229;
}
.pie-reverse[size="1229"]::after {
top: 594.5;
left: 476.6;
}
.pie[size="1230"] {
height: 1230;
width: 1230;
}
.pie[size="1230"]::after {
top: 595;
left: 477;
}
.pie-reverse[size="1230"] {
height: 1230;
width: 1230;
}
.pie-reverse[size="1230"]::after {
top: 595;
left: 477;
}
.pie[size="1231"] {
height: 1231;
width: 1231;
}
.pie[size="1231"]::after {
top: 595.5;
left: 477.4;
}
.pie-reverse[size="1231"] {
height: 1231;
width: 1231;
}
.pie-reverse[size="1231"]::after {
top: 595.5;
left: 477.4;
}
.pie[size="1232"] {
height: 1232;
width: 1232;
}
.pie[size="1232"]::after {
top: 596;
left: 477.8;
}
.pie-reverse[size="1232"] {
height: 1232;
width: 1232;
}
.pie-reverse[size="1232"]::after {
top: 596;
left: 477.8;
}
.pie[size="1233"] {
height: 1233;
width: 1233;
}
.pie[size="1233"]::after {
top: 596.5;
left: 478.2;
}
.pie-reverse[size="1233"] {
height: 1233;
width: 1233;
}
.pie-reverse[size="1233"]::after {
top: 596.5;
left: 478.2;
}
.pie[size="1234"] {
height: 1234;
width: 1234;
}
.pie[size="1234"]::after {
top: 597;
left: 478.6;
}
.pie-reverse[size="1234"] {
height: 1234;
width: 1234;
}
.pie-reverse[size="1234"]::after {
top: 597;
left: 478.6;
}
.pie[size="1235"] {
height: 1235;
width: 1235;
}
.pie[size="1235"]::after {
top: 597.5;
left: 479;
}
.pie-reverse[size="1235"] {
height: 1235;
width: 1235;
}
.pie-reverse[size="1235"]::after {
top: 597.5;
left: 479;
}
.pie[size="1236"] {
height: 1236;
width: 1236;
}
.pie[size="1236"]::after {
top: 598;
left: 479.4;
}
.pie-reverse[size="1236"] {
height: 1236;
width: 1236;
}
.pie-reverse[size="1236"]::after {
top: 598;
left: 479.4;
}
.pie[size="1237"] {
height: 1237;
width: 1237;
}
.pie[size="1237"]::after {
top: 598.5;
left: 479.8;
}
.pie-reverse[size="1237"] {
height: 1237;
width: 1237;
}
.pie-reverse[size="1237"]::after {
top: 598.5;
left: 479.8;
}
.pie[size="1238"] {
height: 1238;
width: 1238;
}
.pie[size="1238"]::after {
top: 599;
left: 480.2;
}
.pie-reverse[size="1238"] {
height: 1238;
width: 1238;
}
.pie-reverse[size="1238"]::after {
top: 599;
left: 480.2;
}
.pie[size="1239"] {
height: 1239;
width: 1239;
}
.pie[size="1239"]::after {
top: 599.5;
left: 480.6;
}
.pie-reverse[size="1239"] {
height: 1239;
width: 1239;
}
.pie-reverse[size="1239"]::after {
top: 599.5;
left: 480.6;
}
.pie[size="1240"] {
height: 1240;
width: 1240;
}
.pie[size="1240"]::after {
top: 600;
left: 481;
}
.pie-reverse[size="1240"] {
height: 1240;
width: 1240;
}
.pie-reverse[size="1240"]::after {
top: 600;
left: 481;
}
.pie[size="1241"] {
height: 1241;
width: 1241;
}
.pie[size="1241"]::after {
top: 600.5;
left: 481.4;
}
.pie-reverse[size="1241"] {
height: 1241;
width: 1241;
}
.pie-reverse[size="1241"]::after {
top: 600.5;
left: 481.4;
}
.pie[size="1242"] {
height: 1242;
width: 1242;
}
.pie[size="1242"]::after {
top: 601;
left: 481.8;
}
.pie-reverse[size="1242"] {
height: 1242;
width: 1242;
}
.pie-reverse[size="1242"]::after {
top: 601;
left: 481.8;
}
.pie[size="1243"] {
height: 1243;
width: 1243;
}
.pie[size="1243"]::after {
top: 601.5;
left: 482.2;
}
.pie-reverse[size="1243"] {
height: 1243;
width: 1243;
}
.pie-reverse[size="1243"]::after {
top: 601.5;
left: 482.2;
}
.pie[size="1244"] {
height: 1244;
width: 1244;
}
.pie[size="1244"]::after {
top: 602;
left: 482.6;
}
.pie-reverse[size="1244"] {
height: 1244;
width: 1244;
}
.pie-reverse[size="1244"]::after {
top: 602;
left: 482.6;
}
.pie[size="1245"] {
height: 1245;
width: 1245;
}
.pie[size="1245"]::after {
top: 602.5;
left: 483;
}
.pie-reverse[size="1245"] {
height: 1245;
width: 1245;
}
.pie-reverse[size="1245"]::after {
top: 602.5;
left: 483;
}
.pie[size="1246"] {
height: 1246;
width: 1246;
}
.pie[size="1246"]::after {
top: 603;
left: 483.4;
}
.pie-reverse[size="1246"] {
height: 1246;
width: 1246;
}
.pie-reverse[size="1246"]::after {
top: 603;
left: 483.4;
}
.pie[size="1247"] {
height: 1247;
width: 1247;
}
.pie[size="1247"]::after {
top: 603.5;
left: 483.8;
}
.pie-reverse[size="1247"] {
height: 1247;
width: 1247;
}
.pie-reverse[size="1247"]::after {
top: 603.5;
left: 483.8;
}
.pie[size="1248"] {
height: 1248;
width: 1248;
}
.pie[size="1248"]::after {
top: 604;
left: 484.2;
}
.pie-reverse[size="1248"] {
height: 1248;
width: 1248;
}
.pie-reverse[size="1248"]::after {
top: 604;
left: 484.2;
}
.pie[size="1249"] {
height: 1249;
width: 1249;
}
.pie[size="1249"]::after {
top: 604.5;
left: 484.6;
}
.pie-reverse[size="1249"] {
height: 1249;
width: 1249;
}
.pie-reverse[size="1249"]::after {
top: 604.5;
left: 484.6;
}
.pie[size="1250"] {
height: 1250;
width: 1250;
}
.pie[size="1250"]::after {
top: 605;
left: 485;
}
.pie-reverse[size="1250"] {
height: 1250;
width: 1250;
}
.pie-reverse[size="1250"]::after {
top: 605;
left: 485;
}
.pie[size="1251"] {
height: 1251;
width: 1251;
}
.pie[size="1251"]::after {
top: 605.5;
left: 485.4;
}
.pie-reverse[size="1251"] {
height: 1251;
width: 1251;
}
.pie-reverse[size="1251"]::after {
top: 605.5;
left: 485.4;
}
.pie[size="1252"] {
height: 1252;
width: 1252;
}
.pie[size="1252"]::after {
top: 606;
left: 485.8;
}
.pie-reverse[size="1252"] {
height: 1252;
width: 1252;
}
.pie-reverse[size="1252"]::after {
top: 606;
left: 485.8;
}
.pie[size="1253"] {
height: 1253;
width: 1253;
}
.pie[size="1253"]::after {
top: 606.5;
left: 486.2;
}
.pie-reverse[size="1253"] {
height: 1253;
width: 1253;
}
.pie-reverse[size="1253"]::after {
top: 606.5;
left: 486.2;
}
.pie[size="1254"] {
height: 1254;
width: 1254;
}
.pie[size="1254"]::after {
top: 607;
left: 486.6;
}
.pie-reverse[size="1254"] {
height: 1254;
width: 1254;
}
.pie-reverse[size="1254"]::after {
top: 607;
left: 486.6;
}
.pie[size="1255"] {
height: 1255;
width: 1255;
}
.pie[size="1255"]::after {
top: 607.5;
left: 487;
}
.pie-reverse[size="1255"] {
height: 1255;
width: 1255;
}
.pie-reverse[size="1255"]::after {
top: 607.5;
left: 487;
}
.pie[size="1256"] {
height: 1256;
width: 1256;
}
.pie[size="1256"]::after {
top: 608;
left: 487.4;
}
.pie-reverse[size="1256"] {
height: 1256;
width: 1256;
}
.pie-reverse[size="1256"]::after {
top: 608;
left: 487.4;
}
.pie[size="1257"] {
height: 1257;
width: 1257;
}
.pie[size="1257"]::after {
top: 608.5;
left: 487.8;
}
.pie-reverse[size="1257"] {
height: 1257;
width: 1257;
}
.pie-reverse[size="1257"]::after {
top: 608.5;
left: 487.8;
}
.pie[size="1258"] {
height: 1258;
width: 1258;
}
.pie[size="1258"]::after {
top: 609;
left: 488.2;
}
.pie-reverse[size="1258"] {
height: 1258;
width: 1258;
}
.pie-reverse[size="1258"]::after {
top: 609;
left: 488.2;
}
.pie[size="1259"] {
height: 1259;
width: 1259;
}
.pie[size="1259"]::after {
top: 609.5;
left: 488.6;
}
.pie-reverse[size="1259"] {
height: 1259;
width: 1259;
}
.pie-reverse[size="1259"]::after {
top: 609.5;
left: 488.6;
}
.pie[size="1260"] {
height: 1260;
width: 1260;
}
.pie[size="1260"]::after {
top: 610;
left: 489;
}
.pie-reverse[size="1260"] {
height: 1260;
width: 1260;
}
.pie-reverse[size="1260"]::after {
top: 610;
left: 489;
}
.pie[size="1261"] {
height: 1261;
width: 1261;
}
.pie[size="1261"]::after {
top: 610.5;
left: 489.4;
}
.pie-reverse[size="1261"] {
height: 1261;
width: 1261;
}
.pie-reverse[size="1261"]::after {
top: 610.5;
left: 489.4;
}
.pie[size="1262"] {
height: 1262;
width: 1262;
}
.pie[size="1262"]::after {
top: 611;
left: 489.8;
}
.pie-reverse[size="1262"] {
height: 1262;
width: 1262;
}
.pie-reverse[size="1262"]::after {
top: 611;
left: 489.8;
}
.pie[size="1263"] {
height: 1263;
width: 1263;
}
.pie[size="1263"]::after {
top: 611.5;
left: 490.2;
}
.pie-reverse[size="1263"] {
height: 1263;
width: 1263;
}
.pie-reverse[size="1263"]::after {
top: 611.5;
left: 490.2;
}
.pie[size="1264"] {
height: 1264;
width: 1264;
}
.pie[size="1264"]::after {
top: 612;
left: 490.6;
}
.pie-reverse[size="1264"] {
height: 1264;
width: 1264;
}
.pie-reverse[size="1264"]::after {
top: 612;
left: 490.6;
}
.pie[size="1265"] {
height: 1265;
width: 1265;
}
.pie[size="1265"]::after {
top: 612.5;
left: 491;
}
.pie-reverse[size="1265"] {
height: 1265;
width: 1265;
}
.pie-reverse[size="1265"]::after {
top: 612.5;
left: 491;
}
.pie[size="1266"] {
height: 1266;
width: 1266;
}
.pie[size="1266"]::after {
top: 613;
left: 491.4;
}
.pie-reverse[size="1266"] {
height: 1266;
width: 1266;
}
.pie-reverse[size="1266"]::after {
top: 613;
left: 491.4;
}
.pie[size="1267"] {
height: 1267;
width: 1267;
}
.pie[size="1267"]::after {
top: 613.5;
left: 491.8;
}
.pie-reverse[size="1267"] {
height: 1267;
width: 1267;
}
.pie-reverse[size="1267"]::after {
top: 613.5;
left: 491.8;
}
.pie[size="1268"] {
height: 1268;
width: 1268;
}
.pie[size="1268"]::after {
top: 614;
left: 492.2;
}
.pie-reverse[size="1268"] {
height: 1268;
width: 1268;
}
.pie-reverse[size="1268"]::after {
top: 614;
left: 492.2;
}
.pie[size="1269"] {
height: 1269;
width: 1269;
}
.pie[size="1269"]::after {
top: 614.5;
left: 492.6;
}
.pie-reverse[size="1269"] {
height: 1269;
width: 1269;
}
.pie-reverse[size="1269"]::after {
top: 614.5;
left: 492.6;
}
.pie[size="1270"] {
height: 1270;
width: 1270;
}
.pie[size="1270"]::after {
top: 615;
left: 493;
}
.pie-reverse[size="1270"] {
height: 1270;
width: 1270;
}
.pie-reverse[size="1270"]::after {
top: 615;
left: 493;
}
.pie[size="1271"] {
height: 1271;
width: 1271;
}
.pie[size="1271"]::after {
top: 615.5;
left: 493.4;
}
.pie-reverse[size="1271"] {
height: 1271;
width: 1271;
}
.pie-reverse[size="1271"]::after {
top: 615.5;
left: 493.4;
}
.pie[size="1272"] {
height: 1272;
width: 1272;
}
.pie[size="1272"]::after {
top: 616;
left: 493.8;
}
.pie-reverse[size="1272"] {
height: 1272;
width: 1272;
}
.pie-reverse[size="1272"]::after {
top: 616;
left: 493.8;
}
.pie[size="1273"] {
height: 1273;
width: 1273;
}
.pie[size="1273"]::after {
top: 616.5;
left: 494.2;
}
.pie-reverse[size="1273"] {
height: 1273;
width: 1273;
}
.pie-reverse[size="1273"]::after {
top: 616.5;
left: 494.2;
}
.pie[size="1274"] {
height: 1274;
width: 1274;
}
.pie[size="1274"]::after {
top: 617;
left: 494.6;
}
.pie-reverse[size="1274"] {
height: 1274;
width: 1274;
}
.pie-reverse[size="1274"]::after {
top: 617;
left: 494.6;
}
.pie[size="1275"] {
height: 1275;
width: 1275;
}
.pie[size="1275"]::after {
top: 617.5;
left: 495;
}
.pie-reverse[size="1275"] {
height: 1275;
width: 1275;
}
.pie-reverse[size="1275"]::after {
top: 617.5;
left: 495;
}
.pie[size="1276"] {
height: 1276;
width: 1276;
}
.pie[size="1276"]::after {
top: 618;
left: 495.4;
}
.pie-reverse[size="1276"] {
height: 1276;
width: 1276;
}
.pie-reverse[size="1276"]::after {
top: 618;
left: 495.4;
}
.pie[size="1277"] {
height: 1277;
width: 1277;
}
.pie[size="1277"]::after {
top: 618.5;
left: 495.8;
}
.pie-reverse[size="1277"] {
height: 1277;
width: 1277;
}
.pie-reverse[size="1277"]::after {
top: 618.5;
left: 495.8;
}
.pie[size="1278"] {
height: 1278;
width: 1278;
}
.pie[size="1278"]::after {
top: 619;
left: 496.2;
}
.pie-reverse[size="1278"] {
height: 1278;
width: 1278;
}
.pie-reverse[size="1278"]::after {
top: 619;
left: 496.2;
}
.pie[size="1279"] {
height: 1279;
width: 1279;
}
.pie[size="1279"]::after {
top: 619.5;
left: 496.6;
}
.pie-reverse[size="1279"] {
height: 1279;
width: 1279;
}
.pie-reverse[size="1279"]::after {
top: 619.5;
left: 496.6;
}
.pie[size="1280"] {
height: 1280;
width: 1280;
}
.pie[size="1280"]::after {
top: 620;
left: 497;
}
.pie-reverse[size="1280"] {
height: 1280;
width: 1280;
}
.pie-reverse[size="1280"]::after {
top: 620;
left: 497;
}
.pie[size="1281"] {
height: 1281;
width: 1281;
}
.pie[size="1281"]::after {
top: 620.5;
left: 497.4;
}
.pie-reverse[size="1281"] {
height: 1281;
width: 1281;
}
.pie-reverse[size="1281"]::after {
top: 620.5;
left: 497.4;
}
.pie[size="1282"] {
height: 1282;
width: 1282;
}
.pie[size="1282"]::after {
top: 621;
left: 497.8;
}
.pie-reverse[size="1282"] {
height: 1282;
width: 1282;
}
.pie-reverse[size="1282"]::after {
top: 621;
left: 497.8;
}
.pie[size="1283"] {
height: 1283;
width: 1283;
}
.pie[size="1283"]::after {
top: 621.5;
left: 498.2;
}
.pie-reverse[size="1283"] {
height: 1283;
width: 1283;
}
.pie-reverse[size="1283"]::after {
top: 621.5;
left: 498.2;
}
.pie[size="1284"] {
height: 1284;
width: 1284;
}
.pie[size="1284"]::after {
top: 622;
left: 498.6;
}
.pie-reverse[size="1284"] {
height: 1284;
width: 1284;
}
.pie-reverse[size="1284"]::after {
top: 622;
left: 498.6;
}
.pie[size="1285"] {
height: 1285;
width: 1285;
}
.pie[size="1285"]::after {
top: 622.5;
left: 499;
}
.pie-reverse[size="1285"] {
height: 1285;
width: 1285;
}
.pie-reverse[size="1285"]::after {
top: 622.5;
left: 499;
}
.pie[size="1286"] {
height: 1286;
width: 1286;
}
.pie[size="1286"]::after {
top: 623;
left: 499.4;
}
.pie-reverse[size="1286"] {
height: 1286;
width: 1286;
}
.pie-reverse[size="1286"]::after {
top: 623;
left: 499.4;
}
.pie[size="1287"] {
height: 1287;
width: 1287;
}
.pie[size="1287"]::after {
top: 623.5;
left: 499.8;
}
.pie-reverse[size="1287"] {
height: 1287;
width: 1287;
}
.pie-reverse[size="1287"]::after {
top: 623.5;
left: 499.8;
}
.pie[size="1288"] {
height: 1288;
width: 1288;
}
.pie[size="1288"]::after {
top: 624;
left: 500.2;
}
.pie-reverse[size="1288"] {
height: 1288;
width: 1288;
}
.pie-reverse[size="1288"]::after {
top: 624;
left: 500.2;
}
.pie[size="1289"] {
height: 1289;
width: 1289;
}
.pie[size="1289"]::after {
top: 624.5;
left: 500.6;
}
.pie-reverse[size="1289"] {
height: 1289;
width: 1289;
}
.pie-reverse[size="1289"]::after {
top: 624.5;
left: 500.6;
}
.pie[size="1290"] {
height: 1290;
width: 1290;
}
.pie[size="1290"]::after {
top: 625;
left: 501;
}
.pie-reverse[size="1290"] {
height: 1290;
width: 1290;
}
.pie-reverse[size="1290"]::after {
top: 625;
left: 501;
}
.pie[size="1291"] {
height: 1291;
width: 1291;
}
.pie[size="1291"]::after {
top: 625.5;
left: 501.4;
}
.pie-reverse[size="1291"] {
height: 1291;
width: 1291;
}
.pie-reverse[size="1291"]::after {
top: 625.5;
left: 501.4;
}
.pie[size="1292"] {
height: 1292;
width: 1292;
}
.pie[size="1292"]::after {
top: 626;
left: 501.8;
}
.pie-reverse[size="1292"] {
height: 1292;
width: 1292;
}
.pie-reverse[size="1292"]::after {
top: 626;
left: 501.8;
}
.pie[size="1293"] {
height: 1293;
width: 1293;
}
.pie[size="1293"]::after {
top: 626.5;
left: 502.2;
}
.pie-reverse[size="1293"] {
height: 1293;
width: 1293;
}
.pie-reverse[size="1293"]::after {
top: 626.5;
left: 502.2;
}
.pie[size="1294"] {
height: 1294;
width: 1294;
}
.pie[size="1294"]::after {
top: 627;
left: 502.6;
}
.pie-reverse[size="1294"] {
height: 1294;
width: 1294;
}
.pie-reverse[size="1294"]::after {
top: 627;
left: 502.6;
}
.pie[size="1295"] {
height: 1295;
width: 1295;
}
.pie[size="1295"]::after {
top: 627.5;
left: 503;
}
.pie-reverse[size="1295"] {
height: 1295;
width: 1295;
}
.pie-reverse[size="1295"]::after {
top: 627.5;
left: 503;
}
.pie[size="1296"] {
height: 1296;
width: 1296;
}
.pie[size="1296"]::after {
top: 628;
left: 503.4;
}
.pie-reverse[size="1296"] {
height: 1296;
width: 1296;
}
.pie-reverse[size="1296"]::after {
top: 628;
left: 503.4;
}
.pie[size="1297"] {
height: 1297;
width: 1297;
}
.pie[size="1297"]::after {
top: 628.5;
left: 503.8;
}
.pie-reverse[size="1297"] {
height: 1297;
width: 1297;
}
.pie-reverse[size="1297"]::after {
top: 628.5;
left: 503.8;
}
.pie[size="1298"] {
height: 1298;
width: 1298;
}
.pie[size="1298"]::after {
top: 629;
left: 504.2;
}
.pie-reverse[size="1298"] {
height: 1298;
width: 1298;
}
.pie-reverse[size="1298"]::after {
top: 629;
left: 504.2;
}
.pie[size="1299"] {
height: 1299;
width: 1299;
}
.pie[size="1299"]::after {
top: 629.5;
left: 504.6;
}
.pie-reverse[size="1299"] {
height: 1299;
width: 1299;
}
.pie-reverse[size="1299"]::after {
top: 629.5;
left: 504.6;
}
.pie[size="1300"] {
height: 1300;
width: 1300;
}
.pie[size="1300"]::after {
top: 630;
left: 505;
}
.pie-reverse[size="1300"] {
height: 1300;
width: 1300;
}
.pie-reverse[size="1300"]::after {
top: 630;
left: 505;
}
.pie[size="1301"] {
height: 1301;
width: 1301;
}
.pie[size="1301"]::after {
top: 630.5;
left: 505.4;
}
.pie-reverse[size="1301"] {
height: 1301;
width: 1301;
}
.pie-reverse[size="1301"]::after {
top: 630.5;
left: 505.4;
}
.pie[size="1302"] {
height: 1302;
width: 1302;
}
.pie[size="1302"]::after {
top: 631;
left: 505.8;
}
.pie-reverse[size="1302"] {
height: 1302;
width: 1302;
}
.pie-reverse[size="1302"]::after {
top: 631;
left: 505.8;
}
.pie[size="1303"] {
height: 1303;
width: 1303;
}
.pie[size="1303"]::after {
top: 631.5;
left: 506.2;
}
.pie-reverse[size="1303"] {
height: 1303;
width: 1303;
}
.pie-reverse[size="1303"]::after {
top: 631.5;
left: 506.2;
}
.pie[size="1304"] {
height: 1304;
width: 1304;
}
.pie[size="1304"]::after {
top: 632;
left: 506.6;
}
.pie-reverse[size="1304"] {
height: 1304;
width: 1304;
}
.pie-reverse[size="1304"]::after {
top: 632;
left: 506.6;
}
.pie[size="1305"] {
height: 1305;
width: 1305;
}
.pie[size="1305"]::after {
top: 632.5;
left: 507;
}
.pie-reverse[size="1305"] {
height: 1305;
width: 1305;
}
.pie-reverse[size="1305"]::after {
top: 632.5;
left: 507;
}
.pie[size="1306"] {
height: 1306;
width: 1306;
}
.pie[size="1306"]::after {
top: 633;
left: 507.4;
}
.pie-reverse[size="1306"] {
height: 1306;
width: 1306;
}
.pie-reverse[size="1306"]::after {
top: 633;
left: 507.4;
}
.pie[size="1307"] {
height: 1307;
width: 1307;
}
.pie[size="1307"]::after {
top: 633.5;
left: 507.8;
}
.pie-reverse[size="1307"] {
height: 1307;
width: 1307;
}
.pie-reverse[size="1307"]::after {
top: 633.5;
left: 507.8;
}
.pie[size="1308"] {
height: 1308;
width: 1308;
}
.pie[size="1308"]::after {
top: 634;
left: 508.2;
}
.pie-reverse[size="1308"] {
height: 1308;
width: 1308;
}
.pie-reverse[size="1308"]::after {
top: 634;
left: 508.2;
}
.pie[size="1309"] {
height: 1309;
width: 1309;
}
.pie[size="1309"]::after {
top: 634.5;
left: 508.6;
}
.pie-reverse[size="1309"] {
height: 1309;
width: 1309;
}
.pie-reverse[size="1309"]::after {
top: 634.5;
left: 508.6;
}
.pie[size="1310"] {
height: 1310;
width: 1310;
}
.pie[size="1310"]::after {
top: 635;
left: 509;
}
.pie-reverse[size="1310"] {
height: 1310;
width: 1310;
}
.pie-reverse[size="1310"]::after {
top: 635;
left: 509;
}
.pie[size="1311"] {
height: 1311;
width: 1311;
}
.pie[size="1311"]::after {
top: 635.5;
left: 509.4;
}
.pie-reverse[size="1311"] {
height: 1311;
width: 1311;
}
.pie-reverse[size="1311"]::after {
top: 635.5;
left: 509.4;
}
.pie[size="1312"] {
height: 1312;
width: 1312;
}
.pie[size="1312"]::after {
top: 636;
left: 509.8;
}
.pie-reverse[size="1312"] {
height: 1312;
width: 1312;
}
.pie-reverse[size="1312"]::after {
top: 636;
left: 509.8;
}
.pie[size="1313"] {
height: 1313;
width: 1313;
}
.pie[size="1313"]::after {
top: 636.5;
left: 510.2;
}
.pie-reverse[size="1313"] {
height: 1313;
width: 1313;
}
.pie-reverse[size="1313"]::after {
top: 636.5;
left: 510.2;
}
.pie[size="1314"] {
height: 1314;
width: 1314;
}
.pie[size="1314"]::after {
top: 637;
left: 510.6;
}
.pie-reverse[size="1314"] {
height: 1314;
width: 1314;
}
.pie-reverse[size="1314"]::after {
top: 637;
left: 510.6;
}
.pie[size="1315"] {
height: 1315;
width: 1315;
}
.pie[size="1315"]::after {
top: 637.5;
left: 511;
}
.pie-reverse[size="1315"] {
height: 1315;
width: 1315;
}
.pie-reverse[size="1315"]::after {
top: 637.5;
left: 511;
}
.pie[size="1316"] {
height: 1316;
width: 1316;
}
.pie[size="1316"]::after {
top: 638;
left: 511.4;
}
.pie-reverse[size="1316"] {
height: 1316;
width: 1316;
}
.pie-reverse[size="1316"]::after {
top: 638;
left: 511.4;
}
.pie[size="1317"] {
height: 1317;
width: 1317;
}
.pie[size="1317"]::after {
top: 638.5;
left: 511.8;
}
.pie-reverse[size="1317"] {
height: 1317;
width: 1317;
}
.pie-reverse[size="1317"]::after {
top: 638.5;
left: 511.8;
}
.pie[size="1318"] {
height: 1318;
width: 1318;
}
.pie[size="1318"]::after {
top: 639;
left: 512.2;
}
.pie-reverse[size="1318"] {
height: 1318;
width: 1318;
}
.pie-reverse[size="1318"]::after {
top: 639;
left: 512.2;
}
.pie[size="1319"] {
height: 1319;
width: 1319;
}
.pie[size="1319"]::after {
top: 639.5;
left: 512.6;
}
.pie-reverse[size="1319"] {
height: 1319;
width: 1319;
}
.pie-reverse[size="1319"]::after {
top: 639.5;
left: 512.6;
}
.pie[size="1320"] {
height: 1320;
width: 1320;
}
.pie[size="1320"]::after {
top: 640;
left: 513;
}
.pie-reverse[size="1320"] {
height: 1320;
width: 1320;
}
.pie-reverse[size="1320"]::after {
top: 640;
left: 513;
}
.pie[size="1321"] {
height: 1321;
width: 1321;
}
.pie[size="1321"]::after {
top: 640.5;
left: 513.4;
}
.pie-reverse[size="1321"] {
height: 1321;
width: 1321;
}
.pie-reverse[size="1321"]::after {
top: 640.5;
left: 513.4;
}
.pie[size="1322"] {
height: 1322;
width: 1322;
}
.pie[size="1322"]::after {
top: 641;
left: 513.8;
}
.pie-reverse[size="1322"] {
height: 1322;
width: 1322;
}
.pie-reverse[size="1322"]::after {
top: 641;
left: 513.8;
}
.pie[size="1323"] {
height: 1323;
width: 1323;
}
.pie[size="1323"]::after {
top: 641.5;
left: 514.2;
}
.pie-reverse[size="1323"] {
height: 1323;
width: 1323;
}
.pie-reverse[size="1323"]::after {
top: 641.5;
left: 514.2;
}
.pie[size="1324"] {
height: 1324;
width: 1324;
}
.pie[size="1324"]::after {
top: 642;
left: 514.6;
}
.pie-reverse[size="1324"] {
height: 1324;
width: 1324;
}
.pie-reverse[size="1324"]::after {
top: 642;
left: 514.6;
}
.pie[size="1325"] {
height: 1325;
width: 1325;
}
.pie[size="1325"]::after {
top: 642.5;
left: 515;
}
.pie-reverse[size="1325"] {
height: 1325;
width: 1325;
}
.pie-reverse[size="1325"]::after {
top: 642.5;
left: 515;
}
.pie[size="1326"] {
height: 1326;
width: 1326;
}
.pie[size="1326"]::after {
top: 643;
left: 515.4;
}
.pie-reverse[size="1326"] {
height: 1326;
width: 1326;
}
.pie-reverse[size="1326"]::after {
top: 643;
left: 515.4;
}
.pie[size="1327"] {
height: 1327;
width: 1327;
}
.pie[size="1327"]::after {
top: 643.5;
left: 515.8;
}
.pie-reverse[size="1327"] {
height: 1327;
width: 1327;
}
.pie-reverse[size="1327"]::after {
top: 643.5;
left: 515.8;
}
.pie[size="1328"] {
height: 1328;
width: 1328;
}
.pie[size="1328"]::after {
top: 644;
left: 516.2;
}
.pie-reverse[size="1328"] {
height: 1328;
width: 1328;
}
.pie-reverse[size="1328"]::after {
top: 644;
left: 516.2;
}
.pie[size="1329"] {
height: 1329;
width: 1329;
}
.pie[size="1329"]::after {
top: 644.5;
left: 516.6;
}
.pie-reverse[size="1329"] {
height: 1329;
width: 1329;
}
.pie-reverse[size="1329"]::after {
top: 644.5;
left: 516.6;
}
.pie[size="1330"] {
height: 1330;
width: 1330;
}
.pie[size="1330"]::after {
top: 645;
left: 517;
}
.pie-reverse[size="1330"] {
height: 1330;
width: 1330;
}
.pie-reverse[size="1330"]::after {
top: 645;
left: 517;
}
.pie[size="1331"] {
height: 1331;
width: 1331;
}
.pie[size="1331"]::after {
top: 645.5;
left: 517.4;
}
.pie-reverse[size="1331"] {
height: 1331;
width: 1331;
}
.pie-reverse[size="1331"]::after {
top: 645.5;
left: 517.4;
}
.pie[size="1332"] {
height: 1332;
width: 1332;
}
.pie[size="1332"]::after {
top: 646;
left: 517.8;
}
.pie-reverse[size="1332"] {
height: 1332;
width: 1332;
}
.pie-reverse[size="1332"]::after {
top: 646;
left: 517.8;
}
.pie[size="1333"] {
height: 1333;
width: 1333;
}
.pie[size="1333"]::after {
top: 646.5;
left: 518.2;
}
.pie-reverse[size="1333"] {
height: 1333;
width: 1333;
}
.pie-reverse[size="1333"]::after {
top: 646.5;
left: 518.2;
}
.pie[size="1334"] {
height: 1334;
width: 1334;
}
.pie[size="1334"]::after {
top: 647;
left: 518.6;
}
.pie-reverse[size="1334"] {
height: 1334;
width: 1334;
}
.pie-reverse[size="1334"]::after {
top: 647;
left: 518.6;
}
.pie[size="1335"] {
height: 1335;
width: 1335;
}
.pie[size="1335"]::after {
top: 647.5;
left: 519;
}
.pie-reverse[size="1335"] {
height: 1335;
width: 1335;
}
.pie-reverse[size="1335"]::after {
top: 647.5;
left: 519;
}
.pie[size="1336"] {
height: 1336;
width: 1336;
}
.pie[size="1336"]::after {
top: 648;
left: 519.4;
}
.pie-reverse[size="1336"] {
height: 1336;
width: 1336;
}
.pie-reverse[size="1336"]::after {
top: 648;
left: 519.4;
}
.pie[size="1337"] {
height: 1337;
width: 1337;
}
.pie[size="1337"]::after {
top: 648.5;
left: 519.8;
}
.pie-reverse[size="1337"] {
height: 1337;
width: 1337;
}
.pie-reverse[size="1337"]::after {
top: 648.5;
left: 519.8;
}
.pie[size="1338"] {
height: 1338;
width: 1338;
}
.pie[size="1338"]::after {
top: 649;
left: 520.2;
}
.pie-reverse[size="1338"] {
height: 1338;
width: 1338;
}
.pie-reverse[size="1338"]::after {
top: 649;
left: 520.2;
}
.pie[size="1339"] {
height: 1339;
width: 1339;
}
.pie[size="1339"]::after {
top: 649.5;
left: 520.6;
}
.pie-reverse[size="1339"] {
height: 1339;
width: 1339;
}
.pie-reverse[size="1339"]::after {
top: 649.5;
left: 520.6;
}
.pie[size="1340"] {
height: 1340;
width: 1340;
}
.pie[size="1340"]::after {
top: 650;
left: 521;
}
.pie-reverse[size="1340"] {
height: 1340;
width: 1340;
}
.pie-reverse[size="1340"]::after {
top: 650;
left: 521;
}
.pie[size="1341"] {
height: 1341;
width: 1341;
}
.pie[size="1341"]::after {
top: 650.5;
left: 521.4;
}
.pie-reverse[size="1341"] {
height: 1341;
width: 1341;
}
.pie-reverse[size="1341"]::after {
top: 650.5;
left: 521.4;
}
.pie[size="1342"] {
height: 1342;
width: 1342;
}
.pie[size="1342"]::after {
top: 651;
left: 521.8;
}
.pie-reverse[size="1342"] {
height: 1342;
width: 1342;
}
.pie-reverse[size="1342"]::after {
top: 651;
left: 521.8;
}
.pie[size="1343"] {
height: 1343;
width: 1343;
}
.pie[size="1343"]::after {
top: 651.5;
left: 522.2;
}
.pie-reverse[size="1343"] {
height: 1343;
width: 1343;
}
.pie-reverse[size="1343"]::after {
top: 651.5;
left: 522.2;
}
.pie[size="1344"] {
height: 1344;
width: 1344;
}
.pie[size="1344"]::after {
top: 652;
left: 522.6;
}
.pie-reverse[size="1344"] {
height: 1344;
width: 1344;
}
.pie-reverse[size="1344"]::after {
top: 652;
left: 522.6;
}
.pie[size="1345"] {
height: 1345;
width: 1345;
}
.pie[size="1345"]::after {
top: 652.5;
left: 523;
}
.pie-reverse[size="1345"] {
height: 1345;
width: 1345;
}
.pie-reverse[size="1345"]::after {
top: 652.5;
left: 523;
}
.pie[size="1346"] {
height: 1346;
width: 1346;
}
.pie[size="1346"]::after {
top: 653;
left: 523.4;
}
.pie-reverse[size="1346"] {
height: 1346;
width: 1346;
}
.pie-reverse[size="1346"]::after {
top: 653;
left: 523.4;
}
.pie[size="1347"] {
height: 1347;
width: 1347;
}
.pie[size="1347"]::after {
top: 653.5;
left: 523.8;
}
.pie-reverse[size="1347"] {
height: 1347;
width: 1347;
}
.pie-reverse[size="1347"]::after {
top: 653.5;
left: 523.8;
}
.pie[size="1348"] {
height: 1348;
width: 1348;
}
.pie[size="1348"]::after {
top: 654;
left: 524.2;
}
.pie-reverse[size="1348"] {
height: 1348;
width: 1348;
}
.pie-reverse[size="1348"]::after {
top: 654;
left: 524.2;
}
.pie[size="1349"] {
height: 1349;
width: 1349;
}
.pie[size="1349"]::after {
top: 654.5;
left: 524.6;
}
.pie-reverse[size="1349"] {
height: 1349;
width: 1349;
}
.pie-reverse[size="1349"]::after {
top: 654.5;
left: 524.6;
}
.pie[size="1350"] {
height: 1350;
width: 1350;
}
.pie[size="1350"]::after {
top: 655;
left: 525;
}
.pie-reverse[size="1350"] {
height: 1350;
width: 1350;
}
.pie-reverse[size="1350"]::after {
top: 655;
left: 525;
}
.pie[size="1351"] {
height: 1351;
width: 1351;
}
.pie[size="1351"]::after {
top: 655.5;
left: 525.4;
}
.pie-reverse[size="1351"] {
height: 1351;
width: 1351;
}
.pie-reverse[size="1351"]::after {
top: 655.5;
left: 525.4;
}
.pie[size="1352"] {
height: 1352;
width: 1352;
}
.pie[size="1352"]::after {
top: 656;
left: 525.8;
}
.pie-reverse[size="1352"] {
height: 1352;
width: 1352;
}
.pie-reverse[size="1352"]::after {
top: 656;
left: 525.8;
}
.pie[size="1353"] {
height: 1353;
width: 1353;
}
.pie[size="1353"]::after {
top: 656.5;
left: 526.2;
}
.pie-reverse[size="1353"] {
height: 1353;
width: 1353;
}
.pie-reverse[size="1353"]::after {
top: 656.5;
left: 526.2;
}
.pie[size="1354"] {
height: 1354;
width: 1354;
}
.pie[size="1354"]::after {
top: 657;
left: 526.6;
}
.pie-reverse[size="1354"] {
height: 1354;
width: 1354;
}
.pie-reverse[size="1354"]::after {
top: 657;
left: 526.6;
}
.pie[size="1355"] {
height: 1355;
width: 1355;
}
.pie[size="1355"]::after {
top: 657.5;
left: 527;
}
.pie-reverse[size="1355"] {
height: 1355;
width: 1355;
}
.pie-reverse[size="1355"]::after {
top: 657.5;
left: 527;
}
.pie[size="1356"] {
height: 1356;
width: 1356;
}
.pie[size="1356"]::after {
top: 658;
left: 527.4;
}
.pie-reverse[size="1356"] {
height: 1356;
width: 1356;
}
.pie-reverse[size="1356"]::after {
top: 658;
left: 527.4;
}
.pie[size="1357"] {
height: 1357;
width: 1357;
}
.pie[size="1357"]::after {
top: 658.5;
left: 527.8;
}
.pie-reverse[size="1357"] {
height: 1357;
width: 1357;
}
.pie-reverse[size="1357"]::after {
top: 658.5;
left: 527.8;
}
.pie[size="1358"] {
height: 1358;
width: 1358;
}
.pie[size="1358"]::after {
top: 659;
left: 528.2;
}
.pie-reverse[size="1358"] {
height: 1358;
width: 1358;
}
.pie-reverse[size="1358"]::after {
top: 659;
left: 528.2;
}
.pie[size="1359"] {
height: 1359;
width: 1359;
}
.pie[size="1359"]::after {
top: 659.5;
left: 528.6;
}
.pie-reverse[size="1359"] {
height: 1359;
width: 1359;
}
.pie-reverse[size="1359"]::after {
top: 659.5;
left: 528.6;
}
.pie[size="1360"] {
height: 1360;
width: 1360;
}
.pie[size="1360"]::after {
top: 660;
left: 529;
}
.pie-reverse[size="1360"] {
height: 1360;
width: 1360;
}
.pie-reverse[size="1360"]::after {
top: 660;
left: 529;
}
.pie[size="1361"] {
height: 1361;
width: 1361;
}
.pie[size="1361"]::after {
top: 660.5;
left: 529.4;
}
.pie-reverse[size="1361"] {
height: 1361;
width: 1361;
}
.pie-reverse[size="1361"]::after {
top: 660.5;
left: 529.4;
}
.pie[size="1362"] {
height: 1362;
width: 1362;
}
.pie[size="1362"]::after {
top: 661;
left: 529.8;
}
.pie-reverse[size="1362"] {
height: 1362;
width: 1362;
}
.pie-reverse[size="1362"]::after {
top: 661;
left: 529.8;
}
.pie[size="1363"] {
height: 1363;
width: 1363;
}
.pie[size="1363"]::after {
top: 661.5;
left: 530.2;
}
.pie-reverse[size="1363"] {
height: 1363;
width: 1363;
}
.pie-reverse[size="1363"]::after {
top: 661.5;
left: 530.2;
}
.pie[size="1364"] {
height: 1364;
width: 1364;
}
.pie[size="1364"]::after {
top: 662;
left: 530.6;
}
.pie-reverse[size="1364"] {
height: 1364;
width: 1364;
}
.pie-reverse[size="1364"]::after {
top: 662;
left: 530.6;
}
.pie[size="1365"] {
height: 1365;
width: 1365;
}
.pie[size="1365"]::after {
top: 662.5;
left: 531;
}
.pie-reverse[size="1365"] {
height: 1365;
width: 1365;
}
.pie-reverse[size="1365"]::after {
top: 662.5;
left: 531;
}
.pie[size="1366"] {
height: 1366;
width: 1366;
}
.pie[size="1366"]::after {
top: 663;
left: 531.4;
}
.pie-reverse[size="1366"] {
height: 1366;
width: 1366;
}
.pie-reverse[size="1366"]::after {
top: 663;
left: 531.4;
}
.pie[size="1367"] {
height: 1367;
width: 1367;
}
.pie[size="1367"]::after {
top: 663.5;
left: 531.8;
}
.pie-reverse[size="1367"] {
height: 1367;
width: 1367;
}
.pie-reverse[size="1367"]::after {
top: 663.5;
left: 531.8;
}
.pie[size="1368"] {
height: 1368;
width: 1368;
}
.pie[size="1368"]::after {
top: 664;
left: 532.2;
}
.pie-reverse[size="1368"] {
height: 1368;
width: 1368;
}
.pie-reverse[size="1368"]::after {
top: 664;
left: 532.2;
}
.pie[size="1369"] {
height: 1369;
width: 1369;
}
.pie[size="1369"]::after {
top: 664.5;
left: 532.6;
}
.pie-reverse[size="1369"] {
height: 1369;
width: 1369;
}
.pie-reverse[size="1369"]::after {
top: 664.5;
left: 532.6;
}
.pie[size="1370"] {
height: 1370;
width: 1370;
}
.pie[size="1370"]::after {
top: 665;
left: 533;
}
.pie-reverse[size="1370"] {
height: 1370;
width: 1370;
}
.pie-reverse[size="1370"]::after {
top: 665;
left: 533;
}
.pie[size="1371"] {
height: 1371;
width: 1371;
}
.pie[size="1371"]::after {
top: 665.5;
left: 533.4;
}
.pie-reverse[size="1371"] {
height: 1371;
width: 1371;
}
.pie-reverse[size="1371"]::after {
top: 665.5;
left: 533.4;
}
.pie[size="1372"] {
height: 1372;
width: 1372;
}
.pie[size="1372"]::after {
top: 666;
left: 533.8;
}
.pie-reverse[size="1372"] {
height: 1372;
width: 1372;
}
.pie-reverse[size="1372"]::after {
top: 666;
left: 533.8;
}
.pie[size="1373"] {
height: 1373;
width: 1373;
}
.pie[size="1373"]::after {
top: 666.5;
left: 534.2;
}
.pie-reverse[size="1373"] {
height: 1373;
width: 1373;
}
.pie-reverse[size="1373"]::after {
top: 666.5;
left: 534.2;
}
.pie[size="1374"] {
height: 1374;
width: 1374;
}
.pie[size="1374"]::after {
top: 667;
left: 534.6;
}
.pie-reverse[size="1374"] {
height: 1374;
width: 1374;
}
.pie-reverse[size="1374"]::after {
top: 667;
left: 534.6;
}
.pie[size="1375"] {
height: 1375;
width: 1375;
}
.pie[size="1375"]::after {
top: 667.5;
left: 535;
}
.pie-reverse[size="1375"] {
height: 1375;
width: 1375;
}
.pie-reverse[size="1375"]::after {
top: 667.5;
left: 535;
}
.pie[size="1376"] {
height: 1376;
width: 1376;
}
.pie[size="1376"]::after {
top: 668;
left: 535.4;
}
.pie-reverse[size="1376"] {
height: 1376;
width: 1376;
}
.pie-reverse[size="1376"]::after {
top: 668;
left: 535.4;
}
.pie[size="1377"] {
height: 1377;
width: 1377;
}
.pie[size="1377"]::after {
top: 668.5;
left: 535.8;
}
.pie-reverse[size="1377"] {
height: 1377;
width: 1377;
}
.pie-reverse[size="1377"]::after {
top: 668.5;
left: 535.8;
}
.pie[size="1378"] {
height: 1378;
width: 1378;
}
.pie[size="1378"]::after {
top: 669;
left: 536.2;
}
.pie-reverse[size="1378"] {
height: 1378;
width: 1378;
}
.pie-reverse[size="1378"]::after {
top: 669;
left: 536.2;
}
.pie[size="1379"] {
height: 1379;
width: 1379;
}
.pie[size="1379"]::after {
top: 669.5;
left: 536.6;
}
.pie-reverse[size="1379"] {
height: 1379;
width: 1379;
}
.pie-reverse[size="1379"]::after {
top: 669.5;
left: 536.6;
}
.pie[size="1380"] {
height: 1380;
width: 1380;
}
.pie[size="1380"]::after {
top: 670;
left: 537;
}
.pie-reverse[size="1380"] {
height: 1380;
width: 1380;
}
.pie-reverse[size="1380"]::after {
top: 670;
left: 537;
}
.pie[size="1381"] {
height: 1381;
width: 1381;
}
.pie[size="1381"]::after {
top: 670.5;
left: 537.4;
}
.pie-reverse[size="1381"] {
height: 1381;
width: 1381;
}
.pie-reverse[size="1381"]::after {
top: 670.5;
left: 537.4;
}
.pie[size="1382"] {
height: 1382;
width: 1382;
}
.pie[size="1382"]::after {
top: 671;
left: 537.8;
}
.pie-reverse[size="1382"] {
height: 1382;
width: 1382;
}
.pie-reverse[size="1382"]::after {
top: 671;
left: 537.8;
}
.pie[size="1383"] {
height: 1383;
width: 1383;
}
.pie[size="1383"]::after {
top: 671.5;
left: 538.2;
}
.pie-reverse[size="1383"] {
height: 1383;
width: 1383;
}
.pie-reverse[size="1383"]::after {
top: 671.5;
left: 538.2;
}
.pie[size="1384"] {
height: 1384;
width: 1384;
}
.pie[size="1384"]::after {
top: 672;
left: 538.6;
}
.pie-reverse[size="1384"] {
height: 1384;
width: 1384;
}
.pie-reverse[size="1384"]::after {
top: 672;
left: 538.6;
}
.pie[size="1385"] {
height: 1385;
width: 1385;
}
.pie[size="1385"]::after {
top: 672.5;
left: 539;
}
.pie-reverse[size="1385"] {
height: 1385;
width: 1385;
}
.pie-reverse[size="1385"]::after {
top: 672.5;
left: 539;
}
.pie[size="1386"] {
height: 1386;
width: 1386;
}
.pie[size="1386"]::after {
top: 673;
left: 539.4;
}
.pie-reverse[size="1386"] {
height: 1386;
width: 1386;
}
.pie-reverse[size="1386"]::after {
top: 673;
left: 539.4;
}
.pie[size="1387"] {
height: 1387;
width: 1387;
}
.pie[size="1387"]::after {
top: 673.5;
left: 539.8;
}
.pie-reverse[size="1387"] {
height: 1387;
width: 1387;
}
.pie-reverse[size="1387"]::after {
top: 673.5;
left: 539.8;
}
.pie[size="1388"] {
height: 1388;
width: 1388;
}
.pie[size="1388"]::after {
top: 674;
left: 540.2;
}
.pie-reverse[size="1388"] {
height: 1388;
width: 1388;
}
.pie-reverse[size="1388"]::after {
top: 674;
left: 540.2;
}
.pie[size="1389"] {
height: 1389;
width: 1389;
}
.pie[size="1389"]::after {
top: 674.5;
left: 540.6;
}
.pie-reverse[size="1389"] {
height: 1389;
width: 1389;
}
.pie-reverse[size="1389"]::after {
top: 674.5;
left: 540.6;
}
.pie[size="1390"] {
height: 1390;
width: 1390;
}
.pie[size="1390"]::after {
top: 675;
left: 541;
}
.pie-reverse[size="1390"] {
height: 1390;
width: 1390;
}
.pie-reverse[size="1390"]::after {
top: 675;
left: 541;
}
.pie[size="1391"] {
height: 1391;
width: 1391;
}
.pie[size="1391"]::after {
top: 675.5;
left: 541.4;
}
.pie-reverse[size="1391"] {
height: 1391;
width: 1391;
}
.pie-reverse[size="1391"]::after {
top: 675.5;
left: 541.4;
}
.pie[size="1392"] {
height: 1392;
width: 1392;
}
.pie[size="1392"]::after {
top: 676;
left: 541.8;
}
.pie-reverse[size="1392"] {
height: 1392;
width: 1392;
}
.pie-reverse[size="1392"]::after {
top: 676;
left: 541.8;
}
.pie[size="1393"] {
height: 1393;
width: 1393;
}
.pie[size="1393"]::after {
top: 676.5;
left: 542.2;
}
.pie-reverse[size="1393"] {
height: 1393;
width: 1393;
}
.pie-reverse[size="1393"]::after {
top: 676.5;
left: 542.2;
}
.pie[size="1394"] {
height: 1394;
width: 1394;
}
.pie[size="1394"]::after {
top: 677;
left: 542.6;
}
.pie-reverse[size="1394"] {
height: 1394;
width: 1394;
}
.pie-reverse[size="1394"]::after {
top: 677;
left: 542.6;
}
.pie[size="1395"] {
height: 1395;
width: 1395;
}
.pie[size="1395"]::after {
top: 677.5;
left: 543;
}
.pie-reverse[size="1395"] {
height: 1395;
width: 1395;
}
.pie-reverse[size="1395"]::after {
top: 677.5;
left: 543;
}
.pie[size="1396"] {
height: 1396;
width: 1396;
}
.pie[size="1396"]::after {
top: 678;
left: 543.4;
}
.pie-reverse[size="1396"] {
height: 1396;
width: 1396;
}
.pie-reverse[size="1396"]::after {
top: 678;
left: 543.4;
}
.pie[size="1397"] {
height: 1397;
width: 1397;
}
.pie[size="1397"]::after {
top: 678.5;
left: 543.8;
}
.pie-reverse[size="1397"] {
height: 1397;
width: 1397;
}
.pie-reverse[size="1397"]::after {
top: 678.5;
left: 543.8;
}
.pie[size="1398"] {
height: 1398;
width: 1398;
}
.pie[size="1398"]::after {
top: 679;
left: 544.2;
}
.pie-reverse[size="1398"] {
height: 1398;
width: 1398;
}
.pie-reverse[size="1398"]::after {
top: 679;
left: 544.2;
}
.pie[size="1399"] {
height: 1399;
width: 1399;
}
.pie[size="1399"]::after {
top: 679.5;
left: 544.6;
}
.pie-reverse[size="1399"] {
height: 1399;
width: 1399;
}
.pie-reverse[size="1399"]::after {
top: 679.5;
left: 544.6;
}
.pie[size="1400"] {
height: 1400;
width: 1400;
}
.pie[size="1400"]::after {
top: 680;
left: 545;
}
.pie-reverse[size="1400"] {
height: 1400;
width: 1400;
}
.pie-reverse[size="1400"]::after {
top: 680;
left: 545;
}
.pie[size="1401"] {
height: 1401;
width: 1401;
}
.pie[size="1401"]::after {
top: 680.5;
left: 545.4;
}
.pie-reverse[size="1401"] {
height: 1401;
width: 1401;
}
.pie-reverse[size="1401"]::after {
top: 680.5;
left: 545.4;
}
.pie[size="1402"] {
height: 1402;
width: 1402;
}
.pie[size="1402"]::after {
top: 681;
left: 545.8;
}
.pie-reverse[size="1402"] {
height: 1402;
width: 1402;
}
.pie-reverse[size="1402"]::after {
top: 681;
left: 545.8;
}
.pie[size="1403"] {
height: 1403;
width: 1403;
}
.pie[size="1403"]::after {
top: 681.5;
left: 546.2;
}
.pie-reverse[size="1403"] {
height: 1403;
width: 1403;
}
.pie-reverse[size="1403"]::after {
top: 681.5;
left: 546.2;
}
.pie[size="1404"] {
height: 1404;
width: 1404;
}
.pie[size="1404"]::after {
top: 682;
left: 546.6;
}
.pie-reverse[size="1404"] {
height: 1404;
width: 1404;
}
.pie-reverse[size="1404"]::after {
top: 682;
left: 546.6;
}
.pie[size="1405"] {
height: 1405;
width: 1405;
}
.pie[size="1405"]::after {
top: 682.5;
left: 547;
}
.pie-reverse[size="1405"] {
height: 1405;
width: 1405;
}
.pie-reverse[size="1405"]::after {
top: 682.5;
left: 547;
}
.pie[size="1406"] {
height: 1406;
width: 1406;
}
.pie[size="1406"]::after {
top: 683;
left: 547.4;
}
.pie-reverse[size="1406"] {
height: 1406;
width: 1406;
}
.pie-reverse[size="1406"]::after {
top: 683;
left: 547.4;
}
.pie[size="1407"] {
height: 1407;
width: 1407;
}
.pie[size="1407"]::after {
top: 683.5;
left: 547.8;
}
.pie-reverse[size="1407"] {
height: 1407;
width: 1407;
}
.pie-reverse[size="1407"]::after {
top: 683.5;
left: 547.8;
}
.pie[size="1408"] {
height: 1408;
width: 1408;
}
.pie[size="1408"]::after {
top: 684;
left: 548.2;
}
.pie-reverse[size="1408"] {
height: 1408;
width: 1408;
}
.pie-reverse[size="1408"]::after {
top: 684;
left: 548.2;
}
.pie[size="1409"] {
height: 1409;
width: 1409;
}
.pie[size="1409"]::after {
top: 684.5;
left: 548.6;
}
.pie-reverse[size="1409"] {
height: 1409;
width: 1409;
}
.pie-reverse[size="1409"]::after {
top: 684.5;
left: 548.6;
}
.pie[size="1410"] {
height: 1410;
width: 1410;
}
.pie[size="1410"]::after {
top: 685;
left: 549;
}
.pie-reverse[size="1410"] {
height: 1410;
width: 1410;
}
.pie-reverse[size="1410"]::after {
top: 685;
left: 549;
}
.pie[size="1411"] {
height: 1411;
width: 1411;
}
.pie[size="1411"]::after {
top: 685.5;
left: 549.4;
}
.pie-reverse[size="1411"] {
height: 1411;
width: 1411;
}
.pie-reverse[size="1411"]::after {
top: 685.5;
left: 549.4;
}
.pie[size="1412"] {
height: 1412;
width: 1412;
}
.pie[size="1412"]::after {
top: 686;
left: 549.8;
}
.pie-reverse[size="1412"] {
height: 1412;
width: 1412;
}
.pie-reverse[size="1412"]::after {
top: 686;
left: 549.8;
}
.pie[size="1413"] {
height: 1413;
width: 1413;
}
.pie[size="1413"]::after {
top: 686.5;
left: 550.2;
}
.pie-reverse[size="1413"] {
height: 1413;
width: 1413;
}
.pie-reverse[size="1413"]::after {
top: 686.5;
left: 550.2;
}
.pie[size="1414"] {
height: 1414;
width: 1414;
}
.pie[size="1414"]::after {
top: 687;
left: 550.6;
}
.pie-reverse[size="1414"] {
height: 1414;
width: 1414;
}
.pie-reverse[size="1414"]::after {
top: 687;
left: 550.6;
}
.pie[size="1415"] {
height: 1415;
width: 1415;
}
.pie[size="1415"]::after {
top: 687.5;
left: 551;
}
.pie-reverse[size="1415"] {
height: 1415;
width: 1415;
}
.pie-reverse[size="1415"]::after {
top: 687.5;
left: 551;
}
.pie[size="1416"] {
height: 1416;
width: 1416;
}
.pie[size="1416"]::after {
top: 688;
left: 551.4;
}
.pie-reverse[size="1416"] {
height: 1416;
width: 1416;
}
.pie-reverse[size="1416"]::after {
top: 688;
left: 551.4;
}
.pie[size="1417"] {
height: 1417;
width: 1417;
}
.pie[size="1417"]::after {
top: 688.5;
left: 551.8;
}
.pie-reverse[size="1417"] {
height: 1417;
width: 1417;
}
.pie-reverse[size="1417"]::after {
top: 688.5;
left: 551.8;
}
.pie[size="1418"] {
height: 1418;
width: 1418;
}
.pie[size="1418"]::after {
top: 689;
left: 552.2;
}
.pie-reverse[size="1418"] {
height: 1418;
width: 1418;
}
.pie-reverse[size="1418"]::after {
top: 689;
left: 552.2;
}
.pie[size="1419"] {
height: 1419;
width: 1419;
}
.pie[size="1419"]::after {
top: 689.5;
left: 552.6;
}
.pie-reverse[size="1419"] {
height: 1419;
width: 1419;
}
.pie-reverse[size="1419"]::after {
top: 689.5;
left: 552.6;
}
.pie[size="1420"] {
height: 1420;
width: 1420;
}
.pie[size="1420"]::after {
top: 690;
left: 553;
}
.pie-reverse[size="1420"] {
height: 1420;
width: 1420;
}
.pie-reverse[size="1420"]::after {
top: 690;
left: 553;
}
.pie[size="1421"] {
height: 1421;
width: 1421;
}
.pie[size="1421"]::after {
top: 690.5;
left: 553.4;
}
.pie-reverse[size="1421"] {
height: 1421;
width: 1421;
}
.pie-reverse[size="1421"]::after {
top: 690.5;
left: 553.4;
}
.pie[size="1422"] {
height: 1422;
width: 1422;
}
.pie[size="1422"]::after {
top: 691;
left: 553.8;
}
.pie-reverse[size="1422"] {
height: 1422;
width: 1422;
}
.pie-reverse[size="1422"]::after {
top: 691;
left: 553.8;
}
.pie[size="1423"] {
height: 1423;
width: 1423;
}
.pie[size="1423"]::after {
top: 691.5;
left: 554.2;
}
.pie-reverse[size="1423"] {
height: 1423;
width: 1423;
}
.pie-reverse[size="1423"]::after {
top: 691.5;
left: 554.2;
}
.pie[size="1424"] {
height: 1424;
width: 1424;
}
.pie[size="1424"]::after {
top: 692;
left: 554.6;
}
.pie-reverse[size="1424"] {
height: 1424;
width: 1424;
}
.pie-reverse[size="1424"]::after {
top: 692;
left: 554.6;
}
.pie[size="1425"] {
height: 1425;
width: 1425;
}
.pie[size="1425"]::after {
top: 692.5;
left: 555;
}
.pie-reverse[size="1425"] {
height: 1425;
width: 1425;
}
.pie-reverse[size="1425"]::after {
top: 692.5;
left: 555;
}
.pie[size="1426"] {
height: 1426;
width: 1426;
}
.pie[size="1426"]::after {
top: 693;
left: 555.4;
}
.pie-reverse[size="1426"] {
height: 1426;
width: 1426;
}
.pie-reverse[size="1426"]::after {
top: 693;
left: 555.4;
}
.pie[size="1427"] {
height: 1427;
width: 1427;
}
.pie[size="1427"]::after {
top: 693.5;
left: 555.8;
}
.pie-reverse[size="1427"] {
height: 1427;
width: 1427;
}
.pie-reverse[size="1427"]::after {
top: 693.5;
left: 555.8;
}
.pie[size="1428"] {
height: 1428;
width: 1428;
}
.pie[size="1428"]::after {
top: 694;
left: 556.2;
}
.pie-reverse[size="1428"] {
height: 1428;
width: 1428;
}
.pie-reverse[size="1428"]::after {
top: 694;
left: 556.2;
}
.pie[size="1429"] {
height: 1429;
width: 1429;
}
.pie[size="1429"]::after {
top: 694.5;
left: 556.6;
}
.pie-reverse[size="1429"] {
height: 1429;
width: 1429;
}
.pie-reverse[size="1429"]::after {
top: 694.5;
left: 556.6;
}
.pie[size="1430"] {
height: 1430;
width: 1430;
}
.pie[size="1430"]::after {
top: 695;
left: 557;
}
.pie-reverse[size="1430"] {
height: 1430;
width: 1430;
}
.pie-reverse[size="1430"]::after {
top: 695;
left: 557;
}
.pie[size="1431"] {
height: 1431;
width: 1431;
}
.pie[size="1431"]::after {
top: 695.5;
left: 557.4;
}
.pie-reverse[size="1431"] {
height: 1431;
width: 1431;
}
.pie-reverse[size="1431"]::after {
top: 695.5;
left: 557.4;
}
.pie[size="1432"] {
height: 1432;
width: 1432;
}
.pie[size="1432"]::after {
top: 696;
left: 557.8;
}
.pie-reverse[size="1432"] {
height: 1432;
width: 1432;
}
.pie-reverse[size="1432"]::after {
top: 696;
left: 557.8;
}
.pie[size="1433"] {
height: 1433;
width: 1433;
}
.pie[size="1433"]::after {
top: 696.5;
left: 558.2;
}
.pie-reverse[size="1433"] {
height: 1433;
width: 1433;
}
.pie-reverse[size="1433"]::after {
top: 696.5;
left: 558.2;
}
.pie[size="1434"] {
height: 1434;
width: 1434;
}
.pie[size="1434"]::after {
top: 697;
left: 558.6;
}
.pie-reverse[size="1434"] {
height: 1434;
width: 1434;
}
.pie-reverse[size="1434"]::after {
top: 697;
left: 558.6;
}
.pie[size="1435"] {
height: 1435;
width: 1435;
}
.pie[size="1435"]::after {
top: 697.5;
left: 559;
}
.pie-reverse[size="1435"] {
height: 1435;
width: 1435;
}
.pie-reverse[size="1435"]::after {
top: 697.5;
left: 559;
}
.pie[size="1436"] {
height: 1436;
width: 1436;
}
.pie[size="1436"]::after {
top: 698;
left: 559.4;
}
.pie-reverse[size="1436"] {
height: 1436;
width: 1436;
}
.pie-reverse[size="1436"]::after {
top: 698;
left: 559.4;
}
.pie[size="1437"] {
height: 1437;
width: 1437;
}
.pie[size="1437"]::after {
top: 698.5;
left: 559.8;
}
.pie-reverse[size="1437"] {
height: 1437;
width: 1437;
}
.pie-reverse[size="1437"]::after {
top: 698.5;
left: 559.8;
}
.pie[size="1438"] {
height: 1438;
width: 1438;
}
.pie[size="1438"]::after {
top: 699;
left: 560.2;
}
.pie-reverse[size="1438"] {
height: 1438;
width: 1438;
}
.pie-reverse[size="1438"]::after {
top: 699;
left: 560.2;
}
.pie[size="1439"] {
height: 1439;
width: 1439;
}
.pie[size="1439"]::after {
top: 699.5;
left: 560.6;
}
.pie-reverse[size="1439"] {
height: 1439;
width: 1439;
}
.pie-reverse[size="1439"]::after {
top: 699.5;
left: 560.6;
}
.pie[size="1440"] {
height: 1440;
width: 1440;
}
.pie[size="1440"]::after {
top: 700;
left: 561;
}
.pie-reverse[size="1440"] {
height: 1440;
width: 1440;
}
.pie-reverse[size="1440"]::after {
top: 700;
left: 561;
}
.pie[size="1441"] {
height: 1441;
width: 1441;
}
.pie[size="1441"]::after {
top: 700.5;
left: 561.4;
}
.pie-reverse[size="1441"] {
height: 1441;
width: 1441;
}
.pie-reverse[size="1441"]::after {
top: 700.5;
left: 561.4;
}
.pie[size="1442"] {
height: 1442;
width: 1442;
}
.pie[size="1442"]::after {
top: 701;
left: 561.8;
}
.pie-reverse[size="1442"] {
height: 1442;
width: 1442;
}
.pie-reverse[size="1442"]::after {
top: 701;
left: 561.8;
}
.pie[size="1443"] {
height: 1443;
width: 1443;
}
.pie[size="1443"]::after {
top: 701.5;
left: 562.2;
}
.pie-reverse[size="1443"] {
height: 1443;
width: 1443;
}
.pie-reverse[size="1443"]::after {
top: 701.5;
left: 562.2;
}
.pie[size="1444"] {
height: 1444;
width: 1444;
}
.pie[size="1444"]::after {
top: 702;
left: 562.6;
}
.pie-reverse[size="1444"] {
height: 1444;
width: 1444;
}
.pie-reverse[size="1444"]::after {
top: 702;
left: 562.6;
}
.pie[size="1445"] {
height: 1445;
width: 1445;
}
.pie[size="1445"]::after {
top: 702.5;
left: 563;
}
.pie-reverse[size="1445"] {
height: 1445;
width: 1445;
}
.pie-reverse[size="1445"]::after {
top: 702.5;
left: 563;
}
.pie[size="1446"] {
height: 1446;
width: 1446;
}
.pie[size="1446"]::after {
top: 703;
left: 563.4;
}
.pie-reverse[size="1446"] {
height: 1446;
width: 1446;
}
.pie-reverse[size="1446"]::after {
top: 703;
left: 563.4;
}
.pie[size="1447"] {
height: 1447;
width: 1447;
}
.pie[size="1447"]::after {
top: 703.5;
left: 563.8;
}
.pie-reverse[size="1447"] {
height: 1447;
width: 1447;
}
.pie-reverse[size="1447"]::after {
top: 703.5;
left: 563.8;
}
.pie[size="1448"] {
height: 1448;
width: 1448;
}
.pie[size="1448"]::after {
top: 704;
left: 564.2;
}
.pie-reverse[size="1448"] {
height: 1448;
width: 1448;
}
.pie-reverse[size="1448"]::after {
top: 704;
left: 564.2;
}
.pie[size="1449"] {
height: 1449;
width: 1449;
}
.pie[size="1449"]::after {
top: 704.5;
left: 564.6;
}
.pie-reverse[size="1449"] {
height: 1449;
width: 1449;
}
.pie-reverse[size="1449"]::after {
top: 704.5;
left: 564.6;
}
.pie[size="1450"] {
height: 1450;
width: 1450;
}
.pie[size="1450"]::after {
top: 705;
left: 565;
}
.pie-reverse[size="1450"] {
height: 1450;
width: 1450;
}
.pie-reverse[size="1450"]::after {
top: 705;
left: 565;
}
.pie[size="1451"] {
height: 1451;
width: 1451;
}
.pie[size="1451"]::after {
top: 705.5;
left: 565.4;
}
.pie-reverse[size="1451"] {
height: 1451;
width: 1451;
}
.pie-reverse[size="1451"]::after {
top: 705.5;
left: 565.4;
}
.pie[size="1452"] {
height: 1452;
width: 1452;
}
.pie[size="1452"]::after {
top: 706;
left: 565.8;
}
.pie-reverse[size="1452"] {
height: 1452;
width: 1452;
}
.pie-reverse[size="1452"]::after {
top: 706;
left: 565.8;
}
.pie[size="1453"] {
height: 1453;
width: 1453;
}
.pie[size="1453"]::after {
top: 706.5;
left: 566.2;
}
.pie-reverse[size="1453"] {
height: 1453;
width: 1453;
}
.pie-reverse[size="1453"]::after {
top: 706.5;
left: 566.2;
}
.pie[size="1454"] {
height: 1454;
width: 1454;
}
.pie[size="1454"]::after {
top: 707;
left: 566.6;
}
.pie-reverse[size="1454"] {
height: 1454;
width: 1454;
}
.pie-reverse[size="1454"]::after {
top: 707;
left: 566.6;
}
.pie[size="1455"] {
height: 1455;
width: 1455;
}
.pie[size="1455"]::after {
top: 707.5;
left: 567;
}
.pie-reverse[size="1455"] {
height: 1455;
width: 1455;
}
.pie-reverse[size="1455"]::after {
top: 707.5;
left: 567;
}
.pie[size="1456"] {
height: 1456;
width: 1456;
}
.pie[size="1456"]::after {
top: 708;
left: 567.4;
}
.pie-reverse[size="1456"] {
height: 1456;
width: 1456;
}
.pie-reverse[size="1456"]::after {
top: 708;
left: 567.4;
}
.pie[size="1457"] {
height: 1457;
width: 1457;
}
.pie[size="1457"]::after {
top: 708.5;
left: 567.8;
}
.pie-reverse[size="1457"] {
height: 1457;
width: 1457;
}
.pie-reverse[size="1457"]::after {
top: 708.5;
left: 567.8;
}
.pie[size="1458"] {
height: 1458;
width: 1458;
}
.pie[size="1458"]::after {
top: 709;
left: 568.2;
}
.pie-reverse[size="1458"] {
height: 1458;
width: 1458;
}
.pie-reverse[size="1458"]::after {
top: 709;
left: 568.2;
}
.pie[size="1459"] {
height: 1459;
width: 1459;
}
.pie[size="1459"]::after {
top: 709.5;
left: 568.6;
}
.pie-reverse[size="1459"] {
height: 1459;
width: 1459;
}
.pie-reverse[size="1459"]::after {
top: 709.5;
left: 568.6;
}
.pie[size="1460"] {
height: 1460;
width: 1460;
}
.pie[size="1460"]::after {
top: 710;
left: 569;
}
.pie-reverse[size="1460"] {
height: 1460;
width: 1460;
}
.pie-reverse[size="1460"]::after {
top: 710;
left: 569;
}
.pie[size="1461"] {
height: 1461;
width: 1461;
}
.pie[size="1461"]::after {
top: 710.5;
left: 569.4;
}
.pie-reverse[size="1461"] {
height: 1461;
width: 1461;
}
.pie-reverse[size="1461"]::after {
top: 710.5;
left: 569.4;
}
.pie[size="1462"] {
height: 1462;
width: 1462;
}
.pie[size="1462"]::after {
top: 711;
left: 569.8;
}
.pie-reverse[size="1462"] {
height: 1462;
width: 1462;
}
.pie-reverse[size="1462"]::after {
top: 711;
left: 569.8;
}
.pie[size="1463"] {
height: 1463;
width: 1463;
}
.pie[size="1463"]::after {
top: 711.5;
left: 570.2;
}
.pie-reverse[size="1463"] {
height: 1463;
width: 1463;
}
.pie-reverse[size="1463"]::after {
top: 711.5;
left: 570.2;
}
.pie[size="1464"] {
height: 1464;
width: 1464;
}
.pie[size="1464"]::after {
top: 712;
left: 570.6;
}
.pie-reverse[size="1464"] {
height: 1464;
width: 1464;
}
.pie-reverse[size="1464"]::after {
top: 712;
left: 570.6;
}
.pie[size="1465"] {
height: 1465;
width: 1465;
}
.pie[size="1465"]::after {
top: 712.5;
left: 571;
}
.pie-reverse[size="1465"] {
height: 1465;
width: 1465;
}
.pie-reverse[size="1465"]::after {
top: 712.5;
left: 571;
}
.pie[size="1466"] {
height: 1466;
width: 1466;
}
.pie[size="1466"]::after {
top: 713;
left: 571.4;
}
.pie-reverse[size="1466"] {
height: 1466;
width: 1466;
}
.pie-reverse[size="1466"]::after {
top: 713;
left: 571.4;
}
.pie[size="1467"] {
height: 1467;
width: 1467;
}
.pie[size="1467"]::after {
top: 713.5;
left: 571.8;
}
.pie-reverse[size="1467"] {
height: 1467;
width: 1467;
}
.pie-reverse[size="1467"]::after {
top: 713.5;
left: 571.8;
}
.pie[size="1468"] {
height: 1468;
width: 1468;
}
.pie[size="1468"]::after {
top: 714;
left: 572.2;
}
.pie-reverse[size="1468"] {
height: 1468;
width: 1468;
}
.pie-reverse[size="1468"]::after {
top: 714;
left: 572.2;
}
.pie[size="1469"] {
height: 1469;
width: 1469;
}
.pie[size="1469"]::after {
top: 714.5;
left: 572.6;
}
.pie-reverse[size="1469"] {
height: 1469;
width: 1469;
}
.pie-reverse[size="1469"]::after {
top: 714.5;
left: 572.6;
}
.pie[size="1470"] {
height: 1470;
width: 1470;
}
.pie[size="1470"]::after {
top: 715;
left: 573;
}
.pie-reverse[size="1470"] {
height: 1470;
width: 1470;
}
.pie-reverse[size="1470"]::after {
top: 715;
left: 573;
}
.pie[size="1471"] {
height: 1471;
width: 1471;
}
.pie[size="1471"]::after {
top: 715.5;
left: 573.4;
}
.pie-reverse[size="1471"] {
height: 1471;
width: 1471;
}
.pie-reverse[size="1471"]::after {
top: 715.5;
left: 573.4;
}
.pie[size="1472"] {
height: 1472;
width: 1472;
}
.pie[size="1472"]::after {
top: 716;
left: 573.8;
}
.pie-reverse[size="1472"] {
height: 1472;
width: 1472;
}
.pie-reverse[size="1472"]::after {
top: 716;
left: 573.8;
}
.pie[size="1473"] {
height: 1473;
width: 1473;
}
.pie[size="1473"]::after {
top: 716.5;
left: 574.2;
}
.pie-reverse[size="1473"] {
height: 1473;
width: 1473;
}
.pie-reverse[size="1473"]::after {
top: 716.5;
left: 574.2;
}
.pie[size="1474"] {
height: 1474;
width: 1474;
}
.pie[size="1474"]::after {
top: 717;
left: 574.6;
}
.pie-reverse[size="1474"] {
height: 1474;
width: 1474;
}
.pie-reverse[size="1474"]::after {
top: 717;
left: 574.6;
}
.pie[size="1475"] {
height: 1475;
width: 1475;
}
.pie[size="1475"]::after {
top: 717.5;
left: 575;
}
.pie-reverse[size="1475"] {
height: 1475;
width: 1475;
}
.pie-reverse[size="1475"]::after {
top: 717.5;
left: 575;
}
.pie[size="1476"] {
height: 1476;
width: 1476;
}
.pie[size="1476"]::after {
top: 718;
left: 575.4;
}
.pie-reverse[size="1476"] {
height: 1476;
width: 1476;
}
.pie-reverse[size="1476"]::after {
top: 718;
left: 575.4;
}
.pie[size="1477"] {
height: 1477;
width: 1477;
}
.pie[size="1477"]::after {
top: 718.5;
left: 575.8;
}
.pie-reverse[size="1477"] {
height: 1477;
width: 1477;
}
.pie-reverse[size="1477"]::after {
top: 718.5;
left: 575.8;
}
.pie[size="1478"] {
height: 1478;
width: 1478;
}
.pie[size="1478"]::after {
top: 719;
left: 576.2;
}
.pie-reverse[size="1478"] {
height: 1478;
width: 1478;
}
.pie-reverse[size="1478"]::after {
top: 719;
left: 576.2;
}
.pie[size="1479"] {
height: 1479;
width: 1479;
}
.pie[size="1479"]::after {
top: 719.5;
left: 576.6;
}
.pie-reverse[size="1479"] {
height: 1479;
width: 1479;
}
.pie-reverse[size="1479"]::after {
top: 719.5;
left: 576.6;
}
.pie[size="1480"] {
height: 1480;
width: 1480;
}
.pie[size="1480"]::after {
top: 720;
left: 577;
}
.pie-reverse[size="1480"] {
height: 1480;
width: 1480;
}
.pie-reverse[size="1480"]::after {
top: 720;
left: 577;
}
.pie[size="1481"] {
height: 1481;
width: 1481;
}
.pie[size="1481"]::after {
top: 720.5;
left: 577.4;
}
.pie-reverse[size="1481"] {
height: 1481;
width: 1481;
}
.pie-reverse[size="1481"]::after {
top: 720.5;
left: 577.4;
}
.pie[size="1482"] {
height: 1482;
width: 1482;
}
.pie[size="1482"]::after {
top: 721;
left: 577.8;
}
.pie-reverse[size="1482"] {
height: 1482;
width: 1482;
}
.pie-reverse[size="1482"]::after {
top: 721;
left: 577.8;
}
.pie[size="1483"] {
height: 1483;
width: 1483;
}
.pie[size="1483"]::after {
top: 721.5;
left: 578.2;
}
.pie-reverse[size="1483"] {
height: 1483;
width: 1483;
}
.pie-reverse[size="1483"]::after {
top: 721.5;
left: 578.2;
}
.pie[size="1484"] {
height: 1484;
width: 1484;
}
.pie[size="1484"]::after {
top: 722;
left: 578.6;
}
.pie-reverse[size="1484"] {
height: 1484;
width: 1484;
}
.pie-reverse[size="1484"]::after {
top: 722;
left: 578.6;
}
.pie[size="1485"] {
height: 1485;
width: 1485;
}
.pie[size="1485"]::after {
top: 722.5;
left: 579;
}
.pie-reverse[size="1485"] {
height: 1485;
width: 1485;
}
.pie-reverse[size="1485"]::after {
top: 722.5;
left: 579;
}
.pie[size="1486"] {
height: 1486;
width: 1486;
}
.pie[size="1486"]::after {
top: 723;
left: 579.4;
}
.pie-reverse[size="1486"] {
height: 1486;
width: 1486;
}
.pie-reverse[size="1486"]::after {
top: 723;
left: 579.4;
}
.pie[size="1487"] {
height: 1487;
width: 1487;
}
.pie[size="1487"]::after {
top: 723.5;
left: 579.8;
}
.pie-reverse[size="1487"] {
height: 1487;
width: 1487;
}
.pie-reverse[size="1487"]::after {
top: 723.5;
left: 579.8;
}
.pie[size="1488"] {
height: 1488;
width: 1488;
}
.pie[size="1488"]::after {
top: 724;
left: 580.2;
}
.pie-reverse[size="1488"] {
height: 1488;
width: 1488;
}
.pie-reverse[size="1488"]::after {
top: 724;
left: 580.2;
}
.pie[size="1489"] {
height: 1489;
width: 1489;
}
.pie[size="1489"]::after {
top: 724.5;
left: 580.6;
}
.pie-reverse[size="1489"] {
height: 1489;
width: 1489;
}
.pie-reverse[size="1489"]::after {
top: 724.5;
left: 580.6;
}
.pie[size="1490"] {
height: 1490;
width: 1490;
}
.pie[size="1490"]::after {
top: 725;
left: 581;
}
.pie-reverse[size="1490"] {
height: 1490;
width: 1490;
}
.pie-reverse[size="1490"]::after {
top: 725;
left: 581;
}
.pie[size="1491"] {
height: 1491;
width: 1491;
}
.pie[size="1491"]::after {
top: 725.5;
left: 581.4;
}
.pie-reverse[size="1491"] {
height: 1491;
width: 1491;
}
.pie-reverse[size="1491"]::after {
top: 725.5;
left: 581.4;
}
.pie[size="1492"] {
height: 1492;
width: 1492;
}
.pie[size="1492"]::after {
top: 726;
left: 581.8;
}
.pie-reverse[size="1492"] {
height: 1492;
width: 1492;
}
.pie-reverse[size="1492"]::after {
top: 726;
left: 581.8;
}
.pie[size="1493"] {
height: 1493;
width: 1493;
}
.pie[size="1493"]::after {
top: 726.5;
left: 582.2;
}
.pie-reverse[size="1493"] {
height: 1493;
width: 1493;
}
.pie-reverse[size="1493"]::after {
top: 726.5;
left: 582.2;
}
.pie[size="1494"] {
height: 1494;
width: 1494;
}
.pie[size="1494"]::after {
top: 727;
left: 582.6;
}
.pie-reverse[size="1494"] {
height: 1494;
width: 1494;
}
.pie-reverse[size="1494"]::after {
top: 727;
left: 582.6;
}
.pie[size="1495"] {
height: 1495;
width: 1495;
}
.pie[size="1495"]::after {
top: 727.5;
left: 583;
}
.pie-reverse[size="1495"] {
height: 1495;
width: 1495;
}
.pie-reverse[size="1495"]::after {
top: 727.5;
left: 583;
}
.pie[size="1496"] {
height: 1496;
width: 1496;
}
.pie[size="1496"]::after {
top: 728;
left: 583.4;
}
.pie-reverse[size="1496"] {
height: 1496;
width: 1496;
}
.pie-reverse[size="1496"]::after {
top: 728;
left: 583.4;
}
.pie[size="1497"] {
height: 1497;
width: 1497;
}
.pie[size="1497"]::after {
top: 728.5;
left: 583.8;
}
.pie-reverse[size="1497"] {
height: 1497;
width: 1497;
}
.pie-reverse[size="1497"]::after {
top: 728.5;
left: 583.8;
}
.pie[size="1498"] {
height: 1498;
width: 1498;
}
.pie[size="1498"]::after {
top: 729;
left: 584.2;
}
.pie-reverse[size="1498"] {
height: 1498;
width: 1498;
}
.pie-reverse[size="1498"]::after {
top: 729;
left: 584.2;
}
.pie[size="1499"] {
height: 1499;
width: 1499;
}
.pie[size="1499"]::after {
top: 729.5;
left: 584.6;
}
.pie-reverse[size="1499"] {
height: 1499;
width: 1499;
}
.pie-reverse[size="1499"]::after {
top: 729.5;
left: 584.6;
}
.pie[size="1500"] {
height: 1500;
width: 1500;
}
.pie[size="1500"]::after {
top: 730;
left: 585;
}
.pie-reverse[size="1500"] {
height: 1500;
width: 1500;
}
.pie-reverse[size="1500"]::after {
top: 730;
left: 585;
}
.pie[size="1501"] {
height: 1501;
width: 1501;
}
.pie[size="1501"]::after {
top: 730.5;
left: 585.4;
}
.pie-reverse[size="1501"] {
height: 1501;
width: 1501;
}
.pie-reverse[size="1501"]::after {
top: 730.5;
left: 585.4;
}
.pie[size="1502"] {
height: 1502;
width: 1502;
}
.pie[size="1502"]::after {
top: 731;
left: 585.8;
}
.pie-reverse[size="1502"] {
height: 1502;
width: 1502;
}
.pie-reverse[size="1502"]::after {
top: 731;
left: 585.8;
}
.pie[size="1503"] {
height: 1503;
width: 1503;
}
.pie[size="1503"]::after {
top: 731.5;
left: 586.2;
}
.pie-reverse[size="1503"] {
height: 1503;
width: 1503;
}
.pie-reverse[size="1503"]::after {
top: 731.5;
left: 586.2;
}
.pie[size="1504"] {
height: 1504;
width: 1504;
}
.pie[size="1504"]::after {
top: 732;
left: 586.6;
}
.pie-reverse[size="1504"] {
height: 1504;
width: 1504;
}
.pie-reverse[size="1504"]::after {
top: 732;
left: 586.6;
}
.pie[size="1505"] {
height: 1505;
width: 1505;
}
.pie[size="1505"]::after {
top: 732.5;
left: 587;
}
.pie-reverse[size="1505"] {
height: 1505;
width: 1505;
}
.pie-reverse[size="1505"]::after {
top: 732.5;
left: 587;
}
.pie[size="1506"] {
height: 1506;
width: 1506;
}
.pie[size="1506"]::after {
top: 733;
left: 587.4;
}
.pie-reverse[size="1506"] {
height: 1506;
width: 1506;
}
.pie-reverse[size="1506"]::after {
top: 733;
left: 587.4;
}
.pie[size="1507"] {
height: 1507;
width: 1507;
}
.pie[size="1507"]::after {
top: 733.5;
left: 587.8;
}
.pie-reverse[size="1507"] {
height: 1507;
width: 1507;
}
.pie-reverse[size="1507"]::after {
top: 733.5;
left: 587.8;
}
.pie[size="1508"] {
height: 1508;
width: 1508;
}
.pie[size="1508"]::after {
top: 734;
left: 588.2;
}
.pie-reverse[size="1508"] {
height: 1508;
width: 1508;
}
.pie-reverse[size="1508"]::after {
top: 734;
left: 588.2;
}
.pie[size="1509"] {
height: 1509;
width: 1509;
}
.pie[size="1509"]::after {
top: 734.5;
left: 588.6;
}
.pie-reverse[size="1509"] {
height: 1509;
width: 1509;
}
.pie-reverse[size="1509"]::after {
top: 734.5;
left: 588.6;
}
.pie[size="1510"] {
height: 1510;
width: 1510;
}
.pie[size="1510"]::after {
top: 735;
left: 589;
}
.pie-reverse[size="1510"] {
height: 1510;
width: 1510;
}
.pie-reverse[size="1510"]::after {
top: 735;
left: 589;
}
.pie[size="1511"] {
height: 1511;
width: 1511;
}
.pie[size="1511"]::after {
top: 735.5;
left: 589.4;
}
.pie-reverse[size="1511"] {
height: 1511;
width: 1511;
}
.pie-reverse[size="1511"]::after {
top: 735.5;
left: 589.4;
}
.pie[size="1512"] {
height: 1512;
width: 1512;
}
.pie[size="1512"]::after {
top: 736;
left: 589.8;
}
.pie-reverse[size="1512"] {
height: 1512;
width: 1512;
}
.pie-reverse[size="1512"]::after {
top: 736;
left: 589.8;
}
.pie[size="1513"] {
height: 1513;
width: 1513;
}
.pie[size="1513"]::after {
top: 736.5;
left: 590.2;
}
.pie-reverse[size="1513"] {
height: 1513;
width: 1513;
}
.pie-reverse[size="1513"]::after {
top: 736.5;
left: 590.2;
}
.pie[size="1514"] {
height: 1514;
width: 1514;
}
.pie[size="1514"]::after {
top: 737;
left: 590.6;
}
.pie-reverse[size="1514"] {
height: 1514;
width: 1514;
}
.pie-reverse[size="1514"]::after {
top: 737;
left: 590.6;
}
.pie[size="1515"] {
height: 1515;
width: 1515;
}
.pie[size="1515"]::after {
top: 737.5;
left: 591;
}
.pie-reverse[size="1515"] {
height: 1515;
width: 1515;
}
.pie-reverse[size="1515"]::after {
top: 737.5;
left: 591;
}
.pie[size="1516"] {
height: 1516;
width: 1516;
}
.pie[size="1516"]::after {
top: 738;
left: 591.4;
}
.pie-reverse[size="1516"] {
height: 1516;
width: 1516;
}
.pie-reverse[size="1516"]::after {
top: 738;
left: 591.4;
}
.pie[size="1517"] {
height: 1517;
width: 1517;
}
.pie[size="1517"]::after {
top: 738.5;
left: 591.8;
}
.pie-reverse[size="1517"] {
height: 1517;
width: 1517;
}
.pie-reverse[size="1517"]::after {
top: 738.5;
left: 591.8;
}
.pie[size="1518"] {
height: 1518;
width: 1518;
}
.pie[size="1518"]::after {
top: 739;
left: 592.2;
}
.pie-reverse[size="1518"] {
height: 1518;
width: 1518;
}
.pie-reverse[size="1518"]::after {
top: 739;
left: 592.2;
}
.pie[size="1519"] {
height: 1519;
width: 1519;
}
.pie[size="1519"]::after {
top: 739.5;
left: 592.6;
}
.pie-reverse[size="1519"] {
height: 1519;
width: 1519;
}
.pie-reverse[size="1519"]::after {
top: 739.5;
left: 592.6;
}
.pie[size="1520"] {
height: 1520;
width: 1520;
}
.pie[size="1520"]::after {
top: 740;
left: 593;
}
.pie-reverse[size="1520"] {
height: 1520;
width: 1520;
}
.pie-reverse[size="1520"]::after {
top: 740;
left: 593;
}
.pie[size="1521"] {
height: 1521;
width: 1521;
}
.pie[size="1521"]::after {
top: 740.5;
left: 593.4;
}
.pie-reverse[size="1521"] {
height: 1521;
width: 1521;
}
.pie-reverse[size="1521"]::after {
top: 740.5;
left: 593.4;
}
.pie[size="1522"] {
height: 1522;
width: 1522;
}
.pie[size="1522"]::after {
top: 741;
left: 593.8;
}
.pie-reverse[size="1522"] {
height: 1522;
width: 1522;
}
.pie-reverse[size="1522"]::after {
top: 741;
left: 593.8;
}
.pie[size="1523"] {
height: 1523;
width: 1523;
}
.pie[size="1523"]::after {
top: 741.5;
left: 594.2;
}
.pie-reverse[size="1523"] {
height: 1523;
width: 1523;
}
.pie-reverse[size="1523"]::after {
top: 741.5;
left: 594.2;
}
.pie[size="1524"] {
height: 1524;
width: 1524;
}
.pie[size="1524"]::after {
top: 742;
left: 594.6;
}
.pie-reverse[size="1524"] {
height: 1524;
width: 1524;
}
.pie-reverse[size="1524"]::after {
top: 742;
left: 594.6;
}
.pie[size="1525"] {
height: 1525;
width: 1525;
}
.pie[size="1525"]::after {
top: 742.5;
left: 595;
}
.pie-reverse[size="1525"] {
height: 1525;
width: 1525;
}
.pie-reverse[size="1525"]::after {
top: 742.5;
left: 595;
}
.pie[size="1526"] {
height: 1526;
width: 1526;
}
.pie[size="1526"]::after {
top: 743;
left: 595.4;
}
.pie-reverse[size="1526"] {
height: 1526;
width: 1526;
}
.pie-reverse[size="1526"]::after {
top: 743;
left: 595.4;
}
.pie[size="1527"] {
height: 1527;
width: 1527;
}
.pie[size="1527"]::after {
top: 743.5;
left: 595.8;
}
.pie-reverse[size="1527"] {
height: 1527;
width: 1527;
}
.pie-reverse[size="1527"]::after {
top: 743.5;
left: 595.8;
}
.pie[size="1528"] {
height: 1528;
width: 1528;
}
.pie[size="1528"]::after {
top: 744;
left: 596.2;
}
.pie-reverse[size="1528"] {
height: 1528;
width: 1528;
}
.pie-reverse[size="1528"]::after {
top: 744;
left: 596.2;
}
.pie[size="1529"] {
height: 1529;
width: 1529;
}
.pie[size="1529"]::after {
top: 744.5;
left: 596.6;
}
.pie-reverse[size="1529"] {
height: 1529;
width: 1529;
}
.pie-reverse[size="1529"]::after {
top: 744.5;
left: 596.6;
}
.pie[size="1530"] {
height: 1530;
width: 1530;
}
.pie[size="1530"]::after {
top: 745;
left: 597;
}
.pie-reverse[size="1530"] {
height: 1530;
width: 1530;
}
.pie-reverse[size="1530"]::after {
top: 745;
left: 597;
}
.pie[size="1531"] {
height: 1531;
width: 1531;
}
.pie[size="1531"]::after {
top: 745.5;
left: 597.4;
}
.pie-reverse[size="1531"] {
height: 1531;
width: 1531;
}
.pie-reverse[size="1531"]::after {
top: 745.5;
left: 597.4;
}
.pie[size="1532"] {
height: 1532;
width: 1532;
}
.pie[size="1532"]::after {
top: 746;
left: 597.8;
}
.pie-reverse[size="1532"] {
height: 1532;
width: 1532;
}
.pie-reverse[size="1532"]::after {
top: 746;
left: 597.8;
}
.pie[size="1533"] {
height: 1533;
width: 1533;
}
.pie[size="1533"]::after {
top: 746.5;
left: 598.2;
}
.pie-reverse[size="1533"] {
height: 1533;
width: 1533;
}
.pie-reverse[size="1533"]::after {
top: 746.5;
left: 598.2;
}
.pie[size="1534"] {
height: 1534;
width: 1534;
}
.pie[size="1534"]::after {
top: 747;
left: 598.6;
}
.pie-reverse[size="1534"] {
height: 1534;
width: 1534;
}
.pie-reverse[size="1534"]::after {
top: 747;
left: 598.6;
}
.pie[size="1535"] {
height: 1535;
width: 1535;
}
.pie[size="1535"]::after {
top: 747.5;
left: 599;
}
.pie-reverse[size="1535"] {
height: 1535;
width: 1535;
}
.pie-reverse[size="1535"]::after {
top: 747.5;
left: 599;
}
.pie[size="1536"] {
height: 1536;
width: 1536;
}
.pie[size="1536"]::after {
top: 748;
left: 599.4;
}
.pie-reverse[size="1536"] {
height: 1536;
width: 1536;
}
.pie-reverse[size="1536"]::after {
top: 748;
left: 599.4;
}
.pie[size="1537"] {
height: 1537;
width: 1537;
}
.pie[size="1537"]::after {
top: 748.5;
left: 599.8;
}
.pie-reverse[size="1537"] {
height: 1537;
width: 1537;
}
.pie-reverse[size="1537"]::after {
top: 748.5;
left: 599.8;
}
.pie[size="1538"] {
height: 1538;
width: 1538;
}
.pie[size="1538"]::after {
top: 749;
left: 600.2;
}
.pie-reverse[size="1538"] {
height: 1538;
width: 1538;
}
.pie-reverse[size="1538"]::after {
top: 749;
left: 600.2;
}
.pie[size="1539"] {
height: 1539;
width: 1539;
}
.pie[size="1539"]::after {
top: 749.5;
left: 600.6;
}
.pie-reverse[size="1539"] {
height: 1539;
width: 1539;
}
.pie-reverse[size="1539"]::after {
top: 749.5;
left: 600.6;
}
.pie[size="1540"] {
height: 1540;
width: 1540;
}
.pie[size="1540"]::after {
top: 750;
left: 601;
}
.pie-reverse[size="1540"] {
height: 1540;
width: 1540;
}
.pie-reverse[size="1540"]::after {
top: 750;
left: 601;
}
.pie[size="1541"] {
height: 1541;
width: 1541;
}
.pie[size="1541"]::after {
top: 750.5;
left: 601.4;
}
.pie-reverse[size="1541"] {
height: 1541;
width: 1541;
}
.pie-reverse[size="1541"]::after {
top: 750.5;
left: 601.4;
}
.pie[size="1542"] {
height: 1542;
width: 1542;
}
.pie[size="1542"]::after {
top: 751;
left: 601.8;
}
.pie-reverse[size="1542"] {
height: 1542;
width: 1542;
}
.pie-reverse[size="1542"]::after {
top: 751;
left: 601.8;
}
.pie[size="1543"] {
height: 1543;
width: 1543;
}
.pie[size="1543"]::after {
top: 751.5;
left: 602.2;
}
.pie-reverse[size="1543"] {
height: 1543;
width: 1543;
}
.pie-reverse[size="1543"]::after {
top: 751.5;
left: 602.2;
}
.pie[size="1544"] {
height: 1544;
width: 1544;
}
.pie[size="1544"]::after {
top: 752;
left: 602.6;
}
.pie-reverse[size="1544"] {
height: 1544;
width: 1544;
}
.pie-reverse[size="1544"]::after {
top: 752;
left: 602.6;
}
.pie[size="1545"] {
height: 1545;
width: 1545;
}
.pie[size="1545"]::after {
top: 752.5;
left: 603;
}
.pie-reverse[size="1545"] {
height: 1545;
width: 1545;
}
.pie-reverse[size="1545"]::after {
top: 752.5;
left: 603;
}
.pie[size="1546"] {
height: 1546;
width: 1546;
}
.pie[size="1546"]::after {
top: 753;
left: 603.4;
}
.pie-reverse[size="1546"] {
height: 1546;
width: 1546;
}
.pie-reverse[size="1546"]::after {
top: 753;
left: 603.4;
}
.pie[size="1547"] {
height: 1547;
width: 1547;
}
.pie[size="1547"]::after {
top: 753.5;
left: 603.8;
}
.pie-reverse[size="1547"] {
height: 1547;
width: 1547;
}
.pie-reverse[size="1547"]::after {
top: 753.5;
left: 603.8;
}
.pie[size="1548"] {
height: 1548;
width: 1548;
}
.pie[size="1548"]::after {
top: 754;
left: 604.2;
}
.pie-reverse[size="1548"] {
height: 1548;
width: 1548;
}
.pie-reverse[size="1548"]::after {
top: 754;
left: 604.2;
}
.pie[size="1549"] {
height: 1549;
width: 1549;
}
.pie[size="1549"]::after {
top: 754.5;
left: 604.6;
}
.pie-reverse[size="1549"] {
height: 1549;
width: 1549;
}
.pie-reverse[size="1549"]::after {
top: 754.5;
left: 604.6;
}
.pie[size="1550"] {
height: 1550;
width: 1550;
}
.pie[size="1550"]::after {
top: 755;
left: 605;
}
.pie-reverse[size="1550"] {
height: 1550;
width: 1550;
}
.pie-reverse[size="1550"]::after {
top: 755;
left: 605;
}
.pie[size="1551"] {
height: 1551;
width: 1551;
}
.pie[size="1551"]::after {
top: 755.5;
left: 605.4;
}
.pie-reverse[size="1551"] {
height: 1551;
width: 1551;
}
.pie-reverse[size="1551"]::after {
top: 755.5;
left: 605.4;
}
.pie[size="1552"] {
height: 1552;
width: 1552;
}
.pie[size="1552"]::after {
top: 756;
left: 605.8;
}
.pie-reverse[size="1552"] {
height: 1552;
width: 1552;
}
.pie-reverse[size="1552"]::after {
top: 756;
left: 605.8;
}
.pie[size="1553"] {
height: 1553;
width: 1553;
}
.pie[size="1553"]::after {
top: 756.5;
left: 606.2;
}
.pie-reverse[size="1553"] {
height: 1553;
width: 1553;
}
.pie-reverse[size="1553"]::after {
top: 756.5;
left: 606.2;
}
.pie[size="1554"] {
height: 1554;
width: 1554;
}
.pie[size="1554"]::after {
top: 757;
left: 606.6;
}
.pie-reverse[size="1554"] {
height: 1554;
width: 1554;
}
.pie-reverse[size="1554"]::after {
top: 757;
left: 606.6;
}
.pie[size="1555"] {
height: 1555;
width: 1555;
}
.pie[size="1555"]::after {
top: 757.5;
left: 607;
}
.pie-reverse[size="1555"] {
height: 1555;
width: 1555;
}
.pie-reverse[size="1555"]::after {
top: 757.5;
left: 607;
}
.pie[size="1556"] {
height: 1556;
width: 1556;
}
.pie[size="1556"]::after {
top: 758;
left: 607.4;
}
.pie-reverse[size="1556"] {
height: 1556;
width: 1556;
}
.pie-reverse[size="1556"]::after {
top: 758;
left: 607.4;
}
.pie[size="1557"] {
height: 1557;
width: 1557;
}
.pie[size="1557"]::after {
top: 758.5;
left: 607.8;
}
.pie-reverse[size="1557"] {
height: 1557;
width: 1557;
}
.pie-reverse[size="1557"]::after {
top: 758.5;
left: 607.8;
}
.pie[size="1558"] {
height: 1558;
width: 1558;
}
.pie[size="1558"]::after {
top: 759;
left: 608.2;
}
.pie-reverse[size="1558"] {
height: 1558;
width: 1558;
}
.pie-reverse[size="1558"]::after {
top: 759;
left: 608.2;
}
.pie[size="1559"] {
height: 1559;
width: 1559;
}
.pie[size="1559"]::after {
top: 759.5;
left: 608.6;
}
.pie-reverse[size="1559"] {
height: 1559;
width: 1559;
}
.pie-reverse[size="1559"]::after {
top: 759.5;
left: 608.6;
}
.pie[size="1560"] {
height: 1560;
width: 1560;
}
.pie[size="1560"]::after {
top: 760;
left: 609;
}
.pie-reverse[size="1560"] {
height: 1560;
width: 1560;
}
.pie-reverse[size="1560"]::after {
top: 760;
left: 609;
}
.pie[size="1561"] {
height: 1561;
width: 1561;
}
.pie[size="1561"]::after {
top: 760.5;
left: 609.4;
}
.pie-reverse[size="1561"] {
height: 1561;
width: 1561;
}
.pie-reverse[size="1561"]::after {
top: 760.5;
left: 609.4;
}
.pie[size="1562"] {
height: 1562;
width: 1562;
}
.pie[size="1562"]::after {
top: 761;
left: 609.8;
}
.pie-reverse[size="1562"] {
height: 1562;
width: 1562;
}
.pie-reverse[size="1562"]::after {
top: 761;
left: 609.8;
}
.pie[size="1563"] {
height: 1563;
width: 1563;
}
.pie[size="1563"]::after {
top: 761.5;
left: 610.2;
}
.pie-reverse[size="1563"] {
height: 1563;
width: 1563;
}
.pie-reverse[size="1563"]::after {
top: 761.5;
left: 610.2;
}
.pie[size="1564"] {
height: 1564;
width: 1564;
}
.pie[size="1564"]::after {
top: 762;
left: 610.6;
}
.pie-reverse[size="1564"] {
height: 1564;
width: 1564;
}
.pie-reverse[size="1564"]::after {
top: 762;
left: 610.6;
}
.pie[size="1565"] {
height: 1565;
width: 1565;
}
.pie[size="1565"]::after {
top: 762.5;
left: 611;
}
.pie-reverse[size="1565"] {
height: 1565;
width: 1565;
}
.pie-reverse[size="1565"]::after {
top: 762.5;
left: 611;
}
.pie[size="1566"] {
height: 1566;
width: 1566;
}
.pie[size="1566"]::after {
top: 763;
left: 611.4;
}
.pie-reverse[size="1566"] {
height: 1566;
width: 1566;
}
.pie-reverse[size="1566"]::after {
top: 763;
left: 611.4;
}
.pie[size="1567"] {
height: 1567;
width: 1567;
}
.pie[size="1567"]::after {
top: 763.5;
left: 611.8;
}
.pie-reverse[size="1567"] {
height: 1567;
width: 1567;
}
.pie-reverse[size="1567"]::after {
top: 763.5;
left: 611.8;
}
.pie[size="1568"] {
height: 1568;
width: 1568;
}
.pie[size="1568"]::after {
top: 764;
left: 612.2;
}
.pie-reverse[size="1568"] {
height: 1568;
width: 1568;
}
.pie-reverse[size="1568"]::after {
top: 764;
left: 612.2;
}
.pie[size="1569"] {
height: 1569;
width: 1569;
}
.pie[size="1569"]::after {
top: 764.5;
left: 612.6;
}
.pie-reverse[size="1569"] {
height: 1569;
width: 1569;
}
.pie-reverse[size="1569"]::after {
top: 764.5;
left: 612.6;
}
.pie[size="1570"] {
height: 1570;
width: 1570;
}
.pie[size="1570"]::after {
top: 765;
left: 613;
}
.pie-reverse[size="1570"] {
height: 1570;
width: 1570;
}
.pie-reverse[size="1570"]::after {
top: 765;
left: 613;
}
.pie[size="1571"] {
height: 1571;
width: 1571;
}
.pie[size="1571"]::after {
top: 765.5;
left: 613.4;
}
.pie-reverse[size="1571"] {
height: 1571;
width: 1571;
}
.pie-reverse[size="1571"]::after {
top: 765.5;
left: 613.4;
}
.pie[size="1572"] {
height: 1572;
width: 1572;
}
.pie[size="1572"]::after {
top: 766;
left: 613.8;
}
.pie-reverse[size="1572"] {
height: 1572;
width: 1572;
}
.pie-reverse[size="1572"]::after {
top: 766;
left: 613.8;
}
.pie[size="1573"] {
height: 1573;
width: 1573;
}
.pie[size="1573"]::after {
top: 766.5;
left: 614.2;
}
.pie-reverse[size="1573"] {
height: 1573;
width: 1573;
}
.pie-reverse[size="1573"]::after {
top: 766.5;
left: 614.2;
}
.pie[size="1574"] {
height: 1574;
width: 1574;
}
.pie[size="1574"]::after {
top: 767;
left: 614.6;
}
.pie-reverse[size="1574"] {
height: 1574;
width: 1574;
}
.pie-reverse[size="1574"]::after {
top: 767;
left: 614.6;
}
.pie[size="1575"] {
height: 1575;
width: 1575;
}
.pie[size="1575"]::after {
top: 767.5;
left: 615;
}
.pie-reverse[size="1575"] {
height: 1575;
width: 1575;
}
.pie-reverse[size="1575"]::after {
top: 767.5;
left: 615;
}
.pie[size="1576"] {
height: 1576;
width: 1576;
}
.pie[size="1576"]::after {
top: 768;
left: 615.4;
}
.pie-reverse[size="1576"] {
height: 1576;
width: 1576;
}
.pie-reverse[size="1576"]::after {
top: 768;
left: 615.4;
}
.pie[size="1577"] {
height: 1577;
width: 1577;
}
.pie[size="1577"]::after {
top: 768.5;
left: 615.8;
}
.pie-reverse[size="1577"] {
height: 1577;
width: 1577;
}
.pie-reverse[size="1577"]::after {
top: 768.5;
left: 615.8;
}
.pie[size="1578"] {
height: 1578;
width: 1578;
}
.pie[size="1578"]::after {
top: 769;
left: 616.2;
}
.pie-reverse[size="1578"] {
height: 1578;
width: 1578;
}
.pie-reverse[size="1578"]::after {
top: 769;
left: 616.2;
}
.pie[size="1579"] {
height: 1579;
width: 1579;
}
.pie[size="1579"]::after {
top: 769.5;
left: 616.6;
}
.pie-reverse[size="1579"] {
height: 1579;
width: 1579;
}
.pie-reverse[size="1579"]::after {
top: 769.5;
left: 616.6;
}
.pie[size="1580"] {
height: 1580;
width: 1580;
}
.pie[size="1580"]::after {
top: 770;
left: 617;
}
.pie-reverse[size="1580"] {
height: 1580;
width: 1580;
}
.pie-reverse[size="1580"]::after {
top: 770;
left: 617;
}
.pie[size="1581"] {
height: 1581;
width: 1581;
}
.pie[size="1581"]::after {
top: 770.5;
left: 617.4;
}
.pie-reverse[size="1581"] {
height: 1581;
width: 1581;
}
.pie-reverse[size="1581"]::after {
top: 770.5;
left: 617.4;
}
.pie[size="1582"] {
height: 1582;
width: 1582;
}
.pie[size="1582"]::after {
top: 771;
left: 617.8;
}
.pie-reverse[size="1582"] {
height: 1582;
width: 1582;
}
.pie-reverse[size="1582"]::after {
top: 771;
left: 617.8;
}
.pie[size="1583"] {
height: 1583;
width: 1583;
}
.pie[size="1583"]::after {
top: 771.5;
left: 618.2;
}
.pie-reverse[size="1583"] {
height: 1583;
width: 1583;
}
.pie-reverse[size="1583"]::after {
top: 771.5;
left: 618.2;
}
.pie[size="1584"] {
height: 1584;
width: 1584;
}
.pie[size="1584"]::after {
top: 772;
left: 618.6;
}
.pie-reverse[size="1584"] {
height: 1584;
width: 1584;
}
.pie-reverse[size="1584"]::after {
top: 772;
left: 618.6;
}
.pie[size="1585"] {
height: 1585;
width: 1585;
}
.pie[size="1585"]::after {
top: 772.5;
left: 619;
}
.pie-reverse[size="1585"] {
height: 1585;
width: 1585;
}
.pie-reverse[size="1585"]::after {
top: 772.5;
left: 619;
}
.pie[size="1586"] {
height: 1586;
width: 1586;
}
.pie[size="1586"]::after {
top: 773;
left: 619.4;
}
.pie-reverse[size="1586"] {
height: 1586;
width: 1586;
}
.pie-reverse[size="1586"]::after {
top: 773;
left: 619.4;
}
.pie[size="1587"] {
height: 1587;
width: 1587;
}
.pie[size="1587"]::after {
top: 773.5;
left: 619.8;
}
.pie-reverse[size="1587"] {
height: 1587;
width: 1587;
}
.pie-reverse[size="1587"]::after {
top: 773.5;
left: 619.8;
}
.pie[size="1588"] {
height: 1588;
width: 1588;
}
.pie[size="1588"]::after {
top: 774;
left: 620.2;
}
.pie-reverse[size="1588"] {
height: 1588;
width: 1588;
}
.pie-reverse[size="1588"]::after {
top: 774;
left: 620.2;
}
.pie[size="1589"] {
height: 1589;
width: 1589;
}
.pie[size="1589"]::after {
top: 774.5;
left: 620.6;
}
.pie-reverse[size="1589"] {
height: 1589;
width: 1589;
}
.pie-reverse[size="1589"]::after {
top: 774.5;
left: 620.6;
}
.pie[size="1590"] {
height: 1590;
width: 1590;
}
.pie[size="1590"]::after {
top: 775;
left: 621;
}
.pie-reverse[size="1590"] {
height: 1590;
width: 1590;
}
.pie-reverse[size="1590"]::after {
top: 775;
left: 621;
}
.pie[size="1591"] {
height: 1591;
width: 1591;
}
.pie[size="1591"]::after {
top: 775.5;
left: 621.4;
}
.pie-reverse[size="1591"] {
height: 1591;
width: 1591;
}
.pie-reverse[size="1591"]::after {
top: 775.5;
left: 621.4;
}
.pie[size="1592"] {
height: 1592;
width: 1592;
}
.pie[size="1592"]::after {
top: 776;
left: 621.8;
}
.pie-reverse[size="1592"] {
height: 1592;
width: 1592;
}
.pie-reverse[size="1592"]::after {
top: 776;
left: 621.8;
}
.pie[size="1593"] {
height: 1593;
width: 1593;
}
.pie[size="1593"]::after {
top: 776.5;
left: 622.2;
}
.pie-reverse[size="1593"] {
height: 1593;
width: 1593;
}
.pie-reverse[size="1593"]::after {
top: 776.5;
left: 622.2;
}
.pie[size="1594"] {
height: 1594;
width: 1594;
}
.pie[size="1594"]::after {
top: 777;
left: 622.6;
}
.pie-reverse[size="1594"] {
height: 1594;
width: 1594;
}
.pie-reverse[size="1594"]::after {
top: 777;
left: 622.6;
}
.pie[size="1595"] {
height: 1595;
width: 1595;
}
.pie[size="1595"]::after {
top: 777.5;
left: 623;
}
.pie-reverse[size="1595"] {
height: 1595;
width: 1595;
}
.pie-reverse[size="1595"]::after {
top: 777.5;
left: 623;
}
.pie[size="1596"] {
height: 1596;
width: 1596;
}
.pie[size="1596"]::after {
top: 778;
left: 623.4;
}
.pie-reverse[size="1596"] {
height: 1596;
width: 1596;
}
.pie-reverse[size="1596"]::after {
top: 778;
left: 623.4;
}
.pie[size="1597"] {
height: 1597;
width: 1597;
}
.pie[size="1597"]::after {
top: 778.5;
left: 623.8;
}
.pie-reverse[size="1597"] {
height: 1597;
width: 1597;
}
.pie-reverse[size="1597"]::after {
top: 778.5;
left: 623.8;
}
.pie[size="1598"] {
height: 1598;
width: 1598;
}
.pie[size="1598"]::after {
top: 779;
left: 624.2;
}
.pie-reverse[size="1598"] {
height: 1598;
width: 1598;
}
.pie-reverse[size="1598"]::after {
top: 779;
left: 624.2;
}
.pie[size="1599"] {
height: 1599;
width: 1599;
}
.pie[size="1599"]::after {
top: 779.5;
left: 624.6;
}
.pie-reverse[size="1599"] {
height: 1599;
width: 1599;
}
.pie-reverse[size="1599"]::after {
top: 779.5;
left: 624.6;
}
.pie[size="1600"] {
height: 1600;
width: 1600;
}
.pie[size="1600"]::after {
top: 780;
left: 625;
}
.pie-reverse[size="1600"] {
height: 1600;
width: 1600;
}
.pie-reverse[size="1600"]::after {
top: 780;
left: 625;
}
.pie[size="1601"] {
height: 1601;
width: 1601;
}
.pie[size="1601"]::after {
top: 780.5;
left: 625.4;
}
.pie-reverse[size="1601"] {
height: 1601;
width: 1601;
}
.pie-reverse[size="1601"]::after {
top: 780.5;
left: 625.4;
}
.pie[size="1602"] {
height: 1602;
width: 1602;
}
.pie[size="1602"]::after {
top: 781;
left: 625.8;
}
.pie-reverse[size="1602"] {
height: 1602;
width: 1602;
}
.pie-reverse[size="1602"]::after {
top: 781;
left: 625.8;
}
.pie[size="1603"] {
height: 1603;
width: 1603;
}
.pie[size="1603"]::after {
top: 781.5;
left: 626.2;
}
.pie-reverse[size="1603"] {
height: 1603;
width: 1603;
}
.pie-reverse[size="1603"]::after {
top: 781.5;
left: 626.2;
}
.pie[size="1604"] {
height: 1604;
width: 1604;
}
.pie[size="1604"]::after {
top: 782;
left: 626.6;
}
.pie-reverse[size="1604"] {
height: 1604;
width: 1604;
}
.pie-reverse[size="1604"]::after {
top: 782;
left: 626.6;
}
.pie[size="1605"] {
height: 1605;
width: 1605;
}
.pie[size="1605"]::after {
top: 782.5;
left: 627;
}
.pie-reverse[size="1605"] {
height: 1605;
width: 1605;
}
.pie-reverse[size="1605"]::after {
top: 782.5;
left: 627;
}
.pie[size="1606"] {
height: 1606;
width: 1606;
}
.pie[size="1606"]::after {
top: 783;
left: 627.4;
}
.pie-reverse[size="1606"] {
height: 1606;
width: 1606;
}
.pie-reverse[size="1606"]::after {
top: 783;
left: 627.4;
}
.pie[size="1607"] {
height: 1607;
width: 1607;
}
.pie[size="1607"]::after {
top: 783.5;
left: 627.8;
}
.pie-reverse[size="1607"] {
height: 1607;
width: 1607;
}
.pie-reverse[size="1607"]::after {
top: 783.5;
left: 627.8;
}
.pie[size="1608"] {
height: 1608;
width: 1608;
}
.pie[size="1608"]::after {
top: 784;
left: 628.2;
}
.pie-reverse[size="1608"] {
height: 1608;
width: 1608;
}
.pie-reverse[size="1608"]::after {
top: 784;
left: 628.2;
}
.pie[size="1609"] {
height: 1609;
width: 1609;
}
.pie[size="1609"]::after {
top: 784.5;
left: 628.6;
}
.pie-reverse[size="1609"] {
height: 1609;
width: 1609;
}
.pie-reverse[size="1609"]::after {
top: 784.5;
left: 628.6;
}
.pie[size="1610"] {
height: 1610;
width: 1610;
}
.pie[size="1610"]::after {
top: 785;
left: 629;
}
.pie-reverse[size="1610"] {
height: 1610;
width: 1610;
}
.pie-reverse[size="1610"]::after {
top: 785;
left: 629;
}
.pie[size="1611"] {
height: 1611;
width: 1611;
}
.pie[size="1611"]::after {
top: 785.5;
left: 629.4;
}
.pie-reverse[size="1611"] {
height: 1611;
width: 1611;
}
.pie-reverse[size="1611"]::after {
top: 785.5;
left: 629.4;
}
.pie[size="1612"] {
height: 1612;
width: 1612;
}
.pie[size="1612"]::after {
top: 786;
left: 629.8;
}
.pie-reverse[size="1612"] {
height: 1612;
width: 1612;
}
.pie-reverse[size="1612"]::after {
top: 786;
left: 629.8;
}
.pie[size="1613"] {
height: 1613;
width: 1613;
}
.pie[size="1613"]::after {
top: 786.5;
left: 630.2;
}
.pie-reverse[size="1613"] {
height: 1613;
width: 1613;
}
.pie-reverse[size="1613"]::after {
top: 786.5;
left: 630.2;
}
.pie[size="1614"] {
height: 1614;
width: 1614;
}
.pie[size="1614"]::after {
top: 787;
left: 630.6;
}
.pie-reverse[size="1614"] {
height: 1614;
width: 1614;
}
.pie-reverse[size="1614"]::after {
top: 787;
left: 630.6;
}
.pie[size="1615"] {
height: 1615;
width: 1615;
}
.pie[size="1615"]::after {
top: 787.5;
left: 631;
}
.pie-reverse[size="1615"] {
height: 1615;
width: 1615;
}
.pie-reverse[size="1615"]::after {
top: 787.5;
left: 631;
}
.pie[size="1616"] {
height: 1616;
width: 1616;
}
.pie[size="1616"]::after {
top: 788;
left: 631.4;
}
.pie-reverse[size="1616"] {
height: 1616;
width: 1616;
}
.pie-reverse[size="1616"]::after {
top: 788;
left: 631.4;
}
.pie[size="1617"] {
height: 1617;
width: 1617;
}
.pie[size="1617"]::after {
top: 788.5;
left: 631.8;
}
.pie-reverse[size="1617"] {
height: 1617;
width: 1617;
}
.pie-reverse[size="1617"]::after {
top: 788.5;
left: 631.8;
}
.pie[size="1618"] {
height: 1618;
width: 1618;
}
.pie[size="1618"]::after {
top: 789;
left: 632.2;
}
.pie-reverse[size="1618"] {
height: 1618;
width: 1618;
}
.pie-reverse[size="1618"]::after {
top: 789;
left: 632.2;
}
.pie[size="1619"] {
height: 1619;
width: 1619;
}
.pie[size="1619"]::after {
top: 789.5;
left: 632.6;
}
.pie-reverse[size="1619"] {
height: 1619;
width: 1619;
}
.pie-reverse[size="1619"]::after {
top: 789.5;
left: 632.6;
}
.pie[size="1620"] {
height: 1620;
width: 1620;
}
.pie[size="1620"]::after {
top: 790;
left: 633;
}
.pie-reverse[size="1620"] {
height: 1620;
width: 1620;
}
.pie-reverse[size="1620"]::after {
top: 790;
left: 633;
}
.pie[size="1621"] {
height: 1621;
width: 1621;
}
.pie[size="1621"]::after {
top: 790.5;
left: 633.4;
}
.pie-reverse[size="1621"] {
height: 1621;
width: 1621;
}
.pie-reverse[size="1621"]::after {
top: 790.5;
left: 633.4;
}
.pie[size="1622"] {
height: 1622;
width: 1622;
}
.pie[size="1622"]::after {
top: 791;
left: 633.8;
}
.pie-reverse[size="1622"] {
height: 1622;
width: 1622;
}
.pie-reverse[size="1622"]::after {
top: 791;
left: 633.8;
}
.pie[size="1623"] {
height: 1623;
width: 1623;
}
.pie[size="1623"]::after {
top: 791.5;
left: 634.2;
}
.pie-reverse[size="1623"] {
height: 1623;
width: 1623;
}
.pie-reverse[size="1623"]::after {
top: 791.5;
left: 634.2;
}
.pie[size="1624"] {
height: 1624;
width: 1624;
}
.pie[size="1624"]::after {
top: 792;
left: 634.6;
}
.pie-reverse[size="1624"] {
height: 1624;
width: 1624;
}
.pie-reverse[size="1624"]::after {
top: 792;
left: 634.6;
}
.pie[size="1625"] {
height: 1625;
width: 1625;
}
.pie[size="1625"]::after {
top: 792.5;
left: 635;
}
.pie-reverse[size="1625"] {
height: 1625;
width: 1625;
}
.pie-reverse[size="1625"]::after {
top: 792.5;
left: 635;
}
.pie[size="1626"] {
height: 1626;
width: 1626;
}
.pie[size="1626"]::after {
top: 793;
left: 635.4;
}
.pie-reverse[size="1626"] {
height: 1626;
width: 1626;
}
.pie-reverse[size="1626"]::after {
top: 793;
left: 635.4;
}
.pie[size="1627"] {
height: 1627;
width: 1627;
}
.pie[size="1627"]::after {
top: 793.5;
left: 635.8;
}
.pie-reverse[size="1627"] {
height: 1627;
width: 1627;
}
.pie-reverse[size="1627"]::after {
top: 793.5;
left: 635.8;
}
.pie[size="1628"] {
height: 1628;
width: 1628;
}
.pie[size="1628"]::after {
top: 794;
left: 636.2;
}
.pie-reverse[size="1628"] {
height: 1628;
width: 1628;
}
.pie-reverse[size="1628"]::after {
top: 794;
left: 636.2;
}
.pie[size="1629"] {
height: 1629;
width: 1629;
}
.pie[size="1629"]::after {
top: 794.5;
left: 636.6;
}
.pie-reverse[size="1629"] {
height: 1629;
width: 1629;
}
.pie-reverse[size="1629"]::after {
top: 794.5;
left: 636.6;
}
.pie[size="1630"] {
height: 1630;
width: 1630;
}
.pie[size="1630"]::after {
top: 795;
left: 637;
}
.pie-reverse[size="1630"] {
height: 1630;
width: 1630;
}
.pie-reverse[size="1630"]::after {
top: 795;
left: 637;
}
.pie[size="1631"] {
height: 1631;
width: 1631;
}
.pie[size="1631"]::after {
top: 795.5;
left: 637.4;
}
.pie-reverse[size="1631"] {
height: 1631;
width: 1631;
}
.pie-reverse[size="1631"]::after {
top: 795.5;
left: 637.4;
}
.pie[size="1632"] {
height: 1632;
width: 1632;
}
.pie[size="1632"]::after {
top: 796;
left: 637.8;
}
.pie-reverse[size="1632"] {
height: 1632;
width: 1632;
}
.pie-reverse[size="1632"]::after {
top: 796;
left: 637.8;
}
.pie[size="1633"] {
height: 1633;
width: 1633;
}
.pie[size="1633"]::after {
top: 796.5;
left: 638.2;
}
.pie-reverse[size="1633"] {
height: 1633;
width: 1633;
}
.pie-reverse[size="1633"]::after {
top: 796.5;
left: 638.2;
}
.pie[size="1634"] {
height: 1634;
width: 1634;
}
.pie[size="1634"]::after {
top: 797;
left: 638.6;
}
.pie-reverse[size="1634"] {
height: 1634;
width: 1634;
}
.pie-reverse[size="1634"]::after {
top: 797;
left: 638.6;
}
.pie[size="1635"] {
height: 1635;
width: 1635;
}
.pie[size="1635"]::after {
top: 797.5;
left: 639;
}
.pie-reverse[size="1635"] {
height: 1635;
width: 1635;
}
.pie-reverse[size="1635"]::after {
top: 797.5;
left: 639;
}
.pie[size="1636"] {
height: 1636;
width: 1636;
}
.pie[size="1636"]::after {
top: 798;
left: 639.4;
}
.pie-reverse[size="1636"] {
height: 1636;
width: 1636;
}
.pie-reverse[size="1636"]::after {
top: 798;
left: 639.4;
}
.pie[size="1637"] {
height: 1637;
width: 1637;
}
.pie[size="1637"]::after {
top: 798.5;
left: 639.8;
}
.pie-reverse[size="1637"] {
height: 1637;
width: 1637;
}
.pie-reverse[size="1637"]::after {
top: 798.5;
left: 639.8;
}
.pie[size="1638"] {
height: 1638;
width: 1638;
}
.pie[size="1638"]::after {
top: 799;
left: 640.2;
}
.pie-reverse[size="1638"] {
height: 1638;
width: 1638;
}
.pie-reverse[size="1638"]::after {
top: 799;
left: 640.2;
}
.pie[size="1639"] {
height: 1639;
width: 1639;
}
.pie[size="1639"]::after {
top: 799.5;
left: 640.6;
}
.pie-reverse[size="1639"] {
height: 1639;
width: 1639;
}
.pie-reverse[size="1639"]::after {
top: 799.5;
left: 640.6;
}
.pie[size="1640"] {
height: 1640;
width: 1640;
}
.pie[size="1640"]::after {
top: 800;
left: 641;
}
.pie-reverse[size="1640"] {
height: 1640;
width: 1640;
}
.pie-reverse[size="1640"]::after {
top: 800;
left: 641;
}
.pie[size="1641"] {
height: 1641;
width: 1641;
}
.pie[size="1641"]::after {
top: 800.5;
left: 641.4;
}
.pie-reverse[size="1641"] {
height: 1641;
width: 1641;
}
.pie-reverse[size="1641"]::after {
top: 800.5;
left: 641.4;
}
.pie[size="1642"] {
height: 1642;
width: 1642;
}
.pie[size="1642"]::after {
top: 801;
left: 641.8;
}
.pie-reverse[size="1642"] {
height: 1642;
width: 1642;
}
.pie-reverse[size="1642"]::after {
top: 801;
left: 641.8;
}
.pie[size="1643"] {
height: 1643;
width: 1643;
}
.pie[size="1643"]::after {
top: 801.5;
left: 642.2;
}
.pie-reverse[size="1643"] {
height: 1643;
width: 1643;
}
.pie-reverse[size="1643"]::after {
top: 801.5;
left: 642.2;
}
.pie[size="1644"] {
height: 1644;
width: 1644;
}
.pie[size="1644"]::after {
top: 802;
left: 642.6;
}
.pie-reverse[size="1644"] {
height: 1644;
width: 1644;
}
.pie-reverse[size="1644"]::after {
top: 802;
left: 642.6;
}
.pie[size="1645"] {
height: 1645;
width: 1645;
}
.pie[size="1645"]::after {
top: 802.5;
left: 643;
}
.pie-reverse[size="1645"] {
height: 1645;
width: 1645;
}
.pie-reverse[size="1645"]::after {
top: 802.5;
left: 643;
}
.pie[size="1646"] {
height: 1646;
width: 1646;
}
.pie[size="1646"]::after {
top: 803;
left: 643.4;
}
.pie-reverse[size="1646"] {
height: 1646;
width: 1646;
}
.pie-reverse[size="1646"]::after {
top: 803;
left: 643.4;
}
.pie[size="1647"] {
height: 1647;
width: 1647;
}
.pie[size="1647"]::after {
top: 803.5;
left: 643.8;
}
.pie-reverse[size="1647"] {
height: 1647;
width: 1647;
}
.pie-reverse[size="1647"]::after {
top: 803.5;
left: 643.8;
}
.pie[size="1648"] {
height: 1648;
width: 1648;
}
.pie[size="1648"]::after {
top: 804;
left: 644.2;
}
.pie-reverse[size="1648"] {
height: 1648;
width: 1648;
}
.pie-reverse[size="1648"]::after {
top: 804;
left: 644.2;
}
.pie[size="1649"] {
height: 1649;
width: 1649;
}
.pie[size="1649"]::after {
top: 804.5;
left: 644.6;
}
.pie-reverse[size="1649"] {
height: 1649;
width: 1649;
}
.pie-reverse[size="1649"]::after {
top: 804.5;
left: 644.6;
}
.pie[size="1650"] {
height: 1650;
width: 1650;
}
.pie[size="1650"]::after {
top: 805;
left: 645;
}
.pie-reverse[size="1650"] {
height: 1650;
width: 1650;
}
.pie-reverse[size="1650"]::after {
top: 805;
left: 645;
}
.pie[size="1651"] {
height: 1651;
width: 1651;
}
.pie[size="1651"]::after {
top: 805.5;
left: 645.4;
}
.pie-reverse[size="1651"] {
height: 1651;
width: 1651;
}
.pie-reverse[size="1651"]::after {
top: 805.5;
left: 645.4;
}
.pie[size="1652"] {
height: 1652;
width: 1652;
}
.pie[size="1652"]::after {
top: 806;
left: 645.8;
}
.pie-reverse[size="1652"] {
height: 1652;
width: 1652;
}
.pie-reverse[size="1652"]::after {
top: 806;
left: 645.8;
}
.pie[size="1653"] {
height: 1653;
width: 1653;
}
.pie[size="1653"]::after {
top: 806.5;
left: 646.2;
}
.pie-reverse[size="1653"] {
height: 1653;
width: 1653;
}
.pie-reverse[size="1653"]::after {
top: 806.5;
left: 646.2;
}
.pie[size="1654"] {
height: 1654;
width: 1654;
}
.pie[size="1654"]::after {
top: 807;
left: 646.6;
}
.pie-reverse[size="1654"] {
height: 1654;
width: 1654;
}
.pie-reverse[size="1654"]::after {
top: 807;
left: 646.6;
}
.pie[size="1655"] {
height: 1655;
width: 1655;
}
.pie[size="1655"]::after {
top: 807.5;
left: 647;
}
.pie-reverse[size="1655"] {
height: 1655;
width: 1655;
}
.pie-reverse[size="1655"]::after {
top: 807.5;
left: 647;
}
.pie[size="1656"] {
height: 1656;
width: 1656;
}
.pie[size="1656"]::after {
top: 808;
left: 647.4;
}
.pie-reverse[size="1656"] {
height: 1656;
width: 1656;
}
.pie-reverse[size="1656"]::after {
top: 808;
left: 647.4;
}
.pie[size="1657"] {
height: 1657;
width: 1657;
}
.pie[size="1657"]::after {
top: 808.5;
left: 647.8;
}
.pie-reverse[size="1657"] {
height: 1657;
width: 1657;
}
.pie-reverse[size="1657"]::after {
top: 808.5;
left: 647.8;
}
.pie[size="1658"] {
height: 1658;
width: 1658;
}
.pie[size="1658"]::after {
top: 809;
left: 648.2;
}
.pie-reverse[size="1658"] {
height: 1658;
width: 1658;
}
.pie-reverse[size="1658"]::after {
top: 809;
left: 648.2;
}
.pie[size="1659"] {
height: 1659;
width: 1659;
}
.pie[size="1659"]::after {
top: 809.5;
left: 648.6;
}
.pie-reverse[size="1659"] {
height: 1659;
width: 1659;
}
.pie-reverse[size="1659"]::after {
top: 809.5;
left: 648.6;
}
.pie[size="1660"] {
height: 1660;
width: 1660;
}
.pie[size="1660"]::after {
top: 810;
left: 649;
}
.pie-reverse[size="1660"] {
height: 1660;
width: 1660;
}
.pie-reverse[size="1660"]::after {
top: 810;
left: 649;
}
.pie[size="1661"] {
height: 1661;
width: 1661;
}
.pie[size="1661"]::after {
top: 810.5;
left: 649.4;
}
.pie-reverse[size="1661"] {
height: 1661;
width: 1661;
}
.pie-reverse[size="1661"]::after {
top: 810.5;
left: 649.4;
}
.pie[size="1662"] {
height: 1662;
width: 1662;
}
.pie[size="1662"]::after {
top: 811;
left: 649.8;
}
.pie-reverse[size="1662"] {
height: 1662;
width: 1662;
}
.pie-reverse[size="1662"]::after {
top: 811;
left: 649.8;
}
.pie[size="1663"] {
height: 1663;
width: 1663;
}
.pie[size="1663"]::after {
top: 811.5;
left: 650.2;
}
.pie-reverse[size="1663"] {
height: 1663;
width: 1663;
}
.pie-reverse[size="1663"]::after {
top: 811.5;
left: 650.2;
}
.pie[size="1664"] {
height: 1664;
width: 1664;
}
.pie[size="1664"]::after {
top: 812;
left: 650.6;
}
.pie-reverse[size="1664"] {
height: 1664;
width: 1664;
}
.pie-reverse[size="1664"]::after {
top: 812;
left: 650.6;
}
.pie[size="1665"] {
height: 1665;
width: 1665;
}
.pie[size="1665"]::after {
top: 812.5;
left: 651;
}
.pie-reverse[size="1665"] {
height: 1665;
width: 1665;
}
.pie-reverse[size="1665"]::after {
top: 812.5;
left: 651;
}
.pie[size="1666"] {
height: 1666;
width: 1666;
}
.pie[size="1666"]::after {
top: 813;
left: 651.4;
}
.pie-reverse[size="1666"] {
height: 1666;
width: 1666;
}
.pie-reverse[size="1666"]::after {
top: 813;
left: 651.4;
}
.pie[size="1667"] {
height: 1667;
width: 1667;
}
.pie[size="1667"]::after {
top: 813.5;
left: 651.8;
}
.pie-reverse[size="1667"] {
height: 1667;
width: 1667;
}
.pie-reverse[size="1667"]::after {
top: 813.5;
left: 651.8;
}
.pie[size="1668"] {
height: 1668;
width: 1668;
}
.pie[size="1668"]::after {
top: 814;
left: 652.2;
}
.pie-reverse[size="1668"] {
height: 1668;
width: 1668;
}
.pie-reverse[size="1668"]::after {
top: 814;
left: 652.2;
}
.pie[size="1669"] {
height: 1669;
width: 1669;
}
.pie[size="1669"]::after {
top: 814.5;
left: 652.6;
}
.pie-reverse[size="1669"] {
height: 1669;
width: 1669;
}
.pie-reverse[size="1669"]::after {
top: 814.5;
left: 652.6;
}
.pie[size="1670"] {
height: 1670;
width: 1670;
}
.pie[size="1670"]::after {
top: 815;
left: 653;
}
.pie-reverse[size="1670"] {
height: 1670;
width: 1670;
}
.pie-reverse[size="1670"]::after {
top: 815;
left: 653;
}
.pie[size="1671"] {
height: 1671;
width: 1671;
}
.pie[size="1671"]::after {
top: 815.5;
left: 653.4;
}
.pie-reverse[size="1671"] {
height: 1671;
width: 1671;
}
.pie-reverse[size="1671"]::after {
top: 815.5;
left: 653.4;
}
.pie[size="1672"] {
height: 1672;
width: 1672;
}
.pie[size="1672"]::after {
top: 816;
left: 653.8;
}
.pie-reverse[size="1672"] {
height: 1672;
width: 1672;
}
.pie-reverse[size="1672"]::after {
top: 816;
left: 653.8;
}
.pie[size="1673"] {
height: 1673;
width: 1673;
}
.pie[size="1673"]::after {
top: 816.5;
left: 654.2;
}
.pie-reverse[size="1673"] {
height: 1673;
width: 1673;
}
.pie-reverse[size="1673"]::after {
top: 816.5;
left: 654.2;
}
.pie[size="1674"] {
height: 1674;
width: 1674;
}
.pie[size="1674"]::after {
top: 817;
left: 654.6;
}
.pie-reverse[size="1674"] {
height: 1674;
width: 1674;
}
.pie-reverse[size="1674"]::after {
top: 817;
left: 654.6;
}
.pie[size="1675"] {
height: 1675;
width: 1675;
}
.pie[size="1675"]::after {
top: 817.5;
left: 655;
}
.pie-reverse[size="1675"] {
height: 1675;
width: 1675;
}
.pie-reverse[size="1675"]::after {
top: 817.5;
left: 655;
}
.pie[size="1676"] {
height: 1676;
width: 1676;
}
.pie[size="1676"]::after {
top: 818;
left: 655.4;
}
.pie-reverse[size="1676"] {
height: 1676;
width: 1676;
}
.pie-reverse[size="1676"]::after {
top: 818;
left: 655.4;
}
.pie[size="1677"] {
height: 1677;
width: 1677;
}
.pie[size="1677"]::after {
top: 818.5;
left: 655.8;
}
.pie-reverse[size="1677"] {
height: 1677;
width: 1677;
}
.pie-reverse[size="1677"]::after {
top: 818.5;
left: 655.8;
}
.pie[size="1678"] {
height: 1678;
width: 1678;
}
.pie[size="1678"]::after {
top: 819;
left: 656.2;
}
.pie-reverse[size="1678"] {
height: 1678;
width: 1678;
}
.pie-reverse[size="1678"]::after {
top: 819;
left: 656.2;
}
.pie[size="1679"] {
height: 1679;
width: 1679;
}
.pie[size="1679"]::after {
top: 819.5;
left: 656.6;
}
.pie-reverse[size="1679"] {
height: 1679;
width: 1679;
}
.pie-reverse[size="1679"]::after {
top: 819.5;
left: 656.6;
}
.pie[size="1680"] {
height: 1680;
width: 1680;
}
.pie[size="1680"]::after {
top: 820;
left: 657;
}
.pie-reverse[size="1680"] {
height: 1680;
width: 1680;
}
.pie-reverse[size="1680"]::after {
top: 820;
left: 657;
}
.pie[size="1681"] {
height: 1681;
width: 1681;
}
.pie[size="1681"]::after {
top: 820.5;
left: 657.4;
}
.pie-reverse[size="1681"] {
height: 1681;
width: 1681;
}
.pie-reverse[size="1681"]::after {
top: 820.5;
left: 657.4;
}
.pie[size="1682"] {
height: 1682;
width: 1682;
}
.pie[size="1682"]::after {
top: 821;
left: 657.8;
}
.pie-reverse[size="1682"] {
height: 1682;
width: 1682;
}
.pie-reverse[size="1682"]::after {
top: 821;
left: 657.8;
}
.pie[size="1683"] {
height: 1683;
width: 1683;
}
.pie[size="1683"]::after {
top: 821.5;
left: 658.2;
}
.pie-reverse[size="1683"] {
height: 1683;
width: 1683;
}
.pie-reverse[size="1683"]::after {
top: 821.5;
left: 658.2;
}
.pie[size="1684"] {
height: 1684;
width: 1684;
}
.pie[size="1684"]::after {
top: 822;
left: 658.6;
}
.pie-reverse[size="1684"] {
height: 1684;
width: 1684;
}
.pie-reverse[size="1684"]::after {
top: 822;
left: 658.6;
}
.pie[size="1685"] {
height: 1685;
width: 1685;
}
.pie[size="1685"]::after {
top: 822.5;
left: 659;
}
.pie-reverse[size="1685"] {
height: 1685;
width: 1685;
}
.pie-reverse[size="1685"]::after {
top: 822.5;
left: 659;
}
.pie[size="1686"] {
height: 1686;
width: 1686;
}
.pie[size="1686"]::after {
top: 823;
left: 659.4;
}
.pie-reverse[size="1686"] {
height: 1686;
width: 1686;
}
.pie-reverse[size="1686"]::after {
top: 823;
left: 659.4;
}
.pie[size="1687"] {
height: 1687;
width: 1687;
}
.pie[size="1687"]::after {
top: 823.5;
left: 659.8;
}
.pie-reverse[size="1687"] {
height: 1687;
width: 1687;
}
.pie-reverse[size="1687"]::after {
top: 823.5;
left: 659.8;
}
.pie[size="1688"] {
height: 1688;
width: 1688;
}
.pie[size="1688"]::after {
top: 824;
left: 660.2;
}
.pie-reverse[size="1688"] {
height: 1688;
width: 1688;
}
.pie-reverse[size="1688"]::after {
top: 824;
left: 660.2;
}
.pie[size="1689"] {
height: 1689;
width: 1689;
}
.pie[size="1689"]::after {
top: 824.5;
left: 660.6;
}
.pie-reverse[size="1689"] {
height: 1689;
width: 1689;
}
.pie-reverse[size="1689"]::after {
top: 824.5;
left: 660.6;
}
.pie[size="1690"] {
height: 1690;
width: 1690;
}
.pie[size="1690"]::after {
top: 825;
left: 661;
}
.pie-reverse[size="1690"] {
height: 1690;
width: 1690;
}
.pie-reverse[size="1690"]::after {
top: 825;
left: 661;
}
.pie[size="1691"] {
height: 1691;
width: 1691;
}
.pie[size="1691"]::after {
top: 825.5;
left: 661.4;
}
.pie-reverse[size="1691"] {
height: 1691;
width: 1691;
}
.pie-reverse[size="1691"]::after {
top: 825.5;
left: 661.4;
}
.pie[size="1692"] {
height: 1692;
width: 1692;
}
.pie[size="1692"]::after {
top: 826;
left: 661.8;
}
.pie-reverse[size="1692"] {
height: 1692;
width: 1692;
}
.pie-reverse[size="1692"]::after {
top: 826;
left: 661.8;
}
.pie[size="1693"] {
height: 1693;
width: 1693;
}
.pie[size="1693"]::after {
top: 826.5;
left: 662.2;
}
.pie-reverse[size="1693"] {
height: 1693;
width: 1693;
}
.pie-reverse[size="1693"]::after {
top: 826.5;
left: 662.2;
}
.pie[size="1694"] {
height: 1694;
width: 1694;
}
.pie[size="1694"]::after {
top: 827;
left: 662.6;
}
.pie-reverse[size="1694"] {
height: 1694;
width: 1694;
}
.pie-reverse[size="1694"]::after {
top: 827;
left: 662.6;
}
.pie[size="1695"] {
height: 1695;
width: 1695;
}
.pie[size="1695"]::after {
top: 827.5;
left: 663;
}
.pie-reverse[size="1695"] {
height: 1695;
width: 1695;
}
.pie-reverse[size="1695"]::after {
top: 827.5;
left: 663;
}
.pie[size="1696"] {
height: 1696;
width: 1696;
}
.pie[size="1696"]::after {
top: 828;
left: 663.4;
}
.pie-reverse[size="1696"] {
height: 1696;
width: 1696;
}
.pie-reverse[size="1696"]::after {
top: 828;
left: 663.4;
}
.pie[size="1697"] {
height: 1697;
width: 1697;
}
.pie[size="1697"]::after {
top: 828.5;
left: 663.8;
}
.pie-reverse[size="1697"] {
height: 1697;
width: 1697;
}
.pie-reverse[size="1697"]::after {
top: 828.5;
left: 663.8;
}
.pie[size="1698"] {
height: 1698;
width: 1698;
}
.pie[size="1698"]::after {
top: 829;
left: 664.2;
}
.pie-reverse[size="1698"] {
height: 1698;
width: 1698;
}
.pie-reverse[size="1698"]::after {
top: 829;
left: 664.2;
}
.pie[size="1699"] {
height: 1699;
width: 1699;
}
.pie[size="1699"]::after {
top: 829.5;
left: 664.6;
}
.pie-reverse[size="1699"] {
height: 1699;
width: 1699;
}
.pie-reverse[size="1699"]::after {
top: 829.5;
left: 664.6;
}
.pie[size="1700"] {
height: 1700;
width: 1700;
}
.pie[size="1700"]::after {
top: 830;
left: 665;
}
.pie-reverse[size="1700"] {
height: 1700;
width: 1700;
}
.pie-reverse[size="1700"]::after {
top: 830;
left: 665;
}
.pie[size="1701"] {
height: 1701;
width: 1701;
}
.pie[size="1701"]::after {
top: 830.5;
left: 665.4;
}
.pie-reverse[size="1701"] {
height: 1701;
width: 1701;
}
.pie-reverse[size="1701"]::after {
top: 830.5;
left: 665.4;
}
.pie[size="1702"] {
height: 1702;
width: 1702;
}
.pie[size="1702"]::after {
top: 831;
left: 665.8;
}
.pie-reverse[size="1702"] {
height: 1702;
width: 1702;
}
.pie-reverse[size="1702"]::after {
top: 831;
left: 665.8;
}
.pie[size="1703"] {
height: 1703;
width: 1703;
}
.pie[size="1703"]::after {
top: 831.5;
left: 666.2;
}
.pie-reverse[size="1703"] {
height: 1703;
width: 1703;
}
.pie-reverse[size="1703"]::after {
top: 831.5;
left: 666.2;
}
.pie[size="1704"] {
height: 1704;
width: 1704;
}
.pie[size="1704"]::after {
top: 832;
left: 666.6;
}
.pie-reverse[size="1704"] {
height: 1704;
width: 1704;
}
.pie-reverse[size="1704"]::after {
top: 832;
left: 666.6;
}
.pie[size="1705"] {
height: 1705;
width: 1705;
}
.pie[size="1705"]::after {
top: 832.5;
left: 667;
}
.pie-reverse[size="1705"] {
height: 1705;
width: 1705;
}
.pie-reverse[size="1705"]::after {
top: 832.5;
left: 667;
}
.pie[size="1706"] {
height: 1706;
width: 1706;
}
.pie[size="1706"]::after {
top: 833;
left: 667.4;
}
.pie-reverse[size="1706"] {
height: 1706;
width: 1706;
}
.pie-reverse[size="1706"]::after {
top: 833;
left: 667.4;
}
.pie[size="1707"] {
height: 1707;
width: 1707;
}
.pie[size="1707"]::after {
top: 833.5;
left: 667.8;
}
.pie-reverse[size="1707"] {
height: 1707;
width: 1707;
}
.pie-reverse[size="1707"]::after {
top: 833.5;
left: 667.8;
}
.pie[size="1708"] {
height: 1708;
width: 1708;
}
.pie[size="1708"]::after {
top: 834;
left: 668.2;
}
.pie-reverse[size="1708"] {
height: 1708;
width: 1708;
}
.pie-reverse[size="1708"]::after {
top: 834;
left: 668.2;
}
.pie[size="1709"] {
height: 1709;
width: 1709;
}
.pie[size="1709"]::after {
top: 834.5;
left: 668.6;
}
.pie-reverse[size="1709"] {
height: 1709;
width: 1709;
}
.pie-reverse[size="1709"]::after {
top: 834.5;
left: 668.6;
}
.pie[size="1710"] {
height: 1710;
width: 1710;
}
.pie[size="1710"]::after {
top: 835;
left: 669;
}
.pie-reverse[size="1710"] {
height: 1710;
width: 1710;
}
.pie-reverse[size="1710"]::after {
top: 835;
left: 669;
}
.pie[size="1711"] {
height: 1711;
width: 1711;
}
.pie[size="1711"]::after {
top: 835.5;
left: 669.4;
}
.pie-reverse[size="1711"] {
height: 1711;
width: 1711;
}
.pie-reverse[size="1711"]::after {
top: 835.5;
left: 669.4;
}
.pie[size="1712"] {
height: 1712;
width: 1712;
}
.pie[size="1712"]::after {
top: 836;
left: 669.8;
}
.pie-reverse[size="1712"] {
height: 1712;
width: 1712;
}
.pie-reverse[size="1712"]::after {
top: 836;
left: 669.8;
}
.pie[size="1713"] {
height: 1713;
width: 1713;
}
.pie[size="1713"]::after {
top: 836.5;
left: 670.2;
}
.pie-reverse[size="1713"] {
height: 1713;
width: 1713;
}
.pie-reverse[size="1713"]::after {
top: 836.5;
left: 670.2;
}
.pie[size="1714"] {
height: 1714;
width: 1714;
}
.pie[size="1714"]::after {
top: 837;
left: 670.6;
}
.pie-reverse[size="1714"] {
height: 1714;
width: 1714;
}
.pie-reverse[size="1714"]::after {
top: 837;
left: 670.6;
}
.pie[size="1715"] {
height: 1715;
width: 1715;
}
.pie[size="1715"]::after {
top: 837.5;
left: 671;
}
.pie-reverse[size="1715"] {
height: 1715;
width: 1715;
}
.pie-reverse[size="1715"]::after {
top: 837.5;
left: 671;
}
.pie[size="1716"] {
height: 1716;
width: 1716;
}
.pie[size="1716"]::after {
top: 838;
left: 671.4;
}
.pie-reverse[size="1716"] {
height: 1716;
width: 1716;
}
.pie-reverse[size="1716"]::after {
top: 838;
left: 671.4;
}
.pie[size="1717"] {
height: 1717;
width: 1717;
}
.pie[size="1717"]::after {
top: 838.5;
left: 671.8;
}
.pie-reverse[size="1717"] {
height: 1717;
width: 1717;
}
.pie-reverse[size="1717"]::after {
top: 838.5;
left: 671.8;
}
.pie[size="1718"] {
height: 1718;
width: 1718;
}
.pie[size="1718"]::after {
top: 839;
left: 672.2;
}
.pie-reverse[size="1718"] {
height: 1718;
width: 1718;
}
.pie-reverse[size="1718"]::after {
top: 839;
left: 672.2;
}
.pie[size="1719"] {
height: 1719;
width: 1719;
}
.pie[size="1719"]::after {
top: 839.5;
left: 672.6;
}
.pie-reverse[size="1719"] {
height: 1719;
width: 1719;
}
.pie-reverse[size="1719"]::after {
top: 839.5;
left: 672.6;
}
.pie[size="1720"] {
height: 1720;
width: 1720;
}
.pie[size="1720"]::after {
top: 840;
left: 673;
}
.pie-reverse[size="1720"] {
height: 1720;
width: 1720;
}
.pie-reverse[size="1720"]::after {
top: 840;
left: 673;
}
.pie[size="1721"] {
height: 1721;
width: 1721;
}
.pie[size="1721"]::after {
top: 840.5;
left: 673.4;
}
.pie-reverse[size="1721"] {
height: 1721;
width: 1721;
}
.pie-reverse[size="1721"]::after {
top: 840.5;
left: 673.4;
}
.pie[size="1722"] {
height: 1722;
width: 1722;
}
.pie[size="1722"]::after {
top: 841;
left: 673.8;
}
.pie-reverse[size="1722"] {
height: 1722;
width: 1722;
}
.pie-reverse[size="1722"]::after {
top: 841;
left: 673.8;
}
.pie[size="1723"] {
height: 1723;
width: 1723;
}
.pie[size="1723"]::after {
top: 841.5;
left: 674.2;
}
.pie-reverse[size="1723"] {
height: 1723;
width: 1723;
}
.pie-reverse[size="1723"]::after {
top: 841.5;
left: 674.2;
}
.pie[size="1724"] {
height: 1724;
width: 1724;
}
.pie[size="1724"]::after {
top: 842;
left: 674.6;
}
.pie-reverse[size="1724"] {
height: 1724;
width: 1724;
}
.pie-reverse[size="1724"]::after {
top: 842;
left: 674.6;
}
.pie[size="1725"] {
height: 1725;
width: 1725;
}
.pie[size="1725"]::after {
top: 842.5;
left: 675;
}
.pie-reverse[size="1725"] {
height: 1725;
width: 1725;
}
.pie-reverse[size="1725"]::after {
top: 842.5;
left: 675;
}
.pie[size="1726"] {
height: 1726;
width: 1726;
}
.pie[size="1726"]::after {
top: 843;
left: 675.4;
}
.pie-reverse[size="1726"] {
height: 1726;
width: 1726;
}
.pie-reverse[size="1726"]::after {
top: 843;
left: 675.4;
}
.pie[size="1727"] {
height: 1727;
width: 1727;
}
.pie[size="1727"]::after {
top: 843.5;
left: 675.8;
}
.pie-reverse[size="1727"] {
height: 1727;
width: 1727;
}
.pie-reverse[size="1727"]::after {
top: 843.5;
left: 675.8;
}
.pie[size="1728"] {
height: 1728;
width: 1728;
}
.pie[size="1728"]::after {
top: 844;
left: 676.2;
}
.pie-reverse[size="1728"] {
height: 1728;
width: 1728;
}
.pie-reverse[size="1728"]::after {
top: 844;
left: 676.2;
}
.pie[size="1729"] {
height: 1729;
width: 1729;
}
.pie[size="1729"]::after {
top: 844.5;
left: 676.6;
}
.pie-reverse[size="1729"] {
height: 1729;
width: 1729;
}
.pie-reverse[size="1729"]::after {
top: 844.5;
left: 676.6;
}
.pie[size="1730"] {
height: 1730;
width: 1730;
}
.pie[size="1730"]::after {
top: 845;
left: 677;
}
.pie-reverse[size="1730"] {
height: 1730;
width: 1730;
}
.pie-reverse[size="1730"]::after {
top: 845;
left: 677;
}
.pie[size="1731"] {
height: 1731;
width: 1731;
}
.pie[size="1731"]::after {
top: 845.5;
left: 677.4;
}
.pie-reverse[size="1731"] {
height: 1731;
width: 1731;
}
.pie-reverse[size="1731"]::after {
top: 845.5;
left: 677.4;
}
.pie[size="1732"] {
height: 1732;
width: 1732;
}
.pie[size="1732"]::after {
top: 846;
left: 677.8;
}
.pie-reverse[size="1732"] {
height: 1732;
width: 1732;
}
.pie-reverse[size="1732"]::after {
top: 846;
left: 677.8;
}
.pie[size="1733"] {
height: 1733;
width: 1733;
}
.pie[size="1733"]::after {
top: 846.5;
left: 678.2;
}
.pie-reverse[size="1733"] {
height: 1733;
width: 1733;
}
.pie-reverse[size="1733"]::after {
top: 846.5;
left: 678.2;
}
.pie[size="1734"] {
height: 1734;
width: 1734;
}
.pie[size="1734"]::after {
top: 847;
left: 678.6;
}
.pie-reverse[size="1734"] {
height: 1734;
width: 1734;
}
.pie-reverse[size="1734"]::after {
top: 847;
left: 678.6;
}
.pie[size="1735"] {
height: 1735;
width: 1735;
}
.pie[size="1735"]::after {
top: 847.5;
left: 679;
}
.pie-reverse[size="1735"] {
height: 1735;
width: 1735;
}
.pie-reverse[size="1735"]::after {
top: 847.5;
left: 679;
}
.pie[size="1736"] {
height: 1736;
width: 1736;
}
.pie[size="1736"]::after {
top: 848;
left: 679.4;
}
.pie-reverse[size="1736"] {
height: 1736;
width: 1736;
}
.pie-reverse[size="1736"]::after {
top: 848;
left: 679.4;
}
.pie[size="1737"] {
height: 1737;
width: 1737;
}
.pie[size="1737"]::after {
top: 848.5;
left: 679.8;
}
.pie-reverse[size="1737"] {
height: 1737;
width: 1737;
}
.pie-reverse[size="1737"]::after {
top: 848.5;
left: 679.8;
}
.pie[size="1738"] {
height: 1738;
width: 1738;
}
.pie[size="1738"]::after {
top: 849;
left: 680.2;
}
.pie-reverse[size="1738"] {
height: 1738;
width: 1738;
}
.pie-reverse[size="1738"]::after {
top: 849;
left: 680.2;
}
.pie[size="1739"] {
height: 1739;
width: 1739;
}
.pie[size="1739"]::after {
top: 849.5;
left: 680.6;
}
.pie-reverse[size="1739"] {
height: 1739;
width: 1739;
}
.pie-reverse[size="1739"]::after {
top: 849.5;
left: 680.6;
}
.pie[size="1740"] {
height: 1740;
width: 1740;
}
.pie[size="1740"]::after {
top: 850;
left: 681;
}
.pie-reverse[size="1740"] {
height: 1740;
width: 1740;
}
.pie-reverse[size="1740"]::after {
top: 850;
left: 681;
}
.pie[size="1741"] {
height: 1741;
width: 1741;
}
.pie[size="1741"]::after {
top: 850.5;
left: 681.4;
}
.pie-reverse[size="1741"] {
height: 1741;
width: 1741;
}
.pie-reverse[size="1741"]::after {
top: 850.5;
left: 681.4;
}
.pie[size="1742"] {
height: 1742;
width: 1742;
}
.pie[size="1742"]::after {
top: 851;
left: 681.8;
}
.pie-reverse[size="1742"] {
height: 1742;
width: 1742;
}
.pie-reverse[size="1742"]::after {
top: 851;
left: 681.8;
}
.pie[size="1743"] {
height: 1743;
width: 1743;
}
.pie[size="1743"]::after {
top: 851.5;
left: 682.2;
}
.pie-reverse[size="1743"] {
height: 1743;
width: 1743;
}
.pie-reverse[size="1743"]::after {
top: 851.5;
left: 682.2;
}
.pie[size="1744"] {
height: 1744;
width: 1744;
}
.pie[size="1744"]::after {
top: 852;
left: 682.6;
}
.pie-reverse[size="1744"] {
height: 1744;
width: 1744;
}
.pie-reverse[size="1744"]::after {
top: 852;
left: 682.6;
}
.pie[size="1745"] {
height: 1745;
width: 1745;
}
.pie[size="1745"]::after {
top: 852.5;
left: 683;
}
.pie-reverse[size="1745"] {
height: 1745;
width: 1745;
}
.pie-reverse[size="1745"]::after {
top: 852.5;
left: 683;
}
.pie[size="1746"] {
height: 1746;
width: 1746;
}
.pie[size="1746"]::after {
top: 853;
left: 683.4;
}
.pie-reverse[size="1746"] {
height: 1746;
width: 1746;
}
.pie-reverse[size="1746"]::after {
top: 853;
left: 683.4;
}
.pie[size="1747"] {
height: 1747;
width: 1747;
}
.pie[size="1747"]::after {
top: 853.5;
left: 683.8;
}
.pie-reverse[size="1747"] {
height: 1747;
width: 1747;
}
.pie-reverse[size="1747"]::after {
top: 853.5;
left: 683.8;
}
.pie[size="1748"] {
height: 1748;
width: 1748;
}
.pie[size="1748"]::after {
top: 854;
left: 684.2;
}
.pie-reverse[size="1748"] {
height: 1748;
width: 1748;
}
.pie-reverse[size="1748"]::after {
top: 854;
left: 684.2;
}
.pie[size="1749"] {
height: 1749;
width: 1749;
}
.pie[size="1749"]::after {
top: 854.5;
left: 684.6;
}
.pie-reverse[size="1749"] {
height: 1749;
width: 1749;
}
.pie-reverse[size="1749"]::after {
top: 854.5;
left: 684.6;
}
.pie[size="1750"] {
height: 1750;
width: 1750;
}
.pie[size="1750"]::after {
top: 855;
left: 685;
}
.pie-reverse[size="1750"] {
height: 1750;
width: 1750;
}
.pie-reverse[size="1750"]::after {
top: 855;
left: 685;
}
.pie[size="1751"] {
height: 1751;
width: 1751;
}
.pie[size="1751"]::after {
top: 855.5;
left: 685.4;
}
.pie-reverse[size="1751"] {
height: 1751;
width: 1751;
}
.pie-reverse[size="1751"]::after {
top: 855.5;
left: 685.4;
}
.pie[size="1752"] {
height: 1752;
width: 1752;
}
.pie[size="1752"]::after {
top: 856;
left: 685.8;
}
.pie-reverse[size="1752"] {
height: 1752;
width: 1752;
}
.pie-reverse[size="1752"]::after {
top: 856;
left: 685.8;
}
.pie[size="1753"] {
height: 1753;
width: 1753;
}
.pie[size="1753"]::after {
top: 856.5;
left: 686.2;
}
.pie-reverse[size="1753"] {
height: 1753;
width: 1753;
}
.pie-reverse[size="1753"]::after {
top: 856.5;
left: 686.2;
}
.pie[size="1754"] {
height: 1754;
width: 1754;
}
.pie[size="1754"]::after {
top: 857;
left: 686.6;
}
.pie-reverse[size="1754"] {
height: 1754;
width: 1754;
}
.pie-reverse[size="1754"]::after {
top: 857;
left: 686.6;
}
.pie[size="1755"] {
height: 1755;
width: 1755;
}
.pie[size="1755"]::after {
top: 857.5;
left: 687;
}
.pie-reverse[size="1755"] {
height: 1755;
width: 1755;
}
.pie-reverse[size="1755"]::after {
top: 857.5;
left: 687;
}
.pie[size="1756"] {
height: 1756;
width: 1756;
}
.pie[size="1756"]::after {
top: 858;
left: 687.4;
}
.pie-reverse[size="1756"] {
height: 1756;
width: 1756;
}
.pie-reverse[size="1756"]::after {
top: 858;
left: 687.4;
}
.pie[size="1757"] {
height: 1757;
width: 1757;
}
.pie[size="1757"]::after {
top: 858.5;
left: 687.8;
}
.pie-reverse[size="1757"] {
height: 1757;
width: 1757;
}
.pie-reverse[size="1757"]::after {
top: 858.5;
left: 687.8;
}
.pie[size="1758"] {
height: 1758;
width: 1758;
}
.pie[size="1758"]::after {
top: 859;
left: 688.2;
}
.pie-reverse[size="1758"] {
height: 1758;
width: 1758;
}
.pie-reverse[size="1758"]::after {
top: 859;
left: 688.2;
}
.pie[size="1759"] {
height: 1759;
width: 1759;
}
.pie[size="1759"]::after {
top: 859.5;
left: 688.6;
}
.pie-reverse[size="1759"] {
height: 1759;
width: 1759;
}
.pie-reverse[size="1759"]::after {
top: 859.5;
left: 688.6;
}
.pie[size="1760"] {
height: 1760;
width: 1760;
}
.pie[size="1760"]::after {
top: 860;
left: 689;
}
.pie-reverse[size="1760"] {
height: 1760;
width: 1760;
}
.pie-reverse[size="1760"]::after {
top: 860;
left: 689;
}
.pie[size="1761"] {
height: 1761;
width: 1761;
}
.pie[size="1761"]::after {
top: 860.5;
left: 689.4;
}
.pie-reverse[size="1761"] {
height: 1761;
width: 1761;
}
.pie-reverse[size="1761"]::after {
top: 860.5;
left: 689.4;
}
.pie[size="1762"] {
height: 1762;
width: 1762;
}
.pie[size="1762"]::after {
top: 861;
left: 689.8;
}
.pie-reverse[size="1762"] {
height: 1762;
width: 1762;
}
.pie-reverse[size="1762"]::after {
top: 861;
left: 689.8;
}
.pie[size="1763"] {
height: 1763;
width: 1763;
}
.pie[size="1763"]::after {
top: 861.5;
left: 690.2;
}
.pie-reverse[size="1763"] {
height: 1763;
width: 1763;
}
.pie-reverse[size="1763"]::after {
top: 861.5;
left: 690.2;
}
.pie[size="1764"] {
height: 1764;
width: 1764;
}
.pie[size="1764"]::after {
top: 862;
left: 690.6;
}
.pie-reverse[size="1764"] {
height: 1764;
width: 1764;
}
.pie-reverse[size="1764"]::after {
top: 862;
left: 690.6;
}
.pie[size="1765"] {
height: 1765;
width: 1765;
}
.pie[size="1765"]::after {
top: 862.5;
left: 691;
}
.pie-reverse[size="1765"] {
height: 1765;
width: 1765;
}
.pie-reverse[size="1765"]::after {
top: 862.5;
left: 691;
}
.pie[size="1766"] {
height: 1766;
width: 1766;
}
.pie[size="1766"]::after {
top: 863;
left: 691.4;
}
.pie-reverse[size="1766"] {
height: 1766;
width: 1766;
}
.pie-reverse[size="1766"]::after {
top: 863;
left: 691.4;
}
.pie[size="1767"] {
height: 1767;
width: 1767;
}
.pie[size="1767"]::after {
top: 863.5;
left: 691.8;
}
.pie-reverse[size="1767"] {
height: 1767;
width: 1767;
}
.pie-reverse[size="1767"]::after {
top: 863.5;
left: 691.8;
}
.pie[size="1768"] {
height: 1768;
width: 1768;
}
.pie[size="1768"]::after {
top: 864;
left: 692.2;
}
.pie-reverse[size="1768"] {
height: 1768;
width: 1768;
}
.pie-reverse[size="1768"]::after {
top: 864;
left: 692.2;
}
.pie[size="1769"] {
height: 1769;
width: 1769;
}
.pie[size="1769"]::after {
top: 864.5;
left: 692.6;
}
.pie-reverse[size="1769"] {
height: 1769;
width: 1769;
}
.pie-reverse[size="1769"]::after {
top: 864.5;
left: 692.6;
}
.pie[size="1770"] {
height: 1770;
width: 1770;
}
.pie[size="1770"]::after {
top: 865;
left: 693;
}
.pie-reverse[size="1770"] {
height: 1770;
width: 1770;
}
.pie-reverse[size="1770"]::after {
top: 865;
left: 693;
}
.pie[size="1771"] {
height: 1771;
width: 1771;
}
.pie[size="1771"]::after {
top: 865.5;
left: 693.4;
}
.pie-reverse[size="1771"] {
height: 1771;
width: 1771;
}
.pie-reverse[size="1771"]::after {
top: 865.5;
left: 693.4;
}
.pie[size="1772"] {
height: 1772;
width: 1772;
}
.pie[size="1772"]::after {
top: 866;
left: 693.8;
}
.pie-reverse[size="1772"] {
height: 1772;
width: 1772;
}
.pie-reverse[size="1772"]::after {
top: 866;
left: 693.8;
}
.pie[size="1773"] {
height: 1773;
width: 1773;
}
.pie[size="1773"]::after {
top: 866.5;
left: 694.2;
}
.pie-reverse[size="1773"] {
height: 1773;
width: 1773;
}
.pie-reverse[size="1773"]::after {
top: 866.5;
left: 694.2;
}
.pie[size="1774"] {
height: 1774;
width: 1774;
}
.pie[size="1774"]::after {
top: 867;
left: 694.6;
}
.pie-reverse[size="1774"] {
height: 1774;
width: 1774;
}
.pie-reverse[size="1774"]::after {
top: 867;
left: 694.6;
}
.pie[size="1775"] {
height: 1775;
width: 1775;
}
.pie[size="1775"]::after {
top: 867.5;
left: 695;
}
.pie-reverse[size="1775"] {
height: 1775;
width: 1775;
}
.pie-reverse[size="1775"]::after {
top: 867.5;
left: 695;
}
.pie[size="1776"] {
height: 1776;
width: 1776;
}
.pie[size="1776"]::after {
top: 868;
left: 695.4;
}
.pie-reverse[size="1776"] {
height: 1776;
width: 1776;
}
.pie-reverse[size="1776"]::after {
top: 868;
left: 695.4;
}
.pie[size="1777"] {
height: 1777;
width: 1777;
}
.pie[size="1777"]::after {
top: 868.5;
left: 695.8;
}
.pie-reverse[size="1777"] {
height: 1777;
width: 1777;
}
.pie-reverse[size="1777"]::after {
top: 868.5;
left: 695.8;
}
.pie[size="1778"] {
height: 1778;
width: 1778;
}
.pie[size="1778"]::after {
top: 869;
left: 696.2;
}
.pie-reverse[size="1778"] {
height: 1778;
width: 1778;
}
.pie-reverse[size="1778"]::after {
top: 869;
left: 696.2;
}
.pie[size="1779"] {
height: 1779;
width: 1779;
}
.pie[size="1779"]::after {
top: 869.5;
left: 696.6;
}
.pie-reverse[size="1779"] {
height: 1779;
width: 1779;
}
.pie-reverse[size="1779"]::after {
top: 869.5;
left: 696.6;
}
.pie[size="1780"] {
height: 1780;
width: 1780;
}
.pie[size="1780"]::after {
top: 870;
left: 697;
}
.pie-reverse[size="1780"] {
height: 1780;
width: 1780;
}
.pie-reverse[size="1780"]::after {
top: 870;
left: 697;
}
.pie[size="1781"] {
height: 1781;
width: 1781;
}
.pie[size="1781"]::after {
top: 870.5;
left: 697.4;
}
.pie-reverse[size="1781"] {
height: 1781;
width: 1781;
}
.pie-reverse[size="1781"]::after {
top: 870.5;
left: 697.4;
}
.pie[size="1782"] {
height: 1782;
width: 1782;
}
.pie[size="1782"]::after {
top: 871;
left: 697.8;
}
.pie-reverse[size="1782"] {
height: 1782;
width: 1782;
}
.pie-reverse[size="1782"]::after {
top: 871;
left: 697.8;
}
.pie[size="1783"] {
height: 1783;
width: 1783;
}
.pie[size="1783"]::after {
top: 871.5;
left: 698.2;
}
.pie-reverse[size="1783"] {
height: 1783;
width: 1783;
}
.pie-reverse[size="1783"]::after {
top: 871.5;
left: 698.2;
}
.pie[size="1784"] {
height: 1784;
width: 1784;
}
.pie[size="1784"]::after {
top: 872;
left: 698.6;
}
.pie-reverse[size="1784"] {
height: 1784;
width: 1784;
}
.pie-reverse[size="1784"]::after {
top: 872;
left: 698.6;
}
.pie[size="1785"] {
height: 1785;
width: 1785;
}
.pie[size="1785"]::after {
top: 872.5;
left: 699;
}
.pie-reverse[size="1785"] {
height: 1785;
width: 1785;
}
.pie-reverse[size="1785"]::after {
top: 872.5;
left: 699;
}
.pie[size="1786"] {
height: 1786;
width: 1786;
}
.pie[size="1786"]::after {
top: 873;
left: 699.4;
}
.pie-reverse[size="1786"] {
height: 1786;
width: 1786;
}
.pie-reverse[size="1786"]::after {
top: 873;
left: 699.4;
}
.pie[size="1787"] {
height: 1787;
width: 1787;
}
.pie[size="1787"]::after {
top: 873.5;
left: 699.8;
}
.pie-reverse[size="1787"] {
height: 1787;
width: 1787;
}
.pie-reverse[size="1787"]::after {
top: 873.5;
left: 699.8;
}
.pie[size="1788"] {
height: 1788;
width: 1788;
}
.pie[size="1788"]::after {
top: 874;
left: 700.2;
}
.pie-reverse[size="1788"] {
height: 1788;
width: 1788;
}
.pie-reverse[size="1788"]::after {
top: 874;
left: 700.2;
}
.pie[size="1789"] {
height: 1789;
width: 1789;
}
.pie[size="1789"]::after {
top: 874.5;
left: 700.6;
}
.pie-reverse[size="1789"] {
height: 1789;
width: 1789;
}
.pie-reverse[size="1789"]::after {
top: 874.5;
left: 700.6;
}
.pie[size="1790"] {
height: 1790;
width: 1790;
}
.pie[size="1790"]::after {
top: 875;
left: 701;
}
.pie-reverse[size="1790"] {
height: 1790;
width: 1790;
}
.pie-reverse[size="1790"]::after {
top: 875;
left: 701;
}
.pie[size="1791"] {
height: 1791;
width: 1791;
}
.pie[size="1791"]::after {
top: 875.5;
left: 701.4;
}
.pie-reverse[size="1791"] {
height: 1791;
width: 1791;
}
.pie-reverse[size="1791"]::after {
top: 875.5;
left: 701.4;
}
.pie[size="1792"] {
height: 1792;
width: 1792;
}
.pie[size="1792"]::after {
top: 876;
left: 701.8;
}
.pie-reverse[size="1792"] {
height: 1792;
width: 1792;
}
.pie-reverse[size="1792"]::after {
top: 876;
left: 701.8;
}
.pie[size="1793"] {
height: 1793;
width: 1793;
}
.pie[size="1793"]::after {
top: 876.5;
left: 702.2;
}
.pie-reverse[size="1793"] {
height: 1793;
width: 1793;
}
.pie-reverse[size="1793"]::after {
top: 876.5;
left: 702.2;
}
.pie[size="1794"] {
height: 1794;
width: 1794;
}
.pie[size="1794"]::after {
top: 877;
left: 702.6;
}
.pie-reverse[size="1794"] {
height: 1794;
width: 1794;
}
.pie-reverse[size="1794"]::after {
top: 877;
left: 702.6;
}
.pie[size="1795"] {
height: 1795;
width: 1795;
}
.pie[size="1795"]::after {
top: 877.5;
left: 703;
}
.pie-reverse[size="1795"] {
height: 1795;
width: 1795;
}
.pie-reverse[size="1795"]::after {
top: 877.5;
left: 703;
}
.pie[size="1796"] {
height: 1796;
width: 1796;
}
.pie[size="1796"]::after {
top: 878;
left: 703.4;
}
.pie-reverse[size="1796"] {
height: 1796;
width: 1796;
}
.pie-reverse[size="1796"]::after {
top: 878;
left: 703.4;
}
.pie[size="1797"] {
height: 1797;
width: 1797;
}
.pie[size="1797"]::after {
top: 878.5;
left: 703.8;
}
.pie-reverse[size="1797"] {
height: 1797;
width: 1797;
}
.pie-reverse[size="1797"]::after {
top: 878.5;
left: 703.8;
}
.pie[size="1798"] {
height: 1798;
width: 1798;
}
.pie[size="1798"]::after {
top: 879;
left: 704.2;
}
.pie-reverse[size="1798"] {
height: 1798;
width: 1798;
}
.pie-reverse[size="1798"]::after {
top: 879;
left: 704.2;
}
.pie[size="1799"] {
height: 1799;
width: 1799;
}
.pie[size="1799"]::after {
top: 879.5;
left: 704.6;
}
.pie-reverse[size="1799"] {
height: 1799;
width: 1799;
}
.pie-reverse[size="1799"]::after {
top: 879.5;
left: 704.6;
}
.pie[size="1800"] {
height: 1800;
width: 1800;
}
.pie[size="1800"]::after {
top: 880;
left: 705;
}
.pie-reverse[size="1800"] {
height: 1800;
width: 1800;
}
.pie-reverse[size="1800"]::after {
top: 880;
left: 705;
}
.pie[size="1801"] {
height: 1801;
width: 1801;
}
.pie[size="1801"]::after {
top: 880.5;
left: 705.4;
}
.pie-reverse[size="1801"] {
height: 1801;
width: 1801;
}
.pie-reverse[size="1801"]::after {
top: 880.5;
left: 705.4;
}
.pie[size="1802"] {
height: 1802;
width: 1802;
}
.pie[size="1802"]::after {
top: 881;
left: 705.8;
}
.pie-reverse[size="1802"] {
height: 1802;
width: 1802;
}
.pie-reverse[size="1802"]::after {
top: 881;
left: 705.8;
}
.pie[size="1803"] {
height: 1803;
width: 1803;
}
.pie[size="1803"]::after {
top: 881.5;
left: 706.2;
}
.pie-reverse[size="1803"] {
height: 1803;
width: 1803;
}
.pie-reverse[size="1803"]::after {
top: 881.5;
left: 706.2;
}
.pie[size="1804"] {
height: 1804;
width: 1804;
}
.pie[size="1804"]::after {
top: 882;
left: 706.6;
}
.pie-reverse[size="1804"] {
height: 1804;
width: 1804;
}
.pie-reverse[size="1804"]::after {
top: 882;
left: 706.6;
}
.pie[size="1805"] {
height: 1805;
width: 1805;
}
.pie[size="1805"]::after {
top: 882.5;
left: 707;
}
.pie-reverse[size="1805"] {
height: 1805;
width: 1805;
}
.pie-reverse[size="1805"]::after {
top: 882.5;
left: 707;
}
.pie[size="1806"] {
height: 1806;
width: 1806;
}
.pie[size="1806"]::after {
top: 883;
left: 707.4;
}
.pie-reverse[size="1806"] {
height: 1806;
width: 1806;
}
.pie-reverse[size="1806"]::after {
top: 883;
left: 707.4;
}
.pie[size="1807"] {
height: 1807;
width: 1807;
}
.pie[size="1807"]::after {
top: 883.5;
left: 707.8;
}
.pie-reverse[size="1807"] {
height: 1807;
width: 1807;
}
.pie-reverse[size="1807"]::after {
top: 883.5;
left: 707.8;
}
.pie[size="1808"] {
height: 1808;
width: 1808;
}
.pie[size="1808"]::after {
top: 884;
left: 708.2;
}
.pie-reverse[size="1808"] {
height: 1808;
width: 1808;
}
.pie-reverse[size="1808"]::after {
top: 884;
left: 708.2;
}
.pie[size="1809"] {
height: 1809;
width: 1809;
}
.pie[size="1809"]::after {
top: 884.5;
left: 708.6;
}
.pie-reverse[size="1809"] {
height: 1809;
width: 1809;
}
.pie-reverse[size="1809"]::after {
top: 884.5;
left: 708.6;
}
.pie[size="1810"] {
height: 1810;
width: 1810;
}
.pie[size="1810"]::after {
top: 885;
left: 709;
}
.pie-reverse[size="1810"] {
height: 1810;
width: 1810;
}
.pie-reverse[size="1810"]::after {
top: 885;
left: 709;
}
.pie[size="1811"] {
height: 1811;
width: 1811;
}
.pie[size="1811"]::after {
top: 885.5;
left: 709.4;
}
.pie-reverse[size="1811"] {
height: 1811;
width: 1811;
}
.pie-reverse[size="1811"]::after {
top: 885.5;
left: 709.4;
}
.pie[size="1812"] {
height: 1812;
width: 1812;
}
.pie[size="1812"]::after {
top: 886;
left: 709.8;
}
.pie-reverse[size="1812"] {
height: 1812;
width: 1812;
}
.pie-reverse[size="1812"]::after {
top: 886;
left: 709.8;
}
.pie[size="1813"] {
height: 1813;
width: 1813;
}
.pie[size="1813"]::after {
top: 886.5;
left: 710.2;
}
.pie-reverse[size="1813"] {
height: 1813;
width: 1813;
}
.pie-reverse[size="1813"]::after {
top: 886.5;
left: 710.2;
}
.pie[size="1814"] {
height: 1814;
width: 1814;
}
.pie[size="1814"]::after {
top: 887;
left: 710.6;
}
.pie-reverse[size="1814"] {
height: 1814;
width: 1814;
}
.pie-reverse[size="1814"]::after {
top: 887;
left: 710.6;
}
.pie[size="1815"] {
height: 1815;
width: 1815;
}
.pie[size="1815"]::after {
top: 887.5;
left: 711;
}
.pie-reverse[size="1815"] {
height: 1815;
width: 1815;
}
.pie-reverse[size="1815"]::after {
top: 887.5;
left: 711;
}
.pie[size="1816"] {
height: 1816;
width: 1816;
}
.pie[size="1816"]::after {
top: 888;
left: 711.4;
}
.pie-reverse[size="1816"] {
height: 1816;
width: 1816;
}
.pie-reverse[size="1816"]::after {
top: 888;
left: 711.4;
}
.pie[size="1817"] {
height: 1817;
width: 1817;
}
.pie[size="1817"]::after {
top: 888.5;
left: 711.8;
}
.pie-reverse[size="1817"] {
height: 1817;
width: 1817;
}
.pie-reverse[size="1817"]::after {
top: 888.5;
left: 711.8;
}
.pie[size="1818"] {
height: 1818;
width: 1818;
}
.pie[size="1818"]::after {
top: 889;
left: 712.2;
}
.pie-reverse[size="1818"] {
height: 1818;
width: 1818;
}
.pie-reverse[size="1818"]::after {
top: 889;
left: 712.2;
}
.pie[size="1819"] {
height: 1819;
width: 1819;
}
.pie[size="1819"]::after {
top: 889.5;
left: 712.6;
}
.pie-reverse[size="1819"] {
height: 1819;
width: 1819;
}
.pie-reverse[size="1819"]::after {
top: 889.5;
left: 712.6;
}
.pie[size="1820"] {
height: 1820;
width: 1820;
}
.pie[size="1820"]::after {
top: 890;
left: 713;
}
.pie-reverse[size="1820"] {
height: 1820;
width: 1820;
}
.pie-reverse[size="1820"]::after {
top: 890;
left: 713;
}
.pie[size="1821"] {
height: 1821;
width: 1821;
}
.pie[size="1821"]::after {
top: 890.5;
left: 713.4;
}
.pie-reverse[size="1821"] {
height: 1821;
width: 1821;
}
.pie-reverse[size="1821"]::after {
top: 890.5;
left: 713.4;
}
.pie[size="1822"] {
height: 1822;
width: 1822;
}
.pie[size="1822"]::after {
top: 891;
left: 713.8;
}
.pie-reverse[size="1822"] {
height: 1822;
width: 1822;
}
.pie-reverse[size="1822"]::after {
top: 891;
left: 713.8;
}
.pie[size="1823"] {
height: 1823;
width: 1823;
}
.pie[size="1823"]::after {
top: 891.5;
left: 714.2;
}
.pie-reverse[size="1823"] {
height: 1823;
width: 1823;
}
.pie-reverse[size="1823"]::after {
top: 891.5;
left: 714.2;
}
.pie[size="1824"] {
height: 1824;
width: 1824;
}
.pie[size="1824"]::after {
top: 892;
left: 714.6;
}
.pie-reverse[size="1824"] {
height: 1824;
width: 1824;
}
.pie-reverse[size="1824"]::after {
top: 892;
left: 714.6;
}
.pie[size="1825"] {
height: 1825;
width: 1825;
}
.pie[size="1825"]::after {
top: 892.5;
left: 715;
}
.pie-reverse[size="1825"] {
height: 1825;
width: 1825;
}
.pie-reverse[size="1825"]::after {
top: 892.5;
left: 715;
}
.pie[size="1826"] {
height: 1826;
width: 1826;
}
.pie[size="1826"]::after {
top: 893;
left: 715.4;
}
.pie-reverse[size="1826"] {
height: 1826;
width: 1826;
}
.pie-reverse[size="1826"]::after {
top: 893;
left: 715.4;
}
.pie[size="1827"] {
height: 1827;
width: 1827;
}
.pie[size="1827"]::after {
top: 893.5;
left: 715.8;
}
.pie-reverse[size="1827"] {
height: 1827;
width: 1827;
}
.pie-reverse[size="1827"]::after {
top: 893.5;
left: 715.8;
}
.pie[size="1828"] {
height: 1828;
width: 1828;
}
.pie[size="1828"]::after {
top: 894;
left: 716.2;
}
.pie-reverse[size="1828"] {
height: 1828;
width: 1828;
}
.pie-reverse[size="1828"]::after {
top: 894;
left: 716.2;
}
.pie[size="1829"] {
height: 1829;
width: 1829;
}
.pie[size="1829"]::after {
top: 894.5;
left: 716.6;
}
.pie-reverse[size="1829"] {
height: 1829;
width: 1829;
}
.pie-reverse[size="1829"]::after {
top: 894.5;
left: 716.6;
}
.pie[size="1830"] {
height: 1830;
width: 1830;
}
.pie[size="1830"]::after {
top: 895;
left: 717;
}
.pie-reverse[size="1830"] {
height: 1830;
width: 1830;
}
.pie-reverse[size="1830"]::after {
top: 895;
left: 717;
}
.pie[size="1831"] {
height: 1831;
width: 1831;
}
.pie[size="1831"]::after {
top: 895.5;
left: 717.4;
}
.pie-reverse[size="1831"] {
height: 1831;
width: 1831;
}
.pie-reverse[size="1831"]::after {
top: 895.5;
left: 717.4;
}
.pie[size="1832"] {
height: 1832;
width: 1832;
}
.pie[size="1832"]::after {
top: 896;
left: 717.8;
}
.pie-reverse[size="1832"] {
height: 1832;
width: 1832;
}
.pie-reverse[size="1832"]::after {
top: 896;
left: 717.8;
}
.pie[size="1833"] {
height: 1833;
width: 1833;
}
.pie[size="1833"]::after {
top: 896.5;
left: 718.2;
}
.pie-reverse[size="1833"] {
height: 1833;
width: 1833;
}
.pie-reverse[size="1833"]::after {
top: 896.5;
left: 718.2;
}
.pie[size="1834"] {
height: 1834;
width: 1834;
}
.pie[size="1834"]::after {
top: 897;
left: 718.6;
}
.pie-reverse[size="1834"] {
height: 1834;
width: 1834;
}
.pie-reverse[size="1834"]::after {
top: 897;
left: 718.6;
}
.pie[size="1835"] {
height: 1835;
width: 1835;
}
.pie[size="1835"]::after {
top: 897.5;
left: 719;
}
.pie-reverse[size="1835"] {
height: 1835;
width: 1835;
}
.pie-reverse[size="1835"]::after {
top: 897.5;
left: 719;
}
.pie[size="1836"] {
height: 1836;
width: 1836;
}
.pie[size="1836"]::after {
top: 898;
left: 719.4;
}
.pie-reverse[size="1836"] {
height: 1836;
width: 1836;
}
.pie-reverse[size="1836"]::after {
top: 898;
left: 719.4;
}
.pie[size="1837"] {
height: 1837;
width: 1837;
}
.pie[size="1837"]::after {
top: 898.5;
left: 719.8;
}
.pie-reverse[size="1837"] {
height: 1837;
width: 1837;
}
.pie-reverse[size="1837"]::after {
top: 898.5;
left: 719.8;
}
.pie[size="1838"] {
height: 1838;
width: 1838;
}
.pie[size="1838"]::after {
top: 899;
left: 720.2;
}
.pie-reverse[size="1838"] {
height: 1838;
width: 1838;
}
.pie-reverse[size="1838"]::after {
top: 899;
left: 720.2;
}
.pie[size="1839"] {
height: 1839;
width: 1839;
}
.pie[size="1839"]::after {
top: 899.5;
left: 720.6;
}
.pie-reverse[size="1839"] {
height: 1839;
width: 1839;
}
.pie-reverse[size="1839"]::after {
top: 899.5;
left: 720.6;
}
.pie[size="1840"] {
height: 1840;
width: 1840;
}
.pie[size="1840"]::after {
top: 900;
left: 721;
}
.pie-reverse[size="1840"] {
height: 1840;
width: 1840;
}
.pie-reverse[size="1840"]::after {
top: 900;
left: 721;
}
.pie[size="1841"] {
height: 1841;
width: 1841;
}
.pie[size="1841"]::after {
top: 900.5;
left: 721.4;
}
.pie-reverse[size="1841"] {
height: 1841;
width: 1841;
}
.pie-reverse[size="1841"]::after {
top: 900.5;
left: 721.4;
}
.pie[size="1842"] {
height: 1842;
width: 1842;
}
.pie[size="1842"]::after {
top: 901;
left: 721.8;
}
.pie-reverse[size="1842"] {
height: 1842;
width: 1842;
}
.pie-reverse[size="1842"]::after {
top: 901;
left: 721.8;
}
.pie[size="1843"] {
height: 1843;
width: 1843;
}
.pie[size="1843"]::after {
top: 901.5;
left: 722.2;
}
.pie-reverse[size="1843"] {
height: 1843;
width: 1843;
}
.pie-reverse[size="1843"]::after {
top: 901.5;
left: 722.2;
}
.pie[size="1844"] {
height: 1844;
width: 1844;
}
.pie[size="1844"]::after {
top: 902;
left: 722.6;
}
.pie-reverse[size="1844"] {
height: 1844;
width: 1844;
}
.pie-reverse[size="1844"]::after {
top: 902;
left: 722.6;
}
.pie[size="1845"] {
height: 1845;
width: 1845;
}
.pie[size="1845"]::after {
top: 902.5;
left: 723;
}
.pie-reverse[size="1845"] {
height: 1845;
width: 1845;
}
.pie-reverse[size="1845"]::after {
top: 902.5;
left: 723;
}
.pie[size="1846"] {
height: 1846;
width: 1846;
}
.pie[size="1846"]::after {
top: 903;
left: 723.4;
}
.pie-reverse[size="1846"] {
height: 1846;
width: 1846;
}
.pie-reverse[size="1846"]::after {
top: 903;
left: 723.4;
}
.pie[size="1847"] {
height: 1847;
width: 1847;
}
.pie[size="1847"]::after {
top: 903.5;
left: 723.8;
}
.pie-reverse[size="1847"] {
height: 1847;
width: 1847;
}
.pie-reverse[size="1847"]::after {
top: 903.5;
left: 723.8;
}
.pie[size="1848"] {
height: 1848;
width: 1848;
}
.pie[size="1848"]::after {
top: 904;
left: 724.2;
}
.pie-reverse[size="1848"] {
height: 1848;
width: 1848;
}
.pie-reverse[size="1848"]::after {
top: 904;
left: 724.2;
}
.pie[size="1849"] {
height: 1849;
width: 1849;
}
.pie[size="1849"]::after {
top: 904.5;
left: 724.6;
}
.pie-reverse[size="1849"] {
height: 1849;
width: 1849;
}
.pie-reverse[size="1849"]::after {
top: 904.5;
left: 724.6;
}
.pie[size="1850"] {
height: 1850;
width: 1850;
}
.pie[size="1850"]::after {
top: 905;
left: 725;
}
.pie-reverse[size="1850"] {
height: 1850;
width: 1850;
}
.pie-reverse[size="1850"]::after {
top: 905;
left: 725;
}
.pie[size="1851"] {
height: 1851;
width: 1851;
}
.pie[size="1851"]::after {
top: 905.5;
left: 725.4;
}
.pie-reverse[size="1851"] {
height: 1851;
width: 1851;
}
.pie-reverse[size="1851"]::after {
top: 905.5;
left: 725.4;
}
.pie[size="1852"] {
height: 1852;
width: 1852;
}
.pie[size="1852"]::after {
top: 906;
left: 725.8;
}
.pie-reverse[size="1852"] {
height: 1852;
width: 1852;
}
.pie-reverse[size="1852"]::after {
top: 906;
left: 725.8;
}
.pie[size="1853"] {
height: 1853;
width: 1853;
}
.pie[size="1853"]::after {
top: 906.5;
left: 726.2;
}
.pie-reverse[size="1853"] {
height: 1853;
width: 1853;
}
.pie-reverse[size="1853"]::after {
top: 906.5;
left: 726.2;
}
.pie[size="1854"] {
height: 1854;
width: 1854;
}
.pie[size="1854"]::after {
top: 907;
left: 726.6;
}
.pie-reverse[size="1854"] {
height: 1854;
width: 1854;
}
.pie-reverse[size="1854"]::after {
top: 907;
left: 726.6;
}
.pie[size="1855"] {
height: 1855;
width: 1855;
}
.pie[size="1855"]::after {
top: 907.5;
left: 727;
}
.pie-reverse[size="1855"] {
height: 1855;
width: 1855;
}
.pie-reverse[size="1855"]::after {
top: 907.5;
left: 727;
}
.pie[size="1856"] {
height: 1856;
width: 1856;
}
.pie[size="1856"]::after {
top: 908;
left: 727.4;
}
.pie-reverse[size="1856"] {
height: 1856;
width: 1856;
}
.pie-reverse[size="1856"]::after {
top: 908;
left: 727.4;
}
.pie[size="1857"] {
height: 1857;
width: 1857;
}
.pie[size="1857"]::after {
top: 908.5;
left: 727.8;
}
.pie-reverse[size="1857"] {
height: 1857;
width: 1857;
}
.pie-reverse[size="1857"]::after {
top: 908.5;
left: 727.8;
}
.pie[size="1858"] {
height: 1858;
width: 1858;
}
.pie[size="1858"]::after {
top: 909;
left: 728.2;
}
.pie-reverse[size="1858"] {
height: 1858;
width: 1858;
}
.pie-reverse[size="1858"]::after {
top: 909;
left: 728.2;
}
.pie[size="1859"] {
height: 1859;
width: 1859;
}
.pie[size="1859"]::after {
top: 909.5;
left: 728.6;
}
.pie-reverse[size="1859"] {
height: 1859;
width: 1859;
}
.pie-reverse[size="1859"]::after {
top: 909.5;
left: 728.6;
}
.pie[size="1860"] {
height: 1860;
width: 1860;
}
.pie[size="1860"]::after {
top: 910;
left: 729;
}
.pie-reverse[size="1860"] {
height: 1860;
width: 1860;
}
.pie-reverse[size="1860"]::after {
top: 910;
left: 729;
}
.pie[size="1861"] {
height: 1861;
width: 1861;
}
.pie[size="1861"]::after {
top: 910.5;
left: 729.4;
}
.pie-reverse[size="1861"] {
height: 1861;
width: 1861;
}
.pie-reverse[size="1861"]::after {
top: 910.5;
left: 729.4;
}
.pie[size="1862"] {
height: 1862;
width: 1862;
}
.pie[size="1862"]::after {
top: 911;
left: 729.8;
}
.pie-reverse[size="1862"] {
height: 1862;
width: 1862;
}
.pie-reverse[size="1862"]::after {
top: 911;
left: 729.8;
}
.pie[size="1863"] {
height: 1863;
width: 1863;
}
.pie[size="1863"]::after {
top: 911.5;
left: 730.2;
}
.pie-reverse[size="1863"] {
height: 1863;
width: 1863;
}
.pie-reverse[size="1863"]::after {
top: 911.5;
left: 730.2;
}
.pie[size="1864"] {
height: 1864;
width: 1864;
}
.pie[size="1864"]::after {
top: 912;
left: 730.6;
}
.pie-reverse[size="1864"] {
height: 1864;
width: 1864;
}
.pie-reverse[size="1864"]::after {
top: 912;
left: 730.6;
}
.pie[size="1865"] {
height: 1865;
width: 1865;
}
.pie[size="1865"]::after {
top: 912.5;
left: 731;
}
.pie-reverse[size="1865"] {
height: 1865;
width: 1865;
}
.pie-reverse[size="1865"]::after {
top: 912.5;
left: 731;
}
.pie[size="1866"] {
height: 1866;
width: 1866;
}
.pie[size="1866"]::after {
top: 913;
left: 731.4;
}
.pie-reverse[size="1866"] {
height: 1866;
width: 1866;
}
.pie-reverse[size="1866"]::after {
top: 913;
left: 731.4;
}
.pie[size="1867"] {
height: 1867;
width: 1867;
}
.pie[size="1867"]::after {
top: 913.5;
left: 731.8;
}
.pie-reverse[size="1867"] {
height: 1867;
width: 1867;
}
.pie-reverse[size="1867"]::after {
top: 913.5;
left: 731.8;
}
.pie[size="1868"] {
height: 1868;
width: 1868;
}
.pie[size="1868"]::after {
top: 914;
left: 732.2;
}
.pie-reverse[size="1868"] {
height: 1868;
width: 1868;
}
.pie-reverse[size="1868"]::after {
top: 914;
left: 732.2;
}
.pie[size="1869"] {
height: 1869;
width: 1869;
}
.pie[size="1869"]::after {
top: 914.5;
left: 732.6;
}
.pie-reverse[size="1869"] {
height: 1869;
width: 1869;
}
.pie-reverse[size="1869"]::after {
top: 914.5;
left: 732.6;
}
.pie[size="1870"] {
height: 1870;
width: 1870;
}
.pie[size="1870"]::after {
top: 915;
left: 733;
}
.pie-reverse[size="1870"] {
height: 1870;
width: 1870;
}
.pie-reverse[size="1870"]::after {
top: 915;
left: 733;
}
.pie[size="1871"] {
height: 1871;
width: 1871;
}
.pie[size="1871"]::after {
top: 915.5;
left: 733.4;
}
.pie-reverse[size="1871"] {
height: 1871;
width: 1871;
}
.pie-reverse[size="1871"]::after {
top: 915.5;
left: 733.4;
}
.pie[size="1872"] {
height: 1872;
width: 1872;
}
.pie[size="1872"]::after {
top: 916;
left: 733.8;
}
.pie-reverse[size="1872"] {
height: 1872;
width: 1872;
}
.pie-reverse[size="1872"]::after {
top: 916;
left: 733.8;
}
.pie[size="1873"] {
height: 1873;
width: 1873;
}
.pie[size="1873"]::after {
top: 916.5;
left: 734.2;
}
.pie-reverse[size="1873"] {
height: 1873;
width: 1873;
}
.pie-reverse[size="1873"]::after {
top: 916.5;
left: 734.2;
}
.pie[size="1874"] {
height: 1874;
width: 1874;
}
.pie[size="1874"]::after {
top: 917;
left: 734.6;
}
.pie-reverse[size="1874"] {
height: 1874;
width: 1874;
}
.pie-reverse[size="1874"]::after {
top: 917;
left: 734.6;
}
.pie[size="1875"] {
height: 1875;
width: 1875;
}
.pie[size="1875"]::after {
top: 917.5;
left: 735;
}
.pie-reverse[size="1875"] {
height: 1875;
width: 1875;
}
.pie-reverse[size="1875"]::after {
top: 917.5;
left: 735;
}
.pie[size="1876"] {
height: 1876;
width: 1876;
}
.pie[size="1876"]::after {
top: 918;
left: 735.4;
}
.pie-reverse[size="1876"] {
height: 1876;
width: 1876;
}
.pie-reverse[size="1876"]::after {
top: 918;
left: 735.4;
}
.pie[size="1877"] {
height: 1877;
width: 1877;
}
.pie[size="1877"]::after {
top: 918.5;
left: 735.8;
}
.pie-reverse[size="1877"] {
height: 1877;
width: 1877;
}
.pie-reverse[size="1877"]::after {
top: 918.5;
left: 735.8;
}
.pie[size="1878"] {
height: 1878;
width: 1878;
}
.pie[size="1878"]::after {
top: 919;
left: 736.2;
}
.pie-reverse[size="1878"] {
height: 1878;
width: 1878;
}
.pie-reverse[size="1878"]::after {
top: 919;
left: 736.2;
}
.pie[size="1879"] {
height: 1879;
width: 1879;
}
.pie[size="1879"]::after {
top: 919.5;
left: 736.6;
}
.pie-reverse[size="1879"] {
height: 1879;
width: 1879;
}
.pie-reverse[size="1879"]::after {
top: 919.5;
left: 736.6;
}
.pie[size="1880"] {
height: 1880;
width: 1880;
}
.pie[size="1880"]::after {
top: 920;
left: 737;
}
.pie-reverse[size="1880"] {
height: 1880;
width: 1880;
}
.pie-reverse[size="1880"]::after {
top: 920;
left: 737;
}
.pie[size="1881"] {
height: 1881;
width: 1881;
}
.pie[size="1881"]::after {
top: 920.5;
left: 737.4;
}
.pie-reverse[size="1881"] {
height: 1881;
width: 1881;
}
.pie-reverse[size="1881"]::after {
top: 920.5;
left: 737.4;
}
.pie[size="1882"] {
height: 1882;
width: 1882;
}
.pie[size="1882"]::after {
top: 921;
left: 737.8;
}
.pie-reverse[size="1882"] {
height: 1882;
width: 1882;
}
.pie-reverse[size="1882"]::after {
top: 921;
left: 737.8;
}
.pie[size="1883"] {
height: 1883;
width: 1883;
}
.pie[size="1883"]::after {
top: 921.5;
left: 738.2;
}
.pie-reverse[size="1883"] {
height: 1883;
width: 1883;
}
.pie-reverse[size="1883"]::after {
top: 921.5;
left: 738.2;
}
.pie[size="1884"] {
height: 1884;
width: 1884;
}
.pie[size="1884"]::after {
top: 922;
left: 738.6;
}
.pie-reverse[size="1884"] {
height: 1884;
width: 1884;
}
.pie-reverse[size="1884"]::after {
top: 922;
left: 738.6;
}
.pie[size="1885"] {
height: 1885;
width: 1885;
}
.pie[size="1885"]::after {
top: 922.5;
left: 739;
}
.pie-reverse[size="1885"] {
height: 1885;
width: 1885;
}
.pie-reverse[size="1885"]::after {
top: 922.5;
left: 739;
}
.pie[size="1886"] {
height: 1886;
width: 1886;
}
.pie[size="1886"]::after {
top: 923;
left: 739.4;
}
.pie-reverse[size="1886"] {
height: 1886;
width: 1886;
}
.pie-reverse[size="1886"]::after {
top: 923;
left: 739.4;
}
.pie[size="1887"] {
height: 1887;
width: 1887;
}
.pie[size="1887"]::after {
top: 923.5;
left: 739.8;
}
.pie-reverse[size="1887"] {
height: 1887;
width: 1887;
}
.pie-reverse[size="1887"]::after {
top: 923.5;
left: 739.8;
}
.pie[size="1888"] {
height: 1888;
width: 1888;
}
.pie[size="1888"]::after {
top: 924;
left: 740.2;
}
.pie-reverse[size="1888"] {
height: 1888;
width: 1888;
}
.pie-reverse[size="1888"]::after {
top: 924;
left: 740.2;
}
.pie[size="1889"] {
height: 1889;
width: 1889;
}
.pie[size="1889"]::after {
top: 924.5;
left: 740.6;
}
.pie-reverse[size="1889"] {
height: 1889;
width: 1889;
}
.pie-reverse[size="1889"]::after {
top: 924.5;
left: 740.6;
}
.pie[size="1890"] {
height: 1890;
width: 1890;
}
.pie[size="1890"]::after {
top: 925;
left: 741;
}
.pie-reverse[size="1890"] {
height: 1890;
width: 1890;
}
.pie-reverse[size="1890"]::after {
top: 925;
left: 741;
}
.pie[size="1891"] {
height: 1891;
width: 1891;
}
.pie[size="1891"]::after {
top: 925.5;
left: 741.4;
}
.pie-reverse[size="1891"] {
height: 1891;
width: 1891;
}
.pie-reverse[size="1891"]::after {
top: 925.5;
left: 741.4;
}
.pie[size="1892"] {
height: 1892;
width: 1892;
}
.pie[size="1892"]::after {
top: 926;
left: 741.8;
}
.pie-reverse[size="1892"] {
height: 1892;
width: 1892;
}
.pie-reverse[size="1892"]::after {
top: 926;
left: 741.8;
}
.pie[size="1893"] {
height: 1893;
width: 1893;
}
.pie[size="1893"]::after {
top: 926.5;
left: 742.2;
}
.pie-reverse[size="1893"] {
height: 1893;
width: 1893;
}
.pie-reverse[size="1893"]::after {
top: 926.5;
left: 742.2;
}
.pie[size="1894"] {
height: 1894;
width: 1894;
}
.pie[size="1894"]::after {
top: 927;
left: 742.6;
}
.pie-reverse[size="1894"] {
height: 1894;
width: 1894;
}
.pie-reverse[size="1894"]::after {
top: 927;
left: 742.6;
}
.pie[size="1895"] {
height: 1895;
width: 1895;
}
.pie[size="1895"]::after {
top: 927.5;
left: 743;
}
.pie-reverse[size="1895"] {
height: 1895;
width: 1895;
}
.pie-reverse[size="1895"]::after {
top: 927.5;
left: 743;
}
.pie[size="1896"] {
height: 1896;
width: 1896;
}
.pie[size="1896"]::after {
top: 928;
left: 743.4;
}
.pie-reverse[size="1896"] {
height: 1896;
width: 1896;
}
.pie-reverse[size="1896"]::after {
top: 928;
left: 743.4;
}
.pie[size="1897"] {
height: 1897;
width: 1897;
}
.pie[size="1897"]::after {
top: 928.5;
left: 743.8;
}
.pie-reverse[size="1897"] {
height: 1897;
width: 1897;
}
.pie-reverse[size="1897"]::after {
top: 928.5;
left: 743.8;
}
.pie[size="1898"] {
height: 1898;
width: 1898;
}
.pie[size="1898"]::after {
top: 929;
left: 744.2;
}
.pie-reverse[size="1898"] {
height: 1898;
width: 1898;
}
.pie-reverse[size="1898"]::after {
top: 929;
left: 744.2;
}
.pie[size="1899"] {
height: 1899;
width: 1899;
}
.pie[size="1899"]::after {
top: 929.5;
left: 744.6;
}
.pie-reverse[size="1899"] {
height: 1899;
width: 1899;
}
.pie-reverse[size="1899"]::after {
top: 929.5;
left: 744.6;
}
.pie[size="1900"] {
height: 1900;
width: 1900;
}
.pie[size="1900"]::after {
top: 930;
left: 745;
}
.pie-reverse[size="1900"] {
height: 1900;
width: 1900;
}
.pie-reverse[size="1900"]::after {
top: 930;
left: 745;
}
.pie[size="1901"] {
height: 1901;
width: 1901;
}
.pie[size="1901"]::after {
top: 930.5;
left: 745.4;
}
.pie-reverse[size="1901"] {
height: 1901;
width: 1901;
}
.pie-reverse[size="1901"]::after {
top: 930.5;
left: 745.4;
}
.pie[size="1902"] {
height: 1902;
width: 1902;
}
.pie[size="1902"]::after {
top: 931;
left: 745.8;
}
.pie-reverse[size="1902"] {
height: 1902;
width: 1902;
}
.pie-reverse[size="1902"]::after {
top: 931;
left: 745.8;
}
.pie[size="1903"] {
height: 1903;
width: 1903;
}
.pie[size="1903"]::after {
top: 931.5;
left: 746.2;
}
.pie-reverse[size="1903"] {
height: 1903;
width: 1903;
}
.pie-reverse[size="1903"]::after {
top: 931.5;
left: 746.2;
}
.pie[size="1904"] {
height: 1904;
width: 1904;
}
.pie[size="1904"]::after {
top: 932;
left: 746.6;
}
.pie-reverse[size="1904"] {
height: 1904;
width: 1904;
}
.pie-reverse[size="1904"]::after {
top: 932;
left: 746.6;
}
.pie[size="1905"] {
height: 1905;
width: 1905;
}
.pie[size="1905"]::after {
top: 932.5;
left: 747;
}
.pie-reverse[size="1905"] {
height: 1905;
width: 1905;
}
.pie-reverse[size="1905"]::after {
top: 932.5;
left: 747;
}
.pie[size="1906"] {
height: 1906;
width: 1906;
}
.pie[size="1906"]::after {
top: 933;
left: 747.4;
}
.pie-reverse[size="1906"] {
height: 1906;
width: 1906;
}
.pie-reverse[size="1906"]::after {
top: 933;
left: 747.4;
}
.pie[size="1907"] {
height: 1907;
width: 1907;
}
.pie[size="1907"]::after {
top: 933.5;
left: 747.8;
}
.pie-reverse[size="1907"] {
height: 1907;
width: 1907;
}
.pie-reverse[size="1907"]::after {
top: 933.5;
left: 747.8;
}
.pie[size="1908"] {
height: 1908;
width: 1908;
}
.pie[size="1908"]::after {
top: 934;
left: 748.2;
}
.pie-reverse[size="1908"] {
height: 1908;
width: 1908;
}
.pie-reverse[size="1908"]::after {
top: 934;
left: 748.2;
}
.pie[size="1909"] {
height: 1909;
width: 1909;
}
.pie[size="1909"]::after {
top: 934.5;
left: 748.6;
}
.pie-reverse[size="1909"] {
height: 1909;
width: 1909;
}
.pie-reverse[size="1909"]::after {
top: 934.5;
left: 748.6;
}
.pie[size="1910"] {
height: 1910;
width: 1910;
}
.pie[size="1910"]::after {
top: 935;
left: 749;
}
.pie-reverse[size="1910"] {
height: 1910;
width: 1910;
}
.pie-reverse[size="1910"]::after {
top: 935;
left: 749;
}
.pie[size="1911"] {
height: 1911;
width: 1911;
}
.pie[size="1911"]::after {
top: 935.5;
left: 749.4;
}
.pie-reverse[size="1911"] {
height: 1911;
width: 1911;
}
.pie-reverse[size="1911"]::after {
top: 935.5;
left: 749.4;
}
.pie[size="1912"] {
height: 1912;
width: 1912;
}
.pie[size="1912"]::after {
top: 936;
left: 749.8;
}
.pie-reverse[size="1912"] {
height: 1912;
width: 1912;
}
.pie-reverse[size="1912"]::after {
top: 936;
left: 749.8;
}
.pie[size="1913"] {
height: 1913;
width: 1913;
}
.pie[size="1913"]::after {
top: 936.5;
left: 750.2;
}
.pie-reverse[size="1913"] {
height: 1913;
width: 1913;
}
.pie-reverse[size="1913"]::after {
top: 936.5;
left: 750.2;
}
.pie[size="1914"] {
height: 1914;
width: 1914;
}
.pie[size="1914"]::after {
top: 937;
left: 750.6;
}
.pie-reverse[size="1914"] {
height: 1914;
width: 1914;
}
.pie-reverse[size="1914"]::after {
top: 937;
left: 750.6;
}
.pie[size="1915"] {
height: 1915;
width: 1915;
}
.pie[size="1915"]::after {
top: 937.5;
left: 751;
}
.pie-reverse[size="1915"] {
height: 1915;
width: 1915;
}
.pie-reverse[size="1915"]::after {
top: 937.5;
left: 751;
}
.pie[size="1916"] {
height: 1916;
width: 1916;
}
.pie[size="1916"]::after {
top: 938;
left: 751.4;
}
.pie-reverse[size="1916"] {
height: 1916;
width: 1916;
}
.pie-reverse[size="1916"]::after {
top: 938;
left: 751.4;
}
.pie[size="1917"] {
height: 1917;
width: 1917;
}
.pie[size="1917"]::after {
top: 938.5;
left: 751.8;
}
.pie-reverse[size="1917"] {
height: 1917;
width: 1917;
}
.pie-reverse[size="1917"]::after {
top: 938.5;
left: 751.8;
}
.pie[size="1918"] {
height: 1918;
width: 1918;
}
.pie[size="1918"]::after {
top: 939;
left: 752.2;
}
.pie-reverse[size="1918"] {
height: 1918;
width: 1918;
}
.pie-reverse[size="1918"]::after {
top: 939;
left: 752.2;
}
.pie[size="1919"] {
height: 1919;
width: 1919;
}
.pie[size="1919"]::after {
top: 939.5;
left: 752.6;
}
.pie-reverse[size="1919"] {
height: 1919;
width: 1919;
}
.pie-reverse[size="1919"]::after {
top: 939.5;
left: 752.6;
}
.pie[size="1920"] {
height: 1920;
width: 1920;
}
.pie[size="1920"]::after {
top: 940;
left: 753;
}
.pie-reverse[size="1920"] {
height: 1920;
width: 1920;
}
.pie-reverse[size="1920"]::after {
top: 940;
left: 753;
}
.pie[size="1921"] {
height: 1921;
width: 1921;
}
.pie[size="1921"]::after {
top: 940.5;
left: 753.4;
}
.pie-reverse[size="1921"] {
height: 1921;
width: 1921;
}
.pie-reverse[size="1921"]::after {
top: 940.5;
left: 753.4;
}
.pie[size="1922"] {
height: 1922;
width: 1922;
}
.pie[size="1922"]::after {
top: 941;
left: 753.8;
}
.pie-reverse[size="1922"] {
height: 1922;
width: 1922;
}
.pie-reverse[size="1922"]::after {
top: 941;
left: 753.8;
}
.pie[size="1923"] {
height: 1923;
width: 1923;
}
.pie[size="1923"]::after {
top: 941.5;
left: 754.2;
}
.pie-reverse[size="1923"] {
height: 1923;
width: 1923;
}
.pie-reverse[size="1923"]::after {
top: 941.5;
left: 754.2;
}
.pie[size="1924"] {
height: 1924;
width: 1924;
}
.pie[size="1924"]::after {
top: 942;
left: 754.6;
}
.pie-reverse[size="1924"] {
height: 1924;
width: 1924;
}
.pie-reverse[size="1924"]::after {
top: 942;
left: 754.6;
}
.pie[size="1925"] {
height: 1925;
width: 1925;
}
.pie[size="1925"]::after {
top: 942.5;
left: 755;
}
.pie-reverse[size="1925"] {
height: 1925;
width: 1925;
}
.pie-reverse[size="1925"]::after {
top: 942.5;
left: 755;
}
.pie[size="1926"] {
height: 1926;
width: 1926;
}
.pie[size="1926"]::after {
top: 943;
left: 755.4;
}
.pie-reverse[size="1926"] {
height: 1926;
width: 1926;
}
.pie-reverse[size="1926"]::after {
top: 943;
left: 755.4;
}
.pie[size="1927"] {
height: 1927;
width: 1927;
}
.pie[size="1927"]::after {
top: 943.5;
left: 755.8;
}
.pie-reverse[size="1927"] {
height: 1927;
width: 1927;
}
.pie-reverse[size="1927"]::after {
top: 943.5;
left: 755.8;
}
.pie[size="1928"] {
height: 1928;
width: 1928;
}
.pie[size="1928"]::after {
top: 944;
left: 756.2;
}
.pie-reverse[size="1928"] {
height: 1928;
width: 1928;
}
.pie-reverse[size="1928"]::after {
top: 944;
left: 756.2;
}
.pie[size="1929"] {
height: 1929;
width: 1929;
}
.pie[size="1929"]::after {
top: 944.5;
left: 756.6;
}
.pie-reverse[size="1929"] {
height: 1929;
width: 1929;
}
.pie-reverse[size="1929"]::after {
top: 944.5;
left: 756.6;
}
.pie[size="1930"] {
height: 1930;
width: 1930;
}
.pie[size="1930"]::after {
top: 945;
left: 757;
}
.pie-reverse[size="1930"] {
height: 1930;
width: 1930;
}
.pie-reverse[size="1930"]::after {
top: 945;
left: 757;
}
.pie[size="1931"] {
height: 1931;
width: 1931;
}
.pie[size="1931"]::after {
top: 945.5;
left: 757.4;
}
.pie-reverse[size="1931"] {
height: 1931;
width: 1931;
}
.pie-reverse[size="1931"]::after {
top: 945.5;
left: 757.4;
}
.pie[size="1932"] {
height: 1932;
width: 1932;
}
.pie[size="1932"]::after {
top: 946;
left: 757.8;
}
.pie-reverse[size="1932"] {
height: 1932;
width: 1932;
}
.pie-reverse[size="1932"]::after {
top: 946;
left: 757.8;
}
.pie[size="1933"] {
height: 1933;
width: 1933;
}
.pie[size="1933"]::after {
top: 946.5;
left: 758.2;
}
.pie-reverse[size="1933"] {
height: 1933;
width: 1933;
}
.pie-reverse[size="1933"]::after {
top: 946.5;
left: 758.2;
}
.pie[size="1934"] {
height: 1934;
width: 1934;
}
.pie[size="1934"]::after {
top: 947;
left: 758.6;
}
.pie-reverse[size="1934"] {
height: 1934;
width: 1934;
}
.pie-reverse[size="1934"]::after {
top: 947;
left: 758.6;
}
.pie[size="1935"] {
height: 1935;
width: 1935;
}
.pie[size="1935"]::after {
top: 947.5;
left: 759;
}
.pie-reverse[size="1935"] {
height: 1935;
width: 1935;
}
.pie-reverse[size="1935"]::after {
top: 947.5;
left: 759;
}
.pie[size="1936"] {
height: 1936;
width: 1936;
}
.pie[size="1936"]::after {
top: 948;
left: 759.4;
}
.pie-reverse[size="1936"] {
height: 1936;
width: 1936;
}
.pie-reverse[size="1936"]::after {
top: 948;
left: 759.4;
}
.pie[size="1937"] {
height: 1937;
width: 1937;
}
.pie[size="1937"]::after {
top: 948.5;
left: 759.8;
}
.pie-reverse[size="1937"] {
height: 1937;
width: 1937;
}
.pie-reverse[size="1937"]::after {
top: 948.5;
left: 759.8;
}
.pie[size="1938"] {
height: 1938;
width: 1938;
}
.pie[size="1938"]::after {
top: 949;
left: 760.2;
}
.pie-reverse[size="1938"] {
height: 1938;
width: 1938;
}
.pie-reverse[size="1938"]::after {
top: 949;
left: 760.2;
}
.pie[size="1939"] {
height: 1939;
width: 1939;
}
.pie[size="1939"]::after {
top: 949.5;
left: 760.6;
}
.pie-reverse[size="1939"] {
height: 1939;
width: 1939;
}
.pie-reverse[size="1939"]::after {
top: 949.5;
left: 760.6;
}
.pie[size="1940"] {
height: 1940;
width: 1940;
}
.pie[size="1940"]::after {
top: 950;
left: 761;
}
.pie-reverse[size="1940"] {
height: 1940;
width: 1940;
}
.pie-reverse[size="1940"]::after {
top: 950;
left: 761;
}
.pie[size="1941"] {
height: 1941;
width: 1941;
}
.pie[size="1941"]::after {
top: 950.5;
left: 761.4;
}
.pie-reverse[size="1941"] {
height: 1941;
width: 1941;
}
.pie-reverse[size="1941"]::after {
top: 950.5;
left: 761.4;
}
.pie[size="1942"] {
height: 1942;
width: 1942;
}
.pie[size="1942"]::after {
top: 951;
left: 761.8;
}
.pie-reverse[size="1942"] {
height: 1942;
width: 1942;
}
.pie-reverse[size="1942"]::after {
top: 951;
left: 761.8;
}
.pie[size="1943"] {
height: 1943;
width: 1943;
}
.pie[size="1943"]::after {
top: 951.5;
left: 762.2;
}
.pie-reverse[size="1943"] {
height: 1943;
width: 1943;
}
.pie-reverse[size="1943"]::after {
top: 951.5;
left: 762.2;
}
.pie[size="1944"] {
height: 1944;
width: 1944;
}
.pie[size="1944"]::after {
top: 952;
left: 762.6;
}
.pie-reverse[size="1944"] {
height: 1944;
width: 1944;
}
.pie-reverse[size="1944"]::after {
top: 952;
left: 762.6;
}
.pie[size="1945"] {
height: 1945;
width: 1945;
}
.pie[size="1945"]::after {
top: 952.5;
left: 763;
}
.pie-reverse[size="1945"] {
height: 1945;
width: 1945;
}
.pie-reverse[size="1945"]::after {
top: 952.5;
left: 763;
}
.pie[size="1946"] {
height: 1946;
width: 1946;
}
.pie[size="1946"]::after {
top: 953;
left: 763.4;
}
.pie-reverse[size="1946"] {
height: 1946;
width: 1946;
}
.pie-reverse[size="1946"]::after {
top: 953;
left: 763.4;
}
.pie[size="1947"] {
height: 1947;
width: 1947;
}
.pie[size="1947"]::after {
top: 953.5;
left: 763.8;
}
.pie-reverse[size="1947"] {
height: 1947;
width: 1947;
}
.pie-reverse[size="1947"]::after {
top: 953.5;
left: 763.8;
}
.pie[size="1948"] {
height: 1948;
width: 1948;
}
.pie[size="1948"]::after {
top: 954;
left: 764.2;
}
.pie-reverse[size="1948"] {
height: 1948;
width: 1948;
}
.pie-reverse[size="1948"]::after {
top: 954;
left: 764.2;
}
.pie[size="1949"] {
height: 1949;
width: 1949;
}
.pie[size="1949"]::after {
top: 954.5;
left: 764.6;
}
.pie-reverse[size="1949"] {
height: 1949;
width: 1949;
}
.pie-reverse[size="1949"]::after {
top: 954.5;
left: 764.6;
}
.pie[size="1950"] {
height: 1950;
width: 1950;
}
.pie[size="1950"]::after {
top: 955;
left: 765;
}
.pie-reverse[size="1950"] {
height: 1950;
width: 1950;
}
.pie-reverse[size="1950"]::after {
top: 955;
left: 765;
}
.pie[size="1951"] {
height: 1951;
width: 1951;
}
.pie[size="1951"]::after {
top: 955.5;
left: 765.4;
}
.pie-reverse[size="1951"] {
height: 1951;
width: 1951;
}
.pie-reverse[size="1951"]::after {
top: 955.5;
left: 765.4;
}
.pie[size="1952"] {
height: 1952;
width: 1952;
}
.pie[size="1952"]::after {
top: 956;
left: 765.8;
}
.pie-reverse[size="1952"] {
height: 1952;
width: 1952;
}
.pie-reverse[size="1952"]::after {
top: 956;
left: 765.8;
}
.pie[size="1953"] {
height: 1953;
width: 1953;
}
.pie[size="1953"]::after {
top: 956.5;
left: 766.2;
}
.pie-reverse[size="1953"] {
height: 1953;
width: 1953;
}
.pie-reverse[size="1953"]::after {
top: 956.5;
left: 766.2;
}
.pie[size="1954"] {
height: 1954;
width: 1954;
}
.pie[size="1954"]::after {
top: 957;
left: 766.6;
}
.pie-reverse[size="1954"] {
height: 1954;
width: 1954;
}
.pie-reverse[size="1954"]::after {
top: 957;
left: 766.6;
}
.pie[size="1955"] {
height: 1955;
width: 1955;
}
.pie[size="1955"]::after {
top: 957.5;
left: 767;
}
.pie-reverse[size="1955"] {
height: 1955;
width: 1955;
}
.pie-reverse[size="1955"]::after {
top: 957.5;
left: 767;
}
.pie[size="1956"] {
height: 1956;
width: 1956;
}
.pie[size="1956"]::after {
top: 958;
left: 767.4;
}
.pie-reverse[size="1956"] {
height: 1956;
width: 1956;
}
.pie-reverse[size="1956"]::after {
top: 958;
left: 767.4;
}
.pie[size="1957"] {
height: 1957;
width: 1957;
}
.pie[size="1957"]::after {
top: 958.5;
left: 767.8;
}
.pie-reverse[size="1957"] {
height: 1957;
width: 1957;
}
.pie-reverse[size="1957"]::after {
top: 958.5;
left: 767.8;
}
.pie[size="1958"] {
height: 1958;
width: 1958;
}
.pie[size="1958"]::after {
top: 959;
left: 768.2;
}
.pie-reverse[size="1958"] {
height: 1958;
width: 1958;
}
.pie-reverse[size="1958"]::after {
top: 959;
left: 768.2;
}
.pie[size="1959"] {
height: 1959;
width: 1959;
}
.pie[size="1959"]::after {
top: 959.5;
left: 768.6;
}
.pie-reverse[size="1959"] {
height: 1959;
width: 1959;
}
.pie-reverse[size="1959"]::after {
top: 959.5;
left: 768.6;
}
.pie[size="1960"] {
height: 1960;
width: 1960;
}
.pie[size="1960"]::after {
top: 960;
left: 769;
}
.pie-reverse[size="1960"] {
height: 1960;
width: 1960;
}
.pie-reverse[size="1960"]::after {
top: 960;
left: 769;
}
.pie[size="1961"] {
height: 1961;
width: 1961;
}
.pie[size="1961"]::after {
top: 960.5;
left: 769.4;
}
.pie-reverse[size="1961"] {
height: 1961;
width: 1961;
}
.pie-reverse[size="1961"]::after {
top: 960.5;
left: 769.4;
}
.pie[size="1962"] {
height: 1962;
width: 1962;
}
.pie[size="1962"]::after {
top: 961;
left: 769.8;
}
.pie-reverse[size="1962"] {
height: 1962;
width: 1962;
}
.pie-reverse[size="1962"]::after {
top: 961;
left: 769.8;
}
.pie[size="1963"] {
height: 1963;
width: 1963;
}
.pie[size="1963"]::after {
top: 961.5;
left: 770.2;
}
.pie-reverse[size="1963"] {
height: 1963;
width: 1963;
}
.pie-reverse[size="1963"]::after {
top: 961.5;
left: 770.2;
}
.pie[size="1964"] {
height: 1964;
width: 1964;
}
.pie[size="1964"]::after {
top: 962;
left: 770.6;
}
.pie-reverse[size="1964"] {
height: 1964;
width: 1964;
}
.pie-reverse[size="1964"]::after {
top: 962;
left: 770.6;
}
.pie[size="1965"] {
height: 1965;
width: 1965;
}
.pie[size="1965"]::after {
top: 962.5;
left: 771;
}
.pie-reverse[size="1965"] {
height: 1965;
width: 1965;
}
.pie-reverse[size="1965"]::after {
top: 962.5;
left: 771;
}
.pie[size="1966"] {
height: 1966;
width: 1966;
}
.pie[size="1966"]::after {
top: 963;
left: 771.4;
}
.pie-reverse[size="1966"] {
height: 1966;
width: 1966;
}
.pie-reverse[size="1966"]::after {
top: 963;
left: 771.4;
}
.pie[size="1967"] {
height: 1967;
width: 1967;
}
.pie[size="1967"]::after {
top: 963.5;
left: 771.8;
}
.pie-reverse[size="1967"] {
height: 1967;
width: 1967;
}
.pie-reverse[size="1967"]::after {
top: 963.5;
left: 771.8;
}
.pie[size="1968"] {
height: 1968;
width: 1968;
}
.pie[size="1968"]::after {
top: 964;
left: 772.2;
}
.pie-reverse[size="1968"] {
height: 1968;
width: 1968;
}
.pie-reverse[size="1968"]::after {
top: 964;
left: 772.2;
}
.pie[size="1969"] {
height: 1969;
width: 1969;
}
.pie[size="1969"]::after {
top: 964.5;
left: 772.6;
}
.pie-reverse[size="1969"] {
height: 1969;
width: 1969;
}
.pie-reverse[size="1969"]::after {
top: 964.5;
left: 772.6;
}
.pie[size="1970"] {
height: 1970;
width: 1970;
}
.pie[size="1970"]::after {
top: 965;
left: 773;
}
.pie-reverse[size="1970"] {
height: 1970;
width: 1970;
}
.pie-reverse[size="1970"]::after {
top: 965;
left: 773;
}
.pie[size="1971"] {
height: 1971;
width: 1971;
}
.pie[size="1971"]::after {
top: 965.5;
left: 773.4;
}
.pie-reverse[size="1971"] {
height: 1971;
width: 1971;
}
.pie-reverse[size="1971"]::after {
top: 965.5;
left: 773.4;
}
.pie[size="1972"] {
height: 1972;
width: 1972;
}
.pie[size="1972"]::after {
top: 966;
left: 773.8;
}
.pie-reverse[size="1972"] {
height: 1972;
width: 1972;
}
.pie-reverse[size="1972"]::after {
top: 966;
left: 773.8;
}
.pie[size="1973"] {
height: 1973;
width: 1973;
}
.pie[size="1973"]::after {
top: 966.5;
left: 774.2;
}
.pie-reverse[size="1973"] {
height: 1973;
width: 1973;
}
.pie-reverse[size="1973"]::after {
top: 966.5;
left: 774.2;
}
.pie[size="1974"] {
height: 1974;
width: 1974;
}
.pie[size="1974"]::after {
top: 967;
left: 774.6;
}
.pie-reverse[size="1974"] {
height: 1974;
width: 1974;
}
.pie-reverse[size="1974"]::after {
top: 967;
left: 774.6;
}
.pie[size="1975"] {
height: 1975;
width: 1975;
}
.pie[size="1975"]::after {
top: 967.5;
left: 775;
}
.pie-reverse[size="1975"] {
height: 1975;
width: 1975;
}
.pie-reverse[size="1975"]::after {
top: 967.5;
left: 775;
}
.pie[size="1976"] {
height: 1976;
width: 1976;
}
.pie[size="1976"]::after {
top: 968;
left: 775.4;
}
.pie-reverse[size="1976"] {
height: 1976;
width: 1976;
}
.pie-reverse[size="1976"]::after {
top: 968;
left: 775.4;
}
.pie[size="1977"] {
height: 1977;
width: 1977;
}
.pie[size="1977"]::after {
top: 968.5;
left: 775.8;
}
.pie-reverse[size="1977"] {
height: 1977;
width: 1977;
}
.pie-reverse[size="1977"]::after {
top: 968.5;
left: 775.8;
}
.pie[size="1978"] {
height: 1978;
width: 1978;
}
.pie[size="1978"]::after {
top: 969;
left: 776.2;
}
.pie-reverse[size="1978"] {
height: 1978;
width: 1978;
}
.pie-reverse[size="1978"]::after {
top: 969;
left: 776.2;
}
.pie[size="1979"] {
height: 1979;
width: 1979;
}
.pie[size="1979"]::after {
top: 969.5;
left: 776.6;
}
.pie-reverse[size="1979"] {
height: 1979;
width: 1979;
}
.pie-reverse[size="1979"]::after {
top: 969.5;
left: 776.6;
}
.pie[size="1980"] {
height: 1980;
width: 1980;
}
.pie[size="1980"]::after {
top: 970;
left: 777;
}
.pie-reverse[size="1980"] {
height: 1980;
width: 1980;
}
.pie-reverse[size="1980"]::after {
top: 970;
left: 777;
}
.pie[size="1981"] {
height: 1981;
width: 1981;
}
.pie[size="1981"]::after {
top: 970.5;
left: 777.4;
}
.pie-reverse[size="1981"] {
height: 1981;
width: 1981;
}
.pie-reverse[size="1981"]::after {
top: 970.5;
left: 777.4;
}
.pie[size="1982"] {
height: 1982;
width: 1982;
}
.pie[size="1982"]::after {
top: 971;
left: 777.8;
}
.pie-reverse[size="1982"] {
height: 1982;
width: 1982;
}
.pie-reverse[size="1982"]::after {
top: 971;
left: 777.8;
}
.pie[size="1983"] {
height: 1983;
width: 1983;
}
.pie[size="1983"]::after {
top: 971.5;
left: 778.2;
}
.pie-reverse[size="1983"] {
height: 1983;
width: 1983;
}
.pie-reverse[size="1983"]::after {
top: 971.5;
left: 778.2;
}
.pie[size="1984"] {
height: 1984;
width: 1984;
}
.pie[size="1984"]::after {
top: 972;
left: 778.6;
}
.pie-reverse[size="1984"] {
height: 1984;
width: 1984;
}
.pie-reverse[size="1984"]::after {
top: 972;
left: 778.6;
}
.pie[size="1985"] {
height: 1985;
width: 1985;
}
.pie[size="1985"]::after {
top: 972.5;
left: 779;
}
.pie-reverse[size="1985"] {
height: 1985;
width: 1985;
}
.pie-reverse[size="1985"]::after {
top: 972.5;
left: 779;
}
.pie[size="1986"] {
height: 1986;
width: 1986;
}
.pie[size="1986"]::after {
top: 973;
left: 779.4;
}
.pie-reverse[size="1986"] {
height: 1986;
width: 1986;
}
.pie-reverse[size="1986"]::after {
top: 973;
left: 779.4;
}
.pie[size="1987"] {
height: 1987;
width: 1987;
}
.pie[size="1987"]::after {
top: 973.5;
left: 779.8;
}
.pie-reverse[size="1987"] {
height: 1987;
width: 1987;
}
.pie-reverse[size="1987"]::after {
top: 973.5;
left: 779.8;
}
.pie[size="1988"] {
height: 1988;
width: 1988;
}
.pie[size="1988"]::after {
top: 974;
left: 780.2;
}
.pie-reverse[size="1988"] {
height: 1988;
width: 1988;
}
.pie-reverse[size="1988"]::after {
top: 974;
left: 780.2;
}
.pie[size="1989"] {
height: 1989;
width: 1989;
}
.pie[size="1989"]::after {
top: 974.5;
left: 780.6;
}
.pie-reverse[size="1989"] {
height: 1989;
width: 1989;
}
.pie-reverse[size="1989"]::after {
top: 974.5;
left: 780.6;
}
.pie[size="1990"] {
height: 1990;
width: 1990;
}
.pie[size="1990"]::after {
top: 975;
left: 781;
}
.pie-reverse[size="1990"] {
height: 1990;
width: 1990;
}
.pie-reverse[size="1990"]::after {
top: 975;
left: 781;
}
.pie[size="1991"] {
height: 1991;
width: 1991;
}
.pie[size="1991"]::after {
top: 975.5;
left: 781.4;
}
.pie-reverse[size="1991"] {
height: 1991;
width: 1991;
}
.pie-reverse[size="1991"]::after {
top: 975.5;
left: 781.4;
}
.pie[size="1992"] {
height: 1992;
width: 1992;
}
.pie[size="1992"]::after {
top: 976;
left: 781.8;
}
.pie-reverse[size="1992"] {
height: 1992;
width: 1992;
}
.pie-reverse[size="1992"]::after {
top: 976;
left: 781.8;
}
.pie[size="1993"] {
height: 1993;
width: 1993;
}
.pie[size="1993"]::after {
top: 976.5;
left: 782.2;
}
.pie-reverse[size="1993"] {
height: 1993;
width: 1993;
}
.pie-reverse[size="1993"]::after {
top: 976.5;
left: 782.2;
}
.pie[size="1994"] {
height: 1994;
width: 1994;
}
.pie[size="1994"]::after {
top: 977;
left: 782.6;
}
.pie-reverse[size="1994"] {
height: 1994;
width: 1994;
}
.pie-reverse[size="1994"]::after {
top: 977;
left: 782.6;
}
.pie[size="1995"] {
height: 1995;
width: 1995;
}
.pie[size="1995"]::after {
top: 977.5;
left: 783;
}
.pie-reverse[size="1995"] {
height: 1995;
width: 1995;
}
.pie-reverse[size="1995"]::after {
top: 977.5;
left: 783;
}
.pie[size="1996"] {
height: 1996;
width: 1996;
}
.pie[size="1996"]::after {
top: 978;
left: 783.4;
}
.pie-reverse[size="1996"] {
height: 1996;
width: 1996;
}
.pie-reverse[size="1996"]::after {
top: 978;
left: 783.4;
}
.pie[size="1997"] {
height: 1997;
width: 1997;
}
.pie[size="1997"]::after {
top: 978.5;
left: 783.8;
}
.pie-reverse[size="1997"] {
height: 1997;
width: 1997;
}
.pie-reverse[size="1997"]::after {
top: 978.5;
left: 783.8;
}
.pie[size="1998"] {
height: 1998;
width: 1998;
}
.pie[size="1998"]::after {
top: 979;
left: 784.2;
}
.pie-reverse[size="1998"] {
height: 1998;
width: 1998;
}
.pie-reverse[size="1998"]::after {
top: 979;
left: 784.2;
}
.pie[size="1999"] {
height: 1999;
width: 1999;
}
.pie[size="1999"]::after {
top: 979.5;
left: 784.6;
}
.pie-reverse[size="1999"] {
height: 1999;
width: 1999;
}
.pie-reverse[size="1999"]::after {
top: 979.5;
left: 784.6;
}
.pie[size="2000"] {
height: 2000;
width: 2000;
}
.pie[size="2000"]::after {
top: 980;
left: 785;
}
.pie-reverse[size="2000"] {
height: 2000;
width: 2000;
}
.pie-reverse[size="2000"]::after {
top: 980;
left: 785;
}
.pie[data-value="0"]:before {
transform: rotate(0turn);
}
.pie-reverse[data-value="0"]:before {
transform: rotate(0turn);
}
.pie[data-value="1"]:before {
transform: rotate(0.01turn);
}
.pie-reverse[data-value="1"]:before {
transform: rotate(0.01turn);
}
.pie[data-value="2"]:before {
transform: rotate(0.02turn);
}
.pie-reverse[data-value="2"]:before {
transform: rotate(0.02turn);
}
.pie[data-value="3"]:before {
transform: rotate(0.03turn);
}
.pie-reverse[data-value="3"]:before {
transform: rotate(0.03turn);
}
.pie[data-value="4"]:before {
transform: rotate(0.04turn);
}
.pie-reverse[data-value="4"]:before {
transform: rotate(0.04turn);
}
.pie[data-value="5"]:before {
transform: rotate(0.05turn);
}
.pie-reverse[data-value="5"]:before {
transform: rotate(0.05turn);
}
.pie[data-value="6"]:before {
transform: rotate(0.06turn);
}
.pie-reverse[data-value="6"]:before {
transform: rotate(0.06turn);
}
.pie[data-value="7"]:before {
transform: rotate(0.07turn);
}
.pie-reverse[data-value="7"]:before {
transform: rotate(0.07turn);
}
.pie[data-value="8"]:before {
transform: rotate(0.08turn);
}
.pie-reverse[data-value="8"]:before {
transform: rotate(0.08turn);
}
.pie[data-value="9"]:before {
transform: rotate(0.09turn);
}
.pie-reverse[data-value="9"]:before {
transform: rotate(0.09turn);
}
.pie[data-value="10"]:before {
transform: rotate(0.1turn);
}
.pie-reverse[data-value="10"]:before {
transform: rotate(0.1turn);
}
.pie[data-value="11"]:before {
transform: rotate(0.11turn);
}
.pie-reverse[data-value="11"]:before {
transform: rotate(0.11turn);
}
.pie[data-value="12"]:before {
transform: rotate(0.12turn);
}
.pie-reverse[data-value="12"]:before {
transform: rotate(0.12turn);
}
.pie[data-value="13"]:before {
transform: rotate(0.13turn);
}
.pie-reverse[data-value="13"]:before {
transform: rotate(0.13turn);
}
.pie[data-value="14"]:before {
transform: rotate(0.14turn);
}
.pie-reverse[data-value="14"]:before {
transform: rotate(0.14turn);
}
.pie[data-value="15"]:before {
transform: rotate(0.15turn);
}
.pie-reverse[data-value="15"]:before {
transform: rotate(0.15turn);
}
.pie[data-value="16"]:before {
transform: rotate(0.16turn);
}
.pie-reverse[data-value="16"]:before {
transform: rotate(0.16turn);
}
.pie[data-value="17"]:before {
transform: rotate(0.17turn);
}
.pie-reverse[data-value="17"]:before {
transform: rotate(0.17turn);
}
.pie[data-value="18"]:before {
transform: rotate(0.18turn);
}
.pie-reverse[data-value="18"]:before {
transform: rotate(0.18turn);
}
.pie[data-value="19"]:before {
transform: rotate(0.19turn);
}
.pie-reverse[data-value="19"]:before {
transform: rotate(0.19turn);
}
.pie[data-value="20"]:before {
transform: rotate(0.2turn);
}
.pie-reverse[data-value="20"]:before {
transform: rotate(0.2turn);
}
.pie[data-value="21"]:before {
transform: rotate(0.21turn);
}
.pie-reverse[data-value="21"]:before {
transform: rotate(0.21turn);
}
.pie[data-value="22"]:before {
transform: rotate(0.22turn);
}
.pie-reverse[data-value="22"]:before {
transform: rotate(0.22turn);
}
.pie[data-value="23"]:before {
transform: rotate(0.23turn);
}
.pie-reverse[data-value="23"]:before {
transform: rotate(0.23turn);
}
.pie[data-value="24"]:before {
transform: rotate(0.24turn);
}
.pie-reverse[data-value="24"]:before {
transform: rotate(0.24turn);
}
.pie[data-value="25"]:before {
transform: rotate(0.25turn);
}
.pie-reverse[data-value="25"]:before {
transform: rotate(0.25turn);
}
.pie[data-value="26"]:before {
transform: rotate(0.26turn);
}
.pie-reverse[data-value="26"]:before {
transform: rotate(0.26turn);
}
.pie[data-value="27"]:before {
transform: rotate(0.27turn);
}
.pie-reverse[data-value="27"]:before {
transform: rotate(0.27turn);
}
.pie[data-value="28"]:before {
transform: rotate(0.28turn);
}
.pie-reverse[data-value="28"]:before {
transform: rotate(0.28turn);
}
.pie[data-value="29"]:before {
transform: rotate(0.29turn);
}
.pie-reverse[data-value="29"]:before {
transform: rotate(0.29turn);
}
.pie[data-value="30"]:before {
transform: rotate(0.3turn);
}
.pie-reverse[data-value="30"]:before {
transform: rotate(0.3turn);
}
.pie[data-value="31"]:before {
transform: rotate(0.31turn);
}
.pie-reverse[data-value="31"]:before {
transform: rotate(0.31turn);
}
.pie[data-value="32"]:before {
transform: rotate(0.32turn);
}
.pie-reverse[data-value="32"]:before {
transform: rotate(0.32turn);
}
.pie[data-value="33"]:before {
transform: rotate(0.33turn);
}
.pie-reverse[data-value="33"]:before {
transform: rotate(0.33turn);
}
.pie[data-value="34"]:before {
transform: rotate(0.34turn);
}
.pie-reverse[data-value="34"]:before {
transform: rotate(0.34turn);
}
.pie[data-value="35"]:before {
transform: rotate(0.35turn);
}
.pie-reverse[data-value="35"]:before {
transform: rotate(0.35turn);
}
.pie[data-value="36"]:before {
transform: rotate(0.36turn);
}
.pie-reverse[data-value="36"]:before {
transform: rotate(0.36turn);
}
.pie[data-value="37"]:before {
transform: rotate(0.37turn);
}
.pie-reverse[data-value="37"]:before {
transform: rotate(0.37turn);
}
.pie[data-value="38"]:before {
transform: rotate(0.38turn);
}
.pie-reverse[data-value="38"]:before {
transform: rotate(0.38turn);
}
.pie[data-value="39"]:before {
transform: rotate(0.39turn);
}
.pie-reverse[data-value="39"]:before {
transform: rotate(0.39turn);
}
.pie[data-value="40"]:before {
transform: rotate(0.4turn);
}
.pie-reverse[data-value="40"]:before {
transform: rotate(0.4turn);
}
.pie[data-value="41"]:before {
transform: rotate(0.41turn);
}
.pie-reverse[data-value="41"]:before {
transform: rotate(0.41turn);
}
.pie[data-value="42"]:before {
transform: rotate(0.42turn);
}
.pie-reverse[data-value="42"]:before {
transform: rotate(0.42turn);
}
.pie[data-value="43"]:before {
transform: rotate(0.43turn);
}
.pie-reverse[data-value="43"]:before {
transform: rotate(0.43turn);
}
.pie[data-value="44"]:before {
transform: rotate(0.44turn);
}
.pie-reverse[data-value="44"]:before {
transform: rotate(0.44turn);
}
.pie[data-value="45"]:before {
transform: rotate(0.45turn);
}
.pie-reverse[data-value="45"]:before {
transform: rotate(0.45turn);
}
.pie[data-value="46"]:before {
transform: rotate(0.46turn);
}
.pie-reverse[data-value="46"]:before {
transform: rotate(0.46turn);
}
.pie[data-value="47"]:before {
transform: rotate(0.47turn);
}
.pie-reverse[data-value="47"]:before {
transform: rotate(0.47turn);
}
.pie[data-value="48"]:before {
transform: rotate(0.48turn);
}
.pie-reverse[data-value="48"]:before {
transform: rotate(0.48turn);
}
.pie[data-value="49"]:before {
transform: rotate(0.49turn);
}
.pie-reverse[data-value="49"]:before {
transform: rotate(0.49turn);
}
.pie[data-value="50"]:before {
transform: rotate(0.5turn);
}
.pie-reverse[data-value="50"]:before {
transform: rotate(0.5turn);
}
.pie[data-value="51"]:before {
background-color: #4CC9D8;
transform: rotate(0.01turn);
}
.pie-reverse[data-value="51"]:before {
background-color: #e91e63;
transform: rotate(0.01turn);
}
.pie[data-value="52"]:before {
background-color: #4CC9D8;
transform: rotate(0.02turn);
}
.pie-reverse[data-value="52"]:before {
background-color: #e91e63;
transform: rotate(0.02turn);
}
.pie[data-value="53"]:before {
background-color: #4CC9D8;
transform: rotate(0.03turn);
}
.pie-reverse[data-value="53"]:before {
background-color: #e91e63;
transform: rotate(0.03turn);
}
.pie[data-value="54"]:before {
background-color: #4CC9D8;
transform: rotate(0.04turn);
}
.pie-reverse[data-value="54"]:before {
background-color: #e91e63;
transform: rotate(0.04turn);
}
.pie[data-value="55"]:before {
background-color: #4CC9D8;
transform: rotate(0.05turn);
}
.pie-reverse[data-value="55"]:before {
background-color: #e91e63;
transform: rotate(0.05turn);
}
.pie[data-value="56"]:before {
background-color: #4CC9D8;
transform: rotate(0.06turn);
}
.pie-reverse[data-value="56"]:before {
background-color: #e91e63;
transform: rotate(0.06turn);
}
.pie[data-value="57"]:before {
background-color: #4CC9D8;
transform: rotate(0.07turn);
}
.pie-reverse[data-value="57"]:before {
background-color: #e91e63;
transform: rotate(0.07turn);
}
.pie[data-value="58"]:before {
background-color: #4CC9D8;
transform: rotate(0.08turn);
}
.pie-reverse[data-value="58"]:before {
background-color: #e91e63;
transform: rotate(0.08turn);
}
.pie[data-value="59"]:before {
background-color: #4CC9D8;
transform: rotate(0.09turn);
}
.pie-reverse[data-value="59"]:before {
background-color: #e91e63;
transform: rotate(0.09turn);
}
.pie[data-value="60"]:before {
background-color: #4CC9D8;
transform: rotate(0.1turn);
}
.pie-reverse[data-value="60"]:before {
background-color: #e91e63;
transform: rotate(0.1turn);
}
.pie[data-value="61"]:before {
background-color: #4CC9D8;
transform: rotate(0.11turn);
}
.pie-reverse[data-value="61"]:before {
background-color: #e91e63;
transform: rotate(0.11turn);
}
.pie[data-value="62"]:before {
background-color: #4CC9D8;
transform: rotate(0.12turn);
}
.pie-reverse[data-value="62"]:before {
background-color: #e91e63;
transform: rotate(0.12turn);
}
.pie[data-value="63"]:before {
background-color: #4CC9D8;
transform: rotate(0.13turn);
}
.pie-reverse[data-value="63"]:before {
background-color: #e91e63;
transform: rotate(0.13turn);
}
.pie[data-value="64"]:before {
background-color: #4CC9D8;
transform: rotate(0.14turn);
}
.pie-reverse[data-value="64"]:before {
background-color: #e91e63;
transform: rotate(0.14turn);
}
.pie[data-value="65"]:before {
background-color: #4CC9D8;
transform: rotate(0.15turn);
}
.pie-reverse[data-value="65"]:before {
background-color: #e91e63;
transform: rotate(0.15turn);
}
.pie[data-value="66"]:before {
background-color: #4CC9D8;
transform: rotate(0.16turn);
}
.pie-reverse[data-value="66"]:before {
background-color: #e91e63;
transform: rotate(0.16turn);
}
.pie[data-value="67"]:before {
background-color: #4CC9D8;
transform: rotate(0.17turn);
}
.pie-reverse[data-value="67"]:before {
background-color: #e91e63;
transform: rotate(0.17turn);
}
.pie[data-value="68"]:before {
background-color: #4CC9D8;
transform: rotate(0.18turn);
}
.pie-reverse[data-value="68"]:before {
background-color: #e91e63;
transform: rotate(0.18turn);
}
.pie[data-value="69"]:before {
background-color: #4CC9D8;
transform: rotate(0.19turn);
}
.pie-reverse[data-value="69"]:before {
background-color: #e91e63;
transform: rotate(0.19turn);
}
.pie[data-value="70"]:before {
background-color: #4CC9D8;
transform: rotate(0.2turn);
}
.pie-reverse[data-value="70"]:before {
background-color: #e91e63;
transform: rotate(0.2turn);
}
.pie[data-value="71"]:before {
background-color: #4CC9D8;
transform: rotate(0.21turn);
}
.pie-reverse[data-value="71"]:before {
background-color: #e91e63;
transform: rotate(0.21turn);
}
.pie[data-value="72"]:before {
background-color: #4CC9D8;
transform: rotate(0.22turn);
}
.pie-reverse[data-value="72"]:before {
background-color: #e91e63;
transform: rotate(0.22turn);
}
.pie[data-value="73"]:before {
background-color: #4CC9D8;
transform: rotate(0.23turn);
}
.pie-reverse[data-value="73"]:before {
background-color: #e91e63;
transform: rotate(0.23turn);
}
.pie[data-value="74"]:before {
background-color: #4CC9D8;
transform: rotate(0.24turn);
}
.pie-reverse[data-value="74"]:before {
background-color: #e91e63;
transform: rotate(0.24turn);
}
.pie[data-value="75"]:before {
background-color: #4CC9D8;
transform: rotate(0.25turn);
}
.pie-reverse[data-value="75"]:before {
background-color: #e91e63;
transform: rotate(0.25turn);
}
.pie[data-value="76"]:before {
background-color: #4CC9D8;
transform: rotate(0.26turn);
}
.pie-reverse[data-value="76"]:before {
background-color: #e91e63;
transform: rotate(0.26turn);
}
.pie[data-value="77"]:before {
background-color: #4CC9D8;
transform: rotate(0.27turn);
}
.pie-reverse[data-value="77"]:before {
background-color: #e91e63;
transform: rotate(0.27turn);
}
.pie[data-value="78"]:before {
background-color: #4CC9D8;
transform: rotate(0.28turn);
}
.pie-reverse[data-value="78"]:before {
background-color: #e91e63;
transform: rotate(0.28turn);
}
.pie[data-value="79"]:before {
background-color: #4CC9D8;
transform: rotate(0.29turn);
}
.pie-reverse[data-value="79"]:before {
background-color: #e91e63;
transform: rotate(0.29turn);
}
.pie[data-value="80"]:before {
background-color: #4CC9D8;
transform: rotate(0.3turn);
}
.pie-reverse[data-value="80"]:before {
background-color: #e91e63;
transform: rotate(0.3turn);
}
.pie[data-value="81"]:before {
background-color: #4CC9D8;
transform: rotate(0.31turn);
}
.pie-reverse[data-value="81"]:before {
background-color: #e91e63;
transform: rotate(0.31turn);
}
.pie[data-value="82"]:before {
background-color: #4CC9D8;
transform: rotate(0.32turn);
}
.pie-reverse[data-value="82"]:before {
background-color: #e91e63;
transform: rotate(0.32turn);
}
.pie[data-value="83"]:before {
background-color: #4CC9D8;
transform: rotate(0.33turn);
}
.pie-reverse[data-value="83"]:before {
background-color: #e91e63;
transform: rotate(0.33turn);
}
.pie[data-value="84"]:before {
background-color: #4CC9D8;
transform: rotate(0.34turn);
}
.pie-reverse[data-value="84"]:before {
background-color: #e91e63;
transform: rotate(0.34turn);
}
.pie[data-value="85"]:before {
background-color: #4CC9D8;
transform: rotate(0.35turn);
}
.pie-reverse[data-value="85"]:before {
background-color: #e91e63;
transform: rotate(0.35turn);
}
.pie[data-value="86"]:before {
background-color: #4CC9D8;
transform: rotate(0.36turn);
}
.pie-reverse[data-value="86"]:before {
background-color: #e91e63;
transform: rotate(0.36turn);
}
.pie[data-value="87"]:before {
background-color: #4CC9D8;
transform: rotate(0.37turn);
}
.pie-reverse[data-value="87"]:before {
background-color: #e91e63;
transform: rotate(0.37turn);
}
.pie[data-value="88"]:before {
background-color: #4CC9D8;
transform: rotate(0.38turn);
}
.pie-reverse[data-value="88"]:before {
background-color: #e91e63;
transform: rotate(0.38turn);
}
.pie[data-value="89"]:before {
background-color: #4CC9D8;
transform: rotate(0.39turn);
}
.pie-reverse[data-value="89"]:before {
background-color: #e91e63;
transform: rotate(0.39turn);
}
.pie[data-value="90"]:before {
background-color: #4CC9D8;
transform: rotate(0.4turn);
}
.pie-reverse[data-value="90"]:before {
background-color: #e91e63;
transform: rotate(0.4turn);
}
.pie[data-value="91"]:before {
background-color: #4CC9D8;
transform: rotate(0.41turn);
}
.pie-reverse[data-value="91"]:before {
background-color: #e91e63;
transform: rotate(0.41turn);
}
.pie[data-value="92"]:before {
background-color: #4CC9D8;
transform: rotate(0.42turn);
}
.pie-reverse[data-value="92"]:before {
background-color: #e91e63;
transform: rotate(0.42turn);
}
.pie[data-value="93"]:before {
background-color: #4CC9D8;
transform: rotate(0.43turn);
}
.pie-reverse[data-value="93"]:before {
background-color: #e91e63;
transform: rotate(0.43turn);
}
.pie[data-value="94"]:before {
background-color: #4CC9D8;
transform: rotate(0.44turn);
}
.pie-reverse[data-value="94"]:before {
background-color: #e91e63;
transform: rotate(0.44turn);
}
.pie[data-value="95"]:before {
background-color: #4CC9D8;
transform: rotate(0.45turn);
}
.pie-reverse[data-value="95"]:before {
background-color: #e91e63;
transform: rotate(0.45turn);
}
.pie[data-value="96"]:before {
background-color: #4CC9D8;
transform: rotate(0.46turn);
}
.pie-reverse[data-value="96"]:before {
background-color: #e91e63;
transform: rotate(0.46turn);
}
.pie[data-value="97"]:before {
background-color: #4CC9D8;
transform: rotate(0.47turn);
}
.pie-reverse[data-value="97"]:before {
background-color: #e91e63;
transform: rotate(0.47turn);
}
.pie[data-value="98"]:before {
background-color: #4CC9D8;
transform: rotate(0.48turn);
}
.pie-reverse[data-value="98"]:before {
background-color: #e91e63;
transform: rotate(0.48turn);
}
.pie[data-value="99"]:before {
background-color: #4CC9D8;
transform: rotate(0.49turn);
}
.pie-reverse[data-value="99"]:before {
background-color: #e91e63;
transform: rotate(0.49turn);
}
.pie[data-value="100"]:before {
background-color: #4CC9D8;
transform: rotate(0.5turn);
}
.pie-reverse[data-value="100"]:before {
background-color: #e91e63;
transform: rotate(0.5turn);
}
/*# sourceMappingURL=pie.css.map */ | pie.css | .pie-panel {
text-align: center;
padding: 4em;
}
.pie {
width: 100px;
height: 100px;
border-radius: 50%;
background: #eee;
background-image: linear-gradient(to right, transparent 50%, #4CC9D8 0);
position: relative;
display: inline-block;
margin: 10px;
}
.pie-reverse {
width: 100px;
height: 100px;
border-radius: 50%;
background: #eee;
background-image: linear-gradient(to right, transparent 50%, #e91e63 0);
position: relative;
display: inline-block;
margin: 10px;
}
.pie::after {
content: attr(data-value) "%";
position: absolute;
top: 30px;
left: 25px;
font: 900 20px/41px Tahoma;
}
.pie-reverse::after {
content: attr(data-value) "%";
position: absolute;
top: 30px;
left: 25px;
font: 900 20px/41px Tahoma;
}
.pie-doughnut {
position: absolute;
top: 10%;
left: 10%;
font: 900 20px/41px Tahoma;
width: 80%;
height: 80%;
margin: auto;
border-radius: 50%;
background-color: #fff;
}
.pie::before {
content: "";
display: block;
margin-left: 50%;
height: 100%;
border-radius: 0 100% 100% 0/50%;
background-color: inherit;
transform-origin: left;
}
.pie-reverse::before {
content: "";
display: block;
margin-left: 50%;
height: 100%;
border-radius: 0 100% 100% 0/50%;
background-color: inherit;
transform-origin: left;
}
.pie[size="0"] {
height: 0;
width: 0;
}
.pie[size="0"]::after {
top: -20;
left: -15;
}
.pie-reverse[size="0"] {
height: 0;
width: 0;
}
.pie-reverse[size="0"]::after {
top: -20;
left: -15;
}
.pie[size="1"] {
height: 1;
width: 1;
}
.pie[size="1"]::after {
top: -19.5;
left: -14.6;
}
.pie-reverse[size="1"] {
height: 1;
width: 1;
}
.pie-reverse[size="1"]::after {
top: -19.5;
left: -14.6;
}
.pie[size="2"] {
height: 2;
width: 2;
}
.pie[size="2"]::after {
top: -19;
left: -14.2;
}
.pie-reverse[size="2"] {
height: 2;
width: 2;
}
.pie-reverse[size="2"]::after {
top: -19;
left: -14.2;
}
.pie[size="3"] {
height: 3;
width: 3;
}
.pie[size="3"]::after {
top: -18.5;
left: -13.8;
}
.pie-reverse[size="3"] {
height: 3;
width: 3;
}
.pie-reverse[size="3"]::after {
top: -18.5;
left: -13.8;
}
.pie[size="4"] {
height: 4;
width: 4;
}
.pie[size="4"]::after {
top: -18;
left: -13.4;
}
.pie-reverse[size="4"] {
height: 4;
width: 4;
}
.pie-reverse[size="4"]::after {
top: -18;
left: -13.4;
}
.pie[size="5"] {
height: 5;
width: 5;
}
.pie[size="5"]::after {
top: -17.5;
left: -13;
}
.pie-reverse[size="5"] {
height: 5;
width: 5;
}
.pie-reverse[size="5"]::after {
top: -17.5;
left: -13;
}
.pie[size="6"] {
height: 6;
width: 6;
}
.pie[size="6"]::after {
top: -17;
left: -12.6;
}
.pie-reverse[size="6"] {
height: 6;
width: 6;
}
.pie-reverse[size="6"]::after {
top: -17;
left: -12.6;
}
.pie[size="7"] {
height: 7;
width: 7;
}
.pie[size="7"]::after {
top: -16.5;
left: -12.2;
}
.pie-reverse[size="7"] {
height: 7;
width: 7;
}
.pie-reverse[size="7"]::after {
top: -16.5;
left: -12.2;
}
.pie[size="8"] {
height: 8;
width: 8;
}
.pie[size="8"]::after {
top: -16;
left: -11.8;
}
.pie-reverse[size="8"] {
height: 8;
width: 8;
}
.pie-reverse[size="8"]::after {
top: -16;
left: -11.8;
}
.pie[size="9"] {
height: 9;
width: 9;
}
.pie[size="9"]::after {
top: -15.5;
left: -11.4;
}
.pie-reverse[size="9"] {
height: 9;
width: 9;
}
.pie-reverse[size="9"]::after {
top: -15.5;
left: -11.4;
}
.pie[size="10"] {
height: 10;
width: 10;
}
.pie[size="10"]::after {
top: -15;
left: -11;
}
.pie-reverse[size="10"] {
height: 10;
width: 10;
}
.pie-reverse[size="10"]::after {
top: -15;
left: -11;
}
.pie[size="11"] {
height: 11;
width: 11;
}
.pie[size="11"]::after {
top: -14.5;
left: -10.6;
}
.pie-reverse[size="11"] {
height: 11;
width: 11;
}
.pie-reverse[size="11"]::after {
top: -14.5;
left: -10.6;
}
.pie[size="12"] {
height: 12;
width: 12;
}
.pie[size="12"]::after {
top: -14;
left: -10.2;
}
.pie-reverse[size="12"] {
height: 12;
width: 12;
}
.pie-reverse[size="12"]::after {
top: -14;
left: -10.2;
}
.pie[size="13"] {
height: 13;
width: 13;
}
.pie[size="13"]::after {
top: -13.5;
left: -9.8;
}
.pie-reverse[size="13"] {
height: 13;
width: 13;
}
.pie-reverse[size="13"]::after {
top: -13.5;
left: -9.8;
}
.pie[size="14"] {
height: 14;
width: 14;
}
.pie[size="14"]::after {
top: -13;
left: -9.4;
}
.pie-reverse[size="14"] {
height: 14;
width: 14;
}
.pie-reverse[size="14"]::after {
top: -13;
left: -9.4;
}
.pie[size="15"] {
height: 15;
width: 15;
}
.pie[size="15"]::after {
top: -12.5;
left: -9;
}
.pie-reverse[size="15"] {
height: 15;
width: 15;
}
.pie-reverse[size="15"]::after {
top: -12.5;
left: -9;
}
.pie[size="16"] {
height: 16;
width: 16;
}
.pie[size="16"]::after {
top: -12;
left: -8.6;
}
.pie-reverse[size="16"] {
height: 16;
width: 16;
}
.pie-reverse[size="16"]::after {
top: -12;
left: -8.6;
}
.pie[size="17"] {
height: 17;
width: 17;
}
.pie[size="17"]::after {
top: -11.5;
left: -8.2;
}
.pie-reverse[size="17"] {
height: 17;
width: 17;
}
.pie-reverse[size="17"]::after {
top: -11.5;
left: -8.2;
}
.pie[size="18"] {
height: 18;
width: 18;
}
.pie[size="18"]::after {
top: -11;
left: -7.8;
}
.pie-reverse[size="18"] {
height: 18;
width: 18;
}
.pie-reverse[size="18"]::after {
top: -11;
left: -7.8;
}
.pie[size="19"] {
height: 19;
width: 19;
}
.pie[size="19"]::after {
top: -10.5;
left: -7.4;
}
.pie-reverse[size="19"] {
height: 19;
width: 19;
}
.pie-reverse[size="19"]::after {
top: -10.5;
left: -7.4;
}
.pie[size="20"] {
height: 20;
width: 20;
}
.pie[size="20"]::after {
top: -10;
left: -7;
}
.pie-reverse[size="20"] {
height: 20;
width: 20;
}
.pie-reverse[size="20"]::after {
top: -10;
left: -7;
}
.pie[size="21"] {
height: 21;
width: 21;
}
.pie[size="21"]::after {
top: -9.5;
left: -6.6;
}
.pie-reverse[size="21"] {
height: 21;
width: 21;
}
.pie-reverse[size="21"]::after {
top: -9.5;
left: -6.6;
}
.pie[size="22"] {
height: 22;
width: 22;
}
.pie[size="22"]::after {
top: -9;
left: -6.2;
}
.pie-reverse[size="22"] {
height: 22;
width: 22;
}
.pie-reverse[size="22"]::after {
top: -9;
left: -6.2;
}
.pie[size="23"] {
height: 23;
width: 23;
}
.pie[size="23"]::after {
top: -8.5;
left: -5.8;
}
.pie-reverse[size="23"] {
height: 23;
width: 23;
}
.pie-reverse[size="23"]::after {
top: -8.5;
left: -5.8;
}
.pie[size="24"] {
height: 24;
width: 24;
}
.pie[size="24"]::after {
top: -8;
left: -5.4;
}
.pie-reverse[size="24"] {
height: 24;
width: 24;
}
.pie-reverse[size="24"]::after {
top: -8;
left: -5.4;
}
.pie[size="25"] {
height: 25;
width: 25;
}
.pie[size="25"]::after {
top: -7.5;
left: -5;
}
.pie-reverse[size="25"] {
height: 25;
width: 25;
}
.pie-reverse[size="25"]::after {
top: -7.5;
left: -5;
}
.pie[size="26"] {
height: 26;
width: 26;
}
.pie[size="26"]::after {
top: -7;
left: -4.6;
}
.pie-reverse[size="26"] {
height: 26;
width: 26;
}
.pie-reverse[size="26"]::after {
top: -7;
left: -4.6;
}
.pie[size="27"] {
height: 27;
width: 27;
}
.pie[size="27"]::after {
top: -6.5;
left: -4.2;
}
.pie-reverse[size="27"] {
height: 27;
width: 27;
}
.pie-reverse[size="27"]::after {
top: -6.5;
left: -4.2;
}
.pie[size="28"] {
height: 28;
width: 28;
}
.pie[size="28"]::after {
top: -6;
left: -3.8;
}
.pie-reverse[size="28"] {
height: 28;
width: 28;
}
.pie-reverse[size="28"]::after {
top: -6;
left: -3.8;
}
.pie[size="29"] {
height: 29;
width: 29;
}
.pie[size="29"]::after {
top: -5.5;
left: -3.4;
}
.pie-reverse[size="29"] {
height: 29;
width: 29;
}
.pie-reverse[size="29"]::after {
top: -5.5;
left: -3.4;
}
.pie[size="30"] {
height: 30;
width: 30;
}
.pie[size="30"]::after {
top: -5;
left: -3;
}
.pie-reverse[size="30"] {
height: 30;
width: 30;
}
.pie-reverse[size="30"]::after {
top: -5;
left: -3;
}
.pie[size="31"] {
height: 31;
width: 31;
}
.pie[size="31"]::after {
top: -4.5;
left: -2.6;
}
.pie-reverse[size="31"] {
height: 31;
width: 31;
}
.pie-reverse[size="31"]::after {
top: -4.5;
left: -2.6;
}
.pie[size="32"] {
height: 32;
width: 32;
}
.pie[size="32"]::after {
top: -4;
left: -2.2;
}
.pie-reverse[size="32"] {
height: 32;
width: 32;
}
.pie-reverse[size="32"]::after {
top: -4;
left: -2.2;
}
.pie[size="33"] {
height: 33;
width: 33;
}
.pie[size="33"]::after {
top: -3.5;
left: -1.8;
}
.pie-reverse[size="33"] {
height: 33;
width: 33;
}
.pie-reverse[size="33"]::after {
top: -3.5;
left: -1.8;
}
.pie[size="34"] {
height: 34;
width: 34;
}
.pie[size="34"]::after {
top: -3;
left: -1.4;
}
.pie-reverse[size="34"] {
height: 34;
width: 34;
}
.pie-reverse[size="34"]::after {
top: -3;
left: -1.4;
}
.pie[size="35"] {
height: 35;
width: 35;
}
.pie[size="35"]::after {
top: -2.5;
left: -1;
}
.pie-reverse[size="35"] {
height: 35;
width: 35;
}
.pie-reverse[size="35"]::after {
top: -2.5;
left: -1;
}
.pie[size="36"] {
height: 36;
width: 36;
}
.pie[size="36"]::after {
top: -2;
left: -0.6;
}
.pie-reverse[size="36"] {
height: 36;
width: 36;
}
.pie-reverse[size="36"]::after {
top: -2;
left: -0.6;
}
.pie[size="37"] {
height: 37;
width: 37;
}
.pie[size="37"]::after {
top: -1.5;
left: -0.2;
}
.pie-reverse[size="37"] {
height: 37;
width: 37;
}
.pie-reverse[size="37"]::after {
top: -1.5;
left: -0.2;
}
.pie[size="38"] {
height: 38;
width: 38;
}
.pie[size="38"]::after {
top: -1;
left: 0.2;
}
.pie-reverse[size="38"] {
height: 38;
width: 38;
}
.pie-reverse[size="38"]::after {
top: -1;
left: 0.2;
}
.pie[size="39"] {
height: 39;
width: 39;
}
.pie[size="39"]::after {
top: -0.5;
left: 0.6;
}
.pie-reverse[size="39"] {
height: 39;
width: 39;
}
.pie-reverse[size="39"]::after {
top: -0.5;
left: 0.6;
}
.pie[size="40"] {
height: 40;
width: 40;
}
.pie[size="40"]::after {
top: 0;
left: 1;
}
.pie-reverse[size="40"] {
height: 40;
width: 40;
}
.pie-reverse[size="40"]::after {
top: 0;
left: 1;
}
.pie[size="41"] {
height: 41;
width: 41;
}
.pie[size="41"]::after {
top: 0.5;
left: 1.4;
}
.pie-reverse[size="41"] {
height: 41;
width: 41;
}
.pie-reverse[size="41"]::after {
top: 0.5;
left: 1.4;
}
.pie[size="42"] {
height: 42;
width: 42;
}
.pie[size="42"]::after {
top: 1;
left: 1.8;
}
.pie-reverse[size="42"] {
height: 42;
width: 42;
}
.pie-reverse[size="42"]::after {
top: 1;
left: 1.8;
}
.pie[size="43"] {
height: 43;
width: 43;
}
.pie[size="43"]::after {
top: 1.5;
left: 2.2;
}
.pie-reverse[size="43"] {
height: 43;
width: 43;
}
.pie-reverse[size="43"]::after {
top: 1.5;
left: 2.2;
}
.pie[size="44"] {
height: 44;
width: 44;
}
.pie[size="44"]::after {
top: 2;
left: 2.6;
}
.pie-reverse[size="44"] {
height: 44;
width: 44;
}
.pie-reverse[size="44"]::after {
top: 2;
left: 2.6;
}
.pie[size="45"] {
height: 45;
width: 45;
}
.pie[size="45"]::after {
top: 2.5;
left: 3;
}
.pie-reverse[size="45"] {
height: 45;
width: 45;
}
.pie-reverse[size="45"]::after {
top: 2.5;
left: 3;
}
.pie[size="46"] {
height: 46;
width: 46;
}
.pie[size="46"]::after {
top: 3;
left: 3.4;
}
.pie-reverse[size="46"] {
height: 46;
width: 46;
}
.pie-reverse[size="46"]::after {
top: 3;
left: 3.4;
}
.pie[size="47"] {
height: 47;
width: 47;
}
.pie[size="47"]::after {
top: 3.5;
left: 3.8;
}
.pie-reverse[size="47"] {
height: 47;
width: 47;
}
.pie-reverse[size="47"]::after {
top: 3.5;
left: 3.8;
}
.pie[size="48"] {
height: 48;
width: 48;
}
.pie[size="48"]::after {
top: 4;
left: 4.2;
}
.pie-reverse[size="48"] {
height: 48;
width: 48;
}
.pie-reverse[size="48"]::after {
top: 4;
left: 4.2;
}
.pie[size="49"] {
height: 49;
width: 49;
}
.pie[size="49"]::after {
top: 4.5;
left: 4.6;
}
.pie-reverse[size="49"] {
height: 49;
width: 49;
}
.pie-reverse[size="49"]::after {
top: 4.5;
left: 4.6;
}
.pie[size="50"] {
height: 50;
width: 50;
}
.pie[size="50"]::after {
top: 5;
left: 5;
}
.pie-reverse[size="50"] {
height: 50;
width: 50;
}
.pie-reverse[size="50"]::after {
top: 5;
left: 5;
}
.pie[size="51"] {
height: 51;
width: 51;
}
.pie[size="51"]::after {
top: 5.5;
left: 5.4;
}
.pie-reverse[size="51"] {
height: 51;
width: 51;
}
.pie-reverse[size="51"]::after {
top: 5.5;
left: 5.4;
}
.pie[size="52"] {
height: 52;
width: 52;
}
.pie[size="52"]::after {
top: 6;
left: 5.8;
}
.pie-reverse[size="52"] {
height: 52;
width: 52;
}
.pie-reverse[size="52"]::after {
top: 6;
left: 5.8;
}
.pie[size="53"] {
height: 53;
width: 53;
}
.pie[size="53"]::after {
top: 6.5;
left: 6.2;
}
.pie-reverse[size="53"] {
height: 53;
width: 53;
}
.pie-reverse[size="53"]::after {
top: 6.5;
left: 6.2;
}
.pie[size="54"] {
height: 54;
width: 54;
}
.pie[size="54"]::after {
top: 7;
left: 6.6;
}
.pie-reverse[size="54"] {
height: 54;
width: 54;
}
.pie-reverse[size="54"]::after {
top: 7;
left: 6.6;
}
.pie[size="55"] {
height: 55;
width: 55;
}
.pie[size="55"]::after {
top: 7.5;
left: 7;
}
.pie-reverse[size="55"] {
height: 55;
width: 55;
}
.pie-reverse[size="55"]::after {
top: 7.5;
left: 7;
}
.pie[size="56"] {
height: 56;
width: 56;
}
.pie[size="56"]::after {
top: 8;
left: 7.4;
}
.pie-reverse[size="56"] {
height: 56;
width: 56;
}
.pie-reverse[size="56"]::after {
top: 8;
left: 7.4;
}
.pie[size="57"] {
height: 57;
width: 57;
}
.pie[size="57"]::after {
top: 8.5;
left: 7.8;
}
.pie-reverse[size="57"] {
height: 57;
width: 57;
}
.pie-reverse[size="57"]::after {
top: 8.5;
left: 7.8;
}
.pie[size="58"] {
height: 58;
width: 58;
}
.pie[size="58"]::after {
top: 9;
left: 8.2;
}
.pie-reverse[size="58"] {
height: 58;
width: 58;
}
.pie-reverse[size="58"]::after {
top: 9;
left: 8.2;
}
.pie[size="59"] {
height: 59;
width: 59;
}
.pie[size="59"]::after {
top: 9.5;
left: 8.6;
}
.pie-reverse[size="59"] {
height: 59;
width: 59;
}
.pie-reverse[size="59"]::after {
top: 9.5;
left: 8.6;
}
.pie[size="60"] {
height: 60;
width: 60;
}
.pie[size="60"]::after {
top: 10;
left: 9;
}
.pie-reverse[size="60"] {
height: 60;
width: 60;
}
.pie-reverse[size="60"]::after {
top: 10;
left: 9;
}
.pie[size="61"] {
height: 61;
width: 61;
}
.pie[size="61"]::after {
top: 10.5;
left: 9.4;
}
.pie-reverse[size="61"] {
height: 61;
width: 61;
}
.pie-reverse[size="61"]::after {
top: 10.5;
left: 9.4;
}
.pie[size="62"] {
height: 62;
width: 62;
}
.pie[size="62"]::after {
top: 11;
left: 9.8;
}
.pie-reverse[size="62"] {
height: 62;
width: 62;
}
.pie-reverse[size="62"]::after {
top: 11;
left: 9.8;
}
.pie[size="63"] {
height: 63;
width: 63;
}
.pie[size="63"]::after {
top: 11.5;
left: 10.2;
}
.pie-reverse[size="63"] {
height: 63;
width: 63;
}
.pie-reverse[size="63"]::after {
top: 11.5;
left: 10.2;
}
.pie[size="64"] {
height: 64;
width: 64;
}
.pie[size="64"]::after {
top: 12;
left: 10.6;
}
.pie-reverse[size="64"] {
height: 64;
width: 64;
}
.pie-reverse[size="64"]::after {
top: 12;
left: 10.6;
}
.pie[size="65"] {
height: 65;
width: 65;
}
.pie[size="65"]::after {
top: 12.5;
left: 11;
}
.pie-reverse[size="65"] {
height: 65;
width: 65;
}
.pie-reverse[size="65"]::after {
top: 12.5;
left: 11;
}
.pie[size="66"] {
height: 66;
width: 66;
}
.pie[size="66"]::after {
top: 13;
left: 11.4;
}
.pie-reverse[size="66"] {
height: 66;
width: 66;
}
.pie-reverse[size="66"]::after {
top: 13;
left: 11.4;
}
.pie[size="67"] {
height: 67;
width: 67;
}
.pie[size="67"]::after {
top: 13.5;
left: 11.8;
}
.pie-reverse[size="67"] {
height: 67;
width: 67;
}
.pie-reverse[size="67"]::after {
top: 13.5;
left: 11.8;
}
.pie[size="68"] {
height: 68;
width: 68;
}
.pie[size="68"]::after {
top: 14;
left: 12.2;
}
.pie-reverse[size="68"] {
height: 68;
width: 68;
}
.pie-reverse[size="68"]::after {
top: 14;
left: 12.2;
}
.pie[size="69"] {
height: 69;
width: 69;
}
.pie[size="69"]::after {
top: 14.5;
left: 12.6;
}
.pie-reverse[size="69"] {
height: 69;
width: 69;
}
.pie-reverse[size="69"]::after {
top: 14.5;
left: 12.6;
}
.pie[size="70"] {
height: 70;
width: 70;
}
.pie[size="70"]::after {
top: 15;
left: 13;
}
.pie-reverse[size="70"] {
height: 70;
width: 70;
}
.pie-reverse[size="70"]::after {
top: 15;
left: 13;
}
.pie[size="71"] {
height: 71;
width: 71;
}
.pie[size="71"]::after {
top: 15.5;
left: 13.4;
}
.pie-reverse[size="71"] {
height: 71;
width: 71;
}
.pie-reverse[size="71"]::after {
top: 15.5;
left: 13.4;
}
.pie[size="72"] {
height: 72;
width: 72;
}
.pie[size="72"]::after {
top: 16;
left: 13.8;
}
.pie-reverse[size="72"] {
height: 72;
width: 72;
}
.pie-reverse[size="72"]::after {
top: 16;
left: 13.8;
}
.pie[size="73"] {
height: 73;
width: 73;
}
.pie[size="73"]::after {
top: 16.5;
left: 14.2;
}
.pie-reverse[size="73"] {
height: 73;
width: 73;
}
.pie-reverse[size="73"]::after {
top: 16.5;
left: 14.2;
}
.pie[size="74"] {
height: 74;
width: 74;
}
.pie[size="74"]::after {
top: 17;
left: 14.6;
}
.pie-reverse[size="74"] {
height: 74;
width: 74;
}
.pie-reverse[size="74"]::after {
top: 17;
left: 14.6;
}
.pie[size="75"] {
height: 75;
width: 75;
}
.pie[size="75"]::after {
top: 17.5;
left: 15;
}
.pie-reverse[size="75"] {
height: 75;
width: 75;
}
.pie-reverse[size="75"]::after {
top: 17.5;
left: 15;
}
.pie[size="76"] {
height: 76;
width: 76;
}
.pie[size="76"]::after {
top: 18;
left: 15.4;
}
.pie-reverse[size="76"] {
height: 76;
width: 76;
}
.pie-reverse[size="76"]::after {
top: 18;
left: 15.4;
}
.pie[size="77"] {
height: 77;
width: 77;
}
.pie[size="77"]::after {
top: 18.5;
left: 15.8;
}
.pie-reverse[size="77"] {
height: 77;
width: 77;
}
.pie-reverse[size="77"]::after {
top: 18.5;
left: 15.8;
}
.pie[size="78"] {
height: 78;
width: 78;
}
.pie[size="78"]::after {
top: 19;
left: 16.2;
}
.pie-reverse[size="78"] {
height: 78;
width: 78;
}
.pie-reverse[size="78"]::after {
top: 19;
left: 16.2;
}
.pie[size="79"] {
height: 79;
width: 79;
}
.pie[size="79"]::after {
top: 19.5;
left: 16.6;
}
.pie-reverse[size="79"] {
height: 79;
width: 79;
}
.pie-reverse[size="79"]::after {
top: 19.5;
left: 16.6;
}
.pie[size="80"] {
height: 80;
width: 80;
}
.pie[size="80"]::after {
top: 20;
left: 17;
}
.pie-reverse[size="80"] {
height: 80;
width: 80;
}
.pie-reverse[size="80"]::after {
top: 20;
left: 17;
}
.pie[size="81"] {
height: 81;
width: 81;
}
.pie[size="81"]::after {
top: 20.5;
left: 17.4;
}
.pie-reverse[size="81"] {
height: 81;
width: 81;
}
.pie-reverse[size="81"]::after {
top: 20.5;
left: 17.4;
}
.pie[size="82"] {
height: 82;
width: 82;
}
.pie[size="82"]::after {
top: 21;
left: 17.8;
}
.pie-reverse[size="82"] {
height: 82;
width: 82;
}
.pie-reverse[size="82"]::after {
top: 21;
left: 17.8;
}
.pie[size="83"] {
height: 83;
width: 83;
}
.pie[size="83"]::after {
top: 21.5;
left: 18.2;
}
.pie-reverse[size="83"] {
height: 83;
width: 83;
}
.pie-reverse[size="83"]::after {
top: 21.5;
left: 18.2;
}
.pie[size="84"] {
height: 84;
width: 84;
}
.pie[size="84"]::after {
top: 22;
left: 18.6;
}
.pie-reverse[size="84"] {
height: 84;
width: 84;
}
.pie-reverse[size="84"]::after {
top: 22;
left: 18.6;
}
.pie[size="85"] {
height: 85;
width: 85;
}
.pie[size="85"]::after {
top: 22.5;
left: 19;
}
.pie-reverse[size="85"] {
height: 85;
width: 85;
}
.pie-reverse[size="85"]::after {
top: 22.5;
left: 19;
}
.pie[size="86"] {
height: 86;
width: 86;
}
.pie[size="86"]::after {
top: 23;
left: 19.4;
}
.pie-reverse[size="86"] {
height: 86;
width: 86;
}
.pie-reverse[size="86"]::after {
top: 23;
left: 19.4;
}
.pie[size="87"] {
height: 87;
width: 87;
}
.pie[size="87"]::after {
top: 23.5;
left: 19.8;
}
.pie-reverse[size="87"] {
height: 87;
width: 87;
}
.pie-reverse[size="87"]::after {
top: 23.5;
left: 19.8;
}
.pie[size="88"] {
height: 88;
width: 88;
}
.pie[size="88"]::after {
top: 24;
left: 20.2;
}
.pie-reverse[size="88"] {
height: 88;
width: 88;
}
.pie-reverse[size="88"]::after {
top: 24;
left: 20.2;
}
.pie[size="89"] {
height: 89;
width: 89;
}
.pie[size="89"]::after {
top: 24.5;
left: 20.6;
}
.pie-reverse[size="89"] {
height: 89;
width: 89;
}
.pie-reverse[size="89"]::after {
top: 24.5;
left: 20.6;
}
.pie[size="90"] {
height: 90;
width: 90;
}
.pie[size="90"]::after {
top: 25;
left: 21;
}
.pie-reverse[size="90"] {
height: 90;
width: 90;
}
.pie-reverse[size="90"]::after {
top: 25;
left: 21;
}
.pie[size="91"] {
height: 91;
width: 91;
}
.pie[size="91"]::after {
top: 25.5;
left: 21.4;
}
.pie-reverse[size="91"] {
height: 91;
width: 91;
}
.pie-reverse[size="91"]::after {
top: 25.5;
left: 21.4;
}
.pie[size="92"] {
height: 92;
width: 92;
}
.pie[size="92"]::after {
top: 26;
left: 21.8;
}
.pie-reverse[size="92"] {
height: 92;
width: 92;
}
.pie-reverse[size="92"]::after {
top: 26;
left: 21.8;
}
.pie[size="93"] {
height: 93;
width: 93;
}
.pie[size="93"]::after {
top: 26.5;
left: 22.2;
}
.pie-reverse[size="93"] {
height: 93;
width: 93;
}
.pie-reverse[size="93"]::after {
top: 26.5;
left: 22.2;
}
.pie[size="94"] {
height: 94;
width: 94;
}
.pie[size="94"]::after {
top: 27;
left: 22.6;
}
.pie-reverse[size="94"] {
height: 94;
width: 94;
}
.pie-reverse[size="94"]::after {
top: 27;
left: 22.6;
}
.pie[size="95"] {
height: 95;
width: 95;
}
.pie[size="95"]::after {
top: 27.5;
left: 23;
}
.pie-reverse[size="95"] {
height: 95;
width: 95;
}
.pie-reverse[size="95"]::after {
top: 27.5;
left: 23;
}
.pie[size="96"] {
height: 96;
width: 96;
}
.pie[size="96"]::after {
top: 28;
left: 23.4;
}
.pie-reverse[size="96"] {
height: 96;
width: 96;
}
.pie-reverse[size="96"]::after {
top: 28;
left: 23.4;
}
.pie[size="97"] {
height: 97;
width: 97;
}
.pie[size="97"]::after {
top: 28.5;
left: 23.8;
}
.pie-reverse[size="97"] {
height: 97;
width: 97;
}
.pie-reverse[size="97"]::after {
top: 28.5;
left: 23.8;
}
.pie[size="98"] {
height: 98;
width: 98;
}
.pie[size="98"]::after {
top: 29;
left: 24.2;
}
.pie-reverse[size="98"] {
height: 98;
width: 98;
}
.pie-reverse[size="98"]::after {
top: 29;
left: 24.2;
}
.pie[size="99"] {
height: 99;
width: 99;
}
.pie[size="99"]::after {
top: 29.5;
left: 24.6;
}
.pie-reverse[size="99"] {
height: 99;
width: 99;
}
.pie-reverse[size="99"]::after {
top: 29.5;
left: 24.6;
}
.pie[size="100"] {
height: 100;
width: 100;
}
.pie[size="100"]::after {
top: 30;
left: 25;
}
.pie-reverse[size="100"] {
height: 100;
width: 100;
}
.pie-reverse[size="100"]::after {
top: 30;
left: 25;
}
.pie[size="101"] {
height: 101;
width: 101;
}
.pie[size="101"]::after {
top: 30.5;
left: 25.4;
}
.pie-reverse[size="101"] {
height: 101;
width: 101;
}
.pie-reverse[size="101"]::after {
top: 30.5;
left: 25.4;
}
.pie[size="102"] {
height: 102;
width: 102;
}
.pie[size="102"]::after {
top: 31;
left: 25.8;
}
.pie-reverse[size="102"] {
height: 102;
width: 102;
}
.pie-reverse[size="102"]::after {
top: 31;
left: 25.8;
}
.pie[size="103"] {
height: 103;
width: 103;
}
.pie[size="103"]::after {
top: 31.5;
left: 26.2;
}
.pie-reverse[size="103"] {
height: 103;
width: 103;
}
.pie-reverse[size="103"]::after {
top: 31.5;
left: 26.2;
}
.pie[size="104"] {
height: 104;
width: 104;
}
.pie[size="104"]::after {
top: 32;
left: 26.6;
}
.pie-reverse[size="104"] {
height: 104;
width: 104;
}
.pie-reverse[size="104"]::after {
top: 32;
left: 26.6;
}
.pie[size="105"] {
height: 105;
width: 105;
}
.pie[size="105"]::after {
top: 32.5;
left: 27;
}
.pie-reverse[size="105"] {
height: 105;
width: 105;
}
.pie-reverse[size="105"]::after {
top: 32.5;
left: 27;
}
.pie[size="106"] {
height: 106;
width: 106;
}
.pie[size="106"]::after {
top: 33;
left: 27.4;
}
.pie-reverse[size="106"] {
height: 106;
width: 106;
}
.pie-reverse[size="106"]::after {
top: 33;
left: 27.4;
}
.pie[size="107"] {
height: 107;
width: 107;
}
.pie[size="107"]::after {
top: 33.5;
left: 27.8;
}
.pie-reverse[size="107"] {
height: 107;
width: 107;
}
.pie-reverse[size="107"]::after {
top: 33.5;
left: 27.8;
}
.pie[size="108"] {
height: 108;
width: 108;
}
.pie[size="108"]::after {
top: 34;
left: 28.2;
}
.pie-reverse[size="108"] {
height: 108;
width: 108;
}
.pie-reverse[size="108"]::after {
top: 34;
left: 28.2;
}
.pie[size="109"] {
height: 109;
width: 109;
}
.pie[size="109"]::after {
top: 34.5;
left: 28.6;
}
.pie-reverse[size="109"] {
height: 109;
width: 109;
}
.pie-reverse[size="109"]::after {
top: 34.5;
left: 28.6;
}
.pie[size="110"] {
height: 110;
width: 110;
}
.pie[size="110"]::after {
top: 35;
left: 29;
}
.pie-reverse[size="110"] {
height: 110;
width: 110;
}
.pie-reverse[size="110"]::after {
top: 35;
left: 29;
}
.pie[size="111"] {
height: 111;
width: 111;
}
.pie[size="111"]::after {
top: 35.5;
left: 29.4;
}
.pie-reverse[size="111"] {
height: 111;
width: 111;
}
.pie-reverse[size="111"]::after {
top: 35.5;
left: 29.4;
}
.pie[size="112"] {
height: 112;
width: 112;
}
.pie[size="112"]::after {
top: 36;
left: 29.8;
}
.pie-reverse[size="112"] {
height: 112;
width: 112;
}
.pie-reverse[size="112"]::after {
top: 36;
left: 29.8;
}
.pie[size="113"] {
height: 113;
width: 113;
}
.pie[size="113"]::after {
top: 36.5;
left: 30.2;
}
.pie-reverse[size="113"] {
height: 113;
width: 113;
}
.pie-reverse[size="113"]::after {
top: 36.5;
left: 30.2;
}
.pie[size="114"] {
height: 114;
width: 114;
}
.pie[size="114"]::after {
top: 37;
left: 30.6;
}
.pie-reverse[size="114"] {
height: 114;
width: 114;
}
.pie-reverse[size="114"]::after {
top: 37;
left: 30.6;
}
.pie[size="115"] {
height: 115;
width: 115;
}
.pie[size="115"]::after {
top: 37.5;
left: 31;
}
.pie-reverse[size="115"] {
height: 115;
width: 115;
}
.pie-reverse[size="115"]::after {
top: 37.5;
left: 31;
}
.pie[size="116"] {
height: 116;
width: 116;
}
.pie[size="116"]::after {
top: 38;
left: 31.4;
}
.pie-reverse[size="116"] {
height: 116;
width: 116;
}
.pie-reverse[size="116"]::after {
top: 38;
left: 31.4;
}
.pie[size="117"] {
height: 117;
width: 117;
}
.pie[size="117"]::after {
top: 38.5;
left: 31.8;
}
.pie-reverse[size="117"] {
height: 117;
width: 117;
}
.pie-reverse[size="117"]::after {
top: 38.5;
left: 31.8;
}
.pie[size="118"] {
height: 118;
width: 118;
}
.pie[size="118"]::after {
top: 39;
left: 32.2;
}
.pie-reverse[size="118"] {
height: 118;
width: 118;
}
.pie-reverse[size="118"]::after {
top: 39;
left: 32.2;
}
.pie[size="119"] {
height: 119;
width: 119;
}
.pie[size="119"]::after {
top: 39.5;
left: 32.6;
}
.pie-reverse[size="119"] {
height: 119;
width: 119;
}
.pie-reverse[size="119"]::after {
top: 39.5;
left: 32.6;
}
.pie[size="120"] {
height: 120;
width: 120;
}
.pie[size="120"]::after {
top: 40;
left: 33;
}
.pie-reverse[size="120"] {
height: 120;
width: 120;
}
.pie-reverse[size="120"]::after {
top: 40;
left: 33;
}
.pie[size="121"] {
height: 121;
width: 121;
}
.pie[size="121"]::after {
top: 40.5;
left: 33.4;
}
.pie-reverse[size="121"] {
height: 121;
width: 121;
}
.pie-reverse[size="121"]::after {
top: 40.5;
left: 33.4;
}
.pie[size="122"] {
height: 122;
width: 122;
}
.pie[size="122"]::after {
top: 41;
left: 33.8;
}
.pie-reverse[size="122"] {
height: 122;
width: 122;
}
.pie-reverse[size="122"]::after {
top: 41;
left: 33.8;
}
.pie[size="123"] {
height: 123;
width: 123;
}
.pie[size="123"]::after {
top: 41.5;
left: 34.2;
}
.pie-reverse[size="123"] {
height: 123;
width: 123;
}
.pie-reverse[size="123"]::after {
top: 41.5;
left: 34.2;
}
.pie[size="124"] {
height: 124;
width: 124;
}
.pie[size="124"]::after {
top: 42;
left: 34.6;
}
.pie-reverse[size="124"] {
height: 124;
width: 124;
}
.pie-reverse[size="124"]::after {
top: 42;
left: 34.6;
}
.pie[size="125"] {
height: 125;
width: 125;
}
.pie[size="125"]::after {
top: 42.5;
left: 35;
}
.pie-reverse[size="125"] {
height: 125;
width: 125;
}
.pie-reverse[size="125"]::after {
top: 42.5;
left: 35;
}
.pie[size="126"] {
height: 126;
width: 126;
}
.pie[size="126"]::after {
top: 43;
left: 35.4;
}
.pie-reverse[size="126"] {
height: 126;
width: 126;
}
.pie-reverse[size="126"]::after {
top: 43;
left: 35.4;
}
.pie[size="127"] {
height: 127;
width: 127;
}
.pie[size="127"]::after {
top: 43.5;
left: 35.8;
}
.pie-reverse[size="127"] {
height: 127;
width: 127;
}
.pie-reverse[size="127"]::after {
top: 43.5;
left: 35.8;
}
.pie[size="128"] {
height: 128;
width: 128;
}
.pie[size="128"]::after {
top: 44;
left: 36.2;
}
.pie-reverse[size="128"] {
height: 128;
width: 128;
}
.pie-reverse[size="128"]::after {
top: 44;
left: 36.2;
}
.pie[size="129"] {
height: 129;
width: 129;
}
.pie[size="129"]::after {
top: 44.5;
left: 36.6;
}
.pie-reverse[size="129"] {
height: 129;
width: 129;
}
.pie-reverse[size="129"]::after {
top: 44.5;
left: 36.6;
}
.pie[size="130"] {
height: 130;
width: 130;
}
.pie[size="130"]::after {
top: 45;
left: 37;
}
.pie-reverse[size="130"] {
height: 130;
width: 130;
}
.pie-reverse[size="130"]::after {
top: 45;
left: 37;
}
.pie[size="131"] {
height: 131;
width: 131;
}
.pie[size="131"]::after {
top: 45.5;
left: 37.4;
}
.pie-reverse[size="131"] {
height: 131;
width: 131;
}
.pie-reverse[size="131"]::after {
top: 45.5;
left: 37.4;
}
.pie[size="132"] {
height: 132;
width: 132;
}
.pie[size="132"]::after {
top: 46;
left: 37.8;
}
.pie-reverse[size="132"] {
height: 132;
width: 132;
}
.pie-reverse[size="132"]::after {
top: 46;
left: 37.8;
}
.pie[size="133"] {
height: 133;
width: 133;
}
.pie[size="133"]::after {
top: 46.5;
left: 38.2;
}
.pie-reverse[size="133"] {
height: 133;
width: 133;
}
.pie-reverse[size="133"]::after {
top: 46.5;
left: 38.2;
}
.pie[size="134"] {
height: 134;
width: 134;
}
.pie[size="134"]::after {
top: 47;
left: 38.6;
}
.pie-reverse[size="134"] {
height: 134;
width: 134;
}
.pie-reverse[size="134"]::after {
top: 47;
left: 38.6;
}
.pie[size="135"] {
height: 135;
width: 135;
}
.pie[size="135"]::after {
top: 47.5;
left: 39;
}
.pie-reverse[size="135"] {
height: 135;
width: 135;
}
.pie-reverse[size="135"]::after {
top: 47.5;
left: 39;
}
.pie[size="136"] {
height: 136;
width: 136;
}
.pie[size="136"]::after {
top: 48;
left: 39.4;
}
.pie-reverse[size="136"] {
height: 136;
width: 136;
}
.pie-reverse[size="136"]::after {
top: 48;
left: 39.4;
}
.pie[size="137"] {
height: 137;
width: 137;
}
.pie[size="137"]::after {
top: 48.5;
left: 39.8;
}
.pie-reverse[size="137"] {
height: 137;
width: 137;
}
.pie-reverse[size="137"]::after {
top: 48.5;
left: 39.8;
}
.pie[size="138"] {
height: 138;
width: 138;
}
.pie[size="138"]::after {
top: 49;
left: 40.2;
}
.pie-reverse[size="138"] {
height: 138;
width: 138;
}
.pie-reverse[size="138"]::after {
top: 49;
left: 40.2;
}
.pie[size="139"] {
height: 139;
width: 139;
}
.pie[size="139"]::after {
top: 49.5;
left: 40.6;
}
.pie-reverse[size="139"] {
height: 139;
width: 139;
}
.pie-reverse[size="139"]::after {
top: 49.5;
left: 40.6;
}
.pie[size="140"] {
height: 140;
width: 140;
}
.pie[size="140"]::after {
top: 50;
left: 41;
}
.pie-reverse[size="140"] {
height: 140;
width: 140;
}
.pie-reverse[size="140"]::after {
top: 50;
left: 41;
}
.pie[size="141"] {
height: 141;
width: 141;
}
.pie[size="141"]::after {
top: 50.5;
left: 41.4;
}
.pie-reverse[size="141"] {
height: 141;
width: 141;
}
.pie-reverse[size="141"]::after {
top: 50.5;
left: 41.4;
}
.pie[size="142"] {
height: 142;
width: 142;
}
.pie[size="142"]::after {
top: 51;
left: 41.8;
}
.pie-reverse[size="142"] {
height: 142;
width: 142;
}
.pie-reverse[size="142"]::after {
top: 51;
left: 41.8;
}
.pie[size="143"] {
height: 143;
width: 143;
}
.pie[size="143"]::after {
top: 51.5;
left: 42.2;
}
.pie-reverse[size="143"] {
height: 143;
width: 143;
}
.pie-reverse[size="143"]::after {
top: 51.5;
left: 42.2;
}
.pie[size="144"] {
height: 144;
width: 144;
}
.pie[size="144"]::after {
top: 52;
left: 42.6;
}
.pie-reverse[size="144"] {
height: 144;
width: 144;
}
.pie-reverse[size="144"]::after {
top: 52;
left: 42.6;
}
.pie[size="145"] {
height: 145;
width: 145;
}
.pie[size="145"]::after {
top: 52.5;
left: 43;
}
.pie-reverse[size="145"] {
height: 145;
width: 145;
}
.pie-reverse[size="145"]::after {
top: 52.5;
left: 43;
}
.pie[size="146"] {
height: 146;
width: 146;
}
.pie[size="146"]::after {
top: 53;
left: 43.4;
}
.pie-reverse[size="146"] {
height: 146;
width: 146;
}
.pie-reverse[size="146"]::after {
top: 53;
left: 43.4;
}
.pie[size="147"] {
height: 147;
width: 147;
}
.pie[size="147"]::after {
top: 53.5;
left: 43.8;
}
.pie-reverse[size="147"] {
height: 147;
width: 147;
}
.pie-reverse[size="147"]::after {
top: 53.5;
left: 43.8;
}
.pie[size="148"] {
height: 148;
width: 148;
}
.pie[size="148"]::after {
top: 54;
left: 44.2;
}
.pie-reverse[size="148"] {
height: 148;
width: 148;
}
.pie-reverse[size="148"]::after {
top: 54;
left: 44.2;
}
.pie[size="149"] {
height: 149;
width: 149;
}
.pie[size="149"]::after {
top: 54.5;
left: 44.6;
}
.pie-reverse[size="149"] {
height: 149;
width: 149;
}
.pie-reverse[size="149"]::after {
top: 54.5;
left: 44.6;
}
.pie[size="150"] {
height: 150;
width: 150;
}
.pie[size="150"]::after {
top: 55;
left: 45;
}
.pie-reverse[size="150"] {
height: 150;
width: 150;
}
.pie-reverse[size="150"]::after {
top: 55;
left: 45;
}
.pie[size="151"] {
height: 151;
width: 151;
}
.pie[size="151"]::after {
top: 55.5;
left: 45.4;
}
.pie-reverse[size="151"] {
height: 151;
width: 151;
}
.pie-reverse[size="151"]::after {
top: 55.5;
left: 45.4;
}
.pie[size="152"] {
height: 152;
width: 152;
}
.pie[size="152"]::after {
top: 56;
left: 45.8;
}
.pie-reverse[size="152"] {
height: 152;
width: 152;
}
.pie-reverse[size="152"]::after {
top: 56;
left: 45.8;
}
.pie[size="153"] {
height: 153;
width: 153;
}
.pie[size="153"]::after {
top: 56.5;
left: 46.2;
}
.pie-reverse[size="153"] {
height: 153;
width: 153;
}
.pie-reverse[size="153"]::after {
top: 56.5;
left: 46.2;
}
.pie[size="154"] {
height: 154;
width: 154;
}
.pie[size="154"]::after {
top: 57;
left: 46.6;
}
.pie-reverse[size="154"] {
height: 154;
width: 154;
}
.pie-reverse[size="154"]::after {
top: 57;
left: 46.6;
}
.pie[size="155"] {
height: 155;
width: 155;
}
.pie[size="155"]::after {
top: 57.5;
left: 47;
}
.pie-reverse[size="155"] {
height: 155;
width: 155;
}
.pie-reverse[size="155"]::after {
top: 57.5;
left: 47;
}
.pie[size="156"] {
height: 156;
width: 156;
}
.pie[size="156"]::after {
top: 58;
left: 47.4;
}
.pie-reverse[size="156"] {
height: 156;
width: 156;
}
.pie-reverse[size="156"]::after {
top: 58;
left: 47.4;
}
.pie[size="157"] {
height: 157;
width: 157;
}
.pie[size="157"]::after {
top: 58.5;
left: 47.8;
}
.pie-reverse[size="157"] {
height: 157;
width: 157;
}
.pie-reverse[size="157"]::after {
top: 58.5;
left: 47.8;
}
.pie[size="158"] {
height: 158;
width: 158;
}
.pie[size="158"]::after {
top: 59;
left: 48.2;
}
.pie-reverse[size="158"] {
height: 158;
width: 158;
}
.pie-reverse[size="158"]::after {
top: 59;
left: 48.2;
}
.pie[size="159"] {
height: 159;
width: 159;
}
.pie[size="159"]::after {
top: 59.5;
left: 48.6;
}
.pie-reverse[size="159"] {
height: 159;
width: 159;
}
.pie-reverse[size="159"]::after {
top: 59.5;
left: 48.6;
}
.pie[size="160"] {
height: 160;
width: 160;
}
.pie[size="160"]::after {
top: 60;
left: 49;
}
.pie-reverse[size="160"] {
height: 160;
width: 160;
}
.pie-reverse[size="160"]::after {
top: 60;
left: 49;
}
.pie[size="161"] {
height: 161;
width: 161;
}
.pie[size="161"]::after {
top: 60.5;
left: 49.4;
}
.pie-reverse[size="161"] {
height: 161;
width: 161;
}
.pie-reverse[size="161"]::after {
top: 60.5;
left: 49.4;
}
.pie[size="162"] {
height: 162;
width: 162;
}
.pie[size="162"]::after {
top: 61;
left: 49.8;
}
.pie-reverse[size="162"] {
height: 162;
width: 162;
}
.pie-reverse[size="162"]::after {
top: 61;
left: 49.8;
}
.pie[size="163"] {
height: 163;
width: 163;
}
.pie[size="163"]::after {
top: 61.5;
left: 50.2;
}
.pie-reverse[size="163"] {
height: 163;
width: 163;
}
.pie-reverse[size="163"]::after {
top: 61.5;
left: 50.2;
}
.pie[size="164"] {
height: 164;
width: 164;
}
.pie[size="164"]::after {
top: 62;
left: 50.6;
}
.pie-reverse[size="164"] {
height: 164;
width: 164;
}
.pie-reverse[size="164"]::after {
top: 62;
left: 50.6;
}
.pie[size="165"] {
height: 165;
width: 165;
}
.pie[size="165"]::after {
top: 62.5;
left: 51;
}
.pie-reverse[size="165"] {
height: 165;
width: 165;
}
.pie-reverse[size="165"]::after {
top: 62.5;
left: 51;
}
.pie[size="166"] {
height: 166;
width: 166;
}
.pie[size="166"]::after {
top: 63;
left: 51.4;
}
.pie-reverse[size="166"] {
height: 166;
width: 166;
}
.pie-reverse[size="166"]::after {
top: 63;
left: 51.4;
}
.pie[size="167"] {
height: 167;
width: 167;
}
.pie[size="167"]::after {
top: 63.5;
left: 51.8;
}
.pie-reverse[size="167"] {
height: 167;
width: 167;
}
.pie-reverse[size="167"]::after {
top: 63.5;
left: 51.8;
}
.pie[size="168"] {
height: 168;
width: 168;
}
.pie[size="168"]::after {
top: 64;
left: 52.2;
}
.pie-reverse[size="168"] {
height: 168;
width: 168;
}
.pie-reverse[size="168"]::after {
top: 64;
left: 52.2;
}
.pie[size="169"] {
height: 169;
width: 169;
}
.pie[size="169"]::after {
top: 64.5;
left: 52.6;
}
.pie-reverse[size="169"] {
height: 169;
width: 169;
}
.pie-reverse[size="169"]::after {
top: 64.5;
left: 52.6;
}
.pie[size="170"] {
height: 170;
width: 170;
}
.pie[size="170"]::after {
top: 65;
left: 53;
}
.pie-reverse[size="170"] {
height: 170;
width: 170;
}
.pie-reverse[size="170"]::after {
top: 65;
left: 53;
}
.pie[size="171"] {
height: 171;
width: 171;
}
.pie[size="171"]::after {
top: 65.5;
left: 53.4;
}
.pie-reverse[size="171"] {
height: 171;
width: 171;
}
.pie-reverse[size="171"]::after {
top: 65.5;
left: 53.4;
}
.pie[size="172"] {
height: 172;
width: 172;
}
.pie[size="172"]::after {
top: 66;
left: 53.8;
}
.pie-reverse[size="172"] {
height: 172;
width: 172;
}
.pie-reverse[size="172"]::after {
top: 66;
left: 53.8;
}
.pie[size="173"] {
height: 173;
width: 173;
}
.pie[size="173"]::after {
top: 66.5;
left: 54.2;
}
.pie-reverse[size="173"] {
height: 173;
width: 173;
}
.pie-reverse[size="173"]::after {
top: 66.5;
left: 54.2;
}
.pie[size="174"] {
height: 174;
width: 174;
}
.pie[size="174"]::after {
top: 67;
left: 54.6;
}
.pie-reverse[size="174"] {
height: 174;
width: 174;
}
.pie-reverse[size="174"]::after {
top: 67;
left: 54.6;
}
.pie[size="175"] {
height: 175;
width: 175;
}
.pie[size="175"]::after {
top: 67.5;
left: 55;
}
.pie-reverse[size="175"] {
height: 175;
width: 175;
}
.pie-reverse[size="175"]::after {
top: 67.5;
left: 55;
}
.pie[size="176"] {
height: 176;
width: 176;
}
.pie[size="176"]::after {
top: 68;
left: 55.4;
}
.pie-reverse[size="176"] {
height: 176;
width: 176;
}
.pie-reverse[size="176"]::after {
top: 68;
left: 55.4;
}
.pie[size="177"] {
height: 177;
width: 177;
}
.pie[size="177"]::after {
top: 68.5;
left: 55.8;
}
.pie-reverse[size="177"] {
height: 177;
width: 177;
}
.pie-reverse[size="177"]::after {
top: 68.5;
left: 55.8;
}
.pie[size="178"] {
height: 178;
width: 178;
}
.pie[size="178"]::after {
top: 69;
left: 56.2;
}
.pie-reverse[size="178"] {
height: 178;
width: 178;
}
.pie-reverse[size="178"]::after {
top: 69;
left: 56.2;
}
.pie[size="179"] {
height: 179;
width: 179;
}
.pie[size="179"]::after {
top: 69.5;
left: 56.6;
}
.pie-reverse[size="179"] {
height: 179;
width: 179;
}
.pie-reverse[size="179"]::after {
top: 69.5;
left: 56.6;
}
.pie[size="180"] {
height: 180;
width: 180;
}
.pie[size="180"]::after {
top: 70;
left: 57;
}
.pie-reverse[size="180"] {
height: 180;
width: 180;
}
.pie-reverse[size="180"]::after {
top: 70;
left: 57;
}
.pie[size="181"] {
height: 181;
width: 181;
}
.pie[size="181"]::after {
top: 70.5;
left: 57.4;
}
.pie-reverse[size="181"] {
height: 181;
width: 181;
}
.pie-reverse[size="181"]::after {
top: 70.5;
left: 57.4;
}
.pie[size="182"] {
height: 182;
width: 182;
}
.pie[size="182"]::after {
top: 71;
left: 57.8;
}
.pie-reverse[size="182"] {
height: 182;
width: 182;
}
.pie-reverse[size="182"]::after {
top: 71;
left: 57.8;
}
.pie[size="183"] {
height: 183;
width: 183;
}
.pie[size="183"]::after {
top: 71.5;
left: 58.2;
}
.pie-reverse[size="183"] {
height: 183;
width: 183;
}
.pie-reverse[size="183"]::after {
top: 71.5;
left: 58.2;
}
.pie[size="184"] {
height: 184;
width: 184;
}
.pie[size="184"]::after {
top: 72;
left: 58.6;
}
.pie-reverse[size="184"] {
height: 184;
width: 184;
}
.pie-reverse[size="184"]::after {
top: 72;
left: 58.6;
}
.pie[size="185"] {
height: 185;
width: 185;
}
.pie[size="185"]::after {
top: 72.5;
left: 59;
}
.pie-reverse[size="185"] {
height: 185;
width: 185;
}
.pie-reverse[size="185"]::after {
top: 72.5;
left: 59;
}
.pie[size="186"] {
height: 186;
width: 186;
}
.pie[size="186"]::after {
top: 73;
left: 59.4;
}
.pie-reverse[size="186"] {
height: 186;
width: 186;
}
.pie-reverse[size="186"]::after {
top: 73;
left: 59.4;
}
.pie[size="187"] {
height: 187;
width: 187;
}
.pie[size="187"]::after {
top: 73.5;
left: 59.8;
}
.pie-reverse[size="187"] {
height: 187;
width: 187;
}
.pie-reverse[size="187"]::after {
top: 73.5;
left: 59.8;
}
.pie[size="188"] {
height: 188;
width: 188;
}
.pie[size="188"]::after {
top: 74;
left: 60.2;
}
.pie-reverse[size="188"] {
height: 188;
width: 188;
}
.pie-reverse[size="188"]::after {
top: 74;
left: 60.2;
}
.pie[size="189"] {
height: 189;
width: 189;
}
.pie[size="189"]::after {
top: 74.5;
left: 60.6;
}
.pie-reverse[size="189"] {
height: 189;
width: 189;
}
.pie-reverse[size="189"]::after {
top: 74.5;
left: 60.6;
}
.pie[size="190"] {
height: 190;
width: 190;
}
.pie[size="190"]::after {
top: 75;
left: 61;
}
.pie-reverse[size="190"] {
height: 190;
width: 190;
}
.pie-reverse[size="190"]::after {
top: 75;
left: 61;
}
.pie[size="191"] {
height: 191;
width: 191;
}
.pie[size="191"]::after {
top: 75.5;
left: 61.4;
}
.pie-reverse[size="191"] {
height: 191;
width: 191;
}
.pie-reverse[size="191"]::after {
top: 75.5;
left: 61.4;
}
.pie[size="192"] {
height: 192;
width: 192;
}
.pie[size="192"]::after {
top: 76;
left: 61.8;
}
.pie-reverse[size="192"] {
height: 192;
width: 192;
}
.pie-reverse[size="192"]::after {
top: 76;
left: 61.8;
}
.pie[size="193"] {
height: 193;
width: 193;
}
.pie[size="193"]::after {
top: 76.5;
left: 62.2;
}
.pie-reverse[size="193"] {
height: 193;
width: 193;
}
.pie-reverse[size="193"]::after {
top: 76.5;
left: 62.2;
}
.pie[size="194"] {
height: 194;
width: 194;
}
.pie[size="194"]::after {
top: 77;
left: 62.6;
}
.pie-reverse[size="194"] {
height: 194;
width: 194;
}
.pie-reverse[size="194"]::after {
top: 77;
left: 62.6;
}
.pie[size="195"] {
height: 195;
width: 195;
}
.pie[size="195"]::after {
top: 77.5;
left: 63;
}
.pie-reverse[size="195"] {
height: 195;
width: 195;
}
.pie-reverse[size="195"]::after {
top: 77.5;
left: 63;
}
.pie[size="196"] {
height: 196;
width: 196;
}
.pie[size="196"]::after {
top: 78;
left: 63.4;
}
.pie-reverse[size="196"] {
height: 196;
width: 196;
}
.pie-reverse[size="196"]::after {
top: 78;
left: 63.4;
}
.pie[size="197"] {
height: 197;
width: 197;
}
.pie[size="197"]::after {
top: 78.5;
left: 63.8;
}
.pie-reverse[size="197"] {
height: 197;
width: 197;
}
.pie-reverse[size="197"]::after {
top: 78.5;
left: 63.8;
}
.pie[size="198"] {
height: 198;
width: 198;
}
.pie[size="198"]::after {
top: 79;
left: 64.2;
}
.pie-reverse[size="198"] {
height: 198;
width: 198;
}
.pie-reverse[size="198"]::after {
top: 79;
left: 64.2;
}
.pie[size="199"] {
height: 199;
width: 199;
}
.pie[size="199"]::after {
top: 79.5;
left: 64.6;
}
.pie-reverse[size="199"] {
height: 199;
width: 199;
}
.pie-reverse[size="199"]::after {
top: 79.5;
left: 64.6;
}
.pie[size="200"] {
height: 200;
width: 200;
}
.pie[size="200"]::after {
top: 80;
left: 65;
}
.pie-reverse[size="200"] {
height: 200;
width: 200;
}
.pie-reverse[size="200"]::after {
top: 80;
left: 65;
}
.pie[size="201"] {
height: 201;
width: 201;
}
.pie[size="201"]::after {
top: 80.5;
left: 65.4;
}
.pie-reverse[size="201"] {
height: 201;
width: 201;
}
.pie-reverse[size="201"]::after {
top: 80.5;
left: 65.4;
}
.pie[size="202"] {
height: 202;
width: 202;
}
.pie[size="202"]::after {
top: 81;
left: 65.8;
}
.pie-reverse[size="202"] {
height: 202;
width: 202;
}
.pie-reverse[size="202"]::after {
top: 81;
left: 65.8;
}
.pie[size="203"] {
height: 203;
width: 203;
}
.pie[size="203"]::after {
top: 81.5;
left: 66.2;
}
.pie-reverse[size="203"] {
height: 203;
width: 203;
}
.pie-reverse[size="203"]::after {
top: 81.5;
left: 66.2;
}
.pie[size="204"] {
height: 204;
width: 204;
}
.pie[size="204"]::after {
top: 82;
left: 66.6;
}
.pie-reverse[size="204"] {
height: 204;
width: 204;
}
.pie-reverse[size="204"]::after {
top: 82;
left: 66.6;
}
.pie[size="205"] {
height: 205;
width: 205;
}
.pie[size="205"]::after {
top: 82.5;
left: 67;
}
.pie-reverse[size="205"] {
height: 205;
width: 205;
}
.pie-reverse[size="205"]::after {
top: 82.5;
left: 67;
}
.pie[size="206"] {
height: 206;
width: 206;
}
.pie[size="206"]::after {
top: 83;
left: 67.4;
}
.pie-reverse[size="206"] {
height: 206;
width: 206;
}
.pie-reverse[size="206"]::after {
top: 83;
left: 67.4;
}
.pie[size="207"] {
height: 207;
width: 207;
}
.pie[size="207"]::after {
top: 83.5;
left: 67.8;
}
.pie-reverse[size="207"] {
height: 207;
width: 207;
}
.pie-reverse[size="207"]::after {
top: 83.5;
left: 67.8;
}
.pie[size="208"] {
height: 208;
width: 208;
}
.pie[size="208"]::after {
top: 84;
left: 68.2;
}
.pie-reverse[size="208"] {
height: 208;
width: 208;
}
.pie-reverse[size="208"]::after {
top: 84;
left: 68.2;
}
.pie[size="209"] {
height: 209;
width: 209;
}
.pie[size="209"]::after {
top: 84.5;
left: 68.6;
}
.pie-reverse[size="209"] {
height: 209;
width: 209;
}
.pie-reverse[size="209"]::after {
top: 84.5;
left: 68.6;
}
.pie[size="210"] {
height: 210;
width: 210;
}
.pie[size="210"]::after {
top: 85;
left: 69;
}
.pie-reverse[size="210"] {
height: 210;
width: 210;
}
.pie-reverse[size="210"]::after {
top: 85;
left: 69;
}
.pie[size="211"] {
height: 211;
width: 211;
}
.pie[size="211"]::after {
top: 85.5;
left: 69.4;
}
.pie-reverse[size="211"] {
height: 211;
width: 211;
}
.pie-reverse[size="211"]::after {
top: 85.5;
left: 69.4;
}
.pie[size="212"] {
height: 212;
width: 212;
}
.pie[size="212"]::after {
top: 86;
left: 69.8;
}
.pie-reverse[size="212"] {
height: 212;
width: 212;
}
.pie-reverse[size="212"]::after {
top: 86;
left: 69.8;
}
.pie[size="213"] {
height: 213;
width: 213;
}
.pie[size="213"]::after {
top: 86.5;
left: 70.2;
}
.pie-reverse[size="213"] {
height: 213;
width: 213;
}
.pie-reverse[size="213"]::after {
top: 86.5;
left: 70.2;
}
.pie[size="214"] {
height: 214;
width: 214;
}
.pie[size="214"]::after {
top: 87;
left: 70.6;
}
.pie-reverse[size="214"] {
height: 214;
width: 214;
}
.pie-reverse[size="214"]::after {
top: 87;
left: 70.6;
}
.pie[size="215"] {
height: 215;
width: 215;
}
.pie[size="215"]::after {
top: 87.5;
left: 71;
}
.pie-reverse[size="215"] {
height: 215;
width: 215;
}
.pie-reverse[size="215"]::after {
top: 87.5;
left: 71;
}
.pie[size="216"] {
height: 216;
width: 216;
}
.pie[size="216"]::after {
top: 88;
left: 71.4;
}
.pie-reverse[size="216"] {
height: 216;
width: 216;
}
.pie-reverse[size="216"]::after {
top: 88;
left: 71.4;
}
.pie[size="217"] {
height: 217;
width: 217;
}
.pie[size="217"]::after {
top: 88.5;
left: 71.8;
}
.pie-reverse[size="217"] {
height: 217;
width: 217;
}
.pie-reverse[size="217"]::after {
top: 88.5;
left: 71.8;
}
.pie[size="218"] {
height: 218;
width: 218;
}
.pie[size="218"]::after {
top: 89;
left: 72.2;
}
.pie-reverse[size="218"] {
height: 218;
width: 218;
}
.pie-reverse[size="218"]::after {
top: 89;
left: 72.2;
}
.pie[size="219"] {
height: 219;
width: 219;
}
.pie[size="219"]::after {
top: 89.5;
left: 72.6;
}
.pie-reverse[size="219"] {
height: 219;
width: 219;
}
.pie-reverse[size="219"]::after {
top: 89.5;
left: 72.6;
}
.pie[size="220"] {
height: 220;
width: 220;
}
.pie[size="220"]::after {
top: 90;
left: 73;
}
.pie-reverse[size="220"] {
height: 220;
width: 220;
}
.pie-reverse[size="220"]::after {
top: 90;
left: 73;
}
.pie[size="221"] {
height: 221;
width: 221;
}
.pie[size="221"]::after {
top: 90.5;
left: 73.4;
}
.pie-reverse[size="221"] {
height: 221;
width: 221;
}
.pie-reverse[size="221"]::after {
top: 90.5;
left: 73.4;
}
.pie[size="222"] {
height: 222;
width: 222;
}
.pie[size="222"]::after {
top: 91;
left: 73.8;
}
.pie-reverse[size="222"] {
height: 222;
width: 222;
}
.pie-reverse[size="222"]::after {
top: 91;
left: 73.8;
}
.pie[size="223"] {
height: 223;
width: 223;
}
.pie[size="223"]::after {
top: 91.5;
left: 74.2;
}
.pie-reverse[size="223"] {
height: 223;
width: 223;
}
.pie-reverse[size="223"]::after {
top: 91.5;
left: 74.2;
}
.pie[size="224"] {
height: 224;
width: 224;
}
.pie[size="224"]::after {
top: 92;
left: 74.6;
}
.pie-reverse[size="224"] {
height: 224;
width: 224;
}
.pie-reverse[size="224"]::after {
top: 92;
left: 74.6;
}
.pie[size="225"] {
height: 225;
width: 225;
}
.pie[size="225"]::after {
top: 92.5;
left: 75;
}
.pie-reverse[size="225"] {
height: 225;
width: 225;
}
.pie-reverse[size="225"]::after {
top: 92.5;
left: 75;
}
.pie[size="226"] {
height: 226;
width: 226;
}
.pie[size="226"]::after {
top: 93;
left: 75.4;
}
.pie-reverse[size="226"] {
height: 226;
width: 226;
}
.pie-reverse[size="226"]::after {
top: 93;
left: 75.4;
}
.pie[size="227"] {
height: 227;
width: 227;
}
.pie[size="227"]::after {
top: 93.5;
left: 75.8;
}
.pie-reverse[size="227"] {
height: 227;
width: 227;
}
.pie-reverse[size="227"]::after {
top: 93.5;
left: 75.8;
}
.pie[size="228"] {
height: 228;
width: 228;
}
.pie[size="228"]::after {
top: 94;
left: 76.2;
}
.pie-reverse[size="228"] {
height: 228;
width: 228;
}
.pie-reverse[size="228"]::after {
top: 94;
left: 76.2;
}
.pie[size="229"] {
height: 229;
width: 229;
}
.pie[size="229"]::after {
top: 94.5;
left: 76.6;
}
.pie-reverse[size="229"] {
height: 229;
width: 229;
}
.pie-reverse[size="229"]::after {
top: 94.5;
left: 76.6;
}
.pie[size="230"] {
height: 230;
width: 230;
}
.pie[size="230"]::after {
top: 95;
left: 77;
}
.pie-reverse[size="230"] {
height: 230;
width: 230;
}
.pie-reverse[size="230"]::after {
top: 95;
left: 77;
}
.pie[size="231"] {
height: 231;
width: 231;
}
.pie[size="231"]::after {
top: 95.5;
left: 77.4;
}
.pie-reverse[size="231"] {
height: 231;
width: 231;
}
.pie-reverse[size="231"]::after {
top: 95.5;
left: 77.4;
}
.pie[size="232"] {
height: 232;
width: 232;
}
.pie[size="232"]::after {
top: 96;
left: 77.8;
}
.pie-reverse[size="232"] {
height: 232;
width: 232;
}
.pie-reverse[size="232"]::after {
top: 96;
left: 77.8;
}
.pie[size="233"] {
height: 233;
width: 233;
}
.pie[size="233"]::after {
top: 96.5;
left: 78.2;
}
.pie-reverse[size="233"] {
height: 233;
width: 233;
}
.pie-reverse[size="233"]::after {
top: 96.5;
left: 78.2;
}
.pie[size="234"] {
height: 234;
width: 234;
}
.pie[size="234"]::after {
top: 97;
left: 78.6;
}
.pie-reverse[size="234"] {
height: 234;
width: 234;
}
.pie-reverse[size="234"]::after {
top: 97;
left: 78.6;
}
.pie[size="235"] {
height: 235;
width: 235;
}
.pie[size="235"]::after {
top: 97.5;
left: 79;
}
.pie-reverse[size="235"] {
height: 235;
width: 235;
}
.pie-reverse[size="235"]::after {
top: 97.5;
left: 79;
}
.pie[size="236"] {
height: 236;
width: 236;
}
.pie[size="236"]::after {
top: 98;
left: 79.4;
}
.pie-reverse[size="236"] {
height: 236;
width: 236;
}
.pie-reverse[size="236"]::after {
top: 98;
left: 79.4;
}
.pie[size="237"] {
height: 237;
width: 237;
}
.pie[size="237"]::after {
top: 98.5;
left: 79.8;
}
.pie-reverse[size="237"] {
height: 237;
width: 237;
}
.pie-reverse[size="237"]::after {
top: 98.5;
left: 79.8;
}
.pie[size="238"] {
height: 238;
width: 238;
}
.pie[size="238"]::after {
top: 99;
left: 80.2;
}
.pie-reverse[size="238"] {
height: 238;
width: 238;
}
.pie-reverse[size="238"]::after {
top: 99;
left: 80.2;
}
.pie[size="239"] {
height: 239;
width: 239;
}
.pie[size="239"]::after {
top: 99.5;
left: 80.6;
}
.pie-reverse[size="239"] {
height: 239;
width: 239;
}
.pie-reverse[size="239"]::after {
top: 99.5;
left: 80.6;
}
.pie[size="240"] {
height: 240;
width: 240;
}
.pie[size="240"]::after {
top: 100;
left: 81;
}
.pie-reverse[size="240"] {
height: 240;
width: 240;
}
.pie-reverse[size="240"]::after {
top: 100;
left: 81;
}
.pie[size="241"] {
height: 241;
width: 241;
}
.pie[size="241"]::after {
top: 100.5;
left: 81.4;
}
.pie-reverse[size="241"] {
height: 241;
width: 241;
}
.pie-reverse[size="241"]::after {
top: 100.5;
left: 81.4;
}
.pie[size="242"] {
height: 242;
width: 242;
}
.pie[size="242"]::after {
top: 101;
left: 81.8;
}
.pie-reverse[size="242"] {
height: 242;
width: 242;
}
.pie-reverse[size="242"]::after {
top: 101;
left: 81.8;
}
.pie[size="243"] {
height: 243;
width: 243;
}
.pie[size="243"]::after {
top: 101.5;
left: 82.2;
}
.pie-reverse[size="243"] {
height: 243;
width: 243;
}
.pie-reverse[size="243"]::after {
top: 101.5;
left: 82.2;
}
.pie[size="244"] {
height: 244;
width: 244;
}
.pie[size="244"]::after {
top: 102;
left: 82.6;
}
.pie-reverse[size="244"] {
height: 244;
width: 244;
}
.pie-reverse[size="244"]::after {
top: 102;
left: 82.6;
}
.pie[size="245"] {
height: 245;
width: 245;
}
.pie[size="245"]::after {
top: 102.5;
left: 83;
}
.pie-reverse[size="245"] {
height: 245;
width: 245;
}
.pie-reverse[size="245"]::after {
top: 102.5;
left: 83;
}
.pie[size="246"] {
height: 246;
width: 246;
}
.pie[size="246"]::after {
top: 103;
left: 83.4;
}
.pie-reverse[size="246"] {
height: 246;
width: 246;
}
.pie-reverse[size="246"]::after {
top: 103;
left: 83.4;
}
.pie[size="247"] {
height: 247;
width: 247;
}
.pie[size="247"]::after {
top: 103.5;
left: 83.8;
}
.pie-reverse[size="247"] {
height: 247;
width: 247;
}
.pie-reverse[size="247"]::after {
top: 103.5;
left: 83.8;
}
.pie[size="248"] {
height: 248;
width: 248;
}
.pie[size="248"]::after {
top: 104;
left: 84.2;
}
.pie-reverse[size="248"] {
height: 248;
width: 248;
}
.pie-reverse[size="248"]::after {
top: 104;
left: 84.2;
}
.pie[size="249"] {
height: 249;
width: 249;
}
.pie[size="249"]::after {
top: 104.5;
left: 84.6;
}
.pie-reverse[size="249"] {
height: 249;
width: 249;
}
.pie-reverse[size="249"]::after {
top: 104.5;
left: 84.6;
}
.pie[size="250"] {
height: 250;
width: 250;
}
.pie[size="250"]::after {
top: 105;
left: 85;
}
.pie-reverse[size="250"] {
height: 250;
width: 250;
}
.pie-reverse[size="250"]::after {
top: 105;
left: 85;
}
.pie[size="251"] {
height: 251;
width: 251;
}
.pie[size="251"]::after {
top: 105.5;
left: 85.4;
}
.pie-reverse[size="251"] {
height: 251;
width: 251;
}
.pie-reverse[size="251"]::after {
top: 105.5;
left: 85.4;
}
.pie[size="252"] {
height: 252;
width: 252;
}
.pie[size="252"]::after {
top: 106;
left: 85.8;
}
.pie-reverse[size="252"] {
height: 252;
width: 252;
}
.pie-reverse[size="252"]::after {
top: 106;
left: 85.8;
}
.pie[size="253"] {
height: 253;
width: 253;
}
.pie[size="253"]::after {
top: 106.5;
left: 86.2;
}
.pie-reverse[size="253"] {
height: 253;
width: 253;
}
.pie-reverse[size="253"]::after {
top: 106.5;
left: 86.2;
}
.pie[size="254"] {
height: 254;
width: 254;
}
.pie[size="254"]::after {
top: 107;
left: 86.6;
}
.pie-reverse[size="254"] {
height: 254;
width: 254;
}
.pie-reverse[size="254"]::after {
top: 107;
left: 86.6;
}
.pie[size="255"] {
height: 255;
width: 255;
}
.pie[size="255"]::after {
top: 107.5;
left: 87;
}
.pie-reverse[size="255"] {
height: 255;
width: 255;
}
.pie-reverse[size="255"]::after {
top: 107.5;
left: 87;
}
.pie[size="256"] {
height: 256;
width: 256;
}
.pie[size="256"]::after {
top: 108;
left: 87.4;
}
.pie-reverse[size="256"] {
height: 256;
width: 256;
}
.pie-reverse[size="256"]::after {
top: 108;
left: 87.4;
}
.pie[size="257"] {
height: 257;
width: 257;
}
.pie[size="257"]::after {
top: 108.5;
left: 87.8;
}
.pie-reverse[size="257"] {
height: 257;
width: 257;
}
.pie-reverse[size="257"]::after {
top: 108.5;
left: 87.8;
}
.pie[size="258"] {
height: 258;
width: 258;
}
.pie[size="258"]::after {
top: 109;
left: 88.2;
}
.pie-reverse[size="258"] {
height: 258;
width: 258;
}
.pie-reverse[size="258"]::after {
top: 109;
left: 88.2;
}
.pie[size="259"] {
height: 259;
width: 259;
}
.pie[size="259"]::after {
top: 109.5;
left: 88.6;
}
.pie-reverse[size="259"] {
height: 259;
width: 259;
}
.pie-reverse[size="259"]::after {
top: 109.5;
left: 88.6;
}
.pie[size="260"] {
height: 260;
width: 260;
}
.pie[size="260"]::after {
top: 110;
left: 89;
}
.pie-reverse[size="260"] {
height: 260;
width: 260;
}
.pie-reverse[size="260"]::after {
top: 110;
left: 89;
}
.pie[size="261"] {
height: 261;
width: 261;
}
.pie[size="261"]::after {
top: 110.5;
left: 89.4;
}
.pie-reverse[size="261"] {
height: 261;
width: 261;
}
.pie-reverse[size="261"]::after {
top: 110.5;
left: 89.4;
}
.pie[size="262"] {
height: 262;
width: 262;
}
.pie[size="262"]::after {
top: 111;
left: 89.8;
}
.pie-reverse[size="262"] {
height: 262;
width: 262;
}
.pie-reverse[size="262"]::after {
top: 111;
left: 89.8;
}
.pie[size="263"] {
height: 263;
width: 263;
}
.pie[size="263"]::after {
top: 111.5;
left: 90.2;
}
.pie-reverse[size="263"] {
height: 263;
width: 263;
}
.pie-reverse[size="263"]::after {
top: 111.5;
left: 90.2;
}
.pie[size="264"] {
height: 264;
width: 264;
}
.pie[size="264"]::after {
top: 112;
left: 90.6;
}
.pie-reverse[size="264"] {
height: 264;
width: 264;
}
.pie-reverse[size="264"]::after {
top: 112;
left: 90.6;
}
.pie[size="265"] {
height: 265;
width: 265;
}
.pie[size="265"]::after {
top: 112.5;
left: 91;
}
.pie-reverse[size="265"] {
height: 265;
width: 265;
}
.pie-reverse[size="265"]::after {
top: 112.5;
left: 91;
}
.pie[size="266"] {
height: 266;
width: 266;
}
.pie[size="266"]::after {
top: 113;
left: 91.4;
}
.pie-reverse[size="266"] {
height: 266;
width: 266;
}
.pie-reverse[size="266"]::after {
top: 113;
left: 91.4;
}
.pie[size="267"] {
height: 267;
width: 267;
}
.pie[size="267"]::after {
top: 113.5;
left: 91.8;
}
.pie-reverse[size="267"] {
height: 267;
width: 267;
}
.pie-reverse[size="267"]::after {
top: 113.5;
left: 91.8;
}
.pie[size="268"] {
height: 268;
width: 268;
}
.pie[size="268"]::after {
top: 114;
left: 92.2;
}
.pie-reverse[size="268"] {
height: 268;
width: 268;
}
.pie-reverse[size="268"]::after {
top: 114;
left: 92.2;
}
.pie[size="269"] {
height: 269;
width: 269;
}
.pie[size="269"]::after {
top: 114.5;
left: 92.6;
}
.pie-reverse[size="269"] {
height: 269;
width: 269;
}
.pie-reverse[size="269"]::after {
top: 114.5;
left: 92.6;
}
.pie[size="270"] {
height: 270;
width: 270;
}
.pie[size="270"]::after {
top: 115;
left: 93;
}
.pie-reverse[size="270"] {
height: 270;
width: 270;
}
.pie-reverse[size="270"]::after {
top: 115;
left: 93;
}
.pie[size="271"] {
height: 271;
width: 271;
}
.pie[size="271"]::after {
top: 115.5;
left: 93.4;
}
.pie-reverse[size="271"] {
height: 271;
width: 271;
}
.pie-reverse[size="271"]::after {
top: 115.5;
left: 93.4;
}
.pie[size="272"] {
height: 272;
width: 272;
}
.pie[size="272"]::after {
top: 116;
left: 93.8;
}
.pie-reverse[size="272"] {
height: 272;
width: 272;
}
.pie-reverse[size="272"]::after {
top: 116;
left: 93.8;
}
.pie[size="273"] {
height: 273;
width: 273;
}
.pie[size="273"]::after {
top: 116.5;
left: 94.2;
}
.pie-reverse[size="273"] {
height: 273;
width: 273;
}
.pie-reverse[size="273"]::after {
top: 116.5;
left: 94.2;
}
.pie[size="274"] {
height: 274;
width: 274;
}
.pie[size="274"]::after {
top: 117;
left: 94.6;
}
.pie-reverse[size="274"] {
height: 274;
width: 274;
}
.pie-reverse[size="274"]::after {
top: 117;
left: 94.6;
}
.pie[size="275"] {
height: 275;
width: 275;
}
.pie[size="275"]::after {
top: 117.5;
left: 95;
}
.pie-reverse[size="275"] {
height: 275;
width: 275;
}
.pie-reverse[size="275"]::after {
top: 117.5;
left: 95;
}
.pie[size="276"] {
height: 276;
width: 276;
}
.pie[size="276"]::after {
top: 118;
left: 95.4;
}
.pie-reverse[size="276"] {
height: 276;
width: 276;
}
.pie-reverse[size="276"]::after {
top: 118;
left: 95.4;
}
.pie[size="277"] {
height: 277;
width: 277;
}
.pie[size="277"]::after {
top: 118.5;
left: 95.8;
}
.pie-reverse[size="277"] {
height: 277;
width: 277;
}
.pie-reverse[size="277"]::after {
top: 118.5;
left: 95.8;
}
.pie[size="278"] {
height: 278;
width: 278;
}
.pie[size="278"]::after {
top: 119;
left: 96.2;
}
.pie-reverse[size="278"] {
height: 278;
width: 278;
}
.pie-reverse[size="278"]::after {
top: 119;
left: 96.2;
}
.pie[size="279"] {
height: 279;
width: 279;
}
.pie[size="279"]::after {
top: 119.5;
left: 96.6;
}
.pie-reverse[size="279"] {
height: 279;
width: 279;
}
.pie-reverse[size="279"]::after {
top: 119.5;
left: 96.6;
}
.pie[size="280"] {
height: 280;
width: 280;
}
.pie[size="280"]::after {
top: 120;
left: 97;
}
.pie-reverse[size="280"] {
height: 280;
width: 280;
}
.pie-reverse[size="280"]::after {
top: 120;
left: 97;
}
.pie[size="281"] {
height: 281;
width: 281;
}
.pie[size="281"]::after {
top: 120.5;
left: 97.4;
}
.pie-reverse[size="281"] {
height: 281;
width: 281;
}
.pie-reverse[size="281"]::after {
top: 120.5;
left: 97.4;
}
.pie[size="282"] {
height: 282;
width: 282;
}
.pie[size="282"]::after {
top: 121;
left: 97.8;
}
.pie-reverse[size="282"] {
height: 282;
width: 282;
}
.pie-reverse[size="282"]::after {
top: 121;
left: 97.8;
}
.pie[size="283"] {
height: 283;
width: 283;
}
.pie[size="283"]::after {
top: 121.5;
left: 98.2;
}
.pie-reverse[size="283"] {
height: 283;
width: 283;
}
.pie-reverse[size="283"]::after {
top: 121.5;
left: 98.2;
}
.pie[size="284"] {
height: 284;
width: 284;
}
.pie[size="284"]::after {
top: 122;
left: 98.6;
}
.pie-reverse[size="284"] {
height: 284;
width: 284;
}
.pie-reverse[size="284"]::after {
top: 122;
left: 98.6;
}
.pie[size="285"] {
height: 285;
width: 285;
}
.pie[size="285"]::after {
top: 122.5;
left: 99;
}
.pie-reverse[size="285"] {
height: 285;
width: 285;
}
.pie-reverse[size="285"]::after {
top: 122.5;
left: 99;
}
.pie[size="286"] {
height: 286;
width: 286;
}
.pie[size="286"]::after {
top: 123;
left: 99.4;
}
.pie-reverse[size="286"] {
height: 286;
width: 286;
}
.pie-reverse[size="286"]::after {
top: 123;
left: 99.4;
}
.pie[size="287"] {
height: 287;
width: 287;
}
.pie[size="287"]::after {
top: 123.5;
left: 99.8;
}
.pie-reverse[size="287"] {
height: 287;
width: 287;
}
.pie-reverse[size="287"]::after {
top: 123.5;
left: 99.8;
}
.pie[size="288"] {
height: 288;
width: 288;
}
.pie[size="288"]::after {
top: 124;
left: 100.2;
}
.pie-reverse[size="288"] {
height: 288;
width: 288;
}
.pie-reverse[size="288"]::after {
top: 124;
left: 100.2;
}
.pie[size="289"] {
height: 289;
width: 289;
}
.pie[size="289"]::after {
top: 124.5;
left: 100.6;
}
.pie-reverse[size="289"] {
height: 289;
width: 289;
}
.pie-reverse[size="289"]::after {
top: 124.5;
left: 100.6;
}
.pie[size="290"] {
height: 290;
width: 290;
}
.pie[size="290"]::after {
top: 125;
left: 101;
}
.pie-reverse[size="290"] {
height: 290;
width: 290;
}
.pie-reverse[size="290"]::after {
top: 125;
left: 101;
}
.pie[size="291"] {
height: 291;
width: 291;
}
.pie[size="291"]::after {
top: 125.5;
left: 101.4;
}
.pie-reverse[size="291"] {
height: 291;
width: 291;
}
.pie-reverse[size="291"]::after {
top: 125.5;
left: 101.4;
}
.pie[size="292"] {
height: 292;
width: 292;
}
.pie[size="292"]::after {
top: 126;
left: 101.8;
}
.pie-reverse[size="292"] {
height: 292;
width: 292;
}
.pie-reverse[size="292"]::after {
top: 126;
left: 101.8;
}
.pie[size="293"] {
height: 293;
width: 293;
}
.pie[size="293"]::after {
top: 126.5;
left: 102.2;
}
.pie-reverse[size="293"] {
height: 293;
width: 293;
}
.pie-reverse[size="293"]::after {
top: 126.5;
left: 102.2;
}
.pie[size="294"] {
height: 294;
width: 294;
}
.pie[size="294"]::after {
top: 127;
left: 102.6;
}
.pie-reverse[size="294"] {
height: 294;
width: 294;
}
.pie-reverse[size="294"]::after {
top: 127;
left: 102.6;
}
.pie[size="295"] {
height: 295;
width: 295;
}
.pie[size="295"]::after {
top: 127.5;
left: 103;
}
.pie-reverse[size="295"] {
height: 295;
width: 295;
}
.pie-reverse[size="295"]::after {
top: 127.5;
left: 103;
}
.pie[size="296"] {
height: 296;
width: 296;
}
.pie[size="296"]::after {
top: 128;
left: 103.4;
}
.pie-reverse[size="296"] {
height: 296;
width: 296;
}
.pie-reverse[size="296"]::after {
top: 128;
left: 103.4;
}
.pie[size="297"] {
height: 297;
width: 297;
}
.pie[size="297"]::after {
top: 128.5;
left: 103.8;
}
.pie-reverse[size="297"] {
height: 297;
width: 297;
}
.pie-reverse[size="297"]::after {
top: 128.5;
left: 103.8;
}
.pie[size="298"] {
height: 298;
width: 298;
}
.pie[size="298"]::after {
top: 129;
left: 104.2;
}
.pie-reverse[size="298"] {
height: 298;
width: 298;
}
.pie-reverse[size="298"]::after {
top: 129;
left: 104.2;
}
.pie[size="299"] {
height: 299;
width: 299;
}
.pie[size="299"]::after {
top: 129.5;
left: 104.6;
}
.pie-reverse[size="299"] {
height: 299;
width: 299;
}
.pie-reverse[size="299"]::after {
top: 129.5;
left: 104.6;
}
.pie[size="300"] {
height: 300;
width: 300;
}
.pie[size="300"]::after {
top: 130;
left: 105;
}
.pie-reverse[size="300"] {
height: 300;
width: 300;
}
.pie-reverse[size="300"]::after {
top: 130;
left: 105;
}
.pie[size="301"] {
height: 301;
width: 301;
}
.pie[size="301"]::after {
top: 130.5;
left: 105.4;
}
.pie-reverse[size="301"] {
height: 301;
width: 301;
}
.pie-reverse[size="301"]::after {
top: 130.5;
left: 105.4;
}
.pie[size="302"] {
height: 302;
width: 302;
}
.pie[size="302"]::after {
top: 131;
left: 105.8;
}
.pie-reverse[size="302"] {
height: 302;
width: 302;
}
.pie-reverse[size="302"]::after {
top: 131;
left: 105.8;
}
.pie[size="303"] {
height: 303;
width: 303;
}
.pie[size="303"]::after {
top: 131.5;
left: 106.2;
}
.pie-reverse[size="303"] {
height: 303;
width: 303;
}
.pie-reverse[size="303"]::after {
top: 131.5;
left: 106.2;
}
.pie[size="304"] {
height: 304;
width: 304;
}
.pie[size="304"]::after {
top: 132;
left: 106.6;
}
.pie-reverse[size="304"] {
height: 304;
width: 304;
}
.pie-reverse[size="304"]::after {
top: 132;
left: 106.6;
}
.pie[size="305"] {
height: 305;
width: 305;
}
.pie[size="305"]::after {
top: 132.5;
left: 107;
}
.pie-reverse[size="305"] {
height: 305;
width: 305;
}
.pie-reverse[size="305"]::after {
top: 132.5;
left: 107;
}
.pie[size="306"] {
height: 306;
width: 306;
}
.pie[size="306"]::after {
top: 133;
left: 107.4;
}
.pie-reverse[size="306"] {
height: 306;
width: 306;
}
.pie-reverse[size="306"]::after {
top: 133;
left: 107.4;
}
.pie[size="307"] {
height: 307;
width: 307;
}
.pie[size="307"]::after {
top: 133.5;
left: 107.8;
}
.pie-reverse[size="307"] {
height: 307;
width: 307;
}
.pie-reverse[size="307"]::after {
top: 133.5;
left: 107.8;
}
.pie[size="308"] {
height: 308;
width: 308;
}
.pie[size="308"]::after {
top: 134;
left: 108.2;
}
.pie-reverse[size="308"] {
height: 308;
width: 308;
}
.pie-reverse[size="308"]::after {
top: 134;
left: 108.2;
}
.pie[size="309"] {
height: 309;
width: 309;
}
.pie[size="309"]::after {
top: 134.5;
left: 108.6;
}
.pie-reverse[size="309"] {
height: 309;
width: 309;
}
.pie-reverse[size="309"]::after {
top: 134.5;
left: 108.6;
}
.pie[size="310"] {
height: 310;
width: 310;
}
.pie[size="310"]::after {
top: 135;
left: 109;
}
.pie-reverse[size="310"] {
height: 310;
width: 310;
}
.pie-reverse[size="310"]::after {
top: 135;
left: 109;
}
.pie[size="311"] {
height: 311;
width: 311;
}
.pie[size="311"]::after {
top: 135.5;
left: 109.4;
}
.pie-reverse[size="311"] {
height: 311;
width: 311;
}
.pie-reverse[size="311"]::after {
top: 135.5;
left: 109.4;
}
.pie[size="312"] {
height: 312;
width: 312;
}
.pie[size="312"]::after {
top: 136;
left: 109.8;
}
.pie-reverse[size="312"] {
height: 312;
width: 312;
}
.pie-reverse[size="312"]::after {
top: 136;
left: 109.8;
}
.pie[size="313"] {
height: 313;
width: 313;
}
.pie[size="313"]::after {
top: 136.5;
left: 110.2;
}
.pie-reverse[size="313"] {
height: 313;
width: 313;
}
.pie-reverse[size="313"]::after {
top: 136.5;
left: 110.2;
}
.pie[size="314"] {
height: 314;
width: 314;
}
.pie[size="314"]::after {
top: 137;
left: 110.6;
}
.pie-reverse[size="314"] {
height: 314;
width: 314;
}
.pie-reverse[size="314"]::after {
top: 137;
left: 110.6;
}
.pie[size="315"] {
height: 315;
width: 315;
}
.pie[size="315"]::after {
top: 137.5;
left: 111;
}
.pie-reverse[size="315"] {
height: 315;
width: 315;
}
.pie-reverse[size="315"]::after {
top: 137.5;
left: 111;
}
.pie[size="316"] {
height: 316;
width: 316;
}
.pie[size="316"]::after {
top: 138;
left: 111.4;
}
.pie-reverse[size="316"] {
height: 316;
width: 316;
}
.pie-reverse[size="316"]::after {
top: 138;
left: 111.4;
}
.pie[size="317"] {
height: 317;
width: 317;
}
.pie[size="317"]::after {
top: 138.5;
left: 111.8;
}
.pie-reverse[size="317"] {
height: 317;
width: 317;
}
.pie-reverse[size="317"]::after {
top: 138.5;
left: 111.8;
}
.pie[size="318"] {
height: 318;
width: 318;
}
.pie[size="318"]::after {
top: 139;
left: 112.2;
}
.pie-reverse[size="318"] {
height: 318;
width: 318;
}
.pie-reverse[size="318"]::after {
top: 139;
left: 112.2;
}
.pie[size="319"] {
height: 319;
width: 319;
}
.pie[size="319"]::after {
top: 139.5;
left: 112.6;
}
.pie-reverse[size="319"] {
height: 319;
width: 319;
}
.pie-reverse[size="319"]::after {
top: 139.5;
left: 112.6;
}
.pie[size="320"] {
height: 320;
width: 320;
}
.pie[size="320"]::after {
top: 140;
left: 113;
}
.pie-reverse[size="320"] {
height: 320;
width: 320;
}
.pie-reverse[size="320"]::after {
top: 140;
left: 113;
}
.pie[size="321"] {
height: 321;
width: 321;
}
.pie[size="321"]::after {
top: 140.5;
left: 113.4;
}
.pie-reverse[size="321"] {
height: 321;
width: 321;
}
.pie-reverse[size="321"]::after {
top: 140.5;
left: 113.4;
}
.pie[size="322"] {
height: 322;
width: 322;
}
.pie[size="322"]::after {
top: 141;
left: 113.8;
}
.pie-reverse[size="322"] {
height: 322;
width: 322;
}
.pie-reverse[size="322"]::after {
top: 141;
left: 113.8;
}
.pie[size="323"] {
height: 323;
width: 323;
}
.pie[size="323"]::after {
top: 141.5;
left: 114.2;
}
.pie-reverse[size="323"] {
height: 323;
width: 323;
}
.pie-reverse[size="323"]::after {
top: 141.5;
left: 114.2;
}
.pie[size="324"] {
height: 324;
width: 324;
}
.pie[size="324"]::after {
top: 142;
left: 114.6;
}
.pie-reverse[size="324"] {
height: 324;
width: 324;
}
.pie-reverse[size="324"]::after {
top: 142;
left: 114.6;
}
.pie[size="325"] {
height: 325;
width: 325;
}
.pie[size="325"]::after {
top: 142.5;
left: 115;
}
.pie-reverse[size="325"] {
height: 325;
width: 325;
}
.pie-reverse[size="325"]::after {
top: 142.5;
left: 115;
}
.pie[size="326"] {
height: 326;
width: 326;
}
.pie[size="326"]::after {
top: 143;
left: 115.4;
}
.pie-reverse[size="326"] {
height: 326;
width: 326;
}
.pie-reverse[size="326"]::after {
top: 143;
left: 115.4;
}
.pie[size="327"] {
height: 327;
width: 327;
}
.pie[size="327"]::after {
top: 143.5;
left: 115.8;
}
.pie-reverse[size="327"] {
height: 327;
width: 327;
}
.pie-reverse[size="327"]::after {
top: 143.5;
left: 115.8;
}
.pie[size="328"] {
height: 328;
width: 328;
}
.pie[size="328"]::after {
top: 144;
left: 116.2;
}
.pie-reverse[size="328"] {
height: 328;
width: 328;
}
.pie-reverse[size="328"]::after {
top: 144;
left: 116.2;
}
.pie[size="329"] {
height: 329;
width: 329;
}
.pie[size="329"]::after {
top: 144.5;
left: 116.6;
}
.pie-reverse[size="329"] {
height: 329;
width: 329;
}
.pie-reverse[size="329"]::after {
top: 144.5;
left: 116.6;
}
.pie[size="330"] {
height: 330;
width: 330;
}
.pie[size="330"]::after {
top: 145;
left: 117;
}
.pie-reverse[size="330"] {
height: 330;
width: 330;
}
.pie-reverse[size="330"]::after {
top: 145;
left: 117;
}
.pie[size="331"] {
height: 331;
width: 331;
}
.pie[size="331"]::after {
top: 145.5;
left: 117.4;
}
.pie-reverse[size="331"] {
height: 331;
width: 331;
}
.pie-reverse[size="331"]::after {
top: 145.5;
left: 117.4;
}
.pie[size="332"] {
height: 332;
width: 332;
}
.pie[size="332"]::after {
top: 146;
left: 117.8;
}
.pie-reverse[size="332"] {
height: 332;
width: 332;
}
.pie-reverse[size="332"]::after {
top: 146;
left: 117.8;
}
.pie[size="333"] {
height: 333;
width: 333;
}
.pie[size="333"]::after {
top: 146.5;
left: 118.2;
}
.pie-reverse[size="333"] {
height: 333;
width: 333;
}
.pie-reverse[size="333"]::after {
top: 146.5;
left: 118.2;
}
.pie[size="334"] {
height: 334;
width: 334;
}
.pie[size="334"]::after {
top: 147;
left: 118.6;
}
.pie-reverse[size="334"] {
height: 334;
width: 334;
}
.pie-reverse[size="334"]::after {
top: 147;
left: 118.6;
}
.pie[size="335"] {
height: 335;
width: 335;
}
.pie[size="335"]::after {
top: 147.5;
left: 119;
}
.pie-reverse[size="335"] {
height: 335;
width: 335;
}
.pie-reverse[size="335"]::after {
top: 147.5;
left: 119;
}
.pie[size="336"] {
height: 336;
width: 336;
}
.pie[size="336"]::after {
top: 148;
left: 119.4;
}
.pie-reverse[size="336"] {
height: 336;
width: 336;
}
.pie-reverse[size="336"]::after {
top: 148;
left: 119.4;
}
.pie[size="337"] {
height: 337;
width: 337;
}
.pie[size="337"]::after {
top: 148.5;
left: 119.8;
}
.pie-reverse[size="337"] {
height: 337;
width: 337;
}
.pie-reverse[size="337"]::after {
top: 148.5;
left: 119.8;
}
.pie[size="338"] {
height: 338;
width: 338;
}
.pie[size="338"]::after {
top: 149;
left: 120.2;
}
.pie-reverse[size="338"] {
height: 338;
width: 338;
}
.pie-reverse[size="338"]::after {
top: 149;
left: 120.2;
}
.pie[size="339"] {
height: 339;
width: 339;
}
.pie[size="339"]::after {
top: 149.5;
left: 120.6;
}
.pie-reverse[size="339"] {
height: 339;
width: 339;
}
.pie-reverse[size="339"]::after {
top: 149.5;
left: 120.6;
}
.pie[size="340"] {
height: 340;
width: 340;
}
.pie[size="340"]::after {
top: 150;
left: 121;
}
.pie-reverse[size="340"] {
height: 340;
width: 340;
}
.pie-reverse[size="340"]::after {
top: 150;
left: 121;
}
.pie[size="341"] {
height: 341;
width: 341;
}
.pie[size="341"]::after {
top: 150.5;
left: 121.4;
}
.pie-reverse[size="341"] {
height: 341;
width: 341;
}
.pie-reverse[size="341"]::after {
top: 150.5;
left: 121.4;
}
.pie[size="342"] {
height: 342;
width: 342;
}
.pie[size="342"]::after {
top: 151;
left: 121.8;
}
.pie-reverse[size="342"] {
height: 342;
width: 342;
}
.pie-reverse[size="342"]::after {
top: 151;
left: 121.8;
}
.pie[size="343"] {
height: 343;
width: 343;
}
.pie[size="343"]::after {
top: 151.5;
left: 122.2;
}
.pie-reverse[size="343"] {
height: 343;
width: 343;
}
.pie-reverse[size="343"]::after {
top: 151.5;
left: 122.2;
}
.pie[size="344"] {
height: 344;
width: 344;
}
.pie[size="344"]::after {
top: 152;
left: 122.6;
}
.pie-reverse[size="344"] {
height: 344;
width: 344;
}
.pie-reverse[size="344"]::after {
top: 152;
left: 122.6;
}
.pie[size="345"] {
height: 345;
width: 345;
}
.pie[size="345"]::after {
top: 152.5;
left: 123;
}
.pie-reverse[size="345"] {
height: 345;
width: 345;
}
.pie-reverse[size="345"]::after {
top: 152.5;
left: 123;
}
.pie[size="346"] {
height: 346;
width: 346;
}
.pie[size="346"]::after {
top: 153;
left: 123.4;
}
.pie-reverse[size="346"] {
height: 346;
width: 346;
}
.pie-reverse[size="346"]::after {
top: 153;
left: 123.4;
}
.pie[size="347"] {
height: 347;
width: 347;
}
.pie[size="347"]::after {
top: 153.5;
left: 123.8;
}
.pie-reverse[size="347"] {
height: 347;
width: 347;
}
.pie-reverse[size="347"]::after {
top: 153.5;
left: 123.8;
}
.pie[size="348"] {
height: 348;
width: 348;
}
.pie[size="348"]::after {
top: 154;
left: 124.2;
}
.pie-reverse[size="348"] {
height: 348;
width: 348;
}
.pie-reverse[size="348"]::after {
top: 154;
left: 124.2;
}
.pie[size="349"] {
height: 349;
width: 349;
}
.pie[size="349"]::after {
top: 154.5;
left: 124.6;
}
.pie-reverse[size="349"] {
height: 349;
width: 349;
}
.pie-reverse[size="349"]::after {
top: 154.5;
left: 124.6;
}
.pie[size="350"] {
height: 350;
width: 350;
}
.pie[size="350"]::after {
top: 155;
left: 125;
}
.pie-reverse[size="350"] {
height: 350;
width: 350;
}
.pie-reverse[size="350"]::after {
top: 155;
left: 125;
}
.pie[size="351"] {
height: 351;
width: 351;
}
.pie[size="351"]::after {
top: 155.5;
left: 125.4;
}
.pie-reverse[size="351"] {
height: 351;
width: 351;
}
.pie-reverse[size="351"]::after {
top: 155.5;
left: 125.4;
}
.pie[size="352"] {
height: 352;
width: 352;
}
.pie[size="352"]::after {
top: 156;
left: 125.8;
}
.pie-reverse[size="352"] {
height: 352;
width: 352;
}
.pie-reverse[size="352"]::after {
top: 156;
left: 125.8;
}
.pie[size="353"] {
height: 353;
width: 353;
}
.pie[size="353"]::after {
top: 156.5;
left: 126.2;
}
.pie-reverse[size="353"] {
height: 353;
width: 353;
}
.pie-reverse[size="353"]::after {
top: 156.5;
left: 126.2;
}
.pie[size="354"] {
height: 354;
width: 354;
}
.pie[size="354"]::after {
top: 157;
left: 126.6;
}
.pie-reverse[size="354"] {
height: 354;
width: 354;
}
.pie-reverse[size="354"]::after {
top: 157;
left: 126.6;
}
.pie[size="355"] {
height: 355;
width: 355;
}
.pie[size="355"]::after {
top: 157.5;
left: 127;
}
.pie-reverse[size="355"] {
height: 355;
width: 355;
}
.pie-reverse[size="355"]::after {
top: 157.5;
left: 127;
}
.pie[size="356"] {
height: 356;
width: 356;
}
.pie[size="356"]::after {
top: 158;
left: 127.4;
}
.pie-reverse[size="356"] {
height: 356;
width: 356;
}
.pie-reverse[size="356"]::after {
top: 158;
left: 127.4;
}
.pie[size="357"] {
height: 357;
width: 357;
}
.pie[size="357"]::after {
top: 158.5;
left: 127.8;
}
.pie-reverse[size="357"] {
height: 357;
width: 357;
}
.pie-reverse[size="357"]::after {
top: 158.5;
left: 127.8;
}
.pie[size="358"] {
height: 358;
width: 358;
}
.pie[size="358"]::after {
top: 159;
left: 128.2;
}
.pie-reverse[size="358"] {
height: 358;
width: 358;
}
.pie-reverse[size="358"]::after {
top: 159;
left: 128.2;
}
.pie[size="359"] {
height: 359;
width: 359;
}
.pie[size="359"]::after {
top: 159.5;
left: 128.6;
}
.pie-reverse[size="359"] {
height: 359;
width: 359;
}
.pie-reverse[size="359"]::after {
top: 159.5;
left: 128.6;
}
.pie[size="360"] {
height: 360;
width: 360;
}
.pie[size="360"]::after {
top: 160;
left: 129;
}
.pie-reverse[size="360"] {
height: 360;
width: 360;
}
.pie-reverse[size="360"]::after {
top: 160;
left: 129;
}
.pie[size="361"] {
height: 361;
width: 361;
}
.pie[size="361"]::after {
top: 160.5;
left: 129.4;
}
.pie-reverse[size="361"] {
height: 361;
width: 361;
}
.pie-reverse[size="361"]::after {
top: 160.5;
left: 129.4;
}
.pie[size="362"] {
height: 362;
width: 362;
}
.pie[size="362"]::after {
top: 161;
left: 129.8;
}
.pie-reverse[size="362"] {
height: 362;
width: 362;
}
.pie-reverse[size="362"]::after {
top: 161;
left: 129.8;
}
.pie[size="363"] {
height: 363;
width: 363;
}
.pie[size="363"]::after {
top: 161.5;
left: 130.2;
}
.pie-reverse[size="363"] {
height: 363;
width: 363;
}
.pie-reverse[size="363"]::after {
top: 161.5;
left: 130.2;
}
.pie[size="364"] {
height: 364;
width: 364;
}
.pie[size="364"]::after {
top: 162;
left: 130.6;
}
.pie-reverse[size="364"] {
height: 364;
width: 364;
}
.pie-reverse[size="364"]::after {
top: 162;
left: 130.6;
}
.pie[size="365"] {
height: 365;
width: 365;
}
.pie[size="365"]::after {
top: 162.5;
left: 131;
}
.pie-reverse[size="365"] {
height: 365;
width: 365;
}
.pie-reverse[size="365"]::after {
top: 162.5;
left: 131;
}
.pie[size="366"] {
height: 366;
width: 366;
}
.pie[size="366"]::after {
top: 163;
left: 131.4;
}
.pie-reverse[size="366"] {
height: 366;
width: 366;
}
.pie-reverse[size="366"]::after {
top: 163;
left: 131.4;
}
.pie[size="367"] {
height: 367;
width: 367;
}
.pie[size="367"]::after {
top: 163.5;
left: 131.8;
}
.pie-reverse[size="367"] {
height: 367;
width: 367;
}
.pie-reverse[size="367"]::after {
top: 163.5;
left: 131.8;
}
.pie[size="368"] {
height: 368;
width: 368;
}
.pie[size="368"]::after {
top: 164;
left: 132.2;
}
.pie-reverse[size="368"] {
height: 368;
width: 368;
}
.pie-reverse[size="368"]::after {
top: 164;
left: 132.2;
}
.pie[size="369"] {
height: 369;
width: 369;
}
.pie[size="369"]::after {
top: 164.5;
left: 132.6;
}
.pie-reverse[size="369"] {
height: 369;
width: 369;
}
.pie-reverse[size="369"]::after {
top: 164.5;
left: 132.6;
}
.pie[size="370"] {
height: 370;
width: 370;
}
.pie[size="370"]::after {
top: 165;
left: 133;
}
.pie-reverse[size="370"] {
height: 370;
width: 370;
}
.pie-reverse[size="370"]::after {
top: 165;
left: 133;
}
.pie[size="371"] {
height: 371;
width: 371;
}
.pie[size="371"]::after {
top: 165.5;
left: 133.4;
}
.pie-reverse[size="371"] {
height: 371;
width: 371;
}
.pie-reverse[size="371"]::after {
top: 165.5;
left: 133.4;
}
.pie[size="372"] {
height: 372;
width: 372;
}
.pie[size="372"]::after {
top: 166;
left: 133.8;
}
.pie-reverse[size="372"] {
height: 372;
width: 372;
}
.pie-reverse[size="372"]::after {
top: 166;
left: 133.8;
}
.pie[size="373"] {
height: 373;
width: 373;
}
.pie[size="373"]::after {
top: 166.5;
left: 134.2;
}
.pie-reverse[size="373"] {
height: 373;
width: 373;
}
.pie-reverse[size="373"]::after {
top: 166.5;
left: 134.2;
}
.pie[size="374"] {
height: 374;
width: 374;
}
.pie[size="374"]::after {
top: 167;
left: 134.6;
}
.pie-reverse[size="374"] {
height: 374;
width: 374;
}
.pie-reverse[size="374"]::after {
top: 167;
left: 134.6;
}
.pie[size="375"] {
height: 375;
width: 375;
}
.pie[size="375"]::after {
top: 167.5;
left: 135;
}
.pie-reverse[size="375"] {
height: 375;
width: 375;
}
.pie-reverse[size="375"]::after {
top: 167.5;
left: 135;
}
.pie[size="376"] {
height: 376;
width: 376;
}
.pie[size="376"]::after {
top: 168;
left: 135.4;
}
.pie-reverse[size="376"] {
height: 376;
width: 376;
}
.pie-reverse[size="376"]::after {
top: 168;
left: 135.4;
}
.pie[size="377"] {
height: 377;
width: 377;
}
.pie[size="377"]::after {
top: 168.5;
left: 135.8;
}
.pie-reverse[size="377"] {
height: 377;
width: 377;
}
.pie-reverse[size="377"]::after {
top: 168.5;
left: 135.8;
}
.pie[size="378"] {
height: 378;
width: 378;
}
.pie[size="378"]::after {
top: 169;
left: 136.2;
}
.pie-reverse[size="378"] {
height: 378;
width: 378;
}
.pie-reverse[size="378"]::after {
top: 169;
left: 136.2;
}
.pie[size="379"] {
height: 379;
width: 379;
}
.pie[size="379"]::after {
top: 169.5;
left: 136.6;
}
.pie-reverse[size="379"] {
height: 379;
width: 379;
}
.pie-reverse[size="379"]::after {
top: 169.5;
left: 136.6;
}
.pie[size="380"] {
height: 380;
width: 380;
}
.pie[size="380"]::after {
top: 170;
left: 137;
}
.pie-reverse[size="380"] {
height: 380;
width: 380;
}
.pie-reverse[size="380"]::after {
top: 170;
left: 137;
}
.pie[size="381"] {
height: 381;
width: 381;
}
.pie[size="381"]::after {
top: 170.5;
left: 137.4;
}
.pie-reverse[size="381"] {
height: 381;
width: 381;
}
.pie-reverse[size="381"]::after {
top: 170.5;
left: 137.4;
}
.pie[size="382"] {
height: 382;
width: 382;
}
.pie[size="382"]::after {
top: 171;
left: 137.8;
}
.pie-reverse[size="382"] {
height: 382;
width: 382;
}
.pie-reverse[size="382"]::after {
top: 171;
left: 137.8;
}
.pie[size="383"] {
height: 383;
width: 383;
}
.pie[size="383"]::after {
top: 171.5;
left: 138.2;
}
.pie-reverse[size="383"] {
height: 383;
width: 383;
}
.pie-reverse[size="383"]::after {
top: 171.5;
left: 138.2;
}
.pie[size="384"] {
height: 384;
width: 384;
}
.pie[size="384"]::after {
top: 172;
left: 138.6;
}
.pie-reverse[size="384"] {
height: 384;
width: 384;
}
.pie-reverse[size="384"]::after {
top: 172;
left: 138.6;
}
.pie[size="385"] {
height: 385;
width: 385;
}
.pie[size="385"]::after {
top: 172.5;
left: 139;
}
.pie-reverse[size="385"] {
height: 385;
width: 385;
}
.pie-reverse[size="385"]::after {
top: 172.5;
left: 139;
}
.pie[size="386"] {
height: 386;
width: 386;
}
.pie[size="386"]::after {
top: 173;
left: 139.4;
}
.pie-reverse[size="386"] {
height: 386;
width: 386;
}
.pie-reverse[size="386"]::after {
top: 173;
left: 139.4;
}
.pie[size="387"] {
height: 387;
width: 387;
}
.pie[size="387"]::after {
top: 173.5;
left: 139.8;
}
.pie-reverse[size="387"] {
height: 387;
width: 387;
}
.pie-reverse[size="387"]::after {
top: 173.5;
left: 139.8;
}
.pie[size="388"] {
height: 388;
width: 388;
}
.pie[size="388"]::after {
top: 174;
left: 140.2;
}
.pie-reverse[size="388"] {
height: 388;
width: 388;
}
.pie-reverse[size="388"]::after {
top: 174;
left: 140.2;
}
.pie[size="389"] {
height: 389;
width: 389;
}
.pie[size="389"]::after {
top: 174.5;
left: 140.6;
}
.pie-reverse[size="389"] {
height: 389;
width: 389;
}
.pie-reverse[size="389"]::after {
top: 174.5;
left: 140.6;
}
.pie[size="390"] {
height: 390;
width: 390;
}
.pie[size="390"]::after {
top: 175;
left: 141;
}
.pie-reverse[size="390"] {
height: 390;
width: 390;
}
.pie-reverse[size="390"]::after {
top: 175;
left: 141;
}
.pie[size="391"] {
height: 391;
width: 391;
}
.pie[size="391"]::after {
top: 175.5;
left: 141.4;
}
.pie-reverse[size="391"] {
height: 391;
width: 391;
}
.pie-reverse[size="391"]::after {
top: 175.5;
left: 141.4;
}
.pie[size="392"] {
height: 392;
width: 392;
}
.pie[size="392"]::after {
top: 176;
left: 141.8;
}
.pie-reverse[size="392"] {
height: 392;
width: 392;
}
.pie-reverse[size="392"]::after {
top: 176;
left: 141.8;
}
.pie[size="393"] {
height: 393;
width: 393;
}
.pie[size="393"]::after {
top: 176.5;
left: 142.2;
}
.pie-reverse[size="393"] {
height: 393;
width: 393;
}
.pie-reverse[size="393"]::after {
top: 176.5;
left: 142.2;
}
.pie[size="394"] {
height: 394;
width: 394;
}
.pie[size="394"]::after {
top: 177;
left: 142.6;
}
.pie-reverse[size="394"] {
height: 394;
width: 394;
}
.pie-reverse[size="394"]::after {
top: 177;
left: 142.6;
}
.pie[size="395"] {
height: 395;
width: 395;
}
.pie[size="395"]::after {
top: 177.5;
left: 143;
}
.pie-reverse[size="395"] {
height: 395;
width: 395;
}
.pie-reverse[size="395"]::after {
top: 177.5;
left: 143;
}
.pie[size="396"] {
height: 396;
width: 396;
}
.pie[size="396"]::after {
top: 178;
left: 143.4;
}
.pie-reverse[size="396"] {
height: 396;
width: 396;
}
.pie-reverse[size="396"]::after {
top: 178;
left: 143.4;
}
.pie[size="397"] {
height: 397;
width: 397;
}
.pie[size="397"]::after {
top: 178.5;
left: 143.8;
}
.pie-reverse[size="397"] {
height: 397;
width: 397;
}
.pie-reverse[size="397"]::after {
top: 178.5;
left: 143.8;
}
.pie[size="398"] {
height: 398;
width: 398;
}
.pie[size="398"]::after {
top: 179;
left: 144.2;
}
.pie-reverse[size="398"] {
height: 398;
width: 398;
}
.pie-reverse[size="398"]::after {
top: 179;
left: 144.2;
}
.pie[size="399"] {
height: 399;
width: 399;
}
.pie[size="399"]::after {
top: 179.5;
left: 144.6;
}
.pie-reverse[size="399"] {
height: 399;
width: 399;
}
.pie-reverse[size="399"]::after {
top: 179.5;
left: 144.6;
}
.pie[size="400"] {
height: 400;
width: 400;
}
.pie[size="400"]::after {
top: 180;
left: 145;
}
.pie-reverse[size="400"] {
height: 400;
width: 400;
}
.pie-reverse[size="400"]::after {
top: 180;
left: 145;
}
.pie[size="401"] {
height: 401;
width: 401;
}
.pie[size="401"]::after {
top: 180.5;
left: 145.4;
}
.pie-reverse[size="401"] {
height: 401;
width: 401;
}
.pie-reverse[size="401"]::after {
top: 180.5;
left: 145.4;
}
.pie[size="402"] {
height: 402;
width: 402;
}
.pie[size="402"]::after {
top: 181;
left: 145.8;
}
.pie-reverse[size="402"] {
height: 402;
width: 402;
}
.pie-reverse[size="402"]::after {
top: 181;
left: 145.8;
}
.pie[size="403"] {
height: 403;
width: 403;
}
.pie[size="403"]::after {
top: 181.5;
left: 146.2;
}
.pie-reverse[size="403"] {
height: 403;
width: 403;
}
.pie-reverse[size="403"]::after {
top: 181.5;
left: 146.2;
}
.pie[size="404"] {
height: 404;
width: 404;
}
.pie[size="404"]::after {
top: 182;
left: 146.6;
}
.pie-reverse[size="404"] {
height: 404;
width: 404;
}
.pie-reverse[size="404"]::after {
top: 182;
left: 146.6;
}
.pie[size="405"] {
height: 405;
width: 405;
}
.pie[size="405"]::after {
top: 182.5;
left: 147;
}
.pie-reverse[size="405"] {
height: 405;
width: 405;
}
.pie-reverse[size="405"]::after {
top: 182.5;
left: 147;
}
.pie[size="406"] {
height: 406;
width: 406;
}
.pie[size="406"]::after {
top: 183;
left: 147.4;
}
.pie-reverse[size="406"] {
height: 406;
width: 406;
}
.pie-reverse[size="406"]::after {
top: 183;
left: 147.4;
}
.pie[size="407"] {
height: 407;
width: 407;
}
.pie[size="407"]::after {
top: 183.5;
left: 147.8;
}
.pie-reverse[size="407"] {
height: 407;
width: 407;
}
.pie-reverse[size="407"]::after {
top: 183.5;
left: 147.8;
}
.pie[size="408"] {
height: 408;
width: 408;
}
.pie[size="408"]::after {
top: 184;
left: 148.2;
}
.pie-reverse[size="408"] {
height: 408;
width: 408;
}
.pie-reverse[size="408"]::after {
top: 184;
left: 148.2;
}
.pie[size="409"] {
height: 409;
width: 409;
}
.pie[size="409"]::after {
top: 184.5;
left: 148.6;
}
.pie-reverse[size="409"] {
height: 409;
width: 409;
}
.pie-reverse[size="409"]::after {
top: 184.5;
left: 148.6;
}
.pie[size="410"] {
height: 410;
width: 410;
}
.pie[size="410"]::after {
top: 185;
left: 149;
}
.pie-reverse[size="410"] {
height: 410;
width: 410;
}
.pie-reverse[size="410"]::after {
top: 185;
left: 149;
}
.pie[size="411"] {
height: 411;
width: 411;
}
.pie[size="411"]::after {
top: 185.5;
left: 149.4;
}
.pie-reverse[size="411"] {
height: 411;
width: 411;
}
.pie-reverse[size="411"]::after {
top: 185.5;
left: 149.4;
}
.pie[size="412"] {
height: 412;
width: 412;
}
.pie[size="412"]::after {
top: 186;
left: 149.8;
}
.pie-reverse[size="412"] {
height: 412;
width: 412;
}
.pie-reverse[size="412"]::after {
top: 186;
left: 149.8;
}
.pie[size="413"] {
height: 413;
width: 413;
}
.pie[size="413"]::after {
top: 186.5;
left: 150.2;
}
.pie-reverse[size="413"] {
height: 413;
width: 413;
}
.pie-reverse[size="413"]::after {
top: 186.5;
left: 150.2;
}
.pie[size="414"] {
height: 414;
width: 414;
}
.pie[size="414"]::after {
top: 187;
left: 150.6;
}
.pie-reverse[size="414"] {
height: 414;
width: 414;
}
.pie-reverse[size="414"]::after {
top: 187;
left: 150.6;
}
.pie[size="415"] {
height: 415;
width: 415;
}
.pie[size="415"]::after {
top: 187.5;
left: 151;
}
.pie-reverse[size="415"] {
height: 415;
width: 415;
}
.pie-reverse[size="415"]::after {
top: 187.5;
left: 151;
}
.pie[size="416"] {
height: 416;
width: 416;
}
.pie[size="416"]::after {
top: 188;
left: 151.4;
}
.pie-reverse[size="416"] {
height: 416;
width: 416;
}
.pie-reverse[size="416"]::after {
top: 188;
left: 151.4;
}
.pie[size="417"] {
height: 417;
width: 417;
}
.pie[size="417"]::after {
top: 188.5;
left: 151.8;
}
.pie-reverse[size="417"] {
height: 417;
width: 417;
}
.pie-reverse[size="417"]::after {
top: 188.5;
left: 151.8;
}
.pie[size="418"] {
height: 418;
width: 418;
}
.pie[size="418"]::after {
top: 189;
left: 152.2;
}
.pie-reverse[size="418"] {
height: 418;
width: 418;
}
.pie-reverse[size="418"]::after {
top: 189;
left: 152.2;
}
.pie[size="419"] {
height: 419;
width: 419;
}
.pie[size="419"]::after {
top: 189.5;
left: 152.6;
}
.pie-reverse[size="419"] {
height: 419;
width: 419;
}
.pie-reverse[size="419"]::after {
top: 189.5;
left: 152.6;
}
.pie[size="420"] {
height: 420;
width: 420;
}
.pie[size="420"]::after {
top: 190;
left: 153;
}
.pie-reverse[size="420"] {
height: 420;
width: 420;
}
.pie-reverse[size="420"]::after {
top: 190;
left: 153;
}
.pie[size="421"] {
height: 421;
width: 421;
}
.pie[size="421"]::after {
top: 190.5;
left: 153.4;
}
.pie-reverse[size="421"] {
height: 421;
width: 421;
}
.pie-reverse[size="421"]::after {
top: 190.5;
left: 153.4;
}
.pie[size="422"] {
height: 422;
width: 422;
}
.pie[size="422"]::after {
top: 191;
left: 153.8;
}
.pie-reverse[size="422"] {
height: 422;
width: 422;
}
.pie-reverse[size="422"]::after {
top: 191;
left: 153.8;
}
.pie[size="423"] {
height: 423;
width: 423;
}
.pie[size="423"]::after {
top: 191.5;
left: 154.2;
}
.pie-reverse[size="423"] {
height: 423;
width: 423;
}
.pie-reverse[size="423"]::after {
top: 191.5;
left: 154.2;
}
.pie[size="424"] {
height: 424;
width: 424;
}
.pie[size="424"]::after {
top: 192;
left: 154.6;
}
.pie-reverse[size="424"] {
height: 424;
width: 424;
}
.pie-reverse[size="424"]::after {
top: 192;
left: 154.6;
}
.pie[size="425"] {
height: 425;
width: 425;
}
.pie[size="425"]::after {
top: 192.5;
left: 155;
}
.pie-reverse[size="425"] {
height: 425;
width: 425;
}
.pie-reverse[size="425"]::after {
top: 192.5;
left: 155;
}
.pie[size="426"] {
height: 426;
width: 426;
}
.pie[size="426"]::after {
top: 193;
left: 155.4;
}
.pie-reverse[size="426"] {
height: 426;
width: 426;
}
.pie-reverse[size="426"]::after {
top: 193;
left: 155.4;
}
.pie[size="427"] {
height: 427;
width: 427;
}
.pie[size="427"]::after {
top: 193.5;
left: 155.8;
}
.pie-reverse[size="427"] {
height: 427;
width: 427;
}
.pie-reverse[size="427"]::after {
top: 193.5;
left: 155.8;
}
.pie[size="428"] {
height: 428;
width: 428;
}
.pie[size="428"]::after {
top: 194;
left: 156.2;
}
.pie-reverse[size="428"] {
height: 428;
width: 428;
}
.pie-reverse[size="428"]::after {
top: 194;
left: 156.2;
}
.pie[size="429"] {
height: 429;
width: 429;
}
.pie[size="429"]::after {
top: 194.5;
left: 156.6;
}
.pie-reverse[size="429"] {
height: 429;
width: 429;
}
.pie-reverse[size="429"]::after {
top: 194.5;
left: 156.6;
}
.pie[size="430"] {
height: 430;
width: 430;
}
.pie[size="430"]::after {
top: 195;
left: 157;
}
.pie-reverse[size="430"] {
height: 430;
width: 430;
}
.pie-reverse[size="430"]::after {
top: 195;
left: 157;
}
.pie[size="431"] {
height: 431;
width: 431;
}
.pie[size="431"]::after {
top: 195.5;
left: 157.4;
}
.pie-reverse[size="431"] {
height: 431;
width: 431;
}
.pie-reverse[size="431"]::after {
top: 195.5;
left: 157.4;
}
.pie[size="432"] {
height: 432;
width: 432;
}
.pie[size="432"]::after {
top: 196;
left: 157.8;
}
.pie-reverse[size="432"] {
height: 432;
width: 432;
}
.pie-reverse[size="432"]::after {
top: 196;
left: 157.8;
}
.pie[size="433"] {
height: 433;
width: 433;
}
.pie[size="433"]::after {
top: 196.5;
left: 158.2;
}
.pie-reverse[size="433"] {
height: 433;
width: 433;
}
.pie-reverse[size="433"]::after {
top: 196.5;
left: 158.2;
}
.pie[size="434"] {
height: 434;
width: 434;
}
.pie[size="434"]::after {
top: 197;
left: 158.6;
}
.pie-reverse[size="434"] {
height: 434;
width: 434;
}
.pie-reverse[size="434"]::after {
top: 197;
left: 158.6;
}
.pie[size="435"] {
height: 435;
width: 435;
}
.pie[size="435"]::after {
top: 197.5;
left: 159;
}
.pie-reverse[size="435"] {
height: 435;
width: 435;
}
.pie-reverse[size="435"]::after {
top: 197.5;
left: 159;
}
.pie[size="436"] {
height: 436;
width: 436;
}
.pie[size="436"]::after {
top: 198;
left: 159.4;
}
.pie-reverse[size="436"] {
height: 436;
width: 436;
}
.pie-reverse[size="436"]::after {
top: 198;
left: 159.4;
}
.pie[size="437"] {
height: 437;
width: 437;
}
.pie[size="437"]::after {
top: 198.5;
left: 159.8;
}
.pie-reverse[size="437"] {
height: 437;
width: 437;
}
.pie-reverse[size="437"]::after {
top: 198.5;
left: 159.8;
}
.pie[size="438"] {
height: 438;
width: 438;
}
.pie[size="438"]::after {
top: 199;
left: 160.2;
}
.pie-reverse[size="438"] {
height: 438;
width: 438;
}
.pie-reverse[size="438"]::after {
top: 199;
left: 160.2;
}
.pie[size="439"] {
height: 439;
width: 439;
}
.pie[size="439"]::after {
top: 199.5;
left: 160.6;
}
.pie-reverse[size="439"] {
height: 439;
width: 439;
}
.pie-reverse[size="439"]::after {
top: 199.5;
left: 160.6;
}
.pie[size="440"] {
height: 440;
width: 440;
}
.pie[size="440"]::after {
top: 200;
left: 161;
}
.pie-reverse[size="440"] {
height: 440;
width: 440;
}
.pie-reverse[size="440"]::after {
top: 200;
left: 161;
}
.pie[size="441"] {
height: 441;
width: 441;
}
.pie[size="441"]::after {
top: 200.5;
left: 161.4;
}
.pie-reverse[size="441"] {
height: 441;
width: 441;
}
.pie-reverse[size="441"]::after {
top: 200.5;
left: 161.4;
}
.pie[size="442"] {
height: 442;
width: 442;
}
.pie[size="442"]::after {
top: 201;
left: 161.8;
}
.pie-reverse[size="442"] {
height: 442;
width: 442;
}
.pie-reverse[size="442"]::after {
top: 201;
left: 161.8;
}
.pie[size="443"] {
height: 443;
width: 443;
}
.pie[size="443"]::after {
top: 201.5;
left: 162.2;
}
.pie-reverse[size="443"] {
height: 443;
width: 443;
}
.pie-reverse[size="443"]::after {
top: 201.5;
left: 162.2;
}
.pie[size="444"] {
height: 444;
width: 444;
}
.pie[size="444"]::after {
top: 202;
left: 162.6;
}
.pie-reverse[size="444"] {
height: 444;
width: 444;
}
.pie-reverse[size="444"]::after {
top: 202;
left: 162.6;
}
.pie[size="445"] {
height: 445;
width: 445;
}
.pie[size="445"]::after {
top: 202.5;
left: 163;
}
.pie-reverse[size="445"] {
height: 445;
width: 445;
}
.pie-reverse[size="445"]::after {
top: 202.5;
left: 163;
}
.pie[size="446"] {
height: 446;
width: 446;
}
.pie[size="446"]::after {
top: 203;
left: 163.4;
}
.pie-reverse[size="446"] {
height: 446;
width: 446;
}
.pie-reverse[size="446"]::after {
top: 203;
left: 163.4;
}
.pie[size="447"] {
height: 447;
width: 447;
}
.pie[size="447"]::after {
top: 203.5;
left: 163.8;
}
.pie-reverse[size="447"] {
height: 447;
width: 447;
}
.pie-reverse[size="447"]::after {
top: 203.5;
left: 163.8;
}
.pie[size="448"] {
height: 448;
width: 448;
}
.pie[size="448"]::after {
top: 204;
left: 164.2;
}
.pie-reverse[size="448"] {
height: 448;
width: 448;
}
.pie-reverse[size="448"]::after {
top: 204;
left: 164.2;
}
.pie[size="449"] {
height: 449;
width: 449;
}
.pie[size="449"]::after {
top: 204.5;
left: 164.6;
}
.pie-reverse[size="449"] {
height: 449;
width: 449;
}
.pie-reverse[size="449"]::after {
top: 204.5;
left: 164.6;
}
.pie[size="450"] {
height: 450;
width: 450;
}
.pie[size="450"]::after {
top: 205;
left: 165;
}
.pie-reverse[size="450"] {
height: 450;
width: 450;
}
.pie-reverse[size="450"]::after {
top: 205;
left: 165;
}
.pie[size="451"] {
height: 451;
width: 451;
}
.pie[size="451"]::after {
top: 205.5;
left: 165.4;
}
.pie-reverse[size="451"] {
height: 451;
width: 451;
}
.pie-reverse[size="451"]::after {
top: 205.5;
left: 165.4;
}
.pie[size="452"] {
height: 452;
width: 452;
}
.pie[size="452"]::after {
top: 206;
left: 165.8;
}
.pie-reverse[size="452"] {
height: 452;
width: 452;
}
.pie-reverse[size="452"]::after {
top: 206;
left: 165.8;
}
.pie[size="453"] {
height: 453;
width: 453;
}
.pie[size="453"]::after {
top: 206.5;
left: 166.2;
}
.pie-reverse[size="453"] {
height: 453;
width: 453;
}
.pie-reverse[size="453"]::after {
top: 206.5;
left: 166.2;
}
.pie[size="454"] {
height: 454;
width: 454;
}
.pie[size="454"]::after {
top: 207;
left: 166.6;
}
.pie-reverse[size="454"] {
height: 454;
width: 454;
}
.pie-reverse[size="454"]::after {
top: 207;
left: 166.6;
}
.pie[size="455"] {
height: 455;
width: 455;
}
.pie[size="455"]::after {
top: 207.5;
left: 167;
}
.pie-reverse[size="455"] {
height: 455;
width: 455;
}
.pie-reverse[size="455"]::after {
top: 207.5;
left: 167;
}
.pie[size="456"] {
height: 456;
width: 456;
}
.pie[size="456"]::after {
top: 208;
left: 167.4;
}
.pie-reverse[size="456"] {
height: 456;
width: 456;
}
.pie-reverse[size="456"]::after {
top: 208;
left: 167.4;
}
.pie[size="457"] {
height: 457;
width: 457;
}
.pie[size="457"]::after {
top: 208.5;
left: 167.8;
}
.pie-reverse[size="457"] {
height: 457;
width: 457;
}
.pie-reverse[size="457"]::after {
top: 208.5;
left: 167.8;
}
.pie[size="458"] {
height: 458;
width: 458;
}
.pie[size="458"]::after {
top: 209;
left: 168.2;
}
.pie-reverse[size="458"] {
height: 458;
width: 458;
}
.pie-reverse[size="458"]::after {
top: 209;
left: 168.2;
}
.pie[size="459"] {
height: 459;
width: 459;
}
.pie[size="459"]::after {
top: 209.5;
left: 168.6;
}
.pie-reverse[size="459"] {
height: 459;
width: 459;
}
.pie-reverse[size="459"]::after {
top: 209.5;
left: 168.6;
}
.pie[size="460"] {
height: 460;
width: 460;
}
.pie[size="460"]::after {
top: 210;
left: 169;
}
.pie-reverse[size="460"] {
height: 460;
width: 460;
}
.pie-reverse[size="460"]::after {
top: 210;
left: 169;
}
.pie[size="461"] {
height: 461;
width: 461;
}
.pie[size="461"]::after {
top: 210.5;
left: 169.4;
}
.pie-reverse[size="461"] {
height: 461;
width: 461;
}
.pie-reverse[size="461"]::after {
top: 210.5;
left: 169.4;
}
.pie[size="462"] {
height: 462;
width: 462;
}
.pie[size="462"]::after {
top: 211;
left: 169.8;
}
.pie-reverse[size="462"] {
height: 462;
width: 462;
}
.pie-reverse[size="462"]::after {
top: 211;
left: 169.8;
}
.pie[size="463"] {
height: 463;
width: 463;
}
.pie[size="463"]::after {
top: 211.5;
left: 170.2;
}
.pie-reverse[size="463"] {
height: 463;
width: 463;
}
.pie-reverse[size="463"]::after {
top: 211.5;
left: 170.2;
}
.pie[size="464"] {
height: 464;
width: 464;
}
.pie[size="464"]::after {
top: 212;
left: 170.6;
}
.pie-reverse[size="464"] {
height: 464;
width: 464;
}
.pie-reverse[size="464"]::after {
top: 212;
left: 170.6;
}
.pie[size="465"] {
height: 465;
width: 465;
}
.pie[size="465"]::after {
top: 212.5;
left: 171;
}
.pie-reverse[size="465"] {
height: 465;
width: 465;
}
.pie-reverse[size="465"]::after {
top: 212.5;
left: 171;
}
.pie[size="466"] {
height: 466;
width: 466;
}
.pie[size="466"]::after {
top: 213;
left: 171.4;
}
.pie-reverse[size="466"] {
height: 466;
width: 466;
}
.pie-reverse[size="466"]::after {
top: 213;
left: 171.4;
}
.pie[size="467"] {
height: 467;
width: 467;
}
.pie[size="467"]::after {
top: 213.5;
left: 171.8;
}
.pie-reverse[size="467"] {
height: 467;
width: 467;
}
.pie-reverse[size="467"]::after {
top: 213.5;
left: 171.8;
}
.pie[size="468"] {
height: 468;
width: 468;
}
.pie[size="468"]::after {
top: 214;
left: 172.2;
}
.pie-reverse[size="468"] {
height: 468;
width: 468;
}
.pie-reverse[size="468"]::after {
top: 214;
left: 172.2;
}
.pie[size="469"] {
height: 469;
width: 469;
}
.pie[size="469"]::after {
top: 214.5;
left: 172.6;
}
.pie-reverse[size="469"] {
height: 469;
width: 469;
}
.pie-reverse[size="469"]::after {
top: 214.5;
left: 172.6;
}
.pie[size="470"] {
height: 470;
width: 470;
}
.pie[size="470"]::after {
top: 215;
left: 173;
}
.pie-reverse[size="470"] {
height: 470;
width: 470;
}
.pie-reverse[size="470"]::after {
top: 215;
left: 173;
}
.pie[size="471"] {
height: 471;
width: 471;
}
.pie[size="471"]::after {
top: 215.5;
left: 173.4;
}
.pie-reverse[size="471"] {
height: 471;
width: 471;
}
.pie-reverse[size="471"]::after {
top: 215.5;
left: 173.4;
}
.pie[size="472"] {
height: 472;
width: 472;
}
.pie[size="472"]::after {
top: 216;
left: 173.8;
}
.pie-reverse[size="472"] {
height: 472;
width: 472;
}
.pie-reverse[size="472"]::after {
top: 216;
left: 173.8;
}
.pie[size="473"] {
height: 473;
width: 473;
}
.pie[size="473"]::after {
top: 216.5;
left: 174.2;
}
.pie-reverse[size="473"] {
height: 473;
width: 473;
}
.pie-reverse[size="473"]::after {
top: 216.5;
left: 174.2;
}
.pie[size="474"] {
height: 474;
width: 474;
}
.pie[size="474"]::after {
top: 217;
left: 174.6;
}
.pie-reverse[size="474"] {
height: 474;
width: 474;
}
.pie-reverse[size="474"]::after {
top: 217;
left: 174.6;
}
.pie[size="475"] {
height: 475;
width: 475;
}
.pie[size="475"]::after {
top: 217.5;
left: 175;
}
.pie-reverse[size="475"] {
height: 475;
width: 475;
}
.pie-reverse[size="475"]::after {
top: 217.5;
left: 175;
}
.pie[size="476"] {
height: 476;
width: 476;
}
.pie[size="476"]::after {
top: 218;
left: 175.4;
}
.pie-reverse[size="476"] {
height: 476;
width: 476;
}
.pie-reverse[size="476"]::after {
top: 218;
left: 175.4;
}
.pie[size="477"] {
height: 477;
width: 477;
}
.pie[size="477"]::after {
top: 218.5;
left: 175.8;
}
.pie-reverse[size="477"] {
height: 477;
width: 477;
}
.pie-reverse[size="477"]::after {
top: 218.5;
left: 175.8;
}
.pie[size="478"] {
height: 478;
width: 478;
}
.pie[size="478"]::after {
top: 219;
left: 176.2;
}
.pie-reverse[size="478"] {
height: 478;
width: 478;
}
.pie-reverse[size="478"]::after {
top: 219;
left: 176.2;
}
.pie[size="479"] {
height: 479;
width: 479;
}
.pie[size="479"]::after {
top: 219.5;
left: 176.6;
}
.pie-reverse[size="479"] {
height: 479;
width: 479;
}
.pie-reverse[size="479"]::after {
top: 219.5;
left: 176.6;
}
.pie[size="480"] {
height: 480;
width: 480;
}
.pie[size="480"]::after {
top: 220;
left: 177;
}
.pie-reverse[size="480"] {
height: 480;
width: 480;
}
.pie-reverse[size="480"]::after {
top: 220;
left: 177;
}
.pie[size="481"] {
height: 481;
width: 481;
}
.pie[size="481"]::after {
top: 220.5;
left: 177.4;
}
.pie-reverse[size="481"] {
height: 481;
width: 481;
}
.pie-reverse[size="481"]::after {
top: 220.5;
left: 177.4;
}
.pie[size="482"] {
height: 482;
width: 482;
}
.pie[size="482"]::after {
top: 221;
left: 177.8;
}
.pie-reverse[size="482"] {
height: 482;
width: 482;
}
.pie-reverse[size="482"]::after {
top: 221;
left: 177.8;
}
.pie[size="483"] {
height: 483;
width: 483;
}
.pie[size="483"]::after {
top: 221.5;
left: 178.2;
}
.pie-reverse[size="483"] {
height: 483;
width: 483;
}
.pie-reverse[size="483"]::after {
top: 221.5;
left: 178.2;
}
.pie[size="484"] {
height: 484;
width: 484;
}
.pie[size="484"]::after {
top: 222;
left: 178.6;
}
.pie-reverse[size="484"] {
height: 484;
width: 484;
}
.pie-reverse[size="484"]::after {
top: 222;
left: 178.6;
}
.pie[size="485"] {
height: 485;
width: 485;
}
.pie[size="485"]::after {
top: 222.5;
left: 179;
}
.pie-reverse[size="485"] {
height: 485;
width: 485;
}
.pie-reverse[size="485"]::after {
top: 222.5;
left: 179;
}
.pie[size="486"] {
height: 486;
width: 486;
}
.pie[size="486"]::after {
top: 223;
left: 179.4;
}
.pie-reverse[size="486"] {
height: 486;
width: 486;
}
.pie-reverse[size="486"]::after {
top: 223;
left: 179.4;
}
.pie[size="487"] {
height: 487;
width: 487;
}
.pie[size="487"]::after {
top: 223.5;
left: 179.8;
}
.pie-reverse[size="487"] {
height: 487;
width: 487;
}
.pie-reverse[size="487"]::after {
top: 223.5;
left: 179.8;
}
.pie[size="488"] {
height: 488;
width: 488;
}
.pie[size="488"]::after {
top: 224;
left: 180.2;
}
.pie-reverse[size="488"] {
height: 488;
width: 488;
}
.pie-reverse[size="488"]::after {
top: 224;
left: 180.2;
}
.pie[size="489"] {
height: 489;
width: 489;
}
.pie[size="489"]::after {
top: 224.5;
left: 180.6;
}
.pie-reverse[size="489"] {
height: 489;
width: 489;
}
.pie-reverse[size="489"]::after {
top: 224.5;
left: 180.6;
}
.pie[size="490"] {
height: 490;
width: 490;
}
.pie[size="490"]::after {
top: 225;
left: 181;
}
.pie-reverse[size="490"] {
height: 490;
width: 490;
}
.pie-reverse[size="490"]::after {
top: 225;
left: 181;
}
.pie[size="491"] {
height: 491;
width: 491;
}
.pie[size="491"]::after {
top: 225.5;
left: 181.4;
}
.pie-reverse[size="491"] {
height: 491;
width: 491;
}
.pie-reverse[size="491"]::after {
top: 225.5;
left: 181.4;
}
.pie[size="492"] {
height: 492;
width: 492;
}
.pie[size="492"]::after {
top: 226;
left: 181.8;
}
.pie-reverse[size="492"] {
height: 492;
width: 492;
}
.pie-reverse[size="492"]::after {
top: 226;
left: 181.8;
}
.pie[size="493"] {
height: 493;
width: 493;
}
.pie[size="493"]::after {
top: 226.5;
left: 182.2;
}
.pie-reverse[size="493"] {
height: 493;
width: 493;
}
.pie-reverse[size="493"]::after {
top: 226.5;
left: 182.2;
}
.pie[size="494"] {
height: 494;
width: 494;
}
.pie[size="494"]::after {
top: 227;
left: 182.6;
}
.pie-reverse[size="494"] {
height: 494;
width: 494;
}
.pie-reverse[size="494"]::after {
top: 227;
left: 182.6;
}
.pie[size="495"] {
height: 495;
width: 495;
}
.pie[size="495"]::after {
top: 227.5;
left: 183;
}
.pie-reverse[size="495"] {
height: 495;
width: 495;
}
.pie-reverse[size="495"]::after {
top: 227.5;
left: 183;
}
.pie[size="496"] {
height: 496;
width: 496;
}
.pie[size="496"]::after {
top: 228;
left: 183.4;
}
.pie-reverse[size="496"] {
height: 496;
width: 496;
}
.pie-reverse[size="496"]::after {
top: 228;
left: 183.4;
}
.pie[size="497"] {
height: 497;
width: 497;
}
.pie[size="497"]::after {
top: 228.5;
left: 183.8;
}
.pie-reverse[size="497"] {
height: 497;
width: 497;
}
.pie-reverse[size="497"]::after {
top: 228.5;
left: 183.8;
}
.pie[size="498"] {
height: 498;
width: 498;
}
.pie[size="498"]::after {
top: 229;
left: 184.2;
}
.pie-reverse[size="498"] {
height: 498;
width: 498;
}
.pie-reverse[size="498"]::after {
top: 229;
left: 184.2;
}
.pie[size="499"] {
height: 499;
width: 499;
}
.pie[size="499"]::after {
top: 229.5;
left: 184.6;
}
.pie-reverse[size="499"] {
height: 499;
width: 499;
}
.pie-reverse[size="499"]::after {
top: 229.5;
left: 184.6;
}
.pie[size="500"] {
height: 500;
width: 500;
}
.pie[size="500"]::after {
top: 230;
left: 185;
}
.pie-reverse[size="500"] {
height: 500;
width: 500;
}
.pie-reverse[size="500"]::after {
top: 230;
left: 185;
}
.pie[size="501"] {
height: 501;
width: 501;
}
.pie[size="501"]::after {
top: 230.5;
left: 185.4;
}
.pie-reverse[size="501"] {
height: 501;
width: 501;
}
.pie-reverse[size="501"]::after {
top: 230.5;
left: 185.4;
}
.pie[size="502"] {
height: 502;
width: 502;
}
.pie[size="502"]::after {
top: 231;
left: 185.8;
}
.pie-reverse[size="502"] {
height: 502;
width: 502;
}
.pie-reverse[size="502"]::after {
top: 231;
left: 185.8;
}
.pie[size="503"] {
height: 503;
width: 503;
}
.pie[size="503"]::after {
top: 231.5;
left: 186.2;
}
.pie-reverse[size="503"] {
height: 503;
width: 503;
}
.pie-reverse[size="503"]::after {
top: 231.5;
left: 186.2;
}
.pie[size="504"] {
height: 504;
width: 504;
}
.pie[size="504"]::after {
top: 232;
left: 186.6;
}
.pie-reverse[size="504"] {
height: 504;
width: 504;
}
.pie-reverse[size="504"]::after {
top: 232;
left: 186.6;
}
.pie[size="505"] {
height: 505;
width: 505;
}
.pie[size="505"]::after {
top: 232.5;
left: 187;
}
.pie-reverse[size="505"] {
height: 505;
width: 505;
}
.pie-reverse[size="505"]::after {
top: 232.5;
left: 187;
}
.pie[size="506"] {
height: 506;
width: 506;
}
.pie[size="506"]::after {
top: 233;
left: 187.4;
}
.pie-reverse[size="506"] {
height: 506;
width: 506;
}
.pie-reverse[size="506"]::after {
top: 233;
left: 187.4;
}
.pie[size="507"] {
height: 507;
width: 507;
}
.pie[size="507"]::after {
top: 233.5;
left: 187.8;
}
.pie-reverse[size="507"] {
height: 507;
width: 507;
}
.pie-reverse[size="507"]::after {
top: 233.5;
left: 187.8;
}
.pie[size="508"] {
height: 508;
width: 508;
}
.pie[size="508"]::after {
top: 234;
left: 188.2;
}
.pie-reverse[size="508"] {
height: 508;
width: 508;
}
.pie-reverse[size="508"]::after {
top: 234;
left: 188.2;
}
.pie[size="509"] {
height: 509;
width: 509;
}
.pie[size="509"]::after {
top: 234.5;
left: 188.6;
}
.pie-reverse[size="509"] {
height: 509;
width: 509;
}
.pie-reverse[size="509"]::after {
top: 234.5;
left: 188.6;
}
.pie[size="510"] {
height: 510;
width: 510;
}
.pie[size="510"]::after {
top: 235;
left: 189;
}
.pie-reverse[size="510"] {
height: 510;
width: 510;
}
.pie-reverse[size="510"]::after {
top: 235;
left: 189;
}
.pie[size="511"] {
height: 511;
width: 511;
}
.pie[size="511"]::after {
top: 235.5;
left: 189.4;
}
.pie-reverse[size="511"] {
height: 511;
width: 511;
}
.pie-reverse[size="511"]::after {
top: 235.5;
left: 189.4;
}
.pie[size="512"] {
height: 512;
width: 512;
}
.pie[size="512"]::after {
top: 236;
left: 189.8;
}
.pie-reverse[size="512"] {
height: 512;
width: 512;
}
.pie-reverse[size="512"]::after {
top: 236;
left: 189.8;
}
.pie[size="513"] {
height: 513;
width: 513;
}
.pie[size="513"]::after {
top: 236.5;
left: 190.2;
}
.pie-reverse[size="513"] {
height: 513;
width: 513;
}
.pie-reverse[size="513"]::after {
top: 236.5;
left: 190.2;
}
.pie[size="514"] {
height: 514;
width: 514;
}
.pie[size="514"]::after {
top: 237;
left: 190.6;
}
.pie-reverse[size="514"] {
height: 514;
width: 514;
}
.pie-reverse[size="514"]::after {
top: 237;
left: 190.6;
}
.pie[size="515"] {
height: 515;
width: 515;
}
.pie[size="515"]::after {
top: 237.5;
left: 191;
}
.pie-reverse[size="515"] {
height: 515;
width: 515;
}
.pie-reverse[size="515"]::after {
top: 237.5;
left: 191;
}
.pie[size="516"] {
height: 516;
width: 516;
}
.pie[size="516"]::after {
top: 238;
left: 191.4;
}
.pie-reverse[size="516"] {
height: 516;
width: 516;
}
.pie-reverse[size="516"]::after {
top: 238;
left: 191.4;
}
.pie[size="517"] {
height: 517;
width: 517;
}
.pie[size="517"]::after {
top: 238.5;
left: 191.8;
}
.pie-reverse[size="517"] {
height: 517;
width: 517;
}
.pie-reverse[size="517"]::after {
top: 238.5;
left: 191.8;
}
.pie[size="518"] {
height: 518;
width: 518;
}
.pie[size="518"]::after {
top: 239;
left: 192.2;
}
.pie-reverse[size="518"] {
height: 518;
width: 518;
}
.pie-reverse[size="518"]::after {
top: 239;
left: 192.2;
}
.pie[size="519"] {
height: 519;
width: 519;
}
.pie[size="519"]::after {
top: 239.5;
left: 192.6;
}
.pie-reverse[size="519"] {
height: 519;
width: 519;
}
.pie-reverse[size="519"]::after {
top: 239.5;
left: 192.6;
}
.pie[size="520"] {
height: 520;
width: 520;
}
.pie[size="520"]::after {
top: 240;
left: 193;
}
.pie-reverse[size="520"] {
height: 520;
width: 520;
}
.pie-reverse[size="520"]::after {
top: 240;
left: 193;
}
.pie[size="521"] {
height: 521;
width: 521;
}
.pie[size="521"]::after {
top: 240.5;
left: 193.4;
}
.pie-reverse[size="521"] {
height: 521;
width: 521;
}
.pie-reverse[size="521"]::after {
top: 240.5;
left: 193.4;
}
.pie[size="522"] {
height: 522;
width: 522;
}
.pie[size="522"]::after {
top: 241;
left: 193.8;
}
.pie-reverse[size="522"] {
height: 522;
width: 522;
}
.pie-reverse[size="522"]::after {
top: 241;
left: 193.8;
}
.pie[size="523"] {
height: 523;
width: 523;
}
.pie[size="523"]::after {
top: 241.5;
left: 194.2;
}
.pie-reverse[size="523"] {
height: 523;
width: 523;
}
.pie-reverse[size="523"]::after {
top: 241.5;
left: 194.2;
}
.pie[size="524"] {
height: 524;
width: 524;
}
.pie[size="524"]::after {
top: 242;
left: 194.6;
}
.pie-reverse[size="524"] {
height: 524;
width: 524;
}
.pie-reverse[size="524"]::after {
top: 242;
left: 194.6;
}
.pie[size="525"] {
height: 525;
width: 525;
}
.pie[size="525"]::after {
top: 242.5;
left: 195;
}
.pie-reverse[size="525"] {
height: 525;
width: 525;
}
.pie-reverse[size="525"]::after {
top: 242.5;
left: 195;
}
.pie[size="526"] {
height: 526;
width: 526;
}
.pie[size="526"]::after {
top: 243;
left: 195.4;
}
.pie-reverse[size="526"] {
height: 526;
width: 526;
}
.pie-reverse[size="526"]::after {
top: 243;
left: 195.4;
}
.pie[size="527"] {
height: 527;
width: 527;
}
.pie[size="527"]::after {
top: 243.5;
left: 195.8;
}
.pie-reverse[size="527"] {
height: 527;
width: 527;
}
.pie-reverse[size="527"]::after {
top: 243.5;
left: 195.8;
}
.pie[size="528"] {
height: 528;
width: 528;
}
.pie[size="528"]::after {
top: 244;
left: 196.2;
}
.pie-reverse[size="528"] {
height: 528;
width: 528;
}
.pie-reverse[size="528"]::after {
top: 244;
left: 196.2;
}
.pie[size="529"] {
height: 529;
width: 529;
}
.pie[size="529"]::after {
top: 244.5;
left: 196.6;
}
.pie-reverse[size="529"] {
height: 529;
width: 529;
}
.pie-reverse[size="529"]::after {
top: 244.5;
left: 196.6;
}
.pie[size="530"] {
height: 530;
width: 530;
}
.pie[size="530"]::after {
top: 245;
left: 197;
}
.pie-reverse[size="530"] {
height: 530;
width: 530;
}
.pie-reverse[size="530"]::after {
top: 245;
left: 197;
}
.pie[size="531"] {
height: 531;
width: 531;
}
.pie[size="531"]::after {
top: 245.5;
left: 197.4;
}
.pie-reverse[size="531"] {
height: 531;
width: 531;
}
.pie-reverse[size="531"]::after {
top: 245.5;
left: 197.4;
}
.pie[size="532"] {
height: 532;
width: 532;
}
.pie[size="532"]::after {
top: 246;
left: 197.8;
}
.pie-reverse[size="532"] {
height: 532;
width: 532;
}
.pie-reverse[size="532"]::after {
top: 246;
left: 197.8;
}
.pie[size="533"] {
height: 533;
width: 533;
}
.pie[size="533"]::after {
top: 246.5;
left: 198.2;
}
.pie-reverse[size="533"] {
height: 533;
width: 533;
}
.pie-reverse[size="533"]::after {
top: 246.5;
left: 198.2;
}
.pie[size="534"] {
height: 534;
width: 534;
}
.pie[size="534"]::after {
top: 247;
left: 198.6;
}
.pie-reverse[size="534"] {
height: 534;
width: 534;
}
.pie-reverse[size="534"]::after {
top: 247;
left: 198.6;
}
.pie[size="535"] {
height: 535;
width: 535;
}
.pie[size="535"]::after {
top: 247.5;
left: 199;
}
.pie-reverse[size="535"] {
height: 535;
width: 535;
}
.pie-reverse[size="535"]::after {
top: 247.5;
left: 199;
}
.pie[size="536"] {
height: 536;
width: 536;
}
.pie[size="536"]::after {
top: 248;
left: 199.4;
}
.pie-reverse[size="536"] {
height: 536;
width: 536;
}
.pie-reverse[size="536"]::after {
top: 248;
left: 199.4;
}
.pie[size="537"] {
height: 537;
width: 537;
}
.pie[size="537"]::after {
top: 248.5;
left: 199.8;
}
.pie-reverse[size="537"] {
height: 537;
width: 537;
}
.pie-reverse[size="537"]::after {
top: 248.5;
left: 199.8;
}
.pie[size="538"] {
height: 538;
width: 538;
}
.pie[size="538"]::after {
top: 249;
left: 200.2;
}
.pie-reverse[size="538"] {
height: 538;
width: 538;
}
.pie-reverse[size="538"]::after {
top: 249;
left: 200.2;
}
.pie[size="539"] {
height: 539;
width: 539;
}
.pie[size="539"]::after {
top: 249.5;
left: 200.6;
}
.pie-reverse[size="539"] {
height: 539;
width: 539;
}
.pie-reverse[size="539"]::after {
top: 249.5;
left: 200.6;
}
.pie[size="540"] {
height: 540;
width: 540;
}
.pie[size="540"]::after {
top: 250;
left: 201;
}
.pie-reverse[size="540"] {
height: 540;
width: 540;
}
.pie-reverse[size="540"]::after {
top: 250;
left: 201;
}
.pie[size="541"] {
height: 541;
width: 541;
}
.pie[size="541"]::after {
top: 250.5;
left: 201.4;
}
.pie-reverse[size="541"] {
height: 541;
width: 541;
}
.pie-reverse[size="541"]::after {
top: 250.5;
left: 201.4;
}
.pie[size="542"] {
height: 542;
width: 542;
}
.pie[size="542"]::after {
top: 251;
left: 201.8;
}
.pie-reverse[size="542"] {
height: 542;
width: 542;
}
.pie-reverse[size="542"]::after {
top: 251;
left: 201.8;
}
.pie[size="543"] {
height: 543;
width: 543;
}
.pie[size="543"]::after {
top: 251.5;
left: 202.2;
}
.pie-reverse[size="543"] {
height: 543;
width: 543;
}
.pie-reverse[size="543"]::after {
top: 251.5;
left: 202.2;
}
.pie[size="544"] {
height: 544;
width: 544;
}
.pie[size="544"]::after {
top: 252;
left: 202.6;
}
.pie-reverse[size="544"] {
height: 544;
width: 544;
}
.pie-reverse[size="544"]::after {
top: 252;
left: 202.6;
}
.pie[size="545"] {
height: 545;
width: 545;
}
.pie[size="545"]::after {
top: 252.5;
left: 203;
}
.pie-reverse[size="545"] {
height: 545;
width: 545;
}
.pie-reverse[size="545"]::after {
top: 252.5;
left: 203;
}
.pie[size="546"] {
height: 546;
width: 546;
}
.pie[size="546"]::after {
top: 253;
left: 203.4;
}
.pie-reverse[size="546"] {
height: 546;
width: 546;
}
.pie-reverse[size="546"]::after {
top: 253;
left: 203.4;
}
.pie[size="547"] {
height: 547;
width: 547;
}
.pie[size="547"]::after {
top: 253.5;
left: 203.8;
}
.pie-reverse[size="547"] {
height: 547;
width: 547;
}
.pie-reverse[size="547"]::after {
top: 253.5;
left: 203.8;
}
.pie[size="548"] {
height: 548;
width: 548;
}
.pie[size="548"]::after {
top: 254;
left: 204.2;
}
.pie-reverse[size="548"] {
height: 548;
width: 548;
}
.pie-reverse[size="548"]::after {
top: 254;
left: 204.2;
}
.pie[size="549"] {
height: 549;
width: 549;
}
.pie[size="549"]::after {
top: 254.5;
left: 204.6;
}
.pie-reverse[size="549"] {
height: 549;
width: 549;
}
.pie-reverse[size="549"]::after {
top: 254.5;
left: 204.6;
}
.pie[size="550"] {
height: 550;
width: 550;
}
.pie[size="550"]::after {
top: 255;
left: 205;
}
.pie-reverse[size="550"] {
height: 550;
width: 550;
}
.pie-reverse[size="550"]::after {
top: 255;
left: 205;
}
.pie[size="551"] {
height: 551;
width: 551;
}
.pie[size="551"]::after {
top: 255.5;
left: 205.4;
}
.pie-reverse[size="551"] {
height: 551;
width: 551;
}
.pie-reverse[size="551"]::after {
top: 255.5;
left: 205.4;
}
.pie[size="552"] {
height: 552;
width: 552;
}
.pie[size="552"]::after {
top: 256;
left: 205.8;
}
.pie-reverse[size="552"] {
height: 552;
width: 552;
}
.pie-reverse[size="552"]::after {
top: 256;
left: 205.8;
}
.pie[size="553"] {
height: 553;
width: 553;
}
.pie[size="553"]::after {
top: 256.5;
left: 206.2;
}
.pie-reverse[size="553"] {
height: 553;
width: 553;
}
.pie-reverse[size="553"]::after {
top: 256.5;
left: 206.2;
}
.pie[size="554"] {
height: 554;
width: 554;
}
.pie[size="554"]::after {
top: 257;
left: 206.6;
}
.pie-reverse[size="554"] {
height: 554;
width: 554;
}
.pie-reverse[size="554"]::after {
top: 257;
left: 206.6;
}
.pie[size="555"] {
height: 555;
width: 555;
}
.pie[size="555"]::after {
top: 257.5;
left: 207;
}
.pie-reverse[size="555"] {
height: 555;
width: 555;
}
.pie-reverse[size="555"]::after {
top: 257.5;
left: 207;
}
.pie[size="556"] {
height: 556;
width: 556;
}
.pie[size="556"]::after {
top: 258;
left: 207.4;
}
.pie-reverse[size="556"] {
height: 556;
width: 556;
}
.pie-reverse[size="556"]::after {
top: 258;
left: 207.4;
}
.pie[size="557"] {
height: 557;
width: 557;
}
.pie[size="557"]::after {
top: 258.5;
left: 207.8;
}
.pie-reverse[size="557"] {
height: 557;
width: 557;
}
.pie-reverse[size="557"]::after {
top: 258.5;
left: 207.8;
}
.pie[size="558"] {
height: 558;
width: 558;
}
.pie[size="558"]::after {
top: 259;
left: 208.2;
}
.pie-reverse[size="558"] {
height: 558;
width: 558;
}
.pie-reverse[size="558"]::after {
top: 259;
left: 208.2;
}
.pie[size="559"] {
height: 559;
width: 559;
}
.pie[size="559"]::after {
top: 259.5;
left: 208.6;
}
.pie-reverse[size="559"] {
height: 559;
width: 559;
}
.pie-reverse[size="559"]::after {
top: 259.5;
left: 208.6;
}
.pie[size="560"] {
height: 560;
width: 560;
}
.pie[size="560"]::after {
top: 260;
left: 209;
}
.pie-reverse[size="560"] {
height: 560;
width: 560;
}
.pie-reverse[size="560"]::after {
top: 260;
left: 209;
}
.pie[size="561"] {
height: 561;
width: 561;
}
.pie[size="561"]::after {
top: 260.5;
left: 209.4;
}
.pie-reverse[size="561"] {
height: 561;
width: 561;
}
.pie-reverse[size="561"]::after {
top: 260.5;
left: 209.4;
}
.pie[size="562"] {
height: 562;
width: 562;
}
.pie[size="562"]::after {
top: 261;
left: 209.8;
}
.pie-reverse[size="562"] {
height: 562;
width: 562;
}
.pie-reverse[size="562"]::after {
top: 261;
left: 209.8;
}
.pie[size="563"] {
height: 563;
width: 563;
}
.pie[size="563"]::after {
top: 261.5;
left: 210.2;
}
.pie-reverse[size="563"] {
height: 563;
width: 563;
}
.pie-reverse[size="563"]::after {
top: 261.5;
left: 210.2;
}
.pie[size="564"] {
height: 564;
width: 564;
}
.pie[size="564"]::after {
top: 262;
left: 210.6;
}
.pie-reverse[size="564"] {
height: 564;
width: 564;
}
.pie-reverse[size="564"]::after {
top: 262;
left: 210.6;
}
.pie[size="565"] {
height: 565;
width: 565;
}
.pie[size="565"]::after {
top: 262.5;
left: 211;
}
.pie-reverse[size="565"] {
height: 565;
width: 565;
}
.pie-reverse[size="565"]::after {
top: 262.5;
left: 211;
}
.pie[size="566"] {
height: 566;
width: 566;
}
.pie[size="566"]::after {
top: 263;
left: 211.4;
}
.pie-reverse[size="566"] {
height: 566;
width: 566;
}
.pie-reverse[size="566"]::after {
top: 263;
left: 211.4;
}
.pie[size="567"] {
height: 567;
width: 567;
}
.pie[size="567"]::after {
top: 263.5;
left: 211.8;
}
.pie-reverse[size="567"] {
height: 567;
width: 567;
}
.pie-reverse[size="567"]::after {
top: 263.5;
left: 211.8;
}
.pie[size="568"] {
height: 568;
width: 568;
}
.pie[size="568"]::after {
top: 264;
left: 212.2;
}
.pie-reverse[size="568"] {
height: 568;
width: 568;
}
.pie-reverse[size="568"]::after {
top: 264;
left: 212.2;
}
.pie[size="569"] {
height: 569;
width: 569;
}
.pie[size="569"]::after {
top: 264.5;
left: 212.6;
}
.pie-reverse[size="569"] {
height: 569;
width: 569;
}
.pie-reverse[size="569"]::after {
top: 264.5;
left: 212.6;
}
.pie[size="570"] {
height: 570;
width: 570;
}
.pie[size="570"]::after {
top: 265;
left: 213;
}
.pie-reverse[size="570"] {
height: 570;
width: 570;
}
.pie-reverse[size="570"]::after {
top: 265;
left: 213;
}
.pie[size="571"] {
height: 571;
width: 571;
}
.pie[size="571"]::after {
top: 265.5;
left: 213.4;
}
.pie-reverse[size="571"] {
height: 571;
width: 571;
}
.pie-reverse[size="571"]::after {
top: 265.5;
left: 213.4;
}
.pie[size="572"] {
height: 572;
width: 572;
}
.pie[size="572"]::after {
top: 266;
left: 213.8;
}
.pie-reverse[size="572"] {
height: 572;
width: 572;
}
.pie-reverse[size="572"]::after {
top: 266;
left: 213.8;
}
.pie[size="573"] {
height: 573;
width: 573;
}
.pie[size="573"]::after {
top: 266.5;
left: 214.2;
}
.pie-reverse[size="573"] {
height: 573;
width: 573;
}
.pie-reverse[size="573"]::after {
top: 266.5;
left: 214.2;
}
.pie[size="574"] {
height: 574;
width: 574;
}
.pie[size="574"]::after {
top: 267;
left: 214.6;
}
.pie-reverse[size="574"] {
height: 574;
width: 574;
}
.pie-reverse[size="574"]::after {
top: 267;
left: 214.6;
}
.pie[size="575"] {
height: 575;
width: 575;
}
.pie[size="575"]::after {
top: 267.5;
left: 215;
}
.pie-reverse[size="575"] {
height: 575;
width: 575;
}
.pie-reverse[size="575"]::after {
top: 267.5;
left: 215;
}
.pie[size="576"] {
height: 576;
width: 576;
}
.pie[size="576"]::after {
top: 268;
left: 215.4;
}
.pie-reverse[size="576"] {
height: 576;
width: 576;
}
.pie-reverse[size="576"]::after {
top: 268;
left: 215.4;
}
.pie[size="577"] {
height: 577;
width: 577;
}
.pie[size="577"]::after {
top: 268.5;
left: 215.8;
}
.pie-reverse[size="577"] {
height: 577;
width: 577;
}
.pie-reverse[size="577"]::after {
top: 268.5;
left: 215.8;
}
.pie[size="578"] {
height: 578;
width: 578;
}
.pie[size="578"]::after {
top: 269;
left: 216.2;
}
.pie-reverse[size="578"] {
height: 578;
width: 578;
}
.pie-reverse[size="578"]::after {
top: 269;
left: 216.2;
}
.pie[size="579"] {
height: 579;
width: 579;
}
.pie[size="579"]::after {
top: 269.5;
left: 216.6;
}
.pie-reverse[size="579"] {
height: 579;
width: 579;
}
.pie-reverse[size="579"]::after {
top: 269.5;
left: 216.6;
}
.pie[size="580"] {
height: 580;
width: 580;
}
.pie[size="580"]::after {
top: 270;
left: 217;
}
.pie-reverse[size="580"] {
height: 580;
width: 580;
}
.pie-reverse[size="580"]::after {
top: 270;
left: 217;
}
.pie[size="581"] {
height: 581;
width: 581;
}
.pie[size="581"]::after {
top: 270.5;
left: 217.4;
}
.pie-reverse[size="581"] {
height: 581;
width: 581;
}
.pie-reverse[size="581"]::after {
top: 270.5;
left: 217.4;
}
.pie[size="582"] {
height: 582;
width: 582;
}
.pie[size="582"]::after {
top: 271;
left: 217.8;
}
.pie-reverse[size="582"] {
height: 582;
width: 582;
}
.pie-reverse[size="582"]::after {
top: 271;
left: 217.8;
}
.pie[size="583"] {
height: 583;
width: 583;
}
.pie[size="583"]::after {
top: 271.5;
left: 218.2;
}
.pie-reverse[size="583"] {
height: 583;
width: 583;
}
.pie-reverse[size="583"]::after {
top: 271.5;
left: 218.2;
}
.pie[size="584"] {
height: 584;
width: 584;
}
.pie[size="584"]::after {
top: 272;
left: 218.6;
}
.pie-reverse[size="584"] {
height: 584;
width: 584;
}
.pie-reverse[size="584"]::after {
top: 272;
left: 218.6;
}
.pie[size="585"] {
height: 585;
width: 585;
}
.pie[size="585"]::after {
top: 272.5;
left: 219;
}
.pie-reverse[size="585"] {
height: 585;
width: 585;
}
.pie-reverse[size="585"]::after {
top: 272.5;
left: 219;
}
.pie[size="586"] {
height: 586;
width: 586;
}
.pie[size="586"]::after {
top: 273;
left: 219.4;
}
.pie-reverse[size="586"] {
height: 586;
width: 586;
}
.pie-reverse[size="586"]::after {
top: 273;
left: 219.4;
}
.pie[size="587"] {
height: 587;
width: 587;
}
.pie[size="587"]::after {
top: 273.5;
left: 219.8;
}
.pie-reverse[size="587"] {
height: 587;
width: 587;
}
.pie-reverse[size="587"]::after {
top: 273.5;
left: 219.8;
}
.pie[size="588"] {
height: 588;
width: 588;
}
.pie[size="588"]::after {
top: 274;
left: 220.2;
}
.pie-reverse[size="588"] {
height: 588;
width: 588;
}
.pie-reverse[size="588"]::after {
top: 274;
left: 220.2;
}
.pie[size="589"] {
height: 589;
width: 589;
}
.pie[size="589"]::after {
top: 274.5;
left: 220.6;
}
.pie-reverse[size="589"] {
height: 589;
width: 589;
}
.pie-reverse[size="589"]::after {
top: 274.5;
left: 220.6;
}
.pie[size="590"] {
height: 590;
width: 590;
}
.pie[size="590"]::after {
top: 275;
left: 221;
}
.pie-reverse[size="590"] {
height: 590;
width: 590;
}
.pie-reverse[size="590"]::after {
top: 275;
left: 221;
}
.pie[size="591"] {
height: 591;
width: 591;
}
.pie[size="591"]::after {
top: 275.5;
left: 221.4;
}
.pie-reverse[size="591"] {
height: 591;
width: 591;
}
.pie-reverse[size="591"]::after {
top: 275.5;
left: 221.4;
}
.pie[size="592"] {
height: 592;
width: 592;
}
.pie[size="592"]::after {
top: 276;
left: 221.8;
}
.pie-reverse[size="592"] {
height: 592;
width: 592;
}
.pie-reverse[size="592"]::after {
top: 276;
left: 221.8;
}
.pie[size="593"] {
height: 593;
width: 593;
}
.pie[size="593"]::after {
top: 276.5;
left: 222.2;
}
.pie-reverse[size="593"] {
height: 593;
width: 593;
}
.pie-reverse[size="593"]::after {
top: 276.5;
left: 222.2;
}
.pie[size="594"] {
height: 594;
width: 594;
}
.pie[size="594"]::after {
top: 277;
left: 222.6;
}
.pie-reverse[size="594"] {
height: 594;
width: 594;
}
.pie-reverse[size="594"]::after {
top: 277;
left: 222.6;
}
.pie[size="595"] {
height: 595;
width: 595;
}
.pie[size="595"]::after {
top: 277.5;
left: 223;
}
.pie-reverse[size="595"] {
height: 595;
width: 595;
}
.pie-reverse[size="595"]::after {
top: 277.5;
left: 223;
}
.pie[size="596"] {
height: 596;
width: 596;
}
.pie[size="596"]::after {
top: 278;
left: 223.4;
}
.pie-reverse[size="596"] {
height: 596;
width: 596;
}
.pie-reverse[size="596"]::after {
top: 278;
left: 223.4;
}
.pie[size="597"] {
height: 597;
width: 597;
}
.pie[size="597"]::after {
top: 278.5;
left: 223.8;
}
.pie-reverse[size="597"] {
height: 597;
width: 597;
}
.pie-reverse[size="597"]::after {
top: 278.5;
left: 223.8;
}
.pie[size="598"] {
height: 598;
width: 598;
}
.pie[size="598"]::after {
top: 279;
left: 224.2;
}
.pie-reverse[size="598"] {
height: 598;
width: 598;
}
.pie-reverse[size="598"]::after {
top: 279;
left: 224.2;
}
.pie[size="599"] {
height: 599;
width: 599;
}
.pie[size="599"]::after {
top: 279.5;
left: 224.6;
}
.pie-reverse[size="599"] {
height: 599;
width: 599;
}
.pie-reverse[size="599"]::after {
top: 279.5;
left: 224.6;
}
.pie[size="600"] {
height: 600;
width: 600;
}
.pie[size="600"]::after {
top: 280;
left: 225;
}
.pie-reverse[size="600"] {
height: 600;
width: 600;
}
.pie-reverse[size="600"]::after {
top: 280;
left: 225;
}
.pie[size="601"] {
height: 601;
width: 601;
}
.pie[size="601"]::after {
top: 280.5;
left: 225.4;
}
.pie-reverse[size="601"] {
height: 601;
width: 601;
}
.pie-reverse[size="601"]::after {
top: 280.5;
left: 225.4;
}
.pie[size="602"] {
height: 602;
width: 602;
}
.pie[size="602"]::after {
top: 281;
left: 225.8;
}
.pie-reverse[size="602"] {
height: 602;
width: 602;
}
.pie-reverse[size="602"]::after {
top: 281;
left: 225.8;
}
.pie[size="603"] {
height: 603;
width: 603;
}
.pie[size="603"]::after {
top: 281.5;
left: 226.2;
}
.pie-reverse[size="603"] {
height: 603;
width: 603;
}
.pie-reverse[size="603"]::after {
top: 281.5;
left: 226.2;
}
.pie[size="604"] {
height: 604;
width: 604;
}
.pie[size="604"]::after {
top: 282;
left: 226.6;
}
.pie-reverse[size="604"] {
height: 604;
width: 604;
}
.pie-reverse[size="604"]::after {
top: 282;
left: 226.6;
}
.pie[size="605"] {
height: 605;
width: 605;
}
.pie[size="605"]::after {
top: 282.5;
left: 227;
}
.pie-reverse[size="605"] {
height: 605;
width: 605;
}
.pie-reverse[size="605"]::after {
top: 282.5;
left: 227;
}
.pie[size="606"] {
height: 606;
width: 606;
}
.pie[size="606"]::after {
top: 283;
left: 227.4;
}
.pie-reverse[size="606"] {
height: 606;
width: 606;
}
.pie-reverse[size="606"]::after {
top: 283;
left: 227.4;
}
.pie[size="607"] {
height: 607;
width: 607;
}
.pie[size="607"]::after {
top: 283.5;
left: 227.8;
}
.pie-reverse[size="607"] {
height: 607;
width: 607;
}
.pie-reverse[size="607"]::after {
top: 283.5;
left: 227.8;
}
.pie[size="608"] {
height: 608;
width: 608;
}
.pie[size="608"]::after {
top: 284;
left: 228.2;
}
.pie-reverse[size="608"] {
height: 608;
width: 608;
}
.pie-reverse[size="608"]::after {
top: 284;
left: 228.2;
}
.pie[size="609"] {
height: 609;
width: 609;
}
.pie[size="609"]::after {
top: 284.5;
left: 228.6;
}
.pie-reverse[size="609"] {
height: 609;
width: 609;
}
.pie-reverse[size="609"]::after {
top: 284.5;
left: 228.6;
}
.pie[size="610"] {
height: 610;
width: 610;
}
.pie[size="610"]::after {
top: 285;
left: 229;
}
.pie-reverse[size="610"] {
height: 610;
width: 610;
}
.pie-reverse[size="610"]::after {
top: 285;
left: 229;
}
.pie[size="611"] {
height: 611;
width: 611;
}
.pie[size="611"]::after {
top: 285.5;
left: 229.4;
}
.pie-reverse[size="611"] {
height: 611;
width: 611;
}
.pie-reverse[size="611"]::after {
top: 285.5;
left: 229.4;
}
.pie[size="612"] {
height: 612;
width: 612;
}
.pie[size="612"]::after {
top: 286;
left: 229.8;
}
.pie-reverse[size="612"] {
height: 612;
width: 612;
}
.pie-reverse[size="612"]::after {
top: 286;
left: 229.8;
}
.pie[size="613"] {
height: 613;
width: 613;
}
.pie[size="613"]::after {
top: 286.5;
left: 230.2;
}
.pie-reverse[size="613"] {
height: 613;
width: 613;
}
.pie-reverse[size="613"]::after {
top: 286.5;
left: 230.2;
}
.pie[size="614"] {
height: 614;
width: 614;
}
.pie[size="614"]::after {
top: 287;
left: 230.6;
}
.pie-reverse[size="614"] {
height: 614;
width: 614;
}
.pie-reverse[size="614"]::after {
top: 287;
left: 230.6;
}
.pie[size="615"] {
height: 615;
width: 615;
}
.pie[size="615"]::after {
top: 287.5;
left: 231;
}
.pie-reverse[size="615"] {
height: 615;
width: 615;
}
.pie-reverse[size="615"]::after {
top: 287.5;
left: 231;
}
.pie[size="616"] {
height: 616;
width: 616;
}
.pie[size="616"]::after {
top: 288;
left: 231.4;
}
.pie-reverse[size="616"] {
height: 616;
width: 616;
}
.pie-reverse[size="616"]::after {
top: 288;
left: 231.4;
}
.pie[size="617"] {
height: 617;
width: 617;
}
.pie[size="617"]::after {
top: 288.5;
left: 231.8;
}
.pie-reverse[size="617"] {
height: 617;
width: 617;
}
.pie-reverse[size="617"]::after {
top: 288.5;
left: 231.8;
}
.pie[size="618"] {
height: 618;
width: 618;
}
.pie[size="618"]::after {
top: 289;
left: 232.2;
}
.pie-reverse[size="618"] {
height: 618;
width: 618;
}
.pie-reverse[size="618"]::after {
top: 289;
left: 232.2;
}
.pie[size="619"] {
height: 619;
width: 619;
}
.pie[size="619"]::after {
top: 289.5;
left: 232.6;
}
.pie-reverse[size="619"] {
height: 619;
width: 619;
}
.pie-reverse[size="619"]::after {
top: 289.5;
left: 232.6;
}
.pie[size="620"] {
height: 620;
width: 620;
}
.pie[size="620"]::after {
top: 290;
left: 233;
}
.pie-reverse[size="620"] {
height: 620;
width: 620;
}
.pie-reverse[size="620"]::after {
top: 290;
left: 233;
}
.pie[size="621"] {
height: 621;
width: 621;
}
.pie[size="621"]::after {
top: 290.5;
left: 233.4;
}
.pie-reverse[size="621"] {
height: 621;
width: 621;
}
.pie-reverse[size="621"]::after {
top: 290.5;
left: 233.4;
}
.pie[size="622"] {
height: 622;
width: 622;
}
.pie[size="622"]::after {
top: 291;
left: 233.8;
}
.pie-reverse[size="622"] {
height: 622;
width: 622;
}
.pie-reverse[size="622"]::after {
top: 291;
left: 233.8;
}
.pie[size="623"] {
height: 623;
width: 623;
}
.pie[size="623"]::after {
top: 291.5;
left: 234.2;
}
.pie-reverse[size="623"] {
height: 623;
width: 623;
}
.pie-reverse[size="623"]::after {
top: 291.5;
left: 234.2;
}
.pie[size="624"] {
height: 624;
width: 624;
}
.pie[size="624"]::after {
top: 292;
left: 234.6;
}
.pie-reverse[size="624"] {
height: 624;
width: 624;
}
.pie-reverse[size="624"]::after {
top: 292;
left: 234.6;
}
.pie[size="625"] {
height: 625;
width: 625;
}
.pie[size="625"]::after {
top: 292.5;
left: 235;
}
.pie-reverse[size="625"] {
height: 625;
width: 625;
}
.pie-reverse[size="625"]::after {
top: 292.5;
left: 235;
}
.pie[size="626"] {
height: 626;
width: 626;
}
.pie[size="626"]::after {
top: 293;
left: 235.4;
}
.pie-reverse[size="626"] {
height: 626;
width: 626;
}
.pie-reverse[size="626"]::after {
top: 293;
left: 235.4;
}
.pie[size="627"] {
height: 627;
width: 627;
}
.pie[size="627"]::after {
top: 293.5;
left: 235.8;
}
.pie-reverse[size="627"] {
height: 627;
width: 627;
}
.pie-reverse[size="627"]::after {
top: 293.5;
left: 235.8;
}
.pie[size="628"] {
height: 628;
width: 628;
}
.pie[size="628"]::after {
top: 294;
left: 236.2;
}
.pie-reverse[size="628"] {
height: 628;
width: 628;
}
.pie-reverse[size="628"]::after {
top: 294;
left: 236.2;
}
.pie[size="629"] {
height: 629;
width: 629;
}
.pie[size="629"]::after {
top: 294.5;
left: 236.6;
}
.pie-reverse[size="629"] {
height: 629;
width: 629;
}
.pie-reverse[size="629"]::after {
top: 294.5;
left: 236.6;
}
.pie[size="630"] {
height: 630;
width: 630;
}
.pie[size="630"]::after {
top: 295;
left: 237;
}
.pie-reverse[size="630"] {
height: 630;
width: 630;
}
.pie-reverse[size="630"]::after {
top: 295;
left: 237;
}
.pie[size="631"] {
height: 631;
width: 631;
}
.pie[size="631"]::after {
top: 295.5;
left: 237.4;
}
.pie-reverse[size="631"] {
height: 631;
width: 631;
}
.pie-reverse[size="631"]::after {
top: 295.5;
left: 237.4;
}
.pie[size="632"] {
height: 632;
width: 632;
}
.pie[size="632"]::after {
top: 296;
left: 237.8;
}
.pie-reverse[size="632"] {
height: 632;
width: 632;
}
.pie-reverse[size="632"]::after {
top: 296;
left: 237.8;
}
.pie[size="633"] {
height: 633;
width: 633;
}
.pie[size="633"]::after {
top: 296.5;
left: 238.2;
}
.pie-reverse[size="633"] {
height: 633;
width: 633;
}
.pie-reverse[size="633"]::after {
top: 296.5;
left: 238.2;
}
.pie[size="634"] {
height: 634;
width: 634;
}
.pie[size="634"]::after {
top: 297;
left: 238.6;
}
.pie-reverse[size="634"] {
height: 634;
width: 634;
}
.pie-reverse[size="634"]::after {
top: 297;
left: 238.6;
}
.pie[size="635"] {
height: 635;
width: 635;
}
.pie[size="635"]::after {
top: 297.5;
left: 239;
}
.pie-reverse[size="635"] {
height: 635;
width: 635;
}
.pie-reverse[size="635"]::after {
top: 297.5;
left: 239;
}
.pie[size="636"] {
height: 636;
width: 636;
}
.pie[size="636"]::after {
top: 298;
left: 239.4;
}
.pie-reverse[size="636"] {
height: 636;
width: 636;
}
.pie-reverse[size="636"]::after {
top: 298;
left: 239.4;
}
.pie[size="637"] {
height: 637;
width: 637;
}
.pie[size="637"]::after {
top: 298.5;
left: 239.8;
}
.pie-reverse[size="637"] {
height: 637;
width: 637;
}
.pie-reverse[size="637"]::after {
top: 298.5;
left: 239.8;
}
.pie[size="638"] {
height: 638;
width: 638;
}
.pie[size="638"]::after {
top: 299;
left: 240.2;
}
.pie-reverse[size="638"] {
height: 638;
width: 638;
}
.pie-reverse[size="638"]::after {
top: 299;
left: 240.2;
}
.pie[size="639"] {
height: 639;
width: 639;
}
.pie[size="639"]::after {
top: 299.5;
left: 240.6;
}
.pie-reverse[size="639"] {
height: 639;
width: 639;
}
.pie-reverse[size="639"]::after {
top: 299.5;
left: 240.6;
}
.pie[size="640"] {
height: 640;
width: 640;
}
.pie[size="640"]::after {
top: 300;
left: 241;
}
.pie-reverse[size="640"] {
height: 640;
width: 640;
}
.pie-reverse[size="640"]::after {
top: 300;
left: 241;
}
.pie[size="641"] {
height: 641;
width: 641;
}
.pie[size="641"]::after {
top: 300.5;
left: 241.4;
}
.pie-reverse[size="641"] {
height: 641;
width: 641;
}
.pie-reverse[size="641"]::after {
top: 300.5;
left: 241.4;
}
.pie[size="642"] {
height: 642;
width: 642;
}
.pie[size="642"]::after {
top: 301;
left: 241.8;
}
.pie-reverse[size="642"] {
height: 642;
width: 642;
}
.pie-reverse[size="642"]::after {
top: 301;
left: 241.8;
}
.pie[size="643"] {
height: 643;
width: 643;
}
.pie[size="643"]::after {
top: 301.5;
left: 242.2;
}
.pie-reverse[size="643"] {
height: 643;
width: 643;
}
.pie-reverse[size="643"]::after {
top: 301.5;
left: 242.2;
}
.pie[size="644"] {
height: 644;
width: 644;
}
.pie[size="644"]::after {
top: 302;
left: 242.6;
}
.pie-reverse[size="644"] {
height: 644;
width: 644;
}
.pie-reverse[size="644"]::after {
top: 302;
left: 242.6;
}
.pie[size="645"] {
height: 645;
width: 645;
}
.pie[size="645"]::after {
top: 302.5;
left: 243;
}
.pie-reverse[size="645"] {
height: 645;
width: 645;
}
.pie-reverse[size="645"]::after {
top: 302.5;
left: 243;
}
.pie[size="646"] {
height: 646;
width: 646;
}
.pie[size="646"]::after {
top: 303;
left: 243.4;
}
.pie-reverse[size="646"] {
height: 646;
width: 646;
}
.pie-reverse[size="646"]::after {
top: 303;
left: 243.4;
}
.pie[size="647"] {
height: 647;
width: 647;
}
.pie[size="647"]::after {
top: 303.5;
left: 243.8;
}
.pie-reverse[size="647"] {
height: 647;
width: 647;
}
.pie-reverse[size="647"]::after {
top: 303.5;
left: 243.8;
}
.pie[size="648"] {
height: 648;
width: 648;
}
.pie[size="648"]::after {
top: 304;
left: 244.2;
}
.pie-reverse[size="648"] {
height: 648;
width: 648;
}
.pie-reverse[size="648"]::after {
top: 304;
left: 244.2;
}
.pie[size="649"] {
height: 649;
width: 649;
}
.pie[size="649"]::after {
top: 304.5;
left: 244.6;
}
.pie-reverse[size="649"] {
height: 649;
width: 649;
}
.pie-reverse[size="649"]::after {
top: 304.5;
left: 244.6;
}
.pie[size="650"] {
height: 650;
width: 650;
}
.pie[size="650"]::after {
top: 305;
left: 245;
}
.pie-reverse[size="650"] {
height: 650;
width: 650;
}
.pie-reverse[size="650"]::after {
top: 305;
left: 245;
}
.pie[size="651"] {
height: 651;
width: 651;
}
.pie[size="651"]::after {
top: 305.5;
left: 245.4;
}
.pie-reverse[size="651"] {
height: 651;
width: 651;
}
.pie-reverse[size="651"]::after {
top: 305.5;
left: 245.4;
}
.pie[size="652"] {
height: 652;
width: 652;
}
.pie[size="652"]::after {
top: 306;
left: 245.8;
}
.pie-reverse[size="652"] {
height: 652;
width: 652;
}
.pie-reverse[size="652"]::after {
top: 306;
left: 245.8;
}
.pie[size="653"] {
height: 653;
width: 653;
}
.pie[size="653"]::after {
top: 306.5;
left: 246.2;
}
.pie-reverse[size="653"] {
height: 653;
width: 653;
}
.pie-reverse[size="653"]::after {
top: 306.5;
left: 246.2;
}
.pie[size="654"] {
height: 654;
width: 654;
}
.pie[size="654"]::after {
top: 307;
left: 246.6;
}
.pie-reverse[size="654"] {
height: 654;
width: 654;
}
.pie-reverse[size="654"]::after {
top: 307;
left: 246.6;
}
.pie[size="655"] {
height: 655;
width: 655;
}
.pie[size="655"]::after {
top: 307.5;
left: 247;
}
.pie-reverse[size="655"] {
height: 655;
width: 655;
}
.pie-reverse[size="655"]::after {
top: 307.5;
left: 247;
}
.pie[size="656"] {
height: 656;
width: 656;
}
.pie[size="656"]::after {
top: 308;
left: 247.4;
}
.pie-reverse[size="656"] {
height: 656;
width: 656;
}
.pie-reverse[size="656"]::after {
top: 308;
left: 247.4;
}
.pie[size="657"] {
height: 657;
width: 657;
}
.pie[size="657"]::after {
top: 308.5;
left: 247.8;
}
.pie-reverse[size="657"] {
height: 657;
width: 657;
}
.pie-reverse[size="657"]::after {
top: 308.5;
left: 247.8;
}
.pie[size="658"] {
height: 658;
width: 658;
}
.pie[size="658"]::after {
top: 309;
left: 248.2;
}
.pie-reverse[size="658"] {
height: 658;
width: 658;
}
.pie-reverse[size="658"]::after {
top: 309;
left: 248.2;
}
.pie[size="659"] {
height: 659;
width: 659;
}
.pie[size="659"]::after {
top: 309.5;
left: 248.6;
}
.pie-reverse[size="659"] {
height: 659;
width: 659;
}
.pie-reverse[size="659"]::after {
top: 309.5;
left: 248.6;
}
.pie[size="660"] {
height: 660;
width: 660;
}
.pie[size="660"]::after {
top: 310;
left: 249;
}
.pie-reverse[size="660"] {
height: 660;
width: 660;
}
.pie-reverse[size="660"]::after {
top: 310;
left: 249;
}
.pie[size="661"] {
height: 661;
width: 661;
}
.pie[size="661"]::after {
top: 310.5;
left: 249.4;
}
.pie-reverse[size="661"] {
height: 661;
width: 661;
}
.pie-reverse[size="661"]::after {
top: 310.5;
left: 249.4;
}
.pie[size="662"] {
height: 662;
width: 662;
}
.pie[size="662"]::after {
top: 311;
left: 249.8;
}
.pie-reverse[size="662"] {
height: 662;
width: 662;
}
.pie-reverse[size="662"]::after {
top: 311;
left: 249.8;
}
.pie[size="663"] {
height: 663;
width: 663;
}
.pie[size="663"]::after {
top: 311.5;
left: 250.2;
}
.pie-reverse[size="663"] {
height: 663;
width: 663;
}
.pie-reverse[size="663"]::after {
top: 311.5;
left: 250.2;
}
.pie[size="664"] {
height: 664;
width: 664;
}
.pie[size="664"]::after {
top: 312;
left: 250.6;
}
.pie-reverse[size="664"] {
height: 664;
width: 664;
}
.pie-reverse[size="664"]::after {
top: 312;
left: 250.6;
}
.pie[size="665"] {
height: 665;
width: 665;
}
.pie[size="665"]::after {
top: 312.5;
left: 251;
}
.pie-reverse[size="665"] {
height: 665;
width: 665;
}
.pie-reverse[size="665"]::after {
top: 312.5;
left: 251;
}
.pie[size="666"] {
height: 666;
width: 666;
}
.pie[size="666"]::after {
top: 313;
left: 251.4;
}
.pie-reverse[size="666"] {
height: 666;
width: 666;
}
.pie-reverse[size="666"]::after {
top: 313;
left: 251.4;
}
.pie[size="667"] {
height: 667;
width: 667;
}
.pie[size="667"]::after {
top: 313.5;
left: 251.8;
}
.pie-reverse[size="667"] {
height: 667;
width: 667;
}
.pie-reverse[size="667"]::after {
top: 313.5;
left: 251.8;
}
.pie[size="668"] {
height: 668;
width: 668;
}
.pie[size="668"]::after {
top: 314;
left: 252.2;
}
.pie-reverse[size="668"] {
height: 668;
width: 668;
}
.pie-reverse[size="668"]::after {
top: 314;
left: 252.2;
}
.pie[size="669"] {
height: 669;
width: 669;
}
.pie[size="669"]::after {
top: 314.5;
left: 252.6;
}
.pie-reverse[size="669"] {
height: 669;
width: 669;
}
.pie-reverse[size="669"]::after {
top: 314.5;
left: 252.6;
}
.pie[size="670"] {
height: 670;
width: 670;
}
.pie[size="670"]::after {
top: 315;
left: 253;
}
.pie-reverse[size="670"] {
height: 670;
width: 670;
}
.pie-reverse[size="670"]::after {
top: 315;
left: 253;
}
.pie[size="671"] {
height: 671;
width: 671;
}
.pie[size="671"]::after {
top: 315.5;
left: 253.4;
}
.pie-reverse[size="671"] {
height: 671;
width: 671;
}
.pie-reverse[size="671"]::after {
top: 315.5;
left: 253.4;
}
.pie[size="672"] {
height: 672;
width: 672;
}
.pie[size="672"]::after {
top: 316;
left: 253.8;
}
.pie-reverse[size="672"] {
height: 672;
width: 672;
}
.pie-reverse[size="672"]::after {
top: 316;
left: 253.8;
}
.pie[size="673"] {
height: 673;
width: 673;
}
.pie[size="673"]::after {
top: 316.5;
left: 254.2;
}
.pie-reverse[size="673"] {
height: 673;
width: 673;
}
.pie-reverse[size="673"]::after {
top: 316.5;
left: 254.2;
}
.pie[size="674"] {
height: 674;
width: 674;
}
.pie[size="674"]::after {
top: 317;
left: 254.6;
}
.pie-reverse[size="674"] {
height: 674;
width: 674;
}
.pie-reverse[size="674"]::after {
top: 317;
left: 254.6;
}
.pie[size="675"] {
height: 675;
width: 675;
}
.pie[size="675"]::after {
top: 317.5;
left: 255;
}
.pie-reverse[size="675"] {
height: 675;
width: 675;
}
.pie-reverse[size="675"]::after {
top: 317.5;
left: 255;
}
.pie[size="676"] {
height: 676;
width: 676;
}
.pie[size="676"]::after {
top: 318;
left: 255.4;
}
.pie-reverse[size="676"] {
height: 676;
width: 676;
}
.pie-reverse[size="676"]::after {
top: 318;
left: 255.4;
}
.pie[size="677"] {
height: 677;
width: 677;
}
.pie[size="677"]::after {
top: 318.5;
left: 255.8;
}
.pie-reverse[size="677"] {
height: 677;
width: 677;
}
.pie-reverse[size="677"]::after {
top: 318.5;
left: 255.8;
}
.pie[size="678"] {
height: 678;
width: 678;
}
.pie[size="678"]::after {
top: 319;
left: 256.2;
}
.pie-reverse[size="678"] {
height: 678;
width: 678;
}
.pie-reverse[size="678"]::after {
top: 319;
left: 256.2;
}
.pie[size="679"] {
height: 679;
width: 679;
}
.pie[size="679"]::after {
top: 319.5;
left: 256.6;
}
.pie-reverse[size="679"] {
height: 679;
width: 679;
}
.pie-reverse[size="679"]::after {
top: 319.5;
left: 256.6;
}
.pie[size="680"] {
height: 680;
width: 680;
}
.pie[size="680"]::after {
top: 320;
left: 257;
}
.pie-reverse[size="680"] {
height: 680;
width: 680;
}
.pie-reverse[size="680"]::after {
top: 320;
left: 257;
}
.pie[size="681"] {
height: 681;
width: 681;
}
.pie[size="681"]::after {
top: 320.5;
left: 257.4;
}
.pie-reverse[size="681"] {
height: 681;
width: 681;
}
.pie-reverse[size="681"]::after {
top: 320.5;
left: 257.4;
}
.pie[size="682"] {
height: 682;
width: 682;
}
.pie[size="682"]::after {
top: 321;
left: 257.8;
}
.pie-reverse[size="682"] {
height: 682;
width: 682;
}
.pie-reverse[size="682"]::after {
top: 321;
left: 257.8;
}
.pie[size="683"] {
height: 683;
width: 683;
}
.pie[size="683"]::after {
top: 321.5;
left: 258.2;
}
.pie-reverse[size="683"] {
height: 683;
width: 683;
}
.pie-reverse[size="683"]::after {
top: 321.5;
left: 258.2;
}
.pie[size="684"] {
height: 684;
width: 684;
}
.pie[size="684"]::after {
top: 322;
left: 258.6;
}
.pie-reverse[size="684"] {
height: 684;
width: 684;
}
.pie-reverse[size="684"]::after {
top: 322;
left: 258.6;
}
.pie[size="685"] {
height: 685;
width: 685;
}
.pie[size="685"]::after {
top: 322.5;
left: 259;
}
.pie-reverse[size="685"] {
height: 685;
width: 685;
}
.pie-reverse[size="685"]::after {
top: 322.5;
left: 259;
}
.pie[size="686"] {
height: 686;
width: 686;
}
.pie[size="686"]::after {
top: 323;
left: 259.4;
}
.pie-reverse[size="686"] {
height: 686;
width: 686;
}
.pie-reverse[size="686"]::after {
top: 323;
left: 259.4;
}
.pie[size="687"] {
height: 687;
width: 687;
}
.pie[size="687"]::after {
top: 323.5;
left: 259.8;
}
.pie-reverse[size="687"] {
height: 687;
width: 687;
}
.pie-reverse[size="687"]::after {
top: 323.5;
left: 259.8;
}
.pie[size="688"] {
height: 688;
width: 688;
}
.pie[size="688"]::after {
top: 324;
left: 260.2;
}
.pie-reverse[size="688"] {
height: 688;
width: 688;
}
.pie-reverse[size="688"]::after {
top: 324;
left: 260.2;
}
.pie[size="689"] {
height: 689;
width: 689;
}
.pie[size="689"]::after {
top: 324.5;
left: 260.6;
}
.pie-reverse[size="689"] {
height: 689;
width: 689;
}
.pie-reverse[size="689"]::after {
top: 324.5;
left: 260.6;
}
.pie[size="690"] {
height: 690;
width: 690;
}
.pie[size="690"]::after {
top: 325;
left: 261;
}
.pie-reverse[size="690"] {
height: 690;
width: 690;
}
.pie-reverse[size="690"]::after {
top: 325;
left: 261;
}
.pie[size="691"] {
height: 691;
width: 691;
}
.pie[size="691"]::after {
top: 325.5;
left: 261.4;
}
.pie-reverse[size="691"] {
height: 691;
width: 691;
}
.pie-reverse[size="691"]::after {
top: 325.5;
left: 261.4;
}
.pie[size="692"] {
height: 692;
width: 692;
}
.pie[size="692"]::after {
top: 326;
left: 261.8;
}
.pie-reverse[size="692"] {
height: 692;
width: 692;
}
.pie-reverse[size="692"]::after {
top: 326;
left: 261.8;
}
.pie[size="693"] {
height: 693;
width: 693;
}
.pie[size="693"]::after {
top: 326.5;
left: 262.2;
}
.pie-reverse[size="693"] {
height: 693;
width: 693;
}
.pie-reverse[size="693"]::after {
top: 326.5;
left: 262.2;
}
.pie[size="694"] {
height: 694;
width: 694;
}
.pie[size="694"]::after {
top: 327;
left: 262.6;
}
.pie-reverse[size="694"] {
height: 694;
width: 694;
}
.pie-reverse[size="694"]::after {
top: 327;
left: 262.6;
}
.pie[size="695"] {
height: 695;
width: 695;
}
.pie[size="695"]::after {
top: 327.5;
left: 263;
}
.pie-reverse[size="695"] {
height: 695;
width: 695;
}
.pie-reverse[size="695"]::after {
top: 327.5;
left: 263;
}
.pie[size="696"] {
height: 696;
width: 696;
}
.pie[size="696"]::after {
top: 328;
left: 263.4;
}
.pie-reverse[size="696"] {
height: 696;
width: 696;
}
.pie-reverse[size="696"]::after {
top: 328;
left: 263.4;
}
.pie[size="697"] {
height: 697;
width: 697;
}
.pie[size="697"]::after {
top: 328.5;
left: 263.8;
}
.pie-reverse[size="697"] {
height: 697;
width: 697;
}
.pie-reverse[size="697"]::after {
top: 328.5;
left: 263.8;
}
.pie[size="698"] {
height: 698;
width: 698;
}
.pie[size="698"]::after {
top: 329;
left: 264.2;
}
.pie-reverse[size="698"] {
height: 698;
width: 698;
}
.pie-reverse[size="698"]::after {
top: 329;
left: 264.2;
}
.pie[size="699"] {
height: 699;
width: 699;
}
.pie[size="699"]::after {
top: 329.5;
left: 264.6;
}
.pie-reverse[size="699"] {
height: 699;
width: 699;
}
.pie-reverse[size="699"]::after {
top: 329.5;
left: 264.6;
}
.pie[size="700"] {
height: 700;
width: 700;
}
.pie[size="700"]::after {
top: 330;
left: 265;
}
.pie-reverse[size="700"] {
height: 700;
width: 700;
}
.pie-reverse[size="700"]::after {
top: 330;
left: 265;
}
.pie[size="701"] {
height: 701;
width: 701;
}
.pie[size="701"]::after {
top: 330.5;
left: 265.4;
}
.pie-reverse[size="701"] {
height: 701;
width: 701;
}
.pie-reverse[size="701"]::after {
top: 330.5;
left: 265.4;
}
.pie[size="702"] {
height: 702;
width: 702;
}
.pie[size="702"]::after {
top: 331;
left: 265.8;
}
.pie-reverse[size="702"] {
height: 702;
width: 702;
}
.pie-reverse[size="702"]::after {
top: 331;
left: 265.8;
}
.pie[size="703"] {
height: 703;
width: 703;
}
.pie[size="703"]::after {
top: 331.5;
left: 266.2;
}
.pie-reverse[size="703"] {
height: 703;
width: 703;
}
.pie-reverse[size="703"]::after {
top: 331.5;
left: 266.2;
}
.pie[size="704"] {
height: 704;
width: 704;
}
.pie[size="704"]::after {
top: 332;
left: 266.6;
}
.pie-reverse[size="704"] {
height: 704;
width: 704;
}
.pie-reverse[size="704"]::after {
top: 332;
left: 266.6;
}
.pie[size="705"] {
height: 705;
width: 705;
}
.pie[size="705"]::after {
top: 332.5;
left: 267;
}
.pie-reverse[size="705"] {
height: 705;
width: 705;
}
.pie-reverse[size="705"]::after {
top: 332.5;
left: 267;
}
.pie[size="706"] {
height: 706;
width: 706;
}
.pie[size="706"]::after {
top: 333;
left: 267.4;
}
.pie-reverse[size="706"] {
height: 706;
width: 706;
}
.pie-reverse[size="706"]::after {
top: 333;
left: 267.4;
}
.pie[size="707"] {
height: 707;
width: 707;
}
.pie[size="707"]::after {
top: 333.5;
left: 267.8;
}
.pie-reverse[size="707"] {
height: 707;
width: 707;
}
.pie-reverse[size="707"]::after {
top: 333.5;
left: 267.8;
}
.pie[size="708"] {
height: 708;
width: 708;
}
.pie[size="708"]::after {
top: 334;
left: 268.2;
}
.pie-reverse[size="708"] {
height: 708;
width: 708;
}
.pie-reverse[size="708"]::after {
top: 334;
left: 268.2;
}
.pie[size="709"] {
height: 709;
width: 709;
}
.pie[size="709"]::after {
top: 334.5;
left: 268.6;
}
.pie-reverse[size="709"] {
height: 709;
width: 709;
}
.pie-reverse[size="709"]::after {
top: 334.5;
left: 268.6;
}
.pie[size="710"] {
height: 710;
width: 710;
}
.pie[size="710"]::after {
top: 335;
left: 269;
}
.pie-reverse[size="710"] {
height: 710;
width: 710;
}
.pie-reverse[size="710"]::after {
top: 335;
left: 269;
}
.pie[size="711"] {
height: 711;
width: 711;
}
.pie[size="711"]::after {
top: 335.5;
left: 269.4;
}
.pie-reverse[size="711"] {
height: 711;
width: 711;
}
.pie-reverse[size="711"]::after {
top: 335.5;
left: 269.4;
}
.pie[size="712"] {
height: 712;
width: 712;
}
.pie[size="712"]::after {
top: 336;
left: 269.8;
}
.pie-reverse[size="712"] {
height: 712;
width: 712;
}
.pie-reverse[size="712"]::after {
top: 336;
left: 269.8;
}
.pie[size="713"] {
height: 713;
width: 713;
}
.pie[size="713"]::after {
top: 336.5;
left: 270.2;
}
.pie-reverse[size="713"] {
height: 713;
width: 713;
}
.pie-reverse[size="713"]::after {
top: 336.5;
left: 270.2;
}
.pie[size="714"] {
height: 714;
width: 714;
}
.pie[size="714"]::after {
top: 337;
left: 270.6;
}
.pie-reverse[size="714"] {
height: 714;
width: 714;
}
.pie-reverse[size="714"]::after {
top: 337;
left: 270.6;
}
.pie[size="715"] {
height: 715;
width: 715;
}
.pie[size="715"]::after {
top: 337.5;
left: 271;
}
.pie-reverse[size="715"] {
height: 715;
width: 715;
}
.pie-reverse[size="715"]::after {
top: 337.5;
left: 271;
}
.pie[size="716"] {
height: 716;
width: 716;
}
.pie[size="716"]::after {
top: 338;
left: 271.4;
}
.pie-reverse[size="716"] {
height: 716;
width: 716;
}
.pie-reverse[size="716"]::after {
top: 338;
left: 271.4;
}
.pie[size="717"] {
height: 717;
width: 717;
}
.pie[size="717"]::after {
top: 338.5;
left: 271.8;
}
.pie-reverse[size="717"] {
height: 717;
width: 717;
}
.pie-reverse[size="717"]::after {
top: 338.5;
left: 271.8;
}
.pie[size="718"] {
height: 718;
width: 718;
}
.pie[size="718"]::after {
top: 339;
left: 272.2;
}
.pie-reverse[size="718"] {
height: 718;
width: 718;
}
.pie-reverse[size="718"]::after {
top: 339;
left: 272.2;
}
.pie[size="719"] {
height: 719;
width: 719;
}
.pie[size="719"]::after {
top: 339.5;
left: 272.6;
}
.pie-reverse[size="719"] {
height: 719;
width: 719;
}
.pie-reverse[size="719"]::after {
top: 339.5;
left: 272.6;
}
.pie[size="720"] {
height: 720;
width: 720;
}
.pie[size="720"]::after {
top: 340;
left: 273;
}
.pie-reverse[size="720"] {
height: 720;
width: 720;
}
.pie-reverse[size="720"]::after {
top: 340;
left: 273;
}
.pie[size="721"] {
height: 721;
width: 721;
}
.pie[size="721"]::after {
top: 340.5;
left: 273.4;
}
.pie-reverse[size="721"] {
height: 721;
width: 721;
}
.pie-reverse[size="721"]::after {
top: 340.5;
left: 273.4;
}
.pie[size="722"] {
height: 722;
width: 722;
}
.pie[size="722"]::after {
top: 341;
left: 273.8;
}
.pie-reverse[size="722"] {
height: 722;
width: 722;
}
.pie-reverse[size="722"]::after {
top: 341;
left: 273.8;
}
.pie[size="723"] {
height: 723;
width: 723;
}
.pie[size="723"]::after {
top: 341.5;
left: 274.2;
}
.pie-reverse[size="723"] {
height: 723;
width: 723;
}
.pie-reverse[size="723"]::after {
top: 341.5;
left: 274.2;
}
.pie[size="724"] {
height: 724;
width: 724;
}
.pie[size="724"]::after {
top: 342;
left: 274.6;
}
.pie-reverse[size="724"] {
height: 724;
width: 724;
}
.pie-reverse[size="724"]::after {
top: 342;
left: 274.6;
}
.pie[size="725"] {
height: 725;
width: 725;
}
.pie[size="725"]::after {
top: 342.5;
left: 275;
}
.pie-reverse[size="725"] {
height: 725;
width: 725;
}
.pie-reverse[size="725"]::after {
top: 342.5;
left: 275;
}
.pie[size="726"] {
height: 726;
width: 726;
}
.pie[size="726"]::after {
top: 343;
left: 275.4;
}
.pie-reverse[size="726"] {
height: 726;
width: 726;
}
.pie-reverse[size="726"]::after {
top: 343;
left: 275.4;
}
.pie[size="727"] {
height: 727;
width: 727;
}
.pie[size="727"]::after {
top: 343.5;
left: 275.8;
}
.pie-reverse[size="727"] {
height: 727;
width: 727;
}
.pie-reverse[size="727"]::after {
top: 343.5;
left: 275.8;
}
.pie[size="728"] {
height: 728;
width: 728;
}
.pie[size="728"]::after {
top: 344;
left: 276.2;
}
.pie-reverse[size="728"] {
height: 728;
width: 728;
}
.pie-reverse[size="728"]::after {
top: 344;
left: 276.2;
}
.pie[size="729"] {
height: 729;
width: 729;
}
.pie[size="729"]::after {
top: 344.5;
left: 276.6;
}
.pie-reverse[size="729"] {
height: 729;
width: 729;
}
.pie-reverse[size="729"]::after {
top: 344.5;
left: 276.6;
}
.pie[size="730"] {
height: 730;
width: 730;
}
.pie[size="730"]::after {
top: 345;
left: 277;
}
.pie-reverse[size="730"] {
height: 730;
width: 730;
}
.pie-reverse[size="730"]::after {
top: 345;
left: 277;
}
.pie[size="731"] {
height: 731;
width: 731;
}
.pie[size="731"]::after {
top: 345.5;
left: 277.4;
}
.pie-reverse[size="731"] {
height: 731;
width: 731;
}
.pie-reverse[size="731"]::after {
top: 345.5;
left: 277.4;
}
.pie[size="732"] {
height: 732;
width: 732;
}
.pie[size="732"]::after {
top: 346;
left: 277.8;
}
.pie-reverse[size="732"] {
height: 732;
width: 732;
}
.pie-reverse[size="732"]::after {
top: 346;
left: 277.8;
}
.pie[size="733"] {
height: 733;
width: 733;
}
.pie[size="733"]::after {
top: 346.5;
left: 278.2;
}
.pie-reverse[size="733"] {
height: 733;
width: 733;
}
.pie-reverse[size="733"]::after {
top: 346.5;
left: 278.2;
}
.pie[size="734"] {
height: 734;
width: 734;
}
.pie[size="734"]::after {
top: 347;
left: 278.6;
}
.pie-reverse[size="734"] {
height: 734;
width: 734;
}
.pie-reverse[size="734"]::after {
top: 347;
left: 278.6;
}
.pie[size="735"] {
height: 735;
width: 735;
}
.pie[size="735"]::after {
top: 347.5;
left: 279;
}
.pie-reverse[size="735"] {
height: 735;
width: 735;
}
.pie-reverse[size="735"]::after {
top: 347.5;
left: 279;
}
.pie[size="736"] {
height: 736;
width: 736;
}
.pie[size="736"]::after {
top: 348;
left: 279.4;
}
.pie-reverse[size="736"] {
height: 736;
width: 736;
}
.pie-reverse[size="736"]::after {
top: 348;
left: 279.4;
}
.pie[size="737"] {
height: 737;
width: 737;
}
.pie[size="737"]::after {
top: 348.5;
left: 279.8;
}
.pie-reverse[size="737"] {
height: 737;
width: 737;
}
.pie-reverse[size="737"]::after {
top: 348.5;
left: 279.8;
}
.pie[size="738"] {
height: 738;
width: 738;
}
.pie[size="738"]::after {
top: 349;
left: 280.2;
}
.pie-reverse[size="738"] {
height: 738;
width: 738;
}
.pie-reverse[size="738"]::after {
top: 349;
left: 280.2;
}
.pie[size="739"] {
height: 739;
width: 739;
}
.pie[size="739"]::after {
top: 349.5;
left: 280.6;
}
.pie-reverse[size="739"] {
height: 739;
width: 739;
}
.pie-reverse[size="739"]::after {
top: 349.5;
left: 280.6;
}
.pie[size="740"] {
height: 740;
width: 740;
}
.pie[size="740"]::after {
top: 350;
left: 281;
}
.pie-reverse[size="740"] {
height: 740;
width: 740;
}
.pie-reverse[size="740"]::after {
top: 350;
left: 281;
}
.pie[size="741"] {
height: 741;
width: 741;
}
.pie[size="741"]::after {
top: 350.5;
left: 281.4;
}
.pie-reverse[size="741"] {
height: 741;
width: 741;
}
.pie-reverse[size="741"]::after {
top: 350.5;
left: 281.4;
}
.pie[size="742"] {
height: 742;
width: 742;
}
.pie[size="742"]::after {
top: 351;
left: 281.8;
}
.pie-reverse[size="742"] {
height: 742;
width: 742;
}
.pie-reverse[size="742"]::after {
top: 351;
left: 281.8;
}
.pie[size="743"] {
height: 743;
width: 743;
}
.pie[size="743"]::after {
top: 351.5;
left: 282.2;
}
.pie-reverse[size="743"] {
height: 743;
width: 743;
}
.pie-reverse[size="743"]::after {
top: 351.5;
left: 282.2;
}
.pie[size="744"] {
height: 744;
width: 744;
}
.pie[size="744"]::after {
top: 352;
left: 282.6;
}
.pie-reverse[size="744"] {
height: 744;
width: 744;
}
.pie-reverse[size="744"]::after {
top: 352;
left: 282.6;
}
.pie[size="745"] {
height: 745;
width: 745;
}
.pie[size="745"]::after {
top: 352.5;
left: 283;
}
.pie-reverse[size="745"] {
height: 745;
width: 745;
}
.pie-reverse[size="745"]::after {
top: 352.5;
left: 283;
}
.pie[size="746"] {
height: 746;
width: 746;
}
.pie[size="746"]::after {
top: 353;
left: 283.4;
}
.pie-reverse[size="746"] {
height: 746;
width: 746;
}
.pie-reverse[size="746"]::after {
top: 353;
left: 283.4;
}
.pie[size="747"] {
height: 747;
width: 747;
}
.pie[size="747"]::after {
top: 353.5;
left: 283.8;
}
.pie-reverse[size="747"] {
height: 747;
width: 747;
}
.pie-reverse[size="747"]::after {
top: 353.5;
left: 283.8;
}
.pie[size="748"] {
height: 748;
width: 748;
}
.pie[size="748"]::after {
top: 354;
left: 284.2;
}
.pie-reverse[size="748"] {
height: 748;
width: 748;
}
.pie-reverse[size="748"]::after {
top: 354;
left: 284.2;
}
.pie[size="749"] {
height: 749;
width: 749;
}
.pie[size="749"]::after {
top: 354.5;
left: 284.6;
}
.pie-reverse[size="749"] {
height: 749;
width: 749;
}
.pie-reverse[size="749"]::after {
top: 354.5;
left: 284.6;
}
.pie[size="750"] {
height: 750;
width: 750;
}
.pie[size="750"]::after {
top: 355;
left: 285;
}
.pie-reverse[size="750"] {
height: 750;
width: 750;
}
.pie-reverse[size="750"]::after {
top: 355;
left: 285;
}
.pie[size="751"] {
height: 751;
width: 751;
}
.pie[size="751"]::after {
top: 355.5;
left: 285.4;
}
.pie-reverse[size="751"] {
height: 751;
width: 751;
}
.pie-reverse[size="751"]::after {
top: 355.5;
left: 285.4;
}
.pie[size="752"] {
height: 752;
width: 752;
}
.pie[size="752"]::after {
top: 356;
left: 285.8;
}
.pie-reverse[size="752"] {
height: 752;
width: 752;
}
.pie-reverse[size="752"]::after {
top: 356;
left: 285.8;
}
.pie[size="753"] {
height: 753;
width: 753;
}
.pie[size="753"]::after {
top: 356.5;
left: 286.2;
}
.pie-reverse[size="753"] {
height: 753;
width: 753;
}
.pie-reverse[size="753"]::after {
top: 356.5;
left: 286.2;
}
.pie[size="754"] {
height: 754;
width: 754;
}
.pie[size="754"]::after {
top: 357;
left: 286.6;
}
.pie-reverse[size="754"] {
height: 754;
width: 754;
}
.pie-reverse[size="754"]::after {
top: 357;
left: 286.6;
}
.pie[size="755"] {
height: 755;
width: 755;
}
.pie[size="755"]::after {
top: 357.5;
left: 287;
}
.pie-reverse[size="755"] {
height: 755;
width: 755;
}
.pie-reverse[size="755"]::after {
top: 357.5;
left: 287;
}
.pie[size="756"] {
height: 756;
width: 756;
}
.pie[size="756"]::after {
top: 358;
left: 287.4;
}
.pie-reverse[size="756"] {
height: 756;
width: 756;
}
.pie-reverse[size="756"]::after {
top: 358;
left: 287.4;
}
.pie[size="757"] {
height: 757;
width: 757;
}
.pie[size="757"]::after {
top: 358.5;
left: 287.8;
}
.pie-reverse[size="757"] {
height: 757;
width: 757;
}
.pie-reverse[size="757"]::after {
top: 358.5;
left: 287.8;
}
.pie[size="758"] {
height: 758;
width: 758;
}
.pie[size="758"]::after {
top: 359;
left: 288.2;
}
.pie-reverse[size="758"] {
height: 758;
width: 758;
}
.pie-reverse[size="758"]::after {
top: 359;
left: 288.2;
}
.pie[size="759"] {
height: 759;
width: 759;
}
.pie[size="759"]::after {
top: 359.5;
left: 288.6;
}
.pie-reverse[size="759"] {
height: 759;
width: 759;
}
.pie-reverse[size="759"]::after {
top: 359.5;
left: 288.6;
}
.pie[size="760"] {
height: 760;
width: 760;
}
.pie[size="760"]::after {
top: 360;
left: 289;
}
.pie-reverse[size="760"] {
height: 760;
width: 760;
}
.pie-reverse[size="760"]::after {
top: 360;
left: 289;
}
.pie[size="761"] {
height: 761;
width: 761;
}
.pie[size="761"]::after {
top: 360.5;
left: 289.4;
}
.pie-reverse[size="761"] {
height: 761;
width: 761;
}
.pie-reverse[size="761"]::after {
top: 360.5;
left: 289.4;
}
.pie[size="762"] {
height: 762;
width: 762;
}
.pie[size="762"]::after {
top: 361;
left: 289.8;
}
.pie-reverse[size="762"] {
height: 762;
width: 762;
}
.pie-reverse[size="762"]::after {
top: 361;
left: 289.8;
}
.pie[size="763"] {
height: 763;
width: 763;
}
.pie[size="763"]::after {
top: 361.5;
left: 290.2;
}
.pie-reverse[size="763"] {
height: 763;
width: 763;
}
.pie-reverse[size="763"]::after {
top: 361.5;
left: 290.2;
}
.pie[size="764"] {
height: 764;
width: 764;
}
.pie[size="764"]::after {
top: 362;
left: 290.6;
}
.pie-reverse[size="764"] {
height: 764;
width: 764;
}
.pie-reverse[size="764"]::after {
top: 362;
left: 290.6;
}
.pie[size="765"] {
height: 765;
width: 765;
}
.pie[size="765"]::after {
top: 362.5;
left: 291;
}
.pie-reverse[size="765"] {
height: 765;
width: 765;
}
.pie-reverse[size="765"]::after {
top: 362.5;
left: 291;
}
.pie[size="766"] {
height: 766;
width: 766;
}
.pie[size="766"]::after {
top: 363;
left: 291.4;
}
.pie-reverse[size="766"] {
height: 766;
width: 766;
}
.pie-reverse[size="766"]::after {
top: 363;
left: 291.4;
}
.pie[size="767"] {
height: 767;
width: 767;
}
.pie[size="767"]::after {
top: 363.5;
left: 291.8;
}
.pie-reverse[size="767"] {
height: 767;
width: 767;
}
.pie-reverse[size="767"]::after {
top: 363.5;
left: 291.8;
}
.pie[size="768"] {
height: 768;
width: 768;
}
.pie[size="768"]::after {
top: 364;
left: 292.2;
}
.pie-reverse[size="768"] {
height: 768;
width: 768;
}
.pie-reverse[size="768"]::after {
top: 364;
left: 292.2;
}
.pie[size="769"] {
height: 769;
width: 769;
}
.pie[size="769"]::after {
top: 364.5;
left: 292.6;
}
.pie-reverse[size="769"] {
height: 769;
width: 769;
}
.pie-reverse[size="769"]::after {
top: 364.5;
left: 292.6;
}
.pie[size="770"] {
height: 770;
width: 770;
}
.pie[size="770"]::after {
top: 365;
left: 293;
}
.pie-reverse[size="770"] {
height: 770;
width: 770;
}
.pie-reverse[size="770"]::after {
top: 365;
left: 293;
}
.pie[size="771"] {
height: 771;
width: 771;
}
.pie[size="771"]::after {
top: 365.5;
left: 293.4;
}
.pie-reverse[size="771"] {
height: 771;
width: 771;
}
.pie-reverse[size="771"]::after {
top: 365.5;
left: 293.4;
}
.pie[size="772"] {
height: 772;
width: 772;
}
.pie[size="772"]::after {
top: 366;
left: 293.8;
}
.pie-reverse[size="772"] {
height: 772;
width: 772;
}
.pie-reverse[size="772"]::after {
top: 366;
left: 293.8;
}
.pie[size="773"] {
height: 773;
width: 773;
}
.pie[size="773"]::after {
top: 366.5;
left: 294.2;
}
.pie-reverse[size="773"] {
height: 773;
width: 773;
}
.pie-reverse[size="773"]::after {
top: 366.5;
left: 294.2;
}
.pie[size="774"] {
height: 774;
width: 774;
}
.pie[size="774"]::after {
top: 367;
left: 294.6;
}
.pie-reverse[size="774"] {
height: 774;
width: 774;
}
.pie-reverse[size="774"]::after {
top: 367;
left: 294.6;
}
.pie[size="775"] {
height: 775;
width: 775;
}
.pie[size="775"]::after {
top: 367.5;
left: 295;
}
.pie-reverse[size="775"] {
height: 775;
width: 775;
}
.pie-reverse[size="775"]::after {
top: 367.5;
left: 295;
}
.pie[size="776"] {
height: 776;
width: 776;
}
.pie[size="776"]::after {
top: 368;
left: 295.4;
}
.pie-reverse[size="776"] {
height: 776;
width: 776;
}
.pie-reverse[size="776"]::after {
top: 368;
left: 295.4;
}
.pie[size="777"] {
height: 777;
width: 777;
}
.pie[size="777"]::after {
top: 368.5;
left: 295.8;
}
.pie-reverse[size="777"] {
height: 777;
width: 777;
}
.pie-reverse[size="777"]::after {
top: 368.5;
left: 295.8;
}
.pie[size="778"] {
height: 778;
width: 778;
}
.pie[size="778"]::after {
top: 369;
left: 296.2;
}
.pie-reverse[size="778"] {
height: 778;
width: 778;
}
.pie-reverse[size="778"]::after {
top: 369;
left: 296.2;
}
.pie[size="779"] {
height: 779;
width: 779;
}
.pie[size="779"]::after {
top: 369.5;
left: 296.6;
}
.pie-reverse[size="779"] {
height: 779;
width: 779;
}
.pie-reverse[size="779"]::after {
top: 369.5;
left: 296.6;
}
.pie[size="780"] {
height: 780;
width: 780;
}
.pie[size="780"]::after {
top: 370;
left: 297;
}
.pie-reverse[size="780"] {
height: 780;
width: 780;
}
.pie-reverse[size="780"]::after {
top: 370;
left: 297;
}
.pie[size="781"] {
height: 781;
width: 781;
}
.pie[size="781"]::after {
top: 370.5;
left: 297.4;
}
.pie-reverse[size="781"] {
height: 781;
width: 781;
}
.pie-reverse[size="781"]::after {
top: 370.5;
left: 297.4;
}
.pie[size="782"] {
height: 782;
width: 782;
}
.pie[size="782"]::after {
top: 371;
left: 297.8;
}
.pie-reverse[size="782"] {
height: 782;
width: 782;
}
.pie-reverse[size="782"]::after {
top: 371;
left: 297.8;
}
.pie[size="783"] {
height: 783;
width: 783;
}
.pie[size="783"]::after {
top: 371.5;
left: 298.2;
}
.pie-reverse[size="783"] {
height: 783;
width: 783;
}
.pie-reverse[size="783"]::after {
top: 371.5;
left: 298.2;
}
.pie[size="784"] {
height: 784;
width: 784;
}
.pie[size="784"]::after {
top: 372;
left: 298.6;
}
.pie-reverse[size="784"] {
height: 784;
width: 784;
}
.pie-reverse[size="784"]::after {
top: 372;
left: 298.6;
}
.pie[size="785"] {
height: 785;
width: 785;
}
.pie[size="785"]::after {
top: 372.5;
left: 299;
}
.pie-reverse[size="785"] {
height: 785;
width: 785;
}
.pie-reverse[size="785"]::after {
top: 372.5;
left: 299;
}
.pie[size="786"] {
height: 786;
width: 786;
}
.pie[size="786"]::after {
top: 373;
left: 299.4;
}
.pie-reverse[size="786"] {
height: 786;
width: 786;
}
.pie-reverse[size="786"]::after {
top: 373;
left: 299.4;
}
.pie[size="787"] {
height: 787;
width: 787;
}
.pie[size="787"]::after {
top: 373.5;
left: 299.8;
}
.pie-reverse[size="787"] {
height: 787;
width: 787;
}
.pie-reverse[size="787"]::after {
top: 373.5;
left: 299.8;
}
.pie[size="788"] {
height: 788;
width: 788;
}
.pie[size="788"]::after {
top: 374;
left: 300.2;
}
.pie-reverse[size="788"] {
height: 788;
width: 788;
}
.pie-reverse[size="788"]::after {
top: 374;
left: 300.2;
}
.pie[size="789"] {
height: 789;
width: 789;
}
.pie[size="789"]::after {
top: 374.5;
left: 300.6;
}
.pie-reverse[size="789"] {
height: 789;
width: 789;
}
.pie-reverse[size="789"]::after {
top: 374.5;
left: 300.6;
}
.pie[size="790"] {
height: 790;
width: 790;
}
.pie[size="790"]::after {
top: 375;
left: 301;
}
.pie-reverse[size="790"] {
height: 790;
width: 790;
}
.pie-reverse[size="790"]::after {
top: 375;
left: 301;
}
.pie[size="791"] {
height: 791;
width: 791;
}
.pie[size="791"]::after {
top: 375.5;
left: 301.4;
}
.pie-reverse[size="791"] {
height: 791;
width: 791;
}
.pie-reverse[size="791"]::after {
top: 375.5;
left: 301.4;
}
.pie[size="792"] {
height: 792;
width: 792;
}
.pie[size="792"]::after {
top: 376;
left: 301.8;
}
.pie-reverse[size="792"] {
height: 792;
width: 792;
}
.pie-reverse[size="792"]::after {
top: 376;
left: 301.8;
}
.pie[size="793"] {
height: 793;
width: 793;
}
.pie[size="793"]::after {
top: 376.5;
left: 302.2;
}
.pie-reverse[size="793"] {
height: 793;
width: 793;
}
.pie-reverse[size="793"]::after {
top: 376.5;
left: 302.2;
}
.pie[size="794"] {
height: 794;
width: 794;
}
.pie[size="794"]::after {
top: 377;
left: 302.6;
}
.pie-reverse[size="794"] {
height: 794;
width: 794;
}
.pie-reverse[size="794"]::after {
top: 377;
left: 302.6;
}
.pie[size="795"] {
height: 795;
width: 795;
}
.pie[size="795"]::after {
top: 377.5;
left: 303;
}
.pie-reverse[size="795"] {
height: 795;
width: 795;
}
.pie-reverse[size="795"]::after {
top: 377.5;
left: 303;
}
.pie[size="796"] {
height: 796;
width: 796;
}
.pie[size="796"]::after {
top: 378;
left: 303.4;
}
.pie-reverse[size="796"] {
height: 796;
width: 796;
}
.pie-reverse[size="796"]::after {
top: 378;
left: 303.4;
}
.pie[size="797"] {
height: 797;
width: 797;
}
.pie[size="797"]::after {
top: 378.5;
left: 303.8;
}
.pie-reverse[size="797"] {
height: 797;
width: 797;
}
.pie-reverse[size="797"]::after {
top: 378.5;
left: 303.8;
}
.pie[size="798"] {
height: 798;
width: 798;
}
.pie[size="798"]::after {
top: 379;
left: 304.2;
}
.pie-reverse[size="798"] {
height: 798;
width: 798;
}
.pie-reverse[size="798"]::after {
top: 379;
left: 304.2;
}
.pie[size="799"] {
height: 799;
width: 799;
}
.pie[size="799"]::after {
top: 379.5;
left: 304.6;
}
.pie-reverse[size="799"] {
height: 799;
width: 799;
}
.pie-reverse[size="799"]::after {
top: 379.5;
left: 304.6;
}
.pie[size="800"] {
height: 800;
width: 800;
}
.pie[size="800"]::after {
top: 380;
left: 305;
}
.pie-reverse[size="800"] {
height: 800;
width: 800;
}
.pie-reverse[size="800"]::after {
top: 380;
left: 305;
}
.pie[size="801"] {
height: 801;
width: 801;
}
.pie[size="801"]::after {
top: 380.5;
left: 305.4;
}
.pie-reverse[size="801"] {
height: 801;
width: 801;
}
.pie-reverse[size="801"]::after {
top: 380.5;
left: 305.4;
}
.pie[size="802"] {
height: 802;
width: 802;
}
.pie[size="802"]::after {
top: 381;
left: 305.8;
}
.pie-reverse[size="802"] {
height: 802;
width: 802;
}
.pie-reverse[size="802"]::after {
top: 381;
left: 305.8;
}
.pie[size="803"] {
height: 803;
width: 803;
}
.pie[size="803"]::after {
top: 381.5;
left: 306.2;
}
.pie-reverse[size="803"] {
height: 803;
width: 803;
}
.pie-reverse[size="803"]::after {
top: 381.5;
left: 306.2;
}
.pie[size="804"] {
height: 804;
width: 804;
}
.pie[size="804"]::after {
top: 382;
left: 306.6;
}
.pie-reverse[size="804"] {
height: 804;
width: 804;
}
.pie-reverse[size="804"]::after {
top: 382;
left: 306.6;
}
.pie[size="805"] {
height: 805;
width: 805;
}
.pie[size="805"]::after {
top: 382.5;
left: 307;
}
.pie-reverse[size="805"] {
height: 805;
width: 805;
}
.pie-reverse[size="805"]::after {
top: 382.5;
left: 307;
}
.pie[size="806"] {
height: 806;
width: 806;
}
.pie[size="806"]::after {
top: 383;
left: 307.4;
}
.pie-reverse[size="806"] {
height: 806;
width: 806;
}
.pie-reverse[size="806"]::after {
top: 383;
left: 307.4;
}
.pie[size="807"] {
height: 807;
width: 807;
}
.pie[size="807"]::after {
top: 383.5;
left: 307.8;
}
.pie-reverse[size="807"] {
height: 807;
width: 807;
}
.pie-reverse[size="807"]::after {
top: 383.5;
left: 307.8;
}
.pie[size="808"] {
height: 808;
width: 808;
}
.pie[size="808"]::after {
top: 384;
left: 308.2;
}
.pie-reverse[size="808"] {
height: 808;
width: 808;
}
.pie-reverse[size="808"]::after {
top: 384;
left: 308.2;
}
.pie[size="809"] {
height: 809;
width: 809;
}
.pie[size="809"]::after {
top: 384.5;
left: 308.6;
}
.pie-reverse[size="809"] {
height: 809;
width: 809;
}
.pie-reverse[size="809"]::after {
top: 384.5;
left: 308.6;
}
.pie[size="810"] {
height: 810;
width: 810;
}
.pie[size="810"]::after {
top: 385;
left: 309;
}
.pie-reverse[size="810"] {
height: 810;
width: 810;
}
.pie-reverse[size="810"]::after {
top: 385;
left: 309;
}
.pie[size="811"] {
height: 811;
width: 811;
}
.pie[size="811"]::after {
top: 385.5;
left: 309.4;
}
.pie-reverse[size="811"] {
height: 811;
width: 811;
}
.pie-reverse[size="811"]::after {
top: 385.5;
left: 309.4;
}
.pie[size="812"] {
height: 812;
width: 812;
}
.pie[size="812"]::after {
top: 386;
left: 309.8;
}
.pie-reverse[size="812"] {
height: 812;
width: 812;
}
.pie-reverse[size="812"]::after {
top: 386;
left: 309.8;
}
.pie[size="813"] {
height: 813;
width: 813;
}
.pie[size="813"]::after {
top: 386.5;
left: 310.2;
}
.pie-reverse[size="813"] {
height: 813;
width: 813;
}
.pie-reverse[size="813"]::after {
top: 386.5;
left: 310.2;
}
.pie[size="814"] {
height: 814;
width: 814;
}
.pie[size="814"]::after {
top: 387;
left: 310.6;
}
.pie-reverse[size="814"] {
height: 814;
width: 814;
}
.pie-reverse[size="814"]::after {
top: 387;
left: 310.6;
}
.pie[size="815"] {
height: 815;
width: 815;
}
.pie[size="815"]::after {
top: 387.5;
left: 311;
}
.pie-reverse[size="815"] {
height: 815;
width: 815;
}
.pie-reverse[size="815"]::after {
top: 387.5;
left: 311;
}
.pie[size="816"] {
height: 816;
width: 816;
}
.pie[size="816"]::after {
top: 388;
left: 311.4;
}
.pie-reverse[size="816"] {
height: 816;
width: 816;
}
.pie-reverse[size="816"]::after {
top: 388;
left: 311.4;
}
.pie[size="817"] {
height: 817;
width: 817;
}
.pie[size="817"]::after {
top: 388.5;
left: 311.8;
}
.pie-reverse[size="817"] {
height: 817;
width: 817;
}
.pie-reverse[size="817"]::after {
top: 388.5;
left: 311.8;
}
.pie[size="818"] {
height: 818;
width: 818;
}
.pie[size="818"]::after {
top: 389;
left: 312.2;
}
.pie-reverse[size="818"] {
height: 818;
width: 818;
}
.pie-reverse[size="818"]::after {
top: 389;
left: 312.2;
}
.pie[size="819"] {
height: 819;
width: 819;
}
.pie[size="819"]::after {
top: 389.5;
left: 312.6;
}
.pie-reverse[size="819"] {
height: 819;
width: 819;
}
.pie-reverse[size="819"]::after {
top: 389.5;
left: 312.6;
}
.pie[size="820"] {
height: 820;
width: 820;
}
.pie[size="820"]::after {
top: 390;
left: 313;
}
.pie-reverse[size="820"] {
height: 820;
width: 820;
}
.pie-reverse[size="820"]::after {
top: 390;
left: 313;
}
.pie[size="821"] {
height: 821;
width: 821;
}
.pie[size="821"]::after {
top: 390.5;
left: 313.4;
}
.pie-reverse[size="821"] {
height: 821;
width: 821;
}
.pie-reverse[size="821"]::after {
top: 390.5;
left: 313.4;
}
.pie[size="822"] {
height: 822;
width: 822;
}
.pie[size="822"]::after {
top: 391;
left: 313.8;
}
.pie-reverse[size="822"] {
height: 822;
width: 822;
}
.pie-reverse[size="822"]::after {
top: 391;
left: 313.8;
}
.pie[size="823"] {
height: 823;
width: 823;
}
.pie[size="823"]::after {
top: 391.5;
left: 314.2;
}
.pie-reverse[size="823"] {
height: 823;
width: 823;
}
.pie-reverse[size="823"]::after {
top: 391.5;
left: 314.2;
}
.pie[size="824"] {
height: 824;
width: 824;
}
.pie[size="824"]::after {
top: 392;
left: 314.6;
}
.pie-reverse[size="824"] {
height: 824;
width: 824;
}
.pie-reverse[size="824"]::after {
top: 392;
left: 314.6;
}
.pie[size="825"] {
height: 825;
width: 825;
}
.pie[size="825"]::after {
top: 392.5;
left: 315;
}
.pie-reverse[size="825"] {
height: 825;
width: 825;
}
.pie-reverse[size="825"]::after {
top: 392.5;
left: 315;
}
.pie[size="826"] {
height: 826;
width: 826;
}
.pie[size="826"]::after {
top: 393;
left: 315.4;
}
.pie-reverse[size="826"] {
height: 826;
width: 826;
}
.pie-reverse[size="826"]::after {
top: 393;
left: 315.4;
}
.pie[size="827"] {
height: 827;
width: 827;
}
.pie[size="827"]::after {
top: 393.5;
left: 315.8;
}
.pie-reverse[size="827"] {
height: 827;
width: 827;
}
.pie-reverse[size="827"]::after {
top: 393.5;
left: 315.8;
}
.pie[size="828"] {
height: 828;
width: 828;
}
.pie[size="828"]::after {
top: 394;
left: 316.2;
}
.pie-reverse[size="828"] {
height: 828;
width: 828;
}
.pie-reverse[size="828"]::after {
top: 394;
left: 316.2;
}
.pie[size="829"] {
height: 829;
width: 829;
}
.pie[size="829"]::after {
top: 394.5;
left: 316.6;
}
.pie-reverse[size="829"] {
height: 829;
width: 829;
}
.pie-reverse[size="829"]::after {
top: 394.5;
left: 316.6;
}
.pie[size="830"] {
height: 830;
width: 830;
}
.pie[size="830"]::after {
top: 395;
left: 317;
}
.pie-reverse[size="830"] {
height: 830;
width: 830;
}
.pie-reverse[size="830"]::after {
top: 395;
left: 317;
}
.pie[size="831"] {
height: 831;
width: 831;
}
.pie[size="831"]::after {
top: 395.5;
left: 317.4;
}
.pie-reverse[size="831"] {
height: 831;
width: 831;
}
.pie-reverse[size="831"]::after {
top: 395.5;
left: 317.4;
}
.pie[size="832"] {
height: 832;
width: 832;
}
.pie[size="832"]::after {
top: 396;
left: 317.8;
}
.pie-reverse[size="832"] {
height: 832;
width: 832;
}
.pie-reverse[size="832"]::after {
top: 396;
left: 317.8;
}
.pie[size="833"] {
height: 833;
width: 833;
}
.pie[size="833"]::after {
top: 396.5;
left: 318.2;
}
.pie-reverse[size="833"] {
height: 833;
width: 833;
}
.pie-reverse[size="833"]::after {
top: 396.5;
left: 318.2;
}
.pie[size="834"] {
height: 834;
width: 834;
}
.pie[size="834"]::after {
top: 397;
left: 318.6;
}
.pie-reverse[size="834"] {
height: 834;
width: 834;
}
.pie-reverse[size="834"]::after {
top: 397;
left: 318.6;
}
.pie[size="835"] {
height: 835;
width: 835;
}
.pie[size="835"]::after {
top: 397.5;
left: 319;
}
.pie-reverse[size="835"] {
height: 835;
width: 835;
}
.pie-reverse[size="835"]::after {
top: 397.5;
left: 319;
}
.pie[size="836"] {
height: 836;
width: 836;
}
.pie[size="836"]::after {
top: 398;
left: 319.4;
}
.pie-reverse[size="836"] {
height: 836;
width: 836;
}
.pie-reverse[size="836"]::after {
top: 398;
left: 319.4;
}
.pie[size="837"] {
height: 837;
width: 837;
}
.pie[size="837"]::after {
top: 398.5;
left: 319.8;
}
.pie-reverse[size="837"] {
height: 837;
width: 837;
}
.pie-reverse[size="837"]::after {
top: 398.5;
left: 319.8;
}
.pie[size="838"] {
height: 838;
width: 838;
}
.pie[size="838"]::after {
top: 399;
left: 320.2;
}
.pie-reverse[size="838"] {
height: 838;
width: 838;
}
.pie-reverse[size="838"]::after {
top: 399;
left: 320.2;
}
.pie[size="839"] {
height: 839;
width: 839;
}
.pie[size="839"]::after {
top: 399.5;
left: 320.6;
}
.pie-reverse[size="839"] {
height: 839;
width: 839;
}
.pie-reverse[size="839"]::after {
top: 399.5;
left: 320.6;
}
.pie[size="840"] {
height: 840;
width: 840;
}
.pie[size="840"]::after {
top: 400;
left: 321;
}
.pie-reverse[size="840"] {
height: 840;
width: 840;
}
.pie-reverse[size="840"]::after {
top: 400;
left: 321;
}
.pie[size="841"] {
height: 841;
width: 841;
}
.pie[size="841"]::after {
top: 400.5;
left: 321.4;
}
.pie-reverse[size="841"] {
height: 841;
width: 841;
}
.pie-reverse[size="841"]::after {
top: 400.5;
left: 321.4;
}
.pie[size="842"] {
height: 842;
width: 842;
}
.pie[size="842"]::after {
top: 401;
left: 321.8;
}
.pie-reverse[size="842"] {
height: 842;
width: 842;
}
.pie-reverse[size="842"]::after {
top: 401;
left: 321.8;
}
.pie[size="843"] {
height: 843;
width: 843;
}
.pie[size="843"]::after {
top: 401.5;
left: 322.2;
}
.pie-reverse[size="843"] {
height: 843;
width: 843;
}
.pie-reverse[size="843"]::after {
top: 401.5;
left: 322.2;
}
.pie[size="844"] {
height: 844;
width: 844;
}
.pie[size="844"]::after {
top: 402;
left: 322.6;
}
.pie-reverse[size="844"] {
height: 844;
width: 844;
}
.pie-reverse[size="844"]::after {
top: 402;
left: 322.6;
}
.pie[size="845"] {
height: 845;
width: 845;
}
.pie[size="845"]::after {
top: 402.5;
left: 323;
}
.pie-reverse[size="845"] {
height: 845;
width: 845;
}
.pie-reverse[size="845"]::after {
top: 402.5;
left: 323;
}
.pie[size="846"] {
height: 846;
width: 846;
}
.pie[size="846"]::after {
top: 403;
left: 323.4;
}
.pie-reverse[size="846"] {
height: 846;
width: 846;
}
.pie-reverse[size="846"]::after {
top: 403;
left: 323.4;
}
.pie[size="847"] {
height: 847;
width: 847;
}
.pie[size="847"]::after {
top: 403.5;
left: 323.8;
}
.pie-reverse[size="847"] {
height: 847;
width: 847;
}
.pie-reverse[size="847"]::after {
top: 403.5;
left: 323.8;
}
.pie[size="848"] {
height: 848;
width: 848;
}
.pie[size="848"]::after {
top: 404;
left: 324.2;
}
.pie-reverse[size="848"] {
height: 848;
width: 848;
}
.pie-reverse[size="848"]::after {
top: 404;
left: 324.2;
}
.pie[size="849"] {
height: 849;
width: 849;
}
.pie[size="849"]::after {
top: 404.5;
left: 324.6;
}
.pie-reverse[size="849"] {
height: 849;
width: 849;
}
.pie-reverse[size="849"]::after {
top: 404.5;
left: 324.6;
}
.pie[size="850"] {
height: 850;
width: 850;
}
.pie[size="850"]::after {
top: 405;
left: 325;
}
.pie-reverse[size="850"] {
height: 850;
width: 850;
}
.pie-reverse[size="850"]::after {
top: 405;
left: 325;
}
.pie[size="851"] {
height: 851;
width: 851;
}
.pie[size="851"]::after {
top: 405.5;
left: 325.4;
}
.pie-reverse[size="851"] {
height: 851;
width: 851;
}
.pie-reverse[size="851"]::after {
top: 405.5;
left: 325.4;
}
.pie[size="852"] {
height: 852;
width: 852;
}
.pie[size="852"]::after {
top: 406;
left: 325.8;
}
.pie-reverse[size="852"] {
height: 852;
width: 852;
}
.pie-reverse[size="852"]::after {
top: 406;
left: 325.8;
}
.pie[size="853"] {
height: 853;
width: 853;
}
.pie[size="853"]::after {
top: 406.5;
left: 326.2;
}
.pie-reverse[size="853"] {
height: 853;
width: 853;
}
.pie-reverse[size="853"]::after {
top: 406.5;
left: 326.2;
}
.pie[size="854"] {
height: 854;
width: 854;
}
.pie[size="854"]::after {
top: 407;
left: 326.6;
}
.pie-reverse[size="854"] {
height: 854;
width: 854;
}
.pie-reverse[size="854"]::after {
top: 407;
left: 326.6;
}
.pie[size="855"] {
height: 855;
width: 855;
}
.pie[size="855"]::after {
top: 407.5;
left: 327;
}
.pie-reverse[size="855"] {
height: 855;
width: 855;
}
.pie-reverse[size="855"]::after {
top: 407.5;
left: 327;
}
.pie[size="856"] {
height: 856;
width: 856;
}
.pie[size="856"]::after {
top: 408;
left: 327.4;
}
.pie-reverse[size="856"] {
height: 856;
width: 856;
}
.pie-reverse[size="856"]::after {
top: 408;
left: 327.4;
}
.pie[size="857"] {
height: 857;
width: 857;
}
.pie[size="857"]::after {
top: 408.5;
left: 327.8;
}
.pie-reverse[size="857"] {
height: 857;
width: 857;
}
.pie-reverse[size="857"]::after {
top: 408.5;
left: 327.8;
}
.pie[size="858"] {
height: 858;
width: 858;
}
.pie[size="858"]::after {
top: 409;
left: 328.2;
}
.pie-reverse[size="858"] {
height: 858;
width: 858;
}
.pie-reverse[size="858"]::after {
top: 409;
left: 328.2;
}
.pie[size="859"] {
height: 859;
width: 859;
}
.pie[size="859"]::after {
top: 409.5;
left: 328.6;
}
.pie-reverse[size="859"] {
height: 859;
width: 859;
}
.pie-reverse[size="859"]::after {
top: 409.5;
left: 328.6;
}
.pie[size="860"] {
height: 860;
width: 860;
}
.pie[size="860"]::after {
top: 410;
left: 329;
}
.pie-reverse[size="860"] {
height: 860;
width: 860;
}
.pie-reverse[size="860"]::after {
top: 410;
left: 329;
}
.pie[size="861"] {
height: 861;
width: 861;
}
.pie[size="861"]::after {
top: 410.5;
left: 329.4;
}
.pie-reverse[size="861"] {
height: 861;
width: 861;
}
.pie-reverse[size="861"]::after {
top: 410.5;
left: 329.4;
}
.pie[size="862"] {
height: 862;
width: 862;
}
.pie[size="862"]::after {
top: 411;
left: 329.8;
}
.pie-reverse[size="862"] {
height: 862;
width: 862;
}
.pie-reverse[size="862"]::after {
top: 411;
left: 329.8;
}
.pie[size="863"] {
height: 863;
width: 863;
}
.pie[size="863"]::after {
top: 411.5;
left: 330.2;
}
.pie-reverse[size="863"] {
height: 863;
width: 863;
}
.pie-reverse[size="863"]::after {
top: 411.5;
left: 330.2;
}
.pie[size="864"] {
height: 864;
width: 864;
}
.pie[size="864"]::after {
top: 412;
left: 330.6;
}
.pie-reverse[size="864"] {
height: 864;
width: 864;
}
.pie-reverse[size="864"]::after {
top: 412;
left: 330.6;
}
.pie[size="865"] {
height: 865;
width: 865;
}
.pie[size="865"]::after {
top: 412.5;
left: 331;
}
.pie-reverse[size="865"] {
height: 865;
width: 865;
}
.pie-reverse[size="865"]::after {
top: 412.5;
left: 331;
}
.pie[size="866"] {
height: 866;
width: 866;
}
.pie[size="866"]::after {
top: 413;
left: 331.4;
}
.pie-reverse[size="866"] {
height: 866;
width: 866;
}
.pie-reverse[size="866"]::after {
top: 413;
left: 331.4;
}
.pie[size="867"] {
height: 867;
width: 867;
}
.pie[size="867"]::after {
top: 413.5;
left: 331.8;
}
.pie-reverse[size="867"] {
height: 867;
width: 867;
}
.pie-reverse[size="867"]::after {
top: 413.5;
left: 331.8;
}
.pie[size="868"] {
height: 868;
width: 868;
}
.pie[size="868"]::after {
top: 414;
left: 332.2;
}
.pie-reverse[size="868"] {
height: 868;
width: 868;
}
.pie-reverse[size="868"]::after {
top: 414;
left: 332.2;
}
.pie[size="869"] {
height: 869;
width: 869;
}
.pie[size="869"]::after {
top: 414.5;
left: 332.6;
}
.pie-reverse[size="869"] {
height: 869;
width: 869;
}
.pie-reverse[size="869"]::after {
top: 414.5;
left: 332.6;
}
.pie[size="870"] {
height: 870;
width: 870;
}
.pie[size="870"]::after {
top: 415;
left: 333;
}
.pie-reverse[size="870"] {
height: 870;
width: 870;
}
.pie-reverse[size="870"]::after {
top: 415;
left: 333;
}
.pie[size="871"] {
height: 871;
width: 871;
}
.pie[size="871"]::after {
top: 415.5;
left: 333.4;
}
.pie-reverse[size="871"] {
height: 871;
width: 871;
}
.pie-reverse[size="871"]::after {
top: 415.5;
left: 333.4;
}
.pie[size="872"] {
height: 872;
width: 872;
}
.pie[size="872"]::after {
top: 416;
left: 333.8;
}
.pie-reverse[size="872"] {
height: 872;
width: 872;
}
.pie-reverse[size="872"]::after {
top: 416;
left: 333.8;
}
.pie[size="873"] {
height: 873;
width: 873;
}
.pie[size="873"]::after {
top: 416.5;
left: 334.2;
}
.pie-reverse[size="873"] {
height: 873;
width: 873;
}
.pie-reverse[size="873"]::after {
top: 416.5;
left: 334.2;
}
.pie[size="874"] {
height: 874;
width: 874;
}
.pie[size="874"]::after {
top: 417;
left: 334.6;
}
.pie-reverse[size="874"] {
height: 874;
width: 874;
}
.pie-reverse[size="874"]::after {
top: 417;
left: 334.6;
}
.pie[size="875"] {
height: 875;
width: 875;
}
.pie[size="875"]::after {
top: 417.5;
left: 335;
}
.pie-reverse[size="875"] {
height: 875;
width: 875;
}
.pie-reverse[size="875"]::after {
top: 417.5;
left: 335;
}
.pie[size="876"] {
height: 876;
width: 876;
}
.pie[size="876"]::after {
top: 418;
left: 335.4;
}
.pie-reverse[size="876"] {
height: 876;
width: 876;
}
.pie-reverse[size="876"]::after {
top: 418;
left: 335.4;
}
.pie[size="877"] {
height: 877;
width: 877;
}
.pie[size="877"]::after {
top: 418.5;
left: 335.8;
}
.pie-reverse[size="877"] {
height: 877;
width: 877;
}
.pie-reverse[size="877"]::after {
top: 418.5;
left: 335.8;
}
.pie[size="878"] {
height: 878;
width: 878;
}
.pie[size="878"]::after {
top: 419;
left: 336.2;
}
.pie-reverse[size="878"] {
height: 878;
width: 878;
}
.pie-reverse[size="878"]::after {
top: 419;
left: 336.2;
}
.pie[size="879"] {
height: 879;
width: 879;
}
.pie[size="879"]::after {
top: 419.5;
left: 336.6;
}
.pie-reverse[size="879"] {
height: 879;
width: 879;
}
.pie-reverse[size="879"]::after {
top: 419.5;
left: 336.6;
}
.pie[size="880"] {
height: 880;
width: 880;
}
.pie[size="880"]::after {
top: 420;
left: 337;
}
.pie-reverse[size="880"] {
height: 880;
width: 880;
}
.pie-reverse[size="880"]::after {
top: 420;
left: 337;
}
.pie[size="881"] {
height: 881;
width: 881;
}
.pie[size="881"]::after {
top: 420.5;
left: 337.4;
}
.pie-reverse[size="881"] {
height: 881;
width: 881;
}
.pie-reverse[size="881"]::after {
top: 420.5;
left: 337.4;
}
.pie[size="882"] {
height: 882;
width: 882;
}
.pie[size="882"]::after {
top: 421;
left: 337.8;
}
.pie-reverse[size="882"] {
height: 882;
width: 882;
}
.pie-reverse[size="882"]::after {
top: 421;
left: 337.8;
}
.pie[size="883"] {
height: 883;
width: 883;
}
.pie[size="883"]::after {
top: 421.5;
left: 338.2;
}
.pie-reverse[size="883"] {
height: 883;
width: 883;
}
.pie-reverse[size="883"]::after {
top: 421.5;
left: 338.2;
}
.pie[size="884"] {
height: 884;
width: 884;
}
.pie[size="884"]::after {
top: 422;
left: 338.6;
}
.pie-reverse[size="884"] {
height: 884;
width: 884;
}
.pie-reverse[size="884"]::after {
top: 422;
left: 338.6;
}
.pie[size="885"] {
height: 885;
width: 885;
}
.pie[size="885"]::after {
top: 422.5;
left: 339;
}
.pie-reverse[size="885"] {
height: 885;
width: 885;
}
.pie-reverse[size="885"]::after {
top: 422.5;
left: 339;
}
.pie[size="886"] {
height: 886;
width: 886;
}
.pie[size="886"]::after {
top: 423;
left: 339.4;
}
.pie-reverse[size="886"] {
height: 886;
width: 886;
}
.pie-reverse[size="886"]::after {
top: 423;
left: 339.4;
}
.pie[size="887"] {
height: 887;
width: 887;
}
.pie[size="887"]::after {
top: 423.5;
left: 339.8;
}
.pie-reverse[size="887"] {
height: 887;
width: 887;
}
.pie-reverse[size="887"]::after {
top: 423.5;
left: 339.8;
}
.pie[size="888"] {
height: 888;
width: 888;
}
.pie[size="888"]::after {
top: 424;
left: 340.2;
}
.pie-reverse[size="888"] {
height: 888;
width: 888;
}
.pie-reverse[size="888"]::after {
top: 424;
left: 340.2;
}
.pie[size="889"] {
height: 889;
width: 889;
}
.pie[size="889"]::after {
top: 424.5;
left: 340.6;
}
.pie-reverse[size="889"] {
height: 889;
width: 889;
}
.pie-reverse[size="889"]::after {
top: 424.5;
left: 340.6;
}
.pie[size="890"] {
height: 890;
width: 890;
}
.pie[size="890"]::after {
top: 425;
left: 341;
}
.pie-reverse[size="890"] {
height: 890;
width: 890;
}
.pie-reverse[size="890"]::after {
top: 425;
left: 341;
}
.pie[size="891"] {
height: 891;
width: 891;
}
.pie[size="891"]::after {
top: 425.5;
left: 341.4;
}
.pie-reverse[size="891"] {
height: 891;
width: 891;
}
.pie-reverse[size="891"]::after {
top: 425.5;
left: 341.4;
}
.pie[size="892"] {
height: 892;
width: 892;
}
.pie[size="892"]::after {
top: 426;
left: 341.8;
}
.pie-reverse[size="892"] {
height: 892;
width: 892;
}
.pie-reverse[size="892"]::after {
top: 426;
left: 341.8;
}
.pie[size="893"] {
height: 893;
width: 893;
}
.pie[size="893"]::after {
top: 426.5;
left: 342.2;
}
.pie-reverse[size="893"] {
height: 893;
width: 893;
}
.pie-reverse[size="893"]::after {
top: 426.5;
left: 342.2;
}
.pie[size="894"] {
height: 894;
width: 894;
}
.pie[size="894"]::after {
top: 427;
left: 342.6;
}
.pie-reverse[size="894"] {
height: 894;
width: 894;
}
.pie-reverse[size="894"]::after {
top: 427;
left: 342.6;
}
.pie[size="895"] {
height: 895;
width: 895;
}
.pie[size="895"]::after {
top: 427.5;
left: 343;
}
.pie-reverse[size="895"] {
height: 895;
width: 895;
}
.pie-reverse[size="895"]::after {
top: 427.5;
left: 343;
}
.pie[size="896"] {
height: 896;
width: 896;
}
.pie[size="896"]::after {
top: 428;
left: 343.4;
}
.pie-reverse[size="896"] {
height: 896;
width: 896;
}
.pie-reverse[size="896"]::after {
top: 428;
left: 343.4;
}
.pie[size="897"] {
height: 897;
width: 897;
}
.pie[size="897"]::after {
top: 428.5;
left: 343.8;
}
.pie-reverse[size="897"] {
height: 897;
width: 897;
}
.pie-reverse[size="897"]::after {
top: 428.5;
left: 343.8;
}
.pie[size="898"] {
height: 898;
width: 898;
}
.pie[size="898"]::after {
top: 429;
left: 344.2;
}
.pie-reverse[size="898"] {
height: 898;
width: 898;
}
.pie-reverse[size="898"]::after {
top: 429;
left: 344.2;
}
.pie[size="899"] {
height: 899;
width: 899;
}
.pie[size="899"]::after {
top: 429.5;
left: 344.6;
}
.pie-reverse[size="899"] {
height: 899;
width: 899;
}
.pie-reverse[size="899"]::after {
top: 429.5;
left: 344.6;
}
.pie[size="900"] {
height: 900;
width: 900;
}
.pie[size="900"]::after {
top: 430;
left: 345;
}
.pie-reverse[size="900"] {
height: 900;
width: 900;
}
.pie-reverse[size="900"]::after {
top: 430;
left: 345;
}
.pie[size="901"] {
height: 901;
width: 901;
}
.pie[size="901"]::after {
top: 430.5;
left: 345.4;
}
.pie-reverse[size="901"] {
height: 901;
width: 901;
}
.pie-reverse[size="901"]::after {
top: 430.5;
left: 345.4;
}
.pie[size="902"] {
height: 902;
width: 902;
}
.pie[size="902"]::after {
top: 431;
left: 345.8;
}
.pie-reverse[size="902"] {
height: 902;
width: 902;
}
.pie-reverse[size="902"]::after {
top: 431;
left: 345.8;
}
.pie[size="903"] {
height: 903;
width: 903;
}
.pie[size="903"]::after {
top: 431.5;
left: 346.2;
}
.pie-reverse[size="903"] {
height: 903;
width: 903;
}
.pie-reverse[size="903"]::after {
top: 431.5;
left: 346.2;
}
.pie[size="904"] {
height: 904;
width: 904;
}
.pie[size="904"]::after {
top: 432;
left: 346.6;
}
.pie-reverse[size="904"] {
height: 904;
width: 904;
}
.pie-reverse[size="904"]::after {
top: 432;
left: 346.6;
}
.pie[size="905"] {
height: 905;
width: 905;
}
.pie[size="905"]::after {
top: 432.5;
left: 347;
}
.pie-reverse[size="905"] {
height: 905;
width: 905;
}
.pie-reverse[size="905"]::after {
top: 432.5;
left: 347;
}
.pie[size="906"] {
height: 906;
width: 906;
}
.pie[size="906"]::after {
top: 433;
left: 347.4;
}
.pie-reverse[size="906"] {
height: 906;
width: 906;
}
.pie-reverse[size="906"]::after {
top: 433;
left: 347.4;
}
.pie[size="907"] {
height: 907;
width: 907;
}
.pie[size="907"]::after {
top: 433.5;
left: 347.8;
}
.pie-reverse[size="907"] {
height: 907;
width: 907;
}
.pie-reverse[size="907"]::after {
top: 433.5;
left: 347.8;
}
.pie[size="908"] {
height: 908;
width: 908;
}
.pie[size="908"]::after {
top: 434;
left: 348.2;
}
.pie-reverse[size="908"] {
height: 908;
width: 908;
}
.pie-reverse[size="908"]::after {
top: 434;
left: 348.2;
}
.pie[size="909"] {
height: 909;
width: 909;
}
.pie[size="909"]::after {
top: 434.5;
left: 348.6;
}
.pie-reverse[size="909"] {
height: 909;
width: 909;
}
.pie-reverse[size="909"]::after {
top: 434.5;
left: 348.6;
}
.pie[size="910"] {
height: 910;
width: 910;
}
.pie[size="910"]::after {
top: 435;
left: 349;
}
.pie-reverse[size="910"] {
height: 910;
width: 910;
}
.pie-reverse[size="910"]::after {
top: 435;
left: 349;
}
.pie[size="911"] {
height: 911;
width: 911;
}
.pie[size="911"]::after {
top: 435.5;
left: 349.4;
}
.pie-reverse[size="911"] {
height: 911;
width: 911;
}
.pie-reverse[size="911"]::after {
top: 435.5;
left: 349.4;
}
.pie[size="912"] {
height: 912;
width: 912;
}
.pie[size="912"]::after {
top: 436;
left: 349.8;
}
.pie-reverse[size="912"] {
height: 912;
width: 912;
}
.pie-reverse[size="912"]::after {
top: 436;
left: 349.8;
}
.pie[size="913"] {
height: 913;
width: 913;
}
.pie[size="913"]::after {
top: 436.5;
left: 350.2;
}
.pie-reverse[size="913"] {
height: 913;
width: 913;
}
.pie-reverse[size="913"]::after {
top: 436.5;
left: 350.2;
}
.pie[size="914"] {
height: 914;
width: 914;
}
.pie[size="914"]::after {
top: 437;
left: 350.6;
}
.pie-reverse[size="914"] {
height: 914;
width: 914;
}
.pie-reverse[size="914"]::after {
top: 437;
left: 350.6;
}
.pie[size="915"] {
height: 915;
width: 915;
}
.pie[size="915"]::after {
top: 437.5;
left: 351;
}
.pie-reverse[size="915"] {
height: 915;
width: 915;
}
.pie-reverse[size="915"]::after {
top: 437.5;
left: 351;
}
.pie[size="916"] {
height: 916;
width: 916;
}
.pie[size="916"]::after {
top: 438;
left: 351.4;
}
.pie-reverse[size="916"] {
height: 916;
width: 916;
}
.pie-reverse[size="916"]::after {
top: 438;
left: 351.4;
}
.pie[size="917"] {
height: 917;
width: 917;
}
.pie[size="917"]::after {
top: 438.5;
left: 351.8;
}
.pie-reverse[size="917"] {
height: 917;
width: 917;
}
.pie-reverse[size="917"]::after {
top: 438.5;
left: 351.8;
}
.pie[size="918"] {
height: 918;
width: 918;
}
.pie[size="918"]::after {
top: 439;
left: 352.2;
}
.pie-reverse[size="918"] {
height: 918;
width: 918;
}
.pie-reverse[size="918"]::after {
top: 439;
left: 352.2;
}
.pie[size="919"] {
height: 919;
width: 919;
}
.pie[size="919"]::after {
top: 439.5;
left: 352.6;
}
.pie-reverse[size="919"] {
height: 919;
width: 919;
}
.pie-reverse[size="919"]::after {
top: 439.5;
left: 352.6;
}
.pie[size="920"] {
height: 920;
width: 920;
}
.pie[size="920"]::after {
top: 440;
left: 353;
}
.pie-reverse[size="920"] {
height: 920;
width: 920;
}
.pie-reverse[size="920"]::after {
top: 440;
left: 353;
}
.pie[size="921"] {
height: 921;
width: 921;
}
.pie[size="921"]::after {
top: 440.5;
left: 353.4;
}
.pie-reverse[size="921"] {
height: 921;
width: 921;
}
.pie-reverse[size="921"]::after {
top: 440.5;
left: 353.4;
}
.pie[size="922"] {
height: 922;
width: 922;
}
.pie[size="922"]::after {
top: 441;
left: 353.8;
}
.pie-reverse[size="922"] {
height: 922;
width: 922;
}
.pie-reverse[size="922"]::after {
top: 441;
left: 353.8;
}
.pie[size="923"] {
height: 923;
width: 923;
}
.pie[size="923"]::after {
top: 441.5;
left: 354.2;
}
.pie-reverse[size="923"] {
height: 923;
width: 923;
}
.pie-reverse[size="923"]::after {
top: 441.5;
left: 354.2;
}
.pie[size="924"] {
height: 924;
width: 924;
}
.pie[size="924"]::after {
top: 442;
left: 354.6;
}
.pie-reverse[size="924"] {
height: 924;
width: 924;
}
.pie-reverse[size="924"]::after {
top: 442;
left: 354.6;
}
.pie[size="925"] {
height: 925;
width: 925;
}
.pie[size="925"]::after {
top: 442.5;
left: 355;
}
.pie-reverse[size="925"] {
height: 925;
width: 925;
}
.pie-reverse[size="925"]::after {
top: 442.5;
left: 355;
}
.pie[size="926"] {
height: 926;
width: 926;
}
.pie[size="926"]::after {
top: 443;
left: 355.4;
}
.pie-reverse[size="926"] {
height: 926;
width: 926;
}
.pie-reverse[size="926"]::after {
top: 443;
left: 355.4;
}
.pie[size="927"] {
height: 927;
width: 927;
}
.pie[size="927"]::after {
top: 443.5;
left: 355.8;
}
.pie-reverse[size="927"] {
height: 927;
width: 927;
}
.pie-reverse[size="927"]::after {
top: 443.5;
left: 355.8;
}
.pie[size="928"] {
height: 928;
width: 928;
}
.pie[size="928"]::after {
top: 444;
left: 356.2;
}
.pie-reverse[size="928"] {
height: 928;
width: 928;
}
.pie-reverse[size="928"]::after {
top: 444;
left: 356.2;
}
.pie[size="929"] {
height: 929;
width: 929;
}
.pie[size="929"]::after {
top: 444.5;
left: 356.6;
}
.pie-reverse[size="929"] {
height: 929;
width: 929;
}
.pie-reverse[size="929"]::after {
top: 444.5;
left: 356.6;
}
.pie[size="930"] {
height: 930;
width: 930;
}
.pie[size="930"]::after {
top: 445;
left: 357;
}
.pie-reverse[size="930"] {
height: 930;
width: 930;
}
.pie-reverse[size="930"]::after {
top: 445;
left: 357;
}
.pie[size="931"] {
height: 931;
width: 931;
}
.pie[size="931"]::after {
top: 445.5;
left: 357.4;
}
.pie-reverse[size="931"] {
height: 931;
width: 931;
}
.pie-reverse[size="931"]::after {
top: 445.5;
left: 357.4;
}
.pie[size="932"] {
height: 932;
width: 932;
}
.pie[size="932"]::after {
top: 446;
left: 357.8;
}
.pie-reverse[size="932"] {
height: 932;
width: 932;
}
.pie-reverse[size="932"]::after {
top: 446;
left: 357.8;
}
.pie[size="933"] {
height: 933;
width: 933;
}
.pie[size="933"]::after {
top: 446.5;
left: 358.2;
}
.pie-reverse[size="933"] {
height: 933;
width: 933;
}
.pie-reverse[size="933"]::after {
top: 446.5;
left: 358.2;
}
.pie[size="934"] {
height: 934;
width: 934;
}
.pie[size="934"]::after {
top: 447;
left: 358.6;
}
.pie-reverse[size="934"] {
height: 934;
width: 934;
}
.pie-reverse[size="934"]::after {
top: 447;
left: 358.6;
}
.pie[size="935"] {
height: 935;
width: 935;
}
.pie[size="935"]::after {
top: 447.5;
left: 359;
}
.pie-reverse[size="935"] {
height: 935;
width: 935;
}
.pie-reverse[size="935"]::after {
top: 447.5;
left: 359;
}
.pie[size="936"] {
height: 936;
width: 936;
}
.pie[size="936"]::after {
top: 448;
left: 359.4;
}
.pie-reverse[size="936"] {
height: 936;
width: 936;
}
.pie-reverse[size="936"]::after {
top: 448;
left: 359.4;
}
.pie[size="937"] {
height: 937;
width: 937;
}
.pie[size="937"]::after {
top: 448.5;
left: 359.8;
}
.pie-reverse[size="937"] {
height: 937;
width: 937;
}
.pie-reverse[size="937"]::after {
top: 448.5;
left: 359.8;
}
.pie[size="938"] {
height: 938;
width: 938;
}
.pie[size="938"]::after {
top: 449;
left: 360.2;
}
.pie-reverse[size="938"] {
height: 938;
width: 938;
}
.pie-reverse[size="938"]::after {
top: 449;
left: 360.2;
}
.pie[size="939"] {
height: 939;
width: 939;
}
.pie[size="939"]::after {
top: 449.5;
left: 360.6;
}
.pie-reverse[size="939"] {
height: 939;
width: 939;
}
.pie-reverse[size="939"]::after {
top: 449.5;
left: 360.6;
}
.pie[size="940"] {
height: 940;
width: 940;
}
.pie[size="940"]::after {
top: 450;
left: 361;
}
.pie-reverse[size="940"] {
height: 940;
width: 940;
}
.pie-reverse[size="940"]::after {
top: 450;
left: 361;
}
.pie[size="941"] {
height: 941;
width: 941;
}
.pie[size="941"]::after {
top: 450.5;
left: 361.4;
}
.pie-reverse[size="941"] {
height: 941;
width: 941;
}
.pie-reverse[size="941"]::after {
top: 450.5;
left: 361.4;
}
.pie[size="942"] {
height: 942;
width: 942;
}
.pie[size="942"]::after {
top: 451;
left: 361.8;
}
.pie-reverse[size="942"] {
height: 942;
width: 942;
}
.pie-reverse[size="942"]::after {
top: 451;
left: 361.8;
}
.pie[size="943"] {
height: 943;
width: 943;
}
.pie[size="943"]::after {
top: 451.5;
left: 362.2;
}
.pie-reverse[size="943"] {
height: 943;
width: 943;
}
.pie-reverse[size="943"]::after {
top: 451.5;
left: 362.2;
}
.pie[size="944"] {
height: 944;
width: 944;
}
.pie[size="944"]::after {
top: 452;
left: 362.6;
}
.pie-reverse[size="944"] {
height: 944;
width: 944;
}
.pie-reverse[size="944"]::after {
top: 452;
left: 362.6;
}
.pie[size="945"] {
height: 945;
width: 945;
}
.pie[size="945"]::after {
top: 452.5;
left: 363;
}
.pie-reverse[size="945"] {
height: 945;
width: 945;
}
.pie-reverse[size="945"]::after {
top: 452.5;
left: 363;
}
.pie[size="946"] {
height: 946;
width: 946;
}
.pie[size="946"]::after {
top: 453;
left: 363.4;
}
.pie-reverse[size="946"] {
height: 946;
width: 946;
}
.pie-reverse[size="946"]::after {
top: 453;
left: 363.4;
}
.pie[size="947"] {
height: 947;
width: 947;
}
.pie[size="947"]::after {
top: 453.5;
left: 363.8;
}
.pie-reverse[size="947"] {
height: 947;
width: 947;
}
.pie-reverse[size="947"]::after {
top: 453.5;
left: 363.8;
}
.pie[size="948"] {
height: 948;
width: 948;
}
.pie[size="948"]::after {
top: 454;
left: 364.2;
}
.pie-reverse[size="948"] {
height: 948;
width: 948;
}
.pie-reverse[size="948"]::after {
top: 454;
left: 364.2;
}
.pie[size="949"] {
height: 949;
width: 949;
}
.pie[size="949"]::after {
top: 454.5;
left: 364.6;
}
.pie-reverse[size="949"] {
height: 949;
width: 949;
}
.pie-reverse[size="949"]::after {
top: 454.5;
left: 364.6;
}
.pie[size="950"] {
height: 950;
width: 950;
}
.pie[size="950"]::after {
top: 455;
left: 365;
}
.pie-reverse[size="950"] {
height: 950;
width: 950;
}
.pie-reverse[size="950"]::after {
top: 455;
left: 365;
}
.pie[size="951"] {
height: 951;
width: 951;
}
.pie[size="951"]::after {
top: 455.5;
left: 365.4;
}
.pie-reverse[size="951"] {
height: 951;
width: 951;
}
.pie-reverse[size="951"]::after {
top: 455.5;
left: 365.4;
}
.pie[size="952"] {
height: 952;
width: 952;
}
.pie[size="952"]::after {
top: 456;
left: 365.8;
}
.pie-reverse[size="952"] {
height: 952;
width: 952;
}
.pie-reverse[size="952"]::after {
top: 456;
left: 365.8;
}
.pie[size="953"] {
height: 953;
width: 953;
}
.pie[size="953"]::after {
top: 456.5;
left: 366.2;
}
.pie-reverse[size="953"] {
height: 953;
width: 953;
}
.pie-reverse[size="953"]::after {
top: 456.5;
left: 366.2;
}
.pie[size="954"] {
height: 954;
width: 954;
}
.pie[size="954"]::after {
top: 457;
left: 366.6;
}
.pie-reverse[size="954"] {
height: 954;
width: 954;
}
.pie-reverse[size="954"]::after {
top: 457;
left: 366.6;
}
.pie[size="955"] {
height: 955;
width: 955;
}
.pie[size="955"]::after {
top: 457.5;
left: 367;
}
.pie-reverse[size="955"] {
height: 955;
width: 955;
}
.pie-reverse[size="955"]::after {
top: 457.5;
left: 367;
}
.pie[size="956"] {
height: 956;
width: 956;
}
.pie[size="956"]::after {
top: 458;
left: 367.4;
}
.pie-reverse[size="956"] {
height: 956;
width: 956;
}
.pie-reverse[size="956"]::after {
top: 458;
left: 367.4;
}
.pie[size="957"] {
height: 957;
width: 957;
}
.pie[size="957"]::after {
top: 458.5;
left: 367.8;
}
.pie-reverse[size="957"] {
height: 957;
width: 957;
}
.pie-reverse[size="957"]::after {
top: 458.5;
left: 367.8;
}
.pie[size="958"] {
height: 958;
width: 958;
}
.pie[size="958"]::after {
top: 459;
left: 368.2;
}
.pie-reverse[size="958"] {
height: 958;
width: 958;
}
.pie-reverse[size="958"]::after {
top: 459;
left: 368.2;
}
.pie[size="959"] {
height: 959;
width: 959;
}
.pie[size="959"]::after {
top: 459.5;
left: 368.6;
}
.pie-reverse[size="959"] {
height: 959;
width: 959;
}
.pie-reverse[size="959"]::after {
top: 459.5;
left: 368.6;
}
.pie[size="960"] {
height: 960;
width: 960;
}
.pie[size="960"]::after {
top: 460;
left: 369;
}
.pie-reverse[size="960"] {
height: 960;
width: 960;
}
.pie-reverse[size="960"]::after {
top: 460;
left: 369;
}
.pie[size="961"] {
height: 961;
width: 961;
}
.pie[size="961"]::after {
top: 460.5;
left: 369.4;
}
.pie-reverse[size="961"] {
height: 961;
width: 961;
}
.pie-reverse[size="961"]::after {
top: 460.5;
left: 369.4;
}
.pie[size="962"] {
height: 962;
width: 962;
}
.pie[size="962"]::after {
top: 461;
left: 369.8;
}
.pie-reverse[size="962"] {
height: 962;
width: 962;
}
.pie-reverse[size="962"]::after {
top: 461;
left: 369.8;
}
.pie[size="963"] {
height: 963;
width: 963;
}
.pie[size="963"]::after {
top: 461.5;
left: 370.2;
}
.pie-reverse[size="963"] {
height: 963;
width: 963;
}
.pie-reverse[size="963"]::after {
top: 461.5;
left: 370.2;
}
.pie[size="964"] {
height: 964;
width: 964;
}
.pie[size="964"]::after {
top: 462;
left: 370.6;
}
.pie-reverse[size="964"] {
height: 964;
width: 964;
}
.pie-reverse[size="964"]::after {
top: 462;
left: 370.6;
}
.pie[size="965"] {
height: 965;
width: 965;
}
.pie[size="965"]::after {
top: 462.5;
left: 371;
}
.pie-reverse[size="965"] {
height: 965;
width: 965;
}
.pie-reverse[size="965"]::after {
top: 462.5;
left: 371;
}
.pie[size="966"] {
height: 966;
width: 966;
}
.pie[size="966"]::after {
top: 463;
left: 371.4;
}
.pie-reverse[size="966"] {
height: 966;
width: 966;
}
.pie-reverse[size="966"]::after {
top: 463;
left: 371.4;
}
.pie[size="967"] {
height: 967;
width: 967;
}
.pie[size="967"]::after {
top: 463.5;
left: 371.8;
}
.pie-reverse[size="967"] {
height: 967;
width: 967;
}
.pie-reverse[size="967"]::after {
top: 463.5;
left: 371.8;
}
.pie[size="968"] {
height: 968;
width: 968;
}
.pie[size="968"]::after {
top: 464;
left: 372.2;
}
.pie-reverse[size="968"] {
height: 968;
width: 968;
}
.pie-reverse[size="968"]::after {
top: 464;
left: 372.2;
}
.pie[size="969"] {
height: 969;
width: 969;
}
.pie[size="969"]::after {
top: 464.5;
left: 372.6;
}
.pie-reverse[size="969"] {
height: 969;
width: 969;
}
.pie-reverse[size="969"]::after {
top: 464.5;
left: 372.6;
}
.pie[size="970"] {
height: 970;
width: 970;
}
.pie[size="970"]::after {
top: 465;
left: 373;
}
.pie-reverse[size="970"] {
height: 970;
width: 970;
}
.pie-reverse[size="970"]::after {
top: 465;
left: 373;
}
.pie[size="971"] {
height: 971;
width: 971;
}
.pie[size="971"]::after {
top: 465.5;
left: 373.4;
}
.pie-reverse[size="971"] {
height: 971;
width: 971;
}
.pie-reverse[size="971"]::after {
top: 465.5;
left: 373.4;
}
.pie[size="972"] {
height: 972;
width: 972;
}
.pie[size="972"]::after {
top: 466;
left: 373.8;
}
.pie-reverse[size="972"] {
height: 972;
width: 972;
}
.pie-reverse[size="972"]::after {
top: 466;
left: 373.8;
}
.pie[size="973"] {
height: 973;
width: 973;
}
.pie[size="973"]::after {
top: 466.5;
left: 374.2;
}
.pie-reverse[size="973"] {
height: 973;
width: 973;
}
.pie-reverse[size="973"]::after {
top: 466.5;
left: 374.2;
}
.pie[size="974"] {
height: 974;
width: 974;
}
.pie[size="974"]::after {
top: 467;
left: 374.6;
}
.pie-reverse[size="974"] {
height: 974;
width: 974;
}
.pie-reverse[size="974"]::after {
top: 467;
left: 374.6;
}
.pie[size="975"] {
height: 975;
width: 975;
}
.pie[size="975"]::after {
top: 467.5;
left: 375;
}
.pie-reverse[size="975"] {
height: 975;
width: 975;
}
.pie-reverse[size="975"]::after {
top: 467.5;
left: 375;
}
.pie[size="976"] {
height: 976;
width: 976;
}
.pie[size="976"]::after {
top: 468;
left: 375.4;
}
.pie-reverse[size="976"] {
height: 976;
width: 976;
}
.pie-reverse[size="976"]::after {
top: 468;
left: 375.4;
}
.pie[size="977"] {
height: 977;
width: 977;
}
.pie[size="977"]::after {
top: 468.5;
left: 375.8;
}
.pie-reverse[size="977"] {
height: 977;
width: 977;
}
.pie-reverse[size="977"]::after {
top: 468.5;
left: 375.8;
}
.pie[size="978"] {
height: 978;
width: 978;
}
.pie[size="978"]::after {
top: 469;
left: 376.2;
}
.pie-reverse[size="978"] {
height: 978;
width: 978;
}
.pie-reverse[size="978"]::after {
top: 469;
left: 376.2;
}
.pie[size="979"] {
height: 979;
width: 979;
}
.pie[size="979"]::after {
top: 469.5;
left: 376.6;
}
.pie-reverse[size="979"] {
height: 979;
width: 979;
}
.pie-reverse[size="979"]::after {
top: 469.5;
left: 376.6;
}
.pie[size="980"] {
height: 980;
width: 980;
}
.pie[size="980"]::after {
top: 470;
left: 377;
}
.pie-reverse[size="980"] {
height: 980;
width: 980;
}
.pie-reverse[size="980"]::after {
top: 470;
left: 377;
}
.pie[size="981"] {
height: 981;
width: 981;
}
.pie[size="981"]::after {
top: 470.5;
left: 377.4;
}
.pie-reverse[size="981"] {
height: 981;
width: 981;
}
.pie-reverse[size="981"]::after {
top: 470.5;
left: 377.4;
}
.pie[size="982"] {
height: 982;
width: 982;
}
.pie[size="982"]::after {
top: 471;
left: 377.8;
}
.pie-reverse[size="982"] {
height: 982;
width: 982;
}
.pie-reverse[size="982"]::after {
top: 471;
left: 377.8;
}
.pie[size="983"] {
height: 983;
width: 983;
}
.pie[size="983"]::after {
top: 471.5;
left: 378.2;
}
.pie-reverse[size="983"] {
height: 983;
width: 983;
}
.pie-reverse[size="983"]::after {
top: 471.5;
left: 378.2;
}
.pie[size="984"] {
height: 984;
width: 984;
}
.pie[size="984"]::after {
top: 472;
left: 378.6;
}
.pie-reverse[size="984"] {
height: 984;
width: 984;
}
.pie-reverse[size="984"]::after {
top: 472;
left: 378.6;
}
.pie[size="985"] {
height: 985;
width: 985;
}
.pie[size="985"]::after {
top: 472.5;
left: 379;
}
.pie-reverse[size="985"] {
height: 985;
width: 985;
}
.pie-reverse[size="985"]::after {
top: 472.5;
left: 379;
}
.pie[size="986"] {
height: 986;
width: 986;
}
.pie[size="986"]::after {
top: 473;
left: 379.4;
}
.pie-reverse[size="986"] {
height: 986;
width: 986;
}
.pie-reverse[size="986"]::after {
top: 473;
left: 379.4;
}
.pie[size="987"] {
height: 987;
width: 987;
}
.pie[size="987"]::after {
top: 473.5;
left: 379.8;
}
.pie-reverse[size="987"] {
height: 987;
width: 987;
}
.pie-reverse[size="987"]::after {
top: 473.5;
left: 379.8;
}
.pie[size="988"] {
height: 988;
width: 988;
}
.pie[size="988"]::after {
top: 474;
left: 380.2;
}
.pie-reverse[size="988"] {
height: 988;
width: 988;
}
.pie-reverse[size="988"]::after {
top: 474;
left: 380.2;
}
.pie[size="989"] {
height: 989;
width: 989;
}
.pie[size="989"]::after {
top: 474.5;
left: 380.6;
}
.pie-reverse[size="989"] {
height: 989;
width: 989;
}
.pie-reverse[size="989"]::after {
top: 474.5;
left: 380.6;
}
.pie[size="990"] {
height: 990;
width: 990;
}
.pie[size="990"]::after {
top: 475;
left: 381;
}
.pie-reverse[size="990"] {
height: 990;
width: 990;
}
.pie-reverse[size="990"]::after {
top: 475;
left: 381;
}
.pie[size="991"] {
height: 991;
width: 991;
}
.pie[size="991"]::after {
top: 475.5;
left: 381.4;
}
.pie-reverse[size="991"] {
height: 991;
width: 991;
}
.pie-reverse[size="991"]::after {
top: 475.5;
left: 381.4;
}
.pie[size="992"] {
height: 992;
width: 992;
}
.pie[size="992"]::after {
top: 476;
left: 381.8;
}
.pie-reverse[size="992"] {
height: 992;
width: 992;
}
.pie-reverse[size="992"]::after {
top: 476;
left: 381.8;
}
.pie[size="993"] {
height: 993;
width: 993;
}
.pie[size="993"]::after {
top: 476.5;
left: 382.2;
}
.pie-reverse[size="993"] {
height: 993;
width: 993;
}
.pie-reverse[size="993"]::after {
top: 476.5;
left: 382.2;
}
.pie[size="994"] {
height: 994;
width: 994;
}
.pie[size="994"]::after {
top: 477;
left: 382.6;
}
.pie-reverse[size="994"] {
height: 994;
width: 994;
}
.pie-reverse[size="994"]::after {
top: 477;
left: 382.6;
}
.pie[size="995"] {
height: 995;
width: 995;
}
.pie[size="995"]::after {
top: 477.5;
left: 383;
}
.pie-reverse[size="995"] {
height: 995;
width: 995;
}
.pie-reverse[size="995"]::after {
top: 477.5;
left: 383;
}
.pie[size="996"] {
height: 996;
width: 996;
}
.pie[size="996"]::after {
top: 478;
left: 383.4;
}
.pie-reverse[size="996"] {
height: 996;
width: 996;
}
.pie-reverse[size="996"]::after {
top: 478;
left: 383.4;
}
.pie[size="997"] {
height: 997;
width: 997;
}
.pie[size="997"]::after {
top: 478.5;
left: 383.8;
}
.pie-reverse[size="997"] {
height: 997;
width: 997;
}
.pie-reverse[size="997"]::after {
top: 478.5;
left: 383.8;
}
.pie[size="998"] {
height: 998;
width: 998;
}
.pie[size="998"]::after {
top: 479;
left: 384.2;
}
.pie-reverse[size="998"] {
height: 998;
width: 998;
}
.pie-reverse[size="998"]::after {
top: 479;
left: 384.2;
}
.pie[size="999"] {
height: 999;
width: 999;
}
.pie[size="999"]::after {
top: 479.5;
left: 384.6;
}
.pie-reverse[size="999"] {
height: 999;
width: 999;
}
.pie-reverse[size="999"]::after {
top: 479.5;
left: 384.6;
}
.pie[size="1000"] {
height: 1000;
width: 1000;
}
.pie[size="1000"]::after {
top: 480;
left: 385;
}
.pie-reverse[size="1000"] {
height: 1000;
width: 1000;
}
.pie-reverse[size="1000"]::after {
top: 480;
left: 385;
}
.pie[size="1001"] {
height: 1001;
width: 1001;
}
.pie[size="1001"]::after {
top: 480.5;
left: 385.4;
}
.pie-reverse[size="1001"] {
height: 1001;
width: 1001;
}
.pie-reverse[size="1001"]::after {
top: 480.5;
left: 385.4;
}
.pie[size="1002"] {
height: 1002;
width: 1002;
}
.pie[size="1002"]::after {
top: 481;
left: 385.8;
}
.pie-reverse[size="1002"] {
height: 1002;
width: 1002;
}
.pie-reverse[size="1002"]::after {
top: 481;
left: 385.8;
}
.pie[size="1003"] {
height: 1003;
width: 1003;
}
.pie[size="1003"]::after {
top: 481.5;
left: 386.2;
}
.pie-reverse[size="1003"] {
height: 1003;
width: 1003;
}
.pie-reverse[size="1003"]::after {
top: 481.5;
left: 386.2;
}
.pie[size="1004"] {
height: 1004;
width: 1004;
}
.pie[size="1004"]::after {
top: 482;
left: 386.6;
}
.pie-reverse[size="1004"] {
height: 1004;
width: 1004;
}
.pie-reverse[size="1004"]::after {
top: 482;
left: 386.6;
}
.pie[size="1005"] {
height: 1005;
width: 1005;
}
.pie[size="1005"]::after {
top: 482.5;
left: 387;
}
.pie-reverse[size="1005"] {
height: 1005;
width: 1005;
}
.pie-reverse[size="1005"]::after {
top: 482.5;
left: 387;
}
.pie[size="1006"] {
height: 1006;
width: 1006;
}
.pie[size="1006"]::after {
top: 483;
left: 387.4;
}
.pie-reverse[size="1006"] {
height: 1006;
width: 1006;
}
.pie-reverse[size="1006"]::after {
top: 483;
left: 387.4;
}
.pie[size="1007"] {
height: 1007;
width: 1007;
}
.pie[size="1007"]::after {
top: 483.5;
left: 387.8;
}
.pie-reverse[size="1007"] {
height: 1007;
width: 1007;
}
.pie-reverse[size="1007"]::after {
top: 483.5;
left: 387.8;
}
.pie[size="1008"] {
height: 1008;
width: 1008;
}
.pie[size="1008"]::after {
top: 484;
left: 388.2;
}
.pie-reverse[size="1008"] {
height: 1008;
width: 1008;
}
.pie-reverse[size="1008"]::after {
top: 484;
left: 388.2;
}
.pie[size="1009"] {
height: 1009;
width: 1009;
}
.pie[size="1009"]::after {
top: 484.5;
left: 388.6;
}
.pie-reverse[size="1009"] {
height: 1009;
width: 1009;
}
.pie-reverse[size="1009"]::after {
top: 484.5;
left: 388.6;
}
.pie[size="1010"] {
height: 1010;
width: 1010;
}
.pie[size="1010"]::after {
top: 485;
left: 389;
}
.pie-reverse[size="1010"] {
height: 1010;
width: 1010;
}
.pie-reverse[size="1010"]::after {
top: 485;
left: 389;
}
.pie[size="1011"] {
height: 1011;
width: 1011;
}
.pie[size="1011"]::after {
top: 485.5;
left: 389.4;
}
.pie-reverse[size="1011"] {
height: 1011;
width: 1011;
}
.pie-reverse[size="1011"]::after {
top: 485.5;
left: 389.4;
}
.pie[size="1012"] {
height: 1012;
width: 1012;
}
.pie[size="1012"]::after {
top: 486;
left: 389.8;
}
.pie-reverse[size="1012"] {
height: 1012;
width: 1012;
}
.pie-reverse[size="1012"]::after {
top: 486;
left: 389.8;
}
.pie[size="1013"] {
height: 1013;
width: 1013;
}
.pie[size="1013"]::after {
top: 486.5;
left: 390.2;
}
.pie-reverse[size="1013"] {
height: 1013;
width: 1013;
}
.pie-reverse[size="1013"]::after {
top: 486.5;
left: 390.2;
}
.pie[size="1014"] {
height: 1014;
width: 1014;
}
.pie[size="1014"]::after {
top: 487;
left: 390.6;
}
.pie-reverse[size="1014"] {
height: 1014;
width: 1014;
}
.pie-reverse[size="1014"]::after {
top: 487;
left: 390.6;
}
.pie[size="1015"] {
height: 1015;
width: 1015;
}
.pie[size="1015"]::after {
top: 487.5;
left: 391;
}
.pie-reverse[size="1015"] {
height: 1015;
width: 1015;
}
.pie-reverse[size="1015"]::after {
top: 487.5;
left: 391;
}
.pie[size="1016"] {
height: 1016;
width: 1016;
}
.pie[size="1016"]::after {
top: 488;
left: 391.4;
}
.pie-reverse[size="1016"] {
height: 1016;
width: 1016;
}
.pie-reverse[size="1016"]::after {
top: 488;
left: 391.4;
}
.pie[size="1017"] {
height: 1017;
width: 1017;
}
.pie[size="1017"]::after {
top: 488.5;
left: 391.8;
}
.pie-reverse[size="1017"] {
height: 1017;
width: 1017;
}
.pie-reverse[size="1017"]::after {
top: 488.5;
left: 391.8;
}
.pie[size="1018"] {
height: 1018;
width: 1018;
}
.pie[size="1018"]::after {
top: 489;
left: 392.2;
}
.pie-reverse[size="1018"] {
height: 1018;
width: 1018;
}
.pie-reverse[size="1018"]::after {
top: 489;
left: 392.2;
}
.pie[size="1019"] {
height: 1019;
width: 1019;
}
.pie[size="1019"]::after {
top: 489.5;
left: 392.6;
}
.pie-reverse[size="1019"] {
height: 1019;
width: 1019;
}
.pie-reverse[size="1019"]::after {
top: 489.5;
left: 392.6;
}
.pie[size="1020"] {
height: 1020;
width: 1020;
}
.pie[size="1020"]::after {
top: 490;
left: 393;
}
.pie-reverse[size="1020"] {
height: 1020;
width: 1020;
}
.pie-reverse[size="1020"]::after {
top: 490;
left: 393;
}
.pie[size="1021"] {
height: 1021;
width: 1021;
}
.pie[size="1021"]::after {
top: 490.5;
left: 393.4;
}
.pie-reverse[size="1021"] {
height: 1021;
width: 1021;
}
.pie-reverse[size="1021"]::after {
top: 490.5;
left: 393.4;
}
.pie[size="1022"] {
height: 1022;
width: 1022;
}
.pie[size="1022"]::after {
top: 491;
left: 393.8;
}
.pie-reverse[size="1022"] {
height: 1022;
width: 1022;
}
.pie-reverse[size="1022"]::after {
top: 491;
left: 393.8;
}
.pie[size="1023"] {
height: 1023;
width: 1023;
}
.pie[size="1023"]::after {
top: 491.5;
left: 394.2;
}
.pie-reverse[size="1023"] {
height: 1023;
width: 1023;
}
.pie-reverse[size="1023"]::after {
top: 491.5;
left: 394.2;
}
.pie[size="1024"] {
height: 1024;
width: 1024;
}
.pie[size="1024"]::after {
top: 492;
left: 394.6;
}
.pie-reverse[size="1024"] {
height: 1024;
width: 1024;
}
.pie-reverse[size="1024"]::after {
top: 492;
left: 394.6;
}
.pie[size="1025"] {
height: 1025;
width: 1025;
}
.pie[size="1025"]::after {
top: 492.5;
left: 395;
}
.pie-reverse[size="1025"] {
height: 1025;
width: 1025;
}
.pie-reverse[size="1025"]::after {
top: 492.5;
left: 395;
}
.pie[size="1026"] {
height: 1026;
width: 1026;
}
.pie[size="1026"]::after {
top: 493;
left: 395.4;
}
.pie-reverse[size="1026"] {
height: 1026;
width: 1026;
}
.pie-reverse[size="1026"]::after {
top: 493;
left: 395.4;
}
.pie[size="1027"] {
height: 1027;
width: 1027;
}
.pie[size="1027"]::after {
top: 493.5;
left: 395.8;
}
.pie-reverse[size="1027"] {
height: 1027;
width: 1027;
}
.pie-reverse[size="1027"]::after {
top: 493.5;
left: 395.8;
}
.pie[size="1028"] {
height: 1028;
width: 1028;
}
.pie[size="1028"]::after {
top: 494;
left: 396.2;
}
.pie-reverse[size="1028"] {
height: 1028;
width: 1028;
}
.pie-reverse[size="1028"]::after {
top: 494;
left: 396.2;
}
.pie[size="1029"] {
height: 1029;
width: 1029;
}
.pie[size="1029"]::after {
top: 494.5;
left: 396.6;
}
.pie-reverse[size="1029"] {
height: 1029;
width: 1029;
}
.pie-reverse[size="1029"]::after {
top: 494.5;
left: 396.6;
}
.pie[size="1030"] {
height: 1030;
width: 1030;
}
.pie[size="1030"]::after {
top: 495;
left: 397;
}
.pie-reverse[size="1030"] {
height: 1030;
width: 1030;
}
.pie-reverse[size="1030"]::after {
top: 495;
left: 397;
}
.pie[size="1031"] {
height: 1031;
width: 1031;
}
.pie[size="1031"]::after {
top: 495.5;
left: 397.4;
}
.pie-reverse[size="1031"] {
height: 1031;
width: 1031;
}
.pie-reverse[size="1031"]::after {
top: 495.5;
left: 397.4;
}
.pie[size="1032"] {
height: 1032;
width: 1032;
}
.pie[size="1032"]::after {
top: 496;
left: 397.8;
}
.pie-reverse[size="1032"] {
height: 1032;
width: 1032;
}
.pie-reverse[size="1032"]::after {
top: 496;
left: 397.8;
}
.pie[size="1033"] {
height: 1033;
width: 1033;
}
.pie[size="1033"]::after {
top: 496.5;
left: 398.2;
}
.pie-reverse[size="1033"] {
height: 1033;
width: 1033;
}
.pie-reverse[size="1033"]::after {
top: 496.5;
left: 398.2;
}
.pie[size="1034"] {
height: 1034;
width: 1034;
}
.pie[size="1034"]::after {
top: 497;
left: 398.6;
}
.pie-reverse[size="1034"] {
height: 1034;
width: 1034;
}
.pie-reverse[size="1034"]::after {
top: 497;
left: 398.6;
}
.pie[size="1035"] {
height: 1035;
width: 1035;
}
.pie[size="1035"]::after {
top: 497.5;
left: 399;
}
.pie-reverse[size="1035"] {
height: 1035;
width: 1035;
}
.pie-reverse[size="1035"]::after {
top: 497.5;
left: 399;
}
.pie[size="1036"] {
height: 1036;
width: 1036;
}
.pie[size="1036"]::after {
top: 498;
left: 399.4;
}
.pie-reverse[size="1036"] {
height: 1036;
width: 1036;
}
.pie-reverse[size="1036"]::after {
top: 498;
left: 399.4;
}
.pie[size="1037"] {
height: 1037;
width: 1037;
}
.pie[size="1037"]::after {
top: 498.5;
left: 399.8;
}
.pie-reverse[size="1037"] {
height: 1037;
width: 1037;
}
.pie-reverse[size="1037"]::after {
top: 498.5;
left: 399.8;
}
.pie[size="1038"] {
height: 1038;
width: 1038;
}
.pie[size="1038"]::after {
top: 499;
left: 400.2;
}
.pie-reverse[size="1038"] {
height: 1038;
width: 1038;
}
.pie-reverse[size="1038"]::after {
top: 499;
left: 400.2;
}
.pie[size="1039"] {
height: 1039;
width: 1039;
}
.pie[size="1039"]::after {
top: 499.5;
left: 400.6;
}
.pie-reverse[size="1039"] {
height: 1039;
width: 1039;
}
.pie-reverse[size="1039"]::after {
top: 499.5;
left: 400.6;
}
.pie[size="1040"] {
height: 1040;
width: 1040;
}
.pie[size="1040"]::after {
top: 500;
left: 401;
}
.pie-reverse[size="1040"] {
height: 1040;
width: 1040;
}
.pie-reverse[size="1040"]::after {
top: 500;
left: 401;
}
.pie[size="1041"] {
height: 1041;
width: 1041;
}
.pie[size="1041"]::after {
top: 500.5;
left: 401.4;
}
.pie-reverse[size="1041"] {
height: 1041;
width: 1041;
}
.pie-reverse[size="1041"]::after {
top: 500.5;
left: 401.4;
}
.pie[size="1042"] {
height: 1042;
width: 1042;
}
.pie[size="1042"]::after {
top: 501;
left: 401.8;
}
.pie-reverse[size="1042"] {
height: 1042;
width: 1042;
}
.pie-reverse[size="1042"]::after {
top: 501;
left: 401.8;
}
.pie[size="1043"] {
height: 1043;
width: 1043;
}
.pie[size="1043"]::after {
top: 501.5;
left: 402.2;
}
.pie-reverse[size="1043"] {
height: 1043;
width: 1043;
}
.pie-reverse[size="1043"]::after {
top: 501.5;
left: 402.2;
}
.pie[size="1044"] {
height: 1044;
width: 1044;
}
.pie[size="1044"]::after {
top: 502;
left: 402.6;
}
.pie-reverse[size="1044"] {
height: 1044;
width: 1044;
}
.pie-reverse[size="1044"]::after {
top: 502;
left: 402.6;
}
.pie[size="1045"] {
height: 1045;
width: 1045;
}
.pie[size="1045"]::after {
top: 502.5;
left: 403;
}
.pie-reverse[size="1045"] {
height: 1045;
width: 1045;
}
.pie-reverse[size="1045"]::after {
top: 502.5;
left: 403;
}
.pie[size="1046"] {
height: 1046;
width: 1046;
}
.pie[size="1046"]::after {
top: 503;
left: 403.4;
}
.pie-reverse[size="1046"] {
height: 1046;
width: 1046;
}
.pie-reverse[size="1046"]::after {
top: 503;
left: 403.4;
}
.pie[size="1047"] {
height: 1047;
width: 1047;
}
.pie[size="1047"]::after {
top: 503.5;
left: 403.8;
}
.pie-reverse[size="1047"] {
height: 1047;
width: 1047;
}
.pie-reverse[size="1047"]::after {
top: 503.5;
left: 403.8;
}
.pie[size="1048"] {
height: 1048;
width: 1048;
}
.pie[size="1048"]::after {
top: 504;
left: 404.2;
}
.pie-reverse[size="1048"] {
height: 1048;
width: 1048;
}
.pie-reverse[size="1048"]::after {
top: 504;
left: 404.2;
}
.pie[size="1049"] {
height: 1049;
width: 1049;
}
.pie[size="1049"]::after {
top: 504.5;
left: 404.6;
}
.pie-reverse[size="1049"] {
height: 1049;
width: 1049;
}
.pie-reverse[size="1049"]::after {
top: 504.5;
left: 404.6;
}
.pie[size="1050"] {
height: 1050;
width: 1050;
}
.pie[size="1050"]::after {
top: 505;
left: 405;
}
.pie-reverse[size="1050"] {
height: 1050;
width: 1050;
}
.pie-reverse[size="1050"]::after {
top: 505;
left: 405;
}
.pie[size="1051"] {
height: 1051;
width: 1051;
}
.pie[size="1051"]::after {
top: 505.5;
left: 405.4;
}
.pie-reverse[size="1051"] {
height: 1051;
width: 1051;
}
.pie-reverse[size="1051"]::after {
top: 505.5;
left: 405.4;
}
.pie[size="1052"] {
height: 1052;
width: 1052;
}
.pie[size="1052"]::after {
top: 506;
left: 405.8;
}
.pie-reverse[size="1052"] {
height: 1052;
width: 1052;
}
.pie-reverse[size="1052"]::after {
top: 506;
left: 405.8;
}
.pie[size="1053"] {
height: 1053;
width: 1053;
}
.pie[size="1053"]::after {
top: 506.5;
left: 406.2;
}
.pie-reverse[size="1053"] {
height: 1053;
width: 1053;
}
.pie-reverse[size="1053"]::after {
top: 506.5;
left: 406.2;
}
.pie[size="1054"] {
height: 1054;
width: 1054;
}
.pie[size="1054"]::after {
top: 507;
left: 406.6;
}
.pie-reverse[size="1054"] {
height: 1054;
width: 1054;
}
.pie-reverse[size="1054"]::after {
top: 507;
left: 406.6;
}
.pie[size="1055"] {
height: 1055;
width: 1055;
}
.pie[size="1055"]::after {
top: 507.5;
left: 407;
}
.pie-reverse[size="1055"] {
height: 1055;
width: 1055;
}
.pie-reverse[size="1055"]::after {
top: 507.5;
left: 407;
}
.pie[size="1056"] {
height: 1056;
width: 1056;
}
.pie[size="1056"]::after {
top: 508;
left: 407.4;
}
.pie-reverse[size="1056"] {
height: 1056;
width: 1056;
}
.pie-reverse[size="1056"]::after {
top: 508;
left: 407.4;
}
.pie[size="1057"] {
height: 1057;
width: 1057;
}
.pie[size="1057"]::after {
top: 508.5;
left: 407.8;
}
.pie-reverse[size="1057"] {
height: 1057;
width: 1057;
}
.pie-reverse[size="1057"]::after {
top: 508.5;
left: 407.8;
}
.pie[size="1058"] {
height: 1058;
width: 1058;
}
.pie[size="1058"]::after {
top: 509;
left: 408.2;
}
.pie-reverse[size="1058"] {
height: 1058;
width: 1058;
}
.pie-reverse[size="1058"]::after {
top: 509;
left: 408.2;
}
.pie[size="1059"] {
height: 1059;
width: 1059;
}
.pie[size="1059"]::after {
top: 509.5;
left: 408.6;
}
.pie-reverse[size="1059"] {
height: 1059;
width: 1059;
}
.pie-reverse[size="1059"]::after {
top: 509.5;
left: 408.6;
}
.pie[size="1060"] {
height: 1060;
width: 1060;
}
.pie[size="1060"]::after {
top: 510;
left: 409;
}
.pie-reverse[size="1060"] {
height: 1060;
width: 1060;
}
.pie-reverse[size="1060"]::after {
top: 510;
left: 409;
}
.pie[size="1061"] {
height: 1061;
width: 1061;
}
.pie[size="1061"]::after {
top: 510.5;
left: 409.4;
}
.pie-reverse[size="1061"] {
height: 1061;
width: 1061;
}
.pie-reverse[size="1061"]::after {
top: 510.5;
left: 409.4;
}
.pie[size="1062"] {
height: 1062;
width: 1062;
}
.pie[size="1062"]::after {
top: 511;
left: 409.8;
}
.pie-reverse[size="1062"] {
height: 1062;
width: 1062;
}
.pie-reverse[size="1062"]::after {
top: 511;
left: 409.8;
}
.pie[size="1063"] {
height: 1063;
width: 1063;
}
.pie[size="1063"]::after {
top: 511.5;
left: 410.2;
}
.pie-reverse[size="1063"] {
height: 1063;
width: 1063;
}
.pie-reverse[size="1063"]::after {
top: 511.5;
left: 410.2;
}
.pie[size="1064"] {
height: 1064;
width: 1064;
}
.pie[size="1064"]::after {
top: 512;
left: 410.6;
}
.pie-reverse[size="1064"] {
height: 1064;
width: 1064;
}
.pie-reverse[size="1064"]::after {
top: 512;
left: 410.6;
}
.pie[size="1065"] {
height: 1065;
width: 1065;
}
.pie[size="1065"]::after {
top: 512.5;
left: 411;
}
.pie-reverse[size="1065"] {
height: 1065;
width: 1065;
}
.pie-reverse[size="1065"]::after {
top: 512.5;
left: 411;
}
.pie[size="1066"] {
height: 1066;
width: 1066;
}
.pie[size="1066"]::after {
top: 513;
left: 411.4;
}
.pie-reverse[size="1066"] {
height: 1066;
width: 1066;
}
.pie-reverse[size="1066"]::after {
top: 513;
left: 411.4;
}
.pie[size="1067"] {
height: 1067;
width: 1067;
}
.pie[size="1067"]::after {
top: 513.5;
left: 411.8;
}
.pie-reverse[size="1067"] {
height: 1067;
width: 1067;
}
.pie-reverse[size="1067"]::after {
top: 513.5;
left: 411.8;
}
.pie[size="1068"] {
height: 1068;
width: 1068;
}
.pie[size="1068"]::after {
top: 514;
left: 412.2;
}
.pie-reverse[size="1068"] {
height: 1068;
width: 1068;
}
.pie-reverse[size="1068"]::after {
top: 514;
left: 412.2;
}
.pie[size="1069"] {
height: 1069;
width: 1069;
}
.pie[size="1069"]::after {
top: 514.5;
left: 412.6;
}
.pie-reverse[size="1069"] {
height: 1069;
width: 1069;
}
.pie-reverse[size="1069"]::after {
top: 514.5;
left: 412.6;
}
.pie[size="1070"] {
height: 1070;
width: 1070;
}
.pie[size="1070"]::after {
top: 515;
left: 413;
}
.pie-reverse[size="1070"] {
height: 1070;
width: 1070;
}
.pie-reverse[size="1070"]::after {
top: 515;
left: 413;
}
.pie[size="1071"] {
height: 1071;
width: 1071;
}
.pie[size="1071"]::after {
top: 515.5;
left: 413.4;
}
.pie-reverse[size="1071"] {
height: 1071;
width: 1071;
}
.pie-reverse[size="1071"]::after {
top: 515.5;
left: 413.4;
}
.pie[size="1072"] {
height: 1072;
width: 1072;
}
.pie[size="1072"]::after {
top: 516;
left: 413.8;
}
.pie-reverse[size="1072"] {
height: 1072;
width: 1072;
}
.pie-reverse[size="1072"]::after {
top: 516;
left: 413.8;
}
.pie[size="1073"] {
height: 1073;
width: 1073;
}
.pie[size="1073"]::after {
top: 516.5;
left: 414.2;
}
.pie-reverse[size="1073"] {
height: 1073;
width: 1073;
}
.pie-reverse[size="1073"]::after {
top: 516.5;
left: 414.2;
}
.pie[size="1074"] {
height: 1074;
width: 1074;
}
.pie[size="1074"]::after {
top: 517;
left: 414.6;
}
.pie-reverse[size="1074"] {
height: 1074;
width: 1074;
}
.pie-reverse[size="1074"]::after {
top: 517;
left: 414.6;
}
.pie[size="1075"] {
height: 1075;
width: 1075;
}
.pie[size="1075"]::after {
top: 517.5;
left: 415;
}
.pie-reverse[size="1075"] {
height: 1075;
width: 1075;
}
.pie-reverse[size="1075"]::after {
top: 517.5;
left: 415;
}
.pie[size="1076"] {
height: 1076;
width: 1076;
}
.pie[size="1076"]::after {
top: 518;
left: 415.4;
}
.pie-reverse[size="1076"] {
height: 1076;
width: 1076;
}
.pie-reverse[size="1076"]::after {
top: 518;
left: 415.4;
}
.pie[size="1077"] {
height: 1077;
width: 1077;
}
.pie[size="1077"]::after {
top: 518.5;
left: 415.8;
}
.pie-reverse[size="1077"] {
height: 1077;
width: 1077;
}
.pie-reverse[size="1077"]::after {
top: 518.5;
left: 415.8;
}
.pie[size="1078"] {
height: 1078;
width: 1078;
}
.pie[size="1078"]::after {
top: 519;
left: 416.2;
}
.pie-reverse[size="1078"] {
height: 1078;
width: 1078;
}
.pie-reverse[size="1078"]::after {
top: 519;
left: 416.2;
}
.pie[size="1079"] {
height: 1079;
width: 1079;
}
.pie[size="1079"]::after {
top: 519.5;
left: 416.6;
}
.pie-reverse[size="1079"] {
height: 1079;
width: 1079;
}
.pie-reverse[size="1079"]::after {
top: 519.5;
left: 416.6;
}
.pie[size="1080"] {
height: 1080;
width: 1080;
}
.pie[size="1080"]::after {
top: 520;
left: 417;
}
.pie-reverse[size="1080"] {
height: 1080;
width: 1080;
}
.pie-reverse[size="1080"]::after {
top: 520;
left: 417;
}
.pie[size="1081"] {
height: 1081;
width: 1081;
}
.pie[size="1081"]::after {
top: 520.5;
left: 417.4;
}
.pie-reverse[size="1081"] {
height: 1081;
width: 1081;
}
.pie-reverse[size="1081"]::after {
top: 520.5;
left: 417.4;
}
.pie[size="1082"] {
height: 1082;
width: 1082;
}
.pie[size="1082"]::after {
top: 521;
left: 417.8;
}
.pie-reverse[size="1082"] {
height: 1082;
width: 1082;
}
.pie-reverse[size="1082"]::after {
top: 521;
left: 417.8;
}
.pie[size="1083"] {
height: 1083;
width: 1083;
}
.pie[size="1083"]::after {
top: 521.5;
left: 418.2;
}
.pie-reverse[size="1083"] {
height: 1083;
width: 1083;
}
.pie-reverse[size="1083"]::after {
top: 521.5;
left: 418.2;
}
.pie[size="1084"] {
height: 1084;
width: 1084;
}
.pie[size="1084"]::after {
top: 522;
left: 418.6;
}
.pie-reverse[size="1084"] {
height: 1084;
width: 1084;
}
.pie-reverse[size="1084"]::after {
top: 522;
left: 418.6;
}
.pie[size="1085"] {
height: 1085;
width: 1085;
}
.pie[size="1085"]::after {
top: 522.5;
left: 419;
}
.pie-reverse[size="1085"] {
height: 1085;
width: 1085;
}
.pie-reverse[size="1085"]::after {
top: 522.5;
left: 419;
}
.pie[size="1086"] {
height: 1086;
width: 1086;
}
.pie[size="1086"]::after {
top: 523;
left: 419.4;
}
.pie-reverse[size="1086"] {
height: 1086;
width: 1086;
}
.pie-reverse[size="1086"]::after {
top: 523;
left: 419.4;
}
.pie[size="1087"] {
height: 1087;
width: 1087;
}
.pie[size="1087"]::after {
top: 523.5;
left: 419.8;
}
.pie-reverse[size="1087"] {
height: 1087;
width: 1087;
}
.pie-reverse[size="1087"]::after {
top: 523.5;
left: 419.8;
}
.pie[size="1088"] {
height: 1088;
width: 1088;
}
.pie[size="1088"]::after {
top: 524;
left: 420.2;
}
.pie-reverse[size="1088"] {
height: 1088;
width: 1088;
}
.pie-reverse[size="1088"]::after {
top: 524;
left: 420.2;
}
.pie[size="1089"] {
height: 1089;
width: 1089;
}
.pie[size="1089"]::after {
top: 524.5;
left: 420.6;
}
.pie-reverse[size="1089"] {
height: 1089;
width: 1089;
}
.pie-reverse[size="1089"]::after {
top: 524.5;
left: 420.6;
}
.pie[size="1090"] {
height: 1090;
width: 1090;
}
.pie[size="1090"]::after {
top: 525;
left: 421;
}
.pie-reverse[size="1090"] {
height: 1090;
width: 1090;
}
.pie-reverse[size="1090"]::after {
top: 525;
left: 421;
}
.pie[size="1091"] {
height: 1091;
width: 1091;
}
.pie[size="1091"]::after {
top: 525.5;
left: 421.4;
}
.pie-reverse[size="1091"] {
height: 1091;
width: 1091;
}
.pie-reverse[size="1091"]::after {
top: 525.5;
left: 421.4;
}
.pie[size="1092"] {
height: 1092;
width: 1092;
}
.pie[size="1092"]::after {
top: 526;
left: 421.8;
}
.pie-reverse[size="1092"] {
height: 1092;
width: 1092;
}
.pie-reverse[size="1092"]::after {
top: 526;
left: 421.8;
}
.pie[size="1093"] {
height: 1093;
width: 1093;
}
.pie[size="1093"]::after {
top: 526.5;
left: 422.2;
}
.pie-reverse[size="1093"] {
height: 1093;
width: 1093;
}
.pie-reverse[size="1093"]::after {
top: 526.5;
left: 422.2;
}
.pie[size="1094"] {
height: 1094;
width: 1094;
}
.pie[size="1094"]::after {
top: 527;
left: 422.6;
}
.pie-reverse[size="1094"] {
height: 1094;
width: 1094;
}
.pie-reverse[size="1094"]::after {
top: 527;
left: 422.6;
}
.pie[size="1095"] {
height: 1095;
width: 1095;
}
.pie[size="1095"]::after {
top: 527.5;
left: 423;
}
.pie-reverse[size="1095"] {
height: 1095;
width: 1095;
}
.pie-reverse[size="1095"]::after {
top: 527.5;
left: 423;
}
.pie[size="1096"] {
height: 1096;
width: 1096;
}
.pie[size="1096"]::after {
top: 528;
left: 423.4;
}
.pie-reverse[size="1096"] {
height: 1096;
width: 1096;
}
.pie-reverse[size="1096"]::after {
top: 528;
left: 423.4;
}
.pie[size="1097"] {
height: 1097;
width: 1097;
}
.pie[size="1097"]::after {
top: 528.5;
left: 423.8;
}
.pie-reverse[size="1097"] {
height: 1097;
width: 1097;
}
.pie-reverse[size="1097"]::after {
top: 528.5;
left: 423.8;
}
.pie[size="1098"] {
height: 1098;
width: 1098;
}
.pie[size="1098"]::after {
top: 529;
left: 424.2;
}
.pie-reverse[size="1098"] {
height: 1098;
width: 1098;
}
.pie-reverse[size="1098"]::after {
top: 529;
left: 424.2;
}
.pie[size="1099"] {
height: 1099;
width: 1099;
}
.pie[size="1099"]::after {
top: 529.5;
left: 424.6;
}
.pie-reverse[size="1099"] {
height: 1099;
width: 1099;
}
.pie-reverse[size="1099"]::after {
top: 529.5;
left: 424.6;
}
.pie[size="1100"] {
height: 1100;
width: 1100;
}
.pie[size="1100"]::after {
top: 530;
left: 425;
}
.pie-reverse[size="1100"] {
height: 1100;
width: 1100;
}
.pie-reverse[size="1100"]::after {
top: 530;
left: 425;
}
.pie[size="1101"] {
height: 1101;
width: 1101;
}
.pie[size="1101"]::after {
top: 530.5;
left: 425.4;
}
.pie-reverse[size="1101"] {
height: 1101;
width: 1101;
}
.pie-reverse[size="1101"]::after {
top: 530.5;
left: 425.4;
}
.pie[size="1102"] {
height: 1102;
width: 1102;
}
.pie[size="1102"]::after {
top: 531;
left: 425.8;
}
.pie-reverse[size="1102"] {
height: 1102;
width: 1102;
}
.pie-reverse[size="1102"]::after {
top: 531;
left: 425.8;
}
.pie[size="1103"] {
height: 1103;
width: 1103;
}
.pie[size="1103"]::after {
top: 531.5;
left: 426.2;
}
.pie-reverse[size="1103"] {
height: 1103;
width: 1103;
}
.pie-reverse[size="1103"]::after {
top: 531.5;
left: 426.2;
}
.pie[size="1104"] {
height: 1104;
width: 1104;
}
.pie[size="1104"]::after {
top: 532;
left: 426.6;
}
.pie-reverse[size="1104"] {
height: 1104;
width: 1104;
}
.pie-reverse[size="1104"]::after {
top: 532;
left: 426.6;
}
.pie[size="1105"] {
height: 1105;
width: 1105;
}
.pie[size="1105"]::after {
top: 532.5;
left: 427;
}
.pie-reverse[size="1105"] {
height: 1105;
width: 1105;
}
.pie-reverse[size="1105"]::after {
top: 532.5;
left: 427;
}
.pie[size="1106"] {
height: 1106;
width: 1106;
}
.pie[size="1106"]::after {
top: 533;
left: 427.4;
}
.pie-reverse[size="1106"] {
height: 1106;
width: 1106;
}
.pie-reverse[size="1106"]::after {
top: 533;
left: 427.4;
}
.pie[size="1107"] {
height: 1107;
width: 1107;
}
.pie[size="1107"]::after {
top: 533.5;
left: 427.8;
}
.pie-reverse[size="1107"] {
height: 1107;
width: 1107;
}
.pie-reverse[size="1107"]::after {
top: 533.5;
left: 427.8;
}
.pie[size="1108"] {
height: 1108;
width: 1108;
}
.pie[size="1108"]::after {
top: 534;
left: 428.2;
}
.pie-reverse[size="1108"] {
height: 1108;
width: 1108;
}
.pie-reverse[size="1108"]::after {
top: 534;
left: 428.2;
}
.pie[size="1109"] {
height: 1109;
width: 1109;
}
.pie[size="1109"]::after {
top: 534.5;
left: 428.6;
}
.pie-reverse[size="1109"] {
height: 1109;
width: 1109;
}
.pie-reverse[size="1109"]::after {
top: 534.5;
left: 428.6;
}
.pie[size="1110"] {
height: 1110;
width: 1110;
}
.pie[size="1110"]::after {
top: 535;
left: 429;
}
.pie-reverse[size="1110"] {
height: 1110;
width: 1110;
}
.pie-reverse[size="1110"]::after {
top: 535;
left: 429;
}
.pie[size="1111"] {
height: 1111;
width: 1111;
}
.pie[size="1111"]::after {
top: 535.5;
left: 429.4;
}
.pie-reverse[size="1111"] {
height: 1111;
width: 1111;
}
.pie-reverse[size="1111"]::after {
top: 535.5;
left: 429.4;
}
.pie[size="1112"] {
height: 1112;
width: 1112;
}
.pie[size="1112"]::after {
top: 536;
left: 429.8;
}
.pie-reverse[size="1112"] {
height: 1112;
width: 1112;
}
.pie-reverse[size="1112"]::after {
top: 536;
left: 429.8;
}
.pie[size="1113"] {
height: 1113;
width: 1113;
}
.pie[size="1113"]::after {
top: 536.5;
left: 430.2;
}
.pie-reverse[size="1113"] {
height: 1113;
width: 1113;
}
.pie-reverse[size="1113"]::after {
top: 536.5;
left: 430.2;
}
.pie[size="1114"] {
height: 1114;
width: 1114;
}
.pie[size="1114"]::after {
top: 537;
left: 430.6;
}
.pie-reverse[size="1114"] {
height: 1114;
width: 1114;
}
.pie-reverse[size="1114"]::after {
top: 537;
left: 430.6;
}
.pie[size="1115"] {
height: 1115;
width: 1115;
}
.pie[size="1115"]::after {
top: 537.5;
left: 431;
}
.pie-reverse[size="1115"] {
height: 1115;
width: 1115;
}
.pie-reverse[size="1115"]::after {
top: 537.5;
left: 431;
}
.pie[size="1116"] {
height: 1116;
width: 1116;
}
.pie[size="1116"]::after {
top: 538;
left: 431.4;
}
.pie-reverse[size="1116"] {
height: 1116;
width: 1116;
}
.pie-reverse[size="1116"]::after {
top: 538;
left: 431.4;
}
.pie[size="1117"] {
height: 1117;
width: 1117;
}
.pie[size="1117"]::after {
top: 538.5;
left: 431.8;
}
.pie-reverse[size="1117"] {
height: 1117;
width: 1117;
}
.pie-reverse[size="1117"]::after {
top: 538.5;
left: 431.8;
}
.pie[size="1118"] {
height: 1118;
width: 1118;
}
.pie[size="1118"]::after {
top: 539;
left: 432.2;
}
.pie-reverse[size="1118"] {
height: 1118;
width: 1118;
}
.pie-reverse[size="1118"]::after {
top: 539;
left: 432.2;
}
.pie[size="1119"] {
height: 1119;
width: 1119;
}
.pie[size="1119"]::after {
top: 539.5;
left: 432.6;
}
.pie-reverse[size="1119"] {
height: 1119;
width: 1119;
}
.pie-reverse[size="1119"]::after {
top: 539.5;
left: 432.6;
}
.pie[size="1120"] {
height: 1120;
width: 1120;
}
.pie[size="1120"]::after {
top: 540;
left: 433;
}
.pie-reverse[size="1120"] {
height: 1120;
width: 1120;
}
.pie-reverse[size="1120"]::after {
top: 540;
left: 433;
}
.pie[size="1121"] {
height: 1121;
width: 1121;
}
.pie[size="1121"]::after {
top: 540.5;
left: 433.4;
}
.pie-reverse[size="1121"] {
height: 1121;
width: 1121;
}
.pie-reverse[size="1121"]::after {
top: 540.5;
left: 433.4;
}
.pie[size="1122"] {
height: 1122;
width: 1122;
}
.pie[size="1122"]::after {
top: 541;
left: 433.8;
}
.pie-reverse[size="1122"] {
height: 1122;
width: 1122;
}
.pie-reverse[size="1122"]::after {
top: 541;
left: 433.8;
}
.pie[size="1123"] {
height: 1123;
width: 1123;
}
.pie[size="1123"]::after {
top: 541.5;
left: 434.2;
}
.pie-reverse[size="1123"] {
height: 1123;
width: 1123;
}
.pie-reverse[size="1123"]::after {
top: 541.5;
left: 434.2;
}
.pie[size="1124"] {
height: 1124;
width: 1124;
}
.pie[size="1124"]::after {
top: 542;
left: 434.6;
}
.pie-reverse[size="1124"] {
height: 1124;
width: 1124;
}
.pie-reverse[size="1124"]::after {
top: 542;
left: 434.6;
}
.pie[size="1125"] {
height: 1125;
width: 1125;
}
.pie[size="1125"]::after {
top: 542.5;
left: 435;
}
.pie-reverse[size="1125"] {
height: 1125;
width: 1125;
}
.pie-reverse[size="1125"]::after {
top: 542.5;
left: 435;
}
.pie[size="1126"] {
height: 1126;
width: 1126;
}
.pie[size="1126"]::after {
top: 543;
left: 435.4;
}
.pie-reverse[size="1126"] {
height: 1126;
width: 1126;
}
.pie-reverse[size="1126"]::after {
top: 543;
left: 435.4;
}
.pie[size="1127"] {
height: 1127;
width: 1127;
}
.pie[size="1127"]::after {
top: 543.5;
left: 435.8;
}
.pie-reverse[size="1127"] {
height: 1127;
width: 1127;
}
.pie-reverse[size="1127"]::after {
top: 543.5;
left: 435.8;
}
.pie[size="1128"] {
height: 1128;
width: 1128;
}
.pie[size="1128"]::after {
top: 544;
left: 436.2;
}
.pie-reverse[size="1128"] {
height: 1128;
width: 1128;
}
.pie-reverse[size="1128"]::after {
top: 544;
left: 436.2;
}
.pie[size="1129"] {
height: 1129;
width: 1129;
}
.pie[size="1129"]::after {
top: 544.5;
left: 436.6;
}
.pie-reverse[size="1129"] {
height: 1129;
width: 1129;
}
.pie-reverse[size="1129"]::after {
top: 544.5;
left: 436.6;
}
.pie[size="1130"] {
height: 1130;
width: 1130;
}
.pie[size="1130"]::after {
top: 545;
left: 437;
}
.pie-reverse[size="1130"] {
height: 1130;
width: 1130;
}
.pie-reverse[size="1130"]::after {
top: 545;
left: 437;
}
.pie[size="1131"] {
height: 1131;
width: 1131;
}
.pie[size="1131"]::after {
top: 545.5;
left: 437.4;
}
.pie-reverse[size="1131"] {
height: 1131;
width: 1131;
}
.pie-reverse[size="1131"]::after {
top: 545.5;
left: 437.4;
}
.pie[size="1132"] {
height: 1132;
width: 1132;
}
.pie[size="1132"]::after {
top: 546;
left: 437.8;
}
.pie-reverse[size="1132"] {
height: 1132;
width: 1132;
}
.pie-reverse[size="1132"]::after {
top: 546;
left: 437.8;
}
.pie[size="1133"] {
height: 1133;
width: 1133;
}
.pie[size="1133"]::after {
top: 546.5;
left: 438.2;
}
.pie-reverse[size="1133"] {
height: 1133;
width: 1133;
}
.pie-reverse[size="1133"]::after {
top: 546.5;
left: 438.2;
}
.pie[size="1134"] {
height: 1134;
width: 1134;
}
.pie[size="1134"]::after {
top: 547;
left: 438.6;
}
.pie-reverse[size="1134"] {
height: 1134;
width: 1134;
}
.pie-reverse[size="1134"]::after {
top: 547;
left: 438.6;
}
.pie[size="1135"] {
height: 1135;
width: 1135;
}
.pie[size="1135"]::after {
top: 547.5;
left: 439;
}
.pie-reverse[size="1135"] {
height: 1135;
width: 1135;
}
.pie-reverse[size="1135"]::after {
top: 547.5;
left: 439;
}
.pie[size="1136"] {
height: 1136;
width: 1136;
}
.pie[size="1136"]::after {
top: 548;
left: 439.4;
}
.pie-reverse[size="1136"] {
height: 1136;
width: 1136;
}
.pie-reverse[size="1136"]::after {
top: 548;
left: 439.4;
}
.pie[size="1137"] {
height: 1137;
width: 1137;
}
.pie[size="1137"]::after {
top: 548.5;
left: 439.8;
}
.pie-reverse[size="1137"] {
height: 1137;
width: 1137;
}
.pie-reverse[size="1137"]::after {
top: 548.5;
left: 439.8;
}
.pie[size="1138"] {
height: 1138;
width: 1138;
}
.pie[size="1138"]::after {
top: 549;
left: 440.2;
}
.pie-reverse[size="1138"] {
height: 1138;
width: 1138;
}
.pie-reverse[size="1138"]::after {
top: 549;
left: 440.2;
}
.pie[size="1139"] {
height: 1139;
width: 1139;
}
.pie[size="1139"]::after {
top: 549.5;
left: 440.6;
}
.pie-reverse[size="1139"] {
height: 1139;
width: 1139;
}
.pie-reverse[size="1139"]::after {
top: 549.5;
left: 440.6;
}
.pie[size="1140"] {
height: 1140;
width: 1140;
}
.pie[size="1140"]::after {
top: 550;
left: 441;
}
.pie-reverse[size="1140"] {
height: 1140;
width: 1140;
}
.pie-reverse[size="1140"]::after {
top: 550;
left: 441;
}
.pie[size="1141"] {
height: 1141;
width: 1141;
}
.pie[size="1141"]::after {
top: 550.5;
left: 441.4;
}
.pie-reverse[size="1141"] {
height: 1141;
width: 1141;
}
.pie-reverse[size="1141"]::after {
top: 550.5;
left: 441.4;
}
.pie[size="1142"] {
height: 1142;
width: 1142;
}
.pie[size="1142"]::after {
top: 551;
left: 441.8;
}
.pie-reverse[size="1142"] {
height: 1142;
width: 1142;
}
.pie-reverse[size="1142"]::after {
top: 551;
left: 441.8;
}
.pie[size="1143"] {
height: 1143;
width: 1143;
}
.pie[size="1143"]::after {
top: 551.5;
left: 442.2;
}
.pie-reverse[size="1143"] {
height: 1143;
width: 1143;
}
.pie-reverse[size="1143"]::after {
top: 551.5;
left: 442.2;
}
.pie[size="1144"] {
height: 1144;
width: 1144;
}
.pie[size="1144"]::after {
top: 552;
left: 442.6;
}
.pie-reverse[size="1144"] {
height: 1144;
width: 1144;
}
.pie-reverse[size="1144"]::after {
top: 552;
left: 442.6;
}
.pie[size="1145"] {
height: 1145;
width: 1145;
}
.pie[size="1145"]::after {
top: 552.5;
left: 443;
}
.pie-reverse[size="1145"] {
height: 1145;
width: 1145;
}
.pie-reverse[size="1145"]::after {
top: 552.5;
left: 443;
}
.pie[size="1146"] {
height: 1146;
width: 1146;
}
.pie[size="1146"]::after {
top: 553;
left: 443.4;
}
.pie-reverse[size="1146"] {
height: 1146;
width: 1146;
}
.pie-reverse[size="1146"]::after {
top: 553;
left: 443.4;
}
.pie[size="1147"] {
height: 1147;
width: 1147;
}
.pie[size="1147"]::after {
top: 553.5;
left: 443.8;
}
.pie-reverse[size="1147"] {
height: 1147;
width: 1147;
}
.pie-reverse[size="1147"]::after {
top: 553.5;
left: 443.8;
}
.pie[size="1148"] {
height: 1148;
width: 1148;
}
.pie[size="1148"]::after {
top: 554;
left: 444.2;
}
.pie-reverse[size="1148"] {
height: 1148;
width: 1148;
}
.pie-reverse[size="1148"]::after {
top: 554;
left: 444.2;
}
.pie[size="1149"] {
height: 1149;
width: 1149;
}
.pie[size="1149"]::after {
top: 554.5;
left: 444.6;
}
.pie-reverse[size="1149"] {
height: 1149;
width: 1149;
}
.pie-reverse[size="1149"]::after {
top: 554.5;
left: 444.6;
}
.pie[size="1150"] {
height: 1150;
width: 1150;
}
.pie[size="1150"]::after {
top: 555;
left: 445;
}
.pie-reverse[size="1150"] {
height: 1150;
width: 1150;
}
.pie-reverse[size="1150"]::after {
top: 555;
left: 445;
}
.pie[size="1151"] {
height: 1151;
width: 1151;
}
.pie[size="1151"]::after {
top: 555.5;
left: 445.4;
}
.pie-reverse[size="1151"] {
height: 1151;
width: 1151;
}
.pie-reverse[size="1151"]::after {
top: 555.5;
left: 445.4;
}
.pie[size="1152"] {
height: 1152;
width: 1152;
}
.pie[size="1152"]::after {
top: 556;
left: 445.8;
}
.pie-reverse[size="1152"] {
height: 1152;
width: 1152;
}
.pie-reverse[size="1152"]::after {
top: 556;
left: 445.8;
}
.pie[size="1153"] {
height: 1153;
width: 1153;
}
.pie[size="1153"]::after {
top: 556.5;
left: 446.2;
}
.pie-reverse[size="1153"] {
height: 1153;
width: 1153;
}
.pie-reverse[size="1153"]::after {
top: 556.5;
left: 446.2;
}
.pie[size="1154"] {
height: 1154;
width: 1154;
}
.pie[size="1154"]::after {
top: 557;
left: 446.6;
}
.pie-reverse[size="1154"] {
height: 1154;
width: 1154;
}
.pie-reverse[size="1154"]::after {
top: 557;
left: 446.6;
}
.pie[size="1155"] {
height: 1155;
width: 1155;
}
.pie[size="1155"]::after {
top: 557.5;
left: 447;
}
.pie-reverse[size="1155"] {
height: 1155;
width: 1155;
}
.pie-reverse[size="1155"]::after {
top: 557.5;
left: 447;
}
.pie[size="1156"] {
height: 1156;
width: 1156;
}
.pie[size="1156"]::after {
top: 558;
left: 447.4;
}
.pie-reverse[size="1156"] {
height: 1156;
width: 1156;
}
.pie-reverse[size="1156"]::after {
top: 558;
left: 447.4;
}
.pie[size="1157"] {
height: 1157;
width: 1157;
}
.pie[size="1157"]::after {
top: 558.5;
left: 447.8;
}
.pie-reverse[size="1157"] {
height: 1157;
width: 1157;
}
.pie-reverse[size="1157"]::after {
top: 558.5;
left: 447.8;
}
.pie[size="1158"] {
height: 1158;
width: 1158;
}
.pie[size="1158"]::after {
top: 559;
left: 448.2;
}
.pie-reverse[size="1158"] {
height: 1158;
width: 1158;
}
.pie-reverse[size="1158"]::after {
top: 559;
left: 448.2;
}
.pie[size="1159"] {
height: 1159;
width: 1159;
}
.pie[size="1159"]::after {
top: 559.5;
left: 448.6;
}
.pie-reverse[size="1159"] {
height: 1159;
width: 1159;
}
.pie-reverse[size="1159"]::after {
top: 559.5;
left: 448.6;
}
.pie[size="1160"] {
height: 1160;
width: 1160;
}
.pie[size="1160"]::after {
top: 560;
left: 449;
}
.pie-reverse[size="1160"] {
height: 1160;
width: 1160;
}
.pie-reverse[size="1160"]::after {
top: 560;
left: 449;
}
.pie[size="1161"] {
height: 1161;
width: 1161;
}
.pie[size="1161"]::after {
top: 560.5;
left: 449.4;
}
.pie-reverse[size="1161"] {
height: 1161;
width: 1161;
}
.pie-reverse[size="1161"]::after {
top: 560.5;
left: 449.4;
}
.pie[size="1162"] {
height: 1162;
width: 1162;
}
.pie[size="1162"]::after {
top: 561;
left: 449.8;
}
.pie-reverse[size="1162"] {
height: 1162;
width: 1162;
}
.pie-reverse[size="1162"]::after {
top: 561;
left: 449.8;
}
.pie[size="1163"] {
height: 1163;
width: 1163;
}
.pie[size="1163"]::after {
top: 561.5;
left: 450.2;
}
.pie-reverse[size="1163"] {
height: 1163;
width: 1163;
}
.pie-reverse[size="1163"]::after {
top: 561.5;
left: 450.2;
}
.pie[size="1164"] {
height: 1164;
width: 1164;
}
.pie[size="1164"]::after {
top: 562;
left: 450.6;
}
.pie-reverse[size="1164"] {
height: 1164;
width: 1164;
}
.pie-reverse[size="1164"]::after {
top: 562;
left: 450.6;
}
.pie[size="1165"] {
height: 1165;
width: 1165;
}
.pie[size="1165"]::after {
top: 562.5;
left: 451;
}
.pie-reverse[size="1165"] {
height: 1165;
width: 1165;
}
.pie-reverse[size="1165"]::after {
top: 562.5;
left: 451;
}
.pie[size="1166"] {
height: 1166;
width: 1166;
}
.pie[size="1166"]::after {
top: 563;
left: 451.4;
}
.pie-reverse[size="1166"] {
height: 1166;
width: 1166;
}
.pie-reverse[size="1166"]::after {
top: 563;
left: 451.4;
}
.pie[size="1167"] {
height: 1167;
width: 1167;
}
.pie[size="1167"]::after {
top: 563.5;
left: 451.8;
}
.pie-reverse[size="1167"] {
height: 1167;
width: 1167;
}
.pie-reverse[size="1167"]::after {
top: 563.5;
left: 451.8;
}
.pie[size="1168"] {
height: 1168;
width: 1168;
}
.pie[size="1168"]::after {
top: 564;
left: 452.2;
}
.pie-reverse[size="1168"] {
height: 1168;
width: 1168;
}
.pie-reverse[size="1168"]::after {
top: 564;
left: 452.2;
}
.pie[size="1169"] {
height: 1169;
width: 1169;
}
.pie[size="1169"]::after {
top: 564.5;
left: 452.6;
}
.pie-reverse[size="1169"] {
height: 1169;
width: 1169;
}
.pie-reverse[size="1169"]::after {
top: 564.5;
left: 452.6;
}
.pie[size="1170"] {
height: 1170;
width: 1170;
}
.pie[size="1170"]::after {
top: 565;
left: 453;
}
.pie-reverse[size="1170"] {
height: 1170;
width: 1170;
}
.pie-reverse[size="1170"]::after {
top: 565;
left: 453;
}
.pie[size="1171"] {
height: 1171;
width: 1171;
}
.pie[size="1171"]::after {
top: 565.5;
left: 453.4;
}
.pie-reverse[size="1171"] {
height: 1171;
width: 1171;
}
.pie-reverse[size="1171"]::after {
top: 565.5;
left: 453.4;
}
.pie[size="1172"] {
height: 1172;
width: 1172;
}
.pie[size="1172"]::after {
top: 566;
left: 453.8;
}
.pie-reverse[size="1172"] {
height: 1172;
width: 1172;
}
.pie-reverse[size="1172"]::after {
top: 566;
left: 453.8;
}
.pie[size="1173"] {
height: 1173;
width: 1173;
}
.pie[size="1173"]::after {
top: 566.5;
left: 454.2;
}
.pie-reverse[size="1173"] {
height: 1173;
width: 1173;
}
.pie-reverse[size="1173"]::after {
top: 566.5;
left: 454.2;
}
.pie[size="1174"] {
height: 1174;
width: 1174;
}
.pie[size="1174"]::after {
top: 567;
left: 454.6;
}
.pie-reverse[size="1174"] {
height: 1174;
width: 1174;
}
.pie-reverse[size="1174"]::after {
top: 567;
left: 454.6;
}
.pie[size="1175"] {
height: 1175;
width: 1175;
}
.pie[size="1175"]::after {
top: 567.5;
left: 455;
}
.pie-reverse[size="1175"] {
height: 1175;
width: 1175;
}
.pie-reverse[size="1175"]::after {
top: 567.5;
left: 455;
}
.pie[size="1176"] {
height: 1176;
width: 1176;
}
.pie[size="1176"]::after {
top: 568;
left: 455.4;
}
.pie-reverse[size="1176"] {
height: 1176;
width: 1176;
}
.pie-reverse[size="1176"]::after {
top: 568;
left: 455.4;
}
.pie[size="1177"] {
height: 1177;
width: 1177;
}
.pie[size="1177"]::after {
top: 568.5;
left: 455.8;
}
.pie-reverse[size="1177"] {
height: 1177;
width: 1177;
}
.pie-reverse[size="1177"]::after {
top: 568.5;
left: 455.8;
}
.pie[size="1178"] {
height: 1178;
width: 1178;
}
.pie[size="1178"]::after {
top: 569;
left: 456.2;
}
.pie-reverse[size="1178"] {
height: 1178;
width: 1178;
}
.pie-reverse[size="1178"]::after {
top: 569;
left: 456.2;
}
.pie[size="1179"] {
height: 1179;
width: 1179;
}
.pie[size="1179"]::after {
top: 569.5;
left: 456.6;
}
.pie-reverse[size="1179"] {
height: 1179;
width: 1179;
}
.pie-reverse[size="1179"]::after {
top: 569.5;
left: 456.6;
}
.pie[size="1180"] {
height: 1180;
width: 1180;
}
.pie[size="1180"]::after {
top: 570;
left: 457;
}
.pie-reverse[size="1180"] {
height: 1180;
width: 1180;
}
.pie-reverse[size="1180"]::after {
top: 570;
left: 457;
}
.pie[size="1181"] {
height: 1181;
width: 1181;
}
.pie[size="1181"]::after {
top: 570.5;
left: 457.4;
}
.pie-reverse[size="1181"] {
height: 1181;
width: 1181;
}
.pie-reverse[size="1181"]::after {
top: 570.5;
left: 457.4;
}
.pie[size="1182"] {
height: 1182;
width: 1182;
}
.pie[size="1182"]::after {
top: 571;
left: 457.8;
}
.pie-reverse[size="1182"] {
height: 1182;
width: 1182;
}
.pie-reverse[size="1182"]::after {
top: 571;
left: 457.8;
}
.pie[size="1183"] {
height: 1183;
width: 1183;
}
.pie[size="1183"]::after {
top: 571.5;
left: 458.2;
}
.pie-reverse[size="1183"] {
height: 1183;
width: 1183;
}
.pie-reverse[size="1183"]::after {
top: 571.5;
left: 458.2;
}
.pie[size="1184"] {
height: 1184;
width: 1184;
}
.pie[size="1184"]::after {
top: 572;
left: 458.6;
}
.pie-reverse[size="1184"] {
height: 1184;
width: 1184;
}
.pie-reverse[size="1184"]::after {
top: 572;
left: 458.6;
}
.pie[size="1185"] {
height: 1185;
width: 1185;
}
.pie[size="1185"]::after {
top: 572.5;
left: 459;
}
.pie-reverse[size="1185"] {
height: 1185;
width: 1185;
}
.pie-reverse[size="1185"]::after {
top: 572.5;
left: 459;
}
.pie[size="1186"] {
height: 1186;
width: 1186;
}
.pie[size="1186"]::after {
top: 573;
left: 459.4;
}
.pie-reverse[size="1186"] {
height: 1186;
width: 1186;
}
.pie-reverse[size="1186"]::after {
top: 573;
left: 459.4;
}
.pie[size="1187"] {
height: 1187;
width: 1187;
}
.pie[size="1187"]::after {
top: 573.5;
left: 459.8;
}
.pie-reverse[size="1187"] {
height: 1187;
width: 1187;
}
.pie-reverse[size="1187"]::after {
top: 573.5;
left: 459.8;
}
.pie[size="1188"] {
height: 1188;
width: 1188;
}
.pie[size="1188"]::after {
top: 574;
left: 460.2;
}
.pie-reverse[size="1188"] {
height: 1188;
width: 1188;
}
.pie-reverse[size="1188"]::after {
top: 574;
left: 460.2;
}
.pie[size="1189"] {
height: 1189;
width: 1189;
}
.pie[size="1189"]::after {
top: 574.5;
left: 460.6;
}
.pie-reverse[size="1189"] {
height: 1189;
width: 1189;
}
.pie-reverse[size="1189"]::after {
top: 574.5;
left: 460.6;
}
.pie[size="1190"] {
height: 1190;
width: 1190;
}
.pie[size="1190"]::after {
top: 575;
left: 461;
}
.pie-reverse[size="1190"] {
height: 1190;
width: 1190;
}
.pie-reverse[size="1190"]::after {
top: 575;
left: 461;
}
.pie[size="1191"] {
height: 1191;
width: 1191;
}
.pie[size="1191"]::after {
top: 575.5;
left: 461.4;
}
.pie-reverse[size="1191"] {
height: 1191;
width: 1191;
}
.pie-reverse[size="1191"]::after {
top: 575.5;
left: 461.4;
}
.pie[size="1192"] {
height: 1192;
width: 1192;
}
.pie[size="1192"]::after {
top: 576;
left: 461.8;
}
.pie-reverse[size="1192"] {
height: 1192;
width: 1192;
}
.pie-reverse[size="1192"]::after {
top: 576;
left: 461.8;
}
.pie[size="1193"] {
height: 1193;
width: 1193;
}
.pie[size="1193"]::after {
top: 576.5;
left: 462.2;
}
.pie-reverse[size="1193"] {
height: 1193;
width: 1193;
}
.pie-reverse[size="1193"]::after {
top: 576.5;
left: 462.2;
}
.pie[size="1194"] {
height: 1194;
width: 1194;
}
.pie[size="1194"]::after {
top: 577;
left: 462.6;
}
.pie-reverse[size="1194"] {
height: 1194;
width: 1194;
}
.pie-reverse[size="1194"]::after {
top: 577;
left: 462.6;
}
.pie[size="1195"] {
height: 1195;
width: 1195;
}
.pie[size="1195"]::after {
top: 577.5;
left: 463;
}
.pie-reverse[size="1195"] {
height: 1195;
width: 1195;
}
.pie-reverse[size="1195"]::after {
top: 577.5;
left: 463;
}
.pie[size="1196"] {
height: 1196;
width: 1196;
}
.pie[size="1196"]::after {
top: 578;
left: 463.4;
}
.pie-reverse[size="1196"] {
height: 1196;
width: 1196;
}
.pie-reverse[size="1196"]::after {
top: 578;
left: 463.4;
}
.pie[size="1197"] {
height: 1197;
width: 1197;
}
.pie[size="1197"]::after {
top: 578.5;
left: 463.8;
}
.pie-reverse[size="1197"] {
height: 1197;
width: 1197;
}
.pie-reverse[size="1197"]::after {
top: 578.5;
left: 463.8;
}
.pie[size="1198"] {
height: 1198;
width: 1198;
}
.pie[size="1198"]::after {
top: 579;
left: 464.2;
}
.pie-reverse[size="1198"] {
height: 1198;
width: 1198;
}
.pie-reverse[size="1198"]::after {
top: 579;
left: 464.2;
}
.pie[size="1199"] {
height: 1199;
width: 1199;
}
.pie[size="1199"]::after {
top: 579.5;
left: 464.6;
}
.pie-reverse[size="1199"] {
height: 1199;
width: 1199;
}
.pie-reverse[size="1199"]::after {
top: 579.5;
left: 464.6;
}
.pie[size="1200"] {
height: 1200;
width: 1200;
}
.pie[size="1200"]::after {
top: 580;
left: 465;
}
.pie-reverse[size="1200"] {
height: 1200;
width: 1200;
}
.pie-reverse[size="1200"]::after {
top: 580;
left: 465;
}
.pie[size="1201"] {
height: 1201;
width: 1201;
}
.pie[size="1201"]::after {
top: 580.5;
left: 465.4;
}
.pie-reverse[size="1201"] {
height: 1201;
width: 1201;
}
.pie-reverse[size="1201"]::after {
top: 580.5;
left: 465.4;
}
.pie[size="1202"] {
height: 1202;
width: 1202;
}
.pie[size="1202"]::after {
top: 581;
left: 465.8;
}
.pie-reverse[size="1202"] {
height: 1202;
width: 1202;
}
.pie-reverse[size="1202"]::after {
top: 581;
left: 465.8;
}
.pie[size="1203"] {
height: 1203;
width: 1203;
}
.pie[size="1203"]::after {
top: 581.5;
left: 466.2;
}
.pie-reverse[size="1203"] {
height: 1203;
width: 1203;
}
.pie-reverse[size="1203"]::after {
top: 581.5;
left: 466.2;
}
.pie[size="1204"] {
height: 1204;
width: 1204;
}
.pie[size="1204"]::after {
top: 582;
left: 466.6;
}
.pie-reverse[size="1204"] {
height: 1204;
width: 1204;
}
.pie-reverse[size="1204"]::after {
top: 582;
left: 466.6;
}
.pie[size="1205"] {
height: 1205;
width: 1205;
}
.pie[size="1205"]::after {
top: 582.5;
left: 467;
}
.pie-reverse[size="1205"] {
height: 1205;
width: 1205;
}
.pie-reverse[size="1205"]::after {
top: 582.5;
left: 467;
}
.pie[size="1206"] {
height: 1206;
width: 1206;
}
.pie[size="1206"]::after {
top: 583;
left: 467.4;
}
.pie-reverse[size="1206"] {
height: 1206;
width: 1206;
}
.pie-reverse[size="1206"]::after {
top: 583;
left: 467.4;
}
.pie[size="1207"] {
height: 1207;
width: 1207;
}
.pie[size="1207"]::after {
top: 583.5;
left: 467.8;
}
.pie-reverse[size="1207"] {
height: 1207;
width: 1207;
}
.pie-reverse[size="1207"]::after {
top: 583.5;
left: 467.8;
}
.pie[size="1208"] {
height: 1208;
width: 1208;
}
.pie[size="1208"]::after {
top: 584;
left: 468.2;
}
.pie-reverse[size="1208"] {
height: 1208;
width: 1208;
}
.pie-reverse[size="1208"]::after {
top: 584;
left: 468.2;
}
.pie[size="1209"] {
height: 1209;
width: 1209;
}
.pie[size="1209"]::after {
top: 584.5;
left: 468.6;
}
.pie-reverse[size="1209"] {
height: 1209;
width: 1209;
}
.pie-reverse[size="1209"]::after {
top: 584.5;
left: 468.6;
}
.pie[size="1210"] {
height: 1210;
width: 1210;
}
.pie[size="1210"]::after {
top: 585;
left: 469;
}
.pie-reverse[size="1210"] {
height: 1210;
width: 1210;
}
.pie-reverse[size="1210"]::after {
top: 585;
left: 469;
}
.pie[size="1211"] {
height: 1211;
width: 1211;
}
.pie[size="1211"]::after {
top: 585.5;
left: 469.4;
}
.pie-reverse[size="1211"] {
height: 1211;
width: 1211;
}
.pie-reverse[size="1211"]::after {
top: 585.5;
left: 469.4;
}
.pie[size="1212"] {
height: 1212;
width: 1212;
}
.pie[size="1212"]::after {
top: 586;
left: 469.8;
}
.pie-reverse[size="1212"] {
height: 1212;
width: 1212;
}
.pie-reverse[size="1212"]::after {
top: 586;
left: 469.8;
}
.pie[size="1213"] {
height: 1213;
width: 1213;
}
.pie[size="1213"]::after {
top: 586.5;
left: 470.2;
}
.pie-reverse[size="1213"] {
height: 1213;
width: 1213;
}
.pie-reverse[size="1213"]::after {
top: 586.5;
left: 470.2;
}
.pie[size="1214"] {
height: 1214;
width: 1214;
}
.pie[size="1214"]::after {
top: 587;
left: 470.6;
}
.pie-reverse[size="1214"] {
height: 1214;
width: 1214;
}
.pie-reverse[size="1214"]::after {
top: 587;
left: 470.6;
}
.pie[size="1215"] {
height: 1215;
width: 1215;
}
.pie[size="1215"]::after {
top: 587.5;
left: 471;
}
.pie-reverse[size="1215"] {
height: 1215;
width: 1215;
}
.pie-reverse[size="1215"]::after {
top: 587.5;
left: 471;
}
.pie[size="1216"] {
height: 1216;
width: 1216;
}
.pie[size="1216"]::after {
top: 588;
left: 471.4;
}
.pie-reverse[size="1216"] {
height: 1216;
width: 1216;
}
.pie-reverse[size="1216"]::after {
top: 588;
left: 471.4;
}
.pie[size="1217"] {
height: 1217;
width: 1217;
}
.pie[size="1217"]::after {
top: 588.5;
left: 471.8;
}
.pie-reverse[size="1217"] {
height: 1217;
width: 1217;
}
.pie-reverse[size="1217"]::after {
top: 588.5;
left: 471.8;
}
.pie[size="1218"] {
height: 1218;
width: 1218;
}
.pie[size="1218"]::after {
top: 589;
left: 472.2;
}
.pie-reverse[size="1218"] {
height: 1218;
width: 1218;
}
.pie-reverse[size="1218"]::after {
top: 589;
left: 472.2;
}
.pie[size="1219"] {
height: 1219;
width: 1219;
}
.pie[size="1219"]::after {
top: 589.5;
left: 472.6;
}
.pie-reverse[size="1219"] {
height: 1219;
width: 1219;
}
.pie-reverse[size="1219"]::after {
top: 589.5;
left: 472.6;
}
.pie[size="1220"] {
height: 1220;
width: 1220;
}
.pie[size="1220"]::after {
top: 590;
left: 473;
}
.pie-reverse[size="1220"] {
height: 1220;
width: 1220;
}
.pie-reverse[size="1220"]::after {
top: 590;
left: 473;
}
.pie[size="1221"] {
height: 1221;
width: 1221;
}
.pie[size="1221"]::after {
top: 590.5;
left: 473.4;
}
.pie-reverse[size="1221"] {
height: 1221;
width: 1221;
}
.pie-reverse[size="1221"]::after {
top: 590.5;
left: 473.4;
}
.pie[size="1222"] {
height: 1222;
width: 1222;
}
.pie[size="1222"]::after {
top: 591;
left: 473.8;
}
.pie-reverse[size="1222"] {
height: 1222;
width: 1222;
}
.pie-reverse[size="1222"]::after {
top: 591;
left: 473.8;
}
.pie[size="1223"] {
height: 1223;
width: 1223;
}
.pie[size="1223"]::after {
top: 591.5;
left: 474.2;
}
.pie-reverse[size="1223"] {
height: 1223;
width: 1223;
}
.pie-reverse[size="1223"]::after {
top: 591.5;
left: 474.2;
}
.pie[size="1224"] {
height: 1224;
width: 1224;
}
.pie[size="1224"]::after {
top: 592;
left: 474.6;
}
.pie-reverse[size="1224"] {
height: 1224;
width: 1224;
}
.pie-reverse[size="1224"]::after {
top: 592;
left: 474.6;
}
.pie[size="1225"] {
height: 1225;
width: 1225;
}
.pie[size="1225"]::after {
top: 592.5;
left: 475;
}
.pie-reverse[size="1225"] {
height: 1225;
width: 1225;
}
.pie-reverse[size="1225"]::after {
top: 592.5;
left: 475;
}
.pie[size="1226"] {
height: 1226;
width: 1226;
}
.pie[size="1226"]::after {
top: 593;
left: 475.4;
}
.pie-reverse[size="1226"] {
height: 1226;
width: 1226;
}
.pie-reverse[size="1226"]::after {
top: 593;
left: 475.4;
}
.pie[size="1227"] {
height: 1227;
width: 1227;
}
.pie[size="1227"]::after {
top: 593.5;
left: 475.8;
}
.pie-reverse[size="1227"] {
height: 1227;
width: 1227;
}
.pie-reverse[size="1227"]::after {
top: 593.5;
left: 475.8;
}
.pie[size="1228"] {
height: 1228;
width: 1228;
}
.pie[size="1228"]::after {
top: 594;
left: 476.2;
}
.pie-reverse[size="1228"] {
height: 1228;
width: 1228;
}
.pie-reverse[size="1228"]::after {
top: 594;
left: 476.2;
}
.pie[size="1229"] {
height: 1229;
width: 1229;
}
.pie[size="1229"]::after {
top: 594.5;
left: 476.6;
}
.pie-reverse[size="1229"] {
height: 1229;
width: 1229;
}
.pie-reverse[size="1229"]::after {
top: 594.5;
left: 476.6;
}
.pie[size="1230"] {
height: 1230;
width: 1230;
}
.pie[size="1230"]::after {
top: 595;
left: 477;
}
.pie-reverse[size="1230"] {
height: 1230;
width: 1230;
}
.pie-reverse[size="1230"]::after {
top: 595;
left: 477;
}
.pie[size="1231"] {
height: 1231;
width: 1231;
}
.pie[size="1231"]::after {
top: 595.5;
left: 477.4;
}
.pie-reverse[size="1231"] {
height: 1231;
width: 1231;
}
.pie-reverse[size="1231"]::after {
top: 595.5;
left: 477.4;
}
.pie[size="1232"] {
height: 1232;
width: 1232;
}
.pie[size="1232"]::after {
top: 596;
left: 477.8;
}
.pie-reverse[size="1232"] {
height: 1232;
width: 1232;
}
.pie-reverse[size="1232"]::after {
top: 596;
left: 477.8;
}
.pie[size="1233"] {
height: 1233;
width: 1233;
}
.pie[size="1233"]::after {
top: 596.5;
left: 478.2;
}
.pie-reverse[size="1233"] {
height: 1233;
width: 1233;
}
.pie-reverse[size="1233"]::after {
top: 596.5;
left: 478.2;
}
.pie[size="1234"] {
height: 1234;
width: 1234;
}
.pie[size="1234"]::after {
top: 597;
left: 478.6;
}
.pie-reverse[size="1234"] {
height: 1234;
width: 1234;
}
.pie-reverse[size="1234"]::after {
top: 597;
left: 478.6;
}
.pie[size="1235"] {
height: 1235;
width: 1235;
}
.pie[size="1235"]::after {
top: 597.5;
left: 479;
}
.pie-reverse[size="1235"] {
height: 1235;
width: 1235;
}
.pie-reverse[size="1235"]::after {
top: 597.5;
left: 479;
}
.pie[size="1236"] {
height: 1236;
width: 1236;
}
.pie[size="1236"]::after {
top: 598;
left: 479.4;
}
.pie-reverse[size="1236"] {
height: 1236;
width: 1236;
}
.pie-reverse[size="1236"]::after {
top: 598;
left: 479.4;
}
.pie[size="1237"] {
height: 1237;
width: 1237;
}
.pie[size="1237"]::after {
top: 598.5;
left: 479.8;
}
.pie-reverse[size="1237"] {
height: 1237;
width: 1237;
}
.pie-reverse[size="1237"]::after {
top: 598.5;
left: 479.8;
}
.pie[size="1238"] {
height: 1238;
width: 1238;
}
.pie[size="1238"]::after {
top: 599;
left: 480.2;
}
.pie-reverse[size="1238"] {
height: 1238;
width: 1238;
}
.pie-reverse[size="1238"]::after {
top: 599;
left: 480.2;
}
.pie[size="1239"] {
height: 1239;
width: 1239;
}
.pie[size="1239"]::after {
top: 599.5;
left: 480.6;
}
.pie-reverse[size="1239"] {
height: 1239;
width: 1239;
}
.pie-reverse[size="1239"]::after {
top: 599.5;
left: 480.6;
}
.pie[size="1240"] {
height: 1240;
width: 1240;
}
.pie[size="1240"]::after {
top: 600;
left: 481;
}
.pie-reverse[size="1240"] {
height: 1240;
width: 1240;
}
.pie-reverse[size="1240"]::after {
top: 600;
left: 481;
}
.pie[size="1241"] {
height: 1241;
width: 1241;
}
.pie[size="1241"]::after {
top: 600.5;
left: 481.4;
}
.pie-reverse[size="1241"] {
height: 1241;
width: 1241;
}
.pie-reverse[size="1241"]::after {
top: 600.5;
left: 481.4;
}
.pie[size="1242"] {
height: 1242;
width: 1242;
}
.pie[size="1242"]::after {
top: 601;
left: 481.8;
}
.pie-reverse[size="1242"] {
height: 1242;
width: 1242;
}
.pie-reverse[size="1242"]::after {
top: 601;
left: 481.8;
}
.pie[size="1243"] {
height: 1243;
width: 1243;
}
.pie[size="1243"]::after {
top: 601.5;
left: 482.2;
}
.pie-reverse[size="1243"] {
height: 1243;
width: 1243;
}
.pie-reverse[size="1243"]::after {
top: 601.5;
left: 482.2;
}
.pie[size="1244"] {
height: 1244;
width: 1244;
}
.pie[size="1244"]::after {
top: 602;
left: 482.6;
}
.pie-reverse[size="1244"] {
height: 1244;
width: 1244;
}
.pie-reverse[size="1244"]::after {
top: 602;
left: 482.6;
}
.pie[size="1245"] {
height: 1245;
width: 1245;
}
.pie[size="1245"]::after {
top: 602.5;
left: 483;
}
.pie-reverse[size="1245"] {
height: 1245;
width: 1245;
}
.pie-reverse[size="1245"]::after {
top: 602.5;
left: 483;
}
.pie[size="1246"] {
height: 1246;
width: 1246;
}
.pie[size="1246"]::after {
top: 603;
left: 483.4;
}
.pie-reverse[size="1246"] {
height: 1246;
width: 1246;
}
.pie-reverse[size="1246"]::after {
top: 603;
left: 483.4;
}
.pie[size="1247"] {
height: 1247;
width: 1247;
}
.pie[size="1247"]::after {
top: 603.5;
left: 483.8;
}
.pie-reverse[size="1247"] {
height: 1247;
width: 1247;
}
.pie-reverse[size="1247"]::after {
top: 603.5;
left: 483.8;
}
.pie[size="1248"] {
height: 1248;
width: 1248;
}
.pie[size="1248"]::after {
top: 604;
left: 484.2;
}
.pie-reverse[size="1248"] {
height: 1248;
width: 1248;
}
.pie-reverse[size="1248"]::after {
top: 604;
left: 484.2;
}
.pie[size="1249"] {
height: 1249;
width: 1249;
}
.pie[size="1249"]::after {
top: 604.5;
left: 484.6;
}
.pie-reverse[size="1249"] {
height: 1249;
width: 1249;
}
.pie-reverse[size="1249"]::after {
top: 604.5;
left: 484.6;
}
.pie[size="1250"] {
height: 1250;
width: 1250;
}
.pie[size="1250"]::after {
top: 605;
left: 485;
}
.pie-reverse[size="1250"] {
height: 1250;
width: 1250;
}
.pie-reverse[size="1250"]::after {
top: 605;
left: 485;
}
.pie[size="1251"] {
height: 1251;
width: 1251;
}
.pie[size="1251"]::after {
top: 605.5;
left: 485.4;
}
.pie-reverse[size="1251"] {
height: 1251;
width: 1251;
}
.pie-reverse[size="1251"]::after {
top: 605.5;
left: 485.4;
}
.pie[size="1252"] {
height: 1252;
width: 1252;
}
.pie[size="1252"]::after {
top: 606;
left: 485.8;
}
.pie-reverse[size="1252"] {
height: 1252;
width: 1252;
}
.pie-reverse[size="1252"]::after {
top: 606;
left: 485.8;
}
.pie[size="1253"] {
height: 1253;
width: 1253;
}
.pie[size="1253"]::after {
top: 606.5;
left: 486.2;
}
.pie-reverse[size="1253"] {
height: 1253;
width: 1253;
}
.pie-reverse[size="1253"]::after {
top: 606.5;
left: 486.2;
}
.pie[size="1254"] {
height: 1254;
width: 1254;
}
.pie[size="1254"]::after {
top: 607;
left: 486.6;
}
.pie-reverse[size="1254"] {
height: 1254;
width: 1254;
}
.pie-reverse[size="1254"]::after {
top: 607;
left: 486.6;
}
.pie[size="1255"] {
height: 1255;
width: 1255;
}
.pie[size="1255"]::after {
top: 607.5;
left: 487;
}
.pie-reverse[size="1255"] {
height: 1255;
width: 1255;
}
.pie-reverse[size="1255"]::after {
top: 607.5;
left: 487;
}
.pie[size="1256"] {
height: 1256;
width: 1256;
}
.pie[size="1256"]::after {
top: 608;
left: 487.4;
}
.pie-reverse[size="1256"] {
height: 1256;
width: 1256;
}
.pie-reverse[size="1256"]::after {
top: 608;
left: 487.4;
}
.pie[size="1257"] {
height: 1257;
width: 1257;
}
.pie[size="1257"]::after {
top: 608.5;
left: 487.8;
}
.pie-reverse[size="1257"] {
height: 1257;
width: 1257;
}
.pie-reverse[size="1257"]::after {
top: 608.5;
left: 487.8;
}
.pie[size="1258"] {
height: 1258;
width: 1258;
}
.pie[size="1258"]::after {
top: 609;
left: 488.2;
}
.pie-reverse[size="1258"] {
height: 1258;
width: 1258;
}
.pie-reverse[size="1258"]::after {
top: 609;
left: 488.2;
}
.pie[size="1259"] {
height: 1259;
width: 1259;
}
.pie[size="1259"]::after {
top: 609.5;
left: 488.6;
}
.pie-reverse[size="1259"] {
height: 1259;
width: 1259;
}
.pie-reverse[size="1259"]::after {
top: 609.5;
left: 488.6;
}
.pie[size="1260"] {
height: 1260;
width: 1260;
}
.pie[size="1260"]::after {
top: 610;
left: 489;
}
.pie-reverse[size="1260"] {
height: 1260;
width: 1260;
}
.pie-reverse[size="1260"]::after {
top: 610;
left: 489;
}
.pie[size="1261"] {
height: 1261;
width: 1261;
}
.pie[size="1261"]::after {
top: 610.5;
left: 489.4;
}
.pie-reverse[size="1261"] {
height: 1261;
width: 1261;
}
.pie-reverse[size="1261"]::after {
top: 610.5;
left: 489.4;
}
.pie[size="1262"] {
height: 1262;
width: 1262;
}
.pie[size="1262"]::after {
top: 611;
left: 489.8;
}
.pie-reverse[size="1262"] {
height: 1262;
width: 1262;
}
.pie-reverse[size="1262"]::after {
top: 611;
left: 489.8;
}
.pie[size="1263"] {
height: 1263;
width: 1263;
}
.pie[size="1263"]::after {
top: 611.5;
left: 490.2;
}
.pie-reverse[size="1263"] {
height: 1263;
width: 1263;
}
.pie-reverse[size="1263"]::after {
top: 611.5;
left: 490.2;
}
.pie[size="1264"] {
height: 1264;
width: 1264;
}
.pie[size="1264"]::after {
top: 612;
left: 490.6;
}
.pie-reverse[size="1264"] {
height: 1264;
width: 1264;
}
.pie-reverse[size="1264"]::after {
top: 612;
left: 490.6;
}
.pie[size="1265"] {
height: 1265;
width: 1265;
}
.pie[size="1265"]::after {
top: 612.5;
left: 491;
}
.pie-reverse[size="1265"] {
height: 1265;
width: 1265;
}
.pie-reverse[size="1265"]::after {
top: 612.5;
left: 491;
}
.pie[size="1266"] {
height: 1266;
width: 1266;
}
.pie[size="1266"]::after {
top: 613;
left: 491.4;
}
.pie-reverse[size="1266"] {
height: 1266;
width: 1266;
}
.pie-reverse[size="1266"]::after {
top: 613;
left: 491.4;
}
.pie[size="1267"] {
height: 1267;
width: 1267;
}
.pie[size="1267"]::after {
top: 613.5;
left: 491.8;
}
.pie-reverse[size="1267"] {
height: 1267;
width: 1267;
}
.pie-reverse[size="1267"]::after {
top: 613.5;
left: 491.8;
}
.pie[size="1268"] {
height: 1268;
width: 1268;
}
.pie[size="1268"]::after {
top: 614;
left: 492.2;
}
.pie-reverse[size="1268"] {
height: 1268;
width: 1268;
}
.pie-reverse[size="1268"]::after {
top: 614;
left: 492.2;
}
.pie[size="1269"] {
height: 1269;
width: 1269;
}
.pie[size="1269"]::after {
top: 614.5;
left: 492.6;
}
.pie-reverse[size="1269"] {
height: 1269;
width: 1269;
}
.pie-reverse[size="1269"]::after {
top: 614.5;
left: 492.6;
}
.pie[size="1270"] {
height: 1270;
width: 1270;
}
.pie[size="1270"]::after {
top: 615;
left: 493;
}
.pie-reverse[size="1270"] {
height: 1270;
width: 1270;
}
.pie-reverse[size="1270"]::after {
top: 615;
left: 493;
}
.pie[size="1271"] {
height: 1271;
width: 1271;
}
.pie[size="1271"]::after {
top: 615.5;
left: 493.4;
}
.pie-reverse[size="1271"] {
height: 1271;
width: 1271;
}
.pie-reverse[size="1271"]::after {
top: 615.5;
left: 493.4;
}
.pie[size="1272"] {
height: 1272;
width: 1272;
}
.pie[size="1272"]::after {
top: 616;
left: 493.8;
}
.pie-reverse[size="1272"] {
height: 1272;
width: 1272;
}
.pie-reverse[size="1272"]::after {
top: 616;
left: 493.8;
}
.pie[size="1273"] {
height: 1273;
width: 1273;
}
.pie[size="1273"]::after {
top: 616.5;
left: 494.2;
}
.pie-reverse[size="1273"] {
height: 1273;
width: 1273;
}
.pie-reverse[size="1273"]::after {
top: 616.5;
left: 494.2;
}
.pie[size="1274"] {
height: 1274;
width: 1274;
}
.pie[size="1274"]::after {
top: 617;
left: 494.6;
}
.pie-reverse[size="1274"] {
height: 1274;
width: 1274;
}
.pie-reverse[size="1274"]::after {
top: 617;
left: 494.6;
}
.pie[size="1275"] {
height: 1275;
width: 1275;
}
.pie[size="1275"]::after {
top: 617.5;
left: 495;
}
.pie-reverse[size="1275"] {
height: 1275;
width: 1275;
}
.pie-reverse[size="1275"]::after {
top: 617.5;
left: 495;
}
.pie[size="1276"] {
height: 1276;
width: 1276;
}
.pie[size="1276"]::after {
top: 618;
left: 495.4;
}
.pie-reverse[size="1276"] {
height: 1276;
width: 1276;
}
.pie-reverse[size="1276"]::after {
top: 618;
left: 495.4;
}
.pie[size="1277"] {
height: 1277;
width: 1277;
}
.pie[size="1277"]::after {
top: 618.5;
left: 495.8;
}
.pie-reverse[size="1277"] {
height: 1277;
width: 1277;
}
.pie-reverse[size="1277"]::after {
top: 618.5;
left: 495.8;
}
.pie[size="1278"] {
height: 1278;
width: 1278;
}
.pie[size="1278"]::after {
top: 619;
left: 496.2;
}
.pie-reverse[size="1278"] {
height: 1278;
width: 1278;
}
.pie-reverse[size="1278"]::after {
top: 619;
left: 496.2;
}
.pie[size="1279"] {
height: 1279;
width: 1279;
}
.pie[size="1279"]::after {
top: 619.5;
left: 496.6;
}
.pie-reverse[size="1279"] {
height: 1279;
width: 1279;
}
.pie-reverse[size="1279"]::after {
top: 619.5;
left: 496.6;
}
.pie[size="1280"] {
height: 1280;
width: 1280;
}
.pie[size="1280"]::after {
top: 620;
left: 497;
}
.pie-reverse[size="1280"] {
height: 1280;
width: 1280;
}
.pie-reverse[size="1280"]::after {
top: 620;
left: 497;
}
.pie[size="1281"] {
height: 1281;
width: 1281;
}
.pie[size="1281"]::after {
top: 620.5;
left: 497.4;
}
.pie-reverse[size="1281"] {
height: 1281;
width: 1281;
}
.pie-reverse[size="1281"]::after {
top: 620.5;
left: 497.4;
}
.pie[size="1282"] {
height: 1282;
width: 1282;
}
.pie[size="1282"]::after {
top: 621;
left: 497.8;
}
.pie-reverse[size="1282"] {
height: 1282;
width: 1282;
}
.pie-reverse[size="1282"]::after {
top: 621;
left: 497.8;
}
.pie[size="1283"] {
height: 1283;
width: 1283;
}
.pie[size="1283"]::after {
top: 621.5;
left: 498.2;
}
.pie-reverse[size="1283"] {
height: 1283;
width: 1283;
}
.pie-reverse[size="1283"]::after {
top: 621.5;
left: 498.2;
}
.pie[size="1284"] {
height: 1284;
width: 1284;
}
.pie[size="1284"]::after {
top: 622;
left: 498.6;
}
.pie-reverse[size="1284"] {
height: 1284;
width: 1284;
}
.pie-reverse[size="1284"]::after {
top: 622;
left: 498.6;
}
.pie[size="1285"] {
height: 1285;
width: 1285;
}
.pie[size="1285"]::after {
top: 622.5;
left: 499;
}
.pie-reverse[size="1285"] {
height: 1285;
width: 1285;
}
.pie-reverse[size="1285"]::after {
top: 622.5;
left: 499;
}
.pie[size="1286"] {
height: 1286;
width: 1286;
}
.pie[size="1286"]::after {
top: 623;
left: 499.4;
}
.pie-reverse[size="1286"] {
height: 1286;
width: 1286;
}
.pie-reverse[size="1286"]::after {
top: 623;
left: 499.4;
}
.pie[size="1287"] {
height: 1287;
width: 1287;
}
.pie[size="1287"]::after {
top: 623.5;
left: 499.8;
}
.pie-reverse[size="1287"] {
height: 1287;
width: 1287;
}
.pie-reverse[size="1287"]::after {
top: 623.5;
left: 499.8;
}
.pie[size="1288"] {
height: 1288;
width: 1288;
}
.pie[size="1288"]::after {
top: 624;
left: 500.2;
}
.pie-reverse[size="1288"] {
height: 1288;
width: 1288;
}
.pie-reverse[size="1288"]::after {
top: 624;
left: 500.2;
}
.pie[size="1289"] {
height: 1289;
width: 1289;
}
.pie[size="1289"]::after {
top: 624.5;
left: 500.6;
}
.pie-reverse[size="1289"] {
height: 1289;
width: 1289;
}
.pie-reverse[size="1289"]::after {
top: 624.5;
left: 500.6;
}
.pie[size="1290"] {
height: 1290;
width: 1290;
}
.pie[size="1290"]::after {
top: 625;
left: 501;
}
.pie-reverse[size="1290"] {
height: 1290;
width: 1290;
}
.pie-reverse[size="1290"]::after {
top: 625;
left: 501;
}
.pie[size="1291"] {
height: 1291;
width: 1291;
}
.pie[size="1291"]::after {
top: 625.5;
left: 501.4;
}
.pie-reverse[size="1291"] {
height: 1291;
width: 1291;
}
.pie-reverse[size="1291"]::after {
top: 625.5;
left: 501.4;
}
.pie[size="1292"] {
height: 1292;
width: 1292;
}
.pie[size="1292"]::after {
top: 626;
left: 501.8;
}
.pie-reverse[size="1292"] {
height: 1292;
width: 1292;
}
.pie-reverse[size="1292"]::after {
top: 626;
left: 501.8;
}
.pie[size="1293"] {
height: 1293;
width: 1293;
}
.pie[size="1293"]::after {
top: 626.5;
left: 502.2;
}
.pie-reverse[size="1293"] {
height: 1293;
width: 1293;
}
.pie-reverse[size="1293"]::after {
top: 626.5;
left: 502.2;
}
.pie[size="1294"] {
height: 1294;
width: 1294;
}
.pie[size="1294"]::after {
top: 627;
left: 502.6;
}
.pie-reverse[size="1294"] {
height: 1294;
width: 1294;
}
.pie-reverse[size="1294"]::after {
top: 627;
left: 502.6;
}
.pie[size="1295"] {
height: 1295;
width: 1295;
}
.pie[size="1295"]::after {
top: 627.5;
left: 503;
}
.pie-reverse[size="1295"] {
height: 1295;
width: 1295;
}
.pie-reverse[size="1295"]::after {
top: 627.5;
left: 503;
}
.pie[size="1296"] {
height: 1296;
width: 1296;
}
.pie[size="1296"]::after {
top: 628;
left: 503.4;
}
.pie-reverse[size="1296"] {
height: 1296;
width: 1296;
}
.pie-reverse[size="1296"]::after {
top: 628;
left: 503.4;
}
.pie[size="1297"] {
height: 1297;
width: 1297;
}
.pie[size="1297"]::after {
top: 628.5;
left: 503.8;
}
.pie-reverse[size="1297"] {
height: 1297;
width: 1297;
}
.pie-reverse[size="1297"]::after {
top: 628.5;
left: 503.8;
}
.pie[size="1298"] {
height: 1298;
width: 1298;
}
.pie[size="1298"]::after {
top: 629;
left: 504.2;
}
.pie-reverse[size="1298"] {
height: 1298;
width: 1298;
}
.pie-reverse[size="1298"]::after {
top: 629;
left: 504.2;
}
.pie[size="1299"] {
height: 1299;
width: 1299;
}
.pie[size="1299"]::after {
top: 629.5;
left: 504.6;
}
.pie-reverse[size="1299"] {
height: 1299;
width: 1299;
}
.pie-reverse[size="1299"]::after {
top: 629.5;
left: 504.6;
}
.pie[size="1300"] {
height: 1300;
width: 1300;
}
.pie[size="1300"]::after {
top: 630;
left: 505;
}
.pie-reverse[size="1300"] {
height: 1300;
width: 1300;
}
.pie-reverse[size="1300"]::after {
top: 630;
left: 505;
}
.pie[size="1301"] {
height: 1301;
width: 1301;
}
.pie[size="1301"]::after {
top: 630.5;
left: 505.4;
}
.pie-reverse[size="1301"] {
height: 1301;
width: 1301;
}
.pie-reverse[size="1301"]::after {
top: 630.5;
left: 505.4;
}
.pie[size="1302"] {
height: 1302;
width: 1302;
}
.pie[size="1302"]::after {
top: 631;
left: 505.8;
}
.pie-reverse[size="1302"] {
height: 1302;
width: 1302;
}
.pie-reverse[size="1302"]::after {
top: 631;
left: 505.8;
}
.pie[size="1303"] {
height: 1303;
width: 1303;
}
.pie[size="1303"]::after {
top: 631.5;
left: 506.2;
}
.pie-reverse[size="1303"] {
height: 1303;
width: 1303;
}
.pie-reverse[size="1303"]::after {
top: 631.5;
left: 506.2;
}
.pie[size="1304"] {
height: 1304;
width: 1304;
}
.pie[size="1304"]::after {
top: 632;
left: 506.6;
}
.pie-reverse[size="1304"] {
height: 1304;
width: 1304;
}
.pie-reverse[size="1304"]::after {
top: 632;
left: 506.6;
}
.pie[size="1305"] {
height: 1305;
width: 1305;
}
.pie[size="1305"]::after {
top: 632.5;
left: 507;
}
.pie-reverse[size="1305"] {
height: 1305;
width: 1305;
}
.pie-reverse[size="1305"]::after {
top: 632.5;
left: 507;
}
.pie[size="1306"] {
height: 1306;
width: 1306;
}
.pie[size="1306"]::after {
top: 633;
left: 507.4;
}
.pie-reverse[size="1306"] {
height: 1306;
width: 1306;
}
.pie-reverse[size="1306"]::after {
top: 633;
left: 507.4;
}
.pie[size="1307"] {
height: 1307;
width: 1307;
}
.pie[size="1307"]::after {
top: 633.5;
left: 507.8;
}
.pie-reverse[size="1307"] {
height: 1307;
width: 1307;
}
.pie-reverse[size="1307"]::after {
top: 633.5;
left: 507.8;
}
.pie[size="1308"] {
height: 1308;
width: 1308;
}
.pie[size="1308"]::after {
top: 634;
left: 508.2;
}
.pie-reverse[size="1308"] {
height: 1308;
width: 1308;
}
.pie-reverse[size="1308"]::after {
top: 634;
left: 508.2;
}
.pie[size="1309"] {
height: 1309;
width: 1309;
}
.pie[size="1309"]::after {
top: 634.5;
left: 508.6;
}
.pie-reverse[size="1309"] {
height: 1309;
width: 1309;
}
.pie-reverse[size="1309"]::after {
top: 634.5;
left: 508.6;
}
.pie[size="1310"] {
height: 1310;
width: 1310;
}
.pie[size="1310"]::after {
top: 635;
left: 509;
}
.pie-reverse[size="1310"] {
height: 1310;
width: 1310;
}
.pie-reverse[size="1310"]::after {
top: 635;
left: 509;
}
.pie[size="1311"] {
height: 1311;
width: 1311;
}
.pie[size="1311"]::after {
top: 635.5;
left: 509.4;
}
.pie-reverse[size="1311"] {
height: 1311;
width: 1311;
}
.pie-reverse[size="1311"]::after {
top: 635.5;
left: 509.4;
}
.pie[size="1312"] {
height: 1312;
width: 1312;
}
.pie[size="1312"]::after {
top: 636;
left: 509.8;
}
.pie-reverse[size="1312"] {
height: 1312;
width: 1312;
}
.pie-reverse[size="1312"]::after {
top: 636;
left: 509.8;
}
.pie[size="1313"] {
height: 1313;
width: 1313;
}
.pie[size="1313"]::after {
top: 636.5;
left: 510.2;
}
.pie-reverse[size="1313"] {
height: 1313;
width: 1313;
}
.pie-reverse[size="1313"]::after {
top: 636.5;
left: 510.2;
}
.pie[size="1314"] {
height: 1314;
width: 1314;
}
.pie[size="1314"]::after {
top: 637;
left: 510.6;
}
.pie-reverse[size="1314"] {
height: 1314;
width: 1314;
}
.pie-reverse[size="1314"]::after {
top: 637;
left: 510.6;
}
.pie[size="1315"] {
height: 1315;
width: 1315;
}
.pie[size="1315"]::after {
top: 637.5;
left: 511;
}
.pie-reverse[size="1315"] {
height: 1315;
width: 1315;
}
.pie-reverse[size="1315"]::after {
top: 637.5;
left: 511;
}
.pie[size="1316"] {
height: 1316;
width: 1316;
}
.pie[size="1316"]::after {
top: 638;
left: 511.4;
}
.pie-reverse[size="1316"] {
height: 1316;
width: 1316;
}
.pie-reverse[size="1316"]::after {
top: 638;
left: 511.4;
}
.pie[size="1317"] {
height: 1317;
width: 1317;
}
.pie[size="1317"]::after {
top: 638.5;
left: 511.8;
}
.pie-reverse[size="1317"] {
height: 1317;
width: 1317;
}
.pie-reverse[size="1317"]::after {
top: 638.5;
left: 511.8;
}
.pie[size="1318"] {
height: 1318;
width: 1318;
}
.pie[size="1318"]::after {
top: 639;
left: 512.2;
}
.pie-reverse[size="1318"] {
height: 1318;
width: 1318;
}
.pie-reverse[size="1318"]::after {
top: 639;
left: 512.2;
}
.pie[size="1319"] {
height: 1319;
width: 1319;
}
.pie[size="1319"]::after {
top: 639.5;
left: 512.6;
}
.pie-reverse[size="1319"] {
height: 1319;
width: 1319;
}
.pie-reverse[size="1319"]::after {
top: 639.5;
left: 512.6;
}
.pie[size="1320"] {
height: 1320;
width: 1320;
}
.pie[size="1320"]::after {
top: 640;
left: 513;
}
.pie-reverse[size="1320"] {
height: 1320;
width: 1320;
}
.pie-reverse[size="1320"]::after {
top: 640;
left: 513;
}
.pie[size="1321"] {
height: 1321;
width: 1321;
}
.pie[size="1321"]::after {
top: 640.5;
left: 513.4;
}
.pie-reverse[size="1321"] {
height: 1321;
width: 1321;
}
.pie-reverse[size="1321"]::after {
top: 640.5;
left: 513.4;
}
.pie[size="1322"] {
height: 1322;
width: 1322;
}
.pie[size="1322"]::after {
top: 641;
left: 513.8;
}
.pie-reverse[size="1322"] {
height: 1322;
width: 1322;
}
.pie-reverse[size="1322"]::after {
top: 641;
left: 513.8;
}
.pie[size="1323"] {
height: 1323;
width: 1323;
}
.pie[size="1323"]::after {
top: 641.5;
left: 514.2;
}
.pie-reverse[size="1323"] {
height: 1323;
width: 1323;
}
.pie-reverse[size="1323"]::after {
top: 641.5;
left: 514.2;
}
.pie[size="1324"] {
height: 1324;
width: 1324;
}
.pie[size="1324"]::after {
top: 642;
left: 514.6;
}
.pie-reverse[size="1324"] {
height: 1324;
width: 1324;
}
.pie-reverse[size="1324"]::after {
top: 642;
left: 514.6;
}
.pie[size="1325"] {
height: 1325;
width: 1325;
}
.pie[size="1325"]::after {
top: 642.5;
left: 515;
}
.pie-reverse[size="1325"] {
height: 1325;
width: 1325;
}
.pie-reverse[size="1325"]::after {
top: 642.5;
left: 515;
}
.pie[size="1326"] {
height: 1326;
width: 1326;
}
.pie[size="1326"]::after {
top: 643;
left: 515.4;
}
.pie-reverse[size="1326"] {
height: 1326;
width: 1326;
}
.pie-reverse[size="1326"]::after {
top: 643;
left: 515.4;
}
.pie[size="1327"] {
height: 1327;
width: 1327;
}
.pie[size="1327"]::after {
top: 643.5;
left: 515.8;
}
.pie-reverse[size="1327"] {
height: 1327;
width: 1327;
}
.pie-reverse[size="1327"]::after {
top: 643.5;
left: 515.8;
}
.pie[size="1328"] {
height: 1328;
width: 1328;
}
.pie[size="1328"]::after {
top: 644;
left: 516.2;
}
.pie-reverse[size="1328"] {
height: 1328;
width: 1328;
}
.pie-reverse[size="1328"]::after {
top: 644;
left: 516.2;
}
.pie[size="1329"] {
height: 1329;
width: 1329;
}
.pie[size="1329"]::after {
top: 644.5;
left: 516.6;
}
.pie-reverse[size="1329"] {
height: 1329;
width: 1329;
}
.pie-reverse[size="1329"]::after {
top: 644.5;
left: 516.6;
}
.pie[size="1330"] {
height: 1330;
width: 1330;
}
.pie[size="1330"]::after {
top: 645;
left: 517;
}
.pie-reverse[size="1330"] {
height: 1330;
width: 1330;
}
.pie-reverse[size="1330"]::after {
top: 645;
left: 517;
}
.pie[size="1331"] {
height: 1331;
width: 1331;
}
.pie[size="1331"]::after {
top: 645.5;
left: 517.4;
}
.pie-reverse[size="1331"] {
height: 1331;
width: 1331;
}
.pie-reverse[size="1331"]::after {
top: 645.5;
left: 517.4;
}
.pie[size="1332"] {
height: 1332;
width: 1332;
}
.pie[size="1332"]::after {
top: 646;
left: 517.8;
}
.pie-reverse[size="1332"] {
height: 1332;
width: 1332;
}
.pie-reverse[size="1332"]::after {
top: 646;
left: 517.8;
}
.pie[size="1333"] {
height: 1333;
width: 1333;
}
.pie[size="1333"]::after {
top: 646.5;
left: 518.2;
}
.pie-reverse[size="1333"] {
height: 1333;
width: 1333;
}
.pie-reverse[size="1333"]::after {
top: 646.5;
left: 518.2;
}
.pie[size="1334"] {
height: 1334;
width: 1334;
}
.pie[size="1334"]::after {
top: 647;
left: 518.6;
}
.pie-reverse[size="1334"] {
height: 1334;
width: 1334;
}
.pie-reverse[size="1334"]::after {
top: 647;
left: 518.6;
}
.pie[size="1335"] {
height: 1335;
width: 1335;
}
.pie[size="1335"]::after {
top: 647.5;
left: 519;
}
.pie-reverse[size="1335"] {
height: 1335;
width: 1335;
}
.pie-reverse[size="1335"]::after {
top: 647.5;
left: 519;
}
.pie[size="1336"] {
height: 1336;
width: 1336;
}
.pie[size="1336"]::after {
top: 648;
left: 519.4;
}
.pie-reverse[size="1336"] {
height: 1336;
width: 1336;
}
.pie-reverse[size="1336"]::after {
top: 648;
left: 519.4;
}
.pie[size="1337"] {
height: 1337;
width: 1337;
}
.pie[size="1337"]::after {
top: 648.5;
left: 519.8;
}
.pie-reverse[size="1337"] {
height: 1337;
width: 1337;
}
.pie-reverse[size="1337"]::after {
top: 648.5;
left: 519.8;
}
.pie[size="1338"] {
height: 1338;
width: 1338;
}
.pie[size="1338"]::after {
top: 649;
left: 520.2;
}
.pie-reverse[size="1338"] {
height: 1338;
width: 1338;
}
.pie-reverse[size="1338"]::after {
top: 649;
left: 520.2;
}
.pie[size="1339"] {
height: 1339;
width: 1339;
}
.pie[size="1339"]::after {
top: 649.5;
left: 520.6;
}
.pie-reverse[size="1339"] {
height: 1339;
width: 1339;
}
.pie-reverse[size="1339"]::after {
top: 649.5;
left: 520.6;
}
.pie[size="1340"] {
height: 1340;
width: 1340;
}
.pie[size="1340"]::after {
top: 650;
left: 521;
}
.pie-reverse[size="1340"] {
height: 1340;
width: 1340;
}
.pie-reverse[size="1340"]::after {
top: 650;
left: 521;
}
.pie[size="1341"] {
height: 1341;
width: 1341;
}
.pie[size="1341"]::after {
top: 650.5;
left: 521.4;
}
.pie-reverse[size="1341"] {
height: 1341;
width: 1341;
}
.pie-reverse[size="1341"]::after {
top: 650.5;
left: 521.4;
}
.pie[size="1342"] {
height: 1342;
width: 1342;
}
.pie[size="1342"]::after {
top: 651;
left: 521.8;
}
.pie-reverse[size="1342"] {
height: 1342;
width: 1342;
}
.pie-reverse[size="1342"]::after {
top: 651;
left: 521.8;
}
.pie[size="1343"] {
height: 1343;
width: 1343;
}
.pie[size="1343"]::after {
top: 651.5;
left: 522.2;
}
.pie-reverse[size="1343"] {
height: 1343;
width: 1343;
}
.pie-reverse[size="1343"]::after {
top: 651.5;
left: 522.2;
}
.pie[size="1344"] {
height: 1344;
width: 1344;
}
.pie[size="1344"]::after {
top: 652;
left: 522.6;
}
.pie-reverse[size="1344"] {
height: 1344;
width: 1344;
}
.pie-reverse[size="1344"]::after {
top: 652;
left: 522.6;
}
.pie[size="1345"] {
height: 1345;
width: 1345;
}
.pie[size="1345"]::after {
top: 652.5;
left: 523;
}
.pie-reverse[size="1345"] {
height: 1345;
width: 1345;
}
.pie-reverse[size="1345"]::after {
top: 652.5;
left: 523;
}
.pie[size="1346"] {
height: 1346;
width: 1346;
}
.pie[size="1346"]::after {
top: 653;
left: 523.4;
}
.pie-reverse[size="1346"] {
height: 1346;
width: 1346;
}
.pie-reverse[size="1346"]::after {
top: 653;
left: 523.4;
}
.pie[size="1347"] {
height: 1347;
width: 1347;
}
.pie[size="1347"]::after {
top: 653.5;
left: 523.8;
}
.pie-reverse[size="1347"] {
height: 1347;
width: 1347;
}
.pie-reverse[size="1347"]::after {
top: 653.5;
left: 523.8;
}
.pie[size="1348"] {
height: 1348;
width: 1348;
}
.pie[size="1348"]::after {
top: 654;
left: 524.2;
}
.pie-reverse[size="1348"] {
height: 1348;
width: 1348;
}
.pie-reverse[size="1348"]::after {
top: 654;
left: 524.2;
}
.pie[size="1349"] {
height: 1349;
width: 1349;
}
.pie[size="1349"]::after {
top: 654.5;
left: 524.6;
}
.pie-reverse[size="1349"] {
height: 1349;
width: 1349;
}
.pie-reverse[size="1349"]::after {
top: 654.5;
left: 524.6;
}
.pie[size="1350"] {
height: 1350;
width: 1350;
}
.pie[size="1350"]::after {
top: 655;
left: 525;
}
.pie-reverse[size="1350"] {
height: 1350;
width: 1350;
}
.pie-reverse[size="1350"]::after {
top: 655;
left: 525;
}
.pie[size="1351"] {
height: 1351;
width: 1351;
}
.pie[size="1351"]::after {
top: 655.5;
left: 525.4;
}
.pie-reverse[size="1351"] {
height: 1351;
width: 1351;
}
.pie-reverse[size="1351"]::after {
top: 655.5;
left: 525.4;
}
.pie[size="1352"] {
height: 1352;
width: 1352;
}
.pie[size="1352"]::after {
top: 656;
left: 525.8;
}
.pie-reverse[size="1352"] {
height: 1352;
width: 1352;
}
.pie-reverse[size="1352"]::after {
top: 656;
left: 525.8;
}
.pie[size="1353"] {
height: 1353;
width: 1353;
}
.pie[size="1353"]::after {
top: 656.5;
left: 526.2;
}
.pie-reverse[size="1353"] {
height: 1353;
width: 1353;
}
.pie-reverse[size="1353"]::after {
top: 656.5;
left: 526.2;
}
.pie[size="1354"] {
height: 1354;
width: 1354;
}
.pie[size="1354"]::after {
top: 657;
left: 526.6;
}
.pie-reverse[size="1354"] {
height: 1354;
width: 1354;
}
.pie-reverse[size="1354"]::after {
top: 657;
left: 526.6;
}
.pie[size="1355"] {
height: 1355;
width: 1355;
}
.pie[size="1355"]::after {
top: 657.5;
left: 527;
}
.pie-reverse[size="1355"] {
height: 1355;
width: 1355;
}
.pie-reverse[size="1355"]::after {
top: 657.5;
left: 527;
}
.pie[size="1356"] {
height: 1356;
width: 1356;
}
.pie[size="1356"]::after {
top: 658;
left: 527.4;
}
.pie-reverse[size="1356"] {
height: 1356;
width: 1356;
}
.pie-reverse[size="1356"]::after {
top: 658;
left: 527.4;
}
.pie[size="1357"] {
height: 1357;
width: 1357;
}
.pie[size="1357"]::after {
top: 658.5;
left: 527.8;
}
.pie-reverse[size="1357"] {
height: 1357;
width: 1357;
}
.pie-reverse[size="1357"]::after {
top: 658.5;
left: 527.8;
}
.pie[size="1358"] {
height: 1358;
width: 1358;
}
.pie[size="1358"]::after {
top: 659;
left: 528.2;
}
.pie-reverse[size="1358"] {
height: 1358;
width: 1358;
}
.pie-reverse[size="1358"]::after {
top: 659;
left: 528.2;
}
.pie[size="1359"] {
height: 1359;
width: 1359;
}
.pie[size="1359"]::after {
top: 659.5;
left: 528.6;
}
.pie-reverse[size="1359"] {
height: 1359;
width: 1359;
}
.pie-reverse[size="1359"]::after {
top: 659.5;
left: 528.6;
}
.pie[size="1360"] {
height: 1360;
width: 1360;
}
.pie[size="1360"]::after {
top: 660;
left: 529;
}
.pie-reverse[size="1360"] {
height: 1360;
width: 1360;
}
.pie-reverse[size="1360"]::after {
top: 660;
left: 529;
}
.pie[size="1361"] {
height: 1361;
width: 1361;
}
.pie[size="1361"]::after {
top: 660.5;
left: 529.4;
}
.pie-reverse[size="1361"] {
height: 1361;
width: 1361;
}
.pie-reverse[size="1361"]::after {
top: 660.5;
left: 529.4;
}
.pie[size="1362"] {
height: 1362;
width: 1362;
}
.pie[size="1362"]::after {
top: 661;
left: 529.8;
}
.pie-reverse[size="1362"] {
height: 1362;
width: 1362;
}
.pie-reverse[size="1362"]::after {
top: 661;
left: 529.8;
}
.pie[size="1363"] {
height: 1363;
width: 1363;
}
.pie[size="1363"]::after {
top: 661.5;
left: 530.2;
}
.pie-reverse[size="1363"] {
height: 1363;
width: 1363;
}
.pie-reverse[size="1363"]::after {
top: 661.5;
left: 530.2;
}
.pie[size="1364"] {
height: 1364;
width: 1364;
}
.pie[size="1364"]::after {
top: 662;
left: 530.6;
}
.pie-reverse[size="1364"] {
height: 1364;
width: 1364;
}
.pie-reverse[size="1364"]::after {
top: 662;
left: 530.6;
}
.pie[size="1365"] {
height: 1365;
width: 1365;
}
.pie[size="1365"]::after {
top: 662.5;
left: 531;
}
.pie-reverse[size="1365"] {
height: 1365;
width: 1365;
}
.pie-reverse[size="1365"]::after {
top: 662.5;
left: 531;
}
.pie[size="1366"] {
height: 1366;
width: 1366;
}
.pie[size="1366"]::after {
top: 663;
left: 531.4;
}
.pie-reverse[size="1366"] {
height: 1366;
width: 1366;
}
.pie-reverse[size="1366"]::after {
top: 663;
left: 531.4;
}
.pie[size="1367"] {
height: 1367;
width: 1367;
}
.pie[size="1367"]::after {
top: 663.5;
left: 531.8;
}
.pie-reverse[size="1367"] {
height: 1367;
width: 1367;
}
.pie-reverse[size="1367"]::after {
top: 663.5;
left: 531.8;
}
.pie[size="1368"] {
height: 1368;
width: 1368;
}
.pie[size="1368"]::after {
top: 664;
left: 532.2;
}
.pie-reverse[size="1368"] {
height: 1368;
width: 1368;
}
.pie-reverse[size="1368"]::after {
top: 664;
left: 532.2;
}
.pie[size="1369"] {
height: 1369;
width: 1369;
}
.pie[size="1369"]::after {
top: 664.5;
left: 532.6;
}
.pie-reverse[size="1369"] {
height: 1369;
width: 1369;
}
.pie-reverse[size="1369"]::after {
top: 664.5;
left: 532.6;
}
.pie[size="1370"] {
height: 1370;
width: 1370;
}
.pie[size="1370"]::after {
top: 665;
left: 533;
}
.pie-reverse[size="1370"] {
height: 1370;
width: 1370;
}
.pie-reverse[size="1370"]::after {
top: 665;
left: 533;
}
.pie[size="1371"] {
height: 1371;
width: 1371;
}
.pie[size="1371"]::after {
top: 665.5;
left: 533.4;
}
.pie-reverse[size="1371"] {
height: 1371;
width: 1371;
}
.pie-reverse[size="1371"]::after {
top: 665.5;
left: 533.4;
}
.pie[size="1372"] {
height: 1372;
width: 1372;
}
.pie[size="1372"]::after {
top: 666;
left: 533.8;
}
.pie-reverse[size="1372"] {
height: 1372;
width: 1372;
}
.pie-reverse[size="1372"]::after {
top: 666;
left: 533.8;
}
.pie[size="1373"] {
height: 1373;
width: 1373;
}
.pie[size="1373"]::after {
top: 666.5;
left: 534.2;
}
.pie-reverse[size="1373"] {
height: 1373;
width: 1373;
}
.pie-reverse[size="1373"]::after {
top: 666.5;
left: 534.2;
}
.pie[size="1374"] {
height: 1374;
width: 1374;
}
.pie[size="1374"]::after {
top: 667;
left: 534.6;
}
.pie-reverse[size="1374"] {
height: 1374;
width: 1374;
}
.pie-reverse[size="1374"]::after {
top: 667;
left: 534.6;
}
.pie[size="1375"] {
height: 1375;
width: 1375;
}
.pie[size="1375"]::after {
top: 667.5;
left: 535;
}
.pie-reverse[size="1375"] {
height: 1375;
width: 1375;
}
.pie-reverse[size="1375"]::after {
top: 667.5;
left: 535;
}
.pie[size="1376"] {
height: 1376;
width: 1376;
}
.pie[size="1376"]::after {
top: 668;
left: 535.4;
}
.pie-reverse[size="1376"] {
height: 1376;
width: 1376;
}
.pie-reverse[size="1376"]::after {
top: 668;
left: 535.4;
}
.pie[size="1377"] {
height: 1377;
width: 1377;
}
.pie[size="1377"]::after {
top: 668.5;
left: 535.8;
}
.pie-reverse[size="1377"] {
height: 1377;
width: 1377;
}
.pie-reverse[size="1377"]::after {
top: 668.5;
left: 535.8;
}
.pie[size="1378"] {
height: 1378;
width: 1378;
}
.pie[size="1378"]::after {
top: 669;
left: 536.2;
}
.pie-reverse[size="1378"] {
height: 1378;
width: 1378;
}
.pie-reverse[size="1378"]::after {
top: 669;
left: 536.2;
}
.pie[size="1379"] {
height: 1379;
width: 1379;
}
.pie[size="1379"]::after {
top: 669.5;
left: 536.6;
}
.pie-reverse[size="1379"] {
height: 1379;
width: 1379;
}
.pie-reverse[size="1379"]::after {
top: 669.5;
left: 536.6;
}
.pie[size="1380"] {
height: 1380;
width: 1380;
}
.pie[size="1380"]::after {
top: 670;
left: 537;
}
.pie-reverse[size="1380"] {
height: 1380;
width: 1380;
}
.pie-reverse[size="1380"]::after {
top: 670;
left: 537;
}
.pie[size="1381"] {
height: 1381;
width: 1381;
}
.pie[size="1381"]::after {
top: 670.5;
left: 537.4;
}
.pie-reverse[size="1381"] {
height: 1381;
width: 1381;
}
.pie-reverse[size="1381"]::after {
top: 670.5;
left: 537.4;
}
.pie[size="1382"] {
height: 1382;
width: 1382;
}
.pie[size="1382"]::after {
top: 671;
left: 537.8;
}
.pie-reverse[size="1382"] {
height: 1382;
width: 1382;
}
.pie-reverse[size="1382"]::after {
top: 671;
left: 537.8;
}
.pie[size="1383"] {
height: 1383;
width: 1383;
}
.pie[size="1383"]::after {
top: 671.5;
left: 538.2;
}
.pie-reverse[size="1383"] {
height: 1383;
width: 1383;
}
.pie-reverse[size="1383"]::after {
top: 671.5;
left: 538.2;
}
.pie[size="1384"] {
height: 1384;
width: 1384;
}
.pie[size="1384"]::after {
top: 672;
left: 538.6;
}
.pie-reverse[size="1384"] {
height: 1384;
width: 1384;
}
.pie-reverse[size="1384"]::after {
top: 672;
left: 538.6;
}
.pie[size="1385"] {
height: 1385;
width: 1385;
}
.pie[size="1385"]::after {
top: 672.5;
left: 539;
}
.pie-reverse[size="1385"] {
height: 1385;
width: 1385;
}
.pie-reverse[size="1385"]::after {
top: 672.5;
left: 539;
}
.pie[size="1386"] {
height: 1386;
width: 1386;
}
.pie[size="1386"]::after {
top: 673;
left: 539.4;
}
.pie-reverse[size="1386"] {
height: 1386;
width: 1386;
}
.pie-reverse[size="1386"]::after {
top: 673;
left: 539.4;
}
.pie[size="1387"] {
height: 1387;
width: 1387;
}
.pie[size="1387"]::after {
top: 673.5;
left: 539.8;
}
.pie-reverse[size="1387"] {
height: 1387;
width: 1387;
}
.pie-reverse[size="1387"]::after {
top: 673.5;
left: 539.8;
}
.pie[size="1388"] {
height: 1388;
width: 1388;
}
.pie[size="1388"]::after {
top: 674;
left: 540.2;
}
.pie-reverse[size="1388"] {
height: 1388;
width: 1388;
}
.pie-reverse[size="1388"]::after {
top: 674;
left: 540.2;
}
.pie[size="1389"] {
height: 1389;
width: 1389;
}
.pie[size="1389"]::after {
top: 674.5;
left: 540.6;
}
.pie-reverse[size="1389"] {
height: 1389;
width: 1389;
}
.pie-reverse[size="1389"]::after {
top: 674.5;
left: 540.6;
}
.pie[size="1390"] {
height: 1390;
width: 1390;
}
.pie[size="1390"]::after {
top: 675;
left: 541;
}
.pie-reverse[size="1390"] {
height: 1390;
width: 1390;
}
.pie-reverse[size="1390"]::after {
top: 675;
left: 541;
}
.pie[size="1391"] {
height: 1391;
width: 1391;
}
.pie[size="1391"]::after {
top: 675.5;
left: 541.4;
}
.pie-reverse[size="1391"] {
height: 1391;
width: 1391;
}
.pie-reverse[size="1391"]::after {
top: 675.5;
left: 541.4;
}
.pie[size="1392"] {
height: 1392;
width: 1392;
}
.pie[size="1392"]::after {
top: 676;
left: 541.8;
}
.pie-reverse[size="1392"] {
height: 1392;
width: 1392;
}
.pie-reverse[size="1392"]::after {
top: 676;
left: 541.8;
}
.pie[size="1393"] {
height: 1393;
width: 1393;
}
.pie[size="1393"]::after {
top: 676.5;
left: 542.2;
}
.pie-reverse[size="1393"] {
height: 1393;
width: 1393;
}
.pie-reverse[size="1393"]::after {
top: 676.5;
left: 542.2;
}
.pie[size="1394"] {
height: 1394;
width: 1394;
}
.pie[size="1394"]::after {
top: 677;
left: 542.6;
}
.pie-reverse[size="1394"] {
height: 1394;
width: 1394;
}
.pie-reverse[size="1394"]::after {
top: 677;
left: 542.6;
}
.pie[size="1395"] {
height: 1395;
width: 1395;
}
.pie[size="1395"]::after {
top: 677.5;
left: 543;
}
.pie-reverse[size="1395"] {
height: 1395;
width: 1395;
}
.pie-reverse[size="1395"]::after {
top: 677.5;
left: 543;
}
.pie[size="1396"] {
height: 1396;
width: 1396;
}
.pie[size="1396"]::after {
top: 678;
left: 543.4;
}
.pie-reverse[size="1396"] {
height: 1396;
width: 1396;
}
.pie-reverse[size="1396"]::after {
top: 678;
left: 543.4;
}
.pie[size="1397"] {
height: 1397;
width: 1397;
}
.pie[size="1397"]::after {
top: 678.5;
left: 543.8;
}
.pie-reverse[size="1397"] {
height: 1397;
width: 1397;
}
.pie-reverse[size="1397"]::after {
top: 678.5;
left: 543.8;
}
.pie[size="1398"] {
height: 1398;
width: 1398;
}
.pie[size="1398"]::after {
top: 679;
left: 544.2;
}
.pie-reverse[size="1398"] {
height: 1398;
width: 1398;
}
.pie-reverse[size="1398"]::after {
top: 679;
left: 544.2;
}
.pie[size="1399"] {
height: 1399;
width: 1399;
}
.pie[size="1399"]::after {
top: 679.5;
left: 544.6;
}
.pie-reverse[size="1399"] {
height: 1399;
width: 1399;
}
.pie-reverse[size="1399"]::after {
top: 679.5;
left: 544.6;
}
.pie[size="1400"] {
height: 1400;
width: 1400;
}
.pie[size="1400"]::after {
top: 680;
left: 545;
}
.pie-reverse[size="1400"] {
height: 1400;
width: 1400;
}
.pie-reverse[size="1400"]::after {
top: 680;
left: 545;
}
.pie[size="1401"] {
height: 1401;
width: 1401;
}
.pie[size="1401"]::after {
top: 680.5;
left: 545.4;
}
.pie-reverse[size="1401"] {
height: 1401;
width: 1401;
}
.pie-reverse[size="1401"]::after {
top: 680.5;
left: 545.4;
}
.pie[size="1402"] {
height: 1402;
width: 1402;
}
.pie[size="1402"]::after {
top: 681;
left: 545.8;
}
.pie-reverse[size="1402"] {
height: 1402;
width: 1402;
}
.pie-reverse[size="1402"]::after {
top: 681;
left: 545.8;
}
.pie[size="1403"] {
height: 1403;
width: 1403;
}
.pie[size="1403"]::after {
top: 681.5;
left: 546.2;
}
.pie-reverse[size="1403"] {
height: 1403;
width: 1403;
}
.pie-reverse[size="1403"]::after {
top: 681.5;
left: 546.2;
}
.pie[size="1404"] {
height: 1404;
width: 1404;
}
.pie[size="1404"]::after {
top: 682;
left: 546.6;
}
.pie-reverse[size="1404"] {
height: 1404;
width: 1404;
}
.pie-reverse[size="1404"]::after {
top: 682;
left: 546.6;
}
.pie[size="1405"] {
height: 1405;
width: 1405;
}
.pie[size="1405"]::after {
top: 682.5;
left: 547;
}
.pie-reverse[size="1405"] {
height: 1405;
width: 1405;
}
.pie-reverse[size="1405"]::after {
top: 682.5;
left: 547;
}
.pie[size="1406"] {
height: 1406;
width: 1406;
}
.pie[size="1406"]::after {
top: 683;
left: 547.4;
}
.pie-reverse[size="1406"] {
height: 1406;
width: 1406;
}
.pie-reverse[size="1406"]::after {
top: 683;
left: 547.4;
}
.pie[size="1407"] {
height: 1407;
width: 1407;
}
.pie[size="1407"]::after {
top: 683.5;
left: 547.8;
}
.pie-reverse[size="1407"] {
height: 1407;
width: 1407;
}
.pie-reverse[size="1407"]::after {
top: 683.5;
left: 547.8;
}
.pie[size="1408"] {
height: 1408;
width: 1408;
}
.pie[size="1408"]::after {
top: 684;
left: 548.2;
}
.pie-reverse[size="1408"] {
height: 1408;
width: 1408;
}
.pie-reverse[size="1408"]::after {
top: 684;
left: 548.2;
}
.pie[size="1409"] {
height: 1409;
width: 1409;
}
.pie[size="1409"]::after {
top: 684.5;
left: 548.6;
}
.pie-reverse[size="1409"] {
height: 1409;
width: 1409;
}
.pie-reverse[size="1409"]::after {
top: 684.5;
left: 548.6;
}
.pie[size="1410"] {
height: 1410;
width: 1410;
}
.pie[size="1410"]::after {
top: 685;
left: 549;
}
.pie-reverse[size="1410"] {
height: 1410;
width: 1410;
}
.pie-reverse[size="1410"]::after {
top: 685;
left: 549;
}
.pie[size="1411"] {
height: 1411;
width: 1411;
}
.pie[size="1411"]::after {
top: 685.5;
left: 549.4;
}
.pie-reverse[size="1411"] {
height: 1411;
width: 1411;
}
.pie-reverse[size="1411"]::after {
top: 685.5;
left: 549.4;
}
.pie[size="1412"] {
height: 1412;
width: 1412;
}
.pie[size="1412"]::after {
top: 686;
left: 549.8;
}
.pie-reverse[size="1412"] {
height: 1412;
width: 1412;
}
.pie-reverse[size="1412"]::after {
top: 686;
left: 549.8;
}
.pie[size="1413"] {
height: 1413;
width: 1413;
}
.pie[size="1413"]::after {
top: 686.5;
left: 550.2;
}
.pie-reverse[size="1413"] {
height: 1413;
width: 1413;
}
.pie-reverse[size="1413"]::after {
top: 686.5;
left: 550.2;
}
.pie[size="1414"] {
height: 1414;
width: 1414;
}
.pie[size="1414"]::after {
top: 687;
left: 550.6;
}
.pie-reverse[size="1414"] {
height: 1414;
width: 1414;
}
.pie-reverse[size="1414"]::after {
top: 687;
left: 550.6;
}
.pie[size="1415"] {
height: 1415;
width: 1415;
}
.pie[size="1415"]::after {
top: 687.5;
left: 551;
}
.pie-reverse[size="1415"] {
height: 1415;
width: 1415;
}
.pie-reverse[size="1415"]::after {
top: 687.5;
left: 551;
}
.pie[size="1416"] {
height: 1416;
width: 1416;
}
.pie[size="1416"]::after {
top: 688;
left: 551.4;
}
.pie-reverse[size="1416"] {
height: 1416;
width: 1416;
}
.pie-reverse[size="1416"]::after {
top: 688;
left: 551.4;
}
.pie[size="1417"] {
height: 1417;
width: 1417;
}
.pie[size="1417"]::after {
top: 688.5;
left: 551.8;
}
.pie-reverse[size="1417"] {
height: 1417;
width: 1417;
}
.pie-reverse[size="1417"]::after {
top: 688.5;
left: 551.8;
}
.pie[size="1418"] {
height: 1418;
width: 1418;
}
.pie[size="1418"]::after {
top: 689;
left: 552.2;
}
.pie-reverse[size="1418"] {
height: 1418;
width: 1418;
}
.pie-reverse[size="1418"]::after {
top: 689;
left: 552.2;
}
.pie[size="1419"] {
height: 1419;
width: 1419;
}
.pie[size="1419"]::after {
top: 689.5;
left: 552.6;
}
.pie-reverse[size="1419"] {
height: 1419;
width: 1419;
}
.pie-reverse[size="1419"]::after {
top: 689.5;
left: 552.6;
}
.pie[size="1420"] {
height: 1420;
width: 1420;
}
.pie[size="1420"]::after {
top: 690;
left: 553;
}
.pie-reverse[size="1420"] {
height: 1420;
width: 1420;
}
.pie-reverse[size="1420"]::after {
top: 690;
left: 553;
}
.pie[size="1421"] {
height: 1421;
width: 1421;
}
.pie[size="1421"]::after {
top: 690.5;
left: 553.4;
}
.pie-reverse[size="1421"] {
height: 1421;
width: 1421;
}
.pie-reverse[size="1421"]::after {
top: 690.5;
left: 553.4;
}
.pie[size="1422"] {
height: 1422;
width: 1422;
}
.pie[size="1422"]::after {
top: 691;
left: 553.8;
}
.pie-reverse[size="1422"] {
height: 1422;
width: 1422;
}
.pie-reverse[size="1422"]::after {
top: 691;
left: 553.8;
}
.pie[size="1423"] {
height: 1423;
width: 1423;
}
.pie[size="1423"]::after {
top: 691.5;
left: 554.2;
}
.pie-reverse[size="1423"] {
height: 1423;
width: 1423;
}
.pie-reverse[size="1423"]::after {
top: 691.5;
left: 554.2;
}
.pie[size="1424"] {
height: 1424;
width: 1424;
}
.pie[size="1424"]::after {
top: 692;
left: 554.6;
}
.pie-reverse[size="1424"] {
height: 1424;
width: 1424;
}
.pie-reverse[size="1424"]::after {
top: 692;
left: 554.6;
}
.pie[size="1425"] {
height: 1425;
width: 1425;
}
.pie[size="1425"]::after {
top: 692.5;
left: 555;
}
.pie-reverse[size="1425"] {
height: 1425;
width: 1425;
}
.pie-reverse[size="1425"]::after {
top: 692.5;
left: 555;
}
.pie[size="1426"] {
height: 1426;
width: 1426;
}
.pie[size="1426"]::after {
top: 693;
left: 555.4;
}
.pie-reverse[size="1426"] {
height: 1426;
width: 1426;
}
.pie-reverse[size="1426"]::after {
top: 693;
left: 555.4;
}
.pie[size="1427"] {
height: 1427;
width: 1427;
}
.pie[size="1427"]::after {
top: 693.5;
left: 555.8;
}
.pie-reverse[size="1427"] {
height: 1427;
width: 1427;
}
.pie-reverse[size="1427"]::after {
top: 693.5;
left: 555.8;
}
.pie[size="1428"] {
height: 1428;
width: 1428;
}
.pie[size="1428"]::after {
top: 694;
left: 556.2;
}
.pie-reverse[size="1428"] {
height: 1428;
width: 1428;
}
.pie-reverse[size="1428"]::after {
top: 694;
left: 556.2;
}
.pie[size="1429"] {
height: 1429;
width: 1429;
}
.pie[size="1429"]::after {
top: 694.5;
left: 556.6;
}
.pie-reverse[size="1429"] {
height: 1429;
width: 1429;
}
.pie-reverse[size="1429"]::after {
top: 694.5;
left: 556.6;
}
.pie[size="1430"] {
height: 1430;
width: 1430;
}
.pie[size="1430"]::after {
top: 695;
left: 557;
}
.pie-reverse[size="1430"] {
height: 1430;
width: 1430;
}
.pie-reverse[size="1430"]::after {
top: 695;
left: 557;
}
.pie[size="1431"] {
height: 1431;
width: 1431;
}
.pie[size="1431"]::after {
top: 695.5;
left: 557.4;
}
.pie-reverse[size="1431"] {
height: 1431;
width: 1431;
}
.pie-reverse[size="1431"]::after {
top: 695.5;
left: 557.4;
}
.pie[size="1432"] {
height: 1432;
width: 1432;
}
.pie[size="1432"]::after {
top: 696;
left: 557.8;
}
.pie-reverse[size="1432"] {
height: 1432;
width: 1432;
}
.pie-reverse[size="1432"]::after {
top: 696;
left: 557.8;
}
.pie[size="1433"] {
height: 1433;
width: 1433;
}
.pie[size="1433"]::after {
top: 696.5;
left: 558.2;
}
.pie-reverse[size="1433"] {
height: 1433;
width: 1433;
}
.pie-reverse[size="1433"]::after {
top: 696.5;
left: 558.2;
}
.pie[size="1434"] {
height: 1434;
width: 1434;
}
.pie[size="1434"]::after {
top: 697;
left: 558.6;
}
.pie-reverse[size="1434"] {
height: 1434;
width: 1434;
}
.pie-reverse[size="1434"]::after {
top: 697;
left: 558.6;
}
.pie[size="1435"] {
height: 1435;
width: 1435;
}
.pie[size="1435"]::after {
top: 697.5;
left: 559;
}
.pie-reverse[size="1435"] {
height: 1435;
width: 1435;
}
.pie-reverse[size="1435"]::after {
top: 697.5;
left: 559;
}
.pie[size="1436"] {
height: 1436;
width: 1436;
}
.pie[size="1436"]::after {
top: 698;
left: 559.4;
}
.pie-reverse[size="1436"] {
height: 1436;
width: 1436;
}
.pie-reverse[size="1436"]::after {
top: 698;
left: 559.4;
}
.pie[size="1437"] {
height: 1437;
width: 1437;
}
.pie[size="1437"]::after {
top: 698.5;
left: 559.8;
}
.pie-reverse[size="1437"] {
height: 1437;
width: 1437;
}
.pie-reverse[size="1437"]::after {
top: 698.5;
left: 559.8;
}
.pie[size="1438"] {
height: 1438;
width: 1438;
}
.pie[size="1438"]::after {
top: 699;
left: 560.2;
}
.pie-reverse[size="1438"] {
height: 1438;
width: 1438;
}
.pie-reverse[size="1438"]::after {
top: 699;
left: 560.2;
}
.pie[size="1439"] {
height: 1439;
width: 1439;
}
.pie[size="1439"]::after {
top: 699.5;
left: 560.6;
}
.pie-reverse[size="1439"] {
height: 1439;
width: 1439;
}
.pie-reverse[size="1439"]::after {
top: 699.5;
left: 560.6;
}
.pie[size="1440"] {
height: 1440;
width: 1440;
}
.pie[size="1440"]::after {
top: 700;
left: 561;
}
.pie-reverse[size="1440"] {
height: 1440;
width: 1440;
}
.pie-reverse[size="1440"]::after {
top: 700;
left: 561;
}
.pie[size="1441"] {
height: 1441;
width: 1441;
}
.pie[size="1441"]::after {
top: 700.5;
left: 561.4;
}
.pie-reverse[size="1441"] {
height: 1441;
width: 1441;
}
.pie-reverse[size="1441"]::after {
top: 700.5;
left: 561.4;
}
.pie[size="1442"] {
height: 1442;
width: 1442;
}
.pie[size="1442"]::after {
top: 701;
left: 561.8;
}
.pie-reverse[size="1442"] {
height: 1442;
width: 1442;
}
.pie-reverse[size="1442"]::after {
top: 701;
left: 561.8;
}
.pie[size="1443"] {
height: 1443;
width: 1443;
}
.pie[size="1443"]::after {
top: 701.5;
left: 562.2;
}
.pie-reverse[size="1443"] {
height: 1443;
width: 1443;
}
.pie-reverse[size="1443"]::after {
top: 701.5;
left: 562.2;
}
.pie[size="1444"] {
height: 1444;
width: 1444;
}
.pie[size="1444"]::after {
top: 702;
left: 562.6;
}
.pie-reverse[size="1444"] {
height: 1444;
width: 1444;
}
.pie-reverse[size="1444"]::after {
top: 702;
left: 562.6;
}
.pie[size="1445"] {
height: 1445;
width: 1445;
}
.pie[size="1445"]::after {
top: 702.5;
left: 563;
}
.pie-reverse[size="1445"] {
height: 1445;
width: 1445;
}
.pie-reverse[size="1445"]::after {
top: 702.5;
left: 563;
}
.pie[size="1446"] {
height: 1446;
width: 1446;
}
.pie[size="1446"]::after {
top: 703;
left: 563.4;
}
.pie-reverse[size="1446"] {
height: 1446;
width: 1446;
}
.pie-reverse[size="1446"]::after {
top: 703;
left: 563.4;
}
.pie[size="1447"] {
height: 1447;
width: 1447;
}
.pie[size="1447"]::after {
top: 703.5;
left: 563.8;
}
.pie-reverse[size="1447"] {
height: 1447;
width: 1447;
}
.pie-reverse[size="1447"]::after {
top: 703.5;
left: 563.8;
}
.pie[size="1448"] {
height: 1448;
width: 1448;
}
.pie[size="1448"]::after {
top: 704;
left: 564.2;
}
.pie-reverse[size="1448"] {
height: 1448;
width: 1448;
}
.pie-reverse[size="1448"]::after {
top: 704;
left: 564.2;
}
.pie[size="1449"] {
height: 1449;
width: 1449;
}
.pie[size="1449"]::after {
top: 704.5;
left: 564.6;
}
.pie-reverse[size="1449"] {
height: 1449;
width: 1449;
}
.pie-reverse[size="1449"]::after {
top: 704.5;
left: 564.6;
}
.pie[size="1450"] {
height: 1450;
width: 1450;
}
.pie[size="1450"]::after {
top: 705;
left: 565;
}
.pie-reverse[size="1450"] {
height: 1450;
width: 1450;
}
.pie-reverse[size="1450"]::after {
top: 705;
left: 565;
}
.pie[size="1451"] {
height: 1451;
width: 1451;
}
.pie[size="1451"]::after {
top: 705.5;
left: 565.4;
}
.pie-reverse[size="1451"] {
height: 1451;
width: 1451;
}
.pie-reverse[size="1451"]::after {
top: 705.5;
left: 565.4;
}
.pie[size="1452"] {
height: 1452;
width: 1452;
}
.pie[size="1452"]::after {
top: 706;
left: 565.8;
}
.pie-reverse[size="1452"] {
height: 1452;
width: 1452;
}
.pie-reverse[size="1452"]::after {
top: 706;
left: 565.8;
}
.pie[size="1453"] {
height: 1453;
width: 1453;
}
.pie[size="1453"]::after {
top: 706.5;
left: 566.2;
}
.pie-reverse[size="1453"] {
height: 1453;
width: 1453;
}
.pie-reverse[size="1453"]::after {
top: 706.5;
left: 566.2;
}
.pie[size="1454"] {
height: 1454;
width: 1454;
}
.pie[size="1454"]::after {
top: 707;
left: 566.6;
}
.pie-reverse[size="1454"] {
height: 1454;
width: 1454;
}
.pie-reverse[size="1454"]::after {
top: 707;
left: 566.6;
}
.pie[size="1455"] {
height: 1455;
width: 1455;
}
.pie[size="1455"]::after {
top: 707.5;
left: 567;
}
.pie-reverse[size="1455"] {
height: 1455;
width: 1455;
}
.pie-reverse[size="1455"]::after {
top: 707.5;
left: 567;
}
.pie[size="1456"] {
height: 1456;
width: 1456;
}
.pie[size="1456"]::after {
top: 708;
left: 567.4;
}
.pie-reverse[size="1456"] {
height: 1456;
width: 1456;
}
.pie-reverse[size="1456"]::after {
top: 708;
left: 567.4;
}
.pie[size="1457"] {
height: 1457;
width: 1457;
}
.pie[size="1457"]::after {
top: 708.5;
left: 567.8;
}
.pie-reverse[size="1457"] {
height: 1457;
width: 1457;
}
.pie-reverse[size="1457"]::after {
top: 708.5;
left: 567.8;
}
.pie[size="1458"] {
height: 1458;
width: 1458;
}
.pie[size="1458"]::after {
top: 709;
left: 568.2;
}
.pie-reverse[size="1458"] {
height: 1458;
width: 1458;
}
.pie-reverse[size="1458"]::after {
top: 709;
left: 568.2;
}
.pie[size="1459"] {
height: 1459;
width: 1459;
}
.pie[size="1459"]::after {
top: 709.5;
left: 568.6;
}
.pie-reverse[size="1459"] {
height: 1459;
width: 1459;
}
.pie-reverse[size="1459"]::after {
top: 709.5;
left: 568.6;
}
.pie[size="1460"] {
height: 1460;
width: 1460;
}
.pie[size="1460"]::after {
top: 710;
left: 569;
}
.pie-reverse[size="1460"] {
height: 1460;
width: 1460;
}
.pie-reverse[size="1460"]::after {
top: 710;
left: 569;
}
.pie[size="1461"] {
height: 1461;
width: 1461;
}
.pie[size="1461"]::after {
top: 710.5;
left: 569.4;
}
.pie-reverse[size="1461"] {
height: 1461;
width: 1461;
}
.pie-reverse[size="1461"]::after {
top: 710.5;
left: 569.4;
}
.pie[size="1462"] {
height: 1462;
width: 1462;
}
.pie[size="1462"]::after {
top: 711;
left: 569.8;
}
.pie-reverse[size="1462"] {
height: 1462;
width: 1462;
}
.pie-reverse[size="1462"]::after {
top: 711;
left: 569.8;
}
.pie[size="1463"] {
height: 1463;
width: 1463;
}
.pie[size="1463"]::after {
top: 711.5;
left: 570.2;
}
.pie-reverse[size="1463"] {
height: 1463;
width: 1463;
}
.pie-reverse[size="1463"]::after {
top: 711.5;
left: 570.2;
}
.pie[size="1464"] {
height: 1464;
width: 1464;
}
.pie[size="1464"]::after {
top: 712;
left: 570.6;
}
.pie-reverse[size="1464"] {
height: 1464;
width: 1464;
}
.pie-reverse[size="1464"]::after {
top: 712;
left: 570.6;
}
.pie[size="1465"] {
height: 1465;
width: 1465;
}
.pie[size="1465"]::after {
top: 712.5;
left: 571;
}
.pie-reverse[size="1465"] {
height: 1465;
width: 1465;
}
.pie-reverse[size="1465"]::after {
top: 712.5;
left: 571;
}
.pie[size="1466"] {
height: 1466;
width: 1466;
}
.pie[size="1466"]::after {
top: 713;
left: 571.4;
}
.pie-reverse[size="1466"] {
height: 1466;
width: 1466;
}
.pie-reverse[size="1466"]::after {
top: 713;
left: 571.4;
}
.pie[size="1467"] {
height: 1467;
width: 1467;
}
.pie[size="1467"]::after {
top: 713.5;
left: 571.8;
}
.pie-reverse[size="1467"] {
height: 1467;
width: 1467;
}
.pie-reverse[size="1467"]::after {
top: 713.5;
left: 571.8;
}
.pie[size="1468"] {
height: 1468;
width: 1468;
}
.pie[size="1468"]::after {
top: 714;
left: 572.2;
}
.pie-reverse[size="1468"] {
height: 1468;
width: 1468;
}
.pie-reverse[size="1468"]::after {
top: 714;
left: 572.2;
}
.pie[size="1469"] {
height: 1469;
width: 1469;
}
.pie[size="1469"]::after {
top: 714.5;
left: 572.6;
}
.pie-reverse[size="1469"] {
height: 1469;
width: 1469;
}
.pie-reverse[size="1469"]::after {
top: 714.5;
left: 572.6;
}
.pie[size="1470"] {
height: 1470;
width: 1470;
}
.pie[size="1470"]::after {
top: 715;
left: 573;
}
.pie-reverse[size="1470"] {
height: 1470;
width: 1470;
}
.pie-reverse[size="1470"]::after {
top: 715;
left: 573;
}
.pie[size="1471"] {
height: 1471;
width: 1471;
}
.pie[size="1471"]::after {
top: 715.5;
left: 573.4;
}
.pie-reverse[size="1471"] {
height: 1471;
width: 1471;
}
.pie-reverse[size="1471"]::after {
top: 715.5;
left: 573.4;
}
.pie[size="1472"] {
height: 1472;
width: 1472;
}
.pie[size="1472"]::after {
top: 716;
left: 573.8;
}
.pie-reverse[size="1472"] {
height: 1472;
width: 1472;
}
.pie-reverse[size="1472"]::after {
top: 716;
left: 573.8;
}
.pie[size="1473"] {
height: 1473;
width: 1473;
}
.pie[size="1473"]::after {
top: 716.5;
left: 574.2;
}
.pie-reverse[size="1473"] {
height: 1473;
width: 1473;
}
.pie-reverse[size="1473"]::after {
top: 716.5;
left: 574.2;
}
.pie[size="1474"] {
height: 1474;
width: 1474;
}
.pie[size="1474"]::after {
top: 717;
left: 574.6;
}
.pie-reverse[size="1474"] {
height: 1474;
width: 1474;
}
.pie-reverse[size="1474"]::after {
top: 717;
left: 574.6;
}
.pie[size="1475"] {
height: 1475;
width: 1475;
}
.pie[size="1475"]::after {
top: 717.5;
left: 575;
}
.pie-reverse[size="1475"] {
height: 1475;
width: 1475;
}
.pie-reverse[size="1475"]::after {
top: 717.5;
left: 575;
}
.pie[size="1476"] {
height: 1476;
width: 1476;
}
.pie[size="1476"]::after {
top: 718;
left: 575.4;
}
.pie-reverse[size="1476"] {
height: 1476;
width: 1476;
}
.pie-reverse[size="1476"]::after {
top: 718;
left: 575.4;
}
.pie[size="1477"] {
height: 1477;
width: 1477;
}
.pie[size="1477"]::after {
top: 718.5;
left: 575.8;
}
.pie-reverse[size="1477"] {
height: 1477;
width: 1477;
}
.pie-reverse[size="1477"]::after {
top: 718.5;
left: 575.8;
}
.pie[size="1478"] {
height: 1478;
width: 1478;
}
.pie[size="1478"]::after {
top: 719;
left: 576.2;
}
.pie-reverse[size="1478"] {
height: 1478;
width: 1478;
}
.pie-reverse[size="1478"]::after {
top: 719;
left: 576.2;
}
.pie[size="1479"] {
height: 1479;
width: 1479;
}
.pie[size="1479"]::after {
top: 719.5;
left: 576.6;
}
.pie-reverse[size="1479"] {
height: 1479;
width: 1479;
}
.pie-reverse[size="1479"]::after {
top: 719.5;
left: 576.6;
}
.pie[size="1480"] {
height: 1480;
width: 1480;
}
.pie[size="1480"]::after {
top: 720;
left: 577;
}
.pie-reverse[size="1480"] {
height: 1480;
width: 1480;
}
.pie-reverse[size="1480"]::after {
top: 720;
left: 577;
}
.pie[size="1481"] {
height: 1481;
width: 1481;
}
.pie[size="1481"]::after {
top: 720.5;
left: 577.4;
}
.pie-reverse[size="1481"] {
height: 1481;
width: 1481;
}
.pie-reverse[size="1481"]::after {
top: 720.5;
left: 577.4;
}
.pie[size="1482"] {
height: 1482;
width: 1482;
}
.pie[size="1482"]::after {
top: 721;
left: 577.8;
}
.pie-reverse[size="1482"] {
height: 1482;
width: 1482;
}
.pie-reverse[size="1482"]::after {
top: 721;
left: 577.8;
}
.pie[size="1483"] {
height: 1483;
width: 1483;
}
.pie[size="1483"]::after {
top: 721.5;
left: 578.2;
}
.pie-reverse[size="1483"] {
height: 1483;
width: 1483;
}
.pie-reverse[size="1483"]::after {
top: 721.5;
left: 578.2;
}
.pie[size="1484"] {
height: 1484;
width: 1484;
}
.pie[size="1484"]::after {
top: 722;
left: 578.6;
}
.pie-reverse[size="1484"] {
height: 1484;
width: 1484;
}
.pie-reverse[size="1484"]::after {
top: 722;
left: 578.6;
}
.pie[size="1485"] {
height: 1485;
width: 1485;
}
.pie[size="1485"]::after {
top: 722.5;
left: 579;
}
.pie-reverse[size="1485"] {
height: 1485;
width: 1485;
}
.pie-reverse[size="1485"]::after {
top: 722.5;
left: 579;
}
.pie[size="1486"] {
height: 1486;
width: 1486;
}
.pie[size="1486"]::after {
top: 723;
left: 579.4;
}
.pie-reverse[size="1486"] {
height: 1486;
width: 1486;
}
.pie-reverse[size="1486"]::after {
top: 723;
left: 579.4;
}
.pie[size="1487"] {
height: 1487;
width: 1487;
}
.pie[size="1487"]::after {
top: 723.5;
left: 579.8;
}
.pie-reverse[size="1487"] {
height: 1487;
width: 1487;
}
.pie-reverse[size="1487"]::after {
top: 723.5;
left: 579.8;
}
.pie[size="1488"] {
height: 1488;
width: 1488;
}
.pie[size="1488"]::after {
top: 724;
left: 580.2;
}
.pie-reverse[size="1488"] {
height: 1488;
width: 1488;
}
.pie-reverse[size="1488"]::after {
top: 724;
left: 580.2;
}
.pie[size="1489"] {
height: 1489;
width: 1489;
}
.pie[size="1489"]::after {
top: 724.5;
left: 580.6;
}
.pie-reverse[size="1489"] {
height: 1489;
width: 1489;
}
.pie-reverse[size="1489"]::after {
top: 724.5;
left: 580.6;
}
.pie[size="1490"] {
height: 1490;
width: 1490;
}
.pie[size="1490"]::after {
top: 725;
left: 581;
}
.pie-reverse[size="1490"] {
height: 1490;
width: 1490;
}
.pie-reverse[size="1490"]::after {
top: 725;
left: 581;
}
.pie[size="1491"] {
height: 1491;
width: 1491;
}
.pie[size="1491"]::after {
top: 725.5;
left: 581.4;
}
.pie-reverse[size="1491"] {
height: 1491;
width: 1491;
}
.pie-reverse[size="1491"]::after {
top: 725.5;
left: 581.4;
}
.pie[size="1492"] {
height: 1492;
width: 1492;
}
.pie[size="1492"]::after {
top: 726;
left: 581.8;
}
.pie-reverse[size="1492"] {
height: 1492;
width: 1492;
}
.pie-reverse[size="1492"]::after {
top: 726;
left: 581.8;
}
.pie[size="1493"] {
height: 1493;
width: 1493;
}
.pie[size="1493"]::after {
top: 726.5;
left: 582.2;
}
.pie-reverse[size="1493"] {
height: 1493;
width: 1493;
}
.pie-reverse[size="1493"]::after {
top: 726.5;
left: 582.2;
}
.pie[size="1494"] {
height: 1494;
width: 1494;
}
.pie[size="1494"]::after {
top: 727;
left: 582.6;
}
.pie-reverse[size="1494"] {
height: 1494;
width: 1494;
}
.pie-reverse[size="1494"]::after {
top: 727;
left: 582.6;
}
.pie[size="1495"] {
height: 1495;
width: 1495;
}
.pie[size="1495"]::after {
top: 727.5;
left: 583;
}
.pie-reverse[size="1495"] {
height: 1495;
width: 1495;
}
.pie-reverse[size="1495"]::after {
top: 727.5;
left: 583;
}
.pie[size="1496"] {
height: 1496;
width: 1496;
}
.pie[size="1496"]::after {
top: 728;
left: 583.4;
}
.pie-reverse[size="1496"] {
height: 1496;
width: 1496;
}
.pie-reverse[size="1496"]::after {
top: 728;
left: 583.4;
}
.pie[size="1497"] {
height: 1497;
width: 1497;
}
.pie[size="1497"]::after {
top: 728.5;
left: 583.8;
}
.pie-reverse[size="1497"] {
height: 1497;
width: 1497;
}
.pie-reverse[size="1497"]::after {
top: 728.5;
left: 583.8;
}
.pie[size="1498"] {
height: 1498;
width: 1498;
}
.pie[size="1498"]::after {
top: 729;
left: 584.2;
}
.pie-reverse[size="1498"] {
height: 1498;
width: 1498;
}
.pie-reverse[size="1498"]::after {
top: 729;
left: 584.2;
}
.pie[size="1499"] {
height: 1499;
width: 1499;
}
.pie[size="1499"]::after {
top: 729.5;
left: 584.6;
}
.pie-reverse[size="1499"] {
height: 1499;
width: 1499;
}
.pie-reverse[size="1499"]::after {
top: 729.5;
left: 584.6;
}
.pie[size="1500"] {
height: 1500;
width: 1500;
}
.pie[size="1500"]::after {
top: 730;
left: 585;
}
.pie-reverse[size="1500"] {
height: 1500;
width: 1500;
}
.pie-reverse[size="1500"]::after {
top: 730;
left: 585;
}
.pie[size="1501"] {
height: 1501;
width: 1501;
}
.pie[size="1501"]::after {
top: 730.5;
left: 585.4;
}
.pie-reverse[size="1501"] {
height: 1501;
width: 1501;
}
.pie-reverse[size="1501"]::after {
top: 730.5;
left: 585.4;
}
.pie[size="1502"] {
height: 1502;
width: 1502;
}
.pie[size="1502"]::after {
top: 731;
left: 585.8;
}
.pie-reverse[size="1502"] {
height: 1502;
width: 1502;
}
.pie-reverse[size="1502"]::after {
top: 731;
left: 585.8;
}
.pie[size="1503"] {
height: 1503;
width: 1503;
}
.pie[size="1503"]::after {
top: 731.5;
left: 586.2;
}
.pie-reverse[size="1503"] {
height: 1503;
width: 1503;
}
.pie-reverse[size="1503"]::after {
top: 731.5;
left: 586.2;
}
.pie[size="1504"] {
height: 1504;
width: 1504;
}
.pie[size="1504"]::after {
top: 732;
left: 586.6;
}
.pie-reverse[size="1504"] {
height: 1504;
width: 1504;
}
.pie-reverse[size="1504"]::after {
top: 732;
left: 586.6;
}
.pie[size="1505"] {
height: 1505;
width: 1505;
}
.pie[size="1505"]::after {
top: 732.5;
left: 587;
}
.pie-reverse[size="1505"] {
height: 1505;
width: 1505;
}
.pie-reverse[size="1505"]::after {
top: 732.5;
left: 587;
}
.pie[size="1506"] {
height: 1506;
width: 1506;
}
.pie[size="1506"]::after {
top: 733;
left: 587.4;
}
.pie-reverse[size="1506"] {
height: 1506;
width: 1506;
}
.pie-reverse[size="1506"]::after {
top: 733;
left: 587.4;
}
.pie[size="1507"] {
height: 1507;
width: 1507;
}
.pie[size="1507"]::after {
top: 733.5;
left: 587.8;
}
.pie-reverse[size="1507"] {
height: 1507;
width: 1507;
}
.pie-reverse[size="1507"]::after {
top: 733.5;
left: 587.8;
}
.pie[size="1508"] {
height: 1508;
width: 1508;
}
.pie[size="1508"]::after {
top: 734;
left: 588.2;
}
.pie-reverse[size="1508"] {
height: 1508;
width: 1508;
}
.pie-reverse[size="1508"]::after {
top: 734;
left: 588.2;
}
.pie[size="1509"] {
height: 1509;
width: 1509;
}
.pie[size="1509"]::after {
top: 734.5;
left: 588.6;
}
.pie-reverse[size="1509"] {
height: 1509;
width: 1509;
}
.pie-reverse[size="1509"]::after {
top: 734.5;
left: 588.6;
}
.pie[size="1510"] {
height: 1510;
width: 1510;
}
.pie[size="1510"]::after {
top: 735;
left: 589;
}
.pie-reverse[size="1510"] {
height: 1510;
width: 1510;
}
.pie-reverse[size="1510"]::after {
top: 735;
left: 589;
}
.pie[size="1511"] {
height: 1511;
width: 1511;
}
.pie[size="1511"]::after {
top: 735.5;
left: 589.4;
}
.pie-reverse[size="1511"] {
height: 1511;
width: 1511;
}
.pie-reverse[size="1511"]::after {
top: 735.5;
left: 589.4;
}
.pie[size="1512"] {
height: 1512;
width: 1512;
}
.pie[size="1512"]::after {
top: 736;
left: 589.8;
}
.pie-reverse[size="1512"] {
height: 1512;
width: 1512;
}
.pie-reverse[size="1512"]::after {
top: 736;
left: 589.8;
}
.pie[size="1513"] {
height: 1513;
width: 1513;
}
.pie[size="1513"]::after {
top: 736.5;
left: 590.2;
}
.pie-reverse[size="1513"] {
height: 1513;
width: 1513;
}
.pie-reverse[size="1513"]::after {
top: 736.5;
left: 590.2;
}
.pie[size="1514"] {
height: 1514;
width: 1514;
}
.pie[size="1514"]::after {
top: 737;
left: 590.6;
}
.pie-reverse[size="1514"] {
height: 1514;
width: 1514;
}
.pie-reverse[size="1514"]::after {
top: 737;
left: 590.6;
}
.pie[size="1515"] {
height: 1515;
width: 1515;
}
.pie[size="1515"]::after {
top: 737.5;
left: 591;
}
.pie-reverse[size="1515"] {
height: 1515;
width: 1515;
}
.pie-reverse[size="1515"]::after {
top: 737.5;
left: 591;
}
.pie[size="1516"] {
height: 1516;
width: 1516;
}
.pie[size="1516"]::after {
top: 738;
left: 591.4;
}
.pie-reverse[size="1516"] {
height: 1516;
width: 1516;
}
.pie-reverse[size="1516"]::after {
top: 738;
left: 591.4;
}
.pie[size="1517"] {
height: 1517;
width: 1517;
}
.pie[size="1517"]::after {
top: 738.5;
left: 591.8;
}
.pie-reverse[size="1517"] {
height: 1517;
width: 1517;
}
.pie-reverse[size="1517"]::after {
top: 738.5;
left: 591.8;
}
.pie[size="1518"] {
height: 1518;
width: 1518;
}
.pie[size="1518"]::after {
top: 739;
left: 592.2;
}
.pie-reverse[size="1518"] {
height: 1518;
width: 1518;
}
.pie-reverse[size="1518"]::after {
top: 739;
left: 592.2;
}
.pie[size="1519"] {
height: 1519;
width: 1519;
}
.pie[size="1519"]::after {
top: 739.5;
left: 592.6;
}
.pie-reverse[size="1519"] {
height: 1519;
width: 1519;
}
.pie-reverse[size="1519"]::after {
top: 739.5;
left: 592.6;
}
.pie[size="1520"] {
height: 1520;
width: 1520;
}
.pie[size="1520"]::after {
top: 740;
left: 593;
}
.pie-reverse[size="1520"] {
height: 1520;
width: 1520;
}
.pie-reverse[size="1520"]::after {
top: 740;
left: 593;
}
.pie[size="1521"] {
height: 1521;
width: 1521;
}
.pie[size="1521"]::after {
top: 740.5;
left: 593.4;
}
.pie-reverse[size="1521"] {
height: 1521;
width: 1521;
}
.pie-reverse[size="1521"]::after {
top: 740.5;
left: 593.4;
}
.pie[size="1522"] {
height: 1522;
width: 1522;
}
.pie[size="1522"]::after {
top: 741;
left: 593.8;
}
.pie-reverse[size="1522"] {
height: 1522;
width: 1522;
}
.pie-reverse[size="1522"]::after {
top: 741;
left: 593.8;
}
.pie[size="1523"] {
height: 1523;
width: 1523;
}
.pie[size="1523"]::after {
top: 741.5;
left: 594.2;
}
.pie-reverse[size="1523"] {
height: 1523;
width: 1523;
}
.pie-reverse[size="1523"]::after {
top: 741.5;
left: 594.2;
}
.pie[size="1524"] {
height: 1524;
width: 1524;
}
.pie[size="1524"]::after {
top: 742;
left: 594.6;
}
.pie-reverse[size="1524"] {
height: 1524;
width: 1524;
}
.pie-reverse[size="1524"]::after {
top: 742;
left: 594.6;
}
.pie[size="1525"] {
height: 1525;
width: 1525;
}
.pie[size="1525"]::after {
top: 742.5;
left: 595;
}
.pie-reverse[size="1525"] {
height: 1525;
width: 1525;
}
.pie-reverse[size="1525"]::after {
top: 742.5;
left: 595;
}
.pie[size="1526"] {
height: 1526;
width: 1526;
}
.pie[size="1526"]::after {
top: 743;
left: 595.4;
}
.pie-reverse[size="1526"] {
height: 1526;
width: 1526;
}
.pie-reverse[size="1526"]::after {
top: 743;
left: 595.4;
}
.pie[size="1527"] {
height: 1527;
width: 1527;
}
.pie[size="1527"]::after {
top: 743.5;
left: 595.8;
}
.pie-reverse[size="1527"] {
height: 1527;
width: 1527;
}
.pie-reverse[size="1527"]::after {
top: 743.5;
left: 595.8;
}
.pie[size="1528"] {
height: 1528;
width: 1528;
}
.pie[size="1528"]::after {
top: 744;
left: 596.2;
}
.pie-reverse[size="1528"] {
height: 1528;
width: 1528;
}
.pie-reverse[size="1528"]::after {
top: 744;
left: 596.2;
}
.pie[size="1529"] {
height: 1529;
width: 1529;
}
.pie[size="1529"]::after {
top: 744.5;
left: 596.6;
}
.pie-reverse[size="1529"] {
height: 1529;
width: 1529;
}
.pie-reverse[size="1529"]::after {
top: 744.5;
left: 596.6;
}
.pie[size="1530"] {
height: 1530;
width: 1530;
}
.pie[size="1530"]::after {
top: 745;
left: 597;
}
.pie-reverse[size="1530"] {
height: 1530;
width: 1530;
}
.pie-reverse[size="1530"]::after {
top: 745;
left: 597;
}
.pie[size="1531"] {
height: 1531;
width: 1531;
}
.pie[size="1531"]::after {
top: 745.5;
left: 597.4;
}
.pie-reverse[size="1531"] {
height: 1531;
width: 1531;
}
.pie-reverse[size="1531"]::after {
top: 745.5;
left: 597.4;
}
.pie[size="1532"] {
height: 1532;
width: 1532;
}
.pie[size="1532"]::after {
top: 746;
left: 597.8;
}
.pie-reverse[size="1532"] {
height: 1532;
width: 1532;
}
.pie-reverse[size="1532"]::after {
top: 746;
left: 597.8;
}
.pie[size="1533"] {
height: 1533;
width: 1533;
}
.pie[size="1533"]::after {
top: 746.5;
left: 598.2;
}
.pie-reverse[size="1533"] {
height: 1533;
width: 1533;
}
.pie-reverse[size="1533"]::after {
top: 746.5;
left: 598.2;
}
.pie[size="1534"] {
height: 1534;
width: 1534;
}
.pie[size="1534"]::after {
top: 747;
left: 598.6;
}
.pie-reverse[size="1534"] {
height: 1534;
width: 1534;
}
.pie-reverse[size="1534"]::after {
top: 747;
left: 598.6;
}
.pie[size="1535"] {
height: 1535;
width: 1535;
}
.pie[size="1535"]::after {
top: 747.5;
left: 599;
}
.pie-reverse[size="1535"] {
height: 1535;
width: 1535;
}
.pie-reverse[size="1535"]::after {
top: 747.5;
left: 599;
}
.pie[size="1536"] {
height: 1536;
width: 1536;
}
.pie[size="1536"]::after {
top: 748;
left: 599.4;
}
.pie-reverse[size="1536"] {
height: 1536;
width: 1536;
}
.pie-reverse[size="1536"]::after {
top: 748;
left: 599.4;
}
.pie[size="1537"] {
height: 1537;
width: 1537;
}
.pie[size="1537"]::after {
top: 748.5;
left: 599.8;
}
.pie-reverse[size="1537"] {
height: 1537;
width: 1537;
}
.pie-reverse[size="1537"]::after {
top: 748.5;
left: 599.8;
}
.pie[size="1538"] {
height: 1538;
width: 1538;
}
.pie[size="1538"]::after {
top: 749;
left: 600.2;
}
.pie-reverse[size="1538"] {
height: 1538;
width: 1538;
}
.pie-reverse[size="1538"]::after {
top: 749;
left: 600.2;
}
.pie[size="1539"] {
height: 1539;
width: 1539;
}
.pie[size="1539"]::after {
top: 749.5;
left: 600.6;
}
.pie-reverse[size="1539"] {
height: 1539;
width: 1539;
}
.pie-reverse[size="1539"]::after {
top: 749.5;
left: 600.6;
}
.pie[size="1540"] {
height: 1540;
width: 1540;
}
.pie[size="1540"]::after {
top: 750;
left: 601;
}
.pie-reverse[size="1540"] {
height: 1540;
width: 1540;
}
.pie-reverse[size="1540"]::after {
top: 750;
left: 601;
}
.pie[size="1541"] {
height: 1541;
width: 1541;
}
.pie[size="1541"]::after {
top: 750.5;
left: 601.4;
}
.pie-reverse[size="1541"] {
height: 1541;
width: 1541;
}
.pie-reverse[size="1541"]::after {
top: 750.5;
left: 601.4;
}
.pie[size="1542"] {
height: 1542;
width: 1542;
}
.pie[size="1542"]::after {
top: 751;
left: 601.8;
}
.pie-reverse[size="1542"] {
height: 1542;
width: 1542;
}
.pie-reverse[size="1542"]::after {
top: 751;
left: 601.8;
}
.pie[size="1543"] {
height: 1543;
width: 1543;
}
.pie[size="1543"]::after {
top: 751.5;
left: 602.2;
}
.pie-reverse[size="1543"] {
height: 1543;
width: 1543;
}
.pie-reverse[size="1543"]::after {
top: 751.5;
left: 602.2;
}
.pie[size="1544"] {
height: 1544;
width: 1544;
}
.pie[size="1544"]::after {
top: 752;
left: 602.6;
}
.pie-reverse[size="1544"] {
height: 1544;
width: 1544;
}
.pie-reverse[size="1544"]::after {
top: 752;
left: 602.6;
}
.pie[size="1545"] {
height: 1545;
width: 1545;
}
.pie[size="1545"]::after {
top: 752.5;
left: 603;
}
.pie-reverse[size="1545"] {
height: 1545;
width: 1545;
}
.pie-reverse[size="1545"]::after {
top: 752.5;
left: 603;
}
.pie[size="1546"] {
height: 1546;
width: 1546;
}
.pie[size="1546"]::after {
top: 753;
left: 603.4;
}
.pie-reverse[size="1546"] {
height: 1546;
width: 1546;
}
.pie-reverse[size="1546"]::after {
top: 753;
left: 603.4;
}
.pie[size="1547"] {
height: 1547;
width: 1547;
}
.pie[size="1547"]::after {
top: 753.5;
left: 603.8;
}
.pie-reverse[size="1547"] {
height: 1547;
width: 1547;
}
.pie-reverse[size="1547"]::after {
top: 753.5;
left: 603.8;
}
.pie[size="1548"] {
height: 1548;
width: 1548;
}
.pie[size="1548"]::after {
top: 754;
left: 604.2;
}
.pie-reverse[size="1548"] {
height: 1548;
width: 1548;
}
.pie-reverse[size="1548"]::after {
top: 754;
left: 604.2;
}
.pie[size="1549"] {
height: 1549;
width: 1549;
}
.pie[size="1549"]::after {
top: 754.5;
left: 604.6;
}
.pie-reverse[size="1549"] {
height: 1549;
width: 1549;
}
.pie-reverse[size="1549"]::after {
top: 754.5;
left: 604.6;
}
.pie[size="1550"] {
height: 1550;
width: 1550;
}
.pie[size="1550"]::after {
top: 755;
left: 605;
}
.pie-reverse[size="1550"] {
height: 1550;
width: 1550;
}
.pie-reverse[size="1550"]::after {
top: 755;
left: 605;
}
.pie[size="1551"] {
height: 1551;
width: 1551;
}
.pie[size="1551"]::after {
top: 755.5;
left: 605.4;
}
.pie-reverse[size="1551"] {
height: 1551;
width: 1551;
}
.pie-reverse[size="1551"]::after {
top: 755.5;
left: 605.4;
}
.pie[size="1552"] {
height: 1552;
width: 1552;
}
.pie[size="1552"]::after {
top: 756;
left: 605.8;
}
.pie-reverse[size="1552"] {
height: 1552;
width: 1552;
}
.pie-reverse[size="1552"]::after {
top: 756;
left: 605.8;
}
.pie[size="1553"] {
height: 1553;
width: 1553;
}
.pie[size="1553"]::after {
top: 756.5;
left: 606.2;
}
.pie-reverse[size="1553"] {
height: 1553;
width: 1553;
}
.pie-reverse[size="1553"]::after {
top: 756.5;
left: 606.2;
}
.pie[size="1554"] {
height: 1554;
width: 1554;
}
.pie[size="1554"]::after {
top: 757;
left: 606.6;
}
.pie-reverse[size="1554"] {
height: 1554;
width: 1554;
}
.pie-reverse[size="1554"]::after {
top: 757;
left: 606.6;
}
.pie[size="1555"] {
height: 1555;
width: 1555;
}
.pie[size="1555"]::after {
top: 757.5;
left: 607;
}
.pie-reverse[size="1555"] {
height: 1555;
width: 1555;
}
.pie-reverse[size="1555"]::after {
top: 757.5;
left: 607;
}
.pie[size="1556"] {
height: 1556;
width: 1556;
}
.pie[size="1556"]::after {
top: 758;
left: 607.4;
}
.pie-reverse[size="1556"] {
height: 1556;
width: 1556;
}
.pie-reverse[size="1556"]::after {
top: 758;
left: 607.4;
}
.pie[size="1557"] {
height: 1557;
width: 1557;
}
.pie[size="1557"]::after {
top: 758.5;
left: 607.8;
}
.pie-reverse[size="1557"] {
height: 1557;
width: 1557;
}
.pie-reverse[size="1557"]::after {
top: 758.5;
left: 607.8;
}
.pie[size="1558"] {
height: 1558;
width: 1558;
}
.pie[size="1558"]::after {
top: 759;
left: 608.2;
}
.pie-reverse[size="1558"] {
height: 1558;
width: 1558;
}
.pie-reverse[size="1558"]::after {
top: 759;
left: 608.2;
}
.pie[size="1559"] {
height: 1559;
width: 1559;
}
.pie[size="1559"]::after {
top: 759.5;
left: 608.6;
}
.pie-reverse[size="1559"] {
height: 1559;
width: 1559;
}
.pie-reverse[size="1559"]::after {
top: 759.5;
left: 608.6;
}
.pie[size="1560"] {
height: 1560;
width: 1560;
}
.pie[size="1560"]::after {
top: 760;
left: 609;
}
.pie-reverse[size="1560"] {
height: 1560;
width: 1560;
}
.pie-reverse[size="1560"]::after {
top: 760;
left: 609;
}
.pie[size="1561"] {
height: 1561;
width: 1561;
}
.pie[size="1561"]::after {
top: 760.5;
left: 609.4;
}
.pie-reverse[size="1561"] {
height: 1561;
width: 1561;
}
.pie-reverse[size="1561"]::after {
top: 760.5;
left: 609.4;
}
.pie[size="1562"] {
height: 1562;
width: 1562;
}
.pie[size="1562"]::after {
top: 761;
left: 609.8;
}
.pie-reverse[size="1562"] {
height: 1562;
width: 1562;
}
.pie-reverse[size="1562"]::after {
top: 761;
left: 609.8;
}
.pie[size="1563"] {
height: 1563;
width: 1563;
}
.pie[size="1563"]::after {
top: 761.5;
left: 610.2;
}
.pie-reverse[size="1563"] {
height: 1563;
width: 1563;
}
.pie-reverse[size="1563"]::after {
top: 761.5;
left: 610.2;
}
.pie[size="1564"] {
height: 1564;
width: 1564;
}
.pie[size="1564"]::after {
top: 762;
left: 610.6;
}
.pie-reverse[size="1564"] {
height: 1564;
width: 1564;
}
.pie-reverse[size="1564"]::after {
top: 762;
left: 610.6;
}
.pie[size="1565"] {
height: 1565;
width: 1565;
}
.pie[size="1565"]::after {
top: 762.5;
left: 611;
}
.pie-reverse[size="1565"] {
height: 1565;
width: 1565;
}
.pie-reverse[size="1565"]::after {
top: 762.5;
left: 611;
}
.pie[size="1566"] {
height: 1566;
width: 1566;
}
.pie[size="1566"]::after {
top: 763;
left: 611.4;
}
.pie-reverse[size="1566"] {
height: 1566;
width: 1566;
}
.pie-reverse[size="1566"]::after {
top: 763;
left: 611.4;
}
.pie[size="1567"] {
height: 1567;
width: 1567;
}
.pie[size="1567"]::after {
top: 763.5;
left: 611.8;
}
.pie-reverse[size="1567"] {
height: 1567;
width: 1567;
}
.pie-reverse[size="1567"]::after {
top: 763.5;
left: 611.8;
}
.pie[size="1568"] {
height: 1568;
width: 1568;
}
.pie[size="1568"]::after {
top: 764;
left: 612.2;
}
.pie-reverse[size="1568"] {
height: 1568;
width: 1568;
}
.pie-reverse[size="1568"]::after {
top: 764;
left: 612.2;
}
.pie[size="1569"] {
height: 1569;
width: 1569;
}
.pie[size="1569"]::after {
top: 764.5;
left: 612.6;
}
.pie-reverse[size="1569"] {
height: 1569;
width: 1569;
}
.pie-reverse[size="1569"]::after {
top: 764.5;
left: 612.6;
}
.pie[size="1570"] {
height: 1570;
width: 1570;
}
.pie[size="1570"]::after {
top: 765;
left: 613;
}
.pie-reverse[size="1570"] {
height: 1570;
width: 1570;
}
.pie-reverse[size="1570"]::after {
top: 765;
left: 613;
}
.pie[size="1571"] {
height: 1571;
width: 1571;
}
.pie[size="1571"]::after {
top: 765.5;
left: 613.4;
}
.pie-reverse[size="1571"] {
height: 1571;
width: 1571;
}
.pie-reverse[size="1571"]::after {
top: 765.5;
left: 613.4;
}
.pie[size="1572"] {
height: 1572;
width: 1572;
}
.pie[size="1572"]::after {
top: 766;
left: 613.8;
}
.pie-reverse[size="1572"] {
height: 1572;
width: 1572;
}
.pie-reverse[size="1572"]::after {
top: 766;
left: 613.8;
}
.pie[size="1573"] {
height: 1573;
width: 1573;
}
.pie[size="1573"]::after {
top: 766.5;
left: 614.2;
}
.pie-reverse[size="1573"] {
height: 1573;
width: 1573;
}
.pie-reverse[size="1573"]::after {
top: 766.5;
left: 614.2;
}
.pie[size="1574"] {
height: 1574;
width: 1574;
}
.pie[size="1574"]::after {
top: 767;
left: 614.6;
}
.pie-reverse[size="1574"] {
height: 1574;
width: 1574;
}
.pie-reverse[size="1574"]::after {
top: 767;
left: 614.6;
}
.pie[size="1575"] {
height: 1575;
width: 1575;
}
.pie[size="1575"]::after {
top: 767.5;
left: 615;
}
.pie-reverse[size="1575"] {
height: 1575;
width: 1575;
}
.pie-reverse[size="1575"]::after {
top: 767.5;
left: 615;
}
.pie[size="1576"] {
height: 1576;
width: 1576;
}
.pie[size="1576"]::after {
top: 768;
left: 615.4;
}
.pie-reverse[size="1576"] {
height: 1576;
width: 1576;
}
.pie-reverse[size="1576"]::after {
top: 768;
left: 615.4;
}
.pie[size="1577"] {
height: 1577;
width: 1577;
}
.pie[size="1577"]::after {
top: 768.5;
left: 615.8;
}
.pie-reverse[size="1577"] {
height: 1577;
width: 1577;
}
.pie-reverse[size="1577"]::after {
top: 768.5;
left: 615.8;
}
.pie[size="1578"] {
height: 1578;
width: 1578;
}
.pie[size="1578"]::after {
top: 769;
left: 616.2;
}
.pie-reverse[size="1578"] {
height: 1578;
width: 1578;
}
.pie-reverse[size="1578"]::after {
top: 769;
left: 616.2;
}
.pie[size="1579"] {
height: 1579;
width: 1579;
}
.pie[size="1579"]::after {
top: 769.5;
left: 616.6;
}
.pie-reverse[size="1579"] {
height: 1579;
width: 1579;
}
.pie-reverse[size="1579"]::after {
top: 769.5;
left: 616.6;
}
.pie[size="1580"] {
height: 1580;
width: 1580;
}
.pie[size="1580"]::after {
top: 770;
left: 617;
}
.pie-reverse[size="1580"] {
height: 1580;
width: 1580;
}
.pie-reverse[size="1580"]::after {
top: 770;
left: 617;
}
.pie[size="1581"] {
height: 1581;
width: 1581;
}
.pie[size="1581"]::after {
top: 770.5;
left: 617.4;
}
.pie-reverse[size="1581"] {
height: 1581;
width: 1581;
}
.pie-reverse[size="1581"]::after {
top: 770.5;
left: 617.4;
}
.pie[size="1582"] {
height: 1582;
width: 1582;
}
.pie[size="1582"]::after {
top: 771;
left: 617.8;
}
.pie-reverse[size="1582"] {
height: 1582;
width: 1582;
}
.pie-reverse[size="1582"]::after {
top: 771;
left: 617.8;
}
.pie[size="1583"] {
height: 1583;
width: 1583;
}
.pie[size="1583"]::after {
top: 771.5;
left: 618.2;
}
.pie-reverse[size="1583"] {
height: 1583;
width: 1583;
}
.pie-reverse[size="1583"]::after {
top: 771.5;
left: 618.2;
}
.pie[size="1584"] {
height: 1584;
width: 1584;
}
.pie[size="1584"]::after {
top: 772;
left: 618.6;
}
.pie-reverse[size="1584"] {
height: 1584;
width: 1584;
}
.pie-reverse[size="1584"]::after {
top: 772;
left: 618.6;
}
.pie[size="1585"] {
height: 1585;
width: 1585;
}
.pie[size="1585"]::after {
top: 772.5;
left: 619;
}
.pie-reverse[size="1585"] {
height: 1585;
width: 1585;
}
.pie-reverse[size="1585"]::after {
top: 772.5;
left: 619;
}
.pie[size="1586"] {
height: 1586;
width: 1586;
}
.pie[size="1586"]::after {
top: 773;
left: 619.4;
}
.pie-reverse[size="1586"] {
height: 1586;
width: 1586;
}
.pie-reverse[size="1586"]::after {
top: 773;
left: 619.4;
}
.pie[size="1587"] {
height: 1587;
width: 1587;
}
.pie[size="1587"]::after {
top: 773.5;
left: 619.8;
}
.pie-reverse[size="1587"] {
height: 1587;
width: 1587;
}
.pie-reverse[size="1587"]::after {
top: 773.5;
left: 619.8;
}
.pie[size="1588"] {
height: 1588;
width: 1588;
}
.pie[size="1588"]::after {
top: 774;
left: 620.2;
}
.pie-reverse[size="1588"] {
height: 1588;
width: 1588;
}
.pie-reverse[size="1588"]::after {
top: 774;
left: 620.2;
}
.pie[size="1589"] {
height: 1589;
width: 1589;
}
.pie[size="1589"]::after {
top: 774.5;
left: 620.6;
}
.pie-reverse[size="1589"] {
height: 1589;
width: 1589;
}
.pie-reverse[size="1589"]::after {
top: 774.5;
left: 620.6;
}
.pie[size="1590"] {
height: 1590;
width: 1590;
}
.pie[size="1590"]::after {
top: 775;
left: 621;
}
.pie-reverse[size="1590"] {
height: 1590;
width: 1590;
}
.pie-reverse[size="1590"]::after {
top: 775;
left: 621;
}
.pie[size="1591"] {
height: 1591;
width: 1591;
}
.pie[size="1591"]::after {
top: 775.5;
left: 621.4;
}
.pie-reverse[size="1591"] {
height: 1591;
width: 1591;
}
.pie-reverse[size="1591"]::after {
top: 775.5;
left: 621.4;
}
.pie[size="1592"] {
height: 1592;
width: 1592;
}
.pie[size="1592"]::after {
top: 776;
left: 621.8;
}
.pie-reverse[size="1592"] {
height: 1592;
width: 1592;
}
.pie-reverse[size="1592"]::after {
top: 776;
left: 621.8;
}
.pie[size="1593"] {
height: 1593;
width: 1593;
}
.pie[size="1593"]::after {
top: 776.5;
left: 622.2;
}
.pie-reverse[size="1593"] {
height: 1593;
width: 1593;
}
.pie-reverse[size="1593"]::after {
top: 776.5;
left: 622.2;
}
.pie[size="1594"] {
height: 1594;
width: 1594;
}
.pie[size="1594"]::after {
top: 777;
left: 622.6;
}
.pie-reverse[size="1594"] {
height: 1594;
width: 1594;
}
.pie-reverse[size="1594"]::after {
top: 777;
left: 622.6;
}
.pie[size="1595"] {
height: 1595;
width: 1595;
}
.pie[size="1595"]::after {
top: 777.5;
left: 623;
}
.pie-reverse[size="1595"] {
height: 1595;
width: 1595;
}
.pie-reverse[size="1595"]::after {
top: 777.5;
left: 623;
}
.pie[size="1596"] {
height: 1596;
width: 1596;
}
.pie[size="1596"]::after {
top: 778;
left: 623.4;
}
.pie-reverse[size="1596"] {
height: 1596;
width: 1596;
}
.pie-reverse[size="1596"]::after {
top: 778;
left: 623.4;
}
.pie[size="1597"] {
height: 1597;
width: 1597;
}
.pie[size="1597"]::after {
top: 778.5;
left: 623.8;
}
.pie-reverse[size="1597"] {
height: 1597;
width: 1597;
}
.pie-reverse[size="1597"]::after {
top: 778.5;
left: 623.8;
}
.pie[size="1598"] {
height: 1598;
width: 1598;
}
.pie[size="1598"]::after {
top: 779;
left: 624.2;
}
.pie-reverse[size="1598"] {
height: 1598;
width: 1598;
}
.pie-reverse[size="1598"]::after {
top: 779;
left: 624.2;
}
.pie[size="1599"] {
height: 1599;
width: 1599;
}
.pie[size="1599"]::after {
top: 779.5;
left: 624.6;
}
.pie-reverse[size="1599"] {
height: 1599;
width: 1599;
}
.pie-reverse[size="1599"]::after {
top: 779.5;
left: 624.6;
}
.pie[size="1600"] {
height: 1600;
width: 1600;
}
.pie[size="1600"]::after {
top: 780;
left: 625;
}
.pie-reverse[size="1600"] {
height: 1600;
width: 1600;
}
.pie-reverse[size="1600"]::after {
top: 780;
left: 625;
}
.pie[size="1601"] {
height: 1601;
width: 1601;
}
.pie[size="1601"]::after {
top: 780.5;
left: 625.4;
}
.pie-reverse[size="1601"] {
height: 1601;
width: 1601;
}
.pie-reverse[size="1601"]::after {
top: 780.5;
left: 625.4;
}
.pie[size="1602"] {
height: 1602;
width: 1602;
}
.pie[size="1602"]::after {
top: 781;
left: 625.8;
}
.pie-reverse[size="1602"] {
height: 1602;
width: 1602;
}
.pie-reverse[size="1602"]::after {
top: 781;
left: 625.8;
}
.pie[size="1603"] {
height: 1603;
width: 1603;
}
.pie[size="1603"]::after {
top: 781.5;
left: 626.2;
}
.pie-reverse[size="1603"] {
height: 1603;
width: 1603;
}
.pie-reverse[size="1603"]::after {
top: 781.5;
left: 626.2;
}
.pie[size="1604"] {
height: 1604;
width: 1604;
}
.pie[size="1604"]::after {
top: 782;
left: 626.6;
}
.pie-reverse[size="1604"] {
height: 1604;
width: 1604;
}
.pie-reverse[size="1604"]::after {
top: 782;
left: 626.6;
}
.pie[size="1605"] {
height: 1605;
width: 1605;
}
.pie[size="1605"]::after {
top: 782.5;
left: 627;
}
.pie-reverse[size="1605"] {
height: 1605;
width: 1605;
}
.pie-reverse[size="1605"]::after {
top: 782.5;
left: 627;
}
.pie[size="1606"] {
height: 1606;
width: 1606;
}
.pie[size="1606"]::after {
top: 783;
left: 627.4;
}
.pie-reverse[size="1606"] {
height: 1606;
width: 1606;
}
.pie-reverse[size="1606"]::after {
top: 783;
left: 627.4;
}
.pie[size="1607"] {
height: 1607;
width: 1607;
}
.pie[size="1607"]::after {
top: 783.5;
left: 627.8;
}
.pie-reverse[size="1607"] {
height: 1607;
width: 1607;
}
.pie-reverse[size="1607"]::after {
top: 783.5;
left: 627.8;
}
.pie[size="1608"] {
height: 1608;
width: 1608;
}
.pie[size="1608"]::after {
top: 784;
left: 628.2;
}
.pie-reverse[size="1608"] {
height: 1608;
width: 1608;
}
.pie-reverse[size="1608"]::after {
top: 784;
left: 628.2;
}
.pie[size="1609"] {
height: 1609;
width: 1609;
}
.pie[size="1609"]::after {
top: 784.5;
left: 628.6;
}
.pie-reverse[size="1609"] {
height: 1609;
width: 1609;
}
.pie-reverse[size="1609"]::after {
top: 784.5;
left: 628.6;
}
.pie[size="1610"] {
height: 1610;
width: 1610;
}
.pie[size="1610"]::after {
top: 785;
left: 629;
}
.pie-reverse[size="1610"] {
height: 1610;
width: 1610;
}
.pie-reverse[size="1610"]::after {
top: 785;
left: 629;
}
.pie[size="1611"] {
height: 1611;
width: 1611;
}
.pie[size="1611"]::after {
top: 785.5;
left: 629.4;
}
.pie-reverse[size="1611"] {
height: 1611;
width: 1611;
}
.pie-reverse[size="1611"]::after {
top: 785.5;
left: 629.4;
}
.pie[size="1612"] {
height: 1612;
width: 1612;
}
.pie[size="1612"]::after {
top: 786;
left: 629.8;
}
.pie-reverse[size="1612"] {
height: 1612;
width: 1612;
}
.pie-reverse[size="1612"]::after {
top: 786;
left: 629.8;
}
.pie[size="1613"] {
height: 1613;
width: 1613;
}
.pie[size="1613"]::after {
top: 786.5;
left: 630.2;
}
.pie-reverse[size="1613"] {
height: 1613;
width: 1613;
}
.pie-reverse[size="1613"]::after {
top: 786.5;
left: 630.2;
}
.pie[size="1614"] {
height: 1614;
width: 1614;
}
.pie[size="1614"]::after {
top: 787;
left: 630.6;
}
.pie-reverse[size="1614"] {
height: 1614;
width: 1614;
}
.pie-reverse[size="1614"]::after {
top: 787;
left: 630.6;
}
.pie[size="1615"] {
height: 1615;
width: 1615;
}
.pie[size="1615"]::after {
top: 787.5;
left: 631;
}
.pie-reverse[size="1615"] {
height: 1615;
width: 1615;
}
.pie-reverse[size="1615"]::after {
top: 787.5;
left: 631;
}
.pie[size="1616"] {
height: 1616;
width: 1616;
}
.pie[size="1616"]::after {
top: 788;
left: 631.4;
}
.pie-reverse[size="1616"] {
height: 1616;
width: 1616;
}
.pie-reverse[size="1616"]::after {
top: 788;
left: 631.4;
}
.pie[size="1617"] {
height: 1617;
width: 1617;
}
.pie[size="1617"]::after {
top: 788.5;
left: 631.8;
}
.pie-reverse[size="1617"] {
height: 1617;
width: 1617;
}
.pie-reverse[size="1617"]::after {
top: 788.5;
left: 631.8;
}
.pie[size="1618"] {
height: 1618;
width: 1618;
}
.pie[size="1618"]::after {
top: 789;
left: 632.2;
}
.pie-reverse[size="1618"] {
height: 1618;
width: 1618;
}
.pie-reverse[size="1618"]::after {
top: 789;
left: 632.2;
}
.pie[size="1619"] {
height: 1619;
width: 1619;
}
.pie[size="1619"]::after {
top: 789.5;
left: 632.6;
}
.pie-reverse[size="1619"] {
height: 1619;
width: 1619;
}
.pie-reverse[size="1619"]::after {
top: 789.5;
left: 632.6;
}
.pie[size="1620"] {
height: 1620;
width: 1620;
}
.pie[size="1620"]::after {
top: 790;
left: 633;
}
.pie-reverse[size="1620"] {
height: 1620;
width: 1620;
}
.pie-reverse[size="1620"]::after {
top: 790;
left: 633;
}
.pie[size="1621"] {
height: 1621;
width: 1621;
}
.pie[size="1621"]::after {
top: 790.5;
left: 633.4;
}
.pie-reverse[size="1621"] {
height: 1621;
width: 1621;
}
.pie-reverse[size="1621"]::after {
top: 790.5;
left: 633.4;
}
.pie[size="1622"] {
height: 1622;
width: 1622;
}
.pie[size="1622"]::after {
top: 791;
left: 633.8;
}
.pie-reverse[size="1622"] {
height: 1622;
width: 1622;
}
.pie-reverse[size="1622"]::after {
top: 791;
left: 633.8;
}
.pie[size="1623"] {
height: 1623;
width: 1623;
}
.pie[size="1623"]::after {
top: 791.5;
left: 634.2;
}
.pie-reverse[size="1623"] {
height: 1623;
width: 1623;
}
.pie-reverse[size="1623"]::after {
top: 791.5;
left: 634.2;
}
.pie[size="1624"] {
height: 1624;
width: 1624;
}
.pie[size="1624"]::after {
top: 792;
left: 634.6;
}
.pie-reverse[size="1624"] {
height: 1624;
width: 1624;
}
.pie-reverse[size="1624"]::after {
top: 792;
left: 634.6;
}
.pie[size="1625"] {
height: 1625;
width: 1625;
}
.pie[size="1625"]::after {
top: 792.5;
left: 635;
}
.pie-reverse[size="1625"] {
height: 1625;
width: 1625;
}
.pie-reverse[size="1625"]::after {
top: 792.5;
left: 635;
}
.pie[size="1626"] {
height: 1626;
width: 1626;
}
.pie[size="1626"]::after {
top: 793;
left: 635.4;
}
.pie-reverse[size="1626"] {
height: 1626;
width: 1626;
}
.pie-reverse[size="1626"]::after {
top: 793;
left: 635.4;
}
.pie[size="1627"] {
height: 1627;
width: 1627;
}
.pie[size="1627"]::after {
top: 793.5;
left: 635.8;
}
.pie-reverse[size="1627"] {
height: 1627;
width: 1627;
}
.pie-reverse[size="1627"]::after {
top: 793.5;
left: 635.8;
}
.pie[size="1628"] {
height: 1628;
width: 1628;
}
.pie[size="1628"]::after {
top: 794;
left: 636.2;
}
.pie-reverse[size="1628"] {
height: 1628;
width: 1628;
}
.pie-reverse[size="1628"]::after {
top: 794;
left: 636.2;
}
.pie[size="1629"] {
height: 1629;
width: 1629;
}
.pie[size="1629"]::after {
top: 794.5;
left: 636.6;
}
.pie-reverse[size="1629"] {
height: 1629;
width: 1629;
}
.pie-reverse[size="1629"]::after {
top: 794.5;
left: 636.6;
}
.pie[size="1630"] {
height: 1630;
width: 1630;
}
.pie[size="1630"]::after {
top: 795;
left: 637;
}
.pie-reverse[size="1630"] {
height: 1630;
width: 1630;
}
.pie-reverse[size="1630"]::after {
top: 795;
left: 637;
}
.pie[size="1631"] {
height: 1631;
width: 1631;
}
.pie[size="1631"]::after {
top: 795.5;
left: 637.4;
}
.pie-reverse[size="1631"] {
height: 1631;
width: 1631;
}
.pie-reverse[size="1631"]::after {
top: 795.5;
left: 637.4;
}
.pie[size="1632"] {
height: 1632;
width: 1632;
}
.pie[size="1632"]::after {
top: 796;
left: 637.8;
}
.pie-reverse[size="1632"] {
height: 1632;
width: 1632;
}
.pie-reverse[size="1632"]::after {
top: 796;
left: 637.8;
}
.pie[size="1633"] {
height: 1633;
width: 1633;
}
.pie[size="1633"]::after {
top: 796.5;
left: 638.2;
}
.pie-reverse[size="1633"] {
height: 1633;
width: 1633;
}
.pie-reverse[size="1633"]::after {
top: 796.5;
left: 638.2;
}
.pie[size="1634"] {
height: 1634;
width: 1634;
}
.pie[size="1634"]::after {
top: 797;
left: 638.6;
}
.pie-reverse[size="1634"] {
height: 1634;
width: 1634;
}
.pie-reverse[size="1634"]::after {
top: 797;
left: 638.6;
}
.pie[size="1635"] {
height: 1635;
width: 1635;
}
.pie[size="1635"]::after {
top: 797.5;
left: 639;
}
.pie-reverse[size="1635"] {
height: 1635;
width: 1635;
}
.pie-reverse[size="1635"]::after {
top: 797.5;
left: 639;
}
.pie[size="1636"] {
height: 1636;
width: 1636;
}
.pie[size="1636"]::after {
top: 798;
left: 639.4;
}
.pie-reverse[size="1636"] {
height: 1636;
width: 1636;
}
.pie-reverse[size="1636"]::after {
top: 798;
left: 639.4;
}
.pie[size="1637"] {
height: 1637;
width: 1637;
}
.pie[size="1637"]::after {
top: 798.5;
left: 639.8;
}
.pie-reverse[size="1637"] {
height: 1637;
width: 1637;
}
.pie-reverse[size="1637"]::after {
top: 798.5;
left: 639.8;
}
.pie[size="1638"] {
height: 1638;
width: 1638;
}
.pie[size="1638"]::after {
top: 799;
left: 640.2;
}
.pie-reverse[size="1638"] {
height: 1638;
width: 1638;
}
.pie-reverse[size="1638"]::after {
top: 799;
left: 640.2;
}
.pie[size="1639"] {
height: 1639;
width: 1639;
}
.pie[size="1639"]::after {
top: 799.5;
left: 640.6;
}
.pie-reverse[size="1639"] {
height: 1639;
width: 1639;
}
.pie-reverse[size="1639"]::after {
top: 799.5;
left: 640.6;
}
.pie[size="1640"] {
height: 1640;
width: 1640;
}
.pie[size="1640"]::after {
top: 800;
left: 641;
}
.pie-reverse[size="1640"] {
height: 1640;
width: 1640;
}
.pie-reverse[size="1640"]::after {
top: 800;
left: 641;
}
.pie[size="1641"] {
height: 1641;
width: 1641;
}
.pie[size="1641"]::after {
top: 800.5;
left: 641.4;
}
.pie-reverse[size="1641"] {
height: 1641;
width: 1641;
}
.pie-reverse[size="1641"]::after {
top: 800.5;
left: 641.4;
}
.pie[size="1642"] {
height: 1642;
width: 1642;
}
.pie[size="1642"]::after {
top: 801;
left: 641.8;
}
.pie-reverse[size="1642"] {
height: 1642;
width: 1642;
}
.pie-reverse[size="1642"]::after {
top: 801;
left: 641.8;
}
.pie[size="1643"] {
height: 1643;
width: 1643;
}
.pie[size="1643"]::after {
top: 801.5;
left: 642.2;
}
.pie-reverse[size="1643"] {
height: 1643;
width: 1643;
}
.pie-reverse[size="1643"]::after {
top: 801.5;
left: 642.2;
}
.pie[size="1644"] {
height: 1644;
width: 1644;
}
.pie[size="1644"]::after {
top: 802;
left: 642.6;
}
.pie-reverse[size="1644"] {
height: 1644;
width: 1644;
}
.pie-reverse[size="1644"]::after {
top: 802;
left: 642.6;
}
.pie[size="1645"] {
height: 1645;
width: 1645;
}
.pie[size="1645"]::after {
top: 802.5;
left: 643;
}
.pie-reverse[size="1645"] {
height: 1645;
width: 1645;
}
.pie-reverse[size="1645"]::after {
top: 802.5;
left: 643;
}
.pie[size="1646"] {
height: 1646;
width: 1646;
}
.pie[size="1646"]::after {
top: 803;
left: 643.4;
}
.pie-reverse[size="1646"] {
height: 1646;
width: 1646;
}
.pie-reverse[size="1646"]::after {
top: 803;
left: 643.4;
}
.pie[size="1647"] {
height: 1647;
width: 1647;
}
.pie[size="1647"]::after {
top: 803.5;
left: 643.8;
}
.pie-reverse[size="1647"] {
height: 1647;
width: 1647;
}
.pie-reverse[size="1647"]::after {
top: 803.5;
left: 643.8;
}
.pie[size="1648"] {
height: 1648;
width: 1648;
}
.pie[size="1648"]::after {
top: 804;
left: 644.2;
}
.pie-reverse[size="1648"] {
height: 1648;
width: 1648;
}
.pie-reverse[size="1648"]::after {
top: 804;
left: 644.2;
}
.pie[size="1649"] {
height: 1649;
width: 1649;
}
.pie[size="1649"]::after {
top: 804.5;
left: 644.6;
}
.pie-reverse[size="1649"] {
height: 1649;
width: 1649;
}
.pie-reverse[size="1649"]::after {
top: 804.5;
left: 644.6;
}
.pie[size="1650"] {
height: 1650;
width: 1650;
}
.pie[size="1650"]::after {
top: 805;
left: 645;
}
.pie-reverse[size="1650"] {
height: 1650;
width: 1650;
}
.pie-reverse[size="1650"]::after {
top: 805;
left: 645;
}
.pie[size="1651"] {
height: 1651;
width: 1651;
}
.pie[size="1651"]::after {
top: 805.5;
left: 645.4;
}
.pie-reverse[size="1651"] {
height: 1651;
width: 1651;
}
.pie-reverse[size="1651"]::after {
top: 805.5;
left: 645.4;
}
.pie[size="1652"] {
height: 1652;
width: 1652;
}
.pie[size="1652"]::after {
top: 806;
left: 645.8;
}
.pie-reverse[size="1652"] {
height: 1652;
width: 1652;
}
.pie-reverse[size="1652"]::after {
top: 806;
left: 645.8;
}
.pie[size="1653"] {
height: 1653;
width: 1653;
}
.pie[size="1653"]::after {
top: 806.5;
left: 646.2;
}
.pie-reverse[size="1653"] {
height: 1653;
width: 1653;
}
.pie-reverse[size="1653"]::after {
top: 806.5;
left: 646.2;
}
.pie[size="1654"] {
height: 1654;
width: 1654;
}
.pie[size="1654"]::after {
top: 807;
left: 646.6;
}
.pie-reverse[size="1654"] {
height: 1654;
width: 1654;
}
.pie-reverse[size="1654"]::after {
top: 807;
left: 646.6;
}
.pie[size="1655"] {
height: 1655;
width: 1655;
}
.pie[size="1655"]::after {
top: 807.5;
left: 647;
}
.pie-reverse[size="1655"] {
height: 1655;
width: 1655;
}
.pie-reverse[size="1655"]::after {
top: 807.5;
left: 647;
}
.pie[size="1656"] {
height: 1656;
width: 1656;
}
.pie[size="1656"]::after {
top: 808;
left: 647.4;
}
.pie-reverse[size="1656"] {
height: 1656;
width: 1656;
}
.pie-reverse[size="1656"]::after {
top: 808;
left: 647.4;
}
.pie[size="1657"] {
height: 1657;
width: 1657;
}
.pie[size="1657"]::after {
top: 808.5;
left: 647.8;
}
.pie-reverse[size="1657"] {
height: 1657;
width: 1657;
}
.pie-reverse[size="1657"]::after {
top: 808.5;
left: 647.8;
}
.pie[size="1658"] {
height: 1658;
width: 1658;
}
.pie[size="1658"]::after {
top: 809;
left: 648.2;
}
.pie-reverse[size="1658"] {
height: 1658;
width: 1658;
}
.pie-reverse[size="1658"]::after {
top: 809;
left: 648.2;
}
.pie[size="1659"] {
height: 1659;
width: 1659;
}
.pie[size="1659"]::after {
top: 809.5;
left: 648.6;
}
.pie-reverse[size="1659"] {
height: 1659;
width: 1659;
}
.pie-reverse[size="1659"]::after {
top: 809.5;
left: 648.6;
}
.pie[size="1660"] {
height: 1660;
width: 1660;
}
.pie[size="1660"]::after {
top: 810;
left: 649;
}
.pie-reverse[size="1660"] {
height: 1660;
width: 1660;
}
.pie-reverse[size="1660"]::after {
top: 810;
left: 649;
}
.pie[size="1661"] {
height: 1661;
width: 1661;
}
.pie[size="1661"]::after {
top: 810.5;
left: 649.4;
}
.pie-reverse[size="1661"] {
height: 1661;
width: 1661;
}
.pie-reverse[size="1661"]::after {
top: 810.5;
left: 649.4;
}
.pie[size="1662"] {
height: 1662;
width: 1662;
}
.pie[size="1662"]::after {
top: 811;
left: 649.8;
}
.pie-reverse[size="1662"] {
height: 1662;
width: 1662;
}
.pie-reverse[size="1662"]::after {
top: 811;
left: 649.8;
}
.pie[size="1663"] {
height: 1663;
width: 1663;
}
.pie[size="1663"]::after {
top: 811.5;
left: 650.2;
}
.pie-reverse[size="1663"] {
height: 1663;
width: 1663;
}
.pie-reverse[size="1663"]::after {
top: 811.5;
left: 650.2;
}
.pie[size="1664"] {
height: 1664;
width: 1664;
}
.pie[size="1664"]::after {
top: 812;
left: 650.6;
}
.pie-reverse[size="1664"] {
height: 1664;
width: 1664;
}
.pie-reverse[size="1664"]::after {
top: 812;
left: 650.6;
}
.pie[size="1665"] {
height: 1665;
width: 1665;
}
.pie[size="1665"]::after {
top: 812.5;
left: 651;
}
.pie-reverse[size="1665"] {
height: 1665;
width: 1665;
}
.pie-reverse[size="1665"]::after {
top: 812.5;
left: 651;
}
.pie[size="1666"] {
height: 1666;
width: 1666;
}
.pie[size="1666"]::after {
top: 813;
left: 651.4;
}
.pie-reverse[size="1666"] {
height: 1666;
width: 1666;
}
.pie-reverse[size="1666"]::after {
top: 813;
left: 651.4;
}
.pie[size="1667"] {
height: 1667;
width: 1667;
}
.pie[size="1667"]::after {
top: 813.5;
left: 651.8;
}
.pie-reverse[size="1667"] {
height: 1667;
width: 1667;
}
.pie-reverse[size="1667"]::after {
top: 813.5;
left: 651.8;
}
.pie[size="1668"] {
height: 1668;
width: 1668;
}
.pie[size="1668"]::after {
top: 814;
left: 652.2;
}
.pie-reverse[size="1668"] {
height: 1668;
width: 1668;
}
.pie-reverse[size="1668"]::after {
top: 814;
left: 652.2;
}
.pie[size="1669"] {
height: 1669;
width: 1669;
}
.pie[size="1669"]::after {
top: 814.5;
left: 652.6;
}
.pie-reverse[size="1669"] {
height: 1669;
width: 1669;
}
.pie-reverse[size="1669"]::after {
top: 814.5;
left: 652.6;
}
.pie[size="1670"] {
height: 1670;
width: 1670;
}
.pie[size="1670"]::after {
top: 815;
left: 653;
}
.pie-reverse[size="1670"] {
height: 1670;
width: 1670;
}
.pie-reverse[size="1670"]::after {
top: 815;
left: 653;
}
.pie[size="1671"] {
height: 1671;
width: 1671;
}
.pie[size="1671"]::after {
top: 815.5;
left: 653.4;
}
.pie-reverse[size="1671"] {
height: 1671;
width: 1671;
}
.pie-reverse[size="1671"]::after {
top: 815.5;
left: 653.4;
}
.pie[size="1672"] {
height: 1672;
width: 1672;
}
.pie[size="1672"]::after {
top: 816;
left: 653.8;
}
.pie-reverse[size="1672"] {
height: 1672;
width: 1672;
}
.pie-reverse[size="1672"]::after {
top: 816;
left: 653.8;
}
.pie[size="1673"] {
height: 1673;
width: 1673;
}
.pie[size="1673"]::after {
top: 816.5;
left: 654.2;
}
.pie-reverse[size="1673"] {
height: 1673;
width: 1673;
}
.pie-reverse[size="1673"]::after {
top: 816.5;
left: 654.2;
}
.pie[size="1674"] {
height: 1674;
width: 1674;
}
.pie[size="1674"]::after {
top: 817;
left: 654.6;
}
.pie-reverse[size="1674"] {
height: 1674;
width: 1674;
}
.pie-reverse[size="1674"]::after {
top: 817;
left: 654.6;
}
.pie[size="1675"] {
height: 1675;
width: 1675;
}
.pie[size="1675"]::after {
top: 817.5;
left: 655;
}
.pie-reverse[size="1675"] {
height: 1675;
width: 1675;
}
.pie-reverse[size="1675"]::after {
top: 817.5;
left: 655;
}
.pie[size="1676"] {
height: 1676;
width: 1676;
}
.pie[size="1676"]::after {
top: 818;
left: 655.4;
}
.pie-reverse[size="1676"] {
height: 1676;
width: 1676;
}
.pie-reverse[size="1676"]::after {
top: 818;
left: 655.4;
}
.pie[size="1677"] {
height: 1677;
width: 1677;
}
.pie[size="1677"]::after {
top: 818.5;
left: 655.8;
}
.pie-reverse[size="1677"] {
height: 1677;
width: 1677;
}
.pie-reverse[size="1677"]::after {
top: 818.5;
left: 655.8;
}
.pie[size="1678"] {
height: 1678;
width: 1678;
}
.pie[size="1678"]::after {
top: 819;
left: 656.2;
}
.pie-reverse[size="1678"] {
height: 1678;
width: 1678;
}
.pie-reverse[size="1678"]::after {
top: 819;
left: 656.2;
}
.pie[size="1679"] {
height: 1679;
width: 1679;
}
.pie[size="1679"]::after {
top: 819.5;
left: 656.6;
}
.pie-reverse[size="1679"] {
height: 1679;
width: 1679;
}
.pie-reverse[size="1679"]::after {
top: 819.5;
left: 656.6;
}
.pie[size="1680"] {
height: 1680;
width: 1680;
}
.pie[size="1680"]::after {
top: 820;
left: 657;
}
.pie-reverse[size="1680"] {
height: 1680;
width: 1680;
}
.pie-reverse[size="1680"]::after {
top: 820;
left: 657;
}
.pie[size="1681"] {
height: 1681;
width: 1681;
}
.pie[size="1681"]::after {
top: 820.5;
left: 657.4;
}
.pie-reverse[size="1681"] {
height: 1681;
width: 1681;
}
.pie-reverse[size="1681"]::after {
top: 820.5;
left: 657.4;
}
.pie[size="1682"] {
height: 1682;
width: 1682;
}
.pie[size="1682"]::after {
top: 821;
left: 657.8;
}
.pie-reverse[size="1682"] {
height: 1682;
width: 1682;
}
.pie-reverse[size="1682"]::after {
top: 821;
left: 657.8;
}
.pie[size="1683"] {
height: 1683;
width: 1683;
}
.pie[size="1683"]::after {
top: 821.5;
left: 658.2;
}
.pie-reverse[size="1683"] {
height: 1683;
width: 1683;
}
.pie-reverse[size="1683"]::after {
top: 821.5;
left: 658.2;
}
.pie[size="1684"] {
height: 1684;
width: 1684;
}
.pie[size="1684"]::after {
top: 822;
left: 658.6;
}
.pie-reverse[size="1684"] {
height: 1684;
width: 1684;
}
.pie-reverse[size="1684"]::after {
top: 822;
left: 658.6;
}
.pie[size="1685"] {
height: 1685;
width: 1685;
}
.pie[size="1685"]::after {
top: 822.5;
left: 659;
}
.pie-reverse[size="1685"] {
height: 1685;
width: 1685;
}
.pie-reverse[size="1685"]::after {
top: 822.5;
left: 659;
}
.pie[size="1686"] {
height: 1686;
width: 1686;
}
.pie[size="1686"]::after {
top: 823;
left: 659.4;
}
.pie-reverse[size="1686"] {
height: 1686;
width: 1686;
}
.pie-reverse[size="1686"]::after {
top: 823;
left: 659.4;
}
.pie[size="1687"] {
height: 1687;
width: 1687;
}
.pie[size="1687"]::after {
top: 823.5;
left: 659.8;
}
.pie-reverse[size="1687"] {
height: 1687;
width: 1687;
}
.pie-reverse[size="1687"]::after {
top: 823.5;
left: 659.8;
}
.pie[size="1688"] {
height: 1688;
width: 1688;
}
.pie[size="1688"]::after {
top: 824;
left: 660.2;
}
.pie-reverse[size="1688"] {
height: 1688;
width: 1688;
}
.pie-reverse[size="1688"]::after {
top: 824;
left: 660.2;
}
.pie[size="1689"] {
height: 1689;
width: 1689;
}
.pie[size="1689"]::after {
top: 824.5;
left: 660.6;
}
.pie-reverse[size="1689"] {
height: 1689;
width: 1689;
}
.pie-reverse[size="1689"]::after {
top: 824.5;
left: 660.6;
}
.pie[size="1690"] {
height: 1690;
width: 1690;
}
.pie[size="1690"]::after {
top: 825;
left: 661;
}
.pie-reverse[size="1690"] {
height: 1690;
width: 1690;
}
.pie-reverse[size="1690"]::after {
top: 825;
left: 661;
}
.pie[size="1691"] {
height: 1691;
width: 1691;
}
.pie[size="1691"]::after {
top: 825.5;
left: 661.4;
}
.pie-reverse[size="1691"] {
height: 1691;
width: 1691;
}
.pie-reverse[size="1691"]::after {
top: 825.5;
left: 661.4;
}
.pie[size="1692"] {
height: 1692;
width: 1692;
}
.pie[size="1692"]::after {
top: 826;
left: 661.8;
}
.pie-reverse[size="1692"] {
height: 1692;
width: 1692;
}
.pie-reverse[size="1692"]::after {
top: 826;
left: 661.8;
}
.pie[size="1693"] {
height: 1693;
width: 1693;
}
.pie[size="1693"]::after {
top: 826.5;
left: 662.2;
}
.pie-reverse[size="1693"] {
height: 1693;
width: 1693;
}
.pie-reverse[size="1693"]::after {
top: 826.5;
left: 662.2;
}
.pie[size="1694"] {
height: 1694;
width: 1694;
}
.pie[size="1694"]::after {
top: 827;
left: 662.6;
}
.pie-reverse[size="1694"] {
height: 1694;
width: 1694;
}
.pie-reverse[size="1694"]::after {
top: 827;
left: 662.6;
}
.pie[size="1695"] {
height: 1695;
width: 1695;
}
.pie[size="1695"]::after {
top: 827.5;
left: 663;
}
.pie-reverse[size="1695"] {
height: 1695;
width: 1695;
}
.pie-reverse[size="1695"]::after {
top: 827.5;
left: 663;
}
.pie[size="1696"] {
height: 1696;
width: 1696;
}
.pie[size="1696"]::after {
top: 828;
left: 663.4;
}
.pie-reverse[size="1696"] {
height: 1696;
width: 1696;
}
.pie-reverse[size="1696"]::after {
top: 828;
left: 663.4;
}
.pie[size="1697"] {
height: 1697;
width: 1697;
}
.pie[size="1697"]::after {
top: 828.5;
left: 663.8;
}
.pie-reverse[size="1697"] {
height: 1697;
width: 1697;
}
.pie-reverse[size="1697"]::after {
top: 828.5;
left: 663.8;
}
.pie[size="1698"] {
height: 1698;
width: 1698;
}
.pie[size="1698"]::after {
top: 829;
left: 664.2;
}
.pie-reverse[size="1698"] {
height: 1698;
width: 1698;
}
.pie-reverse[size="1698"]::after {
top: 829;
left: 664.2;
}
.pie[size="1699"] {
height: 1699;
width: 1699;
}
.pie[size="1699"]::after {
top: 829.5;
left: 664.6;
}
.pie-reverse[size="1699"] {
height: 1699;
width: 1699;
}
.pie-reverse[size="1699"]::after {
top: 829.5;
left: 664.6;
}
.pie[size="1700"] {
height: 1700;
width: 1700;
}
.pie[size="1700"]::after {
top: 830;
left: 665;
}
.pie-reverse[size="1700"] {
height: 1700;
width: 1700;
}
.pie-reverse[size="1700"]::after {
top: 830;
left: 665;
}
.pie[size="1701"] {
height: 1701;
width: 1701;
}
.pie[size="1701"]::after {
top: 830.5;
left: 665.4;
}
.pie-reverse[size="1701"] {
height: 1701;
width: 1701;
}
.pie-reverse[size="1701"]::after {
top: 830.5;
left: 665.4;
}
.pie[size="1702"] {
height: 1702;
width: 1702;
}
.pie[size="1702"]::after {
top: 831;
left: 665.8;
}
.pie-reverse[size="1702"] {
height: 1702;
width: 1702;
}
.pie-reverse[size="1702"]::after {
top: 831;
left: 665.8;
}
.pie[size="1703"] {
height: 1703;
width: 1703;
}
.pie[size="1703"]::after {
top: 831.5;
left: 666.2;
}
.pie-reverse[size="1703"] {
height: 1703;
width: 1703;
}
.pie-reverse[size="1703"]::after {
top: 831.5;
left: 666.2;
}
.pie[size="1704"] {
height: 1704;
width: 1704;
}
.pie[size="1704"]::after {
top: 832;
left: 666.6;
}
.pie-reverse[size="1704"] {
height: 1704;
width: 1704;
}
.pie-reverse[size="1704"]::after {
top: 832;
left: 666.6;
}
.pie[size="1705"] {
height: 1705;
width: 1705;
}
.pie[size="1705"]::after {
top: 832.5;
left: 667;
}
.pie-reverse[size="1705"] {
height: 1705;
width: 1705;
}
.pie-reverse[size="1705"]::after {
top: 832.5;
left: 667;
}
.pie[size="1706"] {
height: 1706;
width: 1706;
}
.pie[size="1706"]::after {
top: 833;
left: 667.4;
}
.pie-reverse[size="1706"] {
height: 1706;
width: 1706;
}
.pie-reverse[size="1706"]::after {
top: 833;
left: 667.4;
}
.pie[size="1707"] {
height: 1707;
width: 1707;
}
.pie[size="1707"]::after {
top: 833.5;
left: 667.8;
}
.pie-reverse[size="1707"] {
height: 1707;
width: 1707;
}
.pie-reverse[size="1707"]::after {
top: 833.5;
left: 667.8;
}
.pie[size="1708"] {
height: 1708;
width: 1708;
}
.pie[size="1708"]::after {
top: 834;
left: 668.2;
}
.pie-reverse[size="1708"] {
height: 1708;
width: 1708;
}
.pie-reverse[size="1708"]::after {
top: 834;
left: 668.2;
}
.pie[size="1709"] {
height: 1709;
width: 1709;
}
.pie[size="1709"]::after {
top: 834.5;
left: 668.6;
}
.pie-reverse[size="1709"] {
height: 1709;
width: 1709;
}
.pie-reverse[size="1709"]::after {
top: 834.5;
left: 668.6;
}
.pie[size="1710"] {
height: 1710;
width: 1710;
}
.pie[size="1710"]::after {
top: 835;
left: 669;
}
.pie-reverse[size="1710"] {
height: 1710;
width: 1710;
}
.pie-reverse[size="1710"]::after {
top: 835;
left: 669;
}
.pie[size="1711"] {
height: 1711;
width: 1711;
}
.pie[size="1711"]::after {
top: 835.5;
left: 669.4;
}
.pie-reverse[size="1711"] {
height: 1711;
width: 1711;
}
.pie-reverse[size="1711"]::after {
top: 835.5;
left: 669.4;
}
.pie[size="1712"] {
height: 1712;
width: 1712;
}
.pie[size="1712"]::after {
top: 836;
left: 669.8;
}
.pie-reverse[size="1712"] {
height: 1712;
width: 1712;
}
.pie-reverse[size="1712"]::after {
top: 836;
left: 669.8;
}
.pie[size="1713"] {
height: 1713;
width: 1713;
}
.pie[size="1713"]::after {
top: 836.5;
left: 670.2;
}
.pie-reverse[size="1713"] {
height: 1713;
width: 1713;
}
.pie-reverse[size="1713"]::after {
top: 836.5;
left: 670.2;
}
.pie[size="1714"] {
height: 1714;
width: 1714;
}
.pie[size="1714"]::after {
top: 837;
left: 670.6;
}
.pie-reverse[size="1714"] {
height: 1714;
width: 1714;
}
.pie-reverse[size="1714"]::after {
top: 837;
left: 670.6;
}
.pie[size="1715"] {
height: 1715;
width: 1715;
}
.pie[size="1715"]::after {
top: 837.5;
left: 671;
}
.pie-reverse[size="1715"] {
height: 1715;
width: 1715;
}
.pie-reverse[size="1715"]::after {
top: 837.5;
left: 671;
}
.pie[size="1716"] {
height: 1716;
width: 1716;
}
.pie[size="1716"]::after {
top: 838;
left: 671.4;
}
.pie-reverse[size="1716"] {
height: 1716;
width: 1716;
}
.pie-reverse[size="1716"]::after {
top: 838;
left: 671.4;
}
.pie[size="1717"] {
height: 1717;
width: 1717;
}
.pie[size="1717"]::after {
top: 838.5;
left: 671.8;
}
.pie-reverse[size="1717"] {
height: 1717;
width: 1717;
}
.pie-reverse[size="1717"]::after {
top: 838.5;
left: 671.8;
}
.pie[size="1718"] {
height: 1718;
width: 1718;
}
.pie[size="1718"]::after {
top: 839;
left: 672.2;
}
.pie-reverse[size="1718"] {
height: 1718;
width: 1718;
}
.pie-reverse[size="1718"]::after {
top: 839;
left: 672.2;
}
.pie[size="1719"] {
height: 1719;
width: 1719;
}
.pie[size="1719"]::after {
top: 839.5;
left: 672.6;
}
.pie-reverse[size="1719"] {
height: 1719;
width: 1719;
}
.pie-reverse[size="1719"]::after {
top: 839.5;
left: 672.6;
}
.pie[size="1720"] {
height: 1720;
width: 1720;
}
.pie[size="1720"]::after {
top: 840;
left: 673;
}
.pie-reverse[size="1720"] {
height: 1720;
width: 1720;
}
.pie-reverse[size="1720"]::after {
top: 840;
left: 673;
}
.pie[size="1721"] {
height: 1721;
width: 1721;
}
.pie[size="1721"]::after {
top: 840.5;
left: 673.4;
}
.pie-reverse[size="1721"] {
height: 1721;
width: 1721;
}
.pie-reverse[size="1721"]::after {
top: 840.5;
left: 673.4;
}
.pie[size="1722"] {
height: 1722;
width: 1722;
}
.pie[size="1722"]::after {
top: 841;
left: 673.8;
}
.pie-reverse[size="1722"] {
height: 1722;
width: 1722;
}
.pie-reverse[size="1722"]::after {
top: 841;
left: 673.8;
}
.pie[size="1723"] {
height: 1723;
width: 1723;
}
.pie[size="1723"]::after {
top: 841.5;
left: 674.2;
}
.pie-reverse[size="1723"] {
height: 1723;
width: 1723;
}
.pie-reverse[size="1723"]::after {
top: 841.5;
left: 674.2;
}
.pie[size="1724"] {
height: 1724;
width: 1724;
}
.pie[size="1724"]::after {
top: 842;
left: 674.6;
}
.pie-reverse[size="1724"] {
height: 1724;
width: 1724;
}
.pie-reverse[size="1724"]::after {
top: 842;
left: 674.6;
}
.pie[size="1725"] {
height: 1725;
width: 1725;
}
.pie[size="1725"]::after {
top: 842.5;
left: 675;
}
.pie-reverse[size="1725"] {
height: 1725;
width: 1725;
}
.pie-reverse[size="1725"]::after {
top: 842.5;
left: 675;
}
.pie[size="1726"] {
height: 1726;
width: 1726;
}
.pie[size="1726"]::after {
top: 843;
left: 675.4;
}
.pie-reverse[size="1726"] {
height: 1726;
width: 1726;
}
.pie-reverse[size="1726"]::after {
top: 843;
left: 675.4;
}
.pie[size="1727"] {
height: 1727;
width: 1727;
}
.pie[size="1727"]::after {
top: 843.5;
left: 675.8;
}
.pie-reverse[size="1727"] {
height: 1727;
width: 1727;
}
.pie-reverse[size="1727"]::after {
top: 843.5;
left: 675.8;
}
.pie[size="1728"] {
height: 1728;
width: 1728;
}
.pie[size="1728"]::after {
top: 844;
left: 676.2;
}
.pie-reverse[size="1728"] {
height: 1728;
width: 1728;
}
.pie-reverse[size="1728"]::after {
top: 844;
left: 676.2;
}
.pie[size="1729"] {
height: 1729;
width: 1729;
}
.pie[size="1729"]::after {
top: 844.5;
left: 676.6;
}
.pie-reverse[size="1729"] {
height: 1729;
width: 1729;
}
.pie-reverse[size="1729"]::after {
top: 844.5;
left: 676.6;
}
.pie[size="1730"] {
height: 1730;
width: 1730;
}
.pie[size="1730"]::after {
top: 845;
left: 677;
}
.pie-reverse[size="1730"] {
height: 1730;
width: 1730;
}
.pie-reverse[size="1730"]::after {
top: 845;
left: 677;
}
.pie[size="1731"] {
height: 1731;
width: 1731;
}
.pie[size="1731"]::after {
top: 845.5;
left: 677.4;
}
.pie-reverse[size="1731"] {
height: 1731;
width: 1731;
}
.pie-reverse[size="1731"]::after {
top: 845.5;
left: 677.4;
}
.pie[size="1732"] {
height: 1732;
width: 1732;
}
.pie[size="1732"]::after {
top: 846;
left: 677.8;
}
.pie-reverse[size="1732"] {
height: 1732;
width: 1732;
}
.pie-reverse[size="1732"]::after {
top: 846;
left: 677.8;
}
.pie[size="1733"] {
height: 1733;
width: 1733;
}
.pie[size="1733"]::after {
top: 846.5;
left: 678.2;
}
.pie-reverse[size="1733"] {
height: 1733;
width: 1733;
}
.pie-reverse[size="1733"]::after {
top: 846.5;
left: 678.2;
}
.pie[size="1734"] {
height: 1734;
width: 1734;
}
.pie[size="1734"]::after {
top: 847;
left: 678.6;
}
.pie-reverse[size="1734"] {
height: 1734;
width: 1734;
}
.pie-reverse[size="1734"]::after {
top: 847;
left: 678.6;
}
.pie[size="1735"] {
height: 1735;
width: 1735;
}
.pie[size="1735"]::after {
top: 847.5;
left: 679;
}
.pie-reverse[size="1735"] {
height: 1735;
width: 1735;
}
.pie-reverse[size="1735"]::after {
top: 847.5;
left: 679;
}
.pie[size="1736"] {
height: 1736;
width: 1736;
}
.pie[size="1736"]::after {
top: 848;
left: 679.4;
}
.pie-reverse[size="1736"] {
height: 1736;
width: 1736;
}
.pie-reverse[size="1736"]::after {
top: 848;
left: 679.4;
}
.pie[size="1737"] {
height: 1737;
width: 1737;
}
.pie[size="1737"]::after {
top: 848.5;
left: 679.8;
}
.pie-reverse[size="1737"] {
height: 1737;
width: 1737;
}
.pie-reverse[size="1737"]::after {
top: 848.5;
left: 679.8;
}
.pie[size="1738"] {
height: 1738;
width: 1738;
}
.pie[size="1738"]::after {
top: 849;
left: 680.2;
}
.pie-reverse[size="1738"] {
height: 1738;
width: 1738;
}
.pie-reverse[size="1738"]::after {
top: 849;
left: 680.2;
}
.pie[size="1739"] {
height: 1739;
width: 1739;
}
.pie[size="1739"]::after {
top: 849.5;
left: 680.6;
}
.pie-reverse[size="1739"] {
height: 1739;
width: 1739;
}
.pie-reverse[size="1739"]::after {
top: 849.5;
left: 680.6;
}
.pie[size="1740"] {
height: 1740;
width: 1740;
}
.pie[size="1740"]::after {
top: 850;
left: 681;
}
.pie-reverse[size="1740"] {
height: 1740;
width: 1740;
}
.pie-reverse[size="1740"]::after {
top: 850;
left: 681;
}
.pie[size="1741"] {
height: 1741;
width: 1741;
}
.pie[size="1741"]::after {
top: 850.5;
left: 681.4;
}
.pie-reverse[size="1741"] {
height: 1741;
width: 1741;
}
.pie-reverse[size="1741"]::after {
top: 850.5;
left: 681.4;
}
.pie[size="1742"] {
height: 1742;
width: 1742;
}
.pie[size="1742"]::after {
top: 851;
left: 681.8;
}
.pie-reverse[size="1742"] {
height: 1742;
width: 1742;
}
.pie-reverse[size="1742"]::after {
top: 851;
left: 681.8;
}
.pie[size="1743"] {
height: 1743;
width: 1743;
}
.pie[size="1743"]::after {
top: 851.5;
left: 682.2;
}
.pie-reverse[size="1743"] {
height: 1743;
width: 1743;
}
.pie-reverse[size="1743"]::after {
top: 851.5;
left: 682.2;
}
.pie[size="1744"] {
height: 1744;
width: 1744;
}
.pie[size="1744"]::after {
top: 852;
left: 682.6;
}
.pie-reverse[size="1744"] {
height: 1744;
width: 1744;
}
.pie-reverse[size="1744"]::after {
top: 852;
left: 682.6;
}
.pie[size="1745"] {
height: 1745;
width: 1745;
}
.pie[size="1745"]::after {
top: 852.5;
left: 683;
}
.pie-reverse[size="1745"] {
height: 1745;
width: 1745;
}
.pie-reverse[size="1745"]::after {
top: 852.5;
left: 683;
}
.pie[size="1746"] {
height: 1746;
width: 1746;
}
.pie[size="1746"]::after {
top: 853;
left: 683.4;
}
.pie-reverse[size="1746"] {
height: 1746;
width: 1746;
}
.pie-reverse[size="1746"]::after {
top: 853;
left: 683.4;
}
.pie[size="1747"] {
height: 1747;
width: 1747;
}
.pie[size="1747"]::after {
top: 853.5;
left: 683.8;
}
.pie-reverse[size="1747"] {
height: 1747;
width: 1747;
}
.pie-reverse[size="1747"]::after {
top: 853.5;
left: 683.8;
}
.pie[size="1748"] {
height: 1748;
width: 1748;
}
.pie[size="1748"]::after {
top: 854;
left: 684.2;
}
.pie-reverse[size="1748"] {
height: 1748;
width: 1748;
}
.pie-reverse[size="1748"]::after {
top: 854;
left: 684.2;
}
.pie[size="1749"] {
height: 1749;
width: 1749;
}
.pie[size="1749"]::after {
top: 854.5;
left: 684.6;
}
.pie-reverse[size="1749"] {
height: 1749;
width: 1749;
}
.pie-reverse[size="1749"]::after {
top: 854.5;
left: 684.6;
}
.pie[size="1750"] {
height: 1750;
width: 1750;
}
.pie[size="1750"]::after {
top: 855;
left: 685;
}
.pie-reverse[size="1750"] {
height: 1750;
width: 1750;
}
.pie-reverse[size="1750"]::after {
top: 855;
left: 685;
}
.pie[size="1751"] {
height: 1751;
width: 1751;
}
.pie[size="1751"]::after {
top: 855.5;
left: 685.4;
}
.pie-reverse[size="1751"] {
height: 1751;
width: 1751;
}
.pie-reverse[size="1751"]::after {
top: 855.5;
left: 685.4;
}
.pie[size="1752"] {
height: 1752;
width: 1752;
}
.pie[size="1752"]::after {
top: 856;
left: 685.8;
}
.pie-reverse[size="1752"] {
height: 1752;
width: 1752;
}
.pie-reverse[size="1752"]::after {
top: 856;
left: 685.8;
}
.pie[size="1753"] {
height: 1753;
width: 1753;
}
.pie[size="1753"]::after {
top: 856.5;
left: 686.2;
}
.pie-reverse[size="1753"] {
height: 1753;
width: 1753;
}
.pie-reverse[size="1753"]::after {
top: 856.5;
left: 686.2;
}
.pie[size="1754"] {
height: 1754;
width: 1754;
}
.pie[size="1754"]::after {
top: 857;
left: 686.6;
}
.pie-reverse[size="1754"] {
height: 1754;
width: 1754;
}
.pie-reverse[size="1754"]::after {
top: 857;
left: 686.6;
}
.pie[size="1755"] {
height: 1755;
width: 1755;
}
.pie[size="1755"]::after {
top: 857.5;
left: 687;
}
.pie-reverse[size="1755"] {
height: 1755;
width: 1755;
}
.pie-reverse[size="1755"]::after {
top: 857.5;
left: 687;
}
.pie[size="1756"] {
height: 1756;
width: 1756;
}
.pie[size="1756"]::after {
top: 858;
left: 687.4;
}
.pie-reverse[size="1756"] {
height: 1756;
width: 1756;
}
.pie-reverse[size="1756"]::after {
top: 858;
left: 687.4;
}
.pie[size="1757"] {
height: 1757;
width: 1757;
}
.pie[size="1757"]::after {
top: 858.5;
left: 687.8;
}
.pie-reverse[size="1757"] {
height: 1757;
width: 1757;
}
.pie-reverse[size="1757"]::after {
top: 858.5;
left: 687.8;
}
.pie[size="1758"] {
height: 1758;
width: 1758;
}
.pie[size="1758"]::after {
top: 859;
left: 688.2;
}
.pie-reverse[size="1758"] {
height: 1758;
width: 1758;
}
.pie-reverse[size="1758"]::after {
top: 859;
left: 688.2;
}
.pie[size="1759"] {
height: 1759;
width: 1759;
}
.pie[size="1759"]::after {
top: 859.5;
left: 688.6;
}
.pie-reverse[size="1759"] {
height: 1759;
width: 1759;
}
.pie-reverse[size="1759"]::after {
top: 859.5;
left: 688.6;
}
.pie[size="1760"] {
height: 1760;
width: 1760;
}
.pie[size="1760"]::after {
top: 860;
left: 689;
}
.pie-reverse[size="1760"] {
height: 1760;
width: 1760;
}
.pie-reverse[size="1760"]::after {
top: 860;
left: 689;
}
.pie[size="1761"] {
height: 1761;
width: 1761;
}
.pie[size="1761"]::after {
top: 860.5;
left: 689.4;
}
.pie-reverse[size="1761"] {
height: 1761;
width: 1761;
}
.pie-reverse[size="1761"]::after {
top: 860.5;
left: 689.4;
}
.pie[size="1762"] {
height: 1762;
width: 1762;
}
.pie[size="1762"]::after {
top: 861;
left: 689.8;
}
.pie-reverse[size="1762"] {
height: 1762;
width: 1762;
}
.pie-reverse[size="1762"]::after {
top: 861;
left: 689.8;
}
.pie[size="1763"] {
height: 1763;
width: 1763;
}
.pie[size="1763"]::after {
top: 861.5;
left: 690.2;
}
.pie-reverse[size="1763"] {
height: 1763;
width: 1763;
}
.pie-reverse[size="1763"]::after {
top: 861.5;
left: 690.2;
}
.pie[size="1764"] {
height: 1764;
width: 1764;
}
.pie[size="1764"]::after {
top: 862;
left: 690.6;
}
.pie-reverse[size="1764"] {
height: 1764;
width: 1764;
}
.pie-reverse[size="1764"]::after {
top: 862;
left: 690.6;
}
.pie[size="1765"] {
height: 1765;
width: 1765;
}
.pie[size="1765"]::after {
top: 862.5;
left: 691;
}
.pie-reverse[size="1765"] {
height: 1765;
width: 1765;
}
.pie-reverse[size="1765"]::after {
top: 862.5;
left: 691;
}
.pie[size="1766"] {
height: 1766;
width: 1766;
}
.pie[size="1766"]::after {
top: 863;
left: 691.4;
}
.pie-reverse[size="1766"] {
height: 1766;
width: 1766;
}
.pie-reverse[size="1766"]::after {
top: 863;
left: 691.4;
}
.pie[size="1767"] {
height: 1767;
width: 1767;
}
.pie[size="1767"]::after {
top: 863.5;
left: 691.8;
}
.pie-reverse[size="1767"] {
height: 1767;
width: 1767;
}
.pie-reverse[size="1767"]::after {
top: 863.5;
left: 691.8;
}
.pie[size="1768"] {
height: 1768;
width: 1768;
}
.pie[size="1768"]::after {
top: 864;
left: 692.2;
}
.pie-reverse[size="1768"] {
height: 1768;
width: 1768;
}
.pie-reverse[size="1768"]::after {
top: 864;
left: 692.2;
}
.pie[size="1769"] {
height: 1769;
width: 1769;
}
.pie[size="1769"]::after {
top: 864.5;
left: 692.6;
}
.pie-reverse[size="1769"] {
height: 1769;
width: 1769;
}
.pie-reverse[size="1769"]::after {
top: 864.5;
left: 692.6;
}
.pie[size="1770"] {
height: 1770;
width: 1770;
}
.pie[size="1770"]::after {
top: 865;
left: 693;
}
.pie-reverse[size="1770"] {
height: 1770;
width: 1770;
}
.pie-reverse[size="1770"]::after {
top: 865;
left: 693;
}
.pie[size="1771"] {
height: 1771;
width: 1771;
}
.pie[size="1771"]::after {
top: 865.5;
left: 693.4;
}
.pie-reverse[size="1771"] {
height: 1771;
width: 1771;
}
.pie-reverse[size="1771"]::after {
top: 865.5;
left: 693.4;
}
.pie[size="1772"] {
height: 1772;
width: 1772;
}
.pie[size="1772"]::after {
top: 866;
left: 693.8;
}
.pie-reverse[size="1772"] {
height: 1772;
width: 1772;
}
.pie-reverse[size="1772"]::after {
top: 866;
left: 693.8;
}
.pie[size="1773"] {
height: 1773;
width: 1773;
}
.pie[size="1773"]::after {
top: 866.5;
left: 694.2;
}
.pie-reverse[size="1773"] {
height: 1773;
width: 1773;
}
.pie-reverse[size="1773"]::after {
top: 866.5;
left: 694.2;
}
.pie[size="1774"] {
height: 1774;
width: 1774;
}
.pie[size="1774"]::after {
top: 867;
left: 694.6;
}
.pie-reverse[size="1774"] {
height: 1774;
width: 1774;
}
.pie-reverse[size="1774"]::after {
top: 867;
left: 694.6;
}
.pie[size="1775"] {
height: 1775;
width: 1775;
}
.pie[size="1775"]::after {
top: 867.5;
left: 695;
}
.pie-reverse[size="1775"] {
height: 1775;
width: 1775;
}
.pie-reverse[size="1775"]::after {
top: 867.5;
left: 695;
}
.pie[size="1776"] {
height: 1776;
width: 1776;
}
.pie[size="1776"]::after {
top: 868;
left: 695.4;
}
.pie-reverse[size="1776"] {
height: 1776;
width: 1776;
}
.pie-reverse[size="1776"]::after {
top: 868;
left: 695.4;
}
.pie[size="1777"] {
height: 1777;
width: 1777;
}
.pie[size="1777"]::after {
top: 868.5;
left: 695.8;
}
.pie-reverse[size="1777"] {
height: 1777;
width: 1777;
}
.pie-reverse[size="1777"]::after {
top: 868.5;
left: 695.8;
}
.pie[size="1778"] {
height: 1778;
width: 1778;
}
.pie[size="1778"]::after {
top: 869;
left: 696.2;
}
.pie-reverse[size="1778"] {
height: 1778;
width: 1778;
}
.pie-reverse[size="1778"]::after {
top: 869;
left: 696.2;
}
.pie[size="1779"] {
height: 1779;
width: 1779;
}
.pie[size="1779"]::after {
top: 869.5;
left: 696.6;
}
.pie-reverse[size="1779"] {
height: 1779;
width: 1779;
}
.pie-reverse[size="1779"]::after {
top: 869.5;
left: 696.6;
}
.pie[size="1780"] {
height: 1780;
width: 1780;
}
.pie[size="1780"]::after {
top: 870;
left: 697;
}
.pie-reverse[size="1780"] {
height: 1780;
width: 1780;
}
.pie-reverse[size="1780"]::after {
top: 870;
left: 697;
}
.pie[size="1781"] {
height: 1781;
width: 1781;
}
.pie[size="1781"]::after {
top: 870.5;
left: 697.4;
}
.pie-reverse[size="1781"] {
height: 1781;
width: 1781;
}
.pie-reverse[size="1781"]::after {
top: 870.5;
left: 697.4;
}
.pie[size="1782"] {
height: 1782;
width: 1782;
}
.pie[size="1782"]::after {
top: 871;
left: 697.8;
}
.pie-reverse[size="1782"] {
height: 1782;
width: 1782;
}
.pie-reverse[size="1782"]::after {
top: 871;
left: 697.8;
}
.pie[size="1783"] {
height: 1783;
width: 1783;
}
.pie[size="1783"]::after {
top: 871.5;
left: 698.2;
}
.pie-reverse[size="1783"] {
height: 1783;
width: 1783;
}
.pie-reverse[size="1783"]::after {
top: 871.5;
left: 698.2;
}
.pie[size="1784"] {
height: 1784;
width: 1784;
}
.pie[size="1784"]::after {
top: 872;
left: 698.6;
}
.pie-reverse[size="1784"] {
height: 1784;
width: 1784;
}
.pie-reverse[size="1784"]::after {
top: 872;
left: 698.6;
}
.pie[size="1785"] {
height: 1785;
width: 1785;
}
.pie[size="1785"]::after {
top: 872.5;
left: 699;
}
.pie-reverse[size="1785"] {
height: 1785;
width: 1785;
}
.pie-reverse[size="1785"]::after {
top: 872.5;
left: 699;
}
.pie[size="1786"] {
height: 1786;
width: 1786;
}
.pie[size="1786"]::after {
top: 873;
left: 699.4;
}
.pie-reverse[size="1786"] {
height: 1786;
width: 1786;
}
.pie-reverse[size="1786"]::after {
top: 873;
left: 699.4;
}
.pie[size="1787"] {
height: 1787;
width: 1787;
}
.pie[size="1787"]::after {
top: 873.5;
left: 699.8;
}
.pie-reverse[size="1787"] {
height: 1787;
width: 1787;
}
.pie-reverse[size="1787"]::after {
top: 873.5;
left: 699.8;
}
.pie[size="1788"] {
height: 1788;
width: 1788;
}
.pie[size="1788"]::after {
top: 874;
left: 700.2;
}
.pie-reverse[size="1788"] {
height: 1788;
width: 1788;
}
.pie-reverse[size="1788"]::after {
top: 874;
left: 700.2;
}
.pie[size="1789"] {
height: 1789;
width: 1789;
}
.pie[size="1789"]::after {
top: 874.5;
left: 700.6;
}
.pie-reverse[size="1789"] {
height: 1789;
width: 1789;
}
.pie-reverse[size="1789"]::after {
top: 874.5;
left: 700.6;
}
.pie[size="1790"] {
height: 1790;
width: 1790;
}
.pie[size="1790"]::after {
top: 875;
left: 701;
}
.pie-reverse[size="1790"] {
height: 1790;
width: 1790;
}
.pie-reverse[size="1790"]::after {
top: 875;
left: 701;
}
.pie[size="1791"] {
height: 1791;
width: 1791;
}
.pie[size="1791"]::after {
top: 875.5;
left: 701.4;
}
.pie-reverse[size="1791"] {
height: 1791;
width: 1791;
}
.pie-reverse[size="1791"]::after {
top: 875.5;
left: 701.4;
}
.pie[size="1792"] {
height: 1792;
width: 1792;
}
.pie[size="1792"]::after {
top: 876;
left: 701.8;
}
.pie-reverse[size="1792"] {
height: 1792;
width: 1792;
}
.pie-reverse[size="1792"]::after {
top: 876;
left: 701.8;
}
.pie[size="1793"] {
height: 1793;
width: 1793;
}
.pie[size="1793"]::after {
top: 876.5;
left: 702.2;
}
.pie-reverse[size="1793"] {
height: 1793;
width: 1793;
}
.pie-reverse[size="1793"]::after {
top: 876.5;
left: 702.2;
}
.pie[size="1794"] {
height: 1794;
width: 1794;
}
.pie[size="1794"]::after {
top: 877;
left: 702.6;
}
.pie-reverse[size="1794"] {
height: 1794;
width: 1794;
}
.pie-reverse[size="1794"]::after {
top: 877;
left: 702.6;
}
.pie[size="1795"] {
height: 1795;
width: 1795;
}
.pie[size="1795"]::after {
top: 877.5;
left: 703;
}
.pie-reverse[size="1795"] {
height: 1795;
width: 1795;
}
.pie-reverse[size="1795"]::after {
top: 877.5;
left: 703;
}
.pie[size="1796"] {
height: 1796;
width: 1796;
}
.pie[size="1796"]::after {
top: 878;
left: 703.4;
}
.pie-reverse[size="1796"] {
height: 1796;
width: 1796;
}
.pie-reverse[size="1796"]::after {
top: 878;
left: 703.4;
}
.pie[size="1797"] {
height: 1797;
width: 1797;
}
.pie[size="1797"]::after {
top: 878.5;
left: 703.8;
}
.pie-reverse[size="1797"] {
height: 1797;
width: 1797;
}
.pie-reverse[size="1797"]::after {
top: 878.5;
left: 703.8;
}
.pie[size="1798"] {
height: 1798;
width: 1798;
}
.pie[size="1798"]::after {
top: 879;
left: 704.2;
}
.pie-reverse[size="1798"] {
height: 1798;
width: 1798;
}
.pie-reverse[size="1798"]::after {
top: 879;
left: 704.2;
}
.pie[size="1799"] {
height: 1799;
width: 1799;
}
.pie[size="1799"]::after {
top: 879.5;
left: 704.6;
}
.pie-reverse[size="1799"] {
height: 1799;
width: 1799;
}
.pie-reverse[size="1799"]::after {
top: 879.5;
left: 704.6;
}
.pie[size="1800"] {
height: 1800;
width: 1800;
}
.pie[size="1800"]::after {
top: 880;
left: 705;
}
.pie-reverse[size="1800"] {
height: 1800;
width: 1800;
}
.pie-reverse[size="1800"]::after {
top: 880;
left: 705;
}
.pie[size="1801"] {
height: 1801;
width: 1801;
}
.pie[size="1801"]::after {
top: 880.5;
left: 705.4;
}
.pie-reverse[size="1801"] {
height: 1801;
width: 1801;
}
.pie-reverse[size="1801"]::after {
top: 880.5;
left: 705.4;
}
.pie[size="1802"] {
height: 1802;
width: 1802;
}
.pie[size="1802"]::after {
top: 881;
left: 705.8;
}
.pie-reverse[size="1802"] {
height: 1802;
width: 1802;
}
.pie-reverse[size="1802"]::after {
top: 881;
left: 705.8;
}
.pie[size="1803"] {
height: 1803;
width: 1803;
}
.pie[size="1803"]::after {
top: 881.5;
left: 706.2;
}
.pie-reverse[size="1803"] {
height: 1803;
width: 1803;
}
.pie-reverse[size="1803"]::after {
top: 881.5;
left: 706.2;
}
.pie[size="1804"] {
height: 1804;
width: 1804;
}
.pie[size="1804"]::after {
top: 882;
left: 706.6;
}
.pie-reverse[size="1804"] {
height: 1804;
width: 1804;
}
.pie-reverse[size="1804"]::after {
top: 882;
left: 706.6;
}
.pie[size="1805"] {
height: 1805;
width: 1805;
}
.pie[size="1805"]::after {
top: 882.5;
left: 707;
}
.pie-reverse[size="1805"] {
height: 1805;
width: 1805;
}
.pie-reverse[size="1805"]::after {
top: 882.5;
left: 707;
}
.pie[size="1806"] {
height: 1806;
width: 1806;
}
.pie[size="1806"]::after {
top: 883;
left: 707.4;
}
.pie-reverse[size="1806"] {
height: 1806;
width: 1806;
}
.pie-reverse[size="1806"]::after {
top: 883;
left: 707.4;
}
.pie[size="1807"] {
height: 1807;
width: 1807;
}
.pie[size="1807"]::after {
top: 883.5;
left: 707.8;
}
.pie-reverse[size="1807"] {
height: 1807;
width: 1807;
}
.pie-reverse[size="1807"]::after {
top: 883.5;
left: 707.8;
}
.pie[size="1808"] {
height: 1808;
width: 1808;
}
.pie[size="1808"]::after {
top: 884;
left: 708.2;
}
.pie-reverse[size="1808"] {
height: 1808;
width: 1808;
}
.pie-reverse[size="1808"]::after {
top: 884;
left: 708.2;
}
.pie[size="1809"] {
height: 1809;
width: 1809;
}
.pie[size="1809"]::after {
top: 884.5;
left: 708.6;
}
.pie-reverse[size="1809"] {
height: 1809;
width: 1809;
}
.pie-reverse[size="1809"]::after {
top: 884.5;
left: 708.6;
}
.pie[size="1810"] {
height: 1810;
width: 1810;
}
.pie[size="1810"]::after {
top: 885;
left: 709;
}
.pie-reverse[size="1810"] {
height: 1810;
width: 1810;
}
.pie-reverse[size="1810"]::after {
top: 885;
left: 709;
}
.pie[size="1811"] {
height: 1811;
width: 1811;
}
.pie[size="1811"]::after {
top: 885.5;
left: 709.4;
}
.pie-reverse[size="1811"] {
height: 1811;
width: 1811;
}
.pie-reverse[size="1811"]::after {
top: 885.5;
left: 709.4;
}
.pie[size="1812"] {
height: 1812;
width: 1812;
}
.pie[size="1812"]::after {
top: 886;
left: 709.8;
}
.pie-reverse[size="1812"] {
height: 1812;
width: 1812;
}
.pie-reverse[size="1812"]::after {
top: 886;
left: 709.8;
}
.pie[size="1813"] {
height: 1813;
width: 1813;
}
.pie[size="1813"]::after {
top: 886.5;
left: 710.2;
}
.pie-reverse[size="1813"] {
height: 1813;
width: 1813;
}
.pie-reverse[size="1813"]::after {
top: 886.5;
left: 710.2;
}
.pie[size="1814"] {
height: 1814;
width: 1814;
}
.pie[size="1814"]::after {
top: 887;
left: 710.6;
}
.pie-reverse[size="1814"] {
height: 1814;
width: 1814;
}
.pie-reverse[size="1814"]::after {
top: 887;
left: 710.6;
}
.pie[size="1815"] {
height: 1815;
width: 1815;
}
.pie[size="1815"]::after {
top: 887.5;
left: 711;
}
.pie-reverse[size="1815"] {
height: 1815;
width: 1815;
}
.pie-reverse[size="1815"]::after {
top: 887.5;
left: 711;
}
.pie[size="1816"] {
height: 1816;
width: 1816;
}
.pie[size="1816"]::after {
top: 888;
left: 711.4;
}
.pie-reverse[size="1816"] {
height: 1816;
width: 1816;
}
.pie-reverse[size="1816"]::after {
top: 888;
left: 711.4;
}
.pie[size="1817"] {
height: 1817;
width: 1817;
}
.pie[size="1817"]::after {
top: 888.5;
left: 711.8;
}
.pie-reverse[size="1817"] {
height: 1817;
width: 1817;
}
.pie-reverse[size="1817"]::after {
top: 888.5;
left: 711.8;
}
.pie[size="1818"] {
height: 1818;
width: 1818;
}
.pie[size="1818"]::after {
top: 889;
left: 712.2;
}
.pie-reverse[size="1818"] {
height: 1818;
width: 1818;
}
.pie-reverse[size="1818"]::after {
top: 889;
left: 712.2;
}
.pie[size="1819"] {
height: 1819;
width: 1819;
}
.pie[size="1819"]::after {
top: 889.5;
left: 712.6;
}
.pie-reverse[size="1819"] {
height: 1819;
width: 1819;
}
.pie-reverse[size="1819"]::after {
top: 889.5;
left: 712.6;
}
.pie[size="1820"] {
height: 1820;
width: 1820;
}
.pie[size="1820"]::after {
top: 890;
left: 713;
}
.pie-reverse[size="1820"] {
height: 1820;
width: 1820;
}
.pie-reverse[size="1820"]::after {
top: 890;
left: 713;
}
.pie[size="1821"] {
height: 1821;
width: 1821;
}
.pie[size="1821"]::after {
top: 890.5;
left: 713.4;
}
.pie-reverse[size="1821"] {
height: 1821;
width: 1821;
}
.pie-reverse[size="1821"]::after {
top: 890.5;
left: 713.4;
}
.pie[size="1822"] {
height: 1822;
width: 1822;
}
.pie[size="1822"]::after {
top: 891;
left: 713.8;
}
.pie-reverse[size="1822"] {
height: 1822;
width: 1822;
}
.pie-reverse[size="1822"]::after {
top: 891;
left: 713.8;
}
.pie[size="1823"] {
height: 1823;
width: 1823;
}
.pie[size="1823"]::after {
top: 891.5;
left: 714.2;
}
.pie-reverse[size="1823"] {
height: 1823;
width: 1823;
}
.pie-reverse[size="1823"]::after {
top: 891.5;
left: 714.2;
}
.pie[size="1824"] {
height: 1824;
width: 1824;
}
.pie[size="1824"]::after {
top: 892;
left: 714.6;
}
.pie-reverse[size="1824"] {
height: 1824;
width: 1824;
}
.pie-reverse[size="1824"]::after {
top: 892;
left: 714.6;
}
.pie[size="1825"] {
height: 1825;
width: 1825;
}
.pie[size="1825"]::after {
top: 892.5;
left: 715;
}
.pie-reverse[size="1825"] {
height: 1825;
width: 1825;
}
.pie-reverse[size="1825"]::after {
top: 892.5;
left: 715;
}
.pie[size="1826"] {
height: 1826;
width: 1826;
}
.pie[size="1826"]::after {
top: 893;
left: 715.4;
}
.pie-reverse[size="1826"] {
height: 1826;
width: 1826;
}
.pie-reverse[size="1826"]::after {
top: 893;
left: 715.4;
}
.pie[size="1827"] {
height: 1827;
width: 1827;
}
.pie[size="1827"]::after {
top: 893.5;
left: 715.8;
}
.pie-reverse[size="1827"] {
height: 1827;
width: 1827;
}
.pie-reverse[size="1827"]::after {
top: 893.5;
left: 715.8;
}
.pie[size="1828"] {
height: 1828;
width: 1828;
}
.pie[size="1828"]::after {
top: 894;
left: 716.2;
}
.pie-reverse[size="1828"] {
height: 1828;
width: 1828;
}
.pie-reverse[size="1828"]::after {
top: 894;
left: 716.2;
}
.pie[size="1829"] {
height: 1829;
width: 1829;
}
.pie[size="1829"]::after {
top: 894.5;
left: 716.6;
}
.pie-reverse[size="1829"] {
height: 1829;
width: 1829;
}
.pie-reverse[size="1829"]::after {
top: 894.5;
left: 716.6;
}
.pie[size="1830"] {
height: 1830;
width: 1830;
}
.pie[size="1830"]::after {
top: 895;
left: 717;
}
.pie-reverse[size="1830"] {
height: 1830;
width: 1830;
}
.pie-reverse[size="1830"]::after {
top: 895;
left: 717;
}
.pie[size="1831"] {
height: 1831;
width: 1831;
}
.pie[size="1831"]::after {
top: 895.5;
left: 717.4;
}
.pie-reverse[size="1831"] {
height: 1831;
width: 1831;
}
.pie-reverse[size="1831"]::after {
top: 895.5;
left: 717.4;
}
.pie[size="1832"] {
height: 1832;
width: 1832;
}
.pie[size="1832"]::after {
top: 896;
left: 717.8;
}
.pie-reverse[size="1832"] {
height: 1832;
width: 1832;
}
.pie-reverse[size="1832"]::after {
top: 896;
left: 717.8;
}
.pie[size="1833"] {
height: 1833;
width: 1833;
}
.pie[size="1833"]::after {
top: 896.5;
left: 718.2;
}
.pie-reverse[size="1833"] {
height: 1833;
width: 1833;
}
.pie-reverse[size="1833"]::after {
top: 896.5;
left: 718.2;
}
.pie[size="1834"] {
height: 1834;
width: 1834;
}
.pie[size="1834"]::after {
top: 897;
left: 718.6;
}
.pie-reverse[size="1834"] {
height: 1834;
width: 1834;
}
.pie-reverse[size="1834"]::after {
top: 897;
left: 718.6;
}
.pie[size="1835"] {
height: 1835;
width: 1835;
}
.pie[size="1835"]::after {
top: 897.5;
left: 719;
}
.pie-reverse[size="1835"] {
height: 1835;
width: 1835;
}
.pie-reverse[size="1835"]::after {
top: 897.5;
left: 719;
}
.pie[size="1836"] {
height: 1836;
width: 1836;
}
.pie[size="1836"]::after {
top: 898;
left: 719.4;
}
.pie-reverse[size="1836"] {
height: 1836;
width: 1836;
}
.pie-reverse[size="1836"]::after {
top: 898;
left: 719.4;
}
.pie[size="1837"] {
height: 1837;
width: 1837;
}
.pie[size="1837"]::after {
top: 898.5;
left: 719.8;
}
.pie-reverse[size="1837"] {
height: 1837;
width: 1837;
}
.pie-reverse[size="1837"]::after {
top: 898.5;
left: 719.8;
}
.pie[size="1838"] {
height: 1838;
width: 1838;
}
.pie[size="1838"]::after {
top: 899;
left: 720.2;
}
.pie-reverse[size="1838"] {
height: 1838;
width: 1838;
}
.pie-reverse[size="1838"]::after {
top: 899;
left: 720.2;
}
.pie[size="1839"] {
height: 1839;
width: 1839;
}
.pie[size="1839"]::after {
top: 899.5;
left: 720.6;
}
.pie-reverse[size="1839"] {
height: 1839;
width: 1839;
}
.pie-reverse[size="1839"]::after {
top: 899.5;
left: 720.6;
}
.pie[size="1840"] {
height: 1840;
width: 1840;
}
.pie[size="1840"]::after {
top: 900;
left: 721;
}
.pie-reverse[size="1840"] {
height: 1840;
width: 1840;
}
.pie-reverse[size="1840"]::after {
top: 900;
left: 721;
}
.pie[size="1841"] {
height: 1841;
width: 1841;
}
.pie[size="1841"]::after {
top: 900.5;
left: 721.4;
}
.pie-reverse[size="1841"] {
height: 1841;
width: 1841;
}
.pie-reverse[size="1841"]::after {
top: 900.5;
left: 721.4;
}
.pie[size="1842"] {
height: 1842;
width: 1842;
}
.pie[size="1842"]::after {
top: 901;
left: 721.8;
}
.pie-reverse[size="1842"] {
height: 1842;
width: 1842;
}
.pie-reverse[size="1842"]::after {
top: 901;
left: 721.8;
}
.pie[size="1843"] {
height: 1843;
width: 1843;
}
.pie[size="1843"]::after {
top: 901.5;
left: 722.2;
}
.pie-reverse[size="1843"] {
height: 1843;
width: 1843;
}
.pie-reverse[size="1843"]::after {
top: 901.5;
left: 722.2;
}
.pie[size="1844"] {
height: 1844;
width: 1844;
}
.pie[size="1844"]::after {
top: 902;
left: 722.6;
}
.pie-reverse[size="1844"] {
height: 1844;
width: 1844;
}
.pie-reverse[size="1844"]::after {
top: 902;
left: 722.6;
}
.pie[size="1845"] {
height: 1845;
width: 1845;
}
.pie[size="1845"]::after {
top: 902.5;
left: 723;
}
.pie-reverse[size="1845"] {
height: 1845;
width: 1845;
}
.pie-reverse[size="1845"]::after {
top: 902.5;
left: 723;
}
.pie[size="1846"] {
height: 1846;
width: 1846;
}
.pie[size="1846"]::after {
top: 903;
left: 723.4;
}
.pie-reverse[size="1846"] {
height: 1846;
width: 1846;
}
.pie-reverse[size="1846"]::after {
top: 903;
left: 723.4;
}
.pie[size="1847"] {
height: 1847;
width: 1847;
}
.pie[size="1847"]::after {
top: 903.5;
left: 723.8;
}
.pie-reverse[size="1847"] {
height: 1847;
width: 1847;
}
.pie-reverse[size="1847"]::after {
top: 903.5;
left: 723.8;
}
.pie[size="1848"] {
height: 1848;
width: 1848;
}
.pie[size="1848"]::after {
top: 904;
left: 724.2;
}
.pie-reverse[size="1848"] {
height: 1848;
width: 1848;
}
.pie-reverse[size="1848"]::after {
top: 904;
left: 724.2;
}
.pie[size="1849"] {
height: 1849;
width: 1849;
}
.pie[size="1849"]::after {
top: 904.5;
left: 724.6;
}
.pie-reverse[size="1849"] {
height: 1849;
width: 1849;
}
.pie-reverse[size="1849"]::after {
top: 904.5;
left: 724.6;
}
.pie[size="1850"] {
height: 1850;
width: 1850;
}
.pie[size="1850"]::after {
top: 905;
left: 725;
}
.pie-reverse[size="1850"] {
height: 1850;
width: 1850;
}
.pie-reverse[size="1850"]::after {
top: 905;
left: 725;
}
.pie[size="1851"] {
height: 1851;
width: 1851;
}
.pie[size="1851"]::after {
top: 905.5;
left: 725.4;
}
.pie-reverse[size="1851"] {
height: 1851;
width: 1851;
}
.pie-reverse[size="1851"]::after {
top: 905.5;
left: 725.4;
}
.pie[size="1852"] {
height: 1852;
width: 1852;
}
.pie[size="1852"]::after {
top: 906;
left: 725.8;
}
.pie-reverse[size="1852"] {
height: 1852;
width: 1852;
}
.pie-reverse[size="1852"]::after {
top: 906;
left: 725.8;
}
.pie[size="1853"] {
height: 1853;
width: 1853;
}
.pie[size="1853"]::after {
top: 906.5;
left: 726.2;
}
.pie-reverse[size="1853"] {
height: 1853;
width: 1853;
}
.pie-reverse[size="1853"]::after {
top: 906.5;
left: 726.2;
}
.pie[size="1854"] {
height: 1854;
width: 1854;
}
.pie[size="1854"]::after {
top: 907;
left: 726.6;
}
.pie-reverse[size="1854"] {
height: 1854;
width: 1854;
}
.pie-reverse[size="1854"]::after {
top: 907;
left: 726.6;
}
.pie[size="1855"] {
height: 1855;
width: 1855;
}
.pie[size="1855"]::after {
top: 907.5;
left: 727;
}
.pie-reverse[size="1855"] {
height: 1855;
width: 1855;
}
.pie-reverse[size="1855"]::after {
top: 907.5;
left: 727;
}
.pie[size="1856"] {
height: 1856;
width: 1856;
}
.pie[size="1856"]::after {
top: 908;
left: 727.4;
}
.pie-reverse[size="1856"] {
height: 1856;
width: 1856;
}
.pie-reverse[size="1856"]::after {
top: 908;
left: 727.4;
}
.pie[size="1857"] {
height: 1857;
width: 1857;
}
.pie[size="1857"]::after {
top: 908.5;
left: 727.8;
}
.pie-reverse[size="1857"] {
height: 1857;
width: 1857;
}
.pie-reverse[size="1857"]::after {
top: 908.5;
left: 727.8;
}
.pie[size="1858"] {
height: 1858;
width: 1858;
}
.pie[size="1858"]::after {
top: 909;
left: 728.2;
}
.pie-reverse[size="1858"] {
height: 1858;
width: 1858;
}
.pie-reverse[size="1858"]::after {
top: 909;
left: 728.2;
}
.pie[size="1859"] {
height: 1859;
width: 1859;
}
.pie[size="1859"]::after {
top: 909.5;
left: 728.6;
}
.pie-reverse[size="1859"] {
height: 1859;
width: 1859;
}
.pie-reverse[size="1859"]::after {
top: 909.5;
left: 728.6;
}
.pie[size="1860"] {
height: 1860;
width: 1860;
}
.pie[size="1860"]::after {
top: 910;
left: 729;
}
.pie-reverse[size="1860"] {
height: 1860;
width: 1860;
}
.pie-reverse[size="1860"]::after {
top: 910;
left: 729;
}
.pie[size="1861"] {
height: 1861;
width: 1861;
}
.pie[size="1861"]::after {
top: 910.5;
left: 729.4;
}
.pie-reverse[size="1861"] {
height: 1861;
width: 1861;
}
.pie-reverse[size="1861"]::after {
top: 910.5;
left: 729.4;
}
.pie[size="1862"] {
height: 1862;
width: 1862;
}
.pie[size="1862"]::after {
top: 911;
left: 729.8;
}
.pie-reverse[size="1862"] {
height: 1862;
width: 1862;
}
.pie-reverse[size="1862"]::after {
top: 911;
left: 729.8;
}
.pie[size="1863"] {
height: 1863;
width: 1863;
}
.pie[size="1863"]::after {
top: 911.5;
left: 730.2;
}
.pie-reverse[size="1863"] {
height: 1863;
width: 1863;
}
.pie-reverse[size="1863"]::after {
top: 911.5;
left: 730.2;
}
.pie[size="1864"] {
height: 1864;
width: 1864;
}
.pie[size="1864"]::after {
top: 912;
left: 730.6;
}
.pie-reverse[size="1864"] {
height: 1864;
width: 1864;
}
.pie-reverse[size="1864"]::after {
top: 912;
left: 730.6;
}
.pie[size="1865"] {
height: 1865;
width: 1865;
}
.pie[size="1865"]::after {
top: 912.5;
left: 731;
}
.pie-reverse[size="1865"] {
height: 1865;
width: 1865;
}
.pie-reverse[size="1865"]::after {
top: 912.5;
left: 731;
}
.pie[size="1866"] {
height: 1866;
width: 1866;
}
.pie[size="1866"]::after {
top: 913;
left: 731.4;
}
.pie-reverse[size="1866"] {
height: 1866;
width: 1866;
}
.pie-reverse[size="1866"]::after {
top: 913;
left: 731.4;
}
.pie[size="1867"] {
height: 1867;
width: 1867;
}
.pie[size="1867"]::after {
top: 913.5;
left: 731.8;
}
.pie-reverse[size="1867"] {
height: 1867;
width: 1867;
}
.pie-reverse[size="1867"]::after {
top: 913.5;
left: 731.8;
}
.pie[size="1868"] {
height: 1868;
width: 1868;
}
.pie[size="1868"]::after {
top: 914;
left: 732.2;
}
.pie-reverse[size="1868"] {
height: 1868;
width: 1868;
}
.pie-reverse[size="1868"]::after {
top: 914;
left: 732.2;
}
.pie[size="1869"] {
height: 1869;
width: 1869;
}
.pie[size="1869"]::after {
top: 914.5;
left: 732.6;
}
.pie-reverse[size="1869"] {
height: 1869;
width: 1869;
}
.pie-reverse[size="1869"]::after {
top: 914.5;
left: 732.6;
}
.pie[size="1870"] {
height: 1870;
width: 1870;
}
.pie[size="1870"]::after {
top: 915;
left: 733;
}
.pie-reverse[size="1870"] {
height: 1870;
width: 1870;
}
.pie-reverse[size="1870"]::after {
top: 915;
left: 733;
}
.pie[size="1871"] {
height: 1871;
width: 1871;
}
.pie[size="1871"]::after {
top: 915.5;
left: 733.4;
}
.pie-reverse[size="1871"] {
height: 1871;
width: 1871;
}
.pie-reverse[size="1871"]::after {
top: 915.5;
left: 733.4;
}
.pie[size="1872"] {
height: 1872;
width: 1872;
}
.pie[size="1872"]::after {
top: 916;
left: 733.8;
}
.pie-reverse[size="1872"] {
height: 1872;
width: 1872;
}
.pie-reverse[size="1872"]::after {
top: 916;
left: 733.8;
}
.pie[size="1873"] {
height: 1873;
width: 1873;
}
.pie[size="1873"]::after {
top: 916.5;
left: 734.2;
}
.pie-reverse[size="1873"] {
height: 1873;
width: 1873;
}
.pie-reverse[size="1873"]::after {
top: 916.5;
left: 734.2;
}
.pie[size="1874"] {
height: 1874;
width: 1874;
}
.pie[size="1874"]::after {
top: 917;
left: 734.6;
}
.pie-reverse[size="1874"] {
height: 1874;
width: 1874;
}
.pie-reverse[size="1874"]::after {
top: 917;
left: 734.6;
}
.pie[size="1875"] {
height: 1875;
width: 1875;
}
.pie[size="1875"]::after {
top: 917.5;
left: 735;
}
.pie-reverse[size="1875"] {
height: 1875;
width: 1875;
}
.pie-reverse[size="1875"]::after {
top: 917.5;
left: 735;
}
.pie[size="1876"] {
height: 1876;
width: 1876;
}
.pie[size="1876"]::after {
top: 918;
left: 735.4;
}
.pie-reverse[size="1876"] {
height: 1876;
width: 1876;
}
.pie-reverse[size="1876"]::after {
top: 918;
left: 735.4;
}
.pie[size="1877"] {
height: 1877;
width: 1877;
}
.pie[size="1877"]::after {
top: 918.5;
left: 735.8;
}
.pie-reverse[size="1877"] {
height: 1877;
width: 1877;
}
.pie-reverse[size="1877"]::after {
top: 918.5;
left: 735.8;
}
.pie[size="1878"] {
height: 1878;
width: 1878;
}
.pie[size="1878"]::after {
top: 919;
left: 736.2;
}
.pie-reverse[size="1878"] {
height: 1878;
width: 1878;
}
.pie-reverse[size="1878"]::after {
top: 919;
left: 736.2;
}
.pie[size="1879"] {
height: 1879;
width: 1879;
}
.pie[size="1879"]::after {
top: 919.5;
left: 736.6;
}
.pie-reverse[size="1879"] {
height: 1879;
width: 1879;
}
.pie-reverse[size="1879"]::after {
top: 919.5;
left: 736.6;
}
.pie[size="1880"] {
height: 1880;
width: 1880;
}
.pie[size="1880"]::after {
top: 920;
left: 737;
}
.pie-reverse[size="1880"] {
height: 1880;
width: 1880;
}
.pie-reverse[size="1880"]::after {
top: 920;
left: 737;
}
.pie[size="1881"] {
height: 1881;
width: 1881;
}
.pie[size="1881"]::after {
top: 920.5;
left: 737.4;
}
.pie-reverse[size="1881"] {
height: 1881;
width: 1881;
}
.pie-reverse[size="1881"]::after {
top: 920.5;
left: 737.4;
}
.pie[size="1882"] {
height: 1882;
width: 1882;
}
.pie[size="1882"]::after {
top: 921;
left: 737.8;
}
.pie-reverse[size="1882"] {
height: 1882;
width: 1882;
}
.pie-reverse[size="1882"]::after {
top: 921;
left: 737.8;
}
.pie[size="1883"] {
height: 1883;
width: 1883;
}
.pie[size="1883"]::after {
top: 921.5;
left: 738.2;
}
.pie-reverse[size="1883"] {
height: 1883;
width: 1883;
}
.pie-reverse[size="1883"]::after {
top: 921.5;
left: 738.2;
}
.pie[size="1884"] {
height: 1884;
width: 1884;
}
.pie[size="1884"]::after {
top: 922;
left: 738.6;
}
.pie-reverse[size="1884"] {
height: 1884;
width: 1884;
}
.pie-reverse[size="1884"]::after {
top: 922;
left: 738.6;
}
.pie[size="1885"] {
height: 1885;
width: 1885;
}
.pie[size="1885"]::after {
top: 922.5;
left: 739;
}
.pie-reverse[size="1885"] {
height: 1885;
width: 1885;
}
.pie-reverse[size="1885"]::after {
top: 922.5;
left: 739;
}
.pie[size="1886"] {
height: 1886;
width: 1886;
}
.pie[size="1886"]::after {
top: 923;
left: 739.4;
}
.pie-reverse[size="1886"] {
height: 1886;
width: 1886;
}
.pie-reverse[size="1886"]::after {
top: 923;
left: 739.4;
}
.pie[size="1887"] {
height: 1887;
width: 1887;
}
.pie[size="1887"]::after {
top: 923.5;
left: 739.8;
}
.pie-reverse[size="1887"] {
height: 1887;
width: 1887;
}
.pie-reverse[size="1887"]::after {
top: 923.5;
left: 739.8;
}
.pie[size="1888"] {
height: 1888;
width: 1888;
}
.pie[size="1888"]::after {
top: 924;
left: 740.2;
}
.pie-reverse[size="1888"] {
height: 1888;
width: 1888;
}
.pie-reverse[size="1888"]::after {
top: 924;
left: 740.2;
}
.pie[size="1889"] {
height: 1889;
width: 1889;
}
.pie[size="1889"]::after {
top: 924.5;
left: 740.6;
}
.pie-reverse[size="1889"] {
height: 1889;
width: 1889;
}
.pie-reverse[size="1889"]::after {
top: 924.5;
left: 740.6;
}
.pie[size="1890"] {
height: 1890;
width: 1890;
}
.pie[size="1890"]::after {
top: 925;
left: 741;
}
.pie-reverse[size="1890"] {
height: 1890;
width: 1890;
}
.pie-reverse[size="1890"]::after {
top: 925;
left: 741;
}
.pie[size="1891"] {
height: 1891;
width: 1891;
}
.pie[size="1891"]::after {
top: 925.5;
left: 741.4;
}
.pie-reverse[size="1891"] {
height: 1891;
width: 1891;
}
.pie-reverse[size="1891"]::after {
top: 925.5;
left: 741.4;
}
.pie[size="1892"] {
height: 1892;
width: 1892;
}
.pie[size="1892"]::after {
top: 926;
left: 741.8;
}
.pie-reverse[size="1892"] {
height: 1892;
width: 1892;
}
.pie-reverse[size="1892"]::after {
top: 926;
left: 741.8;
}
.pie[size="1893"] {
height: 1893;
width: 1893;
}
.pie[size="1893"]::after {
top: 926.5;
left: 742.2;
}
.pie-reverse[size="1893"] {
height: 1893;
width: 1893;
}
.pie-reverse[size="1893"]::after {
top: 926.5;
left: 742.2;
}
.pie[size="1894"] {
height: 1894;
width: 1894;
}
.pie[size="1894"]::after {
top: 927;
left: 742.6;
}
.pie-reverse[size="1894"] {
height: 1894;
width: 1894;
}
.pie-reverse[size="1894"]::after {
top: 927;
left: 742.6;
}
.pie[size="1895"] {
height: 1895;
width: 1895;
}
.pie[size="1895"]::after {
top: 927.5;
left: 743;
}
.pie-reverse[size="1895"] {
height: 1895;
width: 1895;
}
.pie-reverse[size="1895"]::after {
top: 927.5;
left: 743;
}
.pie[size="1896"] {
height: 1896;
width: 1896;
}
.pie[size="1896"]::after {
top: 928;
left: 743.4;
}
.pie-reverse[size="1896"] {
height: 1896;
width: 1896;
}
.pie-reverse[size="1896"]::after {
top: 928;
left: 743.4;
}
.pie[size="1897"] {
height: 1897;
width: 1897;
}
.pie[size="1897"]::after {
top: 928.5;
left: 743.8;
}
.pie-reverse[size="1897"] {
height: 1897;
width: 1897;
}
.pie-reverse[size="1897"]::after {
top: 928.5;
left: 743.8;
}
.pie[size="1898"] {
height: 1898;
width: 1898;
}
.pie[size="1898"]::after {
top: 929;
left: 744.2;
}
.pie-reverse[size="1898"] {
height: 1898;
width: 1898;
}
.pie-reverse[size="1898"]::after {
top: 929;
left: 744.2;
}
.pie[size="1899"] {
height: 1899;
width: 1899;
}
.pie[size="1899"]::after {
top: 929.5;
left: 744.6;
}
.pie-reverse[size="1899"] {
height: 1899;
width: 1899;
}
.pie-reverse[size="1899"]::after {
top: 929.5;
left: 744.6;
}
.pie[size="1900"] {
height: 1900;
width: 1900;
}
.pie[size="1900"]::after {
top: 930;
left: 745;
}
.pie-reverse[size="1900"] {
height: 1900;
width: 1900;
}
.pie-reverse[size="1900"]::after {
top: 930;
left: 745;
}
.pie[size="1901"] {
height: 1901;
width: 1901;
}
.pie[size="1901"]::after {
top: 930.5;
left: 745.4;
}
.pie-reverse[size="1901"] {
height: 1901;
width: 1901;
}
.pie-reverse[size="1901"]::after {
top: 930.5;
left: 745.4;
}
.pie[size="1902"] {
height: 1902;
width: 1902;
}
.pie[size="1902"]::after {
top: 931;
left: 745.8;
}
.pie-reverse[size="1902"] {
height: 1902;
width: 1902;
}
.pie-reverse[size="1902"]::after {
top: 931;
left: 745.8;
}
.pie[size="1903"] {
height: 1903;
width: 1903;
}
.pie[size="1903"]::after {
top: 931.5;
left: 746.2;
}
.pie-reverse[size="1903"] {
height: 1903;
width: 1903;
}
.pie-reverse[size="1903"]::after {
top: 931.5;
left: 746.2;
}
.pie[size="1904"] {
height: 1904;
width: 1904;
}
.pie[size="1904"]::after {
top: 932;
left: 746.6;
}
.pie-reverse[size="1904"] {
height: 1904;
width: 1904;
}
.pie-reverse[size="1904"]::after {
top: 932;
left: 746.6;
}
.pie[size="1905"] {
height: 1905;
width: 1905;
}
.pie[size="1905"]::after {
top: 932.5;
left: 747;
}
.pie-reverse[size="1905"] {
height: 1905;
width: 1905;
}
.pie-reverse[size="1905"]::after {
top: 932.5;
left: 747;
}
.pie[size="1906"] {
height: 1906;
width: 1906;
}
.pie[size="1906"]::after {
top: 933;
left: 747.4;
}
.pie-reverse[size="1906"] {
height: 1906;
width: 1906;
}
.pie-reverse[size="1906"]::after {
top: 933;
left: 747.4;
}
.pie[size="1907"] {
height: 1907;
width: 1907;
}
.pie[size="1907"]::after {
top: 933.5;
left: 747.8;
}
.pie-reverse[size="1907"] {
height: 1907;
width: 1907;
}
.pie-reverse[size="1907"]::after {
top: 933.5;
left: 747.8;
}
.pie[size="1908"] {
height: 1908;
width: 1908;
}
.pie[size="1908"]::after {
top: 934;
left: 748.2;
}
.pie-reverse[size="1908"] {
height: 1908;
width: 1908;
}
.pie-reverse[size="1908"]::after {
top: 934;
left: 748.2;
}
.pie[size="1909"] {
height: 1909;
width: 1909;
}
.pie[size="1909"]::after {
top: 934.5;
left: 748.6;
}
.pie-reverse[size="1909"] {
height: 1909;
width: 1909;
}
.pie-reverse[size="1909"]::after {
top: 934.5;
left: 748.6;
}
.pie[size="1910"] {
height: 1910;
width: 1910;
}
.pie[size="1910"]::after {
top: 935;
left: 749;
}
.pie-reverse[size="1910"] {
height: 1910;
width: 1910;
}
.pie-reverse[size="1910"]::after {
top: 935;
left: 749;
}
.pie[size="1911"] {
height: 1911;
width: 1911;
}
.pie[size="1911"]::after {
top: 935.5;
left: 749.4;
}
.pie-reverse[size="1911"] {
height: 1911;
width: 1911;
}
.pie-reverse[size="1911"]::after {
top: 935.5;
left: 749.4;
}
.pie[size="1912"] {
height: 1912;
width: 1912;
}
.pie[size="1912"]::after {
top: 936;
left: 749.8;
}
.pie-reverse[size="1912"] {
height: 1912;
width: 1912;
}
.pie-reverse[size="1912"]::after {
top: 936;
left: 749.8;
}
.pie[size="1913"] {
height: 1913;
width: 1913;
}
.pie[size="1913"]::after {
top: 936.5;
left: 750.2;
}
.pie-reverse[size="1913"] {
height: 1913;
width: 1913;
}
.pie-reverse[size="1913"]::after {
top: 936.5;
left: 750.2;
}
.pie[size="1914"] {
height: 1914;
width: 1914;
}
.pie[size="1914"]::after {
top: 937;
left: 750.6;
}
.pie-reverse[size="1914"] {
height: 1914;
width: 1914;
}
.pie-reverse[size="1914"]::after {
top: 937;
left: 750.6;
}
.pie[size="1915"] {
height: 1915;
width: 1915;
}
.pie[size="1915"]::after {
top: 937.5;
left: 751;
}
.pie-reverse[size="1915"] {
height: 1915;
width: 1915;
}
.pie-reverse[size="1915"]::after {
top: 937.5;
left: 751;
}
.pie[size="1916"] {
height: 1916;
width: 1916;
}
.pie[size="1916"]::after {
top: 938;
left: 751.4;
}
.pie-reverse[size="1916"] {
height: 1916;
width: 1916;
}
.pie-reverse[size="1916"]::after {
top: 938;
left: 751.4;
}
.pie[size="1917"] {
height: 1917;
width: 1917;
}
.pie[size="1917"]::after {
top: 938.5;
left: 751.8;
}
.pie-reverse[size="1917"] {
height: 1917;
width: 1917;
}
.pie-reverse[size="1917"]::after {
top: 938.5;
left: 751.8;
}
.pie[size="1918"] {
height: 1918;
width: 1918;
}
.pie[size="1918"]::after {
top: 939;
left: 752.2;
}
.pie-reverse[size="1918"] {
height: 1918;
width: 1918;
}
.pie-reverse[size="1918"]::after {
top: 939;
left: 752.2;
}
.pie[size="1919"] {
height: 1919;
width: 1919;
}
.pie[size="1919"]::after {
top: 939.5;
left: 752.6;
}
.pie-reverse[size="1919"] {
height: 1919;
width: 1919;
}
.pie-reverse[size="1919"]::after {
top: 939.5;
left: 752.6;
}
.pie[size="1920"] {
height: 1920;
width: 1920;
}
.pie[size="1920"]::after {
top: 940;
left: 753;
}
.pie-reverse[size="1920"] {
height: 1920;
width: 1920;
}
.pie-reverse[size="1920"]::after {
top: 940;
left: 753;
}
.pie[size="1921"] {
height: 1921;
width: 1921;
}
.pie[size="1921"]::after {
top: 940.5;
left: 753.4;
}
.pie-reverse[size="1921"] {
height: 1921;
width: 1921;
}
.pie-reverse[size="1921"]::after {
top: 940.5;
left: 753.4;
}
.pie[size="1922"] {
height: 1922;
width: 1922;
}
.pie[size="1922"]::after {
top: 941;
left: 753.8;
}
.pie-reverse[size="1922"] {
height: 1922;
width: 1922;
}
.pie-reverse[size="1922"]::after {
top: 941;
left: 753.8;
}
.pie[size="1923"] {
height: 1923;
width: 1923;
}
.pie[size="1923"]::after {
top: 941.5;
left: 754.2;
}
.pie-reverse[size="1923"] {
height: 1923;
width: 1923;
}
.pie-reverse[size="1923"]::after {
top: 941.5;
left: 754.2;
}
.pie[size="1924"] {
height: 1924;
width: 1924;
}
.pie[size="1924"]::after {
top: 942;
left: 754.6;
}
.pie-reverse[size="1924"] {
height: 1924;
width: 1924;
}
.pie-reverse[size="1924"]::after {
top: 942;
left: 754.6;
}
.pie[size="1925"] {
height: 1925;
width: 1925;
}
.pie[size="1925"]::after {
top: 942.5;
left: 755;
}
.pie-reverse[size="1925"] {
height: 1925;
width: 1925;
}
.pie-reverse[size="1925"]::after {
top: 942.5;
left: 755;
}
.pie[size="1926"] {
height: 1926;
width: 1926;
}
.pie[size="1926"]::after {
top: 943;
left: 755.4;
}
.pie-reverse[size="1926"] {
height: 1926;
width: 1926;
}
.pie-reverse[size="1926"]::after {
top: 943;
left: 755.4;
}
.pie[size="1927"] {
height: 1927;
width: 1927;
}
.pie[size="1927"]::after {
top: 943.5;
left: 755.8;
}
.pie-reverse[size="1927"] {
height: 1927;
width: 1927;
}
.pie-reverse[size="1927"]::after {
top: 943.5;
left: 755.8;
}
.pie[size="1928"] {
height: 1928;
width: 1928;
}
.pie[size="1928"]::after {
top: 944;
left: 756.2;
}
.pie-reverse[size="1928"] {
height: 1928;
width: 1928;
}
.pie-reverse[size="1928"]::after {
top: 944;
left: 756.2;
}
.pie[size="1929"] {
height: 1929;
width: 1929;
}
.pie[size="1929"]::after {
top: 944.5;
left: 756.6;
}
.pie-reverse[size="1929"] {
height: 1929;
width: 1929;
}
.pie-reverse[size="1929"]::after {
top: 944.5;
left: 756.6;
}
.pie[size="1930"] {
height: 1930;
width: 1930;
}
.pie[size="1930"]::after {
top: 945;
left: 757;
}
.pie-reverse[size="1930"] {
height: 1930;
width: 1930;
}
.pie-reverse[size="1930"]::after {
top: 945;
left: 757;
}
.pie[size="1931"] {
height: 1931;
width: 1931;
}
.pie[size="1931"]::after {
top: 945.5;
left: 757.4;
}
.pie-reverse[size="1931"] {
height: 1931;
width: 1931;
}
.pie-reverse[size="1931"]::after {
top: 945.5;
left: 757.4;
}
.pie[size="1932"] {
height: 1932;
width: 1932;
}
.pie[size="1932"]::after {
top: 946;
left: 757.8;
}
.pie-reverse[size="1932"] {
height: 1932;
width: 1932;
}
.pie-reverse[size="1932"]::after {
top: 946;
left: 757.8;
}
.pie[size="1933"] {
height: 1933;
width: 1933;
}
.pie[size="1933"]::after {
top: 946.5;
left: 758.2;
}
.pie-reverse[size="1933"] {
height: 1933;
width: 1933;
}
.pie-reverse[size="1933"]::after {
top: 946.5;
left: 758.2;
}
.pie[size="1934"] {
height: 1934;
width: 1934;
}
.pie[size="1934"]::after {
top: 947;
left: 758.6;
}
.pie-reverse[size="1934"] {
height: 1934;
width: 1934;
}
.pie-reverse[size="1934"]::after {
top: 947;
left: 758.6;
}
.pie[size="1935"] {
height: 1935;
width: 1935;
}
.pie[size="1935"]::after {
top: 947.5;
left: 759;
}
.pie-reverse[size="1935"] {
height: 1935;
width: 1935;
}
.pie-reverse[size="1935"]::after {
top: 947.5;
left: 759;
}
.pie[size="1936"] {
height: 1936;
width: 1936;
}
.pie[size="1936"]::after {
top: 948;
left: 759.4;
}
.pie-reverse[size="1936"] {
height: 1936;
width: 1936;
}
.pie-reverse[size="1936"]::after {
top: 948;
left: 759.4;
}
.pie[size="1937"] {
height: 1937;
width: 1937;
}
.pie[size="1937"]::after {
top: 948.5;
left: 759.8;
}
.pie-reverse[size="1937"] {
height: 1937;
width: 1937;
}
.pie-reverse[size="1937"]::after {
top: 948.5;
left: 759.8;
}
.pie[size="1938"] {
height: 1938;
width: 1938;
}
.pie[size="1938"]::after {
top: 949;
left: 760.2;
}
.pie-reverse[size="1938"] {
height: 1938;
width: 1938;
}
.pie-reverse[size="1938"]::after {
top: 949;
left: 760.2;
}
.pie[size="1939"] {
height: 1939;
width: 1939;
}
.pie[size="1939"]::after {
top: 949.5;
left: 760.6;
}
.pie-reverse[size="1939"] {
height: 1939;
width: 1939;
}
.pie-reverse[size="1939"]::after {
top: 949.5;
left: 760.6;
}
.pie[size="1940"] {
height: 1940;
width: 1940;
}
.pie[size="1940"]::after {
top: 950;
left: 761;
}
.pie-reverse[size="1940"] {
height: 1940;
width: 1940;
}
.pie-reverse[size="1940"]::after {
top: 950;
left: 761;
}
.pie[size="1941"] {
height: 1941;
width: 1941;
}
.pie[size="1941"]::after {
top: 950.5;
left: 761.4;
}
.pie-reverse[size="1941"] {
height: 1941;
width: 1941;
}
.pie-reverse[size="1941"]::after {
top: 950.5;
left: 761.4;
}
.pie[size="1942"] {
height: 1942;
width: 1942;
}
.pie[size="1942"]::after {
top: 951;
left: 761.8;
}
.pie-reverse[size="1942"] {
height: 1942;
width: 1942;
}
.pie-reverse[size="1942"]::after {
top: 951;
left: 761.8;
}
.pie[size="1943"] {
height: 1943;
width: 1943;
}
.pie[size="1943"]::after {
top: 951.5;
left: 762.2;
}
.pie-reverse[size="1943"] {
height: 1943;
width: 1943;
}
.pie-reverse[size="1943"]::after {
top: 951.5;
left: 762.2;
}
.pie[size="1944"] {
height: 1944;
width: 1944;
}
.pie[size="1944"]::after {
top: 952;
left: 762.6;
}
.pie-reverse[size="1944"] {
height: 1944;
width: 1944;
}
.pie-reverse[size="1944"]::after {
top: 952;
left: 762.6;
}
.pie[size="1945"] {
height: 1945;
width: 1945;
}
.pie[size="1945"]::after {
top: 952.5;
left: 763;
}
.pie-reverse[size="1945"] {
height: 1945;
width: 1945;
}
.pie-reverse[size="1945"]::after {
top: 952.5;
left: 763;
}
.pie[size="1946"] {
height: 1946;
width: 1946;
}
.pie[size="1946"]::after {
top: 953;
left: 763.4;
}
.pie-reverse[size="1946"] {
height: 1946;
width: 1946;
}
.pie-reverse[size="1946"]::after {
top: 953;
left: 763.4;
}
.pie[size="1947"] {
height: 1947;
width: 1947;
}
.pie[size="1947"]::after {
top: 953.5;
left: 763.8;
}
.pie-reverse[size="1947"] {
height: 1947;
width: 1947;
}
.pie-reverse[size="1947"]::after {
top: 953.5;
left: 763.8;
}
.pie[size="1948"] {
height: 1948;
width: 1948;
}
.pie[size="1948"]::after {
top: 954;
left: 764.2;
}
.pie-reverse[size="1948"] {
height: 1948;
width: 1948;
}
.pie-reverse[size="1948"]::after {
top: 954;
left: 764.2;
}
.pie[size="1949"] {
height: 1949;
width: 1949;
}
.pie[size="1949"]::after {
top: 954.5;
left: 764.6;
}
.pie-reverse[size="1949"] {
height: 1949;
width: 1949;
}
.pie-reverse[size="1949"]::after {
top: 954.5;
left: 764.6;
}
.pie[size="1950"] {
height: 1950;
width: 1950;
}
.pie[size="1950"]::after {
top: 955;
left: 765;
}
.pie-reverse[size="1950"] {
height: 1950;
width: 1950;
}
.pie-reverse[size="1950"]::after {
top: 955;
left: 765;
}
.pie[size="1951"] {
height: 1951;
width: 1951;
}
.pie[size="1951"]::after {
top: 955.5;
left: 765.4;
}
.pie-reverse[size="1951"] {
height: 1951;
width: 1951;
}
.pie-reverse[size="1951"]::after {
top: 955.5;
left: 765.4;
}
.pie[size="1952"] {
height: 1952;
width: 1952;
}
.pie[size="1952"]::after {
top: 956;
left: 765.8;
}
.pie-reverse[size="1952"] {
height: 1952;
width: 1952;
}
.pie-reverse[size="1952"]::after {
top: 956;
left: 765.8;
}
.pie[size="1953"] {
height: 1953;
width: 1953;
}
.pie[size="1953"]::after {
top: 956.5;
left: 766.2;
}
.pie-reverse[size="1953"] {
height: 1953;
width: 1953;
}
.pie-reverse[size="1953"]::after {
top: 956.5;
left: 766.2;
}
.pie[size="1954"] {
height: 1954;
width: 1954;
}
.pie[size="1954"]::after {
top: 957;
left: 766.6;
}
.pie-reverse[size="1954"] {
height: 1954;
width: 1954;
}
.pie-reverse[size="1954"]::after {
top: 957;
left: 766.6;
}
.pie[size="1955"] {
height: 1955;
width: 1955;
}
.pie[size="1955"]::after {
top: 957.5;
left: 767;
}
.pie-reverse[size="1955"] {
height: 1955;
width: 1955;
}
.pie-reverse[size="1955"]::after {
top: 957.5;
left: 767;
}
.pie[size="1956"] {
height: 1956;
width: 1956;
}
.pie[size="1956"]::after {
top: 958;
left: 767.4;
}
.pie-reverse[size="1956"] {
height: 1956;
width: 1956;
}
.pie-reverse[size="1956"]::after {
top: 958;
left: 767.4;
}
.pie[size="1957"] {
height: 1957;
width: 1957;
}
.pie[size="1957"]::after {
top: 958.5;
left: 767.8;
}
.pie-reverse[size="1957"] {
height: 1957;
width: 1957;
}
.pie-reverse[size="1957"]::after {
top: 958.5;
left: 767.8;
}
.pie[size="1958"] {
height: 1958;
width: 1958;
}
.pie[size="1958"]::after {
top: 959;
left: 768.2;
}
.pie-reverse[size="1958"] {
height: 1958;
width: 1958;
}
.pie-reverse[size="1958"]::after {
top: 959;
left: 768.2;
}
.pie[size="1959"] {
height: 1959;
width: 1959;
}
.pie[size="1959"]::after {
top: 959.5;
left: 768.6;
}
.pie-reverse[size="1959"] {
height: 1959;
width: 1959;
}
.pie-reverse[size="1959"]::after {
top: 959.5;
left: 768.6;
}
.pie[size="1960"] {
height: 1960;
width: 1960;
}
.pie[size="1960"]::after {
top: 960;
left: 769;
}
.pie-reverse[size="1960"] {
height: 1960;
width: 1960;
}
.pie-reverse[size="1960"]::after {
top: 960;
left: 769;
}
.pie[size="1961"] {
height: 1961;
width: 1961;
}
.pie[size="1961"]::after {
top: 960.5;
left: 769.4;
}
.pie-reverse[size="1961"] {
height: 1961;
width: 1961;
}
.pie-reverse[size="1961"]::after {
top: 960.5;
left: 769.4;
}
.pie[size="1962"] {
height: 1962;
width: 1962;
}
.pie[size="1962"]::after {
top: 961;
left: 769.8;
}
.pie-reverse[size="1962"] {
height: 1962;
width: 1962;
}
.pie-reverse[size="1962"]::after {
top: 961;
left: 769.8;
}
.pie[size="1963"] {
height: 1963;
width: 1963;
}
.pie[size="1963"]::after {
top: 961.5;
left: 770.2;
}
.pie-reverse[size="1963"] {
height: 1963;
width: 1963;
}
.pie-reverse[size="1963"]::after {
top: 961.5;
left: 770.2;
}
.pie[size="1964"] {
height: 1964;
width: 1964;
}
.pie[size="1964"]::after {
top: 962;
left: 770.6;
}
.pie-reverse[size="1964"] {
height: 1964;
width: 1964;
}
.pie-reverse[size="1964"]::after {
top: 962;
left: 770.6;
}
.pie[size="1965"] {
height: 1965;
width: 1965;
}
.pie[size="1965"]::after {
top: 962.5;
left: 771;
}
.pie-reverse[size="1965"] {
height: 1965;
width: 1965;
}
.pie-reverse[size="1965"]::after {
top: 962.5;
left: 771;
}
.pie[size="1966"] {
height: 1966;
width: 1966;
}
.pie[size="1966"]::after {
top: 963;
left: 771.4;
}
.pie-reverse[size="1966"] {
height: 1966;
width: 1966;
}
.pie-reverse[size="1966"]::after {
top: 963;
left: 771.4;
}
.pie[size="1967"] {
height: 1967;
width: 1967;
}
.pie[size="1967"]::after {
top: 963.5;
left: 771.8;
}
.pie-reverse[size="1967"] {
height: 1967;
width: 1967;
}
.pie-reverse[size="1967"]::after {
top: 963.5;
left: 771.8;
}
.pie[size="1968"] {
height: 1968;
width: 1968;
}
.pie[size="1968"]::after {
top: 964;
left: 772.2;
}
.pie-reverse[size="1968"] {
height: 1968;
width: 1968;
}
.pie-reverse[size="1968"]::after {
top: 964;
left: 772.2;
}
.pie[size="1969"] {
height: 1969;
width: 1969;
}
.pie[size="1969"]::after {
top: 964.5;
left: 772.6;
}
.pie-reverse[size="1969"] {
height: 1969;
width: 1969;
}
.pie-reverse[size="1969"]::after {
top: 964.5;
left: 772.6;
}
.pie[size="1970"] {
height: 1970;
width: 1970;
}
.pie[size="1970"]::after {
top: 965;
left: 773;
}
.pie-reverse[size="1970"] {
height: 1970;
width: 1970;
}
.pie-reverse[size="1970"]::after {
top: 965;
left: 773;
}
.pie[size="1971"] {
height: 1971;
width: 1971;
}
.pie[size="1971"]::after {
top: 965.5;
left: 773.4;
}
.pie-reverse[size="1971"] {
height: 1971;
width: 1971;
}
.pie-reverse[size="1971"]::after {
top: 965.5;
left: 773.4;
}
.pie[size="1972"] {
height: 1972;
width: 1972;
}
.pie[size="1972"]::after {
top: 966;
left: 773.8;
}
.pie-reverse[size="1972"] {
height: 1972;
width: 1972;
}
.pie-reverse[size="1972"]::after {
top: 966;
left: 773.8;
}
.pie[size="1973"] {
height: 1973;
width: 1973;
}
.pie[size="1973"]::after {
top: 966.5;
left: 774.2;
}
.pie-reverse[size="1973"] {
height: 1973;
width: 1973;
}
.pie-reverse[size="1973"]::after {
top: 966.5;
left: 774.2;
}
.pie[size="1974"] {
height: 1974;
width: 1974;
}
.pie[size="1974"]::after {
top: 967;
left: 774.6;
}
.pie-reverse[size="1974"] {
height: 1974;
width: 1974;
}
.pie-reverse[size="1974"]::after {
top: 967;
left: 774.6;
}
.pie[size="1975"] {
height: 1975;
width: 1975;
}
.pie[size="1975"]::after {
top: 967.5;
left: 775;
}
.pie-reverse[size="1975"] {
height: 1975;
width: 1975;
}
.pie-reverse[size="1975"]::after {
top: 967.5;
left: 775;
}
.pie[size="1976"] {
height: 1976;
width: 1976;
}
.pie[size="1976"]::after {
top: 968;
left: 775.4;
}
.pie-reverse[size="1976"] {
height: 1976;
width: 1976;
}
.pie-reverse[size="1976"]::after {
top: 968;
left: 775.4;
}
.pie[size="1977"] {
height: 1977;
width: 1977;
}
.pie[size="1977"]::after {
top: 968.5;
left: 775.8;
}
.pie-reverse[size="1977"] {
height: 1977;
width: 1977;
}
.pie-reverse[size="1977"]::after {
top: 968.5;
left: 775.8;
}
.pie[size="1978"] {
height: 1978;
width: 1978;
}
.pie[size="1978"]::after {
top: 969;
left: 776.2;
}
.pie-reverse[size="1978"] {
height: 1978;
width: 1978;
}
.pie-reverse[size="1978"]::after {
top: 969;
left: 776.2;
}
.pie[size="1979"] {
height: 1979;
width: 1979;
}
.pie[size="1979"]::after {
top: 969.5;
left: 776.6;
}
.pie-reverse[size="1979"] {
height: 1979;
width: 1979;
}
.pie-reverse[size="1979"]::after {
top: 969.5;
left: 776.6;
}
.pie[size="1980"] {
height: 1980;
width: 1980;
}
.pie[size="1980"]::after {
top: 970;
left: 777;
}
.pie-reverse[size="1980"] {
height: 1980;
width: 1980;
}
.pie-reverse[size="1980"]::after {
top: 970;
left: 777;
}
.pie[size="1981"] {
height: 1981;
width: 1981;
}
.pie[size="1981"]::after {
top: 970.5;
left: 777.4;
}
.pie-reverse[size="1981"] {
height: 1981;
width: 1981;
}
.pie-reverse[size="1981"]::after {
top: 970.5;
left: 777.4;
}
.pie[size="1982"] {
height: 1982;
width: 1982;
}
.pie[size="1982"]::after {
top: 971;
left: 777.8;
}
.pie-reverse[size="1982"] {
height: 1982;
width: 1982;
}
.pie-reverse[size="1982"]::after {
top: 971;
left: 777.8;
}
.pie[size="1983"] {
height: 1983;
width: 1983;
}
.pie[size="1983"]::after {
top: 971.5;
left: 778.2;
}
.pie-reverse[size="1983"] {
height: 1983;
width: 1983;
}
.pie-reverse[size="1983"]::after {
top: 971.5;
left: 778.2;
}
.pie[size="1984"] {
height: 1984;
width: 1984;
}
.pie[size="1984"]::after {
top: 972;
left: 778.6;
}
.pie-reverse[size="1984"] {
height: 1984;
width: 1984;
}
.pie-reverse[size="1984"]::after {
top: 972;
left: 778.6;
}
.pie[size="1985"] {
height: 1985;
width: 1985;
}
.pie[size="1985"]::after {
top: 972.5;
left: 779;
}
.pie-reverse[size="1985"] {
height: 1985;
width: 1985;
}
.pie-reverse[size="1985"]::after {
top: 972.5;
left: 779;
}
.pie[size="1986"] {
height: 1986;
width: 1986;
}
.pie[size="1986"]::after {
top: 973;
left: 779.4;
}
.pie-reverse[size="1986"] {
height: 1986;
width: 1986;
}
.pie-reverse[size="1986"]::after {
top: 973;
left: 779.4;
}
.pie[size="1987"] {
height: 1987;
width: 1987;
}
.pie[size="1987"]::after {
top: 973.5;
left: 779.8;
}
.pie-reverse[size="1987"] {
height: 1987;
width: 1987;
}
.pie-reverse[size="1987"]::after {
top: 973.5;
left: 779.8;
}
.pie[size="1988"] {
height: 1988;
width: 1988;
}
.pie[size="1988"]::after {
top: 974;
left: 780.2;
}
.pie-reverse[size="1988"] {
height: 1988;
width: 1988;
}
.pie-reverse[size="1988"]::after {
top: 974;
left: 780.2;
}
.pie[size="1989"] {
height: 1989;
width: 1989;
}
.pie[size="1989"]::after {
top: 974.5;
left: 780.6;
}
.pie-reverse[size="1989"] {
height: 1989;
width: 1989;
}
.pie-reverse[size="1989"]::after {
top: 974.5;
left: 780.6;
}
.pie[size="1990"] {
height: 1990;
width: 1990;
}
.pie[size="1990"]::after {
top: 975;
left: 781;
}
.pie-reverse[size="1990"] {
height: 1990;
width: 1990;
}
.pie-reverse[size="1990"]::after {
top: 975;
left: 781;
}
.pie[size="1991"] {
height: 1991;
width: 1991;
}
.pie[size="1991"]::after {
top: 975.5;
left: 781.4;
}
.pie-reverse[size="1991"] {
height: 1991;
width: 1991;
}
.pie-reverse[size="1991"]::after {
top: 975.5;
left: 781.4;
}
.pie[size="1992"] {
height: 1992;
width: 1992;
}
.pie[size="1992"]::after {
top: 976;
left: 781.8;
}
.pie-reverse[size="1992"] {
height: 1992;
width: 1992;
}
.pie-reverse[size="1992"]::after {
top: 976;
left: 781.8;
}
.pie[size="1993"] {
height: 1993;
width: 1993;
}
.pie[size="1993"]::after {
top: 976.5;
left: 782.2;
}
.pie-reverse[size="1993"] {
height: 1993;
width: 1993;
}
.pie-reverse[size="1993"]::after {
top: 976.5;
left: 782.2;
}
.pie[size="1994"] {
height: 1994;
width: 1994;
}
.pie[size="1994"]::after {
top: 977;
left: 782.6;
}
.pie-reverse[size="1994"] {
height: 1994;
width: 1994;
}
.pie-reverse[size="1994"]::after {
top: 977;
left: 782.6;
}
.pie[size="1995"] {
height: 1995;
width: 1995;
}
.pie[size="1995"]::after {
top: 977.5;
left: 783;
}
.pie-reverse[size="1995"] {
height: 1995;
width: 1995;
}
.pie-reverse[size="1995"]::after {
top: 977.5;
left: 783;
}
.pie[size="1996"] {
height: 1996;
width: 1996;
}
.pie[size="1996"]::after {
top: 978;
left: 783.4;
}
.pie-reverse[size="1996"] {
height: 1996;
width: 1996;
}
.pie-reverse[size="1996"]::after {
top: 978;
left: 783.4;
}
.pie[size="1997"] {
height: 1997;
width: 1997;
}
.pie[size="1997"]::after {
top: 978.5;
left: 783.8;
}
.pie-reverse[size="1997"] {
height: 1997;
width: 1997;
}
.pie-reverse[size="1997"]::after {
top: 978.5;
left: 783.8;
}
.pie[size="1998"] {
height: 1998;
width: 1998;
}
.pie[size="1998"]::after {
top: 979;
left: 784.2;
}
.pie-reverse[size="1998"] {
height: 1998;
width: 1998;
}
.pie-reverse[size="1998"]::after {
top: 979;
left: 784.2;
}
.pie[size="1999"] {
height: 1999;
width: 1999;
}
.pie[size="1999"]::after {
top: 979.5;
left: 784.6;
}
.pie-reverse[size="1999"] {
height: 1999;
width: 1999;
}
.pie-reverse[size="1999"]::after {
top: 979.5;
left: 784.6;
}
.pie[size="2000"] {
height: 2000;
width: 2000;
}
.pie[size="2000"]::after {
top: 980;
left: 785;
}
.pie-reverse[size="2000"] {
height: 2000;
width: 2000;
}
.pie-reverse[size="2000"]::after {
top: 980;
left: 785;
}
.pie[data-value="0"]:before {
transform: rotate(0turn);
}
.pie-reverse[data-value="0"]:before {
transform: rotate(0turn);
}
.pie[data-value="1"]:before {
transform: rotate(0.01turn);
}
.pie-reverse[data-value="1"]:before {
transform: rotate(0.01turn);
}
.pie[data-value="2"]:before {
transform: rotate(0.02turn);
}
.pie-reverse[data-value="2"]:before {
transform: rotate(0.02turn);
}
.pie[data-value="3"]:before {
transform: rotate(0.03turn);
}
.pie-reverse[data-value="3"]:before {
transform: rotate(0.03turn);
}
.pie[data-value="4"]:before {
transform: rotate(0.04turn);
}
.pie-reverse[data-value="4"]:before {
transform: rotate(0.04turn);
}
.pie[data-value="5"]:before {
transform: rotate(0.05turn);
}
.pie-reverse[data-value="5"]:before {
transform: rotate(0.05turn);
}
.pie[data-value="6"]:before {
transform: rotate(0.06turn);
}
.pie-reverse[data-value="6"]:before {
transform: rotate(0.06turn);
}
.pie[data-value="7"]:before {
transform: rotate(0.07turn);
}
.pie-reverse[data-value="7"]:before {
transform: rotate(0.07turn);
}
.pie[data-value="8"]:before {
transform: rotate(0.08turn);
}
.pie-reverse[data-value="8"]:before {
transform: rotate(0.08turn);
}
.pie[data-value="9"]:before {
transform: rotate(0.09turn);
}
.pie-reverse[data-value="9"]:before {
transform: rotate(0.09turn);
}
.pie[data-value="10"]:before {
transform: rotate(0.1turn);
}
.pie-reverse[data-value="10"]:before {
transform: rotate(0.1turn);
}
.pie[data-value="11"]:before {
transform: rotate(0.11turn);
}
.pie-reverse[data-value="11"]:before {
transform: rotate(0.11turn);
}
.pie[data-value="12"]:before {
transform: rotate(0.12turn);
}
.pie-reverse[data-value="12"]:before {
transform: rotate(0.12turn);
}
.pie[data-value="13"]:before {
transform: rotate(0.13turn);
}
.pie-reverse[data-value="13"]:before {
transform: rotate(0.13turn);
}
.pie[data-value="14"]:before {
transform: rotate(0.14turn);
}
.pie-reverse[data-value="14"]:before {
transform: rotate(0.14turn);
}
.pie[data-value="15"]:before {
transform: rotate(0.15turn);
}
.pie-reverse[data-value="15"]:before {
transform: rotate(0.15turn);
}
.pie[data-value="16"]:before {
transform: rotate(0.16turn);
}
.pie-reverse[data-value="16"]:before {
transform: rotate(0.16turn);
}
.pie[data-value="17"]:before {
transform: rotate(0.17turn);
}
.pie-reverse[data-value="17"]:before {
transform: rotate(0.17turn);
}
.pie[data-value="18"]:before {
transform: rotate(0.18turn);
}
.pie-reverse[data-value="18"]:before {
transform: rotate(0.18turn);
}
.pie[data-value="19"]:before {
transform: rotate(0.19turn);
}
.pie-reverse[data-value="19"]:before {
transform: rotate(0.19turn);
}
.pie[data-value="20"]:before {
transform: rotate(0.2turn);
}
.pie-reverse[data-value="20"]:before {
transform: rotate(0.2turn);
}
.pie[data-value="21"]:before {
transform: rotate(0.21turn);
}
.pie-reverse[data-value="21"]:before {
transform: rotate(0.21turn);
}
.pie[data-value="22"]:before {
transform: rotate(0.22turn);
}
.pie-reverse[data-value="22"]:before {
transform: rotate(0.22turn);
}
.pie[data-value="23"]:before {
transform: rotate(0.23turn);
}
.pie-reverse[data-value="23"]:before {
transform: rotate(0.23turn);
}
.pie[data-value="24"]:before {
transform: rotate(0.24turn);
}
.pie-reverse[data-value="24"]:before {
transform: rotate(0.24turn);
}
.pie[data-value="25"]:before {
transform: rotate(0.25turn);
}
.pie-reverse[data-value="25"]:before {
transform: rotate(0.25turn);
}
.pie[data-value="26"]:before {
transform: rotate(0.26turn);
}
.pie-reverse[data-value="26"]:before {
transform: rotate(0.26turn);
}
.pie[data-value="27"]:before {
transform: rotate(0.27turn);
}
.pie-reverse[data-value="27"]:before {
transform: rotate(0.27turn);
}
.pie[data-value="28"]:before {
transform: rotate(0.28turn);
}
.pie-reverse[data-value="28"]:before {
transform: rotate(0.28turn);
}
.pie[data-value="29"]:before {
transform: rotate(0.29turn);
}
.pie-reverse[data-value="29"]:before {
transform: rotate(0.29turn);
}
.pie[data-value="30"]:before {
transform: rotate(0.3turn);
}
.pie-reverse[data-value="30"]:before {
transform: rotate(0.3turn);
}
.pie[data-value="31"]:before {
transform: rotate(0.31turn);
}
.pie-reverse[data-value="31"]:before {
transform: rotate(0.31turn);
}
.pie[data-value="32"]:before {
transform: rotate(0.32turn);
}
.pie-reverse[data-value="32"]:before {
transform: rotate(0.32turn);
}
.pie[data-value="33"]:before {
transform: rotate(0.33turn);
}
.pie-reverse[data-value="33"]:before {
transform: rotate(0.33turn);
}
.pie[data-value="34"]:before {
transform: rotate(0.34turn);
}
.pie-reverse[data-value="34"]:before {
transform: rotate(0.34turn);
}
.pie[data-value="35"]:before {
transform: rotate(0.35turn);
}
.pie-reverse[data-value="35"]:before {
transform: rotate(0.35turn);
}
.pie[data-value="36"]:before {
transform: rotate(0.36turn);
}
.pie-reverse[data-value="36"]:before {
transform: rotate(0.36turn);
}
.pie[data-value="37"]:before {
transform: rotate(0.37turn);
}
.pie-reverse[data-value="37"]:before {
transform: rotate(0.37turn);
}
.pie[data-value="38"]:before {
transform: rotate(0.38turn);
}
.pie-reverse[data-value="38"]:before {
transform: rotate(0.38turn);
}
.pie[data-value="39"]:before {
transform: rotate(0.39turn);
}
.pie-reverse[data-value="39"]:before {
transform: rotate(0.39turn);
}
.pie[data-value="40"]:before {
transform: rotate(0.4turn);
}
.pie-reverse[data-value="40"]:before {
transform: rotate(0.4turn);
}
.pie[data-value="41"]:before {
transform: rotate(0.41turn);
}
.pie-reverse[data-value="41"]:before {
transform: rotate(0.41turn);
}
.pie[data-value="42"]:before {
transform: rotate(0.42turn);
}
.pie-reverse[data-value="42"]:before {
transform: rotate(0.42turn);
}
.pie[data-value="43"]:before {
transform: rotate(0.43turn);
}
.pie-reverse[data-value="43"]:before {
transform: rotate(0.43turn);
}
.pie[data-value="44"]:before {
transform: rotate(0.44turn);
}
.pie-reverse[data-value="44"]:before {
transform: rotate(0.44turn);
}
.pie[data-value="45"]:before {
transform: rotate(0.45turn);
}
.pie-reverse[data-value="45"]:before {
transform: rotate(0.45turn);
}
.pie[data-value="46"]:before {
transform: rotate(0.46turn);
}
.pie-reverse[data-value="46"]:before {
transform: rotate(0.46turn);
}
.pie[data-value="47"]:before {
transform: rotate(0.47turn);
}
.pie-reverse[data-value="47"]:before {
transform: rotate(0.47turn);
}
.pie[data-value="48"]:before {
transform: rotate(0.48turn);
}
.pie-reverse[data-value="48"]:before {
transform: rotate(0.48turn);
}
.pie[data-value="49"]:before {
transform: rotate(0.49turn);
}
.pie-reverse[data-value="49"]:before {
transform: rotate(0.49turn);
}
.pie[data-value="50"]:before {
transform: rotate(0.5turn);
}
.pie-reverse[data-value="50"]:before {
transform: rotate(0.5turn);
}
.pie[data-value="51"]:before {
background-color: #4CC9D8;
transform: rotate(0.01turn);
}
.pie-reverse[data-value="51"]:before {
background-color: #e91e63;
transform: rotate(0.01turn);
}
.pie[data-value="52"]:before {
background-color: #4CC9D8;
transform: rotate(0.02turn);
}
.pie-reverse[data-value="52"]:before {
background-color: #e91e63;
transform: rotate(0.02turn);
}
.pie[data-value="53"]:before {
background-color: #4CC9D8;
transform: rotate(0.03turn);
}
.pie-reverse[data-value="53"]:before {
background-color: #e91e63;
transform: rotate(0.03turn);
}
.pie[data-value="54"]:before {
background-color: #4CC9D8;
transform: rotate(0.04turn);
}
.pie-reverse[data-value="54"]:before {
background-color: #e91e63;
transform: rotate(0.04turn);
}
.pie[data-value="55"]:before {
background-color: #4CC9D8;
transform: rotate(0.05turn);
}
.pie-reverse[data-value="55"]:before {
background-color: #e91e63;
transform: rotate(0.05turn);
}
.pie[data-value="56"]:before {
background-color: #4CC9D8;
transform: rotate(0.06turn);
}
.pie-reverse[data-value="56"]:before {
background-color: #e91e63;
transform: rotate(0.06turn);
}
.pie[data-value="57"]:before {
background-color: #4CC9D8;
transform: rotate(0.07turn);
}
.pie-reverse[data-value="57"]:before {
background-color: #e91e63;
transform: rotate(0.07turn);
}
.pie[data-value="58"]:before {
background-color: #4CC9D8;
transform: rotate(0.08turn);
}
.pie-reverse[data-value="58"]:before {
background-color: #e91e63;
transform: rotate(0.08turn);
}
.pie[data-value="59"]:before {
background-color: #4CC9D8;
transform: rotate(0.09turn);
}
.pie-reverse[data-value="59"]:before {
background-color: #e91e63;
transform: rotate(0.09turn);
}
.pie[data-value="60"]:before {
background-color: #4CC9D8;
transform: rotate(0.1turn);
}
.pie-reverse[data-value="60"]:before {
background-color: #e91e63;
transform: rotate(0.1turn);
}
.pie[data-value="61"]:before {
background-color: #4CC9D8;
transform: rotate(0.11turn);
}
.pie-reverse[data-value="61"]:before {
background-color: #e91e63;
transform: rotate(0.11turn);
}
.pie[data-value="62"]:before {
background-color: #4CC9D8;
transform: rotate(0.12turn);
}
.pie-reverse[data-value="62"]:before {
background-color: #e91e63;
transform: rotate(0.12turn);
}
.pie[data-value="63"]:before {
background-color: #4CC9D8;
transform: rotate(0.13turn);
}
.pie-reverse[data-value="63"]:before {
background-color: #e91e63;
transform: rotate(0.13turn);
}
.pie[data-value="64"]:before {
background-color: #4CC9D8;
transform: rotate(0.14turn);
}
.pie-reverse[data-value="64"]:before {
background-color: #e91e63;
transform: rotate(0.14turn);
}
.pie[data-value="65"]:before {
background-color: #4CC9D8;
transform: rotate(0.15turn);
}
.pie-reverse[data-value="65"]:before {
background-color: #e91e63;
transform: rotate(0.15turn);
}
.pie[data-value="66"]:before {
background-color: #4CC9D8;
transform: rotate(0.16turn);
}
.pie-reverse[data-value="66"]:before {
background-color: #e91e63;
transform: rotate(0.16turn);
}
.pie[data-value="67"]:before {
background-color: #4CC9D8;
transform: rotate(0.17turn);
}
.pie-reverse[data-value="67"]:before {
background-color: #e91e63;
transform: rotate(0.17turn);
}
.pie[data-value="68"]:before {
background-color: #4CC9D8;
transform: rotate(0.18turn);
}
.pie-reverse[data-value="68"]:before {
background-color: #e91e63;
transform: rotate(0.18turn);
}
.pie[data-value="69"]:before {
background-color: #4CC9D8;
transform: rotate(0.19turn);
}
.pie-reverse[data-value="69"]:before {
background-color: #e91e63;
transform: rotate(0.19turn);
}
.pie[data-value="70"]:before {
background-color: #4CC9D8;
transform: rotate(0.2turn);
}
.pie-reverse[data-value="70"]:before {
background-color: #e91e63;
transform: rotate(0.2turn);
}
.pie[data-value="71"]:before {
background-color: #4CC9D8;
transform: rotate(0.21turn);
}
.pie-reverse[data-value="71"]:before {
background-color: #e91e63;
transform: rotate(0.21turn);
}
.pie[data-value="72"]:before {
background-color: #4CC9D8;
transform: rotate(0.22turn);
}
.pie-reverse[data-value="72"]:before {
background-color: #e91e63;
transform: rotate(0.22turn);
}
.pie[data-value="73"]:before {
background-color: #4CC9D8;
transform: rotate(0.23turn);
}
.pie-reverse[data-value="73"]:before {
background-color: #e91e63;
transform: rotate(0.23turn);
}
.pie[data-value="74"]:before {
background-color: #4CC9D8;
transform: rotate(0.24turn);
}
.pie-reverse[data-value="74"]:before {
background-color: #e91e63;
transform: rotate(0.24turn);
}
.pie[data-value="75"]:before {
background-color: #4CC9D8;
transform: rotate(0.25turn);
}
.pie-reverse[data-value="75"]:before {
background-color: #e91e63;
transform: rotate(0.25turn);
}
.pie[data-value="76"]:before {
background-color: #4CC9D8;
transform: rotate(0.26turn);
}
.pie-reverse[data-value="76"]:before {
background-color: #e91e63;
transform: rotate(0.26turn);
}
.pie[data-value="77"]:before {
background-color: #4CC9D8;
transform: rotate(0.27turn);
}
.pie-reverse[data-value="77"]:before {
background-color: #e91e63;
transform: rotate(0.27turn);
}
.pie[data-value="78"]:before {
background-color: #4CC9D8;
transform: rotate(0.28turn);
}
.pie-reverse[data-value="78"]:before {
background-color: #e91e63;
transform: rotate(0.28turn);
}
.pie[data-value="79"]:before {
background-color: #4CC9D8;
transform: rotate(0.29turn);
}
.pie-reverse[data-value="79"]:before {
background-color: #e91e63;
transform: rotate(0.29turn);
}
.pie[data-value="80"]:before {
background-color: #4CC9D8;
transform: rotate(0.3turn);
}
.pie-reverse[data-value="80"]:before {
background-color: #e91e63;
transform: rotate(0.3turn);
}
.pie[data-value="81"]:before {
background-color: #4CC9D8;
transform: rotate(0.31turn);
}
.pie-reverse[data-value="81"]:before {
background-color: #e91e63;
transform: rotate(0.31turn);
}
.pie[data-value="82"]:before {
background-color: #4CC9D8;
transform: rotate(0.32turn);
}
.pie-reverse[data-value="82"]:before {
background-color: #e91e63;
transform: rotate(0.32turn);
}
.pie[data-value="83"]:before {
background-color: #4CC9D8;
transform: rotate(0.33turn);
}
.pie-reverse[data-value="83"]:before {
background-color: #e91e63;
transform: rotate(0.33turn);
}
.pie[data-value="84"]:before {
background-color: #4CC9D8;
transform: rotate(0.34turn);
}
.pie-reverse[data-value="84"]:before {
background-color: #e91e63;
transform: rotate(0.34turn);
}
.pie[data-value="85"]:before {
background-color: #4CC9D8;
transform: rotate(0.35turn);
}
.pie-reverse[data-value="85"]:before {
background-color: #e91e63;
transform: rotate(0.35turn);
}
.pie[data-value="86"]:before {
background-color: #4CC9D8;
transform: rotate(0.36turn);
}
.pie-reverse[data-value="86"]:before {
background-color: #e91e63;
transform: rotate(0.36turn);
}
.pie[data-value="87"]:before {
background-color: #4CC9D8;
transform: rotate(0.37turn);
}
.pie-reverse[data-value="87"]:before {
background-color: #e91e63;
transform: rotate(0.37turn);
}
.pie[data-value="88"]:before {
background-color: #4CC9D8;
transform: rotate(0.38turn);
}
.pie-reverse[data-value="88"]:before {
background-color: #e91e63;
transform: rotate(0.38turn);
}
.pie[data-value="89"]:before {
background-color: #4CC9D8;
transform: rotate(0.39turn);
}
.pie-reverse[data-value="89"]:before {
background-color: #e91e63;
transform: rotate(0.39turn);
}
.pie[data-value="90"]:before {
background-color: #4CC9D8;
transform: rotate(0.4turn);
}
.pie-reverse[data-value="90"]:before {
background-color: #e91e63;
transform: rotate(0.4turn);
}
.pie[data-value="91"]:before {
background-color: #4CC9D8;
transform: rotate(0.41turn);
}
.pie-reverse[data-value="91"]:before {
background-color: #e91e63;
transform: rotate(0.41turn);
}
.pie[data-value="92"]:before {
background-color: #4CC9D8;
transform: rotate(0.42turn);
}
.pie-reverse[data-value="92"]:before {
background-color: #e91e63;
transform: rotate(0.42turn);
}
.pie[data-value="93"]:before {
background-color: #4CC9D8;
transform: rotate(0.43turn);
}
.pie-reverse[data-value="93"]:before {
background-color: #e91e63;
transform: rotate(0.43turn);
}
.pie[data-value="94"]:before {
background-color: #4CC9D8;
transform: rotate(0.44turn);
}
.pie-reverse[data-value="94"]:before {
background-color: #e91e63;
transform: rotate(0.44turn);
}
.pie[data-value="95"]:before {
background-color: #4CC9D8;
transform: rotate(0.45turn);
}
.pie-reverse[data-value="95"]:before {
background-color: #e91e63;
transform: rotate(0.45turn);
}
.pie[data-value="96"]:before {
background-color: #4CC9D8;
transform: rotate(0.46turn);
}
.pie-reverse[data-value="96"]:before {
background-color: #e91e63;
transform: rotate(0.46turn);
}
.pie[data-value="97"]:before {
background-color: #4CC9D8;
transform: rotate(0.47turn);
}
.pie-reverse[data-value="97"]:before {
background-color: #e91e63;
transform: rotate(0.47turn);
}
.pie[data-value="98"]:before {
background-color: #4CC9D8;
transform: rotate(0.48turn);
}
.pie-reverse[data-value="98"]:before {
background-color: #e91e63;
transform: rotate(0.48turn);
}
.pie[data-value="99"]:before {
background-color: #4CC9D8;
transform: rotate(0.49turn);
}
.pie-reverse[data-value="99"]:before {
background-color: #e91e63;
transform: rotate(0.49turn);
}
.pie[data-value="100"]:before {
background-color: #4CC9D8;
transform: rotate(0.5turn);
}
.pie-reverse[data-value="100"]:before {
background-color: #e91e63;
transform: rotate(0.5turn);
}
/*# sourceMappingURL=pie.css.map */ | 0.639511 | 0.105717 |
@charset "utf-8";
/* css 重置 */
/* 本例子css */
.activityBox{height:280px;width:275px;position:relative;font:12px/20px Arial,Helvetica,'宋体',sans-serif;}
.activityBox a{color:#C30;}
.activityBox .title{width:280px;height:34px;line-height:34px;padding:0 10px;background:#E52;}
.activityBox .title h2{font-size:18px;line-height:34px;font-family:'微软雅黑', '黑体', '宋体';color:#fff;font-weight:normal;}
.activityBox .title .pageState{margin-left:0px;}
.activityBox .content{width:280px;position:relative;}
.activityBox .content .contentInner{width:280px;height:220px;margin:0px;padding:10px 9px;position:relative;overflow:hidden;border:3px solid #E52;}
.activityBox .content .contentInner ul{width:275px;height:220px;position:absolute;}
.activityBox .content .contentInner ul li{height:240px;list-style:none;margin:0px;}
.activityBox .content .contentInner ul li img{vertical-align:middle;width:260px;height:160px;align-content: center;}
.activityBox .content .contentInner .mt5{margin-top:5px;}
.activityBox .content .contentInner p{font-size: 10px;line-height: 10px;}
.activityBox .content .contentInner p span{color:#999;margin-left:5px;}
.activityBox .title, .activityBox .title a{color:#fff;}
.activityBox .title .ac_List{position:absolute;right:55px;top:0;}
.activityBox .title .prev, .activityBox .title .next{width:16px;height:14px;position:absolute;display:block;top:10px;cursor:pointer;background:url(../img/index_main.png) 0 0 no-repeat;}
.activityBox .title .prev{right:29px;background-position:-52px -345px;}
.activityBox .title .next{right:10px;background-position:-35px -345px;}
.activityBox .title .prev:hover{background-position:-86px -345px;}
.activityBox .title .next:hover{background-position:-69px -345px;}
.activityBox .leftZone, .activityBox .rightZone{background:url(../img/index_main.png) 0 0 no-repeat;width:8px;height:8px;font-size:0;display:block;position:absolute;top:0;}
.activityBox .leftZone{background-position:-103px -345px;left:0;}
.activityBox .rightZone{background-position:-114px -345px;right:0;} | app/static/css/ad.css | @charset "utf-8";
/* css 重置 */
/* 本例子css */
.activityBox{height:280px;width:275px;position:relative;font:12px/20px Arial,Helvetica,'宋体',sans-serif;}
.activityBox a{color:#C30;}
.activityBox .title{width:280px;height:34px;line-height:34px;padding:0 10px;background:#E52;}
.activityBox .title h2{font-size:18px;line-height:34px;font-family:'微软雅黑', '黑体', '宋体';color:#fff;font-weight:normal;}
.activityBox .title .pageState{margin-left:0px;}
.activityBox .content{width:280px;position:relative;}
.activityBox .content .contentInner{width:280px;height:220px;margin:0px;padding:10px 9px;position:relative;overflow:hidden;border:3px solid #E52;}
.activityBox .content .contentInner ul{width:275px;height:220px;position:absolute;}
.activityBox .content .contentInner ul li{height:240px;list-style:none;margin:0px;}
.activityBox .content .contentInner ul li img{vertical-align:middle;width:260px;height:160px;align-content: center;}
.activityBox .content .contentInner .mt5{margin-top:5px;}
.activityBox .content .contentInner p{font-size: 10px;line-height: 10px;}
.activityBox .content .contentInner p span{color:#999;margin-left:5px;}
.activityBox .title, .activityBox .title a{color:#fff;}
.activityBox .title .ac_List{position:absolute;right:55px;top:0;}
.activityBox .title .prev, .activityBox .title .next{width:16px;height:14px;position:absolute;display:block;top:10px;cursor:pointer;background:url(../img/index_main.png) 0 0 no-repeat;}
.activityBox .title .prev{right:29px;background-position:-52px -345px;}
.activityBox .title .next{right:10px;background-position:-35px -345px;}
.activityBox .title .prev:hover{background-position:-86px -345px;}
.activityBox .title .next:hover{background-position:-69px -345px;}
.activityBox .leftZone, .activityBox .rightZone{background:url(../img/index_main.png) 0 0 no-repeat;width:8px;height:8px;font-size:0;display:block;position:absolute;top:0;}
.activityBox .leftZone{background-position:-103px -345px;left:0;}
.activityBox .rightZone{background-position:-114px -345px;right:0;} | 0.150715 | 0.028953 |
ul.polaroids p {
text-align: center;
color: #696767;
line-height: 24px;
letter-spacing: 0.2px;
transform: translate3d(0, 0, 0);
}
ul.polaroids span {
font-size: 25px;
display: inline-block;
margin-top: 40px;
font-weight: 700;
font-family: Montserrat;
}
ul.polaroids li {
text-align: center;
list-style: none;
transform: rotate(6deg);
box-shadow: 2px 0px 6px rgba(0, 0, 0, .25);
padding: 30px;
background-color: #fff;
background: url(../img/ornaments/polaroid_texture.png) repeat;
transition: transform .8s ease-in-out;
}
.polaroids.owl-carousel .owl-stage-outer {
padding: 50px 0px;
}
/*
* Core Owl Carousel CSS File
* v1.3.3
*/
/* clearfix */
.owl-carousel .owl-wrapper:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
/* display none until init */
.owl-carousel{
display: none;
position: relative;
width: 100%;
-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
display: none;
position: relative;
-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
overflow: hidden;
position: relative;
width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
-webkit-transition: height 500ms ease-in-out;
-moz-transition: height 500ms ease-in-out;
-ms-transition: height 500ms ease-in-out;
-o-transition: height 500ms ease-in-out;
transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item{
float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
cursor: pointer;
}
.owl-controls {
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
.grabbing {
cursor:url(grabbing.png) 8 8, move;
}
/* fix */
.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 CSS3 Transitions
* v1.3.2
*/
.owl-origin {
-webkit-perspective: 1200px;
-webkit-perspective-origin-x : 50%;
-webkit-perspective-origin-y : 50%;
-moz-perspective : 1200px;
-moz-perspective-origin-x : 50%;
-moz-perspective-origin-y : 50%;
perspective : 1200px;
}
/* fade */
.owl-fade-out {
z-index: 10;
-webkit-animation: fadeOut .7s both ease;
-moz-animation: fadeOut .7s both ease;
animation: fadeOut .7s both ease;
}
.owl-fade-in {
-webkit-animation: fadeIn .7s both ease;
-moz-animation: fadeIn .7s both ease;
animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
-webkit-animation: backSlideOut 1s both ease;
-moz-animation: backSlideOut 1s both ease;
animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
-webkit-animation: backSlideIn 1s both ease;
-moz-animation: backSlideIn 1s both ease;
animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
-webkit-animation: scaleToFade .7s ease both;
-moz-animation: scaleToFade .7s ease both;
animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
-webkit-animation: goDown .6s ease both;
-moz-animation: goDown .6s ease both;
animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
-webkit-animation: scaleUpFrom 1.2s ease both;
-moz-animation: scaleUpFrom 1.2s ease both;
animation: scaleUpFrom 1.2s ease both;
}
.owl-fadeUp-out {
-webkit-animation: scaleUpTo 1.2s ease both;
-moz-animation: scaleUpTo 1.2s ease both;
animation: scaleUpTo 1.2s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
0% {opacity: 1}
}
@-moz-keyframes empty {
0% {opacity: 1}
}
@keyframes empty {
0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
0% { opacity:0; }
100% { opacity:1; }
}
@-moz-keyframes fadeIn {
0% { opacity:0; }
100% { opacity:1; }
}
@keyframes fadeIn {
0% { opacity:0; }
100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
0% { opacity:1; }
100% { opacity:0; }
}
@-moz-keyframes fadeOut {
0% { opacity:1; }
100% { opacity:0; }
}
@keyframes fadeOut {
0% { opacity:1; }
100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
25% { opacity: .5; -webkit-transform: translateZ(-500px); }
75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
25% { opacity: .5; -moz-transform: translateZ(-500px); }
75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
25% { opacity: .5; transform: translateZ(-500px); }
75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
75% { opacity: .5; -webkit-transform: translateZ(-500px); }
100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
75% { opacity: .5; -moz-transform: translateZ(-500px); }
100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
75% { opacity: .5; transform: translateZ(-500px); }
100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
from { transform: translateY(-100%); }
}
@-webkit-keyframes scaleUpFrom {
from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
from { opacity: 0; transform: scale(1.5); }
}
@-webkit-keyframes scaleUpTo {
to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
to { opacity: 0; transform: scale(1.5); }
}
/*----------------------------------------------------------------------
* Owl Carousel Owl Demo Theme
* v1.3.3
*/
.owl-theme .owl-controls{
margin-top: 10px;
text-align: center;
}
/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div{
color: #FFF;
display: inline-block;
zoom: 1;
*display: inline;/*IE7 life-saver */
margin: 5px;
padding: 3px 10px;
font-size: 12px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
background: #869791;
filter: Alpha(Opacity=50);/*IE7 fix*/
opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
filter: Alpha(Opacity=100);/*IE7 fix*/
opacity: 1;
text-decoration: none;
}
/* Styling Pagination*/
.owl-theme .owl-controls .owl-page{
display: inline-block;
zoom: 1;
*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
display: block;
width: 12px;
height: 12px;
margin: 5px 7px;
filter: Alpha(Opacity=50);/*IE7 fix*/
opacity: 0.5;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
background: #869791;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
filter: Alpha(Opacity=100);/*IE7 fix*/
opacity: 1;
}
/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers{
height: auto;
width: auto;
color: #FFF;
padding: 2px 10px;
font-size: 12px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
}
/* preloading images */
.owl-item.loading{
min-height: 150px;
background: url(AjaxLoader.gif) no-repeat center center
}
/*
* Core Owl Carousel CSS File
*/
.owl-carousel {
display: none;
width: 100%;
-webkit-tap-highlight-color: transparent;
/* position relative and z-index fix webkit rendering fonts issue */
position: relative;
z-index: 1;
}
.owl-carousel .owl-stage {
position: relative;
-ms-touch-action: pan-Y;
}
.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;
/* fix for flashing background */
-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
cursor: pointer;
cursor: hand;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.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 {
display: none;
}
.owl-carousel .owl-item {
position: relative;
min-height: 1px;
float: left;
-webkit-backface-visibility: hidden;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.owl-carousel .owl-item img {
display: block;
width: 100%;
-webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
-webkit-user-select: auto;
-moz-user-select: auto;
-ms-user-select: auto;
user-select: auto;
}
.owl-carousel .owl-grab {
cursor: move;
cursor: -webkit-grab;
cursor: -o-grab;
cursor: -ms-grab;
cursor: grab;
}
.owl-carousel.owl-rtl {
direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
float: right;
}
/* No Js */
.no-js .owl-carousel {
display: block;
}
/*
* Owl Carousel - Lazy Load Plugin
*/
.owl-carousel .owl-item .owl-lazy {
opacity: 0;
-webkit-transition: opacity 400ms ease;
-moz-transition: opacity 400ms ease;
-ms-transition: opacity 400ms ease;
-o-transition: opacity 400ms ease;
transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
transform-style: preserve-3d;
}
/*
* Owl Carousel - Video Plugin
*/
.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("owl.video.play.png") no-repeat;
cursor: pointer;
z-index: 1;
-webkit-backface-visibility: hidden;
-webkit-transition: scale 100ms ease;
-moz-transition: scale 100ms ease;
-ms-transition: scale 100ms ease;
-o-transition: scale 100ms ease;
transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
-webkit-transition: scale(1.3, 1.3);
-moz-transition: scale(1.3, 1.3);
-ms-transition: scale(1.3, 1.3);
-o-transition: scale(1.3, 1.3);
transition: 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;
-webkit-background-size: contain;
-moz-background-size: contain;
-o-background-size: contain;
background-size: contain;
-webkit-transition: opacity 400ms ease;
-moz-transition: opacity 400ms ease;
-ms-transition: opacity 400ms ease;
-o-transition: opacity 400ms ease;
transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
position: relative;
z-index: 1;
}
.owl-carousel .owl-item {
perspective: 1000px;
} | public/system/css/header.css | ul.polaroids p {
text-align: center;
color: #696767;
line-height: 24px;
letter-spacing: 0.2px;
transform: translate3d(0, 0, 0);
}
ul.polaroids span {
font-size: 25px;
display: inline-block;
margin-top: 40px;
font-weight: 700;
font-family: Montserrat;
}
ul.polaroids li {
text-align: center;
list-style: none;
transform: rotate(6deg);
box-shadow: 2px 0px 6px rgba(0, 0, 0, .25);
padding: 30px;
background-color: #fff;
background: url(../img/ornaments/polaroid_texture.png) repeat;
transition: transform .8s ease-in-out;
}
.polaroids.owl-carousel .owl-stage-outer {
padding: 50px 0px;
}
/*
* Core Owl Carousel CSS File
* v1.3.3
*/
/* clearfix */
.owl-carousel .owl-wrapper:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
/* display none until init */
.owl-carousel{
display: none;
position: relative;
width: 100%;
-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
display: none;
position: relative;
-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
overflow: hidden;
position: relative;
width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
-webkit-transition: height 500ms ease-in-out;
-moz-transition: height 500ms ease-in-out;
-ms-transition: height 500ms ease-in-out;
-o-transition: height 500ms ease-in-out;
transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item{
float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
cursor: pointer;
}
.owl-controls {
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
.grabbing {
cursor:url(grabbing.png) 8 8, move;
}
/* fix */
.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 CSS3 Transitions
* v1.3.2
*/
.owl-origin {
-webkit-perspective: 1200px;
-webkit-perspective-origin-x : 50%;
-webkit-perspective-origin-y : 50%;
-moz-perspective : 1200px;
-moz-perspective-origin-x : 50%;
-moz-perspective-origin-y : 50%;
perspective : 1200px;
}
/* fade */
.owl-fade-out {
z-index: 10;
-webkit-animation: fadeOut .7s both ease;
-moz-animation: fadeOut .7s both ease;
animation: fadeOut .7s both ease;
}
.owl-fade-in {
-webkit-animation: fadeIn .7s both ease;
-moz-animation: fadeIn .7s both ease;
animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
-webkit-animation: backSlideOut 1s both ease;
-moz-animation: backSlideOut 1s both ease;
animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
-webkit-animation: backSlideIn 1s both ease;
-moz-animation: backSlideIn 1s both ease;
animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
-webkit-animation: scaleToFade .7s ease both;
-moz-animation: scaleToFade .7s ease both;
animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
-webkit-animation: goDown .6s ease both;
-moz-animation: goDown .6s ease both;
animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
-webkit-animation: scaleUpFrom 1.2s ease both;
-moz-animation: scaleUpFrom 1.2s ease both;
animation: scaleUpFrom 1.2s ease both;
}
.owl-fadeUp-out {
-webkit-animation: scaleUpTo 1.2s ease both;
-moz-animation: scaleUpTo 1.2s ease both;
animation: scaleUpTo 1.2s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
0% {opacity: 1}
}
@-moz-keyframes empty {
0% {opacity: 1}
}
@keyframes empty {
0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
0% { opacity:0; }
100% { opacity:1; }
}
@-moz-keyframes fadeIn {
0% { opacity:0; }
100% { opacity:1; }
}
@keyframes fadeIn {
0% { opacity:0; }
100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
0% { opacity:1; }
100% { opacity:0; }
}
@-moz-keyframes fadeOut {
0% { opacity:1; }
100% { opacity:0; }
}
@keyframes fadeOut {
0% { opacity:1; }
100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
25% { opacity: .5; -webkit-transform: translateZ(-500px); }
75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
25% { opacity: .5; -moz-transform: translateZ(-500px); }
75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
25% { opacity: .5; transform: translateZ(-500px); }
75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
75% { opacity: .5; -webkit-transform: translateZ(-500px); }
100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
75% { opacity: .5; -moz-transform: translateZ(-500px); }
100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
75% { opacity: .5; transform: translateZ(-500px); }
100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
from { transform: translateY(-100%); }
}
@-webkit-keyframes scaleUpFrom {
from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
from { opacity: 0; transform: scale(1.5); }
}
@-webkit-keyframes scaleUpTo {
to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
to { opacity: 0; transform: scale(1.5); }
}
/*----------------------------------------------------------------------
* Owl Carousel Owl Demo Theme
* v1.3.3
*/
.owl-theme .owl-controls{
margin-top: 10px;
text-align: center;
}
/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div{
color: #FFF;
display: inline-block;
zoom: 1;
*display: inline;/*IE7 life-saver */
margin: 5px;
padding: 3px 10px;
font-size: 12px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
background: #869791;
filter: Alpha(Opacity=50);/*IE7 fix*/
opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
filter: Alpha(Opacity=100);/*IE7 fix*/
opacity: 1;
text-decoration: none;
}
/* Styling Pagination*/
.owl-theme .owl-controls .owl-page{
display: inline-block;
zoom: 1;
*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
display: block;
width: 12px;
height: 12px;
margin: 5px 7px;
filter: Alpha(Opacity=50);/*IE7 fix*/
opacity: 0.5;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
background: #869791;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
filter: Alpha(Opacity=100);/*IE7 fix*/
opacity: 1;
}
/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers{
height: auto;
width: auto;
color: #FFF;
padding: 2px 10px;
font-size: 12px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
}
/* preloading images */
.owl-item.loading{
min-height: 150px;
background: url(AjaxLoader.gif) no-repeat center center
}
/*
* Core Owl Carousel CSS File
*/
.owl-carousel {
display: none;
width: 100%;
-webkit-tap-highlight-color: transparent;
/* position relative and z-index fix webkit rendering fonts issue */
position: relative;
z-index: 1;
}
.owl-carousel .owl-stage {
position: relative;
-ms-touch-action: pan-Y;
}
.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;
/* fix for flashing background */
-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
cursor: pointer;
cursor: hand;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.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 {
display: none;
}
.owl-carousel .owl-item {
position: relative;
min-height: 1px;
float: left;
-webkit-backface-visibility: hidden;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.owl-carousel .owl-item img {
display: block;
width: 100%;
-webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
-webkit-user-select: auto;
-moz-user-select: auto;
-ms-user-select: auto;
user-select: auto;
}
.owl-carousel .owl-grab {
cursor: move;
cursor: -webkit-grab;
cursor: -o-grab;
cursor: -ms-grab;
cursor: grab;
}
.owl-carousel.owl-rtl {
direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
float: right;
}
/* No Js */
.no-js .owl-carousel {
display: block;
}
/*
* Owl Carousel - Lazy Load Plugin
*/
.owl-carousel .owl-item .owl-lazy {
opacity: 0;
-webkit-transition: opacity 400ms ease;
-moz-transition: opacity 400ms ease;
-ms-transition: opacity 400ms ease;
-o-transition: opacity 400ms ease;
transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
transform-style: preserve-3d;
}
/*
* Owl Carousel - Video Plugin
*/
.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("owl.video.play.png") no-repeat;
cursor: pointer;
z-index: 1;
-webkit-backface-visibility: hidden;
-webkit-transition: scale 100ms ease;
-moz-transition: scale 100ms ease;
-ms-transition: scale 100ms ease;
-o-transition: scale 100ms ease;
transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
-webkit-transition: scale(1.3, 1.3);
-moz-transition: scale(1.3, 1.3);
-ms-transition: scale(1.3, 1.3);
-o-transition: scale(1.3, 1.3);
transition: 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;
-webkit-background-size: contain;
-moz-background-size: contain;
-o-background-size: contain;
background-size: contain;
-webkit-transition: opacity 400ms ease;
-moz-transition: opacity 400ms ease;
-ms-transition: opacity 400ms ease;
-o-transition: opacity 400ms ease;
transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
position: relative;
z-index: 1;
}
.owl-carousel .owl-item {
perspective: 1000px;
} | 0.452536 | 0.137532 |
@charset 'utf-8';
@media (min-width:880px) {
footer {
background-color: rgb(250, 104, 104);
margin-top: 50px;
box-shadow: 4px 1px 10px 10px rgba(0, 0, 0, 0.2);
}
footer > div:first-child {
width: 100%;
display:flex;
flex-direction: row;
justify-content: space-between;
}
footer > div:first-child > div:first-child {
margin: 20px 0;
display:flex;
justify-content: flex-start;
flex-direction: column;
width: 40%;
margin-left: 3%;
}
footer > div:first-child > div:first-child h1 {
font-size:2em;
margin-bottom:10px;
font-weight: bold;
color:rgb(245, 244, 244);
text-shadow: 2px 2px rgba(0, 0, 0, 0.2);
}
footer > div:first-child > div:first-child label {
color:rgb(245, 244, 244);
font-weight: bold;
text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
}
footer > div:first-child > div:first-child input {
border: none;
font-size: 0.8em;
padding:5px;
border-radius: 2px;
margin: 5px 0;
box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}
select {
margin: 10px 0;
padding: 3px;
border: none;
font-size: 0.9em;
background-color: rgb(245, 244, 244);
}
.submit {
width: 20%;
border: none;
margin-top: 1%;
background-color: rgb(245, 244, 244);
padding: 5px;
border-radius: 5px;
box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
font-weight: bold;
color: rgb(250, 104, 104);
margin-left: 80%;
transition: 1s background-color;
border: 1px solid rgba(0, 0, 0, 0.2);
}
.submit:hover {
background-color: rgb(250, 104, 104);
color: rgb(245, 244, 244);
}
form {
display:flex;
flex-direction: column;
}
footer > div:first-child > div:last-child {
margin-bottom: 10%;
display:flex;
width: 30%;
flex-direction: column;
justify-content: flex-end;
}
footer > div:first-child > div:last-child img {
margin: 0 10px;
max-width: 200px;
max-height: 200px;
border-radius: 100px;
}
footer > div:first-child > div:last-child h4 {
font-size:1.3em;
margin:15px 0;
font-weight: bold;
color:rgb(245, 244, 244);
text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
}
footer p {
color:rgb(245, 244, 244);
margin: 3px 0;
}
footer > div:last-child {
clear:both;
display:flex;
padding:5px;
justify-content: center;
background-color: black;
color: white;
}
}
@media (max-width:879px) {
footer {
background-color: rgb(250, 104, 104);
margin-top: 50px;
box-shadow: 4px 1px 10px 10px rgba(0, 0, 0, 0.2);
}
footer>div:first-child {
width: 100%;
}
footer > div:first-child > div:first-child {
margin: 20px 0;
display:flex;
justify-content: flex-start;
margin-left: 5%;
flex-direction: column;
}
footer > div:first-child > div:first-child h1 {
font-size: 2em;
margin-bottom: 10px;
font-weight: bold;
color: rgb(245, 244, 244);
text-shadow: 2px 2px rgba(0, 0, 0, 0.2);
}
footer > div:first-child > div:first-child label {
color: rgb(245, 244, 244);
font-weight: bold;
text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
}
footer > div:first-child > div:first-child input {
border: none;
font-size: 0.8em;
padding: 5px;
border-radius: 2px;
margin: 5px 0;
width: 70%;
box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}
select {
width: 70;
margin: 10px 0;
width: 75%;
padding: 3px;
border: none;
font-size: 0.9em;
background-color: rgb(245, 244, 244);
}
textarea {
margin-top: 2%;
width: 90%;
}
.submit {
width: 10%;
border:none;
margin-top: 1%;
background-color: rgb(245, 244, 244);
padding:5px;
border-radius: 5px;
box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
font-weight: bold;
color:rgb(250, 104, 104);
margin-left: 80%;
transition: 1s background-color;
border: 1px solid rgba(0, 0, 0, 0.2);
}
.submit:hover {
background-color: rgb(250, 104, 104);
color: rgb(245, 244, 244);
}
form {
display: flex;
flex-direction: column;
}
footer>div:first-child>div:last-child {
display:none;
}
footer>div:first-child>div:last-child h4 {
font-size: 1.3em;
margin: 15px 0;
font-weight: bold;
color: rgb(245, 244, 244);
text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
}
footer p {
color: rgb(245, 244, 244);
margin: 3px 0;
}
footer>div:last-child {
display: flex;
padding: 5px;
justify-content: center;
background-color: black;
color: white;
}
} | css/footer.css | @charset 'utf-8';
@media (min-width:880px) {
footer {
background-color: rgb(250, 104, 104);
margin-top: 50px;
box-shadow: 4px 1px 10px 10px rgba(0, 0, 0, 0.2);
}
footer > div:first-child {
width: 100%;
display:flex;
flex-direction: row;
justify-content: space-between;
}
footer > div:first-child > div:first-child {
margin: 20px 0;
display:flex;
justify-content: flex-start;
flex-direction: column;
width: 40%;
margin-left: 3%;
}
footer > div:first-child > div:first-child h1 {
font-size:2em;
margin-bottom:10px;
font-weight: bold;
color:rgb(245, 244, 244);
text-shadow: 2px 2px rgba(0, 0, 0, 0.2);
}
footer > div:first-child > div:first-child label {
color:rgb(245, 244, 244);
font-weight: bold;
text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
}
footer > div:first-child > div:first-child input {
border: none;
font-size: 0.8em;
padding:5px;
border-radius: 2px;
margin: 5px 0;
box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}
select {
margin: 10px 0;
padding: 3px;
border: none;
font-size: 0.9em;
background-color: rgb(245, 244, 244);
}
.submit {
width: 20%;
border: none;
margin-top: 1%;
background-color: rgb(245, 244, 244);
padding: 5px;
border-radius: 5px;
box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
font-weight: bold;
color: rgb(250, 104, 104);
margin-left: 80%;
transition: 1s background-color;
border: 1px solid rgba(0, 0, 0, 0.2);
}
.submit:hover {
background-color: rgb(250, 104, 104);
color: rgb(245, 244, 244);
}
form {
display:flex;
flex-direction: column;
}
footer > div:first-child > div:last-child {
margin-bottom: 10%;
display:flex;
width: 30%;
flex-direction: column;
justify-content: flex-end;
}
footer > div:first-child > div:last-child img {
margin: 0 10px;
max-width: 200px;
max-height: 200px;
border-radius: 100px;
}
footer > div:first-child > div:last-child h4 {
font-size:1.3em;
margin:15px 0;
font-weight: bold;
color:rgb(245, 244, 244);
text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
}
footer p {
color:rgb(245, 244, 244);
margin: 3px 0;
}
footer > div:last-child {
clear:both;
display:flex;
padding:5px;
justify-content: center;
background-color: black;
color: white;
}
}
@media (max-width:879px) {
footer {
background-color: rgb(250, 104, 104);
margin-top: 50px;
box-shadow: 4px 1px 10px 10px rgba(0, 0, 0, 0.2);
}
footer>div:first-child {
width: 100%;
}
footer > div:first-child > div:first-child {
margin: 20px 0;
display:flex;
justify-content: flex-start;
margin-left: 5%;
flex-direction: column;
}
footer > div:first-child > div:first-child h1 {
font-size: 2em;
margin-bottom: 10px;
font-weight: bold;
color: rgb(245, 244, 244);
text-shadow: 2px 2px rgba(0, 0, 0, 0.2);
}
footer > div:first-child > div:first-child label {
color: rgb(245, 244, 244);
font-weight: bold;
text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
}
footer > div:first-child > div:first-child input {
border: none;
font-size: 0.8em;
padding: 5px;
border-radius: 2px;
margin: 5px 0;
width: 70%;
box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}
select {
width: 70;
margin: 10px 0;
width: 75%;
padding: 3px;
border: none;
font-size: 0.9em;
background-color: rgb(245, 244, 244);
}
textarea {
margin-top: 2%;
width: 90%;
}
.submit {
width: 10%;
border:none;
margin-top: 1%;
background-color: rgb(245, 244, 244);
padding:5px;
border-radius: 5px;
box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
font-weight: bold;
color:rgb(250, 104, 104);
margin-left: 80%;
transition: 1s background-color;
border: 1px solid rgba(0, 0, 0, 0.2);
}
.submit:hover {
background-color: rgb(250, 104, 104);
color: rgb(245, 244, 244);
}
form {
display: flex;
flex-direction: column;
}
footer>div:first-child>div:last-child {
display:none;
}
footer>div:first-child>div:last-child h4 {
font-size: 1.3em;
margin: 15px 0;
font-weight: bold;
color: rgb(245, 244, 244);
text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
}
footer p {
color: rgb(245, 244, 244);
margin: 3px 0;
}
footer>div:last-child {
display: flex;
padding: 5px;
justify-content: center;
background-color: black;
color: white;
}
} | 0.393385 | 0.181807 |
* {
box-sizing: border-box;
margin: 0;
}
body {
font-family: sans-serif;
}
/* <header> styles -------------------------------------------------------------------------------------------*/
.top {
display: -webkit-flex;
display: flex;
flex-direction: row;
justify-content: flex-end;
align-items: center;
width: 100%;
padding: 4px;
}
#main_link,
#gardening_link {
margin: 0 1%;
}
.top img {
display: block;
height: 24px;
width: 24px;
border: 2px solid lightgray;
border-radius: 100%;
}
.top .dropdown,
.dropdown_content {
padding: 2px;
}
.top .dropdown_content {
display: none;
position: absolute;
background-color: white;
}
.top .dropdown:hover .dropdown_content {
display: block;
}
.top form {
margin: 0 2%;
}
.top form input[type="search"] {
border-radius: 8px;
width: 96px;
}
.top form input[type="submit"] {
border-radius: 8px;
}
.banner {
background-image: url("images/urban.jpg");
width: 100%;
height: 36vh;
background-size: cover;
}
/* <nav> styles -------------------------------------------------------------------------------------------*/
nav {
width: 100%;
}
.main_menu {
width: 100%;
height: 36px;
background-color: black;
display: flex;
justify-content: center;
align-items: center;
}
.main_menu a {
color: white;
text-decoration: none;
text-align: center;
font-size: 16px;
padding: 9px 0;
width: 25%;
overflow: hidden;
text-overflow: ellipsis;
}
.main_menu a.active {
background-color: darkgray;
}
.main_menu a:hover {
background-color: lightgray;
}
.secondary_menu {
width: 100%;
background-color: darkgray;
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.secondary_menu a {
display: block;
color: black;
text-decoration: none;
text-align: center;
font-size: 16px;
padding: 16px 0;
width: 25%;
overflow: hidden;
text-overflow: ellipsis;
}
.secondary_menu a:hover {
background-color: white;
}
/* <main> styles -------------------------------------------------------------------------------------------*/
main {
display: -webkit-flex;
display: flex;
flex-direction: row;
flex-wrap: wrap;
width: 100%;
}
.left {
display: -webkit-flex;
display: flex;
width: 100%;
margin-bottom: 1%;
}
.left .sort,
.left .filter {
display: -webkit-flex;
display: flex;
height: 100%;
width: 50%;
justify-content: center;
align-items: center;
padding: 4px 0;
background-color: gray;
}
.left p {
font-size: 24px;
}
.left .sort .dropdown_content {
position: absolute;
display: none;
width: 50%;
left: 0;
background-color: lightgray;
}
.left .filter .dropdown_content {
position: absolute;
display: none;
width: 50%;
right: 0;
background-color: lightgray;
}
.left .sort:hover {
background-color: lightgray;
}
.left .sort:hover .dropdown_content {
position: absolute;
display: block;
}
.left .filter:hover {
background-color: lightgray;
}
.left .filter:hover .dropdown_content {
position: absolute;
display: block;
}
.left .ad {
display: none;
}
.mid {
display: -webkit-flex;
display: flex;
flex-direction: row;
justify-content: space-around;
flex-wrap: wrap;
height: 80%;
width: 100%;
}
.mid .item {
display: -webkit-flex;
display: flex;
flex-direction: column;
width: 48%;
margin-bottom: 0.5%;
}
.mid .item:hover {
outline: 1px solid black;
}
.mid .item img {
display: block;
width: 100%;
margin: 0;
}
.mid .item p {
font-size: 16px;
overflow: hidden;
text-overflow: ellipsis;
}
.pagination {
display: -webkit-flex;
display: flex;
justify-content: center;
width: 80%;
padding: 32px 0;
font-size: 16px;
}
.pagination a {
color: black;
text-decoration: none;
padding: 8px 8px;
}
.pagination a.active {
background-color: blue;
color: white;
}
.pagination a:hover:not(.active) {
background-color: gray;
}
.right {
width: 100%;
}
.right a img {
display: none;
}
/* <main> styles -------------------------------------------------------------------------------------------*/
footer {
width: 100%;
background-color: white;
background-color: lightgray;
}
.social_media {
display: -webkit-flex;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
align-items: center;
margin: auto;
border-top: 1px solid black;
border-bottom: 1px solid black;
background-color: white;
}
.social_media img {
width: 32px;
height: 32px;
margin: 4px;
}
footer #footer_text {
text-align: center;
font-size: 12px;
padding: 1% 2%;
}
/* Responsive styles -------------------------------------------------------------------------------------------*/
@media only screen and (min-width:576px) {
}
@media only screen and (min-width:768px) {
nav {
height: 84px;
}
.secondary_menu {
height: 48px;
}
.secondary_menu a {
height: 100%;
width: 12.5%;
}
main {
flex-direction: row;
justify-content: space-around;
align-items: flex-start;
margin: 1% 0;
}
.left {
display: -webkit-flex;
display: flex;
flex-direction: column;
width: 11%;
margin: 0;
}
.left .sort {
display: -webkit-flex;
display: flex;
flex-direction: column;
justify-content: flex-start;
width: 100%;
background-color: white;
border: 1px solid black;
border-bottom: none;
}
.left .filter {
display: -webkit-flex;
display: flex;
flex-direction: column;
justify-content: flex-start;
width: 100%;
background-color: white;
border: 1px solid black;
border-top: none;
}
.left .sort p {
width: 100%;
height: 10%;
display: block;
text-decoration: underline;
text-align: center;
margin: 5% 0;
}
.left .filter p {
width: 100%;
height: 5%;
display: block;
text-decoration: underline;
text-align: center;
margin: 5% 0;
}
.left form {
display: initial;
width: 100%;
}
.left form p {
margin: 5% 0;
}
.left form input {
margin: 4% 0;
}
.left .sort .dropdown_content,
.left .filter .dropdown_content {
position: static;
display: block;
width: 100%;
background-color: white;
}
.left .sort:hover .dropdown_content,
.left .filter:hover .dropdown_content {
position: static;
display: block;
}
.left .sort:hover,
.left .filter:hover {
background-color: white;
}
.mid {
width: 76%;
}
.mid .item {
width: 24%;
}
.mid .item img:hover {
cursor: pointer;
}
.right {
width: 11%;
align-self: stretch;
}
.right a img {
display: initial;
width: 100%;
height: 100%;
border: 1px solid black;
}
.right a img:hover {
opacity: 0.9;
border-color: blue;
}
}
@media only screen and (min-width:992px) {
.left .ad {
display: block;
margin-top: 10%;
height: 288px;
}
.left .ad img {
width: 100%;
height: 100%;
border: 1px solid black;
}
.left .ad img:hover {
border-color: blue;
opacity: 0.9;
}
}
@media only screen and (min-width:1200px) {
.left .ad {
height: 420px;
}
} | Training-Project-Shop/shop_styles.css | * {
box-sizing: border-box;
margin: 0;
}
body {
font-family: sans-serif;
}
/* <header> styles -------------------------------------------------------------------------------------------*/
.top {
display: -webkit-flex;
display: flex;
flex-direction: row;
justify-content: flex-end;
align-items: center;
width: 100%;
padding: 4px;
}
#main_link,
#gardening_link {
margin: 0 1%;
}
.top img {
display: block;
height: 24px;
width: 24px;
border: 2px solid lightgray;
border-radius: 100%;
}
.top .dropdown,
.dropdown_content {
padding: 2px;
}
.top .dropdown_content {
display: none;
position: absolute;
background-color: white;
}
.top .dropdown:hover .dropdown_content {
display: block;
}
.top form {
margin: 0 2%;
}
.top form input[type="search"] {
border-radius: 8px;
width: 96px;
}
.top form input[type="submit"] {
border-radius: 8px;
}
.banner {
background-image: url("images/urban.jpg");
width: 100%;
height: 36vh;
background-size: cover;
}
/* <nav> styles -------------------------------------------------------------------------------------------*/
nav {
width: 100%;
}
.main_menu {
width: 100%;
height: 36px;
background-color: black;
display: flex;
justify-content: center;
align-items: center;
}
.main_menu a {
color: white;
text-decoration: none;
text-align: center;
font-size: 16px;
padding: 9px 0;
width: 25%;
overflow: hidden;
text-overflow: ellipsis;
}
.main_menu a.active {
background-color: darkgray;
}
.main_menu a:hover {
background-color: lightgray;
}
.secondary_menu {
width: 100%;
background-color: darkgray;
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.secondary_menu a {
display: block;
color: black;
text-decoration: none;
text-align: center;
font-size: 16px;
padding: 16px 0;
width: 25%;
overflow: hidden;
text-overflow: ellipsis;
}
.secondary_menu a:hover {
background-color: white;
}
/* <main> styles -------------------------------------------------------------------------------------------*/
main {
display: -webkit-flex;
display: flex;
flex-direction: row;
flex-wrap: wrap;
width: 100%;
}
.left {
display: -webkit-flex;
display: flex;
width: 100%;
margin-bottom: 1%;
}
.left .sort,
.left .filter {
display: -webkit-flex;
display: flex;
height: 100%;
width: 50%;
justify-content: center;
align-items: center;
padding: 4px 0;
background-color: gray;
}
.left p {
font-size: 24px;
}
.left .sort .dropdown_content {
position: absolute;
display: none;
width: 50%;
left: 0;
background-color: lightgray;
}
.left .filter .dropdown_content {
position: absolute;
display: none;
width: 50%;
right: 0;
background-color: lightgray;
}
.left .sort:hover {
background-color: lightgray;
}
.left .sort:hover .dropdown_content {
position: absolute;
display: block;
}
.left .filter:hover {
background-color: lightgray;
}
.left .filter:hover .dropdown_content {
position: absolute;
display: block;
}
.left .ad {
display: none;
}
.mid {
display: -webkit-flex;
display: flex;
flex-direction: row;
justify-content: space-around;
flex-wrap: wrap;
height: 80%;
width: 100%;
}
.mid .item {
display: -webkit-flex;
display: flex;
flex-direction: column;
width: 48%;
margin-bottom: 0.5%;
}
.mid .item:hover {
outline: 1px solid black;
}
.mid .item img {
display: block;
width: 100%;
margin: 0;
}
.mid .item p {
font-size: 16px;
overflow: hidden;
text-overflow: ellipsis;
}
.pagination {
display: -webkit-flex;
display: flex;
justify-content: center;
width: 80%;
padding: 32px 0;
font-size: 16px;
}
.pagination a {
color: black;
text-decoration: none;
padding: 8px 8px;
}
.pagination a.active {
background-color: blue;
color: white;
}
.pagination a:hover:not(.active) {
background-color: gray;
}
.right {
width: 100%;
}
.right a img {
display: none;
}
/* <main> styles -------------------------------------------------------------------------------------------*/
footer {
width: 100%;
background-color: white;
background-color: lightgray;
}
.social_media {
display: -webkit-flex;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
align-items: center;
margin: auto;
border-top: 1px solid black;
border-bottom: 1px solid black;
background-color: white;
}
.social_media img {
width: 32px;
height: 32px;
margin: 4px;
}
footer #footer_text {
text-align: center;
font-size: 12px;
padding: 1% 2%;
}
/* Responsive styles -------------------------------------------------------------------------------------------*/
@media only screen and (min-width:576px) {
}
@media only screen and (min-width:768px) {
nav {
height: 84px;
}
.secondary_menu {
height: 48px;
}
.secondary_menu a {
height: 100%;
width: 12.5%;
}
main {
flex-direction: row;
justify-content: space-around;
align-items: flex-start;
margin: 1% 0;
}
.left {
display: -webkit-flex;
display: flex;
flex-direction: column;
width: 11%;
margin: 0;
}
.left .sort {
display: -webkit-flex;
display: flex;
flex-direction: column;
justify-content: flex-start;
width: 100%;
background-color: white;
border: 1px solid black;
border-bottom: none;
}
.left .filter {
display: -webkit-flex;
display: flex;
flex-direction: column;
justify-content: flex-start;
width: 100%;
background-color: white;
border: 1px solid black;
border-top: none;
}
.left .sort p {
width: 100%;
height: 10%;
display: block;
text-decoration: underline;
text-align: center;
margin: 5% 0;
}
.left .filter p {
width: 100%;
height: 5%;
display: block;
text-decoration: underline;
text-align: center;
margin: 5% 0;
}
.left form {
display: initial;
width: 100%;
}
.left form p {
margin: 5% 0;
}
.left form input {
margin: 4% 0;
}
.left .sort .dropdown_content,
.left .filter .dropdown_content {
position: static;
display: block;
width: 100%;
background-color: white;
}
.left .sort:hover .dropdown_content,
.left .filter:hover .dropdown_content {
position: static;
display: block;
}
.left .sort:hover,
.left .filter:hover {
background-color: white;
}
.mid {
width: 76%;
}
.mid .item {
width: 24%;
}
.mid .item img:hover {
cursor: pointer;
}
.right {
width: 11%;
align-self: stretch;
}
.right a img {
display: initial;
width: 100%;
height: 100%;
border: 1px solid black;
}
.right a img:hover {
opacity: 0.9;
border-color: blue;
}
}
@media only screen and (min-width:992px) {
.left .ad {
display: block;
margin-top: 10%;
height: 288px;
}
.left .ad img {
width: 100%;
height: 100%;
border: 1px solid black;
}
.left .ad img:hover {
border-color: blue;
opacity: 0.9;
}
}
@media only screen and (min-width:1200px) {
.left .ad {
height: 420px;
}
} | 0.370567 | 0.075244 |
._720kb-tooltip {
background: rgba(0, 0, 0, 0.8);
color: white;
position: absolute;
z-index: 9;
padding: 0.4% 1%;
opacity: 0;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
left: -200%;
top: 0;
}
._720kb-tooltip-title {
color: rgba(255, 255, 255, 0.95);
font-weight: 500;
width: 100%;
clear: both;
}
._720kb-tooltip._720kb-tooltip-small {
padding: 4.5px 10px;
font-size: 12px;
}
._720kb-tooltip._720kb-tooltip-medium {
padding: 7px 15px;
font-size: 13.5px;
}
._720kb-tooltip._720kb-tooltip-large {
padding: 10px 20px;
font-size: 14px;
}
._720kb-tooltip._720kb-tooltip-open {
visibility: visible;
opacity: 1;
}
._720kb-tooltip-caret:before {
content: '';
position: absolute;
width: 0;
height: 0;
border: 6px solid rgba(0, 0, 0, 0.8);
}
._720kb-tooltip-caret:after {
content: '';
position: absolute;
width: 0;
height: 0;
border: 5px solid transparent;
}
._720kb-tooltip-left ._720kb-tooltip-caret:before {
top: 50%;
left: 100%;
margin-left: 0;
margin-top: -6px;
border-top-color: transparent;
border-bottom-color: transparent;
border-right-width: 0;
}
._720kb-tooltip-left ._720kb-tooltip-caret:after {
top: 50%;
left: 100%;
margin-left: 0;
margin-top: -5px;
border-top-color: transparent;
border-bottom-color: transparent;
border-right-width: 0;
}
._720kb-tooltip-right ._720kb-tooltip-caret:before {
top: 50%;
left: 0;
margin-left: -6px;
margin-top: -6px;
border-top-color: transparent;
border-bottom-color: transparent;
border-left-width: 0;
}
._720kb-tooltip-right ._720kb-tooltip-caret:after {
top: 50%;
left: 0;
margin-left: -5px;
margin-top: -5px;
border-top-color: transparent;
border-bottom-color: transparent;
border-left-width: 0;
}
._720kb-tooltip-top ._720kb-tooltip-caret:before {
top: 100%;
left: 50%;
margin-left: -6px;
margin-bottom: -6px;
border-right-color: transparent;
border-left-color: transparent;
border-bottom-width: 0;
}
._720kb-tooltip-top ._720kb-tooltip-caret:after {
top: 100%;
left: 50%;
margin-left: -5px;
margin-bottom: -5px;
border-right-color: transparent;
border-left-color: transparent;
border-bottom-width: 0;
}
._720kb-tooltip-bottom ._720kb-tooltip-caret:before {
bottom: 100%;
left: 50%;
margin-left: -6px;
border-right-color: transparent;
border-left-color: transparent;
border-top-width: 0;
}
._720kb-tooltip-bottom ._720kb-tooltip-caret:after {
bottom: 100%;
left: 50%;
margin-left: -5px;
border-right-color: transparent;
border-left-color: transparent;
border-top-width: 0;
}
._720kb-tooltip-close-button {
float: right;
} | application/public/lib/angular-tooltips/src/css/angular-tooltips.css | ._720kb-tooltip {
background: rgba(0, 0, 0, 0.8);
color: white;
position: absolute;
z-index: 9;
padding: 0.4% 1%;
opacity: 0;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
left: -200%;
top: 0;
}
._720kb-tooltip-title {
color: rgba(255, 255, 255, 0.95);
font-weight: 500;
width: 100%;
clear: both;
}
._720kb-tooltip._720kb-tooltip-small {
padding: 4.5px 10px;
font-size: 12px;
}
._720kb-tooltip._720kb-tooltip-medium {
padding: 7px 15px;
font-size: 13.5px;
}
._720kb-tooltip._720kb-tooltip-large {
padding: 10px 20px;
font-size: 14px;
}
._720kb-tooltip._720kb-tooltip-open {
visibility: visible;
opacity: 1;
}
._720kb-tooltip-caret:before {
content: '';
position: absolute;
width: 0;
height: 0;
border: 6px solid rgba(0, 0, 0, 0.8);
}
._720kb-tooltip-caret:after {
content: '';
position: absolute;
width: 0;
height: 0;
border: 5px solid transparent;
}
._720kb-tooltip-left ._720kb-tooltip-caret:before {
top: 50%;
left: 100%;
margin-left: 0;
margin-top: -6px;
border-top-color: transparent;
border-bottom-color: transparent;
border-right-width: 0;
}
._720kb-tooltip-left ._720kb-tooltip-caret:after {
top: 50%;
left: 100%;
margin-left: 0;
margin-top: -5px;
border-top-color: transparent;
border-bottom-color: transparent;
border-right-width: 0;
}
._720kb-tooltip-right ._720kb-tooltip-caret:before {
top: 50%;
left: 0;
margin-left: -6px;
margin-top: -6px;
border-top-color: transparent;
border-bottom-color: transparent;
border-left-width: 0;
}
._720kb-tooltip-right ._720kb-tooltip-caret:after {
top: 50%;
left: 0;
margin-left: -5px;
margin-top: -5px;
border-top-color: transparent;
border-bottom-color: transparent;
border-left-width: 0;
}
._720kb-tooltip-top ._720kb-tooltip-caret:before {
top: 100%;
left: 50%;
margin-left: -6px;
margin-bottom: -6px;
border-right-color: transparent;
border-left-color: transparent;
border-bottom-width: 0;
}
._720kb-tooltip-top ._720kb-tooltip-caret:after {
top: 100%;
left: 50%;
margin-left: -5px;
margin-bottom: -5px;
border-right-color: transparent;
border-left-color: transparent;
border-bottom-width: 0;
}
._720kb-tooltip-bottom ._720kb-tooltip-caret:before {
bottom: 100%;
left: 50%;
margin-left: -6px;
border-right-color: transparent;
border-left-color: transparent;
border-top-width: 0;
}
._720kb-tooltip-bottom ._720kb-tooltip-caret:after {
bottom: 100%;
left: 50%;
margin-left: -5px;
border-right-color: transparent;
border-left-color: transparent;
border-top-width: 0;
}
._720kb-tooltip-close-button {
float: right;
} | 0.540196 | 0.061989 |
html {
height:100%;
}
body {
color:#000;
font-size:14px;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
-webkit-font-smoothing: antialiased;
height:100%;
margin:0;
padding:0;
}
a {
color: #2770ba;
text-decoration: underline;
}
a:hover {
color: #559ee8;
}
.instal-bg {
background:url("ni/instal-line-bg.png") no-repeat center top #646c7a;
background:url("ni/instal-line-bg.png") no-repeat center top, -moz-radial-gradient(50% 50%, circle cover, rgba(69,72,77,0) 5%, rgba(69,72,77,0.2) 40%, rgba(69,72,77,0.3) 50%, rgba(69,72,77,0.8) 75%, rgba(47,50,57,1) 100%);
background:url("ni/instal-line-bg.png") no-repeat center top, -webkit-radial-gradient(50% 50%, circle cover, rgba(69,72,77,0) 5%, rgba(69,72,77,0.2) 40%, rgba(69,72,77,0.3) 50%, rgba(69,72,77,0.8) 75%, rgba(47,50,57,1) 100%);
background:url("ni/instal-line-bg.png") no-repeat center top, -o-radial-gradient(50% 50%, circle cover, rgba(69,72,77,0) 5%, rgba(69,72,77,0.2) 40%, rgba(69,72,77,0.3) 50%, rgba(69,72,77,0.8) 75%, rgba(47,50,57,1) 100%);
background:url("ni/instal-line-bg.png") no-repeat center top, radial-gradient(circle cover, at 50% 50%, rgba(69,72,77,0) 5%, rgba(69,72,77,0.2) 40%, rgba(69,72,77,0.3) 50%, rgba(69,72,77,0.8) 75%, rgba(47,50,57,1) 100%);
background-color: #646c7a;
height: 100%;
left: 0;
top: 0;
position: fixed;
width: 100%;
z-index: 0;
}
.instal-bg-inner {
background:url("ni/instal-pattern-bg.gif") repeat;
height: 100%;
left: 0;
top: 0;
position: absolute;
width: 100%;
}
.installer-main-table {
border:0;
border-spacing:0;
height:100%;
position: relative;
width:100%;
z-index: 1;
}
.installer-main-table-cell {
border:none;
padding:0;
text-align:center;
vertical-align:middle;
}
.installer-block-wrap {
display:inline-block;
padding: 40px 0 50px;
}
.installer-block-table {
background:#fff;
border-radius:3px;
-webkit-box-shadow: 0 16px 23px rgba(0,0,0,.42);
box-shadow: 0 16px 23px rgba(0,0,0,.42);
border-spacing:0 ;
height:750px;
width:1024px;
}
.installer-block-cell-left {
background: url("ni/left-side-bg.gif") repeat;
border-radius: 3px 0 0 3px;
text-align: left;
vertical-align: top;
padding:22px 0 0;
width: 262px;
}
.installer-block-cell-right {
background: url("ni/instal-left-shadow.png") left 0 repeat-y;
color: #737373;
text-align: left;
vertical-align: top;
padding:25px 35px 25px 25px;
}
.inst-left-side-img-table{
border: none;
border-spacing: 0;
height: 223px;
margin-bottom: 50px;
width: 100%;
}
.inst-left-side-img-cell {
border: none;
text-align: center;
vertical-align: middle;
padding: 0;
}
.inst-left-side-img {border: none; margin: 0;}
.inst-sequence-steps {
color: #6c6e6f;
text-shadow: 0 1px #fff;
width: 250px;
}
.inst-sequence-step-item {
background: #ecf2f4;
background:-webkit-linear-gradient(top, #fefeff, #dee9ec);
background:-moz-linear-gradient(top, #fefeff, #dee9ec);
background:-ms-linear-gradient(top, #fefeff, #dee9ec);
background:-o-linear-gradient(top, #fefeff, #dee9ec);
background:linear-gradient(to bottom, #fefeff, #dee9ec);
border-radius: 0 3px 3px 0;
-webkit-box-shadow: 0 0 1px rgba(0,0,0,.4), 0 1px 1px rgba(0,0,0,.4), inset 0 1px #fff, inset 0 0 0 1px rgba(255,255,255,.3);
box-shadow: 0 0 1px rgba(0,0,0,.4), 0 1px 1px rgba(0,0,0,.4), inset 0 1px #fff, inset 0 0 0 1px rgba(255,255,255,.3);
height: 50px;
margin-bottom: 13px;
}
.inst-past-stage {
background: #cedce1;
background:-webkit-linear-gradient(top, #c9d8dc, #d2e1e6);
background:-moz-linear-gradient(top, #c9d8dc, #d2e1e6);
background:-ms-linear-gradient(top, #c9d8dc, #d2e1e6);
background:-o-linear-gradient(top, #c9d8dc, #d2e1e6);
background:linear-gradient(to bottom, #c9d8dc, #d2e1e6);
-webkit-box-shadow: 0 1px rgba(255,255,255,.15), inset 0 1px 3px rgba(26,37,40,.18);
box-shadow: 0 1px rgba(255,255,255,.15), inset 0 1px 3px rgba(26,37,40,.18);
border-radius: 0 2px 2px 0;
color: #000;
}
.inst-sequence-step-num {
display: inline-block;
font-size: 20px;
height: 50px;
line-height: 50px;
text-align: center;
vertical-align: middle;
width: 45px;
}
.inst-sequence-step-text {
display: inline-block;
font-size: 16px;
line-height: 17px;
padding: 2px 8px 0 0;
vertical-align: middle;
width: 197px;
}
.inst-active-step {
background:url("ni/instal-sprite.png") repeat-x 0 -59px;
border-radius: 3px 0 0 3px;
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.25);
box-shadow: 0 1px 2px rgba(0,0,0,.25);
color: #fff;
font-weight: bold;
margin-left: -6px;
margin-right: -2px;
text-shadow: 0 1px rgba(0,0,0,.2);
position: relative;
}
.inst-active-step:before {
background: url("ni/instal-sprite.png") no-repeat 0 0;
content: "";
height: 52px;
right: -11px;
top: 0;
position: absolute;
width: 13px;
}
.inst-active-step .inst-sequence-step-num {
padding-left: 6px;
}
.inst-title-block {padding-left: 17px;}
.inst-title-label {
color: #737373;
font-size: 19px;
padding-bottom: 5px;
}
.inst-title {
color: #000;
font-size: 25px;
font-weight: bold;
margin-bottom: 30px;
}
.inst-cont-title-wrap {margin-bottom: 20px;}
.inst-cont-title {
background: #e7efc2;
border: 1px solid;
border-color: #d3e1c1 #cbdab4 #c5d4a7;
border-radius: 3px;
-webkit-box-shadow: 0 1px 0 #fff;
box-shadow: inset 0 1px 0 #fff;
color: #000;
font-size: 16px;
font-weight: bold;
line-height: 37px;
height: 37px;
padding: 0 17px;
text-shadow: 0 1px rgba(255,255,255,.9);
}
.inst-cont-title-review {
background: #f6f8e6;
border-radius: 0 0 3px 3px;
color: #000;
font-size: 13px;
padding: 12px 17px 13px;
text-shadow: 0 1px rgba(255,255,255,.9);
}
.inst-cont-text-block {
color: #000;
font-size: 14px;
padding: 0 18px;
}
.inst-cont-text-title {
color: #000;
font-size: 18px;
font-weight: bold;
padding: 35px 0 25px;
}
.inst-cont-text-block p {
margin: 0 0 18px;
}
.installer-block-cell-bottom {
text-align: center;
padding: 0;
height: 78px;
}
.installer-block-cell-left.installer-block-cell-bottom {
padding: 0;
vertical-align: middle;
}
.installer-block-cell-right.installer-block-cell-bottom {
padding: 0 35px 0 25px;
}
.instal-btn-wrap {
border-top: 1px solid #e5e5e5;
margin-top: 40px;
padding-top: 18px;
text-align: right;
}
.wizard-prev-button,
.instal-btn,
.instal-btn-inp {
background:url("ni/instal-sprite.png") no-repeat 10px -114px #eef3f5;
background:url("ni/instal-sprite.png") no-repeat 10px -114px, -webkit-linear-gradient(top, #fefefe, #dee9ec) 0 0;
background:url("ni/instal-sprite.png") no-repeat 10px -114px, -moz-linear-gradient(top, #fefefe, #dee9ec) 0 0;
background:url("ni/instal-sprite.png") no-repeat 10px -114px, -ms-linear-gradient(top, #fefefe, #dee9ec) 0 0;
background:url("ni/instal-sprite.png") no-repeat 10px -114px, -o-linear-gradient(top, #fefefe, #dee9ec) 0 0;
background:url("ni/instal-sprite.png") no-repeat 10px -114px, linear-gradient(to bottom, #fefefe, #dee9ec) 0 0;
border-radius: 4px;
-webkit-box-shadow:0 1px 0 #a9a9a9, 0 0 1px rgba(0,0,0,.5), 0 1px 1px rgba(0,0,0,.3), inset 0 1px #fff, inset 0 0 1px rgba(255,255,255,.5);
box-shadow:0 1px 0 #a9a9a9, 0 0 1px rgba(0,0,0,.25), 0 1px 1px rgba(0,0,0,.7), inset 0 1px 0 #fff, inset 0 0 0 1px rgba(255,255,255,.4);
border: none;
display: inline-block;
color: #505d67;
cursor: pointer;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 15px;
font-weight : bold;
line-height: 36px;
min-width: 133px;
margin:0 12px 0 0;
height: 36px;
padding: 0 23px 2px 30px;
position: relative;
text-shadow: 0 1px rgba(255,255,255,.8);
text-align: center;
vertical-align: top;
}
.instal-btn-inp {
background: #eef3f5;
background: -webkit-linear-gradient(top, #fefefe, #dee9ec) 0 0;
background: -moz-linear-gradient(top, #fefefe, #dee9ec) 0 0;
background: -ms-linear-gradient(top, #fefefe, #dee9ec) 0 0;
background: -o-linear-gradient(top, #fefefe, #dee9ec) 0 0;
background: linear-gradient(to bottom, #fefefe, #dee9ec) 0 0;
min-width: 105px;
padding: 0 23px 2px;
}
.wizard-next-button {
background:url("ni/instal-sprite.png") no-repeat right -286px #94b922;
background:url("ni/instal-sprite.png") no-repeat right -286px, -webkit-linear-gradient(top, #a4c326, #7fab1d) 0 0;
background:url("ni/instal-sprite.png") no-repeat right -286px, -moz-linear-gradient(top, #a4c326, #7fab1d) 0 0;
background:url("ni/instal-sprite.png") no-repeat right -286px, -ms-linear-gradient(top, #a4c326, #7fab1d) 0 0;
background:url("ni/instal-sprite.png") no-repeat right -286px, -o-linear-gradient(top, #a4c326, #7fab1d) 0 0;
background:url("ni/instal-sprite.png") no-repeat right -286px, linear-gradient(to bottom, #a4c326, #7fab1d) 0 0;
border: 1px solid;
border-color: #a3c926 #8eb420 #739919;
-webkit-box-shadow: 0 1px 0 #cfcfcf, 0 1px 1px rgba(0,0,0,.4), inset 0 1px 0 #d2e139;
box-shadow: 0 1px 0 #cfcfcf, 0 1px 1px rgba(0,0,0,.4), inset 0 1px 0 #d2e139;
border-radius: 3px;
color: #fff;
cursor: pointer;
display: inline-block;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 15px;
font-weight : bold;
line-height: 34px;
min-width: 133px;
height: 36px;
margin: 0;
padding: 0 30px 2px 23px;
text-shadow: 0 1px rgba(0,0,0,.2);
text-align: center;
vertical-align: top;
}
.wizard-prev-button:hover,
.instal-btn:hover {
background:url("ni/instal-sprite.png") no-repeat 10px -114px #dddfe0;
background:url("ni/instal-sprite.png") no-repeat 10px -114px, -webkit-linear-gradient(top, #f8f8f9, #eef3f5) 0 0;
background:url("ni/instal-sprite.png") no-repeat 10px -114px, -moz-linear-gradient(top, #f8f8f9, #eef3f5) 0 0;
background:url("ni/instal-sprite.png") no-repeat 10px -114px, -ms-linear-gradient(top, #f8f8f9, #eef3f5) 0 0;
background:url("ni/instal-sprite.png") no-repeat 10px -114px, -o-linear-gradient(top, #f8f8f9, #eef3f5) 0 0;
background:url("ni/instal-sprite.png") no-repeat 10px -114px, linear-gradient(to bottom, #f8f8f9, #eef3f5) 0 0;
}
.instal-btn-inp:hover {
background: #dddfe0;
background: -webkit-linear-gradient(top, #f8f8f9, #eef3f5);
background: -moz-linear-gradient(top, #f8f8f9, #eef3f5);
background: -ms-linear-gradient(top, #f8f8f9, #eef3f5);
background: -o-linear-gradient(top, #f8f8f9, #eef3f5);
background: linear-gradient(to bottom, #f8f8f9, #eef3f5);
}
.wizard-prev-button:active,
.instal-btn:active,
.instal-btn-inp:active {
background:url("ni/instal-sprite.png") no-repeat 10px -114px #b7c4c9;
background:url("ni/instal-sprite.png") no-repeat 10px -114px, -webkit-linear-gradient(top, #acbbc0, #c2cfd2) 0 0;
background:url("ni/instal-sprite.png") no-repeat 10px -114px, -moz-linear-gradient(top, #acbbc0, #c2cfd2) 0 0;
background:url("ni/instal-sprite.png") no-repeat 10px -114px, -ms-linear-gradient(top, #acbbc0, #c2cfd2) 0 0;
background:url("ni/instal-sprite.png") no-repeat 10px -114px, -o-linear-gradient(top, #acbbc0, #c2cfd2) 0 0;
background:url("ni/instal-sprite.png") no-repeat 10px -114px, linear-gradient(to bottom, #acbbc0, #c2cfd2) 0 0;
border: 1px solid;
border-color: #767e8a #88919b #b0bcc1;
border-radius: 3px;
-webkit-box-shadow: inset 0 1px 1px #848d98;
box-shadow: inset 0 1px 1px #848d98;
padding: 0 22px 2px 29px;
}
.instal-btn-inp:active {
background: #dddfe0;
background: -webkit-linear-gradient(top, #acbbc0, #c2cfd2);
background: -moz-linear-gradient(top, #acbbc0, #c2cfd2);
background: -ms-linear-gradient(top, #acbbc0, #c2cfd2);
background: -o-linear-gradient(top, #acbbc0, #c2cfd2);
background: linear-gradient(to bottom, #acbbc0, #c2cfd2);
padding: 0 22px 2px;
}
.wizard-next-button:hover {
background:url("ni/instal-sprite.png") no-repeat right -286px #9cc60f;
background:url("ni/instal-sprite.png") no-repeat right -286px, -webkit-linear-gradient(top, #abce11, #88ba0d) 0 0;
background:url("ni/instal-sprite.png") no-repeat right -286px, -moz-linear-gradient(top, #abce11, #88ba0d) 0 0;
background:url("ni/instal-sprite.png") no-repeat right -286px, -ms-linear-gradient(top, #abce11, #88ba0d) 0 0;
background:url("ni/instal-sprite.png") no-repeat right -286px, -o-linear-gradient(top, #abce11, #88ba0d) 0 0;
background:url("ni/instal-sprite.png") no-repeat right -286px, linear-gradient(to bottom, #abce11, #88ba0d) 0 0;
}
.wizard-next-button:active {
background:url("ni/instal-sprite.png") no-repeat right -286px #6e910c;
background:url("ni/instal-sprite.png") no-repeat right -286px, -webkit-linear-gradient(top, #698f00, #698f00) 0 0;
background:url("ni/instal-sprite.png") no-repeat right -286px, -moz-linear-gradient(top, #698f00, #698f00) 0 0;
background:url("ni/instal-sprite.png") no-repeat right -286px, -ms-linear-gradient(top, #698f00, #698f00) 0 0;
background:url("ni/instal-sprite.png") no-repeat right -286px, -o-linear-gradient(top, #698f00, #698f00) 0 0;
background:url("ni/instal-sprite.png") no-repeat right -286px, linear-gradient(to bottom, #698f00, #698f00) 0 0;
border-color: #4d650c #628503 #698f00;
-webkit-box-shadow: inset 0 1px 1px #547009;
box-shadow: inset 0 1px 0 #547009, inset 0 2px 0 #628503;
line-height: 35px;
padding: 0 30px 2px 23px;
}
.installer-footer {
color: #a1a4a8;
font-size: 12px;
font-weight : bold;
padding: 22px 25px 0;
text-align: left;
}
.instal-footer-left-side {float: left;}
.instal-footer-right-side {float: right;}
.installer-footer a {
color: #a1a4a8;
display: inline-block;
text-decoration: underline;
}
.installer-footer a:hover {
color: #e3e3e3;
}
.instal-footer-separator {
background-color: rgba(255,255,255,.1);
display: inline-block;
height: 13px;
margin: 0 14px;
vertical-align: bottom;
width: 1px;
}
.inst-discount-pass {
background: #dff1fa;
border-radius: 4px;
height: 46px;
margin-top: 20px;
padding: 12px 17px 0;
}
.inst-discount-label {
color: #316f8e;
display: inline-block;
font-size: 16px;
font-weight: bold;
margin-right: 25px;
padding-top: 7px;
vertical-align: top;
text-shadow: 0 1px rgba(255,255,255,.9);
}
.inst-discount-inp {
border: 1px solid;
border-color: #a4c6d7 #b4d2e0 #c7dfeb;
border-radius: 3px;
color: #000;
display: inline-block;
-webkit-box-shadow: inset 0 1px 4px rgba(0,0,0,.15);
box-shadow: inset 0 1px 4px rgba(0,0,0,.15);
font-size: 15px;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
height: 33px;
outline: none;
padding: 0 5px;
vertical-align: top;
width: 428px;
}
.inst-btn-discount {
background:#eef3f5;
background: -webkit-linear-gradient(top, #fefefe, #dee9ec);
background: -moz-linear-gradient(top, #fefefe, #dee9ec);
background: -ms-linear-gradient(top, #fefefe, #dee9ec);
background: -o-linear-gradient(top, #fefefe, #dee9ec);
background: linear-gradient(to bottom, #fefefe, #dee9ec);
float: right;
height: 33px;
min-width: 93px;
margin: 0;
padding: 0 15px;
text-align: center;
}
.inst-btn-discount:hover {
background: #dddfe0;
background: -webkit-linear-gradient(top, #f8f8f9, #eef3f5);
background: -moz-linear-gradient(top, #f8f8f9, #eef3f5);
background: -ms-linear-gradient(top, #f8f8f9, #eef3f5);
background: -o-linear-gradient(top, #f8f8f9, #eef3f5);
background: linear-gradient(to bottom, #f8f8f9, #eef3f5);
}
.inst-btn-discount:active {
background: #b7c4c9;
background: -webkit-linear-gradient(top, #acbbc0, #c2cfd2);
background: -moz-linear-gradient(top, #acbbc0, #c2cfd2);
background: -ms-linear-gradient(top, #acbbc0, #c2cfd2);
background: -o-linear-gradient(top, #acbbc0, #c2cfd2);
background: linear-gradient(to bottom, #acbbc0, #c2cfd2);
padding: 0 14px;
}
.inst-module-table {
border: none;
border-spacing: 10px;
margin: 15px -10px 0;
width: 100%;
}
.inst-module-cell {
border: 1px solid #dbdee2;
border-radius: 3px;
-webkit-box-shadow: 0 1px 3px #edeff0;
box-shadow: 0 1px 3px #edeff0;
padding: 5px 12px 14px 32px;
vertical-align: top;
}
.inst-module-cell:hover {
-webkit-box-shadow: 0 0 0 1px #dbdee2, 0 4px 2px rgba(88,112,118,.1);
box-shadow: 0 0 0 1px #dbdee2, 0 4px 2px rgba(88,112,118,.1);
}
.inst-module-cell-active {
-webkit-box-shadow: 0 0 0 1px #bbcad9;
box-shadow: 0 0 0 1px #bbcad9;
border-color: #bbcad9;
}
.inst-module-block {
min-height: 97px;
position: relative;
width: 300px;
cursor: pointer;
}
.inst-module-title {
color: #1f67b0;
font-size: 16px;
font-weight: bold;
line-height: 16px;
height: 38px;
overflow: hidden;
padding-bottom: 3px;
position: relative;
}
.inst-module-title-alignment {
display: inline-block;
height: 38px;
margin-left: -1px;
vertical-align: middle;
width: 1px;
}
.inst-module-title-text {
display: inline-block;
margin-top: -1px;
vertical-align: middle;
}
.inst-module-cont {
overflow: hidden;
}
.inst-module-img {
border: 1px solid #c0c0c0;
float: left;
height: 106px;
text-align: center;
width: 130px;
overflow: hidden;
}
.inst-module-img-mp {
border: 1px solid #c0c0c0;
float: left;
height: 75px;
text-align: center;
width: 75px;
overflow: hidden;
}
.inst-module-text {
color: #737373;
height: 98px;
overflow: hidden;
padding: 4px 0 0 14px;
}
.inst-module-text-mp {
height: 65px;
overflow: hidden;
padding: 4px 0 0 14px;
color: #737373;
}
.inst-module-checkbox {
margin: 0;
left: -23px;
top:11px;
position: absolute;
}
.inst-module-footer {
margin-top: -3px;
text-align: right;
}
.inst-module-more {
color: #1f67b0;
font-size: 12px;
}
.inst-module-more:hover {
color: #559EE8;
}
.inst-template-list-block{}
.inst-template-description{
border: 1px solid #fff;
border-radius: 3px;
height: 150px;
margin-bottom: 35px;
padding: 12px 15px 12px 12px;
}
.inst-template-description:hover {
border-color: #dbdee2;
-webkit-box-shadow: 0 4px 2px rgba(88,112,118,.1);
box-shadow: 0 4px 2px rgba(88,112,118,.1);
}
.inst-template-list-inp {
display: inline-block;
margin: 0 30px 0 0;
vertical-align: middle;
padding: 0;
}
.inst-template-list-img{
border: none;
display: inline-block;
margin: 0 37px 0 0;
vertical-align: middle;
}
.inst-template-list-label {
color: #545454;
display: inline-block;
font-size: 16px;
font-weight: bold;
max-width: 440px;
vertical-align: middle;
}
.inst-template-color-block {margin: 15px 6px;}
.inst-template-color {
display: inline-block;
text-align: center;
vertical-align: top;
}
.inst-templ-color-img {
background-color: #fff;
border: 1px solid #fff;
border-radius: 3px;
display: inline-block;
padding: 9px;
}
.inst-templ-color-img:hover {
background: #f8f8f8;
background:-webkit-linear-gradient(top, #fdfdfd, #f1f1f1);
background:-moz-linear-gradient(top, #fdfdfd, #f1f1f1);
background:-ms-linear-gradient(top, #fdfdfd, #f1f1f1);
background:-o-linear-gradient(top, #fdfdfd, #f1f1f1);
background:linear-gradient(to bottom, #fdfdfd, #f1f1f1);
border-color: #dbdee2;
}
.inst-templ-color-img:active,
.inst-template-color-selected .inst-templ-color-img {
background: #9298a2;
border-color: #fff;
-webkit-box-shadow: inset 0 2px 5px rgba(0,0,0,.44);
box-shadow: inset 0 2px 5px rgba(0,0,0,.44);
}
.inst-templ-color-img img {border:1px solid #cfcfcf; margin: 0; display: block;}
.inst-templ-color-name {
color: #727272;
display: block;
font-size: 16px;
text-align: center;
}
.wizard-input-title {
color: #535b6b;
display: inline-block;
font-size: 16px;
padding:0 0 4px 4px;
}
.wizard-input-form-block {
margin-bottom: 25px;
}
.wizard-field {
background: #f4f5f6;
border: 1px solid #c6c9ce;
-webkit-box-shadow: inset 0 1px 3px rgba(0,0,1,.18);
box-shadow: inset 0 1px 3px rgba(0,0,1,.18);
border-radius: 3px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 16px;
font-weight: bold;
height: 41px;
outline: none;
padding: 0 15px;
width: 558px;
}
textarea.wizard-field {
height: auto;
padding: 12px 15px;
resize: none;
}
.wizard-upload-img-block .wizard-field {
font-weight: normal;
font-size: 15px;
}
.wizard-metadata-title {
border-bottom: 1px solid #e0e2e4;
color: #0d7db4;
font-size: 20px;
font-weight: bold;
margin-bottom: 21px;
padding-bottom: 13px;
}
.wizard-input-form-checkbox {
display: inline-block;
margin: 1px 0 0 0;
vertical-align: top;
}
.wizard-checkbox-label {
color: #333e53;
display: inline-block;
margin:0;
}
.wizard-catalog-title {
border-bottom: 1px solid #e5e5e5;
color: #6e7480;
font-size: 16px;
font-weight: bold;
margin-bottom: 16px;
padding:0 0 13px 2px;
}
.wizard-upload-img-block .wizard-catalog-title {color: #000;}
.wizard-catalog-form {}
.wizard-catalog-form-item {
padding:0 0 18px 35px;
position: relative;
}
.wizard-catalog-form-item input {
margin:0;
left: 14px;
top: 3px;
padding: 0;
position: absolute;
}
.wizard-catalog-form-item label {
color: #333e53;
font-size: 16px;
font-weight: bold;
}
.wizard-catalog-form-item p {
color: #a8abb2;
font-size: 13px;
margin: 0;
padding:2px 0 0;
}
.wizard-catalog-form-item select {
margin: 0 9px 0 -23px;
}
.wizard-list-view-block {
margin:0 -17px;
padding-top: 14px;
}
.wizard-list-view {
background: #fff;
border: 1px solid #dbdee2;
display: inline-block;
border-radius: 3px;
margin: 0 17px;
vertical-align: top;
text-align: left;
padding: 18px 16px;
width: 165px;
}
.wizard-list-view:hover {
-webkit-box-shadow:0 0 0 1px #dbdee2, 0 4px 2px rgba(88, 112, 118, 0.1);
box-shadow:0 0 0 1px #dbdee2, 0 4px 2px rgba(88, 112, 118, 0.1);
}
.wizard-list-view-selected {
border-color: #bbcad9!important;
-webkit-box-shadow: 0 0 0 1px #bbcad9!important;
box-shadow: 0 0 0 1px #bbcad9!important;
}
.wizard-list-view-top{
display: block;
margin-bottom: 15px;
}
.wizard-list-view-top input {
margin: -2px 10px 0 0;
vertical-align: middle;
}
.wizard-list-view-top label {
color: #333e53;
display: inline-block;
font-size: 18px;
font-weight: bold;
vertical-align: middle;
}
.wizard-list-view-block img {
border: 1px solid #d6d6d6;
margin: 0;
}
.wizard-list-view-description {
color: #333e53;
display: block;
font-size: 12px;
padding-top: 13px;
}
.wizard-input-table {
border-spacing: 0;
margin: 5px 0 0;
padding: 0;
width: 100%;
}
.wizard-input-table-left {
color: #535b6b;
font-size: 16px;
height: 34px;
padding: 0 15px 12px 0;
text-align: right;
vertical-align: middle;
width: 130px;
}
.wizard-input-table-right {
height: 34px;
padding: 0 0 12px;
}
.wizard-input-table-right .wizard-field {
height: 30px;
font-weight: normal;
padding: 2px 11px 0;
width: 415px;
}
.wizard-upload-img-block{
padding-bottom: 35px;
}
.wizard-upload-img-block img {margin-bottom: 17px;}
.wizard-completion-table {
border-spacing: 0;
margin: 0 0 -7px;
width: 100%;
}
.wizard-completion-cell {
color: #0d7db4;
font-weight: bold;
font-size: 22px;
height: 250px;
text-align: center;
vertical-align: middle;
}
.inst-settings-block {
background: #f7fafa;
border-radius: 5px;
border: 1px solid #e7eff2;
-webkit-box-shadow: 0 1px 0 #ebebeb;
box-shadow: 0 1px 0 #ebebeb;
color: #000;
font-size: 15px;
margin-top: 45px;
width: 690px;
}
.inst-settings-title {
background: #e3ebee;
background:-webkit-linear-gradient(top, #e0eaec, #e5ecef);
background:-moz-linear-gradient(top, #e0eaec, #e5ecef);
background:-ms-linear-gradient(top, #e0eaec, #e5ecef);
background:-o-linear-gradient(top, #e0eaec, #e5ecef);
background:linear-gradient(to bottom, #e0eaec, #e5ecef);
border: 1px solid;
border-color: #f1f1f1 #e5e5e5 #bac0c3;
-webkit-box-shadow: inset 0 1px 0 #fff, inset 0 0 0 1px rgba(255,255,255,.3), 0 1px 0 #eaeded;
box-shadow: inset 0 1px 0 #fff, inset 0 0 0 1px rgba(255,255,255,.3), 0 1px 0 #eaeded;
color: #000;
font-size: 14px;
font-weight: bold;
line-height: 39px;
height: 39px;
margin: 0 -1px 16px;
overflow: hidden;
text-overflow: ellipsis;
padding: 0 17px;
white-space: nowrap;
}
.inst-settings-title:first-child {
border-radius: 5px 5px 0 0;
margin-top: -1px;
}
.inst-settings-cont {
padding: 0 0 16px;
}
.inst-settings-cont-left {
display: inline-block;
margin-top: 4px;
text-align: right;
vertical-align: top;
width: 250px;
}
.inst-settings-cont-right {
display: inline-block;
padding: 0 18px;
vertical-align: top;
width: 404px;
}
.inst-settings-cont-description {
font-size: 12px;
padding-top: 10px;
}
.inst-note-block {
border: 1px solid;
border-radius: 3px;
-webkit-box-shadow: inset 0 1px 0 #fff;
box-shadow: inset 0 1px 0 #fff;
color: #000;
font-size: 13px;
margin: 20px 0;
padding: 9px 15px 10px 35px;
position: relative;
}
.inst-note-block-label {
font-weight: bold;
float: left;
text-shadow: 0 1px rgba(255,255,255,.8);
}
.inst-note-block-text {
text-shadow: 0 1px rgba(255,255,255,.8);
overflow: hidden;
/* padding-left: 9px;*/
}
.inst-note-block-icon {
background: url("ni/instal-sprite.png") no-repeat 100px;
height: 20px;
top: 9px;
left: 9px;
position: absolute;
width: 20px;
}
.inst-note-block-blue {
background: #daeff6;
background:-webkit-linear-gradient(top, #e1f2f8, #d1ecf4);
background:-moz-linear-gradient(top, #e1f2f8, #d1ecf4);
background:-ms-linear-gradient(top, #e1f2f8, #d1ecf4);
background:-o-linear-gradient(top, #e1f2f8, #d1ecf4);
background:linear-gradient(to bottom, #e1f2f8, #d1ecf4);
border-color: #bae4f0 #acdeec #9cd6e7;
}
.inst-note-block-blue .inst-note-block-icon {
background-position: center -158px;
}
.inst-note-block-blue .inst-note-block-label {color: #3a5c6e;}
.inst-note-block-yellow {
background: #fdf1c6;
background:-webkit-linear-gradient(top, #fff6d5, #fff2bf);
background:-moz-linear-gradient(top, #fff6d5, #fff2bf);
background:-ms-linear-gradient(top, #fff6d5, #fff2bf);
background:-o-linear-gradient(top, #fff6d5, #fff2bf);
background:linear-gradient(to bottom, #fff6d5, #fff2bf);
border-color: #e5e0ca #e0dac0 #dad2b4;
}
.inst-note-block-yellow .inst-note-block-icon {
background-position: center -206px;
}
.inst-note-block-yellow .inst-note-block-label {color: #8b5016;}
.inst-note-block-red {
background: #f6e1e6;
background:-webkit-linear-gradient(top, #f8e7ea, #f4d9e0);
background:-moz-linear-gradient(top, #f8e7ea, #f4d9e0);
background:-ms-linear-gradient(top, #f8e7ea, #f4d9e0);
background:-o-linear-gradient(top, #f8e7ea, #f4d9e0);
background:linear-gradient(to bottom, #f8e7ea, #f4d9e0);
border-color: #e4cbd1 #d8bdc2 #c9abaf;
}
.inst-note-block-red .inst-note-block-label {color: #9e3f48;}
.inst-note-block-red .inst-note-block-icon {
background-position: center -256px;
}
.data-table{
border:1px solid #e7eff2;
border-bottom:none;
border-radius:5px;
border-spacing:0;
margin-bottom:20px;
width: 100%;
}
.data-table th,
.data-table thead tr td,
.data-table td.header{
background: #e3ebee;
background:-webkit-linear-gradient(top, #e0eaec, #e5ecef);
background:-moz-linear-gradient(top, #e0eaec, #e5ecef);
background:-ms-linear-gradient(top, #e0eaec, #e5ecef);
background:-o-linear-gradient(top, #e0eaec, #e5ecef);
background:linear-gradient(to bottom, #e0eaec, #e5ecef);
border-color: #f1f1f1 #e5e5e5 #bac0c3;
box-shadow: inset 0 1px 0 #fff, inset 0 0 0 1px rgba(255,255,255,.3), 0 1px 0 #eaeded;
color: #000;
font-size: 14px;
font-weight: bold;
line-height: 39px;
margin: 0 -1px 16px;
overflow: hidden;
text-overflow: ellipsis;
padding: 0 17px;
white-space: nowrap;
}
.data-table td{
background:#fafcfd;
border-bottom:1px solid #e6eaeb;
color: #000;
text-shadow:0 1px 1px #fff;
font-size:14px;
padding:10px 10px 10px 17px;
}
.data-table-multiple-column th td,
.data-table-multiple-column thead tr td,
.data-table-multiple-column td.header {border-left: 1px solid #d3dddf;}
.data-table-multiple-column td {border-left: 1px solid #e6eaeb;}
.data-table-multiple-column td:first-child {border-left: none;}
.data-table td small {display: inline-block; padding-top: 5px;}
.data-table tr:last-child td:first-child{border-bottom-left-radius:5px;}
.data-table tr:last-child td:last-child{border-bottom-right-radius:5px;}
.data-table tr:first-child td:first-child{border-top-left-radius:5px; margin-top: -1px;}
.data-table tr:first-child td:last-child{border-top-right-radius:5px; margin-top: -1px;}
.data-table input[type="text"],
.data-table input[type="password"] {
background: #fff;
border: 1px solid;
border-color: #c8ced3 #ccd2d7 #d2d8dc;
border-radius: 3px;
-webkit-box-shadow: inset 0 1px 0 #edf0f1, inset 0 2px 0 #f9fafb;
box-shadow: inset 0 1px 0 #edf0f1, inset 0 2px 0 #f9fafb;
font-size: 14px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
height: 29px;
outline: none;
padding: 0 5px;
width: 290px;
}
.data-table select {
font-size: 14px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
height: 29px;
outline: none;
padding: 5px 3px;
width: 290px;
}
.data-table input[type="radio"]{
margin-left: 0;
}
.data-table input[type="checkbox"]{
margin-right: 8px;
}
.data-table input[type="checkbox"]+label {
display: inline-block;
padding-top: 1px;
vertical-align: top;
}
.instal-load-block {
background-color: #f7fafa;
border: 1px solid #e7eff2;
border-radius: 3px;
-webkit-box-shadow: 0 1px 0 #ebebeb;
box-shadow: 0 1px 0 #ebebeb;
margin-top: 30px;
height: 97px;
padding: 14px 15px 0;
}
.instal-load-title {
border-bottom: 1px solid #e6eaeb;
color: #000;
font-size: 18px;
font-weight: bold;
margin-bottom: 19px;
padding:0 0 15px 3px;
}
.instal-load-label {
color: #000;
margin-bottom: 15px;
}
.instal-progress-bar-outer {
height: 32px;
border:1px solid;
border-color:#9ba6a8 #b1bbbe #bbc5c9 #b1bbbe;
-webkit-box-shadow: 1px 1px 0 #fff, inset 0 2px 2px #c0cbce;
box-shadow: 1px 1px 0 #fff, inset 0 2px 2px #c0cbce;
background-color:#cdd8da;
background-image:-webkit-linear-gradient(top, #cdd8da, #c3ced1);
background-image:-moz-linear-gradient(top, #cdd8da, #c3ced1);
background-image:-ms-linear-gradient(top, #cdd8da, #c3ced1);
background-image:-o-linear-gradient(top, #cdd8da, #c3ced1);
background-image:linear-gradient(to bottom, #ced9db, #c3ced1);
border-radius: 2px;
text-align: center;
color: #6a808e;
text-shadow: 0 1px rgba(255,255,255,0.85);
font-size: 18px;
line-height: 35px;
font-weight: bold;
}
.instal-progress-bar-alignment {
height: 28px;
margin: 0 2px;
position: relative;
}
.instal-progress-bar-inner {
height: 28px;
border-radius: 2px;
border-top: solid 1px #52b9df;
background-color:#2396ce;
background-image:-webkit-linear-gradient(top, #27a8d7, #2396ce, #1c79c0);
background-image:-moz-linear-gradient(top, #27a8d7, #2396ce, #1c79c0);
background-image:-ms-linear-gradient(top, #27a8d7, #2396ce, #1c79c0);
background-image:-o-linear-gradient(top, #27a8d7, #2396ce, #1c79c0);
background-image:linear-gradient(to bottom, #27a8d7, #2396ce, #1c79c0);
position: absolute;
overflow: hidden;
top: 2px;
left:0;
}
.instal-progress-bar-inner-text {
color: #fff;
text-shadow: 0 1px rgba(0,0,0,0.2);
font-size: 18px;
line-height: 32px;
font-weight: bold;
text-align: center;
position: absolute;
left: -2px;
top: -2px;
} | www/html/bitrix/modules/main/install/images/install/installer_style.css | html {
height:100%;
}
body {
color:#000;
font-size:14px;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
-webkit-font-smoothing: antialiased;
height:100%;
margin:0;
padding:0;
}
a {
color: #2770ba;
text-decoration: underline;
}
a:hover {
color: #559ee8;
}
.instal-bg {
background:url("ni/instal-line-bg.png") no-repeat center top #646c7a;
background:url("ni/instal-line-bg.png") no-repeat center top, -moz-radial-gradient(50% 50%, circle cover, rgba(69,72,77,0) 5%, rgba(69,72,77,0.2) 40%, rgba(69,72,77,0.3) 50%, rgba(69,72,77,0.8) 75%, rgba(47,50,57,1) 100%);
background:url("ni/instal-line-bg.png") no-repeat center top, -webkit-radial-gradient(50% 50%, circle cover, rgba(69,72,77,0) 5%, rgba(69,72,77,0.2) 40%, rgba(69,72,77,0.3) 50%, rgba(69,72,77,0.8) 75%, rgba(47,50,57,1) 100%);
background:url("ni/instal-line-bg.png") no-repeat center top, -o-radial-gradient(50% 50%, circle cover, rgba(69,72,77,0) 5%, rgba(69,72,77,0.2) 40%, rgba(69,72,77,0.3) 50%, rgba(69,72,77,0.8) 75%, rgba(47,50,57,1) 100%);
background:url("ni/instal-line-bg.png") no-repeat center top, radial-gradient(circle cover, at 50% 50%, rgba(69,72,77,0) 5%, rgba(69,72,77,0.2) 40%, rgba(69,72,77,0.3) 50%, rgba(69,72,77,0.8) 75%, rgba(47,50,57,1) 100%);
background-color: #646c7a;
height: 100%;
left: 0;
top: 0;
position: fixed;
width: 100%;
z-index: 0;
}
.instal-bg-inner {
background:url("ni/instal-pattern-bg.gif") repeat;
height: 100%;
left: 0;
top: 0;
position: absolute;
width: 100%;
}
.installer-main-table {
border:0;
border-spacing:0;
height:100%;
position: relative;
width:100%;
z-index: 1;
}
.installer-main-table-cell {
border:none;
padding:0;
text-align:center;
vertical-align:middle;
}
.installer-block-wrap {
display:inline-block;
padding: 40px 0 50px;
}
.installer-block-table {
background:#fff;
border-radius:3px;
-webkit-box-shadow: 0 16px 23px rgba(0,0,0,.42);
box-shadow: 0 16px 23px rgba(0,0,0,.42);
border-spacing:0 ;
height:750px;
width:1024px;
}
.installer-block-cell-left {
background: url("ni/left-side-bg.gif") repeat;
border-radius: 3px 0 0 3px;
text-align: left;
vertical-align: top;
padding:22px 0 0;
width: 262px;
}
.installer-block-cell-right {
background: url("ni/instal-left-shadow.png") left 0 repeat-y;
color: #737373;
text-align: left;
vertical-align: top;
padding:25px 35px 25px 25px;
}
.inst-left-side-img-table{
border: none;
border-spacing: 0;
height: 223px;
margin-bottom: 50px;
width: 100%;
}
.inst-left-side-img-cell {
border: none;
text-align: center;
vertical-align: middle;
padding: 0;
}
.inst-left-side-img {border: none; margin: 0;}
.inst-sequence-steps {
color: #6c6e6f;
text-shadow: 0 1px #fff;
width: 250px;
}
.inst-sequence-step-item {
background: #ecf2f4;
background:-webkit-linear-gradient(top, #fefeff, #dee9ec);
background:-moz-linear-gradient(top, #fefeff, #dee9ec);
background:-ms-linear-gradient(top, #fefeff, #dee9ec);
background:-o-linear-gradient(top, #fefeff, #dee9ec);
background:linear-gradient(to bottom, #fefeff, #dee9ec);
border-radius: 0 3px 3px 0;
-webkit-box-shadow: 0 0 1px rgba(0,0,0,.4), 0 1px 1px rgba(0,0,0,.4), inset 0 1px #fff, inset 0 0 0 1px rgba(255,255,255,.3);
box-shadow: 0 0 1px rgba(0,0,0,.4), 0 1px 1px rgba(0,0,0,.4), inset 0 1px #fff, inset 0 0 0 1px rgba(255,255,255,.3);
height: 50px;
margin-bottom: 13px;
}
.inst-past-stage {
background: #cedce1;
background:-webkit-linear-gradient(top, #c9d8dc, #d2e1e6);
background:-moz-linear-gradient(top, #c9d8dc, #d2e1e6);
background:-ms-linear-gradient(top, #c9d8dc, #d2e1e6);
background:-o-linear-gradient(top, #c9d8dc, #d2e1e6);
background:linear-gradient(to bottom, #c9d8dc, #d2e1e6);
-webkit-box-shadow: 0 1px rgba(255,255,255,.15), inset 0 1px 3px rgba(26,37,40,.18);
box-shadow: 0 1px rgba(255,255,255,.15), inset 0 1px 3px rgba(26,37,40,.18);
border-radius: 0 2px 2px 0;
color: #000;
}
.inst-sequence-step-num {
display: inline-block;
font-size: 20px;
height: 50px;
line-height: 50px;
text-align: center;
vertical-align: middle;
width: 45px;
}
.inst-sequence-step-text {
display: inline-block;
font-size: 16px;
line-height: 17px;
padding: 2px 8px 0 0;
vertical-align: middle;
width: 197px;
}
.inst-active-step {
background:url("ni/instal-sprite.png") repeat-x 0 -59px;
border-radius: 3px 0 0 3px;
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.25);
box-shadow: 0 1px 2px rgba(0,0,0,.25);
color: #fff;
font-weight: bold;
margin-left: -6px;
margin-right: -2px;
text-shadow: 0 1px rgba(0,0,0,.2);
position: relative;
}
.inst-active-step:before {
background: url("ni/instal-sprite.png") no-repeat 0 0;
content: "";
height: 52px;
right: -11px;
top: 0;
position: absolute;
width: 13px;
}
.inst-active-step .inst-sequence-step-num {
padding-left: 6px;
}
.inst-title-block {padding-left: 17px;}
.inst-title-label {
color: #737373;
font-size: 19px;
padding-bottom: 5px;
}
.inst-title {
color: #000;
font-size: 25px;
font-weight: bold;
margin-bottom: 30px;
}
.inst-cont-title-wrap {margin-bottom: 20px;}
.inst-cont-title {
background: #e7efc2;
border: 1px solid;
border-color: #d3e1c1 #cbdab4 #c5d4a7;
border-radius: 3px;
-webkit-box-shadow: 0 1px 0 #fff;
box-shadow: inset 0 1px 0 #fff;
color: #000;
font-size: 16px;
font-weight: bold;
line-height: 37px;
height: 37px;
padding: 0 17px;
text-shadow: 0 1px rgba(255,255,255,.9);
}
.inst-cont-title-review {
background: #f6f8e6;
border-radius: 0 0 3px 3px;
color: #000;
font-size: 13px;
padding: 12px 17px 13px;
text-shadow: 0 1px rgba(255,255,255,.9);
}
.inst-cont-text-block {
color: #000;
font-size: 14px;
padding: 0 18px;
}
.inst-cont-text-title {
color: #000;
font-size: 18px;
font-weight: bold;
padding: 35px 0 25px;
}
.inst-cont-text-block p {
margin: 0 0 18px;
}
.installer-block-cell-bottom {
text-align: center;
padding: 0;
height: 78px;
}
.installer-block-cell-left.installer-block-cell-bottom {
padding: 0;
vertical-align: middle;
}
.installer-block-cell-right.installer-block-cell-bottom {
padding: 0 35px 0 25px;
}
.instal-btn-wrap {
border-top: 1px solid #e5e5e5;
margin-top: 40px;
padding-top: 18px;
text-align: right;
}
.wizard-prev-button,
.instal-btn,
.instal-btn-inp {
background:url("ni/instal-sprite.png") no-repeat 10px -114px #eef3f5;
background:url("ni/instal-sprite.png") no-repeat 10px -114px, -webkit-linear-gradient(top, #fefefe, #dee9ec) 0 0;
background:url("ni/instal-sprite.png") no-repeat 10px -114px, -moz-linear-gradient(top, #fefefe, #dee9ec) 0 0;
background:url("ni/instal-sprite.png") no-repeat 10px -114px, -ms-linear-gradient(top, #fefefe, #dee9ec) 0 0;
background:url("ni/instal-sprite.png") no-repeat 10px -114px, -o-linear-gradient(top, #fefefe, #dee9ec) 0 0;
background:url("ni/instal-sprite.png") no-repeat 10px -114px, linear-gradient(to bottom, #fefefe, #dee9ec) 0 0;
border-radius: 4px;
-webkit-box-shadow:0 1px 0 #a9a9a9, 0 0 1px rgba(0,0,0,.5), 0 1px 1px rgba(0,0,0,.3), inset 0 1px #fff, inset 0 0 1px rgba(255,255,255,.5);
box-shadow:0 1px 0 #a9a9a9, 0 0 1px rgba(0,0,0,.25), 0 1px 1px rgba(0,0,0,.7), inset 0 1px 0 #fff, inset 0 0 0 1px rgba(255,255,255,.4);
border: none;
display: inline-block;
color: #505d67;
cursor: pointer;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 15px;
font-weight : bold;
line-height: 36px;
min-width: 133px;
margin:0 12px 0 0;
height: 36px;
padding: 0 23px 2px 30px;
position: relative;
text-shadow: 0 1px rgba(255,255,255,.8);
text-align: center;
vertical-align: top;
}
.instal-btn-inp {
background: #eef3f5;
background: -webkit-linear-gradient(top, #fefefe, #dee9ec) 0 0;
background: -moz-linear-gradient(top, #fefefe, #dee9ec) 0 0;
background: -ms-linear-gradient(top, #fefefe, #dee9ec) 0 0;
background: -o-linear-gradient(top, #fefefe, #dee9ec) 0 0;
background: linear-gradient(to bottom, #fefefe, #dee9ec) 0 0;
min-width: 105px;
padding: 0 23px 2px;
}
.wizard-next-button {
background:url("ni/instal-sprite.png") no-repeat right -286px #94b922;
background:url("ni/instal-sprite.png") no-repeat right -286px, -webkit-linear-gradient(top, #a4c326, #7fab1d) 0 0;
background:url("ni/instal-sprite.png") no-repeat right -286px, -moz-linear-gradient(top, #a4c326, #7fab1d) 0 0;
background:url("ni/instal-sprite.png") no-repeat right -286px, -ms-linear-gradient(top, #a4c326, #7fab1d) 0 0;
background:url("ni/instal-sprite.png") no-repeat right -286px, -o-linear-gradient(top, #a4c326, #7fab1d) 0 0;
background:url("ni/instal-sprite.png") no-repeat right -286px, linear-gradient(to bottom, #a4c326, #7fab1d) 0 0;
border: 1px solid;
border-color: #a3c926 #8eb420 #739919;
-webkit-box-shadow: 0 1px 0 #cfcfcf, 0 1px 1px rgba(0,0,0,.4), inset 0 1px 0 #d2e139;
box-shadow: 0 1px 0 #cfcfcf, 0 1px 1px rgba(0,0,0,.4), inset 0 1px 0 #d2e139;
border-radius: 3px;
color: #fff;
cursor: pointer;
display: inline-block;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 15px;
font-weight : bold;
line-height: 34px;
min-width: 133px;
height: 36px;
margin: 0;
padding: 0 30px 2px 23px;
text-shadow: 0 1px rgba(0,0,0,.2);
text-align: center;
vertical-align: top;
}
.wizard-prev-button:hover,
.instal-btn:hover {
background:url("ni/instal-sprite.png") no-repeat 10px -114px #dddfe0;
background:url("ni/instal-sprite.png") no-repeat 10px -114px, -webkit-linear-gradient(top, #f8f8f9, #eef3f5) 0 0;
background:url("ni/instal-sprite.png") no-repeat 10px -114px, -moz-linear-gradient(top, #f8f8f9, #eef3f5) 0 0;
background:url("ni/instal-sprite.png") no-repeat 10px -114px, -ms-linear-gradient(top, #f8f8f9, #eef3f5) 0 0;
background:url("ni/instal-sprite.png") no-repeat 10px -114px, -o-linear-gradient(top, #f8f8f9, #eef3f5) 0 0;
background:url("ni/instal-sprite.png") no-repeat 10px -114px, linear-gradient(to bottom, #f8f8f9, #eef3f5) 0 0;
}
.instal-btn-inp:hover {
background: #dddfe0;
background: -webkit-linear-gradient(top, #f8f8f9, #eef3f5);
background: -moz-linear-gradient(top, #f8f8f9, #eef3f5);
background: -ms-linear-gradient(top, #f8f8f9, #eef3f5);
background: -o-linear-gradient(top, #f8f8f9, #eef3f5);
background: linear-gradient(to bottom, #f8f8f9, #eef3f5);
}
.wizard-prev-button:active,
.instal-btn:active,
.instal-btn-inp:active {
background:url("ni/instal-sprite.png") no-repeat 10px -114px #b7c4c9;
background:url("ni/instal-sprite.png") no-repeat 10px -114px, -webkit-linear-gradient(top, #acbbc0, #c2cfd2) 0 0;
background:url("ni/instal-sprite.png") no-repeat 10px -114px, -moz-linear-gradient(top, #acbbc0, #c2cfd2) 0 0;
background:url("ni/instal-sprite.png") no-repeat 10px -114px, -ms-linear-gradient(top, #acbbc0, #c2cfd2) 0 0;
background:url("ni/instal-sprite.png") no-repeat 10px -114px, -o-linear-gradient(top, #acbbc0, #c2cfd2) 0 0;
background:url("ni/instal-sprite.png") no-repeat 10px -114px, linear-gradient(to bottom, #acbbc0, #c2cfd2) 0 0;
border: 1px solid;
border-color: #767e8a #88919b #b0bcc1;
border-radius: 3px;
-webkit-box-shadow: inset 0 1px 1px #848d98;
box-shadow: inset 0 1px 1px #848d98;
padding: 0 22px 2px 29px;
}
.instal-btn-inp:active {
background: #dddfe0;
background: -webkit-linear-gradient(top, #acbbc0, #c2cfd2);
background: -moz-linear-gradient(top, #acbbc0, #c2cfd2);
background: -ms-linear-gradient(top, #acbbc0, #c2cfd2);
background: -o-linear-gradient(top, #acbbc0, #c2cfd2);
background: linear-gradient(to bottom, #acbbc0, #c2cfd2);
padding: 0 22px 2px;
}
.wizard-next-button:hover {
background:url("ni/instal-sprite.png") no-repeat right -286px #9cc60f;
background:url("ni/instal-sprite.png") no-repeat right -286px, -webkit-linear-gradient(top, #abce11, #88ba0d) 0 0;
background:url("ni/instal-sprite.png") no-repeat right -286px, -moz-linear-gradient(top, #abce11, #88ba0d) 0 0;
background:url("ni/instal-sprite.png") no-repeat right -286px, -ms-linear-gradient(top, #abce11, #88ba0d) 0 0;
background:url("ni/instal-sprite.png") no-repeat right -286px, -o-linear-gradient(top, #abce11, #88ba0d) 0 0;
background:url("ni/instal-sprite.png") no-repeat right -286px, linear-gradient(to bottom, #abce11, #88ba0d) 0 0;
}
.wizard-next-button:active {
background:url("ni/instal-sprite.png") no-repeat right -286px #6e910c;
background:url("ni/instal-sprite.png") no-repeat right -286px, -webkit-linear-gradient(top, #698f00, #698f00) 0 0;
background:url("ni/instal-sprite.png") no-repeat right -286px, -moz-linear-gradient(top, #698f00, #698f00) 0 0;
background:url("ni/instal-sprite.png") no-repeat right -286px, -ms-linear-gradient(top, #698f00, #698f00) 0 0;
background:url("ni/instal-sprite.png") no-repeat right -286px, -o-linear-gradient(top, #698f00, #698f00) 0 0;
background:url("ni/instal-sprite.png") no-repeat right -286px, linear-gradient(to bottom, #698f00, #698f00) 0 0;
border-color: #4d650c #628503 #698f00;
-webkit-box-shadow: inset 0 1px 1px #547009;
box-shadow: inset 0 1px 0 #547009, inset 0 2px 0 #628503;
line-height: 35px;
padding: 0 30px 2px 23px;
}
.installer-footer {
color: #a1a4a8;
font-size: 12px;
font-weight : bold;
padding: 22px 25px 0;
text-align: left;
}
.instal-footer-left-side {float: left;}
.instal-footer-right-side {float: right;}
.installer-footer a {
color: #a1a4a8;
display: inline-block;
text-decoration: underline;
}
.installer-footer a:hover {
color: #e3e3e3;
}
.instal-footer-separator {
background-color: rgba(255,255,255,.1);
display: inline-block;
height: 13px;
margin: 0 14px;
vertical-align: bottom;
width: 1px;
}
.inst-discount-pass {
background: #dff1fa;
border-radius: 4px;
height: 46px;
margin-top: 20px;
padding: 12px 17px 0;
}
.inst-discount-label {
color: #316f8e;
display: inline-block;
font-size: 16px;
font-weight: bold;
margin-right: 25px;
padding-top: 7px;
vertical-align: top;
text-shadow: 0 1px rgba(255,255,255,.9);
}
.inst-discount-inp {
border: 1px solid;
border-color: #a4c6d7 #b4d2e0 #c7dfeb;
border-radius: 3px;
color: #000;
display: inline-block;
-webkit-box-shadow: inset 0 1px 4px rgba(0,0,0,.15);
box-shadow: inset 0 1px 4px rgba(0,0,0,.15);
font-size: 15px;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
height: 33px;
outline: none;
padding: 0 5px;
vertical-align: top;
width: 428px;
}
.inst-btn-discount {
background:#eef3f5;
background: -webkit-linear-gradient(top, #fefefe, #dee9ec);
background: -moz-linear-gradient(top, #fefefe, #dee9ec);
background: -ms-linear-gradient(top, #fefefe, #dee9ec);
background: -o-linear-gradient(top, #fefefe, #dee9ec);
background: linear-gradient(to bottom, #fefefe, #dee9ec);
float: right;
height: 33px;
min-width: 93px;
margin: 0;
padding: 0 15px;
text-align: center;
}
.inst-btn-discount:hover {
background: #dddfe0;
background: -webkit-linear-gradient(top, #f8f8f9, #eef3f5);
background: -moz-linear-gradient(top, #f8f8f9, #eef3f5);
background: -ms-linear-gradient(top, #f8f8f9, #eef3f5);
background: -o-linear-gradient(top, #f8f8f9, #eef3f5);
background: linear-gradient(to bottom, #f8f8f9, #eef3f5);
}
.inst-btn-discount:active {
background: #b7c4c9;
background: -webkit-linear-gradient(top, #acbbc0, #c2cfd2);
background: -moz-linear-gradient(top, #acbbc0, #c2cfd2);
background: -ms-linear-gradient(top, #acbbc0, #c2cfd2);
background: -o-linear-gradient(top, #acbbc0, #c2cfd2);
background: linear-gradient(to bottom, #acbbc0, #c2cfd2);
padding: 0 14px;
}
.inst-module-table {
border: none;
border-spacing: 10px;
margin: 15px -10px 0;
width: 100%;
}
.inst-module-cell {
border: 1px solid #dbdee2;
border-radius: 3px;
-webkit-box-shadow: 0 1px 3px #edeff0;
box-shadow: 0 1px 3px #edeff0;
padding: 5px 12px 14px 32px;
vertical-align: top;
}
.inst-module-cell:hover {
-webkit-box-shadow: 0 0 0 1px #dbdee2, 0 4px 2px rgba(88,112,118,.1);
box-shadow: 0 0 0 1px #dbdee2, 0 4px 2px rgba(88,112,118,.1);
}
.inst-module-cell-active {
-webkit-box-shadow: 0 0 0 1px #bbcad9;
box-shadow: 0 0 0 1px #bbcad9;
border-color: #bbcad9;
}
.inst-module-block {
min-height: 97px;
position: relative;
width: 300px;
cursor: pointer;
}
.inst-module-title {
color: #1f67b0;
font-size: 16px;
font-weight: bold;
line-height: 16px;
height: 38px;
overflow: hidden;
padding-bottom: 3px;
position: relative;
}
.inst-module-title-alignment {
display: inline-block;
height: 38px;
margin-left: -1px;
vertical-align: middle;
width: 1px;
}
.inst-module-title-text {
display: inline-block;
margin-top: -1px;
vertical-align: middle;
}
.inst-module-cont {
overflow: hidden;
}
.inst-module-img {
border: 1px solid #c0c0c0;
float: left;
height: 106px;
text-align: center;
width: 130px;
overflow: hidden;
}
.inst-module-img-mp {
border: 1px solid #c0c0c0;
float: left;
height: 75px;
text-align: center;
width: 75px;
overflow: hidden;
}
.inst-module-text {
color: #737373;
height: 98px;
overflow: hidden;
padding: 4px 0 0 14px;
}
.inst-module-text-mp {
height: 65px;
overflow: hidden;
padding: 4px 0 0 14px;
color: #737373;
}
.inst-module-checkbox {
margin: 0;
left: -23px;
top:11px;
position: absolute;
}
.inst-module-footer {
margin-top: -3px;
text-align: right;
}
.inst-module-more {
color: #1f67b0;
font-size: 12px;
}
.inst-module-more:hover {
color: #559EE8;
}
.inst-template-list-block{}
.inst-template-description{
border: 1px solid #fff;
border-radius: 3px;
height: 150px;
margin-bottom: 35px;
padding: 12px 15px 12px 12px;
}
.inst-template-description:hover {
border-color: #dbdee2;
-webkit-box-shadow: 0 4px 2px rgba(88,112,118,.1);
box-shadow: 0 4px 2px rgba(88,112,118,.1);
}
.inst-template-list-inp {
display: inline-block;
margin: 0 30px 0 0;
vertical-align: middle;
padding: 0;
}
.inst-template-list-img{
border: none;
display: inline-block;
margin: 0 37px 0 0;
vertical-align: middle;
}
.inst-template-list-label {
color: #545454;
display: inline-block;
font-size: 16px;
font-weight: bold;
max-width: 440px;
vertical-align: middle;
}
.inst-template-color-block {margin: 15px 6px;}
.inst-template-color {
display: inline-block;
text-align: center;
vertical-align: top;
}
.inst-templ-color-img {
background-color: #fff;
border: 1px solid #fff;
border-radius: 3px;
display: inline-block;
padding: 9px;
}
.inst-templ-color-img:hover {
background: #f8f8f8;
background:-webkit-linear-gradient(top, #fdfdfd, #f1f1f1);
background:-moz-linear-gradient(top, #fdfdfd, #f1f1f1);
background:-ms-linear-gradient(top, #fdfdfd, #f1f1f1);
background:-o-linear-gradient(top, #fdfdfd, #f1f1f1);
background:linear-gradient(to bottom, #fdfdfd, #f1f1f1);
border-color: #dbdee2;
}
.inst-templ-color-img:active,
.inst-template-color-selected .inst-templ-color-img {
background: #9298a2;
border-color: #fff;
-webkit-box-shadow: inset 0 2px 5px rgba(0,0,0,.44);
box-shadow: inset 0 2px 5px rgba(0,0,0,.44);
}
.inst-templ-color-img img {border:1px solid #cfcfcf; margin: 0; display: block;}
.inst-templ-color-name {
color: #727272;
display: block;
font-size: 16px;
text-align: center;
}
.wizard-input-title {
color: #535b6b;
display: inline-block;
font-size: 16px;
padding:0 0 4px 4px;
}
.wizard-input-form-block {
margin-bottom: 25px;
}
.wizard-field {
background: #f4f5f6;
border: 1px solid #c6c9ce;
-webkit-box-shadow: inset 0 1px 3px rgba(0,0,1,.18);
box-shadow: inset 0 1px 3px rgba(0,0,1,.18);
border-radius: 3px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 16px;
font-weight: bold;
height: 41px;
outline: none;
padding: 0 15px;
width: 558px;
}
textarea.wizard-field {
height: auto;
padding: 12px 15px;
resize: none;
}
.wizard-upload-img-block .wizard-field {
font-weight: normal;
font-size: 15px;
}
.wizard-metadata-title {
border-bottom: 1px solid #e0e2e4;
color: #0d7db4;
font-size: 20px;
font-weight: bold;
margin-bottom: 21px;
padding-bottom: 13px;
}
.wizard-input-form-checkbox {
display: inline-block;
margin: 1px 0 0 0;
vertical-align: top;
}
.wizard-checkbox-label {
color: #333e53;
display: inline-block;
margin:0;
}
.wizard-catalog-title {
border-bottom: 1px solid #e5e5e5;
color: #6e7480;
font-size: 16px;
font-weight: bold;
margin-bottom: 16px;
padding:0 0 13px 2px;
}
.wizard-upload-img-block .wizard-catalog-title {color: #000;}
.wizard-catalog-form {}
.wizard-catalog-form-item {
padding:0 0 18px 35px;
position: relative;
}
.wizard-catalog-form-item input {
margin:0;
left: 14px;
top: 3px;
padding: 0;
position: absolute;
}
.wizard-catalog-form-item label {
color: #333e53;
font-size: 16px;
font-weight: bold;
}
.wizard-catalog-form-item p {
color: #a8abb2;
font-size: 13px;
margin: 0;
padding:2px 0 0;
}
.wizard-catalog-form-item select {
margin: 0 9px 0 -23px;
}
.wizard-list-view-block {
margin:0 -17px;
padding-top: 14px;
}
.wizard-list-view {
background: #fff;
border: 1px solid #dbdee2;
display: inline-block;
border-radius: 3px;
margin: 0 17px;
vertical-align: top;
text-align: left;
padding: 18px 16px;
width: 165px;
}
.wizard-list-view:hover {
-webkit-box-shadow:0 0 0 1px #dbdee2, 0 4px 2px rgba(88, 112, 118, 0.1);
box-shadow:0 0 0 1px #dbdee2, 0 4px 2px rgba(88, 112, 118, 0.1);
}
.wizard-list-view-selected {
border-color: #bbcad9!important;
-webkit-box-shadow: 0 0 0 1px #bbcad9!important;
box-shadow: 0 0 0 1px #bbcad9!important;
}
.wizard-list-view-top{
display: block;
margin-bottom: 15px;
}
.wizard-list-view-top input {
margin: -2px 10px 0 0;
vertical-align: middle;
}
.wizard-list-view-top label {
color: #333e53;
display: inline-block;
font-size: 18px;
font-weight: bold;
vertical-align: middle;
}
.wizard-list-view-block img {
border: 1px solid #d6d6d6;
margin: 0;
}
.wizard-list-view-description {
color: #333e53;
display: block;
font-size: 12px;
padding-top: 13px;
}
.wizard-input-table {
border-spacing: 0;
margin: 5px 0 0;
padding: 0;
width: 100%;
}
.wizard-input-table-left {
color: #535b6b;
font-size: 16px;
height: 34px;
padding: 0 15px 12px 0;
text-align: right;
vertical-align: middle;
width: 130px;
}
.wizard-input-table-right {
height: 34px;
padding: 0 0 12px;
}
.wizard-input-table-right .wizard-field {
height: 30px;
font-weight: normal;
padding: 2px 11px 0;
width: 415px;
}
.wizard-upload-img-block{
padding-bottom: 35px;
}
.wizard-upload-img-block img {margin-bottom: 17px;}
.wizard-completion-table {
border-spacing: 0;
margin: 0 0 -7px;
width: 100%;
}
.wizard-completion-cell {
color: #0d7db4;
font-weight: bold;
font-size: 22px;
height: 250px;
text-align: center;
vertical-align: middle;
}
.inst-settings-block {
background: #f7fafa;
border-radius: 5px;
border: 1px solid #e7eff2;
-webkit-box-shadow: 0 1px 0 #ebebeb;
box-shadow: 0 1px 0 #ebebeb;
color: #000;
font-size: 15px;
margin-top: 45px;
width: 690px;
}
.inst-settings-title {
background: #e3ebee;
background:-webkit-linear-gradient(top, #e0eaec, #e5ecef);
background:-moz-linear-gradient(top, #e0eaec, #e5ecef);
background:-ms-linear-gradient(top, #e0eaec, #e5ecef);
background:-o-linear-gradient(top, #e0eaec, #e5ecef);
background:linear-gradient(to bottom, #e0eaec, #e5ecef);
border: 1px solid;
border-color: #f1f1f1 #e5e5e5 #bac0c3;
-webkit-box-shadow: inset 0 1px 0 #fff, inset 0 0 0 1px rgba(255,255,255,.3), 0 1px 0 #eaeded;
box-shadow: inset 0 1px 0 #fff, inset 0 0 0 1px rgba(255,255,255,.3), 0 1px 0 #eaeded;
color: #000;
font-size: 14px;
font-weight: bold;
line-height: 39px;
height: 39px;
margin: 0 -1px 16px;
overflow: hidden;
text-overflow: ellipsis;
padding: 0 17px;
white-space: nowrap;
}
.inst-settings-title:first-child {
border-radius: 5px 5px 0 0;
margin-top: -1px;
}
.inst-settings-cont {
padding: 0 0 16px;
}
.inst-settings-cont-left {
display: inline-block;
margin-top: 4px;
text-align: right;
vertical-align: top;
width: 250px;
}
.inst-settings-cont-right {
display: inline-block;
padding: 0 18px;
vertical-align: top;
width: 404px;
}
.inst-settings-cont-description {
font-size: 12px;
padding-top: 10px;
}
.inst-note-block {
border: 1px solid;
border-radius: 3px;
-webkit-box-shadow: inset 0 1px 0 #fff;
box-shadow: inset 0 1px 0 #fff;
color: #000;
font-size: 13px;
margin: 20px 0;
padding: 9px 15px 10px 35px;
position: relative;
}
.inst-note-block-label {
font-weight: bold;
float: left;
text-shadow: 0 1px rgba(255,255,255,.8);
}
.inst-note-block-text {
text-shadow: 0 1px rgba(255,255,255,.8);
overflow: hidden;
/* padding-left: 9px;*/
}
.inst-note-block-icon {
background: url("ni/instal-sprite.png") no-repeat 100px;
height: 20px;
top: 9px;
left: 9px;
position: absolute;
width: 20px;
}
.inst-note-block-blue {
background: #daeff6;
background:-webkit-linear-gradient(top, #e1f2f8, #d1ecf4);
background:-moz-linear-gradient(top, #e1f2f8, #d1ecf4);
background:-ms-linear-gradient(top, #e1f2f8, #d1ecf4);
background:-o-linear-gradient(top, #e1f2f8, #d1ecf4);
background:linear-gradient(to bottom, #e1f2f8, #d1ecf4);
border-color: #bae4f0 #acdeec #9cd6e7;
}
.inst-note-block-blue .inst-note-block-icon {
background-position: center -158px;
}
.inst-note-block-blue .inst-note-block-label {color: #3a5c6e;}
.inst-note-block-yellow {
background: #fdf1c6;
background:-webkit-linear-gradient(top, #fff6d5, #fff2bf);
background:-moz-linear-gradient(top, #fff6d5, #fff2bf);
background:-ms-linear-gradient(top, #fff6d5, #fff2bf);
background:-o-linear-gradient(top, #fff6d5, #fff2bf);
background:linear-gradient(to bottom, #fff6d5, #fff2bf);
border-color: #e5e0ca #e0dac0 #dad2b4;
}
.inst-note-block-yellow .inst-note-block-icon {
background-position: center -206px;
}
.inst-note-block-yellow .inst-note-block-label {color: #8b5016;}
.inst-note-block-red {
background: #f6e1e6;
background:-webkit-linear-gradient(top, #f8e7ea, #f4d9e0);
background:-moz-linear-gradient(top, #f8e7ea, #f4d9e0);
background:-ms-linear-gradient(top, #f8e7ea, #f4d9e0);
background:-o-linear-gradient(top, #f8e7ea, #f4d9e0);
background:linear-gradient(to bottom, #f8e7ea, #f4d9e0);
border-color: #e4cbd1 #d8bdc2 #c9abaf;
}
.inst-note-block-red .inst-note-block-label {color: #9e3f48;}
.inst-note-block-red .inst-note-block-icon {
background-position: center -256px;
}
.data-table{
border:1px solid #e7eff2;
border-bottom:none;
border-radius:5px;
border-spacing:0;
margin-bottom:20px;
width: 100%;
}
.data-table th,
.data-table thead tr td,
.data-table td.header{
background: #e3ebee;
background:-webkit-linear-gradient(top, #e0eaec, #e5ecef);
background:-moz-linear-gradient(top, #e0eaec, #e5ecef);
background:-ms-linear-gradient(top, #e0eaec, #e5ecef);
background:-o-linear-gradient(top, #e0eaec, #e5ecef);
background:linear-gradient(to bottom, #e0eaec, #e5ecef);
border-color: #f1f1f1 #e5e5e5 #bac0c3;
box-shadow: inset 0 1px 0 #fff, inset 0 0 0 1px rgba(255,255,255,.3), 0 1px 0 #eaeded;
color: #000;
font-size: 14px;
font-weight: bold;
line-height: 39px;
margin: 0 -1px 16px;
overflow: hidden;
text-overflow: ellipsis;
padding: 0 17px;
white-space: nowrap;
}
.data-table td{
background:#fafcfd;
border-bottom:1px solid #e6eaeb;
color: #000;
text-shadow:0 1px 1px #fff;
font-size:14px;
padding:10px 10px 10px 17px;
}
.data-table-multiple-column th td,
.data-table-multiple-column thead tr td,
.data-table-multiple-column td.header {border-left: 1px solid #d3dddf;}
.data-table-multiple-column td {border-left: 1px solid #e6eaeb;}
.data-table-multiple-column td:first-child {border-left: none;}
.data-table td small {display: inline-block; padding-top: 5px;}
.data-table tr:last-child td:first-child{border-bottom-left-radius:5px;}
.data-table tr:last-child td:last-child{border-bottom-right-radius:5px;}
.data-table tr:first-child td:first-child{border-top-left-radius:5px; margin-top: -1px;}
.data-table tr:first-child td:last-child{border-top-right-radius:5px; margin-top: -1px;}
.data-table input[type="text"],
.data-table input[type="password"] {
background: #fff;
border: 1px solid;
border-color: #c8ced3 #ccd2d7 #d2d8dc;
border-radius: 3px;
-webkit-box-shadow: inset 0 1px 0 #edf0f1, inset 0 2px 0 #f9fafb;
box-shadow: inset 0 1px 0 #edf0f1, inset 0 2px 0 #f9fafb;
font-size: 14px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
height: 29px;
outline: none;
padding: 0 5px;
width: 290px;
}
.data-table select {
font-size: 14px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
height: 29px;
outline: none;
padding: 5px 3px;
width: 290px;
}
.data-table input[type="radio"]{
margin-left: 0;
}
.data-table input[type="checkbox"]{
margin-right: 8px;
}
.data-table input[type="checkbox"]+label {
display: inline-block;
padding-top: 1px;
vertical-align: top;
}
.instal-load-block {
background-color: #f7fafa;
border: 1px solid #e7eff2;
border-radius: 3px;
-webkit-box-shadow: 0 1px 0 #ebebeb;
box-shadow: 0 1px 0 #ebebeb;
margin-top: 30px;
height: 97px;
padding: 14px 15px 0;
}
.instal-load-title {
border-bottom: 1px solid #e6eaeb;
color: #000;
font-size: 18px;
font-weight: bold;
margin-bottom: 19px;
padding:0 0 15px 3px;
}
.instal-load-label {
color: #000;
margin-bottom: 15px;
}
.instal-progress-bar-outer {
height: 32px;
border:1px solid;
border-color:#9ba6a8 #b1bbbe #bbc5c9 #b1bbbe;
-webkit-box-shadow: 1px 1px 0 #fff, inset 0 2px 2px #c0cbce;
box-shadow: 1px 1px 0 #fff, inset 0 2px 2px #c0cbce;
background-color:#cdd8da;
background-image:-webkit-linear-gradient(top, #cdd8da, #c3ced1);
background-image:-moz-linear-gradient(top, #cdd8da, #c3ced1);
background-image:-ms-linear-gradient(top, #cdd8da, #c3ced1);
background-image:-o-linear-gradient(top, #cdd8da, #c3ced1);
background-image:linear-gradient(to bottom, #ced9db, #c3ced1);
border-radius: 2px;
text-align: center;
color: #6a808e;
text-shadow: 0 1px rgba(255,255,255,0.85);
font-size: 18px;
line-height: 35px;
font-weight: bold;
}
.instal-progress-bar-alignment {
height: 28px;
margin: 0 2px;
position: relative;
}
.instal-progress-bar-inner {
height: 28px;
border-radius: 2px;
border-top: solid 1px #52b9df;
background-color:#2396ce;
background-image:-webkit-linear-gradient(top, #27a8d7, #2396ce, #1c79c0);
background-image:-moz-linear-gradient(top, #27a8d7, #2396ce, #1c79c0);
background-image:-ms-linear-gradient(top, #27a8d7, #2396ce, #1c79c0);
background-image:-o-linear-gradient(top, #27a8d7, #2396ce, #1c79c0);
background-image:linear-gradient(to bottom, #27a8d7, #2396ce, #1c79c0);
position: absolute;
overflow: hidden;
top: 2px;
left:0;
}
.instal-progress-bar-inner-text {
color: #fff;
text-shadow: 0 1px rgba(0,0,0,0.2);
font-size: 18px;
line-height: 32px;
font-weight: bold;
text-align: center;
position: absolute;
left: -2px;
top: -2px;
} | 0.321886 | 0.077169 |
.mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: 0.8; }
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1043;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden; }
.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
box-sizing: border-box; }
.mfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle; }
.mfp-align-top .mfp-container:before {
display: none; }
.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045; }
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto; }
.mfp-ajax-cur {
cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: -moz-zoom-out;
cursor: -webkit-zoom-out;
cursor: zoom-out; }
.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in; }
.mfp-auto-cursor .mfp-content {
cursor: auto; }
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none; }
.mfp-loading.mfp-figure {
display: none; }
.mfp-hide {
display: none !important; }
.mfp-preloader {
color: #CCC;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044; }
.mfp-preloader a {
color: #CCC; }
.mfp-preloader a:hover {
color: #FFF; }
.mfp-s-ready .mfp-preloader {
display: none; }
.mfp-s-error .mfp-content {
display: none; }
button.mfp-close,
button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 1046;
box-shadow: none;
touch-action: manipulation; }
button::-moz-focus-inner {
padding: 0;
border: 0; }
.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
padding: 0 0 18px 10px;
color: #FFF;
font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace; }
.mfp-close:hover,
.mfp-close:focus {
opacity: 1; }
.mfp-close:active {
top: 1px; }
.mfp-close-btn-in .mfp-close {
color: #fff; }
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
color: #FFF;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%; }
.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #CCC;
font-size: 12px;
line-height: 18px;
white-space: nowrap; }
.mfp-arrow {
position: absolute;
opacity: 0.65;
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: transparent; }
.mfp-arrow:active {
margin-top: -54px; }
.mfp-arrow:hover,
.mfp-arrow:focus {
opacity: 1; }
.mfp-arrow:before,
.mfp-arrow:after {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: medium inset transparent; }
.mfp-arrow:after {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px; }
.mfp-arrow:before {
border-top-width: 21px;
border-bottom-width: 21px;
opacity: 0.7; }
.mfp-arrow-left {
left: 0; }
.mfp-arrow-left:after {
border-right: 17px solid #FFF;
margin-left: 31px; }
.mfp-arrow-left:before {
margin-left: 25px;
border-right: 27px solid #3F3F3F; }
.mfp-arrow-right {
right: 0; }
.mfp-arrow-right:after {
border-left: 17px solid #FFF;
margin-left: 39px; }
.mfp-arrow-right:before {
border-left: 27px solid #3F3F3F; }
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px; }
.mfp-iframe-holder .mfp-close {
top: -40px; }
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #000; }
/* Main image in popup */
img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto; }
/* The shadow behind the image */
.mfp-figure {
line-height: 0; }
.mfp-figure:after {
content: '';
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #444; }
.mfp-figure small {
color: #BDBDBD;
display: block;
font-size: 12px;
line-height: 14px; }
.mfp-figure figure {
margin: 0; }
.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto; }
.mfp-title {
text-align: left;
line-height: 18px;
color: #F3F3F3;
word-wrap: break-word;
padding-right: 36px; }
.mfp-image-holder .mfp-content {
max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer; }
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
/**
* Remove all paddings around the image on small screen
*/
.mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0; }
.mfp-img-mobile img.mfp-img {
padding: 0; }
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0; }
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px; }
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
box-sizing: border-box; }
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0; }
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px; }
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.6);
position: fixed;
text-align: center;
padding: 0; } }
@media all and (max-width: 900px) {
.mfp-arrow {
-webkit-transform: scale(0.75);
transform: scale(0.75); }
.mfp-arrow-left {
-webkit-transform-origin: 0;
transform-origin: 0; }
.mfp-arrow-right {
-webkit-transform-origin: 100%;
transform-origin: 100%; }
.mfp-container {
padding-left: 6px;
padding-right: 6px; } }
.white-popup-block {
background: #202020;
padding: 20px 30px;
text-align: left;
max-width: 650px;
margin: 40px auto;
position: relative;
}
/*.white-popup-block a {
color: #008acc;
}
.white-popup-block a:hover {
color: #0a0;
}
.white-popup-block h1 {
color: #0a0;
}*/
/* EM EQUATION: 1 / Xpx * Ypx = Nem | X = parent font size (ie: 16px), Y = px of the element you're changing (ie: 12px), N = resulting em (ie: .75em)*/
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
========================================================================== */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in
* IE on Windows Phone and in iOS.
*/
html {
line-height: 1.15; /* 1 */
-ms-text-size-adjust: 100%; /* 2 */
-webkit-text-size-adjust: 100%; /* 2 */
}
/* Sections
========================================================================== */
/**
* Remove the margin in all browsers (opinionated).
*/
body {
margin: 0;
}
/**
* Add the correct display in IE 9-.
*/
article,
aside,
footer,
header,
nav,
section {
display: block;
}
/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
font-size: 2em;
margin: 0.67em 0;
}
/* Grouping content
========================================================================== */
/**
* Add the correct display in IE 9-.
* 1. Add the correct display in IE.
*/
figcaption,
figure,
main { /* 1 */
display: block;
}
/**
* Add the correct margin in IE 8.
*/
figure {
margin: 1em 40px;
}
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
box-sizing: content-box; /* 1 */
height: 0; /* 1 */
overflow: visible; /* 2 */
}
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
font-family: monospace, monospace; /* 1 */
font-size: 1em; /* 2 */
}
/* Text-level semantics
========================================================================== */
/**
* 1. Remove the gray background on active links in IE 10.
* 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
*/
a {
background-color: transparent; /* 1 */
-webkit-text-decoration-skip: objects; /* 2 */
}
/**
* 1. Remove the bottom border in Chrome 57- and Firefox 39-.
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
border-bottom: none; /* 1 */
text-decoration: underline; /* 2 */
text-decoration: underline dotted; /* 2 */
}
/**
* Prevent the duplicate application of `bolder` by the next rule in Safari 6.
*/
b,
strong {
font-weight: inherit;
}
/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
font-weight: bolder;
}
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
font-family: monospace, monospace; /* 1 */
font-size: 1em; /* 2 */
}
/**
* Add the correct font style in Android 4.3-.
*/
dfn {
font-style: italic;
}
/**
* Add the correct background and color in IE 9-.
*/
mark {
background-color: #ff0;
color: #000;
}
/**
* Add the correct font size in all browsers.
*/
small {
font-size: 80%;
}
/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
/* Embedded content
========================================================================== */
/**
* Add the correct display in IE 9-.
*/
audio,
video {
display: inline-block;
}
/**
* Add the correct display in iOS 4-7.
*/
audio:not([controls]) {
display: none;
height: 0;
}
/**
* Remove the border on images inside links in IE 10-.
*/
img {
border-style: none;
}
/**
* Hide the overflow in IE.
*/
svg:not(:root) {
overflow: hidden;
}
/* Forms
========================================================================== */
/**
* 1. Change the font styles in all browsers (opinionated).
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
font-family: sans-serif; /* 1 */
font-size: 100%; /* 1 */
line-height: 1.15; /* 1 */
margin: 0; /* 2 */
}
/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input { /* 1 */
overflow: visible;
}
/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select { /* 1 */
text-transform: none;
}
/**
* 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
* controls in Android 4.
* 2. Correct the inability to style clickable types in iOS and Safari.
*/
button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
-webkit-appearance: button; /* 2 */
}
/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
}
/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
}
/**
* Correct the padding in Firefox.
*/
fieldset {
padding: 0.35em 0.75em 0.625em;
}
/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
* `fieldset` elements in all browsers.
*/
legend {
box-sizing: border-box; /* 1 */
color: inherit; /* 2 */
display: table; /* 1 */
max-width: 100%; /* 1 */
padding: 0; /* 3 */
white-space: normal; /* 1 */
}
/**
* 1. Add the correct display in IE 9-.
* 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
display: inline-block; /* 1 */
vertical-align: baseline; /* 2 */
}
/**
* Remove the default vertical scrollbar in IE.
*/
textarea {
overflow: auto;
}
/**
* 1. Add the correct box sizing in IE 10-.
* 2. Remove the padding in IE 10-.
*/
[type="checkbox"],
[type="radio"] {
box-sizing: border-box; /* 1 */
padding: 0; /* 2 */
}
/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
}
/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type="search"] {
-webkit-appearance: textfield; /* 1 */
outline-offset: -2px; /* 2 */
}
/**
* Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
*/
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
-webkit-appearance: button; /* 1 */
font: inherit; /* 2 */
}
/* Interactive
========================================================================== */
/*
* Add the correct display in IE 9-.
* 1. Add the correct display in Edge, IE, and Firefox.
*/
details, /* 1 */
menu {
display: block;
}
/*
* Add the correct display in all browsers.
*/
summary {
display: list-item;
}
/* Scripting
========================================================================== */
/**
* Add the correct display in IE 9-.
*/
canvas {
display: inline-block;
}
/**
* Add the correct display in IE.
*/
template {
display: none;
}
/* Hidden
========================================================================== */
/**
* Add the correct display in IE 10-.
*/
[hidden] {
display: none;
}
/************************* Ideal Cart resets *************************/
/* Makes all images responsive ready */
:root * > img {
max-width: 100%;
}
/* Give every element this box-sizing and position of relative */
*, *:after, *:before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
position: relative;
}
/* Always keeps a scrollbar present even when there isn't an overflow on the browser window. Helps prevent janky behavior when a scrollbar appear/disappears. */
html {
overflow-y: scroll;
}
/* Horizontal Rule styling */
hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #ccc;
margin: 20px 0;
padding: 0;
}
/* For when you want some small, aside text */
.notes {
font-size: 12px;
font-style: italic;
margin: 5px 0;
}
/* Clearfix for floating elements */
.cf:after, .cf:before {
content: " ";
display: table;
}
.cf:after {
clear: both;
}
/* Modular class for overflow hidden */
.overflow-hidden {
overflow: hidden;
}
/* Hide Text */
.ht {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
/*Archived ht, kept just in case*/
/*.ht {
display: block;
font-size: 0;
overflow: hidden;
text-indent: 100%;
white-space: nowrap;
}*/
/* Center */
.c {
text-align: center;
}
/* Right */
.r {
text-align: right;
}
/* Left */
.l {
text-align: left;
}
/* Float Left class for elements */
.fl {
float: left;
margin: 0 20px 15px 0;
max-width: 600px;
}
/* Float Right class for elements */
.fr {
float: right;
margin: 0 0 15px 20px;
}
/* Float classes for videos */
.fl.fl-video, .fr.fr-video {
max-width: 400px;
width: 100%;
}
/* Center images in floats when on small screens */
.fl > img, .fr > img {
display: block;
margin: 0 auto;
}
@media only screen and (max-width : 750px) {
/* Taking off the float styles used on images */
.fr, .fl {
display: block;
float: none !important;
margin: 10px auto !important;
}
}
/*List reset to get rid of bullets and such*/
.lr ul, ul.lr {
list-style: none;
margin: 0;
padding: 0;
}
/* Skip link for accessibility*/
#skip a {
position: absolute;
left: -10000px;
top: auto;
width: 1px;
height: 1px;
overflow: hidden;
}
#skip a:focus {
position: static;
width: auto;
height: auto;
}
/* Margin classes */
/* No margin */
.nm {
margin: 0 !important;
}
/* Margin bottom */
.mb-10 {
margin-bottom: 10px;
}
.mb-15 {
margin-bottom: 15px;
}
.mb-20 {
margin-bottom: 20px;
}
.mb-30 {
margin-bottom: 30px;
}
.mb-40 {
margin-bottom: 40px;
}
/* Margin top*/
.mt-10 {
margin-top: 10px;
}
.mt-15 {
margin-top: 15px;
}
.mt-20 {
margin-top: 20px;
}
.mt-30 {
margin-top: 30px;
}
.mt-40 {
margin-top: 40px;
}
/* Padding classes */
/* No padding */
.np {
padding: 0 !important;
}
/* Padding left */
.pl-10 {
padding-left: 10px;
}
.pl-15 {
padding-left: 15px;
}
.pl-20 {
padding-left: 20px;
}
.pl-30 {
padding-left: 20px;
}
.pl-40 {
padding-left: 40px;
}
/* Padding right */
.pr-10 {
padding-right: 10px;
}
.pr-15 {
padding-right: 15px;
}
.pr-20 {
padding-right: 20px;
}
.pr-30 {
padding-right: 30px;
}
.pr-40 {
padding-right: 40px;
}
/* Styles for putting things like search in one line */
.search-wrapper {
max-width: 350px;
width: 100%;
}
.search-wrapper > * {
float: left;
}
.search-wrapper .search-field {
width: calc(100% - 50px);
}
.search-wrapper .search-field input {
margin-bottom: 0;
width: 100%;
}
.search-wrapper .search-button {
width: 50px;
}
.search-wrapper input, .search-wrapper button {
margin: 0;
}
/* No Javascript Message
This is controlled using Modernizr, if it detects no js it doesn't remove the "no-js" class from the html element */
.no-js body {
overflow: hidden;
}
.js .no-js-message-wrapper {
display: none;
}
.no-js .no-js-message-wrapper {
background: rgba(255,255,255,.9);
bottom: 0;
left: 0;
position: absolute;
right: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 999999;
}
.no-js .no-js-message {
background: #F4E6E6;
padding: 50px 30px;
text-align: center;
z-index: 999990;
}
.no-js .no-js-message h5 {
color: #C44442;
}
/* Admin edit link */
.edit-page-btn {
bottom: 0;
position: fixed;
right: 0;
z-index: 1040;
}
.edit-page-btn a, .edit-page-btn a:visited {
background: rgba(0,0,0,.8);
color: #fafafa;
display: block;
font-size: 14px;
padding: 15px;
text-decoration: none;
-webkit-transition: background .3s;
transition: background .3s;
}
.edit-page-btn a:hover, .edit-page-btn a:focus {
background: rgba(0,0,0,.95);
color: #fafafa;
text-decoration: none;
}
@media only screen and (min-width : 1500px) {
.edit-page-btn a {
font-size: 18px;
}
}
/* Buttons */
button.btn, .btn a, a.btn, input[type="submit"], button[type="submit"],
input[disabled]:hover, button[disabled]:hover, a[disabled]:hover {
background: #333;
border: 0;
color: #fafafa;
cursor: pointer;
display: inline-block;
padding: 10px 15px;
text-decoration: none;
}
button.btn-secondary, .btn-secondary a, a.btn-secondary, input[type="submit"].btn-secondary, button[type="submit"].btn-secondary {
background: #5f5f5f;
}
button.btn-cancel, .btn-cancel a, a.btn-cancel, input[type="submit"].btn-cancel, button[type="submit"].btn-cancel {
background: #9e9e9e;
color: #fafafa;
}
button.btn-small, .btn-small a, a.btn-small, input[type="submit"].btn-small, button[type="submit"].btn-small {
font-size: .9em !important;
padding: 8px 12px;
}
button:hover.btn, .btn a:hover, a:hover.btn, input[type="submit"]:hover, button[type="submit"]:hover,
button:focus.btn, .btn a:focus, a:focus.btn, input[type="submit"]:focus, button[type="submit"]:focus {
background: #000;
}
input[disabled], button[disabled], a[disabled] {
cursor: default !important;
opacity: .4;
}
input[disabled]:hover, button[disabled]:hover, a[disabled]:hover {
background: #333;
color: #fafafa;
}
button[disabled].btn-secondary:hover, .btn-secondary a.disabled:hover, a.btn-secondary.disabled:hover, input[type="submit"][disabled].btn-secondary:hover, button[type="submit"][disabled].btn-secondary:hover {
background: #5f5f5f;
}
/* Validations */
.error, .req {
color: #BA2525;
}
.success {
color: #589B22;
}
/* Forms */
/**************************************
READ ME:
Any changes you need to make need to be in a separate stylesheet overriding these styles, do not edit this stylesheet.
**************************************/
.custom-lock label {
font-size: 14px !important;
}
button, input[type="submit"], input[type="button"] {
border: 0;
}
input[type="text"], input[type="email"], input[type="password"], textarea, input[type="tel"], button, input[type="submit"], input[type="button"] {
-webkit-appearance: none;
}
input[type="text"], input[type="email"], input[type="password"], textarea, select:not([multiple]), input[type="tel"] {
background: #fff;
border: 1px solid #ccc;
border-radius: 0;
height: 34px;
margin-bottom: 5px;
padding: 5px;
}
.item input[type="text"], .item input[type="email"], .item input[type="password"], .item textarea, .item select, .item input[type="tel"] {
width: 100%;
}
textarea {
height: 80px;
}
label {
padding-right: 7px;
padding-bottom: 3px;
}
.req {
font-size: 13px;
}
.actions {
padding: 10px 0;
}
/* For inputs that shouldn't be 100% wide but you also don't want in a grid-like structure */
.short-input label {
display: block;
}
.short-input input {
max-width: 350px;
width: 100%;
}
/* Placeholder styling */
::-webkit-input-placeholder {
color: #ccc;
opacity: 1;
}
::-moz-placeholder {
color: #ccc;
opacity: 1;
}
:-ms-input-placeholder {
color: #ccc;
opacity: 1;
}
:-moz-placeholder {
color: #ccc;
opacity: 1;
}
/* Styling classes for forms, can be used for other things that need similar formatting */
/*
"item" = class name of element you wrap a row in, so say you have 2 halfi you need in a row, you wrap it in an element called "item".
There's no styles for "item" in particular, but some of the forms stylings below require the form elements to be wrapped in an element named "item" to work.
Each field needs a clearfix as this method uses floats.
*/
@media only screen and (min-width : 500px) and (max-width : 700px) {
.item > .halfi, .item > .onethirdi, .item > .twothirdi, .item > .fifteeni, .item > .eightyfivei {
float: left;
width: calc(100% / 2 - 11px);
}
.item > .halfi:nth-of-type(2n + 1), .item > .onethirdi:nth-of-type(2n + 1), .item > .twothirdi:nth-of-type(2n + 1), .item > .fifteeni:nth-of-type(2n + 1), .item > .eightyfivei:nth-of-type(2n + 1) {
margin-right: 10px;
}
.item > .halfi:nth-of-type(2n + 2), .item > .onethirdi:nth-of-type(2n + 2), .item > .twothirdi:nth-of-type(2n + 2), .item > .fifteeni:nth-of-type(2n + 2), .item > .eightyfivei:nth-of-type(2n + 2) {
margin-left: 10px;
}
}
@media only screen and (min-width : 701px) {
.halfi, .onethirdi, .twothirdi, .fifteeni, .eightyfivei {
float: left;
}
.halfi:nth-of-type(2n + 1), .onethirdi:nth-of-type(2n + 1), .twothirdi:nth-of-type(2n + 1), .fifteeni:nth-of-type(2n + 1), .eightyfivei:nth-of-type(2n + 1) {
margin-right: 10px; /* every second item starting from the first has a right margin */
}
.halfi:nth-of-type(2n + 2), .onethirdi:nth-of-type(2n + 2), .twothirdi:nth-of-type(2n + 2), .fifteeni:nth-of-type(2n + 2), .eightyfivei:nth-of-type(2n + 2) {
margin-left: 10px; /* every second item starting from the second has a left margin */
}
.halfi {
width: calc(100% / 2 - 11px); /* 1/2 column - 11px for the margin */
}
.onethirdi, .fifteeni {
width: calc(100% * 1/3 - 11px); /* 1/3 column - 11px for the margin */
}
.twothirdi, .eightyfivei {
width: calc(100% * 2/3 - 11px); /* 2/3 column - 11px for the margin */
}
}
@media only screen and (min-width : 1100px) {
.fifteeni {
width: calc(100% * 3/20 - 11px); /* 3/20 column - 11px for the margin */
}
.eightyfivei {
width: calc(100% * 17/20 - 11px); /* 17/20 column - 11px for the margin */
}
}
/* "checki" and "radioi" = classes to use with checkboxes and radio buttons for styling */
.checki, .radioi {
margin-bottom: 5px;
}
/*************************
==============================
TABLE OF CONTENTS
==============================
01A. General
02B. General Layout
03C. Forms / Buttons
04D. Header
05E. Navigation
05Ea. Mobile Navigation
05Eb. Mobile Nav Panels
05Ec. Main Nav
05Ed. Drop Downs
06F. Content
07G. Footer
08H. Login Page
09I. Contact Page
10J. Categories / Subpages
11K. Caps Page
12L. Guides Page
*************************/
/*!
* Web Fonts from Fontspring.com
*
* All OpenType features and all extended glyphs have been removed.
* Fully installable fonts can be purchased at http://www.fontspring.com
*
* The fonts included in this stylesheet are subject to the End User License you purchased
* from Fontspring. The fonts are protected under domestic and international trademark and
* copyright law. You are prohibited from modifying, reverse engineering, duplicating, or
* distributing this font software.
*
* (c) 2010-2017 Fontspring
*
* The fonts included are copyrighted by the vendor listed below.
*
* Vendor: Typodermic Fonts Inc.
* License URL: https://www.fontspring.com/licenses/typodermic/webfont
*
*/
@font-face {
font-family: 'Vipnagorgialla';
src: url('/fonts/vipnagorgialla.woff2') format('woff2'), url('/fonts/vipnagorgialla.woff') format('woff'), url('/fonts/vipnagorgialla-webfont.eot');
font-weight: normal;
font-style: normal;
}
/*************************01A. General *************************/
body {
background: #202020 url(//cdn.kpfanworld.com/images/body-bg.png) repeat-y;
background-size: 100%;
background-position: top;
background-attachment: fixed;
color: #fff;
font: 16px/1.2 arial, sans-serif;
}
::selection{
color: #0f0;
background: #000;
}
::-moz-selection{
color: #0f0;
background: #000;
}
@media only screen and (min-width: 800px) {
body {
font-size: 18px;
}
}
p {
margin: 15px 0;
}
p:last-of-type {
margin-bottom: 0;
}
p:first-of-type {
margin-top: 0;
}
.image img, .icon svg, .logo svg, .logo img {
display: block;
}
.logo img {
max-width: 800px;
width: 100%;
margin: auto;
}
.interior .logo img {
max-width: 400px;
}
a {
color: #ff0;
}
a:visited {
color: #6c6;
}
a:hover, a:focus {
color: #0f0;
}
h1, h2, h3, h4, h5, h6 {
margin: 15px 0;
font: normal 28px/1 "Vipnagorgialla", Arial, sans-serif;
color: #0f0;
}
h1:first-of-type, h2:first-of-type, h3:first-of-type, h4:first-of-type, h5:first-of-type, h6:first-of-type {
margin-top: 0;
}
h2 {
font-size: 25px;
color: #ff0;
}
h3 {
font-size: 23px;
color: #fff;
}
h4 {
font-size: 20px;
color: #0f0;
}
h5 {
font-size: 18px;
color: #ff0;
}
h6 {
font-size: 16px;
color: #fff;
}
.section-header {
border-bottom: 1px solid #ccc;
}
@media only screen and (min-width : 800px) {
h1 {
font-size: 36px;
}
h2 {
font-size: 32px;
}
h3 {
font-size: 28px;
}
h4 {
font-size: 22px;
}
h5 {
font-size: 20px;
}
h6 {
font-size: 18px;
}
}
/* Skip link for accessibility*/
#skip a {
position: absolute;
left: -10000px;
top: auto;
width: 1px;
height: 1px;
overflow: hidden;
}
#skip a:focus {
position: static;
width: auto;
height: auto;
}
/************************* 02B. General Layout *************************/
.full {
margin: 0 auto;
overflow: hidden;
max-width: 100%;
width: 100%;
z-index: 2;
}
.inner {
margin: auto;
padding: 0 15px;
max-width: 1230px;
width: 100%;
}
@media only screen and (min-width: 800px) {
.inner {
padding: 0 25px;
}
}
.interior {
margin: 50px 0;
}
/************************* 03C. Forms / Buttons *************************/
button.btn, .btn a, a.btn, input[type="submit"], button[type="submit"] {
font: normal 18px/1 "Vipnagorgialla", Arial, sans-serif;
text-transform: uppercase;
background: transparent;
margin-top: 15px;
border: 1px solid #0f0;
color: #0f0 !important;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
button.btn-secondary, .btn-secondary a, a.btn-secondary, input[type="submit"].btn-secondary, button[type="submit"].btn-secondary {
}
button.btn-cancel, .btn-cancel a, a.btn-cancel, input[type="submit"].btn-cancel, button[type="submit"].btn-cancel {
}
button.btn-small, .btn-small a, a.btn-small, input[type="submit"].btn-small, button[type="submit"].btn-small {
}
button:hover.btn, .btn a:hover, a:hover.btn, input[type="submit"]:hover, button[type="submit"]:hover,
button:focus.btn, .btn a:focus, a:focus.btn, input[type="submit"]:focus, button[type="submit"]:focus {
background: #0f0;
color: #000 !important;
}
input[type=submit][disabled], input[type=button][disabled], button[disabled], a[disabled],
input[type=submit][disabled]:hover, input[type=button][disabled]:hover, button[disabled]:hover, a[disabled]:hover
/* Usually the stylings are the same as the button styles from above so there is no hover styles, or you can do a separate syle for disabled buttons */ {
}
button[disabled].btn-secondary:hover, .btn-secondary a.disabled:hover, a.btn-secondary.disabled:hover, input[type="submit"][disabled].btn-secondary:hover, input[type="button"][disabled].btn-secondary:hover, button[type="submit"][disabled].btn-secondary:hover {
}
.req {
color: #080;
font-style: italic;
}
input[type=text], input[type=email], input[type=password], input[type=email], textarea {
background: #000;
font-style: italic;
color: #fff;
border: 1px dashed #0f0;
}
.error {
color: #F36523;
font-style: italic;
font-weight: bold;
}
label {
font-family: 'Vipnagorgialla', Arial, sans-serif;
}
input:focus, textarea:focus {
outline: none;
border: 1px dashed #ff0 !important;
}
/************************* 04D. Header *************************/
header.main {
padding: 40px 0 0;
text-align: center;
}
/************************* 05E. Navigation *************************/
.main-nav, .account-nav,
#main-nav ul p, .main-nav ul br {
display: none;
}
/* 05Ea. Mobile Navigation */
.toggle-menu {
background: #202020;
color: #fafafa;
font-size: 16px;
left: 0;
position: fixed;
text-decoration: none;
text-transform: uppercase;
top: 0;
width: 100%;
z-index: 10;
}
.toggle-menu li {
width: 100%;
}
/*.toggle-menu li:last-child {
text-align: right;
}*/
.toggle-menu .icon, .toggle-menu .menu-text {
display: inline-block;
vertical-align: middle;
}
.toggle-menu p {
margin: 0;
}
.toggle-menu a {
color: #fafafa;
display: block;
padding: 10px 15px;
text-decoration: none;
}
/* Hamburger menu icon */
.toggle-menu .icon, .toggle-menu .icon:after, .toggle-menu .icon:before {
background: #fafafa;
-webkit-transition: all 0s .3s;
transition: all 0s .3s;
width: 18px;
height: 2px;
}
.toggle-menu .icon:after, .toggle-menu .icon:before {
background: #fafafa;
content: "";
position: absolute;
left: 0;
}
.toggle-menu .icon:before {
bottom: 5px;
-webkit-transition: bottom .3s .3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform .3s cubic-bezier(0.23, 1, 0.32, 1);
transition: bottom .3s .3s cubic-bezier(0.23, 1, 0.32, 1), transform .3s cubic-bezier(0.23, 1, 0.32, 1);
}
.toggle-menu .icon:after {
top: 5px;
-webkit-transition: top .3s .3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform .3s cubic-bezier(0.23, 1, 0.32, 1);
transition: top .3s .3s cubic-bezier(0.23, 1, 0.32, 1), transform .3s cubic-bezier(0.23, 1, 0.32, 1);
}
/* When clicked, hamburger icon animates into an X */
.toggle-menu .is-clicked .icon {
background: rgba(255, 255, 255, 0);
}
.toggle-menu .is-clicked .icon:after {
background: #ff0;
top: 0;
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-transition: top .3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform .3s .3s cubic-bezier(0.23, 1, 0.32, 1);
transition: top .3s cubic-bezier(0.23, 1, 0.32, 1), transform .3s .3s cubic-bezier(0.23, 1, 0.32, 1);
}
.toggle-menu .is-clicked .icon:before {
background: #ff0;
bottom: 0;
-ms-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-transition: bottom .3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform .3s .3s cubic-bezier(0.23, 1, 0.32, 1);
transition: bottom .3s cubic-bezier(0.23, 1, 0.32, 1), transform .3s .3s cubic-bezier(0.23, 1, 0.32, 1);
}
/* 05Eb. Mobile Nav Panels */
[id$="nav-copy"] {
background: #000;
box-shadow: 5px 0 5px -5px rgba(0,0,0,.5);
left: 0;
overflow-y: auto;
padding: 46px 0;
position: fixed;
top: 0;
-webkit-transform: translateX(-280px);
-ms-transform: translateX(-280px);
transform: translateX(-280px);
-webkit-backface-visibility: hidden;
-webkit-transition: -webkit-transform .4s 0s, visibility 0s .4s;
transition: transform .4s 0s, visibility 0s .4s;
width: 230px;
height: 100%;
z-index: 9;
}
[id$="nav-copy"] ul li a {
border-bottom: 1px solid #202020;
color: #fff;
display: block;
padding: 15px;
text-decoration: none;
}
[id$="nav-copy"] ul li a.btn {
background: #000;
border: 0;
margin-top: 0;
}
[id$="nav-copy"] ul li a:hover {
background: #0f0;
color: #000;
}
[id$="nav-copy"] ul li ul {
font-size: 14px;
line-height: 1.2;
}
[id$="nav-copy"] ul li ul li a {
padding-left: 30px;
}
[id$="nav-copy"].open-menu {
-webkit-transform: translateX(0) !important;
-ms-transform: translateX(0) !important;
transform: translateX(0) !important;
-webkit-transition: -webkit-transform .4s 0s, visibility 0s 0s;
transition: transform .4s 0s, visibility 0s 0s;
-webkit-overflow-scrolling: touch;
}
.dd-wrap {
display: block;
width: 100%;
}
.open-dd {
background: #202020;
cursor: pointer;
display: block;
position: absolute;
right: 0;
text-align: center;
top: 0;
width: 50px;
height: 100%;
z-index: 10;
color: #fff;
}
/* Icon to indicate there's drop downs to open */
.open-dd::after {
content: "\f103";
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
left: 0;
margin: auto;
position: absolute;
right: 0;
top: 50%;
-ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.open-dd:hover, .open-dd:focus {
background: #0f0;
color: #000;
}
.has-sub ul {
display: none;
}
.has-sub span {
display: block;
}
.has-sub > span {
height: 100%;
}
header.main .top .left {
display: none;
}
/* 05Ec. Main Nav */
.main-nav,
.account-nav {
font: normal 16px/1 "Vipnagorgialla", Arial, sans-serif;
margin: 20px auto 0;
z-index: 15;
}
.main-nav ul li,
.account-nav ul li {
display: inline-block;
margin: 0 10px;
}
.main-nav ul li a,
.account-nav ul li a {
display: block;
color: #fff;
text-decoration: none;
}
.main-nav ul li a:hover, .main-nav ul li a:focus {
color: #0f0;
}
.account-nav ul li a.btn {
margin-top: 0;
font-size: 16px;
}
/* 05Ed. Drop Downs */
.main-nav ul > li > ul,
.account-nav ul > li > ul {
background-color: none;
display: block;
font-size: 16px;
left: 0;
line-height: 1.2;
margin: 0;
max-height: 0;
opacity: 0;
overflow: hidden;
padding: 0;
pointer-events: none;
position: absolute;
text-align: left;
top: auto;
-webkit-transition: max-height .1s ease-in-out 0s, opacity .1s ease-in-out 0s;
transition: max-height .1s ease-in-out 0s, opacity .1s ease-in-out 0s;
width: 230px;
height: auto !important;
z-index: 100;
}
.main-nav ul > li > ul li,
.account-nav ul > li > ul li {
display: inline-block;
height: auto !important;
margin: 0;
padding: 0;
position: relative;
width: 100%;
}
.main-nav ul > li > ul li:last-child,
.account-nav ul > li > ul li:last-child {
border-bottom: 0;
}
.main-nav ul > li > ul li a,
.account-nav ul > li > ul li a {
background: #ff0;
border-bottom: 1px solid #000;
color: #000 !important;
display: block;
padding: 12px !important;
-webkit-transition: none;
transition: none;
}
.main-nav ul > li > ul li:last-of-type a,
.account-nav ul > li > ul li:last-of-type a {
border-bottom: 0;
}
.main-nav ul > li > ul li:hover a, .main-nav ul > li > ul li a:focus,
.account-nav ul > li > ul li:hover a, .account-nav ul > li > ul li a:focus {
background: #0f0;
}
.main-nav ul > li:hover > ul, .main-nav ul > li > a:focus + ul,
.account-nav ul > li:hover > ul, .account-nav ul > li > a:focus + ul {
max-height: 700px;
opacity: 1;
pointer-events: visible;
-webkit-transition: max-height .7s ease-in-out 0s;
transition: max-height .7s ease-in-out 0s;
}
@media only screen and (min-width : 1000px) {
.full {
padding-top: 58px;
}
[id$="nav-copy"], .toggle-menu {
display: none;
}
header.main .top {
padding: 10px 15px;
position: fixed;
top: 0;
width: 100%;
z-index: 9999;
}
.main-nav {
width: calc(100% - 320px);
display: inline-block;
vertical-align: middle;
margin: 0 -5px 0 0;
text-align: left;
line-height: 1;
}
.account-nav {
width: 320px;
text-align: right;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
line-height: 1;
}
.account-nav ul li {
margin: 0 0 0 10px;
}
}
@media only screen and (min-width: 1500px) {
.full {
padding-top: 60px;
}
.main-nav,
.account-nav {
font-size: 18px;
}
.account-nav ul li a.btn {
font-size: 18px;
}
.main-nav {
width: calc(100% - 601px);
text-align: center;
}
.account-nav {
width: 340px;
}
header.main .top .left {
width: 250px;
display: inline-block;
vertical-align: middle;
margin: 0 -5px 0 0;
}
}
/************************* 06F. Content *************************/
header.main .top {
background: #202020;
}
header.main .logo {
background: #000;
padding: 10px;
}
@media only screen and (min-width: 1000px) {
header.main {
padding: 0;
}
}
.welcome {
padding-bottom: 50px;
}
.kp {
position: absolute;
width: 100px;
left: -25px;
bottom: -50px;
}
.intro {
padding: 15px;
width: calc(100% - 30px);
margin-top: 20px;
float: right;
background: rgba(255,255,255,0.1);
}
.intro .btn {
text-align: right;
}
@media only screen and (min-width: 800px) {
.intro {
padding: 50px;
width: calc(100% - 280px);
}
.kp {
width: 280px;
left: 15px;
bottom: -65px;
}
}
@media only screen and (min-width: 1000px) {
.intro {
margin-top: 0;
}
.welcome {
margin-top: 50px;
}
}
.color-cta {
background: #0084cf url(//cdn.kpfanworld.com/images/body-bg2.png) repeat-y;
background-size: 100%;
padding: 75px 0;
overflow: hidden;
background-attachment: fixed;
background-position: top;
z-index: 0;
position: relative;
text-align: center;
}
.color-cta .inner {
max-width: 600px;
}
@media only screen and (min-width: 800px) {
.color-cta {
padding: 150px 0;
}
}
.today {
border: 1px dashed #0f0;
margin: 20px 0;
padding: 15px;
}
.today li {
padding-left: 20px;
margin-bottom: 10px;
}
.today li:last-child {
margin-bottom: 0;
}
.today li:before {
content: '';
position: absolute;
left: 0;
top: 3px;
width: 11px;
height: 12px;
border: 1px solid #ff0;
}
.today li:after {
content: '';
position: absolute;
left: 4px;
top: 7px;
width: 4px;
height: 4px;
background: #ff0;
}
.news li {
margin-bottom: 25px;
}
.news hgroup {
border-bottom: 1px solid #0f0;
margin-bottom: 10px;
}
.news h6 {
border-top: 1px solid #0f0;
border-right: 1px solid #0f0;
display: inline-block;
padding: 8px 10px 5px;
margin-bottom: -1px;
border-bottom: 1px solid #202020;
}
.half.song {
background: rgba(255,255,255,0.1);
padding: 15px;
font-size: 9px;
text-align: center;
font-style: italic;
max-width: 575px;
margin: 20px auto 50px;
}
@media only screen and (min-width: 450px) {
.half.song {
font-size: 14px;
}
}
@media only screen and (min-width: 600px) {
.half.song {
font-size: 16px;
}
}
@media only screen and (min-width: 800px) {
.half.song {
font-size: 18px;
}
}
@media only screen and (min-width: 1000px) {
.bottom {
margin: 25px auto 75px;
}
.bottom .half {
width: 50%;
float: left;
}
.bottom .half:first-of-type {
padding-right: 25px;
}
.half.song {
font-size: 16px;
}
}
@media only screen and (min-width: 1300px) {
.bottom .half:first-of-type {
width: calc(100% - 625px);
padding-right: 0;
}
.bottom .half.song {
float: right;
padding: 50px;
font-size: 18px;
}
}
@media only screen and (min-width: 1500px) {
.today {
padding: 50px;
}
}
/************************* 07G. Footer *************************/
footer.main {
padding: 20px 0;
text-align: center;
width: 100%;
background: #000;
font-size: 14px;
}
footer.main p {
margin: 0 0 10px;
}
/************************* 08H. Login Page *************************/
.login-wrapper {
max-width: 350px;
}
.login-form {
margin-bottom: 30px;
}
.login-create-link a {
text-decoration: none;
}
@media only screen and (min-width : 800px) {
.login-wrapper {
max-width: none;
}
.login-form, .login-create-link {
float: left;
margin-bottom: 0;
max-width: 350px;
width: 50%;
}
.login-create-link {
padding-left: 50px;
}
}
/*********************** 09I. Contact Page ***********************/
.contact-content {
margin-bottom: 40px;
}
@media only screen and (min-width: 850px) {
.contact-form, .contact-content {
float: left;
width: 45%;
}
.contact-form {
padding-left: 30px;
width: 55%;
}
}
@media only screen and (min-width : 900px) {
.contact-form, .contact-content {
float: left;
width: 45%;
}
.contact-form {
padding-left: 30px;
width: 55%;
}
}
/*********************** 10J. Categories / Subpages ***********************/
.categories {
margin-top: 30px;
text-align: center;
}
.categories a {
text-decoration: none;
}
.categories li {
margin: 0 auto 30px;
max-width: 350px;
width: 100%;
}
.categories .title a {
background: rgba(0,0,0,.5);
color: #eaeaea;
display: block;
font: 18px/1.2 arial, sans-serif;
margin: auto;
padding: 15px 20px;
}
.categories .title a:hover, .categories .title a:focus {
background: #286986;
}
@media only screen and (min-width : 550px) {
.categories li {
float: left;
margin-left: 15px;
margin-right: 15px;
max-width: none;
}
}
@media only screen and (min-width : 550px) and (max-width : 850px) {
.categories li {
width: calc(100% / 2 - 16px);
}
.categories li:nth-of-type(2n+1) {
clear: both;
margin-left: 0;
}
.categories li:nth-of-type(2n+2) {
margin-right: 0;
}
}
@media only screen and (min-width : 851px) and (max-width : 1050px) {
.categories li {
width: calc(100% / 3 - 21px);
}
.categories li:nth-of-type(3n+1) {
clear: both;
margin-left: 0;
}
.categories li:nth-of-type(3n+3) {
margin-right: 0;
}
}
@media only screen and (min-width : 1051px) {
.categories li {
width: calc(100% / 4 - 24px);
}
.categories li:nth-of-type(4n+1) {
clear: both;
margin-left: 0;
}
.categories li:nth-of-type(4n+4) {
margin-right: 0;
}
}
/*11K. Caps Page */
.epsList {
margin-bottom: 25px;
padding-bottom: 25px;
border-bottom: 1px dashed #fff;
}
.epsList li {
margin-bottom: 10px;
}
#thumbList ul {
list-style: none;
}
#thumbList li {
display: inline-block;
padding: 5px;
}
.menu {
margin: 15px 0;
}
.menu ul {
list-style: none;
}
.menu li {
display: inline-block;
padding: 5px;
}
.epsList ol {
padding-left: 30px;
-moz-column-gap: 0;
-moz-columns: 280px 1;
-webkit-column-gap: 0;
-webkit-columns: 280px 1;
column-gap: 0;
columns: 280px 1;
margin-bottom: 0;
}
@media only screen and (min-width: 650px) {
.epsList ol {
-moz-column-gap: 60px;
-moz-columns: 280px 2;
-webkit-column-gap: 60px;
-webkit-columns: 280px 2;
column-gap: 60px;
columns: 280px 2;
}
}
@media only screen and (min-width: 950px) {
.epsList ol {
-moz-column-gap: 60px;
-moz-columns: 280px 3;
-webkit-column-gap: 60px;
-webkit-columns: 280px 3;
column-gap: 60px;
columns: 280px 3;
}
}
/* 12L. Guides Page */
.hint img, .hint span {
display: inline-block;
vertical-align: middle;
}
.hint img {
margin-right: 10px;
margin-left: 10px;
}
tr.head th {
text-align: left;
}
.chart {
font-size: 14px;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
position: relative;
max-width: 600px;
margin-bottom: 40px;
width: 100%;
}
.chart-wrap {
width: 600px;
}
.chart .head {
background: #fff !important;
border-bottom: 3px solid #333;
color: #000;
}
.chart .head th {
border: 1px solid #000;
padding: 10px;
}
.chart tr:nth-child(even) {
background: #000;
}
.chart tr:nth-child(odd) {
background: #202020;
}
.chart tr:hover {
background: #0f0;
color: #000;
}
.chart tr:hover a {
color: #000;
}
.chart tr a:hover {
color: #999;
}
.chart td {
border: 1px solid #000;
padding: 5px 10px;
}
@media only screen and (min-width : 740px) {
.hint {
display: none;
}
.chart {
font-size: 16px;
max-width: 700px;
}
.chart-wrap {
width: 700px;
}
.chart td {
padding: 10px 20px;
}
}
/*13M. About Page */
.staff h4 {
margin-bottom: 10px;
line-height: 1;
}
.staff .staff-title {
font: normal 28px/1 "Vipnagorgialla", Arial, sans-serif;
color: #0f0;
line-height: 1;
}
.staff li {
margin-bottom: 25px;
}
.web-help li {
margin-bottom: 10px;
}
.donate-nav-btn {
font-style: italic;
color: #ff0 !important;
text-transform: uppercase;
}
.select2-container--default .select2-selection--single:focus {
outline: none;
}
.select2-container--default .select2-selection--single {
border: none;
color: #fff;
}
.select2 .select2-selection {
background-color: #000;
}
.select2 {
border: 1px dashed #0f0;
outline: none;
}
.select2.select2-container--focus {
border: 1px dashed #ff0 !important;
outline: none;
}
.select2-dropdown {
background-color: #000;
}
.select2-container--default .select2-results__option[aria-selected=true] {
background-color: #202020;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
background-color: #0f0;
color: #000;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
color: #fff;
} | src/kpfw/kpfw/wwwroot/css/bundle.css | .mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: 0.8; }
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1043;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden; }
.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
box-sizing: border-box; }
.mfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle; }
.mfp-align-top .mfp-container:before {
display: none; }
.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045; }
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto; }
.mfp-ajax-cur {
cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: -moz-zoom-out;
cursor: -webkit-zoom-out;
cursor: zoom-out; }
.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in; }
.mfp-auto-cursor .mfp-content {
cursor: auto; }
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none; }
.mfp-loading.mfp-figure {
display: none; }
.mfp-hide {
display: none !important; }
.mfp-preloader {
color: #CCC;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044; }
.mfp-preloader a {
color: #CCC; }
.mfp-preloader a:hover {
color: #FFF; }
.mfp-s-ready .mfp-preloader {
display: none; }
.mfp-s-error .mfp-content {
display: none; }
button.mfp-close,
button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 1046;
box-shadow: none;
touch-action: manipulation; }
button::-moz-focus-inner {
padding: 0;
border: 0; }
.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
padding: 0 0 18px 10px;
color: #FFF;
font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace; }
.mfp-close:hover,
.mfp-close:focus {
opacity: 1; }
.mfp-close:active {
top: 1px; }
.mfp-close-btn-in .mfp-close {
color: #fff; }
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
color: #FFF;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%; }
.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #CCC;
font-size: 12px;
line-height: 18px;
white-space: nowrap; }
.mfp-arrow {
position: absolute;
opacity: 0.65;
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: transparent; }
.mfp-arrow:active {
margin-top: -54px; }
.mfp-arrow:hover,
.mfp-arrow:focus {
opacity: 1; }
.mfp-arrow:before,
.mfp-arrow:after {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: medium inset transparent; }
.mfp-arrow:after {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px; }
.mfp-arrow:before {
border-top-width: 21px;
border-bottom-width: 21px;
opacity: 0.7; }
.mfp-arrow-left {
left: 0; }
.mfp-arrow-left:after {
border-right: 17px solid #FFF;
margin-left: 31px; }
.mfp-arrow-left:before {
margin-left: 25px;
border-right: 27px solid #3F3F3F; }
.mfp-arrow-right {
right: 0; }
.mfp-arrow-right:after {
border-left: 17px solid #FFF;
margin-left: 39px; }
.mfp-arrow-right:before {
border-left: 27px solid #3F3F3F; }
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px; }
.mfp-iframe-holder .mfp-close {
top: -40px; }
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #000; }
/* Main image in popup */
img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto; }
/* The shadow behind the image */
.mfp-figure {
line-height: 0; }
.mfp-figure:after {
content: '';
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #444; }
.mfp-figure small {
color: #BDBDBD;
display: block;
font-size: 12px;
line-height: 14px; }
.mfp-figure figure {
margin: 0; }
.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto; }
.mfp-title {
text-align: left;
line-height: 18px;
color: #F3F3F3;
word-wrap: break-word;
padding-right: 36px; }
.mfp-image-holder .mfp-content {
max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer; }
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
/**
* Remove all paddings around the image on small screen
*/
.mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0; }
.mfp-img-mobile img.mfp-img {
padding: 0; }
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0; }
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px; }
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
box-sizing: border-box; }
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0; }
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px; }
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.6);
position: fixed;
text-align: center;
padding: 0; } }
@media all and (max-width: 900px) {
.mfp-arrow {
-webkit-transform: scale(0.75);
transform: scale(0.75); }
.mfp-arrow-left {
-webkit-transform-origin: 0;
transform-origin: 0; }
.mfp-arrow-right {
-webkit-transform-origin: 100%;
transform-origin: 100%; }
.mfp-container {
padding-left: 6px;
padding-right: 6px; } }
.white-popup-block {
background: #202020;
padding: 20px 30px;
text-align: left;
max-width: 650px;
margin: 40px auto;
position: relative;
}
/*.white-popup-block a {
color: #008acc;
}
.white-popup-block a:hover {
color: #0a0;
}
.white-popup-block h1 {
color: #0a0;
}*/
/* EM EQUATION: 1 / Xpx * Ypx = Nem | X = parent font size (ie: 16px), Y = px of the element you're changing (ie: 12px), N = resulting em (ie: .75em)*/
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
========================================================================== */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in
* IE on Windows Phone and in iOS.
*/
html {
line-height: 1.15; /* 1 */
-ms-text-size-adjust: 100%; /* 2 */
-webkit-text-size-adjust: 100%; /* 2 */
}
/* Sections
========================================================================== */
/**
* Remove the margin in all browsers (opinionated).
*/
body {
margin: 0;
}
/**
* Add the correct display in IE 9-.
*/
article,
aside,
footer,
header,
nav,
section {
display: block;
}
/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
font-size: 2em;
margin: 0.67em 0;
}
/* Grouping content
========================================================================== */
/**
* Add the correct display in IE 9-.
* 1. Add the correct display in IE.
*/
figcaption,
figure,
main { /* 1 */
display: block;
}
/**
* Add the correct margin in IE 8.
*/
figure {
margin: 1em 40px;
}
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
box-sizing: content-box; /* 1 */
height: 0; /* 1 */
overflow: visible; /* 2 */
}
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
font-family: monospace, monospace; /* 1 */
font-size: 1em; /* 2 */
}
/* Text-level semantics
========================================================================== */
/**
* 1. Remove the gray background on active links in IE 10.
* 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
*/
a {
background-color: transparent; /* 1 */
-webkit-text-decoration-skip: objects; /* 2 */
}
/**
* 1. Remove the bottom border in Chrome 57- and Firefox 39-.
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
border-bottom: none; /* 1 */
text-decoration: underline; /* 2 */
text-decoration: underline dotted; /* 2 */
}
/**
* Prevent the duplicate application of `bolder` by the next rule in Safari 6.
*/
b,
strong {
font-weight: inherit;
}
/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
font-weight: bolder;
}
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
font-family: monospace, monospace; /* 1 */
font-size: 1em; /* 2 */
}
/**
* Add the correct font style in Android 4.3-.
*/
dfn {
font-style: italic;
}
/**
* Add the correct background and color in IE 9-.
*/
mark {
background-color: #ff0;
color: #000;
}
/**
* Add the correct font size in all browsers.
*/
small {
font-size: 80%;
}
/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
/* Embedded content
========================================================================== */
/**
* Add the correct display in IE 9-.
*/
audio,
video {
display: inline-block;
}
/**
* Add the correct display in iOS 4-7.
*/
audio:not([controls]) {
display: none;
height: 0;
}
/**
* Remove the border on images inside links in IE 10-.
*/
img {
border-style: none;
}
/**
* Hide the overflow in IE.
*/
svg:not(:root) {
overflow: hidden;
}
/* Forms
========================================================================== */
/**
* 1. Change the font styles in all browsers (opinionated).
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
font-family: sans-serif; /* 1 */
font-size: 100%; /* 1 */
line-height: 1.15; /* 1 */
margin: 0; /* 2 */
}
/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input { /* 1 */
overflow: visible;
}
/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select { /* 1 */
text-transform: none;
}
/**
* 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
* controls in Android 4.
* 2. Correct the inability to style clickable types in iOS and Safari.
*/
button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
-webkit-appearance: button; /* 2 */
}
/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
}
/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
}
/**
* Correct the padding in Firefox.
*/
fieldset {
padding: 0.35em 0.75em 0.625em;
}
/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
* `fieldset` elements in all browsers.
*/
legend {
box-sizing: border-box; /* 1 */
color: inherit; /* 2 */
display: table; /* 1 */
max-width: 100%; /* 1 */
padding: 0; /* 3 */
white-space: normal; /* 1 */
}
/**
* 1. Add the correct display in IE 9-.
* 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
display: inline-block; /* 1 */
vertical-align: baseline; /* 2 */
}
/**
* Remove the default vertical scrollbar in IE.
*/
textarea {
overflow: auto;
}
/**
* 1. Add the correct box sizing in IE 10-.
* 2. Remove the padding in IE 10-.
*/
[type="checkbox"],
[type="radio"] {
box-sizing: border-box; /* 1 */
padding: 0; /* 2 */
}
/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
}
/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type="search"] {
-webkit-appearance: textfield; /* 1 */
outline-offset: -2px; /* 2 */
}
/**
* Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
*/
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
-webkit-appearance: button; /* 1 */
font: inherit; /* 2 */
}
/* Interactive
========================================================================== */
/*
* Add the correct display in IE 9-.
* 1. Add the correct display in Edge, IE, and Firefox.
*/
details, /* 1 */
menu {
display: block;
}
/*
* Add the correct display in all browsers.
*/
summary {
display: list-item;
}
/* Scripting
========================================================================== */
/**
* Add the correct display in IE 9-.
*/
canvas {
display: inline-block;
}
/**
* Add the correct display in IE.
*/
template {
display: none;
}
/* Hidden
========================================================================== */
/**
* Add the correct display in IE 10-.
*/
[hidden] {
display: none;
}
/************************* Ideal Cart resets *************************/
/* Makes all images responsive ready */
:root * > img {
max-width: 100%;
}
/* Give every element this box-sizing and position of relative */
*, *:after, *:before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
position: relative;
}
/* Always keeps a scrollbar present even when there isn't an overflow on the browser window. Helps prevent janky behavior when a scrollbar appear/disappears. */
html {
overflow-y: scroll;
}
/* Horizontal Rule styling */
hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #ccc;
margin: 20px 0;
padding: 0;
}
/* For when you want some small, aside text */
.notes {
font-size: 12px;
font-style: italic;
margin: 5px 0;
}
/* Clearfix for floating elements */
.cf:after, .cf:before {
content: " ";
display: table;
}
.cf:after {
clear: both;
}
/* Modular class for overflow hidden */
.overflow-hidden {
overflow: hidden;
}
/* Hide Text */
.ht {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
/*Archived ht, kept just in case*/
/*.ht {
display: block;
font-size: 0;
overflow: hidden;
text-indent: 100%;
white-space: nowrap;
}*/
/* Center */
.c {
text-align: center;
}
/* Right */
.r {
text-align: right;
}
/* Left */
.l {
text-align: left;
}
/* Float Left class for elements */
.fl {
float: left;
margin: 0 20px 15px 0;
max-width: 600px;
}
/* Float Right class for elements */
.fr {
float: right;
margin: 0 0 15px 20px;
}
/* Float classes for videos */
.fl.fl-video, .fr.fr-video {
max-width: 400px;
width: 100%;
}
/* Center images in floats when on small screens */
.fl > img, .fr > img {
display: block;
margin: 0 auto;
}
@media only screen and (max-width : 750px) {
/* Taking off the float styles used on images */
.fr, .fl {
display: block;
float: none !important;
margin: 10px auto !important;
}
}
/*List reset to get rid of bullets and such*/
.lr ul, ul.lr {
list-style: none;
margin: 0;
padding: 0;
}
/* Skip link for accessibility*/
#skip a {
position: absolute;
left: -10000px;
top: auto;
width: 1px;
height: 1px;
overflow: hidden;
}
#skip a:focus {
position: static;
width: auto;
height: auto;
}
/* Margin classes */
/* No margin */
.nm {
margin: 0 !important;
}
/* Margin bottom */
.mb-10 {
margin-bottom: 10px;
}
.mb-15 {
margin-bottom: 15px;
}
.mb-20 {
margin-bottom: 20px;
}
.mb-30 {
margin-bottom: 30px;
}
.mb-40 {
margin-bottom: 40px;
}
/* Margin top*/
.mt-10 {
margin-top: 10px;
}
.mt-15 {
margin-top: 15px;
}
.mt-20 {
margin-top: 20px;
}
.mt-30 {
margin-top: 30px;
}
.mt-40 {
margin-top: 40px;
}
/* Padding classes */
/* No padding */
.np {
padding: 0 !important;
}
/* Padding left */
.pl-10 {
padding-left: 10px;
}
.pl-15 {
padding-left: 15px;
}
.pl-20 {
padding-left: 20px;
}
.pl-30 {
padding-left: 20px;
}
.pl-40 {
padding-left: 40px;
}
/* Padding right */
.pr-10 {
padding-right: 10px;
}
.pr-15 {
padding-right: 15px;
}
.pr-20 {
padding-right: 20px;
}
.pr-30 {
padding-right: 30px;
}
.pr-40 {
padding-right: 40px;
}
/* Styles for putting things like search in one line */
.search-wrapper {
max-width: 350px;
width: 100%;
}
.search-wrapper > * {
float: left;
}
.search-wrapper .search-field {
width: calc(100% - 50px);
}
.search-wrapper .search-field input {
margin-bottom: 0;
width: 100%;
}
.search-wrapper .search-button {
width: 50px;
}
.search-wrapper input, .search-wrapper button {
margin: 0;
}
/* No Javascript Message
This is controlled using Modernizr, if it detects no js it doesn't remove the "no-js" class from the html element */
.no-js body {
overflow: hidden;
}
.js .no-js-message-wrapper {
display: none;
}
.no-js .no-js-message-wrapper {
background: rgba(255,255,255,.9);
bottom: 0;
left: 0;
position: absolute;
right: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 999999;
}
.no-js .no-js-message {
background: #F4E6E6;
padding: 50px 30px;
text-align: center;
z-index: 999990;
}
.no-js .no-js-message h5 {
color: #C44442;
}
/* Admin edit link */
.edit-page-btn {
bottom: 0;
position: fixed;
right: 0;
z-index: 1040;
}
.edit-page-btn a, .edit-page-btn a:visited {
background: rgba(0,0,0,.8);
color: #fafafa;
display: block;
font-size: 14px;
padding: 15px;
text-decoration: none;
-webkit-transition: background .3s;
transition: background .3s;
}
.edit-page-btn a:hover, .edit-page-btn a:focus {
background: rgba(0,0,0,.95);
color: #fafafa;
text-decoration: none;
}
@media only screen and (min-width : 1500px) {
.edit-page-btn a {
font-size: 18px;
}
}
/* Buttons */
button.btn, .btn a, a.btn, input[type="submit"], button[type="submit"],
input[disabled]:hover, button[disabled]:hover, a[disabled]:hover {
background: #333;
border: 0;
color: #fafafa;
cursor: pointer;
display: inline-block;
padding: 10px 15px;
text-decoration: none;
}
button.btn-secondary, .btn-secondary a, a.btn-secondary, input[type="submit"].btn-secondary, button[type="submit"].btn-secondary {
background: #5f5f5f;
}
button.btn-cancel, .btn-cancel a, a.btn-cancel, input[type="submit"].btn-cancel, button[type="submit"].btn-cancel {
background: #9e9e9e;
color: #fafafa;
}
button.btn-small, .btn-small a, a.btn-small, input[type="submit"].btn-small, button[type="submit"].btn-small {
font-size: .9em !important;
padding: 8px 12px;
}
button:hover.btn, .btn a:hover, a:hover.btn, input[type="submit"]:hover, button[type="submit"]:hover,
button:focus.btn, .btn a:focus, a:focus.btn, input[type="submit"]:focus, button[type="submit"]:focus {
background: #000;
}
input[disabled], button[disabled], a[disabled] {
cursor: default !important;
opacity: .4;
}
input[disabled]:hover, button[disabled]:hover, a[disabled]:hover {
background: #333;
color: #fafafa;
}
button[disabled].btn-secondary:hover, .btn-secondary a.disabled:hover, a.btn-secondary.disabled:hover, input[type="submit"][disabled].btn-secondary:hover, button[type="submit"][disabled].btn-secondary:hover {
background: #5f5f5f;
}
/* Validations */
.error, .req {
color: #BA2525;
}
.success {
color: #589B22;
}
/* Forms */
/**************************************
READ ME:
Any changes you need to make need to be in a separate stylesheet overriding these styles, do not edit this stylesheet.
**************************************/
.custom-lock label {
font-size: 14px !important;
}
button, input[type="submit"], input[type="button"] {
border: 0;
}
input[type="text"], input[type="email"], input[type="password"], textarea, input[type="tel"], button, input[type="submit"], input[type="button"] {
-webkit-appearance: none;
}
input[type="text"], input[type="email"], input[type="password"], textarea, select:not([multiple]), input[type="tel"] {
background: #fff;
border: 1px solid #ccc;
border-radius: 0;
height: 34px;
margin-bottom: 5px;
padding: 5px;
}
.item input[type="text"], .item input[type="email"], .item input[type="password"], .item textarea, .item select, .item input[type="tel"] {
width: 100%;
}
textarea {
height: 80px;
}
label {
padding-right: 7px;
padding-bottom: 3px;
}
.req {
font-size: 13px;
}
.actions {
padding: 10px 0;
}
/* For inputs that shouldn't be 100% wide but you also don't want in a grid-like structure */
.short-input label {
display: block;
}
.short-input input {
max-width: 350px;
width: 100%;
}
/* Placeholder styling */
::-webkit-input-placeholder {
color: #ccc;
opacity: 1;
}
::-moz-placeholder {
color: #ccc;
opacity: 1;
}
:-ms-input-placeholder {
color: #ccc;
opacity: 1;
}
:-moz-placeholder {
color: #ccc;
opacity: 1;
}
/* Styling classes for forms, can be used for other things that need similar formatting */
/*
"item" = class name of element you wrap a row in, so say you have 2 halfi you need in a row, you wrap it in an element called "item".
There's no styles for "item" in particular, but some of the forms stylings below require the form elements to be wrapped in an element named "item" to work.
Each field needs a clearfix as this method uses floats.
*/
@media only screen and (min-width : 500px) and (max-width : 700px) {
.item > .halfi, .item > .onethirdi, .item > .twothirdi, .item > .fifteeni, .item > .eightyfivei {
float: left;
width: calc(100% / 2 - 11px);
}
.item > .halfi:nth-of-type(2n + 1), .item > .onethirdi:nth-of-type(2n + 1), .item > .twothirdi:nth-of-type(2n + 1), .item > .fifteeni:nth-of-type(2n + 1), .item > .eightyfivei:nth-of-type(2n + 1) {
margin-right: 10px;
}
.item > .halfi:nth-of-type(2n + 2), .item > .onethirdi:nth-of-type(2n + 2), .item > .twothirdi:nth-of-type(2n + 2), .item > .fifteeni:nth-of-type(2n + 2), .item > .eightyfivei:nth-of-type(2n + 2) {
margin-left: 10px;
}
}
@media only screen and (min-width : 701px) {
.halfi, .onethirdi, .twothirdi, .fifteeni, .eightyfivei {
float: left;
}
.halfi:nth-of-type(2n + 1), .onethirdi:nth-of-type(2n + 1), .twothirdi:nth-of-type(2n + 1), .fifteeni:nth-of-type(2n + 1), .eightyfivei:nth-of-type(2n + 1) {
margin-right: 10px; /* every second item starting from the first has a right margin */
}
.halfi:nth-of-type(2n + 2), .onethirdi:nth-of-type(2n + 2), .twothirdi:nth-of-type(2n + 2), .fifteeni:nth-of-type(2n + 2), .eightyfivei:nth-of-type(2n + 2) {
margin-left: 10px; /* every second item starting from the second has a left margin */
}
.halfi {
width: calc(100% / 2 - 11px); /* 1/2 column - 11px for the margin */
}
.onethirdi, .fifteeni {
width: calc(100% * 1/3 - 11px); /* 1/3 column - 11px for the margin */
}
.twothirdi, .eightyfivei {
width: calc(100% * 2/3 - 11px); /* 2/3 column - 11px for the margin */
}
}
@media only screen and (min-width : 1100px) {
.fifteeni {
width: calc(100% * 3/20 - 11px); /* 3/20 column - 11px for the margin */
}
.eightyfivei {
width: calc(100% * 17/20 - 11px); /* 17/20 column - 11px for the margin */
}
}
/* "checki" and "radioi" = classes to use with checkboxes and radio buttons for styling */
.checki, .radioi {
margin-bottom: 5px;
}
/*************************
==============================
TABLE OF CONTENTS
==============================
01A. General
02B. General Layout
03C. Forms / Buttons
04D. Header
05E. Navigation
05Ea. Mobile Navigation
05Eb. Mobile Nav Panels
05Ec. Main Nav
05Ed. Drop Downs
06F. Content
07G. Footer
08H. Login Page
09I. Contact Page
10J. Categories / Subpages
11K. Caps Page
12L. Guides Page
*************************/
/*!
* Web Fonts from Fontspring.com
*
* All OpenType features and all extended glyphs have been removed.
* Fully installable fonts can be purchased at http://www.fontspring.com
*
* The fonts included in this stylesheet are subject to the End User License you purchased
* from Fontspring. The fonts are protected under domestic and international trademark and
* copyright law. You are prohibited from modifying, reverse engineering, duplicating, or
* distributing this font software.
*
* (c) 2010-2017 Fontspring
*
* The fonts included are copyrighted by the vendor listed below.
*
* Vendor: Typodermic Fonts Inc.
* License URL: https://www.fontspring.com/licenses/typodermic/webfont
*
*/
@font-face {
font-family: 'Vipnagorgialla';
src: url('/fonts/vipnagorgialla.woff2') format('woff2'), url('/fonts/vipnagorgialla.woff') format('woff'), url('/fonts/vipnagorgialla-webfont.eot');
font-weight: normal;
font-style: normal;
}
/*************************01A. General *************************/
body {
background: #202020 url(//cdn.kpfanworld.com/images/body-bg.png) repeat-y;
background-size: 100%;
background-position: top;
background-attachment: fixed;
color: #fff;
font: 16px/1.2 arial, sans-serif;
}
::selection{
color: #0f0;
background: #000;
}
::-moz-selection{
color: #0f0;
background: #000;
}
@media only screen and (min-width: 800px) {
body {
font-size: 18px;
}
}
p {
margin: 15px 0;
}
p:last-of-type {
margin-bottom: 0;
}
p:first-of-type {
margin-top: 0;
}
.image img, .icon svg, .logo svg, .logo img {
display: block;
}
.logo img {
max-width: 800px;
width: 100%;
margin: auto;
}
.interior .logo img {
max-width: 400px;
}
a {
color: #ff0;
}
a:visited {
color: #6c6;
}
a:hover, a:focus {
color: #0f0;
}
h1, h2, h3, h4, h5, h6 {
margin: 15px 0;
font: normal 28px/1 "Vipnagorgialla", Arial, sans-serif;
color: #0f0;
}
h1:first-of-type, h2:first-of-type, h3:first-of-type, h4:first-of-type, h5:first-of-type, h6:first-of-type {
margin-top: 0;
}
h2 {
font-size: 25px;
color: #ff0;
}
h3 {
font-size: 23px;
color: #fff;
}
h4 {
font-size: 20px;
color: #0f0;
}
h5 {
font-size: 18px;
color: #ff0;
}
h6 {
font-size: 16px;
color: #fff;
}
.section-header {
border-bottom: 1px solid #ccc;
}
@media only screen and (min-width : 800px) {
h1 {
font-size: 36px;
}
h2 {
font-size: 32px;
}
h3 {
font-size: 28px;
}
h4 {
font-size: 22px;
}
h5 {
font-size: 20px;
}
h6 {
font-size: 18px;
}
}
/* Skip link for accessibility*/
#skip a {
position: absolute;
left: -10000px;
top: auto;
width: 1px;
height: 1px;
overflow: hidden;
}
#skip a:focus {
position: static;
width: auto;
height: auto;
}
/************************* 02B. General Layout *************************/
.full {
margin: 0 auto;
overflow: hidden;
max-width: 100%;
width: 100%;
z-index: 2;
}
.inner {
margin: auto;
padding: 0 15px;
max-width: 1230px;
width: 100%;
}
@media only screen and (min-width: 800px) {
.inner {
padding: 0 25px;
}
}
.interior {
margin: 50px 0;
}
/************************* 03C. Forms / Buttons *************************/
button.btn, .btn a, a.btn, input[type="submit"], button[type="submit"] {
font: normal 18px/1 "Vipnagorgialla", Arial, sans-serif;
text-transform: uppercase;
background: transparent;
margin-top: 15px;
border: 1px solid #0f0;
color: #0f0 !important;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
button.btn-secondary, .btn-secondary a, a.btn-secondary, input[type="submit"].btn-secondary, button[type="submit"].btn-secondary {
}
button.btn-cancel, .btn-cancel a, a.btn-cancel, input[type="submit"].btn-cancel, button[type="submit"].btn-cancel {
}
button.btn-small, .btn-small a, a.btn-small, input[type="submit"].btn-small, button[type="submit"].btn-small {
}
button:hover.btn, .btn a:hover, a:hover.btn, input[type="submit"]:hover, button[type="submit"]:hover,
button:focus.btn, .btn a:focus, a:focus.btn, input[type="submit"]:focus, button[type="submit"]:focus {
background: #0f0;
color: #000 !important;
}
input[type=submit][disabled], input[type=button][disabled], button[disabled], a[disabled],
input[type=submit][disabled]:hover, input[type=button][disabled]:hover, button[disabled]:hover, a[disabled]:hover
/* Usually the stylings are the same as the button styles from above so there is no hover styles, or you can do a separate syle for disabled buttons */ {
}
button[disabled].btn-secondary:hover, .btn-secondary a.disabled:hover, a.btn-secondary.disabled:hover, input[type="submit"][disabled].btn-secondary:hover, input[type="button"][disabled].btn-secondary:hover, button[type="submit"][disabled].btn-secondary:hover {
}
.req {
color: #080;
font-style: italic;
}
input[type=text], input[type=email], input[type=password], input[type=email], textarea {
background: #000;
font-style: italic;
color: #fff;
border: 1px dashed #0f0;
}
.error {
color: #F36523;
font-style: italic;
font-weight: bold;
}
label {
font-family: 'Vipnagorgialla', Arial, sans-serif;
}
input:focus, textarea:focus {
outline: none;
border: 1px dashed #ff0 !important;
}
/************************* 04D. Header *************************/
header.main {
padding: 40px 0 0;
text-align: center;
}
/************************* 05E. Navigation *************************/
.main-nav, .account-nav,
#main-nav ul p, .main-nav ul br {
display: none;
}
/* 05Ea. Mobile Navigation */
.toggle-menu {
background: #202020;
color: #fafafa;
font-size: 16px;
left: 0;
position: fixed;
text-decoration: none;
text-transform: uppercase;
top: 0;
width: 100%;
z-index: 10;
}
.toggle-menu li {
width: 100%;
}
/*.toggle-menu li:last-child {
text-align: right;
}*/
.toggle-menu .icon, .toggle-menu .menu-text {
display: inline-block;
vertical-align: middle;
}
.toggle-menu p {
margin: 0;
}
.toggle-menu a {
color: #fafafa;
display: block;
padding: 10px 15px;
text-decoration: none;
}
/* Hamburger menu icon */
.toggle-menu .icon, .toggle-menu .icon:after, .toggle-menu .icon:before {
background: #fafafa;
-webkit-transition: all 0s .3s;
transition: all 0s .3s;
width: 18px;
height: 2px;
}
.toggle-menu .icon:after, .toggle-menu .icon:before {
background: #fafafa;
content: "";
position: absolute;
left: 0;
}
.toggle-menu .icon:before {
bottom: 5px;
-webkit-transition: bottom .3s .3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform .3s cubic-bezier(0.23, 1, 0.32, 1);
transition: bottom .3s .3s cubic-bezier(0.23, 1, 0.32, 1), transform .3s cubic-bezier(0.23, 1, 0.32, 1);
}
.toggle-menu .icon:after {
top: 5px;
-webkit-transition: top .3s .3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform .3s cubic-bezier(0.23, 1, 0.32, 1);
transition: top .3s .3s cubic-bezier(0.23, 1, 0.32, 1), transform .3s cubic-bezier(0.23, 1, 0.32, 1);
}
/* When clicked, hamburger icon animates into an X */
.toggle-menu .is-clicked .icon {
background: rgba(255, 255, 255, 0);
}
.toggle-menu .is-clicked .icon:after {
background: #ff0;
top: 0;
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-transition: top .3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform .3s .3s cubic-bezier(0.23, 1, 0.32, 1);
transition: top .3s cubic-bezier(0.23, 1, 0.32, 1), transform .3s .3s cubic-bezier(0.23, 1, 0.32, 1);
}
.toggle-menu .is-clicked .icon:before {
background: #ff0;
bottom: 0;
-ms-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-transition: bottom .3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform .3s .3s cubic-bezier(0.23, 1, 0.32, 1);
transition: bottom .3s cubic-bezier(0.23, 1, 0.32, 1), transform .3s .3s cubic-bezier(0.23, 1, 0.32, 1);
}
/* 05Eb. Mobile Nav Panels */
[id$="nav-copy"] {
background: #000;
box-shadow: 5px 0 5px -5px rgba(0,0,0,.5);
left: 0;
overflow-y: auto;
padding: 46px 0;
position: fixed;
top: 0;
-webkit-transform: translateX(-280px);
-ms-transform: translateX(-280px);
transform: translateX(-280px);
-webkit-backface-visibility: hidden;
-webkit-transition: -webkit-transform .4s 0s, visibility 0s .4s;
transition: transform .4s 0s, visibility 0s .4s;
width: 230px;
height: 100%;
z-index: 9;
}
[id$="nav-copy"] ul li a {
border-bottom: 1px solid #202020;
color: #fff;
display: block;
padding: 15px;
text-decoration: none;
}
[id$="nav-copy"] ul li a.btn {
background: #000;
border: 0;
margin-top: 0;
}
[id$="nav-copy"] ul li a:hover {
background: #0f0;
color: #000;
}
[id$="nav-copy"] ul li ul {
font-size: 14px;
line-height: 1.2;
}
[id$="nav-copy"] ul li ul li a {
padding-left: 30px;
}
[id$="nav-copy"].open-menu {
-webkit-transform: translateX(0) !important;
-ms-transform: translateX(0) !important;
transform: translateX(0) !important;
-webkit-transition: -webkit-transform .4s 0s, visibility 0s 0s;
transition: transform .4s 0s, visibility 0s 0s;
-webkit-overflow-scrolling: touch;
}
.dd-wrap {
display: block;
width: 100%;
}
.open-dd {
background: #202020;
cursor: pointer;
display: block;
position: absolute;
right: 0;
text-align: center;
top: 0;
width: 50px;
height: 100%;
z-index: 10;
color: #fff;
}
/* Icon to indicate there's drop downs to open */
.open-dd::after {
content: "\f103";
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
left: 0;
margin: auto;
position: absolute;
right: 0;
top: 50%;
-ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.open-dd:hover, .open-dd:focus {
background: #0f0;
color: #000;
}
.has-sub ul {
display: none;
}
.has-sub span {
display: block;
}
.has-sub > span {
height: 100%;
}
header.main .top .left {
display: none;
}
/* 05Ec. Main Nav */
.main-nav,
.account-nav {
font: normal 16px/1 "Vipnagorgialla", Arial, sans-serif;
margin: 20px auto 0;
z-index: 15;
}
.main-nav ul li,
.account-nav ul li {
display: inline-block;
margin: 0 10px;
}
.main-nav ul li a,
.account-nav ul li a {
display: block;
color: #fff;
text-decoration: none;
}
.main-nav ul li a:hover, .main-nav ul li a:focus {
color: #0f0;
}
.account-nav ul li a.btn {
margin-top: 0;
font-size: 16px;
}
/* 05Ed. Drop Downs */
.main-nav ul > li > ul,
.account-nav ul > li > ul {
background-color: none;
display: block;
font-size: 16px;
left: 0;
line-height: 1.2;
margin: 0;
max-height: 0;
opacity: 0;
overflow: hidden;
padding: 0;
pointer-events: none;
position: absolute;
text-align: left;
top: auto;
-webkit-transition: max-height .1s ease-in-out 0s, opacity .1s ease-in-out 0s;
transition: max-height .1s ease-in-out 0s, opacity .1s ease-in-out 0s;
width: 230px;
height: auto !important;
z-index: 100;
}
.main-nav ul > li > ul li,
.account-nav ul > li > ul li {
display: inline-block;
height: auto !important;
margin: 0;
padding: 0;
position: relative;
width: 100%;
}
.main-nav ul > li > ul li:last-child,
.account-nav ul > li > ul li:last-child {
border-bottom: 0;
}
.main-nav ul > li > ul li a,
.account-nav ul > li > ul li a {
background: #ff0;
border-bottom: 1px solid #000;
color: #000 !important;
display: block;
padding: 12px !important;
-webkit-transition: none;
transition: none;
}
.main-nav ul > li > ul li:last-of-type a,
.account-nav ul > li > ul li:last-of-type a {
border-bottom: 0;
}
.main-nav ul > li > ul li:hover a, .main-nav ul > li > ul li a:focus,
.account-nav ul > li > ul li:hover a, .account-nav ul > li > ul li a:focus {
background: #0f0;
}
.main-nav ul > li:hover > ul, .main-nav ul > li > a:focus + ul,
.account-nav ul > li:hover > ul, .account-nav ul > li > a:focus + ul {
max-height: 700px;
opacity: 1;
pointer-events: visible;
-webkit-transition: max-height .7s ease-in-out 0s;
transition: max-height .7s ease-in-out 0s;
}
@media only screen and (min-width : 1000px) {
.full {
padding-top: 58px;
}
[id$="nav-copy"], .toggle-menu {
display: none;
}
header.main .top {
padding: 10px 15px;
position: fixed;
top: 0;
width: 100%;
z-index: 9999;
}
.main-nav {
width: calc(100% - 320px);
display: inline-block;
vertical-align: middle;
margin: 0 -5px 0 0;
text-align: left;
line-height: 1;
}
.account-nav {
width: 320px;
text-align: right;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
line-height: 1;
}
.account-nav ul li {
margin: 0 0 0 10px;
}
}
@media only screen and (min-width: 1500px) {
.full {
padding-top: 60px;
}
.main-nav,
.account-nav {
font-size: 18px;
}
.account-nav ul li a.btn {
font-size: 18px;
}
.main-nav {
width: calc(100% - 601px);
text-align: center;
}
.account-nav {
width: 340px;
}
header.main .top .left {
width: 250px;
display: inline-block;
vertical-align: middle;
margin: 0 -5px 0 0;
}
}
/************************* 06F. Content *************************/
header.main .top {
background: #202020;
}
header.main .logo {
background: #000;
padding: 10px;
}
@media only screen and (min-width: 1000px) {
header.main {
padding: 0;
}
}
.welcome {
padding-bottom: 50px;
}
.kp {
position: absolute;
width: 100px;
left: -25px;
bottom: -50px;
}
.intro {
padding: 15px;
width: calc(100% - 30px);
margin-top: 20px;
float: right;
background: rgba(255,255,255,0.1);
}
.intro .btn {
text-align: right;
}
@media only screen and (min-width: 800px) {
.intro {
padding: 50px;
width: calc(100% - 280px);
}
.kp {
width: 280px;
left: 15px;
bottom: -65px;
}
}
@media only screen and (min-width: 1000px) {
.intro {
margin-top: 0;
}
.welcome {
margin-top: 50px;
}
}
.color-cta {
background: #0084cf url(//cdn.kpfanworld.com/images/body-bg2.png) repeat-y;
background-size: 100%;
padding: 75px 0;
overflow: hidden;
background-attachment: fixed;
background-position: top;
z-index: 0;
position: relative;
text-align: center;
}
.color-cta .inner {
max-width: 600px;
}
@media only screen and (min-width: 800px) {
.color-cta {
padding: 150px 0;
}
}
.today {
border: 1px dashed #0f0;
margin: 20px 0;
padding: 15px;
}
.today li {
padding-left: 20px;
margin-bottom: 10px;
}
.today li:last-child {
margin-bottom: 0;
}
.today li:before {
content: '';
position: absolute;
left: 0;
top: 3px;
width: 11px;
height: 12px;
border: 1px solid #ff0;
}
.today li:after {
content: '';
position: absolute;
left: 4px;
top: 7px;
width: 4px;
height: 4px;
background: #ff0;
}
.news li {
margin-bottom: 25px;
}
.news hgroup {
border-bottom: 1px solid #0f0;
margin-bottom: 10px;
}
.news h6 {
border-top: 1px solid #0f0;
border-right: 1px solid #0f0;
display: inline-block;
padding: 8px 10px 5px;
margin-bottom: -1px;
border-bottom: 1px solid #202020;
}
.half.song {
background: rgba(255,255,255,0.1);
padding: 15px;
font-size: 9px;
text-align: center;
font-style: italic;
max-width: 575px;
margin: 20px auto 50px;
}
@media only screen and (min-width: 450px) {
.half.song {
font-size: 14px;
}
}
@media only screen and (min-width: 600px) {
.half.song {
font-size: 16px;
}
}
@media only screen and (min-width: 800px) {
.half.song {
font-size: 18px;
}
}
@media only screen and (min-width: 1000px) {
.bottom {
margin: 25px auto 75px;
}
.bottom .half {
width: 50%;
float: left;
}
.bottom .half:first-of-type {
padding-right: 25px;
}
.half.song {
font-size: 16px;
}
}
@media only screen and (min-width: 1300px) {
.bottom .half:first-of-type {
width: calc(100% - 625px);
padding-right: 0;
}
.bottom .half.song {
float: right;
padding: 50px;
font-size: 18px;
}
}
@media only screen and (min-width: 1500px) {
.today {
padding: 50px;
}
}
/************************* 07G. Footer *************************/
footer.main {
padding: 20px 0;
text-align: center;
width: 100%;
background: #000;
font-size: 14px;
}
footer.main p {
margin: 0 0 10px;
}
/************************* 08H. Login Page *************************/
.login-wrapper {
max-width: 350px;
}
.login-form {
margin-bottom: 30px;
}
.login-create-link a {
text-decoration: none;
}
@media only screen and (min-width : 800px) {
.login-wrapper {
max-width: none;
}
.login-form, .login-create-link {
float: left;
margin-bottom: 0;
max-width: 350px;
width: 50%;
}
.login-create-link {
padding-left: 50px;
}
}
/*********************** 09I. Contact Page ***********************/
.contact-content {
margin-bottom: 40px;
}
@media only screen and (min-width: 850px) {
.contact-form, .contact-content {
float: left;
width: 45%;
}
.contact-form {
padding-left: 30px;
width: 55%;
}
}
@media only screen and (min-width : 900px) {
.contact-form, .contact-content {
float: left;
width: 45%;
}
.contact-form {
padding-left: 30px;
width: 55%;
}
}
/*********************** 10J. Categories / Subpages ***********************/
.categories {
margin-top: 30px;
text-align: center;
}
.categories a {
text-decoration: none;
}
.categories li {
margin: 0 auto 30px;
max-width: 350px;
width: 100%;
}
.categories .title a {
background: rgba(0,0,0,.5);
color: #eaeaea;
display: block;
font: 18px/1.2 arial, sans-serif;
margin: auto;
padding: 15px 20px;
}
.categories .title a:hover, .categories .title a:focus {
background: #286986;
}
@media only screen and (min-width : 550px) {
.categories li {
float: left;
margin-left: 15px;
margin-right: 15px;
max-width: none;
}
}
@media only screen and (min-width : 550px) and (max-width : 850px) {
.categories li {
width: calc(100% / 2 - 16px);
}
.categories li:nth-of-type(2n+1) {
clear: both;
margin-left: 0;
}
.categories li:nth-of-type(2n+2) {
margin-right: 0;
}
}
@media only screen and (min-width : 851px) and (max-width : 1050px) {
.categories li {
width: calc(100% / 3 - 21px);
}
.categories li:nth-of-type(3n+1) {
clear: both;
margin-left: 0;
}
.categories li:nth-of-type(3n+3) {
margin-right: 0;
}
}
@media only screen and (min-width : 1051px) {
.categories li {
width: calc(100% / 4 - 24px);
}
.categories li:nth-of-type(4n+1) {
clear: both;
margin-left: 0;
}
.categories li:nth-of-type(4n+4) {
margin-right: 0;
}
}
/*11K. Caps Page */
.epsList {
margin-bottom: 25px;
padding-bottom: 25px;
border-bottom: 1px dashed #fff;
}
.epsList li {
margin-bottom: 10px;
}
#thumbList ul {
list-style: none;
}
#thumbList li {
display: inline-block;
padding: 5px;
}
.menu {
margin: 15px 0;
}
.menu ul {
list-style: none;
}
.menu li {
display: inline-block;
padding: 5px;
}
.epsList ol {
padding-left: 30px;
-moz-column-gap: 0;
-moz-columns: 280px 1;
-webkit-column-gap: 0;
-webkit-columns: 280px 1;
column-gap: 0;
columns: 280px 1;
margin-bottom: 0;
}
@media only screen and (min-width: 650px) {
.epsList ol {
-moz-column-gap: 60px;
-moz-columns: 280px 2;
-webkit-column-gap: 60px;
-webkit-columns: 280px 2;
column-gap: 60px;
columns: 280px 2;
}
}
@media only screen and (min-width: 950px) {
.epsList ol {
-moz-column-gap: 60px;
-moz-columns: 280px 3;
-webkit-column-gap: 60px;
-webkit-columns: 280px 3;
column-gap: 60px;
columns: 280px 3;
}
}
/* 12L. Guides Page */
.hint img, .hint span {
display: inline-block;
vertical-align: middle;
}
.hint img {
margin-right: 10px;
margin-left: 10px;
}
tr.head th {
text-align: left;
}
.chart {
font-size: 14px;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
position: relative;
max-width: 600px;
margin-bottom: 40px;
width: 100%;
}
.chart-wrap {
width: 600px;
}
.chart .head {
background: #fff !important;
border-bottom: 3px solid #333;
color: #000;
}
.chart .head th {
border: 1px solid #000;
padding: 10px;
}
.chart tr:nth-child(even) {
background: #000;
}
.chart tr:nth-child(odd) {
background: #202020;
}
.chart tr:hover {
background: #0f0;
color: #000;
}
.chart tr:hover a {
color: #000;
}
.chart tr a:hover {
color: #999;
}
.chart td {
border: 1px solid #000;
padding: 5px 10px;
}
@media only screen and (min-width : 740px) {
.hint {
display: none;
}
.chart {
font-size: 16px;
max-width: 700px;
}
.chart-wrap {
width: 700px;
}
.chart td {
padding: 10px 20px;
}
}
/*13M. About Page */
.staff h4 {
margin-bottom: 10px;
line-height: 1;
}
.staff .staff-title {
font: normal 28px/1 "Vipnagorgialla", Arial, sans-serif;
color: #0f0;
line-height: 1;
}
.staff li {
margin-bottom: 25px;
}
.web-help li {
margin-bottom: 10px;
}
.donate-nav-btn {
font-style: italic;
color: #ff0 !important;
text-transform: uppercase;
}
.select2-container--default .select2-selection--single:focus {
outline: none;
}
.select2-container--default .select2-selection--single {
border: none;
color: #fff;
}
.select2 .select2-selection {
background-color: #000;
}
.select2 {
border: 1px dashed #0f0;
outline: none;
}
.select2.select2-container--focus {
border: 1px dashed #ff0 !important;
outline: none;
}
.select2-dropdown {
background-color: #000;
}
.select2-container--default .select2-results__option[aria-selected=true] {
background-color: #202020;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
background-color: #0f0;
color: #000;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
color: #fff;
} | 0.38145 | 0.047206 |
@font-face {
font-family: "Indie Flower";
src: url("../font/IndieFlower/web_fonts/indieflower_regular_macroman/IndieFlower-webfont.woff") format("woff");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "Cuprum";
src: url("../font/Cuprum/Cuprum-Regular-webfont.woff") format("woff");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "Open Sans";
src: url("../font/Open_Sans/OpenSans-Regular.ttf") format("ttf");
font-weight: normal;
font-style: normal;
}
nav.navbar {
font-family: "Cuprum", sans-serif;
}
p.live-clock {
position: fixed;
top: 75px;
right: 20px;
z-index: 999;
}
.custom-tag {
max-width: 100%;
height: 500px;
background: black;
}
header .jumbotron {
background-image: url("../../../public/img/renee-fisher-8dUVzOlBuyQ-unsplash.jpg");
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
margin: 0;
min-height: 80vh;
}
header .jumbotron h1 {
font-family: "Open Sans", serif;
font-size: 8rem;
font-weight: 900;
color: white;
text-shadow: 5px 5px 15px black;
}
header .jumbotron span {
font-family: "Open Sans", serif;
color: white;
margin-left: 6rem;
}
main section.project {
font-family: "Cuprum", sans-serif;
}
main section.project .biru {
min-height: 60vh;
background-color: lightblue;
}
main section.project .terang {
min-height: 60vh;
background-color: white;
}
main section.project .hijau {
min-height: 60vh;
background-color: #4db6ac;
}
main section.project .lime {
min-height: 60vh;
background-color: #d2ce56;
}
main section.project .coklat {
min-height: 60vh;
background-color: #d3b8ae;
}
main section.project .orange {
min-height: 60vh;
background-color: #ffbb93;
}
main section.project .ungu {
min-height: 60vh;
background-color: #c9a1f0;
}
main section.project p {
font-size: 1.6rem;
color: #a0a0a0;
}
footer {
width: 100%;
box-sizing: border-box;
}
footer h5 {
color: white;
margin: 0;
font-size: 20px;
min-height: 65px;
line-height: 65px;
font-family: "Cuprum", Arial, Verdana, sans-serif;
font-weight: bold;
}
footer h5 a {
color: white;
}
@media (min-width: 576px) and (max-width: 768px) {
header .jumbotron p button.btn {
font-size: 18px;
padding: 5px;
}
footer h5 {
font-size: 15px;
}
}
@media (min-width: 425px) and (max-width: 576px) {
p.live-clock button {
font-size: 14px;
padding: 7px;
}
header .jumbotron h1 {
font-size: 30px;
}
header .jumbotron p button.btn {
font-size: 15px;
padding: 7px;
}
footer h5 {
font-size: 15px;
}
}
@media (min-width: 320px) and (max-width: 425px) {
p.live-clock button {
font-size: 11px;
padding: 7px;
}
header .jumbotron h1 {
font-size: 30px;
}
header .jumbotron p button.btn {
font-size: 11px;
padding: 7px;
}
footer h5 {
font-size: 13px;
}
}
/*# sourceMappingURL=style.css.map */ | src/assets/sass/style.css | @font-face {
font-family: "Indie Flower";
src: url("../font/IndieFlower/web_fonts/indieflower_regular_macroman/IndieFlower-webfont.woff") format("woff");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "Cuprum";
src: url("../font/Cuprum/Cuprum-Regular-webfont.woff") format("woff");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "Open Sans";
src: url("../font/Open_Sans/OpenSans-Regular.ttf") format("ttf");
font-weight: normal;
font-style: normal;
}
nav.navbar {
font-family: "Cuprum", sans-serif;
}
p.live-clock {
position: fixed;
top: 75px;
right: 20px;
z-index: 999;
}
.custom-tag {
max-width: 100%;
height: 500px;
background: black;
}
header .jumbotron {
background-image: url("../../../public/img/renee-fisher-8dUVzOlBuyQ-unsplash.jpg");
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
margin: 0;
min-height: 80vh;
}
header .jumbotron h1 {
font-family: "Open Sans", serif;
font-size: 8rem;
font-weight: 900;
color: white;
text-shadow: 5px 5px 15px black;
}
header .jumbotron span {
font-family: "Open Sans", serif;
color: white;
margin-left: 6rem;
}
main section.project {
font-family: "Cuprum", sans-serif;
}
main section.project .biru {
min-height: 60vh;
background-color: lightblue;
}
main section.project .terang {
min-height: 60vh;
background-color: white;
}
main section.project .hijau {
min-height: 60vh;
background-color: #4db6ac;
}
main section.project .lime {
min-height: 60vh;
background-color: #d2ce56;
}
main section.project .coklat {
min-height: 60vh;
background-color: #d3b8ae;
}
main section.project .orange {
min-height: 60vh;
background-color: #ffbb93;
}
main section.project .ungu {
min-height: 60vh;
background-color: #c9a1f0;
}
main section.project p {
font-size: 1.6rem;
color: #a0a0a0;
}
footer {
width: 100%;
box-sizing: border-box;
}
footer h5 {
color: white;
margin: 0;
font-size: 20px;
min-height: 65px;
line-height: 65px;
font-family: "Cuprum", Arial, Verdana, sans-serif;
font-weight: bold;
}
footer h5 a {
color: white;
}
@media (min-width: 576px) and (max-width: 768px) {
header .jumbotron p button.btn {
font-size: 18px;
padding: 5px;
}
footer h5 {
font-size: 15px;
}
}
@media (min-width: 425px) and (max-width: 576px) {
p.live-clock button {
font-size: 14px;
padding: 7px;
}
header .jumbotron h1 {
font-size: 30px;
}
header .jumbotron p button.btn {
font-size: 15px;
padding: 7px;
}
footer h5 {
font-size: 15px;
}
}
@media (min-width: 320px) and (max-width: 425px) {
p.live-clock button {
font-size: 11px;
padding: 7px;
}
header .jumbotron h1 {
font-size: 30px;
}
header .jumbotron p button.btn {
font-size: 11px;
padding: 7px;
}
footer h5 {
font-size: 13px;
}
}
/*# sourceMappingURL=style.css.map */ | 0.350088 | 0.05301 |
:root {
--main-color: #006bad; /* rgb=(0,107,173) */
--accent-color: #f4a100; /* rgb=(244,161,0) */
--dark-main-color: #0a3f60;
--dark-accent-color: #a77411;
--contrast-main-color: #ba1314;
--contrast-accent-color: #19f687;
--dark-gray: #353436;
--light-gray: #75797b;
--text-color: white;
--large-width: 1000px;
}
body {
margin: 0;
padding: 0;
font-family: 'Poppins', sans-serif;
font-size: 14px;
}
h1 {
margin: 0;
padding: 0;
}
h2 {
margin: 0;
padding: 0;
}
p {
margin: 0;
padding: 0;
}
address {
margin: 0;
padding: 0;
}
/* header style */
.header {
background-color: var(--main-color);
color: var(--text-color);
}
.header .container {
display: flex;
justify-content: space-between;
align-items: center;
max-width: var(--large-width);
margin-left: auto;
margin-right: auto;
}
.header .logo {
background-color: var(--accent-color);
color: var(--text-color);
text-decoration: none;
font-size: 30px;
line-height: 50px;
padding: 5px;
margin-left: 30px;
}
.header .logo img {
width: 3rem;
vertical-align: middle;
}
.header .nav-bar ul {
display: flex;
justify-content: flex-end;
list-style: none;
}
.header .nav-bar a {
font-size: 1.0rem;
text-decoration: none;
background-color: var(--accent-color);
color: var(--text-color);
color: var(--dark-main-color);
padding: 10px;
border-radius: 5px;
margin-right: 30px;
}
.header .nav-bar a:hover {
background-color: var(--dark-accent-color);
}
/* footer style */
.footer {
margin-top: 30px;
background-color: var(--main-color);
color: var(--text-color);
}
.footer .bug-report-nav-bar {
background-color: var(--dark-main-color);
}
.footer .bug-report-nav-bar ul {
display: flex;
justify-content: flex-end;
list-style: none;
padding-top: 10px;
padding-bottom: 10px;
}
.footer .bug-report-nav-bar a {
font-size: 0.9rem;
text-decoration: none;
background-color: var(--accent-color);
color: var(--text-color);
color: var(--dark-main-color);
padding: 5px;
border-radius: 5px;
margin-right: 30px;
}
.footer .bug-report-nav-bar a:hover {
background-color: var(--dark-accent-color);
}
.footer .footer-keri-info {
display: flex;
justify-content: space-between;
align-items: center;
max-width: var(--large-width);
box-sizing: border-box;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
}
.footer .footer-keri-info .left-col {
flex: 1;
display: block;
background-color: white;
margin-left: 30px;
margin-bottom: 10px;
padding: 10px;
border-radius: 10px;
}
.footer .footer-keri-info .left-col img {
width: 100%;
}
.footer .footer-keri-info .right-col {
flex: 4;
margin: 0;
margin-top: -15px;
margin-left: 50px;
margin-right: 30px;
padding: 0;
}
.footer .footer-keri-info .right-col p {
margin-bottom: 5px;
}
.footer .footer-keri-info .right-col address {
margin-bottom: 5px;
} | css/base.css | :root {
--main-color: #006bad; /* rgb=(0,107,173) */
--accent-color: #f4a100; /* rgb=(244,161,0) */
--dark-main-color: #0a3f60;
--dark-accent-color: #a77411;
--contrast-main-color: #ba1314;
--contrast-accent-color: #19f687;
--dark-gray: #353436;
--light-gray: #75797b;
--text-color: white;
--large-width: 1000px;
}
body {
margin: 0;
padding: 0;
font-family: 'Poppins', sans-serif;
font-size: 14px;
}
h1 {
margin: 0;
padding: 0;
}
h2 {
margin: 0;
padding: 0;
}
p {
margin: 0;
padding: 0;
}
address {
margin: 0;
padding: 0;
}
/* header style */
.header {
background-color: var(--main-color);
color: var(--text-color);
}
.header .container {
display: flex;
justify-content: space-between;
align-items: center;
max-width: var(--large-width);
margin-left: auto;
margin-right: auto;
}
.header .logo {
background-color: var(--accent-color);
color: var(--text-color);
text-decoration: none;
font-size: 30px;
line-height: 50px;
padding: 5px;
margin-left: 30px;
}
.header .logo img {
width: 3rem;
vertical-align: middle;
}
.header .nav-bar ul {
display: flex;
justify-content: flex-end;
list-style: none;
}
.header .nav-bar a {
font-size: 1.0rem;
text-decoration: none;
background-color: var(--accent-color);
color: var(--text-color);
color: var(--dark-main-color);
padding: 10px;
border-radius: 5px;
margin-right: 30px;
}
.header .nav-bar a:hover {
background-color: var(--dark-accent-color);
}
/* footer style */
.footer {
margin-top: 30px;
background-color: var(--main-color);
color: var(--text-color);
}
.footer .bug-report-nav-bar {
background-color: var(--dark-main-color);
}
.footer .bug-report-nav-bar ul {
display: flex;
justify-content: flex-end;
list-style: none;
padding-top: 10px;
padding-bottom: 10px;
}
.footer .bug-report-nav-bar a {
font-size: 0.9rem;
text-decoration: none;
background-color: var(--accent-color);
color: var(--text-color);
color: var(--dark-main-color);
padding: 5px;
border-radius: 5px;
margin-right: 30px;
}
.footer .bug-report-nav-bar a:hover {
background-color: var(--dark-accent-color);
}
.footer .footer-keri-info {
display: flex;
justify-content: space-between;
align-items: center;
max-width: var(--large-width);
box-sizing: border-box;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
}
.footer .footer-keri-info .left-col {
flex: 1;
display: block;
background-color: white;
margin-left: 30px;
margin-bottom: 10px;
padding: 10px;
border-radius: 10px;
}
.footer .footer-keri-info .left-col img {
width: 100%;
}
.footer .footer-keri-info .right-col {
flex: 4;
margin: 0;
margin-top: -15px;
margin-left: 50px;
margin-right: 30px;
padding: 0;
}
.footer .footer-keri-info .right-col p {
margin-bottom: 5px;
}
.footer .footer-keri-info .right-col address {
margin-bottom: 5px;
} | 0.409339 | 0.12 |
.navbar {
width: 100%;
padding: 10px;
position: fixed;
top: 0;
left: 0;
transition: top 0.6s;
}
.navbar--hidden {
top: -50px;
}
.navigationBar{
z-index: 15;
/* position: fixed;
background:linear-gradient(#240001 85%, #0000 15%);
background-image: linear-gradient(to bottom, rgba(255,0,0,0), rgba(255,0,0,1));
background-image: linear-gradient(
to bottom,
rgb(111, 0, 255),
rgba(111, 0, 255, 0.616),
rgba(111, 0, 255, 0.384),
rgba(111, 0, 255, 0)
);
top: 0;
left:0;
justify-content: space-between;
transition: top 0.3s; /* Transition effect when sliding down (and up) */
width: 100%;
height:64px;
display:flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: space-between;
overflow: hidden;
}
.gridNav{
display: grid;
grid-template-rows: 1fr 100px;
}
.rightMenu{
padding-left: 0px !important;
padding-right: 0px !important;
justify-content: center;
align-items: center;
border: 0px solid #0065A6;
text-align: right;
margin-right:15px;
margin-top:13px;
}
.logoLink{
width: 20vw;
margin-left: 4vw;
margin-top: 20px;
min-width: 150px;
max-width: 150px;
}
.langLink{
font-size: 0.9em;
color: #e4e3e3;
margin-right:4px;
}
.cartLink{
font-size: 2em;
color: white;
text-decoration: none;
}
.cartLink:visited {
color: white;
text-decoration: none;
}
.langLink:visited {
text-decoration: none;
}
.activeLang{
color: white;
font-size: 0.9em;
font-weight: 400;
}
.rowBorder{
padding-left: 0px;
padding-right: 0px;
border: 0px solid #0065A6;
}
.navMenuContainer{
padding-left: 0px !important;
margin-right: 0px !important;
padding-right: 0px !important;
border: 1px solid #0065A6;
text-align: left;
margin-left:0px;
margin-top:0px;
margin-bottom:0px;
display: flex;
flex-direction: row-reverse;
}
.navbarMenu{
padding-left: 0px !important;
padding-right: 0px !important;
justify-content: center;
align-items: center;
border: 0px solid #0065A6;
text-align: center;
}
#roundButton {
background-color: #96D9FF;
margin-bottom: 20px;
width: 50px;
height: 50px;
border-radius: 50%;
border: 10px solid #0065A6;
outline: none;
transition: all .2s cubic-bezier(0, 1.26, .8, 1.28);
}
#roundButton:hover {
background-color: #96D9FF;
cursor: pointer;
border-color: #003557;
transform: scale(1.2, 1.2);
}
#roundButton:active {
border-color: #003557;
background-color: #FFF;
}
.navAnimation{
width: 50px;
top:50%;
left:50%;
transform: translate(-50%,-50%);
background-color: black;
}
.navAnimation:after,
.navAnimation:before,
.navAnimation div{
background-color: white;
border-radius: 3px;
content:'';
display: block;
height: 5px;
margin: 7px;
transition: .2s;
}
.navAnimation:hover:before{
transform: translateY(12px) rotate(135deg);
}
.navAnimation:hover{
transform: translateY(-12px) rotate(-135deg);
}
.navAnimation:hover div{
transform: scale(0);
}
.bottomFooter{
font-family: "Mukta";
color: #ffffff;
font-size: 1.6em;
display: flex;
align-items: center;
}
.bottomFooter2{
font-family: "Mukta";
color: #ffffff;
font-size: 0.7em;
align-items: center;
padding-top:20px;
padding-bottom:10px;
}
.bottomFooter a.bottomFooterLink
{
font-family: "Mukta";
color: #ffffff;
text-decoration: none;
}
.bottomFooter2 a.bottomFooterLink
{
font-family: "Mukta";
color: #ffffff;
text-decoration: none;
margin-left:8px;
}
.bottomFooter a.bottomFooterLink:hover
{
font-family: "Mukta";
color: #FF2483;
}
.patterned {
display: flex;
flex-direction: row-reverse;
}
.bottomFooter2 a.bottomFooterLink:hover
{
font-family: "Mukta";
color: #FF2483;
}
.footerDivider
{
font-family: "Mukta";
color: #FF6EB8;
padding-left: 15px;
padding-right: 15px;
font-size: 0.7em;
}
.footerDivider2
{
font-family: "Mukta";
color: #FF6EB8;
padding-left: 5px;
padding-right: 5px;
font-size: 0.7em;
}
.mainFooter{
}
.site-footer
{
background-color:#240001;
padding:45px 0 20px;
font-size:15px;
line-height:24px;
color:#737373;
}
.site-footer hr
{
border-top-color:#bbb;
opacity:0.5
}
.site-footer hr.small
{
margin:20px 0
}
.site-footer h6
{
color:#fff;
font-size:16px;
text-transform:uppercase;
margin-top:5px;
letter-spacing:2px
}
.site-footer a
{
color:#737373;
}
.site-footer a:hover
{
color:#3366cc;
text-decoration:none;
}
.footer-links
{
padding-left:0;
list-style:none
}
.footer-links li
{
display:block
}
.footer-links a
{
color:#737373
}
.footer-links a:active,.footer-links a:focus,.footer-links a:hover
{
color:#3366cc;
text-decoration:none;
}
.footer-links.inline li
{
display:inline-block
}
.site-footer .socialIcons
{
text-align:right
}
.site-footer .socialIcons a
{
width:40px;
height:40px;
line-height:40px;
margin-right:0;
border-radius:100%;
background-color:#33353d
}
.copyright-text
{
margin:0
}
@media (max-width:991px)
{
.site-footer [class^=col-]
{
margin-bottom:30px
}
}
@media (max-width:767px)
{
.site-footer
{
padding-bottom:0
}
.site-footer .copyright-text,.site-footer .socialIcons
{
text-align:center
}
}
.spreadApart{
display: flex;
flex-direction: row-reverse;
}
.paddingFooter{
max-width: 960px;
margin: auto;
}
.socialIcons
{
align-items: center;
display: flex;
margin:0;
list-style:none;
flex-direction: row-reverse;
}
.fullWidth{
width: 100%;
padding-top: 3rem;
padding-bottom: 1rem;
background-color: #FF2483;
background-color:#240001;
padding-right: 5% !important;
padding-left: 5% !important;
z-index:500;
}
.socialIcons2
{
display: flex;
justify-content:flex-end;
flex-direction: row-reverse;
}
.socialIcons li
{
display:inline-block;
padding-right:0px;
padding-left:25px;
padding-top:25px;
align-items: center;
}
.socialIcons li.title
{
margin-right:15px;
text-transform:uppercase;
color:#96a2b2;
font-weight:700;
font-size:13px
}
.socialIcons a{
background-color:#ffffff;
color:#FF2483;
display:inline-block;
line-height:38px;
width:38px;
height:38px;
text-align:center;
border-radius:100%;
-webkit-transition:all .2s linear;
-o-transition:all .2s linear;
transition:all .2s linear
}
.socialIcons2 a{
color: #ffffff;
display:inline-block;
width:38px;
height:38px;
text-align:center;
font-size:32px;
border-radius:100%;
-webkit-transition:all .2s linear;
-o-transition:all .2s linear;
transition:all .2s linear
}
.socialIcons a:active,.socialIcons a:focus,.socialIcons a:hover
{
color:#fff;
background-color:#29aafe
}
.socialIcons.size-sm a
{
line-height:34px;
height:34px;
width:34px;
font-size:14px
}
.socialIcons a.facebook:hover
{
background-color:#3b5998
}
.socialIcons a.twitter:hover
{
background-color:#00aced
}
.socialIcons a.linkedin:hover
{
background-color:#007bb6
}
.socialIcons a.dribbble:hover
{
background-color:#240001;
color:#ffffff
}
.socialIcons a.footerOver
{
font-size: 30px;
padding-top:0px;
color:white;
}
.socialIcons a.footerOver:hover
{
background-color:#ffffff;
color:#FF2483;
}
.socialIcons2 a.footerOver:hover
{
color:#FF2483;
}
@media (max-width:767px)
{
.socialIcons li.title
{
display:block;
margin-right:0;
font-weight:600
}
} | src/components/menu-button.module.css | .navbar {
width: 100%;
padding: 10px;
position: fixed;
top: 0;
left: 0;
transition: top 0.6s;
}
.navbar--hidden {
top: -50px;
}
.navigationBar{
z-index: 15;
/* position: fixed;
background:linear-gradient(#240001 85%, #0000 15%);
background-image: linear-gradient(to bottom, rgba(255,0,0,0), rgba(255,0,0,1));
background-image: linear-gradient(
to bottom,
rgb(111, 0, 255),
rgba(111, 0, 255, 0.616),
rgba(111, 0, 255, 0.384),
rgba(111, 0, 255, 0)
);
top: 0;
left:0;
justify-content: space-between;
transition: top 0.3s; /* Transition effect when sliding down (and up) */
width: 100%;
height:64px;
display:flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: space-between;
overflow: hidden;
}
.gridNav{
display: grid;
grid-template-rows: 1fr 100px;
}
.rightMenu{
padding-left: 0px !important;
padding-right: 0px !important;
justify-content: center;
align-items: center;
border: 0px solid #0065A6;
text-align: right;
margin-right:15px;
margin-top:13px;
}
.logoLink{
width: 20vw;
margin-left: 4vw;
margin-top: 20px;
min-width: 150px;
max-width: 150px;
}
.langLink{
font-size: 0.9em;
color: #e4e3e3;
margin-right:4px;
}
.cartLink{
font-size: 2em;
color: white;
text-decoration: none;
}
.cartLink:visited {
color: white;
text-decoration: none;
}
.langLink:visited {
text-decoration: none;
}
.activeLang{
color: white;
font-size: 0.9em;
font-weight: 400;
}
.rowBorder{
padding-left: 0px;
padding-right: 0px;
border: 0px solid #0065A6;
}
.navMenuContainer{
padding-left: 0px !important;
margin-right: 0px !important;
padding-right: 0px !important;
border: 1px solid #0065A6;
text-align: left;
margin-left:0px;
margin-top:0px;
margin-bottom:0px;
display: flex;
flex-direction: row-reverse;
}
.navbarMenu{
padding-left: 0px !important;
padding-right: 0px !important;
justify-content: center;
align-items: center;
border: 0px solid #0065A6;
text-align: center;
}
#roundButton {
background-color: #96D9FF;
margin-bottom: 20px;
width: 50px;
height: 50px;
border-radius: 50%;
border: 10px solid #0065A6;
outline: none;
transition: all .2s cubic-bezier(0, 1.26, .8, 1.28);
}
#roundButton:hover {
background-color: #96D9FF;
cursor: pointer;
border-color: #003557;
transform: scale(1.2, 1.2);
}
#roundButton:active {
border-color: #003557;
background-color: #FFF;
}
.navAnimation{
width: 50px;
top:50%;
left:50%;
transform: translate(-50%,-50%);
background-color: black;
}
.navAnimation:after,
.navAnimation:before,
.navAnimation div{
background-color: white;
border-radius: 3px;
content:'';
display: block;
height: 5px;
margin: 7px;
transition: .2s;
}
.navAnimation:hover:before{
transform: translateY(12px) rotate(135deg);
}
.navAnimation:hover{
transform: translateY(-12px) rotate(-135deg);
}
.navAnimation:hover div{
transform: scale(0);
}
.bottomFooter{
font-family: "Mukta";
color: #ffffff;
font-size: 1.6em;
display: flex;
align-items: center;
}
.bottomFooter2{
font-family: "Mukta";
color: #ffffff;
font-size: 0.7em;
align-items: center;
padding-top:20px;
padding-bottom:10px;
}
.bottomFooter a.bottomFooterLink
{
font-family: "Mukta";
color: #ffffff;
text-decoration: none;
}
.bottomFooter2 a.bottomFooterLink
{
font-family: "Mukta";
color: #ffffff;
text-decoration: none;
margin-left:8px;
}
.bottomFooter a.bottomFooterLink:hover
{
font-family: "Mukta";
color: #FF2483;
}
.patterned {
display: flex;
flex-direction: row-reverse;
}
.bottomFooter2 a.bottomFooterLink:hover
{
font-family: "Mukta";
color: #FF2483;
}
.footerDivider
{
font-family: "Mukta";
color: #FF6EB8;
padding-left: 15px;
padding-right: 15px;
font-size: 0.7em;
}
.footerDivider2
{
font-family: "Mukta";
color: #FF6EB8;
padding-left: 5px;
padding-right: 5px;
font-size: 0.7em;
}
.mainFooter{
}
.site-footer
{
background-color:#240001;
padding:45px 0 20px;
font-size:15px;
line-height:24px;
color:#737373;
}
.site-footer hr
{
border-top-color:#bbb;
opacity:0.5
}
.site-footer hr.small
{
margin:20px 0
}
.site-footer h6
{
color:#fff;
font-size:16px;
text-transform:uppercase;
margin-top:5px;
letter-spacing:2px
}
.site-footer a
{
color:#737373;
}
.site-footer a:hover
{
color:#3366cc;
text-decoration:none;
}
.footer-links
{
padding-left:0;
list-style:none
}
.footer-links li
{
display:block
}
.footer-links a
{
color:#737373
}
.footer-links a:active,.footer-links a:focus,.footer-links a:hover
{
color:#3366cc;
text-decoration:none;
}
.footer-links.inline li
{
display:inline-block
}
.site-footer .socialIcons
{
text-align:right
}
.site-footer .socialIcons a
{
width:40px;
height:40px;
line-height:40px;
margin-right:0;
border-radius:100%;
background-color:#33353d
}
.copyright-text
{
margin:0
}
@media (max-width:991px)
{
.site-footer [class^=col-]
{
margin-bottom:30px
}
}
@media (max-width:767px)
{
.site-footer
{
padding-bottom:0
}
.site-footer .copyright-text,.site-footer .socialIcons
{
text-align:center
}
}
.spreadApart{
display: flex;
flex-direction: row-reverse;
}
.paddingFooter{
max-width: 960px;
margin: auto;
}
.socialIcons
{
align-items: center;
display: flex;
margin:0;
list-style:none;
flex-direction: row-reverse;
}
.fullWidth{
width: 100%;
padding-top: 3rem;
padding-bottom: 1rem;
background-color: #FF2483;
background-color:#240001;
padding-right: 5% !important;
padding-left: 5% !important;
z-index:500;
}
.socialIcons2
{
display: flex;
justify-content:flex-end;
flex-direction: row-reverse;
}
.socialIcons li
{
display:inline-block;
padding-right:0px;
padding-left:25px;
padding-top:25px;
align-items: center;
}
.socialIcons li.title
{
margin-right:15px;
text-transform:uppercase;
color:#96a2b2;
font-weight:700;
font-size:13px
}
.socialIcons a{
background-color:#ffffff;
color:#FF2483;
display:inline-block;
line-height:38px;
width:38px;
height:38px;
text-align:center;
border-radius:100%;
-webkit-transition:all .2s linear;
-o-transition:all .2s linear;
transition:all .2s linear
}
.socialIcons2 a{
color: #ffffff;
display:inline-block;
width:38px;
height:38px;
text-align:center;
font-size:32px;
border-radius:100%;
-webkit-transition:all .2s linear;
-o-transition:all .2s linear;
transition:all .2s linear
}
.socialIcons a:active,.socialIcons a:focus,.socialIcons a:hover
{
color:#fff;
background-color:#29aafe
}
.socialIcons.size-sm a
{
line-height:34px;
height:34px;
width:34px;
font-size:14px
}
.socialIcons a.facebook:hover
{
background-color:#3b5998
}
.socialIcons a.twitter:hover
{
background-color:#00aced
}
.socialIcons a.linkedin:hover
{
background-color:#007bb6
}
.socialIcons a.dribbble:hover
{
background-color:#240001;
color:#ffffff
}
.socialIcons a.footerOver
{
font-size: 30px;
padding-top:0px;
color:white;
}
.socialIcons a.footerOver:hover
{
background-color:#ffffff;
color:#FF2483;
}
.socialIcons2 a.footerOver:hover
{
color:#FF2483;
}
@media (max-width:767px)
{
.socialIcons li.title
{
display:block;
margin-right:0;
font-weight:600
}
} | 0.304352 | 0.114814 |
*[data-layout-engine-element="Post.Content"] > *{
font-family :'Roboto Condensed', Verdana, Arial, Helvetica, sans-serif!important;
}
*[data-layout-engine-element="Post.Content"] > article,
*[data-layout-engine-element="Post.Content"] > aside,
*[data-layout-engine-element="Post.Content"] > details,
*[data-layout-engine-element="Post.Content"] > figcaption,
*[data-layout-engine-element="Post.Content"] > figure,
*[data-layout-engine-element="Post.Content"] > footer,
*[data-layout-engine-element="Post.Content"] > header,
*[data-layout-engine-element="Post.Content"] > hgroup,
*[data-layout-engine-element="Post.Content"] > nav,
*[data-layout-engine-element="Post.Content"] > section {
display: block;
}
*[data-layout-engine-element="Post.Content"] > a {
color: #24890d;
text-decoration: none;
}
*[data-layout-engine-element="Post.Content"] > a:focus {
outline: thin dotted;
}
*[data-layout-engine-element="Post.Content"] > a:hover,
*[data-layout-engine-element="Post.Content"] > a:active {
outline: 0;
}
*[data-layout-engine-element="Post.Content"] > a:active,
*[data-layout-engine-element="Post.Content"] > a:hover {
color: #41a62a;
}
*[data-layout-engine-element="Post.Content"] > h1,
*[data-layout-engine-element="Post.Content"] > h2,
*[data-layout-engine-element="Post.Content"] > h3,
*[data-layout-engine-element="Post.Content"] > h4,
*[data-layout-engine-element="Post.Content"] > h5,
*[data-layout-engine-element="Post.Content"] > h6 {
clear: both;
font-weight: normal!important;
margin: 36px 0 12px;
}
*[data-layout-engine-element="Post.Content"] > h1 {
font-size: 26px;
line-height: 1.3846153846;
}
*[data-layout-engine-element="Post.Content"] > h2 {
font-size: 24px;
line-height: 1;
}
*[data-layout-engine-element="Post.Content"] > h3 {
font-size: 22px;
line-height: 1.0909090909;
}
*[data-layout-engine-element="Post.Content"] > h4 {
font-size: 20px;
line-height: 1.2;
}
*[data-layout-engine-element="Post.Content"] > h5 {
font-size: 18px;
line-height: 1.3333333333;
}
*[data-layout-engine-element="Post.Content"] > h6 {
font-size: 16px;
line-height: 1.5;
}
*[data-layout-engine-element="Post.Content"] > address {
font-style: italic;
margin-bottom: 24px;
}
*[data-layout-engine-element="Post.Content"] > abbr[title] {
border-bottom: 1px dotted #2b2b2b;
cursor: help;
}
*[data-layout-engine-element="Post.Content"] > b,
*[data-layout-engine-element="Post.Content"] > strong {
font-weight: 700;
}
*[data-layout-engine-element="Post.Content"] > cite,
*[data-layout-engine-element="Post.Content"] > dfn,
*[data-layout-engine-element="Post.Content"] > em,
*[data-layout-engine-element="Post.Content"] > i {
font-style: italic;
}
*[data-layout-engine-element="Post.Content"] > mark,
*[data-layout-engine-element="Post.Content"] > ins {
background: #fff9c0;
text-decoration: none;
}
*[data-layout-engine-element="Post.Content"] > p {
margin-bottom: 24px;
line-height: 1.5;
}
*[data-layout-engine-element="Post.Content"] > code,
*[data-layout-engine-element="Post.Content"] > kbd,
*[data-layout-engine-element="Post.Content"] > tt,
*[data-layout-engine-element="Post.Content"] > var,
*[data-layout-engine-element="Post.Content"] > samp {
font-family: monospace, serif;
font-size: 15px;
-webkit-hyphens: none;
-moz-hyphens: none;
-ms-hyphens: none;
hyphens: none;
line-height: 1.6;
}
*[data-layout-engine-element="Post.Content"] > blockquote,
*[data-layout-engine-element="Post.Content"] > q {
-webkit-hyphens: none;
-moz-hyphens: none;
-ms-hyphens: none;
hyphens: none;
quotes: none;
}
*[data-layout-engine-element="Post.Content"] > blockquote:before,
*[data-layout-engine-element="Post.Content"] > blockquote:after,
*[data-layout-engine-element="Post.Content"] > q:before,
*[data-layout-engine-element="Post.Content"] > q:after {
content: "";
content: none;
}
*[data-layout-engine-element="Post.Content"] > blockquote {
color: #767676;
font-size: 19px;
font-style: italic;
font-weight: 300;
line-height: 1.2631578947;
margin-bottom: 24px;
}
*[data-layout-engine-element="Post.Content"] > blockquote cite,
*[data-layout-engine-element="Post.Content"] > blockquote small {
color: #2b2b2b;
font-size: 16px;
font-weight: 400;
line-height: 1.5;
}
*[data-layout-engine-element="Post.Content"] > blockquote em,
*[data-layout-engine-element="Post.Content"] > blockquote i,
*[data-layout-engine-element="Post.Content"] > blockquote cite {
font-style: normal;
}
*[data-layout-engine-element="Post.Content"] > blockquote strong,
*[data-layout-engine-element="Post.Content"] > blockquote b {
font-weight: 400;
}
*[data-layout-engine-element="Post.Content"] > small {
font-size: smaller;
}
*[data-layout-engine-element="Post.Content"] > big {
font-size: 125%;
}
*[data-layout-engine-element="Post.Content"] > sup,
*[data-layout-engine-element="Post.Content"] > sub {
font-size: 75%;
height: 0;
line-height: 0;
position: relative;
vertical-align: baseline;
}
*[data-layout-engine-element="Post.Content"] > sup {
bottom: 1ex;
}
*[data-layout-engine-element="Post.Content"] > sub {
top: .5ex;
}
*[data-layout-engine-element="Post.Content"] > dl {
margin-bottom: 24px;
}
*[data-layout-engine-element="Post.Content"] > dt {
font-weight: bold;
}
*[data-layout-engine-element="Post.Content"] > dd {
margin-bottom: 24px;
}
*[data-layout-engine-element="Post.Content"] > ul,
*[data-layout-engine-element="Post.Content"] > ol {
list-style: none;
margin: 0 0 24px 20px;
}
*[data-layout-engine-element="Post.Content"] > ul {
list-style: disc;
}
*[data-layout-engine-element="Post.Content"] > ol {
list-style: decimal;
}
*[data-layout-engine-element="Post.Content"] > li > ul,
*[data-layout-engine-element="Post.Content"] > li > ol {
margin: 0 0 0 20px;
}
*[data-layout-engine-element="Post.Content"] > img {
-ms-interpolation-mode: bicubic;
border: 0;
vertical-align: middle;
}
*[data-layout-engine-element="Post.Content"] > figure {
margin: 0;
}
*[data-layout-engine-element="Post.Content"] > fieldset {
border: 1px solid rgba(0, 0, 0, 0.1);
margin: 0 0 24px;
padding: 11px 12px 0;
}
*[data-layout-engine-element="Post.Content"] > legend {
white-space: normal;
}
*[data-layout-engine-element="Post.Content"] > table,
*[data-layout-engine-element="Post.Content"] > th,
*[data-layout-engine-element="Post.Content"] > td {
border: 1px solid rgba(0, 0, 0, 0.1);
}
*[data-layout-engine-element="Post.Content"] > table {
border-collapse: separate;
border-spacing: 0;
border-width: 1px 0 0 1px;
margin-bottom: 24px;
width: 100%;
}
*[data-layout-engine-element="Post.Content"] > caption,
*[data-layout-engine-element="Post.Content"] > th,
*[data-layout-engine-element="Post.Content"] > td {
font-weight: normal;
text-align: left;
}
*[data-layout-engine-element="Post.Content"] > th {
border-width: 0 1px 1px 0;
font-weight: bold;
}
*[data-layout-engine-element="Post.Content"] > td {
border-width: 0 1px 1px 0;
}
*[data-layout-engine-element="Post.Content"] > del {
color: #767676;
}
*[data-layout-engine-element="Post.Content"] > hr {
background-color: rgba(0, 0, 0, 0.1);
border: 0;
height: 1px;
margin-bottom: 23px;
}
*[data-layout-engine-element="Post.Content"] .alignleft {
float: left;
}
*[data-layout-engine-element="Post.Content"] .alignright {
float: right;
}
*[data-layout-engine-element="Post.Content"] .aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
*[data-layout-engine-element="Post.Content"] > pre {
font-family : monospace, serif!important;
font-size : 0.9rem!important;
line-height : 1.2rem!important;
-webkit-hyphens : none;
-moz-hyphens : none;
-ms-hyphens : none;
hyphens : none;
line-height : 1.6;
border : 1px dashed rgba(200, 200, 200, 1);
-webkit-box-sizing : border-box;
-moz-box-sizing : border-box;
box-sizing : border-box;
margin-bottom : 24px;
max-width : 100%;
overflow : auto;
padding : 12px;
white-space : pre;
white-space : pre-wrap;
word-wrap : break-word;
background : rgb(245,245,245);
}
*[data-layout-engine-element="Post.Content"] > pre *{
font-family : monospace, serif!important;
font-size : 0.9rem!important;
line-height : 1.2rem!important;
background : none!important;
} | templates/posts/elements/style/css/a.css | *[data-layout-engine-element="Post.Content"] > *{
font-family :'Roboto Condensed', Verdana, Arial, Helvetica, sans-serif!important;
}
*[data-layout-engine-element="Post.Content"] > article,
*[data-layout-engine-element="Post.Content"] > aside,
*[data-layout-engine-element="Post.Content"] > details,
*[data-layout-engine-element="Post.Content"] > figcaption,
*[data-layout-engine-element="Post.Content"] > figure,
*[data-layout-engine-element="Post.Content"] > footer,
*[data-layout-engine-element="Post.Content"] > header,
*[data-layout-engine-element="Post.Content"] > hgroup,
*[data-layout-engine-element="Post.Content"] > nav,
*[data-layout-engine-element="Post.Content"] > section {
display: block;
}
*[data-layout-engine-element="Post.Content"] > a {
color: #24890d;
text-decoration: none;
}
*[data-layout-engine-element="Post.Content"] > a:focus {
outline: thin dotted;
}
*[data-layout-engine-element="Post.Content"] > a:hover,
*[data-layout-engine-element="Post.Content"] > a:active {
outline: 0;
}
*[data-layout-engine-element="Post.Content"] > a:active,
*[data-layout-engine-element="Post.Content"] > a:hover {
color: #41a62a;
}
*[data-layout-engine-element="Post.Content"] > h1,
*[data-layout-engine-element="Post.Content"] > h2,
*[data-layout-engine-element="Post.Content"] > h3,
*[data-layout-engine-element="Post.Content"] > h4,
*[data-layout-engine-element="Post.Content"] > h5,
*[data-layout-engine-element="Post.Content"] > h6 {
clear: both;
font-weight: normal!important;
margin: 36px 0 12px;
}
*[data-layout-engine-element="Post.Content"] > h1 {
font-size: 26px;
line-height: 1.3846153846;
}
*[data-layout-engine-element="Post.Content"] > h2 {
font-size: 24px;
line-height: 1;
}
*[data-layout-engine-element="Post.Content"] > h3 {
font-size: 22px;
line-height: 1.0909090909;
}
*[data-layout-engine-element="Post.Content"] > h4 {
font-size: 20px;
line-height: 1.2;
}
*[data-layout-engine-element="Post.Content"] > h5 {
font-size: 18px;
line-height: 1.3333333333;
}
*[data-layout-engine-element="Post.Content"] > h6 {
font-size: 16px;
line-height: 1.5;
}
*[data-layout-engine-element="Post.Content"] > address {
font-style: italic;
margin-bottom: 24px;
}
*[data-layout-engine-element="Post.Content"] > abbr[title] {
border-bottom: 1px dotted #2b2b2b;
cursor: help;
}
*[data-layout-engine-element="Post.Content"] > b,
*[data-layout-engine-element="Post.Content"] > strong {
font-weight: 700;
}
*[data-layout-engine-element="Post.Content"] > cite,
*[data-layout-engine-element="Post.Content"] > dfn,
*[data-layout-engine-element="Post.Content"] > em,
*[data-layout-engine-element="Post.Content"] > i {
font-style: italic;
}
*[data-layout-engine-element="Post.Content"] > mark,
*[data-layout-engine-element="Post.Content"] > ins {
background: #fff9c0;
text-decoration: none;
}
*[data-layout-engine-element="Post.Content"] > p {
margin-bottom: 24px;
line-height: 1.5;
}
*[data-layout-engine-element="Post.Content"] > code,
*[data-layout-engine-element="Post.Content"] > kbd,
*[data-layout-engine-element="Post.Content"] > tt,
*[data-layout-engine-element="Post.Content"] > var,
*[data-layout-engine-element="Post.Content"] > samp {
font-family: monospace, serif;
font-size: 15px;
-webkit-hyphens: none;
-moz-hyphens: none;
-ms-hyphens: none;
hyphens: none;
line-height: 1.6;
}
*[data-layout-engine-element="Post.Content"] > blockquote,
*[data-layout-engine-element="Post.Content"] > q {
-webkit-hyphens: none;
-moz-hyphens: none;
-ms-hyphens: none;
hyphens: none;
quotes: none;
}
*[data-layout-engine-element="Post.Content"] > blockquote:before,
*[data-layout-engine-element="Post.Content"] > blockquote:after,
*[data-layout-engine-element="Post.Content"] > q:before,
*[data-layout-engine-element="Post.Content"] > q:after {
content: "";
content: none;
}
*[data-layout-engine-element="Post.Content"] > blockquote {
color: #767676;
font-size: 19px;
font-style: italic;
font-weight: 300;
line-height: 1.2631578947;
margin-bottom: 24px;
}
*[data-layout-engine-element="Post.Content"] > blockquote cite,
*[data-layout-engine-element="Post.Content"] > blockquote small {
color: #2b2b2b;
font-size: 16px;
font-weight: 400;
line-height: 1.5;
}
*[data-layout-engine-element="Post.Content"] > blockquote em,
*[data-layout-engine-element="Post.Content"] > blockquote i,
*[data-layout-engine-element="Post.Content"] > blockquote cite {
font-style: normal;
}
*[data-layout-engine-element="Post.Content"] > blockquote strong,
*[data-layout-engine-element="Post.Content"] > blockquote b {
font-weight: 400;
}
*[data-layout-engine-element="Post.Content"] > small {
font-size: smaller;
}
*[data-layout-engine-element="Post.Content"] > big {
font-size: 125%;
}
*[data-layout-engine-element="Post.Content"] > sup,
*[data-layout-engine-element="Post.Content"] > sub {
font-size: 75%;
height: 0;
line-height: 0;
position: relative;
vertical-align: baseline;
}
*[data-layout-engine-element="Post.Content"] > sup {
bottom: 1ex;
}
*[data-layout-engine-element="Post.Content"] > sub {
top: .5ex;
}
*[data-layout-engine-element="Post.Content"] > dl {
margin-bottom: 24px;
}
*[data-layout-engine-element="Post.Content"] > dt {
font-weight: bold;
}
*[data-layout-engine-element="Post.Content"] > dd {
margin-bottom: 24px;
}
*[data-layout-engine-element="Post.Content"] > ul,
*[data-layout-engine-element="Post.Content"] > ol {
list-style: none;
margin: 0 0 24px 20px;
}
*[data-layout-engine-element="Post.Content"] > ul {
list-style: disc;
}
*[data-layout-engine-element="Post.Content"] > ol {
list-style: decimal;
}
*[data-layout-engine-element="Post.Content"] > li > ul,
*[data-layout-engine-element="Post.Content"] > li > ol {
margin: 0 0 0 20px;
}
*[data-layout-engine-element="Post.Content"] > img {
-ms-interpolation-mode: bicubic;
border: 0;
vertical-align: middle;
}
*[data-layout-engine-element="Post.Content"] > figure {
margin: 0;
}
*[data-layout-engine-element="Post.Content"] > fieldset {
border: 1px solid rgba(0, 0, 0, 0.1);
margin: 0 0 24px;
padding: 11px 12px 0;
}
*[data-layout-engine-element="Post.Content"] > legend {
white-space: normal;
}
*[data-layout-engine-element="Post.Content"] > table,
*[data-layout-engine-element="Post.Content"] > th,
*[data-layout-engine-element="Post.Content"] > td {
border: 1px solid rgba(0, 0, 0, 0.1);
}
*[data-layout-engine-element="Post.Content"] > table {
border-collapse: separate;
border-spacing: 0;
border-width: 1px 0 0 1px;
margin-bottom: 24px;
width: 100%;
}
*[data-layout-engine-element="Post.Content"] > caption,
*[data-layout-engine-element="Post.Content"] > th,
*[data-layout-engine-element="Post.Content"] > td {
font-weight: normal;
text-align: left;
}
*[data-layout-engine-element="Post.Content"] > th {
border-width: 0 1px 1px 0;
font-weight: bold;
}
*[data-layout-engine-element="Post.Content"] > td {
border-width: 0 1px 1px 0;
}
*[data-layout-engine-element="Post.Content"] > del {
color: #767676;
}
*[data-layout-engine-element="Post.Content"] > hr {
background-color: rgba(0, 0, 0, 0.1);
border: 0;
height: 1px;
margin-bottom: 23px;
}
*[data-layout-engine-element="Post.Content"] .alignleft {
float: left;
}
*[data-layout-engine-element="Post.Content"] .alignright {
float: right;
}
*[data-layout-engine-element="Post.Content"] .aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
*[data-layout-engine-element="Post.Content"] > pre {
font-family : monospace, serif!important;
font-size : 0.9rem!important;
line-height : 1.2rem!important;
-webkit-hyphens : none;
-moz-hyphens : none;
-ms-hyphens : none;
hyphens : none;
line-height : 1.6;
border : 1px dashed rgba(200, 200, 200, 1);
-webkit-box-sizing : border-box;
-moz-box-sizing : border-box;
box-sizing : border-box;
margin-bottom : 24px;
max-width : 100%;
overflow : auto;
padding : 12px;
white-space : pre;
white-space : pre-wrap;
word-wrap : break-word;
background : rgb(245,245,245);
}
*[data-layout-engine-element="Post.Content"] > pre *{
font-family : monospace, serif!important;
font-size : 0.9rem!important;
line-height : 1.2rem!important;
background : none!important;
} | 0.242116 | 0.089893 |
@import url(http://fonts.googleapis.com/css?family=Unkempt);
/* line 1, ../sass/_cssreset.scss */
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;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
/* line 23, ../sass/_cssreset.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
/* line 28, ../sass/_cssreset.scss */
body {
line-height: 1;
}
/* line 32, ../sass/_cssreset.scss */
ol, ul {
list-style: none;
}
/* line 36, ../sass/_cssreset.scss */
blockquote, q {
quotes: none;
}
/* line 40, ../sass/_cssreset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
/* line 46, ../sass/_cssreset.scss */
table {
border-collapse: collapse;
border-spacing: 0;
}
/* line 1, ../sass/_fonts.scss */
h1, h2, h3, h4, span, p {
text-align: center;
font-weight: bold;
font-size: 4em;
font-family: "Unkempt" arial;
}
/* line 8, ../sass/_fonts.scss */
h4 {
position: relative;
top: 150px;
}
/* line 13, ../sass/_fonts.scss */
p {
text-align: left;
font-size: 1.4em;
z-index: 1;
position: relative;
top: 200px;
width: 80%;
left: 10%;
color: white;
}
/* line 24, ../sass/_fonts.scss */
.location {
position: relative;
color: black;
left: 0;
top: 2em;
max-width: 20%;
}
/* line 32, ../sass/_fonts.scss */
h2 {
position: relative;
top: -55px;
font-size: 2.1em;
}
/* line 38, ../sass/_fonts.scss */
h3 {
font-size: 1.5em;
margin-top: 5%;
padding: 0;
}
/* line 44, ../sass/_fonts.scss */
.step1 h2, .step1 h3 {
color: #87E293;
}
/* line 48, ../sass/_fonts.scss */
.step2 h2, .step2 h3 {
color: #FFCC00;
}
/* line 52, ../sass/_fonts.scss */
.step3 h2, .step3 h3 {
color: #732C7B;
}
/* line 56, ../sass/_fonts.scss */
.step4 h2, .step4 h3 {
color: #CC0000;
}
/* line 1, ../sass/_images.scss */
img[alt="toyblocks"], img[alt="form"], img[alt="chalkboard"],
img[alt="contactus"], img[alt="activities"], img[alt="welcome"] {
width: 100%;
height: auto;
}
/* line 8, ../sass/_images.scss */
.welcome {
position: relative;
width: 60%;
margin: 0 auto;
top: 10%;
}
/* line 15, ../sass/_images.scss */
.chalkboard {
position: relative;
width: 50%;
background: white;
top: -3%;
left: 25%;
height: 0%;
}
/* line 24, ../sass/_images.scss */
.toyblocks {
position: relative;
bottom: -55%;
left: 1%;
max-width: 100%;
width: 40%;
height: 0%;
}
/* line 33, ../sass/_images.scss */
.toyblocks_con {
float: left;
margin: -12% 0 0 0;
max-width: 100%;
width: 70%;
}
/* line 41, ../sass/_images.scss */
.toyblocks_ac {
position: relative;
bottom: -85%;
left: 1%;
max-width: 100%;
width: 60%;
height: 0%;
}
/*.toyblocks_new:first-child
{
bottom: -80%;
}
*/
/* line 56, ../sass/_images.scss */
.thumb_form {
width: 45%;
margin: 0 auto;
z-index: -1;
opacity: .8;
}
/* line 2, ../sass/_layout.scss */
body, html {
height: 100%;
}
/* line 7, ../sass/_layout.scss */
.parallax .slides {
background-position: center center;
background-attachment: fixed;
height: 100vh;
}
/* line 13, ../sass/_layout.scss */
.parallax .slides:nth-child(2n) {
box-shadow: inset 0 0 .5em #585858;
}
/*each slide/section*/
/* line 20, ../sass/_layout.scss */
.slide_programs {
background: url("../img/giftly.png") repeat;
}
/* line 24, ../sass/_layout.scss */
.slide_activities {
background: url("../img/photography.png") repeat;
}
/* line 28, ../sass/_layout.scss */
.slide_enrollment {
background: url("../img/school.png") repeat;
}
/* line 32, ../sass/_layout.scss */
.slide_about {
background: url("../img/geometry.png") repeat;
}
/* line 36, ../sass/_layout.scss */
.sticker {
position: relative;
width: 10em;
height: 10em;
border-radius: 22.5em;
box-shadow: 0 0 0 10px rgba(158, 200, 253, 0.9);
background: #e3c775;
margin: -25% 7%;
cursor: pointer;
}
/* line 47, ../sass/_layout.scss */
.sticker span {
opacity: 1;
margin: 0 auto;
font-size: 1.5em;
top: 1.3em;
}
/* line 55, ../sass/_layout.scss */
.about1, .about2 {
position: relative;
left: 25%;
top: 15%;
display: block;
float: left;
}
/* line 62, ../sass/_layout.scss */
.about1 p, .about2 p {
text-align: center;
margin-top: -30%;
}
/* line 68, ../sass/_layout.scss */
.about1 p, .about2 p {
margin: -50% 0%;
}
/* line 72, ../sass/_layout.scss */
.contact-form {
position: relative;
left: 10%;
top: 20%;
height: 0%;
max-width: 80%;
margin: 0;
padding: 0;
height: 0%;
}
/* line 83, ../sass/_layout.scss */
.name, .email, .comment {
position: relative;
width: 100%;
box-shadow: 0 0 1px #3A539B;
border-radius: 5px;
padding: 1em 0 0 0;
margin-top: 1em;
text-indent: 1em;
margin-right: 0;
}
/* line 95, ../sass/_layout.scss */
fieldset {
max-width: 20%;
}
/* line 99, ../sass/_layout.scss */
.comment {
padding: 2em 0 2em 0;
}
/* line 104, ../sass/_layout.scss */
button {
border: none;
background: rgba(158, 200, 253, 0.9);
box-shadow: 0 0 1px rgba(158, 200, 253, 0.9);
max-width: 10%;
}
/* line 2, ../sass/_animations.scss */
span {
display: table;
position: relative;
top: -5em;
font-size: 1.2em;
font-weight: 900;
opacity: 0;
}
/* line 12, ../sass/_animations.scss */
li:hover, .sticker:hover, .contact_sticker1:hover, .contact_sticker2:hover {
background: #fbf7eb;
}
/*selects all classes begining with 'thumb_' which is all 4 steps thumbnails*/
/* line 18, ../sass/_animations.scss */
li:hover [class^="thumb_"] {
opacity: .08;
}
/*display info in hidden span*/
/* line 23, ../sass/_animations.scss */
li:hover span {
opacity: 1;
}
/* Welcome to Compass. Use this file to define print styles.
* Import this file using the following HTML or equivalent:
* <link href="/stylesheets/print.css" media="print" rel="stylesheet" type="text/css" /> */
@media only screen and (max-width: 600px) {
/******************************************************************
LARGE PHONES
******************************************************************/
/* line 10, ../sass/print.scss */
.sticker {
margin: 50% 0% 0% 25%;
}
/* line 14, ../sass/print.scss */
.welcome {
width: 100%;
}
/* line 18, ../sass/print.scss */
.toyblocks_ac {
top: 5%;
left: 10%;
width: 80%;
}
/* line 24, ../sass/print.scss */
img[alt="chalkboard"] {
display: none;
}
/* line 28, ../sass/print.scss */
.chalkboard p {
color: black;
width: 100%;
}
/* line 34, ../sass/print.scss */
.toyblocks {
top: 0;
left: 30%;
}
/* line 39, ../sass/print.scss */
li {
float: left;
border: none;
width: 50%;
}
/* line 46, ../sass/print.scss */
.box {
margin-top: 45%;
}
/* line 50, ../sass/print.scss */
.toyblocks_con {
position: relative;
top: -21.250em;
left: 5%;
width: 80%;
}
/* line 56, ../sass/print.scss */
.contact_sticker1, .contact_sticker2 {
position: relative;
width: 100%;
color: #000000;
left: -150px;
display: none;
}
/* line 64, ../sass/print.scss */
.contact-form {
max-width: 88%;
}
/* line 69, ../sass/print.scss */
fieldset {
max-width: 65%;
}
/* line 73, ../sass/print.scss */
button {
max-width: 46%;
}
/* line 77, ../sass/print.scss */
.location {
max-width: 100%;
}
}
@media only screen and (min-width: 601px) {
/******************************************************************
Tablet & Small Desktops,
******************************************************************/
/* line 87, ../sass/print.scss */
.table {
display: table;
margin: 7% auto;
margin-left: 20%;
padding: 0;
}
/* line 94, ../sass/print.scss */
.box {
padding: 0;
margin: 0% auto;
list-style-type: none;
text-align: left;
}
/* line 99, ../sass/print.scss */
.box li {
float: left;
width: 13.438em;
height: 13.438em;
border-radius: 22.5em;
box-shadow: 0 0 0 10px rgba(158, 200, 253, 0.9);
background: #e3c775;
margin: 2.5em;
cursor: pointer;
}
/* line 110, ../sass/print.scss */
.box li:nth-child(even) {
margin: 28% 0% 0% 0%;
}
/* line 117, ../sass/print.scss */
.contact_sticker1 {
position: relative;
width: 18.75em;
height: 18.75em;
border-radius: 22.5em;
box-shadow: 0 0 0 10px rgba(158, 200, 253, 0.9);
background: #e3c775;
cursor: pointer;
left: 30%;
top: -20em;
margin: 0;
padding: 0;
}
/* line 132, ../sass/print.scss */
.contact_sticker2 {
position: relative;
width: 18.75em;
height: 18.75em;
border-radius: 22.5em;
box-shadow: 0 0 0 10px rgba(158, 200, 253, 0.9);
background: #e3c775;
cursor: pointer;
left: 40%;
top: -20em;
margin: 0;
padding: 0;
}
}
@media only screen and (min-width: 1030px) {
/******************************************************************
Desktop
******************************************************************/
} | css/main.css | @import url(http://fonts.googleapis.com/css?family=Unkempt);
/* line 1, ../sass/_cssreset.scss */
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;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
/* line 23, ../sass/_cssreset.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
/* line 28, ../sass/_cssreset.scss */
body {
line-height: 1;
}
/* line 32, ../sass/_cssreset.scss */
ol, ul {
list-style: none;
}
/* line 36, ../sass/_cssreset.scss */
blockquote, q {
quotes: none;
}
/* line 40, ../sass/_cssreset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
/* line 46, ../sass/_cssreset.scss */
table {
border-collapse: collapse;
border-spacing: 0;
}
/* line 1, ../sass/_fonts.scss */
h1, h2, h3, h4, span, p {
text-align: center;
font-weight: bold;
font-size: 4em;
font-family: "Unkempt" arial;
}
/* line 8, ../sass/_fonts.scss */
h4 {
position: relative;
top: 150px;
}
/* line 13, ../sass/_fonts.scss */
p {
text-align: left;
font-size: 1.4em;
z-index: 1;
position: relative;
top: 200px;
width: 80%;
left: 10%;
color: white;
}
/* line 24, ../sass/_fonts.scss */
.location {
position: relative;
color: black;
left: 0;
top: 2em;
max-width: 20%;
}
/* line 32, ../sass/_fonts.scss */
h2 {
position: relative;
top: -55px;
font-size: 2.1em;
}
/* line 38, ../sass/_fonts.scss */
h3 {
font-size: 1.5em;
margin-top: 5%;
padding: 0;
}
/* line 44, ../sass/_fonts.scss */
.step1 h2, .step1 h3 {
color: #87E293;
}
/* line 48, ../sass/_fonts.scss */
.step2 h2, .step2 h3 {
color: #FFCC00;
}
/* line 52, ../sass/_fonts.scss */
.step3 h2, .step3 h3 {
color: #732C7B;
}
/* line 56, ../sass/_fonts.scss */
.step4 h2, .step4 h3 {
color: #CC0000;
}
/* line 1, ../sass/_images.scss */
img[alt="toyblocks"], img[alt="form"], img[alt="chalkboard"],
img[alt="contactus"], img[alt="activities"], img[alt="welcome"] {
width: 100%;
height: auto;
}
/* line 8, ../sass/_images.scss */
.welcome {
position: relative;
width: 60%;
margin: 0 auto;
top: 10%;
}
/* line 15, ../sass/_images.scss */
.chalkboard {
position: relative;
width: 50%;
background: white;
top: -3%;
left: 25%;
height: 0%;
}
/* line 24, ../sass/_images.scss */
.toyblocks {
position: relative;
bottom: -55%;
left: 1%;
max-width: 100%;
width: 40%;
height: 0%;
}
/* line 33, ../sass/_images.scss */
.toyblocks_con {
float: left;
margin: -12% 0 0 0;
max-width: 100%;
width: 70%;
}
/* line 41, ../sass/_images.scss */
.toyblocks_ac {
position: relative;
bottom: -85%;
left: 1%;
max-width: 100%;
width: 60%;
height: 0%;
}
/*.toyblocks_new:first-child
{
bottom: -80%;
}
*/
/* line 56, ../sass/_images.scss */
.thumb_form {
width: 45%;
margin: 0 auto;
z-index: -1;
opacity: .8;
}
/* line 2, ../sass/_layout.scss */
body, html {
height: 100%;
}
/* line 7, ../sass/_layout.scss */
.parallax .slides {
background-position: center center;
background-attachment: fixed;
height: 100vh;
}
/* line 13, ../sass/_layout.scss */
.parallax .slides:nth-child(2n) {
box-shadow: inset 0 0 .5em #585858;
}
/*each slide/section*/
/* line 20, ../sass/_layout.scss */
.slide_programs {
background: url("../img/giftly.png") repeat;
}
/* line 24, ../sass/_layout.scss */
.slide_activities {
background: url("../img/photography.png") repeat;
}
/* line 28, ../sass/_layout.scss */
.slide_enrollment {
background: url("../img/school.png") repeat;
}
/* line 32, ../sass/_layout.scss */
.slide_about {
background: url("../img/geometry.png") repeat;
}
/* line 36, ../sass/_layout.scss */
.sticker {
position: relative;
width: 10em;
height: 10em;
border-radius: 22.5em;
box-shadow: 0 0 0 10px rgba(158, 200, 253, 0.9);
background: #e3c775;
margin: -25% 7%;
cursor: pointer;
}
/* line 47, ../sass/_layout.scss */
.sticker span {
opacity: 1;
margin: 0 auto;
font-size: 1.5em;
top: 1.3em;
}
/* line 55, ../sass/_layout.scss */
.about1, .about2 {
position: relative;
left: 25%;
top: 15%;
display: block;
float: left;
}
/* line 62, ../sass/_layout.scss */
.about1 p, .about2 p {
text-align: center;
margin-top: -30%;
}
/* line 68, ../sass/_layout.scss */
.about1 p, .about2 p {
margin: -50% 0%;
}
/* line 72, ../sass/_layout.scss */
.contact-form {
position: relative;
left: 10%;
top: 20%;
height: 0%;
max-width: 80%;
margin: 0;
padding: 0;
height: 0%;
}
/* line 83, ../sass/_layout.scss */
.name, .email, .comment {
position: relative;
width: 100%;
box-shadow: 0 0 1px #3A539B;
border-radius: 5px;
padding: 1em 0 0 0;
margin-top: 1em;
text-indent: 1em;
margin-right: 0;
}
/* line 95, ../sass/_layout.scss */
fieldset {
max-width: 20%;
}
/* line 99, ../sass/_layout.scss */
.comment {
padding: 2em 0 2em 0;
}
/* line 104, ../sass/_layout.scss */
button {
border: none;
background: rgba(158, 200, 253, 0.9);
box-shadow: 0 0 1px rgba(158, 200, 253, 0.9);
max-width: 10%;
}
/* line 2, ../sass/_animations.scss */
span {
display: table;
position: relative;
top: -5em;
font-size: 1.2em;
font-weight: 900;
opacity: 0;
}
/* line 12, ../sass/_animations.scss */
li:hover, .sticker:hover, .contact_sticker1:hover, .contact_sticker2:hover {
background: #fbf7eb;
}
/*selects all classes begining with 'thumb_' which is all 4 steps thumbnails*/
/* line 18, ../sass/_animations.scss */
li:hover [class^="thumb_"] {
opacity: .08;
}
/*display info in hidden span*/
/* line 23, ../sass/_animations.scss */
li:hover span {
opacity: 1;
}
/* Welcome to Compass. Use this file to define print styles.
* Import this file using the following HTML or equivalent:
* <link href="/stylesheets/print.css" media="print" rel="stylesheet" type="text/css" /> */
@media only screen and (max-width: 600px) {
/******************************************************************
LARGE PHONES
******************************************************************/
/* line 10, ../sass/print.scss */
.sticker {
margin: 50% 0% 0% 25%;
}
/* line 14, ../sass/print.scss */
.welcome {
width: 100%;
}
/* line 18, ../sass/print.scss */
.toyblocks_ac {
top: 5%;
left: 10%;
width: 80%;
}
/* line 24, ../sass/print.scss */
img[alt="chalkboard"] {
display: none;
}
/* line 28, ../sass/print.scss */
.chalkboard p {
color: black;
width: 100%;
}
/* line 34, ../sass/print.scss */
.toyblocks {
top: 0;
left: 30%;
}
/* line 39, ../sass/print.scss */
li {
float: left;
border: none;
width: 50%;
}
/* line 46, ../sass/print.scss */
.box {
margin-top: 45%;
}
/* line 50, ../sass/print.scss */
.toyblocks_con {
position: relative;
top: -21.250em;
left: 5%;
width: 80%;
}
/* line 56, ../sass/print.scss */
.contact_sticker1, .contact_sticker2 {
position: relative;
width: 100%;
color: #000000;
left: -150px;
display: none;
}
/* line 64, ../sass/print.scss */
.contact-form {
max-width: 88%;
}
/* line 69, ../sass/print.scss */
fieldset {
max-width: 65%;
}
/* line 73, ../sass/print.scss */
button {
max-width: 46%;
}
/* line 77, ../sass/print.scss */
.location {
max-width: 100%;
}
}
@media only screen and (min-width: 601px) {
/******************************************************************
Tablet & Small Desktops,
******************************************************************/
/* line 87, ../sass/print.scss */
.table {
display: table;
margin: 7% auto;
margin-left: 20%;
padding: 0;
}
/* line 94, ../sass/print.scss */
.box {
padding: 0;
margin: 0% auto;
list-style-type: none;
text-align: left;
}
/* line 99, ../sass/print.scss */
.box li {
float: left;
width: 13.438em;
height: 13.438em;
border-radius: 22.5em;
box-shadow: 0 0 0 10px rgba(158, 200, 253, 0.9);
background: #e3c775;
margin: 2.5em;
cursor: pointer;
}
/* line 110, ../sass/print.scss */
.box li:nth-child(even) {
margin: 28% 0% 0% 0%;
}
/* line 117, ../sass/print.scss */
.contact_sticker1 {
position: relative;
width: 18.75em;
height: 18.75em;
border-radius: 22.5em;
box-shadow: 0 0 0 10px rgba(158, 200, 253, 0.9);
background: #e3c775;
cursor: pointer;
left: 30%;
top: -20em;
margin: 0;
padding: 0;
}
/* line 132, ../sass/print.scss */
.contact_sticker2 {
position: relative;
width: 18.75em;
height: 18.75em;
border-radius: 22.5em;
box-shadow: 0 0 0 10px rgba(158, 200, 253, 0.9);
background: #e3c775;
cursor: pointer;
left: 40%;
top: -20em;
margin: 0;
padding: 0;
}
}
@media only screen and (min-width: 1030px) {
/******************************************************************
Desktop
******************************************************************/
} | 0.248443 | 0.065247 |
body {
background: #F8F8F8; }
#car_header h1 {
width: 130px;
height: 38px;
float: left;
padding-top: 10px; }
#car_header .search {
width: 260px;
height: 20px;
padding: 5px 10px;
margin: 15px 0;
border: 1px solid #eceaea;
border-radius: 5px;
background: #fcfbfb; }
#car_header .search input {
float: left;
width: 230px;
height: 20px;
border: none;
background: #fcfbfb;
color: #666;
outline: none; }
#car_header .search i {
display: inline-block;
width: 30px;
height: 20px;
text-align: center;
color: #aaa;
line-height: 20px; }
.car_all {
margin: 10px auto;
padding: 0 30px;
height: 40px;
border: 1px solid #dfdfdf;
border-radius: 5px;
background: #fff;
color: #666;
width: 1120px; }
.car_all label {
width: 125px;
cursor: pointer;
display: inline-block;
float: left; }
.car_all label input {
display: inline-block;
float: left;
line-height: 40px;
margin-top: 15px; }
.car_all label span {
float: left;
width: 50px; }
.car_all span {
width: 205px;
text-align: right;
display: inline-block;
line-height: 40px;
float: left; }
.car_all .tit {
width: 190px; }
.car_all .price {
width: 205px;
text-align: right; }
.car_all .num {
width: 320px;
text-align: center; }
.car_all .total {
width: 80px;
padding-right: 50px;
text-align: right; }
.car_all .act {
width: 80px;
text-align: center; }
.car_list {
background-color: #fff;
border: 1px solid #dcdcdc;
border-radius: 3px;
width: 1180px;
margin: 20px auto 0; }
.car_list .car_tit {
vertical-align: middle;
font-size: 14px;
padding: 15px 30px;
height: 25px;
border-bottom: 1px solid #dcdcdc;
line-height: 25px; }
.car_list .goodlist ul li {
border-bottom: 1px dotted #bbb; }
.car_list .goodlist ul li .checkbox {
float: left;
margin-top: 30px;
display: block;
margin-left: 40px; }
.car_list .goodlist ul li div {
float: left; }
.car_list .goodlist ul li .img {
width: 75px;
height: 75px;
padding: 10px;
margin: 10px 20px; }
.car_list .goodlist ul li .img img {
width: 75px;
height: 75px; }
.car_list .goodlist ul li .details {
width: 260px;
height: 40px;
padding-top: 30px;
padding-left: 20px;
line-height: 20px;
overflow: hidden; }
.car_list .goodlist ul li .price {
display: block;
width: 200px;
height: 24px;
float: left;
margin-top: 30px;
color: red; }
.car_list .goodlist ul li .number {
padding: 3px 0;
width: 80px;
height: 18px;
line-height: 18px;
border: 1px solid #dfdfdf;
border-radius: 2px;
background-color: #fff;
margin-top: 40px; }
.car_list .goodlist ul li .number .plus, .car_list .goodlist ul li .number .add {
float: left;
width: 20px;
text-align: center;
color: #666;
font-family: 'Tahoma';
font-size: 14px;
overflow: hidden;
margin-top: 0px;
background: #fff; }
.car_list .goodlist ul li .number .num {
float: left;
width: 38px;
height: 18px;
border: none;
border-left: 1px solid #dfdfdf;
border-right: 1px solid #dfdfdf;
text-align: center;
line-height: 18px;
outline: none;
margin-top: 0px; }
.car_list .goodlist ul li .delete {
display: block;
width: 40px;
height: 40px;
font-size: 30px;
float: right;
margin-top: 30px;
margin-right: 20px;
cursor: pointer; }
.car_list .goodlist ul li .sum {
width: 50px;
float: left;
display: block;
margin-left: 160px;
margin-top: 45px;
font-weight: 900; }
.pay_total {
margin: 0 auto;
background: #fedede;
margin-top: 30px;
border: 1px solid #999;
border-radius: 5px; }
.pay_total .pay_tools_l {
float: left;
width: 600px;
height: 16px;
padding: 22px 0px;
line-height: 16px;
font-size: 16px;
color: #dedede;
overflow: hidden; }
.pay_total .pay_tools_l input {
margin-left: 40px; }
.pay_total .pay_tools_l span {
margin-left: 20px;
color: #000; }
.pay_total .pay_tools_l span i {
color: red; }
.pay_total .pay_tools_r {
float: right;
width: 600px;
height: 60px;
line-height: 60px; }
.pay_total .pay_tools_r span {
margin-left: 20px; }
.pay_total .pay_tools_r span i {
color: red; }
.pay_total .pay_tools_r span i b {
font-size: 28px; }
.pay_total .pay_tools_r button {
width: 110px;
height: 45px;
background-color: #ff6c6c;
border-radius: 10px;
color: #fff;
font-size: 20px;
margin-left: 10px; } | src/css/shopping.css | body {
background: #F8F8F8; }
#car_header h1 {
width: 130px;
height: 38px;
float: left;
padding-top: 10px; }
#car_header .search {
width: 260px;
height: 20px;
padding: 5px 10px;
margin: 15px 0;
border: 1px solid #eceaea;
border-radius: 5px;
background: #fcfbfb; }
#car_header .search input {
float: left;
width: 230px;
height: 20px;
border: none;
background: #fcfbfb;
color: #666;
outline: none; }
#car_header .search i {
display: inline-block;
width: 30px;
height: 20px;
text-align: center;
color: #aaa;
line-height: 20px; }
.car_all {
margin: 10px auto;
padding: 0 30px;
height: 40px;
border: 1px solid #dfdfdf;
border-radius: 5px;
background: #fff;
color: #666;
width: 1120px; }
.car_all label {
width: 125px;
cursor: pointer;
display: inline-block;
float: left; }
.car_all label input {
display: inline-block;
float: left;
line-height: 40px;
margin-top: 15px; }
.car_all label span {
float: left;
width: 50px; }
.car_all span {
width: 205px;
text-align: right;
display: inline-block;
line-height: 40px;
float: left; }
.car_all .tit {
width: 190px; }
.car_all .price {
width: 205px;
text-align: right; }
.car_all .num {
width: 320px;
text-align: center; }
.car_all .total {
width: 80px;
padding-right: 50px;
text-align: right; }
.car_all .act {
width: 80px;
text-align: center; }
.car_list {
background-color: #fff;
border: 1px solid #dcdcdc;
border-radius: 3px;
width: 1180px;
margin: 20px auto 0; }
.car_list .car_tit {
vertical-align: middle;
font-size: 14px;
padding: 15px 30px;
height: 25px;
border-bottom: 1px solid #dcdcdc;
line-height: 25px; }
.car_list .goodlist ul li {
border-bottom: 1px dotted #bbb; }
.car_list .goodlist ul li .checkbox {
float: left;
margin-top: 30px;
display: block;
margin-left: 40px; }
.car_list .goodlist ul li div {
float: left; }
.car_list .goodlist ul li .img {
width: 75px;
height: 75px;
padding: 10px;
margin: 10px 20px; }
.car_list .goodlist ul li .img img {
width: 75px;
height: 75px; }
.car_list .goodlist ul li .details {
width: 260px;
height: 40px;
padding-top: 30px;
padding-left: 20px;
line-height: 20px;
overflow: hidden; }
.car_list .goodlist ul li .price {
display: block;
width: 200px;
height: 24px;
float: left;
margin-top: 30px;
color: red; }
.car_list .goodlist ul li .number {
padding: 3px 0;
width: 80px;
height: 18px;
line-height: 18px;
border: 1px solid #dfdfdf;
border-radius: 2px;
background-color: #fff;
margin-top: 40px; }
.car_list .goodlist ul li .number .plus, .car_list .goodlist ul li .number .add {
float: left;
width: 20px;
text-align: center;
color: #666;
font-family: 'Tahoma';
font-size: 14px;
overflow: hidden;
margin-top: 0px;
background: #fff; }
.car_list .goodlist ul li .number .num {
float: left;
width: 38px;
height: 18px;
border: none;
border-left: 1px solid #dfdfdf;
border-right: 1px solid #dfdfdf;
text-align: center;
line-height: 18px;
outline: none;
margin-top: 0px; }
.car_list .goodlist ul li .delete {
display: block;
width: 40px;
height: 40px;
font-size: 30px;
float: right;
margin-top: 30px;
margin-right: 20px;
cursor: pointer; }
.car_list .goodlist ul li .sum {
width: 50px;
float: left;
display: block;
margin-left: 160px;
margin-top: 45px;
font-weight: 900; }
.pay_total {
margin: 0 auto;
background: #fedede;
margin-top: 30px;
border: 1px solid #999;
border-radius: 5px; }
.pay_total .pay_tools_l {
float: left;
width: 600px;
height: 16px;
padding: 22px 0px;
line-height: 16px;
font-size: 16px;
color: #dedede;
overflow: hidden; }
.pay_total .pay_tools_l input {
margin-left: 40px; }
.pay_total .pay_tools_l span {
margin-left: 20px;
color: #000; }
.pay_total .pay_tools_l span i {
color: red; }
.pay_total .pay_tools_r {
float: right;
width: 600px;
height: 60px;
line-height: 60px; }
.pay_total .pay_tools_r span {
margin-left: 20px; }
.pay_total .pay_tools_r span i {
color: red; }
.pay_total .pay_tools_r span i b {
font-size: 28px; }
.pay_total .pay_tools_r button {
width: 110px;
height: 45px;
background-color: #ff6c6c;
border-radius: 10px;
color: #fff;
font-size: 20px;
margin-left: 10px; } | 0.36693 | 0.055209 |
input {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
background-color: #FFFFFF;
border: 1pt solid #000000;
}
topbg {
background-image: url(images/bluebg.jpg);
background-repeat: repeat-x;
}
BODY {
COLOR: #111111; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
P {
FONT-SIZE: 11px
}
TD {
FONT-SIZE: 11px;
}
H1 {
FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #9A0034; TEXT-DECORATION: none;font-family:Geneva, Arial, Helvetica, sans-serif;
}
.H1 {
FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #9A0034; TEXT-DECORATION: none;font-family:Geneva, Arial, Helvetica, sans-serif;
}
H2 {
FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #999999; TEXT-DECORATION: none
}
.H2 {
FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #999999; TEXT-DECORATION: none
}
H3 {
FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #111111; TEXT-DECORATION: none
}
.H3 {
FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #111111; TEXT-DECORATION: none
}
H4 {
FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #848642; TEXT-DECORATION: none
}
.H4 {
FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #848642; TEXT-DECORATION: none
}
H5 {
FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #666666; TEXT-DECORATION: none
}
.H5 {
FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #666666; TEXT-DECORATION: none
}
A.H1:hover {
COLOR: #66ccff; TEXT-DECORATION: underline
}
A.H2:hover {
COLOR: #66ccff; TEXT-DECORATION: underline
}
A.H3:hover {
COLOR: #66ccff; TEXT-DECORATION: underline
}
UL.ab {
PADDING-RIGHT: 0px; DISPLAY: inline; PADDING-LEFT: 0px; LIST-STYLE-POSITION: inside; PADDING-BOTTOM: 0px; MARGIN: 0px; CURSOR: default; PADDING-TOP: 0px; LIST-STYLE-TYPE: disc
}
LI {
PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px
}
LI.ab {
PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; COLOR: #999999; PADDING-TOP: 5px
}
A {
FONT-SIZE: 11px; COLOR: #336699
}
A:hover {
COLOR: #3A734A;
}
.tab {
FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #ffffff; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
.tab_o {
FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #00386B ; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
A.tab:hover {
COLOR: #00386B; TEXT-DECORATION: underline
}
A.tab_o:hover {
COLOR: #213418; TEXT-DECORATION: underline
}
.tab_s {
BORDER-RIGHT: 1px solid #898789; PADDING-RIGHT: 10px; BORDER-TOP: 1px solid #898789; PADDING-LEFT: 10px; BACKGROUND: url(/webadmin/images/bgs/tab_bg.gif); PADDING-BOTTOM: 0px; BORDER-LEFT: 1px solid #898789; PADDING-TOP: 0px; HEIGHT: 30px; BORDER-LEFT: #809474 1px solid
}
.tab_on {
BORDER-RIGHT: 1px solid #898789; PADDING-RIGHT: 10px; PADDING-LEFT: 10px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px; HEIGHT: 30px; BACKGROUND-COLOR: #ffffff
}
.tab_sel {
BORDER-LEFT: 1px solid #898789; BACKGROUND-COLOR: #3366cc
}
.menu {
PADDING-RIGHT: 0px; PADDING-LEFT: 10px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px; HEIGHT: 20px; BACKGROUND-COLOR: #d9eefd
}
.menu-a {
PADDING-RIGHT: 0px; PADDING-LEFT: 10px; FONT-WEIGHT: bold; PADDING-BOTTOM: 0px; PADDING-TOP: 0px; HEIGHT: 25px; BACKGROUND-COLOR: #ffffff
}
.menu_link {
FONT-SIZE: 11px; COLOR: #003366; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
.alert_table {
BACKGROUND-COLOR: #FFFFFF;
border: 1px solid #000000;
}
.t-a {
BORDER-RIGHT: #cccccc 1px solid; BORDER-TOP: #cccccc 1px solid; MARGIN-TOP: 0.6em; MARGIN-BOTTOM: 0.3em; BORDER-LEFT: #cccccc 0px solid; WIDTH: 100%; BORDER-BOTTOM: #cccccc 0px solid
}
.t-a TH {
BORDER-RIGHT: 0px solid; PADDING-RIGHT: 6px; BORDER-TOP: 0px solid; PADDING-LEFT: 6px; PADDING-BOTTOM: 4px; BORDER-LEFT: 1px solid; PADDING-TOP: 4px; BORDER-BOTTOM: 1px solid
}
.t-a TD {
BORDER-RIGHT: 0px solid; PADDING-RIGHT: 6px; BORDER-TOP: 0px solid; PADDING-LEFT: 6px; PADDING-BOTTOM: 4px; BORDER-LEFT: 1px solid; PADDING-TOP: 4px; BORDER-BOTTOM: 1px solid
}
.t-b {
BORDER-RIGHT: #cccccc 1px solid; BORDER-TOP: #cccccc 1px solid; MARGIN-TOP: 0.1em; MARGIN-BOTTOM: 0.3em; BORDER-LEFT: #cccccc 0px solid; WIDTH: 100%; BORDER-BOTTOM: #cccccc 0px solid
}
.t-b TH {
BORDER-RIGHT: #cccccc 0px solid; PADDING-RIGHT: 3px; BORDER-TOP: #cccccc 0px solid; PADDING-LEFT: 3px; PADDING-BOTTOM: 3px; BORDER-LEFT: #cccccc 1px solid; PADDING-TOP: 3px; BORDER-BOTTOM: #cccccc 1px solid
}
.t-b TD {
BORDER-RIGHT: #cccccc 0px solid; PADDING-RIGHT: 3px; BORDER-TOP: #cccccc 0px solid; PADDING-LEFT: 3px; PADDING-BOTTOM: 3px; BORDER-LEFT: #cccccc 1px solid; PADDING-TOP: 3px; BORDER-BOTTOM: #cccccc 1px solid
}
.th-a {
FONT-WEIGHT: bold; COLOR: #444444; BORDER-BOTTOM: #999999 1px solid; HEIGHT: 25px; BACKGROUND-COLOR: #eeeeee
}
.th-b {
BORDER-BOTTOM: #788574 1px solid; BACKGROUND-COLOR: #9fc9a2
}
.th-c {
BORDER-BOTTOM: #788574 1px solid
}
.th-d {
FONT-WEIGHT: bold; COLOR: #333333; BORDER-BOTTOM: #666666 1px solid; HEIGHT: 30px; BACKGROUND-COLOR: #ffffff
}
.bottom-line-div {
BORDER-BOTTOM: #666666 1px solid
}
.bg-bottom-line-div {
BORDER-BOTTOM: #666666 1px solid; BACKGROUND-COLOR: #eeeeee
}
.la {
FONT-SIZE: 11px; COLOR: #444444; TEXT-DECORATION: none
}
.lb {
FONT-SIZE: 11px; COLOR: #000066; TEXT-DECORATION: none
}
A.la:hover {
COLOR: #3A734A; TEXT-DECORATION: underline
}
A.lb:hover {
COLOR: #3A734A; TEXT-DECORATION: underline
}
.b {
FONT-SIZE: 11px; COLOR: #222222; TEXT-DECORATION: none
}
.b-s {
FONT-SIZE: 10px; COLOR: #222222; TEXT-DECORATION: none
}
.b-l {
FONT-SIZE: 12px; COLOR: #222222; TEXT-DECORATION: none
}
A.b:hover {
COLOR: #ff6600; TEXT-DECORATION: underline
}
A.b-l:hover {
COLOR: #ff6600; TEXT-DECORATION: underline
}
A.b-s:hover {
COLOR: #ff6600; TEXT-DECORATION: underline
}
.g {
FONT-SIZE: 11px; COLOR: #777777; TEXT-DECORATION: none
}
.g-b {
FONT-SIZE: 11px; COLOR: #666666; TEXT-DECORATION: none
}
.g-s {
FONT-SIZE: 10px; COLOR: #666666; TEXT-DECORATION: none
}
.g-l {
FONT-SIZE: 12px; COLOR: #666666; TEXT-DECORATION: none
}
.lg {
FONT-SIZE: 11px; COLOR: #cccccc; TEXT-DECORATION: none
}
A.g:hover {
COLOR: #8a8d52; TEXT-DECORATION: underline
}
A.g-l:hover {
COLOR: #8a8d52; TEXT-DECORATION: underline
}
A.g-s:hover {
COLOR: #8a8d52; TEXT-DECORATION: underline
}
.dir-a {
FONT-SIZE: 11px; COLOR: #bbb89d; TEXT-DECORATION: none
}
.grn-a {
FONT-SIZE: 11px; COLOR: #848642; TEXT-DECORATION: none
}
.a {
FONT-SIZE: 11px; COLOR: red; TEXT-DECORATION: none
}
.a-l {
FONT-SIZE: 12px; COLOR: red; TEXT-DECORATION: none
}
.a-s {
FONT-SIZE: 10px; COLOR: red; TEXT-DECORATION: none
}
.w {
FONT-SIZE: 11px; COLOR: #ffffff; TEXT-DECORATION: none
}
.w-l {
FONT-SIZE: 12px; COLOR: #ffffff; TEXT-DECORATION: none
}
.w-s {
FONT-SIZE: 10px; COLOR: #ffffff; TEXT-DECORATION: none
}
A.w:hover {
COLOR: #006699; TEXT-DECORATION: underline
}
A.w-l:hover {
COLOR: #006699; TEXT-DECORATION: underline
}
A.w-s:hover {
COLOR: #006699; TEXT-DECORATION: underline
}
.bttn {
BORDER-RIGHT: #999999 1px outset; BORDER-TOP: #999999 1px outset; FONT-WEIGHT: bold; FONT-SIZE: 11px; BORDER-LEFT: #999999 1px outset; CURSOR: hand; COLOR: #333333; BORDER-BOTTOM: #999999 1px outset; BACKGROUND-COLOR: #f4f4f4
}
.bttn-a {
BORDER-RIGHT: #213418 1px outset; BORDER-TOP: #213418 1px outset; FONT-WEIGHT: bold; FONT-SIZE: 11px; BORDER-LEFT: #213418 1px outset; CURSOR: hand; COLOR: #ffffff; BORDER-BOTTOM: #213418 1px outset; BACKGROUND-COLOR: #213418
}
.bttn-s {
BORDER-RIGHT: #999999 1px outset; BORDER-TOP: #999999 1px outset; FONT-SIZE: 11px; BORDER-LEFT: #999999 1px outset; CURSOR: pointer; COLOR: #3A734A; BORDER-BOTTOM: #999999 1px outset; BACKGROUND-COLOR: #f4f4f4;background-image:url(images/topbg.jpg)
}
.bttn-d {
BORDER-RIGHT: #999999 1px outset; BORDER-TOP: #999999 1px outset; FONT-SIZE: 11px; BORDER-LEFT: #999999 1px outset; CURSOR: pointer; COLOR: #3A734A; BORDER-BOTTOM: #999999 1px outset; BACKGROUND-COLOR: #00FF66;
}
.field {
FONT-SIZE: 12px
}
.f-b {
FONT-SIZE: 11px; COLOR: #333333; BACKGROUND-COLOR: #e1e1e1
}
.f-c {
FONT-SIZE: 11px; COLOR: #111111; BACKGROUND-COLOR: #FFFFFF
}
.f-d {
FONT-SIZE: 11px; COLOR: #000000; BACKGROUND-COLOR: #f4f4f4
}
#loading {
Z-INDEX: 2; LEFT: 45%; VISIBILITY: hidden; POSITION: absolute; TOP: 150px; BACKGROUND-COLOR: #ffffff
}
.paging {
FONT-SIZE: 11px; COLOR: #336699; TEXT-DECORATION: underline
}
A.paging:hover {
COLOR: #ff6600
}
.sitename {
letter-spacing: normal;
FONT-WEIGHT: bold;
FONT-SIZE: 28px;
COLOR: #ffffff;
FONT-FAMILY: Arial, Helvetica, sans-serif
}
.sitename1 {
letter-spacing: normal;
FONT-WEIGHT: bold;
FONT-SIZE: 11px;
COLOR: #ffffff;
FONT-FAMILY: Arial, Helvetica, sans-serif
}
.sitenameline {
letter-spacing: normal;
FONT-WEIGHT: normal;
FONT-SIZE: 16px;
COLOR: #00386B;
FONT-FAMILY: Arial, Helvetica, sans-serif
}
.solidinput {
BORDER-RIGHT: #999999 1px outset;
BORDER-TOP: #999999 1px outset;
FONT-SIZE: 10px;
BORDER-LEFT: #999999 1px outset;
COLOR: #333333;
BORDER-BOTTOM: #999999 1px outset;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
INPUT {
font-family: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 11px
}
SELECT {
font-family: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 11px
}
TEXTAREA {
font-family: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 11px
}
.lemon {
background-color: #F2FABE;
}
.pink {
background-color: #FEE2FE;
}
.blue {
background-color: #CAE4F9;
}
.orange {
background-color: #F7D9B9;
}
.input1 {
background-color: #CCCCCC;
border: thin solid #000000;
}
.form_back
{
background-image:url(images/login/mid-bg.jpg);
background-repeat:repeat-x;
background-color:#F6F6F6;
}
.formbg {
background-color: #F6F6F6;
background-image: url(images/login/formbg.jpg);
background-repeat: repeat-x;
background-position: left top;
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 1px;
border-left-width: 0px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #999999;
border-right-color: #999999;
border-bottom-color: #999999;
border-left-color: #999999;
}
.form111 {
background-image: url(images/login/formbg11.jpg);
background-repeat: repeat-x;
background-position: left top;
border-top-width: 1px;
border-right-width: 0px;
border-bottom-width: 1px;
border-left-width: 0px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #999999;
border-right-color: #999999;
border-bottom-color: #999999;
border-left-color: #999999;
font-family: arial;
font-size: 14px;
font-weight: bold;
color: #3A734A;
text-decoration: none;
}
.rightbdr {
border-top-width: 0px;
border-right-width: 1px;
border-bottom-width: 0px;
border-left-width: 0px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #CCCCCC;
border-right-color: #CCCCCC;
border-bottom-color: #CCCCCC;
border-left-color: #CCCCCC;
}
TD.dataLabel {
PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px
}
.dataLabel {
FONT-WEIGHT: normal; FONT-SIZE: 12px; TEXT-ALIGN: right; COLOR: #444444
}
.dataLabel_other {
FONT-WEIGHT: normal; FONT-SIZE: 12px; COLOR: #444444
}
.dataField {
FONT-WEIGHT: normal; FONT-SIZE: 12px
}
.mng_font{
font-family:Arial;
font-size: 11px;
font-weight:bold;
color: #000000;
text-decoration: none;
}
.mail_font{
font-family:Arial, Helvetica, sans-serif;
color:#3A734A;
font-weight:bold;
font-size:11px;
}
.b2 {
background-image: url(images/b2.jpg);
background-repeat: repeat-x;
background-position: left top;
}
a.linkgreybold {
font-family: tahoma;
font-size: 11px;
font-weight: bold;
color: #5A5A5A;
text-decoration: none;
}
a.linkgreybold:hover {
font-family: tahoma;
font-size: 11px;
font-weight: bold;
color: #000000;
text-decoration: none;
}
.stat_linkgreybold {
font-family: tahoma;
font-size: 11px;
font-weight: bold;
color: #3A734A;
text-decoration: none;
}
a.stat_linkgreybold:hover {
font-family: tahoma;
font-size: 11px;
font-weight: bold;
color: #3A734A;
text-decoration: none;
}
a.folder_link{
font:Arial, Helvetica, sans-serif;
color:#444444;
font-weight:bold;
}
a.folder_link:hover{
font:Arial, Helvetica, sans-serif;
color:3A734A;
font-weight:bold;
}
a.folder_linkn{
font:Arial, Helvetica, sans-serif;
color:#444444;
font-weight:normal;
}
a.folder_linkn:hover{
font:Arial, Helvetica, sans-serif;
color:#3A734A;
font-weight:normal;
}
.tdt-top {
background-image: url(images/td-top.jpg);
background-repeat: repeat-x;
background-position: left top;
}
a.linkgrey {
font-family: tahoma;
font-size: 11px;
font-weight: normal;
color: #525252;
text-decoration: none;
}
a.linkgrey:hover {
font-family: tahoma;
font-size: 11px;
font-weight: normal;
color: #000000;
text-decoration: underline;
}
.whitebottombdr {
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 1px;
border-left-width: 0px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #FFFFFF;
border-right-color: #FFFFFF;
border-bottom-color: #FFFFFF;
border-left-color: #FFFFFF;
}
a.foldermail {
font-family: tahoma;
font-size: 11px;
font-weight: bold;
color: #525252;
text-decoration: underline;
}
a.foldermail:hover {
font-family: tahoma;
font-size: 11px;
font-weight: bold;
color: #3A734A;
text-decoration: underline;
}
.resource {
font-family: tahoma;
font-size: 11px;
font-weight: normal;
color: #444444;
text-decoration: none;
}
a.link2 {
font-family: tahoma;
font-size: 11px;
font-weight: none;
color: #666666;
text-decoration: underline;
}
a.link2:hover {
font-family: tahoma;
font-size: 11px;
font-weight: normal;
color: #3A734A;
text-decoration: underline;
}
.table_bdr {
border: 1px solid #333333;
}
a.res_img {
font-family: tahoma;
font-size: 11px;
font-weight: bold;
color: #3A734A;
text-decoration: underline;
}
a.res_img:hover {
font-family: tahoma;
font-size: 11px;
font-weight: bold;
color: #666666;
text-decoration: underline;
}
.inputCheck { font-family: verdana; font-size: 11px; color: #000000; border 0px none; background:none; }
.t-proimagetable {
BORDER-RIGHT: #cccccc 1px solid; BORDER-TOP: #cccccc 1px solid; MARGIN-TOP: 0.1em; MARGIN-BOTTOM: 0.3em; BORDER-LEFT: #cccccc 0px solid; BORDER-BOTTOM: #cccccc 0px solid
}
.t-proimagetable TH {
BORDER-RIGHT: #cccccc 0px solid; PADDING-RIGHT: 3px; BORDER-TOP: #cccccc 0px solid; PADDING-LEFT: 3px; PADDING-BOTTOM: 3px; BORDER-LEFT: #cccccc 1px solid; PADDING-TOP: 3px; BORDER-BOTTOM: #cccccc 1px solid
}
.t-proimagetable TD {
BORDER-RIGHT: #cccccc 0px solid; PADDING-RIGHT: 3px; BORDER-TOP: #cccccc 0px solid; PADDING-LEFT: 3px; PADDING-BOTTOM: 3px; BORDER-LEFT: #cccccc 1px solid; PADDING-TOP: 3px; BORDER-BOTTOM: #cccccc 1px solid
}
/* NEW ADMIN OFFERS PANEL */
#ezadmin_top
{
background: url(images/ezoffers_admin.gif);
height: 50px;
padding: 0px;
margin: 0px;
}
.ezadmin_link_h1
{
font-family: arial;
font-size: 14px;
font-weight: bold;
color: #3366CC;
text-decoration: none;
}
.ezadmin_link_h1:hover
{
font-family: arial;
font-size: 14px;
font-weight: bold;
color: #CC0000;
text-decoration: none;
}
.item_number
{
font-size: 38px;
font-weight: bold;
color: #FF0000;
}
.item_number_blue
{
font-size: 38px;
font-weight: bold;
color: #3366FF;
} | karmathegame/siteadmin/main.css | input {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
background-color: #FFFFFF;
border: 1pt solid #000000;
}
topbg {
background-image: url(images/bluebg.jpg);
background-repeat: repeat-x;
}
BODY {
COLOR: #111111; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
P {
FONT-SIZE: 11px
}
TD {
FONT-SIZE: 11px;
}
H1 {
FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #9A0034; TEXT-DECORATION: none;font-family:Geneva, Arial, Helvetica, sans-serif;
}
.H1 {
FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #9A0034; TEXT-DECORATION: none;font-family:Geneva, Arial, Helvetica, sans-serif;
}
H2 {
FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #999999; TEXT-DECORATION: none
}
.H2 {
FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #999999; TEXT-DECORATION: none
}
H3 {
FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #111111; TEXT-DECORATION: none
}
.H3 {
FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #111111; TEXT-DECORATION: none
}
H4 {
FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #848642; TEXT-DECORATION: none
}
.H4 {
FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #848642; TEXT-DECORATION: none
}
H5 {
FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #666666; TEXT-DECORATION: none
}
.H5 {
FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #666666; TEXT-DECORATION: none
}
A.H1:hover {
COLOR: #66ccff; TEXT-DECORATION: underline
}
A.H2:hover {
COLOR: #66ccff; TEXT-DECORATION: underline
}
A.H3:hover {
COLOR: #66ccff; TEXT-DECORATION: underline
}
UL.ab {
PADDING-RIGHT: 0px; DISPLAY: inline; PADDING-LEFT: 0px; LIST-STYLE-POSITION: inside; PADDING-BOTTOM: 0px; MARGIN: 0px; CURSOR: default; PADDING-TOP: 0px; LIST-STYLE-TYPE: disc
}
LI {
PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px
}
LI.ab {
PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; COLOR: #999999; PADDING-TOP: 5px
}
A {
FONT-SIZE: 11px; COLOR: #336699
}
A:hover {
COLOR: #3A734A;
}
.tab {
FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #ffffff; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
.tab_o {
FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #00386B ; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
A.tab:hover {
COLOR: #00386B; TEXT-DECORATION: underline
}
A.tab_o:hover {
COLOR: #213418; TEXT-DECORATION: underline
}
.tab_s {
BORDER-RIGHT: 1px solid #898789; PADDING-RIGHT: 10px; BORDER-TOP: 1px solid #898789; PADDING-LEFT: 10px; BACKGROUND: url(/webadmin/images/bgs/tab_bg.gif); PADDING-BOTTOM: 0px; BORDER-LEFT: 1px solid #898789; PADDING-TOP: 0px; HEIGHT: 30px; BORDER-LEFT: #809474 1px solid
}
.tab_on {
BORDER-RIGHT: 1px solid #898789; PADDING-RIGHT: 10px; PADDING-LEFT: 10px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px; HEIGHT: 30px; BACKGROUND-COLOR: #ffffff
}
.tab_sel {
BORDER-LEFT: 1px solid #898789; BACKGROUND-COLOR: #3366cc
}
.menu {
PADDING-RIGHT: 0px; PADDING-LEFT: 10px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px; HEIGHT: 20px; BACKGROUND-COLOR: #d9eefd
}
.menu-a {
PADDING-RIGHT: 0px; PADDING-LEFT: 10px; FONT-WEIGHT: bold; PADDING-BOTTOM: 0px; PADDING-TOP: 0px; HEIGHT: 25px; BACKGROUND-COLOR: #ffffff
}
.menu_link {
FONT-SIZE: 11px; COLOR: #003366; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
.alert_table {
BACKGROUND-COLOR: #FFFFFF;
border: 1px solid #000000;
}
.t-a {
BORDER-RIGHT: #cccccc 1px solid; BORDER-TOP: #cccccc 1px solid; MARGIN-TOP: 0.6em; MARGIN-BOTTOM: 0.3em; BORDER-LEFT: #cccccc 0px solid; WIDTH: 100%; BORDER-BOTTOM: #cccccc 0px solid
}
.t-a TH {
BORDER-RIGHT: 0px solid; PADDING-RIGHT: 6px; BORDER-TOP: 0px solid; PADDING-LEFT: 6px; PADDING-BOTTOM: 4px; BORDER-LEFT: 1px solid; PADDING-TOP: 4px; BORDER-BOTTOM: 1px solid
}
.t-a TD {
BORDER-RIGHT: 0px solid; PADDING-RIGHT: 6px; BORDER-TOP: 0px solid; PADDING-LEFT: 6px; PADDING-BOTTOM: 4px; BORDER-LEFT: 1px solid; PADDING-TOP: 4px; BORDER-BOTTOM: 1px solid
}
.t-b {
BORDER-RIGHT: #cccccc 1px solid; BORDER-TOP: #cccccc 1px solid; MARGIN-TOP: 0.1em; MARGIN-BOTTOM: 0.3em; BORDER-LEFT: #cccccc 0px solid; WIDTH: 100%; BORDER-BOTTOM: #cccccc 0px solid
}
.t-b TH {
BORDER-RIGHT: #cccccc 0px solid; PADDING-RIGHT: 3px; BORDER-TOP: #cccccc 0px solid; PADDING-LEFT: 3px; PADDING-BOTTOM: 3px; BORDER-LEFT: #cccccc 1px solid; PADDING-TOP: 3px; BORDER-BOTTOM: #cccccc 1px solid
}
.t-b TD {
BORDER-RIGHT: #cccccc 0px solid; PADDING-RIGHT: 3px; BORDER-TOP: #cccccc 0px solid; PADDING-LEFT: 3px; PADDING-BOTTOM: 3px; BORDER-LEFT: #cccccc 1px solid; PADDING-TOP: 3px; BORDER-BOTTOM: #cccccc 1px solid
}
.th-a {
FONT-WEIGHT: bold; COLOR: #444444; BORDER-BOTTOM: #999999 1px solid; HEIGHT: 25px; BACKGROUND-COLOR: #eeeeee
}
.th-b {
BORDER-BOTTOM: #788574 1px solid; BACKGROUND-COLOR: #9fc9a2
}
.th-c {
BORDER-BOTTOM: #788574 1px solid
}
.th-d {
FONT-WEIGHT: bold; COLOR: #333333; BORDER-BOTTOM: #666666 1px solid; HEIGHT: 30px; BACKGROUND-COLOR: #ffffff
}
.bottom-line-div {
BORDER-BOTTOM: #666666 1px solid
}
.bg-bottom-line-div {
BORDER-BOTTOM: #666666 1px solid; BACKGROUND-COLOR: #eeeeee
}
.la {
FONT-SIZE: 11px; COLOR: #444444; TEXT-DECORATION: none
}
.lb {
FONT-SIZE: 11px; COLOR: #000066; TEXT-DECORATION: none
}
A.la:hover {
COLOR: #3A734A; TEXT-DECORATION: underline
}
A.lb:hover {
COLOR: #3A734A; TEXT-DECORATION: underline
}
.b {
FONT-SIZE: 11px; COLOR: #222222; TEXT-DECORATION: none
}
.b-s {
FONT-SIZE: 10px; COLOR: #222222; TEXT-DECORATION: none
}
.b-l {
FONT-SIZE: 12px; COLOR: #222222; TEXT-DECORATION: none
}
A.b:hover {
COLOR: #ff6600; TEXT-DECORATION: underline
}
A.b-l:hover {
COLOR: #ff6600; TEXT-DECORATION: underline
}
A.b-s:hover {
COLOR: #ff6600; TEXT-DECORATION: underline
}
.g {
FONT-SIZE: 11px; COLOR: #777777; TEXT-DECORATION: none
}
.g-b {
FONT-SIZE: 11px; COLOR: #666666; TEXT-DECORATION: none
}
.g-s {
FONT-SIZE: 10px; COLOR: #666666; TEXT-DECORATION: none
}
.g-l {
FONT-SIZE: 12px; COLOR: #666666; TEXT-DECORATION: none
}
.lg {
FONT-SIZE: 11px; COLOR: #cccccc; TEXT-DECORATION: none
}
A.g:hover {
COLOR: #8a8d52; TEXT-DECORATION: underline
}
A.g-l:hover {
COLOR: #8a8d52; TEXT-DECORATION: underline
}
A.g-s:hover {
COLOR: #8a8d52; TEXT-DECORATION: underline
}
.dir-a {
FONT-SIZE: 11px; COLOR: #bbb89d; TEXT-DECORATION: none
}
.grn-a {
FONT-SIZE: 11px; COLOR: #848642; TEXT-DECORATION: none
}
.a {
FONT-SIZE: 11px; COLOR: red; TEXT-DECORATION: none
}
.a-l {
FONT-SIZE: 12px; COLOR: red; TEXT-DECORATION: none
}
.a-s {
FONT-SIZE: 10px; COLOR: red; TEXT-DECORATION: none
}
.w {
FONT-SIZE: 11px; COLOR: #ffffff; TEXT-DECORATION: none
}
.w-l {
FONT-SIZE: 12px; COLOR: #ffffff; TEXT-DECORATION: none
}
.w-s {
FONT-SIZE: 10px; COLOR: #ffffff; TEXT-DECORATION: none
}
A.w:hover {
COLOR: #006699; TEXT-DECORATION: underline
}
A.w-l:hover {
COLOR: #006699; TEXT-DECORATION: underline
}
A.w-s:hover {
COLOR: #006699; TEXT-DECORATION: underline
}
.bttn {
BORDER-RIGHT: #999999 1px outset; BORDER-TOP: #999999 1px outset; FONT-WEIGHT: bold; FONT-SIZE: 11px; BORDER-LEFT: #999999 1px outset; CURSOR: hand; COLOR: #333333; BORDER-BOTTOM: #999999 1px outset; BACKGROUND-COLOR: #f4f4f4
}
.bttn-a {
BORDER-RIGHT: #213418 1px outset; BORDER-TOP: #213418 1px outset; FONT-WEIGHT: bold; FONT-SIZE: 11px; BORDER-LEFT: #213418 1px outset; CURSOR: hand; COLOR: #ffffff; BORDER-BOTTOM: #213418 1px outset; BACKGROUND-COLOR: #213418
}
.bttn-s {
BORDER-RIGHT: #999999 1px outset; BORDER-TOP: #999999 1px outset; FONT-SIZE: 11px; BORDER-LEFT: #999999 1px outset; CURSOR: pointer; COLOR: #3A734A; BORDER-BOTTOM: #999999 1px outset; BACKGROUND-COLOR: #f4f4f4;background-image:url(images/topbg.jpg)
}
.bttn-d {
BORDER-RIGHT: #999999 1px outset; BORDER-TOP: #999999 1px outset; FONT-SIZE: 11px; BORDER-LEFT: #999999 1px outset; CURSOR: pointer; COLOR: #3A734A; BORDER-BOTTOM: #999999 1px outset; BACKGROUND-COLOR: #00FF66;
}
.field {
FONT-SIZE: 12px
}
.f-b {
FONT-SIZE: 11px; COLOR: #333333; BACKGROUND-COLOR: #e1e1e1
}
.f-c {
FONT-SIZE: 11px; COLOR: #111111; BACKGROUND-COLOR: #FFFFFF
}
.f-d {
FONT-SIZE: 11px; COLOR: #000000; BACKGROUND-COLOR: #f4f4f4
}
#loading {
Z-INDEX: 2; LEFT: 45%; VISIBILITY: hidden; POSITION: absolute; TOP: 150px; BACKGROUND-COLOR: #ffffff
}
.paging {
FONT-SIZE: 11px; COLOR: #336699; TEXT-DECORATION: underline
}
A.paging:hover {
COLOR: #ff6600
}
.sitename {
letter-spacing: normal;
FONT-WEIGHT: bold;
FONT-SIZE: 28px;
COLOR: #ffffff;
FONT-FAMILY: Arial, Helvetica, sans-serif
}
.sitename1 {
letter-spacing: normal;
FONT-WEIGHT: bold;
FONT-SIZE: 11px;
COLOR: #ffffff;
FONT-FAMILY: Arial, Helvetica, sans-serif
}
.sitenameline {
letter-spacing: normal;
FONT-WEIGHT: normal;
FONT-SIZE: 16px;
COLOR: #00386B;
FONT-FAMILY: Arial, Helvetica, sans-serif
}
.solidinput {
BORDER-RIGHT: #999999 1px outset;
BORDER-TOP: #999999 1px outset;
FONT-SIZE: 10px;
BORDER-LEFT: #999999 1px outset;
COLOR: #333333;
BORDER-BOTTOM: #999999 1px outset;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
INPUT {
font-family: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 11px
}
SELECT {
font-family: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 11px
}
TEXTAREA {
font-family: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 11px
}
.lemon {
background-color: #F2FABE;
}
.pink {
background-color: #FEE2FE;
}
.blue {
background-color: #CAE4F9;
}
.orange {
background-color: #F7D9B9;
}
.input1 {
background-color: #CCCCCC;
border: thin solid #000000;
}
.form_back
{
background-image:url(images/login/mid-bg.jpg);
background-repeat:repeat-x;
background-color:#F6F6F6;
}
.formbg {
background-color: #F6F6F6;
background-image: url(images/login/formbg.jpg);
background-repeat: repeat-x;
background-position: left top;
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 1px;
border-left-width: 0px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #999999;
border-right-color: #999999;
border-bottom-color: #999999;
border-left-color: #999999;
}
.form111 {
background-image: url(images/login/formbg11.jpg);
background-repeat: repeat-x;
background-position: left top;
border-top-width: 1px;
border-right-width: 0px;
border-bottom-width: 1px;
border-left-width: 0px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #999999;
border-right-color: #999999;
border-bottom-color: #999999;
border-left-color: #999999;
font-family: arial;
font-size: 14px;
font-weight: bold;
color: #3A734A;
text-decoration: none;
}
.rightbdr {
border-top-width: 0px;
border-right-width: 1px;
border-bottom-width: 0px;
border-left-width: 0px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #CCCCCC;
border-right-color: #CCCCCC;
border-bottom-color: #CCCCCC;
border-left-color: #CCCCCC;
}
TD.dataLabel {
PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px
}
.dataLabel {
FONT-WEIGHT: normal; FONT-SIZE: 12px; TEXT-ALIGN: right; COLOR: #444444
}
.dataLabel_other {
FONT-WEIGHT: normal; FONT-SIZE: 12px; COLOR: #444444
}
.dataField {
FONT-WEIGHT: normal; FONT-SIZE: 12px
}
.mng_font{
font-family:Arial;
font-size: 11px;
font-weight:bold;
color: #000000;
text-decoration: none;
}
.mail_font{
font-family:Arial, Helvetica, sans-serif;
color:#3A734A;
font-weight:bold;
font-size:11px;
}
.b2 {
background-image: url(images/b2.jpg);
background-repeat: repeat-x;
background-position: left top;
}
a.linkgreybold {
font-family: tahoma;
font-size: 11px;
font-weight: bold;
color: #5A5A5A;
text-decoration: none;
}
a.linkgreybold:hover {
font-family: tahoma;
font-size: 11px;
font-weight: bold;
color: #000000;
text-decoration: none;
}
.stat_linkgreybold {
font-family: tahoma;
font-size: 11px;
font-weight: bold;
color: #3A734A;
text-decoration: none;
}
a.stat_linkgreybold:hover {
font-family: tahoma;
font-size: 11px;
font-weight: bold;
color: #3A734A;
text-decoration: none;
}
a.folder_link{
font:Arial, Helvetica, sans-serif;
color:#444444;
font-weight:bold;
}
a.folder_link:hover{
font:Arial, Helvetica, sans-serif;
color:3A734A;
font-weight:bold;
}
a.folder_linkn{
font:Arial, Helvetica, sans-serif;
color:#444444;
font-weight:normal;
}
a.folder_linkn:hover{
font:Arial, Helvetica, sans-serif;
color:#3A734A;
font-weight:normal;
}
.tdt-top {
background-image: url(images/td-top.jpg);
background-repeat: repeat-x;
background-position: left top;
}
a.linkgrey {
font-family: tahoma;
font-size: 11px;
font-weight: normal;
color: #525252;
text-decoration: none;
}
a.linkgrey:hover {
font-family: tahoma;
font-size: 11px;
font-weight: normal;
color: #000000;
text-decoration: underline;
}
.whitebottombdr {
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 1px;
border-left-width: 0px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #FFFFFF;
border-right-color: #FFFFFF;
border-bottom-color: #FFFFFF;
border-left-color: #FFFFFF;
}
a.foldermail {
font-family: tahoma;
font-size: 11px;
font-weight: bold;
color: #525252;
text-decoration: underline;
}
a.foldermail:hover {
font-family: tahoma;
font-size: 11px;
font-weight: bold;
color: #3A734A;
text-decoration: underline;
}
.resource {
font-family: tahoma;
font-size: 11px;
font-weight: normal;
color: #444444;
text-decoration: none;
}
a.link2 {
font-family: tahoma;
font-size: 11px;
font-weight: none;
color: #666666;
text-decoration: underline;
}
a.link2:hover {
font-family: tahoma;
font-size: 11px;
font-weight: normal;
color: #3A734A;
text-decoration: underline;
}
.table_bdr {
border: 1px solid #333333;
}
a.res_img {
font-family: tahoma;
font-size: 11px;
font-weight: bold;
color: #3A734A;
text-decoration: underline;
}
a.res_img:hover {
font-family: tahoma;
font-size: 11px;
font-weight: bold;
color: #666666;
text-decoration: underline;
}
.inputCheck { font-family: verdana; font-size: 11px; color: #000000; border 0px none; background:none; }
.t-proimagetable {
BORDER-RIGHT: #cccccc 1px solid; BORDER-TOP: #cccccc 1px solid; MARGIN-TOP: 0.1em; MARGIN-BOTTOM: 0.3em; BORDER-LEFT: #cccccc 0px solid; BORDER-BOTTOM: #cccccc 0px solid
}
.t-proimagetable TH {
BORDER-RIGHT: #cccccc 0px solid; PADDING-RIGHT: 3px; BORDER-TOP: #cccccc 0px solid; PADDING-LEFT: 3px; PADDING-BOTTOM: 3px; BORDER-LEFT: #cccccc 1px solid; PADDING-TOP: 3px; BORDER-BOTTOM: #cccccc 1px solid
}
.t-proimagetable TD {
BORDER-RIGHT: #cccccc 0px solid; PADDING-RIGHT: 3px; BORDER-TOP: #cccccc 0px solid; PADDING-LEFT: 3px; PADDING-BOTTOM: 3px; BORDER-LEFT: #cccccc 1px solid; PADDING-TOP: 3px; BORDER-BOTTOM: #cccccc 1px solid
}
/* NEW ADMIN OFFERS PANEL */
#ezadmin_top
{
background: url(images/ezoffers_admin.gif);
height: 50px;
padding: 0px;
margin: 0px;
}
.ezadmin_link_h1
{
font-family: arial;
font-size: 14px;
font-weight: bold;
color: #3366CC;
text-decoration: none;
}
.ezadmin_link_h1:hover
{
font-family: arial;
font-size: 14px;
font-weight: bold;
color: #CC0000;
text-decoration: none;
}
.item_number
{
font-size: 38px;
font-weight: bold;
color: #FF0000;
}
.item_number_blue
{
font-size: 38px;
font-weight: bold;
color: #3366FF;
} | 0.261142 | 0.101456 |
@import url('https://fonts.googleapis.com/css2?family=Cookie&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gideon+Roman&family=Mukta&family=Poppins&display=swap');
:root {
--color-yellow-cream: #fffbc2;
--color-light-skyblue: hsl(197, 63%, 79%);
--color-skyblue: hsl(197, 96%, 70%);
--color-dark-skyblue: rgb(44, 84, 100);
--color-dark-violet: rgb(71, 30, 71);
--color-raspberry: rgb(83, 23, 51);
}
body {
border-radius: 10px;
font-family: 'Poppins', sans-serif;
font-weight: 400;
font-size: 1.2rem;
line-height: 1.8rem;
}
body::before {
content: '';
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: var(--color-light-skyblue);
z-index: -1;
}
.navbar-bio {
position: fixed;
top: 0;
width: 100%;
height: auto;
background-color: transparent;
padding: 0;
}
.navbar-bio ul {
display: flex;
flex-direction: row;
margin: 0;
padding: 0;
list-style: none;
align-items: stretch;
justify-content: center;
}
.navbar-bio ul li {
height: 100%;
background-color:chocolate;
color: beige;
padding: 0.4em 0.7em;
transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
box-shadow: var(--color-dark-skyblue) 2px 0.1em;
}
.navbar-bio ul li a {
font-size: 1.4em;
color: inherit;
}
.navbar-bio ul li:hover {
background-color: rgb(0, 255, 242);
color:rgb(0, 0, 0);
}
a {
text-decoration: none;
}
.header-bio {
text-align: center;
margin: 1.2em auto;
padding: 2em;
}
.title-bio {
font-size: 3em;
line-height: 1.5em;
font-weight: 900;
margin: 20px auto;
color: var(--color-dark-violet);
}
.container-bio {
display: flex;
flex-direction: column;
align-items: center;
}
.container-bio::before {
margin-top: 10em;
}
.title-caption-bio {
font-size: 2em;
line-height: 1em;
font-weight: 500;
text-align: center;
margin: 1em auto auto auto;
color: var(--color-raspberry);
}
.summary-bio {
display: flex;
flex-direction: row;
flex-wrap: wrap;
background-color: var(--color-skyblue);
border-radius: 3px;
border-width: 0.2em;
border-style: outset;
border-color: var(--color-dark-skyblue);
margin: auto;
padding: 20px;
text-align: center;
}
.figure-bio {
width: 400px;
}
.image-bio {
display: block;
border-radius: 3px;
max-width: 100%;
width: 100%;
height: auto;
margin: auto;
}
.image-caption-bio {
margin: 10px auto;
}
.summary-list {
width: 300px;
list-style: none;
text-align: left;
padding: 0;
}
.achievements-bio {
padding-left: 1em;
list-style: none;
}
.achievements-bio li::before {
content: '- ';
}
@media (max-width: 1023px) {
.container-bio {
padding: 1em;
margin: auto;
}
.summary-bio {
flex-direction: column;
max-width: 100%;
margin: auto;
padding: 0.4em;
}
.figure-bio {
max-width: 100%;
padding: 0;
}
.image-bio {
max-width: 100%;
margin: auto;
}
}
.list-bio {
max-width: 100%;
width: 550px;
height: auto;
margin: 10px auto;
text-align: justify;
}
@media (max-width:767px) {
.image-bio {
max-width: 80%;
}
.figure-bio {
max-width: 80%;
}
.list-bio {
padding-left: 0;
overflow-x: auto;
white-space: pre-wrap;
}
}
.quote-bio {
font-style: italic;
font-family: 'Gideon Roman', monospace;
}
.read-more-bio {
margin: 20px auto;
font-size: 1.2em;
color: rgb(0, 0, 0);
}
.link-bio {
color: rgb(84, 65, 116);
text-decoration: none;
transition: color 0.3s ease-out;
}
.link-bio:hover {
color: rgb(0, 0, 124);
} | css/styles.css | @import url('https://fonts.googleapis.com/css2?family=Cookie&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gideon+Roman&family=Mukta&family=Poppins&display=swap');
:root {
--color-yellow-cream: #fffbc2;
--color-light-skyblue: hsl(197, 63%, 79%);
--color-skyblue: hsl(197, 96%, 70%);
--color-dark-skyblue: rgb(44, 84, 100);
--color-dark-violet: rgb(71, 30, 71);
--color-raspberry: rgb(83, 23, 51);
}
body {
border-radius: 10px;
font-family: 'Poppins', sans-serif;
font-weight: 400;
font-size: 1.2rem;
line-height: 1.8rem;
}
body::before {
content: '';
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: var(--color-light-skyblue);
z-index: -1;
}
.navbar-bio {
position: fixed;
top: 0;
width: 100%;
height: auto;
background-color: transparent;
padding: 0;
}
.navbar-bio ul {
display: flex;
flex-direction: row;
margin: 0;
padding: 0;
list-style: none;
align-items: stretch;
justify-content: center;
}
.navbar-bio ul li {
height: 100%;
background-color:chocolate;
color: beige;
padding: 0.4em 0.7em;
transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
box-shadow: var(--color-dark-skyblue) 2px 0.1em;
}
.navbar-bio ul li a {
font-size: 1.4em;
color: inherit;
}
.navbar-bio ul li:hover {
background-color: rgb(0, 255, 242);
color:rgb(0, 0, 0);
}
a {
text-decoration: none;
}
.header-bio {
text-align: center;
margin: 1.2em auto;
padding: 2em;
}
.title-bio {
font-size: 3em;
line-height: 1.5em;
font-weight: 900;
margin: 20px auto;
color: var(--color-dark-violet);
}
.container-bio {
display: flex;
flex-direction: column;
align-items: center;
}
.container-bio::before {
margin-top: 10em;
}
.title-caption-bio {
font-size: 2em;
line-height: 1em;
font-weight: 500;
text-align: center;
margin: 1em auto auto auto;
color: var(--color-raspberry);
}
.summary-bio {
display: flex;
flex-direction: row;
flex-wrap: wrap;
background-color: var(--color-skyblue);
border-radius: 3px;
border-width: 0.2em;
border-style: outset;
border-color: var(--color-dark-skyblue);
margin: auto;
padding: 20px;
text-align: center;
}
.figure-bio {
width: 400px;
}
.image-bio {
display: block;
border-radius: 3px;
max-width: 100%;
width: 100%;
height: auto;
margin: auto;
}
.image-caption-bio {
margin: 10px auto;
}
.summary-list {
width: 300px;
list-style: none;
text-align: left;
padding: 0;
}
.achievements-bio {
padding-left: 1em;
list-style: none;
}
.achievements-bio li::before {
content: '- ';
}
@media (max-width: 1023px) {
.container-bio {
padding: 1em;
margin: auto;
}
.summary-bio {
flex-direction: column;
max-width: 100%;
margin: auto;
padding: 0.4em;
}
.figure-bio {
max-width: 100%;
padding: 0;
}
.image-bio {
max-width: 100%;
margin: auto;
}
}
.list-bio {
max-width: 100%;
width: 550px;
height: auto;
margin: 10px auto;
text-align: justify;
}
@media (max-width:767px) {
.image-bio {
max-width: 80%;
}
.figure-bio {
max-width: 80%;
}
.list-bio {
padding-left: 0;
overflow-x: auto;
white-space: pre-wrap;
}
}
.quote-bio {
font-style: italic;
font-family: 'Gideon Roman', monospace;
}
.read-more-bio {
margin: 20px auto;
font-size: 1.2em;
color: rgb(0, 0, 0);
}
.link-bio {
color: rgb(84, 65, 116);
text-decoration: none;
transition: color 0.3s ease-out;
}
.link-bio:hover {
color: rgb(0, 0, 124);
} | 0.627723 | 0.100967 |
aside {
display: block;
position: relative;
margin: 1% 0 0 8.5%;
font-family: 'Josefin Sans', 'Helvetica';33
}
/*
.csstransforms aside {
border-left: 34px solid #369;
padding-left: 10px;
}*/
/*.csstransforms aside h1 {
top: 0;
left: 0;
-webkit-transform-origin: 0 0;
-moz-transform-origin: 0 0;
-ms-transform-origin: 0 0;
-o-transform-origin: 0 0;
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
}*/
#header{
/*height: 400px;*/
margin-left:-25px;
position: fixed;
top: 0; left: 0; bottom: 0; right: 0;
overflow: auto;
}
#header h1 {
font-size: 2em;
font-family: 'Josefin Sans' , 'sans-serif';
margin-top: 150px;
color: #e50000;
font-weight: normal;
padding: 30px;
letter-spacing: .25em;
z-index: 1000;
float: left;
position: relative;
}
h4 {
font-size: 1em;
color: #e50000;
margin: 90px 0 0 5px;
position: absolute;
}
.counter {
text-align: center;
margin: 360px 0 0 -54px;
float: left;
position: absolute;
}
.divideCounter {
width: 26px;
border-bottom: 1px solid #e50000;
margin-top: 8em;
position: absolute;
}
#content {
border-radius:8px;
background:#fff;
padding:20px;
}
.nav_btn img{
margin: 475px 0 0 -370px;
z-index: 500;
float: left;
position: relative;
}
h3 {
font-size: 5em;
color: #e50000;
font-weight: bold;
width: 30%;
}
.bg {
position: fixed;
z-index: -1;
top: 0;
right: 0;
bottom: 0;
left: 0;
transition: .25s;
pointer-events: none;
background-color: #333333;
}
li a {
font-size: 4em;
font-weight: bold;
color: #fff;
line-height: 2.5em;
display:block;
/* width:20%;
*/ padding:15px 0;
text-align:center;
transition:.25s;
}
a:hover {
/*margin:-10px 0 0 0;*/
color: #f2f2f2;
}
/*.navigation {
width: 50%;
background-color: #000;
}*/
nav {
position: absolute;
left: 0;
top: 0;
-webkit-transition: all .3s ease-out;
-moz-transition: all .3s ease-out;
-ms-transition: all .3s ease-out;
-o-transition: all .3s ease-out;
transition: all .3s ease-out;
}
.menu {
/* margin-left: -40px;
float: left;*/
width: 30%;
margin: auto; /* Center the item vertically & horizontally */
position: absolute; /* Break it out of the regular flow */
top: 0; left: 0; bottom: 0; right: 0;
z-index: 1;
}
.menu li:first-child:hover ~ .bg {
background: #facfc3;
}
.menu li:nth-child(2):hover ~ .bg {
background: #f6b09f;
}
.menu li:nth-child(3):hover ~ .bg {
background: #f18e7b;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
#header {
margin-left: 5px;
}
}
@media only screen and (min-width: 250px) and (max-width: 769px) {
#header h1 {
font-size: 2em;
font-family: 'Josefin Sans' , 'sans-serif';
margin-top: 15px;
color: #e50000;
font-weight: normal;
padding: 15px;
letter-spacing: .25em;
z-index: 1000;
text-align: center;
}
.center {
width: 50%;
height: auto;
padding: 0; }
} | css/nav.css | aside {
display: block;
position: relative;
margin: 1% 0 0 8.5%;
font-family: 'Josefin Sans', 'Helvetica';33
}
/*
.csstransforms aside {
border-left: 34px solid #369;
padding-left: 10px;
}*/
/*.csstransforms aside h1 {
top: 0;
left: 0;
-webkit-transform-origin: 0 0;
-moz-transform-origin: 0 0;
-ms-transform-origin: 0 0;
-o-transform-origin: 0 0;
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
}*/
#header{
/*height: 400px;*/
margin-left:-25px;
position: fixed;
top: 0; left: 0; bottom: 0; right: 0;
overflow: auto;
}
#header h1 {
font-size: 2em;
font-family: 'Josefin Sans' , 'sans-serif';
margin-top: 150px;
color: #e50000;
font-weight: normal;
padding: 30px;
letter-spacing: .25em;
z-index: 1000;
float: left;
position: relative;
}
h4 {
font-size: 1em;
color: #e50000;
margin: 90px 0 0 5px;
position: absolute;
}
.counter {
text-align: center;
margin: 360px 0 0 -54px;
float: left;
position: absolute;
}
.divideCounter {
width: 26px;
border-bottom: 1px solid #e50000;
margin-top: 8em;
position: absolute;
}
#content {
border-radius:8px;
background:#fff;
padding:20px;
}
.nav_btn img{
margin: 475px 0 0 -370px;
z-index: 500;
float: left;
position: relative;
}
h3 {
font-size: 5em;
color: #e50000;
font-weight: bold;
width: 30%;
}
.bg {
position: fixed;
z-index: -1;
top: 0;
right: 0;
bottom: 0;
left: 0;
transition: .25s;
pointer-events: none;
background-color: #333333;
}
li a {
font-size: 4em;
font-weight: bold;
color: #fff;
line-height: 2.5em;
display:block;
/* width:20%;
*/ padding:15px 0;
text-align:center;
transition:.25s;
}
a:hover {
/*margin:-10px 0 0 0;*/
color: #f2f2f2;
}
/*.navigation {
width: 50%;
background-color: #000;
}*/
nav {
position: absolute;
left: 0;
top: 0;
-webkit-transition: all .3s ease-out;
-moz-transition: all .3s ease-out;
-ms-transition: all .3s ease-out;
-o-transition: all .3s ease-out;
transition: all .3s ease-out;
}
.menu {
/* margin-left: -40px;
float: left;*/
width: 30%;
margin: auto; /* Center the item vertically & horizontally */
position: absolute; /* Break it out of the regular flow */
top: 0; left: 0; bottom: 0; right: 0;
z-index: 1;
}
.menu li:first-child:hover ~ .bg {
background: #facfc3;
}
.menu li:nth-child(2):hover ~ .bg {
background: #f6b09f;
}
.menu li:nth-child(3):hover ~ .bg {
background: #f18e7b;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
#header {
margin-left: 5px;
}
}
@media only screen and (min-width: 250px) and (max-width: 769px) {
#header h1 {
font-size: 2em;
font-family: 'Josefin Sans' , 'sans-serif';
margin-top: 15px;
color: #e50000;
font-weight: normal;
padding: 15px;
letter-spacing: .25em;
z-index: 1000;
text-align: center;
}
.center {
width: 50%;
height: auto;
padding: 0; }
} | 0.329931 | 0.098079 |
@import url('https://fonts.googleapis.com/css?family=Arimo');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Lato');
@import url('https://fonts.googleapis.com/css?family=Droid+Serif');
@import url('https://fonts.googleapis.com/css?family=Neuton');
@import url('https://fonts.googleapis.com/css?family=Quattrocento');
@import url('https://fonts.googleapis.com/css?family=Architects+Daughter');
@import url('https://fonts.googleapis.com/css?family=Coming+Soon');
@import url('https://fonts.googleapis.com/css?family=Cabin+Sketch');
@import url('https://fonts.googleapis.com/css?family=Dancing+Script');
@import url('https://fonts.googleapis.com/css?family=Permanent+Marker');
@import url('https://fonts.googleapis.com/css?family=Rochester');
html{
background-color: rgba(52,73,94,1) !important;
}
body {
font-family: "Open Sans" !important;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-repeat:no-repeat;/*we want to have one single image not a repeated one*/
background-size:cover;/*this sets the image to fullscreen covering the whole screen*/
/*css hack for ie*/
background-attachment: fixed;
cursor: auto !important;
min-height: 100vh;
}
::-webkit-scrollbar {
display: none;
}
.modal{
margin-top: 50px;
}
.modal_color{
background-color: #017e9b;
color: #fff;
}
.modal_color_content{
background-color: #79d3e8;
}
.div_editorpreview_float_left {
float: left;
}
.div_editorpreview_100_percent {
width: 100% !important;
}
.labeling_style{
padding:0!important;
font-size: 12px;
color: rgb(255, 255, 255);
letter-spacing: 1px;
}
.blockTabArea_settings {
padding-top: 10px;
padding-bottom: 10px;
}
.settings_input_field{
width:80%!important;
border-top-right-radius:0!important;
border-bottom-right-radius:0!important;
}
.settings_input_field_btn{
width:20%!important;
height:30px;
border-radius:0 4px 4px 0;
}
.ui-slider .ui-slider-handle {
border-radius:100px;
outline-style:none;
}
/*
HOVER OVER ELEMENT
*/
.hover_show_my_border{
position: relative;
border-radius: -2px 0 -2px -2px;
box-shadow: 0 0 0px 3px rgba(229, 55, 218, 1);
transition: box-shadow .5s;
cursor: default;
}
.place_here_div{
box-shadow: 0 0 0px 3px rgba(119, 230, 47, 1);
}
.hover_show_my_border_main_container{
box-shadow: 0 0 0px 3px rgb(119, 230, 47) !important;
transition: box-shadow .5s;
}
.hover_show_my_border_container{
box-shadow: 0 0 0px 3px rgb(255, 73, 0) !important;
transition: box-shadow .5s;
}
.hover_show_my_border_row{
box-shadow: 0 0 0px 3px rgb(110, 52, 188) !important;
transition: box-shadow .5s;
}
.hover_show_my_border_div{
box-shadow: 0 0 0px 3px rgb(0, 230, 0) !important;
transition: box-shadow .5s;
}
.hover_show_my_border_ele{
box-shadow: 0 0 0px 3px rgba(229, 55, 218, 1) !important;
transition: box-shadow .5s;
}
.container_box_shadow{
box-shadow: 0 0 0px 1px rgba(255, 73, 0, .2);
}
.row_box_shadow{
box-shadow: 0 0 0px 1px rgba(110, 52, 188, .2);
}
.div_box_shadow{
box-shadow: 0 0 0px 1px rgba(0, 230, 0, .2);
}
.click_show_my_border{
box-shadow: 0 0 4px 4px rgb(202, 38, 30);
transition: box-shadow .5s;
}
.click_show_my_border_bottom{
box-shadow: 0 4px 0px rgb(5, 24, 5);
transition: box-shadow .5s;
}
.up_settings_menu i:hover{
cursor: pointer;
/*background-color: rgba(0, 126, 165, 0);*/
}
.up_settings_menu i{
padding: 3px;
color: white;
padding: 3px;
border-radius: 20px;
text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 3px !important;
margin-left: 2px;
}
.up_settings_menu{
display: none;
position: absolute;
background-color: rgba(229, 55, 218, 0) !important;
padding: 3px ! important;
font-size: 14px;
border-radius: 4px 4px 0 0;
right: 50%;
top:-19.5px;
line-height: initial;
}
.move_me_please i:hover{
cursor: pointer;
}
.move_me_please i{
padding: 3px;
color: white;
padding: 3px;
text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 3px !important;
margin-left: 2px;
}
.move_me_please{
position: absolute;
background-color: rgba(229, 55, 218, 0);
padding: 3px ! important;
font-size: 14px;
left: -5px;
top: -5px;
line-height: initial;
}
.remove_me_please i:hover{
cursor: pointer;
}
.remove_me_please i{
padding: 3px;
color: white;
padding: 3px;
text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 3px !important;
margin-left: 2px;
}
.remove_me_please{
position: absolute;
background-color: rgba(229, 55, 218, 0) !important;
padding: 3px ! important;
font-size: 14px;
right: -2px;
top: -5px;
line-height: initial;
}
.resize_btn{
position: absolute;
background-color: rgba(229, 55, 218, 1) !important;
width: 50px;
padding: 3px ! important;
font-size: 14px;
right: -2px;
top: -5px;
line-height: initial;
}
.add_new_btn span:hover{
cursor: pointer;
/*transition: all .6s;
transform: rotate(180deg);*/
}
.add_new_btn span{
color: white;
font-size: 16px;
/* background-color: white;*/
border-radius: 30px;
/* box-shadow: 0 0 5px #0060A5;*/
padding: 0px !important;
text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 3px;
margin-top: 5px;
}
.add_new_btn{
position: absolute;
display: none;
width: 35px;
bottom: -15px;
padding: 0px ! important;
left: 47%;
}
.circle {
width: 25px;
height: 25px;
background: rgba(229, 55, 218, 1);
-moz-border-radius: 50px;
-webkit-border-radius: 50px;
border-radius: 50px;
cursor: pointer;
-webkit-transition:height .25s ease, width .25s ease;
transition:height .25s ease, width .25s ease;
-webkit-transform:translate(-50%,-50%);
transform:translate(-50%,-50%);
}
.circle:before,
.circle:after {
content:'';
display:block;
position:absolute;
top:0; right:0; bottom:0; left:0;
border-radius:50%;
border:1px solid rgba(229, 55, 218, 1);
}
.circle:before {
-webkit-animation: ripple 2s linear infinite;
animation: ripple 2s linear infinite;
}
.circle:after {
-webkit-animation: ripple 2s linear 1s infinite;
animation: ripple 2s linear 1s infinite;
}
.circle:hover:before,
.circle:hover:after {
-webkit-animation: none;
animation: none;
}
.circle_container{
background-color: rgb(255, 73, 0) !important;
}
.circle_container:before,
.circle_container:after {
border:1px solid rgb(255, 73, 0) !important;
}
.circle_container:before {
-webkit-animation: ripple 2s linear infinite;
animation: ripple 2s linear infinite;
}
.circle_container:after {
-webkit-animation: ripple 2s linear 1s infinite;
animation: ripple 2s linear 1s infinite;
}
.circle_row{
background-color: rgb(110, 52, 188) !important;
}
.circle_row:before,
.circle_row:after {
border:1px solid rgb(110, 52, 188) !important;
}
.circle_row:before {
-webkit-animation: ripple 2s linear infinite;
animation: ripple 2s linear infinite;
}
.circle_row:after {
-webkit-animation: ripple 2s linear 1s infinite;
animation: ripple 2s linear 1s infinite;
}
.circle_div{
background-color: rgb(0, 230, 0) !important;
}
.circle_div:before,
.circle_div:after {
border:1px solid rgb(0, 230, 0) !important;
}
.circle_div:before {
-webkit-animation: ripple 2s linear infinite;
animation: ripple 2s linear infinite;
}
.circle_div:after {
-webkit-animation: ripple 2s linear 1s infinite;
animation: ripple 2s linear 1s infinite;
}
@-webkit-keyframes ripple{
0% {-webkit-transform:scale(1); }
75% {-webkit-transform:scale(1.5); opacity:1;}
100% {-webkit-transform:scale(1.75); opacity:0;}
}
@keyframes ripple{
0% {transform:scale(1); }
75% {transform:scale(1.5); opacity:1;}
100% {transform:scale(1.75); opacity:0;}
}
.move_btn_div{
border-radius: 4px 4px 0 0;
font-size: 17px;
cursor: move;
position: absolute;
color: white;
padding-bottom: 6px;
padding-left: 4px;
padding-top: 4px;
padding-right: 2px;
margin-left: 4px;
top: -31px;
right: 74px;
}
.show_my_cursor_as_move{
cursor: move;
}
.div_editorpreview{
padding: 40px;
height: 100%;
left: 0;
right: 0;
bottom: 0;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
background-attachment: fixed;
}
.div_editorpreview *{
-webkit-transition: width .2s; /* Safari */
-webkit-transition-timing-function: linear; /* Safari */
transition: padding .2s;
transition-timing-function: linear;
}
.snippet_img:hover{
opacity: .5;
transform: scale(1.05);
}
.modal_close_btn{
background: #000000;
border-radius: 50%;
border: 2px solid #ffffff;
cursor: pointer;
font-size: 16px;
font-weight: 800;
color: #fff;
padding: 0 7px;
position: absolute;
right: -12px;
top: -15px;
font-family: sans-serif;
padding-top: 1px;
box-shadow: -2px 2px 2px 0px rgba(62, 92, 103, 1);
}
.single_snippet_div{
border: 1px solid blue;
margin: 5px;
cursor: pointer;
min-width: 100px;
box-shadow: 2px 2px 1px #888888;
}
.single_snippet_div:hover{
background-color: rgba(31, 97, 141,.6);
}
.single_snippet_div .snippet_icon{
margin-top: 10%;
overflow:hidden;
background-repeat: no-repeat;
background-size: contain;
}
.checkbox_snippet {
margin-bottom:50px;
}
.checkbox_snippet [type="checkbox"]:not(:checked),
.checkbox_snippet [type="checkbox"]:checked {
position: absolute;
left: -9999px;
}
.checkbox_snippet [type="checkbox"]:not(:checked) + label,
.checkbox_snippet [type="checkbox"]:checked + label {
position: relative;
padding-left: 1.95em;
cursor: pointer;
font-size:15px;
color: #40484e ;
}
/* checkbox aspect */
.checkbox_snippet [type="checkbox"]:not(:checked) + label:before,
.checkbox_snippet [type="checkbox"]:checked + label:before {
content: '';
position: absolute;
left: 0;
top: 1.3px;
width: 1.25em; height: 1.25em;
border: 2px solid #ccc;
background: #fff;
border-radius: 4px;
box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
}
/* checked mark aspect */
.checkbox_snippet [type="checkbox"]:not(:checked) + label:after,
.checkbox_snippet [type="checkbox"]:checked + label:after {
content: '✓';
position: absolute;
top: .21em;
left: .1em;
font-size: 1.3em;
line-height: 0.8;
color: #09ad7e ;
transition: all .2s;
}
/* checked mark aspect changes */
.checkbox_snippet [type="checkbox"]:not(:checked) + label:after {
opacity: 0;
transform: scale(0);
}
.checkbox_snippet [type="checkbox"]:checked + label:after {
opacity: 1;
transform: scale(1);
}
/* disabled checkbox */
.checkbox_snippet [type="checkbox"]:disabled:not(:checked) + label:before,
.checkbox_snippet [type="checkbox"]:disabled:checked + label:before {
box-shadow: none;
border-color: #bbb;
background-color: #ddd;
}
.checkbox_snippet [type="checkbox"]:disabled:checked + label:after {
color: #999;
}
.checkbox_snippet [type="checkbox"]:disabled + label {
color: #aaa;
}
/* accessibility */
.checkbox_snippet [type="checkbox"]:checked:focus + label:before,
.checkbox_snippet [type="checkbox"]:not(:checked):focus + label:before {
/*border: 2px dotted blue;*/
}
.padding-10px{
padding: 7px;
}
.panel-body input,select,option{
font-size: 12px !important;
}
.button {
padding: 2px;
display: none;
}
.main_image_div {
cursor: pointer;
width: 135px;
max-width: 138px;
padding-left: 5px ;
padding-right: 5px;
display: inline-block;
}
.main_image_div:hover .button {
display: block;
position: absolute;
left: 0;
right: 0;
bottom: 20px;
width: 100%;
text-align: center;
transition: 1s;
}
.media_image {
width: 100%; /* or any custom size */
height: 100%;
object-fit: cover;
}
.main_image_div:hover .media_image {
-webkit-filter: blur(1px); /* Safari 6.0 - 9.0 */
filter: blur(1px);
-moz-transform: scale(1.05);
-webkit-transform: scale(1.05);
transform: scale(1.05);
transition: 1s;
}
.heart {
font-size: 100px;
color: #e00;
animation: beat .25s infinite alternate;
transform-origin: center;
}
/* Heart beat animation */
@keyframes beat{
to { transform: scale(1.4); }
}
.editor_transition{
-moz-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.btn-social{
position: relative;
padding-left: 44px;
text-align: left;
white-space: nowrap;
overflow: hidden;
overflow-x: hidden;
overflow-y: hidden;
text-overflow: ellipsis;
}
.btn-google-plus {
color: #fff;
background-color: #dd4b39;
border-color: rgba(0,0,0,0.2);
}
.btn-facebook {
color: #fff;
background-color: #3b5998;
border-color: rgba(0,0,0,0.2);
}
.btn-twitter {
color: #fff;
background-color: #55acee;
border-color: rgba(0,0,0,0.2);
} | files/editorscript/css/style.css | @import url('https://fonts.googleapis.com/css?family=Arimo');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Lato');
@import url('https://fonts.googleapis.com/css?family=Droid+Serif');
@import url('https://fonts.googleapis.com/css?family=Neuton');
@import url('https://fonts.googleapis.com/css?family=Quattrocento');
@import url('https://fonts.googleapis.com/css?family=Architects+Daughter');
@import url('https://fonts.googleapis.com/css?family=Coming+Soon');
@import url('https://fonts.googleapis.com/css?family=Cabin+Sketch');
@import url('https://fonts.googleapis.com/css?family=Dancing+Script');
@import url('https://fonts.googleapis.com/css?family=Permanent+Marker');
@import url('https://fonts.googleapis.com/css?family=Rochester');
html{
background-color: rgba(52,73,94,1) !important;
}
body {
font-family: "Open Sans" !important;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-repeat:no-repeat;/*we want to have one single image not a repeated one*/
background-size:cover;/*this sets the image to fullscreen covering the whole screen*/
/*css hack for ie*/
background-attachment: fixed;
cursor: auto !important;
min-height: 100vh;
}
::-webkit-scrollbar {
display: none;
}
.modal{
margin-top: 50px;
}
.modal_color{
background-color: #017e9b;
color: #fff;
}
.modal_color_content{
background-color: #79d3e8;
}
.div_editorpreview_float_left {
float: left;
}
.div_editorpreview_100_percent {
width: 100% !important;
}
.labeling_style{
padding:0!important;
font-size: 12px;
color: rgb(255, 255, 255);
letter-spacing: 1px;
}
.blockTabArea_settings {
padding-top: 10px;
padding-bottom: 10px;
}
.settings_input_field{
width:80%!important;
border-top-right-radius:0!important;
border-bottom-right-radius:0!important;
}
.settings_input_field_btn{
width:20%!important;
height:30px;
border-radius:0 4px 4px 0;
}
.ui-slider .ui-slider-handle {
border-radius:100px;
outline-style:none;
}
/*
HOVER OVER ELEMENT
*/
.hover_show_my_border{
position: relative;
border-radius: -2px 0 -2px -2px;
box-shadow: 0 0 0px 3px rgba(229, 55, 218, 1);
transition: box-shadow .5s;
cursor: default;
}
.place_here_div{
box-shadow: 0 0 0px 3px rgba(119, 230, 47, 1);
}
.hover_show_my_border_main_container{
box-shadow: 0 0 0px 3px rgb(119, 230, 47) !important;
transition: box-shadow .5s;
}
.hover_show_my_border_container{
box-shadow: 0 0 0px 3px rgb(255, 73, 0) !important;
transition: box-shadow .5s;
}
.hover_show_my_border_row{
box-shadow: 0 0 0px 3px rgb(110, 52, 188) !important;
transition: box-shadow .5s;
}
.hover_show_my_border_div{
box-shadow: 0 0 0px 3px rgb(0, 230, 0) !important;
transition: box-shadow .5s;
}
.hover_show_my_border_ele{
box-shadow: 0 0 0px 3px rgba(229, 55, 218, 1) !important;
transition: box-shadow .5s;
}
.container_box_shadow{
box-shadow: 0 0 0px 1px rgba(255, 73, 0, .2);
}
.row_box_shadow{
box-shadow: 0 0 0px 1px rgba(110, 52, 188, .2);
}
.div_box_shadow{
box-shadow: 0 0 0px 1px rgba(0, 230, 0, .2);
}
.click_show_my_border{
box-shadow: 0 0 4px 4px rgb(202, 38, 30);
transition: box-shadow .5s;
}
.click_show_my_border_bottom{
box-shadow: 0 4px 0px rgb(5, 24, 5);
transition: box-shadow .5s;
}
.up_settings_menu i:hover{
cursor: pointer;
/*background-color: rgba(0, 126, 165, 0);*/
}
.up_settings_menu i{
padding: 3px;
color: white;
padding: 3px;
border-radius: 20px;
text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 3px !important;
margin-left: 2px;
}
.up_settings_menu{
display: none;
position: absolute;
background-color: rgba(229, 55, 218, 0) !important;
padding: 3px ! important;
font-size: 14px;
border-radius: 4px 4px 0 0;
right: 50%;
top:-19.5px;
line-height: initial;
}
.move_me_please i:hover{
cursor: pointer;
}
.move_me_please i{
padding: 3px;
color: white;
padding: 3px;
text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 3px !important;
margin-left: 2px;
}
.move_me_please{
position: absolute;
background-color: rgba(229, 55, 218, 0);
padding: 3px ! important;
font-size: 14px;
left: -5px;
top: -5px;
line-height: initial;
}
.remove_me_please i:hover{
cursor: pointer;
}
.remove_me_please i{
padding: 3px;
color: white;
padding: 3px;
text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 3px !important;
margin-left: 2px;
}
.remove_me_please{
position: absolute;
background-color: rgba(229, 55, 218, 0) !important;
padding: 3px ! important;
font-size: 14px;
right: -2px;
top: -5px;
line-height: initial;
}
.resize_btn{
position: absolute;
background-color: rgba(229, 55, 218, 1) !important;
width: 50px;
padding: 3px ! important;
font-size: 14px;
right: -2px;
top: -5px;
line-height: initial;
}
.add_new_btn span:hover{
cursor: pointer;
/*transition: all .6s;
transform: rotate(180deg);*/
}
.add_new_btn span{
color: white;
font-size: 16px;
/* background-color: white;*/
border-radius: 30px;
/* box-shadow: 0 0 5px #0060A5;*/
padding: 0px !important;
text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 3px;
margin-top: 5px;
}
.add_new_btn{
position: absolute;
display: none;
width: 35px;
bottom: -15px;
padding: 0px ! important;
left: 47%;
}
.circle {
width: 25px;
height: 25px;
background: rgba(229, 55, 218, 1);
-moz-border-radius: 50px;
-webkit-border-radius: 50px;
border-radius: 50px;
cursor: pointer;
-webkit-transition:height .25s ease, width .25s ease;
transition:height .25s ease, width .25s ease;
-webkit-transform:translate(-50%,-50%);
transform:translate(-50%,-50%);
}
.circle:before,
.circle:after {
content:'';
display:block;
position:absolute;
top:0; right:0; bottom:0; left:0;
border-radius:50%;
border:1px solid rgba(229, 55, 218, 1);
}
.circle:before {
-webkit-animation: ripple 2s linear infinite;
animation: ripple 2s linear infinite;
}
.circle:after {
-webkit-animation: ripple 2s linear 1s infinite;
animation: ripple 2s linear 1s infinite;
}
.circle:hover:before,
.circle:hover:after {
-webkit-animation: none;
animation: none;
}
.circle_container{
background-color: rgb(255, 73, 0) !important;
}
.circle_container:before,
.circle_container:after {
border:1px solid rgb(255, 73, 0) !important;
}
.circle_container:before {
-webkit-animation: ripple 2s linear infinite;
animation: ripple 2s linear infinite;
}
.circle_container:after {
-webkit-animation: ripple 2s linear 1s infinite;
animation: ripple 2s linear 1s infinite;
}
.circle_row{
background-color: rgb(110, 52, 188) !important;
}
.circle_row:before,
.circle_row:after {
border:1px solid rgb(110, 52, 188) !important;
}
.circle_row:before {
-webkit-animation: ripple 2s linear infinite;
animation: ripple 2s linear infinite;
}
.circle_row:after {
-webkit-animation: ripple 2s linear 1s infinite;
animation: ripple 2s linear 1s infinite;
}
.circle_div{
background-color: rgb(0, 230, 0) !important;
}
.circle_div:before,
.circle_div:after {
border:1px solid rgb(0, 230, 0) !important;
}
.circle_div:before {
-webkit-animation: ripple 2s linear infinite;
animation: ripple 2s linear infinite;
}
.circle_div:after {
-webkit-animation: ripple 2s linear 1s infinite;
animation: ripple 2s linear 1s infinite;
}
@-webkit-keyframes ripple{
0% {-webkit-transform:scale(1); }
75% {-webkit-transform:scale(1.5); opacity:1;}
100% {-webkit-transform:scale(1.75); opacity:0;}
}
@keyframes ripple{
0% {transform:scale(1); }
75% {transform:scale(1.5); opacity:1;}
100% {transform:scale(1.75); opacity:0;}
}
.move_btn_div{
border-radius: 4px 4px 0 0;
font-size: 17px;
cursor: move;
position: absolute;
color: white;
padding-bottom: 6px;
padding-left: 4px;
padding-top: 4px;
padding-right: 2px;
margin-left: 4px;
top: -31px;
right: 74px;
}
.show_my_cursor_as_move{
cursor: move;
}
.div_editorpreview{
padding: 40px;
height: 100%;
left: 0;
right: 0;
bottom: 0;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
background-attachment: fixed;
}
.div_editorpreview *{
-webkit-transition: width .2s; /* Safari */
-webkit-transition-timing-function: linear; /* Safari */
transition: padding .2s;
transition-timing-function: linear;
}
.snippet_img:hover{
opacity: .5;
transform: scale(1.05);
}
.modal_close_btn{
background: #000000;
border-radius: 50%;
border: 2px solid #ffffff;
cursor: pointer;
font-size: 16px;
font-weight: 800;
color: #fff;
padding: 0 7px;
position: absolute;
right: -12px;
top: -15px;
font-family: sans-serif;
padding-top: 1px;
box-shadow: -2px 2px 2px 0px rgba(62, 92, 103, 1);
}
.single_snippet_div{
border: 1px solid blue;
margin: 5px;
cursor: pointer;
min-width: 100px;
box-shadow: 2px 2px 1px #888888;
}
.single_snippet_div:hover{
background-color: rgba(31, 97, 141,.6);
}
.single_snippet_div .snippet_icon{
margin-top: 10%;
overflow:hidden;
background-repeat: no-repeat;
background-size: contain;
}
.checkbox_snippet {
margin-bottom:50px;
}
.checkbox_snippet [type="checkbox"]:not(:checked),
.checkbox_snippet [type="checkbox"]:checked {
position: absolute;
left: -9999px;
}
.checkbox_snippet [type="checkbox"]:not(:checked) + label,
.checkbox_snippet [type="checkbox"]:checked + label {
position: relative;
padding-left: 1.95em;
cursor: pointer;
font-size:15px;
color: #40484e ;
}
/* checkbox aspect */
.checkbox_snippet [type="checkbox"]:not(:checked) + label:before,
.checkbox_snippet [type="checkbox"]:checked + label:before {
content: '';
position: absolute;
left: 0;
top: 1.3px;
width: 1.25em; height: 1.25em;
border: 2px solid #ccc;
background: #fff;
border-radius: 4px;
box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
}
/* checked mark aspect */
.checkbox_snippet [type="checkbox"]:not(:checked) + label:after,
.checkbox_snippet [type="checkbox"]:checked + label:after {
content: '✓';
position: absolute;
top: .21em;
left: .1em;
font-size: 1.3em;
line-height: 0.8;
color: #09ad7e ;
transition: all .2s;
}
/* checked mark aspect changes */
.checkbox_snippet [type="checkbox"]:not(:checked) + label:after {
opacity: 0;
transform: scale(0);
}
.checkbox_snippet [type="checkbox"]:checked + label:after {
opacity: 1;
transform: scale(1);
}
/* disabled checkbox */
.checkbox_snippet [type="checkbox"]:disabled:not(:checked) + label:before,
.checkbox_snippet [type="checkbox"]:disabled:checked + label:before {
box-shadow: none;
border-color: #bbb;
background-color: #ddd;
}
.checkbox_snippet [type="checkbox"]:disabled:checked + label:after {
color: #999;
}
.checkbox_snippet [type="checkbox"]:disabled + label {
color: #aaa;
}
/* accessibility */
.checkbox_snippet [type="checkbox"]:checked:focus + label:before,
.checkbox_snippet [type="checkbox"]:not(:checked):focus + label:before {
/*border: 2px dotted blue;*/
}
.padding-10px{
padding: 7px;
}
.panel-body input,select,option{
font-size: 12px !important;
}
.button {
padding: 2px;
display: none;
}
.main_image_div {
cursor: pointer;
width: 135px;
max-width: 138px;
padding-left: 5px ;
padding-right: 5px;
display: inline-block;
}
.main_image_div:hover .button {
display: block;
position: absolute;
left: 0;
right: 0;
bottom: 20px;
width: 100%;
text-align: center;
transition: 1s;
}
.media_image {
width: 100%; /* or any custom size */
height: 100%;
object-fit: cover;
}
.main_image_div:hover .media_image {
-webkit-filter: blur(1px); /* Safari 6.0 - 9.0 */
filter: blur(1px);
-moz-transform: scale(1.05);
-webkit-transform: scale(1.05);
transform: scale(1.05);
transition: 1s;
}
.heart {
font-size: 100px;
color: #e00;
animation: beat .25s infinite alternate;
transform-origin: center;
}
/* Heart beat animation */
@keyframes beat{
to { transform: scale(1.4); }
}
.editor_transition{
-moz-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.btn-social{
position: relative;
padding-left: 44px;
text-align: left;
white-space: nowrap;
overflow: hidden;
overflow-x: hidden;
overflow-y: hidden;
text-overflow: ellipsis;
}
.btn-google-plus {
color: #fff;
background-color: #dd4b39;
border-color: rgba(0,0,0,0.2);
}
.btn-facebook {
color: #fff;
background-color: #3b5998;
border-color: rgba(0,0,0,0.2);
}
.btn-twitter {
color: #fff;
background-color: #55acee;
border-color: rgba(0,0,0,0.2);
} | 0.155431 | 0.073364 |
.form {
padding: 10px 0 35px;
}
.form-element-bottom {
display: flex;
flex-flow: column nowrap;
}
.form-element-bottom .form-button {
margin-top: auto;
}
.form-element {
margin: 0 0 20px;
max-width: 100%;
padding: 0;
position: relative;
}
.form-button-multiple {
align-items: center;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin-left: -10px;
margin-right: -10px;
max-width: none;
}
.form-button-multiple .button {
flex: 1 1 auto;
margin: 20px 10px 0;
}
.form-field {
background: none;
color: inherit;
}
.form-field ::placeholder {
color: #888;
opacity: 1;
}
.form-element .form-text:last-child {
margin-top: -13px;
}
.form-radio {
margin-bottom: 35px;
}
.form-label {
cursor: pointer;
display: block;
line-height: 1.7em;
margin-bottom: 5px;
text-align: left;
}
.form-upload:hover .visually-hidden {
visibility: hidden;
}
.form-required::after {
color: var(--color-error);
content: "*";
padding-left: 7px;
padding-right: 7px;
}
.form-label-message .form-label {
display: inline-block;
}
/* form message: error */
.form-message-error {
color: var(--color-error);
font-weight: 700;
}
/* * Form input[type="text"], textarea (text-field) */
.text-field {
border: none;
border-bottom: 1px solid var(--color-form);
display: block;
font-family: "Open Sans", sans-serif;
line-height: 1.2;
min-height: 27px;
padding: 4px 25px 4px 0;
position: relative;
width: 100%;
z-index: 2;
}
.text-field:focus {
border-bottom: 1px solid var(--color-first);
outline: 1px solid transparent;
transition: border-bottom 1s linear;
}
/* * Form input[type="text"] validation */
.form-input-validation {
display: inline-block;
position: relative;
text-align: right;
top: -2em;
width: 100%;
z-index: 0;
}
.is-validated .check::after {
background-image: url("../../img/svg/icons/svg-checkmark.svg");
background-repeat: no-repeat;
background-size: contain;
content: "";
display: inline-block;
height: 16px;
width: 16px;
}
.is-error .error::after {
background-image: url("../../img/svg/icons/svg-cross2.svg");
background-repeat: no-repeat;
background-size: contain;
content: "";
display: inline-block;
height: 16px;
width: 16px;
}
/* form-input-validation check error */
/* Form radio */
.input-radio {
opacity: 0;
position: absolute;
}
.label-radio {
margin-bottom: 5px;
}
.input-radio + .label-radio::before {
background: transparent;
border: 2px solid var(--color-default);
border-radius: 100%;
content: "";
cursor: pointer;
display: inline-block;
height: var(--input-size);
margin-right: 15px;
position: relative;
text-align: center;
top: 3px;
transition: all 250ms ease;
vertical-align: top;
width: var(--input-size);
}
.input-radio:checked + .label-radio::before {
background-color: var(--color-first);
border-color: var(--color-first);
box-shadow: inset 0 0 0 3px var(--color-bg-box);
}
.input-radio:focus + .label-radio::before {
border-color: var(--color-first);
box-shadow: inset 0 0 0 3px var(--color-bg-box), 0 0 0 3px var(--color-first-light);
}
.input-radio:disabled + .label-radio::before {
background: transparent;
border-color: var(--color-first);
box-shadow: inset 0 0 0 4px var(--color-first);
}
/* * Form upload */
.form-upload {
border: 1px solid var(--color-form);
border-radius: 4px;
position: relative;
}
.form-upload:hover,
.form-upload:focus-within {
border: 1px solid var(--color-first);
transition: all 250ms ease;
}
.input-upload {
color: var(--color-fourth);
cursor: pointer;
display: block;
height: 180px;
margin: -1px;
opacity: 0;
position: relative;
width: calc(100% + 2px);
z-index: 30;
}
.form-upload .label-icon {
left: 50%;
margin: 0;
max-height: 100%;
max-width: 100%;
position: absolute;
text-align: center;
top: 50%;
transform: translate(-50%, -50%);
z-index: 20;
}
.comment-body .form-upload .label-icon {
width: 90%;
}
.label-icon .icon {
display: block;
margin: 0 auto;
}
.icon-upload {
fill: var(--color-form);
}
.form-upload:hover .icon-upload,
.form-upload:focus-within .icon-upload {
fill: var(--color-first);
transition: all 350ms ease;
}
.is-validated.no-js-error .label-upload,
.is-validated.no-js-error:hover .label-upload,
.is-validated.no-js-error:focus-within .label-upload {
visibility: hidden;
}
.is-validated .label-remove {
border: 0 none;
cursor: pointer;
outline: none;
visibility: visible;
z-index: 40;
}
.form-upload .label-remove:not(.is-hidden) {
align-items: center;
display: flex;
flex-direction: column;
height: 100%;
justify-content: center;
left: 0;
top: 0;
transform: none;
width: 100%;
}
.icon-remove,
.label-remove .label-icon-message {
color: var(--color-second);
fill: var(--color-second);
transition: all 350ms ease;
}
.icon-error,
.label-error .label-icon-message {
color: var(--color-error);
fill: var(--color-error);
transition: all 350ms ease;
}
.is-validated:hover .icon-remove,
.is-validated:focus-within .icon-remove,
.is-validated:hover .label-remove .label-icon-message,
.is-validated:focus-within .label-remove .label-icon-message {
color: var(--color-first);
fill: var(--color-first);
transition: all 350ms ease;
}
#js-ReportForm.is-closed {
display: none;
} | webcompat/static/css/src/form.css | .form {
padding: 10px 0 35px;
}
.form-element-bottom {
display: flex;
flex-flow: column nowrap;
}
.form-element-bottom .form-button {
margin-top: auto;
}
.form-element {
margin: 0 0 20px;
max-width: 100%;
padding: 0;
position: relative;
}
.form-button-multiple {
align-items: center;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin-left: -10px;
margin-right: -10px;
max-width: none;
}
.form-button-multiple .button {
flex: 1 1 auto;
margin: 20px 10px 0;
}
.form-field {
background: none;
color: inherit;
}
.form-field ::placeholder {
color: #888;
opacity: 1;
}
.form-element .form-text:last-child {
margin-top: -13px;
}
.form-radio {
margin-bottom: 35px;
}
.form-label {
cursor: pointer;
display: block;
line-height: 1.7em;
margin-bottom: 5px;
text-align: left;
}
.form-upload:hover .visually-hidden {
visibility: hidden;
}
.form-required::after {
color: var(--color-error);
content: "*";
padding-left: 7px;
padding-right: 7px;
}
.form-label-message .form-label {
display: inline-block;
}
/* form message: error */
.form-message-error {
color: var(--color-error);
font-weight: 700;
}
/* * Form input[type="text"], textarea (text-field) */
.text-field {
border: none;
border-bottom: 1px solid var(--color-form);
display: block;
font-family: "Open Sans", sans-serif;
line-height: 1.2;
min-height: 27px;
padding: 4px 25px 4px 0;
position: relative;
width: 100%;
z-index: 2;
}
.text-field:focus {
border-bottom: 1px solid var(--color-first);
outline: 1px solid transparent;
transition: border-bottom 1s linear;
}
/* * Form input[type="text"] validation */
.form-input-validation {
display: inline-block;
position: relative;
text-align: right;
top: -2em;
width: 100%;
z-index: 0;
}
.is-validated .check::after {
background-image: url("../../img/svg/icons/svg-checkmark.svg");
background-repeat: no-repeat;
background-size: contain;
content: "";
display: inline-block;
height: 16px;
width: 16px;
}
.is-error .error::after {
background-image: url("../../img/svg/icons/svg-cross2.svg");
background-repeat: no-repeat;
background-size: contain;
content: "";
display: inline-block;
height: 16px;
width: 16px;
}
/* form-input-validation check error */
/* Form radio */
.input-radio {
opacity: 0;
position: absolute;
}
.label-radio {
margin-bottom: 5px;
}
.input-radio + .label-radio::before {
background: transparent;
border: 2px solid var(--color-default);
border-radius: 100%;
content: "";
cursor: pointer;
display: inline-block;
height: var(--input-size);
margin-right: 15px;
position: relative;
text-align: center;
top: 3px;
transition: all 250ms ease;
vertical-align: top;
width: var(--input-size);
}
.input-radio:checked + .label-radio::before {
background-color: var(--color-first);
border-color: var(--color-first);
box-shadow: inset 0 0 0 3px var(--color-bg-box);
}
.input-radio:focus + .label-radio::before {
border-color: var(--color-first);
box-shadow: inset 0 0 0 3px var(--color-bg-box), 0 0 0 3px var(--color-first-light);
}
.input-radio:disabled + .label-radio::before {
background: transparent;
border-color: var(--color-first);
box-shadow: inset 0 0 0 4px var(--color-first);
}
/* * Form upload */
.form-upload {
border: 1px solid var(--color-form);
border-radius: 4px;
position: relative;
}
.form-upload:hover,
.form-upload:focus-within {
border: 1px solid var(--color-first);
transition: all 250ms ease;
}
.input-upload {
color: var(--color-fourth);
cursor: pointer;
display: block;
height: 180px;
margin: -1px;
opacity: 0;
position: relative;
width: calc(100% + 2px);
z-index: 30;
}
.form-upload .label-icon {
left: 50%;
margin: 0;
max-height: 100%;
max-width: 100%;
position: absolute;
text-align: center;
top: 50%;
transform: translate(-50%, -50%);
z-index: 20;
}
.comment-body .form-upload .label-icon {
width: 90%;
}
.label-icon .icon {
display: block;
margin: 0 auto;
}
.icon-upload {
fill: var(--color-form);
}
.form-upload:hover .icon-upload,
.form-upload:focus-within .icon-upload {
fill: var(--color-first);
transition: all 350ms ease;
}
.is-validated.no-js-error .label-upload,
.is-validated.no-js-error:hover .label-upload,
.is-validated.no-js-error:focus-within .label-upload {
visibility: hidden;
}
.is-validated .label-remove {
border: 0 none;
cursor: pointer;
outline: none;
visibility: visible;
z-index: 40;
}
.form-upload .label-remove:not(.is-hidden) {
align-items: center;
display: flex;
flex-direction: column;
height: 100%;
justify-content: center;
left: 0;
top: 0;
transform: none;
width: 100%;
}
.icon-remove,
.label-remove .label-icon-message {
color: var(--color-second);
fill: var(--color-second);
transition: all 350ms ease;
}
.icon-error,
.label-error .label-icon-message {
color: var(--color-error);
fill: var(--color-error);
transition: all 350ms ease;
}
.is-validated:hover .icon-remove,
.is-validated:focus-within .icon-remove,
.is-validated:hover .label-remove .label-icon-message,
.is-validated:focus-within .label-remove .label-icon-message {
color: var(--color-first);
fill: var(--color-first);
transition: all 350ms ease;
}
#js-ReportForm.is-closed {
display: none;
} | 0.540681 | 0.084568 |
.v-checkbox-wrapper{
cursor: pointer;
font-size: 12px;
display: inline-block;
position: relative;
}
.v-checkbox{
white-space: nowrap;
cursor: pointer;
outline: none;
display: inline-block;
line-height: 1;
position: relative;
vertical-align: text-bottom;
}
.v-checkbox-checked:after {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border-radius: 2px;
border: 1px solid #108ee9;
content: "";
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
visibility: hidden
}
.v-checkbox-input{
position: absolute;
left: 0;
z-index: 1;
cursor: pointer;
opacity: 0;
filter: alpha(opacity=0);
top: 0;
bottom: 0;
right: 0;
/* width: 100%;
height: 100%;*/
}
.v-checkbox-inner{
position: relative;
top: 0;
left: 0;
display: block;
width: 14px;
height: 14px;
border: 1px solid #abbacc;
border-radius: 2px;
background-color: #fff;
-webkit-transition: all .3s;
transition: all .3s;
}
.v-checkbox-inner:after {
-webkit-transform: rotate(45deg) scale(0);
-ms-transform: rotate(45deg) scale(0);
transform: rotate(45deg) scale(0);
position: absolute;
left: 4px;
top: 1px;
display: table;
width: 5px;
height: 8px;
border: 2px solid #fff;
border-top: 0;
border-left: 0;
content: " ";
-webkit-transition: all .1s cubic-bezier(.71,-.46,.88,.6);
transition: all .1s cubic-bezier(.71,-.46,.88,.6)
}
.v-checkbox-checked .v-checkbox-inner:after {
-webkit-transform: rotate(45deg) scale(1);
-ms-transform: rotate(45deg) scale(1);
transform: rotate(45deg) scale(1);
position: absolute;
display: table;
border: 2px solid #fff;
border-top: 0;
border-left: 0;
content: " ";
-webkit-transition: all .2s cubic-bezier(.12,.4,.29,1.46) .1s;
transition: all .2s cubic-bezier(.12,.4,.29,1.46) .1s;
}
.v-checkbox-checked .v-checkbox-inner,.v-checkbox-indeterminate .v-checkbox-inner{
background-color: #108ee9;
border-color: #108ee9;
}
.v-checkbox-input:focus+.v-checkbox-inner,
.v-checkbox-wrapper:hover .v-checkbox-inner,
.v-checkbox:hover .v-checkbox-inner {
border-color: #108ee9
}
.v-checkbox-disabled {
cursor: not-allowed
}
.v-checkbox-disabled.v-checkbox-checked .v-checkbox-inner:after {
-webkit-animation-name: none;
animation-name: none;
border-color: rgba(0,0,0,.25)
}
.v-checkbox-disabled .v-checkbox-input {
cursor: not-allowed
}
.v-checkbox-disabled .v-checkbox-inner {
border-color: #d9d9d9!important;
background-color: #f7f7f7
}
.v-checkbox-disabled .v-checkbox-inner:after {
-webkit-animation-name: none;
animation-name: none;
border-color: #f7f7f7
}
.v-checkbox-disabled+span {
color: rgba(0,0,0,.25);
cursor: not-allowed
}
.v-checkbox-indeterminate .v-checkbox-inner:after {
content: " ";
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
position: absolute;
left: 2px;
top: 5px;
width: 8px;
height: 1px
}
.v-checkbox-indeterminate.v-checkbox-disabled .v-checkbox-inner:after {
border-color: rgba(0,0,0,.25)
}
.v-select-items-multiple{
display: table;
width: 100%;
padding: 5px;
}
.v-select-items-multiple span{
vertical-align: middle;
font-size: 14px;
font-weight: normal;
color: rgba(0, 0, 0, 0.65);
}
.v-select-items-multiple:hover{
background-color: #e6f7ff;
} | packages/themes-base/v-checkbox.css | .v-checkbox-wrapper{
cursor: pointer;
font-size: 12px;
display: inline-block;
position: relative;
}
.v-checkbox{
white-space: nowrap;
cursor: pointer;
outline: none;
display: inline-block;
line-height: 1;
position: relative;
vertical-align: text-bottom;
}
.v-checkbox-checked:after {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border-radius: 2px;
border: 1px solid #108ee9;
content: "";
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
visibility: hidden
}
.v-checkbox-input{
position: absolute;
left: 0;
z-index: 1;
cursor: pointer;
opacity: 0;
filter: alpha(opacity=0);
top: 0;
bottom: 0;
right: 0;
/* width: 100%;
height: 100%;*/
}
.v-checkbox-inner{
position: relative;
top: 0;
left: 0;
display: block;
width: 14px;
height: 14px;
border: 1px solid #abbacc;
border-radius: 2px;
background-color: #fff;
-webkit-transition: all .3s;
transition: all .3s;
}
.v-checkbox-inner:after {
-webkit-transform: rotate(45deg) scale(0);
-ms-transform: rotate(45deg) scale(0);
transform: rotate(45deg) scale(0);
position: absolute;
left: 4px;
top: 1px;
display: table;
width: 5px;
height: 8px;
border: 2px solid #fff;
border-top: 0;
border-left: 0;
content: " ";
-webkit-transition: all .1s cubic-bezier(.71,-.46,.88,.6);
transition: all .1s cubic-bezier(.71,-.46,.88,.6)
}
.v-checkbox-checked .v-checkbox-inner:after {
-webkit-transform: rotate(45deg) scale(1);
-ms-transform: rotate(45deg) scale(1);
transform: rotate(45deg) scale(1);
position: absolute;
display: table;
border: 2px solid #fff;
border-top: 0;
border-left: 0;
content: " ";
-webkit-transition: all .2s cubic-bezier(.12,.4,.29,1.46) .1s;
transition: all .2s cubic-bezier(.12,.4,.29,1.46) .1s;
}
.v-checkbox-checked .v-checkbox-inner,.v-checkbox-indeterminate .v-checkbox-inner{
background-color: #108ee9;
border-color: #108ee9;
}
.v-checkbox-input:focus+.v-checkbox-inner,
.v-checkbox-wrapper:hover .v-checkbox-inner,
.v-checkbox:hover .v-checkbox-inner {
border-color: #108ee9
}
.v-checkbox-disabled {
cursor: not-allowed
}
.v-checkbox-disabled.v-checkbox-checked .v-checkbox-inner:after {
-webkit-animation-name: none;
animation-name: none;
border-color: rgba(0,0,0,.25)
}
.v-checkbox-disabled .v-checkbox-input {
cursor: not-allowed
}
.v-checkbox-disabled .v-checkbox-inner {
border-color: #d9d9d9!important;
background-color: #f7f7f7
}
.v-checkbox-disabled .v-checkbox-inner:after {
-webkit-animation-name: none;
animation-name: none;
border-color: #f7f7f7
}
.v-checkbox-disabled+span {
color: rgba(0,0,0,.25);
cursor: not-allowed
}
.v-checkbox-indeterminate .v-checkbox-inner:after {
content: " ";
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
position: absolute;
left: 2px;
top: 5px;
width: 8px;
height: 1px
}
.v-checkbox-indeterminate.v-checkbox-disabled .v-checkbox-inner:after {
border-color: rgba(0,0,0,.25)
}
.v-select-items-multiple{
display: table;
width: 100%;
padding: 5px;
}
.v-select-items-multiple span{
vertical-align: middle;
font-size: 14px;
font-weight: normal;
color: rgba(0, 0, 0, 0.65);
}
.v-select-items-multiple:hover{
background-color: #e6f7ff;
} | 0.47926 | 0.070784 |
#sonnen-grid {
position: absolute;
right: 5px;
bottom: calc(50% - 31px - 26px);
box-shadow: 0 0 20px orange;
border-radius: 50%;
}
#sonnen-house {
position: absolute;
bottom: 5px;
left: calc(50% - 29px - 26px);
box-shadow: 0 0 20px red;
border-radius: 50%;
}
#sonnen-battery {
position: absolute;
bottom: calc(50% - 31px - 26px);
left: 5px;
box-shadow: 0 0 20px forestgreen;
border-radius: 50%;
}
#sonnen-photovoltaics {
position: absolute;
top: 5px;
left: calc(50% - 29px - 26px);
box-shadow: 0 0 20px purple;
border-radius: 50%;
}
#sonnen-photovoltaics-line {
height: calc(50% - 62px - 52px - 10px - 5px);
box-shadow: 0 0 20px purple;
width: 4px;
position: absolute;
left: calc(50% - 2px);
top: 5px;
margin-top: calc(62px + 52px + 10px);
overflow: hidden;
}
#sonnen-photovoltaics-line-svg {
stroke: purple;
animation: sonnen-dash 10s reverse linear infinite;
}
@keyframes sonnen-dash {
to {
stroke-dashoffset: 50;
}
}
#sonnen-house-line {
height: calc(50% - 62px - 52px - 10px - 5px);
position: absolute;
left: calc(50% - 2px);
top: 50%;
box-shadow: 0 0 20px red;
width: 4px;
overflow: hidden;
}
#sonnen-house-line-svg {
stroke: red;
animation: sonnen-dash 10s reverse linear infinite;
}
#sonnen-battery-line {
width: calc(50% - 62px - 52px - 10px - 5px);
height: 4px;
box-shadow: 0 0 20px forestgreen;
bottom: calc(50% - 2px);
left: calc(62px + 52px + 10px);
position: absolute;
margin-top: 50%;
overflow: hidden;
}
#sonnen-battery-line-svg {
stroke: forestgreen;
}
#sonnen-grid-line {
width: calc(50% - 62px - 52px - 10px - 5px);
height: 4px;
box-shadow: 0 0 20px orange;
left: 50%;
bottom: calc(50% - 2px);
position: absolute;
margin-top: 50%;
overflow: hidden;
}
#sonnen-grid-line-svg {
stroke: orange;
}
.sonnen-svg {
vertical-align: text-top;
}
.sonnen-line-svg {
stroke-dasharray: 6px;
stroke-width: 3000px;
}
.sonnen-img {
border: 0;
width: 58px;
height: 62px;
padding: 26px;
}
.sonnen-soc {
position: absolute;
bottom: calc(50% - 31px + 15px + 5px);
left: calc(29px + 26px - 25px + 5px);
width: 50px;
height: 15px;
text-align: center;
}
.sonnen-pac {
position: absolute;
bottom: calc(50% - 31px);
left: calc(29px + 26px - 25px + 5px);
width: 50px;
height: 15px;
text-align: center;
}
.sonnen-consumption {
position: absolute;
bottom: calc(5px + 26px);
left: calc(50% - 25px);
width: 50px;
height: 15px;
text-align: center;
}
.sonnen-grid {
position: absolute;
bottom: calc(50% - 31px);
left: calc(100% - 50px - 26px - 5px);
width: 50px;
height: 15px;
text-align: center;
}
.sonnen-production {
position: absolute;
top: calc(62px + 5px + 13px);
left: calc(50% - 25px);
width: 50px;
height: 15px;
text-align: center;
}
.sonnen-value {
color: black;
font-weight: bold;
font-size: small;
} | widgets/sonnen/css/style.css | #sonnen-grid {
position: absolute;
right: 5px;
bottom: calc(50% - 31px - 26px);
box-shadow: 0 0 20px orange;
border-radius: 50%;
}
#sonnen-house {
position: absolute;
bottom: 5px;
left: calc(50% - 29px - 26px);
box-shadow: 0 0 20px red;
border-radius: 50%;
}
#sonnen-battery {
position: absolute;
bottom: calc(50% - 31px - 26px);
left: 5px;
box-shadow: 0 0 20px forestgreen;
border-radius: 50%;
}
#sonnen-photovoltaics {
position: absolute;
top: 5px;
left: calc(50% - 29px - 26px);
box-shadow: 0 0 20px purple;
border-radius: 50%;
}
#sonnen-photovoltaics-line {
height: calc(50% - 62px - 52px - 10px - 5px);
box-shadow: 0 0 20px purple;
width: 4px;
position: absolute;
left: calc(50% - 2px);
top: 5px;
margin-top: calc(62px + 52px + 10px);
overflow: hidden;
}
#sonnen-photovoltaics-line-svg {
stroke: purple;
animation: sonnen-dash 10s reverse linear infinite;
}
@keyframes sonnen-dash {
to {
stroke-dashoffset: 50;
}
}
#sonnen-house-line {
height: calc(50% - 62px - 52px - 10px - 5px);
position: absolute;
left: calc(50% - 2px);
top: 50%;
box-shadow: 0 0 20px red;
width: 4px;
overflow: hidden;
}
#sonnen-house-line-svg {
stroke: red;
animation: sonnen-dash 10s reverse linear infinite;
}
#sonnen-battery-line {
width: calc(50% - 62px - 52px - 10px - 5px);
height: 4px;
box-shadow: 0 0 20px forestgreen;
bottom: calc(50% - 2px);
left: calc(62px + 52px + 10px);
position: absolute;
margin-top: 50%;
overflow: hidden;
}
#sonnen-battery-line-svg {
stroke: forestgreen;
}
#sonnen-grid-line {
width: calc(50% - 62px - 52px - 10px - 5px);
height: 4px;
box-shadow: 0 0 20px orange;
left: 50%;
bottom: calc(50% - 2px);
position: absolute;
margin-top: 50%;
overflow: hidden;
}
#sonnen-grid-line-svg {
stroke: orange;
}
.sonnen-svg {
vertical-align: text-top;
}
.sonnen-line-svg {
stroke-dasharray: 6px;
stroke-width: 3000px;
}
.sonnen-img {
border: 0;
width: 58px;
height: 62px;
padding: 26px;
}
.sonnen-soc {
position: absolute;
bottom: calc(50% - 31px + 15px + 5px);
left: calc(29px + 26px - 25px + 5px);
width: 50px;
height: 15px;
text-align: center;
}
.sonnen-pac {
position: absolute;
bottom: calc(50% - 31px);
left: calc(29px + 26px - 25px + 5px);
width: 50px;
height: 15px;
text-align: center;
}
.sonnen-consumption {
position: absolute;
bottom: calc(5px + 26px);
left: calc(50% - 25px);
width: 50px;
height: 15px;
text-align: center;
}
.sonnen-grid {
position: absolute;
bottom: calc(50% - 31px);
left: calc(100% - 50px - 26px - 5px);
width: 50px;
height: 15px;
text-align: center;
}
.sonnen-production {
position: absolute;
top: calc(62px + 5px + 13px);
left: calc(50% - 25px);
width: 50px;
height: 15px;
text-align: center;
}
.sonnen-value {
color: black;
font-weight: bold;
font-size: small;
} | 0.619932 | 0.254092 |
@charset "utf-8";
.wrap{
visibility:hidden;
position:relative
}
.topNav{
overflow:initial;
background-color:rgba(48,105,184,.55);
filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr="#903069B8",endColorstr="#903069B8");
transition:all 1s;
}
.topNav.open{
background-color:#3069B8;
}
.topNav .menuBtn{
display:block;
}
@media screen and (max-width: 1370px) {
.topNav .tip{ display:none;}
}
.topNav .tip{
position:absolute;
top:-5px;
right:-85px;
width:80px;
font-size:12px;
color:#fff;
line-height:1.2;
text-align:center;
}
.topNav .tip i{
display:block;
font-size:35px;
animation: dian 1s ease-in-out infinite alternate;
}
@keyframes dian{
from{
transform: translate3d(0,0,0) scale(.9);
}
to{
transform: translate3d(-5px,0,0) scale(1);
}
}
.topNav li a{
width:138px;
}
.row{
overflow:hidden;
}
.box{
margin-bottom:0
}
.mainContent {
float: left;
}
.side {
float: right;
}
.topNav .on1 i{
top: 54px;
}
.topNav .on i{
top: 0;
}
/* 引导状态 */
.bodyOpen{
background: url(../../Base/img/ind-body.jpg) center 0 no-repeat #19A0FF;
background-attachment:fixed;
background-size:cover;
/*
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
src='/Content/Main/Base/img/ind-body.jpg',
sizingMethod='scale');
-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(
src='/Content/Main/Base/img/ind-body.jpg',
sizingMethod='scale')";
*/
}
.siteSearchBar .hotWords{
text-align: right;
font-size: 12px;
}
.bodyOpen .siteSearchBar .hotWords{
text-align: center;
}
#content{
height:1px;
visibility: hidden;
overflow:hidden;
padding:0;
background:none;
width:1200px;
min-height:1px;
padding-bottom:70px;
}
.headerTop{
height:100%;
padding-top: 390px;
}
#logo{
left: 412px;
top: 80px;
}
.siteSearchBar{
right: 310px;
top: 260px;
}
.indBtns{
display:none;
position:absolute;
top:734px;
left:50%;
width:1020px;
margin-left:-510px;
font-size:0;
text-align:center;
}
.indBtns li{
width:140px;
height:40px;
display:inline-block;
overflow:hidden;
border-right:1px solid #aaa;
-webkit-transition:margin-top 400ms;
-o-transition:margin-top 400ms;
-moz-transition:margin-top 400ms;
transition:margin-top 400ms;
}
.indBtns .bnone{ border:none;}
.indBtns .mBtn{
width:50px;
}
.indBtns .mBtn a,
.indBtns .mBtn.hover a{ background-color:#377ed8;}
.indBtns li a{
display:block;
height:40px;
line-height: 40px;
color:#fff;
font-size:16px;
text-align:center;
background-color:rgba(0,0,0,.45);
filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr="#70000000",endColorstr="#70000000");
transition:all .5s;
}
.indBtns li a:hover{
background-color:rgba(0,0,0,.75);
filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr="#bb000000",endColorstr="#bb000000");
}
.indBtns li a i{
display:inline-block;
vertical-align:bottom;
font-size:24px;
}
.indBtns li a h5{
display:inline-block;
vertical-align:bottom;
}
.indBtns .tip{
position:absolute;
bottom:40px;
right:45px;
width:80px;
font-size:12px;
color:#fff;
line-height:1.2;
}
.indBtns .tip i{
display:block;
font-size:35px;
transform:rotate(180deg);
}
/* 展开状态 */
#content section{
padding:15px;
background:#fff;
overflow:hidden;
margin-bottom:15px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px;
}
#content .topColumns{
margin-bottom:0;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0;
border-bottom:0px solid #EBEBEB
}
#content .midColumns{
-webkit-border-radius:0 0 5px 5px;
-moz-border-radius:0 0 5px 5px;
border-radius:0 0 5px 5px;
}
/* indBox */
.indBox .iHd{
height:60px;
line-height:60px;
background:#3069B8;
overflow:hidden;
padding:0 15px 0 0;
}
.indBox .iHd h3{
font-size:18px;
font-weight:bold;
color:#fff;
padding-left:60px;
background:url(../../Base/img/ind-midColumns.png) 15px 17px no-repeat;
}
.indBox .iHd h3 a{
color:#fff
}
.indBox .iHd h3 a:hover{
text-decoration:none;
}
.indBox .iHd .more{
float:right;
color:#fff;
}
.midColumns .indBox{
float:left;
width:380px;
margin-right:15px;
}
.midColumns #indBox-ztzl{
float:right;
margin-right:0;
}
#indBox-zmhd .iHd{
background-color:#A2D56B
}
#indBox-zmhd h3{
background-position:15px -86px
}
#indBox-ztzl .iHd{
background-color:#61B5D0
}
#indBox-ztzl h3{
background-position:15px -190px
}
.zfxxgkList{
overflow:hidden;
margin-right:-8px;
}
.zfxxgkList li{
float:left;
width: 188px;
margin:4px 4px 0 0;
height:75px;
position:relative;
}
.zfxxgkList a{
display:block;
background:#eee;
line-height:22px;
height:60px;
padding:15px 0 0 80px;
-webkit-transition:400ms;-o-transition:400ms;-moz-transition:400ms;transition:400ms;
}
.zfxxgkList i{
display:block;
position:absolute;
left: 18px;
top: 15px;
width:44px;
height:44px;
background: url(../../Base/img/ind-midColumns.png) center -307px no-repeat;
-webkit-transition:400ms;-o-transition:400ms;-moz-transition:400ms;transition:400ms;
}
.zfxxgkList a:hover{
background:#3069B8;
color:#fff;
text-decoration:none;
}
.zfxxgkList a:hover i{
background-position:center -362px;
}
.zfxxgkList .li2 i{
background-position: center -442px;
}
.zfxxgkList .li3 i{
background-position: center -580px;
}
.zfxxgkList .li4 i{
background-position: center -718px;
}
.zfxxgkList .li5 i{
background-position: center -854px;
}
.zfxxgkList .li6 i{
background-position: center -990px;
}
.zfxxgkList .li2 a:hover i{
background-position: center -497px;
}
.zfxxgkList .li3 a:hover i{
background-position: center -635px;
}
.zfxxgkList .li4 a:hover i{
background-position: center -773px;
}
.zfxxgkList .li5 a:hover i{
background-position: center -909px;
}
.zfxxgkList .li6 a:hover i{
background-position: center -1044px;
}
#indBox-zmhd .zfxxgkList a{
padding:28px 0 0 72px;
height:47px
}
#indBox-zmhd .zfxxgkList a:hover{
background:#A2D56B
}
.zfxxgkList .li11 i{
background-position: center -1125px;
}
.zfxxgkList .li12 i{
background-position: center -1266px;
}
.zfxxgkList .li13 i{
background-position: center -1400px;
}
.zfxxgkList .li14 i{
background-position: center -1539px;
}
.zfxxgkList .li15 i{
background-position: center -1674px;
}
.zfxxgkList .li16 i{
background-position: center -1810px;
}
.zfxxgkList .li11 a:hover i{
background-position: center -1181px;
}
.zfxxgkList .li12 a:hover i{
background-position: center -1320px;
}
.zfxxgkList .li13 a:hover i{
background-position: center -1455px;
}
.zfxxgkList .li14 a:hover i{
background-position: center -1595px;
}
.zfxxgkList .li15 a:hover i{
background-position: center -1730px;
}
.zfxxgkList .li16 a:hover i{
background-position: center -1865px;
}
/* 专题专栏 */
#indBox-ztzl .iBd{
background:#eee;
margin-top:4px;
padding:18px 20px;
height: 197px;
overflow:hidden;
}
.ztzl-miniSlide{
/* width:310px; */
height: 80px;
/* padding:0 20px; */
margin: 0 auto 12px auto;
text-align:center;
position:relative;
overflow:hidden;
}
.ztzl-miniSlide .bd ul{
overflow:hidden;
margin-left:33px !important;
}
.ztzl-miniSlide .bd li{
float:left;
margin:0 10px 0 0;
}
.ztzl-miniSlide .bd li img{
width:275px;
height:80px;
-webkit-border-radius:10px; -moz-border-radius:10px; border-radius:10px;
}
.ztzl-miniSlide .bd .tit{
display:none;
}
.ztzl-miniSlide .prev,.ztzl-miniSlide .next{
display:block;
width:33px;
height:33px;
background:url(../../Base/img/ind-ztzl-miniSlide.png) 0 0 no-repeat;
position:absolute;
left:0;
top: 26px;
filter:alpha(opacity=60);opacity:0.6;
}
.ztzl-miniSlide .next{
left:auto;
right:0;
background-position:right 0;
}
.ztzl-miniSlide .prev:hover,.ztzl-miniSlide .next:hover{
filter:alpha(opacity=100);opacity:1;
}
#indBox-ztzl .infoList{
height:112px;
overflow:hidden;
}
#indBox-ztzl .infoList li{
height:28px;
line-height:28px;
}
#indBox-ztzl .infoList .first{
margin-top:-112px;
}
/* 首页---------------------------------------- */
/* 热点关注 */
.headNew {
padding:5px 20px 5px 0px;
text-align:left;
}
.headNew dt {
float: left;
width: 150px;
height: 69px;
position: relative;
margin-right: 25px;
}
.jrgz_top {
height: 39px;
background: #fb6e52;
}
.jrgz_bt {
height: 30px;
background: #f3f2f2;
text-align: center;
overflow: hidden;
line-height:36px;
}
.jrgz_top p {
color: #fff;
font-size: 18px;
margin-left: 15px;
padding-left: 30px;
line-height: 39px;
background: url(../../Base/img/xwzx_icon1.png) no-repeat left center;
}
.headNew dd{
overflow:hidden;
}
.headNew .title{
height:32px;
line-height:32px;
overflow:hidden;
font-size:30px;
font-weight:bold;
margin-bottom:10px
}
.headNew .title a{
color:#444;
}
.headNew .intro{
font-size:14px;
line-height: 24px;
height: 30px;
overflow:hidden;
color:#999;
}
#focusNews{
width:500px;
float:left;
margin-right:20px;
margin-bottom:0;
}
#indXwdt{
overflow:hidden;
}
#indXwdt .infoList li{
font-size:16px;
line-height:32px;
height:32px;
}
/* 新闻---------------------------------------- */
.newsPage #indBdyw{
width:575px;
float:left;
}
.newsPage #indBmgg{
width:575px;
float:right;
}
/* 文章内容列表-日期式 */
.dateList li{
padding:20px 0;
border-bottom:1px dotted #ccc;
overflow:hidden;
height:80px;
}
.dateList .first{
padding-top:5px;
}
.dateList .first .title a{
color:#3069B8
}
.dateList .date{
width:80px;
height:80px;
background:#F7F7F7;
text-align:center;
color:#999;
float:left;
margin-right:20px;
-webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px;
}
.dateList .date dt{
height:52px;
line-height:52px;
font-size:36px;
}
.dateList .date dd{
line-height:22px;
}
.dateList .con{
overflow:hidden;
}
.dateList .title{
font-size:16px;
font-weight:bold;
line-height:30px;
height:30px;
overflow:hidden;
margin-bottom:5px;
}
.dateList .more{
color:#3069B8
}
.dateList .intro{
color:#999;
line-height:20px;
height:40px;
font-size:12px;
}
/* 政务---------------------------------------- */
.govPage .mainContent{
width:936px;
float:right;
}
.govPage .side{
width:210px;
float:left;
}
.govPage .zwMenu{
height:410px;
}
.zwMenu li{
height:40px;
line-height:40px;
margin-bottom:12px;
}
.zwMenu a{
display:block;
background: url(../../Base/img/ind-zwMenu.png) 17px 12px no-repeat #eee;
border:1px solid #E1E1E1;
padding-left:50px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px;
-webkit-transition:padding 400ms;-o-transition:padding 400ms;-moz-transition:padding 400ms;transition:padding 400ms;
}
.zwMenu .li2 a{
background-position: 17px -88px;
}
.zwMenu .li3 a{
background-position: 17px -187px;
}
.zwMenu .li4 a{
background-position: 17px -287px;
}
.zwMenu .li5 a{
background-position: 17px -389px;
}
.zwMenu .li6 a{
background-position: 17px -490px;
}
.zwMenu .li7 a{
background-position: 17px -588px;
}
.zwMenu .li8 a{
background-position: 17px -689px;
}
.zwMenu a:hover{
background-color:#3069B8;
color:#fff;
text-decoration:none;
background-position: 17px -39px;
padding-left:53px
}
.zwMenu .li2 a:hover{
background-position: 17px -138px;
}
.zwMenu .li3 a:hover{
background-position: 17px -237px;
}
.zwMenu .li4 a:hover{
background-position: 17px -337px;
}
.zwMenu .li5 a:hover{
background-position: 17px -439px;
}
.zwMenu .li6 a:hover{
background-position: 17px -540px;
}
.zwMenu .li7 a:hover{
background-position: 17px -638px;
}
.zwMenu .li8 a:hover{
background-position: 17px -739px;
}
#indZwdt{
width:455px;
float:left;
height:314px;
}
#indSzfcwh{
width:455px;
float:right;
height:314px;
}
.zwZtList{
clear:both;
overflow:hidden;
margin-right:-20px;
height:100px;
}
.zwZtList li{
float:left;
height:40px;
line-height:40px;
margin:0 15px 10px 0;
width:120px;
}
.zwZtList a{
display:block;
padding-left:30px;
background: url(../../Base/img/ind-zwMenu.png) 10px -800px no-repeat #eee;
border:1px solid #E1E1E1;
-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px;
overflow:hidden;
height:40px;
-webkit-transition:padding 400ms;-o-transition:padding 400ms;-moz-transition:padding 400ms;transition:padding 400ms;
}
.zwZtList a:hover{
background-color:#3069B8;
text-decoration:none;
color:#fff;
background-position: 10px -861px;
padding-left:33px
}
/* 领导 ---------------------------------------- */
.leaderPage .mainContent{
width:650px;
}
.leaderPage .side{
width:500px;
}
.indLeader li{
overflow:hidden;
padding:20px;
border-bottom:1px dotted #ccc;
margin-bottom:20px;
}
.indLeader .pic{
float:left;
width:150px;
text-align:center;
margin-right:20px;
}
.indLeader .pic img{
width:130px;
height:178px;
border:10px solid #eee;
-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px;
}
.indLeader .pic a:hover img{
border-color:#ddd
}
.indLeader .con{
overflow:hidden;
}
.indLeader .title {
line-height:50px;
}
.indLeader .title a{
font-size:30px;
font-weight:bold;
color:#DF0002;
}
.indLeader .title .job{
margin-left:15px;
font-size:18px;
font-weight:bold;
color:#555
}
.indLeader .intro{
font-size:12px;
line-height:24px;
height:120px;
overflow:hidden;
}
.leaderSideBox{
overflow:hidden
}
.leaderSideBox .hd{
width:46px;
height:145px;
background:#3069B8;
color:#fff;
float:left;
overflow:hidden;
margin-right:15px;
}
.leaderSideBox .hd a{
display:block;
padding:30px 15px;
color:#fff;
font-size:16px;
line-height:20px;
}
.leaderSideBox .bd{
overflow:hidden;
}
.leaderTable{
overflow:hidden;
background:url(../../Base/img/line1.png)
}
.leaderTable li{
width:20%;
height:30px;
line-height:30px;
float:left;
text-align:center;
}
.leaderTable .job{
display:none
}
/* 市情 ---------------------------------------- */
.aboutPage .mainContent{
width:695px;
}
.aboutPage .side{
width:460px;
}
.aboutBox .bd{
padding:95px 10px 10px 10px;
background:url(../../Base/img/ind-about.jpg) 0 0 no-repeat;
}
.aboutBox .intro{
text-indent:2em;
line-height:28px;
height:224px;
overflow:hidden;
}
.aboutBox .hd{
margin-top: 16px;
overflow:hidden;
height:46px;
background: url(../../Base/img/ind-about-line.png) 1px 36px no-repeat;
}
.aboutBox .hd li{
float:left;
width: 98px;
text-align:center;
height:46px;
}
.aboutBox .hd .on{
background: url(../../Base/img/ind-about-line.png) 10px -54px no-repeat;
}
.aboutBox .hd a:hover{
text-decoration:none;
color:#3069B8
}
.aboutSideBox{
background:#F2FCFF;
}
.aboutSideBox .hd{
height:90px;
background:url(../../Base/img/ind-about-hd.png) 0 0 no-repeat;
}
.aboutSideBox .bd{
height:112px;
}
.aboutSideBox .on{
height:103px;
}
.aboutSideBox .list{
overflow:hidden;
padding: 12px 0 20px 56px;
}
.aboutSideBox .list li{
float:left;
height:40px;
line-height:40px;
width:132px;
}
.aboutSideBox .list li a{
padding-left: 16px;
background: url(../../Base/img/icons.png) 0 8px no-repeat;
}
#indFzlz .hd{
background-position:0 -145px
}
#indTzlz .hd{
background-position:0 -290px
}
/* 机构 ---------------------------------------- */
.deptPage .boxA .hd h3{
padding-left: 40px;
background: url(../../Base/img/ind-icons.png) 10px 12px no-repeat;
border-bottom:3px solid #3069B8;
}
.deptPage .boxA .hd{
margin-bottom:5px;
}
.deptTable{
width:100%;
}
.deptTable td{
height: 28px;
line-height: 28px;
font-size:12px;
padding:0 10px;
}
.deptTable .even{
background:#F8F8F8;
border:1px dotted #ccc;
}
#indSfbnsjg{
float:left;
width:500px;
margin-right:20px;
}
#indSjwjcj{
float:left;
width:250px;
margin-right:20px;
}
#indsfbgkdw{
float:right;
width:380px;
}
.deptPage .more{
display:block;
text-align:center;
width:170px;
height:40px;
line-height:40px;
padding-left:20px;
background: url(../../Base/img/ind-icons.png) 30px -108px no-repeat #F6F6F6;
color:#999;
margin:20px auto;
}
.deptPage .more:hover{
text-decoration:none;
background-color:#eee
}
/* 专题 ---------------------------------------- */
.ztList{
overflow:hidden;
margin-right:-20px;
}
.ztList li{
margin:0 10px 10px 0;
float:left;
font-size:24px;
line-height:36px;
overflow:hidden;
width:300px;
height:130px;
line-height:130px;
background:#2EAA91;
}
.ztList a{
text-align:center;
color:#fff;
display:block;
}
.ztList .li2{
width:400px;
background:#11B0CB;
}
.ztList .li3{
width:160px;
background:#FFCE55;
}
.ztList .li4{
width:280px;
height:100px;
line-height:36px;
padding-top:30px;
background:#A0D468;
}
.ztList .li4 a{
padding:0 50px;
}
.ztList .li5{
width:300px;
height:120px;
line-height:36px;
padding-top:40px;
background:#11B0CB;
}
.ztList .li5 a{
padding:0 70px;
}
.ztList .li6{
width:400px;
height:160px;
line-height:160px;
background:#FC6E52;
}
.ztList .li7{
width:450px;
height:160px;
line-height:160px;
background:#FC6E52;
}
.ztList .li8{
width:300px;
height:95px;
line-height:95px;
background:#5D9CEC;
}
.ztList .li9{
width:300px;
height:95px;
line-height:95px;
background:#EC5D5D;
}
.ztList .li10{
width:300px;
height:95px;
line-height:95px;
background:#7DBA5B;
}
.ztList .li11{
width:240px;
height:95px;
line-height:95px;
background:#51C1E9;
}
.ztList a{
position:relative;
top:0;
-webkit-transition:top 200ms;-o-transition:top 200ms;-moz-transition:top 200ms;transition:top 200ms;
}
.ztList a:hover{
text-decoration:none
}
.ztList a:hover{
top:-4px;
}
/* 互动 ---------------------------------------- */
.interactionPage .mainContent{
width:755px;
}
.interactionPage .side{
width:400px;
}
#indSjxx{
/* width:518px; */
float:left;
}
#indSjxx .bd{
height:120px;
}
.ywzsk{
width:220px;
float:right;
}
.ywzsk li{
vertical-align: top;
overflow:hidden;
margin-bottom:13px;
}
.ywzsk li a{
display:block;
height:83px;
line-height:83px;
color:#538E10;
font-size:24px;
padding-left:75px;
font-weight:bold;
background: url(../../Base/img/ind-interac.png) 20px -816px no-repeat #F2FBE8;
border:1px solid #DFEBD1;
-webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px;
-webkit-transition:background 200ms;-o-transition:background 200ms;-moz-transition:background 200ms;transition:background 200ms;
}
.ywzsk .li2 a{
background-position: 20px -908px;
background-color:#DFF9F2;
border-color:#C8E6DE;
color:#008B76;
}
.ywzsk .li3 a{
background-position: 20px -994px;
background-color:#FFE8E5;
border-color:#F2B6B6;
line-height:28px;
padding-top:14px;
height:71px;
color:#DE4949;
}
.ywzsk li a:hover{
text-decoration:none;
background-color:#DFEBD1
}
.ywzsk .li2 a:hover{
background-color:#C8E6DE
}
.ywzsk .li3 a:hover{
background-color:#fdc6c6
}
.interacBtns{
clear:both;
overflow:hidden;
}
.interacBtns li{
position:relative;
float:left;
width: 118px;
height:110px;
text-align:center;
margin-right: 11px;
overflow:hidden;
}
.interacBtns a{
display:block;
border:1px solid #f2f2f2;
padding-top: 68px;
line-height:40px;
position:absolute;
width:116px;
left:0;
top:0;
-webkit-transition:background 200ms;-o-transition:background 200ms;-moz-transition:background 200ms;transition:background 200ms;
}
.interacBtns i{
display:block;
height: 68px;
width:100%;
position:absolute;
left:0;
top:-2px;
background: url(../../Base/img/ind-interac.png) center 30px no-repeat;
-webkit-transition:top 200ms;-o-transition:top 200ms;-moz-transition:top 200ms;transition:top 200ms;
}
.interacBtns a:hover{
text-decoration:none;
background-color:#EEF5FF;
color:#3069B8;
font-weight:bold;
border-color:#D8E1EE;
z-index:1
}
.interacBtns .li2 i{
background-position: center -142px;
}
.interacBtns .li3 i{
background-position: center -310px;
}
.interacBtns .li4 i{
background-position: center -480px;
}
.interacBtns .li5 i{
background-position: center -638px;
}
.interacBtns .li6 i{
background-position: center -729px;
}
.interacBtns .li5,.interacBtns .li6{
margin-right:0;
}
.interacBtns .li1 a:hover i{
background-position: center -37px;
}
.interacBtns .li2 a:hover i{
background-position: center -209px;
}
.interacBtns .li3 a:hover i{
background-position: center -377px;
}
.interacBtns .li4 a:hover i{
background-position: center -547px;
}
.interacBtns li a:hover i{
top:-5px;
}
.interacBtns .li6{
margin-left:-1px;
}
.interacBtns .pic{
display:none;
}
.interacBtns .pic img{
width:95px;
height:110px;
}
.interacBtns .hover a{
display:none
}
.interacBtns .hover .pic{
display:block;
}
.interviewItem{
overflow:hidden;
height:90px;
margin-bottom:18px;
}
.interviewItem .interviewPic{
float:left;
width:120px;
margin-right:15px;
}
.interviewItem .interviewPic img{
width:100%;
height:90px;
}
.interviewItem .interviewCon{
overflow:hidden;
zoom:1;
line-height:24px;
}
.interviewItem .interviewCon div{
height:24px;
overflow:hidden;
}
.interviewLink{
clear:both;
overflow:hidden;
}
.itvBtns{
overflow:hidden
}
.itvBtns li{
float:left;
width:190px;
}
.itvBtns a{
display:block;
height:48px;
line-height:48px;
background: url(../../Base/img/ind-interac.png) 30px -1104px no-repeat #FFF9DD;
border:1px solid #F0E9CA;
font-weight:bold;
font-size:16px;
color:#CE7B18;
padding-left: 80px;
-webkit-border-radius:2px;
-moz-border-radius:2px;
border-radius:2px;
}
.itvBtns .li2{
float:right;
}
.itvBtns .li2 a{
background-position: 30px -1195px;
}
.itvBtns a:hover{
text-decoration:none;
background-color:#f9eeba;
border-color:#f9eeba
}
#indYgzw .bd{
padding:15px 0
}
/* 服务 ---------------------------------------- */
#indGrbs{
width:460px;
float:left;
}
#indGrbs .bd{
padding-bottom:10px;
height:246px;
}
#indZdfw{
width:690px;
float:right;
}
.grbsList{
height: 237px;
}
.zdfwList{
overflow:hidden;
margin-right:-20px;
height:105px;
padding-top:5px;
}
.zdfwList li{
height:36px;
line-height:36px;
width: 127px;
float:left;
margin:0 13px 25px 0;
position:relative;
overflow:hidden;
}
.zdfwList a{
display:block;
padding-left:46px;
position:relative;
z-index:1;
background: url(../../Base/img/ind-service-zdfw.png) -1px -7px no-repeat;
}
.zdfwList i{
display:block;
width:36px;
height:36px;
background:#5678CC;
position:absolute;
left:0;
top:0;
z-index:0;
-webkit-border-radius:2px; -moz-border-radius:2px; border-radius:2px;
-webkit-transition:width 200ms;-o-transition:width 200ms;-moz-transition:width 200ms;transition:width 200ms;
}
.zdfwList .li2 a{
background-position:-1px -57px;
}
.zdfwList .li3 a{
background-position:-1px -107px;
}
.zdfwList .li4 a{
background-position:-1px -157px;
}
.zdfwList .li5 a{
background-position:-1px -207px;
}
.zdfwList .li6 a{
background-position:-1px -257px;
}
.zdfwList .li7 a{
background-position:-1px -307px;
}
.zdfwList .li8 a{
background-position:-1px -357px;
}
.zdfwList .li9 a{
background-position:-1px -407px;
}
.zdfwList .li10 a{
background-position:-1px -457px;
}
.zdfwList .li2 i{
background-color:#2492A3;
}
.zdfwList .li3 i{
background-color:#2BA76A;
}
.zdfwList .li4 i{
background-color:#F0B011;
}
.zdfwList .li5 i{
background-color:#00B1EF;
}
.zdfwList .li6 i{
background-color:#8DD0BE;
}
.zdfwList .li7 i{
background-color:#395586;
}
.zdfwList .li8 i{
background-color:#FBA540;
}
.zdfwList .li9 i{
background-color:#B9B286;
}
.zdfwList .li10 i{
background-color:#F96450;
}
.zdfwList li:hover i{
width:100%;
}
.zdfwList a:hover{
text-decoration:none;
color:#fff;
}
.serList{
overflow:hidden;
}
.serList li{
float:left;
border:1px solid #EEEEEE;
margin-left:-1px;
}
.serList .li1{
margin-left:0;
}
.serList a{
display:block;
width:228px;
text-align:center;
line-height:40px;
padding: 74px 0 4px 0;
position:relative;
font-size:16px;
background:#FCFFF5;
}
.serList i{
display:block;
height:75px;
position:absolute;
left:0;
top:0;
width:100%;
background:url(../../Base/img/ind-service-zdfw.png) center -557px no-repeat;
-webkit-transition:top 200ms;-o-transition:top 200ms;-moz-transition:top 200ms;transition:top 200ms;
}
.serList .li2 a{
background:#FFF5F5
}
.serList .li3 a{
background:#EDFAFF
}
.serList .li2 i{
background-position: center -693px;
}
.serList .li3 i{
background-position: center -811px;
}
.serList a:hover{
text-decoration:none;
color:#5FB149;
background:#f6ffe1
}
.serList a:hover i{
top:-3px;
}
.serList .li2 a:hover{
color:#F9644E;
background:#fde5e5
}
.serList .li3 a:hover{
color:#3069B8;
background:#daf0f9
}
.indFwsx{
overflow:hidden
}
.indFwsx dt{
height:80px;
width:20px;
padding:10px;
line-height:20px;
text-align:center;
background:#B9B286;
float:left;
font-size:16px;
color:#fff;
}
.indFwsx dd{
overflow:hidden;
border:1px solid #eee;
padding:11px 0;
text-align:center;
}
.footer2{
position:absolute;
bottom:0;
left:0;
width:100%;
height:50px;
line-height: 50px;
background-color:rgba(0,0,0,.35);
filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr="#70000000",endColorstr="#70000000");
color:#fff;
overflow:hidden;
}
.footer2 a{ color:#fff;}
.footer2 img{ max-height:30px; margin-top:10px; margin-left:5px;} | Content/Main/Home/css/index.css | @charset "utf-8";
.wrap{
visibility:hidden;
position:relative
}
.topNav{
overflow:initial;
background-color:rgba(48,105,184,.55);
filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr="#903069B8",endColorstr="#903069B8");
transition:all 1s;
}
.topNav.open{
background-color:#3069B8;
}
.topNav .menuBtn{
display:block;
}
@media screen and (max-width: 1370px) {
.topNav .tip{ display:none;}
}
.topNav .tip{
position:absolute;
top:-5px;
right:-85px;
width:80px;
font-size:12px;
color:#fff;
line-height:1.2;
text-align:center;
}
.topNav .tip i{
display:block;
font-size:35px;
animation: dian 1s ease-in-out infinite alternate;
}
@keyframes dian{
from{
transform: translate3d(0,0,0) scale(.9);
}
to{
transform: translate3d(-5px,0,0) scale(1);
}
}
.topNav li a{
width:138px;
}
.row{
overflow:hidden;
}
.box{
margin-bottom:0
}
.mainContent {
float: left;
}
.side {
float: right;
}
.topNav .on1 i{
top: 54px;
}
.topNav .on i{
top: 0;
}
/* 引导状态 */
.bodyOpen{
background: url(../../Base/img/ind-body.jpg) center 0 no-repeat #19A0FF;
background-attachment:fixed;
background-size:cover;
/*
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
src='/Content/Main/Base/img/ind-body.jpg',
sizingMethod='scale');
-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(
src='/Content/Main/Base/img/ind-body.jpg',
sizingMethod='scale')";
*/
}
.siteSearchBar .hotWords{
text-align: right;
font-size: 12px;
}
.bodyOpen .siteSearchBar .hotWords{
text-align: center;
}
#content{
height:1px;
visibility: hidden;
overflow:hidden;
padding:0;
background:none;
width:1200px;
min-height:1px;
padding-bottom:70px;
}
.headerTop{
height:100%;
padding-top: 390px;
}
#logo{
left: 412px;
top: 80px;
}
.siteSearchBar{
right: 310px;
top: 260px;
}
.indBtns{
display:none;
position:absolute;
top:734px;
left:50%;
width:1020px;
margin-left:-510px;
font-size:0;
text-align:center;
}
.indBtns li{
width:140px;
height:40px;
display:inline-block;
overflow:hidden;
border-right:1px solid #aaa;
-webkit-transition:margin-top 400ms;
-o-transition:margin-top 400ms;
-moz-transition:margin-top 400ms;
transition:margin-top 400ms;
}
.indBtns .bnone{ border:none;}
.indBtns .mBtn{
width:50px;
}
.indBtns .mBtn a,
.indBtns .mBtn.hover a{ background-color:#377ed8;}
.indBtns li a{
display:block;
height:40px;
line-height: 40px;
color:#fff;
font-size:16px;
text-align:center;
background-color:rgba(0,0,0,.45);
filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr="#70000000",endColorstr="#70000000");
transition:all .5s;
}
.indBtns li a:hover{
background-color:rgba(0,0,0,.75);
filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr="#bb000000",endColorstr="#bb000000");
}
.indBtns li a i{
display:inline-block;
vertical-align:bottom;
font-size:24px;
}
.indBtns li a h5{
display:inline-block;
vertical-align:bottom;
}
.indBtns .tip{
position:absolute;
bottom:40px;
right:45px;
width:80px;
font-size:12px;
color:#fff;
line-height:1.2;
}
.indBtns .tip i{
display:block;
font-size:35px;
transform:rotate(180deg);
}
/* 展开状态 */
#content section{
padding:15px;
background:#fff;
overflow:hidden;
margin-bottom:15px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px;
}
#content .topColumns{
margin-bottom:0;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0;
border-bottom:0px solid #EBEBEB
}
#content .midColumns{
-webkit-border-radius:0 0 5px 5px;
-moz-border-radius:0 0 5px 5px;
border-radius:0 0 5px 5px;
}
/* indBox */
.indBox .iHd{
height:60px;
line-height:60px;
background:#3069B8;
overflow:hidden;
padding:0 15px 0 0;
}
.indBox .iHd h3{
font-size:18px;
font-weight:bold;
color:#fff;
padding-left:60px;
background:url(../../Base/img/ind-midColumns.png) 15px 17px no-repeat;
}
.indBox .iHd h3 a{
color:#fff
}
.indBox .iHd h3 a:hover{
text-decoration:none;
}
.indBox .iHd .more{
float:right;
color:#fff;
}
.midColumns .indBox{
float:left;
width:380px;
margin-right:15px;
}
.midColumns #indBox-ztzl{
float:right;
margin-right:0;
}
#indBox-zmhd .iHd{
background-color:#A2D56B
}
#indBox-zmhd h3{
background-position:15px -86px
}
#indBox-ztzl .iHd{
background-color:#61B5D0
}
#indBox-ztzl h3{
background-position:15px -190px
}
.zfxxgkList{
overflow:hidden;
margin-right:-8px;
}
.zfxxgkList li{
float:left;
width: 188px;
margin:4px 4px 0 0;
height:75px;
position:relative;
}
.zfxxgkList a{
display:block;
background:#eee;
line-height:22px;
height:60px;
padding:15px 0 0 80px;
-webkit-transition:400ms;-o-transition:400ms;-moz-transition:400ms;transition:400ms;
}
.zfxxgkList i{
display:block;
position:absolute;
left: 18px;
top: 15px;
width:44px;
height:44px;
background: url(../../Base/img/ind-midColumns.png) center -307px no-repeat;
-webkit-transition:400ms;-o-transition:400ms;-moz-transition:400ms;transition:400ms;
}
.zfxxgkList a:hover{
background:#3069B8;
color:#fff;
text-decoration:none;
}
.zfxxgkList a:hover i{
background-position:center -362px;
}
.zfxxgkList .li2 i{
background-position: center -442px;
}
.zfxxgkList .li3 i{
background-position: center -580px;
}
.zfxxgkList .li4 i{
background-position: center -718px;
}
.zfxxgkList .li5 i{
background-position: center -854px;
}
.zfxxgkList .li6 i{
background-position: center -990px;
}
.zfxxgkList .li2 a:hover i{
background-position: center -497px;
}
.zfxxgkList .li3 a:hover i{
background-position: center -635px;
}
.zfxxgkList .li4 a:hover i{
background-position: center -773px;
}
.zfxxgkList .li5 a:hover i{
background-position: center -909px;
}
.zfxxgkList .li6 a:hover i{
background-position: center -1044px;
}
#indBox-zmhd .zfxxgkList a{
padding:28px 0 0 72px;
height:47px
}
#indBox-zmhd .zfxxgkList a:hover{
background:#A2D56B
}
.zfxxgkList .li11 i{
background-position: center -1125px;
}
.zfxxgkList .li12 i{
background-position: center -1266px;
}
.zfxxgkList .li13 i{
background-position: center -1400px;
}
.zfxxgkList .li14 i{
background-position: center -1539px;
}
.zfxxgkList .li15 i{
background-position: center -1674px;
}
.zfxxgkList .li16 i{
background-position: center -1810px;
}
.zfxxgkList .li11 a:hover i{
background-position: center -1181px;
}
.zfxxgkList .li12 a:hover i{
background-position: center -1320px;
}
.zfxxgkList .li13 a:hover i{
background-position: center -1455px;
}
.zfxxgkList .li14 a:hover i{
background-position: center -1595px;
}
.zfxxgkList .li15 a:hover i{
background-position: center -1730px;
}
.zfxxgkList .li16 a:hover i{
background-position: center -1865px;
}
/* 专题专栏 */
#indBox-ztzl .iBd{
background:#eee;
margin-top:4px;
padding:18px 20px;
height: 197px;
overflow:hidden;
}
.ztzl-miniSlide{
/* width:310px; */
height: 80px;
/* padding:0 20px; */
margin: 0 auto 12px auto;
text-align:center;
position:relative;
overflow:hidden;
}
.ztzl-miniSlide .bd ul{
overflow:hidden;
margin-left:33px !important;
}
.ztzl-miniSlide .bd li{
float:left;
margin:0 10px 0 0;
}
.ztzl-miniSlide .bd li img{
width:275px;
height:80px;
-webkit-border-radius:10px; -moz-border-radius:10px; border-radius:10px;
}
.ztzl-miniSlide .bd .tit{
display:none;
}
.ztzl-miniSlide .prev,.ztzl-miniSlide .next{
display:block;
width:33px;
height:33px;
background:url(../../Base/img/ind-ztzl-miniSlide.png) 0 0 no-repeat;
position:absolute;
left:0;
top: 26px;
filter:alpha(opacity=60);opacity:0.6;
}
.ztzl-miniSlide .next{
left:auto;
right:0;
background-position:right 0;
}
.ztzl-miniSlide .prev:hover,.ztzl-miniSlide .next:hover{
filter:alpha(opacity=100);opacity:1;
}
#indBox-ztzl .infoList{
height:112px;
overflow:hidden;
}
#indBox-ztzl .infoList li{
height:28px;
line-height:28px;
}
#indBox-ztzl .infoList .first{
margin-top:-112px;
}
/* 首页---------------------------------------- */
/* 热点关注 */
.headNew {
padding:5px 20px 5px 0px;
text-align:left;
}
.headNew dt {
float: left;
width: 150px;
height: 69px;
position: relative;
margin-right: 25px;
}
.jrgz_top {
height: 39px;
background: #fb6e52;
}
.jrgz_bt {
height: 30px;
background: #f3f2f2;
text-align: center;
overflow: hidden;
line-height:36px;
}
.jrgz_top p {
color: #fff;
font-size: 18px;
margin-left: 15px;
padding-left: 30px;
line-height: 39px;
background: url(../../Base/img/xwzx_icon1.png) no-repeat left center;
}
.headNew dd{
overflow:hidden;
}
.headNew .title{
height:32px;
line-height:32px;
overflow:hidden;
font-size:30px;
font-weight:bold;
margin-bottom:10px
}
.headNew .title a{
color:#444;
}
.headNew .intro{
font-size:14px;
line-height: 24px;
height: 30px;
overflow:hidden;
color:#999;
}
#focusNews{
width:500px;
float:left;
margin-right:20px;
margin-bottom:0;
}
#indXwdt{
overflow:hidden;
}
#indXwdt .infoList li{
font-size:16px;
line-height:32px;
height:32px;
}
/* 新闻---------------------------------------- */
.newsPage #indBdyw{
width:575px;
float:left;
}
.newsPage #indBmgg{
width:575px;
float:right;
}
/* 文章内容列表-日期式 */
.dateList li{
padding:20px 0;
border-bottom:1px dotted #ccc;
overflow:hidden;
height:80px;
}
.dateList .first{
padding-top:5px;
}
.dateList .first .title a{
color:#3069B8
}
.dateList .date{
width:80px;
height:80px;
background:#F7F7F7;
text-align:center;
color:#999;
float:left;
margin-right:20px;
-webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px;
}
.dateList .date dt{
height:52px;
line-height:52px;
font-size:36px;
}
.dateList .date dd{
line-height:22px;
}
.dateList .con{
overflow:hidden;
}
.dateList .title{
font-size:16px;
font-weight:bold;
line-height:30px;
height:30px;
overflow:hidden;
margin-bottom:5px;
}
.dateList .more{
color:#3069B8
}
.dateList .intro{
color:#999;
line-height:20px;
height:40px;
font-size:12px;
}
/* 政务---------------------------------------- */
.govPage .mainContent{
width:936px;
float:right;
}
.govPage .side{
width:210px;
float:left;
}
.govPage .zwMenu{
height:410px;
}
.zwMenu li{
height:40px;
line-height:40px;
margin-bottom:12px;
}
.zwMenu a{
display:block;
background: url(../../Base/img/ind-zwMenu.png) 17px 12px no-repeat #eee;
border:1px solid #E1E1E1;
padding-left:50px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px;
-webkit-transition:padding 400ms;-o-transition:padding 400ms;-moz-transition:padding 400ms;transition:padding 400ms;
}
.zwMenu .li2 a{
background-position: 17px -88px;
}
.zwMenu .li3 a{
background-position: 17px -187px;
}
.zwMenu .li4 a{
background-position: 17px -287px;
}
.zwMenu .li5 a{
background-position: 17px -389px;
}
.zwMenu .li6 a{
background-position: 17px -490px;
}
.zwMenu .li7 a{
background-position: 17px -588px;
}
.zwMenu .li8 a{
background-position: 17px -689px;
}
.zwMenu a:hover{
background-color:#3069B8;
color:#fff;
text-decoration:none;
background-position: 17px -39px;
padding-left:53px
}
.zwMenu .li2 a:hover{
background-position: 17px -138px;
}
.zwMenu .li3 a:hover{
background-position: 17px -237px;
}
.zwMenu .li4 a:hover{
background-position: 17px -337px;
}
.zwMenu .li5 a:hover{
background-position: 17px -439px;
}
.zwMenu .li6 a:hover{
background-position: 17px -540px;
}
.zwMenu .li7 a:hover{
background-position: 17px -638px;
}
.zwMenu .li8 a:hover{
background-position: 17px -739px;
}
#indZwdt{
width:455px;
float:left;
height:314px;
}
#indSzfcwh{
width:455px;
float:right;
height:314px;
}
.zwZtList{
clear:both;
overflow:hidden;
margin-right:-20px;
height:100px;
}
.zwZtList li{
float:left;
height:40px;
line-height:40px;
margin:0 15px 10px 0;
width:120px;
}
.zwZtList a{
display:block;
padding-left:30px;
background: url(../../Base/img/ind-zwMenu.png) 10px -800px no-repeat #eee;
border:1px solid #E1E1E1;
-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px;
overflow:hidden;
height:40px;
-webkit-transition:padding 400ms;-o-transition:padding 400ms;-moz-transition:padding 400ms;transition:padding 400ms;
}
.zwZtList a:hover{
background-color:#3069B8;
text-decoration:none;
color:#fff;
background-position: 10px -861px;
padding-left:33px
}
/* 领导 ---------------------------------------- */
.leaderPage .mainContent{
width:650px;
}
.leaderPage .side{
width:500px;
}
.indLeader li{
overflow:hidden;
padding:20px;
border-bottom:1px dotted #ccc;
margin-bottom:20px;
}
.indLeader .pic{
float:left;
width:150px;
text-align:center;
margin-right:20px;
}
.indLeader .pic img{
width:130px;
height:178px;
border:10px solid #eee;
-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px;
}
.indLeader .pic a:hover img{
border-color:#ddd
}
.indLeader .con{
overflow:hidden;
}
.indLeader .title {
line-height:50px;
}
.indLeader .title a{
font-size:30px;
font-weight:bold;
color:#DF0002;
}
.indLeader .title .job{
margin-left:15px;
font-size:18px;
font-weight:bold;
color:#555
}
.indLeader .intro{
font-size:12px;
line-height:24px;
height:120px;
overflow:hidden;
}
.leaderSideBox{
overflow:hidden
}
.leaderSideBox .hd{
width:46px;
height:145px;
background:#3069B8;
color:#fff;
float:left;
overflow:hidden;
margin-right:15px;
}
.leaderSideBox .hd a{
display:block;
padding:30px 15px;
color:#fff;
font-size:16px;
line-height:20px;
}
.leaderSideBox .bd{
overflow:hidden;
}
.leaderTable{
overflow:hidden;
background:url(../../Base/img/line1.png)
}
.leaderTable li{
width:20%;
height:30px;
line-height:30px;
float:left;
text-align:center;
}
.leaderTable .job{
display:none
}
/* 市情 ---------------------------------------- */
.aboutPage .mainContent{
width:695px;
}
.aboutPage .side{
width:460px;
}
.aboutBox .bd{
padding:95px 10px 10px 10px;
background:url(../../Base/img/ind-about.jpg) 0 0 no-repeat;
}
.aboutBox .intro{
text-indent:2em;
line-height:28px;
height:224px;
overflow:hidden;
}
.aboutBox .hd{
margin-top: 16px;
overflow:hidden;
height:46px;
background: url(../../Base/img/ind-about-line.png) 1px 36px no-repeat;
}
.aboutBox .hd li{
float:left;
width: 98px;
text-align:center;
height:46px;
}
.aboutBox .hd .on{
background: url(../../Base/img/ind-about-line.png) 10px -54px no-repeat;
}
.aboutBox .hd a:hover{
text-decoration:none;
color:#3069B8
}
.aboutSideBox{
background:#F2FCFF;
}
.aboutSideBox .hd{
height:90px;
background:url(../../Base/img/ind-about-hd.png) 0 0 no-repeat;
}
.aboutSideBox .bd{
height:112px;
}
.aboutSideBox .on{
height:103px;
}
.aboutSideBox .list{
overflow:hidden;
padding: 12px 0 20px 56px;
}
.aboutSideBox .list li{
float:left;
height:40px;
line-height:40px;
width:132px;
}
.aboutSideBox .list li a{
padding-left: 16px;
background: url(../../Base/img/icons.png) 0 8px no-repeat;
}
#indFzlz .hd{
background-position:0 -145px
}
#indTzlz .hd{
background-position:0 -290px
}
/* 机构 ---------------------------------------- */
.deptPage .boxA .hd h3{
padding-left: 40px;
background: url(../../Base/img/ind-icons.png) 10px 12px no-repeat;
border-bottom:3px solid #3069B8;
}
.deptPage .boxA .hd{
margin-bottom:5px;
}
.deptTable{
width:100%;
}
.deptTable td{
height: 28px;
line-height: 28px;
font-size:12px;
padding:0 10px;
}
.deptTable .even{
background:#F8F8F8;
border:1px dotted #ccc;
}
#indSfbnsjg{
float:left;
width:500px;
margin-right:20px;
}
#indSjwjcj{
float:left;
width:250px;
margin-right:20px;
}
#indsfbgkdw{
float:right;
width:380px;
}
.deptPage .more{
display:block;
text-align:center;
width:170px;
height:40px;
line-height:40px;
padding-left:20px;
background: url(../../Base/img/ind-icons.png) 30px -108px no-repeat #F6F6F6;
color:#999;
margin:20px auto;
}
.deptPage .more:hover{
text-decoration:none;
background-color:#eee
}
/* 专题 ---------------------------------------- */
.ztList{
overflow:hidden;
margin-right:-20px;
}
.ztList li{
margin:0 10px 10px 0;
float:left;
font-size:24px;
line-height:36px;
overflow:hidden;
width:300px;
height:130px;
line-height:130px;
background:#2EAA91;
}
.ztList a{
text-align:center;
color:#fff;
display:block;
}
.ztList .li2{
width:400px;
background:#11B0CB;
}
.ztList .li3{
width:160px;
background:#FFCE55;
}
.ztList .li4{
width:280px;
height:100px;
line-height:36px;
padding-top:30px;
background:#A0D468;
}
.ztList .li4 a{
padding:0 50px;
}
.ztList .li5{
width:300px;
height:120px;
line-height:36px;
padding-top:40px;
background:#11B0CB;
}
.ztList .li5 a{
padding:0 70px;
}
.ztList .li6{
width:400px;
height:160px;
line-height:160px;
background:#FC6E52;
}
.ztList .li7{
width:450px;
height:160px;
line-height:160px;
background:#FC6E52;
}
.ztList .li8{
width:300px;
height:95px;
line-height:95px;
background:#5D9CEC;
}
.ztList .li9{
width:300px;
height:95px;
line-height:95px;
background:#EC5D5D;
}
.ztList .li10{
width:300px;
height:95px;
line-height:95px;
background:#7DBA5B;
}
.ztList .li11{
width:240px;
height:95px;
line-height:95px;
background:#51C1E9;
}
.ztList a{
position:relative;
top:0;
-webkit-transition:top 200ms;-o-transition:top 200ms;-moz-transition:top 200ms;transition:top 200ms;
}
.ztList a:hover{
text-decoration:none
}
.ztList a:hover{
top:-4px;
}
/* 互动 ---------------------------------------- */
.interactionPage .mainContent{
width:755px;
}
.interactionPage .side{
width:400px;
}
#indSjxx{
/* width:518px; */
float:left;
}
#indSjxx .bd{
height:120px;
}
.ywzsk{
width:220px;
float:right;
}
.ywzsk li{
vertical-align: top;
overflow:hidden;
margin-bottom:13px;
}
.ywzsk li a{
display:block;
height:83px;
line-height:83px;
color:#538E10;
font-size:24px;
padding-left:75px;
font-weight:bold;
background: url(../../Base/img/ind-interac.png) 20px -816px no-repeat #F2FBE8;
border:1px solid #DFEBD1;
-webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px;
-webkit-transition:background 200ms;-o-transition:background 200ms;-moz-transition:background 200ms;transition:background 200ms;
}
.ywzsk .li2 a{
background-position: 20px -908px;
background-color:#DFF9F2;
border-color:#C8E6DE;
color:#008B76;
}
.ywzsk .li3 a{
background-position: 20px -994px;
background-color:#FFE8E5;
border-color:#F2B6B6;
line-height:28px;
padding-top:14px;
height:71px;
color:#DE4949;
}
.ywzsk li a:hover{
text-decoration:none;
background-color:#DFEBD1
}
.ywzsk .li2 a:hover{
background-color:#C8E6DE
}
.ywzsk .li3 a:hover{
background-color:#fdc6c6
}
.interacBtns{
clear:both;
overflow:hidden;
}
.interacBtns li{
position:relative;
float:left;
width: 118px;
height:110px;
text-align:center;
margin-right: 11px;
overflow:hidden;
}
.interacBtns a{
display:block;
border:1px solid #f2f2f2;
padding-top: 68px;
line-height:40px;
position:absolute;
width:116px;
left:0;
top:0;
-webkit-transition:background 200ms;-o-transition:background 200ms;-moz-transition:background 200ms;transition:background 200ms;
}
.interacBtns i{
display:block;
height: 68px;
width:100%;
position:absolute;
left:0;
top:-2px;
background: url(../../Base/img/ind-interac.png) center 30px no-repeat;
-webkit-transition:top 200ms;-o-transition:top 200ms;-moz-transition:top 200ms;transition:top 200ms;
}
.interacBtns a:hover{
text-decoration:none;
background-color:#EEF5FF;
color:#3069B8;
font-weight:bold;
border-color:#D8E1EE;
z-index:1
}
.interacBtns .li2 i{
background-position: center -142px;
}
.interacBtns .li3 i{
background-position: center -310px;
}
.interacBtns .li4 i{
background-position: center -480px;
}
.interacBtns .li5 i{
background-position: center -638px;
}
.interacBtns .li6 i{
background-position: center -729px;
}
.interacBtns .li5,.interacBtns .li6{
margin-right:0;
}
.interacBtns .li1 a:hover i{
background-position: center -37px;
}
.interacBtns .li2 a:hover i{
background-position: center -209px;
}
.interacBtns .li3 a:hover i{
background-position: center -377px;
}
.interacBtns .li4 a:hover i{
background-position: center -547px;
}
.interacBtns li a:hover i{
top:-5px;
}
.interacBtns .li6{
margin-left:-1px;
}
.interacBtns .pic{
display:none;
}
.interacBtns .pic img{
width:95px;
height:110px;
}
.interacBtns .hover a{
display:none
}
.interacBtns .hover .pic{
display:block;
}
.interviewItem{
overflow:hidden;
height:90px;
margin-bottom:18px;
}
.interviewItem .interviewPic{
float:left;
width:120px;
margin-right:15px;
}
.interviewItem .interviewPic img{
width:100%;
height:90px;
}
.interviewItem .interviewCon{
overflow:hidden;
zoom:1;
line-height:24px;
}
.interviewItem .interviewCon div{
height:24px;
overflow:hidden;
}
.interviewLink{
clear:both;
overflow:hidden;
}
.itvBtns{
overflow:hidden
}
.itvBtns li{
float:left;
width:190px;
}
.itvBtns a{
display:block;
height:48px;
line-height:48px;
background: url(../../Base/img/ind-interac.png) 30px -1104px no-repeat #FFF9DD;
border:1px solid #F0E9CA;
font-weight:bold;
font-size:16px;
color:#CE7B18;
padding-left: 80px;
-webkit-border-radius:2px;
-moz-border-radius:2px;
border-radius:2px;
}
.itvBtns .li2{
float:right;
}
.itvBtns .li2 a{
background-position: 30px -1195px;
}
.itvBtns a:hover{
text-decoration:none;
background-color:#f9eeba;
border-color:#f9eeba
}
#indYgzw .bd{
padding:15px 0
}
/* 服务 ---------------------------------------- */
#indGrbs{
width:460px;
float:left;
}
#indGrbs .bd{
padding-bottom:10px;
height:246px;
}
#indZdfw{
width:690px;
float:right;
}
.grbsList{
height: 237px;
}
.zdfwList{
overflow:hidden;
margin-right:-20px;
height:105px;
padding-top:5px;
}
.zdfwList li{
height:36px;
line-height:36px;
width: 127px;
float:left;
margin:0 13px 25px 0;
position:relative;
overflow:hidden;
}
.zdfwList a{
display:block;
padding-left:46px;
position:relative;
z-index:1;
background: url(../../Base/img/ind-service-zdfw.png) -1px -7px no-repeat;
}
.zdfwList i{
display:block;
width:36px;
height:36px;
background:#5678CC;
position:absolute;
left:0;
top:0;
z-index:0;
-webkit-border-radius:2px; -moz-border-radius:2px; border-radius:2px;
-webkit-transition:width 200ms;-o-transition:width 200ms;-moz-transition:width 200ms;transition:width 200ms;
}
.zdfwList .li2 a{
background-position:-1px -57px;
}
.zdfwList .li3 a{
background-position:-1px -107px;
}
.zdfwList .li4 a{
background-position:-1px -157px;
}
.zdfwList .li5 a{
background-position:-1px -207px;
}
.zdfwList .li6 a{
background-position:-1px -257px;
}
.zdfwList .li7 a{
background-position:-1px -307px;
}
.zdfwList .li8 a{
background-position:-1px -357px;
}
.zdfwList .li9 a{
background-position:-1px -407px;
}
.zdfwList .li10 a{
background-position:-1px -457px;
}
.zdfwList .li2 i{
background-color:#2492A3;
}
.zdfwList .li3 i{
background-color:#2BA76A;
}
.zdfwList .li4 i{
background-color:#F0B011;
}
.zdfwList .li5 i{
background-color:#00B1EF;
}
.zdfwList .li6 i{
background-color:#8DD0BE;
}
.zdfwList .li7 i{
background-color:#395586;
}
.zdfwList .li8 i{
background-color:#FBA540;
}
.zdfwList .li9 i{
background-color:#B9B286;
}
.zdfwList .li10 i{
background-color:#F96450;
}
.zdfwList li:hover i{
width:100%;
}
.zdfwList a:hover{
text-decoration:none;
color:#fff;
}
.serList{
overflow:hidden;
}
.serList li{
float:left;
border:1px solid #EEEEEE;
margin-left:-1px;
}
.serList .li1{
margin-left:0;
}
.serList a{
display:block;
width:228px;
text-align:center;
line-height:40px;
padding: 74px 0 4px 0;
position:relative;
font-size:16px;
background:#FCFFF5;
}
.serList i{
display:block;
height:75px;
position:absolute;
left:0;
top:0;
width:100%;
background:url(../../Base/img/ind-service-zdfw.png) center -557px no-repeat;
-webkit-transition:top 200ms;-o-transition:top 200ms;-moz-transition:top 200ms;transition:top 200ms;
}
.serList .li2 a{
background:#FFF5F5
}
.serList .li3 a{
background:#EDFAFF
}
.serList .li2 i{
background-position: center -693px;
}
.serList .li3 i{
background-position: center -811px;
}
.serList a:hover{
text-decoration:none;
color:#5FB149;
background:#f6ffe1
}
.serList a:hover i{
top:-3px;
}
.serList .li2 a:hover{
color:#F9644E;
background:#fde5e5
}
.serList .li3 a:hover{
color:#3069B8;
background:#daf0f9
}
.indFwsx{
overflow:hidden
}
.indFwsx dt{
height:80px;
width:20px;
padding:10px;
line-height:20px;
text-align:center;
background:#B9B286;
float:left;
font-size:16px;
color:#fff;
}
.indFwsx dd{
overflow:hidden;
border:1px solid #eee;
padding:11px 0;
text-align:center;
}
.footer2{
position:absolute;
bottom:0;
left:0;
width:100%;
height:50px;
line-height: 50px;
background-color:rgba(0,0,0,.35);
filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr="#70000000",endColorstr="#70000000");
color:#fff;
overflow:hidden;
}
.footer2 a{ color:#fff;}
.footer2 img{ max-height:30px; margin-top:10px; margin-left:5px;} | 0.249996 | 0.079139 |
@import url(http://fonts.googleapis.com/css?family=Oswald:400,300,700);
/* SCOREBOARD TABLE
*
*/
/* table & global */
table.scoreboard {
border-spacing: 0px;
margin: 0 auto;
border: 1px solid lightgrey;
border-collapse:collapse;
}
table.scoreboard th,
table.scoreboard td {
font-family: 'Oswald', sans-serif;
font-size: 16px;
line-height: 1.5;
text-align: center;
border: 1px solid lightgrey;
padding: 0 2px;
min-width: 1.2em;
}
table.scoreboard tr.odd {
background-color: #fcfcfc;
}
/* table caption */
table.scoreboard .percent {
font-size: xx-small;
}
table.scoreboard .score-type {
font-size: xx-small;
display: none;
}
table.scoreboard .course-name {
font-weight: bold;
}
table.scoreboard .competition-date {
font-style: italic;
font-size: smaller;
}
/* table header */
table.scoreboard th {
font-weight: bold;
}
table.scoreboard th.round {
color: darkblue;
}
table.scoreboard th.total {
color: black;
}
/* table header line labels */
table.scoreboard .par td:nth-child(1),
table.scoreboard .si td:nth-child(1),
table.scoreboard .length td:nth-child(1) {
text-align: right;
padding: 0 4px;
}
table.scoreboard th.label,
table.scoreboard td.label {
text-align: left;
}
table.scoreboard th.labelr,
table.scoreboard td.labelr {
text-align: right;
}
/* table footer */
table.scoreboard tr.last-updated td {
padding-right: 10px;
text-align: right;
color: lightgrey;
font-size: x-small;
font-style: italic;
}
table.scoreboard .notice {
text-align: center;
}
/* table data */
/*position*/
table.scoreboard > tbody > tr.player-score td:nth-child(1) {
font-weight: bold;
}
/*name*/
table.scoreboard > tbody > tr.player-score td:nth-child(2) {
text-align: left;
padding: 0 4px;
}
/*totals*/
table.scoreboard tbody tr.player-score td:last-child,
.total {
font-weight: bold;
}
/*score*/
table.scoreboard td.score {
/*border: 4px solid darkgreen;*/
color: #666;
}
table.scoreboard td.round {
color: darkblue;
font-size: 18px;
}
table.scoreboard td.total {
color: black;
font-size: 18px;
}
table.scoreboard .red {
color: red;
}
table.scoreboard th {
color: #888;
}
/* SPLITFLAP */
table.scoreboard-splitflap tr.player-score td {
min-width: 1.5em;
}
table.scoreboard-splitflap.scoreboard-nine tr.player-score td {
min-width: 1.7em;
}
table.scoreboard-splitflap td.name {
border: 2px solid darkgreen;
color: black;
}
table.scoreboard-splitflap td.round {
border: 2px solid darkblue;
}
table.scoreboard-splitflap td.total {
border: 2px solid black;
}
table.scoreboard-splitflap td.name,
table.scoreboard-splitflap td.round,
table.scoreboard-splitflap td.total {
font-weight: normal;
font-size: 20px!important;
}
div.digit { /* note: digit_bg is 20x30px */
font-family: 'Oswald';
/* font-weight: bold;*/
display: inline-block;
width:20px;
height:30px;
text-align:center;
background:url(digit_bg.png) no-repeat;
margin: 0px;
line-height:31px;
border-radius:2px;
font-size:1.2em;
padding: 0px;
max-width:20px;
}
/* PLAYER CARDS TABLE
*
*/
div.gt_card,
tr.gt_cards {
display: none;
}
/* begin css tabs */
ul.gt_tabs { /* general settings */
text-align: left; /* set to left, right or center */
margin: 1em 0 1em 0; /* set margins as desired */
border-bottom: 1px solid #666; /* set border COLOR as desired */
list-style-type: none;
padding: 3px 10px 3px 10px; /* THIRD number must change with respect to padding-top (X) below */
}
ul.gt_tabs li { /* do not change */
display: inline-block;
}
body#tab1 li.tab1, body#tab2 li.tab2, body#tab3 li.tab3, body#tab4 li.tab4 { /* settings for selected tab */
border-bottom: 1px solid #fff; /* set border color to page background color */
background-color: #fff; /* set background color to match above border color */
}
ul.gt_tabs a.current { /* settings for selected tab link */
background-color: #fff; /* set selected tab background color as desired */
color: #000; /* set selected tab link color as desired */
position: relative;
top: 1px;
padding-top: 4px; /* must change with respect to padding (X) above and below */
}
ul.gt_tabs li a { /* settings for all tab links */
padding: 3px 4px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
border: 1px solid #666; /* set border COLOR as desired; usually matches border color specified in #tabnav */
background-color: #ddd; /* set unselected tab background color as desired */
color: #666!important; /* set unselected tab link color as desired */
margin-right: 0px; /* set additional spacing between tabs as desired */
text-decoration: none;
border-bottom: none;
}
ul.gt_tabs a:hover { /* settings for hover effect */
background: #fff; /* set desired hover color */
}
/* end css tabs */
/* tabs
ul.gt_tabs li {
display: inline-block;
padding: 4px;
}
ul.gt_tabs li a:hover {
text-decoration: underline;
}
ul.gt_tabs a.current {
text-decoration: underline;
}
*/
.closebox {
float: right;
padding: 4px;
font-size: x-small;
}
/* player cards tables */
table.golfer_card {
margin: 10px auto;
}
table.stats td.label:first-child,
table.summary td.label:first-child,
table.round_detail td.label:first-child {
text-align: left;
}
table.round_detail tbody tr.player-error td {
text-align: center;
}
/*
*
*/
.widget table.scoreboard .total {
color: #999;
}
.widget table.scoreboard th,
.widget table.scoreboard td,
.widget table.scoreboard {
border-color: #888;
} | common/assets/css/scoreboard.css | @import url(http://fonts.googleapis.com/css?family=Oswald:400,300,700);
/* SCOREBOARD TABLE
*
*/
/* table & global */
table.scoreboard {
border-spacing: 0px;
margin: 0 auto;
border: 1px solid lightgrey;
border-collapse:collapse;
}
table.scoreboard th,
table.scoreboard td {
font-family: 'Oswald', sans-serif;
font-size: 16px;
line-height: 1.5;
text-align: center;
border: 1px solid lightgrey;
padding: 0 2px;
min-width: 1.2em;
}
table.scoreboard tr.odd {
background-color: #fcfcfc;
}
/* table caption */
table.scoreboard .percent {
font-size: xx-small;
}
table.scoreboard .score-type {
font-size: xx-small;
display: none;
}
table.scoreboard .course-name {
font-weight: bold;
}
table.scoreboard .competition-date {
font-style: italic;
font-size: smaller;
}
/* table header */
table.scoreboard th {
font-weight: bold;
}
table.scoreboard th.round {
color: darkblue;
}
table.scoreboard th.total {
color: black;
}
/* table header line labels */
table.scoreboard .par td:nth-child(1),
table.scoreboard .si td:nth-child(1),
table.scoreboard .length td:nth-child(1) {
text-align: right;
padding: 0 4px;
}
table.scoreboard th.label,
table.scoreboard td.label {
text-align: left;
}
table.scoreboard th.labelr,
table.scoreboard td.labelr {
text-align: right;
}
/* table footer */
table.scoreboard tr.last-updated td {
padding-right: 10px;
text-align: right;
color: lightgrey;
font-size: x-small;
font-style: italic;
}
table.scoreboard .notice {
text-align: center;
}
/* table data */
/*position*/
table.scoreboard > tbody > tr.player-score td:nth-child(1) {
font-weight: bold;
}
/*name*/
table.scoreboard > tbody > tr.player-score td:nth-child(2) {
text-align: left;
padding: 0 4px;
}
/*totals*/
table.scoreboard tbody tr.player-score td:last-child,
.total {
font-weight: bold;
}
/*score*/
table.scoreboard td.score {
/*border: 4px solid darkgreen;*/
color: #666;
}
table.scoreboard td.round {
color: darkblue;
font-size: 18px;
}
table.scoreboard td.total {
color: black;
font-size: 18px;
}
table.scoreboard .red {
color: red;
}
table.scoreboard th {
color: #888;
}
/* SPLITFLAP */
table.scoreboard-splitflap tr.player-score td {
min-width: 1.5em;
}
table.scoreboard-splitflap.scoreboard-nine tr.player-score td {
min-width: 1.7em;
}
table.scoreboard-splitflap td.name {
border: 2px solid darkgreen;
color: black;
}
table.scoreboard-splitflap td.round {
border: 2px solid darkblue;
}
table.scoreboard-splitflap td.total {
border: 2px solid black;
}
table.scoreboard-splitflap td.name,
table.scoreboard-splitflap td.round,
table.scoreboard-splitflap td.total {
font-weight: normal;
font-size: 20px!important;
}
div.digit { /* note: digit_bg is 20x30px */
font-family: 'Oswald';
/* font-weight: bold;*/
display: inline-block;
width:20px;
height:30px;
text-align:center;
background:url(digit_bg.png) no-repeat;
margin: 0px;
line-height:31px;
border-radius:2px;
font-size:1.2em;
padding: 0px;
max-width:20px;
}
/* PLAYER CARDS TABLE
*
*/
div.gt_card,
tr.gt_cards {
display: none;
}
/* begin css tabs */
ul.gt_tabs { /* general settings */
text-align: left; /* set to left, right or center */
margin: 1em 0 1em 0; /* set margins as desired */
border-bottom: 1px solid #666; /* set border COLOR as desired */
list-style-type: none;
padding: 3px 10px 3px 10px; /* THIRD number must change with respect to padding-top (X) below */
}
ul.gt_tabs li { /* do not change */
display: inline-block;
}
body#tab1 li.tab1, body#tab2 li.tab2, body#tab3 li.tab3, body#tab4 li.tab4 { /* settings for selected tab */
border-bottom: 1px solid #fff; /* set border color to page background color */
background-color: #fff; /* set background color to match above border color */
}
ul.gt_tabs a.current { /* settings for selected tab link */
background-color: #fff; /* set selected tab background color as desired */
color: #000; /* set selected tab link color as desired */
position: relative;
top: 1px;
padding-top: 4px; /* must change with respect to padding (X) above and below */
}
ul.gt_tabs li a { /* settings for all tab links */
padding: 3px 4px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
border: 1px solid #666; /* set border COLOR as desired; usually matches border color specified in #tabnav */
background-color: #ddd; /* set unselected tab background color as desired */
color: #666!important; /* set unselected tab link color as desired */
margin-right: 0px; /* set additional spacing between tabs as desired */
text-decoration: none;
border-bottom: none;
}
ul.gt_tabs a:hover { /* settings for hover effect */
background: #fff; /* set desired hover color */
}
/* end css tabs */
/* tabs
ul.gt_tabs li {
display: inline-block;
padding: 4px;
}
ul.gt_tabs li a:hover {
text-decoration: underline;
}
ul.gt_tabs a.current {
text-decoration: underline;
}
*/
.closebox {
float: right;
padding: 4px;
font-size: x-small;
}
/* player cards tables */
table.golfer_card {
margin: 10px auto;
}
table.stats td.label:first-child,
table.summary td.label:first-child,
table.round_detail td.label:first-child {
text-align: left;
}
table.round_detail tbody tr.player-error td {
text-align: center;
}
/*
*
*/
.widget table.scoreboard .total {
color: #999;
}
.widget table.scoreboard th,
.widget table.scoreboard td,
.widget table.scoreboard {
border-color: #888;
} | 0.272121 | 0.097219 |
body {
margin: 0;
padding: 0;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
color: #ccc;
background-color: #181818;
}
/*
* Formatting the header area
*/
header {
background-color: #000;
height: 50px;
width: 100%;
opacity: .9;
margin-bottom: 30px;
padding: 1.5em 0;
}
header h1.logo {
margin: 0;
font-size: 1.7em;
color: #fff;
text-transform: uppercase;
float: left;
}
header h1.logo:hover {
color: #1EDB61;
text-decoration: none;
}
footer {
/* position: fixed; */
height: 30px;
background-color: #222;
bottom: 0px;
left: 0px;
right: 0px;
margin-top: 30px;
margin-bottom: 0px;
padding: 10px 0 30px 0;
}
/*
* Centering the body content
*/
.container {
width: 1200px;
margin: 0 auto;
}
div.content {
padding: 30px 30px 30px 30px;
background-color: #222;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}
div.large-cover {
float: left;
margin: 10px 30px 30px 10px;
}
h2 {
font-family: "Helvetica Neue Light",Helvetica,Arial;
font-size: 3em;
margin-top: 40px;
text-align: center;
letter-spacing: -2px;
}
h3 {
font-size: 1.7em;
font-weight: 100;
margin-top: 30px;
text-align: center;
letter-spacing: -1px;
color: #999;
}
.menu {
float: right;
margin: auto;
}
.menu li {
display: inline;
}
.menu li + li {
margin-left: 35px;
}
.menu li a {
color: #fff;
text-decoration: none;
}
.menu li form {
display:inline;
}
.menu li form #submit {
background-color: #1EDB61;
color: #fff;
border: 0;
padding: 5px 10px;
cursor: pointer;
}
.menu li a:hover {
color: #1EDB61;
text-decoration: none;
}
table.playlist {
border-collapse: collapse;
width: 100%;
}
table.playlist td, th {
text-align: left;
padding: 8px;
}
table.playlist thead {
font-size: 1.5em;
border-bottom: 1px solid #444;
}
table.playlist tr:nth-child(even) {
background-color: #252525;
} | app/static/css/main.css | body {
margin: 0;
padding: 0;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
color: #ccc;
background-color: #181818;
}
/*
* Formatting the header area
*/
header {
background-color: #000;
height: 50px;
width: 100%;
opacity: .9;
margin-bottom: 30px;
padding: 1.5em 0;
}
header h1.logo {
margin: 0;
font-size: 1.7em;
color: #fff;
text-transform: uppercase;
float: left;
}
header h1.logo:hover {
color: #1EDB61;
text-decoration: none;
}
footer {
/* position: fixed; */
height: 30px;
background-color: #222;
bottom: 0px;
left: 0px;
right: 0px;
margin-top: 30px;
margin-bottom: 0px;
padding: 10px 0 30px 0;
}
/*
* Centering the body content
*/
.container {
width: 1200px;
margin: 0 auto;
}
div.content {
padding: 30px 30px 30px 30px;
background-color: #222;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}
div.large-cover {
float: left;
margin: 10px 30px 30px 10px;
}
h2 {
font-family: "Helvetica Neue Light",Helvetica,Arial;
font-size: 3em;
margin-top: 40px;
text-align: center;
letter-spacing: -2px;
}
h3 {
font-size: 1.7em;
font-weight: 100;
margin-top: 30px;
text-align: center;
letter-spacing: -1px;
color: #999;
}
.menu {
float: right;
margin: auto;
}
.menu li {
display: inline;
}
.menu li + li {
margin-left: 35px;
}
.menu li a {
color: #fff;
text-decoration: none;
}
.menu li form {
display:inline;
}
.menu li form #submit {
background-color: #1EDB61;
color: #fff;
border: 0;
padding: 5px 10px;
cursor: pointer;
}
.menu li a:hover {
color: #1EDB61;
text-decoration: none;
}
table.playlist {
border-collapse: collapse;
width: 100%;
}
table.playlist td, th {
text-align: left;
padding: 8px;
}
table.playlist thead {
font-size: 1.5em;
border-bottom: 1px solid #444;
}
table.playlist tr:nth-child(even) {
background-color: #252525;
} | 0.444083 | 0.095729 |
@-moz-document domain("dota2lounge.com") {
/*
Made by Kizaro
To get info on next style created or contact me, Follow https://twitter.com/ViktorSIXth
*/
a:link {
color: #901212 !important;
font-size: 15px!important;
font-weight: 700!important;
}
a:visited{
color:#760000 !important;
}
a:hover {
color:#DC0000 !important;
background: #000!important;
}
a:active{color:#FF0000 !important;
}
/*background color*/
body {
background-color: black!important;
}
/*bottom color*/
body.darktheme .file-list-item .desc, .file-list-item .bottombar {
color: #AD2020!important;
}
/*box color*/
.box {
background: black!important;
}
/*border of offers*/
.tradepoll {
border: 1.5px groove red!important;
}
/*border bottom of offers headline*/
.tradeheader {
border-bottom: 1px groove red!important;
}
/*text shadow*/
#tradelist a {
text-shadow: 1px 1px 0 #7A0000!important;
}
/*offers color*/
div.tradecnt {
background: black!important;
}
/*matches color*/
.match, .winnings {
float: left;
width: 100%;
min-height: 75px;
background-color: #531414;
background-repeat: no-repeat;
background-position: right;
border-radius: 5px;
box-shadow: 1px 1px 2px #F00;
}
/*matches teams color + border*/
.teamtext {
background: rgba(0, 0, 0, 0.9);
border: 2px solid red;
}
/*offers border*/
.left, .right {
background: #000;
border: 1px dotted red;
}
/*buttons outset*/
.simplePagerNav li a {
color: #555;
background: #000;
margin: 2px;
height: 18px;
padding: 4px;
text-align: center;
min-width: 18px;
border-radius: 3px;
border: 1px outset red;
text-shadow: 1px 1px 0 #000;
box-shadow: 1px 1px rgba(60, 58, 58, 0);
}
/*text color*/
.whenm, .eventm {
text-shadow: 1px 1px 0 #000000;
color: red;
}
tr:nth-child(odd) {
background: #381313!important;
color: #2CA300!important;
}
.lost {
text-shadow: 1px 1px 0px #000000;
color: #A90000;
}
.won {
text-shadow: 1px 1px 0px #000000;
color: #2ECA00;
}
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 {
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
margin: 0;
padding: 0;
color: #47E0E5;
}
tr:nth-child(odd) {
background: #2E0000;
}
.lost {
text-shadow: 1px 1px 0px #000000;
}
#replist li:nth-child(even) {
background: #300000;
}
#replist li:nth-child(even) {
background: #300000;
border-top: 1px solid red;
border-bottom: 1px solid red;
}
.standard {
float: left;
width: 98%;
margin: 12px 1%;
background: black;
border: 1px solid red;
}
.message {
word-wrap: break-word;
width: 98%;
margin: 1px 1% 20px 1%;
line-height: 1.2em;
font-weight: 700;
color: red;
float: left;
border: 1px solid red;
border-radius: 4px;
box-shadow: -1px -1px 1px #000000;
background: #000;
background: radial-gradient(ellipse at 0 0,#000 0,#000000 50%);
}
#messages #notes {
color: red;
font-weight: 700;
border: 1px solid red;
}
.winsorloses {
width: 47%;
background: black;
border: 1px solid red;
}
} | data/usercss/120103.user.css | @-moz-document domain("dota2lounge.com") {
/*
Made by Kizaro
To get info on next style created or contact me, Follow https://twitter.com/ViktorSIXth
*/
a:link {
color: #901212 !important;
font-size: 15px!important;
font-weight: 700!important;
}
a:visited{
color:#760000 !important;
}
a:hover {
color:#DC0000 !important;
background: #000!important;
}
a:active{color:#FF0000 !important;
}
/*background color*/
body {
background-color: black!important;
}
/*bottom color*/
body.darktheme .file-list-item .desc, .file-list-item .bottombar {
color: #AD2020!important;
}
/*box color*/
.box {
background: black!important;
}
/*border of offers*/
.tradepoll {
border: 1.5px groove red!important;
}
/*border bottom of offers headline*/
.tradeheader {
border-bottom: 1px groove red!important;
}
/*text shadow*/
#tradelist a {
text-shadow: 1px 1px 0 #7A0000!important;
}
/*offers color*/
div.tradecnt {
background: black!important;
}
/*matches color*/
.match, .winnings {
float: left;
width: 100%;
min-height: 75px;
background-color: #531414;
background-repeat: no-repeat;
background-position: right;
border-radius: 5px;
box-shadow: 1px 1px 2px #F00;
}
/*matches teams color + border*/
.teamtext {
background: rgba(0, 0, 0, 0.9);
border: 2px solid red;
}
/*offers border*/
.left, .right {
background: #000;
border: 1px dotted red;
}
/*buttons outset*/
.simplePagerNav li a {
color: #555;
background: #000;
margin: 2px;
height: 18px;
padding: 4px;
text-align: center;
min-width: 18px;
border-radius: 3px;
border: 1px outset red;
text-shadow: 1px 1px 0 #000;
box-shadow: 1px 1px rgba(60, 58, 58, 0);
}
/*text color*/
.whenm, .eventm {
text-shadow: 1px 1px 0 #000000;
color: red;
}
tr:nth-child(odd) {
background: #381313!important;
color: #2CA300!important;
}
.lost {
text-shadow: 1px 1px 0px #000000;
color: #A90000;
}
.won {
text-shadow: 1px 1px 0px #000000;
color: #2ECA00;
}
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 {
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
margin: 0;
padding: 0;
color: #47E0E5;
}
tr:nth-child(odd) {
background: #2E0000;
}
.lost {
text-shadow: 1px 1px 0px #000000;
}
#replist li:nth-child(even) {
background: #300000;
}
#replist li:nth-child(even) {
background: #300000;
border-top: 1px solid red;
border-bottom: 1px solid red;
}
.standard {
float: left;
width: 98%;
margin: 12px 1%;
background: black;
border: 1px solid red;
}
.message {
word-wrap: break-word;
width: 98%;
margin: 1px 1% 20px 1%;
line-height: 1.2em;
font-weight: 700;
color: red;
float: left;
border: 1px solid red;
border-radius: 4px;
box-shadow: -1px -1px 1px #000000;
background: #000;
background: radial-gradient(ellipse at 0 0,#000 0,#000000 50%);
}
#messages #notes {
color: red;
font-weight: 700;
border: 1px solid red;
}
.winsorloses {
width: 47%;
background: black;
border: 1px solid red;
}
} | 0.243103 | 0.067117 |
.color-scheme-white header,
.color-scheme-white footer {
background-color: #ee4d4d;
color: white !important;
}
.color-scheme-white a {
color: #EFADAD;
}
.color-scheme-white .article-read-more a,
.color-scheme-white .pagination li a {
color: #000;
}
.color-scheme-white .article-read-more a:hover,
.color-scheme-white .pagination li a {
background-color: #ee4d4d;
color: #000;
padding: 2px 4px;
}
/* BLACK -- base00 -- #151515 */
.color-scheme-black header,
.color-scheme-black footer {
background-color: #151515;
color: #FFF;
}
.color-scheme-black a {
color: #FFF;
}
.color-scheme-black .article-read-more a,
.color-scheme-black .pagination li a {
color: #151515;
}
.color-scheme-black .article-read-more a:hover,
.color-scheme-black .pagination li a {
background-color: #151515;
color: #FFF;
padding: 2px 4px;
}
/* RED -- base08 -- #AC4142 */
.color-scheme-red header,
.color-scheme-red footer {
background-color: #AC4142;
color: #FFF;
}
.color-scheme-red a {
color: #FFF;
}
.color-scheme-red .article-read-more a,
.color-scheme-red .pagination li a {
color: #AC4142;
}
.color-scheme-red .article-read-more a:hover,
.color-scheme-red .pagination li a {
background-color: #AC4142;
color: #FFF;
padding: 2px 4px;
}
/* ORANGE -- base09 -- #D28445 */
.color-scheme-orange header,
.color-scheme-orange footer {
background-color: #D28445;
color: #FFF;
}
.color-scheme-orange a {
color: #FFF;
}
.color-scheme-orange .article-read-more a,
.color-scheme-orange .pagination li a {
color: #D28445;
}
.color-scheme-orange .article-read-more a:hover,
.color-scheme-orange .pagination li a {
background-color: #D28445;
color: #FFF;
padding: 2px 4px;
}
/* YELLOW -- base0A -- #F4BF75 */
.color-scheme-yellow header,
.color-scheme-yellow footer {
background-color: #F4BF75;
color: #FFF;
}
.color-scheme-yellow a {
color: #FFF;
}
.color-scheme-yellow .article-read-more a,
.color-scheme-yellow .pagination li a {
color: #F4BF75;
}
.color-scheme-yellow .article-read-more a:hover,
.color-scheme-yellow .pagination li a {
background-color: #F4BF75;
color: #FFF;
padding: 2px 4px;
}
/* GREEN -- base0B -- #90A959 */
.color-scheme-green header,
.color-scheme-green footer {
background-color: #90A959;
color: #FFF;
}
.color-scheme-green a {
color: #FFF;
}
.color-scheme-green .article-read-more a,
.color-scheme-green .pagination li a {
color: #90A959;
}
.color-scheme-green .article-read-more a:hover,
.color-scheme-green .pagination li a {
background-color: #90A959;
color: #FFF;
padding: 2px 4px;
}
/* TEAL -- base0C -- #75B5AA */
.color-scheme-teal header,
.color-scheme-teal footer {
background-color: #75B5AA;
color: #FFF;
}
.color-scheme-teal a {
color: #FFF;
}
.color-scheme-teal .article-read-more a,
.color-scheme-teal .pagination li a {
color: #75B5AA;
}
.color-scheme-teal .article-read-more a:hover,
.color-scheme-teal .pagination li a {
background-color: #75B5AA;
color: #FFF;
padding: 2px 4px;
}
/* BLUE -- base0D -- #6A9FB5 */
.color-scheme-blue header,
.color-scheme-blue footer {
background-color: #6A9FB5;
color: #FFF;
}
.color-scheme-blue a {
color: #FFF;
}
.color-scheme-blue .article-read-more a,
.color-scheme-blue .pagination li a {
color: #6A9FB5;
}
.color-scheme-blue .article-read-more a:hover,
.color-scheme-blue .pagination li a {
background-color: #6A9FB5;
color: #FFF;
padding: 2px 4px;
}
/* PURPLE -- base0E -- #AA759F */
.color-scheme-purple header,
.color-scheme-purple footer {
background-color: #AA759F;
color: #FFF;
}
.color-scheme-purple a {
color: #FFF;
}
.color-scheme-purple .article-read-more a,
.color-scheme-purple .pagination li a {
color: #AA759F;
}
.color-scheme-purple .article-read-more a:hover,
.color-scheme-purple .pagination li a {
background-color: #AA759F;
color: #FFF;
padding: 2px 4px;
} | site/css/slender-color-schemes.css |
.color-scheme-white header,
.color-scheme-white footer {
background-color: #ee4d4d;
color: white !important;
}
.color-scheme-white a {
color: #EFADAD;
}
.color-scheme-white .article-read-more a,
.color-scheme-white .pagination li a {
color: #000;
}
.color-scheme-white .article-read-more a:hover,
.color-scheme-white .pagination li a {
background-color: #ee4d4d;
color: #000;
padding: 2px 4px;
}
/* BLACK -- base00 -- #151515 */
.color-scheme-black header,
.color-scheme-black footer {
background-color: #151515;
color: #FFF;
}
.color-scheme-black a {
color: #FFF;
}
.color-scheme-black .article-read-more a,
.color-scheme-black .pagination li a {
color: #151515;
}
.color-scheme-black .article-read-more a:hover,
.color-scheme-black .pagination li a {
background-color: #151515;
color: #FFF;
padding: 2px 4px;
}
/* RED -- base08 -- #AC4142 */
.color-scheme-red header,
.color-scheme-red footer {
background-color: #AC4142;
color: #FFF;
}
.color-scheme-red a {
color: #FFF;
}
.color-scheme-red .article-read-more a,
.color-scheme-red .pagination li a {
color: #AC4142;
}
.color-scheme-red .article-read-more a:hover,
.color-scheme-red .pagination li a {
background-color: #AC4142;
color: #FFF;
padding: 2px 4px;
}
/* ORANGE -- base09 -- #D28445 */
.color-scheme-orange header,
.color-scheme-orange footer {
background-color: #D28445;
color: #FFF;
}
.color-scheme-orange a {
color: #FFF;
}
.color-scheme-orange .article-read-more a,
.color-scheme-orange .pagination li a {
color: #D28445;
}
.color-scheme-orange .article-read-more a:hover,
.color-scheme-orange .pagination li a {
background-color: #D28445;
color: #FFF;
padding: 2px 4px;
}
/* YELLOW -- base0A -- #F4BF75 */
.color-scheme-yellow header,
.color-scheme-yellow footer {
background-color: #F4BF75;
color: #FFF;
}
.color-scheme-yellow a {
color: #FFF;
}
.color-scheme-yellow .article-read-more a,
.color-scheme-yellow .pagination li a {
color: #F4BF75;
}
.color-scheme-yellow .article-read-more a:hover,
.color-scheme-yellow .pagination li a {
background-color: #F4BF75;
color: #FFF;
padding: 2px 4px;
}
/* GREEN -- base0B -- #90A959 */
.color-scheme-green header,
.color-scheme-green footer {
background-color: #90A959;
color: #FFF;
}
.color-scheme-green a {
color: #FFF;
}
.color-scheme-green .article-read-more a,
.color-scheme-green .pagination li a {
color: #90A959;
}
.color-scheme-green .article-read-more a:hover,
.color-scheme-green .pagination li a {
background-color: #90A959;
color: #FFF;
padding: 2px 4px;
}
/* TEAL -- base0C -- #75B5AA */
.color-scheme-teal header,
.color-scheme-teal footer {
background-color: #75B5AA;
color: #FFF;
}
.color-scheme-teal a {
color: #FFF;
}
.color-scheme-teal .article-read-more a,
.color-scheme-teal .pagination li a {
color: #75B5AA;
}
.color-scheme-teal .article-read-more a:hover,
.color-scheme-teal .pagination li a {
background-color: #75B5AA;
color: #FFF;
padding: 2px 4px;
}
/* BLUE -- base0D -- #6A9FB5 */
.color-scheme-blue header,
.color-scheme-blue footer {
background-color: #6A9FB5;
color: #FFF;
}
.color-scheme-blue a {
color: #FFF;
}
.color-scheme-blue .article-read-more a,
.color-scheme-blue .pagination li a {
color: #6A9FB5;
}
.color-scheme-blue .article-read-more a:hover,
.color-scheme-blue .pagination li a {
background-color: #6A9FB5;
color: #FFF;
padding: 2px 4px;
}
/* PURPLE -- base0E -- #AA759F */
.color-scheme-purple header,
.color-scheme-purple footer {
background-color: #AA759F;
color: #FFF;
}
.color-scheme-purple a {
color: #FFF;
}
.color-scheme-purple .article-read-more a,
.color-scheme-purple .pagination li a {
color: #AA759F;
}
.color-scheme-purple .article-read-more a:hover,
.color-scheme-purple .pagination li a {
background-color: #AA759F;
color: #FFF;
padding: 2px 4px;
} | 0.522933 | 0.100216 |
body{
font-family: Arial, Helvetica, sans-serif;
margin: 0px;
background-color: #f4f4f4;
padding: 0px;
}
#tudo{
height: 100%;
width: 100%;
background-color:#f4f4f4;
position: absolute;
display:flex;
flex-direction:row;
justify-content:center;
align-items: center;
}
#container2{
height: 100%;
width: 100%;
background-image:url(../img/banner2.png);
position: absolute;
display:flex;
flex-direction:row;
justify-content:center;
align-items: center;
}
.box{
width: 65%;
height: 75%;
background-color: white;
border-radius: 2%;
}
.box2{
width: 35%;
height: 80%;
background-color: white;
border-radius: 2%;
display:flex;
flex-direction:row;
justify-content:center;
align-items: center;
}
.image{
width:90%;
height: 90%;
float: left;
position: relative;
}
.form{
width: 40%;
height: 100%;
background-color: white;
border-radius: 4%;
float: left;
}
.form2{
width: 60%;
height: 70%;
background-color: white;
border-radius: 4%;
float: left;
}
#form{
border: none;
outline: none;
margin-top: 16%;
margin-top: 12%;
}
#botton{
background-color: chocolate;
color:white;
text-align:center;
border:none;
}
#botton2{
background-color: chocolate;
color:white;
text-align:center;
width: 60%;
border:none;
}
#text1{
font-size: 33px;
color: chocolate;
margin-top: 15%;
text-align: center;
}
#text3{
color:chocolate;
text-align: center;
}
#text2{
font-size: 15px;
text-align: center;
color: black;
}
#btn{
background-color: chocolate;
}
/*INDEX*/
.container-index{
height: 100%;
width:100%;
background-color: #FFFFFFFF;
position: absolute;
display:block;
flex-direction: row;
justify-content: center;
scroll-behavior: smooth;
}
.menu-navbar {
width: 100%;
height: 6%;
position: fixed;
z-index: 999 !important;
box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.75);
}
.imgNav {
position: relative;
width: 8vh;
height: 8vh;
}
.carousel-index{
margin-top: 8%;
height:77%;
width:95%;
display: flex;
position: relative;
flex-direction: row;
justify-content: center;
align-items: center;
transform: translateX(17%);
border-radius: 10px;
}
#img1 {
width: 50%;
height: 50%;
}
.h2{
margin-top: 4vh;
height: 10%;
width: 50%;
background-color: #f0f0f0;
border-radius: 30px;
position: initial;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
transform: translateX(50%);
}
.group{
margin-top: 2vh;
height: 30vw;
width: 100%;
background-color: #FFFFFF;
position: absolute;
display:flex;
flex-direction: row;
justify-content: center;
margin-bottom: 10vh;
border-radius: 15px;
}
.cards{
height: 95%;
width: 20%;
margin: auto;
background-color: #f4f4f4;
position: relative;
float:left;
border-radius: 15px;
}
#rodape {
margin-top: 6%;
width: 100%;
height: 6%;
background-color: #2a200eb7;
display: flex;
flex-direction: row;
color:white;
justify-content: center;
position: relative;
}
.titulo-card {
margin-top: 2%;
align-content: center;
text-align: center;
}
.image-card {
margin-top: 1%;
transform: translateX(345%);
position: absolute;
width: 10%;
height: 50%;
display: flex;
}
.image-card-acessorio {
margin-top: 1%;
transform: translateX(150%);
position: absolute;
width: 10%;
height: 50%;
display: flex;
}
.cont-nav {
transform: translateX(5%);
display: table;
position: relative;
width: 90%;
height: 25%;
text-align: center;
align-items: center;
margin-top: 80%;
font-size: 14px;
}
#group1{
margin-top: 1vw;
height: 30vw;
width: 100%;
background-color: #FFFFFF;
position: absolute;
display:flex;
flex-direction: row;
justify-content: center;
margin-bottom: 10vh;
border-radius: 15px;
}
#group2{
margin-top: 31vw;
height: 30vw;
width: 100%;
background-color: #FFFFFF;
position: absolute;
display:flex;
flex-direction: row;
justify-content: center;
margin-bottom: 10vh;
border-radius: 15px;
}
#rodape1{
margin-top: 61vw;
width: 100%;
height: 12vh;
background-color: #2a200eb7;
display: flex;
flex-direction: row;
justify-content: center;
color:white;
position: relative;
}
#container-cadastro{
height: 100%;
width: 100%;
background-color:#f1f1f1;
position: absolute;
display:flex;
flex-direction:row;
justify-content:center;
align-items: center;
}
.mano{
background-color:#f0f0f0;
position: absolute;
width: 60%;
height: 50%;
border-radius: 1%;
}
.box-cadastro{
width: 100%;
height: 80%;
background-color: white;
border-radius: 1%;
}
#text1-cadastro{
font-size: 22px;
border-radius: 2%;
color: rgb(53, 52, 52);
font-family: Verdana, Geneva, Tahoma, sans-serif;
width: 100%;
}
.form-itens{
border: none;
margin-top: 2%;
border-bottom: solid 1px rgb(139, 138, 138);
width: 49%;
height: 60px;
font-size: 17px;
}
.form-itens:hover{
border-bottom: solid 1px rgb(65, 64, 64);
}
.form-itens:focus{
border-bottom: solid 1px rgb(10, 136, 240);
}
.botton3{
height: 15%;
border:none;
width:18%;
font-size:21px;
border-radius: 2%;
background-color: #d3a24c;
color:white;
position: relative;
float: left;
text-align: center;
text-decoration: none;
margin-right: 30px;
}
.botton4{
height: 5%;
border:none;
width:18%;
font-size:18px;
border-radius: 2%;
background-color: chocolate;
text-decoration: none;
color:white;
position: relative;
display:flex;
flex-direction:row;
justify-content:center;
align-items: center;
float: left;
}
#button2{
background-color: chocolate;
border: none;
width: 50%;
border-radius: 2%;
height: 35%;
margin-left: 25%;
color:white;
}
.botton4:hover{
color:white;
text-decoration: none;
}
.botton3:hover{
color:white;
text-decoration: none;
}
#img{
height: 120%;
width: 8%;
}
#img1{
height:70%;
width:120%;
}
/*Index do adm (alguns outros itens de estilização estão apartir do comentário index)*/
#container-adm{
width: 100%;
height: 300%;
background-color: #fff;
position: absolute;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
}
#box-adm{
height: 100%;
width: 90%;
position: absolute;
background-color: white;
}
.menu{
height: 10%;
width: 100%;
background-color: black;
color: white;
position: fixed;
top:0;
overflow: hidden;
z-index: 40;
}
a{
padding: 20px;
width: 100px;
display:block;
font-size: 10px;
text-decoration: none;
color:white;
float:left;
text-transform: uppercase;
font-weight: bold;
}
#a1{
float:left;
}
#a2{
float:left;
}
#a3{
float:left;
}
.nav-link{
color: #fff;
font-size:12px;
text-align: right;
}
ul{
margin-left:20%;
}
#img{
width: 100%;
height: 100%;
}
#section1{
height: 60%;
width: 100%;
display:inline-block;
background-color: rgb(252, 252, 252);
}
#section2{
height: 30%;
width: 100%;
display:inline-block;
background-color: rgb(252, 252, 252);
}
#section3{
height: 20%;
width: 100%;
display:inline-block;
background-color: rgb(252, 252, 252);
}
h1{
margin: 100px;
text-align: center;
padding: 0;
}
.container-index-adm{
height: 100%;
width: 100%;
background-color:#fff;
position: absolute;
display:flex;
flex-direction:row;
justify-content:center;
align-items: center;
}
#group-adm{
height: 50%;
width:80%;
position: absolute;
}
#div1{
width:20%;
height: 30%;
background-color: cadetblue;
position: relative;
top:0px;
font-size:20px;
color:white;
border-radius: 3%;
margin-right: 3%;
float: left;
}
#div2{
width:20%;
height: 30%;
background-color: cadetblue;
position: relative;
margin-right: 3%;
border-radius: 3%;
float: left;
font-size:20px;
color:white;
top:0px;
}
#div3{
width:20%;
height: 30%;
border-radius: 3%;
background-color: cadetblue;
position: relative;
color:white;
font-size:20px;
float: left;
top:0px;
}
#div1-1{
border-style: 2 px solid rgb(92, 92, 92);
float:left;
height: 15%;
width: 30%;
}
#div2-2{
border-style: 1 px solid rgb(92, 92, 92);
float:left;
height: 15%;
width: 30%;
}
#div3-3{
border-style: 1 px solid rgb(92, 92, 92);
float:left;
height: 15%;
width: 30%;
}
.nav-link{
text-decoration: none;
float:left;
position:relative;
}
.nav-link:hover{
color:rgb(139, 139, 139);
}
#textCadastro{
color:rgb(61, 61, 61);
text-align: center;
}
#input{
margin-left:85%;
}
#btnCadastro{
background-color: chocolate;
height: 6%;
width:10%;
border:none;
position: absolute;
text-decoration:none;
}
.group{
margin-top: 5%;
width: 100%;
height: 58%;
background-color: #FFFFFF;
position: absolute;
display:flex;
flex-direction: row;
justify-content: center;
border-radius: 15px;
}
.cards{
height: 100%;
width: 20%;
margin: auto;
background-color: #f4f4f4;
position: relative;
float: left;
border-radius: 15px;
}
.titulo-card {
margin-top: 2%;
align-content: center;
text-align: center;
}
.img-fluid {
width: 200%;
height: 100%;
position: relative;
margin-top: -15%;
margin-bottom: -15%;
}
.container-index{
height: 100%;
width:100%;
background-color: #FFFFFFFF;
position: absolute;
display:block;
flex-direction: row;
justify-content: center;
scroll-behavior: smooth;
}
.menu-navbar {
width: 100%;
height: 6% ;
position: fixed;
z-index: 999 !important;
box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.75);
}
.imgNav {
position: relative;
width: 8vh;
height: 8vh;
}
.carousel-index{
margin-top: 8%;
height:77%;
width:75%;
display: flex;
position: relative;
flex-direction: row;
justify-content: center;
align-items: center;
transform: translateX(17%);
border-radius: 10px;
}
#img1 {
width: 50%;
height: 50%;
}
.h2{
margin-top: 4%;
height: 10%;
width: 50%;
background-color: #f0f0f0;
border-radius: 30px;
position: initial;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
transform: translateX(50%);
}
.group{
margin-top: 5%;
width: 100%;
height: 58%;
background-color: #FFFFFF;
position: absolute;
display:flex;
flex-direction: row;
justify-content: center;
border-radius: 15px;
}
.cards{
height: 100%;
width: 20%;
margin: auto;
background-color: #f4f4f4;
position: relative;
float: left;
border-radius: 15px;
}
#rodape {
margin-top: 60vh;
position: sticky;
width: 100%;
color:white;
height: 15vh;
z-index: 1 !important;
background-color: #2a200eb7;
}
.titulo-card {
margin-top: 2%;
align-content: center;
text-align: center;
}
.img-fluid {
width: 200%;
height: 100%;
position: relative;
margin-top: -15%;
margin-bottom: -15%;
}
.cont-nav {
text-align: center;
align-items: center;
font-size: 14px;
margin: 1rem;
}
#group1{
margin-top: 1%;
height: 58%;
width: 100%;
background-color: #FFFFFF;
position: absolute;
display:flex;
flex-direction: row;
justify-content: center;
border-radius: 15px;
}
#group2{
margin-top:60vh;
height: 58%;
width: 100%;
background-color: #FFFFFF;
position: absolute;
display:flex;
flex-direction: row;
justify-content: center;
border-radius: 15px;
}
#rodape1{
margin-top: 120vh;
position: sticky;
width: 100%;
height: 15vh;
z-index: 1 !important;
background-color: #2a200eb7;
color:white;
}
#trem1{
float:left;
position: relative;
}
#trem2{
float:left;
position: relative;
} | PWLoja/css/estilo.css | body{
font-family: Arial, Helvetica, sans-serif;
margin: 0px;
background-color: #f4f4f4;
padding: 0px;
}
#tudo{
height: 100%;
width: 100%;
background-color:#f4f4f4;
position: absolute;
display:flex;
flex-direction:row;
justify-content:center;
align-items: center;
}
#container2{
height: 100%;
width: 100%;
background-image:url(../img/banner2.png);
position: absolute;
display:flex;
flex-direction:row;
justify-content:center;
align-items: center;
}
.box{
width: 65%;
height: 75%;
background-color: white;
border-radius: 2%;
}
.box2{
width: 35%;
height: 80%;
background-color: white;
border-radius: 2%;
display:flex;
flex-direction:row;
justify-content:center;
align-items: center;
}
.image{
width:90%;
height: 90%;
float: left;
position: relative;
}
.form{
width: 40%;
height: 100%;
background-color: white;
border-radius: 4%;
float: left;
}
.form2{
width: 60%;
height: 70%;
background-color: white;
border-radius: 4%;
float: left;
}
#form{
border: none;
outline: none;
margin-top: 16%;
margin-top: 12%;
}
#botton{
background-color: chocolate;
color:white;
text-align:center;
border:none;
}
#botton2{
background-color: chocolate;
color:white;
text-align:center;
width: 60%;
border:none;
}
#text1{
font-size: 33px;
color: chocolate;
margin-top: 15%;
text-align: center;
}
#text3{
color:chocolate;
text-align: center;
}
#text2{
font-size: 15px;
text-align: center;
color: black;
}
#btn{
background-color: chocolate;
}
/*INDEX*/
.container-index{
height: 100%;
width:100%;
background-color: #FFFFFFFF;
position: absolute;
display:block;
flex-direction: row;
justify-content: center;
scroll-behavior: smooth;
}
.menu-navbar {
width: 100%;
height: 6%;
position: fixed;
z-index: 999 !important;
box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.75);
}
.imgNav {
position: relative;
width: 8vh;
height: 8vh;
}
.carousel-index{
margin-top: 8%;
height:77%;
width:95%;
display: flex;
position: relative;
flex-direction: row;
justify-content: center;
align-items: center;
transform: translateX(17%);
border-radius: 10px;
}
#img1 {
width: 50%;
height: 50%;
}
.h2{
margin-top: 4vh;
height: 10%;
width: 50%;
background-color: #f0f0f0;
border-radius: 30px;
position: initial;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
transform: translateX(50%);
}
.group{
margin-top: 2vh;
height: 30vw;
width: 100%;
background-color: #FFFFFF;
position: absolute;
display:flex;
flex-direction: row;
justify-content: center;
margin-bottom: 10vh;
border-radius: 15px;
}
.cards{
height: 95%;
width: 20%;
margin: auto;
background-color: #f4f4f4;
position: relative;
float:left;
border-radius: 15px;
}
#rodape {
margin-top: 6%;
width: 100%;
height: 6%;
background-color: #2a200eb7;
display: flex;
flex-direction: row;
color:white;
justify-content: center;
position: relative;
}
.titulo-card {
margin-top: 2%;
align-content: center;
text-align: center;
}
.image-card {
margin-top: 1%;
transform: translateX(345%);
position: absolute;
width: 10%;
height: 50%;
display: flex;
}
.image-card-acessorio {
margin-top: 1%;
transform: translateX(150%);
position: absolute;
width: 10%;
height: 50%;
display: flex;
}
.cont-nav {
transform: translateX(5%);
display: table;
position: relative;
width: 90%;
height: 25%;
text-align: center;
align-items: center;
margin-top: 80%;
font-size: 14px;
}
#group1{
margin-top: 1vw;
height: 30vw;
width: 100%;
background-color: #FFFFFF;
position: absolute;
display:flex;
flex-direction: row;
justify-content: center;
margin-bottom: 10vh;
border-radius: 15px;
}
#group2{
margin-top: 31vw;
height: 30vw;
width: 100%;
background-color: #FFFFFF;
position: absolute;
display:flex;
flex-direction: row;
justify-content: center;
margin-bottom: 10vh;
border-radius: 15px;
}
#rodape1{
margin-top: 61vw;
width: 100%;
height: 12vh;
background-color: #2a200eb7;
display: flex;
flex-direction: row;
justify-content: center;
color:white;
position: relative;
}
#container-cadastro{
height: 100%;
width: 100%;
background-color:#f1f1f1;
position: absolute;
display:flex;
flex-direction:row;
justify-content:center;
align-items: center;
}
.mano{
background-color:#f0f0f0;
position: absolute;
width: 60%;
height: 50%;
border-radius: 1%;
}
.box-cadastro{
width: 100%;
height: 80%;
background-color: white;
border-radius: 1%;
}
#text1-cadastro{
font-size: 22px;
border-radius: 2%;
color: rgb(53, 52, 52);
font-family: Verdana, Geneva, Tahoma, sans-serif;
width: 100%;
}
.form-itens{
border: none;
margin-top: 2%;
border-bottom: solid 1px rgb(139, 138, 138);
width: 49%;
height: 60px;
font-size: 17px;
}
.form-itens:hover{
border-bottom: solid 1px rgb(65, 64, 64);
}
.form-itens:focus{
border-bottom: solid 1px rgb(10, 136, 240);
}
.botton3{
height: 15%;
border:none;
width:18%;
font-size:21px;
border-radius: 2%;
background-color: #d3a24c;
color:white;
position: relative;
float: left;
text-align: center;
text-decoration: none;
margin-right: 30px;
}
.botton4{
height: 5%;
border:none;
width:18%;
font-size:18px;
border-radius: 2%;
background-color: chocolate;
text-decoration: none;
color:white;
position: relative;
display:flex;
flex-direction:row;
justify-content:center;
align-items: center;
float: left;
}
#button2{
background-color: chocolate;
border: none;
width: 50%;
border-radius: 2%;
height: 35%;
margin-left: 25%;
color:white;
}
.botton4:hover{
color:white;
text-decoration: none;
}
.botton3:hover{
color:white;
text-decoration: none;
}
#img{
height: 120%;
width: 8%;
}
#img1{
height:70%;
width:120%;
}
/*Index do adm (alguns outros itens de estilização estão apartir do comentário index)*/
#container-adm{
width: 100%;
height: 300%;
background-color: #fff;
position: absolute;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
}
#box-adm{
height: 100%;
width: 90%;
position: absolute;
background-color: white;
}
.menu{
height: 10%;
width: 100%;
background-color: black;
color: white;
position: fixed;
top:0;
overflow: hidden;
z-index: 40;
}
a{
padding: 20px;
width: 100px;
display:block;
font-size: 10px;
text-decoration: none;
color:white;
float:left;
text-transform: uppercase;
font-weight: bold;
}
#a1{
float:left;
}
#a2{
float:left;
}
#a3{
float:left;
}
.nav-link{
color: #fff;
font-size:12px;
text-align: right;
}
ul{
margin-left:20%;
}
#img{
width: 100%;
height: 100%;
}
#section1{
height: 60%;
width: 100%;
display:inline-block;
background-color: rgb(252, 252, 252);
}
#section2{
height: 30%;
width: 100%;
display:inline-block;
background-color: rgb(252, 252, 252);
}
#section3{
height: 20%;
width: 100%;
display:inline-block;
background-color: rgb(252, 252, 252);
}
h1{
margin: 100px;
text-align: center;
padding: 0;
}
.container-index-adm{
height: 100%;
width: 100%;
background-color:#fff;
position: absolute;
display:flex;
flex-direction:row;
justify-content:center;
align-items: center;
}
#group-adm{
height: 50%;
width:80%;
position: absolute;
}
#div1{
width:20%;
height: 30%;
background-color: cadetblue;
position: relative;
top:0px;
font-size:20px;
color:white;
border-radius: 3%;
margin-right: 3%;
float: left;
}
#div2{
width:20%;
height: 30%;
background-color: cadetblue;
position: relative;
margin-right: 3%;
border-radius: 3%;
float: left;
font-size:20px;
color:white;
top:0px;
}
#div3{
width:20%;
height: 30%;
border-radius: 3%;
background-color: cadetblue;
position: relative;
color:white;
font-size:20px;
float: left;
top:0px;
}
#div1-1{
border-style: 2 px solid rgb(92, 92, 92);
float:left;
height: 15%;
width: 30%;
}
#div2-2{
border-style: 1 px solid rgb(92, 92, 92);
float:left;
height: 15%;
width: 30%;
}
#div3-3{
border-style: 1 px solid rgb(92, 92, 92);
float:left;
height: 15%;
width: 30%;
}
.nav-link{
text-decoration: none;
float:left;
position:relative;
}
.nav-link:hover{
color:rgb(139, 139, 139);
}
#textCadastro{
color:rgb(61, 61, 61);
text-align: center;
}
#input{
margin-left:85%;
}
#btnCadastro{
background-color: chocolate;
height: 6%;
width:10%;
border:none;
position: absolute;
text-decoration:none;
}
.group{
margin-top: 5%;
width: 100%;
height: 58%;
background-color: #FFFFFF;
position: absolute;
display:flex;
flex-direction: row;
justify-content: center;
border-radius: 15px;
}
.cards{
height: 100%;
width: 20%;
margin: auto;
background-color: #f4f4f4;
position: relative;
float: left;
border-radius: 15px;
}
.titulo-card {
margin-top: 2%;
align-content: center;
text-align: center;
}
.img-fluid {
width: 200%;
height: 100%;
position: relative;
margin-top: -15%;
margin-bottom: -15%;
}
.container-index{
height: 100%;
width:100%;
background-color: #FFFFFFFF;
position: absolute;
display:block;
flex-direction: row;
justify-content: center;
scroll-behavior: smooth;
}
.menu-navbar {
width: 100%;
height: 6% ;
position: fixed;
z-index: 999 !important;
box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.75);
}
.imgNav {
position: relative;
width: 8vh;
height: 8vh;
}
.carousel-index{
margin-top: 8%;
height:77%;
width:75%;
display: flex;
position: relative;
flex-direction: row;
justify-content: center;
align-items: center;
transform: translateX(17%);
border-radius: 10px;
}
#img1 {
width: 50%;
height: 50%;
}
.h2{
margin-top: 4%;
height: 10%;
width: 50%;
background-color: #f0f0f0;
border-radius: 30px;
position: initial;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
transform: translateX(50%);
}
.group{
margin-top: 5%;
width: 100%;
height: 58%;
background-color: #FFFFFF;
position: absolute;
display:flex;
flex-direction: row;
justify-content: center;
border-radius: 15px;
}
.cards{
height: 100%;
width: 20%;
margin: auto;
background-color: #f4f4f4;
position: relative;
float: left;
border-radius: 15px;
}
#rodape {
margin-top: 60vh;
position: sticky;
width: 100%;
color:white;
height: 15vh;
z-index: 1 !important;
background-color: #2a200eb7;
}
.titulo-card {
margin-top: 2%;
align-content: center;
text-align: center;
}
.img-fluid {
width: 200%;
height: 100%;
position: relative;
margin-top: -15%;
margin-bottom: -15%;
}
.cont-nav {
text-align: center;
align-items: center;
font-size: 14px;
margin: 1rem;
}
#group1{
margin-top: 1%;
height: 58%;
width: 100%;
background-color: #FFFFFF;
position: absolute;
display:flex;
flex-direction: row;
justify-content: center;
border-radius: 15px;
}
#group2{
margin-top:60vh;
height: 58%;
width: 100%;
background-color: #FFFFFF;
position: absolute;
display:flex;
flex-direction: row;
justify-content: center;
border-radius: 15px;
}
#rodape1{
margin-top: 120vh;
position: sticky;
width: 100%;
height: 15vh;
z-index: 1 !important;
background-color: #2a200eb7;
color:white;
}
#trem1{
float:left;
position: relative;
}
#trem2{
float:left;
position: relative;
} | 0.414662 | 0.047382 |
html {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-weight: normal;
}
.navbar {
overflow: hidden;
background-color: #333;
}
.brand-logo {
float: left;
}
.navbar a {
font-size: 0.85vw;
float: left;
display: block;
color: #f2f2f2;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
.navbar a.nav-a:hover{
background: #ddd;
color: black;
}
.navbar div.float-right{
float: right;
padding-right: 16px;
}
.container {
margin:0 auto;
max-width:1280px;
width:90%
}
.run-container{
margin:0 auto;
}
.float-right{
float: right;
}
.float-left {
float: left;
}
.container input.submit-button {
background-color: #e7e7e7;/* Gray */
border: 2px solid white;
color: black;
padding: 12px 21px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
width: 150px
}
.container input.submit-button:hover {
background-color: white;
color: black;
border: 2px solid #e7e7e7;
}
.container input.back-button {
background-color: #e7e7e7;/* Gray */
/*border: none;*/
border: 2px solid white;
color: black;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
}
.container input.back-button:hover {
background-color: white;
color: black;
border: 2px solid #e7e7e7;
}
.container button {
background-color: #e7e7e7;/* Gray */
/*border: none;*/
border: 2px solid white;
color: black;
padding: 15px 21px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
width: 200px;
}
.container button:hover {
background-color: white;
color: black;
/*border: 2px solid #e7e7e7;*/
}
.container button.submit-button {
background-color: #e7e7e7;/* Gray */
border: none;
color: black;
padding: 12px 21px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
width: 150px
}
.start-button{
background-color: #e7e7e7;/* Gray */
border: 4px solid white;
color: black;
padding: 25px 35px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
width: 200px
}
.start-button:hover{
background-color: white;
color: black;
border: 4px solid #e7e7e7;
}
/*.input-group {*/
/* display: flex;*/
/*}*/
.input-group-append {
display: flex
}
body{
padding-bottom: 50px;
}
.center{
display: flex;
justify-content: center;
align-items: center;
/*height: 200px;*/
}
.center-text{
text-align: center;
}
.ml-4 {
margin-left: 1.5em;
}
.fw-bold{
font-weight: bold;
}
.search-input {
font-size: 1em;
padding: 0.6em 1em;
}
.search-input{
border: none;
outline: none;
font-family: 'Fira Sans', sans-serif;
}
/*################*/
ul {
overflow: hidden;
}
li {
display: inline-block;
}
/*################*/ | app/staticfiles/css/style.css | html {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-weight: normal;
}
.navbar {
overflow: hidden;
background-color: #333;
}
.brand-logo {
float: left;
}
.navbar a {
font-size: 0.85vw;
float: left;
display: block;
color: #f2f2f2;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
.navbar a.nav-a:hover{
background: #ddd;
color: black;
}
.navbar div.float-right{
float: right;
padding-right: 16px;
}
.container {
margin:0 auto;
max-width:1280px;
width:90%
}
.run-container{
margin:0 auto;
}
.float-right{
float: right;
}
.float-left {
float: left;
}
.container input.submit-button {
background-color: #e7e7e7;/* Gray */
border: 2px solid white;
color: black;
padding: 12px 21px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
width: 150px
}
.container input.submit-button:hover {
background-color: white;
color: black;
border: 2px solid #e7e7e7;
}
.container input.back-button {
background-color: #e7e7e7;/* Gray */
/*border: none;*/
border: 2px solid white;
color: black;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
}
.container input.back-button:hover {
background-color: white;
color: black;
border: 2px solid #e7e7e7;
}
.container button {
background-color: #e7e7e7;/* Gray */
/*border: none;*/
border: 2px solid white;
color: black;
padding: 15px 21px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
width: 200px;
}
.container button:hover {
background-color: white;
color: black;
/*border: 2px solid #e7e7e7;*/
}
.container button.submit-button {
background-color: #e7e7e7;/* Gray */
border: none;
color: black;
padding: 12px 21px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
width: 150px
}
.start-button{
background-color: #e7e7e7;/* Gray */
border: 4px solid white;
color: black;
padding: 25px 35px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
width: 200px
}
.start-button:hover{
background-color: white;
color: black;
border: 4px solid #e7e7e7;
}
/*.input-group {*/
/* display: flex;*/
/*}*/
.input-group-append {
display: flex
}
body{
padding-bottom: 50px;
}
.center{
display: flex;
justify-content: center;
align-items: center;
/*height: 200px;*/
}
.center-text{
text-align: center;
}
.ml-4 {
margin-left: 1.5em;
}
.fw-bold{
font-weight: bold;
}
.search-input {
font-size: 1em;
padding: 0.6em 1em;
}
.search-input{
border: none;
outline: none;
font-family: 'Fira Sans', sans-serif;
}
/*################*/
ul {
overflow: hidden;
}
li {
display: inline-block;
}
/*################*/ | 0.407569 | 0.115063 |
* {
margin: 0;
padding: 0;
outline: none;
font-family: Arial, Helvetica, sans-serif;
}
body,
html {
/* min-width: 1024px; */
background-color: #2f353a;
}
hr {
color: rgb(95, 95, 95);
background-color: rgb(95, 95, 95);
border-top: 2px solid rgb(95, 95, 95);
border-bottom: none;
border-left: none;
border-right: none;
}
a {
text-decoration: none;
color: #222;
}
/* header */
header {
z-index: 10;
width: 100%;
/* position: sticky; */
padding: 20px 10px;
background-color: #3a4149;
border-bottom: 1px solid #23282c;
}
header h2 {
display: block;
font-size: 1.5em;
font-weight: bold;
color: #fff;
}
/* =========== Menu ================= */
.sidebar {
float: left;
width: 170px;
}
.sidebar .nav {
list-style-type: none;
}
.sidebar .nav-title {
padding: 1.1rem 1rem;
font-size: 1.5em;
font-weight: 700;
color: #e4e7ea;
text-align: center;
text-transform: uppercase;
}
.sidebar .nav-item {
position: relative;
margin: 0;
transition: background .3s ease-in-out;
}
.sidebar .nav-link {
display: block;
padding: 1em 1em;
color: #73818f;
text-decoration: none;
background: 0 0;
cursor: pointer;
}
.sidebar .nav-link.active,
.sidebar .nav-link.active i {
background-color: #20a8d8;
color: #fff;
}
.sidebar .nav-link:hover:not(.active),
.sidebar .nav-link:hover:not(.active) i {
background-color: #4a7b8d;
color: #fff;
}
.sidebar .nav-link i {
display: inline-block;
width: 1.09375em;
margin: 0 .5rem 0 0;
font-size: 1em;
color: #73818f;
text-align: center;
}
/* ==================== main ==================== */
.main {
float: left;
width: calc(100% - 175px);
/* 150px la width cua aside */
}
.main>div {
/* Mặc định ẩn mọi thứ trong main */
display: none;
}
/* ===================== HOME ================== */
/* =================== Các class xử lý ảnh ================ */
/* Ảnh ẩn trong td */
.hideImg td img {
position: absolute;
top: 0;
left: 0;
height: 0;
border-radius: 5px;
transition-duration: .1s;
z-index: 2;
}
.hideImg td:hover img {
height: 150px;
}
/* Ảnh đại diện */
.hinhDaiDien {
max-height: 100px;
max-width: 100px;
}
/* ==================== table ====================== */
.table-outline {
width: 100%;
border: 1px solid #23282c;
}
/* phần chứa header (th) */
.table-header {
width: 100%;
}
.table-header th {
color: #e4e7ea;
background-color: #3e464d;
border-color: #23282c;
}
.table-header th {
cursor: pointer;
}
.table-header th i {
/* Ẩn icon sort */
transform: scale(0);
transition-duration: .2s;
}
.table-header th:hover i {
transform: scale(1)
}
.table-header th,
.table-content td {
padding: .75rem;
text-align: center;
vertical-align: top;
border-top: 1px solid #23282c;
}
/* phần chứa nội dung */
.table-content {
min-height: 200px;
max-height: 550px;
overflow: auto;
margin: 0 auto;
width: 100%;
}
.table-content tr:nth-of-type(even) {
background-color: #3e4144;
}
.table-content td {
position: relative;
color: #e4e7ea;
}
/* Link chi tiet san pham */
.table-content td a {
display: block;
color: #e4e7ea;
}
.table-content td a:hover {
text-decoration: underline;
}
/* Hành động */
.table-content td i {
padding: .3em;
cursor: pointer;
}
.table-content td i.fa-wrench:hover {
color: #63c2de
}
.table-content td i.fa-trash:hover {
color: #f86c6b
}
.table-content td i.fa-check:hover {
color: #5ce457d8
}
.table-content td i.fa-remove:hover {
color: #f86c6b
}
/* phần footer table */
.table-footer {
background-color: #3e464d;
padding: .75rem;
vertical-align: top;
border-top: 1px solid #23282c;
}
.table-footer input,
.table-footer button,
.table-footer select {
padding: 5px 10px;
border: 3px solid transparent;
background-color: #cccece;
}
/* Nút bấm ở footer */
.table-footer button {
cursor: pointer;
background-color: #23282c;
color: #e4e7ea;
transition-duration: .2s;
}
.table-footer button:hover {
background-color: #7a879486;
border-color: #73818f;
}
/* ================== Những table thêm sửa sẽ có dạng overlay -> mặc định ẩn ====================== */
.overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow-y: auto;
z-index: 14;
transition: .2s ease;
transform: scale(0);
background-color: #020202d8;
}
.overlayTable {
margin: 50px auto;
width: auto;
background-color: #23282c;
}
.overlayTable td:first-child {
text-align: right;
}
.overlayTable input {
padding: 4px 10px;
border: none;
border-radius: 5px;
background-color: #e7e7e7;
}
.overlayTable input[type="file"] {
background-color: transparent;
}
.close {
/* nút tắt form */
position: fixed;
top: 5px;
right: 5px;
font-size: 3rem;
width: 1em;
height: 1em;
line-height: 1em;
text-align: center;
color: #aaa;
cursor: pointer;
transition: .2s ease;
}
.close:hover {
color: #fff;
background-color: #f33;
border-radius: 50%;
}
/* ======================= id =================== */
/* Div Tìm theo ngày */
.timTheoNgay {
float: left;
margin-right: 50px;
padding-right: 10px;
color: #e4e7ea;
border-right: 2px solid #777;
}
/* ========================== Thong ke ========================= */
.thongke .canvasContainer {
display: inline-block;
width: 49%;
margin: 50px 0;
}
.flexContain {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
/* ========================= tooltip from w3school ====================== */
.tooltip {
position: relative;
display: inline-block;
}
.tooltip .tooltiptext {
visibility: hidden;
width: 50px;
background-color: #555;
color: #fff;
text-align: center;
border-radius: 6px;
padding: 5px;
position: absolute;
z-index: 21;
bottom: -150%;
left: 50%;
margin-left: -25px;
opacity: 0;
transition: opacity 0.3s;
}
.tooltip .tooltiptext::before {
content: "";
position: absolute;
top: -10px;
left: 50%;
margin-left: -5px;
border-width: 5px;
border-style: solid;
border-color: transparent transparent #555 transparent;
}
.tooltip:hover .tooltiptext {
visibility: visible;
opacity: 1;
}
/* ======================== Switch Slider (Togggle) ======================= */
/* The switch - the box around the slider */
.switch {
position: relative;
display: inline-block;
width: 25px;
height: 15px;
}
.switch input {
opacity: 0;
width: 0;
height: 0;
}
.slider {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #ccc;
-webkit-transition: .4s;
transition: .4s;
}
.slider:before {
position: absolute;
content: "";
height: 15px;
width: 15px;
left: 0px;
bottom: 0px;
background-color: white;
-webkit-transition: .4s;
transition: .4s;
}
input:checked+.slider {
background-color: #2196F3;
}
input:focus+.slider {
box-shadow: 0 0 1px #2196F3;
}
input:checked+.slider:before {
-webkit-transform: translateX(13px);
-ms-transform: translateX(13px);
transform: translateX(13px);
}
/* Rounded sliders */
.slider.round {
border-radius: 34px;
}
.slider.round:before {
border-radius: 50%;
}
/* ========= ScrollBar ============ */
::-webkit-scrollbar {
width: 5px;
height: 5px;
}
::-webkit-scrollbar-track {
background: #eee;
}
::-webkit-scrollbar-thumb {
background: #999;
}
::-webkit-scrollbar-thumb:hover {
background: #bbb;
}
/* responsive */
@media only screen and (max-width: 768px){
.sidebar {
width: 100%;
}
.sidebar .nav-item {
float: left;
width: 16%;
}
hr {
display: none;
}
.main {
width: 100%;
}
} | public/fontend/css1/admin/style.css | * {
margin: 0;
padding: 0;
outline: none;
font-family: Arial, Helvetica, sans-serif;
}
body,
html {
/* min-width: 1024px; */
background-color: #2f353a;
}
hr {
color: rgb(95, 95, 95);
background-color: rgb(95, 95, 95);
border-top: 2px solid rgb(95, 95, 95);
border-bottom: none;
border-left: none;
border-right: none;
}
a {
text-decoration: none;
color: #222;
}
/* header */
header {
z-index: 10;
width: 100%;
/* position: sticky; */
padding: 20px 10px;
background-color: #3a4149;
border-bottom: 1px solid #23282c;
}
header h2 {
display: block;
font-size: 1.5em;
font-weight: bold;
color: #fff;
}
/* =========== Menu ================= */
.sidebar {
float: left;
width: 170px;
}
.sidebar .nav {
list-style-type: none;
}
.sidebar .nav-title {
padding: 1.1rem 1rem;
font-size: 1.5em;
font-weight: 700;
color: #e4e7ea;
text-align: center;
text-transform: uppercase;
}
.sidebar .nav-item {
position: relative;
margin: 0;
transition: background .3s ease-in-out;
}
.sidebar .nav-link {
display: block;
padding: 1em 1em;
color: #73818f;
text-decoration: none;
background: 0 0;
cursor: pointer;
}
.sidebar .nav-link.active,
.sidebar .nav-link.active i {
background-color: #20a8d8;
color: #fff;
}
.sidebar .nav-link:hover:not(.active),
.sidebar .nav-link:hover:not(.active) i {
background-color: #4a7b8d;
color: #fff;
}
.sidebar .nav-link i {
display: inline-block;
width: 1.09375em;
margin: 0 .5rem 0 0;
font-size: 1em;
color: #73818f;
text-align: center;
}
/* ==================== main ==================== */
.main {
float: left;
width: calc(100% - 175px);
/* 150px la width cua aside */
}
.main>div {
/* Mặc định ẩn mọi thứ trong main */
display: none;
}
/* ===================== HOME ================== */
/* =================== Các class xử lý ảnh ================ */
/* Ảnh ẩn trong td */
.hideImg td img {
position: absolute;
top: 0;
left: 0;
height: 0;
border-radius: 5px;
transition-duration: .1s;
z-index: 2;
}
.hideImg td:hover img {
height: 150px;
}
/* Ảnh đại diện */
.hinhDaiDien {
max-height: 100px;
max-width: 100px;
}
/* ==================== table ====================== */
.table-outline {
width: 100%;
border: 1px solid #23282c;
}
/* phần chứa header (th) */
.table-header {
width: 100%;
}
.table-header th {
color: #e4e7ea;
background-color: #3e464d;
border-color: #23282c;
}
.table-header th {
cursor: pointer;
}
.table-header th i {
/* Ẩn icon sort */
transform: scale(0);
transition-duration: .2s;
}
.table-header th:hover i {
transform: scale(1)
}
.table-header th,
.table-content td {
padding: .75rem;
text-align: center;
vertical-align: top;
border-top: 1px solid #23282c;
}
/* phần chứa nội dung */
.table-content {
min-height: 200px;
max-height: 550px;
overflow: auto;
margin: 0 auto;
width: 100%;
}
.table-content tr:nth-of-type(even) {
background-color: #3e4144;
}
.table-content td {
position: relative;
color: #e4e7ea;
}
/* Link chi tiet san pham */
.table-content td a {
display: block;
color: #e4e7ea;
}
.table-content td a:hover {
text-decoration: underline;
}
/* Hành động */
.table-content td i {
padding: .3em;
cursor: pointer;
}
.table-content td i.fa-wrench:hover {
color: #63c2de
}
.table-content td i.fa-trash:hover {
color: #f86c6b
}
.table-content td i.fa-check:hover {
color: #5ce457d8
}
.table-content td i.fa-remove:hover {
color: #f86c6b
}
/* phần footer table */
.table-footer {
background-color: #3e464d;
padding: .75rem;
vertical-align: top;
border-top: 1px solid #23282c;
}
.table-footer input,
.table-footer button,
.table-footer select {
padding: 5px 10px;
border: 3px solid transparent;
background-color: #cccece;
}
/* Nút bấm ở footer */
.table-footer button {
cursor: pointer;
background-color: #23282c;
color: #e4e7ea;
transition-duration: .2s;
}
.table-footer button:hover {
background-color: #7a879486;
border-color: #73818f;
}
/* ================== Những table thêm sửa sẽ có dạng overlay -> mặc định ẩn ====================== */
.overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow-y: auto;
z-index: 14;
transition: .2s ease;
transform: scale(0);
background-color: #020202d8;
}
.overlayTable {
margin: 50px auto;
width: auto;
background-color: #23282c;
}
.overlayTable td:first-child {
text-align: right;
}
.overlayTable input {
padding: 4px 10px;
border: none;
border-radius: 5px;
background-color: #e7e7e7;
}
.overlayTable input[type="file"] {
background-color: transparent;
}
.close {
/* nút tắt form */
position: fixed;
top: 5px;
right: 5px;
font-size: 3rem;
width: 1em;
height: 1em;
line-height: 1em;
text-align: center;
color: #aaa;
cursor: pointer;
transition: .2s ease;
}
.close:hover {
color: #fff;
background-color: #f33;
border-radius: 50%;
}
/* ======================= id =================== */
/* Div Tìm theo ngày */
.timTheoNgay {
float: left;
margin-right: 50px;
padding-right: 10px;
color: #e4e7ea;
border-right: 2px solid #777;
}
/* ========================== Thong ke ========================= */
.thongke .canvasContainer {
display: inline-block;
width: 49%;
margin: 50px 0;
}
.flexContain {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
/* ========================= tooltip from w3school ====================== */
.tooltip {
position: relative;
display: inline-block;
}
.tooltip .tooltiptext {
visibility: hidden;
width: 50px;
background-color: #555;
color: #fff;
text-align: center;
border-radius: 6px;
padding: 5px;
position: absolute;
z-index: 21;
bottom: -150%;
left: 50%;
margin-left: -25px;
opacity: 0;
transition: opacity 0.3s;
}
.tooltip .tooltiptext::before {
content: "";
position: absolute;
top: -10px;
left: 50%;
margin-left: -5px;
border-width: 5px;
border-style: solid;
border-color: transparent transparent #555 transparent;
}
.tooltip:hover .tooltiptext {
visibility: visible;
opacity: 1;
}
/* ======================== Switch Slider (Togggle) ======================= */
/* The switch - the box around the slider */
.switch {
position: relative;
display: inline-block;
width: 25px;
height: 15px;
}
.switch input {
opacity: 0;
width: 0;
height: 0;
}
.slider {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #ccc;
-webkit-transition: .4s;
transition: .4s;
}
.slider:before {
position: absolute;
content: "";
height: 15px;
width: 15px;
left: 0px;
bottom: 0px;
background-color: white;
-webkit-transition: .4s;
transition: .4s;
}
input:checked+.slider {
background-color: #2196F3;
}
input:focus+.slider {
box-shadow: 0 0 1px #2196F3;
}
input:checked+.slider:before {
-webkit-transform: translateX(13px);
-ms-transform: translateX(13px);
transform: translateX(13px);
}
/* Rounded sliders */
.slider.round {
border-radius: 34px;
}
.slider.round:before {
border-radius: 50%;
}
/* ========= ScrollBar ============ */
::-webkit-scrollbar {
width: 5px;
height: 5px;
}
::-webkit-scrollbar-track {
background: #eee;
}
::-webkit-scrollbar-thumb {
background: #999;
}
::-webkit-scrollbar-thumb:hover {
background: #bbb;
}
/* responsive */
@media only screen and (max-width: 768px){
.sidebar {
width: 100%;
}
.sidebar .nav-item {
float: left;
width: 16%;
}
hr {
display: none;
}
.main {
width: 100%;
}
} | 0.336985 | 0.095687 |
body {
overflow: hidden;
margin: 0;
padding: 0;
background: #fff;
font-family: Helvetica, sans-serif;
text-align: center;
}
p{
line-height: 16px;
}
.bg-model{
width:100%;
height:100%;
/* background-color: rgba(0, 0, 0, 0.25); */
position:absolute;
top:0;
justify-content: right;
align-items: center;
display: none;
z-index: 0;
}
.model-content{
width:260px;
background-color: white;
opacity:1;
/* float:right; */
margin:0 5%;
border-radius: 3px;
position:absolute;
-webkit-box-shadow: 7px 10px 36px -16px rgba(0,0,0,0.75);
-moz-box-shadow: 7px 10px 36px -16px rgba(0,0,0,0.75);
box-shadow: 7px 10px 36px -16px rgba(0,0,0,0.75);
z-index: 10000;
}
.color-content{
width:260px;
height:20%;
background-color: #6E99B4;
border-radius: 3px 3px 0 0;
position:absolute;
text-align:center;
}
.logo-main{
display: inline-block;
margin-top: 12%;
width:80px;
height: 80px;
border-radius: 50%;
/* background: rgba(255,255,255,0.2) */
background: url(CP3Logo/15.png) no-repeat center;
background-size:80px 80px;
}
.logo-cp3{
width: 80px;
height: 80px;
position:relative;
margin:34px auto;
}
.component-name{
font-size: 21px;
color:#4D4D4D;
margin:120px 15px 8px 15px;
position: relative;
}
.component-content{
font-size:14px;
color:#4D4D4D;
text-align:left;
margin:5px 20px 30px 20px;
position:relative;
width:90%;
}
.close{
position: absolute;
font-weight: 300;
color:#fff;
top:8px;
right:15px;
font-size: 30px;
transform: rotate(45deg);
cursor:pointer;
}
/* part2 */
.bg-model2{
width:100%;
height:100%;
/* background-color: rgba(0, 0, 0, 0.25); */
position:absolute;
top:0;
justify-content: right;
align-items: center;
display: none;
z-index: 0;
}
.model-content2{
width:300px;
background-color: white;
opacity:1;
float:right;
margin:0 5%;
border-radius: 3px;
position:absolute;
-webkit-box-shadow: 7px 10px 36px -16px rgba(0,0,0,0.75);
-moz-box-shadow: 7px 10px 36px -16px rgba(0,0,0,0.75);
box-shadow: 7px 10px 36px -16px rgba(0,0,0,0.75);
z-index: 10000;
}
.color-content2{
width:300px;
height:20%;
background-color: #6E99B4;
border-radius: 3px 3px 0 0;
position:absolute;
text-align:center;
}
.logo-workstation{
display: inline-block;
margin-top:16%;
width:80px;
height: 80px;
background: url(CP3Logo/13.png) no-repeat center;
background-size:80px 80px;
}
.component-name2{
font-size: 21px;
color:#4D4D4D;
margin:135px 15px 8px 15px;
position: relative;
}
.component-content2{
font-size:14px;
color:#4D4D4D;
text-align:left;
margin:5px 20px 30px 20px;
position:relative;
width:90%;
}
.close2{
position: absolute;
font-weight: 300;
color:#fff;
top:8px;
right:15px;
font-size: 30px;
transform: rotate(45deg);
cursor:pointer;
}
/* part3 */
.bg-model3{
width:100%;
height:100%;
/* background-color: rgba(0, 0, 0, 0.25); */
position:absolute;
top:0;
justify-content: right;
align-items: center;
display: none;
z-index: 0;
}
.model-content3{
width:300px;
background-color: white;
opacity:1;
float:right;
margin:0 5%;
border-radius: 3px;
position:absolute;
-webkit-box-shadow: 7px 10px 36px -16px rgba(0,0,0,0.75);
-moz-box-shadow: 7px 10px 36px -16px rgba(0,0,0,0.75);
box-shadow: 7px 10px 36px -16px rgba(0,0,0,0.75);
z-index: 10000;
}
.color-content3{
width:300px;
height:20%;
background-color: #6E99B4;
border-radius: 3px 3px 0 0;
position:absolute;
text-align:center;
}
.logo-plunger{
display: inline-block;
margin-top:11%;
width:80px;
height: 80px;
background: url(CP3Logo/4.png) no-repeat center;
background-size:80px 80px;
}
.component-name3{
font-size: 21px;
color:#4D4D4D;
margin:125px 15px 8px 15px;
position: relative;
}
.component-content3{
font-size:14px;
color:#4D4D4D;
text-align:left;
margin:5px 20px 30px 20px;
position:relative;
width:90%;
}
.close3{
position: absolute;
font-weight: 300;
color:#fff;
top:8px;
right:15px;
font-size: 30px;
transform: rotate(45deg);
cursor:pointer;
}
/* part4 */
.bg-model4{
width:100%;
height:100%;
/* background-color: rgba(0, 0, 0, 0.25); */
position:absolute;
top:0;
justify-content: right;
align-items: center;
display: none;
z-index: 0;
}
.model-content4{
width:300px;
background-color: white;
opacity:1;
float:right;
margin:0 5%;
border-radius: 3px;
position:absolute;
-webkit-box-shadow: 7px 10px 36px -16px rgba(0,0,0,0.75);
-moz-box-shadow: 7px 10px 36px -16px rgba(0,0,0,0.75);
box-shadow: 7px 10px 36px -16px rgba(0,0,0,0.75);
z-index: 10000;
}
.color-content4{
width:300px;
height:20%;
background-color: #6E99B4;
border-radius: 3px 3px 0 0;
position:absolute;
text-align: center;
}
.logo-tweezer{
display: inline-block;
margin-top:13%;
width:80px;
height: 80px;
background: url(CP3Logo/14.png) no-repeat center;
background-size:80px 80px;
}
.component-name4{
font-size: 21px;
color:#4D4D4D;
margin:130px 15px 8px 15px;
position: relative;
}
.component-content4{
font-size:14px;
color:#4D4D4D;
text-align:left;
margin:5px 20px 30px 20px;
position:relative;
width:90%;
}
.close4{
position: absolute;
font-weight: 300;
color:#fff;
top:8px;
right:15px;
font-size: 30px;
transform: rotate(45deg);
cursor:pointer;
}
/* part5 */
.bg-model5{
width:100%;
height:100%;
/* background-color: rgba(0, 0, 0, 0.25); */
position:absolute;
top:0;
justify-content: right;
align-items: center;
display: none;
z-index: 0;
}
.model-content5{
width:300px;
background-color: white;
opacity:1;
float:right;
margin:0 5%;
border-radius: 3px;
position:absolute;
-webkit-box-shadow: 7px 10px 36px -16px rgba(0,0,0,0.75);
-moz-box-shadow: 7px 10px 36px -16px rgba(0,0,0,0.75);
box-shadow: 7px 10px 36px -16px rgba(0,0,0,0.75);
z-index: 10000;
}
.color-content5{
width:300px;
height:18%;
background-color: #6E99B4;
border-radius: 3px 3px 0 0;
position:absolute;
text-align: center;
}
.logo-blotter{
display: inline-block;
margin-top:15%;
width:80px;
height: 80px;
background: url(CP3Logo/2.png) no-repeat center;
background-size:80px 80px;
}
.component-name5{
font-size: 21px;
color:#4D4D4D;
margin:140px 15px 8px 15px;
position: relative;
}
.component-content5{
font-size:14px;
color:#4D4D4D;
text-align:left;
margin:5px 20px 30px 20px;
position:relative;
width:90%;
}
.close5{
position: absolute;
font-weight: 300;
color:#fff;
top:8px;
right:15px;
font-size: 30px;
transform: rotate(45deg);
cursor:pointer;
}
/* part6 */
.bg-model6{
width:100%;
height:100%;
/* background-color: rgba(0, 0, 0, 0.25); */
position:absolute;
top:0;
justify-content: right;
align-items: center;
display: none;
z-index: 0;
}
.model-content6{
width:240px;
background-color: white;
opacity:1;
float:right;
margin:0 5%;
border-radius: 3px;
position:absolute;
-webkit-box-shadow: 7px 10px 36px -16px rgba(0,0,0,0.75);
-moz-box-shadow: 7px 10px 36px -16px rgba(0,0,0,0.75);
box-shadow: 7px 10px 36px -16px rgba(0,0,0,0.75);
z-index: 10000;
}
.color-content6{
width:240px;
height:24%;
background-color: #6E99B4;
border-radius: 3px 3px 0 0;
position:absolute;
text-align: center;
}
.logo-humidity{
display: inline-block;
margin-top:16%;
width:80px;
height: 80px;
background: url(CP3Logo/1.png) no-repeat center;
background-size:80px 80px;
}
.component-name6{
font-size: 21px;
color:#4D4D4D;
margin:125px 15px 8px 15px;
position: relative;
}
.component-content6{
font-size:14px;
color:#4D4D4D;
text-align:left;
margin:5px 20px 30px 20px;
position:relative;
width:90%;
}
.close6{
position: absolute;
font-weight: 300;
color:#fff;
top:8px;
right:15px;
font-size: 30px;
transform: rotate(45deg);
cursor:pointer;
}
/* part7 */
.bg-model7{
width:100%;
height:100%;
/* background-color: rgba(0, 0, 0, 0.25); */
position:absolute;
top:0;
justify-content: right;
align-items: center;
display: none;
z-index: 0;
}
.model-content7{
width:280px;
background-color: white;
opacity:1;
float:right;
margin:0 5%;
border-radius: 3px;
position:absolute;
-webkit-box-shadow: 7px 10px 36px -16px rgba(0,0,0,0.75);
-moz-box-shadow: 7px 10px 36px -16px rgba(0,0,0,0.75);
box-shadow: 7px 10px 36px -16px rgba(0,0,0,0.75);
z-index: 10000;
}
.color-content7{
width:280px;
height:24%;
background-color: #6E99B4;
border-radius: 3px 3px 0 0;
position:absolute;
text-align: center;
}
.logo-hygrometer{
display: inline-block;
margin-top:15%;
width:80px;
height: 80px;
background: url(CP3Logo/5.png) no-repeat center;
background-size:80px 80px;
}
.component-name7{
font-size: 21px;
color:#4D4D4D;
margin:130px 15px 8px 15px;
position: relative;
}
.component-content7{
font-size:14px;
color:#4D4D4D;
text-align:left;
margin:5px 20px 30px 20px;
position:relative;
width:90%;
}
.close7{
position: absolute;
font-weight: 300;
color:#fff;
top:8px;
right:15px;
font-size: 30px;
transform: rotate(45deg);
cursor:pointer;
}
/* part8 */
.bg-model8{
width:100%;
height:100%;
/* background-color: rgba(0, 0, 0, 0.25); */
position:absolute;
top:0;
justify-content: right;
align-items: center;
display: none;
z-index: 0;
}
.model-content8{
width:280px;
background-color: white;
opacity:1;
float:right;
margin:0 5%;
border-radius: 3px;
position:absolute;
-webkit-box-shadow: 7px 10px 36px -16px rgba(0,0,0,0.75);
-moz-box-shadow: 7px 10px 36px -16px rgba(0,0,0,0.75);
box-shadow: 7px 10px 36px -16px rgba(0,0,0,0.75);
z-index: 10000;
}
.color-content8{
width:280px;
height:28%;
background-color: #6E99B4;
border-radius: 3px 3px 0 0;
position:absolute;
text-align: center;
}
.logo-sponge{
display: inline-block;
margin-top:15%;
width:80px;
height: 80px;
background: url(CP3Logo/3.png) no-repeat center;
background-size:80px 80px;
}
.component-name8{
font-size: 21px;
color:#4D4D4D;
margin:130px 15px 8px 15px;
position: relative;
}
.component-content8{
font-size:14px;
color:#4D4D4D;
text-align:left;
margin:5px 20px 30px 20px;
position:relative;
width:90%;
}
.close8{
position: absolute;
top:10px;
right:20px;
font-size: 30px;
transform: rotate(45deg);
cursor:pointer;
}
.close8{
position: absolute;
font-weight: 300;
color:#fff;
top:8px;
right:15px;
font-size: 30px;
transform: rotate(45deg);
cursor:pointer;
}
.wrapper{
position: absolute;
top:3%;
width:100%;
z-index: 0;
}
button{
float:left;
margin: 0 20px;
font-size: 20px;
background: rgba(0, 0, 0, 0.1);
border:none;
padding:10px 20px;
border-radius: 5px;
cursor: pointer;
}
.fullscreen-wrapper{
width:100%;
/* height:100%; */
position:absolute;
top:0;
justify-content: right;
display:flex;
z-index: 0;
padding-left: 20px;
justify-content: flex-end;
display: block;
}
.fullscreen-icon{
width:35px;
height:35px;
display: inline-block;
background: url(CP3Logo/fullscreen.png) no-repeat center;
background-size: 40px 32px;
margin-top: 2vh;
margin-right: 4vw;
float:right;
display: none;
}
.fullscreen-icon:hover{
cursor: pointer;
}
/* slider */
.slider-container{
width:100%;
/* height:100%; */
position:absolute;
top:0;
display:none;
z-index: 0;
margin-top:6.6vh;
}
.slideshow-container {
max-width: 500px;
position: relative;
margin: 0 auto;
background-color: rgba(255, 255, 255, 1);
border-radius: 5px;
}
.prev, .next {
cursor: pointer;
position: absolute;
top: 50%;
width: auto;
padding: 16px;
margin-top: -22px;
color: white;
font-weight: bold;
font-size: 18px;
transition: 0.6s ease;
border-radius: 0 3px 3px 0;
}
.prev{
left:0;
}
.next {
right: 0;
border-radius: 3px 0 0 3px;
}
.prev:hover, .next:hover {
background-color: rgba(0,0,0,0.8);
}
.dot {
cursor: pointer;
height: 15px;
width: 15px;
margin-right:30px;
background-color: #bbb;
border-radius: 50%;
display: inline-block;
transition: background-color 0.6s ease;
}
.active, .dot:hover {
background-color: #717171;
}
.fade {
-webkit-animation-name: fade;
-webkit-animation-duration: 1.5s;
animation-name: fade;
animation-duration: 1.5s;
}
@-webkit-keyframes fade {
from {opacity: .4}
to {opacity: 1}
}
@keyframes fade {
from {opacity: .4}
to {opacity: 1}
}
.slide-title{
font-weight: 500;
font-size:16px;
padding-top: 10px;
}
.slider-discription{
display: inline-block;
margin-top: 15px;
} | styling.css | body {
overflow: hidden;
margin: 0;
padding: 0;
background: #fff;
font-family: Helvetica, sans-serif;
text-align: center;
}
p{
line-height: 16px;
}
.bg-model{
width:100%;
height:100%;
/* background-color: rgba(0, 0, 0, 0.25); */
position:absolute;
top:0;
justify-content: right;
align-items: center;
display: none;
z-index: 0;
}
.model-content{
width:260px;
background-color: white;
opacity:1;
/* float:right; */
margin:0 5%;
border-radius: 3px;
position:absolute;
-webkit-box-shadow: 7px 10px 36px -16px rgba(0,0,0,0.75);
-moz-box-shadow: 7px 10px 36px -16px rgba(0,0,0,0.75);
box-shadow: 7px 10px 36px -16px rgba(0,0,0,0.75);
z-index: 10000;
}
.color-content{
width:260px;
height:20%;
background-color: #6E99B4;
border-radius: 3px 3px 0 0;
position:absolute;
text-align:center;
}
.logo-main{
display: inline-block;
margin-top: 12%;
width:80px;
height: 80px;
border-radius: 50%;
/* background: rgba(255,255,255,0.2) */
background: url(CP3Logo/15.png) no-repeat center;
background-size:80px 80px;
}
.logo-cp3{
width: 80px;
height: 80px;
position:relative;
margin:34px auto;
}
.component-name{
font-size: 21px;
color:#4D4D4D;
margin:120px 15px 8px 15px;
position: relative;
}
.component-content{
font-size:14px;
color:#4D4D4D;
text-align:left;
margin:5px 20px 30px 20px;
position:relative;
width:90%;
}
.close{
position: absolute;
font-weight: 300;
color:#fff;
top:8px;
right:15px;
font-size: 30px;
transform: rotate(45deg);
cursor:pointer;
}
/* part2 */
.bg-model2{
width:100%;
height:100%;
/* background-color: rgba(0, 0, 0, 0.25); */
position:absolute;
top:0;
justify-content: right;
align-items: center;
display: none;
z-index: 0;
}
.model-content2{
width:300px;
background-color: white;
opacity:1;
float:right;
margin:0 5%;
border-radius: 3px;
position:absolute;
-webkit-box-shadow: 7px 10px 36px -16px rgba(0,0,0,0.75);
-moz-box-shadow: 7px 10px 36px -16px rgba(0,0,0,0.75);
box-shadow: 7px 10px 36px -16px rgba(0,0,0,0.75);
z-index: 10000;
}
.color-content2{
width:300px;
height:20%;
background-color: #6E99B4;
border-radius: 3px 3px 0 0;
position:absolute;
text-align:center;
}
.logo-workstation{
display: inline-block;
margin-top:16%;
width:80px;
height: 80px;
background: url(CP3Logo/13.png) no-repeat center;
background-size:80px 80px;
}
.component-name2{
font-size: 21px;
color:#4D4D4D;
margin:135px 15px 8px 15px;
position: relative;
}
.component-content2{
font-size:14px;
color:#4D4D4D;
text-align:left;
margin:5px 20px 30px 20px;
position:relative;
width:90%;
}
.close2{
position: absolute;
font-weight: 300;
color:#fff;
top:8px;
right:15px;
font-size: 30px;
transform: rotate(45deg);
cursor:pointer;
}
/* part3 */
.bg-model3{
width:100%;
height:100%;
/* background-color: rgba(0, 0, 0, 0.25); */
position:absolute;
top:0;
justify-content: right;
align-items: center;
display: none;
z-index: 0;
}
.model-content3{
width:300px;
background-color: white;
opacity:1;
float:right;
margin:0 5%;
border-radius: 3px;
position:absolute;
-webkit-box-shadow: 7px 10px 36px -16px rgba(0,0,0,0.75);
-moz-box-shadow: 7px 10px 36px -16px rgba(0,0,0,0.75);
box-shadow: 7px 10px 36px -16px rgba(0,0,0,0.75);
z-index: 10000;
}
.color-content3{
width:300px;
height:20%;
background-color: #6E99B4;
border-radius: 3px 3px 0 0;
position:absolute;
text-align:center;
}
.logo-plunger{
display: inline-block;
margin-top:11%;
width:80px;
height: 80px;
background: url(CP3Logo/4.png) no-repeat center;
background-size:80px 80px;
}
.component-name3{
font-size: 21px;
color:#4D4D4D;
margin:125px 15px 8px 15px;
position: relative;
}
.component-content3{
font-size:14px;
color:#4D4D4D;
text-align:left;
margin:5px 20px 30px 20px;
position:relative;
width:90%;
}
.close3{
position: absolute;
font-weight: 300;
color:#fff;
top:8px;
right:15px;
font-size: 30px;
transform: rotate(45deg);
cursor:pointer;
}
/* part4 */
.bg-model4{
width:100%;
height:100%;
/* background-color: rgba(0, 0, 0, 0.25); */
position:absolute;
top:0;
justify-content: right;
align-items: center;
display: none;
z-index: 0;
}
.model-content4{
width:300px;
background-color: white;
opacity:1;
float:right;
margin:0 5%;
border-radius: 3px;
position:absolute;
-webkit-box-shadow: 7px 10px 36px -16px rgba(0,0,0,0.75);
-moz-box-shadow: 7px 10px 36px -16px rgba(0,0,0,0.75);
box-shadow: 7px 10px 36px -16px rgba(0,0,0,0.75);
z-index: 10000;
}
.color-content4{
width:300px;
height:20%;
background-color: #6E99B4;
border-radius: 3px 3px 0 0;
position:absolute;
text-align: center;
}
.logo-tweezer{
display: inline-block;
margin-top:13%;
width:80px;
height: 80px;
background: url(CP3Logo/14.png) no-repeat center;
background-size:80px 80px;
}
.component-name4{
font-size: 21px;
color:#4D4D4D;
margin:130px 15px 8px 15px;
position: relative;
}
.component-content4{
font-size:14px;
color:#4D4D4D;
text-align:left;
margin:5px 20px 30px 20px;
position:relative;
width:90%;
}
.close4{
position: absolute;
font-weight: 300;
color:#fff;
top:8px;
right:15px;
font-size: 30px;
transform: rotate(45deg);
cursor:pointer;
}
/* part5 */
.bg-model5{
width:100%;
height:100%;
/* background-color: rgba(0, 0, 0, 0.25); */
position:absolute;
top:0;
justify-content: right;
align-items: center;
display: none;
z-index: 0;
}
.model-content5{
width:300px;
background-color: white;
opacity:1;
float:right;
margin:0 5%;
border-radius: 3px;
position:absolute;
-webkit-box-shadow: 7px 10px 36px -16px rgba(0,0,0,0.75);
-moz-box-shadow: 7px 10px 36px -16px rgba(0,0,0,0.75);
box-shadow: 7px 10px 36px -16px rgba(0,0,0,0.75);
z-index: 10000;
}
.color-content5{
width:300px;
height:18%;
background-color: #6E99B4;
border-radius: 3px 3px 0 0;
position:absolute;
text-align: center;
}
.logo-blotter{
display: inline-block;
margin-top:15%;
width:80px;
height: 80px;
background: url(CP3Logo/2.png) no-repeat center;
background-size:80px 80px;
}
.component-name5{
font-size: 21px;
color:#4D4D4D;
margin:140px 15px 8px 15px;
position: relative;
}
.component-content5{
font-size:14px;
color:#4D4D4D;
text-align:left;
margin:5px 20px 30px 20px;
position:relative;
width:90%;
}
.close5{
position: absolute;
font-weight: 300;
color:#fff;
top:8px;
right:15px;
font-size: 30px;
transform: rotate(45deg);
cursor:pointer;
}
/* part6 */
.bg-model6{
width:100%;
height:100%;
/* background-color: rgba(0, 0, 0, 0.25); */
position:absolute;
top:0;
justify-content: right;
align-items: center;
display: none;
z-index: 0;
}
.model-content6{
width:240px;
background-color: white;
opacity:1;
float:right;
margin:0 5%;
border-radius: 3px;
position:absolute;
-webkit-box-shadow: 7px 10px 36px -16px rgba(0,0,0,0.75);
-moz-box-shadow: 7px 10px 36px -16px rgba(0,0,0,0.75);
box-shadow: 7px 10px 36px -16px rgba(0,0,0,0.75);
z-index: 10000;
}
.color-content6{
width:240px;
height:24%;
background-color: #6E99B4;
border-radius: 3px 3px 0 0;
position:absolute;
text-align: center;
}
.logo-humidity{
display: inline-block;
margin-top:16%;
width:80px;
height: 80px;
background: url(CP3Logo/1.png) no-repeat center;
background-size:80px 80px;
}
.component-name6{
font-size: 21px;
color:#4D4D4D;
margin:125px 15px 8px 15px;
position: relative;
}
.component-content6{
font-size:14px;
color:#4D4D4D;
text-align:left;
margin:5px 20px 30px 20px;
position:relative;
width:90%;
}
.close6{
position: absolute;
font-weight: 300;
color:#fff;
top:8px;
right:15px;
font-size: 30px;
transform: rotate(45deg);
cursor:pointer;
}
/* part7 */
.bg-model7{
width:100%;
height:100%;
/* background-color: rgba(0, 0, 0, 0.25); */
position:absolute;
top:0;
justify-content: right;
align-items: center;
display: none;
z-index: 0;
}
.model-content7{
width:280px;
background-color: white;
opacity:1;
float:right;
margin:0 5%;
border-radius: 3px;
position:absolute;
-webkit-box-shadow: 7px 10px 36px -16px rgba(0,0,0,0.75);
-moz-box-shadow: 7px 10px 36px -16px rgba(0,0,0,0.75);
box-shadow: 7px 10px 36px -16px rgba(0,0,0,0.75);
z-index: 10000;
}
.color-content7{
width:280px;
height:24%;
background-color: #6E99B4;
border-radius: 3px 3px 0 0;
position:absolute;
text-align: center;
}
.logo-hygrometer{
display: inline-block;
margin-top:15%;
width:80px;
height: 80px;
background: url(CP3Logo/5.png) no-repeat center;
background-size:80px 80px;
}
.component-name7{
font-size: 21px;
color:#4D4D4D;
margin:130px 15px 8px 15px;
position: relative;
}
.component-content7{
font-size:14px;
color:#4D4D4D;
text-align:left;
margin:5px 20px 30px 20px;
position:relative;
width:90%;
}
.close7{
position: absolute;
font-weight: 300;
color:#fff;
top:8px;
right:15px;
font-size: 30px;
transform: rotate(45deg);
cursor:pointer;
}
/* part8 */
.bg-model8{
width:100%;
height:100%;
/* background-color: rgba(0, 0, 0, 0.25); */
position:absolute;
top:0;
justify-content: right;
align-items: center;
display: none;
z-index: 0;
}
.model-content8{
width:280px;
background-color: white;
opacity:1;
float:right;
margin:0 5%;
border-radius: 3px;
position:absolute;
-webkit-box-shadow: 7px 10px 36px -16px rgba(0,0,0,0.75);
-moz-box-shadow: 7px 10px 36px -16px rgba(0,0,0,0.75);
box-shadow: 7px 10px 36px -16px rgba(0,0,0,0.75);
z-index: 10000;
}
.color-content8{
width:280px;
height:28%;
background-color: #6E99B4;
border-radius: 3px 3px 0 0;
position:absolute;
text-align: center;
}
.logo-sponge{
display: inline-block;
margin-top:15%;
width:80px;
height: 80px;
background: url(CP3Logo/3.png) no-repeat center;
background-size:80px 80px;
}
.component-name8{
font-size: 21px;
color:#4D4D4D;
margin:130px 15px 8px 15px;
position: relative;
}
.component-content8{
font-size:14px;
color:#4D4D4D;
text-align:left;
margin:5px 20px 30px 20px;
position:relative;
width:90%;
}
.close8{
position: absolute;
top:10px;
right:20px;
font-size: 30px;
transform: rotate(45deg);
cursor:pointer;
}
.close8{
position: absolute;
font-weight: 300;
color:#fff;
top:8px;
right:15px;
font-size: 30px;
transform: rotate(45deg);
cursor:pointer;
}
.wrapper{
position: absolute;
top:3%;
width:100%;
z-index: 0;
}
button{
float:left;
margin: 0 20px;
font-size: 20px;
background: rgba(0, 0, 0, 0.1);
border:none;
padding:10px 20px;
border-radius: 5px;
cursor: pointer;
}
.fullscreen-wrapper{
width:100%;
/* height:100%; */
position:absolute;
top:0;
justify-content: right;
display:flex;
z-index: 0;
padding-left: 20px;
justify-content: flex-end;
display: block;
}
.fullscreen-icon{
width:35px;
height:35px;
display: inline-block;
background: url(CP3Logo/fullscreen.png) no-repeat center;
background-size: 40px 32px;
margin-top: 2vh;
margin-right: 4vw;
float:right;
display: none;
}
.fullscreen-icon:hover{
cursor: pointer;
}
/* slider */
.slider-container{
width:100%;
/* height:100%; */
position:absolute;
top:0;
display:none;
z-index: 0;
margin-top:6.6vh;
}
.slideshow-container {
max-width: 500px;
position: relative;
margin: 0 auto;
background-color: rgba(255, 255, 255, 1);
border-radius: 5px;
}
.prev, .next {
cursor: pointer;
position: absolute;
top: 50%;
width: auto;
padding: 16px;
margin-top: -22px;
color: white;
font-weight: bold;
font-size: 18px;
transition: 0.6s ease;
border-radius: 0 3px 3px 0;
}
.prev{
left:0;
}
.next {
right: 0;
border-radius: 3px 0 0 3px;
}
.prev:hover, .next:hover {
background-color: rgba(0,0,0,0.8);
}
.dot {
cursor: pointer;
height: 15px;
width: 15px;
margin-right:30px;
background-color: #bbb;
border-radius: 50%;
display: inline-block;
transition: background-color 0.6s ease;
}
.active, .dot:hover {
background-color: #717171;
}
.fade {
-webkit-animation-name: fade;
-webkit-animation-duration: 1.5s;
animation-name: fade;
animation-duration: 1.5s;
}
@-webkit-keyframes fade {
from {opacity: .4}
to {opacity: 1}
}
@keyframes fade {
from {opacity: .4}
to {opacity: 1}
}
.slide-title{
font-weight: 500;
font-size:16px;
padding-top: 10px;
}
.slider-discription{
display: inline-block;
margin-top: 15px;
} | 0.332202 | 0.073264 |
body {
margin: 0;
padding: 0;
font-family: Roboto, sans-serif;
font-size: 12.8px;
line-height: 30px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
a {
/* color: #001978 !important; */
color: #001978;
}
code {
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
monospace;
}
a,
a:hover {
outline: none;
text-decoration: none;
}
/* ul {
list-style: none;
} */
strong {
font-weight: 500;
font-family: MTTMilano-Medium, Lato, Arial, sans-serif;
font-size: 16px;
}
/* Header: BOC */
header h1 {
font-size: 16px;
font-weight: bold;
line-height: 18px;
color: #ffffff;
padding-top: 20px;
}
header .tools-bar {
padding-top: 10px;
}
header .tools-bar a {
color: #ffffff;
font-size: 20px;
display: block;
width: 34px;
height: 34px;
padding: 7px;
transition: background-color 0.3ms;
border-radius: 50%;
}
header .tools-bar a:hover {
background-color: #e5e8f1;
color: #001978;
}
/* Header: EOC */
/* Configuration box: BOC */
.lex-on-configuration {
position: relative;
height: 1px;
z-index: 1;
}
.lex-on-configuration .lex-on-configuration-trigger {
position: absolute;
color: #001978;
right: 17px;
top: 5px;
}
.lex-on-configuration .lex-on-configuration-trigger span {
color: #001978;
font-size: 20px;
width: 34px;
height: 34px;
padding: 7px;
transition: background-color 0.3ms;
border-radius: 50%;
}
.lex-on-configuration .lex-on-configuration-trigger:hover span {
background-color: #e5e8f1;
}
.lex-on-configuration-title {
font-size: 12px;
color: #7f8cbb;
text-transform: uppercase;
border-bottom: solid 2px #001978;
padding-bottom: 5px;
margin-bottom: 35px;
}
.lex-on-configuration-title [class^='lf-icon'],
.lex-on-configuration-title [class*=' lf-icon'] {
font-size: 20px;
color: #001978;
margin-right: 15px;
}
.lex-on-configuration-options {
padding: 0;
}
.lex-on-configuration-options li {
padding-left: 35px;
position: relative;
}
.lex-on-configuration-options label {
color: #001978;
font-family: MTTMilano-Medium, Lato, Arial, sans-serif;
font-size: 14px;
}
/* Configuration box: EOC */
/* Expediente relacionado: BOC */
.lex-on-related-file-title {
font-size: 12px;
color: #7f8cbb;
text-transform: uppercase;
border-bottom: dotted 1px #001978;
padding: 20px 0 5px 0;
}
.lex-on-related-file-title [class^='lf-icon'],
.lex-on-related-file-title [class*=' lf-icon'] {
font-size: 20px;
color: #001978;
margin-right: 10px;
}
.lex-on-related-file-details {
padding: 15px 0;
border-bottom: dotted 1px #001978;
font-family: MTTMilano-Medium, Lato, Arial, sans-serif;
font-size: 14px;
}
.lex-on-related-file-details li {
margin-bottom: 10px;
}
.lex-on-related-file-details strong {
color: #001978;
}
/* Expediente relacionado: EOC */
/* form-selection-business: BOC */
.form-selection-business {
padding-top: 80px;
font-family: MTTMilano-Medium, Lato, Arial, sans-serif;
font-size: 14px;
}
.form-selection-business p {
padding-left: 20px;
}
.form-selection-business ul {
padding-left: 30px;
}
.form-selection-business label {
color: #001978;
}
.business-alert-warning {
color: #d0021b;
font-size: 14px;
border: solid 1px #d0021b;
padding: 5px;
}
.business-alert-warning span {
font-size: 18px;
margin-right: 5px;
}
/* form-selection-business: EOC */
/* Form components: BOC */
input[type='checkbox'],
input[type='radio'] {
position: absolute !important;
width: 1px;
height: 1px;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
font-size: 0.1em;
}
input[type='checkbox'] + label,
input[type='radio'] + label {
padding-left: 25px;
display: inline-block;
position: relative;
margin: 5px 20px 5px 0;
}
input[type='checkbox'] + label:before {
content: '';
display: block;
width: 20px;
height: 20px;
position: absolute;
top: 4px;
left: 0;
border: 1px solid #4a4a4a;
background: #fff;
}
input[type='checkbox']:checked + label:after {
content: '';
display: block;
width: 10px;
height: 10px;
background-color: #001978;
/*border-bottom: 2px solid #01385f;
border-left: 2px solid #01385f;*/
position: absolute;
top: 5px;
left: 5px;
}
input[type='radio'] + label:before {
content: '';
display: block;
width: 18px;
height: 18px;
position: absolute;
top: 4px;
left: 0;
border: 1px solid #001978;
background: #fff;
border-radius: 50%;
}
input[type='radio']:checked + label:after {
content: '';
display: block;
width: 12px;
height: 12px;
background: #001978;
position: absolute;
border-radius: 50%;
top: 7px;
left: 3px;
}
.lexon-select-like-custom-trigger {
height: 45px;
width: 350px;
border: 1px solid #d2d2d2;
background-color: #ffffff;
outline: none;
color: #7c868c;
font-size: 15px;
text-align: left;
position: relative;
padding-left: 10px;
}
.lexon-select-like-custom-trigger:focus {
outline: none;
}
.lexon-select-like-custom-trigger span {
font-size: 20px;
position: absolute;
top: 10px;
right: 10px;
color: #001978;
transition: all 0.5s ease;
}
.lexon-select-like-custom-trigger.opened span {
-moz-transform: rotate(180deg);
-webkit-transform: rotate(180deg);
-o-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.lexon-select-like-custom-list-container {
transition: all 0.5s ease;
height: 0;
width: 350px;
position: absolute;
z-index: 2;
overflow: hidden;
}
.lexon-select-like-custom-list-container.opened {
height: 230px;
overflow: visible;
}
.lexon-select-like-custom-list {
height: 230px;
width: 350px;
border: 1px solid #d2d2d2;
background-color: #ffffff;
box-shadow: 0 0 4px 1px rgba(102, 175, 233, 0.6);
position: absolute;
z-index: 1;
padding: 5px;
overflow: scroll;
overflow-x: hidden;
}
.lexon-select-like-custom-list li {
border-bottom: solid 1px #001978;
height: 43px;
color: #7c868c;
font-size: 15px;
line-height: 43px;
padding: 0 10px;
margin: 0 2px;
}
.lexon-select-like-custom-list li:last-child {
border-bottom: none;
}
.lexon-select-like-custom-list li span {
color: #7c868c;
}
.lexon-select-like-custom-list li.selected,
.lexon-select-like-custom-list li:hover {
background-color: #e5e8f1;
color: #001978;
cursor: pointer;
}
.lexon-select-like-custom-list li.selected span,
.lexon-select-like-custom-list li:hover span {
color: #001978;
}
.lexon-clasification-list-container {
border: 1px solid #d2d2d2;
position: relative;
z-index: 1;
}
.lexon-clasification-list-container label {
line-height: 45px;
}
.lexon-clasification-list-search {
position: absolute;
top: 0;
right: -1px;
display: inline-block;
}
.lexon-clasification-list-search .lexon-clasification-list-results {
position: relative;
height: 45px;
width: 190px;
float: left;
padding-top: 5px;
}
.lexon-clasification-list-search p {
color: #001978;
font-size: 10px;
display: inline-block;
padding: 5px 10px;
margin-bottom: 0;
}
.lexon-clasification-list-search p strong {
font-size: 13px;
}
.lexon-clasification-list-search a.search-trigger-show {
font-size: 20px;
color: #001978;
font-weight: bold !important;
display: inline-block;
width: 30px;
height: 30px;
padding: 4px;
transition: background-color 0.5ms;
border-radius: 50%;
}
.lexon-clasification-list-search a.search-trigger:hover {
background-color: #001978;
color: #e5e8f1;
}
.lexon-clasification-list-searcher {
width: 0;
transition: all 0.5s ease;
display: inline-block;
height: 45px;
background-color: #e5e8f1;
-webkit-border-radius: 50px 0 0 50px;
border-radius: 50px 0 0 50px;
line-height: 35px;
float: right;
overflow: hidden;
}
.lexon-clasification-list-searcher.opened {
width: 317px;
}
.lexon-clasification-list-searcher label {
float: left;
font-size: 20px;
margin: 8px 10px 0 10px;
line-height: inherit;
}
.lexon-clasification-list-searcher input {
float: left;
width: 235px;
background-color: transparent;
border: none;
color: #001978;
font-weight: bold;
margin-top: 5px;
}
.lexon-clasification-list-searcher a {
float: right;
font-size: 12px;
color: #001978;
font-weight: bold !important;
display: inline-block;
width: 25px;
height: 25px;
padding: 5px 7px;
transition: background-color 0.5ms;
border-radius: 50%;
line-height: 18px;
margin: 9px 5px;
}
.lexon-clasification-list-searcher a:hover {
background-color: #001978;
color: #e5e8f1;
}
.lexon-clasification-list-container table {
width: 99%;
margin: 5px;
}
.lexon-clasification-list-container table thead {
border-bottom: 1px solid #001978;
color: #001978;
font-size: 13px;
font-weight: bold;
}
.lexon-clasification-list-container table tbody {
height: 340px;
/* overflow-y: scroll; */
display: block;
width: 99%;
margin: 5px;
}
.lexon-clasification-list-container table tbody tr {
border-bottom: 1px solid #d2d2d2;
}
.lexon-clasification-list-container tr {
display: table; /* display purpose; th's border */
width: 100%;
box-sizing: border-box; /* because of the border (Chrome needs this line, but not FF) */
}
.lexon-clasification-list-container table th,
.lexon-clasification-list-container table td {
padding: 12px;
}
.lexon-clasification-list-container table tr th:nth-child(1),
.lexon-clasification-list-container table tr td:nth-child(1) {
width: 25%;
}
.lexon-clasification-list-container table tr th:nth-child(2),
.lexon-clasification-list-container table tr td:nth-child(2) {
width: 25%;
}
.lexon-clasification-list-container table tr th:nth-child(3),
.lexon-clasification-list-container table tr td:nth-child(3) {
width: 50%;
}
.lexon-clasification-list-container table td span {
display: inline-block;
width: 25px;
height: 25px;
padding: 6px;
transition: background-color 0.3ms;
border-radius: 50%;
margin-right: 5px;
}
.lexon-clasification-list-container table tr:hover td span {
color: #001978;
}
.lexon-clasification-list-container table tr.selected td span {
background-color: #001978;
color: #e5e8f1;
}
.lexon-clasification-list-container table tbody tr.selected,
.lexon-clasification-list-container table tbody tr:hover {
background-color: #e5e8f1;
cursor: pointer;
color: #001978;
}
.lexon-documentation-list-container {
border: 1px solid #d2d2d2;
position: relative;
z-index: 1;
}
.lexon-documentation-list {
border-top: solid 1px #001978;
font-size: 14px;
height: 340px;
overflow-y: scroll;
display: block;
width: 99%;
margin: 5px;
padding: 0;
}
.lexon-documentation-list li {
border-bottom: solid 1px #e5e8f1;
display: block;
padding: 0 5px;
line-height: 43px;
position: relative;
}
.lexon-documentation-list li:last-child {
border-bottom: none;
}
.lexon-documentation-list li:hover {
background-color: #e5e8f1;
cursor: pointer;
color: #001978;
font-weight: bold;
}
.lexon-documentation-list li.document:hover {
background-color: transparent;
cursor: text;
color: #333333;
font-weight: normal;
}
.lexon-documentation-list [class^='lf-icon'],
.lexon-documentation-list [class*=' lf-icon'] {
font-size: 20px;
margin-right: 10px;
}
.lexon-documentation-list .lf-icon-angle-right {
position: absolute;
top: 10px;
right: 5px;
display: none;
}
.lexon-documentation-list li:hover .lf-icon-angle-right {
display: block;
}
.lexon-clasification-newfolder {
position: relative;
}
.lexon-clasification-newfolder a {
position: absolute;
bottom: -70px;
color: #001978;
padding-left: 40px;
}
.lexon-clasification-newfolder a span {
font-size: 26px;
position: absolute;
top: 0;
left: 10px;
}
.lexon-clasification-newfolder a strong {
font-size: 16px;
font-weight: bold;
text-decoration: underline;
}
.newfolderConfig {
display: none;
box-sizing: border-box;
width: 450px;
padding: 50px 50px 20px 50px;
background-color: #ffffff;
box-shadow: 0 0 4px 0 rgba(65, 63, 63, 0.67);
position: absolute;
top: 150px;
left: 180px;
z-index: 1;
}
.newfolderConfig .form-group {
padding-bottom: 20px;
}
/* _BREADCRUMB */
.lexon-documentation-breadcrumb {
color: #001978;
font-size: 13px;
font-weight: bold;
position: relative;
}
.lexon-documentation-breadcrumb:before {
font-family: 'lf-font' !important;
speak: none;
font-size: 20px;
font-style: normal;
font-weight: bold;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
content: '\e997';
position: absolute;
display: inline-block;
left: 10px;
top: 0;
text-align: center;
}
.lexon-documentation-breadcrumb li {
display: inline-block;
position: relative;
padding-right: 12px;
}
.lexon-documentation-breadcrumb li:after {
content: '>';
position: absolute;
display: inline-block;
right: 0;
top: 0;
text-align: center;
}
.lexon-documentation-breadcrumb li:last-child:after {
content: none;
}
.lexon-documentation-breadcrumb li a {
color: #001978;
text-decoration: underline;
}
/* Form components: EOC */
/* Items list: BOC */
.connexion-status {
font-size: 13px;
color: #ffffff;
font-weight: 300;
padding: 11px 40px 15px 20px;
position: relative;
margin-left: 1px;
font-family: MTTMilano, Lato, Arial, sans-serif;
line-height: 22px;
}
.connexion-status span {
font-size: 20px;
position: absolute;
right: 20px;
top: 20px;
}
.connexion-status-ko {
background-color: #c43741;
}
.connexion-status-ok {
background-color: #417505;
}
.selected-messages {
color: #7f8cbb;
font-size: 12px;
font-weight: bold;
line-height: 25px;
text-align: center;
text-transform: uppercase;
font-family: MTTMilano, Lato, Arial, sans-serif;
padding-top: 20px;
}
.selected-messages span {
background-color: #e5e8f1;
color: #001978;
font-family: Lato;
font-size: 14px;
font-weight: normal;
padding-right: 1em;
padding-left: 1em;
font-family: MTTMilano, Lato, Arial, sans-serif;
}
.company-id {
font-size: 14px;
position: relative;
line-height: 21px;
margin-bottom: 30px;
font-family: MTTMilano, Lato, Arial, sans-serif;
}
.company-id:before {
background-color: #e5e8f1;
height: 76px;
width: 10px;
content: '';
display: block;
position: absolute;
top: -20px;
left: -15px;
background-color: white;
}
.company-id strong {
color: #001978;
font-weight: 500;
}
.company-id a {
color: #001978;
font-size: 20px;
display: block;
width: 34px;
height: 34px;
padding: 7px;
transition: background-color 0.3ms;
border-radius: 50%;
position: absolute;
bottom: 5px;
right: 5px;
}
.company-id a:hover {
background-color: #e5e8f1;
}
.lexon-description {
line-height: 25px;
}
.menu-lexon-actions {
border-bottom: 2px solid #001978;
margin-bottom: 25px;
font-family: MTTMilano, Lato, Arial, sans-serif;
/* padding-bottom: 4px; */
}
.menu-lexon-actions ul {
list-style: none;
padding-left: 0;
margin-bottom: 6px;
}
.menu-lexon-actions li {
display: inline;
width: 50%;
}
.menu-lexon-actions a {
display: inline;
background-color: #e5e8f1;
color: #7f8cbb;
padding: 9px 50px 7px 8px;
position: relative;
font-size: 13px;
font-weight: bold;
text-transform: uppercase;
}
.menu-lexon-actions a:after {
border-top: 32px solid #ffffff;
border-left: 32px solid #e5e8f1;
content: '';
position: absolute;
right: 0;
top: 0;
}
.menu-lexon-actions a.active {
background-color: #001978;
color: #ffffff;
}
.menu-lexon-actions a.active:after {
border-left: 32px solid #001978;
}
.add-more-container {
padding-bottom: 1rem;
/* padding-top: 20px; */
}
.add-more {
color: #001978;
font-size: 16px;
font-weight: bold;
}
.add-more strong {
text-decoration: underline;
line-height: 19px;
}
.add-more span {
color: #001978;
font-size: 20px;
width: 34px;
height: 34px;
padding: 7px;
transition: background-color 0.3ms;
border-radius: 50%;
}
.add-more:hover span {
background-color: #e5e8f1;
}
.lexon-title-list {
color: #7f8cbb;
font-size: 12px;
font-weight: bold;
line-height: 16px;
text-transform: uppercase;
border-bottom: dotted 1px #001978;
font-family: MTTMilano, Lato, Arial, sans-serif;
}
.lexon-document-list {
padding: 0;
width: 320px;
float: left;
max-height: 525px;
/* overflow: auto; */
margin-bottom: 10px;
display: block;
font-family: MTTMilano, Lato, Arial, sans-serif;
}
.lexon-document-list .lexon-item {
font-size: 14px;
margin-top: 15px;
}
.lexon-document-list .lexon-item p {
margin-bottom: 0.5rem;
}
.lexon-document-list .lexon-item strong {
color: #001978;
}
.lexon-document-list .lexon-item p:last-child {
border-bottom: dotted 1px #001978;
padding-bottom: 1rem;
}
.lexon-document-list .lexon-item p.tools-bar {
padding-bottom: 5px;
padding-right: 10px;
}
.lexon-document-list .lexon-item a {
color: #001978;
font-size: 20px;
width: 34px;
height: 34px;
padding: 7px;
transition: background-color 0.3ms;
border-radius: 50%;
}
.lexon-document-list .lexon-item a:hover {
background-color: #e5e8f1;
}
/* Items list: EOC */
/* PREVIOUS */
.form-box {
max-width: 450px;
border: 1px solid #7f8cbb;
padding: 0 15px;
}
.form-box .bg-grey {
background-color: #f5f5f5;
}
.form-box .content {
padding-bottom: 30px;
}
.form-box ul {
padding: 0;
border-bottom: 1px solid #ccd1e4;
}
.form-box .bg-grey li {
list-style: none;
border-top: none;
padding: 15px;
height: 60px;
}
.form-box .bg-grey li:last-of-type {
border-bottom: 0;
}
.form-box .bg-grey .asociadas {
color: #001978;
font-size: 18px;
font-family: MTTMilano, Lato, Arial, sans-serif;
padding: 18px;
}
.form-box .bg-grey a {
padding: 0;
}
.form-box .bg-grey .trash {
position: relative;
top: -26px;
left: 88%;
font-size: 20px;
text-align: right;
width: 50px;
}
/* LISTADO DE CUENTAS ASOCIADAS: BOC */
.other-accounts {
list-style: none;
padding: 0;
text-align: left;
font-size: 14px;
max-height: 170px;
/* overflow: auto; */
margin-bottom: 0;
display: block;
}
.other-accounts li a {
display: block;
padding: 4px 35px 4px 15px;
background-color: #f2f3f8;
position: relative;
}
.other-accounts li a:hover span {
color: #001978 !important;
}
.other-accounts li a span {
display: inline;
}
.other-accounts li img {
width: 20px;
/* height: 20px; */
margin-right: 14px;
}
.other-accounts li .lf-icon-arrow-exchange {
position: absolute;
right: 10px;
top: 3px;
font-size: 17px;
display: block;
width: 30px;
height: 30px;
padding: 7px;
transition: background-color 0.3ms;
border-radius: 50%;
}
.other-accounts li a:hover .lf-icon-arrow-exchange {
background-color: #e5e8f1;
}
.add-more-accounts {
color: #001978;
border-bottom: solid 1px #ccd1e4;
padding: 5px 10px 0 5px;
background-color: transparent;
font-size: 12px;
}
.add-more-accounts strong {
font-size: 12px;
font-weight: bolder;
}
.add-more-accounts span {
color: #001978 !important;
font-size: 30px;
width: 40px;
height: 40px;
padding: 5px;
transition: background-color 0.3ms;
border-radius: 50%;
margin-right: 10px;
}
.add-more-accounts:hover span {
background-color: #e5e8f1;
}
.add-more-accounts strong {
line-height: 1.4;
text-transform: uppercase;
}
/* LISTADO DE CUENTAS ASOCIADAS: EOC */
.form-box li {
list-style: none;
border-top: 1px solid #ccd1e4;
}
.form-box li:hover {
background-color: #e5e8f1;
color: #001978 !important;
}
.form-box li:last-of-type {
border-bottom: 1px solid #ccd1e4;
}
.form-box li [class^='lf-icon'] {
font-size: 30px;
margin-left: 0;
margin-right: 4px;
color: #001978;
}
.form-box li span {
font-weight: 400;
}
.form-box li a {
display: block;
padding: 11px;
color: #7c868c;
width: 100%;
}
.form-box li a span:nth-child(2) {
padding-left: 10px;
}
.form-box li a:hover {
color: #001978 !important;
text-decoration: none;
}
/*.form-box .logo{
margin-bottom: 44px;
}*/
.form-box .logo img {
margin-bottom: 31px;
}
.form-box .logo span {
font-size: 24px;
font-weight: 500;
color: #001978;
display: block;
}
.form-box .logo .naming {
font-size: 52px;
font-family: MTTMilano-Bold, Lato, Arial, sans-serif;
text-transform: uppercase;
}
.mail-config {
padding-bottom: 25px !important;
}
.mail-config .content {
padding-bottom: 0px;
}
.dropdown-menu .content {
padding: 0 24px;
float: left;
}
.dropdown-menu .content .menu-title {
font-size: 18px;
font-weight: 500;
border-bottom: 1px solid;
}
.product-list {
width: 300px;
float: left;
max-height: 488px;
overflow: auto;
margin-bottom: 40px;
display: block;
}
.user-options {
width: 300px;
display: block;
}
.user-options ul {
margin-bottom: 30px;
}
.user-options li {
border-bottom: 1px solid #ccd1e4;
list-style: none;
margin-bottom: 15px;
padding: 0 0 10px 5px;
}
.user-options ul li span {
font-size: 12px;
font-family: MTTMilano-Bold, Lato, Arial, sans-serif;
text-transform: uppercase;
}
.user-options ul li [class^='lf-icon'] {
font-size: 28px;
margin-right: 10px;
font-weight: normal;
}
.user-image-and-name .user-image img {
border-radius: 50%;
width: 100px;
height: 100px;
margin-bottom: 20px;
}
.user-image-and-name .user-image strong {
border-radius: 50%;
width: 100px;
height: 100px;
margin-bottom: 20px;
background-color: #001978;
color: #ccd1e4;
font-size: 50px;
text-align: center;
display: inline-block;
padding-top: 35px;
}
/* .user-image-and-name .user-image::before {
font-family: "lf-font";
content: "\e952";
position: relative;
bottom: -35px;
left: 125px;
font-size: 22px;
} */
.user-image-and-name span,
.user-image-and-name .other-accounts span {
display: block;
margin-bottom: 5px;
}
.user-image-and-name .user-name {
font-size: 16px;
font-family: MTTMilano, Lato, Arial, sans-serif;
color: #7c868c !important;
}
.user-image-and-name .company-name {
font-size: 12px;
font-family: MTTMilano-Bold, Lato, Arial, sans-serif;
text-transform: uppercase;
color: #7c868c !important;
}
.user-image-and-name .scrollbar-container {
border-top: solid 1px #ccd1e4;
border-bottom: solid 1px #ccd1e4;
width: 300px;
}
.btn-primary,
.btn-primary:hover {
background-color: #001978;
border-radius: 0;
border: 2px solid #001978;
text-transform: uppercase;
font-size: 13px;
font-family: MTTMilano-Bold, Lato, Arial, sans-serif;
letter-spacing: 0.7px;
padding: 10px 0;
margin-top: 30px;
margin-bottom: 20px;
}
.btn-primary:not(:disabled):not(.disabled):active {
background-color: #001978;
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled):focus {
box-shadow: 0 0 6px rgba(35, 173, 278, 1);
}
.btn-primary:hover,
.btn-outline-primary:hover {
background-color: #e5e8f1;
color: #001978;
border-color: #001978;
}
.btn-outline-primary {
border-radius: 0;
border: 2px solid #001978;
text-transform: uppercase;
font-size: 13px;
font-family: MTTMilano-Bold, Lato, Arial, sans-serif;
letter-spacing: 0.7px;
color: #001978;
padding: 10px;
}
.btn-primary-white {
border-radius: 0;
border: 2px solid #ffffff;
background-color: #ffffff;
text-transform: uppercase;
font-size: 13px;
font-family: MTTMilano-Bold, Lato, Arial, sans-serif;
letter-spacing: 0.7px;
color: #001978;
padding: 10px;
min-width: 80px;
}
.btn-outline-secondary-white {
border-radius: 0;
border: 2px solid #ffffff;
text-transform: uppercase;
font-size: 13px;
font-family: MTTMilano-Bold, Lato, Arial, sans-serif;
letter-spacing: 0.7px;
color: #ffffff;
padding: 10px;
min-width: 80px;
background-color: #001978;
}
.btn-primary-white:hover,
.btn-outline-secondary-white:hover {
background-color: #e5e8f1;
color: #001978;
border-color: #ffffff;
}
.app-list,
.user-info {
top: 38px;
right: -9px;
}
.product-list li {
float: left;
width: 40%;
list-style: none;
text-transform: uppercase;
font-size: 11px;
margin: 0 5% 31px 5%;
height: 70px;
}
.product-list span {
font-family: MTTMilano-Bold, Lato, Arial, sans-serif;
}
.product-list [class^='lf-icon'] {
color: #fff;
font-size: 27px;
font-weight: normal;
width: 50px;
height: 50px;
border-radius: 50%;
background: #001978;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
margin: 9px auto;
padding: 3%;
}
.product-list [class^='lf-icon']:hover {
background: #888eba;
}
.product-description {
margin-bottom: 25px;
width: 300px;
}
.product-description span {
font-size: 14px;
color: #7c868c !important;
}
.collapse-link,
.collapse-link:hover {
text-decoration: none;
font-family: MTTMilano-Bold, Lato, Arial, sans-serif;
font-size: 13px;
text-transform: uppercase;
color: #001978;
padding-bottom: 10px;
border-bottom: 1px dotted black;
}
.collapse-link span[class^='lf-icon'] {
margin-right: 10px;
font-size: 20px;
}
#advancedConfig {
padding-top: 20px;
padding-bottom: 10px;
border-bottom: 1px dotted black;
}
@media (width: 320px) {
.app-list .content {
padding: 0 5px;
}
}
@media (max-width: 359px) {
.user-info .btn-primary,
.user-info .btn-outline-primary {
min-width: 180px !important;
}
.user-options {
width: 260px;
}
}
@media (max-width: 375px) {
.user-info {
right: -46px !important;
}
.user-info .dropdown-menu-arrow {
left: 84% !important;
}
}
@media (max-width: 767px) {
.btn-primary,
.btn-outline-primary {
min-width: 125px !important;
}
}
@media (min-width: 768px) {
.form-box .logo span {
font-size: 26px;
}
}
/***** FLECHITA PARA LOS DROPDOWN ******/
.dropdown-menu-arrow {
top: -25px;
left: 96%;
width: 0;
height: 0;
position: relative;
}
@-moz-document url-prefix() {
.dropdown-menu-arrow {
top: -46px;
}
}
.dropdown-menu-arrow:before,
.dropdown-menu-arrow:after {
content: '';
position: absolute;
display: block;
width: 0;
height: 0;
border-width: 13px 13px;
border-style: solid;
border-color: transparent;
z-index: 1001;
}
.dropdown-menu-arrow:after {
bottom: -18px;
right: -8px;
border-bottom-color: #fff;
}
.dropdown-menu-arrow:before {
bottom: -17px;
right: -8px;
border-bottom-color: rgba(0, 0, 0, 0.15);
}
/****** RESTYLING PARA LOS DROPDOWN ******/
.dropdown-menu {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
border: 1px solid #cdd1e0;
border-radius: 0;
color: #001978;
}
.dropdown-menu a,
.dropdown-menu a:hover,
.dropdown-menu span {
text-decoration: none;
color: #001978 !important;
}
.dropdown-menu [class^='lf-icon-close'] {
font-size: 13px;
}
/****** RESTYLING PARA LOS INPUTS ******/
.not-valid {
border-color: #d81f2a !important;
}
.form-control:focus {
box-shadow: 0 0 6px rgba(35, 173, 278, 0.4) !important;
border: 1px solid #ced4da !important;
}
.form-group {
margin-bottom: 10px;
}
.form-group input {
border-radius: 0;
}
.form-group label {
font-family: MTTMilano-Medium, Lato, Arial, sans-serif;
font-size: 16px;
color: #001978;
margin: 0 10px;
}
.form-group .requerido {
color: #d81f2a;
font-size: 20px;
text-align: start;
}
.form-control:focus {
box-shadow: 0 0 6px rgba(35, 173, 278, 1);
}
.text-danger {
color: #d81f2a !important;
}
/****** RESTYLING PARA LOS BOTONES ******/
.btn-primary,
.btn-outline-primary {
min-width: 165px;
}
.btn-primary,
.btn-primary:hover {
margin: 0;
padding: 10px;
}
/****** RESTYLING PARA LOS SWITCHES ******/
.custom-switch label {
color: #001978;
font-family: MTTMilano-Medium, Lato, Arial, sans-serif;
font-size: 16px;
}
.custom-control-input:focus ~ .custom-control-label::before {
box-shadow: 0 0 6px rgba(35, 173, 278, 0.4) !important;
}
.custom-switch .custom-control-label::before {
border: 2px solid #7c868c;
}
.custom-switch .custom-control-label::after {
top: calc(0.25rem + 3px);
left: calc(-2.25rem + 3px);
width: calc(1rem - 6px);
height: calc(1rem - 6px);
background-color: #fff;
border: 2px solid #7c868c;
}
.custom-control-input:not(:checked) ~ .custom-control-label::before {
border: 2px solid #7c868c !important;
}
.custom-control-input:checked ~ .custom-control-label::before {
color: #fff;
border-color: #001978;
background-color: #fff;
}
.custom-control-input:checked ~ .custom-control-label::after {
border-color: #001978;
}
.custom-switch .custom-control-label::before {
width: 30px;
height: 14px;
}
.custom-switch .custom-control-label::after {
width: calc(1rem - 7px);
height: calc(1rem - 8px);
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
background-color: #fff;
-webkit-transform: translateX(0.95rem);
transform: translateX(0.95rem);
}
/****** RESTYLING PARA LOS INPUT DE PASSWORD ******/
.form-control.pwdv {
border-right: 0;
}
.input-group-text.pwdv {
border-left: 0;
border-top: 1px solid #ced4da;
border-right: 1px solid #ced4da;
border-bottom: 1px solid #ced4da;
background: none;
border-radius: 0;
color: #001978;
}
.input-group-append a,
.input-group-append a:hover {
text-decoration: none;
}
.pwdv.lf-icon-visible,
.pwdv.lf-icon-not-visible {
font-size: 20px;
line-height: 24px;
}
.type-name {
margin-left: 10px;
}
#user-box {
top: -5px !important;
transform: translate3d(-332px, 45px, 0px) !important;
} | src/Web/WebGoogleClient/Client/src/index.css | body {
margin: 0;
padding: 0;
font-family: Roboto, sans-serif;
font-size: 12.8px;
line-height: 30px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
a {
/* color: #001978 !important; */
color: #001978;
}
code {
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
monospace;
}
a,
a:hover {
outline: none;
text-decoration: none;
}
/* ul {
list-style: none;
} */
strong {
font-weight: 500;
font-family: MTTMilano-Medium, Lato, Arial, sans-serif;
font-size: 16px;
}
/* Header: BOC */
header h1 {
font-size: 16px;
font-weight: bold;
line-height: 18px;
color: #ffffff;
padding-top: 20px;
}
header .tools-bar {
padding-top: 10px;
}
header .tools-bar a {
color: #ffffff;
font-size: 20px;
display: block;
width: 34px;
height: 34px;
padding: 7px;
transition: background-color 0.3ms;
border-radius: 50%;
}
header .tools-bar a:hover {
background-color: #e5e8f1;
color: #001978;
}
/* Header: EOC */
/* Configuration box: BOC */
.lex-on-configuration {
position: relative;
height: 1px;
z-index: 1;
}
.lex-on-configuration .lex-on-configuration-trigger {
position: absolute;
color: #001978;
right: 17px;
top: 5px;
}
.lex-on-configuration .lex-on-configuration-trigger span {
color: #001978;
font-size: 20px;
width: 34px;
height: 34px;
padding: 7px;
transition: background-color 0.3ms;
border-radius: 50%;
}
.lex-on-configuration .lex-on-configuration-trigger:hover span {
background-color: #e5e8f1;
}
.lex-on-configuration-title {
font-size: 12px;
color: #7f8cbb;
text-transform: uppercase;
border-bottom: solid 2px #001978;
padding-bottom: 5px;
margin-bottom: 35px;
}
.lex-on-configuration-title [class^='lf-icon'],
.lex-on-configuration-title [class*=' lf-icon'] {
font-size: 20px;
color: #001978;
margin-right: 15px;
}
.lex-on-configuration-options {
padding: 0;
}
.lex-on-configuration-options li {
padding-left: 35px;
position: relative;
}
.lex-on-configuration-options label {
color: #001978;
font-family: MTTMilano-Medium, Lato, Arial, sans-serif;
font-size: 14px;
}
/* Configuration box: EOC */
/* Expediente relacionado: BOC */
.lex-on-related-file-title {
font-size: 12px;
color: #7f8cbb;
text-transform: uppercase;
border-bottom: dotted 1px #001978;
padding: 20px 0 5px 0;
}
.lex-on-related-file-title [class^='lf-icon'],
.lex-on-related-file-title [class*=' lf-icon'] {
font-size: 20px;
color: #001978;
margin-right: 10px;
}
.lex-on-related-file-details {
padding: 15px 0;
border-bottom: dotted 1px #001978;
font-family: MTTMilano-Medium, Lato, Arial, sans-serif;
font-size: 14px;
}
.lex-on-related-file-details li {
margin-bottom: 10px;
}
.lex-on-related-file-details strong {
color: #001978;
}
/* Expediente relacionado: EOC */
/* form-selection-business: BOC */
.form-selection-business {
padding-top: 80px;
font-family: MTTMilano-Medium, Lato, Arial, sans-serif;
font-size: 14px;
}
.form-selection-business p {
padding-left: 20px;
}
.form-selection-business ul {
padding-left: 30px;
}
.form-selection-business label {
color: #001978;
}
.business-alert-warning {
color: #d0021b;
font-size: 14px;
border: solid 1px #d0021b;
padding: 5px;
}
.business-alert-warning span {
font-size: 18px;
margin-right: 5px;
}
/* form-selection-business: EOC */
/* Form components: BOC */
input[type='checkbox'],
input[type='radio'] {
position: absolute !important;
width: 1px;
height: 1px;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
font-size: 0.1em;
}
input[type='checkbox'] + label,
input[type='radio'] + label {
padding-left: 25px;
display: inline-block;
position: relative;
margin: 5px 20px 5px 0;
}
input[type='checkbox'] + label:before {
content: '';
display: block;
width: 20px;
height: 20px;
position: absolute;
top: 4px;
left: 0;
border: 1px solid #4a4a4a;
background: #fff;
}
input[type='checkbox']:checked + label:after {
content: '';
display: block;
width: 10px;
height: 10px;
background-color: #001978;
/*border-bottom: 2px solid #01385f;
border-left: 2px solid #01385f;*/
position: absolute;
top: 5px;
left: 5px;
}
input[type='radio'] + label:before {
content: '';
display: block;
width: 18px;
height: 18px;
position: absolute;
top: 4px;
left: 0;
border: 1px solid #001978;
background: #fff;
border-radius: 50%;
}
input[type='radio']:checked + label:after {
content: '';
display: block;
width: 12px;
height: 12px;
background: #001978;
position: absolute;
border-radius: 50%;
top: 7px;
left: 3px;
}
.lexon-select-like-custom-trigger {
height: 45px;
width: 350px;
border: 1px solid #d2d2d2;
background-color: #ffffff;
outline: none;
color: #7c868c;
font-size: 15px;
text-align: left;
position: relative;
padding-left: 10px;
}
.lexon-select-like-custom-trigger:focus {
outline: none;
}
.lexon-select-like-custom-trigger span {
font-size: 20px;
position: absolute;
top: 10px;
right: 10px;
color: #001978;
transition: all 0.5s ease;
}
.lexon-select-like-custom-trigger.opened span {
-moz-transform: rotate(180deg);
-webkit-transform: rotate(180deg);
-o-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.lexon-select-like-custom-list-container {
transition: all 0.5s ease;
height: 0;
width: 350px;
position: absolute;
z-index: 2;
overflow: hidden;
}
.lexon-select-like-custom-list-container.opened {
height: 230px;
overflow: visible;
}
.lexon-select-like-custom-list {
height: 230px;
width: 350px;
border: 1px solid #d2d2d2;
background-color: #ffffff;
box-shadow: 0 0 4px 1px rgba(102, 175, 233, 0.6);
position: absolute;
z-index: 1;
padding: 5px;
overflow: scroll;
overflow-x: hidden;
}
.lexon-select-like-custom-list li {
border-bottom: solid 1px #001978;
height: 43px;
color: #7c868c;
font-size: 15px;
line-height: 43px;
padding: 0 10px;
margin: 0 2px;
}
.lexon-select-like-custom-list li:last-child {
border-bottom: none;
}
.lexon-select-like-custom-list li span {
color: #7c868c;
}
.lexon-select-like-custom-list li.selected,
.lexon-select-like-custom-list li:hover {
background-color: #e5e8f1;
color: #001978;
cursor: pointer;
}
.lexon-select-like-custom-list li.selected span,
.lexon-select-like-custom-list li:hover span {
color: #001978;
}
.lexon-clasification-list-container {
border: 1px solid #d2d2d2;
position: relative;
z-index: 1;
}
.lexon-clasification-list-container label {
line-height: 45px;
}
.lexon-clasification-list-search {
position: absolute;
top: 0;
right: -1px;
display: inline-block;
}
.lexon-clasification-list-search .lexon-clasification-list-results {
position: relative;
height: 45px;
width: 190px;
float: left;
padding-top: 5px;
}
.lexon-clasification-list-search p {
color: #001978;
font-size: 10px;
display: inline-block;
padding: 5px 10px;
margin-bottom: 0;
}
.lexon-clasification-list-search p strong {
font-size: 13px;
}
.lexon-clasification-list-search a.search-trigger-show {
font-size: 20px;
color: #001978;
font-weight: bold !important;
display: inline-block;
width: 30px;
height: 30px;
padding: 4px;
transition: background-color 0.5ms;
border-radius: 50%;
}
.lexon-clasification-list-search a.search-trigger:hover {
background-color: #001978;
color: #e5e8f1;
}
.lexon-clasification-list-searcher {
width: 0;
transition: all 0.5s ease;
display: inline-block;
height: 45px;
background-color: #e5e8f1;
-webkit-border-radius: 50px 0 0 50px;
border-radius: 50px 0 0 50px;
line-height: 35px;
float: right;
overflow: hidden;
}
.lexon-clasification-list-searcher.opened {
width: 317px;
}
.lexon-clasification-list-searcher label {
float: left;
font-size: 20px;
margin: 8px 10px 0 10px;
line-height: inherit;
}
.lexon-clasification-list-searcher input {
float: left;
width: 235px;
background-color: transparent;
border: none;
color: #001978;
font-weight: bold;
margin-top: 5px;
}
.lexon-clasification-list-searcher a {
float: right;
font-size: 12px;
color: #001978;
font-weight: bold !important;
display: inline-block;
width: 25px;
height: 25px;
padding: 5px 7px;
transition: background-color 0.5ms;
border-radius: 50%;
line-height: 18px;
margin: 9px 5px;
}
.lexon-clasification-list-searcher a:hover {
background-color: #001978;
color: #e5e8f1;
}
.lexon-clasification-list-container table {
width: 99%;
margin: 5px;
}
.lexon-clasification-list-container table thead {
border-bottom: 1px solid #001978;
color: #001978;
font-size: 13px;
font-weight: bold;
}
.lexon-clasification-list-container table tbody {
height: 340px;
/* overflow-y: scroll; */
display: block;
width: 99%;
margin: 5px;
}
.lexon-clasification-list-container table tbody tr {
border-bottom: 1px solid #d2d2d2;
}
.lexon-clasification-list-container tr {
display: table; /* display purpose; th's border */
width: 100%;
box-sizing: border-box; /* because of the border (Chrome needs this line, but not FF) */
}
.lexon-clasification-list-container table th,
.lexon-clasification-list-container table td {
padding: 12px;
}
.lexon-clasification-list-container table tr th:nth-child(1),
.lexon-clasification-list-container table tr td:nth-child(1) {
width: 25%;
}
.lexon-clasification-list-container table tr th:nth-child(2),
.lexon-clasification-list-container table tr td:nth-child(2) {
width: 25%;
}
.lexon-clasification-list-container table tr th:nth-child(3),
.lexon-clasification-list-container table tr td:nth-child(3) {
width: 50%;
}
.lexon-clasification-list-container table td span {
display: inline-block;
width: 25px;
height: 25px;
padding: 6px;
transition: background-color 0.3ms;
border-radius: 50%;
margin-right: 5px;
}
.lexon-clasification-list-container table tr:hover td span {
color: #001978;
}
.lexon-clasification-list-container table tr.selected td span {
background-color: #001978;
color: #e5e8f1;
}
.lexon-clasification-list-container table tbody tr.selected,
.lexon-clasification-list-container table tbody tr:hover {
background-color: #e5e8f1;
cursor: pointer;
color: #001978;
}
.lexon-documentation-list-container {
border: 1px solid #d2d2d2;
position: relative;
z-index: 1;
}
.lexon-documentation-list {
border-top: solid 1px #001978;
font-size: 14px;
height: 340px;
overflow-y: scroll;
display: block;
width: 99%;
margin: 5px;
padding: 0;
}
.lexon-documentation-list li {
border-bottom: solid 1px #e5e8f1;
display: block;
padding: 0 5px;
line-height: 43px;
position: relative;
}
.lexon-documentation-list li:last-child {
border-bottom: none;
}
.lexon-documentation-list li:hover {
background-color: #e5e8f1;
cursor: pointer;
color: #001978;
font-weight: bold;
}
.lexon-documentation-list li.document:hover {
background-color: transparent;
cursor: text;
color: #333333;
font-weight: normal;
}
.lexon-documentation-list [class^='lf-icon'],
.lexon-documentation-list [class*=' lf-icon'] {
font-size: 20px;
margin-right: 10px;
}
.lexon-documentation-list .lf-icon-angle-right {
position: absolute;
top: 10px;
right: 5px;
display: none;
}
.lexon-documentation-list li:hover .lf-icon-angle-right {
display: block;
}
.lexon-clasification-newfolder {
position: relative;
}
.lexon-clasification-newfolder a {
position: absolute;
bottom: -70px;
color: #001978;
padding-left: 40px;
}
.lexon-clasification-newfolder a span {
font-size: 26px;
position: absolute;
top: 0;
left: 10px;
}
.lexon-clasification-newfolder a strong {
font-size: 16px;
font-weight: bold;
text-decoration: underline;
}
.newfolderConfig {
display: none;
box-sizing: border-box;
width: 450px;
padding: 50px 50px 20px 50px;
background-color: #ffffff;
box-shadow: 0 0 4px 0 rgba(65, 63, 63, 0.67);
position: absolute;
top: 150px;
left: 180px;
z-index: 1;
}
.newfolderConfig .form-group {
padding-bottom: 20px;
}
/* _BREADCRUMB */
.lexon-documentation-breadcrumb {
color: #001978;
font-size: 13px;
font-weight: bold;
position: relative;
}
.lexon-documentation-breadcrumb:before {
font-family: 'lf-font' !important;
speak: none;
font-size: 20px;
font-style: normal;
font-weight: bold;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
content: '\e997';
position: absolute;
display: inline-block;
left: 10px;
top: 0;
text-align: center;
}
.lexon-documentation-breadcrumb li {
display: inline-block;
position: relative;
padding-right: 12px;
}
.lexon-documentation-breadcrumb li:after {
content: '>';
position: absolute;
display: inline-block;
right: 0;
top: 0;
text-align: center;
}
.lexon-documentation-breadcrumb li:last-child:after {
content: none;
}
.lexon-documentation-breadcrumb li a {
color: #001978;
text-decoration: underline;
}
/* Form components: EOC */
/* Items list: BOC */
.connexion-status {
font-size: 13px;
color: #ffffff;
font-weight: 300;
padding: 11px 40px 15px 20px;
position: relative;
margin-left: 1px;
font-family: MTTMilano, Lato, Arial, sans-serif;
line-height: 22px;
}
.connexion-status span {
font-size: 20px;
position: absolute;
right: 20px;
top: 20px;
}
.connexion-status-ko {
background-color: #c43741;
}
.connexion-status-ok {
background-color: #417505;
}
.selected-messages {
color: #7f8cbb;
font-size: 12px;
font-weight: bold;
line-height: 25px;
text-align: center;
text-transform: uppercase;
font-family: MTTMilano, Lato, Arial, sans-serif;
padding-top: 20px;
}
.selected-messages span {
background-color: #e5e8f1;
color: #001978;
font-family: Lato;
font-size: 14px;
font-weight: normal;
padding-right: 1em;
padding-left: 1em;
font-family: MTTMilano, Lato, Arial, sans-serif;
}
.company-id {
font-size: 14px;
position: relative;
line-height: 21px;
margin-bottom: 30px;
font-family: MTTMilano, Lato, Arial, sans-serif;
}
.company-id:before {
background-color: #e5e8f1;
height: 76px;
width: 10px;
content: '';
display: block;
position: absolute;
top: -20px;
left: -15px;
background-color: white;
}
.company-id strong {
color: #001978;
font-weight: 500;
}
.company-id a {
color: #001978;
font-size: 20px;
display: block;
width: 34px;
height: 34px;
padding: 7px;
transition: background-color 0.3ms;
border-radius: 50%;
position: absolute;
bottom: 5px;
right: 5px;
}
.company-id a:hover {
background-color: #e5e8f1;
}
.lexon-description {
line-height: 25px;
}
.menu-lexon-actions {
border-bottom: 2px solid #001978;
margin-bottom: 25px;
font-family: MTTMilano, Lato, Arial, sans-serif;
/* padding-bottom: 4px; */
}
.menu-lexon-actions ul {
list-style: none;
padding-left: 0;
margin-bottom: 6px;
}
.menu-lexon-actions li {
display: inline;
width: 50%;
}
.menu-lexon-actions a {
display: inline;
background-color: #e5e8f1;
color: #7f8cbb;
padding: 9px 50px 7px 8px;
position: relative;
font-size: 13px;
font-weight: bold;
text-transform: uppercase;
}
.menu-lexon-actions a:after {
border-top: 32px solid #ffffff;
border-left: 32px solid #e5e8f1;
content: '';
position: absolute;
right: 0;
top: 0;
}
.menu-lexon-actions a.active {
background-color: #001978;
color: #ffffff;
}
.menu-lexon-actions a.active:after {
border-left: 32px solid #001978;
}
.add-more-container {
padding-bottom: 1rem;
/* padding-top: 20px; */
}
.add-more {
color: #001978;
font-size: 16px;
font-weight: bold;
}
.add-more strong {
text-decoration: underline;
line-height: 19px;
}
.add-more span {
color: #001978;
font-size: 20px;
width: 34px;
height: 34px;
padding: 7px;
transition: background-color 0.3ms;
border-radius: 50%;
}
.add-more:hover span {
background-color: #e5e8f1;
}
.lexon-title-list {
color: #7f8cbb;
font-size: 12px;
font-weight: bold;
line-height: 16px;
text-transform: uppercase;
border-bottom: dotted 1px #001978;
font-family: MTTMilano, Lato, Arial, sans-serif;
}
.lexon-document-list {
padding: 0;
width: 320px;
float: left;
max-height: 525px;
/* overflow: auto; */
margin-bottom: 10px;
display: block;
font-family: MTTMilano, Lato, Arial, sans-serif;
}
.lexon-document-list .lexon-item {
font-size: 14px;
margin-top: 15px;
}
.lexon-document-list .lexon-item p {
margin-bottom: 0.5rem;
}
.lexon-document-list .lexon-item strong {
color: #001978;
}
.lexon-document-list .lexon-item p:last-child {
border-bottom: dotted 1px #001978;
padding-bottom: 1rem;
}
.lexon-document-list .lexon-item p.tools-bar {
padding-bottom: 5px;
padding-right: 10px;
}
.lexon-document-list .lexon-item a {
color: #001978;
font-size: 20px;
width: 34px;
height: 34px;
padding: 7px;
transition: background-color 0.3ms;
border-radius: 50%;
}
.lexon-document-list .lexon-item a:hover {
background-color: #e5e8f1;
}
/* Items list: EOC */
/* PREVIOUS */
.form-box {
max-width: 450px;
border: 1px solid #7f8cbb;
padding: 0 15px;
}
.form-box .bg-grey {
background-color: #f5f5f5;
}
.form-box .content {
padding-bottom: 30px;
}
.form-box ul {
padding: 0;
border-bottom: 1px solid #ccd1e4;
}
.form-box .bg-grey li {
list-style: none;
border-top: none;
padding: 15px;
height: 60px;
}
.form-box .bg-grey li:last-of-type {
border-bottom: 0;
}
.form-box .bg-grey .asociadas {
color: #001978;
font-size: 18px;
font-family: MTTMilano, Lato, Arial, sans-serif;
padding: 18px;
}
.form-box .bg-grey a {
padding: 0;
}
.form-box .bg-grey .trash {
position: relative;
top: -26px;
left: 88%;
font-size: 20px;
text-align: right;
width: 50px;
}
/* LISTADO DE CUENTAS ASOCIADAS: BOC */
.other-accounts {
list-style: none;
padding: 0;
text-align: left;
font-size: 14px;
max-height: 170px;
/* overflow: auto; */
margin-bottom: 0;
display: block;
}
.other-accounts li a {
display: block;
padding: 4px 35px 4px 15px;
background-color: #f2f3f8;
position: relative;
}
.other-accounts li a:hover span {
color: #001978 !important;
}
.other-accounts li a span {
display: inline;
}
.other-accounts li img {
width: 20px;
/* height: 20px; */
margin-right: 14px;
}
.other-accounts li .lf-icon-arrow-exchange {
position: absolute;
right: 10px;
top: 3px;
font-size: 17px;
display: block;
width: 30px;
height: 30px;
padding: 7px;
transition: background-color 0.3ms;
border-radius: 50%;
}
.other-accounts li a:hover .lf-icon-arrow-exchange {
background-color: #e5e8f1;
}
.add-more-accounts {
color: #001978;
border-bottom: solid 1px #ccd1e4;
padding: 5px 10px 0 5px;
background-color: transparent;
font-size: 12px;
}
.add-more-accounts strong {
font-size: 12px;
font-weight: bolder;
}
.add-more-accounts span {
color: #001978 !important;
font-size: 30px;
width: 40px;
height: 40px;
padding: 5px;
transition: background-color 0.3ms;
border-radius: 50%;
margin-right: 10px;
}
.add-more-accounts:hover span {
background-color: #e5e8f1;
}
.add-more-accounts strong {
line-height: 1.4;
text-transform: uppercase;
}
/* LISTADO DE CUENTAS ASOCIADAS: EOC */
.form-box li {
list-style: none;
border-top: 1px solid #ccd1e4;
}
.form-box li:hover {
background-color: #e5e8f1;
color: #001978 !important;
}
.form-box li:last-of-type {
border-bottom: 1px solid #ccd1e4;
}
.form-box li [class^='lf-icon'] {
font-size: 30px;
margin-left: 0;
margin-right: 4px;
color: #001978;
}
.form-box li span {
font-weight: 400;
}
.form-box li a {
display: block;
padding: 11px;
color: #7c868c;
width: 100%;
}
.form-box li a span:nth-child(2) {
padding-left: 10px;
}
.form-box li a:hover {
color: #001978 !important;
text-decoration: none;
}
/*.form-box .logo{
margin-bottom: 44px;
}*/
.form-box .logo img {
margin-bottom: 31px;
}
.form-box .logo span {
font-size: 24px;
font-weight: 500;
color: #001978;
display: block;
}
.form-box .logo .naming {
font-size: 52px;
font-family: MTTMilano-Bold, Lato, Arial, sans-serif;
text-transform: uppercase;
}
.mail-config {
padding-bottom: 25px !important;
}
.mail-config .content {
padding-bottom: 0px;
}
.dropdown-menu .content {
padding: 0 24px;
float: left;
}
.dropdown-menu .content .menu-title {
font-size: 18px;
font-weight: 500;
border-bottom: 1px solid;
}
.product-list {
width: 300px;
float: left;
max-height: 488px;
overflow: auto;
margin-bottom: 40px;
display: block;
}
.user-options {
width: 300px;
display: block;
}
.user-options ul {
margin-bottom: 30px;
}
.user-options li {
border-bottom: 1px solid #ccd1e4;
list-style: none;
margin-bottom: 15px;
padding: 0 0 10px 5px;
}
.user-options ul li span {
font-size: 12px;
font-family: MTTMilano-Bold, Lato, Arial, sans-serif;
text-transform: uppercase;
}
.user-options ul li [class^='lf-icon'] {
font-size: 28px;
margin-right: 10px;
font-weight: normal;
}
.user-image-and-name .user-image img {
border-radius: 50%;
width: 100px;
height: 100px;
margin-bottom: 20px;
}
.user-image-and-name .user-image strong {
border-radius: 50%;
width: 100px;
height: 100px;
margin-bottom: 20px;
background-color: #001978;
color: #ccd1e4;
font-size: 50px;
text-align: center;
display: inline-block;
padding-top: 35px;
}
/* .user-image-and-name .user-image::before {
font-family: "lf-font";
content: "\e952";
position: relative;
bottom: -35px;
left: 125px;
font-size: 22px;
} */
.user-image-and-name span,
.user-image-and-name .other-accounts span {
display: block;
margin-bottom: 5px;
}
.user-image-and-name .user-name {
font-size: 16px;
font-family: MTTMilano, Lato, Arial, sans-serif;
color: #7c868c !important;
}
.user-image-and-name .company-name {
font-size: 12px;
font-family: MTTMilano-Bold, Lato, Arial, sans-serif;
text-transform: uppercase;
color: #7c868c !important;
}
.user-image-and-name .scrollbar-container {
border-top: solid 1px #ccd1e4;
border-bottom: solid 1px #ccd1e4;
width: 300px;
}
.btn-primary,
.btn-primary:hover {
background-color: #001978;
border-radius: 0;
border: 2px solid #001978;
text-transform: uppercase;
font-size: 13px;
font-family: MTTMilano-Bold, Lato, Arial, sans-serif;
letter-spacing: 0.7px;
padding: 10px 0;
margin-top: 30px;
margin-bottom: 20px;
}
.btn-primary:not(:disabled):not(.disabled):active {
background-color: #001978;
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled):focus {
box-shadow: 0 0 6px rgba(35, 173, 278, 1);
}
.btn-primary:hover,
.btn-outline-primary:hover {
background-color: #e5e8f1;
color: #001978;
border-color: #001978;
}
.btn-outline-primary {
border-radius: 0;
border: 2px solid #001978;
text-transform: uppercase;
font-size: 13px;
font-family: MTTMilano-Bold, Lato, Arial, sans-serif;
letter-spacing: 0.7px;
color: #001978;
padding: 10px;
}
.btn-primary-white {
border-radius: 0;
border: 2px solid #ffffff;
background-color: #ffffff;
text-transform: uppercase;
font-size: 13px;
font-family: MTTMilano-Bold, Lato, Arial, sans-serif;
letter-spacing: 0.7px;
color: #001978;
padding: 10px;
min-width: 80px;
}
.btn-outline-secondary-white {
border-radius: 0;
border: 2px solid #ffffff;
text-transform: uppercase;
font-size: 13px;
font-family: MTTMilano-Bold, Lato, Arial, sans-serif;
letter-spacing: 0.7px;
color: #ffffff;
padding: 10px;
min-width: 80px;
background-color: #001978;
}
.btn-primary-white:hover,
.btn-outline-secondary-white:hover {
background-color: #e5e8f1;
color: #001978;
border-color: #ffffff;
}
.app-list,
.user-info {
top: 38px;
right: -9px;
}
.product-list li {
float: left;
width: 40%;
list-style: none;
text-transform: uppercase;
font-size: 11px;
margin: 0 5% 31px 5%;
height: 70px;
}
.product-list span {
font-family: MTTMilano-Bold, Lato, Arial, sans-serif;
}
.product-list [class^='lf-icon'] {
color: #fff;
font-size: 27px;
font-weight: normal;
width: 50px;
height: 50px;
border-radius: 50%;
background: #001978;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
margin: 9px auto;
padding: 3%;
}
.product-list [class^='lf-icon']:hover {
background: #888eba;
}
.product-description {
margin-bottom: 25px;
width: 300px;
}
.product-description span {
font-size: 14px;
color: #7c868c !important;
}
.collapse-link,
.collapse-link:hover {
text-decoration: none;
font-family: MTTMilano-Bold, Lato, Arial, sans-serif;
font-size: 13px;
text-transform: uppercase;
color: #001978;
padding-bottom: 10px;
border-bottom: 1px dotted black;
}
.collapse-link span[class^='lf-icon'] {
margin-right: 10px;
font-size: 20px;
}
#advancedConfig {
padding-top: 20px;
padding-bottom: 10px;
border-bottom: 1px dotted black;
}
@media (width: 320px) {
.app-list .content {
padding: 0 5px;
}
}
@media (max-width: 359px) {
.user-info .btn-primary,
.user-info .btn-outline-primary {
min-width: 180px !important;
}
.user-options {
width: 260px;
}
}
@media (max-width: 375px) {
.user-info {
right: -46px !important;
}
.user-info .dropdown-menu-arrow {
left: 84% !important;
}
}
@media (max-width: 767px) {
.btn-primary,
.btn-outline-primary {
min-width: 125px !important;
}
}
@media (min-width: 768px) {
.form-box .logo span {
font-size: 26px;
}
}
/***** FLECHITA PARA LOS DROPDOWN ******/
.dropdown-menu-arrow {
top: -25px;
left: 96%;
width: 0;
height: 0;
position: relative;
}
@-moz-document url-prefix() {
.dropdown-menu-arrow {
top: -46px;
}
}
.dropdown-menu-arrow:before,
.dropdown-menu-arrow:after {
content: '';
position: absolute;
display: block;
width: 0;
height: 0;
border-width: 13px 13px;
border-style: solid;
border-color: transparent;
z-index: 1001;
}
.dropdown-menu-arrow:after {
bottom: -18px;
right: -8px;
border-bottom-color: #fff;
}
.dropdown-menu-arrow:before {
bottom: -17px;
right: -8px;
border-bottom-color: rgba(0, 0, 0, 0.15);
}
/****** RESTYLING PARA LOS DROPDOWN ******/
.dropdown-menu {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
border: 1px solid #cdd1e0;
border-radius: 0;
color: #001978;
}
.dropdown-menu a,
.dropdown-menu a:hover,
.dropdown-menu span {
text-decoration: none;
color: #001978 !important;
}
.dropdown-menu [class^='lf-icon-close'] {
font-size: 13px;
}
/****** RESTYLING PARA LOS INPUTS ******/
.not-valid {
border-color: #d81f2a !important;
}
.form-control:focus {
box-shadow: 0 0 6px rgba(35, 173, 278, 0.4) !important;
border: 1px solid #ced4da !important;
}
.form-group {
margin-bottom: 10px;
}
.form-group input {
border-radius: 0;
}
.form-group label {
font-family: MTTMilano-Medium, Lato, Arial, sans-serif;
font-size: 16px;
color: #001978;
margin: 0 10px;
}
.form-group .requerido {
color: #d81f2a;
font-size: 20px;
text-align: start;
}
.form-control:focus {
box-shadow: 0 0 6px rgba(35, 173, 278, 1);
}
.text-danger {
color: #d81f2a !important;
}
/****** RESTYLING PARA LOS BOTONES ******/
.btn-primary,
.btn-outline-primary {
min-width: 165px;
}
.btn-primary,
.btn-primary:hover {
margin: 0;
padding: 10px;
}
/****** RESTYLING PARA LOS SWITCHES ******/
.custom-switch label {
color: #001978;
font-family: MTTMilano-Medium, Lato, Arial, sans-serif;
font-size: 16px;
}
.custom-control-input:focus ~ .custom-control-label::before {
box-shadow: 0 0 6px rgba(35, 173, 278, 0.4) !important;
}
.custom-switch .custom-control-label::before {
border: 2px solid #7c868c;
}
.custom-switch .custom-control-label::after {
top: calc(0.25rem + 3px);
left: calc(-2.25rem + 3px);
width: calc(1rem - 6px);
height: calc(1rem - 6px);
background-color: #fff;
border: 2px solid #7c868c;
}
.custom-control-input:not(:checked) ~ .custom-control-label::before {
border: 2px solid #7c868c !important;
}
.custom-control-input:checked ~ .custom-control-label::before {
color: #fff;
border-color: #001978;
background-color: #fff;
}
.custom-control-input:checked ~ .custom-control-label::after {
border-color: #001978;
}
.custom-switch .custom-control-label::before {
width: 30px;
height: 14px;
}
.custom-switch .custom-control-label::after {
width: calc(1rem - 7px);
height: calc(1rem - 8px);
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
background-color: #fff;
-webkit-transform: translateX(0.95rem);
transform: translateX(0.95rem);
}
/****** RESTYLING PARA LOS INPUT DE PASSWORD ******/
.form-control.pwdv {
border-right: 0;
}
.input-group-text.pwdv {
border-left: 0;
border-top: 1px solid #ced4da;
border-right: 1px solid #ced4da;
border-bottom: 1px solid #ced4da;
background: none;
border-radius: 0;
color: #001978;
}
.input-group-append a,
.input-group-append a:hover {
text-decoration: none;
}
.pwdv.lf-icon-visible,
.pwdv.lf-icon-not-visible {
font-size: 20px;
line-height: 24px;
}
.type-name {
margin-left: 10px;
}
#user-box {
top: -5px !important;
transform: translate3d(-332px, 45px, 0px) !important;
} | 0.401923 | 0.074399 |
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
legend {
border: 0;
padding: 0;
}
button,
input,
select,
textarea {
font-family: inherit;
font-size: 100%;
margin: 0;
}
button,
input {
line-height: normal;
}
button,
select {
text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled],
html input[disabled] {
cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
padding: 0;
}
input[type="search"] {
-webkit-appearance: textfield;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
vertical-align: top;
}
input,
button,
select,
textarea {
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
button,
input,
select[multiple],
textarea {
background-image: none;
}
fieldset {
padding: 0;
margin: 0;
border: 0;
}
legend {
display: block;
width: 100%;
padding: 0;
margin-bottom: 20px;
font-size: 21px;
line-height: inherit;
color: #333333;
border: 0;
border-bottom: 1px solid #e5e5e5;
}
label {
display: inline-block;
margin-bottom: 5px;
font-weight: bold;
}
input[type="search"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
margin: 4px 0 0;
margin-top: 1px \9;
line-height: normal;
}
input[type="file"] {
display: block;
}
select[multiple],
select[size] {
height: auto;
}
select optgroup {
font-size: inherit;
font-style: inherit;
font-family: inherit;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
outline: thin dotted #333;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
height: auto;
}
.form-control:-moz-placeholder {
color: #999999;
}
.form-control::-moz-placeholder {
color: #999999;
}
.form-control:-ms-input-placeholder {
color: #999999;
}
.form-control::-webkit-input-placeholder {
color: #999999;
}
.form-control {
display: block;
width: 100%;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.428571429;
color: #555555;
vertical-align: middle;
background-color: #ffffff;
border: 1px solid #cccccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
border-color: #66afe9;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
cursor: not-allowed;
background-color: #eeeeee;
}
textarea.form-control {
height: auto;
}
.form-group {
margin-bottom: 15px;
}
.radio,
.checkbox {
display: block;
min-height: 20px;
margin-top: 10px;
margin-bottom: 10px;
padding-left: 20px;
vertical-align: middle;
}
.radio label,
.checkbox label {
display: inline;
margin-bottom: 0;
font-weight: normal;
cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
float: right;
margin-left: -20px;
}
.radio+.radio,
.checkbox+.checkbox {
margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
display: inline-block;
padding-left: 20px;
margin-bottom: 0;
vertical-align: middle;
font-weight: normal;
cursor: pointer;
}
.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
margin-top: 0;
margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
cursor: not-allowed;
}
.input-sm {
height: 30px;
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
select.input-sm {
height: 30px;
line-height: 30px;
}
textarea.input-sm {
height: auto;
}
.input-lg {
height: 45px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.33;
border-radius: 6px;
}
select.input-lg {
height: 45px;
line-height: 45px;
}
textarea.input-lg {
height: auto;
}
input[type=file] {
display: inline-block;
}
/* color scheme */
/* typography */
.transition {
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.grid-sizer {
width: 22.641509433962266%;
}
.agenda-title {
background: #ecf0f1 url(images/agenda-item.png) no-repeat 15px 12px;
}
.agenda-date {
background: transparent url(images/agenda-item.png) no-repeat 15px -222px;
}
.agenda-location {
background: transparent url(images/agenda-item.png) no-repeat 15px -454px;
}
.agenda-item {
width: 47%;
height: 190px;
overflow: hidden;
margin: 0 14px 15px 0;
border: 1px solid #D8DBDD;
text-align: left;
line-height: 18px;
float: left;
position: relative;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
border-radius: 4px;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
/* &:first-child { margin-left: -20px; } */
}
.agenda-item:hover {
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}
.agenda-item .agenda-desc {
padding: 10px 15px;
line-height: 21px;
}
.agenda-item .agenda-thumb {
width: 100%;
height: 100%;
position: absolute;
background-position: center center;
background-size: cover;
opacity: 0;
display: block;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
border-radius: 4px;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.agenda-item .agenda-thumb:hover {
opacity: 1;
background-position: center center;
}
.agenda-title {
padding: 10px 15px 10px 35px;
font-family: 'NeoSansIntel', Tahoma, "Open Sans", Verdana, Arial, serif;
border-bottom: 1px solid #D8DBDD;
font-size: 14px;
line-height: 20px;
text-transform: capitalize;
}
.agenda-date {
padding: 10px 15px 10px 35px;
border-bottom: 1px solid #D8DBDD;
font-size: 11px;
}
.agenda-location {
padding: 10px 15px 10px 35px;
font-size: 11px;
/* border-bottom: 1px solid #D8DBDD; */
}
table#agenda-detail {
margin: 0px;
}
table#agenda-detail td {
padding: 10px;
width: 45%;
border: none;
border: 1px solid #cfd6db;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
#map-canvas {
border-top: 4px solid #cfd6db;
border-bottom: 5px solid #cfd6db;
}
#agenda-meta {
width: 30%;
float: right;
margin-right: 20px;
}
#agenda-meta img {
width: auto;
max-width: 100%;
height: auto;
display: block;
margin: 0 auto;
box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
}
#agenda-long-desc {
max-width: 690px;
float: right;
}
#aqsfformid {
float: right;
width: 25%;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
border-radius: 4px;
background: #e68e8a;
border: none;
}
#aqsfformid label {
color: #FFF;
}
#aqsfformid .awqsf_box {
padding: 0 10px;
}
#aqsfformid .form_title {
font-family: 'NeoSansIntel', Tahoma, "Open Sans", Verdana, Arial, serif;
font-size: 14px;
text-transform: uppercase;
padding: 10px;
position: relative;
background: #d3817f;
color: #FFF;
display: block;
z-index: 2;
}
#aqsfformid select {
display: block;
width: 100%;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.428571429;
color: #555555;
vertical-align: middle;
background-color: #ffffff;
border: 1px solid #cccccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#aqsfformid input[type=text] {
display: block;
width: 100%;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.428571429;
color: #555555;
vertical-align: middle;
background-color: #ffffff;
border: 1px solid #cccccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
height: 25px;
width: 89%;
}
#aqsfformid center,
#aqsfformid p.awqsf-button {
text-align: left;
}
.tinynav {
display: none;
}
/*================
portable device
=================*/
@media only screen and (max-width: 800px) {
#head {
text-align: center;
}
#head #site-title {
display: block;
text-align: center;
float: none;
}
#head img {
float: none;
display: block;
margin: 5px auto 0 auto;
}
#hero {
margin-bottom: 0px;
}
#content-wrap {
width: 100%;
margin-bottom: 10px;
}
#agenda-list,
#aqsfformid {
width: 100%;
}
.agenda-item {
float: right;
width: 100%;
}
.tinynav {
margin: 0 auto 10px auto;
display: block;
width: 100%;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.428571429;
color: #555555;
vertical-align: middle;
background-color: #ffffff;
border: 1px solid #cccccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
clear: both;
}
#content #category-list {
display: none;
}
#agenda-long-desc,
#agenda-meta {
width: 100%;
}
#agenda-meta {
margin: 0px;
}
} | asset/agenda.css | fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
legend {
border: 0;
padding: 0;
}
button,
input,
select,
textarea {
font-family: inherit;
font-size: 100%;
margin: 0;
}
button,
input {
line-height: normal;
}
button,
select {
text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled],
html input[disabled] {
cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
padding: 0;
}
input[type="search"] {
-webkit-appearance: textfield;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
vertical-align: top;
}
input,
button,
select,
textarea {
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
button,
input,
select[multiple],
textarea {
background-image: none;
}
fieldset {
padding: 0;
margin: 0;
border: 0;
}
legend {
display: block;
width: 100%;
padding: 0;
margin-bottom: 20px;
font-size: 21px;
line-height: inherit;
color: #333333;
border: 0;
border-bottom: 1px solid #e5e5e5;
}
label {
display: inline-block;
margin-bottom: 5px;
font-weight: bold;
}
input[type="search"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
margin: 4px 0 0;
margin-top: 1px \9;
line-height: normal;
}
input[type="file"] {
display: block;
}
select[multiple],
select[size] {
height: auto;
}
select optgroup {
font-size: inherit;
font-style: inherit;
font-family: inherit;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
outline: thin dotted #333;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
height: auto;
}
.form-control:-moz-placeholder {
color: #999999;
}
.form-control::-moz-placeholder {
color: #999999;
}
.form-control:-ms-input-placeholder {
color: #999999;
}
.form-control::-webkit-input-placeholder {
color: #999999;
}
.form-control {
display: block;
width: 100%;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.428571429;
color: #555555;
vertical-align: middle;
background-color: #ffffff;
border: 1px solid #cccccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
border-color: #66afe9;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
cursor: not-allowed;
background-color: #eeeeee;
}
textarea.form-control {
height: auto;
}
.form-group {
margin-bottom: 15px;
}
.radio,
.checkbox {
display: block;
min-height: 20px;
margin-top: 10px;
margin-bottom: 10px;
padding-left: 20px;
vertical-align: middle;
}
.radio label,
.checkbox label {
display: inline;
margin-bottom: 0;
font-weight: normal;
cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
float: right;
margin-left: -20px;
}
.radio+.radio,
.checkbox+.checkbox {
margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
display: inline-block;
padding-left: 20px;
margin-bottom: 0;
vertical-align: middle;
font-weight: normal;
cursor: pointer;
}
.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
margin-top: 0;
margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
cursor: not-allowed;
}
.input-sm {
height: 30px;
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
select.input-sm {
height: 30px;
line-height: 30px;
}
textarea.input-sm {
height: auto;
}
.input-lg {
height: 45px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.33;
border-radius: 6px;
}
select.input-lg {
height: 45px;
line-height: 45px;
}
textarea.input-lg {
height: auto;
}
input[type=file] {
display: inline-block;
}
/* color scheme */
/* typography */
.transition {
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.grid-sizer {
width: 22.641509433962266%;
}
.agenda-title {
background: #ecf0f1 url(images/agenda-item.png) no-repeat 15px 12px;
}
.agenda-date {
background: transparent url(images/agenda-item.png) no-repeat 15px -222px;
}
.agenda-location {
background: transparent url(images/agenda-item.png) no-repeat 15px -454px;
}
.agenda-item {
width: 47%;
height: 190px;
overflow: hidden;
margin: 0 14px 15px 0;
border: 1px solid #D8DBDD;
text-align: left;
line-height: 18px;
float: left;
position: relative;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
border-radius: 4px;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
/* &:first-child { margin-left: -20px; } */
}
.agenda-item:hover {
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}
.agenda-item .agenda-desc {
padding: 10px 15px;
line-height: 21px;
}
.agenda-item .agenda-thumb {
width: 100%;
height: 100%;
position: absolute;
background-position: center center;
background-size: cover;
opacity: 0;
display: block;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
border-radius: 4px;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.agenda-item .agenda-thumb:hover {
opacity: 1;
background-position: center center;
}
.agenda-title {
padding: 10px 15px 10px 35px;
font-family: 'NeoSansIntel', Tahoma, "Open Sans", Verdana, Arial, serif;
border-bottom: 1px solid #D8DBDD;
font-size: 14px;
line-height: 20px;
text-transform: capitalize;
}
.agenda-date {
padding: 10px 15px 10px 35px;
border-bottom: 1px solid #D8DBDD;
font-size: 11px;
}
.agenda-location {
padding: 10px 15px 10px 35px;
font-size: 11px;
/* border-bottom: 1px solid #D8DBDD; */
}
table#agenda-detail {
margin: 0px;
}
table#agenda-detail td {
padding: 10px;
width: 45%;
border: none;
border: 1px solid #cfd6db;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
#map-canvas {
border-top: 4px solid #cfd6db;
border-bottom: 5px solid #cfd6db;
}
#agenda-meta {
width: 30%;
float: right;
margin-right: 20px;
}
#agenda-meta img {
width: auto;
max-width: 100%;
height: auto;
display: block;
margin: 0 auto;
box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
}
#agenda-long-desc {
max-width: 690px;
float: right;
}
#aqsfformid {
float: right;
width: 25%;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
border-radius: 4px;
background: #e68e8a;
border: none;
}
#aqsfformid label {
color: #FFF;
}
#aqsfformid .awqsf_box {
padding: 0 10px;
}
#aqsfformid .form_title {
font-family: 'NeoSansIntel', Tahoma, "Open Sans", Verdana, Arial, serif;
font-size: 14px;
text-transform: uppercase;
padding: 10px;
position: relative;
background: #d3817f;
color: #FFF;
display: block;
z-index: 2;
}
#aqsfformid select {
display: block;
width: 100%;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.428571429;
color: #555555;
vertical-align: middle;
background-color: #ffffff;
border: 1px solid #cccccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#aqsfformid input[type=text] {
display: block;
width: 100%;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.428571429;
color: #555555;
vertical-align: middle;
background-color: #ffffff;
border: 1px solid #cccccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
height: 25px;
width: 89%;
}
#aqsfformid center,
#aqsfformid p.awqsf-button {
text-align: left;
}
.tinynav {
display: none;
}
/*================
portable device
=================*/
@media only screen and (max-width: 800px) {
#head {
text-align: center;
}
#head #site-title {
display: block;
text-align: center;
float: none;
}
#head img {
float: none;
display: block;
margin: 5px auto 0 auto;
}
#hero {
margin-bottom: 0px;
}
#content-wrap {
width: 100%;
margin-bottom: 10px;
}
#agenda-list,
#aqsfformid {
width: 100%;
}
.agenda-item {
float: right;
width: 100%;
}
.tinynav {
margin: 0 auto 10px auto;
display: block;
width: 100%;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.428571429;
color: #555555;
vertical-align: middle;
background-color: #ffffff;
border: 1px solid #cccccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
clear: both;
}
#content #category-list {
display: none;
}
#agenda-long-desc,
#agenda-meta {
width: 100%;
}
#agenda-meta {
margin: 0px;
}
} | 0.36659 | 0.083367 |
@import url('https://fonts.googleapis.com/css?family=Heebo:300,400');
@import url('https://fonts.googleapis.com/css?family=Lora:300,400');
@import url(https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css);
html {
background: #fff;
font-size: 14px;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
min-width: 300px;
overflow-x: hidden;
overflow-y: scroll;
text-rendering: optimizeLegibility;
}
body {
color: black;
font-family: "Heebo", "Helvetica", "Arial", sans-serif;
font-size: 1.1rem;
font-weight: 400;
line-height: 1.60;
}
a {
text-decoration: none;
transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
color: #666;
}
div, h2, p, figure {
margin: 0;
padding: 0;
}
h6 {
font-size: 1rem;
font-weight: 300;
margin-top: -20px;
margin-bottom: 50px;
text-align: center;
}
img {
height: auto;
width: auto;
max-height: 100%;
max-width: 100%;
}
p {
font-family: "Lora";
max-height: 200px;
}
span {
margin: 10px;
}
.header {
color: #666;
padding: 40px 0 20px;
text-align: center;
margin-bottom: 25px;
}
.row {
align-items: center;
display: inline-flex;
}
.row h2 a {
margin: 10px;
color: #666;
font-size: 20px;
opacity: 0.5;
}
.header h1 {
font-size: 4.5rem;
font-weight: 300;
}
/*.header h2 a {
border-bottom: 1px solid rgba(255, 255, 255, 0.5);
color: white;
font-size: 20px;
opacity: 0.5;
flex-direction: row;
text-align: center;
}*/
.header h2 a:hover {
border-bottom-color: #666;
opacity: 1;
border-bottom: 1px solid #666;
}
.main {
margin: 0 auto;
max-width: 1040px;
padding: 10px;
}
.column {
flex: 1;
flex-direction: column;
}
.article {
background: white;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
color: #666;
display: flex;
flex: 1;
flex-direction: column;
flex-basis: auto;
margin: 10px;
}
.article:hover,
.article:focus {
box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
color: #444;
}
.article-image {
background: #eee;
display: block;
padding-top: 75%;
position: relative;
width: 100%;
height: 100%;
}
.article-image img {
display: block;
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
.article-image.is-3by2 {
padding-top: 66.6666%;
}
.article-image.is-16by9 {
padding-top: 56.25%;
}
.article-body {
display: flex;
flex: 1;
flex-direction: column;
padding: 20px;
}
.article-title {
color: #333;
flex-shrink: 0;
font-size: 1.4em;
font-weight: 700;
line-height: 1.2;
}
.article-content {
flex: 1;
margin-top: 5px;
}
.article-info {
display: flex;
font-size: 0.85em;
justify-content: space-between;
margin-top: 10px;
}
@media screen and (min-width: 800px) {
.columns,
.column {
display: flex;
}
}
@media screen and (min-width: 1000px) {
.first-article {
flex-direction: row;
}
.first-article .article-body {
flex: 1;
}
.first-article .article-image {
height: 300px;
order: 2;
padding-top: 0;
width: 400px;
}
.main-column {
flex: 3;
}
.nested-column {
flex: 2;
}
}
/*search box*/
.input[type=text] {
width: 130px;
margin-top: 15px;
box-sizing: border-box;
border: 5px solid #ccc;
border-radius: 4px;
font-size: 16px;
background-color: white;
background-image: url('searchicon.png');
background-position: 10px 10px;
background-repeat: no-repeat;
padding: 12px 20px 12px 40px;
-webkit-transition: width 0.4s ease-in-out;
transition: width 0.4s ease-in-out;
}
/* When the input field gets focus, change its width to 100% */
input[type=text]:focus {
width: 25%;
}
/* material button for follow this project */
.material-button {
margin: 15px;
padding: 5px 10px;
font-size: 1rem;
font-family: "Heebo","Roboto", sans-serif;
position: relative;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
color: #fff;
background: #448AFF;
border: 0;
box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
-webkit-transition: all 200ms ease-in-out;
transition: all 200ms ease-in-out;
cursor: pointer;
overflow: hidden;
font-weight: 400;
}
.material-button:hover {
box-shadow: 0px 6px 8px -3px rgba(0, 0, 0, 0.3);
-webkit-transform: translateY(-5px);
transform: translateY(-5px);
}
.material-button:focus {
outline: none;
}
.taint {
display: block;
position: absolute;
background: rgba(130, 177, 255, 0.5);
border-radius: 100%;
-webkit-transform: scale(0);
transform: scale(0);
}
.taint.drop {
-webkit-animation: ripple 0.65s linear;
animation: ripple 0.65s linear;
}
@-webkit-keyframes ripple {
100% {
opacity: 0;
-webkit-transform: scale(2.5);
transform: scale(2.5);
}
}
@keyframes ripple {
100% {
opacity: 0;
-webkit-transform: scale(2.5);
transform: scale(2.5);
}
}
/*Contribution thread*/
/* ====== media ====== */
.media {padding-top:50px; margin:4vmax; text-align: center; overflow:hidden; _overflow:visible; zoom:1; color: black; align-items: flex-start; background-color: #fffbff;}
.bd {overflow:hidden; _overflow:visible; zoom:1; color: gray;}
.bd:hover {background: #dfe3ee;}
.media .img {margin-right: 10px;}
.media .img img{display:inline-flex; max-width: 55px;}
.media .imgExt{float:right; margin-left: 10px;}
.dll {margin-left: 3.5rem;}
.leader {font-size: 25px; margin-bottom: 100px;}
.hover:hover {background: #dfe3ee;}
/* ========= tags =========*/
.tags {
list-style: none;
margin: 0;
overflow: hidden;
padding: 0;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: row /* works with row or column */
flex-direction: row;
-webkit-align-items: center;
align-items: center;
-webkit-justify-content: center;
justify-content: center;
}
.tags li {
float: left;
}
.tag {
background: #fa3e3e;
border-radius: 3px 0 0 3px;
color: white;
display: flex;
align-self: center;
height: 26px;
line-height: 26px;
padding: 0 20px 0 23px;
position: relative;
margin: 0 10px 10px 0;
text-decoration: none;
-webkit-transition: color 0.2s;
font-size: 14px;
}
.tag::before {
background: #fff;
border-radius: 10px;
box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
content: '';
height: 6px;
left: 10px;
position: absolute;
width: 6px;
top: 10px;
}
.tag::after {
background: #dfe3ee;
border-bottom: 13px solid transparent;
border-left: 10px solid #eee;
border-top: 13px solid transparent;
content: '';
position: absolute;
right: 0;
top: 0;
}
.tag:hover {
background-color: #3b5998;
color: white;
}
.tag:hover::after {
border-left-color: #d3d3d3;
}
.cont {
display: flex;
margin-left: auto;
margin-right: auto;
max-width: 750px;
max-height: 750px;
}
/* ================= CV PAGE =======================================*/
/* styles.css */
/* ======= Base ======= */
.wrapper {
background: #448AFF;
max-width: 960px;
margin: 0 auto;
position: relative;
-webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}
.sidebar-wrapper {
background: #448AFF;
position: absolute;
right: 0;
width: 240px;
height: 100%;
min-height: 800px;
color: #fff;
}
.sidebar-wrapper a {
color: #fff;
}
.sidebar-wrapper .profile-container {
padding: 30px;
background: rgba(0, 0, 0, 0.2);
text-align: center;
color: #fff;
}
.sidebar-wrapper .name {
font-size: 32px;
font-weight: 900;
margin-top: 0;
margin-bottom: 10px;
}
.sidebar-wrapper .tagline {
color: rgba(255, 255, 255, 0.6);
font-size: 16px;
font-weight: 400;
margin-top: 0;
margin-bottom: 0;
}
.sidebar-wrapper .profile {
margin-bottom: 15px;
}
.sidebar-wrapper .contact-list .fa {
margin-right: 5px;
font-size: 18px;
vertical-align: middle;
}
.sidebar-wrapper .contact-list li {
margin-bottom: 15px;
}
.sidebar-wrapper .contact-list li:last-child {
margin-bottom: 0;
}
.sidebar-wrapper .contact-list .email .fa {
font-size: 14px;
}
.sidebar-wrapper .container-block {
padding: 30px;
}
.sidebar-wrapper .container-block-title {
text-transform: uppercase;
font-size: 16px;
font-weight: 700;
margin-top: 0;
margin-bottom: 15px;
}
.sidebar-wrapper .degree {
font-size: 14px;
margin-top: 0;
margin-bottom: 5px;
}
.sidebar-wrapper .education-container .item {
margin-bottom: 15px;
}
.sidebar-wrapper .education-container .item:last-child {
margin-bottom: 0;
}
.sidebar-wrapper .education-container .meta {
color: rgba(255, 255, 255, 0.6);
font-weight: 500;
margin-bottom: 0px;
margin-top: 0;
}
.sidebar-wrapper .education-container .time {
color: rgba(255, 255, 255, 0.6);
font-weight: 500;
margin-bottom: 0px;
}
.sidebar-wrapper .languages-container .lang-desc {
color: rgba(255, 255, 255, 0.6);
}
.sidebar-wrapper .languages-list {
margin-bottom: 0;
}
.sidebar-wrapper .languages-list li {
margin-bottom: 10px;
}
.sidebar-wrapper .languages-list li:last-child {
margin-bottom: 0;
}
.sidebar-wrapper .interests-list {
margin-bottom: 0;
}
.sidebar-wrapper .interests-list li {
margin-bottom: 10px;
}
.sidebar-wrapper .interests-list li:last-child {
margin-bottom: 0;
}
.main-wrapper {
background: #fff;
padding: 60px;
padding-right: 300px;
}
.main-wrapper .section-title {
text-transform: uppercase;
font-size: 20px;
font-weight: 500;
color: #448AFF;
position: relative;
margin-top: 0;
margin-bottom: 20px;
}
.main-wrapper .section-title .fa {
width: 30px;
height: 30px;
margin-right: 8px;
display: inline-block;
color: #fff;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
background: #448AFF;
text-align: center;
padding-top: 8px;
font-size: 16px;
position: relative;
top: -2px;
}
.main-wrapper .section {
margin-bottom: 60px;
}
.main-wrapper .experiences-section .item {
margin-bottom: 30px;
}
.main-wrapper .upper-row {
position: relative;
overflow: hidden;
margin-bottom: 2px;
}
.main-wrapper .job-title {
color: #448AFF;
font-size: 16px;
margin-top: 0;
margin-bottom: 0;
font-weight: 500;
}
.main-wrapper .time {
position: absolute;
right: 0;
top: 0;
color: #448AFF;
}
.main-wrapper .company {
margin-bottom: 10px;
color: #448AFF;
}
.main-wrapper .project-title {
font-size: 16px;
font-weight: 400;
margin-top: 0;
margin-bottom: 5px;
}
.main-wrapper .projects-section .intro {
margin-bottom: 30px;
}
.main-wrapper .projects-section .item {
margin-bottom: 15px;
}
.skillset .item {
margin-bottom: 15px;
overflow: hidden;
}
.skillset .level-title {
font-size: 14px;
margin-top: 0;
margin-bottom: 12px;
}
.skillset .level-bar {
height: 12px;
background: #fff;
}
.skillset .level-bar-inner {
height: 12px;
background: #448AFF;
}
.footer {
padding: 30px;
padding-top: 60px;
}
.footer .copyright {
line-height: 1.6;
color: #545E6C;
font-size: 13px;
}
.footer .fa-heart {
color: #448AFF;
}
/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
.sidebar-wrapper {
position: static;
width: inherit;
}
.main-wrapper {
padding: 30px;
}
.main-wrapper .time {
position: static;
display: block;
margin-top: 5px;
}
.main-wrapper .upper-row {
margin-bottom: 0;
}
}
/* Small devices (tablets, 768px and up) */
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
.skillset .level-title {
display: inline-block;
float: left;
width: 30%;
margin-bottom: 0;
}
.skillset .level-bar {
display: inline-block;
width: 70%;
float: left;
position: relative;
top: 1px;
}
}
/* Large devices (large desktops, 1200px and up) */
/* Ex-Large devices (large desktops, 1200px and up) */ | app/static/styles/style.css | @import url('https://fonts.googleapis.com/css?family=Heebo:300,400');
@import url('https://fonts.googleapis.com/css?family=Lora:300,400');
@import url(https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css);
html {
background: #fff;
font-size: 14px;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
min-width: 300px;
overflow-x: hidden;
overflow-y: scroll;
text-rendering: optimizeLegibility;
}
body {
color: black;
font-family: "Heebo", "Helvetica", "Arial", sans-serif;
font-size: 1.1rem;
font-weight: 400;
line-height: 1.60;
}
a {
text-decoration: none;
transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
color: #666;
}
div, h2, p, figure {
margin: 0;
padding: 0;
}
h6 {
font-size: 1rem;
font-weight: 300;
margin-top: -20px;
margin-bottom: 50px;
text-align: center;
}
img {
height: auto;
width: auto;
max-height: 100%;
max-width: 100%;
}
p {
font-family: "Lora";
max-height: 200px;
}
span {
margin: 10px;
}
.header {
color: #666;
padding: 40px 0 20px;
text-align: center;
margin-bottom: 25px;
}
.row {
align-items: center;
display: inline-flex;
}
.row h2 a {
margin: 10px;
color: #666;
font-size: 20px;
opacity: 0.5;
}
.header h1 {
font-size: 4.5rem;
font-weight: 300;
}
/*.header h2 a {
border-bottom: 1px solid rgba(255, 255, 255, 0.5);
color: white;
font-size: 20px;
opacity: 0.5;
flex-direction: row;
text-align: center;
}*/
.header h2 a:hover {
border-bottom-color: #666;
opacity: 1;
border-bottom: 1px solid #666;
}
.main {
margin: 0 auto;
max-width: 1040px;
padding: 10px;
}
.column {
flex: 1;
flex-direction: column;
}
.article {
background: white;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
color: #666;
display: flex;
flex: 1;
flex-direction: column;
flex-basis: auto;
margin: 10px;
}
.article:hover,
.article:focus {
box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
color: #444;
}
.article-image {
background: #eee;
display: block;
padding-top: 75%;
position: relative;
width: 100%;
height: 100%;
}
.article-image img {
display: block;
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
.article-image.is-3by2 {
padding-top: 66.6666%;
}
.article-image.is-16by9 {
padding-top: 56.25%;
}
.article-body {
display: flex;
flex: 1;
flex-direction: column;
padding: 20px;
}
.article-title {
color: #333;
flex-shrink: 0;
font-size: 1.4em;
font-weight: 700;
line-height: 1.2;
}
.article-content {
flex: 1;
margin-top: 5px;
}
.article-info {
display: flex;
font-size: 0.85em;
justify-content: space-between;
margin-top: 10px;
}
@media screen and (min-width: 800px) {
.columns,
.column {
display: flex;
}
}
@media screen and (min-width: 1000px) {
.first-article {
flex-direction: row;
}
.first-article .article-body {
flex: 1;
}
.first-article .article-image {
height: 300px;
order: 2;
padding-top: 0;
width: 400px;
}
.main-column {
flex: 3;
}
.nested-column {
flex: 2;
}
}
/*search box*/
.input[type=text] {
width: 130px;
margin-top: 15px;
box-sizing: border-box;
border: 5px solid #ccc;
border-radius: 4px;
font-size: 16px;
background-color: white;
background-image: url('searchicon.png');
background-position: 10px 10px;
background-repeat: no-repeat;
padding: 12px 20px 12px 40px;
-webkit-transition: width 0.4s ease-in-out;
transition: width 0.4s ease-in-out;
}
/* When the input field gets focus, change its width to 100% */
input[type=text]:focus {
width: 25%;
}
/* material button for follow this project */
.material-button {
margin: 15px;
padding: 5px 10px;
font-size: 1rem;
font-family: "Heebo","Roboto", sans-serif;
position: relative;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
color: #fff;
background: #448AFF;
border: 0;
box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
-webkit-transition: all 200ms ease-in-out;
transition: all 200ms ease-in-out;
cursor: pointer;
overflow: hidden;
font-weight: 400;
}
.material-button:hover {
box-shadow: 0px 6px 8px -3px rgba(0, 0, 0, 0.3);
-webkit-transform: translateY(-5px);
transform: translateY(-5px);
}
.material-button:focus {
outline: none;
}
.taint {
display: block;
position: absolute;
background: rgba(130, 177, 255, 0.5);
border-radius: 100%;
-webkit-transform: scale(0);
transform: scale(0);
}
.taint.drop {
-webkit-animation: ripple 0.65s linear;
animation: ripple 0.65s linear;
}
@-webkit-keyframes ripple {
100% {
opacity: 0;
-webkit-transform: scale(2.5);
transform: scale(2.5);
}
}
@keyframes ripple {
100% {
opacity: 0;
-webkit-transform: scale(2.5);
transform: scale(2.5);
}
}
/*Contribution thread*/
/* ====== media ====== */
.media {padding-top:50px; margin:4vmax; text-align: center; overflow:hidden; _overflow:visible; zoom:1; color: black; align-items: flex-start; background-color: #fffbff;}
.bd {overflow:hidden; _overflow:visible; zoom:1; color: gray;}
.bd:hover {background: #dfe3ee;}
.media .img {margin-right: 10px;}
.media .img img{display:inline-flex; max-width: 55px;}
.media .imgExt{float:right; margin-left: 10px;}
.dll {margin-left: 3.5rem;}
.leader {font-size: 25px; margin-bottom: 100px;}
.hover:hover {background: #dfe3ee;}
/* ========= tags =========*/
.tags {
list-style: none;
margin: 0;
overflow: hidden;
padding: 0;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: row /* works with row or column */
flex-direction: row;
-webkit-align-items: center;
align-items: center;
-webkit-justify-content: center;
justify-content: center;
}
.tags li {
float: left;
}
.tag {
background: #fa3e3e;
border-radius: 3px 0 0 3px;
color: white;
display: flex;
align-self: center;
height: 26px;
line-height: 26px;
padding: 0 20px 0 23px;
position: relative;
margin: 0 10px 10px 0;
text-decoration: none;
-webkit-transition: color 0.2s;
font-size: 14px;
}
.tag::before {
background: #fff;
border-radius: 10px;
box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
content: '';
height: 6px;
left: 10px;
position: absolute;
width: 6px;
top: 10px;
}
.tag::after {
background: #dfe3ee;
border-bottom: 13px solid transparent;
border-left: 10px solid #eee;
border-top: 13px solid transparent;
content: '';
position: absolute;
right: 0;
top: 0;
}
.tag:hover {
background-color: #3b5998;
color: white;
}
.tag:hover::after {
border-left-color: #d3d3d3;
}
.cont {
display: flex;
margin-left: auto;
margin-right: auto;
max-width: 750px;
max-height: 750px;
}
/* ================= CV PAGE =======================================*/
/* styles.css */
/* ======= Base ======= */
.wrapper {
background: #448AFF;
max-width: 960px;
margin: 0 auto;
position: relative;
-webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}
.sidebar-wrapper {
background: #448AFF;
position: absolute;
right: 0;
width: 240px;
height: 100%;
min-height: 800px;
color: #fff;
}
.sidebar-wrapper a {
color: #fff;
}
.sidebar-wrapper .profile-container {
padding: 30px;
background: rgba(0, 0, 0, 0.2);
text-align: center;
color: #fff;
}
.sidebar-wrapper .name {
font-size: 32px;
font-weight: 900;
margin-top: 0;
margin-bottom: 10px;
}
.sidebar-wrapper .tagline {
color: rgba(255, 255, 255, 0.6);
font-size: 16px;
font-weight: 400;
margin-top: 0;
margin-bottom: 0;
}
.sidebar-wrapper .profile {
margin-bottom: 15px;
}
.sidebar-wrapper .contact-list .fa {
margin-right: 5px;
font-size: 18px;
vertical-align: middle;
}
.sidebar-wrapper .contact-list li {
margin-bottom: 15px;
}
.sidebar-wrapper .contact-list li:last-child {
margin-bottom: 0;
}
.sidebar-wrapper .contact-list .email .fa {
font-size: 14px;
}
.sidebar-wrapper .container-block {
padding: 30px;
}
.sidebar-wrapper .container-block-title {
text-transform: uppercase;
font-size: 16px;
font-weight: 700;
margin-top: 0;
margin-bottom: 15px;
}
.sidebar-wrapper .degree {
font-size: 14px;
margin-top: 0;
margin-bottom: 5px;
}
.sidebar-wrapper .education-container .item {
margin-bottom: 15px;
}
.sidebar-wrapper .education-container .item:last-child {
margin-bottom: 0;
}
.sidebar-wrapper .education-container .meta {
color: rgba(255, 255, 255, 0.6);
font-weight: 500;
margin-bottom: 0px;
margin-top: 0;
}
.sidebar-wrapper .education-container .time {
color: rgba(255, 255, 255, 0.6);
font-weight: 500;
margin-bottom: 0px;
}
.sidebar-wrapper .languages-container .lang-desc {
color: rgba(255, 255, 255, 0.6);
}
.sidebar-wrapper .languages-list {
margin-bottom: 0;
}
.sidebar-wrapper .languages-list li {
margin-bottom: 10px;
}
.sidebar-wrapper .languages-list li:last-child {
margin-bottom: 0;
}
.sidebar-wrapper .interests-list {
margin-bottom: 0;
}
.sidebar-wrapper .interests-list li {
margin-bottom: 10px;
}
.sidebar-wrapper .interests-list li:last-child {
margin-bottom: 0;
}
.main-wrapper {
background: #fff;
padding: 60px;
padding-right: 300px;
}
.main-wrapper .section-title {
text-transform: uppercase;
font-size: 20px;
font-weight: 500;
color: #448AFF;
position: relative;
margin-top: 0;
margin-bottom: 20px;
}
.main-wrapper .section-title .fa {
width: 30px;
height: 30px;
margin-right: 8px;
display: inline-block;
color: #fff;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
background: #448AFF;
text-align: center;
padding-top: 8px;
font-size: 16px;
position: relative;
top: -2px;
}
.main-wrapper .section {
margin-bottom: 60px;
}
.main-wrapper .experiences-section .item {
margin-bottom: 30px;
}
.main-wrapper .upper-row {
position: relative;
overflow: hidden;
margin-bottom: 2px;
}
.main-wrapper .job-title {
color: #448AFF;
font-size: 16px;
margin-top: 0;
margin-bottom: 0;
font-weight: 500;
}
.main-wrapper .time {
position: absolute;
right: 0;
top: 0;
color: #448AFF;
}
.main-wrapper .company {
margin-bottom: 10px;
color: #448AFF;
}
.main-wrapper .project-title {
font-size: 16px;
font-weight: 400;
margin-top: 0;
margin-bottom: 5px;
}
.main-wrapper .projects-section .intro {
margin-bottom: 30px;
}
.main-wrapper .projects-section .item {
margin-bottom: 15px;
}
.skillset .item {
margin-bottom: 15px;
overflow: hidden;
}
.skillset .level-title {
font-size: 14px;
margin-top: 0;
margin-bottom: 12px;
}
.skillset .level-bar {
height: 12px;
background: #fff;
}
.skillset .level-bar-inner {
height: 12px;
background: #448AFF;
}
.footer {
padding: 30px;
padding-top: 60px;
}
.footer .copyright {
line-height: 1.6;
color: #545E6C;
font-size: 13px;
}
.footer .fa-heart {
color: #448AFF;
}
/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
.sidebar-wrapper {
position: static;
width: inherit;
}
.main-wrapper {
padding: 30px;
}
.main-wrapper .time {
position: static;
display: block;
margin-top: 5px;
}
.main-wrapper .upper-row {
margin-bottom: 0;
}
}
/* Small devices (tablets, 768px and up) */
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
.skillset .level-title {
display: inline-block;
float: left;
width: 30%;
margin-bottom: 0;
}
.skillset .level-bar {
display: inline-block;
width: 70%;
float: left;
position: relative;
top: 1px;
}
}
/* Large devices (large desktops, 1200px and up) */
/* Ex-Large devices (large desktops, 1200px and up) */ | 0.412057 | 0.083217 |
.ajaxload {
height: 36px;
}
.ajaxload .next {
text-align: center;
width: 160px;
border-radius: 18px;
background: #e8e8e8;
}
.mdui-theme-layout-dark .ajaxload .next {
background: #424242;
}
.error-page {
margin: 256px 0!important;
text-align: center
}
/***** Helper ******/
.mdui-container {
max-width: 896px;
}
#main {
margin-top: -12px;
}
#main>* {
margin: 24px 0;
}
@media (max-width: 599px) {
#main {
margin-top: -8px;
}
#main>* {
margin: 12px 0;
}
}
.hidden {
visibility: hidden;
}
/***** Material Design 2 ******/
.mdr-appbar-title {
font-size: 1.25rem;
line-height: 1.5;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
body.mdui-theme-layout-dark, .mdui-theme-layout-dark header, .mdui-theme-layout-dark aside {
background: #121212 !important;
}
.mdui-theme-layout-dark .mdui-card {
background-color: #212121 !important;
}
.mdui-appbar {
transition: box-shadow .28s cubic-bezier(.4, 0, .2, 1);
}
footer {
font-size: .75rem !important;
line-height: 1.25rem !important;
opacity: 0.75 !important;
}
@media (min-width: 1024px) {
.mdui-list-item {
border-top-right-radius: 24px;
border-bottom-right-radius: 24px;
}
.mdui-list-dense .mdui-list-item {
border-top-right-radius: 20px;
border-bottom-right-radius: 20px;
}
}
.mdui-card, .mdui-menu {
border-radius: 7px !important;
}
/***** Post ******/
/** Breadcrumbs **/
.breadcrumbs {
margin-top: 20px;
background-color: rgba(180, 180, 180, 0.25);
}
.breadcrumbs .mdui-chip-icon {
background: none;
}
.breadcrumbs .mdui-chip-icon .mdui-icon {
color: #444;
}
.breadcrumbs .mdui-chip-title {
width: calc(100% - 48px);
height: 32px;
text-overflow: ellipsis;
-webkit-line-clamp: 1;
overflow: hidden;
-webkit-box-orient: vertical;
}
.mdui-theme-layout-dark .breadcrumbs .mdui-chip-icon .mdui-icon {
color: #fff;
}
/** Status Post **/
.post.status {
background-color: #e8e8e8
}
.mdui-theme-layout-dark .post.status {
background-color: #424242
}
.mdui-theme-layout-dark .post.status .inner {
color: hsla(0, 0%, 100%, .8) !important
}
.post.status .tag, .post.status .time {
position: absolute;
top: 0;
font-size: 15px
}
.mdui-theme-layout-dark .post.status .tag {
background-color: #424242;
}
.mdui-theme-layout-dark .post.status .time {
color: #5a5a5a;
}
.post.status .tag {
left: 15px;
padding: 10px;
border-radius: 0 0 5px 5px;
background-color: #dadada;
color: grey
}
.post.status .time {
right: 0;
padding: 14px 12px;
color: #bcbcbc;
}
.post.status .inner {
font-size: 16px;
padding: 70px 16px 24px
}
.mdr-icon-info {
font-size: 14px;
padding-bottom: 2px;
}
/** License **/
.license {
padding: 24px;
overflow: hidden;
position: relative;
background-color: #f5f5f5;
}
body.mdui-theme-layout-dark .license {
background-color: #383838;
}
.license, .license p {
margin: 0;
}
.license svg {
position: absolute;
width: 128px;
height: 128px;
top: -35px;
right: -22px;
opacity: .25;
}
body.mdui-theme-layout-dark .license svg {
filter: invert(1);
}
/** Sponsor **/
.mdr-sponsor {
text-align: center;
}
.mdr-sponsor .mdui-btn {
border-radius: 5px;
}
/** Tags **/
.tags {
margin-bottom: 15px;
padding: 0 10px;
text-align: center
}
.tags .mdui-chip {
margin: 0 2px;
}
/* Page Navigator */
.page-navigator {
list-style: none;
margin: 20px 0;
padding: 0px
}
.page-navigator li {
display: inline-block;
margin-right: 8px;
height: 36px;
border-radius: 3px;
line-height: 36px;
color: #000;
font-size: 14px;
background: #e8e8e8;
text-align: center;
-webkit-transition: -webkit-box-shadow .25s cubic-bezier(.4, 0, .2, 1);
transition: -webkit-box-shadow .25s cubic-bezier(.4, 0, .2, 1);
transition: box-shadow .25s cubic-bezier(.4, 0, .2, 1);
transition: box-shadow .25s cubic-bezier(.4, 0, .2, 1), -webkit-box-shadow .25s cubic-bezier(.4, 0, .2, 1);
will-change: box-shadow;
}
.mdui-theme-layout-dark .page-navigator li {
background: #444;
color: #fff
}
.page-navigator li:hover, .page-navigator li:focus {
-webkit-box-shadow: 0 5px 5px -3px rgb(0 0 0 / 20%), 0 8px 10px 1px rgb(0 0 0 / 14%), 0 3px 14px 2px rgb(0 0 0 / 12%);
box-shadow: 0 5px 5px -3px rgb(0 0 0 / 20%), 0 8px 10px 1px rgb(0 0 0 / 14%), 0 3px 14px 2px rgb(0 0 0 / 12%);
}
.page-navigator a, .page-navigator span {
padding: 11px 16px
}
.page-navigator.ajaxload .next {
width: 100%
}
/** Links Page **/
.link-card {
padding-top: 100%;
}
.link-card>* {
position: absolute;
bottom: 0;
} | core/css/style-petals.css | .ajaxload {
height: 36px;
}
.ajaxload .next {
text-align: center;
width: 160px;
border-radius: 18px;
background: #e8e8e8;
}
.mdui-theme-layout-dark .ajaxload .next {
background: #424242;
}
.error-page {
margin: 256px 0!important;
text-align: center
}
/***** Helper ******/
.mdui-container {
max-width: 896px;
}
#main {
margin-top: -12px;
}
#main>* {
margin: 24px 0;
}
@media (max-width: 599px) {
#main {
margin-top: -8px;
}
#main>* {
margin: 12px 0;
}
}
.hidden {
visibility: hidden;
}
/***** Material Design 2 ******/
.mdr-appbar-title {
font-size: 1.25rem;
line-height: 1.5;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
body.mdui-theme-layout-dark, .mdui-theme-layout-dark header, .mdui-theme-layout-dark aside {
background: #121212 !important;
}
.mdui-theme-layout-dark .mdui-card {
background-color: #212121 !important;
}
.mdui-appbar {
transition: box-shadow .28s cubic-bezier(.4, 0, .2, 1);
}
footer {
font-size: .75rem !important;
line-height: 1.25rem !important;
opacity: 0.75 !important;
}
@media (min-width: 1024px) {
.mdui-list-item {
border-top-right-radius: 24px;
border-bottom-right-radius: 24px;
}
.mdui-list-dense .mdui-list-item {
border-top-right-radius: 20px;
border-bottom-right-radius: 20px;
}
}
.mdui-card, .mdui-menu {
border-radius: 7px !important;
}
/***** Post ******/
/** Breadcrumbs **/
.breadcrumbs {
margin-top: 20px;
background-color: rgba(180, 180, 180, 0.25);
}
.breadcrumbs .mdui-chip-icon {
background: none;
}
.breadcrumbs .mdui-chip-icon .mdui-icon {
color: #444;
}
.breadcrumbs .mdui-chip-title {
width: calc(100% - 48px);
height: 32px;
text-overflow: ellipsis;
-webkit-line-clamp: 1;
overflow: hidden;
-webkit-box-orient: vertical;
}
.mdui-theme-layout-dark .breadcrumbs .mdui-chip-icon .mdui-icon {
color: #fff;
}
/** Status Post **/
.post.status {
background-color: #e8e8e8
}
.mdui-theme-layout-dark .post.status {
background-color: #424242
}
.mdui-theme-layout-dark .post.status .inner {
color: hsla(0, 0%, 100%, .8) !important
}
.post.status .tag, .post.status .time {
position: absolute;
top: 0;
font-size: 15px
}
.mdui-theme-layout-dark .post.status .tag {
background-color: #424242;
}
.mdui-theme-layout-dark .post.status .time {
color: #5a5a5a;
}
.post.status .tag {
left: 15px;
padding: 10px;
border-radius: 0 0 5px 5px;
background-color: #dadada;
color: grey
}
.post.status .time {
right: 0;
padding: 14px 12px;
color: #bcbcbc;
}
.post.status .inner {
font-size: 16px;
padding: 70px 16px 24px
}
.mdr-icon-info {
font-size: 14px;
padding-bottom: 2px;
}
/** License **/
.license {
padding: 24px;
overflow: hidden;
position: relative;
background-color: #f5f5f5;
}
body.mdui-theme-layout-dark .license {
background-color: #383838;
}
.license, .license p {
margin: 0;
}
.license svg {
position: absolute;
width: 128px;
height: 128px;
top: -35px;
right: -22px;
opacity: .25;
}
body.mdui-theme-layout-dark .license svg {
filter: invert(1);
}
/** Sponsor **/
.mdr-sponsor {
text-align: center;
}
.mdr-sponsor .mdui-btn {
border-radius: 5px;
}
/** Tags **/
.tags {
margin-bottom: 15px;
padding: 0 10px;
text-align: center
}
.tags .mdui-chip {
margin: 0 2px;
}
/* Page Navigator */
.page-navigator {
list-style: none;
margin: 20px 0;
padding: 0px
}
.page-navigator li {
display: inline-block;
margin-right: 8px;
height: 36px;
border-radius: 3px;
line-height: 36px;
color: #000;
font-size: 14px;
background: #e8e8e8;
text-align: center;
-webkit-transition: -webkit-box-shadow .25s cubic-bezier(.4, 0, .2, 1);
transition: -webkit-box-shadow .25s cubic-bezier(.4, 0, .2, 1);
transition: box-shadow .25s cubic-bezier(.4, 0, .2, 1);
transition: box-shadow .25s cubic-bezier(.4, 0, .2, 1), -webkit-box-shadow .25s cubic-bezier(.4, 0, .2, 1);
will-change: box-shadow;
}
.mdui-theme-layout-dark .page-navigator li {
background: #444;
color: #fff
}
.page-navigator li:hover, .page-navigator li:focus {
-webkit-box-shadow: 0 5px 5px -3px rgb(0 0 0 / 20%), 0 8px 10px 1px rgb(0 0 0 / 14%), 0 3px 14px 2px rgb(0 0 0 / 12%);
box-shadow: 0 5px 5px -3px rgb(0 0 0 / 20%), 0 8px 10px 1px rgb(0 0 0 / 14%), 0 3px 14px 2px rgb(0 0 0 / 12%);
}
.page-navigator a, .page-navigator span {
padding: 11px 16px
}
.page-navigator.ajaxload .next {
width: 100%
}
/** Links Page **/
.link-card {
padding-top: 100%;
}
.link-card>* {
position: absolute;
bottom: 0;
} | 0.38168 | 0.066176 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.