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 |
|---|---|---|---|---|
.daterangepicker {
position: absolute;
color: inherit;
background: #fff;
border-radius: 4px;
width: 278px;
padding: 4px;
margin-top: 1px;
top: 100px;
left: 20px;
/* Calendars */
}
.daterangepicker:before,
.daterangepicker:after {
position: absolute;
display: inline-block;
border-bottom-color: rgba(0, 0, 0, 0.2);
content: '';
}
.daterangepicker:before {
top: -7px;
border-right: 7px solid transparent;
border-left: 7px solid transparent;
border-bottom: 7px solid #ccc;
}
.daterangepicker:after {
top: -6px;
border-right: 6px solid transparent;
border-bottom: 6px solid #fff;
border-left: 6px solid transparent;
}
.daterangepicker.opensleft:before {
right: 9px;
}
.daterangepicker.opensleft:after {
right: 10px;
}
.daterangepicker.openscenter:before {
left: 0;
right: 0;
width: 0;
margin-left: auto;
margin-right: auto;
}
.daterangepicker.openscenter:after {
left: 0;
right: 0;
width: 0;
margin-left: auto;
margin-right: auto;
}
.daterangepicker.opensright:before {
left: 9px;
}
.daterangepicker.opensright:after {
left: 10px;
}
.daterangepicker.dropup {
margin-top: -5px;
}
.daterangepicker.dropup:before {
top: initial;
bottom: -7px;
border-bottom: initial;
border-top: 7px solid #ccc;
}
.daterangepicker.dropup:after {
top: initial;
bottom: -6px;
border-bottom: initial;
border-top: 6px solid #fff;
}
.daterangepicker.dropdown-menu {
max-width: none;
z-index: 3001;
}
.daterangepicker.single .ranges,
.daterangepicker.single .calendar {
float: none;
}
.daterangepicker.show-calendar .calendar {
display: block;
}
.daterangepicker .calendar {
display: none;
max-width: 270px;
margin: 4px;
}
.daterangepicker .calendar.single .calendar-table {
border: none;
}
.daterangepicker .calendar th,
.daterangepicker .calendar td {
white-space: nowrap;
text-align: center;
min-width: 32px;
}
.daterangepicker .calendar-table {
border: 1px solid #fff;
padding: 4px;
border-radius: 4px;
background: #fff;
}
.daterangepicker table {
width: 100%;
margin: 0;
}
.daterangepicker td,
.daterangepicker th {
text-align: center;
width: 20px;
height: 20px;
border-radius: 4px;
border: 1px solid transparent;
white-space: nowrap;
cursor: pointer;
}
.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
background-color: #eee;
border-color: transparent;
color: inherit;
}
.daterangepicker td.week,
.daterangepicker th.week {
font-size: 80%;
color: #ccc;
}
.daterangepicker td.off,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
background-color: #fff;
border-color: transparent;
color: #999;
}
.daterangepicker td.in-range {
background-color: #ebf4f8;
border-color: transparent;
color: #000;
border-radius: 0;
}
.daterangepicker td.start-date {
border-radius: 4px 0 0 4px;
}
.daterangepicker td.end-date {
border-radius: 0 4px 4px 0;
}
.daterangepicker td.start-date.end-date {
border-radius: 4px;
}
.daterangepicker td.active,
.daterangepicker td.active:hover {
background-color: #357ebd;
border-color: transparent;
color: #fff;
}
.daterangepicker th.month {
width: auto;
}
.daterangepicker td.disabled,
.daterangepicker option.disabled {
color: #999;
cursor: not-allowed;
text-decoration: line-through;
}
.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
font-size: 12px;
padding: 1px;
height: auto;
margin: 0;
cursor: default;
}
.daterangepicker select.monthselect {
margin-right: 2%;
width: 56%;
}
.daterangepicker select.yearselect {
width: 40%;
}
.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect,
.daterangepicker select.ampmselect {
width: 50px;
margin-bottom: 0;
}
.daterangepicker .input-mini {
border: 1px solid #ccc;
border-radius: 4px;
color: #555;
height: 30px;
line-height: 30px;
display: block;
vertical-align: middle;
margin: 0 0 5px 0;
padding: 0 6px 0 28px;
width: 100%;
}
.daterangepicker .input-mini.active {
border: 1px solid #08c;
border-radius: 4px;
}
.daterangepicker .daterangepicker_input {
position: relative;
}
.daterangepicker .daterangepicker_input i {
position: absolute;
left: 8px;
top: 8px;
}
.daterangepicker.rtl .input-mini {
padding-right: 28px;
padding-left: 6px;
}
.daterangepicker.rtl .daterangepicker_input i {
left: auto;
right: 8px;
}
.daterangepicker .calendar-time {
text-align: center;
margin: 5px auto;
line-height: 30px;
position: relative;
padding-left: 28px;
}
.daterangepicker .calendar-time select.disabled {
color: #ccc;
cursor: not-allowed;
}
.ranges {
font-size: 11px;
float: none;
margin: 4px;
text-align: left;
}
.ranges ul {
list-style: none;
margin: 0 auto;
padding: 0;
width: 100%;
}
.ranges li {
font-size: 13px;
background: #f5f5f5;
border: 1px solid #f5f5f5;
border-radius: 4px;
color: #08c;
padding: 3px 12px;
margin-bottom: 8px;
cursor: pointer;
}
.ranges li:hover {
background: #08c;
border: 1px solid #08c;
color: #fff;
}
.ranges li.active {
background: #08c;
border: 1px solid #08c;
color: #fff;
}
/* Larger Screen Styling */
@media (min-width: 564px) {
.daterangepicker {
width: auto;
}
.daterangepicker .ranges ul {
width: 160px;
}
.daterangepicker.single .ranges ul {
width: 100%;
}
.daterangepicker.single .calendar.left {
clear: none;
}
.daterangepicker.single.ltr .ranges,
.daterangepicker.single.ltr .calendar {
float: left;
}
.daterangepicker.single.rtl .ranges,
.daterangepicker.single.rtl .calendar {
float: right;
}
.daterangepicker.ltr {
direction: ltr;
text-align: left;
}
.daterangepicker.ltr .calendar.left {
clear: left;
margin-right: 0;
}
.daterangepicker.ltr .calendar.left .calendar-table {
border-right: none;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.daterangepicker.ltr .calendar.right {
margin-left: 0;
}
.daterangepicker.ltr .calendar.right .calendar-table {
border-left: none;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.daterangepicker.ltr .left .daterangepicker_input {
padding-right: 12px;
}
.daterangepicker.ltr .calendar.left .calendar-table {
padding-right: 12px;
}
.daterangepicker.ltr .ranges,
.daterangepicker.ltr .calendar {
float: left;
}
.daterangepicker.rtl {
direction: rtl;
text-align: right;
}
.daterangepicker.rtl .calendar.left {
clear: right;
margin-left: 0;
}
.daterangepicker.rtl .calendar.left .calendar-table {
border-left: none;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.daterangepicker.rtl .calendar.right {
margin-right: 0;
}
.daterangepicker.rtl .calendar.right .calendar-table {
border-right: none;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.daterangepicker.rtl .left .daterangepicker_input {
padding-left: 12px;
}
.daterangepicker.rtl .calendar.left .calendar-table {
padding-left: 12px;
}
.daterangepicker.rtl .ranges,
.daterangepicker.rtl .calendar {
text-align: right;
float: right;
}
}
@media (min-width: 730px) {
.daterangepicker .ranges {
width: auto;
}
.daterangepicker.ltr .ranges {
float: left;
}
.daterangepicker.rtl .ranges {
float: right;
}
.daterangepicker .calendar.left {
clear: none !important;
}
}
.daterangepicker.dropdown-menu {
border-radius: 0;
background: #2B3031;
}
.daterangepicker .input-mini {
color: #EEE;
border-radius: 0;
border-color: #555;
background: #414A4B;
}
.daterangepicker .input-mini.active {
border-radius: 0;
border: 1px solid #AAA;
}
.daterangepicker .calendar-table {
border-radius: 0;
border-color: #555;
background: #414A4B;
}
.daterangepicker td,
.daterangepicker th {
color: #DDD;
border-radius: 0;
}
.daterangepicker td.off,
.daterangepicker td.off.end-date,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date {
background: #414A4B;
}
.daterangepicker td.in-range {
color: #FFF;
background: #2B3031;
}
.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
background: #1C2021;
}
.daterangepicker td.active,
.daterangepicker td.active:hover {
border-radius: 0;
background: #1C2021;
}
.daterangepicker .ranges button {
width: 90px;
display: block;
line-height: 25px;
margin-bottom: 5px;
background: #01adb6;
}
html {
margin: 0;
padding: 0;
border: 0;
}
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
code,
del,
dfn,
em,
img,
q,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
text-decoration: none;
vertical-align: baseline;
color: inherit;
}
a:hover {
color: inherit;
text-decoration: none;
}
a:focus {
color: inherit;
text-decoration: none;
}
article,
aside,
details,
figcaption,
figure,
dialog,
footer,
header,
hgroup,
menu,
nav,
section {
display: block;
}
body {
line-height: 1.5;
background: white;
}
table {
border-collapse: separate;
border-spacing: 0;
}
caption,
th,
td {
text-align: left;
font-weight: normal;
float: none !important;
}
table,
th,
td {
vertical-align: middle;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: '';
}
blockquote,
q {
quotes: "" "";
}
a img {
border: none;
}
:focus {
outline: 0;
}
/*!
* Bootstrap v3.3.2 (http://getbootstrap.com)
* Copyright 2011-2015 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
/*!
* Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=790e5de36a6cf0e6fde4)
* Config saved to config.json and https://gist.github.com/790e5de36a6cf0e6fde4
*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
body {
margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
display: block;
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],
template {
display: none;
}
a {
background-color: transparent;
}
a:active,
a:hover {
outline: 0;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,
strong {
font-weight: bold;
}
dfn {
font-style: italic;
}
h1 {
font-size: 2em;
margin: 0.67em 0;
}
mark {
background: #ff0;
color: #000;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
border: 0;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 1em 40px;
}
hr {
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box;
height: 0;
}
pre {
overflow: auto;
}
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0;
}
button {
overflow: visible;
}
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;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
input {
line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
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;
}
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
legend {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
}
optgroup {
font-weight: bold;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
td,
th {
padding: 0;
}
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
html {
font-size: 10px;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 1.42857143;
color: #333333;
background-color: #ffffff;
}
input,
button,
select,
textarea {
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
a {
color: #337ab7;
text-decoration: none;
}
a:hover,
a:focus {
color: #23527c;
text-decoration: underline;
}
a:focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
figure {
margin: 0;
}
img {
vertical-align: middle;
}
.img-responsive {
display: block;
max-width: 100%;
height: auto;
}
.img-rounded {
border-radius: 6px;
}
.img-thumbnail {
padding: 4px;
line-height: 1.42857143;
background-color: #ffffff;
border: 1px solid #dddddd;
border-radius: 4px;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
display: inline-block;
max-width: 100%;
height: auto;
}
.img-circle {
border-radius: 50%;
}
hr {
margin-top: 20px;
margin-bottom: 20px;
border: 0;
border-top: 1px solid #eeeeee;
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip: auto;
}
.caret {
display: inline-block;
width: 0;
height: 0;
margin-left: 2px;
vertical-align: middle;
border-top: 4px solid;
border-right: 4px solid transparent;
border-left: 4px solid transparent;
}
.dropup,
.dropdown {
position: relative;
}
.dropdown-toggle:focus {
outline: 0;
}
.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 160px;
padding: 5px 0;
margin: 2px 0 0;
list-style: none;
font-size: 14px;
text-align: left;
background-color: #ffffff;
border: 1px solid #cccccc;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 4px;
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
-webkit-background-clip: padding-box;
background-clip: padding-box;
}
.dropdown-menu.pull-right {
right: 0;
left: auto;
}
.dropdown-menu .divider {
height: 1px;
margin: 9px 0;
overflow: hidden;
background-color: #e5e5e5;
}
.dropdown-menu > li > a {
display: block;
padding: 3px 20px;
clear: both;
font-weight: normal;
line-height: 1.42857143;
color: #333333;
white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
text-decoration: none;
color: #262626;
background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
color: #ffffff;
text-decoration: none;
outline: 0;
background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
text-decoration: none;
background-color: transparent;
background-image: none;
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
cursor: not-allowed;
}
.open > .dropdown-menu {
display: block;
}
.open > a {
outline: 0;
}
.dropdown-menu-right {
left: auto;
right: 0;
}
.dropdown-menu-left {
left: 0;
right: auto;
}
.dropdown-header {
display: block;
padding: 3px 20px;
font-size: 12px;
line-height: 1.42857143;
color: #777777;
white-space: nowrap;
}
.dropdown-backdrop {
position: static;
left: 0;
right: 0;
bottom: 0;
top: 0;
z-index: 990;
}
.pull-right > .dropdown-menu {
right: 0;
left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
border-top: 0;
border-bottom: 4px solid;
content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
top: auto;
bottom: 100%;
margin-bottom: 2px;
}
@media (min-width: 768px) {
.navbar-right .dropdown-menu {
left: auto;
right: 0;
}
.navbar-right .dropdown-menu-left {
left: 0;
right: auto;
}
}
.tooltip {
position: absolute;
z-index: 1070;
display: block;
visibility: visible;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 12px;
font-weight: normal;
line-height: 1.4;
opacity: 0;
filter: alpha(opacity=0);
}
.tooltip.in {
opacity: 0.9;
filter: alpha(opacity=90);
}
.tooltip.top {
margin-top: -3px;
padding: 5px 0;
}
.tooltip.right {
margin-left: 3px;
padding: 0 5px;
}
.tooltip.bottom {
margin-top: 3px;
padding: 5px 0;
}
.tooltip.left {
margin-left: -3px;
padding: 0 5px;
}
.tooltip-inner {
max-width: 200px;
padding: 3px 8px;
color: #ffffff;
text-align: center;
text-decoration: none;
background-color: #000000;
border-radius: 4px;
}
.tooltip-arrow {
position: absolute;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
}
.tooltip.top .tooltip-arrow {
bottom: 0;
left: 50%;
margin-left: -5px;
border-width: 5px 5px 0;
border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
bottom: 0;
right: 5px;
margin-bottom: -5px;
border-width: 5px 5px 0;
border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
bottom: 0;
left: 5px;
margin-bottom: -5px;
border-width: 5px 5px 0;
border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
top: 50%;
left: 0;
margin-top: -5px;
border-width: 5px 5px 5px 0;
border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
top: 50%;
right: 0;
margin-top: -5px;
border-width: 5px 0 5px 5px;
border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
top: 0;
left: 50%;
margin-left: -5px;
border-width: 0 5px 5px;
border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
top: 0;
right: 5px;
margin-top: -5px;
border-width: 0 5px 5px;
border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
top: 0;
left: 5px;
margin-top: -5px;
border-width: 0 5px 5px;
border-bottom-color: #000000;
}
.popover {
position: absolute;
top: 0;
left: 0;
z-index: 1060;
display: none;
max-width: 276px;
padding: 1px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
font-weight: normal;
line-height: 1.42857143;
text-align: left;
background-color: #ffffff;
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: 1px solid #cccccc;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 6px;
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
white-space: normal;
}
.popover.top {
margin-top: -10px;
}
.popover.right {
margin-left: 10px;
}
.popover.bottom {
margin-top: 10px;
}
.popover.left {
margin-left: -10px;
}
.popover-title {
margin: 0;
padding: 8px 14px;
font-size: 14px;
background-color: #f7f7f7;
border-bottom: 1px solid #ebebeb;
border-radius: 5px 5px 0 0;
}
.popover-content {
padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
position: absolute;
display: block;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
}
.popover > .arrow {
border-width: 11px;
}
.popover > .arrow:after {
border-width: 10px;
content: "";
}
.popover.top > .arrow {
left: 50%;
margin-left: -11px;
border-bottom-width: 0;
border-top-color: #999999;
border-top-color: rgba(0, 0, 0, 0.25);
bottom: -11px;
}
.popover.top > .arrow:after {
content: " ";
bottom: 1px;
margin-left: -10px;
border-bottom-width: 0;
border-top-color: #ffffff;
}
.popover.right > .arrow {
top: 50%;
left: -11px;
margin-top: -11px;
border-left-width: 0;
border-right-color: #999999;
border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
content: " ";
left: 1px;
bottom: -10px;
border-left-width: 0;
border-right-color: #ffffff;
}
.popover.bottom > .arrow {
left: 50%;
margin-left: -11px;
border-top-width: 0;
border-bottom-color: #999999;
border-bottom-color: rgba(0, 0, 0, 0.25);
top: -11px;
}
.popover.bottom > .arrow:after {
content: " ";
top: 1px;
margin-left: -10px;
border-top-width: 0;
border-bottom-color: #ffffff;
}
.popover.left > .arrow {
top: 50%;
right: -11px;
margin-top: -11px;
border-right-width: 0;
border-left-color: #999999;
border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
content: " ";
right: 1px;
border-right-width: 0;
border-left-color: #ffffff;
bottom: -10px;
}
.clearfix:before,
.clearfix:after {
content: " ";
display: table;
}
.clearfix:after {
clear: both;
}
.center-block {
display: block;
margin-left: auto;
margin-right: auto;
}
.pull-right {
float: right !important;
}
.pull-left {
float: left !important;
}
.hide {
display: none !important;
}
.show {
display: block !important;
}
.invisible {
visibility: hidden;
}
.text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.hidden {
display: none !important;
visibility: hidden !important;
}
.affix {
position: fixed;
}
.bootstrap-tagsinput {
background-color: #fff;
border: 1px solid #ccc;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
display: inline-block;
padding: 4px 6px;
margin-bottom: 10px;
color: #555;
vertical-align: middle;
border-radius: 4px;
max-width: 100%;
line-height: 22px;
cursor: text;
}
.bootstrap-tagsinput input {
border: none;
box-shadow: none;
outline: none;
background-color: transparent;
padding: 0;
margin: 0;
width: auto !important;
max-width: inherit;
}
.bootstrap-tagsinput input:focus {
border: none;
box-shadow: none;
}
.bootstrap-tagsinput .tag {
margin-right: 2px;
color: white;
}
.bootstrap-tagsinput .tag [data-role="remove"] {
margin-left: 8px;
cursor: pointer;
}
.bootstrap-tagsinput .tag [data-role="remove"]:after {
content: "x";
padding: 0px 2px;
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover {
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.jPicker .Icon {
display: inline-block;
height: 24px;
position: relative;
text-align: left;
width: 25px;
}
.jPicker .Icon span.Color,
.jPicker .Icon span.Alpha {
background-position: 2px 2px;
display: block;
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
.jPicker .Icon span.Image {
background-repeat: no-repeat;
cursor: pointer;
display: block;
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
.jPicker.Container {
z-index: 10;
}
table.jPicker {
z-index: 20;
}
.jPicker .Move {
background-color: #ddd;
border-color: #fff #666 #666 #fff;
border-style: solid;
border-width: 1px;
cursor: move;
height: 12px;
padding: 0;
}
.jPicker .Title {
font-size: 11px!important;
font-weight: bold;
margin: -2px 0 0;
padding: 0;
text-align: center;
width: 100%;
}
.jPicker div.Map {
border-bottom: 2px solid #fff;
border-left: 2px solid #9a9a9a;
border-right: 2px solid #fff;
border-top: 2px solid #9a9a9a;
cursor: crosshair;
height: 260px;
overflow: hidden;
padding: 0;
position: relative;
width: 260px;
}
.jPicker div[class="Map"] {
height: 256px;
width: 256px;
}
.jPicker div.Bar {
cursor: n-resize;
height: 260px;
overflow: hidden;
padding: 0;
position: relative;
width: 24px;
}
.jPicker div[class="Bar"] {
height: 256px;
width: 20px;
}
.jPicker .Map .Map1,
.jPicker .Map .Map2,
.jPicker .Map .Map3,
.jPicker .Bar .Map1,
.jPicker .Bar .Map2,
.jPicker .Bar .Map3,
.jPicker .Bar .Map4,
.jPicker .Bar .Map5,
.jPicker .Bar .Map6 {
background-color: transparent;
background-image: none;
display: block;
left: 0;
position: absolute;
top: 0;
}
.jPicker .Map .Map1,
.jPicker .Map .Map2,
.jPicker .Map .Map3 {
height: 256px;
width: 256px;
}
.jPicker .Bar .Map1,
.jPicker .Bar .Map2,
.jPicker .Bar .Map3,
.jPicker .Bar .Map4 {
height: 3896px;
width: 20px;
}
.jPicker .Bar .Map5,
.jPicker .Bar .Map6 {
height: 256px;
width: 20px;
}
.jPicker .Map .Map1,
.jPicker .Map .Map2,
.jPicker .Bar .Map6 {
background-repeat: no-repeat;
}
.jPicker .Map .Map3,
.jPicker .Bar .Map5 {
background-repeat: repeat;
}
.jPicker .Bar .Map1,
.jPicker .Bar .Map2,
.jPicker .Bar .Map3,
.jPicker .Bar .Map4 {
background-repeat: repeat-x;
}
.jPicker .Map .Arrow {
display: block;
position: absolute;
}
.jPicker .Bar .Arrow {
display: block;
left: 0;
position: absolute;
}
.jPicker .Preview {
font-size: 9px;
text-align: center;
}
.jPicker .Preview div {
border: 2px inset #eee;
height: 62px;
margin: 0 auto;
padding: 0;
width: 62px;
}
.jPicker .Preview div span {
border: 1px solid #000;
display: block;
height: 30px;
margin: 0 auto;
padding: 0;
width: 60px;
}
.jPicker .Preview .Active {
border-bottom-width: 0;
}
.jPicker .Preview .Current {
border-top-width: 0;
cursor: pointer;
}
.jPicker .Button td {
text-align: right;
}
.jPicker .Button input {
width: 135px;
}
.jPicker td.Radio {
margin: 0;
padding: 0;
width: 31px;
}
.jPicker td.Radio input {
margin: 0 5px 0 0;
padding: 0;
}
.jPicker td.Text {
font-size: 12px!important;
height: 22px;
margin: 0;
padding: 0;
text-align: left;
width: 70px;
}
.jPicker tr.Hex td.Text {
width: 100px;
}
.jPicker td.Text input {
background-color: #fff;
border: 1px inset #aaa;
height: 19px;
margin: 0 0 0 5px;
text-align: left;
width: 30px;
}
.jPicker td[class="Text"] input {
height: 15px;
}
.jPicker tr.Hex td.Text input.Hex {
width: 50px;
}
.jPicker tr.Hex td.Text input.AHex {
width: 20px;
}
.jPicker .Grid {
display: block;
float: left;
margin-right: 10px;
}
.jPicker .Grid span.QuickColor {
cursor: pointer;
display: block;
float: left;
height: 32px;
line-height: 32px;
padding: 0;
width: 32px;
}
/* iCheck plugin Square skin, yellow
----------------------------------- */
.icheckbox_square-yellow,
.iradio_square-yellow {
display: inline-block;
*display: inline;
vertical-align: middle;
margin: 0;
padding: 0;
width: 22px;
height: 22px;
background: url("../../assets/css/jquery-plugins/icheck/yellow.png") no-repeat;
border: none;
cursor: pointer;
}
.icheckbox_square-yellow {
background-position: 0 0;
}
.icheckbox_square-yellow.hover {
background-position: -24px 0;
}
.icheckbox_square-yellow.checked {
background-position: -48px 0;
}
.icheckbox_square-yellow.disabled {
background-position: -72px 0;
cursor: default;
}
.icheckbox_square-yellow.checked.disabled {
background-position: -96px 0;
}
.iradio_square-yellow {
background-position: -120px 0;
}
.iradio_square-yellow.hover {
background-position: -144px 0;
}
.iradio_square-yellow.checked {
background-position: -168px 0;
}
.iradio_square-yellow.disabled {
background-position: -192px 0;
cursor: default;
}
.iradio_square-yellow.checked.disabled {
background-position: -216px 0;
}
/* Retina support */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
.icheckbox_square-yellow,
.iradio_square-yellow {
background-image: url("../../assets/css/jquery-plugins/icheck/yellow@2x.png");
-webkit-background-size: 240px 24px;
background-size: 240px 24px;
}
}
.icheckbox_circle-yellow,
.iradio_circle-yellow {
display: inline-block;
*display: inline;
vertical-align: middle;
margin: 0;
padding: 0;
width: 22px;
height: 22px;
background: url("../../assets/css/jquery-plugins/icheck/yellow.png") no-repeat;
border: none;
cursor: pointer;
}
.icheckbox_circle-yellow {
background-position: -120px 0;
}
.icheckbox_circle-yellow.hover {
background-position: -144px 0;
}
.icheckbox_circle-yellow.checked {
background-position: -168px 0;
}
.icheckbox_circle-yellow.disabled {
background-position: -192px 0;
cursor: default;
}
.icheckbox_circle-yellow.checked.disabled {
background-position: -216px 0;
}
.iradio_circle-yellow {
background-position: -120px 0;
}
.iradio_circle-yellow.hover {
background-position: -144px 0;
}
.iradio_circle-yellow.checked {
background-position: -168px 0;
}
.iradio_circle-yellow.disabled {
background-position: -192px 0;
cursor: default;
}
.iradio_circle-yellow.checked.disabled {
background-position: -216px 0;
}
/* Retina support */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
.icheckbox_circle-yellow,
.iradio_circle-yellow {
background-image: url("../../assets/css/jquery-plugins/icheck/yellow@2x.png");
-webkit-background-size: 240px 24px;
background-size: 240px 24px;
}
}
/* iCheck plugin Polaris skin
----------------------------------- */
.icheckbox_polaris,
.iradio_polaris {
display: inline-block;
*display: inline;
vertical-align: middle;
margin: 0;
padding: 0;
width: 29px;
height: 29px;
background: url("../../assets/css/jquery-plugins/icheck/polaris.png") no-repeat;
border: none;
cursor: pointer;
}
.icheckbox_polaris {
background-position: 0 0;
}
.icheckbox_polaris.hover {
background-position: -31px 0;
}
.icheckbox_polaris.checked {
background-position: -62px 0;
}
.icheckbox_polaris.disabled {
background-position: -93px 0;
cursor: default;
}
.icheckbox_polaris.checked.disabled {
background-position: -124px 0;
}
.iradio_polaris {
background-position: -155px 0;
}
.iradio_polaris.hover {
background-position: -186px 0;
}
.iradio_polaris.checked {
background-position: -217px 0;
}
.iradio_polaris.disabled {
background-position: -248px 0;
cursor: default;
}
.iradio_polaris.checked.disabled {
background-position: -279px 0;
}
/*!
* Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
*/
/* FONT PATH
* -------------------------- */
@font-face {
font-family: 'FontAwesome';
src: url("../../assets/fonts/fontawesome-webfont.eot?v=4.2.0");
src: url("../../assets/fonts/fontawesome-webfont.eot?#iefix&v=4.2.0") format('embedded-opentype'), url("../../assets/fonts/fontawesome-webfont.woff?v=4.2.0") format('woff'), url("../../assets/fonts/fontawesome-webfont.ttf?v=4.2.0") format('truetype'), url("../../assets/fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular") format('svg');
font-weight: normal;
font-style: normal;
}
.fa {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
font-size: 1.33333333em;
line-height: 0.75em;
vertical-align: -15%;
}
.fa-2x {
font-size: 2em;
}
.fa-3x {
font-size: 3em;
}
.fa-4x {
font-size: 4em;
}
.fa-5x {
font-size: 5em;
}
.fa-fw {
width: 1.28571429em;
text-align: center;
}
.fa-ul {
padding-left: 0;
margin-left: 2.14285714em;
list-style-type: none;
}
.fa-ul > li {
position: relative;
}
.fa-li {
position: absolute;
left: -2.14285714em;
width: 2.14285714em;
top: 0.14285714em;
text-align: center;
}
.fa-li.fa-lg {
left: -1.85714286em;
}
.fa-border {
padding: .2em .25em .15em;
border: solid 0.08em #eeeeee;
border-radius: .1em;
}
.pull-right {
float: right;
}
.pull-left {
float: left;
}
.fa.pull-left {
margin-right: .3em;
}
.fa.pull-right {
margin-left: .3em;
}
.fa-spin {
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
@-webkit-keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
.fa-rotate-90 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.fa-rotate-180 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.fa-rotate-270 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg);
}
.fa-flip-horizontal {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
-webkit-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
transform: scale(-1, 1);
}
.fa-flip-vertical {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
-webkit-transform: scale(1, -1);
-ms-transform: scale(1, -1);
transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
filter: none;
}
.fa-stack {
position: relative;
display: inline-block;
width: 2em;
height: 2em;
line-height: 2em;
vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
position: absolute;
left: 0;
width: 100%;
text-align: center;
}
.fa-stack-1x {
line-height: inherit;
}
.fa-stack-2x {
font-size: 2em;
}
.fa-inverse {
color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-glass:before {
content: "\f000";
}
.fa-music:before {
content: "\f001";
}
.fa-search:before {
content: "\f002";
}
.fa-envelope-o:before {
content: "\f003";
}
.fa-heart:before {
content: "\f004";
}
.fa-heart-o:before {
content: "\f005";
}
.fa-heart-o-o:before {
content: "\f006";
}
.fa-user:before {
content: "\f007";
}
.fa-film:before {
content: "\f008";
}
.fa-th-large:before {
content: "\f009";
}
.fa-th:before {
content: "\f00a";
}
.fa-th-list:before {
content: "\f00b";
}
.fa-check:before {
content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
content: "\f00d";
}
.fa-search-plus:before {
content: "\f00e";
}
.fa-search-minus:before {
content: "\f010";
}
.fa-power-off:before {
content: "\f011";
}
.fa-signal:before {
content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
content: "\f013";
}
.fa-trash-o:before {
content: "\f014";
}
.fa-home:before {
content: "\f015";
}
.fa-file-o:before {
content: "\f016";
}
.fa-clock-o:before {
content: "\f017";
}
.fa-road:before {
content: "\f018";
}
.fa-download:before {
content: "\f019";
}
.fa-arrow-circle-o-down:before {
content: "\f01a";
}
.fa-arrow-circle-o-up:before {
content: "\f01b";
}
.fa-inbox:before {
content: "\f01c";
}
.fa-play-circle-o:before {
content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
content: "\f01e";
}
.fa-refresh:before {
content: "\f021";
}
.fa-list-alt:before {
content: "\f022";
}
.fa-lock:before {
content: "\f023";
}
.fa-flag:before {
content: "\f024";
}
.fa-headphones:before {
content: "\f025";
}
.fa-volume-off:before {
content: "\f026";
}
.fa-volume-down:before {
content: "\f027";
}
.fa-volume-up:before {
content: "\f028";
}
.fa-qrcode:before {
content: "\f029";
}
.fa-barcode:before {
content: "\f02a";
}
.fa-tag:before {
content: "\f02b";
}
.fa-tags:before {
content: "\f02c";
}
.fa-book:before {
content: "\f02d";
}
.fa-bookmark:before {
content: "\f02e";
}
.fa-print:before {
content: "\f02f";
}
.fa-camera:before {
content: "\f030";
}
.fa-font:before {
content: "\f031";
}
.fa-bold:before {
content: "\f032";
}
.fa-italic:before {
content: "\f033";
}
.fa-text-height:before {
content: "\f034";
}
.fa-text-width:before {
content: "\f035";
}
.fa-align-left:before {
content: "\f036";
}
.fa-align-center:before {
content: "\f037";
}
.fa-align-right:before {
content: "\f038";
}
.fa-align-justify:before {
content: "\f039";
}
.fa-list:before {
content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
content: "\f03b";
}
.fa-indent:before {
content: "\f03c";
}
.fa-video-camera:before {
content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
content: "\f03e";
}
.fa-pencil:before {
content: "\f040";
}
.fa-map-marker:before {
content: "\f041";
}
.fa-adjust:before {
content: "\f042";
}
.fa-tint:before {
content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
content: "\f044";
}
.fa-share-square-o:before {
content: "\f045";
}
.fa-check-square-o:before {
content: "\f046";
}
.fa-arrows:before {
content: "\f047";
}
.fa-step-backward:before {
content: "\f048";
}
.fa-fast-backward:before {
content: "\f049";
}
.fa-backward:before {
content: "\f04a";
}
.fa-play:before {
content: "\f04b";
}
.fa-pause:before {
content: "\f04c";
}
.fa-stop:before {
content: "\f04d";
}
.fa-forward:before {
content: "\f04e";
}
.fa-fast-forward:before {
content: "\f050";
}
.fa-step-forward:before {
content: "\f051";
}
.fa-eject:before {
content: "\f052";
}
.fa-chevron-left:before {
content: "\f053";
}
.fa-chevron-right:before {
content: "\f054";
}
.fa-plus-circle:before {
content: "\f055";
}
.fa-minus-circle:before {
content: "\f056";
}
.fa-times-circle:before {
content: "\f057";
}
.fa-check-circle:before {
content: "\f058";
}
.fa-question-circle:before {
content: "\f059";
}
.fa-info-circle:before {
content: "\f05a";
}
.fa-crosshairs:before {
content: "\f05b";
}
.fa-times-circle-o:before {
content: "\f05c";
}
.fa-check-circle-o:before {
content: "\f05d";
}
.fa-ban:before {
content: "\f05e";
}
.fa-arrow-left:before {
content: "\f060";
}
.fa-arrow-right:before {
content: "\f061";
}
.fa-arrow-up:before {
content: "\f062";
}
.fa-arrow-down:before {
content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
content: "\f064";
}
.fa-expand:before {
content: "\f065";
}
.fa-compress:before {
content: "\f066";
}
.fa-plus:before {
content: "\f067";
}
.fa-minus:before {
content: "\f068";
}
.fa-asterisk:before {
content: "\f069";
}
.fa-exclamation-circle:before {
content: "\f06a";
}
.fa-gift:before {
content: "\f06b";
}
.fa-leaf:before {
content: "\f06c";
}
.fa-fire:before {
content: "\f06d";
}
.fa-eye:before {
content: "\f06e";
}
.fa-eye-slash:before {
content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
content: "\f071";
}
.fa-plane:before {
content: "\f072";
}
.fa-calendar:before {
content: "\f073";
}
.fa-random:before {
content: "\f074";
}
.fa-comment:before {
content: "\f075";
}
.fa-magnet:before {
content: "\f076";
}
.fa-chevron-up:before {
content: "\f077";
}
.fa-chevron-down:before {
content: "\f078";
}
.fa-retweet:before {
content: "\f079";
}
.fa-shopping-cart:before {
content: "\f07a";
}
.fa-folder:before {
content: "\f07b";
}
.fa-folder-open:before {
content: "\f07c";
}
.fa-arrows-v:before {
content: "\f07d";
}
.fa-arrows-h:before {
content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
content: "\f080";
}
.fa-twitter-square:before {
content: "\f081";
}
.fa-facebook-square:before {
content: "\f082";
}
.fa-camera-retro:before {
content: "\f083";
}
.fa-key:before {
content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
content: "\f085";
}
.fa-comments:before {
content: "\f086";
}
.fa-thumbs-o-up:before {
content: "\f087";
}
.fa-thumbs-o-down:before {
content: "\f088";
}
.fa-heart-o-half:before {
content: "\f089";
}
.fa-heart-o:before {
content: "\f08a";
}
.fa-sign-out:before {
content: "\f08b";
}
.fa-linkedin-square:before {
content: "\f08c";
}
.fa-thumb-tack:before {
content: "\f08d";
}
.fa-external-link:before {
content: "\f08e";
}
.fa-sign-in:before {
content: "\f090";
}
.fa-trophy:before {
content: "\f091";
}
.fa-github-square:before {
content: "\f092";
}
.fa-upload:before {
content: "\f093";
}
.fa-lemon-o:before {
content: "\f094";
}
.fa-phone:before {
content: "\f095";
}
.fa-square-o:before {
content: "\f096";
}
.fa-bookmark-o:before {
content: "\f097";
}
.fa-phone-square:before {
content: "\f098";
}
.fa-twitter:before {
content: "\f099";
}
.fa-facebook:before {
content: "\f09a";
}
.fa-github:before {
content: "\f09b";
}
.fa-unlock:before {
content: "\f09c";
}
.fa-credit-card:before {
content: "\f09d";
}
.fa-rss:before {
content: "\f09e";
}
.fa-hdd-o:before {
content: "\f0a0";
}
.fa-bullhorn:before {
content: "\f0a1";
}
.fa-bell:before {
content: "\f0f3";
}
.fa-certificate:before {
content: "\f0a3";
}
.fa-hand-o-right:before {
content: "\f0a4";
}
.fa-hand-o-left:before {
content: "\f0a5";
}
.fa-hand-o-up:before {
content: "\f0a6";
}
.fa-hand-o-down:before {
content: "\f0a7";
}
.fa-arrow-circle-left:before {
content: "\f0a8";
}
.fa-arrow-circle-right:before {
content: "\f0a9";
}
.fa-arrow-circle-up:before {
content: "\f0aa";
}
.fa-arrow-circle-down:before {
content: "\f0ab";
}
.fa-globe:before {
content: "\f0ac";
}
.fa-wrench:before {
content: "\f0ad";
}
.fa-tasks:before {
content: "\f0ae";
}
.fa-filter:before {
content: "\f0b0";
}
.fa-briefcase:before {
content: "\f0b1";
}
.fa-arrows-alt:before {
content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
content: "\f0c1";
}
.fa-cloud:before {
content: "\f0c2";
}
.fa-flask:before {
content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
content: "\f0c5";
}
.fa-paperclip:before {
content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
content: "\f0c7";
}
.fa-square:before {
content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
content: "\f0c9";
}
.fa-list-ul:before {
content: "\f0ca";
}
.fa-list-ol:before {
content: "\f0cb";
}
.fa-strikethrough:before {
content: "\f0cc";
}
.fa-underline:before {
content: "\f0cd";
}
.fa-table:before {
content: "\f0ce";
}
.fa-magic:before {
content: "\f0d0";
}
.fa-truck:before {
content: "\f0d1";
}
.fa-pinterest:before {
content: "\f0d2";
}
.fa-pinterest-square:before {
content: "\f0d3";
}
.fa-google-plus-square:before {
content: "\f0d4";
}
.fa-google-plus:before {
content: "\f0d5";
}
.fa-money:before {
content: "\f0d6";
}
.fa-caret-down:before {
content: "\f0d7";
}
.fa-caret-up:before {
content: "\f0d8";
}
.fa-caret-left:before {
content: "\f0d9";
}
.fa-caret-right:before {
content: "\f0da";
}
.fa-columns:before {
content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
content: "\f0de";
}
.fa-envelope:before {
content: "\f0e0";
}
.fa-linkedin:before {
content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
content: "\f0e4";
}
.fa-comment-o:before {
content: "\f0e5";
}
.fa-comments-o:before {
content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
content: "\f0e7";
}
.fa-sitemap:before {
content: "\f0e8";
}
.fa-umbrella:before {
content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
content: "\f0ea";
}
.fa-lightbulb-o:before {
content: "\f0eb";
}
.fa-exchange:before {
content: "\f0ec";
}
.fa-cloud-download:before {
content: "\f0ed";
}
.fa-cloud-upload:before {
content: "\f0ee";
}
.fa-user-md:before {
content: "\f0f0";
}
.fa-stethoscope:before {
content: "\f0f1";
}
.fa-suitcase:before {
content: "\f0f2";
}
.fa-bell-o:before {
content: "\f0a2";
}
.fa-coffee:before {
content: "\f0f4";
}
.fa-cutlery:before {
content: "\f0f5";
}
.fa-file-text-o:before {
content: "\f0f6";
}
.fa-building-o:before {
content: "\f0f7";
}
.fa-hospital-o:before {
content: "\f0f8";
}
.fa-ambulance:before {
content: "\f0f9";
}
.fa-medkit:before {
content: "\f0fa";
}
.fa-fighter-jet:before {
content: "\f0fb";
}
.fa-beer:before {
content: "\f0fc";
}
.fa-h-square:before {
content: "\f0fd";
}
.fa-plus-square:before {
content: "\f0fe";
}
.fa-angle-double-left:before {
content: "\f100";
}
.fa-angle-double-right:before {
content: "\f101";
}
.fa-angle-double-up:before {
content: "\f102";
}
.fa-angle-double-down:before {
content: "\f103";
}
.fa-angle-left:before {
content: "\f104";
}
.fa-angle-right:before {
content: "\f105";
}
.fa-angle-up:before {
content: "\f106";
}
.fa-angle-down:before {
content: "\f107";
}
.fa-desktop:before {
content: "\f108";
}
.fa-laptop:before {
content: "\f109";
}
.fa-tablet:before {
content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
content: "\f10b";
}
.fa-circle-o:before {
content: "\f10c";
}
.fa-quote-left:before {
content: "\f10d";
}
.fa-quote-right:before {
content: "\f10e";
}
.fa-spinner:before {
content: "\f110";
}
.fa-circle:before {
content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
content: "\f112";
}
.fa-github-alt:before {
content: "\f113";
}
.fa-folder-o:before {
content: "\f114";
}
.fa-folder-open-o:before {
content: "\f115";
}
.fa-smile-o:before {
content: "\f118";
}
.fa-frown-o:before {
content: "\f119";
}
.fa-meh-o:before {
content: "\f11a";
}
.fa-gamepad:before {
content: "\f11b";
}
.fa-keyboard-o:before {
content: "\f11c";
}
.fa-flag-o:before {
content: "\f11d";
}
.fa-flag-checkered:before {
content: "\f11e";
}
.fa-terminal:before {
content: "\f120";
}
.fa-code:before {
content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
content: "\f122";
}
.fa-heart-o-half-empty:before,
.fa-heart-o-half-full:before,
.fa-heart-o-half-o:before {
content: "\f123";
}
.fa-location-arrow:before {
content: "\f124";
}
.fa-crop:before {
content: "\f125";
}
.fa-code-fork:before {
content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
content: "\f127";
}
.fa-question:before {
content: "\f128";
}
.fa-info:before {
content: "\f129";
}
.fa-exclamation:before {
content: "\f12a";
}
.fa-superscript:before {
content: "\f12b";
}
.fa-subscript:before {
content: "\f12c";
}
.fa-eraser:before {
content: "\f12d";
}
.fa-puzzle-piece:before {
content: "\f12e";
}
.fa-microphone:before {
content: "\f130";
}
.fa-microphone-slash:before {
content: "\f131";
}
.fa-shield:before {
content: "\f132";
}
.fa-calendar-o:before {
content: "\f133";
}
.fa-fire-extinguisher:before {
content: "\f134";
}
.fa-rocket:before {
content: "\f135";
}
.fa-maxcdn:before {
content: "\f136";
}
.fa-chevron-circle-left:before {
content: "\f137";
}
.fa-chevron-circle-right:before {
content: "\f138";
}
.fa-chevron-circle-up:before {
content: "\f139";
}
.fa-chevron-circle-down:before {
content: "\f13a";
}
.fa-html5:before {
content: "\f13b";
}
.fa-css3:before {
content: "\f13c";
}
.fa-anchor:before {
content: "\f13d";
}
.fa-unlock-alt:before {
content: "\f13e";
}
.fa-bullseye:before {
content: "\f140";
}
.fa-ellipsis-h:before {
content: "\f141";
}
.fa-ellipsis-v:before {
content: "\f142";
}
.fa-rss-square:before {
content: "\f143";
}
.fa-play-circle:before {
content: "\f144";
}
.fa-ticket:before {
content: "\f145";
}
.fa-minus-square:before {
content: "\f146";
}
.fa-minus-square-o:before {
content: "\f147";
}
.fa-level-up:before {
content: "\f148";
}
.fa-level-down:before {
content: "\f149";
}
.fa-check-square:before {
content: "\f14a";
}
.fa-pencil-square:before {
content: "\f14b";
}
.fa-external-link-square:before {
content: "\f14c";
}
.fa-share-square:before {
content: "\f14d";
}
.fa-compass:before {
content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
content: "\f153";
}
.fa-gbp:before {
content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
content: "\f158";
}
.fa-won:before,
.fa-krw:before {
content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
content: "\f15a";
}
.fa-file:before {
content: "\f15b";
}
.fa-file-text:before {
content: "\f15c";
}
.fa-sort-alpha-asc:before {
content: "\f15d";
}
.fa-sort-alpha-desc:before {
content: "\f15e";
}
.fa-sort-amount-asc:before {
content: "\f160";
}
.fa-sort-amount-desc:before {
content: "\f161";
}
.fa-sort-numeric-asc:before {
content: "\f162";
}
.fa-sort-numeric-desc:before {
content: "\f163";
}
.fa-thumbs-up:before {
content: "\f164";
}
.fa-thumbs-down:before {
content: "\f165";
}
.fa-youtube-square:before {
content: "\f166";
}
.fa-youtube:before {
content: "\f167";
}
.fa-xing:before {
content: "\f168";
}
.fa-xing-square:before {
content: "\f169";
}
.fa-youtube-play:before {
content: "\f16a";
}
.fa-dropbox:before {
content: "\f16b";
}
.fa-stack-overflow:before {
content: "\f16c";
}
.fa-instagram:before {
content: "\f16d";
}
.fa-flickr:before {
content: "\f16e";
}
.fa-adn:before {
content: "\f170";
}
.fa-bitbucket:before {
content: "\f171";
}
.fa-bitbucket-square:before {
content: "\f172";
}
.fa-tumblr:before {
content: "\f173";
}
.fa-tumblr-square:before {
content: "\f174";
}
.fa-long-arrow-down:before {
content: "\f175";
}
.fa-long-arrow-up:before {
content: "\f176";
}
.fa-long-arrow-left:before {
content: "\f177";
}
.fa-long-arrow-right:before {
content: "\f178";
}
.fa-apple:before {
content: "\f179";
}
.fa-windows:before {
content: "\f17a";
}
.fa-android:before {
content: "\f17b";
}
.fa-linux:before {
content: "\f17c";
}
.fa-dribbble:before {
content: "\f17d";
}
.fa-skype:before {
content: "\f17e";
}
.fa-foursquare:before {
content: "\f180";
}
.fa-trello:before {
content: "\f181";
}
.fa-female:before {
content: "\f182";
}
.fa-male:before {
content: "\f183";
}
.fa-gittip:before {
content: "\f184";
}
.fa-sun-o:before {
content: "\f185";
}
.fa-moon-o:before {
content: "\f186";
}
.fa-archive:before {
content: "\f187";
}
.fa-bug:before {
content: "\f188";
}
.fa-vk:before {
content: "\f189";
}
.fa-weibo:before {
content: "\f18a";
}
.fa-renren:before {
content: "\f18b";
}
.fa-pagelines:before {
content: "\f18c";
}
.fa-stack-exchange:before {
content: "\f18d";
}
.fa-arrow-circle-o-right:before {
content: "\f18e";
}
.fa-arrow-circle-o-left:before {
content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
content: "\f191";
}
.fa-dot-circle-o:before {
content: "\f192";
}
.fa-wheelchair:before {
content: "\f193";
}
.fa-vimeo-square:before {
content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
content: "\f195";
}
.fa-plus-square-o:before {
content: "\f196";
}
.fa-space-shuttle:before {
content: "\f197";
}
.fa-slack:before {
content: "\f198";
}
.fa-envelope-square:before {
content: "\f199";
}
.fa-wordpress:before {
content: "\f19a";
}
.fa-openid:before {
content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
content: "\f19d";
}
.fa-yahoo:before {
content: "\f19e";
}
.fa-google:before {
content: "\f1a0";
}
.fa-reddit:before {
content: "\f1a1";
}
.fa-reddit-square:before {
content: "\f1a2";
}
.fa-stumbleupon-circle:before {
content: "\f1a3";
}
.fa-stumbleupon:before {
content: "\f1a4";
}
.fa-delicious:before {
content: "\f1a5";
}
.fa-digg:before {
content: "\f1a6";
}
.fa-pied-piper:before {
content: "\f1a7";
}
.fa-pied-piper-alt:before {
content: "\f1a8";
}
.fa-drupal:before {
content: "\f1a9";
}
.fa-joomla:before {
content: "\f1aa";
}
.fa-language:before {
content: "\f1ab";
}
.fa-fax:before {
content: "\f1ac";
}
.fa-building:before {
content: "\f1ad";
}
.fa-child:before {
content: "\f1ae";
}
.fa-paw:before {
content: "\f1b0";
}
.fa-spoon:before {
content: "\f1b1";
}
.fa-cube:before {
content: "\f1b2";
}
.fa-cubes:before {
content: "\f1b3";
}
.fa-behance:before {
content: "\f1b4";
}
.fa-behance-square:before {
content: "\f1b5";
}
.fa-steam:before {
content: "\f1b6";
}
.fa-steam-square:before {
content: "\f1b7";
}
.fa-recycle:before {
content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
content: "\f1ba";
}
.fa-tree:before {
content: "\f1bb";
}
.fa-spotify:before {
content: "\f1bc";
}
.fa-deviantart:before {
content: "\f1bd";
}
.fa-soundcloud:before {
content: "\f1be";
}
.fa-database:before {
content: "\f1c0";
}
.fa-file-pdf-o:before {
content: "\f1c1";
}
.fa-file-word-o:before {
content: "\f1c2";
}
.fa-file-excel-o:before {
content: "\f1c3";
}
.fa-file-powerpoint-o:before {
content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
content: "\f1c8";
}
.fa-file-code-o:before {
content: "\f1c9";
}
.fa-vine:before {
content: "\f1ca";
}
.fa-codepen:before {
content: "\f1cb";
}
.fa-jsfiddle:before {
content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
content: "\f1cd";
}
.fa-circle-o-notch:before {
content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
content: "\f1d1";
}
.fa-git-square:before {
content: "\f1d2";
}
.fa-git:before {
content: "\f1d3";
}
.fa-hacker-news:before {
content: "\f1d4";
}
.fa-tencent-weibo:before {
content: "\f1d5";
}
.fa-qq:before {
content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
content: "\f1d9";
}
.fa-history:before {
content: "\f1da";
}
.fa-circle-thin:before {
content: "\f1db";
}
.fa-header:before {
content: "\f1dc";
}
.fa-paragraph:before {
content: "\f1dd";
}
.fa-sliders:before {
content: "\f1de";
}
.fa-share-alt:before {
content: "\f1e0";
}
.fa-share-alt-square:before {
content: "\f1e1";
}
.fa-bomb:before {
content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
content: "\f1e3";
}
.fa-tty:before {
content: "\f1e4";
}
.fa-binoculars:before {
content: "\f1e5";
}
.fa-plug:before {
content: "\f1e6";
}
.fa-slideshare:before {
content: "\f1e7";
}
.fa-twitch:before {
content: "\f1e8";
}
.fa-yelp:before {
content: "\f1e9";
}
.fa-newspaper-o:before {
content: "\f1ea";
}
.fa-wifi:before {
content: "\f1eb";
}
.fa-calculator:before {
content: "\f1ec";
}
.fa-paypal:before {
content: "\f1ed";
}
.fa-google-wallet:before {
content: "\f1ee";
}
.fa-cc-visa:before {
content: "\f1f0";
}
.fa-cc-mastercard:before {
content: "\f1f1";
}
.fa-cc-discover:before {
content: "\f1f2";
}
.fa-cc-amex:before {
content: "\f1f3";
}
.fa-cc-paypal:before {
content: "\f1f4";
}
.fa-cc-stripe:before {
content: "\f1f5";
}
.fa-bell-slash:before {
content: "\f1f6";
}
.fa-bell-slash-o:before {
content: "\f1f7";
}
.fa-trash:before {
content: "\f1f8";
}
.fa-copyright:before {
content: "\f1f9";
}
.fa-at:before {
content: "\f1fa";
}
.fa-eyedropper:before {
content: "\f1fb";
}
.fa-paint-brush:before {
content: "\f1fc";
}
.fa-birthday-cake:before {
content: "\f1fd";
}
.fa-area-chart:before {
content: "\f1fe";
}
.fa-pie-chart:before {
content: "\f200";
}
.fa-line-chart:before {
content: "\f201";
}
.fa-lastfm:before {
content: "\f202";
}
.fa-lastfm-square:before {
content: "\f203";
}
.fa-toggle-off:before {
content: "\f204";
}
.fa-toggle-on:before {
content: "\f205";
}
.fa-bicycle:before {
content: "\f206";
}
.fa-bus:before {
content: "\f207";
}
.fa-ioxhost:before {
content: "\f208";
}
.fa-angellist:before {
content: "\f209";
}
.fa-cc:before {
content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
content: "\f20b";
}
.fa-meanpath:before {
content: "\f20c";
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
border-bottom-right-radius: 2px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
border-bottom-left-radius: 2px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
border-top-right-radius: 2px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
border-top-left-radius: 2px;
}
.ui-widget-content {
border: 1px solid #ddd;
background: #fff;
color: #444;
}
.ui-widget {
font-family: Helvetica,Arial,sans-serif;
font-size: 1.1em;
}
.ui-slider-horizontal {
height: .1em;
}
.ui-slider {
position: relative;
text-align: left;
top: 15px;
margin-left: 10px;
margin-right: 10px;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
border: 1px solid #ddd;
background: #f6f6f6 50% 50% repeat-x;
font-weight: bold;
color: #0073ea;
}
.ui-slider-horizontal .ui-slider-handle {
top: -.6em;
margin-left: -.1em;
}
.ui-slider .ui-slider-handle {
position: absolute;
z-index: 2;
width: 0.2em;
height: 1.2em;
cursor: default;
}
.ui-slider .ui-slider-handle:hover,
.ui-slider .ui-slider-handle:focus {
background: #ffdd17;
border: 1px solid #ffdd17;
}
/* HORIZONTAL */
/* increase bottom margin to fit the pips */
.ui-slider-horizontal.ui-slider-pips {
margin-bottom: 1.4em;
}
/* default hide the labels and pips that arnt visible */
/* we just use css to hide incase we want to show certain */
/* labels/pips individually later */
.ui-slider-pips .ui-slider-label,
.ui-slider-pips .ui-slider-pip-hide {
display: none;
}
/* now we show any labels that we've set to show in the options */
.ui-slider-pips .ui-slider-pip-label .ui-slider-label {
display: block;
}
/* PIP/LABEL WRAPPER */
/* position each pip absolutely just below the default slider */
/* and also prevent accidental selection */
.ui-slider-pips .ui-slider-pip {
width: 2em;
height: 1em;
line-height: 1em;
position: absolute;
font-size: 0.8em;
color: #999;
overflow: visible;
text-align: center;
top: 20px;
left: 20px;
margin-left: -1em;
cursor: pointer;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
/* little pip/line position & size */
.ui-slider-pips .ui-slider-line {
background: #999;
width: 1px;
height: 3px;
position: absolute;
left: 50%;
}
/* the text label postion & size */
/* it overflows so no need for width to be accurate */
.ui-slider-pips .ui-slider-label {
position: absolute;
top: 5px;
left: 50%;
margin-left: -1em;
width: 2em;
}
/* make it easy to see when we hover a label */
.ui-slider-pip:hover .ui-slider-label {
color: black;
font-weight: bold;
}
/* VERTICAL */
/* vertical slider needs right-margin, not bottom */
.ui-slider-vertical.ui-slider-pips {
margin-bottom: 1em;
margin-right: 2em;
}
/* align vertical pips left and to right of the slider */
.ui-slider-vertical.ui-slider-pips .ui-slider-pip {
text-align: left;
top: auto;
left: 20px;
margin-left: 0;
margin-bottom: -0.5em;
}
/* vertical line/pip should be horizontal instead */
.ui-slider-vertical.ui-slider-pips .ui-slider-line {
width: 3px;
height: 1px;
position: absolute;
top: 50%;
left: 0;
}
.ui-slider-vertical.ui-slider-pips .ui-slider-label {
top: 50%;
left: 0.5em;
margin-left: 0;
margin-top: -0.5em;
width: 2em;
}
/* FLOATING HORIZTONAL TOOLTIPS */
/* remove the godawful looking focus outline on handle and float */
.ui-slider-float .ui-slider-handle:focus,
.ui-slider-float .ui-slider-handle:focus .ui-slider-tip,
.ui-slider-float .ui-slider-handle:focus .ui-slider-tip-label {
outline: none;
}
/* style tooltips on handles and on labels */
/* also has a nice transition */
.ui-slider-float .ui-slider-tip,
.ui-slider-float .ui-slider-tip-label {
position: absolute;
visibility: hidden;
top: -40px;
display: block;
width: 30px;
margin-left: -16px;
left: 50%;
height: 20px;
line-height: 20px;
background: white;
border-radius: 3px;
border: 1px solid #888;
text-align: center;
font-size: 12px;
opacity: 0;
color: #333;
-webkit-transition-duration: 200ms, 200ms, 0;
-moz-transition-duration: 200ms, 200ms, 0;
-ms-transition-duration: 200ms, 200ms, 0;
transition-duration: 200ms, 200ms, 0;
-webkit-transition-property: opacity, top, visibility;
-moz-transition-property: opacity, top, visibility;
-ms-transition-property: opacity, top, visibility;
transition-property: opacity, top, visibility;
-webkit-transition-delay: 0, 0, 200ms;
-moz-transition-delay: 0, 0, 200ms;
-ms-transition-delay: 0, 0, 200ms;
transition-delay: 0, 0, 200ms;
}
/* show the tooltip on hover or focus */
/* also switch transition delay around */
.ui-slider-float .ui-slider-handle:hover .ui-slider-tip,
.ui-slider-float .ui-slider-handle:focus .ui-slider-tip,
.ui-slider-float .ui-slider-pip:hover .ui-slider-tip-label {
opacity: 1;
top: -30px;
visibility: visible;
-webkit-transition-delay: 200ms, 200ms, 0;
-moz-transition-delay: 200ms, 200ms, 0;
-ms-transition-delay: 200ms, 200ms, 0;
transition-delay: 200ms, 200ms, 0;
}
/* put label tooltips below slider */
.ui-slider-float .ui-slider-pip .ui-slider-tip-label {
top: 42px;
}
.ui-slider-float .ui-slider-pip:hover .ui-slider-tip-label {
top: 32px;
font-weight: normal;
}
/* give the tooltip a css triangle arrow */
.ui-slider-float .ui-slider-tip:after,
.ui-slider-float .ui-slider-pip .ui-slider-tip-label:after {
content: " ";
width: 0;
height: 0;
border: 5px solid rgba(255,255,255,0);
border-top-color: rgba(255,255,255,1);
position: absolute;
bottom: -10px;
left: 50%;
margin-left: -5px;
}
/* put a 1px border on the tooltip arrow to match tooltip border */
.ui-slider-float .ui-slider-tip:before,
.ui-slider-float .ui-slider-pip .ui-slider-tip-label:before {
content: " ";
width: 0;
height: 0;
border: 5px solid rgba(255,255,255,0);
border-top-color: #888;
position: absolute;
bottom: -11px;
left: 50%;
margin-left: -5px;
}
/* switch the arrow to top on labels */
.ui-slider-float .ui-slider-pip .ui-slider-tip-label:after {
border: 5px solid rgba(255,255,255,0);
border-bottom-color: rgba(255,255,255,1);
top: -10px;
}
.ui-slider-float .ui-slider-pip .ui-slider-tip-label:before {
border: 5px solid rgba(255,255,255,0);
border-bottom-color: #888;
top: -11px;
}
/* FLOATING VERTICAL TOOLTIPS */
/* tooltip floats to left of handle */
.ui-slider-vertical.ui-slider-float .ui-slider-tip,
.ui-slider-vertical.ui-slider-float .ui-slider-tip-label {
top: 50%;
margin-top: -11px;
width: 34px;
margin-left: 0px;
left: -60px;
color: #333;
-webkit-transition-duration: 200ms, 200ms, 0;
-moz-transition-duration: 200ms, 200ms, 0;
-ms-transition-duration: 200ms, 200ms, 0;
transition-duration: 200ms, 200ms, 0;
-webkit-transition-property: opacity, left, visibility;
-moz-transition-property: opacity, left, visibility;
-ms-transition-property: opacity, left, visibility;
transition-property: opacity, left, visibility;
-webkit-transition-delay: 0, 0, 200ms;
-moz-transition-delay: 0, 0, 200ms;
-ms-transition-delay: 0, 0, 200ms;
transition-delay: 0, 0, 200ms;
}
.ui-slider-vertical.ui-slider-float .ui-slider-handle:hover .ui-slider-tip,
.ui-slider-vertical.ui-slider-float .ui-slider-handle:focus .ui-slider-tip,
.ui-slider-vertical.ui-slider-float .ui-slider-pip:hover .ui-slider-tip-label {
top: 50%;
margin-top: -11px;
left: -50px;
}
/* put label tooltips to right of slider */
.ui-slider-vertical.ui-slider-float .ui-slider-pip .ui-slider-tip-label {
left: 47px;
}
.ui-slider-vertical.ui-slider-float .ui-slider-pip:hover .ui-slider-tip-label {
left: 37px;
}
/* give the tooltip a css triangle arrow */
.ui-slider-vertical.ui-slider-float .ui-slider-tip:after,
.ui-slider-vertical.ui-slider-float .ui-slider-pip .ui-slider-tip-label:after {
border: 5px solid rgba(255,255,255,0);
border-left-color: rgba(255,255,255,1);
border-top-color: transparent;
position: absolute;
bottom: 50%;
margin-bottom: -5px;
right: -10px;
margin-left: 0;
top: auto;
left: auto;
}
.ui-slider-vertical.ui-slider-float .ui-slider-tip:before,
.ui-slider-vertical.ui-slider-float .ui-slider-pip .ui-slider-tip-label:before {
border: 5px solid rgba(255,255,255,0);
border-left-color: #888;
border-top-color: transparent;
position: absolute;
bottom: 50%;
margin-bottom: -5px;
right: -11px;
margin-left: 0;
top: auto;
left: auto;
}
.ui-slider-vertical.ui-slider-float .ui-slider-pip .ui-slider-tip-label:after {
border: 5px solid rgba(255,255,255,0);
border-right-color: rgba(255,255,255,1);
right: auto;
left: -10px;
}
.ui-slider-vertical.ui-slider-float .ui-slider-pip .ui-slider-tip-label:before {
border: 5px solid rgba(255,255,255,0);
border-right-color: #888;
right: auto;
left: -11px;
}
/* Slider */
.slick-slider {
position: relative;
display: block;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list {
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus {
outline: none;
}
.slick-list.dragging {
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
-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);
}
.slick-track {
position: relative;
top: 0;
left: 0;
display: block;
}
.slick-track:before,
.slick-track:after {
display: table;
content: '';
}
.slick-track:after {
clear: both;
}
.slick-loading .slick-track {
visibility: hidden;
}
.slick-slide {
display: none;
float: left;
height: 100%;
min-height: 1px;
}
[dir='rtl'] .slick-slide {
float: right;
}
.slick-slide img {
display: block;
}
.slick-slide.slick-loading img {
display: none;
}
.slick-slide.dragging img {
pointer-events: none;
}
.slick-initialized .slick-slide {
display: block;
}
.slick-loading .slick-slide {
visibility: hidden;
}
.slick-vertical .slick-slide {
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}
.toast-title {
font-weight: bold;
}
.toast-message {
-ms-word-wrap: break-word;
word-wrap: break-word;
}
.toast-message a,
.toast-message label {
color: #ffffff;
}
.toast-message a:hover {
color: #cccccc;
text-decoration: none;
}
.toast-close-button {
position: relative;
right: -0.3em;
top: -0.3em;
float: right;
font-size: 20px;
font-weight: bold;
color: #ffffff;
-webkit-text-shadow: 0 1px 0 #ffffff;
text-shadow: 0 1px 0 #ffffff;
opacity: 0.8;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
filter: alpha(opacity=80);
}
.toast-close-button:hover,
.toast-close-button:focus {
color: #000000;
text-decoration: none;
cursor: pointer;
opacity: 0.4;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
filter: alpha(opacity=40);
}
/*Additional properties for button version
iOS requires the button element instead of an anchor tag.
If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
padding: 0;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
}
.toast-top-center {
top: 0;
right: 0;
width: 100%;
}
.toast-bottom-center {
bottom: 0;
right: 0;
width: 100%;
}
.toast-top-full-width {
top: 0;
right: 0;
width: 100%;
}
.toast-bottom-full-width {
bottom: 0;
right: 0;
width: 100%;
}
.toast-top-left {
top: 12px;
left: 12px;
}
.toast-top-right {
top: 12px;
right: 12px;
}
.toast-bottom-right {
right: 12px;
bottom: 12px;
}
.toast-bottom-left {
bottom: 12px;
left: 12px;
}
#toast-container {
position: fixed;
z-index: 999999;
pointer-events: none;
/*overrides*/
}
#toast-container * {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
#toast-container > div {
position: relative;
pointer-events: auto;
overflow: hidden;
margin: 0 0 6px;
padding: 15px 15px 15px 50px;
width: 300px;
-moz-border-radius: 3px 3px 3px 3px;
-webkit-border-radius: 3px 3px 3px 3px;
border-radius: 3px 3px 3px 3px;
background-position: 15px center;
background-repeat: no-repeat;
-moz-box-shadow: 0 0 12px #999999;
-webkit-box-shadow: 0 0 12px #999999;
box-shadow: 0 0 12px #999999;
color: #ffffff;
opacity: 0.8;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
filter: alpha(opacity=80);
}
#toast-container > :hover {
-moz-box-shadow: 0 0 12px #000000;
-webkit-box-shadow: 0 0 12px #000000;
box-shadow: 0 0 12px #000000;
opacity: 1;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
filter: alpha(opacity=100);
cursor: pointer;
}
#toast-container > .toast-info {
background-image: url("../../assets/css/data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-error {
background-image: url("../../assets/css/data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-success {
background-image: url("../../assets/css/data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf/3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}
#toast-container > .toast-warning {
background-image: url("../../assets/css/data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}
#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
width: 300px;
margin-left: auto;
margin-right: auto;
}
#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
width: 96%;
margin-left: auto;
margin-right: auto;
}
.toast {
background-color: #030303;
}
.toast-success {
background-color: #51a351;
}
.toast-error {
background-color: #bd362f;
}
.toast-info {
background-color: #2f96b4;
}
.toast-warning {
background-color: #f89406;
}
.toast-progress {
position: absolute;
left: 0;
bottom: 0;
height: 4px;
background-color: #000000;
opacity: 0.4;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
filter: alpha(opacity=40);
}
/*Responsive Design*/
@media all and (max-width: 240px) {
#toast-container > div {
padding: 8px 8px 8px 50px;
width: 11em;
}
#toast-container .toast-close-button {
right: -0.2em;
top: -0.2em;
}
}
@media all and (min-width: 241px) and (max-width: 480px) {
#toast-container > div {
padding: 8px 8px 8px 50px;
width: 18em;
}
#toast-container .toast-close-button {
right: -0.2em;
top: -0.2em;
}
}
@media all and (min-width: 481px) and (max-width: 768px) {
#toast-container > div {
padding: 15px 15px 15px 50px;
width: 25em;
}
}
body {
color: white;
font-family: Lato,Arial,sans-serif;
font-size: 13.333px;
overflow: hidden;
}
*:not(input):not(textarea) {
-webkit-touch-callout: none !important;
-webkit-user-select: none !important;
-khtml-user-select: none !important;
-moz-user-select: none !important;
-ms-user-select: none !important;
user-select: none !important;
}
.download-frame {
visibility: hidden;
width: 0;
height: 0;
position: absolute;
bottom: 0;
left: 0;
z-index: -1;
border: 0;
}
/*** Header ***********************************************************************************************************/
#stats {
position: absolute;
left: 1px;
bottom: 41px;
z-index: 2;
}
#header {
color: #01adb6;
height: 50px;
width: 100%;
background-color: #ffffff;
text-align: center;
}
#header hr {
clear: both;
border: 0;
height: 1px;
background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(200, 200, 200, 0.75), rgba(0, 0, 0, 0));
}
#header ul.left-menu li,
#header ul.right-menu li {
display: inline;
height: 100%;
line-height: 100%;
vertical-align: middle;
}
#header .left-menu {
position: absolute;
top: 0;
left: 0;
}
#header li.logo-icon {
line-height: 45px !important;
}
#header li.logo-icon img {
height: 100%;
background: #25d5e5;
padding: 0 15px;
}
#header li.name-icon i {
margin: 13px 15px 0 20px;
font-size: 2.2em;
}
#header .name {
vertical-align: top;
overflow: hidden;
line-height: 50px;
font-size: 24px;
}
#header .name.editor-header-title {
border: none;
line-height: 48px;
height: 50px;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
padding: 0px 15px;
position: relative;
left: -3px;
}
#header .name.editor-header-title:focus {
-webkit-box-shadow: inset 0px 0px 6px 0px rgba(0,0,0,0.3);
-moz-box-shadow: inset 0px 0px 6px 0px rgba(0,0,0,0.3);
box-shadow: inset 0px 0px 6px 0px rgba(0,0,0,0.2);
}
#header .right-menu {
position: absolute;
top: 0;
right: 0;
text-align: left;
background-color: white;
}
#header .right-menu .btn {
float: left;
color: #01adb6;
height: 100%;
padding: 18px 20px;
}
#header .right-menu .btn i {
margin: 0 5px 0 0;
}
#header .right-menu .btn.active,
#header .right-menu .btn:hover,
#header .right-menu .btn:focus {
background-color: #2b3031 !important;
color: #ffdd17 !important;
}
#header .right-menu .btn-double.green .btn {
background-color: #01adb6;
color: #FFFFFF;
width: 100px;
padding: 18px 0;
font-weight: normal;
}
#header .right-menu .btn.black {
color: #595959;
padding-right: 0px;
}
#header .right-menu .btn.black i {
margin: 0 10px 0 5px;
}
.ui-dropdown-content select {
color: #333;
}
#bottom-submenu .ui-dropdown-content,
#header .ui-dropdown-content {
display: none;
position: absolute;
width: 300px;
background-color: #2b3031;
font-size: 14px;
color: white;
line-height: 20px;
padding: 10px;
z-index: 102;
box-shadow: 3px 3px 5px rgba(0,0,0,.3);
-moz-box-shadow: 3px 3px 5px rgba(0,0,0,.3);
}
#bottom-submenu .ui-dropdown-content {
bottom: 40px;
padding: 20px;
box-shadow: 3px -3px 5px rgba(0,0,0,.3);
-moz-box-shadow: 3px -3px 5px rgba(0,0,0,.3);
}
#bottom-submenu .ui-dropdown-content.custom-zoom {
width: 70px;
padding: 15px;
}
#bottom-submenu .ui-dropdown-content.custom-zoom ul {
list-style: none;
}
#bottom-submenu .ui-dropdown-content.custom-zoom li {
display: block;
cursor: pointer;
text-align: right;
}
#header .ui-dropdown-content {
top: 50px;
}
#bottom-submenu .ui-dropdown-content .buttons,
#header .ui-dropdown-content .buttons {
display: inline-block;
width: 100%;
}
#header .ui-dropdown-content .buttons.row .btn {
width: 48%;
display: block;
float: left;
margin: 2px;
}
#header .ui-dropdown-content .buttons.column .btn {
margin: 5px auto;
}
#header .ui-dropdown-content .link {
font-size: 0.8em;
margin-top: 15px;
}
#header .ui-dropdown-content .link .design-link,
#header .ui-dropdown-content .link .project-link {
background: 0 0;
border: 1px solid #EEE;
color: #EEE;
text-align: center;
padding: 4px;
font-size: 1em;
word-break: break-word;
}
#header .ui-dropdown-content .image-container {
text-align: center;
position: relative;
}
#header .ui-dropdown-content .image-container .spinnerWrapper {
position: absolute;
top: 50%;
left: 50%;
margin: 0;
transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
}
#header .ui-dropdown-content .image-container .spinnerWrapper .spinner {
width: 25px;
height: 25px;
}
#header .ui-dropdown-content .image-container img {
padding: 8px;
width: 140px;
background: #444;
}
.save-notification,
.download-notification,
#ik-save-notification,
#ik-download-notification {
display: none;
float: left;
padding: 14px 20px;
}
/*** Header / Toggles ***********************************************************************************************************/
.cmn-toggle {
position: absolute;
margin-left: -9999px;
visibility: hidden;
}
.cmn-toggle + label {
display: block;
position: relative;
cursor: pointer;
outline: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
li.editor-toggles {
width: 120px;
float: left;
text-align: center;
height: 50px !important;
font-weight: 600;
position: relative;
}
.editor-toggles input.cmn-toggle-round-flat + label {
padding: 2px;
position: absolute;
top: 0;
bottom: 0;
right: 15px;
width: 30px;
margin: auto;
height: 20px;
background-color: #B8B8B8;
-webkit-border-radius: 60px;
-moz-border-radius: 60px;
-ms-border-radius: 60px;
-o-border-radius: 60px;
border-radius: 60px;
-webkit-transition: background 0.4s;
-moz-transition: background 0.4s;
-o-transition: background 0.4s;
transition: background 0.4s;
}
.editor-toggles input.cmn-toggle-round-flat + label:before,
input.cmn-toggle-round-flat + label:after {
display: block;
position: absolute;
content: "";
}
.editor-toggles input.cmn-toggle-round-flat + label:before {
top: 2px;
left: 2px;
bottom: 2px;
right: 2px;
background-color: #fff;
-webkit-border-radius: 60px;
-moz-border-radius: 60px;
-ms-border-radius: 60px;
-o-border-radius: 60px;
border-radius: 60px;
-webkit-transition: background 0.4s;
-moz-transition: background 0.4s;
-o-transition: background 0.4s;
transition: background 0.4s;
}
.editor-toggles input.cmn-toggle-round-flat + label:after {
top: 4px;
left: 4px;
bottom: 4px;
width: 12px;
background-color: #B8B8B8;
-webkit-border-radius: 52px;
-moz-border-radius: 52px;
-ms-border-radius: 52px;
-o-border-radius: 52px;
border-radius: 52px;
-webkit-transition: margin 0.4s, background 0.4s;
-moz-transition: margin 0.4s, background 0.4s;
-o-transition: margin 0.4s, background 0.4s;
transition: margin 0.4s, background 0.4s;
}
.editor-toggles input.cmn-toggle-round-flat:checked + label {
background-color: #01ADB6;
}
.editor-toggles input.cmn-toggle-round-flat:checked + label:after {
margin-left: 10px;
background-color: #01ADB6;
content: "";
}
.editor-toggles-txt {
text-align: left;
position: absolute;
line-height: 50px;
top: -16px;
padding: 0 18px 0 0;
}
label[for="ik-auto-block"] > span.editor-toggles-txt {
left: -64px;
}
label[for="ik-auto-save"] > span.editor-toggles-txt {
left: -60px;
}
.editor-toggles input.cmn-toggle-round-flat+label {
color: #B8B8B8;
}
.editor-toggles input.cmn-toggle-round-flat:checked+label {
color: #01adb6;
}
/*** Panels ***********************************************************************************************************/
#content {
position: fixed;
bottom: 0;
left: 0;
right: 0;
top: 50px;
min-height: 520px;
color: #9d9d9d;
overflow: hidden;
}
panel {
position: absolute;
display: inline-block;
}
#tool-panel {
top: 0;
left: 0;
bottom: 0;
width: 395px;
background-color: #414a4b;
}
#pages-panel {
top: 100%;
bottom: 0;
right: 0;
left: 396px;
background: #414a4b;
z-index: 20;
padding: 0 20px;
position: absolute;
height: auto;
-o-transition: top 0.3s;
-webkit-transition: top 0.3s;
-moz-transition: top 0.3s;
transition: top 0.3s;
}
#mode-panel {
display: none;
width: 200px;
top: 10px;
right: 10px;
z-index: 10;
}
#pages-panel .pageOrder {
height: initial;
}
#pages-panel .submenu {
float: right;
}
#pages-panel .submenu a {
padding: 5px 0 0 15px;
color: #01adb6;
}
#pages-panel .submenu a:hover {
color: #ffdd17;
}
#pages-panel .submenu a i {
position: relative;
top: 5px;
font-size: 1.5em;
padding: 0 3px 0 10px;
}
#canvas-panel {
background-color: #ededed;
top: 0;
bottom: 0;
right: 0;
left: 395px;
z-index: 5;
}
#canvas-panel.mode {
border: 10px solid #ffdd17;
}
body.clean #canvas-panel {
left: 0 !important;
}
body.clean .menu.popupmenu {
display: none;
}
/*** Submenus *********************************************************************************************************/
#ik-grid-snap {
position: absolute;
top: 0;
left: 0;
width: 22px;
height: 22px;
transition: none;
font-weight: 400;
line-height: 22px;
z-index: 2;
}
#ik-grid-snap i {
line-height: 16px;
font-size: 12px;
height: 20px;
}
#bottom-submenu {
bottom: 0;
height: 40px;
right: 0;
z-index: 5;
background: #FFF;
}
#bottom-submenu > .margin,
#bottom-submenu > ul,
#bottom-submenu > ul > li,
#bottom-submenu > ul > li > a {
height: 100%;
line-height: 40px;
vertical-align: top;
display: inline-block;
}
#bottom-submenu > .margin {
background: #414a4b;
}
#bottom-submenu > ul {
border-left: 1px solid #FFF;
}
#bottom-submenu > ul li.border-left {
border-left: 1px solid #EDEDED;
}
#bottom-submenu li.page-size,
#bottom-submenu li.page-count,
#bottom-submenu .btn-gray,
#bottom-submenu .btn-white {
height: 40px;
min-width: 40px;
line-height: 40px;
text-align: center;
}
#bottom-submenu .page-size-group {
margin-bottom: 15px;
}
#bottom-submenu .page-size-group section {
padding: 0 30px;
}
#bottom-submenu .page-size-group section.format {
position: absolute;
cursor: pointer;
height: 40px;
width: 230px;
bottom: 145px;
left: 50px;
background-color: #414a4b;
padding: 0;
font-size: 12px;
-webkit-transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
-moz-transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
}
#bottom-submenu .page-size-group section.format .header {
font-size: 15px;
padding: 10px 0;
background-color: #2b3031;
-webkit-transition: padding 0.4s ease-in-out;
-moz-transition: padding 0.4s ease-in-out;
transition: padding 0.4s ease-in-out;
}
#bottom-submenu .page-size-group section.format .body {
overflow: hidden;
height: 0;
-webkit-transition: width 0.4s ease-in-out, height 0.4s ease-in-out, padding 0.4s ease-in-out;
-moz-transition: width 0.4s ease-in-out, height 0.4s ease-in-out, padding 0.4s ease-in-out;
transition: width 0.4s ease-in-out, height 0.4s ease-in-out, padding 0.4s ease-in-out;
}
#bottom-submenu .page-size-group section.format.active {
height: 340px;
width: 300px;
box-shadow: 3px -3px 5px rgba(0,0,0,.3);
-moz-box-shadow: 3px -3px 5px rgba(0,0,0,.3);
}
#bottom-submenu .page-size-group section.format.active .header {
padding: 10px;
}
#bottom-submenu .page-size-group section.format.active .body {
overflow: auto;
height: 300px;
padding: 10px;
}
#bottom-submenu .page-size-group section.format .checkbox {
padding: 0;
}
#bottom-submenu .page-size-group section.format .checkbox>div:first-child {
margin-right: 0;
}
#bottom-submenu .page-size-group label {
display: inline-block;
margin-left: 5px;
}
#bottom-submenu .page-size-group select.format {
width: 100%;
}
#bottom-submenu .page-size-group input.size {
padding: 0 5px;
width: 55px;
}
.disabled,
.semidisabled {
filter: gray;
/* IE6-9 */
-webkit-filter: grayscale(100%);
opacity: 0.6;
}
.disabled {
pointer-events: none;
}
.blur {
-webkit-filter: blur(4px);
-moz-filter: blur(4px);
-o-filter: blur(4px);
filter: opacity(50%);
pointer-events: none;
}
.overlay {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
width: 100%;
height: 100%;
z-index: 9000;
}
#inkiveLoader:after {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
background: #0f1a21;
opacity: 0.7;
content: " ";
z-index: -1;
pointer-events: none;
}
#inkiveLoader {
position: absolute;
display: block;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
background: url("../../assets/img/editor/texture.jpg");
background-color: #0f1a21;
background-repeat: no-repeat;
background-size: 100% 100%;
z-index: 9000;
}
#inkiveLoader .inkive-logo {
width: 174px;
height: 174px;
top: 50%;
left: 50%;
position: absolute;
margin-top: -82px;
margin-left: -82px;
}
#inkiveLoader h1,
h2,
h3 {
margin: 0;
padding: 0;
text-align: center;
z-index: 9999;
color: #ddd;
text-shadow: rgba(0, 0, 0, 0.3) 0 0 1px;
}
#inkiveLoader h1,
h2 {
margin: 1em;
font-size: 2.2222em;
}
#inkiveLoader h3 {
margin: 1em;
font-size: 1.2em;
}
#inkiveLoader h3 {
font-weight: 400;
}
#inkiveLoader .bottom {
bottom: 30px;
bottom: 0px;
position: absolute;
width: 100%;
margin-left: 0;
margin-right: 0;
}
/**** Page Order ******************************************************************************************************/
.default .pageOrder[data-type="row"] .thumbnail.space {
margin-left: 10px;
}
.default .pageOrder[data-type="row"] .thumbnail.cover {
margin-left: 0;
margin-right: 15px;
}
.default .pageOrder .thumbnail.space {
margin-left: 25px;
}
.default .pageOrder .thumbnail.cover {
margin-left: 85px;
margin-right: 60px;
}
.pageOrder .thumbnail {
border-top: 8px solid transparent;
margin-top: -3px;
}
.pageOrder .thumbnail.active {
border-top: 8px solid #ffdd37;
}
.pageOrder .pageOrderWrapper {
position: relative;
}
.pageOrder .pageOrderWrapper img {
cursor: pointer;
}
.pageOrder .thumbnail.add a {
width: 106px;
height: 76px;
background: #2B3031;
}
.pageOrder .thumbnail.add a i {
position: absolute;
top: 50%;
left: 50%;
font-size: 2em;
transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
}
.pageOrderWrapper #ik-hide-pagemenu {
display: none;
background: transparent;
position: absolute;
top: -20px;
right: 0;
color: #ffdd37;
}
.pageOrderWrapper #ik-hide-pagemenu span:first-child {
padding-right: 3px;
}
.pageOrderWrapper .pageSubmenu {
display: none;
position: absolute;
top: -8px;
right: 5px;
cursor: auto;
background-color: transparent;
}
.pageOrderWrapper .pageSubmenu a.tool-icon {
display: block;
float: left;
margin-right: 3px;
font-size: 18px;
text-align: center;
width: 24px;
height: 24px;
background-color: #ffdd37;
color: #2f3536;
-o-transition: all 0.4s;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
transition: all 0.4s;
}
.pageOrderWrapper .pageSubmenu a.tool-icon:hover {
color: #ffdd37;
background-color: #2f3536;
}
#pageMenu {
display: none;
position: absolute;
top: 0;
height: 100%;
width: 106px;
background-color: #2f3536;
cursor: default;
}
#pageMenu #info {
height: 30px;
background: #ffdd37;
color: #2f3536;
text-align: center;
line-height: 30px;
font-weight: 600;
}
#pageMenu #info {
height: 30px;
background: #ffdd37;
color: #2f3536;
text-align: center;
line-height: 30px;
font-weight: 600;
}
#pageMenu #info.help {
color: #687678;
font-size: 0.8em;
}
#pageMenu a.tool-icon {
background-color: transparent;
font-size: 18px;
display: block;
width: 16px;
float: left;
margin: 10px 0 0 15px;
}
#div_alert {
width: 100%;
text-align: center;
}
.modalWrapper {
display: none;
}
.modalWrapper .modal {
position: absolute;
margin: 10px auto;
display: block;
z-index: 9998;
padding: 0;
font-weight: 300;
border: none;
font-family: Lato;
color: #e5e5e5;
background: #414a4b;
left: 50%;
-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.66), 0 2px 15px 0 rgba(0, 0, 0, 0.42);
-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.66), 0 2px 15px 0 rgba(0, 0, 0, 0.42);
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.66), 0 2px 15px 0 rgba(0, 0, 0, 0.42);
}
.modalWrapper .modal.alert {
text-align: center;
}
.modalWrapper .modal .content {
padding: 1.5em 1em;
font-size: 12pt;
}
.modalWrapper .modal .btnWrapper.bottom {
padding: 0 20px 20px 20px;
text-align: center;
clear: both;
}
.modalWrapper .modal .btnWrapper.bottom li {
text-align: center;
font-weight: 400;
text-shadow: none;
padding: 5px;
}
.modalWrapper .modal .btnWrapper.bottom li {
width: 250px;
}
.modalWrapper .modal.alert .btnWrapper.bottom li {
width: 50%;
}
.modalWrapper .modal textarea {
height: 115px;
}
/**** Loader **********************************************************************************************************/
.spinnerWrapper {
position: relative;
width: 100%;
text-align: center;
margin: 30px 0 30px 0;
}
.spinnerWrapper.center {
position: absolute;
top: 50%;
margin-top: -40px;
}
@-webkit-keyframes rotator {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes rotator {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-webkit-keyframes colors {
0% {
border-top-color: #4285F4;
border-left-color: #4285F4;
}
25% {
border-top-color: #DE3E35;
border-left-color: #DE3E35;
}
50% {
border-top-color: #F7C223;
border-left-color: #F7C223;
}
75% {
border-top-color: #1B9A59;
border-left-color: #1B9A59;
}
100% {
border-top-color: #4285F4;
border-left-color: #4285F4;
}
}
@keyframes colors {
0% {
border-top-color: #4285F4;
border-left-color: #4285F4;
}
25% {
border-top-color: #DE3E35;
border-left-color: #DE3E35;
}
50% {
border-top-color: #F7C223;
border-left-color: #F7C223;
}
75% {
border-top-color: #1B9A59;
border-left-color: #1B9A59;
}
100% {
border-top-color: #4285F4;
border-left-color: #4285F4;
}
}
@-webkit-keyframes dash {
0% {
}
50% {
-webkit-transform: rotate(135deg);
transform: rotate(135deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes dash {
0% {
}
50% {
-webkit-transform: rotate(135deg);
transform: rotate(135deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.spinner {
position: relative;
width: 76px;
height: 76px;
display: inline-block;
-webkit-animation: rotator 1.4s linear infinite;
animation: rotator 1.4s linear infinite;
}
.spinner.small {
width: 16px;
height: 16px;
}
.spinner.small .path {
border: 2px solid transparent;
}
.path {
display: block;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
border-radius: 50%;
border: 6px solid transparent;
border-top-color: #ffdd17;
border-left-color: #ffdd17;
-webkit-transform-origin: center;
-ms-transform-origin: center;
transform-origin: center;
-webkit-animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
}
html,
body,
div {
-webkit-user-select: text;
-khtml-user-select: text;
-moz-user-select: text;
-o-user-select: text;
user-select: text;
/* this will work for QtWebKit in future */
-webkit-user-drag: text;
}
#ik-editor {
position: absolute;
float: left;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
border: 0;
bottom: 0;
overflow: hidden;
}
.web #ik-editor {
padding-bottom: 40px;
}
#editor {
position: relative;
overflow: hidden;
}
#svgroot {
-moz-user-select: none;
-webkit-user-select: none;
position: absolute;
top: 0;
left: 0;
}
#svgcanvas {
position: relative;
line-height: normal;
display: block;
text-align: center;
vertical-align: middle;
-apple-dashboard-region: dashboard-region(control rectangle 0px 0px 0px 0px);
/* for widget regions that shouldn't react to dragging */
transform-origin: 0 0;
-moz-transform-origin: 0 0;
-o-transform-origin: 0 0;
-webkit-transform-origin: 0 0;
}
#canvaspanel {
top: 0;
left: 0;
}
#workarea {
position: absolute;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
border: none;
overflow: auto;
text-align: center;
}
#text {
position: absolute;
left: -9999px;
z-index: 0;
}
.selectorGrip:hover {
fill: #ffdd17;
stroke: #333;
}
.element {
cursor: move;
-webkit-perspective: 1000;
-webkit-backface-visibility: hidden;
}
.element:not(.selected):hover {
outline: 1px dotted #ffdd17;
}
.element.selected .subelement:not(.active) {
outline: 1px dashed #000;
cursor: pointer !important;
}
.element.selected .subelement.active:not(.textarea),
.element.selected .subelement.active.textarea text,
.element.selected .subelement:hover:not(.active) {
outline: 1px dashed #ffdd17;
cursor: pointer !important;
}
/* SVG */
#workarea image,
#workarea img,
#workarea path,
#workarea rect,
#workarea rect,
#workarea ellipse,
#workarea line,
#workarea .sticker {
cursor: move;
}
/* https://dev.opera.com/articles/css-will-change-property/ */
.selected {
will-change: transform;
}
html,
body,
a,
img {
-webkit-touch-callout: none !important;
-webkit-user-select: none !important;
}
/*** Menu *************************************************************************************************************/
.tool-menu {
display: block;
float: left;
height: 100%;
width: 80px;
}
.tool-menu ul {
height: 100%;
background-color: #2b3031;
}
.tool-menu ul li {
list-style: none;
border-bottom: 1px solid #414a4b;
height: 7vh;
min-height: 50px;
max-height: 70px;
width: 90px;
}
.tool-menu ul li.active .btn-menu,
.tool-menu ul li.active .btn-tag:after {
color: #ffdd17;
}
.tool-menu ul li.active .btn-menu {
background-color: #414a4b;
border-right: 10px solid #ffdd17;
}
.tool-menu .help-menu {
position: absolute;
bottom: 25px;
width: 90px;
height: 7vh;
min-height: 50px;
max-height: 70px;
}
.accordion dt {
clear: both;
}
.legacy .accordion dt {
border-bottom: 1px solid #566263;
}
.accordion dd {
display: none;
padding: 10px 0;
border-bottom: 1px solid #566263;
-moz-box-shadow: inset 0 8px 8px -8px #2c3335,
inset 0 -8px 8px -8px #2c3335;
-webkit-box-shadow: inset 0 8px 8px -8px #2c3335,
inset 0 -8px 8px -8px #2c3335;
box-shadow: inset 0 8px 8px -8px #2c3335,
inset 0 -8px 8px -8px #2c3335;
}
.accordion dd:last-of-type {
-moz-box-shadow: inset 0 8px 8px -8px #2c3335;
-webkit-box-shadow: inset 0 8px 8px -8px #2c3335;
box-shadow: inset 0 8px 8px -8px #2c3335;
border-bottom: none;
}
.tool-content .accordion dd .thumbnailWrapper {
width: 255px;
}
.ui-dropdown {
line-height: 30px;
position: relative;
}
.ui-dropdown.dropdown-thumb {
width: 145px;
}
.ui-dropdown.dropdown-thumb .input-icon div {
height: 100px;
line-height: 100px;
}
.ui-dropdown.dropdown-thumb .input-icon div img {
max-width: 100px;
vertical-align: middle;
max-height: 95px;
}
.ui-dropdown .input-icon div {
border: 0;
background-color: white;
color: #373e3f;
height: 45px;
line-height: 45px;
width: 100%;
padding-left: 10px;
font-family: Lato, Helvetica, Arial, sans-serif;
font-size: 15px;
font-weight: normal;
box-shadow: inset 3px 3px 6px #cecece;
cursor: pointer;
}
.ui-dropdown .ui-dropdown-items.sub {
margin-left: 265px;
width: 265px;
margin-top: -30px;
position: fixed;
background-color: #414a4b;
border: none;
box-shadow: 3px -3px 5px rgba(0,0,0,.3);
-moz-box-shadow: 3px -3px 5px rgba(0,0,0,.3);
overflow-x: initial;
overflow-y: initial;
}
.ui-dropdown .ui-dropdown-items {
display: none;
position: absolute;
background-color: #2b3031;
overflow-y: auto;
overflow-x: hidden;
color: white;
padding: 10px;
width: auto;
z-index: 500;
}
.ui-dropdown .ui-dropdown-items.fullscreen {
top: 0;
bottom: 0;
position: fixed;
overflow: hidden;
border: none;
padding: 0;
box-shadow: 3px -3px 5px rgba(0,0,0,.3);
-moz-box-shadow: 3px -3px 5px rgba(0,0,0,.3);
}
.ui-dropdown .ui-dropdown-items.fullscreen>ul {
position: absolute;
top: 50px;
bottom: 50px;
overflow: hidden;
transition: top 0.05s linear;
width: 100%;
}
.ui-dropdown .ui-dropdown-items.fullscreen>ul li:hover {
background-color: #414a4b;
}
.ui-dropdown .ui-dropdown-items.fullscreen>ul li:hover>a {
color: #ffdd17;
}
.ui-dropdown .ui-dropdown-items.fullscreen>ul hr {
margin: 2px 10px;
}
.ui-dropdown .ui-dropdown-items.fullscreen .up,
.ui-dropdown .ui-dropdown-items.fullscreen .down {
background: #2b3031;
cursor: pointer;
position: absolute;
right: 0;
left: 0;
height: 40px;
line-height: 40px;
}
.ui-dropdown .ui-dropdown-items.fullscreen .down {
bottom: 0;
}
.ui-dropdown .ui-dropdown-items.fullscreen .up {
top: 0;
}
.ui-dropdown .ui-dropdown-items.fullscreen .up:hover,
.ui-dropdown .ui-dropdown-items.fullscreen .down:hover {
background-color: #01adb6;
}
.ui-dropdown .ui-dropdown-items.horizontal {
overflow-y: initial;
overflow-x: initial;
}
.ui-dropdown.ui-dropdown-full .ui-dropdown-items {
height: 100%;
}
.ui-dropdown .ui-dropdown-items li {
display: block;
cursor: pointer;
}
.ui-dropdown .ui-dropdown-items.horizontal li {
display: inline-block;
}
.ui-dropdown .ui-dropdown-items li a {
line-height: 12px;
}
.ui-dropdown .ui-dropdown-items hr {
margin: 7px 0 0;
}
/*** Content **********************************************************************************************************/
#tool-panel .tool-content {
display: block;
float: left;
height: 100%;
width: 315px;
padding: 20px 10px;
}
.tool-content .tab {
position: relative;
display: none;
height: 100%;
overflow: hidden;
}
.web .tool-content .tab.legacy {
padding: 0 15px;
}
.tool-content .tab.active {
display: block;
}
.tool-content hr {
border-top: 1px solid #566263;
margin: 0 0 10px 0;
}
.tab-content p.title {
color: #ffdd17;
font-size: 1.5em;
padding-bottom: 15px;
}
.tool-content .drag-drop-file {
border: 1px dashed #566263;
min-height: 160px;
width: 100%;
margin: 10px 0;
text-align: center;
font-size: 1.2em;
font-weight: 300;
}
.tool-content .dd-content,
.tool-content .dd-upload {
width: 100%;
padding: 40px 10px;
}
.tool-content .dd-upload {
z-index: 1;
display: none;
position: relative;
}
.tool-content .drag-drop-file.hover {
color: #ffdd17;
border: 1px dashed #ffdd17;
}
.tool-content .drag-drop-file i {
display: block;
}
.progress-wrapper {
position: relative;
padding: 2px 0;
}
.progress-wrapper .progress-cancel {
position: absolute;
top: 3px;
right: 0;
font-size: 17px;
line-height: 17px;
text-shadow: 1px 1px 2px black, 0 0 3px #566263;
}
.progress-wrapper .progress {
background-color: #566263;
}
.progress-wrapper .progress .progress-bar {
background-color: #ffdd17;
text-align: center;
min-width: 50px;
color: #566263;
}
.tool-content section {
padding-top: 10px;
}
.tool-content section:after {
display: block;
content: attr(data-description);
color: #87999c;
line-height: 13px;
font-style: italic;
font-weight: 300;
font-size: 0.8em;
padding: 7px 0;
letter-spacing: 0;
text-align: left;
}
/**** New Thumbnails **************************************************************************************************/
.thumbnail-wrapper {
padding: 0 10px;
list-style: none;
}
.thumbnail-wrapper .thumbnail {
width: 100%;
cursor: pointer;
position: relative;
margin-bottom: 10px;
}
.thumbnail-wrapper .thumbnail.image.custom {
overflow: hidden;
}
.thumbnail-wrapper .thumbnail.image .premium {
z-index: 2;
right: -3px;
width: 30px;
height: 30px;
bottom: -4px;
color: #171518;
font-size: 20px;
padding: 1px 9px;
position: absolute;
background: #f7d609;
border-radius: 15px;
}
.thumbnail-wrapper .thumbnail.image.locked .overlay {
background: repeating-linear-gradient(135deg, rgba(0, 146, 183, .2) 0px, rgba(0, 146, 183, 0.2) 1px, transparent 0, transparent 6px );
}
.thumbnail-wrapper .thumbnail.image.locked img {
opacity: .3;
filter: grayscale(100%);
-webkit-filter: grayscale(100%);
}
.thumbnail-wrapper .thumbnail.image.locked a.unlock {
top: 0;
left: 0;
z-index: 3;
width: 100%;
height: 100%;
position: absolute;
}
.thumbnail-wrapper .thumbnail.image.locked a.unlock:hover {
color: #FFF;
}
.thumbnail-wrapper .thumbnail.image.locked a.unlock > span {
top: 50%;
left: 50%;
opacity: 0;
padding: 7px;
position: absolute;
border-radius: 5px;
transition: opacity .6s;
-moz-transition: opacity .6s;
-webkit-transition: opacity .6s;
background: rgba(0,0,0,.4);
transform: translate(-50%, -50%);
}
.thumbnail-wrapper .thumbnail.image.locked:hover a.unlock > span {
opacity: 1;
transition: opacity .2s;
-moz-transition: opacity .2s;
-webkit-transition: opacity .2s;
}
.thumbnail-wrapper .thumbnail.image.locked a.unlock > span > span {
display: block;
padding: 10px 15px;
border-radius: 3px;
background: #2aabb9;
white-space: nowrap;
text-transform: uppercase;
}
.thumbnail-wrapper .thumbnail.image > img {
width: 100%;
background: url("../../assets/css/editor/#") 50% 50% / 100% no-repeat;
}
.thumbnail-wrapper .thumbnail.image.custom > img {
position: absolute;
top: 50%;
left: 50%;
width: auto;
transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
}
.thumbnail-wrapper .thumbnail.image > .overlay {
top: 0;
left: 0;
z-index: 1;
opacity: 0;
width: 100%;
height: 100%;
background: #555;
position: absolute;
transition: opacity .8s, background .8s;
-moz-transition: opacity .8s, background .8s;
-webkit-transition: opacity .8s, background .8s;
}
.thumbnail-wrapper .thumbnail.image:hover > .overlay {
opacity: .6;
transition: opacity .4s, background .4s;
-moz-transition: opacity .4s, background .4s;
-webkit-transition: opacity .4s, background .4s;
}
.thumbnail-wrapper .thumbnail.image.loading > .overlay {
opacity: 1 !important;
}
.thumbnail-wrapper .thumbnail.image.dark > .overlay {
opacity: .8;
background: #333;
}
.thumbnail-wrapper .thumbnail.image.dark:hover > .overlay {
opacity: .6;
background: #555;
}
.thumbnail-wrapper .thumbnail.image > p.description {
top: 50%;
left: 50%;
z-index: 2;
color: #FFF;
position: absolute;
text-align: center;
pointer-events: none;
transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
}
.mobile .thumbnail-wrapper .thumbnail.image > p.description {
width: 90%;
}
.thumbnail-wrapper .thumbnail.image > p.description.no-break {
white-space: nowrap;
}
.thumbnail-wrapper .thumbnail.image > p.description label {
font-size: 1.2em;
}
.thumbnail-wrapper .thumbnail.image > p.description.no-break label {
display: inline-block;
padding: 0;
}
.thumbnail-wrapper .thumbnail.grid > a svg {
display: inherit;
}
.thumbnail-wrapper .thumbnail.grid > a svg .text {
display: none;
}
.thumbnail-wrapper .thumbnail.grid > a svg.vertical .trees {
transform: translate(200px, 0px);
-ms-transform: translate(200px, 0px);
-webkit-transform: translate(200px, 0px);
-o-transform: translate(200px, 0px);
-moz-transform: translate(200px, 0px);
}
.thumbnail-wrapper .thumbnail.grid > a svg.vertical .sun {
transform: translate(-50px, -72px);
-ms-transform: translate(-50px, -72px);
-webkit-transform: translate(-50px, -72px);
-o-transform: translate(-50px, -72px);
-moz-transform: translate(-50px, -72px);
}
.thumbnail-wrapper .thumbnail.grid > a svg.vertical .cloud {
transform: translate(230px, -153px);
-ms-transform: translate(230px, -153px);
-webkit-transform: translate(230px, -153px);
-o-transform: translate(230px, -153px);
-moz-transform: translate(230px, -153px);
}
/**** Thumbnail *******************************************************************************************************/
.thumbnailWrapper {
padding-left: 27px;
height: 100%;
}
.legacy .thumbnailWrapper {
padding-left: 0;
}
.thumbnailWrapper .thumbnail {
position: relative;
float: left;
margin: 5px;
}
.thumbnailWrapper .thumbnail a {
position: relative;
display: block;
cursor: pointer;
height: 100%;
}
.thumbnailWrapper .thumbnail a.blank img {
opacity: .5;
}
.thumbnailWrapper .thumbnail a.blank i {
top: 50%;
left: 50%;
color: #FFF;
font-size: 50px;
position: absolute;
pointer-events: none;
transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
}
.thumbnailWrapper.thumbmenu a.menu {
width: 110px;
height: 78px;
}
.thumbnailWrapper .thumbnail a.item.active,
.thumbnailWrapper .thumbnail a.item:hover {
outline: 2px solid #FFDD17;
cursor: pointer;
}
#tabLayouts .thumbnailWrapper .thumbnail a.item {
overflow: hidden;
}
#tabLayouts .thumbnailWrapper .thumbnail a.item:hover {
outline: initial;
}
#tabLayouts .thumbnailWrapper .thumbnail:hover {
outline: 2px solid #FFDD17;
cursor: pointer;
}
.thumbnailWrapper .thumbnail a img {
vertical-align: top;
width: 100%;
}
.thumbnailWrapper.thumbmenu a.block {
background: url("../../assets/img/editor/order-loader.gif") no-repeat scroll 50% 50% #fff;
width: 106px;
height: 75px;
border: 0;
position: relative;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.thumbnailWrapper.thumbmenu a.menu {
border: 1px solid #323c42;
-o-transition: all 0.4s;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
transition: all 0.4s;
}
.thumbnailWrapper.thumbmenu a.menu.active,
.thumbnailWrapper.thumbmenu a.menu:hover {
border: 2px solid #ffdd17;
background-size: 130% !important;
}
.thumbnailWrapper.thumbmenu a.icon {
background: none;
text-align: center;
}
.thumbnailWrapper.thumbmenu a.icon i {
line-height: 73px;
}
.thumbnailWrapper.thumbmenu p {
text-align: center;
font-size: 1em;
margin-top: 3px;
color: #899595;
}
.thumbnailWrapper .thumbnail.active p {
color: #ffdd17;
}
.thumbnail .text {
width: 110px;
height: 78px;
line-height: 78px;
text-align: center;
font-weight: 300;
background-color: #1b292e;
}
.thumbnail .text span {
display: inline-block;
vertical-align: middle;
line-height: normal;
padding: 5px;
}
.thumbnail .thumb_sticker {
position: absolute;
right: 0;
bottom: 0;
background-color: #414a4b;
color: #ffdd17;
padding: 0 5px;
cursor: help;
}
/* breadcrumb */
.breadcrumb {
padding: 0 0 0 2px;
background: none;
margin: 0 0 10px;
}
.breadcrumb li {
font-size: 8pt;
text-transform: uppercase;
}
.breadcrumb .active {
color: inherit;
}
/* Drag */
#draggingObject {
pointer-events: none;
-o-transition: opacity 0.6s;
-webkit-transition: opacity 0.6s;
-moz-transition: opacity 0.6s;
transition: opacity 0.6s;
}
#draggingObject img {
position: relative;
width: 100%;
}
/*** Tutorial *********************************************************************************************************/
#tabTutorial h1,
#tabTutorial h3 {
text-align: left;
color: #01adb6;
}
#tabTutorial h3 {
text-transform: uppercase;
font-size: 16px;
}
#tabTutorial h1 {
font-size: 35px;
margin: 0.2em 0;
}
#tabTutorial p {
font-size: 19px;
line-height: 23px;
padding: 15px 0;
font-weight: normal;
text-shadow: 0 0 1px #2b3031;
}
#tabTutorial p a {
color: #01adb6;
}
#tabTutorial p a:hover {
color: #ffdd17;
}
.tab-content .antiscroll-scrollbar-vertical {
right: 0;
}
/**** Template & backgrounds ************************************************************************************************/
.tab-content.sub-category .wrapper dt {
height: 40px;
}
.tab-content.sub-category .btn-accordion i {
width: 18px;
height: 40px;
font-size: 1em;
line-height: 40px;
}
.tab-content.sub-category .wrapper dt > a.btn-accordion {
line-height: 40px;
font-size: 1em;
height: 40px;
}
.tab-content.sub-category .wrapper dt .image-list {
top: 40px;
height: calc(100% - 40px);
}
.tab-content.sub-category .wrapper dt i.main {
margin-top: 1px;
height: 39px;
}
/**** Helper ************************************************************************************************/
.tab-content {
width: 100%;
height: 100%;
position: relative;
}
.tab-content .helper {
z-index: 1;
position: relative;
position: fixed;
transition: .0s z-index .8s;
-webkit-transition: .0s z-index .8s;
}
.tab-content .helper .big-icon {
text-align: center;
}
.tab-content .helper .big-icon i {
font-size: 120px;
color: #FFDD17;
}
.tab-content .helper.show {
z-index: 3;
transition: .0s z-index;
-webkit-transition: .0s z-index;
}
.tab-content .helper > .btn.toggle {
top: 5px;
right: 5px;
width: 20px;
height: 20px;
position: absolute;
border-radius: 10px;
background: #01adb6;
}
.tab-content .helper.show > .btn.toggle {
color: #01adb6;
background: #FFF;
}
.tab-content .helper.show > .btn.toggle:hover {
color: #ffdd17;
background: #2b3031;
}
.tab-content .helper .helper-display {
top: 5px;
right: 5px;
width: 20px;
height: 20px;
overflow: hidden;
position: relative;
position: absolute;
border-radius: 10px;
transition: .4s right, .4s top, .4s width .4s, .4s height, .4s border-radius;
-webkit-transition: .4s right, .4s top, .4s width .4s, .4s height, .4s border-radius;
}
.tab-content .helper.show .helper-display {
top: 0px;
right: 0px;
width: 100%;
height: 100%;
border-radius: 0px;
transition: .4s right .4s, .4s top .4s, .4s width, .4s height .4s, .4s border-radius .4s;
-webkit-transition: .4s right .4s, .4s top .4s, .4s width, .4s height .4s, .4s border-radius .4s;
}
.tab-content .helper .helper-content {
top: -5px;
color: #FFF;
right: -5px;
position: absolute;
padding: 15px 30px 30px;
background: rgba(1,173,182,.4);
transition: .4s right, .4s top;
-webkit-transition: .4s right, .4s top;
}
.tab-content .helper.show .helper-content {
top: 0px;
right: 0px;
transition: .4s right .4s, .4s top .4s;
-webkit-transition: .4s right .4s, .4s top .4s;
}
.tab-content .helper .helper-content h2 {
color: #FFF;
margin-left: 0;
margin-top: 8px;
text-align: left;
}
.tab-content .helper .helper-content a:not(.btn) {
text-decoration: underline;
}
/**** Menu ************************************************************************************************/
.tab-content .wrapper {
top: 0;
left: 0;
z-index: 2;
width: 100%;
position: absolute;
transition: .4s top;
-webkit-transition: .4s top;
}
.tab-content .wrapper dt {
height: 59px;
overflow: hidden;
position: relative;
transition: .4s height;
-webkit-transition: .4s height;
}
.tab-content .wrapper dt > a.btn-accordion {
margin: 0 10px;
line-height: 59px;
white-space: nowrap;
border-bottom: 1px solid #566263;
}
.tab-content .wrapper dt > a.btn-accordion.blink {
-webkit-animation: .5s blink step-end;
-webkit-animation-iteration-count: 3;
-moz-animation: .5s blink step-end;
-moz-animation-iteration-count: 3;
animation: .5s blink step-end;
animation-iteration-count: 3;
}
.tab-content .wrapper dt > a.btn-accordion img {
margin-right: 16px;
}
.tab-content .wrapper dt > a.btn-accordion i {
vertical-align: top;
}
.tab-content .wrapper dt > a.btn-accordion i.icon-plus {
color: #01adb6;
}
.tab-content .wrapper dt .antiscroll-scrollbar-horizontal {
display: none;
}
.tab-content .wrapper dt.active {
transition: .6s height .4s;
-webkit-transition: .6s height .4s;
}
.tab-content .wrapper dt.active > a.btn.btn-accordion {
background: inherit;
border: none;
}
.tab-content .wrapper dt.active > a.btn.btn-accordion::after {
color: #899595;
}
.tab-content .wrapper dt .image-list {
left: 0;
top: 59px;
width: 100%;
overflow: hidden;
position: absolute;
height: calc(100% - 59px);
transition: .6s left;
-webkit-transition: .6s left;
}
.tab-content .wrapper .image-list.out.left {
left: -100%;
}
.tab-content .wrapper .image-list.out.right {
left: 100%;
}
.mobile .tab-content .wrapper dt.active .image-list {
top: 0;
}
.mobile .tab-content .wrapper dt.active > .btn-accordion {
display: none;
margin: 0;
}
.tab-content .wrapper .thumbnail.uploader,
.tab-content .wrapper .thumbnail.uploading {
background: #313D43;
cursor: pointer;
}
.tab-content .wrapper .thumbnail.uploading {
transition: .4s height;
-webkit-transition: .4s height;
}
.tab-content .wrapper .thumbnail.uploading a.item {
top: 0;
opacity: 0;
position: absolute;
transition: .6s opacity .3s;
-webkit-transition: .6s opacity .3s;
}
.tab-content .wrapper .thumbnail.uploading a.item.loaded {
opacity: 1;
}
.mobile .tab-content:not(.backgrounds) .wrapper dt,
.mobile .tab-content:not(.sub-category) .wrapper dt {
height: 45px;
}
.mobile .tab-content:not(.backgrounds) .wrapper dt > a.btn-accordion,
.mobile .tab-content:not(.sub-category) .wrapper dt > a.btn-accordion {
line-height: 45px;
}
.mobile .filterWrapper {
padding: 0;
}
.mobile .colorLineWrapper .palette_item {
margin: 3px;
}
.mobile .tab-content.customize ul.btnWrapper {
padding-left: 5px;
}
.mobile .btnWrapper {
padding: 0;
}
.mobile .tab-content .wrapper dt > a.btn-accordion {
margin: 0;
}
/* Button container */
.progress-button {
position: relative;
display: block;
text-align: center;
height: 70px;
width: 100%;
margin: 10px 0;
}
/* Common style of SVGs */
.progress-button svg {
position: absolute;
top: 0;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
pointer-events: none;
}
.progress-button svg path {
opacity: 0;
fill: none;
}
.progress-button svg.cross {
-webkit-transition: .4s transform 3s;
transition: .4s transform 3s;
}
.progress-button.plus svg.cross {
-webkit-transform: translateX(-50%) rotate(45deg);
transform: translateX(-50%) rotate(45deg);
-webkit-transition: .4s transform;
transition: .4s transform;
}
.progress-button svg.progress-circle path {
stroke: #01adb6;
stroke-width: 5;
}
.progress-button svg.checkmark path,
.progress-button svg.cross path {
stroke: #fff;
stroke-linecap: round;
stroke-width: 4;
-webkit-transition: opacity 0.1s;
transition: opacity 0.1s;
}
.loading.progress-button span {
-webkit-transition: opacity 0.15s;
transition: opacity 0.15s;
}
.loading.progress-button span,
.success.progress-button span,
.error.progress-button span {
opacity: 0;
}
.loading.progress-button svg.progress-circle path,
.success.progress-button svg.checkmark path,
.error.progress-button svg.cross path {
opacity: 1;
-webkit-transition: stroke-dashoffset 0.3s;
transition: stroke-dashoffset 0.3s;
}
/**** Restrictions ****************************************************************************************/
.tab-content.restrictions .wrapper {
position: initial;
}
.tab-content.restrictions .wrapper dt.active {
transition: .6s height;
-moz-transition: .6s height;
-webkit-transition: .6s height;
}
.tab-content.restrictions .wrapper dt:first-of-type > a.btn.btn-accordion {
border-top: 1px solid #566263 !important;
}
.tab-content.restrictions .wrapper dt.active > a.btn.btn-accordion {
border-top: 1px solid #566263;
background: #363D3E;
}
.tab-content.restrictions .group:not(.restrictions) {
margin: 20px 10px;
}
.tab-content.restrictions .group.no-top-margin {
margin-top: 0;
}
.tab-content.restrictions h4 {
margin: 10px 0;
font-size: 16px;
}
.tab-content.restrictions p {
font-size: 14px;
}
.tab-content.restrictions .element-restrictions h4 {
position: relative;
display: inline-block;
}
.tab-content.restrictions .element-restrictions h4 span {
top: -4px;
color: #FFF;
width: 17px;
height: 17px;
right: -14px;
font-size: 9px;
line-height: 16px;
position: absolute;
text-align: center;
border-radius: 9px;
background: #01ADB6;
box-shadow: 1px 1px 5px rgba(0,0,0,.2);
border: 1px solid hsla(0, 0%, 87%, 0.29);
}
.tab-content.restrictions .element-restrictions ul.restrictions-list {
margin: 0;
font-size: 12px;
}
.tab-content.restrictions .element-restrictions ul button {
border: none;
font-size: 9px;
color: #414A4B;
padding: 2px 9px;
background: #AAA;
line-height: 9px;
margin-left: 6px;
font-weight: bold;
text-transform: uppercase;
appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
}
.tab-content.restrictions .element-restrictions ul button:hover {
background: #EEE;
}
.tab-content.restrictions .sticky {
float: right;
cursor: pointer;
font-size: 18px;
}
.tab-content.restrictions .sticky:hover {
color: #EEE;
}
.tab-content.restrictions .sticky i {
display: none;
}
.tab-content.restrictions .sticky.active i.applied {
display: block;
}
.tab-content.restrictions .sticky:not(.active) i.not-applied {
display: block;
}
.tab-content.restrictions .select-wrapper {
color: #AAA;
position: relative;
display: inline-block;
border: 1px solid #566263;
}
.select-wrapper:after {
top: 2px;
z-index: 1;
right: 4px;
content: '\f078';
position: absolute;
pointer-events: none;
font-family: 'FontAwesome';
}
.tab-content.restrictions .select-wrapper select,
.currency-select {
border: none;
cursor: pointer;
font-size: 12px;
padding: 3px 26px 3px 6px;
background: transparent;
appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
}
.tab-content.restrictions ul {
list-style: none;
}
.tab-content.restrictions ul.restrictions-list {
margin: 15px 25px;
}
.tab-content.restrictions .group ul.options {
margin-left: 5px;
margin-right: 5px;
}
.tab-content.restrictions .element-restrictions .restrictions.group {
height: 19px;
margin: 10px 0;
overflow: hidden;
transition: height .6s;
-moz-transition: height .6s;
-webkit-transition: height .6s;
}
.tab-content.restrictions .element-restrictions .group > label,
.tab-content.restrictions .group ul.options li label,
.tab-content.restrictions ul.restrictions-list li label {
color: #CCC;
cursor: pointer;
position: relative;
font-weight: lighter;
}
.tab-content.restrictions .element-restrictions .group > label:hover,
.tab-content.restrictions .group ul.options li label:hover,
.tab-content.restrictions ul.restrictions-list li label:hover {
color: #DEDEDE;
}
.tab-content.restrictions .element-restrictions .group > input[type="checkbox"],
.tab-content.restrictions .group ul.options li input[type="checkbox"],
.tab-content.restrictions ul.restrictions-list li input[type="checkbox"] {
display: none;
}
.tab-content.restrictions .element-restrictions .group > input[type="checkbox"] + label:after,
.tab-content.restrictions .group ul.options li input[type="checkbox"] + label:after,
.tab-content.restrictions ul.restrictions-list li input[type="checkbox"] + label:after {
right: 0;
top: -2px;
font-size: 18px;
content: '\f05e';
position: absolute;
font-family: FontAwesome;
transition: right .6s, color .6s;
-moz-transition: right .6s, color .6s;
-webkit-transition: right .6s, color .6s;
}
.tab-content.restrictions .element-restrictions .group > input:checked + label:not(:last-child):after {
content: '\f078';
}
.tab-content.restrictions .group ul.options li input[type="checkbox"] + label:hover:after,
.tab-content.restrictions ul.restrictions-list li input[type="checkbox"] + label:hover:after {
right: 8px;
color: #D58375;
transition: right .2s, color .2s;
-moz-transition: right .2s, color .2s;
-webkit-transition: right .2s, color .2s;
}
.tab-content.restrictions .group ul.options li input:checked + label:after,
.tab-content.restrictions ul.restrictions-list li input:checked + label:after,
.tab-content.restrictions .element-restrictions .group > input:checked + label:after {
content: '\f05d';
}
.tab-content.restrictions .group ul.options li input:checked + label:hover:after,
.tab-content.restrictions ul.restrictions-list li input:checked + label:hover:after {
color: #83C293;
}
.tab-content.restrictions input[type="text"],
.tab-content.restrictions input[type="number"] {
color: #AAA;
height: 30px;
display: block;
font-size: 12px;
background: transparent;
border-bottom: 1px solid #566263;
}
.tab-content.restrictions input[type="text"] {
border: 1px solid #566263;
}
.tab-content.restrictions .bootstrap-tagsinput {
box-shadow: none;
background: transparent;
border: 1px solid #566263;
}
.tab-content.restrictions .bootstrap-tagsinput input[type="text"] {
border: none;
width: 80px !important;
display: inline-block;
}
.tab-content.restrictions ul.dropdown-menu {
width: 264px;
margin-top: -1px;
border-radius: 0px;
background: #566263;
}
.tab-content.restrictions ul.dropdown-menu > li > a {
color: #AAA;
}
.tab-content.restrictions ul.dropdown-menu > .active > a,
.tab-content.restrictions ul.dropdown-menu > .active > a:focus,
.tab-content.restrictions ul.dropdown-menu > .active > a:hover {
color: #FFF;
background-color: #01ADB6;
}
.tab-content.restrictions .clean-margin {
margin-left: -5px;
margin-right: -5px;
}
.tab-content.restrictions li.col-half {
width: 50%;
padding: 0 5px;
display: inline-block;
}
.tab-content.restrictions li.col-third {
width: 33%;
padding: 0 5px;
display: inline-block;
}
.tab-content.restrictions .restrictions.group ul.options > label {
display: block;
}
/***** Type : Image *****/
.tab-content.restrictions .thumbnails-wrapper {
padding-top: 10px;
}
.tab-content.restrictions .thumbnails-wrapper .addmore,
.tab-content.restrictions .thumbnails-wrapper .thumbnail {
width: 78px;
margin: 4px;
height: 78px;
cursor: pointer;
position: relative;
display: inline-block;
background-size: cover;
transition: all .5s;
-webkit-transition: all .5s;
box-shadow: 0 2px 1px rgba(0,0,0,.08);
}
.tab-content.restrictions .thumbnails-wrapper .addmore,
.tab-content.restrictions .thumbnails-wrapper .thumbnail.color {
width: 34px;
height: 34px;
}
.tab-content.restrictions .thumbnails-wrapper .thumbnail .remove {
top: -5px;
right: -5px;
width: 20px;
height: 20px;
color: #01adb6;
cursor: pointer;
font-size: 16px;
padding: 1px 3px;
position: absolute;
border-radius: 50%;
background: #2b3031;
border: 1px solid #999;
box-shadow: 1px 1px 3px rgba(0,0,0,.4);
}
.tab-content.restrictions .thumbnails-wrapper .thumbnail .remove i {
vertical-align: top;
}
.tab-content.restrictions .thumbnails-wrapper .thumbnail .remove:hover {
color: #ffdd17;
}
/***** Type : Vector *****/
.tab-content.restrictions .restrictions.group[data-name="margin"] input[type="number"] {
width: 50px;
display: inline-block;
}
.tab-content.restrictions .restrictions.group[data-name="margin"] .slider {
top: -3px;
width: 202px;
margin: 0 5px;
display: inline-block;
}
.tab-content.restrictions .restrictions.group[data-name="margin"] .ui-slider .ui-slider-handle {
top: -6px;
width: 12px;
height: 12px;
transform: translate(-50%, 0);
-moz-transform: translate(-50%, 0);
-webkit-transform: translate(-50%, 0);
}
/***** Type : Background *****/
.tab-content.restrictions .thumbnails-wrapper .addmore {
font-size: 1.6em;
border: 1px solid;
text-align: center;
}
/**** Library *********************************************************************************************/
.tab-content.library .library-link {
text-align: center;
padding: 0 10px;
}
.tab-content.library .library-link p {
margin-bottom: 20px;
}
.tab-content.library .content ul.thumbnail-wrapper li {
margin: 5px;
width: 127px;
height: 127px;
cursor: pointer;
position: relative;
display: inline-block;
}
.tab-content.library .content ul.thumbnail-wrapper li .draggable {
top: 0;
left: 0;
width: 127px;
position: absolute;
visibility: hidden;
}
.tab-content.library .content ul.thumbnail-wrapper li .loading {
opacity: .5;
width: 100%;
height: 100%;
background: #FFF;
background-size: cover;
transition: opacity .6s;
-moz-transition: opacity .6s;
-webkit-transition: opacity .6s;
background-position: center center;
}
.tab-content.library .content ul.thumbnail-wrapper li .overlay {
top: 0;
left: 0;
opacity: 0;
width: 100%;
height: 100%;
position: absolute;
transition: opacity .6s;
-moz-transition: opacity .6s;
-webkit-transition: opacity .6s;
background: rgba(65, 74, 75, .6);
}
.tab-content.library .content ul.thumbnail-wrapper li:hover .overlay {
opacity: 1;
transition: opacity .2s;
-moz-transition: opacity .2s;
-webkit-transition: opacity .2s;
}
.tab-content.library .content ul.thumbnail-wrapper li .overlay span,
.tab-content.library .content.colors ul.thumbnail-wrapper li .info {
top: 50%;
left: 50%;
color: #FFF;
position: absolute;
white-space: nowrap;
transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
}
.tab-content.library .content ul.thumbnail-wrapper li .loading.disappear {
opacity: 0;
}
.tab-content.library .content ul.thumbnail-wrapper li > div {
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-position: center center;
}
.tab-content.library .content.text ul.thumbnail-wrapper li {
width: auto;
height: auto;
display: block;
font-size: 1.6em;
}
.tab-content.library .content.text ul.thumbnail-wrapper li .color {
font-size: 1.6em;
position: relative;
}
.tab-content.library .content.text ul.thumbnail-wrapper li:hover .color i {
opacity: .6;
}
.tab-content.library .content.text ul.thumbnail-wrapper li .dark .color .size {
color: #EEE;
}
.tab-content.library .content.text ul.thumbnail-wrapper li .color .size {
top: 50%;
left: 50%;
color: #414A4B;
font-size: 14px;
position: absolute;
transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
}
.tab-content.library .content.text ul.thumbnail-wrapper li .name {
top: 50%;
left: 36px;
color: #EEE;
width: 230px;
overflow: hidden;
position: absolute;
white-space: nowrap;
text-overflow: ellipsis;
transform: translate(0%, -50%);
-moz-transform: translate(0%, -50%);
-webkit-transform: translate(0%, -50%);
}
.tab-content.library .content.images ul.thumbnail-wrapper li {
transition: height .4s;
-moz-transition: height .4s;
-webkit-transition: height .4s;
}
.tab-content.library .content.images ul.thumbnail-wrapper li .draggable {
top: 50%;
opacity: 0;
z-index: 1;
position: absolute;
visibility: visible;
transition: .4s opacity .6s;
-moz-transition: .4s opacity .6s;
-webkit-transition: .4s opacity .6s;
transform: translate(0%, -50%);
-moz-transform: translate(0%, -50%);
-webkit-transform: translate(0%, -50%);
}
.tab-content.library .content.images ul.thumbnail-wrapper li .loading.disappear + .draggable {
opacity: 1;
}
.tab-content.library .content.images ul.thumbnail-wrapper li .loading {
z-index: 2;
position: absolute;
}
.tab-content.library .content.images ul.thumbnail-wrapper li .loading.disappear {
transition-delay: .4s;
-moz-transition-delay: .4s;
-webkit-transition-delay: .4s;
}
.tab-content.library .content.colors ul.thumbnail-wrapper li ul.options {
padding: 30px 0;
text-align: center;
}
.tab-content.library .content.colors ul.thumbnail-wrapper li ul.options li {
width: 40px;
color: #FFF;
margin: 2px;
height: 30px;
padding: 4px;
font-size: 1.6em;
border: 1px dotted;
border-radius: 4px;
}
.tab-content.library .content.colors ul.thumbnail-wrapper li ul.options li:hover {
transform: scale(1.2);
-moz-transform: scale(1.2);
-webkit-transform: scale(1.2);
}
.tab-content.library .content.colors ul.thumbnail-wrapper li ul.options li.disabled {
color: #899595;
}
.tab-content.library .content.colors ul.thumbnail-wrapper li ul.options li i {
vertical-align: top;
}
.tab-content.library .content.colors ul.thumbnail-wrapper li .info {
color: #2B3031;
text-align: center;
}
.tab-content.library .content.colors ul.thumbnail-wrapper li .dark .info {
color: #EEE;
}
.tab-content.library .content.colors ul.thumbnail-wrapper li .info .code {
text-transform: uppercase;
}
.tab-content.library .content.colors ul.thumbnail-wrapper li:hover .info {
display: none;
}
.tab-content.library .content.backgrounds ul.thumbnail-wrapper li {
overflow: hidden;
}
.tab-content.library .content.backgrounds ul.thumbnail-wrapper li > div {
overflow: hidden;
background-size: cover;
}
.tab-content.library .content.backgrounds ul.thumbnail-wrapper li .loading {
top: 50%;
left: 50%;
position: absolute;
transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
}
.tab-content.library .content.logos ul.thumbnail-wrapper li > div,
.tab-content.library .content.colors ul.thumbnail-wrapper li > div {
border-radius: 50%;
background-size: contain;
border: 2px dotted #899595;
}
.tab-content.library .content.colors ul.thumbnail-wrapper li > div:not(.dark) {
border: 2px dotted #2B3031;
}
.tab-content.library .content.logos ul.thumbnail-wrapper li .loading {
border-radius: 50%;
}
.tab-content.library .content.logos ul.thumbnail-wrapper li .overlay {
border-radius: 50%;
background: rgba(255, 255, 255, .1);
}
.tab-content.library .content.logos ul.thumbnail-wrapper li .overlay span {
top: initial;
bottom: -7px;
padding: 2px 6px;
border-radius: 4px;
background: #2B3031;
transform: translate(-50%, 0%);
-moz-transform: translate(-50%, 0%);
-webkit-transform: translate(-50%, 0%);
}
/**** Admin ***********************************************************************************************/
.tool-content.admin .tool-static-block {
margin-bottom: 5px;
}
.tab-content.admin .select-wrapper {
margin-bottom: 10px;
border: 1px solid #313d43;
}
.tab-content.admin .thumbnail .container {
overflow: hidden;
position: relative;
width: 100%;
}
.tab-content.admin a.btn[data-key="migrate"] + .image-list {
padding: 0 10px;
}
.tab-content.admin a.btn[data-key="migrate"] + .image-list .btn {
width: 265px;
margin-left: 10px;
}
.tab-content.admin a.btn[data-key="migrate"] + .image-list .load-process .btn {
width: 275px;
margin-left: 0px;
}
.tab-content.admin a.btn[data-key="migrate"] + .image-list p.message {
text-align: center;
}
.tab-content.admin a.btn[data-key="migrate"] + .image-list .thumbnail-wrapper {
margin-top: 10px;
}
.tab-content.admin .thumbnail .wrapper,
.tab-content.admin .thumbnail .wrapper img {
width: 100%;
height: 100%;
}
.tab-content.admin .thumbnail .wrapper {
overflow: hidden;
position: absolute;
}
.tab-content.admin .thumbnail .wrapper:first-child {
left: -1px;
transform-origin: 100% 0;
}
.tab-content.admin .thumbnail .wrapper:last-child {
right: -1px;
transform-origin: 0 100%;
}
.tab-content.admin .thumbnail .wrapper img {
transform-origin: inherit;
}
.tab-content.admin .thumbnail .wrapper.to-format img {
opacity: .6;
}
.tab-content.admin .thumbnail:hover .wrapper.to-format img {
opacity: 1;
}
.tab-content.admin .thumbnail .wrapper.to-format {
background: #FF4847;
}
.tab-content.admin .thumbnail .wrapper.to-format.ok {
background: #579553;
}
/**** Customize ************************************************************************************************/
.tab-content.customize ul.btnWrapper {
padding-left: 40px;
}
/**** Text ************************************************************************************************/
.tab-content.text > .text .thumbnail {
width: 100%;
overflow: hidden;
transition: .4s height;
-webkit-transition: .4s height;
}
.tab-content.text > .text .thumbnail a {
white-space: nowrap;
text-overflow: ellipsis;
display: block;
overflow: hidden;
text-align: center;
}
.tab-content.text > .text .thumbnail a .cursor {
-webkit-animation: .7s blink step-end infinite;
-moz-animation: .7s blink step-end infinite;
animation: .7s blink step-end infinite;
}
@keyframes blink {
from, to {
color: transparent;
}
50% {
color: #FFF;
}
}
@-moz-keyframes blink {
from, to {
color: transparent;
}
50% {
color: #FFF;
}
}
@-webkit-keyframes blink {
from, to {
color: transparent;
}
50% {
color: #FFF;
}
}
.tab-content.text > .margin {
border: 0;
height: 1px;
padding: 0 5px;
margin-top: 14px;
background: #566263;
}
.tab-content.text > .margin .shadow {
width: 100%;
height: 100%;
display: block;
box-shadow: 0px 3px 5px 1px rgba(34, 39, 39, .3);
}
.tab-content.text > .banners .thumbnailWrapper {
margin-top: 14px;
}
.tab-content.text > .banners .thumbnail.svg a {
transition: .4s opacity;
-webkit-transition: .4s opacity;
}
.tab-content.text > .text .thumbnail a,
.tab-content.text > .banners .thumbnail a,
.tab-content.text > .customize .thumbnail a,
.tab-content.customize [data-key="banners"] + .image-list .thumbnail a,
.tab-content.customize [data-key="stickers"] + .image-list .thumbnail a {
background: none;
}
.tab-content.text > .text .thumbnail a .content {
display: inline-block;
text-decoration: inherit;
}
.tab-content.text > .text .ui-dropdown-items {
width: 100%;
height: 150px;
position: absolute;
overflow-y: scroll;
overflow-x: hidden;
background: #414a4b;
}
.tab-content.text > .text .fonts-list .toggle .ui-dropdown-title {
display: inline-block;
width: 63px;
overflow: hidden;
text-overflow: ellipsis;
vertical-align: middle;
}
.tab-content.text > .text .fonts-list .toggle .icon-unfold_more {
margin: 0;
}
.tab-content.text > .text .thumbnail .line-container {
position: relative;
}
.tab-content.text > .text .thumbnail .line-container input {
position: absolute;
top: -50px;
}
.tab-content.text > .text .thumbnail a.item {
margin: 0 16px;
}
.tab-content.text > .text .thumbnail .options {
position: relative;
}
.tab-content.text > .text .thumbnail .options ul {
text-align: center;
}
.tab-content.text > .text .thumbnail .options ul a:not(.applied) {
color: #EEE;
}
.tab-content.text > .text .thumbnail .options ul a:hover {
color: #FFDD17;
}
.tab-content.text > .text .thumbnail a.toggle-options {
top: 50%;
right: 0;
opacity: 0;
position: absolute;
pointer-events: none;
-weblit-transform: translate(0, -50%);
transform: translate(0, -50%);
}
.tab-content.text > .text .thumbnail a.toggle-options.show {
opacity: 1;
pointer-events: auto;
transition: .4s opacity;
-webkit-transition: .4s opacity;
}
.tab-content.text > .text .thumbnail a.toggle-options.active {
color: #FFDD17;
}
/**** Background color ************************************************************************************************/
.colorLineWrapper {
padding: 0 0 15px;
}
.tab-content .colorLineWrapper {
padding: 0 25px 15px 25px;
}
.colorLineWrapper .palette_item {
display: block;
float: left;
width: 32px;
height: 32px;
margin: 4px 4px;
cursor: pointer;
vertical-align: top;
-o-transition: all 0.2s;
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
transition: all 0.2s;
}
.colorLineWrapper .palette_item:not(.addmore) {
background-image: linear-gradient(45deg, black 25%, transparent 25%, transparent 75%, black 75%, black), linear-gradient(45deg, black 25%, transparent 25%, transparent 75%, black 75%, black);
background-size: 9px 9px;
background-position: 0 0, 5px 5px;
}
.colorLineWrapper .palette_item.addmore {
font-size: 1.6em;
width: 32px;
height: 32px;
text-align: center;
}
.colorLineWrapper .palette_item:not(.addmore):hover,
.colorLineWrapper .palette_item:not(.addmore):focus {
overflow: hidden;
border: 1px solid #ffdd17;
transform: scale(1.2,1.2);
-ms-transform: scale(1.2,1.2);
/* IE 9 */
-webkit-transform: scale(1.2,1.2);
-o-transform: scale(1.2,1.2);
}
.colorLineWrapper .palette_item.addmore:focus,
.colorLineWrapper .palette_item.addmore:hover {
color: #ffdd17;
}
.menu {
position: absolute;
background-color: #414a4b;
margin: 0;
padding: 5px;
z-index: 101;
}
.menu span.move {
width: 2px;
padding: 0px 10px 0px 5px;
line-height: 32px;
display: inline-block;
vertical-align: middle;
cursor: pointer;
cursor: -webkit-grab;
color: #BDBDBD;
position: absolute;
left: 5px;
}
.menu span.move.moving {
cursor: move;
cursor: -webkit-grabbing;
}
.menu ul {
list-style: none;
}
.menu.popupmenu > ul {
padding-left: 15px;
}
.mobile .menu ul {
padding-left: 0;
}
.menu li {
display: inline-block;
vertical-align: middle;
cursor: pointer;
}
.menu li:last-child {
padding-right: 0px;
border-right: 0px;
}
.menu li.space {
width: 4px;
}
.menu .btn-onmenu[type=toggle] span {
padding-right: 5px;
}
.menu .ui-dropdown-items {
border-top: 5px solid #01adb6;
font-weight: normal;
cursor: default;
}
.menu .ui-dropdown-items.top {
border-top: none;
border-bottom: 5px solid #ffdd17;
bottom: 30px;
}
.menu .ui-dropdown-items li {
border-right: 0px;
}
.menu .ui-dropdown-items input[type="text"],
.menu .ui-dropdown-items .btn {
height: 30px;
line-height: 30px;
}
.menu .ui-dropdown-items .btn i {
line-height: initial;
height: initial;
width: 20px;
}
.menu .ui-dropdown-items .btn-squire {
width: 60px;
height: 70px !important;
box-shadow: none;
}
.menu .ui-dropdown-items .btn-squire i {
width: initial;
}
.menu .ui-dropdown-items #sliderWrapper + input[type="text"] {
padding-left: 1px;
width: 30px;
margin-left: 5px;
}
.menu .ui-dropdown-items ul.stroke-dasharray {
margin-top: 40px;
}
.menu .ui-dropdown-items ul.stroke-dasharray li {
line-height: 30px;
}
.menu .ui-dropdown-items ul.stroke-dasharray li svg {
vertical-align: middle;
}
.menu .ui-dropdown-items ul.stroke-dasharray li svg line {
stroke: white;
}
.menu .ui-dropdown-items ul.stroke-dasharray li.applied svg line,
.menu .ui-dropdown-items ul.stroke-dasharray li:hover svg line {
stroke: #FFDD17;
}
.menu .ui-dropdown[data-action="on_linkElement"] input,
.menu .ui-dropdown[data-action="on_unlinkElement"] input {
display: block;
float: left;
width: 175px;
}
.menu .ui-dropdown[data-action="on_linkElement"] .btn,
.menu .ui-dropdown[data-action="on_unlinkElement"] .btn {
display: block;
float: left;
}
.menu .ui-dropdown[data-action="on_fontfamily"] li {
font-size: 18px;
}
.menu .ui-dropdown[data-action=on_fontfamily] li i.arrow {
position: absolute;
right: 0;
margin: 5px;
}
.menu .ui-dropdown[data-action="on_fontfamily"] li span.lang {
position: absolute;
left: 0;
font-size: 10px;
font-weight: bold;
text-transform: uppercase;
color: #626e6f;
line-height: 10px;
padding: 2px;
margin: 6px;
}
.menu .ui-dropdown[data-action="on_fontsize"] input {
background: none;
border: none;
width: 25px;
margin-right: 2px;
text-align: right;
height: 25px;
}
.more-menu {
font-size: 11pt;
margin-left: 5px;
}
.btn-onmenu {
display: inline-block;
font-weight: normal!important;
background-color: #2b3031;
height: 30px;
min-width: 30px;
line-height: 30px;
margin: 1px;
padding: 0 1px;
white-space: nowrap;
font-size: 11px !important;
}
.btn-onmenu.applied {
color: #01adb6;
}
.btn-onmenu i {
font-size: 14pt;
}
.btn-onmenu img {
width: 22px;
}
.btn.btn-onmenu.active:not(.nohover),
.btn.btn-onmenu:not(.nohover):focus,
.btn.btn-onmenu:not(.nohover):hover {
background: #01adb6;
color: black;
}
/****************** Text edit *********************/
#text-edit {
right: 0;
top: 100%;
bottom: 0;
left: 395px;
z-index: 9999;
position: fixed;
background-color: #ededed;
}
#text-edit:not(.mobile) {
border-top: 1px solid #EDEDED;
transition: top .8s;
-mz-transition: top .8s;
-webkit-transition: top .8s;
}
#text-edit.in:not(.mobile) {
top: 50px;
}
#text-edit form {
height: 100%;
}
#text-edit .text-edit-cancel,
#text-edit button {
width: 250px;
height: 50px;
display: block;
line-height: 50px;
}
#text-edit:not(.mobile) .text-edit-cancel,
#text-edit:not(.mobile) button {
margin: 0 5px;
display: inline-block;
}
#text-edit .footer {
width: 100%;
text-align: center;
}
#text-edit .value {
width: 100%;
height: calc(100% - 60px);
}
#global-zeroclipboard-html-bridge[style] {
z-index: -10 !important;
}
.ui-corner-all {
list-style: none;
color: #AAA;
}
a {
color: #ffffff;
text-decoration: none;
cursor: pointer;
}
a:hover,
a:focus {
color: #ffdd17;
text-decoration: none;
outline: none;
}
.full-size {
width: 100%;
}
.text-center {
text-align: center;
}
.grayscale {
filter: gray;
/* IE6-9 */
-webkit-filter: grayscale(100%);
/* Chrome 19+, Safari 6+, Safari 6+ iOS */
opacity: 0.6;
}
.title {
font-size: 1.4em;
font-weight: 300;
text-shadow: rgba(255, 255, 255, 0.5) 0 0 1px;
}
p {
font-weight: 300;
font-size: 1.15em;
margin: 0;
}
/* fake text*/
button[type="submit"] span {
height: 1px;
text-indent: -10000px;
display: block;
}
.checkbox {
display: table;
padding: 5px 0;
position: relative;
}
.tabs .checkbox {
padding: 0;
}
.checkbox span {
font-size: 0.8em;
vertical-align: text-bottom;
}
.tabs.mini .ui-tabs-panel .checkbox>div:first-child {
margin-right: 5px;
}
.checkbox>div:first-child {
display: inline-table;
margin-right: 10px;
}
.checkbox label {
display: table-cell;
cursor: pointer;
}
.keyboard-btn {
background-color: #aaa;
color: #fff;
padding: 2px 5px;
margin: 5px;
border-radius: 3px;
border: 1px solid white;
}
/**** Filter **********************************************************************************************************/
.filterWrapper {
padding: 0 25px;
}
.filterWrapper > input[name="filter"] {
visibility: hidden;
}
.filterWrapper .bootstrap-tagsinput {
background: transparent;
box-shadow: none;
border: 1px solid #313d43;
padding: 0px 2px;
}
.filterWrapper .bootstrap-tagsinput:after {
content: '\25BC';
position: absolute;
right: 6px;
color: #CCC;
}
.filterWrapper .bootstrap-tagsinput input {
color: #FFF;
}
.filterWrapper .bootstrap-tagsinput ul.typeahead {
left: 0 !important;
max-height: 160px;
overflow-x: hidden;
overflow-y: scroll;
width: 100% !important;
border-radius: 0px;
background: #313d43;
}
.filterWrapper .bootstrap-tagsinput ul.typeahead li a {
color: #FFF;
}
.filterWrapper .bootstrap-tagsinpu .tag.label {
cursor: pointer;
}
.filterWrapper .bootstrap-tagsinput ul.typeahead li.active a,
.filterWrapper .bootstrap-tagsinput ul.typeahead li a:hover,
.filterWrapper .bootstrap-tagsinput ul.typeahead li a:focus {
background: #2b3031;
color: #ffdd17;
}
.filterWrapper ul.filter {
list-style: none;
width: 100%;
display: inline-block;
color: #aaaaaa;
font-family: Lato;
font-weight: 300;
margin: 0;
padding: 0;
}
.filterWrapper ul.filter li {
width: 50%;
text-align: center;
float: left;
padding-top: 6px;
padding-bottom: 6px;
background: #313d43;
cursor: pointer;
}
.filterWrapper ul.filter li.col {
width: 33.33%;
text-align: left;
float: left;
height: auto;
cursor: pointer;
font-size: 0.9em;
}
[data-col="2"] .filterWrapper ul.filter li.col {
font-size: 0.8em;
}
.filterWrapper ul.filter li.col label {
margin-left: 5px;
display: inline-block;
}
.filterWrapper ul.filter.three-col li {
width: 33.33%;
}
.filterWrapper ul.filter.small-col li {
padding-top: 3px;
padding-bottom: 3px;
width: 49%;
margin: 0.45%;
}
.filterWrapper ul.filter li:hover,
.filterWrapper ul.filter li:focus,
.filterWrapper ul.filter li.active {
background: #2b3031;
color: #ffdd17;
}
.filterWrapper ul.tag {
list-style: none;
width: 100%;
display: inline-block;
text-transform: none;
font-size: 8pt;
background: #17212a;
margin-left: 1px;
position: relative;
margin-top: 2px;
}
.filterWrapper ul.tag li.item {
position: relative;
width: 32.91%;
float: left;
text-align: center;
background: #17212a;
margin-right: 1px;
margin-top: 1px;
}
.filterWrapper ul.tag li.item a {
background: #313d43;
display: inline-block;
width: 100%;
height: 100%;
}
/**** browser icons ***************************************************************************************************/
.browser-icon {
width: 128px;
height: 128px;
background-size: 128px 128px;
display: inline-block;
}
.browser-firefox {
background-image: url("../../assets/img/icon/browser/firefox.png");
}
.browser-chrome {
background-image: url("../../assets/img/icon/browser/chrome.png");
}
.browser-safari {
background-image: url("../../assets/img/icon/browser/safari.png");
}
.browser-edge {
background-image: url("../../assets/img/icon/browser/edge.png");
}
/*** input ************************************************************************************************************/
.input-icon {
position: relative;
}
.input-icon i {
position: absolute;
right: 10px;
margin-top: -10px;
top: 50%;
font-size: 20px;
color: #687678;
cursor: pointer;
}
.input-icon i:hover {
color: #ffdd37;
}
.input-icon input {
width: 100%;
padding-right: 35px;
}
input::-ms-clear {
display: none;
}
input:focus {
outline: 0;
}
input[type="text"],
input[type="email"],
input[type="number"],
input[type="url"],
.tab-content.admin select,
textarea {
border: 0;
color: #373e3f;
height: 45px;
width: 100%;
padding-left: 10px;
font-family: Lato;
font-size: 15px;
font-weight: normal;
}
input[type="text"].small,
input[type="email"].small,
input[type="number"].small,
input[type="url"].small,
.input-icon.small>div {
width: 45px;
height: 25px;
line-height: 25px;
padding-left: 3px;
border-radius: 4px;
}
textarea {
height: 155px;
padding: 10px 10px;
}
label {
padding-bottom: 10px;
display: block;
}
/* Popover */
.popover {
color: white;
background-color: rgba(15, 26, 33, 0.8);
font-weight: 300;
font-family: Lato;
font-size: 11pt;
}
.popover b {
color: #ffdd17;
}
.popover.right .arrow:after {
border-right-color: rgba(15, 26, 33, 0.7);
}
/* Scroll */
.antiscroll-wrap {
display: inline-block;
position: relative;
overflow: hidden;
width: 100%;
height: 100%;
}
.antiscroll-scrollbar {
background: rgba(122, 130, 134, 0.8);
position: absolute;
opacity: 0;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
-webkit-transition: opacity 300ms linear;
-moz-transition: opacity 300ms linear;
-o-transition: opacity 300ms linear;
}
.antiscroll-scrollbar-shown {
opacity: 1;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.antiscroll-scrollbar-horizontal {
height: 7px;
margin-left: 2px;
top: 2px;
left: 0;
}
#ik-editor .antiscroll-scrollbar-horizontal {
height: 14px;
bottom: 41px;
top: initial;
z-index: 1;
}
#ik-editor .antiscroll-scrollbar-vertical {
width: 14px;
right: 1px;
z-index: 1;
}
.antiscroll-scrollbar-vertical {
width: 7px;
margin-top: 2px;
right: 2px;
top: 0;
}
.antiscroll-inner {
position: relative;
overflow: auto;
width: 100%;
height: 100%;
}
.antiscroll-inner::-webkit-scrollbar {
width: 0;
height: 0;
}
.antiscroll-inner::scrollbar {
width: 0;
height: 0;
}
i.ft {
display: inline-block;
width: 74px !important;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}
/*** Button ***********************************************************************************************************/
.btn {
font-family: Lato,Arial,sans-serif;
text-align: center;
cursor: pointer;
font-size: 13.333px;
font-weight: bold;
border: none;
}
.btn i {
text-align: center;
vertical-align: middle;
margin: 0 5px;
}
.qq-upload-button-hover .btn,
.btn:focus,
.btn:hover,
.btn.active {
color: #ffdd17;
}
.btnWrapper {
list-style: none;
margin: 0;
padding: 0 0 0 25px;
}
.btnWrapper li {
position: relative;
display: inline-block;
}
.tab-content .btnWrapper li > a {
width: 98px;
margin: 5px;
}
.btnWrapper.full-size li {
width: 100%;
}
.btn-menu {
display: inline-table;
vertical-align: top;
color: #899595;
padding: 0;
font-size: 3vh;
text-shadow: 0 0 1px #000;
border-right: 10px solid transparent;
width: 100%;
height: 100%;
}
.btn-menu:hover,
.btn-menu:focus,
.btn-menu.active {
background-color: #414a4b;
border-right: 10px solid #ffdd17;
}
.btn-menu.btn-tag:after {
bottom: 5px;
}
.btn-squire {
position: relative;
display: inline-table;
color: #899595;
background-color: #373e3f;
width: 75px;
height: 80px;
padding: 0;
margin: 5px 8px 5px 0;
font-size: 2em;
box-shadow: inset 3px 3px 5px #2c3335;
}
.btn-squire:hover,
.btn-squire:focus,
.btn-squire.active {
color: #ffdd17;
}
.btn-squire.btn-tag:after {
word-break: break-word;
}
.btn-squire .iconWrapper {
line-height: 45px;
}
.btn-black {
display: block;
background: #373e3f;
width: 100%;
height: 30px;
line-height: 30px;
font-size: 13px;
font-weight: normal;
}
.btn-black.active,
.btn-black:hover {
background-color: #2b3031;
color: #ffdd17 !important;
}
.btn-green,
.btn-yellow,
.btn-red {
display: block;
background: #01adb6;
height: 50px;
line-height: 50px;
font-size: 13px;
}
.btn-yellow {
background: #ffdd17;
color: #595959 !important;
}
.btn-red {
background: #ff745b;
color: #595959 !important;
}
.btn-green i,
.btn-yellow i,
.btn-red i {
line-height: 45px;
height: 47px;
font-size: 20px;
}
.btn-yellow.small {
height: 27px;
line-height: 27px;
}
.btn-yellow.small i {
line-height: 27px;
height: 27px;
margin: 0;
}
.btn-green:hover,
.btn-green.active {
background-color: #ffdd17;
color: #595959 !important;
}
.btn.modalHeader {
position: absolute;
top: -40px;
left: 0;
padding: 0px 8px;
vertical-align: top;
z-index: 25;
line-height: 40px;
-moz-box-shadow: 0 10px 10px -5px #2c3335;
-webkit-box-shadow: 0 10px 10px -5px #2c3335;
box-shadow: 0 10px 10px -5px #2c3335;
}
.btn.modalHeader .action {
font-size: 1.0em;
padding: 1px 0 0 8px;
/* color: #5fe0e6; */
}
.btn-yellow:hover,
.btn-red:hover {
background-color: #01adb6;
color: #FFFFFF !important;
}
.btn-gray {
background-color: #414a4b;
}
.btn-gray:hover {
background-color: #01adb6 !important;
color: black !important;
}
.btn-gray.active {
background-color: #2b3031 !important;
color: white !important;
}
.btn-white {
color: #9d9d9d;
padding: 0 5px;
}
.btn-white:hover {
background-color: #ffdd17 !important;
color: #595959 !important;
}
.btn-white.btn-tag:hover:after,
.btn-white.btn-tag:focus:after,
.btn-white.btn-tag.active:after {
color: #595959 !important;
}
a.btn.btn-onmenu.blink,
.blink .btn-tag {
animation: blinkbackground 1s ease infinite alternate;
}
.blink .btn-tag {
border-right: 10px solid #414A4B;
}
a.btn.btn-onmenu.blink i,
.blink .btn-tag i {
animation: blinkicon 1s ease infinite alternate;
}
.blink .btn-tag:after {
animation: blinkicon 1s ease infinite alternate;
}
@keyframes blinkicon {
0% {
color: #9D9D9D;
}
100% {
color: #ffDD17;
}
}
@keyframes blinkbackground {
0% {
background-color: #2B3031;
}
100% {
background-color: #595959;
}
}
.btn-accordion {
display: block;
color: #899595;
text-align: left;
height: 59px;
font-size: 1.4em;
font-weight: normal;
text-shadow: 0 0 1px #000;
vertical-align: middle;
line-height: 45px;
}
.btn-accordion i {
width: 60px;
text-align: center;
vertical-align: middle;
line-height: 59px;
height: 59px;
font-size: 1.5em;
margin: 0;
}
.btn-accordion img {
width: 30px;
margin: 14px 13px;
}
.qq-upload-button-hover .btn-accordion,
.btn-accordion:hover,
.btn-accordion:focus,
.btn-accordion.active {
background-color: #373e3f;
border-right: 10px solid #ffdd17;
}
.icon {
width: 100%;
height: 100%;
display: inline-block;
}
.btn-accordion::after {
text-align: left;
letter-spacing: 0;
text-transform: none;
content: attr(tag);
-webkit-transition: none;
-moz-transition: none;
transition: none;
}
/* Button Tag */
.btn-tag:after {
position: relative;
display: block;
content: attr(tag);
color: #899595;
width: 100%;
left: 0;
bottom: 0;
font-size: 14px;
line-height: 13px;
font-weight: normal;
text-transform: lowercase;
letter-spacing: 0;
word-wrap: break-word;
}
.btn-tag:hover:after,
.btn-tag:focus:after,
.btn-tag.active:after {
color: #ffdd17 !important;
}
.btn .iconWrapper {
position: relative;
display: table-row;
}
.btn.black-plain i {
margin-right: 5px;
font-size: 1.2em;
}
.btn-double {
float: left;
height: 100%;
font-weight: 300;
font-size: 0.6em;
}
.btn-double .btn {
display: block;
float: left;
border-right: 1px solid #80d6db;
padding: 0 5px;
height: 100%;
}
.btn-double .btn:last-child {
border: none;
}
.btn.noshadow {
box-shadow: none;
background-color: transparent;
}
/* slider */
#sliderWrapper {
display: block;
float: left;
width: 160px;
}
#sliderWrapper .slider {
width: 100%;
margin-left: 0;
}
.ui-slider .ui-slider-handle {
top: -.8em;
width: 1.5em;
height: 1.5em;
cursor: pointer;
border-radius: 1em!important;
}
.ui-slider .ui-slider-tip {
display: none;
}
#opacity,
#strokeWidth {
float: right;
}
.page-size,
.page-count {
font-size: 13px;
color: #9d9d9d;
padding: 0 5px;
}
.page-count #current-page {
color: #01adb6;
font-size: 1.4em;
}
/**** Color Picker ****************************************************************************************************/
#jpickerOverlay {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
width: 100%;
height: 100%;
z-index: 9000;
}
#jpickerWrapper {
position: absolute;
z-index: 9001;
}
#jpickerWrapper .jPicker .Grid span.QuickColor {
background-image: none;
}
#jpickerWrapper .jPicker .Grid span.QuickColor {
border: 0;
}
#jpickerWrapper .Hex {
display: block;
float: left;
width: 99px;
}
#jpickerWrapper .Hex input {
width: 100%;
height: 32px;
text-align: center;
text-transform: uppercase;
font-family: Lato;
font-size: 13pt;
letter-spacing: 2px;
border-radius: 0;
}
#jpickerWrapper hr {
border-top: 0;
border-bottom: 1px solid rgba(0, 0, 0, 0);
margin: 7px 0 7px;
}
.jPicker .Button .Ok {
display: block;
float: left;
height: 32px;
font-family: Lato;
font-size: 11pt;
letter-spacing: 1px;
background: #ffdd17;
border: 1px solid #ffdd17;
color: black;
margin-left: 10px;
}
.jPicker .Button .Cancel {
display: none;
}
#jpickerWrapper .jPicker {
border-collapse: separate;
border-spacing: 10px;
background-color: #2b3031;
border: 0;
}
#jpickerWrapper .jPicker div.Map {
border: none;
}
#jpickerWrapper .jPicker div.Map1 {
border: none;
}
/**** Search ****/
.tool-search {
position: relative;
margin-bottom: 10px;
border: 1px solid #313d43;
}
.tab-content.admin select,
.tool-search input {
background: transparent;
box-shadow: none;
color: white;
}
.tool-search button {
position: absolute;
right: 0;
top: 50%;
margin-top: -15px;
height: 30px;
font-size: 20px;
color: #687678;
cursor: pointer;
background: none;
border: 0;
}
.tool-search button:hover {
color: #ffdd37;
}
/**** Tagsinput ****/
.bootstrap-tagsinput {
border-radius: 0;
background-color: #fff;
display: inline-block;
padding: 5px;
text-align: left;
width: 100%;
line-height: 30px;
box-shadow: inset 3px 3px 6px #cecece;
}
.bootstrap-tagsinput input {
box-shadow: none;
}
.bootstrap-tagsinput .tag {
margin-right: 2px;
color: white;
background-color: #595959;
padding: 5px;
font-size: 0.9em;
white-space: nowrap;
}
.bootstrap-tagsinput input[type="text"] {
height: 30px;
}
.bootstrap-tagsinput .tag [data-role="remove"] {
color: #5fe0e6;
}
/* toastr */
.desktop.toast-top-left {
top: 50px !important;
left: 395px !important;
}
#toast-container > div {
opacity: 1;
box-shadow: 1px 2px 2px rgba(0,0,0,.1);
border-radius: 0;
}
#toast-container > :hover {
box-shadow: 1px 2px 2px rgba(0,0,0,.4);
}
#toast-container > .toast-info {
background-color: #01ADB6;
}
#toast-container > .toast-error {
background-color: #D0615B;
}
#toast-container > .toast {
background-image: none !important;
}
#toast-container .toast-message > .restriction:before {
float: left;
color: #FFF;
font-size: 24px;
position: fixed;
content: "\f13e";
line-height: 18px;
padding-right: 0.5em;
font-family: FontAwesome;
margin: auto 0.5em auto -1.5em;
}
/* row tabs */
.ui-tabs {
background: transparent;
border: none;
}
.ui-tabs-panel {
background: transparent;
border: none;
border-top: 3px solid #01adb6;
color: #E5E5E5;
text-align: left;
font-size: 14px;
padding: 10px;
}
.tabs.mini .ui-tabs-panel {
padding: 10px 0 5px 0;
border: none;
border-bottom: 1px solid #313d43;
color: #9d9d9d;
margin-bottom: 15px;
}
.tabs.mini .ui-tabs-panel a {
color: #9d9d9d;
}
.tabs.mini .ui-tabs-panel .iradio_square-yellow {
transform: scale(0.8);
}
.ui-tabs-panel section:first-child {
padding-top: 0;
}
.ui-tabs-panel section {
padding-top: 10px;
}
.ui-tabs-panel section .buttons a {
height: 33px;
vertical-align: top;
width: 124px;
font-size: 1.5em;
padding: 5px 0;
margin-bottom: 8px;
text-align: center;
display: inline-block;
}
.ui-tabs-panel section .buttons a:hover {
color: #EEE;
opacity: .8;
}
.ui-tabs-panel section .buttons a:nth-child(odd) {
margin-right: 8px;
}
.ui-tabs-panel section .buttons a.pinterest {
background: #C92228;
}
.ui-tabs-panel section .buttons a.facebook {
background: #3c5c97;
}
.ui-tabs-panel section .buttons a.linkedin {
background: #0074ad;
}
.ui-tabs-panel section .buttons a.twitter {
background: #60aed0;
}
.ui-tabs-panel section .buttons a.google {
background: #DB4437;
}
.ui-tabs-panel section .buttons a.email {
background: #23b87e;
}
.ui-tabs-panel section .buttons a.embed {
background: #ffc541;
}
.ui-tabs-panel h3 {
color: white;
padding: 10px 0;
letter-spacing: 0.5px;
}
.ui-tabs-panel h3 > span {
color: #01ADB6;
}
.tabs.mini ul.ui-tabs-nav li {
margin: initial;
min-width: initial;
}
.tabs.mini ul.ui-tabs-nav li.ui-state-default {
font-weight: initial;
}
ul.ui-tabs-nav {
padding: 0 1px;
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}
ul.ui-tabs-nav li {
background: transparent !important;
list-style: none;
border: none !important;
min-width: 85px;
text-align: center;
vertical-align: middle;
display: block;
}
.tabs.mini ul.ui-tabs-nav li a {
color: black;
padding: 0;
height: initial;
line-height: initial;
}
.tabs.mini ul.ui-tabs-nav li:not(:last-child) a {
padding: 0 8px 0 0;
border-right: 1px solid black;
}
ul.ui-tabs-nav li a {
display: block;
height: 40px;
line-height: 30px;
font-size: 12px;
padding: 5px 0;
font-weight: 100;
}
ul.ui-tabs-nav li a i {
margin-right: 3px;
font-size: 2em;
vertical-align: middle;
}
ul.ui-tabs-nav li a span {
vertical-align: middle;
}
.tabs.mini ul.ui-tabs-nav li.ui-tabs-active a {
background: none;
color: #ffdd17;
text-decoration: underline;
outline: none;
}
ul.ui-tabs-nav li.ui-tabs-active a {
background: #01adb6;
outline: 3px solid #01adb6;
color: #2b3031;
}
.tabs.mini ul.ui-tabs-nav li a:hover {
background-color: initial;
outline: none;
}
ul.ui-tabs-nav li a:hover {
outline: 3px solid #01adb6;
color: #FFFFFF;
}
.expand-panel {
margin: 10px 0;
}
.expand-panel .expand-button {
display: block;
margin-bottom: 10px;
color: #aaa;
}
.expand-panel .expand-button.active {
color: #01adb6;
}
.expand-panel .expand-button:hover {
color: #ffdd17;
}
.expand-panel .expand-content {
display: none;
}
.fontList .fontItem {
display: block;
background-image: url("../../assets/img/editor/fontlist.png");
background-repeat-x: no-repeat;
min-width: 300px;
min-height: 30px;
}
.fontList .fontItem:hover {
background-image: url("../../assets/img/editor/fontlist_hover.png");
}
.fontList .fontItem[font-family="Abril Fatface"] {
background-position-y: -0px;
}
.fontList .fontItem[font-family="Alegreya SC"] {
background-position-y: -30px;
}
.fontList .fontItem[font-family="Alfa Slab One"] {
background-position-y: -60px;
}
.fontList .fontItem[font-family="Alike"] {
background-position-y: -90px;
}
.fontList .fontItem[font-family="Allerta"] {
background-position-y: -120px;
}
.fontList .fontItem[font-family="Allerta Stencil"] {
background-position-y: -150px;
}
.fontList .fontItem[font-family="Allura"] {
background-position-y: -180px;
}
.fontList .fontItem[font-family="Amaranth"] {
background-position-y: -210px;
}
.fontList .fontItem[font-family="Amatic SC"] {
background-position-y: -240px;
}
.fontList .fontItem[font-family="Antic"] {
background-position-y: -270px;
}
.fontList .fontItem[font-family="Anton"] {
background-position-y: -300px;
}
.fontList .fontItem[font-family="Architects Daughter"] {
background-position-y: -330px;
}
.fontList .fontItem[font-family="Archivo Narrow"] {
background-position-y: -360px;
}
.fontList .fontItem[font-family="Arimo"] {
background-position-y: -390px;
}
.fontList .fontItem[font-family="Arvo"] {
background-position-y: -420px;
}
.fontList .fontItem[font-family="Autour One"] {
background-position-y: -450px;
}
.fontList .fontItem[font-family="Belleza"] {
background-position-y: -480px;
}
.fontList .fontItem[font-family="Berkshire Swash"] {
background-position-y: -510px;
}
.fontList .fontItem[font-family="Bigelow Rules"] {
background-position-y: -540px;
}
.fontList .fontItem[font-family="Black Ops One"] {
background-position-y: -570px;
}
.fontList .fontItem[font-family="Butcherman"] {
background-position-y: -600px;
}
.fontList .fontItem[font-family="Cabin Sketch"] {
background-position-y: -630px;
}
.fontList .fontItem[font-family="Cantata One"] {
background-position-y: -660px;
}
.fontList .fontItem[font-family="Cantora One"] {
background-position-y: -690px;
}
.fontList .fontItem[font-family="Carter One"] {
background-position-y: -720px;
}
.fontList .fontItem[font-family="Chelsea Market"] {
background-position-y: -750px;
}
.fontList .fontItem[font-family="Cherry Swash"] {
background-position-y: -780px;
}
.fontList .fontItem[font-family="Chewy"] {
background-position-y: -810px;
}
.fontList .fontItem[font-family="Cinzel"] {
background-position-y: -840px;
}
.fontList .fontItem[font-family="Clicker Script"] {
background-position-y: -870px;
}
.fontList .fontItem[font-family="Coda Caption:800"] {
background-position-y: -900px;
}
.fontList .fontItem[font-family="Codystar"] {
background-position-y: -930px;
}
.fontList .fontItem[font-family="Coming Soon"] {
background-position-y: -960px;
}
.fontList .fontItem[font-family="Courgette"] {
background-position-y: -990px;
}
.fontList .fontItem[font-family="Coustard"] {
background-position-y: -1020px;
}
.fontList .fontItem[font-family="<NAME>"] {
background-position-y: -1050px;
}
.fontList .fontItem[font-family="Creepster"] {
background-position-y: -1080px;
}
.fontList .fontItem[font-family="Crushed"] {
background-position-y: -1110px;
}
.fontList .fontItem[font-family="Dancing Script"] {
background-position-y: -1140px;
}
.fontList .fontItem[font-family="Devonshire"] {
background-position-y: -1170px;
}
.fontList .fontItem[font-family="Diplomata SC"] {
background-position-y: -1200px;
}
.fontList .fontItem[font-family="Dr Sugiyama"] {
background-position-y: -1230px;
}
.fontList .fontItem[font-family="Dr Sugiyama"] {
background-position-y: -1260px;
}
.fontList .fontItem[font-family="Droid Serif"] {
background-position-y: -1290px;
}
.fontList .fontItem[font-family="EconomicaEmilys Candy"] {
background-position-y: -1320px;
}
.fontList .fontItem[font-family="Engagement"] {
background-position-y: -1350px;
}
.fontList .fontItem[font-family="Euphoria Script"] {
background-position-y: -1380px;
}
.fontList .fontItem[font-family="Fenix"] {
background-position-y: -1410px;
}
.fontList .fontItem[font-family="Flamenco"] {
background-position-y: -1440px;
}
.fontList .fontItem[font-family="Fondamento"] {
background-position-y: -1470px;
}
.fontList .fontItem[font-family="Freckle Face"] {
background-position-y: -1500px;
}
.fontList .fontItem[font-family="Fredoka One"] {
background-position-y: -1530px;
}
.fontList .fontItem[font-family="Frijole"] {
background-position-y: -1560px;
}
.fontList .fontItem[font-family="Germania One"] {
background-position-y: -1590px;
}
.fontList .fontItem[font-family="Glass Antiqua"] {
background-position-y: -1620px;
}
.fontList .fontItem[font-family="Glegoo"] {
background-position-y: -1650px;
}
.fontList .fontItem[font-family="Gochi Hand"] {
background-position-y: -1680px;
}
.fontList .fontItem[font-family="Graduate"] {
background-position-y: -1710px;
}
.fontList .fontItem[font-family="Grand Hotel"] {
background-position-y: -1740px;
}
.fontList .fontItem[font-family="Great Vibes"] {
background-position-y: -1770px;
}
.fontList .fontItem[font-family="Great Vibes"] {
background-position-y: -1800px;
}
.fontList .fontItem[font-family="Gruppo"] {
background-position-y: -1830px;
}
.fontList .fontItem[font-family="Gudea"] {
background-position-y: -1860px;
}
.fontList .fontItem[font-family="Hammersmith One"] {
background-position-y: -1890px;
}
.fontList .fontItem[font-family="Helvetica"] {
background-position-y: -1920px;
}
.fontList .fontItem[font-family="IM Fell English SC"] {
background-position-y: -1950px;
}
.fontList .fontItem[font-family="Josefin Sans"] {
background-position-y: -1980px;
}
.fontList .fontItem[font-family="Joti One"] {
background-position-y: -2010px;
}
.fontList .fontItem[font-family="Julius Sans One"] {
background-position-y: -2040px;
}
.fontList .fontItem[font-family="Kite One"] {
background-position-y: -2070px;
}
.fontList .fontItem[font-family="Knewave"] {
background-position-y: -2100px;
}
.fontList .fontItem[font-family="Lato"] {
background-position-y: -2130px;
}
.fontList .fontItem[font-family="Lemon"] {
background-position-y: -2160px;
}
.fontList .fontItem[font-family="Libre Baskerville"] {
background-position-y: -2190px;
}
.fontList .fontItem[font-family="Lilita One"] {
background-position-y: -2220px;
}
.fontList .fontItem[font-family="Lily Script One"] {
background-position-y: -2250px;
}
.fontList .fontItem[font-family="Limelight"] {
background-position-y: -2280px;
}
.fontList .fontItem[font-family="Lobster"] {
background-position-y: -2310px;
}
.fontList .fontItem[font-family="Londrina Outline"] {
background-position-y: -2340px;
}
.fontList .fontItem[font-family="Londrina Shadow"] {
background-position-y: -2370px;
}
.fontList .fontItem[font-family="Londrina Sketch"] {
background-position-y: -2400px;
}
.fontList .fontItem[font-family="Lora"] {
background-position-y: -2430px;
}
.fontList .fontItem[font-family="Love Ya Like A Sister"] {
background-position-y: -2460px;
}
.fontList .fontItem[font-family="Lustria"] {
background-position-y: -2490px;
}
.fontList .fontItem[font-family="Megrim"] {
background-position-y: -2520px;
}
.fontList .fontItem[font-family="Miltonian Tattoo"] {
background-position-y: -2550px;
}
.fontList .fontItem[font-family="Mr Dafoe"] {
background-position-y: -2580px;
}
.fontList .fontItem[font-family="Mystery Quest"] {
background-position-y: -2610px;
}
.fontList .fontItem[font-family="Niconne"] {
background-position-y: -2640px;
}
.fontList .fontItem[font-family="Nixie One"] {
background-position-y: -2670px;
}
.fontList .fontItem[font-family="Nunito"] {
background-position-y: -2700px;
}
.fontList .fontItem[font-family="Open Sans"] {
background-position-y: -2730px;
}
.fontList .fontItem[font-family="Oregano"] {
background-position-y: -2760px;
}
.fontList .fontItem[font-family="Over the Rainbow"] {
background-position-y: -2790px;
}
.fontList .fontItem[font-family="PT Sans"] {
background-position-y: -2820px;
}
.fontList .fontItem[font-family="PT Serif"] {
background-position-y: -2850px;
}
.fontList .fontItem[font-family="Pacifico"] {
background-position-y: -2880px;
}
.fontList .fontItem[font-family="Parisienne"] {
background-position-y: -2910px;
}
.fontList .fontItem[font-family="Permanent Marker"] {
background-position-y: -2940px;
}
.fontList .fontItem[font-family="Permanent Marker"] {
background-position-y: -2970px;
}
.fontList .fontItem[font-family="Pinyon Script"] {
background-position-y: -3000px;
}
.fontList .fontItem[font-family="Playfair Display SC"] {
background-position-y: -3030px;
}
.fontList .fontItem[font-family="Prata"] {
background-position-y: -3060px;
}
.fontList .fontItem[font-family="Princess Sofia"] {
background-position-y: -3090px;
}
.fontList .fontItem[font-family="Prosto One"] {
background-position-y: -3120px;
}
.fontList .fontItem[font-family="Quando"] {
background-position-y: -3150px;
}
.fontList .fontItem[font-family="Quattrocentro"] {
background-position-y: -3180px;
}
.fontList .fontItem[font-family="Qwigley"] {
background-position-y: -3210px;
}
.fontList .fontItem[font-family="Racing Sans One"] {
background-position-y: -3240px;
}
.fontList .fontItem[font-family="Raleway"] {
background-position-y: -3270px;
}
.fontList .fontItem[font-family="Ribeye"] {
background-position-y: -3300px;
}
.fontList .fontItem[font-family="Ribeye Marrow"] {
background-position-y: -3330px;
}
.fontList .fontItem[font-family="Roboto"] {
background-position-y: -3360px;
}
.fontList .fontItem[font-family="Roboto Condensed"] {
background-position-y: -3390px;
}
.fontList .fontItem[font-family="Rock Salt"] {
background-position-y: -3420px;
}
.fontList .fontItem[font-family="Rokkitt"] {
background-position-y: -3450px;
}
.fontList .fontItem[font-family="Rosario"] {
background-position-y: -3480px;
}
.fontList .fontItem[font-family="Rum Raisin"] {
background-position-y: -3510px;
}
.fontList .fontItem[font-family="Rum Raisin"] {
background-position-y: -3540px;
}
.fontList .fontItem[font-family="Ruthie"] {
background-position-y: -3570px;
}
.fontList .fontItem[font-family="Rye"] {
background-position-y: -3600px;
}
.fontList .fontItem[font-family="Sacramento"] {
background-position-y: -3630px;
}
.fontList .fontItem[font-family="Sanchez"] {
background-position-y: -3660px;
}
.fontList .fontItem[font-family="Satisfy"] {
background-position-y: -3690px;
}
.fontList .fontItem[font-family="Schoolbell"] {
background-position-y: -3720px;
}
.fontList .fontItem[font-family="Shadows Into Light"] {
background-position-y: -3750px;
}
.fontList .fontItem[font-family="Share Tech"] {
background-position-y: -3780px;
}
.fontList .fontItem[font-family="Share Tech Mono"] {
background-position-y: -3810px;
}
.fontList .fontItem[font-family="Six Caps"] {
background-position-y: -3840px;
}
.fontList .fontItem[font-family="Sniglet"] {
background-position-y: -3870px;
}
.fontList .fontItem[font-family="Special Elite"] {
background-position-y: -3900px;
}
.fontList .fontItem[font-family="Stalemate"] {
background-position-y: -3930px;
}
.fontList .fontItem[font-family="Stint Ultra Expanded"] {
background-position-y: -3960px;
}
.fontList .fontItem[font-family="Stoke"] {
background-position-y: -3990px;
}
.fontList .fontItem[font-family="Tangerine"] {
background-position-y: -4020px;
}
.fontList .fontItem[font-family="Text Me One"] {
background-position-y: -4050px;
}
.fontList .fontItem[font-family="The Girl Next Door"] {
background-position-y: -4080px;
}
.fontList .fontItem[font-family="Trocchi"] {
background-position-y: -4110px;
}
.fontList .fontItem[font-family="Trykker"] {
background-position-y: -4140px;
}
.fontList .fontItem[font-family="Ultra"] {
background-position-y: -4170px;
}
.fontList .fontItem[font-family="UnifrakturMaguntia"] {
background-position-y: -4200px;
}
.fontList .fontItem[font-family="VT323"] {
background-position-y: -4230px;
}
.fontList .fontItem[font-family="Vampiro One"] {
background-position-y: -4260px;
}
.fontList .fontItem[font-family="Vast Shadow"] {
background-position-y: -4290px;
}
.fontList .fontItem[font-family="Vidaloka"] {
background-position-y: -4320px;
}
.fontList .fontItem[font-family="Volkhov"] {
background-position-y: -4350px;
}
.fontList .fontItem[font-family="Yellowtail"] {
background-position-y: -4380px;
}
.fontList .fontItem[font-family="Abril Fatface"] {
background-position-y: -4410px;
}
.fontList .fontItem[font-family="Alegreya SC"] {
background-position-y: -4440px;
}
.fontList .fontItem[font-family="Alfa Slab One"] {
background-position-y: -4470px;
}
.fontList .fontItem[font-family="Alike"] {
background-position-y: -4500px;
}
.fontList .fontItem[font-family="Allerta"] {
background-position-y: -4530px;
}
.fontList .fontItem[font-family="Allerta Stencil"] {
background-position-y: -4560px;
}
.fontList .fontItem[font-family="Allura"] {
background-position-y: -4590px;
}
.fontList .fontItem[font-family="Amaranth"] {
background-position-y: -4620px;
}
.fontList .fontItem[font-family="Amatic SC"] {
background-position-y: -4650px;
}
.fontList .fontItem[font-family="Antic"] {
background-position-y: -4680px;
}
.fontList .fontItem[font-family="Anton"] {
background-position-y: -4710px;
}
.fontList .fontItem[font-family="Architects Daughter"] {
background-position-y: -4740px;
}
.fontList .fontItem[font-family="Archivo Narrow"] {
background-position-y: -4770px;
}
.fontList .fontItem[font-family="Arimo"] {
background-position-y: -4800px;
}
.fontList .fontItem[font-family="Arvo"] {
background-position-y: -4830px;
}
.fontList .fontItem[font-family="Autour One"] {
background-position-y: -4860px;
}
.fontList .fontItem[font-family="Belleza"] {
background-position-y: -4890px;
}
.fontList .fontItem[font-family="Berkshire Swash"] {
background-position-y: -4920px;
}
.fontList .fontItem[font-family="Bigelow Rules"] {
background-position-y: -4950px;
}
.fontList .fontItem[font-family="Black Ops One"] {
background-position-y: -4980px;
}
.fontList .fontItem[font-family="Butcherman"] {
background-position-y: -5010px;
}
.fontList .fontItem[font-family="Cabin Sketch"] {
background-position-y: -5040px;
}
.fontList .fontItem[font-family="Cantata One"] {
background-position-y: -5070px;
}
.fontList .fontItem[font-family="Cantora One"] {
background-position-y: -5100px;
}
.fontList .fontItem[font-family="Carter One"] {
background-position-y: -5130px;
}
.fontList .fontItem[font-family="Chelsea Market"] {
background-position-y: -5160px;
}
.fontList .fontItem[font-family="Cherry Swash"] {
background-position-y: -5190px;
}
.fontList .fontItem[font-family="Chewy"] {
background-position-y: -5220px;
}
.fontList .fontItem[font-family="Cinzel"] {
background-position-y: -5250px;
}
.fontList .fontItem[font-family="Clicker Script"] {
background-position-y: -5280px;
}
.fontList .fontItem[font-family="Coda Caption:800"] {
background-position-y: -5310px;
}
.fontList .fontItem[font-family="Codystar"] {
background-position-y: -5340px;
}
.fontList .fontItem[font-family="Coming Soon"] {
background-position-y: -5370px;
}
.fontList .fontItem[font-family="Courgette"] {
background-position-y: -5400px;
}
.fontList .fontItem[font-family="Coustard"] {
background-position-y: -5430px;
}
.fontList .fontItem[font-family="Crafty Girls"] {
background-position-y: -5460px;
}
.fontList .fontItem[font-family="Creepster"] {
background-position-y: -5490px;
}
.fontList .fontItem[font-family="Crushed"] {
background-position-y: -5520px;
}
.fontList .fontItem[font-family="Dancing Script"] {
background-position-y: -5550px;
}
.fontList .fontItem[font-family="Devonshire"] {
background-position-y: -5580px;
}
.fontList .fontItem[font-family="Diplomata SC"] {
background-position-y: -5610px;
}
.fontList .fontItem[font-family="<NAME>"] {
background-position-y: -5640px;
}
.fontList .fontItem[font-family="<NAME>"] {
background-position-y: -5670px;
}
.fontList .fontItem[font-family="Droid Serif"] {
background-position-y: -5700px;
}
.fontList .fontItem[font-family="EconomicaEmilys Candy"] {
background-position-y: -5730px;
}
.fontList .fontItem[font-family="Engagement"] {
background-position-y: -5760px;
}
.fontList .fontItem[font-family="Euphoria Script"] {
background-position-y: -5790px;
}
.fontList .fontItem[font-family="Fenix"] {
background-position-y: -5820px;
}
.fontList .fontItem[font-family="Flamenco"] {
background-position-y: -5850px;
}
.fontList .fontItem[font-family="Fondamento"] {
background-position-y: -5880px;
}
.fontList .fontItem[font-family="Freckle Face"] {
background-position-y: -5910px;
}
.fontList .fontItem[font-family="Fredoka One"] {
background-position-y: -5940px;
}
.fontList .fontItem[font-family="Frijole"] {
background-position-y: -5970px;
}
.fontList .fontItem[font-family="Germania One"] {
background-position-y: -6000px;
}
.fontList .fontItem[font-family="Glass Antiqua"] {
background-position-y: -6030px;
}
.fontList .fontItem[font-family="Glegoo"] {
background-position-y: -6060px;
}
.fontList .fontItem[font-family="Gochi Hand"] {
background-position-y: -6090px;
}
.fontList .fontItem[font-family="Graduate"] {
background-position-y: -6120px;
}
.fontList .fontItem[font-family="Grand Hotel"] {
background-position-y: -6150px;
}
.fontList .fontItem[font-family="Great Vibes"] {
background-position-y: -6180px;
}
.fontList .fontItem[font-family="Great Vibes"] {
background-position-y: -6210px;
}
.fontList .fontItem[font-family="Gruppo"] {
background-position-y: -6240px;
}
.fontList .fontItem[font-family="Gudea"] {
background-position-y: -6270px;
}
.fontList .fontItem[font-family="Hammersmith One"] {
background-position-y: -6300px;
}
.fontList .fontItem[font-family="Helvetica"] {
background-position-y: -6330px;
}
.fontList .fontItem[font-family="IM Fell English SC"] {
background-position-y: -6360px;
}
.fontList .fontItem[font-family="Josefin Sans"] {
background-position-y: -6390px;
}
.fontList .fontItem[font-family="Joti One"] {
background-position-y: -6420px;
}
.fontList .fontItem[font-family="Julius Sans One"] {
background-position-y: -6450px;
}
.fontList .fontItem[font-family="Kite One"] {
background-position-y: -6480px;
}
.fontList .fontItem[font-family="Knewave"] {
background-position-y: -6510px;
}
.fontList .fontItem[font-family="Lato"] {
background-position-y: -6540px;
}
.fontList .fontItem[font-family="Lemon"] {
background-position-y: -6570px;
}
.fontList .fontItem[font-family="Libre Baskerville"] {
background-position-y: -6600px;
}
.fontList .fontItem[font-family="Lilita One"] {
background-position-y: -6630px;
}
.fontList .fontItem[font-family="Lily Script One"] {
background-position-y: -6660px;
}
.fontList .fontItem[font-family="Limelight"] {
background-position-y: -6690px;
}
.fontList .fontItem[font-family="Lobster"] {
background-position-y: -6720px;
}
.fontList .fontItem[font-family="Londrina Outline"] {
background-position-y: -6750px;
}
.fontList .fontItem[font-family="Londrina Shadow"] {
background-position-y: -6780px;
}
.fontList .fontItem[font-family="Londrina Sketch"] {
background-position-y: -6810px;
}
.fontList .fontItem[font-family="Lora"] {
background-position-y: -6840px;
}
.fontList .fontItem[font-family="Love Ya Like A Sister"] {
background-position-y: -6870px;
}
.fontList .fontItem[font-family="Lustria"] {
background-position-y: -6900px;
}
.fontList .fontItem[font-family="Megrim"] {
background-position-y: -6930px;
}
.fontList .fontItem[font-family="Miltonian Tattoo"] {
background-position-y: -6960px;
}
.fontList .fontItem[font-family="Mr Dafoe"] {
background-position-y: -6990px;
}
.fontList .fontItem[font-family="Mystery Quest"] {
background-position-y: -7020px;
}
.fontList .fontItem[font-family="Niconne"] {
background-position-y: -7050px;
}
.fontList .fontItem[font-family="Nixie One"] {
background-position-y: -7080px;
}
.fontList .fontItem[font-family="Nunito"] {
background-position-y: -7110px;
}
.fontList .fontItem[font-family="Open Sans"] {
background-position-y: -7140px;
}
.fontList .fontItem[font-family="Oregano"] {
background-position-y: -7170px;
}
.fontList .fontItem[font-family="Over the Rainbow"] {
background-position-y: -7200px;
}
.fontList .fontItem[font-family="PT Sans"] {
background-position-y: -7230px;
}
.fontList .fontItem[font-family="PT Serif"] {
background-position-y: -7260px;
}
.fontList .fontItem[font-family="Pacifico"] {
background-position-y: -7290px;
}
.fontList .fontItem[font-family="Parisienne"] {
background-position-y: -7320px;
}
.fontList .fontItem[font-family="Permanent Marker"] {
background-position-y: -7350px;
}
.fontList .fontItem[font-family="Permanent Marker"] {
background-position-y: -7380px;
}
.fontList .fontItem[font-family="Pinyon Script"] {
background-position-y: -7410px;
}
.fontList .fontItem[font-family="Playfair Display SC"] {
background-position-y: -7440px;
}
.fontList .fontItem[font-family="Prata"] {
background-position-y: -7470px;
}
.fontList .fontItem[font-family="Princess Sofia"] {
background-position-y: -7500px;
}
.fontList .fontItem[font-family="Prosto One"] {
background-position-y: -7530px;
}
.fontList .fontItem[font-family="Quando"] {
background-position-y: -7560px;
}
.fontList .fontItem[font-family="Quattrocentro"] {
background-position-y: -7590px;
}
.fontList .fontItem[font-family="Qwigley"] {
background-position-y: -7620px;
}
.fontList .fontItem[font-family="Racing Sans One"] {
background-position-y: -7650px;
}
.fontList .fontItem[font-family="Raleway"] {
background-position-y: -7680px;
}
.fontList .fontItem[font-family="Ribeye"] {
background-position-y: -7710px;
}
.fontList .fontItem[font-family="Ribeye Marrow"] {
background-position-y: -7740px;
}
.fontList .fontItem[font-family="Roboto"] {
background-position-y: -7770px;
}
.fontList .fontItem[font-family="Roboto Condensed"] {
background-position-y: -7800px;
}
.fontList .fontItem[font-family="Rock Salt"] {
background-position-y: -7830px;
}
.fontList .fontItem[font-family="Rokkitt"] {
background-position-y: -7860px;
}
.fontList .fontItem[font-family="Rosario"] {
background-position-y: -7890px;
}
.fontList .fontItem[font-family="Rum Raisin"] {
background-position-y: -7920px;
}
.fontList .fontItem[font-family="Rum Raisin"] {
background-position-y: -7950px;
}
.fontList .fontItem[font-family="Ruthie"] {
background-position-y: -7980px;
}
.fontList .fontItem[font-family="Rye"] {
background-position-y: -8010px;
}
.fontList .fontItem[font-family="Sacramento"] {
background-position-y: -8040px;
}
.fontList .fontItem[font-family="Sanchez"] {
background-position-y: -8070px;
}
.fontList .fontItem[font-family="Satisfy"] {
background-position-y: -8100px;
}
.fontList .fontItem[font-family="Schoolbell"] {
background-position-y: -8130px;
}
.fontList .fontItem[font-family="Shadows Into Light"] {
background-position-y: -8160px;
}
.fontList .fontItem[font-family="Share Tech"] {
background-position-y: -8190px;
}
.fontList .fontItem[font-family="Share Tech Mono"] {
background-position-y: -8220px;
}
.fontList .fontItem[font-family="Six Caps"] {
background-position-y: -8250px;
}
.fontList .fontItem[font-family="Sniglet"] {
background-position-y: -8280px;
}
.fontList .fontItem[font-family="Special Elite"] {
background-position-y: -8310px;
}
.fontList .fontItem[font-family="Stalemate"] {
background-position-y: -8340px;
}
.fontList .fontItem[font-family="Stint Ultra Expanded"] {
background-position-y: -8370px;
}
.fontList .fontItem[font-family="Stoke"] {
background-position-y: -8400px;
}
.fontList .fontItem[font-family="Tangerine"] {
background-position-y: -8430px;
}
.fontList .fontItem[font-family="Text Me One"] {
background-position-y: -8460px;
}
.fontList .fontItem[font-family="The Girl Next Door"] {
background-position-y: -8490px;
}
.fontList .fontItem[font-family="Trocchi"] {
background-position-y: -8520px;
}
.fontList .fontItem[font-family="Trykker"] {
background-position-y: -8550px;
}
.fontList .fontItem[font-family="Ultra"] {
background-position-y: -8580px;
}
.fontList .fontItem[font-family="UnifrakturMaguntia"] {
background-position-y: -8610px;
}
.fontList .fontItem[font-family="VT323"] {
background-position-y: -8640px;
}
.fontList .fontItem[font-family="Vampiro One"] {
background-position-y: -8670px;
}
.fontList .fontItem[font-family="Vast Shadow"] {
background-position-y: -8700px;
}
.fontList .fontItem[font-family="Vidaloka"] {
background-position-y: -8730px;
}
.fontList .fontItem[font-family="Volkhov"] {
background-position-y: -8760px;
}
.fontList .fontItem[font-family="Yellowtail"] {
background-position-y: -8790px;
}
@font-face {
font-family: 'Editor';
src: url("../../assets/css/editor/fonts/icomoon.eot?67813fb");
src: url("../../assets/css/editor/fonts/icomoon.eot?#iefix67813fb") format('embedded-opentype'),
url("../../assets/css/editor/fonts/icomoon.ttf?67813fb") format('truetype'),
url("../../assets/css/editor/fonts/icomoon.woff?67813fb") format('woff'),
url("../../assets/css/editor/fonts/icomoon.svg?67813fb#icomoon") format('svg');
font-weight: normal;
font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
/* use !important to prevent issues with browser extensions that change fonts */
display: inline-block;
font-family: 'Editor' !important;
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;
}
/* CUSTOM PURE CSS ICONS */
i.icon-stop.desygner-icon-rect {
width: 50%;
background: #899595;
height: 25px;
}
i.icon-circle-thin.desygner-icon-ellips {
background: #899595;
border-radius: 50%;
width: 50%;
}
.btn-squire.active i.desygner-icon-ellips,
.btn-squire:focus i.desygner-icon-ellips,
.btn-squire:hover i.desygner-icon-ellips,
.btn-squire.active i.desygner-icon-rect,
.btn-squire:focus i.desygner-icon-rect,
.btn-squire:hover i.desygner-icon-rect {
background: #ffdd17;
}
.icon-lg {
font-size: 1.3333333333333333em;
line-height: 0.75em;
vertical-align: -15%;
}
.icon-2x {
font-size: 2em;
}
.icon-3x {
font-size: 3em;
}
.icon-4x {
font-size: 4em;
}
.icon-5x {
font-size: 5em;
}
.icon-rotate-90 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.icon-rotate-180 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.icon-rotate-270 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg);
}
.icon-fbk:before {
content: "\f082";
}
.icon-in:before {
content: "\f16d";
}
.icon-fl:before {
content: "\f16e";
}
.icon-twr:before {
content: "\f099";
}
.icon-gp:before {
content: "\f0d5";
}
.icon-lin:before {
content: "\f0e1";
}
.icon-db:before {
content: "\e909";
}
.icon-gd:before {
content: "\e90a";
}
/* DATA from https://icomoon.io/app/#/select/font ****DO NOT EDIT****/
.icon-img_reposition:before {
content: "\e911";
}
.icon-lower_case:before {
content: "\e900";
}
.icon-order_bottom:before {
content: "\e901";
}
.icon-order_down:before {
content: "\e90b";
}
.icon-order_top:before {
content: "\e90d";
}
.icon-order_up:before {
content: "\e90e";
}
.icon-upper_case:before {
content: "\e90f";
}
.icon-align_left:before {
content: "\e914";
}
.icon-align_center:before {
content: "\e915";
}
.icon-align_right:before {
content: "\e916";
}
.icon-align_txt_open-4:before {
content: "\e917";
}
.icon-aligns_txt:before {
content: "\e918";
}
.icon-bold2:before {
content: "\e919";
}
.icon-bullets:before {
content: "\e91a";
}
.icon-change_case:before {
content: "\e91b";
}
.icon-font2:before {
content: "\e91e";
}
.icon-italic2:before {
content: "\e91f";
}
.icon-spacing_1:before {
content: "\e921";
}
.icon-txt_edit:before {
content: "\e923";
}
.icon-typewriter:before {
content: "\e924";
}
.icon-underline2:before {
content: "\e925";
}
.icon-fill:before {
content: "\e926";
}
.icon-convert_img:before {
content: "\e927";
}
.icon-fliph:before {
content: "\e928";
}
.icon-flipv:before {
content: "\e929";
}
.icon-stroke_colour:before {
content: "\e92a";
}
.icon-stroke:before {
content: "\e92b";
}
.icon-aligns:before {
content: "\e913";
}
.icon-aligns_ch:before {
content: "\e92c";
}
.icon-aligns_cv:before {
content: "\e92d";
}
.icon-aligns_left:before {
content: "\e92e";
}
.icon-aligns_right:before {
content: "\e92f";
}
.icon-aligns_top:before {
content: "\e930";
}
.icon-aligns_bottom:before {
content: "\e931";
}
.icon-bin2:before {
content: "\e932";
}
.icon-duplicate:before {
content: "\e933";
}
.icon-filters:before {
content: "\e934";
}
.icon-img_crop:before {
content: "\e935";
}
.icon-lock_img:before {
content: "\e936";
}
.icon-lock2:before {
content: "\e937";
}
.icon-opacity:before {
content: "\e938";
}
.icon-order:before {
content: "\e939";
}
.icon-rotateleft:before {
content: "\e93e";
}
.icon-rotateright:before {
content: "\e93f";
}
.icon-document-file-jpg:before {
content: "\e903";
}
.icon-document-file-pdf:before {
content: "\e904";
}
.icon-document-file-png:before {
content: "\e905";
}
.icon-text-height:before {
content: "\e910";
}
.icon-check2:before {
content: "\f00c";
}
.icon-close2:before {
content: "\f00d";
}
.icon-remove:before {
content: "\f00d";
}
.icon-times:before {
content: "\f00d";
}
.icon-repeat:before {
content: "\f01e";
}
.icon-rotate-right:before {
content: "\f01e";
}
.icon-lock:before {
content: "\f023";
}
.icon-adjust:before {
content: "\f042";
}
.icon-edit:before {
content: "\f044";
}
.icon-pencil-square-o:before {
content: "\f044";
}
.icon-mail-forward:before {
content: "\f064";
}
.icon-share:before {
content: "\f064";
}
.icon-magnet:before {
content: "\f076";
}
.icon-arrows-h:before {
content: "\f07e";
}
.icon-facebook-square:before {
content: "\f082";
}
.icon-cogs:before {
content: "\f085";
}
.icon-gears:before {
content: "\f085";
}
.icon-twitter:before {
content: "\f099";
}
.icon-unlock:before {
content: "\f09c";
}
.icon-group2:before {
content: "\f0c0";
}
.icon-users:before {
content: "\f0c0";
}
.icon-chain:before {
content: "\f0c1";
}
.icon-link:before {
content: "\f0c1";
}
.icon-strikethrough:before {
content: "\f0cc";
}
.icon-google-plus:before {
content: "\f0d5";
}
.icon-linkedin:before {
content: "\f0e1";
}
.icon-rotate-left:before {
content: "\f0e2";
}
.icon-undo:before {
content: "\f0e2";
}
.icon-cloud-download:before {
content: "\f0ed";
}
.icon-cloud-upload:before {
content: "\f0ee";
}
.icon-circle-o:before {
content: "\f10c";
}
.icon-code:before {
content: "\f121";
}
.icon-star-half-empty:before {
content: "\f123";
}
.icon-star-half-full:before {
content: "\f123";
}
.icon-star-half-o:before {
content: "\f123";
}
.icon-crop:before {
content: "\f125";
}
.icon-chain-broken:before {
content: "\f127";
}
.icon-unlink:before {
content: "\f127";
}
.icon-instagram:before {
content: "\f16d";
}
.icon-flickr:before {
content: "\f16e";
}
.icon-bug:before {
content: "\f188";
}
.icon-cube:before {
content: "\f1b2";
}
.icon-cubes:before {
content: "\f1b3";
}
.icon-file-pdf-o:before {
content: "\f1c1";
}
.icon-file-image-o:before {
content: "\f1c5";
}
.icon-file-photo-o:before {
content: "\f1c5";
}
.icon-file-picture-o:before {
content: "\f1c5";
}
.icon-file-code-o:before {
content: "\f1c9";
}
.icon-spacing_2:before {
content: "\e922";
}
.icon-dropbox:before {
content: "\e909";
}
.icon-google-drive:before {
content: "\e90a";
}
.icon-arrow-move:before {
content: "\e600";
}
.icon-circle-thin:before {
content: "\e601";
}
.icon-minus:before {
content: "\e602";
}
.icon-pen-alt2:before {
content: "\e603";
}
.icon-square-o:before {
content: "\e604";
}
.icon-zoomin:before {
content: "\e605";
}
.icon-zoomout:before {
content: "\e606";
}
.icon-backgrounds:before {
content: "\e607";
}
.icon-browser:before {
content: "\e608";
}
.icon-brush:before {
content: "\e609";
}
.icon-camera:before {
content: "\e60a";
}
.icon-ccw:before {
content: "\e60b";
}
.icon-chevron-down:before {
content: "\e60c";
}
.icon-chevron-left:before {
content: "\e60d";
}
.icon-chevron-right:before {
content: "\e60e";
}
.icon-chevron-up:before {
content: "\e60f";
}
.icon-credit:before {
content: "\e610";
}
.icon-documents:before {
content: "\e611";
}
.icon-export:before {
content: "\e612";
}
.icon-eye:before {
content: "\e613";
}
.icon-forward:before {
content: "\e614";
}
.icon-grid:before {
content: "\e615";
}
.icon-help:before {
content: "\e616";
}
.icon-log-out:before {
content: "\e617";
}
.icon-magnifying-glass:before {
content: "\e618";
}
.icon-plus:before {
content: "\e619";
}
.icon-reply:before {
content: "\e61a";
}
.icon-save:before {
content: "\e61b";
}
.icon-warning:before {
content: "\e61c";
}
.icon-camera2:before {
content: "\e61d";
}
.icon-magnifying-glass2:before {
content: "\e61e";
}
.icon-news:before {
content: "\e61f";
}
.icon-round-brush:before {
content: "\e620";
}
.icon-sound-mix:before {
content: "\e621";
}
.icon-earth:before {
content: "\e622";
}
.icon-group:before {
content: "\e623";
}
.icon-locked:before {
content: "\e624";
}
.icon-bin:before {
content: "\e625";
}
.icon-books:before {
content: "\e626";
}
.icon-copy:before {
content: "\e627";
}
.icon-file-word:before {
content: "\e628";
}
.icon-pie-chart:before {
content: "\e629";
}
.icon-font:before {
content: "\e62a";
}
.icon-hipster:before {
content: "\e62b";
}
.icon-target:before {
content: "\e62c";
}
.icon-cog:before {
content: "\e62d";
}
.icon-bicycle:before {
content: "\e62e";
}
.icon-birthday-cake:before {
content: "\e62f";
}
.icon-bullseye:before {
content: "\e630";
}
.icon-heart:before {
content: "\e631";
}
.icon-image:before {
content: "\e632";
}
.icon-paw:before {
content: "\e633";
}
.icon-puzzle-piece:before {
content: "\e634";
}
.icon-tint:before {
content: "\e635";
}
.icon-futbol-o:before {
content: "\e638";
}
.icon-delicious:before {
content: "\e644";
}
.icon-graduation-cap:before {
content: "\e645";
}
.icon-stop:before {
content: "\e646";
}
.icon-tree:before {
content: "\e647";
}
.icon-eyedropper:before {
content: "\e648";
}
.icon-pencil:before {
content: "\e649";
}
.icon-images:before {
content: "\e64a";
}
.icon-archive:before {
content: "\e64b";
}
.icon-arrows-alt:before {
content: "\e64c";
}
.icon-clipboard:before {
content: "\e64d";
}
.icon-restore:before {
content: "\e64f";
}
.icon-arrows:before {
content: "\e651";
}
.icon-check:before {
content: "\e652";
}
.icon-get_app:before {
content: "\e654";
}
.icon-photo_size_select_large:before {
content: "\e655";
}
.icon-unfold_more:before {
content: "\e656";
}
.icon-info:before {
content: "\e657";
}
.icon-note_add:before {
content: "\e658";
}
.icon-home3:before {
content: "\e902";
}
.icon-paint-format:before {
content: "\e90c";
}
.icon-books2:before {
content: "\e920";
}
.icon-zoom-in:before {
content: "\e987";
}
.icon-zoom-out:before {
content: "\e988";
}
.icon-eye-blocked:before {
content: "\e9d1";
}
.icon-hipster2:before {
content: "\e9f9";
}
.icon-plus2:before {
content: "\ea0a";
}
.icon-minus2:before {
content: "\ea0b";
}
.icon-stop2:before {
content: "\ea1e";
}
.icon-make-group:before {
content: "\ea58";
}
.icon-ungroup:before {
content: "\ea59";
}
.icon-font-size:before {
content: "\ea61";
}
.icon-jpg:before {
content: "\e906";
}
.icon-pdf:before {
content: "\e907";
}
.icon-png:before {
content: "\e908";
}
.icon-loop:before {
content: "\e00e";
}
.icon-forward_10:before {
content: "\e038";
}
.icon-replay_10:before {
content: "\e03b";
}
.icon-stay_primary_portrait:before {
content: "\e05f";
}
.icon-font_download:before {
content: "\e08b";
}
.icon-brightness_auto:before {
content: "\e09b";
}
.icon-screen_lock_portrait:before {
content: "\e0af";
}
.icon-brightness_1:before {
content: "\e13b";
}
.icon-brightness_2:before {
content: "\e13c";
}
.icon-brightness_3:before {
content: "\e13d";
}
.icon-dehaze:before {
content: "\e15c";
}
.icon-filter:before {
content: "\e168";
}
.icon-photo_library:before {
content: "\e1a5";
}
.icon-picture_as_pdf:before {
content: "\e1a6";
}
.rulez-text {
font-size: 10px;
}
#ruler-horizontal {
display: none;
position: absolute;
left: 0;
right: 0;
height: 22px;
z-index: 1;
}
#ruler-vertical {
display: none;
position: absolute;
left: 0;
width: 22px;
z-index: 1;
}
/*
* Inkive Font 1.0.1 by @Heesu
*/
@font-face {
font-family: 'Inkive';
src: url("../../assets/fonts/inkive-webfont.eot?v=1.0.1");
src: url("../../assets/fonts/inkive-webfont.eot?#iefix&v=1.0.1") format('embedded-opentype'), url("../../assets/fonts/inkive-webfont.woff?v=1.0.1") format('woff'), url("../../assets/fonts/inkive.ttf?v=1.0.1") format('truetype'), url("../../assets/fonts/inkive-webfont.svg?v=1.0.1") format('svg');
font-weight: normal;
font-style: normal;
}
.ik {
display: inline-block;
font-family: Inkive;
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}
.ik-lg {
font-size: 1.3333333333333333em;
line-height: 0.75em;
vertical-align: -15%;
}
.ik-2x {
font-size: 2em;
}
.ik-3x {
font-size: 3em;
}
.ik-4x {
font-size: 4em;
}
.ik-5x {
font-size: 5em;
}
.ik-fw {
width: 1.2857142857142858em;
text-align: center;
}
.ik-ul {
padding-left: 0;
margin-left: 2.142857142857143em;
list-style-type: none;
}
.ik-ul > li {
position: relative;
}
.ik-li {
position: absolute;
left: -2.142857142857143em;
width: 2.142857142857143em;
top: 0.14285714285714285em;
text-align: center;
}
.ik-li.ik-lg {
left: -1.8571428571428572em;
}
.ik-border {
padding: .2em .25em .15em;
border: solid 0.08em #eeeeee;
border-radius: .1em;
}
.pull-right {
float: right;
}
.pull-left {
float: left;
}
.ik.pull-left {
margin-right: .3em;
}
.ik.pull-right {
margin-left: .3em;
}
.ik-spin {
-webkit-animation: spin 2s infinite linear;
-moz-animation: spin 2s infinite linear;
-o-animation: spin 2s infinite linear;
animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
0% {
-moz-transform: rotate(0deg);
}
100% {
-moz-transform: rotate(359deg);
}
}
@-webkit-keyframes spin {
0% {
-webkit-transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
}
}
@-o-keyframes spin {
0% {
-o-transform: rotate(0deg);
}
100% {
-o-transform: rotate(359deg);
}
}
@-ms-keyframes spin {
0% {
-ms-transform: rotate(0deg);
}
100% {
-ms-transform: rotate(359deg);
}
}
@keyframes spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(359deg);
}
}
.ik-rotate-90 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
}
.ik-rotate-180 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
}
.ik-rotate-270 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
-webkit-transform: rotate(270deg);
-moz-transform: rotate(270deg);
-ms-transform: rotate(270deg);
-o-transform: rotate(270deg);
transform: rotate(270deg);
}
.ik-flip-horizontal {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
-webkit-transform: scale(-1, 1);
-moz-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
-o-transform: scale(-1, 1);
transform: scale(-1, 1);
}
.ik-flip-vertical {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
-webkit-transform: scale(1, -1);
-moz-transform: scale(1, -1);
-ms-transform: scale(1, -1);
-o-transform: scale(1, -1);
transform: scale(1, -1);
}
.ik-inkive-circle:before {
content: "\f200";
}
.ik-inkive:before {
content: "\f201";
}
.ik-logo:before {
content: "\f202";
}
.ik-photos:before {
font-size: 1.1em;
content: "\f203";
}
.ik-close:before {
content: "\f204";
}
.ik-drawing:before {
content: "\f205";
}
.ik-filter:before {
content: "\f206";
}
.ik-layout:before {
content: "\f207";
}
.ik-left:before {
content: "\f208";
}
.ik-plus:before {
content: "\f209";
}
.ik-minus:before {
content: "\f20a";
}
.ik-right:before {
content: "\f20b";
}
.ik-search:before {
content: "\f20c";
}
.ik-check:before {
content: "\f20d";
}
.ik-photos2:before {
font-size: 1.1em;
content: "\f20e";
}
.modal .info-message .spinner-wrapper,
.modal .info-message .empty-text,
#tabProjectTeam .spinner-wrapper,
#tabProjectTeam .empty-text {
display: inline;
padding: 0 3px;
}
#tabProjectTeam section .listContainer {
height: 45px;
padding-top: 10px;
}
#tabProjectTeam section ul {
padding-left: 1px;
}
#tabProjectTeam section ul li:first-child,
#tabProjectTeam section ul li:first-child,
#tabProjectTeam section ul li:first-child {
margin-left: 0;
}
#tabProjectTeam section ul li,
#tabProjectTeam section ul li,
#tabProjectTeam section ul li {
position: relative;
top: 0;
display: inline;
float: left;
text-align: left;
width: 27px;
height: 27px;
margin-left: 2px;
}
#tabProjectTeam section ul li p {
display: inline-block;
margin: 0;
}
#tabProjectTeam section ul li img,
#tabProjectTeam section ul li img,
#tabProjectTeam section ul li img,
.lefted {
position: absolute;
top: 0;
border: 2px solid #ffdd17 !important;
width: 27px;
height: 27px;
background-size: cover;
cursor: pointer;
}
.modal .findFriendsSearch {
margin-bottom: 10px;
}
.modal .friends .media-body {
position: relative;
top: -2px;
left: 10px;
width: 340px;
}
.modal .friends .media-body .media-heading {
color: #87999c;
}
#filter-picker .svg-container,
#filter-picker .presets-container,
#filter-picker .sliders-container {
width: 100%;
}
#filter-picker .presets-container {
max-height: 168px;
padding: 0 16px;
}
#filter-picker .svg-container {
height: 500px;
}
#filter-picker .svg-container,
#filter-picker .presets-container li {
overflow: hidden;
position: relative;
}
#filter-picker .svg-container svg,
#filter-picker .presets-container li svg {
top: 50%;
left: 50%;
position: absolute;
transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
}
#filter-picker .presets-container.loading {
opacity: 0;
transition: opacity 0s;
-moz-transition: opacity 0s;
-webkit-transition: opacity 0s;
}
#filter-picker .presets-container {
opacity: 1;
transition: opacity .6s;
-moz-transition: opacity .6s;
-webkit-transition: opacity .6s;
}
#filter-picker .presets-container li {
height: 150px;
margin: 0 2px;
cursor: pointer;
display: inline-block;
}
#filter-picker .presets-container .slick-arrow {
top: 50%;
width: 50px;
z-index: 99;
cursor: pointer;
margin-top: -23px;
position: absolute;
}
#filter-picker .presets-container .slick-arrow.prev {
left: 0;
}
#filter-picker .presets-container .slick-arrow.next {
right: 0;
}
#filter-picker .presets-container .filter-name {
left: 0;
right: 0;
bottom: 0;
color: #e5e5e5;
padding: 10px 5px;
text-align: center;
background: rgba(0,0,0,0.5);
position: absolute;
}
#filter-picker .slider-wrapper {
width: 50%;
height: 34px;
position: relative;
padding-left: 80px;
padding-right: 37px;
display: inline-block;
}
#filter-picker .slider-wrapper input {
top: 4px;
right: 0;
width: 31px;
padding: 2px;
height: 23px;
position: absolute;
}
#filter-picker .slider-wrapper .slider {
top: 0;
margin: 0;
width: 100%;
display: inline-block;
}
#filter-picker .ui-slider .ui-slider-handle {
top: -.8em;
height: 1.6em;
margin-left: -4px;
}
#filter-picker .slider-wrapper label {
left: 0;
top: 2px;
padding: 0;
width: 75px;
text-align: right;
position: absolute;
}
@media all and (max-width: 900px), all and (max-height: 830px) {
#filter-picker .svg-container {
height: 400px;
}
#filter-picker .presets-container li {
height: 100px;
}
}
@media all and (max-width: 700px), all and (max-height: 670px) {
#filter-picker .svg-container {
height: 300px;
}
}
@media all and (max-width: 500px), all and (max-height: 570px) {
#filter-picker .svg-container {
height: 200px;
}
#filter-picker .presets-container li {
height: 80px;
}
}
@media all and (max-width: 500px), all and (max-height: 450px) {
#filter-picker .svg-container {
height: 120px;
}
}
.svg-loader {
z-index: 5;
position: fixed;
background-color: rgba(0, 0, 0, .1);
pointer-events: none;
}
.svg-loader .animation {
font-size: 4px;
position: relative;
text-indent: -9999em;
border-top: 1.1em solid rgba(255, 255, 255, 0.2);
border-right: 1.1em solid rgba(255, 255, 255, 0.2);
border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
border-left: 1.1em solid #ffffff;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
-webkit-animation: svgloadanimation 1.1s infinite linear;
animation: svgloadanimation 1.1s infinite linear;
}
.svg-loader .animation,
.svg-loader .animation:after {
border-radius: 50%;
width: 22px;
height: 22px;
}
@-webkit-keyframes svgloadanimation {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes svgloadanimation {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
/* Frames */
#content.mobile {
top: 0;
min-height: 0;
background-color: #414a4b;
}
.mobile .element:not(.selected):hover {
outline: none;
}
.mobile.landscape #tool-panel.active {
left: -250px;
}
.mobile.portrait #tool-panel.active {
left: -100%;
}
.mobile.landscape #tool-panel {
width: 500px;
}
.mobile.portrait #tool-panel {
top: initial;
bottom: 0;
right: 0;
width: 200%;
height: 320px;
}
.mobile.landscape #canvas-panel {
left: 250px;
}
.mobile.portrait #canvas-panel {
top: 0;
bottom: 320px;
left: 0;
right: 0;
}
.mobile #pages-panel {
background: rgb(65, 74, 75);
padding: 0 0 0 10px;
}
.mobile.landscape #pages-panel {
left: 251px;
bottom: 0;
}
.mobile.portrait #pages-panel {
left: 0;
bottom: 321px;
}
.mobile .pageOrder .thumbnail {
margin: 0 3px 8px 0;
}
.mobile .default .pageOrder .thumbnail.space {
margin-left: 5px;
}
.mobile .default .pageOrder .thumbnail.cover {
margin: 0 58px;
}
.mobile .menu-page-nav {
position: relative;
width: 100%;
height: 50px;
line-height: 50px;
margin: 3px 0;
overflow: hidden;
}
.mobile .menu-page-nav > * {
display: table-cell;
float: initial;
}
/*.mobile .disabled {*/
/*filter: none;*/
/*-webkit-filter: none;*/
/*opacity: 0.1;*/
/*}*/
/****************** Text edit *********************/
#text-edit.mobile {
top: 0;
left: 0;
display: none;
}
#text-edit.mobile.in {
display: block;
}
#text-edit.mobile .left-column {
width: 270px;
vertical-align: top;
display: inline-block;
}
#text-edit.mobile .value {
height: 100%;
display: inline-block;
width: calc(100% - 293px);
}
#text-edit.mobile .text-edit-cancel,
#text-edit.mobile button,
#text-edit.mobile .value {
margin: 10px;
}
#text-edit.mobile .text-edit-cancel,
#text-edit.mobile button {
display: block;
}
/* Tools */
.mobile .tool-menu {
padding: 10px;
overflow-y: auto;
}
.mobile.landscape .tool-menu {
width: 250px;
}
.mobile.portrait .tool-menu {
width: 50%;
padding: 10px 13px;
}
.mobile #tool-panel .tool-content {
padding: 10px;
}
.mobile.landscape #tool-panel .tool-content {
width: 250px;
}
.mobile.portrait #tool-panel .tool-content {
width: 50%;
}
.mobile .back-menu {
width: 100%;
margin-bottom: 5px;
background-color: #2b3031;
}
.mobile .back-menu .btn {
display: table;
}
.mobile .back-menu .icon-element {
color: #414a4b;
background-color: #ffdd17;
padding: 0 5px;
font-size: 20px;
display: table-cell;
height: 35px;
line-height: 25px;
}
.mobile .back-menu .text-element {
display: table-cell;
width: 100%;
text-align: left;
padding: 0 20px;
line-height: 35px;
}
.mobile .tool-content section {
padding-top: 2px;
}
.mobile .tool-content section:after {
padding: 2px 0;
}
.mobile .tool-content:not(.template) p {
color: white;
margin: 10px 0;
}
.mobile .thumbnailWrapper {
padding-left: 0;
}
.mobile .thumbnail {
margin: 0 0 5px 0;
}
.mobile .colorLineWrapper {
padding: 0 0 5px 0;
}
.mobile .tool-content .dd-upload {
padding: 5px 10px;
}
.mobile #tabPage .page {
height: 85px;
background-color: #2b3031;
padding: 5px;
margin-bottom: 5px;
}
.mobile #tabPage .page .thumb,
.mobile #tabPage .page .content {
display: block;
float: left;
}
.mobile #tabPage .page .content dt {
border-bottom: none;
}
.mobile #tabPage .page .content .txt {
line-height: 30px;
font-size: 1.2em;
}
.mobile #tabPage .page .content .txt .pageNumber {
font-weight: bold;
color: #ccc;
width: 40px;
text-align: center;
display: inline-block;
}
.mobile #tabPage .page .thumb {
overflow: hidden;
height: 75px;
width: 106px;
}
.mobile #tabPage .page .thumb img {
width: 106px;
}
/* UI */
.mobile .tool-search {
margin-bottom: 5px;
}
.mobile label {
padding-bottom: 2px;
}
.mobile .ui-dropdown .input-icon div {
height: 35px;
line-height: 35px;
}
.mobile input[type="text"],
.mobile input[type="email"],
.mobile input[type="number"],
.mobile input[type="url"] {
height: 35px;
}
.mobile .modal .antiscroll-scrollbar-vertical,
.mobile #ik-editor .antiscroll-scrollbar-vertical,
.mobile #pages-panel .antiscroll-scrollbar-vertical {
width: 30px;
}
.mobile #ik-editor .antiscroll-scrollbar-horizontal {
height: 30px;
}
.mobile .antiscroll-scrollbar {
background-color: #ffdd17;
z-index: 2;
}
.mobile .btn-green,
.mobile .btn-yellow,
.mobile .btn-red {
height: 35px;
line-height: 35px;
}
.mobile .btn-green i,
.mobile .btn-yellow i,
.mobile .btn-red i {
line-height: 31px;
height: 35px;
font-size: 17px;
}
.mobile .btn-squire {
width: 70px;
height: 60px;
padding: 2px;
margin: 0 4px 4px 0;
}
.mobile .btn-squire .iconWrapper {
line-height: 30px;
}
.mobile.portrait .accordion dt {
clear: none;
display: block;
float: left;
width: 50%;
border-right: 1px solid #566263;
}
.mobile .btn-accordion {
height: 45px;
line-height: 45px;
padding: 0;
background-color: #2b3031;
font-size: 1.2em;
}
.mobile .btn-accordion i {
width: 40px;
line-height: 45px;
height: 45px;
}
.mobile .btn-accordion img {
width: 24px;
margin: 6px;
}
.mobile .btn-tag:after {
font-size: 12px;
}
.mobile .tool-menu .btn-double .pageOrderShow {
width: 130px;
color: #2b3031;
margin: 0 5px;
background-color: white;
}
.mobile .tool-menu .btn-double .pageOrderShow > i {
font-size: 20px;
margin: 0;
vertical-align: middle;
}
.mobile .tool-menu .btn-double .pageOrderShow > div {
width: 70px;
display: inline-block;
vertical-align: middle;
}
.mobile .tool-menu .btn-double .pageOrderShow > div .page-count {
line-height: 25px;
font-size: 17px;
}
.mobile .tool-menu .btn-double .btn-green {
width: 50px;
height: 50px;
line-height: 50px;
border: none;
padding: 0;
}
.mobile .tool-menu .btn-double .btn-green.btn-tag:after {
top: -15px;
line-height: 9px;
color: white;
}
.mobile .btn-green:hover {
background: #01adb6;
color: #ffffff !important;
}
.mobile .btn-menu:hover,
.mobile .btn-menu:focus {
background-color: inherit !important;
}
.mobile .btn-tag:hover:after,
.mobile .btn-tag:focus:after {
color: inherit !important;
}
.mobile .btn.active {
color: #ffdd17 !important;
}
.mobile .tool-search button:hover,
.mobile .btn:focus,
.mobile .btn:hover {
color: inherit;
}
.mobile .save-notification,
.mobile .download-notification,
.mobile #ik-save-notification,
.mobile #ik-download-notification {
padding: 15px 0px;
float: none;
line-height: 20px;
}
.mobile .qq-upload-button-hover .btn-accordion,
.mobile .btn-accordion:hover,
.mobile .btn-accordion:focus,
.mobile .btn-accordion.active {
border-right: none;
}
.mobile .ui-tabs-panel {
padding: 10px 0;
}
.mobile ul.ui-tabs-nav li a {
height: 35px;
line-height: 35px;
}
/* Modal */
.modalWrapper.mobile .btn-green.modalHeader {
top: -25px;
}
.modalWrapper.mobile .modal .content {
padding: 10px;
}
.modalWrapper.mobile .modal .btnWrapper.bottom {
padding: 0 5px 5px 5px;
}
.modalWrapper.mobile .modal textarea {
height: 50px;
}
.popover.mobile {
-webkit-box-shadow: none;
box-shadow: none;
border-radius: initial;
background-color: #0F1A21;
font-size: 20px;
min-width: 400px;
}
/* Popupmenu */
.mobile .tool-menu ul {
height: initial;
background-color: initial;
}
.mobile .tool-menu ul li {
height: inherit;
min-height: 35px;
}
.menu.mobile > ul > li {
width: 25%;
border-right: 1px solid #566263;
border-bottom: 1px solid #566263;
}
.menu.mobile > ul > li:empty {
display: none;
}
.mobile .tool-menu .menu.mobile {
position: initial;
padding: 0;
height: auto;
}
.mobile.landscape .tool-menu .menu.mobile {
width: 230px;
}
.mobile.portrait .tool-menu .menu.mobile {
width: 100%;
}
.mobile .tool-menu ul li.active .btn-menu,
.mobile .tool-menu ul li.active .btn-tag:after {
color: inherit;
}
.menu.mobile {
padding: 10px;
clear: both;
}
.menu.mobile.landscape {
width: 250px;
height: 100%;
}
.menu.mobile.portrait {
width: 100%;
height: 320px;
bottom: 0;
}
.popupmenu.mobile {
top: 0;
overflow-y: auto;
}
.menu.mobile ul {
white-space: normal;
padding-left: 0px;
}
.menu.mobile ul .btn-onmenu {
position: relative;
width: 100%;
height: 64px;
margin: 1px 0 0 1px;
padding: 0 1px;
}
.menu.mobile.portrait ul .btn-onmenu {
height: 40px;
padding: 5px 0;
}
.mobile .undoredo {
margin-left: 1px;
}
.mobile .undoredo .btn-onmenu {
width: 50%;
float: left;
display: block;
height: 35px;
margin: 0;
border-right: 1px solid #566263;
}
.mobile .undoredo .btn-onmenu[type=toggle] i {
padding: 5px 0 !important;
}
.mobile .undoredo .btn-onmenu[type=toggle] span {
padding: 0 !important;
text-transform: lowercase;
font-size: 14px;
margin: 2px;
}
.menu.mobile ul li.single {
width: 100%;
}
.menu.mobile ul li.double {
width: 50%;
}
.menu.mobile ul li.triple {
width: 33%;
}
.menu.mobile ul li.quadra {
width: 25%;
}
.menu.mobile ul .btn-onmenu > i {
display: block;
font-size: 22px;
padding: 8px 0;
}
.menu.mobile.portrait ul .btn-onmenu > i {
display: inline-block;
vertical-align: middle;
text-align: right;
padding: 0;
}
.menu.mobile ul .btn-onmenu[type=toggle] {
display: table;
color: #BBB;
}
.menu.mobile ul .btn-onmenu[type=toggle] i {
display: table-cell;
font-size: 25px;
}
.menu.mobile ul .btn-onmenu[type=toggle] span {
display: table-cell;
width: 100%;
text-align: left;
vertical-align: middle;
font-size: 15px;
white-space: normal;
line-height: 18px;
}
.menu.mobile ul .btn-onmenu[type=toggle] i:first-child {
padding: 0 10px;
}
.menu.mobile ul .btn-onmenu[type=toggle] i:last-child {
width: 25px;
}
.menu.mobile ul .btn-onmenu:after {
position: absolute;
bottom: 10px;
left: 2px;
right: 1px;
content: attr(data-title);
color: #899595;
font-size: 12px;
line-height: 9px;
font-weight: normal;
text-transform: lowercase;
word-wrap: break-word;
white-space: normal;
}
.menu.mobile.portrait ul .btn-onmenu:after {
position: static;
display: inline-block;
vertical-align: middle;
font-size: 13px;
text-align: left;
vertical-align: middle;
line-height: 11px;
max-width: 60%;
}
.menu.mobile .ui-dropdown[data-action=on_fontsize] input {
margin-top: 17px;
padding-left: 0;
padding-right: 0;
}
.menu.mobile .ui-dropdown-items {
top: 64px;
box-shadow: 0 10px 15px rgba(0,0,0, 0.5);
}
.menu.mobile.portrait .ui-dropdown-items {
top: 40px;
}
.menu.mobile .ui-dropdown-items.top {
top: auto;
bottom: 64px;
box-shadow: 0 -10px 15px rgba(0,0,0, 0.5);
}
.menu.mobile.portrait .ui-dropdown-items.top {
bottom: 40px;
}
.menu.mobile .ui-dropdown-items li {
font-size: 15px;
}
.menu.mobile .ui-dropdown-items input[type="text"],
.menu.mobile .ui-dropdown-items .btn {
height: 40px;
line-height: 40px;
}
.mobile .btn.btn-onmenu:focus,
.mobile .btn.btn-onmenu:hover {
background-color: #2b3031;
color: #899595;
}
.mobile .btn.btn-onmenu.active {
background: #ffdd17 !important;
color: #2b3031 !important;
}
.mobile .btn.btn-onmenu.active:after {
color: #2b3031;
}
.mobile #sliderWrapper {
width: 150px;
margin-right: 20px;
}
.mobile .ui-slider {
top: 20px;
}
.mobile .ui-slider .ui-slider-handle {
top: -1.5em;
width: 2.0em;
height: 3em;
}
/* toastr for mobile */
.mobile.toast-bottom-left {
bottom: 5px;
left: 5px;
}
.mobile.toast-top-right {
top: 5px;
right: 5px;
}
#toast-container.mobile.toast-bottom-left > div,
#toast-container.mobile.toast-top-right > div {
width: 240px;
opacity: 0.9;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
padding: 10px 10px 10px 50px;
} | src/static/main.css | .daterangepicker {
position: absolute;
color: inherit;
background: #fff;
border-radius: 4px;
width: 278px;
padding: 4px;
margin-top: 1px;
top: 100px;
left: 20px;
/* Calendars */
}
.daterangepicker:before,
.daterangepicker:after {
position: absolute;
display: inline-block;
border-bottom-color: rgba(0, 0, 0, 0.2);
content: '';
}
.daterangepicker:before {
top: -7px;
border-right: 7px solid transparent;
border-left: 7px solid transparent;
border-bottom: 7px solid #ccc;
}
.daterangepicker:after {
top: -6px;
border-right: 6px solid transparent;
border-bottom: 6px solid #fff;
border-left: 6px solid transparent;
}
.daterangepicker.opensleft:before {
right: 9px;
}
.daterangepicker.opensleft:after {
right: 10px;
}
.daterangepicker.openscenter:before {
left: 0;
right: 0;
width: 0;
margin-left: auto;
margin-right: auto;
}
.daterangepicker.openscenter:after {
left: 0;
right: 0;
width: 0;
margin-left: auto;
margin-right: auto;
}
.daterangepicker.opensright:before {
left: 9px;
}
.daterangepicker.opensright:after {
left: 10px;
}
.daterangepicker.dropup {
margin-top: -5px;
}
.daterangepicker.dropup:before {
top: initial;
bottom: -7px;
border-bottom: initial;
border-top: 7px solid #ccc;
}
.daterangepicker.dropup:after {
top: initial;
bottom: -6px;
border-bottom: initial;
border-top: 6px solid #fff;
}
.daterangepicker.dropdown-menu {
max-width: none;
z-index: 3001;
}
.daterangepicker.single .ranges,
.daterangepicker.single .calendar {
float: none;
}
.daterangepicker.show-calendar .calendar {
display: block;
}
.daterangepicker .calendar {
display: none;
max-width: 270px;
margin: 4px;
}
.daterangepicker .calendar.single .calendar-table {
border: none;
}
.daterangepicker .calendar th,
.daterangepicker .calendar td {
white-space: nowrap;
text-align: center;
min-width: 32px;
}
.daterangepicker .calendar-table {
border: 1px solid #fff;
padding: 4px;
border-radius: 4px;
background: #fff;
}
.daterangepicker table {
width: 100%;
margin: 0;
}
.daterangepicker td,
.daterangepicker th {
text-align: center;
width: 20px;
height: 20px;
border-radius: 4px;
border: 1px solid transparent;
white-space: nowrap;
cursor: pointer;
}
.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
background-color: #eee;
border-color: transparent;
color: inherit;
}
.daterangepicker td.week,
.daterangepicker th.week {
font-size: 80%;
color: #ccc;
}
.daterangepicker td.off,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
background-color: #fff;
border-color: transparent;
color: #999;
}
.daterangepicker td.in-range {
background-color: #ebf4f8;
border-color: transparent;
color: #000;
border-radius: 0;
}
.daterangepicker td.start-date {
border-radius: 4px 0 0 4px;
}
.daterangepicker td.end-date {
border-radius: 0 4px 4px 0;
}
.daterangepicker td.start-date.end-date {
border-radius: 4px;
}
.daterangepicker td.active,
.daterangepicker td.active:hover {
background-color: #357ebd;
border-color: transparent;
color: #fff;
}
.daterangepicker th.month {
width: auto;
}
.daterangepicker td.disabled,
.daterangepicker option.disabled {
color: #999;
cursor: not-allowed;
text-decoration: line-through;
}
.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
font-size: 12px;
padding: 1px;
height: auto;
margin: 0;
cursor: default;
}
.daterangepicker select.monthselect {
margin-right: 2%;
width: 56%;
}
.daterangepicker select.yearselect {
width: 40%;
}
.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect,
.daterangepicker select.ampmselect {
width: 50px;
margin-bottom: 0;
}
.daterangepicker .input-mini {
border: 1px solid #ccc;
border-radius: 4px;
color: #555;
height: 30px;
line-height: 30px;
display: block;
vertical-align: middle;
margin: 0 0 5px 0;
padding: 0 6px 0 28px;
width: 100%;
}
.daterangepicker .input-mini.active {
border: 1px solid #08c;
border-radius: 4px;
}
.daterangepicker .daterangepicker_input {
position: relative;
}
.daterangepicker .daterangepicker_input i {
position: absolute;
left: 8px;
top: 8px;
}
.daterangepicker.rtl .input-mini {
padding-right: 28px;
padding-left: 6px;
}
.daterangepicker.rtl .daterangepicker_input i {
left: auto;
right: 8px;
}
.daterangepicker .calendar-time {
text-align: center;
margin: 5px auto;
line-height: 30px;
position: relative;
padding-left: 28px;
}
.daterangepicker .calendar-time select.disabled {
color: #ccc;
cursor: not-allowed;
}
.ranges {
font-size: 11px;
float: none;
margin: 4px;
text-align: left;
}
.ranges ul {
list-style: none;
margin: 0 auto;
padding: 0;
width: 100%;
}
.ranges li {
font-size: 13px;
background: #f5f5f5;
border: 1px solid #f5f5f5;
border-radius: 4px;
color: #08c;
padding: 3px 12px;
margin-bottom: 8px;
cursor: pointer;
}
.ranges li:hover {
background: #08c;
border: 1px solid #08c;
color: #fff;
}
.ranges li.active {
background: #08c;
border: 1px solid #08c;
color: #fff;
}
/* Larger Screen Styling */
@media (min-width: 564px) {
.daterangepicker {
width: auto;
}
.daterangepicker .ranges ul {
width: 160px;
}
.daterangepicker.single .ranges ul {
width: 100%;
}
.daterangepicker.single .calendar.left {
clear: none;
}
.daterangepicker.single.ltr .ranges,
.daterangepicker.single.ltr .calendar {
float: left;
}
.daterangepicker.single.rtl .ranges,
.daterangepicker.single.rtl .calendar {
float: right;
}
.daterangepicker.ltr {
direction: ltr;
text-align: left;
}
.daterangepicker.ltr .calendar.left {
clear: left;
margin-right: 0;
}
.daterangepicker.ltr .calendar.left .calendar-table {
border-right: none;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.daterangepicker.ltr .calendar.right {
margin-left: 0;
}
.daterangepicker.ltr .calendar.right .calendar-table {
border-left: none;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.daterangepicker.ltr .left .daterangepicker_input {
padding-right: 12px;
}
.daterangepicker.ltr .calendar.left .calendar-table {
padding-right: 12px;
}
.daterangepicker.ltr .ranges,
.daterangepicker.ltr .calendar {
float: left;
}
.daterangepicker.rtl {
direction: rtl;
text-align: right;
}
.daterangepicker.rtl .calendar.left {
clear: right;
margin-left: 0;
}
.daterangepicker.rtl .calendar.left .calendar-table {
border-left: none;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.daterangepicker.rtl .calendar.right {
margin-right: 0;
}
.daterangepicker.rtl .calendar.right .calendar-table {
border-right: none;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.daterangepicker.rtl .left .daterangepicker_input {
padding-left: 12px;
}
.daterangepicker.rtl .calendar.left .calendar-table {
padding-left: 12px;
}
.daterangepicker.rtl .ranges,
.daterangepicker.rtl .calendar {
text-align: right;
float: right;
}
}
@media (min-width: 730px) {
.daterangepicker .ranges {
width: auto;
}
.daterangepicker.ltr .ranges {
float: left;
}
.daterangepicker.rtl .ranges {
float: right;
}
.daterangepicker .calendar.left {
clear: none !important;
}
}
.daterangepicker.dropdown-menu {
border-radius: 0;
background: #2B3031;
}
.daterangepicker .input-mini {
color: #EEE;
border-radius: 0;
border-color: #555;
background: #414A4B;
}
.daterangepicker .input-mini.active {
border-radius: 0;
border: 1px solid #AAA;
}
.daterangepicker .calendar-table {
border-radius: 0;
border-color: #555;
background: #414A4B;
}
.daterangepicker td,
.daterangepicker th {
color: #DDD;
border-radius: 0;
}
.daterangepicker td.off,
.daterangepicker td.off.end-date,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date {
background: #414A4B;
}
.daterangepicker td.in-range {
color: #FFF;
background: #2B3031;
}
.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
background: #1C2021;
}
.daterangepicker td.active,
.daterangepicker td.active:hover {
border-radius: 0;
background: #1C2021;
}
.daterangepicker .ranges button {
width: 90px;
display: block;
line-height: 25px;
margin-bottom: 5px;
background: #01adb6;
}
html {
margin: 0;
padding: 0;
border: 0;
}
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
code,
del,
dfn,
em,
img,
q,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
text-decoration: none;
vertical-align: baseline;
color: inherit;
}
a:hover {
color: inherit;
text-decoration: none;
}
a:focus {
color: inherit;
text-decoration: none;
}
article,
aside,
details,
figcaption,
figure,
dialog,
footer,
header,
hgroup,
menu,
nav,
section {
display: block;
}
body {
line-height: 1.5;
background: white;
}
table {
border-collapse: separate;
border-spacing: 0;
}
caption,
th,
td {
text-align: left;
font-weight: normal;
float: none !important;
}
table,
th,
td {
vertical-align: middle;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: '';
}
blockquote,
q {
quotes: "" "";
}
a img {
border: none;
}
:focus {
outline: 0;
}
/*!
* Bootstrap v3.3.2 (http://getbootstrap.com)
* Copyright 2011-2015 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
/*!
* Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=790e5de36a6cf0e6fde4)
* Config saved to config.json and https://gist.github.com/790e5de36a6cf0e6fde4
*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
body {
margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
display: block;
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],
template {
display: none;
}
a {
background-color: transparent;
}
a:active,
a:hover {
outline: 0;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,
strong {
font-weight: bold;
}
dfn {
font-style: italic;
}
h1 {
font-size: 2em;
margin: 0.67em 0;
}
mark {
background: #ff0;
color: #000;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
border: 0;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 1em 40px;
}
hr {
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box;
height: 0;
}
pre {
overflow: auto;
}
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0;
}
button {
overflow: visible;
}
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;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
input {
line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
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;
}
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
legend {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
}
optgroup {
font-weight: bold;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
td,
th {
padding: 0;
}
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
html {
font-size: 10px;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 1.42857143;
color: #333333;
background-color: #ffffff;
}
input,
button,
select,
textarea {
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
a {
color: #337ab7;
text-decoration: none;
}
a:hover,
a:focus {
color: #23527c;
text-decoration: underline;
}
a:focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
figure {
margin: 0;
}
img {
vertical-align: middle;
}
.img-responsive {
display: block;
max-width: 100%;
height: auto;
}
.img-rounded {
border-radius: 6px;
}
.img-thumbnail {
padding: 4px;
line-height: 1.42857143;
background-color: #ffffff;
border: 1px solid #dddddd;
border-radius: 4px;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
display: inline-block;
max-width: 100%;
height: auto;
}
.img-circle {
border-radius: 50%;
}
hr {
margin-top: 20px;
margin-bottom: 20px;
border: 0;
border-top: 1px solid #eeeeee;
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip: auto;
}
.caret {
display: inline-block;
width: 0;
height: 0;
margin-left: 2px;
vertical-align: middle;
border-top: 4px solid;
border-right: 4px solid transparent;
border-left: 4px solid transparent;
}
.dropup,
.dropdown {
position: relative;
}
.dropdown-toggle:focus {
outline: 0;
}
.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 160px;
padding: 5px 0;
margin: 2px 0 0;
list-style: none;
font-size: 14px;
text-align: left;
background-color: #ffffff;
border: 1px solid #cccccc;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 4px;
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
-webkit-background-clip: padding-box;
background-clip: padding-box;
}
.dropdown-menu.pull-right {
right: 0;
left: auto;
}
.dropdown-menu .divider {
height: 1px;
margin: 9px 0;
overflow: hidden;
background-color: #e5e5e5;
}
.dropdown-menu > li > a {
display: block;
padding: 3px 20px;
clear: both;
font-weight: normal;
line-height: 1.42857143;
color: #333333;
white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
text-decoration: none;
color: #262626;
background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
color: #ffffff;
text-decoration: none;
outline: 0;
background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
text-decoration: none;
background-color: transparent;
background-image: none;
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
cursor: not-allowed;
}
.open > .dropdown-menu {
display: block;
}
.open > a {
outline: 0;
}
.dropdown-menu-right {
left: auto;
right: 0;
}
.dropdown-menu-left {
left: 0;
right: auto;
}
.dropdown-header {
display: block;
padding: 3px 20px;
font-size: 12px;
line-height: 1.42857143;
color: #777777;
white-space: nowrap;
}
.dropdown-backdrop {
position: static;
left: 0;
right: 0;
bottom: 0;
top: 0;
z-index: 990;
}
.pull-right > .dropdown-menu {
right: 0;
left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
border-top: 0;
border-bottom: 4px solid;
content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
top: auto;
bottom: 100%;
margin-bottom: 2px;
}
@media (min-width: 768px) {
.navbar-right .dropdown-menu {
left: auto;
right: 0;
}
.navbar-right .dropdown-menu-left {
left: 0;
right: auto;
}
}
.tooltip {
position: absolute;
z-index: 1070;
display: block;
visibility: visible;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 12px;
font-weight: normal;
line-height: 1.4;
opacity: 0;
filter: alpha(opacity=0);
}
.tooltip.in {
opacity: 0.9;
filter: alpha(opacity=90);
}
.tooltip.top {
margin-top: -3px;
padding: 5px 0;
}
.tooltip.right {
margin-left: 3px;
padding: 0 5px;
}
.tooltip.bottom {
margin-top: 3px;
padding: 5px 0;
}
.tooltip.left {
margin-left: -3px;
padding: 0 5px;
}
.tooltip-inner {
max-width: 200px;
padding: 3px 8px;
color: #ffffff;
text-align: center;
text-decoration: none;
background-color: #000000;
border-radius: 4px;
}
.tooltip-arrow {
position: absolute;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
}
.tooltip.top .tooltip-arrow {
bottom: 0;
left: 50%;
margin-left: -5px;
border-width: 5px 5px 0;
border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
bottom: 0;
right: 5px;
margin-bottom: -5px;
border-width: 5px 5px 0;
border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
bottom: 0;
left: 5px;
margin-bottom: -5px;
border-width: 5px 5px 0;
border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
top: 50%;
left: 0;
margin-top: -5px;
border-width: 5px 5px 5px 0;
border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
top: 50%;
right: 0;
margin-top: -5px;
border-width: 5px 0 5px 5px;
border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
top: 0;
left: 50%;
margin-left: -5px;
border-width: 0 5px 5px;
border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
top: 0;
right: 5px;
margin-top: -5px;
border-width: 0 5px 5px;
border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
top: 0;
left: 5px;
margin-top: -5px;
border-width: 0 5px 5px;
border-bottom-color: #000000;
}
.popover {
position: absolute;
top: 0;
left: 0;
z-index: 1060;
display: none;
max-width: 276px;
padding: 1px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
font-weight: normal;
line-height: 1.42857143;
text-align: left;
background-color: #ffffff;
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: 1px solid #cccccc;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 6px;
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
white-space: normal;
}
.popover.top {
margin-top: -10px;
}
.popover.right {
margin-left: 10px;
}
.popover.bottom {
margin-top: 10px;
}
.popover.left {
margin-left: -10px;
}
.popover-title {
margin: 0;
padding: 8px 14px;
font-size: 14px;
background-color: #f7f7f7;
border-bottom: 1px solid #ebebeb;
border-radius: 5px 5px 0 0;
}
.popover-content {
padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
position: absolute;
display: block;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
}
.popover > .arrow {
border-width: 11px;
}
.popover > .arrow:after {
border-width: 10px;
content: "";
}
.popover.top > .arrow {
left: 50%;
margin-left: -11px;
border-bottom-width: 0;
border-top-color: #999999;
border-top-color: rgba(0, 0, 0, 0.25);
bottom: -11px;
}
.popover.top > .arrow:after {
content: " ";
bottom: 1px;
margin-left: -10px;
border-bottom-width: 0;
border-top-color: #ffffff;
}
.popover.right > .arrow {
top: 50%;
left: -11px;
margin-top: -11px;
border-left-width: 0;
border-right-color: #999999;
border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
content: " ";
left: 1px;
bottom: -10px;
border-left-width: 0;
border-right-color: #ffffff;
}
.popover.bottom > .arrow {
left: 50%;
margin-left: -11px;
border-top-width: 0;
border-bottom-color: #999999;
border-bottom-color: rgba(0, 0, 0, 0.25);
top: -11px;
}
.popover.bottom > .arrow:after {
content: " ";
top: 1px;
margin-left: -10px;
border-top-width: 0;
border-bottom-color: #ffffff;
}
.popover.left > .arrow {
top: 50%;
right: -11px;
margin-top: -11px;
border-right-width: 0;
border-left-color: #999999;
border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
content: " ";
right: 1px;
border-right-width: 0;
border-left-color: #ffffff;
bottom: -10px;
}
.clearfix:before,
.clearfix:after {
content: " ";
display: table;
}
.clearfix:after {
clear: both;
}
.center-block {
display: block;
margin-left: auto;
margin-right: auto;
}
.pull-right {
float: right !important;
}
.pull-left {
float: left !important;
}
.hide {
display: none !important;
}
.show {
display: block !important;
}
.invisible {
visibility: hidden;
}
.text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.hidden {
display: none !important;
visibility: hidden !important;
}
.affix {
position: fixed;
}
.bootstrap-tagsinput {
background-color: #fff;
border: 1px solid #ccc;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
display: inline-block;
padding: 4px 6px;
margin-bottom: 10px;
color: #555;
vertical-align: middle;
border-radius: 4px;
max-width: 100%;
line-height: 22px;
cursor: text;
}
.bootstrap-tagsinput input {
border: none;
box-shadow: none;
outline: none;
background-color: transparent;
padding: 0;
margin: 0;
width: auto !important;
max-width: inherit;
}
.bootstrap-tagsinput input:focus {
border: none;
box-shadow: none;
}
.bootstrap-tagsinput .tag {
margin-right: 2px;
color: white;
}
.bootstrap-tagsinput .tag [data-role="remove"] {
margin-left: 8px;
cursor: pointer;
}
.bootstrap-tagsinput .tag [data-role="remove"]:after {
content: "x";
padding: 0px 2px;
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover {
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.jPicker .Icon {
display: inline-block;
height: 24px;
position: relative;
text-align: left;
width: 25px;
}
.jPicker .Icon span.Color,
.jPicker .Icon span.Alpha {
background-position: 2px 2px;
display: block;
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
.jPicker .Icon span.Image {
background-repeat: no-repeat;
cursor: pointer;
display: block;
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
.jPicker.Container {
z-index: 10;
}
table.jPicker {
z-index: 20;
}
.jPicker .Move {
background-color: #ddd;
border-color: #fff #666 #666 #fff;
border-style: solid;
border-width: 1px;
cursor: move;
height: 12px;
padding: 0;
}
.jPicker .Title {
font-size: 11px!important;
font-weight: bold;
margin: -2px 0 0;
padding: 0;
text-align: center;
width: 100%;
}
.jPicker div.Map {
border-bottom: 2px solid #fff;
border-left: 2px solid #9a9a9a;
border-right: 2px solid #fff;
border-top: 2px solid #9a9a9a;
cursor: crosshair;
height: 260px;
overflow: hidden;
padding: 0;
position: relative;
width: 260px;
}
.jPicker div[class="Map"] {
height: 256px;
width: 256px;
}
.jPicker div.Bar {
cursor: n-resize;
height: 260px;
overflow: hidden;
padding: 0;
position: relative;
width: 24px;
}
.jPicker div[class="Bar"] {
height: 256px;
width: 20px;
}
.jPicker .Map .Map1,
.jPicker .Map .Map2,
.jPicker .Map .Map3,
.jPicker .Bar .Map1,
.jPicker .Bar .Map2,
.jPicker .Bar .Map3,
.jPicker .Bar .Map4,
.jPicker .Bar .Map5,
.jPicker .Bar .Map6 {
background-color: transparent;
background-image: none;
display: block;
left: 0;
position: absolute;
top: 0;
}
.jPicker .Map .Map1,
.jPicker .Map .Map2,
.jPicker .Map .Map3 {
height: 256px;
width: 256px;
}
.jPicker .Bar .Map1,
.jPicker .Bar .Map2,
.jPicker .Bar .Map3,
.jPicker .Bar .Map4 {
height: 3896px;
width: 20px;
}
.jPicker .Bar .Map5,
.jPicker .Bar .Map6 {
height: 256px;
width: 20px;
}
.jPicker .Map .Map1,
.jPicker .Map .Map2,
.jPicker .Bar .Map6 {
background-repeat: no-repeat;
}
.jPicker .Map .Map3,
.jPicker .Bar .Map5 {
background-repeat: repeat;
}
.jPicker .Bar .Map1,
.jPicker .Bar .Map2,
.jPicker .Bar .Map3,
.jPicker .Bar .Map4 {
background-repeat: repeat-x;
}
.jPicker .Map .Arrow {
display: block;
position: absolute;
}
.jPicker .Bar .Arrow {
display: block;
left: 0;
position: absolute;
}
.jPicker .Preview {
font-size: 9px;
text-align: center;
}
.jPicker .Preview div {
border: 2px inset #eee;
height: 62px;
margin: 0 auto;
padding: 0;
width: 62px;
}
.jPicker .Preview div span {
border: 1px solid #000;
display: block;
height: 30px;
margin: 0 auto;
padding: 0;
width: 60px;
}
.jPicker .Preview .Active {
border-bottom-width: 0;
}
.jPicker .Preview .Current {
border-top-width: 0;
cursor: pointer;
}
.jPicker .Button td {
text-align: right;
}
.jPicker .Button input {
width: 135px;
}
.jPicker td.Radio {
margin: 0;
padding: 0;
width: 31px;
}
.jPicker td.Radio input {
margin: 0 5px 0 0;
padding: 0;
}
.jPicker td.Text {
font-size: 12px!important;
height: 22px;
margin: 0;
padding: 0;
text-align: left;
width: 70px;
}
.jPicker tr.Hex td.Text {
width: 100px;
}
.jPicker td.Text input {
background-color: #fff;
border: 1px inset #aaa;
height: 19px;
margin: 0 0 0 5px;
text-align: left;
width: 30px;
}
.jPicker td[class="Text"] input {
height: 15px;
}
.jPicker tr.Hex td.Text input.Hex {
width: 50px;
}
.jPicker tr.Hex td.Text input.AHex {
width: 20px;
}
.jPicker .Grid {
display: block;
float: left;
margin-right: 10px;
}
.jPicker .Grid span.QuickColor {
cursor: pointer;
display: block;
float: left;
height: 32px;
line-height: 32px;
padding: 0;
width: 32px;
}
/* iCheck plugin Square skin, yellow
----------------------------------- */
.icheckbox_square-yellow,
.iradio_square-yellow {
display: inline-block;
*display: inline;
vertical-align: middle;
margin: 0;
padding: 0;
width: 22px;
height: 22px;
background: url("../../assets/css/jquery-plugins/icheck/yellow.png") no-repeat;
border: none;
cursor: pointer;
}
.icheckbox_square-yellow {
background-position: 0 0;
}
.icheckbox_square-yellow.hover {
background-position: -24px 0;
}
.icheckbox_square-yellow.checked {
background-position: -48px 0;
}
.icheckbox_square-yellow.disabled {
background-position: -72px 0;
cursor: default;
}
.icheckbox_square-yellow.checked.disabled {
background-position: -96px 0;
}
.iradio_square-yellow {
background-position: -120px 0;
}
.iradio_square-yellow.hover {
background-position: -144px 0;
}
.iradio_square-yellow.checked {
background-position: -168px 0;
}
.iradio_square-yellow.disabled {
background-position: -192px 0;
cursor: default;
}
.iradio_square-yellow.checked.disabled {
background-position: -216px 0;
}
/* Retina support */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
.icheckbox_square-yellow,
.iradio_square-yellow {
background-image: url("../../assets/css/jquery-plugins/icheck/yellow@2x.png");
-webkit-background-size: 240px 24px;
background-size: 240px 24px;
}
}
.icheckbox_circle-yellow,
.iradio_circle-yellow {
display: inline-block;
*display: inline;
vertical-align: middle;
margin: 0;
padding: 0;
width: 22px;
height: 22px;
background: url("../../assets/css/jquery-plugins/icheck/yellow.png") no-repeat;
border: none;
cursor: pointer;
}
.icheckbox_circle-yellow {
background-position: -120px 0;
}
.icheckbox_circle-yellow.hover {
background-position: -144px 0;
}
.icheckbox_circle-yellow.checked {
background-position: -168px 0;
}
.icheckbox_circle-yellow.disabled {
background-position: -192px 0;
cursor: default;
}
.icheckbox_circle-yellow.checked.disabled {
background-position: -216px 0;
}
.iradio_circle-yellow {
background-position: -120px 0;
}
.iradio_circle-yellow.hover {
background-position: -144px 0;
}
.iradio_circle-yellow.checked {
background-position: -168px 0;
}
.iradio_circle-yellow.disabled {
background-position: -192px 0;
cursor: default;
}
.iradio_circle-yellow.checked.disabled {
background-position: -216px 0;
}
/* Retina support */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
.icheckbox_circle-yellow,
.iradio_circle-yellow {
background-image: url("../../assets/css/jquery-plugins/icheck/yellow@2x.png");
-webkit-background-size: 240px 24px;
background-size: 240px 24px;
}
}
/* iCheck plugin Polaris skin
----------------------------------- */
.icheckbox_polaris,
.iradio_polaris {
display: inline-block;
*display: inline;
vertical-align: middle;
margin: 0;
padding: 0;
width: 29px;
height: 29px;
background: url("../../assets/css/jquery-plugins/icheck/polaris.png") no-repeat;
border: none;
cursor: pointer;
}
.icheckbox_polaris {
background-position: 0 0;
}
.icheckbox_polaris.hover {
background-position: -31px 0;
}
.icheckbox_polaris.checked {
background-position: -62px 0;
}
.icheckbox_polaris.disabled {
background-position: -93px 0;
cursor: default;
}
.icheckbox_polaris.checked.disabled {
background-position: -124px 0;
}
.iradio_polaris {
background-position: -155px 0;
}
.iradio_polaris.hover {
background-position: -186px 0;
}
.iradio_polaris.checked {
background-position: -217px 0;
}
.iradio_polaris.disabled {
background-position: -248px 0;
cursor: default;
}
.iradio_polaris.checked.disabled {
background-position: -279px 0;
}
/*!
* Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
*/
/* FONT PATH
* -------------------------- */
@font-face {
font-family: 'FontAwesome';
src: url("../../assets/fonts/fontawesome-webfont.eot?v=4.2.0");
src: url("../../assets/fonts/fontawesome-webfont.eot?#iefix&v=4.2.0") format('embedded-opentype'), url("../../assets/fonts/fontawesome-webfont.woff?v=4.2.0") format('woff'), url("../../assets/fonts/fontawesome-webfont.ttf?v=4.2.0") format('truetype'), url("../../assets/fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular") format('svg');
font-weight: normal;
font-style: normal;
}
.fa {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
font-size: 1.33333333em;
line-height: 0.75em;
vertical-align: -15%;
}
.fa-2x {
font-size: 2em;
}
.fa-3x {
font-size: 3em;
}
.fa-4x {
font-size: 4em;
}
.fa-5x {
font-size: 5em;
}
.fa-fw {
width: 1.28571429em;
text-align: center;
}
.fa-ul {
padding-left: 0;
margin-left: 2.14285714em;
list-style-type: none;
}
.fa-ul > li {
position: relative;
}
.fa-li {
position: absolute;
left: -2.14285714em;
width: 2.14285714em;
top: 0.14285714em;
text-align: center;
}
.fa-li.fa-lg {
left: -1.85714286em;
}
.fa-border {
padding: .2em .25em .15em;
border: solid 0.08em #eeeeee;
border-radius: .1em;
}
.pull-right {
float: right;
}
.pull-left {
float: left;
}
.fa.pull-left {
margin-right: .3em;
}
.fa.pull-right {
margin-left: .3em;
}
.fa-spin {
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
@-webkit-keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
.fa-rotate-90 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.fa-rotate-180 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.fa-rotate-270 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg);
}
.fa-flip-horizontal {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
-webkit-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
transform: scale(-1, 1);
}
.fa-flip-vertical {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
-webkit-transform: scale(1, -1);
-ms-transform: scale(1, -1);
transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
filter: none;
}
.fa-stack {
position: relative;
display: inline-block;
width: 2em;
height: 2em;
line-height: 2em;
vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
position: absolute;
left: 0;
width: 100%;
text-align: center;
}
.fa-stack-1x {
line-height: inherit;
}
.fa-stack-2x {
font-size: 2em;
}
.fa-inverse {
color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-glass:before {
content: "\f000";
}
.fa-music:before {
content: "\f001";
}
.fa-search:before {
content: "\f002";
}
.fa-envelope-o:before {
content: "\f003";
}
.fa-heart:before {
content: "\f004";
}
.fa-heart-o:before {
content: "\f005";
}
.fa-heart-o-o:before {
content: "\f006";
}
.fa-user:before {
content: "\f007";
}
.fa-film:before {
content: "\f008";
}
.fa-th-large:before {
content: "\f009";
}
.fa-th:before {
content: "\f00a";
}
.fa-th-list:before {
content: "\f00b";
}
.fa-check:before {
content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
content: "\f00d";
}
.fa-search-plus:before {
content: "\f00e";
}
.fa-search-minus:before {
content: "\f010";
}
.fa-power-off:before {
content: "\f011";
}
.fa-signal:before {
content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
content: "\f013";
}
.fa-trash-o:before {
content: "\f014";
}
.fa-home:before {
content: "\f015";
}
.fa-file-o:before {
content: "\f016";
}
.fa-clock-o:before {
content: "\f017";
}
.fa-road:before {
content: "\f018";
}
.fa-download:before {
content: "\f019";
}
.fa-arrow-circle-o-down:before {
content: "\f01a";
}
.fa-arrow-circle-o-up:before {
content: "\f01b";
}
.fa-inbox:before {
content: "\f01c";
}
.fa-play-circle-o:before {
content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
content: "\f01e";
}
.fa-refresh:before {
content: "\f021";
}
.fa-list-alt:before {
content: "\f022";
}
.fa-lock:before {
content: "\f023";
}
.fa-flag:before {
content: "\f024";
}
.fa-headphones:before {
content: "\f025";
}
.fa-volume-off:before {
content: "\f026";
}
.fa-volume-down:before {
content: "\f027";
}
.fa-volume-up:before {
content: "\f028";
}
.fa-qrcode:before {
content: "\f029";
}
.fa-barcode:before {
content: "\f02a";
}
.fa-tag:before {
content: "\f02b";
}
.fa-tags:before {
content: "\f02c";
}
.fa-book:before {
content: "\f02d";
}
.fa-bookmark:before {
content: "\f02e";
}
.fa-print:before {
content: "\f02f";
}
.fa-camera:before {
content: "\f030";
}
.fa-font:before {
content: "\f031";
}
.fa-bold:before {
content: "\f032";
}
.fa-italic:before {
content: "\f033";
}
.fa-text-height:before {
content: "\f034";
}
.fa-text-width:before {
content: "\f035";
}
.fa-align-left:before {
content: "\f036";
}
.fa-align-center:before {
content: "\f037";
}
.fa-align-right:before {
content: "\f038";
}
.fa-align-justify:before {
content: "\f039";
}
.fa-list:before {
content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
content: "\f03b";
}
.fa-indent:before {
content: "\f03c";
}
.fa-video-camera:before {
content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
content: "\f03e";
}
.fa-pencil:before {
content: "\f040";
}
.fa-map-marker:before {
content: "\f041";
}
.fa-adjust:before {
content: "\f042";
}
.fa-tint:before {
content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
content: "\f044";
}
.fa-share-square-o:before {
content: "\f045";
}
.fa-check-square-o:before {
content: "\f046";
}
.fa-arrows:before {
content: "\f047";
}
.fa-step-backward:before {
content: "\f048";
}
.fa-fast-backward:before {
content: "\f049";
}
.fa-backward:before {
content: "\f04a";
}
.fa-play:before {
content: "\f04b";
}
.fa-pause:before {
content: "\f04c";
}
.fa-stop:before {
content: "\f04d";
}
.fa-forward:before {
content: "\f04e";
}
.fa-fast-forward:before {
content: "\f050";
}
.fa-step-forward:before {
content: "\f051";
}
.fa-eject:before {
content: "\f052";
}
.fa-chevron-left:before {
content: "\f053";
}
.fa-chevron-right:before {
content: "\f054";
}
.fa-plus-circle:before {
content: "\f055";
}
.fa-minus-circle:before {
content: "\f056";
}
.fa-times-circle:before {
content: "\f057";
}
.fa-check-circle:before {
content: "\f058";
}
.fa-question-circle:before {
content: "\f059";
}
.fa-info-circle:before {
content: "\f05a";
}
.fa-crosshairs:before {
content: "\f05b";
}
.fa-times-circle-o:before {
content: "\f05c";
}
.fa-check-circle-o:before {
content: "\f05d";
}
.fa-ban:before {
content: "\f05e";
}
.fa-arrow-left:before {
content: "\f060";
}
.fa-arrow-right:before {
content: "\f061";
}
.fa-arrow-up:before {
content: "\f062";
}
.fa-arrow-down:before {
content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
content: "\f064";
}
.fa-expand:before {
content: "\f065";
}
.fa-compress:before {
content: "\f066";
}
.fa-plus:before {
content: "\f067";
}
.fa-minus:before {
content: "\f068";
}
.fa-asterisk:before {
content: "\f069";
}
.fa-exclamation-circle:before {
content: "\f06a";
}
.fa-gift:before {
content: "\f06b";
}
.fa-leaf:before {
content: "\f06c";
}
.fa-fire:before {
content: "\f06d";
}
.fa-eye:before {
content: "\f06e";
}
.fa-eye-slash:before {
content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
content: "\f071";
}
.fa-plane:before {
content: "\f072";
}
.fa-calendar:before {
content: "\f073";
}
.fa-random:before {
content: "\f074";
}
.fa-comment:before {
content: "\f075";
}
.fa-magnet:before {
content: "\f076";
}
.fa-chevron-up:before {
content: "\f077";
}
.fa-chevron-down:before {
content: "\f078";
}
.fa-retweet:before {
content: "\f079";
}
.fa-shopping-cart:before {
content: "\f07a";
}
.fa-folder:before {
content: "\f07b";
}
.fa-folder-open:before {
content: "\f07c";
}
.fa-arrows-v:before {
content: "\f07d";
}
.fa-arrows-h:before {
content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
content: "\f080";
}
.fa-twitter-square:before {
content: "\f081";
}
.fa-facebook-square:before {
content: "\f082";
}
.fa-camera-retro:before {
content: "\f083";
}
.fa-key:before {
content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
content: "\f085";
}
.fa-comments:before {
content: "\f086";
}
.fa-thumbs-o-up:before {
content: "\f087";
}
.fa-thumbs-o-down:before {
content: "\f088";
}
.fa-heart-o-half:before {
content: "\f089";
}
.fa-heart-o:before {
content: "\f08a";
}
.fa-sign-out:before {
content: "\f08b";
}
.fa-linkedin-square:before {
content: "\f08c";
}
.fa-thumb-tack:before {
content: "\f08d";
}
.fa-external-link:before {
content: "\f08e";
}
.fa-sign-in:before {
content: "\f090";
}
.fa-trophy:before {
content: "\f091";
}
.fa-github-square:before {
content: "\f092";
}
.fa-upload:before {
content: "\f093";
}
.fa-lemon-o:before {
content: "\f094";
}
.fa-phone:before {
content: "\f095";
}
.fa-square-o:before {
content: "\f096";
}
.fa-bookmark-o:before {
content: "\f097";
}
.fa-phone-square:before {
content: "\f098";
}
.fa-twitter:before {
content: "\f099";
}
.fa-facebook:before {
content: "\f09a";
}
.fa-github:before {
content: "\f09b";
}
.fa-unlock:before {
content: "\f09c";
}
.fa-credit-card:before {
content: "\f09d";
}
.fa-rss:before {
content: "\f09e";
}
.fa-hdd-o:before {
content: "\f0a0";
}
.fa-bullhorn:before {
content: "\f0a1";
}
.fa-bell:before {
content: "\f0f3";
}
.fa-certificate:before {
content: "\f0a3";
}
.fa-hand-o-right:before {
content: "\f0a4";
}
.fa-hand-o-left:before {
content: "\f0a5";
}
.fa-hand-o-up:before {
content: "\f0a6";
}
.fa-hand-o-down:before {
content: "\f0a7";
}
.fa-arrow-circle-left:before {
content: "\f0a8";
}
.fa-arrow-circle-right:before {
content: "\f0a9";
}
.fa-arrow-circle-up:before {
content: "\f0aa";
}
.fa-arrow-circle-down:before {
content: "\f0ab";
}
.fa-globe:before {
content: "\f0ac";
}
.fa-wrench:before {
content: "\f0ad";
}
.fa-tasks:before {
content: "\f0ae";
}
.fa-filter:before {
content: "\f0b0";
}
.fa-briefcase:before {
content: "\f0b1";
}
.fa-arrows-alt:before {
content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
content: "\f0c1";
}
.fa-cloud:before {
content: "\f0c2";
}
.fa-flask:before {
content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
content: "\f0c5";
}
.fa-paperclip:before {
content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
content: "\f0c7";
}
.fa-square:before {
content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
content: "\f0c9";
}
.fa-list-ul:before {
content: "\f0ca";
}
.fa-list-ol:before {
content: "\f0cb";
}
.fa-strikethrough:before {
content: "\f0cc";
}
.fa-underline:before {
content: "\f0cd";
}
.fa-table:before {
content: "\f0ce";
}
.fa-magic:before {
content: "\f0d0";
}
.fa-truck:before {
content: "\f0d1";
}
.fa-pinterest:before {
content: "\f0d2";
}
.fa-pinterest-square:before {
content: "\f0d3";
}
.fa-google-plus-square:before {
content: "\f0d4";
}
.fa-google-plus:before {
content: "\f0d5";
}
.fa-money:before {
content: "\f0d6";
}
.fa-caret-down:before {
content: "\f0d7";
}
.fa-caret-up:before {
content: "\f0d8";
}
.fa-caret-left:before {
content: "\f0d9";
}
.fa-caret-right:before {
content: "\f0da";
}
.fa-columns:before {
content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
content: "\f0de";
}
.fa-envelope:before {
content: "\f0e0";
}
.fa-linkedin:before {
content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
content: "\f0e4";
}
.fa-comment-o:before {
content: "\f0e5";
}
.fa-comments-o:before {
content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
content: "\f0e7";
}
.fa-sitemap:before {
content: "\f0e8";
}
.fa-umbrella:before {
content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
content: "\f0ea";
}
.fa-lightbulb-o:before {
content: "\f0eb";
}
.fa-exchange:before {
content: "\f0ec";
}
.fa-cloud-download:before {
content: "\f0ed";
}
.fa-cloud-upload:before {
content: "\f0ee";
}
.fa-user-md:before {
content: "\f0f0";
}
.fa-stethoscope:before {
content: "\f0f1";
}
.fa-suitcase:before {
content: "\f0f2";
}
.fa-bell-o:before {
content: "\f0a2";
}
.fa-coffee:before {
content: "\f0f4";
}
.fa-cutlery:before {
content: "\f0f5";
}
.fa-file-text-o:before {
content: "\f0f6";
}
.fa-building-o:before {
content: "\f0f7";
}
.fa-hospital-o:before {
content: "\f0f8";
}
.fa-ambulance:before {
content: "\f0f9";
}
.fa-medkit:before {
content: "\f0fa";
}
.fa-fighter-jet:before {
content: "\f0fb";
}
.fa-beer:before {
content: "\f0fc";
}
.fa-h-square:before {
content: "\f0fd";
}
.fa-plus-square:before {
content: "\f0fe";
}
.fa-angle-double-left:before {
content: "\f100";
}
.fa-angle-double-right:before {
content: "\f101";
}
.fa-angle-double-up:before {
content: "\f102";
}
.fa-angle-double-down:before {
content: "\f103";
}
.fa-angle-left:before {
content: "\f104";
}
.fa-angle-right:before {
content: "\f105";
}
.fa-angle-up:before {
content: "\f106";
}
.fa-angle-down:before {
content: "\f107";
}
.fa-desktop:before {
content: "\f108";
}
.fa-laptop:before {
content: "\f109";
}
.fa-tablet:before {
content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
content: "\f10b";
}
.fa-circle-o:before {
content: "\f10c";
}
.fa-quote-left:before {
content: "\f10d";
}
.fa-quote-right:before {
content: "\f10e";
}
.fa-spinner:before {
content: "\f110";
}
.fa-circle:before {
content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
content: "\f112";
}
.fa-github-alt:before {
content: "\f113";
}
.fa-folder-o:before {
content: "\f114";
}
.fa-folder-open-o:before {
content: "\f115";
}
.fa-smile-o:before {
content: "\f118";
}
.fa-frown-o:before {
content: "\f119";
}
.fa-meh-o:before {
content: "\f11a";
}
.fa-gamepad:before {
content: "\f11b";
}
.fa-keyboard-o:before {
content: "\f11c";
}
.fa-flag-o:before {
content: "\f11d";
}
.fa-flag-checkered:before {
content: "\f11e";
}
.fa-terminal:before {
content: "\f120";
}
.fa-code:before {
content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
content: "\f122";
}
.fa-heart-o-half-empty:before,
.fa-heart-o-half-full:before,
.fa-heart-o-half-o:before {
content: "\f123";
}
.fa-location-arrow:before {
content: "\f124";
}
.fa-crop:before {
content: "\f125";
}
.fa-code-fork:before {
content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
content: "\f127";
}
.fa-question:before {
content: "\f128";
}
.fa-info:before {
content: "\f129";
}
.fa-exclamation:before {
content: "\f12a";
}
.fa-superscript:before {
content: "\f12b";
}
.fa-subscript:before {
content: "\f12c";
}
.fa-eraser:before {
content: "\f12d";
}
.fa-puzzle-piece:before {
content: "\f12e";
}
.fa-microphone:before {
content: "\f130";
}
.fa-microphone-slash:before {
content: "\f131";
}
.fa-shield:before {
content: "\f132";
}
.fa-calendar-o:before {
content: "\f133";
}
.fa-fire-extinguisher:before {
content: "\f134";
}
.fa-rocket:before {
content: "\f135";
}
.fa-maxcdn:before {
content: "\f136";
}
.fa-chevron-circle-left:before {
content: "\f137";
}
.fa-chevron-circle-right:before {
content: "\f138";
}
.fa-chevron-circle-up:before {
content: "\f139";
}
.fa-chevron-circle-down:before {
content: "\f13a";
}
.fa-html5:before {
content: "\f13b";
}
.fa-css3:before {
content: "\f13c";
}
.fa-anchor:before {
content: "\f13d";
}
.fa-unlock-alt:before {
content: "\f13e";
}
.fa-bullseye:before {
content: "\f140";
}
.fa-ellipsis-h:before {
content: "\f141";
}
.fa-ellipsis-v:before {
content: "\f142";
}
.fa-rss-square:before {
content: "\f143";
}
.fa-play-circle:before {
content: "\f144";
}
.fa-ticket:before {
content: "\f145";
}
.fa-minus-square:before {
content: "\f146";
}
.fa-minus-square-o:before {
content: "\f147";
}
.fa-level-up:before {
content: "\f148";
}
.fa-level-down:before {
content: "\f149";
}
.fa-check-square:before {
content: "\f14a";
}
.fa-pencil-square:before {
content: "\f14b";
}
.fa-external-link-square:before {
content: "\f14c";
}
.fa-share-square:before {
content: "\f14d";
}
.fa-compass:before {
content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
content: "\f153";
}
.fa-gbp:before {
content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
content: "\f158";
}
.fa-won:before,
.fa-krw:before {
content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
content: "\f15a";
}
.fa-file:before {
content: "\f15b";
}
.fa-file-text:before {
content: "\f15c";
}
.fa-sort-alpha-asc:before {
content: "\f15d";
}
.fa-sort-alpha-desc:before {
content: "\f15e";
}
.fa-sort-amount-asc:before {
content: "\f160";
}
.fa-sort-amount-desc:before {
content: "\f161";
}
.fa-sort-numeric-asc:before {
content: "\f162";
}
.fa-sort-numeric-desc:before {
content: "\f163";
}
.fa-thumbs-up:before {
content: "\f164";
}
.fa-thumbs-down:before {
content: "\f165";
}
.fa-youtube-square:before {
content: "\f166";
}
.fa-youtube:before {
content: "\f167";
}
.fa-xing:before {
content: "\f168";
}
.fa-xing-square:before {
content: "\f169";
}
.fa-youtube-play:before {
content: "\f16a";
}
.fa-dropbox:before {
content: "\f16b";
}
.fa-stack-overflow:before {
content: "\f16c";
}
.fa-instagram:before {
content: "\f16d";
}
.fa-flickr:before {
content: "\f16e";
}
.fa-adn:before {
content: "\f170";
}
.fa-bitbucket:before {
content: "\f171";
}
.fa-bitbucket-square:before {
content: "\f172";
}
.fa-tumblr:before {
content: "\f173";
}
.fa-tumblr-square:before {
content: "\f174";
}
.fa-long-arrow-down:before {
content: "\f175";
}
.fa-long-arrow-up:before {
content: "\f176";
}
.fa-long-arrow-left:before {
content: "\f177";
}
.fa-long-arrow-right:before {
content: "\f178";
}
.fa-apple:before {
content: "\f179";
}
.fa-windows:before {
content: "\f17a";
}
.fa-android:before {
content: "\f17b";
}
.fa-linux:before {
content: "\f17c";
}
.fa-dribbble:before {
content: "\f17d";
}
.fa-skype:before {
content: "\f17e";
}
.fa-foursquare:before {
content: "\f180";
}
.fa-trello:before {
content: "\f181";
}
.fa-female:before {
content: "\f182";
}
.fa-male:before {
content: "\f183";
}
.fa-gittip:before {
content: "\f184";
}
.fa-sun-o:before {
content: "\f185";
}
.fa-moon-o:before {
content: "\f186";
}
.fa-archive:before {
content: "\f187";
}
.fa-bug:before {
content: "\f188";
}
.fa-vk:before {
content: "\f189";
}
.fa-weibo:before {
content: "\f18a";
}
.fa-renren:before {
content: "\f18b";
}
.fa-pagelines:before {
content: "\f18c";
}
.fa-stack-exchange:before {
content: "\f18d";
}
.fa-arrow-circle-o-right:before {
content: "\f18e";
}
.fa-arrow-circle-o-left:before {
content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
content: "\f191";
}
.fa-dot-circle-o:before {
content: "\f192";
}
.fa-wheelchair:before {
content: "\f193";
}
.fa-vimeo-square:before {
content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
content: "\f195";
}
.fa-plus-square-o:before {
content: "\f196";
}
.fa-space-shuttle:before {
content: "\f197";
}
.fa-slack:before {
content: "\f198";
}
.fa-envelope-square:before {
content: "\f199";
}
.fa-wordpress:before {
content: "\f19a";
}
.fa-openid:before {
content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
content: "\f19d";
}
.fa-yahoo:before {
content: "\f19e";
}
.fa-google:before {
content: "\f1a0";
}
.fa-reddit:before {
content: "\f1a1";
}
.fa-reddit-square:before {
content: "\f1a2";
}
.fa-stumbleupon-circle:before {
content: "\f1a3";
}
.fa-stumbleupon:before {
content: "\f1a4";
}
.fa-delicious:before {
content: "\f1a5";
}
.fa-digg:before {
content: "\f1a6";
}
.fa-pied-piper:before {
content: "\f1a7";
}
.fa-pied-piper-alt:before {
content: "\f1a8";
}
.fa-drupal:before {
content: "\f1a9";
}
.fa-joomla:before {
content: "\f1aa";
}
.fa-language:before {
content: "\f1ab";
}
.fa-fax:before {
content: "\f1ac";
}
.fa-building:before {
content: "\f1ad";
}
.fa-child:before {
content: "\f1ae";
}
.fa-paw:before {
content: "\f1b0";
}
.fa-spoon:before {
content: "\f1b1";
}
.fa-cube:before {
content: "\f1b2";
}
.fa-cubes:before {
content: "\f1b3";
}
.fa-behance:before {
content: "\f1b4";
}
.fa-behance-square:before {
content: "\f1b5";
}
.fa-steam:before {
content: "\f1b6";
}
.fa-steam-square:before {
content: "\f1b7";
}
.fa-recycle:before {
content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
content: "\f1ba";
}
.fa-tree:before {
content: "\f1bb";
}
.fa-spotify:before {
content: "\f1bc";
}
.fa-deviantart:before {
content: "\f1bd";
}
.fa-soundcloud:before {
content: "\f1be";
}
.fa-database:before {
content: "\f1c0";
}
.fa-file-pdf-o:before {
content: "\f1c1";
}
.fa-file-word-o:before {
content: "\f1c2";
}
.fa-file-excel-o:before {
content: "\f1c3";
}
.fa-file-powerpoint-o:before {
content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
content: "\f1c8";
}
.fa-file-code-o:before {
content: "\f1c9";
}
.fa-vine:before {
content: "\f1ca";
}
.fa-codepen:before {
content: "\f1cb";
}
.fa-jsfiddle:before {
content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
content: "\f1cd";
}
.fa-circle-o-notch:before {
content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
content: "\f1d1";
}
.fa-git-square:before {
content: "\f1d2";
}
.fa-git:before {
content: "\f1d3";
}
.fa-hacker-news:before {
content: "\f1d4";
}
.fa-tencent-weibo:before {
content: "\f1d5";
}
.fa-qq:before {
content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
content: "\f1d9";
}
.fa-history:before {
content: "\f1da";
}
.fa-circle-thin:before {
content: "\f1db";
}
.fa-header:before {
content: "\f1dc";
}
.fa-paragraph:before {
content: "\f1dd";
}
.fa-sliders:before {
content: "\f1de";
}
.fa-share-alt:before {
content: "\f1e0";
}
.fa-share-alt-square:before {
content: "\f1e1";
}
.fa-bomb:before {
content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
content: "\f1e3";
}
.fa-tty:before {
content: "\f1e4";
}
.fa-binoculars:before {
content: "\f1e5";
}
.fa-plug:before {
content: "\f1e6";
}
.fa-slideshare:before {
content: "\f1e7";
}
.fa-twitch:before {
content: "\f1e8";
}
.fa-yelp:before {
content: "\f1e9";
}
.fa-newspaper-o:before {
content: "\f1ea";
}
.fa-wifi:before {
content: "\f1eb";
}
.fa-calculator:before {
content: "\f1ec";
}
.fa-paypal:before {
content: "\f1ed";
}
.fa-google-wallet:before {
content: "\f1ee";
}
.fa-cc-visa:before {
content: "\f1f0";
}
.fa-cc-mastercard:before {
content: "\f1f1";
}
.fa-cc-discover:before {
content: "\f1f2";
}
.fa-cc-amex:before {
content: "\f1f3";
}
.fa-cc-paypal:before {
content: "\f1f4";
}
.fa-cc-stripe:before {
content: "\f1f5";
}
.fa-bell-slash:before {
content: "\f1f6";
}
.fa-bell-slash-o:before {
content: "\f1f7";
}
.fa-trash:before {
content: "\f1f8";
}
.fa-copyright:before {
content: "\f1f9";
}
.fa-at:before {
content: "\f1fa";
}
.fa-eyedropper:before {
content: "\f1fb";
}
.fa-paint-brush:before {
content: "\f1fc";
}
.fa-birthday-cake:before {
content: "\f1fd";
}
.fa-area-chart:before {
content: "\f1fe";
}
.fa-pie-chart:before {
content: "\f200";
}
.fa-line-chart:before {
content: "\f201";
}
.fa-lastfm:before {
content: "\f202";
}
.fa-lastfm-square:before {
content: "\f203";
}
.fa-toggle-off:before {
content: "\f204";
}
.fa-toggle-on:before {
content: "\f205";
}
.fa-bicycle:before {
content: "\f206";
}
.fa-bus:before {
content: "\f207";
}
.fa-ioxhost:before {
content: "\f208";
}
.fa-angellist:before {
content: "\f209";
}
.fa-cc:before {
content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
content: "\f20b";
}
.fa-meanpath:before {
content: "\f20c";
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
border-bottom-right-radius: 2px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
border-bottom-left-radius: 2px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
border-top-right-radius: 2px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
border-top-left-radius: 2px;
}
.ui-widget-content {
border: 1px solid #ddd;
background: #fff;
color: #444;
}
.ui-widget {
font-family: Helvetica,Arial,sans-serif;
font-size: 1.1em;
}
.ui-slider-horizontal {
height: .1em;
}
.ui-slider {
position: relative;
text-align: left;
top: 15px;
margin-left: 10px;
margin-right: 10px;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
border: 1px solid #ddd;
background: #f6f6f6 50% 50% repeat-x;
font-weight: bold;
color: #0073ea;
}
.ui-slider-horizontal .ui-slider-handle {
top: -.6em;
margin-left: -.1em;
}
.ui-slider .ui-slider-handle {
position: absolute;
z-index: 2;
width: 0.2em;
height: 1.2em;
cursor: default;
}
.ui-slider .ui-slider-handle:hover,
.ui-slider .ui-slider-handle:focus {
background: #ffdd17;
border: 1px solid #ffdd17;
}
/* HORIZONTAL */
/* increase bottom margin to fit the pips */
.ui-slider-horizontal.ui-slider-pips {
margin-bottom: 1.4em;
}
/* default hide the labels and pips that arnt visible */
/* we just use css to hide incase we want to show certain */
/* labels/pips individually later */
.ui-slider-pips .ui-slider-label,
.ui-slider-pips .ui-slider-pip-hide {
display: none;
}
/* now we show any labels that we've set to show in the options */
.ui-slider-pips .ui-slider-pip-label .ui-slider-label {
display: block;
}
/* PIP/LABEL WRAPPER */
/* position each pip absolutely just below the default slider */
/* and also prevent accidental selection */
.ui-slider-pips .ui-slider-pip {
width: 2em;
height: 1em;
line-height: 1em;
position: absolute;
font-size: 0.8em;
color: #999;
overflow: visible;
text-align: center;
top: 20px;
left: 20px;
margin-left: -1em;
cursor: pointer;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
/* little pip/line position & size */
.ui-slider-pips .ui-slider-line {
background: #999;
width: 1px;
height: 3px;
position: absolute;
left: 50%;
}
/* the text label postion & size */
/* it overflows so no need for width to be accurate */
.ui-slider-pips .ui-slider-label {
position: absolute;
top: 5px;
left: 50%;
margin-left: -1em;
width: 2em;
}
/* make it easy to see when we hover a label */
.ui-slider-pip:hover .ui-slider-label {
color: black;
font-weight: bold;
}
/* VERTICAL */
/* vertical slider needs right-margin, not bottom */
.ui-slider-vertical.ui-slider-pips {
margin-bottom: 1em;
margin-right: 2em;
}
/* align vertical pips left and to right of the slider */
.ui-slider-vertical.ui-slider-pips .ui-slider-pip {
text-align: left;
top: auto;
left: 20px;
margin-left: 0;
margin-bottom: -0.5em;
}
/* vertical line/pip should be horizontal instead */
.ui-slider-vertical.ui-slider-pips .ui-slider-line {
width: 3px;
height: 1px;
position: absolute;
top: 50%;
left: 0;
}
.ui-slider-vertical.ui-slider-pips .ui-slider-label {
top: 50%;
left: 0.5em;
margin-left: 0;
margin-top: -0.5em;
width: 2em;
}
/* FLOATING HORIZTONAL TOOLTIPS */
/* remove the godawful looking focus outline on handle and float */
.ui-slider-float .ui-slider-handle:focus,
.ui-slider-float .ui-slider-handle:focus .ui-slider-tip,
.ui-slider-float .ui-slider-handle:focus .ui-slider-tip-label {
outline: none;
}
/* style tooltips on handles and on labels */
/* also has a nice transition */
.ui-slider-float .ui-slider-tip,
.ui-slider-float .ui-slider-tip-label {
position: absolute;
visibility: hidden;
top: -40px;
display: block;
width: 30px;
margin-left: -16px;
left: 50%;
height: 20px;
line-height: 20px;
background: white;
border-radius: 3px;
border: 1px solid #888;
text-align: center;
font-size: 12px;
opacity: 0;
color: #333;
-webkit-transition-duration: 200ms, 200ms, 0;
-moz-transition-duration: 200ms, 200ms, 0;
-ms-transition-duration: 200ms, 200ms, 0;
transition-duration: 200ms, 200ms, 0;
-webkit-transition-property: opacity, top, visibility;
-moz-transition-property: opacity, top, visibility;
-ms-transition-property: opacity, top, visibility;
transition-property: opacity, top, visibility;
-webkit-transition-delay: 0, 0, 200ms;
-moz-transition-delay: 0, 0, 200ms;
-ms-transition-delay: 0, 0, 200ms;
transition-delay: 0, 0, 200ms;
}
/* show the tooltip on hover or focus */
/* also switch transition delay around */
.ui-slider-float .ui-slider-handle:hover .ui-slider-tip,
.ui-slider-float .ui-slider-handle:focus .ui-slider-tip,
.ui-slider-float .ui-slider-pip:hover .ui-slider-tip-label {
opacity: 1;
top: -30px;
visibility: visible;
-webkit-transition-delay: 200ms, 200ms, 0;
-moz-transition-delay: 200ms, 200ms, 0;
-ms-transition-delay: 200ms, 200ms, 0;
transition-delay: 200ms, 200ms, 0;
}
/* put label tooltips below slider */
.ui-slider-float .ui-slider-pip .ui-slider-tip-label {
top: 42px;
}
.ui-slider-float .ui-slider-pip:hover .ui-slider-tip-label {
top: 32px;
font-weight: normal;
}
/* give the tooltip a css triangle arrow */
.ui-slider-float .ui-slider-tip:after,
.ui-slider-float .ui-slider-pip .ui-slider-tip-label:after {
content: " ";
width: 0;
height: 0;
border: 5px solid rgba(255,255,255,0);
border-top-color: rgba(255,255,255,1);
position: absolute;
bottom: -10px;
left: 50%;
margin-left: -5px;
}
/* put a 1px border on the tooltip arrow to match tooltip border */
.ui-slider-float .ui-slider-tip:before,
.ui-slider-float .ui-slider-pip .ui-slider-tip-label:before {
content: " ";
width: 0;
height: 0;
border: 5px solid rgba(255,255,255,0);
border-top-color: #888;
position: absolute;
bottom: -11px;
left: 50%;
margin-left: -5px;
}
/* switch the arrow to top on labels */
.ui-slider-float .ui-slider-pip .ui-slider-tip-label:after {
border: 5px solid rgba(255,255,255,0);
border-bottom-color: rgba(255,255,255,1);
top: -10px;
}
.ui-slider-float .ui-slider-pip .ui-slider-tip-label:before {
border: 5px solid rgba(255,255,255,0);
border-bottom-color: #888;
top: -11px;
}
/* FLOATING VERTICAL TOOLTIPS */
/* tooltip floats to left of handle */
.ui-slider-vertical.ui-slider-float .ui-slider-tip,
.ui-slider-vertical.ui-slider-float .ui-slider-tip-label {
top: 50%;
margin-top: -11px;
width: 34px;
margin-left: 0px;
left: -60px;
color: #333;
-webkit-transition-duration: 200ms, 200ms, 0;
-moz-transition-duration: 200ms, 200ms, 0;
-ms-transition-duration: 200ms, 200ms, 0;
transition-duration: 200ms, 200ms, 0;
-webkit-transition-property: opacity, left, visibility;
-moz-transition-property: opacity, left, visibility;
-ms-transition-property: opacity, left, visibility;
transition-property: opacity, left, visibility;
-webkit-transition-delay: 0, 0, 200ms;
-moz-transition-delay: 0, 0, 200ms;
-ms-transition-delay: 0, 0, 200ms;
transition-delay: 0, 0, 200ms;
}
.ui-slider-vertical.ui-slider-float .ui-slider-handle:hover .ui-slider-tip,
.ui-slider-vertical.ui-slider-float .ui-slider-handle:focus .ui-slider-tip,
.ui-slider-vertical.ui-slider-float .ui-slider-pip:hover .ui-slider-tip-label {
top: 50%;
margin-top: -11px;
left: -50px;
}
/* put label tooltips to right of slider */
.ui-slider-vertical.ui-slider-float .ui-slider-pip .ui-slider-tip-label {
left: 47px;
}
.ui-slider-vertical.ui-slider-float .ui-slider-pip:hover .ui-slider-tip-label {
left: 37px;
}
/* give the tooltip a css triangle arrow */
.ui-slider-vertical.ui-slider-float .ui-slider-tip:after,
.ui-slider-vertical.ui-slider-float .ui-slider-pip .ui-slider-tip-label:after {
border: 5px solid rgba(255,255,255,0);
border-left-color: rgba(255,255,255,1);
border-top-color: transparent;
position: absolute;
bottom: 50%;
margin-bottom: -5px;
right: -10px;
margin-left: 0;
top: auto;
left: auto;
}
.ui-slider-vertical.ui-slider-float .ui-slider-tip:before,
.ui-slider-vertical.ui-slider-float .ui-slider-pip .ui-slider-tip-label:before {
border: 5px solid rgba(255,255,255,0);
border-left-color: #888;
border-top-color: transparent;
position: absolute;
bottom: 50%;
margin-bottom: -5px;
right: -11px;
margin-left: 0;
top: auto;
left: auto;
}
.ui-slider-vertical.ui-slider-float .ui-slider-pip .ui-slider-tip-label:after {
border: 5px solid rgba(255,255,255,0);
border-right-color: rgba(255,255,255,1);
right: auto;
left: -10px;
}
.ui-slider-vertical.ui-slider-float .ui-slider-pip .ui-slider-tip-label:before {
border: 5px solid rgba(255,255,255,0);
border-right-color: #888;
right: auto;
left: -11px;
}
/* Slider */
.slick-slider {
position: relative;
display: block;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list {
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus {
outline: none;
}
.slick-list.dragging {
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
-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);
}
.slick-track {
position: relative;
top: 0;
left: 0;
display: block;
}
.slick-track:before,
.slick-track:after {
display: table;
content: '';
}
.slick-track:after {
clear: both;
}
.slick-loading .slick-track {
visibility: hidden;
}
.slick-slide {
display: none;
float: left;
height: 100%;
min-height: 1px;
}
[dir='rtl'] .slick-slide {
float: right;
}
.slick-slide img {
display: block;
}
.slick-slide.slick-loading img {
display: none;
}
.slick-slide.dragging img {
pointer-events: none;
}
.slick-initialized .slick-slide {
display: block;
}
.slick-loading .slick-slide {
visibility: hidden;
}
.slick-vertical .slick-slide {
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}
.toast-title {
font-weight: bold;
}
.toast-message {
-ms-word-wrap: break-word;
word-wrap: break-word;
}
.toast-message a,
.toast-message label {
color: #ffffff;
}
.toast-message a:hover {
color: #cccccc;
text-decoration: none;
}
.toast-close-button {
position: relative;
right: -0.3em;
top: -0.3em;
float: right;
font-size: 20px;
font-weight: bold;
color: #ffffff;
-webkit-text-shadow: 0 1px 0 #ffffff;
text-shadow: 0 1px 0 #ffffff;
opacity: 0.8;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
filter: alpha(opacity=80);
}
.toast-close-button:hover,
.toast-close-button:focus {
color: #000000;
text-decoration: none;
cursor: pointer;
opacity: 0.4;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
filter: alpha(opacity=40);
}
/*Additional properties for button version
iOS requires the button element instead of an anchor tag.
If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
padding: 0;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
}
.toast-top-center {
top: 0;
right: 0;
width: 100%;
}
.toast-bottom-center {
bottom: 0;
right: 0;
width: 100%;
}
.toast-top-full-width {
top: 0;
right: 0;
width: 100%;
}
.toast-bottom-full-width {
bottom: 0;
right: 0;
width: 100%;
}
.toast-top-left {
top: 12px;
left: 12px;
}
.toast-top-right {
top: 12px;
right: 12px;
}
.toast-bottom-right {
right: 12px;
bottom: 12px;
}
.toast-bottom-left {
bottom: 12px;
left: 12px;
}
#toast-container {
position: fixed;
z-index: 999999;
pointer-events: none;
/*overrides*/
}
#toast-container * {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
#toast-container > div {
position: relative;
pointer-events: auto;
overflow: hidden;
margin: 0 0 6px;
padding: 15px 15px 15px 50px;
width: 300px;
-moz-border-radius: 3px 3px 3px 3px;
-webkit-border-radius: 3px 3px 3px 3px;
border-radius: 3px 3px 3px 3px;
background-position: 15px center;
background-repeat: no-repeat;
-moz-box-shadow: 0 0 12px #999999;
-webkit-box-shadow: 0 0 12px #999999;
box-shadow: 0 0 12px #999999;
color: #ffffff;
opacity: 0.8;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
filter: alpha(opacity=80);
}
#toast-container > :hover {
-moz-box-shadow: 0 0 12px #000000;
-webkit-box-shadow: 0 0 12px #000000;
box-shadow: 0 0 12px #000000;
opacity: 1;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
filter: alpha(opacity=100);
cursor: pointer;
}
#toast-container > .toast-info {
background-image: url("../../assets/css/data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-error {
background-image: url("../../assets/css/data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-success {
background-image: url("../../assets/css/data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf/3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}
#toast-container > .toast-warning {
background-image: url("../../assets/css/data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}
#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
width: 300px;
margin-left: auto;
margin-right: auto;
}
#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
width: 96%;
margin-left: auto;
margin-right: auto;
}
.toast {
background-color: #030303;
}
.toast-success {
background-color: #51a351;
}
.toast-error {
background-color: #bd362f;
}
.toast-info {
background-color: #2f96b4;
}
.toast-warning {
background-color: #f89406;
}
.toast-progress {
position: absolute;
left: 0;
bottom: 0;
height: 4px;
background-color: #000000;
opacity: 0.4;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
filter: alpha(opacity=40);
}
/*Responsive Design*/
@media all and (max-width: 240px) {
#toast-container > div {
padding: 8px 8px 8px 50px;
width: 11em;
}
#toast-container .toast-close-button {
right: -0.2em;
top: -0.2em;
}
}
@media all and (min-width: 241px) and (max-width: 480px) {
#toast-container > div {
padding: 8px 8px 8px 50px;
width: 18em;
}
#toast-container .toast-close-button {
right: -0.2em;
top: -0.2em;
}
}
@media all and (min-width: 481px) and (max-width: 768px) {
#toast-container > div {
padding: 15px 15px 15px 50px;
width: 25em;
}
}
body {
color: white;
font-family: Lato,Arial,sans-serif;
font-size: 13.333px;
overflow: hidden;
}
*:not(input):not(textarea) {
-webkit-touch-callout: none !important;
-webkit-user-select: none !important;
-khtml-user-select: none !important;
-moz-user-select: none !important;
-ms-user-select: none !important;
user-select: none !important;
}
.download-frame {
visibility: hidden;
width: 0;
height: 0;
position: absolute;
bottom: 0;
left: 0;
z-index: -1;
border: 0;
}
/*** Header ***********************************************************************************************************/
#stats {
position: absolute;
left: 1px;
bottom: 41px;
z-index: 2;
}
#header {
color: #01adb6;
height: 50px;
width: 100%;
background-color: #ffffff;
text-align: center;
}
#header hr {
clear: both;
border: 0;
height: 1px;
background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(200, 200, 200, 0.75), rgba(0, 0, 0, 0));
}
#header ul.left-menu li,
#header ul.right-menu li {
display: inline;
height: 100%;
line-height: 100%;
vertical-align: middle;
}
#header .left-menu {
position: absolute;
top: 0;
left: 0;
}
#header li.logo-icon {
line-height: 45px !important;
}
#header li.logo-icon img {
height: 100%;
background: #25d5e5;
padding: 0 15px;
}
#header li.name-icon i {
margin: 13px 15px 0 20px;
font-size: 2.2em;
}
#header .name {
vertical-align: top;
overflow: hidden;
line-height: 50px;
font-size: 24px;
}
#header .name.editor-header-title {
border: none;
line-height: 48px;
height: 50px;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
padding: 0px 15px;
position: relative;
left: -3px;
}
#header .name.editor-header-title:focus {
-webkit-box-shadow: inset 0px 0px 6px 0px rgba(0,0,0,0.3);
-moz-box-shadow: inset 0px 0px 6px 0px rgba(0,0,0,0.3);
box-shadow: inset 0px 0px 6px 0px rgba(0,0,0,0.2);
}
#header .right-menu {
position: absolute;
top: 0;
right: 0;
text-align: left;
background-color: white;
}
#header .right-menu .btn {
float: left;
color: #01adb6;
height: 100%;
padding: 18px 20px;
}
#header .right-menu .btn i {
margin: 0 5px 0 0;
}
#header .right-menu .btn.active,
#header .right-menu .btn:hover,
#header .right-menu .btn:focus {
background-color: #2b3031 !important;
color: #ffdd17 !important;
}
#header .right-menu .btn-double.green .btn {
background-color: #01adb6;
color: #FFFFFF;
width: 100px;
padding: 18px 0;
font-weight: normal;
}
#header .right-menu .btn.black {
color: #595959;
padding-right: 0px;
}
#header .right-menu .btn.black i {
margin: 0 10px 0 5px;
}
.ui-dropdown-content select {
color: #333;
}
#bottom-submenu .ui-dropdown-content,
#header .ui-dropdown-content {
display: none;
position: absolute;
width: 300px;
background-color: #2b3031;
font-size: 14px;
color: white;
line-height: 20px;
padding: 10px;
z-index: 102;
box-shadow: 3px 3px 5px rgba(0,0,0,.3);
-moz-box-shadow: 3px 3px 5px rgba(0,0,0,.3);
}
#bottom-submenu .ui-dropdown-content {
bottom: 40px;
padding: 20px;
box-shadow: 3px -3px 5px rgba(0,0,0,.3);
-moz-box-shadow: 3px -3px 5px rgba(0,0,0,.3);
}
#bottom-submenu .ui-dropdown-content.custom-zoom {
width: 70px;
padding: 15px;
}
#bottom-submenu .ui-dropdown-content.custom-zoom ul {
list-style: none;
}
#bottom-submenu .ui-dropdown-content.custom-zoom li {
display: block;
cursor: pointer;
text-align: right;
}
#header .ui-dropdown-content {
top: 50px;
}
#bottom-submenu .ui-dropdown-content .buttons,
#header .ui-dropdown-content .buttons {
display: inline-block;
width: 100%;
}
#header .ui-dropdown-content .buttons.row .btn {
width: 48%;
display: block;
float: left;
margin: 2px;
}
#header .ui-dropdown-content .buttons.column .btn {
margin: 5px auto;
}
#header .ui-dropdown-content .link {
font-size: 0.8em;
margin-top: 15px;
}
#header .ui-dropdown-content .link .design-link,
#header .ui-dropdown-content .link .project-link {
background: 0 0;
border: 1px solid #EEE;
color: #EEE;
text-align: center;
padding: 4px;
font-size: 1em;
word-break: break-word;
}
#header .ui-dropdown-content .image-container {
text-align: center;
position: relative;
}
#header .ui-dropdown-content .image-container .spinnerWrapper {
position: absolute;
top: 50%;
left: 50%;
margin: 0;
transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
}
#header .ui-dropdown-content .image-container .spinnerWrapper .spinner {
width: 25px;
height: 25px;
}
#header .ui-dropdown-content .image-container img {
padding: 8px;
width: 140px;
background: #444;
}
.save-notification,
.download-notification,
#ik-save-notification,
#ik-download-notification {
display: none;
float: left;
padding: 14px 20px;
}
/*** Header / Toggles ***********************************************************************************************************/
.cmn-toggle {
position: absolute;
margin-left: -9999px;
visibility: hidden;
}
.cmn-toggle + label {
display: block;
position: relative;
cursor: pointer;
outline: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
li.editor-toggles {
width: 120px;
float: left;
text-align: center;
height: 50px !important;
font-weight: 600;
position: relative;
}
.editor-toggles input.cmn-toggle-round-flat + label {
padding: 2px;
position: absolute;
top: 0;
bottom: 0;
right: 15px;
width: 30px;
margin: auto;
height: 20px;
background-color: #B8B8B8;
-webkit-border-radius: 60px;
-moz-border-radius: 60px;
-ms-border-radius: 60px;
-o-border-radius: 60px;
border-radius: 60px;
-webkit-transition: background 0.4s;
-moz-transition: background 0.4s;
-o-transition: background 0.4s;
transition: background 0.4s;
}
.editor-toggles input.cmn-toggle-round-flat + label:before,
input.cmn-toggle-round-flat + label:after {
display: block;
position: absolute;
content: "";
}
.editor-toggles input.cmn-toggle-round-flat + label:before {
top: 2px;
left: 2px;
bottom: 2px;
right: 2px;
background-color: #fff;
-webkit-border-radius: 60px;
-moz-border-radius: 60px;
-ms-border-radius: 60px;
-o-border-radius: 60px;
border-radius: 60px;
-webkit-transition: background 0.4s;
-moz-transition: background 0.4s;
-o-transition: background 0.4s;
transition: background 0.4s;
}
.editor-toggles input.cmn-toggle-round-flat + label:after {
top: 4px;
left: 4px;
bottom: 4px;
width: 12px;
background-color: #B8B8B8;
-webkit-border-radius: 52px;
-moz-border-radius: 52px;
-ms-border-radius: 52px;
-o-border-radius: 52px;
border-radius: 52px;
-webkit-transition: margin 0.4s, background 0.4s;
-moz-transition: margin 0.4s, background 0.4s;
-o-transition: margin 0.4s, background 0.4s;
transition: margin 0.4s, background 0.4s;
}
.editor-toggles input.cmn-toggle-round-flat:checked + label {
background-color: #01ADB6;
}
.editor-toggles input.cmn-toggle-round-flat:checked + label:after {
margin-left: 10px;
background-color: #01ADB6;
content: "";
}
.editor-toggles-txt {
text-align: left;
position: absolute;
line-height: 50px;
top: -16px;
padding: 0 18px 0 0;
}
label[for="ik-auto-block"] > span.editor-toggles-txt {
left: -64px;
}
label[for="ik-auto-save"] > span.editor-toggles-txt {
left: -60px;
}
.editor-toggles input.cmn-toggle-round-flat+label {
color: #B8B8B8;
}
.editor-toggles input.cmn-toggle-round-flat:checked+label {
color: #01adb6;
}
/*** Panels ***********************************************************************************************************/
#content {
position: fixed;
bottom: 0;
left: 0;
right: 0;
top: 50px;
min-height: 520px;
color: #9d9d9d;
overflow: hidden;
}
panel {
position: absolute;
display: inline-block;
}
#tool-panel {
top: 0;
left: 0;
bottom: 0;
width: 395px;
background-color: #414a4b;
}
#pages-panel {
top: 100%;
bottom: 0;
right: 0;
left: 396px;
background: #414a4b;
z-index: 20;
padding: 0 20px;
position: absolute;
height: auto;
-o-transition: top 0.3s;
-webkit-transition: top 0.3s;
-moz-transition: top 0.3s;
transition: top 0.3s;
}
#mode-panel {
display: none;
width: 200px;
top: 10px;
right: 10px;
z-index: 10;
}
#pages-panel .pageOrder {
height: initial;
}
#pages-panel .submenu {
float: right;
}
#pages-panel .submenu a {
padding: 5px 0 0 15px;
color: #01adb6;
}
#pages-panel .submenu a:hover {
color: #ffdd17;
}
#pages-panel .submenu a i {
position: relative;
top: 5px;
font-size: 1.5em;
padding: 0 3px 0 10px;
}
#canvas-panel {
background-color: #ededed;
top: 0;
bottom: 0;
right: 0;
left: 395px;
z-index: 5;
}
#canvas-panel.mode {
border: 10px solid #ffdd17;
}
body.clean #canvas-panel {
left: 0 !important;
}
body.clean .menu.popupmenu {
display: none;
}
/*** Submenus *********************************************************************************************************/
#ik-grid-snap {
position: absolute;
top: 0;
left: 0;
width: 22px;
height: 22px;
transition: none;
font-weight: 400;
line-height: 22px;
z-index: 2;
}
#ik-grid-snap i {
line-height: 16px;
font-size: 12px;
height: 20px;
}
#bottom-submenu {
bottom: 0;
height: 40px;
right: 0;
z-index: 5;
background: #FFF;
}
#bottom-submenu > .margin,
#bottom-submenu > ul,
#bottom-submenu > ul > li,
#bottom-submenu > ul > li > a {
height: 100%;
line-height: 40px;
vertical-align: top;
display: inline-block;
}
#bottom-submenu > .margin {
background: #414a4b;
}
#bottom-submenu > ul {
border-left: 1px solid #FFF;
}
#bottom-submenu > ul li.border-left {
border-left: 1px solid #EDEDED;
}
#bottom-submenu li.page-size,
#bottom-submenu li.page-count,
#bottom-submenu .btn-gray,
#bottom-submenu .btn-white {
height: 40px;
min-width: 40px;
line-height: 40px;
text-align: center;
}
#bottom-submenu .page-size-group {
margin-bottom: 15px;
}
#bottom-submenu .page-size-group section {
padding: 0 30px;
}
#bottom-submenu .page-size-group section.format {
position: absolute;
cursor: pointer;
height: 40px;
width: 230px;
bottom: 145px;
left: 50px;
background-color: #414a4b;
padding: 0;
font-size: 12px;
-webkit-transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
-moz-transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
}
#bottom-submenu .page-size-group section.format .header {
font-size: 15px;
padding: 10px 0;
background-color: #2b3031;
-webkit-transition: padding 0.4s ease-in-out;
-moz-transition: padding 0.4s ease-in-out;
transition: padding 0.4s ease-in-out;
}
#bottom-submenu .page-size-group section.format .body {
overflow: hidden;
height: 0;
-webkit-transition: width 0.4s ease-in-out, height 0.4s ease-in-out, padding 0.4s ease-in-out;
-moz-transition: width 0.4s ease-in-out, height 0.4s ease-in-out, padding 0.4s ease-in-out;
transition: width 0.4s ease-in-out, height 0.4s ease-in-out, padding 0.4s ease-in-out;
}
#bottom-submenu .page-size-group section.format.active {
height: 340px;
width: 300px;
box-shadow: 3px -3px 5px rgba(0,0,0,.3);
-moz-box-shadow: 3px -3px 5px rgba(0,0,0,.3);
}
#bottom-submenu .page-size-group section.format.active .header {
padding: 10px;
}
#bottom-submenu .page-size-group section.format.active .body {
overflow: auto;
height: 300px;
padding: 10px;
}
#bottom-submenu .page-size-group section.format .checkbox {
padding: 0;
}
#bottom-submenu .page-size-group section.format .checkbox>div:first-child {
margin-right: 0;
}
#bottom-submenu .page-size-group label {
display: inline-block;
margin-left: 5px;
}
#bottom-submenu .page-size-group select.format {
width: 100%;
}
#bottom-submenu .page-size-group input.size {
padding: 0 5px;
width: 55px;
}
.disabled,
.semidisabled {
filter: gray;
/* IE6-9 */
-webkit-filter: grayscale(100%);
opacity: 0.6;
}
.disabled {
pointer-events: none;
}
.blur {
-webkit-filter: blur(4px);
-moz-filter: blur(4px);
-o-filter: blur(4px);
filter: opacity(50%);
pointer-events: none;
}
.overlay {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
width: 100%;
height: 100%;
z-index: 9000;
}
#inkiveLoader:after {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
background: #0f1a21;
opacity: 0.7;
content: " ";
z-index: -1;
pointer-events: none;
}
#inkiveLoader {
position: absolute;
display: block;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
background: url("../../assets/img/editor/texture.jpg");
background-color: #0f1a21;
background-repeat: no-repeat;
background-size: 100% 100%;
z-index: 9000;
}
#inkiveLoader .inkive-logo {
width: 174px;
height: 174px;
top: 50%;
left: 50%;
position: absolute;
margin-top: -82px;
margin-left: -82px;
}
#inkiveLoader h1,
h2,
h3 {
margin: 0;
padding: 0;
text-align: center;
z-index: 9999;
color: #ddd;
text-shadow: rgba(0, 0, 0, 0.3) 0 0 1px;
}
#inkiveLoader h1,
h2 {
margin: 1em;
font-size: 2.2222em;
}
#inkiveLoader h3 {
margin: 1em;
font-size: 1.2em;
}
#inkiveLoader h3 {
font-weight: 400;
}
#inkiveLoader .bottom {
bottom: 30px;
bottom: 0px;
position: absolute;
width: 100%;
margin-left: 0;
margin-right: 0;
}
/**** Page Order ******************************************************************************************************/
.default .pageOrder[data-type="row"] .thumbnail.space {
margin-left: 10px;
}
.default .pageOrder[data-type="row"] .thumbnail.cover {
margin-left: 0;
margin-right: 15px;
}
.default .pageOrder .thumbnail.space {
margin-left: 25px;
}
.default .pageOrder .thumbnail.cover {
margin-left: 85px;
margin-right: 60px;
}
.pageOrder .thumbnail {
border-top: 8px solid transparent;
margin-top: -3px;
}
.pageOrder .thumbnail.active {
border-top: 8px solid #ffdd37;
}
.pageOrder .pageOrderWrapper {
position: relative;
}
.pageOrder .pageOrderWrapper img {
cursor: pointer;
}
.pageOrder .thumbnail.add a {
width: 106px;
height: 76px;
background: #2B3031;
}
.pageOrder .thumbnail.add a i {
position: absolute;
top: 50%;
left: 50%;
font-size: 2em;
transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
}
.pageOrderWrapper #ik-hide-pagemenu {
display: none;
background: transparent;
position: absolute;
top: -20px;
right: 0;
color: #ffdd37;
}
.pageOrderWrapper #ik-hide-pagemenu span:first-child {
padding-right: 3px;
}
.pageOrderWrapper .pageSubmenu {
display: none;
position: absolute;
top: -8px;
right: 5px;
cursor: auto;
background-color: transparent;
}
.pageOrderWrapper .pageSubmenu a.tool-icon {
display: block;
float: left;
margin-right: 3px;
font-size: 18px;
text-align: center;
width: 24px;
height: 24px;
background-color: #ffdd37;
color: #2f3536;
-o-transition: all 0.4s;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
transition: all 0.4s;
}
.pageOrderWrapper .pageSubmenu a.tool-icon:hover {
color: #ffdd37;
background-color: #2f3536;
}
#pageMenu {
display: none;
position: absolute;
top: 0;
height: 100%;
width: 106px;
background-color: #2f3536;
cursor: default;
}
#pageMenu #info {
height: 30px;
background: #ffdd37;
color: #2f3536;
text-align: center;
line-height: 30px;
font-weight: 600;
}
#pageMenu #info {
height: 30px;
background: #ffdd37;
color: #2f3536;
text-align: center;
line-height: 30px;
font-weight: 600;
}
#pageMenu #info.help {
color: #687678;
font-size: 0.8em;
}
#pageMenu a.tool-icon {
background-color: transparent;
font-size: 18px;
display: block;
width: 16px;
float: left;
margin: 10px 0 0 15px;
}
#div_alert {
width: 100%;
text-align: center;
}
.modalWrapper {
display: none;
}
.modalWrapper .modal {
position: absolute;
margin: 10px auto;
display: block;
z-index: 9998;
padding: 0;
font-weight: 300;
border: none;
font-family: Lato;
color: #e5e5e5;
background: #414a4b;
left: 50%;
-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.66), 0 2px 15px 0 rgba(0, 0, 0, 0.42);
-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.66), 0 2px 15px 0 rgba(0, 0, 0, 0.42);
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.66), 0 2px 15px 0 rgba(0, 0, 0, 0.42);
}
.modalWrapper .modal.alert {
text-align: center;
}
.modalWrapper .modal .content {
padding: 1.5em 1em;
font-size: 12pt;
}
.modalWrapper .modal .btnWrapper.bottom {
padding: 0 20px 20px 20px;
text-align: center;
clear: both;
}
.modalWrapper .modal .btnWrapper.bottom li {
text-align: center;
font-weight: 400;
text-shadow: none;
padding: 5px;
}
.modalWrapper .modal .btnWrapper.bottom li {
width: 250px;
}
.modalWrapper .modal.alert .btnWrapper.bottom li {
width: 50%;
}
.modalWrapper .modal textarea {
height: 115px;
}
/**** Loader **********************************************************************************************************/
.spinnerWrapper {
position: relative;
width: 100%;
text-align: center;
margin: 30px 0 30px 0;
}
.spinnerWrapper.center {
position: absolute;
top: 50%;
margin-top: -40px;
}
@-webkit-keyframes rotator {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes rotator {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-webkit-keyframes colors {
0% {
border-top-color: #4285F4;
border-left-color: #4285F4;
}
25% {
border-top-color: #DE3E35;
border-left-color: #DE3E35;
}
50% {
border-top-color: #F7C223;
border-left-color: #F7C223;
}
75% {
border-top-color: #1B9A59;
border-left-color: #1B9A59;
}
100% {
border-top-color: #4285F4;
border-left-color: #4285F4;
}
}
@keyframes colors {
0% {
border-top-color: #4285F4;
border-left-color: #4285F4;
}
25% {
border-top-color: #DE3E35;
border-left-color: #DE3E35;
}
50% {
border-top-color: #F7C223;
border-left-color: #F7C223;
}
75% {
border-top-color: #1B9A59;
border-left-color: #1B9A59;
}
100% {
border-top-color: #4285F4;
border-left-color: #4285F4;
}
}
@-webkit-keyframes dash {
0% {
}
50% {
-webkit-transform: rotate(135deg);
transform: rotate(135deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes dash {
0% {
}
50% {
-webkit-transform: rotate(135deg);
transform: rotate(135deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.spinner {
position: relative;
width: 76px;
height: 76px;
display: inline-block;
-webkit-animation: rotator 1.4s linear infinite;
animation: rotator 1.4s linear infinite;
}
.spinner.small {
width: 16px;
height: 16px;
}
.spinner.small .path {
border: 2px solid transparent;
}
.path {
display: block;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
border-radius: 50%;
border: 6px solid transparent;
border-top-color: #ffdd17;
border-left-color: #ffdd17;
-webkit-transform-origin: center;
-ms-transform-origin: center;
transform-origin: center;
-webkit-animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
}
html,
body,
div {
-webkit-user-select: text;
-khtml-user-select: text;
-moz-user-select: text;
-o-user-select: text;
user-select: text;
/* this will work for QtWebKit in future */
-webkit-user-drag: text;
}
#ik-editor {
position: absolute;
float: left;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
border: 0;
bottom: 0;
overflow: hidden;
}
.web #ik-editor {
padding-bottom: 40px;
}
#editor {
position: relative;
overflow: hidden;
}
#svgroot {
-moz-user-select: none;
-webkit-user-select: none;
position: absolute;
top: 0;
left: 0;
}
#svgcanvas {
position: relative;
line-height: normal;
display: block;
text-align: center;
vertical-align: middle;
-apple-dashboard-region: dashboard-region(control rectangle 0px 0px 0px 0px);
/* for widget regions that shouldn't react to dragging */
transform-origin: 0 0;
-moz-transform-origin: 0 0;
-o-transform-origin: 0 0;
-webkit-transform-origin: 0 0;
}
#canvaspanel {
top: 0;
left: 0;
}
#workarea {
position: absolute;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
border: none;
overflow: auto;
text-align: center;
}
#text {
position: absolute;
left: -9999px;
z-index: 0;
}
.selectorGrip:hover {
fill: #ffdd17;
stroke: #333;
}
.element {
cursor: move;
-webkit-perspective: 1000;
-webkit-backface-visibility: hidden;
}
.element:not(.selected):hover {
outline: 1px dotted #ffdd17;
}
.element.selected .subelement:not(.active) {
outline: 1px dashed #000;
cursor: pointer !important;
}
.element.selected .subelement.active:not(.textarea),
.element.selected .subelement.active.textarea text,
.element.selected .subelement:hover:not(.active) {
outline: 1px dashed #ffdd17;
cursor: pointer !important;
}
/* SVG */
#workarea image,
#workarea img,
#workarea path,
#workarea rect,
#workarea rect,
#workarea ellipse,
#workarea line,
#workarea .sticker {
cursor: move;
}
/* https://dev.opera.com/articles/css-will-change-property/ */
.selected {
will-change: transform;
}
html,
body,
a,
img {
-webkit-touch-callout: none !important;
-webkit-user-select: none !important;
}
/*** Menu *************************************************************************************************************/
.tool-menu {
display: block;
float: left;
height: 100%;
width: 80px;
}
.tool-menu ul {
height: 100%;
background-color: #2b3031;
}
.tool-menu ul li {
list-style: none;
border-bottom: 1px solid #414a4b;
height: 7vh;
min-height: 50px;
max-height: 70px;
width: 90px;
}
.tool-menu ul li.active .btn-menu,
.tool-menu ul li.active .btn-tag:after {
color: #ffdd17;
}
.tool-menu ul li.active .btn-menu {
background-color: #414a4b;
border-right: 10px solid #ffdd17;
}
.tool-menu .help-menu {
position: absolute;
bottom: 25px;
width: 90px;
height: 7vh;
min-height: 50px;
max-height: 70px;
}
.accordion dt {
clear: both;
}
.legacy .accordion dt {
border-bottom: 1px solid #566263;
}
.accordion dd {
display: none;
padding: 10px 0;
border-bottom: 1px solid #566263;
-moz-box-shadow: inset 0 8px 8px -8px #2c3335,
inset 0 -8px 8px -8px #2c3335;
-webkit-box-shadow: inset 0 8px 8px -8px #2c3335,
inset 0 -8px 8px -8px #2c3335;
box-shadow: inset 0 8px 8px -8px #2c3335,
inset 0 -8px 8px -8px #2c3335;
}
.accordion dd:last-of-type {
-moz-box-shadow: inset 0 8px 8px -8px #2c3335;
-webkit-box-shadow: inset 0 8px 8px -8px #2c3335;
box-shadow: inset 0 8px 8px -8px #2c3335;
border-bottom: none;
}
.tool-content .accordion dd .thumbnailWrapper {
width: 255px;
}
.ui-dropdown {
line-height: 30px;
position: relative;
}
.ui-dropdown.dropdown-thumb {
width: 145px;
}
.ui-dropdown.dropdown-thumb .input-icon div {
height: 100px;
line-height: 100px;
}
.ui-dropdown.dropdown-thumb .input-icon div img {
max-width: 100px;
vertical-align: middle;
max-height: 95px;
}
.ui-dropdown .input-icon div {
border: 0;
background-color: white;
color: #373e3f;
height: 45px;
line-height: 45px;
width: 100%;
padding-left: 10px;
font-family: Lato, Helvetica, Arial, sans-serif;
font-size: 15px;
font-weight: normal;
box-shadow: inset 3px 3px 6px #cecece;
cursor: pointer;
}
.ui-dropdown .ui-dropdown-items.sub {
margin-left: 265px;
width: 265px;
margin-top: -30px;
position: fixed;
background-color: #414a4b;
border: none;
box-shadow: 3px -3px 5px rgba(0,0,0,.3);
-moz-box-shadow: 3px -3px 5px rgba(0,0,0,.3);
overflow-x: initial;
overflow-y: initial;
}
.ui-dropdown .ui-dropdown-items {
display: none;
position: absolute;
background-color: #2b3031;
overflow-y: auto;
overflow-x: hidden;
color: white;
padding: 10px;
width: auto;
z-index: 500;
}
.ui-dropdown .ui-dropdown-items.fullscreen {
top: 0;
bottom: 0;
position: fixed;
overflow: hidden;
border: none;
padding: 0;
box-shadow: 3px -3px 5px rgba(0,0,0,.3);
-moz-box-shadow: 3px -3px 5px rgba(0,0,0,.3);
}
.ui-dropdown .ui-dropdown-items.fullscreen>ul {
position: absolute;
top: 50px;
bottom: 50px;
overflow: hidden;
transition: top 0.05s linear;
width: 100%;
}
.ui-dropdown .ui-dropdown-items.fullscreen>ul li:hover {
background-color: #414a4b;
}
.ui-dropdown .ui-dropdown-items.fullscreen>ul li:hover>a {
color: #ffdd17;
}
.ui-dropdown .ui-dropdown-items.fullscreen>ul hr {
margin: 2px 10px;
}
.ui-dropdown .ui-dropdown-items.fullscreen .up,
.ui-dropdown .ui-dropdown-items.fullscreen .down {
background: #2b3031;
cursor: pointer;
position: absolute;
right: 0;
left: 0;
height: 40px;
line-height: 40px;
}
.ui-dropdown .ui-dropdown-items.fullscreen .down {
bottom: 0;
}
.ui-dropdown .ui-dropdown-items.fullscreen .up {
top: 0;
}
.ui-dropdown .ui-dropdown-items.fullscreen .up:hover,
.ui-dropdown .ui-dropdown-items.fullscreen .down:hover {
background-color: #01adb6;
}
.ui-dropdown .ui-dropdown-items.horizontal {
overflow-y: initial;
overflow-x: initial;
}
.ui-dropdown.ui-dropdown-full .ui-dropdown-items {
height: 100%;
}
.ui-dropdown .ui-dropdown-items li {
display: block;
cursor: pointer;
}
.ui-dropdown .ui-dropdown-items.horizontal li {
display: inline-block;
}
.ui-dropdown .ui-dropdown-items li a {
line-height: 12px;
}
.ui-dropdown .ui-dropdown-items hr {
margin: 7px 0 0;
}
/*** Content **********************************************************************************************************/
#tool-panel .tool-content {
display: block;
float: left;
height: 100%;
width: 315px;
padding: 20px 10px;
}
.tool-content .tab {
position: relative;
display: none;
height: 100%;
overflow: hidden;
}
.web .tool-content .tab.legacy {
padding: 0 15px;
}
.tool-content .tab.active {
display: block;
}
.tool-content hr {
border-top: 1px solid #566263;
margin: 0 0 10px 0;
}
.tab-content p.title {
color: #ffdd17;
font-size: 1.5em;
padding-bottom: 15px;
}
.tool-content .drag-drop-file {
border: 1px dashed #566263;
min-height: 160px;
width: 100%;
margin: 10px 0;
text-align: center;
font-size: 1.2em;
font-weight: 300;
}
.tool-content .dd-content,
.tool-content .dd-upload {
width: 100%;
padding: 40px 10px;
}
.tool-content .dd-upload {
z-index: 1;
display: none;
position: relative;
}
.tool-content .drag-drop-file.hover {
color: #ffdd17;
border: 1px dashed #ffdd17;
}
.tool-content .drag-drop-file i {
display: block;
}
.progress-wrapper {
position: relative;
padding: 2px 0;
}
.progress-wrapper .progress-cancel {
position: absolute;
top: 3px;
right: 0;
font-size: 17px;
line-height: 17px;
text-shadow: 1px 1px 2px black, 0 0 3px #566263;
}
.progress-wrapper .progress {
background-color: #566263;
}
.progress-wrapper .progress .progress-bar {
background-color: #ffdd17;
text-align: center;
min-width: 50px;
color: #566263;
}
.tool-content section {
padding-top: 10px;
}
.tool-content section:after {
display: block;
content: attr(data-description);
color: #87999c;
line-height: 13px;
font-style: italic;
font-weight: 300;
font-size: 0.8em;
padding: 7px 0;
letter-spacing: 0;
text-align: left;
}
/**** New Thumbnails **************************************************************************************************/
.thumbnail-wrapper {
padding: 0 10px;
list-style: none;
}
.thumbnail-wrapper .thumbnail {
width: 100%;
cursor: pointer;
position: relative;
margin-bottom: 10px;
}
.thumbnail-wrapper .thumbnail.image.custom {
overflow: hidden;
}
.thumbnail-wrapper .thumbnail.image .premium {
z-index: 2;
right: -3px;
width: 30px;
height: 30px;
bottom: -4px;
color: #171518;
font-size: 20px;
padding: 1px 9px;
position: absolute;
background: #f7d609;
border-radius: 15px;
}
.thumbnail-wrapper .thumbnail.image.locked .overlay {
background: repeating-linear-gradient(135deg, rgba(0, 146, 183, .2) 0px, rgba(0, 146, 183, 0.2) 1px, transparent 0, transparent 6px );
}
.thumbnail-wrapper .thumbnail.image.locked img {
opacity: .3;
filter: grayscale(100%);
-webkit-filter: grayscale(100%);
}
.thumbnail-wrapper .thumbnail.image.locked a.unlock {
top: 0;
left: 0;
z-index: 3;
width: 100%;
height: 100%;
position: absolute;
}
.thumbnail-wrapper .thumbnail.image.locked a.unlock:hover {
color: #FFF;
}
.thumbnail-wrapper .thumbnail.image.locked a.unlock > span {
top: 50%;
left: 50%;
opacity: 0;
padding: 7px;
position: absolute;
border-radius: 5px;
transition: opacity .6s;
-moz-transition: opacity .6s;
-webkit-transition: opacity .6s;
background: rgba(0,0,0,.4);
transform: translate(-50%, -50%);
}
.thumbnail-wrapper .thumbnail.image.locked:hover a.unlock > span {
opacity: 1;
transition: opacity .2s;
-moz-transition: opacity .2s;
-webkit-transition: opacity .2s;
}
.thumbnail-wrapper .thumbnail.image.locked a.unlock > span > span {
display: block;
padding: 10px 15px;
border-radius: 3px;
background: #2aabb9;
white-space: nowrap;
text-transform: uppercase;
}
.thumbnail-wrapper .thumbnail.image > img {
width: 100%;
background: url("../../assets/css/editor/#") 50% 50% / 100% no-repeat;
}
.thumbnail-wrapper .thumbnail.image.custom > img {
position: absolute;
top: 50%;
left: 50%;
width: auto;
transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
}
.thumbnail-wrapper .thumbnail.image > .overlay {
top: 0;
left: 0;
z-index: 1;
opacity: 0;
width: 100%;
height: 100%;
background: #555;
position: absolute;
transition: opacity .8s, background .8s;
-moz-transition: opacity .8s, background .8s;
-webkit-transition: opacity .8s, background .8s;
}
.thumbnail-wrapper .thumbnail.image:hover > .overlay {
opacity: .6;
transition: opacity .4s, background .4s;
-moz-transition: opacity .4s, background .4s;
-webkit-transition: opacity .4s, background .4s;
}
.thumbnail-wrapper .thumbnail.image.loading > .overlay {
opacity: 1 !important;
}
.thumbnail-wrapper .thumbnail.image.dark > .overlay {
opacity: .8;
background: #333;
}
.thumbnail-wrapper .thumbnail.image.dark:hover > .overlay {
opacity: .6;
background: #555;
}
.thumbnail-wrapper .thumbnail.image > p.description {
top: 50%;
left: 50%;
z-index: 2;
color: #FFF;
position: absolute;
text-align: center;
pointer-events: none;
transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
}
.mobile .thumbnail-wrapper .thumbnail.image > p.description {
width: 90%;
}
.thumbnail-wrapper .thumbnail.image > p.description.no-break {
white-space: nowrap;
}
.thumbnail-wrapper .thumbnail.image > p.description label {
font-size: 1.2em;
}
.thumbnail-wrapper .thumbnail.image > p.description.no-break label {
display: inline-block;
padding: 0;
}
.thumbnail-wrapper .thumbnail.grid > a svg {
display: inherit;
}
.thumbnail-wrapper .thumbnail.grid > a svg .text {
display: none;
}
.thumbnail-wrapper .thumbnail.grid > a svg.vertical .trees {
transform: translate(200px, 0px);
-ms-transform: translate(200px, 0px);
-webkit-transform: translate(200px, 0px);
-o-transform: translate(200px, 0px);
-moz-transform: translate(200px, 0px);
}
.thumbnail-wrapper .thumbnail.grid > a svg.vertical .sun {
transform: translate(-50px, -72px);
-ms-transform: translate(-50px, -72px);
-webkit-transform: translate(-50px, -72px);
-o-transform: translate(-50px, -72px);
-moz-transform: translate(-50px, -72px);
}
.thumbnail-wrapper .thumbnail.grid > a svg.vertical .cloud {
transform: translate(230px, -153px);
-ms-transform: translate(230px, -153px);
-webkit-transform: translate(230px, -153px);
-o-transform: translate(230px, -153px);
-moz-transform: translate(230px, -153px);
}
/**** Thumbnail *******************************************************************************************************/
.thumbnailWrapper {
padding-left: 27px;
height: 100%;
}
.legacy .thumbnailWrapper {
padding-left: 0;
}
.thumbnailWrapper .thumbnail {
position: relative;
float: left;
margin: 5px;
}
.thumbnailWrapper .thumbnail a {
position: relative;
display: block;
cursor: pointer;
height: 100%;
}
.thumbnailWrapper .thumbnail a.blank img {
opacity: .5;
}
.thumbnailWrapper .thumbnail a.blank i {
top: 50%;
left: 50%;
color: #FFF;
font-size: 50px;
position: absolute;
pointer-events: none;
transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
}
.thumbnailWrapper.thumbmenu a.menu {
width: 110px;
height: 78px;
}
.thumbnailWrapper .thumbnail a.item.active,
.thumbnailWrapper .thumbnail a.item:hover {
outline: 2px solid #FFDD17;
cursor: pointer;
}
#tabLayouts .thumbnailWrapper .thumbnail a.item {
overflow: hidden;
}
#tabLayouts .thumbnailWrapper .thumbnail a.item:hover {
outline: initial;
}
#tabLayouts .thumbnailWrapper .thumbnail:hover {
outline: 2px solid #FFDD17;
cursor: pointer;
}
.thumbnailWrapper .thumbnail a img {
vertical-align: top;
width: 100%;
}
.thumbnailWrapper.thumbmenu a.block {
background: url("../../assets/img/editor/order-loader.gif") no-repeat scroll 50% 50% #fff;
width: 106px;
height: 75px;
border: 0;
position: relative;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.thumbnailWrapper.thumbmenu a.menu {
border: 1px solid #323c42;
-o-transition: all 0.4s;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
transition: all 0.4s;
}
.thumbnailWrapper.thumbmenu a.menu.active,
.thumbnailWrapper.thumbmenu a.menu:hover {
border: 2px solid #ffdd17;
background-size: 130% !important;
}
.thumbnailWrapper.thumbmenu a.icon {
background: none;
text-align: center;
}
.thumbnailWrapper.thumbmenu a.icon i {
line-height: 73px;
}
.thumbnailWrapper.thumbmenu p {
text-align: center;
font-size: 1em;
margin-top: 3px;
color: #899595;
}
.thumbnailWrapper .thumbnail.active p {
color: #ffdd17;
}
.thumbnail .text {
width: 110px;
height: 78px;
line-height: 78px;
text-align: center;
font-weight: 300;
background-color: #1b292e;
}
.thumbnail .text span {
display: inline-block;
vertical-align: middle;
line-height: normal;
padding: 5px;
}
.thumbnail .thumb_sticker {
position: absolute;
right: 0;
bottom: 0;
background-color: #414a4b;
color: #ffdd17;
padding: 0 5px;
cursor: help;
}
/* breadcrumb */
.breadcrumb {
padding: 0 0 0 2px;
background: none;
margin: 0 0 10px;
}
.breadcrumb li {
font-size: 8pt;
text-transform: uppercase;
}
.breadcrumb .active {
color: inherit;
}
/* Drag */
#draggingObject {
pointer-events: none;
-o-transition: opacity 0.6s;
-webkit-transition: opacity 0.6s;
-moz-transition: opacity 0.6s;
transition: opacity 0.6s;
}
#draggingObject img {
position: relative;
width: 100%;
}
/*** Tutorial *********************************************************************************************************/
#tabTutorial h1,
#tabTutorial h3 {
text-align: left;
color: #01adb6;
}
#tabTutorial h3 {
text-transform: uppercase;
font-size: 16px;
}
#tabTutorial h1 {
font-size: 35px;
margin: 0.2em 0;
}
#tabTutorial p {
font-size: 19px;
line-height: 23px;
padding: 15px 0;
font-weight: normal;
text-shadow: 0 0 1px #2b3031;
}
#tabTutorial p a {
color: #01adb6;
}
#tabTutorial p a:hover {
color: #ffdd17;
}
.tab-content .antiscroll-scrollbar-vertical {
right: 0;
}
/**** Template & backgrounds ************************************************************************************************/
.tab-content.sub-category .wrapper dt {
height: 40px;
}
.tab-content.sub-category .btn-accordion i {
width: 18px;
height: 40px;
font-size: 1em;
line-height: 40px;
}
.tab-content.sub-category .wrapper dt > a.btn-accordion {
line-height: 40px;
font-size: 1em;
height: 40px;
}
.tab-content.sub-category .wrapper dt .image-list {
top: 40px;
height: calc(100% - 40px);
}
.tab-content.sub-category .wrapper dt i.main {
margin-top: 1px;
height: 39px;
}
/**** Helper ************************************************************************************************/
.tab-content {
width: 100%;
height: 100%;
position: relative;
}
.tab-content .helper {
z-index: 1;
position: relative;
position: fixed;
transition: .0s z-index .8s;
-webkit-transition: .0s z-index .8s;
}
.tab-content .helper .big-icon {
text-align: center;
}
.tab-content .helper .big-icon i {
font-size: 120px;
color: #FFDD17;
}
.tab-content .helper.show {
z-index: 3;
transition: .0s z-index;
-webkit-transition: .0s z-index;
}
.tab-content .helper > .btn.toggle {
top: 5px;
right: 5px;
width: 20px;
height: 20px;
position: absolute;
border-radius: 10px;
background: #01adb6;
}
.tab-content .helper.show > .btn.toggle {
color: #01adb6;
background: #FFF;
}
.tab-content .helper.show > .btn.toggle:hover {
color: #ffdd17;
background: #2b3031;
}
.tab-content .helper .helper-display {
top: 5px;
right: 5px;
width: 20px;
height: 20px;
overflow: hidden;
position: relative;
position: absolute;
border-radius: 10px;
transition: .4s right, .4s top, .4s width .4s, .4s height, .4s border-radius;
-webkit-transition: .4s right, .4s top, .4s width .4s, .4s height, .4s border-radius;
}
.tab-content .helper.show .helper-display {
top: 0px;
right: 0px;
width: 100%;
height: 100%;
border-radius: 0px;
transition: .4s right .4s, .4s top .4s, .4s width, .4s height .4s, .4s border-radius .4s;
-webkit-transition: .4s right .4s, .4s top .4s, .4s width, .4s height .4s, .4s border-radius .4s;
}
.tab-content .helper .helper-content {
top: -5px;
color: #FFF;
right: -5px;
position: absolute;
padding: 15px 30px 30px;
background: rgba(1,173,182,.4);
transition: .4s right, .4s top;
-webkit-transition: .4s right, .4s top;
}
.tab-content .helper.show .helper-content {
top: 0px;
right: 0px;
transition: .4s right .4s, .4s top .4s;
-webkit-transition: .4s right .4s, .4s top .4s;
}
.tab-content .helper .helper-content h2 {
color: #FFF;
margin-left: 0;
margin-top: 8px;
text-align: left;
}
.tab-content .helper .helper-content a:not(.btn) {
text-decoration: underline;
}
/**** Menu ************************************************************************************************/
.tab-content .wrapper {
top: 0;
left: 0;
z-index: 2;
width: 100%;
position: absolute;
transition: .4s top;
-webkit-transition: .4s top;
}
.tab-content .wrapper dt {
height: 59px;
overflow: hidden;
position: relative;
transition: .4s height;
-webkit-transition: .4s height;
}
.tab-content .wrapper dt > a.btn-accordion {
margin: 0 10px;
line-height: 59px;
white-space: nowrap;
border-bottom: 1px solid #566263;
}
.tab-content .wrapper dt > a.btn-accordion.blink {
-webkit-animation: .5s blink step-end;
-webkit-animation-iteration-count: 3;
-moz-animation: .5s blink step-end;
-moz-animation-iteration-count: 3;
animation: .5s blink step-end;
animation-iteration-count: 3;
}
.tab-content .wrapper dt > a.btn-accordion img {
margin-right: 16px;
}
.tab-content .wrapper dt > a.btn-accordion i {
vertical-align: top;
}
.tab-content .wrapper dt > a.btn-accordion i.icon-plus {
color: #01adb6;
}
.tab-content .wrapper dt .antiscroll-scrollbar-horizontal {
display: none;
}
.tab-content .wrapper dt.active {
transition: .6s height .4s;
-webkit-transition: .6s height .4s;
}
.tab-content .wrapper dt.active > a.btn.btn-accordion {
background: inherit;
border: none;
}
.tab-content .wrapper dt.active > a.btn.btn-accordion::after {
color: #899595;
}
.tab-content .wrapper dt .image-list {
left: 0;
top: 59px;
width: 100%;
overflow: hidden;
position: absolute;
height: calc(100% - 59px);
transition: .6s left;
-webkit-transition: .6s left;
}
.tab-content .wrapper .image-list.out.left {
left: -100%;
}
.tab-content .wrapper .image-list.out.right {
left: 100%;
}
.mobile .tab-content .wrapper dt.active .image-list {
top: 0;
}
.mobile .tab-content .wrapper dt.active > .btn-accordion {
display: none;
margin: 0;
}
.tab-content .wrapper .thumbnail.uploader,
.tab-content .wrapper .thumbnail.uploading {
background: #313D43;
cursor: pointer;
}
.tab-content .wrapper .thumbnail.uploading {
transition: .4s height;
-webkit-transition: .4s height;
}
.tab-content .wrapper .thumbnail.uploading a.item {
top: 0;
opacity: 0;
position: absolute;
transition: .6s opacity .3s;
-webkit-transition: .6s opacity .3s;
}
.tab-content .wrapper .thumbnail.uploading a.item.loaded {
opacity: 1;
}
.mobile .tab-content:not(.backgrounds) .wrapper dt,
.mobile .tab-content:not(.sub-category) .wrapper dt {
height: 45px;
}
.mobile .tab-content:not(.backgrounds) .wrapper dt > a.btn-accordion,
.mobile .tab-content:not(.sub-category) .wrapper dt > a.btn-accordion {
line-height: 45px;
}
.mobile .filterWrapper {
padding: 0;
}
.mobile .colorLineWrapper .palette_item {
margin: 3px;
}
.mobile .tab-content.customize ul.btnWrapper {
padding-left: 5px;
}
.mobile .btnWrapper {
padding: 0;
}
.mobile .tab-content .wrapper dt > a.btn-accordion {
margin: 0;
}
/* Button container */
.progress-button {
position: relative;
display: block;
text-align: center;
height: 70px;
width: 100%;
margin: 10px 0;
}
/* Common style of SVGs */
.progress-button svg {
position: absolute;
top: 0;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
pointer-events: none;
}
.progress-button svg path {
opacity: 0;
fill: none;
}
.progress-button svg.cross {
-webkit-transition: .4s transform 3s;
transition: .4s transform 3s;
}
.progress-button.plus svg.cross {
-webkit-transform: translateX(-50%) rotate(45deg);
transform: translateX(-50%) rotate(45deg);
-webkit-transition: .4s transform;
transition: .4s transform;
}
.progress-button svg.progress-circle path {
stroke: #01adb6;
stroke-width: 5;
}
.progress-button svg.checkmark path,
.progress-button svg.cross path {
stroke: #fff;
stroke-linecap: round;
stroke-width: 4;
-webkit-transition: opacity 0.1s;
transition: opacity 0.1s;
}
.loading.progress-button span {
-webkit-transition: opacity 0.15s;
transition: opacity 0.15s;
}
.loading.progress-button span,
.success.progress-button span,
.error.progress-button span {
opacity: 0;
}
.loading.progress-button svg.progress-circle path,
.success.progress-button svg.checkmark path,
.error.progress-button svg.cross path {
opacity: 1;
-webkit-transition: stroke-dashoffset 0.3s;
transition: stroke-dashoffset 0.3s;
}
/**** Restrictions ****************************************************************************************/
.tab-content.restrictions .wrapper {
position: initial;
}
.tab-content.restrictions .wrapper dt.active {
transition: .6s height;
-moz-transition: .6s height;
-webkit-transition: .6s height;
}
.tab-content.restrictions .wrapper dt:first-of-type > a.btn.btn-accordion {
border-top: 1px solid #566263 !important;
}
.tab-content.restrictions .wrapper dt.active > a.btn.btn-accordion {
border-top: 1px solid #566263;
background: #363D3E;
}
.tab-content.restrictions .group:not(.restrictions) {
margin: 20px 10px;
}
.tab-content.restrictions .group.no-top-margin {
margin-top: 0;
}
.tab-content.restrictions h4 {
margin: 10px 0;
font-size: 16px;
}
.tab-content.restrictions p {
font-size: 14px;
}
.tab-content.restrictions .element-restrictions h4 {
position: relative;
display: inline-block;
}
.tab-content.restrictions .element-restrictions h4 span {
top: -4px;
color: #FFF;
width: 17px;
height: 17px;
right: -14px;
font-size: 9px;
line-height: 16px;
position: absolute;
text-align: center;
border-radius: 9px;
background: #01ADB6;
box-shadow: 1px 1px 5px rgba(0,0,0,.2);
border: 1px solid hsla(0, 0%, 87%, 0.29);
}
.tab-content.restrictions .element-restrictions ul.restrictions-list {
margin: 0;
font-size: 12px;
}
.tab-content.restrictions .element-restrictions ul button {
border: none;
font-size: 9px;
color: #414A4B;
padding: 2px 9px;
background: #AAA;
line-height: 9px;
margin-left: 6px;
font-weight: bold;
text-transform: uppercase;
appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
}
.tab-content.restrictions .element-restrictions ul button:hover {
background: #EEE;
}
.tab-content.restrictions .sticky {
float: right;
cursor: pointer;
font-size: 18px;
}
.tab-content.restrictions .sticky:hover {
color: #EEE;
}
.tab-content.restrictions .sticky i {
display: none;
}
.tab-content.restrictions .sticky.active i.applied {
display: block;
}
.tab-content.restrictions .sticky:not(.active) i.not-applied {
display: block;
}
.tab-content.restrictions .select-wrapper {
color: #AAA;
position: relative;
display: inline-block;
border: 1px solid #566263;
}
.select-wrapper:after {
top: 2px;
z-index: 1;
right: 4px;
content: '\f078';
position: absolute;
pointer-events: none;
font-family: 'FontAwesome';
}
.tab-content.restrictions .select-wrapper select,
.currency-select {
border: none;
cursor: pointer;
font-size: 12px;
padding: 3px 26px 3px 6px;
background: transparent;
appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
}
.tab-content.restrictions ul {
list-style: none;
}
.tab-content.restrictions ul.restrictions-list {
margin: 15px 25px;
}
.tab-content.restrictions .group ul.options {
margin-left: 5px;
margin-right: 5px;
}
.tab-content.restrictions .element-restrictions .restrictions.group {
height: 19px;
margin: 10px 0;
overflow: hidden;
transition: height .6s;
-moz-transition: height .6s;
-webkit-transition: height .6s;
}
.tab-content.restrictions .element-restrictions .group > label,
.tab-content.restrictions .group ul.options li label,
.tab-content.restrictions ul.restrictions-list li label {
color: #CCC;
cursor: pointer;
position: relative;
font-weight: lighter;
}
.tab-content.restrictions .element-restrictions .group > label:hover,
.tab-content.restrictions .group ul.options li label:hover,
.tab-content.restrictions ul.restrictions-list li label:hover {
color: #DEDEDE;
}
.tab-content.restrictions .element-restrictions .group > input[type="checkbox"],
.tab-content.restrictions .group ul.options li input[type="checkbox"],
.tab-content.restrictions ul.restrictions-list li input[type="checkbox"] {
display: none;
}
.tab-content.restrictions .element-restrictions .group > input[type="checkbox"] + label:after,
.tab-content.restrictions .group ul.options li input[type="checkbox"] + label:after,
.tab-content.restrictions ul.restrictions-list li input[type="checkbox"] + label:after {
right: 0;
top: -2px;
font-size: 18px;
content: '\f05e';
position: absolute;
font-family: FontAwesome;
transition: right .6s, color .6s;
-moz-transition: right .6s, color .6s;
-webkit-transition: right .6s, color .6s;
}
.tab-content.restrictions .element-restrictions .group > input:checked + label:not(:last-child):after {
content: '\f078';
}
.tab-content.restrictions .group ul.options li input[type="checkbox"] + label:hover:after,
.tab-content.restrictions ul.restrictions-list li input[type="checkbox"] + label:hover:after {
right: 8px;
color: #D58375;
transition: right .2s, color .2s;
-moz-transition: right .2s, color .2s;
-webkit-transition: right .2s, color .2s;
}
.tab-content.restrictions .group ul.options li input:checked + label:after,
.tab-content.restrictions ul.restrictions-list li input:checked + label:after,
.tab-content.restrictions .element-restrictions .group > input:checked + label:after {
content: '\f05d';
}
.tab-content.restrictions .group ul.options li input:checked + label:hover:after,
.tab-content.restrictions ul.restrictions-list li input:checked + label:hover:after {
color: #83C293;
}
.tab-content.restrictions input[type="text"],
.tab-content.restrictions input[type="number"] {
color: #AAA;
height: 30px;
display: block;
font-size: 12px;
background: transparent;
border-bottom: 1px solid #566263;
}
.tab-content.restrictions input[type="text"] {
border: 1px solid #566263;
}
.tab-content.restrictions .bootstrap-tagsinput {
box-shadow: none;
background: transparent;
border: 1px solid #566263;
}
.tab-content.restrictions .bootstrap-tagsinput input[type="text"] {
border: none;
width: 80px !important;
display: inline-block;
}
.tab-content.restrictions ul.dropdown-menu {
width: 264px;
margin-top: -1px;
border-radius: 0px;
background: #566263;
}
.tab-content.restrictions ul.dropdown-menu > li > a {
color: #AAA;
}
.tab-content.restrictions ul.dropdown-menu > .active > a,
.tab-content.restrictions ul.dropdown-menu > .active > a:focus,
.tab-content.restrictions ul.dropdown-menu > .active > a:hover {
color: #FFF;
background-color: #01ADB6;
}
.tab-content.restrictions .clean-margin {
margin-left: -5px;
margin-right: -5px;
}
.tab-content.restrictions li.col-half {
width: 50%;
padding: 0 5px;
display: inline-block;
}
.tab-content.restrictions li.col-third {
width: 33%;
padding: 0 5px;
display: inline-block;
}
.tab-content.restrictions .restrictions.group ul.options > label {
display: block;
}
/***** Type : Image *****/
.tab-content.restrictions .thumbnails-wrapper {
padding-top: 10px;
}
.tab-content.restrictions .thumbnails-wrapper .addmore,
.tab-content.restrictions .thumbnails-wrapper .thumbnail {
width: 78px;
margin: 4px;
height: 78px;
cursor: pointer;
position: relative;
display: inline-block;
background-size: cover;
transition: all .5s;
-webkit-transition: all .5s;
box-shadow: 0 2px 1px rgba(0,0,0,.08);
}
.tab-content.restrictions .thumbnails-wrapper .addmore,
.tab-content.restrictions .thumbnails-wrapper .thumbnail.color {
width: 34px;
height: 34px;
}
.tab-content.restrictions .thumbnails-wrapper .thumbnail .remove {
top: -5px;
right: -5px;
width: 20px;
height: 20px;
color: #01adb6;
cursor: pointer;
font-size: 16px;
padding: 1px 3px;
position: absolute;
border-radius: 50%;
background: #2b3031;
border: 1px solid #999;
box-shadow: 1px 1px 3px rgba(0,0,0,.4);
}
.tab-content.restrictions .thumbnails-wrapper .thumbnail .remove i {
vertical-align: top;
}
.tab-content.restrictions .thumbnails-wrapper .thumbnail .remove:hover {
color: #ffdd17;
}
/***** Type : Vector *****/
.tab-content.restrictions .restrictions.group[data-name="margin"] input[type="number"] {
width: 50px;
display: inline-block;
}
.tab-content.restrictions .restrictions.group[data-name="margin"] .slider {
top: -3px;
width: 202px;
margin: 0 5px;
display: inline-block;
}
.tab-content.restrictions .restrictions.group[data-name="margin"] .ui-slider .ui-slider-handle {
top: -6px;
width: 12px;
height: 12px;
transform: translate(-50%, 0);
-moz-transform: translate(-50%, 0);
-webkit-transform: translate(-50%, 0);
}
/***** Type : Background *****/
.tab-content.restrictions .thumbnails-wrapper .addmore {
font-size: 1.6em;
border: 1px solid;
text-align: center;
}
/**** Library *********************************************************************************************/
.tab-content.library .library-link {
text-align: center;
padding: 0 10px;
}
.tab-content.library .library-link p {
margin-bottom: 20px;
}
.tab-content.library .content ul.thumbnail-wrapper li {
margin: 5px;
width: 127px;
height: 127px;
cursor: pointer;
position: relative;
display: inline-block;
}
.tab-content.library .content ul.thumbnail-wrapper li .draggable {
top: 0;
left: 0;
width: 127px;
position: absolute;
visibility: hidden;
}
.tab-content.library .content ul.thumbnail-wrapper li .loading {
opacity: .5;
width: 100%;
height: 100%;
background: #FFF;
background-size: cover;
transition: opacity .6s;
-moz-transition: opacity .6s;
-webkit-transition: opacity .6s;
background-position: center center;
}
.tab-content.library .content ul.thumbnail-wrapper li .overlay {
top: 0;
left: 0;
opacity: 0;
width: 100%;
height: 100%;
position: absolute;
transition: opacity .6s;
-moz-transition: opacity .6s;
-webkit-transition: opacity .6s;
background: rgba(65, 74, 75, .6);
}
.tab-content.library .content ul.thumbnail-wrapper li:hover .overlay {
opacity: 1;
transition: opacity .2s;
-moz-transition: opacity .2s;
-webkit-transition: opacity .2s;
}
.tab-content.library .content ul.thumbnail-wrapper li .overlay span,
.tab-content.library .content.colors ul.thumbnail-wrapper li .info {
top: 50%;
left: 50%;
color: #FFF;
position: absolute;
white-space: nowrap;
transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
}
.tab-content.library .content ul.thumbnail-wrapper li .loading.disappear {
opacity: 0;
}
.tab-content.library .content ul.thumbnail-wrapper li > div {
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-position: center center;
}
.tab-content.library .content.text ul.thumbnail-wrapper li {
width: auto;
height: auto;
display: block;
font-size: 1.6em;
}
.tab-content.library .content.text ul.thumbnail-wrapper li .color {
font-size: 1.6em;
position: relative;
}
.tab-content.library .content.text ul.thumbnail-wrapper li:hover .color i {
opacity: .6;
}
.tab-content.library .content.text ul.thumbnail-wrapper li .dark .color .size {
color: #EEE;
}
.tab-content.library .content.text ul.thumbnail-wrapper li .color .size {
top: 50%;
left: 50%;
color: #414A4B;
font-size: 14px;
position: absolute;
transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
}
.tab-content.library .content.text ul.thumbnail-wrapper li .name {
top: 50%;
left: 36px;
color: #EEE;
width: 230px;
overflow: hidden;
position: absolute;
white-space: nowrap;
text-overflow: ellipsis;
transform: translate(0%, -50%);
-moz-transform: translate(0%, -50%);
-webkit-transform: translate(0%, -50%);
}
.tab-content.library .content.images ul.thumbnail-wrapper li {
transition: height .4s;
-moz-transition: height .4s;
-webkit-transition: height .4s;
}
.tab-content.library .content.images ul.thumbnail-wrapper li .draggable {
top: 50%;
opacity: 0;
z-index: 1;
position: absolute;
visibility: visible;
transition: .4s opacity .6s;
-moz-transition: .4s opacity .6s;
-webkit-transition: .4s opacity .6s;
transform: translate(0%, -50%);
-moz-transform: translate(0%, -50%);
-webkit-transform: translate(0%, -50%);
}
.tab-content.library .content.images ul.thumbnail-wrapper li .loading.disappear + .draggable {
opacity: 1;
}
.tab-content.library .content.images ul.thumbnail-wrapper li .loading {
z-index: 2;
position: absolute;
}
.tab-content.library .content.images ul.thumbnail-wrapper li .loading.disappear {
transition-delay: .4s;
-moz-transition-delay: .4s;
-webkit-transition-delay: .4s;
}
.tab-content.library .content.colors ul.thumbnail-wrapper li ul.options {
padding: 30px 0;
text-align: center;
}
.tab-content.library .content.colors ul.thumbnail-wrapper li ul.options li {
width: 40px;
color: #FFF;
margin: 2px;
height: 30px;
padding: 4px;
font-size: 1.6em;
border: 1px dotted;
border-radius: 4px;
}
.tab-content.library .content.colors ul.thumbnail-wrapper li ul.options li:hover {
transform: scale(1.2);
-moz-transform: scale(1.2);
-webkit-transform: scale(1.2);
}
.tab-content.library .content.colors ul.thumbnail-wrapper li ul.options li.disabled {
color: #899595;
}
.tab-content.library .content.colors ul.thumbnail-wrapper li ul.options li i {
vertical-align: top;
}
.tab-content.library .content.colors ul.thumbnail-wrapper li .info {
color: #2B3031;
text-align: center;
}
.tab-content.library .content.colors ul.thumbnail-wrapper li .dark .info {
color: #EEE;
}
.tab-content.library .content.colors ul.thumbnail-wrapper li .info .code {
text-transform: uppercase;
}
.tab-content.library .content.colors ul.thumbnail-wrapper li:hover .info {
display: none;
}
.tab-content.library .content.backgrounds ul.thumbnail-wrapper li {
overflow: hidden;
}
.tab-content.library .content.backgrounds ul.thumbnail-wrapper li > div {
overflow: hidden;
background-size: cover;
}
.tab-content.library .content.backgrounds ul.thumbnail-wrapper li .loading {
top: 50%;
left: 50%;
position: absolute;
transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
}
.tab-content.library .content.logos ul.thumbnail-wrapper li > div,
.tab-content.library .content.colors ul.thumbnail-wrapper li > div {
border-radius: 50%;
background-size: contain;
border: 2px dotted #899595;
}
.tab-content.library .content.colors ul.thumbnail-wrapper li > div:not(.dark) {
border: 2px dotted #2B3031;
}
.tab-content.library .content.logos ul.thumbnail-wrapper li .loading {
border-radius: 50%;
}
.tab-content.library .content.logos ul.thumbnail-wrapper li .overlay {
border-radius: 50%;
background: rgba(255, 255, 255, .1);
}
.tab-content.library .content.logos ul.thumbnail-wrapper li .overlay span {
top: initial;
bottom: -7px;
padding: 2px 6px;
border-radius: 4px;
background: #2B3031;
transform: translate(-50%, 0%);
-moz-transform: translate(-50%, 0%);
-webkit-transform: translate(-50%, 0%);
}
/**** Admin ***********************************************************************************************/
.tool-content.admin .tool-static-block {
margin-bottom: 5px;
}
.tab-content.admin .select-wrapper {
margin-bottom: 10px;
border: 1px solid #313d43;
}
.tab-content.admin .thumbnail .container {
overflow: hidden;
position: relative;
width: 100%;
}
.tab-content.admin a.btn[data-key="migrate"] + .image-list {
padding: 0 10px;
}
.tab-content.admin a.btn[data-key="migrate"] + .image-list .btn {
width: 265px;
margin-left: 10px;
}
.tab-content.admin a.btn[data-key="migrate"] + .image-list .load-process .btn {
width: 275px;
margin-left: 0px;
}
.tab-content.admin a.btn[data-key="migrate"] + .image-list p.message {
text-align: center;
}
.tab-content.admin a.btn[data-key="migrate"] + .image-list .thumbnail-wrapper {
margin-top: 10px;
}
.tab-content.admin .thumbnail .wrapper,
.tab-content.admin .thumbnail .wrapper img {
width: 100%;
height: 100%;
}
.tab-content.admin .thumbnail .wrapper {
overflow: hidden;
position: absolute;
}
.tab-content.admin .thumbnail .wrapper:first-child {
left: -1px;
transform-origin: 100% 0;
}
.tab-content.admin .thumbnail .wrapper:last-child {
right: -1px;
transform-origin: 0 100%;
}
.tab-content.admin .thumbnail .wrapper img {
transform-origin: inherit;
}
.tab-content.admin .thumbnail .wrapper.to-format img {
opacity: .6;
}
.tab-content.admin .thumbnail:hover .wrapper.to-format img {
opacity: 1;
}
.tab-content.admin .thumbnail .wrapper.to-format {
background: #FF4847;
}
.tab-content.admin .thumbnail .wrapper.to-format.ok {
background: #579553;
}
/**** Customize ************************************************************************************************/
.tab-content.customize ul.btnWrapper {
padding-left: 40px;
}
/**** Text ************************************************************************************************/
.tab-content.text > .text .thumbnail {
width: 100%;
overflow: hidden;
transition: .4s height;
-webkit-transition: .4s height;
}
.tab-content.text > .text .thumbnail a {
white-space: nowrap;
text-overflow: ellipsis;
display: block;
overflow: hidden;
text-align: center;
}
.tab-content.text > .text .thumbnail a .cursor {
-webkit-animation: .7s blink step-end infinite;
-moz-animation: .7s blink step-end infinite;
animation: .7s blink step-end infinite;
}
@keyframes blink {
from, to {
color: transparent;
}
50% {
color: #FFF;
}
}
@-moz-keyframes blink {
from, to {
color: transparent;
}
50% {
color: #FFF;
}
}
@-webkit-keyframes blink {
from, to {
color: transparent;
}
50% {
color: #FFF;
}
}
.tab-content.text > .margin {
border: 0;
height: 1px;
padding: 0 5px;
margin-top: 14px;
background: #566263;
}
.tab-content.text > .margin .shadow {
width: 100%;
height: 100%;
display: block;
box-shadow: 0px 3px 5px 1px rgba(34, 39, 39, .3);
}
.tab-content.text > .banners .thumbnailWrapper {
margin-top: 14px;
}
.tab-content.text > .banners .thumbnail.svg a {
transition: .4s opacity;
-webkit-transition: .4s opacity;
}
.tab-content.text > .text .thumbnail a,
.tab-content.text > .banners .thumbnail a,
.tab-content.text > .customize .thumbnail a,
.tab-content.customize [data-key="banners"] + .image-list .thumbnail a,
.tab-content.customize [data-key="stickers"] + .image-list .thumbnail a {
background: none;
}
.tab-content.text > .text .thumbnail a .content {
display: inline-block;
text-decoration: inherit;
}
.tab-content.text > .text .ui-dropdown-items {
width: 100%;
height: 150px;
position: absolute;
overflow-y: scroll;
overflow-x: hidden;
background: #414a4b;
}
.tab-content.text > .text .fonts-list .toggle .ui-dropdown-title {
display: inline-block;
width: 63px;
overflow: hidden;
text-overflow: ellipsis;
vertical-align: middle;
}
.tab-content.text > .text .fonts-list .toggle .icon-unfold_more {
margin: 0;
}
.tab-content.text > .text .thumbnail .line-container {
position: relative;
}
.tab-content.text > .text .thumbnail .line-container input {
position: absolute;
top: -50px;
}
.tab-content.text > .text .thumbnail a.item {
margin: 0 16px;
}
.tab-content.text > .text .thumbnail .options {
position: relative;
}
.tab-content.text > .text .thumbnail .options ul {
text-align: center;
}
.tab-content.text > .text .thumbnail .options ul a:not(.applied) {
color: #EEE;
}
.tab-content.text > .text .thumbnail .options ul a:hover {
color: #FFDD17;
}
.tab-content.text > .text .thumbnail a.toggle-options {
top: 50%;
right: 0;
opacity: 0;
position: absolute;
pointer-events: none;
-weblit-transform: translate(0, -50%);
transform: translate(0, -50%);
}
.tab-content.text > .text .thumbnail a.toggle-options.show {
opacity: 1;
pointer-events: auto;
transition: .4s opacity;
-webkit-transition: .4s opacity;
}
.tab-content.text > .text .thumbnail a.toggle-options.active {
color: #FFDD17;
}
/**** Background color ************************************************************************************************/
.colorLineWrapper {
padding: 0 0 15px;
}
.tab-content .colorLineWrapper {
padding: 0 25px 15px 25px;
}
.colorLineWrapper .palette_item {
display: block;
float: left;
width: 32px;
height: 32px;
margin: 4px 4px;
cursor: pointer;
vertical-align: top;
-o-transition: all 0.2s;
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
transition: all 0.2s;
}
.colorLineWrapper .palette_item:not(.addmore) {
background-image: linear-gradient(45deg, black 25%, transparent 25%, transparent 75%, black 75%, black), linear-gradient(45deg, black 25%, transparent 25%, transparent 75%, black 75%, black);
background-size: 9px 9px;
background-position: 0 0, 5px 5px;
}
.colorLineWrapper .palette_item.addmore {
font-size: 1.6em;
width: 32px;
height: 32px;
text-align: center;
}
.colorLineWrapper .palette_item:not(.addmore):hover,
.colorLineWrapper .palette_item:not(.addmore):focus {
overflow: hidden;
border: 1px solid #ffdd17;
transform: scale(1.2,1.2);
-ms-transform: scale(1.2,1.2);
/* IE 9 */
-webkit-transform: scale(1.2,1.2);
-o-transform: scale(1.2,1.2);
}
.colorLineWrapper .palette_item.addmore:focus,
.colorLineWrapper .palette_item.addmore:hover {
color: #ffdd17;
}
.menu {
position: absolute;
background-color: #414a4b;
margin: 0;
padding: 5px;
z-index: 101;
}
.menu span.move {
width: 2px;
padding: 0px 10px 0px 5px;
line-height: 32px;
display: inline-block;
vertical-align: middle;
cursor: pointer;
cursor: -webkit-grab;
color: #BDBDBD;
position: absolute;
left: 5px;
}
.menu span.move.moving {
cursor: move;
cursor: -webkit-grabbing;
}
.menu ul {
list-style: none;
}
.menu.popupmenu > ul {
padding-left: 15px;
}
.mobile .menu ul {
padding-left: 0;
}
.menu li {
display: inline-block;
vertical-align: middle;
cursor: pointer;
}
.menu li:last-child {
padding-right: 0px;
border-right: 0px;
}
.menu li.space {
width: 4px;
}
.menu .btn-onmenu[type=toggle] span {
padding-right: 5px;
}
.menu .ui-dropdown-items {
border-top: 5px solid #01adb6;
font-weight: normal;
cursor: default;
}
.menu .ui-dropdown-items.top {
border-top: none;
border-bottom: 5px solid #ffdd17;
bottom: 30px;
}
.menu .ui-dropdown-items li {
border-right: 0px;
}
.menu .ui-dropdown-items input[type="text"],
.menu .ui-dropdown-items .btn {
height: 30px;
line-height: 30px;
}
.menu .ui-dropdown-items .btn i {
line-height: initial;
height: initial;
width: 20px;
}
.menu .ui-dropdown-items .btn-squire {
width: 60px;
height: 70px !important;
box-shadow: none;
}
.menu .ui-dropdown-items .btn-squire i {
width: initial;
}
.menu .ui-dropdown-items #sliderWrapper + input[type="text"] {
padding-left: 1px;
width: 30px;
margin-left: 5px;
}
.menu .ui-dropdown-items ul.stroke-dasharray {
margin-top: 40px;
}
.menu .ui-dropdown-items ul.stroke-dasharray li {
line-height: 30px;
}
.menu .ui-dropdown-items ul.stroke-dasharray li svg {
vertical-align: middle;
}
.menu .ui-dropdown-items ul.stroke-dasharray li svg line {
stroke: white;
}
.menu .ui-dropdown-items ul.stroke-dasharray li.applied svg line,
.menu .ui-dropdown-items ul.stroke-dasharray li:hover svg line {
stroke: #FFDD17;
}
.menu .ui-dropdown[data-action="on_linkElement"] input,
.menu .ui-dropdown[data-action="on_unlinkElement"] input {
display: block;
float: left;
width: 175px;
}
.menu .ui-dropdown[data-action="on_linkElement"] .btn,
.menu .ui-dropdown[data-action="on_unlinkElement"] .btn {
display: block;
float: left;
}
.menu .ui-dropdown[data-action="on_fontfamily"] li {
font-size: 18px;
}
.menu .ui-dropdown[data-action=on_fontfamily] li i.arrow {
position: absolute;
right: 0;
margin: 5px;
}
.menu .ui-dropdown[data-action="on_fontfamily"] li span.lang {
position: absolute;
left: 0;
font-size: 10px;
font-weight: bold;
text-transform: uppercase;
color: #626e6f;
line-height: 10px;
padding: 2px;
margin: 6px;
}
.menu .ui-dropdown[data-action="on_fontsize"] input {
background: none;
border: none;
width: 25px;
margin-right: 2px;
text-align: right;
height: 25px;
}
.more-menu {
font-size: 11pt;
margin-left: 5px;
}
.btn-onmenu {
display: inline-block;
font-weight: normal!important;
background-color: #2b3031;
height: 30px;
min-width: 30px;
line-height: 30px;
margin: 1px;
padding: 0 1px;
white-space: nowrap;
font-size: 11px !important;
}
.btn-onmenu.applied {
color: #01adb6;
}
.btn-onmenu i {
font-size: 14pt;
}
.btn-onmenu img {
width: 22px;
}
.btn.btn-onmenu.active:not(.nohover),
.btn.btn-onmenu:not(.nohover):focus,
.btn.btn-onmenu:not(.nohover):hover {
background: #01adb6;
color: black;
}
/****************** Text edit *********************/
#text-edit {
right: 0;
top: 100%;
bottom: 0;
left: 395px;
z-index: 9999;
position: fixed;
background-color: #ededed;
}
#text-edit:not(.mobile) {
border-top: 1px solid #EDEDED;
transition: top .8s;
-mz-transition: top .8s;
-webkit-transition: top .8s;
}
#text-edit.in:not(.mobile) {
top: 50px;
}
#text-edit form {
height: 100%;
}
#text-edit .text-edit-cancel,
#text-edit button {
width: 250px;
height: 50px;
display: block;
line-height: 50px;
}
#text-edit:not(.mobile) .text-edit-cancel,
#text-edit:not(.mobile) button {
margin: 0 5px;
display: inline-block;
}
#text-edit .footer {
width: 100%;
text-align: center;
}
#text-edit .value {
width: 100%;
height: calc(100% - 60px);
}
#global-zeroclipboard-html-bridge[style] {
z-index: -10 !important;
}
.ui-corner-all {
list-style: none;
color: #AAA;
}
a {
color: #ffffff;
text-decoration: none;
cursor: pointer;
}
a:hover,
a:focus {
color: #ffdd17;
text-decoration: none;
outline: none;
}
.full-size {
width: 100%;
}
.text-center {
text-align: center;
}
.grayscale {
filter: gray;
/* IE6-9 */
-webkit-filter: grayscale(100%);
/* Chrome 19+, Safari 6+, Safari 6+ iOS */
opacity: 0.6;
}
.title {
font-size: 1.4em;
font-weight: 300;
text-shadow: rgba(255, 255, 255, 0.5) 0 0 1px;
}
p {
font-weight: 300;
font-size: 1.15em;
margin: 0;
}
/* fake text*/
button[type="submit"] span {
height: 1px;
text-indent: -10000px;
display: block;
}
.checkbox {
display: table;
padding: 5px 0;
position: relative;
}
.tabs .checkbox {
padding: 0;
}
.checkbox span {
font-size: 0.8em;
vertical-align: text-bottom;
}
.tabs.mini .ui-tabs-panel .checkbox>div:first-child {
margin-right: 5px;
}
.checkbox>div:first-child {
display: inline-table;
margin-right: 10px;
}
.checkbox label {
display: table-cell;
cursor: pointer;
}
.keyboard-btn {
background-color: #aaa;
color: #fff;
padding: 2px 5px;
margin: 5px;
border-radius: 3px;
border: 1px solid white;
}
/**** Filter **********************************************************************************************************/
.filterWrapper {
padding: 0 25px;
}
.filterWrapper > input[name="filter"] {
visibility: hidden;
}
.filterWrapper .bootstrap-tagsinput {
background: transparent;
box-shadow: none;
border: 1px solid #313d43;
padding: 0px 2px;
}
.filterWrapper .bootstrap-tagsinput:after {
content: '\25BC';
position: absolute;
right: 6px;
color: #CCC;
}
.filterWrapper .bootstrap-tagsinput input {
color: #FFF;
}
.filterWrapper .bootstrap-tagsinput ul.typeahead {
left: 0 !important;
max-height: 160px;
overflow-x: hidden;
overflow-y: scroll;
width: 100% !important;
border-radius: 0px;
background: #313d43;
}
.filterWrapper .bootstrap-tagsinput ul.typeahead li a {
color: #FFF;
}
.filterWrapper .bootstrap-tagsinpu .tag.label {
cursor: pointer;
}
.filterWrapper .bootstrap-tagsinput ul.typeahead li.active a,
.filterWrapper .bootstrap-tagsinput ul.typeahead li a:hover,
.filterWrapper .bootstrap-tagsinput ul.typeahead li a:focus {
background: #2b3031;
color: #ffdd17;
}
.filterWrapper ul.filter {
list-style: none;
width: 100%;
display: inline-block;
color: #aaaaaa;
font-family: Lato;
font-weight: 300;
margin: 0;
padding: 0;
}
.filterWrapper ul.filter li {
width: 50%;
text-align: center;
float: left;
padding-top: 6px;
padding-bottom: 6px;
background: #313d43;
cursor: pointer;
}
.filterWrapper ul.filter li.col {
width: 33.33%;
text-align: left;
float: left;
height: auto;
cursor: pointer;
font-size: 0.9em;
}
[data-col="2"] .filterWrapper ul.filter li.col {
font-size: 0.8em;
}
.filterWrapper ul.filter li.col label {
margin-left: 5px;
display: inline-block;
}
.filterWrapper ul.filter.three-col li {
width: 33.33%;
}
.filterWrapper ul.filter.small-col li {
padding-top: 3px;
padding-bottom: 3px;
width: 49%;
margin: 0.45%;
}
.filterWrapper ul.filter li:hover,
.filterWrapper ul.filter li:focus,
.filterWrapper ul.filter li.active {
background: #2b3031;
color: #ffdd17;
}
.filterWrapper ul.tag {
list-style: none;
width: 100%;
display: inline-block;
text-transform: none;
font-size: 8pt;
background: #17212a;
margin-left: 1px;
position: relative;
margin-top: 2px;
}
.filterWrapper ul.tag li.item {
position: relative;
width: 32.91%;
float: left;
text-align: center;
background: #17212a;
margin-right: 1px;
margin-top: 1px;
}
.filterWrapper ul.tag li.item a {
background: #313d43;
display: inline-block;
width: 100%;
height: 100%;
}
/**** browser icons ***************************************************************************************************/
.browser-icon {
width: 128px;
height: 128px;
background-size: 128px 128px;
display: inline-block;
}
.browser-firefox {
background-image: url("../../assets/img/icon/browser/firefox.png");
}
.browser-chrome {
background-image: url("../../assets/img/icon/browser/chrome.png");
}
.browser-safari {
background-image: url("../../assets/img/icon/browser/safari.png");
}
.browser-edge {
background-image: url("../../assets/img/icon/browser/edge.png");
}
/*** input ************************************************************************************************************/
.input-icon {
position: relative;
}
.input-icon i {
position: absolute;
right: 10px;
margin-top: -10px;
top: 50%;
font-size: 20px;
color: #687678;
cursor: pointer;
}
.input-icon i:hover {
color: #ffdd37;
}
.input-icon input {
width: 100%;
padding-right: 35px;
}
input::-ms-clear {
display: none;
}
input:focus {
outline: 0;
}
input[type="text"],
input[type="email"],
input[type="number"],
input[type="url"],
.tab-content.admin select,
textarea {
border: 0;
color: #373e3f;
height: 45px;
width: 100%;
padding-left: 10px;
font-family: Lato;
font-size: 15px;
font-weight: normal;
}
input[type="text"].small,
input[type="email"].small,
input[type="number"].small,
input[type="url"].small,
.input-icon.small>div {
width: 45px;
height: 25px;
line-height: 25px;
padding-left: 3px;
border-radius: 4px;
}
textarea {
height: 155px;
padding: 10px 10px;
}
label {
padding-bottom: 10px;
display: block;
}
/* Popover */
.popover {
color: white;
background-color: rgba(15, 26, 33, 0.8);
font-weight: 300;
font-family: Lato;
font-size: 11pt;
}
.popover b {
color: #ffdd17;
}
.popover.right .arrow:after {
border-right-color: rgba(15, 26, 33, 0.7);
}
/* Scroll */
.antiscroll-wrap {
display: inline-block;
position: relative;
overflow: hidden;
width: 100%;
height: 100%;
}
.antiscroll-scrollbar {
background: rgba(122, 130, 134, 0.8);
position: absolute;
opacity: 0;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
-webkit-transition: opacity 300ms linear;
-moz-transition: opacity 300ms linear;
-o-transition: opacity 300ms linear;
}
.antiscroll-scrollbar-shown {
opacity: 1;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.antiscroll-scrollbar-horizontal {
height: 7px;
margin-left: 2px;
top: 2px;
left: 0;
}
#ik-editor .antiscroll-scrollbar-horizontal {
height: 14px;
bottom: 41px;
top: initial;
z-index: 1;
}
#ik-editor .antiscroll-scrollbar-vertical {
width: 14px;
right: 1px;
z-index: 1;
}
.antiscroll-scrollbar-vertical {
width: 7px;
margin-top: 2px;
right: 2px;
top: 0;
}
.antiscroll-inner {
position: relative;
overflow: auto;
width: 100%;
height: 100%;
}
.antiscroll-inner::-webkit-scrollbar {
width: 0;
height: 0;
}
.antiscroll-inner::scrollbar {
width: 0;
height: 0;
}
i.ft {
display: inline-block;
width: 74px !important;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}
/*** Button ***********************************************************************************************************/
.btn {
font-family: Lato,Arial,sans-serif;
text-align: center;
cursor: pointer;
font-size: 13.333px;
font-weight: bold;
border: none;
}
.btn i {
text-align: center;
vertical-align: middle;
margin: 0 5px;
}
.qq-upload-button-hover .btn,
.btn:focus,
.btn:hover,
.btn.active {
color: #ffdd17;
}
.btnWrapper {
list-style: none;
margin: 0;
padding: 0 0 0 25px;
}
.btnWrapper li {
position: relative;
display: inline-block;
}
.tab-content .btnWrapper li > a {
width: 98px;
margin: 5px;
}
.btnWrapper.full-size li {
width: 100%;
}
.btn-menu {
display: inline-table;
vertical-align: top;
color: #899595;
padding: 0;
font-size: 3vh;
text-shadow: 0 0 1px #000;
border-right: 10px solid transparent;
width: 100%;
height: 100%;
}
.btn-menu:hover,
.btn-menu:focus,
.btn-menu.active {
background-color: #414a4b;
border-right: 10px solid #ffdd17;
}
.btn-menu.btn-tag:after {
bottom: 5px;
}
.btn-squire {
position: relative;
display: inline-table;
color: #899595;
background-color: #373e3f;
width: 75px;
height: 80px;
padding: 0;
margin: 5px 8px 5px 0;
font-size: 2em;
box-shadow: inset 3px 3px 5px #2c3335;
}
.btn-squire:hover,
.btn-squire:focus,
.btn-squire.active {
color: #ffdd17;
}
.btn-squire.btn-tag:after {
word-break: break-word;
}
.btn-squire .iconWrapper {
line-height: 45px;
}
.btn-black {
display: block;
background: #373e3f;
width: 100%;
height: 30px;
line-height: 30px;
font-size: 13px;
font-weight: normal;
}
.btn-black.active,
.btn-black:hover {
background-color: #2b3031;
color: #ffdd17 !important;
}
.btn-green,
.btn-yellow,
.btn-red {
display: block;
background: #01adb6;
height: 50px;
line-height: 50px;
font-size: 13px;
}
.btn-yellow {
background: #ffdd17;
color: #595959 !important;
}
.btn-red {
background: #ff745b;
color: #595959 !important;
}
.btn-green i,
.btn-yellow i,
.btn-red i {
line-height: 45px;
height: 47px;
font-size: 20px;
}
.btn-yellow.small {
height: 27px;
line-height: 27px;
}
.btn-yellow.small i {
line-height: 27px;
height: 27px;
margin: 0;
}
.btn-green:hover,
.btn-green.active {
background-color: #ffdd17;
color: #595959 !important;
}
.btn.modalHeader {
position: absolute;
top: -40px;
left: 0;
padding: 0px 8px;
vertical-align: top;
z-index: 25;
line-height: 40px;
-moz-box-shadow: 0 10px 10px -5px #2c3335;
-webkit-box-shadow: 0 10px 10px -5px #2c3335;
box-shadow: 0 10px 10px -5px #2c3335;
}
.btn.modalHeader .action {
font-size: 1.0em;
padding: 1px 0 0 8px;
/* color: #5fe0e6; */
}
.btn-yellow:hover,
.btn-red:hover {
background-color: #01adb6;
color: #FFFFFF !important;
}
.btn-gray {
background-color: #414a4b;
}
.btn-gray:hover {
background-color: #01adb6 !important;
color: black !important;
}
.btn-gray.active {
background-color: #2b3031 !important;
color: white !important;
}
.btn-white {
color: #9d9d9d;
padding: 0 5px;
}
.btn-white:hover {
background-color: #ffdd17 !important;
color: #595959 !important;
}
.btn-white.btn-tag:hover:after,
.btn-white.btn-tag:focus:after,
.btn-white.btn-tag.active:after {
color: #595959 !important;
}
a.btn.btn-onmenu.blink,
.blink .btn-tag {
animation: blinkbackground 1s ease infinite alternate;
}
.blink .btn-tag {
border-right: 10px solid #414A4B;
}
a.btn.btn-onmenu.blink i,
.blink .btn-tag i {
animation: blinkicon 1s ease infinite alternate;
}
.blink .btn-tag:after {
animation: blinkicon 1s ease infinite alternate;
}
@keyframes blinkicon {
0% {
color: #9D9D9D;
}
100% {
color: #ffDD17;
}
}
@keyframes blinkbackground {
0% {
background-color: #2B3031;
}
100% {
background-color: #595959;
}
}
.btn-accordion {
display: block;
color: #899595;
text-align: left;
height: 59px;
font-size: 1.4em;
font-weight: normal;
text-shadow: 0 0 1px #000;
vertical-align: middle;
line-height: 45px;
}
.btn-accordion i {
width: 60px;
text-align: center;
vertical-align: middle;
line-height: 59px;
height: 59px;
font-size: 1.5em;
margin: 0;
}
.btn-accordion img {
width: 30px;
margin: 14px 13px;
}
.qq-upload-button-hover .btn-accordion,
.btn-accordion:hover,
.btn-accordion:focus,
.btn-accordion.active {
background-color: #373e3f;
border-right: 10px solid #ffdd17;
}
.icon {
width: 100%;
height: 100%;
display: inline-block;
}
.btn-accordion::after {
text-align: left;
letter-spacing: 0;
text-transform: none;
content: attr(tag);
-webkit-transition: none;
-moz-transition: none;
transition: none;
}
/* Button Tag */
.btn-tag:after {
position: relative;
display: block;
content: attr(tag);
color: #899595;
width: 100%;
left: 0;
bottom: 0;
font-size: 14px;
line-height: 13px;
font-weight: normal;
text-transform: lowercase;
letter-spacing: 0;
word-wrap: break-word;
}
.btn-tag:hover:after,
.btn-tag:focus:after,
.btn-tag.active:after {
color: #ffdd17 !important;
}
.btn .iconWrapper {
position: relative;
display: table-row;
}
.btn.black-plain i {
margin-right: 5px;
font-size: 1.2em;
}
.btn-double {
float: left;
height: 100%;
font-weight: 300;
font-size: 0.6em;
}
.btn-double .btn {
display: block;
float: left;
border-right: 1px solid #80d6db;
padding: 0 5px;
height: 100%;
}
.btn-double .btn:last-child {
border: none;
}
.btn.noshadow {
box-shadow: none;
background-color: transparent;
}
/* slider */
#sliderWrapper {
display: block;
float: left;
width: 160px;
}
#sliderWrapper .slider {
width: 100%;
margin-left: 0;
}
.ui-slider .ui-slider-handle {
top: -.8em;
width: 1.5em;
height: 1.5em;
cursor: pointer;
border-radius: 1em!important;
}
.ui-slider .ui-slider-tip {
display: none;
}
#opacity,
#strokeWidth {
float: right;
}
.page-size,
.page-count {
font-size: 13px;
color: #9d9d9d;
padding: 0 5px;
}
.page-count #current-page {
color: #01adb6;
font-size: 1.4em;
}
/**** Color Picker ****************************************************************************************************/
#jpickerOverlay {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
width: 100%;
height: 100%;
z-index: 9000;
}
#jpickerWrapper {
position: absolute;
z-index: 9001;
}
#jpickerWrapper .jPicker .Grid span.QuickColor {
background-image: none;
}
#jpickerWrapper .jPicker .Grid span.QuickColor {
border: 0;
}
#jpickerWrapper .Hex {
display: block;
float: left;
width: 99px;
}
#jpickerWrapper .Hex input {
width: 100%;
height: 32px;
text-align: center;
text-transform: uppercase;
font-family: Lato;
font-size: 13pt;
letter-spacing: 2px;
border-radius: 0;
}
#jpickerWrapper hr {
border-top: 0;
border-bottom: 1px solid rgba(0, 0, 0, 0);
margin: 7px 0 7px;
}
.jPicker .Button .Ok {
display: block;
float: left;
height: 32px;
font-family: Lato;
font-size: 11pt;
letter-spacing: 1px;
background: #ffdd17;
border: 1px solid #ffdd17;
color: black;
margin-left: 10px;
}
.jPicker .Button .Cancel {
display: none;
}
#jpickerWrapper .jPicker {
border-collapse: separate;
border-spacing: 10px;
background-color: #2b3031;
border: 0;
}
#jpickerWrapper .jPicker div.Map {
border: none;
}
#jpickerWrapper .jPicker div.Map1 {
border: none;
}
/**** Search ****/
.tool-search {
position: relative;
margin-bottom: 10px;
border: 1px solid #313d43;
}
.tab-content.admin select,
.tool-search input {
background: transparent;
box-shadow: none;
color: white;
}
.tool-search button {
position: absolute;
right: 0;
top: 50%;
margin-top: -15px;
height: 30px;
font-size: 20px;
color: #687678;
cursor: pointer;
background: none;
border: 0;
}
.tool-search button:hover {
color: #ffdd37;
}
/**** Tagsinput ****/
.bootstrap-tagsinput {
border-radius: 0;
background-color: #fff;
display: inline-block;
padding: 5px;
text-align: left;
width: 100%;
line-height: 30px;
box-shadow: inset 3px 3px 6px #cecece;
}
.bootstrap-tagsinput input {
box-shadow: none;
}
.bootstrap-tagsinput .tag {
margin-right: 2px;
color: white;
background-color: #595959;
padding: 5px;
font-size: 0.9em;
white-space: nowrap;
}
.bootstrap-tagsinput input[type="text"] {
height: 30px;
}
.bootstrap-tagsinput .tag [data-role="remove"] {
color: #5fe0e6;
}
/* toastr */
.desktop.toast-top-left {
top: 50px !important;
left: 395px !important;
}
#toast-container > div {
opacity: 1;
box-shadow: 1px 2px 2px rgba(0,0,0,.1);
border-radius: 0;
}
#toast-container > :hover {
box-shadow: 1px 2px 2px rgba(0,0,0,.4);
}
#toast-container > .toast-info {
background-color: #01ADB6;
}
#toast-container > .toast-error {
background-color: #D0615B;
}
#toast-container > .toast {
background-image: none !important;
}
#toast-container .toast-message > .restriction:before {
float: left;
color: #FFF;
font-size: 24px;
position: fixed;
content: "\f13e";
line-height: 18px;
padding-right: 0.5em;
font-family: FontAwesome;
margin: auto 0.5em auto -1.5em;
}
/* row tabs */
.ui-tabs {
background: transparent;
border: none;
}
.ui-tabs-panel {
background: transparent;
border: none;
border-top: 3px solid #01adb6;
color: #E5E5E5;
text-align: left;
font-size: 14px;
padding: 10px;
}
.tabs.mini .ui-tabs-panel {
padding: 10px 0 5px 0;
border: none;
border-bottom: 1px solid #313d43;
color: #9d9d9d;
margin-bottom: 15px;
}
.tabs.mini .ui-tabs-panel a {
color: #9d9d9d;
}
.tabs.mini .ui-tabs-panel .iradio_square-yellow {
transform: scale(0.8);
}
.ui-tabs-panel section:first-child {
padding-top: 0;
}
.ui-tabs-panel section {
padding-top: 10px;
}
.ui-tabs-panel section .buttons a {
height: 33px;
vertical-align: top;
width: 124px;
font-size: 1.5em;
padding: 5px 0;
margin-bottom: 8px;
text-align: center;
display: inline-block;
}
.ui-tabs-panel section .buttons a:hover {
color: #EEE;
opacity: .8;
}
.ui-tabs-panel section .buttons a:nth-child(odd) {
margin-right: 8px;
}
.ui-tabs-panel section .buttons a.pinterest {
background: #C92228;
}
.ui-tabs-panel section .buttons a.facebook {
background: #3c5c97;
}
.ui-tabs-panel section .buttons a.linkedin {
background: #0074ad;
}
.ui-tabs-panel section .buttons a.twitter {
background: #60aed0;
}
.ui-tabs-panel section .buttons a.google {
background: #DB4437;
}
.ui-tabs-panel section .buttons a.email {
background: #23b87e;
}
.ui-tabs-panel section .buttons a.embed {
background: #ffc541;
}
.ui-tabs-panel h3 {
color: white;
padding: 10px 0;
letter-spacing: 0.5px;
}
.ui-tabs-panel h3 > span {
color: #01ADB6;
}
.tabs.mini ul.ui-tabs-nav li {
margin: initial;
min-width: initial;
}
.tabs.mini ul.ui-tabs-nav li.ui-state-default {
font-weight: initial;
}
ul.ui-tabs-nav {
padding: 0 1px;
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}
ul.ui-tabs-nav li {
background: transparent !important;
list-style: none;
border: none !important;
min-width: 85px;
text-align: center;
vertical-align: middle;
display: block;
}
.tabs.mini ul.ui-tabs-nav li a {
color: black;
padding: 0;
height: initial;
line-height: initial;
}
.tabs.mini ul.ui-tabs-nav li:not(:last-child) a {
padding: 0 8px 0 0;
border-right: 1px solid black;
}
ul.ui-tabs-nav li a {
display: block;
height: 40px;
line-height: 30px;
font-size: 12px;
padding: 5px 0;
font-weight: 100;
}
ul.ui-tabs-nav li a i {
margin-right: 3px;
font-size: 2em;
vertical-align: middle;
}
ul.ui-tabs-nav li a span {
vertical-align: middle;
}
.tabs.mini ul.ui-tabs-nav li.ui-tabs-active a {
background: none;
color: #ffdd17;
text-decoration: underline;
outline: none;
}
ul.ui-tabs-nav li.ui-tabs-active a {
background: #01adb6;
outline: 3px solid #01adb6;
color: #2b3031;
}
.tabs.mini ul.ui-tabs-nav li a:hover {
background-color: initial;
outline: none;
}
ul.ui-tabs-nav li a:hover {
outline: 3px solid #01adb6;
color: #FFFFFF;
}
.expand-panel {
margin: 10px 0;
}
.expand-panel .expand-button {
display: block;
margin-bottom: 10px;
color: #aaa;
}
.expand-panel .expand-button.active {
color: #01adb6;
}
.expand-panel .expand-button:hover {
color: #ffdd17;
}
.expand-panel .expand-content {
display: none;
}
.fontList .fontItem {
display: block;
background-image: url("../../assets/img/editor/fontlist.png");
background-repeat-x: no-repeat;
min-width: 300px;
min-height: 30px;
}
.fontList .fontItem:hover {
background-image: url("../../assets/img/editor/fontlist_hover.png");
}
.fontList .fontItem[font-family="Abril Fatface"] {
background-position-y: -0px;
}
.fontList .fontItem[font-family="Alegreya SC"] {
background-position-y: -30px;
}
.fontList .fontItem[font-family="Alfa Slab One"] {
background-position-y: -60px;
}
.fontList .fontItem[font-family="Alike"] {
background-position-y: -90px;
}
.fontList .fontItem[font-family="Allerta"] {
background-position-y: -120px;
}
.fontList .fontItem[font-family="Allerta Stencil"] {
background-position-y: -150px;
}
.fontList .fontItem[font-family="Allura"] {
background-position-y: -180px;
}
.fontList .fontItem[font-family="Amaranth"] {
background-position-y: -210px;
}
.fontList .fontItem[font-family="Amatic SC"] {
background-position-y: -240px;
}
.fontList .fontItem[font-family="Antic"] {
background-position-y: -270px;
}
.fontList .fontItem[font-family="Anton"] {
background-position-y: -300px;
}
.fontList .fontItem[font-family="Architects Daughter"] {
background-position-y: -330px;
}
.fontList .fontItem[font-family="Archivo Narrow"] {
background-position-y: -360px;
}
.fontList .fontItem[font-family="Arimo"] {
background-position-y: -390px;
}
.fontList .fontItem[font-family="Arvo"] {
background-position-y: -420px;
}
.fontList .fontItem[font-family="Autour One"] {
background-position-y: -450px;
}
.fontList .fontItem[font-family="Belleza"] {
background-position-y: -480px;
}
.fontList .fontItem[font-family="Berkshire Swash"] {
background-position-y: -510px;
}
.fontList .fontItem[font-family="Bigelow Rules"] {
background-position-y: -540px;
}
.fontList .fontItem[font-family="Black Ops One"] {
background-position-y: -570px;
}
.fontList .fontItem[font-family="Butcherman"] {
background-position-y: -600px;
}
.fontList .fontItem[font-family="Cabin Sketch"] {
background-position-y: -630px;
}
.fontList .fontItem[font-family="Cantata One"] {
background-position-y: -660px;
}
.fontList .fontItem[font-family="Cantora One"] {
background-position-y: -690px;
}
.fontList .fontItem[font-family="Carter One"] {
background-position-y: -720px;
}
.fontList .fontItem[font-family="Chelsea Market"] {
background-position-y: -750px;
}
.fontList .fontItem[font-family="Cherry Swash"] {
background-position-y: -780px;
}
.fontList .fontItem[font-family="Chewy"] {
background-position-y: -810px;
}
.fontList .fontItem[font-family="Cinzel"] {
background-position-y: -840px;
}
.fontList .fontItem[font-family="Clicker Script"] {
background-position-y: -870px;
}
.fontList .fontItem[font-family="Coda Caption:800"] {
background-position-y: -900px;
}
.fontList .fontItem[font-family="Codystar"] {
background-position-y: -930px;
}
.fontList .fontItem[font-family="Coming Soon"] {
background-position-y: -960px;
}
.fontList .fontItem[font-family="Courgette"] {
background-position-y: -990px;
}
.fontList .fontItem[font-family="Coustard"] {
background-position-y: -1020px;
}
.fontList .fontItem[font-family="<NAME>"] {
background-position-y: -1050px;
}
.fontList .fontItem[font-family="Creepster"] {
background-position-y: -1080px;
}
.fontList .fontItem[font-family="Crushed"] {
background-position-y: -1110px;
}
.fontList .fontItem[font-family="Dancing Script"] {
background-position-y: -1140px;
}
.fontList .fontItem[font-family="Devonshire"] {
background-position-y: -1170px;
}
.fontList .fontItem[font-family="Diplomata SC"] {
background-position-y: -1200px;
}
.fontList .fontItem[font-family="Dr Sugiyama"] {
background-position-y: -1230px;
}
.fontList .fontItem[font-family="Dr Sugiyama"] {
background-position-y: -1260px;
}
.fontList .fontItem[font-family="Droid Serif"] {
background-position-y: -1290px;
}
.fontList .fontItem[font-family="EconomicaEmilys Candy"] {
background-position-y: -1320px;
}
.fontList .fontItem[font-family="Engagement"] {
background-position-y: -1350px;
}
.fontList .fontItem[font-family="Euphoria Script"] {
background-position-y: -1380px;
}
.fontList .fontItem[font-family="Fenix"] {
background-position-y: -1410px;
}
.fontList .fontItem[font-family="Flamenco"] {
background-position-y: -1440px;
}
.fontList .fontItem[font-family="Fondamento"] {
background-position-y: -1470px;
}
.fontList .fontItem[font-family="Freckle Face"] {
background-position-y: -1500px;
}
.fontList .fontItem[font-family="Fredoka One"] {
background-position-y: -1530px;
}
.fontList .fontItem[font-family="Frijole"] {
background-position-y: -1560px;
}
.fontList .fontItem[font-family="Germania One"] {
background-position-y: -1590px;
}
.fontList .fontItem[font-family="Glass Antiqua"] {
background-position-y: -1620px;
}
.fontList .fontItem[font-family="Glegoo"] {
background-position-y: -1650px;
}
.fontList .fontItem[font-family="Gochi Hand"] {
background-position-y: -1680px;
}
.fontList .fontItem[font-family="Graduate"] {
background-position-y: -1710px;
}
.fontList .fontItem[font-family="Grand Hotel"] {
background-position-y: -1740px;
}
.fontList .fontItem[font-family="Great Vibes"] {
background-position-y: -1770px;
}
.fontList .fontItem[font-family="Great Vibes"] {
background-position-y: -1800px;
}
.fontList .fontItem[font-family="Gruppo"] {
background-position-y: -1830px;
}
.fontList .fontItem[font-family="Gudea"] {
background-position-y: -1860px;
}
.fontList .fontItem[font-family="Hammersmith One"] {
background-position-y: -1890px;
}
.fontList .fontItem[font-family="Helvetica"] {
background-position-y: -1920px;
}
.fontList .fontItem[font-family="IM Fell English SC"] {
background-position-y: -1950px;
}
.fontList .fontItem[font-family="Josefin Sans"] {
background-position-y: -1980px;
}
.fontList .fontItem[font-family="Joti One"] {
background-position-y: -2010px;
}
.fontList .fontItem[font-family="Julius Sans One"] {
background-position-y: -2040px;
}
.fontList .fontItem[font-family="Kite One"] {
background-position-y: -2070px;
}
.fontList .fontItem[font-family="Knewave"] {
background-position-y: -2100px;
}
.fontList .fontItem[font-family="Lato"] {
background-position-y: -2130px;
}
.fontList .fontItem[font-family="Lemon"] {
background-position-y: -2160px;
}
.fontList .fontItem[font-family="Libre Baskerville"] {
background-position-y: -2190px;
}
.fontList .fontItem[font-family="Lilita One"] {
background-position-y: -2220px;
}
.fontList .fontItem[font-family="Lily Script One"] {
background-position-y: -2250px;
}
.fontList .fontItem[font-family="Limelight"] {
background-position-y: -2280px;
}
.fontList .fontItem[font-family="Lobster"] {
background-position-y: -2310px;
}
.fontList .fontItem[font-family="Londrina Outline"] {
background-position-y: -2340px;
}
.fontList .fontItem[font-family="Londrina Shadow"] {
background-position-y: -2370px;
}
.fontList .fontItem[font-family="Londrina Sketch"] {
background-position-y: -2400px;
}
.fontList .fontItem[font-family="Lora"] {
background-position-y: -2430px;
}
.fontList .fontItem[font-family="Love Ya Like A Sister"] {
background-position-y: -2460px;
}
.fontList .fontItem[font-family="Lustria"] {
background-position-y: -2490px;
}
.fontList .fontItem[font-family="Megrim"] {
background-position-y: -2520px;
}
.fontList .fontItem[font-family="Miltonian Tattoo"] {
background-position-y: -2550px;
}
.fontList .fontItem[font-family="Mr Dafoe"] {
background-position-y: -2580px;
}
.fontList .fontItem[font-family="Mystery Quest"] {
background-position-y: -2610px;
}
.fontList .fontItem[font-family="Niconne"] {
background-position-y: -2640px;
}
.fontList .fontItem[font-family="Nixie One"] {
background-position-y: -2670px;
}
.fontList .fontItem[font-family="Nunito"] {
background-position-y: -2700px;
}
.fontList .fontItem[font-family="Open Sans"] {
background-position-y: -2730px;
}
.fontList .fontItem[font-family="Oregano"] {
background-position-y: -2760px;
}
.fontList .fontItem[font-family="Over the Rainbow"] {
background-position-y: -2790px;
}
.fontList .fontItem[font-family="PT Sans"] {
background-position-y: -2820px;
}
.fontList .fontItem[font-family="PT Serif"] {
background-position-y: -2850px;
}
.fontList .fontItem[font-family="Pacifico"] {
background-position-y: -2880px;
}
.fontList .fontItem[font-family="Parisienne"] {
background-position-y: -2910px;
}
.fontList .fontItem[font-family="Permanent Marker"] {
background-position-y: -2940px;
}
.fontList .fontItem[font-family="Permanent Marker"] {
background-position-y: -2970px;
}
.fontList .fontItem[font-family="Pinyon Script"] {
background-position-y: -3000px;
}
.fontList .fontItem[font-family="Playfair Display SC"] {
background-position-y: -3030px;
}
.fontList .fontItem[font-family="Prata"] {
background-position-y: -3060px;
}
.fontList .fontItem[font-family="Princess Sofia"] {
background-position-y: -3090px;
}
.fontList .fontItem[font-family="Prosto One"] {
background-position-y: -3120px;
}
.fontList .fontItem[font-family="Quando"] {
background-position-y: -3150px;
}
.fontList .fontItem[font-family="Quattrocentro"] {
background-position-y: -3180px;
}
.fontList .fontItem[font-family="Qwigley"] {
background-position-y: -3210px;
}
.fontList .fontItem[font-family="Racing Sans One"] {
background-position-y: -3240px;
}
.fontList .fontItem[font-family="Raleway"] {
background-position-y: -3270px;
}
.fontList .fontItem[font-family="Ribeye"] {
background-position-y: -3300px;
}
.fontList .fontItem[font-family="Ribeye Marrow"] {
background-position-y: -3330px;
}
.fontList .fontItem[font-family="Roboto"] {
background-position-y: -3360px;
}
.fontList .fontItem[font-family="Roboto Condensed"] {
background-position-y: -3390px;
}
.fontList .fontItem[font-family="Rock Salt"] {
background-position-y: -3420px;
}
.fontList .fontItem[font-family="Rokkitt"] {
background-position-y: -3450px;
}
.fontList .fontItem[font-family="Rosario"] {
background-position-y: -3480px;
}
.fontList .fontItem[font-family="Rum Raisin"] {
background-position-y: -3510px;
}
.fontList .fontItem[font-family="Rum Raisin"] {
background-position-y: -3540px;
}
.fontList .fontItem[font-family="Ruthie"] {
background-position-y: -3570px;
}
.fontList .fontItem[font-family="Rye"] {
background-position-y: -3600px;
}
.fontList .fontItem[font-family="Sacramento"] {
background-position-y: -3630px;
}
.fontList .fontItem[font-family="Sanchez"] {
background-position-y: -3660px;
}
.fontList .fontItem[font-family="Satisfy"] {
background-position-y: -3690px;
}
.fontList .fontItem[font-family="Schoolbell"] {
background-position-y: -3720px;
}
.fontList .fontItem[font-family="Shadows Into Light"] {
background-position-y: -3750px;
}
.fontList .fontItem[font-family="Share Tech"] {
background-position-y: -3780px;
}
.fontList .fontItem[font-family="Share Tech Mono"] {
background-position-y: -3810px;
}
.fontList .fontItem[font-family="Six Caps"] {
background-position-y: -3840px;
}
.fontList .fontItem[font-family="Sniglet"] {
background-position-y: -3870px;
}
.fontList .fontItem[font-family="Special Elite"] {
background-position-y: -3900px;
}
.fontList .fontItem[font-family="Stalemate"] {
background-position-y: -3930px;
}
.fontList .fontItem[font-family="Stint Ultra Expanded"] {
background-position-y: -3960px;
}
.fontList .fontItem[font-family="Stoke"] {
background-position-y: -3990px;
}
.fontList .fontItem[font-family="Tangerine"] {
background-position-y: -4020px;
}
.fontList .fontItem[font-family="Text Me One"] {
background-position-y: -4050px;
}
.fontList .fontItem[font-family="The Girl Next Door"] {
background-position-y: -4080px;
}
.fontList .fontItem[font-family="Trocchi"] {
background-position-y: -4110px;
}
.fontList .fontItem[font-family="Trykker"] {
background-position-y: -4140px;
}
.fontList .fontItem[font-family="Ultra"] {
background-position-y: -4170px;
}
.fontList .fontItem[font-family="UnifrakturMaguntia"] {
background-position-y: -4200px;
}
.fontList .fontItem[font-family="VT323"] {
background-position-y: -4230px;
}
.fontList .fontItem[font-family="Vampiro One"] {
background-position-y: -4260px;
}
.fontList .fontItem[font-family="Vast Shadow"] {
background-position-y: -4290px;
}
.fontList .fontItem[font-family="Vidaloka"] {
background-position-y: -4320px;
}
.fontList .fontItem[font-family="Volkhov"] {
background-position-y: -4350px;
}
.fontList .fontItem[font-family="Yellowtail"] {
background-position-y: -4380px;
}
.fontList .fontItem[font-family="Abril Fatface"] {
background-position-y: -4410px;
}
.fontList .fontItem[font-family="Alegreya SC"] {
background-position-y: -4440px;
}
.fontList .fontItem[font-family="Alfa Slab One"] {
background-position-y: -4470px;
}
.fontList .fontItem[font-family="Alike"] {
background-position-y: -4500px;
}
.fontList .fontItem[font-family="Allerta"] {
background-position-y: -4530px;
}
.fontList .fontItem[font-family="Allerta Stencil"] {
background-position-y: -4560px;
}
.fontList .fontItem[font-family="Allura"] {
background-position-y: -4590px;
}
.fontList .fontItem[font-family="Amaranth"] {
background-position-y: -4620px;
}
.fontList .fontItem[font-family="Amatic SC"] {
background-position-y: -4650px;
}
.fontList .fontItem[font-family="Antic"] {
background-position-y: -4680px;
}
.fontList .fontItem[font-family="Anton"] {
background-position-y: -4710px;
}
.fontList .fontItem[font-family="Architects Daughter"] {
background-position-y: -4740px;
}
.fontList .fontItem[font-family="Archivo Narrow"] {
background-position-y: -4770px;
}
.fontList .fontItem[font-family="Arimo"] {
background-position-y: -4800px;
}
.fontList .fontItem[font-family="Arvo"] {
background-position-y: -4830px;
}
.fontList .fontItem[font-family="Autour One"] {
background-position-y: -4860px;
}
.fontList .fontItem[font-family="Belleza"] {
background-position-y: -4890px;
}
.fontList .fontItem[font-family="Berkshire Swash"] {
background-position-y: -4920px;
}
.fontList .fontItem[font-family="Bigelow Rules"] {
background-position-y: -4950px;
}
.fontList .fontItem[font-family="Black Ops One"] {
background-position-y: -4980px;
}
.fontList .fontItem[font-family="Butcherman"] {
background-position-y: -5010px;
}
.fontList .fontItem[font-family="Cabin Sketch"] {
background-position-y: -5040px;
}
.fontList .fontItem[font-family="Cantata One"] {
background-position-y: -5070px;
}
.fontList .fontItem[font-family="Cantora One"] {
background-position-y: -5100px;
}
.fontList .fontItem[font-family="Carter One"] {
background-position-y: -5130px;
}
.fontList .fontItem[font-family="Chelsea Market"] {
background-position-y: -5160px;
}
.fontList .fontItem[font-family="Cherry Swash"] {
background-position-y: -5190px;
}
.fontList .fontItem[font-family="Chewy"] {
background-position-y: -5220px;
}
.fontList .fontItem[font-family="Cinzel"] {
background-position-y: -5250px;
}
.fontList .fontItem[font-family="Clicker Script"] {
background-position-y: -5280px;
}
.fontList .fontItem[font-family="Coda Caption:800"] {
background-position-y: -5310px;
}
.fontList .fontItem[font-family="Codystar"] {
background-position-y: -5340px;
}
.fontList .fontItem[font-family="Coming Soon"] {
background-position-y: -5370px;
}
.fontList .fontItem[font-family="Courgette"] {
background-position-y: -5400px;
}
.fontList .fontItem[font-family="Coustard"] {
background-position-y: -5430px;
}
.fontList .fontItem[font-family="Crafty Girls"] {
background-position-y: -5460px;
}
.fontList .fontItem[font-family="Creepster"] {
background-position-y: -5490px;
}
.fontList .fontItem[font-family="Crushed"] {
background-position-y: -5520px;
}
.fontList .fontItem[font-family="Dancing Script"] {
background-position-y: -5550px;
}
.fontList .fontItem[font-family="Devonshire"] {
background-position-y: -5580px;
}
.fontList .fontItem[font-family="Diplomata SC"] {
background-position-y: -5610px;
}
.fontList .fontItem[font-family="<NAME>"] {
background-position-y: -5640px;
}
.fontList .fontItem[font-family="<NAME>"] {
background-position-y: -5670px;
}
.fontList .fontItem[font-family="Droid Serif"] {
background-position-y: -5700px;
}
.fontList .fontItem[font-family="EconomicaEmilys Candy"] {
background-position-y: -5730px;
}
.fontList .fontItem[font-family="Engagement"] {
background-position-y: -5760px;
}
.fontList .fontItem[font-family="Euphoria Script"] {
background-position-y: -5790px;
}
.fontList .fontItem[font-family="Fenix"] {
background-position-y: -5820px;
}
.fontList .fontItem[font-family="Flamenco"] {
background-position-y: -5850px;
}
.fontList .fontItem[font-family="Fondamento"] {
background-position-y: -5880px;
}
.fontList .fontItem[font-family="Freckle Face"] {
background-position-y: -5910px;
}
.fontList .fontItem[font-family="Fredoka One"] {
background-position-y: -5940px;
}
.fontList .fontItem[font-family="Frijole"] {
background-position-y: -5970px;
}
.fontList .fontItem[font-family="Germania One"] {
background-position-y: -6000px;
}
.fontList .fontItem[font-family="Glass Antiqua"] {
background-position-y: -6030px;
}
.fontList .fontItem[font-family="Glegoo"] {
background-position-y: -6060px;
}
.fontList .fontItem[font-family="Gochi Hand"] {
background-position-y: -6090px;
}
.fontList .fontItem[font-family="Graduate"] {
background-position-y: -6120px;
}
.fontList .fontItem[font-family="Grand Hotel"] {
background-position-y: -6150px;
}
.fontList .fontItem[font-family="Great Vibes"] {
background-position-y: -6180px;
}
.fontList .fontItem[font-family="Great Vibes"] {
background-position-y: -6210px;
}
.fontList .fontItem[font-family="Gruppo"] {
background-position-y: -6240px;
}
.fontList .fontItem[font-family="Gudea"] {
background-position-y: -6270px;
}
.fontList .fontItem[font-family="Hammersmith One"] {
background-position-y: -6300px;
}
.fontList .fontItem[font-family="Helvetica"] {
background-position-y: -6330px;
}
.fontList .fontItem[font-family="IM Fell English SC"] {
background-position-y: -6360px;
}
.fontList .fontItem[font-family="Josefin Sans"] {
background-position-y: -6390px;
}
.fontList .fontItem[font-family="Joti One"] {
background-position-y: -6420px;
}
.fontList .fontItem[font-family="Julius Sans One"] {
background-position-y: -6450px;
}
.fontList .fontItem[font-family="Kite One"] {
background-position-y: -6480px;
}
.fontList .fontItem[font-family="Knewave"] {
background-position-y: -6510px;
}
.fontList .fontItem[font-family="Lato"] {
background-position-y: -6540px;
}
.fontList .fontItem[font-family="Lemon"] {
background-position-y: -6570px;
}
.fontList .fontItem[font-family="Libre Baskerville"] {
background-position-y: -6600px;
}
.fontList .fontItem[font-family="Lilita One"] {
background-position-y: -6630px;
}
.fontList .fontItem[font-family="Lily Script One"] {
background-position-y: -6660px;
}
.fontList .fontItem[font-family="Limelight"] {
background-position-y: -6690px;
}
.fontList .fontItem[font-family="Lobster"] {
background-position-y: -6720px;
}
.fontList .fontItem[font-family="Londrina Outline"] {
background-position-y: -6750px;
}
.fontList .fontItem[font-family="Londrina Shadow"] {
background-position-y: -6780px;
}
.fontList .fontItem[font-family="Londrina Sketch"] {
background-position-y: -6810px;
}
.fontList .fontItem[font-family="Lora"] {
background-position-y: -6840px;
}
.fontList .fontItem[font-family="Love Ya Like A Sister"] {
background-position-y: -6870px;
}
.fontList .fontItem[font-family="Lustria"] {
background-position-y: -6900px;
}
.fontList .fontItem[font-family="Megrim"] {
background-position-y: -6930px;
}
.fontList .fontItem[font-family="Miltonian Tattoo"] {
background-position-y: -6960px;
}
.fontList .fontItem[font-family="Mr Dafoe"] {
background-position-y: -6990px;
}
.fontList .fontItem[font-family="Mystery Quest"] {
background-position-y: -7020px;
}
.fontList .fontItem[font-family="Niconne"] {
background-position-y: -7050px;
}
.fontList .fontItem[font-family="Nixie One"] {
background-position-y: -7080px;
}
.fontList .fontItem[font-family="Nunito"] {
background-position-y: -7110px;
}
.fontList .fontItem[font-family="Open Sans"] {
background-position-y: -7140px;
}
.fontList .fontItem[font-family="Oregano"] {
background-position-y: -7170px;
}
.fontList .fontItem[font-family="Over the Rainbow"] {
background-position-y: -7200px;
}
.fontList .fontItem[font-family="PT Sans"] {
background-position-y: -7230px;
}
.fontList .fontItem[font-family="PT Serif"] {
background-position-y: -7260px;
}
.fontList .fontItem[font-family="Pacifico"] {
background-position-y: -7290px;
}
.fontList .fontItem[font-family="Parisienne"] {
background-position-y: -7320px;
}
.fontList .fontItem[font-family="Permanent Marker"] {
background-position-y: -7350px;
}
.fontList .fontItem[font-family="Permanent Marker"] {
background-position-y: -7380px;
}
.fontList .fontItem[font-family="Pinyon Script"] {
background-position-y: -7410px;
}
.fontList .fontItem[font-family="Playfair Display SC"] {
background-position-y: -7440px;
}
.fontList .fontItem[font-family="Prata"] {
background-position-y: -7470px;
}
.fontList .fontItem[font-family="Princess Sofia"] {
background-position-y: -7500px;
}
.fontList .fontItem[font-family="Prosto One"] {
background-position-y: -7530px;
}
.fontList .fontItem[font-family="Quando"] {
background-position-y: -7560px;
}
.fontList .fontItem[font-family="Quattrocentro"] {
background-position-y: -7590px;
}
.fontList .fontItem[font-family="Qwigley"] {
background-position-y: -7620px;
}
.fontList .fontItem[font-family="Racing Sans One"] {
background-position-y: -7650px;
}
.fontList .fontItem[font-family="Raleway"] {
background-position-y: -7680px;
}
.fontList .fontItem[font-family="Ribeye"] {
background-position-y: -7710px;
}
.fontList .fontItem[font-family="Ribeye Marrow"] {
background-position-y: -7740px;
}
.fontList .fontItem[font-family="Roboto"] {
background-position-y: -7770px;
}
.fontList .fontItem[font-family="Roboto Condensed"] {
background-position-y: -7800px;
}
.fontList .fontItem[font-family="Rock Salt"] {
background-position-y: -7830px;
}
.fontList .fontItem[font-family="Rokkitt"] {
background-position-y: -7860px;
}
.fontList .fontItem[font-family="Rosario"] {
background-position-y: -7890px;
}
.fontList .fontItem[font-family="Rum Raisin"] {
background-position-y: -7920px;
}
.fontList .fontItem[font-family="Rum Raisin"] {
background-position-y: -7950px;
}
.fontList .fontItem[font-family="Ruthie"] {
background-position-y: -7980px;
}
.fontList .fontItem[font-family="Rye"] {
background-position-y: -8010px;
}
.fontList .fontItem[font-family="Sacramento"] {
background-position-y: -8040px;
}
.fontList .fontItem[font-family="Sanchez"] {
background-position-y: -8070px;
}
.fontList .fontItem[font-family="Satisfy"] {
background-position-y: -8100px;
}
.fontList .fontItem[font-family="Schoolbell"] {
background-position-y: -8130px;
}
.fontList .fontItem[font-family="Shadows Into Light"] {
background-position-y: -8160px;
}
.fontList .fontItem[font-family="Share Tech"] {
background-position-y: -8190px;
}
.fontList .fontItem[font-family="Share Tech Mono"] {
background-position-y: -8220px;
}
.fontList .fontItem[font-family="Six Caps"] {
background-position-y: -8250px;
}
.fontList .fontItem[font-family="Sniglet"] {
background-position-y: -8280px;
}
.fontList .fontItem[font-family="Special Elite"] {
background-position-y: -8310px;
}
.fontList .fontItem[font-family="Stalemate"] {
background-position-y: -8340px;
}
.fontList .fontItem[font-family="Stint Ultra Expanded"] {
background-position-y: -8370px;
}
.fontList .fontItem[font-family="Stoke"] {
background-position-y: -8400px;
}
.fontList .fontItem[font-family="Tangerine"] {
background-position-y: -8430px;
}
.fontList .fontItem[font-family="Text Me One"] {
background-position-y: -8460px;
}
.fontList .fontItem[font-family="The Girl Next Door"] {
background-position-y: -8490px;
}
.fontList .fontItem[font-family="Trocchi"] {
background-position-y: -8520px;
}
.fontList .fontItem[font-family="Trykker"] {
background-position-y: -8550px;
}
.fontList .fontItem[font-family="Ultra"] {
background-position-y: -8580px;
}
.fontList .fontItem[font-family="UnifrakturMaguntia"] {
background-position-y: -8610px;
}
.fontList .fontItem[font-family="VT323"] {
background-position-y: -8640px;
}
.fontList .fontItem[font-family="Vampiro One"] {
background-position-y: -8670px;
}
.fontList .fontItem[font-family="Vast Shadow"] {
background-position-y: -8700px;
}
.fontList .fontItem[font-family="Vidaloka"] {
background-position-y: -8730px;
}
.fontList .fontItem[font-family="Volkhov"] {
background-position-y: -8760px;
}
.fontList .fontItem[font-family="Yellowtail"] {
background-position-y: -8790px;
}
@font-face {
font-family: 'Editor';
src: url("../../assets/css/editor/fonts/icomoon.eot?67813fb");
src: url("../../assets/css/editor/fonts/icomoon.eot?#iefix67813fb") format('embedded-opentype'),
url("../../assets/css/editor/fonts/icomoon.ttf?67813fb") format('truetype'),
url("../../assets/css/editor/fonts/icomoon.woff?67813fb") format('woff'),
url("../../assets/css/editor/fonts/icomoon.svg?67813fb#icomoon") format('svg');
font-weight: normal;
font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
/* use !important to prevent issues with browser extensions that change fonts */
display: inline-block;
font-family: 'Editor' !important;
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;
}
/* CUSTOM PURE CSS ICONS */
i.icon-stop.desygner-icon-rect {
width: 50%;
background: #899595;
height: 25px;
}
i.icon-circle-thin.desygner-icon-ellips {
background: #899595;
border-radius: 50%;
width: 50%;
}
.btn-squire.active i.desygner-icon-ellips,
.btn-squire:focus i.desygner-icon-ellips,
.btn-squire:hover i.desygner-icon-ellips,
.btn-squire.active i.desygner-icon-rect,
.btn-squire:focus i.desygner-icon-rect,
.btn-squire:hover i.desygner-icon-rect {
background: #ffdd17;
}
.icon-lg {
font-size: 1.3333333333333333em;
line-height: 0.75em;
vertical-align: -15%;
}
.icon-2x {
font-size: 2em;
}
.icon-3x {
font-size: 3em;
}
.icon-4x {
font-size: 4em;
}
.icon-5x {
font-size: 5em;
}
.icon-rotate-90 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.icon-rotate-180 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.icon-rotate-270 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg);
}
.icon-fbk:before {
content: "\f082";
}
.icon-in:before {
content: "\f16d";
}
.icon-fl:before {
content: "\f16e";
}
.icon-twr:before {
content: "\f099";
}
.icon-gp:before {
content: "\f0d5";
}
.icon-lin:before {
content: "\f0e1";
}
.icon-db:before {
content: "\e909";
}
.icon-gd:before {
content: "\e90a";
}
/* DATA from https://icomoon.io/app/#/select/font ****DO NOT EDIT****/
.icon-img_reposition:before {
content: "\e911";
}
.icon-lower_case:before {
content: "\e900";
}
.icon-order_bottom:before {
content: "\e901";
}
.icon-order_down:before {
content: "\e90b";
}
.icon-order_top:before {
content: "\e90d";
}
.icon-order_up:before {
content: "\e90e";
}
.icon-upper_case:before {
content: "\e90f";
}
.icon-align_left:before {
content: "\e914";
}
.icon-align_center:before {
content: "\e915";
}
.icon-align_right:before {
content: "\e916";
}
.icon-align_txt_open-4:before {
content: "\e917";
}
.icon-aligns_txt:before {
content: "\e918";
}
.icon-bold2:before {
content: "\e919";
}
.icon-bullets:before {
content: "\e91a";
}
.icon-change_case:before {
content: "\e91b";
}
.icon-font2:before {
content: "\e91e";
}
.icon-italic2:before {
content: "\e91f";
}
.icon-spacing_1:before {
content: "\e921";
}
.icon-txt_edit:before {
content: "\e923";
}
.icon-typewriter:before {
content: "\e924";
}
.icon-underline2:before {
content: "\e925";
}
.icon-fill:before {
content: "\e926";
}
.icon-convert_img:before {
content: "\e927";
}
.icon-fliph:before {
content: "\e928";
}
.icon-flipv:before {
content: "\e929";
}
.icon-stroke_colour:before {
content: "\e92a";
}
.icon-stroke:before {
content: "\e92b";
}
.icon-aligns:before {
content: "\e913";
}
.icon-aligns_ch:before {
content: "\e92c";
}
.icon-aligns_cv:before {
content: "\e92d";
}
.icon-aligns_left:before {
content: "\e92e";
}
.icon-aligns_right:before {
content: "\e92f";
}
.icon-aligns_top:before {
content: "\e930";
}
.icon-aligns_bottom:before {
content: "\e931";
}
.icon-bin2:before {
content: "\e932";
}
.icon-duplicate:before {
content: "\e933";
}
.icon-filters:before {
content: "\e934";
}
.icon-img_crop:before {
content: "\e935";
}
.icon-lock_img:before {
content: "\e936";
}
.icon-lock2:before {
content: "\e937";
}
.icon-opacity:before {
content: "\e938";
}
.icon-order:before {
content: "\e939";
}
.icon-rotateleft:before {
content: "\e93e";
}
.icon-rotateright:before {
content: "\e93f";
}
.icon-document-file-jpg:before {
content: "\e903";
}
.icon-document-file-pdf:before {
content: "\e904";
}
.icon-document-file-png:before {
content: "\e905";
}
.icon-text-height:before {
content: "\e910";
}
.icon-check2:before {
content: "\f00c";
}
.icon-close2:before {
content: "\f00d";
}
.icon-remove:before {
content: "\f00d";
}
.icon-times:before {
content: "\f00d";
}
.icon-repeat:before {
content: "\f01e";
}
.icon-rotate-right:before {
content: "\f01e";
}
.icon-lock:before {
content: "\f023";
}
.icon-adjust:before {
content: "\f042";
}
.icon-edit:before {
content: "\f044";
}
.icon-pencil-square-o:before {
content: "\f044";
}
.icon-mail-forward:before {
content: "\f064";
}
.icon-share:before {
content: "\f064";
}
.icon-magnet:before {
content: "\f076";
}
.icon-arrows-h:before {
content: "\f07e";
}
.icon-facebook-square:before {
content: "\f082";
}
.icon-cogs:before {
content: "\f085";
}
.icon-gears:before {
content: "\f085";
}
.icon-twitter:before {
content: "\f099";
}
.icon-unlock:before {
content: "\f09c";
}
.icon-group2:before {
content: "\f0c0";
}
.icon-users:before {
content: "\f0c0";
}
.icon-chain:before {
content: "\f0c1";
}
.icon-link:before {
content: "\f0c1";
}
.icon-strikethrough:before {
content: "\f0cc";
}
.icon-google-plus:before {
content: "\f0d5";
}
.icon-linkedin:before {
content: "\f0e1";
}
.icon-rotate-left:before {
content: "\f0e2";
}
.icon-undo:before {
content: "\f0e2";
}
.icon-cloud-download:before {
content: "\f0ed";
}
.icon-cloud-upload:before {
content: "\f0ee";
}
.icon-circle-o:before {
content: "\f10c";
}
.icon-code:before {
content: "\f121";
}
.icon-star-half-empty:before {
content: "\f123";
}
.icon-star-half-full:before {
content: "\f123";
}
.icon-star-half-o:before {
content: "\f123";
}
.icon-crop:before {
content: "\f125";
}
.icon-chain-broken:before {
content: "\f127";
}
.icon-unlink:before {
content: "\f127";
}
.icon-instagram:before {
content: "\f16d";
}
.icon-flickr:before {
content: "\f16e";
}
.icon-bug:before {
content: "\f188";
}
.icon-cube:before {
content: "\f1b2";
}
.icon-cubes:before {
content: "\f1b3";
}
.icon-file-pdf-o:before {
content: "\f1c1";
}
.icon-file-image-o:before {
content: "\f1c5";
}
.icon-file-photo-o:before {
content: "\f1c5";
}
.icon-file-picture-o:before {
content: "\f1c5";
}
.icon-file-code-o:before {
content: "\f1c9";
}
.icon-spacing_2:before {
content: "\e922";
}
.icon-dropbox:before {
content: "\e909";
}
.icon-google-drive:before {
content: "\e90a";
}
.icon-arrow-move:before {
content: "\e600";
}
.icon-circle-thin:before {
content: "\e601";
}
.icon-minus:before {
content: "\e602";
}
.icon-pen-alt2:before {
content: "\e603";
}
.icon-square-o:before {
content: "\e604";
}
.icon-zoomin:before {
content: "\e605";
}
.icon-zoomout:before {
content: "\e606";
}
.icon-backgrounds:before {
content: "\e607";
}
.icon-browser:before {
content: "\e608";
}
.icon-brush:before {
content: "\e609";
}
.icon-camera:before {
content: "\e60a";
}
.icon-ccw:before {
content: "\e60b";
}
.icon-chevron-down:before {
content: "\e60c";
}
.icon-chevron-left:before {
content: "\e60d";
}
.icon-chevron-right:before {
content: "\e60e";
}
.icon-chevron-up:before {
content: "\e60f";
}
.icon-credit:before {
content: "\e610";
}
.icon-documents:before {
content: "\e611";
}
.icon-export:before {
content: "\e612";
}
.icon-eye:before {
content: "\e613";
}
.icon-forward:before {
content: "\e614";
}
.icon-grid:before {
content: "\e615";
}
.icon-help:before {
content: "\e616";
}
.icon-log-out:before {
content: "\e617";
}
.icon-magnifying-glass:before {
content: "\e618";
}
.icon-plus:before {
content: "\e619";
}
.icon-reply:before {
content: "\e61a";
}
.icon-save:before {
content: "\e61b";
}
.icon-warning:before {
content: "\e61c";
}
.icon-camera2:before {
content: "\e61d";
}
.icon-magnifying-glass2:before {
content: "\e61e";
}
.icon-news:before {
content: "\e61f";
}
.icon-round-brush:before {
content: "\e620";
}
.icon-sound-mix:before {
content: "\e621";
}
.icon-earth:before {
content: "\e622";
}
.icon-group:before {
content: "\e623";
}
.icon-locked:before {
content: "\e624";
}
.icon-bin:before {
content: "\e625";
}
.icon-books:before {
content: "\e626";
}
.icon-copy:before {
content: "\e627";
}
.icon-file-word:before {
content: "\e628";
}
.icon-pie-chart:before {
content: "\e629";
}
.icon-font:before {
content: "\e62a";
}
.icon-hipster:before {
content: "\e62b";
}
.icon-target:before {
content: "\e62c";
}
.icon-cog:before {
content: "\e62d";
}
.icon-bicycle:before {
content: "\e62e";
}
.icon-birthday-cake:before {
content: "\e62f";
}
.icon-bullseye:before {
content: "\e630";
}
.icon-heart:before {
content: "\e631";
}
.icon-image:before {
content: "\e632";
}
.icon-paw:before {
content: "\e633";
}
.icon-puzzle-piece:before {
content: "\e634";
}
.icon-tint:before {
content: "\e635";
}
.icon-futbol-o:before {
content: "\e638";
}
.icon-delicious:before {
content: "\e644";
}
.icon-graduation-cap:before {
content: "\e645";
}
.icon-stop:before {
content: "\e646";
}
.icon-tree:before {
content: "\e647";
}
.icon-eyedropper:before {
content: "\e648";
}
.icon-pencil:before {
content: "\e649";
}
.icon-images:before {
content: "\e64a";
}
.icon-archive:before {
content: "\e64b";
}
.icon-arrows-alt:before {
content: "\e64c";
}
.icon-clipboard:before {
content: "\e64d";
}
.icon-restore:before {
content: "\e64f";
}
.icon-arrows:before {
content: "\e651";
}
.icon-check:before {
content: "\e652";
}
.icon-get_app:before {
content: "\e654";
}
.icon-photo_size_select_large:before {
content: "\e655";
}
.icon-unfold_more:before {
content: "\e656";
}
.icon-info:before {
content: "\e657";
}
.icon-note_add:before {
content: "\e658";
}
.icon-home3:before {
content: "\e902";
}
.icon-paint-format:before {
content: "\e90c";
}
.icon-books2:before {
content: "\e920";
}
.icon-zoom-in:before {
content: "\e987";
}
.icon-zoom-out:before {
content: "\e988";
}
.icon-eye-blocked:before {
content: "\e9d1";
}
.icon-hipster2:before {
content: "\e9f9";
}
.icon-plus2:before {
content: "\ea0a";
}
.icon-minus2:before {
content: "\ea0b";
}
.icon-stop2:before {
content: "\ea1e";
}
.icon-make-group:before {
content: "\ea58";
}
.icon-ungroup:before {
content: "\ea59";
}
.icon-font-size:before {
content: "\ea61";
}
.icon-jpg:before {
content: "\e906";
}
.icon-pdf:before {
content: "\e907";
}
.icon-png:before {
content: "\e908";
}
.icon-loop:before {
content: "\e00e";
}
.icon-forward_10:before {
content: "\e038";
}
.icon-replay_10:before {
content: "\e03b";
}
.icon-stay_primary_portrait:before {
content: "\e05f";
}
.icon-font_download:before {
content: "\e08b";
}
.icon-brightness_auto:before {
content: "\e09b";
}
.icon-screen_lock_portrait:before {
content: "\e0af";
}
.icon-brightness_1:before {
content: "\e13b";
}
.icon-brightness_2:before {
content: "\e13c";
}
.icon-brightness_3:before {
content: "\e13d";
}
.icon-dehaze:before {
content: "\e15c";
}
.icon-filter:before {
content: "\e168";
}
.icon-photo_library:before {
content: "\e1a5";
}
.icon-picture_as_pdf:before {
content: "\e1a6";
}
.rulez-text {
font-size: 10px;
}
#ruler-horizontal {
display: none;
position: absolute;
left: 0;
right: 0;
height: 22px;
z-index: 1;
}
#ruler-vertical {
display: none;
position: absolute;
left: 0;
width: 22px;
z-index: 1;
}
/*
* Inkive Font 1.0.1 by @Heesu
*/
@font-face {
font-family: 'Inkive';
src: url("../../assets/fonts/inkive-webfont.eot?v=1.0.1");
src: url("../../assets/fonts/inkive-webfont.eot?#iefix&v=1.0.1") format('embedded-opentype'), url("../../assets/fonts/inkive-webfont.woff?v=1.0.1") format('woff'), url("../../assets/fonts/inkive.ttf?v=1.0.1") format('truetype'), url("../../assets/fonts/inkive-webfont.svg?v=1.0.1") format('svg');
font-weight: normal;
font-style: normal;
}
.ik {
display: inline-block;
font-family: Inkive;
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}
.ik-lg {
font-size: 1.3333333333333333em;
line-height: 0.75em;
vertical-align: -15%;
}
.ik-2x {
font-size: 2em;
}
.ik-3x {
font-size: 3em;
}
.ik-4x {
font-size: 4em;
}
.ik-5x {
font-size: 5em;
}
.ik-fw {
width: 1.2857142857142858em;
text-align: center;
}
.ik-ul {
padding-left: 0;
margin-left: 2.142857142857143em;
list-style-type: none;
}
.ik-ul > li {
position: relative;
}
.ik-li {
position: absolute;
left: -2.142857142857143em;
width: 2.142857142857143em;
top: 0.14285714285714285em;
text-align: center;
}
.ik-li.ik-lg {
left: -1.8571428571428572em;
}
.ik-border {
padding: .2em .25em .15em;
border: solid 0.08em #eeeeee;
border-radius: .1em;
}
.pull-right {
float: right;
}
.pull-left {
float: left;
}
.ik.pull-left {
margin-right: .3em;
}
.ik.pull-right {
margin-left: .3em;
}
.ik-spin {
-webkit-animation: spin 2s infinite linear;
-moz-animation: spin 2s infinite linear;
-o-animation: spin 2s infinite linear;
animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
0% {
-moz-transform: rotate(0deg);
}
100% {
-moz-transform: rotate(359deg);
}
}
@-webkit-keyframes spin {
0% {
-webkit-transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
}
}
@-o-keyframes spin {
0% {
-o-transform: rotate(0deg);
}
100% {
-o-transform: rotate(359deg);
}
}
@-ms-keyframes spin {
0% {
-ms-transform: rotate(0deg);
}
100% {
-ms-transform: rotate(359deg);
}
}
@keyframes spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(359deg);
}
}
.ik-rotate-90 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
}
.ik-rotate-180 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
}
.ik-rotate-270 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
-webkit-transform: rotate(270deg);
-moz-transform: rotate(270deg);
-ms-transform: rotate(270deg);
-o-transform: rotate(270deg);
transform: rotate(270deg);
}
.ik-flip-horizontal {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
-webkit-transform: scale(-1, 1);
-moz-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
-o-transform: scale(-1, 1);
transform: scale(-1, 1);
}
.ik-flip-vertical {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
-webkit-transform: scale(1, -1);
-moz-transform: scale(1, -1);
-ms-transform: scale(1, -1);
-o-transform: scale(1, -1);
transform: scale(1, -1);
}
.ik-inkive-circle:before {
content: "\f200";
}
.ik-inkive:before {
content: "\f201";
}
.ik-logo:before {
content: "\f202";
}
.ik-photos:before {
font-size: 1.1em;
content: "\f203";
}
.ik-close:before {
content: "\f204";
}
.ik-drawing:before {
content: "\f205";
}
.ik-filter:before {
content: "\f206";
}
.ik-layout:before {
content: "\f207";
}
.ik-left:before {
content: "\f208";
}
.ik-plus:before {
content: "\f209";
}
.ik-minus:before {
content: "\f20a";
}
.ik-right:before {
content: "\f20b";
}
.ik-search:before {
content: "\f20c";
}
.ik-check:before {
content: "\f20d";
}
.ik-photos2:before {
font-size: 1.1em;
content: "\f20e";
}
.modal .info-message .spinner-wrapper,
.modal .info-message .empty-text,
#tabProjectTeam .spinner-wrapper,
#tabProjectTeam .empty-text {
display: inline;
padding: 0 3px;
}
#tabProjectTeam section .listContainer {
height: 45px;
padding-top: 10px;
}
#tabProjectTeam section ul {
padding-left: 1px;
}
#tabProjectTeam section ul li:first-child,
#tabProjectTeam section ul li:first-child,
#tabProjectTeam section ul li:first-child {
margin-left: 0;
}
#tabProjectTeam section ul li,
#tabProjectTeam section ul li,
#tabProjectTeam section ul li {
position: relative;
top: 0;
display: inline;
float: left;
text-align: left;
width: 27px;
height: 27px;
margin-left: 2px;
}
#tabProjectTeam section ul li p {
display: inline-block;
margin: 0;
}
#tabProjectTeam section ul li img,
#tabProjectTeam section ul li img,
#tabProjectTeam section ul li img,
.lefted {
position: absolute;
top: 0;
border: 2px solid #ffdd17 !important;
width: 27px;
height: 27px;
background-size: cover;
cursor: pointer;
}
.modal .findFriendsSearch {
margin-bottom: 10px;
}
.modal .friends .media-body {
position: relative;
top: -2px;
left: 10px;
width: 340px;
}
.modal .friends .media-body .media-heading {
color: #87999c;
}
#filter-picker .svg-container,
#filter-picker .presets-container,
#filter-picker .sliders-container {
width: 100%;
}
#filter-picker .presets-container {
max-height: 168px;
padding: 0 16px;
}
#filter-picker .svg-container {
height: 500px;
}
#filter-picker .svg-container,
#filter-picker .presets-container li {
overflow: hidden;
position: relative;
}
#filter-picker .svg-container svg,
#filter-picker .presets-container li svg {
top: 50%;
left: 50%;
position: absolute;
transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
}
#filter-picker .presets-container.loading {
opacity: 0;
transition: opacity 0s;
-moz-transition: opacity 0s;
-webkit-transition: opacity 0s;
}
#filter-picker .presets-container {
opacity: 1;
transition: opacity .6s;
-moz-transition: opacity .6s;
-webkit-transition: opacity .6s;
}
#filter-picker .presets-container li {
height: 150px;
margin: 0 2px;
cursor: pointer;
display: inline-block;
}
#filter-picker .presets-container .slick-arrow {
top: 50%;
width: 50px;
z-index: 99;
cursor: pointer;
margin-top: -23px;
position: absolute;
}
#filter-picker .presets-container .slick-arrow.prev {
left: 0;
}
#filter-picker .presets-container .slick-arrow.next {
right: 0;
}
#filter-picker .presets-container .filter-name {
left: 0;
right: 0;
bottom: 0;
color: #e5e5e5;
padding: 10px 5px;
text-align: center;
background: rgba(0,0,0,0.5);
position: absolute;
}
#filter-picker .slider-wrapper {
width: 50%;
height: 34px;
position: relative;
padding-left: 80px;
padding-right: 37px;
display: inline-block;
}
#filter-picker .slider-wrapper input {
top: 4px;
right: 0;
width: 31px;
padding: 2px;
height: 23px;
position: absolute;
}
#filter-picker .slider-wrapper .slider {
top: 0;
margin: 0;
width: 100%;
display: inline-block;
}
#filter-picker .ui-slider .ui-slider-handle {
top: -.8em;
height: 1.6em;
margin-left: -4px;
}
#filter-picker .slider-wrapper label {
left: 0;
top: 2px;
padding: 0;
width: 75px;
text-align: right;
position: absolute;
}
@media all and (max-width: 900px), all and (max-height: 830px) {
#filter-picker .svg-container {
height: 400px;
}
#filter-picker .presets-container li {
height: 100px;
}
}
@media all and (max-width: 700px), all and (max-height: 670px) {
#filter-picker .svg-container {
height: 300px;
}
}
@media all and (max-width: 500px), all and (max-height: 570px) {
#filter-picker .svg-container {
height: 200px;
}
#filter-picker .presets-container li {
height: 80px;
}
}
@media all and (max-width: 500px), all and (max-height: 450px) {
#filter-picker .svg-container {
height: 120px;
}
}
.svg-loader {
z-index: 5;
position: fixed;
background-color: rgba(0, 0, 0, .1);
pointer-events: none;
}
.svg-loader .animation {
font-size: 4px;
position: relative;
text-indent: -9999em;
border-top: 1.1em solid rgba(255, 255, 255, 0.2);
border-right: 1.1em solid rgba(255, 255, 255, 0.2);
border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
border-left: 1.1em solid #ffffff;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
-webkit-animation: svgloadanimation 1.1s infinite linear;
animation: svgloadanimation 1.1s infinite linear;
}
.svg-loader .animation,
.svg-loader .animation:after {
border-radius: 50%;
width: 22px;
height: 22px;
}
@-webkit-keyframes svgloadanimation {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes svgloadanimation {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
/* Frames */
#content.mobile {
top: 0;
min-height: 0;
background-color: #414a4b;
}
.mobile .element:not(.selected):hover {
outline: none;
}
.mobile.landscape #tool-panel.active {
left: -250px;
}
.mobile.portrait #tool-panel.active {
left: -100%;
}
.mobile.landscape #tool-panel {
width: 500px;
}
.mobile.portrait #tool-panel {
top: initial;
bottom: 0;
right: 0;
width: 200%;
height: 320px;
}
.mobile.landscape #canvas-panel {
left: 250px;
}
.mobile.portrait #canvas-panel {
top: 0;
bottom: 320px;
left: 0;
right: 0;
}
.mobile #pages-panel {
background: rgb(65, 74, 75);
padding: 0 0 0 10px;
}
.mobile.landscape #pages-panel {
left: 251px;
bottom: 0;
}
.mobile.portrait #pages-panel {
left: 0;
bottom: 321px;
}
.mobile .pageOrder .thumbnail {
margin: 0 3px 8px 0;
}
.mobile .default .pageOrder .thumbnail.space {
margin-left: 5px;
}
.mobile .default .pageOrder .thumbnail.cover {
margin: 0 58px;
}
.mobile .menu-page-nav {
position: relative;
width: 100%;
height: 50px;
line-height: 50px;
margin: 3px 0;
overflow: hidden;
}
.mobile .menu-page-nav > * {
display: table-cell;
float: initial;
}
/*.mobile .disabled {*/
/*filter: none;*/
/*-webkit-filter: none;*/
/*opacity: 0.1;*/
/*}*/
/****************** Text edit *********************/
#text-edit.mobile {
top: 0;
left: 0;
display: none;
}
#text-edit.mobile.in {
display: block;
}
#text-edit.mobile .left-column {
width: 270px;
vertical-align: top;
display: inline-block;
}
#text-edit.mobile .value {
height: 100%;
display: inline-block;
width: calc(100% - 293px);
}
#text-edit.mobile .text-edit-cancel,
#text-edit.mobile button,
#text-edit.mobile .value {
margin: 10px;
}
#text-edit.mobile .text-edit-cancel,
#text-edit.mobile button {
display: block;
}
/* Tools */
.mobile .tool-menu {
padding: 10px;
overflow-y: auto;
}
.mobile.landscape .tool-menu {
width: 250px;
}
.mobile.portrait .tool-menu {
width: 50%;
padding: 10px 13px;
}
.mobile #tool-panel .tool-content {
padding: 10px;
}
.mobile.landscape #tool-panel .tool-content {
width: 250px;
}
.mobile.portrait #tool-panel .tool-content {
width: 50%;
}
.mobile .back-menu {
width: 100%;
margin-bottom: 5px;
background-color: #2b3031;
}
.mobile .back-menu .btn {
display: table;
}
.mobile .back-menu .icon-element {
color: #414a4b;
background-color: #ffdd17;
padding: 0 5px;
font-size: 20px;
display: table-cell;
height: 35px;
line-height: 25px;
}
.mobile .back-menu .text-element {
display: table-cell;
width: 100%;
text-align: left;
padding: 0 20px;
line-height: 35px;
}
.mobile .tool-content section {
padding-top: 2px;
}
.mobile .tool-content section:after {
padding: 2px 0;
}
.mobile .tool-content:not(.template) p {
color: white;
margin: 10px 0;
}
.mobile .thumbnailWrapper {
padding-left: 0;
}
.mobile .thumbnail {
margin: 0 0 5px 0;
}
.mobile .colorLineWrapper {
padding: 0 0 5px 0;
}
.mobile .tool-content .dd-upload {
padding: 5px 10px;
}
.mobile #tabPage .page {
height: 85px;
background-color: #2b3031;
padding: 5px;
margin-bottom: 5px;
}
.mobile #tabPage .page .thumb,
.mobile #tabPage .page .content {
display: block;
float: left;
}
.mobile #tabPage .page .content dt {
border-bottom: none;
}
.mobile #tabPage .page .content .txt {
line-height: 30px;
font-size: 1.2em;
}
.mobile #tabPage .page .content .txt .pageNumber {
font-weight: bold;
color: #ccc;
width: 40px;
text-align: center;
display: inline-block;
}
.mobile #tabPage .page .thumb {
overflow: hidden;
height: 75px;
width: 106px;
}
.mobile #tabPage .page .thumb img {
width: 106px;
}
/* UI */
.mobile .tool-search {
margin-bottom: 5px;
}
.mobile label {
padding-bottom: 2px;
}
.mobile .ui-dropdown .input-icon div {
height: 35px;
line-height: 35px;
}
.mobile input[type="text"],
.mobile input[type="email"],
.mobile input[type="number"],
.mobile input[type="url"] {
height: 35px;
}
.mobile .modal .antiscroll-scrollbar-vertical,
.mobile #ik-editor .antiscroll-scrollbar-vertical,
.mobile #pages-panel .antiscroll-scrollbar-vertical {
width: 30px;
}
.mobile #ik-editor .antiscroll-scrollbar-horizontal {
height: 30px;
}
.mobile .antiscroll-scrollbar {
background-color: #ffdd17;
z-index: 2;
}
.mobile .btn-green,
.mobile .btn-yellow,
.mobile .btn-red {
height: 35px;
line-height: 35px;
}
.mobile .btn-green i,
.mobile .btn-yellow i,
.mobile .btn-red i {
line-height: 31px;
height: 35px;
font-size: 17px;
}
.mobile .btn-squire {
width: 70px;
height: 60px;
padding: 2px;
margin: 0 4px 4px 0;
}
.mobile .btn-squire .iconWrapper {
line-height: 30px;
}
.mobile.portrait .accordion dt {
clear: none;
display: block;
float: left;
width: 50%;
border-right: 1px solid #566263;
}
.mobile .btn-accordion {
height: 45px;
line-height: 45px;
padding: 0;
background-color: #2b3031;
font-size: 1.2em;
}
.mobile .btn-accordion i {
width: 40px;
line-height: 45px;
height: 45px;
}
.mobile .btn-accordion img {
width: 24px;
margin: 6px;
}
.mobile .btn-tag:after {
font-size: 12px;
}
.mobile .tool-menu .btn-double .pageOrderShow {
width: 130px;
color: #2b3031;
margin: 0 5px;
background-color: white;
}
.mobile .tool-menu .btn-double .pageOrderShow > i {
font-size: 20px;
margin: 0;
vertical-align: middle;
}
.mobile .tool-menu .btn-double .pageOrderShow > div {
width: 70px;
display: inline-block;
vertical-align: middle;
}
.mobile .tool-menu .btn-double .pageOrderShow > div .page-count {
line-height: 25px;
font-size: 17px;
}
.mobile .tool-menu .btn-double .btn-green {
width: 50px;
height: 50px;
line-height: 50px;
border: none;
padding: 0;
}
.mobile .tool-menu .btn-double .btn-green.btn-tag:after {
top: -15px;
line-height: 9px;
color: white;
}
.mobile .btn-green:hover {
background: #01adb6;
color: #ffffff !important;
}
.mobile .btn-menu:hover,
.mobile .btn-menu:focus {
background-color: inherit !important;
}
.mobile .btn-tag:hover:after,
.mobile .btn-tag:focus:after {
color: inherit !important;
}
.mobile .btn.active {
color: #ffdd17 !important;
}
.mobile .tool-search button:hover,
.mobile .btn:focus,
.mobile .btn:hover {
color: inherit;
}
.mobile .save-notification,
.mobile .download-notification,
.mobile #ik-save-notification,
.mobile #ik-download-notification {
padding: 15px 0px;
float: none;
line-height: 20px;
}
.mobile .qq-upload-button-hover .btn-accordion,
.mobile .btn-accordion:hover,
.mobile .btn-accordion:focus,
.mobile .btn-accordion.active {
border-right: none;
}
.mobile .ui-tabs-panel {
padding: 10px 0;
}
.mobile ul.ui-tabs-nav li a {
height: 35px;
line-height: 35px;
}
/* Modal */
.modalWrapper.mobile .btn-green.modalHeader {
top: -25px;
}
.modalWrapper.mobile .modal .content {
padding: 10px;
}
.modalWrapper.mobile .modal .btnWrapper.bottom {
padding: 0 5px 5px 5px;
}
.modalWrapper.mobile .modal textarea {
height: 50px;
}
.popover.mobile {
-webkit-box-shadow: none;
box-shadow: none;
border-radius: initial;
background-color: #0F1A21;
font-size: 20px;
min-width: 400px;
}
/* Popupmenu */
.mobile .tool-menu ul {
height: initial;
background-color: initial;
}
.mobile .tool-menu ul li {
height: inherit;
min-height: 35px;
}
.menu.mobile > ul > li {
width: 25%;
border-right: 1px solid #566263;
border-bottom: 1px solid #566263;
}
.menu.mobile > ul > li:empty {
display: none;
}
.mobile .tool-menu .menu.mobile {
position: initial;
padding: 0;
height: auto;
}
.mobile.landscape .tool-menu .menu.mobile {
width: 230px;
}
.mobile.portrait .tool-menu .menu.mobile {
width: 100%;
}
.mobile .tool-menu ul li.active .btn-menu,
.mobile .tool-menu ul li.active .btn-tag:after {
color: inherit;
}
.menu.mobile {
padding: 10px;
clear: both;
}
.menu.mobile.landscape {
width: 250px;
height: 100%;
}
.menu.mobile.portrait {
width: 100%;
height: 320px;
bottom: 0;
}
.popupmenu.mobile {
top: 0;
overflow-y: auto;
}
.menu.mobile ul {
white-space: normal;
padding-left: 0px;
}
.menu.mobile ul .btn-onmenu {
position: relative;
width: 100%;
height: 64px;
margin: 1px 0 0 1px;
padding: 0 1px;
}
.menu.mobile.portrait ul .btn-onmenu {
height: 40px;
padding: 5px 0;
}
.mobile .undoredo {
margin-left: 1px;
}
.mobile .undoredo .btn-onmenu {
width: 50%;
float: left;
display: block;
height: 35px;
margin: 0;
border-right: 1px solid #566263;
}
.mobile .undoredo .btn-onmenu[type=toggle] i {
padding: 5px 0 !important;
}
.mobile .undoredo .btn-onmenu[type=toggle] span {
padding: 0 !important;
text-transform: lowercase;
font-size: 14px;
margin: 2px;
}
.menu.mobile ul li.single {
width: 100%;
}
.menu.mobile ul li.double {
width: 50%;
}
.menu.mobile ul li.triple {
width: 33%;
}
.menu.mobile ul li.quadra {
width: 25%;
}
.menu.mobile ul .btn-onmenu > i {
display: block;
font-size: 22px;
padding: 8px 0;
}
.menu.mobile.portrait ul .btn-onmenu > i {
display: inline-block;
vertical-align: middle;
text-align: right;
padding: 0;
}
.menu.mobile ul .btn-onmenu[type=toggle] {
display: table;
color: #BBB;
}
.menu.mobile ul .btn-onmenu[type=toggle] i {
display: table-cell;
font-size: 25px;
}
.menu.mobile ul .btn-onmenu[type=toggle] span {
display: table-cell;
width: 100%;
text-align: left;
vertical-align: middle;
font-size: 15px;
white-space: normal;
line-height: 18px;
}
.menu.mobile ul .btn-onmenu[type=toggle] i:first-child {
padding: 0 10px;
}
.menu.mobile ul .btn-onmenu[type=toggle] i:last-child {
width: 25px;
}
.menu.mobile ul .btn-onmenu:after {
position: absolute;
bottom: 10px;
left: 2px;
right: 1px;
content: attr(data-title);
color: #899595;
font-size: 12px;
line-height: 9px;
font-weight: normal;
text-transform: lowercase;
word-wrap: break-word;
white-space: normal;
}
.menu.mobile.portrait ul .btn-onmenu:after {
position: static;
display: inline-block;
vertical-align: middle;
font-size: 13px;
text-align: left;
vertical-align: middle;
line-height: 11px;
max-width: 60%;
}
.menu.mobile .ui-dropdown[data-action=on_fontsize] input {
margin-top: 17px;
padding-left: 0;
padding-right: 0;
}
.menu.mobile .ui-dropdown-items {
top: 64px;
box-shadow: 0 10px 15px rgba(0,0,0, 0.5);
}
.menu.mobile.portrait .ui-dropdown-items {
top: 40px;
}
.menu.mobile .ui-dropdown-items.top {
top: auto;
bottom: 64px;
box-shadow: 0 -10px 15px rgba(0,0,0, 0.5);
}
.menu.mobile.portrait .ui-dropdown-items.top {
bottom: 40px;
}
.menu.mobile .ui-dropdown-items li {
font-size: 15px;
}
.menu.mobile .ui-dropdown-items input[type="text"],
.menu.mobile .ui-dropdown-items .btn {
height: 40px;
line-height: 40px;
}
.mobile .btn.btn-onmenu:focus,
.mobile .btn.btn-onmenu:hover {
background-color: #2b3031;
color: #899595;
}
.mobile .btn.btn-onmenu.active {
background: #ffdd17 !important;
color: #2b3031 !important;
}
.mobile .btn.btn-onmenu.active:after {
color: #2b3031;
}
.mobile #sliderWrapper {
width: 150px;
margin-right: 20px;
}
.mobile .ui-slider {
top: 20px;
}
.mobile .ui-slider .ui-slider-handle {
top: -1.5em;
width: 2.0em;
height: 3em;
}
/* toastr for mobile */
.mobile.toast-bottom-left {
bottom: 5px;
left: 5px;
}
.mobile.toast-top-right {
top: 5px;
right: 5px;
}
#toast-container.mobile.toast-bottom-left > div,
#toast-container.mobile.toast-top-right > div {
width: 240px;
opacity: 0.9;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
padding: 10px 10px 10px 50px;
} | 0.605449 | 0.111072 |
body {
padding: 0px;
margin: 0px;
font-family: 'Work Sans', sans-serif;
color: #000000;
background: #F2F2F2;
}
a {
text-decoration: none;
}
/* Controls */
.dg.main {
position: absolute;
right: 0;
top: 0;
z-index: 2;
}
#stats {
bottom: 0px;
top: auto !important;
}
/* Page styles */
.page {
display: none;
}
.page.active {
z-index: 2 !important;
opacity: 2 !important;
display: block;
visibility: visible;
}
.active-out {
z-index: 0;
opacity: 0;
display: block;
visibility: hidden;
}
#sphereScreen {
width: 100%;
height: 100%;
}
#container {
top: 0;
left: 0;
position: absolute;
height: 100%;
width: 100%;
background: #F2F2F2;
right: 0;
margin: auto;
}
header {
position: absolute;
margin: auto;
left: 0;
right: 0;
z-index: 1;
pointer-events: none;
}
#currentMonth {
pointer-events: all;
position: relative;
}
#currentMonth::after {
content: '';
width: 100%;
position: absolute;
left: 0;
bottom: 1px;
border-width: 0 0 1px;
border-style: solid;
}
/*.menu {
position: absolute;
margin: 20px 0 0 30px;
padding: 0px;
background: url('../images/menu.svg') no-repeat 0 0;
height: 30px;
width: 30px;
} (--SS) */
.logo {
background: url('../images/logo.svg') no-repeat center center;
height: 58px;
}
.titleMain {
display: inline-block;
width: 100%;
text-align: center;
margin-top: 27px;
font-size: 24px;
color: #000000;
/*font-weight: normal; (--SS) */
}
.titleMain span {
opacity: 0.54;
}
.titleMain span.subHeading {
opacity: 0.87;
}
.leftInfoBar {
position: absolute;
top: 25%;
margin: 0 0 0 30px;
pointer-events: none;
z-index: 1;
}
.leftInfoBar ul {
padding: 0 !important;
list-style: none;
}
.leftInfoBar ul li {
margin: 45px 0;
}
.iconNonToxic {
width: 20px;
height: 10px;
background: url(../images/nontoxic.png) no-repeat 9px 5px;
display: inline-block;
}
.iconReverted {
width: 20px;
height: 22px;
background: url(../images/reverted@1x.png) no-repeat 0px 0px;
display: inline-block;
top: 5px;
position: relative;
}
.infoBarDash {
background: url(../images/dash.svg) no-repeat 0 0;
height: 4px;
width: 30px;
display: inline-block;
margin: 0 13px;
}
.infoText {
font-size: 14px;
opacity: .54;
}
.infoNumber {
color: #000;
font-size: 24px;
opacity: .87;
}
.iconToxic {
position: relative;
top: 5px;
width: 20px;
height: 20px;
background: url(../images/toxic@1x.png) no-repeat 0px 0px;
display: inline-block;
}
.infoNumber.toxicNumber {
color: #F44336 !important;
}
.jigsaw {
background: url("../images/Jigsaw_IncubatedBy.svg") no-repeat;
}
/** Comments **/
#commentScreen {
width: 100%;
height: 100%;
background: #F44336;
position: absolute;
z-index: -2;
opacity: 0;
transition: all ease-out .3s;
top: 0;
left: 0;
}
.close-icon {
width: 32px;
height: 32px;
background: url(../images/close.svg) no-repeat 0 0;
position: fixed;
top: 25px;
right: 25px;
transition: all ease-out .5s;
cursor: pointer;
z-index: 2;
}
.close-icon.black {
background: url(../images/close-black.svg) no-repeat 0 0;
}
.commentsContent {
width: 70%;
margin: auto;
max-width: 1000px;
position: relative;
top: 26%;
}
.infoPanel {
float: left;
}
.leftInfo {
width: 40%;
box-sizing: border-box;
position: relative;
height: 200px;
right: 5%;
}
.rightInfo {
width: 60%;
box-sizing: border-box;
position: relative;
left: 5%;
}
.rightInfo p {
height: 70px;
}
.rightInfo p span {
word-break: break-all;
}
.infoHead {
font-size: 12px;
color: #000000;
opacity: .54;
display: block;
}
.infotext {
font-size: 24px;
opacity: .87;
color: #ffffff;
}
.infotext.large {
font-size: 48px !important;
}
.infotext.small {
font-size: 18px;
}
.commentsContent::after {
content: '';
clear: both;
}
.truncate {
width: 100%;
line-height: 30px;
word-wrap: break-word;
height: 130px;
overflow-x: scroll;
}
#top-arrow {
transform: rotate(-90deg);
}
#bottom-arrow {
transform: rotate(90deg);
}
.toparrow,
.bottomarrow {
position: fixed;
left: calc(50% - 0px);
cursor: pointer;
}
.toparrow {
top: 30px;
}
.bottomarrow {
bottom: 30px;
}
.dataContent,
.labelContent {
position: absolute;
left: 0;
transform: translateY(60px);
opacity: 0;
z-index: -1;
transition: all ease 0.5s;
}
.topZero {
transform: translateY(60px);
}
.holder {
position: relative
}
.dataContent.slideIn {
opacity: .87;
z-index: 1;
transform: translateY(14px);
}
.labelContent.slideIn {
opacity: .54;
z-index: 1;
top: 0px;
transform: translateY(0);
}
.dataContent.slideIn.topZero {
transform: translateY(0px);
}
.seemsWrongBtn.slideIn,
.revertedLabel.slideIn,
.eedBackThanks.slideIn {
transform: translateY(100px) !important;
opacity: 0.87 !important;
}
.commentSection {
height: 142px;
}
.inCopy {
transform: translateY(-60px) !important;
opacity: 0 !important;
}
.inCopy.seemsWrogBtn {
transform: translateY(100px) !important;
opacity: 0 !important;
}
.labelContent.seemsWrongBtn {
font-size: 13px;
opacity: 0;
color: #ffffff;
background-color: #9b1d1d;
width: 120px;
padding: 10px 20px;
text-align: center;
border-radius: 100px;
transform: translateY(140px);
cursor: pointer;
}
.viewRevisionBtn {
font-size: 13px;
border: 1px solid rgba(0, 0, 0, 0.3);
display: inline-block;
padding: 13px 25px;
border-radius: 50px;
color: #ffffff;
}
.viewRevisionBtn.slideIn {
opacity: 1;
}
.infoText.toxic {
font-size: 12px;
opacity: .54;
color: #000;
}
/*.search {
background: url(../images/search.svg) no-repeat;
width: 30px;
height: 30px;
position: fixed;
top: 30px;
right: 30px;
cursor: pointer;
} (--SS) */
.light {
font-weight: 300;
}
.regular {
font-weight: 400;
}
.medium {
font-weight: 500;
}
/* CSS - Loading Screen */
#loadingScreen {
width: 100%;
height: 100%;
}
.headContainer {
display: none;
}
.center_align {
text-align: center;
}
.auto-margin {
margin: 0 auto;
}
.float-left {
float: left;
}
.float-right {
float: right;
}
.inline-block {
display: inline-block;
}
.iconToxic.x2 {
background: url(../images/toxic@2x.png) no-repeat 0px 0px;
height: 45px;
width: 40px;
}
.iconReverted.x2 {
background: url(../images/reverted@2x.png) no-repeat 0px 0px;
height: 45px;
width: 40px;
}
.iconLoading {
position: relative;
top: 16px;
height: 100px;
}
.loadingNontoxic,
.loadingReverted,
.loadingToxic {
position: absolute;
opacity: 0;
visibility: hidden;
transition: all ease 0.5s;
display: inline-block;
}
.loadingNontoxic.active,
.loadingReverted.active,
.loadingToxic.active {
opacity: 1;
visibility: visible;
}
.leftMarginText {
margin-left: -130px;
}
.leftMarginIcon {
margin-left: -50px;
}
.iconNonToxic.loadingNontoxic {
top: 30px;
margin-left: 10px;
}
.logo-2 {
margin-top: 200px;
background: url('../images/logo.svg') no-repeat center center;
height: 58px;
}
.main_content {
font-size: 25px;
opacity: .87;
}
.list_item {
background: url('../images/nontoxic.png') no-repeat center center;
height: 30px;
}
.loading {
font-size: 16px;
}
.nontoxicText {
font-size: 16px;
}
footer {
position: fixed;
bottom: 10px;
font-size: 10px;
opacity: .23;
width: 100%;
z-index: 10;
}
footer p {
margin: 0 5px;
}
footer span {
cursor: pointer;
}
.footLeft {
background: url("../images/Jigsaw.svg") no-repeat;
height: 15px;
width: 110px;
margin-left: 20px;
}
.footRight {
margin-right: 20px;
}
footer:after {
clear: both;
}
/* CSS - ABOUT PAGE */
#aboutScreen {
text-align: center;
height: 100%;
}
#about_wrapper {
position: relative;
top: 50%;
transform: translateY(20%);
max-width: 645px;
width: 90%;
margin: auto;
}
.about_h2 {
opacity: .54;
}
#abt_cont_wrap {
margin: 70px auto 0 auto;
}
.about_content {
width: 100%;
margin-top: 90px;
font-size: 20px;
color: rgba(0, 0, 0, 0.6);
}
.about_content a {
text-decoration: none;
color: rgb(0, 0, 0);
position: relative;
}
.about_content a:after {
content: '';
width: 100%;
position: absolute;
left: 0;
bottom: 1px;
border-width: 0 0 1px;
border-style: solid;
}
#project_by {
margin-top: 60px;
font-size: 12px;
margin-bottom: 25px;
}
#about_jigsaw {
margin-top: -8px;
}
/* COMMENTS PAGE MOBILE (--ends--) */
.infoNumText {
margin-left: 87px;
margin-top: -20px;
}
.headerMonth {
width: 100%;
text-align: center;
text-decoration: underline;
color: #000 !important;
opacity: .87;
font-size: 24px;
margin-top: -10px;
}
a {
color: inherit;
cursor: pointer;
}
/* 3d icons */
.icons3d {
position: absolute;
top: -19px;
left: -9px;
z-index: 100;
}
.leftInfoBar .icons3d {
top: -27px;
left: -24px;
}
/* Calendar */
#calendarScreen {
margin: 0 auto;
}
#calendarScreen ul {
width: 100%;
}
#calendarScreen ul,
#calendarScreen li {
list-style: none;
margin: 0;
padding: 0;
}
#calendarScreen li {
border-bottom: 1px solid #d4d4d4;
font-size: 18px;
}
#calendarScreen li:hover {
background: rgba(212, 212, 212, 0.23);
}
#calendarScreen h2 {
color: #222222;
opacity: .87;
font-size: 48px;
font-weight: normal;
margin: 0px;
}
.month {
text-align: center;
margin: 0 auto;
max-width: 600px;
cursor: pointer;
padding: 45px 0;
}
.monthsDetails {
margin: 30px 0 0 0;
}
.monthsDetails .items {
display: inline-block;
width: 30%;
text-align: center;
}
.monthsDetails .items .iconBox {
width: 33%;
height: 60px;
display: block;
margin: 0 auto;
font-size: 18px;
font-weight: 300;
background-position: 50% 0;
}
.monthsDetails .items span {
width: 33%;
display: block;
margin: 0 auto;
font-size: 18px;
opacity: 0.87;
}
#calendarScreen span.toxicScore {
font-size: 18px;
color: #F44366;
font-weight: 300;
}
#calendarScreen .yearLabel {
padding: 30px;
display: block;
text-align: center;
font-size: 24px;
opacity: 0.54;
}
#calendarScreen .iconNonToxic {
background: url(../images/nontoxic.png) no-repeat 50% 50%;
}
/* reverted */
#commentScreen.revertedScreen {
background: #737373;
}
#commentScreen.revertedScreen .seemsWrongBtn {
display: none;
}
.revertedLabel {
display: none;
width: 120px;
padding: 10px 0x;
transform: translateY(140px);
}
#commentScreen.revertedScreen .revertedLabel {
display: block;
}
.confirmationWrapper {
background: rgba(0, 0, 0, 0.4);
position: absolute;
top: 0px;
left: 0px;
bottom: 0px;
right: 0px;
z-index: 1;
display: none;
}
.confirmationDialogue {
width: 47%;
margin: 20% auto;
background: #ffffff;
padding: 2%;
position: relative;
box-shadow: 5px 5px 50px rgba(0, 0, 0, 0.5);
}
.confirmationDialogue h2 {
margin: 0;
padding: 0;
font-size: 20px;
font-weight: 600;
}
.confirmationDialogue p {
opacity: 0.6;
padding: 0 0 50px;
}
.confirmationDialogue a {
color: #F44336;
font-weight: 500;
padding: 0 20px;
}
.confirmationDialogue .close-icon {
position: absolute;
width: 25px;
}
#notToxic {
float: right;
}
#yesToxic {
float: right;
margin: 0 0 0 30px;
}
.feedBackThanks {
transform: translateY(100px) !important;
opacity: 0.87 !important;
color: #ffffff;
display: none;
}
.seemsWrongBtn.showFeedBack {
display: none;
}
@media only screen and (max-width: 450px) {
.main_content {
font-size: 14px;
}
.loading {
font-size: 12px;
}
.nontoxicText {
font-size: 12px;
}
.about_content {
font-size: 12px !important;
}
.leftMarginText {
margin-left: -85px;
}
.leftMarginIcon {
margin-left: -47px;
}
.iconNonToxic.loadingNontoxic {
top: 30px;
margin-left: 10px;
}
.iconLoading {
position: relative;
top: 16px;
height: 85px;
}
.confirmationDialogue {
width: 80%;
margin: 50% auto;
padding: 20px;
}
#yesToxic {
margin: 0px;
}
}
@media only screen and (max-width: 450px) {
/* MOBILE VIEW CSS FOR LOADING PAGE (--starts--) */
.leftInfoBar {
width: 100%;
position: absolute;
top: auto;
bottom: 6%;
margin: 0 auto !important;
}
.infoBarDash {
display: none;
}
.leftInfoBar li {
display: inline-block;
margin: 0 3% !important;
width: 80px;
}
.leftInfoBar ul {
text-align: center;
}
.iconToxic,
.infoNumber,
.infoText {
text-align: center;
}
.infoNumber {
font-size: 18px !important;
margin-top: 10px;
}
.infoText {
font-size: 10px !important;
}
.infoNumText {
margin: auto !important;
}
.titleMain {
font-size: 18px;
margin-top: 5px;
}
.headerMonth {
font-size: 18px !important;
}
/* MOBILE VIEW CSS FOR LOADING PAGE (--ends--) */
/* COMMENTS PAGE MOBILE (--start--) */
.infoPanel {
float: none !important;
}
.leftInfo {
width: 100%;
height: 100px;
right: auto;
}
.rightInfo {
width: 100%;
left: auto;
}
.commentsContent {
width: 85%;
}
.attackWrapper {
float: left;
}
.seemsWrongBtn,
.revertedLabel {
float: right;
top: -90px !important;
right: -5px !important;
left: auto;
}
.infotext.small {
font-size: 14px !important;
}
.infotext {
font-size: 22px !important;
}
.commentsContent {
top: 19%;
}
#calendarScreen h2 {
font-size: 36px;
}
#calendarScreen span.toxicScore,
#calendarScreen .monthsDetails .items span {
font-size: 14px;
}
#calendarScreen .month {
padding: 25px 0;
}
#calendarScreen .yearLabel {
padding: 20px;
}
} | viz/http-pub/styles/style.css | body {
padding: 0px;
margin: 0px;
font-family: 'Work Sans', sans-serif;
color: #000000;
background: #F2F2F2;
}
a {
text-decoration: none;
}
/* Controls */
.dg.main {
position: absolute;
right: 0;
top: 0;
z-index: 2;
}
#stats {
bottom: 0px;
top: auto !important;
}
/* Page styles */
.page {
display: none;
}
.page.active {
z-index: 2 !important;
opacity: 2 !important;
display: block;
visibility: visible;
}
.active-out {
z-index: 0;
opacity: 0;
display: block;
visibility: hidden;
}
#sphereScreen {
width: 100%;
height: 100%;
}
#container {
top: 0;
left: 0;
position: absolute;
height: 100%;
width: 100%;
background: #F2F2F2;
right: 0;
margin: auto;
}
header {
position: absolute;
margin: auto;
left: 0;
right: 0;
z-index: 1;
pointer-events: none;
}
#currentMonth {
pointer-events: all;
position: relative;
}
#currentMonth::after {
content: '';
width: 100%;
position: absolute;
left: 0;
bottom: 1px;
border-width: 0 0 1px;
border-style: solid;
}
/*.menu {
position: absolute;
margin: 20px 0 0 30px;
padding: 0px;
background: url('../images/menu.svg') no-repeat 0 0;
height: 30px;
width: 30px;
} (--SS) */
.logo {
background: url('../images/logo.svg') no-repeat center center;
height: 58px;
}
.titleMain {
display: inline-block;
width: 100%;
text-align: center;
margin-top: 27px;
font-size: 24px;
color: #000000;
/*font-weight: normal; (--SS) */
}
.titleMain span {
opacity: 0.54;
}
.titleMain span.subHeading {
opacity: 0.87;
}
.leftInfoBar {
position: absolute;
top: 25%;
margin: 0 0 0 30px;
pointer-events: none;
z-index: 1;
}
.leftInfoBar ul {
padding: 0 !important;
list-style: none;
}
.leftInfoBar ul li {
margin: 45px 0;
}
.iconNonToxic {
width: 20px;
height: 10px;
background: url(../images/nontoxic.png) no-repeat 9px 5px;
display: inline-block;
}
.iconReverted {
width: 20px;
height: 22px;
background: url(../images/reverted@1x.png) no-repeat 0px 0px;
display: inline-block;
top: 5px;
position: relative;
}
.infoBarDash {
background: url(../images/dash.svg) no-repeat 0 0;
height: 4px;
width: 30px;
display: inline-block;
margin: 0 13px;
}
.infoText {
font-size: 14px;
opacity: .54;
}
.infoNumber {
color: #000;
font-size: 24px;
opacity: .87;
}
.iconToxic {
position: relative;
top: 5px;
width: 20px;
height: 20px;
background: url(../images/toxic@1x.png) no-repeat 0px 0px;
display: inline-block;
}
.infoNumber.toxicNumber {
color: #F44336 !important;
}
.jigsaw {
background: url("../images/Jigsaw_IncubatedBy.svg") no-repeat;
}
/** Comments **/
#commentScreen {
width: 100%;
height: 100%;
background: #F44336;
position: absolute;
z-index: -2;
opacity: 0;
transition: all ease-out .3s;
top: 0;
left: 0;
}
.close-icon {
width: 32px;
height: 32px;
background: url(../images/close.svg) no-repeat 0 0;
position: fixed;
top: 25px;
right: 25px;
transition: all ease-out .5s;
cursor: pointer;
z-index: 2;
}
.close-icon.black {
background: url(../images/close-black.svg) no-repeat 0 0;
}
.commentsContent {
width: 70%;
margin: auto;
max-width: 1000px;
position: relative;
top: 26%;
}
.infoPanel {
float: left;
}
.leftInfo {
width: 40%;
box-sizing: border-box;
position: relative;
height: 200px;
right: 5%;
}
.rightInfo {
width: 60%;
box-sizing: border-box;
position: relative;
left: 5%;
}
.rightInfo p {
height: 70px;
}
.rightInfo p span {
word-break: break-all;
}
.infoHead {
font-size: 12px;
color: #000000;
opacity: .54;
display: block;
}
.infotext {
font-size: 24px;
opacity: .87;
color: #ffffff;
}
.infotext.large {
font-size: 48px !important;
}
.infotext.small {
font-size: 18px;
}
.commentsContent::after {
content: '';
clear: both;
}
.truncate {
width: 100%;
line-height: 30px;
word-wrap: break-word;
height: 130px;
overflow-x: scroll;
}
#top-arrow {
transform: rotate(-90deg);
}
#bottom-arrow {
transform: rotate(90deg);
}
.toparrow,
.bottomarrow {
position: fixed;
left: calc(50% - 0px);
cursor: pointer;
}
.toparrow {
top: 30px;
}
.bottomarrow {
bottom: 30px;
}
.dataContent,
.labelContent {
position: absolute;
left: 0;
transform: translateY(60px);
opacity: 0;
z-index: -1;
transition: all ease 0.5s;
}
.topZero {
transform: translateY(60px);
}
.holder {
position: relative
}
.dataContent.slideIn {
opacity: .87;
z-index: 1;
transform: translateY(14px);
}
.labelContent.slideIn {
opacity: .54;
z-index: 1;
top: 0px;
transform: translateY(0);
}
.dataContent.slideIn.topZero {
transform: translateY(0px);
}
.seemsWrongBtn.slideIn,
.revertedLabel.slideIn,
.eedBackThanks.slideIn {
transform: translateY(100px) !important;
opacity: 0.87 !important;
}
.commentSection {
height: 142px;
}
.inCopy {
transform: translateY(-60px) !important;
opacity: 0 !important;
}
.inCopy.seemsWrogBtn {
transform: translateY(100px) !important;
opacity: 0 !important;
}
.labelContent.seemsWrongBtn {
font-size: 13px;
opacity: 0;
color: #ffffff;
background-color: #9b1d1d;
width: 120px;
padding: 10px 20px;
text-align: center;
border-radius: 100px;
transform: translateY(140px);
cursor: pointer;
}
.viewRevisionBtn {
font-size: 13px;
border: 1px solid rgba(0, 0, 0, 0.3);
display: inline-block;
padding: 13px 25px;
border-radius: 50px;
color: #ffffff;
}
.viewRevisionBtn.slideIn {
opacity: 1;
}
.infoText.toxic {
font-size: 12px;
opacity: .54;
color: #000;
}
/*.search {
background: url(../images/search.svg) no-repeat;
width: 30px;
height: 30px;
position: fixed;
top: 30px;
right: 30px;
cursor: pointer;
} (--SS) */
.light {
font-weight: 300;
}
.regular {
font-weight: 400;
}
.medium {
font-weight: 500;
}
/* CSS - Loading Screen */
#loadingScreen {
width: 100%;
height: 100%;
}
.headContainer {
display: none;
}
.center_align {
text-align: center;
}
.auto-margin {
margin: 0 auto;
}
.float-left {
float: left;
}
.float-right {
float: right;
}
.inline-block {
display: inline-block;
}
.iconToxic.x2 {
background: url(../images/toxic@2x.png) no-repeat 0px 0px;
height: 45px;
width: 40px;
}
.iconReverted.x2 {
background: url(../images/reverted@2x.png) no-repeat 0px 0px;
height: 45px;
width: 40px;
}
.iconLoading {
position: relative;
top: 16px;
height: 100px;
}
.loadingNontoxic,
.loadingReverted,
.loadingToxic {
position: absolute;
opacity: 0;
visibility: hidden;
transition: all ease 0.5s;
display: inline-block;
}
.loadingNontoxic.active,
.loadingReverted.active,
.loadingToxic.active {
opacity: 1;
visibility: visible;
}
.leftMarginText {
margin-left: -130px;
}
.leftMarginIcon {
margin-left: -50px;
}
.iconNonToxic.loadingNontoxic {
top: 30px;
margin-left: 10px;
}
.logo-2 {
margin-top: 200px;
background: url('../images/logo.svg') no-repeat center center;
height: 58px;
}
.main_content {
font-size: 25px;
opacity: .87;
}
.list_item {
background: url('../images/nontoxic.png') no-repeat center center;
height: 30px;
}
.loading {
font-size: 16px;
}
.nontoxicText {
font-size: 16px;
}
footer {
position: fixed;
bottom: 10px;
font-size: 10px;
opacity: .23;
width: 100%;
z-index: 10;
}
footer p {
margin: 0 5px;
}
footer span {
cursor: pointer;
}
.footLeft {
background: url("../images/Jigsaw.svg") no-repeat;
height: 15px;
width: 110px;
margin-left: 20px;
}
.footRight {
margin-right: 20px;
}
footer:after {
clear: both;
}
/* CSS - ABOUT PAGE */
#aboutScreen {
text-align: center;
height: 100%;
}
#about_wrapper {
position: relative;
top: 50%;
transform: translateY(20%);
max-width: 645px;
width: 90%;
margin: auto;
}
.about_h2 {
opacity: .54;
}
#abt_cont_wrap {
margin: 70px auto 0 auto;
}
.about_content {
width: 100%;
margin-top: 90px;
font-size: 20px;
color: rgba(0, 0, 0, 0.6);
}
.about_content a {
text-decoration: none;
color: rgb(0, 0, 0);
position: relative;
}
.about_content a:after {
content: '';
width: 100%;
position: absolute;
left: 0;
bottom: 1px;
border-width: 0 0 1px;
border-style: solid;
}
#project_by {
margin-top: 60px;
font-size: 12px;
margin-bottom: 25px;
}
#about_jigsaw {
margin-top: -8px;
}
/* COMMENTS PAGE MOBILE (--ends--) */
.infoNumText {
margin-left: 87px;
margin-top: -20px;
}
.headerMonth {
width: 100%;
text-align: center;
text-decoration: underline;
color: #000 !important;
opacity: .87;
font-size: 24px;
margin-top: -10px;
}
a {
color: inherit;
cursor: pointer;
}
/* 3d icons */
.icons3d {
position: absolute;
top: -19px;
left: -9px;
z-index: 100;
}
.leftInfoBar .icons3d {
top: -27px;
left: -24px;
}
/* Calendar */
#calendarScreen {
margin: 0 auto;
}
#calendarScreen ul {
width: 100%;
}
#calendarScreen ul,
#calendarScreen li {
list-style: none;
margin: 0;
padding: 0;
}
#calendarScreen li {
border-bottom: 1px solid #d4d4d4;
font-size: 18px;
}
#calendarScreen li:hover {
background: rgba(212, 212, 212, 0.23);
}
#calendarScreen h2 {
color: #222222;
opacity: .87;
font-size: 48px;
font-weight: normal;
margin: 0px;
}
.month {
text-align: center;
margin: 0 auto;
max-width: 600px;
cursor: pointer;
padding: 45px 0;
}
.monthsDetails {
margin: 30px 0 0 0;
}
.monthsDetails .items {
display: inline-block;
width: 30%;
text-align: center;
}
.monthsDetails .items .iconBox {
width: 33%;
height: 60px;
display: block;
margin: 0 auto;
font-size: 18px;
font-weight: 300;
background-position: 50% 0;
}
.monthsDetails .items span {
width: 33%;
display: block;
margin: 0 auto;
font-size: 18px;
opacity: 0.87;
}
#calendarScreen span.toxicScore {
font-size: 18px;
color: #F44366;
font-weight: 300;
}
#calendarScreen .yearLabel {
padding: 30px;
display: block;
text-align: center;
font-size: 24px;
opacity: 0.54;
}
#calendarScreen .iconNonToxic {
background: url(../images/nontoxic.png) no-repeat 50% 50%;
}
/* reverted */
#commentScreen.revertedScreen {
background: #737373;
}
#commentScreen.revertedScreen .seemsWrongBtn {
display: none;
}
.revertedLabel {
display: none;
width: 120px;
padding: 10px 0x;
transform: translateY(140px);
}
#commentScreen.revertedScreen .revertedLabel {
display: block;
}
.confirmationWrapper {
background: rgba(0, 0, 0, 0.4);
position: absolute;
top: 0px;
left: 0px;
bottom: 0px;
right: 0px;
z-index: 1;
display: none;
}
.confirmationDialogue {
width: 47%;
margin: 20% auto;
background: #ffffff;
padding: 2%;
position: relative;
box-shadow: 5px 5px 50px rgba(0, 0, 0, 0.5);
}
.confirmationDialogue h2 {
margin: 0;
padding: 0;
font-size: 20px;
font-weight: 600;
}
.confirmationDialogue p {
opacity: 0.6;
padding: 0 0 50px;
}
.confirmationDialogue a {
color: #F44336;
font-weight: 500;
padding: 0 20px;
}
.confirmationDialogue .close-icon {
position: absolute;
width: 25px;
}
#notToxic {
float: right;
}
#yesToxic {
float: right;
margin: 0 0 0 30px;
}
.feedBackThanks {
transform: translateY(100px) !important;
opacity: 0.87 !important;
color: #ffffff;
display: none;
}
.seemsWrongBtn.showFeedBack {
display: none;
}
@media only screen and (max-width: 450px) {
.main_content {
font-size: 14px;
}
.loading {
font-size: 12px;
}
.nontoxicText {
font-size: 12px;
}
.about_content {
font-size: 12px !important;
}
.leftMarginText {
margin-left: -85px;
}
.leftMarginIcon {
margin-left: -47px;
}
.iconNonToxic.loadingNontoxic {
top: 30px;
margin-left: 10px;
}
.iconLoading {
position: relative;
top: 16px;
height: 85px;
}
.confirmationDialogue {
width: 80%;
margin: 50% auto;
padding: 20px;
}
#yesToxic {
margin: 0px;
}
}
@media only screen and (max-width: 450px) {
/* MOBILE VIEW CSS FOR LOADING PAGE (--starts--) */
.leftInfoBar {
width: 100%;
position: absolute;
top: auto;
bottom: 6%;
margin: 0 auto !important;
}
.infoBarDash {
display: none;
}
.leftInfoBar li {
display: inline-block;
margin: 0 3% !important;
width: 80px;
}
.leftInfoBar ul {
text-align: center;
}
.iconToxic,
.infoNumber,
.infoText {
text-align: center;
}
.infoNumber {
font-size: 18px !important;
margin-top: 10px;
}
.infoText {
font-size: 10px !important;
}
.infoNumText {
margin: auto !important;
}
.titleMain {
font-size: 18px;
margin-top: 5px;
}
.headerMonth {
font-size: 18px !important;
}
/* MOBILE VIEW CSS FOR LOADING PAGE (--ends--) */
/* COMMENTS PAGE MOBILE (--start--) */
.infoPanel {
float: none !important;
}
.leftInfo {
width: 100%;
height: 100px;
right: auto;
}
.rightInfo {
width: 100%;
left: auto;
}
.commentsContent {
width: 85%;
}
.attackWrapper {
float: left;
}
.seemsWrongBtn,
.revertedLabel {
float: right;
top: -90px !important;
right: -5px !important;
left: auto;
}
.infotext.small {
font-size: 14px !important;
}
.infotext {
font-size: 22px !important;
}
.commentsContent {
top: 19%;
}
#calendarScreen h2 {
font-size: 36px;
}
#calendarScreen span.toxicScore,
#calendarScreen .monthsDetails .items span {
font-size: 14px;
}
#calendarScreen .month {
padding: 25px 0;
}
#calendarScreen .yearLabel {
padding: 20px;
}
} | 0.464659 | 0.10079 |
@keyframes closeWindow {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
.ril__outer {
background-color: rgba(0, 0, 0, 0.85);
outline: none;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 1000;
width: 100%;
height: 100%;
-ms-content-zooming: none;
-ms-user-select: none;
-ms-touch-select: none;
touch-action: none;
}
.ril__outerClosing {
opacity: 0;
}
.ril__inner {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.ril__image,
.ril__imagePrev,
.ril__imageNext {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
max-width: none;
-ms-content-zooming: none;
-ms-user-select: none;
-ms-touch-select: none;
touch-action: none;
}
.ril__imageDiscourager {
background-repeat: no-repeat;
background-position: center;
background-size: contain;
}
.ril__navButtons {
border: none;
position: absolute;
top: 0;
bottom: 0;
width: 20px;
height: 34px;
padding: 40px 30px;
margin: auto;
cursor: pointer;
opacity: 0.7;
}
.ril__navButtons:hover {
opacity: 1;
}
.ril__navButtons:active {
opacity: 0.7;
}
.ril__navButtonPrev {
left: 0;
background: rgba(0, 0, 0, 0.2)
url('data:image/svg+xml;base64,PHN<KEY>')
no-repeat center;
}
.ril__navButtonNext {
right: 0;
background: rgba(0, 0, 0, 0.2)
url('data:image/svg+xml;base64,<KEY>
no-repeat center;
}
.ril__downloadBlocker {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-image: url('data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7');
background-size: cover;
}
.ril__caption,
.ril__toolbar {
background-color: rgba(0, 0, 0, 0.5);
position: absolute;
left: 0;
right: 0;
display: flex;
justify-content: space-between;
}
.ril__caption {
bottom: 0;
max-height: 150px;
overflow: auto;
}
.ril__captionContent {
padding: 10px 20px;
color: #fff;
}
.ril__toolbar {
top: 0;
height: 50px;
}
.ril__toolbarSide {
height: 50px;
margin: 0;
}
.ril__toolbarLeftSide {
padding-left: 20px;
padding-right: 0;
flex: 0 1 auto;
overflow: hidden;
text-overflow: ellipsis;
}
.ril__toolbarRightSide {
padding-left: 0;
padding-right: 20px;
flex: 0 0 auto;
}
.ril__toolbarItem {
display: inline-block;
line-height: 50px;
padding: 0;
color: #fff;
font-size: 120%;
max-width: 100%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.ril__toolbarItemChild {
vertical-align: middle;
}
.ril__builtinButton {
width: 40px;
height: 35px;
cursor: pointer;
border: none;
opacity: 0.7;
}
.ril__builtinButton:hover {
opacity: 1;
}
.ril__builtinButton:active {
outline: none;
}
.ril__builtinButtonDisabled {
cursor: default;
opacity: 0.5;
}
.ril__builtinButtonDisabled:hover {
opacity: 0.5;
}
.ril__closeButton {
background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIj48cGF0aCBkPSJtIDEsMyAxLjI1LC0xLjI1IDcuNSw3LjUgNy41LC03LjUgMS<KEY>
no-repeat center;
}
.ril__rotateCCWButton {
background: url('data:image/svg+xml;utf8,<svg ><path d="M511.4 124C290.5 124.3 112 303 112 523.9c0 128 60.2 242 153.8 315.2l-37.5 48c-4.1 5.3-.3 13 6.3 12.9l167-.8c5.2 0 9-4.9 7.7-9.9L369.8 727a8 8 0 0 0-14.1-3L315 776.1c-10.2-8-20-16.7-29.3-26a318.64 318.64 0 0 1-68.6-101.7C200.4 609 192 567.1 192 523.9s8.4-85.1 25.1-124.5c16.1-38.1 39.2-72.3 68.6-101.7 29.4-29.4 63.6-52.5 101.7-68.6C426.9 212.4 468.8 204 512 204s85.1 8.4 124.5 25.1c38.1 16.1 72.3 39.2 101.7 68.6 29.4 29.4 52.5 63.6 68.6 101.7 16.7 39.4 25.1 81.3 25.1 124.5s-8.4 85.1-25.1 124.5a318.64 318.64 0 0 1-68.6 101.7c-7.5 7.5-15.3 14.5-23.4 21.2a7.93 7.93 0 0 0-1.2 11.1l39.4 50.5c2.8 3.5 7.9 4.1 11.4 1.3C854.5 760.8 912 649.1 912 523.9c0-221.1-179.4-400.2-400.6-399.9z"></path></svg>')
no-repeat center;
}
.ril__rotateCWButton {
background: url('data:image/svg+xml;utf8,/RotateCW.svg') no-repeat center;
}
.ril__zoomInButton {
background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGcgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+PHBhdGggZD0iTTEgMTlsNi02Ii8+PHBhdGggZD0iTTkgOGg2Ii8+PHBhdGggZD0iTTEyIDV2NiIvPjwvZz48Y2lyY2xlIGN4PSIxMiIgY3k9IjgiIHI9IjciIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIi8+PC9zdmc+')
no-repeat center;
}
.ril__zoomOutButton {
background: url('data:image/svg+xml;base64,<KEY>
no-repeat center;
}
.ril__outerAnimating {
animation-name: closeWindow;
}
@keyframes pointFade {
0%,
19.999%,
100% {
opacity: 0;
}
20% {
opacity: 1;
}
}
.ril__loadingCircle {
width: 60px;
height: 60px;
position: relative;
}
.ril__loadingCirclePoint {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
}
.ril__loadingCirclePoint::before {
content: '';
display: block;
margin: 0 auto;
width: 11%;
height: 30%;
background-color: #fff;
border-radius: 30%;
animation: pointFade 800ms infinite ease-in-out both;
}
.ril__loadingCirclePoint:nth-of-type(1) {
transform: rotate(0deg);
}
.ril__loadingCirclePoint:nth-of-type(7) {
transform: rotate(180deg);
}
.ril__loadingCirclePoint:nth-of-type(1)::before,
.ril__loadingCirclePoint:nth-of-type(7)::before {
animation-delay: -800ms;
}
.ril__loadingCirclePoint:nth-of-type(2) {
transform: rotate(30deg);
}
.ril__loadingCirclePoint:nth-of-type(8) {
transform: rotate(210deg);
}
.ril__loadingCirclePoint:nth-of-type(2)::before,
.ril__loadingCirclePoint:nth-of-type(8)::before {
animation-delay: -666ms;
}
.ril__loadingCirclePoint:nth-of-type(3) {
transform: rotate(60deg);
}
.ril__loadingCirclePoint:nth-of-type(9) {
transform: rotate(240deg);
}
.ril__loadingCirclePoint:nth-of-type(3)::before,
.ril__loadingCirclePoint:nth-of-type(9)::before {
animation-delay: -533ms;
}
.ril__loadingCirclePoint:nth-of-type(4) {
transform: rotate(90deg);
}
.ril__loadingCirclePoint:nth-of-type(10) {
transform: rotate(270deg);
}
.ril__loadingCirclePoint:nth-of-type(4)::before,
.ril__loadingCirclePoint:nth-of-type(10)::before {
animation-delay: -400ms;
}
.ril__loadingCirclePoint:nth-of-type(5) {
transform: rotate(120deg);
}
.ril__loadingCirclePoint:nth-of-type(11) {
transform: rotate(300deg);
}
.ril__loadingCirclePoint:nth-of-type(5)::before,
.ril__loadingCirclePoint:nth-of-type(11)::before {
animation-delay: -266ms;
}
.ril__loadingCirclePoint:nth-of-type(6) {
transform: rotate(150deg);
}
.ril__loadingCirclePoint:nth-of-type(12) {
transform: rotate(330deg);
}
.ril__loadingCirclePoint:nth-of-type(6)::before,
.ril__loadingCirclePoint:nth-of-type(12)::before {
animation-delay: -133ms;
}
.ril__loadingCirclePoint:nth-of-type(7) {
transform: rotate(180deg);
}
.ril__loadingCirclePoint:nth-of-type(13) {
transform: rotate(360deg);
}
.ril__loadingCirclePoint:nth-of-type(7)::before,
.ril__loadingCirclePoint:nth-of-type(13)::before {
animation-delay: 0ms;
}
.ril__loadingContainer {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.ril__imagePrev .ril__loadingContainer,
.ril__imageNext .ril__loadingContainer {
display: none;
}
.ril__errorContainer {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
}
.ril__imagePrev .ril__errorContainer,
.ril__imageNext .ril__errorContainer {
display: none;
}
.ril__loadingContainer__icon {
color: #fff;
position: absolute;
top: 50%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
}
body {
padding: 0;
margin: 0;
}
.btn {
display: inline-block;
margin-bottom: 1rem;
color: rgba(255, 255, 255, 0.7);
background-color: rgba(255, 255, 255, 0.08);
border-color: rgba(255, 255, 255, 0.2);
border-style: solid;
border-width: 1px;
border-radius: 0.3rem;
transition: color 0.2s, background-color 0.2s, border-color 0.2s;
}
.btn + .btn {
margin-left: 1rem;
}
.btn:hover {
color: rgba(255, 255, 255, 0.8);
text-decoration: none;
background-color: rgba(255, 255, 255, 0.2);
border-color: rgba(255, 255, 255, 0.3);
}
@media screen and (min-width: 64em) {
.btn {
padding: 0.75rem 1rem;
}
}
@media screen and (min-width: 42em) and (max-width: 64em) {
.btn {
padding: 0.6rem 0.9rem;
font-size: 0.9rem;
}
}
@media screen and (max-width: 42em) {
.btn {
display: block;
width: 100%;
padding: 0.75rem;
font-size: 0.9rem;
}
.btn + .btn {
margin-top: 1rem;
margin-left: 0;
}
}
.page-header {
color: #fff;
text-align: center;
background-color: #159957;
background-image: linear-gradient(120deg, #155799, #159957);
}
@media screen and (min-width: 64em) {
.page-header {
padding: 1rem 6rem;
}
}
@media screen and (min-width: 42em) and (max-width: 64em) {
.page-header {
padding: 1rem 4rem;
}
}
@media screen and (max-width: 42em) {
.page-header {
padding: 1rem 1rem;
}
}
.project-name {
margin-top: 0;
margin-bottom: 0.1rem;
}
@media screen and (min-width: 64em) {
.project-name {
font-size: 3.25rem;
}
}
@media screen and (min-width: 42em) and (max-width: 64em) {
.project-name {
font-size: 2.25rem;
}
}
@media screen and (max-width: 42em) {
.project-name {
font-size: 1.75rem;
}
}
.project-tagline {
margin-bottom: 2rem;
font-weight: normal;
opacity: 0.7;
}
@media screen and (min-width: 64em) {
.project-tagline {
font-size: 1.25rem;
}
}
@media screen and (min-width: 42em) and (max-width: 64em) {
.project-tagline {
font-size: 1.15rem;
}
}
@media screen and (max-width: 42em) {
.project-tagline {
font-size: 1rem;
}
}
.main-content :first-child {
margin-top: 0;
}
.main-content img {
max-width: 100%;
}
.main-content h1,
.main-content h2,
.main-content h3,
.main-content h4,
.main-content h5,
.main-content h6 {
margin-top: 2rem;
margin-bottom: 1rem;
font-weight: normal;
color: #159957;
}
.main-content p {
margin-bottom: 1em;
}
.main-content code {
padding: 2px 4px;
font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace;
font-size: 0.9rem;
color: #383e41;
background-color: #f3f6fa;
border-radius: 0.3rem;
}
.main-content pre {
padding: 0.8rem;
margin-top: 0;
margin-bottom: 1rem;
font: 1rem Consolas, 'Liberation Mono', Menlo, Courier, monospace;
color: #567482;
word-wrap: normal;
background-color: #f3f6fa;
border: solid 1px #dce6f0;
border-radius: 0.3rem;
}
.main-content pre > code {
padding: 0;
margin: 0;
font-size: 0.9rem;
color: #567482;
word-break: normal;
white-space: pre;
background: transparent;
border: 0;
}
.main-content .highlight {
margin-bottom: 1rem;
}
.main-content .highlight pre {
margin-bottom: 0;
word-break: normal;
}
.main-content .highlight pre,
.main-content pre {
padding: 0.8rem;
overflow: auto;
font-size: 0.9rem;
line-height: 1.45;
border-radius: 0.3rem;
}
.main-content pre code,
.main-content pre tt {
display: inline;
max-width: initial;
padding: 0;
margin: 0;
overflow: initial;
line-height: inherit;
word-wrap: normal;
background-color: transparent;
border: 0;
}
.main-content pre code:before,
.main-content pre code:after,
.main-content pre tt:before,
.main-content pre tt:after {
content: normal;
}
.main-content ul,
.main-content ol {
margin-top: 0;
}
.main-content blockquote {
padding: 0 1rem;
margin-left: 0;
color: #819198;
border-left: 0.3rem solid #dce6f0;
}
.main-content blockquote > :first-child {
margin-top: 0;
}
.main-content blockquote > :last-child {
margin-bottom: 0;
}
.main-content table {
display: block;
width: 100%;
overflow: auto;
word-break: normal;
word-break: keep-all;
}
.main-content table th {
font-weight: bold;
}
.main-content table th,
.main-content table td {
padding: 0.5rem 1rem;
border: 1px solid #e9ebec;
}
.main-content dl {
padding: 0;
}
.main-content dl dt {
padding: 0;
margin-top: 1rem;
font-size: 1rem;
font-weight: bold;
}
.main-content dl dd {
padding: 0;
margin-bottom: 1rem;
}
.main-content hr {
height: 2px;
padding: 0;
margin: 1rem 0;
background-color: #eff0f1;
border: 0;
}
@media screen and (min-width: 64em) {
.main-content {
max-width: 64rem;
padding: 2rem 6rem;
margin: 0 auto;
font-size: 1.1rem;
}
}
@media screen and (min-width: 42em) and (max-width: 64em) {
.main-content {
padding: 2rem 4rem;
font-size: 1.1rem;
}
}
@media screen and (max-width: 42em) {
.main-content {
padding: 2rem 1rem;
font-size: 1rem;
}
}
.site-footer {
padding-top: 2rem;
margin-top: 2rem;
border-top: solid 1px #eff0f1;
}
.site-footer-owner {
display: block;
font-weight: bold;
}
.site-footer-credits {
color: #819198;
}
@media screen and (min-width: 64em) {
.site-footer {
font-size: 1rem;
}
}
@media screen and (min-width: 42em) and (max-width: 64em) {
.site-footer {
font-size: 1rem;
}
}
@media screen and (max-width: 42em) {
.site-footer {
font-size: 0.9rem;
}
}
/*
Copyright 2014 GitHub Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
.pl-c {
color: #969896;
}
.pl-c1
/* constant, markup.raw, meta.diff.header, meta.module-reference, meta.property-name, support, support.constant, support.variable, variable.other.constant */,
.pl-s .pl-v {
color: #0086b3;
}
.pl-e /* entity */,
.pl-en {
color: #795da3;
}
.pl-s .pl-s1 /* string source */,
.pl-smi {
color: #333;
}
.pl-ent {
color: #63a35c;
}
.pl-k {
color: #a71d5d;
}
.pl-pds /* punctuation.definition.string, string.regexp.character-class */,
.pl-s /* string */,
.pl-s .pl-pse .pl-s1 /* string punctuation.section.embedded source */,
.pl-sr /* string.regexp */,
.pl-sr .pl-cce /* string.regexp constant.character.escape */,
.pl-sr .pl-sra /* string.regexp string.regexp.arbitrary-repitition */,
.pl-sr .pl-sre {
color: #183691;
}
.pl-v {
color: #ed6a43;
}
.pl-id {
color: #b52a1d;
}
.pl-ii {
background-color: #b52a1d;
color: #f8f8f8;
}
.pl-sr .pl-cce {
color: #63a35c;
font-weight: bold;
}
.pl-ml {
color: #693a17;
}
.pl-mh /* markup.heading */,
.pl-mh .pl-en /* markup.heading entity.name */,
.pl-ms {
color: #1d3e81;
font-weight: bold;
}
.pl-mq {
color: #008080;
}
.pl-mi {
color: #333;
font-style: italic;
}
.pl-mb {
color: #333;
font-weight: bold;
}
.pl-md {
background-color: #ffecec;
color: #bd2c00;
}
.pl-mi1 {
background-color: #eaffea;
color: #55a532;
}
.pl-mdr {
color: #795da3;
font-weight: bold;
}
.pl-mo {
color: #1d3e81;
}
.page-header {
padding: 1rem 6rem;
}
.main-content {
box-sizing: border-box;
}
.creditLink {
color: #1e6bb8;
text-decoration: none;
}
.creditLink:hover {
text-decoration: underline;
}
.demoButton {
border-radius: 5px;
font-size: 1.2rem;
cursor: pointer;
background-color: #303030;
border: none;
color: #fff;
outline: none;
padding: 8px 15px;
}
.demoButton:hover {
background-color: #000;
text-shadow: 0 0 6px #fff;
}
.demoButton:active {
text-shadow: 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff;
}
.demoButton:focus {
box-shadow: 0 0 3px 2px #999;
}
/*# sourceMappingURL=/cats.e31bb0bc.css.map */ | dist/cats.e31bb0bc.css | @keyframes closeWindow {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
.ril__outer {
background-color: rgba(0, 0, 0, 0.85);
outline: none;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 1000;
width: 100%;
height: 100%;
-ms-content-zooming: none;
-ms-user-select: none;
-ms-touch-select: none;
touch-action: none;
}
.ril__outerClosing {
opacity: 0;
}
.ril__inner {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.ril__image,
.ril__imagePrev,
.ril__imageNext {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
max-width: none;
-ms-content-zooming: none;
-ms-user-select: none;
-ms-touch-select: none;
touch-action: none;
}
.ril__imageDiscourager {
background-repeat: no-repeat;
background-position: center;
background-size: contain;
}
.ril__navButtons {
border: none;
position: absolute;
top: 0;
bottom: 0;
width: 20px;
height: 34px;
padding: 40px 30px;
margin: auto;
cursor: pointer;
opacity: 0.7;
}
.ril__navButtons:hover {
opacity: 1;
}
.ril__navButtons:active {
opacity: 0.7;
}
.ril__navButtonPrev {
left: 0;
background: rgba(0, 0, 0, 0.2)
url('data:image/svg+xml;base64,PHN<KEY>')
no-repeat center;
}
.ril__navButtonNext {
right: 0;
background: rgba(0, 0, 0, 0.2)
url('data:image/svg+xml;base64,<KEY>
no-repeat center;
}
.ril__downloadBlocker {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-image: url('data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7');
background-size: cover;
}
.ril__caption,
.ril__toolbar {
background-color: rgba(0, 0, 0, 0.5);
position: absolute;
left: 0;
right: 0;
display: flex;
justify-content: space-between;
}
.ril__caption {
bottom: 0;
max-height: 150px;
overflow: auto;
}
.ril__captionContent {
padding: 10px 20px;
color: #fff;
}
.ril__toolbar {
top: 0;
height: 50px;
}
.ril__toolbarSide {
height: 50px;
margin: 0;
}
.ril__toolbarLeftSide {
padding-left: 20px;
padding-right: 0;
flex: 0 1 auto;
overflow: hidden;
text-overflow: ellipsis;
}
.ril__toolbarRightSide {
padding-left: 0;
padding-right: 20px;
flex: 0 0 auto;
}
.ril__toolbarItem {
display: inline-block;
line-height: 50px;
padding: 0;
color: #fff;
font-size: 120%;
max-width: 100%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.ril__toolbarItemChild {
vertical-align: middle;
}
.ril__builtinButton {
width: 40px;
height: 35px;
cursor: pointer;
border: none;
opacity: 0.7;
}
.ril__builtinButton:hover {
opacity: 1;
}
.ril__builtinButton:active {
outline: none;
}
.ril__builtinButtonDisabled {
cursor: default;
opacity: 0.5;
}
.ril__builtinButtonDisabled:hover {
opacity: 0.5;
}
.ril__closeButton {
background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIj48cGF0aCBkPSJtIDEsMyAxLjI1LC0xLjI1IDcuNSw3LjUgNy41LC03LjUgMS<KEY>
no-repeat center;
}
.ril__rotateCCWButton {
background: url('data:image/svg+xml;utf8,<svg ><path d="M511.4 124C290.5 124.3 112 303 112 523.9c0 128 60.2 242 153.8 315.2l-37.5 48c-4.1 5.3-.3 13 6.3 12.9l167-.8c5.2 0 9-4.9 7.7-9.9L369.8 727a8 8 0 0 0-14.1-3L315 776.1c-10.2-8-20-16.7-29.3-26a318.64 318.64 0 0 1-68.6-101.7C200.4 609 192 567.1 192 523.9s8.4-85.1 25.1-124.5c16.1-38.1 39.2-72.3 68.6-101.7 29.4-29.4 63.6-52.5 101.7-68.6C426.9 212.4 468.8 204 512 204s85.1 8.4 124.5 25.1c38.1 16.1 72.3 39.2 101.7 68.6 29.4 29.4 52.5 63.6 68.6 101.7 16.7 39.4 25.1 81.3 25.1 124.5s-8.4 85.1-25.1 124.5a318.64 318.64 0 0 1-68.6 101.7c-7.5 7.5-15.3 14.5-23.4 21.2a7.93 7.93 0 0 0-1.2 11.1l39.4 50.5c2.8 3.5 7.9 4.1 11.4 1.3C854.5 760.8 912 649.1 912 523.9c0-221.1-179.4-400.2-400.6-399.9z"></path></svg>')
no-repeat center;
}
.ril__rotateCWButton {
background: url('data:image/svg+xml;utf8,/RotateCW.svg') no-repeat center;
}
.ril__zoomInButton {
background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGcgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+PHBhdGggZD0iTTEgMTlsNi02Ii8+PHBhdGggZD0iTTkgOGg2Ii8+PHBhdGggZD0iTTEyIDV2NiIvPjwvZz48Y2lyY2xlIGN4PSIxMiIgY3k9IjgiIHI9IjciIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIi8+PC9zdmc+')
no-repeat center;
}
.ril__zoomOutButton {
background: url('data:image/svg+xml;base64,<KEY>
no-repeat center;
}
.ril__outerAnimating {
animation-name: closeWindow;
}
@keyframes pointFade {
0%,
19.999%,
100% {
opacity: 0;
}
20% {
opacity: 1;
}
}
.ril__loadingCircle {
width: 60px;
height: 60px;
position: relative;
}
.ril__loadingCirclePoint {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
}
.ril__loadingCirclePoint::before {
content: '';
display: block;
margin: 0 auto;
width: 11%;
height: 30%;
background-color: #fff;
border-radius: 30%;
animation: pointFade 800ms infinite ease-in-out both;
}
.ril__loadingCirclePoint:nth-of-type(1) {
transform: rotate(0deg);
}
.ril__loadingCirclePoint:nth-of-type(7) {
transform: rotate(180deg);
}
.ril__loadingCirclePoint:nth-of-type(1)::before,
.ril__loadingCirclePoint:nth-of-type(7)::before {
animation-delay: -800ms;
}
.ril__loadingCirclePoint:nth-of-type(2) {
transform: rotate(30deg);
}
.ril__loadingCirclePoint:nth-of-type(8) {
transform: rotate(210deg);
}
.ril__loadingCirclePoint:nth-of-type(2)::before,
.ril__loadingCirclePoint:nth-of-type(8)::before {
animation-delay: -666ms;
}
.ril__loadingCirclePoint:nth-of-type(3) {
transform: rotate(60deg);
}
.ril__loadingCirclePoint:nth-of-type(9) {
transform: rotate(240deg);
}
.ril__loadingCirclePoint:nth-of-type(3)::before,
.ril__loadingCirclePoint:nth-of-type(9)::before {
animation-delay: -533ms;
}
.ril__loadingCirclePoint:nth-of-type(4) {
transform: rotate(90deg);
}
.ril__loadingCirclePoint:nth-of-type(10) {
transform: rotate(270deg);
}
.ril__loadingCirclePoint:nth-of-type(4)::before,
.ril__loadingCirclePoint:nth-of-type(10)::before {
animation-delay: -400ms;
}
.ril__loadingCirclePoint:nth-of-type(5) {
transform: rotate(120deg);
}
.ril__loadingCirclePoint:nth-of-type(11) {
transform: rotate(300deg);
}
.ril__loadingCirclePoint:nth-of-type(5)::before,
.ril__loadingCirclePoint:nth-of-type(11)::before {
animation-delay: -266ms;
}
.ril__loadingCirclePoint:nth-of-type(6) {
transform: rotate(150deg);
}
.ril__loadingCirclePoint:nth-of-type(12) {
transform: rotate(330deg);
}
.ril__loadingCirclePoint:nth-of-type(6)::before,
.ril__loadingCirclePoint:nth-of-type(12)::before {
animation-delay: -133ms;
}
.ril__loadingCirclePoint:nth-of-type(7) {
transform: rotate(180deg);
}
.ril__loadingCirclePoint:nth-of-type(13) {
transform: rotate(360deg);
}
.ril__loadingCirclePoint:nth-of-type(7)::before,
.ril__loadingCirclePoint:nth-of-type(13)::before {
animation-delay: 0ms;
}
.ril__loadingContainer {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.ril__imagePrev .ril__loadingContainer,
.ril__imageNext .ril__loadingContainer {
display: none;
}
.ril__errorContainer {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
}
.ril__imagePrev .ril__errorContainer,
.ril__imageNext .ril__errorContainer {
display: none;
}
.ril__loadingContainer__icon {
color: #fff;
position: absolute;
top: 50%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
}
body {
padding: 0;
margin: 0;
}
.btn {
display: inline-block;
margin-bottom: 1rem;
color: rgba(255, 255, 255, 0.7);
background-color: rgba(255, 255, 255, 0.08);
border-color: rgba(255, 255, 255, 0.2);
border-style: solid;
border-width: 1px;
border-radius: 0.3rem;
transition: color 0.2s, background-color 0.2s, border-color 0.2s;
}
.btn + .btn {
margin-left: 1rem;
}
.btn:hover {
color: rgba(255, 255, 255, 0.8);
text-decoration: none;
background-color: rgba(255, 255, 255, 0.2);
border-color: rgba(255, 255, 255, 0.3);
}
@media screen and (min-width: 64em) {
.btn {
padding: 0.75rem 1rem;
}
}
@media screen and (min-width: 42em) and (max-width: 64em) {
.btn {
padding: 0.6rem 0.9rem;
font-size: 0.9rem;
}
}
@media screen and (max-width: 42em) {
.btn {
display: block;
width: 100%;
padding: 0.75rem;
font-size: 0.9rem;
}
.btn + .btn {
margin-top: 1rem;
margin-left: 0;
}
}
.page-header {
color: #fff;
text-align: center;
background-color: #159957;
background-image: linear-gradient(120deg, #155799, #159957);
}
@media screen and (min-width: 64em) {
.page-header {
padding: 1rem 6rem;
}
}
@media screen and (min-width: 42em) and (max-width: 64em) {
.page-header {
padding: 1rem 4rem;
}
}
@media screen and (max-width: 42em) {
.page-header {
padding: 1rem 1rem;
}
}
.project-name {
margin-top: 0;
margin-bottom: 0.1rem;
}
@media screen and (min-width: 64em) {
.project-name {
font-size: 3.25rem;
}
}
@media screen and (min-width: 42em) and (max-width: 64em) {
.project-name {
font-size: 2.25rem;
}
}
@media screen and (max-width: 42em) {
.project-name {
font-size: 1.75rem;
}
}
.project-tagline {
margin-bottom: 2rem;
font-weight: normal;
opacity: 0.7;
}
@media screen and (min-width: 64em) {
.project-tagline {
font-size: 1.25rem;
}
}
@media screen and (min-width: 42em) and (max-width: 64em) {
.project-tagline {
font-size: 1.15rem;
}
}
@media screen and (max-width: 42em) {
.project-tagline {
font-size: 1rem;
}
}
.main-content :first-child {
margin-top: 0;
}
.main-content img {
max-width: 100%;
}
.main-content h1,
.main-content h2,
.main-content h3,
.main-content h4,
.main-content h5,
.main-content h6 {
margin-top: 2rem;
margin-bottom: 1rem;
font-weight: normal;
color: #159957;
}
.main-content p {
margin-bottom: 1em;
}
.main-content code {
padding: 2px 4px;
font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace;
font-size: 0.9rem;
color: #383e41;
background-color: #f3f6fa;
border-radius: 0.3rem;
}
.main-content pre {
padding: 0.8rem;
margin-top: 0;
margin-bottom: 1rem;
font: 1rem Consolas, 'Liberation Mono', Menlo, Courier, monospace;
color: #567482;
word-wrap: normal;
background-color: #f3f6fa;
border: solid 1px #dce6f0;
border-radius: 0.3rem;
}
.main-content pre > code {
padding: 0;
margin: 0;
font-size: 0.9rem;
color: #567482;
word-break: normal;
white-space: pre;
background: transparent;
border: 0;
}
.main-content .highlight {
margin-bottom: 1rem;
}
.main-content .highlight pre {
margin-bottom: 0;
word-break: normal;
}
.main-content .highlight pre,
.main-content pre {
padding: 0.8rem;
overflow: auto;
font-size: 0.9rem;
line-height: 1.45;
border-radius: 0.3rem;
}
.main-content pre code,
.main-content pre tt {
display: inline;
max-width: initial;
padding: 0;
margin: 0;
overflow: initial;
line-height: inherit;
word-wrap: normal;
background-color: transparent;
border: 0;
}
.main-content pre code:before,
.main-content pre code:after,
.main-content pre tt:before,
.main-content pre tt:after {
content: normal;
}
.main-content ul,
.main-content ol {
margin-top: 0;
}
.main-content blockquote {
padding: 0 1rem;
margin-left: 0;
color: #819198;
border-left: 0.3rem solid #dce6f0;
}
.main-content blockquote > :first-child {
margin-top: 0;
}
.main-content blockquote > :last-child {
margin-bottom: 0;
}
.main-content table {
display: block;
width: 100%;
overflow: auto;
word-break: normal;
word-break: keep-all;
}
.main-content table th {
font-weight: bold;
}
.main-content table th,
.main-content table td {
padding: 0.5rem 1rem;
border: 1px solid #e9ebec;
}
.main-content dl {
padding: 0;
}
.main-content dl dt {
padding: 0;
margin-top: 1rem;
font-size: 1rem;
font-weight: bold;
}
.main-content dl dd {
padding: 0;
margin-bottom: 1rem;
}
.main-content hr {
height: 2px;
padding: 0;
margin: 1rem 0;
background-color: #eff0f1;
border: 0;
}
@media screen and (min-width: 64em) {
.main-content {
max-width: 64rem;
padding: 2rem 6rem;
margin: 0 auto;
font-size: 1.1rem;
}
}
@media screen and (min-width: 42em) and (max-width: 64em) {
.main-content {
padding: 2rem 4rem;
font-size: 1.1rem;
}
}
@media screen and (max-width: 42em) {
.main-content {
padding: 2rem 1rem;
font-size: 1rem;
}
}
.site-footer {
padding-top: 2rem;
margin-top: 2rem;
border-top: solid 1px #eff0f1;
}
.site-footer-owner {
display: block;
font-weight: bold;
}
.site-footer-credits {
color: #819198;
}
@media screen and (min-width: 64em) {
.site-footer {
font-size: 1rem;
}
}
@media screen and (min-width: 42em) and (max-width: 64em) {
.site-footer {
font-size: 1rem;
}
}
@media screen and (max-width: 42em) {
.site-footer {
font-size: 0.9rem;
}
}
/*
Copyright 2014 GitHub Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
.pl-c {
color: #969896;
}
.pl-c1
/* constant, markup.raw, meta.diff.header, meta.module-reference, meta.property-name, support, support.constant, support.variable, variable.other.constant */,
.pl-s .pl-v {
color: #0086b3;
}
.pl-e /* entity */,
.pl-en {
color: #795da3;
}
.pl-s .pl-s1 /* string source */,
.pl-smi {
color: #333;
}
.pl-ent {
color: #63a35c;
}
.pl-k {
color: #a71d5d;
}
.pl-pds /* punctuation.definition.string, string.regexp.character-class */,
.pl-s /* string */,
.pl-s .pl-pse .pl-s1 /* string punctuation.section.embedded source */,
.pl-sr /* string.regexp */,
.pl-sr .pl-cce /* string.regexp constant.character.escape */,
.pl-sr .pl-sra /* string.regexp string.regexp.arbitrary-repitition */,
.pl-sr .pl-sre {
color: #183691;
}
.pl-v {
color: #ed6a43;
}
.pl-id {
color: #b52a1d;
}
.pl-ii {
background-color: #b52a1d;
color: #f8f8f8;
}
.pl-sr .pl-cce {
color: #63a35c;
font-weight: bold;
}
.pl-ml {
color: #693a17;
}
.pl-mh /* markup.heading */,
.pl-mh .pl-en /* markup.heading entity.name */,
.pl-ms {
color: #1d3e81;
font-weight: bold;
}
.pl-mq {
color: #008080;
}
.pl-mi {
color: #333;
font-style: italic;
}
.pl-mb {
color: #333;
font-weight: bold;
}
.pl-md {
background-color: #ffecec;
color: #bd2c00;
}
.pl-mi1 {
background-color: #eaffea;
color: #55a532;
}
.pl-mdr {
color: #795da3;
font-weight: bold;
}
.pl-mo {
color: #1d3e81;
}
.page-header {
padding: 1rem 6rem;
}
.main-content {
box-sizing: border-box;
}
.creditLink {
color: #1e6bb8;
text-decoration: none;
}
.creditLink:hover {
text-decoration: underline;
}
.demoButton {
border-radius: 5px;
font-size: 1.2rem;
cursor: pointer;
background-color: #303030;
border: none;
color: #fff;
outline: none;
padding: 8px 15px;
}
.demoButton:hover {
background-color: #000;
text-shadow: 0 0 6px #fff;
}
.demoButton:active {
text-shadow: 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff;
}
.demoButton:focus {
box-shadow: 0 0 3px 2px #999;
}
/*# sourceMappingURL=/cats.e31bb0bc.css.map */ | 0.593609 | 0.06492 |
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, cite,
del, em, img, q,
small, strong, b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figure,
footer, header, menu, nav, section, summary,
time {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}
body {
line-height: 1;
}
article, aside, figure,
footer, header, menu, nav, section {
display: block;
}
nav ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: none;
}
a {
margin: 0;
padding: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}
del {
text-decoration: line-through;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #cccccc;
margin: 1em 0;
padding: 0;
}
input, select {
vertical-align: middle;
}
/* HTML5 tags */
article, aside, section, footer, header, nav, figure {
display: block;
margin: 0;
padding: 0;
}
body {
background: #202020 url(../images/body-default.jpg) repeat;
font-size: 12px;
font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;
color: #000;
}
/* a
-------------------------------------------------------------- */
a {
color: #5798d1;
text-decoration: none;
}
a:focus {
outline: none;
}
a:hover {
text-decoration: underline;
}
a span {
font-size: 90%;
}
a img {
outline: 0;
}
.toplink {
color: #777c82;
border: none;
background: #d6d9dd;
padding: 0 8px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.toplink:hover {
color: #fff !important;
border: none;
background: #313639;
text-decoration: none
}
.footer .toplink:hover {
text-decoration: none
}
/* Text Buttons - textlink
-------------------------------------------------------------- */
.textlink {
}
a.textlink {
border: 1px solid #d6d9dd;
background: #f1f1f1;
font-size: 11px;
margin: -3px 0 0 0;
font-weight: bold;
padding: 8px 8px;
color: #313639;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
text-decoration: none
}
a.textlink:hover {
background: #F26A36;
color: #fff;
border: 1px solid #313639;
text-decoration: none
}
/* Breadcrumbs
-------------------------------------------------------------- */
.breadcrumbs {
padding-bottom: 20px;
margin-bottom: 20px;
font-size: 11px;
font-weight: bold;
color: #777c82;
}
.breadcrumbs a {
color: #313639;
text-decoration: none;
}
.breadcrumbs a:hover {
text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
h1 {
font-size: 42px;
}
h2 {
font-size: 36px;
}
h3 {
font-size: 30px;
}
h4 {
font-size: 24px;
}
h5 {
font-size: 21px;
}
h6 {
font-size: 18px;
}
ol {
list-style: decimal;
}
ul {
list-style: disc;
}
/* li with orange bullets */
li {
margin-left: 20px;
position: relative;
list-style: disc inside url(../images/bullet.png);
}
/* p */
p {
color: #313639;
font-size: 14px;
}
p,
li,
dl {
line-height: 21px;
}
p,
dl,
hr,
ol,
ul,
pre,
table,
fieldset {
margin-bottom: 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin-bottom: 10px;
}
/* img */
img {
margin-bottom: 0;
border: 0px solid #000;
}
.post img {
margin-bottom: 15px;
}
blockquote {
font-size: 12px;
line-height: 18px;
color: #777c82;
font-style: italic;
margin-top: 30px;
margin-bottom: 30px;
margin-left: 50px;
padding-left: 15px;
border-left: 2px solid #FAA43E;
width: 85%
}
/* wrapper*/
.wrapper {
margin: 0;
padding: 0;
background: transparent url(../images/wrapbackground.png) center repeat-y;
}
.container {
background: #fafafa url(../images/container-BG.jpg) 0 90px no-repeat;
color: #777C82;
}
ul li ul,
ol li ol {
margin-bottom: 0px;
}
ol {
padding: 0 0 0 5px;
}
/* GRID*/
.container_12 {
margin-left: auto;
margin-right: auto;
width: 1020px;
}
.float {
display: inline;
float: left;
position: relative;
}
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
display: inline;
float: left;
position: relative;
margin-left: 20px;
margin-right: 20px;
}
.container_12 .grid_1 {
width: 45px;
}
.container_12 .grid_2 {
width: 130px;
}
.container_12 .grid_3 {
width: 215px;
}
.container_12 .grid_4 {
width: 290px;
}
.container_12 .grid_5 {
width: 385px;
}
.container_12 .grid_6 {
width: 470px;
}
.container_12 .grid_7 {
width: 555px;
}
.container_12 .grid_8 {
width: 640px;
}
.container_12 .grid_9 {
width: 725px;
}
.container_12 .grid_10 {
width: 810px;
}
.container_12 .grid_11 {
width: 895px;
}
.container_12 .grid_12 {
width: 960px;
}
/* hr
-------------------------------------------------------------- */
.hr {
border: none;
clear: both;
height: 0;
line-height: 0;
width: 100%;
font-size: 0;
padding: 0;
margin-bottom: 20px;
}
/* float right and left
-------------------------------------------------------------- */
.right {
float: right;
}
.left {
float: left;
}
/* clear
-------------------------------------------------------------- */
.clear {
clear: both;
display: block;
overflow: hidden;
visibility: hidden;
width: 0;
height: 0;
}
/* Header
-------------------------------------------------------------- */
.header,
#header {
margin: 0;
padding: 0;
background: url(../images/societies_GUI_v1.png) 0 -470px no-repeat;
width: 1020px;
z-index: 1000;
min-height: 90px;
}
/* Logo
-------------------------------------------------------------- */
h1#logo {
margin: 0;
padding: 15px 0px 0px 20px;
}
h1#logo img {
border: none;
margin: 0px;
}
h1#logo.grid_4 {
width: 210px
}
/* WebMenu Navigation
-------------------------------------------------------------- */
ul#navigation {
text-transform: uppercase;
float: right;
width: 70%;
margin-top: 1px;
margin-right: 0;
margin-bottom: 0;
}
ul#navigation li {
float: right;
display: inline;
margin: 0 0 0 1px;
}
ul#navigation li a {
display: block;
font-family: 'Lucida Grande', Arial, Helvetica, sans-serif !important;
padding: 15px 30px 15px 30px;
text-decoration: none;
color: #bbb;
font-size: 14px;
font-weight: bold;
}
ul#navigation li a:hover {
color: #fff;
background: #000;
}
ul#navigation li a.current {
color: #fff;
}
ul#navigation ul {
display: none;
position: absolute;
top: 64px;
left: 0;
box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
width: 170px;
z-index: 99999;
padding-top: 0;
padding-bottom: 10px;
margin: 0;
background: #000;
border-top: 25px solid #000;
-moz-border-radius-bottomleft: 4px;
-webkit-border-bottom-left-radius: 4px;
border-radius-bottomleft: 4px;
-moz-border-radius-bottomright: 4px;
-webkit-border-bottom-right-radius: 4px;
border-bottom-right-radius: 4px;
}
ul#navigation ul ul {
display: none;
position: absolute;
top: 0;
left: 170px;
box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
width: 170px;
z-index: 99999;
padding-top: 0;
padding-bottom: 10px;
margin: 0;
background: #000;
border-top: 4px solid #000;
-moz-border-radius-topright: 4px;
-webkit-border-top-right-radius: 4px;
border-top-right-radius: 4px;
-moz-border-radius-bottomleft: 4px;
-webkit-border-bottom-left-radius: 4px;
border-bottom-left-radius: 4px;
-moz-border-radius-bottomright: 4px;
-webkit-border-bottom-right-radius: 4px;
border-bottom-right-radius: 4px;
}
ul#navigation ul li {
width: 100%;
}
ul#navigation ul li a,
ul#navigation ul ul li a {
background: #000;
display: block;
padding: 10px 15px;
margin: 0;
color: #ccc;
border-right: none;
font-size: 11px;
}
ul#navigation ul li a:hover {
background: #222;
color: #fff;
}
ul#navigation ul ul ul {
left: 100%;
top: -4px;
}
/* Notification bubble
-------------------------------------------------------------- */
#navigation div.notification-bubble {
width: 24px;
height: 24px;
margin-top: 34px;
padding: 0;
background-image: url('../images/world_web_24x24.png');
display: block;
}
#navigation div.notification-bubble a {
width: 24px;
height: 24px;
text-align: right;
vertical-align: middle;
padding: 0;
}
#navigation div.notification-bubble span#mainForm\:notification-count {
position: absolute;
text-align: center;
vertical-align: middle;
margin: -10px 0 0 -10px;
padding: 0 5px 0 5px;
background-color:#F26A36;
color:#ffffff;
font-weight:bold;
font-size:0.80em;
border-radius:2px;
box-shadow:1px 1px 1px gray;
}
div#mainForm\:notificationDialog #mainForm\:notificationGrid_content {
border: none;
}
/* Left Column
-------------------------------------------------------------- */
.left_col,
#left_col {
margin-right: 0;
}
/* Right Column / Sidebar
-------------------------------------------------------------- */
.sidebar_right,
#sidebar_right {
margin-left: 30px;
margin-right: 30px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
background: #fff;
width: 288px;
border: 1px solid #d6d9dd;
}
.sidebar_top_BG {
height: 10px;
-webkit-border-top-left-radius: 4px;
-webkit-border-top-right-radius: 4px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-topright: 4px;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
background: #fff;
}
.sidebar_bottom_BG {
height: 50px;
-webkit-border-bottom-right-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-bottomright: 4px;
-moz-border-radius-bottomleft: 4px;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
background: #fff;
}
.sidebar_right h3,
#sidebar_right h3 {
color: #313639;
font-size: 24px;
border-bottom: 2px solid #d6d9dd;
width: 250px;
padding: 10px 0 15px 0;
margin: 0 20px;
background: transparent;
}
ul.contact_data {
margin-left: 0;
margin-top: 0;
}
ul.contact_data li {
list-style: none
}
/* Sidebar Lists
-------------------------------------------------------------- */
ul.sidebar {
list-style: none;
margin: 0 0 30px 0;
padding: 0;
}
ul.sidebar li {
margin: 0;
padding: 0 20px;
list-style: none
}
ul.sidebar a {
width: 225px;
display: inline-block;
padding: 10px 0 10px 25px;
border-bottom: 1px solid #d6d9dd;
text-decoration: none;
color: #313639;
font-weight: bold;
background: transparent url(../images/societies_GUI_v1.png) -600px -120px no-repeat;
}
ul.sidebar li:last-child a {
}
ul.sidebar li:first-child a {
}
ul.sidebar a:hover {
background: #fafafa url(../images/societies_GUI_v1.png) -600px -180px no-repeat;
}
/* Homepage Box Buttons
-------------------------------------------------------------- */
.homebox_entries {
background: transparent
}
.homebox_entries.grid_12 {
margin-left: 30px;
margin-right: 30px
}
h3.box_title,
h4.box_title {
color: #B7B3B3;
font-size: 22px;
font-weight: normal;
margin-bottom: 20px;
padding-left: 220px;
padding-top: 20px;
}
a .title {
color: #777c82;
line-height: 24px;
font-size: 14px
}
/* Home Box Button Grid*/
.homeboxgrid {
width: 270px;
display: inline;
float: left;
position: relative;
margin: 0;
margin-left: 1px;
margin-bottom: 1px;
padding: 20px 20px 0 20px;
min-height: 150px
}
a.homeboxgrid {
text-decoration: none;
background: none repeat scroll 0 0 #E9E9E9;
border: 1px solid #CCCCCC;
}
.box {
background: #1d5579;
}
.box:hover {
background: #313639;
text-decoration: none
}
.boxhr {
margin-bottom: 0;
}
/* Main image on homepage
-------------------------------------------------------------- */
.featured.grid_12,
#featured.grid_12 {
margin: 0 10px 0 10px;
padding-top: 20px;
}
.featured,
#featured {
margin: 30px 0 0 0;
padding: 0 20px 0 20px;
}
/* bordered space
-------------------------------------------------------------- */
.post {
border-bottom: 2px solid #d6d9dd;
padding-bottom: 0;
margin-bottom: 20px
}
/*
--------------------------------------------- */
.keyinfo {
background: #fff
}
.keyinfolist {
margin: 0;
padding: 0;
margin-bottom: 20px;
float: left;
width: 100%;
}
.keyinfolist li {
width: 100%;
clear: both;
float: left;
padding: 20px 0 0 0;
list-style: none;
margin: 0;
position: relative;
border-bottom: 2px solid #d6d9dd;
padding-bottom: 20px
}
/*----Content Details---------------------------------------------------- */
.keyinfo_content {
float: left;
width: 83%;
}
.keyinfometadata {
float: left;
font-size: 11px;
margin-left: 10px;
color: #777c82
}
.keyinfo-reply-link {
text-decoration: none;
font-size: 10px;
}
a.keyinfo-reply-link {
padding: 3px;
}
/* button reply */
.keyinfo-reply-link {
text-align: center;
display: block;
border: 1px solid #F99B1C;
background: #F7961B;
border: 1px solid #F99B1C;
font-size: 11px;
margin: -3px 0 0 0;
font-weight: bold;
padding: 0;
color: #ffffff;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.keyinfo-reply-link:hover {
border: 1px solid #F99B1C;
background: #f26a36;
color: #fff;
text-decoration: none
}
.keyinfo_text {
clear: both;
margin-top: 10px;
margin-left: 10px;
}
.keyinfo_text p {
font-size: 13px;
color: #777c82
}
/*
-----Gravtar/Profile Pic---------------------------------------------------- */
.gravatar {
float: left;
width: 60px;
padding: 0px 10px 0 0;
margin-left: 15px;
text-align: center;
}
.gravatar img {
background: #fff;
display: block;
padding: 5px;
margin-bottom: 10px;
border: 1px solid #cccccc;
}
/*
-----INFO BADGE about Author or Profile---------------------------------------------------- */
.bypostauthor {
background: #fff url(../images/infobadge_BG.jpg) top right no-repeat;
}
/* button further info */
.furtherinfo-link {
text-decoration: none;
font-size: 10px;
}
a.furtherinfo-link {
padding: 3px;
}
.furtherinfo-link {
text-align: center;
display: block;
border: 1px solid #659FCB;
background: #0C517E;
font-size: 11px;
margin: -3px 0 0 0;
font-weight: bold;
padding: 0;
color: #ffffff;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.furtherinfo-link:hover {
border: 1px solid #659FCB;
background: #5C93C2;
color: #fff;
text-decoration: none
}
/* Author or Persons Name */
.author_name {
font-weight: bold;
font-style: normal;
font-size: 15px;
float: left;
margin-left: 10px;
}
.author_name a {
color: #0C517E;
}
/* A lis style */
.itemlist h3 {
font-size: 24px;
font-style: italic;
}
.itemlist p {
margin-bottom: 0
}
/* Form Style and Elements
-------------------------------------------------------------- */
/* Hides the Error and message under fields
-------------------------------------------------------------- */
.error {
display: none;
}
.success {
display: none;
margin-top: 20px;
padding-left: 110px;
}
/* Error Message Color----------------*/
p.error {
margin-left: 110px;
margin-top: 10px;
color: #f26a36;
font-size: 11px
}
/* Form and Person Titles------------ */
h3.form_title {
padding-top: 20px
}
h3.person_title {
padding-top: 20px
}
/* Form ul----------------------- */
.form_style_main ul {
float: left;
list-style: none;
margin: 0;
width: 100%;
border-top: 2px solid #d6d9dd;
padding-top: 20px;
padding-bottom: 20px;
}
.form_style_main ul li {
margin: 10px 0;
list-style: none;
position: relative;
clear: both;
}
.form_style_main label {
width: 100px;
text-align: left;
font-weight: bold;
float: left;
margin-right: 10px;
}
/* Form Send Button--------------- */
.sendButton {
color: #ffffff;
background: -moz-linear-gradient(center top, #f7961b, #f26a36);
background: -webkit-gradient(linear, left top, left bottom, from(#f7961b), to(#f26a36));
background: -o-linear-gradient(top, #f7961b, #f26a36);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f7961b', EndColorStr='#f26a36');
border-color: #000;
border-width: 1px;
border-radius: 4px 4px 4px 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
font-size: 16px;
margin: 20px 0 0 110px;
padding: 10px 20px;
color: #ffffff;
cursor: pointer;
display: inline-block;
}
.sendButton:hover {
color: #fff;
border: 1px solid #000;
background: #F26a36;
filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#f26a36, endColorStr=#f26a36);
-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#f26a36666,endColorStr=#f26a36666)";
background: -webkit-gradient(linear, left top, left bottom, from(#f26a36), to(#f26a36));
background: -moz-linear-gradient(top, #f26a36, #f26a36);
text-decoration: none
}
/* IMPORTANT SIGNUP Form Input Styles----------------------- */
.form_style_main input.smalltext,
.form_style_main textarea {
float: left;
padding: 8px;
border: 1px solid #d6d9dd;
margin-left: 0;
background: #fff;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
outline: none;
}
.form_style_main input.smalltext:focus,
.form_style_main textarea:focus {
border: 1px solid #777c82;
}
.form_style_main input.smalltext {
width: 400px;
}
.form_style_main textarea {
width: 500px;
height: 150px;
resize: none;
}
/****** Select box style ******/
.select-wrapper {
width: 250px;
float: left;
margin-bottom: 40px;
overflow: hidden;
position: relative;
}
.select-wrapper {
background-color: #fff;
background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#efefef));
background-image: -webkit-linear-gradient(top, #ffffff, #efefef);
background-image: -moz-linear-gradient(top, #ffffff, #efefef);
background-image: -ms-linear-gradient(top, #ffffff, #efefef);
background-image: -o-linear-gradient(top, #ffffff, #efefef);
background-image: linear-gradient(top, #ffffff, #efefef);
-pie-background: linear-gradient(top, #ffffff, #efefef);
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 1px 1px rgba(255, 255, 255, 0.5);
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 1px 1px rgba(255, 255, 255, 0.5);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 1px 1px rgba(255, 255, 255, 0.5);
}
.selectTop {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
padding: 6px 10px;
}
.select-wrapper:before {
content: '';
position: absolute;
top: 0;
right: 0;
width: 20px;
height: 100%;
pointer-events: none;
background-color: #fff;
background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#efefef));
background-image: -webkit-linear-gradient(top, #ffffff, #efefef);
background-image: -moz-linear-gradient(top, #ffffff, #efefef);
background-image: -ms-linear-gradient(top, #ffffff, #efefef);
background-image: -o-linear-gradient(top, #ffffff, #efefef);
background-image: linear-gradient(top, #ffffff, #efefef);
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
.select-wrapper:after {
content: '';
position: absolute;
top: 50%;
right: 10px;
margin-top: -3px;
border: 6px solid transparent;
border-top: 6px solid #444;
pointer-events: none;
}
.ie .select-wrapper:before, .ie9 .select-wrapper:before {
display: none;
}
select {
width: 240px;
height: 24px;
padding: 8px 0 4px 10px;
border: 0;
background: transparent none;
outline: none;
font: 13px 'Lucida Grande', Arial, Helvetica, sans-serif;
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box;
}
select::-moz-focus-inner {
border: 0;
}
select option {
background: #ededed;
height: 24px;
width: 100%;
padding: 10px 0 2px 10px;
border-bottom: 1px solid #ccc;
border-top: 1px solid #fff;
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box;
}
/****** Radio button style ******/
label {
margin-right: 10px;
float: left;
clear: both;
/*width: 250px;*/
/* Seriously? */
}
div.option-group {
float: left;
width: 300px;
margin-bottom: 40px;
}
.option-group label {
width: 260px;
margin: 0 0 20px 10px;
float: left;
clear: none;
position: relative;
line-height: 1;
font-weight: normal;
}
.option-group input[type=radio] {
float: left;
clear: both;
opacity: 0;
outline: none;
}
.option-group.radio label:before, .ie .option-group.radio label .before {
content: '';
position: absolute;
top: -2px;
left: -30px;
width: 15px;
height: 15px;
background-color: #fff;
background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#efefef));
background-image: -webkit-linear-gradient(top, #ffffff, #efefef);
background-image: -moz-linear-gradient(top, #ffffff, #efefef);
background-image: -ms-linear-gradient(top, #ffffff, #efefef);
background-image: -o-linear-gradient(top, #ffffff, #efefef);
background-image: linear-gradient(top, #ffffff, #efefef);
-pie-background: linear-gradient(top, #ffffff, #efefef);
border: 1px solid #ccc;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
}
.ie .option-group.radio label:before {
display: none;
}
.option-group.radio input[type=radio]:checked + label:after, .ie .option-group.radio label .after {
content: '';
position: absolute;
top: 3px;
left: -25px;
z-index: 2;
width: 7px;
height: 7px;
background: #444;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
border-radius: 7px;
}
.ie .option-group.radio label:after, .ie .option-group.radio label .after {
display: none;
border-radius: 0;
}
.ie .option-group.radio label.checked .after {
display: block;
border-radius: 7px;
}
.option-group.radio input[type=radio]:checked + label:before, .ie .option-group.radio label.checked .before {
background-color: #f5f5f5;
background-image: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#ffffff));
background-image: -webkit-linear-gradient(top, #efefef, #ffffff);
background-image: -moz-linear-gradient(top, #efefef, #ffffff);
background-image: -ms-linear-gradient(top, #efefef, #ffffff);
background-image: -o-linear-gradient(top, #efefef, #ffffff);
background-image: linear-gradient(top, #efefef, #ffffff);
-pie-background: linear-gradient(top, #efefef, #ffffff);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5);
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5);
}
/* -------------------- CHECK BOX STYLING ------------------------*/
.option-group input[type=checkbox] {
float: left;
clear: both;
opacity: 0;
outline: none;
}
.option-group.check label:before, .ie .option-group.check label .before {
content: '';
position: absolute;
top: -1px;
left: -30px;
width: 15px;
height: 15px;
background-color: #fff;
background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#efefef));
background-image: -webkit-linear-gradient(top, #ffffff, #efefef);
background-image: -moz-linear-gradient(top, #ffffff, #efefef);
background-image: -ms-linear-gradient(top, #ffffff, #efefef);
background-image: -o-linear-gradient(top, #ffffff, #efefef);
background-image: linear-gradient(top, #ffffff, #efefef);
-pie-background: linear-gradient(top, #ffffff, #efefef);
border: 1px solid #ccc;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
.ie .option-group.check label:before {
display: none;
}
.option-group.check input[type=checkbox]:checked + label:after, .ie .option-group.check label.checked .after {
content: '';
position: absolute;
top: 2px;
left: -24px;
width: 3px;
height: 8px;
border-bottom: 2px solid #444;
border-right: 2px solid #444;
-moz-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-o-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476, sizingMethod='auto expand');
zoom: 1;
}
.ie .option-group.check label.checked .after {
left: -26px;
}
.option-group.check input[type=checkbox]:checked + label:before, .ie .option-group.check label.checked .before {
background-color: #f5f5f5;
background-image: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#ffffff));
background-image: -webkit-linear-gradient(top, #efefef, #ffffff);
background-image: -moz-linear-gradient(top, #efefef, #ffffff);
background-image: -ms-linear-gradient(top, #efefef, #ffffff);
background-image: -o-linear-gradient(top, #efefef, #ffffff);
background-image: linear-gradient(top, #efefef, #ffffff);
-pie-background: linear-gradient(top, #efefef, #ffffff);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5);
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5);
}
/* -------------------- Accordion Menu Styling ------------------------*/
.accordion div.accordion-menu-header a,
#accordion div.accordion-menu-header a {
margin-left: 19px;
font-size: 16px;
color: #fff;
}
.accordion div.accordion-menu-header a:hover,
#accordion div.accordion-menu-header a:hover {
text-decoration: none;
}
.accordion div.accordion-menu-header,
#accordion div.accordion-menu-header {
background-color: #000;
margin-bottom: 1px;
padding-top: 3px;
padding-bottom: 3px;
}
/* -------------------- Search ------------------------*/
.websearchbar {
height: 54px;
}
.websearchtitle {
float: left;
}
.groupsearch {
width: 288px;
float: right;
}
.websearch-form {
position: relative;
display: inline-block;
zoom: 1;
*display: inline;
}
.websearch-form.frame {
padding: 4px;
border: 1px solid #D2D1D0;
background-color: #D2D1D0;
background-image: -webkit-gradient(linear, left top, left bottom, from(#F6F6F6), to(#D2D1D0));
background-image: -webkit-linear-gradient(top, #F6F6F6, #D2D1D0);
background-image: -moz-linear-gradient(top, #F6F6F6, #D2D1D0);
background-image: -ms-linear-gradient(top, #F6F6F6, #D2D1D0);
background-image: -o-linear-gradient(top, #F6F6F6, #D2D1D0);
background-image: linear-gradient(top, #F6F6F6, #D2D1D0);
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.7);
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.7);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.7);
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
}
.websearch-input {
width: 196px;
height: 20px;
padding: 6px 10px 6px 35px;
font: 14px 'Lucida Grande', Arial, Helvetica, sans-serif;
color: #333;
outline: none;
position: relative;
background: #fff url(../images/websearch-dark.jpg) 10px center no-repeat;
border: 1px solid #ccc;
-moz-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.5);
-webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.5);
box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.5);
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
}
.websearch-btn {
margin-left: 3px;
width: 32px;
height: 32px;
color: #fff;
font: bold 'Lucida Grande', Arial, Helvetica, sans-serif;
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
letter-spacing: 1px;
border: 1px solid #b9b9b9;
outline: none;
cursor: pointer;
position: relative;
background-color: #666;
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
}
.frame.nobtn .websearch-input {
width: 235px;
padding-left: 35px;
background: #fff url(../images/websearch-dark.jpg) 10px center no-repeat;
}
/*Footer
-------------------------------------------------------------- */
.footer {
float: left;
position: relative;
width: 960px;
color: #44484e;
padding: 20px 30px;
margin: 0 auto;
background: #fafafa;
}
.footer p {
font-size: 11px;
border-top: 2px dashed #d6d9dd;
padding: 30px 0;
}
.footer a {
color: #777c82;
}
.footer a.toplink {
color: #5798d1;
text-decoration: none;
}
.footer a.toplink:hover {
color: #111;
text-decoration: none;
background: #5798d1;
}
/* Exta Classes */
/* Must remain at the bottom of the stylesheet */
.clearfix:after {
clear: both;
content: ' ';
display: block;
font-size: 0;
line-height: 0;
visibility: hidden;
width: 0;
height: 0;
}
* html .clearfix {
height: 1%;
}
.login-form {
float: left;
width: 100%;
height: 2.2em;
background-color: #000;
font-size: 13px;
color: #cccccc;
}
.login-form a {
float: right;
width: 9.5em;
margin-top: 1.1em;
}
.login-form span {
float: right;
width: 9.5em;
margin-top: 1.1em;
color: #fff;
}
.logo-pos {
float: left;
}
ul.social-network {
float: left;
list-style: none;
margin: 0;
width: 100%;
padding-top: 20px;
padding-bottom: 20px;
}
ul.social-network li {
margin: 10px 0;
padding: 20px;
list-style: none;
position: relative;
display: inline;
}
/* THE END */ | 3rdPartyServices/EnterpriseServices/Calendar/shared-calendar/src/main/webapp/resources/css/style.css | html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, cite,
del, em, img, q,
small, strong, b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figure,
footer, header, menu, nav, section, summary,
time {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}
body {
line-height: 1;
}
article, aside, figure,
footer, header, menu, nav, section {
display: block;
}
nav ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: none;
}
a {
margin: 0;
padding: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}
del {
text-decoration: line-through;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #cccccc;
margin: 1em 0;
padding: 0;
}
input, select {
vertical-align: middle;
}
/* HTML5 tags */
article, aside, section, footer, header, nav, figure {
display: block;
margin: 0;
padding: 0;
}
body {
background: #202020 url(../images/body-default.jpg) repeat;
font-size: 12px;
font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;
color: #000;
}
/* a
-------------------------------------------------------------- */
a {
color: #5798d1;
text-decoration: none;
}
a:focus {
outline: none;
}
a:hover {
text-decoration: underline;
}
a span {
font-size: 90%;
}
a img {
outline: 0;
}
.toplink {
color: #777c82;
border: none;
background: #d6d9dd;
padding: 0 8px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.toplink:hover {
color: #fff !important;
border: none;
background: #313639;
text-decoration: none
}
.footer .toplink:hover {
text-decoration: none
}
/* Text Buttons - textlink
-------------------------------------------------------------- */
.textlink {
}
a.textlink {
border: 1px solid #d6d9dd;
background: #f1f1f1;
font-size: 11px;
margin: -3px 0 0 0;
font-weight: bold;
padding: 8px 8px;
color: #313639;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
text-decoration: none
}
a.textlink:hover {
background: #F26A36;
color: #fff;
border: 1px solid #313639;
text-decoration: none
}
/* Breadcrumbs
-------------------------------------------------------------- */
.breadcrumbs {
padding-bottom: 20px;
margin-bottom: 20px;
font-size: 11px;
font-weight: bold;
color: #777c82;
}
.breadcrumbs a {
color: #313639;
text-decoration: none;
}
.breadcrumbs a:hover {
text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
h1 {
font-size: 42px;
}
h2 {
font-size: 36px;
}
h3 {
font-size: 30px;
}
h4 {
font-size: 24px;
}
h5 {
font-size: 21px;
}
h6 {
font-size: 18px;
}
ol {
list-style: decimal;
}
ul {
list-style: disc;
}
/* li with orange bullets */
li {
margin-left: 20px;
position: relative;
list-style: disc inside url(../images/bullet.png);
}
/* p */
p {
color: #313639;
font-size: 14px;
}
p,
li,
dl {
line-height: 21px;
}
p,
dl,
hr,
ol,
ul,
pre,
table,
fieldset {
margin-bottom: 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin-bottom: 10px;
}
/* img */
img {
margin-bottom: 0;
border: 0px solid #000;
}
.post img {
margin-bottom: 15px;
}
blockquote {
font-size: 12px;
line-height: 18px;
color: #777c82;
font-style: italic;
margin-top: 30px;
margin-bottom: 30px;
margin-left: 50px;
padding-left: 15px;
border-left: 2px solid #FAA43E;
width: 85%
}
/* wrapper*/
.wrapper {
margin: 0;
padding: 0;
background: transparent url(../images/wrapbackground.png) center repeat-y;
}
.container {
background: #fafafa url(../images/container-BG.jpg) 0 90px no-repeat;
color: #777C82;
}
ul li ul,
ol li ol {
margin-bottom: 0px;
}
ol {
padding: 0 0 0 5px;
}
/* GRID*/
.container_12 {
margin-left: auto;
margin-right: auto;
width: 1020px;
}
.float {
display: inline;
float: left;
position: relative;
}
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
display: inline;
float: left;
position: relative;
margin-left: 20px;
margin-right: 20px;
}
.container_12 .grid_1 {
width: 45px;
}
.container_12 .grid_2 {
width: 130px;
}
.container_12 .grid_3 {
width: 215px;
}
.container_12 .grid_4 {
width: 290px;
}
.container_12 .grid_5 {
width: 385px;
}
.container_12 .grid_6 {
width: 470px;
}
.container_12 .grid_7 {
width: 555px;
}
.container_12 .grid_8 {
width: 640px;
}
.container_12 .grid_9 {
width: 725px;
}
.container_12 .grid_10 {
width: 810px;
}
.container_12 .grid_11 {
width: 895px;
}
.container_12 .grid_12 {
width: 960px;
}
/* hr
-------------------------------------------------------------- */
.hr {
border: none;
clear: both;
height: 0;
line-height: 0;
width: 100%;
font-size: 0;
padding: 0;
margin-bottom: 20px;
}
/* float right and left
-------------------------------------------------------------- */
.right {
float: right;
}
.left {
float: left;
}
/* clear
-------------------------------------------------------------- */
.clear {
clear: both;
display: block;
overflow: hidden;
visibility: hidden;
width: 0;
height: 0;
}
/* Header
-------------------------------------------------------------- */
.header,
#header {
margin: 0;
padding: 0;
background: url(../images/societies_GUI_v1.png) 0 -470px no-repeat;
width: 1020px;
z-index: 1000;
min-height: 90px;
}
/* Logo
-------------------------------------------------------------- */
h1#logo {
margin: 0;
padding: 15px 0px 0px 20px;
}
h1#logo img {
border: none;
margin: 0px;
}
h1#logo.grid_4 {
width: 210px
}
/* WebMenu Navigation
-------------------------------------------------------------- */
ul#navigation {
text-transform: uppercase;
float: right;
width: 70%;
margin-top: 1px;
margin-right: 0;
margin-bottom: 0;
}
ul#navigation li {
float: right;
display: inline;
margin: 0 0 0 1px;
}
ul#navigation li a {
display: block;
font-family: 'Lucida Grande', Arial, Helvetica, sans-serif !important;
padding: 15px 30px 15px 30px;
text-decoration: none;
color: #bbb;
font-size: 14px;
font-weight: bold;
}
ul#navigation li a:hover {
color: #fff;
background: #000;
}
ul#navigation li a.current {
color: #fff;
}
ul#navigation ul {
display: none;
position: absolute;
top: 64px;
left: 0;
box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
width: 170px;
z-index: 99999;
padding-top: 0;
padding-bottom: 10px;
margin: 0;
background: #000;
border-top: 25px solid #000;
-moz-border-radius-bottomleft: 4px;
-webkit-border-bottom-left-radius: 4px;
border-radius-bottomleft: 4px;
-moz-border-radius-bottomright: 4px;
-webkit-border-bottom-right-radius: 4px;
border-bottom-right-radius: 4px;
}
ul#navigation ul ul {
display: none;
position: absolute;
top: 0;
left: 170px;
box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
width: 170px;
z-index: 99999;
padding-top: 0;
padding-bottom: 10px;
margin: 0;
background: #000;
border-top: 4px solid #000;
-moz-border-radius-topright: 4px;
-webkit-border-top-right-radius: 4px;
border-top-right-radius: 4px;
-moz-border-radius-bottomleft: 4px;
-webkit-border-bottom-left-radius: 4px;
border-bottom-left-radius: 4px;
-moz-border-radius-bottomright: 4px;
-webkit-border-bottom-right-radius: 4px;
border-bottom-right-radius: 4px;
}
ul#navigation ul li {
width: 100%;
}
ul#navigation ul li a,
ul#navigation ul ul li a {
background: #000;
display: block;
padding: 10px 15px;
margin: 0;
color: #ccc;
border-right: none;
font-size: 11px;
}
ul#navigation ul li a:hover {
background: #222;
color: #fff;
}
ul#navigation ul ul ul {
left: 100%;
top: -4px;
}
/* Notification bubble
-------------------------------------------------------------- */
#navigation div.notification-bubble {
width: 24px;
height: 24px;
margin-top: 34px;
padding: 0;
background-image: url('../images/world_web_24x24.png');
display: block;
}
#navigation div.notification-bubble a {
width: 24px;
height: 24px;
text-align: right;
vertical-align: middle;
padding: 0;
}
#navigation div.notification-bubble span#mainForm\:notification-count {
position: absolute;
text-align: center;
vertical-align: middle;
margin: -10px 0 0 -10px;
padding: 0 5px 0 5px;
background-color:#F26A36;
color:#ffffff;
font-weight:bold;
font-size:0.80em;
border-radius:2px;
box-shadow:1px 1px 1px gray;
}
div#mainForm\:notificationDialog #mainForm\:notificationGrid_content {
border: none;
}
/* Left Column
-------------------------------------------------------------- */
.left_col,
#left_col {
margin-right: 0;
}
/* Right Column / Sidebar
-------------------------------------------------------------- */
.sidebar_right,
#sidebar_right {
margin-left: 30px;
margin-right: 30px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
background: #fff;
width: 288px;
border: 1px solid #d6d9dd;
}
.sidebar_top_BG {
height: 10px;
-webkit-border-top-left-radius: 4px;
-webkit-border-top-right-radius: 4px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-topright: 4px;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
background: #fff;
}
.sidebar_bottom_BG {
height: 50px;
-webkit-border-bottom-right-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-bottomright: 4px;
-moz-border-radius-bottomleft: 4px;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
background: #fff;
}
.sidebar_right h3,
#sidebar_right h3 {
color: #313639;
font-size: 24px;
border-bottom: 2px solid #d6d9dd;
width: 250px;
padding: 10px 0 15px 0;
margin: 0 20px;
background: transparent;
}
ul.contact_data {
margin-left: 0;
margin-top: 0;
}
ul.contact_data li {
list-style: none
}
/* Sidebar Lists
-------------------------------------------------------------- */
ul.sidebar {
list-style: none;
margin: 0 0 30px 0;
padding: 0;
}
ul.sidebar li {
margin: 0;
padding: 0 20px;
list-style: none
}
ul.sidebar a {
width: 225px;
display: inline-block;
padding: 10px 0 10px 25px;
border-bottom: 1px solid #d6d9dd;
text-decoration: none;
color: #313639;
font-weight: bold;
background: transparent url(../images/societies_GUI_v1.png) -600px -120px no-repeat;
}
ul.sidebar li:last-child a {
}
ul.sidebar li:first-child a {
}
ul.sidebar a:hover {
background: #fafafa url(../images/societies_GUI_v1.png) -600px -180px no-repeat;
}
/* Homepage Box Buttons
-------------------------------------------------------------- */
.homebox_entries {
background: transparent
}
.homebox_entries.grid_12 {
margin-left: 30px;
margin-right: 30px
}
h3.box_title,
h4.box_title {
color: #B7B3B3;
font-size: 22px;
font-weight: normal;
margin-bottom: 20px;
padding-left: 220px;
padding-top: 20px;
}
a .title {
color: #777c82;
line-height: 24px;
font-size: 14px
}
/* Home Box Button Grid*/
.homeboxgrid {
width: 270px;
display: inline;
float: left;
position: relative;
margin: 0;
margin-left: 1px;
margin-bottom: 1px;
padding: 20px 20px 0 20px;
min-height: 150px
}
a.homeboxgrid {
text-decoration: none;
background: none repeat scroll 0 0 #E9E9E9;
border: 1px solid #CCCCCC;
}
.box {
background: #1d5579;
}
.box:hover {
background: #313639;
text-decoration: none
}
.boxhr {
margin-bottom: 0;
}
/* Main image on homepage
-------------------------------------------------------------- */
.featured.grid_12,
#featured.grid_12 {
margin: 0 10px 0 10px;
padding-top: 20px;
}
.featured,
#featured {
margin: 30px 0 0 0;
padding: 0 20px 0 20px;
}
/* bordered space
-------------------------------------------------------------- */
.post {
border-bottom: 2px solid #d6d9dd;
padding-bottom: 0;
margin-bottom: 20px
}
/*
--------------------------------------------- */
.keyinfo {
background: #fff
}
.keyinfolist {
margin: 0;
padding: 0;
margin-bottom: 20px;
float: left;
width: 100%;
}
.keyinfolist li {
width: 100%;
clear: both;
float: left;
padding: 20px 0 0 0;
list-style: none;
margin: 0;
position: relative;
border-bottom: 2px solid #d6d9dd;
padding-bottom: 20px
}
/*----Content Details---------------------------------------------------- */
.keyinfo_content {
float: left;
width: 83%;
}
.keyinfometadata {
float: left;
font-size: 11px;
margin-left: 10px;
color: #777c82
}
.keyinfo-reply-link {
text-decoration: none;
font-size: 10px;
}
a.keyinfo-reply-link {
padding: 3px;
}
/* button reply */
.keyinfo-reply-link {
text-align: center;
display: block;
border: 1px solid #F99B1C;
background: #F7961B;
border: 1px solid #F99B1C;
font-size: 11px;
margin: -3px 0 0 0;
font-weight: bold;
padding: 0;
color: #ffffff;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.keyinfo-reply-link:hover {
border: 1px solid #F99B1C;
background: #f26a36;
color: #fff;
text-decoration: none
}
.keyinfo_text {
clear: both;
margin-top: 10px;
margin-left: 10px;
}
.keyinfo_text p {
font-size: 13px;
color: #777c82
}
/*
-----Gravtar/Profile Pic---------------------------------------------------- */
.gravatar {
float: left;
width: 60px;
padding: 0px 10px 0 0;
margin-left: 15px;
text-align: center;
}
.gravatar img {
background: #fff;
display: block;
padding: 5px;
margin-bottom: 10px;
border: 1px solid #cccccc;
}
/*
-----INFO BADGE about Author or Profile---------------------------------------------------- */
.bypostauthor {
background: #fff url(../images/infobadge_BG.jpg) top right no-repeat;
}
/* button further info */
.furtherinfo-link {
text-decoration: none;
font-size: 10px;
}
a.furtherinfo-link {
padding: 3px;
}
.furtherinfo-link {
text-align: center;
display: block;
border: 1px solid #659FCB;
background: #0C517E;
font-size: 11px;
margin: -3px 0 0 0;
font-weight: bold;
padding: 0;
color: #ffffff;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.furtherinfo-link:hover {
border: 1px solid #659FCB;
background: #5C93C2;
color: #fff;
text-decoration: none
}
/* Author or Persons Name */
.author_name {
font-weight: bold;
font-style: normal;
font-size: 15px;
float: left;
margin-left: 10px;
}
.author_name a {
color: #0C517E;
}
/* A lis style */
.itemlist h3 {
font-size: 24px;
font-style: italic;
}
.itemlist p {
margin-bottom: 0
}
/* Form Style and Elements
-------------------------------------------------------------- */
/* Hides the Error and message under fields
-------------------------------------------------------------- */
.error {
display: none;
}
.success {
display: none;
margin-top: 20px;
padding-left: 110px;
}
/* Error Message Color----------------*/
p.error {
margin-left: 110px;
margin-top: 10px;
color: #f26a36;
font-size: 11px
}
/* Form and Person Titles------------ */
h3.form_title {
padding-top: 20px
}
h3.person_title {
padding-top: 20px
}
/* Form ul----------------------- */
.form_style_main ul {
float: left;
list-style: none;
margin: 0;
width: 100%;
border-top: 2px solid #d6d9dd;
padding-top: 20px;
padding-bottom: 20px;
}
.form_style_main ul li {
margin: 10px 0;
list-style: none;
position: relative;
clear: both;
}
.form_style_main label {
width: 100px;
text-align: left;
font-weight: bold;
float: left;
margin-right: 10px;
}
/* Form Send Button--------------- */
.sendButton {
color: #ffffff;
background: -moz-linear-gradient(center top, #f7961b, #f26a36);
background: -webkit-gradient(linear, left top, left bottom, from(#f7961b), to(#f26a36));
background: -o-linear-gradient(top, #f7961b, #f26a36);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f7961b', EndColorStr='#f26a36');
border-color: #000;
border-width: 1px;
border-radius: 4px 4px 4px 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
font-size: 16px;
margin: 20px 0 0 110px;
padding: 10px 20px;
color: #ffffff;
cursor: pointer;
display: inline-block;
}
.sendButton:hover {
color: #fff;
border: 1px solid #000;
background: #F26a36;
filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#f26a36, endColorStr=#f26a36);
-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#f26a36666,endColorStr=#f26a36666)";
background: -webkit-gradient(linear, left top, left bottom, from(#f26a36), to(#f26a36));
background: -moz-linear-gradient(top, #f26a36, #f26a36);
text-decoration: none
}
/* IMPORTANT SIGNUP Form Input Styles----------------------- */
.form_style_main input.smalltext,
.form_style_main textarea {
float: left;
padding: 8px;
border: 1px solid #d6d9dd;
margin-left: 0;
background: #fff;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
outline: none;
}
.form_style_main input.smalltext:focus,
.form_style_main textarea:focus {
border: 1px solid #777c82;
}
.form_style_main input.smalltext {
width: 400px;
}
.form_style_main textarea {
width: 500px;
height: 150px;
resize: none;
}
/****** Select box style ******/
.select-wrapper {
width: 250px;
float: left;
margin-bottom: 40px;
overflow: hidden;
position: relative;
}
.select-wrapper {
background-color: #fff;
background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#efefef));
background-image: -webkit-linear-gradient(top, #ffffff, #efefef);
background-image: -moz-linear-gradient(top, #ffffff, #efefef);
background-image: -ms-linear-gradient(top, #ffffff, #efefef);
background-image: -o-linear-gradient(top, #ffffff, #efefef);
background-image: linear-gradient(top, #ffffff, #efefef);
-pie-background: linear-gradient(top, #ffffff, #efefef);
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 1px 1px rgba(255, 255, 255, 0.5);
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 1px 1px rgba(255, 255, 255, 0.5);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 1px 1px rgba(255, 255, 255, 0.5);
}
.selectTop {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
padding: 6px 10px;
}
.select-wrapper:before {
content: '';
position: absolute;
top: 0;
right: 0;
width: 20px;
height: 100%;
pointer-events: none;
background-color: #fff;
background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#efefef));
background-image: -webkit-linear-gradient(top, #ffffff, #efefef);
background-image: -moz-linear-gradient(top, #ffffff, #efefef);
background-image: -ms-linear-gradient(top, #ffffff, #efefef);
background-image: -o-linear-gradient(top, #ffffff, #efefef);
background-image: linear-gradient(top, #ffffff, #efefef);
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
.select-wrapper:after {
content: '';
position: absolute;
top: 50%;
right: 10px;
margin-top: -3px;
border: 6px solid transparent;
border-top: 6px solid #444;
pointer-events: none;
}
.ie .select-wrapper:before, .ie9 .select-wrapper:before {
display: none;
}
select {
width: 240px;
height: 24px;
padding: 8px 0 4px 10px;
border: 0;
background: transparent none;
outline: none;
font: 13px 'Lucida Grande', Arial, Helvetica, sans-serif;
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box;
}
select::-moz-focus-inner {
border: 0;
}
select option {
background: #ededed;
height: 24px;
width: 100%;
padding: 10px 0 2px 10px;
border-bottom: 1px solid #ccc;
border-top: 1px solid #fff;
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box;
}
/****** Radio button style ******/
label {
margin-right: 10px;
float: left;
clear: both;
/*width: 250px;*/
/* Seriously? */
}
div.option-group {
float: left;
width: 300px;
margin-bottom: 40px;
}
.option-group label {
width: 260px;
margin: 0 0 20px 10px;
float: left;
clear: none;
position: relative;
line-height: 1;
font-weight: normal;
}
.option-group input[type=radio] {
float: left;
clear: both;
opacity: 0;
outline: none;
}
.option-group.radio label:before, .ie .option-group.radio label .before {
content: '';
position: absolute;
top: -2px;
left: -30px;
width: 15px;
height: 15px;
background-color: #fff;
background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#efefef));
background-image: -webkit-linear-gradient(top, #ffffff, #efefef);
background-image: -moz-linear-gradient(top, #ffffff, #efefef);
background-image: -ms-linear-gradient(top, #ffffff, #efefef);
background-image: -o-linear-gradient(top, #ffffff, #efefef);
background-image: linear-gradient(top, #ffffff, #efefef);
-pie-background: linear-gradient(top, #ffffff, #efefef);
border: 1px solid #ccc;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
}
.ie .option-group.radio label:before {
display: none;
}
.option-group.radio input[type=radio]:checked + label:after, .ie .option-group.radio label .after {
content: '';
position: absolute;
top: 3px;
left: -25px;
z-index: 2;
width: 7px;
height: 7px;
background: #444;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
border-radius: 7px;
}
.ie .option-group.radio label:after, .ie .option-group.radio label .after {
display: none;
border-radius: 0;
}
.ie .option-group.radio label.checked .after {
display: block;
border-radius: 7px;
}
.option-group.radio input[type=radio]:checked + label:before, .ie .option-group.radio label.checked .before {
background-color: #f5f5f5;
background-image: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#ffffff));
background-image: -webkit-linear-gradient(top, #efefef, #ffffff);
background-image: -moz-linear-gradient(top, #efefef, #ffffff);
background-image: -ms-linear-gradient(top, #efefef, #ffffff);
background-image: -o-linear-gradient(top, #efefef, #ffffff);
background-image: linear-gradient(top, #efefef, #ffffff);
-pie-background: linear-gradient(top, #efefef, #ffffff);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5);
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5);
}
/* -------------------- CHECK BOX STYLING ------------------------*/
.option-group input[type=checkbox] {
float: left;
clear: both;
opacity: 0;
outline: none;
}
.option-group.check label:before, .ie .option-group.check label .before {
content: '';
position: absolute;
top: -1px;
left: -30px;
width: 15px;
height: 15px;
background-color: #fff;
background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#efefef));
background-image: -webkit-linear-gradient(top, #ffffff, #efefef);
background-image: -moz-linear-gradient(top, #ffffff, #efefef);
background-image: -ms-linear-gradient(top, #ffffff, #efefef);
background-image: -o-linear-gradient(top, #ffffff, #efefef);
background-image: linear-gradient(top, #ffffff, #efefef);
-pie-background: linear-gradient(top, #ffffff, #efefef);
border: 1px solid #ccc;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
.ie .option-group.check label:before {
display: none;
}
.option-group.check input[type=checkbox]:checked + label:after, .ie .option-group.check label.checked .after {
content: '';
position: absolute;
top: 2px;
left: -24px;
width: 3px;
height: 8px;
border-bottom: 2px solid #444;
border-right: 2px solid #444;
-moz-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-o-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476, sizingMethod='auto expand');
zoom: 1;
}
.ie .option-group.check label.checked .after {
left: -26px;
}
.option-group.check input[type=checkbox]:checked + label:before, .ie .option-group.check label.checked .before {
background-color: #f5f5f5;
background-image: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#ffffff));
background-image: -webkit-linear-gradient(top, #efefef, #ffffff);
background-image: -moz-linear-gradient(top, #efefef, #ffffff);
background-image: -ms-linear-gradient(top, #efefef, #ffffff);
background-image: -o-linear-gradient(top, #efefef, #ffffff);
background-image: linear-gradient(top, #efefef, #ffffff);
-pie-background: linear-gradient(top, #efefef, #ffffff);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5);
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5);
}
/* -------------------- Accordion Menu Styling ------------------------*/
.accordion div.accordion-menu-header a,
#accordion div.accordion-menu-header a {
margin-left: 19px;
font-size: 16px;
color: #fff;
}
.accordion div.accordion-menu-header a:hover,
#accordion div.accordion-menu-header a:hover {
text-decoration: none;
}
.accordion div.accordion-menu-header,
#accordion div.accordion-menu-header {
background-color: #000;
margin-bottom: 1px;
padding-top: 3px;
padding-bottom: 3px;
}
/* -------------------- Search ------------------------*/
.websearchbar {
height: 54px;
}
.websearchtitle {
float: left;
}
.groupsearch {
width: 288px;
float: right;
}
.websearch-form {
position: relative;
display: inline-block;
zoom: 1;
*display: inline;
}
.websearch-form.frame {
padding: 4px;
border: 1px solid #D2D1D0;
background-color: #D2D1D0;
background-image: -webkit-gradient(linear, left top, left bottom, from(#F6F6F6), to(#D2D1D0));
background-image: -webkit-linear-gradient(top, #F6F6F6, #D2D1D0);
background-image: -moz-linear-gradient(top, #F6F6F6, #D2D1D0);
background-image: -ms-linear-gradient(top, #F6F6F6, #D2D1D0);
background-image: -o-linear-gradient(top, #F6F6F6, #D2D1D0);
background-image: linear-gradient(top, #F6F6F6, #D2D1D0);
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.7);
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.7);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.7);
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
}
.websearch-input {
width: 196px;
height: 20px;
padding: 6px 10px 6px 35px;
font: 14px 'Lucida Grande', Arial, Helvetica, sans-serif;
color: #333;
outline: none;
position: relative;
background: #fff url(../images/websearch-dark.jpg) 10px center no-repeat;
border: 1px solid #ccc;
-moz-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.5);
-webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.5);
box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.5);
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
}
.websearch-btn {
margin-left: 3px;
width: 32px;
height: 32px;
color: #fff;
font: bold 'Lucida Grande', Arial, Helvetica, sans-serif;
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
letter-spacing: 1px;
border: 1px solid #b9b9b9;
outline: none;
cursor: pointer;
position: relative;
background-color: #666;
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
}
.frame.nobtn .websearch-input {
width: 235px;
padding-left: 35px;
background: #fff url(../images/websearch-dark.jpg) 10px center no-repeat;
}
/*Footer
-------------------------------------------------------------- */
.footer {
float: left;
position: relative;
width: 960px;
color: #44484e;
padding: 20px 30px;
margin: 0 auto;
background: #fafafa;
}
.footer p {
font-size: 11px;
border-top: 2px dashed #d6d9dd;
padding: 30px 0;
}
.footer a {
color: #777c82;
}
.footer a.toplink {
color: #5798d1;
text-decoration: none;
}
.footer a.toplink:hover {
color: #111;
text-decoration: none;
background: #5798d1;
}
/* Exta Classes */
/* Must remain at the bottom of the stylesheet */
.clearfix:after {
clear: both;
content: ' ';
display: block;
font-size: 0;
line-height: 0;
visibility: hidden;
width: 0;
height: 0;
}
* html .clearfix {
height: 1%;
}
.login-form {
float: left;
width: 100%;
height: 2.2em;
background-color: #000;
font-size: 13px;
color: #cccccc;
}
.login-form a {
float: right;
width: 9.5em;
margin-top: 1.1em;
}
.login-form span {
float: right;
width: 9.5em;
margin-top: 1.1em;
color: #fff;
}
.logo-pos {
float: left;
}
ul.social-network {
float: left;
list-style: none;
margin: 0;
width: 100%;
padding-top: 20px;
padding-bottom: 20px;
}
ul.social-network li {
margin: 10px 0;
padding: 20px;
list-style: none;
position: relative;
display: inline;
}
/* THE END */ | 0.30715 | 0.061537 |
@font-face {
font-family:SF Pro Text;font-weight:400;font-display:swap;src:local(".SFProText-Regular"),url(./SF-Pro-Text-Regular.woff) format("woff")
}
@font-face {
font-family:SF Pro Text;font-weight:500;font-display:swap;src:local(".SFProText-Medium"),url(./SF-Pro-Text-Medium.woff) format("woff")
}
@font-face {
font-family:SF Pro Display;font-weight:400;font-display:swap;src:local(".SFProDisplay-Regular"),url(./SF-Pro-Display-Regular.woff) format("woff")
}
@font-face {
font-family:SF Pro Display;font-weight:500;font-display:swap;src:local(".SFProDisplay-Medium"),url(./SF-Pro-Display-Medium.woff) format("woff")
}
body {
font-family: SF Pro Text,Helvetica Neue,Helvetica,Arial,sans-serif;
color: #333;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale
}[dir=ltr] body.rtl,[dir=rtl] body.rtl,body.rtl {
direction: rtl
}
body.ja-jp,body.zh-cn,body.zh-tw {
font-family: SF Pro Text,Helvetica Neue,sans-serif
}
.badge-af {
background-size: 129px 45px;
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/af_generic_rgb_wo_45.png)
}
.badge-af,.badge-ar {
background-repeat: no-repeat;
background-position: 0 0
}
.badge-ar {
background-size: 130px 45px;
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/ar_generic_rgb_wo_45.png)
}
.badge-be {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/be_generic_rgb_wo_45.png)
}
.badge-be,.badge-bg {
background-size: 129px 45px;
background-repeat: no-repeat;
background-position: 0 0
}
.badge-bg {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/bg_generic_rgb_wo_45.png)
}
.badge-ca {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/ca_generic_rgb_wo_45.png)
}
.badge-ca,.badge-zh-cn {
background-size: 129px 45px;
background-repeat: no-repeat;
background-position: 0 0
}
.badge-zh-cn {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/zh-cn_generic_rgb_wo_45.png)
}
.badge-zh-hk {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/zh-hk_generic_rgb_wo_45.png)
}
.badge-zh-hk,.badge-zh-tw {
background-size: 129px 45px;
background-repeat: no-repeat;
background-position: 0 0
}
.badge-zh-tw {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/zh-tw_generic_rgb_wo_45.png)
}
.badge-hr {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/hr_generic_rgb_wo_45.png)
}
.badge-cs,.badge-hr {
background-size: 129px 45px;
background-repeat: no-repeat;
background-position: 0 0
}
.badge-cs {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/cs_generic_rgb_wo_45.png)
}
.badge-da {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/da_generic_rgb_wo_45.png)
}
.badge-da,.badge-nl {
background-size: 129px 45px;
background-repeat: no-repeat;
background-position: 0 0
}
.badge-nl {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/nl_generic_rgb_wo_45.png)
}
.badge-et {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/et_generic_rgb_wo_45.png)
}
.badge-et,.badge-fa {
background-size: 129px 45px;
background-repeat: no-repeat;
background-position: 0 0
}
.badge-fa {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/fa_generic_rgb_wo_45.png)
}
.badge-fil {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/fil_generic_rgb_wo_45.png)
}
.badge-fi,.badge-fil {
background-size: 129px 45px;
background-repeat: no-repeat;
background-position: 0 0
}
.badge-fi {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/fi_generic_rgb_wo_45.png)
}
.badge-fr {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/fr_generic_rgb_wo_45.png)
}
.badge-de,.badge-fr {
background-size: 129px 45px;
background-repeat: no-repeat;
background-position: 0 0
}
.badge-de {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/de_generic_rgb_wo_45.png)
}
.badge-el {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/el_generic_rgb_wo_45.png)
}
.badge-el,.badge-en {
background-size: 129px 45px;
background-repeat: no-repeat;
background-position: 0 0
}
.badge-en {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/en_generic_rgb_wo_45.png)
}
.badge-hu {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/hu_generic_rgb_wo_45.png)
}
.badge-hu,.badge-id-in {
background-size: 129px 45px;
background-repeat: no-repeat;
background-position: 0 0
}
.badge-id-in {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/id-in_generic_rgb_wo_45.png)
}
.badge-it {
background-size: 129px 45px;
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/it_generic_rgb_wo_45.png)
}
.badge-it,.badge-ja {
background-repeat: no-repeat;
background-position: 0 0
}
.badge-ja {
background-size: 130px 45px;
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/ja_generic_rgb_wo_45.png)
}
.badge-ko {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/ko_generic_rgb_wo_45.png)
}
.badge-ko,.badge-lv {
background-size: 129px 45px;
background-repeat: no-repeat;
background-position: 0 0
}
.badge-lv {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/lv_generic_rgb_wo_45.png)
}
.badge-lt {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/lt_generic_rgb_wo_45.png)
}
.badge-lt,.badge-ms {
background-size: 129px 45px;
background-repeat: no-repeat;
background-position: 0 0
}
.badge-ms {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/ms_generic_rgb_wo_45.png)
}
.badge-no {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/no_generic_rgb_wo_45.png)
}
.badge-no,.badge-pl {
background-size: 129px 45px;
background-repeat: no-repeat;
background-position: 0 0
}
.badge-pl {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/pl_generic_rgb_wo_45.png)
}
.badge-pt-br {
background-size: 130px 45px;
background-repeat: no-repeat;
background-position: 0 0;
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/pt-br_generic_rgb_wo_45.png)
}
.badge-pt-pt {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/pt-pt_generic_rgb_wo_45.png)
}
.badge-pt-pt,.badge-ro {
background-size: 129px 45px;
background-repeat: no-repeat;
background-position: 0 0
}
.badge-ro {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/ro_generic_rgb_wo_45.png)
}
.badge-ru {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/ru_generic_rgb_wo_45.png)
}
.badge-ru,.badge-sr {
background-size: 129px 45px;
background-repeat: no-repeat;
background-position: 0 0
}
.badge-sr {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/sr_generic_rgb_wo_45.png)
}
.badge-sk {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/sk_generic_rgb_wo_45.png)
}
.badge-sk,.badge-sl {
background-size: 129px 45px;
background-repeat: no-repeat;
background-position: 0 0
}
.badge-sl {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/sl_generic_rgb_wo_45.png)
}
.badge-es {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/es_generic_rgb_wo_45.png)
}
.badge-es,.badge-es-419 {
background-size: 129px 45px;
background-repeat: no-repeat;
background-position: 0 0
}
.badge-es-419 {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/es-419_generic_rgb_wo_45.png)
}
.badge-sv {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/sv_generic_rgb_wo_45.png)
}
.badge-sv,.badge-sw {
background-size: 129px 45px;
background-repeat: no-repeat;
background-position: 0 0
}
.badge-sw {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/sw_generic_rgb_wo_45.png)
}
.badge-th {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/th_generic_rgb_wo_45.png)
}
.badge-th,.badge-tr {
background-size: 129px 45px;
background-repeat: no-repeat;
background-position: 0 0
}
.badge-tr {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/tr_generic_rgb_wo_45.png)
}
.badge-uk {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/uk_generic_rgb_wo_45.png)
}
.badge-uk,.badge-vi {
background-size: 129px 45px;
background-repeat: no-repeat;
background-position: 0 0
}
.badge-vi {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/vi_generic_rgb_wo_45.png)
}
.badge-zu {
background-size: 129px 45px;
background-repeat: no-repeat;
background-position: 0 0;
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/zu_generic_rgb_wo_45.png)
}
.footer {
background-size: 736px 44px;
background-image: url(./images/footer_gradient_web.png);
margin: 0 auto;
max-width: 736px;
height: 44px;
color: #727272
}
.footer,.footer .footer-icloud {
background-repeat: no-repeat;
background-position: 0 0;
position: relative
}
.footer .footer-icloud {
background-size: 81px 22px;
background-image: url(./images/wx_footer_signoff.png);
height: 22px;
width: 81px;
margin: 10px auto;
top: 15px
}
.footer .copyright {
position: relative;
top: 14px;
padding-bottom: 50px;
font-size: 11px;
line-height: 15px;
text-align: center
}
.privacy,.terms {
padding-left: 4px
}
.bar-after {
display: inline-block;
padding-right: 4px
}
.bar-after :after {
background: #e5e5e5;
width: 1px;
content: "";
display: inline-block;
position: absolute;
height: 12px;
margin-top: 2px;
margin-left: 3px
}
.copyright-dir {
display: inline-block;
margin-right: 4px
}
.copyright-dir,[dir=ltr] .copyright-dir,[dir=rtl] .copyright-dir {
direction: ltr
}
body.rtl .privacy,body.rtl .terms {
padding-right: 4px;
padding-left: 0
}
body.rtl .bar-after {
padding-left: 4px;
padding-right: 0
}
body.rtl .bar-after :after {
margin-right: 3px;
margin-left: 0
}
body.rtl .copyright-dir {
margin-right: 0;
margin-left: 4px
}
@media only screen and (max-device-width:568px) {
.main {
width: 100%
}
.main .icon-container {
margin: 18px auto 28px;
max-width: 100%
}
.main .icon-container .description {
font-size: 15px
}
#content-container {
padding: 0 10px
}
.text-message {
font-size: 25px
}
.footer {
background-size: 320px 36px;
background-repeat: no-repeat;
background-position: 0 0;
background-image: url(./images/footer_gradient_iphone.png);
width: 320px;
height: 36px
}
.subscription-text {
width: 100%
}
}
@media only screen and (min-device-width:600px) and (max-device-width:800px) {
.footer {
background-size: 580px 44px;
background-repeat: no-repeat;
background-position: 0 0;
background-image: url(./images/gradient_footer_580.png);
max-width: 580px;
height: 44px
}
}
.spinner-32px-f3f5f5 {
width: 32px;
height: 32px;
background-repeat: no-repeat;
background-size: 32px 32px;
background-image: url(./images/spinner_32px_f3f5f5.gif);
background-position: 0 0
}
@media (-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(min-resolution:1.5dppx) {
.spinner-32px-f3f5f5 {
background-position: 0 0;
background-repeat: no-repeat;
background-image: url(./images/spinner_32px_f3f5f5@2x.gif);
background-size: 32px 32px
}
}
.app-button {
position: relative
}
.app-button>.left {
background-position: 0 0;
background-repeat: no-repeat;
left: 0;
width: 16px
}
.app-button>.left,.app-button>.middle {
background-image: url(./images/btn_more.png);
background-size: 244px 43px;
top: 0;
bottom: 0;
position: absolute
}
.app-button>.middle {
background-position: -16px 0;
background-repeat: repeat-x;
left: 16px;
right: 40px
}
.app-button>.right {
background-image: url(./images/btn_more.png);
background-size: 244px 43px;
background-position: -204px 0;
background-repeat: no-repeat;
top: 0;
right: 0;
bottom: 0;
width: 40px;
position: absolute
}
.app-button .label {
position: relative;
text-align: center;
padding-right: 40px;
padding-left: 10px;
width: auto
}
.app-button .label a {
text-decoration: none
}
body.rtl .app-button {
background-size: 244px 43px;
background-repeat: no-repeat;
background-image: url(./images/btn_more_rtl.png);
background-position: 40px 16px
}
body.rtl .app-button .label {
padding-right: 10px;
padding-left: 40px
}
a.underline {
text-decoration: none;
color: #0169d9
}
a.underline:hover {
color: rgba(1,105,217,.8)
}
a.underline:active {
color: #015dc0
}
hr {
height: 1px;
border: 0;
background-color: #f2f2f2;
margin: 18px 0
}
.medium {
font-weight: 500
}
.hidden {
display: none
}
.visible {
display: block
}
#content-container,#loading-text {
margin-top: 28px;
margin-bottom: 31px
}
.icon-container {
margin: 56px auto 32px;
position: relative;
max-width: 540px
}
.text-message {
font-size: 27px;
text-shadow: none;
text-align: center;
line-height: 1.3
}
.button-div {
position: relative;
margin-top: 20px;
margin-bottom: 20px
}
.button-div a.button-message {
text-decoration: none;
font-size: 15px;
font-weight: 500;
color: #000;
line-height: 43px;
display: table;
margin: 0 auto
}
.main {
margin-left: auto;
margin-right: auto;
width: 736px;
min-height: 360px
}
.header-title {
font-family: SF Pro Display,Helvetica Neue,Helvetica,Arial,sans-serif;
line-height: 35px;
margin-bottom: 14px
}
.description,.header-title {
text-shadow: none;
text-align: center
}
.description {
font-size: 15px;
line-height: 1.3;
position: relative;
margin: 0 auto;
max-width: 470px
}
.subscription {
text-align: left
}
.rtl .subscription {
text-align: right
}
.subscription-text {
position: relative;
margin: 21px auto;
color: #666;
display: table;
font-size: 13px;
line-height: 18px;
width: 400px
}
ul.instructions {
margin: 0 10px;
padding: 5px 10px
}
.check-30 {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/exlarge_29x30_accepted.png)
}
.check-30,.exclamation-30 {
width: 29px;
height: 30px;
background-size: 29px 30px;
background-repeat: no-repeat;
background-position: 0 0
}
.exclamation-30 {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/exlarge_29x30_invalid.png)
}
@media only screen and (min-device-width:320px) and (max-device-width:480px) {
.main {
width: 100%
}
.main .text-message {
font-size: 25px
}
.main .header-title {
margin-bottom: 12px
}
.main .body-message {
padding: 0 0 0 20px;
max-width: 296px
}
.main .subscription-text {
font-size: 12px;
width: unset;
max-width: 470px
}
body.rtl .body-message {
padding: 0 20px 0 0;
text-align: right
}
}
body {
padding: 0;
margin: 0
}
main {
padding: 2em
}
main #loading {
margin-top: 2em;
text-align: center
}
main #loading .spinner-32px-f3f5f5 {
width: 32px;
height: 32px;
background-position: 0 0;
background-repeat: no-repeat;
background-size: 32px 32px;
background-image: url(./images/spinner_32px_f3f5f5.gif);
vertical-align: middle;
display: inline-block;
float: none
}
main #loading .text {
vertical-align: middle
}
main #shortcut-container {
text-align: center
}
@media only screen and (min-height:600px) {
main #shortcut-container {
margin-top: 3em
}
}
@media only screen and (min-height:900px) {
main #shortcut-container {
margin-top: 6em
}
}
main #shortcut-icon {
width: 60px;
height: 60px;
box-shadow: 0 4px 8px 0 rgba(0,0,0,.14);
border-radius: 15px
}
main #shortcut-name {
font-size: 34px;
color: #000;
letter-spacing: -.82px
}
main #shortcut-description {
font-size: 17px;
color: #36393e;
text-align: center;
line-height: 22px;
font-weight: 400
}
footer {
position: fixed;
bottom: 0;
left: 0;
right: 0;
background: #fff
}
footer #shortcut-links {
text-align: center;
margin-top: 2em;
margin-bottom: 2em
}
@media only screen and (max-height:600px) {
footer #shortcut-links {
margin-top: 1em;
margin-bottom: 1em
}
}
footer #shortcut-links a {
max-width: 200px;
text-decoration: none;
padding: 10px;
margin: 1em auto;
border-radius: 8px;
color: #007aff;
-webkit-transition-property: -webkit-transform;
transition-property: -webkit-transform;
transition-property: transform;
transition-property: transform,-webkit-transform;
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
-webkit-transition-duration: .2s;
transition-duration: .2s;
-webkit-tap-highlight-color: transparent
}
footer #shortcut-links a:not(.hidden) {
display: block
}
footer #shortcut-links a.primary {
background: #0169d9;
color: #fff
}
footer #shortcut-links a.primary:hover {
background: rgba(1,105,217,.9)
}
footer #shortcut-links a.primary:active {
background: #015dc0;
-webkit-transform: scale(.95);
transform: scale(.95)
}
footer .footer {
height: 84px
}
footer .footer .copyright {
padding: 0 20px
}
@media (-webkit-min-device-pixel-ratio:1.3),(-webkit-min-device-pixel-ratio:1.30),(min-resolution:124.80dpi) {
.badge-af {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/af_generic_rgb_wo_45@2x.png)
}
.badge-ar {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/ar_generic_rgb_wo_45@2x.png)
}
.badge-be {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/be_generic_rgb_wo_45@2x.png)
}
.badge-bg {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/bg_generic_rgb_wo_45@2x.png)
}
.badge-ca {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/ca_generic_rgb_wo_45@2x.png)
}
.badge-zh-cn {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/zh-cn_generic_rgb_wo_45@2x.png)
}
.badge-zh-hk {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/zh-hk_generic_rgb_wo_45@2x.png)
}
.badge-zh-tw {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/zh-tw_generic_rgb_wo_45@2x.png)
}
.badge-hr {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/hr_generic_rgb_wo_45@2x.png)
}
.badge-cs {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/cs_generic_rgb_wo_45@2x.png)
}
.badge-da {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/da_generic_rgb_wo_45@2x.png)
}
.badge-nl {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/nl_generic_rgb_wo_45@2x.png)
}
.badge-et {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/et_generic_rgb_wo_45@2x.png)
}
.badge-fa {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/fa_generic_rgb_wo_45@2x.png)
}
.badge-fil {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/fil_generic_rgb_wo_45@2x.png)
}
.badge-fi {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/fi_generic_rgb_wo_45@2x.png)
}
.badge-fr {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/fr_generic_rgb_wo_45@2x.png)
}
.badge-de {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/de_generic_rgb_wo_45@2x.png)
}
.badge-el {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/el_generic_rgb_wo_45@2x.png)
}
.badge-en {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/en_generic_rgb_wo_45@2x.png)
}
.badge-hu {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/hu_generic_rgb_wo_45@2x.png)
}
.badge-id-in {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/id-in_generic_rgb_wo_45@2x.png)
}
.badge-it {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/it_generic_rgb_wo_45@2x.png)
}
.badge-ja {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/ja_generic_rgb_wo_45@2x.png)
}
.badge-ko {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/ko_generic_rgb_wo_45@2x.png)
}
.badge-lv {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/lv_generic_rgb_wo_45@2x.png)
}
.badge-lt {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/lt_generic_rgb_wo_45@2x.png)
}
.badge-ms {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/ms_generic_rgb_wo_45@2x.png)
}
.badge-no {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/no_generic_rgb_wo_45@2x.png)
}
.badge-pl {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/pl_generic_rgb_wo_45@2x.png)
}
.badge-pt-br {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/pt-br_generic_rgb_wo_45@2x.png)
}
.badge-pt-pt {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/pt-pt_generic_rgb_wo_45@2x.png)
}
.badge-ro {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/ro_generic_rgb_wo_45@2x.png)
}
.badge-ru {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/ru_generic_rgb_wo_45@2x.png)
}
.badge-sr {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/sr_generic_rgb_wo_45@2x.png)
}
.badge-sk {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/sk_generic_rgb_wo_45@2x.png)
}
.badge-sl {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/sl_generic_rgb_wo_45@2x.png)
}
.badge-es {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/es_generic_rgb_wo_45@2x.png)
}
.badge-es-419 {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/es-419_generic_rgb_wo_45@2x.png)
}
.badge-sv {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/sv_generic_rgb_wo_45@2x.png)
}
.badge-sw {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/sw_generic_rgb_wo_45@2x.png)
}
.badge-th {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/th_generic_rgb_wo_45@2x.png)
}
.badge-tr {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/tr_generic_rgb_wo_45@2x.png)
}
.badge-uk {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/uk_generic_rgb_wo_45@2x.png)
}
.badge-vi {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/vi_generic_rgb_wo_45@2x.png)
}
.badge-zu {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/zu_generic_rgb_wo_45@2x.png)
}
.footer {
background-image: url(./images/footer_gradient_web@2x.png)
}
.footer .footer-icloud {
background-image: url(./images/wx_footer_signoff@2x.png)
} @media only screen and (max-device-width:568px) {
.footer{background-image: url(./images/footer_gradient_iphone@2x.png)
}
}
@media only screen and (min-device-width:600px) and (max-device-width:800px) {
.footer {
background-image: url(./images/gradient_footer_580@2x.png)
}
}
.spinner-32px-f3f5f5 {
background-image: url(./images/spinner_32px_f3f5f5@2x.gif)
}
@media (-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(min-resolution:1.5dppx) {
.spinner-32px-f3f5f5 {
background-image: url(./images/spinner_32px_f3f5f5@2x.gif)
}
}
.app-button>.left,.app-button>.middle,.app-button>.right {
background-image: url(./images/btn_more@2x.png)
}
body.rtl .app-button {
background-image: url(./images/btn_more_rtl@2x.png)
}
.check-30 {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/exlarge_29x30_accepted@2x.png)
}
.exclamation-30 {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/exlarge_29x30_invalid@2x.png)
}
main #loading .spinner-32px-f3f5f5 {
background-image: url(./images/spinner_32px_f3f5f5@2x.gif)
}} | docs/assets/styles.css | @font-face {
font-family:SF Pro Text;font-weight:400;font-display:swap;src:local(".SFProText-Regular"),url(./SF-Pro-Text-Regular.woff) format("woff")
}
@font-face {
font-family:SF Pro Text;font-weight:500;font-display:swap;src:local(".SFProText-Medium"),url(./SF-Pro-Text-Medium.woff) format("woff")
}
@font-face {
font-family:SF Pro Display;font-weight:400;font-display:swap;src:local(".SFProDisplay-Regular"),url(./SF-Pro-Display-Regular.woff) format("woff")
}
@font-face {
font-family:SF Pro Display;font-weight:500;font-display:swap;src:local(".SFProDisplay-Medium"),url(./SF-Pro-Display-Medium.woff) format("woff")
}
body {
font-family: SF Pro Text,Helvetica Neue,Helvetica,Arial,sans-serif;
color: #333;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale
}[dir=ltr] body.rtl,[dir=rtl] body.rtl,body.rtl {
direction: rtl
}
body.ja-jp,body.zh-cn,body.zh-tw {
font-family: SF Pro Text,Helvetica Neue,sans-serif
}
.badge-af {
background-size: 129px 45px;
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/af_generic_rgb_wo_45.png)
}
.badge-af,.badge-ar {
background-repeat: no-repeat;
background-position: 0 0
}
.badge-ar {
background-size: 130px 45px;
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/ar_generic_rgb_wo_45.png)
}
.badge-be {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/be_generic_rgb_wo_45.png)
}
.badge-be,.badge-bg {
background-size: 129px 45px;
background-repeat: no-repeat;
background-position: 0 0
}
.badge-bg {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/bg_generic_rgb_wo_45.png)
}
.badge-ca {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/ca_generic_rgb_wo_45.png)
}
.badge-ca,.badge-zh-cn {
background-size: 129px 45px;
background-repeat: no-repeat;
background-position: 0 0
}
.badge-zh-cn {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/zh-cn_generic_rgb_wo_45.png)
}
.badge-zh-hk {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/zh-hk_generic_rgb_wo_45.png)
}
.badge-zh-hk,.badge-zh-tw {
background-size: 129px 45px;
background-repeat: no-repeat;
background-position: 0 0
}
.badge-zh-tw {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/zh-tw_generic_rgb_wo_45.png)
}
.badge-hr {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/hr_generic_rgb_wo_45.png)
}
.badge-cs,.badge-hr {
background-size: 129px 45px;
background-repeat: no-repeat;
background-position: 0 0
}
.badge-cs {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/cs_generic_rgb_wo_45.png)
}
.badge-da {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/da_generic_rgb_wo_45.png)
}
.badge-da,.badge-nl {
background-size: 129px 45px;
background-repeat: no-repeat;
background-position: 0 0
}
.badge-nl {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/nl_generic_rgb_wo_45.png)
}
.badge-et {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/et_generic_rgb_wo_45.png)
}
.badge-et,.badge-fa {
background-size: 129px 45px;
background-repeat: no-repeat;
background-position: 0 0
}
.badge-fa {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/fa_generic_rgb_wo_45.png)
}
.badge-fil {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/fil_generic_rgb_wo_45.png)
}
.badge-fi,.badge-fil {
background-size: 129px 45px;
background-repeat: no-repeat;
background-position: 0 0
}
.badge-fi {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/fi_generic_rgb_wo_45.png)
}
.badge-fr {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/fr_generic_rgb_wo_45.png)
}
.badge-de,.badge-fr {
background-size: 129px 45px;
background-repeat: no-repeat;
background-position: 0 0
}
.badge-de {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/de_generic_rgb_wo_45.png)
}
.badge-el {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/el_generic_rgb_wo_45.png)
}
.badge-el,.badge-en {
background-size: 129px 45px;
background-repeat: no-repeat;
background-position: 0 0
}
.badge-en {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/en_generic_rgb_wo_45.png)
}
.badge-hu {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/hu_generic_rgb_wo_45.png)
}
.badge-hu,.badge-id-in {
background-size: 129px 45px;
background-repeat: no-repeat;
background-position: 0 0
}
.badge-id-in {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/id-in_generic_rgb_wo_45.png)
}
.badge-it {
background-size: 129px 45px;
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/it_generic_rgb_wo_45.png)
}
.badge-it,.badge-ja {
background-repeat: no-repeat;
background-position: 0 0
}
.badge-ja {
background-size: 130px 45px;
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/ja_generic_rgb_wo_45.png)
}
.badge-ko {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/ko_generic_rgb_wo_45.png)
}
.badge-ko,.badge-lv {
background-size: 129px 45px;
background-repeat: no-repeat;
background-position: 0 0
}
.badge-lv {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/lv_generic_rgb_wo_45.png)
}
.badge-lt {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/lt_generic_rgb_wo_45.png)
}
.badge-lt,.badge-ms {
background-size: 129px 45px;
background-repeat: no-repeat;
background-position: 0 0
}
.badge-ms {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/ms_generic_rgb_wo_45.png)
}
.badge-no {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/no_generic_rgb_wo_45.png)
}
.badge-no,.badge-pl {
background-size: 129px 45px;
background-repeat: no-repeat;
background-position: 0 0
}
.badge-pl {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/pl_generic_rgb_wo_45.png)
}
.badge-pt-br {
background-size: 130px 45px;
background-repeat: no-repeat;
background-position: 0 0;
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/pt-br_generic_rgb_wo_45.png)
}
.badge-pt-pt {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/pt-pt_generic_rgb_wo_45.png)
}
.badge-pt-pt,.badge-ro {
background-size: 129px 45px;
background-repeat: no-repeat;
background-position: 0 0
}
.badge-ro {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/ro_generic_rgb_wo_45.png)
}
.badge-ru {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/ru_generic_rgb_wo_45.png)
}
.badge-ru,.badge-sr {
background-size: 129px 45px;
background-repeat: no-repeat;
background-position: 0 0
}
.badge-sr {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/sr_generic_rgb_wo_45.png)
}
.badge-sk {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/sk_generic_rgb_wo_45.png)
}
.badge-sk,.badge-sl {
background-size: 129px 45px;
background-repeat: no-repeat;
background-position: 0 0
}
.badge-sl {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/sl_generic_rgb_wo_45.png)
}
.badge-es {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/es_generic_rgb_wo_45.png)
}
.badge-es,.badge-es-419 {
background-size: 129px 45px;
background-repeat: no-repeat;
background-position: 0 0
}
.badge-es-419 {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/es-419_generic_rgb_wo_45.png)
}
.badge-sv {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/sv_generic_rgb_wo_45.png)
}
.badge-sv,.badge-sw {
background-size: 129px 45px;
background-repeat: no-repeat;
background-position: 0 0
}
.badge-sw {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/sw_generic_rgb_wo_45.png)
}
.badge-th {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/th_generic_rgb_wo_45.png)
}
.badge-th,.badge-tr {
background-size: 129px 45px;
background-repeat: no-repeat;
background-position: 0 0
}
.badge-tr {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/tr_generic_rgb_wo_45.png)
}
.badge-uk {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/uk_generic_rgb_wo_45.png)
}
.badge-uk,.badge-vi {
background-size: 129px 45px;
background-repeat: no-repeat;
background-position: 0 0
}
.badge-vi {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/vi_generic_rgb_wo_45.png)
}
.badge-zu {
background-size: 129px 45px;
background-repeat: no-repeat;
background-position: 0 0;
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/zu_generic_rgb_wo_45.png)
}
.footer {
background-size: 736px 44px;
background-image: url(./images/footer_gradient_web.png);
margin: 0 auto;
max-width: 736px;
height: 44px;
color: #727272
}
.footer,.footer .footer-icloud {
background-repeat: no-repeat;
background-position: 0 0;
position: relative
}
.footer .footer-icloud {
background-size: 81px 22px;
background-image: url(./images/wx_footer_signoff.png);
height: 22px;
width: 81px;
margin: 10px auto;
top: 15px
}
.footer .copyright {
position: relative;
top: 14px;
padding-bottom: 50px;
font-size: 11px;
line-height: 15px;
text-align: center
}
.privacy,.terms {
padding-left: 4px
}
.bar-after {
display: inline-block;
padding-right: 4px
}
.bar-after :after {
background: #e5e5e5;
width: 1px;
content: "";
display: inline-block;
position: absolute;
height: 12px;
margin-top: 2px;
margin-left: 3px
}
.copyright-dir {
display: inline-block;
margin-right: 4px
}
.copyright-dir,[dir=ltr] .copyright-dir,[dir=rtl] .copyright-dir {
direction: ltr
}
body.rtl .privacy,body.rtl .terms {
padding-right: 4px;
padding-left: 0
}
body.rtl .bar-after {
padding-left: 4px;
padding-right: 0
}
body.rtl .bar-after :after {
margin-right: 3px;
margin-left: 0
}
body.rtl .copyright-dir {
margin-right: 0;
margin-left: 4px
}
@media only screen and (max-device-width:568px) {
.main {
width: 100%
}
.main .icon-container {
margin: 18px auto 28px;
max-width: 100%
}
.main .icon-container .description {
font-size: 15px
}
#content-container {
padding: 0 10px
}
.text-message {
font-size: 25px
}
.footer {
background-size: 320px 36px;
background-repeat: no-repeat;
background-position: 0 0;
background-image: url(./images/footer_gradient_iphone.png);
width: 320px;
height: 36px
}
.subscription-text {
width: 100%
}
}
@media only screen and (min-device-width:600px) and (max-device-width:800px) {
.footer {
background-size: 580px 44px;
background-repeat: no-repeat;
background-position: 0 0;
background-image: url(./images/gradient_footer_580.png);
max-width: 580px;
height: 44px
}
}
.spinner-32px-f3f5f5 {
width: 32px;
height: 32px;
background-repeat: no-repeat;
background-size: 32px 32px;
background-image: url(./images/spinner_32px_f3f5f5.gif);
background-position: 0 0
}
@media (-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(min-resolution:1.5dppx) {
.spinner-32px-f3f5f5 {
background-position: 0 0;
background-repeat: no-repeat;
background-image: url(./images/spinner_32px_f3f5f5@2x.gif);
background-size: 32px 32px
}
}
.app-button {
position: relative
}
.app-button>.left {
background-position: 0 0;
background-repeat: no-repeat;
left: 0;
width: 16px
}
.app-button>.left,.app-button>.middle {
background-image: url(./images/btn_more.png);
background-size: 244px 43px;
top: 0;
bottom: 0;
position: absolute
}
.app-button>.middle {
background-position: -16px 0;
background-repeat: repeat-x;
left: 16px;
right: 40px
}
.app-button>.right {
background-image: url(./images/btn_more.png);
background-size: 244px 43px;
background-position: -204px 0;
background-repeat: no-repeat;
top: 0;
right: 0;
bottom: 0;
width: 40px;
position: absolute
}
.app-button .label {
position: relative;
text-align: center;
padding-right: 40px;
padding-left: 10px;
width: auto
}
.app-button .label a {
text-decoration: none
}
body.rtl .app-button {
background-size: 244px 43px;
background-repeat: no-repeat;
background-image: url(./images/btn_more_rtl.png);
background-position: 40px 16px
}
body.rtl .app-button .label {
padding-right: 10px;
padding-left: 40px
}
a.underline {
text-decoration: none;
color: #0169d9
}
a.underline:hover {
color: rgba(1,105,217,.8)
}
a.underline:active {
color: #015dc0
}
hr {
height: 1px;
border: 0;
background-color: #f2f2f2;
margin: 18px 0
}
.medium {
font-weight: 500
}
.hidden {
display: none
}
.visible {
display: block
}
#content-container,#loading-text {
margin-top: 28px;
margin-bottom: 31px
}
.icon-container {
margin: 56px auto 32px;
position: relative;
max-width: 540px
}
.text-message {
font-size: 27px;
text-shadow: none;
text-align: center;
line-height: 1.3
}
.button-div {
position: relative;
margin-top: 20px;
margin-bottom: 20px
}
.button-div a.button-message {
text-decoration: none;
font-size: 15px;
font-weight: 500;
color: #000;
line-height: 43px;
display: table;
margin: 0 auto
}
.main {
margin-left: auto;
margin-right: auto;
width: 736px;
min-height: 360px
}
.header-title {
font-family: SF Pro Display,Helvetica Neue,Helvetica,Arial,sans-serif;
line-height: 35px;
margin-bottom: 14px
}
.description,.header-title {
text-shadow: none;
text-align: center
}
.description {
font-size: 15px;
line-height: 1.3;
position: relative;
margin: 0 auto;
max-width: 470px
}
.subscription {
text-align: left
}
.rtl .subscription {
text-align: right
}
.subscription-text {
position: relative;
margin: 21px auto;
color: #666;
display: table;
font-size: 13px;
line-height: 18px;
width: 400px
}
ul.instructions {
margin: 0 10px;
padding: 5px 10px
}
.check-30 {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/exlarge_29x30_accepted.png)
}
.check-30,.exclamation-30 {
width: 29px;
height: 30px;
background-size: 29px 30px;
background-repeat: no-repeat;
background-position: 0 0
}
.exclamation-30 {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/exlarge_29x30_invalid.png)
}
@media only screen and (min-device-width:320px) and (max-device-width:480px) {
.main {
width: 100%
}
.main .text-message {
font-size: 25px
}
.main .header-title {
margin-bottom: 12px
}
.main .body-message {
padding: 0 0 0 20px;
max-width: 296px
}
.main .subscription-text {
font-size: 12px;
width: unset;
max-width: 470px
}
body.rtl .body-message {
padding: 0 20px 0 0;
text-align: right
}
}
body {
padding: 0;
margin: 0
}
main {
padding: 2em
}
main #loading {
margin-top: 2em;
text-align: center
}
main #loading .spinner-32px-f3f5f5 {
width: 32px;
height: 32px;
background-position: 0 0;
background-repeat: no-repeat;
background-size: 32px 32px;
background-image: url(./images/spinner_32px_f3f5f5.gif);
vertical-align: middle;
display: inline-block;
float: none
}
main #loading .text {
vertical-align: middle
}
main #shortcut-container {
text-align: center
}
@media only screen and (min-height:600px) {
main #shortcut-container {
margin-top: 3em
}
}
@media only screen and (min-height:900px) {
main #shortcut-container {
margin-top: 6em
}
}
main #shortcut-icon {
width: 60px;
height: 60px;
box-shadow: 0 4px 8px 0 rgba(0,0,0,.14);
border-radius: 15px
}
main #shortcut-name {
font-size: 34px;
color: #000;
letter-spacing: -.82px
}
main #shortcut-description {
font-size: 17px;
color: #36393e;
text-align: center;
line-height: 22px;
font-weight: 400
}
footer {
position: fixed;
bottom: 0;
left: 0;
right: 0;
background: #fff
}
footer #shortcut-links {
text-align: center;
margin-top: 2em;
margin-bottom: 2em
}
@media only screen and (max-height:600px) {
footer #shortcut-links {
margin-top: 1em;
margin-bottom: 1em
}
}
footer #shortcut-links a {
max-width: 200px;
text-decoration: none;
padding: 10px;
margin: 1em auto;
border-radius: 8px;
color: #007aff;
-webkit-transition-property: -webkit-transform;
transition-property: -webkit-transform;
transition-property: transform;
transition-property: transform,-webkit-transform;
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
-webkit-transition-duration: .2s;
transition-duration: .2s;
-webkit-tap-highlight-color: transparent
}
footer #shortcut-links a:not(.hidden) {
display: block
}
footer #shortcut-links a.primary {
background: #0169d9;
color: #fff
}
footer #shortcut-links a.primary:hover {
background: rgba(1,105,217,.9)
}
footer #shortcut-links a.primary:active {
background: #015dc0;
-webkit-transform: scale(.95);
transform: scale(.95)
}
footer .footer {
height: 84px
}
footer .footer .copyright {
padding: 0 20px
}
@media (-webkit-min-device-pixel-ratio:1.3),(-webkit-min-device-pixel-ratio:1.30),(min-resolution:124.80dpi) {
.badge-af {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/af_generic_rgb_wo_45@2x.png)
}
.badge-ar {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/ar_generic_rgb_wo_45@2x.png)
}
.badge-be {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/be_generic_rgb_wo_45@2x.png)
}
.badge-bg {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/bg_generic_rgb_wo_45@2x.png)
}
.badge-ca {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/ca_generic_rgb_wo_45@2x.png)
}
.badge-zh-cn {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/zh-cn_generic_rgb_wo_45@2x.png)
}
.badge-zh-hk {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/zh-hk_generic_rgb_wo_45@2x.png)
}
.badge-zh-tw {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/zh-tw_generic_rgb_wo_45@2x.png)
}
.badge-hr {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/hr_generic_rgb_wo_45@2x.png)
}
.badge-cs {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/cs_generic_rgb_wo_45@2x.png)
}
.badge-da {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/da_generic_rgb_wo_45@2x.png)
}
.badge-nl {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/nl_generic_rgb_wo_45@2x.png)
}
.badge-et {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/et_generic_rgb_wo_45@2x.png)
}
.badge-fa {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/fa_generic_rgb_wo_45@2x.png)
}
.badge-fil {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/fil_generic_rgb_wo_45@2x.png)
}
.badge-fi {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/fi_generic_rgb_wo_45@2x.png)
}
.badge-fr {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/fr_generic_rgb_wo_45@2x.png)
}
.badge-de {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/de_generic_rgb_wo_45@2x.png)
}
.badge-el {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/el_generic_rgb_wo_45@2x.png)
}
.badge-en {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/en_generic_rgb_wo_45@2x.png)
}
.badge-hu {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/hu_generic_rgb_wo_45@2x.png)
}
.badge-id-in {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/id-in_generic_rgb_wo_45@2x.png)
}
.badge-it {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/it_generic_rgb_wo_45@2x.png)
}
.badge-ja {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/ja_generic_rgb_wo_45@2x.png)
}
.badge-ko {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/ko_generic_rgb_wo_45@2x.png)
}
.badge-lv {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/lv_generic_rgb_wo_45@2x.png)
}
.badge-lt {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/lt_generic_rgb_wo_45@2x.png)
}
.badge-ms {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/ms_generic_rgb_wo_45@2x.png)
}
.badge-no {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/no_generic_rgb_wo_45@2x.png)
}
.badge-pl {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/pl_generic_rgb_wo_45@2x.png)
}
.badge-pt-br {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/pt-br_generic_rgb_wo_45@2x.png)
}
.badge-pt-pt {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/pt-pt_generic_rgb_wo_45@2x.png)
}
.badge-ro {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/ro_generic_rgb_wo_45@2x.png)
}
.badge-ru {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/ru_generic_rgb_wo_45@2x.png)
}
.badge-sr {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/sr_generic_rgb_wo_45@2x.png)
}
.badge-sk {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/sk_generic_rgb_wo_45@2x.png)
}
.badge-sl {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/sl_generic_rgb_wo_45@2x.png)
}
.badge-es {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/es_generic_rgb_wo_45@2x.png)
}
.badge-es-419 {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/es-419_generic_rgb_wo_45@2x.png)
}
.badge-sv {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/sv_generic_rgb_wo_45@2x.png)
}
.badge-sw {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/sw_generic_rgb_wo_45@2x.png)
}
.badge-th {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/th_generic_rgb_wo_45@2x.png)
}
.badge-tr {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/tr_generic_rgb_wo_45@2x.png)
}
.badge-uk {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/uk_generic_rgb_wo_45@2x.png)
}
.badge-vi {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/vi_generic_rgb_wo_45@2x.png)
}
.badge-zu {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/logos/google_play_badge/zu_generic_rgb_wo_45@2x.png)
}
.footer {
background-image: url(./images/footer_gradient_web@2x.png)
}
.footer .footer-icloud {
background-image: url(./images/wx_footer_signoff@2x.png)
} @media only screen and (max-device-width:568px) {
.footer{background-image: url(./images/footer_gradient_iphone@2x.png)
}
}
@media only screen and (min-device-width:600px) and (max-device-width:800px) {
.footer {
background-image: url(./images/gradient_footer_580@2x.png)
}
}
.spinner-32px-f3f5f5 {
background-image: url(./images/spinner_32px_f3f5f5@2x.gif)
}
@media (-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(min-resolution:1.5dppx) {
.spinner-32px-f3f5f5 {
background-image: url(./images/spinner_32px_f3f5f5@2x.gif)
}
}
.app-button>.left,.app-button>.middle,.app-button>.right {
background-image: url(./images/btn_more@2x.png)
}
body.rtl .app-button {
background-image: url(./images/btn_more_rtl@2x.png)
}
.check-30 {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/exlarge_29x30_accepted@2x.png)
}
.exclamation-30 {
background-image: url(/applications/mini-apps/1911Project37/miniapps_common/1911Project37/resources/images/exlarge_29x30_invalid@2x.png)
}
main #loading .spinner-32px-f3f5f5 {
background-image: url(./images/spinner_32px_f3f5f5@2x.gif)
}} | 0.248625 | 0.070464 |
@page {
size: 1920px 1080px;
margin: 0%;
}
body, .backgrounds {
background: unset;
background-color: unset;
}
.reveal {
background: white;
}
.reveal .backgrounds {
z-index: -2;
}
.reveal .slides section {
height: 1080px;
width: 1920px;
text-align: left;
box-sizing: border-box;
}
.reveal .slides section img {
margin: 0;
}
.reveal .slides section.stack {
width: 100%;
}
.reveal .slides section:not(.stack) {
background: white;
color: black;
font-size: 36px;
padding-left: 100px !important;
padding-right: 100px !important;
padding-top: 120px !important;
z-index: -2;
}
.reveal .slides section:not(.stack) h1 {
color: black;
font-weight: bold;
font-size: 48px;
margin: 0;
}
.reveal .slides section:not(.stack) h2 {
color: black;
font-weight: normal;
font-size: 32px;
margin: 0;
}
.reveal .slides section:not(.stack) h3 {
color: black;
font-weight: bold;
font-size: 44px;
margin: 0;
}
.reveal .slides section:not(.stack) h4 {
color: black;
font-weight: bold;
font-size: 40px;
margin: 0;
}
.reveal .slides section:not(.stack) h5 {
color: black;
font-weight: bold;
font-size: 36px;
margin: 0;
}
.reveal .slides section:not(.stack) h6 {
color: black;
font-weight: bold;
font-size: 36px;
margin: 0;
}
.reveal .slides section:not(.stack) ol {
list-style-type: upper-roman;
list-style-position: outside;
margin-left: 0 !important;
padding-left: 1em !important;
}
.reveal .slides section:not(.stack) ul {
list-style-image: url(../res/bullet_1.svg);
list-style-position: outside;
margin-left: 0 !important;
padding-left: 1.5em !important;
}
.reveal .slides section:not(.stack) ul ul {
list-style-image: url(../res/bullet_2.svg);
}
.reveal .slides section:not(.stack) > div > ol {
margin-left: -1em !important;
}
.reveal .slides section:not(.stack) > div > ul {
margin-left: -1.5em !important;
}
.reveal .slides section:not(.stack) a {
color: #0168b5;
}
.reveal .slides section:not(.stack) a:hover {
color: rgb(127, 179, 217);
}
.reveal .slides section:not(.stack) table th {
border-bottom: 4px solid;
}
.reveal .slides section:not(.stack) table td {
border-bottom: 2px solid;
}
.reveal .slides section:not(.stack) table tr:last-child td {
border-bottom: none;
}
.reveal .slides section:not(.stack) blockquote {
border: none;
border-left: 8px solid #0068b4;
padding-left: 20px !important;
background-color: rgb(235, 243, 249);
box-shadow: none;
}
.reveal .slides section:not(.stack) pre {
font-size: 32px;
}
.reveal .slides section:not(.stack) code {
font-family: Hack, "Roboto Mono", Menlo, Monaco, monospace !important;
}
body:not(.print-pdf) .reveal .slides section:not(.stack):first-child,
.reveal .slides .pdf-page:first-child section:not(.stack) {
background-image: url(../res/Signet_INF_4.svg);
background-repeat: no-repeat;
background-size: 90% auto;
background-position: center 100px;
padding-top: 780px !important;
color: white;
text-align: center;
}
body:not(.print-pdf) .reveal .slides section:not(.stack):first-child h1,
.reveal .slides .pdf-page:first-child section:not(.stack) h1 {
color: black;
font-weight: bold;
text-align: left;
font-size: 48px;
position: absolute;
top: 550px;
}
body:not(.print-pdf) .reveal .slides section:not(.stack):first-child h2,
.reveal .slides .pdf-page:first-child section:not(.stack) h2 {
color: black;
font-weight: normal;
text-align: left;
font-size: 36px;
position: absolute;
top: 500px;
}
body:not(.print-pdf) .reveal .slides section:not(.stack):first-child h3,
.reveal .slides .pdf-page:first-child section:not(.stack) h3,
body:not(.print-pdf) .reveal .slides section:not(.stack):first-child h4,
.reveal .slides .pdf-page:first-child section:not(.stack) h4,
body:not(.print-pdf) .reveal .slides section:not(.stack):first-child h5,
.reveal .slides .pdf-page:first-child section:not(.stack) h5,
body:not(.print-pdf) .reveal .slides section:not(.stack):first-child h6,
.reveal .slides .pdf-page:first-child section:not(.stack) h6 {
color: white;
}
body:not(.print-pdf) .reveal .slides section:not(.stack):first-child a,
.reveal .slides .pdf-page:first-child section:not(.stack) a {
color: white;
}
body:not(.print-pdf) .reveal .slides section:not(.stack):first-child a:hover,
.reveal .slides .pdf-page:first-child section:not(.stack) a:hover {
color: rgb(127, 179, 217);
}
body:not(.print-pdf) .reveal .slides section:not(.stack):first-child a::before,
.reveal .slides .pdf-page:first-child section:not(.stack) a::before {
font-family: "ForkAwesome";
font-weight: 900;
content: "\f08e";
font-size: 0.5em;
padding-right: 0.5em !important;
vertical-align: middle;
color: rgb(127, 179, 217);
}
body:not(.print-pdf) .reveal .slides section:not(.stack):first-child blockquote,
.reveal .slides .pdf-page:first-child section:not(.stack) blockquote {
border: none;
border-left: 8px solid rgb(235, 243, 249);
padding-left: 20px !important;
background-color: #00599b;
}
body:not(.print-pdf) .reveal .slides section:not(.stack):first-child ul,
.reveal .slides .pdf-page:first-child section:not(.stack) ul {
list-style-image: url(../res/bullet_3.svg);
}
body:not(.print-pdf) .reveal .slides section:not(.stack):first-child ul ul,
.reveal .slides .pdf-page:first-child section:not(.stack) ul ul {
list-style-image: url(../res/bullet_4.svg);
}
.reveal .slides section:not(.stack)::before {
position: absolute;
left: 0;
top: 0;
margin-top: 20px !important;
height: 100px;
border-bottom: 4px solid #0168b5;
width: 100%;
display: block;
content: "";
background-color: white;
background-image: url(../res/Signet_INF_4.svg);
background-repeat: no-repeat;
background-size: auto 95%;
background-position: 100px 0;
}
body:not(.print-pdf) .reveal .slides section:not(.stack):first-child::before,
.reveal .slides .pdf-page:first-child section:not(.stack)::before {
height: 320px;
border: none;
background-color: #0168b5;
background-image: none;
bottom: 0;
top: unset;
z-index: -1;
}
.reveal .slides .pdf-page:first-child section:not(.stack) * {
z-index: 2;
position: relative;
visibility: visible !important;
padding: 0;
margin: 0;
}
/*
Atom One Light by <NAME>
Original One Light Syntax theme from https://github.com/atom/one-light-syntax
base: #fafafa
mono-1: #383a42
mono-2: #686b77
mono-3: #a0a1a7
hue-1: #0184bb
hue-2: #4078f2
hue-3: #a626a4
hue-4: #50a14f
hue-5: #e45649
hue-5-2: #c91243
hue-6: #986801
hue-6-2: #c18401
*/
.hljs {
display: block;
overflow-x: auto;
padding: 0.5em;
color: #383a42;
background: #fafafa;
}
.hljs-comment,
.hljs-quote {
color: #a0a1a7;
font-style: italic;
}
.hljs-doctag,
.hljs-keyword,
.hljs-formula {
color: #a626a4;
}
.hljs-section,
.hljs-name,
.hljs-selector-tag,
.hljs-deletion,
.hljs-subst {
color: #e45649;
}
.hljs-literal {
color: #0184bb;
}
.hljs-string,
.hljs-regexp,
.hljs-addition,
.hljs-attribute,
.hljs-meta-string {
color: #50a14f;
}
.hljs-built_in,
.hljs-class .hljs-title {
color: #c18401;
}
.hljs-attr,
.hljs-variable,
.hljs-template-variable,
.hljs-type,
.hljs-selector-class,
.hljs-selector-attr,
.hljs-selector-pseudo,
.hljs-number {
color: #986801;
}
.hljs-symbol,
.hljs-bullet,
.hljs-link,
.hljs-meta,
.hljs-selector-id,
.hljs-title {
color: #4078f2;
}
.hljs-emphasis {
font-style: italic;
}
.hljs-strong {
font-weight: bold;
}
.hljs-link {
text-decoration: underline;
} | presentation/css/ovgu-cs.css | @page {
size: 1920px 1080px;
margin: 0%;
}
body, .backgrounds {
background: unset;
background-color: unset;
}
.reveal {
background: white;
}
.reveal .backgrounds {
z-index: -2;
}
.reveal .slides section {
height: 1080px;
width: 1920px;
text-align: left;
box-sizing: border-box;
}
.reveal .slides section img {
margin: 0;
}
.reveal .slides section.stack {
width: 100%;
}
.reveal .slides section:not(.stack) {
background: white;
color: black;
font-size: 36px;
padding-left: 100px !important;
padding-right: 100px !important;
padding-top: 120px !important;
z-index: -2;
}
.reveal .slides section:not(.stack) h1 {
color: black;
font-weight: bold;
font-size: 48px;
margin: 0;
}
.reveal .slides section:not(.stack) h2 {
color: black;
font-weight: normal;
font-size: 32px;
margin: 0;
}
.reveal .slides section:not(.stack) h3 {
color: black;
font-weight: bold;
font-size: 44px;
margin: 0;
}
.reveal .slides section:not(.stack) h4 {
color: black;
font-weight: bold;
font-size: 40px;
margin: 0;
}
.reveal .slides section:not(.stack) h5 {
color: black;
font-weight: bold;
font-size: 36px;
margin: 0;
}
.reveal .slides section:not(.stack) h6 {
color: black;
font-weight: bold;
font-size: 36px;
margin: 0;
}
.reveal .slides section:not(.stack) ol {
list-style-type: upper-roman;
list-style-position: outside;
margin-left: 0 !important;
padding-left: 1em !important;
}
.reveal .slides section:not(.stack) ul {
list-style-image: url(../res/bullet_1.svg);
list-style-position: outside;
margin-left: 0 !important;
padding-left: 1.5em !important;
}
.reveal .slides section:not(.stack) ul ul {
list-style-image: url(../res/bullet_2.svg);
}
.reveal .slides section:not(.stack) > div > ol {
margin-left: -1em !important;
}
.reveal .slides section:not(.stack) > div > ul {
margin-left: -1.5em !important;
}
.reveal .slides section:not(.stack) a {
color: #0168b5;
}
.reveal .slides section:not(.stack) a:hover {
color: rgb(127, 179, 217);
}
.reveal .slides section:not(.stack) table th {
border-bottom: 4px solid;
}
.reveal .slides section:not(.stack) table td {
border-bottom: 2px solid;
}
.reveal .slides section:not(.stack) table tr:last-child td {
border-bottom: none;
}
.reveal .slides section:not(.stack) blockquote {
border: none;
border-left: 8px solid #0068b4;
padding-left: 20px !important;
background-color: rgb(235, 243, 249);
box-shadow: none;
}
.reveal .slides section:not(.stack) pre {
font-size: 32px;
}
.reveal .slides section:not(.stack) code {
font-family: Hack, "Roboto Mono", Menlo, Monaco, monospace !important;
}
body:not(.print-pdf) .reveal .slides section:not(.stack):first-child,
.reveal .slides .pdf-page:first-child section:not(.stack) {
background-image: url(../res/Signet_INF_4.svg);
background-repeat: no-repeat;
background-size: 90% auto;
background-position: center 100px;
padding-top: 780px !important;
color: white;
text-align: center;
}
body:not(.print-pdf) .reveal .slides section:not(.stack):first-child h1,
.reveal .slides .pdf-page:first-child section:not(.stack) h1 {
color: black;
font-weight: bold;
text-align: left;
font-size: 48px;
position: absolute;
top: 550px;
}
body:not(.print-pdf) .reveal .slides section:not(.stack):first-child h2,
.reveal .slides .pdf-page:first-child section:not(.stack) h2 {
color: black;
font-weight: normal;
text-align: left;
font-size: 36px;
position: absolute;
top: 500px;
}
body:not(.print-pdf) .reveal .slides section:not(.stack):first-child h3,
.reveal .slides .pdf-page:first-child section:not(.stack) h3,
body:not(.print-pdf) .reveal .slides section:not(.stack):first-child h4,
.reveal .slides .pdf-page:first-child section:not(.stack) h4,
body:not(.print-pdf) .reveal .slides section:not(.stack):first-child h5,
.reveal .slides .pdf-page:first-child section:not(.stack) h5,
body:not(.print-pdf) .reveal .slides section:not(.stack):first-child h6,
.reveal .slides .pdf-page:first-child section:not(.stack) h6 {
color: white;
}
body:not(.print-pdf) .reveal .slides section:not(.stack):first-child a,
.reveal .slides .pdf-page:first-child section:not(.stack) a {
color: white;
}
body:not(.print-pdf) .reveal .slides section:not(.stack):first-child a:hover,
.reveal .slides .pdf-page:first-child section:not(.stack) a:hover {
color: rgb(127, 179, 217);
}
body:not(.print-pdf) .reveal .slides section:not(.stack):first-child a::before,
.reveal .slides .pdf-page:first-child section:not(.stack) a::before {
font-family: "ForkAwesome";
font-weight: 900;
content: "\f08e";
font-size: 0.5em;
padding-right: 0.5em !important;
vertical-align: middle;
color: rgb(127, 179, 217);
}
body:not(.print-pdf) .reveal .slides section:not(.stack):first-child blockquote,
.reveal .slides .pdf-page:first-child section:not(.stack) blockquote {
border: none;
border-left: 8px solid rgb(235, 243, 249);
padding-left: 20px !important;
background-color: #00599b;
}
body:not(.print-pdf) .reveal .slides section:not(.stack):first-child ul,
.reveal .slides .pdf-page:first-child section:not(.stack) ul {
list-style-image: url(../res/bullet_3.svg);
}
body:not(.print-pdf) .reveal .slides section:not(.stack):first-child ul ul,
.reveal .slides .pdf-page:first-child section:not(.stack) ul ul {
list-style-image: url(../res/bullet_4.svg);
}
.reveal .slides section:not(.stack)::before {
position: absolute;
left: 0;
top: 0;
margin-top: 20px !important;
height: 100px;
border-bottom: 4px solid #0168b5;
width: 100%;
display: block;
content: "";
background-color: white;
background-image: url(../res/Signet_INF_4.svg);
background-repeat: no-repeat;
background-size: auto 95%;
background-position: 100px 0;
}
body:not(.print-pdf) .reveal .slides section:not(.stack):first-child::before,
.reveal .slides .pdf-page:first-child section:not(.stack)::before {
height: 320px;
border: none;
background-color: #0168b5;
background-image: none;
bottom: 0;
top: unset;
z-index: -1;
}
.reveal .slides .pdf-page:first-child section:not(.stack) * {
z-index: 2;
position: relative;
visibility: visible !important;
padding: 0;
margin: 0;
}
/*
Atom One Light by <NAME>
Original One Light Syntax theme from https://github.com/atom/one-light-syntax
base: #fafafa
mono-1: #383a42
mono-2: #686b77
mono-3: #a0a1a7
hue-1: #0184bb
hue-2: #4078f2
hue-3: #a626a4
hue-4: #50a14f
hue-5: #e45649
hue-5-2: #c91243
hue-6: #986801
hue-6-2: #c18401
*/
.hljs {
display: block;
overflow-x: auto;
padding: 0.5em;
color: #383a42;
background: #fafafa;
}
.hljs-comment,
.hljs-quote {
color: #a0a1a7;
font-style: italic;
}
.hljs-doctag,
.hljs-keyword,
.hljs-formula {
color: #a626a4;
}
.hljs-section,
.hljs-name,
.hljs-selector-tag,
.hljs-deletion,
.hljs-subst {
color: #e45649;
}
.hljs-literal {
color: #0184bb;
}
.hljs-string,
.hljs-regexp,
.hljs-addition,
.hljs-attribute,
.hljs-meta-string {
color: #50a14f;
}
.hljs-built_in,
.hljs-class .hljs-title {
color: #c18401;
}
.hljs-attr,
.hljs-variable,
.hljs-template-variable,
.hljs-type,
.hljs-selector-class,
.hljs-selector-attr,
.hljs-selector-pseudo,
.hljs-number {
color: #986801;
}
.hljs-symbol,
.hljs-bullet,
.hljs-link,
.hljs-meta,
.hljs-selector-id,
.hljs-title {
color: #4078f2;
}
.hljs-emphasis {
font-style: italic;
}
.hljs-strong {
font-weight: bold;
}
.hljs-link {
text-decoration: underline;
} | 0.439747 | 0.157558 |
body {
height: 100vh;
width: 1020px;
margin: auto;
font-family: 'Roboto', sans-serif;
}
p {
font-size: 14px;
}
header {
display: inline-block;
}
li {
display: inline-block;
}
.write {
width: 135px;
}
.log {
width: 80px;
}
.link {
line-height: 1.28571em;
font-weight: 700;
color: white;
cursor: pointer;
margin-top: 30px;
margin-right: 30px;
text-align: center;
}
.link:hover {
border-bottom: 2px solid white;
}
.signup {
position: relative;
left: 675px;
}
.signup-home {
background-color: transparent;
border: 2px solid white;
border-radius: 3px;
height: 40px;
width: 110px;
line-height: 1.28571em;
font-weight: 700;
color: white;
cursor: pointer;
}
.signup-home:hover {
background-color: white;
color: gray;
}
main {
margin-top: 120px;
display: grid;
grid-template-rows: 200px 50px 50px;
grid-template-columns: 1fr;
}
i {
color: white;
}
.yelp {
display: grid;
margin: auto;
}
.logo {
width: 165px;
height: 85px;
}
form {
display: grid;
grid-template-rows: 1fr;
grid-template-columns: 60px 420px 60px 420px 60px;
}
label {
display: grid;
align-items: center;
justify-content: center;
background-color: white;
color: gray;
font-size: 16px;
font-weight: 700;
}
.find {
border-radius: 5px 0px 0px 5px;
}
input {
border: none;
font-size: 16px;
color: gray;
}
.submit {
border: none;
background-color: #d90007;
border-radius: 0px 5px 5px 0px;
cursor: pointer;
}
.search {
display: none;
}
.submit:hover {
background-color: #d32323;
}
.shortcuts {
margin-top: 10px;
display: grid;
grid-template-rows: 1fr;
grid-template-columns: 20px 85px 25px 75px;
align-items: center;
justify-content: center;
}
.underline {
font-weight: 700;
color: white;
}
.underline:hover {
text-decoration: underline;
}
.subhead {
cursor: pointer;
}
footer {
position: relative;
top: 350px;
text-align: center;
color: white;
}
/* Mobile Responsiveness */
@media only screen and (max-width: 600px) {
body {
width: 500px;
}
.signup {
position: relative;
left: 156px;
}
main {
margin-top: 90px;
display: grid;
grid-template-rows: 200px 200px 50px;
grid-template-columns: 1fr;
}
form {
display: grid;
grid-template-rows: 70px 70px 70px;
grid-template-columns: 60px 420px;
justify-content: center;
}
label {
height: 60px;
border-radius: 5px 0px 0px 5px;
}
input {
height: 60px;
padding: 0px;
border-radius: 0px 5px 5px 0px;
}
form button {
height: 60px;
}
.submit {
border-radius: 5px;
cursor: pointer;
position: relative;
left: 157px;
width: 165px;
}
.search {
display: inline-block;
font-size: 16px;
font-weight: 700;
color: white;
margin-right: 10px;
}
.fa-2x {
font-size: 1.75em;
}
footer {
top: 175px;
}
} | public/css/index.css | body {
height: 100vh;
width: 1020px;
margin: auto;
font-family: 'Roboto', sans-serif;
}
p {
font-size: 14px;
}
header {
display: inline-block;
}
li {
display: inline-block;
}
.write {
width: 135px;
}
.log {
width: 80px;
}
.link {
line-height: 1.28571em;
font-weight: 700;
color: white;
cursor: pointer;
margin-top: 30px;
margin-right: 30px;
text-align: center;
}
.link:hover {
border-bottom: 2px solid white;
}
.signup {
position: relative;
left: 675px;
}
.signup-home {
background-color: transparent;
border: 2px solid white;
border-radius: 3px;
height: 40px;
width: 110px;
line-height: 1.28571em;
font-weight: 700;
color: white;
cursor: pointer;
}
.signup-home:hover {
background-color: white;
color: gray;
}
main {
margin-top: 120px;
display: grid;
grid-template-rows: 200px 50px 50px;
grid-template-columns: 1fr;
}
i {
color: white;
}
.yelp {
display: grid;
margin: auto;
}
.logo {
width: 165px;
height: 85px;
}
form {
display: grid;
grid-template-rows: 1fr;
grid-template-columns: 60px 420px 60px 420px 60px;
}
label {
display: grid;
align-items: center;
justify-content: center;
background-color: white;
color: gray;
font-size: 16px;
font-weight: 700;
}
.find {
border-radius: 5px 0px 0px 5px;
}
input {
border: none;
font-size: 16px;
color: gray;
}
.submit {
border: none;
background-color: #d90007;
border-radius: 0px 5px 5px 0px;
cursor: pointer;
}
.search {
display: none;
}
.submit:hover {
background-color: #d32323;
}
.shortcuts {
margin-top: 10px;
display: grid;
grid-template-rows: 1fr;
grid-template-columns: 20px 85px 25px 75px;
align-items: center;
justify-content: center;
}
.underline {
font-weight: 700;
color: white;
}
.underline:hover {
text-decoration: underline;
}
.subhead {
cursor: pointer;
}
footer {
position: relative;
top: 350px;
text-align: center;
color: white;
}
/* Mobile Responsiveness */
@media only screen and (max-width: 600px) {
body {
width: 500px;
}
.signup {
position: relative;
left: 156px;
}
main {
margin-top: 90px;
display: grid;
grid-template-rows: 200px 200px 50px;
grid-template-columns: 1fr;
}
form {
display: grid;
grid-template-rows: 70px 70px 70px;
grid-template-columns: 60px 420px;
justify-content: center;
}
label {
height: 60px;
border-radius: 5px 0px 0px 5px;
}
input {
height: 60px;
padding: 0px;
border-radius: 0px 5px 5px 0px;
}
form button {
height: 60px;
}
.submit {
border-radius: 5px;
cursor: pointer;
position: relative;
left: 157px;
width: 165px;
}
.search {
display: inline-block;
font-size: 16px;
font-weight: 700;
color: white;
margin-right: 10px;
}
.fa-2x {
font-size: 1.75em;
}
footer {
top: 175px;
}
} | 0.587943 | 0.164987 |
@import url("./main.css");
/** Sneakers Section Styles */
.sneakers {
width: 100%;
background-color: var(--primary-color);
}
.sneakers__content {
width: 100%;
display: flex;
align-items: center;
justify-content: space-between;
}
.sneakers__info {
display: flex;
align-items: flex-start;
justify-content: center;
flex-direction: column;
color: #fff;
}
.sneakers__title {
font-style: normal;
font-weight: 500;
font-size: 55px;
line-height: 82px;
margin-bottom: 24px;
font-family: "Poppins-Medium", sans-serif;
}
.sneakers__subtitle {
font-family: "Poppins-Regular", sans-serif;
font-style: normal;
font-weight: 500;
font-size: 24px;
line-height: 36px;
margin-bottom: 12px;
width: 100%;
}
.sneakers__button {
font-family: "Poppins-SemiBold", sans-serif;
font-style: normal;
font-weight: 500;
font-size: 20px;
line-height: 30px;
color: #fff;
text-decoration: none;
position: relative;
cursor: pointer;
transition: .4s cubic-bezier(.45, .05, .55, .95);
}
.sneakers__button::before {
content: "";
position: absolute;
width: 70%;
height: 3px;
background-color: #fff;
bottom: -8px;
left: 0;
}
.sneakers__button:hover::before {
display: none;
}
.sneakers__button:hover {
background-color: #fff;
color: var(--blue-color);
border-radius: 8px;
padding: 10px 20px;
}
.sneakers__imgbox {
transform: translateY(-80px);
height: 590px;
}
.sneakers__imgbox img {
width: 100%;
height: 100%;
object-fit: cover;
}
/** Responsive Media Queries */
@media (max-width: 1400px) {
.sneakers__title {
line-height: 70px;
font-size: 45px;
margin-bottom: 20px;
}
.sneakers__imgbox {
height: 500px;
}
}
@media (max-width: 1200px) {
.sneakers__title {
line-height: 60px;
font-size: 40px;
margin-bottom: 15px;
}
.sneakers__imgbox {
width: 100%;
transform: translateY(-60px);
}
.sneakers__subtitle {
font-size: 22px;
}
}
@media (max-width: 992px) {
.sneakers__content {
flex-direction: column;
padding: 20px;
}
.sneakers__imgbox {
transform: none;
height: 400px;
}
.sneakers__imgbox img {
object-fit: contain;
}
}
@media (max-width: 768px) {
.sneakers__content {
padding-bottom: 0;
}
.sneakers__imgbox {
height: 360px;
}
}
@media (max-width: 576px) {
.sneakers__imgbox {
height: 320px;
}
.sneakers__title {
line-height: 50px;
font-size: 34px;
}
.sneakers__subtitle {
font-size: 20px;
}
.sneakers__button {
font-size: 18px;
}
}
@media (max-width: 450px) {
.sneakers__title {
font-size: 30px;
margin-bottom: 10px;
line-height: 45px;
}
.sneakers__subtitle {
font-size: 16px;
line-height: 28px;
}
.sneakers__imgbox {
height: 240px;
}
.sneakers__button {
font-size: 16px;
}
.sneakers__button:hover {
padding: 8px 20px;
}
}
@media (max-width:400px) {
.sneakers {
display: none;
}
}
.recommend__card {
width: 100%;
margin: 0 auto;
padding: 48px 24px;
background-image: url('../images/recommend-section/recommend-section-main.png');
background-repeat: no-repeat;
background-size: cover;
display: flex;
align-items: flex-start;
justify-content: center;
flex-direction: column;
color: #fff;
border-radius: 8px;
overflow: hidden;
}
.recommend__card-title {
font-style: normal;
font-weight: bold;
font-size: 24px;
line-height: 150%;
font-family: "Poppins-SemiBold",sans-serif;
margin-bottom: 16px;
width: 75%;
}
.recommend__card-subtitle {
font-family: "Poppins-Medium",sans-serif;
font-style: normal;
font-weight: normal;
font-size: 12px;
line-height: 180%;
letter-spacing: 0.5px;
} | css/sneakers-section.css | @import url("./main.css");
/** Sneakers Section Styles */
.sneakers {
width: 100%;
background-color: var(--primary-color);
}
.sneakers__content {
width: 100%;
display: flex;
align-items: center;
justify-content: space-between;
}
.sneakers__info {
display: flex;
align-items: flex-start;
justify-content: center;
flex-direction: column;
color: #fff;
}
.sneakers__title {
font-style: normal;
font-weight: 500;
font-size: 55px;
line-height: 82px;
margin-bottom: 24px;
font-family: "Poppins-Medium", sans-serif;
}
.sneakers__subtitle {
font-family: "Poppins-Regular", sans-serif;
font-style: normal;
font-weight: 500;
font-size: 24px;
line-height: 36px;
margin-bottom: 12px;
width: 100%;
}
.sneakers__button {
font-family: "Poppins-SemiBold", sans-serif;
font-style: normal;
font-weight: 500;
font-size: 20px;
line-height: 30px;
color: #fff;
text-decoration: none;
position: relative;
cursor: pointer;
transition: .4s cubic-bezier(.45, .05, .55, .95);
}
.sneakers__button::before {
content: "";
position: absolute;
width: 70%;
height: 3px;
background-color: #fff;
bottom: -8px;
left: 0;
}
.sneakers__button:hover::before {
display: none;
}
.sneakers__button:hover {
background-color: #fff;
color: var(--blue-color);
border-radius: 8px;
padding: 10px 20px;
}
.sneakers__imgbox {
transform: translateY(-80px);
height: 590px;
}
.sneakers__imgbox img {
width: 100%;
height: 100%;
object-fit: cover;
}
/** Responsive Media Queries */
@media (max-width: 1400px) {
.sneakers__title {
line-height: 70px;
font-size: 45px;
margin-bottom: 20px;
}
.sneakers__imgbox {
height: 500px;
}
}
@media (max-width: 1200px) {
.sneakers__title {
line-height: 60px;
font-size: 40px;
margin-bottom: 15px;
}
.sneakers__imgbox {
width: 100%;
transform: translateY(-60px);
}
.sneakers__subtitle {
font-size: 22px;
}
}
@media (max-width: 992px) {
.sneakers__content {
flex-direction: column;
padding: 20px;
}
.sneakers__imgbox {
transform: none;
height: 400px;
}
.sneakers__imgbox img {
object-fit: contain;
}
}
@media (max-width: 768px) {
.sneakers__content {
padding-bottom: 0;
}
.sneakers__imgbox {
height: 360px;
}
}
@media (max-width: 576px) {
.sneakers__imgbox {
height: 320px;
}
.sneakers__title {
line-height: 50px;
font-size: 34px;
}
.sneakers__subtitle {
font-size: 20px;
}
.sneakers__button {
font-size: 18px;
}
}
@media (max-width: 450px) {
.sneakers__title {
font-size: 30px;
margin-bottom: 10px;
line-height: 45px;
}
.sneakers__subtitle {
font-size: 16px;
line-height: 28px;
}
.sneakers__imgbox {
height: 240px;
}
.sneakers__button {
font-size: 16px;
}
.sneakers__button:hover {
padding: 8px 20px;
}
}
@media (max-width:400px) {
.sneakers {
display: none;
}
}
.recommend__card {
width: 100%;
margin: 0 auto;
padding: 48px 24px;
background-image: url('../images/recommend-section/recommend-section-main.png');
background-repeat: no-repeat;
background-size: cover;
display: flex;
align-items: flex-start;
justify-content: center;
flex-direction: column;
color: #fff;
border-radius: 8px;
overflow: hidden;
}
.recommend__card-title {
font-style: normal;
font-weight: bold;
font-size: 24px;
line-height: 150%;
font-family: "Poppins-SemiBold",sans-serif;
margin-bottom: 16px;
width: 75%;
}
.recommend__card-subtitle {
font-family: "Poppins-Medium",sans-serif;
font-style: normal;
font-weight: normal;
font-size: 12px;
line-height: 180%;
letter-spacing: 0.5px;
} | 0.47244 | 0.083217 |
.grid {
display : grid;
grid-template-columns : repeat(6, 1fr);
grid-template-rows : auto;
grid-column-gap : 1rem;
grid-row-gap : 1rem;
max-width: 815px;
margin : 0 auto;
}
.grid > div{
height : 250px;
display : flex;
justify-content: center;
align-items: center;
}
.grid > div > div {
background-color : white;
width : 70%;
text-align: center;
padding : 0.7rem;
}
.A {
grid-column: 1 / span 3;
grid-row : 1;
background-image: url("https://onefinestay.imgix.net/media-library/inspiration_01.jpg?auto=format&w=420&dpr=1&fit=crop&h=384&q=80");
height : auto;
}
.B {
grid-column: 4 / span 3;
grid-row : 1;
background-image: url("https://onefinestay.imgix.net/media-library/inspiration_02.jpg?auto=format&w=420&dpr=1&fit=crop&h=384&q=80&rect=20%2C20%2C2903%2C2178");
height : auto;
}
.C {
grid-column: 1 / span 2;
grid-row : 2;
background-image: url("https://onefinestay.imgix.net/media-library/inspiration_03.jpg?auto=format&w=300&dpr=1&fit=crop&h=384&q=80&rect=150%2C10%2C2903%2C2178");
height : auto;
}
.D {
grid-column: 3 / span 2;
grid-row : 2;
background-image: url("https://onefinestay.imgix.net/media-library/2017-03-24-15-58-20-877429-blogthumb_5tipsparis.jpg?auto=format&w=300&dpr=1&fit=crop&h=280&q=80&rect=0%2C0%2C1280%2C1280");
height : auto;
}
.E {
grid-column: 5 / span 2;
grid-row : 2;
background-image: url("https://onefinestay.imgix.net/media-library/inspiration_05.jpg?auto=format&w=420&dpr=1&fit=crop&crop=top%2Cleft&h=384");
height : auto;
}
.F {
grid-column: 1 / span 3;
grid-row : 3;
background-image: url("https://onefinestay.imgix.net/media-library/inspiration_01.jpg?auto=format&w=420&dpr=1&fit=crop&h=384&q=80");
height : auto;
}
.G {
grid-column: 4 / span 3;
grid-row : 3;
background-image: url("https://onefinestay.imgix.net/media-library/inspiration_06.jpg?auto=format&w=420&dpr=1&fit=crop&crop=top%2Cleft&h=384&q=80");
height : auto;
} | src/client/src/components/landingPage/Inspiration.module.css | .grid {
display : grid;
grid-template-columns : repeat(6, 1fr);
grid-template-rows : auto;
grid-column-gap : 1rem;
grid-row-gap : 1rem;
max-width: 815px;
margin : 0 auto;
}
.grid > div{
height : 250px;
display : flex;
justify-content: center;
align-items: center;
}
.grid > div > div {
background-color : white;
width : 70%;
text-align: center;
padding : 0.7rem;
}
.A {
grid-column: 1 / span 3;
grid-row : 1;
background-image: url("https://onefinestay.imgix.net/media-library/inspiration_01.jpg?auto=format&w=420&dpr=1&fit=crop&h=384&q=80");
height : auto;
}
.B {
grid-column: 4 / span 3;
grid-row : 1;
background-image: url("https://onefinestay.imgix.net/media-library/inspiration_02.jpg?auto=format&w=420&dpr=1&fit=crop&h=384&q=80&rect=20%2C20%2C2903%2C2178");
height : auto;
}
.C {
grid-column: 1 / span 2;
grid-row : 2;
background-image: url("https://onefinestay.imgix.net/media-library/inspiration_03.jpg?auto=format&w=300&dpr=1&fit=crop&h=384&q=80&rect=150%2C10%2C2903%2C2178");
height : auto;
}
.D {
grid-column: 3 / span 2;
grid-row : 2;
background-image: url("https://onefinestay.imgix.net/media-library/2017-03-24-15-58-20-877429-blogthumb_5tipsparis.jpg?auto=format&w=300&dpr=1&fit=crop&h=280&q=80&rect=0%2C0%2C1280%2C1280");
height : auto;
}
.E {
grid-column: 5 / span 2;
grid-row : 2;
background-image: url("https://onefinestay.imgix.net/media-library/inspiration_05.jpg?auto=format&w=420&dpr=1&fit=crop&crop=top%2Cleft&h=384");
height : auto;
}
.F {
grid-column: 1 / span 3;
grid-row : 3;
background-image: url("https://onefinestay.imgix.net/media-library/inspiration_01.jpg?auto=format&w=420&dpr=1&fit=crop&h=384&q=80");
height : auto;
}
.G {
grid-column: 4 / span 3;
grid-row : 3;
background-image: url("https://onefinestay.imgix.net/media-library/inspiration_06.jpg?auto=format&w=420&dpr=1&fit=crop&crop=top%2Cleft&h=384&q=80");
height : auto;
} | 0.512693 | 0.312029 |
@-moz-document domain(surviv.io)
{
#background
{
background-image: url(https://www.google.com/imgres?imgurl=https%3A%2F%2Fmedia1.tenor.com%2Fimages%2Fb08da22b9d2d569a2081b85aeffa88f5%2Ftenor.gif%3Fitemid%3D14354212&imgrefurl=https%3A%2F%2Ftenor.com%2Fview%2Fjeffy-funny-silly-gif-14354212&tbnid=-169VrWa61gZyM&vet=12ahUKEwiG99Wp3fPoAhUX06wKHYR3BQQQMygBegUIARDSAg..i&docid=-vBaqPvRiy7RpM&w=498&h=286&q=jeffy%20gifs&ved=2ahUKEwiG99Wp3fPoAhUX06wKHYR3BQQQMygBegUIARDSAg) !important;
}
#start-row-header
{
background-image: url(https://upload.wikimedia.org/wikipedia/commons/7/7f/Surviv.io.png) !important;
}
#start-top-left
{
visibility: visible !important;
}
#featured-streamers
{
visibility: visible !important;
}
#start-bottom-left
{
visibility: visible !important;
}
#start-bottom-middle
{
visibility: visible !important;
}
.menu-option
{
border-radius: 0px !important;
border-color: #000000 !important;
}
.btn-green
{
border-bottom: 0px !important;
background: #303030 !important;
color: #000000 !important;
box-shadow: inset 0 -2px #202020;
}
.btn-team-option
{
border-bottom: 0px !important;
background: #303030 !important;
color: #000000 !important;
box-shadow: inset 0 -2px #202020;
}
.account-details-button-wrapper
{
border-bottom: 0px !important;
background: #303030 !important;
color: #000000 !important;
box-shadow: inset 0 -2px #202020 !important;
}
#btn-pass-locked
{
border-bottom: 0px !important;
background: #303030 !important;
color: #000000 !important;
box-shadow: inset 0 -2px #202020;
}
#btn-customize
{
border-bottom: 0px !important;
background: #303030 !important;
background-image: url(http://surviv.io/img/emotes/surviv.svg) !important;
background-position: 8px 5px !important;
background-repeat: no-repeat !important;
background-size: 28px !important;
color: #000000 !important;
box-shadow: inset 0 -2px #202020;
}
#btn-help
{
border-bottom: 0px !important;
}
} | data/usercss/182566.user.css | @-moz-document domain(surviv.io)
{
#background
{
background-image: url(https://www.google.com/imgres?imgurl=https%3A%2F%2Fmedia1.tenor.com%2Fimages%2Fb08da22b9d2d569a2081b85aeffa88f5%2Ftenor.gif%3Fitemid%3D14354212&imgrefurl=https%3A%2F%2Ftenor.com%2Fview%2Fjeffy-funny-silly-gif-14354212&tbnid=-169VrWa61gZyM&vet=12ahUKEwiG99Wp3fPoAhUX06wKHYR3BQQQMygBegUIARDSAg..i&docid=-vBaqPvRiy7RpM&w=498&h=286&q=jeffy%20gifs&ved=2ahUKEwiG99Wp3fPoAhUX06wKHYR3BQQQMygBegUIARDSAg) !important;
}
#start-row-header
{
background-image: url(https://upload.wikimedia.org/wikipedia/commons/7/7f/Surviv.io.png) !important;
}
#start-top-left
{
visibility: visible !important;
}
#featured-streamers
{
visibility: visible !important;
}
#start-bottom-left
{
visibility: visible !important;
}
#start-bottom-middle
{
visibility: visible !important;
}
.menu-option
{
border-radius: 0px !important;
border-color: #000000 !important;
}
.btn-green
{
border-bottom: 0px !important;
background: #303030 !important;
color: #000000 !important;
box-shadow: inset 0 -2px #202020;
}
.btn-team-option
{
border-bottom: 0px !important;
background: #303030 !important;
color: #000000 !important;
box-shadow: inset 0 -2px #202020;
}
.account-details-button-wrapper
{
border-bottom: 0px !important;
background: #303030 !important;
color: #000000 !important;
box-shadow: inset 0 -2px #202020 !important;
}
#btn-pass-locked
{
border-bottom: 0px !important;
background: #303030 !important;
color: #000000 !important;
box-shadow: inset 0 -2px #202020;
}
#btn-customize
{
border-bottom: 0px !important;
background: #303030 !important;
background-image: url(http://surviv.io/img/emotes/surviv.svg) !important;
background-position: 8px 5px !important;
background-repeat: no-repeat !important;
background-size: 28px !important;
color: #000000 !important;
box-shadow: inset 0 -2px #202020;
}
#btn-help
{
border-bottom: 0px !important;
}
} | 0.26218 | 0.2227 |
body {
font-family: "Montserrat";
text-align: center;
}
h1, h2, h3, h4, h5, h6 {
font-family:Verdana, Geneva, Tahoma, sans-serif;
}
p {
color: #8f8f8f;
}
#sponsors{
display: grid;
grid-row: auto;
grid-template-rows: auto auto auto auto;
grid-template-columns: auto auto auto auto;
grid-gap:10px;
}
.sponsorsl{
padding: 20px;
list-style: none;
}
.sponsors1:hover{
background-color: cadetblue;
}
.view{
margin-bottom: 10px;
}
#servicer{
background-color: rgb(129, 201, 183);
}
.big-heading {
font-family: "Montserrat-Black";
font-size: 3.5rem;
line-height: 1.5;
padding-top: 50px;
}
.section-heading {
font-size: 3rem;
line-height: 1.5;
}
.container-fluid{
padding: 5% 10%;
}
.form1{
color: cadetblue;
}
#cta{
background-color: rgb(146, 145, 141);
}
.colored-sector{
background-color: rgb(119, 118, 115);
}
.colored-section {
background-color:#335f5e;
color: #fff;
}
.card-img-top{
width: 150px;
height: 150px;
align-self: center;
align-content: center;
}
.white-section {
background-color: rgb(253, 252, 252);
}
.navbar {
padding: 0 0 15px;
}
.navbar-brand {
font-family: "Ubuntu";
font-size: 2.5rem;
font-weight: bold;
}
.nav-item {
padding: 0 18px;
}
.naseef{
box-shadow: #f3f5f5;
}
.nav-link {
font-size: 1.2rem;
font-family: "Montserrat-Light";
}
.download-button {
margin: 5% 3% 5% 0;
}
.cardservice{
background-color: rgb(170, 165, 165);
padding-bottom: 50px;
}
#title {
background-color: #388686;
color: #fff;
text-align: left;
}
#title .container-fluid {
padding: 3% 15% 7%;
}
.title-image {
width: 60%;
position: absolute;
right: 30%;
}
#pricing{
margin-bottom: 10px;
}
.pricecard{
background-color: #D3DEDC;
}
.card{
border:none;
outline: none;
}
.card p{
color: gray;
}
.bin{
align-self: center;
align-content: center;
align-items: center;
}
.card-img-top{
padding-top: 10px;
}
.card-body{
padding-bottom: 30px;
}
.circle{
height: 70px;
width: 70px;
background-color: rgb(248, 247, 247);
color: black;
padding: 12px;
font-size: 30px;
border-radius: 50%;
display: inline-block;
margin-bottom: 20px;
}
#footer{
background-color:#388686;
} | public/css/style.css | body {
font-family: "Montserrat";
text-align: center;
}
h1, h2, h3, h4, h5, h6 {
font-family:Verdana, Geneva, Tahoma, sans-serif;
}
p {
color: #8f8f8f;
}
#sponsors{
display: grid;
grid-row: auto;
grid-template-rows: auto auto auto auto;
grid-template-columns: auto auto auto auto;
grid-gap:10px;
}
.sponsorsl{
padding: 20px;
list-style: none;
}
.sponsors1:hover{
background-color: cadetblue;
}
.view{
margin-bottom: 10px;
}
#servicer{
background-color: rgb(129, 201, 183);
}
.big-heading {
font-family: "Montserrat-Black";
font-size: 3.5rem;
line-height: 1.5;
padding-top: 50px;
}
.section-heading {
font-size: 3rem;
line-height: 1.5;
}
.container-fluid{
padding: 5% 10%;
}
.form1{
color: cadetblue;
}
#cta{
background-color: rgb(146, 145, 141);
}
.colored-sector{
background-color: rgb(119, 118, 115);
}
.colored-section {
background-color:#335f5e;
color: #fff;
}
.card-img-top{
width: 150px;
height: 150px;
align-self: center;
align-content: center;
}
.white-section {
background-color: rgb(253, 252, 252);
}
.navbar {
padding: 0 0 15px;
}
.navbar-brand {
font-family: "Ubuntu";
font-size: 2.5rem;
font-weight: bold;
}
.nav-item {
padding: 0 18px;
}
.naseef{
box-shadow: #f3f5f5;
}
.nav-link {
font-size: 1.2rem;
font-family: "Montserrat-Light";
}
.download-button {
margin: 5% 3% 5% 0;
}
.cardservice{
background-color: rgb(170, 165, 165);
padding-bottom: 50px;
}
#title {
background-color: #388686;
color: #fff;
text-align: left;
}
#title .container-fluid {
padding: 3% 15% 7%;
}
.title-image {
width: 60%;
position: absolute;
right: 30%;
}
#pricing{
margin-bottom: 10px;
}
.pricecard{
background-color: #D3DEDC;
}
.card{
border:none;
outline: none;
}
.card p{
color: gray;
}
.bin{
align-self: center;
align-content: center;
align-items: center;
}
.card-img-top{
padding-top: 10px;
}
.card-body{
padding-bottom: 30px;
}
.circle{
height: 70px;
width: 70px;
background-color: rgb(248, 247, 247);
color: black;
padding: 12px;
font-size: 30px;
border-radius: 50%;
display: inline-block;
margin-bottom: 20px;
}
#footer{
background-color:#388686;
} | 0.241758 | 0.109182 |
:host {
/**
* @prop --color-green-500: Success message color
*/
--color-green-500: #38c172;
/**
* @prop --color-red-500: Error message color
*/
--color-red-500: #e3342f;
/**
* @prop --color-gray-200: Input background color
*/
--color-gray-200: #fcfcfc;
/**
* @prop --color-gray-500: Privacy policy description text color, Input border color
*/
--color-gray-600: #cccccc;
/**
* @prop --color-gray-700: Label text color, Input text color
*/
--color-gray-700: #8E8E8E;
/**
* @prop --color-white: Success / Error message text color
*/
--color-white: #ffffff;
/**
* @prop --color-key-500: Button background color
*/
--color-key-500: #33a8e0;
/**
* @prop --color-key-600: Button hover background color
*/
--color-key-600: #f39100;
/**
* @prop --font-family: Base font family
*/
--font-family: 'system-ui', '-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"';
/**
* @prop --font-size: Base font size
*/
--font-size: '16px';
display: block;
font-size: var(--font-size);
}
*, ::before, ::after {
box-sizing: border-box;
}
.font-family {
font-family: var(--font-family);
}
.block {
display: block;
}
.hidden {
display: none;
}
.bg-red-500 {
background-color: var(--color-red-500);
}
.bg-green-500 {
background-color: var(--color-green-500);
}
.appearance-none {
appearance: none;
}
.w-full {
width: 100%;
}
.bg-gray-200 {
background-color: var(--color-gray-200);
}
.border {
border-width: 1px;
}
.border-solid {
border-style: solid;
}
.border-gray-600 {
border-color: var(--color-gray-600);
}
.text-gray-700 {
color: var(--color-gray-700);
}
.font-light {
font-weight: 300;
}
.rounded-md {
border-radius: 0.375em;
}
.py-3 {
padding-top: .75em;
padding-bottom: .75em;
}
.px-4 {
padding-left: 1em;
padding-right: 1em;
}
.mb-3 {
margin-bottom: 1.5em;
}
.leading-tight {
line-height: 1.2;
}
.focus\:outline-none:focus {
outline: none;
}
.focus\:bg-gray-400:focus {
background-color: var(--color-gray-400);
}
.placeholder-gray-600 {}
.font-semibold {
font-weight: 600;
}
.text-gray-700 {
color: var(--color-gray-700);
}
.text-sm {
font-size: 0.875em;
}
.mb-2 {
margin-bottom: 0.5em;
}
.my-2 {
margin-top: 0.5em;
margin-bottom: 0.5em;
}
.p-4 {
padding: 1em
}
.text-red-500 {
color: var(--color-red-500);
}
.text-white {
color: var(--color-white);
}
.text-center {
text-align: center;
}
.bg-key-500 {
background-color: var(--color-key-500);
}
.hover\:bg-key-600:hover {
background-color: var(--color-key-600);
}
.border-none {
border: none;
}
.py-3 {
padding-top: .75em;
padding-bottom: .75em;
}
.px-8 {
padding-left: 2em;
padding-right: 2em;
}
.cursor-pointer {
cursor: pointer;
}
.flex {
display: flex;
}
.flex-row {
flex-direction: row;
}
.items-center {
align-items: center;
}
.h-5 {
height: 1.25em;
}
.ml-3 {
margin-left: 0.75em;
}
.text-gray-600 {
color: var(--color-gray-600);
}
.my-0 {
margin-top: 0;
margin-bottom: 0;
}
.mt-0 {
margin-top: 0;
}
.mb-0 {
margin-bottom: 0;
} | src/components/et-register-cc/et-register-cc.css | :host {
/**
* @prop --color-green-500: Success message color
*/
--color-green-500: #38c172;
/**
* @prop --color-red-500: Error message color
*/
--color-red-500: #e3342f;
/**
* @prop --color-gray-200: Input background color
*/
--color-gray-200: #fcfcfc;
/**
* @prop --color-gray-500: Privacy policy description text color, Input border color
*/
--color-gray-600: #cccccc;
/**
* @prop --color-gray-700: Label text color, Input text color
*/
--color-gray-700: #8E8E8E;
/**
* @prop --color-white: Success / Error message text color
*/
--color-white: #ffffff;
/**
* @prop --color-key-500: Button background color
*/
--color-key-500: #33a8e0;
/**
* @prop --color-key-600: Button hover background color
*/
--color-key-600: #f39100;
/**
* @prop --font-family: Base font family
*/
--font-family: 'system-ui', '-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"';
/**
* @prop --font-size: Base font size
*/
--font-size: '16px';
display: block;
font-size: var(--font-size);
}
*, ::before, ::after {
box-sizing: border-box;
}
.font-family {
font-family: var(--font-family);
}
.block {
display: block;
}
.hidden {
display: none;
}
.bg-red-500 {
background-color: var(--color-red-500);
}
.bg-green-500 {
background-color: var(--color-green-500);
}
.appearance-none {
appearance: none;
}
.w-full {
width: 100%;
}
.bg-gray-200 {
background-color: var(--color-gray-200);
}
.border {
border-width: 1px;
}
.border-solid {
border-style: solid;
}
.border-gray-600 {
border-color: var(--color-gray-600);
}
.text-gray-700 {
color: var(--color-gray-700);
}
.font-light {
font-weight: 300;
}
.rounded-md {
border-radius: 0.375em;
}
.py-3 {
padding-top: .75em;
padding-bottom: .75em;
}
.px-4 {
padding-left: 1em;
padding-right: 1em;
}
.mb-3 {
margin-bottom: 1.5em;
}
.leading-tight {
line-height: 1.2;
}
.focus\:outline-none:focus {
outline: none;
}
.focus\:bg-gray-400:focus {
background-color: var(--color-gray-400);
}
.placeholder-gray-600 {}
.font-semibold {
font-weight: 600;
}
.text-gray-700 {
color: var(--color-gray-700);
}
.text-sm {
font-size: 0.875em;
}
.mb-2 {
margin-bottom: 0.5em;
}
.my-2 {
margin-top: 0.5em;
margin-bottom: 0.5em;
}
.p-4 {
padding: 1em
}
.text-red-500 {
color: var(--color-red-500);
}
.text-white {
color: var(--color-white);
}
.text-center {
text-align: center;
}
.bg-key-500 {
background-color: var(--color-key-500);
}
.hover\:bg-key-600:hover {
background-color: var(--color-key-600);
}
.border-none {
border: none;
}
.py-3 {
padding-top: .75em;
padding-bottom: .75em;
}
.px-8 {
padding-left: 2em;
padding-right: 2em;
}
.cursor-pointer {
cursor: pointer;
}
.flex {
display: flex;
}
.flex-row {
flex-direction: row;
}
.items-center {
align-items: center;
}
.h-5 {
height: 1.25em;
}
.ml-3 {
margin-left: 0.75em;
}
.text-gray-600 {
color: var(--color-gray-600);
}
.my-0 {
margin-top: 0;
margin-bottom: 0;
}
.mt-0 {
margin-top: 0;
}
.mb-0 {
margin-bottom: 0;
} | 0.731059 | 0.133641 |
@charset "UTF-8";
/* topBanner */
.topBanner {
height: 80px;
margin-top: 0;
background: #3c3838;
color: #fff;
}
.topBanner .wrap {
overflow: hidden;
}
.topBanner .banner-board {
float: left;
position: relative;
width: 50%;
margin-top: 21px;
}
.topBanner .slick-list {
overflow: hidden;
position: relative;
height: 36px !important;
padding: 0 0 0 36px;
line-height: 36px;
}
.topBanner .slick-slide {
overflow: hidden;
}
.topBanner .slick-slide > span {
float: left;
width: calc(100% - 127px);
font-size: 17px;
}
.topBanner .slick-slide a {
float: right;
height: 35px;
padding: 0 20px;
background: #312c2d;
border-radius: 18px;
}
.topBanner .slick-slide a span {
display: inline-block;
padding-right: 17px;
line-height: 35px;
font-weight: 300;
font-size: 14px;
color: #e5e5e5;
letter-spacing: -0.01em;
vertical-align: top;
background: url("/img/main/ico_right_arrow3.png") no-repeat right center; }
.topBanner form {
float: right;
padding-top: 27px;
}
.topBanner .today-check {
display: inline-block;
margin-right: 20px;
vertical-align: top;
}
.topBanner .today-check input[type="checkbox"] {
position: relative;
top: 2px;
width: 16px;
height: 16px;
}
.topBanner .today-check label {
margin-left: 12px;
line-height: 24px;
font-weight: 300;
font-size: 16.5px;
letter-spacing: -0.025em;
color: #bfbfbf;
}
.topBanner .btn-mainbanner-close {
display: inline-block;
width: 20px;
height: 20px;
margin-top: 2px;
font-size: 0;
text-indent: -9999em;
background: url("/img/main/btnClose01.png") no-repeat -2px -2px;
vertical-align: top;
}
.topBanner .slick-arrow {
position: absolute;
left: 0;
z-index: 51;
width: 12px;
height: 16px;
text-indent: -9999em;
overflow: hidden;
background-repeat: no-repeat;
background-position: center center;
}
.topBanner .slick-arrow.slick-prev {
top: 17px;
background: url("/img/main/btn_up_arrow1.png") no-repeat;
}
.topBanner .slick-arrow.slick-next {
top: 32px;
background: url("/img/main/btn_down_arrow1.png") no-repeat;
}
.topBanner .slick-arrow.slick-prev:before,
.topBanner .slick-arrow.slick-next:before {
display:none;
}
@media (max-width: 1440px) {
.topBanner {
height: 70px;
}
.topBanner .slick-slide > span {
font-size: 1rem;
}
.topBanner .slick-slide a span {
font-size: 13px;
}
.topBanner .banner-board {
margin-top: 16px;
}
.topBanner form {
padding-top: 22px;
}
.topBanner .today-check label {
font-size: .95rem;
}
}
@media (max-width: 1024px) {
.topBanner {
display: none;
}
}
/* Visual */
.visual {
position: relative;
overflow: hidden;
margin-top: 0;
}
.visual .slick-dotted.slick-slider {
margin-bottom: 0;
}
.visual .slick-dots li button:before {
color: #fff;
}
.visual .slick-dots li.slick-active button:before {
color: #fff;
}
.visual .slick-slide > img {
margin: 0 auto;
transition: all .3s;
}
.visual .slick-slide .text {
position: absolute;
left: 50%;
top: 0;
width: 46%;
height: 100%;
max-width: 390px;
margin-left: -650px;
}
.visual .slick-slide .text h2 {
margin-top: 28%;
margin-bottom: 7px;
color: #fff;
font-weight: 700;
font-size: 2.85rem
}
.visual .slick-slide .text p {
color: #fff;
font-weight: 100;
font-size: 1.05rem;
letter-spacing: -0.02em;
line-height: 1.5;
word-break: keep-all;
}
.visual .slick-slide .text a {
display: inline-block;
margin-top: 30px;
padding: 6px 13% 8px;
color: #fff;
font-weight: 300;
font-size: .87rem;
border: 1px solid rgba(255,255,255,.5);
}
.visual .slick-slide .text a img {
display: inline-block;
margin-left: 20px;
}
.visual .slick-slide .text a * {
vertical-align: middle;
}
.visual .slick-slide .text ul {
overflow: hidden;
position: absolute;
bottom: 17%;
width: 100%;
}
.visual .slick-slide .text li {
float: left;
margin: 0 3.5%;
text-align: center;
}
.visual .slick-slide .text li:first-child {
margin-left: 0;
}
.visual .slick-slide .text li img {
margin-bottom: 3px;
}
.visual .slick-slide .text li span {
color: #fff;
font-size: .8rem;
font-weight: 100;
}
.visual .slick-slide .img {
display: none;
}
.visual .slick-slide.slick-current .img {
display: block;
position: absolute;
transform: translate(0, -50%);
}
.visual .slick-slide.slick-current .img > div {
position: absolute;
}
.visual .slick-slide.slick-current .one {
top: 0;
box-shadow: 0 0 30px rgba(0,0,0,.25);
animation: one .4s 1 normal;
-moz-animation: one .4s 1 normal; /* Firefox */
-webkit-animation: one .4s 1 normal; /* Safari and Chrome */
-o-animation: one .4s 1 normal; /* Opera */
}
.visual .slick-slide.slick-current .one:after {
content: "";
position: absolute;
display: block;
background: rgba(0,0,0,.7);
animation: one .9s 1 normal;
-moz-animation: one .9s 1 normal; /* Firefox */
-webkit-animation: one .9s 1 normal; /* Safari and Chrome */
-o-animation: one .9s 1 normal; /* Opera */
}
@keyframes one {
0%, 85% { opacity:0;}
100% { opacity:1;}
}
@-moz-keyframes one { /* Firefox */
0%, 85% { opacity:0;}
100% { opacity:1;}
}
@-webkit-keyframes one { /* Safari and Chrome */
0%, 85% { opacity:0;}
100% { opacity:1;}
}
@-o-keyframes one { /* Opera */
0%, 85% { opacity:0;}
100% { opacity:1;}
}
.visual .slick-slide.slick-current .two {
top: 25%;
animation: two 1.4s 1 normal;
-moz-animation: two 1.4s 1 normal; /* Firefox */
-webkit-animation: two 1.4s 1 normal; /* Safari and Chrome */
-o-animation: two 1.4s 1 normal; /* Opera */
}
@keyframes two {
0%, 80% { left: 5%; opacity:0;}
100%, 150% { left: 0; opacity:1;}
}
@-moz-keyframes two { /* Firefox */
0%, 80% { left: 5%; opacity:0;}
100%, 150% { left: 0; opacity:1;}
}
@-webkit-keyframes two { /* Safari and Chrome */
0%, 80% { left: 5%; opacity:0;}
100%, 150% { left: 0; opacity:1;}
}
@-o-keyframes two { /* Opera */
0%, 80% { left: 5%; opacity:0;}
100%, 150% { left: 0; opacity:1;}
}
.visual .slick-slide.slick-current .three {
top: 25%;
animation: three 1.7s 1 normal;
-moz-animation: three 1.7s 1 normal; /* Firefox */
-webkit-animation: three 1.7s 1 normal; /* Safari and Chrome */
-o-animation: three 1.7s 1 normal; /* Opera */
}
@keyframes three {
0%, 80% { right: -5%; opacity:0;}
100% { right: 0; opacity:1;}
}
@-moz-keyframes three { /* Firefox */
0%, 80% { right: -5%; opacity:0;}
100% { right: 0; opacity:1;}
}
@-webkit-keyframes three { /* Safari and Chrome */
0%, 80% { right: -5%; opacity:0;}
100% { right: 0; opacity:1;}
}
@-o-keyframes three { /* Opera */
0%, 80% { right: -5%; opacity:0;}
100% { right: 0; opacity:1;}
}
.visual .slick-slide.slick-current .one01 {
top: 0;
right: 0;
animation: one .4s 1 normal;
-moz-animation: one .4s 1 normal; /* Firefox */
-webkit-animation: one .4s 1 normal; /* Safari and Chrome */
-o-animation: one .4s 1 normal; /* Opera */
}
.visual .slick-slide.slick-current .one01:after {
content: "";
position: absolute;
display: block;
background: rgba(0,0,0,.7);
animation: one .9s 1 normal;
-moz-animation: one .9s 1 normal; /* Firefox */
-webkit-animation: one .9s 1 normal; /* Safari and Chrome */
-o-animation: one .9s 1 normal; /* Opera */
}
@keyframes one01 {
0%, 85% { opacity:0;}
100% { opacity:1;}
}
@-moz-keyframes one01 { /* Firefox */
0%, 85% { opacity:0;}
100% { opacity:1;}
}
@-webkit-keyframes one01 { /* Safari and Chrome */
0%, 85% { opacity:0;}
100% { opacity:1;}
}
@-o-keyframes one01 { /* Opera */
0%, 85% { opacity:0;}
100% { opacity:1;}
}
.visual .slick-slide.slick-current .two01 {
animation: two01 1.4s 1 normal;
-moz-animation: two01 1.4s 1 normal; /* Firefox */
-webkit-animation: two01 1.4s 1 normal; /* Safari and Chrome */
-o-animation: two01 1.4s 1 normal; /* Opera */
}
@keyframes two01 {
0%, 80% { opacity:0;}
100% { opacity:1;}
}
@-moz-keyframes two01 { /* Firefox */
0%, 80% { opacity:0;}
100% { opacity:1;}
}
@-webkit-keyframes two01 { /* Safari and Chrome */
0%, 80% { opacity:0;}
100% { opacity:1;}
}
@-o-keyframes two01 { /* Opera */
0%, 80% { opacity:0;}
100% { opacity:1;}
}
.visual .slick-slide.slick-current .three01 {
animation: three01 1.7s 1 normal;
-moz-animation: three01 1.7s 1 normal; /* Firefox */
-webkit-animation: three01 1.7s 1 normal; /* Safari and Chrome */
-o-animation: three01 1.7s 1 normal; /* Opera */
}
@keyframes three01 {
0%, 80% { opacity:0;}
100% { opacity:1;}
}
@-moz-keyframes three01 { /* Firefox */
0%, 80% { opacity:0;}
100% { opacity:1;}
}
@-webkit-keyframes three01 { /* Safari and Chrome */
0%, 80% { opacity:0;}
100% { opacity:1;}
}
@-o-keyframes three01 { /* Opera */
0%, 80% { opacity:0;}
100% { opacity:1;}
}
.visual .slick-slide.slick-current .two02 {
animation: two02 1.8s 1 normal;
-moz-animation: two02 1.8s 1 normal; /* Firefox */
-webkit-animation: two02 1.8s 1 normal; /* Safari and Chrome */
-o-animation: two02 1.8s 1 normal; /* Opera */
}
@keyframes two02 {
0%, 80% { opacity:0;}
100% { opacity:1;}
}
@-moz-keyframes two02 { /* Firefox */
0%, 80% { opacity:0;}
100% { opacity:1;}
}
@-webkit-keyframes two02 { /* Safari and Chrome */
0%, 80% { opacity:0;}
100% { opacity:1;}
}
@-o-keyframes two02 { /* Opera */
0%, 80% { opacity:0;}
100% { opacity:1;}
}
.visual .slick-slide.slick-current .three02 {
animation: three02 2.3s 1 normal;
-moz-animation: three02 2.3s 1 normal; /* Firefox */
-webkit-animation: three02 2.3s 1 normal; /* Safari and Chrome */
-o-animation: three02 2.3s 1 normal; /* Opera */
}
@keyframes three02 {
0%, 80% { opacity:0;}
100% { opacity:1;}
}
@-moz-keyframes three02 { /* Firefox */
0%, 80% { opacity:0;}
100% { opacity:1;}
}
@-webkit-keyframes three02 { /* Safari and Chrome */
0%, 80% { opacity:0;}
100% { opacity:1;}
}
@-o-keyframes three02 { /* Opera */
0%, 80% { opacity:0;}
100% { opacity:1;}
}
.visual .slick-slide.slick-current .four02 {
animation: four02 2.9s 1 normal;
-moz-animation: four02 2.9s 1 normal; /* Firefox */
-webkit-animation: four02 2.9s 1 normal; /* Safari and Chrome */
-o-animation: four02 2.9s 1 normal; /* Opera */
}
@keyframes four02 {
0%, 80% { opacity:0;}
100% { opacity:1;}
}
@-moz-keyframes four02 { /* Firefox */
0%, 80% { opacity:0;}
100% { opacity:1;}
}
@-webkit-keyframes four02 { /* Safari and Chrome */
0%, 80% { opacity:0;}
100% { opacity:1;}
}
@-o-keyframes four02 { /* Opera */
0%, 80% { opacity:0;}
100% { opacity:1;}
}
@media (min-width: 1441px) {
.visual .slick-slide.slick-current .img {
top: 50%;
left: 50%;
width: 650px;
height: 494px;
}
.visual .slick-slide.slick-current .one {
width: 267px;
height: 494px;
right: 155px;
}
.visual .slick-slide.slick-current .one:after {
right: 12px;
top: 50px;
width: 244px;
height: 431px;
border-radius: 17px;
}
.visual .slick-slide.slick-current .two {
width: 272px;
height: 177px;
left: 75px;
}
.visual .slick-slide.slick-current .three {
width: 272px;
height: 177px;
right: 0;
}
.visual .slick-slide.slick-current .one01 {
height: 494px;
}
.visual .slick-slide.slick-current .one01:after {
right: 11px;
top: 50px;
width: 245px;
height: 431px;
border-radius: 15px;
}
.visual .slick-slide.slick-current .two01 {
width: 267px;
height: 446px;
right: 380px;
top: calc(50% - 260px);
}
.visual .slick-slide.slick-current .three01 {
width: 267px;
height: 446px;
right: 120px;
top: calc(50% - 260px);
}
.visual .slick-slide.slick-current .two02 {
width: 303px;
height: 80px;
right: 160px;
top: calc(50% - 260px);
}
.visual .slick-slide.slick-current .three02 {
width: 303px;
height: 316px;
right: 160px;
top: calc(50% - 176px);
}
.visual .slick-slide.slick-current .four02 {
width: 303px;
height: 64px;
right: 160px;
top: calc(50% + 142px);
}
}
@media (min-width: 1441px) and (max-width: 1903px) {
.visual .slick-slide > img {
position: relative;
left: 50%;
width: 1903px;
margin-left: -951.5px;
}
}
@media (max-width: 1440px) {
.visual {
height: 560px;
overflow: hidden;
}
.visual .slick-slide > img {
width: auto;
height: 560px;
}
.visual .slick-slide .text {
left: 0;
width: auto;
height: 560px;
margin-left: 70px;
}
.visual .slick-slide .text h2 {
margin-top: 23%;
margin-bottom: 5px;
font-size: 2.4rem;
}
.visual .slick-slide .text p {
font-size: 1rem;
}
.visual .slick-slide .text a {
margin-top: 26px;
padding: 4px 11% 6px;
font-size: .85rem;
}
.visual .slick-slide .text li img {
width: 50px;
margin: 0 auto 3px;
}
.visual .slick-slide.slick-current .img {
top: calc(50% - 65px);
right: 70px;
width: 600px;
height: 53%;
}
.visual .slick-slide.slick-current .img img {
width: 100%;
height: auto;
}
.visual .slick-slide.slick-current .one {
right: 120px;
}
.visual .slick-slide.slick-current .one,
.visual .slick-slide.slick-current .one01 {
top: 0;
width: 226px;
height: 428px;
}
.visual .slick-slide.slick-current .one:after,
.visual .slick-slide.slick-current .one01:after {
left: 9px;
top: 42px;
width: 207px;
height: 365px;
border-radius: 14px;
}
.visual .slick-slide.slick-current .one img,
.visual .slick-slide.slick-current .one01 img {
width: 100%;
}
.visual .slick-slide.slick-current .two {
top: 31%;
left: 138px;
width: 220px;
height: 143px;
}
.visual .slick-slide.slick-current .three {
top: 31%;
right: 0;
width: 220px;
height: 143px;
}
.visual .slick-slide.slick-current .one01 {
right: 0;
}
.visual .slick-slide.slick-current .two01,
.visual .slick-slide.slick-current .three01 {
top: calc(50% - 140px);
right: 280px;
width: 245px;
}
.visual .slick-slide.slick-current .three01 {
right: 60px;
}
.visual .slick-slide.slick-current .two02,
.visual .slick-slide.slick-current .three02,
.visual .slick-slide.slick-current .four02 {
top: calc(50% - 135px);
right: 142px;
width: 245px;
}
.visual .slick-slide.slick-current .two01 img,
.visual .slick-slide.slick-current .three01 img,
.visual .slick-slide.slick-current .two02 img,
.visual .slick-slide.slick-current .three02 img,
.visual .slick-slide.slick-current .four02 img {
width: 95%;
}
.visual .slick-slide.slick-current .three02 {
top: calc(50% - 63px);
}
.visual .slick-slide.slick-current .four02 {
top: calc(50% + 190px);
}
}
@media (max-width: 1024px) {
.visual .slick-slide .text {
margin-left: 4%;
width: 44%;
}
.visual .slick-slide.slick-current .img {
right: 4%;
width: 44%;
}
.visual .slick-slide.slick-current .one:after,
.visual .slick-slide.slick-current .one01:after,
.visual .slick-slide.slick-current .two,
.visual .slick-slide.slick-current .three,
.visual .slick-slide.slick-current .two01,
.visual .slick-slide.slick-current .three01,
.visual .slick-slide.slick-current .two02,
.visual .slick-slide.slick-current .three02,
.visual .slick-slide.slick-current .four02 {
display: none;
}
.visual .slick-slide.slick-current .one,
.visual .slick-slide.slick-current .one01 {
right: 0;
}
}
@media (max-width: 768px) {
.visual,
.visual .slick-slide.slick-current .text,
.visual .slick-slide.slick-current .img {
height: 340px;
}
.visual .slick-slide > img {
height: 340px;
}
.visual .slick-slide .text h2 {
margin-top: 16%;
font-size: 2.1rem;
}
.visual .slick-slide .text p {
font-size: .95rem;
}
.visual .slick-slide .text ul {
display: none;
}
.visual .slick-slide.slick-current .img {
top: 0;
transform: translate(0, 0);
}
.visual .slick-slide.slick-current .one,
.visual .slick-slide.slick-current .one01 {
width: 90%;
height: 100%;
}
.visual .slick-slide.slick-current .one img,
.visual .slick-slide.slick-current .one01 img {
width: auto;
height: 70%;
margin: 18% 0 0 auto;
}
.visual .slick-dots {
bottom: 20px;
}
}
@media (max-width: 480px) {
.visual,
.visual .slick-slide > img,
.visual .slick-slide.slick-current .text,
.visual .slick-slide.slick-current .img {
height: 260px;
}
.visual .slick-slide .text {
width: 54%;
}
.visual .slick-slide .text h2 {
margin-top: 14%;
margin-bottom: 0;
font-size: 1.7rem;
}
.visual .slick-slide .text p {
font-size: .85rem;
}
.visual .slick-slide .text a {
margin-top: 18px;
padding: 3px 10% 5px;
font-size: .7rem;
}
.visual .slick-slide .text a img {
margin-left: 10px;
}
.visual .slick-slide.slick-current .img {
width: 36%;
}
.visual .slick-slide.slick-current .one img,
.visual .slick-slide.slick-current .one01 img {
width: auto;
height: 63%;
margin: 30% 0 0 auto;
}
}
/* Content */
body > div {
margin-top: 110px;
}
body > .bg {
position: relative;
padding: 65px 0;
background-size: cover;
background-repeat: no-repeat;
background-position: 50% 0;
}
body > div a:hover {
color:#d61e53;
}
body > div a.btn {
display: inline-block;
width: 300px;
margin-top: 33px;
font-size: 1.05rem;
padding: 10px;
font-weight: 500;
border: 1px solid #585858;
}
.left .title {
position: relative;
float: left;
}
.left .title h2 {
margin-bottom: 12px;
font-weight: 700;
font-size: 2rem;
letter-spacing: -0.05em;
color: #000;
line-height: 1.2;
}
.left .title p {
font-size: .88rem;
color: #343434;
}
.title a {
color: #000;
}
.title a:hover {
color: #d61e53;
}
@media (max-width: 1440px) {
body > div {
margin-top: 60px;
}
body > div a.btn {
margin-top: 25px;
font-size: 1.02rem;
padding: 6px 10px;
}
body > .bg {
padding: 45px 0;
}
.left .title {
float: none;
width: 100%;
text-align: center;
}
.left .title h2 {
font-size: 1.8rem;
line-height: 1.1;
}
.left .title h2 {
margin-bottom: 25px;
}
.left .title p.text {
margin-top: -15px;
}
.left .title p.link {
position: absolute;
right: 7px;
top: 10px;
}
}
@media (max-width: 1024px) {
body > div a.btn {
font-size: .98rem;
}
.left .title p.link {
right: 0;
top: 5px;
}
}
@media (max-width: 768px) {
body > div {
margin-top: 50px;
}
body > div a.btn {
font-size: .9rem;
}
}
@media (max-width: 550px) {
body > div {
margin-top: 40px;
}
body > div a.btn {
width: 100%;
margin-top: 15px;
}
body > .bg {
padding: 40px 0;
}
.left .title h2 {
font-size: 1.6rem;
}
}
@media (max-width: 374px) {
.left .title p.text {
min-width: 200px;
word-break: keep-all;
}
}
/* Gallery */
.gallery {
width: 100%;
overflow: hidden;
}
.gallery .title {
width: calc(100% - 900px);
}
.gallery .title ul {
margin-top: 65px;
}
.gallery .title li {
overflow: hidden;
width: 100%;
}
.gallery .title li * {
margin-right: 20px;
color: #333;
font-size: .94rem;
font-weight: 500;
line-height: 16px;
vertical-align: top;
}
.gallery .gallery-board {
float: right;
width: 860px;
}
.gallery .gallery_list {
width: 884px;
margin-bottom: 0px;
}
.gallery .slick-dots li button {
font-size: 1em;
line-height: 1.6;
color: #333;
}
.gallery .slick-dots li button:before {
display: none;
}
.gallery .slick-slide {
position: relative;
height: 305px;
margin-right: 26px;
}
.gallery div.text {
position: absolute;
bottom: 0;
left: 20px;
right: 20px;
height: 90px;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.gallery .slick-current .text {
height: 152px;
}
.gallery div.text span {
display: inline-block;
padding: 3px 25px;
color: #fff;
font-size: 82%;
background: #d61e53;
}
.gallery div.text div {
display: block;
width: 100%;
margin-top: -14px;
padding: 32px 25px 22px;
color: #fff;
background: #213547;
}
.gallery h3 {
position: relative;
margin-bottom: 13px;
font-size: 1em;
letter-spacing: -0.03em;
}
.gallery dl {
display: none;
overflow: hidden;
}
.gallery dt {
float: left;
font-size: 82%;
font-weight: 500;
}
.gallery dd {
float: right;
width: calc(100% - 50px);
font-size: 82%;
font-weight: 300;
}
.gallery .slick-arrow.slick-prev {
background: url("/img/main/btn_before_arrow1.gif") no-repeat;
}
.gallery .slick-arrow.slick-next {
background: url("/img/main/btn_after_arrow1.gif") no-repeat;
}
.gallery .slick-arrow.slick-prev:before,
.gallery .slick-arrow.slick-next:before {
display:none;
}
.gallery .custom_paging {
position: absolute;
width: 100px;
margin-top: -41px;
margin-left: -414px;
font-size: .91em;
letter-spacing: .5em;
font-weight: 400;
}
.gallery .custom_paging li {
position: absolute;
background: #fff;
}
.gallery .custom_paging li.slick-active {
z-index: 1;
}
.gallery .slick-current h3:after,
.gallery .slick-current dl {
display: block;
}
@media (min-width: 1441px) {
.gallery .title li {
margin-top: 17px;
}
.gallery .title li * {
float: left;
}
.gallery .slick-arrow.slick-prev {
top: 280px;
margin-left: -414px;
}
.gallery .slick-arrow.slick-next {
left: 0;
top: 280px;
margin-left: -360px;
}
}
@media (max-width: 1440px) {
.gallery {
margin-bottom: 60px;
}
.gallery .slick-slide {
height: 285px;
}
.gallery .title {
width: 100%;
}
.gallery .title ul {
overflow: hidden;
margin-top: 20px;
}
.gallery .title li {
float: left;
width: calc(33.333% - 18px);
text-align: center;
vertical-align: top;
}
.gallery .title li:nth-child(2) {
margin: 0 26px;
}
.gallery .title li * {
font-size: .9rem;
}
.gallery .title li a {
display: block;
box-sizing: border-box;
width: 100%;
height: 45px;
padding: 14px 0 0;
border: 1px solid #dcdcdc;
}
.gallery .title li img {
margin-top: -2px;
}
.gallery .title li span {
display: inline-block;
height: 21px;
}
.gallery .gallery-board {
width: 100%;
height: 340px;
margin-top: 30px;
}
.gallery .gallery_list {
width: calc(100% + 26px);
}
.gallery .slick-slide .img {
background-size: cover;
background-position: 50% 0;
}
.gallery .slick-slide .img img {
width: 100%;
}
.gallery div.text {
left: 10px;
right: 10px;
}
.gallery .slick-current .text {
left: 10px;
right: 10px;
height: 136px;
}
.gallery div.text div {
padding-left: 20px;
padding-right: 20px;
}
.gallery div.text span {
padding: 2px 20px;
font-size: 78%;
}
.gallery h3 {
display: block;
overflow: hidden;
margin-bottom: 10px;
font-size: .9em;
white-space: nowrap;
text-overflow: ellipsis;
}
.gallery dt,
.gallery dd {
font-size: 78%;
}
.gallery .slick-arrow.slick-prev {
left: 44%;
top: 325px;
background-position: 50% 0;
}
.gallery .slick-arrow.slick-next {
right: 45%;
top: 325px;
background-position: 50% 0;
}
.gallery .custom_paging {
left: calc(50% - 28px);
width: 50px;
height: 30px;
margin-top: 23px;
margin-left: 0;
}
.gallery .custom_paging li {
box-sizing: border-box;
padding-left: 3px;
width: 100%;
text-align: center;
}
}
@media (max-width: 1350px) {
.gallery .slick-slide {
height: 260px;
}
.gallery .slick-arrow.slick-prev,
.gallery .slick-arrow.slick-next {
top: 300px;
}
}
@media (max-width: 1200px) {
.gallery .gallery-board {
height: 300px;
}
.gallery .slick-slide {
height: 250px;
}
.gallery .slick-arrow.slick-prev,
.gallery .slick-arrow.slick-next {
top: 288px;
}
.gallery div.text,
.gallery .slick-current .text {
left: 0;
right: 0;
height: 129px;
}
.gallery div.text div {
padding-top: 29px;
padding-bottom: 18px;
}
.gallery dl {
display: block;
}
}
@media (max-width: 1024px) {
.gallery .wrap {
width: 86%;
}
.gallery .title {
width: 106%;
margin-left: -3%;
}
.gallery .slick-slide {
position: relative;
margin-right: 13px;
margin-left: 13px;
}
.gallery .gallery_list {
width: 100%;
}
.gallery .gallery-board,
.gallery .slick-slide {
height: auto;
}
.gallery .slick-slide .img img {
margin-bottom: 20px;
}
.gallery .slick-arrow.slick-prev,
.gallery .slick-arrow.slick-next {
top: 50%;
left: -25px;
width: 24px;
height: 24px;
background-color: #fff;
background-size: 30%;
background-position: 50% 50%;
border-radius: 24px;
box-shadow: 0 0 2px #666;
z-index: 1;
}
.gallery .slick-arrow.slick-next {
left: auto;
right: -25px;
}
.gallery .custom_paging {
display: none !important;
}
}
@media (max-width: 768px) {
.gallery {
margin-bottom: 50px;
}
.gallery .gallery-board {
margin-top: 20px;
}
.gallery .slick-slide .img img {
margin-bottom: 45px;
}
.gallery div.text,
.gallery .slick-current .text {
left: 0;
right: 0;
height: 123px;
}
.gallery div.text span {
padding: 2px 15px;
}
.gallery div.text div {
padding: 27px 15px 17px;
}
.gallery dd {
width: calc(100% - 35px);
}
.gallery .slick-arrow.slick-prev {
left: -17px;
}
.gallery .slick-arrow.slick-next {
right: -17px;
}
}
@media (max-width: 550px) {
.gallery {
margin-bottom: 40px;
}
.gallery .slick-slide .img img {
margin-bottom: 25px;
}
}
@media (max-width: 400px) {
.gallery .gallery-board {
margin-top: 15px;
}
}
@media (max-width: 376px) {
.gallery .slick-slide .img img {
margin-bottom: 40px;
}
}
/* Function */
body div.function {
background-image: url("/img/main/bgFunction.jpg");
background-color: #f7f8f8;
}
.function h3 {
margin-bottom: 35px;
font-size: 1.2rem;
font-weight: 700;
line-height: 1.5;
}
.function li {
position: relative;
display: inline-block;
width: 30%;
}
.function li img {
margin-right: 5%;
}
.function li * {
display: inline-block;
text-align: left;
font-size: .93rem;
line-height: 1.4;
color: #323232;
vertical-align: middle;
}
.function a.btn {
color: #323232;
border-color: #585858;
}
.function a.btn:hover {
color: #d61e53;
border-color: #d61e53;
}
@media (max-width: 1440px) {
.function h3 {
margin-bottom: 25px;
font-size: 1.1rem;
line-height: 1.45;
}
.function li * {
font-size: .9rem;
}
}
@media(min-width:1025px){
.function {
top:100px;
opacity:.2;
}
.function.active {
top:0;
opacity:1;
transition:all .8s ease 0.2s;
}
.function li {
top:-50px;
opacity:0;
}
.function.active li {
top:0;
opacity:1;
transition:all 1s ease 0.5s;
}
}
@media (max-width: 1024px) and (min-width: 551px) {
.function span {
display: block;
margin-top: 10px;
text-align: center;
}
.function li {
width: 32.5%;
}
.function li img {
margin-right: 0;
}
}
@media (max-width: 768px) {
.function h3 {
font-size: 1.02rem;
}
.function li * {
font-size: .85rem;
}
}
@media (max-width: 550px) {
.function h3 {
margin-bottom: 10px;
font-size: 1rem;
word-break: keep-all;
}
.function li {
position: relative;
width: 100%;
}
.function li:nth-child(2) {
border-top: 1px dotted #ccc;
border-bottom: 1px dotted #ccc;
}
.function li img {
display: none;
}
.function li span {
padding: 7px 0;
}
.function li br {
display: none
}
}
/* Movie */
.movie {
position: relative;
}
.movie h3 {
margin-top: -13px;
margin-bottom: 34px;
color: #000;
font-size: 1.75rem;
line-height: 1;
letter-spacing: -0.05em;
font-weight: 500;
}
.movie h3 img {
display: inline-block;
margin-bottom: 8px;
}
.movie ul {
overflow: hidden;
}
.movie li {
float: left;
position: relative;
}
.movie li:nth-child(2) {
margin: 0 25px;
}
.movie li a {
overflow: hidden;
display: block;
width: 416px;
height: 256px;
}
.movie li a > img {
-webkit-transform:scale(1);
-moz-transform:scale(1);
-ms-transform:scale(1);
-o-transform:scale(1);
transform:scale(1);
-webkit-transition:.3s;
-moz-transition:.3s;
-ms-transition:.3s;
-o-transition:.3s;
transition:.3s;
}
.movie li a:hover > img {
-webkit-transform:scale(1.1);
-moz-transform:scale(1.1);
-o-transform:scale(1.1);
-ms-transform:scale(1.1);
transform:scale(1.1);
}
.movie li div {
position: absolute;
top: 80px;
left: 0;
width: 100%;
line-height: 1.4;
}
.movie li div span {
display: block;
overflow: hidden;
margin-bottom: 12px;
padding: 0 3px;
font-size: 1.35rem;
font-weight: 400;
letter-spacing: -0.05em;
color: #fff;
white-space: nowrap;
text-overflow: ellipsis;
}
@media (max-width: 1455px) {
.movie h3 {
margin-top: 0;
margin-bottom: 27px;
font-size: 1.6rem;
}
.movie li {
float: left;
width: 32%;
text-align: center;
vertical-align: top;
}
.movie li:nth-child(2) {
margin: 0 2%;
}
.movie li a {
width: 100%;
height: auto;
}
.movie li a > img {
width: 100%;
}
.movie li div {
top: 20%;
}
.movie li div span {
font-size: 1.2rem;
}
}
@media(min-width:1025px){
.movie {
top:200px;
opacity:.2;
}
.movie.active {
top:0;
opacity:1;
transition:all .8s ease 0.5s;
}
}
@media (max-width: 1024px) {
.movie li div span {
font-size: 1.05rem;
}
.movie li div span + img {
display: inline-block;
width: 26px;
}
}
@media (max-width: 768px) {
.movie li div {
top: 24%;
}
.movie li div img {
display: none;
}
.movie li div span {
margin-bottom: 5px;
}
}
@media (max-width: 550px) and (min-width:400) {
.movie li div {
top: 25%;
}
}
@media (max-width: 550px) {
.movie h3 {
margin-bottom: 15px;
font-size: 1.3rem;
}
.movie h3 img {
width: 19px;
margin-bottom: 6px;
}
.movie li {
width: 49%;
}
.movie li:nth-child(2) {
margin-right: 0;
}
.movie li:nth-child(3) {
display: none;
}
.movie li div {
top: 25%;
}
.movie li div span {
font-size: 1rem;
}
}
@media (max-width: 400px) {
.movie li div {
top: 22%;
}
.movie li div span + img {
width: 26px;
}
}
/* Promotion */
.promotion {
position: relative;
margin-top: 75px;
}
.promotion ul {
float: right;
width: calc(100% - 260px);
margin-top: -5px;
}
.promotion li {
float: left;
box-sizing: border-box;
width: 100%;
padding: 0 8px;
line-height: 50px;
color: #787878;
font-size: .9rem;
border-bottom: 1px solid #dcdcdc;
}
.promotion li a {
float: left;
overflow: hidden;
position: relative;
display: block;
width: calc(100% - 85px);
padding-left: 20px;
font-size: .984rem;
color: #323232;
white-space: nowrap;
text-overflow: ellipsis;
}
.promotion li a:after {
content: "";
display: block;
position: absolute;
top: 45%;
left: 0;
width: 3px;
height: 3px;
background: #666;
}
.promotion li a:hover:after {
background: #d61e53;
}
.promotion span {
float: right;
}
@media (max-width: 1440px) {
.promotion {
margin-top: 55px;
}
.promotion ul {
width: 100%;
}
.promotion li {
line-height: 46px;
}
.promotion li a {
padding-left: 13px;
font-size: .96rem;
}
}
@media(min-width:1025px){
.promotion {
top:200px;
opacity:.2;
}
.promotion.active {
top:0;
opacity:1;
transition:all .8s ease 0.5s;
}
}
@media (max-width: 550px) {
.promotion {
margin-top: 25px;
}
.promotion .title h2 {
margin-bottom: 15px;
font-size: 1.5rem;
}
.promotion li {
font-size: .8rem;
line-height: 36px;
}
.promotion li a {
padding-left: 10px;
font-size: .9rem;
}
}
/* Itnbasic */
body div.itnbasic {
position: relative;
padding: 65px 0;
color: #fff;
background-image: url("/img/main/bgItnbasic.jpg") ;
background-size: cover;
}
.itnbasic h3 {
margin-bottom: 25px;
font-size: 1.45rem;
font-weight: 700;
line-height: 1.4;
}
.itnbasic P {
font-size: 1.055rem;
line-height: 1.5;
}
.itnbasic a.btn {
font-size: 1.05rem;
color: #fff;
border-color: #c0c5ca;
}
.itnbasic a.btn:hover {
color: #49c3fc;
border-color: #49c3fc;
}
@media (max-width: 1440px) {
body div.itnbasic {
padding: 56px 0;
}
.itnbasic h3 {
font-size: 1.25rem;
}
.itnbasic P {
font-size: .95rem;
}
.itnbasic a.btn {
font-size: 1rem;
}
}
@media (max-width: 550px) {
body div.itnbasic {
padding: 40px 0;
}
.itnbasic h3 {
margin-bottom: 15px;
font-size: 1.15rem;
}
.itnbasic p {
font-size: .85rem;
letter-spacing: -0.05em;
}
.itnbasic p br {
display: none;
}
}
/* btnSite */
body > div.btnSite {
margin-top: 0;
padding: 15px 0;
background: #3c3c3c;
}
.btnSite li {
display: inline-block;
max-width: calc(25% - 4px);
}
.btnSite li a {
display: inline-block;
box-sizing: border-box;
padding: 0 25px;
font-size: .9rem;
color: #fff;
}
.btnSite li a strong {
padding-right: 2px;
font-weight: 500;
color: #fff;
}
.btnSite li a:hover,
.btnSite li a:hover * {
color: #f7ea00;
}
@media (max-width: 1440px) {
body > div.btnSite {
padding: 5px 0;
}
.btnSite li a {
font-size: .85rem;
line-height: 1.4;
}
.btnSite li a strong {
display: block;
}
}
@media (max-width: 1024px) {
body > div.btnSite {
display: none;
}
} | public/css/user/main.css | @charset "UTF-8";
/* topBanner */
.topBanner {
height: 80px;
margin-top: 0;
background: #3c3838;
color: #fff;
}
.topBanner .wrap {
overflow: hidden;
}
.topBanner .banner-board {
float: left;
position: relative;
width: 50%;
margin-top: 21px;
}
.topBanner .slick-list {
overflow: hidden;
position: relative;
height: 36px !important;
padding: 0 0 0 36px;
line-height: 36px;
}
.topBanner .slick-slide {
overflow: hidden;
}
.topBanner .slick-slide > span {
float: left;
width: calc(100% - 127px);
font-size: 17px;
}
.topBanner .slick-slide a {
float: right;
height: 35px;
padding: 0 20px;
background: #312c2d;
border-radius: 18px;
}
.topBanner .slick-slide a span {
display: inline-block;
padding-right: 17px;
line-height: 35px;
font-weight: 300;
font-size: 14px;
color: #e5e5e5;
letter-spacing: -0.01em;
vertical-align: top;
background: url("/img/main/ico_right_arrow3.png") no-repeat right center; }
.topBanner form {
float: right;
padding-top: 27px;
}
.topBanner .today-check {
display: inline-block;
margin-right: 20px;
vertical-align: top;
}
.topBanner .today-check input[type="checkbox"] {
position: relative;
top: 2px;
width: 16px;
height: 16px;
}
.topBanner .today-check label {
margin-left: 12px;
line-height: 24px;
font-weight: 300;
font-size: 16.5px;
letter-spacing: -0.025em;
color: #bfbfbf;
}
.topBanner .btn-mainbanner-close {
display: inline-block;
width: 20px;
height: 20px;
margin-top: 2px;
font-size: 0;
text-indent: -9999em;
background: url("/img/main/btnClose01.png") no-repeat -2px -2px;
vertical-align: top;
}
.topBanner .slick-arrow {
position: absolute;
left: 0;
z-index: 51;
width: 12px;
height: 16px;
text-indent: -9999em;
overflow: hidden;
background-repeat: no-repeat;
background-position: center center;
}
.topBanner .slick-arrow.slick-prev {
top: 17px;
background: url("/img/main/btn_up_arrow1.png") no-repeat;
}
.topBanner .slick-arrow.slick-next {
top: 32px;
background: url("/img/main/btn_down_arrow1.png") no-repeat;
}
.topBanner .slick-arrow.slick-prev:before,
.topBanner .slick-arrow.slick-next:before {
display:none;
}
@media (max-width: 1440px) {
.topBanner {
height: 70px;
}
.topBanner .slick-slide > span {
font-size: 1rem;
}
.topBanner .slick-slide a span {
font-size: 13px;
}
.topBanner .banner-board {
margin-top: 16px;
}
.topBanner form {
padding-top: 22px;
}
.topBanner .today-check label {
font-size: .95rem;
}
}
@media (max-width: 1024px) {
.topBanner {
display: none;
}
}
/* Visual */
.visual {
position: relative;
overflow: hidden;
margin-top: 0;
}
.visual .slick-dotted.slick-slider {
margin-bottom: 0;
}
.visual .slick-dots li button:before {
color: #fff;
}
.visual .slick-dots li.slick-active button:before {
color: #fff;
}
.visual .slick-slide > img {
margin: 0 auto;
transition: all .3s;
}
.visual .slick-slide .text {
position: absolute;
left: 50%;
top: 0;
width: 46%;
height: 100%;
max-width: 390px;
margin-left: -650px;
}
.visual .slick-slide .text h2 {
margin-top: 28%;
margin-bottom: 7px;
color: #fff;
font-weight: 700;
font-size: 2.85rem
}
.visual .slick-slide .text p {
color: #fff;
font-weight: 100;
font-size: 1.05rem;
letter-spacing: -0.02em;
line-height: 1.5;
word-break: keep-all;
}
.visual .slick-slide .text a {
display: inline-block;
margin-top: 30px;
padding: 6px 13% 8px;
color: #fff;
font-weight: 300;
font-size: .87rem;
border: 1px solid rgba(255,255,255,.5);
}
.visual .slick-slide .text a img {
display: inline-block;
margin-left: 20px;
}
.visual .slick-slide .text a * {
vertical-align: middle;
}
.visual .slick-slide .text ul {
overflow: hidden;
position: absolute;
bottom: 17%;
width: 100%;
}
.visual .slick-slide .text li {
float: left;
margin: 0 3.5%;
text-align: center;
}
.visual .slick-slide .text li:first-child {
margin-left: 0;
}
.visual .slick-slide .text li img {
margin-bottom: 3px;
}
.visual .slick-slide .text li span {
color: #fff;
font-size: .8rem;
font-weight: 100;
}
.visual .slick-slide .img {
display: none;
}
.visual .slick-slide.slick-current .img {
display: block;
position: absolute;
transform: translate(0, -50%);
}
.visual .slick-slide.slick-current .img > div {
position: absolute;
}
.visual .slick-slide.slick-current .one {
top: 0;
box-shadow: 0 0 30px rgba(0,0,0,.25);
animation: one .4s 1 normal;
-moz-animation: one .4s 1 normal; /* Firefox */
-webkit-animation: one .4s 1 normal; /* Safari and Chrome */
-o-animation: one .4s 1 normal; /* Opera */
}
.visual .slick-slide.slick-current .one:after {
content: "";
position: absolute;
display: block;
background: rgba(0,0,0,.7);
animation: one .9s 1 normal;
-moz-animation: one .9s 1 normal; /* Firefox */
-webkit-animation: one .9s 1 normal; /* Safari and Chrome */
-o-animation: one .9s 1 normal; /* Opera */
}
@keyframes one {
0%, 85% { opacity:0;}
100% { opacity:1;}
}
@-moz-keyframes one { /* Firefox */
0%, 85% { opacity:0;}
100% { opacity:1;}
}
@-webkit-keyframes one { /* Safari and Chrome */
0%, 85% { opacity:0;}
100% { opacity:1;}
}
@-o-keyframes one { /* Opera */
0%, 85% { opacity:0;}
100% { opacity:1;}
}
.visual .slick-slide.slick-current .two {
top: 25%;
animation: two 1.4s 1 normal;
-moz-animation: two 1.4s 1 normal; /* Firefox */
-webkit-animation: two 1.4s 1 normal; /* Safari and Chrome */
-o-animation: two 1.4s 1 normal; /* Opera */
}
@keyframes two {
0%, 80% { left: 5%; opacity:0;}
100%, 150% { left: 0; opacity:1;}
}
@-moz-keyframes two { /* Firefox */
0%, 80% { left: 5%; opacity:0;}
100%, 150% { left: 0; opacity:1;}
}
@-webkit-keyframes two { /* Safari and Chrome */
0%, 80% { left: 5%; opacity:0;}
100%, 150% { left: 0; opacity:1;}
}
@-o-keyframes two { /* Opera */
0%, 80% { left: 5%; opacity:0;}
100%, 150% { left: 0; opacity:1;}
}
.visual .slick-slide.slick-current .three {
top: 25%;
animation: three 1.7s 1 normal;
-moz-animation: three 1.7s 1 normal; /* Firefox */
-webkit-animation: three 1.7s 1 normal; /* Safari and Chrome */
-o-animation: three 1.7s 1 normal; /* Opera */
}
@keyframes three {
0%, 80% { right: -5%; opacity:0;}
100% { right: 0; opacity:1;}
}
@-moz-keyframes three { /* Firefox */
0%, 80% { right: -5%; opacity:0;}
100% { right: 0; opacity:1;}
}
@-webkit-keyframes three { /* Safari and Chrome */
0%, 80% { right: -5%; opacity:0;}
100% { right: 0; opacity:1;}
}
@-o-keyframes three { /* Opera */
0%, 80% { right: -5%; opacity:0;}
100% { right: 0; opacity:1;}
}
.visual .slick-slide.slick-current .one01 {
top: 0;
right: 0;
animation: one .4s 1 normal;
-moz-animation: one .4s 1 normal; /* Firefox */
-webkit-animation: one .4s 1 normal; /* Safari and Chrome */
-o-animation: one .4s 1 normal; /* Opera */
}
.visual .slick-slide.slick-current .one01:after {
content: "";
position: absolute;
display: block;
background: rgba(0,0,0,.7);
animation: one .9s 1 normal;
-moz-animation: one .9s 1 normal; /* Firefox */
-webkit-animation: one .9s 1 normal; /* Safari and Chrome */
-o-animation: one .9s 1 normal; /* Opera */
}
@keyframes one01 {
0%, 85% { opacity:0;}
100% { opacity:1;}
}
@-moz-keyframes one01 { /* Firefox */
0%, 85% { opacity:0;}
100% { opacity:1;}
}
@-webkit-keyframes one01 { /* Safari and Chrome */
0%, 85% { opacity:0;}
100% { opacity:1;}
}
@-o-keyframes one01 { /* Opera */
0%, 85% { opacity:0;}
100% { opacity:1;}
}
.visual .slick-slide.slick-current .two01 {
animation: two01 1.4s 1 normal;
-moz-animation: two01 1.4s 1 normal; /* Firefox */
-webkit-animation: two01 1.4s 1 normal; /* Safari and Chrome */
-o-animation: two01 1.4s 1 normal; /* Opera */
}
@keyframes two01 {
0%, 80% { opacity:0;}
100% { opacity:1;}
}
@-moz-keyframes two01 { /* Firefox */
0%, 80% { opacity:0;}
100% { opacity:1;}
}
@-webkit-keyframes two01 { /* Safari and Chrome */
0%, 80% { opacity:0;}
100% { opacity:1;}
}
@-o-keyframes two01 { /* Opera */
0%, 80% { opacity:0;}
100% { opacity:1;}
}
.visual .slick-slide.slick-current .three01 {
animation: three01 1.7s 1 normal;
-moz-animation: three01 1.7s 1 normal; /* Firefox */
-webkit-animation: three01 1.7s 1 normal; /* Safari and Chrome */
-o-animation: three01 1.7s 1 normal; /* Opera */
}
@keyframes three01 {
0%, 80% { opacity:0;}
100% { opacity:1;}
}
@-moz-keyframes three01 { /* Firefox */
0%, 80% { opacity:0;}
100% { opacity:1;}
}
@-webkit-keyframes three01 { /* Safari and Chrome */
0%, 80% { opacity:0;}
100% { opacity:1;}
}
@-o-keyframes three01 { /* Opera */
0%, 80% { opacity:0;}
100% { opacity:1;}
}
.visual .slick-slide.slick-current .two02 {
animation: two02 1.8s 1 normal;
-moz-animation: two02 1.8s 1 normal; /* Firefox */
-webkit-animation: two02 1.8s 1 normal; /* Safari and Chrome */
-o-animation: two02 1.8s 1 normal; /* Opera */
}
@keyframes two02 {
0%, 80% { opacity:0;}
100% { opacity:1;}
}
@-moz-keyframes two02 { /* Firefox */
0%, 80% { opacity:0;}
100% { opacity:1;}
}
@-webkit-keyframes two02 { /* Safari and Chrome */
0%, 80% { opacity:0;}
100% { opacity:1;}
}
@-o-keyframes two02 { /* Opera */
0%, 80% { opacity:0;}
100% { opacity:1;}
}
.visual .slick-slide.slick-current .three02 {
animation: three02 2.3s 1 normal;
-moz-animation: three02 2.3s 1 normal; /* Firefox */
-webkit-animation: three02 2.3s 1 normal; /* Safari and Chrome */
-o-animation: three02 2.3s 1 normal; /* Opera */
}
@keyframes three02 {
0%, 80% { opacity:0;}
100% { opacity:1;}
}
@-moz-keyframes three02 { /* Firefox */
0%, 80% { opacity:0;}
100% { opacity:1;}
}
@-webkit-keyframes three02 { /* Safari and Chrome */
0%, 80% { opacity:0;}
100% { opacity:1;}
}
@-o-keyframes three02 { /* Opera */
0%, 80% { opacity:0;}
100% { opacity:1;}
}
.visual .slick-slide.slick-current .four02 {
animation: four02 2.9s 1 normal;
-moz-animation: four02 2.9s 1 normal; /* Firefox */
-webkit-animation: four02 2.9s 1 normal; /* Safari and Chrome */
-o-animation: four02 2.9s 1 normal; /* Opera */
}
@keyframes four02 {
0%, 80% { opacity:0;}
100% { opacity:1;}
}
@-moz-keyframes four02 { /* Firefox */
0%, 80% { opacity:0;}
100% { opacity:1;}
}
@-webkit-keyframes four02 { /* Safari and Chrome */
0%, 80% { opacity:0;}
100% { opacity:1;}
}
@-o-keyframes four02 { /* Opera */
0%, 80% { opacity:0;}
100% { opacity:1;}
}
@media (min-width: 1441px) {
.visual .slick-slide.slick-current .img {
top: 50%;
left: 50%;
width: 650px;
height: 494px;
}
.visual .slick-slide.slick-current .one {
width: 267px;
height: 494px;
right: 155px;
}
.visual .slick-slide.slick-current .one:after {
right: 12px;
top: 50px;
width: 244px;
height: 431px;
border-radius: 17px;
}
.visual .slick-slide.slick-current .two {
width: 272px;
height: 177px;
left: 75px;
}
.visual .slick-slide.slick-current .three {
width: 272px;
height: 177px;
right: 0;
}
.visual .slick-slide.slick-current .one01 {
height: 494px;
}
.visual .slick-slide.slick-current .one01:after {
right: 11px;
top: 50px;
width: 245px;
height: 431px;
border-radius: 15px;
}
.visual .slick-slide.slick-current .two01 {
width: 267px;
height: 446px;
right: 380px;
top: calc(50% - 260px);
}
.visual .slick-slide.slick-current .three01 {
width: 267px;
height: 446px;
right: 120px;
top: calc(50% - 260px);
}
.visual .slick-slide.slick-current .two02 {
width: 303px;
height: 80px;
right: 160px;
top: calc(50% - 260px);
}
.visual .slick-slide.slick-current .three02 {
width: 303px;
height: 316px;
right: 160px;
top: calc(50% - 176px);
}
.visual .slick-slide.slick-current .four02 {
width: 303px;
height: 64px;
right: 160px;
top: calc(50% + 142px);
}
}
@media (min-width: 1441px) and (max-width: 1903px) {
.visual .slick-slide > img {
position: relative;
left: 50%;
width: 1903px;
margin-left: -951.5px;
}
}
@media (max-width: 1440px) {
.visual {
height: 560px;
overflow: hidden;
}
.visual .slick-slide > img {
width: auto;
height: 560px;
}
.visual .slick-slide .text {
left: 0;
width: auto;
height: 560px;
margin-left: 70px;
}
.visual .slick-slide .text h2 {
margin-top: 23%;
margin-bottom: 5px;
font-size: 2.4rem;
}
.visual .slick-slide .text p {
font-size: 1rem;
}
.visual .slick-slide .text a {
margin-top: 26px;
padding: 4px 11% 6px;
font-size: .85rem;
}
.visual .slick-slide .text li img {
width: 50px;
margin: 0 auto 3px;
}
.visual .slick-slide.slick-current .img {
top: calc(50% - 65px);
right: 70px;
width: 600px;
height: 53%;
}
.visual .slick-slide.slick-current .img img {
width: 100%;
height: auto;
}
.visual .slick-slide.slick-current .one {
right: 120px;
}
.visual .slick-slide.slick-current .one,
.visual .slick-slide.slick-current .one01 {
top: 0;
width: 226px;
height: 428px;
}
.visual .slick-slide.slick-current .one:after,
.visual .slick-slide.slick-current .one01:after {
left: 9px;
top: 42px;
width: 207px;
height: 365px;
border-radius: 14px;
}
.visual .slick-slide.slick-current .one img,
.visual .slick-slide.slick-current .one01 img {
width: 100%;
}
.visual .slick-slide.slick-current .two {
top: 31%;
left: 138px;
width: 220px;
height: 143px;
}
.visual .slick-slide.slick-current .three {
top: 31%;
right: 0;
width: 220px;
height: 143px;
}
.visual .slick-slide.slick-current .one01 {
right: 0;
}
.visual .slick-slide.slick-current .two01,
.visual .slick-slide.slick-current .three01 {
top: calc(50% - 140px);
right: 280px;
width: 245px;
}
.visual .slick-slide.slick-current .three01 {
right: 60px;
}
.visual .slick-slide.slick-current .two02,
.visual .slick-slide.slick-current .three02,
.visual .slick-slide.slick-current .four02 {
top: calc(50% - 135px);
right: 142px;
width: 245px;
}
.visual .slick-slide.slick-current .two01 img,
.visual .slick-slide.slick-current .three01 img,
.visual .slick-slide.slick-current .two02 img,
.visual .slick-slide.slick-current .three02 img,
.visual .slick-slide.slick-current .four02 img {
width: 95%;
}
.visual .slick-slide.slick-current .three02 {
top: calc(50% - 63px);
}
.visual .slick-slide.slick-current .four02 {
top: calc(50% + 190px);
}
}
@media (max-width: 1024px) {
.visual .slick-slide .text {
margin-left: 4%;
width: 44%;
}
.visual .slick-slide.slick-current .img {
right: 4%;
width: 44%;
}
.visual .slick-slide.slick-current .one:after,
.visual .slick-slide.slick-current .one01:after,
.visual .slick-slide.slick-current .two,
.visual .slick-slide.slick-current .three,
.visual .slick-slide.slick-current .two01,
.visual .slick-slide.slick-current .three01,
.visual .slick-slide.slick-current .two02,
.visual .slick-slide.slick-current .three02,
.visual .slick-slide.slick-current .four02 {
display: none;
}
.visual .slick-slide.slick-current .one,
.visual .slick-slide.slick-current .one01 {
right: 0;
}
}
@media (max-width: 768px) {
.visual,
.visual .slick-slide.slick-current .text,
.visual .slick-slide.slick-current .img {
height: 340px;
}
.visual .slick-slide > img {
height: 340px;
}
.visual .slick-slide .text h2 {
margin-top: 16%;
font-size: 2.1rem;
}
.visual .slick-slide .text p {
font-size: .95rem;
}
.visual .slick-slide .text ul {
display: none;
}
.visual .slick-slide.slick-current .img {
top: 0;
transform: translate(0, 0);
}
.visual .slick-slide.slick-current .one,
.visual .slick-slide.slick-current .one01 {
width: 90%;
height: 100%;
}
.visual .slick-slide.slick-current .one img,
.visual .slick-slide.slick-current .one01 img {
width: auto;
height: 70%;
margin: 18% 0 0 auto;
}
.visual .slick-dots {
bottom: 20px;
}
}
@media (max-width: 480px) {
.visual,
.visual .slick-slide > img,
.visual .slick-slide.slick-current .text,
.visual .slick-slide.slick-current .img {
height: 260px;
}
.visual .slick-slide .text {
width: 54%;
}
.visual .slick-slide .text h2 {
margin-top: 14%;
margin-bottom: 0;
font-size: 1.7rem;
}
.visual .slick-slide .text p {
font-size: .85rem;
}
.visual .slick-slide .text a {
margin-top: 18px;
padding: 3px 10% 5px;
font-size: .7rem;
}
.visual .slick-slide .text a img {
margin-left: 10px;
}
.visual .slick-slide.slick-current .img {
width: 36%;
}
.visual .slick-slide.slick-current .one img,
.visual .slick-slide.slick-current .one01 img {
width: auto;
height: 63%;
margin: 30% 0 0 auto;
}
}
/* Content */
body > div {
margin-top: 110px;
}
body > .bg {
position: relative;
padding: 65px 0;
background-size: cover;
background-repeat: no-repeat;
background-position: 50% 0;
}
body > div a:hover {
color:#d61e53;
}
body > div a.btn {
display: inline-block;
width: 300px;
margin-top: 33px;
font-size: 1.05rem;
padding: 10px;
font-weight: 500;
border: 1px solid #585858;
}
.left .title {
position: relative;
float: left;
}
.left .title h2 {
margin-bottom: 12px;
font-weight: 700;
font-size: 2rem;
letter-spacing: -0.05em;
color: #000;
line-height: 1.2;
}
.left .title p {
font-size: .88rem;
color: #343434;
}
.title a {
color: #000;
}
.title a:hover {
color: #d61e53;
}
@media (max-width: 1440px) {
body > div {
margin-top: 60px;
}
body > div a.btn {
margin-top: 25px;
font-size: 1.02rem;
padding: 6px 10px;
}
body > .bg {
padding: 45px 0;
}
.left .title {
float: none;
width: 100%;
text-align: center;
}
.left .title h2 {
font-size: 1.8rem;
line-height: 1.1;
}
.left .title h2 {
margin-bottom: 25px;
}
.left .title p.text {
margin-top: -15px;
}
.left .title p.link {
position: absolute;
right: 7px;
top: 10px;
}
}
@media (max-width: 1024px) {
body > div a.btn {
font-size: .98rem;
}
.left .title p.link {
right: 0;
top: 5px;
}
}
@media (max-width: 768px) {
body > div {
margin-top: 50px;
}
body > div a.btn {
font-size: .9rem;
}
}
@media (max-width: 550px) {
body > div {
margin-top: 40px;
}
body > div a.btn {
width: 100%;
margin-top: 15px;
}
body > .bg {
padding: 40px 0;
}
.left .title h2 {
font-size: 1.6rem;
}
}
@media (max-width: 374px) {
.left .title p.text {
min-width: 200px;
word-break: keep-all;
}
}
/* Gallery */
.gallery {
width: 100%;
overflow: hidden;
}
.gallery .title {
width: calc(100% - 900px);
}
.gallery .title ul {
margin-top: 65px;
}
.gallery .title li {
overflow: hidden;
width: 100%;
}
.gallery .title li * {
margin-right: 20px;
color: #333;
font-size: .94rem;
font-weight: 500;
line-height: 16px;
vertical-align: top;
}
.gallery .gallery-board {
float: right;
width: 860px;
}
.gallery .gallery_list {
width: 884px;
margin-bottom: 0px;
}
.gallery .slick-dots li button {
font-size: 1em;
line-height: 1.6;
color: #333;
}
.gallery .slick-dots li button:before {
display: none;
}
.gallery .slick-slide {
position: relative;
height: 305px;
margin-right: 26px;
}
.gallery div.text {
position: absolute;
bottom: 0;
left: 20px;
right: 20px;
height: 90px;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.gallery .slick-current .text {
height: 152px;
}
.gallery div.text span {
display: inline-block;
padding: 3px 25px;
color: #fff;
font-size: 82%;
background: #d61e53;
}
.gallery div.text div {
display: block;
width: 100%;
margin-top: -14px;
padding: 32px 25px 22px;
color: #fff;
background: #213547;
}
.gallery h3 {
position: relative;
margin-bottom: 13px;
font-size: 1em;
letter-spacing: -0.03em;
}
.gallery dl {
display: none;
overflow: hidden;
}
.gallery dt {
float: left;
font-size: 82%;
font-weight: 500;
}
.gallery dd {
float: right;
width: calc(100% - 50px);
font-size: 82%;
font-weight: 300;
}
.gallery .slick-arrow.slick-prev {
background: url("/img/main/btn_before_arrow1.gif") no-repeat;
}
.gallery .slick-arrow.slick-next {
background: url("/img/main/btn_after_arrow1.gif") no-repeat;
}
.gallery .slick-arrow.slick-prev:before,
.gallery .slick-arrow.slick-next:before {
display:none;
}
.gallery .custom_paging {
position: absolute;
width: 100px;
margin-top: -41px;
margin-left: -414px;
font-size: .91em;
letter-spacing: .5em;
font-weight: 400;
}
.gallery .custom_paging li {
position: absolute;
background: #fff;
}
.gallery .custom_paging li.slick-active {
z-index: 1;
}
.gallery .slick-current h3:after,
.gallery .slick-current dl {
display: block;
}
@media (min-width: 1441px) {
.gallery .title li {
margin-top: 17px;
}
.gallery .title li * {
float: left;
}
.gallery .slick-arrow.slick-prev {
top: 280px;
margin-left: -414px;
}
.gallery .slick-arrow.slick-next {
left: 0;
top: 280px;
margin-left: -360px;
}
}
@media (max-width: 1440px) {
.gallery {
margin-bottom: 60px;
}
.gallery .slick-slide {
height: 285px;
}
.gallery .title {
width: 100%;
}
.gallery .title ul {
overflow: hidden;
margin-top: 20px;
}
.gallery .title li {
float: left;
width: calc(33.333% - 18px);
text-align: center;
vertical-align: top;
}
.gallery .title li:nth-child(2) {
margin: 0 26px;
}
.gallery .title li * {
font-size: .9rem;
}
.gallery .title li a {
display: block;
box-sizing: border-box;
width: 100%;
height: 45px;
padding: 14px 0 0;
border: 1px solid #dcdcdc;
}
.gallery .title li img {
margin-top: -2px;
}
.gallery .title li span {
display: inline-block;
height: 21px;
}
.gallery .gallery-board {
width: 100%;
height: 340px;
margin-top: 30px;
}
.gallery .gallery_list {
width: calc(100% + 26px);
}
.gallery .slick-slide .img {
background-size: cover;
background-position: 50% 0;
}
.gallery .slick-slide .img img {
width: 100%;
}
.gallery div.text {
left: 10px;
right: 10px;
}
.gallery .slick-current .text {
left: 10px;
right: 10px;
height: 136px;
}
.gallery div.text div {
padding-left: 20px;
padding-right: 20px;
}
.gallery div.text span {
padding: 2px 20px;
font-size: 78%;
}
.gallery h3 {
display: block;
overflow: hidden;
margin-bottom: 10px;
font-size: .9em;
white-space: nowrap;
text-overflow: ellipsis;
}
.gallery dt,
.gallery dd {
font-size: 78%;
}
.gallery .slick-arrow.slick-prev {
left: 44%;
top: 325px;
background-position: 50% 0;
}
.gallery .slick-arrow.slick-next {
right: 45%;
top: 325px;
background-position: 50% 0;
}
.gallery .custom_paging {
left: calc(50% - 28px);
width: 50px;
height: 30px;
margin-top: 23px;
margin-left: 0;
}
.gallery .custom_paging li {
box-sizing: border-box;
padding-left: 3px;
width: 100%;
text-align: center;
}
}
@media (max-width: 1350px) {
.gallery .slick-slide {
height: 260px;
}
.gallery .slick-arrow.slick-prev,
.gallery .slick-arrow.slick-next {
top: 300px;
}
}
@media (max-width: 1200px) {
.gallery .gallery-board {
height: 300px;
}
.gallery .slick-slide {
height: 250px;
}
.gallery .slick-arrow.slick-prev,
.gallery .slick-arrow.slick-next {
top: 288px;
}
.gallery div.text,
.gallery .slick-current .text {
left: 0;
right: 0;
height: 129px;
}
.gallery div.text div {
padding-top: 29px;
padding-bottom: 18px;
}
.gallery dl {
display: block;
}
}
@media (max-width: 1024px) {
.gallery .wrap {
width: 86%;
}
.gallery .title {
width: 106%;
margin-left: -3%;
}
.gallery .slick-slide {
position: relative;
margin-right: 13px;
margin-left: 13px;
}
.gallery .gallery_list {
width: 100%;
}
.gallery .gallery-board,
.gallery .slick-slide {
height: auto;
}
.gallery .slick-slide .img img {
margin-bottom: 20px;
}
.gallery .slick-arrow.slick-prev,
.gallery .slick-arrow.slick-next {
top: 50%;
left: -25px;
width: 24px;
height: 24px;
background-color: #fff;
background-size: 30%;
background-position: 50% 50%;
border-radius: 24px;
box-shadow: 0 0 2px #666;
z-index: 1;
}
.gallery .slick-arrow.slick-next {
left: auto;
right: -25px;
}
.gallery .custom_paging {
display: none !important;
}
}
@media (max-width: 768px) {
.gallery {
margin-bottom: 50px;
}
.gallery .gallery-board {
margin-top: 20px;
}
.gallery .slick-slide .img img {
margin-bottom: 45px;
}
.gallery div.text,
.gallery .slick-current .text {
left: 0;
right: 0;
height: 123px;
}
.gallery div.text span {
padding: 2px 15px;
}
.gallery div.text div {
padding: 27px 15px 17px;
}
.gallery dd {
width: calc(100% - 35px);
}
.gallery .slick-arrow.slick-prev {
left: -17px;
}
.gallery .slick-arrow.slick-next {
right: -17px;
}
}
@media (max-width: 550px) {
.gallery {
margin-bottom: 40px;
}
.gallery .slick-slide .img img {
margin-bottom: 25px;
}
}
@media (max-width: 400px) {
.gallery .gallery-board {
margin-top: 15px;
}
}
@media (max-width: 376px) {
.gallery .slick-slide .img img {
margin-bottom: 40px;
}
}
/* Function */
body div.function {
background-image: url("/img/main/bgFunction.jpg");
background-color: #f7f8f8;
}
.function h3 {
margin-bottom: 35px;
font-size: 1.2rem;
font-weight: 700;
line-height: 1.5;
}
.function li {
position: relative;
display: inline-block;
width: 30%;
}
.function li img {
margin-right: 5%;
}
.function li * {
display: inline-block;
text-align: left;
font-size: .93rem;
line-height: 1.4;
color: #323232;
vertical-align: middle;
}
.function a.btn {
color: #323232;
border-color: #585858;
}
.function a.btn:hover {
color: #d61e53;
border-color: #d61e53;
}
@media (max-width: 1440px) {
.function h3 {
margin-bottom: 25px;
font-size: 1.1rem;
line-height: 1.45;
}
.function li * {
font-size: .9rem;
}
}
@media(min-width:1025px){
.function {
top:100px;
opacity:.2;
}
.function.active {
top:0;
opacity:1;
transition:all .8s ease 0.2s;
}
.function li {
top:-50px;
opacity:0;
}
.function.active li {
top:0;
opacity:1;
transition:all 1s ease 0.5s;
}
}
@media (max-width: 1024px) and (min-width: 551px) {
.function span {
display: block;
margin-top: 10px;
text-align: center;
}
.function li {
width: 32.5%;
}
.function li img {
margin-right: 0;
}
}
@media (max-width: 768px) {
.function h3 {
font-size: 1.02rem;
}
.function li * {
font-size: .85rem;
}
}
@media (max-width: 550px) {
.function h3 {
margin-bottom: 10px;
font-size: 1rem;
word-break: keep-all;
}
.function li {
position: relative;
width: 100%;
}
.function li:nth-child(2) {
border-top: 1px dotted #ccc;
border-bottom: 1px dotted #ccc;
}
.function li img {
display: none;
}
.function li span {
padding: 7px 0;
}
.function li br {
display: none
}
}
/* Movie */
.movie {
position: relative;
}
.movie h3 {
margin-top: -13px;
margin-bottom: 34px;
color: #000;
font-size: 1.75rem;
line-height: 1;
letter-spacing: -0.05em;
font-weight: 500;
}
.movie h3 img {
display: inline-block;
margin-bottom: 8px;
}
.movie ul {
overflow: hidden;
}
.movie li {
float: left;
position: relative;
}
.movie li:nth-child(2) {
margin: 0 25px;
}
.movie li a {
overflow: hidden;
display: block;
width: 416px;
height: 256px;
}
.movie li a > img {
-webkit-transform:scale(1);
-moz-transform:scale(1);
-ms-transform:scale(1);
-o-transform:scale(1);
transform:scale(1);
-webkit-transition:.3s;
-moz-transition:.3s;
-ms-transition:.3s;
-o-transition:.3s;
transition:.3s;
}
.movie li a:hover > img {
-webkit-transform:scale(1.1);
-moz-transform:scale(1.1);
-o-transform:scale(1.1);
-ms-transform:scale(1.1);
transform:scale(1.1);
}
.movie li div {
position: absolute;
top: 80px;
left: 0;
width: 100%;
line-height: 1.4;
}
.movie li div span {
display: block;
overflow: hidden;
margin-bottom: 12px;
padding: 0 3px;
font-size: 1.35rem;
font-weight: 400;
letter-spacing: -0.05em;
color: #fff;
white-space: nowrap;
text-overflow: ellipsis;
}
@media (max-width: 1455px) {
.movie h3 {
margin-top: 0;
margin-bottom: 27px;
font-size: 1.6rem;
}
.movie li {
float: left;
width: 32%;
text-align: center;
vertical-align: top;
}
.movie li:nth-child(2) {
margin: 0 2%;
}
.movie li a {
width: 100%;
height: auto;
}
.movie li a > img {
width: 100%;
}
.movie li div {
top: 20%;
}
.movie li div span {
font-size: 1.2rem;
}
}
@media(min-width:1025px){
.movie {
top:200px;
opacity:.2;
}
.movie.active {
top:0;
opacity:1;
transition:all .8s ease 0.5s;
}
}
@media (max-width: 1024px) {
.movie li div span {
font-size: 1.05rem;
}
.movie li div span + img {
display: inline-block;
width: 26px;
}
}
@media (max-width: 768px) {
.movie li div {
top: 24%;
}
.movie li div img {
display: none;
}
.movie li div span {
margin-bottom: 5px;
}
}
@media (max-width: 550px) and (min-width:400) {
.movie li div {
top: 25%;
}
}
@media (max-width: 550px) {
.movie h3 {
margin-bottom: 15px;
font-size: 1.3rem;
}
.movie h3 img {
width: 19px;
margin-bottom: 6px;
}
.movie li {
width: 49%;
}
.movie li:nth-child(2) {
margin-right: 0;
}
.movie li:nth-child(3) {
display: none;
}
.movie li div {
top: 25%;
}
.movie li div span {
font-size: 1rem;
}
}
@media (max-width: 400px) {
.movie li div {
top: 22%;
}
.movie li div span + img {
width: 26px;
}
}
/* Promotion */
.promotion {
position: relative;
margin-top: 75px;
}
.promotion ul {
float: right;
width: calc(100% - 260px);
margin-top: -5px;
}
.promotion li {
float: left;
box-sizing: border-box;
width: 100%;
padding: 0 8px;
line-height: 50px;
color: #787878;
font-size: .9rem;
border-bottom: 1px solid #dcdcdc;
}
.promotion li a {
float: left;
overflow: hidden;
position: relative;
display: block;
width: calc(100% - 85px);
padding-left: 20px;
font-size: .984rem;
color: #323232;
white-space: nowrap;
text-overflow: ellipsis;
}
.promotion li a:after {
content: "";
display: block;
position: absolute;
top: 45%;
left: 0;
width: 3px;
height: 3px;
background: #666;
}
.promotion li a:hover:after {
background: #d61e53;
}
.promotion span {
float: right;
}
@media (max-width: 1440px) {
.promotion {
margin-top: 55px;
}
.promotion ul {
width: 100%;
}
.promotion li {
line-height: 46px;
}
.promotion li a {
padding-left: 13px;
font-size: .96rem;
}
}
@media(min-width:1025px){
.promotion {
top:200px;
opacity:.2;
}
.promotion.active {
top:0;
opacity:1;
transition:all .8s ease 0.5s;
}
}
@media (max-width: 550px) {
.promotion {
margin-top: 25px;
}
.promotion .title h2 {
margin-bottom: 15px;
font-size: 1.5rem;
}
.promotion li {
font-size: .8rem;
line-height: 36px;
}
.promotion li a {
padding-left: 10px;
font-size: .9rem;
}
}
/* Itnbasic */
body div.itnbasic {
position: relative;
padding: 65px 0;
color: #fff;
background-image: url("/img/main/bgItnbasic.jpg") ;
background-size: cover;
}
.itnbasic h3 {
margin-bottom: 25px;
font-size: 1.45rem;
font-weight: 700;
line-height: 1.4;
}
.itnbasic P {
font-size: 1.055rem;
line-height: 1.5;
}
.itnbasic a.btn {
font-size: 1.05rem;
color: #fff;
border-color: #c0c5ca;
}
.itnbasic a.btn:hover {
color: #49c3fc;
border-color: #49c3fc;
}
@media (max-width: 1440px) {
body div.itnbasic {
padding: 56px 0;
}
.itnbasic h3 {
font-size: 1.25rem;
}
.itnbasic P {
font-size: .95rem;
}
.itnbasic a.btn {
font-size: 1rem;
}
}
@media (max-width: 550px) {
body div.itnbasic {
padding: 40px 0;
}
.itnbasic h3 {
margin-bottom: 15px;
font-size: 1.15rem;
}
.itnbasic p {
font-size: .85rem;
letter-spacing: -0.05em;
}
.itnbasic p br {
display: none;
}
}
/* btnSite */
body > div.btnSite {
margin-top: 0;
padding: 15px 0;
background: #3c3c3c;
}
.btnSite li {
display: inline-block;
max-width: calc(25% - 4px);
}
.btnSite li a {
display: inline-block;
box-sizing: border-box;
padding: 0 25px;
font-size: .9rem;
color: #fff;
}
.btnSite li a strong {
padding-right: 2px;
font-weight: 500;
color: #fff;
}
.btnSite li a:hover,
.btnSite li a:hover * {
color: #f7ea00;
}
@media (max-width: 1440px) {
body > div.btnSite {
padding: 5px 0;
}
.btnSite li a {
font-size: .85rem;
line-height: 1.4;
}
.btnSite li a strong {
display: block;
}
}
@media (max-width: 1024px) {
body > div.btnSite {
display: none;
}
} | 0.246896 | 0.053305 |
body {
}
body {
}
#registration {
min-height: 800px;
width: 62%;
border: 1px solid lightgray;
margin: 0px auto;
margin-top: 20px;
margin-bottom: 10px;
border-radius: 10px;
}
div p {
font-size: 30px;
text-align: center;
font-family: Adobe Garamond Pro Bold;
color: #265b89;
}
.Txtbox {
border-color: #265b89;
color:red;
background:#ededed;
font-weight:bold;
margin:0px auto;
}
.Txtbox:hover {
border-color:#1994fc;
}
.buttonbox {
background-color: #265b89;
border-radius:5px;
text-align:center;
margin-left: 1px;
color:White;
font-family:Segoe Print;
margin:0px auto;
}
.buttonbox:hover {
color:#b73351;
background-color: #ededed;
}
.FColor {
color:#b73351;
font-family:Segoe Print;
}
--------------------------------------------------------------------------axps---------------------------------------------------
<div id="registration" style="border:1px solid black">
<p>Retailer Registration ShopWay</p><hr />
Name<br />
<asp:TextBox ID="TxtName" runat="server" width="300px" Height="30px" Class="Txtbox"/><br /><br />
Gender<br />
<asp:RadioButton ID="RbdBtn1" runat="server" Text="Male" GroupName="gender" />
<asp:RadioButton ID="RbdBtn2" runat="server" Text="FeMale" GroupName="gender" /><br /><br />
Profile Photo<br />
<asp:FileUpload ID="FUPicture" runat="server" /><br /><br />
D O B<br />
<asp:TextBox runat="server" ID="RtlDob" width="300px" Height="30px" Class="Txtbox"/><br /><br />
Email ID<br />
<asp:TextBox ID="TxtEmail" runat="server" width="300px" Height="30px" Class="Txtbox"/><br /><br/>
Password<br />
<asp:TextBox ID="TxtPassword" runat="server" width="300px" Height="30px" Class="Txtbox" /><br /><br />
Mobile No<br/>
<asp:TextBox ID="TxtMobile" runat="server" width="300px" Height="30px" Class="Txtbox" /><br /><br />
Shop Type
<asp:DropDownList ID="DlQualification" runat="server" CssClass="SelectBox">
<asp:ListItem >--Select Shop Type--</asp:ListItem>
<asp:ListItem >Small Store</asp:ListItem>
<asp:ListItem >Large store</asp:ListItem>
<asp:ListItem >Heavy Store</asp:ListItem>
</asp:DropDownList><br /><br />
Shop Name<br />
<asp:TextBox ID="TxtSoname" runat="server" width="300px" Height="30px" Class="Txtbox" /><br /><br />
Shop number<br />
<asp:TextBox ID="TxtSoNum" runat="server" width="300px" Height="30px" Class="Txtbox" /><br /><br />
Adhar Number<br />
<asp:TextBox ID="TxtAdrNum" runat="server" width="300px" Height="30px" Class="Txtbox" /><br /><br />
Address<br />
<asp:TextBox ID="TxtAdd" runat="server" width="300px" Height="30px" Class="Txtbox" /><br /><br />
Captcha Code<br />
<asp:Label ID="Label1" runat="server" Text="Label"></asp:Label><br /><br />
<asp:CheckBox ID="CheckBox1" runat="server" />I accept all T & C. <br /><br />
<asp:Button ID="BtnReg" runat="server" Text="Registration Now" width="300px" Height="30px" Class="buttonbox"/><br /><br />
<hr style="width:50%" /> <br />
<asp:Button ID="BtnLogin" runat="server" Text="all raedy have an account?" width="300px" Height="30px" Class="buttonbox"/><br /><br />
</div> | css/RetailerRegistrationStyleSheet.css | body {
}
body {
}
#registration {
min-height: 800px;
width: 62%;
border: 1px solid lightgray;
margin: 0px auto;
margin-top: 20px;
margin-bottom: 10px;
border-radius: 10px;
}
div p {
font-size: 30px;
text-align: center;
font-family: Adobe Garamond Pro Bold;
color: #265b89;
}
.Txtbox {
border-color: #265b89;
color:red;
background:#ededed;
font-weight:bold;
margin:0px auto;
}
.Txtbox:hover {
border-color:#1994fc;
}
.buttonbox {
background-color: #265b89;
border-radius:5px;
text-align:center;
margin-left: 1px;
color:White;
font-family:Segoe Print;
margin:0px auto;
}
.buttonbox:hover {
color:#b73351;
background-color: #ededed;
}
.FColor {
color:#b73351;
font-family:Segoe Print;
}
--------------------------------------------------------------------------axps---------------------------------------------------
<div id="registration" style="border:1px solid black">
<p>Retailer Registration ShopWay</p><hr />
Name<br />
<asp:TextBox ID="TxtName" runat="server" width="300px" Height="30px" Class="Txtbox"/><br /><br />
Gender<br />
<asp:RadioButton ID="RbdBtn1" runat="server" Text="Male" GroupName="gender" />
<asp:RadioButton ID="RbdBtn2" runat="server" Text="FeMale" GroupName="gender" /><br /><br />
Profile Photo<br />
<asp:FileUpload ID="FUPicture" runat="server" /><br /><br />
D O B<br />
<asp:TextBox runat="server" ID="RtlDob" width="300px" Height="30px" Class="Txtbox"/><br /><br />
Email ID<br />
<asp:TextBox ID="TxtEmail" runat="server" width="300px" Height="30px" Class="Txtbox"/><br /><br/>
Password<br />
<asp:TextBox ID="TxtPassword" runat="server" width="300px" Height="30px" Class="Txtbox" /><br /><br />
Mobile No<br/>
<asp:TextBox ID="TxtMobile" runat="server" width="300px" Height="30px" Class="Txtbox" /><br /><br />
Shop Type
<asp:DropDownList ID="DlQualification" runat="server" CssClass="SelectBox">
<asp:ListItem >--Select Shop Type--</asp:ListItem>
<asp:ListItem >Small Store</asp:ListItem>
<asp:ListItem >Large store</asp:ListItem>
<asp:ListItem >Heavy Store</asp:ListItem>
</asp:DropDownList><br /><br />
Shop Name<br />
<asp:TextBox ID="TxtSoname" runat="server" width="300px" Height="30px" Class="Txtbox" /><br /><br />
Shop number<br />
<asp:TextBox ID="TxtSoNum" runat="server" width="300px" Height="30px" Class="Txtbox" /><br /><br />
Adhar Number<br />
<asp:TextBox ID="TxtAdrNum" runat="server" width="300px" Height="30px" Class="Txtbox" /><br /><br />
Address<br />
<asp:TextBox ID="TxtAdd" runat="server" width="300px" Height="30px" Class="Txtbox" /><br /><br />
Captcha Code<br />
<asp:Label ID="Label1" runat="server" Text="Label"></asp:Label><br /><br />
<asp:CheckBox ID="CheckBox1" runat="server" />I accept all T & C. <br /><br />
<asp:Button ID="BtnReg" runat="server" Text="Registration Now" width="300px" Height="30px" Class="buttonbox"/><br /><br />
<hr style="width:50%" /> <br />
<asp:Button ID="BtnLogin" runat="server" Text="all raedy have an account?" width="300px" Height="30px" Class="buttonbox"/><br /><br />
</div> | 0.208743 | 0.470311 |
.subheaderdemoBasicUsage .face {
border-radius: 30px;
border: 1px solid #ddd;
width: 48px;
margin: 16px; }
span { width:50%; display:inline-block; }
span.align-left { text-align:left; }
.modal {
display: block;
}
.breadcrumb-arrow {
height: 36px;
padding: 0;
line-height: 36px;
list-style: none;
background-color: #e6e9ed
}
.breadcrumb-arrow li:first-child a {
border-radius: 4px 0 0 4px;
-webkit-border-radius: 4px 0 0 4px;
-moz-border-radius: 4px 0 0 4px
}
.breadcrumb-arrow li, .breadcrumb-arrow li a, .breadcrumb-arrow li span {
display: inline-block;
vertical-align: top
}
.breadcrumb-arrow li:not(:first-child) {
margin-left: -5px
}
.breadcrumb-arrow li+li:before {
padding: 0;
content: ""
}
.modal-ku {
width: 750px;
margin: auto;
}
.btn {
background-color: DodgerBlue;
border: none;
color: white;
padding: 1px px;
font-size: 8;
cursor: pointer;
font-size: 15px;
}
.btn-close {
background-color: DodgerBlue;
border: none;
color: white;
padding: 1px px;
font-size: 8;
cursor: pointer;
font-size: 15px;
}
.btn:hover {
background-color: RoyalBlue;
}
.btn-blue.disabled, .btn-blue:disabled {
color: #fff;
background-color: #057ef7;
border-color: #057ef7;
}
.btn-blue {
color: #fff;
background-color: #057ef7;
border-color: #057ef7;
}
.btn-check{
background-color: DodgerBlue;
vertical-align: bottom;
border: none;
color: white;
padding-left: 2px;
padding-right: 2px;
width: 49px;
height: 26px;
padding-bottom: 2;
}
.btn-uncheck{
background-color: #dee2e6;
border: none;
color: #212529;
padding: 1px px;
height: 26px;
padding-left: 2px;
padding-right: 2px;
padding-top: 0px;
padding-bottom: 0px;
width: 64px;
}
.modal-content {
width: 500px !important;
}
.jumbotron{
height: calc(100vh);
background-color:white!important;
}
.topright {
position: absolute;
top: 62px;
right: 16px;
font-size: 18px;
}
.loader {
position: fixed; /* Sit on top of the page content */
display: none; /* Hidden by default */
width: 100%; /* Full width (cover the whole page) */
height: 100%; /* Full height (cover the whole page) */
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0,0,0,0.5); /* Black background with opacity */
z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
cursor: pointer; /* Add a pointer on hover */
}
.spinner{
position: relative;
border: 16px solid #f3f3f3;
border-radius: 50%;
border-top: 16px solid #3498db;
width: 120px;
height: 120px;
top: 300px;
left: 750px;
right: 0;
bottom: 0;
-webkit-animation: spin 2s linear infinite; /* Safari */
animation: spin 2s linear infinite;
}
/* .overlay {
position: fixed;
display: none;
width: 100%;
height: 100%;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0,0,0,0.5);
z-index: 2;
cursor: pointer;
} */
.text{
position: absolute;
top: 50%;
left: 50%;
font-size: 50px;
color: white;
transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
}
/* Safari */
@-webkit-keyframes spin {
0% { -webkit-transform: rotate(0deg); }
100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
} | css/usercss.css | .subheaderdemoBasicUsage .face {
border-radius: 30px;
border: 1px solid #ddd;
width: 48px;
margin: 16px; }
span { width:50%; display:inline-block; }
span.align-left { text-align:left; }
.modal {
display: block;
}
.breadcrumb-arrow {
height: 36px;
padding: 0;
line-height: 36px;
list-style: none;
background-color: #e6e9ed
}
.breadcrumb-arrow li:first-child a {
border-radius: 4px 0 0 4px;
-webkit-border-radius: 4px 0 0 4px;
-moz-border-radius: 4px 0 0 4px
}
.breadcrumb-arrow li, .breadcrumb-arrow li a, .breadcrumb-arrow li span {
display: inline-block;
vertical-align: top
}
.breadcrumb-arrow li:not(:first-child) {
margin-left: -5px
}
.breadcrumb-arrow li+li:before {
padding: 0;
content: ""
}
.modal-ku {
width: 750px;
margin: auto;
}
.btn {
background-color: DodgerBlue;
border: none;
color: white;
padding: 1px px;
font-size: 8;
cursor: pointer;
font-size: 15px;
}
.btn-close {
background-color: DodgerBlue;
border: none;
color: white;
padding: 1px px;
font-size: 8;
cursor: pointer;
font-size: 15px;
}
.btn:hover {
background-color: RoyalBlue;
}
.btn-blue.disabled, .btn-blue:disabled {
color: #fff;
background-color: #057ef7;
border-color: #057ef7;
}
.btn-blue {
color: #fff;
background-color: #057ef7;
border-color: #057ef7;
}
.btn-check{
background-color: DodgerBlue;
vertical-align: bottom;
border: none;
color: white;
padding-left: 2px;
padding-right: 2px;
width: 49px;
height: 26px;
padding-bottom: 2;
}
.btn-uncheck{
background-color: #dee2e6;
border: none;
color: #212529;
padding: 1px px;
height: 26px;
padding-left: 2px;
padding-right: 2px;
padding-top: 0px;
padding-bottom: 0px;
width: 64px;
}
.modal-content {
width: 500px !important;
}
.jumbotron{
height: calc(100vh);
background-color:white!important;
}
.topright {
position: absolute;
top: 62px;
right: 16px;
font-size: 18px;
}
.loader {
position: fixed; /* Sit on top of the page content */
display: none; /* Hidden by default */
width: 100%; /* Full width (cover the whole page) */
height: 100%; /* Full height (cover the whole page) */
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0,0,0,0.5); /* Black background with opacity */
z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
cursor: pointer; /* Add a pointer on hover */
}
.spinner{
position: relative;
border: 16px solid #f3f3f3;
border-radius: 50%;
border-top: 16px solid #3498db;
width: 120px;
height: 120px;
top: 300px;
left: 750px;
right: 0;
bottom: 0;
-webkit-animation: spin 2s linear infinite; /* Safari */
animation: spin 2s linear infinite;
}
/* .overlay {
position: fixed;
display: none;
width: 100%;
height: 100%;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0,0,0,0.5);
z-index: 2;
cursor: pointer;
} */
.text{
position: absolute;
top: 50%;
left: 50%;
font-size: 50px;
color: white;
transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
}
/* Safari */
@-webkit-keyframes spin {
0% { -webkit-transform: rotate(0deg); }
100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
} | 0.479747 | 0.108001 |
body.front {
background: #003853;
font-family: 'Roboto', sans-serif;
padding: 0; margin: 0;
}
body.front #main-wrapper {
background-color: transparent;
}
body.front #main,
body.front.panels-ipe #main {
padding: 0;
margin: 0;
width: 100%;
}
body.front #main .span12 {
width: 100%;
margin: 0;
}
body.front #panels-ipe-control-container .panels-ipe-button-container {
text-indent: -9000px;
width: 0;
}
body.front .row {
margin-left: 0;
}
body.front #footer {
margin-top: 0;
}
body.front .content .pane-oa-home-default {
padding: 0;
}
.pane-oa-home-default h2 {
font-weight: normal;
color: #442266;
font-size: 50px;
line-height: normal;
}
.pane-oa-home-default .big-wrapper {
background: url(images/bg-glow.png) no-repeat top center;
min-height: 500px;
border: 1px solid black;
border-bottom: 0;
border-right: 0;
border-left: 0;
}
.pane-oa-home-default .hero,
.pane-oa-home-default .modules {
width: 1055px;
margin: 0 auto;
position: relative;
}
.pane-oa-home-default .user-login .content {
padding: 20px 30px;
color: #FFF;
}
.pane-oa-home-default .hero-right-graphic {
background: url(images/bg-hero-right.png) no-repeat;
width: 316px;
height: 210px;
position: absolute;
right: -80px;
top: 124px;
}
.pane-oa-home-default .hero-left-graphic {
background: url(images/bg-hero-left.png) no-repeat;
width: 264px;
height: 330px;
position: absolute;
left: -70px;
top: -4px;
}
.pane-oa-home-default .hero h1 {
color: #FFFFFF;
font-family: 'Roboto Slab',serif;
font-size: 100px;
font-weight: 100;
letter-spacing: -0.04em;
margin: 60px 0 0;
padding: 0;
text-align: center;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.22);
line-height: normal;
}
.pane-oa-home-default .hero h2 {
color: #56d1fc;
font-family: 'Roboto Condensed', sans-serif;
font-weight: 400;
padding: 0;
margin: 10px 0 10px 0;
font-size: 39px;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.44);
text-align: center;
line-height: normal;
}
.pane-oa-home-default .hero h2 span {
color: #fd4e88;
}
.pane-oa-home-default .hero h3 {
color: #fff;
text-align: center;
color: #fd4e88;
background: url(images/bg-hero-line.png) no-repeat center top;
font-family: 'Roboto Slab',serif;
font-weight: 100px;
padding: 30px 0 27px 0;
margin: 22px 0;
font-size: 22px;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.44);
letter-spacing: 0.03em;
line-height: normal;
}
.pane-oa-home-default .modules .entry,
.pane-oa-home-default .modules .block {
background: url(images/bg-module.png);
width: 30%;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
float: left;
min-height: 370px;
margin-right: 2.5em;
}
.pane-oa-home-default .modules .entry-last {
float: right;
}
.pane-oa-home-default .module-header,
.pane-oa-home-default .modules .block h2 {
background: url(images/bg-module.png);
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
text-align: center;
}
.pane-oa-home-default .module-header h4,
.pane-oa-home-default .modules .block h2 {
color: #FFF;
font-family: 'Roboto Slab',serif;
font-weight: bold;
text-transform: uppercase;
padding: 20px 0;
font-size: 15px;
margin: 0;
letter-spacing: 0.1em;
line-height: normal;
}
.pane-oa-home-default .modules .entry a.icon {
width: 148px;
height: 148px;
margin-left: 4.25em;
display: block;
margin-top: 15px;
}
.pane-oa-home-default a.icon-got-issues {
background: url(images/icons-modules.png) no-repeat 0 0;
}
.pane-oa-home-default a.icon-got-issues:hover {
background: url(images/icons-modules.png) no-repeat 0 -167px;
}
.pane-oa-home-default a.icon-documentation{
background: url(images/icons-modules.png) no-repeat -198px 0;
}
.pane-oa-home-default a.icon-documentation:hover {
background: url(images/icons-modules.png) no-repeat -198px -166px;
}
.pane-oa-home-default a.icon-pros{
background: url(images/icons-modules.png) no-repeat -413px 0;
}
.pane-oa-home-default a.icon-pros:hover {
background: url(images/icons-modules.png) no-repeat -413px -170px;
}
.pane-oa-home-default .module-content {
padding: 20px 30px;
font-weight: 300;
color: #FFF;
}
.pane-oa-home-default .module-content p {
margin: 30px 0 0 0;
font-size: 16px;
}
.pane-oa-home-default .module-content p a {
font-weight: 700;
color: #FFF;
text-decoration: none;
}
.pane-oa-home-default .subfooter {
color: #FFF;
clear: both;
background: url(images/bg-subfooter.png) repeat-x bottom;
}
.pane-oa-home-default .form-actions {
background-color: transparent;
}
.pane-oa-home-default .subfooter-graphic {
background: url(images/bg-subfooter-graphic.png) no-repeat center bottom;
clear: both;
height: 446px;
}
@media only screen and (max-width: 980px) {
/* phones */
.hero,
.subfooter,
.entry {
display: none;
}
.pane-oa-home-default .modules {
width: 100%;
}
body.front #main-wrapper {
background: url(images/bg-hero-left.png) no-repeat left bottom;
min-height: 0;
height: 100%;
margin: 0;
}
.pane-oa-home-default .modules .block {
width: 30%;
min-width: 300px;
margin: 30px auto;
float: none;
}
} | apps/drupal/htdocs/modules/openatrium-7.x-2.19/profiles/openatrium/modules/contrib/oa_core/modules/oa_home/oa_home_default.css | body.front {
background: #003853;
font-family: 'Roboto', sans-serif;
padding: 0; margin: 0;
}
body.front #main-wrapper {
background-color: transparent;
}
body.front #main,
body.front.panels-ipe #main {
padding: 0;
margin: 0;
width: 100%;
}
body.front #main .span12 {
width: 100%;
margin: 0;
}
body.front #panels-ipe-control-container .panels-ipe-button-container {
text-indent: -9000px;
width: 0;
}
body.front .row {
margin-left: 0;
}
body.front #footer {
margin-top: 0;
}
body.front .content .pane-oa-home-default {
padding: 0;
}
.pane-oa-home-default h2 {
font-weight: normal;
color: #442266;
font-size: 50px;
line-height: normal;
}
.pane-oa-home-default .big-wrapper {
background: url(images/bg-glow.png) no-repeat top center;
min-height: 500px;
border: 1px solid black;
border-bottom: 0;
border-right: 0;
border-left: 0;
}
.pane-oa-home-default .hero,
.pane-oa-home-default .modules {
width: 1055px;
margin: 0 auto;
position: relative;
}
.pane-oa-home-default .user-login .content {
padding: 20px 30px;
color: #FFF;
}
.pane-oa-home-default .hero-right-graphic {
background: url(images/bg-hero-right.png) no-repeat;
width: 316px;
height: 210px;
position: absolute;
right: -80px;
top: 124px;
}
.pane-oa-home-default .hero-left-graphic {
background: url(images/bg-hero-left.png) no-repeat;
width: 264px;
height: 330px;
position: absolute;
left: -70px;
top: -4px;
}
.pane-oa-home-default .hero h1 {
color: #FFFFFF;
font-family: 'Roboto Slab',serif;
font-size: 100px;
font-weight: 100;
letter-spacing: -0.04em;
margin: 60px 0 0;
padding: 0;
text-align: center;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.22);
line-height: normal;
}
.pane-oa-home-default .hero h2 {
color: #56d1fc;
font-family: 'Roboto Condensed', sans-serif;
font-weight: 400;
padding: 0;
margin: 10px 0 10px 0;
font-size: 39px;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.44);
text-align: center;
line-height: normal;
}
.pane-oa-home-default .hero h2 span {
color: #fd4e88;
}
.pane-oa-home-default .hero h3 {
color: #fff;
text-align: center;
color: #fd4e88;
background: url(images/bg-hero-line.png) no-repeat center top;
font-family: 'Roboto Slab',serif;
font-weight: 100px;
padding: 30px 0 27px 0;
margin: 22px 0;
font-size: 22px;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.44);
letter-spacing: 0.03em;
line-height: normal;
}
.pane-oa-home-default .modules .entry,
.pane-oa-home-default .modules .block {
background: url(images/bg-module.png);
width: 30%;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
float: left;
min-height: 370px;
margin-right: 2.5em;
}
.pane-oa-home-default .modules .entry-last {
float: right;
}
.pane-oa-home-default .module-header,
.pane-oa-home-default .modules .block h2 {
background: url(images/bg-module.png);
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
text-align: center;
}
.pane-oa-home-default .module-header h4,
.pane-oa-home-default .modules .block h2 {
color: #FFF;
font-family: 'Roboto Slab',serif;
font-weight: bold;
text-transform: uppercase;
padding: 20px 0;
font-size: 15px;
margin: 0;
letter-spacing: 0.1em;
line-height: normal;
}
.pane-oa-home-default .modules .entry a.icon {
width: 148px;
height: 148px;
margin-left: 4.25em;
display: block;
margin-top: 15px;
}
.pane-oa-home-default a.icon-got-issues {
background: url(images/icons-modules.png) no-repeat 0 0;
}
.pane-oa-home-default a.icon-got-issues:hover {
background: url(images/icons-modules.png) no-repeat 0 -167px;
}
.pane-oa-home-default a.icon-documentation{
background: url(images/icons-modules.png) no-repeat -198px 0;
}
.pane-oa-home-default a.icon-documentation:hover {
background: url(images/icons-modules.png) no-repeat -198px -166px;
}
.pane-oa-home-default a.icon-pros{
background: url(images/icons-modules.png) no-repeat -413px 0;
}
.pane-oa-home-default a.icon-pros:hover {
background: url(images/icons-modules.png) no-repeat -413px -170px;
}
.pane-oa-home-default .module-content {
padding: 20px 30px;
font-weight: 300;
color: #FFF;
}
.pane-oa-home-default .module-content p {
margin: 30px 0 0 0;
font-size: 16px;
}
.pane-oa-home-default .module-content p a {
font-weight: 700;
color: #FFF;
text-decoration: none;
}
.pane-oa-home-default .subfooter {
color: #FFF;
clear: both;
background: url(images/bg-subfooter.png) repeat-x bottom;
}
.pane-oa-home-default .form-actions {
background-color: transparent;
}
.pane-oa-home-default .subfooter-graphic {
background: url(images/bg-subfooter-graphic.png) no-repeat center bottom;
clear: both;
height: 446px;
}
@media only screen and (max-width: 980px) {
/* phones */
.hero,
.subfooter,
.entry {
display: none;
}
.pane-oa-home-default .modules {
width: 100%;
}
body.front #main-wrapper {
background: url(images/bg-hero-left.png) no-repeat left bottom;
min-height: 0;
height: 100%;
margin: 0;
}
.pane-oa-home-default .modules .block {
width: 30%;
min-width: 300px;
margin: 30px auto;
float: none;
}
} | 0.396886 | 0.075687 |
html, body {
height:100%;
margin:0;
}
.line {
fill: none;
stroke: teal;
stroke-width: 1px;
clip-path: url(#clip);
}
hr {
margin-top: 5px !important;
margin-bottom: 5px !important;
}
#representative-table, #outlier-table{
width : 50%;
float: left;
}
.user-query-results, .representative-results, .outlier-results{
width: 220px;
height: 105px;
}
.radio input[type=radio]{
margin-left: 0px; !important
}
#results-table{
width: 100%;
}
#graph-div {
height: 242px !important;
border: 0.5px solid #D9D9D9;
width: 98%;
border-radius: 5px;
margin-top: 5px;
margin-left: 10px;
}
#left-top-bar input{
display: none;
}
#left-button-group input{
display: none;
}
#left-button-group input:checked + span{
font-weight: bold;
}
#left-top-bar label{
width: 145px;
border: 0.5px solid #D9D9D9;
border-radius: 5px;
padding-left: 5px;
margin-bottom: 2px;
background: #F0F0F0;
list-style-type:none;
cursor: pointer;
font-weight: 400;
}
#left-top-bar input:checked + span{
font-weight: bold;
}
svg#treesvg {
overflow-x: auto;
}
#middle-left{
height: 400px !important;
overflow-x: auto;
-webkit-flex: 1;
flex:1;
}
#middle-right{
height: 400px !important;
-webkit-flex: 1;
overflow-x: auto;
flex:1;
position:relative;
}
#graph-buttons {
margin-left: 23px;
margin-top: 10px;
}
#graph-type{
width: 80px;
}
#everything {
height:100%;
width:100%;
overflow-x: hidden;
display:flex;
display: -webkit-flex;
flex-direction: row;
-webkit-flex-direction: row;
-webkit-align-content: stretch;
align-content: stretch;
}
#left-bar {
width: 190px;
background-color: #fff;
overflow-y: auto;
overflow-x: hidden;
-webkit-overflow-scrolling: touch;
padding: 0 0 0 20px;
border-right: 1px solid #D9D9D9;
height:650px;
}
#left-middle-bar{border-top: 1px solid #D9D9D9;}
#left-bottom-bar{border-top: 1px solid #D9D9D9;}
#middle-top-bar{border-bottom: 1px solid #D9D9D9; width:100%; height:310px;}
#settings {
padding-top: 3px;
}
#middle-left {
border-right: 1px solid #D9D9D9;
}
.info > td > div > .icon {
display: block;
margin-top: 3px;
}
.info > td > div > .number {
display: none;
}
.icon {
display: none;
}
.hide {
display: none;
}
#middle-bar{
-webkit-flex: 1;
flex:1;
position:relative;
}
.glyphicon.glyphicon-cog {
font-size: 17px;
}
#middle-under-nav {
height:100%;
margin: 0px;
display:flex;
display: -webkit-flex;
flex-direction: row;
-webkit-flex-direction: row;
-webkit-align-content: stretch;
align-content: stretch;
}
.nav > li > .btn-group {
padding-top: 7px;
}
.nav > li > #zql-table {
padding-top: 7px;
padding-left: 5px;
}
#graph-type {
padding-top: 7px;
padding-left: 5px;
}
.modal-body{
margin-left: 20px;
}
.radio input[type=radio]{
margin-left: 0px;
}
.checkbox input[type=checkbox]{
margin-left: 0px; !important
}
.dropdown {
width: 150px
}
.form-control {
padding: 1px 3px !important;
height: 22px !important;
width: 150px;
line-height: 1.5 !important;
font-size: 11px !important;
}
.glyphicon.glyphicon-flash {
font-size: 10px;
}
.result-x {
width: 38px;
}
#left-button-group {
margin-right: 10px;
}
.modal-dialog {
width: 450px; /* respsonsive width */
}
#submitButton {
display: block;
margin: auto;
}
#datasetNameInput {
width: 295px;
}
.filestyle {
display: block;
margin: auto;
}
.modal-body {
padding-left: 0px;
}
.textButton {
background:none;
border:none;
margin:0;
margin-left: 10px;
padding:0;
color:#999999;
}
.new-style {
font-size: 20;
}
#cluster-size, #num-results{
width:150px;
} | src/main/webapp/css/custom.css | html, body {
height:100%;
margin:0;
}
.line {
fill: none;
stroke: teal;
stroke-width: 1px;
clip-path: url(#clip);
}
hr {
margin-top: 5px !important;
margin-bottom: 5px !important;
}
#representative-table, #outlier-table{
width : 50%;
float: left;
}
.user-query-results, .representative-results, .outlier-results{
width: 220px;
height: 105px;
}
.radio input[type=radio]{
margin-left: 0px; !important
}
#results-table{
width: 100%;
}
#graph-div {
height: 242px !important;
border: 0.5px solid #D9D9D9;
width: 98%;
border-radius: 5px;
margin-top: 5px;
margin-left: 10px;
}
#left-top-bar input{
display: none;
}
#left-button-group input{
display: none;
}
#left-button-group input:checked + span{
font-weight: bold;
}
#left-top-bar label{
width: 145px;
border: 0.5px solid #D9D9D9;
border-radius: 5px;
padding-left: 5px;
margin-bottom: 2px;
background: #F0F0F0;
list-style-type:none;
cursor: pointer;
font-weight: 400;
}
#left-top-bar input:checked + span{
font-weight: bold;
}
svg#treesvg {
overflow-x: auto;
}
#middle-left{
height: 400px !important;
overflow-x: auto;
-webkit-flex: 1;
flex:1;
}
#middle-right{
height: 400px !important;
-webkit-flex: 1;
overflow-x: auto;
flex:1;
position:relative;
}
#graph-buttons {
margin-left: 23px;
margin-top: 10px;
}
#graph-type{
width: 80px;
}
#everything {
height:100%;
width:100%;
overflow-x: hidden;
display:flex;
display: -webkit-flex;
flex-direction: row;
-webkit-flex-direction: row;
-webkit-align-content: stretch;
align-content: stretch;
}
#left-bar {
width: 190px;
background-color: #fff;
overflow-y: auto;
overflow-x: hidden;
-webkit-overflow-scrolling: touch;
padding: 0 0 0 20px;
border-right: 1px solid #D9D9D9;
height:650px;
}
#left-middle-bar{border-top: 1px solid #D9D9D9;}
#left-bottom-bar{border-top: 1px solid #D9D9D9;}
#middle-top-bar{border-bottom: 1px solid #D9D9D9; width:100%; height:310px;}
#settings {
padding-top: 3px;
}
#middle-left {
border-right: 1px solid #D9D9D9;
}
.info > td > div > .icon {
display: block;
margin-top: 3px;
}
.info > td > div > .number {
display: none;
}
.icon {
display: none;
}
.hide {
display: none;
}
#middle-bar{
-webkit-flex: 1;
flex:1;
position:relative;
}
.glyphicon.glyphicon-cog {
font-size: 17px;
}
#middle-under-nav {
height:100%;
margin: 0px;
display:flex;
display: -webkit-flex;
flex-direction: row;
-webkit-flex-direction: row;
-webkit-align-content: stretch;
align-content: stretch;
}
.nav > li > .btn-group {
padding-top: 7px;
}
.nav > li > #zql-table {
padding-top: 7px;
padding-left: 5px;
}
#graph-type {
padding-top: 7px;
padding-left: 5px;
}
.modal-body{
margin-left: 20px;
}
.radio input[type=radio]{
margin-left: 0px;
}
.checkbox input[type=checkbox]{
margin-left: 0px; !important
}
.dropdown {
width: 150px
}
.form-control {
padding: 1px 3px !important;
height: 22px !important;
width: 150px;
line-height: 1.5 !important;
font-size: 11px !important;
}
.glyphicon.glyphicon-flash {
font-size: 10px;
}
.result-x {
width: 38px;
}
#left-button-group {
margin-right: 10px;
}
.modal-dialog {
width: 450px; /* respsonsive width */
}
#submitButton {
display: block;
margin: auto;
}
#datasetNameInput {
width: 295px;
}
.filestyle {
display: block;
margin: auto;
}
.modal-body {
padding-left: 0px;
}
.textButton {
background:none;
border:none;
margin:0;
margin-left: 10px;
padding:0;
color:#999999;
}
.new-style {
font-size: 20;
}
#cluster-size, #num-results{
width:150px;
} | 0.389895 | 0.068257 |
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
/*####################### Nav Bar #############################*/
nav {
background-color: #d1d1e0;
width: 100%;
}
nav ul {
overflow: hidden;
list-style: none;
margin: 0px;
padding: 0px;
}
nav ul li a,
div.poorfoot li.leftFooter a {
margin: 0 auto;
padding: 15px;
float: left;
text-decoration: none;
color: black;
font-family: Raleway, sans-serif;
display: block;
}
nav ul li a:hover {
background-color: #e6e6ff;
border-radius: 0.7em;
}
/*########################### Body ############################*/
body {
line-height: 1;
}
header {
margin: 0;
padding: 0;
width: 100%;
background-color: #f0f0f5;
}
main {
margin: 0 auto;
padding: 0;
width: 98%;
overflow: hidden;
}
article {
width: 800px;
margin: 70px;
float: left;
overflow: hidden;
}
aside {
margin: 10px;
margin-top: 120px;
margin-left: 25px;
border-radius: 1.5rem;
padding: 40px;
background-color: #f0f0f5;
float: right;
}
footer {
clear: both;
margin: 0;
padding: 0;
width: 100%;
background-color: #f0f0f5;
overflow: hidden;
}
div.poorfoot li {
margin: 5px;
padding: 5px;
display: block;
}
div.poorfoot li.rightFooter {
float: left;
}
div.poorfoot li img {
margin: 5px;
padding: 5px;
width: 50px;
}
div.poorfoot li.leftFooter {
float: right;
}
div.infoPlus h2 {
margin-left: 2px;
margin-bottom: 43px;
padding-left: 0;
}
/*################### fonts ########################*/
h1 {
font-family: 'Roboto', sans-serif;
font-size: 60px;
margin: 0;
}
h3 {
font-family: 'Roboto', sans-serif;
margin: 0 auto;
padding: 5px;
}
aside h2 {
font-family: 'Raleway', sans-serif;
margin: 15px 15px 0px 0px;
}
article p {
margin: 12px;
}
p {
font-family: 'Montserrat', sans-serif;
}
header p {
padding-left: 10px;
padding-bottom: 10px;
font-size: 22px;
}
aside p {
margin: 10px 10px 10px 0px;
padding: 0px 0px 15px;
width: 240px;
}
/* ---------------- Images -------------------- */
aside img {
border-radius: 1.5rem;
box-shadow: -1px 2px 20px -3px rgba(0, 0, 0, 0.75);
-webkit-box-shadow: -1px 2px 20px -3px rgba(0, 0, 0, 0.75);
-moz-box-shadow: -1px 2px 20px -3px rgba(0, 0, 0, 0.75);
}
article img {
padding: 15px;
}
.dolar {
width: 180px;
height: 120px;
}
.samsung {
width: 180px;
height: 140px;
}
.windows {
width: 180px;
height: 120px;
} | style.css | * {
margin: 0;
padding: 0;
box-sizing: border-box;
}
/*####################### Nav Bar #############################*/
nav {
background-color: #d1d1e0;
width: 100%;
}
nav ul {
overflow: hidden;
list-style: none;
margin: 0px;
padding: 0px;
}
nav ul li a,
div.poorfoot li.leftFooter a {
margin: 0 auto;
padding: 15px;
float: left;
text-decoration: none;
color: black;
font-family: Raleway, sans-serif;
display: block;
}
nav ul li a:hover {
background-color: #e6e6ff;
border-radius: 0.7em;
}
/*########################### Body ############################*/
body {
line-height: 1;
}
header {
margin: 0;
padding: 0;
width: 100%;
background-color: #f0f0f5;
}
main {
margin: 0 auto;
padding: 0;
width: 98%;
overflow: hidden;
}
article {
width: 800px;
margin: 70px;
float: left;
overflow: hidden;
}
aside {
margin: 10px;
margin-top: 120px;
margin-left: 25px;
border-radius: 1.5rem;
padding: 40px;
background-color: #f0f0f5;
float: right;
}
footer {
clear: both;
margin: 0;
padding: 0;
width: 100%;
background-color: #f0f0f5;
overflow: hidden;
}
div.poorfoot li {
margin: 5px;
padding: 5px;
display: block;
}
div.poorfoot li.rightFooter {
float: left;
}
div.poorfoot li img {
margin: 5px;
padding: 5px;
width: 50px;
}
div.poorfoot li.leftFooter {
float: right;
}
div.infoPlus h2 {
margin-left: 2px;
margin-bottom: 43px;
padding-left: 0;
}
/*################### fonts ########################*/
h1 {
font-family: 'Roboto', sans-serif;
font-size: 60px;
margin: 0;
}
h3 {
font-family: 'Roboto', sans-serif;
margin: 0 auto;
padding: 5px;
}
aside h2 {
font-family: 'Raleway', sans-serif;
margin: 15px 15px 0px 0px;
}
article p {
margin: 12px;
}
p {
font-family: 'Montserrat', sans-serif;
}
header p {
padding-left: 10px;
padding-bottom: 10px;
font-size: 22px;
}
aside p {
margin: 10px 10px 10px 0px;
padding: 0px 0px 15px;
width: 240px;
}
/* ---------------- Images -------------------- */
aside img {
border-radius: 1.5rem;
box-shadow: -1px 2px 20px -3px rgba(0, 0, 0, 0.75);
-webkit-box-shadow: -1px 2px 20px -3px rgba(0, 0, 0, 0.75);
-moz-box-shadow: -1px 2px 20px -3px rgba(0, 0, 0, 0.75);
}
article img {
padding: 15px;
}
.dolar {
width: 180px;
height: 120px;
}
.samsung {
width: 180px;
height: 140px;
}
.windows {
width: 180px;
height: 120px;
} | 0.35768 | 0.129458 |
@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:wght@300;400;500;700;900&display=swap');
*{
box-sizing: border-box;
font-family: "Red Hat Display", sans-serif;
}
body{
position: relative;
background-color: hsl(225, 100%, 94%);
background-image: url("images/pattern-background-desktop.svg");
background-repeat: no-repeat;
background-size: contain;
margin: 0;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
overflow: hidden;
height: 100vh;
z-index: 100;
}
body::after{
position: absolute;
content: "";
width: 100vw;
height: 100vh;
z-index: -1;
}
.card-container{
background-color: #fff;
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
height: 600px;
width: 400px;
border: 0px solid black;
border-radius: 10px;
max-width: 85%;
}
.hero{
padding: 0;
margin-bottom: 15px;
border-radius: 10px 10px 0 0;
width: 400px;
max-width: 100%;
}
.order-summary{
text-align: center;
padding: 0 30px;
}
.order-summary h1{
font-size: 25px;
}
.order-summary p{
color: hsl(224, 23%, 55%);
font-weight: 400;
}
.plan-container{
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.plan{
background-color: hsl(225, 100%, 98%);
width: 90%;
max-width: 90%;
display: flex;
align-items: center;
border-radius: 10px;
flex-wrap: wrap;
}
.plan-container img{
margin: 5%;
}
.plan-container p{
font-weight: 700;
margin-right: 30%;
}
.plan-container a{
cursor: pointer;
color: hsl(245, 75%, 52%);
font-weight: 700;
}
.plan-container a:active{
color: hsl(245, 75%, 65%);
text-decoration: none;
}
.plan-container span{
color: hsl(224, 23%, 55%);
font-weight: 400;
}
.button-container{
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.proceed{
cursor: pointer;
color: #fff;
font-weight: 700;
background-color: hsl(245, 75%, 52%);
border-radius: 10px;
border: none;
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
width: 90%;
margin: 20px 0;
padding: 15px 0;
}
.proceed:active{
transform: scale(0.98);
background-color: hsl(245, 75%, 57%);
}
.cancel{
padding: 15px 0;
cursor: pointer;
color: hsl(224, 23%, 55%);
width: 90%;
border-radius: 10px;
border: none;
background-color: transparent;
font-weight: 700;
}
.cancel:active{
color: #111;
transform: scale(0.98);
}
@media(max-width: 490px){
.plan-container p{
margin-right: 30%;
}
}
@media(max-width: 450px){
.plan-container p{
margin-right: 25%;
}
}
@media(max-width: 400px){
.plan{
justify-content: space-around;
}
} | styles.css | @import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:wght@300;400;500;700;900&display=swap');
*{
box-sizing: border-box;
font-family: "Red Hat Display", sans-serif;
}
body{
position: relative;
background-color: hsl(225, 100%, 94%);
background-image: url("images/pattern-background-desktop.svg");
background-repeat: no-repeat;
background-size: contain;
margin: 0;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
overflow: hidden;
height: 100vh;
z-index: 100;
}
body::after{
position: absolute;
content: "";
width: 100vw;
height: 100vh;
z-index: -1;
}
.card-container{
background-color: #fff;
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
height: 600px;
width: 400px;
border: 0px solid black;
border-radius: 10px;
max-width: 85%;
}
.hero{
padding: 0;
margin-bottom: 15px;
border-radius: 10px 10px 0 0;
width: 400px;
max-width: 100%;
}
.order-summary{
text-align: center;
padding: 0 30px;
}
.order-summary h1{
font-size: 25px;
}
.order-summary p{
color: hsl(224, 23%, 55%);
font-weight: 400;
}
.plan-container{
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.plan{
background-color: hsl(225, 100%, 98%);
width: 90%;
max-width: 90%;
display: flex;
align-items: center;
border-radius: 10px;
flex-wrap: wrap;
}
.plan-container img{
margin: 5%;
}
.plan-container p{
font-weight: 700;
margin-right: 30%;
}
.plan-container a{
cursor: pointer;
color: hsl(245, 75%, 52%);
font-weight: 700;
}
.plan-container a:active{
color: hsl(245, 75%, 65%);
text-decoration: none;
}
.plan-container span{
color: hsl(224, 23%, 55%);
font-weight: 400;
}
.button-container{
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.proceed{
cursor: pointer;
color: #fff;
font-weight: 700;
background-color: hsl(245, 75%, 52%);
border-radius: 10px;
border: none;
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
width: 90%;
margin: 20px 0;
padding: 15px 0;
}
.proceed:active{
transform: scale(0.98);
background-color: hsl(245, 75%, 57%);
}
.cancel{
padding: 15px 0;
cursor: pointer;
color: hsl(224, 23%, 55%);
width: 90%;
border-radius: 10px;
border: none;
background-color: transparent;
font-weight: 700;
}
.cancel:active{
color: #111;
transform: scale(0.98);
}
@media(max-width: 490px){
.plan-container p{
margin-right: 30%;
}
}
@media(max-width: 450px){
.plan-container p{
margin-right: 25%;
}
}
@media(max-width: 400px){
.plan{
justify-content: space-around;
}
} | 0.38445 | 0.067393 |
@font-face {
font-family: "Roboto";
src: url("file:../font/Roboto-Light.ttf") format("truetype");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "Roboto Mono";
src: url("file:../font/RobotoMono-Regular.ttf") format("truetype");
font-weight: normal;
font-style: normal;
}
body,
pre {
color: #d2d2d2;
overflow-x: hidden;
overflow: hidden;
-webkit-user-select: none;
cursor: default;
font-family: "Roboto", sans-serif;
font-size: 11px;
line-height: 1.5em;
letter-spacing: 0.05em;
margin: 0;
min-width: 190px;
/* background-color: #111; */
}
#app {
height: 100vh;
box-sizing: border-box;
border: solid 2px rgba(3, 119, 187, 0);
}
[v-cloak] {
display: none;
}
.content {
padding: 0 8px;
height: 100%;
overflow-y: scroll;
padding-right: 24px;
margin-right: -16px;
}
#app.drop-highlight {
border: solid 2px rgba(3, 119, 187, 1);
}
a {
color: #fff;
}
.header {
padding-left: 8px;
background-color: rgba(1, 1, 1, 0.1);
}
.header > div {
display: inline-block;
}
.footer {
z-index: 1;
bottom: 0;
position: absolute;
width: 100vw;
background-color: #0377bc;
text-align: center;
padding: 4px;
padding-right: 32px;
line-height: 1.15em;
/* white-space: pre-wrap; */
word-wrap: break-word;
font-family: inherit;
}
.lift-enter-active,
.lift-leave-active {
transition: opacity 0.5s;
transition: margin-bottom 0.5s;
}
.lift-enter,
.lift-leave-to {
opacity: 0;
margin-bottom: -30px;
}
.message {
vertical-align: middle;
}
.row {
/* width: 100%;
float: left; */
display: block;
min-width: 190px;
}
.tab-name {
width: 50px;
text-transform: capitalize;
position: relative;
/* font-family: 'Roboto Mono', monospace; */
font-size: 12px;
vertical-align: middle;
text-align: center;
}
.tab > svg {
fill: rgb(172, 212, 6);
}
.group-heading {
position: relative;
/* font-family: 'Roboto Mono', monospace; */
text-transform: uppercase;
font-size: 10px;
vertical-align: middle;
padding: 4px 0 6px 0;
display: block;
height: 12px;
overflow: hidden;
letter-spacing: 0.1em;
}
.button {
border: none;
/* font-family: 'Roboto Mono', monospace; */
/* text-transform: uppercase; */
background-color: #393939;
color: #dddddd;
/* margin: 1px; */
display: inline-block;
}
.nav {
background-color: rgba(255, 255, 255, 0);
border-radius: 2px;
height: 28px;
width: 36px;
}
button:focus {
outline: 0;
}
button:hover {
background-color: #0377bc;
}
button.selected {
background-color: rgba(255, 255, 255, 0.15);
}
.button-group {
/* width: auto;
margin-bottom: 4px; */
display: inline;
/* float: left; */
}
.button-group > .button {
background-color: rgba(255, 255, 255, 0.08);
box-sizing: border-box;
/* border: 1px solid rgba(0, 0, 0, 0); */
/* min-width: 39%; */
display: inline-block;
height: 24px;
margin: 0;
padding: 5px 10px 0 2px;
/* text-transform: uppercase; */
font-size: 10px;
overflow: hidden;
}
.button > span.icon {
float: left;
margin-right: 2px;
margin-top: -2px;
}
.button > span.icon > svg {
width: 18px;
height: 18px;
fill: #d2d2d2;
}
.button-group > .selected {
background-color: rgba(255, 255, 255, 0.15);
/* border: 1px solid rgba(255, 255, 255, 0.6); */
border-radius: 1px;
}
button.full-width {
width: 100%;
height: 32px;
padding-bottom: 4px;
}
.group {
/* border-bottom: solid 1px rgba(128, 128, 128, 0.2); */
vertical-align: middle;
float: left;
width: 100%;
/* padding-bottom: 0.5rem; */
margin-bottom: 0.5rem;
}
.build-location {
border-bottom: solid 1px rgba(128, 128, 128, 0.2);
}
.fold-group {
border-top: solid 1px rgba(128, 128, 128, 0.2);
float: left;
margin-bottom: 4px;
width: 100%;
/* height: auto; */
/* overflow-y: hidden; */
}
.fold-content {
padding-bottom: 4px;
float: left;
width: 100%;
}
.fold-icon {
float: right;
margin-top: -2px;
fill: #d2d2d2;
height: 18px;
transform-origin: 50% 50%;
transition: all 0.15s cubic-bezier(0, 0, 0.2, 1);
}
.fold-icon.flip {
transform: rotate(-90deg);
}
.io-sketch {
overflow: hidden;
}
.import {
/* float: right; */
padding: 4px 2px 0 3px;
}
.help {
float: right;
padding-top: 4px;
padding-right: 3px;
fill: #fff;
}
.func-button {
/* border: 1px solid rgba(255, 255, 255, 0.15); */
background-color: rgba(255, 255, 255, 0.15);
border-radius: 2px;
display: inline-block;
padding: 3px 8px;
margin: 6px 6px 0 0;
/* text-transform: uppercase; */
/* font-family: 'Roboto Mono', monospace; */
font-size: 10px;
}
.func-button svg {
margin-right: 4px;
width: 18px;
height: 18px;
fill: #d2d2d2;
margin-bottom: -5px;
}
.build-button {
border: 1px solid rgba(255, 255, 255, 0.6);
background-color: rgba(255, 255, 255, 0.15);
border-radius: 2px;
display: block;
padding: 6px 8px;
margin-bottom: 8px;
vertical-align: middle;
max-height: 64px;
}
.build-comp {
font-style: italic;
text-transform: uppercase;
}
.artboard-name {
color: #eee;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.collection-item:hover,
.build-button:hover,
.dropup:hover .dropbtn,
.func-button:hover {
/* background-color: rgba(0, 0, 0, 0.2); */
}
span.badge {
float: right;
background-color: #474747;
border: #393939 solid 1px;
border-radius: 4px;
padding: 2px 4px;
margin-top: 5px;
}
span.badge.new {
background-color: #0377bc;
}
.nav .badge.new {
border-radius: 6px;
padding: 3px 3px;
top: 9px;
margin-left: 9px;
position: absolute;
}
span.icon {
margin-right: 4px;
}
span.dropdown {
float: right;
background-color: #0377bc;
}
.tooltiptext {
visibility: hidden;
float: none;
pointer-events: none;
background-color: #5e5e5e;
color: #eee;
text-align: center;
line-height: 1.5em;
padding: 4px 6px;
border-radius: 1px;
font-family: "Roboto", sans-serif;
text-align: left;
text-transform: none;
font-size: 10px;
display: block;
/* Position the tooltip text */
position: absolute;
z-index: 1;
margin-top: 2px;
opacity: 0;
transition: opacity 0.3s;
transition-delay: 0.25s;
}
.tooltip:hover .tooltiptext {
visibility: visible;
opacity: 1;
}
.fade-enter-active,
.fade-leave-active {
transition: opacity 0.3s;
}
.fade-enter,
.fade-leave-to {
opacity: 0;
}
input.textbox {
font-family: "Roboto Mono", monospace;
width: auto;
padding: 4px 8px;
margin: 8px -18px 0 0;
border: none;
}
.option {
height: 16px;
margin-bottom: 4px;
margin-left: -2px;
float: left;
width: 100%;
}
.option-checkbox {
box-sizing: border-box;
-webkit-appearance: none;
border: 1px solid rgba(255, 255, 255, 0.75);
padding: 5px;
border-radius: 1px;
display: inline-block;
position: relative;
vertical-align: bottom;
outline: 0;
}
.option-checkbox:checked:after {
background-color: rgba(255, 255, 255, 0.75);
width: 8px;
height: 8px;
margin: -4px;
content: " ";
position: absolute;
}
select {
box-sizing: border-box;
-webkit-appearance: none;
overflow: scroll;
outline: 0;
background-color: rgba(255, 255, 255, 0.15);
border: 1px solid rgba(255, 255, 255, 0.75);
padding: 1px 4px;
margin-left: 4px;
border-radius: 1px;
color: #f0f0f0;
/* font-family: 'Roboto Mono', monospace; */
width: 40px;
}
.group {
margin-bottom: 1rem;
} | src/css/style.css | @font-face {
font-family: "Roboto";
src: url("file:../font/Roboto-Light.ttf") format("truetype");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "Roboto Mono";
src: url("file:../font/RobotoMono-Regular.ttf") format("truetype");
font-weight: normal;
font-style: normal;
}
body,
pre {
color: #d2d2d2;
overflow-x: hidden;
overflow: hidden;
-webkit-user-select: none;
cursor: default;
font-family: "Roboto", sans-serif;
font-size: 11px;
line-height: 1.5em;
letter-spacing: 0.05em;
margin: 0;
min-width: 190px;
/* background-color: #111; */
}
#app {
height: 100vh;
box-sizing: border-box;
border: solid 2px rgba(3, 119, 187, 0);
}
[v-cloak] {
display: none;
}
.content {
padding: 0 8px;
height: 100%;
overflow-y: scroll;
padding-right: 24px;
margin-right: -16px;
}
#app.drop-highlight {
border: solid 2px rgba(3, 119, 187, 1);
}
a {
color: #fff;
}
.header {
padding-left: 8px;
background-color: rgba(1, 1, 1, 0.1);
}
.header > div {
display: inline-block;
}
.footer {
z-index: 1;
bottom: 0;
position: absolute;
width: 100vw;
background-color: #0377bc;
text-align: center;
padding: 4px;
padding-right: 32px;
line-height: 1.15em;
/* white-space: pre-wrap; */
word-wrap: break-word;
font-family: inherit;
}
.lift-enter-active,
.lift-leave-active {
transition: opacity 0.5s;
transition: margin-bottom 0.5s;
}
.lift-enter,
.lift-leave-to {
opacity: 0;
margin-bottom: -30px;
}
.message {
vertical-align: middle;
}
.row {
/* width: 100%;
float: left; */
display: block;
min-width: 190px;
}
.tab-name {
width: 50px;
text-transform: capitalize;
position: relative;
/* font-family: 'Roboto Mono', monospace; */
font-size: 12px;
vertical-align: middle;
text-align: center;
}
.tab > svg {
fill: rgb(172, 212, 6);
}
.group-heading {
position: relative;
/* font-family: 'Roboto Mono', monospace; */
text-transform: uppercase;
font-size: 10px;
vertical-align: middle;
padding: 4px 0 6px 0;
display: block;
height: 12px;
overflow: hidden;
letter-spacing: 0.1em;
}
.button {
border: none;
/* font-family: 'Roboto Mono', monospace; */
/* text-transform: uppercase; */
background-color: #393939;
color: #dddddd;
/* margin: 1px; */
display: inline-block;
}
.nav {
background-color: rgba(255, 255, 255, 0);
border-radius: 2px;
height: 28px;
width: 36px;
}
button:focus {
outline: 0;
}
button:hover {
background-color: #0377bc;
}
button.selected {
background-color: rgba(255, 255, 255, 0.15);
}
.button-group {
/* width: auto;
margin-bottom: 4px; */
display: inline;
/* float: left; */
}
.button-group > .button {
background-color: rgba(255, 255, 255, 0.08);
box-sizing: border-box;
/* border: 1px solid rgba(0, 0, 0, 0); */
/* min-width: 39%; */
display: inline-block;
height: 24px;
margin: 0;
padding: 5px 10px 0 2px;
/* text-transform: uppercase; */
font-size: 10px;
overflow: hidden;
}
.button > span.icon {
float: left;
margin-right: 2px;
margin-top: -2px;
}
.button > span.icon > svg {
width: 18px;
height: 18px;
fill: #d2d2d2;
}
.button-group > .selected {
background-color: rgba(255, 255, 255, 0.15);
/* border: 1px solid rgba(255, 255, 255, 0.6); */
border-radius: 1px;
}
button.full-width {
width: 100%;
height: 32px;
padding-bottom: 4px;
}
.group {
/* border-bottom: solid 1px rgba(128, 128, 128, 0.2); */
vertical-align: middle;
float: left;
width: 100%;
/* padding-bottom: 0.5rem; */
margin-bottom: 0.5rem;
}
.build-location {
border-bottom: solid 1px rgba(128, 128, 128, 0.2);
}
.fold-group {
border-top: solid 1px rgba(128, 128, 128, 0.2);
float: left;
margin-bottom: 4px;
width: 100%;
/* height: auto; */
/* overflow-y: hidden; */
}
.fold-content {
padding-bottom: 4px;
float: left;
width: 100%;
}
.fold-icon {
float: right;
margin-top: -2px;
fill: #d2d2d2;
height: 18px;
transform-origin: 50% 50%;
transition: all 0.15s cubic-bezier(0, 0, 0.2, 1);
}
.fold-icon.flip {
transform: rotate(-90deg);
}
.io-sketch {
overflow: hidden;
}
.import {
/* float: right; */
padding: 4px 2px 0 3px;
}
.help {
float: right;
padding-top: 4px;
padding-right: 3px;
fill: #fff;
}
.func-button {
/* border: 1px solid rgba(255, 255, 255, 0.15); */
background-color: rgba(255, 255, 255, 0.15);
border-radius: 2px;
display: inline-block;
padding: 3px 8px;
margin: 6px 6px 0 0;
/* text-transform: uppercase; */
/* font-family: 'Roboto Mono', monospace; */
font-size: 10px;
}
.func-button svg {
margin-right: 4px;
width: 18px;
height: 18px;
fill: #d2d2d2;
margin-bottom: -5px;
}
.build-button {
border: 1px solid rgba(255, 255, 255, 0.6);
background-color: rgba(255, 255, 255, 0.15);
border-radius: 2px;
display: block;
padding: 6px 8px;
margin-bottom: 8px;
vertical-align: middle;
max-height: 64px;
}
.build-comp {
font-style: italic;
text-transform: uppercase;
}
.artboard-name {
color: #eee;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.collection-item:hover,
.build-button:hover,
.dropup:hover .dropbtn,
.func-button:hover {
/* background-color: rgba(0, 0, 0, 0.2); */
}
span.badge {
float: right;
background-color: #474747;
border: #393939 solid 1px;
border-radius: 4px;
padding: 2px 4px;
margin-top: 5px;
}
span.badge.new {
background-color: #0377bc;
}
.nav .badge.new {
border-radius: 6px;
padding: 3px 3px;
top: 9px;
margin-left: 9px;
position: absolute;
}
span.icon {
margin-right: 4px;
}
span.dropdown {
float: right;
background-color: #0377bc;
}
.tooltiptext {
visibility: hidden;
float: none;
pointer-events: none;
background-color: #5e5e5e;
color: #eee;
text-align: center;
line-height: 1.5em;
padding: 4px 6px;
border-radius: 1px;
font-family: "Roboto", sans-serif;
text-align: left;
text-transform: none;
font-size: 10px;
display: block;
/* Position the tooltip text */
position: absolute;
z-index: 1;
margin-top: 2px;
opacity: 0;
transition: opacity 0.3s;
transition-delay: 0.25s;
}
.tooltip:hover .tooltiptext {
visibility: visible;
opacity: 1;
}
.fade-enter-active,
.fade-leave-active {
transition: opacity 0.3s;
}
.fade-enter,
.fade-leave-to {
opacity: 0;
}
input.textbox {
font-family: "Roboto Mono", monospace;
width: auto;
padding: 4px 8px;
margin: 8px -18px 0 0;
border: none;
}
.option {
height: 16px;
margin-bottom: 4px;
margin-left: -2px;
float: left;
width: 100%;
}
.option-checkbox {
box-sizing: border-box;
-webkit-appearance: none;
border: 1px solid rgba(255, 255, 255, 0.75);
padding: 5px;
border-radius: 1px;
display: inline-block;
position: relative;
vertical-align: bottom;
outline: 0;
}
.option-checkbox:checked:after {
background-color: rgba(255, 255, 255, 0.75);
width: 8px;
height: 8px;
margin: -4px;
content: " ";
position: absolute;
}
select {
box-sizing: border-box;
-webkit-appearance: none;
overflow: scroll;
outline: 0;
background-color: rgba(255, 255, 255, 0.15);
border: 1px solid rgba(255, 255, 255, 0.75);
padding: 1px 4px;
margin-left: 4px;
border-radius: 1px;
color: #f0f0f0;
/* font-family: 'Roboto Mono', monospace; */
width: 40px;
}
.group {
margin-bottom: 1rem;
} | 0.353875 | 0.076201 |
@import url("https://fonts.googleapis.com/css?family=Roboto&display=swap");
.App {
font-family: "Roboto", sans-serif;
}
.black-10 {
color: #686767;
}
.black-9 {
color: #3f3f3f;
}
.black-8 {
color: #414141;
}
.black-7 {
color: #8a8a8a;
}
.black-6 {
color: #bfbfbf;
}
.black-5 {
color: #b3b3b3;
}
/* cart badge */
.cart-badge,
.cart-badge:hover {
border-radius: 50%;
padding: 3px;
font-size: 12px;
background: #000;
}
/* increment Decrement Button in cart */
.incrementDecrementButton {
width: 28px;
height: 28px;
background: linear-gradient(#fff, #f9f9f9);
display: inline-block;
border: 1px solid #c2c2c2;
cursor: pointer;
font-size: 16px;
border-radius: 50%;
padding-top: 1px;
line-height: 1;
}
.countDisplay {
display: inline-block;
padding: 3px 6px;
width: calc(100% - 60px);
height: 100%;
width: 46px;
height: 28px;
border-radius: 2px;
background-color: #fff;
border: 1px solid #c2c2c2;
margin: 0 9px;
text-align: center;
}
.btn,
.jumbotron,
.nav:hover {
border-radius: 0px;
}
.outline {
background-color: rgb(248, 212, 97) !important;
font-size: 11px !important;
}
.outline:hover {
background-color: rgb(250, 169, 57) !important;
}
.outline-danger {
background-color: red !important;
color: #fff !important;
font-size: 11px !important;
}
.product-img {
min-height: 100px;
}
.jumbotron h2 {
margin-top: 20px;
}
@media only screen and (max-width: 600px) {
.jumbotron h2 {
margin-top: 10px;
}
}
.jumbotron {
width: 30wh;
height: 30vh;
color: #fff;
background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
background-size: 400% 400%;
-webkit-animation: Gradient 15s ease infinite;
-moz-animation: Gradient 15s ease infinite;
animation: Gradient 15s ease infinite;
}
@-webkit-keyframes Gradient {
0% {
background-position: 0% 50%;
}
50% {
background-position: 100% 50%;
}
100% {
background-position: 0% 50%;
}
}
@-moz-keyframes Gradient {
0% {
background-position: 0% 50%;
}
50% {
background-position: 100% 50%;
}
100% {
background-position: 0% 50%;
}
}
@keyframes Gradient {
0% {
background-position: 0% 50%;
}
50% {
background-position: 100% 50%;
}
100% {
background-position: 0% 50%;
}
} | client/src/styles.css | @import url("https://fonts.googleapis.com/css?family=Roboto&display=swap");
.App {
font-family: "Roboto", sans-serif;
}
.black-10 {
color: #686767;
}
.black-9 {
color: #3f3f3f;
}
.black-8 {
color: #414141;
}
.black-7 {
color: #8a8a8a;
}
.black-6 {
color: #bfbfbf;
}
.black-5 {
color: #b3b3b3;
}
/* cart badge */
.cart-badge,
.cart-badge:hover {
border-radius: 50%;
padding: 3px;
font-size: 12px;
background: #000;
}
/* increment Decrement Button in cart */
.incrementDecrementButton {
width: 28px;
height: 28px;
background: linear-gradient(#fff, #f9f9f9);
display: inline-block;
border: 1px solid #c2c2c2;
cursor: pointer;
font-size: 16px;
border-radius: 50%;
padding-top: 1px;
line-height: 1;
}
.countDisplay {
display: inline-block;
padding: 3px 6px;
width: calc(100% - 60px);
height: 100%;
width: 46px;
height: 28px;
border-radius: 2px;
background-color: #fff;
border: 1px solid #c2c2c2;
margin: 0 9px;
text-align: center;
}
.btn,
.jumbotron,
.nav:hover {
border-radius: 0px;
}
.outline {
background-color: rgb(248, 212, 97) !important;
font-size: 11px !important;
}
.outline:hover {
background-color: rgb(250, 169, 57) !important;
}
.outline-danger {
background-color: red !important;
color: #fff !important;
font-size: 11px !important;
}
.product-img {
min-height: 100px;
}
.jumbotron h2 {
margin-top: 20px;
}
@media only screen and (max-width: 600px) {
.jumbotron h2 {
margin-top: 10px;
}
}
.jumbotron {
width: 30wh;
height: 30vh;
color: #fff;
background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
background-size: 400% 400%;
-webkit-animation: Gradient 15s ease infinite;
-moz-animation: Gradient 15s ease infinite;
animation: Gradient 15s ease infinite;
}
@-webkit-keyframes Gradient {
0% {
background-position: 0% 50%;
}
50% {
background-position: 100% 50%;
}
100% {
background-position: 0% 50%;
}
}
@-moz-keyframes Gradient {
0% {
background-position: 0% 50%;
}
50% {
background-position: 100% 50%;
}
100% {
background-position: 0% 50%;
}
}
@keyframes Gradient {
0% {
background-position: 0% 50%;
}
50% {
background-position: 100% 50%;
}
100% {
background-position: 0% 50%;
}
} | 0.402627 | 0.119665 |
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&family=Ubuntu:wght@400;500;700&display=swap");
* {
margin: 0;
padding: 0;
box-sizing: border-box;
text-decoration: none;
}
/* code file download button styling starts from here */
.download-btn {
position: fixed;
bottom: 40px;
left: 40px;
z-index: 99999;
}
.download-btn a {
background: none;
padding: 13px 22px;
font-size: 16px;
color: crimson;
border-radius: 6px;
border: 2px solid crimson;
font-family: "Poppins", sans-serif;
transition: all 0.3s ease;
}
.download-btn a:hover {
color: #ffffff;
background: crimson;
}
/* scrolling behavior */
html {
scroll-behavior: smooth;
}
/* navbar styling */
.navbar {
/* background: crimson; */
position: fixed;
width: 100%;
padding: 25px 0;
font-family: "ubuntu", sans-serif;
transition: all 0.3s ease;
}
.navbar.sticky {
background: crimson;
padding: 15px 0;
}
.navbar.sticky .logo span {
color: black;
padding: 15px 0;
}
.max-width {
max-width: 1485px;
padding: 0 80px;
margin: auto;
}
.navbar .max-width {
display: flex;
align-items: center;
justify-content: space-between;
}
.navbar .logo a {
font-size: 35px;
font-weight: 600;
color: white;
}
.navbar .logo a span {
color: crimson;
}
.navbar .menu li {
list-style: none;
display: inline-block;
}
.navbar .menu li a {
color: white;
font-size: 18px;
font-weight: 500;
margin-left: 25px;
transition: all 0.3s ease;
}
.navbar .menu li a:hover {
color: crimson;
}
.navbar.sticky .menu li a:hover {
color: black;
}
/* Home section */
.home {
display: flex;
background: url(banner.jpg) no-repeat center center/cover;
height: 100vh;
color: white;
font-family: "ubuntu", sans-serif;
}
.home .max-width {
margin: auto 0 auto 40px;
}
.home .home-content .text-1 {
font-size: 27px;
}
.home .home-content .text-2 {
font-size: 68px;
font-weight: 600;
}
.home .home-content .text-3 {
font-size: 40px;
}
.home .home-content .text-3 span {
color: crimson;
}
.home-content a {
display: inline-block;
background: crimson;
margin-top: 13px;
border-radius: 4px;
color: white;
padding: 7px 10px;
font-size: 25px;
border: 2px solid crimson;
transition: all 0.3s ease;
}
.home-content a:hover {
background: none;
color: crimson;
}
/* same code */
section .max-width .title {
text-align: center;
font-size: 40px;
font-weight: 520;
margin-bottom: 40px;
padding-bottom: 20px;
font-family: "ubuntu", sans-serif;
color: black;
}
.about,
.skills,
.services,
.contact,
footer {
font-family: "poppins", sans-serif;
}
.about .about-content,
.services .services-content,
.skills .skill-content,
.contact .contact-content {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
}
.about .about-content .text {
font-weight: 500;
}
/* about section starts here */
section {
padding: 100px 0;
}
.about {
background: url(about-me-bg.jpg) no-repeat center center/cover;
}
.about .about-content .rightcolumn {
width: 55%;
}
.about .about-content .leftcolumn {
width: 45%;
}
.about .about-content .leftcolumn img {
height: 400px;
width: 400px;
object-fit: cover;
border-radius: 6px;
}
.about .about-content .rightcolumn .text {
font-size: 25px;
font-weight: 607px;
margin-bottom: 10px;
}
.about .about-content .rightcolumn .text span {
color: crimson;
}
.about .about-content .rightcolumn p {
text-align: justify;
}
.about .about-content .rightcolumn a {
display: inline-block;
background: crimson;
margin-top: 13px;
border-radius: 4px;
color: white;
padding: 4px 10px;
font-size: 20px;
font-weight: 500;
border: 2px solid crimson;
transition: all 0.3s ease;
}
.about .about-content .rightcolumn a:hover {
background: none;
color: crimson;
}
/*responsive creating media responsive */
/* @media (max-width: 1230px) {
.max-width {
padding: 0 46px;
}
.home .home-content .text-2 {
font-size: 54px;
}
.home .home-content .text-3 {
font-size: 35px;
}
.home .max-width {
margin-left: 0px;
}
}
@media (max-width: 755px) {
.home .home-content .text-2 {
font-size: 42px;
}
.home .home-content .text-3 {
font-size: 28px;
}
.home .home-content a {
font-size: 20px;
}
} */
/*
.services section starts here */
section {
padding: 100px 0;
}
.services {
background: url(myservices.jpg) no-repeat center center/cover;
color: white;
}
.services .services-content .card {
width: calc(33% - 20px);
background: rgb(92, 86, 86);
text-align: center;
border-radius: 6px;
padding: 50px 25px;
cursor: pointer;
transition: all 0.3s ease;
}
.services .services-content .card:hover {
background: crimson;
}
.services .services-content .card i {
font-size: 50px;
color: crimson;
transition: color 0.3s ease;
}
.services .services-content .card:hover i {
color: white;
}
.services .services-content .card .text {
font-size: 25px;
font-weight: 500;
margin: 10px 0 7px 0;
}
.services .services-content .card .box {
transition: all 0.3s ease;
}
.services .services-content .card:hover .box {
transform: scale(1.05);
}
/*
Skill section starts here */
.skills .title {
text-align: center;
}
.skills .skill-content .column {
width: calc(50% - 30px);
}
.skills .skill-content .left .text {
font-size: 25px;
font-weight: 600;
margin-bottom: 10px;
}
.skills .skill-content .right .bars {
margin-bottom: 12px;
font-weight: 600;
}
.skills .skill-content .right .info {
display: flex;
align-items: center;
justify-content: space-between;
}
.skills .skill-content .right .span {
font-weight: 500;
font-size: 18px;
}
.skills .skill-content .right .line {
height: 6.4px;
width: 100%;
background: lightgrey;
position: relative;
border-radius: 4px;
}
.skills .skill-content .right .line::before {
content: "";
height: 100%;
width: 90%;
left: 0;
top: 0;
background: crimson;
position: absolute;
border-radius: 4px;
}
.skills .skill-content .right .HTML::before {
width: 90%;
}
.skills .skill-content .right .CSS::before {
width: 80%;
}
.skills .skill-content .right .JavaScript::before {
width: 50%;
}
.skills .skill-content .right .PHP::before {
width: 28%;
}
.skills .skill-content .right .SQL::before {
width: 20%;
}
.skills .skill-content .left p {
text-align: justify;
font-size: 15px;
}
.skills .skill-content .left a {
display: inline-block;
background: crimson;
margin-top: 13px;
border-radius: 4px;
color: white;
padding: 4px 10px;
font-size: 20px;
font-weight: 500;
border: 2px solid crimson;
transition: all 0.3s ease;
}
.skills .skill-content .left a:hover {
background: none;
color: crimson;
}
/* contact sectin styling
*/
.contact .contact-content .column {
width: calc(50% - 30px);
}
.contact {
background: url(contactus.jpg) no-repeat center center/cover;
z-index: -1;
}
.contact .contact-content .left p {
text-align: justify;
margin-bottom: 12px;
font-weight: 400;
}
.contact .contact-content .text {
font-size: 20px;
font-weight: 550;
margin-bottom: 12px;
}
.contact .contact-content .left .icons {
margin: 10px 0;
}
.contact .contact-content .row {
display: flex;
height: 65px;
align-items: center;
}
.contact .contact-content .row .info {
margin-left: 13px;
}
.contact .contact-content .row i {
color: crimson;
font-size: 25px;
}
.contact .contact-content .info .head {
font-weight: 550;
}
.contact .contact-content .info .sub-title {
color: #333;
}
/* footer section starts here */
footer {
background: black;
padding: 9px 22px;
text-align: center;
color: white;
}
footer a {
color: crimson;
} | style.css | @import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&family=Ubuntu:wght@400;500;700&display=swap");
* {
margin: 0;
padding: 0;
box-sizing: border-box;
text-decoration: none;
}
/* code file download button styling starts from here */
.download-btn {
position: fixed;
bottom: 40px;
left: 40px;
z-index: 99999;
}
.download-btn a {
background: none;
padding: 13px 22px;
font-size: 16px;
color: crimson;
border-radius: 6px;
border: 2px solid crimson;
font-family: "Poppins", sans-serif;
transition: all 0.3s ease;
}
.download-btn a:hover {
color: #ffffff;
background: crimson;
}
/* scrolling behavior */
html {
scroll-behavior: smooth;
}
/* navbar styling */
.navbar {
/* background: crimson; */
position: fixed;
width: 100%;
padding: 25px 0;
font-family: "ubuntu", sans-serif;
transition: all 0.3s ease;
}
.navbar.sticky {
background: crimson;
padding: 15px 0;
}
.navbar.sticky .logo span {
color: black;
padding: 15px 0;
}
.max-width {
max-width: 1485px;
padding: 0 80px;
margin: auto;
}
.navbar .max-width {
display: flex;
align-items: center;
justify-content: space-between;
}
.navbar .logo a {
font-size: 35px;
font-weight: 600;
color: white;
}
.navbar .logo a span {
color: crimson;
}
.navbar .menu li {
list-style: none;
display: inline-block;
}
.navbar .menu li a {
color: white;
font-size: 18px;
font-weight: 500;
margin-left: 25px;
transition: all 0.3s ease;
}
.navbar .menu li a:hover {
color: crimson;
}
.navbar.sticky .menu li a:hover {
color: black;
}
/* Home section */
.home {
display: flex;
background: url(banner.jpg) no-repeat center center/cover;
height: 100vh;
color: white;
font-family: "ubuntu", sans-serif;
}
.home .max-width {
margin: auto 0 auto 40px;
}
.home .home-content .text-1 {
font-size: 27px;
}
.home .home-content .text-2 {
font-size: 68px;
font-weight: 600;
}
.home .home-content .text-3 {
font-size: 40px;
}
.home .home-content .text-3 span {
color: crimson;
}
.home-content a {
display: inline-block;
background: crimson;
margin-top: 13px;
border-radius: 4px;
color: white;
padding: 7px 10px;
font-size: 25px;
border: 2px solid crimson;
transition: all 0.3s ease;
}
.home-content a:hover {
background: none;
color: crimson;
}
/* same code */
section .max-width .title {
text-align: center;
font-size: 40px;
font-weight: 520;
margin-bottom: 40px;
padding-bottom: 20px;
font-family: "ubuntu", sans-serif;
color: black;
}
.about,
.skills,
.services,
.contact,
footer {
font-family: "poppins", sans-serif;
}
.about .about-content,
.services .services-content,
.skills .skill-content,
.contact .contact-content {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
}
.about .about-content .text {
font-weight: 500;
}
/* about section starts here */
section {
padding: 100px 0;
}
.about {
background: url(about-me-bg.jpg) no-repeat center center/cover;
}
.about .about-content .rightcolumn {
width: 55%;
}
.about .about-content .leftcolumn {
width: 45%;
}
.about .about-content .leftcolumn img {
height: 400px;
width: 400px;
object-fit: cover;
border-radius: 6px;
}
.about .about-content .rightcolumn .text {
font-size: 25px;
font-weight: 607px;
margin-bottom: 10px;
}
.about .about-content .rightcolumn .text span {
color: crimson;
}
.about .about-content .rightcolumn p {
text-align: justify;
}
.about .about-content .rightcolumn a {
display: inline-block;
background: crimson;
margin-top: 13px;
border-radius: 4px;
color: white;
padding: 4px 10px;
font-size: 20px;
font-weight: 500;
border: 2px solid crimson;
transition: all 0.3s ease;
}
.about .about-content .rightcolumn a:hover {
background: none;
color: crimson;
}
/*responsive creating media responsive */
/* @media (max-width: 1230px) {
.max-width {
padding: 0 46px;
}
.home .home-content .text-2 {
font-size: 54px;
}
.home .home-content .text-3 {
font-size: 35px;
}
.home .max-width {
margin-left: 0px;
}
}
@media (max-width: 755px) {
.home .home-content .text-2 {
font-size: 42px;
}
.home .home-content .text-3 {
font-size: 28px;
}
.home .home-content a {
font-size: 20px;
}
} */
/*
.services section starts here */
section {
padding: 100px 0;
}
.services {
background: url(myservices.jpg) no-repeat center center/cover;
color: white;
}
.services .services-content .card {
width: calc(33% - 20px);
background: rgb(92, 86, 86);
text-align: center;
border-radius: 6px;
padding: 50px 25px;
cursor: pointer;
transition: all 0.3s ease;
}
.services .services-content .card:hover {
background: crimson;
}
.services .services-content .card i {
font-size: 50px;
color: crimson;
transition: color 0.3s ease;
}
.services .services-content .card:hover i {
color: white;
}
.services .services-content .card .text {
font-size: 25px;
font-weight: 500;
margin: 10px 0 7px 0;
}
.services .services-content .card .box {
transition: all 0.3s ease;
}
.services .services-content .card:hover .box {
transform: scale(1.05);
}
/*
Skill section starts here */
.skills .title {
text-align: center;
}
.skills .skill-content .column {
width: calc(50% - 30px);
}
.skills .skill-content .left .text {
font-size: 25px;
font-weight: 600;
margin-bottom: 10px;
}
.skills .skill-content .right .bars {
margin-bottom: 12px;
font-weight: 600;
}
.skills .skill-content .right .info {
display: flex;
align-items: center;
justify-content: space-between;
}
.skills .skill-content .right .span {
font-weight: 500;
font-size: 18px;
}
.skills .skill-content .right .line {
height: 6.4px;
width: 100%;
background: lightgrey;
position: relative;
border-radius: 4px;
}
.skills .skill-content .right .line::before {
content: "";
height: 100%;
width: 90%;
left: 0;
top: 0;
background: crimson;
position: absolute;
border-radius: 4px;
}
.skills .skill-content .right .HTML::before {
width: 90%;
}
.skills .skill-content .right .CSS::before {
width: 80%;
}
.skills .skill-content .right .JavaScript::before {
width: 50%;
}
.skills .skill-content .right .PHP::before {
width: 28%;
}
.skills .skill-content .right .SQL::before {
width: 20%;
}
.skills .skill-content .left p {
text-align: justify;
font-size: 15px;
}
.skills .skill-content .left a {
display: inline-block;
background: crimson;
margin-top: 13px;
border-radius: 4px;
color: white;
padding: 4px 10px;
font-size: 20px;
font-weight: 500;
border: 2px solid crimson;
transition: all 0.3s ease;
}
.skills .skill-content .left a:hover {
background: none;
color: crimson;
}
/* contact sectin styling
*/
.contact .contact-content .column {
width: calc(50% - 30px);
}
.contact {
background: url(contactus.jpg) no-repeat center center/cover;
z-index: -1;
}
.contact .contact-content .left p {
text-align: justify;
margin-bottom: 12px;
font-weight: 400;
}
.contact .contact-content .text {
font-size: 20px;
font-weight: 550;
margin-bottom: 12px;
}
.contact .contact-content .left .icons {
margin: 10px 0;
}
.contact .contact-content .row {
display: flex;
height: 65px;
align-items: center;
}
.contact .contact-content .row .info {
margin-left: 13px;
}
.contact .contact-content .row i {
color: crimson;
font-size: 25px;
}
.contact .contact-content .info .head {
font-weight: 550;
}
.contact .contact-content .info .sub-title {
color: #333;
}
/* footer section starts here */
footer {
background: black;
padding: 9px 22px;
text-align: center;
color: white;
}
footer a {
color: crimson;
} | 0.26218 | 0.044452 |
.bodyDiv{
width: 1600px;
height: 800px;
margin: 0px auto;
background-color: #F5F5F5;
}
.threeBoxDiv{
height: 80px;
margin-top:50px;
}
.threeBoxDiv img
{
float: left;
}
.paymentTitleDiv
{
height: 40px;
color: #777777;
}
.paymentTitleDiv span
{
margin-left: 10px;
font-weight: bold;
font-size: 20px;
}
.paymentTitleDiv .paymentNumber
{
float: right;
margin-right: 20px;
}
.paymentTitleDiv font
{
color: #0AA2ED;
font-weight: bolder;
font-size: 25px;
}
.paymentBodyDiv .paymentBankTitle
{
height: 50px;
color: #555555;
font-size:20px ;
font-weight:bold ;
background-color: #DBDBDB;
}
.paymentBodyDiv .paymentBankTitle span
{
float: left;
margin-left: 15px;
margin-top: 15px;
}
.paymentBodyDiv .paymentBankList
{
background-color: #FFFFFF;
}
.paymentBodyDiv .paymentBankList table
{
margin-left: 25px;
text-align: center;
height: 120px;
}
.paymentBodyDiv .paymentBankList input
{
width: 22px;
height: 22px;
color: #FFFFFF;
}
.paymentBodyDiv .paymentBankList img
{
width: 180px;
height: 60px;
}
.paymentBodyDiv .paymentBankList td.bankRadio
{
width: 100px;
}
.paymentBodyDiv .paymentBankList td.bankImg
width: 200px;
}
.paymentBodyDiv .paymentBlank
{
}
.paymentBodyDiv .paymentHiden
{
height: 400px;
}
.paymentBodyDiv .paymentHiden .paymentBox
{
height: 350px;
width: 600px;
border: solid #0AA2ED 3px;
font-size: 20px;
}
.paymentBodyDiv .paymentHiden .paymentBox .bankDetail
{
width: 600px;
margin-left: 10px;
}
.paymentBodyDiv .paymentHiden .paymentBox .bankDetail img
{
margin-top: 5px;
width: 180px;
height: 60px;
border: solid #0AA2ED 1px;
}
.paymentBodyDiv .paymentHiden .paymentBox .bankDetail span
{
width: 300px;
float: right;
margin-top: 40px;
margin-right: 100px;
}
.paymentBodyDiv .paymentHiden .paymentBox span
{
width: 600px;
margin-left: 10px;
float: left;
margin-top: 15px;
}
.paymentBodyDiv .paymentHiden .paymentBox .inputDiv input
{
margin-top: 10px;
margin-left: 10px;
height: 30px;
width: 180px;
font-size: 30px;
}
.paymentBodyDiv .paymentHiden .paymentBox input.paymentButton
{
margin-top: 10px;
margin-left: 10px;
height: 40px;
width: 150px;
font-size: 20px;
background-color:#0AA2ED ;
color: #FFFFFF;
}
.paymentBodyDiv .paymentRestTime
{
background-color: #DBDBDB;
height: 60px;
}
.paymentBodyDiv .paymentRestTime span
{
float: left;
margin-left: 15px;
margin-top: 15px;
}
.paymentBodyDiv font
{
color: #0AA2ED;
font-weight: bolder;
font-size: 25px;
}
.paymentBodyDiv .paymentRestTime .backOrder
{
float: right;
margin-right: 20px;
font-size: 22px;
color:#0AA2ED;
} | public/front_static/css/payment.css | .bodyDiv{
width: 1600px;
height: 800px;
margin: 0px auto;
background-color: #F5F5F5;
}
.threeBoxDiv{
height: 80px;
margin-top:50px;
}
.threeBoxDiv img
{
float: left;
}
.paymentTitleDiv
{
height: 40px;
color: #777777;
}
.paymentTitleDiv span
{
margin-left: 10px;
font-weight: bold;
font-size: 20px;
}
.paymentTitleDiv .paymentNumber
{
float: right;
margin-right: 20px;
}
.paymentTitleDiv font
{
color: #0AA2ED;
font-weight: bolder;
font-size: 25px;
}
.paymentBodyDiv .paymentBankTitle
{
height: 50px;
color: #555555;
font-size:20px ;
font-weight:bold ;
background-color: #DBDBDB;
}
.paymentBodyDiv .paymentBankTitle span
{
float: left;
margin-left: 15px;
margin-top: 15px;
}
.paymentBodyDiv .paymentBankList
{
background-color: #FFFFFF;
}
.paymentBodyDiv .paymentBankList table
{
margin-left: 25px;
text-align: center;
height: 120px;
}
.paymentBodyDiv .paymentBankList input
{
width: 22px;
height: 22px;
color: #FFFFFF;
}
.paymentBodyDiv .paymentBankList img
{
width: 180px;
height: 60px;
}
.paymentBodyDiv .paymentBankList td.bankRadio
{
width: 100px;
}
.paymentBodyDiv .paymentBankList td.bankImg
width: 200px;
}
.paymentBodyDiv .paymentBlank
{
}
.paymentBodyDiv .paymentHiden
{
height: 400px;
}
.paymentBodyDiv .paymentHiden .paymentBox
{
height: 350px;
width: 600px;
border: solid #0AA2ED 3px;
font-size: 20px;
}
.paymentBodyDiv .paymentHiden .paymentBox .bankDetail
{
width: 600px;
margin-left: 10px;
}
.paymentBodyDiv .paymentHiden .paymentBox .bankDetail img
{
margin-top: 5px;
width: 180px;
height: 60px;
border: solid #0AA2ED 1px;
}
.paymentBodyDiv .paymentHiden .paymentBox .bankDetail span
{
width: 300px;
float: right;
margin-top: 40px;
margin-right: 100px;
}
.paymentBodyDiv .paymentHiden .paymentBox span
{
width: 600px;
margin-left: 10px;
float: left;
margin-top: 15px;
}
.paymentBodyDiv .paymentHiden .paymentBox .inputDiv input
{
margin-top: 10px;
margin-left: 10px;
height: 30px;
width: 180px;
font-size: 30px;
}
.paymentBodyDiv .paymentHiden .paymentBox input.paymentButton
{
margin-top: 10px;
margin-left: 10px;
height: 40px;
width: 150px;
font-size: 20px;
background-color:#0AA2ED ;
color: #FFFFFF;
}
.paymentBodyDiv .paymentRestTime
{
background-color: #DBDBDB;
height: 60px;
}
.paymentBodyDiv .paymentRestTime span
{
float: left;
margin-left: 15px;
margin-top: 15px;
}
.paymentBodyDiv font
{
color: #0AA2ED;
font-weight: bolder;
font-size: 25px;
}
.paymentBodyDiv .paymentRestTime .backOrder
{
float: right;
margin-right: 20px;
font-size: 22px;
color:#0AA2ED;
} | 0.31258 | 0.07208 |
#wrapper {
padding-left: 0;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
#wrapper.toggled {
padding-left: 250px;
}
#sidebar-wrapper {
z-index: 1000;
position: fixed;
left: 250px;
width: 0;
height: 100%;
margin-left: -250px;
overflow-y: auto;
background: #bfc2cb;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
#wrapper.toggled #sidebar-wrapper {
width: 250px;
}
#page-content-wrapper {
width: 100%;
position: absolute;
padding: 15px;
}
#wrapper.toggled #page-content-wrapper {
position: absolute;
margin-right: -250px;
}
/* Sidebar Styles */
.sidebar-nav {
position: absolute;
top: 0;
width: 250px;
margin: 0;
padding: 0;
list-style: none;
}
.sidebar-nav li {
text-indent: 20px;
line-height: 60px;
}
.sidebar-nav li > a {
display: block;
text-decoration: none;
color: #999999;
}
.sidebar-nav li > a:hover {
text-decoration: none;
color: #fff;
background: rgba(255,255,255,0.2);
}
.sidebar-nav li > a:active,
.sidebar-nav li > a:focus {
text-decoration: none;
}
.sidebar-nav > .sidebar-brand {
height: 65px;
font-size: 18px;
line-height: 60px;
}
.sidebar-nav > .sidebar-brand a {
color: #999999;
}
.sidebar-nav > .sidebar-brand a:hover {
color: #fff;
background: none;
}
.sidebar-brand img{
margin:10px; width: 80%; margin-bottom: 30px;
}
.sidebar-user {
width: 100%;
font-size: 20px;
color: white;
}
.sidebar-per {
width: 100%;
font-size: 15px;
color: #bbbbbb;
}
.sidebar-email {
margin: 0;
font-size: 13px;
color: #bbbbbb;
}
.sidebar-setting {
margin: 0;
font-size: 15px;
color: white;
}
.sidebar-userinfo{
padding:20px ;
margin-bottom: 15px ;
background: #323232;
line-height:110%;
}
@media(min-width:768px) {
#wrapper {
padding-left: 250px;
}
#wrapper.toggled {
padding-left: 0;
}
#sidebar-wrapper {
width: 250px;
}
#wrapper.toggled #sidebar-wrapper {
width: 0;
}
#page-content-wrapper {
padding: 20px;
position: relative;
}
#wrapper.toggled #page-content-wrapper {
position: relative;
margin-right: 0;
}
}
.main-body{
margin: 0;
background-color: ;
}
body{
background-color: ;
}
.main-aside{
margin: 0;
background-color: ;
}
.main-margin{
margin: 0;
}
.point-color{
color: #ffe003;
}
.shadow-input{
bax-shadow: 1px 1px 1px #bbbbbb;
-webkit-box-shadow: 1px 1px 1px #bbbbbb;
}
.main-body [class*="col-"] {
padding: 0px;
padding-left: 7px;
padding-right: 7px;
}
.margin-zero{
margin : 0;
}
.main_img{
width: 99%;
margin: 5px;
margin-left: 1px;
margin-top: 5px;
height: 418px;
}
.main-table{
margin:10px;
}
.result-main{
background-color: #eef5ee;
} | Survey/css/simple-sidebar.css |
#wrapper {
padding-left: 0;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
#wrapper.toggled {
padding-left: 250px;
}
#sidebar-wrapper {
z-index: 1000;
position: fixed;
left: 250px;
width: 0;
height: 100%;
margin-left: -250px;
overflow-y: auto;
background: #bfc2cb;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
#wrapper.toggled #sidebar-wrapper {
width: 250px;
}
#page-content-wrapper {
width: 100%;
position: absolute;
padding: 15px;
}
#wrapper.toggled #page-content-wrapper {
position: absolute;
margin-right: -250px;
}
/* Sidebar Styles */
.sidebar-nav {
position: absolute;
top: 0;
width: 250px;
margin: 0;
padding: 0;
list-style: none;
}
.sidebar-nav li {
text-indent: 20px;
line-height: 60px;
}
.sidebar-nav li > a {
display: block;
text-decoration: none;
color: #999999;
}
.sidebar-nav li > a:hover {
text-decoration: none;
color: #fff;
background: rgba(255,255,255,0.2);
}
.sidebar-nav li > a:active,
.sidebar-nav li > a:focus {
text-decoration: none;
}
.sidebar-nav > .sidebar-brand {
height: 65px;
font-size: 18px;
line-height: 60px;
}
.sidebar-nav > .sidebar-brand a {
color: #999999;
}
.sidebar-nav > .sidebar-brand a:hover {
color: #fff;
background: none;
}
.sidebar-brand img{
margin:10px; width: 80%; margin-bottom: 30px;
}
.sidebar-user {
width: 100%;
font-size: 20px;
color: white;
}
.sidebar-per {
width: 100%;
font-size: 15px;
color: #bbbbbb;
}
.sidebar-email {
margin: 0;
font-size: 13px;
color: #bbbbbb;
}
.sidebar-setting {
margin: 0;
font-size: 15px;
color: white;
}
.sidebar-userinfo{
padding:20px ;
margin-bottom: 15px ;
background: #323232;
line-height:110%;
}
@media(min-width:768px) {
#wrapper {
padding-left: 250px;
}
#wrapper.toggled {
padding-left: 0;
}
#sidebar-wrapper {
width: 250px;
}
#wrapper.toggled #sidebar-wrapper {
width: 0;
}
#page-content-wrapper {
padding: 20px;
position: relative;
}
#wrapper.toggled #page-content-wrapper {
position: relative;
margin-right: 0;
}
}
.main-body{
margin: 0;
background-color: ;
}
body{
background-color: ;
}
.main-aside{
margin: 0;
background-color: ;
}
.main-margin{
margin: 0;
}
.point-color{
color: #ffe003;
}
.shadow-input{
bax-shadow: 1px 1px 1px #bbbbbb;
-webkit-box-shadow: 1px 1px 1px #bbbbbb;
}
.main-body [class*="col-"] {
padding: 0px;
padding-left: 7px;
padding-right: 7px;
}
.margin-zero{
margin : 0;
}
.main_img{
width: 99%;
margin: 5px;
margin-left: 1px;
margin-top: 5px;
height: 418px;
}
.main-table{
margin:10px;
}
.result-main{
background-color: #eef5ee;
} | 0.433382 | 0.065935 |
.sampleTitle {
text-align:center;
}
/* Style for each row of products in the grid */
.gridRow {
}
/* This is one product grid cell (the box that contains each product image and text) */
.gridCell {
float:left;
text-align:center;
position:relative;
overflow:hidden;
}
/* This is the style given to the product image link by default */
.gridCell .realviewLink {
/*border:1px solid #AFD0F8;*/
display:block;
padding:0px;
}
/* This is the style given to the product image itself by default */
.gridCell .realviewImage {
border:2px;
}
/* This is the style given to the inside of the image link when hovering over the image */
.gridCell .realviewLink:hover .realviewImage {
border:2px solid #AFD0F8!important;
}
/* This is the style given to the outside of the image link when hovering over the image */
.gridCell .realviewLink:hover {
border:1px solid #88a2c1!important;
}
/* This is the style given to the text underneath the image (title, description, price...) */
.gridCellInfo {
/*text-align:center;*/
font-size:.75em;
font-family:Verdana,Arial,Helvetica,sans-serif;
}
/* Centers text under the product */
.gridCellInfo a, .gridCellInfo a span {
text-align:left;
}
/* This is the main container for the grid of products */
.allGrids {
text-align:center;
width:100%;
}
/* Centers the grid of products inside allGrids */
.centerGrids {
margin-left: auto;
margin-right: auto;
}
.error {
border:1px solid;
padding:18px;
margin-bottom:23px;
}
/* The currently selected sort method */
.selectedSort, .selectedSort a {
text-decoration:none;
}
/* The pagination links */
.count {
margin-left:-2px;
margin-bottom:7px;
text-align:right;
position:relative;
}
/* Powered by Zazzle logo */
.pbimg {
position:absolute;
top:-5px;
left:0px;
}
.pbimg img {
border:0px;
}
/* Empty classes in case you want to change the look of the pagination and sort */
.count a, .sortLinks a {
}
.sortLinks {
}
/* Used to stop product grids from floating to the left (at the end of the grid) */
.clearMe {
clear:both;
margin:0px;
padding:0px;
}
/* Height of clearMe DIV */
.short {
height:10px;
}
/* Fix for Mozilla browsers for floating elements...best not touch this! */
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* Empty class in case you want to style the currently selected page number */
.current {
}
/* The product description text */
.productDescription {
cursor: default;
text-decoration: none;
text-align: left;
position:relative;
text-transform: capitalize;
}
/* The product title text */
.productTitle {
display:block;
font-weight:bold;
font-size: 12px;
text-transform: capitalize;
}
/* Product price text */
.productPrice {
cursor: default;
text-decoration: none;
text-align: left;
font-size: 12pt;
color: #222;
font-weight: bold;
}
/* The pagination arrows (previous/next)*/
.paginationArrows {
text-decoration: none;
} | css/zstore.css | .sampleTitle {
text-align:center;
}
/* Style for each row of products in the grid */
.gridRow {
}
/* This is one product grid cell (the box that contains each product image and text) */
.gridCell {
float:left;
text-align:center;
position:relative;
overflow:hidden;
}
/* This is the style given to the product image link by default */
.gridCell .realviewLink {
/*border:1px solid #AFD0F8;*/
display:block;
padding:0px;
}
/* This is the style given to the product image itself by default */
.gridCell .realviewImage {
border:2px;
}
/* This is the style given to the inside of the image link when hovering over the image */
.gridCell .realviewLink:hover .realviewImage {
border:2px solid #AFD0F8!important;
}
/* This is the style given to the outside of the image link when hovering over the image */
.gridCell .realviewLink:hover {
border:1px solid #88a2c1!important;
}
/* This is the style given to the text underneath the image (title, description, price...) */
.gridCellInfo {
/*text-align:center;*/
font-size:.75em;
font-family:Verdana,Arial,Helvetica,sans-serif;
}
/* Centers text under the product */
.gridCellInfo a, .gridCellInfo a span {
text-align:left;
}
/* This is the main container for the grid of products */
.allGrids {
text-align:center;
width:100%;
}
/* Centers the grid of products inside allGrids */
.centerGrids {
margin-left: auto;
margin-right: auto;
}
.error {
border:1px solid;
padding:18px;
margin-bottom:23px;
}
/* The currently selected sort method */
.selectedSort, .selectedSort a {
text-decoration:none;
}
/* The pagination links */
.count {
margin-left:-2px;
margin-bottom:7px;
text-align:right;
position:relative;
}
/* Powered by Zazzle logo */
.pbimg {
position:absolute;
top:-5px;
left:0px;
}
.pbimg img {
border:0px;
}
/* Empty classes in case you want to change the look of the pagination and sort */
.count a, .sortLinks a {
}
.sortLinks {
}
/* Used to stop product grids from floating to the left (at the end of the grid) */
.clearMe {
clear:both;
margin:0px;
padding:0px;
}
/* Height of clearMe DIV */
.short {
height:10px;
}
/* Fix for Mozilla browsers for floating elements...best not touch this! */
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* Empty class in case you want to style the currently selected page number */
.current {
}
/* The product description text */
.productDescription {
cursor: default;
text-decoration: none;
text-align: left;
position:relative;
text-transform: capitalize;
}
/* The product title text */
.productTitle {
display:block;
font-weight:bold;
font-size: 12px;
text-transform: capitalize;
}
/* Product price text */
.productPrice {
cursor: default;
text-decoration: none;
text-align: left;
font-size: 12pt;
color: #222;
font-weight: bold;
}
/* The pagination arrows (previous/next)*/
.paginationArrows {
text-decoration: none;
} | 0.334807 | 0.239427 |
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video
{ margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent; }
body { line-height:1; }
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section
{ display:block; }
nav ul { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after,
q:before, q:after
{ content:''; content:none; }
a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }
ins { background-color:#ff9; color:#000; text-decoration:none; }
mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }
table { border-collapse:collapse; border-spacing:0; }
hr { display:block; height:1px; border:0; border-top:1px solid #cccccc; margin:1em 0; padding:0;}
/* ------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------
Layout helper
*/
.bold { font-weight: bold; }
.scroll { overflow-y: scroll; }
.clear { height: 0; clear: both; overflow: hidden; font-size: 0pt; }
.expand { width: 100%; }
.float-right { float: right; }
.float-left { float: left; }
.error { color: red; }
.warning { color: #8A4B08; }
/* -------------------------------------------------------------------------------------------
Page layout
*/
html {
font-size: 62.5%;
}
body {
background-color: #efefef;
font-family: Arial, Helvetica, sans-serif;
font-size: 1.1em;
}
#main {
position: relative;
border: 1px solid black;
background-color: #FFF5E6;
color: black;
border-radius: 8px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
min-height: 600px;
margin: 1em auto;
max-width: 900px;
min-width: 600px;
-webkit-box-shadow:0 4px 10px #8b8b8b;
-moz-box-shadow:0 4px 10px #8b8b8b;
box-shadow:0 4px 10px #8b8b8b;
}
.page {
position: relative;
margin: 10px;
}
.page.has-childs {
margin-left: 160px;
}
.footer {
text-align: center;
font-size: 0.8em;
margin-top: 20px;
}
.copyright {
color: gray;
margin: 5px auto;
}
#userinfo {
float:right;
padding: 0.4em;
font-size: 90%;
}
.page > h2 {
margin: 20px 0px 20px 0px;
border-bottom: 2px solid #888;
padding: 2px;
}
.page > h3 {
margin: 20px 0px 5px 0px;
border-bottom: 1px solid #bbb;
padding: 2px;
}
.page > p {
margin-bottom: 5px;
}
/* -------------------------------------------------------------------------------------------
Navigation menu (top)
*/
.header {
background-color: #E6AE6C;
border-bottom: 1px solid #8C4D00;
background-image: url(images/ast_logo_top.png);
background-position: right bottom;
background-repeat: no-repeat;
-moz-border-radius-topleft: 8px;
-webkit-border-top-left-radius: 8px;
border-top-left-radius: 8px;
-moz-border-radius-topright: 8px;
-webkit-border-top-right-radius: 8px;
border-top-right-radius: 8px;
}
.top-nav {
height: 22px;
padding: 30px 0 0 10px;
margin: 0px;
list-style-type: none;
}
.top-nav > li {
background-color: #E6AE6C;
border: 1px solid #E6AE6C;
border-bottom: 0px;
margin-right: 3px;
float:left;
height:21px;
border-top-left-radius: 5px;
-moz-border-radius-topleft: 5px;
-webkit-border-top-left-radius: 5px;
border-top-right-radius: 5px;
-moz-border-radius-topright: 5px;
-webkit-border-top-right-radius: 5px;
}
.top-nav > li a {
color: #87561B;
padding:3px 10px;
display:block;
text-decoration: none;
font-weight: bold;
line-height: 15px;
}
.top-nav > li:hover {
background-color: #F0CFA8;
border-color: #8C4D00;
}
.top-nav > li:hover a {
text-decoration: none;
color: black;
}
.top-nav > li.selected {
background-color: #FFF5E6;
border-color: #8C4D00;
border-bottom: 1px solid #FFF5E6;
color: black;
}
.top-nav > li.selected a {
color: black;
}
/* -------------------------------------------------------------------------------------------
Navigation menu (Left)
*/
.left-nav {
position: absolute;
display: none;
list-style-type: none;
padding: 10px 0px 10px 0px;
margin: 0px;
background-color: #FFEBCC;
border: 1px solid #B2A48F;
border-left: none;
-moz-border-radius-topright: 4px;
-webkit-border-top-right-radius: 4px;
border-top-right-radius: 4px;
-moz-border-radius-bottomright: 4px;
-webkit-border-bottom-right-radius: 4px;
border-bottom-right-radius: 4px;
}
.top-nav li.selected ul {
display: block;
left: 0px;
top: 60px;
bottom: 10px;
list-style-type: none;
}
.left-nav li {
float: none;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
border-radius: 0px;
margin: 0px;
height: 20px;
background-color: #FFEBCC;
border: none;
border-bottom: 2px solid #FFEBCC;
border-top: 2px solid #FFEBCC;
}
.left-nav li a {
padding: 2px 5px 2px 20px;
line-height: 16px;
min-width: 120px;
font-weight: normal;
}
.left-nav li:hover {
background-color: #E6AE6C;
border-color: #FFEBCC;
}
.left-nav li.selected {
background-color: #E6D4B8;
border-color: #B2A48F;
height: 20px;
background-image: url(images/selected.png);
background-position: 2px 2px;
background-repeat: no-repeat;
}
/* -------------------------------------------------------------------------------------------
Icons
*/
[class*="icon16"] {
background-image: url(images/icons-16x16.png);
background-repeat: no-repeat;
width: 16px;
height: 16px;
border: 0;
margin: 0;
margin-right: 4px;
vertical-align: middle;
}
.icon16-blank {background-position: 0px 0px;}
.icon16-userdelete {background-position: -16px 0px;}
.icon16-useradd {background-position: -32px 0px;}
.icon16-stop {background-position: -48px 0px;}
.icon16-save {background-position: -64px 0px;}
.icon16-reload {background-position: -80px 0px;}
.icon16-copy {background-position: -96px 0px;}
.icon16-star {background-position: -112px 0px;}
.icon16-move {background-position: -128px 0px;}
.icon16-remove {background-position: -144px 0px;}
.icon16-warning {background-position: 0px -16px;}
.icon16-ok {background-position: -16px -16px;}
.icon16-play {background-position: -32px -16px;}
.icon16-lock {background-position: -48px -16px;}
.icon16-add {background-position: -64px -16px;}
.icon16-folder {background-position: -80px -16px;}
.icon16-flag {background-position: -96px -16px;}
.icon16-fatal {background-position: -112px -16px;}
.icon16-paste {background-position: -128px -16px;}
.icon16-error {background-position: -144px -16px;}
.icon16-edit {background-position: 0px -32px;}
.icon16-download {background-position: -16px -32px;}
.icon16-delete {background-position: -32px -32px;}
.icon16-checked {background-position: -48px -32px;}
.icon16-unchecked {background-position: -64px -32px;}
.icon16-outbound {background-position: -80px -32px;}
.icon16-inbound {background-position: -96px -32px;}
.icon16-cancel {background-position: -112px -32px;}
.icon16-search {background-position: -128px -32px;}
.icon16-prev {background-position: -144px -32px;}
.icon16-next {background-position: 0px -48px;}
.icon16-first {background-position: -16px -48px;}
.icon16-last {background-position: -32px -48px;}
.icon16-searchdoc {background-position: -48px -48px;}
.icon16-down {background-position: -64px -48px;}
.icon16-left {background-position: -80px -48px;}
.icon16-right {background-position: -96px -48px;}
.icon16-up {background-position: -112px -48px;}
.icon16-clear {background-position: -128px -48px;}
.icon16-repeat {background-position: -144px -48px;}
.icon16-pause {background-position: 0px -64px;}
.icon16-record {background-position: -16px -64px;}
.icon16-upload {background-position: -32px -64px;}
.icon16-settings {background-position: -48px -64px;}
.icon16-vol-down {background-position: -64px -64px;}
.icon16-vol-up {background-position: -80px -64px;}
.icon16-number {background-position: -96px -64px;}
.icon16-home {background-position: -112px -64px;}
.icon16-call {background-position: -128px -64px;}
.icon16-feature {background-position: -144px -64px;}
.icon16-local {background-position: 0px -80px;}
.icon16-private {background-position: -16px -80px;}
.icon16-unknown {background-position: -32px -80px;}
.icon16-system {background-position: -48px -80px;}
.icon16-originate {background-position: -64px -80px;}
.icon16-voicemail {background-position: -80px -80px;}
.icon16-alarm {background-position: -96px -80px;}
.icon16-clock {background-position: -112px -80px;}
.icon16-calandar {background-position: -128px -80px;}
.icon16-blacklist {background-position: -144px -80px;}
.icon16-help {background-position: 0px -96px;}
.icon16-map {background-position: -16px -96px;}
.icon16-download2 {background-position: -32px -96px;}
.icon16-message {background-position: -48px -96px;}
.icon16-tag {background-position: -64px -96px;}
.icon16-crop {background-position: -80px -96px;}
.icon16-cut {background-position: -96px -96px;}
.icon16-globe {background-position: -112px -96px;}
.icon16-hand {background-position: -128px -96px;}
.icon16-call-info {background-position: -144px -96px;}
.icon16-phone {background-position: 0px -112px;}
.icon16-hangup {background-position: -16px -112px;}
.icon16-alert {background-position: -32px -112px;}
.icon16-alarm2 {background-position: -48px -112px;}
.icon16-sms {background-position: -64px -112px;}
.icon16-listen {background-position: -80px -112px;}
.icon16-music {background-position: -96px -112px;}
.icon16-list {background-position: -112px -112px;}
[class*="icon12"] {
background-image: url(images/icons-12x12.png);
background-repeat: no-repeat;
width: 12px;
height: 12px;
border: 0;
margin: 0;
margin-right: 3px;
vertical-align: middle;
}
.icon12-blank {background-position: 0px 0px;}
.icon12-userdelete {background-position: -12px 0px;}
.icon12-useradd {background-position: -24px 0px;}
.icon12-stop {background-position: -36px 0px;}
.icon12-save {background-position: -48px 0px;}
.icon12-reload {background-position: -60px 0px;}
.icon12-copy {background-position: -72px 0px;}
.icon12-star {background-position: -84px 0px;}
.icon12-move {background-position: -96px 0px;}
.icon12-remove {background-position: -108px 0px;}
.icon12-warning {background-position: 0px -12px;}
.icon12-ok {background-position: -12px -12px;}
.icon12-play {background-position: -24px -12px;}
.icon12-lock {background-position: -36px -12px;}
.icon12-add {background-position: -48px -12px;}
.icon12-folder {background-position: -60px -12px;}
.icon12-flag {background-position: -72px -12px;}
.icon12-fatal {background-position: -84px -12px;}
.icon12-paste {background-position: -96px -12px;}
.icon12-error {background-position: -108px -12px;}
.icon12-edit {background-position: 0px -24px;}
.icon12-download {background-position: -12px -24px;}
.icon12-delete {background-position: -24px -24px;}
.icon12-checked {background-position: -36px -24px;}
.icon12-unchecked {background-position: -48px -24px;}
.icon12-outbound {background-position: -60px -24px;}
.icon12-inbound {background-position: -72px -24px;}
.icon12-cancel {background-position: -84px -24px;}
.icon12-search {background-position: -96px -24px;}
.icon12-prev {background-position: -108px -24px;}
.icon12-next {background-position: 0px -36px;}
.icon12-first {background-position: -12px -36px;}
.icon12-last {background-position: -24px -36px;}
.icon12-searchdoc {background-position: -36px -36px;}
.icon12-down {background-position: -48px -36px;}
.icon12-left {background-position: -60px -36px;}
.icon12-right {background-position: -72px -36px;}
.icon12-up {background-position: -84px -36px;}
.icon12-clear {background-position: -96px -36px;}
.icon12-repeat {background-position: -108px -36px;}
.icon12-pause {background-position: 0px -48px;}
.icon12-record {background-position: -12px -48px;}
.icon12-upload {background-position: -24px -48px;}
.icon12-settings {background-position: -36px -48px;}
.icon12-vol-down {background-position: -48px -48px;}
.icon12-vol-up {background-position: -60px -48px;}
.icon12-number {background-position: -72px -48px;}
.icon12-home {background-position: -84px -48px;}
.icon12-call {background-position: -96px -48px;}
.icon12-feature {background-position: -108px -48px;}
.icon12-local {background-position: 0px -60px;}
.icon12-private {background-position: -12px -60px;}
.icon12-unknown {background-position: -24px -60px;}
.icon12-system {background-position: -36px -60px;}
.icon12-originate {background-position: -48px -60px;}
.icon12-voicemail {background-position: -60px -60px;}
.icon12-alarm {background-position: -72px -60px;}
.icon12-clock {background-position: -84px -60px;}
.icon12-calandar {background-position: -96px -60px;}
.icon12-blacklist {background-position: -108px -60px;}
.icon12-help {background-position: 0px -72px;}
.icon12-map {background-position: -12px -72px;}
.icon12-download2 {background-position: -24px -72px;}
.icon12-message {background-position: -36px -72px;}
.icon12-tag {background-position: -48px -72px;}
.icon12-crop {background-position: -60px -72px;}
.icon12-cut {background-position: -72px -72px;}
.icon12-globe {background-position: -112px -72px;}
.icon12-hand {background-position: -128px -72px;}
.icon12-call-info {background-position: -144px -72px;}
.icon12-phone {background-position: 0px -84px;}
.icon12-hangup {background-position: -12px -84px;}
.icon12-alert {background-position: -24px -84px;}
.icon12-alarm2 {background-position: -36px -84px;}
.icon12-sms {background-position: -48px -84px;}
.icon12-listen {background-position: -60px -84px;}
.icon12-music {background-position: -72px -84px;}
.icon12-list {background-position: -84px -84px;}
/* -------------------------------------------------------------------------------------------
Dialogs
*/
.box {
background-color: #E6DCCF;
border: 1px solid #8e877c;
color: #66625C;
margin: 0px;
padding: 6px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
.box caption {
background-color: #4C4A45;
color: white;
text-align: center;
font-size: 1em;
padding: 4px;
margin-bottom: 6px;
}
.box .section div {
color: #866736;
border-color: #866736;
border-bottom: 1px solid;
font-size: 1em;
margin-top: 10px;
margin-bottom: 6px;
}
.box.dialog {
display: table;
margin: 40px auto;
min-width: 150px;
}
.box.dialog > table.content,
.box.widget > table.content {
width: 100%;
border-collapse: separate;
border-spacing: 8px;
min-height: 50px;
}
.box.dialog > div.content,
.box.widget > div.content {
display: table-cell;
vertical-align: middle;
min-height: 50px;
}
.box.widget table.content {
border-spacing: 2px;
}
.box td.message {
vertical-align: middle;
}
/* --- Fields --- */
.box td.label {
padding-left: 20px;
padding-right: 5px;
vertical-align: middle;
text-align: right;
white-space: nowrap;
}
.box td.field {
width: 100%;
}
.box .field input[type="text"],
.box .field input[type="password"],
.box .field select,
.box .field .listbox,
.box .field .progress {
padding: 3px;
border: solid 1px #8e877c;
background-color: white;
color: black;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.box .field input[readonly] {
background-color: #ddd;
}
.box.dialog .field input[type="text"],
.box.dialog .field input[type="password"],
.box.dialog .field select,
.box.dialog .field .listbox,
.box.dialog .field .progress {
width: 220px;
}
.box.dialog.small .field input[type="text"],
.box.dialog.small .field input[type="password"],
.box.dialog.small .field select,
.box.dialog.small .field .listbox,
.box.dialog.small .field .progress {
width: 160px;
}
/* --- Progress bar --- */
.box .field .progress {
background-color: #eee;
position: relative;
color: #4C4A45;
overflow: hidden;
height: 1.5em;
}
.box .field .progress .label {
position: absolute;
top: 2px;
left: 15px;
right: 15px;
height: 1.5em;
line-height: 1.5em;
vertical-align: middle;
text-align: right;
}
.box .field .progress.center .label {
text-align: center;
}
.box .field .progress.left .label {
text-align: left;
}
.box.widget .field .progress {
padding: 1px;
}
.box.widget .field .progress .label {
top: 1px;
}
.box .field .progress .bar {
display: block;
height: 100%;
background: #d3c8bc;
background: -moz-linear-gradient(top, #d3c8bc 0%, #9e968e 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d3c8bc), color-stop(100%,#9e968e));
background: -webkit-linear-gradient(top, #d3c8bc 0%,#9e968e 100%);
background: -o-linear-gradient(top, #d3c8bc 0%,#9e968e 100%);
background: -ms-linear-gradient(top, #d3c8bc 0%,#9e968e 100%);
background: linear-gradient(top, #d3c8bc 0%,#9e968e 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3c8bc', endColorstr='#9e968e',GradientType=0 );
}
.box .field .progress.critical {
border-color: #ff4949;
background-color: #f3b6a8;
color: #5d0101;
}
.box .field .progress.critical .bar {
background: #ffad99;
background: -moz-linear-gradient(top, #ffad99 0%, #fd6842 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffad99), color-stop(100%,#fd6842));
background: -webkit-linear-gradient(top, #ddad99 0%,#fd6842 100%);
background: -o-linear-gradient(top, #ffad99 0%,#fd6842 100%);
background: -ms-linear-gradient(top, #ffad99 0%,#fd6842 100%);
background: linear-gradient(top, #ffad99 0%,#fd6842 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffad99', endColorstr='#fd6842',GradientType=0 );
}
.box .field .progress.normal {
border-color: #448800;
background-color: #bbff99;
color: #004d00;
}
.box .field .progress.normal .bar {
background: #66d005;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c2ff8a), color-stop(100%,#66d005));
background: -moz-linear-gradient(top, #c2ff8a 0%, #66d005 100%);
background: -webkit-linear-gradient(top, #c2ff8a 0%,#66d005 100%);
background: -o-linear-gradient(top, #c2ff8a 0%,#66d005 100%);
background: -ms-linear-gradient(top, #c2ff8a 0%,#66d005 100%);
background: linear-gradient(top, #c2ff8a 0%,#66d005 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2ff8a', endColorstr='#66d005',GradientType=0 );
}
/* --- Dropdown list --- */
.box .field select {
-webkit-appearance: button;
-webkit-padding-end: 20px;
-webkit-padding-start: 4px;
-webkit-user-select: none;
background-image: url(images/dropdown.png);
background-repeat: no-repeat;
background-position: right -3px;
font-size: inherit;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
padding: 4px 3px;
}
/* --- Message box --- */
.box.dialog.error,
.box.dialog.warning,
.box.dialog.info {
border-left-width: 10px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
padding: 10px 50px;
min-height: 50px;
}
.box.dialog.warning {
background: #FFF0B2 10px 50% url(images/warning.png) no-repeat ;
border-color: #E6B800;
}
.box.dialog.error {
background: #FFD0D0 10px 50% url(images/error.png) no-repeat ;
border-color: #FF0000;
color: #FF0000;
}
.box.dialog.info {
background: #D0D0FF 10px 50% url(images/info.png) no-repeat ;
border-color: #0000FF;
}
.box.dialog .list {
list-style-position: inside;
margin: 10px;
}
.box.dialog .list li {
padding-left : 5px;
}
.box.dialog.message {
height: 100px;
}
/* -------------------------------------------------------------------------------------------
Textbox
*/
.viewer {
background-color : #F2EEE7;
color: #555;
}
.code {
font-family: monospace;
font-size: 1.1em;
white-space: pre-wrap;
white-space: -moz-pre-wrap;
white-space: -pre-wrap;
white-space: -o-pre-wrap;
word-wrap: break-word;
margin: 10px 0px;
}
/* -------------------------------------------------------------------------------------------
listbox
*/
.listbox {
overflow: auto;
display: block;
height: 100px;
border: solid 1px #B2ACA1;
background-color: white;
color: black;
}
.listbox label {
display: block;
}
.listbox input[type="checkbox"]
{
vertical-align: middle;
position: relative;
bottom: 1px;
}
.listbox label.checked {
background-color: #b2aca1;
}
/* -------------------------------------------------------------------------------------------
Tooltip popup
*/
a.tooltip {
outline: none;
margin-left: 10px;
}
.tooltip:hover {
text-decoration: none;
}
a.tooltip span {
z-index: 10;
display: none;
padding: 14px 20px;
margin-top: -20px;
margin-left: 28px;
width: 160px;
line-height: 16px;
min-height: 30px;
}
a.tooltip:hover span {
display: inline;
position: absolute;
color: #111;
border: 1px solid #DCA;
background:#fffAF0;
}
.callout {
z-index: 20;
position: absolute;
top: 20px;
border: 0;
left: -12px;
width: 12px;
height: 22px;
background-image: url(images/callout.gif);
}
/* -------------------------------------------------------------------------------------------
Toolbar
*/
div.toolbar.box {
margin-bottom: 5px;
padding: 0px 5px 5px 5px;
}
div.toolbar .content {
border-collapse: separate;
border-spacing: 5px 3px;
}
div.toolbar .item {
display: inline-block;
position: relative;
padding-top: 5px;
vertical-align: top;
}
div.toolbar .item.view,
div.toolbar .item.label {
margin-top: 5px;
vertical-align: middle;
line-height: 18px;
}
div.toolbar .item.view {
border: 1px solid #B2ACA1;
background-color: #ddd;
color: black;
padding: 3px;
}
div.toolbar .item > a,
div.toolbar .item > button {
display: block;
margin: 0;
padding: 3px 6px;
background-color: #F2EEE7;
border: 1px solid #8a8a8a;
color: black;
text-decoration: none;
line-height: 18px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
div.toolbar .item > button {
cursor: pointer;
font-size: 1em;
}
div.toolbar .item img[class*="icon16"] {
margin: 0px 4px 0px 0px;
}
div.toolbar .item .icon-only img[class*="icon16"],
div.toolbar .item .icon-only img[class*="icon12"] {
margin: 0px;
}
div.toolbar .item > a.disabled,
div.toolbar .item > button.disabled {
background-color: #e6e4db;
border: 1px solid #8a8a8a;
color: gray;
}
div.toolbar .item a.disabled img[class*="icon12"],
div.toolbar .item a.disabled img[class*="icon16"],
div.toolbar .item button.disabled img[class*="icon12"],
div.toolbar .item button.disabled img[class*="icon16"] {
opacity: 0.3;
}
div.toolbar .item > a:hover,
div.toolbar .item > button:hover,
div.toolbar .item > button:focus {
background-color: #FFF0D1;
border-color: #CCA352;
}
div.toolbar .item > a:active,
div.toolbar .item.selected > a,
div.toolbar .item.dropdown a:focus,
div.toolbar .item button:active {
background-color: #CCA352;
border-color: #8a8a8a;
color: white;
}
div.toolbar .item button::-moz-focus-inner {
border: none;
}
div.toolbar .item input[type="text"] {
padding: 3px;
background-color : #FFF8ED;
border: 1px solid #8a8a8a;
color: black;
line-height: 18px;
height: 18px;
font-size: 1em;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
div.toolbar .item.separator {
padding: 0;
background-color: #B2ACA1;
width: 2px;
}
/* -------------------------------------------------------------------------------------------
Toolbar dropdown menu
*/
div.toolbar .item .dropdown-list button {
background-color: #F2EEE7;
border: 0;
width: 100%;
*min-width: 100%;
height: 24px;
padding: 0px 10px;
text-align: left;
line-height: 14px;
cursor: pointer;
}
div.toolbar .item .dropdown-list button::-moz-focus-inner {
border: none;
}
div.toolbar .item.dropdown > a {
padding-right: 16px;
background-image: url(images/dropdown.png);
background-repeat: no-repeat;
background-position: right 0;
}
div.toolbar .item.dropdown > a:focus {
background-position: right -24px;
}
div.toolbar .item.dropdown.disabled > a {
background-position: right -48px;
}
div.toolbar .item .dropdown-list {
padding: 2px;
margin: 0;
position: absolute;
left: 0;
top: 30px;
min-width: 100%;
display: none;
background-color: #F2EEE7;
border: 1px solid #8a8a8a;
color: black;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
border-radius: 3px;
z-index: 19999;
}
div.toolbar .item.dropdown .item a {
display: block;
white-space: nowrap;
line-height: 22px;
padding: 0px 10px;
text-decoration: none;
color: black;
border: 0;
}
div.toolbar .item.dropdown .item {
display: block;
padding-top: 0px;
}
div.toolbar .item .dropdown-list .item a:hover,
div.toolbar .item .dropdown-list .item button:hover {
background-color: #CCA352;
border-color: #8a8a8a;
color: white;
}
div.toolbar .item > .dropdown-list:hover,
div.toolbar .item > a:focus ~ .dropdown-list,
div.toolbar .item > a:focus + img {
display: block;
}
div.toolbar .item > a:hover ~ .dropdown-list {
*display: block;
}
div.toolbar .content img.close-dropdown {
display: block;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
display: none;
cursor: pointer;
z-index: 20000;
}
div.toolbar.center {
clear: both;
float: right;
position: relative;
left: -50%;
text-align: left;
}
div.toolbar.center .content {
position: relative;
left: 50%;
}
div.toolbar .spacer {
margin-left: 15px;
}
/* -------------------------------------------------------------------------------------------
Data grid
*/
.grid {
border-collapse: collapse;
color: black;
margin-bottom: 10px;
}
.grid caption {
text-align: center;
margin-bottom: 2px;
background-color: #4C4A45;
color: white;
font-size: 1.2em;
padding: 6px;
white-space: nowrap;
}
.grid td, .grid th {
text-align: left;
vertical-align: middle;
line-height: 16px;
padding:2px 5px 2px 5px;
border: 1px solid #8E877C;
}
.grid td {
background-color: #E6DCCF;
}
.grid tr.selected td {
background-color: #FFFFaa;
font-weight: bold;
}
.grid tr.highlight:hover td {
background-color: #FFFFCC;
}
.grid th {
background-color: #B2ACA1;
font-weight: normal;
}
.grid .alt td, .grid .alt {
background-color: #D8CEC2;
}
.grid tr.normal td, .grid tr.normal {
background-color: #d3f3c4;
}
.grid tr.normal.alt td, .grid tr.normal.alt {
background-color: #c3deb6;
}
.grid tr.error td, .grid tr.error {
background-color: #ffb5a4;
color: #a20000;
}
.grid tr.error.alt td, .grid tr.error.alt {
background-color: #ffa792;
color: #a20000;
}
.grid tr.center td,
.grid tr.center th,
.grid .center {
text-align: center;
}
.grid .totals {
font-weight: bold;
}
.grid .column-actions {
width: 50px;
}
.grid .action-list img {
opacity: 0.2;
margin-right: 2px;
}
.grid .column-actions img {
margin-right: 5px;
opacity: 0.2;
}
.grid tr:hover td {
background-color: #ffdd99;
}
.grid tr:hover .column-actions img,
.grid tr:hover .action-list img {
opacity: 1.0;
}
.grid input[type="checkbox"] {
margin: 0px;
vertical-align: middle;
}
.grid .column-icon {
width: 16px;
padding: 2px;
}
.grid .column-icon img {
margin-right: 0px;
}
.grid .data {
display: none;
}
.grid .column-select {
width: 16px;
}
/* -------------------------------------------------------------------------------------------
Dashboard
*/
.dashboard {
overflow: hidden;
margin-right: -15px;
}
.dashboard .column {
vertical-align: top;
float: left;
width: 50%;
min-height: 300px;
min-width: 35%;
max-width: 65%;
}
.dashboard .box {
margin: 0px 15px 15px 0px;
}
/* -------------------------------------------------------------------------------------------
Date picker
*/
.date-picker {
width: 170px;
height: 25px;
padding: 0;
border: 0;
line-height: 25px;
padding-left: 10px;
font-weight: bold;
cursor: pointer;
color: #303030;
position: relative;
z-index: 2;
}
.date-picker-wrapper {
position: absolute;
z-index: 1;
border: 1px solid black;
background-color: #E6DCCF;
padding: 5px 12px;
font-size: 12px;
line-height: 20px;
color: #aaa;
font-family: Arial,sans-serif;
box-shadow: 3px 3px 10px rgba(0,0,0,0.5);
box-sizing: initial;
}
.date-picker-wrapper.inline-wrapper {
position: relative;
box-shadow: none;
display:inline-block;
}
.date-picker-wrapper.single-date {
width:auto;
}
.date-picker-wrapper.no-shortcuts {
padding-bottom:12px;
}
.date-picker-wrapper.no-topbar {
padding-top:12px;
}
.date-picker-wrapper .footer {
font-size: 11px;
padding-top: 3px;
}
.date-picker-wrapper b {
color: #666;
font-weight: 700;
}
.date-picker-wrapper a {
color: #888;
text-decoration: underline;
}
.date-picker-wrapper .month-name {
text-transform: uppercase;
}
.date-picker-wrapper .month-wrapper {
border: 1px solid #B2ACA1;
border-radius: 3px;
background-color: #fff;
padding: 5px;
cursor: default;
position: relative;
_overflow: hidden;
}
.date-picker-wrapper .month-wrapper table {
width: 190px;
float: left;
}
.date-picker-wrapper .month-wrapper table.month2 {
width: 190px;
float: left;
}
.date-picker-wrapper .month-wrapper table th,
.date-picker-wrapper .month-wrapper table td {
vertical-align: middle;
text-align: center;
line-height: 14px;
margin: 0px;
padding: 0px;
}
.date-picker-wrapper .month-wrapper table .day {
padding: 5px 0;
line-height: 1em;
font-size: 12px;
margin-bottom: 1px;
color: #ccc;
cursor: default;
}
.date-picker-wrapper .month-wrapper table div.day.lastMonth,
.date-picker-wrapper .month-wrapper table div.day.nextMonth {
color: #999;
cursor: default;
}
.date-picker-wrapper .month-wrapper table .day.checked {
background-color: rgb(156, 219, 247);
}
.date-picker-wrapper .month-wrapper table .week-name {
height: 20px;
line-height: 20px;
font-weight: 100;
text-transform: uppercase;
}
.date-picker-wrapper .month-wrapper table .day.has-tooltip {
cursor:help !important;
}
.date-picker-wrapper .time label {
white-space:nowrap;
}
.date-picker-wrapper .month-wrapper table .day.toMonth.valid {
color:#333;
cursor:pointer;
}
.date-picker-wrapper .month-wrapper table .day.toMonth.hovering {
background-color: #cdecfa;
}
.date-picker-wrapper .month-wrapper table .day.nextMonth,
.date-picker-wrapper .month-wrapper table .day.lastMonth {
display:none;
}
.date-picker-wrapper .month-wrapper table .day.real-today {
background-color: rgb(255, 230, 132);
}
.date-picker-wrapper .month-wrapper table .day.real-today.checked,
.date-picker-wrapper .month-wrapper table .day.real-today.hovering {
background-color: rgb(112, 204, 213);
}
.date-picker-wrapper table .caption {
height:40px;
}
.date-picker-wrapper table .caption .next,
.date-picker-wrapper table .caption .prev {
padding:0 5px;
cursor:pointer;
}
.date-picker-wrapper table .caption .next:hover,
.date-picker-wrapper table .caption .prev:hover {
background-color:#ccc;
color:white;
}
.date-picker-wrapper .gap {
position: relative;
z-index: 1;
width: 15px;
height: 100%;
background-color: red;
font-size: 0;
line-height: 0;
float: left;
top: -5px;
margin: 0 10px -10px;
visibility: hidden;
height: 0;
}
.date-picker-wrapper .gap .gap-lines {
height: 100%; overflow:hidden;
}
.date-picker-wrapper .gap .gap-line {
height: 15px;
width: 15px;
position: relative;
}
.date-picker-wrapper .gap .gap-line .gap-1 {
z-index: 1;
height: 0;
border-left: 8px solid white;
border-top: 8px solid #eee;
border-bottom: 8px solid #eee;
}
.date-picker-wrapper .gap .gap-line .gap-2 {
position: absolute;
right: 0;
top: 0px;
z-index: 2;
height: 0;
border-left: 8px solid transparent;
border-top: 8px solid white;
}
.date-picker-wrapper .gap .gap-line .gap-3 {
position: absolute;
right: 0;
top: 8px;
z-index: 2;
height: 0;
border-left: 8px solid transparent;
border-bottom: 8px solid white;
}
.date-picker-wrapper .gap .gap-top-mask {
width: 6px;
height: 1px;
position: absolute;
top: -1px;
left: 1px;
background-color: #eee;
z-index:3;
}
.date-picker-wrapper .gap .gap-bottom-mask {
width: 6px;
height: 1px;
position: absolute;
bottom: -1px;
left: 7px;
background-color: #eee;
z-index: 3;
}
.date-picker-wrapper .selected-days {
display:none;
}
.date-picker-wrapper .drp_top-bar {
line-height: 1.4;
position:relative;
padding: 10px 40px 10px 0;
}
.date-picker-wrapper .drp_top-bar .error-top { display:none; }
.date-picker-wrapper .drp_top-bar .normal-top { display:none; }
.date-picker-wrapper .drp_top-bar .default-top { display:block; }
.date-picker-wrapper .drp_top-bar.error .default-top { display:none; }
.date-picker-wrapper .drp_top-bar.error .error-top { display:block; color:red; }
.date-picker-wrapper .drp_top-bar.normal .default-top { display:none; }
.date-picker-wrapper .drp_top-bar.normal .normal-top { display:block; }
.date-picker-wrapper .drp_top-bar .apply-btn {
position:absolute;
right: 0px;
top: 6px;
padding:3px 5px;
margin:0;
font-size:12px;
border-radius:4px;
cursor:pointer;
color: #d9eef7;
border: solid 1px #0076a3;
background: #0095cd;
background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
background: -moz-linear-gradient(top, #00adee, #0078a5);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
color:white;
line-height: initial;
}
.date-picker-wrapper .drp_top-bar .apply-btn.disabled {
cursor: pointer;
color: #606060;
border: solid 1px #b7b7b7;
background: #fff;
background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
background: -moz-linear-gradient(top, #fff, #ededed);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
/*time styling*/
.date-picker-wrapper .time {
position: relative;
}
.date-picker-wrapper.single-month .time {
display: block;
}
.date-picker-wrapper .time input[type=range] {
vertical-align: middle;
width: 129px;
padding: 0;
margin: 0;
height: 20px;
}
.date-picker-wrapper .time1, .time2 {
width: 180px;
padding: 0 5px;
text-align: center;
}
.date-picker-wrapper .time1 {
float: left;
}
.date-picker-wrapper .time2 {
float: right;
}
.date-picker-wrapper .hour, .minute {
text-align: right;
}
.date-picker-wrapper .hide {
display: none;
}
.date-picker-wrapper .first-date-selected {
background-color: #49e !important;
color: white !important;
}
.date-picker-wrapper .last-date-selected {
background-color: #49e !important;
color:white !important;
}
.date-picker-wrapper .date-range-length-tip {
position: absolute;
margin-top: -4px;
margin-left: -8px;
box-shadow: 0 0 3px rgba(0,0,0,.3);
display: none;
background-color: yellow;
padding: 0 6px;
border-radius: 2px;
font-size: 12px;
line-height: 16px;
-webkit-filter: drop-shadow(0 0 3px rgba(0,0,0,.3));
-moz-filter: drop-shadow(0 0 3px rgba(0,0,0,.3));
-ms-filter: drop-shadow(0 0 3px rgba(0,0,0,.3));
-o-filter: drop-shadow(0 0 3px rgba(0,0,0,.3));
filter: drop-shadow(0 0 3px rgba(0,0,0,.3));
}
.date-picker-wrapper .date-range-length-tip:after {
content: '';
position: absolute;
border-left: 4px solid transparent;
border-right: 4px solid transparent;
border-top: 4px solid yellow;
left: 50%;
margin-left: -4px;
bottom: -4px;
}
.date-picker-wrapper.two-months.no-gap .month1 .next,
.date-picker-wrapper.two-months.no-gap .month2 .prev {
display: none;
}
.date-picker-wrapper .week-number
{
padding: 5px 0;
line-height: 1;
font-size: 12px;
margin-bottom: 1px;
color: #999;
cursor: pointer;
}
.date-picker-wrapper .week-number.week-number-selected {
color: #4499EE;
font-weight: bold;
} | root/themes/default/theme.css | html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video
{ margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent; }
body { line-height:1; }
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section
{ display:block; }
nav ul { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after,
q:before, q:after
{ content:''; content:none; }
a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }
ins { background-color:#ff9; color:#000; text-decoration:none; }
mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }
table { border-collapse:collapse; border-spacing:0; }
hr { display:block; height:1px; border:0; border-top:1px solid #cccccc; margin:1em 0; padding:0;}
/* ------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------
Layout helper
*/
.bold { font-weight: bold; }
.scroll { overflow-y: scroll; }
.clear { height: 0; clear: both; overflow: hidden; font-size: 0pt; }
.expand { width: 100%; }
.float-right { float: right; }
.float-left { float: left; }
.error { color: red; }
.warning { color: #8A4B08; }
/* -------------------------------------------------------------------------------------------
Page layout
*/
html {
font-size: 62.5%;
}
body {
background-color: #efefef;
font-family: Arial, Helvetica, sans-serif;
font-size: 1.1em;
}
#main {
position: relative;
border: 1px solid black;
background-color: #FFF5E6;
color: black;
border-radius: 8px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
min-height: 600px;
margin: 1em auto;
max-width: 900px;
min-width: 600px;
-webkit-box-shadow:0 4px 10px #8b8b8b;
-moz-box-shadow:0 4px 10px #8b8b8b;
box-shadow:0 4px 10px #8b8b8b;
}
.page {
position: relative;
margin: 10px;
}
.page.has-childs {
margin-left: 160px;
}
.footer {
text-align: center;
font-size: 0.8em;
margin-top: 20px;
}
.copyright {
color: gray;
margin: 5px auto;
}
#userinfo {
float:right;
padding: 0.4em;
font-size: 90%;
}
.page > h2 {
margin: 20px 0px 20px 0px;
border-bottom: 2px solid #888;
padding: 2px;
}
.page > h3 {
margin: 20px 0px 5px 0px;
border-bottom: 1px solid #bbb;
padding: 2px;
}
.page > p {
margin-bottom: 5px;
}
/* -------------------------------------------------------------------------------------------
Navigation menu (top)
*/
.header {
background-color: #E6AE6C;
border-bottom: 1px solid #8C4D00;
background-image: url(images/ast_logo_top.png);
background-position: right bottom;
background-repeat: no-repeat;
-moz-border-radius-topleft: 8px;
-webkit-border-top-left-radius: 8px;
border-top-left-radius: 8px;
-moz-border-radius-topright: 8px;
-webkit-border-top-right-radius: 8px;
border-top-right-radius: 8px;
}
.top-nav {
height: 22px;
padding: 30px 0 0 10px;
margin: 0px;
list-style-type: none;
}
.top-nav > li {
background-color: #E6AE6C;
border: 1px solid #E6AE6C;
border-bottom: 0px;
margin-right: 3px;
float:left;
height:21px;
border-top-left-radius: 5px;
-moz-border-radius-topleft: 5px;
-webkit-border-top-left-radius: 5px;
border-top-right-radius: 5px;
-moz-border-radius-topright: 5px;
-webkit-border-top-right-radius: 5px;
}
.top-nav > li a {
color: #87561B;
padding:3px 10px;
display:block;
text-decoration: none;
font-weight: bold;
line-height: 15px;
}
.top-nav > li:hover {
background-color: #F0CFA8;
border-color: #8C4D00;
}
.top-nav > li:hover a {
text-decoration: none;
color: black;
}
.top-nav > li.selected {
background-color: #FFF5E6;
border-color: #8C4D00;
border-bottom: 1px solid #FFF5E6;
color: black;
}
.top-nav > li.selected a {
color: black;
}
/* -------------------------------------------------------------------------------------------
Navigation menu (Left)
*/
.left-nav {
position: absolute;
display: none;
list-style-type: none;
padding: 10px 0px 10px 0px;
margin: 0px;
background-color: #FFEBCC;
border: 1px solid #B2A48F;
border-left: none;
-moz-border-radius-topright: 4px;
-webkit-border-top-right-radius: 4px;
border-top-right-radius: 4px;
-moz-border-radius-bottomright: 4px;
-webkit-border-bottom-right-radius: 4px;
border-bottom-right-radius: 4px;
}
.top-nav li.selected ul {
display: block;
left: 0px;
top: 60px;
bottom: 10px;
list-style-type: none;
}
.left-nav li {
float: none;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
border-radius: 0px;
margin: 0px;
height: 20px;
background-color: #FFEBCC;
border: none;
border-bottom: 2px solid #FFEBCC;
border-top: 2px solid #FFEBCC;
}
.left-nav li a {
padding: 2px 5px 2px 20px;
line-height: 16px;
min-width: 120px;
font-weight: normal;
}
.left-nav li:hover {
background-color: #E6AE6C;
border-color: #FFEBCC;
}
.left-nav li.selected {
background-color: #E6D4B8;
border-color: #B2A48F;
height: 20px;
background-image: url(images/selected.png);
background-position: 2px 2px;
background-repeat: no-repeat;
}
/* -------------------------------------------------------------------------------------------
Icons
*/
[class*="icon16"] {
background-image: url(images/icons-16x16.png);
background-repeat: no-repeat;
width: 16px;
height: 16px;
border: 0;
margin: 0;
margin-right: 4px;
vertical-align: middle;
}
.icon16-blank {background-position: 0px 0px;}
.icon16-userdelete {background-position: -16px 0px;}
.icon16-useradd {background-position: -32px 0px;}
.icon16-stop {background-position: -48px 0px;}
.icon16-save {background-position: -64px 0px;}
.icon16-reload {background-position: -80px 0px;}
.icon16-copy {background-position: -96px 0px;}
.icon16-star {background-position: -112px 0px;}
.icon16-move {background-position: -128px 0px;}
.icon16-remove {background-position: -144px 0px;}
.icon16-warning {background-position: 0px -16px;}
.icon16-ok {background-position: -16px -16px;}
.icon16-play {background-position: -32px -16px;}
.icon16-lock {background-position: -48px -16px;}
.icon16-add {background-position: -64px -16px;}
.icon16-folder {background-position: -80px -16px;}
.icon16-flag {background-position: -96px -16px;}
.icon16-fatal {background-position: -112px -16px;}
.icon16-paste {background-position: -128px -16px;}
.icon16-error {background-position: -144px -16px;}
.icon16-edit {background-position: 0px -32px;}
.icon16-download {background-position: -16px -32px;}
.icon16-delete {background-position: -32px -32px;}
.icon16-checked {background-position: -48px -32px;}
.icon16-unchecked {background-position: -64px -32px;}
.icon16-outbound {background-position: -80px -32px;}
.icon16-inbound {background-position: -96px -32px;}
.icon16-cancel {background-position: -112px -32px;}
.icon16-search {background-position: -128px -32px;}
.icon16-prev {background-position: -144px -32px;}
.icon16-next {background-position: 0px -48px;}
.icon16-first {background-position: -16px -48px;}
.icon16-last {background-position: -32px -48px;}
.icon16-searchdoc {background-position: -48px -48px;}
.icon16-down {background-position: -64px -48px;}
.icon16-left {background-position: -80px -48px;}
.icon16-right {background-position: -96px -48px;}
.icon16-up {background-position: -112px -48px;}
.icon16-clear {background-position: -128px -48px;}
.icon16-repeat {background-position: -144px -48px;}
.icon16-pause {background-position: 0px -64px;}
.icon16-record {background-position: -16px -64px;}
.icon16-upload {background-position: -32px -64px;}
.icon16-settings {background-position: -48px -64px;}
.icon16-vol-down {background-position: -64px -64px;}
.icon16-vol-up {background-position: -80px -64px;}
.icon16-number {background-position: -96px -64px;}
.icon16-home {background-position: -112px -64px;}
.icon16-call {background-position: -128px -64px;}
.icon16-feature {background-position: -144px -64px;}
.icon16-local {background-position: 0px -80px;}
.icon16-private {background-position: -16px -80px;}
.icon16-unknown {background-position: -32px -80px;}
.icon16-system {background-position: -48px -80px;}
.icon16-originate {background-position: -64px -80px;}
.icon16-voicemail {background-position: -80px -80px;}
.icon16-alarm {background-position: -96px -80px;}
.icon16-clock {background-position: -112px -80px;}
.icon16-calandar {background-position: -128px -80px;}
.icon16-blacklist {background-position: -144px -80px;}
.icon16-help {background-position: 0px -96px;}
.icon16-map {background-position: -16px -96px;}
.icon16-download2 {background-position: -32px -96px;}
.icon16-message {background-position: -48px -96px;}
.icon16-tag {background-position: -64px -96px;}
.icon16-crop {background-position: -80px -96px;}
.icon16-cut {background-position: -96px -96px;}
.icon16-globe {background-position: -112px -96px;}
.icon16-hand {background-position: -128px -96px;}
.icon16-call-info {background-position: -144px -96px;}
.icon16-phone {background-position: 0px -112px;}
.icon16-hangup {background-position: -16px -112px;}
.icon16-alert {background-position: -32px -112px;}
.icon16-alarm2 {background-position: -48px -112px;}
.icon16-sms {background-position: -64px -112px;}
.icon16-listen {background-position: -80px -112px;}
.icon16-music {background-position: -96px -112px;}
.icon16-list {background-position: -112px -112px;}
[class*="icon12"] {
background-image: url(images/icons-12x12.png);
background-repeat: no-repeat;
width: 12px;
height: 12px;
border: 0;
margin: 0;
margin-right: 3px;
vertical-align: middle;
}
.icon12-blank {background-position: 0px 0px;}
.icon12-userdelete {background-position: -12px 0px;}
.icon12-useradd {background-position: -24px 0px;}
.icon12-stop {background-position: -36px 0px;}
.icon12-save {background-position: -48px 0px;}
.icon12-reload {background-position: -60px 0px;}
.icon12-copy {background-position: -72px 0px;}
.icon12-star {background-position: -84px 0px;}
.icon12-move {background-position: -96px 0px;}
.icon12-remove {background-position: -108px 0px;}
.icon12-warning {background-position: 0px -12px;}
.icon12-ok {background-position: -12px -12px;}
.icon12-play {background-position: -24px -12px;}
.icon12-lock {background-position: -36px -12px;}
.icon12-add {background-position: -48px -12px;}
.icon12-folder {background-position: -60px -12px;}
.icon12-flag {background-position: -72px -12px;}
.icon12-fatal {background-position: -84px -12px;}
.icon12-paste {background-position: -96px -12px;}
.icon12-error {background-position: -108px -12px;}
.icon12-edit {background-position: 0px -24px;}
.icon12-download {background-position: -12px -24px;}
.icon12-delete {background-position: -24px -24px;}
.icon12-checked {background-position: -36px -24px;}
.icon12-unchecked {background-position: -48px -24px;}
.icon12-outbound {background-position: -60px -24px;}
.icon12-inbound {background-position: -72px -24px;}
.icon12-cancel {background-position: -84px -24px;}
.icon12-search {background-position: -96px -24px;}
.icon12-prev {background-position: -108px -24px;}
.icon12-next {background-position: 0px -36px;}
.icon12-first {background-position: -12px -36px;}
.icon12-last {background-position: -24px -36px;}
.icon12-searchdoc {background-position: -36px -36px;}
.icon12-down {background-position: -48px -36px;}
.icon12-left {background-position: -60px -36px;}
.icon12-right {background-position: -72px -36px;}
.icon12-up {background-position: -84px -36px;}
.icon12-clear {background-position: -96px -36px;}
.icon12-repeat {background-position: -108px -36px;}
.icon12-pause {background-position: 0px -48px;}
.icon12-record {background-position: -12px -48px;}
.icon12-upload {background-position: -24px -48px;}
.icon12-settings {background-position: -36px -48px;}
.icon12-vol-down {background-position: -48px -48px;}
.icon12-vol-up {background-position: -60px -48px;}
.icon12-number {background-position: -72px -48px;}
.icon12-home {background-position: -84px -48px;}
.icon12-call {background-position: -96px -48px;}
.icon12-feature {background-position: -108px -48px;}
.icon12-local {background-position: 0px -60px;}
.icon12-private {background-position: -12px -60px;}
.icon12-unknown {background-position: -24px -60px;}
.icon12-system {background-position: -36px -60px;}
.icon12-originate {background-position: -48px -60px;}
.icon12-voicemail {background-position: -60px -60px;}
.icon12-alarm {background-position: -72px -60px;}
.icon12-clock {background-position: -84px -60px;}
.icon12-calandar {background-position: -96px -60px;}
.icon12-blacklist {background-position: -108px -60px;}
.icon12-help {background-position: 0px -72px;}
.icon12-map {background-position: -12px -72px;}
.icon12-download2 {background-position: -24px -72px;}
.icon12-message {background-position: -36px -72px;}
.icon12-tag {background-position: -48px -72px;}
.icon12-crop {background-position: -60px -72px;}
.icon12-cut {background-position: -72px -72px;}
.icon12-globe {background-position: -112px -72px;}
.icon12-hand {background-position: -128px -72px;}
.icon12-call-info {background-position: -144px -72px;}
.icon12-phone {background-position: 0px -84px;}
.icon12-hangup {background-position: -12px -84px;}
.icon12-alert {background-position: -24px -84px;}
.icon12-alarm2 {background-position: -36px -84px;}
.icon12-sms {background-position: -48px -84px;}
.icon12-listen {background-position: -60px -84px;}
.icon12-music {background-position: -72px -84px;}
.icon12-list {background-position: -84px -84px;}
/* -------------------------------------------------------------------------------------------
Dialogs
*/
.box {
background-color: #E6DCCF;
border: 1px solid #8e877c;
color: #66625C;
margin: 0px;
padding: 6px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
.box caption {
background-color: #4C4A45;
color: white;
text-align: center;
font-size: 1em;
padding: 4px;
margin-bottom: 6px;
}
.box .section div {
color: #866736;
border-color: #866736;
border-bottom: 1px solid;
font-size: 1em;
margin-top: 10px;
margin-bottom: 6px;
}
.box.dialog {
display: table;
margin: 40px auto;
min-width: 150px;
}
.box.dialog > table.content,
.box.widget > table.content {
width: 100%;
border-collapse: separate;
border-spacing: 8px;
min-height: 50px;
}
.box.dialog > div.content,
.box.widget > div.content {
display: table-cell;
vertical-align: middle;
min-height: 50px;
}
.box.widget table.content {
border-spacing: 2px;
}
.box td.message {
vertical-align: middle;
}
/* --- Fields --- */
.box td.label {
padding-left: 20px;
padding-right: 5px;
vertical-align: middle;
text-align: right;
white-space: nowrap;
}
.box td.field {
width: 100%;
}
.box .field input[type="text"],
.box .field input[type="password"],
.box .field select,
.box .field .listbox,
.box .field .progress {
padding: 3px;
border: solid 1px #8e877c;
background-color: white;
color: black;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.box .field input[readonly] {
background-color: #ddd;
}
.box.dialog .field input[type="text"],
.box.dialog .field input[type="password"],
.box.dialog .field select,
.box.dialog .field .listbox,
.box.dialog .field .progress {
width: 220px;
}
.box.dialog.small .field input[type="text"],
.box.dialog.small .field input[type="password"],
.box.dialog.small .field select,
.box.dialog.small .field .listbox,
.box.dialog.small .field .progress {
width: 160px;
}
/* --- Progress bar --- */
.box .field .progress {
background-color: #eee;
position: relative;
color: #4C4A45;
overflow: hidden;
height: 1.5em;
}
.box .field .progress .label {
position: absolute;
top: 2px;
left: 15px;
right: 15px;
height: 1.5em;
line-height: 1.5em;
vertical-align: middle;
text-align: right;
}
.box .field .progress.center .label {
text-align: center;
}
.box .field .progress.left .label {
text-align: left;
}
.box.widget .field .progress {
padding: 1px;
}
.box.widget .field .progress .label {
top: 1px;
}
.box .field .progress .bar {
display: block;
height: 100%;
background: #d3c8bc;
background: -moz-linear-gradient(top, #d3c8bc 0%, #9e968e 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d3c8bc), color-stop(100%,#9e968e));
background: -webkit-linear-gradient(top, #d3c8bc 0%,#9e968e 100%);
background: -o-linear-gradient(top, #d3c8bc 0%,#9e968e 100%);
background: -ms-linear-gradient(top, #d3c8bc 0%,#9e968e 100%);
background: linear-gradient(top, #d3c8bc 0%,#9e968e 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3c8bc', endColorstr='#9e968e',GradientType=0 );
}
.box .field .progress.critical {
border-color: #ff4949;
background-color: #f3b6a8;
color: #5d0101;
}
.box .field .progress.critical .bar {
background: #ffad99;
background: -moz-linear-gradient(top, #ffad99 0%, #fd6842 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffad99), color-stop(100%,#fd6842));
background: -webkit-linear-gradient(top, #ddad99 0%,#fd6842 100%);
background: -o-linear-gradient(top, #ffad99 0%,#fd6842 100%);
background: -ms-linear-gradient(top, #ffad99 0%,#fd6842 100%);
background: linear-gradient(top, #ffad99 0%,#fd6842 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffad99', endColorstr='#fd6842',GradientType=0 );
}
.box .field .progress.normal {
border-color: #448800;
background-color: #bbff99;
color: #004d00;
}
.box .field .progress.normal .bar {
background: #66d005;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c2ff8a), color-stop(100%,#66d005));
background: -moz-linear-gradient(top, #c2ff8a 0%, #66d005 100%);
background: -webkit-linear-gradient(top, #c2ff8a 0%,#66d005 100%);
background: -o-linear-gradient(top, #c2ff8a 0%,#66d005 100%);
background: -ms-linear-gradient(top, #c2ff8a 0%,#66d005 100%);
background: linear-gradient(top, #c2ff8a 0%,#66d005 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2ff8a', endColorstr='#66d005',GradientType=0 );
}
/* --- Dropdown list --- */
.box .field select {
-webkit-appearance: button;
-webkit-padding-end: 20px;
-webkit-padding-start: 4px;
-webkit-user-select: none;
background-image: url(images/dropdown.png);
background-repeat: no-repeat;
background-position: right -3px;
font-size: inherit;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
padding: 4px 3px;
}
/* --- Message box --- */
.box.dialog.error,
.box.dialog.warning,
.box.dialog.info {
border-left-width: 10px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
padding: 10px 50px;
min-height: 50px;
}
.box.dialog.warning {
background: #FFF0B2 10px 50% url(images/warning.png) no-repeat ;
border-color: #E6B800;
}
.box.dialog.error {
background: #FFD0D0 10px 50% url(images/error.png) no-repeat ;
border-color: #FF0000;
color: #FF0000;
}
.box.dialog.info {
background: #D0D0FF 10px 50% url(images/info.png) no-repeat ;
border-color: #0000FF;
}
.box.dialog .list {
list-style-position: inside;
margin: 10px;
}
.box.dialog .list li {
padding-left : 5px;
}
.box.dialog.message {
height: 100px;
}
/* -------------------------------------------------------------------------------------------
Textbox
*/
.viewer {
background-color : #F2EEE7;
color: #555;
}
.code {
font-family: monospace;
font-size: 1.1em;
white-space: pre-wrap;
white-space: -moz-pre-wrap;
white-space: -pre-wrap;
white-space: -o-pre-wrap;
word-wrap: break-word;
margin: 10px 0px;
}
/* -------------------------------------------------------------------------------------------
listbox
*/
.listbox {
overflow: auto;
display: block;
height: 100px;
border: solid 1px #B2ACA1;
background-color: white;
color: black;
}
.listbox label {
display: block;
}
.listbox input[type="checkbox"]
{
vertical-align: middle;
position: relative;
bottom: 1px;
}
.listbox label.checked {
background-color: #b2aca1;
}
/* -------------------------------------------------------------------------------------------
Tooltip popup
*/
a.tooltip {
outline: none;
margin-left: 10px;
}
.tooltip:hover {
text-decoration: none;
}
a.tooltip span {
z-index: 10;
display: none;
padding: 14px 20px;
margin-top: -20px;
margin-left: 28px;
width: 160px;
line-height: 16px;
min-height: 30px;
}
a.tooltip:hover span {
display: inline;
position: absolute;
color: #111;
border: 1px solid #DCA;
background:#fffAF0;
}
.callout {
z-index: 20;
position: absolute;
top: 20px;
border: 0;
left: -12px;
width: 12px;
height: 22px;
background-image: url(images/callout.gif);
}
/* -------------------------------------------------------------------------------------------
Toolbar
*/
div.toolbar.box {
margin-bottom: 5px;
padding: 0px 5px 5px 5px;
}
div.toolbar .content {
border-collapse: separate;
border-spacing: 5px 3px;
}
div.toolbar .item {
display: inline-block;
position: relative;
padding-top: 5px;
vertical-align: top;
}
div.toolbar .item.view,
div.toolbar .item.label {
margin-top: 5px;
vertical-align: middle;
line-height: 18px;
}
div.toolbar .item.view {
border: 1px solid #B2ACA1;
background-color: #ddd;
color: black;
padding: 3px;
}
div.toolbar .item > a,
div.toolbar .item > button {
display: block;
margin: 0;
padding: 3px 6px;
background-color: #F2EEE7;
border: 1px solid #8a8a8a;
color: black;
text-decoration: none;
line-height: 18px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
div.toolbar .item > button {
cursor: pointer;
font-size: 1em;
}
div.toolbar .item img[class*="icon16"] {
margin: 0px 4px 0px 0px;
}
div.toolbar .item .icon-only img[class*="icon16"],
div.toolbar .item .icon-only img[class*="icon12"] {
margin: 0px;
}
div.toolbar .item > a.disabled,
div.toolbar .item > button.disabled {
background-color: #e6e4db;
border: 1px solid #8a8a8a;
color: gray;
}
div.toolbar .item a.disabled img[class*="icon12"],
div.toolbar .item a.disabled img[class*="icon16"],
div.toolbar .item button.disabled img[class*="icon12"],
div.toolbar .item button.disabled img[class*="icon16"] {
opacity: 0.3;
}
div.toolbar .item > a:hover,
div.toolbar .item > button:hover,
div.toolbar .item > button:focus {
background-color: #FFF0D1;
border-color: #CCA352;
}
div.toolbar .item > a:active,
div.toolbar .item.selected > a,
div.toolbar .item.dropdown a:focus,
div.toolbar .item button:active {
background-color: #CCA352;
border-color: #8a8a8a;
color: white;
}
div.toolbar .item button::-moz-focus-inner {
border: none;
}
div.toolbar .item input[type="text"] {
padding: 3px;
background-color : #FFF8ED;
border: 1px solid #8a8a8a;
color: black;
line-height: 18px;
height: 18px;
font-size: 1em;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
div.toolbar .item.separator {
padding: 0;
background-color: #B2ACA1;
width: 2px;
}
/* -------------------------------------------------------------------------------------------
Toolbar dropdown menu
*/
div.toolbar .item .dropdown-list button {
background-color: #F2EEE7;
border: 0;
width: 100%;
*min-width: 100%;
height: 24px;
padding: 0px 10px;
text-align: left;
line-height: 14px;
cursor: pointer;
}
div.toolbar .item .dropdown-list button::-moz-focus-inner {
border: none;
}
div.toolbar .item.dropdown > a {
padding-right: 16px;
background-image: url(images/dropdown.png);
background-repeat: no-repeat;
background-position: right 0;
}
div.toolbar .item.dropdown > a:focus {
background-position: right -24px;
}
div.toolbar .item.dropdown.disabled > a {
background-position: right -48px;
}
div.toolbar .item .dropdown-list {
padding: 2px;
margin: 0;
position: absolute;
left: 0;
top: 30px;
min-width: 100%;
display: none;
background-color: #F2EEE7;
border: 1px solid #8a8a8a;
color: black;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
border-radius: 3px;
z-index: 19999;
}
div.toolbar .item.dropdown .item a {
display: block;
white-space: nowrap;
line-height: 22px;
padding: 0px 10px;
text-decoration: none;
color: black;
border: 0;
}
div.toolbar .item.dropdown .item {
display: block;
padding-top: 0px;
}
div.toolbar .item .dropdown-list .item a:hover,
div.toolbar .item .dropdown-list .item button:hover {
background-color: #CCA352;
border-color: #8a8a8a;
color: white;
}
div.toolbar .item > .dropdown-list:hover,
div.toolbar .item > a:focus ~ .dropdown-list,
div.toolbar .item > a:focus + img {
display: block;
}
div.toolbar .item > a:hover ~ .dropdown-list {
*display: block;
}
div.toolbar .content img.close-dropdown {
display: block;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
display: none;
cursor: pointer;
z-index: 20000;
}
div.toolbar.center {
clear: both;
float: right;
position: relative;
left: -50%;
text-align: left;
}
div.toolbar.center .content {
position: relative;
left: 50%;
}
div.toolbar .spacer {
margin-left: 15px;
}
/* -------------------------------------------------------------------------------------------
Data grid
*/
.grid {
border-collapse: collapse;
color: black;
margin-bottom: 10px;
}
.grid caption {
text-align: center;
margin-bottom: 2px;
background-color: #4C4A45;
color: white;
font-size: 1.2em;
padding: 6px;
white-space: nowrap;
}
.grid td, .grid th {
text-align: left;
vertical-align: middle;
line-height: 16px;
padding:2px 5px 2px 5px;
border: 1px solid #8E877C;
}
.grid td {
background-color: #E6DCCF;
}
.grid tr.selected td {
background-color: #FFFFaa;
font-weight: bold;
}
.grid tr.highlight:hover td {
background-color: #FFFFCC;
}
.grid th {
background-color: #B2ACA1;
font-weight: normal;
}
.grid .alt td, .grid .alt {
background-color: #D8CEC2;
}
.grid tr.normal td, .grid tr.normal {
background-color: #d3f3c4;
}
.grid tr.normal.alt td, .grid tr.normal.alt {
background-color: #c3deb6;
}
.grid tr.error td, .grid tr.error {
background-color: #ffb5a4;
color: #a20000;
}
.grid tr.error.alt td, .grid tr.error.alt {
background-color: #ffa792;
color: #a20000;
}
.grid tr.center td,
.grid tr.center th,
.grid .center {
text-align: center;
}
.grid .totals {
font-weight: bold;
}
.grid .column-actions {
width: 50px;
}
.grid .action-list img {
opacity: 0.2;
margin-right: 2px;
}
.grid .column-actions img {
margin-right: 5px;
opacity: 0.2;
}
.grid tr:hover td {
background-color: #ffdd99;
}
.grid tr:hover .column-actions img,
.grid tr:hover .action-list img {
opacity: 1.0;
}
.grid input[type="checkbox"] {
margin: 0px;
vertical-align: middle;
}
.grid .column-icon {
width: 16px;
padding: 2px;
}
.grid .column-icon img {
margin-right: 0px;
}
.grid .data {
display: none;
}
.grid .column-select {
width: 16px;
}
/* -------------------------------------------------------------------------------------------
Dashboard
*/
.dashboard {
overflow: hidden;
margin-right: -15px;
}
.dashboard .column {
vertical-align: top;
float: left;
width: 50%;
min-height: 300px;
min-width: 35%;
max-width: 65%;
}
.dashboard .box {
margin: 0px 15px 15px 0px;
}
/* -------------------------------------------------------------------------------------------
Date picker
*/
.date-picker {
width: 170px;
height: 25px;
padding: 0;
border: 0;
line-height: 25px;
padding-left: 10px;
font-weight: bold;
cursor: pointer;
color: #303030;
position: relative;
z-index: 2;
}
.date-picker-wrapper {
position: absolute;
z-index: 1;
border: 1px solid black;
background-color: #E6DCCF;
padding: 5px 12px;
font-size: 12px;
line-height: 20px;
color: #aaa;
font-family: Arial,sans-serif;
box-shadow: 3px 3px 10px rgba(0,0,0,0.5);
box-sizing: initial;
}
.date-picker-wrapper.inline-wrapper {
position: relative;
box-shadow: none;
display:inline-block;
}
.date-picker-wrapper.single-date {
width:auto;
}
.date-picker-wrapper.no-shortcuts {
padding-bottom:12px;
}
.date-picker-wrapper.no-topbar {
padding-top:12px;
}
.date-picker-wrapper .footer {
font-size: 11px;
padding-top: 3px;
}
.date-picker-wrapper b {
color: #666;
font-weight: 700;
}
.date-picker-wrapper a {
color: #888;
text-decoration: underline;
}
.date-picker-wrapper .month-name {
text-transform: uppercase;
}
.date-picker-wrapper .month-wrapper {
border: 1px solid #B2ACA1;
border-radius: 3px;
background-color: #fff;
padding: 5px;
cursor: default;
position: relative;
_overflow: hidden;
}
.date-picker-wrapper .month-wrapper table {
width: 190px;
float: left;
}
.date-picker-wrapper .month-wrapper table.month2 {
width: 190px;
float: left;
}
.date-picker-wrapper .month-wrapper table th,
.date-picker-wrapper .month-wrapper table td {
vertical-align: middle;
text-align: center;
line-height: 14px;
margin: 0px;
padding: 0px;
}
.date-picker-wrapper .month-wrapper table .day {
padding: 5px 0;
line-height: 1em;
font-size: 12px;
margin-bottom: 1px;
color: #ccc;
cursor: default;
}
.date-picker-wrapper .month-wrapper table div.day.lastMonth,
.date-picker-wrapper .month-wrapper table div.day.nextMonth {
color: #999;
cursor: default;
}
.date-picker-wrapper .month-wrapper table .day.checked {
background-color: rgb(156, 219, 247);
}
.date-picker-wrapper .month-wrapper table .week-name {
height: 20px;
line-height: 20px;
font-weight: 100;
text-transform: uppercase;
}
.date-picker-wrapper .month-wrapper table .day.has-tooltip {
cursor:help !important;
}
.date-picker-wrapper .time label {
white-space:nowrap;
}
.date-picker-wrapper .month-wrapper table .day.toMonth.valid {
color:#333;
cursor:pointer;
}
.date-picker-wrapper .month-wrapper table .day.toMonth.hovering {
background-color: #cdecfa;
}
.date-picker-wrapper .month-wrapper table .day.nextMonth,
.date-picker-wrapper .month-wrapper table .day.lastMonth {
display:none;
}
.date-picker-wrapper .month-wrapper table .day.real-today {
background-color: rgb(255, 230, 132);
}
.date-picker-wrapper .month-wrapper table .day.real-today.checked,
.date-picker-wrapper .month-wrapper table .day.real-today.hovering {
background-color: rgb(112, 204, 213);
}
.date-picker-wrapper table .caption {
height:40px;
}
.date-picker-wrapper table .caption .next,
.date-picker-wrapper table .caption .prev {
padding:0 5px;
cursor:pointer;
}
.date-picker-wrapper table .caption .next:hover,
.date-picker-wrapper table .caption .prev:hover {
background-color:#ccc;
color:white;
}
.date-picker-wrapper .gap {
position: relative;
z-index: 1;
width: 15px;
height: 100%;
background-color: red;
font-size: 0;
line-height: 0;
float: left;
top: -5px;
margin: 0 10px -10px;
visibility: hidden;
height: 0;
}
.date-picker-wrapper .gap .gap-lines {
height: 100%; overflow:hidden;
}
.date-picker-wrapper .gap .gap-line {
height: 15px;
width: 15px;
position: relative;
}
.date-picker-wrapper .gap .gap-line .gap-1 {
z-index: 1;
height: 0;
border-left: 8px solid white;
border-top: 8px solid #eee;
border-bottom: 8px solid #eee;
}
.date-picker-wrapper .gap .gap-line .gap-2 {
position: absolute;
right: 0;
top: 0px;
z-index: 2;
height: 0;
border-left: 8px solid transparent;
border-top: 8px solid white;
}
.date-picker-wrapper .gap .gap-line .gap-3 {
position: absolute;
right: 0;
top: 8px;
z-index: 2;
height: 0;
border-left: 8px solid transparent;
border-bottom: 8px solid white;
}
.date-picker-wrapper .gap .gap-top-mask {
width: 6px;
height: 1px;
position: absolute;
top: -1px;
left: 1px;
background-color: #eee;
z-index:3;
}
.date-picker-wrapper .gap .gap-bottom-mask {
width: 6px;
height: 1px;
position: absolute;
bottom: -1px;
left: 7px;
background-color: #eee;
z-index: 3;
}
.date-picker-wrapper .selected-days {
display:none;
}
.date-picker-wrapper .drp_top-bar {
line-height: 1.4;
position:relative;
padding: 10px 40px 10px 0;
}
.date-picker-wrapper .drp_top-bar .error-top { display:none; }
.date-picker-wrapper .drp_top-bar .normal-top { display:none; }
.date-picker-wrapper .drp_top-bar .default-top { display:block; }
.date-picker-wrapper .drp_top-bar.error .default-top { display:none; }
.date-picker-wrapper .drp_top-bar.error .error-top { display:block; color:red; }
.date-picker-wrapper .drp_top-bar.normal .default-top { display:none; }
.date-picker-wrapper .drp_top-bar.normal .normal-top { display:block; }
.date-picker-wrapper .drp_top-bar .apply-btn {
position:absolute;
right: 0px;
top: 6px;
padding:3px 5px;
margin:0;
font-size:12px;
border-radius:4px;
cursor:pointer;
color: #d9eef7;
border: solid 1px #0076a3;
background: #0095cd;
background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
background: -moz-linear-gradient(top, #00adee, #0078a5);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
color:white;
line-height: initial;
}
.date-picker-wrapper .drp_top-bar .apply-btn.disabled {
cursor: pointer;
color: #606060;
border: solid 1px #b7b7b7;
background: #fff;
background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
background: -moz-linear-gradient(top, #fff, #ededed);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
/*time styling*/
.date-picker-wrapper .time {
position: relative;
}
.date-picker-wrapper.single-month .time {
display: block;
}
.date-picker-wrapper .time input[type=range] {
vertical-align: middle;
width: 129px;
padding: 0;
margin: 0;
height: 20px;
}
.date-picker-wrapper .time1, .time2 {
width: 180px;
padding: 0 5px;
text-align: center;
}
.date-picker-wrapper .time1 {
float: left;
}
.date-picker-wrapper .time2 {
float: right;
}
.date-picker-wrapper .hour, .minute {
text-align: right;
}
.date-picker-wrapper .hide {
display: none;
}
.date-picker-wrapper .first-date-selected {
background-color: #49e !important;
color: white !important;
}
.date-picker-wrapper .last-date-selected {
background-color: #49e !important;
color:white !important;
}
.date-picker-wrapper .date-range-length-tip {
position: absolute;
margin-top: -4px;
margin-left: -8px;
box-shadow: 0 0 3px rgba(0,0,0,.3);
display: none;
background-color: yellow;
padding: 0 6px;
border-radius: 2px;
font-size: 12px;
line-height: 16px;
-webkit-filter: drop-shadow(0 0 3px rgba(0,0,0,.3));
-moz-filter: drop-shadow(0 0 3px rgba(0,0,0,.3));
-ms-filter: drop-shadow(0 0 3px rgba(0,0,0,.3));
-o-filter: drop-shadow(0 0 3px rgba(0,0,0,.3));
filter: drop-shadow(0 0 3px rgba(0,0,0,.3));
}
.date-picker-wrapper .date-range-length-tip:after {
content: '';
position: absolute;
border-left: 4px solid transparent;
border-right: 4px solid transparent;
border-top: 4px solid yellow;
left: 50%;
margin-left: -4px;
bottom: -4px;
}
.date-picker-wrapper.two-months.no-gap .month1 .next,
.date-picker-wrapper.two-months.no-gap .month2 .prev {
display: none;
}
.date-picker-wrapper .week-number
{
padding: 5px 0;
line-height: 1;
font-size: 12px;
margin-bottom: 1px;
color: #999;
cursor: pointer;
}
.date-picker-wrapper .week-number.week-number-selected {
color: #4499EE;
font-weight: bold;
} | 0.320502 | 0.11737 |
*
* 1. BASE
* 2. LAYOUT
* 3. LIST
*/
/* 1. BASE
----------------------------------------------------------------------------------------------------*/
html {
height: 100%;
}
body {
position: relative;
margin: 0;
padding 0;
height: 100%;
min-height: 100%;
overflow: hidden;
background: rgb(239, 239, 244);
}
/* 1. LAYOUT
----------------------------------------------------------------------------------------------------*/
/* fixed header/footer variable content height */
.content {
position: absolute;
top: 0px;
bottom: 0px;
left: 0px;
right: 0px;
}
/* ios smooth scrolling */
.content {
overflow: scroll;
-webkit-overflow-scrolling: touch;
}
/* hide scrollbar */
.content::-webkit-scrollbar {
display: none;
}
/* 1. LIST
----------------------------------------------------------------------------------------------------*/
.list-title {
margin: 0;
padding: 30px 15px 12px 15px;
}
.list {
margin: 0;
padding: 0;
list-style: none;
}
.list-item > a {
display: block;
}
.list-item > a > span {
display: block;
height: 44px;
line-height: 44px;
margin-left: 15px;
}
.list-title {
font-size: 17px;
font-weight: normal;
color: #8f8f94;
}
.list {
background-color: #fff;
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='1' height='1'><rect fill='rgb(200, 199, 204)' x='0' y='0' width='1' height='0.5'/></svg>"), url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='1' height='1'><rect fill='rgb(200, 199, 204)' x='0' y='0.5' width='1' height='0.5'/></svg>");
background-repeat: repeat-x, repeat-x;
background-position: top left, bottom left;
}
.list-item > a > span {
background: repeat-x bottom left url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='1' height='1'><rect fill='rgb(200, 199, 204)' x='0' y='0.5' width='1' height='0.5'/></svg>");
}
.list-item:last-child > a > span {
background: none;
}
.list-item > a {
text-decoration: none;
color: #000;
}
.list-item > a.disabled {
opacity: 0.3;
} | demo/css/elements.css | *
* 1. BASE
* 2. LAYOUT
* 3. LIST
*/
/* 1. BASE
----------------------------------------------------------------------------------------------------*/
html {
height: 100%;
}
body {
position: relative;
margin: 0;
padding 0;
height: 100%;
min-height: 100%;
overflow: hidden;
background: rgb(239, 239, 244);
}
/* 1. LAYOUT
----------------------------------------------------------------------------------------------------*/
/* fixed header/footer variable content height */
.content {
position: absolute;
top: 0px;
bottom: 0px;
left: 0px;
right: 0px;
}
/* ios smooth scrolling */
.content {
overflow: scroll;
-webkit-overflow-scrolling: touch;
}
/* hide scrollbar */
.content::-webkit-scrollbar {
display: none;
}
/* 1. LIST
----------------------------------------------------------------------------------------------------*/
.list-title {
margin: 0;
padding: 30px 15px 12px 15px;
}
.list {
margin: 0;
padding: 0;
list-style: none;
}
.list-item > a {
display: block;
}
.list-item > a > span {
display: block;
height: 44px;
line-height: 44px;
margin-left: 15px;
}
.list-title {
font-size: 17px;
font-weight: normal;
color: #8f8f94;
}
.list {
background-color: #fff;
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='1' height='1'><rect fill='rgb(200, 199, 204)' x='0' y='0' width='1' height='0.5'/></svg>"), url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='1' height='1'><rect fill='rgb(200, 199, 204)' x='0' y='0.5' width='1' height='0.5'/></svg>");
background-repeat: repeat-x, repeat-x;
background-position: top left, bottom left;
}
.list-item > a > span {
background: repeat-x bottom left url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='1' height='1'><rect fill='rgb(200, 199, 204)' x='0' y='0.5' width='1' height='0.5'/></svg>");
}
.list-item:last-child > a > span {
background: none;
}
.list-item > a {
text-decoration: none;
color: #000;
}
.list-item > a.disabled {
opacity: 0.3;
} | 0.36139 | 0.114715 |
img {
width: 100%;
/*max-width: 400px;*/
height: auto;
}
/* Responsive Nav Menu */
nav {
text-transform: uppercase;
}
nav li {
display: inline;
padding-right: 20px;
list-style: none;
}
nav a {
text-decoration: none;
color: #b8b8ff;
}
nav a:hover {
color: #ffffff;
border-bottom: 3px solid #d6d6d6;
padding-bottom: 3px;
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
/* Styles */
}
/* Smartphones (landscape) ----------- */
@media only screen and (min-width: 321px) {
/* Styles */
}
/* Smartphones (portrait) ----------- */
@media only screen and (max-width: 320px) {
/* Styles */
}
/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
/* Styles */
}
/* iPads (landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
/* Styles */
}
/* iPads (portrait) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
/* Styles */
}
/**********
iPad 3
**********/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
/* Styles */
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
/* Styles */
}
/* Desktops and laptops ----------- */
@media only screen and (min-width: 1224px) {
/* Styles */
}
/* Large screens ----------- */
@media only screen and (min-width: 1824px) {
/* Styles */
}
/* iPhone 4 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
/* Styles */
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
/* Styles */
}
/* iPhone 5 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
/* Styles */
}
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
/* Styles */
}
/* iPhone 6 ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
/* Styles */
}
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
/* Styles */
}
/* iPhone 6+ ----------- */
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
/* Styles */
}
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
/* Styles */
}
/* Samsung Galaxy S3 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
/* Styles */
}
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
/* Styles */
}
/* Samsung Galaxy S4 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3) {
/* Styles */
}
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 3) {
/* Styles */
}
/* Samsung Galaxy S5 ----------- */
@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3) {
/* Styles */
}
@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 3) {
/* Styles */
}
/* Base Styling */
* {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
body {
background-color: black;
color: white;
font-family: Arial, Helvetica, sans-serif;
}
/*# sourceMappingURL=main.css.map */ | css/main.css | img {
width: 100%;
/*max-width: 400px;*/
height: auto;
}
/* Responsive Nav Menu */
nav {
text-transform: uppercase;
}
nav li {
display: inline;
padding-right: 20px;
list-style: none;
}
nav a {
text-decoration: none;
color: #b8b8ff;
}
nav a:hover {
color: #ffffff;
border-bottom: 3px solid #d6d6d6;
padding-bottom: 3px;
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
/* Styles */
}
/* Smartphones (landscape) ----------- */
@media only screen and (min-width: 321px) {
/* Styles */
}
/* Smartphones (portrait) ----------- */
@media only screen and (max-width: 320px) {
/* Styles */
}
/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
/* Styles */
}
/* iPads (landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
/* Styles */
}
/* iPads (portrait) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
/* Styles */
}
/**********
iPad 3
**********/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
/* Styles */
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
/* Styles */
}
/* Desktops and laptops ----------- */
@media only screen and (min-width: 1224px) {
/* Styles */
}
/* Large screens ----------- */
@media only screen and (min-width: 1824px) {
/* Styles */
}
/* iPhone 4 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
/* Styles */
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
/* Styles */
}
/* iPhone 5 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
/* Styles */
}
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
/* Styles */
}
/* iPhone 6 ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
/* Styles */
}
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
/* Styles */
}
/* iPhone 6+ ----------- */
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
/* Styles */
}
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
/* Styles */
}
/* Samsung Galaxy S3 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
/* Styles */
}
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
/* Styles */
}
/* Samsung Galaxy S4 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3) {
/* Styles */
}
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 3) {
/* Styles */
}
/* Samsung Galaxy S5 ----------- */
@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3) {
/* Styles */
}
@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 3) {
/* Styles */
}
/* Base Styling */
* {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
body {
background-color: black;
color: white;
font-family: Arial, Helvetica, sans-serif;
}
/*# sourceMappingURL=main.css.map */ | 0.308711 | 0.076718 |
@import url(https://fonts.googleapis.com/css?family=Droid+Sans|Droid+Sans+Mono|Open+Sans:400,600,700);
/*--------------------------------------------------------------------------
Formatting for F# code snippets
/*--------------------------------------------------------------------------*/
/* strings --- and stlyes for other string related formats */
span.s { color: #D69D85; }
/* printf formatters */
span.pf { color: #E0C57F; }
/* escaped chars */
span.e { color: #E0E268; }
/* identifiers --- and styles for more specific identifier types */
span.i { color: #d1d1d1; }
/* type or module */
span.t { color: #4EC9B0; }
/* function */
span.f { color: #e1e1e1; }
/* DU case or active pattern */
span.p { color: #4ec9b0; }
/* keywords */
span.k { color: #569CD6; }
/* comment */
span.c { color: #57A64A; }
/* operators */
span.o { color: #569CD6;font-weight: bold; }
/* numbers */
span.n { color: #B5CEA8; }
/* line number */
span.l { color: #80b0b0; }
/* mutable var or ref cell */
span.v { color: #d1d1d1; font-weight: bold; }
/* inactive code */
span.inactive { color: #808080; }
/* preprocessor */
span.prep { color: #9B9B9B; }
/* fsi output */
span.fsi { color: #808080; }
/* omitted */
span.omitted {
background: #3c4e52;
border-radius: 5px;
color: #808080;
padding: 0px 0px 1px 0px;
}
/* tool tip */
div.tip {
background: #475b5f;
border-radius: 4px;
font: 11pt consolas,'Droid Sans Mono',monospace;
padding: 6px 8px 6px 8px;
display: none;
color: #d1d1d1;
}
table.pre pre {
padding: 0px;
margin: 0px;
border: none;
}
table.pre, pre.fssnip, pre {
line-height: 13pt;
border: 1px solid #d8d8d8;
border-collapse: separate;
white-space: pre;
font: 9pt consolas,'Droid Sans Mono',monospace;
width: 90%;
margin: 10px 20px 20px 20px;
background-color: #212d30;
padding: 10px;
border-radius: 5px;
color: #d1d1d1;
}
pre.fssnip code {
font: 9pt consolas,'Droid Sans Mono',monospace;
}
table.pre pre {
padding: 0px;
margin: 0px;
border-radius: 0px;
width: 100%;
}
table.pre td {
padding: 0px;
white-space: normal;
margin: 0px;
}
table.pre td.lines {
width: 30px;
}
/*--------------------------------------------------------------------------
Formatting for page & standard document content
/*--------------------------------------------------------------------------*/
body {
font-family: 'Open Sans', serif;
padding-top: 0px;
padding-bottom: 40px;
}
pre {
word-wrap: inherit;
}
/* Format the heading - nicer spacing etc. */
.masthead {
overflow: hidden;
}
.masthead .muted a {
text-decoration: none;
color: #999999;
}
.masthead ul, .masthead li {
margin-bottom: 0px;
}
.masthead .nav li {
margin-top: 15px;
font-size: 110%;
}
.masthead h3 {
margin-bottom: 5px;
font-size: 170%;
}
hr {
margin: 0px 0px 20px 0px;
}
/* Make table headings and td.title bold */
td.title, thead {
font-weight: bold;
}
/* Format the right-side menu */
#menu {
margin-top: 50px;
font-size: 11pt;
padding-left: 20px;
}
#menu .nav-header {
font-size: 12pt;
color: #606060;
margin-top: 20px;
}
#menu li {
line-height: 25px;
}
/* Change font sizes for headings etc. */
#main h1 { font-size: 26pt; margin: 10px 0px 15px 0px; font-weight: 400; }
#main h2 { font-size: 20pt; margin: 20px 0px 0px 0px; font-weight: 400; }
#main h3 { font-size: 14pt; margin: 15px 0px 0px 0px; font-weight: 600; }
#main p { font-size: 11pt; margin: 5px 0px 15px 0px; }
#main ul { font-size: 11pt; margin-top: 10px; }
#main li { font-size: 11pt; margin: 5px 0px 5px 0px; }
#main strong { font-weight: 700; }
/*--------------------------------------------------------------------------
Formatting for API reference
/*--------------------------------------------------------------------------*/
.type-list .type-name, .module-list .module-name {
width: 25%;
font-weight: bold;
}
.member-list .member-name {
width: 35%;
}
#main .xmldoc h2 {
font-size: 14pt;
margin: 10px 0px 0px 0px;
}
#main .xmldoc h3 {
font-size: 12pt;
margin: 10px 0px 0px 0px;
}
.github-link {
float: right;
text-decoration: none;
}
.github-link img {
border-style: none;
margin-left: 10px;
}
.github-link .hover { display: none; }
.github-link:hover .hover { display: block; }
.github-link .normal { display: block; }
.github-link:hover .normal { display: none; }
/*--------------------------------------------------------------------------
Links
/*--------------------------------------------------------------------------*/
h1 a, h1 a:hover, h1 a:focus,
h2 a, h2 a:hover, h2 a:focus,
h3 a, h3 a:hover, h3 a:focus,
h4 a, h4 a:hover, h4 a:focus,
h5 a, h5 a:hover, h5 a:focus,
h6 a, h6 a:hover, h6 a:focus { color: inherit; text-decoration: inherit; outline: none; }
/*--------------------------------------------------------------------------
Additional formatting for the homepage
/*--------------------------------------------------------------------------*/
#nuget {
margin-top: 20px;
font-size: 11pt;
padding: 20px;
}
#nuget pre {
font-size: 11pt;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
border-radius: 0px;
background: #404040;
border-style: none;
color: #e0e0e0;
margin-top: 15px;
} | FParsec-Pipes-Doc/style.css | @import url(https://fonts.googleapis.com/css?family=Droid+Sans|Droid+Sans+Mono|Open+Sans:400,600,700);
/*--------------------------------------------------------------------------
Formatting for F# code snippets
/*--------------------------------------------------------------------------*/
/* strings --- and stlyes for other string related formats */
span.s { color: #D69D85; }
/* printf formatters */
span.pf { color: #E0C57F; }
/* escaped chars */
span.e { color: #E0E268; }
/* identifiers --- and styles for more specific identifier types */
span.i { color: #d1d1d1; }
/* type or module */
span.t { color: #4EC9B0; }
/* function */
span.f { color: #e1e1e1; }
/* DU case or active pattern */
span.p { color: #4ec9b0; }
/* keywords */
span.k { color: #569CD6; }
/* comment */
span.c { color: #57A64A; }
/* operators */
span.o { color: #569CD6;font-weight: bold; }
/* numbers */
span.n { color: #B5CEA8; }
/* line number */
span.l { color: #80b0b0; }
/* mutable var or ref cell */
span.v { color: #d1d1d1; font-weight: bold; }
/* inactive code */
span.inactive { color: #808080; }
/* preprocessor */
span.prep { color: #9B9B9B; }
/* fsi output */
span.fsi { color: #808080; }
/* omitted */
span.omitted {
background: #3c4e52;
border-radius: 5px;
color: #808080;
padding: 0px 0px 1px 0px;
}
/* tool tip */
div.tip {
background: #475b5f;
border-radius: 4px;
font: 11pt consolas,'Droid Sans Mono',monospace;
padding: 6px 8px 6px 8px;
display: none;
color: #d1d1d1;
}
table.pre pre {
padding: 0px;
margin: 0px;
border: none;
}
table.pre, pre.fssnip, pre {
line-height: 13pt;
border: 1px solid #d8d8d8;
border-collapse: separate;
white-space: pre;
font: 9pt consolas,'Droid Sans Mono',monospace;
width: 90%;
margin: 10px 20px 20px 20px;
background-color: #212d30;
padding: 10px;
border-radius: 5px;
color: #d1d1d1;
}
pre.fssnip code {
font: 9pt consolas,'Droid Sans Mono',monospace;
}
table.pre pre {
padding: 0px;
margin: 0px;
border-radius: 0px;
width: 100%;
}
table.pre td {
padding: 0px;
white-space: normal;
margin: 0px;
}
table.pre td.lines {
width: 30px;
}
/*--------------------------------------------------------------------------
Formatting for page & standard document content
/*--------------------------------------------------------------------------*/
body {
font-family: 'Open Sans', serif;
padding-top: 0px;
padding-bottom: 40px;
}
pre {
word-wrap: inherit;
}
/* Format the heading - nicer spacing etc. */
.masthead {
overflow: hidden;
}
.masthead .muted a {
text-decoration: none;
color: #999999;
}
.masthead ul, .masthead li {
margin-bottom: 0px;
}
.masthead .nav li {
margin-top: 15px;
font-size: 110%;
}
.masthead h3 {
margin-bottom: 5px;
font-size: 170%;
}
hr {
margin: 0px 0px 20px 0px;
}
/* Make table headings and td.title bold */
td.title, thead {
font-weight: bold;
}
/* Format the right-side menu */
#menu {
margin-top: 50px;
font-size: 11pt;
padding-left: 20px;
}
#menu .nav-header {
font-size: 12pt;
color: #606060;
margin-top: 20px;
}
#menu li {
line-height: 25px;
}
/* Change font sizes for headings etc. */
#main h1 { font-size: 26pt; margin: 10px 0px 15px 0px; font-weight: 400; }
#main h2 { font-size: 20pt; margin: 20px 0px 0px 0px; font-weight: 400; }
#main h3 { font-size: 14pt; margin: 15px 0px 0px 0px; font-weight: 600; }
#main p { font-size: 11pt; margin: 5px 0px 15px 0px; }
#main ul { font-size: 11pt; margin-top: 10px; }
#main li { font-size: 11pt; margin: 5px 0px 5px 0px; }
#main strong { font-weight: 700; }
/*--------------------------------------------------------------------------
Formatting for API reference
/*--------------------------------------------------------------------------*/
.type-list .type-name, .module-list .module-name {
width: 25%;
font-weight: bold;
}
.member-list .member-name {
width: 35%;
}
#main .xmldoc h2 {
font-size: 14pt;
margin: 10px 0px 0px 0px;
}
#main .xmldoc h3 {
font-size: 12pt;
margin: 10px 0px 0px 0px;
}
.github-link {
float: right;
text-decoration: none;
}
.github-link img {
border-style: none;
margin-left: 10px;
}
.github-link .hover { display: none; }
.github-link:hover .hover { display: block; }
.github-link .normal { display: block; }
.github-link:hover .normal { display: none; }
/*--------------------------------------------------------------------------
Links
/*--------------------------------------------------------------------------*/
h1 a, h1 a:hover, h1 a:focus,
h2 a, h2 a:hover, h2 a:focus,
h3 a, h3 a:hover, h3 a:focus,
h4 a, h4 a:hover, h4 a:focus,
h5 a, h5 a:hover, h5 a:focus,
h6 a, h6 a:hover, h6 a:focus { color: inherit; text-decoration: inherit; outline: none; }
/*--------------------------------------------------------------------------
Additional formatting for the homepage
/*--------------------------------------------------------------------------*/
#nuget {
margin-top: 20px;
font-size: 11pt;
padding: 20px;
}
#nuget pre {
font-size: 11pt;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
border-radius: 0px;
background: #404040;
border-style: none;
color: #e0e0e0;
margin-top: 15px;
} | 0.213295 | 0.13201 |
body{
font-family: 'Open Sans', sans-serif;
/* text-align: center; */
}
@media print {
#dytaa_topSide {
background-color: #272727 !important;
-webkit-print-color-adjust: exact;
}
}
@media print {
#dytaa_qrCard {
background-color: #ececec !important;
-webkit-print-color-adjust: exact;
}
}
@media print {
#dytaa_company_name label b{
font-size: 15px;
margin-top: 5%;
font-weight: 700;
color: #ffffff!important;
}
}
#dytaa_qrCard{
text-align: center !important;
width: 204.096px !important;
height: 330.344px !important;
border: 1px solid #dfdfdf !important;
background-color: #ffffff !important;
}
#dytaa_topSide{
width: 205px;
height: 100px;
background-color: #272727;
position: absolute;
}
#profile2{
margin-top: 15%;
width: 60px;
height: 60px;
border-radius: 50%;
border-width: 5px;
border: 3px solid #ffffff;
position: static;
}
#dytaa_company_name label b{
font-size: 15px;
margin-top: 5%;
font-weight: 700;
color: #ffffff!important;
}
label{
margin-bottom: 0%;
}
#dytaa_user_name label span{
margin-top: 5% !important;
font-size: 12px !important;
letter-spacing: 1px !important;
color:#000!important;
}
#dytaa_designation label span{
font-size: 12px !important;
letter-spacing: 1px !important;
color:#000!important;
}
#dytaa_empid label span{
font-size: 10px !important;
letter-spacing: 1px !important;
color:#000!important;
}
/* qr code background rectangle */
#dytaa_qrcode_rectangle_dotted{
margin-top: 8% !important;
margin-left: 25% !important;
width: 100px !important;
height: 100px !important;
border: 2px dashed rgb(19, 19, 19) !important;
}
#dytaa_qrcode_rectangle_line{
margin: 8% !important;
width: 80px !important;
height: 80px !important;
border: 2px solid rgb(19, 19, 19) !important;
}
#qrcode123{
margin: 10%;
width: 60px;
height: 60px;
}
#dytaa_company_website label span{
padding-bottom: 10% !important;
font-size: 8px !important;
margin-top: 11% !important;
font-weight: 700 !important;
letter-spacing: 1px !important;
}
#dytaa_prntbtn{
top:350px;
position: absolute;
left: 75px;
} | assets/css/styleqr2.css | body{
font-family: 'Open Sans', sans-serif;
/* text-align: center; */
}
@media print {
#dytaa_topSide {
background-color: #272727 !important;
-webkit-print-color-adjust: exact;
}
}
@media print {
#dytaa_qrCard {
background-color: #ececec !important;
-webkit-print-color-adjust: exact;
}
}
@media print {
#dytaa_company_name label b{
font-size: 15px;
margin-top: 5%;
font-weight: 700;
color: #ffffff!important;
}
}
#dytaa_qrCard{
text-align: center !important;
width: 204.096px !important;
height: 330.344px !important;
border: 1px solid #dfdfdf !important;
background-color: #ffffff !important;
}
#dytaa_topSide{
width: 205px;
height: 100px;
background-color: #272727;
position: absolute;
}
#profile2{
margin-top: 15%;
width: 60px;
height: 60px;
border-radius: 50%;
border-width: 5px;
border: 3px solid #ffffff;
position: static;
}
#dytaa_company_name label b{
font-size: 15px;
margin-top: 5%;
font-weight: 700;
color: #ffffff!important;
}
label{
margin-bottom: 0%;
}
#dytaa_user_name label span{
margin-top: 5% !important;
font-size: 12px !important;
letter-spacing: 1px !important;
color:#000!important;
}
#dytaa_designation label span{
font-size: 12px !important;
letter-spacing: 1px !important;
color:#000!important;
}
#dytaa_empid label span{
font-size: 10px !important;
letter-spacing: 1px !important;
color:#000!important;
}
/* qr code background rectangle */
#dytaa_qrcode_rectangle_dotted{
margin-top: 8% !important;
margin-left: 25% !important;
width: 100px !important;
height: 100px !important;
border: 2px dashed rgb(19, 19, 19) !important;
}
#dytaa_qrcode_rectangle_line{
margin: 8% !important;
width: 80px !important;
height: 80px !important;
border: 2px solid rgb(19, 19, 19) !important;
}
#qrcode123{
margin: 10%;
width: 60px;
height: 60px;
}
#dytaa_company_website label span{
padding-bottom: 10% !important;
font-size: 8px !important;
margin-top: 11% !important;
font-weight: 700 !important;
letter-spacing: 1px !important;
}
#dytaa_prntbtn{
top:350px;
position: absolute;
left: 75px;
} | 0.322526 | 0.059784 |
* {
margin: 0;
padding: 0;
border: 0;
}
*,
* :before,
* :after {
box-sizing: border-box;
}
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;
/* Added it by yourself*/
text-decoration: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, 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;
}
body {
min-width: 1440px;
height: 100vh;
background: #eff2f8;
}
.header {
display: flex;
padding: 24px 48px;
background: #fff;
box-shadow: 0 4px 4px 0 rgba(79, 88, 178, 0.25);
position: initial;
z-index: 1;
}
.header__logo {
color: #6a75ca;
font: 24px/ 32px Arial, Helvetica, sans-serif;
font-weight: bold;
padding-right: 165px;
}
.header__nav_list a {
font: 16px/ 2 Arial, Helvetica, sans-serif;
font-weight: bold;
color: #131320;
}
.header__nav_link1 a {
padding-right: 47px;
}
.header__nav_link2 a {
padding-right: 49px;
}
.header__nav_link3 a {
padding-right: 44px;
}
.header__nav_link4 a {
padding-right: 50px;
}
.header__nav_list {
display: flex;
flex-wrap: wrap;
}
.header__nav_list a:hover {
color: #6a75ca;
}
.wrapper {
width: 796px;
margin: 0 auto;
}
.main__tittle {
font: 54px/1.17 Arial, Helvetica, sans-serif;
color: #131320;
font-weight: bold;
text-align: center;
padding: 100px 0;
}
.main__section_top {
width: 796px;
height: auto;
display: flex;
justify-content: space-between;
margin: 0 auto 48px;
}
.main__script_section_left,
.main__script_section_center,
.main__script_section_right
{
padding: 32px;
font: 16px/ 21px 'Courier Prime', monospace;
}
.main__section_top_left_shadow {
filter: drop-shadow( 0 4px 10px rgba(79, 88, 178, 0.25));
display: flex;
align-items: stretch;
}
.main__section_top_center_shadow {
filter: drop-shadow( 0 4px 10px rgba(79, 88, 178, 0.25));
display: flex;
align-items: stretch;
}
.main__section_top_right_shadow {
filter: drop-shadow( 0 4px 10px rgba(79, 88, 178, 0.25));
display: flex;
align-items: stretch;
}
.main__script_section_left p {
padding-bottom: 23.7px;
}
.main__script_section_left :last-of-type {
padding-bottom: 0;
}
.main__script_section_center :nth-child(even) {
padding-left: 19px;
}
.main__script_section_center :nth-child(3) {
padding-left: 38px;
}
.main__script_section_center :nth-child(5) {
padding-left: 38px;
}
.main__script_section_right p {
padding-bottom: 25px;
}
.main__script_section_right :last-of-type {
padding-bottom: 0;
}
.section_box {
width: 240px;
color: #7d868e;
background: #fff;
--notchSizeX: 64px;
--notchSizeY: 62px;
clip-path:
polygon(calc(100% - var(--notchSizeX)) 0, 100% var(--notchSizeY), 100% 100%, 0 100%, 0 0);
border-radius: 8px;
}
.main__section_top_left {
background: #6a75ca;
color: #fff;
}
.main__section_middle_shadow {
filter: drop-shadow( 0 4px 10px rgba(79, 88, 178, 0.25));
}
.main__section_middle {
background-color: #6a75ca;
margin-bottom: 48px;
--notchSizeX: 60px;
--notchSizeY: 60px;
clip-path:
polygon(calc(100% - var(--notchSizeX)) 0, 100% var(--notchSizeY), 100% 100%, 0 100%, 0 0);
border-radius: 8px;
}
.main__script_section_middle {
padding: 32px 60px 32px 32px;
font: 16px/ 21px 'Courier Prime', monospace ;
color: #fff;
}
.main__script_section_middle :first-child {
padding-bottom:29px;
}
.main__section_bottom_shadow{
filter: drop-shadow( 0 4px 10px rgba(79, 88, 178, 0.25));
}
.main__section_bottom {
background-color: #fff;
margin-bottom: 121px;
--notchSizeX: 60px;
--notchSizeY: 60px;
clip-path:
polygon(calc(100% - var(--notchSizeX)) 0, 100% var(--notchSizeY), 100% 100%, 0 100%, 0 0);
border-radius: 8px;
}
.main__script_section_bottom {
padding: 32px 63px 32px 32px;
font: 16px/ 21px 'Courier Prime', monospace ;
color: #7d868e;
}
.main__script_section_bottom :nth-child(even) {
padding-bottom: 25px;
}
.main__script_section_bottom :last-child {
padding-bottom: 0;
} | css/style.css | * {
margin: 0;
padding: 0;
border: 0;
}
*,
* :before,
* :after {
box-sizing: border-box;
}
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;
/* Added it by yourself*/
text-decoration: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, 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;
}
body {
min-width: 1440px;
height: 100vh;
background: #eff2f8;
}
.header {
display: flex;
padding: 24px 48px;
background: #fff;
box-shadow: 0 4px 4px 0 rgba(79, 88, 178, 0.25);
position: initial;
z-index: 1;
}
.header__logo {
color: #6a75ca;
font: 24px/ 32px Arial, Helvetica, sans-serif;
font-weight: bold;
padding-right: 165px;
}
.header__nav_list a {
font: 16px/ 2 Arial, Helvetica, sans-serif;
font-weight: bold;
color: #131320;
}
.header__nav_link1 a {
padding-right: 47px;
}
.header__nav_link2 a {
padding-right: 49px;
}
.header__nav_link3 a {
padding-right: 44px;
}
.header__nav_link4 a {
padding-right: 50px;
}
.header__nav_list {
display: flex;
flex-wrap: wrap;
}
.header__nav_list a:hover {
color: #6a75ca;
}
.wrapper {
width: 796px;
margin: 0 auto;
}
.main__tittle {
font: 54px/1.17 Arial, Helvetica, sans-serif;
color: #131320;
font-weight: bold;
text-align: center;
padding: 100px 0;
}
.main__section_top {
width: 796px;
height: auto;
display: flex;
justify-content: space-between;
margin: 0 auto 48px;
}
.main__script_section_left,
.main__script_section_center,
.main__script_section_right
{
padding: 32px;
font: 16px/ 21px 'Courier Prime', monospace;
}
.main__section_top_left_shadow {
filter: drop-shadow( 0 4px 10px rgba(79, 88, 178, 0.25));
display: flex;
align-items: stretch;
}
.main__section_top_center_shadow {
filter: drop-shadow( 0 4px 10px rgba(79, 88, 178, 0.25));
display: flex;
align-items: stretch;
}
.main__section_top_right_shadow {
filter: drop-shadow( 0 4px 10px rgba(79, 88, 178, 0.25));
display: flex;
align-items: stretch;
}
.main__script_section_left p {
padding-bottom: 23.7px;
}
.main__script_section_left :last-of-type {
padding-bottom: 0;
}
.main__script_section_center :nth-child(even) {
padding-left: 19px;
}
.main__script_section_center :nth-child(3) {
padding-left: 38px;
}
.main__script_section_center :nth-child(5) {
padding-left: 38px;
}
.main__script_section_right p {
padding-bottom: 25px;
}
.main__script_section_right :last-of-type {
padding-bottom: 0;
}
.section_box {
width: 240px;
color: #7d868e;
background: #fff;
--notchSizeX: 64px;
--notchSizeY: 62px;
clip-path:
polygon(calc(100% - var(--notchSizeX)) 0, 100% var(--notchSizeY), 100% 100%, 0 100%, 0 0);
border-radius: 8px;
}
.main__section_top_left {
background: #6a75ca;
color: #fff;
}
.main__section_middle_shadow {
filter: drop-shadow( 0 4px 10px rgba(79, 88, 178, 0.25));
}
.main__section_middle {
background-color: #6a75ca;
margin-bottom: 48px;
--notchSizeX: 60px;
--notchSizeY: 60px;
clip-path:
polygon(calc(100% - var(--notchSizeX)) 0, 100% var(--notchSizeY), 100% 100%, 0 100%, 0 0);
border-radius: 8px;
}
.main__script_section_middle {
padding: 32px 60px 32px 32px;
font: 16px/ 21px 'Courier Prime', monospace ;
color: #fff;
}
.main__script_section_middle :first-child {
padding-bottom:29px;
}
.main__section_bottom_shadow{
filter: drop-shadow( 0 4px 10px rgba(79, 88, 178, 0.25));
}
.main__section_bottom {
background-color: #fff;
margin-bottom: 121px;
--notchSizeX: 60px;
--notchSizeY: 60px;
clip-path:
polygon(calc(100% - var(--notchSizeX)) 0, 100% var(--notchSizeY), 100% 100%, 0 100%, 0 0);
border-radius: 8px;
}
.main__script_section_bottom {
padding: 32px 63px 32px 32px;
font: 16px/ 21px 'Courier Prime', monospace ;
color: #7d868e;
}
.main__script_section_bottom :nth-child(even) {
padding-bottom: 25px;
}
.main__script_section_bottom :last-child {
padding-bottom: 0;
} | 0.301979 | 0.094343 |
.lumen-btn {
display: inline-block;
margin: 0;
font-weight: bold;
text-align: center;
vertical-align: middle;
border: solid;
outline: none;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
background-image: none;
white-space: nowrap;
border-radius: 4px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-webkit-appearance: none;
user-select: none;
padding: 9px 12px 7px;
border-width: 0 1px 4px 1px;
font-size: 12px;
height: 3em;
text-transform: uppercase;
color: white;
overflow: visible;
box-sizing: border-box;
}
.lumen-btn.large {
padding: 12px 15px 10px;
border-width: 0 1px 4px 1px;
height: 4em;
}
.lumen-btn.small {
padding: 0 6px;
border-width: 0 1px 4px 1px;
line-height: 1;
height: 2em;
}
.lumen-btn.icon {
width: 3em;
height: 3em;
border-radius: 3em;
}
.lumen-btn:hover {
border-bottom-width: 3px;
}
.lumen-btn:active {
border-bottom-width: 2px;
-webkit-box-shadow: none;
box-shadow: none;
}
.lumen-btn.revert {
border-top: 1px solid;
border-left: 1px solid;
border-right: 1px solid;
background: white;
}
.lumen-btn.revert:hover {
color: white;
}
.lumen-btn[disabled] {
opacity: 0.7;
}
.lumen-btn[disabled] {
margin-top: 0;
border-bottom-width: 4px;
}
.lumen-btn-default,.lumen-btn-default.revert:hover {
color: #555555;
background-color: #eeeeee;
border-color: #e2e2e2;
}
.lumen-btn-default:active,.lumen-btn-default.revert:active {
color: #555555;
background-color: #c3c3c3;
border-color: #a2a2a2;
}
.lumen-btn-primary,.lumen-btn-primary.revert:hover {
background-color: #158cba;
border-color: #127ba3;
}
.lumen-btn-primary:active,.lumen-btn-primary.revert:active {
background-color: #106a8c;
border-color: #052531;
}
.lumen-btn-success,.lumen-btn-success.revert:hover {
background-color: #28b62c;
border-color: #23a127;
}
.lumen-btn-success:active,.lumen-btn-success.revert:active {
background-color: #1f8c22;
border-color: #0c390e;
}
.lumen-btn-info,.lumen-btn-info.revert:hover {
background-color: #75caeb;
border-color: #5fc1e8;
}
.lumen-btn-info:active,.lumen-btn-info.revert:active {
background-color: #48b9e5;
border-color: #1984ae;
}
.lumen-btn-warning,.lumen-btn-warning.revert:hover {
background-color: #ff851b;
border-color: #ff7701;
}
.lumen-btn-warning:active,.lumen-btn-warning.revert:active {
background-color: #e76b00;
border-color: #c35b00;
}
.lumen-btn-danger,.lumen-btn-danger.revert:hover {
background-color: #ff4136;
border-color: #ff291c;
}
.lumen-btn-danger:active,.lumen-btn-danger.revert:active {
background-color: #ff1103;
border-color: #de0c00;
}
.lumen-btn-default.revert {
color: #eeeeee;
border-color: #e2e2e2;
}
.lumen-btn-primary.revert {
color: #158cba;
border-color: #127ba3;
}
.lumen-btn-success.revert {
color: #28b62c;
border-color: #23a127;
}
.lumen-btn-info.revert {
color: #75caeb;
border-color: #5fc1e8;
}
.lumen-btn-warning.revert {
color: #ff851b;
border-color: #ff7701;
}
.lumen-btn-danger.revert {
color: #ff4136;
border-color: #ff291c;
}
.lumen-btn-group {
display: flex;
}
.lumen-btn-group .lumen-btn {
border-radius: 0;
border-right: none;
border-left: none;
}
.lumen-btn-group>.lumen-btn:first-child:not(:last-child) {
border-bottom-left-radius: 4px;
border-top-left-radius: 4px;
}
.lumen-btn-group>.lumen-btn:last-child:not(:first-child) {
border-bottom-right-radius: 4px;
border-top-right-radius: 4px;
border-right: 1px;
} | src/Component/Button/Button.css | .lumen-btn {
display: inline-block;
margin: 0;
font-weight: bold;
text-align: center;
vertical-align: middle;
border: solid;
outline: none;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
background-image: none;
white-space: nowrap;
border-radius: 4px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-webkit-appearance: none;
user-select: none;
padding: 9px 12px 7px;
border-width: 0 1px 4px 1px;
font-size: 12px;
height: 3em;
text-transform: uppercase;
color: white;
overflow: visible;
box-sizing: border-box;
}
.lumen-btn.large {
padding: 12px 15px 10px;
border-width: 0 1px 4px 1px;
height: 4em;
}
.lumen-btn.small {
padding: 0 6px;
border-width: 0 1px 4px 1px;
line-height: 1;
height: 2em;
}
.lumen-btn.icon {
width: 3em;
height: 3em;
border-radius: 3em;
}
.lumen-btn:hover {
border-bottom-width: 3px;
}
.lumen-btn:active {
border-bottom-width: 2px;
-webkit-box-shadow: none;
box-shadow: none;
}
.lumen-btn.revert {
border-top: 1px solid;
border-left: 1px solid;
border-right: 1px solid;
background: white;
}
.lumen-btn.revert:hover {
color: white;
}
.lumen-btn[disabled] {
opacity: 0.7;
}
.lumen-btn[disabled] {
margin-top: 0;
border-bottom-width: 4px;
}
.lumen-btn-default,.lumen-btn-default.revert:hover {
color: #555555;
background-color: #eeeeee;
border-color: #e2e2e2;
}
.lumen-btn-default:active,.lumen-btn-default.revert:active {
color: #555555;
background-color: #c3c3c3;
border-color: #a2a2a2;
}
.lumen-btn-primary,.lumen-btn-primary.revert:hover {
background-color: #158cba;
border-color: #127ba3;
}
.lumen-btn-primary:active,.lumen-btn-primary.revert:active {
background-color: #106a8c;
border-color: #052531;
}
.lumen-btn-success,.lumen-btn-success.revert:hover {
background-color: #28b62c;
border-color: #23a127;
}
.lumen-btn-success:active,.lumen-btn-success.revert:active {
background-color: #1f8c22;
border-color: #0c390e;
}
.lumen-btn-info,.lumen-btn-info.revert:hover {
background-color: #75caeb;
border-color: #5fc1e8;
}
.lumen-btn-info:active,.lumen-btn-info.revert:active {
background-color: #48b9e5;
border-color: #1984ae;
}
.lumen-btn-warning,.lumen-btn-warning.revert:hover {
background-color: #ff851b;
border-color: #ff7701;
}
.lumen-btn-warning:active,.lumen-btn-warning.revert:active {
background-color: #e76b00;
border-color: #c35b00;
}
.lumen-btn-danger,.lumen-btn-danger.revert:hover {
background-color: #ff4136;
border-color: #ff291c;
}
.lumen-btn-danger:active,.lumen-btn-danger.revert:active {
background-color: #ff1103;
border-color: #de0c00;
}
.lumen-btn-default.revert {
color: #eeeeee;
border-color: #e2e2e2;
}
.lumen-btn-primary.revert {
color: #158cba;
border-color: #127ba3;
}
.lumen-btn-success.revert {
color: #28b62c;
border-color: #23a127;
}
.lumen-btn-info.revert {
color: #75caeb;
border-color: #5fc1e8;
}
.lumen-btn-warning.revert {
color: #ff851b;
border-color: #ff7701;
}
.lumen-btn-danger.revert {
color: #ff4136;
border-color: #ff291c;
}
.lumen-btn-group {
display: flex;
}
.lumen-btn-group .lumen-btn {
border-radius: 0;
border-right: none;
border-left: none;
}
.lumen-btn-group>.lumen-btn:first-child:not(:last-child) {
border-bottom-left-radius: 4px;
border-top-left-radius: 4px;
}
.lumen-btn-group>.lumen-btn:last-child:not(:first-child) {
border-bottom-right-radius: 4px;
border-top-right-radius: 4px;
border-right: 1px;
} | 0.324878 | 0.079854 |
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300i,400,600|Raleway');
@font-face {
font-family: 'Liberation Sans';
font-style: normal;
font-weight: normal;
src: url('/fonts/liberation-sans/LiberationSans-Regular-webfont.woff') format('woff'), /* Pretty Modern Browsers */
url('/fonts/liberation-sans/LiberationSans-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
url('/fonts/liberation-sans/LiberationSans-Regular-webfont.svg') format('svg'); /* Legacy iOS */
}
@font-face {
font-family: 'Liberation Sans';
font-style: normal;
font-weight: bold;
src: url('/fonts/liberation-sans/LiberationSans-Bold-webfont.woff') format('woff'), /* Pretty Modern Browsers */
url('/fonts/liberation-sans/LiberationSans-Bold.ttf') format('truetype'), /* Safari, Android, iOS */
url('/fonts/liberation-sans/LiberationSans-Bold-webfont.svg') format('svg'); /* Legacy iOS */
}
@font-face {
font-family: 'Liberation Sans';
font-style: italic;
font-weight: bold;
src: url('/fonts/liberation-sans/LiberationSans-BoldItalic-webfont.woff') format('woff'), /* Pretty Modern Browsers */
url('/fonts/liberation-sans/LiberationSans-BoldItalic.ttf') format('truetype'), /* Safari, Android, iOS */
url('/fonts/liberation-sans/LiberationSans-BoldItalic-webfont.svg') format('svg'); /* Legacy iOS */
}
@font-face {
font-family: 'Liberation Sans';
font-style: italic;
font-weight: normal;
src: url('/fonts/liberation-sans/LiberationSans-Italic-webfont.woff') format('woff'), /* Pretty Modern Browsers */
url('/fonts/liberation-sans/LiberationSans-Italic.ttf') format('truetype'), /* Safari, Android, iOS */
url('/fonts/liberation-sans/LiberationSans-Italic-webfont.svg') format('svg'); /* Legacy iOS */
}
html {
--owd-blue: #055A5A;
--owd-red: #970808;
--owd-gold: #966708;
--owd-grey: #333;
--owd-lightgrey: #888;
--owd-smokegrey: #eee;
--owd-color: var(--owd-blue);
font-family: 'Source Sans Pro', 'Liberation Sans', sans-serif;
line-height: 1.5;
font-size: 16px;
color: var(--owd-grey);
font-weight: 400;
}
#site-title {
font-size: 2em;
}
nav#sidebar {
margin: 1em 1em;
justify-content: space-between;
display: flex;
align-items: center;
padding-bottom: 0.8em;
border-bottom: 2px solid var(--owd-lightgrey);
}
.toc-area, .cat-tag-area, #TOC {
position: fixed;
top: 15%;
right: 2em;
max-width: 15%;
font-family: 'Liberation Sans';
font-size: 0.8em;
background-color: rgba(255,255,255,1);
padding: 0.5em 1em;
z-index: 2;
margin: 0 auto;
}
.toc-area, #TOC {
border-radius: 5px;
border: 1px solid var(--owd-lightgrey);
}
.cat-tag-area .tags {
margin-top: 1em;
}
.toc-area h3, .cat-tag-area div h3 {
margin: 0;
}
/* #toc-title {
text-transform: uppercase;
} */
nav#TableOfContents ul,
#TOC ul {
list-style: none;
margin: 0;
padding: 0;
margin-bottom: 0.3em;
line-height: 1.2em;
}
nav#TableOfContents li,
#TOC li {
padding: 0;
margin: 0;
margin-bottom: 0.3em;
}
nav#TableOfContents ul > li > ul > li,
#TOC ul > li > ul > li {
margin: 0;
padding: 0;
margin-bottom: 0.3em;
padding-left: 1em;
text-indent: 0;
color: var(--owd-lightgrey);
}
nav#TableOfContents ul > li > ul > li > ul,
#TOC ul > li > ul > li > ul {
display: none;
}
nav#TableOfContents ul > li > ul,
#TOC ul > li > ul {
margin-top: 0.3em;
}
nav#TableOfContents ul:last-child,
nav#TableOfContents li:last-child,
#TOC ul:last-child,
#TOC il:last-child {
margin-bottom: 0;
}
nav#TableOfContents a:active,
#TOC a:active {
color: var(--owd-color);
}
nav#TableOfContents a:hover,
nav#TableOfContents a:focus,
#TOC a:hover,
#TOC a:focus {
color: var(--owd-gold);
}
header {
/* text-align: center; */
}
#header-title {
font-size: 1.65em;
/* border-radius: 4px; */
/* padding: 0.1rem 0.5rem 0.2rem 0.5rem; */
color: var(--owd-color);
/* box-shadow: 0px 5px 10px -5px rgba(0,0,0,0.8); */
}
div#sidebar-nav {
color: var(--owd-color);
cursor: auto; /* was ist das? */
text-transform: uppercase;
letter-spacing: 0.1em;
font-size: 0.9em;
opacity: 1;
}
.sidebar-nav-item {
margin-left: 1rem;
}
.sidebar-nav-item:active {
border-bottom: 2px solid var(--owd-color);
}
footer {
text-align: center;
background-image: linear-gradient(to bottom, white 10%, rgba(255,255,255,0.8) 30%, transparent 100%), url("/img/background.jpg");
background-repeat: no-repeat;
background-position: center;
background-size: cover;
/* min-height: 20vh; */
/* height: 50vh; */
/* width: 100%; */
}
/* #footer-title {
color: var(--owd-color);
text-transform: uppercase;
letter-spacing: 0.1em;
font-size: 0.9em;
} */
.footer-text-area {
padding: 2em 5em;
}
.footer-text {
font-size: 0.8em;
}
.footer-text h1 {
color: var(--owd-color);
text-transform: uppercase;
letter-spacing: 0.1em;
font-size: 1.2em;
font-weight: normal;
margin: 0.2em 0;
}
.footer-text p {
margin: 0 0.2rem;
display: inline-block;
}
#recommended-links ul {
display: inline-block;
list-style-type: none;
text-indent: 0;
margin: 0;
padding: 0;
}
#ref-links {
font-size: 1.1em;
padding: 0.5em;
background-color: rgba(255,255,255,0.4);
display: inline-block;
margin: 0.5em 0;
}
#copyright {
margin: 0.2em 0;
display: block;
padding: 0.5em 0;
border-top: 2px solid var(--owd-lightgrey);
}
.contact {
margin: 1em auto;
display: inline-block;
padding: 0.5em;
background-color: rgba(255,255,255,0.4);
}
.contact h1 {
color: var(--owd-color);
/* text-transform: uppercase; */
letter-spacing: 0.1em;
font-size: 1em;
font-weight: normal;
margin: 0;
}
.contact p {
margin: 0.3em 0;
}
.formview {
min-width: 400px;
width: auto;
font-family: inherit;
font-size: 0.9em;
color: inherit;
}
input, textarea {
border: 2px solid var(--owd-color);
padding: 0.5em;
font-size: 1em;
transition: all 0.3s ease-in-out;
line-height: normal;
font-family: inherit;
width: 80%;
margin: 0.2rem;
}
textarea {
min-height: 100px;
max-height: 200px
}
input:focus, textarea:focus {
background-color: var(--owd-smokegrey);
}
button {
padding: 1em;
background-color: var(--owd-color);
color: var(--owd-smokegrey);
border: 0;
text-transform: uppercase;
font-family: inherit;
}
button:hover {
background-color: var(--owd-grey);
transition: all 0.3s ease-in-out;
cursor: pointer;
}
main {
margin: 5em 25% 0em 25%;
}
main.article {
margin: 0 1em;
}
main.article article {
margin: 0 20%;
}
section {
margin: 2em 10% 2em 10%;
}
.article-list {
/* margin: 0em 10%; */
}
.article-recent {
/* margin-top: 10em; */
}
.article-list-item {
/* min-height: 100px; */
margin: 1em 0;
/* text-align: center; */
position: relative;
/* border-left: 2px solid var(--owd-smokegrey); */
}
.article-list-item p {
margin: 5px 0px;
}
.article-list-item h1, h2, h3, h4, h5, h6 {
font-size: 1em;
margin: 5px 0px;
}
.article-thumb-wrapper {
/* max-width: 100px; */
width: 100%;
/* margin-left: 1em; */
/* display: inline-block; */
/* vertical-align: top; */
background-color: var(--owd-smokegrey);
background-repeat: no-repeat;
background-position: right;
background-size: cover;
}
.article-text-wrapper {
position: relative;
vertical-align: top;
width: calc(100% - 25%);
/* margin-left: 1em; */
display: inline-block;
z-index: 1;
/* background-color: rgba(255,255,255,0.7); */
background-image: linear-gradient(to left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 15%, rgba(255,255,255,0.8) 25%, white 30%, white 100%);
transition: opacity ease 0.5s;
line-height: 1.2em;
padding: 0.5em;
padding-left: 0;
padding-right: 25%;
}
/* .article-text-wrapper:hover {
transition: opacity ease 0.5s;
color: black;
background-color: rgba(255,255,255,0.5);
} */
.header-thumb-wrapper {
width: 60%;
background-color: var(--owd-smokegrey);
background-repeat: no-repeat;
background-position: right;
background-size: 35% auto;
margin: 3em 20% 1em 20%;
}
.header-text-wrapper {
position: relative;
vertical-align: top;
width: calc(100% - 30%);
/* margin-left: 1em; */
display: inline-block;
z-index: 1;
/* background-color: rgba(255,255,255,0.7); */
background-image: linear-gradient(to left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 15%, rgba(255,255,255,0.8) 25%, white 30%, white 100%);
transition: opacity ease 0.5s;
line-height: 1.2em;
padding: 0.5em;
padding-left: 0;
padding-right: 30%;
}
h1.page-title {
margin-top: 0;
margin-bottom: 0.5em;
line-height: 1em
}
.article-page-author-date {
font-weight: 300;
font-size: 1em;
margin-top: 0.4em;
margin-bottom: 0.6em;
border-bottom: 1px solid var(--owd-smokegrey);
padding-bottom: 0.7em;
}
.article-page-date {
margin-right: 1em;
}
.article-page-tags {
vertical-align: bottom;
font-family: 'Liberation Sans';
text-transform: uppercase;
font-size: 0.8em;
margin-right: 1em;
margin-top: 0.2em;
}
.article-list-title {
font-weight: 600;
font-size: 1.33em;
margin-bottom: 0.2em;
margin-top: 0px;
}
.article-list-summary {
font-size: 0.9em;
margin-top: 0.2rem;
}
.article-date {
float: left;
font-weight: 300;
font-size: 0.8em;
margin-top: 0rem;
margin-right: 0.5em;
}
.article-meta {
font-weight: 300;
/* font-style: italic; */
font-size: 0.9em;
margin-top: 0rem;
}
.article-tags {
vertical-align: bottom;
font-family: 'Liberation Sans';
text-transform: uppercase;
font-size: 0.75em;
margin-right: 1em;
margin-top: 0.2em;
}
.align-right {
text-align: right;
}
.align-left {
text-align: left;
}
.justify-space-between {
display: flex;
justify-content: flex-start;
}
.article-description {
font-weight: 400;
font-size: 1em;
font-style: italic;
/* margin-top: 0.5rem; */
}
.article-image {
margin: 1em 0;
}
.article-image img {
width: 100%;
}
.more-articles {
display: flex;
justify-content: space-between;
}
.articles-nav {
margin-top: 4em;
padding: 0.5em;
/* background-color: var(--owd-smokegrey); */
color: var(--owd-color);
border-top: 1px solid var(--owd-smokegrey);
font-size: 0.9em;
line-height: 1.2em;
}
.older, .newer {
display: inline-block;
}
.older {
margin-right: 1em;
}
.newer {
float: right;
text-align: right;
margin-left: 1em;
}
.article-content {
margin-bottom: 5em;
}
.article-content h1 {
font-size: 1.6em;
color: var(--owd-gold);
font-weight: 400;
margin-top: 1em;
}
.article-content h2 {
font-size: 1.2em;
color: var(--owd-color);
font-weight: 600;
margin-top: 0.8em;
}
.article-content h3 {
font-size: 1.2em;
font-weight: 400;
margin-top: 0.5em;
}
.article-content h4 {
font-size: 1em;
font-weight: 600;
color: #888;
margin-top: 0.3em;
}
.article-content h5 {
font-size: 1em;
font-weight: 400;
color: #888;
margin-top: 0.2em;
}
.article-content h6 {
font-style: italic;
font-size: 1em;
font-weight: 400;
color: #888;
margin-top: 0.2em;
}
.article-content img {
max-width: 100%;
display: block;
margin-left: auto;
margin-right: auto;
/* width: auto; */
/* margin: 0em 1em 1em 0; */
}
img[src$='#floatleft'] {
float:left;
}
img[src$='#floatright'] {
float:right;
}
figcaption {
color: #888;
font-size: 0.85em;
}
figcaption p {
font-style: italic;
margin: 0 0;
}
.dimming {
transition: opacity .15s ease-in;
}
.dimming:focus, .dimming:hover {
opacity: 0.5;
}
a:any-link {
text-decoration: none;
color: inherit;
}
.grey {
color: var(--owd-lightgrey);
}
.darkgrey {
color: var(--owd-grey);
}
.owd-color {
color: var(--owd-color);
}
div.taxo-link {
margin-top: 0.5em;
}
a.taxo-link {
font-style: normal;
}
a.taxo-link:hover {
color: #333;
text-decoration: underline;
}
.nowrap {
white-space: nowrap;
}
.float-left {
float: left;
margin-right: 1em;
}
.clear-left {
clear: left;
}
.pagination-wrapper {
/* margin-left: calc(100px + 1em); */
text-align: center;
}
ul.pagination {
list-style-type: none;
margin-left: 0;
padding-left: 0;
}
.pagination li {
display: inline-block;
padding: 0 0.1rem;
}
.pagination .active {
color: white;
background-color: var(--owd-color);
padding: 0rem 0.3rem;
border-radius: 2px;
}
.pagination .disabled {
color: #888;
}
[aria-hidden=true] {
display: none;
}
pre {
font-size: 0.76em;
white-space: pre-wrap;
word-break: keep-all;
}
table {
margin-left: auto;
margin-right: auto;
border-collapse: collapse;
font-size: 0.9em;
text-align: right;
}
th, td {
/* padding: 5px; */
padding: 0 5px;
}
th {
border-bottom: 1px solid #ccc;
}
/* tr:nth-child(even) {
background-color: #eee;
} */
tfoot {
border-top: 1px solid #ccc;
}
@media(max-width:1200px) {
html {
font-size: 14px;
}
.toc-area, .cat-tag-area, #TOC {
display: none;
}
}
@media(max-width:800px) {
html {
font-size: 12px;
}
main {
margin: 5em 5% 0em 5%;
}
main.article {
margin: 0 1em;
}
main.article article {
margin: 0 5%;
}
section {
margin: 2em 2% 2em 2%;
}
.article-list {
margin: 0em 10%;
}
.header-thumb-wrapper {
margin: 2em 5% 1em 5%;
width: 90%;
}
.footer-text-area {
padding: 2em 5%;
}
.formview {
min-width: 400px;
}
nav#sidebar {
/* justify-content: flex-start; */
display: block;
/* align-items: center; */
}
.sidebar-nav-item {
margin-left: 0;
margin-right: 1em;
}
.article-content img {
max-width: 100%;
display: block;
}
}
@media(max-width: 600px) {
.article-content img {
width: 100%;
}
.formview {
min-width: 200px;
}
.header-thumb-wrapper {
background-size: auto 100%;
}
} | static/css/main.css | @import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300i,400,600|Raleway');
@font-face {
font-family: 'Liberation Sans';
font-style: normal;
font-weight: normal;
src: url('/fonts/liberation-sans/LiberationSans-Regular-webfont.woff') format('woff'), /* Pretty Modern Browsers */
url('/fonts/liberation-sans/LiberationSans-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
url('/fonts/liberation-sans/LiberationSans-Regular-webfont.svg') format('svg'); /* Legacy iOS */
}
@font-face {
font-family: 'Liberation Sans';
font-style: normal;
font-weight: bold;
src: url('/fonts/liberation-sans/LiberationSans-Bold-webfont.woff') format('woff'), /* Pretty Modern Browsers */
url('/fonts/liberation-sans/LiberationSans-Bold.ttf') format('truetype'), /* Safari, Android, iOS */
url('/fonts/liberation-sans/LiberationSans-Bold-webfont.svg') format('svg'); /* Legacy iOS */
}
@font-face {
font-family: 'Liberation Sans';
font-style: italic;
font-weight: bold;
src: url('/fonts/liberation-sans/LiberationSans-BoldItalic-webfont.woff') format('woff'), /* Pretty Modern Browsers */
url('/fonts/liberation-sans/LiberationSans-BoldItalic.ttf') format('truetype'), /* Safari, Android, iOS */
url('/fonts/liberation-sans/LiberationSans-BoldItalic-webfont.svg') format('svg'); /* Legacy iOS */
}
@font-face {
font-family: 'Liberation Sans';
font-style: italic;
font-weight: normal;
src: url('/fonts/liberation-sans/LiberationSans-Italic-webfont.woff') format('woff'), /* Pretty Modern Browsers */
url('/fonts/liberation-sans/LiberationSans-Italic.ttf') format('truetype'), /* Safari, Android, iOS */
url('/fonts/liberation-sans/LiberationSans-Italic-webfont.svg') format('svg'); /* Legacy iOS */
}
html {
--owd-blue: #055A5A;
--owd-red: #970808;
--owd-gold: #966708;
--owd-grey: #333;
--owd-lightgrey: #888;
--owd-smokegrey: #eee;
--owd-color: var(--owd-blue);
font-family: 'Source Sans Pro', 'Liberation Sans', sans-serif;
line-height: 1.5;
font-size: 16px;
color: var(--owd-grey);
font-weight: 400;
}
#site-title {
font-size: 2em;
}
nav#sidebar {
margin: 1em 1em;
justify-content: space-between;
display: flex;
align-items: center;
padding-bottom: 0.8em;
border-bottom: 2px solid var(--owd-lightgrey);
}
.toc-area, .cat-tag-area, #TOC {
position: fixed;
top: 15%;
right: 2em;
max-width: 15%;
font-family: 'Liberation Sans';
font-size: 0.8em;
background-color: rgba(255,255,255,1);
padding: 0.5em 1em;
z-index: 2;
margin: 0 auto;
}
.toc-area, #TOC {
border-radius: 5px;
border: 1px solid var(--owd-lightgrey);
}
.cat-tag-area .tags {
margin-top: 1em;
}
.toc-area h3, .cat-tag-area div h3 {
margin: 0;
}
/* #toc-title {
text-transform: uppercase;
} */
nav#TableOfContents ul,
#TOC ul {
list-style: none;
margin: 0;
padding: 0;
margin-bottom: 0.3em;
line-height: 1.2em;
}
nav#TableOfContents li,
#TOC li {
padding: 0;
margin: 0;
margin-bottom: 0.3em;
}
nav#TableOfContents ul > li > ul > li,
#TOC ul > li > ul > li {
margin: 0;
padding: 0;
margin-bottom: 0.3em;
padding-left: 1em;
text-indent: 0;
color: var(--owd-lightgrey);
}
nav#TableOfContents ul > li > ul > li > ul,
#TOC ul > li > ul > li > ul {
display: none;
}
nav#TableOfContents ul > li > ul,
#TOC ul > li > ul {
margin-top: 0.3em;
}
nav#TableOfContents ul:last-child,
nav#TableOfContents li:last-child,
#TOC ul:last-child,
#TOC il:last-child {
margin-bottom: 0;
}
nav#TableOfContents a:active,
#TOC a:active {
color: var(--owd-color);
}
nav#TableOfContents a:hover,
nav#TableOfContents a:focus,
#TOC a:hover,
#TOC a:focus {
color: var(--owd-gold);
}
header {
/* text-align: center; */
}
#header-title {
font-size: 1.65em;
/* border-radius: 4px; */
/* padding: 0.1rem 0.5rem 0.2rem 0.5rem; */
color: var(--owd-color);
/* box-shadow: 0px 5px 10px -5px rgba(0,0,0,0.8); */
}
div#sidebar-nav {
color: var(--owd-color);
cursor: auto; /* was ist das? */
text-transform: uppercase;
letter-spacing: 0.1em;
font-size: 0.9em;
opacity: 1;
}
.sidebar-nav-item {
margin-left: 1rem;
}
.sidebar-nav-item:active {
border-bottom: 2px solid var(--owd-color);
}
footer {
text-align: center;
background-image: linear-gradient(to bottom, white 10%, rgba(255,255,255,0.8) 30%, transparent 100%), url("/img/background.jpg");
background-repeat: no-repeat;
background-position: center;
background-size: cover;
/* min-height: 20vh; */
/* height: 50vh; */
/* width: 100%; */
}
/* #footer-title {
color: var(--owd-color);
text-transform: uppercase;
letter-spacing: 0.1em;
font-size: 0.9em;
} */
.footer-text-area {
padding: 2em 5em;
}
.footer-text {
font-size: 0.8em;
}
.footer-text h1 {
color: var(--owd-color);
text-transform: uppercase;
letter-spacing: 0.1em;
font-size: 1.2em;
font-weight: normal;
margin: 0.2em 0;
}
.footer-text p {
margin: 0 0.2rem;
display: inline-block;
}
#recommended-links ul {
display: inline-block;
list-style-type: none;
text-indent: 0;
margin: 0;
padding: 0;
}
#ref-links {
font-size: 1.1em;
padding: 0.5em;
background-color: rgba(255,255,255,0.4);
display: inline-block;
margin: 0.5em 0;
}
#copyright {
margin: 0.2em 0;
display: block;
padding: 0.5em 0;
border-top: 2px solid var(--owd-lightgrey);
}
.contact {
margin: 1em auto;
display: inline-block;
padding: 0.5em;
background-color: rgba(255,255,255,0.4);
}
.contact h1 {
color: var(--owd-color);
/* text-transform: uppercase; */
letter-spacing: 0.1em;
font-size: 1em;
font-weight: normal;
margin: 0;
}
.contact p {
margin: 0.3em 0;
}
.formview {
min-width: 400px;
width: auto;
font-family: inherit;
font-size: 0.9em;
color: inherit;
}
input, textarea {
border: 2px solid var(--owd-color);
padding: 0.5em;
font-size: 1em;
transition: all 0.3s ease-in-out;
line-height: normal;
font-family: inherit;
width: 80%;
margin: 0.2rem;
}
textarea {
min-height: 100px;
max-height: 200px
}
input:focus, textarea:focus {
background-color: var(--owd-smokegrey);
}
button {
padding: 1em;
background-color: var(--owd-color);
color: var(--owd-smokegrey);
border: 0;
text-transform: uppercase;
font-family: inherit;
}
button:hover {
background-color: var(--owd-grey);
transition: all 0.3s ease-in-out;
cursor: pointer;
}
main {
margin: 5em 25% 0em 25%;
}
main.article {
margin: 0 1em;
}
main.article article {
margin: 0 20%;
}
section {
margin: 2em 10% 2em 10%;
}
.article-list {
/* margin: 0em 10%; */
}
.article-recent {
/* margin-top: 10em; */
}
.article-list-item {
/* min-height: 100px; */
margin: 1em 0;
/* text-align: center; */
position: relative;
/* border-left: 2px solid var(--owd-smokegrey); */
}
.article-list-item p {
margin: 5px 0px;
}
.article-list-item h1, h2, h3, h4, h5, h6 {
font-size: 1em;
margin: 5px 0px;
}
.article-thumb-wrapper {
/* max-width: 100px; */
width: 100%;
/* margin-left: 1em; */
/* display: inline-block; */
/* vertical-align: top; */
background-color: var(--owd-smokegrey);
background-repeat: no-repeat;
background-position: right;
background-size: cover;
}
.article-text-wrapper {
position: relative;
vertical-align: top;
width: calc(100% - 25%);
/* margin-left: 1em; */
display: inline-block;
z-index: 1;
/* background-color: rgba(255,255,255,0.7); */
background-image: linear-gradient(to left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 15%, rgba(255,255,255,0.8) 25%, white 30%, white 100%);
transition: opacity ease 0.5s;
line-height: 1.2em;
padding: 0.5em;
padding-left: 0;
padding-right: 25%;
}
/* .article-text-wrapper:hover {
transition: opacity ease 0.5s;
color: black;
background-color: rgba(255,255,255,0.5);
} */
.header-thumb-wrapper {
width: 60%;
background-color: var(--owd-smokegrey);
background-repeat: no-repeat;
background-position: right;
background-size: 35% auto;
margin: 3em 20% 1em 20%;
}
.header-text-wrapper {
position: relative;
vertical-align: top;
width: calc(100% - 30%);
/* margin-left: 1em; */
display: inline-block;
z-index: 1;
/* background-color: rgba(255,255,255,0.7); */
background-image: linear-gradient(to left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 15%, rgba(255,255,255,0.8) 25%, white 30%, white 100%);
transition: opacity ease 0.5s;
line-height: 1.2em;
padding: 0.5em;
padding-left: 0;
padding-right: 30%;
}
h1.page-title {
margin-top: 0;
margin-bottom: 0.5em;
line-height: 1em
}
.article-page-author-date {
font-weight: 300;
font-size: 1em;
margin-top: 0.4em;
margin-bottom: 0.6em;
border-bottom: 1px solid var(--owd-smokegrey);
padding-bottom: 0.7em;
}
.article-page-date {
margin-right: 1em;
}
.article-page-tags {
vertical-align: bottom;
font-family: 'Liberation Sans';
text-transform: uppercase;
font-size: 0.8em;
margin-right: 1em;
margin-top: 0.2em;
}
.article-list-title {
font-weight: 600;
font-size: 1.33em;
margin-bottom: 0.2em;
margin-top: 0px;
}
.article-list-summary {
font-size: 0.9em;
margin-top: 0.2rem;
}
.article-date {
float: left;
font-weight: 300;
font-size: 0.8em;
margin-top: 0rem;
margin-right: 0.5em;
}
.article-meta {
font-weight: 300;
/* font-style: italic; */
font-size: 0.9em;
margin-top: 0rem;
}
.article-tags {
vertical-align: bottom;
font-family: 'Liberation Sans';
text-transform: uppercase;
font-size: 0.75em;
margin-right: 1em;
margin-top: 0.2em;
}
.align-right {
text-align: right;
}
.align-left {
text-align: left;
}
.justify-space-between {
display: flex;
justify-content: flex-start;
}
.article-description {
font-weight: 400;
font-size: 1em;
font-style: italic;
/* margin-top: 0.5rem; */
}
.article-image {
margin: 1em 0;
}
.article-image img {
width: 100%;
}
.more-articles {
display: flex;
justify-content: space-between;
}
.articles-nav {
margin-top: 4em;
padding: 0.5em;
/* background-color: var(--owd-smokegrey); */
color: var(--owd-color);
border-top: 1px solid var(--owd-smokegrey);
font-size: 0.9em;
line-height: 1.2em;
}
.older, .newer {
display: inline-block;
}
.older {
margin-right: 1em;
}
.newer {
float: right;
text-align: right;
margin-left: 1em;
}
.article-content {
margin-bottom: 5em;
}
.article-content h1 {
font-size: 1.6em;
color: var(--owd-gold);
font-weight: 400;
margin-top: 1em;
}
.article-content h2 {
font-size: 1.2em;
color: var(--owd-color);
font-weight: 600;
margin-top: 0.8em;
}
.article-content h3 {
font-size: 1.2em;
font-weight: 400;
margin-top: 0.5em;
}
.article-content h4 {
font-size: 1em;
font-weight: 600;
color: #888;
margin-top: 0.3em;
}
.article-content h5 {
font-size: 1em;
font-weight: 400;
color: #888;
margin-top: 0.2em;
}
.article-content h6 {
font-style: italic;
font-size: 1em;
font-weight: 400;
color: #888;
margin-top: 0.2em;
}
.article-content img {
max-width: 100%;
display: block;
margin-left: auto;
margin-right: auto;
/* width: auto; */
/* margin: 0em 1em 1em 0; */
}
img[src$='#floatleft'] {
float:left;
}
img[src$='#floatright'] {
float:right;
}
figcaption {
color: #888;
font-size: 0.85em;
}
figcaption p {
font-style: italic;
margin: 0 0;
}
.dimming {
transition: opacity .15s ease-in;
}
.dimming:focus, .dimming:hover {
opacity: 0.5;
}
a:any-link {
text-decoration: none;
color: inherit;
}
.grey {
color: var(--owd-lightgrey);
}
.darkgrey {
color: var(--owd-grey);
}
.owd-color {
color: var(--owd-color);
}
div.taxo-link {
margin-top: 0.5em;
}
a.taxo-link {
font-style: normal;
}
a.taxo-link:hover {
color: #333;
text-decoration: underline;
}
.nowrap {
white-space: nowrap;
}
.float-left {
float: left;
margin-right: 1em;
}
.clear-left {
clear: left;
}
.pagination-wrapper {
/* margin-left: calc(100px + 1em); */
text-align: center;
}
ul.pagination {
list-style-type: none;
margin-left: 0;
padding-left: 0;
}
.pagination li {
display: inline-block;
padding: 0 0.1rem;
}
.pagination .active {
color: white;
background-color: var(--owd-color);
padding: 0rem 0.3rem;
border-radius: 2px;
}
.pagination .disabled {
color: #888;
}
[aria-hidden=true] {
display: none;
}
pre {
font-size: 0.76em;
white-space: pre-wrap;
word-break: keep-all;
}
table {
margin-left: auto;
margin-right: auto;
border-collapse: collapse;
font-size: 0.9em;
text-align: right;
}
th, td {
/* padding: 5px; */
padding: 0 5px;
}
th {
border-bottom: 1px solid #ccc;
}
/* tr:nth-child(even) {
background-color: #eee;
} */
tfoot {
border-top: 1px solid #ccc;
}
@media(max-width:1200px) {
html {
font-size: 14px;
}
.toc-area, .cat-tag-area, #TOC {
display: none;
}
}
@media(max-width:800px) {
html {
font-size: 12px;
}
main {
margin: 5em 5% 0em 5%;
}
main.article {
margin: 0 1em;
}
main.article article {
margin: 0 5%;
}
section {
margin: 2em 2% 2em 2%;
}
.article-list {
margin: 0em 10%;
}
.header-thumb-wrapper {
margin: 2em 5% 1em 5%;
width: 90%;
}
.footer-text-area {
padding: 2em 5%;
}
.formview {
min-width: 400px;
}
nav#sidebar {
/* justify-content: flex-start; */
display: block;
/* align-items: center; */
}
.sidebar-nav-item {
margin-left: 0;
margin-right: 1em;
}
.article-content img {
max-width: 100%;
display: block;
}
}
@media(max-width: 600px) {
.article-content img {
width: 100%;
}
.formview {
min-width: 200px;
}
.header-thumb-wrapper {
background-size: auto 100%;
}
} | 0.260484 | 0.039565 |
* =================== Margin
*/
.sk-m-0 {
margin: 0 !important
}
.sk-m-1 {
margin: 4px !important
}
.sk-m-2 {
margin: 8px !important
}
.sk-m-3 {
margin: 12px !important
}
.sk-m-4 {
margin: 16px !important
}
.sk-m-5 {
margin: 20px !important
}
.sk-m-6 {
margin: 24px !important
}
.sk-m-7 {
margin: 28px !important
}
.sk-m-8 {
margin: 32px !important
}
.sk-m-auto {
margin: auto !important
}
/**
* =================== Margin Top
*/
.sk-mt-0,
.sk-my-0 {
margin-top: 0 !important
}
.sk-mt-1,
.sk-my-0 {
margin-top: 4px !important
}
.sk-mt-2,
.sk-my-2 {
margin-top: 8px !important
}
.sk-mt-3,
.sk-my-3 {
margin-top: 12px !important
}
.sk-mt-4,
.sk-my-4 {
margin-top: 16px !important
}
.sk-mt-5,
.sk-my-5 {
margin-top: 20px !important
}
.sk-mt-6,
.sk-my-6 {
margin-top: 24px !important
}
.sk-mt-7,
.sk-my-7 {
margin-top: 28px !important
}
.sk-mt-8,
.sk-my-8 {
margin-top: 32px !important
}
.sk-mt-auto,
.sk-my-auto {
margin-top: auto !important
}
/**
* =================== Margin Right
*/
.sk-mr-0,
.sk-mx-0 {
margin-right: 0 !important
}
.sk-mr-1,
.sk-mx-1 {
margin-right: 4px !important
}
.sk-mr-2,
.sk-mx-2 {
margin-right: 8px !important
}
.sk-mr-3,
.sk-mx-3 {
margin-right: 12px !important
}
.sk-mr-4,
.sk-mx-4 {
margin-right: 16px !important
}
.sk-mr-5,
.sk-mx-5 {
margin-right: 20px !important
}
.sk-mr-6,
.sk-mx-6 {
margin-right: 24px !important
}
.sk-mr-7,
.sk-mx-7 {
margin-right: 28px !important
}
.sk-mr-8,
.sk-mx-8 {
margin-right: 32px !important
}
.sk-mr-auto,
.sk-mx-auto {
margin-right: auto !important
}
/**
* =================== Margin Bottom
*/
.sk-mb-0,
.sk-my-0 {
margin-bottom: 0 !important
}
.sk-mb-1,
.sk-my-1 {
margin-bottom: 4px !important
}
.sk-mb-2,
.sk-my-2 {
margin-bottom: 8px !important
}
.sk-mb-3,
.sk-my-3 {
margin-bottom: 12px !important
}
.sk-mb-4,
.sk-my-4 {
margin-bottom: 16px !important
}
.sk-mb-5,
.sk-my-5 {
margin-bottom: 20px !important
}
.sk-mb-6,
.sk-my-6 {
margin-bottom: 24px !important
}
.sk-mb-7,
.sk-my-7 {
margin-bottom: 28px !important
}
.sk-mb-8,
.sk-my-8 {
margin-bottom: 32px !important
}
.sk-mb-auto,
.sk-my-auto {
margin-bottom: auto !important
}
/**
* =================== Margin Left
*/
.sk-ml-0,
.sk-mx-0 {
margin-left: 0 !important
}
.sk-ml-1,
.sk-mx-1 {
margin-left: 4px !important
}
.sk-ml-2,
.sk-mx-2 {
margin-left: 8px !important
}
.sk-ml-3,
.sk-mx-3 {
margin-left: 12px !important
}
.sk-ml-4,
.sk-mx-4 {
margin-left: 16px !important
}
.sk-ml-5,
.sk-mx-5 {
margin-left: 20px !important
}
.sk-ml-6,
.sk-mx-6 {
margin-left: 24px !important
}
.sk-ml-7,
.sk-mx-7 {
margin-left: 28px !important
}
.sk-ml-8,
.sk-mx-8 {
margin-left: 32px !important
}
.sk-ml-auto,
.sk-mx-auto {
margin-left: auto !important
} | src/margin.css | * =================== Margin
*/
.sk-m-0 {
margin: 0 !important
}
.sk-m-1 {
margin: 4px !important
}
.sk-m-2 {
margin: 8px !important
}
.sk-m-3 {
margin: 12px !important
}
.sk-m-4 {
margin: 16px !important
}
.sk-m-5 {
margin: 20px !important
}
.sk-m-6 {
margin: 24px !important
}
.sk-m-7 {
margin: 28px !important
}
.sk-m-8 {
margin: 32px !important
}
.sk-m-auto {
margin: auto !important
}
/**
* =================== Margin Top
*/
.sk-mt-0,
.sk-my-0 {
margin-top: 0 !important
}
.sk-mt-1,
.sk-my-0 {
margin-top: 4px !important
}
.sk-mt-2,
.sk-my-2 {
margin-top: 8px !important
}
.sk-mt-3,
.sk-my-3 {
margin-top: 12px !important
}
.sk-mt-4,
.sk-my-4 {
margin-top: 16px !important
}
.sk-mt-5,
.sk-my-5 {
margin-top: 20px !important
}
.sk-mt-6,
.sk-my-6 {
margin-top: 24px !important
}
.sk-mt-7,
.sk-my-7 {
margin-top: 28px !important
}
.sk-mt-8,
.sk-my-8 {
margin-top: 32px !important
}
.sk-mt-auto,
.sk-my-auto {
margin-top: auto !important
}
/**
* =================== Margin Right
*/
.sk-mr-0,
.sk-mx-0 {
margin-right: 0 !important
}
.sk-mr-1,
.sk-mx-1 {
margin-right: 4px !important
}
.sk-mr-2,
.sk-mx-2 {
margin-right: 8px !important
}
.sk-mr-3,
.sk-mx-3 {
margin-right: 12px !important
}
.sk-mr-4,
.sk-mx-4 {
margin-right: 16px !important
}
.sk-mr-5,
.sk-mx-5 {
margin-right: 20px !important
}
.sk-mr-6,
.sk-mx-6 {
margin-right: 24px !important
}
.sk-mr-7,
.sk-mx-7 {
margin-right: 28px !important
}
.sk-mr-8,
.sk-mx-8 {
margin-right: 32px !important
}
.sk-mr-auto,
.sk-mx-auto {
margin-right: auto !important
}
/**
* =================== Margin Bottom
*/
.sk-mb-0,
.sk-my-0 {
margin-bottom: 0 !important
}
.sk-mb-1,
.sk-my-1 {
margin-bottom: 4px !important
}
.sk-mb-2,
.sk-my-2 {
margin-bottom: 8px !important
}
.sk-mb-3,
.sk-my-3 {
margin-bottom: 12px !important
}
.sk-mb-4,
.sk-my-4 {
margin-bottom: 16px !important
}
.sk-mb-5,
.sk-my-5 {
margin-bottom: 20px !important
}
.sk-mb-6,
.sk-my-6 {
margin-bottom: 24px !important
}
.sk-mb-7,
.sk-my-7 {
margin-bottom: 28px !important
}
.sk-mb-8,
.sk-my-8 {
margin-bottom: 32px !important
}
.sk-mb-auto,
.sk-my-auto {
margin-bottom: auto !important
}
/**
* =================== Margin Left
*/
.sk-ml-0,
.sk-mx-0 {
margin-left: 0 !important
}
.sk-ml-1,
.sk-mx-1 {
margin-left: 4px !important
}
.sk-ml-2,
.sk-mx-2 {
margin-left: 8px !important
}
.sk-ml-3,
.sk-mx-3 {
margin-left: 12px !important
}
.sk-ml-4,
.sk-mx-4 {
margin-left: 16px !important
}
.sk-ml-5,
.sk-mx-5 {
margin-left: 20px !important
}
.sk-ml-6,
.sk-mx-6 {
margin-left: 24px !important
}
.sk-ml-7,
.sk-mx-7 {
margin-left: 28px !important
}
.sk-ml-8,
.sk-mx-8 {
margin-left: 32px !important
}
.sk-ml-auto,
.sk-mx-auto {
margin-left: auto !important
} | 0.353094 | 0.148448 |
.widget{
float: left;
width: 100%;
}
footer .widget .kode-food-hdg-7 h3{
color: #fff;
}
.widget-text p{
color: #fff;
float: left;
margin: -8px 0 44px 0;
}
.blockquote-3{
position: relative;
float: left;
text-transform: capitalize;
font-family: 'Libre Baskerville', serif;
padding: 0 9px;
display: inline-block;
color: #fff;
font-size: 22px;
margin-bottom: 11px;
}
.blockquote-3:before{
content: "";
left: -0px;
top: 0;
position: absolute;
font-family: FontAwesome;
color: #fff;
font-size: 5px;
}
.blockquote-3:after{
content:"";
right: -0px;
bottom: 0;
position: absolute;
font-family: FontAwesome;
color: #fff;
font-size: 5px;
}
.widget-text span{
float: left;
width: 100%;
line-height: 16px;
color: #fff;
font-size: 16px;
font-family: 'Lusitana', serif;
}
/*deal meta*/
.deal-meta{
float: left;
width: 100%;
margin-bottom: 6px;
}
.deal-meta li{
float: left;
width: 100%;
margin-bottom: 30px;
}
.deal-thumb{
float: left;
width: 100%;
}
.deal-thumb figure{
float: left;
width: 65px;
height: 57px;
}
.deal-thumb:hover figure img{
opacity: 0.5;
}
.deal-thumb .text{
float: none;
width: auto;
overflow: hidden;
padding: 8px 0 5px 15px;
}
.deal-thumb .text h6{
font-size: 18px;
color: #fff;
text-transform: capitalize;
line-height: 18px;
}
.deal-thumb .text h6 a{
color: #fff;
}
.deal-meta-links{
float: left;
width: 100%;
}
.deal-meta-links li{
float: left;
margin-right: 5px;
width: auto;
margin-bottom: 0;
}
.deal-meta-links li a{
font-size: 16px;
line-height: 16px;
color: #fff;
text-transform: lowercase;
position: relative;
padding:0 3px 0 0;
font-style: italic;
}
.deal-meta-links li a:before{
content:",";
right: -1px;
bottom: 0;
position: absolute;
color: #fff;
font-size: 10px;
}
.deal-meta-links li:last-child a:before{
font-size: 0;
}
/*contact us*/
.contact-links{
float: left;
width: 100%;
margin-top: -1px;
}
.contact-links li{
float: left;
width: 100%;
margin-bottom: 26px;
}
.contact-links li span{
float: left;
width: 97px;
font-weight: bold;
font-size: 16px;
color: #fff;
font-family: 'Lusitana', serif;
line-height: 16px;
}
.contact-links li span i{
font-size: 16px;
line-height: 16px;
margin-right: 13px;
}
.contact-links li em,
.contact-links li a,
.contact-links li p,
.contact-links li address{
float: none;
overflow: hidden;
font-size: 16px;
color: #fff;
font-family: 'Lato', sans-serif;
margin-bottom: 0;
font-style: normal;
}
.contact-links li p{
margin-bottom: 0;
line-height: 16px;
}
.contact-links li em{
font-size: 15px;
display: block;
line-height: 15px;
}
.contact-links a {
display: block;
line-height: 16px;
}
/*copy right*/
.kode-copyright{
float: left;
width: 100%;
background-color:#070503;
text-align: center;
position: relative;
padding: 19px 0 21px;
}
.kode-copyright .pull-left p,
.kode-copyright .pull-right p{
margin-bottom: 0;
line-height: 16px;
font-size: 16px;
font-family: 'Lusitana', serif;
color: #fff;
text-transform: capitalize;
}
.kode-copyright .pull-left p b{
text-transform: uppercase;
}
.kofe-footer-logo{
position: absolute;
left: 0;
right: 0;
bottom: 0;
width: 148px;
margin:0 auto;
padding: 15px 0 15px 0;
z-index: 2;
}
.kofe-footer-logo:before{
width:148px;
height:100px;
position: absolute;
top: -10px;
left:0px;
content: "";
border-radius:100%;
background-color:#070503;
}
.kofe-footer-logo a{
position:relative;
}
/*.kofe-footer-logo:after{
width: 0;
height: 0;
border-style: solid;
border-width: 36px 0 0 11px;
border-color: transparent transparent transparent #070503;
position: absolute;
top: 0;
right: -11px;
content: "";
}*/ | assets/css/widget.css | .widget{
float: left;
width: 100%;
}
footer .widget .kode-food-hdg-7 h3{
color: #fff;
}
.widget-text p{
color: #fff;
float: left;
margin: -8px 0 44px 0;
}
.blockquote-3{
position: relative;
float: left;
text-transform: capitalize;
font-family: 'Libre Baskerville', serif;
padding: 0 9px;
display: inline-block;
color: #fff;
font-size: 22px;
margin-bottom: 11px;
}
.blockquote-3:before{
content: "";
left: -0px;
top: 0;
position: absolute;
font-family: FontAwesome;
color: #fff;
font-size: 5px;
}
.blockquote-3:after{
content:"";
right: -0px;
bottom: 0;
position: absolute;
font-family: FontAwesome;
color: #fff;
font-size: 5px;
}
.widget-text span{
float: left;
width: 100%;
line-height: 16px;
color: #fff;
font-size: 16px;
font-family: 'Lusitana', serif;
}
/*deal meta*/
.deal-meta{
float: left;
width: 100%;
margin-bottom: 6px;
}
.deal-meta li{
float: left;
width: 100%;
margin-bottom: 30px;
}
.deal-thumb{
float: left;
width: 100%;
}
.deal-thumb figure{
float: left;
width: 65px;
height: 57px;
}
.deal-thumb:hover figure img{
opacity: 0.5;
}
.deal-thumb .text{
float: none;
width: auto;
overflow: hidden;
padding: 8px 0 5px 15px;
}
.deal-thumb .text h6{
font-size: 18px;
color: #fff;
text-transform: capitalize;
line-height: 18px;
}
.deal-thumb .text h6 a{
color: #fff;
}
.deal-meta-links{
float: left;
width: 100%;
}
.deal-meta-links li{
float: left;
margin-right: 5px;
width: auto;
margin-bottom: 0;
}
.deal-meta-links li a{
font-size: 16px;
line-height: 16px;
color: #fff;
text-transform: lowercase;
position: relative;
padding:0 3px 0 0;
font-style: italic;
}
.deal-meta-links li a:before{
content:",";
right: -1px;
bottom: 0;
position: absolute;
color: #fff;
font-size: 10px;
}
.deal-meta-links li:last-child a:before{
font-size: 0;
}
/*contact us*/
.contact-links{
float: left;
width: 100%;
margin-top: -1px;
}
.contact-links li{
float: left;
width: 100%;
margin-bottom: 26px;
}
.contact-links li span{
float: left;
width: 97px;
font-weight: bold;
font-size: 16px;
color: #fff;
font-family: 'Lusitana', serif;
line-height: 16px;
}
.contact-links li span i{
font-size: 16px;
line-height: 16px;
margin-right: 13px;
}
.contact-links li em,
.contact-links li a,
.contact-links li p,
.contact-links li address{
float: none;
overflow: hidden;
font-size: 16px;
color: #fff;
font-family: 'Lato', sans-serif;
margin-bottom: 0;
font-style: normal;
}
.contact-links li p{
margin-bottom: 0;
line-height: 16px;
}
.contact-links li em{
font-size: 15px;
display: block;
line-height: 15px;
}
.contact-links a {
display: block;
line-height: 16px;
}
/*copy right*/
.kode-copyright{
float: left;
width: 100%;
background-color:#070503;
text-align: center;
position: relative;
padding: 19px 0 21px;
}
.kode-copyright .pull-left p,
.kode-copyright .pull-right p{
margin-bottom: 0;
line-height: 16px;
font-size: 16px;
font-family: 'Lusitana', serif;
color: #fff;
text-transform: capitalize;
}
.kode-copyright .pull-left p b{
text-transform: uppercase;
}
.kofe-footer-logo{
position: absolute;
left: 0;
right: 0;
bottom: 0;
width: 148px;
margin:0 auto;
padding: 15px 0 15px 0;
z-index: 2;
}
.kofe-footer-logo:before{
width:148px;
height:100px;
position: absolute;
top: -10px;
left:0px;
content: "";
border-radius:100%;
background-color:#070503;
}
.kofe-footer-logo a{
position:relative;
}
/*.kofe-footer-logo:after{
width: 0;
height: 0;
border-style: solid;
border-width: 36px 0 0 11px;
border-color: transparent transparent transparent #070503;
position: absolute;
top: 0;
right: -11px;
content: "";
}*/ | 0.345878 | 0.055081 |
*,
*::before,
*::after{
padding: 0;
margin: 0;
box-sizing: border-box;
}
a{
text-decoration: none;
color: inherit;
}
ul{
list-style: none;
}
html{
font-size: 62.5%;
overflow-x: hidden;
}
body{
/* background-color: #232323; */
}
.logo img{
width: 15%;
}
header{
width: 100%;
height: 100vh;
position: relative;
background-image: radial-gradient(circle at center center, rgba(33,33,33,0),rgb(33,33,33)),repeating-linear-gradient(135deg, rgb(33,33,33) 0px, rgb(33,33,33) 1px,transparent 1px, transparent 4px),repeating-linear-gradient(45deg, rgb(56,56,56) 0px, rgb(56,56,56) 5px,transparent 5px, transparent 6px),linear-gradient(90deg, rgb(33,33,33),rgb(33,33,33));
}
nav{
width: 100%;
height: 70px;
display: flex;
justify-content: center;
align-items: center;
position: fixed;
top: 0;
left: 0;
padding-right: 40px;
padding: 20px;
background-color: lightcyan;
z-index: 1000;
}
.navBar{
display: flex;
}
.navBar a{
text-transform: uppercase;
padding: 1rem;
letter-spacing: 0.2rem;
font-size: 1.5rem;
}
.darkMode{
padding: 0 50px;
}
.darkMode i:hover{
transform: rotate(360deg) scale(1.2);
transition: all 300ms ease;
}
.home__content{
width: 100%;
height: calc(100% - 70px);
position: relative;
top: 70px;
}
.home--text{
position: absolute;
top: 50%;
left: 20%;
transform: translate(-20%, -50%);
color: #fff;
text-transform: uppercase;
}
.home--text::after{
content: "";
display: block;
background-color: lightseagreen;
width: 100%;
height: 10px;
position: absolute;
}
.home--hello{
font-size: 20px;
font-weight: 400px;
letter-spacing: 2px;
}
.home--name{
font-size: 40px;
letter-spacing: 2px;
}
.home--desc{
font-size: 20px;
letter-spacing: 5px;
text-align: center;
}
.right{
width: 600px;
position: absolute;
right: 0px;
top: 15%;
}
.right2{
transform: translateX(50deg);
}
.social{
position: absolute;
right: 0px;
top: 50%;
transform: translateY(-50%);
}
.social li{
width: 80px;
/* background-color: lightseagreen; */
margin: 5px 0px;
border-radius: 5px 0 0 5px;
position: relative;
left: 40px;
transition: left ease-in 300ms;
color: #fff;
}
.social li:hover{
left: 0px;
color: mediumvioletred;
}
.social i{
font-size: 20px;
padding: 10px;
}
/* General */
section{
width: 100%;
min-height: 100vh;
margin: 5rem 0;
}
/* General */
/* About Section */
.about{
width: 100%;
height: 100vh;
}
.about--content{
width: 100%;
height: 100%;
padding: 0 5rem;
display: grid;
grid-template-columns: repeat(2, 1fr);
position: relative;
}
.about--text{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.text--heading{
text-align: center;
font-size: 4rem;
margin-top: 2rem;
margin-bottom: 5rem;
text-transform: uppercase;
letter-spacing: 5px;
}
.text--subHeading{
font-size: 2.5rem;
margin-bottom: 2rem;
padding-left: 2rem;
letter-spacing: 2px;
}
.text--para{
font-size: 1.8rem;
line-height: 150%;
letter-spacing: 1.2px;
padding: 0rem 2rem;
}
.text--btn{
margin-top: 3rem;
outline: none;
background: none;
border: none;
font-size: 1.5rem;
text-transform: uppercase;
letter-spacing: 1.5px;
padding: 10px 40px;
border-radius: 20px;
font-weight: 600;
color: rgb(68, 20, 199);
background-color: #8B67F4;
box-shadow: 0px 3px 10px 1px #222;
transition: all 100ms ease-in;
}
.text--btn:hover{
box-shadow: none;
color: #fff;
}
.about--img{
display: flex;
justify-content: center;
align-items: center;
}
.about--img img{
width: 600px;
}
/* Skills */
.skills{
background-color: cornflowerblue;
}
.skills--container{
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
padding:2rem 5rem;
}
.skills--cards{
display: flex;
flex-wrap: nowrap;
justify-content: space-around;
}
.scard{
font-size: 2rem;
padding: 3rem;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
background-color: #eee;
border-radius: 1.5rem;
width: 30rem;
height: 25rem;
position: relative;
}
.scard--logo{
font-size: 6rem;
margin-bottom: 3rem;
color: cornflowerblue;
}
.scard--heading{
font-size: 2.5rem;
margin-bottom: 2rem;
color: cornflowerblue;
}
.scard--btn{
position: absolute;
bottom: 2rem;
right: 2rem;
font-size: 1.5rem;
color: cornflowerblue;
}
.scard--btn i{
color: #111;
transition: transform 200ms ease;
}
.scard--btn:hover{
color: deeppink;
}
.scard--btn:hover i{
transform: translateX(1rem);
animation: blinkBtn infinite ease 500ms;
}
@keyframes blinkBtn {
0%, 100%{
opacity: 1;
color: deeppink;
}
50%{
opacity: 0;
}
}
/* Blog */
.blog{
/* background-color: blueviolet; */
height: auto;
}
.blog--content{
width: 100%;
height: 100%;
padding: 0 3rem;
}
.heading{
text-align: center;
font-size: 4rem;
margin-top: 2rem;
margin-bottom: 5rem;
text-transform: uppercase;
letter-spacing: 5px;
}
.blog--cards{
width: 100%;
height: auto;
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: repeat(2, 1fr);
grid-gap: 5rem 2rem;
}
.blog--card{
width: 400px;
height: 400px;
box-shadow: 0 0.5rem 1rem 0.1rem;
border-radius: 1rem;
padding: 1rem;
position: relative;
overflow: hidden;
}
.blog--card:hover .bcard--img{
height: 100%;
}
.bcard--img{
overflow: hidden;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 60%;
transition: height 300ms ease;
background-image: url('./images/html5--logo.jpg');
background-position: center;
background-size: cover;
}
.bcard--content{
position: absolute;
top: 60%;
}
.bcard--tags{
position: absolute;
margin: 2rem;
top: 0;
z-index: 10;
}
.bcard--tags .tag{
margin-right: 1rem;
font-size: 1.6rem;
padding: 0.5rem 1rem;
background-color: rgb(230, 188, 24);
border-radius: 2rem;
}
.bcard--heading{
margin: 2rem 0 0;
font-size: 2.5rem;
letter-spacing: 2px;
}
.bcard--details{
display: flex;
justify-content: space-between;
font-size: 1.4rem;
width: 100%;
}
.details{
padding-right: 1rem;
}
.details i{
color: rgb(230, 188, 24);;
padding-right: 0.5rem;
}
/* Portfolio */
.portfolio{
/* background-color: deepskyblue; */
}
.portfolio--content{
padding: 2rem;
}
.portfolio--cards{
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: repeat(2, 1fr);
grid-gap: 2rem 5rem;
}
.pcard{
padding: 2rem;
border-radius: 2rem;
background-color: dodgerblue;
height: 30rem;
width: 35rem;
background-position: center;
background-size: cover;
position: relative;
overflow: hidden;
}
.pcard:nth-child(1){
background-image: url('./images/hero1.jpg');
}
.pcard:nth-child(2){
background-image: url('./images/hero1.jpg');
}
.pcard:nth-child(3){
background-image: url('./images/hero1.jpg');
}
.pcard:nth-child(4){
background-image: url('./images/hero1.jpg');
}
.pcard:nth-child(5){
background-image: url('./images/hero1.jpg');
}
.pcard:nth-child(6){
background-image: url('./images/hero1.jpg');
}
.pcard--text{
background-color: rgb(8, 99, 204);
position: absolute;
bottom: 0;
left: 0;
padding: 2rem;
top: 60%;
color: #fff;
}
.pcard--head{
font-size: 2.5rem;
text-align: center;
margin-bottom: 1.5rem;
position: absolute;
top: -120%;
}
.pcard--desc{
font-size: 1.6rem;
line-height: 110%;
letter-spacing: 1.2px;
}
.pcard--overlay{
display: none;
}
.pcard:hover .pcard--overlay{
position: absolute;
display: block;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-color: rgba(1,1,1,0.6);
z-index: 10;
display: flex;
justify-content: center;
align-items: center;
}
.pcard--btn{
color: #fff;
font-size: 2.5rem;
transition: all 300ms ease;
}
.pcard--btn:hover{
color: firebrick;
}
.pcard--btn:hover i{
transform: translateX(1rem);
animation: blinkBtn infinite ease 500ms;
}
/*Subscribe / Contact*/
.sub{
width: 100%;
height: 20rem;
margin: 10rem 0;
display: flex;
justify-content: center;
align-items: center;
}
.sub--heading{
font-size: 3rem;
margin-bottom: 4rem;
color: #fff;
}
.sub--content{
height: 20rem;
width: 60rem;
padding: 2rem 10rem;
background-color: steelblue;
border-radius: 2rem;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
box-shadow: 0 0 1rem 0.1rem;
}
.sub--text{
background-color: rebeccapurple;
height: 5rem;
width: 40rem;
padding: 0 1rem;
position: relative;
border-radius: 1rem;
overflow: hidden;
border: 2px solid #fff;
}
.sub--input {
height: 100%;
border: none;
background-color: transparent;
outline: none;
}
.sub--btn{
position: absolute;
right: 0;
height: 100%;
width: 10rem;
border: none;
outline: none;
background-color: teal;
color: #fff;
font-size: 1.8rem;
letter-spacing: 1.2px;
}
/* Contact */
.contact{
/* background-color: firebrick; */
margin-bottom: 0;
}
.contact--content{
padding: 3rem 5rem;
background-image: url('./images/contact.jpg');
background-position: center;
background-size: cover;
}
.contact--details{
display: grid;
grid-template-columns: repeat(2, 1fr);
}
.contact--heading{
margin-bottom: 10rem;
}
.contact--cards{
display: flex;
flex-direction: column;
justify-content: space-around;
align-items: center;
}
.contact--left{
/* background-image: url('./images/contact.jpg'); */
}
.ccard{
width: 300px;
height: 100px;
background-color: gold;
margin-bottom: 5rem;
display: grid;
grid-template-columns: 30% 70%;
grid-template-rows: 1fr;
align-items: center;
border-radius: 3rem;
box-shadow: 0 0 1rem 0.1rem;
overflow: hidden;
}
.ccard--left{
background-color: rgb(44, 32, 218);
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
}
.ccard--right{
padding-left: 1rem;
}
.ccard i {
font-size: 3rem;
margin-bottom: 1rem;
}
.ccard p {
font-size: 1.8rem;
}
.ccard:hover{
background-color: rgba(0,0,0,0.6);
}
.ccard:hover i,
.ccard:hover p{
color: gold;
}
/* Footer */
footer{
width: 100%;
height: 3rem;
background-color: #111;
color: gold;
display: flex;
justify-content: center;
align-items: center;
}
footer p {
font-size: 1.4rem;
letter-spacing: 1.5px;
} | website_Projects/Project15-/style_p15.css | *,
*::before,
*::after{
padding: 0;
margin: 0;
box-sizing: border-box;
}
a{
text-decoration: none;
color: inherit;
}
ul{
list-style: none;
}
html{
font-size: 62.5%;
overflow-x: hidden;
}
body{
/* background-color: #232323; */
}
.logo img{
width: 15%;
}
header{
width: 100%;
height: 100vh;
position: relative;
background-image: radial-gradient(circle at center center, rgba(33,33,33,0),rgb(33,33,33)),repeating-linear-gradient(135deg, rgb(33,33,33) 0px, rgb(33,33,33) 1px,transparent 1px, transparent 4px),repeating-linear-gradient(45deg, rgb(56,56,56) 0px, rgb(56,56,56) 5px,transparent 5px, transparent 6px),linear-gradient(90deg, rgb(33,33,33),rgb(33,33,33));
}
nav{
width: 100%;
height: 70px;
display: flex;
justify-content: center;
align-items: center;
position: fixed;
top: 0;
left: 0;
padding-right: 40px;
padding: 20px;
background-color: lightcyan;
z-index: 1000;
}
.navBar{
display: flex;
}
.navBar a{
text-transform: uppercase;
padding: 1rem;
letter-spacing: 0.2rem;
font-size: 1.5rem;
}
.darkMode{
padding: 0 50px;
}
.darkMode i:hover{
transform: rotate(360deg) scale(1.2);
transition: all 300ms ease;
}
.home__content{
width: 100%;
height: calc(100% - 70px);
position: relative;
top: 70px;
}
.home--text{
position: absolute;
top: 50%;
left: 20%;
transform: translate(-20%, -50%);
color: #fff;
text-transform: uppercase;
}
.home--text::after{
content: "";
display: block;
background-color: lightseagreen;
width: 100%;
height: 10px;
position: absolute;
}
.home--hello{
font-size: 20px;
font-weight: 400px;
letter-spacing: 2px;
}
.home--name{
font-size: 40px;
letter-spacing: 2px;
}
.home--desc{
font-size: 20px;
letter-spacing: 5px;
text-align: center;
}
.right{
width: 600px;
position: absolute;
right: 0px;
top: 15%;
}
.right2{
transform: translateX(50deg);
}
.social{
position: absolute;
right: 0px;
top: 50%;
transform: translateY(-50%);
}
.social li{
width: 80px;
/* background-color: lightseagreen; */
margin: 5px 0px;
border-radius: 5px 0 0 5px;
position: relative;
left: 40px;
transition: left ease-in 300ms;
color: #fff;
}
.social li:hover{
left: 0px;
color: mediumvioletred;
}
.social i{
font-size: 20px;
padding: 10px;
}
/* General */
section{
width: 100%;
min-height: 100vh;
margin: 5rem 0;
}
/* General */
/* About Section */
.about{
width: 100%;
height: 100vh;
}
.about--content{
width: 100%;
height: 100%;
padding: 0 5rem;
display: grid;
grid-template-columns: repeat(2, 1fr);
position: relative;
}
.about--text{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.text--heading{
text-align: center;
font-size: 4rem;
margin-top: 2rem;
margin-bottom: 5rem;
text-transform: uppercase;
letter-spacing: 5px;
}
.text--subHeading{
font-size: 2.5rem;
margin-bottom: 2rem;
padding-left: 2rem;
letter-spacing: 2px;
}
.text--para{
font-size: 1.8rem;
line-height: 150%;
letter-spacing: 1.2px;
padding: 0rem 2rem;
}
.text--btn{
margin-top: 3rem;
outline: none;
background: none;
border: none;
font-size: 1.5rem;
text-transform: uppercase;
letter-spacing: 1.5px;
padding: 10px 40px;
border-radius: 20px;
font-weight: 600;
color: rgb(68, 20, 199);
background-color: #8B67F4;
box-shadow: 0px 3px 10px 1px #222;
transition: all 100ms ease-in;
}
.text--btn:hover{
box-shadow: none;
color: #fff;
}
.about--img{
display: flex;
justify-content: center;
align-items: center;
}
.about--img img{
width: 600px;
}
/* Skills */
.skills{
background-color: cornflowerblue;
}
.skills--container{
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
padding:2rem 5rem;
}
.skills--cards{
display: flex;
flex-wrap: nowrap;
justify-content: space-around;
}
.scard{
font-size: 2rem;
padding: 3rem;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
background-color: #eee;
border-radius: 1.5rem;
width: 30rem;
height: 25rem;
position: relative;
}
.scard--logo{
font-size: 6rem;
margin-bottom: 3rem;
color: cornflowerblue;
}
.scard--heading{
font-size: 2.5rem;
margin-bottom: 2rem;
color: cornflowerblue;
}
.scard--btn{
position: absolute;
bottom: 2rem;
right: 2rem;
font-size: 1.5rem;
color: cornflowerblue;
}
.scard--btn i{
color: #111;
transition: transform 200ms ease;
}
.scard--btn:hover{
color: deeppink;
}
.scard--btn:hover i{
transform: translateX(1rem);
animation: blinkBtn infinite ease 500ms;
}
@keyframes blinkBtn {
0%, 100%{
opacity: 1;
color: deeppink;
}
50%{
opacity: 0;
}
}
/* Blog */
.blog{
/* background-color: blueviolet; */
height: auto;
}
.blog--content{
width: 100%;
height: 100%;
padding: 0 3rem;
}
.heading{
text-align: center;
font-size: 4rem;
margin-top: 2rem;
margin-bottom: 5rem;
text-transform: uppercase;
letter-spacing: 5px;
}
.blog--cards{
width: 100%;
height: auto;
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: repeat(2, 1fr);
grid-gap: 5rem 2rem;
}
.blog--card{
width: 400px;
height: 400px;
box-shadow: 0 0.5rem 1rem 0.1rem;
border-radius: 1rem;
padding: 1rem;
position: relative;
overflow: hidden;
}
.blog--card:hover .bcard--img{
height: 100%;
}
.bcard--img{
overflow: hidden;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 60%;
transition: height 300ms ease;
background-image: url('./images/html5--logo.jpg');
background-position: center;
background-size: cover;
}
.bcard--content{
position: absolute;
top: 60%;
}
.bcard--tags{
position: absolute;
margin: 2rem;
top: 0;
z-index: 10;
}
.bcard--tags .tag{
margin-right: 1rem;
font-size: 1.6rem;
padding: 0.5rem 1rem;
background-color: rgb(230, 188, 24);
border-radius: 2rem;
}
.bcard--heading{
margin: 2rem 0 0;
font-size: 2.5rem;
letter-spacing: 2px;
}
.bcard--details{
display: flex;
justify-content: space-between;
font-size: 1.4rem;
width: 100%;
}
.details{
padding-right: 1rem;
}
.details i{
color: rgb(230, 188, 24);;
padding-right: 0.5rem;
}
/* Portfolio */
.portfolio{
/* background-color: deepskyblue; */
}
.portfolio--content{
padding: 2rem;
}
.portfolio--cards{
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: repeat(2, 1fr);
grid-gap: 2rem 5rem;
}
.pcard{
padding: 2rem;
border-radius: 2rem;
background-color: dodgerblue;
height: 30rem;
width: 35rem;
background-position: center;
background-size: cover;
position: relative;
overflow: hidden;
}
.pcard:nth-child(1){
background-image: url('./images/hero1.jpg');
}
.pcard:nth-child(2){
background-image: url('./images/hero1.jpg');
}
.pcard:nth-child(3){
background-image: url('./images/hero1.jpg');
}
.pcard:nth-child(4){
background-image: url('./images/hero1.jpg');
}
.pcard:nth-child(5){
background-image: url('./images/hero1.jpg');
}
.pcard:nth-child(6){
background-image: url('./images/hero1.jpg');
}
.pcard--text{
background-color: rgb(8, 99, 204);
position: absolute;
bottom: 0;
left: 0;
padding: 2rem;
top: 60%;
color: #fff;
}
.pcard--head{
font-size: 2.5rem;
text-align: center;
margin-bottom: 1.5rem;
position: absolute;
top: -120%;
}
.pcard--desc{
font-size: 1.6rem;
line-height: 110%;
letter-spacing: 1.2px;
}
.pcard--overlay{
display: none;
}
.pcard:hover .pcard--overlay{
position: absolute;
display: block;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-color: rgba(1,1,1,0.6);
z-index: 10;
display: flex;
justify-content: center;
align-items: center;
}
.pcard--btn{
color: #fff;
font-size: 2.5rem;
transition: all 300ms ease;
}
.pcard--btn:hover{
color: firebrick;
}
.pcard--btn:hover i{
transform: translateX(1rem);
animation: blinkBtn infinite ease 500ms;
}
/*Subscribe / Contact*/
.sub{
width: 100%;
height: 20rem;
margin: 10rem 0;
display: flex;
justify-content: center;
align-items: center;
}
.sub--heading{
font-size: 3rem;
margin-bottom: 4rem;
color: #fff;
}
.sub--content{
height: 20rem;
width: 60rem;
padding: 2rem 10rem;
background-color: steelblue;
border-radius: 2rem;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
box-shadow: 0 0 1rem 0.1rem;
}
.sub--text{
background-color: rebeccapurple;
height: 5rem;
width: 40rem;
padding: 0 1rem;
position: relative;
border-radius: 1rem;
overflow: hidden;
border: 2px solid #fff;
}
.sub--input {
height: 100%;
border: none;
background-color: transparent;
outline: none;
}
.sub--btn{
position: absolute;
right: 0;
height: 100%;
width: 10rem;
border: none;
outline: none;
background-color: teal;
color: #fff;
font-size: 1.8rem;
letter-spacing: 1.2px;
}
/* Contact */
.contact{
/* background-color: firebrick; */
margin-bottom: 0;
}
.contact--content{
padding: 3rem 5rem;
background-image: url('./images/contact.jpg');
background-position: center;
background-size: cover;
}
.contact--details{
display: grid;
grid-template-columns: repeat(2, 1fr);
}
.contact--heading{
margin-bottom: 10rem;
}
.contact--cards{
display: flex;
flex-direction: column;
justify-content: space-around;
align-items: center;
}
.contact--left{
/* background-image: url('./images/contact.jpg'); */
}
.ccard{
width: 300px;
height: 100px;
background-color: gold;
margin-bottom: 5rem;
display: grid;
grid-template-columns: 30% 70%;
grid-template-rows: 1fr;
align-items: center;
border-radius: 3rem;
box-shadow: 0 0 1rem 0.1rem;
overflow: hidden;
}
.ccard--left{
background-color: rgb(44, 32, 218);
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
}
.ccard--right{
padding-left: 1rem;
}
.ccard i {
font-size: 3rem;
margin-bottom: 1rem;
}
.ccard p {
font-size: 1.8rem;
}
.ccard:hover{
background-color: rgba(0,0,0,0.6);
}
.ccard:hover i,
.ccard:hover p{
color: gold;
}
/* Footer */
footer{
width: 100%;
height: 3rem;
background-color: #111;
color: gold;
display: flex;
justify-content: center;
align-items: center;
}
footer p {
font-size: 1.4rem;
letter-spacing: 1.5px;
} | 0.616012 | 0.077973 |
@font-face {
font-family: 'Apple Garamond Light';
font-style: normal;
font-weight: normal;
src: local('Apple Garamond Light'), url('../fonts/AppleGaramond-Light.woff') format('woff');
}
@keyframes shadow-drop-2-center {
0% {
transform: translateZ(0);
box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
100% {
transform: translateZ(100px);
box-shadow: 0 0 100px 0px rgba(0, 0, 0, 0.35);
}
}
body {
text-align: center;
font-family: "Apple Garamond Light";
background-color: #fefefa;
}
hr {
width: 100%;
margin-left: auto;
margin-right: auto;
border-width: 1px;
border-color: black;
}
.altFont {
font-family: 'Times New Roman', Times, serif;
}
.display {
display: block;
position: absolute;
}
/* SECTIONS */
.section {
clear: both;
padding: 0px;
margin: 0px;
}
/* Column Setup */
.col {
display: block;
float: left;
margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }
/* Grouping */
.group:before,
.group:after {
content:"";
display:table;
}
.group:after {
clear:both;
}
.group {
zoom:1; /* For IE 6/7 */
}
/* Colummns */
.stuffingCol {
width: 10.7%;
text-align: right;
}
.stuffingCol2 {
width: 10%;
height: 200px;
}
.stuffingCol3 {
width: 20.7%;
height: 200px;
}
.span_1_of_3 {
width: 80.7%;
text-align: left;
}
.span_2_of_3 {
width: 100%;
height: 0px;
margin-top: 0px;
top: 20px;
}
.span_3_of_3 {
width: 30%;
height: 600px;
text-align: left;
background-color: black;
color: white;
}
.blogImage {
display: block;
margin-left: auto;
margin-right: auto;
margin-top: 30px;
}
.span_3_of_3:hover {
animation: shadow-drop-2-center 0.2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
@media only screen and (max-width: 480px) {
.col { margin: 1% 0 1% 0% }
.span_3_of_3, .span_2_of_3, .span_1_of_3 {
width: 100%;
text-align: center;
}
}
@media only screen and (max-width: 1580px) {
.blogImage {
width: 230px;
height: auto;
}
} | blog/luciana-blog.css |
@font-face {
font-family: 'Apple Garamond Light';
font-style: normal;
font-weight: normal;
src: local('Apple Garamond Light'), url('../fonts/AppleGaramond-Light.woff') format('woff');
}
@keyframes shadow-drop-2-center {
0% {
transform: translateZ(0);
box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
100% {
transform: translateZ(100px);
box-shadow: 0 0 100px 0px rgba(0, 0, 0, 0.35);
}
}
body {
text-align: center;
font-family: "Apple Garamond Light";
background-color: #fefefa;
}
hr {
width: 100%;
margin-left: auto;
margin-right: auto;
border-width: 1px;
border-color: black;
}
.altFont {
font-family: 'Times New Roman', Times, serif;
}
.display {
display: block;
position: absolute;
}
/* SECTIONS */
.section {
clear: both;
padding: 0px;
margin: 0px;
}
/* Column Setup */
.col {
display: block;
float: left;
margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }
/* Grouping */
.group:before,
.group:after {
content:"";
display:table;
}
.group:after {
clear:both;
}
.group {
zoom:1; /* For IE 6/7 */
}
/* Colummns */
.stuffingCol {
width: 10.7%;
text-align: right;
}
.stuffingCol2 {
width: 10%;
height: 200px;
}
.stuffingCol3 {
width: 20.7%;
height: 200px;
}
.span_1_of_3 {
width: 80.7%;
text-align: left;
}
.span_2_of_3 {
width: 100%;
height: 0px;
margin-top: 0px;
top: 20px;
}
.span_3_of_3 {
width: 30%;
height: 600px;
text-align: left;
background-color: black;
color: white;
}
.blogImage {
display: block;
margin-left: auto;
margin-right: auto;
margin-top: 30px;
}
.span_3_of_3:hover {
animation: shadow-drop-2-center 0.2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
@media only screen and (max-width: 480px) {
.col { margin: 1% 0 1% 0% }
.span_3_of_3, .span_2_of_3, .span_1_of_3 {
width: 100%;
text-align: center;
}
}
@media only screen and (max-width: 1580px) {
.blogImage {
width: 230px;
height: auto;
}
} | 0.35031 | 0.116563 |
@media only screen and (min-width: 992px) and (max-width: 1200px) {
.preloader .spinner {
margin: 25% auto;
}
nav.navbar.bootsnav .navbar-toggle {
background-color: transparent;
color: #fff;
}
nav.navbar.bootsnav .navbar-collapse.collapse.in,
nav.navbar.bootsnav .navbar-collapse.collapsing {
background-color: #1c1c1c;
padding: 10px 0
}
.attr-nav > ul > li > a {
margin: 10px 0 20px 10px;
}
.navbar-brand img {
max-width: 120px;
}
.caption-content {
padding: 12% 0;
}
.banner-img img {
max-width: 280px;
padding: 15% 0 0;
}
.app-downlod-img img {
max-width: 450px;
}
.slide-img img {
max-width: 200px;
}
.slider-carousel .owl-nav > div {
left: 0;
}
.slider-carousel .owl-nav .owl-next {
right: 0;
}
.slide-content {
padding: 25% 0 0;
}
}
/*==============================================================
Tablet Devices
================================================================*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
.preloader .spinner {
margin: 40% auto;
}
nav.navbar.bootsnav .navbar-toggle {
background-color: transparent;
color: #fff;
}
nav.navbar.bootsnav .navbar-collapse.collapse.in,
nav.navbar.bootsnav .navbar-collapse.collapsing {
background-color: #1c1c1c;
padding: 10px 0
}
.attr-nav > ul > li > a {
padding: 5px 15px;
margin: 15px 0 20px 0;
font-size: 13px;
}
.navbar-brand img {
max-width: 120px;
}
.full-height {
height: auto;
}
h1 {
font-size: 40px;
line-height: 50px;
}
#banner {
padding: 60px 0 30px;
}
.caption-content {
padding: 10% 5% 0;
text-align: center;
}
.banner-img img {
padding: 10% 0 0;
}
.slide-content {
padding: 20% 0 0;
text-align: center;
}
.slide-img {
padding: 10% 0 20%;
}
.slider-carousel .owl-dots {
bottom: 75px;
}
.about-img img {
max-width: 500px;
margin: 0 auto 30px;
}
.about-content {
text-align: center;
}
.about-btn {
margin: 50px 0 0;
text-align: center;
}
#features {
padding: 70px 0 45px;
}
.feature-single,
.how-work-single,
.pricing-table-single,
.team-single {
margin: 0 0 40px;
}
.why-chose-icon {
width: 12%;
}
.why-choose-single-details {
width: 86%;
}
.why-choose-img img,
.app-downlod-img img {
max-width: 500px;
margin: 0 auto;
}
.app-download-content {
text-align: center;
}
.screenshots-slider .owl-nav .owl-next {
right: -20px;
}
.screenshots-slider .owl-nav > div {
left: -20px;
}
#how-work {
padding: 70px 0 30px;
}
#pricing,
#team {
padding: 70px 0 60px;
}
.faq-img {
float: none;
}
.faq-img img {
margin: 75px auto 0;
}
#accordion {
padding: 0;
}
.newsletter-title {
text-align: center;
margin: 0 0 30px;
}
.contact-form {
margin: 0 0 50px;
}
.subscribe-form {
padding: 0 100px;
}
.subscribe-form span button {
right: 100px;
}
.recent-post-img {
width: 32%;
}
.blog-wrap {
padding: 100px 0 95px;
}
.blog-pagination {
margin: 0 0 40px;
}
.comment-form {
margin: 0 0 50px;
}
.blog-wrap.grid {
padding: 100px 0 35px;
}
}
/*==============================================================
Large Screen Mobile Devices
================================================================*/
@media only screen and (min-width: 480px) and (max-width: 767px) {
.preloader .spinner {
margin: 60% auto;
}
nav.navbar.bootsnav .navbar-toggle {
background-color: transparent;
color: #fff;
}
nav.navbar.bootsnav .navbar-collapse.collapse.in,
nav.navbar.bootsnav .navbar-collapse.collapsing {
background-color: #1c1c1c;
}
.attr-nav > ul > li > a {
padding: 5px 15px!important;
margin: 15px 0 20px 0;
font-size: 13px;
}
.navbar-brand img {
max-width: 120px;
}
.full-height {
height: auto;
}
h1 {
font-size: 36px;
line-height: 46px;
}
h2 {
font-size: 26px;
line-height: 36px;
}
.caption-content {
padding: 10% 5% 0;
text-align: center;
}
.caption-content p,
.slide-content p {
font-size: 18px;
line-height: 28px;
margin: 0 0 30px;
}
.caption-btn a {
padding: 6px 25px;
font-size: 14px;
}
#banner {
padding: 60px 0 30px;
}
.banner-img img {
padding: 15% 0 0;
}
.slide-content {
padding: 20% 0 0;
text-align: center;
}
.slide-img {
padding: 10% 0 20%;
}
.slide-img img {
max-width: 200px;
}
.slider-carousel .owl-dots {
bottom: 45px;
}
#about {
padding: 50px 0 75px;
}
.about-img img {
max-width: 350px;
margin: 0 auto 30px;
}
.about-content {
text-align: center;
}
.about-btn {
margin: 50px 0 0;
text-align: center;
}
.section-heading {
margin: 0 0 50px;
}
.btn-lg a {
padding: 6px 30px;
font-size: 14px;
}
#features {
padding: 50px 0 25px;
}
#why-choose {
padding: 70px 0 20px;
}
.why-chose-icon i {
font-size: 24px;
padding: 18px;
}
.feature-single,
.how-work-single,
.pricing-table-single,
.team-single {
margin: 0 0 40px;
}
.why-chose-icon {
width: 15%;
}
.why-choose-single-details {
width: 82%;
}
.why-choose-img img,
.app-downlod-img img {
max-width: 350px;
margin: 0 auto;
}
.app-download-content {
text-align: center;
}
#app-screenshot {
padding: 50px 0 120px;
}
.screenshots-slider .owl-nav .owl-next {
right: -12px;
padding: 6px 12px
}
.screenshots-slider .owl-nav > div {
position: absolute;
left: -12px;
width: 40px;
height: 40px;
font-size: 20px;
padding: 6px 10px;
}
#demo-video {
padding: 60px 0 90px;
}
#how-work {
padding: 50px 0 0;
}
.how-work-image img {
max-width: 300px;
margin: 0 auto;
}
#counter {
padding: 80px 0 20px;
}
.counter-item {
margin: 0 0 50px;
}
.counter-item i {
font-size: 30px;
}
.counter-item h1 {
font-size: 30px;
line-height: 40px;
margin-bottom: 5px;
}
.counter-item h4 {
margin: 0;
font-size: 16px;
}
#pricing,
#team {
padding: 50px 0 40px;
}
#faq,
#testimonial {
padding: 50px 0 80px;
}
.testimonial-border {
display: none;
}
.panel-title > a {
font-size: 16px;
line-height: 26px;
}
.faq-img {
float: none;
}
.faq-img img {
margin: 75px auto 0;
}
#accordion {
padding: 0;
}
#app-download {
padding: 70px 0;
}
.app-download-content {
padding: 20px 0 0;
}
#newsletter {
padding: 60px 0 80px;
}
.newsletter-title {
text-align: center;
margin: 0 0 30px;
}
.subscribe-form {
padding: 0 20px;
}
.subscribe-form span button {
right: 30px;
}
#latest-blog {
padding: 50px 0;
}
.contact-form {
margin: 0 0 50px;
}
.contact-form-content {
padding: 50px 20px;
}
.contact-info-single {
margin: 0 0 30px;
}
.contact-info {
padding: 30px 0 0;
}
#contact {
padding: 50px 0 80px;
}
.footer-social {
text-align: center;
margin: 15px 0 20px;
}
.copyright-text {
text-align: center;
}
.page-heading {
padding: 90px 0 40px;
}
.blog-wrap {
padding: 80px 0;
}
.blog-pagination {
margin: 0 0 30px;
}
.comment-form {
margin: 0 0 40px;
}
.comment-form h3 {
margin: 30px 0;
}
.blog-comments h3 {
margin: 40px 0 25px;
}
.blog-wrap.grid {
padding: 80px 0 25px;
}
}
/*==============================================================
Medium Screen Mobile Devices
================================================================*/
@media only screen and (min-width: 360px) and (max-width: 479px) {
.preloader .spinner {
margin: 60% auto;
}
nav.navbar.bootsnav .navbar-toggle {
background-color: transparent;
color: #fff;
}
nav.navbar.bootsnav .navbar-collapse.collapse.in,
nav.navbar.bootsnav .navbar-collapse.collapsing {
background-color: #1c1c1c;
}
.attr-nav > ul > li > a {
padding: 5px 15px!important;
margin: 15px 0 20px 0;
font-size: 13px;
}
.navbar-brand img {
max-width: 120px;
}
.full-height {
height: auto;
}
h1 {
font-size: 30px;
line-height: 40px;
}
h2 {
font-size: 24px;
line-height: 34px;
}
.caption-content {
padding: 10% 5% 0;
text-align: center;
}
.caption-content p,
.slide-content p {
font-size: 16px;
line-height: 26px;
margin: 0 0 30px;
}
.caption-btn a {
padding: 6px 25px;
font-size: 14px;
}
#banner {
padding: 60px 0 10px;
}
.banner-img img {
padding: 15% 0 0;
max-width: 250px
}
.slide-content {
padding: 20% 0 0;
text-align: center;
}
.slide-img {
padding: 10% 0 20%;
}
.slide-img img {
max-width: 200px;
}
.slider-carousel .owl-dots {
bottom: 40px;
}
#about {
padding: 40px 0 65px;
}
.about-img img {
max-width: 300px;
margin: 0 auto 30px;
}
.about-content {
text-align: center;
}
.about-btn {
margin: 50px 0 0;
text-align: center;
}
.section-heading {
margin: 0 0 50px;
}
.btn-lg a {
padding: 6px 15px;
font-size: 14px;
}
#features {
padding: 40px 0 15px;
}
#why-choose {
padding: 60px 0 40px;
}
.why-chose-icon i {
font-size: 24px;
padding: 18px;
}
.feature-single,
.how-work-single,
.pricing-table-single,
.team-single {
margin: 0 0 40px;
}
.why-chose-icon {
width: 15%;
}
.why-choose-single-details {
width: 76%;
}
.why-choose-img img,
.app-downlod-img img {
max-width: 300px;
margin: 0 auto;
}
.app-download-content {
text-align: center;
}
#app-screenshot {
padding: 40px 0 110px;
}
.screenshots-slider .owl-nav .owl-next {
right: -12px;
padding: 6px 12px
}
.screenshots-slider .owl-nav > div {
position: absolute;
left: -12px;
width: 40px;
height: 40px;
font-size: 20px;
padding: 6px 10px;
}
#demo-video {
padding: 50px 0 80px;
}
#how-work {
padding: 40px 0 0;
}
.how-work-image img {
max-width: 250px;
margin: 0 auto;
}
#counter {
padding: 70px 0 10px;
}
.counter-item {
margin: 0 0 50px;
}
.counter-item i {
font-size: 30px;
}
.counter-item h1 {
font-size: 30px;
line-height: 40px;
margin-bottom: 5px;
}
.counter-item h4 {
margin: 0;
font-size: 16px;
}
#pricing,
#team {
padding: 40px 0 30px;
}
#faq,
#testimonial {
padding: 40px 0 70px;
}
.testimonial-border {
display: none;
}
.client-comment i.icofont.icofont-quote-right {
font-size: 30px;
padding-right: 70px;
}
.panel-title > a {
font-size: 16px;
line-height: 26px;
}
.faq-img {
float: none;
}
.faq-img img {
max-width: 300px;
margin: 75px auto 0;
}
#accordion {
padding: 0;
}
#app-download {
padding: 60px 0;
}
.app-download-content {
padding: 20px 0 0;
}
#newsletter {
padding: 50px 0 70px;
}
.newsletter-title {
text-align: center;
margin: 0 0 30px;
}
.subscribe-form {
padding: 0;
}
.subscribe-form input {
height: 40px;
}
.subscribe-form span button {
right: 10px;
height: 40px;
}
#latest-blog {
padding: 40px 0;
}
.contact-form {
margin: 0 0 50px;
}
.contact-form-content {
padding: 50px 20px;
}
.contact-info-single {
margin: 0 0 30px;
}
.contact-info {
padding: 30px 0 0;
}
#contact {
padding: 40px 0 70px;
}
#map {
height: 300px;
}
.footer-social {
text-align: center;
margin: 15px 0 20px;
}
.copyright-text {
text-align: center;
}
.page-heading {
padding: 90px 0 40px;
}
.blog-wrap {
padding: 70px 0;
}
.blog-pagination {
margin: 0 0 30px;
}
.comment-form {
margin: 0 0 40px;
}
.comment-form h3 {
margin: 30px 0;
}
.blog-comments h3 {
margin: 40px 0 25px;
}
.blog-wrap.grid {
padding: 70px 0 15px;
}
}
/*==============================================================
Small Screen Mobile Devices
================================================================*/
@media only screen and (min-width: 320px) and (max-width: 359px) {
.preloader .spinner {
margin: 60% auto;
}
nav.navbar.bootsnav .navbar-toggle {
background-color: transparent;
color: #fff;
}
nav.navbar.bootsnav .navbar-collapse.collapse.in,
nav.navbar.bootsnav .navbar-collapse.collapsing {
background-color: #1c1c1c;
}
.attr-nav {
display: none;
}
.navbar-brand img {
max-width: 120px;
}
.full-height {
height: auto;
}
h1 {
font-size: 30px;
line-height: 40px;
}
h2 {
font-size: 24px;
line-height: 34px;
}
.caption-content {
padding: 10% 5% 0;
text-align: center;
}
.caption-content p,
.slide-content p {
font-size: 14px;
line-height: 24px;
margin: 0 0 30px;
}
.caption-btn a {
padding: 6px 25px;
font-size: 14px;
margin: 0 6px 0 0;
}
#banner {
padding: 60px 0 10px;
}
.banner-img img {
padding: 15% 0 0;
max-width: 250px
}
.slide-content {
padding: 20% 0 0;
text-align: center;
}
.slide-img {
padding: 10% 0 20%;
}
.slide-img img {
max-width: 200px;
}
.slider-carousel .owl-dots {
bottom: 40px;
}
#about {
padding: 40px 0 65px;
}
.about-img img {
max-width: 300px;
margin: 0 auto 30px;
}
.about-content {
text-align: center;
}
.about-btn {
margin: 35px 0 0;
text-align: center;
}
.section-heading {
margin: 0 0 50px;
}
.btn-lg a {
padding: 6px 12px;
font-size: 12px;
}
#features {
padding: 40px 0 15px;
}
#why-choose {
padding: 60px 0 40px;
}
.why-chose-icon i {
font-size: 24px;
padding: 18px;
}
.feature-single,
.how-work-single,
.pricing-table-single,
.team-single {
margin: 0 0 40px;
}
.why-chose-icon {
width: 15%;
}
.why-choose-single-details {
width: 72%;
}
.why-choose-img img,
.app-downlod-img img {
max-width: 300px;
margin: 0 auto;
}
.app-download-content {
text-align: center;
}
#app-screenshot {
padding: 40px 0 110px;
}
.screenshots-slider .owl-nav .owl-next {
right: -12px;
padding: 6px 12px
}
.screenshots-slider .owl-nav > div {
position: absolute;
left: -12px;
width: 40px;
height: 40px;
font-size: 20px;
padding: 6px 10px;
}
#demo-video {
padding: 50px 0 80px;
}
#how-work {
padding: 40px 0 0;
}
.how-work-image img {
max-width: 250px;
margin: 0 auto;
}
#counter {
padding: 70px 0 10px;
}
.counter-item {
margin: 0 0 50px;
}
.counter-item i {
font-size: 30px;
}
.counter-item h1 {
font-size: 30px;
line-height: 40px;
margin-bottom: 5px;
}
.counter-item h4 {
margin: 0;
font-size: 16px;
}
#pricing,
#team {
padding: 40px 0 30px;
}
#faq,
#testimonial {
padding: 40px 0 70px;
}
.testimonial-border {
display: none;
}
.client-comment i.icofont.icofont-quote-right {
font-size: 30px;
padding-right: 70px;
}
.panel-title > a {
font-size: 16px;
line-height: 26px;
}
.faq-img {
float: none;
}
.faq-img img {
max-width: 300px;
margin: 75px auto 0;
}
#accordion {
padding: 0;
}
#app-download {
padding: 60px 0;
}
.app-download-content {
padding: 20px 0 0;
}
#newsletter {
padding: 50px 0 70px;
}
.newsletter-title {
text-align: center;
margin: 0 0 30px;
}
.subscribe-form {
padding: 0;
}
.subscribe-form input {
height: 40px;
}
.subscribe-form span button {
right: 10px;
height: 40px;
}
#latest-blog {
padding: 40px 0;
}
.contact-form {
margin: 0 0 50px;
}
.contact-form-content {
padding: 50px 20px;
}
.contact-info-single {
margin: 0 0 30px;
}
.contact-info {
padding: 30px 0 0;
}
#contact {
padding: 40px 0 70px;
}
#map {
height: 300px;
}
.footer-social {
text-align: center;
margin: 15px 0 20px;
}
.copyright-text {
text-align: center;
}
.page-heading {
padding: 90px 0 40px;
}
.blog-wrap {
padding: 70px 0;
}
.blog-pagination {
margin: 0 0 30px;
}
.comment-form {
margin: 0 0 40px;
}
.comment-form h3 {
margin: 30px 0;
}
.blog-comments h3 {
margin: 40px 0 25px;
}
.blog-wrap.grid {
padding: 70px 0 15px;
}
} | public/css/responsive.css | @media only screen and (min-width: 992px) and (max-width: 1200px) {
.preloader .spinner {
margin: 25% auto;
}
nav.navbar.bootsnav .navbar-toggle {
background-color: transparent;
color: #fff;
}
nav.navbar.bootsnav .navbar-collapse.collapse.in,
nav.navbar.bootsnav .navbar-collapse.collapsing {
background-color: #1c1c1c;
padding: 10px 0
}
.attr-nav > ul > li > a {
margin: 10px 0 20px 10px;
}
.navbar-brand img {
max-width: 120px;
}
.caption-content {
padding: 12% 0;
}
.banner-img img {
max-width: 280px;
padding: 15% 0 0;
}
.app-downlod-img img {
max-width: 450px;
}
.slide-img img {
max-width: 200px;
}
.slider-carousel .owl-nav > div {
left: 0;
}
.slider-carousel .owl-nav .owl-next {
right: 0;
}
.slide-content {
padding: 25% 0 0;
}
}
/*==============================================================
Tablet Devices
================================================================*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
.preloader .spinner {
margin: 40% auto;
}
nav.navbar.bootsnav .navbar-toggle {
background-color: transparent;
color: #fff;
}
nav.navbar.bootsnav .navbar-collapse.collapse.in,
nav.navbar.bootsnav .navbar-collapse.collapsing {
background-color: #1c1c1c;
padding: 10px 0
}
.attr-nav > ul > li > a {
padding: 5px 15px;
margin: 15px 0 20px 0;
font-size: 13px;
}
.navbar-brand img {
max-width: 120px;
}
.full-height {
height: auto;
}
h1 {
font-size: 40px;
line-height: 50px;
}
#banner {
padding: 60px 0 30px;
}
.caption-content {
padding: 10% 5% 0;
text-align: center;
}
.banner-img img {
padding: 10% 0 0;
}
.slide-content {
padding: 20% 0 0;
text-align: center;
}
.slide-img {
padding: 10% 0 20%;
}
.slider-carousel .owl-dots {
bottom: 75px;
}
.about-img img {
max-width: 500px;
margin: 0 auto 30px;
}
.about-content {
text-align: center;
}
.about-btn {
margin: 50px 0 0;
text-align: center;
}
#features {
padding: 70px 0 45px;
}
.feature-single,
.how-work-single,
.pricing-table-single,
.team-single {
margin: 0 0 40px;
}
.why-chose-icon {
width: 12%;
}
.why-choose-single-details {
width: 86%;
}
.why-choose-img img,
.app-downlod-img img {
max-width: 500px;
margin: 0 auto;
}
.app-download-content {
text-align: center;
}
.screenshots-slider .owl-nav .owl-next {
right: -20px;
}
.screenshots-slider .owl-nav > div {
left: -20px;
}
#how-work {
padding: 70px 0 30px;
}
#pricing,
#team {
padding: 70px 0 60px;
}
.faq-img {
float: none;
}
.faq-img img {
margin: 75px auto 0;
}
#accordion {
padding: 0;
}
.newsletter-title {
text-align: center;
margin: 0 0 30px;
}
.contact-form {
margin: 0 0 50px;
}
.subscribe-form {
padding: 0 100px;
}
.subscribe-form span button {
right: 100px;
}
.recent-post-img {
width: 32%;
}
.blog-wrap {
padding: 100px 0 95px;
}
.blog-pagination {
margin: 0 0 40px;
}
.comment-form {
margin: 0 0 50px;
}
.blog-wrap.grid {
padding: 100px 0 35px;
}
}
/*==============================================================
Large Screen Mobile Devices
================================================================*/
@media only screen and (min-width: 480px) and (max-width: 767px) {
.preloader .spinner {
margin: 60% auto;
}
nav.navbar.bootsnav .navbar-toggle {
background-color: transparent;
color: #fff;
}
nav.navbar.bootsnav .navbar-collapse.collapse.in,
nav.navbar.bootsnav .navbar-collapse.collapsing {
background-color: #1c1c1c;
}
.attr-nav > ul > li > a {
padding: 5px 15px!important;
margin: 15px 0 20px 0;
font-size: 13px;
}
.navbar-brand img {
max-width: 120px;
}
.full-height {
height: auto;
}
h1 {
font-size: 36px;
line-height: 46px;
}
h2 {
font-size: 26px;
line-height: 36px;
}
.caption-content {
padding: 10% 5% 0;
text-align: center;
}
.caption-content p,
.slide-content p {
font-size: 18px;
line-height: 28px;
margin: 0 0 30px;
}
.caption-btn a {
padding: 6px 25px;
font-size: 14px;
}
#banner {
padding: 60px 0 30px;
}
.banner-img img {
padding: 15% 0 0;
}
.slide-content {
padding: 20% 0 0;
text-align: center;
}
.slide-img {
padding: 10% 0 20%;
}
.slide-img img {
max-width: 200px;
}
.slider-carousel .owl-dots {
bottom: 45px;
}
#about {
padding: 50px 0 75px;
}
.about-img img {
max-width: 350px;
margin: 0 auto 30px;
}
.about-content {
text-align: center;
}
.about-btn {
margin: 50px 0 0;
text-align: center;
}
.section-heading {
margin: 0 0 50px;
}
.btn-lg a {
padding: 6px 30px;
font-size: 14px;
}
#features {
padding: 50px 0 25px;
}
#why-choose {
padding: 70px 0 20px;
}
.why-chose-icon i {
font-size: 24px;
padding: 18px;
}
.feature-single,
.how-work-single,
.pricing-table-single,
.team-single {
margin: 0 0 40px;
}
.why-chose-icon {
width: 15%;
}
.why-choose-single-details {
width: 82%;
}
.why-choose-img img,
.app-downlod-img img {
max-width: 350px;
margin: 0 auto;
}
.app-download-content {
text-align: center;
}
#app-screenshot {
padding: 50px 0 120px;
}
.screenshots-slider .owl-nav .owl-next {
right: -12px;
padding: 6px 12px
}
.screenshots-slider .owl-nav > div {
position: absolute;
left: -12px;
width: 40px;
height: 40px;
font-size: 20px;
padding: 6px 10px;
}
#demo-video {
padding: 60px 0 90px;
}
#how-work {
padding: 50px 0 0;
}
.how-work-image img {
max-width: 300px;
margin: 0 auto;
}
#counter {
padding: 80px 0 20px;
}
.counter-item {
margin: 0 0 50px;
}
.counter-item i {
font-size: 30px;
}
.counter-item h1 {
font-size: 30px;
line-height: 40px;
margin-bottom: 5px;
}
.counter-item h4 {
margin: 0;
font-size: 16px;
}
#pricing,
#team {
padding: 50px 0 40px;
}
#faq,
#testimonial {
padding: 50px 0 80px;
}
.testimonial-border {
display: none;
}
.panel-title > a {
font-size: 16px;
line-height: 26px;
}
.faq-img {
float: none;
}
.faq-img img {
margin: 75px auto 0;
}
#accordion {
padding: 0;
}
#app-download {
padding: 70px 0;
}
.app-download-content {
padding: 20px 0 0;
}
#newsletter {
padding: 60px 0 80px;
}
.newsletter-title {
text-align: center;
margin: 0 0 30px;
}
.subscribe-form {
padding: 0 20px;
}
.subscribe-form span button {
right: 30px;
}
#latest-blog {
padding: 50px 0;
}
.contact-form {
margin: 0 0 50px;
}
.contact-form-content {
padding: 50px 20px;
}
.contact-info-single {
margin: 0 0 30px;
}
.contact-info {
padding: 30px 0 0;
}
#contact {
padding: 50px 0 80px;
}
.footer-social {
text-align: center;
margin: 15px 0 20px;
}
.copyright-text {
text-align: center;
}
.page-heading {
padding: 90px 0 40px;
}
.blog-wrap {
padding: 80px 0;
}
.blog-pagination {
margin: 0 0 30px;
}
.comment-form {
margin: 0 0 40px;
}
.comment-form h3 {
margin: 30px 0;
}
.blog-comments h3 {
margin: 40px 0 25px;
}
.blog-wrap.grid {
padding: 80px 0 25px;
}
}
/*==============================================================
Medium Screen Mobile Devices
================================================================*/
@media only screen and (min-width: 360px) and (max-width: 479px) {
.preloader .spinner {
margin: 60% auto;
}
nav.navbar.bootsnav .navbar-toggle {
background-color: transparent;
color: #fff;
}
nav.navbar.bootsnav .navbar-collapse.collapse.in,
nav.navbar.bootsnav .navbar-collapse.collapsing {
background-color: #1c1c1c;
}
.attr-nav > ul > li > a {
padding: 5px 15px!important;
margin: 15px 0 20px 0;
font-size: 13px;
}
.navbar-brand img {
max-width: 120px;
}
.full-height {
height: auto;
}
h1 {
font-size: 30px;
line-height: 40px;
}
h2 {
font-size: 24px;
line-height: 34px;
}
.caption-content {
padding: 10% 5% 0;
text-align: center;
}
.caption-content p,
.slide-content p {
font-size: 16px;
line-height: 26px;
margin: 0 0 30px;
}
.caption-btn a {
padding: 6px 25px;
font-size: 14px;
}
#banner {
padding: 60px 0 10px;
}
.banner-img img {
padding: 15% 0 0;
max-width: 250px
}
.slide-content {
padding: 20% 0 0;
text-align: center;
}
.slide-img {
padding: 10% 0 20%;
}
.slide-img img {
max-width: 200px;
}
.slider-carousel .owl-dots {
bottom: 40px;
}
#about {
padding: 40px 0 65px;
}
.about-img img {
max-width: 300px;
margin: 0 auto 30px;
}
.about-content {
text-align: center;
}
.about-btn {
margin: 50px 0 0;
text-align: center;
}
.section-heading {
margin: 0 0 50px;
}
.btn-lg a {
padding: 6px 15px;
font-size: 14px;
}
#features {
padding: 40px 0 15px;
}
#why-choose {
padding: 60px 0 40px;
}
.why-chose-icon i {
font-size: 24px;
padding: 18px;
}
.feature-single,
.how-work-single,
.pricing-table-single,
.team-single {
margin: 0 0 40px;
}
.why-chose-icon {
width: 15%;
}
.why-choose-single-details {
width: 76%;
}
.why-choose-img img,
.app-downlod-img img {
max-width: 300px;
margin: 0 auto;
}
.app-download-content {
text-align: center;
}
#app-screenshot {
padding: 40px 0 110px;
}
.screenshots-slider .owl-nav .owl-next {
right: -12px;
padding: 6px 12px
}
.screenshots-slider .owl-nav > div {
position: absolute;
left: -12px;
width: 40px;
height: 40px;
font-size: 20px;
padding: 6px 10px;
}
#demo-video {
padding: 50px 0 80px;
}
#how-work {
padding: 40px 0 0;
}
.how-work-image img {
max-width: 250px;
margin: 0 auto;
}
#counter {
padding: 70px 0 10px;
}
.counter-item {
margin: 0 0 50px;
}
.counter-item i {
font-size: 30px;
}
.counter-item h1 {
font-size: 30px;
line-height: 40px;
margin-bottom: 5px;
}
.counter-item h4 {
margin: 0;
font-size: 16px;
}
#pricing,
#team {
padding: 40px 0 30px;
}
#faq,
#testimonial {
padding: 40px 0 70px;
}
.testimonial-border {
display: none;
}
.client-comment i.icofont.icofont-quote-right {
font-size: 30px;
padding-right: 70px;
}
.panel-title > a {
font-size: 16px;
line-height: 26px;
}
.faq-img {
float: none;
}
.faq-img img {
max-width: 300px;
margin: 75px auto 0;
}
#accordion {
padding: 0;
}
#app-download {
padding: 60px 0;
}
.app-download-content {
padding: 20px 0 0;
}
#newsletter {
padding: 50px 0 70px;
}
.newsletter-title {
text-align: center;
margin: 0 0 30px;
}
.subscribe-form {
padding: 0;
}
.subscribe-form input {
height: 40px;
}
.subscribe-form span button {
right: 10px;
height: 40px;
}
#latest-blog {
padding: 40px 0;
}
.contact-form {
margin: 0 0 50px;
}
.contact-form-content {
padding: 50px 20px;
}
.contact-info-single {
margin: 0 0 30px;
}
.contact-info {
padding: 30px 0 0;
}
#contact {
padding: 40px 0 70px;
}
#map {
height: 300px;
}
.footer-social {
text-align: center;
margin: 15px 0 20px;
}
.copyright-text {
text-align: center;
}
.page-heading {
padding: 90px 0 40px;
}
.blog-wrap {
padding: 70px 0;
}
.blog-pagination {
margin: 0 0 30px;
}
.comment-form {
margin: 0 0 40px;
}
.comment-form h3 {
margin: 30px 0;
}
.blog-comments h3 {
margin: 40px 0 25px;
}
.blog-wrap.grid {
padding: 70px 0 15px;
}
}
/*==============================================================
Small Screen Mobile Devices
================================================================*/
@media only screen and (min-width: 320px) and (max-width: 359px) {
.preloader .spinner {
margin: 60% auto;
}
nav.navbar.bootsnav .navbar-toggle {
background-color: transparent;
color: #fff;
}
nav.navbar.bootsnav .navbar-collapse.collapse.in,
nav.navbar.bootsnav .navbar-collapse.collapsing {
background-color: #1c1c1c;
}
.attr-nav {
display: none;
}
.navbar-brand img {
max-width: 120px;
}
.full-height {
height: auto;
}
h1 {
font-size: 30px;
line-height: 40px;
}
h2 {
font-size: 24px;
line-height: 34px;
}
.caption-content {
padding: 10% 5% 0;
text-align: center;
}
.caption-content p,
.slide-content p {
font-size: 14px;
line-height: 24px;
margin: 0 0 30px;
}
.caption-btn a {
padding: 6px 25px;
font-size: 14px;
margin: 0 6px 0 0;
}
#banner {
padding: 60px 0 10px;
}
.banner-img img {
padding: 15% 0 0;
max-width: 250px
}
.slide-content {
padding: 20% 0 0;
text-align: center;
}
.slide-img {
padding: 10% 0 20%;
}
.slide-img img {
max-width: 200px;
}
.slider-carousel .owl-dots {
bottom: 40px;
}
#about {
padding: 40px 0 65px;
}
.about-img img {
max-width: 300px;
margin: 0 auto 30px;
}
.about-content {
text-align: center;
}
.about-btn {
margin: 35px 0 0;
text-align: center;
}
.section-heading {
margin: 0 0 50px;
}
.btn-lg a {
padding: 6px 12px;
font-size: 12px;
}
#features {
padding: 40px 0 15px;
}
#why-choose {
padding: 60px 0 40px;
}
.why-chose-icon i {
font-size: 24px;
padding: 18px;
}
.feature-single,
.how-work-single,
.pricing-table-single,
.team-single {
margin: 0 0 40px;
}
.why-chose-icon {
width: 15%;
}
.why-choose-single-details {
width: 72%;
}
.why-choose-img img,
.app-downlod-img img {
max-width: 300px;
margin: 0 auto;
}
.app-download-content {
text-align: center;
}
#app-screenshot {
padding: 40px 0 110px;
}
.screenshots-slider .owl-nav .owl-next {
right: -12px;
padding: 6px 12px
}
.screenshots-slider .owl-nav > div {
position: absolute;
left: -12px;
width: 40px;
height: 40px;
font-size: 20px;
padding: 6px 10px;
}
#demo-video {
padding: 50px 0 80px;
}
#how-work {
padding: 40px 0 0;
}
.how-work-image img {
max-width: 250px;
margin: 0 auto;
}
#counter {
padding: 70px 0 10px;
}
.counter-item {
margin: 0 0 50px;
}
.counter-item i {
font-size: 30px;
}
.counter-item h1 {
font-size: 30px;
line-height: 40px;
margin-bottom: 5px;
}
.counter-item h4 {
margin: 0;
font-size: 16px;
}
#pricing,
#team {
padding: 40px 0 30px;
}
#faq,
#testimonial {
padding: 40px 0 70px;
}
.testimonial-border {
display: none;
}
.client-comment i.icofont.icofont-quote-right {
font-size: 30px;
padding-right: 70px;
}
.panel-title > a {
font-size: 16px;
line-height: 26px;
}
.faq-img {
float: none;
}
.faq-img img {
max-width: 300px;
margin: 75px auto 0;
}
#accordion {
padding: 0;
}
#app-download {
padding: 60px 0;
}
.app-download-content {
padding: 20px 0 0;
}
#newsletter {
padding: 50px 0 70px;
}
.newsletter-title {
text-align: center;
margin: 0 0 30px;
}
.subscribe-form {
padding: 0;
}
.subscribe-form input {
height: 40px;
}
.subscribe-form span button {
right: 10px;
height: 40px;
}
#latest-blog {
padding: 40px 0;
}
.contact-form {
margin: 0 0 50px;
}
.contact-form-content {
padding: 50px 20px;
}
.contact-info-single {
margin: 0 0 30px;
}
.contact-info {
padding: 30px 0 0;
}
#contact {
padding: 40px 0 70px;
}
#map {
height: 300px;
}
.footer-social {
text-align: center;
margin: 15px 0 20px;
}
.copyright-text {
text-align: center;
}
.page-heading {
padding: 90px 0 40px;
}
.blog-wrap {
padding: 70px 0;
}
.blog-pagination {
margin: 0 0 30px;
}
.comment-form {
margin: 0 0 40px;
}
.comment-form h3 {
margin: 30px 0;
}
.blog-comments h3 {
margin: 40px 0 25px;
}
.blog-wrap.grid {
padding: 70px 0 15px;
}
} | 0.341912 | 0.084947 |
@font-face {
font-family: kongtext;
src: url(./kongtext.ttf);
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: kongtext;
color: #ffffff;
outline: none !important;
}
body {
background-color: black !important;
}
.fw-100 {
font-weight: 100;
}
.fw-200 {
font-weight: 200;
}
.fw-300 {
font-weight: 300;
}
.fw-400 {
font-weight: 400;
}
.fw-500 {
font-weight: 500;
}
.fw-600 {
font-weight: 600;
}
.fw-700 {
font-weight: 700;
}
.fw-800 {
font-weight: 800;
}
.fw-900 {
font-weight: 900;
}
.text-primary {
color: #00AE05 !important;
}
.text-faded {
opacity: 0.6;
}
.text-light {
color: white;
}
a {
text-decoration: none;
}
.main {
background-image: url(../images/bg.png);
background-position: top;
background-size: cover;
background-repeat: no-repeat;
min-height: 100vh;
}
.logo {
width: 45%;
border-radius: 15px;
margin-top: 50px;
}
.car-slider {
width: 100%;
}
.car-slide {
display: flex !important;
align-items: center;
min-height: 30vw;
}
.car-slide img {
padding-top: 20px;
width: 100%;
}
.slick-arrow {
display: none !important;
}
.slick-slide {
height: 100%;
transform: scale(1.2);
outline: none !important;
transition: 1s;
z-index: -1 !important;
position: relative;
}
.slick-slide.slick-active.slick-center.slick-current {
transform: scale(3);
z-index: 100 !important;
position: relative;
}
.ws-arrow {
width: 70px;
cursor: pointer;
}
.ws-btn {
cursor: pointer;
height: 60px;
}
.ws-controls {
margin-top: -100px;
z-index: 10;
position: relative;
}
small {
font-size: 12px !important;
}
nav {
background-color: black;
}
nav span {
color: white;
text-decoration: none;
font-size: 13px;
cursor: pointer;
}
.roadmap_p {
height: max-content;
background-image: url('../images/roadmap.png');
background-repeat: no-repeat;
background-size: 100% 100%;
background-position: center;
}
@media(max-width: 700px) {
.mob_road {
height: min-content;
background-image: url('../images/roadmap.png');
background-repeat: no-repeat;
background-size: 100% 100%;
background-position: center;
}
.roadmap_p {
background-image: none;
background-color: #00001b !important;
}
}
.roadmap_p div {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
/*
.road_content2 {
background-color: #05092f;
transition: 5s !important;
}
.road_content3 {
background-color: #2807ca;
}
.road_content4 {
background-color: #05092f;
}
.road_content5 {
background-color: #2807ca;
}
.road_content6 {
background-color: #05092f;
} */
.about {
background-image: url('../images/about.png');
background-size: 100% 100%;
background-repeat: no-repeat;
height: max-content;
text-align: center;
}
.modal-1 {
display: flex;
justify-content: center;
align-items: flex-start;
height: 100%;
position: absolute;
top: 0;
left: 0;
width: 100%;
/* height: 100vh; */
z-index: 1000;
}
.modal-1 .inner {
background-color: black !important;
background-image: url(../images/roadmap.png);
background-repeat: no-repeat;
background-size: cover;
/* background-color: purple; */
width: 40%;
margin-top: 50px;
border: 1px solid white;
max-height: 80vh;
min-height: 80vh;
overflow-y: scroll;
box-shadow: 0px 0px 1px 100000px rgba(0, 0, 0, 0.753);
}
.modal-1 .modal-head {
/* border-bottom: 2px solid white; */
padding: 0px !important;
display: flex;
justify-content: flex-end;
}
.modal-1 .modal-head span {
cursor: pointer;
/* border: 1px solid white; */
pad: 4px;
padding: 0 4px;
}
.modal-1 .inner {
font-size: 12px;
text-align: center;
}
@media (max-width:991px) {
.logo {
width: 100%;
}
.car-slider {
margin: 70px 0;
}
.ws-controls {
margin-top: 0;
z-index: 10;
position: relative;
}
.ws-arrow {
width: 50px;
}
.ws-btn {
height: 40px;
}
.slick-slide.slick-active.slick-center.slick-current {
transform: scale(2);
}
nav span {
font-size: 7px;
}
.modal-1 .inner {
/* background-color: purple; */
width: 90%;
}
}
.addplace {
font-size: 12px !important;
max-width: 300px;
overflow: hidden;
position: relative;
}
.addplace .dot {
font-size: 8px !important;
position: absolute;
top: 8px;
background-color: black;
padding: 20px 4px;
right: 0px;
}
@media (max-width:991px) {
.addplace {
max-width: 100px;
font-size: 7px !important;
}
.addplace .dot {
display: none;
}
}
/* Founders */
.founders {
text-align: center;
}
.team{
display: flex;
justify-content: space-around;
align-items: center;
flex-wrap: wrap;
}
.team img {
width: 250px;
border-radius: 50%;
box-shadow: 0px 0px 20px 3px #de3e32;
}
.members {
width: 300px;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
} | src/styles/reset.css | @font-face {
font-family: kongtext;
src: url(./kongtext.ttf);
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: kongtext;
color: #ffffff;
outline: none !important;
}
body {
background-color: black !important;
}
.fw-100 {
font-weight: 100;
}
.fw-200 {
font-weight: 200;
}
.fw-300 {
font-weight: 300;
}
.fw-400 {
font-weight: 400;
}
.fw-500 {
font-weight: 500;
}
.fw-600 {
font-weight: 600;
}
.fw-700 {
font-weight: 700;
}
.fw-800 {
font-weight: 800;
}
.fw-900 {
font-weight: 900;
}
.text-primary {
color: #00AE05 !important;
}
.text-faded {
opacity: 0.6;
}
.text-light {
color: white;
}
a {
text-decoration: none;
}
.main {
background-image: url(../images/bg.png);
background-position: top;
background-size: cover;
background-repeat: no-repeat;
min-height: 100vh;
}
.logo {
width: 45%;
border-radius: 15px;
margin-top: 50px;
}
.car-slider {
width: 100%;
}
.car-slide {
display: flex !important;
align-items: center;
min-height: 30vw;
}
.car-slide img {
padding-top: 20px;
width: 100%;
}
.slick-arrow {
display: none !important;
}
.slick-slide {
height: 100%;
transform: scale(1.2);
outline: none !important;
transition: 1s;
z-index: -1 !important;
position: relative;
}
.slick-slide.slick-active.slick-center.slick-current {
transform: scale(3);
z-index: 100 !important;
position: relative;
}
.ws-arrow {
width: 70px;
cursor: pointer;
}
.ws-btn {
cursor: pointer;
height: 60px;
}
.ws-controls {
margin-top: -100px;
z-index: 10;
position: relative;
}
small {
font-size: 12px !important;
}
nav {
background-color: black;
}
nav span {
color: white;
text-decoration: none;
font-size: 13px;
cursor: pointer;
}
.roadmap_p {
height: max-content;
background-image: url('../images/roadmap.png');
background-repeat: no-repeat;
background-size: 100% 100%;
background-position: center;
}
@media(max-width: 700px) {
.mob_road {
height: min-content;
background-image: url('../images/roadmap.png');
background-repeat: no-repeat;
background-size: 100% 100%;
background-position: center;
}
.roadmap_p {
background-image: none;
background-color: #00001b !important;
}
}
.roadmap_p div {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
/*
.road_content2 {
background-color: #05092f;
transition: 5s !important;
}
.road_content3 {
background-color: #2807ca;
}
.road_content4 {
background-color: #05092f;
}
.road_content5 {
background-color: #2807ca;
}
.road_content6 {
background-color: #05092f;
} */
.about {
background-image: url('../images/about.png');
background-size: 100% 100%;
background-repeat: no-repeat;
height: max-content;
text-align: center;
}
.modal-1 {
display: flex;
justify-content: center;
align-items: flex-start;
height: 100%;
position: absolute;
top: 0;
left: 0;
width: 100%;
/* height: 100vh; */
z-index: 1000;
}
.modal-1 .inner {
background-color: black !important;
background-image: url(../images/roadmap.png);
background-repeat: no-repeat;
background-size: cover;
/* background-color: purple; */
width: 40%;
margin-top: 50px;
border: 1px solid white;
max-height: 80vh;
min-height: 80vh;
overflow-y: scroll;
box-shadow: 0px 0px 1px 100000px rgba(0, 0, 0, 0.753);
}
.modal-1 .modal-head {
/* border-bottom: 2px solid white; */
padding: 0px !important;
display: flex;
justify-content: flex-end;
}
.modal-1 .modal-head span {
cursor: pointer;
/* border: 1px solid white; */
pad: 4px;
padding: 0 4px;
}
.modal-1 .inner {
font-size: 12px;
text-align: center;
}
@media (max-width:991px) {
.logo {
width: 100%;
}
.car-slider {
margin: 70px 0;
}
.ws-controls {
margin-top: 0;
z-index: 10;
position: relative;
}
.ws-arrow {
width: 50px;
}
.ws-btn {
height: 40px;
}
.slick-slide.slick-active.slick-center.slick-current {
transform: scale(2);
}
nav span {
font-size: 7px;
}
.modal-1 .inner {
/* background-color: purple; */
width: 90%;
}
}
.addplace {
font-size: 12px !important;
max-width: 300px;
overflow: hidden;
position: relative;
}
.addplace .dot {
font-size: 8px !important;
position: absolute;
top: 8px;
background-color: black;
padding: 20px 4px;
right: 0px;
}
@media (max-width:991px) {
.addplace {
max-width: 100px;
font-size: 7px !important;
}
.addplace .dot {
display: none;
}
}
/* Founders */
.founders {
text-align: center;
}
.team{
display: flex;
justify-content: space-around;
align-items: center;
flex-wrap: wrap;
}
.team img {
width: 250px;
border-radius: 50%;
box-shadow: 0px 0px 20px 3px #de3e32;
}
.members {
width: 300px;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
} | 0.356111 | 0.082328 |
@font-face {
font-family: 'century-gothic';
src: url('static/gothic/gothic.eot') format('embedded-opentype'),
url('static/gothic/gothic.woff') format('woff'),
url('static/gothic/gothic.ttf') format('truetype');
}
@font-face {
font-family: 'montserrat';
src: url('/static/montserrat/montserrat-regular-webfont.woff2') format('woff2'),
url('/static/montserrat/montserrat-regular-webfont.woff') format('woff'),
url('/static/montserrat/Montserrat-Regular.ttf') format('truetype');
font-weight: normal, 400;
font-style: normal;
}
@font-face {
font-family: 'montserrat';
src: url('/static/montserrat/montserrat-bold-webfont.woff2') format('woff2'),
url('/static/montserrat/montserrat-bold-webfont.woff') format('woff'),
url('/static/montserrat/Montserrat-Bold.ttf') format('truetype');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'montserrat';
src: url('/static/montserrat/montserrat-medium-webfont.woff2') format('woff2'),
url('/static/montserrat/montserrat-medium-webfont.woff') format('woff'),
url('/static/montserrat/Montserrat-Medium.ttf') format('truetype');
font-weight: medium, 500;
font-style: normal;
}
@font-face {
font-family: 'montserrat';
src: url('/static/montserrat/montserrat-light-webfont.woff2') format('woff2'),
url('/static/montserrat/montserrat-light-webfont.woff') format('woff'),
url('/static/montserrat/Montserrat-Light.ttf') format('truetype');
font-weight: 300;
font-style: normal;
}
body
{
margin: 0;
padding: 0;
background-image: url("/static/homebackground.jpg");
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
background-position: bottom center;
}
.montserrat
{
font-family: 'montserrat', sans-serif;
}
.century
{
font-family: 'century-gothic', sans-serif;
}
.header
{
display: flex;
justify-content: space-between;
width: 88%;
margin-top: 40px;
margin-bottom: 25px;
margin-left: 6%;
margin-right: 6%;
}
.brand
{
font-size: 55px;
color: #3d82e9;
padding: 0;
}
.rightheader
{
height: 65px;
display: flex;
justify-content: flex-end;
}
.homeflash
{
border-radius: 5px;
padding: 14px 120px;
margin-top: 15px;
margin-right: 25px;
font-family: 'montserrat', sans-serif;
font-weight: bold;
font-size: 25px;
opacity: 0.75;
}
.danger
{
background-color: #c10605;
color: #1a0705;
}
.success
{
background-color: #62d83e;
color: #1b4911;
}
.warning
{
background-color: #e89443;
color: #3b3211;
}
.primary
{
background-color: #2aa5bc;
color: #1b173b;
}
.usericon
{
padding: 17px 0px;
display: inline-block;
}
.usericon img
{
height: 45px;
}
.profile button
{
font-size: 30px;
font-weight: bold;
font-family: 'montserrat', sans-serif;;
color: #3d82e9;
padding-top: 28px;
margin-left: 4.5px;
text-decoration: none;
background: none;
border: none;
}
.profile button:hover
{
color: #c1c4db;
}
.profile button:focus
{
outline: none;
}
.navBar
{
display: flex;
justify-content: space-between;
width: 82%;
margin-top: 20px;
margin-bottom: 17px;
margin-left: 6%;
margin-right: 6%;
border-radius: 5px;
background-color: #05070f;
padding: 9px 3%;
opacity: 0.7;
}
.tabs a
{
text-decoration: none;
}
.tablink
{
font-weight: bold;
color: #7f8999;
height: 20px;
padding-right: 30px;
padding-top: 11.5px;
display: inline-block;
}
.activelink
{
font-weight: bold;
font-size: 1.3em;
color: #fff;
height: 24px;
padding-right: 30px;
padding-top: 7.5px;
display: inline-block;
}
.tablink:hover
{
color: #fff;
font-size: 1.3em;
padding-top: 3.5px;
height: 24px;
transition: all 0.3s ease;
}
.search img
{
height: 30px;
}
.overlay
{
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: rgba(0, 0, 0, 0.7);
visibility: hidden;
opacity: 0;
z-index: 100;
transition: all 0.1s ease-in-out;
}
.profilesection
{
background-color: #06090c;
width: auto;
height: 100vh;
position: absolute;
right: 0px;
}
.profilesection .profileusername
{
background: url("/static/profilepattern.png"), #123;
background-size: 25vh;
padding: 5vh 0;
}
.profilesection .profileusername span
{
font-size: 14vh;
font-weight: bold;
color: #3d82d9;
text-align: center;
text-shadow: 0 0 60px black;
}
.profilechange
{
margin-top: 16vh;
margin-left: 14%;
}
.profilechange a
{
text-decoration: none;
color: #456;
font-size: 4.5vh;
}
.profilechange a:hover
{
font-weight: bold;
transition: all 0.2s ease;
}
.profilehistory
{
margin-top: 1vh;
margin-left: 14%;
}
.profilehistory a
{
text-decoration: none;
color: #456;
font-size: 4.5vh;
}
.profilehistory a:hover
{
font-weight: bold;
transition: all 0.2s ease;
}
.profilelogout
{
margin-top: 5vh;
margin-left: 14%;
}
.profilelogout a
{
text-decoration: none;
color: #456;
font-size: 4.5vh;
}
.profilelogout a:hover
{
font-weight: bold;
transition: all 0.2s ease;
}
.profilesection button
{
position: absolute;
bottom: 3vh;
right: 5%;
transition: all 200ms;
font-size: 24vh;
color: #456;
background: none;
border: none;
cursor: pointer;
}
.profilesection button:hover
{
font-size: 25vh;
}
.profilesection button:focus
{
outline: none;
}
.mainsection
{
display: grid;
grid-template-columns: 2fr 1fr;
width: 88%;
margin-left: 6%;
}
.makeinvesttexthome
{
position: absolute;
font-weight: bold;
font-size: 34px;
letter-spacing: 1.5px;
word-spacing: 8px;
color: #7580d4;
top: 280px;
}
.tradetexthome
{
position: absolute;
font-weight: bold;
font-size: 150px;
color: #e1e4fb;
top: 315px;
}
.stocktexthome
{
position: absolute;
font-weight: bold;
font-size: 80px;
letter-spacing: 2.5px;
color: #e8b463;
top: 370px;
left: calc(6% + 440px);
}
.descriptiontexthome
{
position: absolute;
font-size: 24px;
letter-spacing: 1px;
word-spacing: 5px;
color: #8f96a1;
top: 490px;
}
.titlediv
{
display: flex;
justify-content: space-between;
width: 92%;
border-radius: 5px;
background-color: #05070f;
padding: 10px 4%;
opacity: 0.7;
}
.yourstocktexthome
{
font-weight: bold;
font-size: 1.3em;
color: #fff;
height: 24px;
padding-top: 4.5px;
padding-right: 30px;
display: inline-block;
}
.seealllinkhome a
{
color: #7f8999;
height: 20px;
padding-top: 8.5px;
display: inline-block;
text-decoration: none;
}
.seealllinkhome a:hover
{
color: #e1e4fb;
}
.nostockshome
{
width: 92%;
border-radius: 5px;
background-color: #05070f;
padding: 8px 4%;
opacity: 0.7;
margin-top: 17px;
color: #fff;
font-size: 1.3em;
}
.nostockshome button
{
border-radius: 2px;
border: 1px solid #9fa6c1;
background-color: #9fa6c1;
padding: 5px 3.5%;
color: #000;
margin-bottom: 8px;
font-size: 0.75em;
font-weight: bold;
font-family: 'montserrat', sans-serif;
}
.nostockshome button:hover
{
background-color: #fff;
}
.topstockbox
{
width: 92%;
border-radius: 5px;
background-color: #070913;
padding: 9px 4%;
opacity: 0.8;
margin-top: 17px;
color: #fff;
font-size: 1.3em;
}
.layeronebox
{
width: 100%;
display: flex;
justify-content: space-between;
padding: 3px 0px;
}
.hometopsymbol
{
font-weight: bold;
font-size: 1.7em;
}
.hometopsymbol img
{
height: 25px;
margin-top: 5px;
}
.hometopprice
{
font-size: 1.7em;
font-weight: 500;
}
.increasecolor
{
color: #66ea32;
}
.decreasecolor
{
color: #ea4832;
}
.nochangecolor
{
color: #ffcc33;
}
.layertwobox
{
margin-top: 8px;
border-top: 0.5px solid #0d161d;
padding: 2.5px 0px;
}
.footerdiv
{
position: fixed;
bottom: 0;
width: 100%;
text-align: center;
color: #e1e4fb;
letter-spacing: 1px;
padding-bottom: 20px;
padding-top: 10px;
}
.footerdiv a
{
color: #607ac5;
} | static/homestyle.css | @font-face {
font-family: 'century-gothic';
src: url('static/gothic/gothic.eot') format('embedded-opentype'),
url('static/gothic/gothic.woff') format('woff'),
url('static/gothic/gothic.ttf') format('truetype');
}
@font-face {
font-family: 'montserrat';
src: url('/static/montserrat/montserrat-regular-webfont.woff2') format('woff2'),
url('/static/montserrat/montserrat-regular-webfont.woff') format('woff'),
url('/static/montserrat/Montserrat-Regular.ttf') format('truetype');
font-weight: normal, 400;
font-style: normal;
}
@font-face {
font-family: 'montserrat';
src: url('/static/montserrat/montserrat-bold-webfont.woff2') format('woff2'),
url('/static/montserrat/montserrat-bold-webfont.woff') format('woff'),
url('/static/montserrat/Montserrat-Bold.ttf') format('truetype');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'montserrat';
src: url('/static/montserrat/montserrat-medium-webfont.woff2') format('woff2'),
url('/static/montserrat/montserrat-medium-webfont.woff') format('woff'),
url('/static/montserrat/Montserrat-Medium.ttf') format('truetype');
font-weight: medium, 500;
font-style: normal;
}
@font-face {
font-family: 'montserrat';
src: url('/static/montserrat/montserrat-light-webfont.woff2') format('woff2'),
url('/static/montserrat/montserrat-light-webfont.woff') format('woff'),
url('/static/montserrat/Montserrat-Light.ttf') format('truetype');
font-weight: 300;
font-style: normal;
}
body
{
margin: 0;
padding: 0;
background-image: url("/static/homebackground.jpg");
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
background-position: bottom center;
}
.montserrat
{
font-family: 'montserrat', sans-serif;
}
.century
{
font-family: 'century-gothic', sans-serif;
}
.header
{
display: flex;
justify-content: space-between;
width: 88%;
margin-top: 40px;
margin-bottom: 25px;
margin-left: 6%;
margin-right: 6%;
}
.brand
{
font-size: 55px;
color: #3d82e9;
padding: 0;
}
.rightheader
{
height: 65px;
display: flex;
justify-content: flex-end;
}
.homeflash
{
border-radius: 5px;
padding: 14px 120px;
margin-top: 15px;
margin-right: 25px;
font-family: 'montserrat', sans-serif;
font-weight: bold;
font-size: 25px;
opacity: 0.75;
}
.danger
{
background-color: #c10605;
color: #1a0705;
}
.success
{
background-color: #62d83e;
color: #1b4911;
}
.warning
{
background-color: #e89443;
color: #3b3211;
}
.primary
{
background-color: #2aa5bc;
color: #1b173b;
}
.usericon
{
padding: 17px 0px;
display: inline-block;
}
.usericon img
{
height: 45px;
}
.profile button
{
font-size: 30px;
font-weight: bold;
font-family: 'montserrat', sans-serif;;
color: #3d82e9;
padding-top: 28px;
margin-left: 4.5px;
text-decoration: none;
background: none;
border: none;
}
.profile button:hover
{
color: #c1c4db;
}
.profile button:focus
{
outline: none;
}
.navBar
{
display: flex;
justify-content: space-between;
width: 82%;
margin-top: 20px;
margin-bottom: 17px;
margin-left: 6%;
margin-right: 6%;
border-radius: 5px;
background-color: #05070f;
padding: 9px 3%;
opacity: 0.7;
}
.tabs a
{
text-decoration: none;
}
.tablink
{
font-weight: bold;
color: #7f8999;
height: 20px;
padding-right: 30px;
padding-top: 11.5px;
display: inline-block;
}
.activelink
{
font-weight: bold;
font-size: 1.3em;
color: #fff;
height: 24px;
padding-right: 30px;
padding-top: 7.5px;
display: inline-block;
}
.tablink:hover
{
color: #fff;
font-size: 1.3em;
padding-top: 3.5px;
height: 24px;
transition: all 0.3s ease;
}
.search img
{
height: 30px;
}
.overlay
{
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: rgba(0, 0, 0, 0.7);
visibility: hidden;
opacity: 0;
z-index: 100;
transition: all 0.1s ease-in-out;
}
.profilesection
{
background-color: #06090c;
width: auto;
height: 100vh;
position: absolute;
right: 0px;
}
.profilesection .profileusername
{
background: url("/static/profilepattern.png"), #123;
background-size: 25vh;
padding: 5vh 0;
}
.profilesection .profileusername span
{
font-size: 14vh;
font-weight: bold;
color: #3d82d9;
text-align: center;
text-shadow: 0 0 60px black;
}
.profilechange
{
margin-top: 16vh;
margin-left: 14%;
}
.profilechange a
{
text-decoration: none;
color: #456;
font-size: 4.5vh;
}
.profilechange a:hover
{
font-weight: bold;
transition: all 0.2s ease;
}
.profilehistory
{
margin-top: 1vh;
margin-left: 14%;
}
.profilehistory a
{
text-decoration: none;
color: #456;
font-size: 4.5vh;
}
.profilehistory a:hover
{
font-weight: bold;
transition: all 0.2s ease;
}
.profilelogout
{
margin-top: 5vh;
margin-left: 14%;
}
.profilelogout a
{
text-decoration: none;
color: #456;
font-size: 4.5vh;
}
.profilelogout a:hover
{
font-weight: bold;
transition: all 0.2s ease;
}
.profilesection button
{
position: absolute;
bottom: 3vh;
right: 5%;
transition: all 200ms;
font-size: 24vh;
color: #456;
background: none;
border: none;
cursor: pointer;
}
.profilesection button:hover
{
font-size: 25vh;
}
.profilesection button:focus
{
outline: none;
}
.mainsection
{
display: grid;
grid-template-columns: 2fr 1fr;
width: 88%;
margin-left: 6%;
}
.makeinvesttexthome
{
position: absolute;
font-weight: bold;
font-size: 34px;
letter-spacing: 1.5px;
word-spacing: 8px;
color: #7580d4;
top: 280px;
}
.tradetexthome
{
position: absolute;
font-weight: bold;
font-size: 150px;
color: #e1e4fb;
top: 315px;
}
.stocktexthome
{
position: absolute;
font-weight: bold;
font-size: 80px;
letter-spacing: 2.5px;
color: #e8b463;
top: 370px;
left: calc(6% + 440px);
}
.descriptiontexthome
{
position: absolute;
font-size: 24px;
letter-spacing: 1px;
word-spacing: 5px;
color: #8f96a1;
top: 490px;
}
.titlediv
{
display: flex;
justify-content: space-between;
width: 92%;
border-radius: 5px;
background-color: #05070f;
padding: 10px 4%;
opacity: 0.7;
}
.yourstocktexthome
{
font-weight: bold;
font-size: 1.3em;
color: #fff;
height: 24px;
padding-top: 4.5px;
padding-right: 30px;
display: inline-block;
}
.seealllinkhome a
{
color: #7f8999;
height: 20px;
padding-top: 8.5px;
display: inline-block;
text-decoration: none;
}
.seealllinkhome a:hover
{
color: #e1e4fb;
}
.nostockshome
{
width: 92%;
border-radius: 5px;
background-color: #05070f;
padding: 8px 4%;
opacity: 0.7;
margin-top: 17px;
color: #fff;
font-size: 1.3em;
}
.nostockshome button
{
border-radius: 2px;
border: 1px solid #9fa6c1;
background-color: #9fa6c1;
padding: 5px 3.5%;
color: #000;
margin-bottom: 8px;
font-size: 0.75em;
font-weight: bold;
font-family: 'montserrat', sans-serif;
}
.nostockshome button:hover
{
background-color: #fff;
}
.topstockbox
{
width: 92%;
border-radius: 5px;
background-color: #070913;
padding: 9px 4%;
opacity: 0.8;
margin-top: 17px;
color: #fff;
font-size: 1.3em;
}
.layeronebox
{
width: 100%;
display: flex;
justify-content: space-between;
padding: 3px 0px;
}
.hometopsymbol
{
font-weight: bold;
font-size: 1.7em;
}
.hometopsymbol img
{
height: 25px;
margin-top: 5px;
}
.hometopprice
{
font-size: 1.7em;
font-weight: 500;
}
.increasecolor
{
color: #66ea32;
}
.decreasecolor
{
color: #ea4832;
}
.nochangecolor
{
color: #ffcc33;
}
.layertwobox
{
margin-top: 8px;
border-top: 0.5px solid #0d161d;
padding: 2.5px 0px;
}
.footerdiv
{
position: fixed;
bottom: 0;
width: 100%;
text-align: center;
color: #e1e4fb;
letter-spacing: 1px;
padding-bottom: 20px;
padding-top: 10px;
}
.footerdiv a
{
color: #607ac5;
} | 0.294722 | 0.041018 |
.panel.ks-information .card-block > .ks-table-description, .ks-panel.ks-information .card-block > .ks-table-description {
width: 100%; }
.panel.ks-information .card-block > .ks-table-description td, .ks-panel.ks-information .card-block > .ks-table-description td {
vertical-align: top;
font-size: 14px;
padding-bottom: 10px; }
.panel.ks-information .card-block > .ks-table-description td.ks-icon, .ks-panel.ks-information .card-block > .ks-table-description td.ks-icon {
width: 20px;
padding-right: 15px;
color: #3a529b;
font-size: 20px;
line-height: 20px;
opacity: 0.5;
position: relative;
top: 1px;
text-align: center; }
.panel.ks-information .card-block > .ks-table-description tr:last-child td, .ks-panel.ks-information .card-block > .ks-table-description tr:last-child td {
padding-bottom: 0; }
.panel.ks-information .card-block > .ks-user-list, .ks-panel.ks-information .card-block > .ks-user-list {
list-style: none;
padding: 0;
margin: 0; }
.panel.ks-information .card-block > .ks-user-list > .ks-item, .ks-panel.ks-information .card-block > .ks-user-list > .ks-item {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
-js-display: flex;
display: flex;
margin-bottom: 15px; }
.panel.ks-information .card-block > .ks-user-list > .ks-item:last-child, .ks-panel.ks-information .card-block > .ks-user-list > .ks-item:last-child {
margin-bottom: 0; }
.panel.ks-information .card-block > .ks-user-list > .ks-item > .ks-avatar, .ks-panel.ks-information .card-block > .ks-user-list > .ks-item > .ks-avatar {
margin-right: 10px; }
.panel.ks-information .card-block > .ks-user-list > .ks-item > .ks-body > .ks-name, .ks-panel.ks-information .card-block > .ks-user-list > .ks-item > .ks-body > .ks-name {
font-size: 14px;
line-height: 14px;
margin-bottom: 5px; }
.panel.ks-information .card-block > .ks-user-list > .ks-item > .ks-body > .ks-text, .ks-panel.ks-information .card-block > .ks-user-list > .ks-item > .ks-body > .ks-text {
font-size: 12px;
color: #858585; }
.panel.ks-information .card-block > .ks-info-list > .ks-item, .ks-panel.ks-information .card-block > .ks-info-list > .ks-item {
margin-bottom: 15px; }
.panel.ks-information .card-block > .ks-info-list > .ks-item:last-child, .ks-panel.ks-information .card-block > .ks-info-list > .ks-item:last-child {
margin-bottom: 0; }
.panel.ks-information .card-block > .ks-info-list > .ks-item > .ks-name, .ks-panel.ks-information .card-block > .ks-info-list > .ks-item > .ks-name {
color: #858585;
margin-bottom: 3px; }
.panel.ks-information .card-block.ks-datatable, .ks-panel.ks-information .card-block.ks-datatable {
padding: 0; }
.panel.ks-information .card-block.ks-datatable .dataTables_wrapper, .ks-panel.ks-information .card-block.ks-datatable .dataTables_wrapper {
padding: 0;
margin-bottom: 10px; }
.panel.ks-information .card-block.ks-datatable .dataTables_info, .ks-panel.ks-information .card-block.ks-datatable .dataTables_info {
padding-left: 30px; }
.panel.ks-information .card-block.ks-datatable .dataTables_paginate, .ks-panel.ks-information .card-block.ks-datatable .dataTables_paginate {
padding-right: 30px; }
.panel.ks-information .card-block.ks-datatable .table, .ks-panel.ks-information .card-block.ks-datatable .table {
border: none; }
.panel.ks-information .card-block.ks-datatable .table thead th, .ks-panel.ks-information .card-block.ks-datatable .table thead th {
background: rgba(57, 80, 155, 0.05);
border: none;
border-bottom: 1px solid rgba(57, 80, 155, 0.2); }
.panel.ks-information .card-block.ks-datatable .table thead th:first-child, .ks-panel.ks-information .card-block.ks-datatable .table thead th:first-child {
padding-left: 30px; }
.panel.ks-information .card-block.ks-datatable .table thead th:last-child, .ks-panel.ks-information .card-block.ks-datatable .table thead th:last-child {
padding-right: 30px; }
.panel.ks-information .card-block.ks-datatable .table td, .ks-panel.ks-information .card-block.ks-datatable .table td {
vertical-align: middle;
border-top: none;
border-right: none;
border-bottom: 1px solid rgba(57, 80, 155, 0.1); }
.panel.ks-information .card-block.ks-datatable .table td:first-child, .ks-panel.ks-information .card-block.ks-datatable .table td:first-child {
padding-left: 30px; }
.panel.ks-information .card-block.ks-datatable .table td:last-child, .ks-panel.ks-information .card-block.ks-datatable .table td:last-child {
padding-right: 30px; }
.panel.ks-information .card-block.ks-datatable .table td.ks-controls, .ks-panel.ks-information .card-block.ks-datatable .table td.ks-controls {
width: 1px;
text-align: right; }
.panel.ks-information .card-block.ks-datatable .table td.ks-controls > .dropdown, .ks-panel.ks-information .card-block.ks-datatable .table td.ks-controls > .dropdown {
position: relative;
top: 2px; }
.panel.ks-information .card-block.ks-datatable .table td.ks-controls > .dropdown > .btn-link, .ks-panel.ks-information .card-block.ks-datatable .table td.ks-controls > .dropdown > .btn-link {
font-size: 16px;
color: #3a529b;
padding: 10px; }
.panel.ks-information .card-block.ks-datatable .table td > .ks-user > .ks-avatar, .ks-panel.ks-information .card-block.ks-datatable .table td > .ks-user > .ks-avatar {
display: inline-block;
width: 24px;
height: 24px;
margin-right: 6px; }
.panel.ks-information .card-block.ks-datatable .table td > .ks-user > .ks-name, .ks-panel.ks-information .card-block.ks-datatable .table td > .ks-user > .ks-name {
position: relative;
top: 2px; }
.panel.ks-information .card-block.ks-slider, .ks-panel.ks-information .card-block.ks-slider {
display: block;
padding: 0;
padding-top: 30px; }
.panel.ks-information .card-block.ks-slider .swiper-container, .ks-panel.ks-information .card-block.ks-slider .swiper-container {
height: 330px;
max-width: -webkit-calc(100% - 80px);
max-width: calc(100% - 80px); }
.panel.ks-information .card-block.ks-slider .swiper-slide, .ks-panel.ks-information .card-block.ks-slider .swiper-slide {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
-js-display: flex;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
height: 285px; }
.panel.ks-information .card-block.ks-slider .swiper-slide > .card, .ks-panel.ks-information .card-block.ks-slider .swiper-slide > .card {
width: 200px;
height: 285px;
margin: 0; }
.panel.ks-information .card-block.ks-slider .swiper-slide > .card > .ks-image, .ks-panel.ks-information .card-block.ks-slider .swiper-slide > .card > .ks-image {
height: 200px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
-js-display: flex;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center; }
.panel.ks-information .card-block.ks-slider .swiper-slide > .card > .ks-description, .ks-panel.ks-information .card-block.ks-slider .swiper-slide > .card > .ks-description {
border-top: solid 1px rgba(57, 81, 155, 0.2);
padding: 15px; }
.panel.ks-information .card-block.ks-slider .swiper-slide > .card > .ks-description > .ks-name, .ks-panel.ks-information .card-block.ks-slider .swiper-slide > .card > .ks-description > .ks-name {
font-size: 14px;
font-weight: 600;
display: block;
margin-bottom: 8px;
color: #333; }
.panel.ks-information .card-block.ks-slider .swiper-slide > .card > .ks-description > .ks-price, .ks-panel.ks-information .card-block.ks-slider .swiper-slide > .card > .ks-description > .ks-price {
-webkit-border-radius: 2px;
border-radius: 2px;
background-color: rgba(57, 80, 155, 0.1);
padding: 6px 15px;
color: #3a529b;
font-size: 12px; } | public/css/styles/widgets/tables.css | .panel.ks-information .card-block > .ks-table-description, .ks-panel.ks-information .card-block > .ks-table-description {
width: 100%; }
.panel.ks-information .card-block > .ks-table-description td, .ks-panel.ks-information .card-block > .ks-table-description td {
vertical-align: top;
font-size: 14px;
padding-bottom: 10px; }
.panel.ks-information .card-block > .ks-table-description td.ks-icon, .ks-panel.ks-information .card-block > .ks-table-description td.ks-icon {
width: 20px;
padding-right: 15px;
color: #3a529b;
font-size: 20px;
line-height: 20px;
opacity: 0.5;
position: relative;
top: 1px;
text-align: center; }
.panel.ks-information .card-block > .ks-table-description tr:last-child td, .ks-panel.ks-information .card-block > .ks-table-description tr:last-child td {
padding-bottom: 0; }
.panel.ks-information .card-block > .ks-user-list, .ks-panel.ks-information .card-block > .ks-user-list {
list-style: none;
padding: 0;
margin: 0; }
.panel.ks-information .card-block > .ks-user-list > .ks-item, .ks-panel.ks-information .card-block > .ks-user-list > .ks-item {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
-js-display: flex;
display: flex;
margin-bottom: 15px; }
.panel.ks-information .card-block > .ks-user-list > .ks-item:last-child, .ks-panel.ks-information .card-block > .ks-user-list > .ks-item:last-child {
margin-bottom: 0; }
.panel.ks-information .card-block > .ks-user-list > .ks-item > .ks-avatar, .ks-panel.ks-information .card-block > .ks-user-list > .ks-item > .ks-avatar {
margin-right: 10px; }
.panel.ks-information .card-block > .ks-user-list > .ks-item > .ks-body > .ks-name, .ks-panel.ks-information .card-block > .ks-user-list > .ks-item > .ks-body > .ks-name {
font-size: 14px;
line-height: 14px;
margin-bottom: 5px; }
.panel.ks-information .card-block > .ks-user-list > .ks-item > .ks-body > .ks-text, .ks-panel.ks-information .card-block > .ks-user-list > .ks-item > .ks-body > .ks-text {
font-size: 12px;
color: #858585; }
.panel.ks-information .card-block > .ks-info-list > .ks-item, .ks-panel.ks-information .card-block > .ks-info-list > .ks-item {
margin-bottom: 15px; }
.panel.ks-information .card-block > .ks-info-list > .ks-item:last-child, .ks-panel.ks-information .card-block > .ks-info-list > .ks-item:last-child {
margin-bottom: 0; }
.panel.ks-information .card-block > .ks-info-list > .ks-item > .ks-name, .ks-panel.ks-information .card-block > .ks-info-list > .ks-item > .ks-name {
color: #858585;
margin-bottom: 3px; }
.panel.ks-information .card-block.ks-datatable, .ks-panel.ks-information .card-block.ks-datatable {
padding: 0; }
.panel.ks-information .card-block.ks-datatable .dataTables_wrapper, .ks-panel.ks-information .card-block.ks-datatable .dataTables_wrapper {
padding: 0;
margin-bottom: 10px; }
.panel.ks-information .card-block.ks-datatable .dataTables_info, .ks-panel.ks-information .card-block.ks-datatable .dataTables_info {
padding-left: 30px; }
.panel.ks-information .card-block.ks-datatable .dataTables_paginate, .ks-panel.ks-information .card-block.ks-datatable .dataTables_paginate {
padding-right: 30px; }
.panel.ks-information .card-block.ks-datatable .table, .ks-panel.ks-information .card-block.ks-datatable .table {
border: none; }
.panel.ks-information .card-block.ks-datatable .table thead th, .ks-panel.ks-information .card-block.ks-datatable .table thead th {
background: rgba(57, 80, 155, 0.05);
border: none;
border-bottom: 1px solid rgba(57, 80, 155, 0.2); }
.panel.ks-information .card-block.ks-datatable .table thead th:first-child, .ks-panel.ks-information .card-block.ks-datatable .table thead th:first-child {
padding-left: 30px; }
.panel.ks-information .card-block.ks-datatable .table thead th:last-child, .ks-panel.ks-information .card-block.ks-datatable .table thead th:last-child {
padding-right: 30px; }
.panel.ks-information .card-block.ks-datatable .table td, .ks-panel.ks-information .card-block.ks-datatable .table td {
vertical-align: middle;
border-top: none;
border-right: none;
border-bottom: 1px solid rgba(57, 80, 155, 0.1); }
.panel.ks-information .card-block.ks-datatable .table td:first-child, .ks-panel.ks-information .card-block.ks-datatable .table td:first-child {
padding-left: 30px; }
.panel.ks-information .card-block.ks-datatable .table td:last-child, .ks-panel.ks-information .card-block.ks-datatable .table td:last-child {
padding-right: 30px; }
.panel.ks-information .card-block.ks-datatable .table td.ks-controls, .ks-panel.ks-information .card-block.ks-datatable .table td.ks-controls {
width: 1px;
text-align: right; }
.panel.ks-information .card-block.ks-datatable .table td.ks-controls > .dropdown, .ks-panel.ks-information .card-block.ks-datatable .table td.ks-controls > .dropdown {
position: relative;
top: 2px; }
.panel.ks-information .card-block.ks-datatable .table td.ks-controls > .dropdown > .btn-link, .ks-panel.ks-information .card-block.ks-datatable .table td.ks-controls > .dropdown > .btn-link {
font-size: 16px;
color: #3a529b;
padding: 10px; }
.panel.ks-information .card-block.ks-datatable .table td > .ks-user > .ks-avatar, .ks-panel.ks-information .card-block.ks-datatable .table td > .ks-user > .ks-avatar {
display: inline-block;
width: 24px;
height: 24px;
margin-right: 6px; }
.panel.ks-information .card-block.ks-datatable .table td > .ks-user > .ks-name, .ks-panel.ks-information .card-block.ks-datatable .table td > .ks-user > .ks-name {
position: relative;
top: 2px; }
.panel.ks-information .card-block.ks-slider, .ks-panel.ks-information .card-block.ks-slider {
display: block;
padding: 0;
padding-top: 30px; }
.panel.ks-information .card-block.ks-slider .swiper-container, .ks-panel.ks-information .card-block.ks-slider .swiper-container {
height: 330px;
max-width: -webkit-calc(100% - 80px);
max-width: calc(100% - 80px); }
.panel.ks-information .card-block.ks-slider .swiper-slide, .ks-panel.ks-information .card-block.ks-slider .swiper-slide {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
-js-display: flex;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
height: 285px; }
.panel.ks-information .card-block.ks-slider .swiper-slide > .card, .ks-panel.ks-information .card-block.ks-slider .swiper-slide > .card {
width: 200px;
height: 285px;
margin: 0; }
.panel.ks-information .card-block.ks-slider .swiper-slide > .card > .ks-image, .ks-panel.ks-information .card-block.ks-slider .swiper-slide > .card > .ks-image {
height: 200px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
-js-display: flex;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center; }
.panel.ks-information .card-block.ks-slider .swiper-slide > .card > .ks-description, .ks-panel.ks-information .card-block.ks-slider .swiper-slide > .card > .ks-description {
border-top: solid 1px rgba(57, 81, 155, 0.2);
padding: 15px; }
.panel.ks-information .card-block.ks-slider .swiper-slide > .card > .ks-description > .ks-name, .ks-panel.ks-information .card-block.ks-slider .swiper-slide > .card > .ks-description > .ks-name {
font-size: 14px;
font-weight: 600;
display: block;
margin-bottom: 8px;
color: #333; }
.panel.ks-information .card-block.ks-slider .swiper-slide > .card > .ks-description > .ks-price, .ks-panel.ks-information .card-block.ks-slider .swiper-slide > .card > .ks-description > .ks-price {
-webkit-border-radius: 2px;
border-radius: 2px;
background-color: rgba(57, 80, 155, 0.1);
padding: 6px 15px;
color: #3a529b;
font-size: 12px; } | 0.408513 | 0.036528 |
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
line-height: 1.15; /* 1 */
-webkit-text-size-adjust: 100%; /* 2 */
}
/* Sections
========================================================================== */
/**
* Remove the margin in all browsers.
*/
body {
margin: 0;
}
/**
* Render the `main` element consistently in IE.
*/
main {
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
========================================================================== */
/**
* 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
========================================================================== */
/**
* Remove the gray background on active links in IE 10.
*/
a {
background-color: transparent;
}
/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
border-bottom: none; /* 1 */
text-decoration: underline; /* 2 */
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted; /* 2 */
}
/**
* 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 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
========================================================================== */
/**
* Remove the border on images inside links in IE 10.
*/
img {
border-style: none;
}
/* Forms
========================================================================== */
/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
font-family: inherit; /* 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;
}
/**
* Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
}
/**
* 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 */
}
/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
vertical-align: baseline;
}
/**
* Remove the default vertical scrollbar in IE 10+.
*/
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 in Chrome and Safari on macOS.
*/
[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 Edge, IE 10+, and Firefox.
*/
details {
display: block;
}
/*
* Add the correct display in all browsers.
*/
summary {
display: list-item;
}
/* Misc
========================================================================== */
/**
* Add the correct display in IE 10+.
*/
template {
display: none;
}
/**
* Add the correct display in IE 10.
*/
[hidden] {
display: none;
}
/**
* Manually forked from SUIT CSS Base: https://github.com/suitcss/base
* A thin layer on top of normalize.css that provides a starting point more
* suitable for web applications.
*/
/**
* 1. Prevent padding and border from affecting element width
* https://goo.gl/pYtbK7
* 2. Change the default font family in all browsers (opinionated)
*/
html {
box-sizing: border-box; /* 1 */
font-family: sans-serif; /* 2 */
}
*,
*::before,
*::after {
box-sizing: inherit;
}
/**
* Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
p,
pre {
margin: 0;
}
button {
background: transparent;
padding: 0;
}
/**
* Work around a Firefox/IE bug where the transparent `button` background
* results in a loss of the default `button` focus styles.
*/
button:focus {
outline: 1px dotted;
outline: 5px auto -webkit-focus-ring-color;
}
fieldset {
margin: 0;
padding: 0;
}
ol,
ul {
list-style: none;
margin: 0;
padding: 0;
}
/**
* Tailwind custom reset styles
*/
/**
* 1. Use the system font stack as a sane default.
* 2. Use Tailwind's default "normal" line-height so the user isn't forced
* to override it to ensure consistency even when using the default theme.
*/
html {
font-family: -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"; /* 1 */
line-height: 1.5; /* 2 */
}
/**
* Allow adding a border to an element by just adding a border-width.
*
* By default, the way the browser specifies that an element should have no
* border is by setting it's border-style to `none` in the user-agent
* stylesheet.
*
* In order to easily add borders to elements by just setting the `border-width`
* property, we change the default border-style for all elements to `solid`, and
* use border-width to hide them instead. This way our `border` utilities only
* need to set the `border-width` property instead of the entire `border`
* shorthand, making our border utilities much more straightforward to compose.
*
* https://github.com/tailwindcss/tailwindcss/pull/116
*/
*,
*::before,
*::after {
border-width: 0;
border-style: solid;
border-color: #a9adad;
}
/**
* Undo the `border-style: none` reset that Normalize applies to images so that
* our `border-{width}` utilities have the expected effect.
*
* The Normalize reset is unnecessary for us since we default the border-width
* to 0 on all elements.
*
* https://github.com/tailwindcss/tailwindcss/issues/362
*/
img {
border-style: solid;
}
textarea {
resize: vertical;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
color: inherit;
opacity: 0.5;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
color: inherit;
opacity: 0.5;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
color: inherit;
opacity: 0.5;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
color: inherit;
opacity: 0.5;
}
input::placeholder,
textarea::placeholder {
color: inherit;
opacity: 0.5;
}
button,
[role="button"] {
cursor: pointer;
}
table {
border-collapse: collapse;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-size: inherit;
font-weight: inherit;
}
/**
* Reset links to optimize for opt-in styling instead of
* opt-out.
*/
a {
color: inherit;
text-decoration: inherit;
}
/**
* Reset form element properties that are easy to forget to
* style explicitly so you don't inadvertently introduce
* styles that deviate from your design system. These styles
* supplement a partial reset that is already applied by
* normalize.css.
*/
button,
input,
optgroup,
select,
textarea {
padding: 0;
line-height: inherit;
color: inherit;
}
/**
* Use the configured 'mono' font family for elements that
* are expected to be rendered with a monospace font, falling
* back to the system monospace stack if there is no configured
* 'mono' font family.
*/
pre,
code,
kbd,
samp {
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
/**
* Make replaced elements `display: block` by default as that's
* the behavior you want almost all of the time. Inspired by
* CSS Remedy, with `svg` added as well.
*
* https://github.com/mozdevs/cssremedy/issues/14
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
display: block;
vertical-align: middle;
}
/**
* Constrain images and videos to the parent width and preserve
* their instrinsic aspect ratio.
*
* https://github.com/mozdevs/cssremedy/issues/14
*/
img,
video {
max-width: 100%;
height: auto;
}
.container {
width: 100%;
margin-right: auto;
margin-left: auto;
}
@media (min-width: 1024px) {
.container {
max-width: 1024px;
}
}
@media (min-width: 1440px) {
.container {
max-width: 1440px;
}
}
.appearance-none {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.bg-fixed {
background-attachment: fixed;
}
.bg-local {
background-attachment: local;
}
.bg-scroll {
background-attachment: scroll;
}
.bg-transparent {
background-color: transparent;
}
.bg-inherit {
background-color: inherit;
}
.bg-black {
background-color: #131716;
}
.bg-white {
background-color: #ffffff;
}
.bg-green-darker {
background-color: #007129;
}
.bg-green-dark {
background-color: #029F3B;
}
.bg-green {
background-color: #00AC3E;
}
.bg-green-bright {
background-color: #08cd4f;
}
.bg-gray-100 {
background-color: #edeeee;
}
.bg-gray-200 {
background-color: #cbcece;
}
.bg-gray-300 {
background-color: #a9adad;
}
.bg-gray-400 {
background-color: #868c8c;
}
.bg-gray-500 {
background-color: #535c5c;
}
.bg-gray-600 {
background-color: #3a4040;
}
.bg-gray-700 {
background-color: #313737;
}
.bg-gray-800 {
background-color: #212424;
}
.bg-gray-900 {
background-color: #131716;
}
.bg-red-100 {
background-color: #fff5f5;
}
.bg-red-500 {
background-color: #f56565;
}
.bg-red-900 {
background-color: #742a2a;
}
.hover\:bg-transparent:hover {
background-color: transparent;
}
.hover\:bg-inherit:hover {
background-color: inherit;
}
.hover\:bg-black:hover {
background-color: #131716;
}
.hover\:bg-white:hover {
background-color: #ffffff;
}
.hover\:bg-green-darker:hover {
background-color: #007129;
}
.hover\:bg-green-dark:hover {
background-color: #029F3B;
}
.hover\:bg-green:hover {
background-color: #00AC3E;
}
.hover\:bg-green-bright:hover {
background-color: #08cd4f;
}
.hover\:bg-gray-100:hover {
background-color: #edeeee;
}
.hover\:bg-gray-200:hover {
background-color: #cbcece;
}
.hover\:bg-gray-300:hover {
background-color: #a9adad;
}
.hover\:bg-gray-400:hover {
background-color: #868c8c;
}
.hover\:bg-gray-500:hover {
background-color: #535c5c;
}
.hover\:bg-gray-600:hover {
background-color: #3a4040;
}
.hover\:bg-gray-700:hover {
background-color: #313737;
}
.hover\:bg-gray-800:hover {
background-color: #212424;
}
.hover\:bg-gray-900:hover {
background-color: #131716;
}
.hover\:bg-red-100:hover {
background-color: #fff5f5;
}
.hover\:bg-red-500:hover {
background-color: #f56565;
}
.hover\:bg-red-900:hover {
background-color: #742a2a;
}
.focus\:bg-transparent:focus {
background-color: transparent;
}
.focus\:bg-inherit:focus {
background-color: inherit;
}
.focus\:bg-black:focus {
background-color: #131716;
}
.focus\:bg-white:focus {
background-color: #ffffff;
}
.focus\:bg-green-darker:focus {
background-color: #007129;
}
.focus\:bg-green-dark:focus {
background-color: #029F3B;
}
.focus\:bg-green:focus {
background-color: #00AC3E;
}
.focus\:bg-green-bright:focus {
background-color: #08cd4f;
}
.focus\:bg-gray-100:focus {
background-color: #edeeee;
}
.focus\:bg-gray-200:focus {
background-color: #cbcece;
}
.focus\:bg-gray-300:focus {
background-color: #a9adad;
}
.focus\:bg-gray-400:focus {
background-color: #868c8c;
}
.focus\:bg-gray-500:focus {
background-color: #535c5c;
}
.focus\:bg-gray-600:focus {
background-color: #3a4040;
}
.focus\:bg-gray-700:focus {
background-color: #313737;
}
.focus\:bg-gray-800:focus {
background-color: #212424;
}
.focus\:bg-gray-900:focus {
background-color: #131716;
}
.focus\:bg-red-100:focus {
background-color: #fff5f5;
}
.focus\:bg-red-500:focus {
background-color: #f56565;
}
.focus\:bg-red-900:focus {
background-color: #742a2a;
}
.bg-bottom {
background-position: bottom;
}
.bg-center {
background-position: center;
}
.bg-left {
background-position: left;
}
.bg-left-bottom {
background-position: left bottom;
}
.bg-left-top {
background-position: left top;
}
.bg-right {
background-position: right;
}
.bg-right-bottom {
background-position: right bottom;
}
.bg-right-top {
background-position: right top;
}
.bg-top {
background-position: top;
}
.bg-repeat {
background-repeat: repeat;
}
.bg-no-repeat {
background-repeat: no-repeat;
}
.bg-repeat-x {
background-repeat: repeat-x;
}
.bg-repeat-y {
background-repeat: repeat-y;
}
.bg-repeat-round {
background-repeat: round;
}
.bg-repeat-space {
background-repeat: space;
}
.bg-auto {
background-size: auto;
}
.bg-cover {
background-size: cover;
}
.bg-contain {
background-size: contain;
}
.border-collapse {
border-collapse: collapse;
}
.border-separate {
border-collapse: separate;
}
.border-transparent {
border-color: transparent;
}
.border-inherit {
border-color: inherit;
}
.border-black {
border-color: #131716;
}
.border-white {
border-color: #ffffff;
}
.border-green-darker {
border-color: #007129;
}
.border-green-dark {
border-color: #029F3B;
}
.border-green {
border-color: #00AC3E;
}
.border-green-bright {
border-color: #08cd4f;
}
.border-gray-100 {
border-color: #edeeee;
}
.border-gray-200 {
border-color: #cbcece;
}
.border-gray-300 {
border-color: #a9adad;
}
.border-gray-400 {
border-color: #868c8c;
}
.border-gray-500 {
border-color: #535c5c;
}
.border-gray-600 {
border-color: #3a4040;
}
.border-gray-700 {
border-color: #313737;
}
.border-gray-800 {
border-color: #212424;
}
.border-gray-900 {
border-color: #131716;
}
.border-red-100 {
border-color: #fff5f5;
}
.border-red-500 {
border-color: #f56565;
}
.border-red-900 {
border-color: #742a2a;
}
.hover\:border-transparent:hover {
border-color: transparent;
}
.hover\:border-inherit:hover {
border-color: inherit;
}
.hover\:border-black:hover {
border-color: #131716;
}
.hover\:border-white:hover {
border-color: #ffffff;
}
.hover\:border-green-darker:hover {
border-color: #007129;
}
.hover\:border-green-dark:hover {
border-color: #029F3B;
}
.hover\:border-green:hover {
border-color: #00AC3E;
}
.hover\:border-green-bright:hover {
border-color: #08cd4f;
}
.hover\:border-gray-100:hover {
border-color: #edeeee;
}
.hover\:border-gray-200:hover {
border-color: #cbcece;
}
.hover\:border-gray-300:hover {
border-color: #a9adad;
}
.hover\:border-gray-400:hover {
border-color: #868c8c;
}
.hover\:border-gray-500:hover {
border-color: #535c5c;
}
.hover\:border-gray-600:hover {
border-color: #3a4040;
}
.hover\:border-gray-700:hover {
border-color: #313737;
}
.hover\:border-gray-800:hover {
border-color: #212424;
}
.hover\:border-gray-900:hover {
border-color: #131716;
}
.hover\:border-red-100:hover {
border-color: #fff5f5;
}
.hover\:border-red-500:hover {
border-color: #f56565;
}
.hover\:border-red-900:hover {
border-color: #742a2a;
}
.group:hover .group-hover\:border-transparent {
border-color: transparent;
}
.group:hover .group-hover\:border-inherit {
border-color: inherit;
}
.group:hover .group-hover\:border-black {
border-color: #131716;
}
.group:hover .group-hover\:border-white {
border-color: #ffffff;
}
.group:hover .group-hover\:border-green-darker {
border-color: #007129;
}
.group:hover .group-hover\:border-green-dark {
border-color: #029F3B;
}
.group:hover .group-hover\:border-green {
border-color: #00AC3E;
}
.group:hover .group-hover\:border-green-bright {
border-color: #08cd4f;
}
.group:hover .group-hover\:border-gray-100 {
border-color: #edeeee;
}
.group:hover .group-hover\:border-gray-200 {
border-color: #cbcece;
}
.group:hover .group-hover\:border-gray-300 {
border-color: #a9adad;
}
.group:hover .group-hover\:border-gray-400 {
border-color: #868c8c;
}
.group:hover .group-hover\:border-gray-500 {
border-color: #535c5c;
}
.group:hover .group-hover\:border-gray-600 {
border-color: #3a4040;
}
.group:hover .group-hover\:border-gray-700 {
border-color: #313737;
}
.group:hover .group-hover\:border-gray-800 {
border-color: #212424;
}
.group:hover .group-hover\:border-gray-900 {
border-color: #131716;
}
.group:hover .group-hover\:border-red-100 {
border-color: #fff5f5;
}
.group:hover .group-hover\:border-red-500 {
border-color: #f56565;
}
.group:hover .group-hover\:border-red-900 {
border-color: #742a2a;
}
.focus\:border-transparent:focus {
border-color: transparent;
}
.focus\:border-inherit:focus {
border-color: inherit;
}
.focus\:border-black:focus {
border-color: #131716;
}
.focus\:border-white:focus {
border-color: #ffffff;
}
.focus\:border-green-darker:focus {
border-color: #007129;
}
.focus\:border-green-dark:focus {
border-color: #029F3B;
}
.focus\:border-green:focus {
border-color: #00AC3E;
}
.focus\:border-green-bright:focus {
border-color: #08cd4f;
}
.focus\:border-gray-100:focus {
border-color: #edeeee;
}
.focus\:border-gray-200:focus {
border-color: #cbcece;
}
.focus\:border-gray-300:focus {
border-color: #a9adad;
}
.focus\:border-gray-400:focus {
border-color: #868c8c;
}
.focus\:border-gray-500:focus {
border-color: #535c5c;
}
.focus\:border-gray-600:focus {
border-color: #3a4040;
}
.focus\:border-gray-700:focus {
border-color: #313737;
}
.focus\:border-gray-800:focus {
border-color: #212424;
}
.focus\:border-gray-900:focus {
border-color: #131716;
}
.focus\:border-red-100:focus {
border-color: #fff5f5;
}
.focus\:border-red-500:focus {
border-color: #f56565;
}
.focus\:border-red-900:focus {
border-color: #742a2a;
}
.rounded-none {
border-radius: 0;
}
.rounded-sm {
border-radius: 0.125rem;
}
.rounded {
border-radius: 0.25rem;
}
.rounded-lg {
border-radius: 0.5rem;
}
.rounded-full {
border-radius: 9999px;
}
.rounded-t-none {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.rounded-r-none {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.rounded-b-none {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.rounded-l-none {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.rounded-t-sm {
border-top-left-radius: 0.125rem;
border-top-right-radius: 0.125rem;
}
.rounded-r-sm {
border-top-right-radius: 0.125rem;
border-bottom-right-radius: 0.125rem;
}
.rounded-b-sm {
border-bottom-right-radius: 0.125rem;
border-bottom-left-radius: 0.125rem;
}
.rounded-l-sm {
border-top-left-radius: 0.125rem;
border-bottom-left-radius: 0.125rem;
}
.rounded-t {
border-top-left-radius: 0.25rem;
border-top-right-radius: 0.25rem;
}
.rounded-r {
border-top-right-radius: 0.25rem;
border-bottom-right-radius: 0.25rem;
}
.rounded-b {
border-bottom-right-radius: 0.25rem;
border-bottom-left-radius: 0.25rem;
}
.rounded-l {
border-top-left-radius: 0.25rem;
border-bottom-left-radius: 0.25rem;
}
.rounded-t-lg {
border-top-left-radius: 0.5rem;
border-top-right-radius: 0.5rem;
}
.rounded-r-lg {
border-top-right-radius: 0.5rem;
border-bottom-right-radius: 0.5rem;
}
.rounded-b-lg {
border-bottom-right-radius: 0.5rem;
border-bottom-left-radius: 0.5rem;
}
.rounded-l-lg {
border-top-left-radius: 0.5rem;
border-bottom-left-radius: 0.5rem;
}
.rounded-t-full {
border-top-left-radius: 9999px;
border-top-right-radius: 9999px;
}
.rounded-r-full {
border-top-right-radius: 9999px;
border-bottom-right-radius: 9999px;
}
.rounded-b-full {
border-bottom-right-radius: 9999px;
border-bottom-left-radius: 9999px;
}
.rounded-l-full {
border-top-left-radius: 9999px;
border-bottom-left-radius: 9999px;
}
.rounded-tl-none {
border-top-left-radius: 0;
}
.rounded-tr-none {
border-top-right-radius: 0;
}
.rounded-br-none {
border-bottom-right-radius: 0;
}
.rounded-bl-none {
border-bottom-left-radius: 0;
}
.rounded-tl-sm {
border-top-left-radius: 0.125rem;
}
.rounded-tr-sm {
border-top-right-radius: 0.125rem;
}
.rounded-br-sm {
border-bottom-right-radius: 0.125rem;
}
.rounded-bl-sm {
border-bottom-left-radius: 0.125rem;
}
.rounded-tl {
border-top-left-radius: 0.25rem;
}
.rounded-tr {
border-top-right-radius: 0.25rem;
}
.rounded-br {
border-bottom-right-radius: 0.25rem;
}
.rounded-bl {
border-bottom-left-radius: 0.25rem;
}
.rounded-tl-lg {
border-top-left-radius: 0.5rem;
}
.rounded-tr-lg {
border-top-right-radius: 0.5rem;
}
.rounded-br-lg {
border-bottom-right-radius: 0.5rem;
}
.rounded-bl-lg {
border-bottom-left-radius: 0.5rem;
}
.rounded-tl-full {
border-top-left-radius: 9999px;
}
.rounded-tr-full {
border-top-right-radius: 9999px;
}
.rounded-br-full {
border-bottom-right-radius: 9999px;
}
.rounded-bl-full {
border-bottom-left-radius: 9999px;
}
.border-solid {
border-style: solid;
}
.border-dashed {
border-style: dashed;
}
.border-dotted {
border-style: dotted;
}
.border-none {
border-style: none;
}
.border-0 {
border-width: 0;
}
.border-2 {
border-width: 2px;
}
.border-4 {
border-width: 4px;
}
.border-8 {
border-width: 8px;
}
.border {
border-width: 1px;
}
.border-t-0 {
border-top-width: 0;
}
.border-r-0 {
border-right-width: 0;
}
.border-b-0 {
border-bottom-width: 0;
}
.border-l-0 {
border-left-width: 0;
}
.border-t-2 {
border-top-width: 2px;
}
.border-r-2 {
border-right-width: 2px;
}
.border-b-2 {
border-bottom-width: 2px;
}
.border-l-2 {
border-left-width: 2px;
}
.border-t-4 {
border-top-width: 4px;
}
.border-r-4 {
border-right-width: 4px;
}
.border-b-4 {
border-bottom-width: 4px;
}
.border-l-4 {
border-left-width: 4px;
}
.border-t-8 {
border-top-width: 8px;
}
.border-r-8 {
border-right-width: 8px;
}
.border-b-8 {
border-bottom-width: 8px;
}
.border-l-8 {
border-left-width: 8px;
}
.border-t {
border-top-width: 1px;
}
.border-r {
border-right-width: 1px;
}
.border-b {
border-bottom-width: 1px;
}
.border-l {
border-left-width: 1px;
}
.cursor-auto {
cursor: auto;
}
.cursor-default {
cursor: default;
}
.cursor-pointer {
cursor: pointer;
}
.cursor-wait {
cursor: wait;
}
.cursor-text {
cursor: text;
}
.cursor-move {
cursor: move;
}
.cursor-not-allowed {
cursor: not-allowed;
}
.block {
display: block;
}
.inline-block {
display: inline-block;
}
.inline {
display: inline;
}
.flex {
display: flex;
}
.inline-flex {
display: inline-flex;
}
.table {
display: table;
}
.table-row {
display: table-row;
}
.table-cell {
display: table-cell;
}
.hidden {
display: none;
}
.group:hover .group-hover\:block {
display: block;
}
.group:hover .group-hover\:inline-block {
display: inline-block;
}
.group:hover .group-hover\:inline {
display: inline;
}
.group:hover .group-hover\:flex {
display: flex;
}
.group:hover .group-hover\:inline-flex {
display: inline-flex;
}
.group:hover .group-hover\:table {
display: table;
}
.group:hover .group-hover\:table-row {
display: table-row;
}
.group:hover .group-hover\:table-cell {
display: table-cell;
}
.group:hover .group-hover\:hidden {
display: none;
}
.flex-row {
flex-direction: row;
}
.flex-row-reverse {
flex-direction: row-reverse;
}
.flex-col {
flex-direction: column;
}
.flex-col-reverse {
flex-direction: column-reverse;
}
.flex-wrap {
flex-wrap: wrap;
}
.flex-wrap-reverse {
flex-wrap: wrap-reverse;
}
.flex-no-wrap {
flex-wrap: nowrap;
}
.items-start {
align-items: flex-start;
}
.items-end {
align-items: flex-end;
}
.items-center {
align-items: center;
}
.items-baseline {
align-items: baseline;
}
.items-stretch {
align-items: stretch;
}
.self-auto {
align-self: auto;
}
.self-start {
align-self: flex-start;
}
.self-end {
align-self: flex-end;
}
.self-center {
align-self: center;
}
.self-stretch {
align-self: stretch;
}
.justify-start {
justify-content: flex-start;
}
.justify-end {
justify-content: flex-end;
}
.justify-center {
justify-content: center;
}
.justify-between {
justify-content: space-between;
}
.justify-around {
justify-content: space-around;
}
.hover\:justify-start:hover {
justify-content: flex-start;
}
.hover\:justify-end:hover {
justify-content: flex-end;
}
.hover\:justify-center:hover {
justify-content: center;
}
.hover\:justify-between:hover {
justify-content: space-between;
}
.hover\:justify-around:hover {
justify-content: space-around;
}
.focus\:justify-start:focus {
justify-content: flex-start;
}
.focus\:justify-end:focus {
justify-content: flex-end;
}
.focus\:justify-center:focus {
justify-content: center;
}
.focus\:justify-between:focus {
justify-content: space-between;
}
.focus\:justify-around:focus {
justify-content: space-around;
}
.group:hover .group-hover\:justify-start {
justify-content: flex-start;
}
.group:hover .group-hover\:justify-end {
justify-content: flex-end;
}
.group:hover .group-hover\:justify-center {
justify-content: center;
}
.group:hover .group-hover\:justify-between {
justify-content: space-between;
}
.group:hover .group-hover\:justify-around {
justify-content: space-around;
}
.content-center {
align-content: center;
}
.content-start {
align-content: flex-start;
}
.content-end {
align-content: flex-end;
}
.content-between {
align-content: space-between;
}
.content-around {
align-content: space-around;
}
.flex-1 {
flex: 1 1 0%;
}
.flex-auto {
flex: 1 1 auto;
}
.flex-initial {
flex: 0 1 auto;
}
.flex-none {
flex: none;
}
.flex-grow-0 {
flex-grow: 0;
}
.flex-grow {
flex-grow: 1;
}
.flex-shrink-0 {
flex-shrink: 0;
}
.flex-shrink {
flex-shrink: 1;
}
.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;
}
.order-first {
order: -9999;
}
.order-last {
order: 9999;
}
.order-none {
order: 0;
}
.float-right {
float: right;
}
.float-left {
float: left;
}
.float-none {
float: none;
}
.clearfix:after {
content: "";
display: table;
clear: both;
}
.font-sans {
font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
}
.font-serif {
font-family: Sentinel A, Sentinel B, Bookman Old Style Regular, serif;
}
.font-hairline {
font-weight: 100;
}
.font-thin {
font-weight: 200;
}
.font-light {
font-weight: 300;
}
.font-normal {
font-weight: 400;
}
.font-medium {
font-weight: 500;
}
.font-semibold {
font-weight: 600;
}
.font-bold {
font-weight: 700;
}
.font-extrabold {
font-weight: 800;
}
.font-black {
font-weight: 900;
}
.hover\:font-hairline:hover {
font-weight: 100;
}
.hover\:font-thin:hover {
font-weight: 200;
}
.hover\:font-light:hover {
font-weight: 300;
}
.hover\:font-normal:hover {
font-weight: 400;
}
.hover\:font-medium:hover {
font-weight: 500;
}
.hover\:font-semibold:hover {
font-weight: 600;
}
.hover\:font-bold:hover {
font-weight: 700;
}
.hover\:font-extrabold:hover {
font-weight: 800;
}
.hover\:font-black:hover {
font-weight: 900;
}
.focus\:font-hairline:focus {
font-weight: 100;
}
.focus\:font-thin:focus {
font-weight: 200;
}
.focus\:font-light:focus {
font-weight: 300;
}
.focus\:font-normal:focus {
font-weight: 400;
}
.focus\:font-medium:focus {
font-weight: 500;
}
.focus\:font-semibold:focus {
font-weight: 600;
}
.focus\:font-bold:focus {
font-weight: 700;
}
.focus\:font-extrabold:focus {
font-weight: 800;
}
.focus\:font-black:focus {
font-weight: 900;
}
.h-0 {
height: 0;
}
.h-1 {
height: 0.25rem;
}
.h-2 {
height: 0.5rem;
}
.h-3 {
height: 0.75rem;
}
.h-4 {
height: 1rem;
}
.h-5 {
height: 1.25rem;
}
.h-6 {
height: 1.5rem;
}
.h-8 {
height: 2rem;
}
.h-10 {
height: 2.5rem;
}
.h-12 {
height: 3rem;
}
.h-16 {
height: 4rem;
}
.h-20 {
height: 5rem;
}
.h-24 {
height: 6rem;
}
.h-32 {
height: 8rem;
}
.h-40 {
height: 10rem;
}
.h-48 {
height: 12rem;
}
.h-56 {
height: 14rem;
}
.h-64 {
height: 16rem;
}
.h-360 {
height: 90rem;
}
.h-auto {
height: auto;
}
.h-px {
height: 1px;
}
.h-full {
height: 100%;
}
.h-screen {
height: 100vh;
}
.leading-none {
line-height: 1;
}
.leading-tight {
line-height: 1.25;
}
.leading-snug {
line-height: 1.375;
}
.leading-normal {
line-height: 1.5;
}
.leading-relaxed {
line-height: 1.625;
}
.leading-loose {
line-height: 2;
}
.list-inside {
list-style-position: inside;
}
.list-outside {
list-style-position: outside;
}
.list-none {
list-style-type: none;
}
.list-disc {
list-style-type: disc;
}
.list-decimal {
list-style-type: decimal;
}
.m-0 {
margin: 0;
}
.m-1 {
margin: 0.25rem;
}
.m-2 {
margin: 0.5rem;
}
.m-3 {
margin: 0.75rem;
}
.m-4 {
margin: 1rem;
}
.m-5 {
margin: 1.25rem;
}
.m-6 {
margin: 1.5rem;
}
.m-8 {
margin: 2rem;
}
.m-10 {
margin: 2.5rem;
}
.m-12 {
margin: 3rem;
}
.m-16 {
margin: 4rem;
}
.m-20 {
margin: 5rem;
}
.m-24 {
margin: 6rem;
}
.m-32 {
margin: 8rem;
}
.m-40 {
margin: 10rem;
}
.m-48 {
margin: 12rem;
}
.m-56 {
margin: 14rem;
}
.m-64 {
margin: 16rem;
}
.m-360 {
margin: 90rem;
}
.m-auto {
margin: auto;
}
.m-px {
margin: 1px;
}
.-m-1 {
margin: -0.25rem;
}
.-m-2 {
margin: -0.5rem;
}
.-m-3 {
margin: -0.75rem;
}
.-m-4 {
margin: -1rem;
}
.-m-5 {
margin: -1.25rem;
}
.-m-6 {
margin: -1.5rem;
}
.-m-8 {
margin: -2rem;
}
.-m-10 {
margin: -2.5rem;
}
.-m-12 {
margin: -3rem;
}
.-m-16 {
margin: -4rem;
}
.-m-20 {
margin: -5rem;
}
.-m-24 {
margin: -6rem;
}
.-m-32 {
margin: -8rem;
}
.-m-40 {
margin: -10rem;
}
.-m-48 {
margin: -12rem;
}
.-m-56 {
margin: -14rem;
}
.-m-64 {
margin: -16rem;
}
.-m-360 {
margin: -90rem;
}
.-m-px {
margin: -1px;
}
.my-0 {
margin-top: 0;
margin-bottom: 0;
}
.mx-0 {
margin-left: 0;
margin-right: 0;
}
.my-1 {
margin-top: 0.25rem;
margin-bottom: 0.25rem;
}
.mx-1 {
margin-left: 0.25rem;
margin-right: 0.25rem;
}
.my-2 {
margin-top: 0.5rem;
margin-bottom: 0.5rem;
}
.mx-2 {
margin-left: 0.5rem;
margin-right: 0.5rem;
}
.my-3 {
margin-top: 0.75rem;
margin-bottom: 0.75rem;
}
.mx-3 {
margin-left: 0.75rem;
margin-right: 0.75rem;
}
.my-4 {
margin-top: 1rem;
margin-bottom: 1rem;
}
.mx-4 {
margin-left: 1rem;
margin-right: 1rem;
}
.my-5 {
margin-top: 1.25rem;
margin-bottom: 1.25rem;
}
.mx-5 {
margin-left: 1.25rem;
margin-right: 1.25rem;
}
.my-6 {
margin-top: 1.5rem;
margin-bottom: 1.5rem;
}
.mx-6 {
margin-left: 1.5rem;
margin-right: 1.5rem;
}
.my-8 {
margin-top: 2rem;
margin-bottom: 2rem;
}
.mx-8 {
margin-left: 2rem;
margin-right: 2rem;
}
.my-10 {
margin-top: 2.5rem;
margin-bottom: 2.5rem;
}
.mx-10 {
margin-left: 2.5rem;
margin-right: 2.5rem;
}
.my-12 {
margin-top: 3rem;
margin-bottom: 3rem;
}
.mx-12 {
margin-left: 3rem;
margin-right: 3rem;
}
.my-16 {
margin-top: 4rem;
margin-bottom: 4rem;
}
.mx-16 {
margin-left: 4rem;
margin-right: 4rem;
}
.my-20 {
margin-top: 5rem;
margin-bottom: 5rem;
}
.mx-20 {
margin-left: 5rem;
margin-right: 5rem;
}
.my-24 {
margin-top: 6rem;
margin-bottom: 6rem;
}
.mx-24 {
margin-left: 6rem;
margin-right: 6rem;
}
.my-32 {
margin-top: 8rem;
margin-bottom: 8rem;
}
.mx-32 {
margin-left: 8rem;
margin-right: 8rem;
}
.my-40 {
margin-top: 10rem;
margin-bottom: 10rem;
}
.mx-40 {
margin-left: 10rem;
margin-right: 10rem;
}
.my-48 {
margin-top: 12rem;
margin-bottom: 12rem;
}
.mx-48 {
margin-left: 12rem;
margin-right: 12rem;
}
.my-56 {
margin-top: 14rem;
margin-bottom: 14rem;
}
.mx-56 {
margin-left: 14rem;
margin-right: 14rem;
}
.my-64 {
margin-top: 16rem;
margin-bottom: 16rem;
}
.mx-64 {
margin-left: 16rem;
margin-right: 16rem;
}
.my-360 {
margin-top: 90rem;
margin-bottom: 90rem;
}
.mx-360 {
margin-left: 90rem;
margin-right: 90rem;
}
.my-auto {
margin-top: auto;
margin-bottom: auto;
}
.mx-auto {
margin-left: auto;
margin-right: auto;
}
.my-px {
margin-top: 1px;
margin-bottom: 1px;
}
.mx-px {
margin-left: 1px;
margin-right: 1px;
}
.-my-1 {
margin-top: -0.25rem;
margin-bottom: -0.25rem;
}
.-mx-1 {
margin-left: -0.25rem;
margin-right: -0.25rem;
}
.-my-2 {
margin-top: -0.5rem;
margin-bottom: -0.5rem;
}
.-mx-2 {
margin-left: -0.5rem;
margin-right: -0.5rem;
}
.-my-3 {
margin-top: -0.75rem;
margin-bottom: -0.75rem;
}
.-mx-3 {
margin-left: -0.75rem;
margin-right: -0.75rem;
}
.-my-4 {
margin-top: -1rem;
margin-bottom: -1rem;
}
.-mx-4 {
margin-left: -1rem;
margin-right: -1rem;
}
.-my-5 {
margin-top: -1.25rem;
margin-bottom: -1.25rem;
}
.-mx-5 {
margin-left: -1.25rem;
margin-right: -1.25rem;
}
.-my-6 {
margin-top: -1.5rem;
margin-bottom: -1.5rem;
}
.-mx-6 {
margin-left: -1.5rem;
margin-right: -1.5rem;
}
.-my-8 {
margin-top: -2rem;
margin-bottom: -2rem;
}
.-mx-8 {
margin-left: -2rem;
margin-right: -2rem;
}
.-my-10 {
margin-top: -2.5rem;
margin-bottom: -2.5rem;
}
.-mx-10 {
margin-left: -2.5rem;
margin-right: -2.5rem;
}
.-my-12 {
margin-top: -3rem;
margin-bottom: -3rem;
}
.-mx-12 {
margin-left: -3rem;
margin-right: -3rem;
}
.-my-16 {
margin-top: -4rem;
margin-bottom: -4rem;
}
.-mx-16 {
margin-left: -4rem;
margin-right: -4rem;
}
.-my-20 {
margin-top: -5rem;
margin-bottom: -5rem;
}
.-mx-20 {
margin-left: -5rem;
margin-right: -5rem;
}
.-my-24 {
margin-top: -6rem;
margin-bottom: -6rem;
}
.-mx-24 {
margin-left: -6rem;
margin-right: -6rem;
}
.-my-32 {
margin-top: -8rem;
margin-bottom: -8rem;
}
.-mx-32 {
margin-left: -8rem;
margin-right: -8rem;
}
.-my-40 {
margin-top: -10rem;
margin-bottom: -10rem;
}
.-mx-40 {
margin-left: -10rem;
margin-right: -10rem;
}
.-my-48 {
margin-top: -12rem;
margin-bottom: -12rem;
}
.-mx-48 {
margin-left: -12rem;
margin-right: -12rem;
}
.-my-56 {
margin-top: -14rem;
margin-bottom: -14rem;
}
.-mx-56 {
margin-left: -14rem;
margin-right: -14rem;
}
.-my-64 {
margin-top: -16rem;
margin-bottom: -16rem;
}
.-mx-64 {
margin-left: -16rem;
margin-right: -16rem;
}
.-my-360 {
margin-top: -90rem;
margin-bottom: -90rem;
}
.-mx-360 {
margin-left: -90rem;
margin-right: -90rem;
}
.-my-px {
margin-top: -1px;
margin-bottom: -1px;
}
.-mx-px {
margin-left: -1px;
margin-right: -1px;
}
.mt-0 {
margin-top: 0;
}
.mr-0 {
margin-right: 0;
}
.mb-0 {
margin-bottom: 0;
}
.ml-0 {
margin-left: 0;
}
.mt-1 {
margin-top: 0.25rem;
}
.mr-1 {
margin-right: 0.25rem;
}
.mb-1 {
margin-bottom: 0.25rem;
}
.ml-1 {
margin-left: 0.25rem;
}
.mt-2 {
margin-top: 0.5rem;
}
.mr-2 {
margin-right: 0.5rem;
}
.mb-2 {
margin-bottom: 0.5rem;
}
.ml-2 {
margin-left: 0.5rem;
}
.mt-3 {
margin-top: 0.75rem;
}
.mr-3 {
margin-right: 0.75rem;
}
.mb-3 {
margin-bottom: 0.75rem;
}
.ml-3 {
margin-left: 0.75rem;
}
.mt-4 {
margin-top: 1rem;
}
.mr-4 {
margin-right: 1rem;
}
.mb-4 {
margin-bottom: 1rem;
}
.ml-4 {
margin-left: 1rem;
}
.mt-5 {
margin-top: 1.25rem;
}
.mr-5 {
margin-right: 1.25rem;
}
.mb-5 {
margin-bottom: 1.25rem;
}
.ml-5 {
margin-left: 1.25rem;
}
.mt-6 {
margin-top: 1.5rem;
}
.mr-6 {
margin-right: 1.5rem;
}
.mb-6 {
margin-bottom: 1.5rem;
}
.ml-6 {
margin-left: 1.5rem;
}
.mt-8 {
margin-top: 2rem;
}
.mr-8 {
margin-right: 2rem;
}
.mb-8 {
margin-bottom: 2rem;
}
.ml-8 {
margin-left: 2rem;
}
.mt-10 {
margin-top: 2.5rem;
}
.mr-10 {
margin-right: 2.5rem;
}
.mb-10 {
margin-bottom: 2.5rem;
}
.ml-10 {
margin-left: 2.5rem;
}
.mt-12 {
margin-top: 3rem;
}
.mr-12 {
margin-right: 3rem;
}
.mb-12 {
margin-bottom: 3rem;
}
.ml-12 {
margin-left: 3rem;
}
.mt-16 {
margin-top: 4rem;
}
.mr-16 {
margin-right: 4rem;
}
.mb-16 {
margin-bottom: 4rem;
}
.ml-16 {
margin-left: 4rem;
}
.mt-20 {
margin-top: 5rem;
}
.mr-20 {
margin-right: 5rem;
}
.mb-20 {
margin-bottom: 5rem;
}
.ml-20 {
margin-left: 5rem;
}
.mt-24 {
margin-top: 6rem;
}
.mr-24 {
margin-right: 6rem;
}
.mb-24 {
margin-bottom: 6rem;
}
.ml-24 {
margin-left: 6rem;
}
.mt-32 {
margin-top: 8rem;
}
.mr-32 {
margin-right: 8rem;
}
.mb-32 {
margin-bottom: 8rem;
}
.ml-32 {
margin-left: 8rem;
}
.mt-40 {
margin-top: 10rem;
}
.mr-40 {
margin-right: 10rem;
}
.mb-40 {
margin-bottom: 10rem;
}
.ml-40 {
margin-left: 10rem;
}
.mt-48 {
margin-top: 12rem;
}
.mr-48 {
margin-right: 12rem;
}
.mb-48 {
margin-bottom: 12rem;
}
.ml-48 {
margin-left: 12rem;
}
.mt-56 {
margin-top: 14rem;
}
.mr-56 {
margin-right: 14rem;
}
.mb-56 {
margin-bottom: 14rem;
}
.ml-56 {
margin-left: 14rem;
}
.mt-64 {
margin-top: 16rem;
}
.mr-64 {
margin-right: 16rem;
}
.mb-64 {
margin-bottom: 16rem;
}
.ml-64 {
margin-left: 16rem;
}
.mt-360 {
margin-top: 90rem;
}
.mr-360 {
margin-right: 90rem;
}
.mb-360 {
margin-bottom: 90rem;
}
.ml-360 {
margin-left: 90rem;
}
.mt-auto {
margin-top: auto;
}
.mr-auto {
margin-right: auto;
}
.mb-auto {
margin-bottom: auto;
}
.ml-auto {
margin-left: auto;
}
.mt-px {
margin-top: 1px;
}
.mr-px {
margin-right: 1px;
}
.mb-px {
margin-bottom: 1px;
}
.ml-px {
margin-left: 1px;
}
.-mt-1 {
margin-top: -0.25rem;
}
.-mr-1 {
margin-right: -0.25rem;
}
.-mb-1 {
margin-bottom: -0.25rem;
}
.-ml-1 {
margin-left: -0.25rem;
}
.-mt-2 {
margin-top: -0.5rem;
}
.-mr-2 {
margin-right: -0.5rem;
}
.-mb-2 {
margin-bottom: -0.5rem;
}
.-ml-2 {
margin-left: -0.5rem;
}
.-mt-3 {
margin-top: -0.75rem;
}
.-mr-3 {
margin-right: -0.75rem;
}
.-mb-3 {
margin-bottom: -0.75rem;
}
.-ml-3 {
margin-left: -0.75rem;
}
.-mt-4 {
margin-top: -1rem;
}
.-mr-4 {
margin-right: -1rem;
}
.-mb-4 {
margin-bottom: -1rem;
}
.-ml-4 {
margin-left: -1rem;
}
.-mt-5 {
margin-top: -1.25rem;
}
.-mr-5 {
margin-right: -1.25rem;
}
.-mb-5 {
margin-bottom: -1.25rem;
}
.-ml-5 {
margin-left: -1.25rem;
}
.-mt-6 {
margin-top: -1.5rem;
}
.-mr-6 {
margin-right: -1.5rem;
}
.-mb-6 {
margin-bottom: -1.5rem;
}
.-ml-6 {
margin-left: -1.5rem;
}
.-mt-8 {
margin-top: -2rem;
}
.-mr-8 {
margin-right: -2rem;
}
.-mb-8 {
margin-bottom: -2rem;
}
.-ml-8 {
margin-left: -2rem;
}
.-mt-10 {
margin-top: -2.5rem;
}
.-mr-10 {
margin-right: -2.5rem;
}
.-mb-10 {
margin-bottom: -2.5rem;
}
.-ml-10 {
margin-left: -2.5rem;
}
.-mt-12 {
margin-top: -3rem;
}
.-mr-12 {
margin-right: -3rem;
}
.-mb-12 {
margin-bottom: -3rem;
}
.-ml-12 {
margin-left: -3rem;
}
.-mt-16 {
margin-top: -4rem;
}
.-mr-16 {
margin-right: -4rem;
}
.-mb-16 {
margin-bottom: -4rem;
}
.-ml-16 {
margin-left: -4rem;
}
.-mt-20 {
margin-top: -5rem;
}
.-mr-20 {
margin-right: -5rem;
}
.-mb-20 {
margin-bottom: -5rem;
}
.-ml-20 {
margin-left: -5rem;
}
.-mt-24 {
margin-top: -6rem;
}
.-mr-24 {
margin-right: -6rem;
}
.-mb-24 {
margin-bottom: -6rem;
}
.-ml-24 {
margin-left: -6rem;
}
.-mt-32 {
margin-top: -8rem;
}
.-mr-32 {
margin-right: -8rem;
}
.-mb-32 {
margin-bottom: -8rem;
}
.-ml-32 {
margin-left: -8rem;
}
.-mt-40 {
margin-top: -10rem;
}
.-mr-40 {
margin-right: -10rem;
}
.-mb-40 {
margin-bottom: -10rem;
}
.-ml-40 {
margin-left: -10rem;
}
.-mt-48 {
margin-top: -12rem;
}
.-mr-48 {
margin-right: -12rem;
}
.-mb-48 {
margin-bottom: -12rem;
}
.-ml-48 {
margin-left: -12rem;
}
.-mt-56 {
margin-top: -14rem;
}
.-mr-56 {
margin-right: -14rem;
}
.-mb-56 {
margin-bottom: -14rem;
}
.-ml-56 {
margin-left: -14rem;
}
.-mt-64 {
margin-top: -16rem;
}
.-mr-64 {
margin-right: -16rem;
}
.-mb-64 {
margin-bottom: -16rem;
}
.-ml-64 {
margin-left: -16rem;
}
.-mt-360 {
margin-top: -90rem;
}
.-mr-360 {
margin-right: -90rem;
}
.-mb-360 {
margin-bottom: -90rem;
}
.-ml-360 {
margin-left: -90rem;
}
.-mt-px {
margin-top: -1px;
}
.-mr-px {
margin-right: -1px;
}
.-mb-px {
margin-bottom: -1px;
}
.-ml-px {
margin-left: -1px;
}
.hover\:m-0:hover {
margin: 0;
}
.hover\:m-1:hover {
margin: 0.25rem;
}
.hover\:m-2:hover {
margin: 0.5rem;
}
.hover\:m-3:hover {
margin: 0.75rem;
}
.hover\:m-4:hover {
margin: 1rem;
}
.hover\:m-5:hover {
margin: 1.25rem;
}
.hover\:m-6:hover {
margin: 1.5rem;
}
.hover\:m-8:hover {
margin: 2rem;
}
.hover\:m-10:hover {
margin: 2.5rem;
}
.hover\:m-12:hover {
margin: 3rem;
}
.hover\:m-16:hover {
margin: 4rem;
}
.hover\:m-20:hover {
margin: 5rem;
}
.hover\:m-24:hover {
margin: 6rem;
}
.hover\:m-32:hover {
margin: 8rem;
}
.hover\:m-40:hover {
margin: 10rem;
}
.hover\:m-48:hover {
margin: 12rem;
}
.hover\:m-56:hover {
margin: 14rem;
}
.hover\:m-64:hover {
margin: 16rem;
}
.hover\:m-360:hover {
margin: 90rem;
}
.hover\:m-auto:hover {
margin: auto;
}
.hover\:m-px:hover {
margin: 1px;
}
.hover\:-m-1:hover {
margin: -0.25rem;
}
.hover\:-m-2:hover {
margin: -0.5rem;
}
.hover\:-m-3:hover {
margin: -0.75rem;
}
.hover\:-m-4:hover {
margin: -1rem;
}
.hover\:-m-5:hover {
margin: -1.25rem;
}
.hover\:-m-6:hover {
margin: -1.5rem;
}
.hover\:-m-8:hover {
margin: -2rem;
}
.hover\:-m-10:hover {
margin: -2.5rem;
}
.hover\:-m-12:hover {
margin: -3rem;
}
.hover\:-m-16:hover {
margin: -4rem;
}
.hover\:-m-20:hover {
margin: -5rem;
}
.hover\:-m-24:hover {
margin: -6rem;
}
.hover\:-m-32:hover {
margin: -8rem;
}
.hover\:-m-40:hover {
margin: -10rem;
}
.hover\:-m-48:hover {
margin: -12rem;
}
.hover\:-m-56:hover {
margin: -14rem;
}
.hover\:-m-64:hover {
margin: -16rem;
}
.hover\:-m-360:hover {
margin: -90rem;
}
.hover\:-m-px:hover {
margin: -1px;
}
.hover\:my-0:hover {
margin-top: 0;
margin-bottom: 0;
}
.hover\:mx-0:hover {
margin-left: 0;
margin-right: 0;
}
.hover\:my-1:hover {
margin-top: 0.25rem;
margin-bottom: 0.25rem;
}
.hover\:mx-1:hover {
margin-left: 0.25rem;
margin-right: 0.25rem;
}
.hover\:my-2:hover {
margin-top: 0.5rem;
margin-bottom: 0.5rem;
}
.hover\:mx-2:hover {
margin-left: 0.5rem;
margin-right: 0.5rem;
}
.hover\:my-3:hover {
margin-top: 0.75rem;
margin-bottom: 0.75rem;
}
.hover\:mx-3:hover {
margin-left: 0.75rem;
margin-right: 0.75rem;
}
.hover\:my-4:hover {
margin-top: 1rem;
margin-bottom: 1rem;
}
.hover\:mx-4:hover {
margin-left: 1rem;
margin-right: 1rem;
}
.hover\:my-5:hover {
margin-top: 1.25rem;
margin-bottom: 1.25rem;
}
.hover\:mx-5:hover {
margin-left: 1.25rem;
margin-right: 1.25rem;
}
.hover\:my-6:hover {
margin-top: 1.5rem;
margin-bottom: 1.5rem;
}
.hover\:mx-6:hover {
margin-left: 1.5rem;
margin-right: 1.5rem;
}
.hover\:my-8:hover {
margin-top: 2rem;
margin-bottom: 2rem;
}
.hover\:mx-8:hover {
margin-left: 2rem;
margin-right: 2rem;
}
.hover\:my-10:hover {
margin-top: 2.5rem;
margin-bottom: 2.5rem;
}
.hover\:mx-10:hover {
margin-left: 2.5rem;
margin-right: 2.5rem;
}
.hover\:my-12:hover {
margin-top: 3rem;
margin-bottom: 3rem;
}
.hover\:mx-12:hover {
margin-left: 3rem;
margin-right: 3rem;
}
.hover\:my-16:hover {
margin-top: 4rem;
margin-bottom: 4rem;
}
.hover\:mx-16:hover {
margin-left: 4rem;
margin-right: 4rem;
}
.hover\:my-20:hover {
margin-top: 5rem;
margin-bottom: 5rem;
}
.hover\:mx-20:hover {
margin-left: 5rem;
margin-right: 5rem;
}
.hover\:my-24:hover {
margin-top: 6rem;
margin-bottom: 6rem;
}
.hover\:mx-24:hover {
margin-left: 6rem;
margin-right: 6rem;
}
.hover\:my-32:hover {
margin-top: 8rem;
margin-bottom: 8rem;
}
.hover\:mx-32:hover {
margin-left: 8rem;
margin-right: 8rem;
}
.hover\:my-40:hover {
margin-top: 10rem;
margin-bottom: 10rem;
}
.hover\:mx-40:hover {
margin-left: 10rem;
margin-right: 10rem;
}
.hover\:my-48:hover {
margin-top: 12rem;
margin-bottom: 12rem;
}
.hover\:mx-48:hover {
margin-left: 12rem;
margin-right: 12rem;
}
.hover\:my-56:hover {
margin-top: 14rem;
margin-bottom: 14rem;
}
.hover\:mx-56:hover {
margin-left: 14rem;
margin-right: 14rem;
}
.hover\:my-64:hover {
margin-top: 16rem;
margin-bottom: 16rem;
}
.hover\:mx-64:hover {
margin-left: 16rem;
margin-right: 16rem;
}
.hover\:my-360:hover {
margin-top: 90rem;
margin-bottom: 90rem;
}
.hover\:mx-360:hover {
margin-left: 90rem;
margin-right: 90rem;
}
.hover\:my-auto:hover {
margin-top: auto;
margin-bottom: auto;
}
.hover\:mx-auto:hover {
margin-left: auto;
margin-right: auto;
}
.hover\:my-px:hover {
margin-top: 1px;
margin-bottom: 1px;
}
.hover\:mx-px:hover {
margin-left: 1px;
margin-right: 1px;
}
.hover\:-my-1:hover {
margin-top: -0.25rem;
margin-bottom: -0.25rem;
}
.hover\:-mx-1:hover {
margin-left: -0.25rem;
margin-right: -0.25rem;
}
.hover\:-my-2:hover {
margin-top: -0.5rem;
margin-bottom: -0.5rem;
}
.hover\:-mx-2:hover {
margin-left: -0.5rem;
margin-right: -0.5rem;
}
.hover\:-my-3:hover {
margin-top: -0.75rem;
margin-bottom: -0.75rem;
}
.hover\:-mx-3:hover {
margin-left: -0.75rem;
margin-right: -0.75rem;
}
.hover\:-my-4:hover {
margin-top: -1rem;
margin-bottom: -1rem;
}
.hover\:-mx-4:hover {
margin-left: -1rem;
margin-right: -1rem;
}
.hover\:-my-5:hover {
margin-top: -1.25rem;
margin-bottom: -1.25rem;
}
.hover\:-mx-5:hover {
margin-left: -1.25rem;
margin-right: -1.25rem;
}
.hover\:-my-6:hover {
margin-top: -1.5rem;
margin-bottom: -1.5rem;
}
.hover\:-mx-6:hover {
margin-left: -1.5rem;
margin-right: -1.5rem;
}
.hover\:-my-8:hover {
margin-top: -2rem;
margin-bottom: -2rem;
}
.hover\:-mx-8:hover {
margin-left: -2rem;
margin-right: -2rem;
}
.hover\:-my-10:hover {
margin-top: -2.5rem;
margin-bottom: -2.5rem;
}
.hover\:-mx-10:hover {
margin-left: -2.5rem;
margin-right: -2.5rem;
}
.hover\:-my-12:hover {
margin-top: -3rem;
margin-bottom: -3rem;
}
.hover\:-mx-12:hover {
margin-left: -3rem;
margin-right: -3rem;
}
.hover\:-my-16:hover {
margin-top: -4rem;
margin-bottom: -4rem;
}
.hover\:-mx-16:hover {
margin-left: -4rem;
margin-right: -4rem;
}
.hover\:-my-20:hover {
margin-top: -5rem;
margin-bottom: -5rem;
}
.hover\:-mx-20:hover {
margin-left: -5rem;
margin-right: -5rem;
}
.hover\:-my-24:hover {
margin-top: -6rem;
margin-bottom: -6rem;
}
.hover\:-mx-24:hover {
margin-left: -6rem;
margin-right: -6rem;
}
.hover\:-my-32:hover {
margin-top: -8rem;
margin-bottom: -8rem;
}
.hover\:-mx-32:hover {
margin-left: -8rem;
margin-right: -8rem;
}
.hover\:-my-40:hover {
margin-top: -10rem;
margin-bottom: -10rem;
}
.hover\:-mx-40:hover {
margin-left: -10rem;
margin-right: -10rem;
}
.hover\:-my-48:hover {
margin-top: -12rem;
margin-bottom: -12rem;
}
.hover\:-mx-48:hover {
margin-left: -12rem;
margin-right: -12rem;
}
.hover\:-my-56:hover {
margin-top: -14rem;
margin-bottom: -14rem;
}
.hover\:-mx-56:hover {
margin-left: -14rem;
margin-right: -14rem;
}
.hover\:-my-64:hover {
margin-top: -16rem;
margin-bottom: -16rem;
}
.hover\:-mx-64:hover {
margin-left: -16rem;
margin-right: -16rem;
}
.hover\:-my-360:hover {
margin-top: -90rem;
margin-bottom: -90rem;
}
.hover\:-mx-360:hover {
margin-left: -90rem;
margin-right: -90rem;
}
.hover\:-my-px:hover {
margin-top: -1px;
margin-bottom: -1px;
}
.hover\:-mx-px:hover {
margin-left: -1px;
margin-right: -1px;
}
.hover\:mt-0:hover {
margin-top: 0;
}
.hover\:mr-0:hover {
margin-right: 0;
}
.hover\:mb-0:hover {
margin-bottom: 0;
}
.hover\:ml-0:hover {
margin-left: 0;
}
.hover\:mt-1:hover {
margin-top: 0.25rem;
}
.hover\:mr-1:hover {
margin-right: 0.25rem;
}
.hover\:mb-1:hover {
margin-bottom: 0.25rem;
}
.hover\:ml-1:hover {
margin-left: 0.25rem;
}
.hover\:mt-2:hover {
margin-top: 0.5rem;
}
.hover\:mr-2:hover {
margin-right: 0.5rem;
}
.hover\:mb-2:hover {
margin-bottom: 0.5rem;
}
.hover\:ml-2:hover {
margin-left: 0.5rem;
}
.hover\:mt-3:hover {
margin-top: 0.75rem;
}
.hover\:mr-3:hover {
margin-right: 0.75rem;
}
.hover\:mb-3:hover {
margin-bottom: 0.75rem;
}
.hover\:ml-3:hover {
margin-left: 0.75rem;
}
.hover\:mt-4:hover {
margin-top: 1rem;
}
.hover\:mr-4:hover {
margin-right: 1rem;
}
.hover\:mb-4:hover {
margin-bottom: 1rem;
}
.hover\:ml-4:hover {
margin-left: 1rem;
}
.hover\:mt-5:hover {
margin-top: 1.25rem;
}
.hover\:mr-5:hover {
margin-right: 1.25rem;
}
.hover\:mb-5:hover {
margin-bottom: 1.25rem;
}
.hover\:ml-5:hover {
margin-left: 1.25rem;
}
.hover\:mt-6:hover {
margin-top: 1.5rem;
}
.hover\:mr-6:hover {
margin-right: 1.5rem;
}
.hover\:mb-6:hover {
margin-bottom: 1.5rem;
}
.hover\:ml-6:hover {
margin-left: 1.5rem;
}
.hover\:mt-8:hover {
margin-top: 2rem;
}
.hover\:mr-8:hover {
margin-right: 2rem;
}
.hover\:mb-8:hover {
margin-bottom: 2rem;
}
.hover\:ml-8:hover {
margin-left: 2rem;
}
.hover\:mt-10:hover {
margin-top: 2.5rem;
}
.hover\:mr-10:hover {
margin-right: 2.5rem;
}
.hover\:mb-10:hover {
margin-bottom: 2.5rem;
}
.hover\:ml-10:hover {
margin-left: 2.5rem;
}
.hover\:mt-12:hover {
margin-top: 3rem;
}
.hover\:mr-12:hover {
margin-right: 3rem;
}
.hover\:mb-12:hover {
margin-bottom: 3rem;
}
.hover\:ml-12:hover {
margin-left: 3rem;
}
.hover\:mt-16:hover {
margin-top: 4rem;
}
.hover\:mr-16:hover {
margin-right: 4rem;
}
.hover\:mb-16:hover {
margin-bottom: 4rem;
}
.hover\:ml-16:hover {
margin-left: 4rem;
}
.hover\:mt-20:hover {
margin-top: 5rem;
}
.hover\:mr-20:hover {
margin-right: 5rem;
}
.hover\:mb-20:hover {
margin-bottom: 5rem;
}
.hover\:ml-20:hover {
margin-left: 5rem;
}
.hover\:mt-24:hover {
margin-top: 6rem;
}
.hover\:mr-24:hover {
margin-right: 6rem;
}
.hover\:mb-24:hover {
margin-bottom: 6rem;
}
.hover\:ml-24:hover {
margin-left: 6rem;
}
.hover\:mt-32:hover {
margin-top: 8rem;
}
.hover\:mr-32:hover {
margin-right: 8rem;
}
.hover\:mb-32:hover {
margin-bottom: 8rem;
}
.hover\:ml-32:hover {
margin-left: 8rem;
}
.hover\:mt-40:hover {
margin-top: 10rem;
}
.hover\:mr-40:hover {
margin-right: 10rem;
}
.hover\:mb-40:hover {
margin-bottom: 10rem;
}
.hover\:ml-40:hover {
margin-left: 10rem;
}
.hover\:mt-48:hover {
margin-top: 12rem;
}
.hover\:mr-48:hover {
margin-right: 12rem;
}
.hover\:mb-48:hover {
margin-bottom: 12rem;
}
.hover\:ml-48:hover {
margin-left: 12rem;
}
.hover\:mt-56:hover {
margin-top: 14rem;
}
.hover\:mr-56:hover {
margin-right: 14rem;
}
.hover\:mb-56:hover {
margin-bottom: 14rem;
}
.hover\:ml-56:hover {
margin-left: 14rem;
}
.hover\:mt-64:hover {
margin-top: 16rem;
}
.hover\:mr-64:hover {
margin-right: 16rem;
}
.hover\:mb-64:hover {
margin-bottom: 16rem;
}
.hover\:ml-64:hover {
margin-left: 16rem;
}
.hover\:mt-360:hover {
margin-top: 90rem;
}
.hover\:mr-360:hover {
margin-right: 90rem;
}
.hover\:mb-360:hover {
margin-bottom: 90rem;
}
.hover\:ml-360:hover {
margin-left: 90rem;
}
.hover\:mt-auto:hover {
margin-top: auto;
}
.hover\:mr-auto:hover {
margin-right: auto;
}
.hover\:mb-auto:hover {
margin-bottom: auto;
}
.hover\:ml-auto:hover {
margin-left: auto;
}
.hover\:mt-px:hover {
margin-top: 1px;
}
.hover\:mr-px:hover {
margin-right: 1px;
}
.hover\:mb-px:hover {
margin-bottom: 1px;
}
.hover\:ml-px:hover {
margin-left: 1px;
}
.hover\:-mt-1:hover {
margin-top: -0.25rem;
}
.hover\:-mr-1:hover {
margin-right: -0.25rem;
}
.hover\:-mb-1:hover {
margin-bottom: -0.25rem;
}
.hover\:-ml-1:hover {
margin-left: -0.25rem;
}
.hover\:-mt-2:hover {
margin-top: -0.5rem;
}
.hover\:-mr-2:hover {
margin-right: -0.5rem;
}
.hover\:-mb-2:hover {
margin-bottom: -0.5rem;
}
.hover\:-ml-2:hover {
margin-left: -0.5rem;
}
.hover\:-mt-3:hover {
margin-top: -0.75rem;
}
.hover\:-mr-3:hover {
margin-right: -0.75rem;
}
.hover\:-mb-3:hover {
margin-bottom: -0.75rem;
}
.hover\:-ml-3:hover {
margin-left: -0.75rem;
}
.hover\:-mt-4:hover {
margin-top: -1rem;
}
.hover\:-mr-4:hover {
margin-right: -1rem;
}
.hover\:-mb-4:hover {
margin-bottom: -1rem;
}
.hover\:-ml-4:hover {
margin-left: -1rem;
}
.hover\:-mt-5:hover {
margin-top: -1.25rem;
}
.hover\:-mr-5:hover {
margin-right: -1.25rem;
}
.hover\:-mb-5:hover {
margin-bottom: -1.25rem;
}
.hover\:-ml-5:hover {
margin-left: -1.25rem;
}
.hover\:-mt-6:hover {
margin-top: -1.5rem;
}
.hover\:-mr-6:hover {
margin-right: -1.5rem;
}
.hover\:-mb-6:hover {
margin-bottom: -1.5rem;
}
.hover\:-ml-6:hover {
margin-left: -1.5rem;
}
.hover\:-mt-8:hover {
margin-top: -2rem;
}
.hover\:-mr-8:hover {
margin-right: -2rem;
}
.hover\:-mb-8:hover {
margin-bottom: -2rem;
}
.hover\:-ml-8:hover {
margin-left: -2rem;
}
.hover\:-mt-10:hover {
margin-top: -2.5rem;
}
.hover\:-mr-10:hover {
margin-right: -2.5rem;
}
.hover\:-mb-10:hover {
margin-bottom: -2.5rem;
}
.hover\:-ml-10:hover {
margin-left: -2.5rem;
}
.hover\:-mt-12:hover {
margin-top: -3rem;
}
.hover\:-mr-12:hover {
margin-right: -3rem;
}
.hover\:-mb-12:hover {
margin-bottom: -3rem;
}
.hover\:-ml-12:hover {
margin-left: -3rem;
}
.hover\:-mt-16:hover {
margin-top: -4rem;
}
.hover\:-mr-16:hover {
margin-right: -4rem;
}
.hover\:-mb-16:hover {
margin-bottom: -4rem;
}
.hover\:-ml-16:hover {
margin-left: -4rem;
}
.hover\:-mt-20:hover {
margin-top: -5rem;
}
.hover\:-mr-20:hover {
margin-right: -5rem;
}
.hover\:-mb-20:hover {
margin-bottom: -5rem;
}
.hover\:-ml-20:hover {
margin-left: -5rem;
}
.hover\:-mt-24:hover {
margin-top: -6rem;
}
.hover\:-mr-24:hover {
margin-right: -6rem;
}
.hover\:-mb-24:hover {
margin-bottom: -6rem;
}
.hover\:-ml-24:hover {
margin-left: -6rem;
}
.hover\:-mt-32:hover {
margin-top: -8rem;
}
.hover\:-mr-32:hover {
margin-right: -8rem;
}
.hover\:-mb-32:hover {
margin-bottom: -8rem;
}
.hover\:-ml-32:hover {
margin-left: -8rem;
}
.hover\:-mt-40:hover {
margin-top: -10rem;
}
.hover\:-mr-40:hover {
margin-right: -10rem;
}
.hover\:-mb-40:hover {
margin-bottom: -10rem;
}
.hover\:-ml-40:hover {
margin-left: -10rem;
}
.hover\:-mt-48:hover {
margin-top: -12rem;
}
.hover\:-mr-48:hover {
margin-right: -12rem;
}
.hover\:-mb-48:hover {
margin-bottom: -12rem;
}
.hover\:-ml-48:hover {
margin-left: -12rem;
}
.hover\:-mt-56:hover {
margin-top: -14rem;
}
.hover\:-mr-56:hover {
margin-right: -14rem;
}
.hover\:-mb-56:hover {
margin-bottom: -14rem;
}
.hover\:-ml-56:hover {
margin-left: -14rem;
}
.hover\:-mt-64:hover {
margin-top: -16rem;
}
.hover\:-mr-64:hover {
margin-right: -16rem;
}
.hover\:-mb-64:hover {
margin-bottom: -16rem;
}
.hover\:-ml-64:hover {
margin-left: -16rem;
}
.hover\:-mt-360:hover {
margin-top: -90rem;
}
.hover\:-mr-360:hover {
margin-right: -90rem;
}
.hover\:-mb-360:hover {
margin-bottom: -90rem;
}
.hover\:-ml-360:hover {
margin-left: -90rem;
}
.hover\:-mt-px:hover {
margin-top: -1px;
}
.hover\:-mr-px:hover {
margin-right: -1px;
}
.hover\:-mb-px:hover {
margin-bottom: -1px;
}
.hover\:-ml-px:hover {
margin-left: -1px;
}
.group:hover .group-hover\:m-0 {
margin: 0;
}
.group:hover .group-hover\:m-1 {
margin: 0.25rem;
}
.group:hover .group-hover\:m-2 {
margin: 0.5rem;
}
.group:hover .group-hover\:m-3 {
margin: 0.75rem;
}
.group:hover .group-hover\:m-4 {
margin: 1rem;
}
.group:hover .group-hover\:m-5 {
margin: 1.25rem;
}
.group:hover .group-hover\:m-6 {
margin: 1.5rem;
}
.group:hover .group-hover\:m-8 {
margin: 2rem;
}
.group:hover .group-hover\:m-10 {
margin: 2.5rem;
}
.group:hover .group-hover\:m-12 {
margin: 3rem;
}
.group:hover .group-hover\:m-16 {
margin: 4rem;
}
.group:hover .group-hover\:m-20 {
margin: 5rem;
}
.group:hover .group-hover\:m-24 {
margin: 6rem;
}
.group:hover .group-hover\:m-32 {
margin: 8rem;
}
.group:hover .group-hover\:m-40 {
margin: 10rem;
}
.group:hover .group-hover\:m-48 {
margin: 12rem;
}
.group:hover .group-hover\:m-56 {
margin: 14rem;
}
.group:hover .group-hover\:m-64 {
margin: 16rem;
}
.group:hover .group-hover\:m-360 {
margin: 90rem;
}
.group:hover .group-hover\:m-auto {
margin: auto;
}
.group:hover .group-hover\:m-px {
margin: 1px;
}
.group:hover .group-hover\:-m-1 {
margin: -0.25rem;
}
.group:hover .group-hover\:-m-2 {
margin: -0.5rem;
}
.group:hover .group-hover\:-m-3 {
margin: -0.75rem;
}
.group:hover .group-hover\:-m-4 {
margin: -1rem;
}
.group:hover .group-hover\:-m-5 {
margin: -1.25rem;
}
.group:hover .group-hover\:-m-6 {
margin: -1.5rem;
}
.group:hover .group-hover\:-m-8 {
margin: -2rem;
}
.group:hover .group-hover\:-m-10 {
margin: -2.5rem;
}
.group:hover .group-hover\:-m-12 {
margin: -3rem;
}
.group:hover .group-hover\:-m-16 {
margin: -4rem;
}
.group:hover .group-hover\:-m-20 {
margin: -5rem;
}
.group:hover .group-hover\:-m-24 {
margin: -6rem;
}
.group:hover .group-hover\:-m-32 {
margin: -8rem;
}
.group:hover .group-hover\:-m-40 {
margin: -10rem;
}
.group:hover .group-hover\:-m-48 {
margin: -12rem;
}
.group:hover .group-hover\:-m-56 {
margin: -14rem;
}
.group:hover .group-hover\:-m-64 {
margin: -16rem;
}
.group:hover .group-hover\:-m-360 {
margin: -90rem;
}
.group:hover .group-hover\:-m-px {
margin: -1px;
}
.group:hover .group-hover\:my-0 {
margin-top: 0;
margin-bottom: 0;
}
.group:hover .group-hover\:mx-0 {
margin-left: 0;
margin-right: 0;
}
.group:hover .group-hover\:my-1 {
margin-top: 0.25rem;
margin-bottom: 0.25rem;
}
.group:hover .group-hover\:mx-1 {
margin-left: 0.25rem;
margin-right: 0.25rem;
}
.group:hover .group-hover\:my-2 {
margin-top: 0.5rem;
margin-bottom: 0.5rem;
}
.group:hover .group-hover\:mx-2 {
margin-left: 0.5rem;
margin-right: 0.5rem;
}
.group:hover .group-hover\:my-3 {
margin-top: 0.75rem;
margin-bottom: 0.75rem;
}
.group:hover .group-hover\:mx-3 {
margin-left: 0.75rem;
margin-right: 0.75rem;
}
.group:hover .group-hover\:my-4 {
margin-top: 1rem;
margin-bottom: 1rem;
}
.group:hover .group-hover\:mx-4 {
margin-left: 1rem;
margin-right: 1rem;
}
.group:hover .group-hover\:my-5 {
margin-top: 1.25rem;
margin-bottom: 1.25rem;
}
.group:hover .group-hover\:mx-5 {
margin-left: 1.25rem;
margin-right: 1.25rem;
}
.group:hover .group-hover\:my-6 {
margin-top: 1.5rem;
margin-bottom: 1.5rem;
}
.group:hover .group-hover\:mx-6 {
margin-left: 1.5rem;
margin-right: 1.5rem;
}
.group:hover .group-hover\:my-8 {
margin-top: 2rem;
margin-bottom: 2rem;
}
.group:hover .group-hover\:mx-8 {
margin-left: 2rem;
margin-right: 2rem;
}
.group:hover .group-hover\:my-10 {
margin-top: 2.5rem;
margin-bottom: 2.5rem;
}
.group:hover .group-hover\:mx-10 {
margin-left: 2.5rem;
margin-right: 2.5rem;
}
.group:hover .group-hover\:my-12 {
margin-top: 3rem;
margin-bottom: 3rem;
}
.group:hover .group-hover\:mx-12 {
margin-left: 3rem;
margin-right: 3rem;
}
.group:hover .group-hover\:my-16 {
margin-top: 4rem;
margin-bottom: 4rem;
}
.group:hover .group-hover\:mx-16 {
margin-left: 4rem;
margin-right: 4rem;
}
.group:hover .group-hover\:my-20 {
margin-top: 5rem;
margin-bottom: 5rem;
}
.group:hover .group-hover\:mx-20 {
margin-left: 5rem;
margin-right: 5rem;
}
.group:hover .group-hover\:my-24 {
margin-top: 6rem;
margin-bottom: 6rem;
}
.group:hover .group-hover\:mx-24 {
margin-left: 6rem;
margin-right: 6rem;
}
.group:hover .group-hover\:my-32 {
margin-top: 8rem;
margin-bottom: 8rem;
}
.group:hover .group-hover\:mx-32 {
margin-left: 8rem;
margin-right: 8rem;
}
.group:hover .group-hover\:my-40 {
margin-top: 10rem;
margin-bottom: 10rem;
}
.group:hover .group-hover\:mx-40 {
margin-left: 10rem;
margin-right: 10rem;
}
.group:hover .group-hover\:my-48 {
margin-top: 12rem;
margin-bottom: 12rem;
}
.group:hover .group-hover\:mx-48 {
margin-left: 12rem;
margin-right: 12rem;
}
.group:hover .group-hover\:my-56 {
margin-top: 14rem;
margin-bottom: 14rem;
}
.group:hover .group-hover\:mx-56 {
margin-left: 14rem;
margin-right: 14rem;
}
.group:hover .group-hover\:my-64 {
margin-top: 16rem;
margin-bottom: 16rem;
}
.group:hover .group-hover\:mx-64 {
margin-left: 16rem;
margin-right: 16rem;
}
.group:hover .group-hover\:my-360 {
margin-top: 90rem;
margin-bottom: 90rem;
}
.group:hover .group-hover\:mx-360 {
margin-left: 90rem;
margin-right: 90rem;
}
.group:hover .group-hover\:my-auto {
margin-top: auto;
margin-bottom: auto;
}
.group:hover .group-hover\:mx-auto {
margin-left: auto;
margin-right: auto;
}
.group:hover .group-hover\:my-px {
margin-top: 1px;
margin-bottom: 1px;
}
.group:hover .group-hover\:mx-px {
margin-left: 1px;
margin-right: 1px;
}
.group:hover .group-hover\:-my-1 {
margin-top: -0.25rem;
margin-bottom: -0.25rem;
}
.group:hover .group-hover\:-mx-1 {
margin-left: -0.25rem;
margin-right: -0.25rem;
}
.group:hover .group-hover\:-my-2 {
margin-top: -0.5rem;
margin-bottom: -0.5rem;
}
.group:hover .group-hover\:-mx-2 {
margin-left: -0.5rem;
margin-right: -0.5rem;
}
.group:hover .group-hover\:-my-3 {
margin-top: -0.75rem;
margin-bottom: -0.75rem;
}
.group:hover .group-hover\:-mx-3 {
margin-left: -0.75rem;
margin-right: -0.75rem;
}
.group:hover .group-hover\:-my-4 {
margin-top: -1rem;
margin-bottom: -1rem;
}
.group:hover .group-hover\:-mx-4 {
margin-left: -1rem;
margin-right: -1rem;
}
.group:hover .group-hover\:-my-5 {
margin-top: -1.25rem;
margin-bottom: -1.25rem;
}
.group:hover .group-hover\:-mx-5 {
margin-left: -1.25rem;
margin-right: -1.25rem;
}
.group:hover .group-hover\:-my-6 {
margin-top: -1.5rem;
margin-bottom: -1.5rem;
}
.group:hover .group-hover\:-mx-6 {
margin-left: -1.5rem;
margin-right: -1.5rem;
}
.group:hover .group-hover\:-my-8 {
margin-top: -2rem;
margin-bottom: -2rem;
}
.group:hover .group-hover\:-mx-8 {
margin-left: -2rem;
margin-right: -2rem;
}
.group:hover .group-hover\:-my-10 {
margin-top: -2.5rem;
margin-bottom: -2.5rem;
}
.group:hover .group-hover\:-mx-10 {
margin-left: -2.5rem;
margin-right: -2.5rem;
}
.group:hover .group-hover\:-my-12 {
margin-top: -3rem;
margin-bottom: -3rem;
}
.group:hover .group-hover\:-mx-12 {
margin-left: -3rem;
margin-right: -3rem;
}
.group:hover .group-hover\:-my-16 {
margin-top: -4rem;
margin-bottom: -4rem;
}
.group:hover .group-hover\:-mx-16 {
margin-left: -4rem;
margin-right: -4rem;
}
.group:hover .group-hover\:-my-20 {
margin-top: -5rem;
margin-bottom: -5rem;
}
.group:hover .group-hover\:-mx-20 {
margin-left: -5rem;
margin-right: -5rem;
}
.group:hover .group-hover\:-my-24 {
margin-top: -6rem;
margin-bottom: -6rem;
}
.group:hover .group-hover\:-mx-24 {
margin-left: -6rem;
margin-right: -6rem;
}
.group:hover .group-hover\:-my-32 {
margin-top: -8rem;
margin-bottom: -8rem;
}
.group:hover .group-hover\:-mx-32 {
margin-left: -8rem;
margin-right: -8rem;
}
.group:hover .group-hover\:-my-40 {
margin-top: -10rem;
margin-bottom: -10rem;
}
.group:hover .group-hover\:-mx-40 {
margin-left: -10rem;
margin-right: -10rem;
}
.group:hover .group-hover\:-my-48 {
margin-top: -12rem;
margin-bottom: -12rem;
}
.group:hover .group-hover\:-mx-48 {
margin-left: -12rem;
margin-right: -12rem;
}
.group:hover .group-hover\:-my-56 {
margin-top: -14rem;
margin-bottom: -14rem;
}
.group:hover .group-hover\:-mx-56 {
margin-left: -14rem;
margin-right: -14rem;
}
.group:hover .group-hover\:-my-64 {
margin-top: -16rem;
margin-bottom: -16rem;
}
.group:hover .group-hover\:-mx-64 {
margin-left: -16rem;
margin-right: -16rem;
}
.group:hover .group-hover\:-my-360 {
margin-top: -90rem;
margin-bottom: -90rem;
}
.group:hover .group-hover\:-mx-360 {
margin-left: -90rem;
margin-right: -90rem;
}
.group:hover .group-hover\:-my-px {
margin-top: -1px;
margin-bottom: -1px;
}
.group:hover .group-hover\:-mx-px {
margin-left: -1px;
margin-right: -1px;
}
.group:hover .group-hover\:mt-0 {
margin-top: 0;
}
.group:hover .group-hover\:mr-0 {
margin-right: 0;
}
.group:hover .group-hover\:mb-0 {
margin-bottom: 0;
}
.group:hover .group-hover\:ml-0 {
margin-left: 0;
}
.group:hover .group-hover\:mt-1 {
margin-top: 0.25rem;
}
.group:hover .group-hover\:mr-1 {
margin-right: 0.25rem;
}
.group:hover .group-hover\:mb-1 {
margin-bottom: 0.25rem;
}
.group:hover .group-hover\:ml-1 {
margin-left: 0.25rem;
}
.group:hover .group-hover\:mt-2 {
margin-top: 0.5rem;
}
.group:hover .group-hover\:mr-2 {
margin-right: 0.5rem;
}
.group:hover .group-hover\:mb-2 {
margin-bottom: 0.5rem;
}
.group:hover .group-hover\:ml-2 {
margin-left: 0.5rem;
}
.group:hover .group-hover\:mt-3 {
margin-top: 0.75rem;
}
.group:hover .group-hover\:mr-3 {
margin-right: 0.75rem;
}
.group:hover .group-hover\:mb-3 {
margin-bottom: 0.75rem;
}
.group:hover .group-hover\:ml-3 {
margin-left: 0.75rem;
}
.group:hover .group-hover\:mt-4 {
margin-top: 1rem;
}
.group:hover .group-hover\:mr-4 {
margin-right: 1rem;
}
.group:hover .group-hover\:mb-4 {
margin-bottom: 1rem;
}
.group:hover .group-hover\:ml-4 {
margin-left: 1rem;
}
.group:hover .group-hover\:mt-5 {
margin-top: 1.25rem;
}
.group:hover .group-hover\:mr-5 {
margin-right: 1.25rem;
}
.group:hover .group-hover\:mb-5 {
margin-bottom: 1.25rem;
}
.group:hover .group-hover\:ml-5 {
margin-left: 1.25rem;
}
.group:hover .group-hover\:mt-6 {
margin-top: 1.5rem;
}
.group:hover .group-hover\:mr-6 {
margin-right: 1.5rem;
}
.group:hover .group-hover\:mb-6 {
margin-bottom: 1.5rem;
}
.group:hover .group-hover\:ml-6 {
margin-left: 1.5rem;
}
.group:hover .group-hover\:mt-8 {
margin-top: 2rem;
}
.group:hover .group-hover\:mr-8 {
margin-right: 2rem;
}
.group:hover .group-hover\:mb-8 {
margin-bottom: 2rem;
}
.group:hover .group-hover\:ml-8 {
margin-left: 2rem;
}
.group:hover .group-hover\:mt-10 {
margin-top: 2.5rem;
}
.group:hover .group-hover\:mr-10 {
margin-right: 2.5rem;
}
.group:hover .group-hover\:mb-10 {
margin-bottom: 2.5rem;
}
.group:hover .group-hover\:ml-10 {
margin-left: 2.5rem;
}
.group:hover .group-hover\:mt-12 {
margin-top: 3rem;
}
.group:hover .group-hover\:mr-12 {
margin-right: 3rem;
}
.group:hover .group-hover\:mb-12 {
margin-bottom: 3rem;
}
.group:hover .group-hover\:ml-12 {
margin-left: 3rem;
}
.group:hover .group-hover\:mt-16 {
margin-top: 4rem;
}
.group:hover .group-hover\:mr-16 {
margin-right: 4rem;
}
.group:hover .group-hover\:mb-16 {
margin-bottom: 4rem;
}
.group:hover .group-hover\:ml-16 {
margin-left: 4rem;
}
.group:hover .group-hover\:mt-20 {
margin-top: 5rem;
}
.group:hover .group-hover\:mr-20 {
margin-right: 5rem;
}
.group:hover .group-hover\:mb-20 {
margin-bottom: 5rem;
}
.group:hover .group-hover\:ml-20 {
margin-left: 5rem;
}
.group:hover .group-hover\:mt-24 {
margin-top: 6rem;
}
.group:hover .group-hover\:mr-24 {
margin-right: 6rem;
}
.group:hover .group-hover\:mb-24 {
margin-bottom: 6rem;
}
.group:hover .group-hover\:ml-24 {
margin-left: 6rem;
}
.group:hover .group-hover\:mt-32 {
margin-top: 8rem;
}
.group:hover .group-hover\:mr-32 {
margin-right: 8rem;
}
.group:hover .group-hover\:mb-32 {
margin-bottom: 8rem;
}
.group:hover .group-hover\:ml-32 {
margin-left: 8rem;
}
.group:hover .group-hover\:mt-40 {
margin-top: 10rem;
}
.group:hover .group-hover\:mr-40 {
margin-right: 10rem;
}
.group:hover .group-hover\:mb-40 {
margin-bottom: 10rem;
}
.group:hover .group-hover\:ml-40 {
margin-left: 10rem;
}
.group:hover .group-hover\:mt-48 {
margin-top: 12rem;
}
.group:hover .group-hover\:mr-48 {
margin-right: 12rem;
}
.group:hover .group-hover\:mb-48 {
margin-bottom: 12rem;
}
.group:hover .group-hover\:ml-48 {
margin-left: 12rem;
}
.group:hover .group-hover\:mt-56 {
margin-top: 14rem;
}
.group:hover .group-hover\:mr-56 {
margin-right: 14rem;
}
.group:hover .group-hover\:mb-56 {
margin-bottom: 14rem;
}
.group:hover .group-hover\:ml-56 {
margin-left: 14rem;
}
.group:hover .group-hover\:mt-64 {
margin-top: 16rem;
}
.group:hover .group-hover\:mr-64 {
margin-right: 16rem;
}
.group:hover .group-hover\:mb-64 {
margin-bottom: 16rem;
}
.group:hover .group-hover\:ml-64 {
margin-left: 16rem;
}
.group:hover .group-hover\:mt-360 {
margin-top: 90rem;
}
.group:hover .group-hover\:mr-360 {
margin-right: 90rem;
}
.group:hover .group-hover\:mb-360 {
margin-bottom: 90rem;
}
.group:hover .group-hover\:ml-360 {
margin-left: 90rem;
}
.group:hover .group-hover\:mt-auto {
margin-top: auto;
}
.group:hover .group-hover\:mr-auto {
margin-right: auto;
}
.group:hover .group-hover\:mb-auto {
margin-bottom: auto;
}
.group:hover .group-hover\:ml-auto {
margin-left: auto;
}
.group:hover .group-hover\:mt-px {
margin-top: 1px;
}
.group:hover .group-hover\:mr-px {
margin-right: 1px;
}
.group:hover .group-hover\:mb-px {
margin-bottom: 1px;
}
.group:hover .group-hover\:ml-px {
margin-left: 1px;
}
.group:hover .group-hover\:-mt-1 {
margin-top: -0.25rem;
}
.group:hover .group-hover\:-mr-1 {
margin-right: -0.25rem;
}
.group:hover .group-hover\:-mb-1 {
margin-bottom: -0.25rem;
}
.group:hover .group-hover\:-ml-1 {
margin-left: -0.25rem;
}
.group:hover .group-hover\:-mt-2 {
margin-top: -0.5rem;
}
.group:hover .group-hover\:-mr-2 {
margin-right: -0.5rem;
}
.group:hover .group-hover\:-mb-2 {
margin-bottom: -0.5rem;
}
.group:hover .group-hover\:-ml-2 {
margin-left: -0.5rem;
}
.group:hover .group-hover\:-mt-3 {
margin-top: -0.75rem;
}
.group:hover .group-hover\:-mr-3 {
margin-right: -0.75rem;
}
.group:hover .group-hover\:-mb-3 {
margin-bottom: -0.75rem;
}
.group:hover .group-hover\:-ml-3 {
margin-left: -0.75rem;
}
.group:hover .group-hover\:-mt-4 {
margin-top: -1rem;
}
.group:hover .group-hover\:-mr-4 {
margin-right: -1rem;
}
.group:hover .group-hover\:-mb-4 {
margin-bottom: -1rem;
}
.group:hover .group-hover\:-ml-4 {
margin-left: -1rem;
}
.group:hover .group-hover\:-mt-5 {
margin-top: -1.25rem;
}
.group:hover .group-hover\:-mr-5 {
margin-right: -1.25rem;
}
.group:hover .group-hover\:-mb-5 {
margin-bottom: -1.25rem;
}
.group:hover .group-hover\:-ml-5 {
margin-left: -1.25rem;
}
.group:hover .group-hover\:-mt-6 {
margin-top: -1.5rem;
}
.group:hover .group-hover\:-mr-6 {
margin-right: -1.5rem;
}
.group:hover .group-hover\:-mb-6 {
margin-bottom: -1.5rem;
}
.group:hover .group-hover\:-ml-6 {
margin-left: -1.5rem;
}
.group:hover .group-hover\:-mt-8 {
margin-top: -2rem;
}
.group:hover .group-hover\:-mr-8 {
margin-right: -2rem;
}
.group:hover .group-hover\:-mb-8 {
margin-bottom: -2rem;
}
.group:hover .group-hover\:-ml-8 {
margin-left: -2rem;
}
.group:hover .group-hover\:-mt-10 {
margin-top: -2.5rem;
}
.group:hover .group-hover\:-mr-10 {
margin-right: -2.5rem;
}
.group:hover .group-hover\:-mb-10 {
margin-bottom: -2.5rem;
}
.group:hover .group-hover\:-ml-10 {
margin-left: -2.5rem;
}
.group:hover .group-hover\:-mt-12 {
margin-top: -3rem;
}
.group:hover .group-hover\:-mr-12 {
margin-right: -3rem;
}
.group:hover .group-hover\:-mb-12 {
margin-bottom: -3rem;
}
.group:hover .group-hover\:-ml-12 {
margin-left: -3rem;
}
.group:hover .group-hover\:-mt-16 {
margin-top: -4rem;
}
.group:hover .group-hover\:-mr-16 {
margin-right: -4rem;
}
.group:hover .group-hover\:-mb-16 {
margin-bottom: -4rem;
}
.group:hover .group-hover\:-ml-16 {
margin-left: -4rem;
}
.group:hover .group-hover\:-mt-20 {
margin-top: -5rem;
}
.group:hover .group-hover\:-mr-20 {
margin-right: -5rem;
}
.group:hover .group-hover\:-mb-20 {
margin-bottom: -5rem;
}
.group:hover .group-hover\:-ml-20 {
margin-left: -5rem;
}
.group:hover .group-hover\:-mt-24 {
margin-top: -6rem;
}
.group:hover .group-hover\:-mr-24 {
margin-right: -6rem;
}
.group:hover .group-hover\:-mb-24 {
margin-bottom: -6rem;
}
.group:hover .group-hover\:-ml-24 {
margin-left: -6rem;
}
.group:hover .group-hover\:-mt-32 {
margin-top: -8rem;
}
.group:hover .group-hover\:-mr-32 {
margin-right: -8rem;
}
.group:hover .group-hover\:-mb-32 {
margin-bottom: -8rem;
}
.group:hover .group-hover\:-ml-32 {
margin-left: -8rem;
}
.group:hover .group-hover\:-mt-40 {
margin-top: -10rem;
}
.group:hover .group-hover\:-mr-40 {
margin-right: -10rem;
}
.group:hover .group-hover\:-mb-40 {
margin-bottom: -10rem;
}
.group:hover .group-hover\:-ml-40 {
margin-left: -10rem;
}
.group:hover .group-hover\:-mt-48 {
margin-top: -12rem;
}
.group:hover .group-hover\:-mr-48 {
margin-right: -12rem;
}
.group:hover .group-hover\:-mb-48 {
margin-bottom: -12rem;
}
.group:hover .group-hover\:-ml-48 {
margin-left: -12rem;
}
.group:hover .group-hover\:-mt-56 {
margin-top: -14rem;
}
.group:hover .group-hover\:-mr-56 {
margin-right: -14rem;
}
.group:hover .group-hover\:-mb-56 {
margin-bottom: -14rem;
}
.group:hover .group-hover\:-ml-56 {
margin-left: -14rem;
}
.group:hover .group-hover\:-mt-64 {
margin-top: -16rem;
}
.group:hover .group-hover\:-mr-64 {
margin-right: -16rem;
}
.group:hover .group-hover\:-mb-64 {
margin-bottom: -16rem;
}
.group:hover .group-hover\:-ml-64 {
margin-left: -16rem;
}
.group:hover .group-hover\:-mt-360 {
margin-top: -90rem;
}
.group:hover .group-hover\:-mr-360 {
margin-right: -90rem;
}
.group:hover .group-hover\:-mb-360 {
margin-bottom: -90rem;
}
.group:hover .group-hover\:-ml-360 {
margin-left: -90rem;
}
.group:hover .group-hover\:-mt-px {
margin-top: -1px;
}
.group:hover .group-hover\:-mr-px {
margin-right: -1px;
}
.group:hover .group-hover\:-mb-px {
margin-bottom: -1px;
}
.group:hover .group-hover\:-ml-px {
margin-left: -1px;
}
.max-h-full {
max-height: 100%;
}
.max-h-screen {
max-height: 100vh;
}
.max-w-xs {
max-width: 20rem;
}
.max-w-sm {
max-width: 24rem;
}
.max-w-md {
max-width: 28rem;
}
.max-w-lg {
max-width: 32rem;
}
.max-w-xl {
max-width: 36rem;
}
.max-w-2xl {
max-width: 42rem;
}
.max-w-3xl {
max-width: 48rem;
}
.max-w-4xl {
max-width: 56rem;
}
.max-w-5xl {
max-width: 64rem;
}
.max-w-6xl {
max-width: 72rem;
}
.max-w-full {
max-width: 100%;
}
.min-h-0 {
min-height: 0;
}
.min-h-full {
min-height: 100%;
}
.min-h-screen {
min-height: 100vh;
}
.min-w-0 {
min-width: 0;
}
.min-w-full {
min-width: 100%;
}
.object-contain {
-o-object-fit: contain;
object-fit: contain;
}
.object-cover {
-o-object-fit: cover;
object-fit: cover;
}
.object-fill {
-o-object-fit: fill;
object-fit: fill;
}
.object-none {
-o-object-fit: none;
object-fit: none;
}
.object-scale-down {
-o-object-fit: scale-down;
object-fit: scale-down;
}
.object-bottom {
-o-object-position: bottom;
object-position: bottom;
}
.object-center {
-o-object-position: center;
object-position: center;
}
.object-left {
-o-object-position: left;
object-position: left;
}
.object-left-bottom {
-o-object-position: left bottom;
object-position: left bottom;
}
.object-left-top {
-o-object-position: left top;
object-position: left top;
}
.object-right {
-o-object-position: right;
object-position: right;
}
.object-right-bottom {
-o-object-position: right bottom;
object-position: right bottom;
}
.object-right-top {
-o-object-position: right top;
object-position: right top;
}
.object-top {
-o-object-position: top;
object-position: top;
}
.opacity-0 {
opacity: 0;
}
.opacity-25 {
opacity: 0.25;
}
.opacity-50 {
opacity: 0.5;
}
.opacity-75 {
opacity: 0.75;
}
.opacity-100 {
opacity: 1;
}
.outline-none {
outline: 0;
}
.focus\:outline-none:focus {
outline: 0;
}
.overflow-auto {
overflow: auto;
}
.overflow-hidden {
overflow: hidden;
}
.overflow-visible {
overflow: visible;
}
.overflow-scroll {
overflow: scroll;
}
.overflow-x-auto {
overflow-x: auto;
}
.overflow-y-auto {
overflow-y: auto;
}
.overflow-x-hidden {
overflow-x: hidden;
}
.overflow-y-hidden {
overflow-y: hidden;
}
.overflow-x-visible {
overflow-x: visible;
}
.overflow-y-visible {
overflow-y: visible;
}
.overflow-x-scroll {
overflow-x: scroll;
}
.overflow-y-scroll {
overflow-y: scroll;
}
.scrolling-touch {
-webkit-overflow-scrolling: touch;
}
.scrolling-auto {
-webkit-overflow-scrolling: auto;
}
.p-0 {
padding: 0;
}
.p-1 {
padding: 0.25rem;
}
.p-2 {
padding: 0.5rem;
}
.p-3 {
padding: 0.75rem;
}
.p-4 {
padding: 1rem;
}
.p-5 {
padding: 1.25rem;
}
.p-6 {
padding: 1.5rem;
}
.p-8 {
padding: 2rem;
}
.p-10 {
padding: 2.5rem;
}
.p-12 {
padding: 3rem;
}
.p-16 {
padding: 4rem;
}
.p-20 {
padding: 5rem;
}
.p-24 {
padding: 6rem;
}
.p-32 {
padding: 8rem;
}
.p-40 {
padding: 10rem;
}
.p-48 {
padding: 12rem;
}
.p-56 {
padding: 14rem;
}
.p-64 {
padding: 16rem;
}
.p-360 {
padding: 90rem;
}
.p-px {
padding: 1px;
}
.py-0 {
padding-top: 0;
padding-bottom: 0;
}
.px-0 {
padding-left: 0;
padding-right: 0;
}
.py-1 {
padding-top: 0.25rem;
padding-bottom: 0.25rem;
}
.px-1 {
padding-left: 0.25rem;
padding-right: 0.25rem;
}
.py-2 {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.px-2 {
padding-left: 0.5rem;
padding-right: 0.5rem;
}
.py-3 {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
}
.px-3 {
padding-left: 0.75rem;
padding-right: 0.75rem;
}
.py-4 {
padding-top: 1rem;
padding-bottom: 1rem;
}
.px-4 {
padding-left: 1rem;
padding-right: 1rem;
}
.py-5 {
padding-top: 1.25rem;
padding-bottom: 1.25rem;
}
.px-5 {
padding-left: 1.25rem;
padding-right: 1.25rem;
}
.py-6 {
padding-top: 1.5rem;
padding-bottom: 1.5rem;
}
.px-6 {
padding-left: 1.5rem;
padding-right: 1.5rem;
}
.py-8 {
padding-top: 2rem;
padding-bottom: 2rem;
}
.px-8 {
padding-left: 2rem;
padding-right: 2rem;
}
.py-10 {
padding-top: 2.5rem;
padding-bottom: 2.5rem;
}
.px-10 {
padding-left: 2.5rem;
padding-right: 2.5rem;
}
.py-12 {
padding-top: 3rem;
padding-bottom: 3rem;
}
.px-12 {
padding-left: 3rem;
padding-right: 3rem;
}
.py-16 {
padding-top: 4rem;
padding-bottom: 4rem;
}
.px-16 {
padding-left: 4rem;
padding-right: 4rem;
}
.py-20 {
padding-top: 5rem;
padding-bottom: 5rem;
}
.px-20 {
padding-left: 5rem;
padding-right: 5rem;
}
.py-24 {
padding-top: 6rem;
padding-bottom: 6rem;
}
.px-24 {
padding-left: 6rem;
padding-right: 6rem;
}
.py-32 {
padding-top: 8rem;
padding-bottom: 8rem;
}
.px-32 {
padding-left: 8rem;
padding-right: 8rem;
}
.py-40 {
padding-top: 10rem;
padding-bottom: 10rem;
}
.px-40 {
padding-left: 10rem;
padding-right: 10rem;
}
.py-48 {
padding-top: 12rem;
padding-bottom: 12rem;
}
.px-48 {
padding-left: 12rem;
padding-right: 12rem;
}
.py-56 {
padding-top: 14rem;
padding-bottom: 14rem;
}
.px-56 {
padding-left: 14rem;
padding-right: 14rem;
}
.py-64 {
padding-top: 16rem;
padding-bottom: 16rem;
}
.px-64 {
padding-left: 16rem;
padding-right: 16rem;
}
.py-360 {
padding-top: 90rem;
padding-bottom: 90rem;
}
.px-360 {
padding-left: 90rem;
padding-right: 90rem;
}
.py-px {
padding-top: 1px;
padding-bottom: 1px;
}
.px-px {
padding-left: 1px;
padding-right: 1px;
}
.pt-0 {
padding-top: 0;
}
.pr-0 {
padding-right: 0;
}
.pb-0 {
padding-bottom: 0;
}
.pl-0 {
padding-left: 0;
}
.pt-1 {
padding-top: 0.25rem;
}
.pr-1 {
padding-right: 0.25rem;
}
.pb-1 {
padding-bottom: 0.25rem;
}
.pl-1 {
padding-left: 0.25rem;
}
.pt-2 {
padding-top: 0.5rem;
}
.pr-2 {
padding-right: 0.5rem;
}
.pb-2 {
padding-bottom: 0.5rem;
}
.pl-2 {
padding-left: 0.5rem;
}
.pt-3 {
padding-top: 0.75rem;
}
.pr-3 {
padding-right: 0.75rem;
}
.pb-3 {
padding-bottom: 0.75rem;
}
.pl-3 {
padding-left: 0.75rem;
}
.pt-4 {
padding-top: 1rem;
}
.pr-4 {
padding-right: 1rem;
}
.pb-4 {
padding-bottom: 1rem;
}
.pl-4 {
padding-left: 1rem;
}
.pt-5 {
padding-top: 1.25rem;
}
.pr-5 {
padding-right: 1.25rem;
}
.pb-5 {
padding-bottom: 1.25rem;
}
.pl-5 {
padding-left: 1.25rem;
}
.pt-6 {
padding-top: 1.5rem;
}
.pr-6 {
padding-right: 1.5rem;
}
.pb-6 {
padding-bottom: 1.5rem;
}
.pl-6 {
padding-left: 1.5rem;
}
.pt-8 {
padding-top: 2rem;
}
.pr-8 {
padding-right: 2rem;
}
.pb-8 {
padding-bottom: 2rem;
}
.pl-8 {
padding-left: 2rem;
}
.pt-10 {
padding-top: 2.5rem;
}
.pr-10 {
padding-right: 2.5rem;
}
.pb-10 {
padding-bottom: 2.5rem;
}
.pl-10 {
padding-left: 2.5rem;
}
.pt-12 {
padding-top: 3rem;
}
.pr-12 {
padding-right: 3rem;
}
.pb-12 {
padding-bottom: 3rem;
}
.pl-12 {
padding-left: 3rem;
}
.pt-16 {
padding-top: 4rem;
}
.pr-16 {
padding-right: 4rem;
}
.pb-16 {
padding-bottom: 4rem;
}
.pl-16 {
padding-left: 4rem;
}
.pt-20 {
padding-top: 5rem;
}
.pr-20 {
padding-right: 5rem;
}
.pb-20 {
padding-bottom: 5rem;
}
.pl-20 {
padding-left: 5rem;
}
.pt-24 {
padding-top: 6rem;
}
.pr-24 {
padding-right: 6rem;
}
.pb-24 {
padding-bottom: 6rem;
}
.pl-24 {
padding-left: 6rem;
}
.pt-32 {
padding-top: 8rem;
}
.pr-32 {
padding-right: 8rem;
}
.pb-32 {
padding-bottom: 8rem;
}
.pl-32 {
padding-left: 8rem;
}
.pt-40 {
padding-top: 10rem;
}
.pr-40 {
padding-right: 10rem;
}
.pb-40 {
padding-bottom: 10rem;
}
.pl-40 {
padding-left: 10rem;
}
.pt-48 {
padding-top: 12rem;
}
.pr-48 {
padding-right: 12rem;
}
.pb-48 {
padding-bottom: 12rem;
}
.pl-48 {
padding-left: 12rem;
}
.pt-56 {
padding-top: 14rem;
}
.pr-56 {
padding-right: 14rem;
}
.pb-56 {
padding-bottom: 14rem;
}
.pl-56 {
padding-left: 14rem;
}
.pt-64 {
padding-top: 16rem;
}
.pr-64 {
padding-right: 16rem;
}
.pb-64 {
padding-bottom: 16rem;
}
.pl-64 {
padding-left: 16rem;
}
.pt-360 {
padding-top: 90rem;
}
.pr-360 {
padding-right: 90rem;
}
.pb-360 {
padding-bottom: 90rem;
}
.pl-360 {
padding-left: 90rem;
}
.pt-px {
padding-top: 1px;
}
.pr-px {
padding-right: 1px;
}
.pb-px {
padding-bottom: 1px;
}
.pl-px {
padding-left: 1px;
}
.pointer-events-none {
pointer-events: none;
}
.pointer-events-auto {
pointer-events: auto;
}
.static {
position: static;
}
.fixed {
position: fixed;
}
.absolute {
position: absolute;
}
.relative {
position: relative;
}
.sticky {
position: -webkit-sticky;
position: sticky;
}
.inset-0 {
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.inset-auto {
top: auto;
right: auto;
bottom: auto;
left: auto;
}
.inset-y-0 {
top: 0;
bottom: 0;
}
.inset-x-0 {
right: 0;
left: 0;
}
.inset-y-auto {
top: auto;
bottom: auto;
}
.inset-x-auto {
right: auto;
left: auto;
}
.top-0 {
top: 0;
}
.right-0 {
right: 0;
}
.bottom-0 {
bottom: 0;
}
.left-0 {
left: 0;
}
.top-auto {
top: auto;
}
.right-auto {
right: auto;
}
.bottom-auto {
bottom: auto;
}
.left-auto {
left: auto;
}
.resize-none {
resize: none;
}
.resize-y {
resize: vertical;
}
.resize-x {
resize: horizontal;
}
.resize {
resize: both;
}
.shadow {
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
.shadow-md {
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.shadow-lg {
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.shadow-xl {
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.shadow-2xl {
box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.shadow-inner {
box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}
.shadow-outline {
box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
}
.shadow-none {
box-shadow: none;
}
.hover\:shadow:hover {
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
.hover\:shadow-md:hover {
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.hover\:shadow-lg:hover {
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.hover\:shadow-xl:hover {
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.hover\:shadow-2xl:hover {
box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.hover\:shadow-inner:hover {
box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}
.hover\:shadow-outline:hover {
box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
}
.hover\:shadow-none:hover {
box-shadow: none;
}
.focus\:shadow:focus {
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
.focus\:shadow-md:focus {
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.focus\:shadow-lg:focus {
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.focus\:shadow-xl:focus {
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.focus\:shadow-2xl:focus {
box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.focus\:shadow-inner:focus {
box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}
.focus\:shadow-outline:focus {
box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
}
.focus\:shadow-none:focus {
box-shadow: none;
}
.fill-current {
fill: currentColor;
}
.stroke-current {
stroke: currentColor;
}
.table-auto {
table-layout: auto;
}
.table-fixed {
table-layout: fixed;
}
.text-left {
text-align: left;
}
.text-center {
text-align: center;
}
.text-right {
text-align: right;
}
.text-justify {
text-align: justify;
}
.text-transparent {
color: transparent;
}
.text-inherit {
color: inherit;
}
.text-black {
color: #131716;
}
.text-white {
color: #ffffff;
}
.text-green-darker {
color: #007129;
}
.text-green-dark {
color: #029F3B;
}
.text-green {
color: #00AC3E;
}
.text-green-bright {
color: #08cd4f;
}
.text-gray-100 {
color: #edeeee;
}
.text-gray-200 {
color: #cbcece;
}
.text-gray-300 {
color: #a9adad;
}
.text-gray-400 {
color: #868c8c;
}
.text-gray-500 {
color: #535c5c;
}
.text-gray-600 {
color: #3a4040;
}
.text-gray-700 {
color: #313737;
}
.text-gray-800 {
color: #212424;
}
.text-gray-900 {
color: #131716;
}
.text-red-100 {
color: #fff5f5;
}
.text-red-500 {
color: #f56565;
}
.text-red-900 {
color: #742a2a;
}
.hover\:text-transparent:hover {
color: transparent;
}
.hover\:text-inherit:hover {
color: inherit;
}
.hover\:text-black:hover {
color: #131716;
}
.hover\:text-white:hover {
color: #ffffff;
}
.hover\:text-green-darker:hover {
color: #007129;
}
.hover\:text-green-dark:hover {
color: #029F3B;
}
.hover\:text-green:hover {
color: #00AC3E;
}
.hover\:text-green-bright:hover {
color: #08cd4f;
}
.hover\:text-gray-100:hover {
color: #edeeee;
}
.hover\:text-gray-200:hover {
color: #cbcece;
}
.hover\:text-gray-300:hover {
color: #a9adad;
}
.hover\:text-gray-400:hover {
color: #868c8c;
}
.hover\:text-gray-500:hover {
color: #535c5c;
}
.hover\:text-gray-600:hover {
color: #3a4040;
}
.hover\:text-gray-700:hover {
color: #313737;
}
.hover\:text-gray-800:hover {
color: #212424;
}
.hover\:text-gray-900:hover {
color: #131716;
}
.hover\:text-red-100:hover {
color: #fff5f5;
}
.hover\:text-red-500:hover {
color: #f56565;
}
.hover\:text-red-900:hover {
color: #742a2a;
}
.focus\:text-transparent:focus {
color: transparent;
}
.focus\:text-inherit:focus {
color: inherit;
}
.focus\:text-black:focus {
color: #131716;
}
.focus\:text-white:focus {
color: #ffffff;
}
.focus\:text-green-darker:focus {
color: #007129;
}
.focus\:text-green-dark:focus {
color: #029F3B;
}
.focus\:text-green:focus {
color: #00AC3E;
}
.focus\:text-green-bright:focus {
color: #08cd4f;
}
.focus\:text-gray-100:focus {
color: #edeeee;
}
.focus\:text-gray-200:focus {
color: #cbcece;
}
.focus\:text-gray-300:focus {
color: #a9adad;
}
.focus\:text-gray-400:focus {
color: #868c8c;
}
.focus\:text-gray-500:focus {
color: #535c5c;
}
.focus\:text-gray-600:focus {
color: #3a4040;
}
.focus\:text-gray-700:focus {
color: #313737;
}
.focus\:text-gray-800:focus {
color: #212424;
}
.focus\:text-gray-900:focus {
color: #131716;
}
.focus\:text-red-100:focus {
color: #fff5f5;
}
.focus\:text-red-500:focus {
color: #f56565;
}
.focus\:text-red-900:focus {
color: #742a2a;
}
.active\:text-transparent:active {
color: transparent;
}
.active\:text-inherit:active {
color: inherit;
}
.active\:text-black:active {
color: #131716;
}
.active\:text-white:active {
color: #ffffff;
}
.active\:text-green-darker:active {
color: #007129;
}
.active\:text-green-dark:active {
color: #029F3B;
}
.active\:text-green:active {
color: #00AC3E;
}
.active\:text-green-bright:active {
color: #08cd4f;
}
.active\:text-gray-100:active {
color: #edeeee;
}
.active\:text-gray-200:active {
color: #cbcece;
}
.active\:text-gray-300:active {
color: #a9adad;
}
.active\:text-gray-400:active {
color: #868c8c;
}
.active\:text-gray-500:active {
color: #535c5c;
}
.active\:text-gray-600:active {
color: #3a4040;
}
.active\:text-gray-700:active {
color: #313737;
}
.active\:text-gray-800:active {
color: #212424;
}
.active\:text-gray-900:active {
color: #131716;
}
.active\:text-red-100:active {
color: #fff5f5;
}
.active\:text-red-500:active {
color: #f56565;
}
.active\:text-red-900:active {
color: #742a2a;
}
.group:hover .group-hover\:text-transparent {
color: transparent;
}
.group:hover .group-hover\:text-inherit {
color: inherit;
}
.group:hover .group-hover\:text-black {
color: #131716;
}
.group:hover .group-hover\:text-white {
color: #ffffff;
}
.group:hover .group-hover\:text-green-darker {
color: #007129;
}
.group:hover .group-hover\:text-green-dark {
color: #029F3B;
}
.group:hover .group-hover\:text-green {
color: #00AC3E;
}
.group:hover .group-hover\:text-green-bright {
color: #08cd4f;
}
.group:hover .group-hover\:text-gray-100 {
color: #edeeee;
}
.group:hover .group-hover\:text-gray-200 {
color: #cbcece;
}
.group:hover .group-hover\:text-gray-300 {
color: #a9adad;
}
.group:hover .group-hover\:text-gray-400 {
color: #868c8c;
}
.group:hover .group-hover\:text-gray-500 {
color: #535c5c;
}
.group:hover .group-hover\:text-gray-600 {
color: #3a4040;
}
.group:hover .group-hover\:text-gray-700 {
color: #313737;
}
.group:hover .group-hover\:text-gray-800 {
color: #212424;
}
.group:hover .group-hover\:text-gray-900 {
color: #131716;
}
.group:hover .group-hover\:text-red-100 {
color: #fff5f5;
}
.group:hover .group-hover\:text-red-500 {
color: #f56565;
}
.group:hover .group-hover\:text-red-900 {
color: #742a2a;
}
.text-xs {
font-size: 0.75rem;
}
.text-sm {
font-size: 0.875rem;
}
.text-base {
font-size: 1rem;
}
.text-lg {
font-size: 1.125rem;
}
.text-xl {
font-size: 1.25rem;
}
.text-2xl {
font-size: 1.5rem;
}
.text-3xl {
font-size: 1.875rem;
}
.text-4xl {
font-size: 2.25rem;
}
.text-5xl {
font-size: 3rem;
}
.text-6xl {
font-size: 4rem;
}
.text-7xl {
font-size: 5rem;
}
.text-9xl {
font-size: 7rem;
}
.text-massive {
font-size: 10rem;
}
.italic {
font-style: italic;
}
.not-italic {
font-style: normal;
}
.uppercase {
text-transform: uppercase;
}
.lowercase {
text-transform: lowercase;
}
.capitalize {
text-transform: capitalize;
}
.normal-case {
text-transform: none;
}
.underline {
text-decoration: underline;
}
.line-through {
text-decoration: line-through;
}
.no-underline {
text-decoration: none;
}
.hover\:underline:hover {
text-decoration: underline;
}
.hover\:line-through:hover {
text-decoration: line-through;
}
.hover\:no-underline:hover {
text-decoration: none;
}
.focus\:underline:focus {
text-decoration: underline;
}
.focus\:line-through:focus {
text-decoration: line-through;
}
.focus\:no-underline:focus {
text-decoration: none;
}
.active\:underline:active {
text-decoration: underline;
}
.active\:line-through:active {
text-decoration: line-through;
}
.active\:no-underline:active {
text-decoration: none;
}
.group:hover .group-hover\:underline {
text-decoration: underline;
}
.group:hover .group-hover\:line-through {
text-decoration: line-through;
}
.group:hover .group-hover\:no-underline {
text-decoration: none;
}
.antialiased {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.subpixel-antialiased {
-webkit-font-smoothing: auto;
-moz-osx-font-smoothing: auto;
}
.tracking-tighter {
letter-spacing: -0.05em;
}
.tracking-tight {
letter-spacing: -0.025em;
}
.tracking-normal {
letter-spacing: 0;
}
.tracking-wide {
letter-spacing: 0.025em;
}
.tracking-wider {
letter-spacing: 0.05em;
}
.tracking-widest {
letter-spacing: 0.1em;
}
.select-none {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.select-text {
-webkit-user-select: text;
-moz-user-select: text;
-ms-user-select: text;
user-select: text;
}
.select-all {
-webkit-user-select: all;
-moz-user-select: all;
-ms-user-select: all;
user-select: all;
}
.select-auto {
-webkit-user-select: auto;
-moz-user-select: auto;
-ms-user-select: auto;
user-select: auto;
}
.align-baseline {
vertical-align: baseline;
}
.align-top {
vertical-align: top;
}
.align-middle {
vertical-align: middle;
}
.align-bottom {
vertical-align: bottom;
}
.align-text-top {
vertical-align: text-top;
}
.align-text-bottom {
vertical-align: text-bottom;
}
.visible {
visibility: visible;
}
.invisible {
visibility: hidden;
}
.group:hover .group-hover\:visible {
visibility: visible;
}
.group:hover .group-hover\:invisible {
visibility: hidden;
}
.whitespace-normal {
white-space: normal;
}
.whitespace-no-wrap {
white-space: nowrap;
}
.whitespace-pre {
white-space: pre;
}
.whitespace-pre-line {
white-space: pre-line;
}
.whitespace-pre-wrap {
white-space: pre-wrap;
}
.break-normal {
overflow-wrap: normal;
word-break: normal;
}
.break-words {
overflow-wrap: break-word;
}
.break-all {
word-break: break-all;
}
.truncate {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.w-0 {
width: 0;
}
.w-1 {
width: 0.25rem;
}
.w-2 {
width: 0.5rem;
}
.w-3 {
width: 0.75rem;
}
.w-4 {
width: 1rem;
}
.w-5 {
width: 1.25rem;
}
.w-6 {
width: 1.5rem;
}
.w-8 {
width: 2rem;
}
.w-10 {
width: 2.5rem;
}
.w-12 {
width: 3rem;
}
.w-16 {
width: 4rem;
}
.w-20 {
width: 5rem;
}
.w-24 {
width: 6rem;
}
.w-32 {
width: 8rem;
}
.w-40 {
width: 10rem;
}
.w-48 {
width: 12rem;
}
.w-56 {
width: 14rem;
}
.w-64 {
width: 16rem;
}
.w-360 {
width: 90rem;
}
.w-auto {
width: auto;
}
.w-px {
width: 1px;
}
.w-1\/2 {
width: 50%;
}
.w-1\/3 {
width: 33.33333%;
}
.w-2\/3 {
width: 66.66667%;
}
.w-1\/4 {
width: 25%;
}
.w-2\/4 {
width: 50%;
}
.w-3\/4 {
width: 75%;
}
.w-1\/5 {
width: 20%;
}
.w-2\/5 {
width: 40%;
}
.w-3\/5 {
width: 60%;
}
.w-4\/5 {
width: 80%;
}
.w-1\/6 {
width: 16.66667%;
}
.w-2\/6 {
width: 33.33333%;
}
.w-3\/6 {
width: 50%;
}
.w-4\/6 {
width: 66.66667%;
}
.w-5\/6 {
width: 83.33333%;
}
.w-1\/12 {
width: 8.33333%;
}
.w-2\/12 {
width: 16.66667%;
}
.w-3\/12 {
width: 25%;
}
.w-4\/12 {
width: 33.33333%;
}
.w-5\/12 {
width: 41.66667%;
}
.w-6\/12 {
width: 50%;
}
.w-7\/12 {
width: 58.33333%;
}
.w-8\/12 {
width: 66.66667%;
}
.w-9\/12 {
width: 75%;
}
.w-10\/12 {
width: 83.33333%;
}
.w-11\/12 {
width: 91.66667%;
}
.w-full {
width: 100%;
}
.w-screen {
width: 100vw;
}
.z-0 {
z-index: 0;
}
.z-10 {
z-index: 10;
}
.z-20 {
z-index: 20;
}
.z-30 {
z-index: 30;
}
.z-40 {
z-index: 40;
}
.z-50 {
z-index: 50;
}
.z-60 {
z-index: 60;
}
.z-70 {
z-index: 70;
}
.z-80 {
z-index: 80;
}
.z-90 {
z-index: 90;
}
.z-100 {
z-index: 100;
}
.z-auto {
z-index: auto;
}
body {
height: 100vh;
font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
}
a {
color: #00AC3E;
text-decoration: none;
}
ol {
display: block;
margin-left: 0;
margin-right: 0;
margin-top: 0.25rem;
margin-bottom: 0.25rem;
list-style-type: decimal;
}
ul {
display: block;
margin-top: 0.25rem;
margin-bottom: 0.25rem;
margin-left: 0;
margin-right: 0;
list-style-type: disc;
}
ol,
ul {
padding-left: 25px
}
li {
margin-top: 0.25rem;
margin-bottom: 0.25rem;
display: list-item;
}
sub, sup {
font-size: 0.75rem;
}
@media (min-width: 1024px) {
ul,
ol {
padding-left: 40px
}
}
.drop-shadow-lg {
text-shadow: -3px 3px 18.2px rgba(0, 0, 0, 0.25)
}
.drop-shadow-sm {
text-shadow: -1px 1px 18.2px rgba(0, 0, 0, 0.25)
}
.drop-shadow-none {
text-shadow: none;
}
.drop-shadow-md {
text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3), 10px 10px 10px rgba(0, 0, 0, 0.4);
}
.drop-shadow-xl {
text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4), 10px 10px 10px rgba(0, 0, 0, 0.5);
}
.graduate-cta p,
.image-text-list p,
.entry-content p, .widget p, .academic-content p, .program-description p, .text-intro p {
line-height: 1.625;
}
.graduate-cta p:not(:first-child),
.image-text-list p:not(:first-child),
.entry-content p:not(:first-child),
.widget p:not(:first-child),
.academic-content p:not(:first-child), .program-description p:not(:first-child), .text-intro p:not(:first-child) {
margin-top: 1rem;
}
.graduate-cta p,
.image-text-list p,
.entry-content a:hover, .academic-content a:hover {
@apply underline
}
.graduate-cta p,
.image-text-list p,
.entry-content a:hover.btn, .academic-content a:hover.btn {
text-decoration: none;
}
.static-html h2 {
font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
text-transform: uppercase;
font-weight: 600;
color: #535c5c;
margin-bottom: 1rem;
font-size: 1.25rem;
display: block;
width: 100%;
}
.entry-content h1,
.entry-content h2,
.basic-text h2 {
font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
color: #131716;
margin-top: 1rem;
margin-bottom: 0.5rem;
font-size: 1.5rem;
font-weight: 600;
}
.entry-content h2.text-green-bright {
color: #08cd4f;
font-size: 3rem;
font-weight: 500;
font-family: Sentinel A, Sentinel B, Bookman Old Style Regular, serif;
}
.image-text-list h3,
.entry-content h3, .text-intro h3 {
font-family: Sentinel A, Sentinel B, Bookman Old Style Regular, serif;
color: #00AC3E;
font-size: 1.5rem;
margin-top: 0;
line-height: 1.375;
}
.entry-content h3:not(:first-child), .entry-content p + h3, .text-intro h3:not(:first-child) {
margin-top: 2rem;
}
.image-text-list h3 {
margin-top: 0;
}
.entry-content h5,
.entry-content h6 {
font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
color: #212424;
margin-top: 0.75rem;
margin-bottom: 0.25rem;
font-size: 1rem;
font-weight: 600;
}
.panel h3 {
margin-top: 0;
}
/* Hide Page Title on Site Homepage */
.home .entry-title {
display: none;
}
.block-header {
font-family: Sentinel A, Sentinel B, Bookman Old Style Regular, serif;
font-weight: 500;
text-transform: uppercase;
font-size: 1.875rem;
line-height: 1.25;
}
.block-header-green {
font-family: Sentinel A, Sentinel B, Bookman Old Style Regular, serif;
font-weight: 500;
text-transform: uppercase;
font-size: 1.875rem;
line-height: 1.25;
color: #00AC3E;
}
.block-header-white {
font-family: Sentinel A, Sentinel B, Bookman Old Style Regular, serif;
font-weight: 500;
text-transform: uppercase;
font-size: 1.875rem;
line-height: 1.25;
color: #ffffff;
}
.academic-content {
padding-bottom: 1.5rem;
}
.text-block h3,
.graduate-cta h3, .academic-content h3, h3#related, #curriculum {
font-family: Sentinel A, Sentinel B, Bookman Old Style Regular, serif;
color: #00AC3E;
font-size: 1.5rem;
margin-top: 2rem;
line-height: 1.375;
text-transform: none;
}
#curriculum, #related, .wp-block-marsha-blocks-full-width p, .wp-block-marsha-blocks-full-width ul {
width: 100%;
}
.static-html h4,
.landing-page h4,
.entry-content h4,
.text-intro h4,
.academic-content h4 {
font-size: 1.125rem;
font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
font-weight: 600;
margin-top: 1rem;
color: #131716;
}
.static-html h4 + p,
.entry-content h4 + p,
.text-intro h4 + p,
.academic-content h4 + p,
.static-html h5 + p,
.entry-content h5 + p,
.text-intro h5 + p,
.academic-content h5 + p {
margin-top: 0.25rem!important;
}
.static-html h5 {
font-size: 1rem;
font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
font-weight: 600;
margin-top: 1rem;
color: #313737;
}
.wp-block-marsha-blocks-feature-row h2 {
font-size: 1.875rem;
font-family: Sentinel A, Sentinel B, Bookman Old Style Regular, serif;
font-weight: 500;
text-transform: uppercase;
line-height: 1;
}
/* .gutenberg-landing h2 {
@apply mt-6;
} */
.wp-block-code {
overflow-x: auto;
}
.wp-block-marsha-blocks-full-width h3 {
font-size: 1.875rem;
font-family: Sentinel A, Sentinel B, Bookman Old Style Regular, serif;
font-weight: 500;
line-height: 1;
color: #00AC3E;
}
#related, #cta, #curriculum {
text-align: center;
}
.hero-links h2 {
font-size: 2.25rem;
text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4), 10px 10px 10px rgba(0, 0, 0, 0.5);
text-transform: uppercase;
font-family: Sentinel A, Sentinel B, Bookman Old Style Regular, serif;
line-height: 1;
color: #ffffff
}
.text-block h3 {
margin-bottom: 1rem;
}
.entry-content h3 {
text-transform: capitalize;
}
h3 + ul {
margin-top: 1rem;
}
blockquote {
margin-left: 0;
background-color: #edeeee;
border-left-width: 8px;
border-color: #cbcece;
margin-top: 2rem;
margin-bottom: 2rem;
padding: 1.5rem
}
@media (min-width: 1024px) {
blockquote {
margin-left: 1rem
}
#related, #curriculum, .wp-block-marsha-blocks-full-width p, .wp-block-marsha-blocks-full-width ul {
width: 75%;
}
#related, #cta, #curriculum {
text-align: left;
}
.block-header-green {
font-size: 3rem;
}
h3#cta {
margin-top: 0;
}
.static-html h2 {
font-size: 1.875rem;
}
.text-block h3, .graduate-cta h3, .academic-content h3, h3#related, #curriculum {
font-size: 1.875rem;
}
.wp-block-marsha-blocks-feature-row h2 {
font-size: 3rem;
}
.wp-block-marsha-blocks-full-width h3 {
font-size: 3rem;
}
.hero-links h2 {
font-size: 3rem;
padding-top: 0;
}
}
@media (min-width: 1440px) {
.hero-links h2 {
font-size: 4rem;
}
}
.docs-h3 {
font-family: Sentinel A, Sentinel B, Bookman Old Style Regular, serif;
font-size: 1.5rem;
line-height: 1.375
}
p + ul {
margin-top: 1rem;
}
.diagonal-gray {
background-color: #606b6a;
background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23535c5c' fill-opacity='0.07' fill-rule='evenodd'%3E%3Cpath d='M0 40L40 0H20L0 20M40 40V20L20 40'/%3E%3C/g%3E%3C/svg%3E");
}
.btn {
font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 1rem;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
padding-left: 1rem;
padding-right: 1rem;
text-transform: uppercase;
letter-spacing: 0.025em;
display: inline-block;
text-decoration: none;
font-weight: 600;
border-width: 2px;
border-color: transparent;
text-align: center;
border-radius: 0.25rem;
transition: background-color .2s ease-out;
text-decoration: none!important;
}
.button {
font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 1rem;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
padding-left: 1rem;
padding-right: 1rem;
text-transform: uppercase;
letter-spacing: 0.025em;
display: inline-block;
text-decoration: none;
font-weight: 600;
border-width: 2px;
border-color: transparent;
text-align: center;
border-radius: 0.25rem;
transition: background-color .2s ease-out;
}
.btn-tight {
padding-left: 1.5rem;
padding-right: 1.5rem;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
width: auto;
text-decoration: none!important;
}
.btn-outline {
border-width: 2px;
}
.btn-green {
background-color: #00AC3E;
color: #ffffff;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
transition: background-color .2s ease-out;
}
.btn-green:hover {
background-color: #029F3B;
color: #ffffff;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.btn-red {
background-color: #f56565;
color: #ffffff;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
transition: background-color .2s ease-out;
}
.btn-red:hover {
background-color: #742a2a;
color: #ffffff;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.btn-white {
background-color: #ffffff;
color: #00AC3E;
}
.btn-white:hover {
background-color: #edeeee;
color: #00AC3E;
}
.btn-white-outline {
border-width: 2px;
border-color: #ffffff;
background-color: transparent;
color: #ffffff;
}
.btn-white-outline:hover {
background-color: #ffffff;
color: #00AC3E;
}
@media (min-width: 1024px) {
.btn {
font-size: 1.125rem;
padding-top: 0.75rem;
padding-bottom: 0.75rem;
padding-left: 2rem;
padding-right: 2rem;
}
}
.entry-content {
counter-reset: footnotes;
}
a[aria-describedby="footnote-label"] {
counter-increment: footnotes; /* 1 */
text-decoration: none; /* 2 */
color: inherit; /* 2 */
cursor: default; /* 2 */
outline: none; /* 2 */
}
a[aria-describedby="footnote-label"]::after {
text-decoration: underline;
color: #00AC3E;
font-size: 0.75rem;
cursor: pointer;
content: '[' counter(footnotes) ']'; /* 1 */
vertical-align: super; /* 2 */
margin-left: 2px; /* 4 */
}
a[aria-describedby="footnote-label"]:focus::after {
outline: thin dotted;
outline-offset: 2px;
}
.footnotes {
font-size: 0.875rem;
}
.footnotes :target {
background: rgba(0, 172, 62,.1)
}
/* purgecss start ignore */
form .vfbp-form label,
.vfbp-form label,
.visual-form-builder label, label.vfb-desc {
color: #212424;
font-size: 1rem
}
form .vfbp-form label:not(:first-child), .vfbp-form label:not(:first-child), .visual-form-builder label:not(:first-child), label.vfb-desc:not(:first-child) {
margin-top: 1.5rem;
}
/* REMOVED FOR THE NUMBER VERIFICATION */
.vfb-span, .visual-form-builder li div span.vfb-span, .visual-form-builder [class*="vfb-span"] {
/* @apply flex items-center py-1; */
}
.visual-form-builder label.vfb-choice {
padding: 0;
margin: 0 0 0 5px !important;
}
.vfb-clearfix {
padding-top: 1rem;
padding-bottom: 1rem;
}
.vfb-section-div {
background-color: #edeeee!important;
width: 100%;
padding-left: 1.5rem;
padding-right: 1.5rem;
padding-top: 2rem;
padding-bottom: 2rem;
}
.visual-form-builder .vfb-section-div h4 {
border-bottom: none!important;
}
.visual-form-builder li div label, .visual-form-builder li span label {
font-size: 0.875rem;
margin-bottom: 0.75rem;
}
.visual-form-builder label .vfb-required-asterisk {
color: #f56565;
}
.visual-form-builder label.vfb-choice, label.vfb-choice {
font-size: 1rem!important;
}
.post-password-form input[type="password"],
.text-input,
.form-textarea,
.form-multiselect,
.vfb-text,input.vfb-text, input[type="text"].vfb-text, input[type="tel"].vfb-text, input[type="email"].vfb-text, input[type="url"].vfb-text, textarea.vfb-textarea,
.vfbp-form .vfb-form-control {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-color: #ffffff;
border-radius: 0.25rem;
padding-left: 0.75rem;
padding-right: 0.75rem;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
height: auto;
color: #3a4040;
font-size: 1rem;
line-height: 1.5;
border: 1px solid #cbcece;
box-shadow: none
}
.post-password-form input[type="password"]:hover, .text-input:hover, .form-textarea:hover, .form-multiselect:hover, .vfb-text:hover, input.vfb-text:hover, input[type="text"].vfb-text:hover, input[type="tel"].vfb-text:hover, input[type="email"].vfb-text:hover, input[type="url"].vfb-text:hover, textarea.vfb-textarea:hover, .vfbp-form .vfb-form-control:hover {
outline: 0;
border-color: #3a4040;
background-color: #ffffff;
box-shadow: none;
}
.post-password-form input[type="password"]:focus, .text-input:focus, .form-textarea:focus, .form-multiselect:focus, .vfb-text:focus, input.vfb-text:focus, input[type="text"].vfb-text:focus, input[type="tel"].vfb-text:focus, input[type="email"].vfb-text:focus, input[type="url"].vfb-text:focus, textarea.vfb-textarea:focus, .vfbp-form .vfb-form-control:focus {
outline: 0;
box-shadow: none;
border-color: #00AC3E
}
.text-input.disabled {
background-color: #edeeee;
color: #313737;
border-color: #edeeee
}
.text-input.disabled:hover {
outline: 0;
border-color: #edeeee;
box-shadow: none;
}
.form-checkbox,
.vfbp-form .vfb-checkbox input[type="checkbox"],
input.vfb-checkbox, input[type="checkbox"].vfb-checkbox {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
box-shadow: none;
display: inline-block;
vertical-align: middle;
color: #00AC3E;
background-color: #ffffff;
border-width: 1px;
border-color: #cbcece;
border-radius: 0.25rem;
margin-right: 0.5rem;
margin-top: 0;
height: 1em;
width: 1em;
background-origin: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none
}
.form-checkbox:focus, .vfbp-form .vfb-checkbox input[type="checkbox"]:focus, input.vfb-checkbox:focus, input[type="checkbox"].vfb-checkbox:focus {
outline: 0;
box-shadow: none;
}
.form-checkbox:focus:not(:checked), .vfbp-form .vfb-checkbox input[type="checkbox"]:focus:not(:checked), input.vfb-checkbox:focus:not(:checked), input[type="checkbox"].vfb-checkbox:focus:not(:checked) {
border-color: #00AC3E;
}
.form-checkbox:checked, .vfbp-form .vfb-checkbox input[type="checkbox"]:checked, input.vfb-checkbox:checked, input[type="checkbox"].vfb-checkbox:checked {
background-position: center;
background-repeat: no-repeat;
background-color: currentColor;
border-color: currentColor;
background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 16 16" fill="%23fff" xmlns="http://www.w3.org/2000/svg"><path d="M5.707 7.293a1 1 0 0 0-1.414 1.414l2 2a1 1 0 0 0 1.414 0l4-4a1 1 0 0 0-1.414-1.414L7 8.586 5.707 7.293z"/></svg>');
background-size: 100% 100%;
}
.form-checkbox::-ms-check, .vfbp-form .vfb-checkbox input[type="checkbox"]::-ms-check, input.vfb-checkbox::-ms-check, input[type="checkbox"].vfb-checkbox::-ms-check {
color: transparent;
background-color: inherit;
border-color: inherit;
border-radius: inherit;
border-size: 1px;
}
.form-radio,
.vfbp-form .vfb-radio input[type="radio"],
input.vfb-radio, input[type="radio"].vfb-radio {
box-shadow: none;
display: inline-block;
vertical-align: middle;
color: #00AC3E;
border-width: 1px;
border-color: #cbcece;
border-radius: 9999px;
background-color: #ffffff;
margin-right: 0.5rem;
margin-top: 0;
height: 1em;
width: 1em;
background-origin: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none
}
.form-radio:focus, .vfbp-form .vfb-radio input[type="radio"]:focus, input.vfb-radio:focus, input[type="radio"].vfb-radio:focus {
outline: 0;
box-shadow: none;
}
.form-radio:focus:not(:checked), .vfbp-form .vfb-radio input[type="radio"]:focus:not(:checked), input.vfb-radio:focus:not(:checked), input[type="radio"].vfb-radio:focus:not(:checked) {
border-color: #00AC3E;
}
.form-radio:checked, .vfbp-form .vfb-radio input[type="radio"]:checked, input.vfb-radio:checked, input[type="radio"].vfb-radio:checked {
background-position: center;
background-repeat: no-repeat;
background-color: currentColor;
border-color: currentColor;
background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 16 16" fill="%23fff" xmlns="http://www.w3.org/2000/svg"><circle cx="8" cy="8" r="3"/></svg>');
background-size: 100% 100%;
}
.form-radio::-ms-check, .vfbp-form .vfb-radio input[type="radio"]::-ms-check, input.vfb-radio::-ms-check, input[type="radio"].vfb-radio::-ms-check {
color: transparent;
background-color: inherit;
border-color: inherit;
border-radius: inherit;
border-size: 1px;
}
.vfbp-form .btn,
.post-password-form input[type="submit"],
.vfbp-form .btn-primary,
.vfb-submit, input[type="submit"].vfb-submit {
font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 1rem;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
padding-left: 1rem;
padding-right: 1rem;
text-transform: uppercase;
letter-spacing: 0.025em;
display: inline-block;
text-decoration: none;
font-weight: 600;
border-width: 2px;
border-color: transparent;
text-align: center;
border-radius: 0.25rem;
transition: background-color .2s ease-out;
background-color: #00AC3E;
color: #ffffff;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
transition: background-color .2s ease-out;
line-height: 1;
border-style: none;
cursor: pointer;
border-radius: 0.25rem;
transition: background-color .2s ease-out;
text-decoration: none!important
}
.vfbp-form .btn:hover, .post-password-form input[type="submit"]:hover, .vfbp-form .btn-primary:hover, .vfb-submit:hover, input[type="submit"].vfb-submit:hover {
background-color: #029F3B;
color: #ffffff;
}
@media (min-width: 1024px) {
.vfbp-form .btn,
.post-password-form input[type="submit"],
.vfbp-form .btn-primary,
.vfb-submit, input[type="submit"].vfb-submit {
font-size: 1.125rem;
padding-top: 0.75rem;
padding-bottom: 0.75rem;
padding-left: 2rem;
padding-right: 2rem;
}
}
.widget select,
select.vfb-select,
select.vfb-form-control,
.form-select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
box-shadow: none;
background-color: #ffffff;
border-width: 1px;
border-color: #cbcece;
border-radius: 0.25rem;
padding-top: 0.75rem;
padding-bottom: 0.75rem;
padding-left: 0.5rem;
padding-right: 1.5rem;
line-height: 1.5;
background-position: right;
background-repeat: no-repeat;
background-size: 1.5em 1.5em;
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path d="M15.3 9.3a1 1 0 0 1 1.4 1.4l-4 4a1 1 0 0 1-1.4 0l-4-4a1 1 0 0 1 1.4-1.4l3.3 3.29 3.3-3.3z"/></svg>') !important
}
.widget select:hover, select.vfb-select:hover, select.vfb-form-control:hover, .form-select:hover {
outline: 0;
border-color: #3a4040;
background-color: #ffffff;
box-shadow: none;
}
.widget select::-ms-expand, select.vfb-select::-ms-expand, select.vfb-form-control::-ms-expand, .form-select::-ms-expand {
display: none;
}
.widget select:focus, select.vfb-select:focus, select.vfb-form-control:focus, .form-select:focus {
outline: 0;
box-shadow: none;
border-color: #00AC3E;
}
.vfbp-form .vfb-radio label,
.vfbp-form .vfb-checkbox label {
padding-left: 25px;
}
.vfbp-form .vfb-radio input[type="radio"],
.vfbp-form .vfb-radio-inline input[type="radio"],
.vfbp-form .vfb-checkbox input[type="checkbox"],
.vfbp-form .vfb-checkbox-inline input[type="checkbox"] {
margin-left: -25px;
}
.vfb-input-group-btn:last-child>.btn {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
line-height: 1;
}
.vfb-file-input {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-right: none !important;
}
.vfbp-form textarea.vfb-form-control {
line-height: 2;
}
.vfb-fieldType-instructions {
font-size: 0.75rem;
color: #535c5c;
line-height: 1.5;
}
.vfbp-form .vfb-help-block {
margin-top: 0.5rem;
margin-bottom: 0.5rem;
font-size: 0.875rem;
color: #535c5c;
}
.datepicker table tr td.day:hover, .datepicker table tr td.day.focused {
background-color: #edeeee;
}
.datepicker table tr td span.active:active, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover.active
{ background-color: #00AC3E
}
/* RESET VFB 2.0 STYLES */
.visual-form-builder fieldset {
border: none;
background-color: inherit;
}
.visual-form-builder .vfb-legend {
color: #00AC3E;
border-bottom-width: 0;
}
input.vfb-checkbox, input[type="checkbox"].vfb-checkbox {
/* @apply mr-2; */
}
.visual-form-builder label:not(:first-child) {
margin-top: 0;
}
.visual-form-builder label:not(:first-child) {
display: block;
}
.vfb-span {
margin-top: 0.5rem;
margin-bottom: 0.5rem;
}
.vfb-span label {
margin-top: 0.25rem;
display: block;
}
.vfb-choice {
display: inline-block
}
.vfb-span, .visual-form-builder li div span.vfb-span, .visual-form-builder [class*="vfb-span"], span.vfb-full input, span.vfb-full input[type="text"].vfb-medium, span.vfb-full select {
margin-top: 0.25rem;
margin-bottom: 0.25rem;
}
.vfb-span {
margin-top: 0.25rem;
margin-bottom: 0.25rem;
}
.visual-form-builder label.vfb-choice,
label.vfb-choice {
font-size: 1.125rem;
display: inline-block!important;
}
/* purgecss end ignore */
.meet-family-item {
min-height: 400px;
}
.meet-family-item.meet-family-item-top {
min-height: 400px;
}
@media (min-width: 1024px) {
.meet-family-item {
min-height: 350px;
}
.meet-family-item.meet-family-item-top {
min-height: 550px;
}
.hero-links {
min-height: 500px;
}
.hero-link {
background-color: transparent;
margin-bottom: 0;
}
}
/* ALERTS */
.entry-content > .marsha-alert:first-child {
margin-top: 0;
}
.marsha-alert.alert-danger p a {
color: #f56565;
text-decoration: underline;
font-weight: 600;
}
p + .marsha-alert {
margin-top: 2rem;
}
.border-l-12 {
border-left-width: 12px;
}
.alert-black a {
color: #08cd4f;
}
.alert-positive a {
color: #ffffff;
text-decoration: underline;
}
/* LISTS */
h3 + ul.list-group {
margin-top: 1.5rem;
}
ul.list-group {
display: flex;
flex-direction: column;
padding-left: 0;
list-style-type: none;
border-top-width: 1px;
border-bottom-width: 1px;
border-color: #cbcece;
border-radius: 0.25rem;
}
ul.list-group li:last-child {
border-bottom-width: 0;
}
ul.list-group.striped li:nth-child(even) {
background-color: #edeeee;
}
ul.list-group li {
display: block;
padding-top: 1rem;
padding-bottom: 1rem;
padding-left: 1.5rem;
padding-right: 1.5rem;
border-bottom-width: 1px;
border-right-width: 1px;
border-left-width: 1px;
border-color: #cbcece;
margin-top: 0;
margin-bottom: 0;
}
ul.list-group li h3,
ul.list-group li h4,
ul.list-group li h5 {
margin-top: 0;
}
ul.list-group ul {
list-style-type: disc;
list-style-position: inside;
}
ul.list-group ul li {
display: list-item;
border-width: 0;
padding: 0;
}
.large-table {
overflow-x: auto;
}
.table {
white-space: nowrap;
border-collapse: collapse;
margin-top: 1rem;
margin-bottom: 1rem;
}
.table.table-wrapped {
white-space: normal;
}
.table.table-striped tr:nth-child(even) {
background-color: #edeeee;
}
.table.table-bordered th,
.table.table-bordered td {
border-width: 1px;
border-color: #cbcece;
}
.table thead {
background-color: #cbcece;
color: #212424;
}
.table thead th {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
padding-left: 1rem;
padding-right: 1rem;
}
.table tbody td {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
padding-left: 1rem;
padding-right: 1rem;
}
.table.table-tight thead th {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
padding-left: 0.5rem;
padding-right: 0.5rem;
}
.table.table-tight tbody td {
padding-top: 0.25rem;
padding-bottom: 0.25rem;
padding-left: 0.5rem;
padding-right: 0.5rem;
}
.table.lg\:table-wrapped {
white-space: normal;
}
.rss-widget-icon {
display: inline;
}
.bg:before {
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: rgba(0,0,0,0.3);
}
.course-listing-container {
height: 310px;
}
.simple-social-icons ul.aligncenter {
text-align: left;
}
.large-table > br {
display: none;
}
.wp-block-marsha-blocks-full-width .wp-block-image {
margin-bottom: 0!important;
}
.wp-block-marsha-blocks-full-width img {
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)
}
.wp-block-marsha-blocks-full-width .wp-block-column {
margin-bottom: 0!important;
}
.meet-family {
}
.meet-family-item {
min-height: 400px;
}
.meet-family-item.meet-family-item-top {
min-height: 400px;
}
.entry-content > .marsha-alert:first-child {
margin-top: 0;
}
.marsha-alert.alert-danger p a {
color: #f56565;
text-decoration: underline;
font-weight: 600;
}
p + .marsha-alert {
margin-top: 2rem;
}
.border-l-12 {
border-left-width: 12px;
}
.alert-black a {
color: #08cd4f;
}
.alert-positive a {
color: #ffffff;
text-decoration: underline;
}
h3 + ul.list-group {
margin-top: 1.5rem;
}
ul.list-group {
display: flex;
flex-direction: column;
padding-left: 0;
list-style-type: none;
border-top-width: 1px;
border-bottom-width: 1px;
border-color: #cbcece;
border-radius: 0.25rem;
}
ul.list-group li:last-child {
border-bottom-width: 0;
}
ul.list-group.striped li:nth-child(even) {
background-color: #edeeee;
}
ul.list-group li {
display: block;
padding-top: 1rem;
padding-bottom: 1rem;
padding-left: 1.5rem;
padding-right: 1.5rem;
border-bottom-width: 1px;
border-right-width: 1px;
border-left-width: 1px;
border-color: #cbcece;
margin-top: 0;
margin-bottom: 0;
}
ul.list-group li h3,
ul.list-group li h4,
ul.list-group li h5 {
margin-top: 0;
}
ul.list-group ul {
list-style-type: disc;
list-style-position: inside;
}
ul.list-group ul li {
display: list-item;
border-width: 0;
padding: 0;
}
/* // footnotes */
.entry-content {
counter-reset: footnotes;
}
a[aria-describedby="footnote-label"] {
counter-increment: footnotes; /* 1 */
text-decoration: none; /* 2 */
color: inherit; /* 2 */
cursor: default; /* 2 */
outline: none; /* 2 */
}
a[aria-describedby="footnote-label"]::after {
text-decoration: underline;
color: #00AC3E;
font-size: 0.75rem;
cursor: pointer;
content: '[' counter(footnotes) ']'; /* 1 */
vertical-align: super; /* 2 */
margin-left: 2px; /* 4 */
}
a[aria-describedby="footnote-label"]:focus::after {
outline: thin dotted;
outline-offset: 2px;
}
.footnotes {
font-size: 0.875rem;
}
.footnotes :target {
background: rgba(0, 172, 62,.1)
}
@media (min-width: 1024px) {
.meet-family-item {
min-height: 350px;
}
.meet-family-item.meet-family-item-top {
min-height: 550px;
}
.hero-links {
min-height: 500px;
}
.hero-link {
background-color: transparent;
margin-bottom: 0;
}
}
.screen-reader-text {
border-width: 0;
height: 0.25rem;
width: 0.25rem;
margin: -0.25rem;
overflow: hidden;
padding: 0;
position: absolute;
clip: rect(1px, 1px, 1px, 1px);
-webkit-clip-path: inset(50%);
clip-path: inset(50%);
word-wrap: normal !important;
}
.sr-only {
border: 0;
clip: rect(0 0 0 0);
clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
-webkit-clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
white-space: nowrap;
}
.nav-green {
background-color: #00AC3E;
color: #ffffff;
}
/* @screen md {
.nav-green {
@apply px-0;
}
} */
.nav-green-item {
color: #ffffff;
transition: background-color .18s ease-out;
}
.nav-green-item.active {
background-color: #029F3B;
}
.nav-green-item:hover {
background-color: #029F3B;
}
.nav-green-dropdown-item {
color: #ffffff;
display: block;
padding-top: 1rem;
padding-bottom: 1rem;
padding-left: 0.75rem;
padding-right: 0.75rem;
transition: all .1s ease-out;
}
.nav-green-dropdown-item:hover {
background-color: #029F3B;
transition: all .1s ease-out;
}
.nav-green-arrow {
transition: -webkit-transform .15s ease-out;
transition: transform .15s ease-out;
transition: transform .15s ease-out, -webkit-transform .15s ease-out;
}
.nav-green-item:hover .nav-green-arrow {
-webkit-transform: translateX(5px);
transform: translateX(5px);
}
.nav-green-dropdown {
visibility: hidden;
opacity: 0;
transition: visibility 0s, opacity .2s ease-out;
}
.nav-green-dropdown.active {
visibility: visible;
opacity: 1;
}
.nav-green-sub-arrow {
opacity: 0;
-webkit-transform: translateX(-4px);
transform: translateX(-4px);
transition: all .15s ease-out;
}
.nav-green-dropdown-item:hover .nav-green-sub-arrow {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
.fw-search input:focus + .fw-search-icon {
color: #00AC3E;
}
.fw-search-icon {
color: #a9adad;
}
.main-nav-item {
color: #535c5c;
transition: color .18s ease-out;
}
.main-nav-item:hover, .main-nav-item > a.active {
color: #00AC3E;
}
.main-nav-item:hover span {
padding-bottom: 0.5rem;
border-bottom-width: 2px;
border-color: #00AC3E;
}
.main-nav-item.active {
color: #00AC3E;
}
.megamenu {
visibility: hidden;
}
.megamenu.active {
visibility: visible;
}
.megamenu ul {
padding-left: 0;
}
.megamenu ul li {
display: block;
}
@-webkit-keyframes slideDown {
from {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
to { -webkit-transform: translateY(0); transform: translateY(0);
}
}
@keyframes slideDown {
from {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
to { -webkit-transform: translateY(0); transform: translateY(0);
}
}
.megamenu-sub-item {
transition: -webkit-transform .15s ease-out;
transition: transform .15s ease-out;
transition: transform .15s ease-out, -webkit-transform .15s ease-out;
}
.megamenu-sub-arrow {
opacity: 0;
transition: opacity .15s ease-out, -webkit-transform .5s ease-out;
transition: opacity .15s ease-out, transform .5s ease-out;
transition: opacity .15s ease-out, transform .5s ease-out, -webkit-transform .5s ease-out;
}
.hero-link-item:hover .megamenu-sub-arrow,
.meet-mu-item:hover .megamenu-sub-arrow,
.megamenu-sub-item:hover .megamenu-sub-arrow {
opacity: 1;
text-decoration: none;
-webkit-transform: translateX(8px);
transform: translateX(8px);
}
a.hero-link-item:hover {
text-decoration: none;
}
hr {
border: none;
display: block;
width: 100%;
overflow: hidden;
}
hr:after {
content:"..................................................................................";
letter-spacing: 4px; /* increase space between dots */
font-size: 16px; /* increase size of dots */
color: #a2aaad; /* pick a color */
}
.mobile-search {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
transition: all .15s ease-in-out;
}
.mobile-search.active {
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
-webkit-transform: translateY(0%);
transform: translateY(0%)
}
.mobile-search-input:focus::-webkit-input-placeholder,
.mobile-search-input:focus:-ms-input-placeholder,
.mobile-search-input:focus::-webkit-input-placeholder {
font-weight: 400;
color: #edeeee;
}
.mobile-search-input:focus::-webkit-input-placeholder,
.mobile-search-input:focus:-ms-input-placeholder,
.mobile-search-input:focus::placeholder {
font-weight: 400;
color: #edeeee;
}
.nav-site {
width: 100%;
background-color: #535c5c;
}
.nav-site-parent {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
width: 100%;
color: #ffffff;
display: flex;
align-items: center;
justify-content: space-between;
padding-left: 1rem;
padding-right: 1rem;
border-bottom-width: 1px;
border-color: #3a4040;
padding-top: 0.75rem;
padding-bottom: 0.75rem;
font-size: 0.875rem;
}
.nav-site-dropdown-container {
display: none;
visibility: hidden;
opacity: 0;
background-color: #3a4040;
transition: visibility 0, opacity .2s ease-out;
}
.nav-site-dropdown-container.active {
display: block;
visibility: visible;
opacity: 1;
}
.nav-site-dropdown-item {
font-size: 0.875rem;
color: #ffffff;
display: flex;
align-items: center;
justify-content: space-between;
padding-left: 1rem;
padding-right: 1rem;
border-bottom-width: 1px;
border-color: #313737;
padding-top: 0.75rem;
padding-bottom: 0.75rem;
}
.nav-program {
width: 100%;
background-color: #535c5c;
}
.nav-program-parent {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
width: 100%;
color: #ffffff;
display: flex;
align-items: center;
justify-content: space-between;
padding-left: 1rem;
padding-right: 1rem;
border-bottom-width: 1px;
border-color: #3a4040;
padding-top: 0.75rem;
padding-bottom: 0.75rem;
font-size: 0.875rem;
}
.nav-program-dropdown-container {
display: none;
visibility: hidden;
opacity: 0;
background-color: #3a4040;
transition: visibility 0, opacity .2s ease-out;
}
.nav-program-dropdown-container.active {
display: block;
visibility: visible;
opacity: 1;
}
.nav-program-dropdown-item {
font-size: 0.875rem;
color: #ffffff;
display: flex;
align-items: center;
justify-content: space-between;
padding-left: 1rem;
padding-right: 1rem;
border-bottom-width: 1px;
border-color: #313737;
padding-top: 0.75rem;
padding-bottom: 0.75rem;
}
@media (min-width: 1024px) {
.nav-site {
background-color: transparent;
display: flex;
align-items: center;
}
.nav-item-container {
position: relative;
z-index: 30;
}
.nav-site-parent {
width: auto;
border-style: none;
display: flex;
align-items: center;
transition: all .1s ease-in;
text-transform: uppercase;
font-weight: 600;
padding-top: 1.5rem;
padding-bottom: 1.5rem;
padding-left: 0.5rem;
padding-right: 0.5rem;
color: #535c5c;
font-size: 0.875rem;
}
.nav-site-parent span {
border-bottom-width: 1px;
border-color: transparent;
}
.nav-site-parent:hover,
.nav-site-parent.active {
color: #ffffff;
background-color: #00AC3E;
}
.nav-site-parent.selected {
color: #00AC3E;
}
.nav-site-parent.selected span {
border-bottom-width: 1px;
border-color: #00AC3E;
}
.nav-site-parent.selected:hover {
background-color: #00AC3E;
color: #ffffff;
}
.nav-site-parent.selected.active {
color: #ffffff!important;
}
.nav-site-dropdown-container {
width: 100%;
position: absolute;
left: 0;
background-color: #00AC3E;
text-transform: uppercase;
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
font-weight: 600;
visibility: hidden;
opacity: 0;
width: 250px;
transition: visibility 0s, opacity .2s ease-out;
z-index: 10000;
}
.nav-site-dropdown-container.active {
visibility: visible;
opacity: 1;
}
.nav-site-dropdown-item {
color: #ffffff;
display: block;
padding-top: 1rem;
padding-bottom: 1rem;
padding-left: 1rem;
padding-right: 1rem;
font-size: 0.875rem;
border-left-width: 8px;
border-top-width: 0;
border-right-width: 0;
border-bottom-width: 0;
border-color: transparent;
transition: all .1s ease-out;
}
.nav-site-dropdown-item:hover {
background-color: #029F3B;
border-color: #007129;
transition: all .1s ease-out;
}
.nav-program-menu {
margin-bottom: 2.5rem;
border-top-width: 1px;
border-color: #edeeee;
font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
}
.nav-program-item {
display: block;
color: #00AC3E;
text-transform: uppercase;
text-decoration: none;
padding-top: 0.75rem;
padding-bottom: 0.75rem;
padding-left: 0.75rem;
padding-right: 0.75rem;
font-weight: 600;
letter-spacing: 0.025em;
transition: all .1s ease-in;
border-bottom-width: 1px;
border-color: #edeeee;
}
.nav-program-item:hover {
text-decoration: none;
color: #ffffff;
background-color: #00AC3E;
text-decoration: none!important;
}
}
@media (min-width: 1440px) {
.nav-site-parent {
padding-left: 1rem;
padding-right: 1rem;
font-size: 0.875rem;
letter-spacing: 0.025em;
}
.nav-site-dropdown-item {
font-size: 0.875rem;
letter-spacing: 0.025em;
}
}
.no-scroll {
overflow: hidden;
height: 100%;
}
.off-canvas {
visibility: hidden;
transition-duration: .3s;
/* transition-timing-function: ease-in-out; */
-webkit-transform: translate3d(30rem, 0, 0);
transform: translate3d(30rem, 0, 0);
transition-timing-function: cubic-bezier(.15,.30,.65,1.05);
}
.off-canvas.active {
visibility: visible;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
ul.list-reset {
padding-left: 0;
}
ul.list-reset li {
display: block;
}
.arrows {
transition: all .08s linear;
}
.arrows.active {
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}
.mobile-nav-sub {
display: none;
visibility: hidden;
opacity: 0;
transition: visibility 0, opacity .2s ease-out;
}
.mobile-nav-sub.active {
display: block;
visibility: visible;
opacity: 1;
}
.mobile-page-navigation {
width: 100%;
background-color: #535c5c;
}
.mobile-page-navigation ul li {
width: 100%;
}
.mobile-page-navigation ul li a {
font-size: 0.875rem;
color: #ffffff;
display: flex;
align-items: center;
justify-content: space-between;
padding-left: 1rem;
padding-right: 1rem;
border-bottom-width: 1px;
border-color: #313737;
padding-top: 0.75rem;
padding-bottom: 0.75rem;
}
.mobile-nav ul {
padding-left: 0;
}
.mobile-nav ul li {
display: block;
}
.side-navigation {
display: none;
}
@media (min-width: 1024px) {
.side-navigation {
display: block;
margin-bottom: 2rem;
}
}
div.docs-nav:last-child {
margin-bottom: 2rem;
}
p + ul.docs-nav {
margin-top: 1rem;
}
ul.docs-nav,
ul.xoxo.blogroll,
.widget_nav_menu ul {
list-style-type: none;
padding-left: 0;
}
div.docs-nav,
ul.xoxo.blogroll, .side-navigation ul li.menu-item, .widget_nav_menu ul li {
transition: all .25s;
}
.side-navigation ul li.menu-item {
text-transform: uppercase;
}
.widget_nav_menu ul li.menu-item-has-children {
border-bottom-width: 0;
}
ul.sub-menu {
margin-top: 0;
margin-bottom: 0;
}
.textwidget h3 {
font-weight: 600;
text-transform: uppercase;
}
ul.xoxo.blogroll li, .side-navigation ul li, .widget_nav_menu ul li {
margin-top: 0;
margin-bottom: 0;
}
.side-navigation ul li.menu-item:hover, .widget_nav_menu ul li:hover {
border-color: #00AC3E;
}
ul.xoxo.blogroll li a,
.side-navigation ul li.menu-item a, .widget_nav_menu ul li a {
display: block;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
color: #00AC3E;
transition: all .2s;
}
ul.xoxo.blogroll li a:hover,
.side-navigation ul li.menu-item a:hover {
color: #00AC3E;
text-decoration: underline;
}
.widget_nav_menu ul li a:hover {
color: #00AC3E;
text-decoration: underline;
}
.visual-form-builder li, .entry-content .visual-form-builder li, .comment-content .visual-form-builder li, .mu_register .visual-form-builder li {
margin-top: 12px!important;
}
footer {
background-image:
linear-gradient(
to bottom,
#131716,
#131716 95%,
black 95%
);
}
.footer-flag {
background-image: none;
margin-top: 0;
}
.footer-flag > p:first-child {
margin-top: 3rem;
}
.footer-button {
border-width: 2px;
border-color: #ffffff;
background-color: transparent;
color: #ffffff;
}
.footer-links {
list-style-type: none;
}
.footer-links li {
margin-bottom: 1rem;
}
.footer-links li:last-child {
margin-bottom: 0;
}
.footer-links > li > a {
color: #ffffff;
line-height: 1.5;
transition: color .15s ease-out;
}
.footer-links > li > a:hover {
color: #08cd4f;
}
.social-icons {
color: #ffffff;
transition: margin-top .15s ease-in
}
.social-icons:hover { color: #ffffff;
}
.footer a.disclosures {
color: #08cd4f;
}
.footer a.disclosures:hover {
text-decoration: underline;
}
@media (min-width: 1024px) {
.footer-flag {
margin-top: -35px;
background-color: inherit;
background-image: url('<?php echo esc_url( get_template_directory_uri() ); ?>/images/m_flag.svg');
background-repeat: no-repeat;
background-size: cover
}
p.footer-address {
margin-top: 165px;
}
.footer-button {
background-color: #00AC3E;
color: #ffffff;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
transition: background-color .2s ease-out;
border-color: transparent;
transition: all .2s;
}
.footer-button:hover {
background-color: #029F3B;
}
.social-icons:hover { margin-top: -0.25rem;
}
}
.green-arrow-top {
width: 100%;
margin-left: auto;
margin-right: auto;
width: 0;
height: 0;
border-left: 30px solid transparent;
border-right: 30px solid transparent;
border-top: 30px solid #00AC3E;
}
.white-arrow-top {
width: 100%;
margin-left: auto;
margin-right: auto;
width: 0;
height: 0;
border-left: 30px solid transparent;
border-right: 30px solid transparent;
border-top: 30px solid #fff;
}
.transparent-arrow-top {
width: 100%;
margin-left: auto;
margin-right: auto;
width: 0;
height: 0;
border-left: 30px solid transparent;
border-right: 30px solid transparent;
border-top: 30px solid inherit;
}
.green-arrow-top-sm {
width: 100%;
margin-left: auto;
margin-right: auto;
width: 0;
height: 0;
border-left: 30px solid transparent;
border-right: 30px solid transparent;
border-top: 30px solid #00AC3E;
}
.white-arrow-top-sm {
width: 100%;
margin-left: auto;
margin-right: auto;
width: 0;
height: 0;
border-left: 20px solid transparent;
border-right: 20px solid transparent;
border-top: 20px solid #fff;
}
.dark-arrow-top-lg {
width: 100%;
margin-left: auto;
margin-right: auto;
width: 0;
height: 0;
border-left: 30px solid transparent;
border-right: 30px solid transparent;
border-top: 30px solid #1f2727;
}
.dark-arrow-top-sm {
width: 100%;
margin-left: auto;
margin-right: auto;
width: 0;
height: 0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-top: 10px solid #1f2727;
}
.landing-program .t-dark-arrow-top-sm {
width: 100%;
margin-left: auto;
margin-right: auto;
width: 0;
height: 0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-top: 10px solid transparent;
}
.landing-program:hover .t-dark-arrow-top-sm {
width: 100%;
margin-left: auto;
margin-right: auto;
width: 0;
height: 0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-top: 10px solid #1f2727;
}
.transparent-arrow-left {
width: 0;
height: 0;
border-left: 40px solid inherit;
border-top: 40px solid transparent;
border-bottom: 40px solid transparent;
}
.arrow-shadow {
text-shadow: -5px 3px 10px rgba(0, 0, 0, 0.2)
}
@media (min-width: 1024px) {
.green-arrow-top {
border-left-width: 50px;
border-right-width: 50px;
border-top-width: 50px;
}
.white-arrow-top {
width: 100%;
margin-left: auto;
margin-right: auto;
width: 0;
height: 0;
border-left: 50px solid transparent;
border-right: 50px solid transparent;
border-top: 50px solid #fff;
}
}
.hero {
height: 100%;
background-size: cover;
background-repeat: no-repeat;
display: flex;
padding-left: 1rem;
padding-right: 1rem;
position: relative;
}
.hero-content {
height: 100%;
margin-left: auto;
margin-right: auto;
padding-left: 1rem;
padding-right: 1rem;
display: flex;
flex-direction: column;
justify-content: center;
color: #ffffff;
}
.hero-title {
font-family: Sentinel A, Sentinel B, Bookman Old Style Regular, serif;
font-weight: 500;
color: #ffffff;
font-size: 3rem;
line-height: 1;
text-transform: uppercase;
text-shadow: -1px 1px 18.2px rgba(0, 0, 0, 0.25);
}
.hero-tagline {
font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
font-weight: 600;
color: #ffffff;
font-size: 1.5rem;
letter-spacing: -0.025em;
text-transform: uppercase;
margin-top: 0.5rem;
text-shadow: 0px 0px 9px rgba(0, 0, 0, 0.25);
}
.hero-intro {
font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
font-weight: 600;
color: #ffffff;
font-size: 1.125rem;
margin-top: 1rem;
width: 100%;
text-shadow: 0px 0px 9px rgba(0, 0, 0, 0.25);
}
.hero-gradient {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(to bottom, rgba(0,0,0,.20) 75%, rgba(0,0,0,.80));
}
.hero-home {
background-color: #535c5c;
display: flex;
align-items: center;
padding-left: 1rem;
padding-right: 1rem;
min-height: 550px;
background-position: 50% 0;
}
.hero-home-title {
font-size: 5rem;
text-shadow: -1px 1px 18.2px rgba(0, 0, 0, 0.25);
}
.hero-secondary {
background-size: cover;
background-repeat: no-repeat;
min-height: 385px;
}
.hero-secondary-overlay {
background: linear-gradient(to bottom, rgba(0,0,0,.20) 75%, rgba(0,0,0,.80));
}
.hero-secondary-title {
font-family: Sentinel A, Sentinel B, Bookman Old Style Regular, serif;
color: #ffffff;
text-transform: uppercase;
font-weight: 400;
letter-spacing: 0;
font-size: 2.25rem;
width: 100%;
text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3), 10px 10px 10px rgba(0, 0, 0, 0.4);
}
.hero-secondary-subtitle {
font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
color: #ffffff;
letter-spacing: 0.025em;
font-size: 1rem;
text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3), 10px 10px 10px rgba(0, 0, 0, 0.4);
}
.hero-tertiary {
min-height: 175px;
}
.hero-rises {
background-size: cover;
background-repeat: no-repeat;
min-height: 385px;
}
.hero-rises-overlay {
background: linear-gradient(to bottom, rgba(0,0,0,.3) 75%, rgba(0,0,0,.80));
}
.hero-links {
background-position: 0% 50%;
min-height: 350px;
}
.hero-link {
background-color: rgba(0,0,0,.2);
margin-bottom: 1px;
}
@media (min-width: 1024px) {
.hero {
background-position: center;
padding-left: 1rem;
padding-right: 1rem;
justify-content: flex-end;
}
.hero-content {
padding-left: 0;
padding-right: 0;
justify-content: flex-end;
}
.hero-title {
@apple text-7xl;
}
.hero-tagline {
font-size: 3rem;
margin-top: 1rem;
}
.hero-intro {
width: 50%;
font-size: 1.875rem;
margin-top: 1rem;
}
.hero-home {
min-height: 750px;
background-position: 0% 0%;
}
.hero-home-title {
font-size: 10rem;
}
.hero-secondary {
min-height: 560px;
}
.hero-secondary-title {
font-size: 5rem;
width: 75%;
}
.hero-secondary-subtitle {
margin-top: 0;
font-size: 1.5rem;
font-weight: 600;
margin-top: 0.75rem;
}
.hero-tertiary {
min-height: 395px;
}
.hero-rises {
min-height: 600px;
}
}
.gtk-container {
min-height: 350px;
}
.gtk-features {
margin: -100px 0 0 0;
}
.gtk-feature {
background-color: #00AC3E;
border-top: 4px solid #fff;
}
.get-to-know-title {
font-family: Sentinel A, Sentinel B, Bookman Old Style Regular, serif;
color: #ffffff;
text-transform: uppercase;
font-size: 3rem;
text-shadow: 0px 0px 9px rgba(0, 0, 0, 0.25);
margin: 125px 0;
}
.gtk-item-content {
min-height: 350px;
}
@media (min-width: 1024px) {
.gtk-container {
min-height: 675px;
}
.gtk-features {
margin: -300px 0 0 0;
}
.gtk-feature {
background: linear-gradient(to bottom, rgba(0,0,0,.20) 75%, rgba(0,0,0,.80));
transition: background-color 0.3s ease-out;
border-top: 4px transparent;
}
.gtk-feature:hover {
background: rgba(0,177,64,.8);
border-top: 4px solid #1f2727;
}
.gtk-item {
border-width: 1px;
border-color: #ffffff;
transition: -webkit-transform .4s;
transition: transform .4s;
transition: transform .4s, -webkit-transform .4s; /* Animation */
}
.gtk-item:hover {
border-color: transparent;
-webkit-transform: scale(1.13);
transform: scale(1.13);
}
}
.college {
background: linear-gradient(to bottom, rgba(0,0,0,.20) 75%, rgba(0,0,0,.80));
transition: background-color 0.3s ease-out;
border-top: 4px transparent;
}
.feature-row-item-short {
height: 250px;
}
.feature-row-item-tall {
height: 350px;
}
@media (min-width: 1024px) {
.college-parent:hover .college,
.college:hover {
background: rgba(0,177,64,.8);
border-top: 4px solid #1f2727;
}
}
.landing-program {
background: linear-gradient(to bottom, rgba(0,0,0,.40) 75%, rgba(0,0,0,.80));
transition: background-color 0.3s ease-out;
border-top: 4px transparent;
}
@media (min-width: 1024px) {
.landing-program-parent:hover .landing-program,
.landing-program:hover {
background: rgba(0,177,64,.8);
border-top: 4px solid #1f2727;
}
}
.search-box {
padding-top: 1.5rem;
padding-bottom: 1.5rem;
padding-left: 1rem;
padding-right: 1rem;
background-color: transparent;
transition: background-color .15s ease-in;
box-sizing: border-box;
}
.search-box.active {
background-color: #ffffff;
box-shadow:0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
}
.search-box form > label {
color: #ffffff;
transition: color .15s ease-in;
}
.search-box form.active > label {
color: #535c5c;
}
.search-box form > .search-bar {
border-bottom-width: 1px;
border-bottom-width: 2px;
border-color: #ffffff;
transition: border-bottom-color .1s ease-in;
}
.search-box form.active > .search-bar {
border-color: #131716;
}
.search-box form > div > input {
color: #ffffff
}
.search-box form.active > div > input {
color: #131716
}
.search-box form > div > svg {
color: #ffffff;
transition: color .15s ease-in;
}
.search-box form > div > svg {
color: #ffffff;
}
.search-box form.active > div > svg {
color: #00AC3E;
}
.search-box.active h2 {
color: #131716;
}
.search-results {
opacity: 0;
visibility: hidden;
transition: visibility 0s, opacity .18s ease-in;
}
.search-results.active {
opacity: 1;
visibility: visible;
box-shadow:0 16px 10px 0 rgba(0,0,0,0.20),0 25px 12px 0 rgba(0,0,0,0.19) !important;
}
.filter--notFound {
display: none;
}
.quote {
transition: visibility .15s ease-in;
display: none;
visibility: hidden;
}
.quote.quote-active {
display: flex;
visibility: visible;
}
.quote-button {
-webkit-transform: scale(1);
transform: scale(1);
transition: all .2s;
}
.quote-button:hover {
-webkit-transform: scale(1.3);
transform: scale(1.3);
}
@media (min-width: 1024px) {
.quote {
min-height: 300px;
}
}
@media (min-width: 1024px) {
.bottom-cta {
background-size: 125%;
background-repeat: no-repeat;
background-position: center center;
transition: background-size 0.3s ease-in-out;
}
.bottom-cta:hover {
background-size: 130%;
}
}
.gsc-search-button {
display: none;
}
input.gsc-input {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-color: #ffffff;
border-radius: 0.25rem;
padding-left: 0.75rem;
padding-right: 0.75rem;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
height: auto;
color: #3a4040;
font-size: 1rem;
line-height: 1.5;
border: 1px solid #cbcece;
box-shadow: none
}
input.gsc-input:hover {
outline: 0;
border-color: #00AC3E;
background-color: #ffffff;
box-shadow: none;
}
input.gsc-input:focus {
outline: 0;
box-shadow: none;
border-color: #00AC3E
}
div.gsc-above-wrapper-area {
margin-top: 1.5rem;
margin-bottom: 1.5rem;
}
td.gsib_b {
display: none
}
div.gsc-cursor, .gsc-results .gsc-cursor {
display: flex;
justify-content: space-between;
width: 100%;
}
div.gsc-input-box {
border: none!important;
}
input[type="date"],
input[type="text"].gsc-input {
border: 1px solid #cbcece!important;
box-shadow: none;
padding: 0.5rem 0.75rem!important;
height: auto!important;
-webkit-appearance: none!important;
-moz-appearance: none!important;
appearance: none!important;
color: #3a4040!important;
box-shadow: none!important;
margin: 0!important;
}
input[type="date"],
input[type="text"].gsc-input:hover {
outline: 0!important;
border: 1px solid #00AC3E!important;
box-shadow: none!important;
}
input[type="date"],
input[type="text"].gsc-input:focus {
outline: 0!important;
border: 1px solid #00AC3E!important;
box-shadow: none!important;
}
table.gstl_50.gssb_c {
margin-top: 30px!important;
}
.gsc-results .gsc-cursor {
display: flex;
justify-content: space-between;
font-size: 1rem;
}
.gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
background-color: #edeeee;
text-decoration: none;
}
.gsc-results .gsc-cursor-box .gsc-cursor-page {
color: #00AC3E;
margin: 1rem 0;
padding: 0.75rem 1.5rem;
}
.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
background-color: #00AC3E;
color: #ffffff;
}
.gcsc-find-more-on-google-text,
.gcsc-find-more-on-google-query,
.gcsc-branding-text {
font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif!important;
margin-top: 0px!important;
font-size: .875rem!important;
}
.gcsc-find-more-on-google-magnifier {
display: inline!important;
}
.gcsc-branding-img-noclear {
margin: 0 0.5rem;
}
.gcsc-more-maybe-branding-root,
.gsc-cursor-box.gs-bidi-start-align {
margin: 1rem 0!important;
}
.rises-accordion {
background-color: #ffffff;
}
/* .rises-accordion.active {
@apply bg-gray-100;
} */
.rises-accordion.active .rises-accordion-link {
color: #00AC3E;
}
.rises-faqs .rises-q {
color: #535c5c;
font-weight: 600;
}
.rises-faqs .rises-q.active {
color: #131716;
font-weight: 700;
}
aside section {
margin-bottom: 2rem;
}
aside h2 {
font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
text-transform: uppercase;
font-weight: 600;
font-size: 1.125rem;
letter-spacing: 0.025em;
margin-bottom: 0.75rem;
color: #131716;
border-bottom-width: 2px;
border-color: #00AC3E;
padding-bottom: 0.25rem;
}
/* Columns */
.columns {
padding-left: 0.5rem;
padding-right: 0.5rem;
}
.small-1 { width: 8.33333%;
}
.small-2 { width: 16.66667%;
}
.small-3 { width: 25%;
}
.small-4 { width: 33.33333%;
}
.small-5 { width: 41.66667%;
}
.small-6 { width: 50%;
}
.small-7 { width: 58.33333%;
}
.small-8 { width: 66.66667%;
}
.small-9 { width: 75%;
}
.small-10 { width: 83.33333%;
}
.small-11 { width: 91.66667%;
}
.small-12 { width: 100%;
}
@media (min-width: 1024px) {
.columns {
padding-left: 1.5rem;
padding-right: 1.5rem;
}
.medium-1 { width: 8.33333%;
}
.medium-2 { width: 16.66667%;
}
.medium-3 { width: 25%;
}
.medium-4 { width: 33.33333%;
}
.medium-5 { width: 41.66667%;
}
.medium-6 { width: 50%;
}
.medium-7 { width: 58.33333%;
}
.medium-8 { width: 66.66667%;
}
.medium-9 { width: 75%;
}
.medium-10 { width: 83.33333%;
}
.medium-11 { width: 91.66667%;
}
.medium-12 { width: 100%;
}
}
@media (min-width: 1024px) {
.large-1 { width: 8.33333%;
}
.large-2 { width: 16.66667%;
}
.large-3 { width: 25%;
}
.large-4 { width: 33.33333%;
}
.large-5 { width: 41.66667%;
}
.large-6 { width: 50%;
}
.large-7 { width: 58.33333%;
}
.large-8 { width: 66.66667%;
}
.large-9 { width: 75%;
}
.large-10 { width: 83.33333%;
}
.large-11 { width: 91.66667%;
}
.large-12 { width: 100%;
}
}
/* Button Dropdown and Normal Dropdown */
.f-dropdown {
display: none;
}
.flex-video {
position: relative;
height: 0;
overflow: hidden;
padding-top: 1.5rem;
margin-bottom: 1rem;
padding-bottom: 67.5%;
}
.flex-video iframe, .flex-video object, .flex-video embed, .flex-video video {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
}
.flex-video.widescreen {
padding-bottom: 56.34%
}
.simple-social-icons li a {
padding: 0.75rem;
border-radius: 0.25rem;
background-color: #00AC3E;
color: #ffffff;
}
.simple-social-icons li a:hover {
background-color: #029F3B;
}
.show-for-small-only {
display: block;
}
.show-for-medium-up, .show-for-medium-only {
display: none;
}
.show-for-large-up, .show-for-large-only {
display: none;
}
/* @screen md {
.show-for-small-only {
@apply hidden;
}
.show-for-medium-up {
@apply block;
}
} */
@media (min-width: 1024px) {
.show-for-small-only {
display: none;
}
.show-for-large-up {
display: block;
}
}
@media (min-width: 1440px) {
.discover-campus {
min-height: 500px;
background-position: 0 50%;
}
}
.search-box.active {
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
ul.program-search li.filter--notFound {
display: none;
}
ul.program-search li a:hover {
text-decoration: none!important;
}
.program-list {
background-color: #ffffff;
color: #313737;
border-bottom-width: 1px;
border-color: #edeeee;
}
.program-list.active {
background-color: #131716;
color: #08cd4f;
}
a.program-list-container {
color: #212424;
}
a.program-list-container:hover {
color: #00AC3E;
text-decoration: none!important;
}
.program-list.active .program-list-container {
border-color: #212424;
}
/* Text meant only for screen readers. */
.no-scroll {
overflow: hidden;
height: 100%;
}
.transition {
transition: all .1s ease-in!important;
}
footer.entry-footer {
display: none;
}
.w-80rem {
width: 90rem;
}
/* images */
img.alignleft {
float: left;
display: inline;
margin-right: 1.5rem;
padding: 0.5rem;
}
img.alignright {
float: right;
display: inline;
margin-left: 1.5rem;
padding: 0.5rem;
}
img.alignnone {
vertical-align: middle;
}
.wp-block-code {
padding-top: 1.5rem;
padding-bottom: 1.5rem;
padding-left: 2rem;
padding-right: 2rem;
background-color: #edeeee;
margin-top: 0.75rem;
margin-bottom: 0.75rem;
}
p[style*="text-align: center"] {
text-align: right !important;
}
*[style*="color: #008000"],
*[style*="color: #339966"]
{
color: inherit !important;
}
.wooslider-control-nav,
.wooslider-control-paging li a {
z-index: 50!important;
}
/*
@import "components/home/hero-homepage";
@import "components/home/get-to-know";
@import "components/home/locations";
@import "components/home/social";
@import "components/home/latest-news";
@import "components/secondary/hero-main";
@import "components/expand-horizons";
@import "components/academics/resources";
@import "components/academics";
@import "components/major-search";
@import "components/calendar";
@import "components/bottom-cta"; */
@media (min-width: 1024px) {
.news-item {
background: linear-gradient(to bottom, rgba(0,0,0,.55) 75%, rgba(0,0,0,.90));
/* border-top: 4px solid theme('colors.green'); */
border-top: 4px solid #ffffff;
background: linear-gradient(to bottom, rgba(0,0,0,.50) 75%, rgba(0,0,0,.80));
transition: background-color 0.3s ease-out;
border-top: 4px transparent;
}
.news-item:hover {
background: rgba(0,177,64,.8);
border-top: 4px solid #1f2727;
}
}
h2 + .accordion,
h3 + .accordion,
h4 + .accordion,
p + .accordion {
margin-top: 1rem;
}
.nav-links {
display: flex;
justify-content: space-between;
}
code {
background-color: #131716;
color: #ffffff;
font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
code.example {
display: block;
padding-left: 1rem;
padding-right: 1rem;
padding-top: 1.5rem;
line-height: 2;
}
/* NEED TO MOVE */
.academic-content ul {
margin-top: 1rem;
}
@media (min-width: 1024px) {
.lg\:appearance-none {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.lg\:bg-fixed {
background-attachment: fixed;
}
.lg\:bg-local {
background-attachment: local;
}
.lg\:bg-scroll {
background-attachment: scroll;
}
.lg\:bg-transparent {
background-color: transparent;
}
.lg\:bg-inherit {
background-color: inherit;
}
.lg\:bg-black {
background-color: #131716;
}
.lg\:bg-white {
background-color: #ffffff;
}
.lg\:bg-green-darker {
background-color: #007129;
}
.lg\:bg-green-dark {
background-color: #029F3B;
}
.lg\:bg-green {
background-color: #00AC3E;
}
.lg\:bg-green-bright {
background-color: #08cd4f;
}
.lg\:bg-gray-100 {
background-color: #edeeee;
}
.lg\:bg-gray-200 {
background-color: #cbcece;
}
.lg\:bg-gray-300 {
background-color: #a9adad;
}
.lg\:bg-gray-400 {
background-color: #868c8c;
}
.lg\:bg-gray-500 {
background-color: #535c5c;
}
.lg\:bg-gray-600 {
background-color: #3a4040;
}
.lg\:bg-gray-700 {
background-color: #313737;
}
.lg\:bg-gray-800 {
background-color: #212424;
}
.lg\:bg-gray-900 {
background-color: #131716;
}
.lg\:bg-red-100 {
background-color: #fff5f5;
}
.lg\:bg-red-500 {
background-color: #f56565;
}
.lg\:bg-red-900 {
background-color: #742a2a;
}
.lg\:hover\:bg-transparent:hover {
background-color: transparent;
}
.lg\:hover\:bg-inherit:hover {
background-color: inherit;
}
.lg\:hover\:bg-black:hover {
background-color: #131716;
}
.lg\:hover\:bg-white:hover {
background-color: #ffffff;
}
.lg\:hover\:bg-green-darker:hover {
background-color: #007129;
}
.lg\:hover\:bg-green-dark:hover {
background-color: #029F3B;
}
.lg\:hover\:bg-green:hover {
background-color: #00AC3E;
}
.lg\:hover\:bg-green-bright:hover {
background-color: #08cd4f;
}
.lg\:hover\:bg-gray-100:hover {
background-color: #edeeee;
}
.lg\:hover\:bg-gray-200:hover {
background-color: #cbcece;
}
.lg\:hover\:bg-gray-300:hover {
background-color: #a9adad;
}
.lg\:hover\:bg-gray-400:hover {
background-color: #868c8c;
}
.lg\:hover\:bg-gray-500:hover {
background-color: #535c5c;
}
.lg\:hover\:bg-gray-600:hover {
background-color: #3a4040;
}
.lg\:hover\:bg-gray-700:hover {
background-color: #313737;
}
.lg\:hover\:bg-gray-800:hover {
background-color: #212424;
}
.lg\:hover\:bg-gray-900:hover {
background-color: #131716;
}
.lg\:hover\:bg-red-100:hover {
background-color: #fff5f5;
}
.lg\:hover\:bg-red-500:hover {
background-color: #f56565;
}
.lg\:hover\:bg-red-900:hover {
background-color: #742a2a;
}
.lg\:focus\:bg-transparent:focus {
background-color: transparent;
}
.lg\:focus\:bg-inherit:focus {
background-color: inherit;
}
.lg\:focus\:bg-black:focus {
background-color: #131716;
}
.lg\:focus\:bg-white:focus {
background-color: #ffffff;
}
.lg\:focus\:bg-green-darker:focus {
background-color: #007129;
}
.lg\:focus\:bg-green-dark:focus {
background-color: #029F3B;
}
.lg\:focus\:bg-green:focus {
background-color: #00AC3E;
}
.lg\:focus\:bg-green-bright:focus {
background-color: #08cd4f;
}
.lg\:focus\:bg-gray-100:focus {
background-color: #edeeee;
}
.lg\:focus\:bg-gray-200:focus {
background-color: #cbcece;
}
.lg\:focus\:bg-gray-300:focus {
background-color: #a9adad;
}
.lg\:focus\:bg-gray-400:focus {
background-color: #868c8c;
}
.lg\:focus\:bg-gray-500:focus {
background-color: #535c5c;
}
.lg\:focus\:bg-gray-600:focus {
background-color: #3a4040;
}
.lg\:focus\:bg-gray-700:focus {
background-color: #313737;
}
.lg\:focus\:bg-gray-800:focus {
background-color: #212424;
}
.lg\:focus\:bg-gray-900:focus {
background-color: #131716;
}
.lg\:focus\:bg-red-100:focus {
background-color: #fff5f5;
}
.lg\:focus\:bg-red-500:focus {
background-color: #f56565;
}
.lg\:focus\:bg-red-900:focus {
background-color: #742a2a;
}
.lg\:bg-bottom {
background-position: bottom;
}
.lg\:bg-center {
background-position: center;
}
.lg\:bg-left {
background-position: left;
}
.lg\:bg-left-bottom {
background-position: left bottom;
}
.lg\:bg-left-top {
background-position: left top;
}
.lg\:bg-right {
background-position: right;
}
.lg\:bg-right-bottom {
background-position: right bottom;
}
.lg\:bg-right-top {
background-position: right top;
}
.lg\:bg-top {
background-position: top;
}
.lg\:bg-repeat {
background-repeat: repeat;
}
.lg\:bg-no-repeat {
background-repeat: no-repeat;
}
.lg\:bg-repeat-x {
background-repeat: repeat-x;
}
.lg\:bg-repeat-y {
background-repeat: repeat-y;
}
.lg\:bg-repeat-round {
background-repeat: round;
}
.lg\:bg-repeat-space {
background-repeat: space;
}
.lg\:bg-auto {
background-size: auto;
}
.lg\:bg-cover {
background-size: cover;
}
.lg\:bg-contain {
background-size: contain;
}
.lg\:border-collapse {
border-collapse: collapse;
}
.lg\:border-separate {
border-collapse: separate;
}
.lg\:border-transparent {
border-color: transparent;
}
.lg\:border-inherit {
border-color: inherit;
}
.lg\:border-black {
border-color: #131716;
}
.lg\:border-white {
border-color: #ffffff;
}
.lg\:border-green-darker {
border-color: #007129;
}
.lg\:border-green-dark {
border-color: #029F3B;
}
.lg\:border-green {
border-color: #00AC3E;
}
.lg\:border-green-bright {
border-color: #08cd4f;
}
.lg\:border-gray-100 {
border-color: #edeeee;
}
.lg\:border-gray-200 {
border-color: #cbcece;
}
.lg\:border-gray-300 {
border-color: #a9adad;
}
.lg\:border-gray-400 {
border-color: #868c8c;
}
.lg\:border-gray-500 {
border-color: #535c5c;
}
.lg\:border-gray-600 {
border-color: #3a4040;
}
.lg\:border-gray-700 {
border-color: #313737;
}
.lg\:border-gray-800 {
border-color: #212424;
}
.lg\:border-gray-900 {
border-color: #131716;
}
.lg\:border-red-100 {
border-color: #fff5f5;
}
.lg\:border-red-500 {
border-color: #f56565;
}
.lg\:border-red-900 {
border-color: #742a2a;
}
.lg\:hover\:border-transparent:hover {
border-color: transparent;
}
.lg\:hover\:border-inherit:hover {
border-color: inherit;
}
.lg\:hover\:border-black:hover {
border-color: #131716;
}
.lg\:hover\:border-white:hover {
border-color: #ffffff;
}
.lg\:hover\:border-green-darker:hover {
border-color: #007129;
}
.lg\:hover\:border-green-dark:hover {
border-color: #029F3B;
}
.lg\:hover\:border-green:hover {
border-color: #00AC3E;
}
.lg\:hover\:border-green-bright:hover {
border-color: #08cd4f;
}
.lg\:hover\:border-gray-100:hover {
border-color: #edeeee;
}
.lg\:hover\:border-gray-200:hover {
border-color: #cbcece;
}
.lg\:hover\:border-gray-300:hover {
border-color: #a9adad;
}
.lg\:hover\:border-gray-400:hover {
border-color: #868c8c;
}
.lg\:hover\:border-gray-500:hover {
border-color: #535c5c;
}
.lg\:hover\:border-gray-600:hover {
border-color: #3a4040;
}
.lg\:hover\:border-gray-700:hover {
border-color: #313737;
}
.lg\:hover\:border-gray-800:hover {
border-color: #212424;
}
.lg\:hover\:border-gray-900:hover {
border-color: #131716;
}
.lg\:hover\:border-red-100:hover {
border-color: #fff5f5;
}
.lg\:hover\:border-red-500:hover {
border-color: #f56565;
}
.lg\:hover\:border-red-900:hover {
border-color: #742a2a;
}
.group:hover .lg\:group-hover\:border-transparent {
border-color: transparent;
}
.group:hover .lg\:group-hover\:border-inherit {
border-color: inherit;
}
.group:hover .lg\:group-hover\:border-black {
border-color: #131716;
}
.group:hover .lg\:group-hover\:border-white {
border-color: #ffffff;
}
.group:hover .lg\:group-hover\:border-green-darker {
border-color: #007129;
}
.group:hover .lg\:group-hover\:border-green-dark {
border-color: #029F3B;
}
.group:hover .lg\:group-hover\:border-green {
border-color: #00AC3E;
}
.group:hover .lg\:group-hover\:border-green-bright {
border-color: #08cd4f;
}
.group:hover .lg\:group-hover\:border-gray-100 {
border-color: #edeeee;
}
.group:hover .lg\:group-hover\:border-gray-200 {
border-color: #cbcece;
}
.group:hover .lg\:group-hover\:border-gray-300 {
border-color: #a9adad;
}
.group:hover .lg\:group-hover\:border-gray-400 {
border-color: #868c8c;
}
.group:hover .lg\:group-hover\:border-gray-500 {
border-color: #535c5c;
}
.group:hover .lg\:group-hover\:border-gray-600 {
border-color: #3a4040;
}
.group:hover .lg\:group-hover\:border-gray-700 {
border-color: #313737;
}
.group:hover .lg\:group-hover\:border-gray-800 {
border-color: #212424;
}
.group:hover .lg\:group-hover\:border-gray-900 {
border-color: #131716;
}
.group:hover .lg\:group-hover\:border-red-100 {
border-color: #fff5f5;
}
.group:hover .lg\:group-hover\:border-red-500 {
border-color: #f56565;
}
.group:hover .lg\:group-hover\:border-red-900 {
border-color: #742a2a;
}
.lg\:focus\:border-transparent:focus {
border-color: transparent;
}
.lg\:focus\:border-inherit:focus {
border-color: inherit;
}
.lg\:focus\:border-black:focus {
border-color: #131716;
}
.lg\:focus\:border-white:focus {
border-color: #ffffff;
}
.lg\:focus\:border-green-darker:focus {
border-color: #007129;
}
.lg\:focus\:border-green-dark:focus {
border-color: #029F3B;
}
.lg\:focus\:border-green:focus {
border-color: #00AC3E;
}
.lg\:focus\:border-green-bright:focus {
border-color: #08cd4f;
}
.lg\:focus\:border-gray-100:focus {
border-color: #edeeee;
}
.lg\:focus\:border-gray-200:focus {
border-color: #cbcece;
}
.lg\:focus\:border-gray-300:focus {
border-color: #a9adad;
}
.lg\:focus\:border-gray-400:focus {
border-color: #868c8c;
}
.lg\:focus\:border-gray-500:focus {
border-color: #535c5c;
}
.lg\:focus\:border-gray-600:focus {
border-color: #3a4040;
}
.lg\:focus\:border-gray-700:focus {
border-color: #313737;
}
.lg\:focus\:border-gray-800:focus {
border-color: #212424;
}
.lg\:focus\:border-gray-900:focus {
border-color: #131716;
}
.lg\:focus\:border-red-100:focus {
border-color: #fff5f5;
}
.lg\:focus\:border-red-500:focus {
border-color: #f56565;
}
.lg\:focus\:border-red-900:focus {
border-color: #742a2a;
}
.lg\:rounded-none {
border-radius: 0;
}
.lg\:rounded-sm {
border-radius: 0.125rem;
}
.lg\:rounded {
border-radius: 0.25rem;
}
.lg\:rounded-lg {
border-radius: 0.5rem;
}
.lg\:rounded-full {
border-radius: 9999px;
}
.lg\:rounded-t-none {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.lg\:rounded-r-none {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.lg\:rounded-b-none {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.lg\:rounded-l-none {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.lg\:rounded-t-sm {
border-top-left-radius: 0.125rem;
border-top-right-radius: 0.125rem;
}
.lg\:rounded-r-sm {
border-top-right-radius: 0.125rem;
border-bottom-right-radius: 0.125rem;
}
.lg\:rounded-b-sm {
border-bottom-right-radius: 0.125rem;
border-bottom-left-radius: 0.125rem;
}
.lg\:rounded-l-sm {
border-top-left-radius: 0.125rem;
border-bottom-left-radius: 0.125rem;
}
.lg\:rounded-t {
border-top-left-radius: 0.25rem;
border-top-right-radius: 0.25rem;
}
.lg\:rounded-r {
border-top-right-radius: 0.25rem;
border-bottom-right-radius: 0.25rem;
}
.lg\:rounded-b {
border-bottom-right-radius: 0.25rem;
border-bottom-left-radius: 0.25rem;
}
.lg\:rounded-l {
border-top-left-radius: 0.25rem;
border-bottom-left-radius: 0.25rem;
}
.lg\:rounded-t-lg {
border-top-left-radius: 0.5rem;
border-top-right-radius: 0.5rem;
}
.lg\:rounded-r-lg {
border-top-right-radius: 0.5rem;
border-bottom-right-radius: 0.5rem;
}
.lg\:rounded-b-lg {
border-bottom-right-radius: 0.5rem;
border-bottom-left-radius: 0.5rem;
}
.lg\:rounded-l-lg {
border-top-left-radius: 0.5rem;
border-bottom-left-radius: 0.5rem;
}
.lg\:rounded-t-full {
border-top-left-radius: 9999px;
border-top-right-radius: 9999px;
}
.lg\:rounded-r-full {
border-top-right-radius: 9999px;
border-bottom-right-radius: 9999px;
}
.lg\:rounded-b-full {
border-bottom-right-radius: 9999px;
border-bottom-left-radius: 9999px;
}
.lg\:rounded-l-full {
border-top-left-radius: 9999px;
border-bottom-left-radius: 9999px;
}
.lg\:rounded-tl-none {
border-top-left-radius: 0;
}
.lg\:rounded-tr-none {
border-top-right-radius: 0;
}
.lg\:rounded-br-none {
border-bottom-right-radius: 0;
}
.lg\:rounded-bl-none {
border-bottom-left-radius: 0;
}
.lg\:rounded-tl-sm {
border-top-left-radius: 0.125rem;
}
.lg\:rounded-tr-sm {
border-top-right-radius: 0.125rem;
}
.lg\:rounded-br-sm {
border-bottom-right-radius: 0.125rem;
}
.lg\:rounded-bl-sm {
border-bottom-left-radius: 0.125rem;
}
.lg\:rounded-tl {
border-top-left-radius: 0.25rem;
}
.lg\:rounded-tr {
border-top-right-radius: 0.25rem;
}
.lg\:rounded-br {
border-bottom-right-radius: 0.25rem;
}
.lg\:rounded-bl {
border-bottom-left-radius: 0.25rem;
}
.lg\:rounded-tl-lg {
border-top-left-radius: 0.5rem;
}
.lg\:rounded-tr-lg {
border-top-right-radius: 0.5rem;
}
.lg\:rounded-br-lg {
border-bottom-right-radius: 0.5rem;
}
.lg\:rounded-bl-lg {
border-bottom-left-radius: 0.5rem;
}
.lg\:rounded-tl-full {
border-top-left-radius: 9999px;
}
.lg\:rounded-tr-full {
border-top-right-radius: 9999px;
}
.lg\:rounded-br-full {
border-bottom-right-radius: 9999px;
}
.lg\:rounded-bl-full {
border-bottom-left-radius: 9999px;
}
.lg\:border-solid {
border-style: solid;
}
.lg\:border-dashed {
border-style: dashed;
}
.lg\:border-dotted {
border-style: dotted;
}
.lg\:border-none {
border-style: none;
}
.lg\:border-0 {
border-width: 0;
}
.lg\:border-2 {
border-width: 2px;
}
.lg\:border-4 {
border-width: 4px;
}
.lg\:border-8 {
border-width: 8px;
}
.lg\:border {
border-width: 1px;
}
.lg\:border-t-0 {
border-top-width: 0;
}
.lg\:border-r-0 {
border-right-width: 0;
}
.lg\:border-b-0 {
border-bottom-width: 0;
}
.lg\:border-l-0 {
border-left-width: 0;
}
.lg\:border-t-2 {
border-top-width: 2px;
}
.lg\:border-r-2 {
border-right-width: 2px;
}
.lg\:border-b-2 {
border-bottom-width: 2px;
}
.lg\:border-l-2 {
border-left-width: 2px;
}
.lg\:border-t-4 {
border-top-width: 4px;
}
.lg\:border-r-4 {
border-right-width: 4px;
}
.lg\:border-b-4 {
border-bottom-width: 4px;
}
.lg\:border-l-4 {
border-left-width: 4px;
}
.lg\:border-t-8 {
border-top-width: 8px;
}
.lg\:border-r-8 {
border-right-width: 8px;
}
.lg\:border-b-8 {
border-bottom-width: 8px;
}
.lg\:border-l-8 {
border-left-width: 8px;
}
.lg\:border-t {
border-top-width: 1px;
}
.lg\:border-r {
border-right-width: 1px;
}
.lg\:border-b {
border-bottom-width: 1px;
}
.lg\:border-l {
border-left-width: 1px;
}
.lg\:cursor-auto {
cursor: auto;
}
.lg\:cursor-default {
cursor: default;
}
.lg\:cursor-pointer {
cursor: pointer;
}
.lg\:cursor-wait {
cursor: wait;
}
.lg\:cursor-text {
cursor: text;
}
.lg\:cursor-move {
cursor: move;
}
.lg\:cursor-not-allowed {
cursor: not-allowed;
}
.lg\:block {
display: block;
}
.lg\:inline-block {
display: inline-block;
}
.lg\:inline {
display: inline;
}
.lg\:flex {
display: flex;
}
.lg\:inline-flex {
display: inline-flex;
}
.lg\:table {
display: table;
}
.lg\:table-row {
display: table-row;
}
.lg\:table-cell {
display: table-cell;
}
.lg\:hidden {
display: none;
}
.group:hover .lg\:group-hover\:block {
display: block;
}
.group:hover .lg\:group-hover\:inline-block {
display: inline-block;
}
.group:hover .lg\:group-hover\:inline {
display: inline;
}
.group:hover .lg\:group-hover\:flex {
display: flex;
}
.group:hover .lg\:group-hover\:inline-flex {
display: inline-flex;
}
.group:hover .lg\:group-hover\:table {
display: table;
}
.group:hover .lg\:group-hover\:table-row {
display: table-row;
}
.group:hover .lg\:group-hover\:table-cell {
display: table-cell;
}
.group:hover .lg\:group-hover\:hidden {
display: none;
}
.lg\:flex-row {
flex-direction: row;
}
.lg\:flex-row-reverse {
flex-direction: row-reverse;
}
.lg\:flex-col {
flex-direction: column;
}
.lg\:flex-col-reverse {
flex-direction: column-reverse;
}
.lg\:flex-wrap {
flex-wrap: wrap;
}
.lg\:flex-wrap-reverse {
flex-wrap: wrap-reverse;
}
.lg\:flex-no-wrap {
flex-wrap: nowrap;
}
.lg\:items-start {
align-items: flex-start;
}
.lg\:items-end {
align-items: flex-end;
}
.lg\:items-center {
align-items: center;
}
.lg\:items-baseline {
align-items: baseline;
}
.lg\:items-stretch {
align-items: stretch;
}
.lg\:self-auto {
align-self: auto;
}
.lg\:self-start {
align-self: flex-start;
}
.lg\:self-end {
align-self: flex-end;
}
.lg\:self-center {
align-self: center;
}
.lg\:self-stretch {
align-self: stretch;
}
.lg\:justify-start {
justify-content: flex-start;
}
.lg\:justify-end {
justify-content: flex-end;
}
.lg\:justify-center {
justify-content: center;
}
.lg\:justify-between {
justify-content: space-between;
}
.lg\:justify-around {
justify-content: space-around;
}
.lg\:hover\:justify-start:hover {
justify-content: flex-start;
}
.lg\:hover\:justify-end:hover {
justify-content: flex-end;
}
.lg\:hover\:justify-center:hover {
justify-content: center;
}
.lg\:hover\:justify-between:hover {
justify-content: space-between;
}
.lg\:hover\:justify-around:hover {
justify-content: space-around;
}
.lg\:focus\:justify-start:focus {
justify-content: flex-start;
}
.lg\:focus\:justify-end:focus {
justify-content: flex-end;
}
.lg\:focus\:justify-center:focus {
justify-content: center;
}
.lg\:focus\:justify-between:focus {
justify-content: space-between;
}
.lg\:focus\:justify-around:focus {
justify-content: space-around;
}
.group:hover .lg\:group-hover\:justify-start {
justify-content: flex-start;
}
.group:hover .lg\:group-hover\:justify-end {
justify-content: flex-end;
}
.group:hover .lg\:group-hover\:justify-center {
justify-content: center;
}
.group:hover .lg\:group-hover\:justify-between {
justify-content: space-between;
}
.group:hover .lg\:group-hover\:justify-around {
justify-content: space-around;
}
.lg\:content-center {
align-content: center;
}
.lg\:content-start {
align-content: flex-start;
}
.lg\:content-end {
align-content: flex-end;
}
.lg\:content-between {
align-content: space-between;
}
.lg\:content-around {
align-content: space-around;
}
.lg\:flex-1 {
flex: 1 1 0%;
}
.lg\:flex-auto {
flex: 1 1 auto;
}
.lg\:flex-initial {
flex: 0 1 auto;
}
.lg\:flex-none {
flex: none;
}
.lg\:flex-grow-0 {
flex-grow: 0;
}
.lg\:flex-grow {
flex-grow: 1;
}
.lg\:flex-shrink-0 {
flex-shrink: 0;
}
.lg\:flex-shrink {
flex-shrink: 1;
}
.lg\:order-1 {
order: 1;
}
.lg\:order-2 {
order: 2;
}
.lg\:order-3 {
order: 3;
}
.lg\:order-4 {
order: 4;
}
.lg\:order-5 {
order: 5;
}
.lg\:order-6 {
order: 6;
}
.lg\:order-7 {
order: 7;
}
.lg\:order-8 {
order: 8;
}
.lg\:order-9 {
order: 9;
}
.lg\:order-10 {
order: 10;
}
.lg\:order-11 {
order: 11;
}
.lg\:order-12 {
order: 12;
}
.lg\:order-first {
order: -9999;
}
.lg\:order-last {
order: 9999;
}
.lg\:order-none {
order: 0;
}
.lg\:float-right {
float: right;
}
.lg\:float-left {
float: left;
}
.lg\:float-none {
float: none;
}
.lg\:clearfix:after {
content: "";
display: table;
clear: both;
}
.lg\:font-sans {
font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
}
.lg\:font-serif {
font-family: Sentinel A, Sentinel B, Bookman Old Style Regular, serif;
}
.lg\:font-hairline {
font-weight: 100;
}
.lg\:font-thin {
font-weight: 200;
}
.lg\:font-light {
font-weight: 300;
}
.lg\:font-normal {
font-weight: 400;
}
.lg\:font-medium {
font-weight: 500;
}
.lg\:font-semibold {
font-weight: 600;
}
.lg\:font-bold {
font-weight: 700;
}
.lg\:font-extrabold {
font-weight: 800;
}
.lg\:font-black {
font-weight: 900;
}
.lg\:hover\:font-hairline:hover {
font-weight: 100;
}
.lg\:hover\:font-thin:hover {
font-weight: 200;
}
.lg\:hover\:font-light:hover {
font-weight: 300;
}
.lg\:hover\:font-normal:hover {
font-weight: 400;
}
.lg\:hover\:font-medium:hover {
font-weight: 500;
}
.lg\:hover\:font-semibold:hover {
font-weight: 600;
}
.lg\:hover\:font-bold:hover {
font-weight: 700;
}
.lg\:hover\:font-extrabold:hover {
font-weight: 800;
}
.lg\:hover\:font-black:hover {
font-weight: 900;
}
.lg\:focus\:font-hairline:focus {
font-weight: 100;
}
.lg\:focus\:font-thin:focus {
font-weight: 200;
}
.lg\:focus\:font-light:focus {
font-weight: 300;
}
.lg\:focus\:font-normal:focus {
font-weight: 400;
}
.lg\:focus\:font-medium:focus {
font-weight: 500;
}
.lg\:focus\:font-semibold:focus {
font-weight: 600;
}
.lg\:focus\:font-bold:focus {
font-weight: 700;
}
.lg\:focus\:font-extrabold:focus {
font-weight: 800;
}
.lg\:focus\:font-black:focus {
font-weight: 900;
}
.lg\:h-0 {
height: 0;
}
.lg\:h-1 {
height: 0.25rem;
}
.lg\:h-2 {
height: 0.5rem;
}
.lg\:h-3 {
height: 0.75rem;
}
.lg\:h-4 {
height: 1rem;
}
.lg\:h-5 {
height: 1.25rem;
}
.lg\:h-6 {
height: 1.5rem;
}
.lg\:h-8 {
height: 2rem;
}
.lg\:h-10 {
height: 2.5rem;
}
.lg\:h-12 {
height: 3rem;
}
.lg\:h-16 {
height: 4rem;
}
.lg\:h-20 {
height: 5rem;
}
.lg\:h-24 {
height: 6rem;
}
.lg\:h-32 {
height: 8rem;
}
.lg\:h-40 {
height: 10rem;
}
.lg\:h-48 {
height: 12rem;
}
.lg\:h-56 {
height: 14rem;
}
.lg\:h-64 {
height: 16rem;
}
.lg\:h-360 {
height: 90rem;
}
.lg\:h-auto {
height: auto;
}
.lg\:h-px {
height: 1px;
}
.lg\:h-full {
height: 100%;
}
.lg\:h-screen {
height: 100vh;
}
.lg\:leading-none {
line-height: 1;
}
.lg\:leading-tight {
line-height: 1.25;
}
.lg\:leading-snug {
line-height: 1.375;
}
.lg\:leading-normal {
line-height: 1.5;
}
.lg\:leading-relaxed {
line-height: 1.625;
}
.lg\:leading-loose {
line-height: 2;
}
.lg\:list-inside {
list-style-position: inside;
}
.lg\:list-outside {
list-style-position: outside;
}
.lg\:list-none {
list-style-type: none;
}
.lg\:list-disc {
list-style-type: disc;
}
.lg\:list-decimal {
list-style-type: decimal;
}
.lg\:m-0 {
margin: 0;
}
.lg\:m-1 {
margin: 0.25rem;
}
.lg\:m-2 {
margin: 0.5rem;
}
.lg\:m-3 {
margin: 0.75rem;
}
.lg\:m-4 {
margin: 1rem;
}
.lg\:m-5 {
margin: 1.25rem;
}
.lg\:m-6 {
margin: 1.5rem;
}
.lg\:m-8 {
margin: 2rem;
}
.lg\:m-10 {
margin: 2.5rem;
}
.lg\:m-12 {
margin: 3rem;
}
.lg\:m-16 {
margin: 4rem;
}
.lg\:m-20 {
margin: 5rem;
}
.lg\:m-24 {
margin: 6rem;
}
.lg\:m-32 {
margin: 8rem;
}
.lg\:m-40 {
margin: 10rem;
}
.lg\:m-48 {
margin: 12rem;
}
.lg\:m-56 {
margin: 14rem;
}
.lg\:m-64 {
margin: 16rem;
}
.lg\:m-360 {
margin: 90rem;
}
.lg\:m-auto {
margin: auto;
}
.lg\:m-px {
margin: 1px;
}
.lg\:-m-1 {
margin: -0.25rem;
}
.lg\:-m-2 {
margin: -0.5rem;
}
.lg\:-m-3 {
margin: -0.75rem;
}
.lg\:-m-4 {
margin: -1rem;
}
.lg\:-m-5 {
margin: -1.25rem;
}
.lg\:-m-6 {
margin: -1.5rem;
}
.lg\:-m-8 {
margin: -2rem;
}
.lg\:-m-10 {
margin: -2.5rem;
}
.lg\:-m-12 {
margin: -3rem;
}
.lg\:-m-16 {
margin: -4rem;
}
.lg\:-m-20 {
margin: -5rem;
}
.lg\:-m-24 {
margin: -6rem;
}
.lg\:-m-32 {
margin: -8rem;
}
.lg\:-m-40 {
margin: -10rem;
}
.lg\:-m-48 {
margin: -12rem;
}
.lg\:-m-56 {
margin: -14rem;
}
.lg\:-m-64 {
margin: -16rem;
}
.lg\:-m-360 {
margin: -90rem;
}
.lg\:-m-px {
margin: -1px;
}
.lg\:my-0 {
margin-top: 0;
margin-bottom: 0;
}
.lg\:mx-0 {
margin-left: 0;
margin-right: 0;
}
.lg\:my-1 {
margin-top: 0.25rem;
margin-bottom: 0.25rem;
}
.lg\:mx-1 {
margin-left: 0.25rem;
margin-right: 0.25rem;
}
.lg\:my-2 {
margin-top: 0.5rem;
margin-bottom: 0.5rem;
}
.lg\:mx-2 {
margin-left: 0.5rem;
margin-right: 0.5rem;
}
.lg\:my-3 {
margin-top: 0.75rem;
margin-bottom: 0.75rem;
}
.lg\:mx-3 {
margin-left: 0.75rem;
margin-right: 0.75rem;
}
.lg\:my-4 {
margin-top: 1rem;
margin-bottom: 1rem;
}
.lg\:mx-4 {
margin-left: 1rem;
margin-right: 1rem;
}
.lg\:my-5 {
margin-top: 1.25rem;
margin-bottom: 1.25rem;
}
.lg\:mx-5 {
margin-left: 1.25rem;
margin-right: 1.25rem;
}
.lg\:my-6 {
margin-top: 1.5rem;
margin-bottom: 1.5rem;
}
.lg\:mx-6 {
margin-left: 1.5rem;
margin-right: 1.5rem;
}
.lg\:my-8 {
margin-top: 2rem;
margin-bottom: 2rem;
}
.lg\:mx-8 {
margin-left: 2rem;
margin-right: 2rem;
}
.lg\:my-10 {
margin-top: 2.5rem;
margin-bottom: 2.5rem;
}
.lg\:mx-10 {
margin-left: 2.5rem;
margin-right: 2.5rem;
}
.lg\:my-12 {
margin-top: 3rem;
margin-bottom: 3rem;
}
.lg\:mx-12 {
margin-left: 3rem;
margin-right: 3rem;
}
.lg\:my-16 {
margin-top: 4rem;
margin-bottom: 4rem;
}
.lg\:mx-16 {
margin-left: 4rem;
margin-right: 4rem;
}
.lg\:my-20 {
margin-top: 5rem;
margin-bottom: 5rem;
}
.lg\:mx-20 {
margin-left: 5rem;
margin-right: 5rem;
}
.lg\:my-24 {
margin-top: 6rem;
margin-bottom: 6rem;
}
.lg\:mx-24 {
margin-left: 6rem;
margin-right: 6rem;
}
.lg\:my-32 {
margin-top: 8rem;
margin-bottom: 8rem;
}
.lg\:mx-32 {
margin-left: 8rem;
margin-right: 8rem;
}
.lg\:my-40 {
margin-top: 10rem;
margin-bottom: 10rem;
}
.lg\:mx-40 {
margin-left: 10rem;
margin-right: 10rem;
}
.lg\:my-48 {
margin-top: 12rem;
margin-bottom: 12rem;
}
.lg\:mx-48 {
margin-left: 12rem;
margin-right: 12rem;
}
.lg\:my-56 {
margin-top: 14rem;
margin-bottom: 14rem;
}
.lg\:mx-56 {
margin-left: 14rem;
margin-right: 14rem;
}
.lg\:my-64 {
margin-top: 16rem;
margin-bottom: 16rem;
}
.lg\:mx-64 {
margin-left: 16rem;
margin-right: 16rem;
}
.lg\:my-360 {
margin-top: 90rem;
margin-bottom: 90rem;
}
.lg\:mx-360 {
margin-left: 90rem;
margin-right: 90rem;
}
.lg\:my-auto {
margin-top: auto;
margin-bottom: auto;
}
.lg\:mx-auto {
margin-left: auto;
margin-right: auto;
}
.lg\:my-px {
margin-top: 1px;
margin-bottom: 1px;
}
.lg\:mx-px {
margin-left: 1px;
margin-right: 1px;
}
.lg\:-my-1 {
margin-top: -0.25rem;
margin-bottom: -0.25rem;
}
.lg\:-mx-1 {
margin-left: -0.25rem;
margin-right: -0.25rem;
}
.lg\:-my-2 {
margin-top: -0.5rem;
margin-bottom: -0.5rem;
}
.lg\:-mx-2 {
margin-left: -0.5rem;
margin-right: -0.5rem;
}
.lg\:-my-3 {
margin-top: -0.75rem;
margin-bottom: -0.75rem;
}
.lg\:-mx-3 {
margin-left: -0.75rem;
margin-right: -0.75rem;
}
.lg\:-my-4 {
margin-top: -1rem;
margin-bottom: -1rem;
}
.lg\:-mx-4 {
margin-left: -1rem;
margin-right: -1rem;
}
.lg\:-my-5 {
margin-top: -1.25rem;
margin-bottom: -1.25rem;
}
.lg\:-mx-5 {
margin-left: -1.25rem;
margin-right: -1.25rem;
}
.lg\:-my-6 {
margin-top: -1.5rem;
margin-bottom: -1.5rem;
}
.lg\:-mx-6 {
margin-left: -1.5rem;
margin-right: -1.5rem;
}
.lg\:-my-8 {
margin-top: -2rem;
margin-bottom: -2rem;
}
.lg\:-mx-8 {
margin-left: -2rem;
margin-right: -2rem;
}
.lg\:-my-10 {
margin-top: -2.5rem;
margin-bottom: -2.5rem;
}
.lg\:-mx-10 {
margin-left: -2.5rem;
margin-right: -2.5rem;
}
.lg\:-my-12 {
margin-top: -3rem;
margin-bottom: -3rem;
}
.lg\:-mx-12 {
margin-left: -3rem;
margin-right: -3rem;
}
.lg\:-my-16 {
margin-top: -4rem;
margin-bottom: -4rem;
}
.lg\:-mx-16 {
margin-left: -4rem;
margin-right: -4rem;
}
.lg\:-my-20 {
margin-top: -5rem;
margin-bottom: -5rem;
}
.lg\:-mx-20 {
margin-left: -5rem;
margin-right: -5rem;
}
.lg\:-my-24 {
margin-top: -6rem;
margin-bottom: -6rem;
}
.lg\:-mx-24 {
margin-left: -6rem;
margin-right: -6rem;
}
.lg\:-my-32 {
margin-top: -8rem;
margin-bottom: -8rem;
}
.lg\:-mx-32 {
margin-left: -8rem;
margin-right: -8rem;
}
.lg\:-my-40 {
margin-top: -10rem;
margin-bottom: -10rem;
}
.lg\:-mx-40 {
margin-left: -10rem;
margin-right: -10rem;
}
.lg\:-my-48 {
margin-top: -12rem;
margin-bottom: -12rem;
}
.lg\:-mx-48 {
margin-left: -12rem;
margin-right: -12rem;
}
.lg\:-my-56 {
margin-top: -14rem;
margin-bottom: -14rem;
}
.lg\:-mx-56 {
margin-left: -14rem;
margin-right: -14rem;
}
.lg\:-my-64 {
margin-top: -16rem;
margin-bottom: -16rem;
}
.lg\:-mx-64 {
margin-left: -16rem;
margin-right: -16rem;
}
.lg\:-my-360 {
margin-top: -90rem;
margin-bottom: -90rem;
}
.lg\:-mx-360 {
margin-left: -90rem;
margin-right: -90rem;
}
.lg\:-my-px {
margin-top: -1px;
margin-bottom: -1px;
}
.lg\:-mx-px {
margin-left: -1px;
margin-right: -1px;
}
.lg\:mt-0 {
margin-top: 0;
}
.lg\:mr-0 {
margin-right: 0;
}
.lg\:mb-0 {
margin-bottom: 0;
}
.lg\:ml-0 {
margin-left: 0;
}
.lg\:mt-1 {
margin-top: 0.25rem;
}
.lg\:mr-1 {
margin-right: 0.25rem;
}
.lg\:mb-1 {
margin-bottom: 0.25rem;
}
.lg\:ml-1 {
margin-left: 0.25rem;
}
.lg\:mt-2 {
margin-top: 0.5rem;
}
.lg\:mr-2 {
margin-right: 0.5rem;
}
.lg\:mb-2 {
margin-bottom: 0.5rem;
}
.lg\:ml-2 {
margin-left: 0.5rem;
}
.lg\:mt-3 {
margin-top: 0.75rem;
}
.lg\:mr-3 {
margin-right: 0.75rem;
}
.lg\:mb-3 {
margin-bottom: 0.75rem;
}
.lg\:ml-3 {
margin-left: 0.75rem;
}
.lg\:mt-4 {
margin-top: 1rem;
}
.lg\:mr-4 {
margin-right: 1rem;
}
.lg\:mb-4 {
margin-bottom: 1rem;
}
.lg\:ml-4 {
margin-left: 1rem;
}
.lg\:mt-5 {
margin-top: 1.25rem;
}
.lg\:mr-5 {
margin-right: 1.25rem;
}
.lg\:mb-5 {
margin-bottom: 1.25rem;
}
.lg\:ml-5 {
margin-left: 1.25rem;
}
.lg\:mt-6 {
margin-top: 1.5rem;
}
.lg\:mr-6 {
margin-right: 1.5rem;
}
.lg\:mb-6 {
margin-bottom: 1.5rem;
}
.lg\:ml-6 {
margin-left: 1.5rem;
}
.lg\:mt-8 {
margin-top: 2rem;
}
.lg\:mr-8 {
margin-right: 2rem;
}
.lg\:mb-8 {
margin-bottom: 2rem;
}
.lg\:ml-8 {
margin-left: 2rem;
}
.lg\:mt-10 {
margin-top: 2.5rem;
}
.lg\:mr-10 {
margin-right: 2.5rem;
}
.lg\:mb-10 {
margin-bottom: 2.5rem;
}
.lg\:ml-10 {
margin-left: 2.5rem;
}
.lg\:mt-12 {
margin-top: 3rem;
}
.lg\:mr-12 {
margin-right: 3rem;
}
.lg\:mb-12 {
margin-bottom: 3rem;
}
.lg\:ml-12 {
margin-left: 3rem;
}
.lg\:mt-16 {
margin-top: 4rem;
}
.lg\:mr-16 {
margin-right: 4rem;
}
.lg\:mb-16 {
margin-bottom: 4rem;
}
.lg\:ml-16 {
margin-left: 4rem;
}
.lg\:mt-20 {
margin-top: 5rem;
}
.lg\:mr-20 {
margin-right: 5rem;
}
.lg\:mb-20 {
margin-bottom: 5rem;
}
.lg\:ml-20 {
margin-left: 5rem;
}
.lg\:mt-24 {
margin-top: 6rem;
}
.lg\:mr-24 {
margin-right: 6rem;
}
.lg\:mb-24 {
margin-bottom: 6rem;
}
.lg\:ml-24 {
margin-left: 6rem;
}
.lg\:mt-32 {
margin-top: 8rem;
}
.lg\:mr-32 {
margin-right: 8rem;
}
.lg\:mb-32 {
margin-bottom: 8rem;
}
.lg\:ml-32 {
margin-left: 8rem;
}
.lg\:mt-40 {
margin-top: 10rem;
}
.lg\:mr-40 {
margin-right: 10rem;
}
.lg\:mb-40 {
margin-bottom: 10rem;
}
.lg\:ml-40 {
margin-left: 10rem;
}
.lg\:mt-48 {
margin-top: 12rem;
}
.lg\:mr-48 {
margin-right: 12rem;
}
.lg\:mb-48 {
margin-bottom: 12rem;
}
.lg\:ml-48 {
margin-left: 12rem;
}
.lg\:mt-56 {
margin-top: 14rem;
}
.lg\:mr-56 {
margin-right: 14rem;
}
.lg\:mb-56 {
margin-bottom: 14rem;
}
.lg\:ml-56 {
margin-left: 14rem;
}
.lg\:mt-64 {
margin-top: 16rem;
}
.lg\:mr-64 {
margin-right: 16rem;
}
.lg\:mb-64 {
margin-bottom: 16rem;
}
.lg\:ml-64 {
margin-left: 16rem;
}
.lg\:mt-360 {
margin-top: 90rem;
}
.lg\:mr-360 {
margin-right: 90rem;
}
.lg\:mb-360 {
margin-bottom: 90rem;
}
.lg\:ml-360 {
margin-left: 90rem;
}
.lg\:mt-auto {
margin-top: auto;
}
.lg\:mr-auto {
margin-right: auto;
}
.lg\:mb-auto {
margin-bottom: auto;
}
.lg\:ml-auto {
margin-left: auto;
}
.lg\:mt-px {
margin-top: 1px;
}
.lg\:mr-px {
margin-right: 1px;
}
.lg\:mb-px {
margin-bottom: 1px;
}
.lg\:ml-px {
margin-left: 1px;
}
.lg\:-mt-1 {
margin-top: -0.25rem;
}
.lg\:-mr-1 {
margin-right: -0.25rem;
}
.lg\:-mb-1 {
margin-bottom: -0.25rem;
}
.lg\:-ml-1 {
margin-left: -0.25rem;
}
.lg\:-mt-2 {
margin-top: -0.5rem;
}
.lg\:-mr-2 {
margin-right: -0.5rem;
}
.lg\:-mb-2 {
margin-bottom: -0.5rem;
}
.lg\:-ml-2 {
margin-left: -0.5rem;
}
.lg\:-mt-3 {
margin-top: -0.75rem;
}
.lg\:-mr-3 {
margin-right: -0.75rem;
}
.lg\:-mb-3 {
margin-bottom: -0.75rem;
}
.lg\:-ml-3 {
margin-left: -0.75rem;
}
.lg\:-mt-4 {
margin-top: -1rem;
}
.lg\:-mr-4 {
margin-right: -1rem;
}
.lg\:-mb-4 {
margin-bottom: -1rem;
}
.lg\:-ml-4 {
margin-left: -1rem;
}
.lg\:-mt-5 {
margin-top: -1.25rem;
}
.lg\:-mr-5 {
margin-right: -1.25rem;
}
.lg\:-mb-5 {
margin-bottom: -1.25rem;
}
.lg\:-ml-5 {
margin-left: -1.25rem;
}
.lg\:-mt-6 {
margin-top: -1.5rem;
}
.lg\:-mr-6 {
margin-right: -1.5rem;
}
.lg\:-mb-6 {
margin-bottom: -1.5rem;
}
.lg\:-ml-6 {
margin-left: -1.5rem;
}
.lg\:-mt-8 {
margin-top: -2rem;
}
.lg\:-mr-8 {
margin-right: -2rem;
}
.lg\:-mb-8 {
margin-bottom: -2rem;
}
.lg\:-ml-8 {
margin-left: -2rem;
}
.lg\:-mt-10 {
margin-top: -2.5rem;
}
.lg\:-mr-10 {
margin-right: -2.5rem;
}
.lg\:-mb-10 {
margin-bottom: -2.5rem;
}
.lg\:-ml-10 {
margin-left: -2.5rem;
}
.lg\:-mt-12 {
margin-top: -3rem;
}
.lg\:-mr-12 {
margin-right: -3rem;
}
.lg\:-mb-12 {
margin-bottom: -3rem;
}
.lg\:-ml-12 {
margin-left: -3rem;
}
.lg\:-mt-16 {
margin-top: -4rem;
}
.lg\:-mr-16 {
margin-right: -4rem;
}
.lg\:-mb-16 {
margin-bottom: -4rem;
}
.lg\:-ml-16 {
margin-left: -4rem;
}
.lg\:-mt-20 {
margin-top: -5rem;
}
.lg\:-mr-20 {
margin-right: -5rem;
}
.lg\:-mb-20 {
margin-bottom: -5rem;
}
.lg\:-ml-20 {
margin-left: -5rem;
}
.lg\:-mt-24 {
margin-top: -6rem;
}
.lg\:-mr-24 {
margin-right: -6rem;
}
.lg\:-mb-24 {
margin-bottom: -6rem;
}
.lg\:-ml-24 {
margin-left: -6rem;
}
.lg\:-mt-32 {
margin-top: -8rem;
}
.lg\:-mr-32 {
margin-right: -8rem;
}
.lg\:-mb-32 {
margin-bottom: -8rem;
}
.lg\:-ml-32 {
margin-left: -8rem;
}
.lg\:-mt-40 {
margin-top: -10rem;
}
.lg\:-mr-40 {
margin-right: -10rem;
}
.lg\:-mb-40 {
margin-bottom: -10rem;
}
.lg\:-ml-40 {
margin-left: -10rem;
}
.lg\:-mt-48 {
margin-top: -12rem;
}
.lg\:-mr-48 {
margin-right: -12rem;
}
.lg\:-mb-48 {
margin-bottom: -12rem;
}
.lg\:-ml-48 {
margin-left: -12rem;
}
.lg\:-mt-56 {
margin-top: -14rem;
}
.lg\:-mr-56 {
margin-right: -14rem;
}
.lg\:-mb-56 {
margin-bottom: -14rem;
}
.lg\:-ml-56 {
margin-left: -14rem;
}
.lg\:-mt-64 {
margin-top: -16rem;
}
.lg\:-mr-64 {
margin-right: -16rem;
}
.lg\:-mb-64 {
margin-bottom: -16rem;
}
.lg\:-ml-64 {
margin-left: -16rem;
}
.lg\:-mt-360 {
margin-top: -90rem;
}
.lg\:-mr-360 {
margin-right: -90rem;
}
.lg\:-mb-360 {
margin-bottom: -90rem;
}
.lg\:-ml-360 {
margin-left: -90rem;
}
.lg\:-mt-px {
margin-top: -1px;
}
.lg\:-mr-px {
margin-right: -1px;
}
.lg\:-mb-px {
margin-bottom: -1px;
}
.lg\:-ml-px {
margin-left: -1px;
}
.lg\:hover\:m-0:hover {
margin: 0;
}
.lg\:hover\:m-1:hover {
margin: 0.25rem;
}
.lg\:hover\:m-2:hover {
margin: 0.5rem;
}
.lg\:hover\:m-3:hover {
margin: 0.75rem;
}
.lg\:hover\:m-4:hover {
margin: 1rem;
}
.lg\:hover\:m-5:hover {
margin: 1.25rem;
}
.lg\:hover\:m-6:hover {
margin: 1.5rem;
}
.lg\:hover\:m-8:hover {
margin: 2rem;
}
.lg\:hover\:m-10:hover {
margin: 2.5rem;
}
.lg\:hover\:m-12:hover {
margin: 3rem;
}
.lg\:hover\:m-16:hover {
margin: 4rem;
}
.lg\:hover\:m-20:hover {
margin: 5rem;
}
.lg\:hover\:m-24:hover {
margin: 6rem;
}
.lg\:hover\:m-32:hover {
margin: 8rem;
}
.lg\:hover\:m-40:hover {
margin: 10rem;
}
.lg\:hover\:m-48:hover {
margin: 12rem;
}
.lg\:hover\:m-56:hover {
margin: 14rem;
}
.lg\:hover\:m-64:hover {
margin: 16rem;
}
.lg\:hover\:m-360:hover {
margin: 90rem;
}
.lg\:hover\:m-auto:hover {
margin: auto;
}
.lg\:hover\:m-px:hover {
margin: 1px;
}
.lg\:hover\:-m-1:hover {
margin: -0.25rem;
}
.lg\:hover\:-m-2:hover {
margin: -0.5rem;
}
.lg\:hover\:-m-3:hover {
margin: -0.75rem;
}
.lg\:hover\:-m-4:hover {
margin: -1rem;
}
.lg\:hover\:-m-5:hover {
margin: -1.25rem;
}
.lg\:hover\:-m-6:hover {
margin: -1.5rem;
}
.lg\:hover\:-m-8:hover {
margin: -2rem;
}
.lg\:hover\:-m-10:hover {
margin: -2.5rem;
}
.lg\:hover\:-m-12:hover {
margin: -3rem;
}
.lg\:hover\:-m-16:hover {
margin: -4rem;
}
.lg\:hover\:-m-20:hover {
margin: -5rem;
}
.lg\:hover\:-m-24:hover {
margin: -6rem;
}
.lg\:hover\:-m-32:hover {
margin: -8rem;
}
.lg\:hover\:-m-40:hover {
margin: -10rem;
}
.lg\:hover\:-m-48:hover {
margin: -12rem;
}
.lg\:hover\:-m-56:hover {
margin: -14rem;
}
.lg\:hover\:-m-64:hover {
margin: -16rem;
}
.lg\:hover\:-m-360:hover {
margin: -90rem;
}
.lg\:hover\:-m-px:hover {
margin: -1px;
}
.lg\:hover\:my-0:hover {
margin-top: 0;
margin-bottom: 0;
}
.lg\:hover\:mx-0:hover {
margin-left: 0;
margin-right: 0;
}
.lg\:hover\:my-1:hover {
margin-top: 0.25rem;
margin-bottom: 0.25rem;
}
.lg\:hover\:mx-1:hover {
margin-left: 0.25rem;
margin-right: 0.25rem;
}
.lg\:hover\:my-2:hover {
margin-top: 0.5rem;
margin-bottom: 0.5rem;
}
.lg\:hover\:mx-2:hover {
margin-left: 0.5rem;
margin-right: 0.5rem;
}
.lg\:hover\:my-3:hover {
margin-top: 0.75rem;
margin-bottom: 0.75rem;
}
.lg\:hover\:mx-3:hover {
margin-left: 0.75rem;
margin-right: 0.75rem;
}
.lg\:hover\:my-4:hover {
margin-top: 1rem;
margin-bottom: 1rem;
}
.lg\:hover\:mx-4:hover {
margin-left: 1rem;
margin-right: 1rem;
}
.lg\:hover\:my-5:hover {
margin-top: 1.25rem;
margin-bottom: 1.25rem;
}
.lg\:hover\:mx-5:hover {
margin-left: 1.25rem;
margin-right: 1.25rem;
}
.lg\:hover\:my-6:hover {
margin-top: 1.5rem;
margin-bottom: 1.5rem;
}
.lg\:hover\:mx-6:hover {
margin-left: 1.5rem;
margin-right: 1.5rem;
}
.lg\:hover\:my-8:hover {
margin-top: 2rem;
margin-bottom: 2rem;
}
.lg\:hover\:mx-8:hover {
margin-left: 2rem;
margin-right: 2rem;
}
.lg\:hover\:my-10:hover {
margin-top: 2.5rem;
margin-bottom: 2.5rem;
}
.lg\:hover\:mx-10:hover {
margin-left: 2.5rem;
margin-right: 2.5rem;
}
.lg\:hover\:my-12:hover {
margin-top: 3rem;
margin-bottom: 3rem;
}
.lg\:hover\:mx-12:hover {
margin-left: 3rem;
margin-right: 3rem;
}
.lg\:hover\:my-16:hover {
margin-top: 4rem;
margin-bottom: 4rem;
}
.lg\:hover\:mx-16:hover {
margin-left: 4rem;
margin-right: 4rem;
}
.lg\:hover\:my-20:hover {
margin-top: 5rem;
margin-bottom: 5rem;
}
.lg\:hover\:mx-20:hover {
margin-left: 5rem;
margin-right: 5rem;
}
.lg\:hover\:my-24:hover {
margin-top: 6rem;
margin-bottom: 6rem;
}
.lg\:hover\:mx-24:hover {
margin-left: 6rem;
margin-right: 6rem;
}
.lg\:hover\:my-32:hover {
margin-top: 8rem;
margin-bottom: 8rem;
}
.lg\:hover\:mx-32:hover {
margin-left: 8rem;
margin-right: 8rem;
}
.lg\:hover\:my-40:hover {
margin-top: 10rem;
margin-bottom: 10rem;
}
.lg\:hover\:mx-40:hover {
margin-left: 10rem;
margin-right: 10rem;
}
.lg\:hover\:my-48:hover {
margin-top: 12rem;
margin-bottom: 12rem;
}
.lg\:hover\:mx-48:hover {
margin-left: 12rem;
margin-right: 12rem;
}
.lg\:hover\:my-56:hover {
margin-top: 14rem;
margin-bottom: 14rem;
}
.lg\:hover\:mx-56:hover {
margin-left: 14rem;
margin-right: 14rem;
}
.lg\:hover\:my-64:hover {
margin-top: 16rem;
margin-bottom: 16rem;
}
.lg\:hover\:mx-64:hover {
margin-left: 16rem;
margin-right: 16rem;
}
.lg\:hover\:my-360:hover {
margin-top: 90rem;
margin-bottom: 90rem;
}
.lg\:hover\:mx-360:hover {
margin-left: 90rem;
margin-right: 90rem;
}
.lg\:hover\:my-auto:hover {
margin-top: auto;
margin-bottom: auto;
}
.lg\:hover\:mx-auto:hover {
margin-left: auto;
margin-right: auto;
}
.lg\:hover\:my-px:hover {
margin-top: 1px;
margin-bottom: 1px;
}
.lg\:hover\:mx-px:hover {
margin-left: 1px;
margin-right: 1px;
}
.lg\:hover\:-my-1:hover {
margin-top: -0.25rem;
margin-bottom: -0.25rem;
}
.lg\:hover\:-mx-1:hover {
margin-left: -0.25rem;
margin-right: -0.25rem;
}
.lg\:hover\:-my-2:hover {
margin-top: -0.5rem;
margin-bottom: -0.5rem;
}
.lg\:hover\:-mx-2:hover {
margin-left: -0.5rem;
margin-right: -0.5rem;
}
.lg\:hover\:-my-3:hover {
margin-top: -0.75rem;
margin-bottom: -0.75rem;
}
.lg\:hover\:-mx-3:hover {
margin-left: -0.75rem;
margin-right: -0.75rem;
}
.lg\:hover\:-my-4:hover {
margin-top: -1rem;
margin-bottom: -1rem;
}
.lg\:hover\:-mx-4:hover {
margin-left: -1rem;
margin-right: -1rem;
}
.lg\:hover\:-my-5:hover {
margin-top: -1.25rem;
margin-bottom: -1.25rem;
}
.lg\:hover\:-mx-5:hover {
margin-left: -1.25rem;
margin-right: -1.25rem;
}
.lg\:hover\:-my-6:hover {
margin-top: -1.5rem;
margin-bottom: -1.5rem;
}
.lg\:hover\:-mx-6:hover {
margin-left: -1.5rem;
margin-right: -1.5rem;
}
.lg\:hover\:-my-8:hover {
margin-top: -2rem;
margin-bottom: -2rem;
}
.lg\:hover\:-mx-8:hover {
margin-left: -2rem;
margin-right: -2rem;
}
.lg\:hover\:-my-10:hover {
margin-top: -2.5rem;
margin-bottom: -2.5rem;
}
.lg\:hover\:-mx-10:hover {
margin-left: -2.5rem;
margin-right: -2.5rem;
}
.lg\:hover\:-my-12:hover {
margin-top: -3rem;
margin-bottom: -3rem;
}
.lg\:hover\:-mx-12:hover {
margin-left: -3rem;
margin-right: -3rem;
}
.lg\:hover\:-my-16:hover {
margin-top: -4rem;
margin-bottom: -4rem;
}
.lg\:hover\:-mx-16:hover {
margin-left: -4rem;
margin-right: -4rem;
}
.lg\:hover\:-my-20:hover {
margin-top: -5rem;
margin-bottom: -5rem;
}
.lg\:hover\:-mx-20:hover {
margin-left: -5rem;
margin-right: -5rem;
}
.lg\:hover\:-my-24:hover {
margin-top: -6rem;
margin-bottom: -6rem;
}
.lg\:hover\:-mx-24:hover {
margin-left: -6rem;
margin-right: -6rem;
}
.lg\:hover\:-my-32:hover {
margin-top: -8rem;
margin-bottom: -8rem;
}
.lg\:hover\:-mx-32:hover {
margin-left: -8rem;
margin-right: -8rem;
}
.lg\:hover\:-my-40:hover {
margin-top: -10rem;
margin-bottom: -10rem;
}
.lg\:hover\:-mx-40:hover {
margin-left: -10rem;
margin-right: -10rem;
}
.lg\:hover\:-my-48:hover {
margin-top: -12rem;
margin-bottom: -12rem;
}
.lg\:hover\:-mx-48:hover {
margin-left: -12rem;
margin-right: -12rem;
}
.lg\:hover\:-my-56:hover {
margin-top: -14rem;
margin-bottom: -14rem;
}
.lg\:hover\:-mx-56:hover {
margin-left: -14rem;
margin-right: -14rem;
}
.lg\:hover\:-my-64:hover {
margin-top: -16rem;
margin-bottom: -16rem;
}
.lg\:hover\:-mx-64:hover {
margin-left: -16rem;
margin-right: -16rem;
}
.lg\:hover\:-my-360:hover {
margin-top: -90rem;
margin-bottom: -90rem;
}
.lg\:hover\:-mx-360:hover {
margin-left: -90rem;
margin-right: -90rem;
}
.lg\:hover\:-my-px:hover {
margin-top: -1px;
margin-bottom: -1px;
}
.lg\:hover\:-mx-px:hover {
margin-left: -1px;
margin-right: -1px;
}
.lg\:hover\:mt-0:hover {
margin-top: 0;
}
.lg\:hover\:mr-0:hover {
margin-right: 0;
}
.lg\:hover\:mb-0:hover {
margin-bottom: 0;
}
.lg\:hover\:ml-0:hover {
margin-left: 0;
}
.lg\:hover\:mt-1:hover {
margin-top: 0.25rem;
}
.lg\:hover\:mr-1:hover {
margin-right: 0.25rem;
}
.lg\:hover\:mb-1:hover {
margin-bottom: 0.25rem;
}
.lg\:hover\:ml-1:hover {
margin-left: 0.25rem;
}
.lg\:hover\:mt-2:hover {
margin-top: 0.5rem;
}
.lg\:hover\:mr-2:hover {
margin-right: 0.5rem;
}
.lg\:hover\:mb-2:hover {
margin-bottom: 0.5rem;
}
.lg\:hover\:ml-2:hover {
margin-left: 0.5rem;
}
.lg\:hover\:mt-3:hover {
margin-top: 0.75rem;
}
.lg\:hover\:mr-3:hover {
margin-right: 0.75rem;
}
.lg\:hover\:mb-3:hover {
margin-bottom: 0.75rem;
}
.lg\:hover\:ml-3:hover {
margin-left: 0.75rem;
}
.lg\:hover\:mt-4:hover {
margin-top: 1rem;
}
.lg\:hover\:mr-4:hover {
margin-right: 1rem;
}
.lg\:hover\:mb-4:hover {
margin-bottom: 1rem;
}
.lg\:hover\:ml-4:hover {
margin-left: 1rem;
}
.lg\:hover\:mt-5:hover {
margin-top: 1.25rem;
}
.lg\:hover\:mr-5:hover {
margin-right: 1.25rem;
}
.lg\:hover\:mb-5:hover {
margin-bottom: 1.25rem;
}
.lg\:hover\:ml-5:hover {
margin-left: 1.25rem;
}
.lg\:hover\:mt-6:hover {
margin-top: 1.5rem;
}
.lg\:hover\:mr-6:hover {
margin-right: 1.5rem;
}
.lg\:hover\:mb-6:hover {
margin-bottom: 1.5rem;
}
.lg\:hover\:ml-6:hover {
margin-left: 1.5rem;
}
.lg\:hover\:mt-8:hover {
margin-top: 2rem;
}
.lg\:hover\:mr-8:hover {
margin-right: 2rem;
}
.lg\:hover\:mb-8:hover {
margin-bottom: 2rem;
}
.lg\:hover\:ml-8:hover {
margin-left: 2rem;
}
.lg\:hover\:mt-10:hover {
margin-top: 2.5rem;
}
.lg\:hover\:mr-10:hover {
margin-right: 2.5rem;
}
.lg\:hover\:mb-10:hover {
margin-bottom: 2.5rem;
}
.lg\:hover\:ml-10:hover {
margin-left: 2.5rem;
}
.lg\:hover\:mt-12:hover {
margin-top: 3rem;
}
.lg\:hover\:mr-12:hover {
margin-right: 3rem;
}
.lg\:hover\:mb-12:hover {
margin-bottom: 3rem;
}
.lg\:hover\:ml-12:hover {
margin-left: 3rem;
}
.lg\:hover\:mt-16:hover {
margin-top: 4rem;
}
.lg\:hover\:mr-16:hover {
margin-right: 4rem;
}
.lg\:hover\:mb-16:hover {
margin-bottom: 4rem;
}
.lg\:hover\:ml-16:hover {
margin-left: 4rem;
}
.lg\:hover\:mt-20:hover {
margin-top: 5rem;
}
.lg\:hover\:mr-20:hover {
margin-right: 5rem;
}
.lg\:hover\:mb-20:hover {
margin-bottom: 5rem;
}
.lg\:hover\:ml-20:hover {
margin-left: 5rem;
}
.lg\:hover\:mt-24:hover {
margin-top: 6rem;
}
.lg\:hover\:mr-24:hover {
margin-right: 6rem;
}
.lg\:hover\:mb-24:hover {
margin-bottom: 6rem;
}
.lg\:hover\:ml-24:hover {
margin-left: 6rem;
}
.lg\:hover\:mt-32:hover {
margin-top: 8rem;
}
.lg\:hover\:mr-32:hover {
margin-right: 8rem;
}
.lg\:hover\:mb-32:hover {
margin-bottom: 8rem;
}
.lg\:hover\:ml-32:hover {
margin-left: 8rem;
}
.lg\:hover\:mt-40:hover {
margin-top: 10rem;
}
.lg\:hover\:mr-40:hover {
margin-right: 10rem;
}
.lg\:hover\:mb-40:hover {
margin-bottom: 10rem;
}
.lg\:hover\:ml-40:hover {
margin-left: 10rem;
}
.lg\:hover\:mt-48:hover {
margin-top: 12rem;
}
.lg\:hover\:mr-48:hover {
margin-right: 12rem;
}
.lg\:hover\:mb-48:hover {
margin-bottom: 12rem;
}
.lg\:hover\:ml-48:hover {
margin-left: 12rem;
}
.lg\:hover\:mt-56:hover {
margin-top: 14rem;
}
.lg\:hover\:mr-56:hover {
margin-right: 14rem;
}
.lg\:hover\:mb-56:hover {
margin-bottom: 14rem;
}
.lg\:hover\:ml-56:hover {
margin-left: 14rem;
}
.lg\:hover\:mt-64:hover {
margin-top: 16rem;
}
.lg\:hover\:mr-64:hover {
margin-right: 16rem;
}
.lg\:hover\:mb-64:hover {
margin-bottom: 16rem;
}
.lg\:hover\:ml-64:hover {
margin-left: 16rem;
}
.lg\:hover\:mt-360:hover {
margin-top: 90rem;
}
.lg\:hover\:mr-360:hover {
margin-right: 90rem;
}
.lg\:hover\:mb-360:hover {
margin-bottom: 90rem;
}
.lg\:hover\:ml-360:hover {
margin-left: 90rem;
}
.lg\:hover\:mt-auto:hover {
margin-top: auto;
}
.lg\:hover\:mr-auto:hover {
margin-right: auto;
}
.lg\:hover\:mb-auto:hover {
margin-bottom: auto;
}
.lg\:hover\:ml-auto:hover {
margin-left: auto;
}
.lg\:hover\:mt-px:hover {
margin-top: 1px;
}
.lg\:hover\:mr-px:hover {
margin-right: 1px;
}
.lg\:hover\:mb-px:hover {
margin-bottom: 1px;
}
.lg\:hover\:ml-px:hover {
margin-left: 1px;
}
.lg\:hover\:-mt-1:hover {
margin-top: -0.25rem;
}
.lg\:hover\:-mr-1:hover {
margin-right: -0.25rem;
}
.lg\:hover\:-mb-1:hover {
margin-bottom: -0.25rem;
}
.lg\:hover\:-ml-1:hover {
margin-left: -0.25rem;
}
.lg\:hover\:-mt-2:hover {
margin-top: -0.5rem;
}
.lg\:hover\:-mr-2:hover {
margin-right: -0.5rem;
}
.lg\:hover\:-mb-2:hover {
margin-bottom: -0.5rem;
}
.lg\:hover\:-ml-2:hover {
margin-left: -0.5rem;
}
.lg\:hover\:-mt-3:hover {
margin-top: -0.75rem;
}
.lg\:hover\:-mr-3:hover {
margin-right: -0.75rem;
}
.lg\:hover\:-mb-3:hover {
margin-bottom: -0.75rem;
}
.lg\:hover\:-ml-3:hover {
margin-left: -0.75rem;
}
.lg\:hover\:-mt-4:hover {
margin-top: -1rem;
}
.lg\:hover\:-mr-4:hover {
margin-right: -1rem;
}
.lg\:hover\:-mb-4:hover {
margin-bottom: -1rem;
}
.lg\:hover\:-ml-4:hover {
margin-left: -1rem;
}
.lg\:hover\:-mt-5:hover {
margin-top: -1.25rem;
}
.lg\:hover\:-mr-5:hover {
margin-right: -1.25rem;
}
.lg\:hover\:-mb-5:hover {
margin-bottom: -1.25rem;
}
.lg\:hover\:-ml-5:hover {
margin-left: -1.25rem;
}
.lg\:hover\:-mt-6:hover {
margin-top: -1.5rem;
}
.lg\:hover\:-mr-6:hover {
margin-right: -1.5rem;
}
.lg\:hover\:-mb-6:hover {
margin-bottom: -1.5rem;
}
.lg\:hover\:-ml-6:hover {
margin-left: -1.5rem;
}
.lg\:hover\:-mt-8:hover {
margin-top: -2rem;
}
.lg\:hover\:-mr-8:hover {
margin-right: -2rem;
}
.lg\:hover\:-mb-8:hover {
margin-bottom: -2rem;
}
.lg\:hover\:-ml-8:hover {
margin-left: -2rem;
}
.lg\:hover\:-mt-10:hover {
margin-top: -2.5rem;
}
.lg\:hover\:-mr-10:hover {
margin-right: -2.5rem;
}
.lg\:hover\:-mb-10:hover {
margin-bottom: -2.5rem;
}
.lg\:hover\:-ml-10:hover {
margin-left: -2.5rem;
}
.lg\:hover\:-mt-12:hover {
margin-top: -3rem;
}
.lg\:hover\:-mr-12:hover {
margin-right: -3rem;
}
.lg\:hover\:-mb-12:hover {
margin-bottom: -3rem;
}
.lg\:hover\:-ml-12:hover {
margin-left: -3rem;
}
.lg\:hover\:-mt-16:hover {
margin-top: -4rem;
}
.lg\:hover\:-mr-16:hover {
margin-right: -4rem;
}
.lg\:hover\:-mb-16:hover {
margin-bottom: -4rem;
}
.lg\:hover\:-ml-16:hover {
margin-left: -4rem;
}
.lg\:hover\:-mt-20:hover {
margin-top: -5rem;
}
.lg\:hover\:-mr-20:hover {
margin-right: -5rem;
}
.lg\:hover\:-mb-20:hover {
margin-bottom: -5rem;
}
.lg\:hover\:-ml-20:hover {
margin-left: -5rem;
}
.lg\:hover\:-mt-24:hover {
margin-top: -6rem;
}
.lg\:hover\:-mr-24:hover {
margin-right: -6rem;
}
.lg\:hover\:-mb-24:hover {
margin-bottom: -6rem;
}
.lg\:hover\:-ml-24:hover {
margin-left: -6rem;
}
.lg\:hover\:-mt-32:hover {
margin-top: -8rem;
}
.lg\:hover\:-mr-32:hover {
margin-right: -8rem;
}
.lg\:hover\:-mb-32:hover {
margin-bottom: -8rem;
}
.lg\:hover\:-ml-32:hover {
margin-left: -8rem;
}
.lg\:hover\:-mt-40:hover {
margin-top: -10rem;
}
.lg\:hover\:-mr-40:hover {
margin-right: -10rem;
}
.lg\:hover\:-mb-40:hover {
margin-bottom: -10rem;
}
.lg\:hover\:-ml-40:hover {
margin-left: -10rem;
}
.lg\:hover\:-mt-48:hover {
margin-top: -12rem;
}
.lg\:hover\:-mr-48:hover {
margin-right: -12rem;
}
.lg\:hover\:-mb-48:hover {
margin-bottom: -12rem;
}
.lg\:hover\:-ml-48:hover {
margin-left: -12rem;
}
.lg\:hover\:-mt-56:hover {
margin-top: -14rem;
}
.lg\:hover\:-mr-56:hover {
margin-right: -14rem;
}
.lg\:hover\:-mb-56:hover {
margin-bottom: -14rem;
}
.lg\:hover\:-ml-56:hover {
margin-left: -14rem;
}
.lg\:hover\:-mt-64:hover {
margin-top: -16rem;
}
.lg\:hover\:-mr-64:hover {
margin-right: -16rem;
}
.lg\:hover\:-mb-64:hover {
margin-bottom: -16rem;
}
.lg\:hover\:-ml-64:hover {
margin-left: -16rem;
}
.lg\:hover\:-mt-360:hover {
margin-top: -90rem;
}
.lg\:hover\:-mr-360:hover {
margin-right: -90rem;
}
.lg\:hover\:-mb-360:hover {
margin-bottom: -90rem;
}
.lg\:hover\:-ml-360:hover {
margin-left: -90rem;
}
.lg\:hover\:-mt-px:hover {
margin-top: -1px;
}
.lg\:hover\:-mr-px:hover {
margin-right: -1px;
}
.lg\:hover\:-mb-px:hover {
margin-bottom: -1px;
}
.lg\:hover\:-ml-px:hover {
margin-left: -1px;
}
.group:hover .lg\:group-hover\:m-0 {
margin: 0;
}
.group:hover .lg\:group-hover\:m-1 {
margin: 0.25rem;
}
.group:hover .lg\:group-hover\:m-2 {
margin: 0.5rem;
}
.group:hover .lg\:group-hover\:m-3 {
margin: 0.75rem;
}
.group:hover .lg\:group-hover\:m-4 {
margin: 1rem;
}
.group:hover .lg\:group-hover\:m-5 {
margin: 1.25rem;
}
.group:hover .lg\:group-hover\:m-6 {
margin: 1.5rem;
}
.group:hover .lg\:group-hover\:m-8 {
margin: 2rem;
}
.group:hover .lg\:group-hover\:m-10 {
margin: 2.5rem;
}
.group:hover .lg\:group-hover\:m-12 {
margin: 3rem;
}
.group:hover .lg\:group-hover\:m-16 {
margin: 4rem;
}
.group:hover .lg\:group-hover\:m-20 {
margin: 5rem;
}
.group:hover .lg\:group-hover\:m-24 {
margin: 6rem;
}
.group:hover .lg\:group-hover\:m-32 {
margin: 8rem;
}
.group:hover .lg\:group-hover\:m-40 {
margin: 10rem;
}
.group:hover .lg\:group-hover\:m-48 {
margin: 12rem;
}
.group:hover .lg\:group-hover\:m-56 {
margin: 14rem;
}
.group:hover .lg\:group-hover\:m-64 {
margin: 16rem;
}
.group:hover .lg\:group-hover\:m-360 {
margin: 90rem;
}
.group:hover .lg\:group-hover\:m-auto {
margin: auto;
}
.group:hover .lg\:group-hover\:m-px {
margin: 1px;
}
.group:hover .lg\:group-hover\:-m-1 {
margin: -0.25rem;
}
.group:hover .lg\:group-hover\:-m-2 {
margin: -0.5rem;
}
.group:hover .lg\:group-hover\:-m-3 {
margin: -0.75rem;
}
.group:hover .lg\:group-hover\:-m-4 {
margin: -1rem;
}
.group:hover .lg\:group-hover\:-m-5 {
margin: -1.25rem;
}
.group:hover .lg\:group-hover\:-m-6 {
margin: -1.5rem;
}
.group:hover .lg\:group-hover\:-m-8 {
margin: -2rem;
}
.group:hover .lg\:group-hover\:-m-10 {
margin: -2.5rem;
}
.group:hover .lg\:group-hover\:-m-12 {
margin: -3rem;
}
.group:hover .lg\:group-hover\:-m-16 {
margin: -4rem;
}
.group:hover .lg\:group-hover\:-m-20 {
margin: -5rem;
}
.group:hover .lg\:group-hover\:-m-24 {
margin: -6rem;
}
.group:hover .lg\:group-hover\:-m-32 {
margin: -8rem;
}
.group:hover .lg\:group-hover\:-m-40 {
margin: -10rem;
}
.group:hover .lg\:group-hover\:-m-48 {
margin: -12rem;
}
.group:hover .lg\:group-hover\:-m-56 {
margin: -14rem;
}
.group:hover .lg\:group-hover\:-m-64 {
margin: -16rem;
}
.group:hover .lg\:group-hover\:-m-360 {
margin: -90rem;
}
.group:hover .lg\:group-hover\:-m-px {
margin: -1px;
}
.group:hover .lg\:group-hover\:my-0 {
margin-top: 0;
margin-bottom: 0;
}
.group:hover .lg\:group-hover\:mx-0 {
margin-left: 0;
margin-right: 0;
}
.group:hover .lg\:group-hover\:my-1 {
margin-top: 0.25rem;
margin-bottom: 0.25rem;
}
.group:hover .lg\:group-hover\:mx-1 {
margin-left: 0.25rem;
margin-right: 0.25rem;
}
.group:hover .lg\:group-hover\:my-2 {
margin-top: 0.5rem;
margin-bottom: 0.5rem;
}
.group:hover .lg\:group-hover\:mx-2 {
margin-left: 0.5rem;
margin-right: 0.5rem;
}
.group:hover .lg\:group-hover\:my-3 {
margin-top: 0.75rem;
margin-bottom: 0.75rem;
}
.group:hover .lg\:group-hover\:mx-3 {
margin-left: 0.75rem;
margin-right: 0.75rem;
}
.group:hover .lg\:group-hover\:my-4 {
margin-top: 1rem;
margin-bottom: 1rem;
}
.group:hover .lg\:group-hover\:mx-4 {
margin-left: 1rem;
margin-right: 1rem;
}
.group:hover .lg\:group-hover\:my-5 {
margin-top: 1.25rem;
margin-bottom: 1.25rem;
}
.group:hover .lg\:group-hover\:mx-5 {
margin-left: 1.25rem;
margin-right: 1.25rem;
}
.group:hover .lg\:group-hover\:my-6 {
margin-top: 1.5rem;
margin-bottom: 1.5rem;
}
.group:hover .lg\:group-hover\:mx-6 {
margin-left: 1.5rem;
margin-right: 1.5rem;
}
.group:hover .lg\:group-hover\:my-8 {
margin-top: 2rem;
margin-bottom: 2rem;
}
.group:hover .lg\:group-hover\:mx-8 {
margin-left: 2rem;
margin-right: 2rem;
}
.group:hover .lg\:group-hover\:my-10 {
margin-top: 2.5rem;
margin-bottom: 2.5rem;
}
.group:hover .lg\:group-hover\:mx-10 {
margin-left: 2.5rem;
margin-right: 2.5rem;
}
.group:hover .lg\:group-hover\:my-12 {
margin-top: 3rem;
margin-bottom: 3rem;
}
.group:hover .lg\:group-hover\:mx-12 {
margin-left: 3rem;
margin-right: 3rem;
}
.group:hover .lg\:group-hover\:my-16 {
margin-top: 4rem;
margin-bottom: 4rem;
}
.group:hover .lg\:group-hover\:mx-16 {
margin-left: 4rem;
margin-right: 4rem;
}
.group:hover .lg\:group-hover\:my-20 {
margin-top: 5rem;
margin-bottom: 5rem;
}
.group:hover .lg\:group-hover\:mx-20 {
margin-left: 5rem;
margin-right: 5rem;
}
.group:hover .lg\:group-hover\:my-24 {
margin-top: 6rem;
margin-bottom: 6rem;
}
.group:hover .lg\:group-hover\:mx-24 {
margin-left: 6rem;
margin-right: 6rem;
}
.group:hover .lg\:group-hover\:my-32 {
margin-top: 8rem;
margin-bottom: 8rem;
}
.group:hover .lg\:group-hover\:mx-32 {
margin-left: 8rem;
margin-right: 8rem;
}
.group:hover .lg\:group-hover\:my-40 {
margin-top: 10rem;
margin-bottom: 10rem;
}
.group:hover .lg\:group-hover\:mx-40 {
margin-left: 10rem;
margin-right: 10rem;
}
.group:hover .lg\:group-hover\:my-48 {
margin-top: 12rem;
margin-bottom: 12rem;
}
.group:hover .lg\:group-hover\:mx-48 {
margin-left: 12rem;
margin-right: 12rem;
}
.group:hover .lg\:group-hover\:my-56 {
margin-top: 14rem;
margin-bottom: 14rem;
}
.group:hover .lg\:group-hover\:mx-56 {
margin-left: 14rem;
margin-right: 14rem;
}
.group:hover .lg\:group-hover\:my-64 {
margin-top: 16rem;
margin-bottom: 16rem;
}
.group:hover .lg\:group-hover\:mx-64 {
margin-left: 16rem;
margin-right: 16rem;
}
.group:hover .lg\:group-hover\:my-360 {
margin-top: 90rem;
margin-bottom: 90rem;
}
.group:hover .lg\:group-hover\:mx-360 {
margin-left: 90rem;
margin-right: 90rem;
}
.group:hover .lg\:group-hover\:my-auto {
margin-top: auto;
margin-bottom: auto;
}
.group:hover .lg\:group-hover\:mx-auto {
margin-left: auto;
margin-right: auto;
}
.group:hover .lg\:group-hover\:my-px {
margin-top: 1px;
margin-bottom: 1px;
}
.group:hover .lg\:group-hover\:mx-px {
margin-left: 1px;
margin-right: 1px;
}
.group:hover .lg\:group-hover\:-my-1 {
margin-top: -0.25rem;
margin-bottom: -0.25rem;
}
.group:hover .lg\:group-hover\:-mx-1 {
margin-left: -0.25rem;
margin-right: -0.25rem;
}
.group:hover .lg\:group-hover\:-my-2 {
margin-top: -0.5rem;
margin-bottom: -0.5rem;
}
.group:hover .lg\:group-hover\:-mx-2 {
margin-left: -0.5rem;
margin-right: -0.5rem;
}
.group:hover .lg\:group-hover\:-my-3 {
margin-top: -0.75rem;
margin-bottom: -0.75rem;
}
.group:hover .lg\:group-hover\:-mx-3 {
margin-left: -0.75rem;
margin-right: -0.75rem;
}
.group:hover .lg\:group-hover\:-my-4 {
margin-top: -1rem;
margin-bottom: -1rem;
}
.group:hover .lg\:group-hover\:-mx-4 {
margin-left: -1rem;
margin-right: -1rem;
}
.group:hover .lg\:group-hover\:-my-5 {
margin-top: -1.25rem;
margin-bottom: -1.25rem;
}
.group:hover .lg\:group-hover\:-mx-5 {
margin-left: -1.25rem;
margin-right: -1.25rem;
}
.group:hover .lg\:group-hover\:-my-6 {
margin-top: -1.5rem;
margin-bottom: -1.5rem;
}
.group:hover .lg\:group-hover\:-mx-6 {
margin-left: -1.5rem;
margin-right: -1.5rem;
}
.group:hover .lg\:group-hover\:-my-8 {
margin-top: -2rem;
margin-bottom: -2rem;
}
.group:hover .lg\:group-hover\:-mx-8 {
margin-left: -2rem;
margin-right: -2rem;
}
.group:hover .lg\:group-hover\:-my-10 {
margin-top: -2.5rem;
margin-bottom: -2.5rem;
}
.group:hover .lg\:group-hover\:-mx-10 {
margin-left: -2.5rem;
margin-right: -2.5rem;
}
.group:hover .lg\:group-hover\:-my-12 {
margin-top: -3rem;
margin-bottom: -3rem;
}
.group:hover .lg\:group-hover\:-mx-12 {
margin-left: -3rem;
margin-right: -3rem;
}
.group:hover .lg\:group-hover\:-my-16 {
margin-top: -4rem;
margin-bottom: -4rem;
}
.group:hover .lg\:group-hover\:-mx-16 {
margin-left: -4rem;
margin-right: -4rem;
}
.group:hover .lg\:group-hover\:-my-20 {
margin-top: -5rem;
margin-bottom: -5rem;
}
.group:hover .lg\:group-hover\:-mx-20 {
margin-left: -5rem;
margin-right: -5rem;
}
.group:hover .lg\:group-hover\:-my-24 {
margin-top: -6rem;
margin-bottom: -6rem;
}
.group:hover .lg\:group-hover\:-mx-24 {
margin-left: -6rem;
margin-right: -6rem;
}
.group:hover .lg\:group-hover\:-my-32 {
margin-top: -8rem;
margin-bottom: -8rem;
}
.group:hover .lg\:group-hover\:-mx-32 {
margin-left: -8rem;
margin-right: -8rem;
}
.group:hover .lg\:group-hover\:-my-40 {
margin-top: -10rem;
margin-bottom: -10rem;
}
.group:hover .lg\:group-hover\:-mx-40 {
margin-left: -10rem;
margin-right: -10rem;
}
.group:hover .lg\:group-hover\:-my-48 {
margin-top: -12rem;
margin-bottom: -12rem;
}
.group:hover .lg\:group-hover\:-mx-48 {
margin-left: -12rem;
margin-right: -12rem;
}
.group:hover .lg\:group-hover\:-my-56 {
margin-top: -14rem;
margin-bottom: -14rem;
}
.group:hover .lg\:group-hover\:-mx-56 {
margin-left: -14rem;
margin-right: -14rem;
}
.group:hover .lg\:group-hover\:-my-64 {
margin-top: -16rem;
margin-bottom: -16rem;
}
.group:hover .lg\:group-hover\:-mx-64 {
margin-left: -16rem;
margin-right: -16rem;
}
.group:hover .lg\:group-hover\:-my-360 {
margin-top: -90rem;
margin-bottom: -90rem;
}
.group:hover .lg\:group-hover\:-mx-360 {
margin-left: -90rem;
margin-right: -90rem;
}
.group:hover .lg\:group-hover\:-my-px {
margin-top: -1px;
margin-bottom: -1px;
}
.group:hover .lg\:group-hover\:-mx-px {
margin-left: -1px;
margin-right: -1px;
}
.group:hover .lg\:group-hover\:mt-0 {
margin-top: 0;
}
.group:hover .lg\:group-hover\:mr-0 {
margin-right: 0;
}
.group:hover .lg\:group-hover\:mb-0 {
margin-bottom: 0;
}
.group:hover .lg\:group-hover\:ml-0 {
margin-left: 0;
}
.group:hover .lg\:group-hover\:mt-1 {
margin-top: 0.25rem;
}
.group:hover .lg\:group-hover\:mr-1 {
margin-right: 0.25rem;
}
.group:hover .lg\:group-hover\:mb-1 {
margin-bottom: 0.25rem;
}
.group:hover .lg\:group-hover\:ml-1 {
margin-left: 0.25rem;
}
.group:hover .lg\:group-hover\:mt-2 {
margin-top: 0.5rem;
}
.group:hover .lg\:group-hover\:mr-2 {
margin-right: 0.5rem;
}
.group:hover .lg\:group-hover\:mb-2 {
margin-bottom: 0.5rem;
}
.group:hover .lg\:group-hover\:ml-2 {
margin-left: 0.5rem;
}
.group:hover .lg\:group-hover\:mt-3 {
margin-top: 0.75rem;
}
.group:hover .lg\:group-hover\:mr-3 {
margin-right: 0.75rem;
}
.group:hover .lg\:group-hover\:mb-3 {
margin-bottom: 0.75rem;
}
.group:hover .lg\:group-hover\:ml-3 {
margin-left: 0.75rem;
}
.group:hover .lg\:group-hover\:mt-4 {
margin-top: 1rem;
}
.group:hover .lg\:group-hover\:mr-4 {
margin-right: 1rem;
}
.group:hover .lg\:group-hover\:mb-4 {
margin-bottom: 1rem;
}
.group:hover .lg\:group-hover\:ml-4 {
margin-left: 1rem;
}
.group:hover .lg\:group-hover\:mt-5 {
margin-top: 1.25rem;
}
.group:hover .lg\:group-hover\:mr-5 {
margin-right: 1.25rem;
}
.group:hover .lg\:group-hover\:mb-5 {
margin-bottom: 1.25rem;
}
.group:hover .lg\:group-hover\:ml-5 {
margin-left: 1.25rem;
}
.group:hover .lg\:group-hover\:mt-6 {
margin-top: 1.5rem;
}
.group:hover .lg\:group-hover\:mr-6 {
margin-right: 1.5rem;
}
.group:hover .lg\:group-hover\:mb-6 {
margin-bottom: 1.5rem;
}
.group:hover .lg\:group-hover\:ml-6 {
margin-left: 1.5rem;
}
.group:hover .lg\:group-hover\:mt-8 {
margin-top: 2rem;
}
.group:hover .lg\:group-hover\:mr-8 {
margin-right: 2rem;
}
.group:hover .lg\:group-hover\:mb-8 {
margin-bottom: 2rem;
}
.group:hover .lg\:group-hover\:ml-8 {
margin-left: 2rem;
}
.group:hover .lg\:group-hover\:mt-10 {
margin-top: 2.5rem;
}
.group:hover .lg\:group-hover\:mr-10 {
margin-right: 2.5rem;
}
.group:hover .lg\:group-hover\:mb-10 {
margin-bottom: 2.5rem;
}
.group:hover .lg\:group-hover\:ml-10 {
margin-left: 2.5rem;
}
.group:hover .lg\:group-hover\:mt-12 {
margin-top: 3rem;
}
.group:hover .lg\:group-hover\:mr-12 {
margin-right: 3rem;
}
.group:hover .lg\:group-hover\:mb-12 {
margin-bottom: 3rem;
}
.group:hover .lg\:group-hover\:ml-12 {
margin-left: 3rem;
}
.group:hover .lg\:group-hover\:mt-16 {
margin-top: 4rem;
}
.group:hover .lg\:group-hover\:mr-16 {
margin-right: 4rem;
}
.group:hover .lg\:group-hover\:mb-16 {
margin-bottom: 4rem;
}
.group:hover .lg\:group-hover\:ml-16 {
margin-left: 4rem;
}
.group:hover .lg\:group-hover\:mt-20 {
margin-top: 5rem;
}
.group:hover .lg\:group-hover\:mr-20 {
margin-right: 5rem;
}
.group:hover .lg\:group-hover\:mb-20 {
margin-bottom: 5rem;
}
.group:hover .lg\:group-hover\:ml-20 {
margin-left: 5rem;
}
.group:hover .lg\:group-hover\:mt-24 {
margin-top: 6rem;
}
.group:hover .lg\:group-hover\:mr-24 {
margin-right: 6rem;
}
.group:hover .lg\:group-hover\:mb-24 {
margin-bottom: 6rem;
}
.group:hover .lg\:group-hover\:ml-24 {
margin-left: 6rem;
}
.group:hover .lg\:group-hover\:mt-32 {
margin-top: 8rem;
}
.group:hover .lg\:group-hover\:mr-32 {
margin-right: 8rem;
}
.group:hover .lg\:group-hover\:mb-32 {
margin-bottom: 8rem;
}
.group:hover .lg\:group-hover\:ml-32 {
margin-left: 8rem;
}
.group:hover .lg\:group-hover\:mt-40 {
margin-top: 10rem;
}
.group:hover .lg\:group-hover\:mr-40 {
margin-right: 10rem;
}
.group:hover .lg\:group-hover\:mb-40 {
margin-bottom: 10rem;
}
.group:hover .lg\:group-hover\:ml-40 {
margin-left: 10rem;
}
.group:hover .lg\:group-hover\:mt-48 {
margin-top: 12rem;
}
.group:hover .lg\:group-hover\:mr-48 {
margin-right: 12rem;
}
.group:hover .lg\:group-hover\:mb-48 {
margin-bottom: 12rem;
}
.group:hover .lg\:group-hover\:ml-48 {
margin-left: 12rem;
}
.group:hover .lg\:group-hover\:mt-56 {
margin-top: 14rem;
}
.group:hover .lg\:group-hover\:mr-56 {
margin-right: 14rem;
}
.group:hover .lg\:group-hover\:mb-56 {
margin-bottom: 14rem;
}
.group:hover .lg\:group-hover\:ml-56 {
margin-left: 14rem;
}
.group:hover .lg\:group-hover\:mt-64 {
margin-top: 16rem;
}
.group:hover .lg\:group-hover\:mr-64 {
margin-right: 16rem;
}
.group:hover .lg\:group-hover\:mb-64 {
margin-bottom: 16rem;
}
.group:hover .lg\:group-hover\:ml-64 {
margin-left: 16rem;
}
.group:hover .lg\:group-hover\:mt-360 {
margin-top: 90rem;
}
.group:hover .lg\:group-hover\:mr-360 {
margin-right: 90rem;
}
.group:hover .lg\:group-hover\:mb-360 {
margin-bottom: 90rem;
}
.group:hover .lg\:group-hover\:ml-360 {
margin-left: 90rem;
}
.group:hover .lg\:group-hover\:mt-auto {
margin-top: auto;
}
.group:hover .lg\:group-hover\:mr-auto {
margin-right: auto;
}
.group:hover .lg\:group-hover\:mb-auto {
margin-bottom: auto;
}
.group:hover .lg\:group-hover\:ml-auto {
margin-left: auto;
}
.group:hover .lg\:group-hover\:mt-px {
margin-top: 1px;
}
.group:hover .lg\:group-hover\:mr-px {
margin-right: 1px;
}
.group:hover .lg\:group-hover\:mb-px {
margin-bottom: 1px;
}
.group:hover .lg\:group-hover\:ml-px {
margin-left: 1px;
}
.group:hover .lg\:group-hover\:-mt-1 {
margin-top: -0.25rem;
}
.group:hover .lg\:group-hover\:-mr-1 {
margin-right: -0.25rem;
}
.group:hover .lg\:group-hover\:-mb-1 {
margin-bottom: -0.25rem;
}
.group:hover .lg\:group-hover\:-ml-1 {
margin-left: -0.25rem;
}
.group:hover .lg\:group-hover\:-mt-2 {
margin-top: -0.5rem;
}
.group:hover .lg\:group-hover\:-mr-2 {
margin-right: -0.5rem;
}
.group:hover .lg\:group-hover\:-mb-2 {
margin-bottom: -0.5rem;
}
.group:hover .lg\:group-hover\:-ml-2 {
margin-left: -0.5rem;
}
.group:hover .lg\:group-hover\:-mt-3 {
margin-top: -0.75rem;
}
.group:hover .lg\:group-hover\:-mr-3 {
margin-right: -0.75rem;
}
.group:hover .lg\:group-hover\:-mb-3 {
margin-bottom: -0.75rem;
}
.group:hover .lg\:group-hover\:-ml-3 {
margin-left: -0.75rem;
}
.group:hover .lg\:group-hover\:-mt-4 {
margin-top: -1rem;
}
.group:hover .lg\:group-hover\:-mr-4 {
margin-right: -1rem;
}
.group:hover .lg\:group-hover\:-mb-4 {
margin-bottom: -1rem;
}
.group:hover .lg\:group-hover\:-ml-4 {
margin-left: -1rem;
}
.group:hover .lg\:group-hover\:-mt-5 {
margin-top: -1.25rem;
}
.group:hover .lg\:group-hover\:-mr-5 {
margin-right: -1.25rem;
}
.group:hover .lg\:group-hover\:-mb-5 {
margin-bottom: -1.25rem;
}
.group:hover .lg\:group-hover\:-ml-5 {
margin-left: -1.25rem;
}
.group:hover .lg\:group-hover\:-mt-6 {
margin-top: -1.5rem;
}
.group:hover .lg\:group-hover\:-mr-6 {
margin-right: -1.5rem;
}
.group:hover .lg\:group-hover\:-mb-6 {
margin-bottom: -1.5rem;
}
.group:hover .lg\:group-hover\:-ml-6 {
margin-left: -1.5rem;
}
.group:hover .lg\:group-hover\:-mt-8 {
margin-top: -2rem;
}
.group:hover .lg\:group-hover\:-mr-8 {
margin-right: -2rem;
}
.group:hover .lg\:group-hover\:-mb-8 {
margin-bottom: -2rem;
}
.group:hover .lg\:group-hover\:-ml-8 {
margin-left: -2rem;
}
.group:hover .lg\:group-hover\:-mt-10 {
margin-top: -2.5rem;
}
.group:hover .lg\:group-hover\:-mr-10 {
margin-right: -2.5rem;
}
.group:hover .lg\:group-hover\:-mb-10 {
margin-bottom: -2.5rem;
}
.group:hover .lg\:group-hover\:-ml-10 {
margin-left: -2.5rem;
}
.group:hover .lg\:group-hover\:-mt-12 {
margin-top: -3rem;
}
.group:hover .lg\:group-hover\:-mr-12 {
margin-right: -3rem;
}
.group:hover .lg\:group-hover\:-mb-12 {
margin-bottom: -3rem;
}
.group:hover .lg\:group-hover\:-ml-12 {
margin-left: -3rem;
}
.group:hover .lg\:group-hover\:-mt-16 {
margin-top: -4rem;
}
.group:hover .lg\:group-hover\:-mr-16 {
margin-right: -4rem;
}
.group:hover .lg\:group-hover\:-mb-16 {
margin-bottom: -4rem;
}
.group:hover .lg\:group-hover\:-ml-16 {
margin-left: -4rem;
}
.group:hover .lg\:group-hover\:-mt-20 {
margin-top: -5rem;
}
.group:hover .lg\:group-hover\:-mr-20 {
margin-right: -5rem;
}
.group:hover .lg\:group-hover\:-mb-20 {
margin-bottom: -5rem;
}
.group:hover .lg\:group-hover\:-ml-20 {
margin-left: -5rem;
}
.group:hover .lg\:group-hover\:-mt-24 {
margin-top: -6rem;
}
.group:hover .lg\:group-hover\:-mr-24 {
margin-right: -6rem;
}
.group:hover .lg\:group-hover\:-mb-24 {
margin-bottom: -6rem;
}
.group:hover .lg\:group-hover\:-ml-24 {
margin-left: -6rem;
}
.group:hover .lg\:group-hover\:-mt-32 {
margin-top: -8rem;
}
.group:hover .lg\:group-hover\:-mr-32 {
margin-right: -8rem;
}
.group:hover .lg\:group-hover\:-mb-32 {
margin-bottom: -8rem;
}
.group:hover .lg\:group-hover\:-ml-32 {
margin-left: -8rem;
}
.group:hover .lg\:group-hover\:-mt-40 {
margin-top: -10rem;
}
.group:hover .lg\:group-hover\:-mr-40 {
margin-right: -10rem;
}
.group:hover .lg\:group-hover\:-mb-40 {
margin-bottom: -10rem;
}
.group:hover .lg\:group-hover\:-ml-40 {
margin-left: -10rem;
}
.group:hover .lg\:group-hover\:-mt-48 {
margin-top: -12rem;
}
.group:hover .lg\:group-hover\:-mr-48 {
margin-right: -12rem;
}
.group:hover .lg\:group-hover\:-mb-48 {
margin-bottom: -12rem;
}
.group:hover .lg\:group-hover\:-ml-48 {
margin-left: -12rem;
}
.group:hover .lg\:group-hover\:-mt-56 {
margin-top: -14rem;
}
.group:hover .lg\:group-hover\:-mr-56 {
margin-right: -14rem;
}
.group:hover .lg\:group-hover\:-mb-56 {
margin-bottom: -14rem;
}
.group:hover .lg\:group-hover\:-ml-56 {
margin-left: -14rem;
}
.group:hover .lg\:group-hover\:-mt-64 {
margin-top: -16rem;
}
.group:hover .lg\:group-hover\:-mr-64 {
margin-right: -16rem;
}
.group:hover .lg\:group-hover\:-mb-64 {
margin-bottom: -16rem;
}
.group:hover .lg\:group-hover\:-ml-64 {
margin-left: -16rem;
}
.group:hover .lg\:group-hover\:-mt-360 {
margin-top: -90rem;
}
.group:hover .lg\:group-hover\:-mr-360 {
margin-right: -90rem;
}
.group:hover .lg\:group-hover\:-mb-360 {
margin-bottom: -90rem;
}
.group:hover .lg\:group-hover\:-ml-360 {
margin-left: -90rem;
}
.group:hover .lg\:group-hover\:-mt-px {
margin-top: -1px;
}
.group:hover .lg\:group-hover\:-mr-px {
margin-right: -1px;
}
.group:hover .lg\:group-hover\:-mb-px {
margin-bottom: -1px;
}
.group:hover .lg\:group-hover\:-ml-px {
margin-left: -1px;
}
.lg\:max-h-full {
max-height: 100%;
}
.lg\:max-h-screen {
max-height: 100vh;
}
.lg\:max-w-xs {
max-width: 20rem;
}
.lg\:max-w-sm {
max-width: 24rem;
}
.lg\:max-w-md {
max-width: 28rem;
}
.lg\:max-w-lg {
max-width: 32rem;
}
.lg\:max-w-xl {
max-width: 36rem;
}
.lg\:max-w-2xl {
max-width: 42rem;
}
.lg\:max-w-3xl {
max-width: 48rem;
}
.lg\:max-w-4xl {
max-width: 56rem;
}
.lg\:max-w-5xl {
max-width: 64rem;
}
.lg\:max-w-6xl {
max-width: 72rem;
}
.lg\:max-w-full {
max-width: 100%;
}
.lg\:min-h-0 {
min-height: 0;
}
.lg\:min-h-full {
min-height: 100%;
}
.lg\:min-h-screen {
min-height: 100vh;
}
.lg\:min-w-0 {
min-width: 0;
}
.lg\:min-w-full {
min-width: 100%;
}
.lg\:object-contain {
-o-object-fit: contain;
object-fit: contain;
}
.lg\:object-cover {
-o-object-fit: cover;
object-fit: cover;
}
.lg\:object-fill {
-o-object-fit: fill;
object-fit: fill;
}
.lg\:object-none {
-o-object-fit: none;
object-fit: none;
}
.lg\:object-scale-down {
-o-object-fit: scale-down;
object-fit: scale-down;
}
.lg\:object-bottom {
-o-object-position: bottom;
object-position: bottom;
}
.lg\:object-center {
-o-object-position: center;
object-position: center;
}
.lg\:object-left {
-o-object-position: left;
object-position: left;
}
.lg\:object-left-bottom {
-o-object-position: left bottom;
object-position: left bottom;
}
.lg\:object-left-top {
-o-object-position: left top;
object-position: left top;
}
.lg\:object-right {
-o-object-position: right;
object-position: right;
}
.lg\:object-right-bottom {
-o-object-position: right bottom;
object-position: right bottom;
}
.lg\:object-right-top {
-o-object-position: right top;
object-position: right top;
}
.lg\:object-top {
-o-object-position: top;
object-position: top;
}
.lg\:opacity-0 {
opacity: 0;
}
.lg\:opacity-25 {
opacity: 0.25;
}
.lg\:opacity-50 {
opacity: 0.5;
}
.lg\:opacity-75 {
opacity: 0.75;
}
.lg\:opacity-100 {
opacity: 1;
}
.lg\:outline-none {
outline: 0;
}
.lg\:focus\:outline-none:focus {
outline: 0;
}
.lg\:overflow-auto {
overflow: auto;
}
.lg\:overflow-hidden {
overflow: hidden;
}
.lg\:overflow-visible {
overflow: visible;
}
.lg\:overflow-scroll {
overflow: scroll;
}
.lg\:overflow-x-auto {
overflow-x: auto;
}
.lg\:overflow-y-auto {
overflow-y: auto;
}
.lg\:overflow-x-hidden {
overflow-x: hidden;
}
.lg\:overflow-y-hidden {
overflow-y: hidden;
}
.lg\:overflow-x-visible {
overflow-x: visible;
}
.lg\:overflow-y-visible {
overflow-y: visible;
}
.lg\:overflow-x-scroll {
overflow-x: scroll;
}
.lg\:overflow-y-scroll {
overflow-y: scroll;
}
.lg\:scrolling-touch {
-webkit-overflow-scrolling: touch;
}
.lg\:scrolling-auto {
-webkit-overflow-scrolling: auto;
}
.lg\:p-0 {
padding: 0;
}
.lg\:p-1 {
padding: 0.25rem;
}
.lg\:p-2 {
padding: 0.5rem;
}
.lg\:p-3 {
padding: 0.75rem;
}
.lg\:p-4 {
padding: 1rem;
}
.lg\:p-5 {
padding: 1.25rem;
}
.lg\:p-6 {
padding: 1.5rem;
}
.lg\:p-8 {
padding: 2rem;
}
.lg\:p-10 {
padding: 2.5rem;
}
.lg\:p-12 {
padding: 3rem;
}
.lg\:p-16 {
padding: 4rem;
}
.lg\:p-20 {
padding: 5rem;
}
.lg\:p-24 {
padding: 6rem;
}
.lg\:p-32 {
padding: 8rem;
}
.lg\:p-40 {
padding: 10rem;
}
.lg\:p-48 {
padding: 12rem;
}
.lg\:p-56 {
padding: 14rem;
}
.lg\:p-64 {
padding: 16rem;
}
.lg\:p-360 {
padding: 90rem;
}
.lg\:p-px {
padding: 1px;
}
.lg\:py-0 {
padding-top: 0;
padding-bottom: 0;
}
.lg\:px-0 {
padding-left: 0;
padding-right: 0;
}
.lg\:py-1 {
padding-top: 0.25rem;
padding-bottom: 0.25rem;
}
.lg\:px-1 {
padding-left: 0.25rem;
padding-right: 0.25rem;
}
.lg\:py-2 {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.lg\:px-2 {
padding-left: 0.5rem;
padding-right: 0.5rem;
}
.lg\:py-3 {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
}
.lg\:px-3 {
padding-left: 0.75rem;
padding-right: 0.75rem;
}
.lg\:py-4 {
padding-top: 1rem;
padding-bottom: 1rem;
}
.lg\:px-4 {
padding-left: 1rem;
padding-right: 1rem;
}
.lg\:py-5 {
padding-top: 1.25rem;
padding-bottom: 1.25rem;
}
.lg\:px-5 {
padding-left: 1.25rem;
padding-right: 1.25rem;
}
.lg\:py-6 {
padding-top: 1.5rem;
padding-bottom: 1.5rem;
}
.lg\:px-6 {
padding-left: 1.5rem;
padding-right: 1.5rem;
}
.lg\:py-8 {
padding-top: 2rem;
padding-bottom: 2rem;
}
.lg\:px-8 {
padding-left: 2rem;
padding-right: 2rem;
}
.lg\:py-10 {
padding-top: 2.5rem;
padding-bottom: 2.5rem;
}
.lg\:px-10 {
padding-left: 2.5rem;
padding-right: 2.5rem;
}
.lg\:py-12 {
padding-top: 3rem;
padding-bottom: 3rem;
}
.lg\:px-12 {
padding-left: 3rem;
padding-right: 3rem;
}
.lg\:py-16 {
padding-top: 4rem;
padding-bottom: 4rem;
}
.lg\:px-16 {
padding-left: 4rem;
padding-right: 4rem;
}
.lg\:py-20 {
padding-top: 5rem;
padding-bottom: 5rem;
}
.lg\:px-20 {
padding-left: 5rem;
padding-right: 5rem;
}
.lg\:py-24 {
padding-top: 6rem;
padding-bottom: 6rem;
}
.lg\:px-24 {
padding-left: 6rem;
padding-right: 6rem;
}
.lg\:py-32 {
padding-top: 8rem;
padding-bottom: 8rem;
}
.lg\:px-32 {
padding-left: 8rem;
padding-right: 8rem;
}
.lg\:py-40 {
padding-top: 10rem;
padding-bottom: 10rem;
}
.lg\:px-40 {
padding-left: 10rem;
padding-right: 10rem;
}
.lg\:py-48 {
padding-top: 12rem;
padding-bottom: 12rem;
}
.lg\:px-48 {
padding-left: 12rem;
padding-right: 12rem;
}
.lg\:py-56 {
padding-top: 14rem;
padding-bottom: 14rem;
}
.lg\:px-56 {
padding-left: 14rem;
padding-right: 14rem;
}
.lg\:py-64 {
padding-top: 16rem;
padding-bottom: 16rem;
}
.lg\:px-64 {
padding-left: 16rem;
padding-right: 16rem;
}
.lg\:py-360 {
padding-top: 90rem;
padding-bottom: 90rem;
}
.lg\:px-360 {
padding-left: 90rem;
padding-right: 90rem;
}
.lg\:py-px {
padding-top: 1px;
padding-bottom: 1px;
}
.lg\:px-px {
padding-left: 1px;
padding-right: 1px;
}
.lg\:pt-0 {
padding-top: 0;
}
.lg\:pr-0 {
padding-right: 0;
}
.lg\:pb-0 {
padding-bottom: 0;
}
.lg\:pl-0 {
padding-left: 0;
}
.lg\:pt-1 {
padding-top: 0.25rem;
}
.lg\:pr-1 {
padding-right: 0.25rem;
}
.lg\:pb-1 {
padding-bottom: 0.25rem;
}
.lg\:pl-1 {
padding-left: 0.25rem;
}
.lg\:pt-2 {
padding-top: 0.5rem;
}
.lg\:pr-2 {
padding-right: 0.5rem;
}
.lg\:pb-2 {
padding-bottom: 0.5rem;
}
.lg\:pl-2 {
padding-left: 0.5rem;
}
.lg\:pt-3 {
padding-top: 0.75rem;
}
.lg\:pr-3 {
padding-right: 0.75rem;
}
.lg\:pb-3 {
padding-bottom: 0.75rem;
}
.lg\:pl-3 {
padding-left: 0.75rem;
}
.lg\:pt-4 {
padding-top: 1rem;
}
.lg\:pr-4 {
padding-right: 1rem;
}
.lg\:pb-4 {
padding-bottom: 1rem;
}
.lg\:pl-4 {
padding-left: 1rem;
}
.lg\:pt-5 {
padding-top: 1.25rem;
}
.lg\:pr-5 {
padding-right: 1.25rem;
}
.lg\:pb-5 {
padding-bottom: 1.25rem;
}
.lg\:pl-5 {
padding-left: 1.25rem;
}
.lg\:pt-6 {
padding-top: 1.5rem;
}
.lg\:pr-6 {
padding-right: 1.5rem;
}
.lg\:pb-6 {
padding-bottom: 1.5rem;
}
.lg\:pl-6 {
padding-left: 1.5rem;
}
.lg\:pt-8 {
padding-top: 2rem;
}
.lg\:pr-8 {
padding-right: 2rem;
}
.lg\:pb-8 {
padding-bottom: 2rem;
}
.lg\:pl-8 {
padding-left: 2rem;
}
.lg\:pt-10 {
padding-top: 2.5rem;
}
.lg\:pr-10 {
padding-right: 2.5rem;
}
.lg\:pb-10 {
padding-bottom: 2.5rem;
}
.lg\:pl-10 {
padding-left: 2.5rem;
}
.lg\:pt-12 {
padding-top: 3rem;
}
.lg\:pr-12 {
padding-right: 3rem;
}
.lg\:pb-12 {
padding-bottom: 3rem;
}
.lg\:pl-12 {
padding-left: 3rem;
}
.lg\:pt-16 {
padding-top: 4rem;
}
.lg\:pr-16 {
padding-right: 4rem;
}
.lg\:pb-16 {
padding-bottom: 4rem;
}
.lg\:pl-16 {
padding-left: 4rem;
}
.lg\:pt-20 {
padding-top: 5rem;
}
.lg\:pr-20 {
padding-right: 5rem;
}
.lg\:pb-20 {
padding-bottom: 5rem;
}
.lg\:pl-20 {
padding-left: 5rem;
}
.lg\:pt-24 {
padding-top: 6rem;
}
.lg\:pr-24 {
padding-right: 6rem;
}
.lg\:pb-24 {
padding-bottom: 6rem;
}
.lg\:pl-24 {
padding-left: 6rem;
}
.lg\:pt-32 {
padding-top: 8rem;
}
.lg\:pr-32 {
padding-right: 8rem;
}
.lg\:pb-32 {
padding-bottom: 8rem;
}
.lg\:pl-32 {
padding-left: 8rem;
}
.lg\:pt-40 {
padding-top: 10rem;
}
.lg\:pr-40 {
padding-right: 10rem;
}
.lg\:pb-40 {
padding-bottom: 10rem;
}
.lg\:pl-40 {
padding-left: 10rem;
}
.lg\:pt-48 {
padding-top: 12rem;
}
.lg\:pr-48 {
padding-right: 12rem;
}
.lg\:pb-48 {
padding-bottom: 12rem;
}
.lg\:pl-48 {
padding-left: 12rem;
}
.lg\:pt-56 {
padding-top: 14rem;
}
.lg\:pr-56 {
padding-right: 14rem;
}
.lg\:pb-56 {
padding-bottom: 14rem;
}
.lg\:pl-56 {
padding-left: 14rem;
}
.lg\:pt-64 {
padding-top: 16rem;
}
.lg\:pr-64 {
padding-right: 16rem;
}
.lg\:pb-64 {
padding-bottom: 16rem;
}
.lg\:pl-64 {
padding-left: 16rem;
}
.lg\:pt-360 {
padding-top: 90rem;
}
.lg\:pr-360 {
padding-right: 90rem;
}
.lg\:pb-360 {
padding-bottom: 90rem;
}
.lg\:pl-360 {
padding-left: 90rem;
}
.lg\:pt-px {
padding-top: 1px;
}
.lg\:pr-px {
padding-right: 1px;
}
.lg\:pb-px {
padding-bottom: 1px;
}
.lg\:pl-px {
padding-left: 1px;
}
.lg\:pointer-events-none {
pointer-events: none;
}
.lg\:pointer-events-auto {
pointer-events: auto;
}
.lg\:static {
position: static;
}
.lg\:fixed {
position: fixed;
}
.lg\:absolute {
position: absolute;
}
.lg\:relative {
position: relative;
}
.lg\:sticky {
position: -webkit-sticky;
position: sticky;
}
.lg\:inset-0 {
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.lg\:inset-auto {
top: auto;
right: auto;
bottom: auto;
left: auto;
}
.lg\:inset-y-0 {
top: 0;
bottom: 0;
}
.lg\:inset-x-0 {
right: 0;
left: 0;
}
.lg\:inset-y-auto {
top: auto;
bottom: auto;
}
.lg\:inset-x-auto {
right: auto;
left: auto;
}
.lg\:top-0 {
top: 0;
}
.lg\:right-0 {
right: 0;
}
.lg\:bottom-0 {
bottom: 0;
}
.lg\:left-0 {
left: 0;
}
.lg\:top-auto {
top: auto;
}
.lg\:right-auto {
right: auto;
}
.lg\:bottom-auto {
bottom: auto;
}
.lg\:left-auto {
left: auto;
}
.lg\:resize-none {
resize: none;
}
.lg\:resize-y {
resize: vertical;
}
.lg\:resize-x {
resize: horizontal;
}
.lg\:resize {
resize: both;
}
.lg\:shadow {
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
.lg\:shadow-md {
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.lg\:shadow-lg {
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.lg\:shadow-xl {
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.lg\:shadow-2xl {
box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.lg\:shadow-inner {
box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}
.lg\:shadow-outline {
box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
}
.lg\:shadow-none {
box-shadow: none;
}
.lg\:hover\:shadow:hover {
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
.lg\:hover\:shadow-md:hover {
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.lg\:hover\:shadow-lg:hover {
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.lg\:hover\:shadow-xl:hover {
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.lg\:hover\:shadow-2xl:hover {
box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.lg\:hover\:shadow-inner:hover {
box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}
.lg\:hover\:shadow-outline:hover {
box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
}
.lg\:hover\:shadow-none:hover {
box-shadow: none;
}
.lg\:focus\:shadow:focus {
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
.lg\:focus\:shadow-md:focus {
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.lg\:focus\:shadow-lg:focus {
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.lg\:focus\:shadow-xl:focus {
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.lg\:focus\:shadow-2xl:focus {
box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.lg\:focus\:shadow-inner:focus {
box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}
.lg\:focus\:shadow-outline:focus {
box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
}
.lg\:focus\:shadow-none:focus {
box-shadow: none;
}
.lg\:fill-current {
fill: currentColor;
}
.lg\:stroke-current {
stroke: currentColor;
}
.lg\:table-auto {
table-layout: auto;
}
.lg\:table-fixed {
table-layout: fixed;
}
.lg\:text-left {
text-align: left;
}
.lg\:text-center {
text-align: center;
}
.lg\:text-right {
text-align: right;
}
.lg\:text-justify {
text-align: justify;
}
.lg\:text-transparent {
color: transparent;
}
.lg\:text-inherit {
color: inherit;
}
.lg\:text-black {
color: #131716;
}
.lg\:text-white {
color: #ffffff;
}
.lg\:text-green-darker {
color: #007129;
}
.lg\:text-green-dark {
color: #029F3B;
}
.lg\:text-green {
color: #00AC3E;
}
.lg\:text-green-bright {
color: #08cd4f;
}
.lg\:text-gray-100 {
color: #edeeee;
}
.lg\:text-gray-200 {
color: #cbcece;
}
.lg\:text-gray-300 {
color: #a9adad;
}
.lg\:text-gray-400 {
color: #868c8c;
}
.lg\:text-gray-500 {
color: #535c5c;
}
.lg\:text-gray-600 {
color: #3a4040;
}
.lg\:text-gray-700 {
color: #313737;
}
.lg\:text-gray-800 {
color: #212424;
}
.lg\:text-gray-900 {
color: #131716;
}
.lg\:text-red-100 {
color: #fff5f5;
}
.lg\:text-red-500 {
color: #f56565;
}
.lg\:text-red-900 {
color: #742a2a;
}
.lg\:hover\:text-transparent:hover {
color: transparent;
}
.lg\:hover\:text-inherit:hover {
color: inherit;
}
.lg\:hover\:text-black:hover {
color: #131716;
}
.lg\:hover\:text-white:hover {
color: #ffffff;
}
.lg\:hover\:text-green-darker:hover {
color: #007129;
}
.lg\:hover\:text-green-dark:hover {
color: #029F3B;
}
.lg\:hover\:text-green:hover {
color: #00AC3E;
}
.lg\:hover\:text-green-bright:hover {
color: #08cd4f;
}
.lg\:hover\:text-gray-100:hover {
color: #edeeee;
}
.lg\:hover\:text-gray-200:hover {
color: #cbcece;
}
.lg\:hover\:text-gray-300:hover {
color: #a9adad;
}
.lg\:hover\:text-gray-400:hover {
color: #868c8c;
}
.lg\:hover\:text-gray-500:hover {
color: #535c5c;
}
.lg\:hover\:text-gray-600:hover {
color: #3a4040;
}
.lg\:hover\:text-gray-700:hover {
color: #313737;
}
.lg\:hover\:text-gray-800:hover {
color: #212424;
}
.lg\:hover\:text-gray-900:hover {
color: #131716;
}
.lg\:hover\:text-red-100:hover {
color: #fff5f5;
}
.lg\:hover\:text-red-500:hover {
color: #f56565;
}
.lg\:hover\:text-red-900:hover {
color: #742a2a;
}
.lg\:focus\:text-transparent:focus {
color: transparent;
}
.lg\:focus\:text-inherit:focus {
color: inherit;
}
.lg\:focus\:text-black:focus {
color: #131716;
}
.lg\:focus\:text-white:focus {
color: #ffffff;
}
.lg\:focus\:text-green-darker:focus {
color: #007129;
}
.lg\:focus\:text-green-dark:focus {
color: #029F3B;
}
.lg\:focus\:text-green:focus {
color: #00AC3E;
}
.lg\:focus\:text-green-bright:focus {
color: #08cd4f;
}
.lg\:focus\:text-gray-100:focus {
color: #edeeee;
}
.lg\:focus\:text-gray-200:focus {
color: #cbcece;
}
.lg\:focus\:text-gray-300:focus {
color: #a9adad;
}
.lg\:focus\:text-gray-400:focus {
color: #868c8c;
}
.lg\:focus\:text-gray-500:focus {
color: #535c5c;
}
.lg\:focus\:text-gray-600:focus {
color: #3a4040;
}
.lg\:focus\:text-gray-700:focus {
color: #313737;
}
.lg\:focus\:text-gray-800:focus {
color: #212424;
}
.lg\:focus\:text-gray-900:focus {
color: #131716;
}
.lg\:focus\:text-red-100:focus {
color: #fff5f5;
}
.lg\:focus\:text-red-500:focus {
color: #f56565;
}
.lg\:focus\:text-red-900:focus {
color: #742a2a;
}
.lg\:active\:text-transparent:active {
color: transparent;
}
.lg\:active\:text-inherit:active {
color: inherit;
}
.lg\:active\:text-black:active {
color: #131716;
}
.lg\:active\:text-white:active {
color: #ffffff;
}
.lg\:active\:text-green-darker:active {
color: #007129;
}
.lg\:active\:text-green-dark:active {
color: #029F3B;
}
.lg\:active\:text-green:active {
color: #00AC3E;
}
.lg\:active\:text-green-bright:active {
color: #08cd4f;
}
.lg\:active\:text-gray-100:active {
color: #edeeee;
}
.lg\:active\:text-gray-200:active {
color: #cbcece;
}
.lg\:active\:text-gray-300:active {
color: #a9adad;
}
.lg\:active\:text-gray-400:active {
color: #868c8c;
}
.lg\:active\:text-gray-500:active {
color: #535c5c;
}
.lg\:active\:text-gray-600:active {
color: #3a4040;
}
.lg\:active\:text-gray-700:active {
color: #313737;
}
.lg\:active\:text-gray-800:active {
color: #212424;
}
.lg\:active\:text-gray-900:active {
color: #131716;
}
.lg\:active\:text-red-100:active {
color: #fff5f5;
}
.lg\:active\:text-red-500:active {
color: #f56565;
}
.lg\:active\:text-red-900:active {
color: #742a2a;
}
.group:hover .lg\:group-hover\:text-transparent {
color: transparent;
}
.group:hover .lg\:group-hover\:text-inherit {
color: inherit;
}
.group:hover .lg\:group-hover\:text-black {
color: #131716;
}
.group:hover .lg\:group-hover\:text-white {
color: #ffffff;
}
.group:hover .lg\:group-hover\:text-green-darker {
color: #007129;
}
.group:hover .lg\:group-hover\:text-green-dark {
color: #029F3B;
}
.group:hover .lg\:group-hover\:text-green {
color: #00AC3E;
}
.group:hover .lg\:group-hover\:text-green-bright {
color: #08cd4f;
}
.group:hover .lg\:group-hover\:text-gray-100 {
color: #edeeee;
}
.group:hover .lg\:group-hover\:text-gray-200 {
color: #cbcece;
}
.group:hover .lg\:group-hover\:text-gray-300 {
color: #a9adad;
}
.group:hover .lg\:group-hover\:text-gray-400 {
color: #868c8c;
}
.group:hover .lg\:group-hover\:text-gray-500 {
color: #535c5c;
}
.group:hover .lg\:group-hover\:text-gray-600 {
color: #3a4040;
}
.group:hover .lg\:group-hover\:text-gray-700 {
color: #313737;
}
.group:hover .lg\:group-hover\:text-gray-800 {
color: #212424;
}
.group:hover .lg\:group-hover\:text-gray-900 {
color: #131716;
}
.group:hover .lg\:group-hover\:text-red-100 {
color: #fff5f5;
}
.group:hover .lg\:group-hover\:text-red-500 {
color: #f56565;
}
.group:hover .lg\:group-hover\:text-red-900 {
color: #742a2a;
}
.lg\:text-xs {
font-size: 0.75rem;
}
.lg\:text-sm {
font-size: 0.875rem;
}
.lg\:text-base {
font-size: 1rem;
}
.lg\:text-lg {
font-size: 1.125rem;
}
.lg\:text-xl {
font-size: 1.25rem;
}
.lg\:text-2xl {
font-size: 1.5rem;
}
.lg\:text-3xl {
font-size: 1.875rem;
}
.lg\:text-4xl {
font-size: 2.25rem;
}
.lg\:text-5xl {
font-size: 3rem;
}
.lg\:text-6xl {
font-size: 4rem;
}
.lg\:text-7xl {
font-size: 5rem;
}
.lg\:text-9xl {
font-size: 7rem;
}
.lg\:text-massive {
font-size: 10rem;
}
.lg\:italic {
font-style: italic;
}
.lg\:not-italic {
font-style: normal;
}
.lg\:uppercase {
text-transform: uppercase;
}
.lg\:lowercase {
text-transform: lowercase;
}
.lg\:capitalize {
text-transform: capitalize;
}
.lg\:normal-case {
text-transform: none;
}
.lg\:underline {
text-decoration: underline;
}
.lg\:line-through {
text-decoration: line-through;
}
.lg\:no-underline {
text-decoration: none;
}
.lg\:hover\:underline:hover {
text-decoration: underline;
}
.lg\:hover\:line-through:hover {
text-decoration: line-through;
}
.lg\:hover\:no-underline:hover {
text-decoration: none;
}
.lg\:focus\:underline:focus {
text-decoration: underline;
}
.lg\:focus\:line-through:focus {
text-decoration: line-through;
}
.lg\:focus\:no-underline:focus {
text-decoration: none;
}
.lg\:active\:underline:active {
text-decoration: underline;
}
.lg\:active\:line-through:active {
text-decoration: line-through;
}
.lg\:active\:no-underline:active {
text-decoration: none;
}
.group:hover .lg\:group-hover\:underline {
text-decoration: underline;
}
.group:hover .lg\:group-hover\:line-through {
text-decoration: line-through;
}
.group:hover .lg\:group-hover\:no-underline {
text-decoration: none;
}
.lg\:antialiased {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.lg\:subpixel-antialiased {
-webkit-font-smoothing: auto;
-moz-osx-font-smoothing: auto;
}
.lg\:tracking-tighter {
letter-spacing: -0.05em;
}
.lg\:tracking-tight {
letter-spacing: -0.025em;
}
.lg\:tracking-normal {
letter-spacing: 0;
}
.lg\:tracking-wide {
letter-spacing: 0.025em;
}
.lg\:tracking-wider {
letter-spacing: 0.05em;
}
.lg\:tracking-widest {
letter-spacing: 0.1em;
}
.lg\:select-none {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.lg\:select-text {
-webkit-user-select: text;
-moz-user-select: text;
-ms-user-select: text;
user-select: text;
}
.lg\:select-all {
-webkit-user-select: all;
-moz-user-select: all;
-ms-user-select: all;
user-select: all;
}
.lg\:select-auto {
-webkit-user-select: auto;
-moz-user-select: auto;
-ms-user-select: auto;
user-select: auto;
}
.lg\:align-baseline {
vertical-align: baseline;
}
.lg\:align-top {
vertical-align: top;
}
.lg\:align-middle {
vertical-align: middle;
}
.lg\:align-bottom {
vertical-align: bottom;
}
.lg\:align-text-top {
vertical-align: text-top;
}
.lg\:align-text-bottom {
vertical-align: text-bottom;
}
.lg\:visible {
visibility: visible;
}
.lg\:invisible {
visibility: hidden;
}
.group:hover .lg\:group-hover\:visible {
visibility: visible;
}
.group:hover .lg\:group-hover\:invisible {
visibility: hidden;
}
.lg\:whitespace-normal {
white-space: normal;
}
.lg\:whitespace-no-wrap {
white-space: nowrap;
}
.lg\:whitespace-pre {
white-space: pre;
}
.lg\:whitespace-pre-line {
white-space: pre-line;
}
.lg\:whitespace-pre-wrap {
white-space: pre-wrap;
}
.lg\:break-normal {
overflow-wrap: normal;
word-break: normal;
}
.lg\:break-words {
overflow-wrap: break-word;
}
.lg\:break-all {
word-break: break-all;
}
.lg\:truncate {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.lg\:w-0 {
width: 0;
}
.lg\:w-1 {
width: 0.25rem;
}
.lg\:w-2 {
width: 0.5rem;
}
.lg\:w-3 {
width: 0.75rem;
}
.lg\:w-4 {
width: 1rem;
}
.lg\:w-5 {
width: 1.25rem;
}
.lg\:w-6 {
width: 1.5rem;
}
.lg\:w-8 {
width: 2rem;
}
.lg\:w-10 {
width: 2.5rem;
}
.lg\:w-12 {
width: 3rem;
}
.lg\:w-16 {
width: 4rem;
}
.lg\:w-20 {
width: 5rem;
}
.lg\:w-24 {
width: 6rem;
}
.lg\:w-32 {
width: 8rem;
}
.lg\:w-40 {
width: 10rem;
}
.lg\:w-48 {
width: 12rem;
}
.lg\:w-56 {
width: 14rem;
}
.lg\:w-64 {
width: 16rem;
}
.lg\:w-360 {
width: 90rem;
}
.lg\:w-auto {
width: auto;
}
.lg\:w-px {
width: 1px;
}
.lg\:w-1\/2 {
width: 50%;
}
.lg\:w-1\/3 {
width: 33.33333%;
}
.lg\:w-2\/3 {
width: 66.66667%;
}
.lg\:w-1\/4 {
width: 25%;
}
.lg\:w-2\/4 {
width: 50%;
}
.lg\:w-3\/4 {
width: 75%;
}
.lg\:w-1\/5 {
width: 20%;
}
.lg\:w-2\/5 {
width: 40%;
}
.lg\:w-3\/5 {
width: 60%;
}
.lg\:w-4\/5 {
width: 80%;
}
.lg\:w-1\/6 {
width: 16.66667%;
}
.lg\:w-2\/6 {
width: 33.33333%;
}
.lg\:w-3\/6 {
width: 50%;
}
.lg\:w-4\/6 {
width: 66.66667%;
}
.lg\:w-5\/6 {
width: 83.33333%;
}
.lg\:w-1\/12 {
width: 8.33333%;
}
.lg\:w-2\/12 {
width: 16.66667%;
}
.lg\:w-3\/12 {
width: 25%;
}
.lg\:w-4\/12 {
width: 33.33333%;
}
.lg\:w-5\/12 {
width: 41.66667%;
}
.lg\:w-6\/12 {
width: 50%;
}
.lg\:w-7\/12 {
width: 58.33333%;
}
.lg\:w-8\/12 {
width: 66.66667%;
}
.lg\:w-9\/12 {
width: 75%;
}
.lg\:w-10\/12 {
width: 83.33333%;
}
.lg\:w-11\/12 {
width: 91.66667%;
}
.lg\:w-full {
width: 100%;
}
.lg\:w-screen {
width: 100vw;
}
.lg\:z-0 {
z-index: 0;
}
.lg\:z-10 {
z-index: 10;
}
.lg\:z-20 {
z-index: 20;
}
.lg\:z-30 {
z-index: 30;
}
.lg\:z-40 {
z-index: 40;
}
.lg\:z-50 {
z-index: 50;
}
.lg\:z-60 {
z-index: 60;
}
.lg\:z-70 {
z-index: 70;
}
.lg\:z-80 {
z-index: 80;
}
.lg\:z-90 {
z-index: 90;
}
.lg\:z-100 {
z-index: 100;
}
.lg\:z-auto {
z-index: auto;
}
}
@media (min-width: 1440px) {
.xl\:appearance-none {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.xl\:bg-fixed {
background-attachment: fixed;
}
.xl\:bg-local {
background-attachment: local;
}
.xl\:bg-scroll {
background-attachment: scroll;
}
.xl\:bg-transparent {
background-color: transparent;
}
.xl\:bg-inherit {
background-color: inherit;
}
.xl\:bg-black {
background-color: #131716;
}
.xl\:bg-white {
background-color: #ffffff;
}
.xl\:bg-green-darker {
background-color: #007129;
}
.xl\:bg-green-dark {
background-color: #029F3B;
}
.xl\:bg-green {
background-color: #00AC3E;
}
.xl\:bg-green-bright {
background-color: #08cd4f;
}
.xl\:bg-gray-100 {
background-color: #edeeee;
}
.xl\:bg-gray-200 {
background-color: #cbcece;
}
.xl\:bg-gray-300 {
background-color: #a9adad;
}
.xl\:bg-gray-400 {
background-color: #868c8c;
}
.xl\:bg-gray-500 {
background-color: #535c5c;
}
.xl\:bg-gray-600 {
background-color: #3a4040;
}
.xl\:bg-gray-700 {
background-color: #313737;
}
.xl\:bg-gray-800 {
background-color: #212424;
}
.xl\:bg-gray-900 {
background-color: #131716;
}
.xl\:bg-red-100 {
background-color: #fff5f5;
}
.xl\:bg-red-500 {
background-color: #f56565;
}
.xl\:bg-red-900 {
background-color: #742a2a;
}
.xl\:hover\:bg-transparent:hover {
background-color: transparent;
}
.xl\:hover\:bg-inherit:hover {
background-color: inherit;
}
.xl\:hover\:bg-black:hover {
background-color: #131716;
}
.xl\:hover\:bg-white:hover {
background-color: #ffffff;
}
.xl\:hover\:bg-green-darker:hover {
background-color: #007129;
}
.xl\:hover\:bg-green-dark:hover {
background-color: #029F3B;
}
.xl\:hover\:bg-green:hover {
background-color: #00AC3E;
}
.xl\:hover\:bg-green-bright:hover {
background-color: #08cd4f;
}
.xl\:hover\:bg-gray-100:hover {
background-color: #edeeee;
}
.xl\:hover\:bg-gray-200:hover {
background-color: #cbcece;
}
.xl\:hover\:bg-gray-300:hover {
background-color: #a9adad;
}
.xl\:hover\:bg-gray-400:hover {
background-color: #868c8c;
}
.xl\:hover\:bg-gray-500:hover {
background-color: #535c5c;
}
.xl\:hover\:bg-gray-600:hover {
background-color: #3a4040;
}
.xl\:hover\:bg-gray-700:hover {
background-color: #313737;
}
.xl\:hover\:bg-gray-800:hover {
background-color: #212424;
}
.xl\:hover\:bg-gray-900:hover {
background-color: #131716;
}
.xl\:hover\:bg-red-100:hover {
background-color: #fff5f5;
}
.xl\:hover\:bg-red-500:hover {
background-color: #f56565;
}
.xl\:hover\:bg-red-900:hover {
background-color: #742a2a;
}
.xl\:focus\:bg-transparent:focus {
background-color: transparent;
}
.xl\:focus\:bg-inherit:focus {
background-color: inherit;
}
.xl\:focus\:bg-black:focus {
background-color: #131716;
}
.xl\:focus\:bg-white:focus {
background-color: #ffffff;
}
.xl\:focus\:bg-green-darker:focus {
background-color: #007129;
}
.xl\:focus\:bg-green-dark:focus {
background-color: #029F3B;
}
.xl\:focus\:bg-green:focus {
background-color: #00AC3E;
}
.xl\:focus\:bg-green-bright:focus {
background-color: #08cd4f;
}
.xl\:focus\:bg-gray-100:focus {
background-color: #edeeee;
}
.xl\:focus\:bg-gray-200:focus {
background-color: #cbcece;
}
.xl\:focus\:bg-gray-300:focus {
background-color: #a9adad;
}
.xl\:focus\:bg-gray-400:focus {
background-color: #868c8c;
}
.xl\:focus\:bg-gray-500:focus {
background-color: #535c5c;
}
.xl\:focus\:bg-gray-600:focus {
background-color: #3a4040;
}
.xl\:focus\:bg-gray-700:focus {
background-color: #313737;
}
.xl\:focus\:bg-gray-800:focus {
background-color: #212424;
}
.xl\:focus\:bg-gray-900:focus {
background-color: #131716;
}
.xl\:focus\:bg-red-100:focus {
background-color: #fff5f5;
}
.xl\:focus\:bg-red-500:focus {
background-color: #f56565;
}
.xl\:focus\:bg-red-900:focus {
background-color: #742a2a;
}
.xl\:bg-bottom {
background-position: bottom;
}
.xl\:bg-center {
background-position: center;
}
.xl\:bg-left {
background-position: left;
}
.xl\:bg-left-bottom {
background-position: left bottom;
}
.xl\:bg-left-top {
background-position: left top;
}
.xl\:bg-right {
background-position: right;
}
.xl\:bg-right-bottom {
background-position: right bottom;
}
.xl\:bg-right-top {
background-position: right top;
}
.xl\:bg-top {
background-position: top;
}
.xl\:bg-repeat {
background-repeat: repeat;
}
.xl\:bg-no-repeat {
background-repeat: no-repeat;
}
.xl\:bg-repeat-x {
background-repeat: repeat-x;
}
.xl\:bg-repeat-y {
background-repeat: repeat-y;
}
.xl\:bg-repeat-round {
background-repeat: round;
}
.xl\:bg-repeat-space {
background-repeat: space;
}
.xl\:bg-auto {
background-size: auto;
}
.xl\:bg-cover {
background-size: cover;
}
.xl\:bg-contain {
background-size: contain;
}
.xl\:border-collapse {
border-collapse: collapse;
}
.xl\:border-separate {
border-collapse: separate;
}
.xl\:border-transparent {
border-color: transparent;
}
.xl\:border-inherit {
border-color: inherit;
}
.xl\:border-black {
border-color: #131716;
}
.xl\:border-white {
border-color: #ffffff;
}
.xl\:border-green-darker {
border-color: #007129;
}
.xl\:border-green-dark {
border-color: #029F3B;
}
.xl\:border-green {
border-color: #00AC3E;
}
.xl\:border-green-bright {
border-color: #08cd4f;
}
.xl\:border-gray-100 {
border-color: #edeeee;
}
.xl\:border-gray-200 {
border-color: #cbcece;
}
.xl\:border-gray-300 {
border-color: #a9adad;
}
.xl\:border-gray-400 {
border-color: #868c8c;
}
.xl\:border-gray-500 {
border-color: #535c5c;
}
.xl\:border-gray-600 {
border-color: #3a4040;
}
.xl\:border-gray-700 {
border-color: #313737;
}
.xl\:border-gray-800 {
border-color: #212424;
}
.xl\:border-gray-900 {
border-color: #131716;
}
.xl\:border-red-100 {
border-color: #fff5f5;
}
.xl\:border-red-500 {
border-color: #f56565;
}
.xl\:border-red-900 {
border-color: #742a2a;
}
.xl\:hover\:border-transparent:hover {
border-color: transparent;
}
.xl\:hover\:border-inherit:hover {
border-color: inherit;
}
.xl\:hover\:border-black:hover {
border-color: #131716;
}
.xl\:hover\:border-white:hover {
border-color: #ffffff;
}
.xl\:hover\:border-green-darker:hover {
border-color: #007129;
}
.xl\:hover\:border-green-dark:hover {
border-color: #029F3B;
}
.xl\:hover\:border-green:hover {
border-color: #00AC3E;
}
.xl\:hover\:border-green-bright:hover {
border-color: #08cd4f;
}
.xl\:hover\:border-gray-100:hover {
border-color: #edeeee;
}
.xl\:hover\:border-gray-200:hover {
border-color: #cbcece;
}
.xl\:hover\:border-gray-300:hover {
border-color: #a9adad;
}
.xl\:hover\:border-gray-400:hover {
border-color: #868c8c;
}
.xl\:hover\:border-gray-500:hover {
border-color: #535c5c;
}
.xl\:hover\:border-gray-600:hover {
border-color: #3a4040;
}
.xl\:hover\:border-gray-700:hover {
border-color: #313737;
}
.xl\:hover\:border-gray-800:hover {
border-color: #212424;
}
.xl\:hover\:border-gray-900:hover {
border-color: #131716;
}
.xl\:hover\:border-red-100:hover {
border-color: #fff5f5;
}
.xl\:hover\:border-red-500:hover {
border-color: #f56565;
}
.xl\:hover\:border-red-900:hover {
border-color: #742a2a;
}
.group:hover .xl\:group-hover\:border-transparent {
border-color: transparent;
}
.group:hover .xl\:group-hover\:border-inherit {
border-color: inherit;
}
.group:hover .xl\:group-hover\:border-black {
border-color: #131716;
}
.group:hover .xl\:group-hover\:border-white {
border-color: #ffffff;
}
.group:hover .xl\:group-hover\:border-green-darker {
border-color: #007129;
}
.group:hover .xl\:group-hover\:border-green-dark {
border-color: #029F3B;
}
.group:hover .xl\:group-hover\:border-green {
border-color: #00AC3E;
}
.group:hover .xl\:group-hover\:border-green-bright {
border-color: #08cd4f;
}
.group:hover .xl\:group-hover\:border-gray-100 {
border-color: #edeeee;
}
.group:hover .xl\:group-hover\:border-gray-200 {
border-color: #cbcece;
}
.group:hover .xl\:group-hover\:border-gray-300 {
border-color: #a9adad;
}
.group:hover .xl\:group-hover\:border-gray-400 {
border-color: #868c8c;
}
.group:hover .xl\:group-hover\:border-gray-500 {
border-color: #535c5c;
}
.group:hover .xl\:group-hover\:border-gray-600 {
border-color: #3a4040;
}
.group:hover .xl\:group-hover\:border-gray-700 {
border-color: #313737;
}
.group:hover .xl\:group-hover\:border-gray-800 {
border-color: #212424;
}
.group:hover .xl\:group-hover\:border-gray-900 {
border-color: #131716;
}
.group:hover .xl\:group-hover\:border-red-100 {
border-color: #fff5f5;
}
.group:hover .xl\:group-hover\:border-red-500 {
border-color: #f56565;
}
.group:hover .xl\:group-hover\:border-red-900 {
border-color: #742a2a;
}
.xl\:focus\:border-transparent:focus {
border-color: transparent;
}
.xl\:focus\:border-inherit:focus {
border-color: inherit;
}
.xl\:focus\:border-black:focus {
border-color: #131716;
}
.xl\:focus\:border-white:focus {
border-color: #ffffff;
}
.xl\:focus\:border-green-darker:focus {
border-color: #007129;
}
.xl\:focus\:border-green-dark:focus {
border-color: #029F3B;
}
.xl\:focus\:border-green:focus {
border-color: #00AC3E;
}
.xl\:focus\:border-green-bright:focus {
border-color: #08cd4f;
}
.xl\:focus\:border-gray-100:focus {
border-color: #edeeee;
}
.xl\:focus\:border-gray-200:focus {
border-color: #cbcece;
}
.xl\:focus\:border-gray-300:focus {
border-color: #a9adad;
}
.xl\:focus\:border-gray-400:focus {
border-color: #868c8c;
}
.xl\:focus\:border-gray-500:focus {
border-color: #535c5c;
}
.xl\:focus\:border-gray-600:focus {
border-color: #3a4040;
}
.xl\:focus\:border-gray-700:focus {
border-color: #313737;
}
.xl\:focus\:border-gray-800:focus {
border-color: #212424;
}
.xl\:focus\:border-gray-900:focus {
border-color: #131716;
}
.xl\:focus\:border-red-100:focus {
border-color: #fff5f5;
}
.xl\:focus\:border-red-500:focus {
border-color: #f56565;
}
.xl\:focus\:border-red-900:focus {
border-color: #742a2a;
}
.xl\:rounded-none {
border-radius: 0;
}
.xl\:rounded-sm {
border-radius: 0.125rem;
}
.xl\:rounded {
border-radius: 0.25rem;
}
.xl\:rounded-lg {
border-radius: 0.5rem;
}
.xl\:rounded-full {
border-radius: 9999px;
}
.xl\:rounded-t-none {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.xl\:rounded-r-none {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.xl\:rounded-b-none {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.xl\:rounded-l-none {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.xl\:rounded-t-sm {
border-top-left-radius: 0.125rem;
border-top-right-radius: 0.125rem;
}
.xl\:rounded-r-sm {
border-top-right-radius: 0.125rem;
border-bottom-right-radius: 0.125rem;
}
.xl\:rounded-b-sm {
border-bottom-right-radius: 0.125rem;
border-bottom-left-radius: 0.125rem;
}
.xl\:rounded-l-sm {
border-top-left-radius: 0.125rem;
border-bottom-left-radius: 0.125rem;
}
.xl\:rounded-t {
border-top-left-radius: 0.25rem;
border-top-right-radius: 0.25rem;
}
.xl\:rounded-r {
border-top-right-radius: 0.25rem;
border-bottom-right-radius: 0.25rem;
}
.xl\:rounded-b {
border-bottom-right-radius: 0.25rem;
border-bottom-left-radius: 0.25rem;
}
.xl\:rounded-l {
border-top-left-radius: 0.25rem;
border-bottom-left-radius: 0.25rem;
}
.xl\:rounded-t-lg {
border-top-left-radius: 0.5rem;
border-top-right-radius: 0.5rem;
}
.xl\:rounded-r-lg {
border-top-right-radius: 0.5rem;
border-bottom-right-radius: 0.5rem;
}
.xl\:rounded-b-lg {
border-bottom-right-radius: 0.5rem;
border-bottom-left-radius: 0.5rem;
}
.xl\:rounded-l-lg {
border-top-left-radius: 0.5rem;
border-bottom-left-radius: 0.5rem;
}
.xl\:rounded-t-full {
border-top-left-radius: 9999px;
border-top-right-radius: 9999px;
}
.xl\:rounded-r-full {
border-top-right-radius: 9999px;
border-bottom-right-radius: 9999px;
}
.xl\:rounded-b-full {
border-bottom-right-radius: 9999px;
border-bottom-left-radius: 9999px;
}
.xl\:rounded-l-full {
border-top-left-radius: 9999px;
border-bottom-left-radius: 9999px;
}
.xl\:rounded-tl-none {
border-top-left-radius: 0;
}
.xl\:rounded-tr-none {
border-top-right-radius: 0;
}
.xl\:rounded-br-none {
border-bottom-right-radius: 0;
}
.xl\:rounded-bl-none {
border-bottom-left-radius: 0;
}
.xl\:rounded-tl-sm {
border-top-left-radius: 0.125rem;
}
.xl\:rounded-tr-sm {
border-top-right-radius: 0.125rem;
}
.xl\:rounded-br-sm {
border-bottom-right-radius: 0.125rem;
}
.xl\:rounded-bl-sm {
border-bottom-left-radius: 0.125rem;
}
.xl\:rounded-tl {
border-top-left-radius: 0.25rem;
}
.xl\:rounded-tr {
border-top-right-radius: 0.25rem;
}
.xl\:rounded-br {
border-bottom-right-radius: 0.25rem;
}
.xl\:rounded-bl {
border-bottom-left-radius: 0.25rem;
}
.xl\:rounded-tl-lg {
border-top-left-radius: 0.5rem;
}
.xl\:rounded-tr-lg {
border-top-right-radius: 0.5rem;
}
.xl\:rounded-br-lg {
border-bottom-right-radius: 0.5rem;
}
.xl\:rounded-bl-lg {
border-bottom-left-radius: 0.5rem;
}
.xl\:rounded-tl-full {
border-top-left-radius: 9999px;
}
.xl\:rounded-tr-full {
border-top-right-radius: 9999px;
}
.xl\:rounded-br-full {
border-bottom-right-radius: 9999px;
}
.xl\:rounded-bl-full {
border-bottom-left-radius: 9999px;
}
.xl\:border-solid {
border-style: solid;
}
.xl\:border-dashed {
border-style: dashed;
}
.xl\:border-dotted {
border-style: dotted;
}
.xl\:border-none {
border-style: none;
}
.xl\:border-0 {
border-width: 0;
}
.xl\:border-2 {
border-width: 2px;
}
.xl\:border-4 {
border-width: 4px;
}
.xl\:border-8 {
border-width: 8px;
}
.xl\:border {
border-width: 1px;
}
.xl\:border-t-0 {
border-top-width: 0;
}
.xl\:border-r-0 {
border-right-width: 0;
}
.xl\:border-b-0 {
border-bottom-width: 0;
}
.xl\:border-l-0 {
border-left-width: 0;
}
.xl\:border-t-2 {
border-top-width: 2px;
}
.xl\:border-r-2 {
border-right-width: 2px;
}
.xl\:border-b-2 {
border-bottom-width: 2px;
}
.xl\:border-l-2 {
border-left-width: 2px;
}
.xl\:border-t-4 {
border-top-width: 4px;
}
.xl\:border-r-4 {
border-right-width: 4px;
}
.xl\:border-b-4 {
border-bottom-width: 4px;
}
.xl\:border-l-4 {
border-left-width: 4px;
}
.xl\:border-t-8 {
border-top-width: 8px;
}
.xl\:border-r-8 {
border-right-width: 8px;
}
.xl\:border-b-8 {
border-bottom-width: 8px;
}
.xl\:border-l-8 {
border-left-width: 8px;
}
.xl\:border-t {
border-top-width: 1px;
}
.xl\:border-r {
border-right-width: 1px;
}
.xl\:border-b {
border-bottom-width: 1px;
}
.xl\:border-l {
border-left-width: 1px;
}
.xl\:cursor-auto {
cursor: auto;
}
.xl\:cursor-default {
cursor: default;
}
.xl\:cursor-pointer {
cursor: pointer;
}
.xl\:cursor-wait {
cursor: wait;
}
.xl\:cursor-text {
cursor: text;
}
.xl\:cursor-move {
cursor: move;
}
.xl\:cursor-not-allowed {
cursor: not-allowed;
}
.xl\:block {
display: block;
}
.xl\:inline-block {
display: inline-block;
}
.xl\:inline {
display: inline;
}
.xl\:flex {
display: flex;
}
.xl\:inline-flex {
display: inline-flex;
}
.xl\:table {
display: table;
}
.xl\:table-row {
display: table-row;
}
.xl\:table-cell {
display: table-cell;
}
.xl\:hidden {
display: none;
}
.group:hover .xl\:group-hover\:block {
display: block;
}
.group:hover .xl\:group-hover\:inline-block {
display: inline-block;
}
.group:hover .xl\:group-hover\:inline {
display: inline;
}
.group:hover .xl\:group-hover\:flex {
display: flex;
}
.group:hover .xl\:group-hover\:inline-flex {
display: inline-flex;
}
.group:hover .xl\:group-hover\:table {
display: table;
}
.group:hover .xl\:group-hover\:table-row {
display: table-row;
}
.group:hover .xl\:group-hover\:table-cell {
display: table-cell;
}
.group:hover .xl\:group-hover\:hidden {
display: none;
}
.xl\:flex-row {
flex-direction: row;
}
.xl\:flex-row-reverse {
flex-direction: row-reverse;
}
.xl\:flex-col {
flex-direction: column;
}
.xl\:flex-col-reverse {
flex-direction: column-reverse;
}
.xl\:flex-wrap {
flex-wrap: wrap;
}
.xl\:flex-wrap-reverse {
flex-wrap: wrap-reverse;
}
.xl\:flex-no-wrap {
flex-wrap: nowrap;
}
.xl\:items-start {
align-items: flex-start;
}
.xl\:items-end {
align-items: flex-end;
}
.xl\:items-center {
align-items: center;
}
.xl\:items-baseline {
align-items: baseline;
}
.xl\:items-stretch {
align-items: stretch;
}
.xl\:self-auto {
align-self: auto;
}
.xl\:self-start {
align-self: flex-start;
}
.xl\:self-end {
align-self: flex-end;
}
.xl\:self-center {
align-self: center;
}
.xl\:self-stretch {
align-self: stretch;
}
.xl\:justify-start {
justify-content: flex-start;
}
.xl\:justify-end {
justify-content: flex-end;
}
.xl\:justify-center {
justify-content: center;
}
.xl\:justify-between {
justify-content: space-between;
}
.xl\:justify-around {
justify-content: space-around;
}
.xl\:hover\:justify-start:hover {
justify-content: flex-start;
}
.xl\:hover\:justify-end:hover {
justify-content: flex-end;
}
.xl\:hover\:justify-center:hover {
justify-content: center;
}
.xl\:hover\:justify-between:hover {
justify-content: space-between;
}
.xl\:hover\:justify-around:hover {
justify-content: space-around;
}
.xl\:focus\:justify-start:focus {
justify-content: flex-start;
}
.xl\:focus\:justify-end:focus {
justify-content: flex-end;
}
.xl\:focus\:justify-center:focus {
justify-content: center;
}
.xl\:focus\:justify-between:focus {
justify-content: space-between;
}
.xl\:focus\:justify-around:focus {
justify-content: space-around;
}
.group:hover .xl\:group-hover\:justify-start {
justify-content: flex-start;
}
.group:hover .xl\:group-hover\:justify-end {
justify-content: flex-end;
}
.group:hover .xl\:group-hover\:justify-center {
justify-content: center;
}
.group:hover .xl\:group-hover\:justify-between {
justify-content: space-between;
}
.group:hover .xl\:group-hover\:justify-around {
justify-content: space-around;
}
.xl\:content-center {
align-content: center;
}
.xl\:content-start {
align-content: flex-start;
}
.xl\:content-end {
align-content: flex-end;
}
.xl\:content-between {
align-content: space-between;
}
.xl\:content-around {
align-content: space-around;
}
.xl\:flex-1 {
flex: 1 1 0%;
}
.xl\:flex-auto {
flex: 1 1 auto;
}
.xl\:flex-initial {
flex: 0 1 auto;
}
.xl\:flex-none {
flex: none;
}
.xl\:flex-grow-0 {
flex-grow: 0;
}
.xl\:flex-grow {
flex-grow: 1;
}
.xl\:flex-shrink-0 {
flex-shrink: 0;
}
.xl\:flex-shrink {
flex-shrink: 1;
}
.xl\:order-1 {
order: 1;
}
.xl\:order-2 {
order: 2;
}
.xl\:order-3 {
order: 3;
}
.xl\:order-4 {
order: 4;
}
.xl\:order-5 {
order: 5;
}
.xl\:order-6 {
order: 6;
}
.xl\:order-7 {
order: 7;
}
.xl\:order-8 {
order: 8;
}
.xl\:order-9 {
order: 9;
}
.xl\:order-10 {
order: 10;
}
.xl\:order-11 {
order: 11;
}
.xl\:order-12 {
order: 12;
}
.xl\:order-first {
order: -9999;
}
.xl\:order-last {
order: 9999;
}
.xl\:order-none {
order: 0;
}
.xl\:float-right {
float: right;
}
.xl\:float-left {
float: left;
}
.xl\:float-none {
float: none;
}
.xl\:clearfix:after {
content: "";
display: table;
clear: both;
}
.xl\:font-sans {
font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
}
.xl\:font-serif {
font-family: Sentinel A, Sentinel B, Bookman Old Style Regular, serif;
}
.xl\:font-hairline {
font-weight: 100;
}
.xl\:font-thin {
font-weight: 200;
}
.xl\:font-light {
font-weight: 300;
}
.xl\:font-normal {
font-weight: 400;
}
.xl\:font-medium {
font-weight: 500;
}
.xl\:font-semibold {
font-weight: 600;
}
.xl\:font-bold {
font-weight: 700;
}
.xl\:font-extrabold {
font-weight: 800;
}
.xl\:font-black {
font-weight: 900;
}
.xl\:hover\:font-hairline:hover {
font-weight: 100;
}
.xl\:hover\:font-thin:hover {
font-weight: 200;
}
.xl\:hover\:font-light:hover {
font-weight: 300;
}
.xl\:hover\:font-normal:hover {
font-weight: 400;
}
.xl\:hover\:font-medium:hover {
font-weight: 500;
}
.xl\:hover\:font-semibold:hover {
font-weight: 600;
}
.xl\:hover\:font-bold:hover {
font-weight: 700;
}
.xl\:hover\:font-extrabold:hover {
font-weight: 800;
}
.xl\:hover\:font-black:hover {
font-weight: 900;
}
.xl\:focus\:font-hairline:focus {
font-weight: 100;
}
.xl\:focus\:font-thin:focus {
font-weight: 200;
}
.xl\:focus\:font-light:focus {
font-weight: 300;
}
.xl\:focus\:font-normal:focus {
font-weight: 400;
}
.xl\:focus\:font-medium:focus {
font-weight: 500;
}
.xl\:focus\:font-semibold:focus {
font-weight: 600;
}
.xl\:focus\:font-bold:focus {
font-weight: 700;
}
.xl\:focus\:font-extrabold:focus {
font-weight: 800;
}
.xl\:focus\:font-black:focus {
font-weight: 900;
}
.xl\:h-0 {
height: 0;
}
.xl\:h-1 {
height: 0.25rem;
}
.xl\:h-2 {
height: 0.5rem;
}
.xl\:h-3 {
height: 0.75rem;
}
.xl\:h-4 {
height: 1rem;
}
.xl\:h-5 {
height: 1.25rem;
}
.xl\:h-6 {
height: 1.5rem;
}
.xl\:h-8 {
height: 2rem;
}
.xl\:h-10 {
height: 2.5rem;
}
.xl\:h-12 {
height: 3rem;
}
.xl\:h-16 {
height: 4rem;
}
.xl\:h-20 {
height: 5rem;
}
.xl\:h-24 {
height: 6rem;
}
.xl\:h-32 {
height: 8rem;
}
.xl\:h-40 {
height: 10rem;
}
.xl\:h-48 {
height: 12rem;
}
.xl\:h-56 {
height: 14rem;
}
.xl\:h-64 {
height: 16rem;
}
.xl\:h-360 {
height: 90rem;
}
.xl\:h-auto {
height: auto;
}
.xl\:h-px {
height: 1px;
}
.xl\:h-full {
height: 100%;
}
.xl\:h-screen {
height: 100vh;
}
.xl\:leading-none {
line-height: 1;
}
.xl\:leading-tight {
line-height: 1.25;
}
.xl\:leading-snug {
line-height: 1.375;
}
.xl\:leading-normal {
line-height: 1.5;
}
.xl\:leading-relaxed {
line-height: 1.625;
}
.xl\:leading-loose {
line-height: 2;
}
.xl\:list-inside {
list-style-position: inside;
}
.xl\:list-outside {
list-style-position: outside;
}
.xl\:list-none {
list-style-type: none;
}
.xl\:list-disc {
list-style-type: disc;
}
.xl\:list-decimal {
list-style-type: decimal;
}
.xl\:m-0 {
margin: 0;
}
.xl\:m-1 {
margin: 0.25rem;
}
.xl\:m-2 {
margin: 0.5rem;
}
.xl\:m-3 {
margin: 0.75rem;
}
.xl\:m-4 {
margin: 1rem;
}
.xl\:m-5 {
margin: 1.25rem;
}
.xl\:m-6 {
margin: 1.5rem;
}
.xl\:m-8 {
margin: 2rem;
}
.xl\:m-10 {
margin: 2.5rem;
}
.xl\:m-12 {
margin: 3rem;
}
.xl\:m-16 {
margin: 4rem;
}
.xl\:m-20 {
margin: 5rem;
}
.xl\:m-24 {
margin: 6rem;
}
.xl\:m-32 {
margin: 8rem;
}
.xl\:m-40 {
margin: 10rem;
}
.xl\:m-48 {
margin: 12rem;
}
.xl\:m-56 {
margin: 14rem;
}
.xl\:m-64 {
margin: 16rem;
}
.xl\:m-360 {
margin: 90rem;
}
.xl\:m-auto {
margin: auto;
}
.xl\:m-px {
margin: 1px;
}
.xl\:-m-1 {
margin: -0.25rem;
}
.xl\:-m-2 {
margin: -0.5rem;
}
.xl\:-m-3 {
margin: -0.75rem;
}
.xl\:-m-4 {
margin: -1rem;
}
.xl\:-m-5 {
margin: -1.25rem;
}
.xl\:-m-6 {
margin: -1.5rem;
}
.xl\:-m-8 {
margin: -2rem;
}
.xl\:-m-10 {
margin: -2.5rem;
}
.xl\:-m-12 {
margin: -3rem;
}
.xl\:-m-16 {
margin: -4rem;
}
.xl\:-m-20 {
margin: -5rem;
}
.xl\:-m-24 {
margin: -6rem;
}
.xl\:-m-32 {
margin: -8rem;
}
.xl\:-m-40 {
margin: -10rem;
}
.xl\:-m-48 {
margin: -12rem;
}
.xl\:-m-56 {
margin: -14rem;
}
.xl\:-m-64 {
margin: -16rem;
}
.xl\:-m-360 {
margin: -90rem;
}
.xl\:-m-px {
margin: -1px;
}
.xl\:my-0 {
margin-top: 0;
margin-bottom: 0;
}
.xl\:mx-0 {
margin-left: 0;
margin-right: 0;
}
.xl\:my-1 {
margin-top: 0.25rem;
margin-bottom: 0.25rem;
}
.xl\:mx-1 {
margin-left: 0.25rem;
margin-right: 0.25rem;
}
.xl\:my-2 {
margin-top: 0.5rem;
margin-bottom: 0.5rem;
}
.xl\:mx-2 {
margin-left: 0.5rem;
margin-right: 0.5rem;
}
.xl\:my-3 {
margin-top: 0.75rem;
margin-bottom: 0.75rem;
}
.xl\:mx-3 {
margin-left: 0.75rem;
margin-right: 0.75rem;
}
.xl\:my-4 {
margin-top: 1rem;
margin-bottom: 1rem;
}
.xl\:mx-4 {
margin-left: 1rem;
margin-right: 1rem;
}
.xl\:my-5 {
margin-top: 1.25rem;
margin-bottom: 1.25rem;
}
.xl\:mx-5 {
margin-left: 1.25rem;
margin-right: 1.25rem;
}
.xl\:my-6 {
margin-top: 1.5rem;
margin-bottom: 1.5rem;
}
.xl\:mx-6 {
margin-left: 1.5rem;
margin-right: 1.5rem;
}
.xl\:my-8 {
margin-top: 2rem;
margin-bottom: 2rem;
}
.xl\:mx-8 {
margin-left: 2rem;
margin-right: 2rem;
}
.xl\:my-10 {
margin-top: 2.5rem;
margin-bottom: 2.5rem;
}
.xl\:mx-10 {
margin-left: 2.5rem;
margin-right: 2.5rem;
}
.xl\:my-12 {
margin-top: 3rem;
margin-bottom: 3rem;
}
.xl\:mx-12 {
margin-left: 3rem;
margin-right: 3rem;
}
.xl\:my-16 {
margin-top: 4rem;
margin-bottom: 4rem;
}
.xl\:mx-16 {
margin-left: 4rem;
margin-right: 4rem;
}
.xl\:my-20 {
margin-top: 5rem;
margin-bottom: 5rem;
}
.xl\:mx-20 {
margin-left: 5rem;
margin-right: 5rem;
}
.xl\:my-24 {
margin-top: 6rem;
margin-bottom: 6rem;
}
.xl\:mx-24 {
margin-left: 6rem;
margin-right: 6rem;
}
.xl\:my-32 {
margin-top: 8rem;
margin-bottom: 8rem;
}
.xl\:mx-32 {
margin-left: 8rem;
margin-right: 8rem;
}
.xl\:my-40 {
margin-top: 10rem;
margin-bottom: 10rem;
}
.xl\:mx-40 {
margin-left: 10rem;
margin-right: 10rem;
}
.xl\:my-48 {
margin-top: 12rem;
margin-bottom: 12rem;
}
.xl\:mx-48 {
margin-left: 12rem;
margin-right: 12rem;
}
.xl\:my-56 {
margin-top: 14rem;
margin-bottom: 14rem;
}
.xl\:mx-56 {
margin-left: 14rem;
margin-right: 14rem;
}
.xl\:my-64 {
margin-top: 16rem;
margin-bottom: 16rem;
}
.xl\:mx-64 {
margin-left: 16rem;
margin-right: 16rem;
}
.xl\:my-360 {
margin-top: 90rem;
margin-bottom: 90rem;
}
.xl\:mx-360 {
margin-left: 90rem;
margin-right: 90rem;
}
.xl\:my-auto {
margin-top: auto;
margin-bottom: auto;
}
.xl\:mx-auto {
margin-left: auto;
margin-right: auto;
}
.xl\:my-px {
margin-top: 1px;
margin-bottom: 1px;
}
.xl\:mx-px {
margin-left: 1px;
margin-right: 1px;
}
.xl\:-my-1 {
margin-top: -0.25rem;
margin-bottom: -0.25rem;
}
.xl\:-mx-1 {
margin-left: -0.25rem;
margin-right: -0.25rem;
}
.xl\:-my-2 {
margin-top: -0.5rem;
margin-bottom: -0.5rem;
}
.xl\:-mx-2 {
margin-left: -0.5rem;
margin-right: -0.5rem;
}
.xl\:-my-3 {
margin-top: -0.75rem;
margin-bottom: -0.75rem;
}
.xl\:-mx-3 {
margin-left: -0.75rem;
margin-right: -0.75rem;
}
.xl\:-my-4 {
margin-top: -1rem;
margin-bottom: -1rem;
}
.xl\:-mx-4 {
margin-left: -1rem;
margin-right: -1rem;
}
.xl\:-my-5 {
margin-top: -1.25rem;
margin-bottom: -1.25rem;
}
.xl\:-mx-5 {
margin-left: -1.25rem;
margin-right: -1.25rem;
}
.xl\:-my-6 {
margin-top: -1.5rem;
margin-bottom: -1.5rem;
}
.xl\:-mx-6 {
margin-left: -1.5rem;
margin-right: -1.5rem;
}
.xl\:-my-8 {
margin-top: -2rem;
margin-bottom: -2rem;
}
.xl\:-mx-8 {
margin-left: -2rem;
margin-right: -2rem;
}
.xl\:-my-10 {
margin-top: -2.5rem;
margin-bottom: -2.5rem;
}
.xl\:-mx-10 {
margin-left: -2.5rem;
margin-right: -2.5rem;
}
.xl\:-my-12 {
margin-top: -3rem;
margin-bottom: -3rem;
}
.xl\:-mx-12 {
margin-left: -3rem;
margin-right: -3rem;
}
.xl\:-my-16 {
margin-top: -4rem;
margin-bottom: -4rem;
}
.xl\:-mx-16 {
margin-left: -4rem;
margin-right: -4rem;
}
.xl\:-my-20 {
margin-top: -5rem;
margin-bottom: -5rem;
}
.xl\:-mx-20 {
margin-left: -5rem;
margin-right: -5rem;
}
.xl\:-my-24 {
margin-top: -6rem;
margin-bottom: -6rem;
}
.xl\:-mx-24 {
margin-left: -6rem;
margin-right: -6rem;
}
.xl\:-my-32 {
margin-top: -8rem;
margin-bottom: -8rem;
}
.xl\:-mx-32 {
margin-left: -8rem;
margin-right: -8rem;
}
.xl\:-my-40 {
margin-top: -10rem;
margin-bottom: -10rem;
}
.xl\:-mx-40 {
margin-left: -10rem;
margin-right: -10rem;
}
.xl\:-my-48 {
margin-top: -12rem;
margin-bottom: -12rem;
}
.xl\:-mx-48 {
margin-left: -12rem;
margin-right: -12rem;
}
.xl\:-my-56 {
margin-top: -14rem;
margin-bottom: -14rem;
}
.xl\:-mx-56 {
margin-left: -14rem;
margin-right: -14rem;
}
.xl\:-my-64 {
margin-top: -16rem;
margin-bottom: -16rem;
}
.xl\:-mx-64 {
margin-left: -16rem;
margin-right: -16rem;
}
.xl\:-my-360 {
margin-top: -90rem;
margin-bottom: -90rem;
}
.xl\:-mx-360 {
margin-left: -90rem;
margin-right: -90rem;
}
.xl\:-my-px {
margin-top: -1px;
margin-bottom: -1px;
}
.xl\:-mx-px {
margin-left: -1px;
margin-right: -1px;
}
.xl\:mt-0 {
margin-top: 0;
}
.xl\:mr-0 {
margin-right: 0;
}
.xl\:mb-0 {
margin-bottom: 0;
}
.xl\:ml-0 {
margin-left: 0;
}
.xl\:mt-1 {
margin-top: 0.25rem;
}
.xl\:mr-1 {
margin-right: 0.25rem;
}
.xl\:mb-1 {
margin-bottom: 0.25rem;
}
.xl\:ml-1 {
margin-left: 0.25rem;
}
.xl\:mt-2 {
margin-top: 0.5rem;
}
.xl\:mr-2 {
margin-right: 0.5rem;
}
.xl\:mb-2 {
margin-bottom: 0.5rem;
}
.xl\:ml-2 {
margin-left: 0.5rem;
}
.xl\:mt-3 {
margin-top: 0.75rem;
}
.xl\:mr-3 {
margin-right: 0.75rem;
}
.xl\:mb-3 {
margin-bottom: 0.75rem;
}
.xl\:ml-3 {
margin-left: 0.75rem;
}
.xl\:mt-4 {
margin-top: 1rem;
}
.xl\:mr-4 {
margin-right: 1rem;
}
.xl\:mb-4 {
margin-bottom: 1rem;
}
.xl\:ml-4 {
margin-left: 1rem;
}
.xl\:mt-5 {
margin-top: 1.25rem;
}
.xl\:mr-5 {
margin-right: 1.25rem;
}
.xl\:mb-5 {
margin-bottom: 1.25rem;
}
.xl\:ml-5 {
margin-left: 1.25rem;
}
.xl\:mt-6 {
margin-top: 1.5rem;
}
.xl\:mr-6 {
margin-right: 1.5rem;
}
.xl\:mb-6 {
margin-bottom: 1.5rem;
}
.xl\:ml-6 {
margin-left: 1.5rem;
}
.xl\:mt-8 {
margin-top: 2rem;
}
.xl\:mr-8 {
margin-right: 2rem;
}
.xl\:mb-8 {
margin-bottom: 2rem;
}
.xl\:ml-8 {
margin-left: 2rem;
}
.xl\:mt-10 {
margin-top: 2.5rem;
}
.xl\:mr-10 {
margin-right: 2.5rem;
}
.xl\:mb-10 {
margin-bottom: 2.5rem;
}
.xl\:ml-10 {
margin-left: 2.5rem;
}
.xl\:mt-12 {
margin-top: 3rem;
}
.xl\:mr-12 {
margin-right: 3rem;
}
.xl\:mb-12 {
margin-bottom: 3rem;
}
.xl\:ml-12 {
margin-left: 3rem;
}
.xl\:mt-16 {
margin-top: 4rem;
}
.xl\:mr-16 {
margin-right: 4rem;
}
.xl\:mb-16 {
margin-bottom: 4rem;
}
.xl\:ml-16 {
margin-left: 4rem;
}
.xl\:mt-20 {
margin-top: 5rem;
}
.xl\:mr-20 {
margin-right: 5rem;
}
.xl\:mb-20 {
margin-bottom: 5rem;
}
.xl\:ml-20 {
margin-left: 5rem;
}
.xl\:mt-24 {
margin-top: 6rem;
}
.xl\:mr-24 {
margin-right: 6rem;
}
.xl\:mb-24 {
margin-bottom: 6rem;
}
.xl\:ml-24 {
margin-left: 6rem;
}
.xl\:mt-32 {
margin-top: 8rem;
}
.xl\:mr-32 {
margin-right: 8rem;
}
.xl\:mb-32 {
margin-bottom: 8rem;
}
.xl\:ml-32 {
margin-left: 8rem;
}
.xl\:mt-40 {
margin-top: 10rem;
}
.xl\:mr-40 {
margin-right: 10rem;
}
.xl\:mb-40 {
margin-bottom: 10rem;
}
.xl\:ml-40 {
margin-left: 10rem;
}
.xl\:mt-48 {
margin-top: 12rem;
}
.xl\:mr-48 {
margin-right: 12rem;
}
.xl\:mb-48 {
margin-bottom: 12rem;
}
.xl\:ml-48 {
margin-left: 12rem;
}
.xl\:mt-56 {
margin-top: 14rem;
}
.xl\:mr-56 {
margin-right: 14rem;
}
.xl\:mb-56 {
margin-bottom: 14rem;
}
.xl\:ml-56 {
margin-left: 14rem;
}
.xl\:mt-64 {
margin-top: 16rem;
}
.xl\:mr-64 {
margin-right: 16rem;
}
.xl\:mb-64 {
margin-bottom: 16rem;
}
.xl\:ml-64 {
margin-left: 16rem;
}
.xl\:mt-360 {
margin-top: 90rem;
}
.xl\:mr-360 {
margin-right: 90rem;
}
.xl\:mb-360 {
margin-bottom: 90rem;
}
.xl\:ml-360 {
margin-left: 90rem;
}
.xl\:mt-auto {
margin-top: auto;
}
.xl\:mr-auto {
margin-right: auto;
}
.xl\:mb-auto {
margin-bottom: auto;
}
.xl\:ml-auto {
margin-left: auto;
}
.xl\:mt-px {
margin-top: 1px;
}
.xl\:mr-px {
margin-right: 1px;
}
.xl\:mb-px {
margin-bottom: 1px;
}
.xl\:ml-px {
margin-left: 1px;
}
.xl\:-mt-1 {
margin-top: -0.25rem;
}
.xl\:-mr-1 {
margin-right: -0.25rem;
}
.xl\:-mb-1 {
margin-bottom: -0.25rem;
}
.xl\:-ml-1 {
margin-left: -0.25rem;
}
.xl\:-mt-2 {
margin-top: -0.5rem;
}
.xl\:-mr-2 {
margin-right: -0.5rem;
}
.xl\:-mb-2 {
margin-bottom: -0.5rem;
}
.xl\:-ml-2 {
margin-left: -0.5rem;
}
.xl\:-mt-3 {
margin-top: -0.75rem;
}
.xl\:-mr-3 {
margin-right: -0.75rem;
}
.xl\:-mb-3 {
margin-bottom: -0.75rem;
}
.xl\:-ml-3 {
margin-left: -0.75rem;
}
.xl\:-mt-4 {
margin-top: -1rem;
}
.xl\:-mr-4 {
margin-right: -1rem;
}
.xl\:-mb-4 {
margin-bottom: -1rem;
}
.xl\:-ml-4 {
margin-left: -1rem;
}
.xl\:-mt-5 {
margin-top: -1.25rem;
}
.xl\:-mr-5 {
margin-right: -1.25rem;
}
.xl\:-mb-5 {
margin-bottom: -1.25rem;
}
.xl\:-ml-5 {
margin-left: -1.25rem;
}
.xl\:-mt-6 {
margin-top: -1.5rem;
}
.xl\:-mr-6 {
margin-right: -1.5rem;
}
.xl\:-mb-6 {
margin-bottom: -1.5rem;
}
.xl\:-ml-6 {
margin-left: -1.5rem;
}
.xl\:-mt-8 {
margin-top: -2rem;
}
.xl\:-mr-8 {
margin-right: -2rem;
}
.xl\:-mb-8 {
margin-bottom: -2rem;
}
.xl\:-ml-8 {
margin-left: -2rem;
}
.xl\:-mt-10 {
margin-top: -2.5rem;
}
.xl\:-mr-10 {
margin-right: -2.5rem;
}
.xl\:-mb-10 {
margin-bottom: -2.5rem;
}
.xl\:-ml-10 {
margin-left: -2.5rem;
}
.xl\:-mt-12 {
margin-top: -3rem;
}
.xl\:-mr-12 {
margin-right: -3rem;
}
.xl\:-mb-12 {
margin-bottom: -3rem;
}
.xl\:-ml-12 {
margin-left: -3rem;
}
.xl\:-mt-16 {
margin-top: -4rem;
}
.xl\:-mr-16 {
margin-right: -4rem;
}
.xl\:-mb-16 {
margin-bottom: -4rem;
}
.xl\:-ml-16 {
margin-left: -4rem;
}
.xl\:-mt-20 {
margin-top: -5rem;
}
.xl\:-mr-20 {
margin-right: -5rem;
}
.xl\:-mb-20 {
margin-bottom: -5rem;
}
.xl\:-ml-20 {
margin-left: -5rem;
}
.xl\:-mt-24 {
margin-top: -6rem;
}
.xl\:-mr-24 {
margin-right: -6rem;
}
.xl\:-mb-24 {
margin-bottom: -6rem;
}
.xl\:-ml-24 {
margin-left: -6rem;
}
.xl\:-mt-32 {
margin-top: -8rem;
}
.xl\:-mr-32 {
margin-right: -8rem;
}
.xl\:-mb-32 {
margin-bottom: -8rem;
}
.xl\:-ml-32 {
margin-left: -8rem;
}
.xl\:-mt-40 {
margin-top: -10rem;
}
.xl\:-mr-40 {
margin-right: -10rem;
}
.xl\:-mb-40 {
margin-bottom: -10rem;
}
.xl\:-ml-40 {
margin-left: -10rem;
}
.xl\:-mt-48 {
margin-top: -12rem;
}
.xl\:-mr-48 {
margin-right: -12rem;
}
.xl\:-mb-48 {
margin-bottom: -12rem;
}
.xl\:-ml-48 {
margin-left: -12rem;
}
.xl\:-mt-56 {
margin-top: -14rem;
}
.xl\:-mr-56 {
margin-right: -14rem;
}
.xl\:-mb-56 {
margin-bottom: -14rem;
}
.xl\:-ml-56 {
margin-left: -14rem;
}
.xl\:-mt-64 {
margin-top: -16rem;
}
.xl\:-mr-64 {
margin-right: -16rem;
}
.xl\:-mb-64 {
margin-bottom: -16rem;
}
.xl\:-ml-64 {
margin-left: -16rem;
}
.xl\:-mt-360 {
margin-top: -90rem;
}
.xl\:-mr-360 {
margin-right: -90rem;
}
.xl\:-mb-360 {
margin-bottom: -90rem;
}
.xl\:-ml-360 {
margin-left: -90rem;
}
.xl\:-mt-px {
margin-top: -1px;
}
.xl\:-mr-px {
margin-right: -1px;
}
.xl\:-mb-px {
margin-bottom: -1px;
}
.xl\:-ml-px {
margin-left: -1px;
}
.xl\:hover\:m-0:hover {
margin: 0;
}
.xl\:hover\:m-1:hover {
margin: 0.25rem;
}
.xl\:hover\:m-2:hover {
margin: 0.5rem;
}
.xl\:hover\:m-3:hover {
margin: 0.75rem;
}
.xl\:hover\:m-4:hover {
margin: 1rem;
}
.xl\:hover\:m-5:hover {
margin: 1.25rem;
}
.xl\:hover\:m-6:hover {
margin: 1.5rem;
}
.xl\:hover\:m-8:hover {
margin: 2rem;
}
.xl\:hover\:m-10:hover {
margin: 2.5rem;
}
.xl\:hover\:m-12:hover {
margin: 3rem;
}
.xl\:hover\:m-16:hover {
margin: 4rem;
}
.xl\:hover\:m-20:hover {
margin: 5rem;
}
.xl\:hover\:m-24:hover {
margin: 6rem;
}
.xl\:hover\:m-32:hover {
margin: 8rem;
}
.xl\:hover\:m-40:hover {
margin: 10rem;
}
.xl\:hover\:m-48:hover {
margin: 12rem;
}
.xl\:hover\:m-56:hover {
margin: 14rem;
}
.xl\:hover\:m-64:hover {
margin: 16rem;
}
.xl\:hover\:m-360:hover {
margin: 90rem;
}
.xl\:hover\:m-auto:hover {
margin: auto;
}
.xl\:hover\:m-px:hover {
margin: 1px;
}
.xl\:hover\:-m-1:hover {
margin: -0.25rem;
}
.xl\:hover\:-m-2:hover {
margin: -0.5rem;
}
.xl\:hover\:-m-3:hover {
margin: -0.75rem;
}
.xl\:hover\:-m-4:hover {
margin: -1rem;
}
.xl\:hover\:-m-5:hover {
margin: -1.25rem;
}
.xl\:hover\:-m-6:hover {
margin: -1.5rem;
}
.xl\:hover\:-m-8:hover {
margin: -2rem;
}
.xl\:hover\:-m-10:hover {
margin: -2.5rem;
}
.xl\:hover\:-m-12:hover {
margin: -3rem;
}
.xl\:hover\:-m-16:hover {
margin: -4rem;
}
.xl\:hover\:-m-20:hover {
margin: -5rem;
}
.xl\:hover\:-m-24:hover {
margin: -6rem;
}
.xl\:hover\:-m-32:hover {
margin: -8rem;
}
.xl\:hover\:-m-40:hover {
margin: -10rem;
}
.xl\:hover\:-m-48:hover {
margin: -12rem;
}
.xl\:hover\:-m-56:hover {
margin: -14rem;
}
.xl\:hover\:-m-64:hover {
margin: -16rem;
}
.xl\:hover\:-m-360:hover {
margin: -90rem;
}
.xl\:hover\:-m-px:hover {
margin: -1px;
}
.xl\:hover\:my-0:hover {
margin-top: 0;
margin-bottom: 0;
}
.xl\:hover\:mx-0:hover {
margin-left: 0;
margin-right: 0;
}
.xl\:hover\:my-1:hover {
margin-top: 0.25rem;
margin-bottom: 0.25rem;
}
.xl\:hover\:mx-1:hover {
margin-left: 0.25rem;
margin-right: 0.25rem;
}
.xl\:hover\:my-2:hover {
margin-top: 0.5rem;
margin-bottom: 0.5rem;
}
.xl\:hover\:mx-2:hover {
margin-left: 0.5rem;
margin-right: 0.5rem;
}
.xl\:hover\:my-3:hover {
margin-top: 0.75rem;
margin-bottom: 0.75rem;
}
.xl\:hover\:mx-3:hover {
margin-left: 0.75rem;
margin-right: 0.75rem;
}
.xl\:hover\:my-4:hover {
margin-top: 1rem;
margin-bottom: 1rem;
}
.xl\:hover\:mx-4:hover {
margin-left: 1rem;
margin-right: 1rem;
}
.xl\:hover\:my-5:hover {
margin-top: 1.25rem;
margin-bottom: 1.25rem;
}
.xl\:hover\:mx-5:hover {
margin-left: 1.25rem;
margin-right: 1.25rem;
}
.xl\:hover\:my-6:hover {
margin-top: 1.5rem;
margin-bottom: 1.5rem;
}
.xl\:hover\:mx-6:hover {
margin-left: 1.5rem;
margin-right: 1.5rem;
}
.xl\:hover\:my-8:hover {
margin-top: 2rem;
margin-bottom: 2rem;
}
.xl\:hover\:mx-8:hover {
margin-left: 2rem;
margin-right: 2rem;
}
.xl\:hover\:my-10:hover {
margin-top: 2.5rem;
margin-bottom: 2.5rem;
}
.xl\:hover\:mx-10:hover {
margin-left: 2.5rem;
margin-right: 2.5rem;
}
.xl\:hover\:my-12:hover {
margin-top: 3rem;
margin-bottom: 3rem;
}
.xl\:hover\:mx-12:hover {
margin-left: 3rem;
margin-right: 3rem;
}
.xl\:hover\:my-16:hover {
margin-top: 4rem;
margin-bottom: 4rem;
}
.xl\:hover\:mx-16:hover {
margin-left: 4rem;
margin-right: 4rem;
}
.xl\:hover\:my-20:hover {
margin-top: 5rem;
margin-bottom: 5rem;
}
.xl\:hover\:mx-20:hover {
margin-left: 5rem;
margin-right: 5rem;
}
.xl\:hover\:my-24:hover {
margin-top: 6rem;
margin-bottom: 6rem;
}
.xl\:hover\:mx-24:hover {
margin-left: 6rem;
margin-right: 6rem;
}
.xl\:hover\:my-32:hover {
margin-top: 8rem;
margin-bottom: 8rem;
}
.xl\:hover\:mx-32:hover {
margin-left: 8rem;
margin-right: 8rem;
}
.xl\:hover\:my-40:hover {
margin-top: 10rem;
margin-bottom: 10rem;
}
.xl\:hover\:mx-40:hover {
margin-left: 10rem;
margin-right: 10rem;
}
.xl\:hover\:my-48:hover {
margin-top: 12rem;
margin-bottom: 12rem;
}
.xl\:hover\:mx-48:hover {
margin-left: 12rem;
margin-right: 12rem;
}
.xl\:hover\:my-56:hover {
margin-top: 14rem;
margin-bottom: 14rem;
}
.xl\:hover\:mx-56:hover {
margin-left: 14rem;
margin-right: 14rem;
}
.xl\:hover\:my-64:hover {
margin-top: 16rem;
margin-bottom: 16rem;
}
.xl\:hover\:mx-64:hover {
margin-left: 16rem;
margin-right: 16rem;
}
.xl\:hover\:my-360:hover {
margin-top: 90rem;
margin-bottom: 90rem;
}
.xl\:hover\:mx-360:hover {
margin-left: 90rem;
margin-right: 90rem;
}
.xl\:hover\:my-auto:hover {
margin-top: auto;
margin-bottom: auto;
}
.xl\:hover\:mx-auto:hover {
margin-left: auto;
margin-right: auto;
}
.xl\:hover\:my-px:hover {
margin-top: 1px;
margin-bottom: 1px;
}
.xl\:hover\:mx-px:hover {
margin-left: 1px;
margin-right: 1px;
}
.xl\:hover\:-my-1:hover {
margin-top: -0.25rem;
margin-bottom: -0.25rem;
}
.xl\:hover\:-mx-1:hover {
margin-left: -0.25rem;
margin-right: -0.25rem;
}
.xl\:hover\:-my-2:hover {
margin-top: -0.5rem;
margin-bottom: -0.5rem;
}
.xl\:hover\:-mx-2:hover {
margin-left: -0.5rem;
margin-right: -0.5rem;
}
.xl\:hover\:-my-3:hover {
margin-top: -0.75rem;
margin-bottom: -0.75rem;
}
.xl\:hover\:-mx-3:hover {
margin-left: -0.75rem;
margin-right: -0.75rem;
}
.xl\:hover\:-my-4:hover {
margin-top: -1rem;
margin-bottom: -1rem;
}
.xl\:hover\:-mx-4:hover {
margin-left: -1rem;
margin-right: -1rem;
}
.xl\:hover\:-my-5:hover {
margin-top: -1.25rem;
margin-bottom: -1.25rem;
}
.xl\:hover\:-mx-5:hover {
margin-left: -1.25rem;
margin-right: -1.25rem;
}
.xl\:hover\:-my-6:hover {
margin-top: -1.5rem;
margin-bottom: -1.5rem;
}
.xl\:hover\:-mx-6:hover {
margin-left: -1.5rem;
margin-right: -1.5rem;
}
.xl\:hover\:-my-8:hover {
margin-top: -2rem;
margin-bottom: -2rem;
}
.xl\:hover\:-mx-8:hover {
margin-left: -2rem;
margin-right: -2rem;
}
.xl\:hover\:-my-10:hover {
margin-top: -2.5rem;
margin-bottom: -2.5rem;
}
.xl\:hover\:-mx-10:hover {
margin-left: -2.5rem;
margin-right: -2.5rem;
}
.xl\:hover\:-my-12:hover {
margin-top: -3rem;
margin-bottom: -3rem;
}
.xl\:hover\:-mx-12:hover {
margin-left: -3rem;
margin-right: -3rem;
}
.xl\:hover\:-my-16:hover {
margin-top: -4rem;
margin-bottom: -4rem;
}
.xl\:hover\:-mx-16:hover {
margin-left: -4rem;
margin-right: -4rem;
}
.xl\:hover\:-my-20:hover {
margin-top: -5rem;
margin-bottom: -5rem;
}
.xl\:hover\:-mx-20:hover {
margin-left: -5rem;
margin-right: -5rem;
}
.xl\:hover\:-my-24:hover {
margin-top: -6rem;
margin-bottom: -6rem;
}
.xl\:hover\:-mx-24:hover {
margin-left: -6rem;
margin-right: -6rem;
}
.xl\:hover\:-my-32:hover {
margin-top: -8rem;
margin-bottom: -8rem;
}
.xl\:hover\:-mx-32:hover {
margin-left: -8rem;
margin-right: -8rem;
}
.xl\:hover\:-my-40:hover {
margin-top: -10rem;
margin-bottom: -10rem;
}
.xl\:hover\:-mx-40:hover {
margin-left: -10rem;
margin-right: -10rem;
}
.xl\:hover\:-my-48:hover {
margin-top: -12rem;
margin-bottom: -12rem;
}
.xl\:hover\:-mx-48:hover {
margin-left: -12rem;
margin-right: -12rem;
}
.xl\:hover\:-my-56:hover {
margin-top: -14rem;
margin-bottom: -14rem;
}
.xl\:hover\:-mx-56:hover {
margin-left: -14rem;
margin-right: -14rem;
}
.xl\:hover\:-my-64:hover {
margin-top: -16rem;
margin-bottom: -16rem;
}
.xl\:hover\:-mx-64:hover {
margin-left: -16rem;
margin-right: -16rem;
}
.xl\:hover\:-my-360:hover {
margin-top: -90rem;
margin-bottom: -90rem;
}
.xl\:hover\:-mx-360:hover {
margin-left: -90rem;
margin-right: -90rem;
}
.xl\:hover\:-my-px:hover {
margin-top: -1px;
margin-bottom: -1px;
}
.xl\:hover\:-mx-px:hover {
margin-left: -1px;
margin-right: -1px;
}
.xl\:hover\:mt-0:hover {
margin-top: 0;
}
.xl\:hover\:mr-0:hover {
margin-right: 0;
}
.xl\:hover\:mb-0:hover {
margin-bottom: 0;
}
.xl\:hover\:ml-0:hover {
margin-left: 0;
}
.xl\:hover\:mt-1:hover {
margin-top: 0.25rem;
}
.xl\:hover\:mr-1:hover {
margin-right: 0.25rem;
}
.xl\:hover\:mb-1:hover {
margin-bottom: 0.25rem;
}
.xl\:hover\:ml-1:hover {
margin-left: 0.25rem;
}
.xl\:hover\:mt-2:hover {
margin-top: 0.5rem;
}
.xl\:hover\:mr-2:hover {
margin-right: 0.5rem;
}
.xl\:hover\:mb-2:hover {
margin-bottom: 0.5rem;
}
.xl\:hover\:ml-2:hover {
margin-left: 0.5rem;
}
.xl\:hover\:mt-3:hover {
margin-top: 0.75rem;
}
.xl\:hover\:mr-3:hover {
margin-right: 0.75rem;
}
.xl\:hover\:mb-3:hover {
margin-bottom: 0.75rem;
}
.xl\:hover\:ml-3:hover {
margin-left: 0.75rem;
}
.xl\:hover\:mt-4:hover {
margin-top: 1rem;
}
.xl\:hover\:mr-4:hover {
margin-right: 1rem;
}
.xl\:hover\:mb-4:hover {
margin-bottom: 1rem;
}
.xl\:hover\:ml-4:hover {
margin-left: 1rem;
}
.xl\:hover\:mt-5:hover {
margin-top: 1.25rem;
}
.xl\:hover\:mr-5:hover {
margin-right: 1.25rem;
}
.xl\:hover\:mb-5:hover {
margin-bottom: 1.25rem;
}
.xl\:hover\:ml-5:hover {
margin-left: 1.25rem;
}
.xl\:hover\:mt-6:hover {
margin-top: 1.5rem;
}
.xl\:hover\:mr-6:hover {
margin-right: 1.5rem;
}
.xl\:hover\:mb-6:hover {
margin-bottom: 1.5rem;
}
.xl\:hover\:ml-6:hover {
margin-left: 1.5rem;
}
.xl\:hover\:mt-8:hover {
margin-top: 2rem;
}
.xl\:hover\:mr-8:hover {
margin-right: 2rem;
}
.xl\:hover\:mb-8:hover {
margin-bottom: 2rem;
}
.xl\:hover\:ml-8:hover {
margin-left: 2rem;
}
.xl\:hover\:mt-10:hover {
margin-top: 2.5rem;
}
.xl\:hover\:mr-10:hover {
margin-right: 2.5rem;
}
.xl\:hover\:mb-10:hover {
margin-bottom: 2.5rem;
}
.xl\:hover\:ml-10:hover {
margin-left: 2.5rem;
}
.xl\:hover\:mt-12:hover {
margin-top: 3rem;
}
.xl\:hover\:mr-12:hover {
margin-right: 3rem;
}
.xl\:hover\:mb-12:hover {
margin-bottom: 3rem;
}
.xl\:hover\:ml-12:hover {
margin-left: 3rem;
}
.xl\:hover\:mt-16:hover {
margin-top: 4rem;
}
.xl\:hover\:mr-16:hover {
margin-right: 4rem;
}
.xl\:hover\:mb-16:hover {
margin-bottom: 4rem;
}
.xl\:hover\:ml-16:hover {
margin-left: 4rem;
}
.xl\:hover\:mt-20:hover {
margin-top: 5rem;
}
.xl\:hover\:mr-20:hover {
margin-right: 5rem;
}
.xl\:hover\:mb-20:hover {
margin-bottom: 5rem;
}
.xl\:hover\:ml-20:hover {
margin-left: 5rem;
}
.xl\:hover\:mt-24:hover {
margin-top: 6rem;
}
.xl\:hover\:mr-24:hover {
margin-right: 6rem;
}
.xl\:hover\:mb-24:hover {
margin-bottom: 6rem;
}
.xl\:hover\:ml-24:hover {
margin-left: 6rem;
}
.xl\:hover\:mt-32:hover {
margin-top: 8rem;
}
.xl\:hover\:mr-32:hover {
margin-right: 8rem;
}
.xl\:hover\:mb-32:hover {
margin-bottom: 8rem;
}
.xl\:hover\:ml-32:hover {
margin-left: 8rem;
}
.xl\:hover\:mt-40:hover {
margin-top: 10rem;
}
.xl\:hover\:mr-40:hover {
margin-right: 10rem;
}
.xl\:hover\:mb-40:hover {
margin-bottom: 10rem;
}
.xl\:hover\:ml-40:hover {
margin-left: 10rem;
}
.xl\:hover\:mt-48:hover {
margin-top: 12rem;
}
.xl\:hover\:mr-48:hover {
margin-right: 12rem;
}
.xl\:hover\:mb-48:hover {
margin-bottom: 12rem;
}
.xl\:hover\:ml-48:hover {
margin-left: 12rem;
}
.xl\:hover\:mt-56:hover {
margin-top: 14rem;
}
.xl\:hover\:mr-56:hover {
margin-right: 14rem;
}
.xl\:hover\:mb-56:hover {
margin-bottom: 14rem;
}
.xl\:hover\:ml-56:hover {
margin-left: 14rem;
}
.xl\:hover\:mt-64:hover {
margin-top: 16rem;
}
.xl\:hover\:mr-64:hover {
margin-right: 16rem;
}
.xl\:hover\:mb-64:hover {
margin-bottom: 16rem;
}
.xl\:hover\:ml-64:hover {
margin-left: 16rem;
}
.xl\:hover\:mt-360:hover {
margin-top: 90rem;
}
.xl\:hover\:mr-360:hover {
margin-right: 90rem;
}
.xl\:hover\:mb-360:hover {
margin-bottom: 90rem;
}
.xl\:hover\:ml-360:hover {
margin-left: 90rem;
}
.xl\:hover\:mt-auto:hover {
margin-top: auto;
}
.xl\:hover\:mr-auto:hover {
margin-right: auto;
}
.xl\:hover\:mb-auto:hover {
margin-bottom: auto;
}
.xl\:hover\:ml-auto:hover {
margin-left: auto;
}
.xl\:hover\:mt-px:hover {
margin-top: 1px;
}
.xl\:hover\:mr-px:hover {
margin-right: 1px;
}
.xl\:hover\:mb-px:hover {
margin-bottom: 1px;
}
.xl\:hover\:ml-px:hover {
margin-left: 1px;
}
.xl\:hover\:-mt-1:hover {
margin-top: -0.25rem;
}
.xl\:hover\:-mr-1:hover {
margin-right: -0.25rem;
}
.xl\:hover\:-mb-1:hover {
margin-bottom: -0.25rem;
}
.xl\:hover\:-ml-1:hover {
margin-left: -0.25rem;
}
.xl\:hover\:-mt-2:hover {
margin-top: -0.5rem;
}
.xl\:hover\:-mr-2:hover {
margin-right: -0.5rem;
}
.xl\:hover\:-mb-2:hover {
margin-bottom: -0.5rem;
}
.xl\:hover\:-ml-2:hover {
margin-left: -0.5rem;
}
.xl\:hover\:-mt-3:hover {
margin-top: -0.75rem;
}
.xl\:hover\:-mr-3:hover {
margin-right: -0.75rem;
}
.xl\:hover\:-mb-3:hover {
margin-bottom: -0.75rem;
}
.xl\:hover\:-ml-3:hover {
margin-left: -0.75rem;
}
.xl\:hover\:-mt-4:hover {
margin-top: -1rem;
}
.xl\:hover\:-mr-4:hover {
margin-right: -1rem;
}
.xl\:hover\:-mb-4:hover {
margin-bottom: -1rem;
}
.xl\:hover\:-ml-4:hover {
margin-left: -1rem;
}
.xl\:hover\:-mt-5:hover {
margin-top: -1.25rem;
}
.xl\:hover\:-mr-5:hover {
margin-right: -1.25rem;
}
.xl\:hover\:-mb-5:hover {
margin-bottom: -1.25rem;
}
.xl\:hover\:-ml-5:hover {
margin-left: -1.25rem;
}
.xl\:hover\:-mt-6:hover {
margin-top: -1.5rem;
}
.xl\:hover\:-mr-6:hover {
margin-right: -1.5rem;
}
.xl\:hover\:-mb-6:hover {
margin-bottom: -1.5rem;
}
.xl\:hover\:-ml-6:hover {
margin-left: -1.5rem;
}
.xl\:hover\:-mt-8:hover {
margin-top: -2rem;
}
.xl\:hover\:-mr-8:hover {
margin-right: -2rem;
}
.xl\:hover\:-mb-8:hover {
margin-bottom: -2rem;
}
.xl\:hover\:-ml-8:hover {
margin-left: -2rem;
}
.xl\:hover\:-mt-10:hover {
margin-top: -2.5rem;
}
.xl\:hover\:-mr-10:hover {
margin-right: -2.5rem;
}
.xl\:hover\:-mb-10:hover {
margin-bottom: -2.5rem;
}
.xl\:hover\:-ml-10:hover {
margin-left: -2.5rem;
}
.xl\:hover\:-mt-12:hover {
margin-top: -3rem;
}
.xl\:hover\:-mr-12:hover {
margin-right: -3rem;
}
.xl\:hover\:-mb-12:hover {
margin-bottom: -3rem;
}
.xl\:hover\:-ml-12:hover {
margin-left: -3rem;
}
.xl\:hover\:-mt-16:hover {
margin-top: -4rem;
}
.xl\:hover\:-mr-16:hover {
margin-right: -4rem;
}
.xl\:hover\:-mb-16:hover {
margin-bottom: -4rem;
}
.xl\:hover\:-ml-16:hover {
margin-left: -4rem;
}
.xl\:hover\:-mt-20:hover {
margin-top: -5rem;
}
.xl\:hover\:-mr-20:hover {
margin-right: -5rem;
}
.xl\:hover\:-mb-20:hover {
margin-bottom: -5rem;
}
.xl\:hover\:-ml-20:hover {
margin-left: -5rem;
}
.xl\:hover\:-mt-24:hover {
margin-top: -6rem;
}
.xl\:hover\:-mr-24:hover {
margin-right: -6rem;
}
.xl\:hover\:-mb-24:hover {
margin-bottom: -6rem;
}
.xl\:hover\:-ml-24:hover {
margin-left: -6rem;
}
.xl\:hover\:-mt-32:hover {
margin-top: -8rem;
}
.xl\:hover\:-mr-32:hover {
margin-right: -8rem;
}
.xl\:hover\:-mb-32:hover {
margin-bottom: -8rem;
}
.xl\:hover\:-ml-32:hover {
margin-left: -8rem;
}
.xl\:hover\:-mt-40:hover {
margin-top: -10rem;
}
.xl\:hover\:-mr-40:hover {
margin-right: -10rem;
}
.xl\:hover\:-mb-40:hover {
margin-bottom: -10rem;
}
.xl\:hover\:-ml-40:hover {
margin-left: -10rem;
}
.xl\:hover\:-mt-48:hover {
margin-top: -12rem;
}
.xl\:hover\:-mr-48:hover {
margin-right: -12rem;
}
.xl\:hover\:-mb-48:hover {
margin-bottom: -12rem;
}
.xl\:hover\:-ml-48:hover {
margin-left: -12rem;
}
.xl\:hover\:-mt-56:hover {
margin-top: -14rem;
}
.xl\:hover\:-mr-56:hover {
margin-right: -14rem;
}
.xl\:hover\:-mb-56:hover {
margin-bottom: -14rem;
}
.xl\:hover\:-ml-56:hover {
margin-left: -14rem;
}
.xl\:hover\:-mt-64:hover {
margin-top: -16rem;
}
.xl\:hover\:-mr-64:hover {
margin-right: -16rem;
}
.xl\:hover\:-mb-64:hover {
margin-bottom: -16rem;
}
.xl\:hover\:-ml-64:hover {
margin-left: -16rem;
}
.xl\:hover\:-mt-360:hover {
margin-top: -90rem;
}
.xl\:hover\:-mr-360:hover {
margin-right: -90rem;
}
.xl\:hover\:-mb-360:hover {
margin-bottom: -90rem;
}
.xl\:hover\:-ml-360:hover {
margin-left: -90rem;
}
.xl\:hover\:-mt-px:hover {
margin-top: -1px;
}
.xl\:hover\:-mr-px:hover {
margin-right: -1px;
}
.xl\:hover\:-mb-px:hover {
margin-bottom: -1px;
}
.xl\:hover\:-ml-px:hover {
margin-left: -1px;
}
.group:hover .xl\:group-hover\:m-0 {
margin: 0;
}
.group:hover .xl\:group-hover\:m-1 {
margin: 0.25rem;
}
.group:hover .xl\:group-hover\:m-2 {
margin: 0.5rem;
}
.group:hover .xl\:group-hover\:m-3 {
margin: 0.75rem;
}
.group:hover .xl\:group-hover\:m-4 {
margin: 1rem;
}
.group:hover .xl\:group-hover\:m-5 {
margin: 1.25rem;
}
.group:hover .xl\:group-hover\:m-6 {
margin: 1.5rem;
}
.group:hover .xl\:group-hover\:m-8 {
margin: 2rem;
}
.group:hover .xl\:group-hover\:m-10 {
margin: 2.5rem;
}
.group:hover .xl\:group-hover\:m-12 {
margin: 3rem;
}
.group:hover .xl\:group-hover\:m-16 {
margin: 4rem;
}
.group:hover .xl\:group-hover\:m-20 {
margin: 5rem;
}
.group:hover .xl\:group-hover\:m-24 {
margin: 6rem;
}
.group:hover .xl\:group-hover\:m-32 {
margin: 8rem;
}
.group:hover .xl\:group-hover\:m-40 {
margin: 10rem;
}
.group:hover .xl\:group-hover\:m-48 {
margin: 12rem;
}
.group:hover .xl\:group-hover\:m-56 {
margin: 14rem;
}
.group:hover .xl\:group-hover\:m-64 {
margin: 16rem;
}
.group:hover .xl\:group-hover\:m-360 {
margin: 90rem;
}
.group:hover .xl\:group-hover\:m-auto {
margin: auto;
}
.group:hover .xl\:group-hover\:m-px {
margin: 1px;
}
.group:hover .xl\:group-hover\:-m-1 {
margin: -0.25rem;
}
.group:hover .xl\:group-hover\:-m-2 {
margin: -0.5rem;
}
.group:hover .xl\:group-hover\:-m-3 {
margin: -0.75rem;
}
.group:hover .xl\:group-hover\:-m-4 {
margin: -1rem;
}
.group:hover .xl\:group-hover\:-m-5 {
margin: -1.25rem;
}
.group:hover .xl\:group-hover\:-m-6 {
margin: -1.5rem;
}
.group:hover .xl\:group-hover\:-m-8 {
margin: -2rem;
}
.group:hover .xl\:group-hover\:-m-10 {
margin: -2.5rem;
}
.group:hover .xl\:group-hover\:-m-12 {
margin: -3rem;
}
.group:hover .xl\:group-hover\:-m-16 {
margin: -4rem;
}
.group:hover .xl\:group-hover\:-m-20 {
margin: -5rem;
}
.group:hover .xl\:group-hover\:-m-24 {
margin: -6rem;
}
.group:hover .xl\:group-hover\:-m-32 {
margin: -8rem;
}
.group:hover .xl\:group-hover\:-m-40 {
margin: -10rem;
}
.group:hover .xl\:group-hover\:-m-48 {
margin: -12rem;
}
.group:hover .xl\:group-hover\:-m-56 {
margin: -14rem;
}
.group:hover .xl\:group-hover\:-m-64 {
margin: -16rem;
}
.group:hover .xl\:group-hover\:-m-360 {
margin: -90rem;
}
.group:hover .xl\:group-hover\:-m-px {
margin: -1px;
}
.group:hover .xl\:group-hover\:my-0 {
margin-top: 0;
margin-bottom: 0;
}
.group:hover .xl\:group-hover\:mx-0 {
margin-left: 0;
margin-right: 0;
}
.group:hover .xl\:group-hover\:my-1 {
margin-top: 0.25rem;
margin-bottom: 0.25rem;
}
.group:hover .xl\:group-hover\:mx-1 {
margin-left: 0.25rem;
margin-right: 0.25rem;
}
.group:hover .xl\:group-hover\:my-2 {
margin-top: 0.5rem;
margin-bottom: 0.5rem;
}
.group:hover .xl\:group-hover\:mx-2 {
margin-left: 0.5rem;
margin-right: 0.5rem;
}
.group:hover .xl\:group-hover\:my-3 {
margin-top: 0.75rem;
margin-bottom: 0.75rem;
}
.group:hover .xl\:group-hover\:mx-3 {
margin-left: 0.75rem;
margin-right: 0.75rem;
}
.group:hover .xl\:group-hover\:my-4 {
margin-top: 1rem;
margin-bottom: 1rem;
}
.group:hover .xl\:group-hover\:mx-4 {
margin-left: 1rem;
margin-right: 1rem;
}
.group:hover .xl\:group-hover\:my-5 {
margin-top: 1.25rem;
margin-bottom: 1.25rem;
}
.group:hover .xl\:group-hover\:mx-5 {
margin-left: 1.25rem;
margin-right: 1.25rem;
}
.group:hover .xl\:group-hover\:my-6 {
margin-top: 1.5rem;
margin-bottom: 1.5rem;
}
.group:hover .xl\:group-hover\:mx-6 {
margin-left: 1.5rem;
margin-right: 1.5rem;
}
.group:hover .xl\:group-hover\:my-8 {
margin-top: 2rem;
margin-bottom: 2rem;
}
.group:hover .xl\:group-hover\:mx-8 {
margin-left: 2rem;
margin-right: 2rem;
}
.group:hover .xl\:group-hover\:my-10 {
margin-top: 2.5rem;
margin-bottom: 2.5rem;
}
.group:hover .xl\:group-hover\:mx-10 {
margin-left: 2.5rem;
margin-right: 2.5rem;
}
.group:hover .xl\:group-hover\:my-12 {
margin-top: 3rem;
margin-bottom: 3rem;
}
.group:hover .xl\:group-hover\:mx-12 {
margin-left: 3rem;
margin-right: 3rem;
}
.group:hover .xl\:group-hover\:my-16 {
margin-top: 4rem;
margin-bottom: 4rem;
}
.group:hover .xl\:group-hover\:mx-16 {
margin-left: 4rem;
margin-right: 4rem;
}
.group:hover .xl\:group-hover\:my-20 {
margin-top: 5rem;
margin-bottom: 5rem;
}
.group:hover .xl\:group-hover\:mx-20 {
margin-left: 5rem;
margin-right: 5rem;
}
.group:hover .xl\:group-hover\:my-24 {
margin-top: 6rem;
margin-bottom: 6rem;
}
.group:hover .xl\:group-hover\:mx-24 {
margin-left: 6rem;
margin-right: 6rem;
}
.group:hover .xl\:group-hover\:my-32 {
margin-top: 8rem;
margin-bottom: 8rem;
}
.group:hover .xl\:group-hover\:mx-32 {
margin-left: 8rem;
margin-right: 8rem;
}
.group:hover .xl\:group-hover\:my-40 {
margin-top: 10rem;
margin-bottom: 10rem;
}
.group:hover .xl\:group-hover\:mx-40 {
margin-left: 10rem;
margin-right: 10rem;
}
.group:hover .xl\:group-hover\:my-48 {
margin-top: 12rem;
margin-bottom: 12rem;
}
.group:hover .xl\:group-hover\:mx-48 {
margin-left: 12rem;
margin-right: 12rem;
}
.group:hover .xl\:group-hover\:my-56 {
margin-top: 14rem;
margin-bottom: 14rem;
}
.group:hover .xl\:group-hover\:mx-56 {
margin-left: 14rem;
margin-right: 14rem;
}
.group:hover .xl\:group-hover\:my-64 {
margin-top: 16rem;
margin-bottom: 16rem;
}
.group:hover .xl\:group-hover\:mx-64 {
margin-left: 16rem;
margin-right: 16rem;
}
.group:hover .xl\:group-hover\:my-360 {
margin-top: 90rem;
margin-bottom: 90rem;
}
.group:hover .xl\:group-hover\:mx-360 {
margin-left: 90rem;
margin-right: 90rem;
}
.group:hover .xl\:group-hover\:my-auto {
margin-top: auto;
margin-bottom: auto;
}
.group:hover .xl\:group-hover\:mx-auto {
margin-left: auto;
margin-right: auto;
}
.group:hover .xl\:group-hover\:my-px {
margin-top: 1px;
margin-bottom: 1px;
}
.group:hover .xl\:group-hover\:mx-px {
margin-left: 1px;
margin-right: 1px;
}
.group:hover .xl\:group-hover\:-my-1 {
margin-top: -0.25rem;
margin-bottom: -0.25rem;
}
.group:hover .xl\:group-hover\:-mx-1 {
margin-left: -0.25rem;
margin-right: -0.25rem;
}
.group:hover .xl\:group-hover\:-my-2 {
margin-top: -0.5rem;
margin-bottom: -0.5rem;
}
.group:hover .xl\:group-hover\:-mx-2 {
margin-left: -0.5rem;
margin-right: -0.5rem;
}
.group:hover .xl\:group-hover\:-my-3 {
margin-top: -0.75rem;
margin-bottom: -0.75rem;
}
.group:hover .xl\:group-hover\:-mx-3 {
margin-left: -0.75rem;
margin-right: -0.75rem;
}
.group:hover .xl\:group-hover\:-my-4 {
margin-top: -1rem;
margin-bottom: -1rem;
}
.group:hover .xl\:group-hover\:-mx-4 {
margin-left: -1rem;
margin-right: -1rem;
}
.group:hover .xl\:group-hover\:-my-5 {
margin-top: -1.25rem;
margin-bottom: -1.25rem;
}
.group:hover .xl\:group-hover\:-mx-5 {
margin-left: -1.25rem;
margin-right: -1.25rem;
}
.group:hover .xl\:group-hover\:-my-6 {
margin-top: -1.5rem;
margin-bottom: -1.5rem;
}
.group:hover .xl\:group-hover\:-mx-6 {
margin-left: -1.5rem;
margin-right: -1.5rem;
}
.group:hover .xl\:group-hover\:-my-8 {
margin-top: -2rem;
margin-bottom: -2rem;
}
.group:hover .xl\:group-hover\:-mx-8 {
margin-left: -2rem;
margin-right: -2rem;
}
.group:hover .xl\:group-hover\:-my-10 {
margin-top: -2.5rem;
margin-bottom: -2.5rem;
}
.group:hover .xl\:group-hover\:-mx-10 {
margin-left: -2.5rem;
margin-right: -2.5rem;
}
.group:hover .xl\:group-hover\:-my-12 {
margin-top: -3rem;
margin-bottom: -3rem;
}
.group:hover .xl\:group-hover\:-mx-12 {
margin-left: -3rem;
margin-right: -3rem;
}
.group:hover .xl\:group-hover\:-my-16 {
margin-top: -4rem;
margin-bottom: -4rem;
}
.group:hover .xl\:group-hover\:-mx-16 {
margin-left: -4rem;
margin-right: -4rem;
}
.group:hover .xl\:group-hover\:-my-20 {
margin-top: -5rem;
margin-bottom: -5rem;
}
.group:hover .xl\:group-hover\:-mx-20 {
margin-left: -5rem;
margin-right: -5rem;
}
.group:hover .xl\:group-hover\:-my-24 {
margin-top: -6rem;
margin-bottom: -6rem;
}
.group:hover .xl\:group-hover\:-mx-24 {
margin-left: -6rem;
margin-right: -6rem;
}
.group:hover .xl\:group-hover\:-my-32 {
margin-top: -8rem;
margin-bottom: -8rem;
}
.group:hover .xl\:group-hover\:-mx-32 {
margin-left: -8rem;
margin-right: -8rem;
}
.group:hover .xl\:group-hover\:-my-40 {
margin-top: -10rem;
margin-bottom: -10rem;
}
.group:hover .xl\:group-hover\:-mx-40 {
margin-left: -10rem;
margin-right: -10rem;
}
.group:hover .xl\:group-hover\:-my-48 {
margin-top: -12rem;
margin-bottom: -12rem;
}
.group:hover .xl\:group-hover\:-mx-48 {
margin-left: -12rem;
margin-right: -12rem;
}
.group:hover .xl\:group-hover\:-my-56 {
margin-top: -14rem;
margin-bottom: -14rem;
}
.group:hover .xl\:group-hover\:-mx-56 {
margin-left: -14rem;
margin-right: -14rem;
}
.group:hover .xl\:group-hover\:-my-64 {
margin-top: -16rem;
margin-bottom: -16rem;
}
.group:hover .xl\:group-hover\:-mx-64 {
margin-left: -16rem;
margin-right: -16rem;
}
.group:hover .xl\:group-hover\:-my-360 {
margin-top: -90rem;
margin-bottom: -90rem;
}
.group:hover .xl\:group-hover\:-mx-360 {
margin-left: -90rem;
margin-right: -90rem;
}
.group:hover .xl\:group-hover\:-my-px {
margin-top: -1px;
margin-bottom: -1px;
}
.group:hover .xl\:group-hover\:-mx-px {
margin-left: -1px;
margin-right: -1px;
}
.group:hover .xl\:group-hover\:mt-0 {
margin-top: 0;
}
.group:hover .xl\:group-hover\:mr-0 {
margin-right: 0;
}
.group:hover .xl\:group-hover\:mb-0 {
margin-bottom: 0;
}
.group:hover .xl\:group-hover\:ml-0 {
margin-left: 0;
}
.group:hover .xl\:group-hover\:mt-1 {
margin-top: 0.25rem;
}
.group:hover .xl\:group-hover\:mr-1 {
margin-right: 0.25rem;
}
.group:hover .xl\:group-hover\:mb-1 {
margin-bottom: 0.25rem;
}
.group:hover .xl\:group-hover\:ml-1 {
margin-left: 0.25rem;
}
.group:hover .xl\:group-hover\:mt-2 {
margin-top: 0.5rem;
}
.group:hover .xl\:group-hover\:mr-2 {
margin-right: 0.5rem;
}
.group:hover .xl\:group-hover\:mb-2 {
margin-bottom: 0.5rem;
}
.group:hover .xl\:group-hover\:ml-2 {
margin-left: 0.5rem;
}
.group:hover .xl\:group-hover\:mt-3 {
margin-top: 0.75rem;
}
.group:hover .xl\:group-hover\:mr-3 {
margin-right: 0.75rem;
}
.group:hover .xl\:group-hover\:mb-3 {
margin-bottom: 0.75rem;
}
.group:hover .xl\:group-hover\:ml-3 {
margin-left: 0.75rem;
}
.group:hover .xl\:group-hover\:mt-4 {
margin-top: 1rem;
}
.group:hover .xl\:group-hover\:mr-4 {
margin-right: 1rem;
}
.group:hover .xl\:group-hover\:mb-4 {
margin-bottom: 1rem;
}
.group:hover .xl\:group-hover\:ml-4 {
margin-left: 1rem;
}
.group:hover .xl\:group-hover\:mt-5 {
margin-top: 1.25rem;
}
.group:hover .xl\:group-hover\:mr-5 {
margin-right: 1.25rem;
}
.group:hover .xl\:group-hover\:mb-5 {
margin-bottom: 1.25rem;
}
.group:hover .xl\:group-hover\:ml-5 {
margin-left: 1.25rem;
}
.group:hover .xl\:group-hover\:mt-6 {
margin-top: 1.5rem;
}
.group:hover .xl\:group-hover\:mr-6 {
margin-right: 1.5rem;
}
.group:hover .xl\:group-hover\:mb-6 {
margin-bottom: 1.5rem;
}
.group:hover .xl\:group-hover\:ml-6 {
margin-left: 1.5rem;
}
.group:hover .xl\:group-hover\:mt-8 {
margin-top: 2rem;
}
.group:hover .xl\:group-hover\:mr-8 {
margin-right: 2rem;
}
.group:hover .xl\:group-hover\:mb-8 {
margin-bottom: 2rem;
}
.group:hover .xl\:group-hover\:ml-8 {
margin-left: 2rem;
}
.group:hover .xl\:group-hover\:mt-10 {
margin-top: 2.5rem;
}
.group:hover .xl\:group-hover\:mr-10 {
margin-right: 2.5rem;
}
.group:hover .xl\:group-hover\:mb-10 {
margin-bottom: 2.5rem;
}
.group:hover .xl\:group-hover\:ml-10 {
margin-left: 2.5rem;
}
.group:hover .xl\:group-hover\:mt-12 {
margin-top: 3rem;
}
.group:hover .xl\:group-hover\:mr-12 {
margin-right: 3rem;
}
.group:hover .xl\:group-hover\:mb-12 {
margin-bottom: 3rem;
}
.group:hover .xl\:group-hover\:ml-12 {
margin-left: 3rem;
}
.group:hover .xl\:group-hover\:mt-16 {
margin-top: 4rem;
}
.group:hover .xl\:group-hover\:mr-16 {
margin-right: 4rem;
}
.group:hover .xl\:group-hover\:mb-16 {
margin-bottom: 4rem;
}
.group:hover .xl\:group-hover\:ml-16 {
margin-left: 4rem;
}
.group:hover .xl\:group-hover\:mt-20 {
margin-top: 5rem;
}
.group:hover .xl\:group-hover\:mr-20 {
margin-right: 5rem;
}
.group:hover .xl\:group-hover\:mb-20 {
margin-bottom: 5rem;
}
.group:hover .xl\:group-hover\:ml-20 {
margin-left: 5rem;
}
.group:hover .xl\:group-hover\:mt-24 {
margin-top: 6rem;
}
.group:hover .xl\:group-hover\:mr-24 {
margin-right: 6rem;
}
.group:hover .xl\:group-hover\:mb-24 {
margin-bottom: 6rem;
}
.group:hover .xl\:group-hover\:ml-24 {
margin-left: 6rem;
}
.group:hover .xl\:group-hover\:mt-32 {
margin-top: 8rem;
}
.group:hover .xl\:group-hover\:mr-32 {
margin-right: 8rem;
}
.group:hover .xl\:group-hover\:mb-32 {
margin-bottom: 8rem;
}
.group:hover .xl\:group-hover\:ml-32 {
margin-left: 8rem;
}
.group:hover .xl\:group-hover\:mt-40 {
margin-top: 10rem;
}
.group:hover .xl\:group-hover\:mr-40 {
margin-right: 10rem;
}
.group:hover .xl\:group-hover\:mb-40 {
margin-bottom: 10rem;
}
.group:hover .xl\:group-hover\:ml-40 {
margin-left: 10rem;
}
.group:hover .xl\:group-hover\:mt-48 {
margin-top: 12rem;
}
.group:hover .xl\:group-hover\:mr-48 {
margin-right: 12rem;
}
.group:hover .xl\:group-hover\:mb-48 {
margin-bottom: 12rem;
}
.group:hover .xl\:group-hover\:ml-48 {
margin-left: 12rem;
}
.group:hover .xl\:group-hover\:mt-56 {
margin-top: 14rem;
}
.group:hover .xl\:group-hover\:mr-56 {
margin-right: 14rem;
}
.group:hover .xl\:group-hover\:mb-56 {
margin-bottom: 14rem;
}
.group:hover .xl\:group-hover\:ml-56 {
margin-left: 14rem;
}
.group:hover .xl\:group-hover\:mt-64 {
margin-top: 16rem;
}
.group:hover .xl\:group-hover\:mr-64 {
margin-right: 16rem;
}
.group:hover .xl\:group-hover\:mb-64 {
margin-bottom: 16rem;
}
.group:hover .xl\:group-hover\:ml-64 {
margin-left: 16rem;
}
.group:hover .xl\:group-hover\:mt-360 {
margin-top: 90rem;
}
.group:hover .xl\:group-hover\:mr-360 {
margin-right: 90rem;
}
.group:hover .xl\:group-hover\:mb-360 {
margin-bottom: 90rem;
}
.group:hover .xl\:group-hover\:ml-360 {
margin-left: 90rem;
}
.group:hover .xl\:group-hover\:mt-auto {
margin-top: auto;
}
.group:hover .xl\:group-hover\:mr-auto {
margin-right: auto;
}
.group:hover .xl\:group-hover\:mb-auto {
margin-bottom: auto;
}
.group:hover .xl\:group-hover\:ml-auto {
margin-left: auto;
}
.group:hover .xl\:group-hover\:mt-px {
margin-top: 1px;
}
.group:hover .xl\:group-hover\:mr-px {
margin-right: 1px;
}
.group:hover .xl\:group-hover\:mb-px {
margin-bottom: 1px;
}
.group:hover .xl\:group-hover\:ml-px {
margin-left: 1px;
}
.group:hover .xl\:group-hover\:-mt-1 {
margin-top: -0.25rem;
}
.group:hover .xl\:group-hover\:-mr-1 {
margin-right: -0.25rem;
}
.group:hover .xl\:group-hover\:-mb-1 {
margin-bottom: -0.25rem;
}
.group:hover .xl\:group-hover\:-ml-1 {
margin-left: -0.25rem;
}
.group:hover .xl\:group-hover\:-mt-2 {
margin-top: -0.5rem;
}
.group:hover .xl\:group-hover\:-mr-2 {
margin-right: -0.5rem;
}
.group:hover .xl\:group-hover\:-mb-2 {
margin-bottom: -0.5rem;
}
.group:hover .xl\:group-hover\:-ml-2 {
margin-left: -0.5rem;
}
.group:hover .xl\:group-hover\:-mt-3 {
margin-top: -0.75rem;
}
.group:hover .xl\:group-hover\:-mr-3 {
margin-right: -0.75rem;
}
.group:hover .xl\:group-hover\:-mb-3 {
margin-bottom: -0.75rem;
}
.group:hover .xl\:group-hover\:-ml-3 {
margin-left: -0.75rem;
}
.group:hover .xl\:group-hover\:-mt-4 {
margin-top: -1rem;
}
.group:hover .xl\:group-hover\:-mr-4 {
margin-right: -1rem;
}
.group:hover .xl\:group-hover\:-mb-4 {
margin-bottom: -1rem;
}
.group:hover .xl\:group-hover\:-ml-4 {
margin-left: -1rem;
}
.group:hover .xl\:group-hover\:-mt-5 {
margin-top: -1.25rem;
}
.group:hover .xl\:group-hover\:-mr-5 {
margin-right: -1.25rem;
}
.group:hover .xl\:group-hover\:-mb-5 {
margin-bottom: -1.25rem;
}
.group:hover .xl\:group-hover\:-ml-5 {
margin-left: -1.25rem;
}
.group:hover .xl\:group-hover\:-mt-6 {
margin-top: -1.5rem;
}
.group:hover .xl\:group-hover\:-mr-6 {
margin-right: -1.5rem;
}
.group:hover .xl\:group-hover\:-mb-6 {
margin-bottom: -1.5rem;
}
.group:hover .xl\:group-hover\:-ml-6 {
margin-left: -1.5rem;
}
.group:hover .xl\:group-hover\:-mt-8 {
margin-top: -2rem;
}
.group:hover .xl\:group-hover\:-mr-8 {
margin-right: -2rem;
}
.group:hover .xl\:group-hover\:-mb-8 {
margin-bottom: -2rem;
}
.group:hover .xl\:group-hover\:-ml-8 {
margin-left: -2rem;
}
.group:hover .xl\:group-hover\:-mt-10 {
margin-top: -2.5rem;
}
.group:hover .xl\:group-hover\:-mr-10 {
margin-right: -2.5rem;
}
.group:hover .xl\:group-hover\:-mb-10 {
margin-bottom: -2.5rem;
}
.group:hover .xl\:group-hover\:-ml-10 {
margin-left: -2.5rem;
}
.group:hover .xl\:group-hover\:-mt-12 {
margin-top: -3rem;
}
.group:hover .xl\:group-hover\:-mr-12 {
margin-right: -3rem;
}
.group:hover .xl\:group-hover\:-mb-12 {
margin-bottom: -3rem;
}
.group:hover .xl\:group-hover\:-ml-12 {
margin-left: -3rem;
}
.group:hover .xl\:group-hover\:-mt-16 {
margin-top: -4rem;
}
.group:hover .xl\:group-hover\:-mr-16 {
margin-right: -4rem;
}
.group:hover .xl\:group-hover\:-mb-16 {
margin-bottom: -4rem;
}
.group:hover .xl\:group-hover\:-ml-16 {
margin-left: -4rem;
}
.group:hover .xl\:group-hover\:-mt-20 {
margin-top: -5rem;
}
.group:hover .xl\:group-hover\:-mr-20 {
margin-right: -5rem;
}
.group:hover .xl\:group-hover\:-mb-20 {
margin-bottom: -5rem;
}
.group:hover .xl\:group-hover\:-ml-20 {
margin-left: -5rem;
}
.group:hover .xl\:group-hover\:-mt-24 {
margin-top: -6rem;
}
.group:hover .xl\:group-hover\:-mr-24 {
margin-right: -6rem;
}
.group:hover .xl\:group-hover\:-mb-24 {
margin-bottom: -6rem;
}
.group:hover .xl\:group-hover\:-ml-24 {
margin-left: -6rem;
}
.group:hover .xl\:group-hover\:-mt-32 {
margin-top: -8rem;
}
.group:hover .xl\:group-hover\:-mr-32 {
margin-right: -8rem;
}
.group:hover .xl\:group-hover\:-mb-32 {
margin-bottom: -8rem;
}
.group:hover .xl\:group-hover\:-ml-32 {
margin-left: -8rem;
}
.group:hover .xl\:group-hover\:-mt-40 {
margin-top: -10rem;
}
.group:hover .xl\:group-hover\:-mr-40 {
margin-right: -10rem;
}
.group:hover .xl\:group-hover\:-mb-40 {
margin-bottom: -10rem;
}
.group:hover .xl\:group-hover\:-ml-40 {
margin-left: -10rem;
}
.group:hover .xl\:group-hover\:-mt-48 {
margin-top: -12rem;
}
.group:hover .xl\:group-hover\:-mr-48 {
margin-right: -12rem;
}
.group:hover .xl\:group-hover\:-mb-48 {
margin-bottom: -12rem;
}
.group:hover .xl\:group-hover\:-ml-48 {
margin-left: -12rem;
}
.group:hover .xl\:group-hover\:-mt-56 {
margin-top: -14rem;
}
.group:hover .xl\:group-hover\:-mr-56 {
margin-right: -14rem;
}
.group:hover .xl\:group-hover\:-mb-56 {
margin-bottom: -14rem;
}
.group:hover .xl\:group-hover\:-ml-56 {
margin-left: -14rem;
}
.group:hover .xl\:group-hover\:-mt-64 {
margin-top: -16rem;
}
.group:hover .xl\:group-hover\:-mr-64 {
margin-right: -16rem;
}
.group:hover .xl\:group-hover\:-mb-64 {
margin-bottom: -16rem;
}
.group:hover .xl\:group-hover\:-ml-64 {
margin-left: -16rem;
}
.group:hover .xl\:group-hover\:-mt-360 {
margin-top: -90rem;
}
.group:hover .xl\:group-hover\:-mr-360 {
margin-right: -90rem;
}
.group:hover .xl\:group-hover\:-mb-360 {
margin-bottom: -90rem;
}
.group:hover .xl\:group-hover\:-ml-360 {
margin-left: -90rem;
}
.group:hover .xl\:group-hover\:-mt-px {
margin-top: -1px;
}
.group:hover .xl\:group-hover\:-mr-px {
margin-right: -1px;
}
.group:hover .xl\:group-hover\:-mb-px {
margin-bottom: -1px;
}
.group:hover .xl\:group-hover\:-ml-px {
margin-left: -1px;
}
.xl\:max-h-full {
max-height: 100%;
}
.xl\:max-h-screen {
max-height: 100vh;
}
.xl\:max-w-xs {
max-width: 20rem;
}
.xl\:max-w-sm {
max-width: 24rem;
}
.xl\:max-w-md {
max-width: 28rem;
}
.xl\:max-w-lg {
max-width: 32rem;
}
.xl\:max-w-xl {
max-width: 36rem;
}
.xl\:max-w-2xl {
max-width: 42rem;
}
.xl\:max-w-3xl {
max-width: 48rem;
}
.xl\:max-w-4xl {
max-width: 56rem;
}
.xl\:max-w-5xl {
max-width: 64rem;
}
.xl\:max-w-6xl {
max-width: 72rem;
}
.xl\:max-w-full {
max-width: 100%;
}
.xl\:min-h-0 {
min-height: 0;
}
.xl\:min-h-full {
min-height: 100%;
}
.xl\:min-h-screen {
min-height: 100vh;
}
.xl\:min-w-0 {
min-width: 0;
}
.xl\:min-w-full {
min-width: 100%;
}
.xl\:object-contain {
-o-object-fit: contain;
object-fit: contain;
}
.xl\:object-cover {
-o-object-fit: cover;
object-fit: cover;
}
.xl\:object-fill {
-o-object-fit: fill;
object-fit: fill;
}
.xl\:object-none {
-o-object-fit: none;
object-fit: none;
}
.xl\:object-scale-down {
-o-object-fit: scale-down;
object-fit: scale-down;
}
.xl\:object-bottom {
-o-object-position: bottom;
object-position: bottom;
}
.xl\:object-center {
-o-object-position: center;
object-position: center;
}
.xl\:object-left {
-o-object-position: left;
object-position: left;
}
.xl\:object-left-bottom {
-o-object-position: left bottom;
object-position: left bottom;
}
.xl\:object-left-top {
-o-object-position: left top;
object-position: left top;
}
.xl\:object-right {
-o-object-position: right;
object-position: right;
}
.xl\:object-right-bottom {
-o-object-position: right bottom;
object-position: right bottom;
}
.xl\:object-right-top {
-o-object-position: right top;
object-position: right top;
}
.xl\:object-top {
-o-object-position: top;
object-position: top;
}
.xl\:opacity-0 {
opacity: 0;
}
.xl\:opacity-25 {
opacity: 0.25;
}
.xl\:opacity-50 {
opacity: 0.5;
}
.xl\:opacity-75 {
opacity: 0.75;
}
.xl\:opacity-100 {
opacity: 1;
}
.xl\:outline-none {
outline: 0;
}
.xl\:focus\:outline-none:focus {
outline: 0;
}
.xl\:overflow-auto {
overflow: auto;
}
.xl\:overflow-hidden {
overflow: hidden;
}
.xl\:overflow-visible {
overflow: visible;
}
.xl\:overflow-scroll {
overflow: scroll;
}
.xl\:overflow-x-auto {
overflow-x: auto;
}
.xl\:overflow-y-auto {
overflow-y: auto;
}
.xl\:overflow-x-hidden {
overflow-x: hidden;
}
.xl\:overflow-y-hidden {
overflow-y: hidden;
}
.xl\:overflow-x-visible {
overflow-x: visible;
}
.xl\:overflow-y-visible {
overflow-y: visible;
}
.xl\:overflow-x-scroll {
overflow-x: scroll;
}
.xl\:overflow-y-scroll {
overflow-y: scroll;
}
.xl\:scrolling-touch {
-webkit-overflow-scrolling: touch;
}
.xl\:scrolling-auto {
-webkit-overflow-scrolling: auto;
}
.xl\:p-0 {
padding: 0;
}
.xl\:p-1 {
padding: 0.25rem;
}
.xl\:p-2 {
padding: 0.5rem;
}
.xl\:p-3 {
padding: 0.75rem;
}
.xl\:p-4 {
padding: 1rem;
}
.xl\:p-5 {
padding: 1.25rem;
}
.xl\:p-6 {
padding: 1.5rem;
}
.xl\:p-8 {
padding: 2rem;
}
.xl\:p-10 {
padding: 2.5rem;
}
.xl\:p-12 {
padding: 3rem;
}
.xl\:p-16 {
padding: 4rem;
}
.xl\:p-20 {
padding: 5rem;
}
.xl\:p-24 {
padding: 6rem;
}
.xl\:p-32 {
padding: 8rem;
}
.xl\:p-40 {
padding: 10rem;
}
.xl\:p-48 {
padding: 12rem;
}
.xl\:p-56 {
padding: 14rem;
}
.xl\:p-64 {
padding: 16rem;
}
.xl\:p-360 {
padding: 90rem;
}
.xl\:p-px {
padding: 1px;
}
.xl\:py-0 {
padding-top: 0;
padding-bottom: 0;
}
.xl\:px-0 {
padding-left: 0;
padding-right: 0;
}
.xl\:py-1 {
padding-top: 0.25rem;
padding-bottom: 0.25rem;
}
.xl\:px-1 {
padding-left: 0.25rem;
padding-right: 0.25rem;
}
.xl\:py-2 {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.xl\:px-2 {
padding-left: 0.5rem;
padding-right: 0.5rem;
}
.xl\:py-3 {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
}
.xl\:px-3 {
padding-left: 0.75rem;
padding-right: 0.75rem;
}
.xl\:py-4 {
padding-top: 1rem;
padding-bottom: 1rem;
}
.xl\:px-4 {
padding-left: 1rem;
padding-right: 1rem;
}
.xl\:py-5 {
padding-top: 1.25rem;
padding-bottom: 1.25rem;
}
.xl\:px-5 {
padding-left: 1.25rem;
padding-right: 1.25rem;
}
.xl\:py-6 {
padding-top: 1.5rem;
padding-bottom: 1.5rem;
}
.xl\:px-6 {
padding-left: 1.5rem;
padding-right: 1.5rem;
}
.xl\:py-8 {
padding-top: 2rem;
padding-bottom: 2rem;
}
.xl\:px-8 {
padding-left: 2rem;
padding-right: 2rem;
}
.xl\:py-10 {
padding-top: 2.5rem;
padding-bottom: 2.5rem;
}
.xl\:px-10 {
padding-left: 2.5rem;
padding-right: 2.5rem;
}
.xl\:py-12 {
padding-top: 3rem;
padding-bottom: 3rem;
}
.xl\:px-12 {
padding-left: 3rem;
padding-right: 3rem;
}
.xl\:py-16 {
padding-top: 4rem;
padding-bottom: 4rem;
}
.xl\:px-16 {
padding-left: 4rem;
padding-right: 4rem;
}
.xl\:py-20 {
padding-top: 5rem;
padding-bottom: 5rem;
}
.xl\:px-20 {
padding-left: 5rem;
padding-right: 5rem;
}
.xl\:py-24 {
padding-top: 6rem;
padding-bottom: 6rem;
}
.xl\:px-24 {
padding-left: 6rem;
padding-right: 6rem;
}
.xl\:py-32 {
padding-top: 8rem;
padding-bottom: 8rem;
}
.xl\:px-32 {
padding-left: 8rem;
padding-right: 8rem;
}
.xl\:py-40 {
padding-top: 10rem;
padding-bottom: 10rem;
}
.xl\:px-40 {
padding-left: 10rem;
padding-right: 10rem;
}
.xl\:py-48 {
padding-top: 12rem;
padding-bottom: 12rem;
}
.xl\:px-48 {
padding-left: 12rem;
padding-right: 12rem;
}
.xl\:py-56 {
padding-top: 14rem;
padding-bottom: 14rem;
}
.xl\:px-56 {
padding-left: 14rem;
padding-right: 14rem;
}
.xl\:py-64 {
padding-top: 16rem;
padding-bottom: 16rem;
}
.xl\:px-64 {
padding-left: 16rem;
padding-right: 16rem;
}
.xl\:py-360 {
padding-top: 90rem;
padding-bottom: 90rem;
}
.xl\:px-360 {
padding-left: 90rem;
padding-right: 90rem;
}
.xl\:py-px {
padding-top: 1px;
padding-bottom: 1px;
}
.xl\:px-px {
padding-left: 1px;
padding-right: 1px;
}
.xl\:pt-0 {
padding-top: 0;
}
.xl\:pr-0 {
padding-right: 0;
}
.xl\:pb-0 {
padding-bottom: 0;
}
.xl\:pl-0 {
padding-left: 0;
}
.xl\:pt-1 {
padding-top: 0.25rem;
}
.xl\:pr-1 {
padding-right: 0.25rem;
}
.xl\:pb-1 {
padding-bottom: 0.25rem;
}
.xl\:pl-1 {
padding-left: 0.25rem;
}
.xl\:pt-2 {
padding-top: 0.5rem;
}
.xl\:pr-2 {
padding-right: 0.5rem;
}
.xl\:pb-2 {
padding-bottom: 0.5rem;
}
.xl\:pl-2 {
padding-left: 0.5rem;
}
.xl\:pt-3 {
padding-top: 0.75rem;
}
.xl\:pr-3 {
padding-right: 0.75rem;
}
.xl\:pb-3 {
padding-bottom: 0.75rem;
}
.xl\:pl-3 {
padding-left: 0.75rem;
}
.xl\:pt-4 {
padding-top: 1rem;
}
.xl\:pr-4 {
padding-right: 1rem;
}
.xl\:pb-4 {
padding-bottom: 1rem;
}
.xl\:pl-4 {
padding-left: 1rem;
}
.xl\:pt-5 {
padding-top: 1.25rem;
}
.xl\:pr-5 {
padding-right: 1.25rem;
}
.xl\:pb-5 {
padding-bottom: 1.25rem;
}
.xl\:pl-5 {
padding-left: 1.25rem;
}
.xl\:pt-6 {
padding-top: 1.5rem;
}
.xl\:pr-6 {
padding-right: 1.5rem;
}
.xl\:pb-6 {
padding-bottom: 1.5rem;
}
.xl\:pl-6 {
padding-left: 1.5rem;
}
.xl\:pt-8 {
padding-top: 2rem;
}
.xl\:pr-8 {
padding-right: 2rem;
}
.xl\:pb-8 {
padding-bottom: 2rem;
}
.xl\:pl-8 {
padding-left: 2rem;
}
.xl\:pt-10 {
padding-top: 2.5rem;
}
.xl\:pr-10 {
padding-right: 2.5rem;
}
.xl\:pb-10 {
padding-bottom: 2.5rem;
}
.xl\:pl-10 {
padding-left: 2.5rem;
}
.xl\:pt-12 {
padding-top: 3rem;
}
.xl\:pr-12 {
padding-right: 3rem;
}
.xl\:pb-12 {
padding-bottom: 3rem;
}
.xl\:pl-12 {
padding-left: 3rem;
}
.xl\:pt-16 {
padding-top: 4rem;
}
.xl\:pr-16 {
padding-right: 4rem;
}
.xl\:pb-16 {
padding-bottom: 4rem;
}
.xl\:pl-16 {
padding-left: 4rem;
}
.xl\:pt-20 {
padding-top: 5rem;
}
.xl\:pr-20 {
padding-right: 5rem;
}
.xl\:pb-20 {
padding-bottom: 5rem;
}
.xl\:pl-20 {
padding-left: 5rem;
}
.xl\:pt-24 {
padding-top: 6rem;
}
.xl\:pr-24 {
padding-right: 6rem;
}
.xl\:pb-24 {
padding-bottom: 6rem;
}
.xl\:pl-24 {
padding-left: 6rem;
}
.xl\:pt-32 {
padding-top: 8rem;
}
.xl\:pr-32 {
padding-right: 8rem;
}
.xl\:pb-32 {
padding-bottom: 8rem;
}
.xl\:pl-32 {
padding-left: 8rem;
}
.xl\:pt-40 {
padding-top: 10rem;
}
.xl\:pr-40 {
padding-right: 10rem;
}
.xl\:pb-40 {
padding-bottom: 10rem;
}
.xl\:pl-40 {
padding-left: 10rem;
}
.xl\:pt-48 {
padding-top: 12rem;
}
.xl\:pr-48 {
padding-right: 12rem;
}
.xl\:pb-48 {
padding-bottom: 12rem;
}
.xl\:pl-48 {
padding-left: 12rem;
}
.xl\:pt-56 {
padding-top: 14rem;
}
.xl\:pr-56 {
padding-right: 14rem;
}
.xl\:pb-56 {
padding-bottom: 14rem;
}
.xl\:pl-56 {
padding-left: 14rem;
}
.xl\:pt-64 {
padding-top: 16rem;
}
.xl\:pr-64 {
padding-right: 16rem;
}
.xl\:pb-64 {
padding-bottom: 16rem;
}
.xl\:pl-64 {
padding-left: 16rem;
}
.xl\:pt-360 {
padding-top: 90rem;
}
.xl\:pr-360 {
padding-right: 90rem;
}
.xl\:pb-360 {
padding-bottom: 90rem;
}
.xl\:pl-360 {
padding-left: 90rem;
}
.xl\:pt-px {
padding-top: 1px;
}
.xl\:pr-px {
padding-right: 1px;
}
.xl\:pb-px {
padding-bottom: 1px;
}
.xl\:pl-px {
padding-left: 1px;
}
.xl\:pointer-events-none {
pointer-events: none;
}
.xl\:pointer-events-auto {
pointer-events: auto;
}
.xl\:static {
position: static;
}
.xl\:fixed {
position: fixed;
}
.xl\:absolute {
position: absolute;
}
.xl\:relative {
position: relative;
}
.xl\:sticky {
position: -webkit-sticky;
position: sticky;
}
.xl\:inset-0 {
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.xl\:inset-auto {
top: auto;
right: auto;
bottom: auto;
left: auto;
}
.xl\:inset-y-0 {
top: 0;
bottom: 0;
}
.xl\:inset-x-0 {
right: 0;
left: 0;
}
.xl\:inset-y-auto {
top: auto;
bottom: auto;
}
.xl\:inset-x-auto {
right: auto;
left: auto;
}
.xl\:top-0 {
top: 0;
}
.xl\:right-0 {
right: 0;
}
.xl\:bottom-0 {
bottom: 0;
}
.xl\:left-0 {
left: 0;
}
.xl\:top-auto {
top: auto;
}
.xl\:right-auto {
right: auto;
}
.xl\:bottom-auto {
bottom: auto;
}
.xl\:left-auto {
left: auto;
}
.xl\:resize-none {
resize: none;
}
.xl\:resize-y {
resize: vertical;
}
.xl\:resize-x {
resize: horizontal;
}
.xl\:resize {
resize: both;
}
.xl\:shadow {
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
.xl\:shadow-md {
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.xl\:shadow-lg {
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.xl\:shadow-xl {
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.xl\:shadow-2xl {
box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.xl\:shadow-inner {
box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}
.xl\:shadow-outline {
box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
}
.xl\:shadow-none {
box-shadow: none;
}
.xl\:hover\:shadow:hover {
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
.xl\:hover\:shadow-md:hover {
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.xl\:hover\:shadow-lg:hover {
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.xl\:hover\:shadow-xl:hover {
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.xl\:hover\:shadow-2xl:hover {
box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.xl\:hover\:shadow-inner:hover {
box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}
.xl\:hover\:shadow-outline:hover {
box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
}
.xl\:hover\:shadow-none:hover {
box-shadow: none;
}
.xl\:focus\:shadow:focus {
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
.xl\:focus\:shadow-md:focus {
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.xl\:focus\:shadow-lg:focus {
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.xl\:focus\:shadow-xl:focus {
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.xl\:focus\:shadow-2xl:focus {
box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.xl\:focus\:shadow-inner:focus {
box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}
.xl\:focus\:shadow-outline:focus {
box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
}
.xl\:focus\:shadow-none:focus {
box-shadow: none;
}
.xl\:fill-current {
fill: currentColor;
}
.xl\:stroke-current {
stroke: currentColor;
}
.xl\:table-auto {
table-layout: auto;
}
.xl\:table-fixed {
table-layout: fixed;
}
.xl\:text-left {
text-align: left;
}
.xl\:text-center {
text-align: center;
}
.xl\:text-right {
text-align: right;
}
.xl\:text-justify {
text-align: justify;
}
.xl\:text-transparent {
color: transparent;
}
.xl\:text-inherit {
color: inherit;
}
.xl\:text-black {
color: #131716;
}
.xl\:text-white {
color: #ffffff;
}
.xl\:text-green-darker {
color: #007129;
}
.xl\:text-green-dark {
color: #029F3B;
}
.xl\:text-green {
color: #00AC3E;
}
.xl\:text-green-bright {
color: #08cd4f;
}
.xl\:text-gray-100 {
color: #edeeee;
}
.xl\:text-gray-200 {
color: #cbcece;
}
.xl\:text-gray-300 {
color: #a9adad;
}
.xl\:text-gray-400 {
color: #868c8c;
}
.xl\:text-gray-500 {
color: #535c5c;
}
.xl\:text-gray-600 {
color: #3a4040;
}
.xl\:text-gray-700 {
color: #313737;
}
.xl\:text-gray-800 {
color: #212424;
}
.xl\:text-gray-900 {
color: #131716;
}
.xl\:text-red-100 {
color: #fff5f5;
}
.xl\:text-red-500 {
color: #f56565;
}
.xl\:text-red-900 {
color: #742a2a;
}
.xl\:hover\:text-transparent:hover {
color: transparent;
}
.xl\:hover\:text-inherit:hover {
color: inherit;
}
.xl\:hover\:text-black:hover {
color: #131716;
}
.xl\:hover\:text-white:hover {
color: #ffffff;
}
.xl\:hover\:text-green-darker:hover {
color: #007129;
}
.xl\:hover\:text-green-dark:hover {
color: #029F3B;
}
.xl\:hover\:text-green:hover {
color: #00AC3E;
}
.xl\:hover\:text-green-bright:hover {
color: #08cd4f;
}
.xl\:hover\:text-gray-100:hover {
color: #edeeee;
}
.xl\:hover\:text-gray-200:hover {
color: #cbcece;
}
.xl\:hover\:text-gray-300:hover {
color: #a9adad;
}
.xl\:hover\:text-gray-400:hover {
color: #868c8c;
}
.xl\:hover\:text-gray-500:hover {
color: #535c5c;
}
.xl\:hover\:text-gray-600:hover {
color: #3a4040;
}
.xl\:hover\:text-gray-700:hover {
color: #313737;
}
.xl\:hover\:text-gray-800:hover {
color: #212424;
}
.xl\:hover\:text-gray-900:hover {
color: #131716;
}
.xl\:hover\:text-red-100:hover {
color: #fff5f5;
}
.xl\:hover\:text-red-500:hover {
color: #f56565;
}
.xl\:hover\:text-red-900:hover {
color: #742a2a;
}
.xl\:focus\:text-transparent:focus {
color: transparent;
}
.xl\:focus\:text-inherit:focus {
color: inherit;
}
.xl\:focus\:text-black:focus {
color: #131716;
}
.xl\:focus\:text-white:focus {
color: #ffffff;
}
.xl\:focus\:text-green-darker:focus {
color: #007129;
}
.xl\:focus\:text-green-dark:focus {
color: #029F3B;
}
.xl\:focus\:text-green:focus {
color: #00AC3E;
}
.xl\:focus\:text-green-bright:focus {
color: #08cd4f;
}
.xl\:focus\:text-gray-100:focus {
color: #edeeee;
}
.xl\:focus\:text-gray-200:focus {
color: #cbcece;
}
.xl\:focus\:text-gray-300:focus {
color: #a9adad;
}
.xl\:focus\:text-gray-400:focus {
color: #868c8c;
}
.xl\:focus\:text-gray-500:focus {
color: #535c5c;
}
.xl\:focus\:text-gray-600:focus {
color: #3a4040;
}
.xl\:focus\:text-gray-700:focus {
color: #313737;
}
.xl\:focus\:text-gray-800:focus {
color: #212424;
}
.xl\:focus\:text-gray-900:focus {
color: #131716;
}
.xl\:focus\:text-red-100:focus {
color: #fff5f5;
}
.xl\:focus\:text-red-500:focus {
color: #f56565;
}
.xl\:focus\:text-red-900:focus {
color: #742a2a;
}
.xl\:active\:text-transparent:active {
color: transparent;
}
.xl\:active\:text-inherit:active {
color: inherit;
}
.xl\:active\:text-black:active {
color: #131716;
}
.xl\:active\:text-white:active {
color: #ffffff;
}
.xl\:active\:text-green-darker:active {
color: #007129;
}
.xl\:active\:text-green-dark:active {
color: #029F3B;
}
.xl\:active\:text-green:active {
color: #00AC3E;
}
.xl\:active\:text-green-bright:active {
color: #08cd4f;
}
.xl\:active\:text-gray-100:active {
color: #edeeee;
}
.xl\:active\:text-gray-200:active {
color: #cbcece;
}
.xl\:active\:text-gray-300:active {
color: #a9adad;
}
.xl\:active\:text-gray-400:active {
color: #868c8c;
}
.xl\:active\:text-gray-500:active {
color: #535c5c;
}
.xl\:active\:text-gray-600:active {
color: #3a4040;
}
.xl\:active\:text-gray-700:active {
color: #313737;
}
.xl\:active\:text-gray-800:active {
color: #212424;
}
.xl\:active\:text-gray-900:active {
color: #131716;
}
.xl\:active\:text-red-100:active {
color: #fff5f5;
}
.xl\:active\:text-red-500:active {
color: #f56565;
}
.xl\:active\:text-red-900:active {
color: #742a2a;
}
.group:hover .xl\:group-hover\:text-transparent {
color: transparent;
}
.group:hover .xl\:group-hover\:text-inherit {
color: inherit;
}
.group:hover .xl\:group-hover\:text-black {
color: #131716;
}
.group:hover .xl\:group-hover\:text-white {
color: #ffffff;
}
.group:hover .xl\:group-hover\:text-green-darker {
color: #007129;
}
.group:hover .xl\:group-hover\:text-green-dark {
color: #029F3B;
}
.group:hover .xl\:group-hover\:text-green {
color: #00AC3E;
}
.group:hover .xl\:group-hover\:text-green-bright {
color: #08cd4f;
}
.group:hover .xl\:group-hover\:text-gray-100 {
color: #edeeee;
}
.group:hover .xl\:group-hover\:text-gray-200 {
color: #cbcece;
}
.group:hover .xl\:group-hover\:text-gray-300 {
color: #a9adad;
}
.group:hover .xl\:group-hover\:text-gray-400 {
color: #868c8c;
}
.group:hover .xl\:group-hover\:text-gray-500 {
color: #535c5c;
}
.group:hover .xl\:group-hover\:text-gray-600 {
color: #3a4040;
}
.group:hover .xl\:group-hover\:text-gray-700 {
color: #313737;
}
.group:hover .xl\:group-hover\:text-gray-800 {
color: #212424;
}
.group:hover .xl\:group-hover\:text-gray-900 {
color: #131716;
}
.group:hover .xl\:group-hover\:text-red-100 {
color: #fff5f5;
}
.group:hover .xl\:group-hover\:text-red-500 {
color: #f56565;
}
.group:hover .xl\:group-hover\:text-red-900 {
color: #742a2a;
}
.xl\:text-xs {
font-size: 0.75rem;
}
.xl\:text-sm {
font-size: 0.875rem;
}
.xl\:text-base {
font-size: 1rem;
}
.xl\:text-lg {
font-size: 1.125rem;
}
.xl\:text-xl {
font-size: 1.25rem;
}
.xl\:text-2xl {
font-size: 1.5rem;
}
.xl\:text-3xl {
font-size: 1.875rem;
}
.xl\:text-4xl {
font-size: 2.25rem;
}
.xl\:text-5xl {
font-size: 3rem;
}
.xl\:text-6xl {
font-size: 4rem;
}
.xl\:text-7xl {
font-size: 5rem;
}
.xl\:text-9xl {
font-size: 7rem;
}
.xl\:text-massive {
font-size: 10rem;
}
.xl\:italic {
font-style: italic;
}
.xl\:not-italic {
font-style: normal;
}
.xl\:uppercase {
text-transform: uppercase;
}
.xl\:lowercase {
text-transform: lowercase;
}
.xl\:capitalize {
text-transform: capitalize;
}
.xl\:normal-case {
text-transform: none;
}
.xl\:underline {
text-decoration: underline;
}
.xl\:line-through {
text-decoration: line-through;
}
.xl\:no-underline {
text-decoration: none;
}
.xl\:hover\:underline:hover {
text-decoration: underline;
}
.xl\:hover\:line-through:hover {
text-decoration: line-through;
}
.xl\:hover\:no-underline:hover {
text-decoration: none;
}
.xl\:focus\:underline:focus {
text-decoration: underline;
}
.xl\:focus\:line-through:focus {
text-decoration: line-through;
}
.xl\:focus\:no-underline:focus {
text-decoration: none;
}
.xl\:active\:underline:active {
text-decoration: underline;
}
.xl\:active\:line-through:active {
text-decoration: line-through;
}
.xl\:active\:no-underline:active {
text-decoration: none;
}
.group:hover .xl\:group-hover\:underline {
text-decoration: underline;
}
.group:hover .xl\:group-hover\:line-through {
text-decoration: line-through;
}
.group:hover .xl\:group-hover\:no-underline {
text-decoration: none;
}
.xl\:antialiased {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.xl\:subpixel-antialiased {
-webkit-font-smoothing: auto;
-moz-osx-font-smoothing: auto;
}
.xl\:tracking-tighter {
letter-spacing: -0.05em;
}
.xl\:tracking-tight {
letter-spacing: -0.025em;
}
.xl\:tracking-normal {
letter-spacing: 0;
}
.xl\:tracking-wide {
letter-spacing: 0.025em;
}
.xl\:tracking-wider {
letter-spacing: 0.05em;
}
.xl\:tracking-widest {
letter-spacing: 0.1em;
}
.xl\:select-none {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.xl\:select-text {
-webkit-user-select: text;
-moz-user-select: text;
-ms-user-select: text;
user-select: text;
}
.xl\:select-all {
-webkit-user-select: all;
-moz-user-select: all;
-ms-user-select: all;
user-select: all;
}
.xl\:select-auto {
-webkit-user-select: auto;
-moz-user-select: auto;
-ms-user-select: auto;
user-select: auto;
}
.xl\:align-baseline {
vertical-align: baseline;
}
.xl\:align-top {
vertical-align: top;
}
.xl\:align-middle {
vertical-align: middle;
}
.xl\:align-bottom {
vertical-align: bottom;
}
.xl\:align-text-top {
vertical-align: text-top;
}
.xl\:align-text-bottom {
vertical-align: text-bottom;
}
.xl\:visible {
visibility: visible;
}
.xl\:invisible {
visibility: hidden;
}
.group:hover .xl\:group-hover\:visible {
visibility: visible;
}
.group:hover .xl\:group-hover\:invisible {
visibility: hidden;
}
.xl\:whitespace-normal {
white-space: normal;
}
.xl\:whitespace-no-wrap {
white-space: nowrap;
}
.xl\:whitespace-pre {
white-space: pre;
}
.xl\:whitespace-pre-line {
white-space: pre-line;
}
.xl\:whitespace-pre-wrap {
white-space: pre-wrap;
}
.xl\:break-normal {
overflow-wrap: normal;
word-break: normal;
}
.xl\:break-words {
overflow-wrap: break-word;
}
.xl\:break-all {
word-break: break-all;
}
.xl\:truncate {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.xl\:w-0 {
width: 0;
}
.xl\:w-1 {
width: 0.25rem;
}
.xl\:w-2 {
width: 0.5rem;
}
.xl\:w-3 {
width: 0.75rem;
}
.xl\:w-4 {
width: 1rem;
}
.xl\:w-5 {
width: 1.25rem;
}
.xl\:w-6 {
width: 1.5rem;
}
.xl\:w-8 {
width: 2rem;
}
.xl\:w-10 {
width: 2.5rem;
}
.xl\:w-12 {
width: 3rem;
}
.xl\:w-16 {
width: 4rem;
}
.xl\:w-20 {
width: 5rem;
}
.xl\:w-24 {
width: 6rem;
}
.xl\:w-32 {
width: 8rem;
}
.xl\:w-40 {
width: 10rem;
}
.xl\:w-48 {
width: 12rem;
}
.xl\:w-56 {
width: 14rem;
}
.xl\:w-64 {
width: 16rem;
}
.xl\:w-360 {
width: 90rem;
}
.xl\:w-auto {
width: auto;
}
.xl\:w-px {
width: 1px;
}
.xl\:w-1\/2 {
width: 50%;
}
.xl\:w-1\/3 {
width: 33.33333%;
}
.xl\:w-2\/3 {
width: 66.66667%;
}
.xl\:w-1\/4 {
width: 25%;
}
.xl\:w-2\/4 {
width: 50%;
}
.xl\:w-3\/4 {
width: 75%;
}
.xl\:w-1\/5 {
width: 20%;
}
.xl\:w-2\/5 {
width: 40%;
}
.xl\:w-3\/5 {
width: 60%;
}
.xl\:w-4\/5 {
width: 80%;
}
.xl\:w-1\/6 {
width: 16.66667%;
}
.xl\:w-2\/6 {
width: 33.33333%;
}
.xl\:w-3\/6 {
width: 50%;
}
.xl\:w-4\/6 {
width: 66.66667%;
}
.xl\:w-5\/6 {
width: 83.33333%;
}
.xl\:w-1\/12 {
width: 8.33333%;
}
.xl\:w-2\/12 {
width: 16.66667%;
}
.xl\:w-3\/12 {
width: 25%;
}
.xl\:w-4\/12 {
width: 33.33333%;
}
.xl\:w-5\/12 {
width: 41.66667%;
}
.xl\:w-6\/12 {
width: 50%;
}
.xl\:w-7\/12 {
width: 58.33333%;
}
.xl\:w-8\/12 {
width: 66.66667%;
}
.xl\:w-9\/12 {
width: 75%;
}
.xl\:w-10\/12 {
width: 83.33333%;
}
.xl\:w-11\/12 {
width: 91.66667%;
}
.xl\:w-full {
width: 100%;
}
.xl\:w-screen {
width: 100vw;
}
.xl\:z-0 {
z-index: 0;
}
.xl\:z-10 {
z-index: 10;
}
.xl\:z-20 {
z-index: 20;
}
.xl\:z-30 {
z-index: 30;
}
.xl\:z-40 {
z-index: 40;
}
.xl\:z-50 {
z-index: 50;
}
.xl\:z-60 {
z-index: 60;
}
.xl\:z-70 {
z-index: 70;
}
.xl\:z-80 {
z-index: 80;
}
.xl\:z-90 {
z-index: 90;
}
.xl\:z-100 {
z-index: 100;
}
.xl\:z-auto {
z-index: auto;
}
} | css/marsha.css | /**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
line-height: 1.15; /* 1 */
-webkit-text-size-adjust: 100%; /* 2 */
}
/* Sections
========================================================================== */
/**
* Remove the margin in all browsers.
*/
body {
margin: 0;
}
/**
* Render the `main` element consistently in IE.
*/
main {
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
========================================================================== */
/**
* 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
========================================================================== */
/**
* Remove the gray background on active links in IE 10.
*/
a {
background-color: transparent;
}
/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
border-bottom: none; /* 1 */
text-decoration: underline; /* 2 */
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted; /* 2 */
}
/**
* 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 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
========================================================================== */
/**
* Remove the border on images inside links in IE 10.
*/
img {
border-style: none;
}
/* Forms
========================================================================== */
/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
font-family: inherit; /* 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;
}
/**
* Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
}
/**
* 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 */
}
/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
vertical-align: baseline;
}
/**
* Remove the default vertical scrollbar in IE 10+.
*/
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 in Chrome and Safari on macOS.
*/
[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 Edge, IE 10+, and Firefox.
*/
details {
display: block;
}
/*
* Add the correct display in all browsers.
*/
summary {
display: list-item;
}
/* Misc
========================================================================== */
/**
* Add the correct display in IE 10+.
*/
template {
display: none;
}
/**
* Add the correct display in IE 10.
*/
[hidden] {
display: none;
}
/**
* Manually forked from SUIT CSS Base: https://github.com/suitcss/base
* A thin layer on top of normalize.css that provides a starting point more
* suitable for web applications.
*/
/**
* 1. Prevent padding and border from affecting element width
* https://goo.gl/pYtbK7
* 2. Change the default font family in all browsers (opinionated)
*/
html {
box-sizing: border-box; /* 1 */
font-family: sans-serif; /* 2 */
}
*,
*::before,
*::after {
box-sizing: inherit;
}
/**
* Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
p,
pre {
margin: 0;
}
button {
background: transparent;
padding: 0;
}
/**
* Work around a Firefox/IE bug where the transparent `button` background
* results in a loss of the default `button` focus styles.
*/
button:focus {
outline: 1px dotted;
outline: 5px auto -webkit-focus-ring-color;
}
fieldset {
margin: 0;
padding: 0;
}
ol,
ul {
list-style: none;
margin: 0;
padding: 0;
}
/**
* Tailwind custom reset styles
*/
/**
* 1. Use the system font stack as a sane default.
* 2. Use Tailwind's default "normal" line-height so the user isn't forced
* to override it to ensure consistency even when using the default theme.
*/
html {
font-family: -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"; /* 1 */
line-height: 1.5; /* 2 */
}
/**
* Allow adding a border to an element by just adding a border-width.
*
* By default, the way the browser specifies that an element should have no
* border is by setting it's border-style to `none` in the user-agent
* stylesheet.
*
* In order to easily add borders to elements by just setting the `border-width`
* property, we change the default border-style for all elements to `solid`, and
* use border-width to hide them instead. This way our `border` utilities only
* need to set the `border-width` property instead of the entire `border`
* shorthand, making our border utilities much more straightforward to compose.
*
* https://github.com/tailwindcss/tailwindcss/pull/116
*/
*,
*::before,
*::after {
border-width: 0;
border-style: solid;
border-color: #a9adad;
}
/**
* Undo the `border-style: none` reset that Normalize applies to images so that
* our `border-{width}` utilities have the expected effect.
*
* The Normalize reset is unnecessary for us since we default the border-width
* to 0 on all elements.
*
* https://github.com/tailwindcss/tailwindcss/issues/362
*/
img {
border-style: solid;
}
textarea {
resize: vertical;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
color: inherit;
opacity: 0.5;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
color: inherit;
opacity: 0.5;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
color: inherit;
opacity: 0.5;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
color: inherit;
opacity: 0.5;
}
input::placeholder,
textarea::placeholder {
color: inherit;
opacity: 0.5;
}
button,
[role="button"] {
cursor: pointer;
}
table {
border-collapse: collapse;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-size: inherit;
font-weight: inherit;
}
/**
* Reset links to optimize for opt-in styling instead of
* opt-out.
*/
a {
color: inherit;
text-decoration: inherit;
}
/**
* Reset form element properties that are easy to forget to
* style explicitly so you don't inadvertently introduce
* styles that deviate from your design system. These styles
* supplement a partial reset that is already applied by
* normalize.css.
*/
button,
input,
optgroup,
select,
textarea {
padding: 0;
line-height: inherit;
color: inherit;
}
/**
* Use the configured 'mono' font family for elements that
* are expected to be rendered with a monospace font, falling
* back to the system monospace stack if there is no configured
* 'mono' font family.
*/
pre,
code,
kbd,
samp {
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
/**
* Make replaced elements `display: block` by default as that's
* the behavior you want almost all of the time. Inspired by
* CSS Remedy, with `svg` added as well.
*
* https://github.com/mozdevs/cssremedy/issues/14
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
display: block;
vertical-align: middle;
}
/**
* Constrain images and videos to the parent width and preserve
* their instrinsic aspect ratio.
*
* https://github.com/mozdevs/cssremedy/issues/14
*/
img,
video {
max-width: 100%;
height: auto;
}
.container {
width: 100%;
margin-right: auto;
margin-left: auto;
}
@media (min-width: 1024px) {
.container {
max-width: 1024px;
}
}
@media (min-width: 1440px) {
.container {
max-width: 1440px;
}
}
.appearance-none {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.bg-fixed {
background-attachment: fixed;
}
.bg-local {
background-attachment: local;
}
.bg-scroll {
background-attachment: scroll;
}
.bg-transparent {
background-color: transparent;
}
.bg-inherit {
background-color: inherit;
}
.bg-black {
background-color: #131716;
}
.bg-white {
background-color: #ffffff;
}
.bg-green-darker {
background-color: #007129;
}
.bg-green-dark {
background-color: #029F3B;
}
.bg-green {
background-color: #00AC3E;
}
.bg-green-bright {
background-color: #08cd4f;
}
.bg-gray-100 {
background-color: #edeeee;
}
.bg-gray-200 {
background-color: #cbcece;
}
.bg-gray-300 {
background-color: #a9adad;
}
.bg-gray-400 {
background-color: #868c8c;
}
.bg-gray-500 {
background-color: #535c5c;
}
.bg-gray-600 {
background-color: #3a4040;
}
.bg-gray-700 {
background-color: #313737;
}
.bg-gray-800 {
background-color: #212424;
}
.bg-gray-900 {
background-color: #131716;
}
.bg-red-100 {
background-color: #fff5f5;
}
.bg-red-500 {
background-color: #f56565;
}
.bg-red-900 {
background-color: #742a2a;
}
.hover\:bg-transparent:hover {
background-color: transparent;
}
.hover\:bg-inherit:hover {
background-color: inherit;
}
.hover\:bg-black:hover {
background-color: #131716;
}
.hover\:bg-white:hover {
background-color: #ffffff;
}
.hover\:bg-green-darker:hover {
background-color: #007129;
}
.hover\:bg-green-dark:hover {
background-color: #029F3B;
}
.hover\:bg-green:hover {
background-color: #00AC3E;
}
.hover\:bg-green-bright:hover {
background-color: #08cd4f;
}
.hover\:bg-gray-100:hover {
background-color: #edeeee;
}
.hover\:bg-gray-200:hover {
background-color: #cbcece;
}
.hover\:bg-gray-300:hover {
background-color: #a9adad;
}
.hover\:bg-gray-400:hover {
background-color: #868c8c;
}
.hover\:bg-gray-500:hover {
background-color: #535c5c;
}
.hover\:bg-gray-600:hover {
background-color: #3a4040;
}
.hover\:bg-gray-700:hover {
background-color: #313737;
}
.hover\:bg-gray-800:hover {
background-color: #212424;
}
.hover\:bg-gray-900:hover {
background-color: #131716;
}
.hover\:bg-red-100:hover {
background-color: #fff5f5;
}
.hover\:bg-red-500:hover {
background-color: #f56565;
}
.hover\:bg-red-900:hover {
background-color: #742a2a;
}
.focus\:bg-transparent:focus {
background-color: transparent;
}
.focus\:bg-inherit:focus {
background-color: inherit;
}
.focus\:bg-black:focus {
background-color: #131716;
}
.focus\:bg-white:focus {
background-color: #ffffff;
}
.focus\:bg-green-darker:focus {
background-color: #007129;
}
.focus\:bg-green-dark:focus {
background-color: #029F3B;
}
.focus\:bg-green:focus {
background-color: #00AC3E;
}
.focus\:bg-green-bright:focus {
background-color: #08cd4f;
}
.focus\:bg-gray-100:focus {
background-color: #edeeee;
}
.focus\:bg-gray-200:focus {
background-color: #cbcece;
}
.focus\:bg-gray-300:focus {
background-color: #a9adad;
}
.focus\:bg-gray-400:focus {
background-color: #868c8c;
}
.focus\:bg-gray-500:focus {
background-color: #535c5c;
}
.focus\:bg-gray-600:focus {
background-color: #3a4040;
}
.focus\:bg-gray-700:focus {
background-color: #313737;
}
.focus\:bg-gray-800:focus {
background-color: #212424;
}
.focus\:bg-gray-900:focus {
background-color: #131716;
}
.focus\:bg-red-100:focus {
background-color: #fff5f5;
}
.focus\:bg-red-500:focus {
background-color: #f56565;
}
.focus\:bg-red-900:focus {
background-color: #742a2a;
}
.bg-bottom {
background-position: bottom;
}
.bg-center {
background-position: center;
}
.bg-left {
background-position: left;
}
.bg-left-bottom {
background-position: left bottom;
}
.bg-left-top {
background-position: left top;
}
.bg-right {
background-position: right;
}
.bg-right-bottom {
background-position: right bottom;
}
.bg-right-top {
background-position: right top;
}
.bg-top {
background-position: top;
}
.bg-repeat {
background-repeat: repeat;
}
.bg-no-repeat {
background-repeat: no-repeat;
}
.bg-repeat-x {
background-repeat: repeat-x;
}
.bg-repeat-y {
background-repeat: repeat-y;
}
.bg-repeat-round {
background-repeat: round;
}
.bg-repeat-space {
background-repeat: space;
}
.bg-auto {
background-size: auto;
}
.bg-cover {
background-size: cover;
}
.bg-contain {
background-size: contain;
}
.border-collapse {
border-collapse: collapse;
}
.border-separate {
border-collapse: separate;
}
.border-transparent {
border-color: transparent;
}
.border-inherit {
border-color: inherit;
}
.border-black {
border-color: #131716;
}
.border-white {
border-color: #ffffff;
}
.border-green-darker {
border-color: #007129;
}
.border-green-dark {
border-color: #029F3B;
}
.border-green {
border-color: #00AC3E;
}
.border-green-bright {
border-color: #08cd4f;
}
.border-gray-100 {
border-color: #edeeee;
}
.border-gray-200 {
border-color: #cbcece;
}
.border-gray-300 {
border-color: #a9adad;
}
.border-gray-400 {
border-color: #868c8c;
}
.border-gray-500 {
border-color: #535c5c;
}
.border-gray-600 {
border-color: #3a4040;
}
.border-gray-700 {
border-color: #313737;
}
.border-gray-800 {
border-color: #212424;
}
.border-gray-900 {
border-color: #131716;
}
.border-red-100 {
border-color: #fff5f5;
}
.border-red-500 {
border-color: #f56565;
}
.border-red-900 {
border-color: #742a2a;
}
.hover\:border-transparent:hover {
border-color: transparent;
}
.hover\:border-inherit:hover {
border-color: inherit;
}
.hover\:border-black:hover {
border-color: #131716;
}
.hover\:border-white:hover {
border-color: #ffffff;
}
.hover\:border-green-darker:hover {
border-color: #007129;
}
.hover\:border-green-dark:hover {
border-color: #029F3B;
}
.hover\:border-green:hover {
border-color: #00AC3E;
}
.hover\:border-green-bright:hover {
border-color: #08cd4f;
}
.hover\:border-gray-100:hover {
border-color: #edeeee;
}
.hover\:border-gray-200:hover {
border-color: #cbcece;
}
.hover\:border-gray-300:hover {
border-color: #a9adad;
}
.hover\:border-gray-400:hover {
border-color: #868c8c;
}
.hover\:border-gray-500:hover {
border-color: #535c5c;
}
.hover\:border-gray-600:hover {
border-color: #3a4040;
}
.hover\:border-gray-700:hover {
border-color: #313737;
}
.hover\:border-gray-800:hover {
border-color: #212424;
}
.hover\:border-gray-900:hover {
border-color: #131716;
}
.hover\:border-red-100:hover {
border-color: #fff5f5;
}
.hover\:border-red-500:hover {
border-color: #f56565;
}
.hover\:border-red-900:hover {
border-color: #742a2a;
}
.group:hover .group-hover\:border-transparent {
border-color: transparent;
}
.group:hover .group-hover\:border-inherit {
border-color: inherit;
}
.group:hover .group-hover\:border-black {
border-color: #131716;
}
.group:hover .group-hover\:border-white {
border-color: #ffffff;
}
.group:hover .group-hover\:border-green-darker {
border-color: #007129;
}
.group:hover .group-hover\:border-green-dark {
border-color: #029F3B;
}
.group:hover .group-hover\:border-green {
border-color: #00AC3E;
}
.group:hover .group-hover\:border-green-bright {
border-color: #08cd4f;
}
.group:hover .group-hover\:border-gray-100 {
border-color: #edeeee;
}
.group:hover .group-hover\:border-gray-200 {
border-color: #cbcece;
}
.group:hover .group-hover\:border-gray-300 {
border-color: #a9adad;
}
.group:hover .group-hover\:border-gray-400 {
border-color: #868c8c;
}
.group:hover .group-hover\:border-gray-500 {
border-color: #535c5c;
}
.group:hover .group-hover\:border-gray-600 {
border-color: #3a4040;
}
.group:hover .group-hover\:border-gray-700 {
border-color: #313737;
}
.group:hover .group-hover\:border-gray-800 {
border-color: #212424;
}
.group:hover .group-hover\:border-gray-900 {
border-color: #131716;
}
.group:hover .group-hover\:border-red-100 {
border-color: #fff5f5;
}
.group:hover .group-hover\:border-red-500 {
border-color: #f56565;
}
.group:hover .group-hover\:border-red-900 {
border-color: #742a2a;
}
.focus\:border-transparent:focus {
border-color: transparent;
}
.focus\:border-inherit:focus {
border-color: inherit;
}
.focus\:border-black:focus {
border-color: #131716;
}
.focus\:border-white:focus {
border-color: #ffffff;
}
.focus\:border-green-darker:focus {
border-color: #007129;
}
.focus\:border-green-dark:focus {
border-color: #029F3B;
}
.focus\:border-green:focus {
border-color: #00AC3E;
}
.focus\:border-green-bright:focus {
border-color: #08cd4f;
}
.focus\:border-gray-100:focus {
border-color: #edeeee;
}
.focus\:border-gray-200:focus {
border-color: #cbcece;
}
.focus\:border-gray-300:focus {
border-color: #a9adad;
}
.focus\:border-gray-400:focus {
border-color: #868c8c;
}
.focus\:border-gray-500:focus {
border-color: #535c5c;
}
.focus\:border-gray-600:focus {
border-color: #3a4040;
}
.focus\:border-gray-700:focus {
border-color: #313737;
}
.focus\:border-gray-800:focus {
border-color: #212424;
}
.focus\:border-gray-900:focus {
border-color: #131716;
}
.focus\:border-red-100:focus {
border-color: #fff5f5;
}
.focus\:border-red-500:focus {
border-color: #f56565;
}
.focus\:border-red-900:focus {
border-color: #742a2a;
}
.rounded-none {
border-radius: 0;
}
.rounded-sm {
border-radius: 0.125rem;
}
.rounded {
border-radius: 0.25rem;
}
.rounded-lg {
border-radius: 0.5rem;
}
.rounded-full {
border-radius: 9999px;
}
.rounded-t-none {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.rounded-r-none {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.rounded-b-none {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.rounded-l-none {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.rounded-t-sm {
border-top-left-radius: 0.125rem;
border-top-right-radius: 0.125rem;
}
.rounded-r-sm {
border-top-right-radius: 0.125rem;
border-bottom-right-radius: 0.125rem;
}
.rounded-b-sm {
border-bottom-right-radius: 0.125rem;
border-bottom-left-radius: 0.125rem;
}
.rounded-l-sm {
border-top-left-radius: 0.125rem;
border-bottom-left-radius: 0.125rem;
}
.rounded-t {
border-top-left-radius: 0.25rem;
border-top-right-radius: 0.25rem;
}
.rounded-r {
border-top-right-radius: 0.25rem;
border-bottom-right-radius: 0.25rem;
}
.rounded-b {
border-bottom-right-radius: 0.25rem;
border-bottom-left-radius: 0.25rem;
}
.rounded-l {
border-top-left-radius: 0.25rem;
border-bottom-left-radius: 0.25rem;
}
.rounded-t-lg {
border-top-left-radius: 0.5rem;
border-top-right-radius: 0.5rem;
}
.rounded-r-lg {
border-top-right-radius: 0.5rem;
border-bottom-right-radius: 0.5rem;
}
.rounded-b-lg {
border-bottom-right-radius: 0.5rem;
border-bottom-left-radius: 0.5rem;
}
.rounded-l-lg {
border-top-left-radius: 0.5rem;
border-bottom-left-radius: 0.5rem;
}
.rounded-t-full {
border-top-left-radius: 9999px;
border-top-right-radius: 9999px;
}
.rounded-r-full {
border-top-right-radius: 9999px;
border-bottom-right-radius: 9999px;
}
.rounded-b-full {
border-bottom-right-radius: 9999px;
border-bottom-left-radius: 9999px;
}
.rounded-l-full {
border-top-left-radius: 9999px;
border-bottom-left-radius: 9999px;
}
.rounded-tl-none {
border-top-left-radius: 0;
}
.rounded-tr-none {
border-top-right-radius: 0;
}
.rounded-br-none {
border-bottom-right-radius: 0;
}
.rounded-bl-none {
border-bottom-left-radius: 0;
}
.rounded-tl-sm {
border-top-left-radius: 0.125rem;
}
.rounded-tr-sm {
border-top-right-radius: 0.125rem;
}
.rounded-br-sm {
border-bottom-right-radius: 0.125rem;
}
.rounded-bl-sm {
border-bottom-left-radius: 0.125rem;
}
.rounded-tl {
border-top-left-radius: 0.25rem;
}
.rounded-tr {
border-top-right-radius: 0.25rem;
}
.rounded-br {
border-bottom-right-radius: 0.25rem;
}
.rounded-bl {
border-bottom-left-radius: 0.25rem;
}
.rounded-tl-lg {
border-top-left-radius: 0.5rem;
}
.rounded-tr-lg {
border-top-right-radius: 0.5rem;
}
.rounded-br-lg {
border-bottom-right-radius: 0.5rem;
}
.rounded-bl-lg {
border-bottom-left-radius: 0.5rem;
}
.rounded-tl-full {
border-top-left-radius: 9999px;
}
.rounded-tr-full {
border-top-right-radius: 9999px;
}
.rounded-br-full {
border-bottom-right-radius: 9999px;
}
.rounded-bl-full {
border-bottom-left-radius: 9999px;
}
.border-solid {
border-style: solid;
}
.border-dashed {
border-style: dashed;
}
.border-dotted {
border-style: dotted;
}
.border-none {
border-style: none;
}
.border-0 {
border-width: 0;
}
.border-2 {
border-width: 2px;
}
.border-4 {
border-width: 4px;
}
.border-8 {
border-width: 8px;
}
.border {
border-width: 1px;
}
.border-t-0 {
border-top-width: 0;
}
.border-r-0 {
border-right-width: 0;
}
.border-b-0 {
border-bottom-width: 0;
}
.border-l-0 {
border-left-width: 0;
}
.border-t-2 {
border-top-width: 2px;
}
.border-r-2 {
border-right-width: 2px;
}
.border-b-2 {
border-bottom-width: 2px;
}
.border-l-2 {
border-left-width: 2px;
}
.border-t-4 {
border-top-width: 4px;
}
.border-r-4 {
border-right-width: 4px;
}
.border-b-4 {
border-bottom-width: 4px;
}
.border-l-4 {
border-left-width: 4px;
}
.border-t-8 {
border-top-width: 8px;
}
.border-r-8 {
border-right-width: 8px;
}
.border-b-8 {
border-bottom-width: 8px;
}
.border-l-8 {
border-left-width: 8px;
}
.border-t {
border-top-width: 1px;
}
.border-r {
border-right-width: 1px;
}
.border-b {
border-bottom-width: 1px;
}
.border-l {
border-left-width: 1px;
}
.cursor-auto {
cursor: auto;
}
.cursor-default {
cursor: default;
}
.cursor-pointer {
cursor: pointer;
}
.cursor-wait {
cursor: wait;
}
.cursor-text {
cursor: text;
}
.cursor-move {
cursor: move;
}
.cursor-not-allowed {
cursor: not-allowed;
}
.block {
display: block;
}
.inline-block {
display: inline-block;
}
.inline {
display: inline;
}
.flex {
display: flex;
}
.inline-flex {
display: inline-flex;
}
.table {
display: table;
}
.table-row {
display: table-row;
}
.table-cell {
display: table-cell;
}
.hidden {
display: none;
}
.group:hover .group-hover\:block {
display: block;
}
.group:hover .group-hover\:inline-block {
display: inline-block;
}
.group:hover .group-hover\:inline {
display: inline;
}
.group:hover .group-hover\:flex {
display: flex;
}
.group:hover .group-hover\:inline-flex {
display: inline-flex;
}
.group:hover .group-hover\:table {
display: table;
}
.group:hover .group-hover\:table-row {
display: table-row;
}
.group:hover .group-hover\:table-cell {
display: table-cell;
}
.group:hover .group-hover\:hidden {
display: none;
}
.flex-row {
flex-direction: row;
}
.flex-row-reverse {
flex-direction: row-reverse;
}
.flex-col {
flex-direction: column;
}
.flex-col-reverse {
flex-direction: column-reverse;
}
.flex-wrap {
flex-wrap: wrap;
}
.flex-wrap-reverse {
flex-wrap: wrap-reverse;
}
.flex-no-wrap {
flex-wrap: nowrap;
}
.items-start {
align-items: flex-start;
}
.items-end {
align-items: flex-end;
}
.items-center {
align-items: center;
}
.items-baseline {
align-items: baseline;
}
.items-stretch {
align-items: stretch;
}
.self-auto {
align-self: auto;
}
.self-start {
align-self: flex-start;
}
.self-end {
align-self: flex-end;
}
.self-center {
align-self: center;
}
.self-stretch {
align-self: stretch;
}
.justify-start {
justify-content: flex-start;
}
.justify-end {
justify-content: flex-end;
}
.justify-center {
justify-content: center;
}
.justify-between {
justify-content: space-between;
}
.justify-around {
justify-content: space-around;
}
.hover\:justify-start:hover {
justify-content: flex-start;
}
.hover\:justify-end:hover {
justify-content: flex-end;
}
.hover\:justify-center:hover {
justify-content: center;
}
.hover\:justify-between:hover {
justify-content: space-between;
}
.hover\:justify-around:hover {
justify-content: space-around;
}
.focus\:justify-start:focus {
justify-content: flex-start;
}
.focus\:justify-end:focus {
justify-content: flex-end;
}
.focus\:justify-center:focus {
justify-content: center;
}
.focus\:justify-between:focus {
justify-content: space-between;
}
.focus\:justify-around:focus {
justify-content: space-around;
}
.group:hover .group-hover\:justify-start {
justify-content: flex-start;
}
.group:hover .group-hover\:justify-end {
justify-content: flex-end;
}
.group:hover .group-hover\:justify-center {
justify-content: center;
}
.group:hover .group-hover\:justify-between {
justify-content: space-between;
}
.group:hover .group-hover\:justify-around {
justify-content: space-around;
}
.content-center {
align-content: center;
}
.content-start {
align-content: flex-start;
}
.content-end {
align-content: flex-end;
}
.content-between {
align-content: space-between;
}
.content-around {
align-content: space-around;
}
.flex-1 {
flex: 1 1 0%;
}
.flex-auto {
flex: 1 1 auto;
}
.flex-initial {
flex: 0 1 auto;
}
.flex-none {
flex: none;
}
.flex-grow-0 {
flex-grow: 0;
}
.flex-grow {
flex-grow: 1;
}
.flex-shrink-0 {
flex-shrink: 0;
}
.flex-shrink {
flex-shrink: 1;
}
.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;
}
.order-first {
order: -9999;
}
.order-last {
order: 9999;
}
.order-none {
order: 0;
}
.float-right {
float: right;
}
.float-left {
float: left;
}
.float-none {
float: none;
}
.clearfix:after {
content: "";
display: table;
clear: both;
}
.font-sans {
font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
}
.font-serif {
font-family: Sentinel A, Sentinel B, Bookman Old Style Regular, serif;
}
.font-hairline {
font-weight: 100;
}
.font-thin {
font-weight: 200;
}
.font-light {
font-weight: 300;
}
.font-normal {
font-weight: 400;
}
.font-medium {
font-weight: 500;
}
.font-semibold {
font-weight: 600;
}
.font-bold {
font-weight: 700;
}
.font-extrabold {
font-weight: 800;
}
.font-black {
font-weight: 900;
}
.hover\:font-hairline:hover {
font-weight: 100;
}
.hover\:font-thin:hover {
font-weight: 200;
}
.hover\:font-light:hover {
font-weight: 300;
}
.hover\:font-normal:hover {
font-weight: 400;
}
.hover\:font-medium:hover {
font-weight: 500;
}
.hover\:font-semibold:hover {
font-weight: 600;
}
.hover\:font-bold:hover {
font-weight: 700;
}
.hover\:font-extrabold:hover {
font-weight: 800;
}
.hover\:font-black:hover {
font-weight: 900;
}
.focus\:font-hairline:focus {
font-weight: 100;
}
.focus\:font-thin:focus {
font-weight: 200;
}
.focus\:font-light:focus {
font-weight: 300;
}
.focus\:font-normal:focus {
font-weight: 400;
}
.focus\:font-medium:focus {
font-weight: 500;
}
.focus\:font-semibold:focus {
font-weight: 600;
}
.focus\:font-bold:focus {
font-weight: 700;
}
.focus\:font-extrabold:focus {
font-weight: 800;
}
.focus\:font-black:focus {
font-weight: 900;
}
.h-0 {
height: 0;
}
.h-1 {
height: 0.25rem;
}
.h-2 {
height: 0.5rem;
}
.h-3 {
height: 0.75rem;
}
.h-4 {
height: 1rem;
}
.h-5 {
height: 1.25rem;
}
.h-6 {
height: 1.5rem;
}
.h-8 {
height: 2rem;
}
.h-10 {
height: 2.5rem;
}
.h-12 {
height: 3rem;
}
.h-16 {
height: 4rem;
}
.h-20 {
height: 5rem;
}
.h-24 {
height: 6rem;
}
.h-32 {
height: 8rem;
}
.h-40 {
height: 10rem;
}
.h-48 {
height: 12rem;
}
.h-56 {
height: 14rem;
}
.h-64 {
height: 16rem;
}
.h-360 {
height: 90rem;
}
.h-auto {
height: auto;
}
.h-px {
height: 1px;
}
.h-full {
height: 100%;
}
.h-screen {
height: 100vh;
}
.leading-none {
line-height: 1;
}
.leading-tight {
line-height: 1.25;
}
.leading-snug {
line-height: 1.375;
}
.leading-normal {
line-height: 1.5;
}
.leading-relaxed {
line-height: 1.625;
}
.leading-loose {
line-height: 2;
}
.list-inside {
list-style-position: inside;
}
.list-outside {
list-style-position: outside;
}
.list-none {
list-style-type: none;
}
.list-disc {
list-style-type: disc;
}
.list-decimal {
list-style-type: decimal;
}
.m-0 {
margin: 0;
}
.m-1 {
margin: 0.25rem;
}
.m-2 {
margin: 0.5rem;
}
.m-3 {
margin: 0.75rem;
}
.m-4 {
margin: 1rem;
}
.m-5 {
margin: 1.25rem;
}
.m-6 {
margin: 1.5rem;
}
.m-8 {
margin: 2rem;
}
.m-10 {
margin: 2.5rem;
}
.m-12 {
margin: 3rem;
}
.m-16 {
margin: 4rem;
}
.m-20 {
margin: 5rem;
}
.m-24 {
margin: 6rem;
}
.m-32 {
margin: 8rem;
}
.m-40 {
margin: 10rem;
}
.m-48 {
margin: 12rem;
}
.m-56 {
margin: 14rem;
}
.m-64 {
margin: 16rem;
}
.m-360 {
margin: 90rem;
}
.m-auto {
margin: auto;
}
.m-px {
margin: 1px;
}
.-m-1 {
margin: -0.25rem;
}
.-m-2 {
margin: -0.5rem;
}
.-m-3 {
margin: -0.75rem;
}
.-m-4 {
margin: -1rem;
}
.-m-5 {
margin: -1.25rem;
}
.-m-6 {
margin: -1.5rem;
}
.-m-8 {
margin: -2rem;
}
.-m-10 {
margin: -2.5rem;
}
.-m-12 {
margin: -3rem;
}
.-m-16 {
margin: -4rem;
}
.-m-20 {
margin: -5rem;
}
.-m-24 {
margin: -6rem;
}
.-m-32 {
margin: -8rem;
}
.-m-40 {
margin: -10rem;
}
.-m-48 {
margin: -12rem;
}
.-m-56 {
margin: -14rem;
}
.-m-64 {
margin: -16rem;
}
.-m-360 {
margin: -90rem;
}
.-m-px {
margin: -1px;
}
.my-0 {
margin-top: 0;
margin-bottom: 0;
}
.mx-0 {
margin-left: 0;
margin-right: 0;
}
.my-1 {
margin-top: 0.25rem;
margin-bottom: 0.25rem;
}
.mx-1 {
margin-left: 0.25rem;
margin-right: 0.25rem;
}
.my-2 {
margin-top: 0.5rem;
margin-bottom: 0.5rem;
}
.mx-2 {
margin-left: 0.5rem;
margin-right: 0.5rem;
}
.my-3 {
margin-top: 0.75rem;
margin-bottom: 0.75rem;
}
.mx-3 {
margin-left: 0.75rem;
margin-right: 0.75rem;
}
.my-4 {
margin-top: 1rem;
margin-bottom: 1rem;
}
.mx-4 {
margin-left: 1rem;
margin-right: 1rem;
}
.my-5 {
margin-top: 1.25rem;
margin-bottom: 1.25rem;
}
.mx-5 {
margin-left: 1.25rem;
margin-right: 1.25rem;
}
.my-6 {
margin-top: 1.5rem;
margin-bottom: 1.5rem;
}
.mx-6 {
margin-left: 1.5rem;
margin-right: 1.5rem;
}
.my-8 {
margin-top: 2rem;
margin-bottom: 2rem;
}
.mx-8 {
margin-left: 2rem;
margin-right: 2rem;
}
.my-10 {
margin-top: 2.5rem;
margin-bottom: 2.5rem;
}
.mx-10 {
margin-left: 2.5rem;
margin-right: 2.5rem;
}
.my-12 {
margin-top: 3rem;
margin-bottom: 3rem;
}
.mx-12 {
margin-left: 3rem;
margin-right: 3rem;
}
.my-16 {
margin-top: 4rem;
margin-bottom: 4rem;
}
.mx-16 {
margin-left: 4rem;
margin-right: 4rem;
}
.my-20 {
margin-top: 5rem;
margin-bottom: 5rem;
}
.mx-20 {
margin-left: 5rem;
margin-right: 5rem;
}
.my-24 {
margin-top: 6rem;
margin-bottom: 6rem;
}
.mx-24 {
margin-left: 6rem;
margin-right: 6rem;
}
.my-32 {
margin-top: 8rem;
margin-bottom: 8rem;
}
.mx-32 {
margin-left: 8rem;
margin-right: 8rem;
}
.my-40 {
margin-top: 10rem;
margin-bottom: 10rem;
}
.mx-40 {
margin-left: 10rem;
margin-right: 10rem;
}
.my-48 {
margin-top: 12rem;
margin-bottom: 12rem;
}
.mx-48 {
margin-left: 12rem;
margin-right: 12rem;
}
.my-56 {
margin-top: 14rem;
margin-bottom: 14rem;
}
.mx-56 {
margin-left: 14rem;
margin-right: 14rem;
}
.my-64 {
margin-top: 16rem;
margin-bottom: 16rem;
}
.mx-64 {
margin-left: 16rem;
margin-right: 16rem;
}
.my-360 {
margin-top: 90rem;
margin-bottom: 90rem;
}
.mx-360 {
margin-left: 90rem;
margin-right: 90rem;
}
.my-auto {
margin-top: auto;
margin-bottom: auto;
}
.mx-auto {
margin-left: auto;
margin-right: auto;
}
.my-px {
margin-top: 1px;
margin-bottom: 1px;
}
.mx-px {
margin-left: 1px;
margin-right: 1px;
}
.-my-1 {
margin-top: -0.25rem;
margin-bottom: -0.25rem;
}
.-mx-1 {
margin-left: -0.25rem;
margin-right: -0.25rem;
}
.-my-2 {
margin-top: -0.5rem;
margin-bottom: -0.5rem;
}
.-mx-2 {
margin-left: -0.5rem;
margin-right: -0.5rem;
}
.-my-3 {
margin-top: -0.75rem;
margin-bottom: -0.75rem;
}
.-mx-3 {
margin-left: -0.75rem;
margin-right: -0.75rem;
}
.-my-4 {
margin-top: -1rem;
margin-bottom: -1rem;
}
.-mx-4 {
margin-left: -1rem;
margin-right: -1rem;
}
.-my-5 {
margin-top: -1.25rem;
margin-bottom: -1.25rem;
}
.-mx-5 {
margin-left: -1.25rem;
margin-right: -1.25rem;
}
.-my-6 {
margin-top: -1.5rem;
margin-bottom: -1.5rem;
}
.-mx-6 {
margin-left: -1.5rem;
margin-right: -1.5rem;
}
.-my-8 {
margin-top: -2rem;
margin-bottom: -2rem;
}
.-mx-8 {
margin-left: -2rem;
margin-right: -2rem;
}
.-my-10 {
margin-top: -2.5rem;
margin-bottom: -2.5rem;
}
.-mx-10 {
margin-left: -2.5rem;
margin-right: -2.5rem;
}
.-my-12 {
margin-top: -3rem;
margin-bottom: -3rem;
}
.-mx-12 {
margin-left: -3rem;
margin-right: -3rem;
}
.-my-16 {
margin-top: -4rem;
margin-bottom: -4rem;
}
.-mx-16 {
margin-left: -4rem;
margin-right: -4rem;
}
.-my-20 {
margin-top: -5rem;
margin-bottom: -5rem;
}
.-mx-20 {
margin-left: -5rem;
margin-right: -5rem;
}
.-my-24 {
margin-top: -6rem;
margin-bottom: -6rem;
}
.-mx-24 {
margin-left: -6rem;
margin-right: -6rem;
}
.-my-32 {
margin-top: -8rem;
margin-bottom: -8rem;
}
.-mx-32 {
margin-left: -8rem;
margin-right: -8rem;
}
.-my-40 {
margin-top: -10rem;
margin-bottom: -10rem;
}
.-mx-40 {
margin-left: -10rem;
margin-right: -10rem;
}
.-my-48 {
margin-top: -12rem;
margin-bottom: -12rem;
}
.-mx-48 {
margin-left: -12rem;
margin-right: -12rem;
}
.-my-56 {
margin-top: -14rem;
margin-bottom: -14rem;
}
.-mx-56 {
margin-left: -14rem;
margin-right: -14rem;
}
.-my-64 {
margin-top: -16rem;
margin-bottom: -16rem;
}
.-mx-64 {
margin-left: -16rem;
margin-right: -16rem;
}
.-my-360 {
margin-top: -90rem;
margin-bottom: -90rem;
}
.-mx-360 {
margin-left: -90rem;
margin-right: -90rem;
}
.-my-px {
margin-top: -1px;
margin-bottom: -1px;
}
.-mx-px {
margin-left: -1px;
margin-right: -1px;
}
.mt-0 {
margin-top: 0;
}
.mr-0 {
margin-right: 0;
}
.mb-0 {
margin-bottom: 0;
}
.ml-0 {
margin-left: 0;
}
.mt-1 {
margin-top: 0.25rem;
}
.mr-1 {
margin-right: 0.25rem;
}
.mb-1 {
margin-bottom: 0.25rem;
}
.ml-1 {
margin-left: 0.25rem;
}
.mt-2 {
margin-top: 0.5rem;
}
.mr-2 {
margin-right: 0.5rem;
}
.mb-2 {
margin-bottom: 0.5rem;
}
.ml-2 {
margin-left: 0.5rem;
}
.mt-3 {
margin-top: 0.75rem;
}
.mr-3 {
margin-right: 0.75rem;
}
.mb-3 {
margin-bottom: 0.75rem;
}
.ml-3 {
margin-left: 0.75rem;
}
.mt-4 {
margin-top: 1rem;
}
.mr-4 {
margin-right: 1rem;
}
.mb-4 {
margin-bottom: 1rem;
}
.ml-4 {
margin-left: 1rem;
}
.mt-5 {
margin-top: 1.25rem;
}
.mr-5 {
margin-right: 1.25rem;
}
.mb-5 {
margin-bottom: 1.25rem;
}
.ml-5 {
margin-left: 1.25rem;
}
.mt-6 {
margin-top: 1.5rem;
}
.mr-6 {
margin-right: 1.5rem;
}
.mb-6 {
margin-bottom: 1.5rem;
}
.ml-6 {
margin-left: 1.5rem;
}
.mt-8 {
margin-top: 2rem;
}
.mr-8 {
margin-right: 2rem;
}
.mb-8 {
margin-bottom: 2rem;
}
.ml-8 {
margin-left: 2rem;
}
.mt-10 {
margin-top: 2.5rem;
}
.mr-10 {
margin-right: 2.5rem;
}
.mb-10 {
margin-bottom: 2.5rem;
}
.ml-10 {
margin-left: 2.5rem;
}
.mt-12 {
margin-top: 3rem;
}
.mr-12 {
margin-right: 3rem;
}
.mb-12 {
margin-bottom: 3rem;
}
.ml-12 {
margin-left: 3rem;
}
.mt-16 {
margin-top: 4rem;
}
.mr-16 {
margin-right: 4rem;
}
.mb-16 {
margin-bottom: 4rem;
}
.ml-16 {
margin-left: 4rem;
}
.mt-20 {
margin-top: 5rem;
}
.mr-20 {
margin-right: 5rem;
}
.mb-20 {
margin-bottom: 5rem;
}
.ml-20 {
margin-left: 5rem;
}
.mt-24 {
margin-top: 6rem;
}
.mr-24 {
margin-right: 6rem;
}
.mb-24 {
margin-bottom: 6rem;
}
.ml-24 {
margin-left: 6rem;
}
.mt-32 {
margin-top: 8rem;
}
.mr-32 {
margin-right: 8rem;
}
.mb-32 {
margin-bottom: 8rem;
}
.ml-32 {
margin-left: 8rem;
}
.mt-40 {
margin-top: 10rem;
}
.mr-40 {
margin-right: 10rem;
}
.mb-40 {
margin-bottom: 10rem;
}
.ml-40 {
margin-left: 10rem;
}
.mt-48 {
margin-top: 12rem;
}
.mr-48 {
margin-right: 12rem;
}
.mb-48 {
margin-bottom: 12rem;
}
.ml-48 {
margin-left: 12rem;
}
.mt-56 {
margin-top: 14rem;
}
.mr-56 {
margin-right: 14rem;
}
.mb-56 {
margin-bottom: 14rem;
}
.ml-56 {
margin-left: 14rem;
}
.mt-64 {
margin-top: 16rem;
}
.mr-64 {
margin-right: 16rem;
}
.mb-64 {
margin-bottom: 16rem;
}
.ml-64 {
margin-left: 16rem;
}
.mt-360 {
margin-top: 90rem;
}
.mr-360 {
margin-right: 90rem;
}
.mb-360 {
margin-bottom: 90rem;
}
.ml-360 {
margin-left: 90rem;
}
.mt-auto {
margin-top: auto;
}
.mr-auto {
margin-right: auto;
}
.mb-auto {
margin-bottom: auto;
}
.ml-auto {
margin-left: auto;
}
.mt-px {
margin-top: 1px;
}
.mr-px {
margin-right: 1px;
}
.mb-px {
margin-bottom: 1px;
}
.ml-px {
margin-left: 1px;
}
.-mt-1 {
margin-top: -0.25rem;
}
.-mr-1 {
margin-right: -0.25rem;
}
.-mb-1 {
margin-bottom: -0.25rem;
}
.-ml-1 {
margin-left: -0.25rem;
}
.-mt-2 {
margin-top: -0.5rem;
}
.-mr-2 {
margin-right: -0.5rem;
}
.-mb-2 {
margin-bottom: -0.5rem;
}
.-ml-2 {
margin-left: -0.5rem;
}
.-mt-3 {
margin-top: -0.75rem;
}
.-mr-3 {
margin-right: -0.75rem;
}
.-mb-3 {
margin-bottom: -0.75rem;
}
.-ml-3 {
margin-left: -0.75rem;
}
.-mt-4 {
margin-top: -1rem;
}
.-mr-4 {
margin-right: -1rem;
}
.-mb-4 {
margin-bottom: -1rem;
}
.-ml-4 {
margin-left: -1rem;
}
.-mt-5 {
margin-top: -1.25rem;
}
.-mr-5 {
margin-right: -1.25rem;
}
.-mb-5 {
margin-bottom: -1.25rem;
}
.-ml-5 {
margin-left: -1.25rem;
}
.-mt-6 {
margin-top: -1.5rem;
}
.-mr-6 {
margin-right: -1.5rem;
}
.-mb-6 {
margin-bottom: -1.5rem;
}
.-ml-6 {
margin-left: -1.5rem;
}
.-mt-8 {
margin-top: -2rem;
}
.-mr-8 {
margin-right: -2rem;
}
.-mb-8 {
margin-bottom: -2rem;
}
.-ml-8 {
margin-left: -2rem;
}
.-mt-10 {
margin-top: -2.5rem;
}
.-mr-10 {
margin-right: -2.5rem;
}
.-mb-10 {
margin-bottom: -2.5rem;
}
.-ml-10 {
margin-left: -2.5rem;
}
.-mt-12 {
margin-top: -3rem;
}
.-mr-12 {
margin-right: -3rem;
}
.-mb-12 {
margin-bottom: -3rem;
}
.-ml-12 {
margin-left: -3rem;
}
.-mt-16 {
margin-top: -4rem;
}
.-mr-16 {
margin-right: -4rem;
}
.-mb-16 {
margin-bottom: -4rem;
}
.-ml-16 {
margin-left: -4rem;
}
.-mt-20 {
margin-top: -5rem;
}
.-mr-20 {
margin-right: -5rem;
}
.-mb-20 {
margin-bottom: -5rem;
}
.-ml-20 {
margin-left: -5rem;
}
.-mt-24 {
margin-top: -6rem;
}
.-mr-24 {
margin-right: -6rem;
}
.-mb-24 {
margin-bottom: -6rem;
}
.-ml-24 {
margin-left: -6rem;
}
.-mt-32 {
margin-top: -8rem;
}
.-mr-32 {
margin-right: -8rem;
}
.-mb-32 {
margin-bottom: -8rem;
}
.-ml-32 {
margin-left: -8rem;
}
.-mt-40 {
margin-top: -10rem;
}
.-mr-40 {
margin-right: -10rem;
}
.-mb-40 {
margin-bottom: -10rem;
}
.-ml-40 {
margin-left: -10rem;
}
.-mt-48 {
margin-top: -12rem;
}
.-mr-48 {
margin-right: -12rem;
}
.-mb-48 {
margin-bottom: -12rem;
}
.-ml-48 {
margin-left: -12rem;
}
.-mt-56 {
margin-top: -14rem;
}
.-mr-56 {
margin-right: -14rem;
}
.-mb-56 {
margin-bottom: -14rem;
}
.-ml-56 {
margin-left: -14rem;
}
.-mt-64 {
margin-top: -16rem;
}
.-mr-64 {
margin-right: -16rem;
}
.-mb-64 {
margin-bottom: -16rem;
}
.-ml-64 {
margin-left: -16rem;
}
.-mt-360 {
margin-top: -90rem;
}
.-mr-360 {
margin-right: -90rem;
}
.-mb-360 {
margin-bottom: -90rem;
}
.-ml-360 {
margin-left: -90rem;
}
.-mt-px {
margin-top: -1px;
}
.-mr-px {
margin-right: -1px;
}
.-mb-px {
margin-bottom: -1px;
}
.-ml-px {
margin-left: -1px;
}
.hover\:m-0:hover {
margin: 0;
}
.hover\:m-1:hover {
margin: 0.25rem;
}
.hover\:m-2:hover {
margin: 0.5rem;
}
.hover\:m-3:hover {
margin: 0.75rem;
}
.hover\:m-4:hover {
margin: 1rem;
}
.hover\:m-5:hover {
margin: 1.25rem;
}
.hover\:m-6:hover {
margin: 1.5rem;
}
.hover\:m-8:hover {
margin: 2rem;
}
.hover\:m-10:hover {
margin: 2.5rem;
}
.hover\:m-12:hover {
margin: 3rem;
}
.hover\:m-16:hover {
margin: 4rem;
}
.hover\:m-20:hover {
margin: 5rem;
}
.hover\:m-24:hover {
margin: 6rem;
}
.hover\:m-32:hover {
margin: 8rem;
}
.hover\:m-40:hover {
margin: 10rem;
}
.hover\:m-48:hover {
margin: 12rem;
}
.hover\:m-56:hover {
margin: 14rem;
}
.hover\:m-64:hover {
margin: 16rem;
}
.hover\:m-360:hover {
margin: 90rem;
}
.hover\:m-auto:hover {
margin: auto;
}
.hover\:m-px:hover {
margin: 1px;
}
.hover\:-m-1:hover {
margin: -0.25rem;
}
.hover\:-m-2:hover {
margin: -0.5rem;
}
.hover\:-m-3:hover {
margin: -0.75rem;
}
.hover\:-m-4:hover {
margin: -1rem;
}
.hover\:-m-5:hover {
margin: -1.25rem;
}
.hover\:-m-6:hover {
margin: -1.5rem;
}
.hover\:-m-8:hover {
margin: -2rem;
}
.hover\:-m-10:hover {
margin: -2.5rem;
}
.hover\:-m-12:hover {
margin: -3rem;
}
.hover\:-m-16:hover {
margin: -4rem;
}
.hover\:-m-20:hover {
margin: -5rem;
}
.hover\:-m-24:hover {
margin: -6rem;
}
.hover\:-m-32:hover {
margin: -8rem;
}
.hover\:-m-40:hover {
margin: -10rem;
}
.hover\:-m-48:hover {
margin: -12rem;
}
.hover\:-m-56:hover {
margin: -14rem;
}
.hover\:-m-64:hover {
margin: -16rem;
}
.hover\:-m-360:hover {
margin: -90rem;
}
.hover\:-m-px:hover {
margin: -1px;
}
.hover\:my-0:hover {
margin-top: 0;
margin-bottom: 0;
}
.hover\:mx-0:hover {
margin-left: 0;
margin-right: 0;
}
.hover\:my-1:hover {
margin-top: 0.25rem;
margin-bottom: 0.25rem;
}
.hover\:mx-1:hover {
margin-left: 0.25rem;
margin-right: 0.25rem;
}
.hover\:my-2:hover {
margin-top: 0.5rem;
margin-bottom: 0.5rem;
}
.hover\:mx-2:hover {
margin-left: 0.5rem;
margin-right: 0.5rem;
}
.hover\:my-3:hover {
margin-top: 0.75rem;
margin-bottom: 0.75rem;
}
.hover\:mx-3:hover {
margin-left: 0.75rem;
margin-right: 0.75rem;
}
.hover\:my-4:hover {
margin-top: 1rem;
margin-bottom: 1rem;
}
.hover\:mx-4:hover {
margin-left: 1rem;
margin-right: 1rem;
}
.hover\:my-5:hover {
margin-top: 1.25rem;
margin-bottom: 1.25rem;
}
.hover\:mx-5:hover {
margin-left: 1.25rem;
margin-right: 1.25rem;
}
.hover\:my-6:hover {
margin-top: 1.5rem;
margin-bottom: 1.5rem;
}
.hover\:mx-6:hover {
margin-left: 1.5rem;
margin-right: 1.5rem;
}
.hover\:my-8:hover {
margin-top: 2rem;
margin-bottom: 2rem;
}
.hover\:mx-8:hover {
margin-left: 2rem;
margin-right: 2rem;
}
.hover\:my-10:hover {
margin-top: 2.5rem;
margin-bottom: 2.5rem;
}
.hover\:mx-10:hover {
margin-left: 2.5rem;
margin-right: 2.5rem;
}
.hover\:my-12:hover {
margin-top: 3rem;
margin-bottom: 3rem;
}
.hover\:mx-12:hover {
margin-left: 3rem;
margin-right: 3rem;
}
.hover\:my-16:hover {
margin-top: 4rem;
margin-bottom: 4rem;
}
.hover\:mx-16:hover {
margin-left: 4rem;
margin-right: 4rem;
}
.hover\:my-20:hover {
margin-top: 5rem;
margin-bottom: 5rem;
}
.hover\:mx-20:hover {
margin-left: 5rem;
margin-right: 5rem;
}
.hover\:my-24:hover {
margin-top: 6rem;
margin-bottom: 6rem;
}
.hover\:mx-24:hover {
margin-left: 6rem;
margin-right: 6rem;
}
.hover\:my-32:hover {
margin-top: 8rem;
margin-bottom: 8rem;
}
.hover\:mx-32:hover {
margin-left: 8rem;
margin-right: 8rem;
}
.hover\:my-40:hover {
margin-top: 10rem;
margin-bottom: 10rem;
}
.hover\:mx-40:hover {
margin-left: 10rem;
margin-right: 10rem;
}
.hover\:my-48:hover {
margin-top: 12rem;
margin-bottom: 12rem;
}
.hover\:mx-48:hover {
margin-left: 12rem;
margin-right: 12rem;
}
.hover\:my-56:hover {
margin-top: 14rem;
margin-bottom: 14rem;
}
.hover\:mx-56:hover {
margin-left: 14rem;
margin-right: 14rem;
}
.hover\:my-64:hover {
margin-top: 16rem;
margin-bottom: 16rem;
}
.hover\:mx-64:hover {
margin-left: 16rem;
margin-right: 16rem;
}
.hover\:my-360:hover {
margin-top: 90rem;
margin-bottom: 90rem;
}
.hover\:mx-360:hover {
margin-left: 90rem;
margin-right: 90rem;
}
.hover\:my-auto:hover {
margin-top: auto;
margin-bottom: auto;
}
.hover\:mx-auto:hover {
margin-left: auto;
margin-right: auto;
}
.hover\:my-px:hover {
margin-top: 1px;
margin-bottom: 1px;
}
.hover\:mx-px:hover {
margin-left: 1px;
margin-right: 1px;
}
.hover\:-my-1:hover {
margin-top: -0.25rem;
margin-bottom: -0.25rem;
}
.hover\:-mx-1:hover {
margin-left: -0.25rem;
margin-right: -0.25rem;
}
.hover\:-my-2:hover {
margin-top: -0.5rem;
margin-bottom: -0.5rem;
}
.hover\:-mx-2:hover {
margin-left: -0.5rem;
margin-right: -0.5rem;
}
.hover\:-my-3:hover {
margin-top: -0.75rem;
margin-bottom: -0.75rem;
}
.hover\:-mx-3:hover {
margin-left: -0.75rem;
margin-right: -0.75rem;
}
.hover\:-my-4:hover {
margin-top: -1rem;
margin-bottom: -1rem;
}
.hover\:-mx-4:hover {
margin-left: -1rem;
margin-right: -1rem;
}
.hover\:-my-5:hover {
margin-top: -1.25rem;
margin-bottom: -1.25rem;
}
.hover\:-mx-5:hover {
margin-left: -1.25rem;
margin-right: -1.25rem;
}
.hover\:-my-6:hover {
margin-top: -1.5rem;
margin-bottom: -1.5rem;
}
.hover\:-mx-6:hover {
margin-left: -1.5rem;
margin-right: -1.5rem;
}
.hover\:-my-8:hover {
margin-top: -2rem;
margin-bottom: -2rem;
}
.hover\:-mx-8:hover {
margin-left: -2rem;
margin-right: -2rem;
}
.hover\:-my-10:hover {
margin-top: -2.5rem;
margin-bottom: -2.5rem;
}
.hover\:-mx-10:hover {
margin-left: -2.5rem;
margin-right: -2.5rem;
}
.hover\:-my-12:hover {
margin-top: -3rem;
margin-bottom: -3rem;
}
.hover\:-mx-12:hover {
margin-left: -3rem;
margin-right: -3rem;
}
.hover\:-my-16:hover {
margin-top: -4rem;
margin-bottom: -4rem;
}
.hover\:-mx-16:hover {
margin-left: -4rem;
margin-right: -4rem;
}
.hover\:-my-20:hover {
margin-top: -5rem;
margin-bottom: -5rem;
}
.hover\:-mx-20:hover {
margin-left: -5rem;
margin-right: -5rem;
}
.hover\:-my-24:hover {
margin-top: -6rem;
margin-bottom: -6rem;
}
.hover\:-mx-24:hover {
margin-left: -6rem;
margin-right: -6rem;
}
.hover\:-my-32:hover {
margin-top: -8rem;
margin-bottom: -8rem;
}
.hover\:-mx-32:hover {
margin-left: -8rem;
margin-right: -8rem;
}
.hover\:-my-40:hover {
margin-top: -10rem;
margin-bottom: -10rem;
}
.hover\:-mx-40:hover {
margin-left: -10rem;
margin-right: -10rem;
}
.hover\:-my-48:hover {
margin-top: -12rem;
margin-bottom: -12rem;
}
.hover\:-mx-48:hover {
margin-left: -12rem;
margin-right: -12rem;
}
.hover\:-my-56:hover {
margin-top: -14rem;
margin-bottom: -14rem;
}
.hover\:-mx-56:hover {
margin-left: -14rem;
margin-right: -14rem;
}
.hover\:-my-64:hover {
margin-top: -16rem;
margin-bottom: -16rem;
}
.hover\:-mx-64:hover {
margin-left: -16rem;
margin-right: -16rem;
}
.hover\:-my-360:hover {
margin-top: -90rem;
margin-bottom: -90rem;
}
.hover\:-mx-360:hover {
margin-left: -90rem;
margin-right: -90rem;
}
.hover\:-my-px:hover {
margin-top: -1px;
margin-bottom: -1px;
}
.hover\:-mx-px:hover {
margin-left: -1px;
margin-right: -1px;
}
.hover\:mt-0:hover {
margin-top: 0;
}
.hover\:mr-0:hover {
margin-right: 0;
}
.hover\:mb-0:hover {
margin-bottom: 0;
}
.hover\:ml-0:hover {
margin-left: 0;
}
.hover\:mt-1:hover {
margin-top: 0.25rem;
}
.hover\:mr-1:hover {
margin-right: 0.25rem;
}
.hover\:mb-1:hover {
margin-bottom: 0.25rem;
}
.hover\:ml-1:hover {
margin-left: 0.25rem;
}
.hover\:mt-2:hover {
margin-top: 0.5rem;
}
.hover\:mr-2:hover {
margin-right: 0.5rem;
}
.hover\:mb-2:hover {
margin-bottom: 0.5rem;
}
.hover\:ml-2:hover {
margin-left: 0.5rem;
}
.hover\:mt-3:hover {
margin-top: 0.75rem;
}
.hover\:mr-3:hover {
margin-right: 0.75rem;
}
.hover\:mb-3:hover {
margin-bottom: 0.75rem;
}
.hover\:ml-3:hover {
margin-left: 0.75rem;
}
.hover\:mt-4:hover {
margin-top: 1rem;
}
.hover\:mr-4:hover {
margin-right: 1rem;
}
.hover\:mb-4:hover {
margin-bottom: 1rem;
}
.hover\:ml-4:hover {
margin-left: 1rem;
}
.hover\:mt-5:hover {
margin-top: 1.25rem;
}
.hover\:mr-5:hover {
margin-right: 1.25rem;
}
.hover\:mb-5:hover {
margin-bottom: 1.25rem;
}
.hover\:ml-5:hover {
margin-left: 1.25rem;
}
.hover\:mt-6:hover {
margin-top: 1.5rem;
}
.hover\:mr-6:hover {
margin-right: 1.5rem;
}
.hover\:mb-6:hover {
margin-bottom: 1.5rem;
}
.hover\:ml-6:hover {
margin-left: 1.5rem;
}
.hover\:mt-8:hover {
margin-top: 2rem;
}
.hover\:mr-8:hover {
margin-right: 2rem;
}
.hover\:mb-8:hover {
margin-bottom: 2rem;
}
.hover\:ml-8:hover {
margin-left: 2rem;
}
.hover\:mt-10:hover {
margin-top: 2.5rem;
}
.hover\:mr-10:hover {
margin-right: 2.5rem;
}
.hover\:mb-10:hover {
margin-bottom: 2.5rem;
}
.hover\:ml-10:hover {
margin-left: 2.5rem;
}
.hover\:mt-12:hover {
margin-top: 3rem;
}
.hover\:mr-12:hover {
margin-right: 3rem;
}
.hover\:mb-12:hover {
margin-bottom: 3rem;
}
.hover\:ml-12:hover {
margin-left: 3rem;
}
.hover\:mt-16:hover {
margin-top: 4rem;
}
.hover\:mr-16:hover {
margin-right: 4rem;
}
.hover\:mb-16:hover {
margin-bottom: 4rem;
}
.hover\:ml-16:hover {
margin-left: 4rem;
}
.hover\:mt-20:hover {
margin-top: 5rem;
}
.hover\:mr-20:hover {
margin-right: 5rem;
}
.hover\:mb-20:hover {
margin-bottom: 5rem;
}
.hover\:ml-20:hover {
margin-left: 5rem;
}
.hover\:mt-24:hover {
margin-top: 6rem;
}
.hover\:mr-24:hover {
margin-right: 6rem;
}
.hover\:mb-24:hover {
margin-bottom: 6rem;
}
.hover\:ml-24:hover {
margin-left: 6rem;
}
.hover\:mt-32:hover {
margin-top: 8rem;
}
.hover\:mr-32:hover {
margin-right: 8rem;
}
.hover\:mb-32:hover {
margin-bottom: 8rem;
}
.hover\:ml-32:hover {
margin-left: 8rem;
}
.hover\:mt-40:hover {
margin-top: 10rem;
}
.hover\:mr-40:hover {
margin-right: 10rem;
}
.hover\:mb-40:hover {
margin-bottom: 10rem;
}
.hover\:ml-40:hover {
margin-left: 10rem;
}
.hover\:mt-48:hover {
margin-top: 12rem;
}
.hover\:mr-48:hover {
margin-right: 12rem;
}
.hover\:mb-48:hover {
margin-bottom: 12rem;
}
.hover\:ml-48:hover {
margin-left: 12rem;
}
.hover\:mt-56:hover {
margin-top: 14rem;
}
.hover\:mr-56:hover {
margin-right: 14rem;
}
.hover\:mb-56:hover {
margin-bottom: 14rem;
}
.hover\:ml-56:hover {
margin-left: 14rem;
}
.hover\:mt-64:hover {
margin-top: 16rem;
}
.hover\:mr-64:hover {
margin-right: 16rem;
}
.hover\:mb-64:hover {
margin-bottom: 16rem;
}
.hover\:ml-64:hover {
margin-left: 16rem;
}
.hover\:mt-360:hover {
margin-top: 90rem;
}
.hover\:mr-360:hover {
margin-right: 90rem;
}
.hover\:mb-360:hover {
margin-bottom: 90rem;
}
.hover\:ml-360:hover {
margin-left: 90rem;
}
.hover\:mt-auto:hover {
margin-top: auto;
}
.hover\:mr-auto:hover {
margin-right: auto;
}
.hover\:mb-auto:hover {
margin-bottom: auto;
}
.hover\:ml-auto:hover {
margin-left: auto;
}
.hover\:mt-px:hover {
margin-top: 1px;
}
.hover\:mr-px:hover {
margin-right: 1px;
}
.hover\:mb-px:hover {
margin-bottom: 1px;
}
.hover\:ml-px:hover {
margin-left: 1px;
}
.hover\:-mt-1:hover {
margin-top: -0.25rem;
}
.hover\:-mr-1:hover {
margin-right: -0.25rem;
}
.hover\:-mb-1:hover {
margin-bottom: -0.25rem;
}
.hover\:-ml-1:hover {
margin-left: -0.25rem;
}
.hover\:-mt-2:hover {
margin-top: -0.5rem;
}
.hover\:-mr-2:hover {
margin-right: -0.5rem;
}
.hover\:-mb-2:hover {
margin-bottom: -0.5rem;
}
.hover\:-ml-2:hover {
margin-left: -0.5rem;
}
.hover\:-mt-3:hover {
margin-top: -0.75rem;
}
.hover\:-mr-3:hover {
margin-right: -0.75rem;
}
.hover\:-mb-3:hover {
margin-bottom: -0.75rem;
}
.hover\:-ml-3:hover {
margin-left: -0.75rem;
}
.hover\:-mt-4:hover {
margin-top: -1rem;
}
.hover\:-mr-4:hover {
margin-right: -1rem;
}
.hover\:-mb-4:hover {
margin-bottom: -1rem;
}
.hover\:-ml-4:hover {
margin-left: -1rem;
}
.hover\:-mt-5:hover {
margin-top: -1.25rem;
}
.hover\:-mr-5:hover {
margin-right: -1.25rem;
}
.hover\:-mb-5:hover {
margin-bottom: -1.25rem;
}
.hover\:-ml-5:hover {
margin-left: -1.25rem;
}
.hover\:-mt-6:hover {
margin-top: -1.5rem;
}
.hover\:-mr-6:hover {
margin-right: -1.5rem;
}
.hover\:-mb-6:hover {
margin-bottom: -1.5rem;
}
.hover\:-ml-6:hover {
margin-left: -1.5rem;
}
.hover\:-mt-8:hover {
margin-top: -2rem;
}
.hover\:-mr-8:hover {
margin-right: -2rem;
}
.hover\:-mb-8:hover {
margin-bottom: -2rem;
}
.hover\:-ml-8:hover {
margin-left: -2rem;
}
.hover\:-mt-10:hover {
margin-top: -2.5rem;
}
.hover\:-mr-10:hover {
margin-right: -2.5rem;
}
.hover\:-mb-10:hover {
margin-bottom: -2.5rem;
}
.hover\:-ml-10:hover {
margin-left: -2.5rem;
}
.hover\:-mt-12:hover {
margin-top: -3rem;
}
.hover\:-mr-12:hover {
margin-right: -3rem;
}
.hover\:-mb-12:hover {
margin-bottom: -3rem;
}
.hover\:-ml-12:hover {
margin-left: -3rem;
}
.hover\:-mt-16:hover {
margin-top: -4rem;
}
.hover\:-mr-16:hover {
margin-right: -4rem;
}
.hover\:-mb-16:hover {
margin-bottom: -4rem;
}
.hover\:-ml-16:hover {
margin-left: -4rem;
}
.hover\:-mt-20:hover {
margin-top: -5rem;
}
.hover\:-mr-20:hover {
margin-right: -5rem;
}
.hover\:-mb-20:hover {
margin-bottom: -5rem;
}
.hover\:-ml-20:hover {
margin-left: -5rem;
}
.hover\:-mt-24:hover {
margin-top: -6rem;
}
.hover\:-mr-24:hover {
margin-right: -6rem;
}
.hover\:-mb-24:hover {
margin-bottom: -6rem;
}
.hover\:-ml-24:hover {
margin-left: -6rem;
}
.hover\:-mt-32:hover {
margin-top: -8rem;
}
.hover\:-mr-32:hover {
margin-right: -8rem;
}
.hover\:-mb-32:hover {
margin-bottom: -8rem;
}
.hover\:-ml-32:hover {
margin-left: -8rem;
}
.hover\:-mt-40:hover {
margin-top: -10rem;
}
.hover\:-mr-40:hover {
margin-right: -10rem;
}
.hover\:-mb-40:hover {
margin-bottom: -10rem;
}
.hover\:-ml-40:hover {
margin-left: -10rem;
}
.hover\:-mt-48:hover {
margin-top: -12rem;
}
.hover\:-mr-48:hover {
margin-right: -12rem;
}
.hover\:-mb-48:hover {
margin-bottom: -12rem;
}
.hover\:-ml-48:hover {
margin-left: -12rem;
}
.hover\:-mt-56:hover {
margin-top: -14rem;
}
.hover\:-mr-56:hover {
margin-right: -14rem;
}
.hover\:-mb-56:hover {
margin-bottom: -14rem;
}
.hover\:-ml-56:hover {
margin-left: -14rem;
}
.hover\:-mt-64:hover {
margin-top: -16rem;
}
.hover\:-mr-64:hover {
margin-right: -16rem;
}
.hover\:-mb-64:hover {
margin-bottom: -16rem;
}
.hover\:-ml-64:hover {
margin-left: -16rem;
}
.hover\:-mt-360:hover {
margin-top: -90rem;
}
.hover\:-mr-360:hover {
margin-right: -90rem;
}
.hover\:-mb-360:hover {
margin-bottom: -90rem;
}
.hover\:-ml-360:hover {
margin-left: -90rem;
}
.hover\:-mt-px:hover {
margin-top: -1px;
}
.hover\:-mr-px:hover {
margin-right: -1px;
}
.hover\:-mb-px:hover {
margin-bottom: -1px;
}
.hover\:-ml-px:hover {
margin-left: -1px;
}
.group:hover .group-hover\:m-0 {
margin: 0;
}
.group:hover .group-hover\:m-1 {
margin: 0.25rem;
}
.group:hover .group-hover\:m-2 {
margin: 0.5rem;
}
.group:hover .group-hover\:m-3 {
margin: 0.75rem;
}
.group:hover .group-hover\:m-4 {
margin: 1rem;
}
.group:hover .group-hover\:m-5 {
margin: 1.25rem;
}
.group:hover .group-hover\:m-6 {
margin: 1.5rem;
}
.group:hover .group-hover\:m-8 {
margin: 2rem;
}
.group:hover .group-hover\:m-10 {
margin: 2.5rem;
}
.group:hover .group-hover\:m-12 {
margin: 3rem;
}
.group:hover .group-hover\:m-16 {
margin: 4rem;
}
.group:hover .group-hover\:m-20 {
margin: 5rem;
}
.group:hover .group-hover\:m-24 {
margin: 6rem;
}
.group:hover .group-hover\:m-32 {
margin: 8rem;
}
.group:hover .group-hover\:m-40 {
margin: 10rem;
}
.group:hover .group-hover\:m-48 {
margin: 12rem;
}
.group:hover .group-hover\:m-56 {
margin: 14rem;
}
.group:hover .group-hover\:m-64 {
margin: 16rem;
}
.group:hover .group-hover\:m-360 {
margin: 90rem;
}
.group:hover .group-hover\:m-auto {
margin: auto;
}
.group:hover .group-hover\:m-px {
margin: 1px;
}
.group:hover .group-hover\:-m-1 {
margin: -0.25rem;
}
.group:hover .group-hover\:-m-2 {
margin: -0.5rem;
}
.group:hover .group-hover\:-m-3 {
margin: -0.75rem;
}
.group:hover .group-hover\:-m-4 {
margin: -1rem;
}
.group:hover .group-hover\:-m-5 {
margin: -1.25rem;
}
.group:hover .group-hover\:-m-6 {
margin: -1.5rem;
}
.group:hover .group-hover\:-m-8 {
margin: -2rem;
}
.group:hover .group-hover\:-m-10 {
margin: -2.5rem;
}
.group:hover .group-hover\:-m-12 {
margin: -3rem;
}
.group:hover .group-hover\:-m-16 {
margin: -4rem;
}
.group:hover .group-hover\:-m-20 {
margin: -5rem;
}
.group:hover .group-hover\:-m-24 {
margin: -6rem;
}
.group:hover .group-hover\:-m-32 {
margin: -8rem;
}
.group:hover .group-hover\:-m-40 {
margin: -10rem;
}
.group:hover .group-hover\:-m-48 {
margin: -12rem;
}
.group:hover .group-hover\:-m-56 {
margin: -14rem;
}
.group:hover .group-hover\:-m-64 {
margin: -16rem;
}
.group:hover .group-hover\:-m-360 {
margin: -90rem;
}
.group:hover .group-hover\:-m-px {
margin: -1px;
}
.group:hover .group-hover\:my-0 {
margin-top: 0;
margin-bottom: 0;
}
.group:hover .group-hover\:mx-0 {
margin-left: 0;
margin-right: 0;
}
.group:hover .group-hover\:my-1 {
margin-top: 0.25rem;
margin-bottom: 0.25rem;
}
.group:hover .group-hover\:mx-1 {
margin-left: 0.25rem;
margin-right: 0.25rem;
}
.group:hover .group-hover\:my-2 {
margin-top: 0.5rem;
margin-bottom: 0.5rem;
}
.group:hover .group-hover\:mx-2 {
margin-left: 0.5rem;
margin-right: 0.5rem;
}
.group:hover .group-hover\:my-3 {
margin-top: 0.75rem;
margin-bottom: 0.75rem;
}
.group:hover .group-hover\:mx-3 {
margin-left: 0.75rem;
margin-right: 0.75rem;
}
.group:hover .group-hover\:my-4 {
margin-top: 1rem;
margin-bottom: 1rem;
}
.group:hover .group-hover\:mx-4 {
margin-left: 1rem;
margin-right: 1rem;
}
.group:hover .group-hover\:my-5 {
margin-top: 1.25rem;
margin-bottom: 1.25rem;
}
.group:hover .group-hover\:mx-5 {
margin-left: 1.25rem;
margin-right: 1.25rem;
}
.group:hover .group-hover\:my-6 {
margin-top: 1.5rem;
margin-bottom: 1.5rem;
}
.group:hover .group-hover\:mx-6 {
margin-left: 1.5rem;
margin-right: 1.5rem;
}
.group:hover .group-hover\:my-8 {
margin-top: 2rem;
margin-bottom: 2rem;
}
.group:hover .group-hover\:mx-8 {
margin-left: 2rem;
margin-right: 2rem;
}
.group:hover .group-hover\:my-10 {
margin-top: 2.5rem;
margin-bottom: 2.5rem;
}
.group:hover .group-hover\:mx-10 {
margin-left: 2.5rem;
margin-right: 2.5rem;
}
.group:hover .group-hover\:my-12 {
margin-top: 3rem;
margin-bottom: 3rem;
}
.group:hover .group-hover\:mx-12 {
margin-left: 3rem;
margin-right: 3rem;
}
.group:hover .group-hover\:my-16 {
margin-top: 4rem;
margin-bottom: 4rem;
}
.group:hover .group-hover\:mx-16 {
margin-left: 4rem;
margin-right: 4rem;
}
.group:hover .group-hover\:my-20 {
margin-top: 5rem;
margin-bottom: 5rem;
}
.group:hover .group-hover\:mx-20 {
margin-left: 5rem;
margin-right: 5rem;
}
.group:hover .group-hover\:my-24 {
margin-top: 6rem;
margin-bottom: 6rem;
}
.group:hover .group-hover\:mx-24 {
margin-left: 6rem;
margin-right: 6rem;
}
.group:hover .group-hover\:my-32 {
margin-top: 8rem;
margin-bottom: 8rem;
}
.group:hover .group-hover\:mx-32 {
margin-left: 8rem;
margin-right: 8rem;
}
.group:hover .group-hover\:my-40 {
margin-top: 10rem;
margin-bottom: 10rem;
}
.group:hover .group-hover\:mx-40 {
margin-left: 10rem;
margin-right: 10rem;
}
.group:hover .group-hover\:my-48 {
margin-top: 12rem;
margin-bottom: 12rem;
}
.group:hover .group-hover\:mx-48 {
margin-left: 12rem;
margin-right: 12rem;
}
.group:hover .group-hover\:my-56 {
margin-top: 14rem;
margin-bottom: 14rem;
}
.group:hover .group-hover\:mx-56 {
margin-left: 14rem;
margin-right: 14rem;
}
.group:hover .group-hover\:my-64 {
margin-top: 16rem;
margin-bottom: 16rem;
}
.group:hover .group-hover\:mx-64 {
margin-left: 16rem;
margin-right: 16rem;
}
.group:hover .group-hover\:my-360 {
margin-top: 90rem;
margin-bottom: 90rem;
}
.group:hover .group-hover\:mx-360 {
margin-left: 90rem;
margin-right: 90rem;
}
.group:hover .group-hover\:my-auto {
margin-top: auto;
margin-bottom: auto;
}
.group:hover .group-hover\:mx-auto {
margin-left: auto;
margin-right: auto;
}
.group:hover .group-hover\:my-px {
margin-top: 1px;
margin-bottom: 1px;
}
.group:hover .group-hover\:mx-px {
margin-left: 1px;
margin-right: 1px;
}
.group:hover .group-hover\:-my-1 {
margin-top: -0.25rem;
margin-bottom: -0.25rem;
}
.group:hover .group-hover\:-mx-1 {
margin-left: -0.25rem;
margin-right: -0.25rem;
}
.group:hover .group-hover\:-my-2 {
margin-top: -0.5rem;
margin-bottom: -0.5rem;
}
.group:hover .group-hover\:-mx-2 {
margin-left: -0.5rem;
margin-right: -0.5rem;
}
.group:hover .group-hover\:-my-3 {
margin-top: -0.75rem;
margin-bottom: -0.75rem;
}
.group:hover .group-hover\:-mx-3 {
margin-left: -0.75rem;
margin-right: -0.75rem;
}
.group:hover .group-hover\:-my-4 {
margin-top: -1rem;
margin-bottom: -1rem;
}
.group:hover .group-hover\:-mx-4 {
margin-left: -1rem;
margin-right: -1rem;
}
.group:hover .group-hover\:-my-5 {
margin-top: -1.25rem;
margin-bottom: -1.25rem;
}
.group:hover .group-hover\:-mx-5 {
margin-left: -1.25rem;
margin-right: -1.25rem;
}
.group:hover .group-hover\:-my-6 {
margin-top: -1.5rem;
margin-bottom: -1.5rem;
}
.group:hover .group-hover\:-mx-6 {
margin-left: -1.5rem;
margin-right: -1.5rem;
}
.group:hover .group-hover\:-my-8 {
margin-top: -2rem;
margin-bottom: -2rem;
}
.group:hover .group-hover\:-mx-8 {
margin-left: -2rem;
margin-right: -2rem;
}
.group:hover .group-hover\:-my-10 {
margin-top: -2.5rem;
margin-bottom: -2.5rem;
}
.group:hover .group-hover\:-mx-10 {
margin-left: -2.5rem;
margin-right: -2.5rem;
}
.group:hover .group-hover\:-my-12 {
margin-top: -3rem;
margin-bottom: -3rem;
}
.group:hover .group-hover\:-mx-12 {
margin-left: -3rem;
margin-right: -3rem;
}
.group:hover .group-hover\:-my-16 {
margin-top: -4rem;
margin-bottom: -4rem;
}
.group:hover .group-hover\:-mx-16 {
margin-left: -4rem;
margin-right: -4rem;
}
.group:hover .group-hover\:-my-20 {
margin-top: -5rem;
margin-bottom: -5rem;
}
.group:hover .group-hover\:-mx-20 {
margin-left: -5rem;
margin-right: -5rem;
}
.group:hover .group-hover\:-my-24 {
margin-top: -6rem;
margin-bottom: -6rem;
}
.group:hover .group-hover\:-mx-24 {
margin-left: -6rem;
margin-right: -6rem;
}
.group:hover .group-hover\:-my-32 {
margin-top: -8rem;
margin-bottom: -8rem;
}
.group:hover .group-hover\:-mx-32 {
margin-left: -8rem;
margin-right: -8rem;
}
.group:hover .group-hover\:-my-40 {
margin-top: -10rem;
margin-bottom: -10rem;
}
.group:hover .group-hover\:-mx-40 {
margin-left: -10rem;
margin-right: -10rem;
}
.group:hover .group-hover\:-my-48 {
margin-top: -12rem;
margin-bottom: -12rem;
}
.group:hover .group-hover\:-mx-48 {
margin-left: -12rem;
margin-right: -12rem;
}
.group:hover .group-hover\:-my-56 {
margin-top: -14rem;
margin-bottom: -14rem;
}
.group:hover .group-hover\:-mx-56 {
margin-left: -14rem;
margin-right: -14rem;
}
.group:hover .group-hover\:-my-64 {
margin-top: -16rem;
margin-bottom: -16rem;
}
.group:hover .group-hover\:-mx-64 {
margin-left: -16rem;
margin-right: -16rem;
}
.group:hover .group-hover\:-my-360 {
margin-top: -90rem;
margin-bottom: -90rem;
}
.group:hover .group-hover\:-mx-360 {
margin-left: -90rem;
margin-right: -90rem;
}
.group:hover .group-hover\:-my-px {
margin-top: -1px;
margin-bottom: -1px;
}
.group:hover .group-hover\:-mx-px {
margin-left: -1px;
margin-right: -1px;
}
.group:hover .group-hover\:mt-0 {
margin-top: 0;
}
.group:hover .group-hover\:mr-0 {
margin-right: 0;
}
.group:hover .group-hover\:mb-0 {
margin-bottom: 0;
}
.group:hover .group-hover\:ml-0 {
margin-left: 0;
}
.group:hover .group-hover\:mt-1 {
margin-top: 0.25rem;
}
.group:hover .group-hover\:mr-1 {
margin-right: 0.25rem;
}
.group:hover .group-hover\:mb-1 {
margin-bottom: 0.25rem;
}
.group:hover .group-hover\:ml-1 {
margin-left: 0.25rem;
}
.group:hover .group-hover\:mt-2 {
margin-top: 0.5rem;
}
.group:hover .group-hover\:mr-2 {
margin-right: 0.5rem;
}
.group:hover .group-hover\:mb-2 {
margin-bottom: 0.5rem;
}
.group:hover .group-hover\:ml-2 {
margin-left: 0.5rem;
}
.group:hover .group-hover\:mt-3 {
margin-top: 0.75rem;
}
.group:hover .group-hover\:mr-3 {
margin-right: 0.75rem;
}
.group:hover .group-hover\:mb-3 {
margin-bottom: 0.75rem;
}
.group:hover .group-hover\:ml-3 {
margin-left: 0.75rem;
}
.group:hover .group-hover\:mt-4 {
margin-top: 1rem;
}
.group:hover .group-hover\:mr-4 {
margin-right: 1rem;
}
.group:hover .group-hover\:mb-4 {
margin-bottom: 1rem;
}
.group:hover .group-hover\:ml-4 {
margin-left: 1rem;
}
.group:hover .group-hover\:mt-5 {
margin-top: 1.25rem;
}
.group:hover .group-hover\:mr-5 {
margin-right: 1.25rem;
}
.group:hover .group-hover\:mb-5 {
margin-bottom: 1.25rem;
}
.group:hover .group-hover\:ml-5 {
margin-left: 1.25rem;
}
.group:hover .group-hover\:mt-6 {
margin-top: 1.5rem;
}
.group:hover .group-hover\:mr-6 {
margin-right: 1.5rem;
}
.group:hover .group-hover\:mb-6 {
margin-bottom: 1.5rem;
}
.group:hover .group-hover\:ml-6 {
margin-left: 1.5rem;
}
.group:hover .group-hover\:mt-8 {
margin-top: 2rem;
}
.group:hover .group-hover\:mr-8 {
margin-right: 2rem;
}
.group:hover .group-hover\:mb-8 {
margin-bottom: 2rem;
}
.group:hover .group-hover\:ml-8 {
margin-left: 2rem;
}
.group:hover .group-hover\:mt-10 {
margin-top: 2.5rem;
}
.group:hover .group-hover\:mr-10 {
margin-right: 2.5rem;
}
.group:hover .group-hover\:mb-10 {
margin-bottom: 2.5rem;
}
.group:hover .group-hover\:ml-10 {
margin-left: 2.5rem;
}
.group:hover .group-hover\:mt-12 {
margin-top: 3rem;
}
.group:hover .group-hover\:mr-12 {
margin-right: 3rem;
}
.group:hover .group-hover\:mb-12 {
margin-bottom: 3rem;
}
.group:hover .group-hover\:ml-12 {
margin-left: 3rem;
}
.group:hover .group-hover\:mt-16 {
margin-top: 4rem;
}
.group:hover .group-hover\:mr-16 {
margin-right: 4rem;
}
.group:hover .group-hover\:mb-16 {
margin-bottom: 4rem;
}
.group:hover .group-hover\:ml-16 {
margin-left: 4rem;
}
.group:hover .group-hover\:mt-20 {
margin-top: 5rem;
}
.group:hover .group-hover\:mr-20 {
margin-right: 5rem;
}
.group:hover .group-hover\:mb-20 {
margin-bottom: 5rem;
}
.group:hover .group-hover\:ml-20 {
margin-left: 5rem;
}
.group:hover .group-hover\:mt-24 {
margin-top: 6rem;
}
.group:hover .group-hover\:mr-24 {
margin-right: 6rem;
}
.group:hover .group-hover\:mb-24 {
margin-bottom: 6rem;
}
.group:hover .group-hover\:ml-24 {
margin-left: 6rem;
}
.group:hover .group-hover\:mt-32 {
margin-top: 8rem;
}
.group:hover .group-hover\:mr-32 {
margin-right: 8rem;
}
.group:hover .group-hover\:mb-32 {
margin-bottom: 8rem;
}
.group:hover .group-hover\:ml-32 {
margin-left: 8rem;
}
.group:hover .group-hover\:mt-40 {
margin-top: 10rem;
}
.group:hover .group-hover\:mr-40 {
margin-right: 10rem;
}
.group:hover .group-hover\:mb-40 {
margin-bottom: 10rem;
}
.group:hover .group-hover\:ml-40 {
margin-left: 10rem;
}
.group:hover .group-hover\:mt-48 {
margin-top: 12rem;
}
.group:hover .group-hover\:mr-48 {
margin-right: 12rem;
}
.group:hover .group-hover\:mb-48 {
margin-bottom: 12rem;
}
.group:hover .group-hover\:ml-48 {
margin-left: 12rem;
}
.group:hover .group-hover\:mt-56 {
margin-top: 14rem;
}
.group:hover .group-hover\:mr-56 {
margin-right: 14rem;
}
.group:hover .group-hover\:mb-56 {
margin-bottom: 14rem;
}
.group:hover .group-hover\:ml-56 {
margin-left: 14rem;
}
.group:hover .group-hover\:mt-64 {
margin-top: 16rem;
}
.group:hover .group-hover\:mr-64 {
margin-right: 16rem;
}
.group:hover .group-hover\:mb-64 {
margin-bottom: 16rem;
}
.group:hover .group-hover\:ml-64 {
margin-left: 16rem;
}
.group:hover .group-hover\:mt-360 {
margin-top: 90rem;
}
.group:hover .group-hover\:mr-360 {
margin-right: 90rem;
}
.group:hover .group-hover\:mb-360 {
margin-bottom: 90rem;
}
.group:hover .group-hover\:ml-360 {
margin-left: 90rem;
}
.group:hover .group-hover\:mt-auto {
margin-top: auto;
}
.group:hover .group-hover\:mr-auto {
margin-right: auto;
}
.group:hover .group-hover\:mb-auto {
margin-bottom: auto;
}
.group:hover .group-hover\:ml-auto {
margin-left: auto;
}
.group:hover .group-hover\:mt-px {
margin-top: 1px;
}
.group:hover .group-hover\:mr-px {
margin-right: 1px;
}
.group:hover .group-hover\:mb-px {
margin-bottom: 1px;
}
.group:hover .group-hover\:ml-px {
margin-left: 1px;
}
.group:hover .group-hover\:-mt-1 {
margin-top: -0.25rem;
}
.group:hover .group-hover\:-mr-1 {
margin-right: -0.25rem;
}
.group:hover .group-hover\:-mb-1 {
margin-bottom: -0.25rem;
}
.group:hover .group-hover\:-ml-1 {
margin-left: -0.25rem;
}
.group:hover .group-hover\:-mt-2 {
margin-top: -0.5rem;
}
.group:hover .group-hover\:-mr-2 {
margin-right: -0.5rem;
}
.group:hover .group-hover\:-mb-2 {
margin-bottom: -0.5rem;
}
.group:hover .group-hover\:-ml-2 {
margin-left: -0.5rem;
}
.group:hover .group-hover\:-mt-3 {
margin-top: -0.75rem;
}
.group:hover .group-hover\:-mr-3 {
margin-right: -0.75rem;
}
.group:hover .group-hover\:-mb-3 {
margin-bottom: -0.75rem;
}
.group:hover .group-hover\:-ml-3 {
margin-left: -0.75rem;
}
.group:hover .group-hover\:-mt-4 {
margin-top: -1rem;
}
.group:hover .group-hover\:-mr-4 {
margin-right: -1rem;
}
.group:hover .group-hover\:-mb-4 {
margin-bottom: -1rem;
}
.group:hover .group-hover\:-ml-4 {
margin-left: -1rem;
}
.group:hover .group-hover\:-mt-5 {
margin-top: -1.25rem;
}
.group:hover .group-hover\:-mr-5 {
margin-right: -1.25rem;
}
.group:hover .group-hover\:-mb-5 {
margin-bottom: -1.25rem;
}
.group:hover .group-hover\:-ml-5 {
margin-left: -1.25rem;
}
.group:hover .group-hover\:-mt-6 {
margin-top: -1.5rem;
}
.group:hover .group-hover\:-mr-6 {
margin-right: -1.5rem;
}
.group:hover .group-hover\:-mb-6 {
margin-bottom: -1.5rem;
}
.group:hover .group-hover\:-ml-6 {
margin-left: -1.5rem;
}
.group:hover .group-hover\:-mt-8 {
margin-top: -2rem;
}
.group:hover .group-hover\:-mr-8 {
margin-right: -2rem;
}
.group:hover .group-hover\:-mb-8 {
margin-bottom: -2rem;
}
.group:hover .group-hover\:-ml-8 {
margin-left: -2rem;
}
.group:hover .group-hover\:-mt-10 {
margin-top: -2.5rem;
}
.group:hover .group-hover\:-mr-10 {
margin-right: -2.5rem;
}
.group:hover .group-hover\:-mb-10 {
margin-bottom: -2.5rem;
}
.group:hover .group-hover\:-ml-10 {
margin-left: -2.5rem;
}
.group:hover .group-hover\:-mt-12 {
margin-top: -3rem;
}
.group:hover .group-hover\:-mr-12 {
margin-right: -3rem;
}
.group:hover .group-hover\:-mb-12 {
margin-bottom: -3rem;
}
.group:hover .group-hover\:-ml-12 {
margin-left: -3rem;
}
.group:hover .group-hover\:-mt-16 {
margin-top: -4rem;
}
.group:hover .group-hover\:-mr-16 {
margin-right: -4rem;
}
.group:hover .group-hover\:-mb-16 {
margin-bottom: -4rem;
}
.group:hover .group-hover\:-ml-16 {
margin-left: -4rem;
}
.group:hover .group-hover\:-mt-20 {
margin-top: -5rem;
}
.group:hover .group-hover\:-mr-20 {
margin-right: -5rem;
}
.group:hover .group-hover\:-mb-20 {
margin-bottom: -5rem;
}
.group:hover .group-hover\:-ml-20 {
margin-left: -5rem;
}
.group:hover .group-hover\:-mt-24 {
margin-top: -6rem;
}
.group:hover .group-hover\:-mr-24 {
margin-right: -6rem;
}
.group:hover .group-hover\:-mb-24 {
margin-bottom: -6rem;
}
.group:hover .group-hover\:-ml-24 {
margin-left: -6rem;
}
.group:hover .group-hover\:-mt-32 {
margin-top: -8rem;
}
.group:hover .group-hover\:-mr-32 {
margin-right: -8rem;
}
.group:hover .group-hover\:-mb-32 {
margin-bottom: -8rem;
}
.group:hover .group-hover\:-ml-32 {
margin-left: -8rem;
}
.group:hover .group-hover\:-mt-40 {
margin-top: -10rem;
}
.group:hover .group-hover\:-mr-40 {
margin-right: -10rem;
}
.group:hover .group-hover\:-mb-40 {
margin-bottom: -10rem;
}
.group:hover .group-hover\:-ml-40 {
margin-left: -10rem;
}
.group:hover .group-hover\:-mt-48 {
margin-top: -12rem;
}
.group:hover .group-hover\:-mr-48 {
margin-right: -12rem;
}
.group:hover .group-hover\:-mb-48 {
margin-bottom: -12rem;
}
.group:hover .group-hover\:-ml-48 {
margin-left: -12rem;
}
.group:hover .group-hover\:-mt-56 {
margin-top: -14rem;
}
.group:hover .group-hover\:-mr-56 {
margin-right: -14rem;
}
.group:hover .group-hover\:-mb-56 {
margin-bottom: -14rem;
}
.group:hover .group-hover\:-ml-56 {
margin-left: -14rem;
}
.group:hover .group-hover\:-mt-64 {
margin-top: -16rem;
}
.group:hover .group-hover\:-mr-64 {
margin-right: -16rem;
}
.group:hover .group-hover\:-mb-64 {
margin-bottom: -16rem;
}
.group:hover .group-hover\:-ml-64 {
margin-left: -16rem;
}
.group:hover .group-hover\:-mt-360 {
margin-top: -90rem;
}
.group:hover .group-hover\:-mr-360 {
margin-right: -90rem;
}
.group:hover .group-hover\:-mb-360 {
margin-bottom: -90rem;
}
.group:hover .group-hover\:-ml-360 {
margin-left: -90rem;
}
.group:hover .group-hover\:-mt-px {
margin-top: -1px;
}
.group:hover .group-hover\:-mr-px {
margin-right: -1px;
}
.group:hover .group-hover\:-mb-px {
margin-bottom: -1px;
}
.group:hover .group-hover\:-ml-px {
margin-left: -1px;
}
.max-h-full {
max-height: 100%;
}
.max-h-screen {
max-height: 100vh;
}
.max-w-xs {
max-width: 20rem;
}
.max-w-sm {
max-width: 24rem;
}
.max-w-md {
max-width: 28rem;
}
.max-w-lg {
max-width: 32rem;
}
.max-w-xl {
max-width: 36rem;
}
.max-w-2xl {
max-width: 42rem;
}
.max-w-3xl {
max-width: 48rem;
}
.max-w-4xl {
max-width: 56rem;
}
.max-w-5xl {
max-width: 64rem;
}
.max-w-6xl {
max-width: 72rem;
}
.max-w-full {
max-width: 100%;
}
.min-h-0 {
min-height: 0;
}
.min-h-full {
min-height: 100%;
}
.min-h-screen {
min-height: 100vh;
}
.min-w-0 {
min-width: 0;
}
.min-w-full {
min-width: 100%;
}
.object-contain {
-o-object-fit: contain;
object-fit: contain;
}
.object-cover {
-o-object-fit: cover;
object-fit: cover;
}
.object-fill {
-o-object-fit: fill;
object-fit: fill;
}
.object-none {
-o-object-fit: none;
object-fit: none;
}
.object-scale-down {
-o-object-fit: scale-down;
object-fit: scale-down;
}
.object-bottom {
-o-object-position: bottom;
object-position: bottom;
}
.object-center {
-o-object-position: center;
object-position: center;
}
.object-left {
-o-object-position: left;
object-position: left;
}
.object-left-bottom {
-o-object-position: left bottom;
object-position: left bottom;
}
.object-left-top {
-o-object-position: left top;
object-position: left top;
}
.object-right {
-o-object-position: right;
object-position: right;
}
.object-right-bottom {
-o-object-position: right bottom;
object-position: right bottom;
}
.object-right-top {
-o-object-position: right top;
object-position: right top;
}
.object-top {
-o-object-position: top;
object-position: top;
}
.opacity-0 {
opacity: 0;
}
.opacity-25 {
opacity: 0.25;
}
.opacity-50 {
opacity: 0.5;
}
.opacity-75 {
opacity: 0.75;
}
.opacity-100 {
opacity: 1;
}
.outline-none {
outline: 0;
}
.focus\:outline-none:focus {
outline: 0;
}
.overflow-auto {
overflow: auto;
}
.overflow-hidden {
overflow: hidden;
}
.overflow-visible {
overflow: visible;
}
.overflow-scroll {
overflow: scroll;
}
.overflow-x-auto {
overflow-x: auto;
}
.overflow-y-auto {
overflow-y: auto;
}
.overflow-x-hidden {
overflow-x: hidden;
}
.overflow-y-hidden {
overflow-y: hidden;
}
.overflow-x-visible {
overflow-x: visible;
}
.overflow-y-visible {
overflow-y: visible;
}
.overflow-x-scroll {
overflow-x: scroll;
}
.overflow-y-scroll {
overflow-y: scroll;
}
.scrolling-touch {
-webkit-overflow-scrolling: touch;
}
.scrolling-auto {
-webkit-overflow-scrolling: auto;
}
.p-0 {
padding: 0;
}
.p-1 {
padding: 0.25rem;
}
.p-2 {
padding: 0.5rem;
}
.p-3 {
padding: 0.75rem;
}
.p-4 {
padding: 1rem;
}
.p-5 {
padding: 1.25rem;
}
.p-6 {
padding: 1.5rem;
}
.p-8 {
padding: 2rem;
}
.p-10 {
padding: 2.5rem;
}
.p-12 {
padding: 3rem;
}
.p-16 {
padding: 4rem;
}
.p-20 {
padding: 5rem;
}
.p-24 {
padding: 6rem;
}
.p-32 {
padding: 8rem;
}
.p-40 {
padding: 10rem;
}
.p-48 {
padding: 12rem;
}
.p-56 {
padding: 14rem;
}
.p-64 {
padding: 16rem;
}
.p-360 {
padding: 90rem;
}
.p-px {
padding: 1px;
}
.py-0 {
padding-top: 0;
padding-bottom: 0;
}
.px-0 {
padding-left: 0;
padding-right: 0;
}
.py-1 {
padding-top: 0.25rem;
padding-bottom: 0.25rem;
}
.px-1 {
padding-left: 0.25rem;
padding-right: 0.25rem;
}
.py-2 {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.px-2 {
padding-left: 0.5rem;
padding-right: 0.5rem;
}
.py-3 {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
}
.px-3 {
padding-left: 0.75rem;
padding-right: 0.75rem;
}
.py-4 {
padding-top: 1rem;
padding-bottom: 1rem;
}
.px-4 {
padding-left: 1rem;
padding-right: 1rem;
}
.py-5 {
padding-top: 1.25rem;
padding-bottom: 1.25rem;
}
.px-5 {
padding-left: 1.25rem;
padding-right: 1.25rem;
}
.py-6 {
padding-top: 1.5rem;
padding-bottom: 1.5rem;
}
.px-6 {
padding-left: 1.5rem;
padding-right: 1.5rem;
}
.py-8 {
padding-top: 2rem;
padding-bottom: 2rem;
}
.px-8 {
padding-left: 2rem;
padding-right: 2rem;
}
.py-10 {
padding-top: 2.5rem;
padding-bottom: 2.5rem;
}
.px-10 {
padding-left: 2.5rem;
padding-right: 2.5rem;
}
.py-12 {
padding-top: 3rem;
padding-bottom: 3rem;
}
.px-12 {
padding-left: 3rem;
padding-right: 3rem;
}
.py-16 {
padding-top: 4rem;
padding-bottom: 4rem;
}
.px-16 {
padding-left: 4rem;
padding-right: 4rem;
}
.py-20 {
padding-top: 5rem;
padding-bottom: 5rem;
}
.px-20 {
padding-left: 5rem;
padding-right: 5rem;
}
.py-24 {
padding-top: 6rem;
padding-bottom: 6rem;
}
.px-24 {
padding-left: 6rem;
padding-right: 6rem;
}
.py-32 {
padding-top: 8rem;
padding-bottom: 8rem;
}
.px-32 {
padding-left: 8rem;
padding-right: 8rem;
}
.py-40 {
padding-top: 10rem;
padding-bottom: 10rem;
}
.px-40 {
padding-left: 10rem;
padding-right: 10rem;
}
.py-48 {
padding-top: 12rem;
padding-bottom: 12rem;
}
.px-48 {
padding-left: 12rem;
padding-right: 12rem;
}
.py-56 {
padding-top: 14rem;
padding-bottom: 14rem;
}
.px-56 {
padding-left: 14rem;
padding-right: 14rem;
}
.py-64 {
padding-top: 16rem;
padding-bottom: 16rem;
}
.px-64 {
padding-left: 16rem;
padding-right: 16rem;
}
.py-360 {
padding-top: 90rem;
padding-bottom: 90rem;
}
.px-360 {
padding-left: 90rem;
padding-right: 90rem;
}
.py-px {
padding-top: 1px;
padding-bottom: 1px;
}
.px-px {
padding-left: 1px;
padding-right: 1px;
}
.pt-0 {
padding-top: 0;
}
.pr-0 {
padding-right: 0;
}
.pb-0 {
padding-bottom: 0;
}
.pl-0 {
padding-left: 0;
}
.pt-1 {
padding-top: 0.25rem;
}
.pr-1 {
padding-right: 0.25rem;
}
.pb-1 {
padding-bottom: 0.25rem;
}
.pl-1 {
padding-left: 0.25rem;
}
.pt-2 {
padding-top: 0.5rem;
}
.pr-2 {
padding-right: 0.5rem;
}
.pb-2 {
padding-bottom: 0.5rem;
}
.pl-2 {
padding-left: 0.5rem;
}
.pt-3 {
padding-top: 0.75rem;
}
.pr-3 {
padding-right: 0.75rem;
}
.pb-3 {
padding-bottom: 0.75rem;
}
.pl-3 {
padding-left: 0.75rem;
}
.pt-4 {
padding-top: 1rem;
}
.pr-4 {
padding-right: 1rem;
}
.pb-4 {
padding-bottom: 1rem;
}
.pl-4 {
padding-left: 1rem;
}
.pt-5 {
padding-top: 1.25rem;
}
.pr-5 {
padding-right: 1.25rem;
}
.pb-5 {
padding-bottom: 1.25rem;
}
.pl-5 {
padding-left: 1.25rem;
}
.pt-6 {
padding-top: 1.5rem;
}
.pr-6 {
padding-right: 1.5rem;
}
.pb-6 {
padding-bottom: 1.5rem;
}
.pl-6 {
padding-left: 1.5rem;
}
.pt-8 {
padding-top: 2rem;
}
.pr-8 {
padding-right: 2rem;
}
.pb-8 {
padding-bottom: 2rem;
}
.pl-8 {
padding-left: 2rem;
}
.pt-10 {
padding-top: 2.5rem;
}
.pr-10 {
padding-right: 2.5rem;
}
.pb-10 {
padding-bottom: 2.5rem;
}
.pl-10 {
padding-left: 2.5rem;
}
.pt-12 {
padding-top: 3rem;
}
.pr-12 {
padding-right: 3rem;
}
.pb-12 {
padding-bottom: 3rem;
}
.pl-12 {
padding-left: 3rem;
}
.pt-16 {
padding-top: 4rem;
}
.pr-16 {
padding-right: 4rem;
}
.pb-16 {
padding-bottom: 4rem;
}
.pl-16 {
padding-left: 4rem;
}
.pt-20 {
padding-top: 5rem;
}
.pr-20 {
padding-right: 5rem;
}
.pb-20 {
padding-bottom: 5rem;
}
.pl-20 {
padding-left: 5rem;
}
.pt-24 {
padding-top: 6rem;
}
.pr-24 {
padding-right: 6rem;
}
.pb-24 {
padding-bottom: 6rem;
}
.pl-24 {
padding-left: 6rem;
}
.pt-32 {
padding-top: 8rem;
}
.pr-32 {
padding-right: 8rem;
}
.pb-32 {
padding-bottom: 8rem;
}
.pl-32 {
padding-left: 8rem;
}
.pt-40 {
padding-top: 10rem;
}
.pr-40 {
padding-right: 10rem;
}
.pb-40 {
padding-bottom: 10rem;
}
.pl-40 {
padding-left: 10rem;
}
.pt-48 {
padding-top: 12rem;
}
.pr-48 {
padding-right: 12rem;
}
.pb-48 {
padding-bottom: 12rem;
}
.pl-48 {
padding-left: 12rem;
}
.pt-56 {
padding-top: 14rem;
}
.pr-56 {
padding-right: 14rem;
}
.pb-56 {
padding-bottom: 14rem;
}
.pl-56 {
padding-left: 14rem;
}
.pt-64 {
padding-top: 16rem;
}
.pr-64 {
padding-right: 16rem;
}
.pb-64 {
padding-bottom: 16rem;
}
.pl-64 {
padding-left: 16rem;
}
.pt-360 {
padding-top: 90rem;
}
.pr-360 {
padding-right: 90rem;
}
.pb-360 {
padding-bottom: 90rem;
}
.pl-360 {
padding-left: 90rem;
}
.pt-px {
padding-top: 1px;
}
.pr-px {
padding-right: 1px;
}
.pb-px {
padding-bottom: 1px;
}
.pl-px {
padding-left: 1px;
}
.pointer-events-none {
pointer-events: none;
}
.pointer-events-auto {
pointer-events: auto;
}
.static {
position: static;
}
.fixed {
position: fixed;
}
.absolute {
position: absolute;
}
.relative {
position: relative;
}
.sticky {
position: -webkit-sticky;
position: sticky;
}
.inset-0 {
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.inset-auto {
top: auto;
right: auto;
bottom: auto;
left: auto;
}
.inset-y-0 {
top: 0;
bottom: 0;
}
.inset-x-0 {
right: 0;
left: 0;
}
.inset-y-auto {
top: auto;
bottom: auto;
}
.inset-x-auto {
right: auto;
left: auto;
}
.top-0 {
top: 0;
}
.right-0 {
right: 0;
}
.bottom-0 {
bottom: 0;
}
.left-0 {
left: 0;
}
.top-auto {
top: auto;
}
.right-auto {
right: auto;
}
.bottom-auto {
bottom: auto;
}
.left-auto {
left: auto;
}
.resize-none {
resize: none;
}
.resize-y {
resize: vertical;
}
.resize-x {
resize: horizontal;
}
.resize {
resize: both;
}
.shadow {
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
.shadow-md {
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.shadow-lg {
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.shadow-xl {
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.shadow-2xl {
box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.shadow-inner {
box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}
.shadow-outline {
box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
}
.shadow-none {
box-shadow: none;
}
.hover\:shadow:hover {
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
.hover\:shadow-md:hover {
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.hover\:shadow-lg:hover {
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.hover\:shadow-xl:hover {
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.hover\:shadow-2xl:hover {
box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.hover\:shadow-inner:hover {
box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}
.hover\:shadow-outline:hover {
box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
}
.hover\:shadow-none:hover {
box-shadow: none;
}
.focus\:shadow:focus {
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
.focus\:shadow-md:focus {
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.focus\:shadow-lg:focus {
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.focus\:shadow-xl:focus {
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.focus\:shadow-2xl:focus {
box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.focus\:shadow-inner:focus {
box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}
.focus\:shadow-outline:focus {
box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
}
.focus\:shadow-none:focus {
box-shadow: none;
}
.fill-current {
fill: currentColor;
}
.stroke-current {
stroke: currentColor;
}
.table-auto {
table-layout: auto;
}
.table-fixed {
table-layout: fixed;
}
.text-left {
text-align: left;
}
.text-center {
text-align: center;
}
.text-right {
text-align: right;
}
.text-justify {
text-align: justify;
}
.text-transparent {
color: transparent;
}
.text-inherit {
color: inherit;
}
.text-black {
color: #131716;
}
.text-white {
color: #ffffff;
}
.text-green-darker {
color: #007129;
}
.text-green-dark {
color: #029F3B;
}
.text-green {
color: #00AC3E;
}
.text-green-bright {
color: #08cd4f;
}
.text-gray-100 {
color: #edeeee;
}
.text-gray-200 {
color: #cbcece;
}
.text-gray-300 {
color: #a9adad;
}
.text-gray-400 {
color: #868c8c;
}
.text-gray-500 {
color: #535c5c;
}
.text-gray-600 {
color: #3a4040;
}
.text-gray-700 {
color: #313737;
}
.text-gray-800 {
color: #212424;
}
.text-gray-900 {
color: #131716;
}
.text-red-100 {
color: #fff5f5;
}
.text-red-500 {
color: #f56565;
}
.text-red-900 {
color: #742a2a;
}
.hover\:text-transparent:hover {
color: transparent;
}
.hover\:text-inherit:hover {
color: inherit;
}
.hover\:text-black:hover {
color: #131716;
}
.hover\:text-white:hover {
color: #ffffff;
}
.hover\:text-green-darker:hover {
color: #007129;
}
.hover\:text-green-dark:hover {
color: #029F3B;
}
.hover\:text-green:hover {
color: #00AC3E;
}
.hover\:text-green-bright:hover {
color: #08cd4f;
}
.hover\:text-gray-100:hover {
color: #edeeee;
}
.hover\:text-gray-200:hover {
color: #cbcece;
}
.hover\:text-gray-300:hover {
color: #a9adad;
}
.hover\:text-gray-400:hover {
color: #868c8c;
}
.hover\:text-gray-500:hover {
color: #535c5c;
}
.hover\:text-gray-600:hover {
color: #3a4040;
}
.hover\:text-gray-700:hover {
color: #313737;
}
.hover\:text-gray-800:hover {
color: #212424;
}
.hover\:text-gray-900:hover {
color: #131716;
}
.hover\:text-red-100:hover {
color: #fff5f5;
}
.hover\:text-red-500:hover {
color: #f56565;
}
.hover\:text-red-900:hover {
color: #742a2a;
}
.focus\:text-transparent:focus {
color: transparent;
}
.focus\:text-inherit:focus {
color: inherit;
}
.focus\:text-black:focus {
color: #131716;
}
.focus\:text-white:focus {
color: #ffffff;
}
.focus\:text-green-darker:focus {
color: #007129;
}
.focus\:text-green-dark:focus {
color: #029F3B;
}
.focus\:text-green:focus {
color: #00AC3E;
}
.focus\:text-green-bright:focus {
color: #08cd4f;
}
.focus\:text-gray-100:focus {
color: #edeeee;
}
.focus\:text-gray-200:focus {
color: #cbcece;
}
.focus\:text-gray-300:focus {
color: #a9adad;
}
.focus\:text-gray-400:focus {
color: #868c8c;
}
.focus\:text-gray-500:focus {
color: #535c5c;
}
.focus\:text-gray-600:focus {
color: #3a4040;
}
.focus\:text-gray-700:focus {
color: #313737;
}
.focus\:text-gray-800:focus {
color: #212424;
}
.focus\:text-gray-900:focus {
color: #131716;
}
.focus\:text-red-100:focus {
color: #fff5f5;
}
.focus\:text-red-500:focus {
color: #f56565;
}
.focus\:text-red-900:focus {
color: #742a2a;
}
.active\:text-transparent:active {
color: transparent;
}
.active\:text-inherit:active {
color: inherit;
}
.active\:text-black:active {
color: #131716;
}
.active\:text-white:active {
color: #ffffff;
}
.active\:text-green-darker:active {
color: #007129;
}
.active\:text-green-dark:active {
color: #029F3B;
}
.active\:text-green:active {
color: #00AC3E;
}
.active\:text-green-bright:active {
color: #08cd4f;
}
.active\:text-gray-100:active {
color: #edeeee;
}
.active\:text-gray-200:active {
color: #cbcece;
}
.active\:text-gray-300:active {
color: #a9adad;
}
.active\:text-gray-400:active {
color: #868c8c;
}
.active\:text-gray-500:active {
color: #535c5c;
}
.active\:text-gray-600:active {
color: #3a4040;
}
.active\:text-gray-700:active {
color: #313737;
}
.active\:text-gray-800:active {
color: #212424;
}
.active\:text-gray-900:active {
color: #131716;
}
.active\:text-red-100:active {
color: #fff5f5;
}
.active\:text-red-500:active {
color: #f56565;
}
.active\:text-red-900:active {
color: #742a2a;
}
.group:hover .group-hover\:text-transparent {
color: transparent;
}
.group:hover .group-hover\:text-inherit {
color: inherit;
}
.group:hover .group-hover\:text-black {
color: #131716;
}
.group:hover .group-hover\:text-white {
color: #ffffff;
}
.group:hover .group-hover\:text-green-darker {
color: #007129;
}
.group:hover .group-hover\:text-green-dark {
color: #029F3B;
}
.group:hover .group-hover\:text-green {
color: #00AC3E;
}
.group:hover .group-hover\:text-green-bright {
color: #08cd4f;
}
.group:hover .group-hover\:text-gray-100 {
color: #edeeee;
}
.group:hover .group-hover\:text-gray-200 {
color: #cbcece;
}
.group:hover .group-hover\:text-gray-300 {
color: #a9adad;
}
.group:hover .group-hover\:text-gray-400 {
color: #868c8c;
}
.group:hover .group-hover\:text-gray-500 {
color: #535c5c;
}
.group:hover .group-hover\:text-gray-600 {
color: #3a4040;
}
.group:hover .group-hover\:text-gray-700 {
color: #313737;
}
.group:hover .group-hover\:text-gray-800 {
color: #212424;
}
.group:hover .group-hover\:text-gray-900 {
color: #131716;
}
.group:hover .group-hover\:text-red-100 {
color: #fff5f5;
}
.group:hover .group-hover\:text-red-500 {
color: #f56565;
}
.group:hover .group-hover\:text-red-900 {
color: #742a2a;
}
.text-xs {
font-size: 0.75rem;
}
.text-sm {
font-size: 0.875rem;
}
.text-base {
font-size: 1rem;
}
.text-lg {
font-size: 1.125rem;
}
.text-xl {
font-size: 1.25rem;
}
.text-2xl {
font-size: 1.5rem;
}
.text-3xl {
font-size: 1.875rem;
}
.text-4xl {
font-size: 2.25rem;
}
.text-5xl {
font-size: 3rem;
}
.text-6xl {
font-size: 4rem;
}
.text-7xl {
font-size: 5rem;
}
.text-9xl {
font-size: 7rem;
}
.text-massive {
font-size: 10rem;
}
.italic {
font-style: italic;
}
.not-italic {
font-style: normal;
}
.uppercase {
text-transform: uppercase;
}
.lowercase {
text-transform: lowercase;
}
.capitalize {
text-transform: capitalize;
}
.normal-case {
text-transform: none;
}
.underline {
text-decoration: underline;
}
.line-through {
text-decoration: line-through;
}
.no-underline {
text-decoration: none;
}
.hover\:underline:hover {
text-decoration: underline;
}
.hover\:line-through:hover {
text-decoration: line-through;
}
.hover\:no-underline:hover {
text-decoration: none;
}
.focus\:underline:focus {
text-decoration: underline;
}
.focus\:line-through:focus {
text-decoration: line-through;
}
.focus\:no-underline:focus {
text-decoration: none;
}
.active\:underline:active {
text-decoration: underline;
}
.active\:line-through:active {
text-decoration: line-through;
}
.active\:no-underline:active {
text-decoration: none;
}
.group:hover .group-hover\:underline {
text-decoration: underline;
}
.group:hover .group-hover\:line-through {
text-decoration: line-through;
}
.group:hover .group-hover\:no-underline {
text-decoration: none;
}
.antialiased {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.subpixel-antialiased {
-webkit-font-smoothing: auto;
-moz-osx-font-smoothing: auto;
}
.tracking-tighter {
letter-spacing: -0.05em;
}
.tracking-tight {
letter-spacing: -0.025em;
}
.tracking-normal {
letter-spacing: 0;
}
.tracking-wide {
letter-spacing: 0.025em;
}
.tracking-wider {
letter-spacing: 0.05em;
}
.tracking-widest {
letter-spacing: 0.1em;
}
.select-none {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.select-text {
-webkit-user-select: text;
-moz-user-select: text;
-ms-user-select: text;
user-select: text;
}
.select-all {
-webkit-user-select: all;
-moz-user-select: all;
-ms-user-select: all;
user-select: all;
}
.select-auto {
-webkit-user-select: auto;
-moz-user-select: auto;
-ms-user-select: auto;
user-select: auto;
}
.align-baseline {
vertical-align: baseline;
}
.align-top {
vertical-align: top;
}
.align-middle {
vertical-align: middle;
}
.align-bottom {
vertical-align: bottom;
}
.align-text-top {
vertical-align: text-top;
}
.align-text-bottom {
vertical-align: text-bottom;
}
.visible {
visibility: visible;
}
.invisible {
visibility: hidden;
}
.group:hover .group-hover\:visible {
visibility: visible;
}
.group:hover .group-hover\:invisible {
visibility: hidden;
}
.whitespace-normal {
white-space: normal;
}
.whitespace-no-wrap {
white-space: nowrap;
}
.whitespace-pre {
white-space: pre;
}
.whitespace-pre-line {
white-space: pre-line;
}
.whitespace-pre-wrap {
white-space: pre-wrap;
}
.break-normal {
overflow-wrap: normal;
word-break: normal;
}
.break-words {
overflow-wrap: break-word;
}
.break-all {
word-break: break-all;
}
.truncate {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.w-0 {
width: 0;
}
.w-1 {
width: 0.25rem;
}
.w-2 {
width: 0.5rem;
}
.w-3 {
width: 0.75rem;
}
.w-4 {
width: 1rem;
}
.w-5 {
width: 1.25rem;
}
.w-6 {
width: 1.5rem;
}
.w-8 {
width: 2rem;
}
.w-10 {
width: 2.5rem;
}
.w-12 {
width: 3rem;
}
.w-16 {
width: 4rem;
}
.w-20 {
width: 5rem;
}
.w-24 {
width: 6rem;
}
.w-32 {
width: 8rem;
}
.w-40 {
width: 10rem;
}
.w-48 {
width: 12rem;
}
.w-56 {
width: 14rem;
}
.w-64 {
width: 16rem;
}
.w-360 {
width: 90rem;
}
.w-auto {
width: auto;
}
.w-px {
width: 1px;
}
.w-1\/2 {
width: 50%;
}
.w-1\/3 {
width: 33.33333%;
}
.w-2\/3 {
width: 66.66667%;
}
.w-1\/4 {
width: 25%;
}
.w-2\/4 {
width: 50%;
}
.w-3\/4 {
width: 75%;
}
.w-1\/5 {
width: 20%;
}
.w-2\/5 {
width: 40%;
}
.w-3\/5 {
width: 60%;
}
.w-4\/5 {
width: 80%;
}
.w-1\/6 {
width: 16.66667%;
}
.w-2\/6 {
width: 33.33333%;
}
.w-3\/6 {
width: 50%;
}
.w-4\/6 {
width: 66.66667%;
}
.w-5\/6 {
width: 83.33333%;
}
.w-1\/12 {
width: 8.33333%;
}
.w-2\/12 {
width: 16.66667%;
}
.w-3\/12 {
width: 25%;
}
.w-4\/12 {
width: 33.33333%;
}
.w-5\/12 {
width: 41.66667%;
}
.w-6\/12 {
width: 50%;
}
.w-7\/12 {
width: 58.33333%;
}
.w-8\/12 {
width: 66.66667%;
}
.w-9\/12 {
width: 75%;
}
.w-10\/12 {
width: 83.33333%;
}
.w-11\/12 {
width: 91.66667%;
}
.w-full {
width: 100%;
}
.w-screen {
width: 100vw;
}
.z-0 {
z-index: 0;
}
.z-10 {
z-index: 10;
}
.z-20 {
z-index: 20;
}
.z-30 {
z-index: 30;
}
.z-40 {
z-index: 40;
}
.z-50 {
z-index: 50;
}
.z-60 {
z-index: 60;
}
.z-70 {
z-index: 70;
}
.z-80 {
z-index: 80;
}
.z-90 {
z-index: 90;
}
.z-100 {
z-index: 100;
}
.z-auto {
z-index: auto;
}
body {
height: 100vh;
font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
}
a {
color: #00AC3E;
text-decoration: none;
}
ol {
display: block;
margin-left: 0;
margin-right: 0;
margin-top: 0.25rem;
margin-bottom: 0.25rem;
list-style-type: decimal;
}
ul {
display: block;
margin-top: 0.25rem;
margin-bottom: 0.25rem;
margin-left: 0;
margin-right: 0;
list-style-type: disc;
}
ol,
ul {
padding-left: 25px
}
li {
margin-top: 0.25rem;
margin-bottom: 0.25rem;
display: list-item;
}
sub, sup {
font-size: 0.75rem;
}
@media (min-width: 1024px) {
ul,
ol {
padding-left: 40px
}
}
.drop-shadow-lg {
text-shadow: -3px 3px 18.2px rgba(0, 0, 0, 0.25)
}
.drop-shadow-sm {
text-shadow: -1px 1px 18.2px rgba(0, 0, 0, 0.25)
}
.drop-shadow-none {
text-shadow: none;
}
.drop-shadow-md {
text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3), 10px 10px 10px rgba(0, 0, 0, 0.4);
}
.drop-shadow-xl {
text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4), 10px 10px 10px rgba(0, 0, 0, 0.5);
}
.graduate-cta p,
.image-text-list p,
.entry-content p, .widget p, .academic-content p, .program-description p, .text-intro p {
line-height: 1.625;
}
.graduate-cta p:not(:first-child),
.image-text-list p:not(:first-child),
.entry-content p:not(:first-child),
.widget p:not(:first-child),
.academic-content p:not(:first-child), .program-description p:not(:first-child), .text-intro p:not(:first-child) {
margin-top: 1rem;
}
.graduate-cta p,
.image-text-list p,
.entry-content a:hover, .academic-content a:hover {
@apply underline
}
.graduate-cta p,
.image-text-list p,
.entry-content a:hover.btn, .academic-content a:hover.btn {
text-decoration: none;
}
.static-html h2 {
font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
text-transform: uppercase;
font-weight: 600;
color: #535c5c;
margin-bottom: 1rem;
font-size: 1.25rem;
display: block;
width: 100%;
}
.entry-content h1,
.entry-content h2,
.basic-text h2 {
font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
color: #131716;
margin-top: 1rem;
margin-bottom: 0.5rem;
font-size: 1.5rem;
font-weight: 600;
}
.entry-content h2.text-green-bright {
color: #08cd4f;
font-size: 3rem;
font-weight: 500;
font-family: Sentinel A, Sentinel B, Bookman Old Style Regular, serif;
}
.image-text-list h3,
.entry-content h3, .text-intro h3 {
font-family: Sentinel A, Sentinel B, Bookman Old Style Regular, serif;
color: #00AC3E;
font-size: 1.5rem;
margin-top: 0;
line-height: 1.375;
}
.entry-content h3:not(:first-child), .entry-content p + h3, .text-intro h3:not(:first-child) {
margin-top: 2rem;
}
.image-text-list h3 {
margin-top: 0;
}
.entry-content h5,
.entry-content h6 {
font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
color: #212424;
margin-top: 0.75rem;
margin-bottom: 0.25rem;
font-size: 1rem;
font-weight: 600;
}
.panel h3 {
margin-top: 0;
}
/* Hide Page Title on Site Homepage */
.home .entry-title {
display: none;
}
.block-header {
font-family: Sentinel A, Sentinel B, Bookman Old Style Regular, serif;
font-weight: 500;
text-transform: uppercase;
font-size: 1.875rem;
line-height: 1.25;
}
.block-header-green {
font-family: Sentinel A, Sentinel B, Bookman Old Style Regular, serif;
font-weight: 500;
text-transform: uppercase;
font-size: 1.875rem;
line-height: 1.25;
color: #00AC3E;
}
.block-header-white {
font-family: Sentinel A, Sentinel B, Bookman Old Style Regular, serif;
font-weight: 500;
text-transform: uppercase;
font-size: 1.875rem;
line-height: 1.25;
color: #ffffff;
}
.academic-content {
padding-bottom: 1.5rem;
}
.text-block h3,
.graduate-cta h3, .academic-content h3, h3#related, #curriculum {
font-family: Sentinel A, Sentinel B, Bookman Old Style Regular, serif;
color: #00AC3E;
font-size: 1.5rem;
margin-top: 2rem;
line-height: 1.375;
text-transform: none;
}
#curriculum, #related, .wp-block-marsha-blocks-full-width p, .wp-block-marsha-blocks-full-width ul {
width: 100%;
}
.static-html h4,
.landing-page h4,
.entry-content h4,
.text-intro h4,
.academic-content h4 {
font-size: 1.125rem;
font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
font-weight: 600;
margin-top: 1rem;
color: #131716;
}
.static-html h4 + p,
.entry-content h4 + p,
.text-intro h4 + p,
.academic-content h4 + p,
.static-html h5 + p,
.entry-content h5 + p,
.text-intro h5 + p,
.academic-content h5 + p {
margin-top: 0.25rem!important;
}
.static-html h5 {
font-size: 1rem;
font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
font-weight: 600;
margin-top: 1rem;
color: #313737;
}
.wp-block-marsha-blocks-feature-row h2 {
font-size: 1.875rem;
font-family: Sentinel A, Sentinel B, Bookman Old Style Regular, serif;
font-weight: 500;
text-transform: uppercase;
line-height: 1;
}
/* .gutenberg-landing h2 {
@apply mt-6;
} */
.wp-block-code {
overflow-x: auto;
}
.wp-block-marsha-blocks-full-width h3 {
font-size: 1.875rem;
font-family: Sentinel A, Sentinel B, Bookman Old Style Regular, serif;
font-weight: 500;
line-height: 1;
color: #00AC3E;
}
#related, #cta, #curriculum {
text-align: center;
}
.hero-links h2 {
font-size: 2.25rem;
text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4), 10px 10px 10px rgba(0, 0, 0, 0.5);
text-transform: uppercase;
font-family: Sentinel A, Sentinel B, Bookman Old Style Regular, serif;
line-height: 1;
color: #ffffff
}
.text-block h3 {
margin-bottom: 1rem;
}
.entry-content h3 {
text-transform: capitalize;
}
h3 + ul {
margin-top: 1rem;
}
blockquote {
margin-left: 0;
background-color: #edeeee;
border-left-width: 8px;
border-color: #cbcece;
margin-top: 2rem;
margin-bottom: 2rem;
padding: 1.5rem
}
@media (min-width: 1024px) {
blockquote {
margin-left: 1rem
}
#related, #curriculum, .wp-block-marsha-blocks-full-width p, .wp-block-marsha-blocks-full-width ul {
width: 75%;
}
#related, #cta, #curriculum {
text-align: left;
}
.block-header-green {
font-size: 3rem;
}
h3#cta {
margin-top: 0;
}
.static-html h2 {
font-size: 1.875rem;
}
.text-block h3, .graduate-cta h3, .academic-content h3, h3#related, #curriculum {
font-size: 1.875rem;
}
.wp-block-marsha-blocks-feature-row h2 {
font-size: 3rem;
}
.wp-block-marsha-blocks-full-width h3 {
font-size: 3rem;
}
.hero-links h2 {
font-size: 3rem;
padding-top: 0;
}
}
@media (min-width: 1440px) {
.hero-links h2 {
font-size: 4rem;
}
}
.docs-h3 {
font-family: Sentinel A, Sentinel B, Bookman Old Style Regular, serif;
font-size: 1.5rem;
line-height: 1.375
}
p + ul {
margin-top: 1rem;
}
.diagonal-gray {
background-color: #606b6a;
background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23535c5c' fill-opacity='0.07' fill-rule='evenodd'%3E%3Cpath d='M0 40L40 0H20L0 20M40 40V20L20 40'/%3E%3C/g%3E%3C/svg%3E");
}
.btn {
font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 1rem;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
padding-left: 1rem;
padding-right: 1rem;
text-transform: uppercase;
letter-spacing: 0.025em;
display: inline-block;
text-decoration: none;
font-weight: 600;
border-width: 2px;
border-color: transparent;
text-align: center;
border-radius: 0.25rem;
transition: background-color .2s ease-out;
text-decoration: none!important;
}
.button {
font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 1rem;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
padding-left: 1rem;
padding-right: 1rem;
text-transform: uppercase;
letter-spacing: 0.025em;
display: inline-block;
text-decoration: none;
font-weight: 600;
border-width: 2px;
border-color: transparent;
text-align: center;
border-radius: 0.25rem;
transition: background-color .2s ease-out;
}
.btn-tight {
padding-left: 1.5rem;
padding-right: 1.5rem;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
width: auto;
text-decoration: none!important;
}
.btn-outline {
border-width: 2px;
}
.btn-green {
background-color: #00AC3E;
color: #ffffff;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
transition: background-color .2s ease-out;
}
.btn-green:hover {
background-color: #029F3B;
color: #ffffff;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.btn-red {
background-color: #f56565;
color: #ffffff;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
transition: background-color .2s ease-out;
}
.btn-red:hover {
background-color: #742a2a;
color: #ffffff;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.btn-white {
background-color: #ffffff;
color: #00AC3E;
}
.btn-white:hover {
background-color: #edeeee;
color: #00AC3E;
}
.btn-white-outline {
border-width: 2px;
border-color: #ffffff;
background-color: transparent;
color: #ffffff;
}
.btn-white-outline:hover {
background-color: #ffffff;
color: #00AC3E;
}
@media (min-width: 1024px) {
.btn {
font-size: 1.125rem;
padding-top: 0.75rem;
padding-bottom: 0.75rem;
padding-left: 2rem;
padding-right: 2rem;
}
}
.entry-content {
counter-reset: footnotes;
}
a[aria-describedby="footnote-label"] {
counter-increment: footnotes; /* 1 */
text-decoration: none; /* 2 */
color: inherit; /* 2 */
cursor: default; /* 2 */
outline: none; /* 2 */
}
a[aria-describedby="footnote-label"]::after {
text-decoration: underline;
color: #00AC3E;
font-size: 0.75rem;
cursor: pointer;
content: '[' counter(footnotes) ']'; /* 1 */
vertical-align: super; /* 2 */
margin-left: 2px; /* 4 */
}
a[aria-describedby="footnote-label"]:focus::after {
outline: thin dotted;
outline-offset: 2px;
}
.footnotes {
font-size: 0.875rem;
}
.footnotes :target {
background: rgba(0, 172, 62,.1)
}
/* purgecss start ignore */
form .vfbp-form label,
.vfbp-form label,
.visual-form-builder label, label.vfb-desc {
color: #212424;
font-size: 1rem
}
form .vfbp-form label:not(:first-child), .vfbp-form label:not(:first-child), .visual-form-builder label:not(:first-child), label.vfb-desc:not(:first-child) {
margin-top: 1.5rem;
}
/* REMOVED FOR THE NUMBER VERIFICATION */
.vfb-span, .visual-form-builder li div span.vfb-span, .visual-form-builder [class*="vfb-span"] {
/* @apply flex items-center py-1; */
}
.visual-form-builder label.vfb-choice {
padding: 0;
margin: 0 0 0 5px !important;
}
.vfb-clearfix {
padding-top: 1rem;
padding-bottom: 1rem;
}
.vfb-section-div {
background-color: #edeeee!important;
width: 100%;
padding-left: 1.5rem;
padding-right: 1.5rem;
padding-top: 2rem;
padding-bottom: 2rem;
}
.visual-form-builder .vfb-section-div h4 {
border-bottom: none!important;
}
.visual-form-builder li div label, .visual-form-builder li span label {
font-size: 0.875rem;
margin-bottom: 0.75rem;
}
.visual-form-builder label .vfb-required-asterisk {
color: #f56565;
}
.visual-form-builder label.vfb-choice, label.vfb-choice {
font-size: 1rem!important;
}
.post-password-form input[type="password"],
.text-input,
.form-textarea,
.form-multiselect,
.vfb-text,input.vfb-text, input[type="text"].vfb-text, input[type="tel"].vfb-text, input[type="email"].vfb-text, input[type="url"].vfb-text, textarea.vfb-textarea,
.vfbp-form .vfb-form-control {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-color: #ffffff;
border-radius: 0.25rem;
padding-left: 0.75rem;
padding-right: 0.75rem;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
height: auto;
color: #3a4040;
font-size: 1rem;
line-height: 1.5;
border: 1px solid #cbcece;
box-shadow: none
}
.post-password-form input[type="password"]:hover, .text-input:hover, .form-textarea:hover, .form-multiselect:hover, .vfb-text:hover, input.vfb-text:hover, input[type="text"].vfb-text:hover, input[type="tel"].vfb-text:hover, input[type="email"].vfb-text:hover, input[type="url"].vfb-text:hover, textarea.vfb-textarea:hover, .vfbp-form .vfb-form-control:hover {
outline: 0;
border-color: #3a4040;
background-color: #ffffff;
box-shadow: none;
}
.post-password-form input[type="password"]:focus, .text-input:focus, .form-textarea:focus, .form-multiselect:focus, .vfb-text:focus, input.vfb-text:focus, input[type="text"].vfb-text:focus, input[type="tel"].vfb-text:focus, input[type="email"].vfb-text:focus, input[type="url"].vfb-text:focus, textarea.vfb-textarea:focus, .vfbp-form .vfb-form-control:focus {
outline: 0;
box-shadow: none;
border-color: #00AC3E
}
.text-input.disabled {
background-color: #edeeee;
color: #313737;
border-color: #edeeee
}
.text-input.disabled:hover {
outline: 0;
border-color: #edeeee;
box-shadow: none;
}
.form-checkbox,
.vfbp-form .vfb-checkbox input[type="checkbox"],
input.vfb-checkbox, input[type="checkbox"].vfb-checkbox {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
box-shadow: none;
display: inline-block;
vertical-align: middle;
color: #00AC3E;
background-color: #ffffff;
border-width: 1px;
border-color: #cbcece;
border-radius: 0.25rem;
margin-right: 0.5rem;
margin-top: 0;
height: 1em;
width: 1em;
background-origin: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none
}
.form-checkbox:focus, .vfbp-form .vfb-checkbox input[type="checkbox"]:focus, input.vfb-checkbox:focus, input[type="checkbox"].vfb-checkbox:focus {
outline: 0;
box-shadow: none;
}
.form-checkbox:focus:not(:checked), .vfbp-form .vfb-checkbox input[type="checkbox"]:focus:not(:checked), input.vfb-checkbox:focus:not(:checked), input[type="checkbox"].vfb-checkbox:focus:not(:checked) {
border-color: #00AC3E;
}
.form-checkbox:checked, .vfbp-form .vfb-checkbox input[type="checkbox"]:checked, input.vfb-checkbox:checked, input[type="checkbox"].vfb-checkbox:checked {
background-position: center;
background-repeat: no-repeat;
background-color: currentColor;
border-color: currentColor;
background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 16 16" fill="%23fff" xmlns="http://www.w3.org/2000/svg"><path d="M5.707 7.293a1 1 0 0 0-1.414 1.414l2 2a1 1 0 0 0 1.414 0l4-4a1 1 0 0 0-1.414-1.414L7 8.586 5.707 7.293z"/></svg>');
background-size: 100% 100%;
}
.form-checkbox::-ms-check, .vfbp-form .vfb-checkbox input[type="checkbox"]::-ms-check, input.vfb-checkbox::-ms-check, input[type="checkbox"].vfb-checkbox::-ms-check {
color: transparent;
background-color: inherit;
border-color: inherit;
border-radius: inherit;
border-size: 1px;
}
.form-radio,
.vfbp-form .vfb-radio input[type="radio"],
input.vfb-radio, input[type="radio"].vfb-radio {
box-shadow: none;
display: inline-block;
vertical-align: middle;
color: #00AC3E;
border-width: 1px;
border-color: #cbcece;
border-radius: 9999px;
background-color: #ffffff;
margin-right: 0.5rem;
margin-top: 0;
height: 1em;
width: 1em;
background-origin: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none
}
.form-radio:focus, .vfbp-form .vfb-radio input[type="radio"]:focus, input.vfb-radio:focus, input[type="radio"].vfb-radio:focus {
outline: 0;
box-shadow: none;
}
.form-radio:focus:not(:checked), .vfbp-form .vfb-radio input[type="radio"]:focus:not(:checked), input.vfb-radio:focus:not(:checked), input[type="radio"].vfb-radio:focus:not(:checked) {
border-color: #00AC3E;
}
.form-radio:checked, .vfbp-form .vfb-radio input[type="radio"]:checked, input.vfb-radio:checked, input[type="radio"].vfb-radio:checked {
background-position: center;
background-repeat: no-repeat;
background-color: currentColor;
border-color: currentColor;
background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 16 16" fill="%23fff" xmlns="http://www.w3.org/2000/svg"><circle cx="8" cy="8" r="3"/></svg>');
background-size: 100% 100%;
}
.form-radio::-ms-check, .vfbp-form .vfb-radio input[type="radio"]::-ms-check, input.vfb-radio::-ms-check, input[type="radio"].vfb-radio::-ms-check {
color: transparent;
background-color: inherit;
border-color: inherit;
border-radius: inherit;
border-size: 1px;
}
.vfbp-form .btn,
.post-password-form input[type="submit"],
.vfbp-form .btn-primary,
.vfb-submit, input[type="submit"].vfb-submit {
font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 1rem;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
padding-left: 1rem;
padding-right: 1rem;
text-transform: uppercase;
letter-spacing: 0.025em;
display: inline-block;
text-decoration: none;
font-weight: 600;
border-width: 2px;
border-color: transparent;
text-align: center;
border-radius: 0.25rem;
transition: background-color .2s ease-out;
background-color: #00AC3E;
color: #ffffff;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
transition: background-color .2s ease-out;
line-height: 1;
border-style: none;
cursor: pointer;
border-radius: 0.25rem;
transition: background-color .2s ease-out;
text-decoration: none!important
}
.vfbp-form .btn:hover, .post-password-form input[type="submit"]:hover, .vfbp-form .btn-primary:hover, .vfb-submit:hover, input[type="submit"].vfb-submit:hover {
background-color: #029F3B;
color: #ffffff;
}
@media (min-width: 1024px) {
.vfbp-form .btn,
.post-password-form input[type="submit"],
.vfbp-form .btn-primary,
.vfb-submit, input[type="submit"].vfb-submit {
font-size: 1.125rem;
padding-top: 0.75rem;
padding-bottom: 0.75rem;
padding-left: 2rem;
padding-right: 2rem;
}
}
.widget select,
select.vfb-select,
select.vfb-form-control,
.form-select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
box-shadow: none;
background-color: #ffffff;
border-width: 1px;
border-color: #cbcece;
border-radius: 0.25rem;
padding-top: 0.75rem;
padding-bottom: 0.75rem;
padding-left: 0.5rem;
padding-right: 1.5rem;
line-height: 1.5;
background-position: right;
background-repeat: no-repeat;
background-size: 1.5em 1.5em;
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path d="M15.3 9.3a1 1 0 0 1 1.4 1.4l-4 4a1 1 0 0 1-1.4 0l-4-4a1 1 0 0 1 1.4-1.4l3.3 3.29 3.3-3.3z"/></svg>') !important
}
.widget select:hover, select.vfb-select:hover, select.vfb-form-control:hover, .form-select:hover {
outline: 0;
border-color: #3a4040;
background-color: #ffffff;
box-shadow: none;
}
.widget select::-ms-expand, select.vfb-select::-ms-expand, select.vfb-form-control::-ms-expand, .form-select::-ms-expand {
display: none;
}
.widget select:focus, select.vfb-select:focus, select.vfb-form-control:focus, .form-select:focus {
outline: 0;
box-shadow: none;
border-color: #00AC3E;
}
.vfbp-form .vfb-radio label,
.vfbp-form .vfb-checkbox label {
padding-left: 25px;
}
.vfbp-form .vfb-radio input[type="radio"],
.vfbp-form .vfb-radio-inline input[type="radio"],
.vfbp-form .vfb-checkbox input[type="checkbox"],
.vfbp-form .vfb-checkbox-inline input[type="checkbox"] {
margin-left: -25px;
}
.vfb-input-group-btn:last-child>.btn {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
line-height: 1;
}
.vfb-file-input {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-right: none !important;
}
.vfbp-form textarea.vfb-form-control {
line-height: 2;
}
.vfb-fieldType-instructions {
font-size: 0.75rem;
color: #535c5c;
line-height: 1.5;
}
.vfbp-form .vfb-help-block {
margin-top: 0.5rem;
margin-bottom: 0.5rem;
font-size: 0.875rem;
color: #535c5c;
}
.datepicker table tr td.day:hover, .datepicker table tr td.day.focused {
background-color: #edeeee;
}
.datepicker table tr td span.active:active, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover.active
{ background-color: #00AC3E
}
/* RESET VFB 2.0 STYLES */
.visual-form-builder fieldset {
border: none;
background-color: inherit;
}
.visual-form-builder .vfb-legend {
color: #00AC3E;
border-bottom-width: 0;
}
input.vfb-checkbox, input[type="checkbox"].vfb-checkbox {
/* @apply mr-2; */
}
.visual-form-builder label:not(:first-child) {
margin-top: 0;
}
.visual-form-builder label:not(:first-child) {
display: block;
}
.vfb-span {
margin-top: 0.5rem;
margin-bottom: 0.5rem;
}
.vfb-span label {
margin-top: 0.25rem;
display: block;
}
.vfb-choice {
display: inline-block
}
.vfb-span, .visual-form-builder li div span.vfb-span, .visual-form-builder [class*="vfb-span"], span.vfb-full input, span.vfb-full input[type="text"].vfb-medium, span.vfb-full select {
margin-top: 0.25rem;
margin-bottom: 0.25rem;
}
.vfb-span {
margin-top: 0.25rem;
margin-bottom: 0.25rem;
}
.visual-form-builder label.vfb-choice,
label.vfb-choice {
font-size: 1.125rem;
display: inline-block!important;
}
/* purgecss end ignore */
.meet-family-item {
min-height: 400px;
}
.meet-family-item.meet-family-item-top {
min-height: 400px;
}
@media (min-width: 1024px) {
.meet-family-item {
min-height: 350px;
}
.meet-family-item.meet-family-item-top {
min-height: 550px;
}
.hero-links {
min-height: 500px;
}
.hero-link {
background-color: transparent;
margin-bottom: 0;
}
}
/* ALERTS */
.entry-content > .marsha-alert:first-child {
margin-top: 0;
}
.marsha-alert.alert-danger p a {
color: #f56565;
text-decoration: underline;
font-weight: 600;
}
p + .marsha-alert {
margin-top: 2rem;
}
.border-l-12 {
border-left-width: 12px;
}
.alert-black a {
color: #08cd4f;
}
.alert-positive a {
color: #ffffff;
text-decoration: underline;
}
/* LISTS */
h3 + ul.list-group {
margin-top: 1.5rem;
}
ul.list-group {
display: flex;
flex-direction: column;
padding-left: 0;
list-style-type: none;
border-top-width: 1px;
border-bottom-width: 1px;
border-color: #cbcece;
border-radius: 0.25rem;
}
ul.list-group li:last-child {
border-bottom-width: 0;
}
ul.list-group.striped li:nth-child(even) {
background-color: #edeeee;
}
ul.list-group li {
display: block;
padding-top: 1rem;
padding-bottom: 1rem;
padding-left: 1.5rem;
padding-right: 1.5rem;
border-bottom-width: 1px;
border-right-width: 1px;
border-left-width: 1px;
border-color: #cbcece;
margin-top: 0;
margin-bottom: 0;
}
ul.list-group li h3,
ul.list-group li h4,
ul.list-group li h5 {
margin-top: 0;
}
ul.list-group ul {
list-style-type: disc;
list-style-position: inside;
}
ul.list-group ul li {
display: list-item;
border-width: 0;
padding: 0;
}
.large-table {
overflow-x: auto;
}
.table {
white-space: nowrap;
border-collapse: collapse;
margin-top: 1rem;
margin-bottom: 1rem;
}
.table.table-wrapped {
white-space: normal;
}
.table.table-striped tr:nth-child(even) {
background-color: #edeeee;
}
.table.table-bordered th,
.table.table-bordered td {
border-width: 1px;
border-color: #cbcece;
}
.table thead {
background-color: #cbcece;
color: #212424;
}
.table thead th {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
padding-left: 1rem;
padding-right: 1rem;
}
.table tbody td {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
padding-left: 1rem;
padding-right: 1rem;
}
.table.table-tight thead th {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
padding-left: 0.5rem;
padding-right: 0.5rem;
}
.table.table-tight tbody td {
padding-top: 0.25rem;
padding-bottom: 0.25rem;
padding-left: 0.5rem;
padding-right: 0.5rem;
}
.table.lg\:table-wrapped {
white-space: normal;
}
.rss-widget-icon {
display: inline;
}
.bg:before {
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: rgba(0,0,0,0.3);
}
.course-listing-container {
height: 310px;
}
.simple-social-icons ul.aligncenter {
text-align: left;
}
.large-table > br {
display: none;
}
.wp-block-marsha-blocks-full-width .wp-block-image {
margin-bottom: 0!important;
}
.wp-block-marsha-blocks-full-width img {
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)
}
.wp-block-marsha-blocks-full-width .wp-block-column {
margin-bottom: 0!important;
}
.meet-family {
}
.meet-family-item {
min-height: 400px;
}
.meet-family-item.meet-family-item-top {
min-height: 400px;
}
.entry-content > .marsha-alert:first-child {
margin-top: 0;
}
.marsha-alert.alert-danger p a {
color: #f56565;
text-decoration: underline;
font-weight: 600;
}
p + .marsha-alert {
margin-top: 2rem;
}
.border-l-12 {
border-left-width: 12px;
}
.alert-black a {
color: #08cd4f;
}
.alert-positive a {
color: #ffffff;
text-decoration: underline;
}
h3 + ul.list-group {
margin-top: 1.5rem;
}
ul.list-group {
display: flex;
flex-direction: column;
padding-left: 0;
list-style-type: none;
border-top-width: 1px;
border-bottom-width: 1px;
border-color: #cbcece;
border-radius: 0.25rem;
}
ul.list-group li:last-child {
border-bottom-width: 0;
}
ul.list-group.striped li:nth-child(even) {
background-color: #edeeee;
}
ul.list-group li {
display: block;
padding-top: 1rem;
padding-bottom: 1rem;
padding-left: 1.5rem;
padding-right: 1.5rem;
border-bottom-width: 1px;
border-right-width: 1px;
border-left-width: 1px;
border-color: #cbcece;
margin-top: 0;
margin-bottom: 0;
}
ul.list-group li h3,
ul.list-group li h4,
ul.list-group li h5 {
margin-top: 0;
}
ul.list-group ul {
list-style-type: disc;
list-style-position: inside;
}
ul.list-group ul li {
display: list-item;
border-width: 0;
padding: 0;
}
/* // footnotes */
.entry-content {
counter-reset: footnotes;
}
a[aria-describedby="footnote-label"] {
counter-increment: footnotes; /* 1 */
text-decoration: none; /* 2 */
color: inherit; /* 2 */
cursor: default; /* 2 */
outline: none; /* 2 */
}
a[aria-describedby="footnote-label"]::after {
text-decoration: underline;
color: #00AC3E;
font-size: 0.75rem;
cursor: pointer;
content: '[' counter(footnotes) ']'; /* 1 */
vertical-align: super; /* 2 */
margin-left: 2px; /* 4 */
}
a[aria-describedby="footnote-label"]:focus::after {
outline: thin dotted;
outline-offset: 2px;
}
.footnotes {
font-size: 0.875rem;
}
.footnotes :target {
background: rgba(0, 172, 62,.1)
}
@media (min-width: 1024px) {
.meet-family-item {
min-height: 350px;
}
.meet-family-item.meet-family-item-top {
min-height: 550px;
}
.hero-links {
min-height: 500px;
}
.hero-link {
background-color: transparent;
margin-bottom: 0;
}
}
.screen-reader-text {
border-width: 0;
height: 0.25rem;
width: 0.25rem;
margin: -0.25rem;
overflow: hidden;
padding: 0;
position: absolute;
clip: rect(1px, 1px, 1px, 1px);
-webkit-clip-path: inset(50%);
clip-path: inset(50%);
word-wrap: normal !important;
}
.sr-only {
border: 0;
clip: rect(0 0 0 0);
clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
-webkit-clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
white-space: nowrap;
}
.nav-green {
background-color: #00AC3E;
color: #ffffff;
}
/* @screen md {
.nav-green {
@apply px-0;
}
} */
.nav-green-item {
color: #ffffff;
transition: background-color .18s ease-out;
}
.nav-green-item.active {
background-color: #029F3B;
}
.nav-green-item:hover {
background-color: #029F3B;
}
.nav-green-dropdown-item {
color: #ffffff;
display: block;
padding-top: 1rem;
padding-bottom: 1rem;
padding-left: 0.75rem;
padding-right: 0.75rem;
transition: all .1s ease-out;
}
.nav-green-dropdown-item:hover {
background-color: #029F3B;
transition: all .1s ease-out;
}
.nav-green-arrow {
transition: -webkit-transform .15s ease-out;
transition: transform .15s ease-out;
transition: transform .15s ease-out, -webkit-transform .15s ease-out;
}
.nav-green-item:hover .nav-green-arrow {
-webkit-transform: translateX(5px);
transform: translateX(5px);
}
.nav-green-dropdown {
visibility: hidden;
opacity: 0;
transition: visibility 0s, opacity .2s ease-out;
}
.nav-green-dropdown.active {
visibility: visible;
opacity: 1;
}
.nav-green-sub-arrow {
opacity: 0;
-webkit-transform: translateX(-4px);
transform: translateX(-4px);
transition: all .15s ease-out;
}
.nav-green-dropdown-item:hover .nav-green-sub-arrow {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
.fw-search input:focus + .fw-search-icon {
color: #00AC3E;
}
.fw-search-icon {
color: #a9adad;
}
.main-nav-item {
color: #535c5c;
transition: color .18s ease-out;
}
.main-nav-item:hover, .main-nav-item > a.active {
color: #00AC3E;
}
.main-nav-item:hover span {
padding-bottom: 0.5rem;
border-bottom-width: 2px;
border-color: #00AC3E;
}
.main-nav-item.active {
color: #00AC3E;
}
.megamenu {
visibility: hidden;
}
.megamenu.active {
visibility: visible;
}
.megamenu ul {
padding-left: 0;
}
.megamenu ul li {
display: block;
}
@-webkit-keyframes slideDown {
from {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
to { -webkit-transform: translateY(0); transform: translateY(0);
}
}
@keyframes slideDown {
from {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
to { -webkit-transform: translateY(0); transform: translateY(0);
}
}
.megamenu-sub-item {
transition: -webkit-transform .15s ease-out;
transition: transform .15s ease-out;
transition: transform .15s ease-out, -webkit-transform .15s ease-out;
}
.megamenu-sub-arrow {
opacity: 0;
transition: opacity .15s ease-out, -webkit-transform .5s ease-out;
transition: opacity .15s ease-out, transform .5s ease-out;
transition: opacity .15s ease-out, transform .5s ease-out, -webkit-transform .5s ease-out;
}
.hero-link-item:hover .megamenu-sub-arrow,
.meet-mu-item:hover .megamenu-sub-arrow,
.megamenu-sub-item:hover .megamenu-sub-arrow {
opacity: 1;
text-decoration: none;
-webkit-transform: translateX(8px);
transform: translateX(8px);
}
a.hero-link-item:hover {
text-decoration: none;
}
hr {
border: none;
display: block;
width: 100%;
overflow: hidden;
}
hr:after {
content:"..................................................................................";
letter-spacing: 4px; /* increase space between dots */
font-size: 16px; /* increase size of dots */
color: #a2aaad; /* pick a color */
}
.mobile-search {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
transition: all .15s ease-in-out;
}
.mobile-search.active {
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
-webkit-transform: translateY(0%);
transform: translateY(0%)
}
.mobile-search-input:focus::-webkit-input-placeholder,
.mobile-search-input:focus:-ms-input-placeholder,
.mobile-search-input:focus::-webkit-input-placeholder {
font-weight: 400;
color: #edeeee;
}
.mobile-search-input:focus::-webkit-input-placeholder,
.mobile-search-input:focus:-ms-input-placeholder,
.mobile-search-input:focus::placeholder {
font-weight: 400;
color: #edeeee;
}
.nav-site {
width: 100%;
background-color: #535c5c;
}
.nav-site-parent {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
width: 100%;
color: #ffffff;
display: flex;
align-items: center;
justify-content: space-between;
padding-left: 1rem;
padding-right: 1rem;
border-bottom-width: 1px;
border-color: #3a4040;
padding-top: 0.75rem;
padding-bottom: 0.75rem;
font-size: 0.875rem;
}
.nav-site-dropdown-container {
display: none;
visibility: hidden;
opacity: 0;
background-color: #3a4040;
transition: visibility 0, opacity .2s ease-out;
}
.nav-site-dropdown-container.active {
display: block;
visibility: visible;
opacity: 1;
}
.nav-site-dropdown-item {
font-size: 0.875rem;
color: #ffffff;
display: flex;
align-items: center;
justify-content: space-between;
padding-left: 1rem;
padding-right: 1rem;
border-bottom-width: 1px;
border-color: #313737;
padding-top: 0.75rem;
padding-bottom: 0.75rem;
}
.nav-program {
width: 100%;
background-color: #535c5c;
}
.nav-program-parent {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
width: 100%;
color: #ffffff;
display: flex;
align-items: center;
justify-content: space-between;
padding-left: 1rem;
padding-right: 1rem;
border-bottom-width: 1px;
border-color: #3a4040;
padding-top: 0.75rem;
padding-bottom: 0.75rem;
font-size: 0.875rem;
}
.nav-program-dropdown-container {
display: none;
visibility: hidden;
opacity: 0;
background-color: #3a4040;
transition: visibility 0, opacity .2s ease-out;
}
.nav-program-dropdown-container.active {
display: block;
visibility: visible;
opacity: 1;
}
.nav-program-dropdown-item {
font-size: 0.875rem;
color: #ffffff;
display: flex;
align-items: center;
justify-content: space-between;
padding-left: 1rem;
padding-right: 1rem;
border-bottom-width: 1px;
border-color: #313737;
padding-top: 0.75rem;
padding-bottom: 0.75rem;
}
@media (min-width: 1024px) {
.nav-site {
background-color: transparent;
display: flex;
align-items: center;
}
.nav-item-container {
position: relative;
z-index: 30;
}
.nav-site-parent {
width: auto;
border-style: none;
display: flex;
align-items: center;
transition: all .1s ease-in;
text-transform: uppercase;
font-weight: 600;
padding-top: 1.5rem;
padding-bottom: 1.5rem;
padding-left: 0.5rem;
padding-right: 0.5rem;
color: #535c5c;
font-size: 0.875rem;
}
.nav-site-parent span {
border-bottom-width: 1px;
border-color: transparent;
}
.nav-site-parent:hover,
.nav-site-parent.active {
color: #ffffff;
background-color: #00AC3E;
}
.nav-site-parent.selected {
color: #00AC3E;
}
.nav-site-parent.selected span {
border-bottom-width: 1px;
border-color: #00AC3E;
}
.nav-site-parent.selected:hover {
background-color: #00AC3E;
color: #ffffff;
}
.nav-site-parent.selected.active {
color: #ffffff!important;
}
.nav-site-dropdown-container {
width: 100%;
position: absolute;
left: 0;
background-color: #00AC3E;
text-transform: uppercase;
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
font-weight: 600;
visibility: hidden;
opacity: 0;
width: 250px;
transition: visibility 0s, opacity .2s ease-out;
z-index: 10000;
}
.nav-site-dropdown-container.active {
visibility: visible;
opacity: 1;
}
.nav-site-dropdown-item {
color: #ffffff;
display: block;
padding-top: 1rem;
padding-bottom: 1rem;
padding-left: 1rem;
padding-right: 1rem;
font-size: 0.875rem;
border-left-width: 8px;
border-top-width: 0;
border-right-width: 0;
border-bottom-width: 0;
border-color: transparent;
transition: all .1s ease-out;
}
.nav-site-dropdown-item:hover {
background-color: #029F3B;
border-color: #007129;
transition: all .1s ease-out;
}
.nav-program-menu {
margin-bottom: 2.5rem;
border-top-width: 1px;
border-color: #edeeee;
font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
}
.nav-program-item {
display: block;
color: #00AC3E;
text-transform: uppercase;
text-decoration: none;
padding-top: 0.75rem;
padding-bottom: 0.75rem;
padding-left: 0.75rem;
padding-right: 0.75rem;
font-weight: 600;
letter-spacing: 0.025em;
transition: all .1s ease-in;
border-bottom-width: 1px;
border-color: #edeeee;
}
.nav-program-item:hover {
text-decoration: none;
color: #ffffff;
background-color: #00AC3E;
text-decoration: none!important;
}
}
@media (min-width: 1440px) {
.nav-site-parent {
padding-left: 1rem;
padding-right: 1rem;
font-size: 0.875rem;
letter-spacing: 0.025em;
}
.nav-site-dropdown-item {
font-size: 0.875rem;
letter-spacing: 0.025em;
}
}
.no-scroll {
overflow: hidden;
height: 100%;
}
.off-canvas {
visibility: hidden;
transition-duration: .3s;
/* transition-timing-function: ease-in-out; */
-webkit-transform: translate3d(30rem, 0, 0);
transform: translate3d(30rem, 0, 0);
transition-timing-function: cubic-bezier(.15,.30,.65,1.05);
}
.off-canvas.active {
visibility: visible;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
ul.list-reset {
padding-left: 0;
}
ul.list-reset li {
display: block;
}
.arrows {
transition: all .08s linear;
}
.arrows.active {
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}
.mobile-nav-sub {
display: none;
visibility: hidden;
opacity: 0;
transition: visibility 0, opacity .2s ease-out;
}
.mobile-nav-sub.active {
display: block;
visibility: visible;
opacity: 1;
}
.mobile-page-navigation {
width: 100%;
background-color: #535c5c;
}
.mobile-page-navigation ul li {
width: 100%;
}
.mobile-page-navigation ul li a {
font-size: 0.875rem;
color: #ffffff;
display: flex;
align-items: center;
justify-content: space-between;
padding-left: 1rem;
padding-right: 1rem;
border-bottom-width: 1px;
border-color: #313737;
padding-top: 0.75rem;
padding-bottom: 0.75rem;
}
.mobile-nav ul {
padding-left: 0;
}
.mobile-nav ul li {
display: block;
}
.side-navigation {
display: none;
}
@media (min-width: 1024px) {
.side-navigation {
display: block;
margin-bottom: 2rem;
}
}
div.docs-nav:last-child {
margin-bottom: 2rem;
}
p + ul.docs-nav {
margin-top: 1rem;
}
ul.docs-nav,
ul.xoxo.blogroll,
.widget_nav_menu ul {
list-style-type: none;
padding-left: 0;
}
div.docs-nav,
ul.xoxo.blogroll, .side-navigation ul li.menu-item, .widget_nav_menu ul li {
transition: all .25s;
}
.side-navigation ul li.menu-item {
text-transform: uppercase;
}
.widget_nav_menu ul li.menu-item-has-children {
border-bottom-width: 0;
}
ul.sub-menu {
margin-top: 0;
margin-bottom: 0;
}
.textwidget h3 {
font-weight: 600;
text-transform: uppercase;
}
ul.xoxo.blogroll li, .side-navigation ul li, .widget_nav_menu ul li {
margin-top: 0;
margin-bottom: 0;
}
.side-navigation ul li.menu-item:hover, .widget_nav_menu ul li:hover {
border-color: #00AC3E;
}
ul.xoxo.blogroll li a,
.side-navigation ul li.menu-item a, .widget_nav_menu ul li a {
display: block;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
color: #00AC3E;
transition: all .2s;
}
ul.xoxo.blogroll li a:hover,
.side-navigation ul li.menu-item a:hover {
color: #00AC3E;
text-decoration: underline;
}
.widget_nav_menu ul li a:hover {
color: #00AC3E;
text-decoration: underline;
}
.visual-form-builder li, .entry-content .visual-form-builder li, .comment-content .visual-form-builder li, .mu_register .visual-form-builder li {
margin-top: 12px!important;
}
footer {
background-image:
linear-gradient(
to bottom,
#131716,
#131716 95%,
black 95%
);
}
.footer-flag {
background-image: none;
margin-top: 0;
}
.footer-flag > p:first-child {
margin-top: 3rem;
}
.footer-button {
border-width: 2px;
border-color: #ffffff;
background-color: transparent;
color: #ffffff;
}
.footer-links {
list-style-type: none;
}
.footer-links li {
margin-bottom: 1rem;
}
.footer-links li:last-child {
margin-bottom: 0;
}
.footer-links > li > a {
color: #ffffff;
line-height: 1.5;
transition: color .15s ease-out;
}
.footer-links > li > a:hover {
color: #08cd4f;
}
.social-icons {
color: #ffffff;
transition: margin-top .15s ease-in
}
.social-icons:hover { color: #ffffff;
}
.footer a.disclosures {
color: #08cd4f;
}
.footer a.disclosures:hover {
text-decoration: underline;
}
@media (min-width: 1024px) {
.footer-flag {
margin-top: -35px;
background-color: inherit;
background-image: url('<?php echo esc_url( get_template_directory_uri() ); ?>/images/m_flag.svg');
background-repeat: no-repeat;
background-size: cover
}
p.footer-address {
margin-top: 165px;
}
.footer-button {
background-color: #00AC3E;
color: #ffffff;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
transition: background-color .2s ease-out;
border-color: transparent;
transition: all .2s;
}
.footer-button:hover {
background-color: #029F3B;
}
.social-icons:hover { margin-top: -0.25rem;
}
}
.green-arrow-top {
width: 100%;
margin-left: auto;
margin-right: auto;
width: 0;
height: 0;
border-left: 30px solid transparent;
border-right: 30px solid transparent;
border-top: 30px solid #00AC3E;
}
.white-arrow-top {
width: 100%;
margin-left: auto;
margin-right: auto;
width: 0;
height: 0;
border-left: 30px solid transparent;
border-right: 30px solid transparent;
border-top: 30px solid #fff;
}
.transparent-arrow-top {
width: 100%;
margin-left: auto;
margin-right: auto;
width: 0;
height: 0;
border-left: 30px solid transparent;
border-right: 30px solid transparent;
border-top: 30px solid inherit;
}
.green-arrow-top-sm {
width: 100%;
margin-left: auto;
margin-right: auto;
width: 0;
height: 0;
border-left: 30px solid transparent;
border-right: 30px solid transparent;
border-top: 30px solid #00AC3E;
}
.white-arrow-top-sm {
width: 100%;
margin-left: auto;
margin-right: auto;
width: 0;
height: 0;
border-left: 20px solid transparent;
border-right: 20px solid transparent;
border-top: 20px solid #fff;
}
.dark-arrow-top-lg {
width: 100%;
margin-left: auto;
margin-right: auto;
width: 0;
height: 0;
border-left: 30px solid transparent;
border-right: 30px solid transparent;
border-top: 30px solid #1f2727;
}
.dark-arrow-top-sm {
width: 100%;
margin-left: auto;
margin-right: auto;
width: 0;
height: 0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-top: 10px solid #1f2727;
}
.landing-program .t-dark-arrow-top-sm {
width: 100%;
margin-left: auto;
margin-right: auto;
width: 0;
height: 0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-top: 10px solid transparent;
}
.landing-program:hover .t-dark-arrow-top-sm {
width: 100%;
margin-left: auto;
margin-right: auto;
width: 0;
height: 0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-top: 10px solid #1f2727;
}
.transparent-arrow-left {
width: 0;
height: 0;
border-left: 40px solid inherit;
border-top: 40px solid transparent;
border-bottom: 40px solid transparent;
}
.arrow-shadow {
text-shadow: -5px 3px 10px rgba(0, 0, 0, 0.2)
}
@media (min-width: 1024px) {
.green-arrow-top {
border-left-width: 50px;
border-right-width: 50px;
border-top-width: 50px;
}
.white-arrow-top {
width: 100%;
margin-left: auto;
margin-right: auto;
width: 0;
height: 0;
border-left: 50px solid transparent;
border-right: 50px solid transparent;
border-top: 50px solid #fff;
}
}
.hero {
height: 100%;
background-size: cover;
background-repeat: no-repeat;
display: flex;
padding-left: 1rem;
padding-right: 1rem;
position: relative;
}
.hero-content {
height: 100%;
margin-left: auto;
margin-right: auto;
padding-left: 1rem;
padding-right: 1rem;
display: flex;
flex-direction: column;
justify-content: center;
color: #ffffff;
}
.hero-title {
font-family: Sentinel A, Sentinel B, Bookman Old Style Regular, serif;
font-weight: 500;
color: #ffffff;
font-size: 3rem;
line-height: 1;
text-transform: uppercase;
text-shadow: -1px 1px 18.2px rgba(0, 0, 0, 0.25);
}
.hero-tagline {
font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
font-weight: 600;
color: #ffffff;
font-size: 1.5rem;
letter-spacing: -0.025em;
text-transform: uppercase;
margin-top: 0.5rem;
text-shadow: 0px 0px 9px rgba(0, 0, 0, 0.25);
}
.hero-intro {
font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
font-weight: 600;
color: #ffffff;
font-size: 1.125rem;
margin-top: 1rem;
width: 100%;
text-shadow: 0px 0px 9px rgba(0, 0, 0, 0.25);
}
.hero-gradient {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(to bottom, rgba(0,0,0,.20) 75%, rgba(0,0,0,.80));
}
.hero-home {
background-color: #535c5c;
display: flex;
align-items: center;
padding-left: 1rem;
padding-right: 1rem;
min-height: 550px;
background-position: 50% 0;
}
.hero-home-title {
font-size: 5rem;
text-shadow: -1px 1px 18.2px rgba(0, 0, 0, 0.25);
}
.hero-secondary {
background-size: cover;
background-repeat: no-repeat;
min-height: 385px;
}
.hero-secondary-overlay {
background: linear-gradient(to bottom, rgba(0,0,0,.20) 75%, rgba(0,0,0,.80));
}
.hero-secondary-title {
font-family: Sentinel A, Sentinel B, Bookman Old Style Regular, serif;
color: #ffffff;
text-transform: uppercase;
font-weight: 400;
letter-spacing: 0;
font-size: 2.25rem;
width: 100%;
text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3), 10px 10px 10px rgba(0, 0, 0, 0.4);
}
.hero-secondary-subtitle {
font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
color: #ffffff;
letter-spacing: 0.025em;
font-size: 1rem;
text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3), 10px 10px 10px rgba(0, 0, 0, 0.4);
}
.hero-tertiary {
min-height: 175px;
}
.hero-rises {
background-size: cover;
background-repeat: no-repeat;
min-height: 385px;
}
.hero-rises-overlay {
background: linear-gradient(to bottom, rgba(0,0,0,.3) 75%, rgba(0,0,0,.80));
}
.hero-links {
background-position: 0% 50%;
min-height: 350px;
}
.hero-link {
background-color: rgba(0,0,0,.2);
margin-bottom: 1px;
}
@media (min-width: 1024px) {
.hero {
background-position: center;
padding-left: 1rem;
padding-right: 1rem;
justify-content: flex-end;
}
.hero-content {
padding-left: 0;
padding-right: 0;
justify-content: flex-end;
}
.hero-title {
@apple text-7xl;
}
.hero-tagline {
font-size: 3rem;
margin-top: 1rem;
}
.hero-intro {
width: 50%;
font-size: 1.875rem;
margin-top: 1rem;
}
.hero-home {
min-height: 750px;
background-position: 0% 0%;
}
.hero-home-title {
font-size: 10rem;
}
.hero-secondary {
min-height: 560px;
}
.hero-secondary-title {
font-size: 5rem;
width: 75%;
}
.hero-secondary-subtitle {
margin-top: 0;
font-size: 1.5rem;
font-weight: 600;
margin-top: 0.75rem;
}
.hero-tertiary {
min-height: 395px;
}
.hero-rises {
min-height: 600px;
}
}
.gtk-container {
min-height: 350px;
}
.gtk-features {
margin: -100px 0 0 0;
}
.gtk-feature {
background-color: #00AC3E;
border-top: 4px solid #fff;
}
.get-to-know-title {
font-family: Sentinel A, Sentinel B, Bookman Old Style Regular, serif;
color: #ffffff;
text-transform: uppercase;
font-size: 3rem;
text-shadow: 0px 0px 9px rgba(0, 0, 0, 0.25);
margin: 125px 0;
}
.gtk-item-content {
min-height: 350px;
}
@media (min-width: 1024px) {
.gtk-container {
min-height: 675px;
}
.gtk-features {
margin: -300px 0 0 0;
}
.gtk-feature {
background: linear-gradient(to bottom, rgba(0,0,0,.20) 75%, rgba(0,0,0,.80));
transition: background-color 0.3s ease-out;
border-top: 4px transparent;
}
.gtk-feature:hover {
background: rgba(0,177,64,.8);
border-top: 4px solid #1f2727;
}
.gtk-item {
border-width: 1px;
border-color: #ffffff;
transition: -webkit-transform .4s;
transition: transform .4s;
transition: transform .4s, -webkit-transform .4s; /* Animation */
}
.gtk-item:hover {
border-color: transparent;
-webkit-transform: scale(1.13);
transform: scale(1.13);
}
}
.college {
background: linear-gradient(to bottom, rgba(0,0,0,.20) 75%, rgba(0,0,0,.80));
transition: background-color 0.3s ease-out;
border-top: 4px transparent;
}
.feature-row-item-short {
height: 250px;
}
.feature-row-item-tall {
height: 350px;
}
@media (min-width: 1024px) {
.college-parent:hover .college,
.college:hover {
background: rgba(0,177,64,.8);
border-top: 4px solid #1f2727;
}
}
.landing-program {
background: linear-gradient(to bottom, rgba(0,0,0,.40) 75%, rgba(0,0,0,.80));
transition: background-color 0.3s ease-out;
border-top: 4px transparent;
}
@media (min-width: 1024px) {
.landing-program-parent:hover .landing-program,
.landing-program:hover {
background: rgba(0,177,64,.8);
border-top: 4px solid #1f2727;
}
}
.search-box {
padding-top: 1.5rem;
padding-bottom: 1.5rem;
padding-left: 1rem;
padding-right: 1rem;
background-color: transparent;
transition: background-color .15s ease-in;
box-sizing: border-box;
}
.search-box.active {
background-color: #ffffff;
box-shadow:0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
}
.search-box form > label {
color: #ffffff;
transition: color .15s ease-in;
}
.search-box form.active > label {
color: #535c5c;
}
.search-box form > .search-bar {
border-bottom-width: 1px;
border-bottom-width: 2px;
border-color: #ffffff;
transition: border-bottom-color .1s ease-in;
}
.search-box form.active > .search-bar {
border-color: #131716;
}
.search-box form > div > input {
color: #ffffff
}
.search-box form.active > div > input {
color: #131716
}
.search-box form > div > svg {
color: #ffffff;
transition: color .15s ease-in;
}
.search-box form > div > svg {
color: #ffffff;
}
.search-box form.active > div > svg {
color: #00AC3E;
}
.search-box.active h2 {
color: #131716;
}
.search-results {
opacity: 0;
visibility: hidden;
transition: visibility 0s, opacity .18s ease-in;
}
.search-results.active {
opacity: 1;
visibility: visible;
box-shadow:0 16px 10px 0 rgba(0,0,0,0.20),0 25px 12px 0 rgba(0,0,0,0.19) !important;
}
.filter--notFound {
display: none;
}
.quote {
transition: visibility .15s ease-in;
display: none;
visibility: hidden;
}
.quote.quote-active {
display: flex;
visibility: visible;
}
.quote-button {
-webkit-transform: scale(1);
transform: scale(1);
transition: all .2s;
}
.quote-button:hover {
-webkit-transform: scale(1.3);
transform: scale(1.3);
}
@media (min-width: 1024px) {
.quote {
min-height: 300px;
}
}
@media (min-width: 1024px) {
.bottom-cta {
background-size: 125%;
background-repeat: no-repeat;
background-position: center center;
transition: background-size 0.3s ease-in-out;
}
.bottom-cta:hover {
background-size: 130%;
}
}
.gsc-search-button {
display: none;
}
input.gsc-input {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-color: #ffffff;
border-radius: 0.25rem;
padding-left: 0.75rem;
padding-right: 0.75rem;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
height: auto;
color: #3a4040;
font-size: 1rem;
line-height: 1.5;
border: 1px solid #cbcece;
box-shadow: none
}
input.gsc-input:hover {
outline: 0;
border-color: #00AC3E;
background-color: #ffffff;
box-shadow: none;
}
input.gsc-input:focus {
outline: 0;
box-shadow: none;
border-color: #00AC3E
}
div.gsc-above-wrapper-area {
margin-top: 1.5rem;
margin-bottom: 1.5rem;
}
td.gsib_b {
display: none
}
div.gsc-cursor, .gsc-results .gsc-cursor {
display: flex;
justify-content: space-between;
width: 100%;
}
div.gsc-input-box {
border: none!important;
}
input[type="date"],
input[type="text"].gsc-input {
border: 1px solid #cbcece!important;
box-shadow: none;
padding: 0.5rem 0.75rem!important;
height: auto!important;
-webkit-appearance: none!important;
-moz-appearance: none!important;
appearance: none!important;
color: #3a4040!important;
box-shadow: none!important;
margin: 0!important;
}
input[type="date"],
input[type="text"].gsc-input:hover {
outline: 0!important;
border: 1px solid #00AC3E!important;
box-shadow: none!important;
}
input[type="date"],
input[type="text"].gsc-input:focus {
outline: 0!important;
border: 1px solid #00AC3E!important;
box-shadow: none!important;
}
table.gstl_50.gssb_c {
margin-top: 30px!important;
}
.gsc-results .gsc-cursor {
display: flex;
justify-content: space-between;
font-size: 1rem;
}
.gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
background-color: #edeeee;
text-decoration: none;
}
.gsc-results .gsc-cursor-box .gsc-cursor-page {
color: #00AC3E;
margin: 1rem 0;
padding: 0.75rem 1.5rem;
}
.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
background-color: #00AC3E;
color: #ffffff;
}
.gcsc-find-more-on-google-text,
.gcsc-find-more-on-google-query,
.gcsc-branding-text {
font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif!important;
margin-top: 0px!important;
font-size: .875rem!important;
}
.gcsc-find-more-on-google-magnifier {
display: inline!important;
}
.gcsc-branding-img-noclear {
margin: 0 0.5rem;
}
.gcsc-more-maybe-branding-root,
.gsc-cursor-box.gs-bidi-start-align {
margin: 1rem 0!important;
}
.rises-accordion {
background-color: #ffffff;
}
/* .rises-accordion.active {
@apply bg-gray-100;
} */
.rises-accordion.active .rises-accordion-link {
color: #00AC3E;
}
.rises-faqs .rises-q {
color: #535c5c;
font-weight: 600;
}
.rises-faqs .rises-q.active {
color: #131716;
font-weight: 700;
}
aside section {
margin-bottom: 2rem;
}
aside h2 {
font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
text-transform: uppercase;
font-weight: 600;
font-size: 1.125rem;
letter-spacing: 0.025em;
margin-bottom: 0.75rem;
color: #131716;
border-bottom-width: 2px;
border-color: #00AC3E;
padding-bottom: 0.25rem;
}
/* Columns */
.columns {
padding-left: 0.5rem;
padding-right: 0.5rem;
}
.small-1 { width: 8.33333%;
}
.small-2 { width: 16.66667%;
}
.small-3 { width: 25%;
}
.small-4 { width: 33.33333%;
}
.small-5 { width: 41.66667%;
}
.small-6 { width: 50%;
}
.small-7 { width: 58.33333%;
}
.small-8 { width: 66.66667%;
}
.small-9 { width: 75%;
}
.small-10 { width: 83.33333%;
}
.small-11 { width: 91.66667%;
}
.small-12 { width: 100%;
}
@media (min-width: 1024px) {
.columns {
padding-left: 1.5rem;
padding-right: 1.5rem;
}
.medium-1 { width: 8.33333%;
}
.medium-2 { width: 16.66667%;
}
.medium-3 { width: 25%;
}
.medium-4 { width: 33.33333%;
}
.medium-5 { width: 41.66667%;
}
.medium-6 { width: 50%;
}
.medium-7 { width: 58.33333%;
}
.medium-8 { width: 66.66667%;
}
.medium-9 { width: 75%;
}
.medium-10 { width: 83.33333%;
}
.medium-11 { width: 91.66667%;
}
.medium-12 { width: 100%;
}
}
@media (min-width: 1024px) {
.large-1 { width: 8.33333%;
}
.large-2 { width: 16.66667%;
}
.large-3 { width: 25%;
}
.large-4 { width: 33.33333%;
}
.large-5 { width: 41.66667%;
}
.large-6 { width: 50%;
}
.large-7 { width: 58.33333%;
}
.large-8 { width: 66.66667%;
}
.large-9 { width: 75%;
}
.large-10 { width: 83.33333%;
}
.large-11 { width: 91.66667%;
}
.large-12 { width: 100%;
}
}
/* Button Dropdown and Normal Dropdown */
.f-dropdown {
display: none;
}
.flex-video {
position: relative;
height: 0;
overflow: hidden;
padding-top: 1.5rem;
margin-bottom: 1rem;
padding-bottom: 67.5%;
}
.flex-video iframe, .flex-video object, .flex-video embed, .flex-video video {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
}
.flex-video.widescreen {
padding-bottom: 56.34%
}
.simple-social-icons li a {
padding: 0.75rem;
border-radius: 0.25rem;
background-color: #00AC3E;
color: #ffffff;
}
.simple-social-icons li a:hover {
background-color: #029F3B;
}
.show-for-small-only {
display: block;
}
.show-for-medium-up, .show-for-medium-only {
display: none;
}
.show-for-large-up, .show-for-large-only {
display: none;
}
/* @screen md {
.show-for-small-only {
@apply hidden;
}
.show-for-medium-up {
@apply block;
}
} */
@media (min-width: 1024px) {
.show-for-small-only {
display: none;
}
.show-for-large-up {
display: block;
}
}
@media (min-width: 1440px) {
.discover-campus {
min-height: 500px;
background-position: 0 50%;
}
}
.search-box.active {
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
ul.program-search li.filter--notFound {
display: none;
}
ul.program-search li a:hover {
text-decoration: none!important;
}
.program-list {
background-color: #ffffff;
color: #313737;
border-bottom-width: 1px;
border-color: #edeeee;
}
.program-list.active {
background-color: #131716;
color: #08cd4f;
}
a.program-list-container {
color: #212424;
}
a.program-list-container:hover {
color: #00AC3E;
text-decoration: none!important;
}
.program-list.active .program-list-container {
border-color: #212424;
}
/* Text meant only for screen readers. */
.no-scroll {
overflow: hidden;
height: 100%;
}
.transition {
transition: all .1s ease-in!important;
}
footer.entry-footer {
display: none;
}
.w-80rem {
width: 90rem;
}
/* images */
img.alignleft {
float: left;
display: inline;
margin-right: 1.5rem;
padding: 0.5rem;
}
img.alignright {
float: right;
display: inline;
margin-left: 1.5rem;
padding: 0.5rem;
}
img.alignnone {
vertical-align: middle;
}
.wp-block-code {
padding-top: 1.5rem;
padding-bottom: 1.5rem;
padding-left: 2rem;
padding-right: 2rem;
background-color: #edeeee;
margin-top: 0.75rem;
margin-bottom: 0.75rem;
}
p[style*="text-align: center"] {
text-align: right !important;
}
*[style*="color: #008000"],
*[style*="color: #339966"]
{
color: inherit !important;
}
.wooslider-control-nav,
.wooslider-control-paging li a {
z-index: 50!important;
}
/*
@import "components/home/hero-homepage";
@import "components/home/get-to-know";
@import "components/home/locations";
@import "components/home/social";
@import "components/home/latest-news";
@import "components/secondary/hero-main";
@import "components/expand-horizons";
@import "components/academics/resources";
@import "components/academics";
@import "components/major-search";
@import "components/calendar";
@import "components/bottom-cta"; */
@media (min-width: 1024px) {
.news-item {
background: linear-gradient(to bottom, rgba(0,0,0,.55) 75%, rgba(0,0,0,.90));
/* border-top: 4px solid theme('colors.green'); */
border-top: 4px solid #ffffff;
background: linear-gradient(to bottom, rgba(0,0,0,.50) 75%, rgba(0,0,0,.80));
transition: background-color 0.3s ease-out;
border-top: 4px transparent;
}
.news-item:hover {
background: rgba(0,177,64,.8);
border-top: 4px solid #1f2727;
}
}
h2 + .accordion,
h3 + .accordion,
h4 + .accordion,
p + .accordion {
margin-top: 1rem;
}
.nav-links {
display: flex;
justify-content: space-between;
}
code {
background-color: #131716;
color: #ffffff;
font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
code.example {
display: block;
padding-left: 1rem;
padding-right: 1rem;
padding-top: 1.5rem;
line-height: 2;
}
/* NEED TO MOVE */
.academic-content ul {
margin-top: 1rem;
}
@media (min-width: 1024px) {
.lg\:appearance-none {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.lg\:bg-fixed {
background-attachment: fixed;
}
.lg\:bg-local {
background-attachment: local;
}
.lg\:bg-scroll {
background-attachment: scroll;
}
.lg\:bg-transparent {
background-color: transparent;
}
.lg\:bg-inherit {
background-color: inherit;
}
.lg\:bg-black {
background-color: #131716;
}
.lg\:bg-white {
background-color: #ffffff;
}
.lg\:bg-green-darker {
background-color: #007129;
}
.lg\:bg-green-dark {
background-color: #029F3B;
}
.lg\:bg-green {
background-color: #00AC3E;
}
.lg\:bg-green-bright {
background-color: #08cd4f;
}
.lg\:bg-gray-100 {
background-color: #edeeee;
}
.lg\:bg-gray-200 {
background-color: #cbcece;
}
.lg\:bg-gray-300 {
background-color: #a9adad;
}
.lg\:bg-gray-400 {
background-color: #868c8c;
}
.lg\:bg-gray-500 {
background-color: #535c5c;
}
.lg\:bg-gray-600 {
background-color: #3a4040;
}
.lg\:bg-gray-700 {
background-color: #313737;
}
.lg\:bg-gray-800 {
background-color: #212424;
}
.lg\:bg-gray-900 {
background-color: #131716;
}
.lg\:bg-red-100 {
background-color: #fff5f5;
}
.lg\:bg-red-500 {
background-color: #f56565;
}
.lg\:bg-red-900 {
background-color: #742a2a;
}
.lg\:hover\:bg-transparent:hover {
background-color: transparent;
}
.lg\:hover\:bg-inherit:hover {
background-color: inherit;
}
.lg\:hover\:bg-black:hover {
background-color: #131716;
}
.lg\:hover\:bg-white:hover {
background-color: #ffffff;
}
.lg\:hover\:bg-green-darker:hover {
background-color: #007129;
}
.lg\:hover\:bg-green-dark:hover {
background-color: #029F3B;
}
.lg\:hover\:bg-green:hover {
background-color: #00AC3E;
}
.lg\:hover\:bg-green-bright:hover {
background-color: #08cd4f;
}
.lg\:hover\:bg-gray-100:hover {
background-color: #edeeee;
}
.lg\:hover\:bg-gray-200:hover {
background-color: #cbcece;
}
.lg\:hover\:bg-gray-300:hover {
background-color: #a9adad;
}
.lg\:hover\:bg-gray-400:hover {
background-color: #868c8c;
}
.lg\:hover\:bg-gray-500:hover {
background-color: #535c5c;
}
.lg\:hover\:bg-gray-600:hover {
background-color: #3a4040;
}
.lg\:hover\:bg-gray-700:hover {
background-color: #313737;
}
.lg\:hover\:bg-gray-800:hover {
background-color: #212424;
}
.lg\:hover\:bg-gray-900:hover {
background-color: #131716;
}
.lg\:hover\:bg-red-100:hover {
background-color: #fff5f5;
}
.lg\:hover\:bg-red-500:hover {
background-color: #f56565;
}
.lg\:hover\:bg-red-900:hover {
background-color: #742a2a;
}
.lg\:focus\:bg-transparent:focus {
background-color: transparent;
}
.lg\:focus\:bg-inherit:focus {
background-color: inherit;
}
.lg\:focus\:bg-black:focus {
background-color: #131716;
}
.lg\:focus\:bg-white:focus {
background-color: #ffffff;
}
.lg\:focus\:bg-green-darker:focus {
background-color: #007129;
}
.lg\:focus\:bg-green-dark:focus {
background-color: #029F3B;
}
.lg\:focus\:bg-green:focus {
background-color: #00AC3E;
}
.lg\:focus\:bg-green-bright:focus {
background-color: #08cd4f;
}
.lg\:focus\:bg-gray-100:focus {
background-color: #edeeee;
}
.lg\:focus\:bg-gray-200:focus {
background-color: #cbcece;
}
.lg\:focus\:bg-gray-300:focus {
background-color: #a9adad;
}
.lg\:focus\:bg-gray-400:focus {
background-color: #868c8c;
}
.lg\:focus\:bg-gray-500:focus {
background-color: #535c5c;
}
.lg\:focus\:bg-gray-600:focus {
background-color: #3a4040;
}
.lg\:focus\:bg-gray-700:focus {
background-color: #313737;
}
.lg\:focus\:bg-gray-800:focus {
background-color: #212424;
}
.lg\:focus\:bg-gray-900:focus {
background-color: #131716;
}
.lg\:focus\:bg-red-100:focus {
background-color: #fff5f5;
}
.lg\:focus\:bg-red-500:focus {
background-color: #f56565;
}
.lg\:focus\:bg-red-900:focus {
background-color: #742a2a;
}
.lg\:bg-bottom {
background-position: bottom;
}
.lg\:bg-center {
background-position: center;
}
.lg\:bg-left {
background-position: left;
}
.lg\:bg-left-bottom {
background-position: left bottom;
}
.lg\:bg-left-top {
background-position: left top;
}
.lg\:bg-right {
background-position: right;
}
.lg\:bg-right-bottom {
background-position: right bottom;
}
.lg\:bg-right-top {
background-position: right top;
}
.lg\:bg-top {
background-position: top;
}
.lg\:bg-repeat {
background-repeat: repeat;
}
.lg\:bg-no-repeat {
background-repeat: no-repeat;
}
.lg\:bg-repeat-x {
background-repeat: repeat-x;
}
.lg\:bg-repeat-y {
background-repeat: repeat-y;
}
.lg\:bg-repeat-round {
background-repeat: round;
}
.lg\:bg-repeat-space {
background-repeat: space;
}
.lg\:bg-auto {
background-size: auto;
}
.lg\:bg-cover {
background-size: cover;
}
.lg\:bg-contain {
background-size: contain;
}
.lg\:border-collapse {
border-collapse: collapse;
}
.lg\:border-separate {
border-collapse: separate;
}
.lg\:border-transparent {
border-color: transparent;
}
.lg\:border-inherit {
border-color: inherit;
}
.lg\:border-black {
border-color: #131716;
}
.lg\:border-white {
border-color: #ffffff;
}
.lg\:border-green-darker {
border-color: #007129;
}
.lg\:border-green-dark {
border-color: #029F3B;
}
.lg\:border-green {
border-color: #00AC3E;
}
.lg\:border-green-bright {
border-color: #08cd4f;
}
.lg\:border-gray-100 {
border-color: #edeeee;
}
.lg\:border-gray-200 {
border-color: #cbcece;
}
.lg\:border-gray-300 {
border-color: #a9adad;
}
.lg\:border-gray-400 {
border-color: #868c8c;
}
.lg\:border-gray-500 {
border-color: #535c5c;
}
.lg\:border-gray-600 {
border-color: #3a4040;
}
.lg\:border-gray-700 {
border-color: #313737;
}
.lg\:border-gray-800 {
border-color: #212424;
}
.lg\:border-gray-900 {
border-color: #131716;
}
.lg\:border-red-100 {
border-color: #fff5f5;
}
.lg\:border-red-500 {
border-color: #f56565;
}
.lg\:border-red-900 {
border-color: #742a2a;
}
.lg\:hover\:border-transparent:hover {
border-color: transparent;
}
.lg\:hover\:border-inherit:hover {
border-color: inherit;
}
.lg\:hover\:border-black:hover {
border-color: #131716;
}
.lg\:hover\:border-white:hover {
border-color: #ffffff;
}
.lg\:hover\:border-green-darker:hover {
border-color: #007129;
}
.lg\:hover\:border-green-dark:hover {
border-color: #029F3B;
}
.lg\:hover\:border-green:hover {
border-color: #00AC3E;
}
.lg\:hover\:border-green-bright:hover {
border-color: #08cd4f;
}
.lg\:hover\:border-gray-100:hover {
border-color: #edeeee;
}
.lg\:hover\:border-gray-200:hover {
border-color: #cbcece;
}
.lg\:hover\:border-gray-300:hover {
border-color: #a9adad;
}
.lg\:hover\:border-gray-400:hover {
border-color: #868c8c;
}
.lg\:hover\:border-gray-500:hover {
border-color: #535c5c;
}
.lg\:hover\:border-gray-600:hover {
border-color: #3a4040;
}
.lg\:hover\:border-gray-700:hover {
border-color: #313737;
}
.lg\:hover\:border-gray-800:hover {
border-color: #212424;
}
.lg\:hover\:border-gray-900:hover {
border-color: #131716;
}
.lg\:hover\:border-red-100:hover {
border-color: #fff5f5;
}
.lg\:hover\:border-red-500:hover {
border-color: #f56565;
}
.lg\:hover\:border-red-900:hover {
border-color: #742a2a;
}
.group:hover .lg\:group-hover\:border-transparent {
border-color: transparent;
}
.group:hover .lg\:group-hover\:border-inherit {
border-color: inherit;
}
.group:hover .lg\:group-hover\:border-black {
border-color: #131716;
}
.group:hover .lg\:group-hover\:border-white {
border-color: #ffffff;
}
.group:hover .lg\:group-hover\:border-green-darker {
border-color: #007129;
}
.group:hover .lg\:group-hover\:border-green-dark {
border-color: #029F3B;
}
.group:hover .lg\:group-hover\:border-green {
border-color: #00AC3E;
}
.group:hover .lg\:group-hover\:border-green-bright {
border-color: #08cd4f;
}
.group:hover .lg\:group-hover\:border-gray-100 {
border-color: #edeeee;
}
.group:hover .lg\:group-hover\:border-gray-200 {
border-color: #cbcece;
}
.group:hover .lg\:group-hover\:border-gray-300 {
border-color: #a9adad;
}
.group:hover .lg\:group-hover\:border-gray-400 {
border-color: #868c8c;
}
.group:hover .lg\:group-hover\:border-gray-500 {
border-color: #535c5c;
}
.group:hover .lg\:group-hover\:border-gray-600 {
border-color: #3a4040;
}
.group:hover .lg\:group-hover\:border-gray-700 {
border-color: #313737;
}
.group:hover .lg\:group-hover\:border-gray-800 {
border-color: #212424;
}
.group:hover .lg\:group-hover\:border-gray-900 {
border-color: #131716;
}
.group:hover .lg\:group-hover\:border-red-100 {
border-color: #fff5f5;
}
.group:hover .lg\:group-hover\:border-red-500 {
border-color: #f56565;
}
.group:hover .lg\:group-hover\:border-red-900 {
border-color: #742a2a;
}
.lg\:focus\:border-transparent:focus {
border-color: transparent;
}
.lg\:focus\:border-inherit:focus {
border-color: inherit;
}
.lg\:focus\:border-black:focus {
border-color: #131716;
}
.lg\:focus\:border-white:focus {
border-color: #ffffff;
}
.lg\:focus\:border-green-darker:focus {
border-color: #007129;
}
.lg\:focus\:border-green-dark:focus {
border-color: #029F3B;
}
.lg\:focus\:border-green:focus {
border-color: #00AC3E;
}
.lg\:focus\:border-green-bright:focus {
border-color: #08cd4f;
}
.lg\:focus\:border-gray-100:focus {
border-color: #edeeee;
}
.lg\:focus\:border-gray-200:focus {
border-color: #cbcece;
}
.lg\:focus\:border-gray-300:focus {
border-color: #a9adad;
}
.lg\:focus\:border-gray-400:focus {
border-color: #868c8c;
}
.lg\:focus\:border-gray-500:focus {
border-color: #535c5c;
}
.lg\:focus\:border-gray-600:focus {
border-color: #3a4040;
}
.lg\:focus\:border-gray-700:focus {
border-color: #313737;
}
.lg\:focus\:border-gray-800:focus {
border-color: #212424;
}
.lg\:focus\:border-gray-900:focus {
border-color: #131716;
}
.lg\:focus\:border-red-100:focus {
border-color: #fff5f5;
}
.lg\:focus\:border-red-500:focus {
border-color: #f56565;
}
.lg\:focus\:border-red-900:focus {
border-color: #742a2a;
}
.lg\:rounded-none {
border-radius: 0;
}
.lg\:rounded-sm {
border-radius: 0.125rem;
}
.lg\:rounded {
border-radius: 0.25rem;
}
.lg\:rounded-lg {
border-radius: 0.5rem;
}
.lg\:rounded-full {
border-radius: 9999px;
}
.lg\:rounded-t-none {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.lg\:rounded-r-none {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.lg\:rounded-b-none {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.lg\:rounded-l-none {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.lg\:rounded-t-sm {
border-top-left-radius: 0.125rem;
border-top-right-radius: 0.125rem;
}
.lg\:rounded-r-sm {
border-top-right-radius: 0.125rem;
border-bottom-right-radius: 0.125rem;
}
.lg\:rounded-b-sm {
border-bottom-right-radius: 0.125rem;
border-bottom-left-radius: 0.125rem;
}
.lg\:rounded-l-sm {
border-top-left-radius: 0.125rem;
border-bottom-left-radius: 0.125rem;
}
.lg\:rounded-t {
border-top-left-radius: 0.25rem;
border-top-right-radius: 0.25rem;
}
.lg\:rounded-r {
border-top-right-radius: 0.25rem;
border-bottom-right-radius: 0.25rem;
}
.lg\:rounded-b {
border-bottom-right-radius: 0.25rem;
border-bottom-left-radius: 0.25rem;
}
.lg\:rounded-l {
border-top-left-radius: 0.25rem;
border-bottom-left-radius: 0.25rem;
}
.lg\:rounded-t-lg {
border-top-left-radius: 0.5rem;
border-top-right-radius: 0.5rem;
}
.lg\:rounded-r-lg {
border-top-right-radius: 0.5rem;
border-bottom-right-radius: 0.5rem;
}
.lg\:rounded-b-lg {
border-bottom-right-radius: 0.5rem;
border-bottom-left-radius: 0.5rem;
}
.lg\:rounded-l-lg {
border-top-left-radius: 0.5rem;
border-bottom-left-radius: 0.5rem;
}
.lg\:rounded-t-full {
border-top-left-radius: 9999px;
border-top-right-radius: 9999px;
}
.lg\:rounded-r-full {
border-top-right-radius: 9999px;
border-bottom-right-radius: 9999px;
}
.lg\:rounded-b-full {
border-bottom-right-radius: 9999px;
border-bottom-left-radius: 9999px;
}
.lg\:rounded-l-full {
border-top-left-radius: 9999px;
border-bottom-left-radius: 9999px;
}
.lg\:rounded-tl-none {
border-top-left-radius: 0;
}
.lg\:rounded-tr-none {
border-top-right-radius: 0;
}
.lg\:rounded-br-none {
border-bottom-right-radius: 0;
}
.lg\:rounded-bl-none {
border-bottom-left-radius: 0;
}
.lg\:rounded-tl-sm {
border-top-left-radius: 0.125rem;
}
.lg\:rounded-tr-sm {
border-top-right-radius: 0.125rem;
}
.lg\:rounded-br-sm {
border-bottom-right-radius: 0.125rem;
}
.lg\:rounded-bl-sm {
border-bottom-left-radius: 0.125rem;
}
.lg\:rounded-tl {
border-top-left-radius: 0.25rem;
}
.lg\:rounded-tr {
border-top-right-radius: 0.25rem;
}
.lg\:rounded-br {
border-bottom-right-radius: 0.25rem;
}
.lg\:rounded-bl {
border-bottom-left-radius: 0.25rem;
}
.lg\:rounded-tl-lg {
border-top-left-radius: 0.5rem;
}
.lg\:rounded-tr-lg {
border-top-right-radius: 0.5rem;
}
.lg\:rounded-br-lg {
border-bottom-right-radius: 0.5rem;
}
.lg\:rounded-bl-lg {
border-bottom-left-radius: 0.5rem;
}
.lg\:rounded-tl-full {
border-top-left-radius: 9999px;
}
.lg\:rounded-tr-full {
border-top-right-radius: 9999px;
}
.lg\:rounded-br-full {
border-bottom-right-radius: 9999px;
}
.lg\:rounded-bl-full {
border-bottom-left-radius: 9999px;
}
.lg\:border-solid {
border-style: solid;
}
.lg\:border-dashed {
border-style: dashed;
}
.lg\:border-dotted {
border-style: dotted;
}
.lg\:border-none {
border-style: none;
}
.lg\:border-0 {
border-width: 0;
}
.lg\:border-2 {
border-width: 2px;
}
.lg\:border-4 {
border-width: 4px;
}
.lg\:border-8 {
border-width: 8px;
}
.lg\:border {
border-width: 1px;
}
.lg\:border-t-0 {
border-top-width: 0;
}
.lg\:border-r-0 {
border-right-width: 0;
}
.lg\:border-b-0 {
border-bottom-width: 0;
}
.lg\:border-l-0 {
border-left-width: 0;
}
.lg\:border-t-2 {
border-top-width: 2px;
}
.lg\:border-r-2 {
border-right-width: 2px;
}
.lg\:border-b-2 {
border-bottom-width: 2px;
}
.lg\:border-l-2 {
border-left-width: 2px;
}
.lg\:border-t-4 {
border-top-width: 4px;
}
.lg\:border-r-4 {
border-right-width: 4px;
}
.lg\:border-b-4 {
border-bottom-width: 4px;
}
.lg\:border-l-4 {
border-left-width: 4px;
}
.lg\:border-t-8 {
border-top-width: 8px;
}
.lg\:border-r-8 {
border-right-width: 8px;
}
.lg\:border-b-8 {
border-bottom-width: 8px;
}
.lg\:border-l-8 {
border-left-width: 8px;
}
.lg\:border-t {
border-top-width: 1px;
}
.lg\:border-r {
border-right-width: 1px;
}
.lg\:border-b {
border-bottom-width: 1px;
}
.lg\:border-l {
border-left-width: 1px;
}
.lg\:cursor-auto {
cursor: auto;
}
.lg\:cursor-default {
cursor: default;
}
.lg\:cursor-pointer {
cursor: pointer;
}
.lg\:cursor-wait {
cursor: wait;
}
.lg\:cursor-text {
cursor: text;
}
.lg\:cursor-move {
cursor: move;
}
.lg\:cursor-not-allowed {
cursor: not-allowed;
}
.lg\:block {
display: block;
}
.lg\:inline-block {
display: inline-block;
}
.lg\:inline {
display: inline;
}
.lg\:flex {
display: flex;
}
.lg\:inline-flex {
display: inline-flex;
}
.lg\:table {
display: table;
}
.lg\:table-row {
display: table-row;
}
.lg\:table-cell {
display: table-cell;
}
.lg\:hidden {
display: none;
}
.group:hover .lg\:group-hover\:block {
display: block;
}
.group:hover .lg\:group-hover\:inline-block {
display: inline-block;
}
.group:hover .lg\:group-hover\:inline {
display: inline;
}
.group:hover .lg\:group-hover\:flex {
display: flex;
}
.group:hover .lg\:group-hover\:inline-flex {
display: inline-flex;
}
.group:hover .lg\:group-hover\:table {
display: table;
}
.group:hover .lg\:group-hover\:table-row {
display: table-row;
}
.group:hover .lg\:group-hover\:table-cell {
display: table-cell;
}
.group:hover .lg\:group-hover\:hidden {
display: none;
}
.lg\:flex-row {
flex-direction: row;
}
.lg\:flex-row-reverse {
flex-direction: row-reverse;
}
.lg\:flex-col {
flex-direction: column;
}
.lg\:flex-col-reverse {
flex-direction: column-reverse;
}
.lg\:flex-wrap {
flex-wrap: wrap;
}
.lg\:flex-wrap-reverse {
flex-wrap: wrap-reverse;
}
.lg\:flex-no-wrap {
flex-wrap: nowrap;
}
.lg\:items-start {
align-items: flex-start;
}
.lg\:items-end {
align-items: flex-end;
}
.lg\:items-center {
align-items: center;
}
.lg\:items-baseline {
align-items: baseline;
}
.lg\:items-stretch {
align-items: stretch;
}
.lg\:self-auto {
align-self: auto;
}
.lg\:self-start {
align-self: flex-start;
}
.lg\:self-end {
align-self: flex-end;
}
.lg\:self-center {
align-self: center;
}
.lg\:self-stretch {
align-self: stretch;
}
.lg\:justify-start {
justify-content: flex-start;
}
.lg\:justify-end {
justify-content: flex-end;
}
.lg\:justify-center {
justify-content: center;
}
.lg\:justify-between {
justify-content: space-between;
}
.lg\:justify-around {
justify-content: space-around;
}
.lg\:hover\:justify-start:hover {
justify-content: flex-start;
}
.lg\:hover\:justify-end:hover {
justify-content: flex-end;
}
.lg\:hover\:justify-center:hover {
justify-content: center;
}
.lg\:hover\:justify-between:hover {
justify-content: space-between;
}
.lg\:hover\:justify-around:hover {
justify-content: space-around;
}
.lg\:focus\:justify-start:focus {
justify-content: flex-start;
}
.lg\:focus\:justify-end:focus {
justify-content: flex-end;
}
.lg\:focus\:justify-center:focus {
justify-content: center;
}
.lg\:focus\:justify-between:focus {
justify-content: space-between;
}
.lg\:focus\:justify-around:focus {
justify-content: space-around;
}
.group:hover .lg\:group-hover\:justify-start {
justify-content: flex-start;
}
.group:hover .lg\:group-hover\:justify-end {
justify-content: flex-end;
}
.group:hover .lg\:group-hover\:justify-center {
justify-content: center;
}
.group:hover .lg\:group-hover\:justify-between {
justify-content: space-between;
}
.group:hover .lg\:group-hover\:justify-around {
justify-content: space-around;
}
.lg\:content-center {
align-content: center;
}
.lg\:content-start {
align-content: flex-start;
}
.lg\:content-end {
align-content: flex-end;
}
.lg\:content-between {
align-content: space-between;
}
.lg\:content-around {
align-content: space-around;
}
.lg\:flex-1 {
flex: 1 1 0%;
}
.lg\:flex-auto {
flex: 1 1 auto;
}
.lg\:flex-initial {
flex: 0 1 auto;
}
.lg\:flex-none {
flex: none;
}
.lg\:flex-grow-0 {
flex-grow: 0;
}
.lg\:flex-grow {
flex-grow: 1;
}
.lg\:flex-shrink-0 {
flex-shrink: 0;
}
.lg\:flex-shrink {
flex-shrink: 1;
}
.lg\:order-1 {
order: 1;
}
.lg\:order-2 {
order: 2;
}
.lg\:order-3 {
order: 3;
}
.lg\:order-4 {
order: 4;
}
.lg\:order-5 {
order: 5;
}
.lg\:order-6 {
order: 6;
}
.lg\:order-7 {
order: 7;
}
.lg\:order-8 {
order: 8;
}
.lg\:order-9 {
order: 9;
}
.lg\:order-10 {
order: 10;
}
.lg\:order-11 {
order: 11;
}
.lg\:order-12 {
order: 12;
}
.lg\:order-first {
order: -9999;
}
.lg\:order-last {
order: 9999;
}
.lg\:order-none {
order: 0;
}
.lg\:float-right {
float: right;
}
.lg\:float-left {
float: left;
}
.lg\:float-none {
float: none;
}
.lg\:clearfix:after {
content: "";
display: table;
clear: both;
}
.lg\:font-sans {
font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
}
.lg\:font-serif {
font-family: Sentinel A, Sentinel B, Bookman Old Style Regular, serif;
}
.lg\:font-hairline {
font-weight: 100;
}
.lg\:font-thin {
font-weight: 200;
}
.lg\:font-light {
font-weight: 300;
}
.lg\:font-normal {
font-weight: 400;
}
.lg\:font-medium {
font-weight: 500;
}
.lg\:font-semibold {
font-weight: 600;
}
.lg\:font-bold {
font-weight: 700;
}
.lg\:font-extrabold {
font-weight: 800;
}
.lg\:font-black {
font-weight: 900;
}
.lg\:hover\:font-hairline:hover {
font-weight: 100;
}
.lg\:hover\:font-thin:hover {
font-weight: 200;
}
.lg\:hover\:font-light:hover {
font-weight: 300;
}
.lg\:hover\:font-normal:hover {
font-weight: 400;
}
.lg\:hover\:font-medium:hover {
font-weight: 500;
}
.lg\:hover\:font-semibold:hover {
font-weight: 600;
}
.lg\:hover\:font-bold:hover {
font-weight: 700;
}
.lg\:hover\:font-extrabold:hover {
font-weight: 800;
}
.lg\:hover\:font-black:hover {
font-weight: 900;
}
.lg\:focus\:font-hairline:focus {
font-weight: 100;
}
.lg\:focus\:font-thin:focus {
font-weight: 200;
}
.lg\:focus\:font-light:focus {
font-weight: 300;
}
.lg\:focus\:font-normal:focus {
font-weight: 400;
}
.lg\:focus\:font-medium:focus {
font-weight: 500;
}
.lg\:focus\:font-semibold:focus {
font-weight: 600;
}
.lg\:focus\:font-bold:focus {
font-weight: 700;
}
.lg\:focus\:font-extrabold:focus {
font-weight: 800;
}
.lg\:focus\:font-black:focus {
font-weight: 900;
}
.lg\:h-0 {
height: 0;
}
.lg\:h-1 {
height: 0.25rem;
}
.lg\:h-2 {
height: 0.5rem;
}
.lg\:h-3 {
height: 0.75rem;
}
.lg\:h-4 {
height: 1rem;
}
.lg\:h-5 {
height: 1.25rem;
}
.lg\:h-6 {
height: 1.5rem;
}
.lg\:h-8 {
height: 2rem;
}
.lg\:h-10 {
height: 2.5rem;
}
.lg\:h-12 {
height: 3rem;
}
.lg\:h-16 {
height: 4rem;
}
.lg\:h-20 {
height: 5rem;
}
.lg\:h-24 {
height: 6rem;
}
.lg\:h-32 {
height: 8rem;
}
.lg\:h-40 {
height: 10rem;
}
.lg\:h-48 {
height: 12rem;
}
.lg\:h-56 {
height: 14rem;
}
.lg\:h-64 {
height: 16rem;
}
.lg\:h-360 {
height: 90rem;
}
.lg\:h-auto {
height: auto;
}
.lg\:h-px {
height: 1px;
}
.lg\:h-full {
height: 100%;
}
.lg\:h-screen {
height: 100vh;
}
.lg\:leading-none {
line-height: 1;
}
.lg\:leading-tight {
line-height: 1.25;
}
.lg\:leading-snug {
line-height: 1.375;
}
.lg\:leading-normal {
line-height: 1.5;
}
.lg\:leading-relaxed {
line-height: 1.625;
}
.lg\:leading-loose {
line-height: 2;
}
.lg\:list-inside {
list-style-position: inside;
}
.lg\:list-outside {
list-style-position: outside;
}
.lg\:list-none {
list-style-type: none;
}
.lg\:list-disc {
list-style-type: disc;
}
.lg\:list-decimal {
list-style-type: decimal;
}
.lg\:m-0 {
margin: 0;
}
.lg\:m-1 {
margin: 0.25rem;
}
.lg\:m-2 {
margin: 0.5rem;
}
.lg\:m-3 {
margin: 0.75rem;
}
.lg\:m-4 {
margin: 1rem;
}
.lg\:m-5 {
margin: 1.25rem;
}
.lg\:m-6 {
margin: 1.5rem;
}
.lg\:m-8 {
margin: 2rem;
}
.lg\:m-10 {
margin: 2.5rem;
}
.lg\:m-12 {
margin: 3rem;
}
.lg\:m-16 {
margin: 4rem;
}
.lg\:m-20 {
margin: 5rem;
}
.lg\:m-24 {
margin: 6rem;
}
.lg\:m-32 {
margin: 8rem;
}
.lg\:m-40 {
margin: 10rem;
}
.lg\:m-48 {
margin: 12rem;
}
.lg\:m-56 {
margin: 14rem;
}
.lg\:m-64 {
margin: 16rem;
}
.lg\:m-360 {
margin: 90rem;
}
.lg\:m-auto {
margin: auto;
}
.lg\:m-px {
margin: 1px;
}
.lg\:-m-1 {
margin: -0.25rem;
}
.lg\:-m-2 {
margin: -0.5rem;
}
.lg\:-m-3 {
margin: -0.75rem;
}
.lg\:-m-4 {
margin: -1rem;
}
.lg\:-m-5 {
margin: -1.25rem;
}
.lg\:-m-6 {
margin: -1.5rem;
}
.lg\:-m-8 {
margin: -2rem;
}
.lg\:-m-10 {
margin: -2.5rem;
}
.lg\:-m-12 {
margin: -3rem;
}
.lg\:-m-16 {
margin: -4rem;
}
.lg\:-m-20 {
margin: -5rem;
}
.lg\:-m-24 {
margin: -6rem;
}
.lg\:-m-32 {
margin: -8rem;
}
.lg\:-m-40 {
margin: -10rem;
}
.lg\:-m-48 {
margin: -12rem;
}
.lg\:-m-56 {
margin: -14rem;
}
.lg\:-m-64 {
margin: -16rem;
}
.lg\:-m-360 {
margin: -90rem;
}
.lg\:-m-px {
margin: -1px;
}
.lg\:my-0 {
margin-top: 0;
margin-bottom: 0;
}
.lg\:mx-0 {
margin-left: 0;
margin-right: 0;
}
.lg\:my-1 {
margin-top: 0.25rem;
margin-bottom: 0.25rem;
}
.lg\:mx-1 {
margin-left: 0.25rem;
margin-right: 0.25rem;
}
.lg\:my-2 {
margin-top: 0.5rem;
margin-bottom: 0.5rem;
}
.lg\:mx-2 {
margin-left: 0.5rem;
margin-right: 0.5rem;
}
.lg\:my-3 {
margin-top: 0.75rem;
margin-bottom: 0.75rem;
}
.lg\:mx-3 {
margin-left: 0.75rem;
margin-right: 0.75rem;
}
.lg\:my-4 {
margin-top: 1rem;
margin-bottom: 1rem;
}
.lg\:mx-4 {
margin-left: 1rem;
margin-right: 1rem;
}
.lg\:my-5 {
margin-top: 1.25rem;
margin-bottom: 1.25rem;
}
.lg\:mx-5 {
margin-left: 1.25rem;
margin-right: 1.25rem;
}
.lg\:my-6 {
margin-top: 1.5rem;
margin-bottom: 1.5rem;
}
.lg\:mx-6 {
margin-left: 1.5rem;
margin-right: 1.5rem;
}
.lg\:my-8 {
margin-top: 2rem;
margin-bottom: 2rem;
}
.lg\:mx-8 {
margin-left: 2rem;
margin-right: 2rem;
}
.lg\:my-10 {
margin-top: 2.5rem;
margin-bottom: 2.5rem;
}
.lg\:mx-10 {
margin-left: 2.5rem;
margin-right: 2.5rem;
}
.lg\:my-12 {
margin-top: 3rem;
margin-bottom: 3rem;
}
.lg\:mx-12 {
margin-left: 3rem;
margin-right: 3rem;
}
.lg\:my-16 {
margin-top: 4rem;
margin-bottom: 4rem;
}
.lg\:mx-16 {
margin-left: 4rem;
margin-right: 4rem;
}
.lg\:my-20 {
margin-top: 5rem;
margin-bottom: 5rem;
}
.lg\:mx-20 {
margin-left: 5rem;
margin-right: 5rem;
}
.lg\:my-24 {
margin-top: 6rem;
margin-bottom: 6rem;
}
.lg\:mx-24 {
margin-left: 6rem;
margin-right: 6rem;
}
.lg\:my-32 {
margin-top: 8rem;
margin-bottom: 8rem;
}
.lg\:mx-32 {
margin-left: 8rem;
margin-right: 8rem;
}
.lg\:my-40 {
margin-top: 10rem;
margin-bottom: 10rem;
}
.lg\:mx-40 {
margin-left: 10rem;
margin-right: 10rem;
}
.lg\:my-48 {
margin-top: 12rem;
margin-bottom: 12rem;
}
.lg\:mx-48 {
margin-left: 12rem;
margin-right: 12rem;
}
.lg\:my-56 {
margin-top: 14rem;
margin-bottom: 14rem;
}
.lg\:mx-56 {
margin-left: 14rem;
margin-right: 14rem;
}
.lg\:my-64 {
margin-top: 16rem;
margin-bottom: 16rem;
}
.lg\:mx-64 {
margin-left: 16rem;
margin-right: 16rem;
}
.lg\:my-360 {
margin-top: 90rem;
margin-bottom: 90rem;
}
.lg\:mx-360 {
margin-left: 90rem;
margin-right: 90rem;
}
.lg\:my-auto {
margin-top: auto;
margin-bottom: auto;
}
.lg\:mx-auto {
margin-left: auto;
margin-right: auto;
}
.lg\:my-px {
margin-top: 1px;
margin-bottom: 1px;
}
.lg\:mx-px {
margin-left: 1px;
margin-right: 1px;
}
.lg\:-my-1 {
margin-top: -0.25rem;
margin-bottom: -0.25rem;
}
.lg\:-mx-1 {
margin-left: -0.25rem;
margin-right: -0.25rem;
}
.lg\:-my-2 {
margin-top: -0.5rem;
margin-bottom: -0.5rem;
}
.lg\:-mx-2 {
margin-left: -0.5rem;
margin-right: -0.5rem;
}
.lg\:-my-3 {
margin-top: -0.75rem;
margin-bottom: -0.75rem;
}
.lg\:-mx-3 {
margin-left: -0.75rem;
margin-right: -0.75rem;
}
.lg\:-my-4 {
margin-top: -1rem;
margin-bottom: -1rem;
}
.lg\:-mx-4 {
margin-left: -1rem;
margin-right: -1rem;
}
.lg\:-my-5 {
margin-top: -1.25rem;
margin-bottom: -1.25rem;
}
.lg\:-mx-5 {
margin-left: -1.25rem;
margin-right: -1.25rem;
}
.lg\:-my-6 {
margin-top: -1.5rem;
margin-bottom: -1.5rem;
}
.lg\:-mx-6 {
margin-left: -1.5rem;
margin-right: -1.5rem;
}
.lg\:-my-8 {
margin-top: -2rem;
margin-bottom: -2rem;
}
.lg\:-mx-8 {
margin-left: -2rem;
margin-right: -2rem;
}
.lg\:-my-10 {
margin-top: -2.5rem;
margin-bottom: -2.5rem;
}
.lg\:-mx-10 {
margin-left: -2.5rem;
margin-right: -2.5rem;
}
.lg\:-my-12 {
margin-top: -3rem;
margin-bottom: -3rem;
}
.lg\:-mx-12 {
margin-left: -3rem;
margin-right: -3rem;
}
.lg\:-my-16 {
margin-top: -4rem;
margin-bottom: -4rem;
}
.lg\:-mx-16 {
margin-left: -4rem;
margin-right: -4rem;
}
.lg\:-my-20 {
margin-top: -5rem;
margin-bottom: -5rem;
}
.lg\:-mx-20 {
margin-left: -5rem;
margin-right: -5rem;
}
.lg\:-my-24 {
margin-top: -6rem;
margin-bottom: -6rem;
}
.lg\:-mx-24 {
margin-left: -6rem;
margin-right: -6rem;
}
.lg\:-my-32 {
margin-top: -8rem;
margin-bottom: -8rem;
}
.lg\:-mx-32 {
margin-left: -8rem;
margin-right: -8rem;
}
.lg\:-my-40 {
margin-top: -10rem;
margin-bottom: -10rem;
}
.lg\:-mx-40 {
margin-left: -10rem;
margin-right: -10rem;
}
.lg\:-my-48 {
margin-top: -12rem;
margin-bottom: -12rem;
}
.lg\:-mx-48 {
margin-left: -12rem;
margin-right: -12rem;
}
.lg\:-my-56 {
margin-top: -14rem;
margin-bottom: -14rem;
}
.lg\:-mx-56 {
margin-left: -14rem;
margin-right: -14rem;
}
.lg\:-my-64 {
margin-top: -16rem;
margin-bottom: -16rem;
}
.lg\:-mx-64 {
margin-left: -16rem;
margin-right: -16rem;
}
.lg\:-my-360 {
margin-top: -90rem;
margin-bottom: -90rem;
}
.lg\:-mx-360 {
margin-left: -90rem;
margin-right: -90rem;
}
.lg\:-my-px {
margin-top: -1px;
margin-bottom: -1px;
}
.lg\:-mx-px {
margin-left: -1px;
margin-right: -1px;
}
.lg\:mt-0 {
margin-top: 0;
}
.lg\:mr-0 {
margin-right: 0;
}
.lg\:mb-0 {
margin-bottom: 0;
}
.lg\:ml-0 {
margin-left: 0;
}
.lg\:mt-1 {
margin-top: 0.25rem;
}
.lg\:mr-1 {
margin-right: 0.25rem;
}
.lg\:mb-1 {
margin-bottom: 0.25rem;
}
.lg\:ml-1 {
margin-left: 0.25rem;
}
.lg\:mt-2 {
margin-top: 0.5rem;
}
.lg\:mr-2 {
margin-right: 0.5rem;
}
.lg\:mb-2 {
margin-bottom: 0.5rem;
}
.lg\:ml-2 {
margin-left: 0.5rem;
}
.lg\:mt-3 {
margin-top: 0.75rem;
}
.lg\:mr-3 {
margin-right: 0.75rem;
}
.lg\:mb-3 {
margin-bottom: 0.75rem;
}
.lg\:ml-3 {
margin-left: 0.75rem;
}
.lg\:mt-4 {
margin-top: 1rem;
}
.lg\:mr-4 {
margin-right: 1rem;
}
.lg\:mb-4 {
margin-bottom: 1rem;
}
.lg\:ml-4 {
margin-left: 1rem;
}
.lg\:mt-5 {
margin-top: 1.25rem;
}
.lg\:mr-5 {
margin-right: 1.25rem;
}
.lg\:mb-5 {
margin-bottom: 1.25rem;
}
.lg\:ml-5 {
margin-left: 1.25rem;
}
.lg\:mt-6 {
margin-top: 1.5rem;
}
.lg\:mr-6 {
margin-right: 1.5rem;
}
.lg\:mb-6 {
margin-bottom: 1.5rem;
}
.lg\:ml-6 {
margin-left: 1.5rem;
}
.lg\:mt-8 {
margin-top: 2rem;
}
.lg\:mr-8 {
margin-right: 2rem;
}
.lg\:mb-8 {
margin-bottom: 2rem;
}
.lg\:ml-8 {
margin-left: 2rem;
}
.lg\:mt-10 {
margin-top: 2.5rem;
}
.lg\:mr-10 {
margin-right: 2.5rem;
}
.lg\:mb-10 {
margin-bottom: 2.5rem;
}
.lg\:ml-10 {
margin-left: 2.5rem;
}
.lg\:mt-12 {
margin-top: 3rem;
}
.lg\:mr-12 {
margin-right: 3rem;
}
.lg\:mb-12 {
margin-bottom: 3rem;
}
.lg\:ml-12 {
margin-left: 3rem;
}
.lg\:mt-16 {
margin-top: 4rem;
}
.lg\:mr-16 {
margin-right: 4rem;
}
.lg\:mb-16 {
margin-bottom: 4rem;
}
.lg\:ml-16 {
margin-left: 4rem;
}
.lg\:mt-20 {
margin-top: 5rem;
}
.lg\:mr-20 {
margin-right: 5rem;
}
.lg\:mb-20 {
margin-bottom: 5rem;
}
.lg\:ml-20 {
margin-left: 5rem;
}
.lg\:mt-24 {
margin-top: 6rem;
}
.lg\:mr-24 {
margin-right: 6rem;
}
.lg\:mb-24 {
margin-bottom: 6rem;
}
.lg\:ml-24 {
margin-left: 6rem;
}
.lg\:mt-32 {
margin-top: 8rem;
}
.lg\:mr-32 {
margin-right: 8rem;
}
.lg\:mb-32 {
margin-bottom: 8rem;
}
.lg\:ml-32 {
margin-left: 8rem;
}
.lg\:mt-40 {
margin-top: 10rem;
}
.lg\:mr-40 {
margin-right: 10rem;
}
.lg\:mb-40 {
margin-bottom: 10rem;
}
.lg\:ml-40 {
margin-left: 10rem;
}
.lg\:mt-48 {
margin-top: 12rem;
}
.lg\:mr-48 {
margin-right: 12rem;
}
.lg\:mb-48 {
margin-bottom: 12rem;
}
.lg\:ml-48 {
margin-left: 12rem;
}
.lg\:mt-56 {
margin-top: 14rem;
}
.lg\:mr-56 {
margin-right: 14rem;
}
.lg\:mb-56 {
margin-bottom: 14rem;
}
.lg\:ml-56 {
margin-left: 14rem;
}
.lg\:mt-64 {
margin-top: 16rem;
}
.lg\:mr-64 {
margin-right: 16rem;
}
.lg\:mb-64 {
margin-bottom: 16rem;
}
.lg\:ml-64 {
margin-left: 16rem;
}
.lg\:mt-360 {
margin-top: 90rem;
}
.lg\:mr-360 {
margin-right: 90rem;
}
.lg\:mb-360 {
margin-bottom: 90rem;
}
.lg\:ml-360 {
margin-left: 90rem;
}
.lg\:mt-auto {
margin-top: auto;
}
.lg\:mr-auto {
margin-right: auto;
}
.lg\:mb-auto {
margin-bottom: auto;
}
.lg\:ml-auto {
margin-left: auto;
}
.lg\:mt-px {
margin-top: 1px;
}
.lg\:mr-px {
margin-right: 1px;
}
.lg\:mb-px {
margin-bottom: 1px;
}
.lg\:ml-px {
margin-left: 1px;
}
.lg\:-mt-1 {
margin-top: -0.25rem;
}
.lg\:-mr-1 {
margin-right: -0.25rem;
}
.lg\:-mb-1 {
margin-bottom: -0.25rem;
}
.lg\:-ml-1 {
margin-left: -0.25rem;
}
.lg\:-mt-2 {
margin-top: -0.5rem;
}
.lg\:-mr-2 {
margin-right: -0.5rem;
}
.lg\:-mb-2 {
margin-bottom: -0.5rem;
}
.lg\:-ml-2 {
margin-left: -0.5rem;
}
.lg\:-mt-3 {
margin-top: -0.75rem;
}
.lg\:-mr-3 {
margin-right: -0.75rem;
}
.lg\:-mb-3 {
margin-bottom: -0.75rem;
}
.lg\:-ml-3 {
margin-left: -0.75rem;
}
.lg\:-mt-4 {
margin-top: -1rem;
}
.lg\:-mr-4 {
margin-right: -1rem;
}
.lg\:-mb-4 {
margin-bottom: -1rem;
}
.lg\:-ml-4 {
margin-left: -1rem;
}
.lg\:-mt-5 {
margin-top: -1.25rem;
}
.lg\:-mr-5 {
margin-right: -1.25rem;
}
.lg\:-mb-5 {
margin-bottom: -1.25rem;
}
.lg\:-ml-5 {
margin-left: -1.25rem;
}
.lg\:-mt-6 {
margin-top: -1.5rem;
}
.lg\:-mr-6 {
margin-right: -1.5rem;
}
.lg\:-mb-6 {
margin-bottom: -1.5rem;
}
.lg\:-ml-6 {
margin-left: -1.5rem;
}
.lg\:-mt-8 {
margin-top: -2rem;
}
.lg\:-mr-8 {
margin-right: -2rem;
}
.lg\:-mb-8 {
margin-bottom: -2rem;
}
.lg\:-ml-8 {
margin-left: -2rem;
}
.lg\:-mt-10 {
margin-top: -2.5rem;
}
.lg\:-mr-10 {
margin-right: -2.5rem;
}
.lg\:-mb-10 {
margin-bottom: -2.5rem;
}
.lg\:-ml-10 {
margin-left: -2.5rem;
}
.lg\:-mt-12 {
margin-top: -3rem;
}
.lg\:-mr-12 {
margin-right: -3rem;
}
.lg\:-mb-12 {
margin-bottom: -3rem;
}
.lg\:-ml-12 {
margin-left: -3rem;
}
.lg\:-mt-16 {
margin-top: -4rem;
}
.lg\:-mr-16 {
margin-right: -4rem;
}
.lg\:-mb-16 {
margin-bottom: -4rem;
}
.lg\:-ml-16 {
margin-left: -4rem;
}
.lg\:-mt-20 {
margin-top: -5rem;
}
.lg\:-mr-20 {
margin-right: -5rem;
}
.lg\:-mb-20 {
margin-bottom: -5rem;
}
.lg\:-ml-20 {
margin-left: -5rem;
}
.lg\:-mt-24 {
margin-top: -6rem;
}
.lg\:-mr-24 {
margin-right: -6rem;
}
.lg\:-mb-24 {
margin-bottom: -6rem;
}
.lg\:-ml-24 {
margin-left: -6rem;
}
.lg\:-mt-32 {
margin-top: -8rem;
}
.lg\:-mr-32 {
margin-right: -8rem;
}
.lg\:-mb-32 {
margin-bottom: -8rem;
}
.lg\:-ml-32 {
margin-left: -8rem;
}
.lg\:-mt-40 {
margin-top: -10rem;
}
.lg\:-mr-40 {
margin-right: -10rem;
}
.lg\:-mb-40 {
margin-bottom: -10rem;
}
.lg\:-ml-40 {
margin-left: -10rem;
}
.lg\:-mt-48 {
margin-top: -12rem;
}
.lg\:-mr-48 {
margin-right: -12rem;
}
.lg\:-mb-48 {
margin-bottom: -12rem;
}
.lg\:-ml-48 {
margin-left: -12rem;
}
.lg\:-mt-56 {
margin-top: -14rem;
}
.lg\:-mr-56 {
margin-right: -14rem;
}
.lg\:-mb-56 {
margin-bottom: -14rem;
}
.lg\:-ml-56 {
margin-left: -14rem;
}
.lg\:-mt-64 {
margin-top: -16rem;
}
.lg\:-mr-64 {
margin-right: -16rem;
}
.lg\:-mb-64 {
margin-bottom: -16rem;
}
.lg\:-ml-64 {
margin-left: -16rem;
}
.lg\:-mt-360 {
margin-top: -90rem;
}
.lg\:-mr-360 {
margin-right: -90rem;
}
.lg\:-mb-360 {
margin-bottom: -90rem;
}
.lg\:-ml-360 {
margin-left: -90rem;
}
.lg\:-mt-px {
margin-top: -1px;
}
.lg\:-mr-px {
margin-right: -1px;
}
.lg\:-mb-px {
margin-bottom: -1px;
}
.lg\:-ml-px {
margin-left: -1px;
}
.lg\:hover\:m-0:hover {
margin: 0;
}
.lg\:hover\:m-1:hover {
margin: 0.25rem;
}
.lg\:hover\:m-2:hover {
margin: 0.5rem;
}
.lg\:hover\:m-3:hover {
margin: 0.75rem;
}
.lg\:hover\:m-4:hover {
margin: 1rem;
}
.lg\:hover\:m-5:hover {
margin: 1.25rem;
}
.lg\:hover\:m-6:hover {
margin: 1.5rem;
}
.lg\:hover\:m-8:hover {
margin: 2rem;
}
.lg\:hover\:m-10:hover {
margin: 2.5rem;
}
.lg\:hover\:m-12:hover {
margin: 3rem;
}
.lg\:hover\:m-16:hover {
margin: 4rem;
}
.lg\:hover\:m-20:hover {
margin: 5rem;
}
.lg\:hover\:m-24:hover {
margin: 6rem;
}
.lg\:hover\:m-32:hover {
margin: 8rem;
}
.lg\:hover\:m-40:hover {
margin: 10rem;
}
.lg\:hover\:m-48:hover {
margin: 12rem;
}
.lg\:hover\:m-56:hover {
margin: 14rem;
}
.lg\:hover\:m-64:hover {
margin: 16rem;
}
.lg\:hover\:m-360:hover {
margin: 90rem;
}
.lg\:hover\:m-auto:hover {
margin: auto;
}
.lg\:hover\:m-px:hover {
margin: 1px;
}
.lg\:hover\:-m-1:hover {
margin: -0.25rem;
}
.lg\:hover\:-m-2:hover {
margin: -0.5rem;
}
.lg\:hover\:-m-3:hover {
margin: -0.75rem;
}
.lg\:hover\:-m-4:hover {
margin: -1rem;
}
.lg\:hover\:-m-5:hover {
margin: -1.25rem;
}
.lg\:hover\:-m-6:hover {
margin: -1.5rem;
}
.lg\:hover\:-m-8:hover {
margin: -2rem;
}
.lg\:hover\:-m-10:hover {
margin: -2.5rem;
}
.lg\:hover\:-m-12:hover {
margin: -3rem;
}
.lg\:hover\:-m-16:hover {
margin: -4rem;
}
.lg\:hover\:-m-20:hover {
margin: -5rem;
}
.lg\:hover\:-m-24:hover {
margin: -6rem;
}
.lg\:hover\:-m-32:hover {
margin: -8rem;
}
.lg\:hover\:-m-40:hover {
margin: -10rem;
}
.lg\:hover\:-m-48:hover {
margin: -12rem;
}
.lg\:hover\:-m-56:hover {
margin: -14rem;
}
.lg\:hover\:-m-64:hover {
margin: -16rem;
}
.lg\:hover\:-m-360:hover {
margin: -90rem;
}
.lg\:hover\:-m-px:hover {
margin: -1px;
}
.lg\:hover\:my-0:hover {
margin-top: 0;
margin-bottom: 0;
}
.lg\:hover\:mx-0:hover {
margin-left: 0;
margin-right: 0;
}
.lg\:hover\:my-1:hover {
margin-top: 0.25rem;
margin-bottom: 0.25rem;
}
.lg\:hover\:mx-1:hover {
margin-left: 0.25rem;
margin-right: 0.25rem;
}
.lg\:hover\:my-2:hover {
margin-top: 0.5rem;
margin-bottom: 0.5rem;
}
.lg\:hover\:mx-2:hover {
margin-left: 0.5rem;
margin-right: 0.5rem;
}
.lg\:hover\:my-3:hover {
margin-top: 0.75rem;
margin-bottom: 0.75rem;
}
.lg\:hover\:mx-3:hover {
margin-left: 0.75rem;
margin-right: 0.75rem;
}
.lg\:hover\:my-4:hover {
margin-top: 1rem;
margin-bottom: 1rem;
}
.lg\:hover\:mx-4:hover {
margin-left: 1rem;
margin-right: 1rem;
}
.lg\:hover\:my-5:hover {
margin-top: 1.25rem;
margin-bottom: 1.25rem;
}
.lg\:hover\:mx-5:hover {
margin-left: 1.25rem;
margin-right: 1.25rem;
}
.lg\:hover\:my-6:hover {
margin-top: 1.5rem;
margin-bottom: 1.5rem;
}
.lg\:hover\:mx-6:hover {
margin-left: 1.5rem;
margin-right: 1.5rem;
}
.lg\:hover\:my-8:hover {
margin-top: 2rem;
margin-bottom: 2rem;
}
.lg\:hover\:mx-8:hover {
margin-left: 2rem;
margin-right: 2rem;
}
.lg\:hover\:my-10:hover {
margin-top: 2.5rem;
margin-bottom: 2.5rem;
}
.lg\:hover\:mx-10:hover {
margin-left: 2.5rem;
margin-right: 2.5rem;
}
.lg\:hover\:my-12:hover {
margin-top: 3rem;
margin-bottom: 3rem;
}
.lg\:hover\:mx-12:hover {
margin-left: 3rem;
margin-right: 3rem;
}
.lg\:hover\:my-16:hover {
margin-top: 4rem;
margin-bottom: 4rem;
}
.lg\:hover\:mx-16:hover {
margin-left: 4rem;
margin-right: 4rem;
}
.lg\:hover\:my-20:hover {
margin-top: 5rem;
margin-bottom: 5rem;
}
.lg\:hover\:mx-20:hover {
margin-left: 5rem;
margin-right: 5rem;
}
.lg\:hover\:my-24:hover {
margin-top: 6rem;
margin-bottom: 6rem;
}
.lg\:hover\:mx-24:hover {
margin-left: 6rem;
margin-right: 6rem;
}
.lg\:hover\:my-32:hover {
margin-top: 8rem;
margin-bottom: 8rem;
}
.lg\:hover\:mx-32:hover {
margin-left: 8rem;
margin-right: 8rem;
}
.lg\:hover\:my-40:hover {
margin-top: 10rem;
margin-bottom: 10rem;
}
.lg\:hover\:mx-40:hover {
margin-left: 10rem;
margin-right: 10rem;
}
.lg\:hover\:my-48:hover {
margin-top: 12rem;
margin-bottom: 12rem;
}
.lg\:hover\:mx-48:hover {
margin-left: 12rem;
margin-right: 12rem;
}
.lg\:hover\:my-56:hover {
margin-top: 14rem;
margin-bottom: 14rem;
}
.lg\:hover\:mx-56:hover {
margin-left: 14rem;
margin-right: 14rem;
}
.lg\:hover\:my-64:hover {
margin-top: 16rem;
margin-bottom: 16rem;
}
.lg\:hover\:mx-64:hover {
margin-left: 16rem;
margin-right: 16rem;
}
.lg\:hover\:my-360:hover {
margin-top: 90rem;
margin-bottom: 90rem;
}
.lg\:hover\:mx-360:hover {
margin-left: 90rem;
margin-right: 90rem;
}
.lg\:hover\:my-auto:hover {
margin-top: auto;
margin-bottom: auto;
}
.lg\:hover\:mx-auto:hover {
margin-left: auto;
margin-right: auto;
}
.lg\:hover\:my-px:hover {
margin-top: 1px;
margin-bottom: 1px;
}
.lg\:hover\:mx-px:hover {
margin-left: 1px;
margin-right: 1px;
}
.lg\:hover\:-my-1:hover {
margin-top: -0.25rem;
margin-bottom: -0.25rem;
}
.lg\:hover\:-mx-1:hover {
margin-left: -0.25rem;
margin-right: -0.25rem;
}
.lg\:hover\:-my-2:hover {
margin-top: -0.5rem;
margin-bottom: -0.5rem;
}
.lg\:hover\:-mx-2:hover {
margin-left: -0.5rem;
margin-right: -0.5rem;
}
.lg\:hover\:-my-3:hover {
margin-top: -0.75rem;
margin-bottom: -0.75rem;
}
.lg\:hover\:-mx-3:hover {
margin-left: -0.75rem;
margin-right: -0.75rem;
}
.lg\:hover\:-my-4:hover {
margin-top: -1rem;
margin-bottom: -1rem;
}
.lg\:hover\:-mx-4:hover {
margin-left: -1rem;
margin-right: -1rem;
}
.lg\:hover\:-my-5:hover {
margin-top: -1.25rem;
margin-bottom: -1.25rem;
}
.lg\:hover\:-mx-5:hover {
margin-left: -1.25rem;
margin-right: -1.25rem;
}
.lg\:hover\:-my-6:hover {
margin-top: -1.5rem;
margin-bottom: -1.5rem;
}
.lg\:hover\:-mx-6:hover {
margin-left: -1.5rem;
margin-right: -1.5rem;
}
.lg\:hover\:-my-8:hover {
margin-top: -2rem;
margin-bottom: -2rem;
}
.lg\:hover\:-mx-8:hover {
margin-left: -2rem;
margin-right: -2rem;
}
.lg\:hover\:-my-10:hover {
margin-top: -2.5rem;
margin-bottom: -2.5rem;
}
.lg\:hover\:-mx-10:hover {
margin-left: -2.5rem;
margin-right: -2.5rem;
}
.lg\:hover\:-my-12:hover {
margin-top: -3rem;
margin-bottom: -3rem;
}
.lg\:hover\:-mx-12:hover {
margin-left: -3rem;
margin-right: -3rem;
}
.lg\:hover\:-my-16:hover {
margin-top: -4rem;
margin-bottom: -4rem;
}
.lg\:hover\:-mx-16:hover {
margin-left: -4rem;
margin-right: -4rem;
}
.lg\:hover\:-my-20:hover {
margin-top: -5rem;
margin-bottom: -5rem;
}
.lg\:hover\:-mx-20:hover {
margin-left: -5rem;
margin-right: -5rem;
}
.lg\:hover\:-my-24:hover {
margin-top: -6rem;
margin-bottom: -6rem;
}
.lg\:hover\:-mx-24:hover {
margin-left: -6rem;
margin-right: -6rem;
}
.lg\:hover\:-my-32:hover {
margin-top: -8rem;
margin-bottom: -8rem;
}
.lg\:hover\:-mx-32:hover {
margin-left: -8rem;
margin-right: -8rem;
}
.lg\:hover\:-my-40:hover {
margin-top: -10rem;
margin-bottom: -10rem;
}
.lg\:hover\:-mx-40:hover {
margin-left: -10rem;
margin-right: -10rem;
}
.lg\:hover\:-my-48:hover {
margin-top: -12rem;
margin-bottom: -12rem;
}
.lg\:hover\:-mx-48:hover {
margin-left: -12rem;
margin-right: -12rem;
}
.lg\:hover\:-my-56:hover {
margin-top: -14rem;
margin-bottom: -14rem;
}
.lg\:hover\:-mx-56:hover {
margin-left: -14rem;
margin-right: -14rem;
}
.lg\:hover\:-my-64:hover {
margin-top: -16rem;
margin-bottom: -16rem;
}
.lg\:hover\:-mx-64:hover {
margin-left: -16rem;
margin-right: -16rem;
}
.lg\:hover\:-my-360:hover {
margin-top: -90rem;
margin-bottom: -90rem;
}
.lg\:hover\:-mx-360:hover {
margin-left: -90rem;
margin-right: -90rem;
}
.lg\:hover\:-my-px:hover {
margin-top: -1px;
margin-bottom: -1px;
}
.lg\:hover\:-mx-px:hover {
margin-left: -1px;
margin-right: -1px;
}
.lg\:hover\:mt-0:hover {
margin-top: 0;
}
.lg\:hover\:mr-0:hover {
margin-right: 0;
}
.lg\:hover\:mb-0:hover {
margin-bottom: 0;
}
.lg\:hover\:ml-0:hover {
margin-left: 0;
}
.lg\:hover\:mt-1:hover {
margin-top: 0.25rem;
}
.lg\:hover\:mr-1:hover {
margin-right: 0.25rem;
}
.lg\:hover\:mb-1:hover {
margin-bottom: 0.25rem;
}
.lg\:hover\:ml-1:hover {
margin-left: 0.25rem;
}
.lg\:hover\:mt-2:hover {
margin-top: 0.5rem;
}
.lg\:hover\:mr-2:hover {
margin-right: 0.5rem;
}
.lg\:hover\:mb-2:hover {
margin-bottom: 0.5rem;
}
.lg\:hover\:ml-2:hover {
margin-left: 0.5rem;
}
.lg\:hover\:mt-3:hover {
margin-top: 0.75rem;
}
.lg\:hover\:mr-3:hover {
margin-right: 0.75rem;
}
.lg\:hover\:mb-3:hover {
margin-bottom: 0.75rem;
}
.lg\:hover\:ml-3:hover {
margin-left: 0.75rem;
}
.lg\:hover\:mt-4:hover {
margin-top: 1rem;
}
.lg\:hover\:mr-4:hover {
margin-right: 1rem;
}
.lg\:hover\:mb-4:hover {
margin-bottom: 1rem;
}
.lg\:hover\:ml-4:hover {
margin-left: 1rem;
}
.lg\:hover\:mt-5:hover {
margin-top: 1.25rem;
}
.lg\:hover\:mr-5:hover {
margin-right: 1.25rem;
}
.lg\:hover\:mb-5:hover {
margin-bottom: 1.25rem;
}
.lg\:hover\:ml-5:hover {
margin-left: 1.25rem;
}
.lg\:hover\:mt-6:hover {
margin-top: 1.5rem;
}
.lg\:hover\:mr-6:hover {
margin-right: 1.5rem;
}
.lg\:hover\:mb-6:hover {
margin-bottom: 1.5rem;
}
.lg\:hover\:ml-6:hover {
margin-left: 1.5rem;
}
.lg\:hover\:mt-8:hover {
margin-top: 2rem;
}
.lg\:hover\:mr-8:hover {
margin-right: 2rem;
}
.lg\:hover\:mb-8:hover {
margin-bottom: 2rem;
}
.lg\:hover\:ml-8:hover {
margin-left: 2rem;
}
.lg\:hover\:mt-10:hover {
margin-top: 2.5rem;
}
.lg\:hover\:mr-10:hover {
margin-right: 2.5rem;
}
.lg\:hover\:mb-10:hover {
margin-bottom: 2.5rem;
}
.lg\:hover\:ml-10:hover {
margin-left: 2.5rem;
}
.lg\:hover\:mt-12:hover {
margin-top: 3rem;
}
.lg\:hover\:mr-12:hover {
margin-right: 3rem;
}
.lg\:hover\:mb-12:hover {
margin-bottom: 3rem;
}
.lg\:hover\:ml-12:hover {
margin-left: 3rem;
}
.lg\:hover\:mt-16:hover {
margin-top: 4rem;
}
.lg\:hover\:mr-16:hover {
margin-right: 4rem;
}
.lg\:hover\:mb-16:hover {
margin-bottom: 4rem;
}
.lg\:hover\:ml-16:hover {
margin-left: 4rem;
}
.lg\:hover\:mt-20:hover {
margin-top: 5rem;
}
.lg\:hover\:mr-20:hover {
margin-right: 5rem;
}
.lg\:hover\:mb-20:hover {
margin-bottom: 5rem;
}
.lg\:hover\:ml-20:hover {
margin-left: 5rem;
}
.lg\:hover\:mt-24:hover {
margin-top: 6rem;
}
.lg\:hover\:mr-24:hover {
margin-right: 6rem;
}
.lg\:hover\:mb-24:hover {
margin-bottom: 6rem;
}
.lg\:hover\:ml-24:hover {
margin-left: 6rem;
}
.lg\:hover\:mt-32:hover {
margin-top: 8rem;
}
.lg\:hover\:mr-32:hover {
margin-right: 8rem;
}
.lg\:hover\:mb-32:hover {
margin-bottom: 8rem;
}
.lg\:hover\:ml-32:hover {
margin-left: 8rem;
}
.lg\:hover\:mt-40:hover {
margin-top: 10rem;
}
.lg\:hover\:mr-40:hover {
margin-right: 10rem;
}
.lg\:hover\:mb-40:hover {
margin-bottom: 10rem;
}
.lg\:hover\:ml-40:hover {
margin-left: 10rem;
}
.lg\:hover\:mt-48:hover {
margin-top: 12rem;
}
.lg\:hover\:mr-48:hover {
margin-right: 12rem;
}
.lg\:hover\:mb-48:hover {
margin-bottom: 12rem;
}
.lg\:hover\:ml-48:hover {
margin-left: 12rem;
}
.lg\:hover\:mt-56:hover {
margin-top: 14rem;
}
.lg\:hover\:mr-56:hover {
margin-right: 14rem;
}
.lg\:hover\:mb-56:hover {
margin-bottom: 14rem;
}
.lg\:hover\:ml-56:hover {
margin-left: 14rem;
}
.lg\:hover\:mt-64:hover {
margin-top: 16rem;
}
.lg\:hover\:mr-64:hover {
margin-right: 16rem;
}
.lg\:hover\:mb-64:hover {
margin-bottom: 16rem;
}
.lg\:hover\:ml-64:hover {
margin-left: 16rem;
}
.lg\:hover\:mt-360:hover {
margin-top: 90rem;
}
.lg\:hover\:mr-360:hover {
margin-right: 90rem;
}
.lg\:hover\:mb-360:hover {
margin-bottom: 90rem;
}
.lg\:hover\:ml-360:hover {
margin-left: 90rem;
}
.lg\:hover\:mt-auto:hover {
margin-top: auto;
}
.lg\:hover\:mr-auto:hover {
margin-right: auto;
}
.lg\:hover\:mb-auto:hover {
margin-bottom: auto;
}
.lg\:hover\:ml-auto:hover {
margin-left: auto;
}
.lg\:hover\:mt-px:hover {
margin-top: 1px;
}
.lg\:hover\:mr-px:hover {
margin-right: 1px;
}
.lg\:hover\:mb-px:hover {
margin-bottom: 1px;
}
.lg\:hover\:ml-px:hover {
margin-left: 1px;
}
.lg\:hover\:-mt-1:hover {
margin-top: -0.25rem;
}
.lg\:hover\:-mr-1:hover {
margin-right: -0.25rem;
}
.lg\:hover\:-mb-1:hover {
margin-bottom: -0.25rem;
}
.lg\:hover\:-ml-1:hover {
margin-left: -0.25rem;
}
.lg\:hover\:-mt-2:hover {
margin-top: -0.5rem;
}
.lg\:hover\:-mr-2:hover {
margin-right: -0.5rem;
}
.lg\:hover\:-mb-2:hover {
margin-bottom: -0.5rem;
}
.lg\:hover\:-ml-2:hover {
margin-left: -0.5rem;
}
.lg\:hover\:-mt-3:hover {
margin-top: -0.75rem;
}
.lg\:hover\:-mr-3:hover {
margin-right: -0.75rem;
}
.lg\:hover\:-mb-3:hover {
margin-bottom: -0.75rem;
}
.lg\:hover\:-ml-3:hover {
margin-left: -0.75rem;
}
.lg\:hover\:-mt-4:hover {
margin-top: -1rem;
}
.lg\:hover\:-mr-4:hover {
margin-right: -1rem;
}
.lg\:hover\:-mb-4:hover {
margin-bottom: -1rem;
}
.lg\:hover\:-ml-4:hover {
margin-left: -1rem;
}
.lg\:hover\:-mt-5:hover {
margin-top: -1.25rem;
}
.lg\:hover\:-mr-5:hover {
margin-right: -1.25rem;
}
.lg\:hover\:-mb-5:hover {
margin-bottom: -1.25rem;
}
.lg\:hover\:-ml-5:hover {
margin-left: -1.25rem;
}
.lg\:hover\:-mt-6:hover {
margin-top: -1.5rem;
}
.lg\:hover\:-mr-6:hover {
margin-right: -1.5rem;
}
.lg\:hover\:-mb-6:hover {
margin-bottom: -1.5rem;
}
.lg\:hover\:-ml-6:hover {
margin-left: -1.5rem;
}
.lg\:hover\:-mt-8:hover {
margin-top: -2rem;
}
.lg\:hover\:-mr-8:hover {
margin-right: -2rem;
}
.lg\:hover\:-mb-8:hover {
margin-bottom: -2rem;
}
.lg\:hover\:-ml-8:hover {
margin-left: -2rem;
}
.lg\:hover\:-mt-10:hover {
margin-top: -2.5rem;
}
.lg\:hover\:-mr-10:hover {
margin-right: -2.5rem;
}
.lg\:hover\:-mb-10:hover {
margin-bottom: -2.5rem;
}
.lg\:hover\:-ml-10:hover {
margin-left: -2.5rem;
}
.lg\:hover\:-mt-12:hover {
margin-top: -3rem;
}
.lg\:hover\:-mr-12:hover {
margin-right: -3rem;
}
.lg\:hover\:-mb-12:hover {
margin-bottom: -3rem;
}
.lg\:hover\:-ml-12:hover {
margin-left: -3rem;
}
.lg\:hover\:-mt-16:hover {
margin-top: -4rem;
}
.lg\:hover\:-mr-16:hover {
margin-right: -4rem;
}
.lg\:hover\:-mb-16:hover {
margin-bottom: -4rem;
}
.lg\:hover\:-ml-16:hover {
margin-left: -4rem;
}
.lg\:hover\:-mt-20:hover {
margin-top: -5rem;
}
.lg\:hover\:-mr-20:hover {
margin-right: -5rem;
}
.lg\:hover\:-mb-20:hover {
margin-bottom: -5rem;
}
.lg\:hover\:-ml-20:hover {
margin-left: -5rem;
}
.lg\:hover\:-mt-24:hover {
margin-top: -6rem;
}
.lg\:hover\:-mr-24:hover {
margin-right: -6rem;
}
.lg\:hover\:-mb-24:hover {
margin-bottom: -6rem;
}
.lg\:hover\:-ml-24:hover {
margin-left: -6rem;
}
.lg\:hover\:-mt-32:hover {
margin-top: -8rem;
}
.lg\:hover\:-mr-32:hover {
margin-right: -8rem;
}
.lg\:hover\:-mb-32:hover {
margin-bottom: -8rem;
}
.lg\:hover\:-ml-32:hover {
margin-left: -8rem;
}
.lg\:hover\:-mt-40:hover {
margin-top: -10rem;
}
.lg\:hover\:-mr-40:hover {
margin-right: -10rem;
}
.lg\:hover\:-mb-40:hover {
margin-bottom: -10rem;
}
.lg\:hover\:-ml-40:hover {
margin-left: -10rem;
}
.lg\:hover\:-mt-48:hover {
margin-top: -12rem;
}
.lg\:hover\:-mr-48:hover {
margin-right: -12rem;
}
.lg\:hover\:-mb-48:hover {
margin-bottom: -12rem;
}
.lg\:hover\:-ml-48:hover {
margin-left: -12rem;
}
.lg\:hover\:-mt-56:hover {
margin-top: -14rem;
}
.lg\:hover\:-mr-56:hover {
margin-right: -14rem;
}
.lg\:hover\:-mb-56:hover {
margin-bottom: -14rem;
}
.lg\:hover\:-ml-56:hover {
margin-left: -14rem;
}
.lg\:hover\:-mt-64:hover {
margin-top: -16rem;
}
.lg\:hover\:-mr-64:hover {
margin-right: -16rem;
}
.lg\:hover\:-mb-64:hover {
margin-bottom: -16rem;
}
.lg\:hover\:-ml-64:hover {
margin-left: -16rem;
}
.lg\:hover\:-mt-360:hover {
margin-top: -90rem;
}
.lg\:hover\:-mr-360:hover {
margin-right: -90rem;
}
.lg\:hover\:-mb-360:hover {
margin-bottom: -90rem;
}
.lg\:hover\:-ml-360:hover {
margin-left: -90rem;
}
.lg\:hover\:-mt-px:hover {
margin-top: -1px;
}
.lg\:hover\:-mr-px:hover {
margin-right: -1px;
}
.lg\:hover\:-mb-px:hover {
margin-bottom: -1px;
}
.lg\:hover\:-ml-px:hover {
margin-left: -1px;
}
.group:hover .lg\:group-hover\:m-0 {
margin: 0;
}
.group:hover .lg\:group-hover\:m-1 {
margin: 0.25rem;
}
.group:hover .lg\:group-hover\:m-2 {
margin: 0.5rem;
}
.group:hover .lg\:group-hover\:m-3 {
margin: 0.75rem;
}
.group:hover .lg\:group-hover\:m-4 {
margin: 1rem;
}
.group:hover .lg\:group-hover\:m-5 {
margin: 1.25rem;
}
.group:hover .lg\:group-hover\:m-6 {
margin: 1.5rem;
}
.group:hover .lg\:group-hover\:m-8 {
margin: 2rem;
}
.group:hover .lg\:group-hover\:m-10 {
margin: 2.5rem;
}
.group:hover .lg\:group-hover\:m-12 {
margin: 3rem;
}
.group:hover .lg\:group-hover\:m-16 {
margin: 4rem;
}
.group:hover .lg\:group-hover\:m-20 {
margin: 5rem;
}
.group:hover .lg\:group-hover\:m-24 {
margin: 6rem;
}
.group:hover .lg\:group-hover\:m-32 {
margin: 8rem;
}
.group:hover .lg\:group-hover\:m-40 {
margin: 10rem;
}
.group:hover .lg\:group-hover\:m-48 {
margin: 12rem;
}
.group:hover .lg\:group-hover\:m-56 {
margin: 14rem;
}
.group:hover .lg\:group-hover\:m-64 {
margin: 16rem;
}
.group:hover .lg\:group-hover\:m-360 {
margin: 90rem;
}
.group:hover .lg\:group-hover\:m-auto {
margin: auto;
}
.group:hover .lg\:group-hover\:m-px {
margin: 1px;
}
.group:hover .lg\:group-hover\:-m-1 {
margin: -0.25rem;
}
.group:hover .lg\:group-hover\:-m-2 {
margin: -0.5rem;
}
.group:hover .lg\:group-hover\:-m-3 {
margin: -0.75rem;
}
.group:hover .lg\:group-hover\:-m-4 {
margin: -1rem;
}
.group:hover .lg\:group-hover\:-m-5 {
margin: -1.25rem;
}
.group:hover .lg\:group-hover\:-m-6 {
margin: -1.5rem;
}
.group:hover .lg\:group-hover\:-m-8 {
margin: -2rem;
}
.group:hover .lg\:group-hover\:-m-10 {
margin: -2.5rem;
}
.group:hover .lg\:group-hover\:-m-12 {
margin: -3rem;
}
.group:hover .lg\:group-hover\:-m-16 {
margin: -4rem;
}
.group:hover .lg\:group-hover\:-m-20 {
margin: -5rem;
}
.group:hover .lg\:group-hover\:-m-24 {
margin: -6rem;
}
.group:hover .lg\:group-hover\:-m-32 {
margin: -8rem;
}
.group:hover .lg\:group-hover\:-m-40 {
margin: -10rem;
}
.group:hover .lg\:group-hover\:-m-48 {
margin: -12rem;
}
.group:hover .lg\:group-hover\:-m-56 {
margin: -14rem;
}
.group:hover .lg\:group-hover\:-m-64 {
margin: -16rem;
}
.group:hover .lg\:group-hover\:-m-360 {
margin: -90rem;
}
.group:hover .lg\:group-hover\:-m-px {
margin: -1px;
}
.group:hover .lg\:group-hover\:my-0 {
margin-top: 0;
margin-bottom: 0;
}
.group:hover .lg\:group-hover\:mx-0 {
margin-left: 0;
margin-right: 0;
}
.group:hover .lg\:group-hover\:my-1 {
margin-top: 0.25rem;
margin-bottom: 0.25rem;
}
.group:hover .lg\:group-hover\:mx-1 {
margin-left: 0.25rem;
margin-right: 0.25rem;
}
.group:hover .lg\:group-hover\:my-2 {
margin-top: 0.5rem;
margin-bottom: 0.5rem;
}
.group:hover .lg\:group-hover\:mx-2 {
margin-left: 0.5rem;
margin-right: 0.5rem;
}
.group:hover .lg\:group-hover\:my-3 {
margin-top: 0.75rem;
margin-bottom: 0.75rem;
}
.group:hover .lg\:group-hover\:mx-3 {
margin-left: 0.75rem;
margin-right: 0.75rem;
}
.group:hover .lg\:group-hover\:my-4 {
margin-top: 1rem;
margin-bottom: 1rem;
}
.group:hover .lg\:group-hover\:mx-4 {
margin-left: 1rem;
margin-right: 1rem;
}
.group:hover .lg\:group-hover\:my-5 {
margin-top: 1.25rem;
margin-bottom: 1.25rem;
}
.group:hover .lg\:group-hover\:mx-5 {
margin-left: 1.25rem;
margin-right: 1.25rem;
}
.group:hover .lg\:group-hover\:my-6 {
margin-top: 1.5rem;
margin-bottom: 1.5rem;
}
.group:hover .lg\:group-hover\:mx-6 {
margin-left: 1.5rem;
margin-right: 1.5rem;
}
.group:hover .lg\:group-hover\:my-8 {
margin-top: 2rem;
margin-bottom: 2rem;
}
.group:hover .lg\:group-hover\:mx-8 {
margin-left: 2rem;
margin-right: 2rem;
}
.group:hover .lg\:group-hover\:my-10 {
margin-top: 2.5rem;
margin-bottom: 2.5rem;
}
.group:hover .lg\:group-hover\:mx-10 {
margin-left: 2.5rem;
margin-right: 2.5rem;
}
.group:hover .lg\:group-hover\:my-12 {
margin-top: 3rem;
margin-bottom: 3rem;
}
.group:hover .lg\:group-hover\:mx-12 {
margin-left: 3rem;
margin-right: 3rem;
}
.group:hover .lg\:group-hover\:my-16 {
margin-top: 4rem;
margin-bottom: 4rem;
}
.group:hover .lg\:group-hover\:mx-16 {
margin-left: 4rem;
margin-right: 4rem;
}
.group:hover .lg\:group-hover\:my-20 {
margin-top: 5rem;
margin-bottom: 5rem;
}
.group:hover .lg\:group-hover\:mx-20 {
margin-left: 5rem;
margin-right: 5rem;
}
.group:hover .lg\:group-hover\:my-24 {
margin-top: 6rem;
margin-bottom: 6rem;
}
.group:hover .lg\:group-hover\:mx-24 {
margin-left: 6rem;
margin-right: 6rem;
}
.group:hover .lg\:group-hover\:my-32 {
margin-top: 8rem;
margin-bottom: 8rem;
}
.group:hover .lg\:group-hover\:mx-32 {
margin-left: 8rem;
margin-right: 8rem;
}
.group:hover .lg\:group-hover\:my-40 {
margin-top: 10rem;
margin-bottom: 10rem;
}
.group:hover .lg\:group-hover\:mx-40 {
margin-left: 10rem;
margin-right: 10rem;
}
.group:hover .lg\:group-hover\:my-48 {
margin-top: 12rem;
margin-bottom: 12rem;
}
.group:hover .lg\:group-hover\:mx-48 {
margin-left: 12rem;
margin-right: 12rem;
}
.group:hover .lg\:group-hover\:my-56 {
margin-top: 14rem;
margin-bottom: 14rem;
}
.group:hover .lg\:group-hover\:mx-56 {
margin-left: 14rem;
margin-right: 14rem;
}
.group:hover .lg\:group-hover\:my-64 {
margin-top: 16rem;
margin-bottom: 16rem;
}
.group:hover .lg\:group-hover\:mx-64 {
margin-left: 16rem;
margin-right: 16rem;
}
.group:hover .lg\:group-hover\:my-360 {
margin-top: 90rem;
margin-bottom: 90rem;
}
.group:hover .lg\:group-hover\:mx-360 {
margin-left: 90rem;
margin-right: 90rem;
}
.group:hover .lg\:group-hover\:my-auto {
margin-top: auto;
margin-bottom: auto;
}
.group:hover .lg\:group-hover\:mx-auto {
margin-left: auto;
margin-right: auto;
}
.group:hover .lg\:group-hover\:my-px {
margin-top: 1px;
margin-bottom: 1px;
}
.group:hover .lg\:group-hover\:mx-px {
margin-left: 1px;
margin-right: 1px;
}
.group:hover .lg\:group-hover\:-my-1 {
margin-top: -0.25rem;
margin-bottom: -0.25rem;
}
.group:hover .lg\:group-hover\:-mx-1 {
margin-left: -0.25rem;
margin-right: -0.25rem;
}
.group:hover .lg\:group-hover\:-my-2 {
margin-top: -0.5rem;
margin-bottom: -0.5rem;
}
.group:hover .lg\:group-hover\:-mx-2 {
margin-left: -0.5rem;
margin-right: -0.5rem;
}
.group:hover .lg\:group-hover\:-my-3 {
margin-top: -0.75rem;
margin-bottom: -0.75rem;
}
.group:hover .lg\:group-hover\:-mx-3 {
margin-left: -0.75rem;
margin-right: -0.75rem;
}
.group:hover .lg\:group-hover\:-my-4 {
margin-top: -1rem;
margin-bottom: -1rem;
}
.group:hover .lg\:group-hover\:-mx-4 {
margin-left: -1rem;
margin-right: -1rem;
}
.group:hover .lg\:group-hover\:-my-5 {
margin-top: -1.25rem;
margin-bottom: -1.25rem;
}
.group:hover .lg\:group-hover\:-mx-5 {
margin-left: -1.25rem;
margin-right: -1.25rem;
}
.group:hover .lg\:group-hover\:-my-6 {
margin-top: -1.5rem;
margin-bottom: -1.5rem;
}
.group:hover .lg\:group-hover\:-mx-6 {
margin-left: -1.5rem;
margin-right: -1.5rem;
}
.group:hover .lg\:group-hover\:-my-8 {
margin-top: -2rem;
margin-bottom: -2rem;
}
.group:hover .lg\:group-hover\:-mx-8 {
margin-left: -2rem;
margin-right: -2rem;
}
.group:hover .lg\:group-hover\:-my-10 {
margin-top: -2.5rem;
margin-bottom: -2.5rem;
}
.group:hover .lg\:group-hover\:-mx-10 {
margin-left: -2.5rem;
margin-right: -2.5rem;
}
.group:hover .lg\:group-hover\:-my-12 {
margin-top: -3rem;
margin-bottom: -3rem;
}
.group:hover .lg\:group-hover\:-mx-12 {
margin-left: -3rem;
margin-right: -3rem;
}
.group:hover .lg\:group-hover\:-my-16 {
margin-top: -4rem;
margin-bottom: -4rem;
}
.group:hover .lg\:group-hover\:-mx-16 {
margin-left: -4rem;
margin-right: -4rem;
}
.group:hover .lg\:group-hover\:-my-20 {
margin-top: -5rem;
margin-bottom: -5rem;
}
.group:hover .lg\:group-hover\:-mx-20 {
margin-left: -5rem;
margin-right: -5rem;
}
.group:hover .lg\:group-hover\:-my-24 {
margin-top: -6rem;
margin-bottom: -6rem;
}
.group:hover .lg\:group-hover\:-mx-24 {
margin-left: -6rem;
margin-right: -6rem;
}
.group:hover .lg\:group-hover\:-my-32 {
margin-top: -8rem;
margin-bottom: -8rem;
}
.group:hover .lg\:group-hover\:-mx-32 {
margin-left: -8rem;
margin-right: -8rem;
}
.group:hover .lg\:group-hover\:-my-40 {
margin-top: -10rem;
margin-bottom: -10rem;
}
.group:hover .lg\:group-hover\:-mx-40 {
margin-left: -10rem;
margin-right: -10rem;
}
.group:hover .lg\:group-hover\:-my-48 {
margin-top: -12rem;
margin-bottom: -12rem;
}
.group:hover .lg\:group-hover\:-mx-48 {
margin-left: -12rem;
margin-right: -12rem;
}
.group:hover .lg\:group-hover\:-my-56 {
margin-top: -14rem;
margin-bottom: -14rem;
}
.group:hover .lg\:group-hover\:-mx-56 {
margin-left: -14rem;
margin-right: -14rem;
}
.group:hover .lg\:group-hover\:-my-64 {
margin-top: -16rem;
margin-bottom: -16rem;
}
.group:hover .lg\:group-hover\:-mx-64 {
margin-left: -16rem;
margin-right: -16rem;
}
.group:hover .lg\:group-hover\:-my-360 {
margin-top: -90rem;
margin-bottom: -90rem;
}
.group:hover .lg\:group-hover\:-mx-360 {
margin-left: -90rem;
margin-right: -90rem;
}
.group:hover .lg\:group-hover\:-my-px {
margin-top: -1px;
margin-bottom: -1px;
}
.group:hover .lg\:group-hover\:-mx-px {
margin-left: -1px;
margin-right: -1px;
}
.group:hover .lg\:group-hover\:mt-0 {
margin-top: 0;
}
.group:hover .lg\:group-hover\:mr-0 {
margin-right: 0;
}
.group:hover .lg\:group-hover\:mb-0 {
margin-bottom: 0;
}
.group:hover .lg\:group-hover\:ml-0 {
margin-left: 0;
}
.group:hover .lg\:group-hover\:mt-1 {
margin-top: 0.25rem;
}
.group:hover .lg\:group-hover\:mr-1 {
margin-right: 0.25rem;
}
.group:hover .lg\:group-hover\:mb-1 {
margin-bottom: 0.25rem;
}
.group:hover .lg\:group-hover\:ml-1 {
margin-left: 0.25rem;
}
.group:hover .lg\:group-hover\:mt-2 {
margin-top: 0.5rem;
}
.group:hover .lg\:group-hover\:mr-2 {
margin-right: 0.5rem;
}
.group:hover .lg\:group-hover\:mb-2 {
margin-bottom: 0.5rem;
}
.group:hover .lg\:group-hover\:ml-2 {
margin-left: 0.5rem;
}
.group:hover .lg\:group-hover\:mt-3 {
margin-top: 0.75rem;
}
.group:hover .lg\:group-hover\:mr-3 {
margin-right: 0.75rem;
}
.group:hover .lg\:group-hover\:mb-3 {
margin-bottom: 0.75rem;
}
.group:hover .lg\:group-hover\:ml-3 {
margin-left: 0.75rem;
}
.group:hover .lg\:group-hover\:mt-4 {
margin-top: 1rem;
}
.group:hover .lg\:group-hover\:mr-4 {
margin-right: 1rem;
}
.group:hover .lg\:group-hover\:mb-4 {
margin-bottom: 1rem;
}
.group:hover .lg\:group-hover\:ml-4 {
margin-left: 1rem;
}
.group:hover .lg\:group-hover\:mt-5 {
margin-top: 1.25rem;
}
.group:hover .lg\:group-hover\:mr-5 {
margin-right: 1.25rem;
}
.group:hover .lg\:group-hover\:mb-5 {
margin-bottom: 1.25rem;
}
.group:hover .lg\:group-hover\:ml-5 {
margin-left: 1.25rem;
}
.group:hover .lg\:group-hover\:mt-6 {
margin-top: 1.5rem;
}
.group:hover .lg\:group-hover\:mr-6 {
margin-right: 1.5rem;
}
.group:hover .lg\:group-hover\:mb-6 {
margin-bottom: 1.5rem;
}
.group:hover .lg\:group-hover\:ml-6 {
margin-left: 1.5rem;
}
.group:hover .lg\:group-hover\:mt-8 {
margin-top: 2rem;
}
.group:hover .lg\:group-hover\:mr-8 {
margin-right: 2rem;
}
.group:hover .lg\:group-hover\:mb-8 {
margin-bottom: 2rem;
}
.group:hover .lg\:group-hover\:ml-8 {
margin-left: 2rem;
}
.group:hover .lg\:group-hover\:mt-10 {
margin-top: 2.5rem;
}
.group:hover .lg\:group-hover\:mr-10 {
margin-right: 2.5rem;
}
.group:hover .lg\:group-hover\:mb-10 {
margin-bottom: 2.5rem;
}
.group:hover .lg\:group-hover\:ml-10 {
margin-left: 2.5rem;
}
.group:hover .lg\:group-hover\:mt-12 {
margin-top: 3rem;
}
.group:hover .lg\:group-hover\:mr-12 {
margin-right: 3rem;
}
.group:hover .lg\:group-hover\:mb-12 {
margin-bottom: 3rem;
}
.group:hover .lg\:group-hover\:ml-12 {
margin-left: 3rem;
}
.group:hover .lg\:group-hover\:mt-16 {
margin-top: 4rem;
}
.group:hover .lg\:group-hover\:mr-16 {
margin-right: 4rem;
}
.group:hover .lg\:group-hover\:mb-16 {
margin-bottom: 4rem;
}
.group:hover .lg\:group-hover\:ml-16 {
margin-left: 4rem;
}
.group:hover .lg\:group-hover\:mt-20 {
margin-top: 5rem;
}
.group:hover .lg\:group-hover\:mr-20 {
margin-right: 5rem;
}
.group:hover .lg\:group-hover\:mb-20 {
margin-bottom: 5rem;
}
.group:hover .lg\:group-hover\:ml-20 {
margin-left: 5rem;
}
.group:hover .lg\:group-hover\:mt-24 {
margin-top: 6rem;
}
.group:hover .lg\:group-hover\:mr-24 {
margin-right: 6rem;
}
.group:hover .lg\:group-hover\:mb-24 {
margin-bottom: 6rem;
}
.group:hover .lg\:group-hover\:ml-24 {
margin-left: 6rem;
}
.group:hover .lg\:group-hover\:mt-32 {
margin-top: 8rem;
}
.group:hover .lg\:group-hover\:mr-32 {
margin-right: 8rem;
}
.group:hover .lg\:group-hover\:mb-32 {
margin-bottom: 8rem;
}
.group:hover .lg\:group-hover\:ml-32 {
margin-left: 8rem;
}
.group:hover .lg\:group-hover\:mt-40 {
margin-top: 10rem;
}
.group:hover .lg\:group-hover\:mr-40 {
margin-right: 10rem;
}
.group:hover .lg\:group-hover\:mb-40 {
margin-bottom: 10rem;
}
.group:hover .lg\:group-hover\:ml-40 {
margin-left: 10rem;
}
.group:hover .lg\:group-hover\:mt-48 {
margin-top: 12rem;
}
.group:hover .lg\:group-hover\:mr-48 {
margin-right: 12rem;
}
.group:hover .lg\:group-hover\:mb-48 {
margin-bottom: 12rem;
}
.group:hover .lg\:group-hover\:ml-48 {
margin-left: 12rem;
}
.group:hover .lg\:group-hover\:mt-56 {
margin-top: 14rem;
}
.group:hover .lg\:group-hover\:mr-56 {
margin-right: 14rem;
}
.group:hover .lg\:group-hover\:mb-56 {
margin-bottom: 14rem;
}
.group:hover .lg\:group-hover\:ml-56 {
margin-left: 14rem;
}
.group:hover .lg\:group-hover\:mt-64 {
margin-top: 16rem;
}
.group:hover .lg\:group-hover\:mr-64 {
margin-right: 16rem;
}
.group:hover .lg\:group-hover\:mb-64 {
margin-bottom: 16rem;
}
.group:hover .lg\:group-hover\:ml-64 {
margin-left: 16rem;
}
.group:hover .lg\:group-hover\:mt-360 {
margin-top: 90rem;
}
.group:hover .lg\:group-hover\:mr-360 {
margin-right: 90rem;
}
.group:hover .lg\:group-hover\:mb-360 {
margin-bottom: 90rem;
}
.group:hover .lg\:group-hover\:ml-360 {
margin-left: 90rem;
}
.group:hover .lg\:group-hover\:mt-auto {
margin-top: auto;
}
.group:hover .lg\:group-hover\:mr-auto {
margin-right: auto;
}
.group:hover .lg\:group-hover\:mb-auto {
margin-bottom: auto;
}
.group:hover .lg\:group-hover\:ml-auto {
margin-left: auto;
}
.group:hover .lg\:group-hover\:mt-px {
margin-top: 1px;
}
.group:hover .lg\:group-hover\:mr-px {
margin-right: 1px;
}
.group:hover .lg\:group-hover\:mb-px {
margin-bottom: 1px;
}
.group:hover .lg\:group-hover\:ml-px {
margin-left: 1px;
}
.group:hover .lg\:group-hover\:-mt-1 {
margin-top: -0.25rem;
}
.group:hover .lg\:group-hover\:-mr-1 {
margin-right: -0.25rem;
}
.group:hover .lg\:group-hover\:-mb-1 {
margin-bottom: -0.25rem;
}
.group:hover .lg\:group-hover\:-ml-1 {
margin-left: -0.25rem;
}
.group:hover .lg\:group-hover\:-mt-2 {
margin-top: -0.5rem;
}
.group:hover .lg\:group-hover\:-mr-2 {
margin-right: -0.5rem;
}
.group:hover .lg\:group-hover\:-mb-2 {
margin-bottom: -0.5rem;
}
.group:hover .lg\:group-hover\:-ml-2 {
margin-left: -0.5rem;
}
.group:hover .lg\:group-hover\:-mt-3 {
margin-top: -0.75rem;
}
.group:hover .lg\:group-hover\:-mr-3 {
margin-right: -0.75rem;
}
.group:hover .lg\:group-hover\:-mb-3 {
margin-bottom: -0.75rem;
}
.group:hover .lg\:group-hover\:-ml-3 {
margin-left: -0.75rem;
}
.group:hover .lg\:group-hover\:-mt-4 {
margin-top: -1rem;
}
.group:hover .lg\:group-hover\:-mr-4 {
margin-right: -1rem;
}
.group:hover .lg\:group-hover\:-mb-4 {
margin-bottom: -1rem;
}
.group:hover .lg\:group-hover\:-ml-4 {
margin-left: -1rem;
}
.group:hover .lg\:group-hover\:-mt-5 {
margin-top: -1.25rem;
}
.group:hover .lg\:group-hover\:-mr-5 {
margin-right: -1.25rem;
}
.group:hover .lg\:group-hover\:-mb-5 {
margin-bottom: -1.25rem;
}
.group:hover .lg\:group-hover\:-ml-5 {
margin-left: -1.25rem;
}
.group:hover .lg\:group-hover\:-mt-6 {
margin-top: -1.5rem;
}
.group:hover .lg\:group-hover\:-mr-6 {
margin-right: -1.5rem;
}
.group:hover .lg\:group-hover\:-mb-6 {
margin-bottom: -1.5rem;
}
.group:hover .lg\:group-hover\:-ml-6 {
margin-left: -1.5rem;
}
.group:hover .lg\:group-hover\:-mt-8 {
margin-top: -2rem;
}
.group:hover .lg\:group-hover\:-mr-8 {
margin-right: -2rem;
}
.group:hover .lg\:group-hover\:-mb-8 {
margin-bottom: -2rem;
}
.group:hover .lg\:group-hover\:-ml-8 {
margin-left: -2rem;
}
.group:hover .lg\:group-hover\:-mt-10 {
margin-top: -2.5rem;
}
.group:hover .lg\:group-hover\:-mr-10 {
margin-right: -2.5rem;
}
.group:hover .lg\:group-hover\:-mb-10 {
margin-bottom: -2.5rem;
}
.group:hover .lg\:group-hover\:-ml-10 {
margin-left: -2.5rem;
}
.group:hover .lg\:group-hover\:-mt-12 {
margin-top: -3rem;
}
.group:hover .lg\:group-hover\:-mr-12 {
margin-right: -3rem;
}
.group:hover .lg\:group-hover\:-mb-12 {
margin-bottom: -3rem;
}
.group:hover .lg\:group-hover\:-ml-12 {
margin-left: -3rem;
}
.group:hover .lg\:group-hover\:-mt-16 {
margin-top: -4rem;
}
.group:hover .lg\:group-hover\:-mr-16 {
margin-right: -4rem;
}
.group:hover .lg\:group-hover\:-mb-16 {
margin-bottom: -4rem;
}
.group:hover .lg\:group-hover\:-ml-16 {
margin-left: -4rem;
}
.group:hover .lg\:group-hover\:-mt-20 {
margin-top: -5rem;
}
.group:hover .lg\:group-hover\:-mr-20 {
margin-right: -5rem;
}
.group:hover .lg\:group-hover\:-mb-20 {
margin-bottom: -5rem;
}
.group:hover .lg\:group-hover\:-ml-20 {
margin-left: -5rem;
}
.group:hover .lg\:group-hover\:-mt-24 {
margin-top: -6rem;
}
.group:hover .lg\:group-hover\:-mr-24 {
margin-right: -6rem;
}
.group:hover .lg\:group-hover\:-mb-24 {
margin-bottom: -6rem;
}
.group:hover .lg\:group-hover\:-ml-24 {
margin-left: -6rem;
}
.group:hover .lg\:group-hover\:-mt-32 {
margin-top: -8rem;
}
.group:hover .lg\:group-hover\:-mr-32 {
margin-right: -8rem;
}
.group:hover .lg\:group-hover\:-mb-32 {
margin-bottom: -8rem;
}
.group:hover .lg\:group-hover\:-ml-32 {
margin-left: -8rem;
}
.group:hover .lg\:group-hover\:-mt-40 {
margin-top: -10rem;
}
.group:hover .lg\:group-hover\:-mr-40 {
margin-right: -10rem;
}
.group:hover .lg\:group-hover\:-mb-40 {
margin-bottom: -10rem;
}
.group:hover .lg\:group-hover\:-ml-40 {
margin-left: -10rem;
}
.group:hover .lg\:group-hover\:-mt-48 {
margin-top: -12rem;
}
.group:hover .lg\:group-hover\:-mr-48 {
margin-right: -12rem;
}
.group:hover .lg\:group-hover\:-mb-48 {
margin-bottom: -12rem;
}
.group:hover .lg\:group-hover\:-ml-48 {
margin-left: -12rem;
}
.group:hover .lg\:group-hover\:-mt-56 {
margin-top: -14rem;
}
.group:hover .lg\:group-hover\:-mr-56 {
margin-right: -14rem;
}
.group:hover .lg\:group-hover\:-mb-56 {
margin-bottom: -14rem;
}
.group:hover .lg\:group-hover\:-ml-56 {
margin-left: -14rem;
}
.group:hover .lg\:group-hover\:-mt-64 {
margin-top: -16rem;
}
.group:hover .lg\:group-hover\:-mr-64 {
margin-right: -16rem;
}
.group:hover .lg\:group-hover\:-mb-64 {
margin-bottom: -16rem;
}
.group:hover .lg\:group-hover\:-ml-64 {
margin-left: -16rem;
}
.group:hover .lg\:group-hover\:-mt-360 {
margin-top: -90rem;
}
.group:hover .lg\:group-hover\:-mr-360 {
margin-right: -90rem;
}
.group:hover .lg\:group-hover\:-mb-360 {
margin-bottom: -90rem;
}
.group:hover .lg\:group-hover\:-ml-360 {
margin-left: -90rem;
}
.group:hover .lg\:group-hover\:-mt-px {
margin-top: -1px;
}
.group:hover .lg\:group-hover\:-mr-px {
margin-right: -1px;
}
.group:hover .lg\:group-hover\:-mb-px {
margin-bottom: -1px;
}
.group:hover .lg\:group-hover\:-ml-px {
margin-left: -1px;
}
.lg\:max-h-full {
max-height: 100%;
}
.lg\:max-h-screen {
max-height: 100vh;
}
.lg\:max-w-xs {
max-width: 20rem;
}
.lg\:max-w-sm {
max-width: 24rem;
}
.lg\:max-w-md {
max-width: 28rem;
}
.lg\:max-w-lg {
max-width: 32rem;
}
.lg\:max-w-xl {
max-width: 36rem;
}
.lg\:max-w-2xl {
max-width: 42rem;
}
.lg\:max-w-3xl {
max-width: 48rem;
}
.lg\:max-w-4xl {
max-width: 56rem;
}
.lg\:max-w-5xl {
max-width: 64rem;
}
.lg\:max-w-6xl {
max-width: 72rem;
}
.lg\:max-w-full {
max-width: 100%;
}
.lg\:min-h-0 {
min-height: 0;
}
.lg\:min-h-full {
min-height: 100%;
}
.lg\:min-h-screen {
min-height: 100vh;
}
.lg\:min-w-0 {
min-width: 0;
}
.lg\:min-w-full {
min-width: 100%;
}
.lg\:object-contain {
-o-object-fit: contain;
object-fit: contain;
}
.lg\:object-cover {
-o-object-fit: cover;
object-fit: cover;
}
.lg\:object-fill {
-o-object-fit: fill;
object-fit: fill;
}
.lg\:object-none {
-o-object-fit: none;
object-fit: none;
}
.lg\:object-scale-down {
-o-object-fit: scale-down;
object-fit: scale-down;
}
.lg\:object-bottom {
-o-object-position: bottom;
object-position: bottom;
}
.lg\:object-center {
-o-object-position: center;
object-position: center;
}
.lg\:object-left {
-o-object-position: left;
object-position: left;
}
.lg\:object-left-bottom {
-o-object-position: left bottom;
object-position: left bottom;
}
.lg\:object-left-top {
-o-object-position: left top;
object-position: left top;
}
.lg\:object-right {
-o-object-position: right;
object-position: right;
}
.lg\:object-right-bottom {
-o-object-position: right bottom;
object-position: right bottom;
}
.lg\:object-right-top {
-o-object-position: right top;
object-position: right top;
}
.lg\:object-top {
-o-object-position: top;
object-position: top;
}
.lg\:opacity-0 {
opacity: 0;
}
.lg\:opacity-25 {
opacity: 0.25;
}
.lg\:opacity-50 {
opacity: 0.5;
}
.lg\:opacity-75 {
opacity: 0.75;
}
.lg\:opacity-100 {
opacity: 1;
}
.lg\:outline-none {
outline: 0;
}
.lg\:focus\:outline-none:focus {
outline: 0;
}
.lg\:overflow-auto {
overflow: auto;
}
.lg\:overflow-hidden {
overflow: hidden;
}
.lg\:overflow-visible {
overflow: visible;
}
.lg\:overflow-scroll {
overflow: scroll;
}
.lg\:overflow-x-auto {
overflow-x: auto;
}
.lg\:overflow-y-auto {
overflow-y: auto;
}
.lg\:overflow-x-hidden {
overflow-x: hidden;
}
.lg\:overflow-y-hidden {
overflow-y: hidden;
}
.lg\:overflow-x-visible {
overflow-x: visible;
}
.lg\:overflow-y-visible {
overflow-y: visible;
}
.lg\:overflow-x-scroll {
overflow-x: scroll;
}
.lg\:overflow-y-scroll {
overflow-y: scroll;
}
.lg\:scrolling-touch {
-webkit-overflow-scrolling: touch;
}
.lg\:scrolling-auto {
-webkit-overflow-scrolling: auto;
}
.lg\:p-0 {
padding: 0;
}
.lg\:p-1 {
padding: 0.25rem;
}
.lg\:p-2 {
padding: 0.5rem;
}
.lg\:p-3 {
padding: 0.75rem;
}
.lg\:p-4 {
padding: 1rem;
}
.lg\:p-5 {
padding: 1.25rem;
}
.lg\:p-6 {
padding: 1.5rem;
}
.lg\:p-8 {
padding: 2rem;
}
.lg\:p-10 {
padding: 2.5rem;
}
.lg\:p-12 {
padding: 3rem;
}
.lg\:p-16 {
padding: 4rem;
}
.lg\:p-20 {
padding: 5rem;
}
.lg\:p-24 {
padding: 6rem;
}
.lg\:p-32 {
padding: 8rem;
}
.lg\:p-40 {
padding: 10rem;
}
.lg\:p-48 {
padding: 12rem;
}
.lg\:p-56 {
padding: 14rem;
}
.lg\:p-64 {
padding: 16rem;
}
.lg\:p-360 {
padding: 90rem;
}
.lg\:p-px {
padding: 1px;
}
.lg\:py-0 {
padding-top: 0;
padding-bottom: 0;
}
.lg\:px-0 {
padding-left: 0;
padding-right: 0;
}
.lg\:py-1 {
padding-top: 0.25rem;
padding-bottom: 0.25rem;
}
.lg\:px-1 {
padding-left: 0.25rem;
padding-right: 0.25rem;
}
.lg\:py-2 {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.lg\:px-2 {
padding-left: 0.5rem;
padding-right: 0.5rem;
}
.lg\:py-3 {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
}
.lg\:px-3 {
padding-left: 0.75rem;
padding-right: 0.75rem;
}
.lg\:py-4 {
padding-top: 1rem;
padding-bottom: 1rem;
}
.lg\:px-4 {
padding-left: 1rem;
padding-right: 1rem;
}
.lg\:py-5 {
padding-top: 1.25rem;
padding-bottom: 1.25rem;
}
.lg\:px-5 {
padding-left: 1.25rem;
padding-right: 1.25rem;
}
.lg\:py-6 {
padding-top: 1.5rem;
padding-bottom: 1.5rem;
}
.lg\:px-6 {
padding-left: 1.5rem;
padding-right: 1.5rem;
}
.lg\:py-8 {
padding-top: 2rem;
padding-bottom: 2rem;
}
.lg\:px-8 {
padding-left: 2rem;
padding-right: 2rem;
}
.lg\:py-10 {
padding-top: 2.5rem;
padding-bottom: 2.5rem;
}
.lg\:px-10 {
padding-left: 2.5rem;
padding-right: 2.5rem;
}
.lg\:py-12 {
padding-top: 3rem;
padding-bottom: 3rem;
}
.lg\:px-12 {
padding-left: 3rem;
padding-right: 3rem;
}
.lg\:py-16 {
padding-top: 4rem;
padding-bottom: 4rem;
}
.lg\:px-16 {
padding-left: 4rem;
padding-right: 4rem;
}
.lg\:py-20 {
padding-top: 5rem;
padding-bottom: 5rem;
}
.lg\:px-20 {
padding-left: 5rem;
padding-right: 5rem;
}
.lg\:py-24 {
padding-top: 6rem;
padding-bottom: 6rem;
}
.lg\:px-24 {
padding-left: 6rem;
padding-right: 6rem;
}
.lg\:py-32 {
padding-top: 8rem;
padding-bottom: 8rem;
}
.lg\:px-32 {
padding-left: 8rem;
padding-right: 8rem;
}
.lg\:py-40 {
padding-top: 10rem;
padding-bottom: 10rem;
}
.lg\:px-40 {
padding-left: 10rem;
padding-right: 10rem;
}
.lg\:py-48 {
padding-top: 12rem;
padding-bottom: 12rem;
}
.lg\:px-48 {
padding-left: 12rem;
padding-right: 12rem;
}
.lg\:py-56 {
padding-top: 14rem;
padding-bottom: 14rem;
}
.lg\:px-56 {
padding-left: 14rem;
padding-right: 14rem;
}
.lg\:py-64 {
padding-top: 16rem;
padding-bottom: 16rem;
}
.lg\:px-64 {
padding-left: 16rem;
padding-right: 16rem;
}
.lg\:py-360 {
padding-top: 90rem;
padding-bottom: 90rem;
}
.lg\:px-360 {
padding-left: 90rem;
padding-right: 90rem;
}
.lg\:py-px {
padding-top: 1px;
padding-bottom: 1px;
}
.lg\:px-px {
padding-left: 1px;
padding-right: 1px;
}
.lg\:pt-0 {
padding-top: 0;
}
.lg\:pr-0 {
padding-right: 0;
}
.lg\:pb-0 {
padding-bottom: 0;
}
.lg\:pl-0 {
padding-left: 0;
}
.lg\:pt-1 {
padding-top: 0.25rem;
}
.lg\:pr-1 {
padding-right: 0.25rem;
}
.lg\:pb-1 {
padding-bottom: 0.25rem;
}
.lg\:pl-1 {
padding-left: 0.25rem;
}
.lg\:pt-2 {
padding-top: 0.5rem;
}
.lg\:pr-2 {
padding-right: 0.5rem;
}
.lg\:pb-2 {
padding-bottom: 0.5rem;
}
.lg\:pl-2 {
padding-left: 0.5rem;
}
.lg\:pt-3 {
padding-top: 0.75rem;
}
.lg\:pr-3 {
padding-right: 0.75rem;
}
.lg\:pb-3 {
padding-bottom: 0.75rem;
}
.lg\:pl-3 {
padding-left: 0.75rem;
}
.lg\:pt-4 {
padding-top: 1rem;
}
.lg\:pr-4 {
padding-right: 1rem;
}
.lg\:pb-4 {
padding-bottom: 1rem;
}
.lg\:pl-4 {
padding-left: 1rem;
}
.lg\:pt-5 {
padding-top: 1.25rem;
}
.lg\:pr-5 {
padding-right: 1.25rem;
}
.lg\:pb-5 {
padding-bottom: 1.25rem;
}
.lg\:pl-5 {
padding-left: 1.25rem;
}
.lg\:pt-6 {
padding-top: 1.5rem;
}
.lg\:pr-6 {
padding-right: 1.5rem;
}
.lg\:pb-6 {
padding-bottom: 1.5rem;
}
.lg\:pl-6 {
padding-left: 1.5rem;
}
.lg\:pt-8 {
padding-top: 2rem;
}
.lg\:pr-8 {
padding-right: 2rem;
}
.lg\:pb-8 {
padding-bottom: 2rem;
}
.lg\:pl-8 {
padding-left: 2rem;
}
.lg\:pt-10 {
padding-top: 2.5rem;
}
.lg\:pr-10 {
padding-right: 2.5rem;
}
.lg\:pb-10 {
padding-bottom: 2.5rem;
}
.lg\:pl-10 {
padding-left: 2.5rem;
}
.lg\:pt-12 {
padding-top: 3rem;
}
.lg\:pr-12 {
padding-right: 3rem;
}
.lg\:pb-12 {
padding-bottom: 3rem;
}
.lg\:pl-12 {
padding-left: 3rem;
}
.lg\:pt-16 {
padding-top: 4rem;
}
.lg\:pr-16 {
padding-right: 4rem;
}
.lg\:pb-16 {
padding-bottom: 4rem;
}
.lg\:pl-16 {
padding-left: 4rem;
}
.lg\:pt-20 {
padding-top: 5rem;
}
.lg\:pr-20 {
padding-right: 5rem;
}
.lg\:pb-20 {
padding-bottom: 5rem;
}
.lg\:pl-20 {
padding-left: 5rem;
}
.lg\:pt-24 {
padding-top: 6rem;
}
.lg\:pr-24 {
padding-right: 6rem;
}
.lg\:pb-24 {
padding-bottom: 6rem;
}
.lg\:pl-24 {
padding-left: 6rem;
}
.lg\:pt-32 {
padding-top: 8rem;
}
.lg\:pr-32 {
padding-right: 8rem;
}
.lg\:pb-32 {
padding-bottom: 8rem;
}
.lg\:pl-32 {
padding-left: 8rem;
}
.lg\:pt-40 {
padding-top: 10rem;
}
.lg\:pr-40 {
padding-right: 10rem;
}
.lg\:pb-40 {
padding-bottom: 10rem;
}
.lg\:pl-40 {
padding-left: 10rem;
}
.lg\:pt-48 {
padding-top: 12rem;
}
.lg\:pr-48 {
padding-right: 12rem;
}
.lg\:pb-48 {
padding-bottom: 12rem;
}
.lg\:pl-48 {
padding-left: 12rem;
}
.lg\:pt-56 {
padding-top: 14rem;
}
.lg\:pr-56 {
padding-right: 14rem;
}
.lg\:pb-56 {
padding-bottom: 14rem;
}
.lg\:pl-56 {
padding-left: 14rem;
}
.lg\:pt-64 {
padding-top: 16rem;
}
.lg\:pr-64 {
padding-right: 16rem;
}
.lg\:pb-64 {
padding-bottom: 16rem;
}
.lg\:pl-64 {
padding-left: 16rem;
}
.lg\:pt-360 {
padding-top: 90rem;
}
.lg\:pr-360 {
padding-right: 90rem;
}
.lg\:pb-360 {
padding-bottom: 90rem;
}
.lg\:pl-360 {
padding-left: 90rem;
}
.lg\:pt-px {
padding-top: 1px;
}
.lg\:pr-px {
padding-right: 1px;
}
.lg\:pb-px {
padding-bottom: 1px;
}
.lg\:pl-px {
padding-left: 1px;
}
.lg\:pointer-events-none {
pointer-events: none;
}
.lg\:pointer-events-auto {
pointer-events: auto;
}
.lg\:static {
position: static;
}
.lg\:fixed {
position: fixed;
}
.lg\:absolute {
position: absolute;
}
.lg\:relative {
position: relative;
}
.lg\:sticky {
position: -webkit-sticky;
position: sticky;
}
.lg\:inset-0 {
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.lg\:inset-auto {
top: auto;
right: auto;
bottom: auto;
left: auto;
}
.lg\:inset-y-0 {
top: 0;
bottom: 0;
}
.lg\:inset-x-0 {
right: 0;
left: 0;
}
.lg\:inset-y-auto {
top: auto;
bottom: auto;
}
.lg\:inset-x-auto {
right: auto;
left: auto;
}
.lg\:top-0 {
top: 0;
}
.lg\:right-0 {
right: 0;
}
.lg\:bottom-0 {
bottom: 0;
}
.lg\:left-0 {
left: 0;
}
.lg\:top-auto {
top: auto;
}
.lg\:right-auto {
right: auto;
}
.lg\:bottom-auto {
bottom: auto;
}
.lg\:left-auto {
left: auto;
}
.lg\:resize-none {
resize: none;
}
.lg\:resize-y {
resize: vertical;
}
.lg\:resize-x {
resize: horizontal;
}
.lg\:resize {
resize: both;
}
.lg\:shadow {
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
.lg\:shadow-md {
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.lg\:shadow-lg {
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.lg\:shadow-xl {
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.lg\:shadow-2xl {
box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.lg\:shadow-inner {
box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}
.lg\:shadow-outline {
box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
}
.lg\:shadow-none {
box-shadow: none;
}
.lg\:hover\:shadow:hover {
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
.lg\:hover\:shadow-md:hover {
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.lg\:hover\:shadow-lg:hover {
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.lg\:hover\:shadow-xl:hover {
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.lg\:hover\:shadow-2xl:hover {
box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.lg\:hover\:shadow-inner:hover {
box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}
.lg\:hover\:shadow-outline:hover {
box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
}
.lg\:hover\:shadow-none:hover {
box-shadow: none;
}
.lg\:focus\:shadow:focus {
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
.lg\:focus\:shadow-md:focus {
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.lg\:focus\:shadow-lg:focus {
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.lg\:focus\:shadow-xl:focus {
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.lg\:focus\:shadow-2xl:focus {
box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.lg\:focus\:shadow-inner:focus {
box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}
.lg\:focus\:shadow-outline:focus {
box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
}
.lg\:focus\:shadow-none:focus {
box-shadow: none;
}
.lg\:fill-current {
fill: currentColor;
}
.lg\:stroke-current {
stroke: currentColor;
}
.lg\:table-auto {
table-layout: auto;
}
.lg\:table-fixed {
table-layout: fixed;
}
.lg\:text-left {
text-align: left;
}
.lg\:text-center {
text-align: center;
}
.lg\:text-right {
text-align: right;
}
.lg\:text-justify {
text-align: justify;
}
.lg\:text-transparent {
color: transparent;
}
.lg\:text-inherit {
color: inherit;
}
.lg\:text-black {
color: #131716;
}
.lg\:text-white {
color: #ffffff;
}
.lg\:text-green-darker {
color: #007129;
}
.lg\:text-green-dark {
color: #029F3B;
}
.lg\:text-green {
color: #00AC3E;
}
.lg\:text-green-bright {
color: #08cd4f;
}
.lg\:text-gray-100 {
color: #edeeee;
}
.lg\:text-gray-200 {
color: #cbcece;
}
.lg\:text-gray-300 {
color: #a9adad;
}
.lg\:text-gray-400 {
color: #868c8c;
}
.lg\:text-gray-500 {
color: #535c5c;
}
.lg\:text-gray-600 {
color: #3a4040;
}
.lg\:text-gray-700 {
color: #313737;
}
.lg\:text-gray-800 {
color: #212424;
}
.lg\:text-gray-900 {
color: #131716;
}
.lg\:text-red-100 {
color: #fff5f5;
}
.lg\:text-red-500 {
color: #f56565;
}
.lg\:text-red-900 {
color: #742a2a;
}
.lg\:hover\:text-transparent:hover {
color: transparent;
}
.lg\:hover\:text-inherit:hover {
color: inherit;
}
.lg\:hover\:text-black:hover {
color: #131716;
}
.lg\:hover\:text-white:hover {
color: #ffffff;
}
.lg\:hover\:text-green-darker:hover {
color: #007129;
}
.lg\:hover\:text-green-dark:hover {
color: #029F3B;
}
.lg\:hover\:text-green:hover {
color: #00AC3E;
}
.lg\:hover\:text-green-bright:hover {
color: #08cd4f;
}
.lg\:hover\:text-gray-100:hover {
color: #edeeee;
}
.lg\:hover\:text-gray-200:hover {
color: #cbcece;
}
.lg\:hover\:text-gray-300:hover {
color: #a9adad;
}
.lg\:hover\:text-gray-400:hover {
color: #868c8c;
}
.lg\:hover\:text-gray-500:hover {
color: #535c5c;
}
.lg\:hover\:text-gray-600:hover {
color: #3a4040;
}
.lg\:hover\:text-gray-700:hover {
color: #313737;
}
.lg\:hover\:text-gray-800:hover {
color: #212424;
}
.lg\:hover\:text-gray-900:hover {
color: #131716;
}
.lg\:hover\:text-red-100:hover {
color: #fff5f5;
}
.lg\:hover\:text-red-500:hover {
color: #f56565;
}
.lg\:hover\:text-red-900:hover {
color: #742a2a;
}
.lg\:focus\:text-transparent:focus {
color: transparent;
}
.lg\:focus\:text-inherit:focus {
color: inherit;
}
.lg\:focus\:text-black:focus {
color: #131716;
}
.lg\:focus\:text-white:focus {
color: #ffffff;
}
.lg\:focus\:text-green-darker:focus {
color: #007129;
}
.lg\:focus\:text-green-dark:focus {
color: #029F3B;
}
.lg\:focus\:text-green:focus {
color: #00AC3E;
}
.lg\:focus\:text-green-bright:focus {
color: #08cd4f;
}
.lg\:focus\:text-gray-100:focus {
color: #edeeee;
}
.lg\:focus\:text-gray-200:focus {
color: #cbcece;
}
.lg\:focus\:text-gray-300:focus {
color: #a9adad;
}
.lg\:focus\:text-gray-400:focus {
color: #868c8c;
}
.lg\:focus\:text-gray-500:focus {
color: #535c5c;
}
.lg\:focus\:text-gray-600:focus {
color: #3a4040;
}
.lg\:focus\:text-gray-700:focus {
color: #313737;
}
.lg\:focus\:text-gray-800:focus {
color: #212424;
}
.lg\:focus\:text-gray-900:focus {
color: #131716;
}
.lg\:focus\:text-red-100:focus {
color: #fff5f5;
}
.lg\:focus\:text-red-500:focus {
color: #f56565;
}
.lg\:focus\:text-red-900:focus {
color: #742a2a;
}
.lg\:active\:text-transparent:active {
color: transparent;
}
.lg\:active\:text-inherit:active {
color: inherit;
}
.lg\:active\:text-black:active {
color: #131716;
}
.lg\:active\:text-white:active {
color: #ffffff;
}
.lg\:active\:text-green-darker:active {
color: #007129;
}
.lg\:active\:text-green-dark:active {
color: #029F3B;
}
.lg\:active\:text-green:active {
color: #00AC3E;
}
.lg\:active\:text-green-bright:active {
color: #08cd4f;
}
.lg\:active\:text-gray-100:active {
color: #edeeee;
}
.lg\:active\:text-gray-200:active {
color: #cbcece;
}
.lg\:active\:text-gray-300:active {
color: #a9adad;
}
.lg\:active\:text-gray-400:active {
color: #868c8c;
}
.lg\:active\:text-gray-500:active {
color: #535c5c;
}
.lg\:active\:text-gray-600:active {
color: #3a4040;
}
.lg\:active\:text-gray-700:active {
color: #313737;
}
.lg\:active\:text-gray-800:active {
color: #212424;
}
.lg\:active\:text-gray-900:active {
color: #131716;
}
.lg\:active\:text-red-100:active {
color: #fff5f5;
}
.lg\:active\:text-red-500:active {
color: #f56565;
}
.lg\:active\:text-red-900:active {
color: #742a2a;
}
.group:hover .lg\:group-hover\:text-transparent {
color: transparent;
}
.group:hover .lg\:group-hover\:text-inherit {
color: inherit;
}
.group:hover .lg\:group-hover\:text-black {
color: #131716;
}
.group:hover .lg\:group-hover\:text-white {
color: #ffffff;
}
.group:hover .lg\:group-hover\:text-green-darker {
color: #007129;
}
.group:hover .lg\:group-hover\:text-green-dark {
color: #029F3B;
}
.group:hover .lg\:group-hover\:text-green {
color: #00AC3E;
}
.group:hover .lg\:group-hover\:text-green-bright {
color: #08cd4f;
}
.group:hover .lg\:group-hover\:text-gray-100 {
color: #edeeee;
}
.group:hover .lg\:group-hover\:text-gray-200 {
color: #cbcece;
}
.group:hover .lg\:group-hover\:text-gray-300 {
color: #a9adad;
}
.group:hover .lg\:group-hover\:text-gray-400 {
color: #868c8c;
}
.group:hover .lg\:group-hover\:text-gray-500 {
color: #535c5c;
}
.group:hover .lg\:group-hover\:text-gray-600 {
color: #3a4040;
}
.group:hover .lg\:group-hover\:text-gray-700 {
color: #313737;
}
.group:hover .lg\:group-hover\:text-gray-800 {
color: #212424;
}
.group:hover .lg\:group-hover\:text-gray-900 {
color: #131716;
}
.group:hover .lg\:group-hover\:text-red-100 {
color: #fff5f5;
}
.group:hover .lg\:group-hover\:text-red-500 {
color: #f56565;
}
.group:hover .lg\:group-hover\:text-red-900 {
color: #742a2a;
}
.lg\:text-xs {
font-size: 0.75rem;
}
.lg\:text-sm {
font-size: 0.875rem;
}
.lg\:text-base {
font-size: 1rem;
}
.lg\:text-lg {
font-size: 1.125rem;
}
.lg\:text-xl {
font-size: 1.25rem;
}
.lg\:text-2xl {
font-size: 1.5rem;
}
.lg\:text-3xl {
font-size: 1.875rem;
}
.lg\:text-4xl {
font-size: 2.25rem;
}
.lg\:text-5xl {
font-size: 3rem;
}
.lg\:text-6xl {
font-size: 4rem;
}
.lg\:text-7xl {
font-size: 5rem;
}
.lg\:text-9xl {
font-size: 7rem;
}
.lg\:text-massive {
font-size: 10rem;
}
.lg\:italic {
font-style: italic;
}
.lg\:not-italic {
font-style: normal;
}
.lg\:uppercase {
text-transform: uppercase;
}
.lg\:lowercase {
text-transform: lowercase;
}
.lg\:capitalize {
text-transform: capitalize;
}
.lg\:normal-case {
text-transform: none;
}
.lg\:underline {
text-decoration: underline;
}
.lg\:line-through {
text-decoration: line-through;
}
.lg\:no-underline {
text-decoration: none;
}
.lg\:hover\:underline:hover {
text-decoration: underline;
}
.lg\:hover\:line-through:hover {
text-decoration: line-through;
}
.lg\:hover\:no-underline:hover {
text-decoration: none;
}
.lg\:focus\:underline:focus {
text-decoration: underline;
}
.lg\:focus\:line-through:focus {
text-decoration: line-through;
}
.lg\:focus\:no-underline:focus {
text-decoration: none;
}
.lg\:active\:underline:active {
text-decoration: underline;
}
.lg\:active\:line-through:active {
text-decoration: line-through;
}
.lg\:active\:no-underline:active {
text-decoration: none;
}
.group:hover .lg\:group-hover\:underline {
text-decoration: underline;
}
.group:hover .lg\:group-hover\:line-through {
text-decoration: line-through;
}
.group:hover .lg\:group-hover\:no-underline {
text-decoration: none;
}
.lg\:antialiased {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.lg\:subpixel-antialiased {
-webkit-font-smoothing: auto;
-moz-osx-font-smoothing: auto;
}
.lg\:tracking-tighter {
letter-spacing: -0.05em;
}
.lg\:tracking-tight {
letter-spacing: -0.025em;
}
.lg\:tracking-normal {
letter-spacing: 0;
}
.lg\:tracking-wide {
letter-spacing: 0.025em;
}
.lg\:tracking-wider {
letter-spacing: 0.05em;
}
.lg\:tracking-widest {
letter-spacing: 0.1em;
}
.lg\:select-none {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.lg\:select-text {
-webkit-user-select: text;
-moz-user-select: text;
-ms-user-select: text;
user-select: text;
}
.lg\:select-all {
-webkit-user-select: all;
-moz-user-select: all;
-ms-user-select: all;
user-select: all;
}
.lg\:select-auto {
-webkit-user-select: auto;
-moz-user-select: auto;
-ms-user-select: auto;
user-select: auto;
}
.lg\:align-baseline {
vertical-align: baseline;
}
.lg\:align-top {
vertical-align: top;
}
.lg\:align-middle {
vertical-align: middle;
}
.lg\:align-bottom {
vertical-align: bottom;
}
.lg\:align-text-top {
vertical-align: text-top;
}
.lg\:align-text-bottom {
vertical-align: text-bottom;
}
.lg\:visible {
visibility: visible;
}
.lg\:invisible {
visibility: hidden;
}
.group:hover .lg\:group-hover\:visible {
visibility: visible;
}
.group:hover .lg\:group-hover\:invisible {
visibility: hidden;
}
.lg\:whitespace-normal {
white-space: normal;
}
.lg\:whitespace-no-wrap {
white-space: nowrap;
}
.lg\:whitespace-pre {
white-space: pre;
}
.lg\:whitespace-pre-line {
white-space: pre-line;
}
.lg\:whitespace-pre-wrap {
white-space: pre-wrap;
}
.lg\:break-normal {
overflow-wrap: normal;
word-break: normal;
}
.lg\:break-words {
overflow-wrap: break-word;
}
.lg\:break-all {
word-break: break-all;
}
.lg\:truncate {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.lg\:w-0 {
width: 0;
}
.lg\:w-1 {
width: 0.25rem;
}
.lg\:w-2 {
width: 0.5rem;
}
.lg\:w-3 {
width: 0.75rem;
}
.lg\:w-4 {
width: 1rem;
}
.lg\:w-5 {
width: 1.25rem;
}
.lg\:w-6 {
width: 1.5rem;
}
.lg\:w-8 {
width: 2rem;
}
.lg\:w-10 {
width: 2.5rem;
}
.lg\:w-12 {
width: 3rem;
}
.lg\:w-16 {
width: 4rem;
}
.lg\:w-20 {
width: 5rem;
}
.lg\:w-24 {
width: 6rem;
}
.lg\:w-32 {
width: 8rem;
}
.lg\:w-40 {
width: 10rem;
}
.lg\:w-48 {
width: 12rem;
}
.lg\:w-56 {
width: 14rem;
}
.lg\:w-64 {
width: 16rem;
}
.lg\:w-360 {
width: 90rem;
}
.lg\:w-auto {
width: auto;
}
.lg\:w-px {
width: 1px;
}
.lg\:w-1\/2 {
width: 50%;
}
.lg\:w-1\/3 {
width: 33.33333%;
}
.lg\:w-2\/3 {
width: 66.66667%;
}
.lg\:w-1\/4 {
width: 25%;
}
.lg\:w-2\/4 {
width: 50%;
}
.lg\:w-3\/4 {
width: 75%;
}
.lg\:w-1\/5 {
width: 20%;
}
.lg\:w-2\/5 {
width: 40%;
}
.lg\:w-3\/5 {
width: 60%;
}
.lg\:w-4\/5 {
width: 80%;
}
.lg\:w-1\/6 {
width: 16.66667%;
}
.lg\:w-2\/6 {
width: 33.33333%;
}
.lg\:w-3\/6 {
width: 50%;
}
.lg\:w-4\/6 {
width: 66.66667%;
}
.lg\:w-5\/6 {
width: 83.33333%;
}
.lg\:w-1\/12 {
width: 8.33333%;
}
.lg\:w-2\/12 {
width: 16.66667%;
}
.lg\:w-3\/12 {
width: 25%;
}
.lg\:w-4\/12 {
width: 33.33333%;
}
.lg\:w-5\/12 {
width: 41.66667%;
}
.lg\:w-6\/12 {
width: 50%;
}
.lg\:w-7\/12 {
width: 58.33333%;
}
.lg\:w-8\/12 {
width: 66.66667%;
}
.lg\:w-9\/12 {
width: 75%;
}
.lg\:w-10\/12 {
width: 83.33333%;
}
.lg\:w-11\/12 {
width: 91.66667%;
}
.lg\:w-full {
width: 100%;
}
.lg\:w-screen {
width: 100vw;
}
.lg\:z-0 {
z-index: 0;
}
.lg\:z-10 {
z-index: 10;
}
.lg\:z-20 {
z-index: 20;
}
.lg\:z-30 {
z-index: 30;
}
.lg\:z-40 {
z-index: 40;
}
.lg\:z-50 {
z-index: 50;
}
.lg\:z-60 {
z-index: 60;
}
.lg\:z-70 {
z-index: 70;
}
.lg\:z-80 {
z-index: 80;
}
.lg\:z-90 {
z-index: 90;
}
.lg\:z-100 {
z-index: 100;
}
.lg\:z-auto {
z-index: auto;
}
}
@media (min-width: 1440px) {
.xl\:appearance-none {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.xl\:bg-fixed {
background-attachment: fixed;
}
.xl\:bg-local {
background-attachment: local;
}
.xl\:bg-scroll {
background-attachment: scroll;
}
.xl\:bg-transparent {
background-color: transparent;
}
.xl\:bg-inherit {
background-color: inherit;
}
.xl\:bg-black {
background-color: #131716;
}
.xl\:bg-white {
background-color: #ffffff;
}
.xl\:bg-green-darker {
background-color: #007129;
}
.xl\:bg-green-dark {
background-color: #029F3B;
}
.xl\:bg-green {
background-color: #00AC3E;
}
.xl\:bg-green-bright {
background-color: #08cd4f;
}
.xl\:bg-gray-100 {
background-color: #edeeee;
}
.xl\:bg-gray-200 {
background-color: #cbcece;
}
.xl\:bg-gray-300 {
background-color: #a9adad;
}
.xl\:bg-gray-400 {
background-color: #868c8c;
}
.xl\:bg-gray-500 {
background-color: #535c5c;
}
.xl\:bg-gray-600 {
background-color: #3a4040;
}
.xl\:bg-gray-700 {
background-color: #313737;
}
.xl\:bg-gray-800 {
background-color: #212424;
}
.xl\:bg-gray-900 {
background-color: #131716;
}
.xl\:bg-red-100 {
background-color: #fff5f5;
}
.xl\:bg-red-500 {
background-color: #f56565;
}
.xl\:bg-red-900 {
background-color: #742a2a;
}
.xl\:hover\:bg-transparent:hover {
background-color: transparent;
}
.xl\:hover\:bg-inherit:hover {
background-color: inherit;
}
.xl\:hover\:bg-black:hover {
background-color: #131716;
}
.xl\:hover\:bg-white:hover {
background-color: #ffffff;
}
.xl\:hover\:bg-green-darker:hover {
background-color: #007129;
}
.xl\:hover\:bg-green-dark:hover {
background-color: #029F3B;
}
.xl\:hover\:bg-green:hover {
background-color: #00AC3E;
}
.xl\:hover\:bg-green-bright:hover {
background-color: #08cd4f;
}
.xl\:hover\:bg-gray-100:hover {
background-color: #edeeee;
}
.xl\:hover\:bg-gray-200:hover {
background-color: #cbcece;
}
.xl\:hover\:bg-gray-300:hover {
background-color: #a9adad;
}
.xl\:hover\:bg-gray-400:hover {
background-color: #868c8c;
}
.xl\:hover\:bg-gray-500:hover {
background-color: #535c5c;
}
.xl\:hover\:bg-gray-600:hover {
background-color: #3a4040;
}
.xl\:hover\:bg-gray-700:hover {
background-color: #313737;
}
.xl\:hover\:bg-gray-800:hover {
background-color: #212424;
}
.xl\:hover\:bg-gray-900:hover {
background-color: #131716;
}
.xl\:hover\:bg-red-100:hover {
background-color: #fff5f5;
}
.xl\:hover\:bg-red-500:hover {
background-color: #f56565;
}
.xl\:hover\:bg-red-900:hover {
background-color: #742a2a;
}
.xl\:focus\:bg-transparent:focus {
background-color: transparent;
}
.xl\:focus\:bg-inherit:focus {
background-color: inherit;
}
.xl\:focus\:bg-black:focus {
background-color: #131716;
}
.xl\:focus\:bg-white:focus {
background-color: #ffffff;
}
.xl\:focus\:bg-green-darker:focus {
background-color: #007129;
}
.xl\:focus\:bg-green-dark:focus {
background-color: #029F3B;
}
.xl\:focus\:bg-green:focus {
background-color: #00AC3E;
}
.xl\:focus\:bg-green-bright:focus {
background-color: #08cd4f;
}
.xl\:focus\:bg-gray-100:focus {
background-color: #edeeee;
}
.xl\:focus\:bg-gray-200:focus {
background-color: #cbcece;
}
.xl\:focus\:bg-gray-300:focus {
background-color: #a9adad;
}
.xl\:focus\:bg-gray-400:focus {
background-color: #868c8c;
}
.xl\:focus\:bg-gray-500:focus {
background-color: #535c5c;
}
.xl\:focus\:bg-gray-600:focus {
background-color: #3a4040;
}
.xl\:focus\:bg-gray-700:focus {
background-color: #313737;
}
.xl\:focus\:bg-gray-800:focus {
background-color: #212424;
}
.xl\:focus\:bg-gray-900:focus {
background-color: #131716;
}
.xl\:focus\:bg-red-100:focus {
background-color: #fff5f5;
}
.xl\:focus\:bg-red-500:focus {
background-color: #f56565;
}
.xl\:focus\:bg-red-900:focus {
background-color: #742a2a;
}
.xl\:bg-bottom {
background-position: bottom;
}
.xl\:bg-center {
background-position: center;
}
.xl\:bg-left {
background-position: left;
}
.xl\:bg-left-bottom {
background-position: left bottom;
}
.xl\:bg-left-top {
background-position: left top;
}
.xl\:bg-right {
background-position: right;
}
.xl\:bg-right-bottom {
background-position: right bottom;
}
.xl\:bg-right-top {
background-position: right top;
}
.xl\:bg-top {
background-position: top;
}
.xl\:bg-repeat {
background-repeat: repeat;
}
.xl\:bg-no-repeat {
background-repeat: no-repeat;
}
.xl\:bg-repeat-x {
background-repeat: repeat-x;
}
.xl\:bg-repeat-y {
background-repeat: repeat-y;
}
.xl\:bg-repeat-round {
background-repeat: round;
}
.xl\:bg-repeat-space {
background-repeat: space;
}
.xl\:bg-auto {
background-size: auto;
}
.xl\:bg-cover {
background-size: cover;
}
.xl\:bg-contain {
background-size: contain;
}
.xl\:border-collapse {
border-collapse: collapse;
}
.xl\:border-separate {
border-collapse: separate;
}
.xl\:border-transparent {
border-color: transparent;
}
.xl\:border-inherit {
border-color: inherit;
}
.xl\:border-black {
border-color: #131716;
}
.xl\:border-white {
border-color: #ffffff;
}
.xl\:border-green-darker {
border-color: #007129;
}
.xl\:border-green-dark {
border-color: #029F3B;
}
.xl\:border-green {
border-color: #00AC3E;
}
.xl\:border-green-bright {
border-color: #08cd4f;
}
.xl\:border-gray-100 {
border-color: #edeeee;
}
.xl\:border-gray-200 {
border-color: #cbcece;
}
.xl\:border-gray-300 {
border-color: #a9adad;
}
.xl\:border-gray-400 {
border-color: #868c8c;
}
.xl\:border-gray-500 {
border-color: #535c5c;
}
.xl\:border-gray-600 {
border-color: #3a4040;
}
.xl\:border-gray-700 {
border-color: #313737;
}
.xl\:border-gray-800 {
border-color: #212424;
}
.xl\:border-gray-900 {
border-color: #131716;
}
.xl\:border-red-100 {
border-color: #fff5f5;
}
.xl\:border-red-500 {
border-color: #f56565;
}
.xl\:border-red-900 {
border-color: #742a2a;
}
.xl\:hover\:border-transparent:hover {
border-color: transparent;
}
.xl\:hover\:border-inherit:hover {
border-color: inherit;
}
.xl\:hover\:border-black:hover {
border-color: #131716;
}
.xl\:hover\:border-white:hover {
border-color: #ffffff;
}
.xl\:hover\:border-green-darker:hover {
border-color: #007129;
}
.xl\:hover\:border-green-dark:hover {
border-color: #029F3B;
}
.xl\:hover\:border-green:hover {
border-color: #00AC3E;
}
.xl\:hover\:border-green-bright:hover {
border-color: #08cd4f;
}
.xl\:hover\:border-gray-100:hover {
border-color: #edeeee;
}
.xl\:hover\:border-gray-200:hover {
border-color: #cbcece;
}
.xl\:hover\:border-gray-300:hover {
border-color: #a9adad;
}
.xl\:hover\:border-gray-400:hover {
border-color: #868c8c;
}
.xl\:hover\:border-gray-500:hover {
border-color: #535c5c;
}
.xl\:hover\:border-gray-600:hover {
border-color: #3a4040;
}
.xl\:hover\:border-gray-700:hover {
border-color: #313737;
}
.xl\:hover\:border-gray-800:hover {
border-color: #212424;
}
.xl\:hover\:border-gray-900:hover {
border-color: #131716;
}
.xl\:hover\:border-red-100:hover {
border-color: #fff5f5;
}
.xl\:hover\:border-red-500:hover {
border-color: #f56565;
}
.xl\:hover\:border-red-900:hover {
border-color: #742a2a;
}
.group:hover .xl\:group-hover\:border-transparent {
border-color: transparent;
}
.group:hover .xl\:group-hover\:border-inherit {
border-color: inherit;
}
.group:hover .xl\:group-hover\:border-black {
border-color: #131716;
}
.group:hover .xl\:group-hover\:border-white {
border-color: #ffffff;
}
.group:hover .xl\:group-hover\:border-green-darker {
border-color: #007129;
}
.group:hover .xl\:group-hover\:border-green-dark {
border-color: #029F3B;
}
.group:hover .xl\:group-hover\:border-green {
border-color: #00AC3E;
}
.group:hover .xl\:group-hover\:border-green-bright {
border-color: #08cd4f;
}
.group:hover .xl\:group-hover\:border-gray-100 {
border-color: #edeeee;
}
.group:hover .xl\:group-hover\:border-gray-200 {
border-color: #cbcece;
}
.group:hover .xl\:group-hover\:border-gray-300 {
border-color: #a9adad;
}
.group:hover .xl\:group-hover\:border-gray-400 {
border-color: #868c8c;
}
.group:hover .xl\:group-hover\:border-gray-500 {
border-color: #535c5c;
}
.group:hover .xl\:group-hover\:border-gray-600 {
border-color: #3a4040;
}
.group:hover .xl\:group-hover\:border-gray-700 {
border-color: #313737;
}
.group:hover .xl\:group-hover\:border-gray-800 {
border-color: #212424;
}
.group:hover .xl\:group-hover\:border-gray-900 {
border-color: #131716;
}
.group:hover .xl\:group-hover\:border-red-100 {
border-color: #fff5f5;
}
.group:hover .xl\:group-hover\:border-red-500 {
border-color: #f56565;
}
.group:hover .xl\:group-hover\:border-red-900 {
border-color: #742a2a;
}
.xl\:focus\:border-transparent:focus {
border-color: transparent;
}
.xl\:focus\:border-inherit:focus {
border-color: inherit;
}
.xl\:focus\:border-black:focus {
border-color: #131716;
}
.xl\:focus\:border-white:focus {
border-color: #ffffff;
}
.xl\:focus\:border-green-darker:focus {
border-color: #007129;
}
.xl\:focus\:border-green-dark:focus {
border-color: #029F3B;
}
.xl\:focus\:border-green:focus {
border-color: #00AC3E;
}
.xl\:focus\:border-green-bright:focus {
border-color: #08cd4f;
}
.xl\:focus\:border-gray-100:focus {
border-color: #edeeee;
}
.xl\:focus\:border-gray-200:focus {
border-color: #cbcece;
}
.xl\:focus\:border-gray-300:focus {
border-color: #a9adad;
}
.xl\:focus\:border-gray-400:focus {
border-color: #868c8c;
}
.xl\:focus\:border-gray-500:focus {
border-color: #535c5c;
}
.xl\:focus\:border-gray-600:focus {
border-color: #3a4040;
}
.xl\:focus\:border-gray-700:focus {
border-color: #313737;
}
.xl\:focus\:border-gray-800:focus {
border-color: #212424;
}
.xl\:focus\:border-gray-900:focus {
border-color: #131716;
}
.xl\:focus\:border-red-100:focus {
border-color: #fff5f5;
}
.xl\:focus\:border-red-500:focus {
border-color: #f56565;
}
.xl\:focus\:border-red-900:focus {
border-color: #742a2a;
}
.xl\:rounded-none {
border-radius: 0;
}
.xl\:rounded-sm {
border-radius: 0.125rem;
}
.xl\:rounded {
border-radius: 0.25rem;
}
.xl\:rounded-lg {
border-radius: 0.5rem;
}
.xl\:rounded-full {
border-radius: 9999px;
}
.xl\:rounded-t-none {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.xl\:rounded-r-none {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.xl\:rounded-b-none {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.xl\:rounded-l-none {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.xl\:rounded-t-sm {
border-top-left-radius: 0.125rem;
border-top-right-radius: 0.125rem;
}
.xl\:rounded-r-sm {
border-top-right-radius: 0.125rem;
border-bottom-right-radius: 0.125rem;
}
.xl\:rounded-b-sm {
border-bottom-right-radius: 0.125rem;
border-bottom-left-radius: 0.125rem;
}
.xl\:rounded-l-sm {
border-top-left-radius: 0.125rem;
border-bottom-left-radius: 0.125rem;
}
.xl\:rounded-t {
border-top-left-radius: 0.25rem;
border-top-right-radius: 0.25rem;
}
.xl\:rounded-r {
border-top-right-radius: 0.25rem;
border-bottom-right-radius: 0.25rem;
}
.xl\:rounded-b {
border-bottom-right-radius: 0.25rem;
border-bottom-left-radius: 0.25rem;
}
.xl\:rounded-l {
border-top-left-radius: 0.25rem;
border-bottom-left-radius: 0.25rem;
}
.xl\:rounded-t-lg {
border-top-left-radius: 0.5rem;
border-top-right-radius: 0.5rem;
}
.xl\:rounded-r-lg {
border-top-right-radius: 0.5rem;
border-bottom-right-radius: 0.5rem;
}
.xl\:rounded-b-lg {
border-bottom-right-radius: 0.5rem;
border-bottom-left-radius: 0.5rem;
}
.xl\:rounded-l-lg {
border-top-left-radius: 0.5rem;
border-bottom-left-radius: 0.5rem;
}
.xl\:rounded-t-full {
border-top-left-radius: 9999px;
border-top-right-radius: 9999px;
}
.xl\:rounded-r-full {
border-top-right-radius: 9999px;
border-bottom-right-radius: 9999px;
}
.xl\:rounded-b-full {
border-bottom-right-radius: 9999px;
border-bottom-left-radius: 9999px;
}
.xl\:rounded-l-full {
border-top-left-radius: 9999px;
border-bottom-left-radius: 9999px;
}
.xl\:rounded-tl-none {
border-top-left-radius: 0;
}
.xl\:rounded-tr-none {
border-top-right-radius: 0;
}
.xl\:rounded-br-none {
border-bottom-right-radius: 0;
}
.xl\:rounded-bl-none {
border-bottom-left-radius: 0;
}
.xl\:rounded-tl-sm {
border-top-left-radius: 0.125rem;
}
.xl\:rounded-tr-sm {
border-top-right-radius: 0.125rem;
}
.xl\:rounded-br-sm {
border-bottom-right-radius: 0.125rem;
}
.xl\:rounded-bl-sm {
border-bottom-left-radius: 0.125rem;
}
.xl\:rounded-tl {
border-top-left-radius: 0.25rem;
}
.xl\:rounded-tr {
border-top-right-radius: 0.25rem;
}
.xl\:rounded-br {
border-bottom-right-radius: 0.25rem;
}
.xl\:rounded-bl {
border-bottom-left-radius: 0.25rem;
}
.xl\:rounded-tl-lg {
border-top-left-radius: 0.5rem;
}
.xl\:rounded-tr-lg {
border-top-right-radius: 0.5rem;
}
.xl\:rounded-br-lg {
border-bottom-right-radius: 0.5rem;
}
.xl\:rounded-bl-lg {
border-bottom-left-radius: 0.5rem;
}
.xl\:rounded-tl-full {
border-top-left-radius: 9999px;
}
.xl\:rounded-tr-full {
border-top-right-radius: 9999px;
}
.xl\:rounded-br-full {
border-bottom-right-radius: 9999px;
}
.xl\:rounded-bl-full {
border-bottom-left-radius: 9999px;
}
.xl\:border-solid {
border-style: solid;
}
.xl\:border-dashed {
border-style: dashed;
}
.xl\:border-dotted {
border-style: dotted;
}
.xl\:border-none {
border-style: none;
}
.xl\:border-0 {
border-width: 0;
}
.xl\:border-2 {
border-width: 2px;
}
.xl\:border-4 {
border-width: 4px;
}
.xl\:border-8 {
border-width: 8px;
}
.xl\:border {
border-width: 1px;
}
.xl\:border-t-0 {
border-top-width: 0;
}
.xl\:border-r-0 {
border-right-width: 0;
}
.xl\:border-b-0 {
border-bottom-width: 0;
}
.xl\:border-l-0 {
border-left-width: 0;
}
.xl\:border-t-2 {
border-top-width: 2px;
}
.xl\:border-r-2 {
border-right-width: 2px;
}
.xl\:border-b-2 {
border-bottom-width: 2px;
}
.xl\:border-l-2 {
border-left-width: 2px;
}
.xl\:border-t-4 {
border-top-width: 4px;
}
.xl\:border-r-4 {
border-right-width: 4px;
}
.xl\:border-b-4 {
border-bottom-width: 4px;
}
.xl\:border-l-4 {
border-left-width: 4px;
}
.xl\:border-t-8 {
border-top-width: 8px;
}
.xl\:border-r-8 {
border-right-width: 8px;
}
.xl\:border-b-8 {
border-bottom-width: 8px;
}
.xl\:border-l-8 {
border-left-width: 8px;
}
.xl\:border-t {
border-top-width: 1px;
}
.xl\:border-r {
border-right-width: 1px;
}
.xl\:border-b {
border-bottom-width: 1px;
}
.xl\:border-l {
border-left-width: 1px;
}
.xl\:cursor-auto {
cursor: auto;
}
.xl\:cursor-default {
cursor: default;
}
.xl\:cursor-pointer {
cursor: pointer;
}
.xl\:cursor-wait {
cursor: wait;
}
.xl\:cursor-text {
cursor: text;
}
.xl\:cursor-move {
cursor: move;
}
.xl\:cursor-not-allowed {
cursor: not-allowed;
}
.xl\:block {
display: block;
}
.xl\:inline-block {
display: inline-block;
}
.xl\:inline {
display: inline;
}
.xl\:flex {
display: flex;
}
.xl\:inline-flex {
display: inline-flex;
}
.xl\:table {
display: table;
}
.xl\:table-row {
display: table-row;
}
.xl\:table-cell {
display: table-cell;
}
.xl\:hidden {
display: none;
}
.group:hover .xl\:group-hover\:block {
display: block;
}
.group:hover .xl\:group-hover\:inline-block {
display: inline-block;
}
.group:hover .xl\:group-hover\:inline {
display: inline;
}
.group:hover .xl\:group-hover\:flex {
display: flex;
}
.group:hover .xl\:group-hover\:inline-flex {
display: inline-flex;
}
.group:hover .xl\:group-hover\:table {
display: table;
}
.group:hover .xl\:group-hover\:table-row {
display: table-row;
}
.group:hover .xl\:group-hover\:table-cell {
display: table-cell;
}
.group:hover .xl\:group-hover\:hidden {
display: none;
}
.xl\:flex-row {
flex-direction: row;
}
.xl\:flex-row-reverse {
flex-direction: row-reverse;
}
.xl\:flex-col {
flex-direction: column;
}
.xl\:flex-col-reverse {
flex-direction: column-reverse;
}
.xl\:flex-wrap {
flex-wrap: wrap;
}
.xl\:flex-wrap-reverse {
flex-wrap: wrap-reverse;
}
.xl\:flex-no-wrap {
flex-wrap: nowrap;
}
.xl\:items-start {
align-items: flex-start;
}
.xl\:items-end {
align-items: flex-end;
}
.xl\:items-center {
align-items: center;
}
.xl\:items-baseline {
align-items: baseline;
}
.xl\:items-stretch {
align-items: stretch;
}
.xl\:self-auto {
align-self: auto;
}
.xl\:self-start {
align-self: flex-start;
}
.xl\:self-end {
align-self: flex-end;
}
.xl\:self-center {
align-self: center;
}
.xl\:self-stretch {
align-self: stretch;
}
.xl\:justify-start {
justify-content: flex-start;
}
.xl\:justify-end {
justify-content: flex-end;
}
.xl\:justify-center {
justify-content: center;
}
.xl\:justify-between {
justify-content: space-between;
}
.xl\:justify-around {
justify-content: space-around;
}
.xl\:hover\:justify-start:hover {
justify-content: flex-start;
}
.xl\:hover\:justify-end:hover {
justify-content: flex-end;
}
.xl\:hover\:justify-center:hover {
justify-content: center;
}
.xl\:hover\:justify-between:hover {
justify-content: space-between;
}
.xl\:hover\:justify-around:hover {
justify-content: space-around;
}
.xl\:focus\:justify-start:focus {
justify-content: flex-start;
}
.xl\:focus\:justify-end:focus {
justify-content: flex-end;
}
.xl\:focus\:justify-center:focus {
justify-content: center;
}
.xl\:focus\:justify-between:focus {
justify-content: space-between;
}
.xl\:focus\:justify-around:focus {
justify-content: space-around;
}
.group:hover .xl\:group-hover\:justify-start {
justify-content: flex-start;
}
.group:hover .xl\:group-hover\:justify-end {
justify-content: flex-end;
}
.group:hover .xl\:group-hover\:justify-center {
justify-content: center;
}
.group:hover .xl\:group-hover\:justify-between {
justify-content: space-between;
}
.group:hover .xl\:group-hover\:justify-around {
justify-content: space-around;
}
.xl\:content-center {
align-content: center;
}
.xl\:content-start {
align-content: flex-start;
}
.xl\:content-end {
align-content: flex-end;
}
.xl\:content-between {
align-content: space-between;
}
.xl\:content-around {
align-content: space-around;
}
.xl\:flex-1 {
flex: 1 1 0%;
}
.xl\:flex-auto {
flex: 1 1 auto;
}
.xl\:flex-initial {
flex: 0 1 auto;
}
.xl\:flex-none {
flex: none;
}
.xl\:flex-grow-0 {
flex-grow: 0;
}
.xl\:flex-grow {
flex-grow: 1;
}
.xl\:flex-shrink-0 {
flex-shrink: 0;
}
.xl\:flex-shrink {
flex-shrink: 1;
}
.xl\:order-1 {
order: 1;
}
.xl\:order-2 {
order: 2;
}
.xl\:order-3 {
order: 3;
}
.xl\:order-4 {
order: 4;
}
.xl\:order-5 {
order: 5;
}
.xl\:order-6 {
order: 6;
}
.xl\:order-7 {
order: 7;
}
.xl\:order-8 {
order: 8;
}
.xl\:order-9 {
order: 9;
}
.xl\:order-10 {
order: 10;
}
.xl\:order-11 {
order: 11;
}
.xl\:order-12 {
order: 12;
}
.xl\:order-first {
order: -9999;
}
.xl\:order-last {
order: 9999;
}
.xl\:order-none {
order: 0;
}
.xl\:float-right {
float: right;
}
.xl\:float-left {
float: left;
}
.xl\:float-none {
float: none;
}
.xl\:clearfix:after {
content: "";
display: table;
clear: both;
}
.xl\:font-sans {
font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
}
.xl\:font-serif {
font-family: Sentinel A, Sentinel B, Bookman Old Style Regular, serif;
}
.xl\:font-hairline {
font-weight: 100;
}
.xl\:font-thin {
font-weight: 200;
}
.xl\:font-light {
font-weight: 300;
}
.xl\:font-normal {
font-weight: 400;
}
.xl\:font-medium {
font-weight: 500;
}
.xl\:font-semibold {
font-weight: 600;
}
.xl\:font-bold {
font-weight: 700;
}
.xl\:font-extrabold {
font-weight: 800;
}
.xl\:font-black {
font-weight: 900;
}
.xl\:hover\:font-hairline:hover {
font-weight: 100;
}
.xl\:hover\:font-thin:hover {
font-weight: 200;
}
.xl\:hover\:font-light:hover {
font-weight: 300;
}
.xl\:hover\:font-normal:hover {
font-weight: 400;
}
.xl\:hover\:font-medium:hover {
font-weight: 500;
}
.xl\:hover\:font-semibold:hover {
font-weight: 600;
}
.xl\:hover\:font-bold:hover {
font-weight: 700;
}
.xl\:hover\:font-extrabold:hover {
font-weight: 800;
}
.xl\:hover\:font-black:hover {
font-weight: 900;
}
.xl\:focus\:font-hairline:focus {
font-weight: 100;
}
.xl\:focus\:font-thin:focus {
font-weight: 200;
}
.xl\:focus\:font-light:focus {
font-weight: 300;
}
.xl\:focus\:font-normal:focus {
font-weight: 400;
}
.xl\:focus\:font-medium:focus {
font-weight: 500;
}
.xl\:focus\:font-semibold:focus {
font-weight: 600;
}
.xl\:focus\:font-bold:focus {
font-weight: 700;
}
.xl\:focus\:font-extrabold:focus {
font-weight: 800;
}
.xl\:focus\:font-black:focus {
font-weight: 900;
}
.xl\:h-0 {
height: 0;
}
.xl\:h-1 {
height: 0.25rem;
}
.xl\:h-2 {
height: 0.5rem;
}
.xl\:h-3 {
height: 0.75rem;
}
.xl\:h-4 {
height: 1rem;
}
.xl\:h-5 {
height: 1.25rem;
}
.xl\:h-6 {
height: 1.5rem;
}
.xl\:h-8 {
height: 2rem;
}
.xl\:h-10 {
height: 2.5rem;
}
.xl\:h-12 {
height: 3rem;
}
.xl\:h-16 {
height: 4rem;
}
.xl\:h-20 {
height: 5rem;
}
.xl\:h-24 {
height: 6rem;
}
.xl\:h-32 {
height: 8rem;
}
.xl\:h-40 {
height: 10rem;
}
.xl\:h-48 {
height: 12rem;
}
.xl\:h-56 {
height: 14rem;
}
.xl\:h-64 {
height: 16rem;
}
.xl\:h-360 {
height: 90rem;
}
.xl\:h-auto {
height: auto;
}
.xl\:h-px {
height: 1px;
}
.xl\:h-full {
height: 100%;
}
.xl\:h-screen {
height: 100vh;
}
.xl\:leading-none {
line-height: 1;
}
.xl\:leading-tight {
line-height: 1.25;
}
.xl\:leading-snug {
line-height: 1.375;
}
.xl\:leading-normal {
line-height: 1.5;
}
.xl\:leading-relaxed {
line-height: 1.625;
}
.xl\:leading-loose {
line-height: 2;
}
.xl\:list-inside {
list-style-position: inside;
}
.xl\:list-outside {
list-style-position: outside;
}
.xl\:list-none {
list-style-type: none;
}
.xl\:list-disc {
list-style-type: disc;
}
.xl\:list-decimal {
list-style-type: decimal;
}
.xl\:m-0 {
margin: 0;
}
.xl\:m-1 {
margin: 0.25rem;
}
.xl\:m-2 {
margin: 0.5rem;
}
.xl\:m-3 {
margin: 0.75rem;
}
.xl\:m-4 {
margin: 1rem;
}
.xl\:m-5 {
margin: 1.25rem;
}
.xl\:m-6 {
margin: 1.5rem;
}
.xl\:m-8 {
margin: 2rem;
}
.xl\:m-10 {
margin: 2.5rem;
}
.xl\:m-12 {
margin: 3rem;
}
.xl\:m-16 {
margin: 4rem;
}
.xl\:m-20 {
margin: 5rem;
}
.xl\:m-24 {
margin: 6rem;
}
.xl\:m-32 {
margin: 8rem;
}
.xl\:m-40 {
margin: 10rem;
}
.xl\:m-48 {
margin: 12rem;
}
.xl\:m-56 {
margin: 14rem;
}
.xl\:m-64 {
margin: 16rem;
}
.xl\:m-360 {
margin: 90rem;
}
.xl\:m-auto {
margin: auto;
}
.xl\:m-px {
margin: 1px;
}
.xl\:-m-1 {
margin: -0.25rem;
}
.xl\:-m-2 {
margin: -0.5rem;
}
.xl\:-m-3 {
margin: -0.75rem;
}
.xl\:-m-4 {
margin: -1rem;
}
.xl\:-m-5 {
margin: -1.25rem;
}
.xl\:-m-6 {
margin: -1.5rem;
}
.xl\:-m-8 {
margin: -2rem;
}
.xl\:-m-10 {
margin: -2.5rem;
}
.xl\:-m-12 {
margin: -3rem;
}
.xl\:-m-16 {
margin: -4rem;
}
.xl\:-m-20 {
margin: -5rem;
}
.xl\:-m-24 {
margin: -6rem;
}
.xl\:-m-32 {
margin: -8rem;
}
.xl\:-m-40 {
margin: -10rem;
}
.xl\:-m-48 {
margin: -12rem;
}
.xl\:-m-56 {
margin: -14rem;
}
.xl\:-m-64 {
margin: -16rem;
}
.xl\:-m-360 {
margin: -90rem;
}
.xl\:-m-px {
margin: -1px;
}
.xl\:my-0 {
margin-top: 0;
margin-bottom: 0;
}
.xl\:mx-0 {
margin-left: 0;
margin-right: 0;
}
.xl\:my-1 {
margin-top: 0.25rem;
margin-bottom: 0.25rem;
}
.xl\:mx-1 {
margin-left: 0.25rem;
margin-right: 0.25rem;
}
.xl\:my-2 {
margin-top: 0.5rem;
margin-bottom: 0.5rem;
}
.xl\:mx-2 {
margin-left: 0.5rem;
margin-right: 0.5rem;
}
.xl\:my-3 {
margin-top: 0.75rem;
margin-bottom: 0.75rem;
}
.xl\:mx-3 {
margin-left: 0.75rem;
margin-right: 0.75rem;
}
.xl\:my-4 {
margin-top: 1rem;
margin-bottom: 1rem;
}
.xl\:mx-4 {
margin-left: 1rem;
margin-right: 1rem;
}
.xl\:my-5 {
margin-top: 1.25rem;
margin-bottom: 1.25rem;
}
.xl\:mx-5 {
margin-left: 1.25rem;
margin-right: 1.25rem;
}
.xl\:my-6 {
margin-top: 1.5rem;
margin-bottom: 1.5rem;
}
.xl\:mx-6 {
margin-left: 1.5rem;
margin-right: 1.5rem;
}
.xl\:my-8 {
margin-top: 2rem;
margin-bottom: 2rem;
}
.xl\:mx-8 {
margin-left: 2rem;
margin-right: 2rem;
}
.xl\:my-10 {
margin-top: 2.5rem;
margin-bottom: 2.5rem;
}
.xl\:mx-10 {
margin-left: 2.5rem;
margin-right: 2.5rem;
}
.xl\:my-12 {
margin-top: 3rem;
margin-bottom: 3rem;
}
.xl\:mx-12 {
margin-left: 3rem;
margin-right: 3rem;
}
.xl\:my-16 {
margin-top: 4rem;
margin-bottom: 4rem;
}
.xl\:mx-16 {
margin-left: 4rem;
margin-right: 4rem;
}
.xl\:my-20 {
margin-top: 5rem;
margin-bottom: 5rem;
}
.xl\:mx-20 {
margin-left: 5rem;
margin-right: 5rem;
}
.xl\:my-24 {
margin-top: 6rem;
margin-bottom: 6rem;
}
.xl\:mx-24 {
margin-left: 6rem;
margin-right: 6rem;
}
.xl\:my-32 {
margin-top: 8rem;
margin-bottom: 8rem;
}
.xl\:mx-32 {
margin-left: 8rem;
margin-right: 8rem;
}
.xl\:my-40 {
margin-top: 10rem;
margin-bottom: 10rem;
}
.xl\:mx-40 {
margin-left: 10rem;
margin-right: 10rem;
}
.xl\:my-48 {
margin-top: 12rem;
margin-bottom: 12rem;
}
.xl\:mx-48 {
margin-left: 12rem;
margin-right: 12rem;
}
.xl\:my-56 {
margin-top: 14rem;
margin-bottom: 14rem;
}
.xl\:mx-56 {
margin-left: 14rem;
margin-right: 14rem;
}
.xl\:my-64 {
margin-top: 16rem;
margin-bottom: 16rem;
}
.xl\:mx-64 {
margin-left: 16rem;
margin-right: 16rem;
}
.xl\:my-360 {
margin-top: 90rem;
margin-bottom: 90rem;
}
.xl\:mx-360 {
margin-left: 90rem;
margin-right: 90rem;
}
.xl\:my-auto {
margin-top: auto;
margin-bottom: auto;
}
.xl\:mx-auto {
margin-left: auto;
margin-right: auto;
}
.xl\:my-px {
margin-top: 1px;
margin-bottom: 1px;
}
.xl\:mx-px {
margin-left: 1px;
margin-right: 1px;
}
.xl\:-my-1 {
margin-top: -0.25rem;
margin-bottom: -0.25rem;
}
.xl\:-mx-1 {
margin-left: -0.25rem;
margin-right: -0.25rem;
}
.xl\:-my-2 {
margin-top: -0.5rem;
margin-bottom: -0.5rem;
}
.xl\:-mx-2 {
margin-left: -0.5rem;
margin-right: -0.5rem;
}
.xl\:-my-3 {
margin-top: -0.75rem;
margin-bottom: -0.75rem;
}
.xl\:-mx-3 {
margin-left: -0.75rem;
margin-right: -0.75rem;
}
.xl\:-my-4 {
margin-top: -1rem;
margin-bottom: -1rem;
}
.xl\:-mx-4 {
margin-left: -1rem;
margin-right: -1rem;
}
.xl\:-my-5 {
margin-top: -1.25rem;
margin-bottom: -1.25rem;
}
.xl\:-mx-5 {
margin-left: -1.25rem;
margin-right: -1.25rem;
}
.xl\:-my-6 {
margin-top: -1.5rem;
margin-bottom: -1.5rem;
}
.xl\:-mx-6 {
margin-left: -1.5rem;
margin-right: -1.5rem;
}
.xl\:-my-8 {
margin-top: -2rem;
margin-bottom: -2rem;
}
.xl\:-mx-8 {
margin-left: -2rem;
margin-right: -2rem;
}
.xl\:-my-10 {
margin-top: -2.5rem;
margin-bottom: -2.5rem;
}
.xl\:-mx-10 {
margin-left: -2.5rem;
margin-right: -2.5rem;
}
.xl\:-my-12 {
margin-top: -3rem;
margin-bottom: -3rem;
}
.xl\:-mx-12 {
margin-left: -3rem;
margin-right: -3rem;
}
.xl\:-my-16 {
margin-top: -4rem;
margin-bottom: -4rem;
}
.xl\:-mx-16 {
margin-left: -4rem;
margin-right: -4rem;
}
.xl\:-my-20 {
margin-top: -5rem;
margin-bottom: -5rem;
}
.xl\:-mx-20 {
margin-left: -5rem;
margin-right: -5rem;
}
.xl\:-my-24 {
margin-top: -6rem;
margin-bottom: -6rem;
}
.xl\:-mx-24 {
margin-left: -6rem;
margin-right: -6rem;
}
.xl\:-my-32 {
margin-top: -8rem;
margin-bottom: -8rem;
}
.xl\:-mx-32 {
margin-left: -8rem;
margin-right: -8rem;
}
.xl\:-my-40 {
margin-top: -10rem;
margin-bottom: -10rem;
}
.xl\:-mx-40 {
margin-left: -10rem;
margin-right: -10rem;
}
.xl\:-my-48 {
margin-top: -12rem;
margin-bottom: -12rem;
}
.xl\:-mx-48 {
margin-left: -12rem;
margin-right: -12rem;
}
.xl\:-my-56 {
margin-top: -14rem;
margin-bottom: -14rem;
}
.xl\:-mx-56 {
margin-left: -14rem;
margin-right: -14rem;
}
.xl\:-my-64 {
margin-top: -16rem;
margin-bottom: -16rem;
}
.xl\:-mx-64 {
margin-left: -16rem;
margin-right: -16rem;
}
.xl\:-my-360 {
margin-top: -90rem;
margin-bottom: -90rem;
}
.xl\:-mx-360 {
margin-left: -90rem;
margin-right: -90rem;
}
.xl\:-my-px {
margin-top: -1px;
margin-bottom: -1px;
}
.xl\:-mx-px {
margin-left: -1px;
margin-right: -1px;
}
.xl\:mt-0 {
margin-top: 0;
}
.xl\:mr-0 {
margin-right: 0;
}
.xl\:mb-0 {
margin-bottom: 0;
}
.xl\:ml-0 {
margin-left: 0;
}
.xl\:mt-1 {
margin-top: 0.25rem;
}
.xl\:mr-1 {
margin-right: 0.25rem;
}
.xl\:mb-1 {
margin-bottom: 0.25rem;
}
.xl\:ml-1 {
margin-left: 0.25rem;
}
.xl\:mt-2 {
margin-top: 0.5rem;
}
.xl\:mr-2 {
margin-right: 0.5rem;
}
.xl\:mb-2 {
margin-bottom: 0.5rem;
}
.xl\:ml-2 {
margin-left: 0.5rem;
}
.xl\:mt-3 {
margin-top: 0.75rem;
}
.xl\:mr-3 {
margin-right: 0.75rem;
}
.xl\:mb-3 {
margin-bottom: 0.75rem;
}
.xl\:ml-3 {
margin-left: 0.75rem;
}
.xl\:mt-4 {
margin-top: 1rem;
}
.xl\:mr-4 {
margin-right: 1rem;
}
.xl\:mb-4 {
margin-bottom: 1rem;
}
.xl\:ml-4 {
margin-left: 1rem;
}
.xl\:mt-5 {
margin-top: 1.25rem;
}
.xl\:mr-5 {
margin-right: 1.25rem;
}
.xl\:mb-5 {
margin-bottom: 1.25rem;
}
.xl\:ml-5 {
margin-left: 1.25rem;
}
.xl\:mt-6 {
margin-top: 1.5rem;
}
.xl\:mr-6 {
margin-right: 1.5rem;
}
.xl\:mb-6 {
margin-bottom: 1.5rem;
}
.xl\:ml-6 {
margin-left: 1.5rem;
}
.xl\:mt-8 {
margin-top: 2rem;
}
.xl\:mr-8 {
margin-right: 2rem;
}
.xl\:mb-8 {
margin-bottom: 2rem;
}
.xl\:ml-8 {
margin-left: 2rem;
}
.xl\:mt-10 {
margin-top: 2.5rem;
}
.xl\:mr-10 {
margin-right: 2.5rem;
}
.xl\:mb-10 {
margin-bottom: 2.5rem;
}
.xl\:ml-10 {
margin-left: 2.5rem;
}
.xl\:mt-12 {
margin-top: 3rem;
}
.xl\:mr-12 {
margin-right: 3rem;
}
.xl\:mb-12 {
margin-bottom: 3rem;
}
.xl\:ml-12 {
margin-left: 3rem;
}
.xl\:mt-16 {
margin-top: 4rem;
}
.xl\:mr-16 {
margin-right: 4rem;
}
.xl\:mb-16 {
margin-bottom: 4rem;
}
.xl\:ml-16 {
margin-left: 4rem;
}
.xl\:mt-20 {
margin-top: 5rem;
}
.xl\:mr-20 {
margin-right: 5rem;
}
.xl\:mb-20 {
margin-bottom: 5rem;
}
.xl\:ml-20 {
margin-left: 5rem;
}
.xl\:mt-24 {
margin-top: 6rem;
}
.xl\:mr-24 {
margin-right: 6rem;
}
.xl\:mb-24 {
margin-bottom: 6rem;
}
.xl\:ml-24 {
margin-left: 6rem;
}
.xl\:mt-32 {
margin-top: 8rem;
}
.xl\:mr-32 {
margin-right: 8rem;
}
.xl\:mb-32 {
margin-bottom: 8rem;
}
.xl\:ml-32 {
margin-left: 8rem;
}
.xl\:mt-40 {
margin-top: 10rem;
}
.xl\:mr-40 {
margin-right: 10rem;
}
.xl\:mb-40 {
margin-bottom: 10rem;
}
.xl\:ml-40 {
margin-left: 10rem;
}
.xl\:mt-48 {
margin-top: 12rem;
}
.xl\:mr-48 {
margin-right: 12rem;
}
.xl\:mb-48 {
margin-bottom: 12rem;
}
.xl\:ml-48 {
margin-left: 12rem;
}
.xl\:mt-56 {
margin-top: 14rem;
}
.xl\:mr-56 {
margin-right: 14rem;
}
.xl\:mb-56 {
margin-bottom: 14rem;
}
.xl\:ml-56 {
margin-left: 14rem;
}
.xl\:mt-64 {
margin-top: 16rem;
}
.xl\:mr-64 {
margin-right: 16rem;
}
.xl\:mb-64 {
margin-bottom: 16rem;
}
.xl\:ml-64 {
margin-left: 16rem;
}
.xl\:mt-360 {
margin-top: 90rem;
}
.xl\:mr-360 {
margin-right: 90rem;
}
.xl\:mb-360 {
margin-bottom: 90rem;
}
.xl\:ml-360 {
margin-left: 90rem;
}
.xl\:mt-auto {
margin-top: auto;
}
.xl\:mr-auto {
margin-right: auto;
}
.xl\:mb-auto {
margin-bottom: auto;
}
.xl\:ml-auto {
margin-left: auto;
}
.xl\:mt-px {
margin-top: 1px;
}
.xl\:mr-px {
margin-right: 1px;
}
.xl\:mb-px {
margin-bottom: 1px;
}
.xl\:ml-px {
margin-left: 1px;
}
.xl\:-mt-1 {
margin-top: -0.25rem;
}
.xl\:-mr-1 {
margin-right: -0.25rem;
}
.xl\:-mb-1 {
margin-bottom: -0.25rem;
}
.xl\:-ml-1 {
margin-left: -0.25rem;
}
.xl\:-mt-2 {
margin-top: -0.5rem;
}
.xl\:-mr-2 {
margin-right: -0.5rem;
}
.xl\:-mb-2 {
margin-bottom: -0.5rem;
}
.xl\:-ml-2 {
margin-left: -0.5rem;
}
.xl\:-mt-3 {
margin-top: -0.75rem;
}
.xl\:-mr-3 {
margin-right: -0.75rem;
}
.xl\:-mb-3 {
margin-bottom: -0.75rem;
}
.xl\:-ml-3 {
margin-left: -0.75rem;
}
.xl\:-mt-4 {
margin-top: -1rem;
}
.xl\:-mr-4 {
margin-right: -1rem;
}
.xl\:-mb-4 {
margin-bottom: -1rem;
}
.xl\:-ml-4 {
margin-left: -1rem;
}
.xl\:-mt-5 {
margin-top: -1.25rem;
}
.xl\:-mr-5 {
margin-right: -1.25rem;
}
.xl\:-mb-5 {
margin-bottom: -1.25rem;
}
.xl\:-ml-5 {
margin-left: -1.25rem;
}
.xl\:-mt-6 {
margin-top: -1.5rem;
}
.xl\:-mr-6 {
margin-right: -1.5rem;
}
.xl\:-mb-6 {
margin-bottom: -1.5rem;
}
.xl\:-ml-6 {
margin-left: -1.5rem;
}
.xl\:-mt-8 {
margin-top: -2rem;
}
.xl\:-mr-8 {
margin-right: -2rem;
}
.xl\:-mb-8 {
margin-bottom: -2rem;
}
.xl\:-ml-8 {
margin-left: -2rem;
}
.xl\:-mt-10 {
margin-top: -2.5rem;
}
.xl\:-mr-10 {
margin-right: -2.5rem;
}
.xl\:-mb-10 {
margin-bottom: -2.5rem;
}
.xl\:-ml-10 {
margin-left: -2.5rem;
}
.xl\:-mt-12 {
margin-top: -3rem;
}
.xl\:-mr-12 {
margin-right: -3rem;
}
.xl\:-mb-12 {
margin-bottom: -3rem;
}
.xl\:-ml-12 {
margin-left: -3rem;
}
.xl\:-mt-16 {
margin-top: -4rem;
}
.xl\:-mr-16 {
margin-right: -4rem;
}
.xl\:-mb-16 {
margin-bottom: -4rem;
}
.xl\:-ml-16 {
margin-left: -4rem;
}
.xl\:-mt-20 {
margin-top: -5rem;
}
.xl\:-mr-20 {
margin-right: -5rem;
}
.xl\:-mb-20 {
margin-bottom: -5rem;
}
.xl\:-ml-20 {
margin-left: -5rem;
}
.xl\:-mt-24 {
margin-top: -6rem;
}
.xl\:-mr-24 {
margin-right: -6rem;
}
.xl\:-mb-24 {
margin-bottom: -6rem;
}
.xl\:-ml-24 {
margin-left: -6rem;
}
.xl\:-mt-32 {
margin-top: -8rem;
}
.xl\:-mr-32 {
margin-right: -8rem;
}
.xl\:-mb-32 {
margin-bottom: -8rem;
}
.xl\:-ml-32 {
margin-left: -8rem;
}
.xl\:-mt-40 {
margin-top: -10rem;
}
.xl\:-mr-40 {
margin-right: -10rem;
}
.xl\:-mb-40 {
margin-bottom: -10rem;
}
.xl\:-ml-40 {
margin-left: -10rem;
}
.xl\:-mt-48 {
margin-top: -12rem;
}
.xl\:-mr-48 {
margin-right: -12rem;
}
.xl\:-mb-48 {
margin-bottom: -12rem;
}
.xl\:-ml-48 {
margin-left: -12rem;
}
.xl\:-mt-56 {
margin-top: -14rem;
}
.xl\:-mr-56 {
margin-right: -14rem;
}
.xl\:-mb-56 {
margin-bottom: -14rem;
}
.xl\:-ml-56 {
margin-left: -14rem;
}
.xl\:-mt-64 {
margin-top: -16rem;
}
.xl\:-mr-64 {
margin-right: -16rem;
}
.xl\:-mb-64 {
margin-bottom: -16rem;
}
.xl\:-ml-64 {
margin-left: -16rem;
}
.xl\:-mt-360 {
margin-top: -90rem;
}
.xl\:-mr-360 {
margin-right: -90rem;
}
.xl\:-mb-360 {
margin-bottom: -90rem;
}
.xl\:-ml-360 {
margin-left: -90rem;
}
.xl\:-mt-px {
margin-top: -1px;
}
.xl\:-mr-px {
margin-right: -1px;
}
.xl\:-mb-px {
margin-bottom: -1px;
}
.xl\:-ml-px {
margin-left: -1px;
}
.xl\:hover\:m-0:hover {
margin: 0;
}
.xl\:hover\:m-1:hover {
margin: 0.25rem;
}
.xl\:hover\:m-2:hover {
margin: 0.5rem;
}
.xl\:hover\:m-3:hover {
margin: 0.75rem;
}
.xl\:hover\:m-4:hover {
margin: 1rem;
}
.xl\:hover\:m-5:hover {
margin: 1.25rem;
}
.xl\:hover\:m-6:hover {
margin: 1.5rem;
}
.xl\:hover\:m-8:hover {
margin: 2rem;
}
.xl\:hover\:m-10:hover {
margin: 2.5rem;
}
.xl\:hover\:m-12:hover {
margin: 3rem;
}
.xl\:hover\:m-16:hover {
margin: 4rem;
}
.xl\:hover\:m-20:hover {
margin: 5rem;
}
.xl\:hover\:m-24:hover {
margin: 6rem;
}
.xl\:hover\:m-32:hover {
margin: 8rem;
}
.xl\:hover\:m-40:hover {
margin: 10rem;
}
.xl\:hover\:m-48:hover {
margin: 12rem;
}
.xl\:hover\:m-56:hover {
margin: 14rem;
}
.xl\:hover\:m-64:hover {
margin: 16rem;
}
.xl\:hover\:m-360:hover {
margin: 90rem;
}
.xl\:hover\:m-auto:hover {
margin: auto;
}
.xl\:hover\:m-px:hover {
margin: 1px;
}
.xl\:hover\:-m-1:hover {
margin: -0.25rem;
}
.xl\:hover\:-m-2:hover {
margin: -0.5rem;
}
.xl\:hover\:-m-3:hover {
margin: -0.75rem;
}
.xl\:hover\:-m-4:hover {
margin: -1rem;
}
.xl\:hover\:-m-5:hover {
margin: -1.25rem;
}
.xl\:hover\:-m-6:hover {
margin: -1.5rem;
}
.xl\:hover\:-m-8:hover {
margin: -2rem;
}
.xl\:hover\:-m-10:hover {
margin: -2.5rem;
}
.xl\:hover\:-m-12:hover {
margin: -3rem;
}
.xl\:hover\:-m-16:hover {
margin: -4rem;
}
.xl\:hover\:-m-20:hover {
margin: -5rem;
}
.xl\:hover\:-m-24:hover {
margin: -6rem;
}
.xl\:hover\:-m-32:hover {
margin: -8rem;
}
.xl\:hover\:-m-40:hover {
margin: -10rem;
}
.xl\:hover\:-m-48:hover {
margin: -12rem;
}
.xl\:hover\:-m-56:hover {
margin: -14rem;
}
.xl\:hover\:-m-64:hover {
margin: -16rem;
}
.xl\:hover\:-m-360:hover {
margin: -90rem;
}
.xl\:hover\:-m-px:hover {
margin: -1px;
}
.xl\:hover\:my-0:hover {
margin-top: 0;
margin-bottom: 0;
}
.xl\:hover\:mx-0:hover {
margin-left: 0;
margin-right: 0;
}
.xl\:hover\:my-1:hover {
margin-top: 0.25rem;
margin-bottom: 0.25rem;
}
.xl\:hover\:mx-1:hover {
margin-left: 0.25rem;
margin-right: 0.25rem;
}
.xl\:hover\:my-2:hover {
margin-top: 0.5rem;
margin-bottom: 0.5rem;
}
.xl\:hover\:mx-2:hover {
margin-left: 0.5rem;
margin-right: 0.5rem;
}
.xl\:hover\:my-3:hover {
margin-top: 0.75rem;
margin-bottom: 0.75rem;
}
.xl\:hover\:mx-3:hover {
margin-left: 0.75rem;
margin-right: 0.75rem;
}
.xl\:hover\:my-4:hover {
margin-top: 1rem;
margin-bottom: 1rem;
}
.xl\:hover\:mx-4:hover {
margin-left: 1rem;
margin-right: 1rem;
}
.xl\:hover\:my-5:hover {
margin-top: 1.25rem;
margin-bottom: 1.25rem;
}
.xl\:hover\:mx-5:hover {
margin-left: 1.25rem;
margin-right: 1.25rem;
}
.xl\:hover\:my-6:hover {
margin-top: 1.5rem;
margin-bottom: 1.5rem;
}
.xl\:hover\:mx-6:hover {
margin-left: 1.5rem;
margin-right: 1.5rem;
}
.xl\:hover\:my-8:hover {
margin-top: 2rem;
margin-bottom: 2rem;
}
.xl\:hover\:mx-8:hover {
margin-left: 2rem;
margin-right: 2rem;
}
.xl\:hover\:my-10:hover {
margin-top: 2.5rem;
margin-bottom: 2.5rem;
}
.xl\:hover\:mx-10:hover {
margin-left: 2.5rem;
margin-right: 2.5rem;
}
.xl\:hover\:my-12:hover {
margin-top: 3rem;
margin-bottom: 3rem;
}
.xl\:hover\:mx-12:hover {
margin-left: 3rem;
margin-right: 3rem;
}
.xl\:hover\:my-16:hover {
margin-top: 4rem;
margin-bottom: 4rem;
}
.xl\:hover\:mx-16:hover {
margin-left: 4rem;
margin-right: 4rem;
}
.xl\:hover\:my-20:hover {
margin-top: 5rem;
margin-bottom: 5rem;
}
.xl\:hover\:mx-20:hover {
margin-left: 5rem;
margin-right: 5rem;
}
.xl\:hover\:my-24:hover {
margin-top: 6rem;
margin-bottom: 6rem;
}
.xl\:hover\:mx-24:hover {
margin-left: 6rem;
margin-right: 6rem;
}
.xl\:hover\:my-32:hover {
margin-top: 8rem;
margin-bottom: 8rem;
}
.xl\:hover\:mx-32:hover {
margin-left: 8rem;
margin-right: 8rem;
}
.xl\:hover\:my-40:hover {
margin-top: 10rem;
margin-bottom: 10rem;
}
.xl\:hover\:mx-40:hover {
margin-left: 10rem;
margin-right: 10rem;
}
.xl\:hover\:my-48:hover {
margin-top: 12rem;
margin-bottom: 12rem;
}
.xl\:hover\:mx-48:hover {
margin-left: 12rem;
margin-right: 12rem;
}
.xl\:hover\:my-56:hover {
margin-top: 14rem;
margin-bottom: 14rem;
}
.xl\:hover\:mx-56:hover {
margin-left: 14rem;
margin-right: 14rem;
}
.xl\:hover\:my-64:hover {
margin-top: 16rem;
margin-bottom: 16rem;
}
.xl\:hover\:mx-64:hover {
margin-left: 16rem;
margin-right: 16rem;
}
.xl\:hover\:my-360:hover {
margin-top: 90rem;
margin-bottom: 90rem;
}
.xl\:hover\:mx-360:hover {
margin-left: 90rem;
margin-right: 90rem;
}
.xl\:hover\:my-auto:hover {
margin-top: auto;
margin-bottom: auto;
}
.xl\:hover\:mx-auto:hover {
margin-left: auto;
margin-right: auto;
}
.xl\:hover\:my-px:hover {
margin-top: 1px;
margin-bottom: 1px;
}
.xl\:hover\:mx-px:hover {
margin-left: 1px;
margin-right: 1px;
}
.xl\:hover\:-my-1:hover {
margin-top: -0.25rem;
margin-bottom: -0.25rem;
}
.xl\:hover\:-mx-1:hover {
margin-left: -0.25rem;
margin-right: -0.25rem;
}
.xl\:hover\:-my-2:hover {
margin-top: -0.5rem;
margin-bottom: -0.5rem;
}
.xl\:hover\:-mx-2:hover {
margin-left: -0.5rem;
margin-right: -0.5rem;
}
.xl\:hover\:-my-3:hover {
margin-top: -0.75rem;
margin-bottom: -0.75rem;
}
.xl\:hover\:-mx-3:hover {
margin-left: -0.75rem;
margin-right: -0.75rem;
}
.xl\:hover\:-my-4:hover {
margin-top: -1rem;
margin-bottom: -1rem;
}
.xl\:hover\:-mx-4:hover {
margin-left: -1rem;
margin-right: -1rem;
}
.xl\:hover\:-my-5:hover {
margin-top: -1.25rem;
margin-bottom: -1.25rem;
}
.xl\:hover\:-mx-5:hover {
margin-left: -1.25rem;
margin-right: -1.25rem;
}
.xl\:hover\:-my-6:hover {
margin-top: -1.5rem;
margin-bottom: -1.5rem;
}
.xl\:hover\:-mx-6:hover {
margin-left: -1.5rem;
margin-right: -1.5rem;
}
.xl\:hover\:-my-8:hover {
margin-top: -2rem;
margin-bottom: -2rem;
}
.xl\:hover\:-mx-8:hover {
margin-left: -2rem;
margin-right: -2rem;
}
.xl\:hover\:-my-10:hover {
margin-top: -2.5rem;
margin-bottom: -2.5rem;
}
.xl\:hover\:-mx-10:hover {
margin-left: -2.5rem;
margin-right: -2.5rem;
}
.xl\:hover\:-my-12:hover {
margin-top: -3rem;
margin-bottom: -3rem;
}
.xl\:hover\:-mx-12:hover {
margin-left: -3rem;
margin-right: -3rem;
}
.xl\:hover\:-my-16:hover {
margin-top: -4rem;
margin-bottom: -4rem;
}
.xl\:hover\:-mx-16:hover {
margin-left: -4rem;
margin-right: -4rem;
}
.xl\:hover\:-my-20:hover {
margin-top: -5rem;
margin-bottom: -5rem;
}
.xl\:hover\:-mx-20:hover {
margin-left: -5rem;
margin-right: -5rem;
}
.xl\:hover\:-my-24:hover {
margin-top: -6rem;
margin-bottom: -6rem;
}
.xl\:hover\:-mx-24:hover {
margin-left: -6rem;
margin-right: -6rem;
}
.xl\:hover\:-my-32:hover {
margin-top: -8rem;
margin-bottom: -8rem;
}
.xl\:hover\:-mx-32:hover {
margin-left: -8rem;
margin-right: -8rem;
}
.xl\:hover\:-my-40:hover {
margin-top: -10rem;
margin-bottom: -10rem;
}
.xl\:hover\:-mx-40:hover {
margin-left: -10rem;
margin-right: -10rem;
}
.xl\:hover\:-my-48:hover {
margin-top: -12rem;
margin-bottom: -12rem;
}
.xl\:hover\:-mx-48:hover {
margin-left: -12rem;
margin-right: -12rem;
}
.xl\:hover\:-my-56:hover {
margin-top: -14rem;
margin-bottom: -14rem;
}
.xl\:hover\:-mx-56:hover {
margin-left: -14rem;
margin-right: -14rem;
}
.xl\:hover\:-my-64:hover {
margin-top: -16rem;
margin-bottom: -16rem;
}
.xl\:hover\:-mx-64:hover {
margin-left: -16rem;
margin-right: -16rem;
}
.xl\:hover\:-my-360:hover {
margin-top: -90rem;
margin-bottom: -90rem;
}
.xl\:hover\:-mx-360:hover {
margin-left: -90rem;
margin-right: -90rem;
}
.xl\:hover\:-my-px:hover {
margin-top: -1px;
margin-bottom: -1px;
}
.xl\:hover\:-mx-px:hover {
margin-left: -1px;
margin-right: -1px;
}
.xl\:hover\:mt-0:hover {
margin-top: 0;
}
.xl\:hover\:mr-0:hover {
margin-right: 0;
}
.xl\:hover\:mb-0:hover {
margin-bottom: 0;
}
.xl\:hover\:ml-0:hover {
margin-left: 0;
}
.xl\:hover\:mt-1:hover {
margin-top: 0.25rem;
}
.xl\:hover\:mr-1:hover {
margin-right: 0.25rem;
}
.xl\:hover\:mb-1:hover {
margin-bottom: 0.25rem;
}
.xl\:hover\:ml-1:hover {
margin-left: 0.25rem;
}
.xl\:hover\:mt-2:hover {
margin-top: 0.5rem;
}
.xl\:hover\:mr-2:hover {
margin-right: 0.5rem;
}
.xl\:hover\:mb-2:hover {
margin-bottom: 0.5rem;
}
.xl\:hover\:ml-2:hover {
margin-left: 0.5rem;
}
.xl\:hover\:mt-3:hover {
margin-top: 0.75rem;
}
.xl\:hover\:mr-3:hover {
margin-right: 0.75rem;
}
.xl\:hover\:mb-3:hover {
margin-bottom: 0.75rem;
}
.xl\:hover\:ml-3:hover {
margin-left: 0.75rem;
}
.xl\:hover\:mt-4:hover {
margin-top: 1rem;
}
.xl\:hover\:mr-4:hover {
margin-right: 1rem;
}
.xl\:hover\:mb-4:hover {
margin-bottom: 1rem;
}
.xl\:hover\:ml-4:hover {
margin-left: 1rem;
}
.xl\:hover\:mt-5:hover {
margin-top: 1.25rem;
}
.xl\:hover\:mr-5:hover {
margin-right: 1.25rem;
}
.xl\:hover\:mb-5:hover {
margin-bottom: 1.25rem;
}
.xl\:hover\:ml-5:hover {
margin-left: 1.25rem;
}
.xl\:hover\:mt-6:hover {
margin-top: 1.5rem;
}
.xl\:hover\:mr-6:hover {
margin-right: 1.5rem;
}
.xl\:hover\:mb-6:hover {
margin-bottom: 1.5rem;
}
.xl\:hover\:ml-6:hover {
margin-left: 1.5rem;
}
.xl\:hover\:mt-8:hover {
margin-top: 2rem;
}
.xl\:hover\:mr-8:hover {
margin-right: 2rem;
}
.xl\:hover\:mb-8:hover {
margin-bottom: 2rem;
}
.xl\:hover\:ml-8:hover {
margin-left: 2rem;
}
.xl\:hover\:mt-10:hover {
margin-top: 2.5rem;
}
.xl\:hover\:mr-10:hover {
margin-right: 2.5rem;
}
.xl\:hover\:mb-10:hover {
margin-bottom: 2.5rem;
}
.xl\:hover\:ml-10:hover {
margin-left: 2.5rem;
}
.xl\:hover\:mt-12:hover {
margin-top: 3rem;
}
.xl\:hover\:mr-12:hover {
margin-right: 3rem;
}
.xl\:hover\:mb-12:hover {
margin-bottom: 3rem;
}
.xl\:hover\:ml-12:hover {
margin-left: 3rem;
}
.xl\:hover\:mt-16:hover {
margin-top: 4rem;
}
.xl\:hover\:mr-16:hover {
margin-right: 4rem;
}
.xl\:hover\:mb-16:hover {
margin-bottom: 4rem;
}
.xl\:hover\:ml-16:hover {
margin-left: 4rem;
}
.xl\:hover\:mt-20:hover {
margin-top: 5rem;
}
.xl\:hover\:mr-20:hover {
margin-right: 5rem;
}
.xl\:hover\:mb-20:hover {
margin-bottom: 5rem;
}
.xl\:hover\:ml-20:hover {
margin-left: 5rem;
}
.xl\:hover\:mt-24:hover {
margin-top: 6rem;
}
.xl\:hover\:mr-24:hover {
margin-right: 6rem;
}
.xl\:hover\:mb-24:hover {
margin-bottom: 6rem;
}
.xl\:hover\:ml-24:hover {
margin-left: 6rem;
}
.xl\:hover\:mt-32:hover {
margin-top: 8rem;
}
.xl\:hover\:mr-32:hover {
margin-right: 8rem;
}
.xl\:hover\:mb-32:hover {
margin-bottom: 8rem;
}
.xl\:hover\:ml-32:hover {
margin-left: 8rem;
}
.xl\:hover\:mt-40:hover {
margin-top: 10rem;
}
.xl\:hover\:mr-40:hover {
margin-right: 10rem;
}
.xl\:hover\:mb-40:hover {
margin-bottom: 10rem;
}
.xl\:hover\:ml-40:hover {
margin-left: 10rem;
}
.xl\:hover\:mt-48:hover {
margin-top: 12rem;
}
.xl\:hover\:mr-48:hover {
margin-right: 12rem;
}
.xl\:hover\:mb-48:hover {
margin-bottom: 12rem;
}
.xl\:hover\:ml-48:hover {
margin-left: 12rem;
}
.xl\:hover\:mt-56:hover {
margin-top: 14rem;
}
.xl\:hover\:mr-56:hover {
margin-right: 14rem;
}
.xl\:hover\:mb-56:hover {
margin-bottom: 14rem;
}
.xl\:hover\:ml-56:hover {
margin-left: 14rem;
}
.xl\:hover\:mt-64:hover {
margin-top: 16rem;
}
.xl\:hover\:mr-64:hover {
margin-right: 16rem;
}
.xl\:hover\:mb-64:hover {
margin-bottom: 16rem;
}
.xl\:hover\:ml-64:hover {
margin-left: 16rem;
}
.xl\:hover\:mt-360:hover {
margin-top: 90rem;
}
.xl\:hover\:mr-360:hover {
margin-right: 90rem;
}
.xl\:hover\:mb-360:hover {
margin-bottom: 90rem;
}
.xl\:hover\:ml-360:hover {
margin-left: 90rem;
}
.xl\:hover\:mt-auto:hover {
margin-top: auto;
}
.xl\:hover\:mr-auto:hover {
margin-right: auto;
}
.xl\:hover\:mb-auto:hover {
margin-bottom: auto;
}
.xl\:hover\:ml-auto:hover {
margin-left: auto;
}
.xl\:hover\:mt-px:hover {
margin-top: 1px;
}
.xl\:hover\:mr-px:hover {
margin-right: 1px;
}
.xl\:hover\:mb-px:hover {
margin-bottom: 1px;
}
.xl\:hover\:ml-px:hover {
margin-left: 1px;
}
.xl\:hover\:-mt-1:hover {
margin-top: -0.25rem;
}
.xl\:hover\:-mr-1:hover {
margin-right: -0.25rem;
}
.xl\:hover\:-mb-1:hover {
margin-bottom: -0.25rem;
}
.xl\:hover\:-ml-1:hover {
margin-left: -0.25rem;
}
.xl\:hover\:-mt-2:hover {
margin-top: -0.5rem;
}
.xl\:hover\:-mr-2:hover {
margin-right: -0.5rem;
}
.xl\:hover\:-mb-2:hover {
margin-bottom: -0.5rem;
}
.xl\:hover\:-ml-2:hover {
margin-left: -0.5rem;
}
.xl\:hover\:-mt-3:hover {
margin-top: -0.75rem;
}
.xl\:hover\:-mr-3:hover {
margin-right: -0.75rem;
}
.xl\:hover\:-mb-3:hover {
margin-bottom: -0.75rem;
}
.xl\:hover\:-ml-3:hover {
margin-left: -0.75rem;
}
.xl\:hover\:-mt-4:hover {
margin-top: -1rem;
}
.xl\:hover\:-mr-4:hover {
margin-right: -1rem;
}
.xl\:hover\:-mb-4:hover {
margin-bottom: -1rem;
}
.xl\:hover\:-ml-4:hover {
margin-left: -1rem;
}
.xl\:hover\:-mt-5:hover {
margin-top: -1.25rem;
}
.xl\:hover\:-mr-5:hover {
margin-right: -1.25rem;
}
.xl\:hover\:-mb-5:hover {
margin-bottom: -1.25rem;
}
.xl\:hover\:-ml-5:hover {
margin-left: -1.25rem;
}
.xl\:hover\:-mt-6:hover {
margin-top: -1.5rem;
}
.xl\:hover\:-mr-6:hover {
margin-right: -1.5rem;
}
.xl\:hover\:-mb-6:hover {
margin-bottom: -1.5rem;
}
.xl\:hover\:-ml-6:hover {
margin-left: -1.5rem;
}
.xl\:hover\:-mt-8:hover {
margin-top: -2rem;
}
.xl\:hover\:-mr-8:hover {
margin-right: -2rem;
}
.xl\:hover\:-mb-8:hover {
margin-bottom: -2rem;
}
.xl\:hover\:-ml-8:hover {
margin-left: -2rem;
}
.xl\:hover\:-mt-10:hover {
margin-top: -2.5rem;
}
.xl\:hover\:-mr-10:hover {
margin-right: -2.5rem;
}
.xl\:hover\:-mb-10:hover {
margin-bottom: -2.5rem;
}
.xl\:hover\:-ml-10:hover {
margin-left: -2.5rem;
}
.xl\:hover\:-mt-12:hover {
margin-top: -3rem;
}
.xl\:hover\:-mr-12:hover {
margin-right: -3rem;
}
.xl\:hover\:-mb-12:hover {
margin-bottom: -3rem;
}
.xl\:hover\:-ml-12:hover {
margin-left: -3rem;
}
.xl\:hover\:-mt-16:hover {
margin-top: -4rem;
}
.xl\:hover\:-mr-16:hover {
margin-right: -4rem;
}
.xl\:hover\:-mb-16:hover {
margin-bottom: -4rem;
}
.xl\:hover\:-ml-16:hover {
margin-left: -4rem;
}
.xl\:hover\:-mt-20:hover {
margin-top: -5rem;
}
.xl\:hover\:-mr-20:hover {
margin-right: -5rem;
}
.xl\:hover\:-mb-20:hover {
margin-bottom: -5rem;
}
.xl\:hover\:-ml-20:hover {
margin-left: -5rem;
}
.xl\:hover\:-mt-24:hover {
margin-top: -6rem;
}
.xl\:hover\:-mr-24:hover {
margin-right: -6rem;
}
.xl\:hover\:-mb-24:hover {
margin-bottom: -6rem;
}
.xl\:hover\:-ml-24:hover {
margin-left: -6rem;
}
.xl\:hover\:-mt-32:hover {
margin-top: -8rem;
}
.xl\:hover\:-mr-32:hover {
margin-right: -8rem;
}
.xl\:hover\:-mb-32:hover {
margin-bottom: -8rem;
}
.xl\:hover\:-ml-32:hover {
margin-left: -8rem;
}
.xl\:hover\:-mt-40:hover {
margin-top: -10rem;
}
.xl\:hover\:-mr-40:hover {
margin-right: -10rem;
}
.xl\:hover\:-mb-40:hover {
margin-bottom: -10rem;
}
.xl\:hover\:-ml-40:hover {
margin-left: -10rem;
}
.xl\:hover\:-mt-48:hover {
margin-top: -12rem;
}
.xl\:hover\:-mr-48:hover {
margin-right: -12rem;
}
.xl\:hover\:-mb-48:hover {
margin-bottom: -12rem;
}
.xl\:hover\:-ml-48:hover {
margin-left: -12rem;
}
.xl\:hover\:-mt-56:hover {
margin-top: -14rem;
}
.xl\:hover\:-mr-56:hover {
margin-right: -14rem;
}
.xl\:hover\:-mb-56:hover {
margin-bottom: -14rem;
}
.xl\:hover\:-ml-56:hover {
margin-left: -14rem;
}
.xl\:hover\:-mt-64:hover {
margin-top: -16rem;
}
.xl\:hover\:-mr-64:hover {
margin-right: -16rem;
}
.xl\:hover\:-mb-64:hover {
margin-bottom: -16rem;
}
.xl\:hover\:-ml-64:hover {
margin-left: -16rem;
}
.xl\:hover\:-mt-360:hover {
margin-top: -90rem;
}
.xl\:hover\:-mr-360:hover {
margin-right: -90rem;
}
.xl\:hover\:-mb-360:hover {
margin-bottom: -90rem;
}
.xl\:hover\:-ml-360:hover {
margin-left: -90rem;
}
.xl\:hover\:-mt-px:hover {
margin-top: -1px;
}
.xl\:hover\:-mr-px:hover {
margin-right: -1px;
}
.xl\:hover\:-mb-px:hover {
margin-bottom: -1px;
}
.xl\:hover\:-ml-px:hover {
margin-left: -1px;
}
.group:hover .xl\:group-hover\:m-0 {
margin: 0;
}
.group:hover .xl\:group-hover\:m-1 {
margin: 0.25rem;
}
.group:hover .xl\:group-hover\:m-2 {
margin: 0.5rem;
}
.group:hover .xl\:group-hover\:m-3 {
margin: 0.75rem;
}
.group:hover .xl\:group-hover\:m-4 {
margin: 1rem;
}
.group:hover .xl\:group-hover\:m-5 {
margin: 1.25rem;
}
.group:hover .xl\:group-hover\:m-6 {
margin: 1.5rem;
}
.group:hover .xl\:group-hover\:m-8 {
margin: 2rem;
}
.group:hover .xl\:group-hover\:m-10 {
margin: 2.5rem;
}
.group:hover .xl\:group-hover\:m-12 {
margin: 3rem;
}
.group:hover .xl\:group-hover\:m-16 {
margin: 4rem;
}
.group:hover .xl\:group-hover\:m-20 {
margin: 5rem;
}
.group:hover .xl\:group-hover\:m-24 {
margin: 6rem;
}
.group:hover .xl\:group-hover\:m-32 {
margin: 8rem;
}
.group:hover .xl\:group-hover\:m-40 {
margin: 10rem;
}
.group:hover .xl\:group-hover\:m-48 {
margin: 12rem;
}
.group:hover .xl\:group-hover\:m-56 {
margin: 14rem;
}
.group:hover .xl\:group-hover\:m-64 {
margin: 16rem;
}
.group:hover .xl\:group-hover\:m-360 {
margin: 90rem;
}
.group:hover .xl\:group-hover\:m-auto {
margin: auto;
}
.group:hover .xl\:group-hover\:m-px {
margin: 1px;
}
.group:hover .xl\:group-hover\:-m-1 {
margin: -0.25rem;
}
.group:hover .xl\:group-hover\:-m-2 {
margin: -0.5rem;
}
.group:hover .xl\:group-hover\:-m-3 {
margin: -0.75rem;
}
.group:hover .xl\:group-hover\:-m-4 {
margin: -1rem;
}
.group:hover .xl\:group-hover\:-m-5 {
margin: -1.25rem;
}
.group:hover .xl\:group-hover\:-m-6 {
margin: -1.5rem;
}
.group:hover .xl\:group-hover\:-m-8 {
margin: -2rem;
}
.group:hover .xl\:group-hover\:-m-10 {
margin: -2.5rem;
}
.group:hover .xl\:group-hover\:-m-12 {
margin: -3rem;
}
.group:hover .xl\:group-hover\:-m-16 {
margin: -4rem;
}
.group:hover .xl\:group-hover\:-m-20 {
margin: -5rem;
}
.group:hover .xl\:group-hover\:-m-24 {
margin: -6rem;
}
.group:hover .xl\:group-hover\:-m-32 {
margin: -8rem;
}
.group:hover .xl\:group-hover\:-m-40 {
margin: -10rem;
}
.group:hover .xl\:group-hover\:-m-48 {
margin: -12rem;
}
.group:hover .xl\:group-hover\:-m-56 {
margin: -14rem;
}
.group:hover .xl\:group-hover\:-m-64 {
margin: -16rem;
}
.group:hover .xl\:group-hover\:-m-360 {
margin: -90rem;
}
.group:hover .xl\:group-hover\:-m-px {
margin: -1px;
}
.group:hover .xl\:group-hover\:my-0 {
margin-top: 0;
margin-bottom: 0;
}
.group:hover .xl\:group-hover\:mx-0 {
margin-left: 0;
margin-right: 0;
}
.group:hover .xl\:group-hover\:my-1 {
margin-top: 0.25rem;
margin-bottom: 0.25rem;
}
.group:hover .xl\:group-hover\:mx-1 {
margin-left: 0.25rem;
margin-right: 0.25rem;
}
.group:hover .xl\:group-hover\:my-2 {
margin-top: 0.5rem;
margin-bottom: 0.5rem;
}
.group:hover .xl\:group-hover\:mx-2 {
margin-left: 0.5rem;
margin-right: 0.5rem;
}
.group:hover .xl\:group-hover\:my-3 {
margin-top: 0.75rem;
margin-bottom: 0.75rem;
}
.group:hover .xl\:group-hover\:mx-3 {
margin-left: 0.75rem;
margin-right: 0.75rem;
}
.group:hover .xl\:group-hover\:my-4 {
margin-top: 1rem;
margin-bottom: 1rem;
}
.group:hover .xl\:group-hover\:mx-4 {
margin-left: 1rem;
margin-right: 1rem;
}
.group:hover .xl\:group-hover\:my-5 {
margin-top: 1.25rem;
margin-bottom: 1.25rem;
}
.group:hover .xl\:group-hover\:mx-5 {
margin-left: 1.25rem;
margin-right: 1.25rem;
}
.group:hover .xl\:group-hover\:my-6 {
margin-top: 1.5rem;
margin-bottom: 1.5rem;
}
.group:hover .xl\:group-hover\:mx-6 {
margin-left: 1.5rem;
margin-right: 1.5rem;
}
.group:hover .xl\:group-hover\:my-8 {
margin-top: 2rem;
margin-bottom: 2rem;
}
.group:hover .xl\:group-hover\:mx-8 {
margin-left: 2rem;
margin-right: 2rem;
}
.group:hover .xl\:group-hover\:my-10 {
margin-top: 2.5rem;
margin-bottom: 2.5rem;
}
.group:hover .xl\:group-hover\:mx-10 {
margin-left: 2.5rem;
margin-right: 2.5rem;
}
.group:hover .xl\:group-hover\:my-12 {
margin-top: 3rem;
margin-bottom: 3rem;
}
.group:hover .xl\:group-hover\:mx-12 {
margin-left: 3rem;
margin-right: 3rem;
}
.group:hover .xl\:group-hover\:my-16 {
margin-top: 4rem;
margin-bottom: 4rem;
}
.group:hover .xl\:group-hover\:mx-16 {
margin-left: 4rem;
margin-right: 4rem;
}
.group:hover .xl\:group-hover\:my-20 {
margin-top: 5rem;
margin-bottom: 5rem;
}
.group:hover .xl\:group-hover\:mx-20 {
margin-left: 5rem;
margin-right: 5rem;
}
.group:hover .xl\:group-hover\:my-24 {
margin-top: 6rem;
margin-bottom: 6rem;
}
.group:hover .xl\:group-hover\:mx-24 {
margin-left: 6rem;
margin-right: 6rem;
}
.group:hover .xl\:group-hover\:my-32 {
margin-top: 8rem;
margin-bottom: 8rem;
}
.group:hover .xl\:group-hover\:mx-32 {
margin-left: 8rem;
margin-right: 8rem;
}
.group:hover .xl\:group-hover\:my-40 {
margin-top: 10rem;
margin-bottom: 10rem;
}
.group:hover .xl\:group-hover\:mx-40 {
margin-left: 10rem;
margin-right: 10rem;
}
.group:hover .xl\:group-hover\:my-48 {
margin-top: 12rem;
margin-bottom: 12rem;
}
.group:hover .xl\:group-hover\:mx-48 {
margin-left: 12rem;
margin-right: 12rem;
}
.group:hover .xl\:group-hover\:my-56 {
margin-top: 14rem;
margin-bottom: 14rem;
}
.group:hover .xl\:group-hover\:mx-56 {
margin-left: 14rem;
margin-right: 14rem;
}
.group:hover .xl\:group-hover\:my-64 {
margin-top: 16rem;
margin-bottom: 16rem;
}
.group:hover .xl\:group-hover\:mx-64 {
margin-left: 16rem;
margin-right: 16rem;
}
.group:hover .xl\:group-hover\:my-360 {
margin-top: 90rem;
margin-bottom: 90rem;
}
.group:hover .xl\:group-hover\:mx-360 {
margin-left: 90rem;
margin-right: 90rem;
}
.group:hover .xl\:group-hover\:my-auto {
margin-top: auto;
margin-bottom: auto;
}
.group:hover .xl\:group-hover\:mx-auto {
margin-left: auto;
margin-right: auto;
}
.group:hover .xl\:group-hover\:my-px {
margin-top: 1px;
margin-bottom: 1px;
}
.group:hover .xl\:group-hover\:mx-px {
margin-left: 1px;
margin-right: 1px;
}
.group:hover .xl\:group-hover\:-my-1 {
margin-top: -0.25rem;
margin-bottom: -0.25rem;
}
.group:hover .xl\:group-hover\:-mx-1 {
margin-left: -0.25rem;
margin-right: -0.25rem;
}
.group:hover .xl\:group-hover\:-my-2 {
margin-top: -0.5rem;
margin-bottom: -0.5rem;
}
.group:hover .xl\:group-hover\:-mx-2 {
margin-left: -0.5rem;
margin-right: -0.5rem;
}
.group:hover .xl\:group-hover\:-my-3 {
margin-top: -0.75rem;
margin-bottom: -0.75rem;
}
.group:hover .xl\:group-hover\:-mx-3 {
margin-left: -0.75rem;
margin-right: -0.75rem;
}
.group:hover .xl\:group-hover\:-my-4 {
margin-top: -1rem;
margin-bottom: -1rem;
}
.group:hover .xl\:group-hover\:-mx-4 {
margin-left: -1rem;
margin-right: -1rem;
}
.group:hover .xl\:group-hover\:-my-5 {
margin-top: -1.25rem;
margin-bottom: -1.25rem;
}
.group:hover .xl\:group-hover\:-mx-5 {
margin-left: -1.25rem;
margin-right: -1.25rem;
}
.group:hover .xl\:group-hover\:-my-6 {
margin-top: -1.5rem;
margin-bottom: -1.5rem;
}
.group:hover .xl\:group-hover\:-mx-6 {
margin-left: -1.5rem;
margin-right: -1.5rem;
}
.group:hover .xl\:group-hover\:-my-8 {
margin-top: -2rem;
margin-bottom: -2rem;
}
.group:hover .xl\:group-hover\:-mx-8 {
margin-left: -2rem;
margin-right: -2rem;
}
.group:hover .xl\:group-hover\:-my-10 {
margin-top: -2.5rem;
margin-bottom: -2.5rem;
}
.group:hover .xl\:group-hover\:-mx-10 {
margin-left: -2.5rem;
margin-right: -2.5rem;
}
.group:hover .xl\:group-hover\:-my-12 {
margin-top: -3rem;
margin-bottom: -3rem;
}
.group:hover .xl\:group-hover\:-mx-12 {
margin-left: -3rem;
margin-right: -3rem;
}
.group:hover .xl\:group-hover\:-my-16 {
margin-top: -4rem;
margin-bottom: -4rem;
}
.group:hover .xl\:group-hover\:-mx-16 {
margin-left: -4rem;
margin-right: -4rem;
}
.group:hover .xl\:group-hover\:-my-20 {
margin-top: -5rem;
margin-bottom: -5rem;
}
.group:hover .xl\:group-hover\:-mx-20 {
margin-left: -5rem;
margin-right: -5rem;
}
.group:hover .xl\:group-hover\:-my-24 {
margin-top: -6rem;
margin-bottom: -6rem;
}
.group:hover .xl\:group-hover\:-mx-24 {
margin-left: -6rem;
margin-right: -6rem;
}
.group:hover .xl\:group-hover\:-my-32 {
margin-top: -8rem;
margin-bottom: -8rem;
}
.group:hover .xl\:group-hover\:-mx-32 {
margin-left: -8rem;
margin-right: -8rem;
}
.group:hover .xl\:group-hover\:-my-40 {
margin-top: -10rem;
margin-bottom: -10rem;
}
.group:hover .xl\:group-hover\:-mx-40 {
margin-left: -10rem;
margin-right: -10rem;
}
.group:hover .xl\:group-hover\:-my-48 {
margin-top: -12rem;
margin-bottom: -12rem;
}
.group:hover .xl\:group-hover\:-mx-48 {
margin-left: -12rem;
margin-right: -12rem;
}
.group:hover .xl\:group-hover\:-my-56 {
margin-top: -14rem;
margin-bottom: -14rem;
}
.group:hover .xl\:group-hover\:-mx-56 {
margin-left: -14rem;
margin-right: -14rem;
}
.group:hover .xl\:group-hover\:-my-64 {
margin-top: -16rem;
margin-bottom: -16rem;
}
.group:hover .xl\:group-hover\:-mx-64 {
margin-left: -16rem;
margin-right: -16rem;
}
.group:hover .xl\:group-hover\:-my-360 {
margin-top: -90rem;
margin-bottom: -90rem;
}
.group:hover .xl\:group-hover\:-mx-360 {
margin-left: -90rem;
margin-right: -90rem;
}
.group:hover .xl\:group-hover\:-my-px {
margin-top: -1px;
margin-bottom: -1px;
}
.group:hover .xl\:group-hover\:-mx-px {
margin-left: -1px;
margin-right: -1px;
}
.group:hover .xl\:group-hover\:mt-0 {
margin-top: 0;
}
.group:hover .xl\:group-hover\:mr-0 {
margin-right: 0;
}
.group:hover .xl\:group-hover\:mb-0 {
margin-bottom: 0;
}
.group:hover .xl\:group-hover\:ml-0 {
margin-left: 0;
}
.group:hover .xl\:group-hover\:mt-1 {
margin-top: 0.25rem;
}
.group:hover .xl\:group-hover\:mr-1 {
margin-right: 0.25rem;
}
.group:hover .xl\:group-hover\:mb-1 {
margin-bottom: 0.25rem;
}
.group:hover .xl\:group-hover\:ml-1 {
margin-left: 0.25rem;
}
.group:hover .xl\:group-hover\:mt-2 {
margin-top: 0.5rem;
}
.group:hover .xl\:group-hover\:mr-2 {
margin-right: 0.5rem;
}
.group:hover .xl\:group-hover\:mb-2 {
margin-bottom: 0.5rem;
}
.group:hover .xl\:group-hover\:ml-2 {
margin-left: 0.5rem;
}
.group:hover .xl\:group-hover\:mt-3 {
margin-top: 0.75rem;
}
.group:hover .xl\:group-hover\:mr-3 {
margin-right: 0.75rem;
}
.group:hover .xl\:group-hover\:mb-3 {
margin-bottom: 0.75rem;
}
.group:hover .xl\:group-hover\:ml-3 {
margin-left: 0.75rem;
}
.group:hover .xl\:group-hover\:mt-4 {
margin-top: 1rem;
}
.group:hover .xl\:group-hover\:mr-4 {
margin-right: 1rem;
}
.group:hover .xl\:group-hover\:mb-4 {
margin-bottom: 1rem;
}
.group:hover .xl\:group-hover\:ml-4 {
margin-left: 1rem;
}
.group:hover .xl\:group-hover\:mt-5 {
margin-top: 1.25rem;
}
.group:hover .xl\:group-hover\:mr-5 {
margin-right: 1.25rem;
}
.group:hover .xl\:group-hover\:mb-5 {
margin-bottom: 1.25rem;
}
.group:hover .xl\:group-hover\:ml-5 {
margin-left: 1.25rem;
}
.group:hover .xl\:group-hover\:mt-6 {
margin-top: 1.5rem;
}
.group:hover .xl\:group-hover\:mr-6 {
margin-right: 1.5rem;
}
.group:hover .xl\:group-hover\:mb-6 {
margin-bottom: 1.5rem;
}
.group:hover .xl\:group-hover\:ml-6 {
margin-left: 1.5rem;
}
.group:hover .xl\:group-hover\:mt-8 {
margin-top: 2rem;
}
.group:hover .xl\:group-hover\:mr-8 {
margin-right: 2rem;
}
.group:hover .xl\:group-hover\:mb-8 {
margin-bottom: 2rem;
}
.group:hover .xl\:group-hover\:ml-8 {
margin-left: 2rem;
}
.group:hover .xl\:group-hover\:mt-10 {
margin-top: 2.5rem;
}
.group:hover .xl\:group-hover\:mr-10 {
margin-right: 2.5rem;
}
.group:hover .xl\:group-hover\:mb-10 {
margin-bottom: 2.5rem;
}
.group:hover .xl\:group-hover\:ml-10 {
margin-left: 2.5rem;
}
.group:hover .xl\:group-hover\:mt-12 {
margin-top: 3rem;
}
.group:hover .xl\:group-hover\:mr-12 {
margin-right: 3rem;
}
.group:hover .xl\:group-hover\:mb-12 {
margin-bottom: 3rem;
}
.group:hover .xl\:group-hover\:ml-12 {
margin-left: 3rem;
}
.group:hover .xl\:group-hover\:mt-16 {
margin-top: 4rem;
}
.group:hover .xl\:group-hover\:mr-16 {
margin-right: 4rem;
}
.group:hover .xl\:group-hover\:mb-16 {
margin-bottom: 4rem;
}
.group:hover .xl\:group-hover\:ml-16 {
margin-left: 4rem;
}
.group:hover .xl\:group-hover\:mt-20 {
margin-top: 5rem;
}
.group:hover .xl\:group-hover\:mr-20 {
margin-right: 5rem;
}
.group:hover .xl\:group-hover\:mb-20 {
margin-bottom: 5rem;
}
.group:hover .xl\:group-hover\:ml-20 {
margin-left: 5rem;
}
.group:hover .xl\:group-hover\:mt-24 {
margin-top: 6rem;
}
.group:hover .xl\:group-hover\:mr-24 {
margin-right: 6rem;
}
.group:hover .xl\:group-hover\:mb-24 {
margin-bottom: 6rem;
}
.group:hover .xl\:group-hover\:ml-24 {
margin-left: 6rem;
}
.group:hover .xl\:group-hover\:mt-32 {
margin-top: 8rem;
}
.group:hover .xl\:group-hover\:mr-32 {
margin-right: 8rem;
}
.group:hover .xl\:group-hover\:mb-32 {
margin-bottom: 8rem;
}
.group:hover .xl\:group-hover\:ml-32 {
margin-left: 8rem;
}
.group:hover .xl\:group-hover\:mt-40 {
margin-top: 10rem;
}
.group:hover .xl\:group-hover\:mr-40 {
margin-right: 10rem;
}
.group:hover .xl\:group-hover\:mb-40 {
margin-bottom: 10rem;
}
.group:hover .xl\:group-hover\:ml-40 {
margin-left: 10rem;
}
.group:hover .xl\:group-hover\:mt-48 {
margin-top: 12rem;
}
.group:hover .xl\:group-hover\:mr-48 {
margin-right: 12rem;
}
.group:hover .xl\:group-hover\:mb-48 {
margin-bottom: 12rem;
}
.group:hover .xl\:group-hover\:ml-48 {
margin-left: 12rem;
}
.group:hover .xl\:group-hover\:mt-56 {
margin-top: 14rem;
}
.group:hover .xl\:group-hover\:mr-56 {
margin-right: 14rem;
}
.group:hover .xl\:group-hover\:mb-56 {
margin-bottom: 14rem;
}
.group:hover .xl\:group-hover\:ml-56 {
margin-left: 14rem;
}
.group:hover .xl\:group-hover\:mt-64 {
margin-top: 16rem;
}
.group:hover .xl\:group-hover\:mr-64 {
margin-right: 16rem;
}
.group:hover .xl\:group-hover\:mb-64 {
margin-bottom: 16rem;
}
.group:hover .xl\:group-hover\:ml-64 {
margin-left: 16rem;
}
.group:hover .xl\:group-hover\:mt-360 {
margin-top: 90rem;
}
.group:hover .xl\:group-hover\:mr-360 {
margin-right: 90rem;
}
.group:hover .xl\:group-hover\:mb-360 {
margin-bottom: 90rem;
}
.group:hover .xl\:group-hover\:ml-360 {
margin-left: 90rem;
}
.group:hover .xl\:group-hover\:mt-auto {
margin-top: auto;
}
.group:hover .xl\:group-hover\:mr-auto {
margin-right: auto;
}
.group:hover .xl\:group-hover\:mb-auto {
margin-bottom: auto;
}
.group:hover .xl\:group-hover\:ml-auto {
margin-left: auto;
}
.group:hover .xl\:group-hover\:mt-px {
margin-top: 1px;
}
.group:hover .xl\:group-hover\:mr-px {
margin-right: 1px;
}
.group:hover .xl\:group-hover\:mb-px {
margin-bottom: 1px;
}
.group:hover .xl\:group-hover\:ml-px {
margin-left: 1px;
}
.group:hover .xl\:group-hover\:-mt-1 {
margin-top: -0.25rem;
}
.group:hover .xl\:group-hover\:-mr-1 {
margin-right: -0.25rem;
}
.group:hover .xl\:group-hover\:-mb-1 {
margin-bottom: -0.25rem;
}
.group:hover .xl\:group-hover\:-ml-1 {
margin-left: -0.25rem;
}
.group:hover .xl\:group-hover\:-mt-2 {
margin-top: -0.5rem;
}
.group:hover .xl\:group-hover\:-mr-2 {
margin-right: -0.5rem;
}
.group:hover .xl\:group-hover\:-mb-2 {
margin-bottom: -0.5rem;
}
.group:hover .xl\:group-hover\:-ml-2 {
margin-left: -0.5rem;
}
.group:hover .xl\:group-hover\:-mt-3 {
margin-top: -0.75rem;
}
.group:hover .xl\:group-hover\:-mr-3 {
margin-right: -0.75rem;
}
.group:hover .xl\:group-hover\:-mb-3 {
margin-bottom: -0.75rem;
}
.group:hover .xl\:group-hover\:-ml-3 {
margin-left: -0.75rem;
}
.group:hover .xl\:group-hover\:-mt-4 {
margin-top: -1rem;
}
.group:hover .xl\:group-hover\:-mr-4 {
margin-right: -1rem;
}
.group:hover .xl\:group-hover\:-mb-4 {
margin-bottom: -1rem;
}
.group:hover .xl\:group-hover\:-ml-4 {
margin-left: -1rem;
}
.group:hover .xl\:group-hover\:-mt-5 {
margin-top: -1.25rem;
}
.group:hover .xl\:group-hover\:-mr-5 {
margin-right: -1.25rem;
}
.group:hover .xl\:group-hover\:-mb-5 {
margin-bottom: -1.25rem;
}
.group:hover .xl\:group-hover\:-ml-5 {
margin-left: -1.25rem;
}
.group:hover .xl\:group-hover\:-mt-6 {
margin-top: -1.5rem;
}
.group:hover .xl\:group-hover\:-mr-6 {
margin-right: -1.5rem;
}
.group:hover .xl\:group-hover\:-mb-6 {
margin-bottom: -1.5rem;
}
.group:hover .xl\:group-hover\:-ml-6 {
margin-left: -1.5rem;
}
.group:hover .xl\:group-hover\:-mt-8 {
margin-top: -2rem;
}
.group:hover .xl\:group-hover\:-mr-8 {
margin-right: -2rem;
}
.group:hover .xl\:group-hover\:-mb-8 {
margin-bottom: -2rem;
}
.group:hover .xl\:group-hover\:-ml-8 {
margin-left: -2rem;
}
.group:hover .xl\:group-hover\:-mt-10 {
margin-top: -2.5rem;
}
.group:hover .xl\:group-hover\:-mr-10 {
margin-right: -2.5rem;
}
.group:hover .xl\:group-hover\:-mb-10 {
margin-bottom: -2.5rem;
}
.group:hover .xl\:group-hover\:-ml-10 {
margin-left: -2.5rem;
}
.group:hover .xl\:group-hover\:-mt-12 {
margin-top: -3rem;
}
.group:hover .xl\:group-hover\:-mr-12 {
margin-right: -3rem;
}
.group:hover .xl\:group-hover\:-mb-12 {
margin-bottom: -3rem;
}
.group:hover .xl\:group-hover\:-ml-12 {
margin-left: -3rem;
}
.group:hover .xl\:group-hover\:-mt-16 {
margin-top: -4rem;
}
.group:hover .xl\:group-hover\:-mr-16 {
margin-right: -4rem;
}
.group:hover .xl\:group-hover\:-mb-16 {
margin-bottom: -4rem;
}
.group:hover .xl\:group-hover\:-ml-16 {
margin-left: -4rem;
}
.group:hover .xl\:group-hover\:-mt-20 {
margin-top: -5rem;
}
.group:hover .xl\:group-hover\:-mr-20 {
margin-right: -5rem;
}
.group:hover .xl\:group-hover\:-mb-20 {
margin-bottom: -5rem;
}
.group:hover .xl\:group-hover\:-ml-20 {
margin-left: -5rem;
}
.group:hover .xl\:group-hover\:-mt-24 {
margin-top: -6rem;
}
.group:hover .xl\:group-hover\:-mr-24 {
margin-right: -6rem;
}
.group:hover .xl\:group-hover\:-mb-24 {
margin-bottom: -6rem;
}
.group:hover .xl\:group-hover\:-ml-24 {
margin-left: -6rem;
}
.group:hover .xl\:group-hover\:-mt-32 {
margin-top: -8rem;
}
.group:hover .xl\:group-hover\:-mr-32 {
margin-right: -8rem;
}
.group:hover .xl\:group-hover\:-mb-32 {
margin-bottom: -8rem;
}
.group:hover .xl\:group-hover\:-ml-32 {
margin-left: -8rem;
}
.group:hover .xl\:group-hover\:-mt-40 {
margin-top: -10rem;
}
.group:hover .xl\:group-hover\:-mr-40 {
margin-right: -10rem;
}
.group:hover .xl\:group-hover\:-mb-40 {
margin-bottom: -10rem;
}
.group:hover .xl\:group-hover\:-ml-40 {
margin-left: -10rem;
}
.group:hover .xl\:group-hover\:-mt-48 {
margin-top: -12rem;
}
.group:hover .xl\:group-hover\:-mr-48 {
margin-right: -12rem;
}
.group:hover .xl\:group-hover\:-mb-48 {
margin-bottom: -12rem;
}
.group:hover .xl\:group-hover\:-ml-48 {
margin-left: -12rem;
}
.group:hover .xl\:group-hover\:-mt-56 {
margin-top: -14rem;
}
.group:hover .xl\:group-hover\:-mr-56 {
margin-right: -14rem;
}
.group:hover .xl\:group-hover\:-mb-56 {
margin-bottom: -14rem;
}
.group:hover .xl\:group-hover\:-ml-56 {
margin-left: -14rem;
}
.group:hover .xl\:group-hover\:-mt-64 {
margin-top: -16rem;
}
.group:hover .xl\:group-hover\:-mr-64 {
margin-right: -16rem;
}
.group:hover .xl\:group-hover\:-mb-64 {
margin-bottom: -16rem;
}
.group:hover .xl\:group-hover\:-ml-64 {
margin-left: -16rem;
}
.group:hover .xl\:group-hover\:-mt-360 {
margin-top: -90rem;
}
.group:hover .xl\:group-hover\:-mr-360 {
margin-right: -90rem;
}
.group:hover .xl\:group-hover\:-mb-360 {
margin-bottom: -90rem;
}
.group:hover .xl\:group-hover\:-ml-360 {
margin-left: -90rem;
}
.group:hover .xl\:group-hover\:-mt-px {
margin-top: -1px;
}
.group:hover .xl\:group-hover\:-mr-px {
margin-right: -1px;
}
.group:hover .xl\:group-hover\:-mb-px {
margin-bottom: -1px;
}
.group:hover .xl\:group-hover\:-ml-px {
margin-left: -1px;
}
.xl\:max-h-full {
max-height: 100%;
}
.xl\:max-h-screen {
max-height: 100vh;
}
.xl\:max-w-xs {
max-width: 20rem;
}
.xl\:max-w-sm {
max-width: 24rem;
}
.xl\:max-w-md {
max-width: 28rem;
}
.xl\:max-w-lg {
max-width: 32rem;
}
.xl\:max-w-xl {
max-width: 36rem;
}
.xl\:max-w-2xl {
max-width: 42rem;
}
.xl\:max-w-3xl {
max-width: 48rem;
}
.xl\:max-w-4xl {
max-width: 56rem;
}
.xl\:max-w-5xl {
max-width: 64rem;
}
.xl\:max-w-6xl {
max-width: 72rem;
}
.xl\:max-w-full {
max-width: 100%;
}
.xl\:min-h-0 {
min-height: 0;
}
.xl\:min-h-full {
min-height: 100%;
}
.xl\:min-h-screen {
min-height: 100vh;
}
.xl\:min-w-0 {
min-width: 0;
}
.xl\:min-w-full {
min-width: 100%;
}
.xl\:object-contain {
-o-object-fit: contain;
object-fit: contain;
}
.xl\:object-cover {
-o-object-fit: cover;
object-fit: cover;
}
.xl\:object-fill {
-o-object-fit: fill;
object-fit: fill;
}
.xl\:object-none {
-o-object-fit: none;
object-fit: none;
}
.xl\:object-scale-down {
-o-object-fit: scale-down;
object-fit: scale-down;
}
.xl\:object-bottom {
-o-object-position: bottom;
object-position: bottom;
}
.xl\:object-center {
-o-object-position: center;
object-position: center;
}
.xl\:object-left {
-o-object-position: left;
object-position: left;
}
.xl\:object-left-bottom {
-o-object-position: left bottom;
object-position: left bottom;
}
.xl\:object-left-top {
-o-object-position: left top;
object-position: left top;
}
.xl\:object-right {
-o-object-position: right;
object-position: right;
}
.xl\:object-right-bottom {
-o-object-position: right bottom;
object-position: right bottom;
}
.xl\:object-right-top {
-o-object-position: right top;
object-position: right top;
}
.xl\:object-top {
-o-object-position: top;
object-position: top;
}
.xl\:opacity-0 {
opacity: 0;
}
.xl\:opacity-25 {
opacity: 0.25;
}
.xl\:opacity-50 {
opacity: 0.5;
}
.xl\:opacity-75 {
opacity: 0.75;
}
.xl\:opacity-100 {
opacity: 1;
}
.xl\:outline-none {
outline: 0;
}
.xl\:focus\:outline-none:focus {
outline: 0;
}
.xl\:overflow-auto {
overflow: auto;
}
.xl\:overflow-hidden {
overflow: hidden;
}
.xl\:overflow-visible {
overflow: visible;
}
.xl\:overflow-scroll {
overflow: scroll;
}
.xl\:overflow-x-auto {
overflow-x: auto;
}
.xl\:overflow-y-auto {
overflow-y: auto;
}
.xl\:overflow-x-hidden {
overflow-x: hidden;
}
.xl\:overflow-y-hidden {
overflow-y: hidden;
}
.xl\:overflow-x-visible {
overflow-x: visible;
}
.xl\:overflow-y-visible {
overflow-y: visible;
}
.xl\:overflow-x-scroll {
overflow-x: scroll;
}
.xl\:overflow-y-scroll {
overflow-y: scroll;
}
.xl\:scrolling-touch {
-webkit-overflow-scrolling: touch;
}
.xl\:scrolling-auto {
-webkit-overflow-scrolling: auto;
}
.xl\:p-0 {
padding: 0;
}
.xl\:p-1 {
padding: 0.25rem;
}
.xl\:p-2 {
padding: 0.5rem;
}
.xl\:p-3 {
padding: 0.75rem;
}
.xl\:p-4 {
padding: 1rem;
}
.xl\:p-5 {
padding: 1.25rem;
}
.xl\:p-6 {
padding: 1.5rem;
}
.xl\:p-8 {
padding: 2rem;
}
.xl\:p-10 {
padding: 2.5rem;
}
.xl\:p-12 {
padding: 3rem;
}
.xl\:p-16 {
padding: 4rem;
}
.xl\:p-20 {
padding: 5rem;
}
.xl\:p-24 {
padding: 6rem;
}
.xl\:p-32 {
padding: 8rem;
}
.xl\:p-40 {
padding: 10rem;
}
.xl\:p-48 {
padding: 12rem;
}
.xl\:p-56 {
padding: 14rem;
}
.xl\:p-64 {
padding: 16rem;
}
.xl\:p-360 {
padding: 90rem;
}
.xl\:p-px {
padding: 1px;
}
.xl\:py-0 {
padding-top: 0;
padding-bottom: 0;
}
.xl\:px-0 {
padding-left: 0;
padding-right: 0;
}
.xl\:py-1 {
padding-top: 0.25rem;
padding-bottom: 0.25rem;
}
.xl\:px-1 {
padding-left: 0.25rem;
padding-right: 0.25rem;
}
.xl\:py-2 {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.xl\:px-2 {
padding-left: 0.5rem;
padding-right: 0.5rem;
}
.xl\:py-3 {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
}
.xl\:px-3 {
padding-left: 0.75rem;
padding-right: 0.75rem;
}
.xl\:py-4 {
padding-top: 1rem;
padding-bottom: 1rem;
}
.xl\:px-4 {
padding-left: 1rem;
padding-right: 1rem;
}
.xl\:py-5 {
padding-top: 1.25rem;
padding-bottom: 1.25rem;
}
.xl\:px-5 {
padding-left: 1.25rem;
padding-right: 1.25rem;
}
.xl\:py-6 {
padding-top: 1.5rem;
padding-bottom: 1.5rem;
}
.xl\:px-6 {
padding-left: 1.5rem;
padding-right: 1.5rem;
}
.xl\:py-8 {
padding-top: 2rem;
padding-bottom: 2rem;
}
.xl\:px-8 {
padding-left: 2rem;
padding-right: 2rem;
}
.xl\:py-10 {
padding-top: 2.5rem;
padding-bottom: 2.5rem;
}
.xl\:px-10 {
padding-left: 2.5rem;
padding-right: 2.5rem;
}
.xl\:py-12 {
padding-top: 3rem;
padding-bottom: 3rem;
}
.xl\:px-12 {
padding-left: 3rem;
padding-right: 3rem;
}
.xl\:py-16 {
padding-top: 4rem;
padding-bottom: 4rem;
}
.xl\:px-16 {
padding-left: 4rem;
padding-right: 4rem;
}
.xl\:py-20 {
padding-top: 5rem;
padding-bottom: 5rem;
}
.xl\:px-20 {
padding-left: 5rem;
padding-right: 5rem;
}
.xl\:py-24 {
padding-top: 6rem;
padding-bottom: 6rem;
}
.xl\:px-24 {
padding-left: 6rem;
padding-right: 6rem;
}
.xl\:py-32 {
padding-top: 8rem;
padding-bottom: 8rem;
}
.xl\:px-32 {
padding-left: 8rem;
padding-right: 8rem;
}
.xl\:py-40 {
padding-top: 10rem;
padding-bottom: 10rem;
}
.xl\:px-40 {
padding-left: 10rem;
padding-right: 10rem;
}
.xl\:py-48 {
padding-top: 12rem;
padding-bottom: 12rem;
}
.xl\:px-48 {
padding-left: 12rem;
padding-right: 12rem;
}
.xl\:py-56 {
padding-top: 14rem;
padding-bottom: 14rem;
}
.xl\:px-56 {
padding-left: 14rem;
padding-right: 14rem;
}
.xl\:py-64 {
padding-top: 16rem;
padding-bottom: 16rem;
}
.xl\:px-64 {
padding-left: 16rem;
padding-right: 16rem;
}
.xl\:py-360 {
padding-top: 90rem;
padding-bottom: 90rem;
}
.xl\:px-360 {
padding-left: 90rem;
padding-right: 90rem;
}
.xl\:py-px {
padding-top: 1px;
padding-bottom: 1px;
}
.xl\:px-px {
padding-left: 1px;
padding-right: 1px;
}
.xl\:pt-0 {
padding-top: 0;
}
.xl\:pr-0 {
padding-right: 0;
}
.xl\:pb-0 {
padding-bottom: 0;
}
.xl\:pl-0 {
padding-left: 0;
}
.xl\:pt-1 {
padding-top: 0.25rem;
}
.xl\:pr-1 {
padding-right: 0.25rem;
}
.xl\:pb-1 {
padding-bottom: 0.25rem;
}
.xl\:pl-1 {
padding-left: 0.25rem;
}
.xl\:pt-2 {
padding-top: 0.5rem;
}
.xl\:pr-2 {
padding-right: 0.5rem;
}
.xl\:pb-2 {
padding-bottom: 0.5rem;
}
.xl\:pl-2 {
padding-left: 0.5rem;
}
.xl\:pt-3 {
padding-top: 0.75rem;
}
.xl\:pr-3 {
padding-right: 0.75rem;
}
.xl\:pb-3 {
padding-bottom: 0.75rem;
}
.xl\:pl-3 {
padding-left: 0.75rem;
}
.xl\:pt-4 {
padding-top: 1rem;
}
.xl\:pr-4 {
padding-right: 1rem;
}
.xl\:pb-4 {
padding-bottom: 1rem;
}
.xl\:pl-4 {
padding-left: 1rem;
}
.xl\:pt-5 {
padding-top: 1.25rem;
}
.xl\:pr-5 {
padding-right: 1.25rem;
}
.xl\:pb-5 {
padding-bottom: 1.25rem;
}
.xl\:pl-5 {
padding-left: 1.25rem;
}
.xl\:pt-6 {
padding-top: 1.5rem;
}
.xl\:pr-6 {
padding-right: 1.5rem;
}
.xl\:pb-6 {
padding-bottom: 1.5rem;
}
.xl\:pl-6 {
padding-left: 1.5rem;
}
.xl\:pt-8 {
padding-top: 2rem;
}
.xl\:pr-8 {
padding-right: 2rem;
}
.xl\:pb-8 {
padding-bottom: 2rem;
}
.xl\:pl-8 {
padding-left: 2rem;
}
.xl\:pt-10 {
padding-top: 2.5rem;
}
.xl\:pr-10 {
padding-right: 2.5rem;
}
.xl\:pb-10 {
padding-bottom: 2.5rem;
}
.xl\:pl-10 {
padding-left: 2.5rem;
}
.xl\:pt-12 {
padding-top: 3rem;
}
.xl\:pr-12 {
padding-right: 3rem;
}
.xl\:pb-12 {
padding-bottom: 3rem;
}
.xl\:pl-12 {
padding-left: 3rem;
}
.xl\:pt-16 {
padding-top: 4rem;
}
.xl\:pr-16 {
padding-right: 4rem;
}
.xl\:pb-16 {
padding-bottom: 4rem;
}
.xl\:pl-16 {
padding-left: 4rem;
}
.xl\:pt-20 {
padding-top: 5rem;
}
.xl\:pr-20 {
padding-right: 5rem;
}
.xl\:pb-20 {
padding-bottom: 5rem;
}
.xl\:pl-20 {
padding-left: 5rem;
}
.xl\:pt-24 {
padding-top: 6rem;
}
.xl\:pr-24 {
padding-right: 6rem;
}
.xl\:pb-24 {
padding-bottom: 6rem;
}
.xl\:pl-24 {
padding-left: 6rem;
}
.xl\:pt-32 {
padding-top: 8rem;
}
.xl\:pr-32 {
padding-right: 8rem;
}
.xl\:pb-32 {
padding-bottom: 8rem;
}
.xl\:pl-32 {
padding-left: 8rem;
}
.xl\:pt-40 {
padding-top: 10rem;
}
.xl\:pr-40 {
padding-right: 10rem;
}
.xl\:pb-40 {
padding-bottom: 10rem;
}
.xl\:pl-40 {
padding-left: 10rem;
}
.xl\:pt-48 {
padding-top: 12rem;
}
.xl\:pr-48 {
padding-right: 12rem;
}
.xl\:pb-48 {
padding-bottom: 12rem;
}
.xl\:pl-48 {
padding-left: 12rem;
}
.xl\:pt-56 {
padding-top: 14rem;
}
.xl\:pr-56 {
padding-right: 14rem;
}
.xl\:pb-56 {
padding-bottom: 14rem;
}
.xl\:pl-56 {
padding-left: 14rem;
}
.xl\:pt-64 {
padding-top: 16rem;
}
.xl\:pr-64 {
padding-right: 16rem;
}
.xl\:pb-64 {
padding-bottom: 16rem;
}
.xl\:pl-64 {
padding-left: 16rem;
}
.xl\:pt-360 {
padding-top: 90rem;
}
.xl\:pr-360 {
padding-right: 90rem;
}
.xl\:pb-360 {
padding-bottom: 90rem;
}
.xl\:pl-360 {
padding-left: 90rem;
}
.xl\:pt-px {
padding-top: 1px;
}
.xl\:pr-px {
padding-right: 1px;
}
.xl\:pb-px {
padding-bottom: 1px;
}
.xl\:pl-px {
padding-left: 1px;
}
.xl\:pointer-events-none {
pointer-events: none;
}
.xl\:pointer-events-auto {
pointer-events: auto;
}
.xl\:static {
position: static;
}
.xl\:fixed {
position: fixed;
}
.xl\:absolute {
position: absolute;
}
.xl\:relative {
position: relative;
}
.xl\:sticky {
position: -webkit-sticky;
position: sticky;
}
.xl\:inset-0 {
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.xl\:inset-auto {
top: auto;
right: auto;
bottom: auto;
left: auto;
}
.xl\:inset-y-0 {
top: 0;
bottom: 0;
}
.xl\:inset-x-0 {
right: 0;
left: 0;
}
.xl\:inset-y-auto {
top: auto;
bottom: auto;
}
.xl\:inset-x-auto {
right: auto;
left: auto;
}
.xl\:top-0 {
top: 0;
}
.xl\:right-0 {
right: 0;
}
.xl\:bottom-0 {
bottom: 0;
}
.xl\:left-0 {
left: 0;
}
.xl\:top-auto {
top: auto;
}
.xl\:right-auto {
right: auto;
}
.xl\:bottom-auto {
bottom: auto;
}
.xl\:left-auto {
left: auto;
}
.xl\:resize-none {
resize: none;
}
.xl\:resize-y {
resize: vertical;
}
.xl\:resize-x {
resize: horizontal;
}
.xl\:resize {
resize: both;
}
.xl\:shadow {
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
.xl\:shadow-md {
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.xl\:shadow-lg {
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.xl\:shadow-xl {
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.xl\:shadow-2xl {
box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.xl\:shadow-inner {
box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}
.xl\:shadow-outline {
box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
}
.xl\:shadow-none {
box-shadow: none;
}
.xl\:hover\:shadow:hover {
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
.xl\:hover\:shadow-md:hover {
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.xl\:hover\:shadow-lg:hover {
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.xl\:hover\:shadow-xl:hover {
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.xl\:hover\:shadow-2xl:hover {
box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.xl\:hover\:shadow-inner:hover {
box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}
.xl\:hover\:shadow-outline:hover {
box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
}
.xl\:hover\:shadow-none:hover {
box-shadow: none;
}
.xl\:focus\:shadow:focus {
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
.xl\:focus\:shadow-md:focus {
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.xl\:focus\:shadow-lg:focus {
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.xl\:focus\:shadow-xl:focus {
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.xl\:focus\:shadow-2xl:focus {
box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.xl\:focus\:shadow-inner:focus {
box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}
.xl\:focus\:shadow-outline:focus {
box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
}
.xl\:focus\:shadow-none:focus {
box-shadow: none;
}
.xl\:fill-current {
fill: currentColor;
}
.xl\:stroke-current {
stroke: currentColor;
}
.xl\:table-auto {
table-layout: auto;
}
.xl\:table-fixed {
table-layout: fixed;
}
.xl\:text-left {
text-align: left;
}
.xl\:text-center {
text-align: center;
}
.xl\:text-right {
text-align: right;
}
.xl\:text-justify {
text-align: justify;
}
.xl\:text-transparent {
color: transparent;
}
.xl\:text-inherit {
color: inherit;
}
.xl\:text-black {
color: #131716;
}
.xl\:text-white {
color: #ffffff;
}
.xl\:text-green-darker {
color: #007129;
}
.xl\:text-green-dark {
color: #029F3B;
}
.xl\:text-green {
color: #00AC3E;
}
.xl\:text-green-bright {
color: #08cd4f;
}
.xl\:text-gray-100 {
color: #edeeee;
}
.xl\:text-gray-200 {
color: #cbcece;
}
.xl\:text-gray-300 {
color: #a9adad;
}
.xl\:text-gray-400 {
color: #868c8c;
}
.xl\:text-gray-500 {
color: #535c5c;
}
.xl\:text-gray-600 {
color: #3a4040;
}
.xl\:text-gray-700 {
color: #313737;
}
.xl\:text-gray-800 {
color: #212424;
}
.xl\:text-gray-900 {
color: #131716;
}
.xl\:text-red-100 {
color: #fff5f5;
}
.xl\:text-red-500 {
color: #f56565;
}
.xl\:text-red-900 {
color: #742a2a;
}
.xl\:hover\:text-transparent:hover {
color: transparent;
}
.xl\:hover\:text-inherit:hover {
color: inherit;
}
.xl\:hover\:text-black:hover {
color: #131716;
}
.xl\:hover\:text-white:hover {
color: #ffffff;
}
.xl\:hover\:text-green-darker:hover {
color: #007129;
}
.xl\:hover\:text-green-dark:hover {
color: #029F3B;
}
.xl\:hover\:text-green:hover {
color: #00AC3E;
}
.xl\:hover\:text-green-bright:hover {
color: #08cd4f;
}
.xl\:hover\:text-gray-100:hover {
color: #edeeee;
}
.xl\:hover\:text-gray-200:hover {
color: #cbcece;
}
.xl\:hover\:text-gray-300:hover {
color: #a9adad;
}
.xl\:hover\:text-gray-400:hover {
color: #868c8c;
}
.xl\:hover\:text-gray-500:hover {
color: #535c5c;
}
.xl\:hover\:text-gray-600:hover {
color: #3a4040;
}
.xl\:hover\:text-gray-700:hover {
color: #313737;
}
.xl\:hover\:text-gray-800:hover {
color: #212424;
}
.xl\:hover\:text-gray-900:hover {
color: #131716;
}
.xl\:hover\:text-red-100:hover {
color: #fff5f5;
}
.xl\:hover\:text-red-500:hover {
color: #f56565;
}
.xl\:hover\:text-red-900:hover {
color: #742a2a;
}
.xl\:focus\:text-transparent:focus {
color: transparent;
}
.xl\:focus\:text-inherit:focus {
color: inherit;
}
.xl\:focus\:text-black:focus {
color: #131716;
}
.xl\:focus\:text-white:focus {
color: #ffffff;
}
.xl\:focus\:text-green-darker:focus {
color: #007129;
}
.xl\:focus\:text-green-dark:focus {
color: #029F3B;
}
.xl\:focus\:text-green:focus {
color: #00AC3E;
}
.xl\:focus\:text-green-bright:focus {
color: #08cd4f;
}
.xl\:focus\:text-gray-100:focus {
color: #edeeee;
}
.xl\:focus\:text-gray-200:focus {
color: #cbcece;
}
.xl\:focus\:text-gray-300:focus {
color: #a9adad;
}
.xl\:focus\:text-gray-400:focus {
color: #868c8c;
}
.xl\:focus\:text-gray-500:focus {
color: #535c5c;
}
.xl\:focus\:text-gray-600:focus {
color: #3a4040;
}
.xl\:focus\:text-gray-700:focus {
color: #313737;
}
.xl\:focus\:text-gray-800:focus {
color: #212424;
}
.xl\:focus\:text-gray-900:focus {
color: #131716;
}
.xl\:focus\:text-red-100:focus {
color: #fff5f5;
}
.xl\:focus\:text-red-500:focus {
color: #f56565;
}
.xl\:focus\:text-red-900:focus {
color: #742a2a;
}
.xl\:active\:text-transparent:active {
color: transparent;
}
.xl\:active\:text-inherit:active {
color: inherit;
}
.xl\:active\:text-black:active {
color: #131716;
}
.xl\:active\:text-white:active {
color: #ffffff;
}
.xl\:active\:text-green-darker:active {
color: #007129;
}
.xl\:active\:text-green-dark:active {
color: #029F3B;
}
.xl\:active\:text-green:active {
color: #00AC3E;
}
.xl\:active\:text-green-bright:active {
color: #08cd4f;
}
.xl\:active\:text-gray-100:active {
color: #edeeee;
}
.xl\:active\:text-gray-200:active {
color: #cbcece;
}
.xl\:active\:text-gray-300:active {
color: #a9adad;
}
.xl\:active\:text-gray-400:active {
color: #868c8c;
}
.xl\:active\:text-gray-500:active {
color: #535c5c;
}
.xl\:active\:text-gray-600:active {
color: #3a4040;
}
.xl\:active\:text-gray-700:active {
color: #313737;
}
.xl\:active\:text-gray-800:active {
color: #212424;
}
.xl\:active\:text-gray-900:active {
color: #131716;
}
.xl\:active\:text-red-100:active {
color: #fff5f5;
}
.xl\:active\:text-red-500:active {
color: #f56565;
}
.xl\:active\:text-red-900:active {
color: #742a2a;
}
.group:hover .xl\:group-hover\:text-transparent {
color: transparent;
}
.group:hover .xl\:group-hover\:text-inherit {
color: inherit;
}
.group:hover .xl\:group-hover\:text-black {
color: #131716;
}
.group:hover .xl\:group-hover\:text-white {
color: #ffffff;
}
.group:hover .xl\:group-hover\:text-green-darker {
color: #007129;
}
.group:hover .xl\:group-hover\:text-green-dark {
color: #029F3B;
}
.group:hover .xl\:group-hover\:text-green {
color: #00AC3E;
}
.group:hover .xl\:group-hover\:text-green-bright {
color: #08cd4f;
}
.group:hover .xl\:group-hover\:text-gray-100 {
color: #edeeee;
}
.group:hover .xl\:group-hover\:text-gray-200 {
color: #cbcece;
}
.group:hover .xl\:group-hover\:text-gray-300 {
color: #a9adad;
}
.group:hover .xl\:group-hover\:text-gray-400 {
color: #868c8c;
}
.group:hover .xl\:group-hover\:text-gray-500 {
color: #535c5c;
}
.group:hover .xl\:group-hover\:text-gray-600 {
color: #3a4040;
}
.group:hover .xl\:group-hover\:text-gray-700 {
color: #313737;
}
.group:hover .xl\:group-hover\:text-gray-800 {
color: #212424;
}
.group:hover .xl\:group-hover\:text-gray-900 {
color: #131716;
}
.group:hover .xl\:group-hover\:text-red-100 {
color: #fff5f5;
}
.group:hover .xl\:group-hover\:text-red-500 {
color: #f56565;
}
.group:hover .xl\:group-hover\:text-red-900 {
color: #742a2a;
}
.xl\:text-xs {
font-size: 0.75rem;
}
.xl\:text-sm {
font-size: 0.875rem;
}
.xl\:text-base {
font-size: 1rem;
}
.xl\:text-lg {
font-size: 1.125rem;
}
.xl\:text-xl {
font-size: 1.25rem;
}
.xl\:text-2xl {
font-size: 1.5rem;
}
.xl\:text-3xl {
font-size: 1.875rem;
}
.xl\:text-4xl {
font-size: 2.25rem;
}
.xl\:text-5xl {
font-size: 3rem;
}
.xl\:text-6xl {
font-size: 4rem;
}
.xl\:text-7xl {
font-size: 5rem;
}
.xl\:text-9xl {
font-size: 7rem;
}
.xl\:text-massive {
font-size: 10rem;
}
.xl\:italic {
font-style: italic;
}
.xl\:not-italic {
font-style: normal;
}
.xl\:uppercase {
text-transform: uppercase;
}
.xl\:lowercase {
text-transform: lowercase;
}
.xl\:capitalize {
text-transform: capitalize;
}
.xl\:normal-case {
text-transform: none;
}
.xl\:underline {
text-decoration: underline;
}
.xl\:line-through {
text-decoration: line-through;
}
.xl\:no-underline {
text-decoration: none;
}
.xl\:hover\:underline:hover {
text-decoration: underline;
}
.xl\:hover\:line-through:hover {
text-decoration: line-through;
}
.xl\:hover\:no-underline:hover {
text-decoration: none;
}
.xl\:focus\:underline:focus {
text-decoration: underline;
}
.xl\:focus\:line-through:focus {
text-decoration: line-through;
}
.xl\:focus\:no-underline:focus {
text-decoration: none;
}
.xl\:active\:underline:active {
text-decoration: underline;
}
.xl\:active\:line-through:active {
text-decoration: line-through;
}
.xl\:active\:no-underline:active {
text-decoration: none;
}
.group:hover .xl\:group-hover\:underline {
text-decoration: underline;
}
.group:hover .xl\:group-hover\:line-through {
text-decoration: line-through;
}
.group:hover .xl\:group-hover\:no-underline {
text-decoration: none;
}
.xl\:antialiased {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.xl\:subpixel-antialiased {
-webkit-font-smoothing: auto;
-moz-osx-font-smoothing: auto;
}
.xl\:tracking-tighter {
letter-spacing: -0.05em;
}
.xl\:tracking-tight {
letter-spacing: -0.025em;
}
.xl\:tracking-normal {
letter-spacing: 0;
}
.xl\:tracking-wide {
letter-spacing: 0.025em;
}
.xl\:tracking-wider {
letter-spacing: 0.05em;
}
.xl\:tracking-widest {
letter-spacing: 0.1em;
}
.xl\:select-none {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.xl\:select-text {
-webkit-user-select: text;
-moz-user-select: text;
-ms-user-select: text;
user-select: text;
}
.xl\:select-all {
-webkit-user-select: all;
-moz-user-select: all;
-ms-user-select: all;
user-select: all;
}
.xl\:select-auto {
-webkit-user-select: auto;
-moz-user-select: auto;
-ms-user-select: auto;
user-select: auto;
}
.xl\:align-baseline {
vertical-align: baseline;
}
.xl\:align-top {
vertical-align: top;
}
.xl\:align-middle {
vertical-align: middle;
}
.xl\:align-bottom {
vertical-align: bottom;
}
.xl\:align-text-top {
vertical-align: text-top;
}
.xl\:align-text-bottom {
vertical-align: text-bottom;
}
.xl\:visible {
visibility: visible;
}
.xl\:invisible {
visibility: hidden;
}
.group:hover .xl\:group-hover\:visible {
visibility: visible;
}
.group:hover .xl\:group-hover\:invisible {
visibility: hidden;
}
.xl\:whitespace-normal {
white-space: normal;
}
.xl\:whitespace-no-wrap {
white-space: nowrap;
}
.xl\:whitespace-pre {
white-space: pre;
}
.xl\:whitespace-pre-line {
white-space: pre-line;
}
.xl\:whitespace-pre-wrap {
white-space: pre-wrap;
}
.xl\:break-normal {
overflow-wrap: normal;
word-break: normal;
}
.xl\:break-words {
overflow-wrap: break-word;
}
.xl\:break-all {
word-break: break-all;
}
.xl\:truncate {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.xl\:w-0 {
width: 0;
}
.xl\:w-1 {
width: 0.25rem;
}
.xl\:w-2 {
width: 0.5rem;
}
.xl\:w-3 {
width: 0.75rem;
}
.xl\:w-4 {
width: 1rem;
}
.xl\:w-5 {
width: 1.25rem;
}
.xl\:w-6 {
width: 1.5rem;
}
.xl\:w-8 {
width: 2rem;
}
.xl\:w-10 {
width: 2.5rem;
}
.xl\:w-12 {
width: 3rem;
}
.xl\:w-16 {
width: 4rem;
}
.xl\:w-20 {
width: 5rem;
}
.xl\:w-24 {
width: 6rem;
}
.xl\:w-32 {
width: 8rem;
}
.xl\:w-40 {
width: 10rem;
}
.xl\:w-48 {
width: 12rem;
}
.xl\:w-56 {
width: 14rem;
}
.xl\:w-64 {
width: 16rem;
}
.xl\:w-360 {
width: 90rem;
}
.xl\:w-auto {
width: auto;
}
.xl\:w-px {
width: 1px;
}
.xl\:w-1\/2 {
width: 50%;
}
.xl\:w-1\/3 {
width: 33.33333%;
}
.xl\:w-2\/3 {
width: 66.66667%;
}
.xl\:w-1\/4 {
width: 25%;
}
.xl\:w-2\/4 {
width: 50%;
}
.xl\:w-3\/4 {
width: 75%;
}
.xl\:w-1\/5 {
width: 20%;
}
.xl\:w-2\/5 {
width: 40%;
}
.xl\:w-3\/5 {
width: 60%;
}
.xl\:w-4\/5 {
width: 80%;
}
.xl\:w-1\/6 {
width: 16.66667%;
}
.xl\:w-2\/6 {
width: 33.33333%;
}
.xl\:w-3\/6 {
width: 50%;
}
.xl\:w-4\/6 {
width: 66.66667%;
}
.xl\:w-5\/6 {
width: 83.33333%;
}
.xl\:w-1\/12 {
width: 8.33333%;
}
.xl\:w-2\/12 {
width: 16.66667%;
}
.xl\:w-3\/12 {
width: 25%;
}
.xl\:w-4\/12 {
width: 33.33333%;
}
.xl\:w-5\/12 {
width: 41.66667%;
}
.xl\:w-6\/12 {
width: 50%;
}
.xl\:w-7\/12 {
width: 58.33333%;
}
.xl\:w-8\/12 {
width: 66.66667%;
}
.xl\:w-9\/12 {
width: 75%;
}
.xl\:w-10\/12 {
width: 83.33333%;
}
.xl\:w-11\/12 {
width: 91.66667%;
}
.xl\:w-full {
width: 100%;
}
.xl\:w-screen {
width: 100vw;
}
.xl\:z-0 {
z-index: 0;
}
.xl\:z-10 {
z-index: 10;
}
.xl\:z-20 {
z-index: 20;
}
.xl\:z-30 {
z-index: 30;
}
.xl\:z-40 {
z-index: 40;
}
.xl\:z-50 {
z-index: 50;
}
.xl\:z-60 {
z-index: 60;
}
.xl\:z-70 {
z-index: 70;
}
.xl\:z-80 {
z-index: 80;
}
.xl\:z-90 {
z-index: 90;
}
.xl\:z-100 {
z-index: 100;
}
.xl\:z-auto {
z-index: auto;
}
} | 0.728845 | 0.120879 |
*{box-sizing:border-box;}
body{
font-weight:bold;
}
.slides{
display:none;
}
.slideshow .slides img{
vertical-align:middle;
align-content:center;
border-radius:6px;
}
.slideshow{
max-width:560px;
max-height:550px;
position:relative;
margin:auto;
}
.grid-main{
display:grid;
padding:10px;
grid-template-columns:auto auto;
grid-gap:50px 10px;
}
.dot{
height:20px;
width:20px;
border-radius:50%;
background-color:white;
display:inline-block;
transition:background-color 0.6s ease;
opacity:.5;
}
.active{
background-color:#000000;
}
.fade{
-webkit-animation-name:fade;
-webkit-animation-duration:2s;
animation-name:fade;
animation-duration:2s
}
@-webkit-keyframes fade{
from {opacity:.5}
to {opacity:1}
}
@keyframes fade{
from {opacity:.5}
to {opacity:1}
}
h1{
color:black;
font-size:100px;
font-style: oblique;
font-weight: bold;
font-family: 'Megrim', cursive;
text-align:center;
padding-left:50px;
}
.grid-container{
display:grid;
padding:10px;
padding-left:70px;
grid-template-columns:auto auto;
grid-gap:50px 30px;
}
.div1{
width:460px;
height:537px;
margin-left:80px;
margin-bottom:80px;
background-image:url('paper.gif');
background-color:linen;
border-radius:5px;
font-family: 'Megrim', cursive;
}
.div1 img{
text-align:center;
border-radius:5px;
}
.image{
transform:scale(1);
}
.image:hover{
transition:2s;
transform:scale(1.02);
}
.like1{
cursor:pointer;
transform:scale(0.985);
position:absolute;
left:32%;
}
.like1:hover{
transition:2s;
transform:scale(1.1);
}
.dislike1{
cursor:pointer;
transform:scale(0.985);
position:absolute;
left:37.7%;
}
.dislike1:hover{
transition:2s;
transform:scale(1.1);
}
.like2{
cursor:pointer;
transform:scale(0.985);
position:absolute;
left:79%;
}
.like2:hover{
transition:2s;
transform:scale(1.1);
}
.dislike2{
cursor:pointer;
transform:scale(0.985);
position:absolute;
left:84.5%;
}
.dislike2:hover{
transition:2s;
transform:scale(1.1);
}
.p1{
position:absolute;
left:13.3%;
font-size:25px;
}
.p2{
position:absolute;
left:60.5%;
font-size:25px;
}
.p1,.p2,.plike1,.pdislike1,.plike2,.pdislike2{
font-weight:bold;
}
.plike1{
position:absolute;
left:33.4%;
}
.pdislike1{
position:absolute;
left:39%;
}
.plike2{
position:absolute;
right:18.5%;
}
.pdislike2{
position:absolute;
right:13%;
}
.topbtn{
background-color:blue;
color:white;
width:70px;
height:40px;
border:2px solid blue;
margin:15px;
border-radius:3px;
cursor:pointer;
position:absolute;
right:0;
}
.topbtn:hover{
background-color:red;
border:2px solid red;
}
.btn{
background-color:blue;
border:2px solid blue;
margin:7px;
padding:7px;
color:white;
border-radius:3px;
cursor:pointer;
}
.btn:hover{
background-color:#02BAF9;
color:black;
border:2px solid #02BAF9;
}
#color,#colorText{
width:320px;
height:25px;
background-color:#22F5B9;
}
.formC1,.formC2{
padding:5px;
margin:5x;
}
#color:hover{
background-color:#F9DB02;
}
#colorText:hover{
background-color:#F9DB02;
}
#text1,#text2{
font-size:20px;
}
.fa{
padding:15px;
width:45px;
height:45px;
font-size:20px;
text-align:center;
text-decoration:none;
margin:5px 2px;
}
.fa:hover{
opacity:.5;
font-size:25px;
}
.alt{
color:linen;
font-weight:bold;
font-size:25px;
}
.des{
font-family: 'Roboto Mono', monospace;
}
#myImg1,#myImg2,#myImg3,#myImg4,#myImg5,#myImg6{
border-radius:5px;
cursor:pointer;
transition:0.3s;
}
#myImg1:hover{
opacity:0.7;
}
#myImg2:hover{
opacity:0.7;
}
#myImg3:hover{
opacity:0.7;
}
#myImg4:hover{
opacity:0.7;
}
#myImg5:hover{
opacity:0.7;
}
#myImg6:hover{
opacity:0.7;
}
.modal1,.modal2,.modal3,.modal4,.modal5,.modal6{
display:none;
position:fixed;
z-index:1;
padding-top:100px;
top:0;
left:0;
width:100%;
height:100%;
overflow:auto;
background-color:black;
background-color:rgba(0,0,0,0.9);
}
.modal-content1,.modal-content2,.modal-content3,.modal-content4,.modal-content5,.modal-content6{
margin:auto;
display:block;
width:80%;
max-width:700px;
}
#caption1,#caption2,#caption3,#caption4,#caption5,#caption6{
margin:auto;
display:block;
width:80%;
max-width:700px;
color:#ffffff;
padding:10px 0;
height:150px;
}
.modal-content1,#caption1{
animation-name:zoom;
animation-duration:0.6s;
}
.modal-content2,#caption2{
animation-name:zoom;
animation-duration:0.6s;
}
.modal-content3,#caption3{
animation-name:zoom;
animation-duration:0.6s;
}
.modal-content4,#caption4{
animation-name:zoom;
animation-duration:0.6s;
}
.modal-content5,#caption5{
animation-name:zoom;
animation-duration:0.6s;
}
.modal-content6,#caption6{
animation-name:zoom;
animation-duration:0.6s;
}
@keyframes zoom{
from {transform:scale(0)}
to {transform:scale(1)}
}
.close1,.close2,.close3,.close4,.close5,.close6{
position:absolute;
top:15px;
right:35px;
color:#f1f1f1;
font-size:60px;
font-weight:bold;
transition:0.3s;
}
.close1:hover,
.close1:focus{
color:#d9d9d9;
text-decoration:none;
cursor:pointer;
}
@media only screen and (max-width:700px){
.modal-content1,.modal-content2,.modal-content3,.modal-content4,.modal-content5,.modal-content6{
width:100%;
}
}
.close2:hover,
.close2:focus{
color:#d9d9d9;
text-decoration:none;
cursor:pointer;
}
.close3:hover,
.close3:focus{
color:#d9d9d9;
text-decoration:none;
cursor:pointer;
}
.close4:hover,
.close4:focus{
color:#d9d9d9;
text-decoration:none;
cursor:pointer;
}
.close5:hover,
.close5:focus{
color:#d9d9d9;
text-decoration:none;
cursor:pointer;
}
.close6:hover,
.close6:focus{
color:#d9d9d9;
text-decoration:none;
cursor:pointer;
}
.grid-container-color{
display:grid;
grid-template-columns:auto auto;
grid-gap:60px 60px;
margin-left:210px;
}
.btn{
cursor:pointer;
background-image:url('image1.jpg');
color:white;
padding:16px;
font-size:16px;
border:1px solid white;
font-family: 'Megrim', cursive;
font-weight:bold;
}
.btn:hover{
font-weight:bold;
border: 2px solid black;
}
.colorChangeBack,.colorChangeText{
position:relative;
display:inline-block;
}
.content1{
display:none;
position:absolute;
background-image:url('contentImg.jpg');
color:black;
min-width:254px;
box-shadow: 1px solid black;
z-index:1;
text-align:center;
font-family: 'Megrim', cursive;
font-weight:bold;
}
.content2{
display:none;
position:absolute;
background-image:url('contentImg.jpg');
color:black;
min-width:197px;
box-shadow: 1px solid black;
z-index:1;
text-align:center;
font-family: 'Megrim', cursive;
font-weight:bold;
}
.colorChangeBack:hover .content1 {
display:block;
}
.colorChangeText:hover .content2 {
display:block;
}
.content1 option{
padding:15px;
display:block;
font-weight:bold;
}
.content1 option:hover{
cursor:pointer;
background-color:#f2f2f2;
}
.content2 option{
padding:15px;
display:block;
font-weight:bold;
}
.content2 option:hover{
cursor:pointer;
background-color:#f2f2f2;
}
.form{
display:grid;
grid-template-columns:auto auto auto auto auto auto;
grid-gap:35px 35px;
margin:65px 115px 65px 120px;
font-size:20px;
font-family: 'Megrim', cursive;
}
.radio{
cursor:pointer;
color:white;
}
#top{
display:none;
position:fixed;
background-color:blue;
color:white;
padding:12px;
border:2px solid blue;
cursor:pointer;
position:absolute;
right:5%;
font-weight:bold;
font-family: 'Megrim', cursive;
}
#top:hover{
background-color:red;
border:2px solid red;
}
.share{
background-image:url("image.gif");
background-size:1190px 250px;
text-align:center;
color:white;
padding:15px;
margin-left:125px;
width:1160px;
border-radius:5px;
font-family: 'Megrim', cursive;
}
.fa{
padding:25px;
font-size:50px;
width:120px;
width:120px;
text-align:center;
text-decoration:none;
color:white;
}
.fa:hover{
opacity:.7;
font-size:40px;
}
#textarea{
background-color:linen;
color:black;
font-family: 'Roboto Mono', monospace;
} | gallery.css | *{box-sizing:border-box;}
body{
font-weight:bold;
}
.slides{
display:none;
}
.slideshow .slides img{
vertical-align:middle;
align-content:center;
border-radius:6px;
}
.slideshow{
max-width:560px;
max-height:550px;
position:relative;
margin:auto;
}
.grid-main{
display:grid;
padding:10px;
grid-template-columns:auto auto;
grid-gap:50px 10px;
}
.dot{
height:20px;
width:20px;
border-radius:50%;
background-color:white;
display:inline-block;
transition:background-color 0.6s ease;
opacity:.5;
}
.active{
background-color:#000000;
}
.fade{
-webkit-animation-name:fade;
-webkit-animation-duration:2s;
animation-name:fade;
animation-duration:2s
}
@-webkit-keyframes fade{
from {opacity:.5}
to {opacity:1}
}
@keyframes fade{
from {opacity:.5}
to {opacity:1}
}
h1{
color:black;
font-size:100px;
font-style: oblique;
font-weight: bold;
font-family: 'Megrim', cursive;
text-align:center;
padding-left:50px;
}
.grid-container{
display:grid;
padding:10px;
padding-left:70px;
grid-template-columns:auto auto;
grid-gap:50px 30px;
}
.div1{
width:460px;
height:537px;
margin-left:80px;
margin-bottom:80px;
background-image:url('paper.gif');
background-color:linen;
border-radius:5px;
font-family: 'Megrim', cursive;
}
.div1 img{
text-align:center;
border-radius:5px;
}
.image{
transform:scale(1);
}
.image:hover{
transition:2s;
transform:scale(1.02);
}
.like1{
cursor:pointer;
transform:scale(0.985);
position:absolute;
left:32%;
}
.like1:hover{
transition:2s;
transform:scale(1.1);
}
.dislike1{
cursor:pointer;
transform:scale(0.985);
position:absolute;
left:37.7%;
}
.dislike1:hover{
transition:2s;
transform:scale(1.1);
}
.like2{
cursor:pointer;
transform:scale(0.985);
position:absolute;
left:79%;
}
.like2:hover{
transition:2s;
transform:scale(1.1);
}
.dislike2{
cursor:pointer;
transform:scale(0.985);
position:absolute;
left:84.5%;
}
.dislike2:hover{
transition:2s;
transform:scale(1.1);
}
.p1{
position:absolute;
left:13.3%;
font-size:25px;
}
.p2{
position:absolute;
left:60.5%;
font-size:25px;
}
.p1,.p2,.plike1,.pdislike1,.plike2,.pdislike2{
font-weight:bold;
}
.plike1{
position:absolute;
left:33.4%;
}
.pdislike1{
position:absolute;
left:39%;
}
.plike2{
position:absolute;
right:18.5%;
}
.pdislike2{
position:absolute;
right:13%;
}
.topbtn{
background-color:blue;
color:white;
width:70px;
height:40px;
border:2px solid blue;
margin:15px;
border-radius:3px;
cursor:pointer;
position:absolute;
right:0;
}
.topbtn:hover{
background-color:red;
border:2px solid red;
}
.btn{
background-color:blue;
border:2px solid blue;
margin:7px;
padding:7px;
color:white;
border-radius:3px;
cursor:pointer;
}
.btn:hover{
background-color:#02BAF9;
color:black;
border:2px solid #02BAF9;
}
#color,#colorText{
width:320px;
height:25px;
background-color:#22F5B9;
}
.formC1,.formC2{
padding:5px;
margin:5x;
}
#color:hover{
background-color:#F9DB02;
}
#colorText:hover{
background-color:#F9DB02;
}
#text1,#text2{
font-size:20px;
}
.fa{
padding:15px;
width:45px;
height:45px;
font-size:20px;
text-align:center;
text-decoration:none;
margin:5px 2px;
}
.fa:hover{
opacity:.5;
font-size:25px;
}
.alt{
color:linen;
font-weight:bold;
font-size:25px;
}
.des{
font-family: 'Roboto Mono', monospace;
}
#myImg1,#myImg2,#myImg3,#myImg4,#myImg5,#myImg6{
border-radius:5px;
cursor:pointer;
transition:0.3s;
}
#myImg1:hover{
opacity:0.7;
}
#myImg2:hover{
opacity:0.7;
}
#myImg3:hover{
opacity:0.7;
}
#myImg4:hover{
opacity:0.7;
}
#myImg5:hover{
opacity:0.7;
}
#myImg6:hover{
opacity:0.7;
}
.modal1,.modal2,.modal3,.modal4,.modal5,.modal6{
display:none;
position:fixed;
z-index:1;
padding-top:100px;
top:0;
left:0;
width:100%;
height:100%;
overflow:auto;
background-color:black;
background-color:rgba(0,0,0,0.9);
}
.modal-content1,.modal-content2,.modal-content3,.modal-content4,.modal-content5,.modal-content6{
margin:auto;
display:block;
width:80%;
max-width:700px;
}
#caption1,#caption2,#caption3,#caption4,#caption5,#caption6{
margin:auto;
display:block;
width:80%;
max-width:700px;
color:#ffffff;
padding:10px 0;
height:150px;
}
.modal-content1,#caption1{
animation-name:zoom;
animation-duration:0.6s;
}
.modal-content2,#caption2{
animation-name:zoom;
animation-duration:0.6s;
}
.modal-content3,#caption3{
animation-name:zoom;
animation-duration:0.6s;
}
.modal-content4,#caption4{
animation-name:zoom;
animation-duration:0.6s;
}
.modal-content5,#caption5{
animation-name:zoom;
animation-duration:0.6s;
}
.modal-content6,#caption6{
animation-name:zoom;
animation-duration:0.6s;
}
@keyframes zoom{
from {transform:scale(0)}
to {transform:scale(1)}
}
.close1,.close2,.close3,.close4,.close5,.close6{
position:absolute;
top:15px;
right:35px;
color:#f1f1f1;
font-size:60px;
font-weight:bold;
transition:0.3s;
}
.close1:hover,
.close1:focus{
color:#d9d9d9;
text-decoration:none;
cursor:pointer;
}
@media only screen and (max-width:700px){
.modal-content1,.modal-content2,.modal-content3,.modal-content4,.modal-content5,.modal-content6{
width:100%;
}
}
.close2:hover,
.close2:focus{
color:#d9d9d9;
text-decoration:none;
cursor:pointer;
}
.close3:hover,
.close3:focus{
color:#d9d9d9;
text-decoration:none;
cursor:pointer;
}
.close4:hover,
.close4:focus{
color:#d9d9d9;
text-decoration:none;
cursor:pointer;
}
.close5:hover,
.close5:focus{
color:#d9d9d9;
text-decoration:none;
cursor:pointer;
}
.close6:hover,
.close6:focus{
color:#d9d9d9;
text-decoration:none;
cursor:pointer;
}
.grid-container-color{
display:grid;
grid-template-columns:auto auto;
grid-gap:60px 60px;
margin-left:210px;
}
.btn{
cursor:pointer;
background-image:url('image1.jpg');
color:white;
padding:16px;
font-size:16px;
border:1px solid white;
font-family: 'Megrim', cursive;
font-weight:bold;
}
.btn:hover{
font-weight:bold;
border: 2px solid black;
}
.colorChangeBack,.colorChangeText{
position:relative;
display:inline-block;
}
.content1{
display:none;
position:absolute;
background-image:url('contentImg.jpg');
color:black;
min-width:254px;
box-shadow: 1px solid black;
z-index:1;
text-align:center;
font-family: 'Megrim', cursive;
font-weight:bold;
}
.content2{
display:none;
position:absolute;
background-image:url('contentImg.jpg');
color:black;
min-width:197px;
box-shadow: 1px solid black;
z-index:1;
text-align:center;
font-family: 'Megrim', cursive;
font-weight:bold;
}
.colorChangeBack:hover .content1 {
display:block;
}
.colorChangeText:hover .content2 {
display:block;
}
.content1 option{
padding:15px;
display:block;
font-weight:bold;
}
.content1 option:hover{
cursor:pointer;
background-color:#f2f2f2;
}
.content2 option{
padding:15px;
display:block;
font-weight:bold;
}
.content2 option:hover{
cursor:pointer;
background-color:#f2f2f2;
}
.form{
display:grid;
grid-template-columns:auto auto auto auto auto auto;
grid-gap:35px 35px;
margin:65px 115px 65px 120px;
font-size:20px;
font-family: 'Megrim', cursive;
}
.radio{
cursor:pointer;
color:white;
}
#top{
display:none;
position:fixed;
background-color:blue;
color:white;
padding:12px;
border:2px solid blue;
cursor:pointer;
position:absolute;
right:5%;
font-weight:bold;
font-family: 'Megrim', cursive;
}
#top:hover{
background-color:red;
border:2px solid red;
}
.share{
background-image:url("image.gif");
background-size:1190px 250px;
text-align:center;
color:white;
padding:15px;
margin-left:125px;
width:1160px;
border-radius:5px;
font-family: 'Megrim', cursive;
}
.fa{
padding:25px;
font-size:50px;
width:120px;
width:120px;
text-align:center;
text-decoration:none;
color:white;
}
.fa:hover{
opacity:.7;
font-size:40px;
}
#textarea{
background-color:linen;
color:black;
font-family: 'Roboto Mono', monospace;
} | 0.238373 | 0.048949 |
left: unset;
right: 5%;
border-radius: 4px;
top: 83%;
width: 270px;
background: #48525C;
border: 1px solid #bfc5d3;
display: block;
background: #fff;
}
#waitlist-notification-nav .sidebar-notification-item {
cursor: pointer;
text-align: left;
padding: 3px 10px;
padding-right: 20px;
display: flex;
align-items: center;
font-size: 13px;
font-weight: 500;
width: 270px;
word-break: break-all;
}
#waitlist-notification-nav .dropdown-toggle::after{
display: none;
}
#waitlist-notification-nav .sidebar-notification-nav-icon{
width: 25px !important;
height: 20px !important;
}
#waitlist-notification-nav .notification-item-name {
padding-left: 18px;
font-size: 13px;
color: #FFFFFF;
display: inline-block;
white-space: normal;
width: 68%;
vertical-align: middle;
margin-right: 10px;
}
#waitlist-notification-nav .dropdown-menu > div{
max-height: 185px;
overflow-y: auto;
overflow-x: hidden;
-webkit-overflow-scrolling: touch;
}
#waitlist-notification-nav .dropdown-menu > div > div > li > a{
display: flex;
align-items: center;
padding: 8px 20px;
justify-content: space-between;
text-decoration: none;
}
#waitlist-notification-nav .notification-fa {
position: relative;
}
#waitlist-notification-nav .notification-count{
font-size: 10px;
font-weight: bold;
}
#waitlist-notification-nav .notification-badge {
font-size: 0.25em;
position: absolute;
top: -0.0em;
right: -2.0em;
width: 4.0em;
height: 4.0em;
border-radius: 50%;
text-align: center;
color: #fff;
background: red;
display: flex;
justify-content: center;
align-items: center;
}
#waitlist-notification-nav {
color: white !important;
font-size: 16px;
cursor: pointer;
position: relative;
display: block;
padding: 10px 15px;
padding-left: 0;
padding-bottom: 15px;
background-color: inherit;
}
#waitlist-notification-nav a:hover, #waitlist-notification-nav a:focus {
/* background-color: #737B82; */
}
#waitlist-notification-nav .notification-badge-plus {
right: -3.8em;
width: 6.0em;
border-radius: 35%;
}
.notification-item-img-container{
width: 33px;
height: 33px;
margin-right: 5px;
}
.notification-item-img{
width: inherit;
height: inherit;
}
#notification-dropdown:after {
position: absolute;
left: 203px;
top: -7px;
width: 0px;
height: 0;
content: '';
border-left: 7px solid transparent;
border-right: 7px solid transparent;
border-bottom: 7px solid #ffffff;
}
#notification-dropdown:before {
position: absolute;
left: 201px;
top: -9px;
width: 0px;
height: 0;
content: '';
border-left: 9px solid transparent;
border-right: 9px solid transparent;
border-bottom: 9px solid #bfc5d3;
}
#waitlist-notification-nav .sidebar-notification-item .notification-retry-icon{
width: 22px;
height: 20px;
}
#waitlist-notification-nav .sidebar-notification-item .notification-retry-icon.notification-retry-icon-hidden{
opacity: 0;
} | src/components/Notification/Notifications.css | left: unset;
right: 5%;
border-radius: 4px;
top: 83%;
width: 270px;
background: #48525C;
border: 1px solid #bfc5d3;
display: block;
background: #fff;
}
#waitlist-notification-nav .sidebar-notification-item {
cursor: pointer;
text-align: left;
padding: 3px 10px;
padding-right: 20px;
display: flex;
align-items: center;
font-size: 13px;
font-weight: 500;
width: 270px;
word-break: break-all;
}
#waitlist-notification-nav .dropdown-toggle::after{
display: none;
}
#waitlist-notification-nav .sidebar-notification-nav-icon{
width: 25px !important;
height: 20px !important;
}
#waitlist-notification-nav .notification-item-name {
padding-left: 18px;
font-size: 13px;
color: #FFFFFF;
display: inline-block;
white-space: normal;
width: 68%;
vertical-align: middle;
margin-right: 10px;
}
#waitlist-notification-nav .dropdown-menu > div{
max-height: 185px;
overflow-y: auto;
overflow-x: hidden;
-webkit-overflow-scrolling: touch;
}
#waitlist-notification-nav .dropdown-menu > div > div > li > a{
display: flex;
align-items: center;
padding: 8px 20px;
justify-content: space-between;
text-decoration: none;
}
#waitlist-notification-nav .notification-fa {
position: relative;
}
#waitlist-notification-nav .notification-count{
font-size: 10px;
font-weight: bold;
}
#waitlist-notification-nav .notification-badge {
font-size: 0.25em;
position: absolute;
top: -0.0em;
right: -2.0em;
width: 4.0em;
height: 4.0em;
border-radius: 50%;
text-align: center;
color: #fff;
background: red;
display: flex;
justify-content: center;
align-items: center;
}
#waitlist-notification-nav {
color: white !important;
font-size: 16px;
cursor: pointer;
position: relative;
display: block;
padding: 10px 15px;
padding-left: 0;
padding-bottom: 15px;
background-color: inherit;
}
#waitlist-notification-nav a:hover, #waitlist-notification-nav a:focus {
/* background-color: #737B82; */
}
#waitlist-notification-nav .notification-badge-plus {
right: -3.8em;
width: 6.0em;
border-radius: 35%;
}
.notification-item-img-container{
width: 33px;
height: 33px;
margin-right: 5px;
}
.notification-item-img{
width: inherit;
height: inherit;
}
#notification-dropdown:after {
position: absolute;
left: 203px;
top: -7px;
width: 0px;
height: 0;
content: '';
border-left: 7px solid transparent;
border-right: 7px solid transparent;
border-bottom: 7px solid #ffffff;
}
#notification-dropdown:before {
position: absolute;
left: 201px;
top: -9px;
width: 0px;
height: 0;
content: '';
border-left: 9px solid transparent;
border-right: 9px solid transparent;
border-bottom: 9px solid #bfc5d3;
}
#waitlist-notification-nav .sidebar-notification-item .notification-retry-icon{
width: 22px;
height: 20px;
}
#waitlist-notification-nav .sidebar-notification-item .notification-retry-icon.notification-retry-icon-hidden{
opacity: 0;
} | 0.395018 | 0.162646 |
* {
margin: 0;
padding: 0;
}
body {
font-family: Helvetica, "Trebuchet MS", sans-serif;
background: #FFFFFF url("../images/bg.png");
margin: 15px;
}
#container {
background: #ede9cc url("../images/bg-container.png") top center repeat-y;
margin: 0 auto;
min-width: 740px;
max-width: 1180px;
}
#top {
position: relative;
background: #dbcd87;
height: 15.4em;
min-height: 250px;
}
#logo-area {
position: absolute;
background: url("../images/topo-imagem-principal.png") no-repeat;
width: 100%;
height: 250px;
top: 0;
left: 0;
z-index: 1;
}
.logo a {
position: absolute;
top: 15px;
left: 15px;
background: url("../images/logo.png") no-repeat;
z-index: 3;
width: 151px;
height: 66px;
text-indent: -9000px;
}
#menu-area {
position: absolute;
top: 0;
right: 0;
background: url("../images/topo-imagem-lateral.png") no-repeat;
width: 450px;
height: 250px;
z-index: 2;
}
#menu-content {
margin-left: 90px;
margin-right: 15px;
padding-top: 15px;
height: 14%;
}
#locals-menu {
border-bottom: 1px solid #b5ab56;
border-top: 1px solid #b5ab56;
padding: 5px 0;
font-size: 0.7em;
color: #8b8448;
}
#locals-menu .locals {
float: left;
line-height: 2.1em;
}
a {
text-decoration: none;
}
a.reservation {
text-transform: uppercase;
background: #a29750;
color: #fff5b0;
padding: 5px 10px;
float: right;
}
/***** END WEBSITE STRUCTURE *****/
/***** BEGIN NAVEGATION BAR ******/
#menu {
margin-top: 15px;
}
ul {
list-style: none;
}
ul #navegation {
float: left;
}
ul#navegation a {
text-transform: uppercase;
font-size: 0.8em;
padding: 5px;
color: #6e672c;
line-height: 30px;
}
ul#navegation a:hover {
background: #FDF6BE;
}
/** BEGIN GUEST TESTIMONY PART **/
#upper-image {
position: absolute;
top: 60px;
left: 275px;
}
#lower-image {
position: absolute;
top: 198px;
left: 275px;
}
#menu p {
position: relative;
top: -110px;
left: 110px;
}
#testimony {
font-family: "Brush Script MT";
margin-left: 45px;
font-size: 1.75em;
color: #938d70;
}
#guest {
text-align: center;
margin-left: -100px;
font-size: 1em;
color: #6E675A;
}
/** END GUEST TESTIMONY PART **/
/***** END NAVEGATION BAR ******/
/***** BEGIN MAIN CONTENT *****/
#main-content {
float: left;
width: 50%;
background: url("../images/bg-area-principal.png") top left repeat-x;
padding: 15px 0;
}
.content {
margin: 0 auto;
width: 90%;
}
h2 {
color: #7d7640;
font-size: 1.1em;
padding: 5px 0;
}
p {
font-size: 1em;
margin-bottom: 10px;
}
/***** END MAIN CONTENT *****/
/***** BEGIN SIDE CONTENT *****/
#side-content {
float: right;
width: 50%;
background: url("../images/bg-area-lateral.png") top left repeat-x;
padding: 20px 0;
}
#benefits li {
padding: 8px;
border-bottom: 1px solid #f3efcb;
height: 6em;
}
#benefits li a img {
float: left;
margin-right: 8px;
}
#benefits li a h3 {
font-size: 1em;
color: #615b2d;
padding: 5px 0;
background: url("../images/ornamento.png") no-repeat center right;
}
#benefits li a p {
color: #000000;
font-size: 0.8em;
}
#benefits li:hover {
background: #f3efcb;
}
/***** END SIDE CONTENT *****/
/***** BEGIN FOOTER CONTENT ****/
#footer {
clear: both;
padding: 16px;
background: #fff url("../images/bg-rodape.png") top left repeat-x;
color: #7d7640;
}
/***** END FOOTER CONTENT ****/ | CSS3/CSS3 Intermediate-Advanced/project-chalet-hotel/css/chalet-hotel-style.css | * {
margin: 0;
padding: 0;
}
body {
font-family: Helvetica, "Trebuchet MS", sans-serif;
background: #FFFFFF url("../images/bg.png");
margin: 15px;
}
#container {
background: #ede9cc url("../images/bg-container.png") top center repeat-y;
margin: 0 auto;
min-width: 740px;
max-width: 1180px;
}
#top {
position: relative;
background: #dbcd87;
height: 15.4em;
min-height: 250px;
}
#logo-area {
position: absolute;
background: url("../images/topo-imagem-principal.png") no-repeat;
width: 100%;
height: 250px;
top: 0;
left: 0;
z-index: 1;
}
.logo a {
position: absolute;
top: 15px;
left: 15px;
background: url("../images/logo.png") no-repeat;
z-index: 3;
width: 151px;
height: 66px;
text-indent: -9000px;
}
#menu-area {
position: absolute;
top: 0;
right: 0;
background: url("../images/topo-imagem-lateral.png") no-repeat;
width: 450px;
height: 250px;
z-index: 2;
}
#menu-content {
margin-left: 90px;
margin-right: 15px;
padding-top: 15px;
height: 14%;
}
#locals-menu {
border-bottom: 1px solid #b5ab56;
border-top: 1px solid #b5ab56;
padding: 5px 0;
font-size: 0.7em;
color: #8b8448;
}
#locals-menu .locals {
float: left;
line-height: 2.1em;
}
a {
text-decoration: none;
}
a.reservation {
text-transform: uppercase;
background: #a29750;
color: #fff5b0;
padding: 5px 10px;
float: right;
}
/***** END WEBSITE STRUCTURE *****/
/***** BEGIN NAVEGATION BAR ******/
#menu {
margin-top: 15px;
}
ul {
list-style: none;
}
ul #navegation {
float: left;
}
ul#navegation a {
text-transform: uppercase;
font-size: 0.8em;
padding: 5px;
color: #6e672c;
line-height: 30px;
}
ul#navegation a:hover {
background: #FDF6BE;
}
/** BEGIN GUEST TESTIMONY PART **/
#upper-image {
position: absolute;
top: 60px;
left: 275px;
}
#lower-image {
position: absolute;
top: 198px;
left: 275px;
}
#menu p {
position: relative;
top: -110px;
left: 110px;
}
#testimony {
font-family: "Brush Script MT";
margin-left: 45px;
font-size: 1.75em;
color: #938d70;
}
#guest {
text-align: center;
margin-left: -100px;
font-size: 1em;
color: #6E675A;
}
/** END GUEST TESTIMONY PART **/
/***** END NAVEGATION BAR ******/
/***** BEGIN MAIN CONTENT *****/
#main-content {
float: left;
width: 50%;
background: url("../images/bg-area-principal.png") top left repeat-x;
padding: 15px 0;
}
.content {
margin: 0 auto;
width: 90%;
}
h2 {
color: #7d7640;
font-size: 1.1em;
padding: 5px 0;
}
p {
font-size: 1em;
margin-bottom: 10px;
}
/***** END MAIN CONTENT *****/
/***** BEGIN SIDE CONTENT *****/
#side-content {
float: right;
width: 50%;
background: url("../images/bg-area-lateral.png") top left repeat-x;
padding: 20px 0;
}
#benefits li {
padding: 8px;
border-bottom: 1px solid #f3efcb;
height: 6em;
}
#benefits li a img {
float: left;
margin-right: 8px;
}
#benefits li a h3 {
font-size: 1em;
color: #615b2d;
padding: 5px 0;
background: url("../images/ornamento.png") no-repeat center right;
}
#benefits li a p {
color: #000000;
font-size: 0.8em;
}
#benefits li:hover {
background: #f3efcb;
}
/***** END SIDE CONTENT *****/
/***** BEGIN FOOTER CONTENT ****/
#footer {
clear: both;
padding: 16px;
background: #fff url("../images/bg-rodape.png") top left repeat-x;
color: #7d7640;
}
/***** END FOOTER CONTENT ****/ | 0.272411 | 0.110471 |
html *
{
font-family: Lato !important;
}
.left-align {
text-align: left;
}
.nomargin {
margin: 0;
}
.nopadding {
padding: 0;
}
/**
* Map
*/
#infovis-map-l {
position: fixed;
top: 0px;
left: 0;
z-index: -2;
width: 100%;
height: 100vh;
text-align: center;
}
.info {
padding: 6px 8px;
font: 14px/16px Arial, Helvetica, sans-serif;
background: rgba(255,255,255,0.8);
box-shadow: 0 0 15px rgba(0,0,0,0.2);
border-radius: 5px;
}
.info h4 {
margin: 0 0 5px;
color: #777;
}
.info_no_padding {
padding: 6px 8px;
font: 14px/16px Arial, Helvetica, sans-serif;
box-shadow: 0 0 15px rgba(0,0,0,0.2);
border-radius: 5px;
}
.legend {
line-height: 18px;
color: #555;
}
.legend i {
width: 18px;
height: 18px;
float: left;
margin-right: 8px;
opacity: 0.7;
}
/**
* Side panels (both) - General stuff
*/
.side-panel {
position: fixed;
z-index: 10;
margin: 0;
padding: 0 5px 0 5px;
}
.side-panel.opened {
background-color: rgba(255,255,255,0.8);
margin-top: 50px;
width: auto;
height: calc(100vh - 100px); /* 50px space on top and bottom */
}
.side-panel.closed {
background-color: transparent;
height: 25px; /* The button has a height of 25px, don't know why */
width: auto; /* Width of button */
margin-top: 50px;
}
.side-panel.closed .header {
height: auto;
padding: 0 0 0 0;
margin: 0 0 0 0;
border: none;
}
.side-panel .header {
text-align: right;
height: 30px;
padding-top: 5px;
margin-bottom: 10px;
border-bottom: 1px solid lightgray;
}
.side-panel.closed .header .title {
display: none;
}
.side-panel .header .control {
float: right;
}
.side-panel .toggle-button:after {
font-family: "Font Awesome 5 Free"; /* This is the correct font-family*/
color:#000;
font-style: normal;
font-weight:900;
}
.side-panel .toggle-button {
width: 25px;
margin-top: 5px;
}
.side-panel.opened .body {
overflow-y: auto;
padding-top: 5px;
}
.side-panel.closed .body {
display: none;
}
.side-panel.closed .footer {
display: none;
}
/**
* Filter panel
*/
.side-panel.left {
top: 50px;
left: 0;
}
.side-panel.left.opened {
width: 12vw;
}
.side-panel.left.opened .body {
/* Full height - space top - space bottom - height header incl. margin and padding and border - padding body */
height: calc(100vh - 50px - 50px - 66px - 5px - 81px);
min-height: calc(100vh - 50px - 50px - 66px - 5px - 81px);
max-height: calc(100vh - 50px - 50px - 66px - 5px - 81px);
padding-top: 0;
margin-top: 0;
}
.side-panel.left.opened .footer {
height: 60px;
min-height: 60px;
max-height: 60px;
padding-top: 5px;
padding-bottom: 5px;
margin-top: 10px;
border-top: 1px solid lightgray;
}
.side-panel.left.opened .toggle-button:after {
content: '\f100';
}
.side-panel.left.closed .toggle-button:after {
content: '\f101';
}
/**
* Visualizations panel
*/
.side-panel.right {
top: 50px;
right: 0;
}
.side-panel.right.opened {
width: 85vw;
}
.side-panel.right.opened .body {
/* Full height - space top - space bottom - height header incl. margin and padding and border - padding body */
height: calc(100vh - 50px - 50px - 66px - 10px);
min-height: calc(100vh - 50px - 50px - 66px - 10px);
max-height: calc(100vh - 50px - 50px - 66px - 10px);
}
.side-panel.right.opened .toggle-button:after {
content: '\f00d';
}
.side-panel.right.closed .toggle-button:after {
content: '\f201';
}
/**
* Filters in filter panel
*/
.infovis-filter {
margin: 0px 3px 8px 2px;
}
.infovis-filter .title {
margin-bottom: 0.2em;
}
.infovis-filter .range-input {
margin-bottom: 0.2em;
}
/**
* Charts
*/
#infovis-charts {
display: flex;
flex-flow: row wrap;
}
.chart {
width: 48%;
min-width: 48%;
max-width: 48%;
height: 48%;
min-height: 48%;
max-height: 48%;
flex: 1 1 48%;
}
.side-panel.closed .chart {
display: none;
} | css/style.css | html *
{
font-family: Lato !important;
}
.left-align {
text-align: left;
}
.nomargin {
margin: 0;
}
.nopadding {
padding: 0;
}
/**
* Map
*/
#infovis-map-l {
position: fixed;
top: 0px;
left: 0;
z-index: -2;
width: 100%;
height: 100vh;
text-align: center;
}
.info {
padding: 6px 8px;
font: 14px/16px Arial, Helvetica, sans-serif;
background: rgba(255,255,255,0.8);
box-shadow: 0 0 15px rgba(0,0,0,0.2);
border-radius: 5px;
}
.info h4 {
margin: 0 0 5px;
color: #777;
}
.info_no_padding {
padding: 6px 8px;
font: 14px/16px Arial, Helvetica, sans-serif;
box-shadow: 0 0 15px rgba(0,0,0,0.2);
border-radius: 5px;
}
.legend {
line-height: 18px;
color: #555;
}
.legend i {
width: 18px;
height: 18px;
float: left;
margin-right: 8px;
opacity: 0.7;
}
/**
* Side panels (both) - General stuff
*/
.side-panel {
position: fixed;
z-index: 10;
margin: 0;
padding: 0 5px 0 5px;
}
.side-panel.opened {
background-color: rgba(255,255,255,0.8);
margin-top: 50px;
width: auto;
height: calc(100vh - 100px); /* 50px space on top and bottom */
}
.side-panel.closed {
background-color: transparent;
height: 25px; /* The button has a height of 25px, don't know why */
width: auto; /* Width of button */
margin-top: 50px;
}
.side-panel.closed .header {
height: auto;
padding: 0 0 0 0;
margin: 0 0 0 0;
border: none;
}
.side-panel .header {
text-align: right;
height: 30px;
padding-top: 5px;
margin-bottom: 10px;
border-bottom: 1px solid lightgray;
}
.side-panel.closed .header .title {
display: none;
}
.side-panel .header .control {
float: right;
}
.side-panel .toggle-button:after {
font-family: "Font Awesome 5 Free"; /* This is the correct font-family*/
color:#000;
font-style: normal;
font-weight:900;
}
.side-panel .toggle-button {
width: 25px;
margin-top: 5px;
}
.side-panel.opened .body {
overflow-y: auto;
padding-top: 5px;
}
.side-panel.closed .body {
display: none;
}
.side-panel.closed .footer {
display: none;
}
/**
* Filter panel
*/
.side-panel.left {
top: 50px;
left: 0;
}
.side-panel.left.opened {
width: 12vw;
}
.side-panel.left.opened .body {
/* Full height - space top - space bottom - height header incl. margin and padding and border - padding body */
height: calc(100vh - 50px - 50px - 66px - 5px - 81px);
min-height: calc(100vh - 50px - 50px - 66px - 5px - 81px);
max-height: calc(100vh - 50px - 50px - 66px - 5px - 81px);
padding-top: 0;
margin-top: 0;
}
.side-panel.left.opened .footer {
height: 60px;
min-height: 60px;
max-height: 60px;
padding-top: 5px;
padding-bottom: 5px;
margin-top: 10px;
border-top: 1px solid lightgray;
}
.side-panel.left.opened .toggle-button:after {
content: '\f100';
}
.side-panel.left.closed .toggle-button:after {
content: '\f101';
}
/**
* Visualizations panel
*/
.side-panel.right {
top: 50px;
right: 0;
}
.side-panel.right.opened {
width: 85vw;
}
.side-panel.right.opened .body {
/* Full height - space top - space bottom - height header incl. margin and padding and border - padding body */
height: calc(100vh - 50px - 50px - 66px - 10px);
min-height: calc(100vh - 50px - 50px - 66px - 10px);
max-height: calc(100vh - 50px - 50px - 66px - 10px);
}
.side-panel.right.opened .toggle-button:after {
content: '\f00d';
}
.side-panel.right.closed .toggle-button:after {
content: '\f201';
}
/**
* Filters in filter panel
*/
.infovis-filter {
margin: 0px 3px 8px 2px;
}
.infovis-filter .title {
margin-bottom: 0.2em;
}
.infovis-filter .range-input {
margin-bottom: 0.2em;
}
/**
* Charts
*/
#infovis-charts {
display: flex;
flex-flow: row wrap;
}
.chart {
width: 48%;
min-width: 48%;
max-width: 48%;
height: 48%;
min-height: 48%;
max-height: 48%;
flex: 1 1 48%;
}
.side-panel.closed .chart {
display: none;
} | 0.571408 | 0.121165 |
a:hover {
text-decoration: underline;
}
.ajax-loader {
background:url(../i/ajax-loader.gif) no-repeat center center #FFF;
position: fixed;
height: 100%;
width: 100%;
display: none;
z-index: 1060;
opacity: 0.6;
}
.info_principal {
position: fixed;
z-index: 1080;
width: 50%;
margin: 0 25%;
}
.info_principal .alert {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
padding: 3px;
margin: auto;
text-align: center;
}
.bg-image {
-webkit-background-size: cover;
background-size: cover;
opacity: .5;
position: fixed;
top: 0px;
left: 0px;
width: 100%;
height: 100vh;
z-index: -1;
}
.start-wizard form {
position: relative;
width: 100%;
overflow: hidden;
white-space: nowrap;
}
.start-wizard hgroup {
margin-bottom: 5px;
}
.start-wizard hgroup * {
white-space: normal;
}
.start-wizard hgroup > h2 {
font-size: 2.4em;
}
.start-wizard hgroup > h2 > span {
font-size: 0.5em;
vertical-align: super;
margin-left: 30px;
color: cornsilk;
}
.start-wizard form > div {
position: absolute;
width: 100vw;
display: inline-block;
text-align: center;
}
.start-wizard form > div {
left: 100vw
}
.start-wizard form > div.left-hide {
left: -100vw;
}
.start-wizard form > div.active {
left: 0;
}
.form-block, .control-block {
position: relative;
width: 500px;
height: auto;
display: inline-block;
padding: 10px 25px;
clear: both;
text-align: left;
}
.control-block .btn,
#form-login .form-block .btn {
font-size: 18px;
font-weight: 400 !important;
border-radius: 4px !important;
text-shadow: 0 !important;
min-width: 110px;
border: 1px solid #00b588;
padding: 16px 25px 16px 25px;
margin: 0px;
-webkit-transition: all ease 0.25s;
transition: all ease 0.25s;
}
.control-block .btn-warning {
border: 1px solid #F4DF52;
}
#form-login .form-block .btn-default:active,
#form-login .form-block .btn-default:focus,
#form-login .form-block .btn-default:hover,
#form-login .control-block .btn-default:active,
#form-login .control-block .btn-default:focus,
#form-login .control-block .btn-default:hover {
color: white;
background-color: #3f7353;
border: 1px solid #3f7353;
}
#form-login {
padding-top: 15px;
height: inherit;
overflow: visible;
}
#form-login .logo-login {
display: inline-block;
margin: 10px auto 0 auto;
max-height: 60px;
max-width: 90%;
}
.btn-block {
width: 100%;
}
.form-block {
background: rgba(255,255,255,.7);
}
#form-login .social_icon {
text-decoration: inherit;
}
#form-login input,
#form-login select {
color: #000;
padding-left: 5px;
}
#form-login .has-error .input {
border-color: #a94442;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
#form-login .has-error .input:focus {
border-color: #843534;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.welcome{
background: none;
padding: 25px 35px;
}
#form-login .form-block {
background: none;
padding: 5px 10px
}
.form-block.margin-negative{
margin: -5px auto 10px;
}
.form-block.save-pass > a{
display: inline-block;
text-align: center;
line-height: 40px;
width: 100%;
}
.form-block.save-pass > a:hover{
text-decoration: underline;
}
.form-block * {
white-space: initial;
}
.help {
text-align: left;
margin-top: -15px;
}
.input + .help {
font-size: .8em;
color: #e0944b;
font-weight: 500;
margin-top: 0px;
animation: context-help ease-in-out 0.3s;
animation-iteration-count: 1;
transform-origin: 50% 50%;
animation-fill-mode:forwards; /*when the spec is finished*/
-webkit-animation: context-help ease-in-out 0.3s;
-webkit-animation-iteration-count: 1;
-webkit-transform-origin: 50% 50%;
-webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/
-moz-animation: context-help ease-in-out 0.3s;
-moz-animation-iteration-count: 1;
-moz-transform-origin: 50% 50%;
-moz-animation-fill-mode:forwards; /*FF 5+*/
-o-animation: context-help ease-in-out 0.3s;
-o-animation-iteration-count: 1;
-o-transform-origin: 50% 50%;
-o-animation-fill-mode:forwards; /*Not implemented yet*/
-ms-animation: context-help ease-in-out 0.3s;
-ms-animation-iteration-count: 1;
-ms-transform-origin: 50% 50%;
-ms-animation-fill-mode:forwards; /*IE 10+*/
}
@keyframes context-help{
0% {
opacity:0;
transform: translate(0px,-50px) ;
}
100% {
opacity:1;
transform: translate(0px,0px) ;
}
}
@-moz-keyframes context-help{
0% {
opacity:0;
-moz-transform: translate(0px,-50px) ;
}
100% {
opacity:1;
-moz-transform: translate(0px,0px) ;
}
}
@-webkit-keyframes context-help {
0% {
opacity:0;
-webkit-transform: translate(0px,-50px) ;
}
100% {
opacity:1;
-webkit-transform: translate(0px,0px) ;
}
}
@-o-keyframes context-help {
0% {
opacity:0;
-o-transform: translate(0px,-50px) ;
}
100% {
opacity:1;
-o-transform: translate(0px,0px) ;
}
}
@-ms-keyframes context-help {
0% {
opacity:0;
-ms-transform: translate(0px,-50px) ;
}
100% {
opacity:1;
-ms-transform: translate(0px,0px) ;
}
}
#list_urls li {
padding-left: 30px;
background-size: 25px 25px;
background-position: left top;
background-repeat: no-repeat;
}
#list_urls li.inicio_icon {
background-image: url(../i/iconos/home_white.svg);
}
#list_urls li.agenda_icon {
background-image: url(../i/iconos/agenda_white.svg);
}
#list_urls li.pacientes_icon {
background-image: url(../i/iconos/paciente_white.svg);
}
#footer_login.form-block {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
padding: 30px 0 10px;
}
#footer_login p {
margin: auto;
text-align: center;
}
#footer_login a {
color: white;
text-decoration: underline;
}
#footer_login img {
width: 15px;
height: 15px;
}
@media screen and (max-width: 767px) {
.info_principal {
width: 80%;
margin: 0 10%;
}
.start-wizard hgroup > h2 {
font-size: 2em;
}
.start-wizard hgroup > h2 > span {
margin-left: 20px;
}
.start-wizard form {
/*min-height: 600px;*/
}
.box-row > div > label {
margin-top: 1rem;
}
.box-row > div:first-child > label {
margin-top: 0;
}
#form-login > hgroup > * {
font-size: 1.2em
}
}
@media screen and (max-width: 500px) {
.info_principal {
width: 94%;
margin: 0 3%;
}
.start-wizard hgroup > h2 {
font-size: 1.8em;
}
.form-block {
width: 95%;
padding: 25px 10px;
}
.control-block{
width: 95%;
padding: 0;
margin-top: 25px;
}
.standard-button, .standard-button2 {
margin: 5px 0;
}
}
/*--------------------------------------------- TERMINOS DE USO ------------------------------------*/
#modal_terminos .modal-dialog {
width: 80%;
margin: 1% auto;
max-height: 98%;
overflow: scroll;
}
#terminos {
width: 96%;
margin: auto;
text-align: justify;
}
#terminos h2 {
font-size: 21px;
color: #00b588;
}
#terminos #contenido_terminos {
font-size: 14px;
width: 90%;
margin: auto;
}
#terminos #contenido_terminos h3 {
color: #00b588;
font-weight: bold;
line-height: 22px;
margin: 10px 0 10px 0;
}
#terminos #contenido_terminos p {
color: #303030;
line-height: 22px;
margin: 0 0 5px 0;
}
#terminos #contenido_terminos p.lista {
margin: 0 0 3px 20px;
}
#terminos #contenido_terminos ol {
margin: 10px 0 10px 50px;
color: #303030;
line-height: 22px;
}
#terminos #contenido_terminos ol li {
list-style: decimal;
} | web/css/platform.css | a:hover {
text-decoration: underline;
}
.ajax-loader {
background:url(../i/ajax-loader.gif) no-repeat center center #FFF;
position: fixed;
height: 100%;
width: 100%;
display: none;
z-index: 1060;
opacity: 0.6;
}
.info_principal {
position: fixed;
z-index: 1080;
width: 50%;
margin: 0 25%;
}
.info_principal .alert {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
padding: 3px;
margin: auto;
text-align: center;
}
.bg-image {
-webkit-background-size: cover;
background-size: cover;
opacity: .5;
position: fixed;
top: 0px;
left: 0px;
width: 100%;
height: 100vh;
z-index: -1;
}
.start-wizard form {
position: relative;
width: 100%;
overflow: hidden;
white-space: nowrap;
}
.start-wizard hgroup {
margin-bottom: 5px;
}
.start-wizard hgroup * {
white-space: normal;
}
.start-wizard hgroup > h2 {
font-size: 2.4em;
}
.start-wizard hgroup > h2 > span {
font-size: 0.5em;
vertical-align: super;
margin-left: 30px;
color: cornsilk;
}
.start-wizard form > div {
position: absolute;
width: 100vw;
display: inline-block;
text-align: center;
}
.start-wizard form > div {
left: 100vw
}
.start-wizard form > div.left-hide {
left: -100vw;
}
.start-wizard form > div.active {
left: 0;
}
.form-block, .control-block {
position: relative;
width: 500px;
height: auto;
display: inline-block;
padding: 10px 25px;
clear: both;
text-align: left;
}
.control-block .btn,
#form-login .form-block .btn {
font-size: 18px;
font-weight: 400 !important;
border-radius: 4px !important;
text-shadow: 0 !important;
min-width: 110px;
border: 1px solid #00b588;
padding: 16px 25px 16px 25px;
margin: 0px;
-webkit-transition: all ease 0.25s;
transition: all ease 0.25s;
}
.control-block .btn-warning {
border: 1px solid #F4DF52;
}
#form-login .form-block .btn-default:active,
#form-login .form-block .btn-default:focus,
#form-login .form-block .btn-default:hover,
#form-login .control-block .btn-default:active,
#form-login .control-block .btn-default:focus,
#form-login .control-block .btn-default:hover {
color: white;
background-color: #3f7353;
border: 1px solid #3f7353;
}
#form-login {
padding-top: 15px;
height: inherit;
overflow: visible;
}
#form-login .logo-login {
display: inline-block;
margin: 10px auto 0 auto;
max-height: 60px;
max-width: 90%;
}
.btn-block {
width: 100%;
}
.form-block {
background: rgba(255,255,255,.7);
}
#form-login .social_icon {
text-decoration: inherit;
}
#form-login input,
#form-login select {
color: #000;
padding-left: 5px;
}
#form-login .has-error .input {
border-color: #a94442;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
#form-login .has-error .input:focus {
border-color: #843534;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.welcome{
background: none;
padding: 25px 35px;
}
#form-login .form-block {
background: none;
padding: 5px 10px
}
.form-block.margin-negative{
margin: -5px auto 10px;
}
.form-block.save-pass > a{
display: inline-block;
text-align: center;
line-height: 40px;
width: 100%;
}
.form-block.save-pass > a:hover{
text-decoration: underline;
}
.form-block * {
white-space: initial;
}
.help {
text-align: left;
margin-top: -15px;
}
.input + .help {
font-size: .8em;
color: #e0944b;
font-weight: 500;
margin-top: 0px;
animation: context-help ease-in-out 0.3s;
animation-iteration-count: 1;
transform-origin: 50% 50%;
animation-fill-mode:forwards; /*when the spec is finished*/
-webkit-animation: context-help ease-in-out 0.3s;
-webkit-animation-iteration-count: 1;
-webkit-transform-origin: 50% 50%;
-webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/
-moz-animation: context-help ease-in-out 0.3s;
-moz-animation-iteration-count: 1;
-moz-transform-origin: 50% 50%;
-moz-animation-fill-mode:forwards; /*FF 5+*/
-o-animation: context-help ease-in-out 0.3s;
-o-animation-iteration-count: 1;
-o-transform-origin: 50% 50%;
-o-animation-fill-mode:forwards; /*Not implemented yet*/
-ms-animation: context-help ease-in-out 0.3s;
-ms-animation-iteration-count: 1;
-ms-transform-origin: 50% 50%;
-ms-animation-fill-mode:forwards; /*IE 10+*/
}
@keyframes context-help{
0% {
opacity:0;
transform: translate(0px,-50px) ;
}
100% {
opacity:1;
transform: translate(0px,0px) ;
}
}
@-moz-keyframes context-help{
0% {
opacity:0;
-moz-transform: translate(0px,-50px) ;
}
100% {
opacity:1;
-moz-transform: translate(0px,0px) ;
}
}
@-webkit-keyframes context-help {
0% {
opacity:0;
-webkit-transform: translate(0px,-50px) ;
}
100% {
opacity:1;
-webkit-transform: translate(0px,0px) ;
}
}
@-o-keyframes context-help {
0% {
opacity:0;
-o-transform: translate(0px,-50px) ;
}
100% {
opacity:1;
-o-transform: translate(0px,0px) ;
}
}
@-ms-keyframes context-help {
0% {
opacity:0;
-ms-transform: translate(0px,-50px) ;
}
100% {
opacity:1;
-ms-transform: translate(0px,0px) ;
}
}
#list_urls li {
padding-left: 30px;
background-size: 25px 25px;
background-position: left top;
background-repeat: no-repeat;
}
#list_urls li.inicio_icon {
background-image: url(../i/iconos/home_white.svg);
}
#list_urls li.agenda_icon {
background-image: url(../i/iconos/agenda_white.svg);
}
#list_urls li.pacientes_icon {
background-image: url(../i/iconos/paciente_white.svg);
}
#footer_login.form-block {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
padding: 30px 0 10px;
}
#footer_login p {
margin: auto;
text-align: center;
}
#footer_login a {
color: white;
text-decoration: underline;
}
#footer_login img {
width: 15px;
height: 15px;
}
@media screen and (max-width: 767px) {
.info_principal {
width: 80%;
margin: 0 10%;
}
.start-wizard hgroup > h2 {
font-size: 2em;
}
.start-wizard hgroup > h2 > span {
margin-left: 20px;
}
.start-wizard form {
/*min-height: 600px;*/
}
.box-row > div > label {
margin-top: 1rem;
}
.box-row > div:first-child > label {
margin-top: 0;
}
#form-login > hgroup > * {
font-size: 1.2em
}
}
@media screen and (max-width: 500px) {
.info_principal {
width: 94%;
margin: 0 3%;
}
.start-wizard hgroup > h2 {
font-size: 1.8em;
}
.form-block {
width: 95%;
padding: 25px 10px;
}
.control-block{
width: 95%;
padding: 0;
margin-top: 25px;
}
.standard-button, .standard-button2 {
margin: 5px 0;
}
}
/*--------------------------------------------- TERMINOS DE USO ------------------------------------*/
#modal_terminos .modal-dialog {
width: 80%;
margin: 1% auto;
max-height: 98%;
overflow: scroll;
}
#terminos {
width: 96%;
margin: auto;
text-align: justify;
}
#terminos h2 {
font-size: 21px;
color: #00b588;
}
#terminos #contenido_terminos {
font-size: 14px;
width: 90%;
margin: auto;
}
#terminos #contenido_terminos h3 {
color: #00b588;
font-weight: bold;
line-height: 22px;
margin: 10px 0 10px 0;
}
#terminos #contenido_terminos p {
color: #303030;
line-height: 22px;
margin: 0 0 5px 0;
}
#terminos #contenido_terminos p.lista {
margin: 0 0 3px 20px;
}
#terminos #contenido_terminos ol {
margin: 10px 0 10px 50px;
color: #303030;
line-height: 22px;
}
#terminos #contenido_terminos ol li {
list-style: decimal;
} | 0.304765 | 0.062445 |
* {
font-family: 'Noto Serif TC', serif;
}
body {
height: auto;
overflow-x: hidden;
overflow-y: visible;
background-color: rgba(165, 145, 50, 0.3);
background-blend-mode: multiply;
background-image: url(https://i.imgur.com/TAqZJgN.jpg);
background-size: 160% auto;
background-position: 0px 0px;
background-attachment: fixed;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
font-weight: bold;
}
p {
padding: 20px 80px;
line-height: 30px;
color: #333333;
font-weight: 600;
font-size: 18px;
}
.navbar {
padding-left: 0px;
padding-top: 0px;
padding-bottom: 0px;
background-color: transparent;
}
.navbar .dropdown-menu {
padding-top: 0px;
padding-bottom: 0px;
top: 48px;
border: none;
background-color: rgba(242, 244, 243, 0.6);
}
.navbar .dropdown-menu a {
width: 180px;
padding-left: 0.5rem;
white-space: normal;
font-weight: 700;
}
@media screen and (max-width: 767px) {
.navbar .dropdown-menu {
margin-top: 10px;
}
.navbar .dropdown-menu .dropdown-item {
float: right;
text-align: right;
padding-right: 10px;
}
}
.navbar .navbar-brand {
font-weight: 900;
padding: 15px 20px 15px 15px;
color: #49111C;
}
.navbar .navbar-brand:hover {
background-color: rgba(51, 51, 51, 0.3);
background-blend-mode: multiply;
}
.navbar .logo {
background-image: url("https://i.imgur.com/REHngxC.jpg");
background-size: auto 100%;
background-position: -12px 0;
width: 30px;
height: 30px;
border-radius: 100%;
}
.navbar .navbar-collapse .nav-link {
font-weight: 800;
text-align: right;
padding-right: 5px;
}
.jumbotron {
background-color: transparent;
margin-bottom: 0px;
}
.jumbotron .container {
margin-top: 300px;
text-align: center;
}
.jumbotron .container h1 {
color: #49111c;
letter-spacing: 2px;
font-family: 'Dancing Script', cursive;
font-size: 80px;
}
.jumbotron .container p {
font-size: 18px;
letter-spacing: 1px;
color: rgba(73, 17, 28, 0.7);
font-weight: 800;
}
section {
padding-top: 100px;
}
#origin {
background: linear-gradient(rgba(242, 244, 243, 0), rgba(165, 145, 50, 0.8) 30%);
margin-top: 150px;
padding-bottom: 0px;
}
#origin hr {
background-color: rgba(51, 51, 51, 0.3);
width: 90%;
margin-top: 40px;
}
#chronicle {
background: linear-gradient(rgba(165, 145, 50, 0.8), rgba(218, 116, 34, 0.6) 40%);
transition-duration: 0.5s;
}
#chronicle hr {
margin-top: 0px;
margin-bottom: 65px;
width: 100px;
background-color: #9d3020;
border-width: 2px;
}
#chronicle h3 {
margin-bottom: 30px;
}
#chronicle #post1 {
display: block;
}
#chronicle .intro {
margin-top: 250px;
display: none;
}
#chronicle .intro h5 {
color: #0A0908;
}
#chronicle .intro p {
font-weight: 600;
line-height: 30px;
letter-spacing: 1px;
}
#chronicle .chro {
border-bottom: solid 2px black;
padding: 0;
}
#chronicle .chro .event {
position: relative;
transform: translateY(50%);
width: 15px;
height: 15px;
border-radius: 100%;
background-color: #49111C;
text-align: center;
z-index: 10;
}
#chronicle .chro .event:hover {
background-color: #860505;
box-shadow: 0px 0px 10px -1px #860505;
}
#chronicle .chro .event:hover p {
color: #0A0908;
font-weight: 700;
}
#chronicle .chro .event p {
position: absolute;
top: 30px;
left: 50%;
transform: translateX(-50%);
width: 70px;
padding: 0px;
color: #333333;
line-height: 35px;
font-weight: 500;
}
#chronicle .chro .event p span {
position: relative;
top: 15px;
}
#chronicle .chro .eventhover {
background-color: #860505;
box-shadow: 0px 0px 5px 1px #860505;
position: relative;
transform: translateY(50%);
width: 15px;
height: 15px;
border-radius: 100%;
text-align: center;
z-index: 10;
}
#chronicle .chro .eventhover p {
color: #0A0908;
font-weight: 800;
position: absolute;
top: 30px;
left: 50%;
transform: translateX(-50%);
width: 70px;
padding: 0px;
line-height: 35px;
}
#chronicle .chro .eventhover p span {
position: relative;
top: 15px;
}
#representative {
padding-top: 100px;
background: linear-gradient(rgba(218, 116, 34, 0.6), rgba(155, 196, 203, 0.6) 35%);
}
#representative hr {
margin-top: 0px;
margin-bottom: 40px;
background-color: rgba(51, 51, 51, 0.1);
}
#representative h3 {
margin-bottom: 40px;
}
#representative #work1 .row, #representative #work2 .row, #representative #work3 .row {
width: 80%;
margin: 0 auto;
}
#representative #work1 img, #representative #work2 img, #representative #work3 img {
width: 400px;
background-size: cover;
background-position: -40px 0px;
margin-bottom: 50px;
margin-top: 20px;
}
#representative .work_story {
padding: 20px 50px;
margin-bottom: 50px;
}
#representative .work_story h5 {
text-align: center;
margin-bottom: 40px;
}
#representative .work_story p {
padding: 0px;
}
#representative .carousel-control-prev {
left: -1%;
}
#representative .carousel-control-next {
right: -1%;
}
#future {
background: linear-gradient(rgba(155, 196, 203, 0.6), rgba(57, 147, 221, 0.6) 30%);
}
#future .container {
padding: 0px 50px;
}
#future h3 {
margin-bottom: 60px;
}
#future .card {
border: none;
background-color: rgba(218, 116, 34, 0.1);
margin-bottom: 30px;
}
#future .card:hover {
background-color: rgba(61, 81, 140, 0.4);
}
#future .card:hover p {
color: #F2F4F3;
font-weight: 400;
}
#future .card:hover h5 {
color: #F2F4F3;
}
#future .card .card-body {
flex-direction: column;
}
#future .card img {
width: 150px;
height: 150px;
border-radius: 100%;
margin-top: 30px;
}
#future .card h5 {
color: #333333;
}
#future .card p {
padding: 0px;
margin-bottom: 30px;
color: rgba(0, 0, 0, 0.8);
}
#recruit {
padding-top: 150px;
padding-bottom: 0px;
background: linear-gradient(rgba(57, 147, 221, 0.6), rgba(61, 81, 140, 0.7) 50%);
}
#recruit .container {
padding: 0px 50px;
color: rgba(10, 9, 8, 0.8);
}
#recruit hr {
background-color: rgba(204, 218, 209, 0.4);
margin: 25px 0px;
}
#recruit p {
text-align: center;
padding: 0px;
font-weight: 500;
color: inherit;
}
#recruit form {
padding: 20px 50px;
position: relative;
right: 8%;
}
#recruit label {
position: relative;
font-weight: 900;
margin-bottom: 20px;
}
#recruit input {
position: relative;
padding-left: 20px;
background-color: rgba(242, 244, 243, 0.5);
border: none;
color: #333333;
}
#recruit input::placeholder {
/* Chrome, Firefox, Opera, Safari 10.1+ */
color: #333333;
opacity: 1;
}
#recruit textarea {
position: relative;
height: 200px;
padding-left: 20px;
padding-right: 20px;
background-color: rgba(242, 244, 243, 0.5);
border: none;
}
#recruit textarea::placeholder {
color: #333333;
opacity: 1;
}
#recruit button {
position: relative;
right: -8%;
}
#recruit .top {
display: none;
width: 60px;
color: rgba(242, 244, 243, 0.8);
font-weight: 700;
}
@media screen and (max-width: 768px) {
#recruit form {
right: 0%;
}
#recruit form button {
right: 0%;
}
}
@media screen and (min-width: 768px) {
#future .card {
height: 950px;
}
}
@media screen and (min-width: 992px) {
#future .card {
height: 750px;
}
}
@media screen and (min-width: 1200px) {
#future .card {
height: 650px;
}
}
/*# sourceMappingURL=style.css.map */ | src/style.css | * {
font-family: 'Noto Serif TC', serif;
}
body {
height: auto;
overflow-x: hidden;
overflow-y: visible;
background-color: rgba(165, 145, 50, 0.3);
background-blend-mode: multiply;
background-image: url(https://i.imgur.com/TAqZJgN.jpg);
background-size: 160% auto;
background-position: 0px 0px;
background-attachment: fixed;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
font-weight: bold;
}
p {
padding: 20px 80px;
line-height: 30px;
color: #333333;
font-weight: 600;
font-size: 18px;
}
.navbar {
padding-left: 0px;
padding-top: 0px;
padding-bottom: 0px;
background-color: transparent;
}
.navbar .dropdown-menu {
padding-top: 0px;
padding-bottom: 0px;
top: 48px;
border: none;
background-color: rgba(242, 244, 243, 0.6);
}
.navbar .dropdown-menu a {
width: 180px;
padding-left: 0.5rem;
white-space: normal;
font-weight: 700;
}
@media screen and (max-width: 767px) {
.navbar .dropdown-menu {
margin-top: 10px;
}
.navbar .dropdown-menu .dropdown-item {
float: right;
text-align: right;
padding-right: 10px;
}
}
.navbar .navbar-brand {
font-weight: 900;
padding: 15px 20px 15px 15px;
color: #49111C;
}
.navbar .navbar-brand:hover {
background-color: rgba(51, 51, 51, 0.3);
background-blend-mode: multiply;
}
.navbar .logo {
background-image: url("https://i.imgur.com/REHngxC.jpg");
background-size: auto 100%;
background-position: -12px 0;
width: 30px;
height: 30px;
border-radius: 100%;
}
.navbar .navbar-collapse .nav-link {
font-weight: 800;
text-align: right;
padding-right: 5px;
}
.jumbotron {
background-color: transparent;
margin-bottom: 0px;
}
.jumbotron .container {
margin-top: 300px;
text-align: center;
}
.jumbotron .container h1 {
color: #49111c;
letter-spacing: 2px;
font-family: 'Dancing Script', cursive;
font-size: 80px;
}
.jumbotron .container p {
font-size: 18px;
letter-spacing: 1px;
color: rgba(73, 17, 28, 0.7);
font-weight: 800;
}
section {
padding-top: 100px;
}
#origin {
background: linear-gradient(rgba(242, 244, 243, 0), rgba(165, 145, 50, 0.8) 30%);
margin-top: 150px;
padding-bottom: 0px;
}
#origin hr {
background-color: rgba(51, 51, 51, 0.3);
width: 90%;
margin-top: 40px;
}
#chronicle {
background: linear-gradient(rgba(165, 145, 50, 0.8), rgba(218, 116, 34, 0.6) 40%);
transition-duration: 0.5s;
}
#chronicle hr {
margin-top: 0px;
margin-bottom: 65px;
width: 100px;
background-color: #9d3020;
border-width: 2px;
}
#chronicle h3 {
margin-bottom: 30px;
}
#chronicle #post1 {
display: block;
}
#chronicle .intro {
margin-top: 250px;
display: none;
}
#chronicle .intro h5 {
color: #0A0908;
}
#chronicle .intro p {
font-weight: 600;
line-height: 30px;
letter-spacing: 1px;
}
#chronicle .chro {
border-bottom: solid 2px black;
padding: 0;
}
#chronicle .chro .event {
position: relative;
transform: translateY(50%);
width: 15px;
height: 15px;
border-radius: 100%;
background-color: #49111C;
text-align: center;
z-index: 10;
}
#chronicle .chro .event:hover {
background-color: #860505;
box-shadow: 0px 0px 10px -1px #860505;
}
#chronicle .chro .event:hover p {
color: #0A0908;
font-weight: 700;
}
#chronicle .chro .event p {
position: absolute;
top: 30px;
left: 50%;
transform: translateX(-50%);
width: 70px;
padding: 0px;
color: #333333;
line-height: 35px;
font-weight: 500;
}
#chronicle .chro .event p span {
position: relative;
top: 15px;
}
#chronicle .chro .eventhover {
background-color: #860505;
box-shadow: 0px 0px 5px 1px #860505;
position: relative;
transform: translateY(50%);
width: 15px;
height: 15px;
border-radius: 100%;
text-align: center;
z-index: 10;
}
#chronicle .chro .eventhover p {
color: #0A0908;
font-weight: 800;
position: absolute;
top: 30px;
left: 50%;
transform: translateX(-50%);
width: 70px;
padding: 0px;
line-height: 35px;
}
#chronicle .chro .eventhover p span {
position: relative;
top: 15px;
}
#representative {
padding-top: 100px;
background: linear-gradient(rgba(218, 116, 34, 0.6), rgba(155, 196, 203, 0.6) 35%);
}
#representative hr {
margin-top: 0px;
margin-bottom: 40px;
background-color: rgba(51, 51, 51, 0.1);
}
#representative h3 {
margin-bottom: 40px;
}
#representative #work1 .row, #representative #work2 .row, #representative #work3 .row {
width: 80%;
margin: 0 auto;
}
#representative #work1 img, #representative #work2 img, #representative #work3 img {
width: 400px;
background-size: cover;
background-position: -40px 0px;
margin-bottom: 50px;
margin-top: 20px;
}
#representative .work_story {
padding: 20px 50px;
margin-bottom: 50px;
}
#representative .work_story h5 {
text-align: center;
margin-bottom: 40px;
}
#representative .work_story p {
padding: 0px;
}
#representative .carousel-control-prev {
left: -1%;
}
#representative .carousel-control-next {
right: -1%;
}
#future {
background: linear-gradient(rgba(155, 196, 203, 0.6), rgba(57, 147, 221, 0.6) 30%);
}
#future .container {
padding: 0px 50px;
}
#future h3 {
margin-bottom: 60px;
}
#future .card {
border: none;
background-color: rgba(218, 116, 34, 0.1);
margin-bottom: 30px;
}
#future .card:hover {
background-color: rgba(61, 81, 140, 0.4);
}
#future .card:hover p {
color: #F2F4F3;
font-weight: 400;
}
#future .card:hover h5 {
color: #F2F4F3;
}
#future .card .card-body {
flex-direction: column;
}
#future .card img {
width: 150px;
height: 150px;
border-radius: 100%;
margin-top: 30px;
}
#future .card h5 {
color: #333333;
}
#future .card p {
padding: 0px;
margin-bottom: 30px;
color: rgba(0, 0, 0, 0.8);
}
#recruit {
padding-top: 150px;
padding-bottom: 0px;
background: linear-gradient(rgba(57, 147, 221, 0.6), rgba(61, 81, 140, 0.7) 50%);
}
#recruit .container {
padding: 0px 50px;
color: rgba(10, 9, 8, 0.8);
}
#recruit hr {
background-color: rgba(204, 218, 209, 0.4);
margin: 25px 0px;
}
#recruit p {
text-align: center;
padding: 0px;
font-weight: 500;
color: inherit;
}
#recruit form {
padding: 20px 50px;
position: relative;
right: 8%;
}
#recruit label {
position: relative;
font-weight: 900;
margin-bottom: 20px;
}
#recruit input {
position: relative;
padding-left: 20px;
background-color: rgba(242, 244, 243, 0.5);
border: none;
color: #333333;
}
#recruit input::placeholder {
/* Chrome, Firefox, Opera, Safari 10.1+ */
color: #333333;
opacity: 1;
}
#recruit textarea {
position: relative;
height: 200px;
padding-left: 20px;
padding-right: 20px;
background-color: rgba(242, 244, 243, 0.5);
border: none;
}
#recruit textarea::placeholder {
color: #333333;
opacity: 1;
}
#recruit button {
position: relative;
right: -8%;
}
#recruit .top {
display: none;
width: 60px;
color: rgba(242, 244, 243, 0.8);
font-weight: 700;
}
@media screen and (max-width: 768px) {
#recruit form {
right: 0%;
}
#recruit form button {
right: 0%;
}
}
@media screen and (min-width: 768px) {
#future .card {
height: 950px;
}
}
@media screen and (min-width: 992px) {
#future .card {
height: 750px;
}
}
@media screen and (min-width: 1200px) {
#future .card {
height: 650px;
}
}
/*# sourceMappingURL=style.css.map */ | 0.519034 | 0.094803 |
.body-style {background-color: #140700;}
/* CSS TOPO */
.topo{padding: 7px;}
.barra-topo {text-align: right; color: #fff;}
.barra-topo-texto {text-align: left;}
.barra-topo a li{color: #fff; display: inline; margin-left: 30px; }
.barra-topo a li:hover{ color: #C39F7D !important;}
.barra-topo a{text-decoration: none !important;}
.logo-topo{margin: 5px 0px 5px 0px; }
.barra-paginas a li{color: #fff; display: inline;}
.barra-paginas a li:hover{color:#C39F7D;}
.barra-paginas ul a{text-decoration: none !important; margin: 15px;}
.barra-paginas-div {font-size: 18px; padding-top: 70px;}
.botao-compra{font-size: 18px; color: #fff;}
.div-botao{padding-top: 60px;}
.div-botao a{text-decoration: none !important;}
.border-topo{border-bottom: solid #C39F7D; border-width: 1px; padding-bottom: 25px;}
/* FIM CSS TOPO */
/* CSS BANNER */
.borda-desc{border-width: 1px; border-style:solid; margin-top:25px;}
/* FIM CSS BANNER */
/* CSS PRODUTO HOME */
.prod-home{margin-top: 45px; border-top: solid #C39F7D; border-width: 1px;}
.prod-tam{padding: 40px; margin-top: 25px; margin-bottom: 25px; border: solid #C39F7D; border-width: 2px;}
.prod-tam a{text-decoration: none !important; opacity: 0.8;}
.prod-tam:hover{opacity: 0.8 !important;}
.foto-prod{text-align: center; max-width: 170px; width: 100%;}
.por-prod{font-size: 16px; color: #4D3B2D;}
.preco-prod{font-size: 25px; color: #4D3B2D; font-weight: 600;}
.juros-prod{color: #A9AAAC; font-size: 13px; }
.nome-prod{color:#fff;}
/* FIM CSS PRODUTO HOME */
/* CSS BARRA CONTATOS */
.barra-contatos{border-top: solid #C39F7D; border-width: 1px; }
.tit-cont{color: #C39F7D; font-size: 16px; margin-bottom: 15px;}
.row-cont{padding-bottom: 25px; padding-top: 25px;}
.tit-link a{color: #fff !important; text-decoration: none !important;}
.tit-link a:hover{color: #C39F7D !important;}
.tit-rede a{color: #fff; font-size: 45px;}
.tit-rede a:hover{color: #C39F7D;}
.tooltip.bottom .tooltip-inner {background-color:#C39F7D;}
.tooltip .tooltip-arrow {border-bottom: 5px solid #C39F7D !important;}
/* FIM CSS BARRA CONTATOS */ | public/layout/templateloja/css/style.css | .body-style {background-color: #140700;}
/* CSS TOPO */
.topo{padding: 7px;}
.barra-topo {text-align: right; color: #fff;}
.barra-topo-texto {text-align: left;}
.barra-topo a li{color: #fff; display: inline; margin-left: 30px; }
.barra-topo a li:hover{ color: #C39F7D !important;}
.barra-topo a{text-decoration: none !important;}
.logo-topo{margin: 5px 0px 5px 0px; }
.barra-paginas a li{color: #fff; display: inline;}
.barra-paginas a li:hover{color:#C39F7D;}
.barra-paginas ul a{text-decoration: none !important; margin: 15px;}
.barra-paginas-div {font-size: 18px; padding-top: 70px;}
.botao-compra{font-size: 18px; color: #fff;}
.div-botao{padding-top: 60px;}
.div-botao a{text-decoration: none !important;}
.border-topo{border-bottom: solid #C39F7D; border-width: 1px; padding-bottom: 25px;}
/* FIM CSS TOPO */
/* CSS BANNER */
.borda-desc{border-width: 1px; border-style:solid; margin-top:25px;}
/* FIM CSS BANNER */
/* CSS PRODUTO HOME */
.prod-home{margin-top: 45px; border-top: solid #C39F7D; border-width: 1px;}
.prod-tam{padding: 40px; margin-top: 25px; margin-bottom: 25px; border: solid #C39F7D; border-width: 2px;}
.prod-tam a{text-decoration: none !important; opacity: 0.8;}
.prod-tam:hover{opacity: 0.8 !important;}
.foto-prod{text-align: center; max-width: 170px; width: 100%;}
.por-prod{font-size: 16px; color: #4D3B2D;}
.preco-prod{font-size: 25px; color: #4D3B2D; font-weight: 600;}
.juros-prod{color: #A9AAAC; font-size: 13px; }
.nome-prod{color:#fff;}
/* FIM CSS PRODUTO HOME */
/* CSS BARRA CONTATOS */
.barra-contatos{border-top: solid #C39F7D; border-width: 1px; }
.tit-cont{color: #C39F7D; font-size: 16px; margin-bottom: 15px;}
.row-cont{padding-bottom: 25px; padding-top: 25px;}
.tit-link a{color: #fff !important; text-decoration: none !important;}
.tit-link a:hover{color: #C39F7D !important;}
.tit-rede a{color: #fff; font-size: 45px;}
.tit-rede a:hover{color: #C39F7D;}
.tooltip.bottom .tooltip-inner {background-color:#C39F7D;}
.tooltip .tooltip-arrow {border-bottom: 5px solid #C39F7D !important;}
/* FIM CSS BARRA CONTATOS */ | 0.193566 | 0.050682 |
body{
margin: 0px;
background-color: #e3e3e3;
overflow: hidden;
font-family: Times New Roman,Georgia,Serif;
z-index: -1;
}
#mycanvas{
border: black 2px dotted;
}
#container{
width: 600px;
height: 400px;
top: 20%;
left: 33%;
border: solid white 10px;
border-radius: 10px;
margin: 0 auto;
z-index: 0;
-webkit-box-shadow:25px 40px 48px grey;
-moz-box-shadow:25px 40px 48px grey;
position: absolute;
}
#container .ResizeMarker{
width: 8px;
height: 8px;
display: block;
border: black solid 1px;
border-radius: 15px;
background-color: #3CB371;
position: relative;
}
.ui-resizable-helper { border: grey 2px dotted; }
#ToolBar
{
display: block;
background-color: #5F9EA0;
border: solid 5px white;
border-radius: 25px;
z-index: 1;
}
#ToolBar li{
list-style: none;
display: inline-block;
margin: 5px;
/*-webkit-box-shadow:5px 2px 18px grey;*/
/*-moz-box-shadow:5px 2px 8px black;*/
/*border: grey dotted 2px;*/
}
#ToolBar li img:hover{
border-top: silver solid 5px;
border-bottom: silver solid 5px;
border-radius: 50px;
-webkit-transition: -webkit-transform 0.4s ease-out;
-moz-transition: -moz-transform 0.4s ease-out; transition: transform 0.4s ease-out;
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg); transform: rotate(360deg);
}
#ShowToolBar{
display: none;
top: 10px;
left: 10px;
border: 5px white solid;
border-radius: 15px;
position: absolute;
}
#Back{
/*display: block;
width: 48px;
height: 48px;
background: url("../image/back.png");*/
}
#Forward{
/*display: block;
width: 48px;
height: 48px;
background: url("../image/next.png");*/
}
#CurrentColor :first-child{
display: inline-block;
width: 48px;
height: 48px;
border-radius: 25px;
/*background-color: red;*/
}
#ColorTable{
margin-left: 10px;
margin-bottom: -10px;
}
#ColorTable tr td
{
width: 20px;
height: 20px;
}
#ColorTable tr td:hover
{
width: 10px;
height: 10px;
border: white 4px solid;
border-radius: 5px;
}
#ColorPicker{
width: 120px;
height: 20px;
border: 1px white red;
border-radius: 5px;
}
#helper{
display: block;
visibility: hidden;
border: dotted 1px grey;
position: absolute;
z-index: 100;
}
#Setting{
left: 10px;
display: block;
width: 300px;
top: 20%;
border: 10px solid lightSkyBlue;
background-color: lightSkyBlue;
border-radius: 40px;
position: absolute;
z-index: 600;
}
#Setting:hover{
-webkit-box-shadow:15px 12px 48px grey;
-moz-box-shadow:15px 12px 48px grey;
}
#Setting li{
list-style: none;
max-width: 600px;
padding: 10px;
margin-left: 10px;
}
#Setting b{
display: inline-block;
min-width: 6em;
/*background-color: red;*/
}
#Setting b:hover{
color: white;
}
#Setting input[type='range']{
width: 110px;
}
#Setting input[type='text']{
width: 3em;
}
#Setting #words{
width: 160px;
}
#Setting select{
width: 160px;
}
#Setting header {
display: block;
text-align: center;
line-height: 40px;
color: white;
margin-bottom: 30px;
/*font-size: 20px;*/
background-color: Salmon;
/*border: silver 10px solid;*/
border-radius: 15px;
}
input[type="range"] {
-webkit-appearance: none !important;
-webkit-box-shadow: 0 1px 0 0px #424242,
0 1px 0 #060607 inset,
0px 2px 10px 0px black inset,
1px 0px 2px rgba(0, 0, 0, 0.4) inset,
0 0px 1px rgba(0, 0, 0, 0.6) inset;
/*margin-top: 2px;*/
/*background-color: teal;*/
border-radius: 15px;
}
input[type="range"]::-webkit-slider-thumb {
-webkit-appearance: none !important;
cursor: default;
top: 1px;
height: 9px;
width: 20px;
background: none repeat scroll 0 0 teal;
border-radius: 15px;
-webkit-box-shadow: 0 -1px 1px black inset;
}
#foot{
background-color: rgba(10,100,248,0.4);
min-height: 50px;
width: 100%;
bottom: 0px;
position: fixed;
z-index: 900;
}
#Pos{
margin-left: 30px;
position: absolute;
}
#Pos span{
display: inline-block;
/*min-width: 50px;*/
/*height: 20px;*/
padding: 5px;
margin-left: 5px;
text-align: center;
background-color: teal;
border-radius: 10px;
}
#WebCamera{
display: none;
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: rgba(0,0,0,0.8);
position: absolute;
z-index: 920;
}
#WebCamera button{
display: inline-block;
width: 110px;
font: 15px Times New Roman;
color: white;
margin: 20px;
padding: 5px 10px 5px 10px;
border-radius: 40px;
border: white 3px solid;
background-color: teal;
}
#WebCamera button:hover{
background-color: lightblue;
}
#WebCamera footer{
display: block;
width: 400px;
margin: 50px auto;
}
#WebCamera #Video{
/*display: none;*/
display: block;
border: 15px white solid;
border-radius: 15px;
margin: 5% auto 10px auto;
/*width: 640px;
height: 480px;*/
} | demo/paintwithhtml5/css/style.css | body{
margin: 0px;
background-color: #e3e3e3;
overflow: hidden;
font-family: Times New Roman,Georgia,Serif;
z-index: -1;
}
#mycanvas{
border: black 2px dotted;
}
#container{
width: 600px;
height: 400px;
top: 20%;
left: 33%;
border: solid white 10px;
border-radius: 10px;
margin: 0 auto;
z-index: 0;
-webkit-box-shadow:25px 40px 48px grey;
-moz-box-shadow:25px 40px 48px grey;
position: absolute;
}
#container .ResizeMarker{
width: 8px;
height: 8px;
display: block;
border: black solid 1px;
border-radius: 15px;
background-color: #3CB371;
position: relative;
}
.ui-resizable-helper { border: grey 2px dotted; }
#ToolBar
{
display: block;
background-color: #5F9EA0;
border: solid 5px white;
border-radius: 25px;
z-index: 1;
}
#ToolBar li{
list-style: none;
display: inline-block;
margin: 5px;
/*-webkit-box-shadow:5px 2px 18px grey;*/
/*-moz-box-shadow:5px 2px 8px black;*/
/*border: grey dotted 2px;*/
}
#ToolBar li img:hover{
border-top: silver solid 5px;
border-bottom: silver solid 5px;
border-radius: 50px;
-webkit-transition: -webkit-transform 0.4s ease-out;
-moz-transition: -moz-transform 0.4s ease-out; transition: transform 0.4s ease-out;
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg); transform: rotate(360deg);
}
#ShowToolBar{
display: none;
top: 10px;
left: 10px;
border: 5px white solid;
border-radius: 15px;
position: absolute;
}
#Back{
/*display: block;
width: 48px;
height: 48px;
background: url("../image/back.png");*/
}
#Forward{
/*display: block;
width: 48px;
height: 48px;
background: url("../image/next.png");*/
}
#CurrentColor :first-child{
display: inline-block;
width: 48px;
height: 48px;
border-radius: 25px;
/*background-color: red;*/
}
#ColorTable{
margin-left: 10px;
margin-bottom: -10px;
}
#ColorTable tr td
{
width: 20px;
height: 20px;
}
#ColorTable tr td:hover
{
width: 10px;
height: 10px;
border: white 4px solid;
border-radius: 5px;
}
#ColorPicker{
width: 120px;
height: 20px;
border: 1px white red;
border-radius: 5px;
}
#helper{
display: block;
visibility: hidden;
border: dotted 1px grey;
position: absolute;
z-index: 100;
}
#Setting{
left: 10px;
display: block;
width: 300px;
top: 20%;
border: 10px solid lightSkyBlue;
background-color: lightSkyBlue;
border-radius: 40px;
position: absolute;
z-index: 600;
}
#Setting:hover{
-webkit-box-shadow:15px 12px 48px grey;
-moz-box-shadow:15px 12px 48px grey;
}
#Setting li{
list-style: none;
max-width: 600px;
padding: 10px;
margin-left: 10px;
}
#Setting b{
display: inline-block;
min-width: 6em;
/*background-color: red;*/
}
#Setting b:hover{
color: white;
}
#Setting input[type='range']{
width: 110px;
}
#Setting input[type='text']{
width: 3em;
}
#Setting #words{
width: 160px;
}
#Setting select{
width: 160px;
}
#Setting header {
display: block;
text-align: center;
line-height: 40px;
color: white;
margin-bottom: 30px;
/*font-size: 20px;*/
background-color: Salmon;
/*border: silver 10px solid;*/
border-radius: 15px;
}
input[type="range"] {
-webkit-appearance: none !important;
-webkit-box-shadow: 0 1px 0 0px #424242,
0 1px 0 #060607 inset,
0px 2px 10px 0px black inset,
1px 0px 2px rgba(0, 0, 0, 0.4) inset,
0 0px 1px rgba(0, 0, 0, 0.6) inset;
/*margin-top: 2px;*/
/*background-color: teal;*/
border-radius: 15px;
}
input[type="range"]::-webkit-slider-thumb {
-webkit-appearance: none !important;
cursor: default;
top: 1px;
height: 9px;
width: 20px;
background: none repeat scroll 0 0 teal;
border-radius: 15px;
-webkit-box-shadow: 0 -1px 1px black inset;
}
#foot{
background-color: rgba(10,100,248,0.4);
min-height: 50px;
width: 100%;
bottom: 0px;
position: fixed;
z-index: 900;
}
#Pos{
margin-left: 30px;
position: absolute;
}
#Pos span{
display: inline-block;
/*min-width: 50px;*/
/*height: 20px;*/
padding: 5px;
margin-left: 5px;
text-align: center;
background-color: teal;
border-radius: 10px;
}
#WebCamera{
display: none;
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: rgba(0,0,0,0.8);
position: absolute;
z-index: 920;
}
#WebCamera button{
display: inline-block;
width: 110px;
font: 15px Times New Roman;
color: white;
margin: 20px;
padding: 5px 10px 5px 10px;
border-radius: 40px;
border: white 3px solid;
background-color: teal;
}
#WebCamera button:hover{
background-color: lightblue;
}
#WebCamera footer{
display: block;
width: 400px;
margin: 50px auto;
}
#WebCamera #Video{
/*display: none;*/
display: block;
border: 15px white solid;
border-radius: 15px;
margin: 5% auto 10px auto;
/*width: 640px;
height: 480px;*/
} | 0.190423 | 0.046921 |
* {
margin : 0;
}
@import url("https://fonts.googleapis.com/css2?family=Fredoka:wght@300;400;500;600;700&display=swap");
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: "Fredoka", sans-serif;
}
h1,
h2 {
font-size: 1.3rem;
font-weight: 500;
color: #000;
}
.btn {
background: #3498db;
padding: 7px 25px;
border: none;
outline: none;
color: #fff;
font-size: 0.9rem;
border-radius: 5px;
cursor: pointer;
}
p {
color: #777;
font-weight: 400;
font-size: 0.9rem;
}
.header {
width: 100%;
height: 150px;
line-height: 150px;
background: #3498db;
border-radius: 0px 0px 0px 50px;
}
.container {
max-width: 1140px;
margin-left: 15px;
margin-right: 15px;
margin: auto;
}
.header h1 {
color: #fff;
}
.job__list__wrapper {
padding: 30px;
margin-top: -30px;
background: #fff;
border-radius: 10px;
}
.search__panel {
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
}
.search__panel-01,
.search__panel-02 {
display: flex;
align-items: center;
column-gap: 0.8rem;
border: 1px solid #ddd;
border-radius: 5px;
outline: none;
}
.search__panel-01 {
padding: 15px 25px;
width: 330px;
}
.search__panel-02 {
padding: 10px 25px;
}
.search__panel-03 select {
padding: 15px 25px;
border: 1px solid #ddd;
outline: none;
border-radius: 5px;
cursor: pointer;
}
.search__panel-01 input,
.search__panel-02 input {
border: none;
outline: none;
color: #000;
font-size: 0.9rem;
}
.search__panel-01 span i,
.search__panel-02 span i {
color: #3498db;
}
.jobs__wrapper {
margin-top: 80px;
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
}
.job__item {
width: 350px;
margin-bottom: 50px;
}
.job__item img {
width: 50px;
height: 50px;
margin-bottom: 15px;
}
.job__content h6 {
font-size: 0.9rem;
font-weight: 400;
color: #777;
margin-bottom: 10px;
}
.job__content h1 {
margin-bottom: 10px;
}
.job__content h1 a {
text-decoration: none;
color: #000;
}
.location p {
margin-top: 30px;
}
.location p span {
color: #3498db;
}
.details__wrapper {
margin-top: -30px;
padding: 30px;
background: #fff;
border-radius: 10px;
}
.details__top {
display: flex;
align-items: center;
justify-content: space-between;
}
.details__top {
margin-bottom: 30px;
}
.details__top button {
padding: 7px 25px;
border-radius: 5px;
background: #7c5dfa3b;
border: none;
}
.details__top button a {
text-decoration: none;
color: #3498db;
font-size: 0.9rem;
}
.about__job h6 {
font-size: 0.9rem;
color: #777;
margin-bottom: 10px;
}
.about__job h6 {
font-size: 0.9rem;
color: #777;
font-weight: 400;
margin-bottom: 10px;
}
.about__job h1 {
margin-bottom: 10px;
font-size: 1.4rem;
}
.about__job span {
font-size: 0.9rem;
font-weight: 400;
color: #3498db;
}
.about__job {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 50px;
}
.job__desc {
line-height: 30px;
margin-bottom: 20px;
}
.requirements h1 {
margin-bottom: 10px;
}
.responsibility h1 {
margin-top: 50px;
margin-bottom: 20px;
}
.requirements p,
.responsibility p {
margin-bottom: 15px;
line-height: 30px;
}
.requirement__item,
.responsibility__item {
padding-left: 30px;
}
.requirement__item li,
.responsibility__item li {
margin-bottom: 10px;
margin-left: 5px;
font-size: 0.9rem;
font-weight: 500;
}
@media only screen and (max-width: 1200px) {
.container {
width: 100%;
padding: 0px 30px;
}
}
@media only screen and (max-width: 768px) {
h1,
h2 {
font-size: 1.2rem;
}
.job__item {
width: 300px;
}
.search__panel {
row-gap: 1rem;
}
.search__panel-01,
.search__panel-03 select {
padding: 7px 20px;
}
.search__panel-02 {
padding: 5px 20px;
}
.btn {
padding: 5px 20px;
font-size: 0.7rem;
}
}
.search__panel-01 input,
.search__panel-02 input,
.search__panel-03 select {
font-size: 0.7rem;
}
@media only screen and (max-width: 576px) {
.search__panel-02 {
display: none;
}
} | frontend/src/App.css | * {
margin : 0;
}
@import url("https://fonts.googleapis.com/css2?family=Fredoka:wght@300;400;500;600;700&display=swap");
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: "Fredoka", sans-serif;
}
h1,
h2 {
font-size: 1.3rem;
font-weight: 500;
color: #000;
}
.btn {
background: #3498db;
padding: 7px 25px;
border: none;
outline: none;
color: #fff;
font-size: 0.9rem;
border-radius: 5px;
cursor: pointer;
}
p {
color: #777;
font-weight: 400;
font-size: 0.9rem;
}
.header {
width: 100%;
height: 150px;
line-height: 150px;
background: #3498db;
border-radius: 0px 0px 0px 50px;
}
.container {
max-width: 1140px;
margin-left: 15px;
margin-right: 15px;
margin: auto;
}
.header h1 {
color: #fff;
}
.job__list__wrapper {
padding: 30px;
margin-top: -30px;
background: #fff;
border-radius: 10px;
}
.search__panel {
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
}
.search__panel-01,
.search__panel-02 {
display: flex;
align-items: center;
column-gap: 0.8rem;
border: 1px solid #ddd;
border-radius: 5px;
outline: none;
}
.search__panel-01 {
padding: 15px 25px;
width: 330px;
}
.search__panel-02 {
padding: 10px 25px;
}
.search__panel-03 select {
padding: 15px 25px;
border: 1px solid #ddd;
outline: none;
border-radius: 5px;
cursor: pointer;
}
.search__panel-01 input,
.search__panel-02 input {
border: none;
outline: none;
color: #000;
font-size: 0.9rem;
}
.search__panel-01 span i,
.search__panel-02 span i {
color: #3498db;
}
.jobs__wrapper {
margin-top: 80px;
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
}
.job__item {
width: 350px;
margin-bottom: 50px;
}
.job__item img {
width: 50px;
height: 50px;
margin-bottom: 15px;
}
.job__content h6 {
font-size: 0.9rem;
font-weight: 400;
color: #777;
margin-bottom: 10px;
}
.job__content h1 {
margin-bottom: 10px;
}
.job__content h1 a {
text-decoration: none;
color: #000;
}
.location p {
margin-top: 30px;
}
.location p span {
color: #3498db;
}
.details__wrapper {
margin-top: -30px;
padding: 30px;
background: #fff;
border-radius: 10px;
}
.details__top {
display: flex;
align-items: center;
justify-content: space-between;
}
.details__top {
margin-bottom: 30px;
}
.details__top button {
padding: 7px 25px;
border-radius: 5px;
background: #7c5dfa3b;
border: none;
}
.details__top button a {
text-decoration: none;
color: #3498db;
font-size: 0.9rem;
}
.about__job h6 {
font-size: 0.9rem;
color: #777;
margin-bottom: 10px;
}
.about__job h6 {
font-size: 0.9rem;
color: #777;
font-weight: 400;
margin-bottom: 10px;
}
.about__job h1 {
margin-bottom: 10px;
font-size: 1.4rem;
}
.about__job span {
font-size: 0.9rem;
font-weight: 400;
color: #3498db;
}
.about__job {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 50px;
}
.job__desc {
line-height: 30px;
margin-bottom: 20px;
}
.requirements h1 {
margin-bottom: 10px;
}
.responsibility h1 {
margin-top: 50px;
margin-bottom: 20px;
}
.requirements p,
.responsibility p {
margin-bottom: 15px;
line-height: 30px;
}
.requirement__item,
.responsibility__item {
padding-left: 30px;
}
.requirement__item li,
.responsibility__item li {
margin-bottom: 10px;
margin-left: 5px;
font-size: 0.9rem;
font-weight: 500;
}
@media only screen and (max-width: 1200px) {
.container {
width: 100%;
padding: 0px 30px;
}
}
@media only screen and (max-width: 768px) {
h1,
h2 {
font-size: 1.2rem;
}
.job__item {
width: 300px;
}
.search__panel {
row-gap: 1rem;
}
.search__panel-01,
.search__panel-03 select {
padding: 7px 20px;
}
.search__panel-02 {
padding: 5px 20px;
}
.btn {
padding: 5px 20px;
font-size: 0.7rem;
}
}
.search__panel-01 input,
.search__panel-02 input,
.search__panel-03 select {
font-size: 0.7rem;
}
@media only screen and (max-width: 576px) {
.search__panel-02 {
display: none;
}
} | 0.361728 | 0.1011 |
@import url('https://fonts.googleapis.com/css2?family=STIX+Two+Math&display=swap');
@import url('https://fonts.googleapis.com/css2?family=El+Messiri:wght@700&family=STIX+Two+Math&display=swap');
html {
box-sizing: border-box;
}
*,
*::before,
*::after {
box-sizing: inherit;
}
body {
overflow-x: hidden;
}
.flex-column,
.flex-row {
display: flex;
}
.flex-column {
flex-direction: column;
}
.flex-row {
flex-direction: row;
}
.title-text {
text-align: center;
color: greenyellow;
width: 100%;
}
.navigation {
width: 100%;
height: 70px;
padding: 15px 0;
transition: all 0.8s;
justify-content: center;
align-items: flex-end;
}
.navigation-links {
text-align: right;
padding: 0;
}
.nav-li {
color: #888;
display: inline-block;
padding: 10px 40px;
border-radius: 10px;
transition: all 0.8s;
cursor: pointer;
}
.navigation-links li:hover {
background-color: rgb(226, 129, 90);
}
@media screen and (max-width: 600px) {
.container {
margin: 0 auto;
max-width: 600px;
}
}
.container {
padding: 15px;
width: 100vw;
}
.row {
padding: 15px;
width: 100%;
justify-content: center;
flex-wrap: wrap;
}
.btn,
.remove-btn {
display: flex;
justify-content: center;
align-items: center;
text-align: center;
height: 42px;
width: 100px;
font-family: '<NAME>', sans-serif;
padding: 0.5rem 1rem;
border-radius: 10px;
background-color: yellow;
border: 1.5px solid transparent;
font-weight: 400;
font-size: 14px;
transition: ease 0.25s background-color;
cursor: pointer;
align-self: flex-end;
}
.btn:hover {
background-color: greenyellow;
}
.remove-btn:hover {
background-color: rgb(226, 129, 90);
}
.input-field {
min-height: 35px;
border-radius: 10px;
margin-bottom: 10px;
outline: none;
justify-content: flex-start;
align-items: center;
border: 2px solid greenyellow;
padding-left: 10px;
}
.input-text {
border: none;
}
.input-text:focus {
outline: none;
}
.book-list {
border-radius: 8px;
border: 3.5px solid black;
flex-basis: 70%;
min-height: 100px;
}
.book-list-item {
justify-content: space-between;
padding: 1.5rem;
background-color: antiquewhite;
min-height: 100px;
}
.bg-2 {
background-color: rgb(131, 252, 151);
}
.book-registration {
min-width: 500px;
} | styles.css | @import url('https://fonts.googleapis.com/css2?family=STIX+Two+Math&display=swap');
@import url('https://fonts.googleapis.com/css2?family=El+Messiri:wght@700&family=STIX+Two+Math&display=swap');
html {
box-sizing: border-box;
}
*,
*::before,
*::after {
box-sizing: inherit;
}
body {
overflow-x: hidden;
}
.flex-column,
.flex-row {
display: flex;
}
.flex-column {
flex-direction: column;
}
.flex-row {
flex-direction: row;
}
.title-text {
text-align: center;
color: greenyellow;
width: 100%;
}
.navigation {
width: 100%;
height: 70px;
padding: 15px 0;
transition: all 0.8s;
justify-content: center;
align-items: flex-end;
}
.navigation-links {
text-align: right;
padding: 0;
}
.nav-li {
color: #888;
display: inline-block;
padding: 10px 40px;
border-radius: 10px;
transition: all 0.8s;
cursor: pointer;
}
.navigation-links li:hover {
background-color: rgb(226, 129, 90);
}
@media screen and (max-width: 600px) {
.container {
margin: 0 auto;
max-width: 600px;
}
}
.container {
padding: 15px;
width: 100vw;
}
.row {
padding: 15px;
width: 100%;
justify-content: center;
flex-wrap: wrap;
}
.btn,
.remove-btn {
display: flex;
justify-content: center;
align-items: center;
text-align: center;
height: 42px;
width: 100px;
font-family: '<NAME>', sans-serif;
padding: 0.5rem 1rem;
border-radius: 10px;
background-color: yellow;
border: 1.5px solid transparent;
font-weight: 400;
font-size: 14px;
transition: ease 0.25s background-color;
cursor: pointer;
align-self: flex-end;
}
.btn:hover {
background-color: greenyellow;
}
.remove-btn:hover {
background-color: rgb(226, 129, 90);
}
.input-field {
min-height: 35px;
border-radius: 10px;
margin-bottom: 10px;
outline: none;
justify-content: flex-start;
align-items: center;
border: 2px solid greenyellow;
padding-left: 10px;
}
.input-text {
border: none;
}
.input-text:focus {
outline: none;
}
.book-list {
border-radius: 8px;
border: 3.5px solid black;
flex-basis: 70%;
min-height: 100px;
}
.book-list-item {
justify-content: space-between;
padding: 1.5rem;
background-color: antiquewhite;
min-height: 100px;
}
.bg-2 {
background-color: rgb(131, 252, 151);
}
.book-registration {
min-width: 500px;
} | 0.528777 | 0.12326 |
.edit-post-visual-editor {
/* Headings */
/* Paragraphs */
/* Links */
/* Lists */
/* Blockquotes */
/* Tables */
/* Code */
/* Figures and Captions */
/* Galleries */ }
.edit-post-visual-editor body {
line-height: 1.6;
color: #3d3e40; }
.edit-post-visual-editor h1, .edit-post-visual-editor h2, .edit-post-visual-editor h3, .edit-post-visual-editor blockquote, .edit-post-visual-editor .editor-post-title__input {
font-family: "Playfair Display", serif;
font-weight: normal;
color: #171617; }
.edit-post-visual-editor body, .edit-post-visual-editor blockquote cite {
font-family: "Noto Serif", serif; }
.edit-post-visual-editor h1 {
font-size: 3.375em;
line-height: 1.11111;
-webkit-transform: translateY(0.22006em);
transform: translateY(0.22006em);
margin-top: 0.88889em;
margin-bottom: 0.44444em; }
.edit-post-visual-editor h2 {
font-size: 2.25em;
line-height: 1.33333;
-webkit-transform: translateY(0.33117em);
transform: translateY(0.33117em);
margin-top: 1.33333em;
margin-bottom: 0.66667em; }
.edit-post-visual-editor h3 {
font-size: 1.5em;
line-height: 1.5;
-webkit-transform: translateY(0.4145em);
transform: translateY(0.4145em);
margin-top: 2em;
margin-bottom: 1em; }
@media not screen and (min-width: 899px) {
.edit-post-visual-editor h1 {
font-size: 1.875em;
line-height: 1.2;
-webkit-transform: translateY(0.2645em);
transform: translateY(0.2645em); }
.edit-post-visual-editor h2 {
font-size: 1.5em;
line-height: 1.5;
-webkit-transform: translateY(0.4145em);
transform: translateY(0.4145em); }
.edit-post-visual-editor h3 {
font-size: 1.3125em;
line-height: 1.14286;
-webkit-transform: translateY(0.23593em);
transform: translateY(0.23593em); } }
.edit-post-visual-editor p {
margin-top: 0;
font-size: 1em;
line-height: 1.5;
-webkit-transform: translateY(0.4145em);
transform: translateY(0.4145em);
margin-bottom: 1.5em; }
.edit-post-visual-editor .entry-content {
-webkit-font-smoothing: antialiased; }
.edit-post-visual-editor a {
text-decoration: none;
color: #afafaf; }
.edit-post-visual-editor a:hover {
color: #000; }
.edit-post-visual-editor acronym {
border-bottom: 1px dotted #3d3e40; }
.edit-post-visual-editor blockquote {
position: relative;
text-align: center;
font-size: 1.5625em;
line-height: 1.44;
margin-top: 2.57143em;
margin-bottom: 2.14286em;
padding-top: 1.71429em;
padding-bottom: 1.71429em; }
.edit-post-visual-editor blockquote blockquote {
font-size: 1em;
margin-bottom: 0;
padding-bottom: 0; }
.edit-post-visual-editor blockquote blockquote:after {
border-bottom: 0; }
@media not screen and (min-width: 899px) {
.edit-post-visual-editor blockquote {
font-size: 1.125em;
line-height: 1.33333;
margin-top: 2.66667em;
margin-bottom: 2em;
padding: 0.66667em;
padding-top: 1.33333em;
padding-bottom: 1.33333em; } }
.edit-post-visual-editor blockquote:before {
content: '\201C';
position: absolute;
top: -0.5em;
left: 50%;
padding: 0 0.857em;
color: black;
background: white;
-webkit-transform: translateX(-50%);
transform: translateX(-50%); }
.edit-post-visual-editor blockquote:after {
content: '';
display: block;
width: 9em;
margin-left: -4.5em;
position: absolute;
top: 0;
bottom: 0;
left: 50%;
z-index: -1;
border: 1px solid #c3c3c3;
border-left: 0;
border-right: 0; }
.is--ancient-android .archive__grid .edit-post-visual-editor blockquote:after {
border-bottom: 0;
bottom: calc(100% - 4px);
bottom: 99%; }
.edit-post-visual-editor blockquote cite {
display: block;
margin-top: 1.5em;
font-size: 0.57143em;
line-height: 1.5;
font-style: normal; }
.edit-post-visual-editor blockquote a:hover {
color: #ffeb00; }
.edit-post-visual-editor table {
position: relative;
z-index: 1;
margin-bottom: 1.5em;
width: 100%;
border-top: 0;
table-layout: fixed; }
.edit-post-visual-editor table th {
text-align: left; }
.edit-post-visual-editor table tr {
border-bottom: 1px solid #d7d7d7; }
.edit-post-visual-editor table th, .edit-post-visual-editor table td {
padding: 12px;
vertical-align: middle;
font-family: inherit;
font-size: inherit; }
.edit-post-visual-editor pre {
position: relative;
padding-left: 2.25em;
padding-right: 2.25em;
padding-top: 1.5em;
padding-bottom: 1.5em;
margin-bottom: 1.5em;
border: 1px solid #d7d7d7; }
.edit-post-visual-editor pre:before {
content: "\f121";
position: absolute;
top: 0;
left: 0;
display: block;
padding: 3px;
font-family: FontAwesome;
font-size: 14px;
color: white;
background: #d7d7d7; }
.edit-post-visual-editor img {
max-width: 100%;
height: auto; }
.edit-post-visual-editor .wp-caption {
width: auto; }
.edit-post-visual-editor .wp-caption img {
display: block; }
.edit-post-visual-editor .wp-caption-text {
font-size: 0.72222em;
margin-top: 0.92308em;
color: #8c888c; }
.edit-post-visual-editor .gallery {
margin-left: -0.75em; }
@media only screen and (min-width: 1359px) {
.edit-post-visual-editor .gallery {
margin-left: -4.5em;
margin-right: -3.75em; }
.entry-featured .edit-post-visual-editor .gallery {
margin-left: -0.75em;
margin-right: 0; } }
.edit-post-visual-editor .gallery .gallery-item {
margin: 0;
display: inline-block;
vertical-align: top;
text-align: center;
border: 0 solid transparent;
border-top-width: 0.75em;
border-left-width: 0.75em; }
.edit-post-visual-editor .gallery-columns-1 .gallery-item {
width: 100%; }
.edit-post-visual-editor .gallery-columns-2 .gallery-item {
width: 50%; }
.edit-post-visual-editor .gallery-columns-3 .gallery-item {
width: 33.33333%; }
.edit-post-visual-editor .gallery-columns-4 .gallery-item {
width: 25%; }
.edit-post-visual-editor .gallery-columns-5 .gallery-item {
width: 20%; }
.edit-post-visual-editor .gallery-columns-6 .gallery-item {
width: 16.66667%; }
.edit-post-visual-editor .gallery-columns-7 .gallery-item {
width: 14.28571%; }
.edit-post-visual-editor .gallery-columns-8 .gallery-item {
width: 12.5%; }
.edit-post-visual-editor .gallery-columns-9 .gallery-item {
width: 11.11111%; }
.edit-post-visual-editor.editor-styles-wrapper {
font-family: "Noto Serif", serif;
font-size: 18px;
line-height: 1.5;
color: #2a2c29; }
.edit-post-visual-editor .editor-block-list__block p:not(.wp-block-cover-text) {
font-size: 18px; }
.edit-post-visual-editor .editor-post-title__input {
font-size: 3.375em;
line-height: 1.11111;
-webkit-transform: translateY(0.22006em);
transform: translateY(0.22006em); }
.edit-post-visual-editor .block-editor-block-list__layout .wp-block,
.edit-post-visual-editor .editor-post-title__block {
max-width: 1040px; }
.edit-post-visual-editor .editor-block-list__block {
color: inherit; }
.edit-post-visual-editor .editor-post-title__input[class] {
line-height: 1.111; }
.edit-post-visual-editor .wp-block-quote p {
font-size: 1em; }
.edit-post-visual-editor .wp-block-quote:not(.is-large):not(.is-style-large) {
padding-left: 0;
border-left: 0; }
.alignleft,
.alignright {
position: relative;
z-index: 1;
margin-top: 1.125em;
margin-bottom: 1.125em;
max-width: 50%; }
@media not screen and (min-width: 640px) {
.alignleft,
.alignright {
max-width: 100%;
display: block; } }
.alignleft {
float: left;
margin-right: 1.5em; }
@media only screen and (min-width: 899px) {
.alignleft {
margin-right: 3em; } }
@media not screen and (min-width: 899px) {
.alignleft.wp-caption, .alignleft.gallery-caption {
margin-left: 0; } }
.blog .alignleft, .archive .alignleft {
margin-left: 0; }
.alignright {
float: right;
margin-left: 1.5em; }
@media only screen and (min-width: 899px) {
.alignright {
margin-left: 3em; } }
@media not screen and (min-width: 899px) {
.alignright.wp-caption, .alignright.gallery-caption {
margin-right: 0; } }
.blog .alignright, .archive .alignright {
margin-right: 0; }
.aligncenter,
.alignnone {
margin-top: 1.5em;
margin-bottom: 1.125em;
display: block;
width: auto !important; }
@media only screen and (min-width: 899px) {
.aligncenter,
.alignnone {
margin-top: 3em;
margin-bottom: 2.25em; } }
.aligncenter img,
.alignnone img {
max-width: 100%;
height: auto; }
.aligncenter img,
.alignnone img {
margin: 0 auto; }
.alignnone .wp-caption-text {
text-align: center; }
@media not screen and (min-width: 899px) {
figure.aligncenter, figure.alignnone {
margin-left: 0;
margin-right: 0; } }
.aligncenter {
text-align: center; }
.blog .aligncenter, .archive .aligncenter {
margin-left: auto;
margin-right: auto; }
@media only screen and (min-width: 1359px) {
.alignnone,
.aligncenter {
margin-left: -3.75em;
margin-right: -3.75em; }
.alignleft {
margin-left: -3.75em; }
.alignright {
margin-right: -3.75em; } }
.widget .aligncenter,
.widget .alignleft,
.widget .alignright,
.widget .alignnone {
margin: 0; }
/*# sourceMappingURL=gutenberg.css.map */ | wp-content/themes/gutenberg.css | .edit-post-visual-editor {
/* Headings */
/* Paragraphs */
/* Links */
/* Lists */
/* Blockquotes */
/* Tables */
/* Code */
/* Figures and Captions */
/* Galleries */ }
.edit-post-visual-editor body {
line-height: 1.6;
color: #3d3e40; }
.edit-post-visual-editor h1, .edit-post-visual-editor h2, .edit-post-visual-editor h3, .edit-post-visual-editor blockquote, .edit-post-visual-editor .editor-post-title__input {
font-family: "Playfair Display", serif;
font-weight: normal;
color: #171617; }
.edit-post-visual-editor body, .edit-post-visual-editor blockquote cite {
font-family: "Noto Serif", serif; }
.edit-post-visual-editor h1 {
font-size: 3.375em;
line-height: 1.11111;
-webkit-transform: translateY(0.22006em);
transform: translateY(0.22006em);
margin-top: 0.88889em;
margin-bottom: 0.44444em; }
.edit-post-visual-editor h2 {
font-size: 2.25em;
line-height: 1.33333;
-webkit-transform: translateY(0.33117em);
transform: translateY(0.33117em);
margin-top: 1.33333em;
margin-bottom: 0.66667em; }
.edit-post-visual-editor h3 {
font-size: 1.5em;
line-height: 1.5;
-webkit-transform: translateY(0.4145em);
transform: translateY(0.4145em);
margin-top: 2em;
margin-bottom: 1em; }
@media not screen and (min-width: 899px) {
.edit-post-visual-editor h1 {
font-size: 1.875em;
line-height: 1.2;
-webkit-transform: translateY(0.2645em);
transform: translateY(0.2645em); }
.edit-post-visual-editor h2 {
font-size: 1.5em;
line-height: 1.5;
-webkit-transform: translateY(0.4145em);
transform: translateY(0.4145em); }
.edit-post-visual-editor h3 {
font-size: 1.3125em;
line-height: 1.14286;
-webkit-transform: translateY(0.23593em);
transform: translateY(0.23593em); } }
.edit-post-visual-editor p {
margin-top: 0;
font-size: 1em;
line-height: 1.5;
-webkit-transform: translateY(0.4145em);
transform: translateY(0.4145em);
margin-bottom: 1.5em; }
.edit-post-visual-editor .entry-content {
-webkit-font-smoothing: antialiased; }
.edit-post-visual-editor a {
text-decoration: none;
color: #afafaf; }
.edit-post-visual-editor a:hover {
color: #000; }
.edit-post-visual-editor acronym {
border-bottom: 1px dotted #3d3e40; }
.edit-post-visual-editor blockquote {
position: relative;
text-align: center;
font-size: 1.5625em;
line-height: 1.44;
margin-top: 2.57143em;
margin-bottom: 2.14286em;
padding-top: 1.71429em;
padding-bottom: 1.71429em; }
.edit-post-visual-editor blockquote blockquote {
font-size: 1em;
margin-bottom: 0;
padding-bottom: 0; }
.edit-post-visual-editor blockquote blockquote:after {
border-bottom: 0; }
@media not screen and (min-width: 899px) {
.edit-post-visual-editor blockquote {
font-size: 1.125em;
line-height: 1.33333;
margin-top: 2.66667em;
margin-bottom: 2em;
padding: 0.66667em;
padding-top: 1.33333em;
padding-bottom: 1.33333em; } }
.edit-post-visual-editor blockquote:before {
content: '\201C';
position: absolute;
top: -0.5em;
left: 50%;
padding: 0 0.857em;
color: black;
background: white;
-webkit-transform: translateX(-50%);
transform: translateX(-50%); }
.edit-post-visual-editor blockquote:after {
content: '';
display: block;
width: 9em;
margin-left: -4.5em;
position: absolute;
top: 0;
bottom: 0;
left: 50%;
z-index: -1;
border: 1px solid #c3c3c3;
border-left: 0;
border-right: 0; }
.is--ancient-android .archive__grid .edit-post-visual-editor blockquote:after {
border-bottom: 0;
bottom: calc(100% - 4px);
bottom: 99%; }
.edit-post-visual-editor blockquote cite {
display: block;
margin-top: 1.5em;
font-size: 0.57143em;
line-height: 1.5;
font-style: normal; }
.edit-post-visual-editor blockquote a:hover {
color: #ffeb00; }
.edit-post-visual-editor table {
position: relative;
z-index: 1;
margin-bottom: 1.5em;
width: 100%;
border-top: 0;
table-layout: fixed; }
.edit-post-visual-editor table th {
text-align: left; }
.edit-post-visual-editor table tr {
border-bottom: 1px solid #d7d7d7; }
.edit-post-visual-editor table th, .edit-post-visual-editor table td {
padding: 12px;
vertical-align: middle;
font-family: inherit;
font-size: inherit; }
.edit-post-visual-editor pre {
position: relative;
padding-left: 2.25em;
padding-right: 2.25em;
padding-top: 1.5em;
padding-bottom: 1.5em;
margin-bottom: 1.5em;
border: 1px solid #d7d7d7; }
.edit-post-visual-editor pre:before {
content: "\f121";
position: absolute;
top: 0;
left: 0;
display: block;
padding: 3px;
font-family: FontAwesome;
font-size: 14px;
color: white;
background: #d7d7d7; }
.edit-post-visual-editor img {
max-width: 100%;
height: auto; }
.edit-post-visual-editor .wp-caption {
width: auto; }
.edit-post-visual-editor .wp-caption img {
display: block; }
.edit-post-visual-editor .wp-caption-text {
font-size: 0.72222em;
margin-top: 0.92308em;
color: #8c888c; }
.edit-post-visual-editor .gallery {
margin-left: -0.75em; }
@media only screen and (min-width: 1359px) {
.edit-post-visual-editor .gallery {
margin-left: -4.5em;
margin-right: -3.75em; }
.entry-featured .edit-post-visual-editor .gallery {
margin-left: -0.75em;
margin-right: 0; } }
.edit-post-visual-editor .gallery .gallery-item {
margin: 0;
display: inline-block;
vertical-align: top;
text-align: center;
border: 0 solid transparent;
border-top-width: 0.75em;
border-left-width: 0.75em; }
.edit-post-visual-editor .gallery-columns-1 .gallery-item {
width: 100%; }
.edit-post-visual-editor .gallery-columns-2 .gallery-item {
width: 50%; }
.edit-post-visual-editor .gallery-columns-3 .gallery-item {
width: 33.33333%; }
.edit-post-visual-editor .gallery-columns-4 .gallery-item {
width: 25%; }
.edit-post-visual-editor .gallery-columns-5 .gallery-item {
width: 20%; }
.edit-post-visual-editor .gallery-columns-6 .gallery-item {
width: 16.66667%; }
.edit-post-visual-editor .gallery-columns-7 .gallery-item {
width: 14.28571%; }
.edit-post-visual-editor .gallery-columns-8 .gallery-item {
width: 12.5%; }
.edit-post-visual-editor .gallery-columns-9 .gallery-item {
width: 11.11111%; }
.edit-post-visual-editor.editor-styles-wrapper {
font-family: "Noto Serif", serif;
font-size: 18px;
line-height: 1.5;
color: #2a2c29; }
.edit-post-visual-editor .editor-block-list__block p:not(.wp-block-cover-text) {
font-size: 18px; }
.edit-post-visual-editor .editor-post-title__input {
font-size: 3.375em;
line-height: 1.11111;
-webkit-transform: translateY(0.22006em);
transform: translateY(0.22006em); }
.edit-post-visual-editor .block-editor-block-list__layout .wp-block,
.edit-post-visual-editor .editor-post-title__block {
max-width: 1040px; }
.edit-post-visual-editor .editor-block-list__block {
color: inherit; }
.edit-post-visual-editor .editor-post-title__input[class] {
line-height: 1.111; }
.edit-post-visual-editor .wp-block-quote p {
font-size: 1em; }
.edit-post-visual-editor .wp-block-quote:not(.is-large):not(.is-style-large) {
padding-left: 0;
border-left: 0; }
.alignleft,
.alignright {
position: relative;
z-index: 1;
margin-top: 1.125em;
margin-bottom: 1.125em;
max-width: 50%; }
@media not screen and (min-width: 640px) {
.alignleft,
.alignright {
max-width: 100%;
display: block; } }
.alignleft {
float: left;
margin-right: 1.5em; }
@media only screen and (min-width: 899px) {
.alignleft {
margin-right: 3em; } }
@media not screen and (min-width: 899px) {
.alignleft.wp-caption, .alignleft.gallery-caption {
margin-left: 0; } }
.blog .alignleft, .archive .alignleft {
margin-left: 0; }
.alignright {
float: right;
margin-left: 1.5em; }
@media only screen and (min-width: 899px) {
.alignright {
margin-left: 3em; } }
@media not screen and (min-width: 899px) {
.alignright.wp-caption, .alignright.gallery-caption {
margin-right: 0; } }
.blog .alignright, .archive .alignright {
margin-right: 0; }
.aligncenter,
.alignnone {
margin-top: 1.5em;
margin-bottom: 1.125em;
display: block;
width: auto !important; }
@media only screen and (min-width: 899px) {
.aligncenter,
.alignnone {
margin-top: 3em;
margin-bottom: 2.25em; } }
.aligncenter img,
.alignnone img {
max-width: 100%;
height: auto; }
.aligncenter img,
.alignnone img {
margin: 0 auto; }
.alignnone .wp-caption-text {
text-align: center; }
@media not screen and (min-width: 899px) {
figure.aligncenter, figure.alignnone {
margin-left: 0;
margin-right: 0; } }
.aligncenter {
text-align: center; }
.blog .aligncenter, .archive .aligncenter {
margin-left: auto;
margin-right: auto; }
@media only screen and (min-width: 1359px) {
.alignnone,
.aligncenter {
margin-left: -3.75em;
margin-right: -3.75em; }
.alignleft {
margin-left: -3.75em; }
.alignright {
margin-right: -3.75em; } }
.widget .aligncenter,
.widget .alignleft,
.widget .alignright,
.widget .alignnone {
margin: 0; }
/*# sourceMappingURL=gutenberg.css.map */ | 0.359701 | 0.07627 |
@charset "UTF-8";
* {
list-style-type: none;
font-family: "Arial", "Microsoft YaHei", "榛戜綋", "瀹嬩綋", sans-serif;
padding: 0px;
margin: 0px;
}
.accordion-DIV {
/* width:98%;
height:482px; */
overflow: hidden;
padding-left: 1%;
padding-right: 1%;
width: 1200PX;
margin: auto;
}
.accordion-DIV > .accordion {
/* border:$defaultBorder; */
}
.accordion {
clear: both;
overflow: hidden;
}
.accordion [data-name=accordion] {
border: thin solid #efefef;
}
.accordion .accordion-li {
float: left;
color: #333;
border-right: none;
overflow: hidden;
width: 100px;
transition: width 1.5s;
position: relative;
cursor: pointer;
}
.accordion .accordion-li .accordion-img {
border: thin solid #efefef;
}
.accordion .accordion-li:last-child {
border-right: thin solid #efefef;
}
.accordion .accordion-li::before {
content: "";
display: block;
position: absolute;
background-color: white;
width: 100%;
height: 100%;
left: 0;
top: 0;
opacity: 0.2;
transition: all 0.5s;
}
.accordion .accordion-li .accordion-description {
content: "";
display: block;
position: absolute;
width: 100%;
left: 0;
opacity: 0.7;
transition: all 0.5s;
top: inherit;
bottom: 50%;
height: 50%;
margin-bottom: -135px;
padding: 1.5%;
}
.accordion .accordion-li .accordion-content, .accordion .accordion-li .accordion-title, .accordion:hover .accordion-li li.active .accordion-title, .accordion:hover li.active .accordion-li .accordion-title {
opacity: 0;
transition: all 0.5s;
margin-top: 15px;
}
.accordion .accordion-li .accordion-title {
font-size: xx-large;
font-weight: bold;
}
.accordion .accordion-li .accordion-icon {
position: absolute;
left: 20%;
top: 50%;
width: 60%;
font-size: 18px;
z-index: 10;
opacity: 1;
transition: opacity 2.5s;
}
.accordion:hover li {
width: 100px;
transition: width 1.5s;
}
.accordion:hover li.active {
/* width:600px !important; */
transition: width 0.5s;
}
.accordion:hover li.active::before {
opacity: 0;
}
.accordion:hover li.active .accordion-icon {
opacity: 0;
transition: opacity .2s;
}
.accordion:hover li.active .accordion-description {
content: "";
display: block;
position: absolute;
/*background-color: white;*/
width: 100%;
left: 0;
opacity: 1;
transition: all 0.5s;
/*background: -webkit-linear-gradient(rgba(255, 255, 255, 0), white);*/
/*!* Safari 5.1 - 6.0 *!*/
/*background: -o-linear-gradient(rgba(255, 255, 255, 0), white);*/
/*!* Opera 11.1 - 12.0 *!*/
/*background: -moz-linear-gradient(rgba(255, 255, 255, 0), white);*/
/*!* Firefox 3.6 - 15 *!*/
/*background: linear-gradient(rgba(255, 255, 255, 0), white);*/
padding-top: 9%;
height: auto;
top: inherit;
bottom: 136px;
}
.accordion:hover li.active .accordion-content, .accordion:hover li.active .accordion-title {
opacity: 1 !important;
transition: all 2s;
}
.accordion.verticality {
clear: both;
overflow: hidden;
}
.accordion.verticality .accordion-li {
width: 100%;
float: inherit;
border: thin solid #efefef;
height: 100px;
transition: height .6s;
border-bottom: none;
}
.accordion.verticality .accordion-li .accordion-description {
left: 50%;
bottom: 0;
width: 30%;
height: 95%;
margin-bottom: 0px;
margin-top: auto;
margin-left: -224px;
transition: all .8s;
}
.accordion.verticality .accordion-li .accordion-img {
width: 100%;
}
.accordion.verticality .accordion-li:last-child {
border-bottom: thin solid #efefef;
}
.accordion.verticality .accordion-li.active {
width: 100% !important;
transition: height .6s;
}
.accordion.verticality .accordion-li.active::before {
opacity: 0;
}
.accordion.verticality .accordion-li.active .accordion-icon {
opacity: 0;
transition: all 0.5s;
}
.accordion.verticality .accordion-li.active .accordion-description {
margin-left: 0;
width: 98%;
height: 50%;
top: inherit;
bottom: 0;
left: 0;
opacity: 1;
padding-top: 1.5%;
/*background: -webkit-linear-gradient(rgba(255, 255, 255, 0), white);*/
/*!* Safari 5.1 - 6.0 *!*/
/*background: -o-linear-gradient(rgba(255, 255, 255, 0), white);*/
/*!* Opera 11.1 - 12.0 *!*/
/*background: -moz-linear-gradient(rgba(255, 255, 255, 0), white);*/
/*!* Firefox 3.6 - 15 *!*/
/*background: linear-gradient(rgba(255, 255, 255, 0), white);*/
transition: height .8s;
}
.accordion.verticality .accordion-li.active .accordion-description .accordion-title, .accordion.verticality .accordion-li.active .accordion-description .accordion-content, .accordion.verticality .accordion-li.active .accordion-description .accordion-title {
opacity: 1;
transition: opacity 1s;
}
.accordion .ver-toggle {
display: none;
}
.accordion .accordion-img {
display: block;
}
.accordion a {
display: block;
background-color: white;
width: 100%;
height: 100%;
} | public/index/css/style.css | @charset "UTF-8";
* {
list-style-type: none;
font-family: "Arial", "Microsoft YaHei", "榛戜綋", "瀹嬩綋", sans-serif;
padding: 0px;
margin: 0px;
}
.accordion-DIV {
/* width:98%;
height:482px; */
overflow: hidden;
padding-left: 1%;
padding-right: 1%;
width: 1200PX;
margin: auto;
}
.accordion-DIV > .accordion {
/* border:$defaultBorder; */
}
.accordion {
clear: both;
overflow: hidden;
}
.accordion [data-name=accordion] {
border: thin solid #efefef;
}
.accordion .accordion-li {
float: left;
color: #333;
border-right: none;
overflow: hidden;
width: 100px;
transition: width 1.5s;
position: relative;
cursor: pointer;
}
.accordion .accordion-li .accordion-img {
border: thin solid #efefef;
}
.accordion .accordion-li:last-child {
border-right: thin solid #efefef;
}
.accordion .accordion-li::before {
content: "";
display: block;
position: absolute;
background-color: white;
width: 100%;
height: 100%;
left: 0;
top: 0;
opacity: 0.2;
transition: all 0.5s;
}
.accordion .accordion-li .accordion-description {
content: "";
display: block;
position: absolute;
width: 100%;
left: 0;
opacity: 0.7;
transition: all 0.5s;
top: inherit;
bottom: 50%;
height: 50%;
margin-bottom: -135px;
padding: 1.5%;
}
.accordion .accordion-li .accordion-content, .accordion .accordion-li .accordion-title, .accordion:hover .accordion-li li.active .accordion-title, .accordion:hover li.active .accordion-li .accordion-title {
opacity: 0;
transition: all 0.5s;
margin-top: 15px;
}
.accordion .accordion-li .accordion-title {
font-size: xx-large;
font-weight: bold;
}
.accordion .accordion-li .accordion-icon {
position: absolute;
left: 20%;
top: 50%;
width: 60%;
font-size: 18px;
z-index: 10;
opacity: 1;
transition: opacity 2.5s;
}
.accordion:hover li {
width: 100px;
transition: width 1.5s;
}
.accordion:hover li.active {
/* width:600px !important; */
transition: width 0.5s;
}
.accordion:hover li.active::before {
opacity: 0;
}
.accordion:hover li.active .accordion-icon {
opacity: 0;
transition: opacity .2s;
}
.accordion:hover li.active .accordion-description {
content: "";
display: block;
position: absolute;
/*background-color: white;*/
width: 100%;
left: 0;
opacity: 1;
transition: all 0.5s;
/*background: -webkit-linear-gradient(rgba(255, 255, 255, 0), white);*/
/*!* Safari 5.1 - 6.0 *!*/
/*background: -o-linear-gradient(rgba(255, 255, 255, 0), white);*/
/*!* Opera 11.1 - 12.0 *!*/
/*background: -moz-linear-gradient(rgba(255, 255, 255, 0), white);*/
/*!* Firefox 3.6 - 15 *!*/
/*background: linear-gradient(rgba(255, 255, 255, 0), white);*/
padding-top: 9%;
height: auto;
top: inherit;
bottom: 136px;
}
.accordion:hover li.active .accordion-content, .accordion:hover li.active .accordion-title {
opacity: 1 !important;
transition: all 2s;
}
.accordion.verticality {
clear: both;
overflow: hidden;
}
.accordion.verticality .accordion-li {
width: 100%;
float: inherit;
border: thin solid #efefef;
height: 100px;
transition: height .6s;
border-bottom: none;
}
.accordion.verticality .accordion-li .accordion-description {
left: 50%;
bottom: 0;
width: 30%;
height: 95%;
margin-bottom: 0px;
margin-top: auto;
margin-left: -224px;
transition: all .8s;
}
.accordion.verticality .accordion-li .accordion-img {
width: 100%;
}
.accordion.verticality .accordion-li:last-child {
border-bottom: thin solid #efefef;
}
.accordion.verticality .accordion-li.active {
width: 100% !important;
transition: height .6s;
}
.accordion.verticality .accordion-li.active::before {
opacity: 0;
}
.accordion.verticality .accordion-li.active .accordion-icon {
opacity: 0;
transition: all 0.5s;
}
.accordion.verticality .accordion-li.active .accordion-description {
margin-left: 0;
width: 98%;
height: 50%;
top: inherit;
bottom: 0;
left: 0;
opacity: 1;
padding-top: 1.5%;
/*background: -webkit-linear-gradient(rgba(255, 255, 255, 0), white);*/
/*!* Safari 5.1 - 6.0 *!*/
/*background: -o-linear-gradient(rgba(255, 255, 255, 0), white);*/
/*!* Opera 11.1 - 12.0 *!*/
/*background: -moz-linear-gradient(rgba(255, 255, 255, 0), white);*/
/*!* Firefox 3.6 - 15 *!*/
/*background: linear-gradient(rgba(255, 255, 255, 0), white);*/
transition: height .8s;
}
.accordion.verticality .accordion-li.active .accordion-description .accordion-title, .accordion.verticality .accordion-li.active .accordion-description .accordion-content, .accordion.verticality .accordion-li.active .accordion-description .accordion-title {
opacity: 1;
transition: opacity 1s;
}
.accordion .ver-toggle {
display: none;
}
.accordion .accordion-img {
display: block;
}
.accordion a {
display: block;
background-color: white;
width: 100%;
height: 100%;
} | 0.453746 | 0.072933 |
.shopS001{
width: 1300px;
margin: 0 auto;
}
.shopS001>p{
margin: 10px 0 20px;
}
.shopS001 .left,.shopS001 .center,.shopS001 .right{
width: 410px;
display: inline-block;
vertical-align: top;
}
.shopS001 .center{
width: 600px;
}
.shopS001 .right{
width: 270px;
}
.shopS001 .left>img{
width: 400px;
padding: 1px;
border: #778899 solid 0.5px;
}
.shopS001 .left p img.g{
width: 70px;padding: 2px;margin: 2px;
border: #778899 solid 0.5px;
}
.shopS001 .goods p {
margin-left: 20px;
}
.shopS001 .goods .p1{
font-size: 25px;
font-weight: bolder;
margin-top: 30px;
}
.shopS001 .goods .p2{
color: #778899;
margin-bottom: 35px;
}
.shopS001 .goods .p3,.shopS001 .goods .p4{
padding: 8px;
position: relative;
}
.shopS001 .goods .p4{margin-bottom: 20px;}
.shopS001 .goods .p3 span{
color: #FF4E00;
font-size: 30px;
position: absolute;
top: -5px;
font-weight: bolder;
}
.shopS001 .goods .p5,.shopS001 .goods .p6{
padding: 10px;
line-height: 15px;
margin: 10px 20px;
}
.shopS001 .goods .p5 span,.shopS001 .goods .p6 span{
padding: 8px 15px;
border: #778899 0.5px solid;
}
.active{
border-color: #FF4E00 ;
border-width:2px;
/* background: url(<%=request.getContextPath() %>/statics/localimg/ch.png) right bottom no-repeat;
*/ }
.shopS001 .goods .p7{
margin: 5px;
margin-left:35px;
}
.shopS001 .goods .p7 span{
padding: 5px;
}
.shopS001 .goods .p8 span,.num{
display:inline-block;
padding:5px ;
margin: 20px;
font-size:20px;
border: #778899 solid 1px;
}
.shopS001 .goods .p9 span{
display:inline-block;
padding:5px ;
margin: 20px;
font-size:20px;
border: #778899 solid 1px;
}
.shopS001 .right img,.shopS001 .right .s{
width: 260px;
height:178px;
}
.shopS001 .right a{
display: inline-block;
width: 260px;
height: 50px;
text-align: center;
line-height: 50px;
color: #000;
text-decoration: none;
background: #F6F6F6;
} | MyShop/WebRoot/statics/localcss/ShopS001.css | .shopS001{
width: 1300px;
margin: 0 auto;
}
.shopS001>p{
margin: 10px 0 20px;
}
.shopS001 .left,.shopS001 .center,.shopS001 .right{
width: 410px;
display: inline-block;
vertical-align: top;
}
.shopS001 .center{
width: 600px;
}
.shopS001 .right{
width: 270px;
}
.shopS001 .left>img{
width: 400px;
padding: 1px;
border: #778899 solid 0.5px;
}
.shopS001 .left p img.g{
width: 70px;padding: 2px;margin: 2px;
border: #778899 solid 0.5px;
}
.shopS001 .goods p {
margin-left: 20px;
}
.shopS001 .goods .p1{
font-size: 25px;
font-weight: bolder;
margin-top: 30px;
}
.shopS001 .goods .p2{
color: #778899;
margin-bottom: 35px;
}
.shopS001 .goods .p3,.shopS001 .goods .p4{
padding: 8px;
position: relative;
}
.shopS001 .goods .p4{margin-bottom: 20px;}
.shopS001 .goods .p3 span{
color: #FF4E00;
font-size: 30px;
position: absolute;
top: -5px;
font-weight: bolder;
}
.shopS001 .goods .p5,.shopS001 .goods .p6{
padding: 10px;
line-height: 15px;
margin: 10px 20px;
}
.shopS001 .goods .p5 span,.shopS001 .goods .p6 span{
padding: 8px 15px;
border: #778899 0.5px solid;
}
.active{
border-color: #FF4E00 ;
border-width:2px;
/* background: url(<%=request.getContextPath() %>/statics/localimg/ch.png) right bottom no-repeat;
*/ }
.shopS001 .goods .p7{
margin: 5px;
margin-left:35px;
}
.shopS001 .goods .p7 span{
padding: 5px;
}
.shopS001 .goods .p8 span,.num{
display:inline-block;
padding:5px ;
margin: 20px;
font-size:20px;
border: #778899 solid 1px;
}
.shopS001 .goods .p9 span{
display:inline-block;
padding:5px ;
margin: 20px;
font-size:20px;
border: #778899 solid 1px;
}
.shopS001 .right img,.shopS001 .right .s{
width: 260px;
height:178px;
}
.shopS001 .right a{
display: inline-block;
width: 260px;
height: 50px;
text-align: center;
line-height: 50px;
color: #000;
text-decoration: none;
background: #F6F6F6;
} | 0.17892 | 0.063251 |
body {
direction: rtl;
text-align: right;
}
.odometer.odometer-auto-theme,.odometer.odometer-theme-default{direction: ltr;}
.odometer.odometer-auto-theme,.odometer.odometer-theme-default{font-family:"Vazir-FD",sans-serif;}
.coming-soon-area .soon-item {
direction: ltr;
}
.header-area:before {
left: unset;
right: 0;
border-right: 0;
border-left: 30px solid transparent;
}
.header-area .left ul li {
margin-right: 0;
margin-left: 15px;
}
.header-area .left ul li:last-child {
margin-left: 0;
}
.header-area .right {
text-align: left;
}
.header-area .right ul li {
margin-right: 0;
margin-left: 10px;
}
.header-area .right ul li:last-child {
margin-left: 0;
}
.side-nav .nav-flag-dropdown img {
margin-right: 0;
margin-left: 3px;
}
.side-nav .nav-flag-dropdown .dropdown-menu a {
text-align: right;
border-right: 3px solid transparent;
border-left: 0;
border-radius: 0;
}
.side-nav .nav-flag-dropdown .dropdown-menu a:hover {
border-left: 0;
border-right: 3px solid #FF6A40;
padding-left: 15px;
padding-right: 18px;
border-radius: 0;
}
.side-nav .nav-search {
margin-right: 0;
margin-left: 15px;
}
.side-nav .nav-search .centered #search-box form .form-control {
padding-left: 10px;
padding-right: 20px;
}
.side-nav .nav-search .centered #search-box form .btn {
right: unset;
left: 0;
border-radius: 5px 0 0 5px;
}
.side-nav .nav-search #close-btn {
right: unset;
left: 20px;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu {
text-align: right;
left: unset;
right: 0;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover, .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:focus, .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
padding-left: 15px;
padding-right: 20px;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
left: -100%;
right: unset;
}
.banner-area .owl-item.active .banner-content h1 {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight;
}
.banner-area .owl-item.active .banner-content p {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight;
}
.banner-area .overlay-banner:before {
left: unset;
right: 0;
border-left: 280px solid transparent;
border-right: 0;
}
.banner-area .overlay-banner:after {
left: unset;
right: 0;
border-left: 280px solid transparent;
border-right: 0;
}
.banner-area .owl-theme .owl-nav.disabled + .owl-dots {
text-align: right;
}
.banner-item:before {
left: unset;
right: 0;
background: -webkit-gradient(linear, left top, right top, color-stop(30%, rgba(255, 255, 255, 0.875958)), to(rgba(255, 255, 255, 0.37034)));
background: linear-gradient(90deg, rgba(255, 255, 255, 0.875958) 30%, rgba(255, 255, 255, 0.37034) 100%);
-webkit-transform: rotateZ(180deg);
transform: rotateZ(180deg);
}
.logo-area:before {
left: unset;
right: 0;
border-left: 70px solid transparent;
border-right: 0;
}
.section-overlay:before {
right: unset;
left: 0;
border-left: 0;
border-right: 470px solid transparent;
}
.section-overlay:after {
right: unset;
left: 0;
border-left: 0;
border-right: 470px solid transparent;
}
.about-area .about-content {
margin-left: 0;
margin-right: auto;
}
.about-area .about-content ul li:nth-child(2) {
margin-left: 0;
margin-right: 15px;
}
.about-area .about-img {
padding-right: 0;
padding-left: 50px;
}
.work-area .work-item ul li:nth-child(2) {
margin-left: 0;
margin-right: 15px;
}
.projects-area.section-overlay:before {
right: 0;
left: unset;
border-right: 0;
border-left: 470px solid transparent;
}
.projects-area.section-overlay:after {
right: 0;
left: unset;
border-right: 0;
border-left: 470px solid transparent;
}
.blog-area.section-overlay:before {
border-left: 0;
border-right: 375px solid transparent;
}
.blog-area.section-overlay:after {
border-left: 0;
border-right: 375px solid transparent;
}
.blog-side-item ul li:nth-child(2) {
margin-left: 0;
margin-right: 15px;
}
.footer-area .footer-item .footer-contact ul li {
padding-left: 0;
padding-right: 30px;
}
.footer-area .footer-item .footer-contact ul li i {
left: unset;
right: 0;
}
.footer-area .footer-item .footer-hours ul li span {
right: unset;
left: 0;
}
.footer-area .footer-item .footer-logo ul li {
margin-right: 0;
margin-left: 5px;
}
.footer-area .footer-item .footer-logo ul li:last-child {
margin-left: 0;
}
.go-top {
right: unset;
left: 15px;
}
.main-nav.two nav .navbar-nav {
margin-right: auto;
margin-left: 0;
}
.main-nav.two nav .navbar-nav .nav-item a:before {
left: 0;
right: -20px;
}
.main-nav.two .side-nav {
margin-left: 0;
margin-right: 10px;
}
.banner-area-two .banner-item .banner-img img:nth-child(1) {
right: unset;
left: 30px;
top: 160px;
max-width: 435px;
}
.banner-area-two .banner-item .banner-img img:nth-child(2) {
right: unset;
left: -68px;
}
.banner-area-two .banner-item .banner-img img:nth-child(3) {
right: unset;
left: 214px;
}
.banner-area-two .banner-item .banner-img img:nth-child(4) {
left: unset;
right: 60px;
}
.banner-area-two .banner-content h1 {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight;
}
.banner-area-two .banner-content p {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight;
}
.about-area.two .about-img {
padding-left: 0;
margin-left: 0;
margin-right: auto;
}
.about-area.two .about-img .years {
left: unset;
right: 44%;
}
.about-area.two .about-content {
margin-left: auto;
margin-right: 0;
}
.about-area.two .about-content .section-title.two {
text-align: right;
}
.section-overlay-two:before {
left: unset;
right: 0;
border-left: 470px solid transparent;
border-right: 0;
}
.section-overlay-two:after {
left: unset;
right: 0;
border-left: 470px solid transparent;
border-right: 0;
}
.projects-area.two .container-fluid {
margin-right: auto;
margin-left: 0;
}
.projects-area.two.section-overlay-two:before {
right: unset;
left: 0;
border-right: 385px solid transparent;
border-left: 0;
}
.projects-area.two .section-title.two {
text-align: right;
padding-right: 0;
margin-left: 15px;
}
.projects-area.two .owl-theme .owl-nav {
right: unset;
left: 210px;
}
.testimonials-area.two .testimonials-wrap {
}
.testimonials-area.two .testimonials-img img {
}
.faq-item .section-title.two {
text-align: right;
}
.faq-item .accordion li:before {
left: unset;
right: 20px;
}
.faq-item .accordion li a {
padding: 15px 40px 15px 15px;
}
.faq-item .accordion li p {
padding: 0 40px 15px 15px;
}
.faq-item .accordion li p:before {
left: unset;
right: 21px;
border-left: 0;
border-right: 5px dotted #1a1e6626;
}
.subscribe-area .subscribe-img {
right: unset;
left: 0;
}
.subscribe-area .subscribe-wrap .section-title.two {
text-align: right;
}
.subscribe-area .subscribe-wrap .newsletter-form .form-control {
padding-left: 10px;
padding-right: 20px;
}
.subscribe-area .subscribe-wrap .newsletter-form .common-btn {
left: 0;
right: unset;
}
.banner-area.three .banner-content {
margin-left: 0;
margin-right: auto;
}
.banner-area.three .banner-shape img {
left: unset;
right: 100px;
}
.banner-area.three .banner-img img:nth-child(2) {
left: unset;
right: 15px;
}
.banner-area.three .banner-img img:nth-child(3) {
right: unset;
left: -15px;
}
.features-area .section-title.three {
text-align: right;
}
.features-area .features-inner ul li:nth-child(2) {
margin-left: 0;
margin-right: 15px;
}
.about-area.three .section-title.three {
text-align: right;
}
.skills-area .skills-content {
margin-left: 0;
margin-right: auto;
}
.skills-area .skills-content .skill-wrap .skill .skill1 .skill-count1 {
right: unset;
left: 7px;
}
.skills-area .skills-content .skill-wrap .skill .skill2 .skill-count2 {
right: unset;
left: 7px;
}
.skills-area .skills-content .skill-wrap .skill .skill3 .skill-count3 {
right: unset;
left: 7px;
}
.skills-area .skills-img {
left: unset;
right: 10px;
}
.skills-area .section-title.three {
text-align: right;
}
.counter-area.three .section-title.three {
text-align: right;
}
.about-area.four.section-overlay:before {
right: 0;
left: unset;
border-left: 470px solid transparent;
border-right: 0;
}
.about-area.four.section-overlay:after {
right: 0;
left: unset;
border-left: 470px solid transparent;
border-right: 0;
}
.about-area.four .about-img {
padding-left: 0;
}
.founder-area .founder-content .nav-pills .nav-link {
margin-right: 0;
margin-left: 15px;
}
.founder-area .founder-content .tab-pane ul li {
padding-left: 0;
padding-right: 20px;
}
.founder-area .founder-content .tab-pane ul li:before {
left: unset;
right: 0;
}
.widget-area .search .form-control {
padding-left: 10px;
padding-right: 15px;
}
.widget-area .search .btn {
right: unset;
left: 30px;
}
.widget-area .recent .inner ul li:nth-child(2) {
margin-left: 0;
margin-right: 15px;
}
.widget-area .categories ul li a span {
right: unset;
left: 20px;
}
.widget-area .tags ul li {
margin-right: 0;
margin-left: 3px;
}
.blog-details-area .details-item .details-img ul {
left: unset;
right: 15px;
}
.blog-details-area .details-item .details-img ul li {
margin-right: 0;
margin-left: 15px;
}
.blog-details-area .details-item .details-img ul li:last-child {
margin-left: 0;
}
.blog-details-area .details-item .details-quote blockquote i {
left: unset;
right: 45px;
}
.blog-details-area .details-item .details-quote blockquote span {
right: unset;
left: 40px;
}
.blog-details-area .details-item .details-quote blockquote span:before {
left: unset;
right: -35px;
}
.blog-details-area .details-item .details-tag .right {
text-align: left;
}
.blog-details-area .details-item .details-comments ul li {
}
.blog-details-area .details-item .details-comments ul li img {
}
.blog-details-area .details-item .details-comments ul li a {
}
.blog-item ul li {
margin-right: 0;
margin-left: 12px;
}
.blog-item ul li:last-child {
margin-left: 0;
}
.contact-area .contact-info ul li {
padding-left: 0;
padding-right: 40px;
}
.contact-area .contact-info ul li i {
left: unset;
right: 0;
}
.contact-area .form-check {
padding-left: 0;
padding-right: 20px;
}
.contact-area .form-check-input {
margin-left: 0;
margin-right: -20px;
}
.rules-area .rules-item ul li {
padding-left: 0;
padding-right: 15px;
}
.rules-area .rules-item ul li:before {
left: unset;
right: 0;
}
.project-details-area .details-img .content-right ul li span {
right: unset;
left: 0;
}
.project-details-area .details-img .content-right ul li a {
right: unset;
left: 0;
}
.project-details-area .details-most .most-right ul li {
padding-left: 0;
padding-right: 20px;
}
.project-details-area .details-most .most-right ul li:before {
left: unset;
right: 0;
}
.service-details-area .details-item .details-img ul li {
padding-left: 0;
padding-right: 20px;
}
.service-details-area .details-item .details-img ul li:before {
left: unset;
right: 0;
}
.widget-area .report ul li i {
margin-right: 0;
margin-left: 10px;
}
.widget-area .services ul li a i {
right: unset;
left: 15px;
}
.user-form-area .user-form-item .form-group .form-control {
padding-left: 10px;
padding-right: 20px;
}
.user-form-area .user-form-item .remember {
text-align: right;
}
.user-form-area .user-form-item .remember .form-check {
padding-left: 0;
padding-right: 20px;
}
.user-form-area .user-form-item .remember .form-check-input {
right: 0;
top: 2px;
}
.user-form-area .user-form-item .remember li:nth-child(2) {
text-align: left;
}
.team-details-area .details-content .social li {
margin-right: 0;
margin-left: 5px;
}
.team-details-area .details-content .details-info li {
padding-left: 0;
padding-right: 25px;
}
.team-details-area .details-content .details-info li:before {
left: unset;
right: 0;
}
.team-details-area .details-content .details-info li span {
right: unset;
left: 0;
}
.team-details-area .details-content .details-info li a {
right: unset;
left: 0;
}
@media only screen and (max-width: 991px) {
.mobile-nav .logo {
left: auto !important;
right: 15px !important;
}
.mean-container a.meanmenu-reveal {
padding: 15px 0 0 15px;
right: auto !important;
left: 0 !important;
}
.side-nav {
right: unset;
left: 55px;
}
.mean-container .mean-nav ul li a.mean-expand {
text-align: left !important;
left: 0;
right: auto;
}
.mean-container .mean-nav ul li a {
float: right !important;
text-align: right !important;
}
}
@media only screen and (max-width: 767px) {
.side-nav .nav-search .centered #search-box form .form-control {
padding: 0;
padding-left: 0;
padding-right: 15px;
width: 94%;
}
.side-nav .nav-flag-dropdown .dropdown-menu {
left: 0;
}
.side-nav .nav-flag-dropdown .dropdown-menu.show {
left: 0 !important;
}
.header-area .right {
text-align: center;
}
.banner-area .owl-theme .owl-nav.disabled + .owl-dots {
text-align: center;
}
.about-area .about-content ul li:nth-child(2) {
margin-right: 0;
}
.about-area .about-img {
padding-left: 0;
}
.work-area .work-item ul li:nth-child(2) {
margin-right: 0;
}
.header-area .left ul li {
margin-left: 0;
}
.banner-area-two .banner-item .banner-img img:nth-child(1) {
left: 0;
top: 0;
max-width: 100%;
}
.about-area.two .about-content .section-title.two {
text-align: center;
}
.projects-area.two .section-title.two {
text-align: center;
margin-left: 0;
}
.projects-area.two .owl-theme .owl-nav {
right: 0;
left: 0;
}
.faq-item .section-title.two {
text-align: center;
}
.subscribe-area .subscribe-wrap .section-title.two {
text-align: center;
}
.features-area .section-title.three {
text-align: center;
}
.features-area .features-inner ul li:nth-child(2) {
margin-right: 0;
}
.about-area.three .section-title.three {
text-align: center;
}
.skills-area .skills-img {
right: 0;
}
.skills-area .section-title.three {
text-align: center;
}
.counter-area.three .section-title.three {
text-align: center;
}
.founder-area .founder-content .nav-pills .nav-link {
margin-right: 0;
margin-left: 5px;
}
.blog-details-area .details-item .details-img ul {
left: 0;
right: 0;
}
.blog-details-area .details-item .details-img ul li {
margin-right: 1px;
margin-left: 1px;
}
.blog-details-area .details-item .details-tag .right {
text-align: center;
}
.blog-details-area .details-item .details-comments {
}
.blog-details-area .details-item .details-comments ul li {
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.side-nav .nav-search .centered #search-box form .form-control {
padding: 0;
padding-left: 0;
padding-right: 15px;
width: 97%;
}
.side-nav .nav-flag-dropdown .dropdown-menu {
left: 0;
}
.side-nav .nav-flag-dropdown .dropdown-menu.show {
left: 0 !important;
}
.banner-area .owl-theme .owl-nav.disabled + .owl-dots {
text-align: center;
}
.about-area .about-content ul li:nth-child(2) {
margin-right: 0;
}
.about-area .about-img {
padding-left: 0;
}
.work-area .work-item ul li:nth-child(2) {
margin-right: 0;
}
.offset-sm-3 {
margin-left: 0;
margin-right: 25%;
}
.banner-area-two .banner-item .banner-img img:nth-child(1) {
left: 0;
top: 0;
max-width: 575px;
}
.about-area.two .about-content .section-title.two {
text-align: center;
}
.projects-area.two.section-overlay-two:before {
}
.projects-area.two .section-title.two {
text-align: center;
margin-left: 0;
}
.projects-area.two .owl-theme .owl-nav {
right: 0;
left: 0;
}
.faq-item .section-title.two {
text-align: center;
}
.subscribe-area .subscribe-wrap .section-title.two {
text-align: center;
}
.banner-area.three .banner-img img:nth-child(2) {
right: 85px;
}
.features-area .section-title.three {
text-align: center;
}
.features-area .features-inner ul li:nth-child(2) {
margin-right: 0;
}
.about-area.three .section-title.three {
text-align: center;
}
.skills-area .skills-img {
right: 0;
top: 0;
}
.skills-area .skills-content {
margin-left: auto;
}
.skills-area .section-title.three {
text-align: center;
}
.counter-area.three .section-title.three {
text-align: center;
}
.blog-details-area .details-item .details-img ul {
left: 0;
right: 0;
}
.blog-details-area .details-item .details-comments {
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.side-nav .nav-flag-dropdown .dropdown-menu {
left: 0;
}
.side-nav .nav-flag-dropdown .dropdown-menu.show {
left: 0 !important;
}
.banner-area-two .banner-item .banner-img img:nth-child(1) {
top: 200px;
left: 15px;
max-width: 345px;
}
.banner-area-two .banner-content {
max-width: 605px;
}
.banner-area-two .banner-content h1 {
font-size: 58px;
}
.features-area .features-inner {
padding: 30px 20px 30px 15px;
}
.blog-details-area .details-item .details-tag .left ul li a {
padding: 4px 5px;
margin-right: 2pxpx;
}
}
@media only screen and (min-width: 1800px) {
.banner-area-two .banner-item .banner-img img:nth-child(1) {
top: 134px;
left: 120px;
max-width: 510px;
}
.banner-area.three .banner-img img:nth-child(2) {
right: 123px;
}
.about-area.two .about-img .years {
right: 60%;
}
}
/*# sourceMappingURL=rtl.css.map */ | public/assets/css/rtl.css | body {
direction: rtl;
text-align: right;
}
.odometer.odometer-auto-theme,.odometer.odometer-theme-default{direction: ltr;}
.odometer.odometer-auto-theme,.odometer.odometer-theme-default{font-family:"Vazir-FD",sans-serif;}
.coming-soon-area .soon-item {
direction: ltr;
}
.header-area:before {
left: unset;
right: 0;
border-right: 0;
border-left: 30px solid transparent;
}
.header-area .left ul li {
margin-right: 0;
margin-left: 15px;
}
.header-area .left ul li:last-child {
margin-left: 0;
}
.header-area .right {
text-align: left;
}
.header-area .right ul li {
margin-right: 0;
margin-left: 10px;
}
.header-area .right ul li:last-child {
margin-left: 0;
}
.side-nav .nav-flag-dropdown img {
margin-right: 0;
margin-left: 3px;
}
.side-nav .nav-flag-dropdown .dropdown-menu a {
text-align: right;
border-right: 3px solid transparent;
border-left: 0;
border-radius: 0;
}
.side-nav .nav-flag-dropdown .dropdown-menu a:hover {
border-left: 0;
border-right: 3px solid #FF6A40;
padding-left: 15px;
padding-right: 18px;
border-radius: 0;
}
.side-nav .nav-search {
margin-right: 0;
margin-left: 15px;
}
.side-nav .nav-search .centered #search-box form .form-control {
padding-left: 10px;
padding-right: 20px;
}
.side-nav .nav-search .centered #search-box form .btn {
right: unset;
left: 0;
border-radius: 5px 0 0 5px;
}
.side-nav .nav-search #close-btn {
right: unset;
left: 20px;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu {
text-align: right;
left: unset;
right: 0;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover, .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:focus, .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
padding-left: 15px;
padding-right: 20px;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
left: -100%;
right: unset;
}
.banner-area .owl-item.active .banner-content h1 {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight;
}
.banner-area .owl-item.active .banner-content p {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight;
}
.banner-area .overlay-banner:before {
left: unset;
right: 0;
border-left: 280px solid transparent;
border-right: 0;
}
.banner-area .overlay-banner:after {
left: unset;
right: 0;
border-left: 280px solid transparent;
border-right: 0;
}
.banner-area .owl-theme .owl-nav.disabled + .owl-dots {
text-align: right;
}
.banner-item:before {
left: unset;
right: 0;
background: -webkit-gradient(linear, left top, right top, color-stop(30%, rgba(255, 255, 255, 0.875958)), to(rgba(255, 255, 255, 0.37034)));
background: linear-gradient(90deg, rgba(255, 255, 255, 0.875958) 30%, rgba(255, 255, 255, 0.37034) 100%);
-webkit-transform: rotateZ(180deg);
transform: rotateZ(180deg);
}
.logo-area:before {
left: unset;
right: 0;
border-left: 70px solid transparent;
border-right: 0;
}
.section-overlay:before {
right: unset;
left: 0;
border-left: 0;
border-right: 470px solid transparent;
}
.section-overlay:after {
right: unset;
left: 0;
border-left: 0;
border-right: 470px solid transparent;
}
.about-area .about-content {
margin-left: 0;
margin-right: auto;
}
.about-area .about-content ul li:nth-child(2) {
margin-left: 0;
margin-right: 15px;
}
.about-area .about-img {
padding-right: 0;
padding-left: 50px;
}
.work-area .work-item ul li:nth-child(2) {
margin-left: 0;
margin-right: 15px;
}
.projects-area.section-overlay:before {
right: 0;
left: unset;
border-right: 0;
border-left: 470px solid transparent;
}
.projects-area.section-overlay:after {
right: 0;
left: unset;
border-right: 0;
border-left: 470px solid transparent;
}
.blog-area.section-overlay:before {
border-left: 0;
border-right: 375px solid transparent;
}
.blog-area.section-overlay:after {
border-left: 0;
border-right: 375px solid transparent;
}
.blog-side-item ul li:nth-child(2) {
margin-left: 0;
margin-right: 15px;
}
.footer-area .footer-item .footer-contact ul li {
padding-left: 0;
padding-right: 30px;
}
.footer-area .footer-item .footer-contact ul li i {
left: unset;
right: 0;
}
.footer-area .footer-item .footer-hours ul li span {
right: unset;
left: 0;
}
.footer-area .footer-item .footer-logo ul li {
margin-right: 0;
margin-left: 5px;
}
.footer-area .footer-item .footer-logo ul li:last-child {
margin-left: 0;
}
.go-top {
right: unset;
left: 15px;
}
.main-nav.two nav .navbar-nav {
margin-right: auto;
margin-left: 0;
}
.main-nav.two nav .navbar-nav .nav-item a:before {
left: 0;
right: -20px;
}
.main-nav.two .side-nav {
margin-left: 0;
margin-right: 10px;
}
.banner-area-two .banner-item .banner-img img:nth-child(1) {
right: unset;
left: 30px;
top: 160px;
max-width: 435px;
}
.banner-area-two .banner-item .banner-img img:nth-child(2) {
right: unset;
left: -68px;
}
.banner-area-two .banner-item .banner-img img:nth-child(3) {
right: unset;
left: 214px;
}
.banner-area-two .banner-item .banner-img img:nth-child(4) {
left: unset;
right: 60px;
}
.banner-area-two .banner-content h1 {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight;
}
.banner-area-two .banner-content p {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight;
}
.about-area.two .about-img {
padding-left: 0;
margin-left: 0;
margin-right: auto;
}
.about-area.two .about-img .years {
left: unset;
right: 44%;
}
.about-area.two .about-content {
margin-left: auto;
margin-right: 0;
}
.about-area.two .about-content .section-title.two {
text-align: right;
}
.section-overlay-two:before {
left: unset;
right: 0;
border-left: 470px solid transparent;
border-right: 0;
}
.section-overlay-two:after {
left: unset;
right: 0;
border-left: 470px solid transparent;
border-right: 0;
}
.projects-area.two .container-fluid {
margin-right: auto;
margin-left: 0;
}
.projects-area.two.section-overlay-two:before {
right: unset;
left: 0;
border-right: 385px solid transparent;
border-left: 0;
}
.projects-area.two .section-title.two {
text-align: right;
padding-right: 0;
margin-left: 15px;
}
.projects-area.two .owl-theme .owl-nav {
right: unset;
left: 210px;
}
.testimonials-area.two .testimonials-wrap {
}
.testimonials-area.two .testimonials-img img {
}
.faq-item .section-title.two {
text-align: right;
}
.faq-item .accordion li:before {
left: unset;
right: 20px;
}
.faq-item .accordion li a {
padding: 15px 40px 15px 15px;
}
.faq-item .accordion li p {
padding: 0 40px 15px 15px;
}
.faq-item .accordion li p:before {
left: unset;
right: 21px;
border-left: 0;
border-right: 5px dotted #1a1e6626;
}
.subscribe-area .subscribe-img {
right: unset;
left: 0;
}
.subscribe-area .subscribe-wrap .section-title.two {
text-align: right;
}
.subscribe-area .subscribe-wrap .newsletter-form .form-control {
padding-left: 10px;
padding-right: 20px;
}
.subscribe-area .subscribe-wrap .newsletter-form .common-btn {
left: 0;
right: unset;
}
.banner-area.three .banner-content {
margin-left: 0;
margin-right: auto;
}
.banner-area.three .banner-shape img {
left: unset;
right: 100px;
}
.banner-area.three .banner-img img:nth-child(2) {
left: unset;
right: 15px;
}
.banner-area.three .banner-img img:nth-child(3) {
right: unset;
left: -15px;
}
.features-area .section-title.three {
text-align: right;
}
.features-area .features-inner ul li:nth-child(2) {
margin-left: 0;
margin-right: 15px;
}
.about-area.three .section-title.three {
text-align: right;
}
.skills-area .skills-content {
margin-left: 0;
margin-right: auto;
}
.skills-area .skills-content .skill-wrap .skill .skill1 .skill-count1 {
right: unset;
left: 7px;
}
.skills-area .skills-content .skill-wrap .skill .skill2 .skill-count2 {
right: unset;
left: 7px;
}
.skills-area .skills-content .skill-wrap .skill .skill3 .skill-count3 {
right: unset;
left: 7px;
}
.skills-area .skills-img {
left: unset;
right: 10px;
}
.skills-area .section-title.three {
text-align: right;
}
.counter-area.three .section-title.three {
text-align: right;
}
.about-area.four.section-overlay:before {
right: 0;
left: unset;
border-left: 470px solid transparent;
border-right: 0;
}
.about-area.four.section-overlay:after {
right: 0;
left: unset;
border-left: 470px solid transparent;
border-right: 0;
}
.about-area.four .about-img {
padding-left: 0;
}
.founder-area .founder-content .nav-pills .nav-link {
margin-right: 0;
margin-left: 15px;
}
.founder-area .founder-content .tab-pane ul li {
padding-left: 0;
padding-right: 20px;
}
.founder-area .founder-content .tab-pane ul li:before {
left: unset;
right: 0;
}
.widget-area .search .form-control {
padding-left: 10px;
padding-right: 15px;
}
.widget-area .search .btn {
right: unset;
left: 30px;
}
.widget-area .recent .inner ul li:nth-child(2) {
margin-left: 0;
margin-right: 15px;
}
.widget-area .categories ul li a span {
right: unset;
left: 20px;
}
.widget-area .tags ul li {
margin-right: 0;
margin-left: 3px;
}
.blog-details-area .details-item .details-img ul {
left: unset;
right: 15px;
}
.blog-details-area .details-item .details-img ul li {
margin-right: 0;
margin-left: 15px;
}
.blog-details-area .details-item .details-img ul li:last-child {
margin-left: 0;
}
.blog-details-area .details-item .details-quote blockquote i {
left: unset;
right: 45px;
}
.blog-details-area .details-item .details-quote blockquote span {
right: unset;
left: 40px;
}
.blog-details-area .details-item .details-quote blockquote span:before {
left: unset;
right: -35px;
}
.blog-details-area .details-item .details-tag .right {
text-align: left;
}
.blog-details-area .details-item .details-comments ul li {
}
.blog-details-area .details-item .details-comments ul li img {
}
.blog-details-area .details-item .details-comments ul li a {
}
.blog-item ul li {
margin-right: 0;
margin-left: 12px;
}
.blog-item ul li:last-child {
margin-left: 0;
}
.contact-area .contact-info ul li {
padding-left: 0;
padding-right: 40px;
}
.contact-area .contact-info ul li i {
left: unset;
right: 0;
}
.contact-area .form-check {
padding-left: 0;
padding-right: 20px;
}
.contact-area .form-check-input {
margin-left: 0;
margin-right: -20px;
}
.rules-area .rules-item ul li {
padding-left: 0;
padding-right: 15px;
}
.rules-area .rules-item ul li:before {
left: unset;
right: 0;
}
.project-details-area .details-img .content-right ul li span {
right: unset;
left: 0;
}
.project-details-area .details-img .content-right ul li a {
right: unset;
left: 0;
}
.project-details-area .details-most .most-right ul li {
padding-left: 0;
padding-right: 20px;
}
.project-details-area .details-most .most-right ul li:before {
left: unset;
right: 0;
}
.service-details-area .details-item .details-img ul li {
padding-left: 0;
padding-right: 20px;
}
.service-details-area .details-item .details-img ul li:before {
left: unset;
right: 0;
}
.widget-area .report ul li i {
margin-right: 0;
margin-left: 10px;
}
.widget-area .services ul li a i {
right: unset;
left: 15px;
}
.user-form-area .user-form-item .form-group .form-control {
padding-left: 10px;
padding-right: 20px;
}
.user-form-area .user-form-item .remember {
text-align: right;
}
.user-form-area .user-form-item .remember .form-check {
padding-left: 0;
padding-right: 20px;
}
.user-form-area .user-form-item .remember .form-check-input {
right: 0;
top: 2px;
}
.user-form-area .user-form-item .remember li:nth-child(2) {
text-align: left;
}
.team-details-area .details-content .social li {
margin-right: 0;
margin-left: 5px;
}
.team-details-area .details-content .details-info li {
padding-left: 0;
padding-right: 25px;
}
.team-details-area .details-content .details-info li:before {
left: unset;
right: 0;
}
.team-details-area .details-content .details-info li span {
right: unset;
left: 0;
}
.team-details-area .details-content .details-info li a {
right: unset;
left: 0;
}
@media only screen and (max-width: 991px) {
.mobile-nav .logo {
left: auto !important;
right: 15px !important;
}
.mean-container a.meanmenu-reveal {
padding: 15px 0 0 15px;
right: auto !important;
left: 0 !important;
}
.side-nav {
right: unset;
left: 55px;
}
.mean-container .mean-nav ul li a.mean-expand {
text-align: left !important;
left: 0;
right: auto;
}
.mean-container .mean-nav ul li a {
float: right !important;
text-align: right !important;
}
}
@media only screen and (max-width: 767px) {
.side-nav .nav-search .centered #search-box form .form-control {
padding: 0;
padding-left: 0;
padding-right: 15px;
width: 94%;
}
.side-nav .nav-flag-dropdown .dropdown-menu {
left: 0;
}
.side-nav .nav-flag-dropdown .dropdown-menu.show {
left: 0 !important;
}
.header-area .right {
text-align: center;
}
.banner-area .owl-theme .owl-nav.disabled + .owl-dots {
text-align: center;
}
.about-area .about-content ul li:nth-child(2) {
margin-right: 0;
}
.about-area .about-img {
padding-left: 0;
}
.work-area .work-item ul li:nth-child(2) {
margin-right: 0;
}
.header-area .left ul li {
margin-left: 0;
}
.banner-area-two .banner-item .banner-img img:nth-child(1) {
left: 0;
top: 0;
max-width: 100%;
}
.about-area.two .about-content .section-title.two {
text-align: center;
}
.projects-area.two .section-title.two {
text-align: center;
margin-left: 0;
}
.projects-area.two .owl-theme .owl-nav {
right: 0;
left: 0;
}
.faq-item .section-title.two {
text-align: center;
}
.subscribe-area .subscribe-wrap .section-title.two {
text-align: center;
}
.features-area .section-title.three {
text-align: center;
}
.features-area .features-inner ul li:nth-child(2) {
margin-right: 0;
}
.about-area.three .section-title.three {
text-align: center;
}
.skills-area .skills-img {
right: 0;
}
.skills-area .section-title.three {
text-align: center;
}
.counter-area.three .section-title.three {
text-align: center;
}
.founder-area .founder-content .nav-pills .nav-link {
margin-right: 0;
margin-left: 5px;
}
.blog-details-area .details-item .details-img ul {
left: 0;
right: 0;
}
.blog-details-area .details-item .details-img ul li {
margin-right: 1px;
margin-left: 1px;
}
.blog-details-area .details-item .details-tag .right {
text-align: center;
}
.blog-details-area .details-item .details-comments {
}
.blog-details-area .details-item .details-comments ul li {
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.side-nav .nav-search .centered #search-box form .form-control {
padding: 0;
padding-left: 0;
padding-right: 15px;
width: 97%;
}
.side-nav .nav-flag-dropdown .dropdown-menu {
left: 0;
}
.side-nav .nav-flag-dropdown .dropdown-menu.show {
left: 0 !important;
}
.banner-area .owl-theme .owl-nav.disabled + .owl-dots {
text-align: center;
}
.about-area .about-content ul li:nth-child(2) {
margin-right: 0;
}
.about-area .about-img {
padding-left: 0;
}
.work-area .work-item ul li:nth-child(2) {
margin-right: 0;
}
.offset-sm-3 {
margin-left: 0;
margin-right: 25%;
}
.banner-area-two .banner-item .banner-img img:nth-child(1) {
left: 0;
top: 0;
max-width: 575px;
}
.about-area.two .about-content .section-title.two {
text-align: center;
}
.projects-area.two.section-overlay-two:before {
}
.projects-area.two .section-title.two {
text-align: center;
margin-left: 0;
}
.projects-area.two .owl-theme .owl-nav {
right: 0;
left: 0;
}
.faq-item .section-title.two {
text-align: center;
}
.subscribe-area .subscribe-wrap .section-title.two {
text-align: center;
}
.banner-area.three .banner-img img:nth-child(2) {
right: 85px;
}
.features-area .section-title.three {
text-align: center;
}
.features-area .features-inner ul li:nth-child(2) {
margin-right: 0;
}
.about-area.three .section-title.three {
text-align: center;
}
.skills-area .skills-img {
right: 0;
top: 0;
}
.skills-area .skills-content {
margin-left: auto;
}
.skills-area .section-title.three {
text-align: center;
}
.counter-area.three .section-title.three {
text-align: center;
}
.blog-details-area .details-item .details-img ul {
left: 0;
right: 0;
}
.blog-details-area .details-item .details-comments {
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.side-nav .nav-flag-dropdown .dropdown-menu {
left: 0;
}
.side-nav .nav-flag-dropdown .dropdown-menu.show {
left: 0 !important;
}
.banner-area-two .banner-item .banner-img img:nth-child(1) {
top: 200px;
left: 15px;
max-width: 345px;
}
.banner-area-two .banner-content {
max-width: 605px;
}
.banner-area-two .banner-content h1 {
font-size: 58px;
}
.features-area .features-inner {
padding: 30px 20px 30px 15px;
}
.blog-details-area .details-item .details-tag .left ul li a {
padding: 4px 5px;
margin-right: 2pxpx;
}
}
@media only screen and (min-width: 1800px) {
.banner-area-two .banner-item .banner-img img:nth-child(1) {
top: 134px;
left: 120px;
max-width: 510px;
}
.banner-area.three .banner-img img:nth-child(2) {
right: 123px;
}
.about-area.two .about-img .years {
right: 60%;
}
}
/*# sourceMappingURL=rtl.css.map */ | 0.386185 | 0.07072 |
.c7n-radio-group {
display: inline-block;
line-height: unset;
}
.c7n-radio-group-wrapper {
font-family: "Monospaced Number", "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 0.13rem;
line-height: 1.5;
color: #000000;
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
padding: 0;
list-style: none;
display: inline-block;
}
.c7n-radio-group-wrapper.c7n-radio-group-has-label {
position: relative;
}
.c7n-radio-group-wrapper.c7n-radio-group-has-label .c7n-radio-group {
padding-top: .17rem;
}
.c7n-radio-group-wrapper .c7n-radio-group-label.label-disabled {
color: rgba(0, 0, 0, 0.54);
}
.c7n-radio-group-wrapper .c7n-radio-group-label {
color: rgba(0, 0, 0, 0.6);
position: absolute;
left: 0;
width: 100%;
-webkit-transform-origin: 0 0;
-ms-transform-origin: 0 0;
transform-origin: 0 0;
-webkit-transform: scale(0.75) translateY(0) translateZ(0.00001rem);
transform: scale(0.75) translateY(0) translateZ(0.00001rem);
}
.c7n-radio-wrapper {
font-family: "Monospaced Number", "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 0.13rem;
line-height: 1.5;
color: #000000;
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
padding: 0;
list-style: none;
display: inline-block;
position: relative;
white-space: nowrap;
margin-right: .08rem;
cursor: pointer;
}
.c7n-radio {
font-family: "Monospaced Number", "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 0.13rem;
line-height: 1.5;
color: #000000;
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
padding: 0;
list-style: none;
white-space: nowrap;
outline: none;
display: inline-block;
position: relative;
line-height: 1;
vertical-align: text-bottom;
cursor: pointer;
}
.c7n-radio-checked:after {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border-radius: 50%;
border: 0.01rem solid #3f51b5;
content: '';
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
visibility: hidden;
}
.c7n-radio-inner {
position: relative;
top: 0;
left: 0;
display: block;
width: 0.14rem;
height: 0.14rem;
border: 0.01rem solid rgba(0, 0, 0, 0.24);
border-radius: 50%;
background-color: transparent;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.c7n-radio-input {
position: absolute;
left: 0;
z-index: 1;
cursor: pointer;
opacity: 0;
top: 0;
bottom: 0;
right: 0;
}
.c7n-radio-checked .c7n-radio-inner {
border-color: #3f51b5;
background-clip: content-box;
background-color: #3f51b5;
padding: .02rem;
}
.c7n-radio-disabled.c7n-radio-checked .c7n-radio-inner {
border-color: rgba(0, 0, 0, 0.24);
background-color: rgba(0, 0, 0, 0.24);
}
.c7n-radio-wrapper-disabled {
cursor: not-allowed;
}
.c7n-radio-disabled {
cursor: not-allowed;
}
.c7n-radio-disabled + span {
color: rgba(0, 0, 0, 0.54);
cursor: not-allowed;
}
span.c7n-radio + * {
padding-left: .08rem;
padding-right: .08rem;
}
.c7n-radio-button-wrapper {
margin: 0;
height: 0.3rem;
line-height: 0.28rem;
color: #000000;
display: inline-block;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
cursor: pointer;
border: 0.01rem solid #e0e0e0;
border-left: 0;
border-top-width: 0.0102rem;
background: transparent;
padding: 0 0.15rem;
position: relative;
}
.c7n-radio-button-wrapper a {
color: #000000;
}
.c7n-radio-button-wrapper > .c7n-radio-button {
margin-left: 0;
display: block;
width: 0;
height: 0;
}
.c7n-radio-group-large .c7n-radio-button-wrapper {
height: 0.4rem;
line-height: 0.38rem;
font-size: 0.16rem;
}
.c7n-radio-group-small .c7n-radio-button-wrapper {
height: 0.24rem;
line-height: 0.22rem;
padding: 0 0.07rem;
}
.c7n-radio-button-wrapper:not(:first-child)::before {
content: "";
display: block;
top: 0;
left: -0.01rem;
width: .01rem;
height: 100%;
position: absolute;
background-color: #e0e0e0;
}
.c7n-radio-button-wrapper:first-child {
border-radius: 0.02rem 0 0 0.02rem;
border-left: 0.01rem solid #e0e0e0;
}
.c7n-radio-button-wrapper:last-child {
border-radius: 0 0.02rem 0.02rem 0;
}
.c7n-radio-button-wrapper:first-child:last-child {
border-radius: 0.02rem;
}
.c7n-radio-button-wrapper .c7n-radio-inner,
.c7n-radio-button-wrapper input[type="checkbox"],
.c7n-radio-button-wrapper input[type="radio"] {
opacity: 0;
width: 0;
height: 0;
}
.c7n-radio-button-wrapper-checked {
background: transparent;
border-color: #3f51b5;
color: #3f51b5;
-webkit-box-shadow: -0.01rem 0 0 0 #3f51b5;
box-shadow: -0.01rem 0 0 0 #3f51b5;
z-index: 1;
}
.c7n-radio-button-wrapper-checked::before {
background-color: #3f51b5 !important;
opacity: 0.1;
}
.c7n-radio-button-wrapper-checked:first-child {
border-color: #3f51b5;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.c7n-radio-button-wrapper-checked:active {
border-color: #2b378f;
-webkit-box-shadow: -0.01rem 0 0 0 #2b378f;
box-shadow: -0.01rem 0 0 0 #2b378f;
color: #2b378f;
}
.c7n-radio-button-wrapper-disabled {
border-color: #e0e0e0;
background-color: #f5f5f5;
cursor: not-allowed;
color: rgba(0, 0, 0, 0.25);
}
.c7n-radio-button-wrapper-disabled:first-child {
border-color: #e0e0e0;
background-color: #f5f5f5;
color: rgba(0, 0, 0, 0.25);
border-left-color: #e0e0e0;
}
.c7n-radio-button-wrapper-disabled.c7n-radio-button-wrapper-checked {
color: #fff;
background-color: #e6e6e6;
border-color: #e0e0e0;
-webkit-box-shadow: none;
box-shadow: none;
} | lib/radio/style/index.css | .c7n-radio-group {
display: inline-block;
line-height: unset;
}
.c7n-radio-group-wrapper {
font-family: "Monospaced Number", "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 0.13rem;
line-height: 1.5;
color: #000000;
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
padding: 0;
list-style: none;
display: inline-block;
}
.c7n-radio-group-wrapper.c7n-radio-group-has-label {
position: relative;
}
.c7n-radio-group-wrapper.c7n-radio-group-has-label .c7n-radio-group {
padding-top: .17rem;
}
.c7n-radio-group-wrapper .c7n-radio-group-label.label-disabled {
color: rgba(0, 0, 0, 0.54);
}
.c7n-radio-group-wrapper .c7n-radio-group-label {
color: rgba(0, 0, 0, 0.6);
position: absolute;
left: 0;
width: 100%;
-webkit-transform-origin: 0 0;
-ms-transform-origin: 0 0;
transform-origin: 0 0;
-webkit-transform: scale(0.75) translateY(0) translateZ(0.00001rem);
transform: scale(0.75) translateY(0) translateZ(0.00001rem);
}
.c7n-radio-wrapper {
font-family: "Monospaced Number", "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 0.13rem;
line-height: 1.5;
color: #000000;
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
padding: 0;
list-style: none;
display: inline-block;
position: relative;
white-space: nowrap;
margin-right: .08rem;
cursor: pointer;
}
.c7n-radio {
font-family: "Monospaced Number", "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 0.13rem;
line-height: 1.5;
color: #000000;
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
padding: 0;
list-style: none;
white-space: nowrap;
outline: none;
display: inline-block;
position: relative;
line-height: 1;
vertical-align: text-bottom;
cursor: pointer;
}
.c7n-radio-checked:after {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border-radius: 50%;
border: 0.01rem solid #3f51b5;
content: '';
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
visibility: hidden;
}
.c7n-radio-inner {
position: relative;
top: 0;
left: 0;
display: block;
width: 0.14rem;
height: 0.14rem;
border: 0.01rem solid rgba(0, 0, 0, 0.24);
border-radius: 50%;
background-color: transparent;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.c7n-radio-input {
position: absolute;
left: 0;
z-index: 1;
cursor: pointer;
opacity: 0;
top: 0;
bottom: 0;
right: 0;
}
.c7n-radio-checked .c7n-radio-inner {
border-color: #3f51b5;
background-clip: content-box;
background-color: #3f51b5;
padding: .02rem;
}
.c7n-radio-disabled.c7n-radio-checked .c7n-radio-inner {
border-color: rgba(0, 0, 0, 0.24);
background-color: rgba(0, 0, 0, 0.24);
}
.c7n-radio-wrapper-disabled {
cursor: not-allowed;
}
.c7n-radio-disabled {
cursor: not-allowed;
}
.c7n-radio-disabled + span {
color: rgba(0, 0, 0, 0.54);
cursor: not-allowed;
}
span.c7n-radio + * {
padding-left: .08rem;
padding-right: .08rem;
}
.c7n-radio-button-wrapper {
margin: 0;
height: 0.3rem;
line-height: 0.28rem;
color: #000000;
display: inline-block;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
cursor: pointer;
border: 0.01rem solid #e0e0e0;
border-left: 0;
border-top-width: 0.0102rem;
background: transparent;
padding: 0 0.15rem;
position: relative;
}
.c7n-radio-button-wrapper a {
color: #000000;
}
.c7n-radio-button-wrapper > .c7n-radio-button {
margin-left: 0;
display: block;
width: 0;
height: 0;
}
.c7n-radio-group-large .c7n-radio-button-wrapper {
height: 0.4rem;
line-height: 0.38rem;
font-size: 0.16rem;
}
.c7n-radio-group-small .c7n-radio-button-wrapper {
height: 0.24rem;
line-height: 0.22rem;
padding: 0 0.07rem;
}
.c7n-radio-button-wrapper:not(:first-child)::before {
content: "";
display: block;
top: 0;
left: -0.01rem;
width: .01rem;
height: 100%;
position: absolute;
background-color: #e0e0e0;
}
.c7n-radio-button-wrapper:first-child {
border-radius: 0.02rem 0 0 0.02rem;
border-left: 0.01rem solid #e0e0e0;
}
.c7n-radio-button-wrapper:last-child {
border-radius: 0 0.02rem 0.02rem 0;
}
.c7n-radio-button-wrapper:first-child:last-child {
border-radius: 0.02rem;
}
.c7n-radio-button-wrapper .c7n-radio-inner,
.c7n-radio-button-wrapper input[type="checkbox"],
.c7n-radio-button-wrapper input[type="radio"] {
opacity: 0;
width: 0;
height: 0;
}
.c7n-radio-button-wrapper-checked {
background: transparent;
border-color: #3f51b5;
color: #3f51b5;
-webkit-box-shadow: -0.01rem 0 0 0 #3f51b5;
box-shadow: -0.01rem 0 0 0 #3f51b5;
z-index: 1;
}
.c7n-radio-button-wrapper-checked::before {
background-color: #3f51b5 !important;
opacity: 0.1;
}
.c7n-radio-button-wrapper-checked:first-child {
border-color: #3f51b5;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.c7n-radio-button-wrapper-checked:active {
border-color: #2b378f;
-webkit-box-shadow: -0.01rem 0 0 0 #2b378f;
box-shadow: -0.01rem 0 0 0 #2b378f;
color: #2b378f;
}
.c7n-radio-button-wrapper-disabled {
border-color: #e0e0e0;
background-color: #f5f5f5;
cursor: not-allowed;
color: rgba(0, 0, 0, 0.25);
}
.c7n-radio-button-wrapper-disabled:first-child {
border-color: #e0e0e0;
background-color: #f5f5f5;
color: rgba(0, 0, 0, 0.25);
border-left-color: #e0e0e0;
}
.c7n-radio-button-wrapper-disabled.c7n-radio-button-wrapper-checked {
color: #fff;
background-color: #e6e6e6;
border-color: #e0e0e0;
-webkit-box-shadow: none;
box-shadow: none;
} | 0.380989 | 0.052207 |
main > div {
padding: 20px 24px 28px;
}
.cart-nav {
display: none;
}
.cart-title {
position: relative;
font-size: 14px;
line-height: 17px;
}
.cart-title-web {
display: none;
}
.cart-title > p {
font-size: 16px;
font-weight: bold;
text-align: left;
color: #3f3a3a;
}
.cart-title > hr {
margin-top: 10px;
color: #3f3a3a;
}
.cart-item {
position: relative;
margin-top: 10px;
}
.cart-item > hr {
margin-bottom: 20px;
}
.cart-main {
display: flex;
}
.cart-main > img {
height: 152px;
background-color: #3f3a3a;
}
.cart-main > div {
margin: 2px 10px;
}
.cart-main > div > p {
font-size: 16px;
line-height: 20px;
color: #3f3a3a;
}
.cart-name {
margin-bottom: 18px;
}
.cart-id {
margin-bottom: 18px;
}
.cart-color {
margin-bottom: 12px;
}
.cart-size {
margin-bottom: 12px;
}
.cart-note-title {
display: flex;
align-items: center;
justify-content: center;
margin: 10px 12px 0;
}
.cart-note-title > p {
flex: 1;
text-align: center;
font-size: 14px;
line-height: 17px;
color: #3f3a3a;
}
.cart-note {
display: flex;
align-items: center;
justify-content: center;
margin: 12px 12px 20px;
}
.cart-note > div {
flex: 1;
}
.cart-note > div > select {
width: 100%;
height: 30px;
border: solid 1px #979797;
border-radius: 8px;
background-color: #f3f3f3;
}
.cart-note > div > select:focus {
outline: none;
}
.cart-note > p {
flex: 1;
text-align: center;
font-size: 14px;
line-height: 17px;
color: #3f3a3a;
}
.cart-remove {
position: absolute;
top: 0;
right: 0;
width: 24px;
height: 24px;
background-image: url('../images/cart-remove.png');
background-position: center;
}
.cart-remove:hover {
cursor: pointer;
}
#cart-service {
padding: 10px 10px 0;
color: #3f3a3a;
background-color: #e8e8e8;
}
#cart-service > div > select {
margin: 10px 0 20px;
width: 100%;
height: 30px;
font-size: 14px;
border: solid 1px #979797;
border-radius: 8px;
color: #3f3a3a;
background-color: #f3f3f3;
}
#cart-service > div > select:focus {
outline: none;
}
#cart-service > div > select:active {
outline: none;
}
.cart-reminder {
margin: 10px 0 20px;
}
.cart-reminder > p {
font-size: 14px;
line-height: 26px;
color: #3f3a3a;
}
.cart-information {
margin: 20px 0;
}
.cart-information > p {
font-size: 14px;
line-height: 17px;
color: #3f3a3a;
}
#cart-information-caution {
color: #8b572a;
}
.cart-information > input {
margin-top: 10px;
padding: 0 15px;
width: 100%;
height: 30px;
font-size: 16px;
border: solid 1px #979797;
border-radius: 8px;
color: #3f3a3a;
}
.cart-information > input:focus {
outline: none;
}
.cart-radio-container {
display: flex;
align-items: center;
justify-content: space-between;
margin: 10px 0 20px;
}
.cart-radio {
text-align: center;
}
.cart-radio > label {
margin-left: 16px;
line-height: 26px;
font-size: 16px;
color: #3f3a3a;
}
.cart-total {
margin-top: 24px;
width: 100%;
}
.cart-total-row {
display: flex;
align-items: center;
justify-content: space-between;
margin: 12px 0 12px auto;
max-width: 240px;
}
.cart-total > hr {
margin: 0 0 0 auto;
max-width: 240px;
}
.cart-total > div > p {
text-align: right;
font-size: 16px;
}
.cart-total > div > p > span {
font-size: 30px;
line-height: 36px;
}
.cart-submit {
width: 100%;
}
.cart-submit > button {
margin-top: 36px;
width: 100%;
height: 44px;
font-size: 16px;
letter-spacing: 3.2px;
cursor: pointer;
color: #ffffff;
background-color: #000000;
}
.cart-submit > button:disabled {
opacity: 0.4;
cursor: auto;
}
.tpfield {
margin-top: 10px;
padding: 0 15px;
width: 100%;
height: 30px;
font-size: 16px;
border: solid 1px #979797;
border-radius: 8px;
color: #3f3a3a;
}
.tappay-field-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);
}
@media only screen and (min-width: 1024px) {
main > div {
margin: 0 auto;
padding: 30px 20px 120px;
max-width: 1200px;
}
.cart-nav {
display: block;
margin: 40px 0;
}
.cart-title {
margin-bottom: 16px;
}
.cart-title-web {
position: absolute;
text-align: center;
top: 0;
right: 10%;
width: 50%;
display: flex;
}
.cart-title-web > p {
flex: 1;
}
.hr-mobile {
display: none;
}
#cart-container {
border: 1px solid #979797;
padding: 10px 30px;
}
.cart-item {
display: flex;
align-items: center;
justify-content: space-between;
margin: 30px 0;
}
.cart-item > hr {
display: none;
}
.cart-main {
width: 35%;
}
.cart-main > div {
margin: 0 20px;
}
.cart-main > div > p {
font-size: 18px;
line-height: 24px;
}
.cart-note {
margin: 0;
width: 50%;
}
.cart-note > div > select {
width: 100px;
}
.cart-note-title {
display: none;
}
.cart-remove {
position: relative;
}
#cart-service {
display: flex;
align-items: center;
margin-top: 26px;
padding: 30px 22px;
}
#cart-service > div {
margin-right: 80px;
display: flex;
align-items: center;
}
#cart-service > div > select {
margin: 0;
width: 180px;
}
#cart-service > div > p {
font-size: 18px;
width: 84px;
}
.cart-reminder {
margin: 20px 0 50px;
}
.cart-reminder > p {
font-size: 18px;
}
.cart-information {
display: flex;
margin: 30px 0;
align-items: center;
}
.cart-information > p {
font-size: 18px;
width: 120px;
}
.cart-information > input {
margin: 0;
max-width: 600px;
}
.tpfield {
margin: 0;
max-width: 600px;
}
#cart-information-caution {
margin-left: 360px;
}
.cart-radio-container {
margin: 10px 0;
}
.cart-radio {
text-align: left;
width: 160px;
}
.cart-total > div > p {
font-size: 18px;
}
.cart-submit {
max-width: 240px;
margin: 12px 0 12px auto;
}
} | src/css/cart.css | main > div {
padding: 20px 24px 28px;
}
.cart-nav {
display: none;
}
.cart-title {
position: relative;
font-size: 14px;
line-height: 17px;
}
.cart-title-web {
display: none;
}
.cart-title > p {
font-size: 16px;
font-weight: bold;
text-align: left;
color: #3f3a3a;
}
.cart-title > hr {
margin-top: 10px;
color: #3f3a3a;
}
.cart-item {
position: relative;
margin-top: 10px;
}
.cart-item > hr {
margin-bottom: 20px;
}
.cart-main {
display: flex;
}
.cart-main > img {
height: 152px;
background-color: #3f3a3a;
}
.cart-main > div {
margin: 2px 10px;
}
.cart-main > div > p {
font-size: 16px;
line-height: 20px;
color: #3f3a3a;
}
.cart-name {
margin-bottom: 18px;
}
.cart-id {
margin-bottom: 18px;
}
.cart-color {
margin-bottom: 12px;
}
.cart-size {
margin-bottom: 12px;
}
.cart-note-title {
display: flex;
align-items: center;
justify-content: center;
margin: 10px 12px 0;
}
.cart-note-title > p {
flex: 1;
text-align: center;
font-size: 14px;
line-height: 17px;
color: #3f3a3a;
}
.cart-note {
display: flex;
align-items: center;
justify-content: center;
margin: 12px 12px 20px;
}
.cart-note > div {
flex: 1;
}
.cart-note > div > select {
width: 100%;
height: 30px;
border: solid 1px #979797;
border-radius: 8px;
background-color: #f3f3f3;
}
.cart-note > div > select:focus {
outline: none;
}
.cart-note > p {
flex: 1;
text-align: center;
font-size: 14px;
line-height: 17px;
color: #3f3a3a;
}
.cart-remove {
position: absolute;
top: 0;
right: 0;
width: 24px;
height: 24px;
background-image: url('../images/cart-remove.png');
background-position: center;
}
.cart-remove:hover {
cursor: pointer;
}
#cart-service {
padding: 10px 10px 0;
color: #3f3a3a;
background-color: #e8e8e8;
}
#cart-service > div > select {
margin: 10px 0 20px;
width: 100%;
height: 30px;
font-size: 14px;
border: solid 1px #979797;
border-radius: 8px;
color: #3f3a3a;
background-color: #f3f3f3;
}
#cart-service > div > select:focus {
outline: none;
}
#cart-service > div > select:active {
outline: none;
}
.cart-reminder {
margin: 10px 0 20px;
}
.cart-reminder > p {
font-size: 14px;
line-height: 26px;
color: #3f3a3a;
}
.cart-information {
margin: 20px 0;
}
.cart-information > p {
font-size: 14px;
line-height: 17px;
color: #3f3a3a;
}
#cart-information-caution {
color: #8b572a;
}
.cart-information > input {
margin-top: 10px;
padding: 0 15px;
width: 100%;
height: 30px;
font-size: 16px;
border: solid 1px #979797;
border-radius: 8px;
color: #3f3a3a;
}
.cart-information > input:focus {
outline: none;
}
.cart-radio-container {
display: flex;
align-items: center;
justify-content: space-between;
margin: 10px 0 20px;
}
.cart-radio {
text-align: center;
}
.cart-radio > label {
margin-left: 16px;
line-height: 26px;
font-size: 16px;
color: #3f3a3a;
}
.cart-total {
margin-top: 24px;
width: 100%;
}
.cart-total-row {
display: flex;
align-items: center;
justify-content: space-between;
margin: 12px 0 12px auto;
max-width: 240px;
}
.cart-total > hr {
margin: 0 0 0 auto;
max-width: 240px;
}
.cart-total > div > p {
text-align: right;
font-size: 16px;
}
.cart-total > div > p > span {
font-size: 30px;
line-height: 36px;
}
.cart-submit {
width: 100%;
}
.cart-submit > button {
margin-top: 36px;
width: 100%;
height: 44px;
font-size: 16px;
letter-spacing: 3.2px;
cursor: pointer;
color: #ffffff;
background-color: #000000;
}
.cart-submit > button:disabled {
opacity: 0.4;
cursor: auto;
}
.tpfield {
margin-top: 10px;
padding: 0 15px;
width: 100%;
height: 30px;
font-size: 16px;
border: solid 1px #979797;
border-radius: 8px;
color: #3f3a3a;
}
.tappay-field-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);
}
@media only screen and (min-width: 1024px) {
main > div {
margin: 0 auto;
padding: 30px 20px 120px;
max-width: 1200px;
}
.cart-nav {
display: block;
margin: 40px 0;
}
.cart-title {
margin-bottom: 16px;
}
.cart-title-web {
position: absolute;
text-align: center;
top: 0;
right: 10%;
width: 50%;
display: flex;
}
.cart-title-web > p {
flex: 1;
}
.hr-mobile {
display: none;
}
#cart-container {
border: 1px solid #979797;
padding: 10px 30px;
}
.cart-item {
display: flex;
align-items: center;
justify-content: space-between;
margin: 30px 0;
}
.cart-item > hr {
display: none;
}
.cart-main {
width: 35%;
}
.cart-main > div {
margin: 0 20px;
}
.cart-main > div > p {
font-size: 18px;
line-height: 24px;
}
.cart-note {
margin: 0;
width: 50%;
}
.cart-note > div > select {
width: 100px;
}
.cart-note-title {
display: none;
}
.cart-remove {
position: relative;
}
#cart-service {
display: flex;
align-items: center;
margin-top: 26px;
padding: 30px 22px;
}
#cart-service > div {
margin-right: 80px;
display: flex;
align-items: center;
}
#cart-service > div > select {
margin: 0;
width: 180px;
}
#cart-service > div > p {
font-size: 18px;
width: 84px;
}
.cart-reminder {
margin: 20px 0 50px;
}
.cart-reminder > p {
font-size: 18px;
}
.cart-information {
display: flex;
margin: 30px 0;
align-items: center;
}
.cart-information > p {
font-size: 18px;
width: 120px;
}
.cart-information > input {
margin: 0;
max-width: 600px;
}
.tpfield {
margin: 0;
max-width: 600px;
}
#cart-information-caution {
margin-left: 360px;
}
.cart-radio-container {
margin: 10px 0;
}
.cart-radio {
text-align: left;
width: 160px;
}
.cart-total > div > p {
font-size: 18px;
}
.cart-submit {
max-width: 240px;
margin: 12px 0 12px auto;
}
} | 0.372163 | 0.08733 |
* {
padding: 0%;
margin: 0%;
}
/* <!------------------------------------------------- Hotels Section ------------------------------------------- --> */
#slideimg2 {
height: 100%;
width: 100%;
animation: zoom 3s linear infinite;
transition: zoom 3s;
}
#featured-hotel {
float: left;
width: 100%;
}
.feature-full-1col {
display: flex;
flex-flow: row wrap;
width: 100%;
margin-bottom: 30px;
}
.feature-full-1col .image, .feature-full-1col .desc {
float: left;
width: 50%;
}
@media screen and (max-width: 768px) {
.feature-full-1col .image, .feature-full-1col .desc {
flex-wrap: wrap;
position: relative;
width: 100%;
}
}
.feature-full-1col .image {
position: relative;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
overflow: hidden;
}
.feature-full-1col .image .descrip {
width: 180px;
position: absolute;
top: 0;
right: -180px;
padding: 10px;
background: chartreuse;
transition: 0.2s;
}
.feature-full-1col .image .descrip p {
margin: 0;
color: white;
}
.feature-full-1col .image .descrip small, .feature-full-1col .image .descrip span {
display: block;
}
.feature-full-1col .image .descrip small {
color: white;
text-transform: uppercase;
font-size: 12px;
}
@media screen and (max-width: 768px) {
.feature-full-1col .image {
height: 300px;
}
}
.feature-full-1col .desc {
padding: 50px;
}
@media screen and (max-width: 768px) {
.feature-full-1col .desc {
padding: 30px;
}
}
.feature-full-1col:hover .image .descrip, .feature-full-1col:focus .image .descrip {
right: 0;
}
.feature-full-2col {
margin-bottom: 40px;
display: flex;
}
@media screen and (max-width: 768px) {
.feature-full-2col {
flex-wrap: wrap;
width: 100%;
}
}
.feature-full-2col .f-hotel {
float: left;
width: 50%;
position: relative;
overflow: hidden;
display: flex;
flex-flow: row wrap;
margin: 8px;
}
@media screen and (max-width: 992px) {
.feature-full-2col .f-hotel {
width: 100%;
flex-wrap: wrap;
margin-bottom: 30px;
}
}
.feature-full-2col .f-hotel .descrip {
width: 180px;
position: absolute;
top: 0;
right: -180px;
padding: 10px;
background: chartreuse;
transition: 0.2s;
}
.feature-full-2col .f-hotel .descrip p {
margin: 0;
color: white;
}
.feature-full-2col .f-hotel .descrip small, .feature-full-2col .f-hotel .descrip span {
display: block;
}
.feature-full-2col .f-hotel .descrip small {
color: white;
text-transform: uppercase;
font-size: 12px;
}
.feature-full-2col .f-hotel .image {
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
position: absolute;
top: 0;
right: 0;
bottom: 0;
}
@media screen and (max-width: 480px) {
.feature-full-2col .f-hotel .image {
position: relative;
height: 200px;
}
}
.feature-full-2col .f-hotel .image, .feature-full-2col .f-hotel .desc {
width: 50%;
}
@media screen and (max-width: 480px) {
.feature-full-2col .f-hotel .image, .feature-full-2col .f-hotel .desc {
width: 100%;
}
}
.feature-full-2col .f-hotel .desc {
padding: 30px;
}
.feature-full-2col .f-hotel:hover .image .descrip, .feature-full-2col .f-hotel:focus .image .descrip {
right: 0;
}
#featured-hotel, #hotel-facilities, #testimonial, #fh5co-blog-section, #fh5co-hotel-section, #fh5co-services-section, #fh5co-contact-section, #footer {
padding: 7em 0;
}
/* <!------------------------------------------------- Hotels Section ------------------------------------------ */
#featured-hotel, #hotel-facilities, #testimonial, #fh5co-blog-section, #fh5co-hotel-section, #fh5co-services-section, #fh5co-contact-section, #footer {
padding: 0px;
}
#hotel-facilities {
width: 80%;
margin: auto;
transition: 0.5s;
position: relative;
height: 100vh;
}
#tabs {
float: left;
width: 100%;
}
#tabs .tabs-nav {
float: left;
width: 100%;
}
#tabs .tabs-nav>a {
float: left;
width: 16.666667%;
text-align: center;
font-size: 13px;
letter-spacing: 2px;
text-transform: uppercase;
color: #ccc;
padding: 10px 0 40px 0;
border-bottom: 1px solid transparent;
transition: 0.3s;
position: relative;
}
#tabs .tabs-nav>a>.fa {
margin-bottom: 20px;
transition: 0.3s;
}
#tabs .tabs-nav>a>.fa:before {
font-size: 32px;
}
#tabs .tabs-nav>a>.fa, #tabs .tabs-nav>a>span {
display: block;
}
#tabs .tabs-nav>a>span {
font-weight: 700;
}
#tabs .tabs-nav>a.active {
color: chartreuse;
border-bottom: 1px solid chartreuse;
}
#tabs .tabs-nav>a.active .fa {
color: chartreuse;
}
#tabs .tabs-nav>a:hover {
text-decoration: none;
color: chartreuse;
cursor: pointer;
}
#tabs .tabs-nav>a:hover .fa {
color: chartreuse;
}
#tabs .tabs-nav>a:focus, #tabs .tabs-nav>a:active {
outline: none;
text-decoration: none !important;
}
#tabs .tabs-nav>a:focus>.fa, #tabs .tabs-nav>a:focus>span, #tabs .tabs-nav>a:active>.fa, #tabs .tabs-nav>a:active>span {
text-decoration: none !important;
}
#tabs .tab-content-container {
position: relative;
width: 100%;
float: left;
padding-top: 40px;
}
#tabs .tab-content-container .tab-content {
position: absolute;
width: 100%;
float: left;
opacity: 0;
transition: 0.5s;
}
#tabs .tab-content-container .tab-content.show {
opacity: 1;
}
#tabs .heading {
font-size: 40px;
color: #52565b;
margin: 0 0 30px 0;
padding: 0;
}
#tabs .super-heading-sm {
font-weight: 400;
margin: 0;
padding: 0;
font-size: 13px;
color: #bcbcbc;
text-transform: uppercase;
letter-spacing: 2px;
}
#tabs .service-hour {
padding-top: 20px;
}
#tabs .service-hour>span {
font-weight: 400;
margin: 0;
padding: 0;
font-size: 13px;
color: #bcbcbc;
text-transform: uppercase;
letter-spacing: 2px;
display: block;
}
#tabs .service-hour>strong {
font-size: 20px;
text-transform: uppercase;
letter-spacing: 1px;
color: #52565b;
}
#fh5co-hotel-section .hotel-content .hotel-grid {
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
width: 100%;
height: 300px;
position: relative;
display: block;
overflow: hidden;
}
#fh5co-hotel-section .hotel-content .hotel-grid .price small {
color: rgba(255, 255, 255, 0.5);
}
#fh5co-hotel-section .hotel-content .hotel-grid>div {
width: 110px;
position: absolute;
top: 0;
left: -110px;
padding: 10px;
background: chartreuse;
color: #fff;
transition: 0.1s;
}
#fh5co-hotel-section .hotel-content .hotel-grid>div small {
display: block;
text-transform: uppercase;
font-size: 11px;
}
#fh5co-hotel-section .hotel-content .hotel-grid>div span {
display: block;
font-size: 18px;
}
#fh5co-hotel-section .hotel-content .hotel-grid .book-now {
position: absolute;
bottom: -47px;
right: 0;
color: #fff;
width: 120px;
padding: 7px 0;
background: #3c4146;
transition: 0.1s;
}
#fh5co-hotel-section .hotel-content .desc {
border-top: 0;
padding: 20px;
margin-bottom: 40px;
transition: 0.1s;
}
@media screen and (max-width: 992px) {
#fh5co-hotel-section .hotel-content .desc {
margin-bottom: 40px;
}
}
#fh5co-hotel-section .hotel-content .desc h3 {
font-size: 20px;
margin: 0 0 20px 0;
}
#fh5co-hotel-section .hotel-content .desc h3 a {
color: rgba(0, 0, 0, 0.7);
}
#fh5co-hotel-section .hotel-content:hover .hotel-grid>div, #fh5co-hotel-section .hotel-content:focus .hotel-grid>div {
left: 0;
}
#fh5co-hotel-section .hotel-content:hover .hotel-grid .book-now, #fh5co-hotel-section .hotel-content:focus .hotel-grid .book-now {
bottom: 0;
}
#fh5co-hotel-section .hotel-content:hover .desc, #fh5co-hotel-section .hotel-content:focus .desc {
box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.06);
}
.tab-content .container .row .col-md-6 img {
width: 440px;
height: 520px;
}
/* -----------------------------------------Slider------------------------------------------------ */
.swiper-container {
width: 100%;
cursor: grab;
position: relative;
}
.swiper-slide {
display: flex;
justify-content: center;
align-items: center;
width: 370px;
height: 370px;
border-radius: 7px;
}
.swiper-slide img {
display: flex;
justify-content: center;
align-items: center;
width: 370px;
height: 370px;
border-radius: 7px;
position: absolute;
}
.roomSpec {
color: white;
position: absolute;
bottom: 10px;
left: 10px;
z-index: 1;
}
.roomSpec a {
color: white;
}
.roomSpec a:hover {
color: chartreuse;
}
@media screen and (max-width: 400px) {
#tabs .tabs-nav>a {
font-size: 6px;
padding: 10px 0 17px 0;
}
#tabs .tabs-nav>a>.fa:before {
font-size: 20px;
}
.tab-content .container .row .col-md-6 img {
width: 100%;
height: 300px;
}
#tabs .super-heading-sm {
font-size: 10px;
}
#tabs .heading {
font-size: 20px;
margin: 0 0 15px 0;
}
#hotel-facilities {
height: 120vh;
width: 90%;
}
p {
font-size: 12px;
margin-bottom: 0.5rem;
}
#tabs .service-hour>span {
font-size: 10px;
}
#tabs .service-hour>strong {
font-size: 14px;
}
.swiper-slide {
min-width: 370px;
height: 330px;
}
} | static/CSS/hotel.css | * {
padding: 0%;
margin: 0%;
}
/* <!------------------------------------------------- Hotels Section ------------------------------------------- --> */
#slideimg2 {
height: 100%;
width: 100%;
animation: zoom 3s linear infinite;
transition: zoom 3s;
}
#featured-hotel {
float: left;
width: 100%;
}
.feature-full-1col {
display: flex;
flex-flow: row wrap;
width: 100%;
margin-bottom: 30px;
}
.feature-full-1col .image, .feature-full-1col .desc {
float: left;
width: 50%;
}
@media screen and (max-width: 768px) {
.feature-full-1col .image, .feature-full-1col .desc {
flex-wrap: wrap;
position: relative;
width: 100%;
}
}
.feature-full-1col .image {
position: relative;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
overflow: hidden;
}
.feature-full-1col .image .descrip {
width: 180px;
position: absolute;
top: 0;
right: -180px;
padding: 10px;
background: chartreuse;
transition: 0.2s;
}
.feature-full-1col .image .descrip p {
margin: 0;
color: white;
}
.feature-full-1col .image .descrip small, .feature-full-1col .image .descrip span {
display: block;
}
.feature-full-1col .image .descrip small {
color: white;
text-transform: uppercase;
font-size: 12px;
}
@media screen and (max-width: 768px) {
.feature-full-1col .image {
height: 300px;
}
}
.feature-full-1col .desc {
padding: 50px;
}
@media screen and (max-width: 768px) {
.feature-full-1col .desc {
padding: 30px;
}
}
.feature-full-1col:hover .image .descrip, .feature-full-1col:focus .image .descrip {
right: 0;
}
.feature-full-2col {
margin-bottom: 40px;
display: flex;
}
@media screen and (max-width: 768px) {
.feature-full-2col {
flex-wrap: wrap;
width: 100%;
}
}
.feature-full-2col .f-hotel {
float: left;
width: 50%;
position: relative;
overflow: hidden;
display: flex;
flex-flow: row wrap;
margin: 8px;
}
@media screen and (max-width: 992px) {
.feature-full-2col .f-hotel {
width: 100%;
flex-wrap: wrap;
margin-bottom: 30px;
}
}
.feature-full-2col .f-hotel .descrip {
width: 180px;
position: absolute;
top: 0;
right: -180px;
padding: 10px;
background: chartreuse;
transition: 0.2s;
}
.feature-full-2col .f-hotel .descrip p {
margin: 0;
color: white;
}
.feature-full-2col .f-hotel .descrip small, .feature-full-2col .f-hotel .descrip span {
display: block;
}
.feature-full-2col .f-hotel .descrip small {
color: white;
text-transform: uppercase;
font-size: 12px;
}
.feature-full-2col .f-hotel .image {
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
position: absolute;
top: 0;
right: 0;
bottom: 0;
}
@media screen and (max-width: 480px) {
.feature-full-2col .f-hotel .image {
position: relative;
height: 200px;
}
}
.feature-full-2col .f-hotel .image, .feature-full-2col .f-hotel .desc {
width: 50%;
}
@media screen and (max-width: 480px) {
.feature-full-2col .f-hotel .image, .feature-full-2col .f-hotel .desc {
width: 100%;
}
}
.feature-full-2col .f-hotel .desc {
padding: 30px;
}
.feature-full-2col .f-hotel:hover .image .descrip, .feature-full-2col .f-hotel:focus .image .descrip {
right: 0;
}
#featured-hotel, #hotel-facilities, #testimonial, #fh5co-blog-section, #fh5co-hotel-section, #fh5co-services-section, #fh5co-contact-section, #footer {
padding: 7em 0;
}
/* <!------------------------------------------------- Hotels Section ------------------------------------------ */
#featured-hotel, #hotel-facilities, #testimonial, #fh5co-blog-section, #fh5co-hotel-section, #fh5co-services-section, #fh5co-contact-section, #footer {
padding: 0px;
}
#hotel-facilities {
width: 80%;
margin: auto;
transition: 0.5s;
position: relative;
height: 100vh;
}
#tabs {
float: left;
width: 100%;
}
#tabs .tabs-nav {
float: left;
width: 100%;
}
#tabs .tabs-nav>a {
float: left;
width: 16.666667%;
text-align: center;
font-size: 13px;
letter-spacing: 2px;
text-transform: uppercase;
color: #ccc;
padding: 10px 0 40px 0;
border-bottom: 1px solid transparent;
transition: 0.3s;
position: relative;
}
#tabs .tabs-nav>a>.fa {
margin-bottom: 20px;
transition: 0.3s;
}
#tabs .tabs-nav>a>.fa:before {
font-size: 32px;
}
#tabs .tabs-nav>a>.fa, #tabs .tabs-nav>a>span {
display: block;
}
#tabs .tabs-nav>a>span {
font-weight: 700;
}
#tabs .tabs-nav>a.active {
color: chartreuse;
border-bottom: 1px solid chartreuse;
}
#tabs .tabs-nav>a.active .fa {
color: chartreuse;
}
#tabs .tabs-nav>a:hover {
text-decoration: none;
color: chartreuse;
cursor: pointer;
}
#tabs .tabs-nav>a:hover .fa {
color: chartreuse;
}
#tabs .tabs-nav>a:focus, #tabs .tabs-nav>a:active {
outline: none;
text-decoration: none !important;
}
#tabs .tabs-nav>a:focus>.fa, #tabs .tabs-nav>a:focus>span, #tabs .tabs-nav>a:active>.fa, #tabs .tabs-nav>a:active>span {
text-decoration: none !important;
}
#tabs .tab-content-container {
position: relative;
width: 100%;
float: left;
padding-top: 40px;
}
#tabs .tab-content-container .tab-content {
position: absolute;
width: 100%;
float: left;
opacity: 0;
transition: 0.5s;
}
#tabs .tab-content-container .tab-content.show {
opacity: 1;
}
#tabs .heading {
font-size: 40px;
color: #52565b;
margin: 0 0 30px 0;
padding: 0;
}
#tabs .super-heading-sm {
font-weight: 400;
margin: 0;
padding: 0;
font-size: 13px;
color: #bcbcbc;
text-transform: uppercase;
letter-spacing: 2px;
}
#tabs .service-hour {
padding-top: 20px;
}
#tabs .service-hour>span {
font-weight: 400;
margin: 0;
padding: 0;
font-size: 13px;
color: #bcbcbc;
text-transform: uppercase;
letter-spacing: 2px;
display: block;
}
#tabs .service-hour>strong {
font-size: 20px;
text-transform: uppercase;
letter-spacing: 1px;
color: #52565b;
}
#fh5co-hotel-section .hotel-content .hotel-grid {
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
width: 100%;
height: 300px;
position: relative;
display: block;
overflow: hidden;
}
#fh5co-hotel-section .hotel-content .hotel-grid .price small {
color: rgba(255, 255, 255, 0.5);
}
#fh5co-hotel-section .hotel-content .hotel-grid>div {
width: 110px;
position: absolute;
top: 0;
left: -110px;
padding: 10px;
background: chartreuse;
color: #fff;
transition: 0.1s;
}
#fh5co-hotel-section .hotel-content .hotel-grid>div small {
display: block;
text-transform: uppercase;
font-size: 11px;
}
#fh5co-hotel-section .hotel-content .hotel-grid>div span {
display: block;
font-size: 18px;
}
#fh5co-hotel-section .hotel-content .hotel-grid .book-now {
position: absolute;
bottom: -47px;
right: 0;
color: #fff;
width: 120px;
padding: 7px 0;
background: #3c4146;
transition: 0.1s;
}
#fh5co-hotel-section .hotel-content .desc {
border-top: 0;
padding: 20px;
margin-bottom: 40px;
transition: 0.1s;
}
@media screen and (max-width: 992px) {
#fh5co-hotel-section .hotel-content .desc {
margin-bottom: 40px;
}
}
#fh5co-hotel-section .hotel-content .desc h3 {
font-size: 20px;
margin: 0 0 20px 0;
}
#fh5co-hotel-section .hotel-content .desc h3 a {
color: rgba(0, 0, 0, 0.7);
}
#fh5co-hotel-section .hotel-content:hover .hotel-grid>div, #fh5co-hotel-section .hotel-content:focus .hotel-grid>div {
left: 0;
}
#fh5co-hotel-section .hotel-content:hover .hotel-grid .book-now, #fh5co-hotel-section .hotel-content:focus .hotel-grid .book-now {
bottom: 0;
}
#fh5co-hotel-section .hotel-content:hover .desc, #fh5co-hotel-section .hotel-content:focus .desc {
box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.06);
}
.tab-content .container .row .col-md-6 img {
width: 440px;
height: 520px;
}
/* -----------------------------------------Slider------------------------------------------------ */
.swiper-container {
width: 100%;
cursor: grab;
position: relative;
}
.swiper-slide {
display: flex;
justify-content: center;
align-items: center;
width: 370px;
height: 370px;
border-radius: 7px;
}
.swiper-slide img {
display: flex;
justify-content: center;
align-items: center;
width: 370px;
height: 370px;
border-radius: 7px;
position: absolute;
}
.roomSpec {
color: white;
position: absolute;
bottom: 10px;
left: 10px;
z-index: 1;
}
.roomSpec a {
color: white;
}
.roomSpec a:hover {
color: chartreuse;
}
@media screen and (max-width: 400px) {
#tabs .tabs-nav>a {
font-size: 6px;
padding: 10px 0 17px 0;
}
#tabs .tabs-nav>a>.fa:before {
font-size: 20px;
}
.tab-content .container .row .col-md-6 img {
width: 100%;
height: 300px;
}
#tabs .super-heading-sm {
font-size: 10px;
}
#tabs .heading {
font-size: 20px;
margin: 0 0 15px 0;
}
#hotel-facilities {
height: 120vh;
width: 90%;
}
p {
font-size: 12px;
margin-bottom: 0.5rem;
}
#tabs .service-hour>span {
font-size: 10px;
}
#tabs .service-hour>strong {
font-size: 14px;
}
.swiper-slide {
min-width: 370px;
height: 330px;
}
} | 0.325949 | 0.065425 |
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');
html, body, h1, h2, h3, h4, h5, h6, p, div, span, main, header, footer, article, section{
margin:0;
padding:0;
font-family: 'Poppins', sans-serif;
}
*{
box-sizing: border-box;
}
main {
display:grid;
grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
padding:20px;
width:100vw;
gap:1rem;
}
section{
display: grid;
place-items:center;
min-height:200px;
border:1px solid #ccc;
}
.button button{
background-color:#1592E6;
color:#fff;
font-size:2rem;
font-weight:400;
padding:1rem 1.5rem 1rem 1.5rem;
border:none;
border-radius:2rem;
}
.button button:hover{
background-color:#4EB8FF;
cursor: pointer;
}
.radios{
display:grid;
grid-template-columns: repeat(3, 138px);
justify-content: center;
}
.radios input {
display:none;
}
.radios label{
font-size:1.5rem;
font-weight:400;
color:#606060;
background-color:#F5F5F5;
padding:1rem 1.5rem 1rem 1.5rem;
min-width:138px;
text-align:center;
border:1px solid #ddd;
}
.radios label:first-of-type{
border-radius: 25px 0 0 25px;
}
.radios label:last-of-type{
border-radius: 0 25px 25px 0;
}
.radios input:checked + label {
background-color:#1592E6;
color:#fff;
}
.radios label:hover{
cursor:pointer;
}
.shopping{
display:grid;
justify-content: left;
position:relative;
}
.shopping .card{
background-color: #1592E6;
border-radius: 3rem;
width:5rem;
height:5rem;
margin-left:4rem;
overflow:hidden;
display:grid;
grid-template-columns: 5rem 1fr;
justify-content:space-between;
align-items: center;
transition:.2s ease;
}
.shopping .card span{
white-space: nowrap;
color:#fff;
font-size:1.6rem;
font-weight:500;
}
.shopping .card img{
width:3rem;
margin-left:1.1rem;
}
.shopping .card:hover{
width:20rem;
cursor: pointer;
} | 05-animated-form-elements/index.css | @import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');
html, body, h1, h2, h3, h4, h5, h6, p, div, span, main, header, footer, article, section{
margin:0;
padding:0;
font-family: 'Poppins', sans-serif;
}
*{
box-sizing: border-box;
}
main {
display:grid;
grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
padding:20px;
width:100vw;
gap:1rem;
}
section{
display: grid;
place-items:center;
min-height:200px;
border:1px solid #ccc;
}
.button button{
background-color:#1592E6;
color:#fff;
font-size:2rem;
font-weight:400;
padding:1rem 1.5rem 1rem 1.5rem;
border:none;
border-radius:2rem;
}
.button button:hover{
background-color:#4EB8FF;
cursor: pointer;
}
.radios{
display:grid;
grid-template-columns: repeat(3, 138px);
justify-content: center;
}
.radios input {
display:none;
}
.radios label{
font-size:1.5rem;
font-weight:400;
color:#606060;
background-color:#F5F5F5;
padding:1rem 1.5rem 1rem 1.5rem;
min-width:138px;
text-align:center;
border:1px solid #ddd;
}
.radios label:first-of-type{
border-radius: 25px 0 0 25px;
}
.radios label:last-of-type{
border-radius: 0 25px 25px 0;
}
.radios input:checked + label {
background-color:#1592E6;
color:#fff;
}
.radios label:hover{
cursor:pointer;
}
.shopping{
display:grid;
justify-content: left;
position:relative;
}
.shopping .card{
background-color: #1592E6;
border-radius: 3rem;
width:5rem;
height:5rem;
margin-left:4rem;
overflow:hidden;
display:grid;
grid-template-columns: 5rem 1fr;
justify-content:space-between;
align-items: center;
transition:.2s ease;
}
.shopping .card span{
white-space: nowrap;
color:#fff;
font-size:1.6rem;
font-weight:500;
}
.shopping .card img{
width:3rem;
margin-left:1.1rem;
}
.shopping .card:hover{
width:20rem;
cursor: pointer;
} | 0.337094 | 0.085709 |
.container{
width: 100%;
padding-right: 15px;
padding-left: 15px;
}
.timeline h2, .timeline h3, .timeline h4, .timeline h5, .timeline h6 {
margin-bottom: .5em;
}
header {
padding: 0px;
}
section {
padding: 0;
}
.masthead {
height: 100vh;
min-height: 500px;
background-image: url(../img/outlier-campus-BW.png);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
#mainNav, footer{
background-color: black;
}
#orange-box{
background-color: rgba(240, 115, 13, 0.7);
font-family: 'Montserrat';
color: azure;
float:right;
}
#orange-box p .lead{
opacity: 1;
}
#we-are{
padding-left: 4em;
padding-right: 8em;
padding-top: 4.5em;
padding-bottom: 4.5em;
text-align: center;
margin: auto;
font-family: 'Lato'
}
#about-text{
background-color: #343a40;
font-family: 'Montserrat';
color: azure;
padding-left: 5.5em;
padding-right: 8em;
padding-top: 8em;
padding-bottom: 8em;
}
#timeline-section h2 {
font-size: 19rem;
}
#timeline-section .lead {
font-size: 1.5em;
font-weight: 400;
}
/* Timeline */
#timeline-section {
overflow-x: hidden;
background-color: gray;
color: azure;
text-align: left;
background-image: url(../img/bw-meeting.jpg);
/* background-size: cover;
background-position: center;
background-repeat: no-repeat */
}
.item-eight h3{
color: darkorange;
}
.reg-content-wrapper h3{
font-size: 2em;
margin-top: 18px;
/* margin-bottom: -15px; */
}
#divisions {
background-color: rgba(240, 115, 13);
font-family: 'Montserrat';
color: azure;
}
#divisions h2,
#divisions h3 {
font-family: 'Lato';
}
@media(min-width: 1150px){
#members-strong {
display: none;
}
.mason-dixon{
width: 100%;
border-top: 3px solid azure;
margin-top: 250px;
margin-bottom: 40px;
text-align: left;
}
.mason-dixon h4 {
font-size: 1em;
}
.reg-container {
position: relative;
display: inline-block;
width: 64%;
}
.special-south{
position: relative;
float: left;
width: 15%;
margin-top: -69px;
}
.reg-timeline {
float: left;
width: 15%;
}
.reg-content-wrapper{
width: 136px;
padding-left: 8px;
border-left: 2px solid azure;
}
.item-one{
text-align: right;
padding-left: 10px;
}
.item-one h3 {
margin-bottom: 50px;
margin-right: 16px;
padding-right: 10px;
}
.north {
margin-top: -217px;
margin-bottom: 210px;
}
.item-two {
margin-left: 50px;
margin-top: -193px;
}
.item-four {
position: relative;
left: 40px;
}
.item-six {
position: relative;
right: 40px;
}
.item-seven {
position: absolute;
right: -32px;
}
h4 span {
display: none;
}
.item-eight {
/* margin-left: 50px; */
float:right;
/* padding-left: 15px; */
}
.special-south h3 {
font-size: 3.2em;
}
.item-eight h3 {
padding-left: 15;
margin-bottom: 50px;
}
.orange-box-timeline h4 {
font-size: 1.7em;
font-weight: 750;
}
.clear-box-timeline {
padding-top: 10px;
padding-bottom: 14px;
margin-top: -42px;
margin-right: 16px;
padding-right: 10px;
border-right: 1px solid azure;
}
.orange-box-timeline {
background-color: rgba(240, 115, 13, 0.7);
padding-top: 10px;
padding-bottom: 14px;
margin-top: -42px;
padding-left: 15;
border-left: 1px solid azure;
}
.reg-timeline .termination-ball {
height: 17px;
width: 17px;
margin: -10px -16.9px;
border-radius: 50%;
background: #fc6429;
}
.arrow-left {
width: 0;
height: 0;
border-top: 20px solid transparent;
border-bottom: 20px solid transparent;
border-right: 20px solid azure;
position: absolute;
top: 48px;
right: 16px;
}
.arrow-right {
width: 0;
height: 0;
border-top: 20px solid transparent;
border-bottom: 20px solid transparent;
border-left: 20px solid azure;
position: absolute;
top: 48px;
}
#divisions h2{
font-size: 4em;
font-weight: 900;
margin-top: 60px;
margin-bottom: 50px;
}
#divisions h3 {
font-size: 1.5em;
font-weight: 700;
border-bottom: 1px solid azure;
padding-top: 25px;
padding-bottom: 25px;
}
#divisions p {
padding-left: 20px;
padding-right: 20px;
}
#division-one,
#division-two,
#division-three,
#division-four {
border-right: 1px solid azure;
}
#division-one,
#division-two,
#division-three,
#division-four,
#division-five {
padding-left: 0px;
padding-right: 0px;
margin-bottom: 85px;
}
}
@media (max-width: 1149px){
#about-text{
padding-left: 2.3em;
padding-right: 2.5em;
padding-top: 3em;
padding-bottom: 3em;
}
#timeline-section {
background-image: none;
background-color: #343a40;
}
#timeline {
background-image: none;
background-color: #343a40;
}
#timeline-header{
background-image: url(../img/bw-meeting.jpg);
background-color: #343a40;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
padding-bottom: 80px;
padding-top: 80px;
margin-bottom: 40px;
border-bottom: 2px solid azure;
}
#timeline h4 {
font-size: 1rem;
}
#timeline-section h2 {
font-size: 7rem;
font-weight: 700;
}
#people-rock {
display: none;
}
.mason-dixon {
border-left: 1px solid azure;
margin-left: 50%;
}
.reg-container {
margin-top: 45px;
}
.reg-timeline .termination-ball {
height: 10px;
width: 10px;
border-radius: 50%;
background: #fc6429;
}
.south {
margin-right: 100%;
margin-left: -225px;
text-align: right;
}
.special-south h3{
font-size: 2em;
}
.north,
.special-south {
margin-left: 15px;
}
.reg-content-wrapper {
width: 204px;
}
.reg-content-wrapper p {
margin-top: 0px;
margin-bottom: 0px;
}
.north .reg-content-wrapper .termination-ball {
position: relative;
right: 20px;
top: -123px;
}
.south .reg-content-wrapper .termination-ball {
position: relative;
left: 220px;
top: 40px;
}
.item-one {
margin-top: -46px;
}
.item-one h3 {
position: relative;
left: -120px;
top: 138px;
margin-top: 0px;
margin-bottom: 0px;
}
.item-three {
margin-top: -31px;
}
.item-four {
position: relative;
top: 65px;
margin-top: -85px;
}
.item-six {
position: relative;
top: -46px;
}
.item-six .reg-content-wrapper {
width: 195px;
}
.item-seven {
position: relative;
top: -46px;
margin-top: -31px;
}
.item-eight {
position: relative;
top: -46px;
margin-top: -50px;
}
.item-eight h3 {
margin-bottom: 3px;
}
.orange-box-timeline {
background-color: rgba(240, 115, 13, 0.7);
padding-top: 1px;
padding-left: 15px;
padding-bottom: 1px;
width: 175px;
margin-left: -15px;
}
.arrow-up {
position: relative;
top: 120px;
right: 26px;
width: 0;
height: 0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-bottom: 10px solid azure;
}
.arrow-down {
position: relative;
top: 12px;
right: 28px;
width: 0;
height: 0;
border-left: 12px solid transparent;
border-right: 12px solid transparent;
border-top: 12px solid azure;
}
} | css/style.css | .container{
width: 100%;
padding-right: 15px;
padding-left: 15px;
}
.timeline h2, .timeline h3, .timeline h4, .timeline h5, .timeline h6 {
margin-bottom: .5em;
}
header {
padding: 0px;
}
section {
padding: 0;
}
.masthead {
height: 100vh;
min-height: 500px;
background-image: url(../img/outlier-campus-BW.png);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
#mainNav, footer{
background-color: black;
}
#orange-box{
background-color: rgba(240, 115, 13, 0.7);
font-family: 'Montserrat';
color: azure;
float:right;
}
#orange-box p .lead{
opacity: 1;
}
#we-are{
padding-left: 4em;
padding-right: 8em;
padding-top: 4.5em;
padding-bottom: 4.5em;
text-align: center;
margin: auto;
font-family: 'Lato'
}
#about-text{
background-color: #343a40;
font-family: 'Montserrat';
color: azure;
padding-left: 5.5em;
padding-right: 8em;
padding-top: 8em;
padding-bottom: 8em;
}
#timeline-section h2 {
font-size: 19rem;
}
#timeline-section .lead {
font-size: 1.5em;
font-weight: 400;
}
/* Timeline */
#timeline-section {
overflow-x: hidden;
background-color: gray;
color: azure;
text-align: left;
background-image: url(../img/bw-meeting.jpg);
/* background-size: cover;
background-position: center;
background-repeat: no-repeat */
}
.item-eight h3{
color: darkorange;
}
.reg-content-wrapper h3{
font-size: 2em;
margin-top: 18px;
/* margin-bottom: -15px; */
}
#divisions {
background-color: rgba(240, 115, 13);
font-family: 'Montserrat';
color: azure;
}
#divisions h2,
#divisions h3 {
font-family: 'Lato';
}
@media(min-width: 1150px){
#members-strong {
display: none;
}
.mason-dixon{
width: 100%;
border-top: 3px solid azure;
margin-top: 250px;
margin-bottom: 40px;
text-align: left;
}
.mason-dixon h4 {
font-size: 1em;
}
.reg-container {
position: relative;
display: inline-block;
width: 64%;
}
.special-south{
position: relative;
float: left;
width: 15%;
margin-top: -69px;
}
.reg-timeline {
float: left;
width: 15%;
}
.reg-content-wrapper{
width: 136px;
padding-left: 8px;
border-left: 2px solid azure;
}
.item-one{
text-align: right;
padding-left: 10px;
}
.item-one h3 {
margin-bottom: 50px;
margin-right: 16px;
padding-right: 10px;
}
.north {
margin-top: -217px;
margin-bottom: 210px;
}
.item-two {
margin-left: 50px;
margin-top: -193px;
}
.item-four {
position: relative;
left: 40px;
}
.item-six {
position: relative;
right: 40px;
}
.item-seven {
position: absolute;
right: -32px;
}
h4 span {
display: none;
}
.item-eight {
/* margin-left: 50px; */
float:right;
/* padding-left: 15px; */
}
.special-south h3 {
font-size: 3.2em;
}
.item-eight h3 {
padding-left: 15;
margin-bottom: 50px;
}
.orange-box-timeline h4 {
font-size: 1.7em;
font-weight: 750;
}
.clear-box-timeline {
padding-top: 10px;
padding-bottom: 14px;
margin-top: -42px;
margin-right: 16px;
padding-right: 10px;
border-right: 1px solid azure;
}
.orange-box-timeline {
background-color: rgba(240, 115, 13, 0.7);
padding-top: 10px;
padding-bottom: 14px;
margin-top: -42px;
padding-left: 15;
border-left: 1px solid azure;
}
.reg-timeline .termination-ball {
height: 17px;
width: 17px;
margin: -10px -16.9px;
border-radius: 50%;
background: #fc6429;
}
.arrow-left {
width: 0;
height: 0;
border-top: 20px solid transparent;
border-bottom: 20px solid transparent;
border-right: 20px solid azure;
position: absolute;
top: 48px;
right: 16px;
}
.arrow-right {
width: 0;
height: 0;
border-top: 20px solid transparent;
border-bottom: 20px solid transparent;
border-left: 20px solid azure;
position: absolute;
top: 48px;
}
#divisions h2{
font-size: 4em;
font-weight: 900;
margin-top: 60px;
margin-bottom: 50px;
}
#divisions h3 {
font-size: 1.5em;
font-weight: 700;
border-bottom: 1px solid azure;
padding-top: 25px;
padding-bottom: 25px;
}
#divisions p {
padding-left: 20px;
padding-right: 20px;
}
#division-one,
#division-two,
#division-three,
#division-four {
border-right: 1px solid azure;
}
#division-one,
#division-two,
#division-three,
#division-four,
#division-five {
padding-left: 0px;
padding-right: 0px;
margin-bottom: 85px;
}
}
@media (max-width: 1149px){
#about-text{
padding-left: 2.3em;
padding-right: 2.5em;
padding-top: 3em;
padding-bottom: 3em;
}
#timeline-section {
background-image: none;
background-color: #343a40;
}
#timeline {
background-image: none;
background-color: #343a40;
}
#timeline-header{
background-image: url(../img/bw-meeting.jpg);
background-color: #343a40;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
padding-bottom: 80px;
padding-top: 80px;
margin-bottom: 40px;
border-bottom: 2px solid azure;
}
#timeline h4 {
font-size: 1rem;
}
#timeline-section h2 {
font-size: 7rem;
font-weight: 700;
}
#people-rock {
display: none;
}
.mason-dixon {
border-left: 1px solid azure;
margin-left: 50%;
}
.reg-container {
margin-top: 45px;
}
.reg-timeline .termination-ball {
height: 10px;
width: 10px;
border-radius: 50%;
background: #fc6429;
}
.south {
margin-right: 100%;
margin-left: -225px;
text-align: right;
}
.special-south h3{
font-size: 2em;
}
.north,
.special-south {
margin-left: 15px;
}
.reg-content-wrapper {
width: 204px;
}
.reg-content-wrapper p {
margin-top: 0px;
margin-bottom: 0px;
}
.north .reg-content-wrapper .termination-ball {
position: relative;
right: 20px;
top: -123px;
}
.south .reg-content-wrapper .termination-ball {
position: relative;
left: 220px;
top: 40px;
}
.item-one {
margin-top: -46px;
}
.item-one h3 {
position: relative;
left: -120px;
top: 138px;
margin-top: 0px;
margin-bottom: 0px;
}
.item-three {
margin-top: -31px;
}
.item-four {
position: relative;
top: 65px;
margin-top: -85px;
}
.item-six {
position: relative;
top: -46px;
}
.item-six .reg-content-wrapper {
width: 195px;
}
.item-seven {
position: relative;
top: -46px;
margin-top: -31px;
}
.item-eight {
position: relative;
top: -46px;
margin-top: -50px;
}
.item-eight h3 {
margin-bottom: 3px;
}
.orange-box-timeline {
background-color: rgba(240, 115, 13, 0.7);
padding-top: 1px;
padding-left: 15px;
padding-bottom: 1px;
width: 175px;
margin-left: -15px;
}
.arrow-up {
position: relative;
top: 120px;
right: 26px;
width: 0;
height: 0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-bottom: 10px solid azure;
}
.arrow-down {
position: relative;
top: 12px;
right: 28px;
width: 0;
height: 0;
border-left: 12px solid transparent;
border-right: 12px solid transparent;
border-top: 12px solid azure;
}
} | 0.301979 | 0.087252 |
@charset "utf-8";
/* CSS Document */
.contact-heading p{
font-size: 25px;
margin: 2em auto 0;
width: 80%;
font-family: 'Francois One', sans-serif;
}
.contact-heading h2{
padding-top: 540px;
margin:0px;
color: #202020;
font-size: 3em;
font-family: 'Francois One', sans-serif;
}
.contact-heading{
text-align: center;
background:url(../img/neu.png) no-repeat center;
width:100%;
height:600px;
background-size:cover;
display: block;
}
html{height:100%}
body{height:100%;margin:0px;padding:0px}
#container{
margin-top: 170px;
margin-left: 18%;
width:65%;
height:500px;
border:5px solid black;
}
.contact-form {
margin-top: 50px;
margin-left: 18%;
padding-bottom: 2em;
}
.contact-form h4{
margin:0px;
margin-bottom:15px;
color: #202020;
font-size: 2em;
font-family: 'Francois One', sans-serif;
}
.contact-form input[type="text"] {
display: inline-block;
background: none;
border: 1.5px solid #CBCBCB;
width: 35%;
outline: none;
padding: 10px 15px 10px 15px;
font-size: .9em;
color: #111111;
margin-bottom: 1.5em;
}
.contact-form input[type="email"] {
display: inline-block;
background: none;
border: 1.5px solid #CBCBCB;
width: 36%;
outline: none;
padding: 10px 15px 10px 15px;
font-size: .9em;
color: #111111;
margin: 0 1.25em;
}
.contact-form textarea {
background: none;
border: 1.5px solid #CBCBCB;
font-family: solid;
font-size: 1.5px;
color:#CBCBCB;
width: 76.5%;
display: block;
height: 150px;
outline: none;
font-size: 0.9em;
color: #111111;
resize: none;
padding: 10px 15px 10px 15px;
margin-bottom: 1em;
}
button.btn1.btn-1.btn-1b {
color: #FFF;
border: none;
background: #2DCB74;
padding: .5em 1.5em;
font-size: 1em;
outline: none;
}
button.btn1.btn-1.btn-1b:hover {
color: #fff;
background: #DBAC76;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
}
#left-nav-container{
width: 300px;
height: 100%;
position: fixed;
/*background-color: rgba(218,201,166,0.5);*/
background-color: rgba(255,255,255);
z-index: 10;
padding-left: 15px;
padding-right: 15px;
border-top: 0;
}
.nav-list li{
width: 100%;
position: relative;
display: block;
height: 50px;
/*float: left;*/
list-style: none;
font-size: 14px;
font-family: "Helvetica Neue";
line-height: 1.5;
border-bottom-style: dotted;
border-bottom-width: 1px;
border-bottom-color: rgba(67, 67, 67, 0.3);
}
.nav-list{
padding-left: 0;
padding-top: 160px;
}
.nav-link{
position: relative;
font-weight: bold; /*加粗*/
padding: 15px 10px;
align-items: center;
display: -webkit-flex; /* Safari */
display: flex;
justify-content: flex-start;
color:#434343;/*链接设置*/
text-decoration:none
}
.nav-link:visited{
color:#434343;
text-decoration:none;
font-weight:bold;
}/*访问过的链接设置*/
.nav-link:hover{
color:#434343;
text-decoration:none;
font-weight:bold;
}/*鼠标放上的链接设置*/
.nav-link::after{
content: "";
display: block;
width: 0;
height: 4px;
background-color: #1d1d1d;
position: absolute;
bottom: 0px;
left: 0px;
right: auto;
top: auto;
opacity: 1;
transition: all 0s ease;
box-sizing: border-box;
}
.nav-listitem:hover>.nav-link::after{
content: "";
display: block;
width: calc(100% - 30px);
transition: all 0.3s ease;
}
/*.nav-list-container>.active>a::after{
content: "";
display: block;
width: calc(100%-30px);
transition: all 0.3s ease;
}*/
/*对于已被选中的条目的设置*/
.brand{
height: 50px;
width: 100px;
left: 20px;
top: 30px;
position: absolute;
}
.nav-footer{
margin-bottom: 0px;
padding-bottom: 10px;
color: #434343;
background-color: rgba(0, 0, 0, 0);
min-height: 210px;
display: flex;
flex-direction: column;
justify-content: center;
position: absolute;
bottom: 0px;
left: 0px;
width: 100%;
}
.nav-footer-list{
list-style-type: none;
}
.nav-footer-info{
min-height: 20px;
padding-left: 5px;
padding-right: 5px;
font-size: 13px;
margin-bottom: 9px;
}
#email::before{
content: "\f003";
font-size: 13px;
}
#phone::before{
content: "\f095";
font-size: 13px;
}
#Weixin::before{
content: "\f1d7";
font-size: 13px;
}
.left-content{
margin-left: 330px;
width: 100%-330px;
} | WebContent/css/contact_style.css | @charset "utf-8";
/* CSS Document */
.contact-heading p{
font-size: 25px;
margin: 2em auto 0;
width: 80%;
font-family: 'Francois One', sans-serif;
}
.contact-heading h2{
padding-top: 540px;
margin:0px;
color: #202020;
font-size: 3em;
font-family: 'Francois One', sans-serif;
}
.contact-heading{
text-align: center;
background:url(../img/neu.png) no-repeat center;
width:100%;
height:600px;
background-size:cover;
display: block;
}
html{height:100%}
body{height:100%;margin:0px;padding:0px}
#container{
margin-top: 170px;
margin-left: 18%;
width:65%;
height:500px;
border:5px solid black;
}
.contact-form {
margin-top: 50px;
margin-left: 18%;
padding-bottom: 2em;
}
.contact-form h4{
margin:0px;
margin-bottom:15px;
color: #202020;
font-size: 2em;
font-family: 'Francois One', sans-serif;
}
.contact-form input[type="text"] {
display: inline-block;
background: none;
border: 1.5px solid #CBCBCB;
width: 35%;
outline: none;
padding: 10px 15px 10px 15px;
font-size: .9em;
color: #111111;
margin-bottom: 1.5em;
}
.contact-form input[type="email"] {
display: inline-block;
background: none;
border: 1.5px solid #CBCBCB;
width: 36%;
outline: none;
padding: 10px 15px 10px 15px;
font-size: .9em;
color: #111111;
margin: 0 1.25em;
}
.contact-form textarea {
background: none;
border: 1.5px solid #CBCBCB;
font-family: solid;
font-size: 1.5px;
color:#CBCBCB;
width: 76.5%;
display: block;
height: 150px;
outline: none;
font-size: 0.9em;
color: #111111;
resize: none;
padding: 10px 15px 10px 15px;
margin-bottom: 1em;
}
button.btn1.btn-1.btn-1b {
color: #FFF;
border: none;
background: #2DCB74;
padding: .5em 1.5em;
font-size: 1em;
outline: none;
}
button.btn1.btn-1.btn-1b:hover {
color: #fff;
background: #DBAC76;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
}
#left-nav-container{
width: 300px;
height: 100%;
position: fixed;
/*background-color: rgba(218,201,166,0.5);*/
background-color: rgba(255,255,255);
z-index: 10;
padding-left: 15px;
padding-right: 15px;
border-top: 0;
}
.nav-list li{
width: 100%;
position: relative;
display: block;
height: 50px;
/*float: left;*/
list-style: none;
font-size: 14px;
font-family: "Helvetica Neue";
line-height: 1.5;
border-bottom-style: dotted;
border-bottom-width: 1px;
border-bottom-color: rgba(67, 67, 67, 0.3);
}
.nav-list{
padding-left: 0;
padding-top: 160px;
}
.nav-link{
position: relative;
font-weight: bold; /*加粗*/
padding: 15px 10px;
align-items: center;
display: -webkit-flex; /* Safari */
display: flex;
justify-content: flex-start;
color:#434343;/*链接设置*/
text-decoration:none
}
.nav-link:visited{
color:#434343;
text-decoration:none;
font-weight:bold;
}/*访问过的链接设置*/
.nav-link:hover{
color:#434343;
text-decoration:none;
font-weight:bold;
}/*鼠标放上的链接设置*/
.nav-link::after{
content: "";
display: block;
width: 0;
height: 4px;
background-color: #1d1d1d;
position: absolute;
bottom: 0px;
left: 0px;
right: auto;
top: auto;
opacity: 1;
transition: all 0s ease;
box-sizing: border-box;
}
.nav-listitem:hover>.nav-link::after{
content: "";
display: block;
width: calc(100% - 30px);
transition: all 0.3s ease;
}
/*.nav-list-container>.active>a::after{
content: "";
display: block;
width: calc(100%-30px);
transition: all 0.3s ease;
}*/
/*对于已被选中的条目的设置*/
.brand{
height: 50px;
width: 100px;
left: 20px;
top: 30px;
position: absolute;
}
.nav-footer{
margin-bottom: 0px;
padding-bottom: 10px;
color: #434343;
background-color: rgba(0, 0, 0, 0);
min-height: 210px;
display: flex;
flex-direction: column;
justify-content: center;
position: absolute;
bottom: 0px;
left: 0px;
width: 100%;
}
.nav-footer-list{
list-style-type: none;
}
.nav-footer-info{
min-height: 20px;
padding-left: 5px;
padding-right: 5px;
font-size: 13px;
margin-bottom: 9px;
}
#email::before{
content: "\f003";
font-size: 13px;
}
#phone::before{
content: "\f095";
font-size: 13px;
}
#Weixin::before{
content: "\f1d7";
font-size: 13px;
}
.left-content{
margin-left: 330px;
width: 100%-330px;
} | 0.185283 | 0.055978 |
home.less
\*================================*/
.c-IconButton--home {
width: 64px;
height: 64px;
background-image: url('../images/icon-sprite-bw.png');
}
.c-IconButton--home:hover {
background-image: url('../images/icon-sprite.png');
}
.c-IconButton--home--mapss {
background-position: 0 0;
}
.c-IconButton--home--phone {
background-position: -74px 0;
}
.c-IconButton--home--email {
background-position: -148px 0;
}
.c-IconButton--home--linkd {
background-position: -222px 0;
}
.c-IconButton--home--stack {
background-position: -296px 0;
}
.c-IconButton--home--githb {
background-position: -370px 0;
}
.c-IconButton--home--googl {
background-position: -444px 0;
}
.c-IconButton--home--twitr {
background-position: -518px 0;
}
.c-IconButton--home--npmjs {
background-position: -592px 0;
}
.c-IconButton--home--apple {
background-position: -666px 0;
}
.c-IconButton--home--chrom {
background-position: -740px 0;
}
.c-IconButton--home--atomm {
background-position: -814px 0;
}
.c-IconButton--home--gittt {
background-position: -888px 0;
}
.c-IconButton--home--lessc {
background-position: -962px 0;
}
.c-IconButton--home--jadee {
background-position: -1036px 0;
}
.c-IconButton--home--npmjs {
background-position: -1110px 0;
}
.c-IconButton--home--bower {
background-position: -1184px 0;
}
.c-IconButton--rounded {
border-radius: 16px;
}
.AcknowledgementsList {
font-size: 0.75em;
line-height: 2;
padding-left: 2rem;
}
.Capt-logo {
padding-right: 96px;
background-position: right center;
background-repeat: no-repeat;
background-size: 72px auto;
}
.Capt-logo.Nctm {
background-image: url('../images/logos-banners/logo-NCTM.png');
}
.Capt-logo.Vctm {
background-image: url('../images/logos-banners/logo-VCTM.png');
}
.Capt-logo.Txin {
background-image: url('../images/logos-banners/logo-TI.png');
}
.Capt-logo.Vdoe {
background-image: url('../images/logos-banners/logo-VA-DOE.png');
}
.Capt-logo.Amsy {
background-image: url('../images/logos-banners/logo-AMS.png');
}
.Capt-logo.Vmta {
background-image: url('../images/logos-banners/logo-VMTA.png');
} | home/css/home.css | home.less
\*================================*/
.c-IconButton--home {
width: 64px;
height: 64px;
background-image: url('../images/icon-sprite-bw.png');
}
.c-IconButton--home:hover {
background-image: url('../images/icon-sprite.png');
}
.c-IconButton--home--mapss {
background-position: 0 0;
}
.c-IconButton--home--phone {
background-position: -74px 0;
}
.c-IconButton--home--email {
background-position: -148px 0;
}
.c-IconButton--home--linkd {
background-position: -222px 0;
}
.c-IconButton--home--stack {
background-position: -296px 0;
}
.c-IconButton--home--githb {
background-position: -370px 0;
}
.c-IconButton--home--googl {
background-position: -444px 0;
}
.c-IconButton--home--twitr {
background-position: -518px 0;
}
.c-IconButton--home--npmjs {
background-position: -592px 0;
}
.c-IconButton--home--apple {
background-position: -666px 0;
}
.c-IconButton--home--chrom {
background-position: -740px 0;
}
.c-IconButton--home--atomm {
background-position: -814px 0;
}
.c-IconButton--home--gittt {
background-position: -888px 0;
}
.c-IconButton--home--lessc {
background-position: -962px 0;
}
.c-IconButton--home--jadee {
background-position: -1036px 0;
}
.c-IconButton--home--npmjs {
background-position: -1110px 0;
}
.c-IconButton--home--bower {
background-position: -1184px 0;
}
.c-IconButton--rounded {
border-radius: 16px;
}
.AcknowledgementsList {
font-size: 0.75em;
line-height: 2;
padding-left: 2rem;
}
.Capt-logo {
padding-right: 96px;
background-position: right center;
background-repeat: no-repeat;
background-size: 72px auto;
}
.Capt-logo.Nctm {
background-image: url('../images/logos-banners/logo-NCTM.png');
}
.Capt-logo.Vctm {
background-image: url('../images/logos-banners/logo-VCTM.png');
}
.Capt-logo.Txin {
background-image: url('../images/logos-banners/logo-TI.png');
}
.Capt-logo.Vdoe {
background-image: url('../images/logos-banners/logo-VA-DOE.png');
}
.Capt-logo.Amsy {
background-image: url('../images/logos-banners/logo-AMS.png');
}
.Capt-logo.Vmta {
background-image: url('../images/logos-banners/logo-VMTA.png');
} | 0.295332 | 0.09451 |
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif,Raleway;
font-weight: 400;
letter-spacing: -.022em;
font-synthesis: none;
-moz-font-feature-settings: 'kern';
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: #333;
line-height: 1.5em;
padding: 25px;
}
img {
width: 200px;
max-width: 100%;
/* Afbeeldingen responsive maken */
}
/* Voeg jouw css hieraan toe */
/*concurrentie*/
td { padding: 20px;}
td.con1{background-color: rgba(119, 204, 241, 0.12);}
th.plus{ background-color: rgba(4, 102, 28, 0.74);}
th.min{background-color: rgba(255, 0, 0, 0.42)}
td.con2{background-color: rgba(0, 140, 255, 0.21)}
th{padding-right: 10px;}
h1.con{padding-left: 150px;}
td.con3{background-color: rgba(119, 204, 241, 0.12);}
/*styleguide knoppen*/
button.btntickets{border: 2px solid black;
background-color: white;
color: black;
padding: 14px 28px;
font-size: 16px;
cursor: pointer;
margin-bottom: 10px;
font-family: 'Helvetica Neue'}
button.btntickets:hover{border: 2px solid black;
background-color: #000000;
color: #FFFFFF;
padding: 14px 28px;
font-size: 16px;
margin-bottom: 10px;
font-family: 'Helvetica Neue'}
div.knop{width: 210px;
border: 2px double rgb(199, 199, 199);
vertical-align: top;
padding:9px;
margin-bottom: 10px;
display: inline-block;
}
button.btnieuwsbrief{border: 2px solid #D35E46;
background-color: #D35E46;
color: #FFFFFF;
padding: 5px 28px;
font-size: 16px;
cursor: pointer;
margin-bottom: 6px;
border-radius: 20px;
font-family: 'Raleway', sans-serif;}
button.btnieuwsbrief:hover{border: 2px solid #924131;
background-color: #924131;
color: #FFFFFF;
padding: 5px 28px;
font-size: 16px;
margin-bottom: 6px;
border-radius: 20px;
font-family: 'Raleway', sans-serif;}
input[type=text], select {
width: 250px;
padding: 2px 2px;
margin: 8px 0;
border: 1px solid #ccc;
border-radius: 20px;
box-sizing: border-box;}
fieldset{border: 2PX solid #313131;
border-radius: 20px;
background-color: white;
color: #313131;}
label.tekst{font-family:'Raleway', sans-serif;
font-weight: lighter; }
h3.nieuwsbrief{font-family: 'Raleway', sans-serif;
}
p.tekst{font-family:'Raleway', sans-serif;
font-weight: lighter;}
div.knop2{background-color: #313131;
color: white;
width: 310px;
border: 2px double rgb(199, 199, 199);
vertical-align: top;
padding:9px;
margin-bottom: 10px;}
button.btnnavigatie{font-family: 'Helvetica Neue' ,Arial, sans-serif;
font-stretch: condensed;
font-style: bold;
border:none;
background-color: #000000;
color: #FFFFFF;
padding: 0px 0px 8px 0px;
font-size: 20px;
cursor: pointer;
margin: 15px 0px 16px 5px;}
button.btnnavigatie:hover{
font-family: 'Helvetica Neue' ,Arial, sans-serif;
font-stretch: condensed;
font-style: bold;
background-color: #000000;
color:#FFFFFF;
padding: 0px 0px 8px 0px;
font-size: 20px;
margin-bottom: 14px;
border-bottom:2px solid #FFFFFF;
}
div.knop3{width: 210px;
border: 2px double rgb(199, 199, 199);
color: #FFFFFF;
background-color: #000000;
vertical-align: top;
padding:9px;
margin-bottom: 10px;
display: inline-block;
}
button.btnkopen{border:2px solid #D35E46;
background-color: #D35E46;
color: #FFFFFF;
padding: 14px 28px;
font-size: 25px;
cursor: pointer;
font-family: 'Raleway', sans-serif;
}
button.btnkopen:hover{border: 2px solid #924131;
background-color: #924131;
color: #FFFFFF;
padding: 14px 28px;
font-size: 25px;
cursor: pointer;
font-family: 'Raleway', sans-serif;}
div.knop4{width: 210px;
border: 2px double rgb(199, 199, 199);
vertical-align: top;
padding:9px;
margin-bottom: 10px;
display: inline-block;
}
div.knop5{width: 210px;
border: 2px double rgb(199, 199, 199);
vertical-align: top;
padding:9px;
margin-bottom: 10px;
display: inline-block;
}
button.btndriehoek{
border-radius: 50%;
border: 2px solid #B7B7B7;
background-color: #313131;
color: #FFFFFF;
font-size: 16px;
cursor: pointer;
margin-bottom: 30px;
width: 30px;
padding-left:7px;
}
/*styleguide iconen*/
div.icoon{width: 310px;
border: 2px double rgb(199, 199, 199);
vertical-align: top;
padding:9px;
margin-bottom: 10px;
display: inline-block;}
.fa {
background: #676767;
color: white;
margin: 10px;
padding: 15px;
width: 50px;
height: 50px;
text-align: center;
text-decoration: none;
border-radius: 50%;
display:inline-block;
cursor: pointer;
}
.fa:hover {
background: #D35E46;
display:inline-block;
}
/*styleguide kleurvlakken*/
div.kleur1{ width: 120px;
height: 120px;
color: white;
background-color: #D35E46;
padding: 10px;
margin-right: 15px;
display:inline-block;}
div.kleur2{width: 120px;
height: 120px;
color: white;
background-color:#313131;
padding: 10px;
margin-right: 15px;
display:inline-block;}
div.kleur3{width: 120px;
height: 120px;
color: grey;
background-color:#FCFCFC;
padding: 10px;
margin-right: 15px;
display:inline-block;}
div.kleur4{width: 120px;
height: 120px;
color: black;
background-color:#B7B7B7;
padding: 10px;
margin-right: 15px;
display:inline-block;
}
/*styleguide tekst*/
h3.titel{font-family: 'Helvetica Neue' ,Arial, sans-serif;
font-stretch: condensed;
font-style: bold;
font-size: 30px;}
h2{text-decoration: underline;
}
h3.tt{font-family:'Helvetica Neue' ,Arial, sans-serif; }
p.dt{ font-family: 'Raleway', sans-serif;} | pages/css/pages.css | body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif,Raleway;
font-weight: 400;
letter-spacing: -.022em;
font-synthesis: none;
-moz-font-feature-settings: 'kern';
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: #333;
line-height: 1.5em;
padding: 25px;
}
img {
width: 200px;
max-width: 100%;
/* Afbeeldingen responsive maken */
}
/* Voeg jouw css hieraan toe */
/*concurrentie*/
td { padding: 20px;}
td.con1{background-color: rgba(119, 204, 241, 0.12);}
th.plus{ background-color: rgba(4, 102, 28, 0.74);}
th.min{background-color: rgba(255, 0, 0, 0.42)}
td.con2{background-color: rgba(0, 140, 255, 0.21)}
th{padding-right: 10px;}
h1.con{padding-left: 150px;}
td.con3{background-color: rgba(119, 204, 241, 0.12);}
/*styleguide knoppen*/
button.btntickets{border: 2px solid black;
background-color: white;
color: black;
padding: 14px 28px;
font-size: 16px;
cursor: pointer;
margin-bottom: 10px;
font-family: 'Helvetica Neue'}
button.btntickets:hover{border: 2px solid black;
background-color: #000000;
color: #FFFFFF;
padding: 14px 28px;
font-size: 16px;
margin-bottom: 10px;
font-family: 'Helvetica Neue'}
div.knop{width: 210px;
border: 2px double rgb(199, 199, 199);
vertical-align: top;
padding:9px;
margin-bottom: 10px;
display: inline-block;
}
button.btnieuwsbrief{border: 2px solid #D35E46;
background-color: #D35E46;
color: #FFFFFF;
padding: 5px 28px;
font-size: 16px;
cursor: pointer;
margin-bottom: 6px;
border-radius: 20px;
font-family: 'Raleway', sans-serif;}
button.btnieuwsbrief:hover{border: 2px solid #924131;
background-color: #924131;
color: #FFFFFF;
padding: 5px 28px;
font-size: 16px;
margin-bottom: 6px;
border-radius: 20px;
font-family: 'Raleway', sans-serif;}
input[type=text], select {
width: 250px;
padding: 2px 2px;
margin: 8px 0;
border: 1px solid #ccc;
border-radius: 20px;
box-sizing: border-box;}
fieldset{border: 2PX solid #313131;
border-radius: 20px;
background-color: white;
color: #313131;}
label.tekst{font-family:'Raleway', sans-serif;
font-weight: lighter; }
h3.nieuwsbrief{font-family: 'Raleway', sans-serif;
}
p.tekst{font-family:'Raleway', sans-serif;
font-weight: lighter;}
div.knop2{background-color: #313131;
color: white;
width: 310px;
border: 2px double rgb(199, 199, 199);
vertical-align: top;
padding:9px;
margin-bottom: 10px;}
button.btnnavigatie{font-family: 'Helvetica Neue' ,Arial, sans-serif;
font-stretch: condensed;
font-style: bold;
border:none;
background-color: #000000;
color: #FFFFFF;
padding: 0px 0px 8px 0px;
font-size: 20px;
cursor: pointer;
margin: 15px 0px 16px 5px;}
button.btnnavigatie:hover{
font-family: 'Helvetica Neue' ,Arial, sans-serif;
font-stretch: condensed;
font-style: bold;
background-color: #000000;
color:#FFFFFF;
padding: 0px 0px 8px 0px;
font-size: 20px;
margin-bottom: 14px;
border-bottom:2px solid #FFFFFF;
}
div.knop3{width: 210px;
border: 2px double rgb(199, 199, 199);
color: #FFFFFF;
background-color: #000000;
vertical-align: top;
padding:9px;
margin-bottom: 10px;
display: inline-block;
}
button.btnkopen{border:2px solid #D35E46;
background-color: #D35E46;
color: #FFFFFF;
padding: 14px 28px;
font-size: 25px;
cursor: pointer;
font-family: 'Raleway', sans-serif;
}
button.btnkopen:hover{border: 2px solid #924131;
background-color: #924131;
color: #FFFFFF;
padding: 14px 28px;
font-size: 25px;
cursor: pointer;
font-family: 'Raleway', sans-serif;}
div.knop4{width: 210px;
border: 2px double rgb(199, 199, 199);
vertical-align: top;
padding:9px;
margin-bottom: 10px;
display: inline-block;
}
div.knop5{width: 210px;
border: 2px double rgb(199, 199, 199);
vertical-align: top;
padding:9px;
margin-bottom: 10px;
display: inline-block;
}
button.btndriehoek{
border-radius: 50%;
border: 2px solid #B7B7B7;
background-color: #313131;
color: #FFFFFF;
font-size: 16px;
cursor: pointer;
margin-bottom: 30px;
width: 30px;
padding-left:7px;
}
/*styleguide iconen*/
div.icoon{width: 310px;
border: 2px double rgb(199, 199, 199);
vertical-align: top;
padding:9px;
margin-bottom: 10px;
display: inline-block;}
.fa {
background: #676767;
color: white;
margin: 10px;
padding: 15px;
width: 50px;
height: 50px;
text-align: center;
text-decoration: none;
border-radius: 50%;
display:inline-block;
cursor: pointer;
}
.fa:hover {
background: #D35E46;
display:inline-block;
}
/*styleguide kleurvlakken*/
div.kleur1{ width: 120px;
height: 120px;
color: white;
background-color: #D35E46;
padding: 10px;
margin-right: 15px;
display:inline-block;}
div.kleur2{width: 120px;
height: 120px;
color: white;
background-color:#313131;
padding: 10px;
margin-right: 15px;
display:inline-block;}
div.kleur3{width: 120px;
height: 120px;
color: grey;
background-color:#FCFCFC;
padding: 10px;
margin-right: 15px;
display:inline-block;}
div.kleur4{width: 120px;
height: 120px;
color: black;
background-color:#B7B7B7;
padding: 10px;
margin-right: 15px;
display:inline-block;
}
/*styleguide tekst*/
h3.titel{font-family: 'Helvetica Neue' ,Arial, sans-serif;
font-stretch: condensed;
font-style: bold;
font-size: 30px;}
h2{text-decoration: underline;
}
h3.tt{font-family:'Helvetica Neue' ,Arial, sans-serif; }
p.dt{ font-family: 'Raleway', sans-serif;} | 0.370681 | 0.092115 |
*,ul,li{margin: 0;padding: 0;}
body{font-size: 54px;color: #fff;width: 100%;height: 100%;font-family: "微软雅黑"}
.clearfix:after{content: "";display: block;height: 0;overflow: hidden;visibility: hidden;clear: both;}
.pull-left{float: left;}
.pull-right{float: right;}
img{display: inline-block;}
a{display: block;text-decoration: none;}
ul li{list-style: none;}
.controller{position: fixed;width: 100%;height: 100%;left: 0;top: 0;background: url(img/bg.jpg) no-repeat;}
.header{position: relative;width: 100%;height: 140px;}
.header h1{text-align: center;font-weight: bold;line-height: 140px;font-size: 54px;}
.header .time{position: absolute;top: 10px;right: 45px;text-align: right;}
.header .time .tiem1{font-size: 48px;}
.header .time .tiem2{font-size: 32px;}
.cont{padding: 80px;}
.left-img{width: 1100px;position: relative;}
.left-img:after{content: "";border-right: 1px solid rgba(255, 255, 255, 0.25);width: 1px;display: block;position: absolute;right: -80px;top: 0;bottom: 0;}
.right-btn {position: relative;margin-top: 165px;}
.right-btn>a{width: 500px;height: 175px;border-radius: 45px;text-align: center;line-height: 175px;color: #FFFFFF;}
.right-btn .bt1{background-color: #02c9ea;}
.right-btn .bt2{background-color: #00e2a2;margin-top: 100px;}
.right-btn a>i{display: inline-block;width: 74px;height: 56px;vertical-align: middle;margin-right: 40px;}
.right-btn .bt1>i{background: url(img/index-btn.png) no-repeat;}
.right-btn .bt2>i{background: url(img/index-btn1.png) no-repeat;height: 62px;}
.return{position: absolute;left: 60px;top: 30px;}
.return>a{display: inline-block; width: 198px;height: 74px;border: 1px solid rgba(255,255,255,0.65);background:rgba(255,255,255,0.1);text-align: center;line-height: 74px;color: #FFFFFF;border-radius: 4px;font-size: 42px;}
.return>a i{display: inline-block;width: 33px;height: 29px;background: url(img/return.png) no-repeat;vertical-align: middle;margin-right: 30px;}
.return .index{margin-left: 25px;}
.return .index i{background: url(img/index.png) no-repeat;width: 37px;height: 40px;}
.item-qh h2{font-size: 42px;text-align: center;margin-bottom: 105px;font-weight: normal;}
.item-qh .item-cont{text-align: center;}
.item-qh .item-cont .item{
margin: 0 62px;
width: 400px;
height: 636px;
display: inline-block;
position: relative;
}
.item-qh .item-cont .item a{
width: 100%;
height: 390px;
}
.item-qh .item-cont a button{
position: absolute;
top: 310px;
left: 29px;
width: 340px;height: 65px;
border: none;
display: block;
border-radius: 6px;
background: rgba(255,255,255,0.25);
font-size: 32px;
font-weight: 500;
color: #FFFFFF;
line-height: 65px;
outline: none;
}
.item-qh .item-cont .item1{
background: url(img/qh1.png) no-repeat;
}
.item-qh .item-cont .item2{
background: url(img/qh2.png) no-repeat;
}
.item-qh .item-cont .item3{
background: url(img/qh3.png) no-repeat;
}
.item-yw h2{margin-bottom: 60px;}
.item-yw-cont{margin-top: 20px; background: url(img/yw.png) no-repeat;width: 1200px;height: 680px;position: relative;margin: 0 auto;padding: 40px;box-sizing: border-box;}
.item-yw-cont>a{
width: 33.333333%;
float: left;
height: 120px;
font-size: 36px;
text-align: center;
box-sizing: border-box;
padding:0 26px;
margin-top: 40px;
}
.item-yw-cont>a:active .link-yw{
background-color: #277ce7;
color: #FFFFFF;
position: relative;
}
.item-yw-cont>a .link-yw{
display: table;
width: 100%;
height: 120px;
border: 3px solid #277ce7;
color: #277ce7;
overflow: hidden;
box-sizing: border-box;
border-radius: 6px;
}
.item-yw-cont>a p{
display: table-cell;
vertical-align: middle;
}
.pages{position: absolute;bottom: 40px;width: 100%;left: 0; text-align: center;}
.pages li{display: inline-block;}
.pages li:nth-child(1) span,.pages li:nth-child(1) a{display: inline-block;margin: 0 20px;width: 106px;height: 60px;background: url(img/prin.png) no-repeat;font-size: 0;}
// .pages a{display: inline-block;margin: 0 20px;width: 106px;height: 60px;}
.pages li:nth-child(2) span,.pages li:nth-child(2) a{display: inline-block;margin: 0 20px;width: 106px;height: 60px;background: url(img/next.png) no-repeat;font-size: 0;}
// .pages .page-pren{background: url(img/prin.png) no-repeat;}
// .pages .page-next{background: url(img/next.png) no-repeat;}
.yw-end{margin-top: 100px;margin-bottom: 240px;position: relative;}
.yw-end h2{font-weight: bold; font-size: 120px;text-align: center;}
.yw-end .yw-name{font-size: 46px;margin-top: 45px;color: #fff;text-align: center;}
.yw-end .yw-name span{color: #ffc000;margin-right: 20px;}
.yw-cg{text-align: center;font-size: 36px;}
.make-cont{position: relative;}
.make-cont h2{font-size: 42px;font-weight: normal;text-align: center;margin-top: 80px;
margin-bottom: 40px;
}
.make-cont .input-group{position: relative;text-align: center;}
.make-cont .input-group input{width: 540px;height: 75px;border: none;background: #fff;
border-radius: 6px;box-sizing: border-box;padding: 0 12px;font-size: 32px;color: #00345e;
}
.make-cont .input-group button{display: inline-block;margin-left: 25px;border: none;background: #02c9ea;text-align: center;
font-size: 32px;font-weight: bold;border-radius: 6px;width: 160px;height: 75px;line-height: 75px;color: #fff;
letter-spacing: 5px;
}
.white-num{
position: fixed;
left: 0;
right: 0;
bottom: 0;
background: rgba(0,0,0,0.35);
text-align: center;
padding:30px 0;
}
.white-num p{font-size: 0;}
.white-num a{
width: 109px;
height: 109px;
border-radius: 12px;
background: #fff;
text-align: center;
line-height: 109px;
color: #00345e;
font-size: 54px;
font-weight: bold;
display: inline-block;
margin: 5px;
} | public/take2/style111.css | *,ul,li{margin: 0;padding: 0;}
body{font-size: 54px;color: #fff;width: 100%;height: 100%;font-family: "微软雅黑"}
.clearfix:after{content: "";display: block;height: 0;overflow: hidden;visibility: hidden;clear: both;}
.pull-left{float: left;}
.pull-right{float: right;}
img{display: inline-block;}
a{display: block;text-decoration: none;}
ul li{list-style: none;}
.controller{position: fixed;width: 100%;height: 100%;left: 0;top: 0;background: url(img/bg.jpg) no-repeat;}
.header{position: relative;width: 100%;height: 140px;}
.header h1{text-align: center;font-weight: bold;line-height: 140px;font-size: 54px;}
.header .time{position: absolute;top: 10px;right: 45px;text-align: right;}
.header .time .tiem1{font-size: 48px;}
.header .time .tiem2{font-size: 32px;}
.cont{padding: 80px;}
.left-img{width: 1100px;position: relative;}
.left-img:after{content: "";border-right: 1px solid rgba(255, 255, 255, 0.25);width: 1px;display: block;position: absolute;right: -80px;top: 0;bottom: 0;}
.right-btn {position: relative;margin-top: 165px;}
.right-btn>a{width: 500px;height: 175px;border-radius: 45px;text-align: center;line-height: 175px;color: #FFFFFF;}
.right-btn .bt1{background-color: #02c9ea;}
.right-btn .bt2{background-color: #00e2a2;margin-top: 100px;}
.right-btn a>i{display: inline-block;width: 74px;height: 56px;vertical-align: middle;margin-right: 40px;}
.right-btn .bt1>i{background: url(img/index-btn.png) no-repeat;}
.right-btn .bt2>i{background: url(img/index-btn1.png) no-repeat;height: 62px;}
.return{position: absolute;left: 60px;top: 30px;}
.return>a{display: inline-block; width: 198px;height: 74px;border: 1px solid rgba(255,255,255,0.65);background:rgba(255,255,255,0.1);text-align: center;line-height: 74px;color: #FFFFFF;border-radius: 4px;font-size: 42px;}
.return>a i{display: inline-block;width: 33px;height: 29px;background: url(img/return.png) no-repeat;vertical-align: middle;margin-right: 30px;}
.return .index{margin-left: 25px;}
.return .index i{background: url(img/index.png) no-repeat;width: 37px;height: 40px;}
.item-qh h2{font-size: 42px;text-align: center;margin-bottom: 105px;font-weight: normal;}
.item-qh .item-cont{text-align: center;}
.item-qh .item-cont .item{
margin: 0 62px;
width: 400px;
height: 636px;
display: inline-block;
position: relative;
}
.item-qh .item-cont .item a{
width: 100%;
height: 390px;
}
.item-qh .item-cont a button{
position: absolute;
top: 310px;
left: 29px;
width: 340px;height: 65px;
border: none;
display: block;
border-radius: 6px;
background: rgba(255,255,255,0.25);
font-size: 32px;
font-weight: 500;
color: #FFFFFF;
line-height: 65px;
outline: none;
}
.item-qh .item-cont .item1{
background: url(img/qh1.png) no-repeat;
}
.item-qh .item-cont .item2{
background: url(img/qh2.png) no-repeat;
}
.item-qh .item-cont .item3{
background: url(img/qh3.png) no-repeat;
}
.item-yw h2{margin-bottom: 60px;}
.item-yw-cont{margin-top: 20px; background: url(img/yw.png) no-repeat;width: 1200px;height: 680px;position: relative;margin: 0 auto;padding: 40px;box-sizing: border-box;}
.item-yw-cont>a{
width: 33.333333%;
float: left;
height: 120px;
font-size: 36px;
text-align: center;
box-sizing: border-box;
padding:0 26px;
margin-top: 40px;
}
.item-yw-cont>a:active .link-yw{
background-color: #277ce7;
color: #FFFFFF;
position: relative;
}
.item-yw-cont>a .link-yw{
display: table;
width: 100%;
height: 120px;
border: 3px solid #277ce7;
color: #277ce7;
overflow: hidden;
box-sizing: border-box;
border-radius: 6px;
}
.item-yw-cont>a p{
display: table-cell;
vertical-align: middle;
}
.pages{position: absolute;bottom: 40px;width: 100%;left: 0; text-align: center;}
.pages li{display: inline-block;}
.pages li:nth-child(1) span,.pages li:nth-child(1) a{display: inline-block;margin: 0 20px;width: 106px;height: 60px;background: url(img/prin.png) no-repeat;font-size: 0;}
// .pages a{display: inline-block;margin: 0 20px;width: 106px;height: 60px;}
.pages li:nth-child(2) span,.pages li:nth-child(2) a{display: inline-block;margin: 0 20px;width: 106px;height: 60px;background: url(img/next.png) no-repeat;font-size: 0;}
// .pages .page-pren{background: url(img/prin.png) no-repeat;}
// .pages .page-next{background: url(img/next.png) no-repeat;}
.yw-end{margin-top: 100px;margin-bottom: 240px;position: relative;}
.yw-end h2{font-weight: bold; font-size: 120px;text-align: center;}
.yw-end .yw-name{font-size: 46px;margin-top: 45px;color: #fff;text-align: center;}
.yw-end .yw-name span{color: #ffc000;margin-right: 20px;}
.yw-cg{text-align: center;font-size: 36px;}
.make-cont{position: relative;}
.make-cont h2{font-size: 42px;font-weight: normal;text-align: center;margin-top: 80px;
margin-bottom: 40px;
}
.make-cont .input-group{position: relative;text-align: center;}
.make-cont .input-group input{width: 540px;height: 75px;border: none;background: #fff;
border-radius: 6px;box-sizing: border-box;padding: 0 12px;font-size: 32px;color: #00345e;
}
.make-cont .input-group button{display: inline-block;margin-left: 25px;border: none;background: #02c9ea;text-align: center;
font-size: 32px;font-weight: bold;border-radius: 6px;width: 160px;height: 75px;line-height: 75px;color: #fff;
letter-spacing: 5px;
}
.white-num{
position: fixed;
left: 0;
right: 0;
bottom: 0;
background: rgba(0,0,0,0.35);
text-align: center;
padding:30px 0;
}
.white-num p{font-size: 0;}
.white-num a{
width: 109px;
height: 109px;
border-radius: 12px;
background: #fff;
text-align: center;
line-height: 109px;
color: #00345e;
font-size: 54px;
font-weight: bold;
display: inline-block;
margin: 5px;
} | 0.336222 | 0.063395 |
html,body {
color: #333;
margin: 0;
height: 100%;
font-family: "Myriad Set Pro","Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-weight: normal;
}
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
a {
text-decoration: none;
color: #000;
}
a, label, button, input, select {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
img {
width:100%;
height:auto;
display:block;
border: 0;
}
body {
background: #f4f4f4;
color: #666;
}
html, body, div, dl, dt, dd, ol, ul, li, h1, h2, h3, h4, h5, h6, p, blockquote, pre, button, fieldset, form, input, legend, textarea, th, td {
margin: 0;
padding: 0;
}
a {
text-decoration: none;
color: #08acee;
}
button {
outline: 0;
}
img {
border: 0;
}
button,input,optgroup,select,textarea {
margin: 0;
font: inherit;
color: inherit;
outline: none;
}
li {
list-style: none;
}
a {
color: #666;
}
.clearfix::after {
clear: both;
content: ".";
display: block;
height: 0;
visibility: hidden;
}
.clearfix {
}
.divHeight {
width: 100%;
height: 10px;
background: #f5f5f5;
position: relative;
overflow: hidden;
}
.r-line {
position: relative;
}
.r-line:after {
content: '';
position: absolute;
z-index: 0;
top: 0;
right: 0;
height: 100%;
border-right: 1px solid #D9D9D9;
-webkit-transform: scaleX(0.5);
transform: scaleX(0.5);
-webkit-transform-origin: 100% 0;
transform-origin: 100% 0;
}
.b-line {
position: relative;
}
.b-line:after {
content: '';
position: absolute;
z-index: 2;
bottom: 0;
left: 0;
width: 100%;
height: 1px;
border-bottom: 1px solid #e2e2e2;
-webkit-transform: scaleY(0.5);
transform: scaleY(0.5);
-webkit-transform-origin: 0 100%;
transform-origin: 0 100%;
}
.jq22-flex {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
padding: 15px;
position: relative;
}
.jq22-flex-box {
-webkit-box-flex: 1;
-webkit-flex: 1;
flex: 1;
min-width: 0;
font-size: 14px;
color: #333;
text-align: left;
}
/* 必要布局样式css */
.jq22-flexView {
width: 100%;
height: 100%;
margin: 0 auto;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
background: #FF6400;
}
.jq22-scrollView {
background: #FF6400;
}
.jq22-navBar {
height: 44px;
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
z-index: 102;
background:#ffffff;
}
.jq22-navBar-item {
height: 44px;
min-width: 25%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 25%;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
padding: 0 0.9rem;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
font-size: 0.7rem;
white-space: nowrap;
overflow: hidden;
color: #808080;
position: relative;
}
.jq22-navBar-item:first-child {
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
margin-right: -25%;
font-size: 0.9rem;
font-weight: bold;
}
.jq22-navBar-item:last-child {
-webkit-box-ordinal-group: 4;
-webkit-order: 3;
-ms-flex-order: 3;
order: 3;
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.jq22-center {
-webkit-box-ordinal-group: 3;
-webkit-order: 2;
-ms-flex-order: 2;
order: 2;
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;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
height: 44px;
width: 50%;
margin-left: 25%;
}
.jq22-center-title {
text-align: center;
width: 100%;
white-space: nowrap;
overflow: hidden;
display: block;
text-overflow: ellipsis;
font-size: 0.95rem;
color: #f5773a;
}
.icon {
width: 20px;
height: 20px;
display: block;
border: none;
float: left;
background-size: 20px;
background-repeat: no-repeat;
}
.icon-return{
background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAB2UlEQVRoQ+3bMU7DMBQG4PeSCcEBOAZdShZQOQk9AlPbERaUDTgB16nUhSOwsYKIytL0oUSN2kJoUW2/9ydtpmSI5c/P8fDHZtqzi/fMSwcwWsW/RklvTnRd9Eui/OnkfvLi0kfoCmejpM/Mz6tA4VnHBQ0LrsOWcJG743R8u2uVIcF/YtsI3oQVkY+Y6OwoHb+2osLbsBTlPZfvtxgkmCmtgYUBa2EhwJpYc7A21hRsgTUDW2FNwJZYdbA1VhWMgFUDo2BVwEjY4GA0bFAwIjYYGBUbBIyM9Q5Gx3oFNwHrDdwUrBfwdNBNJY6Hi0SRiJchSpFB+Yhlds2v6t5zinimg/MbiaOHZcOyuGVCxDpXOBsmbxzx6fpICs2FMo7yC9fAzWdlq7acKlwPLrJy+aQov2wd+PeUXpvc78SzKzS0U4ULXjboplwtWj/moBDBoZ3BJbrmp1dlR0N7ATcJ7Q3cFLRXcBPQ3sHo6CBgZHQwMCo6KBgRHRyMhlYBI6HVwChoVTACWh1sjTYBW6LNwFZoU7AF2hysjYYAa6JhwFpoKPB/0LFIpzWbS6scbK+2D29Ft3GD+CZ0a48AVOjykAdTv3gWzh9dg324RSvE/6TVNg/g0CNs3f43xsvgTK3qfv8AAAAASUVORK5CYII=');
}
.m-slider {
overflow-x: hidden;
width: 100%;
position: relative;
}
.slider-wrapper {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
width: 100%;
height: 100%;
-webkit-transform: translate3d(0px, 0px, 0px);
transform: translate3d(0px, 0px, 0px);
position: relative;
z-index: 1;
-webkit-transition-property: -webkit-transform;
transition-property: -webkit-transform;
transition-property: transform;
transition-property: transform, -webkit-transform;
}
.slider-item {
width: 100%;
height: 100%;
-webkit-flex-shrink: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
background: #f6f6f6;
}
.slider-item img {
width: 100%;
height: auto;
display: block;
border: none;
}
.slider-pagination {
text-align: right;
position: absolute;
width: 100%;
z-index: 2;
right: 0;
bottom: 10px;
pointer-events: none;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: end;
-webkit-align-items: flex-end;
-ms-flex-align: end;
align-items: flex-end;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.slider-pagination > .slider-pagination-item {
margin: 0 .25rem;
width: 8px;
height: 8px;
display: inline-block;
border-radius: 100%;
background-color: rgba(255,255,255,0.4);
}
.slider-pagination > .slider-pagination-item.slider-pagination-item-active {
background-color: #fff;
border-radius: 100%;
}
.jq22-palace {
padding: 0.5rem 0;
position: relative;
overflow: hidden;
}
.jq22-palace-grid {
position: relative;
float: left;
padding: 1px;
width: 25%;
box-sizing: border-box;
margin: 5px 0;
}
.jq22-palace-grid-icon {
width: 30px;
height: 30px;
margin: 0 auto;
}
.jq22-palace-grid-icon img {
display: block;
width: 100%;
height: 100%;
border: none;
}
.jq22-palace-grid-text {
display: block;
text-align: center;
color: #333;
font-size: 0.85rem;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
padding-top: 0.2rem;
}
.jq22-palace-grid-text h2 {
font-size: 0.8rem;
font-weight: normal;
color: #f57835;
}
.m-actionsheet {
text-align: center;
position: fixed;
bottom: 0;
left: 0;
width: 100%;
z-index: 1000;
background-color: #EFEFF4;
-webkit-transform: translate(0, 100%);
transform: translate(0, 100%);
-webkit-transition: -webkit-transform .3s;
transition: -webkit-transform .3s;
transition: transform .3s;
transition: transform .3s, -webkit-transform .3s;
}
.mask-black {
background-color: rgba(0, 0, 0, 0.4);
position: fixed;
z-index: 500;
bottom: 0;
right: 0;
left: 0;
top: 0;
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;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
z-index: 998;
}
.actionsheet-action {
display: block;
margin-top: .15rem;
font-size: 0.28rem;
color: #555;
height: 1rem;
line-height: 1rem;
background-color: #FFF;
}
.m-actionsheet {
text-align: center;
position: fixed;
bottom: 0;
left: 0;
width: 100%;
z-index: 10005;
background-color: #ffffff;
-webkit-transform: translate(0, 100%);
transform: translate(0, 100%);
-webkit-transition: -webkit-transform .3s;
transition: -webkit-transform .3s;
transition: transform .3s;
transition: transform .3s, -webkit-transform .3s;
}
.actionsheet-toggle {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}
.actionsheet-item {
display: block;
position: relative;
font-size: 0.85rem;
color: #555;
height: 2rem;
line-height: 2rem;
background-color: #FFF;
}
.actionsheet-item {
display: block;
position: relative;
font-size: 0.85rem;
color: #555;
height: 2rem;
line-height: 2rem;
background-color: #FFF;
}
.jq22-coll-cancel a {
height: 45px;
line-height: 45px;
font-size: 12px;
background: #f9f9f9;
display: block;
text-align: center;
width: 100%;
}
.jq22-coll-share-img {
width: 38px;
height: 38px;
margin: 0 auto;
}
.jq22-coll-share-img img {
width: 100%;
height: auto;
display: block;
border: none;
}
.jq22-coll-share-box {
position: relative;
overflow: hidden;
padding: 10px 0;
}
.jq22-coll-cancel a {
height: 45px;
line-height: 45px;
font-size: 12px;
background: #f9f9f9;
display: block;
text-align: center;
width: 100%;
}
.jq22-coll-share-item {
position: relative;
float: left;
padding: 8px 10px;
width: 33.333%;
box-sizing: border-box;
font-size: 12px;
height: 85px;
}
.jq22-rule {
position: absolute;
right: 0;
top: 1rem;
background: #54ca9a;
border-radius: 50px 0 0 50px;
font-size: 0.8rem;
padding: 0.2rem 0.6rem;
color: #fff;
}
.jq22-auto-form{
padding:0 1rem 2.2rem 1rem;
}
.jq22-auto-box{
background:#fff;
padding:1.2rem 1rem 3.5rem 1rem;
width:100%;
height:auto;
box-shadow:0 4px 9px #dedede;
border-radius:5px;
}
.jq22-palace .jq22-palace-grid:not(:nth-child(4n)):before{
content: '';
position: absolute;
z-index: 0;
top: 1rem;
right: 0;
width: 6px;
height: 6px;
border-radius:100%;
background:#dddddd;
}
select {
white-space: pre;
-webkit-rtl-ordering: logical;
color: black;
cursor: default;
}
select {
text-rendering: auto;
color: initial;
letter-spacing: normal;
word-spacing: normal;
text-transform: none;
text-indent: 0px;
text-shadow: none;
text-align: start;
font: 400 11px system-ui;
}
.weui-select {
-webkit-appearance: none;
border: 0;
outline: 0;
background-color: transparent;
width: 100%;
font-size: inherit;
position: relative;
z-index: 1;
/*padding-left: 16px;*/
height:2.3rem;
color:#999;
}
option {
font-weight: normal;
display: block;
white-space: pre;
min-height: 1.2em;
padding: 0px 2px 1px;
}
#btnSendCode1{
position:absolute;
right:15px;
top:4px;
color:#f37936;
}
.jq22-auto-inp .jq22-flex{
border:1px solid #dbdbdb;
border-radius:3px;
margin-bottom:1rem;
padding:5px 15px;
}
.jq22-apply-btn{
width:100%;
height:2.8rem;
line-height:2.8rem;
background:#f47936;
color:#fff;
border:none;
border-radius:3px;
font-size:0.9rem;
margin-top: 3rem;
}
.jq22-apply-btn1{
width: 17%;
height: 2rem;
line-height: 1.8rem;
background: #f47936;
color: #fff;
border: none;
border-radius: 3px;
font-size: 0.8rem;
}
.sel_box{
text-align: left;
margin-left: .8rem;
}
.sel_box input{
border: 1px solid #dbdbdb;
border-radius: 3px;
/* margin-bottom: 1rem; */
padding: 5px 15px;
width: 75%;
height: 2rem;
}
.jq22-flex label{
color:#000000;
font-size:0.88rem;
width:80px;
text-align: left;
}
.jq22-flex-box input{
background:none;
border:none;
padding:0.4rem 0;
height:2.3rem;
line-height:2.3rem;
}
.f_title p{
height: 0.8rem;
line-height: 0.8rem;
/* margin-top: 0.2rem; */
color: #474747;
text-align: center;
font-size: 1.3rem;
margin-top: 2rem;
margin-bottom: 1rem;
} | Application/Rvact/View/Public/static/css/style.css | html,body {
color: #333;
margin: 0;
height: 100%;
font-family: "Myriad Set Pro","Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-weight: normal;
}
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
a {
text-decoration: none;
color: #000;
}
a, label, button, input, select {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
img {
width:100%;
height:auto;
display:block;
border: 0;
}
body {
background: #f4f4f4;
color: #666;
}
html, body, div, dl, dt, dd, ol, ul, li, h1, h2, h3, h4, h5, h6, p, blockquote, pre, button, fieldset, form, input, legend, textarea, th, td {
margin: 0;
padding: 0;
}
a {
text-decoration: none;
color: #08acee;
}
button {
outline: 0;
}
img {
border: 0;
}
button,input,optgroup,select,textarea {
margin: 0;
font: inherit;
color: inherit;
outline: none;
}
li {
list-style: none;
}
a {
color: #666;
}
.clearfix::after {
clear: both;
content: ".";
display: block;
height: 0;
visibility: hidden;
}
.clearfix {
}
.divHeight {
width: 100%;
height: 10px;
background: #f5f5f5;
position: relative;
overflow: hidden;
}
.r-line {
position: relative;
}
.r-line:after {
content: '';
position: absolute;
z-index: 0;
top: 0;
right: 0;
height: 100%;
border-right: 1px solid #D9D9D9;
-webkit-transform: scaleX(0.5);
transform: scaleX(0.5);
-webkit-transform-origin: 100% 0;
transform-origin: 100% 0;
}
.b-line {
position: relative;
}
.b-line:after {
content: '';
position: absolute;
z-index: 2;
bottom: 0;
left: 0;
width: 100%;
height: 1px;
border-bottom: 1px solid #e2e2e2;
-webkit-transform: scaleY(0.5);
transform: scaleY(0.5);
-webkit-transform-origin: 0 100%;
transform-origin: 0 100%;
}
.jq22-flex {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
padding: 15px;
position: relative;
}
.jq22-flex-box {
-webkit-box-flex: 1;
-webkit-flex: 1;
flex: 1;
min-width: 0;
font-size: 14px;
color: #333;
text-align: left;
}
/* 必要布局样式css */
.jq22-flexView {
width: 100%;
height: 100%;
margin: 0 auto;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
background: #FF6400;
}
.jq22-scrollView {
background: #FF6400;
}
.jq22-navBar {
height: 44px;
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
z-index: 102;
background:#ffffff;
}
.jq22-navBar-item {
height: 44px;
min-width: 25%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 25%;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
padding: 0 0.9rem;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
font-size: 0.7rem;
white-space: nowrap;
overflow: hidden;
color: #808080;
position: relative;
}
.jq22-navBar-item:first-child {
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
margin-right: -25%;
font-size: 0.9rem;
font-weight: bold;
}
.jq22-navBar-item:last-child {
-webkit-box-ordinal-group: 4;
-webkit-order: 3;
-ms-flex-order: 3;
order: 3;
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.jq22-center {
-webkit-box-ordinal-group: 3;
-webkit-order: 2;
-ms-flex-order: 2;
order: 2;
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;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
height: 44px;
width: 50%;
margin-left: 25%;
}
.jq22-center-title {
text-align: center;
width: 100%;
white-space: nowrap;
overflow: hidden;
display: block;
text-overflow: ellipsis;
font-size: 0.95rem;
color: #f5773a;
}
.icon {
width: 20px;
height: 20px;
display: block;
border: none;
float: left;
background-size: 20px;
background-repeat: no-repeat;
}
.icon-return{
background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAB2UlEQVRoQ+3bMU7DMBQG4PeSCcEBOAZdShZQOQk9AlPbERaUDTgB16nUhSOwsYKIytL0oUSN2kJoUW2/9ydtpmSI5c/P8fDHZtqzi/fMSwcwWsW/RklvTnRd9Eui/OnkfvLi0kfoCmejpM/Mz6tA4VnHBQ0LrsOWcJG743R8u2uVIcF/YtsI3oQVkY+Y6OwoHb+2osLbsBTlPZfvtxgkmCmtgYUBa2EhwJpYc7A21hRsgTUDW2FNwJZYdbA1VhWMgFUDo2BVwEjY4GA0bFAwIjYYGBUbBIyM9Q5Gx3oFNwHrDdwUrBfwdNBNJY6Hi0SRiJchSpFB+Yhlds2v6t5zinimg/MbiaOHZcOyuGVCxDpXOBsmbxzx6fpICs2FMo7yC9fAzWdlq7acKlwPLrJy+aQov2wd+PeUXpvc78SzKzS0U4ULXjboplwtWj/moBDBoZ3BJbrmp1dlR0N7ATcJ7Q3cFLRXcBPQ3sHo6CBgZHQwMCo6KBgRHRyMhlYBI6HVwChoVTACWh1sjTYBW6LNwFZoU7AF2hysjYYAa6JhwFpoKPB/0LFIpzWbS6scbK+2D29Ft3GD+CZ0a48AVOjykAdTv3gWzh9dg324RSvE/6TVNg/g0CNs3f43xsvgTK3qfv8AAAAASUVORK5CYII=');
}
.m-slider {
overflow-x: hidden;
width: 100%;
position: relative;
}
.slider-wrapper {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
width: 100%;
height: 100%;
-webkit-transform: translate3d(0px, 0px, 0px);
transform: translate3d(0px, 0px, 0px);
position: relative;
z-index: 1;
-webkit-transition-property: -webkit-transform;
transition-property: -webkit-transform;
transition-property: transform;
transition-property: transform, -webkit-transform;
}
.slider-item {
width: 100%;
height: 100%;
-webkit-flex-shrink: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
background: #f6f6f6;
}
.slider-item img {
width: 100%;
height: auto;
display: block;
border: none;
}
.slider-pagination {
text-align: right;
position: absolute;
width: 100%;
z-index: 2;
right: 0;
bottom: 10px;
pointer-events: none;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: end;
-webkit-align-items: flex-end;
-ms-flex-align: end;
align-items: flex-end;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.slider-pagination > .slider-pagination-item {
margin: 0 .25rem;
width: 8px;
height: 8px;
display: inline-block;
border-radius: 100%;
background-color: rgba(255,255,255,0.4);
}
.slider-pagination > .slider-pagination-item.slider-pagination-item-active {
background-color: #fff;
border-radius: 100%;
}
.jq22-palace {
padding: 0.5rem 0;
position: relative;
overflow: hidden;
}
.jq22-palace-grid {
position: relative;
float: left;
padding: 1px;
width: 25%;
box-sizing: border-box;
margin: 5px 0;
}
.jq22-palace-grid-icon {
width: 30px;
height: 30px;
margin: 0 auto;
}
.jq22-palace-grid-icon img {
display: block;
width: 100%;
height: 100%;
border: none;
}
.jq22-palace-grid-text {
display: block;
text-align: center;
color: #333;
font-size: 0.85rem;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
padding-top: 0.2rem;
}
.jq22-palace-grid-text h2 {
font-size: 0.8rem;
font-weight: normal;
color: #f57835;
}
.m-actionsheet {
text-align: center;
position: fixed;
bottom: 0;
left: 0;
width: 100%;
z-index: 1000;
background-color: #EFEFF4;
-webkit-transform: translate(0, 100%);
transform: translate(0, 100%);
-webkit-transition: -webkit-transform .3s;
transition: -webkit-transform .3s;
transition: transform .3s;
transition: transform .3s, -webkit-transform .3s;
}
.mask-black {
background-color: rgba(0, 0, 0, 0.4);
position: fixed;
z-index: 500;
bottom: 0;
right: 0;
left: 0;
top: 0;
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;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
z-index: 998;
}
.actionsheet-action {
display: block;
margin-top: .15rem;
font-size: 0.28rem;
color: #555;
height: 1rem;
line-height: 1rem;
background-color: #FFF;
}
.m-actionsheet {
text-align: center;
position: fixed;
bottom: 0;
left: 0;
width: 100%;
z-index: 10005;
background-color: #ffffff;
-webkit-transform: translate(0, 100%);
transform: translate(0, 100%);
-webkit-transition: -webkit-transform .3s;
transition: -webkit-transform .3s;
transition: transform .3s;
transition: transform .3s, -webkit-transform .3s;
}
.actionsheet-toggle {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}
.actionsheet-item {
display: block;
position: relative;
font-size: 0.85rem;
color: #555;
height: 2rem;
line-height: 2rem;
background-color: #FFF;
}
.actionsheet-item {
display: block;
position: relative;
font-size: 0.85rem;
color: #555;
height: 2rem;
line-height: 2rem;
background-color: #FFF;
}
.jq22-coll-cancel a {
height: 45px;
line-height: 45px;
font-size: 12px;
background: #f9f9f9;
display: block;
text-align: center;
width: 100%;
}
.jq22-coll-share-img {
width: 38px;
height: 38px;
margin: 0 auto;
}
.jq22-coll-share-img img {
width: 100%;
height: auto;
display: block;
border: none;
}
.jq22-coll-share-box {
position: relative;
overflow: hidden;
padding: 10px 0;
}
.jq22-coll-cancel a {
height: 45px;
line-height: 45px;
font-size: 12px;
background: #f9f9f9;
display: block;
text-align: center;
width: 100%;
}
.jq22-coll-share-item {
position: relative;
float: left;
padding: 8px 10px;
width: 33.333%;
box-sizing: border-box;
font-size: 12px;
height: 85px;
}
.jq22-rule {
position: absolute;
right: 0;
top: 1rem;
background: #54ca9a;
border-radius: 50px 0 0 50px;
font-size: 0.8rem;
padding: 0.2rem 0.6rem;
color: #fff;
}
.jq22-auto-form{
padding:0 1rem 2.2rem 1rem;
}
.jq22-auto-box{
background:#fff;
padding:1.2rem 1rem 3.5rem 1rem;
width:100%;
height:auto;
box-shadow:0 4px 9px #dedede;
border-radius:5px;
}
.jq22-palace .jq22-palace-grid:not(:nth-child(4n)):before{
content: '';
position: absolute;
z-index: 0;
top: 1rem;
right: 0;
width: 6px;
height: 6px;
border-radius:100%;
background:#dddddd;
}
select {
white-space: pre;
-webkit-rtl-ordering: logical;
color: black;
cursor: default;
}
select {
text-rendering: auto;
color: initial;
letter-spacing: normal;
word-spacing: normal;
text-transform: none;
text-indent: 0px;
text-shadow: none;
text-align: start;
font: 400 11px system-ui;
}
.weui-select {
-webkit-appearance: none;
border: 0;
outline: 0;
background-color: transparent;
width: 100%;
font-size: inherit;
position: relative;
z-index: 1;
/*padding-left: 16px;*/
height:2.3rem;
color:#999;
}
option {
font-weight: normal;
display: block;
white-space: pre;
min-height: 1.2em;
padding: 0px 2px 1px;
}
#btnSendCode1{
position:absolute;
right:15px;
top:4px;
color:#f37936;
}
.jq22-auto-inp .jq22-flex{
border:1px solid #dbdbdb;
border-radius:3px;
margin-bottom:1rem;
padding:5px 15px;
}
.jq22-apply-btn{
width:100%;
height:2.8rem;
line-height:2.8rem;
background:#f47936;
color:#fff;
border:none;
border-radius:3px;
font-size:0.9rem;
margin-top: 3rem;
}
.jq22-apply-btn1{
width: 17%;
height: 2rem;
line-height: 1.8rem;
background: #f47936;
color: #fff;
border: none;
border-radius: 3px;
font-size: 0.8rem;
}
.sel_box{
text-align: left;
margin-left: .8rem;
}
.sel_box input{
border: 1px solid #dbdbdb;
border-radius: 3px;
/* margin-bottom: 1rem; */
padding: 5px 15px;
width: 75%;
height: 2rem;
}
.jq22-flex label{
color:#000000;
font-size:0.88rem;
width:80px;
text-align: left;
}
.jq22-flex-box input{
background:none;
border:none;
padding:0.4rem 0;
height:2.3rem;
line-height:2.3rem;
}
.f_title p{
height: 0.8rem;
line-height: 0.8rem;
/* margin-top: 0.2rem; */
color: #474747;
text-align: center;
font-size: 1.3rem;
margin-top: 2rem;
margin-bottom: 1rem;
} | 0.397354 | 0.077169 |
* {
font-family: 'Prompt', sans-serif;
margin:0; padding:0;
box-sizing: border-box;
outline: none; border:none;
text-decoration: none;
text-transform: capitalize;
transition: all 0.2s linear;
line-height: 1.5;
}
body {
background-image: url("/image/home.jpg");
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
}
header {
display: flex;
align-items: center;
justify-content: space-between;
position: sticky;
width: 100%;
height: 50px;
background: linear-gradient(90deg, white 30%, skyblue);
}
.logo {
margin-left: 5%;
}
.small-logo {
display: none;
}
li {
display: inline-block;
padding-inline-end: 50px;
}
li a {
color: white;
margin: 5px;
}
li a:hover {
color: gold;
letter-spacing: 3px;
}
.home {
padding: 5px, 10%;
display: flex;
}
article {
/* height: auto;
width: 700px; */
flex: 0 1 700px;
margin-top: 25vh;
margin-left: 15%;
line-height: 8;
position: relative;
}
article h1 {
font-size: 25px;
}
p {
margin-top: 10px;
}
.btm {
border-radius: 5%;
background-color: orange;
text-align: center;
text-transform: initial;
padding: 8px 15px;
font-size: 15px;
color: white;
}
.btm:hover {
background-color: transparent;
letter-spacing: 5px;
color: orange;
}
footer {
display: flex;
flex-direction: column;
align-items: center;
width: 100%;
position: fixed;
bottom: 0;
justify-content: center;
padding-top: 10px;
background: white;
}
.social-media a {
padding: 0 20px;
transform: scale(1.2);
color: skyblue;
}
.social-media a:hover {
transform: scale(2);
color:orange;
}
span {
color:orange;
}
@media only screen and (max-width: 850px) {
li {
display: flex;
}
li a {
margin: 1px;
}
.logo {
display: none;
}
.small-logo {
display: flex;
font-size: 40px;
height: auto;
margin-left: 10%;
}
header {
height: auto;
}
article {
margin: 20vh 10vh;
}
btm {
margin-top: 300px;
}
} | src/css/home.css | * {
font-family: 'Prompt', sans-serif;
margin:0; padding:0;
box-sizing: border-box;
outline: none; border:none;
text-decoration: none;
text-transform: capitalize;
transition: all 0.2s linear;
line-height: 1.5;
}
body {
background-image: url("/image/home.jpg");
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
}
header {
display: flex;
align-items: center;
justify-content: space-between;
position: sticky;
width: 100%;
height: 50px;
background: linear-gradient(90deg, white 30%, skyblue);
}
.logo {
margin-left: 5%;
}
.small-logo {
display: none;
}
li {
display: inline-block;
padding-inline-end: 50px;
}
li a {
color: white;
margin: 5px;
}
li a:hover {
color: gold;
letter-spacing: 3px;
}
.home {
padding: 5px, 10%;
display: flex;
}
article {
/* height: auto;
width: 700px; */
flex: 0 1 700px;
margin-top: 25vh;
margin-left: 15%;
line-height: 8;
position: relative;
}
article h1 {
font-size: 25px;
}
p {
margin-top: 10px;
}
.btm {
border-radius: 5%;
background-color: orange;
text-align: center;
text-transform: initial;
padding: 8px 15px;
font-size: 15px;
color: white;
}
.btm:hover {
background-color: transparent;
letter-spacing: 5px;
color: orange;
}
footer {
display: flex;
flex-direction: column;
align-items: center;
width: 100%;
position: fixed;
bottom: 0;
justify-content: center;
padding-top: 10px;
background: white;
}
.social-media a {
padding: 0 20px;
transform: scale(1.2);
color: skyblue;
}
.social-media a:hover {
transform: scale(2);
color:orange;
}
span {
color:orange;
}
@media only screen and (max-width: 850px) {
li {
display: flex;
}
li a {
margin: 1px;
}
.logo {
display: none;
}
.small-logo {
display: flex;
font-size: 40px;
height: auto;
margin-left: 10%;
}
header {
height: auto;
}
article {
margin: 20vh 10vh;
}
btm {
margin-top: 300px;
}
} | 0.621196 | 0.131759 |
@-moz-document domain("ev01.to") {
body, #app {
color: #ddd !important;
background-color: rgb(35, 33, 34);
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
li.nav-item {
color: #ddd;
}
#sidebar_menu {
background-color: #1d1b1c;
border-right: 1px solid #151515;
}
#sidebar_menu .sidebar_menu-list {
border-bottom: 1px solid #757575;
}
#sidebar_menu .sidebar_menu-list>.nav-item>.nav-link.with-icon>i {
color: #bdbdbd;
}
#sidebar_menu .sidebar_menu-list>.nav-item .nav>.nav-item>.nav-link {
color: #bdbdbd;
}
#search .search-result-pop {
border-radius: 5px;
margin-top: 2px;
background-color: #2C2C2C;
border: none;
}
#search .search-result-pop .nav-item {
color: #bdbdbd;
border-bottom: 1px solid #4C4C4C;
}
#search .search-result-pop .nav-item:hover {
background: #464646;
}
#search .search-result-pop .nav-item:first-child:hover {
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
#search .search-result-pop .nav-item .srp-detail .film-name {
color: #eee;
}
#search .search-result-pop .nav-item .dot {
background: rgba(237, 237, 237, 0.8);
}
#search .search-result-pop .nav-bottom {
background: #1A1A1A !important;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
}
#search .search-result-pop .nav-bottom:hover {
background: #1F1F1F !important;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
}
h2.film-name > a, a:hover {
color: #ddd !important;
}
a {
color: #ddd;
}
.pre-tabs {
/*border: 1px solid #cccccc;*/
border: 1px solid rgba(204, 204, 204, 0.65);
}
.pre-tabs .nav-item {
/*border-right: 1px solid #cccccc;*/
border-right: 1px solid rgba(204, 204, 204, 0.65);
}
.pre-tabs .nav-item .nav-link {
color: #e0e0e0;
}
.pre-tabs .nav-item .nav-link.active {
/*padding: 0 13px;
line-height: 30px;
border: none;
border-radius: 0;
margin-right: 0;*/
border-top-left-radius: 2px;
margin-bottom: 1px;
border-bottom-left-radius: 2px;
background: #c91c55;
color: #e0e0e0;
}
#header {
background-color: rgb(50, 50, 50);
border-bottom: 1px solid #151515;
}
#mobile_menu {
color: #eee;
}
#header #logo span {
color: #bdbdbd;
}
#header .btn-on-header {
color: #bdbdbd;
}
#search input.search-input {
background: #232323;
/*border: 1px solid #111;*/
border: none;
border-radius: 3px;
color: #eee;
}
/*#5F5F5F*/
#search .search-submit {
/*background: #3D3D3D;*/
background: #c91c55;
/*border: 1px solid #111;*/
border: none !important;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
}
#search .search-submit:hover i {
color: #9e9e9e;
}
#search .search-submit i {
color: #ddd;
padding-top: 3px;
}
/* Actual Page */
.seasons-list .sl-content .slc-eps .slce-list .nav-link {
/*background: #c91c55 !important;
border: 1px solid #c91c55 !important;*/
background: rgba(255,255,255,0.05) !important;
color: #aaa !important;
border: none !important;
}
.seasons-list .sl-content .slc-eps .slce-list .nav-link.active {
background: #c91c55 !important;
border: none !important;
}
.btn-seasons {
color: #aaa !important;
}
.dropdown-menu-new .dropdown-item.active {
background: #c91c55 !important;
}
.dropdown-menu-new .dropdown-item {
background: #3B393A;
}
.form-control {
padding: .425rem .75rem;
}
.ss-episodes > ul.nav > li.nav-item {
border-radius: 3px;
border: 1px solid rgba(204, 204, 204, 0.30);
}
/* Servers */
.detail_page-servers {
background: transparent;
}
.detail_page-servers .dp-s-line .nav .nav-item .nav-link.active {
background: #c91c55!important;
border: 1px solid #c91c55!important;
color: #aaa!important;
}
.detail_page-servers .dp-s-line .nav .nav-item .nav-link {
background:#2E2C2D!important;
border: 1px solid #2E2C2D!important;
color: #aaa!important;
}
@media screen and (max-width: 1199px) {
#search {
background: rgb(35, 33, 34);
padding: 10px 10px 10px;
}
#search input.search-input {
border: 1px solid #111;
}
}
} | data/usercss/198147.user.css | @-moz-document domain("ev01.to") {
body, #app {
color: #ddd !important;
background-color: rgb(35, 33, 34);
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
li.nav-item {
color: #ddd;
}
#sidebar_menu {
background-color: #1d1b1c;
border-right: 1px solid #151515;
}
#sidebar_menu .sidebar_menu-list {
border-bottom: 1px solid #757575;
}
#sidebar_menu .sidebar_menu-list>.nav-item>.nav-link.with-icon>i {
color: #bdbdbd;
}
#sidebar_menu .sidebar_menu-list>.nav-item .nav>.nav-item>.nav-link {
color: #bdbdbd;
}
#search .search-result-pop {
border-radius: 5px;
margin-top: 2px;
background-color: #2C2C2C;
border: none;
}
#search .search-result-pop .nav-item {
color: #bdbdbd;
border-bottom: 1px solid #4C4C4C;
}
#search .search-result-pop .nav-item:hover {
background: #464646;
}
#search .search-result-pop .nav-item:first-child:hover {
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
#search .search-result-pop .nav-item .srp-detail .film-name {
color: #eee;
}
#search .search-result-pop .nav-item .dot {
background: rgba(237, 237, 237, 0.8);
}
#search .search-result-pop .nav-bottom {
background: #1A1A1A !important;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
}
#search .search-result-pop .nav-bottom:hover {
background: #1F1F1F !important;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
}
h2.film-name > a, a:hover {
color: #ddd !important;
}
a {
color: #ddd;
}
.pre-tabs {
/*border: 1px solid #cccccc;*/
border: 1px solid rgba(204, 204, 204, 0.65);
}
.pre-tabs .nav-item {
/*border-right: 1px solid #cccccc;*/
border-right: 1px solid rgba(204, 204, 204, 0.65);
}
.pre-tabs .nav-item .nav-link {
color: #e0e0e0;
}
.pre-tabs .nav-item .nav-link.active {
/*padding: 0 13px;
line-height: 30px;
border: none;
border-radius: 0;
margin-right: 0;*/
border-top-left-radius: 2px;
margin-bottom: 1px;
border-bottom-left-radius: 2px;
background: #c91c55;
color: #e0e0e0;
}
#header {
background-color: rgb(50, 50, 50);
border-bottom: 1px solid #151515;
}
#mobile_menu {
color: #eee;
}
#header #logo span {
color: #bdbdbd;
}
#header .btn-on-header {
color: #bdbdbd;
}
#search input.search-input {
background: #232323;
/*border: 1px solid #111;*/
border: none;
border-radius: 3px;
color: #eee;
}
/*#5F5F5F*/
#search .search-submit {
/*background: #3D3D3D;*/
background: #c91c55;
/*border: 1px solid #111;*/
border: none !important;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
}
#search .search-submit:hover i {
color: #9e9e9e;
}
#search .search-submit i {
color: #ddd;
padding-top: 3px;
}
/* Actual Page */
.seasons-list .sl-content .slc-eps .slce-list .nav-link {
/*background: #c91c55 !important;
border: 1px solid #c91c55 !important;*/
background: rgba(255,255,255,0.05) !important;
color: #aaa !important;
border: none !important;
}
.seasons-list .sl-content .slc-eps .slce-list .nav-link.active {
background: #c91c55 !important;
border: none !important;
}
.btn-seasons {
color: #aaa !important;
}
.dropdown-menu-new .dropdown-item.active {
background: #c91c55 !important;
}
.dropdown-menu-new .dropdown-item {
background: #3B393A;
}
.form-control {
padding: .425rem .75rem;
}
.ss-episodes > ul.nav > li.nav-item {
border-radius: 3px;
border: 1px solid rgba(204, 204, 204, 0.30);
}
/* Servers */
.detail_page-servers {
background: transparent;
}
.detail_page-servers .dp-s-line .nav .nav-item .nav-link.active {
background: #c91c55!important;
border: 1px solid #c91c55!important;
color: #aaa!important;
}
.detail_page-servers .dp-s-line .nav .nav-item .nav-link {
background:#2E2C2D!important;
border: 1px solid #2E2C2D!important;
color: #aaa!important;
}
@media screen and (max-width: 1199px) {
#search {
background: rgb(35, 33, 34);
padding: 10px 10px 10px;
}
#search input.search-input {
border: 1px solid #111;
}
}
} | 0.196518 | 0.050965 |
@font-face{
font-family:'SSPL';
font-style:normal;
font-weight:300;
src:local('Source Sans Pro Light'),local('SourceSansPro-Light'),url("fonts/SourceSansPro-Light-webfont.woff") format('woff')
}
@font-face{
font-family:'Source Sans Pro';
font-style:normal;
font-weight:400;
src:local('Source Sans Pro'),local('SourceSansPro'),url("fonts/SourceSansPro-Regular-webfont.woff") format('woff')
}
@font-face{
font-family:'Source Sans Pro';
font-style:normal;
font-weight:700;
src:local('Source Sans Pro Bold'),local('SourceSansPro-Bold'),url("fonts/SourceSansPro-Bold-webfont.woff") format('woff')
}
@font-face{
font-family:'Source Sans Pro';
font-style:italic;
font-weight:300;
src:local('Source Sans Pro Light Italic'),local('SourceSansProLight-Italic'),url("fonts/SourceSansPro-LightItalic-webfont.woff") format('woff')
}
@font-face{
font-family:'Source Sans Pro';
font-style:italic;
font-weight:400;
src:local('Source Sans Pro Italic'),local('SourceSansPro-Italic'),url("fonts/SourceSansPro-Italic-webfont.woff") format('woff')
}
@font-face{
font-family:'Source Sans Pro';
font-style:italic;
font-weight:700;
src:local('Source Sans Pro Bold Italic'),local('SourceSansPro-BoldItalic'),url("fonts/SourceSansPro-BoldItalic-webfont.woff") format('woff')
}
@font-face{
font-family:'Source Code Pro';
font-style:normal;
font-weight:400;
src:local('Source Code Pro'),local('SourceCodePro-Regular'),url("fonts/SourceCodePro-Regular-webfont.woff") format('woff')
}
@font-face{
font-family:'Source Code Pro';
font-style:normal;
font-weight:700;
src:local('Source Code Pro Bold'),local('SourceCodePro-Bold'),url("fonts/SourceCodePro-Bold-webfont.woff") format('woff')
}
body {
font-family:"Source Sans Pro", 'Helvetica Neue', Helvetica, Sans-serif;
font-size:15px;
line-height:1.45;
color:#113355;
text-align:left;
}
a {
outline: 0;
}
hr {
width:70%;
height: 1px;
display: block;
background-color:#AAAAAA;
border:none;
text-align:center;
}
pre, code, tt {
font-size: 12px;
font-family: Consolas, "Liberation Mono", Courier, monospace;
}
code, tt {
margin: 0 0px;
padding: 0px 0px;
white-space: nowrap;
border: 1px solid #eaeaea;
background-color: #f8f8f8;
border-radius: 3px;
}
pre>code {
margin: 0;
padding: 0;
white-space: pre;
border: none;
background: transparent;
}
pre {
background-color: #f8f8f8;
border: 1px solid #ccc;
font-size: 13px;
line-height: 19px;
overflow: auto;
padding: 6px 10px;
border-radius: 3px;
}
pre code, pre tt {
background-color: transparent;
border: none;
}
kbd {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
background-color: #DDDDDD;
background-image: linear-gradient(#F1F1F1, #DDDDDD);
background-repeat: repeat-x;
border-color: #DDDDDD #CCCCCC #CCCCCC #DDDDDD;
border-image: none;
border-radius: 2px 2px 2px 2px;
border-style: solid;
border-width: 1px;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
line-height: 10px;
padding: 1px 4px;
}
blockquote{
border-left-style: solid;
border-width: 1px;
color:#707070;
padding-left: 3px;
}
blockquote::before{
content:url('img/double-quote-serif-left.svg');
opacity:0.5;
}
blockquote::after{
opacity:0.5;
content:url('img/double-quote-serif-right.svg')
}
a:link {
color:#225577;
text-decoration:none;
transition: color 0.1s;
}
a:visited {
color:#4679AC;
text-decoration:none;
}
a:hover {
color:#55BBBB;
text-decoration:none;
}
.page{
text-align:left;
margin:20px auto;
padding-top:12px;
border-left: 0px solid;
border-color:#BBBBBB;
padding-left:12px;
width:1024px;
}
.page2 {
text-align:left;
width:1000px;
min-height:550px;
background-color:#FFFFFF;
}
.page2 .header{
width:298px;
float:left;
padding:0;
margin:0;
border-color:#BBBBBB;
position:fixed;
min-height:120px;
}
.page2 .header .title{
position:relative;
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
font-size: 22pt;
color:#00703a;
text-align:left;
padding:20px;
}
.page2 .header .title .subtitle{
color:#00703a;
font-size: 10pt;
font-family: "Source Sans Pro", "Courier New", Courier, monospace;
text-align:left;
margin-top:10px;
margin-left:10px;
font-weight: bold;
padding-bottom:30px;
}
.postandside{
border-left:1px solid #BBBBBB;
float:right;
width:699px;
}
.page2 .header .sidebar{
text-align:center;
width:300px;
margin-left:auto;
margin-right:auto;
font-family:inherit;
font-size: 9pt;
text-align:left;
text-transform: uppercase;
}
.page2 .header .sidebar p{
margin:0px;
padding:0px;
}
.page2 .splineup{
padding-top:5px;
color:#111111;
text-align: center;
}
.page2 .splineup hr{
width:70%;
color:#333333;
}
.page2 .splinedown{
padding-bottom:5px;
color:#111111;
text-align: center;
}
.page2 .splinedown hr{
width:70%;
color:#333333;
}
.sidebar .sider{
padding-right:0px;
padding-left:0px;
padding-top:0px;
}
.sider .sideheader{
text-align:left;
color:#111111;
}
.sidebar .sider a{
display:block;
padding-left:30px;
padding-right:13px;
padding-top:10px;
padding-bottom:10px;
font-size:15px;
font-family: 'SSPL', 'Helvetica Neue', Helvetica, Sans-serif;
}
.sidebar .sider a:link{
color:grey;
border-left: 3px solid grey;
}
.sidebar .sider a:visited{
color:grey;
}
.sidebar .sider a:hover{
color:#3dbd99;
background-color:#EEEEEE;
border-left: 3px solid #3dbd99;
}
.content{
border-left: 0px solid;
border-color:#BBBBBB;
padding-right:0px;
width:700px;
}
.content .pastil{
padding-top:2px;
padding-left: 5px;
padding-right: 2px;
text-align:left;
width:740px;
}
.content .pastil .datetitle{
width:150px;
float:right;
text-align:right;
color:#222222;
margin-left:5px;
padding-bottom:3px;
}
.content .pastil .title{
width:350px;
float:left;
color:#111111;
padding-bottom:0px;
padding-left:3px;
padding-top:3px;
font-weight:bold;
text-align:left;
}
.content .post{
margin-left:10px;
font-family: "Source Sans Pro", 'Helvetica Neue', Helvetica, Sans-serif;
color:#333333;
padding-left:5px;
padding-top:0px;
padding-right:5px;
text-align: left;
margin-right:5px;
margin-top:3px;
min-height:420px;
text-align:justify;
}
.content .post .table_of_contents{
border-style: solid;
border-width: 0px;
border-color:#DDDDDD;
padding-left:10px;
padding-bottom:12px;
}
.content .post p{
margin-left: 0px;
margin-right: 0px;
margin-top: 5px;
margin-bottom: 20px;
line-height:1.3em;
text-indent: 0px;
}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{
font-family:'SSPL';
font-weight:300;
line-height:1.1;
color:#0d8d69;
}
.content .post address{
margin-top:5px;
margin-left:10px
}
.content .date{
color:#222222;
padding-top:5px;
padding-right:8px;
padding-left:8px;
padding-bottom:8px;
font-size: 12px;
text-align: left;
}
.content .footer{
font-size: 11px;
font-weight:bold;
text-align:center;
width:700px;
}
.content .footer a:link{
color:#557799;
padding-left:10px;
padding-right:10px;
padding-top:3px;
padding-bottom:3px;
transition: background 0.1s;
}
.content .footer a:visited{
color:#557799;
padding-left:10px;
padding-right:10px;
padding-top:3px;
padding-bottom:3px;
}
.content .footer a:hover{
color:#000000;
font-weight:bold;
padding-left:10px;
padding-right:10px;
padding-top:3px;
padding-bottom:3px;
background-color:#E8E8E8;
} | src/www/html/pagestyle.css | @font-face{
font-family:'SSPL';
font-style:normal;
font-weight:300;
src:local('Source Sans Pro Light'),local('SourceSansPro-Light'),url("fonts/SourceSansPro-Light-webfont.woff") format('woff')
}
@font-face{
font-family:'Source Sans Pro';
font-style:normal;
font-weight:400;
src:local('Source Sans Pro'),local('SourceSansPro'),url("fonts/SourceSansPro-Regular-webfont.woff") format('woff')
}
@font-face{
font-family:'Source Sans Pro';
font-style:normal;
font-weight:700;
src:local('Source Sans Pro Bold'),local('SourceSansPro-Bold'),url("fonts/SourceSansPro-Bold-webfont.woff") format('woff')
}
@font-face{
font-family:'Source Sans Pro';
font-style:italic;
font-weight:300;
src:local('Source Sans Pro Light Italic'),local('SourceSansProLight-Italic'),url("fonts/SourceSansPro-LightItalic-webfont.woff") format('woff')
}
@font-face{
font-family:'Source Sans Pro';
font-style:italic;
font-weight:400;
src:local('Source Sans Pro Italic'),local('SourceSansPro-Italic'),url("fonts/SourceSansPro-Italic-webfont.woff") format('woff')
}
@font-face{
font-family:'Source Sans Pro';
font-style:italic;
font-weight:700;
src:local('Source Sans Pro Bold Italic'),local('SourceSansPro-BoldItalic'),url("fonts/SourceSansPro-BoldItalic-webfont.woff") format('woff')
}
@font-face{
font-family:'Source Code Pro';
font-style:normal;
font-weight:400;
src:local('Source Code Pro'),local('SourceCodePro-Regular'),url("fonts/SourceCodePro-Regular-webfont.woff") format('woff')
}
@font-face{
font-family:'Source Code Pro';
font-style:normal;
font-weight:700;
src:local('Source Code Pro Bold'),local('SourceCodePro-Bold'),url("fonts/SourceCodePro-Bold-webfont.woff") format('woff')
}
body {
font-family:"Source Sans Pro", 'Helvetica Neue', Helvetica, Sans-serif;
font-size:15px;
line-height:1.45;
color:#113355;
text-align:left;
}
a {
outline: 0;
}
hr {
width:70%;
height: 1px;
display: block;
background-color:#AAAAAA;
border:none;
text-align:center;
}
pre, code, tt {
font-size: 12px;
font-family: Consolas, "Liberation Mono", Courier, monospace;
}
code, tt {
margin: 0 0px;
padding: 0px 0px;
white-space: nowrap;
border: 1px solid #eaeaea;
background-color: #f8f8f8;
border-radius: 3px;
}
pre>code {
margin: 0;
padding: 0;
white-space: pre;
border: none;
background: transparent;
}
pre {
background-color: #f8f8f8;
border: 1px solid #ccc;
font-size: 13px;
line-height: 19px;
overflow: auto;
padding: 6px 10px;
border-radius: 3px;
}
pre code, pre tt {
background-color: transparent;
border: none;
}
kbd {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
background-color: #DDDDDD;
background-image: linear-gradient(#F1F1F1, #DDDDDD);
background-repeat: repeat-x;
border-color: #DDDDDD #CCCCCC #CCCCCC #DDDDDD;
border-image: none;
border-radius: 2px 2px 2px 2px;
border-style: solid;
border-width: 1px;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
line-height: 10px;
padding: 1px 4px;
}
blockquote{
border-left-style: solid;
border-width: 1px;
color:#707070;
padding-left: 3px;
}
blockquote::before{
content:url('img/double-quote-serif-left.svg');
opacity:0.5;
}
blockquote::after{
opacity:0.5;
content:url('img/double-quote-serif-right.svg')
}
a:link {
color:#225577;
text-decoration:none;
transition: color 0.1s;
}
a:visited {
color:#4679AC;
text-decoration:none;
}
a:hover {
color:#55BBBB;
text-decoration:none;
}
.page{
text-align:left;
margin:20px auto;
padding-top:12px;
border-left: 0px solid;
border-color:#BBBBBB;
padding-left:12px;
width:1024px;
}
.page2 {
text-align:left;
width:1000px;
min-height:550px;
background-color:#FFFFFF;
}
.page2 .header{
width:298px;
float:left;
padding:0;
margin:0;
border-color:#BBBBBB;
position:fixed;
min-height:120px;
}
.page2 .header .title{
position:relative;
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
font-size: 22pt;
color:#00703a;
text-align:left;
padding:20px;
}
.page2 .header .title .subtitle{
color:#00703a;
font-size: 10pt;
font-family: "Source Sans Pro", "Courier New", Courier, monospace;
text-align:left;
margin-top:10px;
margin-left:10px;
font-weight: bold;
padding-bottom:30px;
}
.postandside{
border-left:1px solid #BBBBBB;
float:right;
width:699px;
}
.page2 .header .sidebar{
text-align:center;
width:300px;
margin-left:auto;
margin-right:auto;
font-family:inherit;
font-size: 9pt;
text-align:left;
text-transform: uppercase;
}
.page2 .header .sidebar p{
margin:0px;
padding:0px;
}
.page2 .splineup{
padding-top:5px;
color:#111111;
text-align: center;
}
.page2 .splineup hr{
width:70%;
color:#333333;
}
.page2 .splinedown{
padding-bottom:5px;
color:#111111;
text-align: center;
}
.page2 .splinedown hr{
width:70%;
color:#333333;
}
.sidebar .sider{
padding-right:0px;
padding-left:0px;
padding-top:0px;
}
.sider .sideheader{
text-align:left;
color:#111111;
}
.sidebar .sider a{
display:block;
padding-left:30px;
padding-right:13px;
padding-top:10px;
padding-bottom:10px;
font-size:15px;
font-family: 'SSPL', 'Helvetica Neue', Helvetica, Sans-serif;
}
.sidebar .sider a:link{
color:grey;
border-left: 3px solid grey;
}
.sidebar .sider a:visited{
color:grey;
}
.sidebar .sider a:hover{
color:#3dbd99;
background-color:#EEEEEE;
border-left: 3px solid #3dbd99;
}
.content{
border-left: 0px solid;
border-color:#BBBBBB;
padding-right:0px;
width:700px;
}
.content .pastil{
padding-top:2px;
padding-left: 5px;
padding-right: 2px;
text-align:left;
width:740px;
}
.content .pastil .datetitle{
width:150px;
float:right;
text-align:right;
color:#222222;
margin-left:5px;
padding-bottom:3px;
}
.content .pastil .title{
width:350px;
float:left;
color:#111111;
padding-bottom:0px;
padding-left:3px;
padding-top:3px;
font-weight:bold;
text-align:left;
}
.content .post{
margin-left:10px;
font-family: "Source Sans Pro", 'Helvetica Neue', Helvetica, Sans-serif;
color:#333333;
padding-left:5px;
padding-top:0px;
padding-right:5px;
text-align: left;
margin-right:5px;
margin-top:3px;
min-height:420px;
text-align:justify;
}
.content .post .table_of_contents{
border-style: solid;
border-width: 0px;
border-color:#DDDDDD;
padding-left:10px;
padding-bottom:12px;
}
.content .post p{
margin-left: 0px;
margin-right: 0px;
margin-top: 5px;
margin-bottom: 20px;
line-height:1.3em;
text-indent: 0px;
}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{
font-family:'SSPL';
font-weight:300;
line-height:1.1;
color:#0d8d69;
}
.content .post address{
margin-top:5px;
margin-left:10px
}
.content .date{
color:#222222;
padding-top:5px;
padding-right:8px;
padding-left:8px;
padding-bottom:8px;
font-size: 12px;
text-align: left;
}
.content .footer{
font-size: 11px;
font-weight:bold;
text-align:center;
width:700px;
}
.content .footer a:link{
color:#557799;
padding-left:10px;
padding-right:10px;
padding-top:3px;
padding-bottom:3px;
transition: background 0.1s;
}
.content .footer a:visited{
color:#557799;
padding-left:10px;
padding-right:10px;
padding-top:3px;
padding-bottom:3px;
}
.content .footer a:hover{
color:#000000;
font-weight:bold;
padding-left:10px;
padding-right:10px;
padding-top:3px;
padding-bottom:3px;
background-color:#E8E8E8;
} | 0.303422 | 0.041852 |
* {
box-sizing: border-box;
padding: 0px;
margin: 0px;
font-family: 'Quicksand', sans-serif;
text-decoration: none;
}
a {
color: inherit;
}
.wide {
width: 100%;
}
.main-logo {
width: 200px;
}
#donkey-big {
background-color: #00aef3;
width: 500px;
height: 500px;
margin: 30px;
border-radius: 100%;
}
#elephant-big {
background-color: #e61b23;
width: 500px;
height: 500px;
border-radius: 100%;
}
#democrat {
background-color: #00aef3;
}
#republican {
background-color: #e61b23;
}
body {
background-color: white;
}
.test {
border: 2px solid red;
}
.profile {
width: 300px;
margin: 10px;
/*border: #454552 solid 5px;*/
}
.photo-container {
height: 220px;
background-color: #454552;
border-top-right-radius: 7px;
border-top-left-radius: 7px;
}
.name-join-photo {
position: relative;
}
.sentiment-title {
height: 40px;
background-color: #d8e9ef;
color: #4ea1d3;
font-size: 20px;
}
.sentiment-container {
height: 200px;
background-color: #454552;
padding: 30px;
}
.tweet-count-title {
height: 40px;
background-color: #d8e9ef;
color: #4ea1d3;
font-size: 20px;
}
.tweet-count-container {
height: 50px;
background-color: #454552;
padding: 30px;
}
.odometer {
font-size: 40px !important;
}
.top-tags-title {
height: 40px;
background-color: #d8e9ef;
color: #4ea1d3;
font-size: 20px;
}
.name {
position: absolute;
bottom: 0;
left: 0;
right: 0;
width: 100%;
text-align: center;
background-color: #d8e9ef;
color: #e85a71;
font-size: 30px;
height: 35px;
line-height: 35px;
border-radius: 5px;
}
.top-tags-container {
height: 220px;
background-color: #454552;
border-bottom-right-radius: 7px;
border-bottom-left-radius: 7px;
padding: 30px;
}
.headshot {
width: 180px;
border-radius: 100%;
border: 8px #d8e9ef solid;
}
.container {
width: 100%;
height: 100vh;
/*border: black solid 2px;*/
}
.flex {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
ul {
list-style-type: none;
font-size: 20px;
text-align: center;
color: white;
width: 100%;
}
li {
padding: 6px;
background-color: #4ea1d3;
margin: 3px;
border-radius: 5px;
} | public/stylesheets/custom.css | * {
box-sizing: border-box;
padding: 0px;
margin: 0px;
font-family: 'Quicksand', sans-serif;
text-decoration: none;
}
a {
color: inherit;
}
.wide {
width: 100%;
}
.main-logo {
width: 200px;
}
#donkey-big {
background-color: #00aef3;
width: 500px;
height: 500px;
margin: 30px;
border-radius: 100%;
}
#elephant-big {
background-color: #e61b23;
width: 500px;
height: 500px;
border-radius: 100%;
}
#democrat {
background-color: #00aef3;
}
#republican {
background-color: #e61b23;
}
body {
background-color: white;
}
.test {
border: 2px solid red;
}
.profile {
width: 300px;
margin: 10px;
/*border: #454552 solid 5px;*/
}
.photo-container {
height: 220px;
background-color: #454552;
border-top-right-radius: 7px;
border-top-left-radius: 7px;
}
.name-join-photo {
position: relative;
}
.sentiment-title {
height: 40px;
background-color: #d8e9ef;
color: #4ea1d3;
font-size: 20px;
}
.sentiment-container {
height: 200px;
background-color: #454552;
padding: 30px;
}
.tweet-count-title {
height: 40px;
background-color: #d8e9ef;
color: #4ea1d3;
font-size: 20px;
}
.tweet-count-container {
height: 50px;
background-color: #454552;
padding: 30px;
}
.odometer {
font-size: 40px !important;
}
.top-tags-title {
height: 40px;
background-color: #d8e9ef;
color: #4ea1d3;
font-size: 20px;
}
.name {
position: absolute;
bottom: 0;
left: 0;
right: 0;
width: 100%;
text-align: center;
background-color: #d8e9ef;
color: #e85a71;
font-size: 30px;
height: 35px;
line-height: 35px;
border-radius: 5px;
}
.top-tags-container {
height: 220px;
background-color: #454552;
border-bottom-right-radius: 7px;
border-bottom-left-radius: 7px;
padding: 30px;
}
.headshot {
width: 180px;
border-radius: 100%;
border: 8px #d8e9ef solid;
}
.container {
width: 100%;
height: 100vh;
/*border: black solid 2px;*/
}
.flex {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
ul {
list-style-type: none;
font-size: 20px;
text-align: center;
color: white;
width: 100%;
}
li {
padding: 6px;
background-color: #4ea1d3;
margin: 3px;
border-radius: 5px;
} | 0.367838 | 0.133613 |
.article {
margin-bottom: calc(2 * var(--spacing-normal));
font-size: var(--article-font-size);
font-weight: var(--article-font-weight);
}
.article.article-summary {
margin-bottom: calc(2 * var(--spacing-normal));
}
.article .article-meta {
font-size: var(--article-meta-font-size);
color: var(--article-meta-font-color);
font-weight: var(--article-meta-font-weight);
}
.article .article-title {
font-size: var(--article-heading-font-size);
font-weight: var(--article-heading-font-weight);
border: none;
margin-bottom: 0;
}
.article .article-description {
margin-top: var(--spacing-normal);
}
.article h2 {
border-bottom: 1px solid var(--color-border-color);
padding-bottom: calc(0.5 * var(--spacing-small));
margin: var(--spacing-normal) 0 calc(0.5 * var(--spacing-small));
}
.article h3 {
font-weight: var(--article-heading-h3-font-weight);
}
.article p {
margin-bottom: calc(0.5 * var(--spacing-normal));
word-break: break-word;
font-size: inherit;
}
.article a {
margin: 0 0.1rem;
color: var(--article-link-font-color);
}
.article ul li {
line-height: var(--article-text-line-height);
}
.article a:active,
.article a:focus,
.article a:hover {
text-decoration: underline;
}
.article figure {
width: 100%;
text-align: center;
margin-bottom: var(--spacing-normal);
margin-left: 0;
margin-right: 0;
}
.article figure img {
max-width: 100%;
}
.article code {
padding: 0.2rem 0.3rem;
border-style: none;
background: var(--article-code-background);
font-size: 0.9rem;
word-break: break-word;
font-weight: 100;
}
.article pre {
padding: 1rem;
display: block;
background: var(--article-code-background);
margin-bottom: var(--spacing-normal);
}
.article pre code {
border-style: none;
overflow-x: auto;
white-space: inherit;
padding: 0;
}
.article blockquote {
margin-left: 0;
padding-left: var(--spacing-normal);
border-left: 5px solid var(--article-blockquote-border-color);
color: var(--article-blockquote-font-color);
}
.article .continue-reading {
font-size: var(--article-continue-reading-font-size);
}
.article .devider {
margin-top: 3.125rem;
border: 0;
height: 1px;
background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
}
.post-body img {
width: 100%;
} | assets/stylesheets/module/article.css | .article {
margin-bottom: calc(2 * var(--spacing-normal));
font-size: var(--article-font-size);
font-weight: var(--article-font-weight);
}
.article.article-summary {
margin-bottom: calc(2 * var(--spacing-normal));
}
.article .article-meta {
font-size: var(--article-meta-font-size);
color: var(--article-meta-font-color);
font-weight: var(--article-meta-font-weight);
}
.article .article-title {
font-size: var(--article-heading-font-size);
font-weight: var(--article-heading-font-weight);
border: none;
margin-bottom: 0;
}
.article .article-description {
margin-top: var(--spacing-normal);
}
.article h2 {
border-bottom: 1px solid var(--color-border-color);
padding-bottom: calc(0.5 * var(--spacing-small));
margin: var(--spacing-normal) 0 calc(0.5 * var(--spacing-small));
}
.article h3 {
font-weight: var(--article-heading-h3-font-weight);
}
.article p {
margin-bottom: calc(0.5 * var(--spacing-normal));
word-break: break-word;
font-size: inherit;
}
.article a {
margin: 0 0.1rem;
color: var(--article-link-font-color);
}
.article ul li {
line-height: var(--article-text-line-height);
}
.article a:active,
.article a:focus,
.article a:hover {
text-decoration: underline;
}
.article figure {
width: 100%;
text-align: center;
margin-bottom: var(--spacing-normal);
margin-left: 0;
margin-right: 0;
}
.article figure img {
max-width: 100%;
}
.article code {
padding: 0.2rem 0.3rem;
border-style: none;
background: var(--article-code-background);
font-size: 0.9rem;
word-break: break-word;
font-weight: 100;
}
.article pre {
padding: 1rem;
display: block;
background: var(--article-code-background);
margin-bottom: var(--spacing-normal);
}
.article pre code {
border-style: none;
overflow-x: auto;
white-space: inherit;
padding: 0;
}
.article blockquote {
margin-left: 0;
padding-left: var(--spacing-normal);
border-left: 5px solid var(--article-blockquote-border-color);
color: var(--article-blockquote-font-color);
}
.article .continue-reading {
font-size: var(--article-continue-reading-font-size);
}
.article .devider {
margin-top: 3.125rem;
border: 0;
height: 1px;
background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
}
.post-body img {
width: 100%;
} | 0.650356 | 0.092401 |
html {
width: 100%;
height: 100%;
}
body {
margin: 0;
background-color: #121213;
padding: 0;
width: 100%;
height: 100%;
font-family: 'Clear Sans', sans-serif;
}
#root {
width: 100%;
height: 100%;
}
#app {
display: flex;
flex-direction: column;
margin: 0 auto;
width: 100%;
max-width: 500px;
height: 100%;
}
.header {
display: flex;
flex: 0 0 50px;
align-items: center;
justify-content: center;
border-bottom: 1px solid #3a3a3c;
}
.header-title {
text-align: center;
text-transform: uppercase;
line-height: 36px;
color: #d7dadc;
font-size: 36px;
font-weight: bold;
user-select: none;
}
.board {
display: flex;
flex: 1;
align-items: center;
justify-content: center;
}
.board-grid {
box-sizing: border-box;
display: grid;
grid-template-rows: repeat(6, 1fr);
grid-gap: 5px;
margin: 10px;
}
.board-row {
display: grid;
grid-template-columns: repeat(5, 1fr);
grid-gap: 5px;
}
.board-tile {
display: flex;
align-items: center;
justify-content: center;
width: 60px;
height: 60px;
text-transform: uppercase;
line-height: 32px;
color: #d7dadc;
font-size: 32px;
font-weight: bold;
user-select: none;
}
.board-tile-highlighted {
box-sizing: border-box;
border: 2px solid #565758;
background-color: #121213;
}
.board-tile-empty {
box-sizing: border-box;
border: 2px solid #3a3a3c;
}
.board-tile-correct {
background-color: #538d4e;
}
.board-tile-partially-correct {
background-color: #b59f3b;
}
.board-tile-used {
background-color: #3a3a3c;
}
.keyboard {
margin: 0 8px;
}
.keyboard-row {
display: flex;
margin: 0 0 8px;
width: 100%;
}
.keyboard-key {
display: flex;
flex: 1;
align-items: center;
justify-content: center;
margin: 0 6px 0 0;
border: none;
border-radius: 4px;
background-color: #818384;
cursor: pointer;
padding: 0;
height: 60px;
text-transform: uppercase;
color: #d7dadc;
font-weight: bold;
user-select: none;
touch-action: manipulation;
}
.keyboard-key-action {
flex: 1.5;
}
.keyboard-key-correct {
background-color: #538d4e;
}
.keyboard-key-partially-correct {
background-color: #b59f3b;
}
.keyboard-key-used {
background-color: #3a3a3c;
}
.keyboard-spacer {
flex: 0.5;
}
.toast {
position: absolute;
top: 10%;
left: 50%;
transform: translate(-50%, 0);
z-index: 1;
width: fit-content;
}
.toast-message {
border-radius: 4px;
background-color: #d7dadc;
padding: 16px;
text-transform: uppercase;
color: #121213;
font-weight: bold;
user-select: none;
} | src/main.css | html {
width: 100%;
height: 100%;
}
body {
margin: 0;
background-color: #121213;
padding: 0;
width: 100%;
height: 100%;
font-family: 'Clear Sans', sans-serif;
}
#root {
width: 100%;
height: 100%;
}
#app {
display: flex;
flex-direction: column;
margin: 0 auto;
width: 100%;
max-width: 500px;
height: 100%;
}
.header {
display: flex;
flex: 0 0 50px;
align-items: center;
justify-content: center;
border-bottom: 1px solid #3a3a3c;
}
.header-title {
text-align: center;
text-transform: uppercase;
line-height: 36px;
color: #d7dadc;
font-size: 36px;
font-weight: bold;
user-select: none;
}
.board {
display: flex;
flex: 1;
align-items: center;
justify-content: center;
}
.board-grid {
box-sizing: border-box;
display: grid;
grid-template-rows: repeat(6, 1fr);
grid-gap: 5px;
margin: 10px;
}
.board-row {
display: grid;
grid-template-columns: repeat(5, 1fr);
grid-gap: 5px;
}
.board-tile {
display: flex;
align-items: center;
justify-content: center;
width: 60px;
height: 60px;
text-transform: uppercase;
line-height: 32px;
color: #d7dadc;
font-size: 32px;
font-weight: bold;
user-select: none;
}
.board-tile-highlighted {
box-sizing: border-box;
border: 2px solid #565758;
background-color: #121213;
}
.board-tile-empty {
box-sizing: border-box;
border: 2px solid #3a3a3c;
}
.board-tile-correct {
background-color: #538d4e;
}
.board-tile-partially-correct {
background-color: #b59f3b;
}
.board-tile-used {
background-color: #3a3a3c;
}
.keyboard {
margin: 0 8px;
}
.keyboard-row {
display: flex;
margin: 0 0 8px;
width: 100%;
}
.keyboard-key {
display: flex;
flex: 1;
align-items: center;
justify-content: center;
margin: 0 6px 0 0;
border: none;
border-radius: 4px;
background-color: #818384;
cursor: pointer;
padding: 0;
height: 60px;
text-transform: uppercase;
color: #d7dadc;
font-weight: bold;
user-select: none;
touch-action: manipulation;
}
.keyboard-key-action {
flex: 1.5;
}
.keyboard-key-correct {
background-color: #538d4e;
}
.keyboard-key-partially-correct {
background-color: #b59f3b;
}
.keyboard-key-used {
background-color: #3a3a3c;
}
.keyboard-spacer {
flex: 0.5;
}
.toast {
position: absolute;
top: 10%;
left: 50%;
transform: translate(-50%, 0);
z-index: 1;
width: fit-content;
}
.toast-message {
border-radius: 4px;
background-color: #d7dadc;
padding: 16px;
text-transform: uppercase;
color: #121213;
font-weight: bold;
user-select: none;
} | 0.391755 | 0.077483 |
.hide-unless-focused {
position: absolute;
left: -10000px;
top: -10000px;
}
.hide-unless-focused:focus {
left: 10px;
top: 10px;
}
button#enable-cvox {
border: none;
border-radius: 4px;
font-weight: 100;
font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
background-color: #2196F3;
color: white;
z-index: 1000;
padding: 2px 7px;
font-size: 18px;
}
body[cvox-enabled] button#enable-cvox {
display: none;
}
div#self-destruct {
position: absolute;
left: -1000px;
top: -1000px;
}
.blur {
-webkit-filter: blur(10px);
-moz-filter: blur(10px);
-o-filter: blur(10px);
-ms-filter: blur(10px);
filter: blur(10px);
}
.isBlurred {
-webkit-filter: blur(40px);
-moz-filter: blur(40px);
-o-filter: blur(40px);
-ms-filter: blur(40px);
filter: blur(40px);
}
.singleControl {
display: inline-block;
}
.cvoxembed {
margin: 0;
padding: 0;
background-color: rgba(0, 0, 0, 0);
position: fixed;
bottom: 0;
width: 100%;
}
.controls {
height: 30px;
padding: 10px;
background: #ffe;
display: flex;
flex-direction: row;
font-family: arial, helvetica, sans-serif;
font-size: 11pt;
}
.controlsContent {
float: left;
width: 100%;
}
.controlsContent span {
padding-right: 30px;
}
#caption {
flex: 1;
padding: 2px 8px;
white-space: nowrap;
overflow: clip;
text-overflow: ellipsis;
width: 600px;
text-align: left;
color: white;
font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
font-size: 120%;
}
.volume {
height: 24px;
padding: 2px 8px;
white-space: nowrap;
overflow: clip;
text-overflow: ellipsis;
}
.volume input {
position: relative;
top: 3px;
left: 2px;
}
.cvoxembed select {
max-width: 150px;
}
.cvoxembed button {
outline: 0;
border: 1px solid #666;
border-radius: 4px;
}
.cvoxembed button#toggle-cvox {
border: 1px solid rgba(0, 0, 0, 0);
background-color: #2196F3;
padding: 2px;
border-radius: 3px;
display: flex;
align-items: center;
font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
font-weight: 100;
}
.cvoxembed span#cvox-logo {
border: 1px solid rgba(0, 0, 0, 0);
background-color: hsl(29, 92%, 60%);
padding: 2px;
border-radius: 3px;
}
.cvoxembed:not([enabled]) span#cvox-logo {
background-color: #9E9E9E;
}
.cvoxembed:not([enabled]) span#cvox-logo img.enabled {
display: none;
}
.cvoxembed[enabled] span#cvox-logo img.enabled {
display: initial;
}
.cvoxembed:not([enabled]) span#cvox-logo img.disabled {
display: initial;
}
.cvoxembed[enabled] span#cvox-logo img.disabled {
display: none;
}
.cvoxembed button#toggle-cvox:hover {
border-color: rgba(255, 255, 255, 0.3);
box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.5);
}
.cvoxembed button#toggle-cvox span {
font-size: 18px;
color: white;
margin: 0px 5px;
}
.cvoxembed:not([enabled]) button#toggle-cvox span#disable-cvox {
display: none;
}
.cvoxembed[enabled] button#toggle-cvox span#enable-cvox {
display: none;
}
.cvoxembed button {
background: #fec;
}
.cvoxembed button:hover {
background: #fda;
}
.cvoxembed .shade {
height: 30px;
padding: 10px;
background-color: rgba(64, 64, 64, 0.7);
display: flex;
align-items: center;
} | other-files/screenreader/embed.css | .hide-unless-focused {
position: absolute;
left: -10000px;
top: -10000px;
}
.hide-unless-focused:focus {
left: 10px;
top: 10px;
}
button#enable-cvox {
border: none;
border-radius: 4px;
font-weight: 100;
font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
background-color: #2196F3;
color: white;
z-index: 1000;
padding: 2px 7px;
font-size: 18px;
}
body[cvox-enabled] button#enable-cvox {
display: none;
}
div#self-destruct {
position: absolute;
left: -1000px;
top: -1000px;
}
.blur {
-webkit-filter: blur(10px);
-moz-filter: blur(10px);
-o-filter: blur(10px);
-ms-filter: blur(10px);
filter: blur(10px);
}
.isBlurred {
-webkit-filter: blur(40px);
-moz-filter: blur(40px);
-o-filter: blur(40px);
-ms-filter: blur(40px);
filter: blur(40px);
}
.singleControl {
display: inline-block;
}
.cvoxembed {
margin: 0;
padding: 0;
background-color: rgba(0, 0, 0, 0);
position: fixed;
bottom: 0;
width: 100%;
}
.controls {
height: 30px;
padding: 10px;
background: #ffe;
display: flex;
flex-direction: row;
font-family: arial, helvetica, sans-serif;
font-size: 11pt;
}
.controlsContent {
float: left;
width: 100%;
}
.controlsContent span {
padding-right: 30px;
}
#caption {
flex: 1;
padding: 2px 8px;
white-space: nowrap;
overflow: clip;
text-overflow: ellipsis;
width: 600px;
text-align: left;
color: white;
font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
font-size: 120%;
}
.volume {
height: 24px;
padding: 2px 8px;
white-space: nowrap;
overflow: clip;
text-overflow: ellipsis;
}
.volume input {
position: relative;
top: 3px;
left: 2px;
}
.cvoxembed select {
max-width: 150px;
}
.cvoxembed button {
outline: 0;
border: 1px solid #666;
border-radius: 4px;
}
.cvoxembed button#toggle-cvox {
border: 1px solid rgba(0, 0, 0, 0);
background-color: #2196F3;
padding: 2px;
border-radius: 3px;
display: flex;
align-items: center;
font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
font-weight: 100;
}
.cvoxembed span#cvox-logo {
border: 1px solid rgba(0, 0, 0, 0);
background-color: hsl(29, 92%, 60%);
padding: 2px;
border-radius: 3px;
}
.cvoxembed:not([enabled]) span#cvox-logo {
background-color: #9E9E9E;
}
.cvoxembed:not([enabled]) span#cvox-logo img.enabled {
display: none;
}
.cvoxembed[enabled] span#cvox-logo img.enabled {
display: initial;
}
.cvoxembed:not([enabled]) span#cvox-logo img.disabled {
display: initial;
}
.cvoxembed[enabled] span#cvox-logo img.disabled {
display: none;
}
.cvoxembed button#toggle-cvox:hover {
border-color: rgba(255, 255, 255, 0.3);
box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.5);
}
.cvoxembed button#toggle-cvox span {
font-size: 18px;
color: white;
margin: 0px 5px;
}
.cvoxembed:not([enabled]) button#toggle-cvox span#disable-cvox {
display: none;
}
.cvoxembed[enabled] button#toggle-cvox span#enable-cvox {
display: none;
}
.cvoxembed button {
background: #fec;
}
.cvoxembed button:hover {
background: #fda;
}
.cvoxembed .shade {
height: 30px;
padding: 10px;
background-color: rgba(64, 64, 64, 0.7);
display: flex;
align-items: center;
} | 0.464173 | 0.166981 |
.container {
max-width: 900px;
margin: auto;
}
.no-padding {
padding: 0;
}
.center {
margin: auto;
}
.header {
position: relative;
}
.logo-container {
min-height: 200px;
}
.is-compact .logo-container {
min-height: auto;
}
.logo-container > div {
background: url(images/logo.png);
background-size: cover;
height: 160px;
width: 160px;
margin: auto auto 16px;
}
.is-compact .logo-container > div {
height: 46px;
width: 46px;
margin: 8px auto;
}
.header-content {
background-color: rgba(0, 0, 0, 0.08);
text-transform: uppercase;
height: 46px;
}
.header-content .mdl-navigation {
margin-left: auto;
margin-right: auto;
text-align: center;
max-width: 900px;
width: 100%;
}
.header-content .mdl-navigation__link {
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
line-height: 42px;
}
.header-content .is-active {
position: relative;
font-weight: bold;
}
.header-content .is-active:after {
content: "";
width: 100%;
height: 3px;
position: absolute;
background-color: #2196F3;
bottom: 0;
left: 0;
}
.padding-top {
padding: 10px 0 0;
}
.skill-list-item {
max-width: 500px;
margin: auto;
}
.contact-card {
margin-left: auto;
margin-right: auto;
}
.contact-card > .mdl-card__title,
.contact-card > .mdl-card__actions,
.contact-card > .mdl-card__actions > .mdl-button {
color: white;
}
.contact-card > .mdl-card__actions {
border-color: rgba(255, 255, 255, 0.2);
}
.contact-name {
font-weight: 200;
}
.ripple-background {
position: relative;
overflow:hidden;
cursor:pointer;
}
.char-icon {
border-radius: 50%;
text-align: center;
display: table;
}
.char-icon > label {
font-size: 18px;
font-weight: 300;
display: table-cell;
vertical-align: middle;
color: white;
}
.skill-type {
margin-left: 16px;
}
.skill-icon {
color: rgba(0, 0, 0, 0.54);
}
.light-green {
background: #689F38;
}
.teal {
background: #009688;
}
.grey {
background: #424242;
}
.blue {
background: #2196F3;
}
.light-blue {
background: #039BE5;
}
.brown {
background: #795548;
} | styles.css | .container {
max-width: 900px;
margin: auto;
}
.no-padding {
padding: 0;
}
.center {
margin: auto;
}
.header {
position: relative;
}
.logo-container {
min-height: 200px;
}
.is-compact .logo-container {
min-height: auto;
}
.logo-container > div {
background: url(images/logo.png);
background-size: cover;
height: 160px;
width: 160px;
margin: auto auto 16px;
}
.is-compact .logo-container > div {
height: 46px;
width: 46px;
margin: 8px auto;
}
.header-content {
background-color: rgba(0, 0, 0, 0.08);
text-transform: uppercase;
height: 46px;
}
.header-content .mdl-navigation {
margin-left: auto;
margin-right: auto;
text-align: center;
max-width: 900px;
width: 100%;
}
.header-content .mdl-navigation__link {
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
line-height: 42px;
}
.header-content .is-active {
position: relative;
font-weight: bold;
}
.header-content .is-active:after {
content: "";
width: 100%;
height: 3px;
position: absolute;
background-color: #2196F3;
bottom: 0;
left: 0;
}
.padding-top {
padding: 10px 0 0;
}
.skill-list-item {
max-width: 500px;
margin: auto;
}
.contact-card {
margin-left: auto;
margin-right: auto;
}
.contact-card > .mdl-card__title,
.contact-card > .mdl-card__actions,
.contact-card > .mdl-card__actions > .mdl-button {
color: white;
}
.contact-card > .mdl-card__actions {
border-color: rgba(255, 255, 255, 0.2);
}
.contact-name {
font-weight: 200;
}
.ripple-background {
position: relative;
overflow:hidden;
cursor:pointer;
}
.char-icon {
border-radius: 50%;
text-align: center;
display: table;
}
.char-icon > label {
font-size: 18px;
font-weight: 300;
display: table-cell;
vertical-align: middle;
color: white;
}
.skill-type {
margin-left: 16px;
}
.skill-icon {
color: rgba(0, 0, 0, 0.54);
}
.light-green {
background: #689F38;
}
.teal {
background: #009688;
}
.grey {
background: #424242;
}
.blue {
background: #2196F3;
}
.light-blue {
background: #039BE5;
}
.brown {
background: #795548;
} | 0.46563 | 0.093554 |
.demo-card-square.mdl-card {
width: 320px;
height: 400px;
}
.demo-card-square > .mdl-card__title {
color: #F2EDD7FF;
}
body{
background-color: #D69764
}
@media screen and (min-width: 1025px){
.demo-card-square, .mdl-card {
width: 100%;
height: 400px;
}
.demo-card-square > .mdl-card__title {
color: #F2EDD7FF;
}
body{
text-align:-webkit-center;
padding-left:11%;
padding-right: 11%;
}
div{
margin:0.5% 0.5% 0.5% 0.5%;
}
pagination-controls, .my-pagination{
text-align: center;
}
}
@media screen and (width: 1024px){
.demo-card-square, .mdl-card {
width: 100%;
height: 400px;
}
.demo-card-square > .mdl-card__title {
color: #F2EDD7FF;
}
body{
text-align:-webkit-center;
padding-left:15%;
padding-right: 15%;
}
div{
margin:0.5% 0.5% 0.5% 0.5%;
}
pagination-controls, .my-pagination{
text-align: center;
}
}
@media screen and (width: 1024px) and (orientation:landscape){
.demo-card-square, .mdl-card {
width: 100%;
height: 400px;
}
.demo-card-square > .mdl-card__title {
color: #F2EDD7FF;
}
body{
text-align:-webkit-center;
padding-left:15%;
padding-right: 15%;
}
div{
margin:0.5% 0.5% 0.5% 0.5%;
}
pagination-controls, .my-pagination{
text-align: center;
}
}
@media screen and (min-width: 769px) and (max-width: 1023px){
.demo-card-square, .mdl-card {
width: 100%;
height: 500px;
}
.demo-card-square > .mdl-card__title {
color: #F2EDD7FF;
}
body{
text-align:-webkit-center;
padding-left: 2%;
padding-right: 2%;
}
div{
margin:0.5% 0.5% 0.5% 0.5%;
}
}
@media screen and (width: 768px){
.demo-card-square, .mdl-card {
width: 100%;
height: 500px;
}
.demo-card-square > .mdl-card__title {
color: #F2EDD7FF;
}
body{
text-align:-webkit-center;
padding-left: 4%;
padding-right: 4%;
}
div{
margin:0.5% 0.5% 0.5% 0.5%;
}
}
@media screen and (max-width: 767px){
.demo-card-square, .mdl-card {
width: 100%;
height: 400px;
}
.demo-card-square > .mdl-card__title {
color: #F2EDD7FF;
}
body{
text-align:-webkit-center;
padding-left: 5%;
padding-right: 5%;
}
div{
margin-top:0.5%;
margin-bottom: 0.5%;
}
.cardwidth{
width: 100%;
}
}
@media screen and (width: 320px){
.demo-card-square, .mdl-card {
width: 100%;
height: 400px;
}
.demo-card-square > .mdl-card__title {
color: #F2EDD7FF;
}
body{
text-align:-webkit-center;
padding-left: 0%;
padding-right: 0%;
}
div{
margin-top:0.5%;
margin-bottom: 0.5%;
}
.cardwidth{
width: 100%;
}
} | shopping/src/app/category2/category2.component.css | .demo-card-square.mdl-card {
width: 320px;
height: 400px;
}
.demo-card-square > .mdl-card__title {
color: #F2EDD7FF;
}
body{
background-color: #D69764
}
@media screen and (min-width: 1025px){
.demo-card-square, .mdl-card {
width: 100%;
height: 400px;
}
.demo-card-square > .mdl-card__title {
color: #F2EDD7FF;
}
body{
text-align:-webkit-center;
padding-left:11%;
padding-right: 11%;
}
div{
margin:0.5% 0.5% 0.5% 0.5%;
}
pagination-controls, .my-pagination{
text-align: center;
}
}
@media screen and (width: 1024px){
.demo-card-square, .mdl-card {
width: 100%;
height: 400px;
}
.demo-card-square > .mdl-card__title {
color: #F2EDD7FF;
}
body{
text-align:-webkit-center;
padding-left:15%;
padding-right: 15%;
}
div{
margin:0.5% 0.5% 0.5% 0.5%;
}
pagination-controls, .my-pagination{
text-align: center;
}
}
@media screen and (width: 1024px) and (orientation:landscape){
.demo-card-square, .mdl-card {
width: 100%;
height: 400px;
}
.demo-card-square > .mdl-card__title {
color: #F2EDD7FF;
}
body{
text-align:-webkit-center;
padding-left:15%;
padding-right: 15%;
}
div{
margin:0.5% 0.5% 0.5% 0.5%;
}
pagination-controls, .my-pagination{
text-align: center;
}
}
@media screen and (min-width: 769px) and (max-width: 1023px){
.demo-card-square, .mdl-card {
width: 100%;
height: 500px;
}
.demo-card-square > .mdl-card__title {
color: #F2EDD7FF;
}
body{
text-align:-webkit-center;
padding-left: 2%;
padding-right: 2%;
}
div{
margin:0.5% 0.5% 0.5% 0.5%;
}
}
@media screen and (width: 768px){
.demo-card-square, .mdl-card {
width: 100%;
height: 500px;
}
.demo-card-square > .mdl-card__title {
color: #F2EDD7FF;
}
body{
text-align:-webkit-center;
padding-left: 4%;
padding-right: 4%;
}
div{
margin:0.5% 0.5% 0.5% 0.5%;
}
}
@media screen and (max-width: 767px){
.demo-card-square, .mdl-card {
width: 100%;
height: 400px;
}
.demo-card-square > .mdl-card__title {
color: #F2EDD7FF;
}
body{
text-align:-webkit-center;
padding-left: 5%;
padding-right: 5%;
}
div{
margin-top:0.5%;
margin-bottom: 0.5%;
}
.cardwidth{
width: 100%;
}
}
@media screen and (width: 320px){
.demo-card-square, .mdl-card {
width: 100%;
height: 400px;
}
.demo-card-square > .mdl-card__title {
color: #F2EDD7FF;
}
body{
text-align:-webkit-center;
padding-left: 0%;
padding-right: 0%;
}
div{
margin-top:0.5%;
margin-bottom: 0.5%;
}
.cardwidth{
width: 100%;
}
} | 0.337313 | 0.069164 |
body {
margin: 10px;
padding: 50px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
color: #444;
background-image: url('./background.png');
background-attachment: fixed;
background-size: 100%;
}
.container {
display: flex;
justify-content: center;
flex-wrap: wrap;
flex-direction: column;
width: 600px;
}
h5 {
font-size: 1.7em;
font-weight: 100;
margin-top: 30px;
text-align: left;
letter-spacing: -1px;
color: #999;
}
.menu {
float: right;
margin-top: 8px;
}
.menu li {
display: inline;
}
.menu li + li {
margin-left: 35px;
}
.menu li a {
color: #444;
text-decoration: none;
}
textarea {
padding: 12px 20px;
box-sizing: border-box;
border: 2px solid #ccc;
border-radius: 4px;
background-color: #f8f8f8;
font-size: 16px;
resize: none;
width: 100%;
margin: auto;
}
.top-left {
grid-column: 1/3;
grid-row: 1;
}
.top-full {
grid-column: 1/4;
grid-row: 1;
}
.middle-left {
grid-column: 1;
grid-row: 2;
}
.middle-middle {
grid-column: 2;
grid-row: 2;
}
.or {
text-align: center;
margin: auto;
}
.bottom-left {
grid-column: 1;
grid-row: 3;
}
.middle-right {
grid-column: 2;
grid-row: 2;
}
.bottom-full{
grid-column: 1/4;
grid-row: 3;
}
.top-right {
grid-column: 3;
grid-row: 1;
}
.squad-results {
padding: 10px;
}
.history {
margin-top: 2rem;
padding: 10px;
}
.reduced-margin-h2 {
margin-top: 0px;
}
.no-margin-h2 {
margin: 0px;
}
.pace {
-webkit-pointer-events: none;
pointer-events: none;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.pace-inactive {
display: none;
}
.pace .pace-progress {
background: #29d;
position: fixed;
z-index: 2000;
top: 0;
right: 100%;
width: 100%;
height: 2px;
}
.pace .pace-progress-inner {
display: block;
position: absolute;
right: 0px;
width: 100px;
height: 100%;
box-shadow: 0 0 10px #29d, 0 0 5px #29d;
opacity: 1.0;
-webkit-transform: rotate(3deg) translate(0px, -4px);
-moz-transform: rotate(3deg) translate(0px, -4px);
-ms-transform: rotate(3deg) translate(0px, -4px);
-o-transform: rotate(3deg) translate(0px, -4px);
transform: rotate(3deg) translate(0px, -4px);
}
.pace .pace-activity {
display: block;
position: fixed;
z-index: 2000;
top: 15px;
right: 15px;
width: 14px;
height: 14px;
border: solid 2px transparent;
border-top-color: #29d;
border-left-color: #29d;
border-radius: 10px;
-webkit-animation: pace-spinner 400ms linear infinite;
-moz-animation: pace-spinner 400ms linear infinite;
-ms-animation: pace-spinner 400ms linear infinite;
-o-animation: pace-spinner 400ms linear infinite;
animation: pace-spinner 400ms linear infinite;
}
@-webkit-keyframes pace-spinner {
0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@-moz-keyframes pace-spinner {
0% { -moz-transform: rotate(0deg); transform: rotate(0deg); }
100% { -moz-transform: rotate(360deg); transform: rotate(360deg); }
}
@-o-keyframes pace-spinner {
0% { -o-transform: rotate(0deg); transform: rotate(0deg); }
100% { -o-transform: rotate(360deg); transform: rotate(360deg); }
}
@-ms-keyframes pace-spinner {
0% { -ms-transform: rotate(0deg); transform: rotate(0deg); }
100% { -ms-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes pace-spinner {
0% { transform: rotate(0deg); transform: rotate(0deg); }
100% { transform: rotate(360deg); transform: rotate(360deg); }
}
.hidden {
display: none;
}
.context {
padding: 10px;
flex-grow: 1;
/*margin-bottom: 1rem;*/
}
.question {
padding: 10px;
flex-grow: 1;
}
#reset-btn {
margin-bottom: 10px;
}
.context-display {
white-space: pre-wrap;
}
.answer-list {
margin: 0;
}
.intro {
padding: 10px;
}
.hilite {
color: goldenrod;
}
.wrapper{
margin-bottom: 20px;
}
#toggle-history {
font-weight: 100;
}
#text-data {
min-height: 200px;
} | app/static/css/main.css | body {
margin: 10px;
padding: 50px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
color: #444;
background-image: url('./background.png');
background-attachment: fixed;
background-size: 100%;
}
.container {
display: flex;
justify-content: center;
flex-wrap: wrap;
flex-direction: column;
width: 600px;
}
h5 {
font-size: 1.7em;
font-weight: 100;
margin-top: 30px;
text-align: left;
letter-spacing: -1px;
color: #999;
}
.menu {
float: right;
margin-top: 8px;
}
.menu li {
display: inline;
}
.menu li + li {
margin-left: 35px;
}
.menu li a {
color: #444;
text-decoration: none;
}
textarea {
padding: 12px 20px;
box-sizing: border-box;
border: 2px solid #ccc;
border-radius: 4px;
background-color: #f8f8f8;
font-size: 16px;
resize: none;
width: 100%;
margin: auto;
}
.top-left {
grid-column: 1/3;
grid-row: 1;
}
.top-full {
grid-column: 1/4;
grid-row: 1;
}
.middle-left {
grid-column: 1;
grid-row: 2;
}
.middle-middle {
grid-column: 2;
grid-row: 2;
}
.or {
text-align: center;
margin: auto;
}
.bottom-left {
grid-column: 1;
grid-row: 3;
}
.middle-right {
grid-column: 2;
grid-row: 2;
}
.bottom-full{
grid-column: 1/4;
grid-row: 3;
}
.top-right {
grid-column: 3;
grid-row: 1;
}
.squad-results {
padding: 10px;
}
.history {
margin-top: 2rem;
padding: 10px;
}
.reduced-margin-h2 {
margin-top: 0px;
}
.no-margin-h2 {
margin: 0px;
}
.pace {
-webkit-pointer-events: none;
pointer-events: none;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.pace-inactive {
display: none;
}
.pace .pace-progress {
background: #29d;
position: fixed;
z-index: 2000;
top: 0;
right: 100%;
width: 100%;
height: 2px;
}
.pace .pace-progress-inner {
display: block;
position: absolute;
right: 0px;
width: 100px;
height: 100%;
box-shadow: 0 0 10px #29d, 0 0 5px #29d;
opacity: 1.0;
-webkit-transform: rotate(3deg) translate(0px, -4px);
-moz-transform: rotate(3deg) translate(0px, -4px);
-ms-transform: rotate(3deg) translate(0px, -4px);
-o-transform: rotate(3deg) translate(0px, -4px);
transform: rotate(3deg) translate(0px, -4px);
}
.pace .pace-activity {
display: block;
position: fixed;
z-index: 2000;
top: 15px;
right: 15px;
width: 14px;
height: 14px;
border: solid 2px transparent;
border-top-color: #29d;
border-left-color: #29d;
border-radius: 10px;
-webkit-animation: pace-spinner 400ms linear infinite;
-moz-animation: pace-spinner 400ms linear infinite;
-ms-animation: pace-spinner 400ms linear infinite;
-o-animation: pace-spinner 400ms linear infinite;
animation: pace-spinner 400ms linear infinite;
}
@-webkit-keyframes pace-spinner {
0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@-moz-keyframes pace-spinner {
0% { -moz-transform: rotate(0deg); transform: rotate(0deg); }
100% { -moz-transform: rotate(360deg); transform: rotate(360deg); }
}
@-o-keyframes pace-spinner {
0% { -o-transform: rotate(0deg); transform: rotate(0deg); }
100% { -o-transform: rotate(360deg); transform: rotate(360deg); }
}
@-ms-keyframes pace-spinner {
0% { -ms-transform: rotate(0deg); transform: rotate(0deg); }
100% { -ms-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes pace-spinner {
0% { transform: rotate(0deg); transform: rotate(0deg); }
100% { transform: rotate(360deg); transform: rotate(360deg); }
}
.hidden {
display: none;
}
.context {
padding: 10px;
flex-grow: 1;
/*margin-bottom: 1rem;*/
}
.question {
padding: 10px;
flex-grow: 1;
}
#reset-btn {
margin-bottom: 10px;
}
.context-display {
white-space: pre-wrap;
}
.answer-list {
margin: 0;
}
.intro {
padding: 10px;
}
.hilite {
color: goldenrod;
}
.wrapper{
margin-bottom: 20px;
}
#toggle-history {
font-weight: 100;
}
#text-data {
min-height: 200px;
} | 0.439747 | 0.106644 |
@-moz-document domain("userstyles.org") {
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: inherit;
font-size: 100%;
margin: 0;
padding: 0;
vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, 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;
}
* {
font-family: Arial, Helvetica, sans-serif !important;
}
a, a:hover, a:visited, a:hover:visited {
color: #0FADED;
cursor: pointer;
text-decoration: none;
}
html {
background: #333;
height: 100%;
margin: 0;
padding: 0;
}
body {
background: #333;
max-width: 100% !important;
min-height: 100%;
padding-bottom: 4em;
width: 100%;
}
article {
background-color: #292929;
margin-bottom: 1em !important;
padding: 1em;
}
article > .style-brief-text > .style-brief-stats {
color: #0FADED;
margin-top: 1em;
}
article > .style-brief-text > header {
font-size: 1.5em;
margin-bottom: .5em;
}
article > .style-brief-text > header > a {
color: #0FADED;
}
article > .style-brief-text > header > a:hover {
color: #0FADED;
}
article > .style-brief-text > p {
font-size: 1.3em;
line-height: 1.3em;
overflow-wrap: break-word;
padding: .5em;
}
body::-webkit-scrollbar {
background-color: #333;
width: 1em;
}
body::-webkit-scrollbar-thumb {
background-color: #444;
outline: 1px solid #333;
}
body::-webkit-scrollbar-track {
box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
footer {
background-color: #292929;
bottom: 0px;
height: 4em;
margin-top: 1em;
padding: 1em 0;
position: fixed;
width: 100%;
}
footer > font > p {
display: inline-block;
font-size: 100%;
padding: 1em .05em;
}
footer > font > p > a {
background-color: #444;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
padding: 1em;
}
footer > font > p > a:hover {
background-color: #333;
}
footer > font > p:first-of-type {
margin-left: 1em;
}
input {
background-color: #DDD;
border: 0;
outline: none;
}
input[type='checkbox']:after {
background: rgb(224, 224, 224);
background-color: #222 !important;
border: 1px solid #333;
border-radius: 0;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
content: '';
display: inline-block;
height: 18px;
line-height: 1.5em;
margin-left: -4px;
margin-top: -4px;
width: 18px;
}
input[type='checkbox']:checked:after {
background-color: #0FADED !important;
border: 2px solid #333;
height: 15px;
width: 15px;
}
input[type=radio] {
cursor: pointer;
height: 1.1em;
margin-left: 5px;
position: relative;
visibility: hidden;
width: 1.1em;
}
input[type=radio]:before {
border: 2px solid #444;
border-radius: 50%;
bottom: 0;
content: "";
left: 0;
position: absolute;
right: 0;
top: 0;
visibility: visible;
}
input[type=radio]:checked:before {
background-color: #0FADED;
}
textarea {
background-color: #DDD;
border: 0;
outline: none;
}
@media only screen and (max-width: 950px) {
#main-style-info {
margin: 1em 0;
padding: 0;
width: 100%;
}
#main-style-info > #long-description {
padding: 1em;
}
}
@media only screen and (max-width: 950px) {
#content-wrapper {
margin-top: .25em;
}
#main-article {
margin: 6em 0 0 0 !important;
padding: 0;
width: 100%;
}
}
@media only screen and (max-width: 950px) {
#main-article > #subcategory-list > li {
width: 32.7%;
}
}
@media only screen and (max-width: 950px) {
#left-info {
float: none;
width: 100%;
}
#screenshots {
background-color: #333 !important;
box-shadow: none !important;
}
}
@media only screen and (max-width: 950px) {
#info-tables {
padding: 0;
width: 100%;
}
}
@media only screen and (max-width: 950px) {
#Frame > #Body > .Row > #Content {
margin: 0;
}
}
@media only screen and (min-width: 1600px) {
#info-tables {
width: 66.5%;
}
}
@media only screen and (min-width: 1600px) {
#main-style-info {
width: 66.5%;
}
}
@media only screen and (min-width: 1600px) {
#left-info {
width: 30%;
}
}
#additional-info {
background-color: #292929;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
margin-bottom: 1em;
padding: 1em;
}
#additional-info > h2 {
font-size: 2em;
font-style: normal;
font-weight: bold;
margin: 0;
padding: 0 .5em .5em 0;
}
#additional-info-text > a {
color: #0FADED;
text-decoration: none;
}
#advanced-search {
border: 0;
margin-bottom: 0;
}
#content-wrapper {
float: none;
margin-bottom: 4em;
margin-top: 6em;
}
#control-panel {
background-color: #292929;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
margin: 0 0 1em 0;
padding: 1.5em 0;
width: 100%;
}
#control-panel > a {
background-color: #444;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
color: #0FADED;
font-size: 1em;
padding: .5em;
text-decoration: none;
}
#control-panel > a:first-of-type {
margin-left: .5em;
}
#control-panel > a:hover {
background-color: #333;
}
#discussions {
margin-left: 1.45em;
}
#discussions > li {
padding: .35em 0;
}
#discussions > li > a {
color: #0FADED;
text-decoration: none;
}
#discussions > li:nth-child(even) {
font-weight: bold;
}
#discussions > li:nth-child(odd) {
font-weight: lighter;
}
#discussions-area {
background-color: #292929;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
padding: 1em;
}
#discussions-area > h2 {
font-size: 2em;
font-style: normal;
font-weight: bold;
margin: 0;
padding: 0 .5em .5em 0;
}
#discussions-area > h3 {
font-size: 1.5em;
font-weight: bold;
margin: 1em 0 0 0;
padding: 0 .5em .5em 0;
}
#donate {
padding-bottom: 1em;
}
#donate > p > a {
color: #0FADED;
}
#Frame > #Body {
background-color: #333;
color: #DDD;
margin: 0 auto;
padding: 1em;
width: 80%;
}
#Frame > #Body > .Row {
background-color: #292929;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
max-width: 100%;
padding: 1em;
width: auto;
}
#Frame > #Body > .Row > #Content {
background-color: #222;
margin: 0 0 0 15.25em;
padding: 1em;
}
#Frame > #Body > .Row > #Content > .DataList > .Item {
padding: 1em .75em;
}
#Frame > #Body > .Row > #Content > .DataList > .Item > .ItemContent > .Meta {
font-weight: normal;
}
#Frame > #Body > .Row > #Content > .DataList > .Item > .ItemContent > .Title {
font-size: 1em;
font-weight: normal !important;
padding: .5em .5em .5em 0;
}
#Frame > #Body > .Row > #Content > .DataList > .Item:nth-child(even) {
background-color: #292929;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}
#Frame > #Body > .Row > #Panel {
background-color: #222;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
padding: 1em;
}
#Frame > #Foot {
display: none;
}
#Frame > #Head {
background-color: #292929;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
margin-bottom: 1em;
padding: 1em;
width: 100%;
}
#info-tables {
background-color: #292929;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
margin: 0 0 1em 0;
padding: 1em;
width: 55%;
}
#info-tables > table > tbody > tr > td {
padding: .5em;
}
#info-tables > table > tbody > tr > th {
color: #0FADED;
}
#left-info {
float: right;
height: 100%;
padding: 0;
width: 39.5%;
}
#left-sidebar {
background-color: #292929;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
float: none !important;
margin: 0 !important;
position: fixed;
top: 3.5em;
width: 100% !important;
}
#left-sidebar > nav {
background-color: #292929;
color: #0faded;
margin: 0;
padding: 0;
}
#left-sidebar > nav > ul {
height: 2em;
padding: 0 1em;
}
#left-sidebar > nav > ul > li {
color: #DDD;
display: inline;
}
#left-sidebar > nav > ul > li > a {
background-color: #444;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
color: #0faded;
padding: .5em;
text-decoration: none;
}
#left-sidebar > nav > ul > li > a:hover {
background-color: #333;
}
#long-description {
margin-bottom: 1em;
}
#long-description > a {
color: #0FADED;
text-decoration: none;
}
#main-article {
background-color: #333;
color: #EEE;
margin: 1em auto 2em;
padding: 1em;
width: 75%;
}
#main-article > #front-page-best {
background-color: #292929;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
display: block;
margin-top: 1em;
max-width: 100%;
padding: 1em;
}
#main-article > #front-page-best > h2 {
font-size: 1.5em;
padding: .5em 0;
}
#main-article > #front-page-best > ul > li {
padding: .5em;
}
#main-article > #front-page-best > ul > li > a {
cursor: pointer;
font-size: 1.2em;
}
#main-article > #front-page-best > ul > li:last-of-type {
margin-top: 1em;
}
#main-article > #front-page-best > ul > li:last-of-type > a {
background-color: #444;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
cursor: pointer;
padding: .5em;
}
#main-article > #front-page-best > ul > li:last-of-type > a:hover {
background-color: #333;
}
#main-article > #front-page-newest {
background-color: #292929;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
display: block;
margin-top: 1em;
max-width: 100%;
padding: 1em;
}
#main-article > #front-page-newest > h2 {
font-size: 1.5em;
padding: .5em 0;
}
#main-article > #front-page-newest > ul > li {
padding: .5em;
}
#main-article > #front-page-newest > ul > li > a {
cursor: pointer;
font-size: 1.2em;
}
#main-article > #front-page-newest > ul > li:last-of-type {
margin-top: 1em;
}
#main-article > #front-page-newest > ul > li:last-of-type > a {
background-color: #444;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
cursor: pointer;
padding: .5em;
}
#main-article > #front-page-newest > ul > li:last-of-type > a:hover {
background-color: #333;
}
#main-article > #subcategory-list > li {
background: #222;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
display: inline-block;
height: 5em;
margin: 1em 0;
text-align: center;
width: 24.5%;
}
#main-article > #subcategory-list > li > a {
box-shadow: none;
display: block;
font-size: 1em !important;
height: 100%;
line-height: 5em;
word-break: keep-all;
}
#main-article > dl {
background-color: #292929;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
margin-bottom: 1em;
padding: .5em;
}
#main-article > dl > dd {
padding: .5em;
}
#main-article > dl > dt {
font-size: 1.5em;
}
#main-article > form {
background-color: #333;
color: #DDD;
padding: 0;
}
#main-article > h2 {
background-color: #292929;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
font-size: 1.5em;
padding: .5em .3em;
}
#main-article > i {
background-color: #292929;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
display: block;
max-width: 100%;
padding: .5em;
}
#main-article > ol {
background-color: #292929;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
max-width: 100%;
padding: .5em 1em .5em 3em;
}
#main-article > ol > li {
max-width: 100%;
padding: .5em;
}
#main-article > p {
background-color: #292929;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
margin: 0 auto;
max-width: 100%;
padding: 1em;
}
#main-article > p > a {
font-size: 1.1em;
}
#main-article > table {
background-color: #292929;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
width: 100%;
}
#main-article > table > tbody > tr > td {
padding: 1em 0;
text-align: center;
width: 10%;
}
#main-article > table > tbody > tr > td > a {
cursor: pointer;
}
#main-article > table > tbody > tr > td:first-of-type {
padding-left: .5em;
width: 22%;
}
#main-article > table > tbody > tr > td:last-of-type {
width: 18%;
}
#main-article > ul {
background-color: #292929;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
color: #DDD;
margin-bottom: 1em;
padding: 1em;
}
#main-article > ul > li {
padding: 1em 0;
}
#main-article > ul > li > a {
background-color: #444;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
font-size: 1.2em;
padding: .5em;
}
#main-article > ul > li > a:hover {
background-color: #333;
}
#main-header {
background-color: #292929;
border-radius: 0;
color: white;
font-size: 1em;
margin: 0 0 0 0;
padding: 1.5em 1em;
position: fixed;
top: 0;
width: 100%;
}
#main-header > h1 > a {
color: #0faded;
font-weight: bold;
text-decoration: none;
text-transform: uppercase;
}
#main-header > h1 > a:visited {
color: #0faded;
}
#main-style-info {
background-color: #292929;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
display: block;
margin: 0 0 1em 0;
padding: 1em;
width: 55%;
}
#more-screenshots {
padding: .5em;
}
#more-screenshots > a {
color: #0FADED;
text-decoration: none;
}
#no-discussions {
margin-bottom: 1em;
}
#no-discussions > a {
background-color: #444;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
color: #0FADED;
font-size: .9em;
padding: .5em;
text-decoration: none;
}
#no-discussions > a:hover {
background-color: #333;
}
#related {
display: none;
}
#screenshots {
background-color: #191919;
border: 0;
border-radius: 0;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
display: block;
margin: 0;
}
#screenshots img {
max-width: 100%;
width: 100% !important;
}
#search-submit {
background-color: #0FADED;
border: 0;
color: #000;
cursor: pointer;
font-size: 1em;
margin: 0;
padding: .33em;
}
#search-submit:hover {
background-color: #00A0E0;
}
#search-terms {
border: 0;
line-height: 2.05em;
}
#show-advanced-search {
background-color: #444;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
color: #0FADED;
font-size: 1em;
padding: .5em;
text-decoration: none;
}
#show-advanced-search:hover {
background-color: #333;
}
#show-button {
background-color: #444;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
color: #0FADED;
font-size: 1em;
padding: .5em;
text-decoration: none;
}
#show-button:hover {
background-color: #333;
}
#show-code {
background-color: #292929;
font-family: "Lucida Console", Monaco, monospace;
}
#sidebar-search {
background-color: #292929 !important;
box-shadow: none !important;
float: right;
margin-top: -2.2em;
}
#social {
margin-bottom: 1em;
}
#style-author-info > tbody > tr:nth-child(1) > td > a {
background-color: #444;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
color: #0FADED;
font-size: 1em;
padding: .5em;
text-decoration: none;
}
#style-author-info > tbody > tr:nth-child(1) > td > a:hover {
background-color: #333;
}
#style-settings a {
color: #0FADED;
text-decoration: none;
}
#view-code {
background-color: #292929;
font-family: "Lucida Console", Monaco, monospace !important;
font-size: .8em;
overflow-wrap: break-word;
padding: 1em;
}
#view-code > code {
color: #0FADED;
overflow-wrap: break-word;
width: 80%;
}
#view-code > code > pre {
overflow-wrap: break-word;
}
.ad {
display: none;
}
.Button {
background: none;
background-color: #444;
border: 0;
border-radius: 0;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
color: #0FADED;
outline: 0;
padding: 1em;
text-shadow: none !important;
}
.Button:hover {
background-color: #333;
color: #0FADED;
}
.ConnectLabel, a .TextColor {
color: #0FADED !important;
}
.form-controls {
background-color: #222 !important;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
margin-bottom: 10em;
max-width: 100%;
padding: 1em;
}
.form-controls > input, .form-controls > textarea {
background-color: #444 !important;
color: #DDD;
margin-top: .25em;
max-width: 100%;
padding: .5em;
width: 99%;
word-wrap: break-word;
}
.form-controls > textarea::-webkit-resizer {
background-color: #444;
border: 1px solid #0FADED;
}
.form-controls > textarea::-webkit-scrollbar {
background-color: #333;
width: 1em;
}
.form-controls > textarea::-webkit-scrollbar-thumb {
background-color: #444;
outline: 1px solid #333;
}
.form-controls > textarea::-webkit-scrollbar-track {
box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.form-controls input {
background-color: #444 !important;
color: #DDD;
margin-top: .25em;
padding: .25em;
width: auto;
word-wrap: break-word;
}
.install {
background-color: #0faded;
background-image: none;
border: 0;
border-radius: 0;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
margin: .5em 0 0;
padding: .5em;
}
.install:hover {
background-color: #01579b;
background-image: none;
}
.install-info {
background-color: #0faded;
background-image: none;
border: 0;
border-radius: 0;
margin: .5em 0 0;
padding: .5em;
}
.CodeMirror {
background-color: #444;
}
} | data/usercss/136733.user.css | @-moz-document domain("userstyles.org") {
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: inherit;
font-size: 100%;
margin: 0;
padding: 0;
vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, 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;
}
* {
font-family: Arial, Helvetica, sans-serif !important;
}
a, a:hover, a:visited, a:hover:visited {
color: #0FADED;
cursor: pointer;
text-decoration: none;
}
html {
background: #333;
height: 100%;
margin: 0;
padding: 0;
}
body {
background: #333;
max-width: 100% !important;
min-height: 100%;
padding-bottom: 4em;
width: 100%;
}
article {
background-color: #292929;
margin-bottom: 1em !important;
padding: 1em;
}
article > .style-brief-text > .style-brief-stats {
color: #0FADED;
margin-top: 1em;
}
article > .style-brief-text > header {
font-size: 1.5em;
margin-bottom: .5em;
}
article > .style-brief-text > header > a {
color: #0FADED;
}
article > .style-brief-text > header > a:hover {
color: #0FADED;
}
article > .style-brief-text > p {
font-size: 1.3em;
line-height: 1.3em;
overflow-wrap: break-word;
padding: .5em;
}
body::-webkit-scrollbar {
background-color: #333;
width: 1em;
}
body::-webkit-scrollbar-thumb {
background-color: #444;
outline: 1px solid #333;
}
body::-webkit-scrollbar-track {
box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
footer {
background-color: #292929;
bottom: 0px;
height: 4em;
margin-top: 1em;
padding: 1em 0;
position: fixed;
width: 100%;
}
footer > font > p {
display: inline-block;
font-size: 100%;
padding: 1em .05em;
}
footer > font > p > a {
background-color: #444;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
padding: 1em;
}
footer > font > p > a:hover {
background-color: #333;
}
footer > font > p:first-of-type {
margin-left: 1em;
}
input {
background-color: #DDD;
border: 0;
outline: none;
}
input[type='checkbox']:after {
background: rgb(224, 224, 224);
background-color: #222 !important;
border: 1px solid #333;
border-radius: 0;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
content: '';
display: inline-block;
height: 18px;
line-height: 1.5em;
margin-left: -4px;
margin-top: -4px;
width: 18px;
}
input[type='checkbox']:checked:after {
background-color: #0FADED !important;
border: 2px solid #333;
height: 15px;
width: 15px;
}
input[type=radio] {
cursor: pointer;
height: 1.1em;
margin-left: 5px;
position: relative;
visibility: hidden;
width: 1.1em;
}
input[type=radio]:before {
border: 2px solid #444;
border-radius: 50%;
bottom: 0;
content: "";
left: 0;
position: absolute;
right: 0;
top: 0;
visibility: visible;
}
input[type=radio]:checked:before {
background-color: #0FADED;
}
textarea {
background-color: #DDD;
border: 0;
outline: none;
}
@media only screen and (max-width: 950px) {
#main-style-info {
margin: 1em 0;
padding: 0;
width: 100%;
}
#main-style-info > #long-description {
padding: 1em;
}
}
@media only screen and (max-width: 950px) {
#content-wrapper {
margin-top: .25em;
}
#main-article {
margin: 6em 0 0 0 !important;
padding: 0;
width: 100%;
}
}
@media only screen and (max-width: 950px) {
#main-article > #subcategory-list > li {
width: 32.7%;
}
}
@media only screen and (max-width: 950px) {
#left-info {
float: none;
width: 100%;
}
#screenshots {
background-color: #333 !important;
box-shadow: none !important;
}
}
@media only screen and (max-width: 950px) {
#info-tables {
padding: 0;
width: 100%;
}
}
@media only screen and (max-width: 950px) {
#Frame > #Body > .Row > #Content {
margin: 0;
}
}
@media only screen and (min-width: 1600px) {
#info-tables {
width: 66.5%;
}
}
@media only screen and (min-width: 1600px) {
#main-style-info {
width: 66.5%;
}
}
@media only screen and (min-width: 1600px) {
#left-info {
width: 30%;
}
}
#additional-info {
background-color: #292929;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
margin-bottom: 1em;
padding: 1em;
}
#additional-info > h2 {
font-size: 2em;
font-style: normal;
font-weight: bold;
margin: 0;
padding: 0 .5em .5em 0;
}
#additional-info-text > a {
color: #0FADED;
text-decoration: none;
}
#advanced-search {
border: 0;
margin-bottom: 0;
}
#content-wrapper {
float: none;
margin-bottom: 4em;
margin-top: 6em;
}
#control-panel {
background-color: #292929;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
margin: 0 0 1em 0;
padding: 1.5em 0;
width: 100%;
}
#control-panel > a {
background-color: #444;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
color: #0FADED;
font-size: 1em;
padding: .5em;
text-decoration: none;
}
#control-panel > a:first-of-type {
margin-left: .5em;
}
#control-panel > a:hover {
background-color: #333;
}
#discussions {
margin-left: 1.45em;
}
#discussions > li {
padding: .35em 0;
}
#discussions > li > a {
color: #0FADED;
text-decoration: none;
}
#discussions > li:nth-child(even) {
font-weight: bold;
}
#discussions > li:nth-child(odd) {
font-weight: lighter;
}
#discussions-area {
background-color: #292929;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
padding: 1em;
}
#discussions-area > h2 {
font-size: 2em;
font-style: normal;
font-weight: bold;
margin: 0;
padding: 0 .5em .5em 0;
}
#discussions-area > h3 {
font-size: 1.5em;
font-weight: bold;
margin: 1em 0 0 0;
padding: 0 .5em .5em 0;
}
#donate {
padding-bottom: 1em;
}
#donate > p > a {
color: #0FADED;
}
#Frame > #Body {
background-color: #333;
color: #DDD;
margin: 0 auto;
padding: 1em;
width: 80%;
}
#Frame > #Body > .Row {
background-color: #292929;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
max-width: 100%;
padding: 1em;
width: auto;
}
#Frame > #Body > .Row > #Content {
background-color: #222;
margin: 0 0 0 15.25em;
padding: 1em;
}
#Frame > #Body > .Row > #Content > .DataList > .Item {
padding: 1em .75em;
}
#Frame > #Body > .Row > #Content > .DataList > .Item > .ItemContent > .Meta {
font-weight: normal;
}
#Frame > #Body > .Row > #Content > .DataList > .Item > .ItemContent > .Title {
font-size: 1em;
font-weight: normal !important;
padding: .5em .5em .5em 0;
}
#Frame > #Body > .Row > #Content > .DataList > .Item:nth-child(even) {
background-color: #292929;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}
#Frame > #Body > .Row > #Panel {
background-color: #222;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
padding: 1em;
}
#Frame > #Foot {
display: none;
}
#Frame > #Head {
background-color: #292929;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
margin-bottom: 1em;
padding: 1em;
width: 100%;
}
#info-tables {
background-color: #292929;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
margin: 0 0 1em 0;
padding: 1em;
width: 55%;
}
#info-tables > table > tbody > tr > td {
padding: .5em;
}
#info-tables > table > tbody > tr > th {
color: #0FADED;
}
#left-info {
float: right;
height: 100%;
padding: 0;
width: 39.5%;
}
#left-sidebar {
background-color: #292929;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
float: none !important;
margin: 0 !important;
position: fixed;
top: 3.5em;
width: 100% !important;
}
#left-sidebar > nav {
background-color: #292929;
color: #0faded;
margin: 0;
padding: 0;
}
#left-sidebar > nav > ul {
height: 2em;
padding: 0 1em;
}
#left-sidebar > nav > ul > li {
color: #DDD;
display: inline;
}
#left-sidebar > nav > ul > li > a {
background-color: #444;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
color: #0faded;
padding: .5em;
text-decoration: none;
}
#left-sidebar > nav > ul > li > a:hover {
background-color: #333;
}
#long-description {
margin-bottom: 1em;
}
#long-description > a {
color: #0FADED;
text-decoration: none;
}
#main-article {
background-color: #333;
color: #EEE;
margin: 1em auto 2em;
padding: 1em;
width: 75%;
}
#main-article > #front-page-best {
background-color: #292929;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
display: block;
margin-top: 1em;
max-width: 100%;
padding: 1em;
}
#main-article > #front-page-best > h2 {
font-size: 1.5em;
padding: .5em 0;
}
#main-article > #front-page-best > ul > li {
padding: .5em;
}
#main-article > #front-page-best > ul > li > a {
cursor: pointer;
font-size: 1.2em;
}
#main-article > #front-page-best > ul > li:last-of-type {
margin-top: 1em;
}
#main-article > #front-page-best > ul > li:last-of-type > a {
background-color: #444;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
cursor: pointer;
padding: .5em;
}
#main-article > #front-page-best > ul > li:last-of-type > a:hover {
background-color: #333;
}
#main-article > #front-page-newest {
background-color: #292929;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
display: block;
margin-top: 1em;
max-width: 100%;
padding: 1em;
}
#main-article > #front-page-newest > h2 {
font-size: 1.5em;
padding: .5em 0;
}
#main-article > #front-page-newest > ul > li {
padding: .5em;
}
#main-article > #front-page-newest > ul > li > a {
cursor: pointer;
font-size: 1.2em;
}
#main-article > #front-page-newest > ul > li:last-of-type {
margin-top: 1em;
}
#main-article > #front-page-newest > ul > li:last-of-type > a {
background-color: #444;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
cursor: pointer;
padding: .5em;
}
#main-article > #front-page-newest > ul > li:last-of-type > a:hover {
background-color: #333;
}
#main-article > #subcategory-list > li {
background: #222;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
display: inline-block;
height: 5em;
margin: 1em 0;
text-align: center;
width: 24.5%;
}
#main-article > #subcategory-list > li > a {
box-shadow: none;
display: block;
font-size: 1em !important;
height: 100%;
line-height: 5em;
word-break: keep-all;
}
#main-article > dl {
background-color: #292929;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
margin-bottom: 1em;
padding: .5em;
}
#main-article > dl > dd {
padding: .5em;
}
#main-article > dl > dt {
font-size: 1.5em;
}
#main-article > form {
background-color: #333;
color: #DDD;
padding: 0;
}
#main-article > h2 {
background-color: #292929;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
font-size: 1.5em;
padding: .5em .3em;
}
#main-article > i {
background-color: #292929;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
display: block;
max-width: 100%;
padding: .5em;
}
#main-article > ol {
background-color: #292929;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
max-width: 100%;
padding: .5em 1em .5em 3em;
}
#main-article > ol > li {
max-width: 100%;
padding: .5em;
}
#main-article > p {
background-color: #292929;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
margin: 0 auto;
max-width: 100%;
padding: 1em;
}
#main-article > p > a {
font-size: 1.1em;
}
#main-article > table {
background-color: #292929;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
width: 100%;
}
#main-article > table > tbody > tr > td {
padding: 1em 0;
text-align: center;
width: 10%;
}
#main-article > table > tbody > tr > td > a {
cursor: pointer;
}
#main-article > table > tbody > tr > td:first-of-type {
padding-left: .5em;
width: 22%;
}
#main-article > table > tbody > tr > td:last-of-type {
width: 18%;
}
#main-article > ul {
background-color: #292929;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
color: #DDD;
margin-bottom: 1em;
padding: 1em;
}
#main-article > ul > li {
padding: 1em 0;
}
#main-article > ul > li > a {
background-color: #444;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
font-size: 1.2em;
padding: .5em;
}
#main-article > ul > li > a:hover {
background-color: #333;
}
#main-header {
background-color: #292929;
border-radius: 0;
color: white;
font-size: 1em;
margin: 0 0 0 0;
padding: 1.5em 1em;
position: fixed;
top: 0;
width: 100%;
}
#main-header > h1 > a {
color: #0faded;
font-weight: bold;
text-decoration: none;
text-transform: uppercase;
}
#main-header > h1 > a:visited {
color: #0faded;
}
#main-style-info {
background-color: #292929;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
display: block;
margin: 0 0 1em 0;
padding: 1em;
width: 55%;
}
#more-screenshots {
padding: .5em;
}
#more-screenshots > a {
color: #0FADED;
text-decoration: none;
}
#no-discussions {
margin-bottom: 1em;
}
#no-discussions > a {
background-color: #444;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
color: #0FADED;
font-size: .9em;
padding: .5em;
text-decoration: none;
}
#no-discussions > a:hover {
background-color: #333;
}
#related {
display: none;
}
#screenshots {
background-color: #191919;
border: 0;
border-radius: 0;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
display: block;
margin: 0;
}
#screenshots img {
max-width: 100%;
width: 100% !important;
}
#search-submit {
background-color: #0FADED;
border: 0;
color: #000;
cursor: pointer;
font-size: 1em;
margin: 0;
padding: .33em;
}
#search-submit:hover {
background-color: #00A0E0;
}
#search-terms {
border: 0;
line-height: 2.05em;
}
#show-advanced-search {
background-color: #444;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
color: #0FADED;
font-size: 1em;
padding: .5em;
text-decoration: none;
}
#show-advanced-search:hover {
background-color: #333;
}
#show-button {
background-color: #444;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
color: #0FADED;
font-size: 1em;
padding: .5em;
text-decoration: none;
}
#show-button:hover {
background-color: #333;
}
#show-code {
background-color: #292929;
font-family: "Lucida Console", Monaco, monospace;
}
#sidebar-search {
background-color: #292929 !important;
box-shadow: none !important;
float: right;
margin-top: -2.2em;
}
#social {
margin-bottom: 1em;
}
#style-author-info > tbody > tr:nth-child(1) > td > a {
background-color: #444;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
color: #0FADED;
font-size: 1em;
padding: .5em;
text-decoration: none;
}
#style-author-info > tbody > tr:nth-child(1) > td > a:hover {
background-color: #333;
}
#style-settings a {
color: #0FADED;
text-decoration: none;
}
#view-code {
background-color: #292929;
font-family: "Lucida Console", Monaco, monospace !important;
font-size: .8em;
overflow-wrap: break-word;
padding: 1em;
}
#view-code > code {
color: #0FADED;
overflow-wrap: break-word;
width: 80%;
}
#view-code > code > pre {
overflow-wrap: break-word;
}
.ad {
display: none;
}
.Button {
background: none;
background-color: #444;
border: 0;
border-radius: 0;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
color: #0FADED;
outline: 0;
padding: 1em;
text-shadow: none !important;
}
.Button:hover {
background-color: #333;
color: #0FADED;
}
.ConnectLabel, a .TextColor {
color: #0FADED !important;
}
.form-controls {
background-color: #222 !important;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
margin-bottom: 10em;
max-width: 100%;
padding: 1em;
}
.form-controls > input, .form-controls > textarea {
background-color: #444 !important;
color: #DDD;
margin-top: .25em;
max-width: 100%;
padding: .5em;
width: 99%;
word-wrap: break-word;
}
.form-controls > textarea::-webkit-resizer {
background-color: #444;
border: 1px solid #0FADED;
}
.form-controls > textarea::-webkit-scrollbar {
background-color: #333;
width: 1em;
}
.form-controls > textarea::-webkit-scrollbar-thumb {
background-color: #444;
outline: 1px solid #333;
}
.form-controls > textarea::-webkit-scrollbar-track {
box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.form-controls input {
background-color: #444 !important;
color: #DDD;
margin-top: .25em;
padding: .25em;
width: auto;
word-wrap: break-word;
}
.install {
background-color: #0faded;
background-image: none;
border: 0;
border-radius: 0;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
margin: .5em 0 0;
padding: .5em;
}
.install:hover {
background-color: #01579b;
background-image: none;
}
.install-info {
background-color: #0faded;
background-image: none;
border: 0;
border-radius: 0;
margin: .5em 0 0;
padding: .5em;
}
.CodeMirror {
background-color: #444;
}
} | 0.208259 | 0.080249 |
* {
margin: 0;
padding: 0;
}
*, ::after, ::before {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-box-sizing: border-box;
box-sizing: border-box;
text-decoration: none;
}
a {
text-decoration: none;
}
a:focus {
outline: none;
}
a:hover {
cursor: pointer;
}
html {
background-color: white;
height: 100vh;
min-height: 100vh;
width: 100vw;
max-width: 100vw;
overflow-x: hidden;
}
body {
position: relative;
cursor: default;
color: black;
line-height: 1.6
font-size: 14px;
letter-spacing: 0;
text-rendering: optimizeLegibility;
background: radial-gradient(circle at top right, #E07DC3, #c5bcd4);
}
.nav {
background: transparent !important;
margin: auto;
padding: 12px 0;
max-width: 92%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
position: relative;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
img.nav-logo {
width: 50px;
height: 50px;
}
.nav-link {
display: inline-block;
font-weight: 400;
font-size: 1rem;
line-height: 1.5;
border: none;
border-radius: 1.5rem;
background: #f8f9fa;
font-weight: bold;
color: #212529;
opacity: 0.5;
margin: 5px;
text-align: center;
vertical-align: middle;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.nav-link:hover {
color: #212529;
text-decoration: none;
}
#app {
height: 100vh;
padding-top: 1%;
background-image: url(https://static-cse.canva.com/_next/static/assets/wave.2881x801.e3004027281d91aea8440556fa84fbfd.png);
background-repeat: no-repeat;
background-position: bottom;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
main, .fluid * {
padding-top: 5%;
margin-left: 10%;
margin-right: 10%;
}
p {
text-align: justify;
}
h2 {
font-style: normal;
letter-spacing: 0;
text-rendering: geometricPrecision;
text-transform: none;
text-decoration: none;
text-align: center;
margin-bottom: 20px;
font-size: 30px;
color: #10161A;
}
h2.main_title {
padding-bottom: 200px;
}
hr.separator {
border-top: 4px solid rgb(50,50,50);
width: 40%;
}
input, textarea {
overflow: hidden;
}
*:focus {
outline: none;
}
svg {
display: block;
border: 0;
outline: 0;
}
svg#wave {
position: absolute;
margin-top: -110px;
}
.page {
min-height: 100vh;
}
.page:not(:first-child), .register {
margin: 0 3% 50px 2%;
background-color: #f5f5f5;
}
.tweet-container, .tweet-info {
padding-top: 2rem;
}
.tweet-container {
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-items: center;
}
.tweet-info {
margin-top: 8%;
margin-bottom: -15%;
padding-bottom: 5px;
color: #f5f5f5;
font-size: 1.75rem;
margin-bottom: .5rem;
font-weight: 500;
line-height: 1.2;
text-align: center;
color: white;
position: relative;
}
.register {
position: relative;
background-image: url(../images/background/woman.jpg);
background-size: cover;
background-repeat: no-repeat;
background-position: 0% 100%;
}
.register::before {
position: absolute;
content: "";
width: 100%;
height: 100%;
background: radial-gradient(circle at top, transparent, rgba(224, 125, 195, 1));
z-index: 1;
}
.register * {
z-index: 2;
}
.register-left {
text-align: center;
color: #fff;
margin-top: 4%;
padding-left: 2%;
}
.register-left span {
font-size: 15px;
font-weight: lighter;
}
.register-left a {
padding: 2%;
width: 60%;
margin-top: 25%;
margin-bottom: 3%;
}
.register-right {
background: white;
border-top-left-radius: 10% 50%;
border-bottom-left-radius: 10% 50%;
}
.register-left img {
margin-top: 15%;
margin-bottom: 5%;
width: 25%;
-webkit-animation: mover 2s infinite alternate;
animation: mover 1s infinite alternate;
}
@-webkit-keyframes mover {
0% { transform: translateY(0); }
100% { transform: translateY(-20px); }
}
@keyframes mover {
0% { transform: translateY(0); }
100% { transform: translateY(-20px); }
}
.register form {
padding: 10%;
margin-top: 10%;
}
.fa-input {
font-family: FontAwesome, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.form-inline {
display: flex;
flex-flow: row wrap;
align-items: center;
visibility: hidden;
}
.form-inline input {
vertical-align: middle;
}
.form-inline .input-group input {
line-height: 1.5;
background: #f8f9fa;
color: #212529;
opacity: 0.5;
width: 200px;
margin-right: 5px;
-webkit-transition: 0.2s border-color, 0.2s opacity;
transition: 0.2s border-color, 0.2s opacity;
}
.form-inline .input-group {
margin-top: 10px;
}
.register-right .form-group input, .register-right .input-group input,
.register-right select {
padding-left: 10px;
background-color: #E4EEEE;
border: none;
border-bottom: 2px solid #E4EEEE;
border-radius: .15rem;
color: #354052;
opacity: 0.6;
-webkit-transition: 0.2s border-color, 0.2s opacity;
transition: 0.2s border-color, 0.2s opacity;
}
.input-group-prepend {
cursor: pointer;
}
.register-right .input-group-text {
border: none;
}
.form-inline .input-group-text {
background-color: #e8a1d3;
border-color: #e8a1d3;
}
.register-right .input-group {
padding-bottom: 5px;
}
.register-right .form-group input:focus,
.register-right .input-group input:focus,
.form-inline .input-group input:focus,
.form-inline .form-group input:focus {
outline: none;
-webkit-box-shadow: none;
box-shadow: none;
background-color: #E4EEEE;
border-color: #6195FF;
opacity: 1;
}
#form_error {
background-color: transparent;
height: 100px;
width: 58%;
margin-left: 90px;
position: absolute;
margin-top: -160px;
}
.error {
line-height: 1.4rem;
padding: 0 0 3px;
color: #da7eb2;;
margin-bottom: 0;
}
.btnRegister {
float: right;
margin-top: 10%;
border: none;
border-radius: 1.5rem;
padding: 2%;
background: #0062cc;
color: #fff;
font-weight: 600;
width: 50%;
cursor: pointer;
}
#map {
width: 50%;
height: 100%;
margin-left: -90px;
background: white;
}
.btnRegister:hover {
opacity: .8;
}
.register-heading {
text-align: center;
margin-top: 8%;
margin-bottom: -15%;
padding-bottom: 5px;
color: #495057;
}
/* tout est bon au dessus */
footer {
background-color: #282828;
background-color: #282828;
background-color: #f5f5f5;
padding: 80px 0;
}
.footer-social a:hover i {
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
-o-transition: all 0.2s;
-ms-transition: all 0.2s;
transition: all 0.2s;
}
.footer-social i {
color: #fff;
-webkit-transition: all 0.8s;
-moz-transition: all 0.8s;
-o-transition: all 0.8s;
-ms-transition: all 0.8s;
transition: all 0.8s;
}
footer .footer-widget h3 {
margin-bottom: 30px;
}
footer .contact-link {
display: inline-block;
width: 100%;
color: #333;
}
footer .footer-social ul {
padding-left: 0;
}
footer .footer-social ul li {
list-style: none;
float: left;
padding: 0 10px;
}
footer .footer-social ul li:first-child {
padding-left: 0;
}
footer .footer-social ul li a {
font-size: 20px;
color: #333;
}
footer .footer-social ul li a:hover {
color: red;
}
footer .opening-time {
padding-left: 0;
}
footer .opening-time li {
list-style: none;
}
footer .opening-time li span {
float: left;
padding-right: 10px;
}
footer .opening-time li span .fa-times {
color: red;
}
footer .opening-time li strong {
color: red;
}
footer .media-body a {
color: #333;
}
footer .media-body a:hover {
color: red;
}
footer .media-body span {
color: #969696;
}
footer .images-gellary ul {
padding-left: 0;
}
footer .images-gellary ul li {
list-style: none;
float: left;
margin: 0 3% 2% 0;
width: 31%;
position: relative;
}
footer .images-gellary ul li:nth-child(3n) {
margin: 0 0 1%;
} | assets/css/style.css | * {
margin: 0;
padding: 0;
}
*, ::after, ::before {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-box-sizing: border-box;
box-sizing: border-box;
text-decoration: none;
}
a {
text-decoration: none;
}
a:focus {
outline: none;
}
a:hover {
cursor: pointer;
}
html {
background-color: white;
height: 100vh;
min-height: 100vh;
width: 100vw;
max-width: 100vw;
overflow-x: hidden;
}
body {
position: relative;
cursor: default;
color: black;
line-height: 1.6
font-size: 14px;
letter-spacing: 0;
text-rendering: optimizeLegibility;
background: radial-gradient(circle at top right, #E07DC3, #c5bcd4);
}
.nav {
background: transparent !important;
margin: auto;
padding: 12px 0;
max-width: 92%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
position: relative;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
img.nav-logo {
width: 50px;
height: 50px;
}
.nav-link {
display: inline-block;
font-weight: 400;
font-size: 1rem;
line-height: 1.5;
border: none;
border-radius: 1.5rem;
background: #f8f9fa;
font-weight: bold;
color: #212529;
opacity: 0.5;
margin: 5px;
text-align: center;
vertical-align: middle;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.nav-link:hover {
color: #212529;
text-decoration: none;
}
#app {
height: 100vh;
padding-top: 1%;
background-image: url(https://static-cse.canva.com/_next/static/assets/wave.2881x801.e3004027281d91aea8440556fa84fbfd.png);
background-repeat: no-repeat;
background-position: bottom;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
main, .fluid * {
padding-top: 5%;
margin-left: 10%;
margin-right: 10%;
}
p {
text-align: justify;
}
h2 {
font-style: normal;
letter-spacing: 0;
text-rendering: geometricPrecision;
text-transform: none;
text-decoration: none;
text-align: center;
margin-bottom: 20px;
font-size: 30px;
color: #10161A;
}
h2.main_title {
padding-bottom: 200px;
}
hr.separator {
border-top: 4px solid rgb(50,50,50);
width: 40%;
}
input, textarea {
overflow: hidden;
}
*:focus {
outline: none;
}
svg {
display: block;
border: 0;
outline: 0;
}
svg#wave {
position: absolute;
margin-top: -110px;
}
.page {
min-height: 100vh;
}
.page:not(:first-child), .register {
margin: 0 3% 50px 2%;
background-color: #f5f5f5;
}
.tweet-container, .tweet-info {
padding-top: 2rem;
}
.tweet-container {
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-items: center;
}
.tweet-info {
margin-top: 8%;
margin-bottom: -15%;
padding-bottom: 5px;
color: #f5f5f5;
font-size: 1.75rem;
margin-bottom: .5rem;
font-weight: 500;
line-height: 1.2;
text-align: center;
color: white;
position: relative;
}
.register {
position: relative;
background-image: url(../images/background/woman.jpg);
background-size: cover;
background-repeat: no-repeat;
background-position: 0% 100%;
}
.register::before {
position: absolute;
content: "";
width: 100%;
height: 100%;
background: radial-gradient(circle at top, transparent, rgba(224, 125, 195, 1));
z-index: 1;
}
.register * {
z-index: 2;
}
.register-left {
text-align: center;
color: #fff;
margin-top: 4%;
padding-left: 2%;
}
.register-left span {
font-size: 15px;
font-weight: lighter;
}
.register-left a {
padding: 2%;
width: 60%;
margin-top: 25%;
margin-bottom: 3%;
}
.register-right {
background: white;
border-top-left-radius: 10% 50%;
border-bottom-left-radius: 10% 50%;
}
.register-left img {
margin-top: 15%;
margin-bottom: 5%;
width: 25%;
-webkit-animation: mover 2s infinite alternate;
animation: mover 1s infinite alternate;
}
@-webkit-keyframes mover {
0% { transform: translateY(0); }
100% { transform: translateY(-20px); }
}
@keyframes mover {
0% { transform: translateY(0); }
100% { transform: translateY(-20px); }
}
.register form {
padding: 10%;
margin-top: 10%;
}
.fa-input {
font-family: FontAwesome, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.form-inline {
display: flex;
flex-flow: row wrap;
align-items: center;
visibility: hidden;
}
.form-inline input {
vertical-align: middle;
}
.form-inline .input-group input {
line-height: 1.5;
background: #f8f9fa;
color: #212529;
opacity: 0.5;
width: 200px;
margin-right: 5px;
-webkit-transition: 0.2s border-color, 0.2s opacity;
transition: 0.2s border-color, 0.2s opacity;
}
.form-inline .input-group {
margin-top: 10px;
}
.register-right .form-group input, .register-right .input-group input,
.register-right select {
padding-left: 10px;
background-color: #E4EEEE;
border: none;
border-bottom: 2px solid #E4EEEE;
border-radius: .15rem;
color: #354052;
opacity: 0.6;
-webkit-transition: 0.2s border-color, 0.2s opacity;
transition: 0.2s border-color, 0.2s opacity;
}
.input-group-prepend {
cursor: pointer;
}
.register-right .input-group-text {
border: none;
}
.form-inline .input-group-text {
background-color: #e8a1d3;
border-color: #e8a1d3;
}
.register-right .input-group {
padding-bottom: 5px;
}
.register-right .form-group input:focus,
.register-right .input-group input:focus,
.form-inline .input-group input:focus,
.form-inline .form-group input:focus {
outline: none;
-webkit-box-shadow: none;
box-shadow: none;
background-color: #E4EEEE;
border-color: #6195FF;
opacity: 1;
}
#form_error {
background-color: transparent;
height: 100px;
width: 58%;
margin-left: 90px;
position: absolute;
margin-top: -160px;
}
.error {
line-height: 1.4rem;
padding: 0 0 3px;
color: #da7eb2;;
margin-bottom: 0;
}
.btnRegister {
float: right;
margin-top: 10%;
border: none;
border-radius: 1.5rem;
padding: 2%;
background: #0062cc;
color: #fff;
font-weight: 600;
width: 50%;
cursor: pointer;
}
#map {
width: 50%;
height: 100%;
margin-left: -90px;
background: white;
}
.btnRegister:hover {
opacity: .8;
}
.register-heading {
text-align: center;
margin-top: 8%;
margin-bottom: -15%;
padding-bottom: 5px;
color: #495057;
}
/* tout est bon au dessus */
footer {
background-color: #282828;
background-color: #282828;
background-color: #f5f5f5;
padding: 80px 0;
}
.footer-social a:hover i {
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
-o-transition: all 0.2s;
-ms-transition: all 0.2s;
transition: all 0.2s;
}
.footer-social i {
color: #fff;
-webkit-transition: all 0.8s;
-moz-transition: all 0.8s;
-o-transition: all 0.8s;
-ms-transition: all 0.8s;
transition: all 0.8s;
}
footer .footer-widget h3 {
margin-bottom: 30px;
}
footer .contact-link {
display: inline-block;
width: 100%;
color: #333;
}
footer .footer-social ul {
padding-left: 0;
}
footer .footer-social ul li {
list-style: none;
float: left;
padding: 0 10px;
}
footer .footer-social ul li:first-child {
padding-left: 0;
}
footer .footer-social ul li a {
font-size: 20px;
color: #333;
}
footer .footer-social ul li a:hover {
color: red;
}
footer .opening-time {
padding-left: 0;
}
footer .opening-time li {
list-style: none;
}
footer .opening-time li span {
float: left;
padding-right: 10px;
}
footer .opening-time li span .fa-times {
color: red;
}
footer .opening-time li strong {
color: red;
}
footer .media-body a {
color: #333;
}
footer .media-body a:hover {
color: red;
}
footer .media-body span {
color: #969696;
}
footer .images-gellary ul {
padding-left: 0;
}
footer .images-gellary ul li {
list-style: none;
float: left;
margin: 0 3% 2% 0;
width: 31%;
position: relative;
}
footer .images-gellary ul li:nth-child(3n) {
margin: 0 0 1%;
} | 0.478041 | 0.08152 |
* {
box-sizing: border-box;
padding: 0;
margin: 0;
font: 62.5%;
}
:root {
--animation1: transicaoSuave ease;
}
/* -CONFIGURAÇÕES GLOBAIS- */
/* -CONFIGURAÇÕES DO CORPO- */
body {
background-color: var(--cor1-normal);
background-repeat: no-repeat;
width: 100vw;
height: 100vh;
display: flex;
align-items: center;
justify-content: center;
}
#content_calculadora {
background-color: var(--cor4-dark);
width: 100%;
height: 20rem;
display: flex;
flex-direction: column;
margin: 1rem;
box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.521);
border-radius: 5px;
animation: var(--animation1);
animation-duration: 1s;
justify-content: space-between;
}
#content_input {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 80%;
}
/* -CONFIGURAÇÕES DO CORPO- */
/* -HEADER- */
#title {
margin: 1rem;
font-size: 1.1rem;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
text-shadow: .1rem .1rem .1rem rgba(0, 0, 0, 0.637);
animation: transicaoSubida;
animation-duration: 1s;
}
/* -HEADER- */
/* -BOTOES- */
#content_input > div {
margin: 10px;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
width: 12rem;
height: 4rem;
animation: transicaoSubida;
animation-duration: 1.5s;
}
#content_input > div > h2 {
font-size: 1.3rem;
color: #fff;
text-shadow: .1rem .1rem .1rem rgba(0, 0, 0, 0.356);
text-align: center;
}
#content_input > div > select {
margin-top: 10px;
font-size: 1.2rem;
background-color: rgb(43, 32, 42);
color: #fff;
border: .1rem solid transparent;
border-radius: .4rem;
-moz-appearance: none;
-ms-appearance: none;
outline: 0;
text-align: center;
width: 85%;
height: 1.6rem;
}
#button_calc > button {
margin-top: 3px;
background-color: rgb(43, 32, 42);
color: #fff;
border: 0;
width: 80%;
height: 2.3rem;
border-radius: .7rem;
outline: 0;
}
#button_calc > button:hover {
background-color: rgb(54, 40, 53);
}
#resultado_operacao {
margin-top: 30px;
transform: translate();
}
#resultado_operacao > p {
color: #fff;
font-size: 1.5rem;
background-color: var(--cor1-normal);
width: 8rem;
height: 6rem;
margin: 10px;
border-radius: 1000rem;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
animation: 1s ease forwards;
}
#link {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 3.4rem;
background-color: var(--cor4-light);
border-bottom-left-radius: 2px;
border-bottom-right-radius: 2px;
animation: transicaoSubida;
animation-duration: 1s;
}
#link > a {
text-decoration: none;
color: #fff;
font-family: Arial, Helvetica, sans-serif;
width: 6rem;
height: 1.5rem;
text-align: center;
padding-top: 2px;
margin-bottom: 0;
background-color: var(--cor3-normal);
box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.521);
font-size: 1.3rem;
}
#link > a:hover {
text-decoration: none;
color: #fff;
font-family: Arial, Helvetica, sans-serif;
width: 6rem;
height: 1.4rem;
text-align: center;
padding-top: 1px;
background-color: var(--cor3-light);
}
/* -BOTOES- */
/* -ANIMACOES- */
@keyframes transicaoSuave {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes transicaoSubida {
from {
opacity: 0;
transform: translateY(20px);
}
to {
opacity: 1;
transform: translateY(0px);
}
}
/* -ANIMACOES- */
/* -MEDIA QUERIES- */
@media (max-width: 835px) {
#content_input {
flex-direction: column;
}
#content_calculadora {
background-color: var(--cor4-dark);
width: 70%;
height: 90%;
display: flex;
flex-direction: column;
margin: 1rem;
}
#resultado_operacao > p {
transform: translateY(-15px);
}
}
@media (max-width: 510px) {
#title {
margin: 10px;
font-size: 1rem;
text-align: center;
}
#content_input > div > h2 {
font-size: 1.2rem;
}
#content_input > div > select {
margin-top: 10px;
font-size: 1rem;
text-align: center;
background-color: rgb(43, 32, 42);
color: #fff;
border: .1rem solid transparent;
border-radius: .4rem;
-moz-appearance: none;
-ms-appearance: none;
outline: 0;
}
}
@media (max-height: 560px) {
#content_input > div > select {
margin-top: 3px;
font-size: 1rem;
width: 85%;
height: 1.5rem;
}
#content_input > div {
margin: 4px;
width: 12rem;
height: 3.5rem;
}
}
@media (max-height: 480px) {
#link > a {
height: 1rem;
padding-top: 1px;
font-size: .8rem;
}
}
/* -MEDIA QUERIES- */ | css/style.css |
* {
box-sizing: border-box;
padding: 0;
margin: 0;
font: 62.5%;
}
:root {
--animation1: transicaoSuave ease;
}
/* -CONFIGURAÇÕES GLOBAIS- */
/* -CONFIGURAÇÕES DO CORPO- */
body {
background-color: var(--cor1-normal);
background-repeat: no-repeat;
width: 100vw;
height: 100vh;
display: flex;
align-items: center;
justify-content: center;
}
#content_calculadora {
background-color: var(--cor4-dark);
width: 100%;
height: 20rem;
display: flex;
flex-direction: column;
margin: 1rem;
box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.521);
border-radius: 5px;
animation: var(--animation1);
animation-duration: 1s;
justify-content: space-between;
}
#content_input {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 80%;
}
/* -CONFIGURAÇÕES DO CORPO- */
/* -HEADER- */
#title {
margin: 1rem;
font-size: 1.1rem;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
text-shadow: .1rem .1rem .1rem rgba(0, 0, 0, 0.637);
animation: transicaoSubida;
animation-duration: 1s;
}
/* -HEADER- */
/* -BOTOES- */
#content_input > div {
margin: 10px;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
width: 12rem;
height: 4rem;
animation: transicaoSubida;
animation-duration: 1.5s;
}
#content_input > div > h2 {
font-size: 1.3rem;
color: #fff;
text-shadow: .1rem .1rem .1rem rgba(0, 0, 0, 0.356);
text-align: center;
}
#content_input > div > select {
margin-top: 10px;
font-size: 1.2rem;
background-color: rgb(43, 32, 42);
color: #fff;
border: .1rem solid transparent;
border-radius: .4rem;
-moz-appearance: none;
-ms-appearance: none;
outline: 0;
text-align: center;
width: 85%;
height: 1.6rem;
}
#button_calc > button {
margin-top: 3px;
background-color: rgb(43, 32, 42);
color: #fff;
border: 0;
width: 80%;
height: 2.3rem;
border-radius: .7rem;
outline: 0;
}
#button_calc > button:hover {
background-color: rgb(54, 40, 53);
}
#resultado_operacao {
margin-top: 30px;
transform: translate();
}
#resultado_operacao > p {
color: #fff;
font-size: 1.5rem;
background-color: var(--cor1-normal);
width: 8rem;
height: 6rem;
margin: 10px;
border-radius: 1000rem;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
animation: 1s ease forwards;
}
#link {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 3.4rem;
background-color: var(--cor4-light);
border-bottom-left-radius: 2px;
border-bottom-right-radius: 2px;
animation: transicaoSubida;
animation-duration: 1s;
}
#link > a {
text-decoration: none;
color: #fff;
font-family: Arial, Helvetica, sans-serif;
width: 6rem;
height: 1.5rem;
text-align: center;
padding-top: 2px;
margin-bottom: 0;
background-color: var(--cor3-normal);
box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.521);
font-size: 1.3rem;
}
#link > a:hover {
text-decoration: none;
color: #fff;
font-family: Arial, Helvetica, sans-serif;
width: 6rem;
height: 1.4rem;
text-align: center;
padding-top: 1px;
background-color: var(--cor3-light);
}
/* -BOTOES- */
/* -ANIMACOES- */
@keyframes transicaoSuave {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes transicaoSubida {
from {
opacity: 0;
transform: translateY(20px);
}
to {
opacity: 1;
transform: translateY(0px);
}
}
/* -ANIMACOES- */
/* -MEDIA QUERIES- */
@media (max-width: 835px) {
#content_input {
flex-direction: column;
}
#content_calculadora {
background-color: var(--cor4-dark);
width: 70%;
height: 90%;
display: flex;
flex-direction: column;
margin: 1rem;
}
#resultado_operacao > p {
transform: translateY(-15px);
}
}
@media (max-width: 510px) {
#title {
margin: 10px;
font-size: 1rem;
text-align: center;
}
#content_input > div > h2 {
font-size: 1.2rem;
}
#content_input > div > select {
margin-top: 10px;
font-size: 1rem;
text-align: center;
background-color: rgb(43, 32, 42);
color: #fff;
border: .1rem solid transparent;
border-radius: .4rem;
-moz-appearance: none;
-ms-appearance: none;
outline: 0;
}
}
@media (max-height: 560px) {
#content_input > div > select {
margin-top: 3px;
font-size: 1rem;
width: 85%;
height: 1.5rem;
}
#content_input > div {
margin: 4px;
width: 12rem;
height: 3.5rem;
}
}
@media (max-height: 480px) {
#link > a {
height: 1rem;
padding-top: 1px;
font-size: .8rem;
}
}
/* -MEDIA QUERIES- */ | 0.313945 | 0.102754 |
body {
text-align: center;
color: #333;
font-family: "PT Sans";
user-select: none;
}
#title {
margin-top: 60px;
padding-right: .5em;
}
body > p {
width: 450px;
margin: auto;
}
/* Game board */
#grid {
display: inline-block;
margin: 0 auto;
margin-top: 60px;
font-size: 0;
vertical-align: middle;
}
.row {
display: block;
}
.row div {
display: inline-block;
position: relative;
width: 100px;
height: 100px;
margin: 5px;
background: #f2f2f2;
border-radius: 4px;
box-sizing: border-box;
cursor: pointer;
}
.row div::after {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-size: 40px;
font-family: "FontAwesome";
}
.row div.x::after {
content: "\f00d";
}
.row div.o::after {
content: "\f111";
}
.x {
color: #E67E22;
}
.o {
color: #336E7B;
}
/* Control panel */
#control-panel {
position: absolute;
top: 20px;
left: 30px;
text-align: center;
overflow: hidden;
}
.button {
display: block;
margin: 3px 0;
padding: 1em 2em;
color: white;
background: #3e3e3e;
border-radius: 3px;
text-decoration: none;
transition: .2s all;
}
.button.main {
background: #336E7B;
}
.button.main:hover {
background: #255059;
}
.button.alt {
font-size: .85em;
background: #255059;
}
.button.alt:hover {
background: #255059;
}
/* Information */
#info {
position: absolute;
top: 20px;
right: 30px;
width: 220px;
background: #fff;
border: 1px solid #eee;
border-radius: 3px;
}
#info h2 {
margin: 0;
padding: 10px;
font-size: .9em;
color: #555;
background: #f7f7f7;
border-bottom: 1px solid #eee;
}
#info p {
margin: 0;
padding: 1em;
border-bottom: 1px solid #eee;
}
#info span {
font-weight: 900;
}
#win-screen {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
opacity: 0;
pointer-events: none;
transition: .4s opacity;
}
#win-screen.active {
opacity: 1;
pointer-events: auto;
}
#win-screen div {
position: fixed;
padding: 2.5em;
top: 50%;
left: 50%;
transform: translate(-50%, -50%) scale(0);
background: #f7f7f7;
border-radius: 5px;
transition: .4s transform ease;
}
#win-screen.active div {
transform: translate(-50%, -50%) scale(1);
}
#win-screen h1 {
margin-top: 0;
} | css/main.css | body {
text-align: center;
color: #333;
font-family: "PT Sans";
user-select: none;
}
#title {
margin-top: 60px;
padding-right: .5em;
}
body > p {
width: 450px;
margin: auto;
}
/* Game board */
#grid {
display: inline-block;
margin: 0 auto;
margin-top: 60px;
font-size: 0;
vertical-align: middle;
}
.row {
display: block;
}
.row div {
display: inline-block;
position: relative;
width: 100px;
height: 100px;
margin: 5px;
background: #f2f2f2;
border-radius: 4px;
box-sizing: border-box;
cursor: pointer;
}
.row div::after {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-size: 40px;
font-family: "FontAwesome";
}
.row div.x::after {
content: "\f00d";
}
.row div.o::after {
content: "\f111";
}
.x {
color: #E67E22;
}
.o {
color: #336E7B;
}
/* Control panel */
#control-panel {
position: absolute;
top: 20px;
left: 30px;
text-align: center;
overflow: hidden;
}
.button {
display: block;
margin: 3px 0;
padding: 1em 2em;
color: white;
background: #3e3e3e;
border-radius: 3px;
text-decoration: none;
transition: .2s all;
}
.button.main {
background: #336E7B;
}
.button.main:hover {
background: #255059;
}
.button.alt {
font-size: .85em;
background: #255059;
}
.button.alt:hover {
background: #255059;
}
/* Information */
#info {
position: absolute;
top: 20px;
right: 30px;
width: 220px;
background: #fff;
border: 1px solid #eee;
border-radius: 3px;
}
#info h2 {
margin: 0;
padding: 10px;
font-size: .9em;
color: #555;
background: #f7f7f7;
border-bottom: 1px solid #eee;
}
#info p {
margin: 0;
padding: 1em;
border-bottom: 1px solid #eee;
}
#info span {
font-weight: 900;
}
#win-screen {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
opacity: 0;
pointer-events: none;
transition: .4s opacity;
}
#win-screen.active {
opacity: 1;
pointer-events: auto;
}
#win-screen div {
position: fixed;
padding: 2.5em;
top: 50%;
left: 50%;
transform: translate(-50%, -50%) scale(0);
background: #f7f7f7;
border-radius: 5px;
transition: .4s transform ease;
}
#win-screen.active div {
transform: translate(-50%, -50%) scale(1);
}
#win-screen h1 {
margin-top: 0;
} | 0.310067 | 0.068694 |
@charset "utf-8";
/* CSS Document PC端发布页样式*/
/*发布首页*/
body {
background-color: #FFF;
}
body.e7 {
background-color: #e7e7eb;
}
.container, .content, .content-body {
text-align: center;
}
.post_index {
width: 1000px;
overflow: hidden;
margin: 50px auto 100px;
}
.post_index .post_index_t {
width: 999px;
height: 50px;
line-height: 50px;
font-size: 18px;
color: #000;
background: #eee;
text-align: center;
}
.post_index_b {
overflow: hidden;
margin-top: 30px;
}
.post_index_b table {
width: 999px;
background-color: #eee;
border-collapse: inherit;
border-spacing: 1px;
}
.post_index_b table td {
background-color: #FFF;
vertical-align: top;
}
.post_index_b table td a {
display: block;
width: 332px;
height: 220px;
}
.post_index_b table td a:hover {
background-color: #d9d9d9;
}
.post_index_b table td a .t {
text-align: center;
padding-top: 10px;
}
.post_index_b table td a .t img {
width: 90px;
height: 90px;
}
.post_index_b table td a .c {
text-align: center;
padding-top: 10px;
font-size: 18px;
color: #000;
}
.post_index_b table td a .b {
text-align: center;
padding-top: 10px;
font-size: 14px;
color: #999;
}
/*发布页*/
.wrap {
margin: 0 auto;
width: 1190px;
background: #FFF;
}
.container {
}
#post_form {
margin: 0 auto;
overflow: hidden;
}
.form_input_party {
background: #fff;
border-bottom: 1px solid #eee;
height: 40px;
color: #666;
}
.post_main_ul {
margin: 35px auto 20px;
}
.post_main_ul .post_main_li {
margin-bottom: 0px;
}
.post_main_ul .post_main_li .post_main_l_tit {
width: 200px;
height: 38px;
line-height: 38px;
overflow: hidden;
float: left;
}
.post_main_ul .post_main_li .post_main_l_tit span {
display: inline-block;
height: 38px;
line-height: 38px;
font-size: 14px;
color: #000;
float: right;
margin: 0 5px 0 0;
}
.post_main_ul .post_main_li .post_main_l_tit b {
display: block;
width: 20px;
height: 30px;
font-size: 18px;
color: #ff0000;
float: right;
margin: 4px 20px 0 0;
}
.post_main_ul .post_main_li .post_main_r {
width: 890px;
float: left;
}
.post_main_r_fwb {
position: relative;
z-index: 11;
}
input.post_title, input.limitNum_k {
width: 873px;
height: 36px;
line-height: 36px;
padding-left: 15px;
font-size: 14px;
color: #444;
}
input.post_title.redK {
border: 1px solid #ffadad;
}
#post_main_r_K_title .post_title {
border: 1px solid #d9d9d9;
}
.post_main_ul .post_main_li .post_main_r .k_time_date {
width: 240px;
height: 36px;
border: 1px solid #d9d9d9;
background: url(../img/date_icon.png) no-repeat 15px 10px;
float: left;
margin-right: 14px;
}
.post_main_ul .post_main_li .post_main_r .k_time_date input {
width: 150px;
height: 18px;
border-top: 1px solid #FFF;
float: left;
margin: 7px 0 0 38px;
font-size: 14px;
color: #444;
}
.post_main_ul .post_main_li .post_main_r .k_time_hour {
width: 100px;
height: 36px;
border: 1px solid #d9d9d9;
background: url(../img/time_icon3.png) no-repeat 8px 8px;
float: left;
margin-right: 14px;
position: relative;
z-index: 2000;
}
.post_main_ul .post_main_li .post_main_r .k_time_hour input {
width: 45px;
height: 18px;
border-top: 1px solid #FFF;
float: left;
margin: 7px 0 0 38px;
font-size: 14px;
color: #444;
}
.post_main_ul .post_main_li .post_main_r .k_time_hour img {
float: left;
margin-top: 15px;
}
.post_main_ul .post_main_li .post_main_r .k_time_ge {
width: 28px;
height: 18px;
border-bottom: 1px solid #d9d9d9;
float: left;
margin: 0 5px 0 -5px;
}
.post_main_ul .post_main_li .post_main_r .k_site {
width: 200px;
height: 36px;
border: 1px solid #d9d9d9;
float: left;
margin-right: 14px;
position: relative;
z-index: 15;
}
.post_main_ul .post_main_li .post_main_r .k_site input {
width: 178px;
height: 18px;
border-top: 1px solid #FFF;
float: left;
margin: 7px 0 0 15px;
font-size: 14px;
color: #444;
}
.post_main_ul .post_main_li .post_main_r .k_site input.jiao {
background: url(../img/jiao.png) no-repeat right;
}
.post_main_ul .post_main_li .post_main_r .k_site img {
float: left;
margin-top: 15px;
}
.post_main_ul .post_main_li .post_main_r .k_site2 {
width: 620px;
height: 36px;
border: 1px solid #d9d9d9;
float: left;
}
.post_main_ul .post_main_li .post_main_r .k_site2 input {
width: 588px;
height: 18px;
border-top: 1px solid #FFF;
float: left;
margin: 7px 0 0 15px;
font-size: 14px;
color: #444;
}
.post_main_ul .post_main_li.yindao_qq {
height: 38px;
}
.post_main_ul .post_main_li.yindao_qq .post_main_l_tit {
width: 250px;
}
.post_main_ul .post_main_li.yindao_qq .post_main_r {
width: 740px;
}
.post_main_ul .post_main_li.yindao_qq .post_main_r a {
position: relative;
cursor: default;
display: inline-block;
float: left;
height: 30px;
line-height: 30px;
border: 1px solid #b8b8b8;
border-radius: 2px;
background-color: #FFF;
font-size: 14px;
margin: 3px 20px 0 0;
padding-right: 15px;
}
.post_main_ul .post_main_li.yindao_qq .post_main_r a.firstLi {
cursor: pointer;
}
.post_main_ul .post_main_li.yindao_qq .post_main_r a.firstLi:hover {
background-color: #f8f8f8;
}
.post_main_ul .post_main_li.yindao_qq .post_main_r a img {
width: 20px;
height: 20px;
float: left;
margin: 5px 5px 0 10px;
}
.post_main_ul .post_main_li.yindao_qq .post_main_r a b {
position: absolute;
display: block;
width: 20px;
height: 20px;
background: url(../img/close.png);
right: -10px;
top: -5px;
cursor: pointer;
}
.post_form_join_item {
overflow: hidden;
}
.post_form_join_item li {
float: left;
width: 78px;
height: 28px;
line-height: 28px;
margin-right: 13px;
margin-bottom: 2px;
margin-top: 3px;
text-align: center;
}
.post_form_join_item li p {
text-align: center;
white-space: nowrap;
text-overflow: ellipsis;
-o-text-overflow: ellipsis;
overflow: hidden;
padding: 0 3px;
cursor: pointer;
}
.post_form_join_item li div.xuanX {
width: 100%;
line-height: 26px;
white-space: nowrap;
text-overflow: ellipsis;
-o-text-overflow: ellipsis;
overflow: hidden;
font-size: 14px;
cursor: pointer;
}
#post_join_item_add {
font-size: 14px;
background-color: #0099e9;
color: #FFF;
border: 1px solid #0099e9;
}
#post_join_item_add:hover {
background-color: #0082c6;
border: 1px solid #0082c6;
}
.join_item_static {
background-color: #0099e9;
border: 1px solid #0099e9;
color: #FFF;
}
.join_item_no {
border: 1px solid #e5e5e5;
color: #666;
}
.post_join_item_add img {
width: 22px;
height: 22px;
}
.post_item_7 {
position: relative;
}
.post_item_7 input {
width: 100%;
text-align: center;
border: 1px solid #0099e9;
height: 100%;
}
.post_item_7 img {
width: 17px;
height: 17px;
position: absolute;
top: -4px;
right: -3px;
}
.post_item_7_text {
text-align: center;
font-size: 15px;
font-family: Microsoft YaHei;
}
.join_item_no.post_item_7 {
cursor: pointer;
line-height: 26px;
}
.join_item_no.post_item_7 input {
font-size: 14px;
color: #666;
background-color: #FFF;
border: none!important;
border-radius: 8px;
height: 26px!important;
}
.join_item_no.post_item_7.or input {
color: #FFF;
cursor: pointer;
background-color: #0099e9;
width: 100%;
height: 26px!important;
float: left;
margin-left: 0;
border: none!important;
border-radius: 8px;
}
/* .hdTime1,.hdTime2,.hdAddress,.hdnumLimit{height:38px;} */
.hdFy {
overflow: hidden;
}
.post_main_ul li.hdZt {
margin-bottom: 0;
height: 68px;
}
.post_main_ul li.hdRichtext {
margin-bottom: 0;/* height:330px; */
overflow: hidden;
}
.post_main_ul li.post_vote_option_top {
margin-bottom: 15px;
height: 38px;
}
.post_main_ul li.post_vote_type_li {
margin-bottom: 20px;
height: 96px;
}
.post_main_ul li.post_vote_type_li .post_main_r {
position: relative;
}
.post_main_ul li.post_vote_option_li {
margin-bottom: 20px;
}
.post_main_ul li.post_vote_jg {
margin-bottom: 20px;
height: 90px;
}
.post_main_ul li.post_vote_jg #form_textarea {
border: 1px solid #d9d9d9;
overflow: hidden;
}
.post_main_ul li.post_vote_jg #form_textarea textarea {
width: 870px!important;
height: 80px;
margin: 5px;
font-size: 14px;
color: #666;
line-height: 28px;
}
.post_main_note {
height: 30px;
clear: both;
}
#post_vote_option_add .post_main_note {
width: 350px;
clear: none;
float: left;
}
#post_vote_option_add.thisOver .post_main_note p {
display: block;
padding-left: 18px;
}
.post_main_note p {
padding-left: 203px;
overflow: hidden;
display: none;
}
.red_outK.thisOver .post_main_note p {
display: block;
}
.post_main_note p img {
float: left;
margin-top: 9px;
width: 13px;
}
.post_main_note p span {
display: inline-block;
color: #eb6877;
line-height: 30px;
float: left;
margin-left: 5px;
font-size: 12px;
}
.post_main_ul li.bmtxxx {
height: auto;
overflow: hidden;
min-height: inherit;
}
.post_main_ul li.bmtxxx .post_main_r {
overflow: hidden;
}
#post_main_r_K_partyTime1 .post_main_note {
margin-top: -30px;
width: 100%;
float: left;
}
/* .hdRichtext{height:300px;} */
.form_phone_recom {
height: 22px;
margin-top: 10px;
}
.hdRichtext .post_main_r {
border: 1px solid #d9d9d9;
}
.hdRichtext .post_main_r.redK {
border: 1px solid #ffadad;
}
.form_phone_recom .form_checkbox_check {
width: 16px;
height: 16px;
float: left;
}
.form_phone_recom p {
display: block;
width: 125px;
height: 16px;
line-height: 16px;
float: left;
font-size: 14px;
color: #000;
margin-top: 1px;
}
.post_main_fee {
height: 30px;
margin-top: 10px;
}
.post_main_fee input {
float: left;
margin-top: 2px;
}
.post_main_fee span {
display: inline-block;
height: 16px;
line-height: 16px;
float: left;
margin: 0 20px 0 5px;
font-size: 14px;
color: #444;
}
.post_main_fee_K {
overflow: hidden;
}
#party_pay_item_price {
width: 180px;
height: 36px;
border: 1px solid #d9d9d9;
text-indent: 15px;
float: left;
margin-right: 14px;
font-size: 14px;
color: #444;
}
.post_main_fee_K span {
display: inline-block;
line-height: 36px;
font-size: 14px;
color: #000;
float: left;
}
.post_main_fee_K input {
width: 170px;
background-color: #fff;
border: 1px solid #e5e5e5;
color: #666;
font-size: 14px;
height: 26px;
float: left;
margin-top: 5px;
margin-right: 5px;
text-indent: 5px;
}
.post_main_recommend {
height: 30px;
margin-top: 10px;
}
.post_main_recommend input {
float: left;
margin-top: 2px;
}
.post_main_recommend span {
display: inline-block;
height: 16px;
line-height: 16px;
float: left;
margin: 0 20px 0 5px;
font-size: 14px;
color: #444;
}
#post_form .agree {
height: 20px;
margin: 35px 55px 15px;
border-top: 1px solid #aeaeae;
padding-top: 15px;
}
#post_form .agree img {
float: left;
margin: 5px 0 0 448px;
}
#post_form .agree span {
display: inline-block;
height: 20px;
line-height: 20px;
float: left;
margin: 0 0 0 8px;
font-size: 14px;
}
#post_form .agree a {
display: inline-block;
height: 20px;
line-height: 20px;
float: left;
margin: 0 0 0 5px;
font-size: 14px;
color: #0099e9;
}
#post_form .agree a:hover {
color: #0082c6;
text-decoration: underline;
}
.fb_Btn {
height: 45px;
margin: 25px auto 65px;
}
.fb_Btn a.btn_Post {
display: block;
width: 213px;
height: 45px;
line-height: 45px;
text-align: center;
font-size: 18px;
color: #FFF;
float: left;
margin-left: 410px;
background-color: #0099e9;
}
.fb_Btn a.btn_Post:hover {
background-color: #0082c6;
}
.fb_Btn a.btn_Preview {
display: block;
width: 138px;
height: 45px;
line-height: 45px;
text-align: center;
font-size: 18px;
color: #FFF;
float: left;
margin-left: 20px;
background-color: #61c8fd;
}
.fb_Btn a.btn_Preview:hover {
background-color: #53aad7;
}
/*.fb_Btn a.btn_Post.thisGray,.fb_Btn a.btn_Post.thisGray:hover,.fb_Btn a.btn_Preview.thisGray,.fb_Btn a.btn_Preview.thisGray:hover{background-color:#0099e9;}*/
.btnYes {
display: none;
}
.post_pay_item {
border: 1px solid #d9d9d9;
background-color: #fcfcfc;
}
.post_pay_item .post_pay_item_top {
height: 40px;
background-color: #edeeef;
border-bottom: 1px solid #d9d9d9;
margin-bottom: 20px;
}
.post_pay_item .post_pay_item_top span {
display: inline-block;
line-height: 40px;
font-size: 14px;
color: #666;
text-align: center;
float: left;
}
.post_pay_item .post_pay_item_top span b {
font-size: 12px;
color: #3e80ad;
}
.post_pay_item .post_pay_item_top span.tit01 {
width: 95px;
margin-left: 10px;
}
.post_pay_item .post_pay_item_top span.tit02 {
width: 255px;
}
.post_pay_item .post_pay_item_top span.tit03 {
width: 120px;
margin-left: 45px;
}
.post_pay_item .post_pay_item_top span.tit04 {
width: 190px;
margin-left: 65px;
}
.post_pay_item .cost_content {
height: 30px;
margin-bottom: 15px;
}
.post_pay_item .cost_content .form_input_number {
height: 30px;
width: 95px;
margin-left: 10px;
text-align: center;
float: left;
line-height: 30px;
font-size: 14px;
color: #666;
}
.post_pay_item .cost_content .form_input_cost_type {
height: 30px;
width: 255px;
text-align: center;
float: left;
}
.post_pay_item .cost_content .form_input_cost_type input {
height: 28px;
width: 253px;
border: 1px solid #d9d9d9;
text-indent: 10px;
font-size: 14px;
color: #666;
background-color: #FFF;
}
.post_pay_item .cost_content .form_input_cost_money {
height: 30px;
width: 120px;
margin-left: 45px;
float: left;
}
.post_pay_item .cost_content .form_input_cost_money input {
height: 28px;
width: 128px;
border: 1px solid #d9d9d9;
text-indent: 10px;
font-size: 14px;
color: #666;
background-color: #FFF;
}
.post_pay_item .cost_content .form_input_cost_people {
height: 30px;
width: 190px;
margin-left: 55px;
float: left;
}
.post_pay_item .cost_content .form_input_cost_people input {
height: 28px;
width: 188px;
border: 1px solid #d9d9d9;
text-indent: 10px;
font-size: 14px;
color: #666;
background-color: #FFF;
}
.post_pay_item .cost_content a {
display: block;
width: 20px;
height: 20px;
background: url(../img/share_qr_close3_20.png) no-repeat 0 0;
float: left;
margin: 7px 0 0 10px;
cursor: pointer;
}
.post_pay_item .cost_content a:hover {
background: url(../img/share_qr_close3_20.png) no-repeat 0 -20px;
}
.post_pay_item .cost_add {
overflow: hidden;
margin: 20px auto;
}
.post_pay_item .cost_add a {
display: block;
width: 120px;
height: 30px;
line-height: 30px;
text-align: center;
margin: 0 auto;
background-color: #0099e9;
color: #FFF;
}
.post_pay_item .cost_add a:hover {
background-color: #0082c6;
}
.form_input {
height: 38px;
margin-bottom: 18px;
}
.form_input span {
display: block;
width: 178px;
height: 38px;
line-height: 38px;
font-size: 14px;
color: #444;
padding-right: 42px;
float: left;
text-align: right;
}
.form_input input {
width: 800px;
height: 36px;
line-height: 36px;
border: 1px solid #d9d9d9;
text-indent: 15px;
font-size: 14px;
color: #444;
float: left;
}
.form_input a {
display: block;
width: 20px;
height: 20px;
background: url(../img/share_qr_close3_20.png) no-repeat 0 0;
float: left;
margin: 8px 0 0 15px;
cursor: pointer;
}
.form_input a:hover {
background: url(../img/share_qr_close3_20.png) no-repeat 0 -20px;
}
#post_vote_option_add {
height: 32px;
margin-bottom: 20px;
}
#post_vote_option_add a {
display: block;
width: 118px;
height: 32px;
line-height: 32px;
float: left;
margin-left: 220px;
background-color: #0099e9;
font-size: 14px;
color: #FFF;
}
#post_vote_option_add a:hover {
background-color: #0082c6;
}
.mnxlkPC {
width: 330px;
position: absolute;
left: 0;
top: 0;
z-index: 1001;
}
.mnxlkPC span {
display: block;
height: 36px;
line-height: 36px;
text-align: left;
font-size: 16px;
padding-left: 15px;
border: 1px solid #d9d9d9;
background: url(../img/jiao.png) no-repeat 310px 16px;
}
.mnxlkPC div {
*height:144px;
max-height: 261px;
overflow-y: auto;
}
.mnxlkPC a {
display: none;
height: 36px;
line-height: 36px;
text-align: left;
padding-left: 15px;
border: 1px solid #ddd;
margin-top: -1px;
background-color: #FFF;
}
.mnxlkPC a:hover {
background-color: #FCFCFC;
}
.xlK_btn {
cursor: pointer;
display: block;
height: 36px;
left: 0;
width: 330px;
outline: medium none;
position: absolute;
top: 0;
z-index: 1002;
}
/*记名*/
.k_sign {
width: 330px;
height: 38px;
position: relative;
margin-top: 58px;
z-index: 1000;
}
.k_sign span {
display: block;
height: 36px;
line-height: 36px;
text-align: left;
font-size: 16px;
padding-left: 15px;
border: 1px solid #d9d9d9;
background: url(../img/jiao.png) no-repeat 310px 16px;
}
.k_sign .k_sign_K {
position: absolute;
width: 330px;
height: 62px;
left: 0;
top: 38px;
display: none;
}
.k_sign .k_sign_K ul li {
height: 36px;
line-height: 36px;
background-color: #FFF;
border-left: 1px solid #d9d9d9;
border-right: 1px solid #d9d9d9;
border-bottom: 1px solid #d9d9d9;
text-align: left;
padding-left: 15px;
}
.k_sign .k_sign_K ul li:hover {
background-color: #FCFCFC;
}
.limit_L p {
line-height: 38px;
text-align: left;
font-size: 14px;
color: #666;
}
#post_party_limitnum .limit_L {
border: 1px solid #d9d9d9;
}
#post_party_limitnum .limit_L p {
color: #444;
font-size: 14px;
height: 36px;
line-height: 36px;
text-indent: 15px;
}
.post_queR_p {
display: none;
}
.or {
background: none repeat scroll 0 0 #0099e9;
color: #ffffff;
}
/*复文本编辑器*/
#f,/* .ke-statusbar, */ #post_upload_iframe, #post_map {
display: none;
}
.ke-container {
position: relative;
z-index: 0;
}
.bqgnK {
}
.bqgnK li {
cursor: pointer;
}
.bqgnK li.bqgnK_li02 {
position: absolute;
top: 0;
left: 0;
z-index: 1999;
cursor: pointer;
width: 24px;
height: 21px;
overflow: hidden;
border: 0;
background: url(../img/fwb_icon_pic.png) no-repeat;
}
.bqgnK li.bqgnK_li02 a {
display: block;
width: 24px;
height: 21px;
}
.bqgnK li.bqgnK_li02:hover a {
background: url(../img/fwb_icon_pic_on.png) no-repeat;
}
.bqgnK li.bqgnK_li06 {
position: absolute;
top: 0;
left: 24px;
z-index: 1999;
cursor: pointer;
width: 24px;
height: 21px;
overflow: hidden;
background: url(../img/fwb_icon_video.png) no-repeat;
border: 0;
}
.bqgnK li.bqgnK_li06:hover {
background: url(../img/fwb_icon_video_on.png) no-repeat;
}
.richtext_bar {
width: 60px;
height: 22px;
position: absolute;
background-color: #f0f0ee;
top: 3px;
left: 138px;
z-index: 9999;
}
#post_article_content_upload_file, #post_party_content_upload_file, #post_vote_content_upload_file {
cursor: pointer;
}
.fwb_spA {
display: block;
cursor: pointer;
width: 22px;
height: 20px;
}
/*loading区*/
.loadingDiv {
width: 120px;
height: 120px;
background-image: url(../img/loadingBj.png);
position: absolute;
}
.loadingDiv .pImg {
padding-top: 30px;
padding-bottom: 20px;
text-align: center;
}
.loadingDiv .pImg img {
width: 30px;
height: 30px;
}
.loadingDiv .pTxt {
text-align: center;
font-size: 12px;
color: #FFF;
}
.richtext_bar_pic_upfile {
bottom: 0;
filter: alpha(opacity=0);
-moz-opacity: 0;
-khtml-opacity: 0;
opacity: 0;
position: absolute;
right: 0;
z-index: 1;
}
/*需支付-报名成功弹窗*/
#tc_bmSuccess {
width: 250px;
background-color: #FFF;
border-radius: 8px;
overflow: hidden;
}
#tc_bmSuccess .baoSuccess {
margin: 10px auto;
}
ul.chengAppmenu {
margin-top: 80px;
}
ul.chengAppmenu li {
border-top: 1px solid #ccc;
line-height: 44px;
overflow: hidden;
text-align: center;
color: #0099e9;
cursor: pointer;
}
.baoSuccess {
width: 170px;
height: 60px;
overflow: hidden;
margin: 100px auto 20px;
}
.baoSuccess span {
float: left;
display: block;
width: 60px;
height: 60px;
background-image: url(../img/pop_remmind_yes.png);
background-size: 100% auto;
background: none\9;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/pop_remmind_yes.png', sizingMethod=scale);
background-repeat: no-repeat;
}
.baoSuccess p {
float: left;
display: inline-block;
line-height: 60px;
font-size: 20px;
margin-left: 10px;
color: #000;
}
#tc_bmSuccess {
width: 250px;
background-color: #FFF;
border-radius: 8px;
overflow: hidden;
}
#tc_bmSuccess .baoSuccess {
width: 170px;
height: 40px;
overflow: hidden;
margin: 10px auto;
}
#tc_bmSuccess .baoSuccess .successDui {
float: left;
width: 40px;
height: 40px;
margin-left: 15px;
}
#tc_bmSuccess .baoSuccess p {
float: left;
display: inline-block;
line-height: 40px;
font-size: 20px;
margin-left: 10px;
color: #000;
}
/*顶部 关注互动吧*/
.post_note2 {
background-color: #e6e6e6;
text-align: center;
font-size: 14px;
*padding:10px 0 5px;
display: none;
}
.post_note2 table {
display: inline-block;
margin: 10px auto 5px;
cursor: pointer;
}
.post_note2 table td {
height: 20px;
line-height: 18px;
font-size: 14px;
}
.post_note2 table td img {
width: 20px;
height: 20px;
}
/*二维码*/
.tc_c {
display: none;
width: 330px;
overflow: hidden;
background-color: #FFF;
border-radius: 8px;
position: fixed;
z-index: 3000;
}
.tc_c .tc_c_close {
height: 30px;
position: relative;
}
.tc_c .tc_c_close img {
position: absolute;
width: 22px;
right: 8px;
top: 8px;
cursor: pointer;
}
.tc_c .tc_c_title {
padding: 0 0 15px;
text-align: center;
font-size: 18px;
color: #000;
}
.tc_c .tc_c_nr {
margin: 10px 20px;
}
.tc_c .tc_c_nr .tc_c_nr_txt {
color: #999;
font-size: 16px;
text-align: center;
}
.tc_c .tc_c_nr .tc_c_nr_pic {
text-align: center;
margin: 10px auto;
}
.tc_c .tc_c_nr .tc_c_nr_pic .weima2 {
width: 150px;
height: 150px;
}
.tc_c .tc_c_btn {
overflow: hidden;
margin: 20px;
}
.tc_c .tc_c_btn a:hover {
background-color: #0082c6;
}
.tc_c .tc_c_btn a.blueBtn .fenX {
display: inline-block;
background: url(../img/fenxiangIcon01.png) no-repeat bottom;
background-size: 22px auto;
width: 30px;
height: 20px;
}
.font02 {
font-size: 18px;
}
.tc_c .tc_c_nr .tc_c_nr_txt2 {
color: #444;
font-size: 20px;
padding: 20px 0 0 26px;
line-height: 32px;
}
.tc_c .tc_c_btn {
overflow: hidden;
margin: 20px 40px;
}
.tc_c .tc_c_btn a:hover {
background-color: #0082c6;
}
.tc_c .tc_c_close {
height: 30px;
position: relative;
}
.tc_c .tc_c_close div {
position: absolute;
width: 23px;
height: 23px;
right: 5px;
top: 5px;
cursor: pointer;
overflow: hidden;
}
.tc_c .tc_c_close div img {
width: 23px;
height: 46px;
position: static;
}
.tc_c .tc_c_close div img:hover {
margin-top: -23px;
}
.tc_c .bmTs_c {
text-align: center;
font-size: 18px;
color: #999;
padding: 20px 0;
line-height: 25px;
}
.tc_c .baoSuccess {
overflow: hidden;
text-align: center;
height: auto;
margin: 30px auto 0;
}
.tc_c .baoSuccess img {
text-align: center;
width: 80px;
height: 80px;
}
.tc_c .baoSuccess p {
padding-top: 10px;
color: #000;
font-size: 20px;
}
.tc_c .tc_c_btn a {
cursor: pointer;
}
/*iE*/
.form_input_vote, .form_input_party, .form_input_job, .form_input_article, .form_input_recruit {
border-top: none\9;
*border-top:none;
}
.form_placeholder {
display: none;
}
#post_party_date_input, #post_vote_date_input, #post_article_date_input, #post_recruit_date_input, #post_recruit_date_input {
height: 70px\9;
background: none!important;
padding-left: 0!important;
border-top: none\9;
*border-top:none;
}
#post_party_date_input .form_placeholder, #post_vote_date_input .form_placeholder, #post_article_date_input .form_placeholder, #post_recruit_date_input .form_placeholder, #post_job_date_input .form_placeholder {
height: 26px\9;
*height:26px;
margin-left: 0\9!important;
*margin-left:0!important;
float: left\9;
*float:left;
width: 100%\9;
*width:100%;
background-color: #eee\9!important;
*background-color:#eee!important;
}
#post_party_date_input #post_party_date_input_text, #post_vote_date_input #post_vote_date_input_text, #post_article_date_input #post_article_date_input_text, #post_recruit_date_input #post_recruit_date_input_text, #post_job_date_input #post_job_date_input_text {
margin-top: 30px\9!important;
*margin-top:30px!important;
float: left\9;
*float:left;
}
#post_party_date_input #post_party_date_input_icon, #post_vote_date_input #post_vote_date_input_icon, #post_article_date_input #post_article_date_input_icon, #post_recruit_date_input #post_recruit_date_input_icon, #post_job_date_input #post_job_date_input_icon {
margin-top: 12px\9;
*margin-top:12px;
}
.form_input_party .input, .form_input_party .input, .form_input_party .input, .form_input_party .input, .form_input_party .input {
width: 100%\9;
*width:100%;
}
#post_party_title, #post_vote_title, #post_article_title, #post_job_title, #post_recruit_title {
text-indent: 0px\9;
*text-indent:0px;
}
#post_vote_option .form_input .input, #post_party_option .form_input .input, #post_article_option .form_input .input, #post_recruit_option .form_input .input, #post_job_option .form_input .input {
*text-indent:10px;
}
#post_vote_kind_select, #post_party_kind_select, #post_article_kind_select, #post_recruit_kind_select, #post_job_kind_select {
margin-bottom: 0\9;
*margin-bottom:0;
}
#post_vote_result, #post_party_result, #post_article_result, #post_recruit_result, #post_job_result {
border: none\9;
*border:none;
}
#form_textarea {
border-top: none\9;
*border-top:none;
padding-right: 0px\9;
*padding-right:0px;
margin-bottom: 0\9;
*margin-bottom:0;
}
/*更多高级功能*/
.moreGn {
height: 40px;
background-color: #FFF;
cursor: pointer;
border-top: 15px solid #eee;
}
.moreGn .moreGn_text {
line-height: 40px;
padding-left: 10px;
width: 80%;
float: left;
}
.moreGn .moreGn_icon {
float: right;
height: 16px;
margin-right: 10px;
margin-top: 12px;
width: 16px;
}
.moreGn .moreGn_icon img {
width: 16px;
height: 16px;
}
.moregn_h1 {
font-size: 18px;
text-align: center;
padding: 20px 0 15px;
font-weight: bold;
}
.olOut {
overflow: hidden;
min-height: 120px;
}
.moregn_ol {
display: none;
list-style: outside;
margin: 0 10px 15px 35px;
line-height: 24px;
}
.moregn_ol li {
list-style-image: none;
list-style: outside decimal;
}
.moregn_btn {
border-top: 1px solid #ccc;
height: 44px;
}
.moregn_btn a {
width: 50%;
float: left;
line-height: 44px;
text-align: center;
background-color: #FFF;
}
.moregn_btn a:active {
background-color: #F8F8F8;
}
.moregn_btn a.l {
color: #298ff7;
}
.moregn_btn a.r {
color: #999;
margin-left: -1px;
border-left: 1px solid #ccc;
}
#moreGn {
width: 80%;
}
.post_this_content_mb_out {
overflow: hidden;
padding: 5px 10px;
margin-bottom: 15px;
background: #FFF;
}
.post_this_content_mb {
width: 100%;
height: 300px;
background: #FFF;
outline: none;
}
#post_vote_content_2 {
margin-bottom: -3px;
}
#post_job_content_2 {
margin-bottom: 12px;
}
/*插入视频弹窗*/
#tc_video {
width: 700px;
overflow: hidden;
background-color: #FFF;
}
#tc_video .tc_c_title p {
text-align: left;
padding-left: 30px;
font-size: 18px;
}
#tc_video .tc_c_nr {
padding-left: 10px;
}
#tc_video .tc_c_nr input {
width: 638px;
height: 44px;
line-height: 44px;
font-size: 14px;
text-indent: 5px;
border: 1px solid #cccccc;
}
#tc_video .tc_c_ts2 p {
text-align: left;
padding-left: 30px;
font-size: 14px;
color: #999;
}
#tc_video .tc_c_btn {
margin: 20px 30px;
}
#post_vote_option_select {
position: relative;
height: 42px;
}
#post_vote_option_select .xlK_icon {
position: absolute;
right: 12px;
top: 14px;
width: 16px;
height: 16px;
}
#post_vote_option_select .xlK_btn {
display: block;
width: 100%;
max-width: 800px;
position: absolute;
left: 0;
top: 0;
height: 42px;
cursor: pointer;
background-color: #CCC\9;
filter: alpha(opacity=0)\9;
*background-color:#CCC;
filter: alpha(opacity=0);
outline: none;
z-index: 1002;
}
#post_vote_option_select .toupSpan {
display: inline-block;
float: left;
margin-top: 13px;
margin-left: 10px;
margin-right: 10px;
font-size: 16px;
color: #000;
}
#post_vote_option_select select {
border: none;
font-size: 16px;
color: #000;
}
#post_vote_kind_select option {
cursor: pointer;
background-color: #FFF;
}
/*时间选择控件*/
.date_selector, .date_selector * {
width: auto;
height: auto;
border: none;
background: none;
margin: 0;
padding: 0;
text-align: left;
text-decoration: none;
}
.date_selector {
background: #fbfbfb;
border: 1px solid #ccc;
padding: 10px;
margin-top: -1px;
position: absolute;
z-index: 2001;
display: none;
box-shadow: 0 2px 2px #ccc;
width: 220px;
}
.date_selector_ieframe {
position: absolute;
z-index: 2000;
display: none;
}
.date_selector .nav {
width: 223px;
}
.date_selector .nav p {
clear: none;
}
.date_selector .month_nav, .date_selector .year_nav {
margin: 0 0 3px 0;
padding: 0;
display: block;
position: relative;
text-align: center;
}
.date_selector .month_nav {
float: left;
width: 100px;
}
.date_selector .year_nav {
float: right;
width: 100px;
margin-right: 0;
}
.date_selector .month_name, .date_selector .year_name {
line-height: 20px;
font-size: 12px;
}
.date_selector .button {
display: block;
position: absolute;
top: 0;
width: 18px;
height: 18px;
line-height: 16px;
font-weight: bold;
color: #5985c7;
text-align: center;
font-size: 12px;
overflow: hidden;
border: 1px solid #ccc;
border-radius: 2px;
}
.date_selector .button:hover, .date_selector .button.hover {
background: #5985c7;
color: #fff;
cursor: pointer;
border-color: #3a930d;
}
.date_selector .prev {
left: 0;
}
.date_selector .next {
right: 0;
}
.date_selector table {
border-spacing: 0;
border-collapse: collapse;
clear: both;
margin: 0;
width: 220px;
}
.date_selector th, .date_selector td {
width: 2.5em;
height: 30px;
padding: 0!important;
text-align: center!important;
color: #666;
font-weight: normal;
}
.date_selector th {
font-size: 12px;
}
.date_selector td {
border: 1px solid #f1f1f1;
line-height: 30px;
text-align: center;
white-space: nowrap;
color: #5985c7;
background: #fff;
font-size: 12px;
}
.date_selector td.today {
background: #eee;
}
.date_selector td.unselected_month {
color: #ccc;
}
.date_selector td.selectable_day {
cursor: pointer;
}
.date_selector td.selected {
background: #0099e9;
color: #fff;
font-weight: bold;
}
.date_selector td.selectable_day:hover, .date_selector td.selectable_day.hover {
background: #0082c6;
color: #fff;
}
#k_time_hout1 {
z-index: 2001;
}
.time_Hour {
position: absolute;
width: 100px;
overflow: hidden;
border: 1px solid #d9d9d9;
left: -1px;
top: 36px;
display: none;
z-index: 2001;
background-color: #FFF;
}
.k_time_hour .time_Hour {
display: block;
}
.k_time_date a.qK {
display: none;
position: relative;
width: 15px;
height: 15px;
background: url(http://cdn.hudongba.com/static_v4/images/post/share_qr_close3_15.png) no-repeat;
z-index: 101;
left: 215px;
top: 10px;
}
.k_time_date a.qK:hover {
background: url(http://cdn.hudongba.com/static_v4/images/post/share_qr_close3_15.png) no-repeat 0 -15px;
cursor: pointer;
}
.hdAddress .post_main_l_tit {
position: relative;
overflow: visible!important;
}
a#qK4, a#qK6, a#qK7 {
display: none;
position: absolute;
width: 15px;
height: 15px;
background: url(http://cdn.hudongba.com/static_v4/images/post/share_qr_close3_15.png) no-repeat;
z-index: 101;
left: 378px;
top: 10px;
}
a#qK6, a#qK7 {
left: 177px;
}
a#qK4:hover, a#qK6:hover, a#qK7:hover {
background: url(http://cdn.hudongba.com/static_v4/images/post/share_qr_close3_15.png) no-repeat 0 -15px;
cursor: pointer;
}
.time_Hour ul {
height: 400px;
overflow-y: auto;
}
.time_Hour ul li {
height: 38px;
line-height: 38px;
text-align: center;
font-size: 12px;
color: #444;
cursor: pointer;
}
.time_Hour ul li:hover {
background-color: #eee;
}
/*城市弹窗*/
.k_site_K {
position: absolute;
width: 700px;
overflow: hidden;
border-top: 1px solid #d9d9d9;
*border-left:1px solid #d9d9d9;
*border-right:1px solid #d9d9d9;
*border-bottom:1px solid #d9d9d9;
border-left: 1px solid #d9d9d9\9;
border-right: 1px solid #d9d9d9\9;
border-bottom: 1px solid #d9d9d9\9;
left: 0;
left: -1px\9;
*left:-1px;
top: 48px;
display: none;
z-index: 2001;
background-color: #FFF;
box-shadow: 0 2px 8px #ccc;
}
.k_site_K .k_site_K_top {
height: 36px;
margin: 15px 15px 0;
position: relative;
border-bottom: 2px solid #d9d9d9;
}
.k_site_K .k_site_K_top .thisClose {
position: absolute;
width: 20px;
height: 20px;
right: 0;
top: 3px;
cursor: pointer;
overflow: hidden;
}
.k_site_K .k_site_K_top .thisClose img {
width: 20px;
height: 40px;
margin-top: 0!important;
}
.k_site_K .k_site_K_top .thisClose:hover img {
margin-top: -20px!important;
}
.k_site_K .k_site_K_top ul {
margin-bottom: -2px;
}
.k_site_K .k_site_K_top ul li {
height: 36px;
line-height: 36px;
display: inline-block;
float: left;
border-bottom: 2px solid #d9d9d9;
}
.k_site_K .k_site_K_top ul li.thisOver {
border-bottom: 2px solid #00a2f7;
}
.k_site_K .k_site_K_top ul li a {
display: inline-block;
line-height: 36px;
padding: 0 10px;
cursor: pointer;
}
.k_site_K .k_site_K_city {
overflow: hidden;
margin: 10px 0 10px 15px;
}
.k_site_K .k_site_K_qu {
overflow: hidden;
margin: 10px 15px 10px 25px;
border-top: 2px solid #d9d9d9;
display: none;
}
.k_site_K .k_site_K_qu ul {
overflow: hidden;
margin: 5px auto;
}
.k_site_K .k_site_K_qu ul li {
display: block;
width: 70px;
height: 26px;
line-height: 26px;
float: left;
margin: 0 5px 5px 0;
text-align: left;
white-space: nowrap;
text-overflow: ellipsis;
-o-text-overflow: ellipsis;
overflow: hidden;
}
.k_site_K .k_site_K_qu ul li a {
font-size: 12px;
color: #8e8e8e;
cursor: pointer;
}
.k_site_K .k_site_K_qu ul li:hover a {
color: #0099e9;
}
.k_site_K_city_zhu {
overflow: hidden;
margin: 5px auto;
display: none;
}
.k_site_K_city_zhu .K_city_lin {
overflow: hidden;
}
.k_site_K_city_zhu .K_city_lin span {
display: inline-block;
width: 45px;
font-size: 14px;
color: #ff0000;
height: 26px;
line-height: 26px;
float: left;
text-align: left;
}
.k_site_K_city_zhu .K_city_lin.hot span {
width: 10px;
}
.k_site_K_city_zhu .K_city_lin ul {
overflow: hidden;
width: 638px;
}
.k_site_K_city_zhu .K_city_lin.hot ul {
width: 650px;
}
.k_site_K_city_zhu .K_city_lin ul li {
display: block;
width: 70px;
height: 22px;
line-height: 20px;
float: left;
margin: 0 5px 5px 0;
text-align: left;
white-space: nowrap;
text-overflow: ellipsis;
-o-text-overflow: ellipsis;
overflow: hidden;
}
.k_site_K_city_zhu .K_city_lin ul li a {
font-size: 12px;
color: #8e8e8e;
cursor: pointer;
}
.k_site_K_city_zhu .K_city_lin ul li.thisOver a {
color: #0099e9;
}
/*个性化报名项*/
li.joinxx_px_item {
overflow: hidden;
margin-bottom: 10px;
}
li.joinxx_px_item .joinxx_px_handle {
overflow: hidden;
}
li.joinxx_px_item .yinyingQu {
width: 845px;
background-color: #fcfcfc;
float: left;
padding: 14px 0;
border: 1px solid #c6c6c6;
}
li.joinxx_px_item.thisOver .yinyingQu {
background-color: #f4f4f4;
}
li.joinxx_px_item .yinyingQu span.icon {
display: block;
width: 30px;
height: 25px;
float: left;
margin-left: 10px;
background: url(http://cdn.hudongba.com/static_v4/images/post/icon_join.png) no-repeat;
}
li.joinxx_px_item.name .yinyingQu span.icon {
background-position: 3px 4px;
}
li.joinxx_px_item.phone .yinyingQu span.icon {
background-position: 2px -46px;
}
li.joinxx_px_item.danX .yinyingQu span.icon {
background-position: 0 -396px;
}
li.joinxx_px_item.duoX .yinyingQu span.icon {
background-position: 0 -446px;
}
li.joinxx_px_item.danH .yinyingQu span.icon {
background-position: 0 -148px;
}
li.joinxx_px_item.duoH .yinyingQu span.icon {
background-position: 0 -247px;
}
li.joinxx_px_item.pic .yinyingQu span.icon {
background-position: 0 -247px;
}
li.joinxx_px_item .yinyingQu .bdNr {
width: 485px;
float: left;
text-align: left;
line-height: 25px;
font-size: 14px;
}
li.joinxx_px_item .yinyingQu .bdNr .wek_gray {
width: 475px;
height: 23px;
line-height: 23px;
font-size: 14px;
border: 1px solid #fcfcfc;
border: 1px solid #ddd\9;
*border:1px solid #ddd;
background-color: #fcfcfc;
color: #333;
padding-left: 5px;
}
li.joinxx_px_item.thisOver .yinyingQu .bdNr .wek_gray {
border: 1px solid #f4f4f4;
border: 1px solid #ddd\9;
*border:1px solid #ddd;
background-color: #f4f4f4;
}
li.joinxx_px_item .yinyingQu .bdNr .wek_gray.thisOver {
border: 1px solid #b8b8b8;
background-color: #FFFFFF;
}
li.joinxx_px_item .yinyingQu .bdNr .xuanTit {
overflow: hidden;
}
li.joinxx_px_item .yinyingQu .bdNr .xuan_Li {
overflow: hidden;
width: 482px;
color: #666;
margin-top: 5px;
}
li.joinxx_px_item .yinyingQu .bdNr .xuan_Li p {
height: 23px;
margin-bottom: 2px;
border: 1px solid #fcfcfc;
border: 1px solid #ddd\9;
*border:1px solid #ddd;
background-color: #fcfcfc;
overflow: hidden;
}
li.joinxx_px_item.thisOver .yinyingQu .bdNr .xuan_Li p {
border: 1px solid #f4f4f4;
border: 1px solid #ddd\9;
*border:1px solid #ddd;
background-color: #f4f4f4;
}
li.joinxx_px_item.thisOver .yinyingQu .bdNr .xuan_Li p input {
background-color: #f4f4f4;
}
li.joinxx_px_item .yinyingQu .bdNr .xuan_Li p.thisOver {
border: 1px solid #b8b8b8;
background-color: #FFFFFF;
}
li.joinxx_px_item .yinyingQu .bdNr .xuan_Li p.thisOver input {
background-color: #FFFFFF;
}
li.joinxx_px_item .yinyingQu .bdNr .xuan_Li p span {
display: block;
width: 50px;
height: 16px;
line-height: 16px;
float: left;
text-align: left;
margin: 2px 0 0 5px;
}
li.joinxx_px_item .yinyingQu .bdNr .xuan_Li p .wek_gray2 {
width: 395px;
height: 20px;
line-height: 20px;
font-size: 14px;
border: none;
background-color: #fcfcfc;
color: #333;
float: left;
}
li.joinxx_px_item .yinyingQu .bdNr .xuan_Li p a.xuan_Li_P_A {
display: block;
width: 15px;
height: 15px;
overflow: hidden;
float: left;
margin: 4px 0 0 5px;
display: none;
}
li.joinxx_px_item .yinyingQu .bdNr .xuan_Li p a.xuan_Li_P_A:hover img {
margin-top: -15px;
}
li.joinxx_px_item .yinyingQu .bdNr .addBtn {
overflow: hidden;
}
li.joinxx_px_item .yinyingQu .bdNr .addBtn a {
display: block;
width: 62px;
height: 24px;
background: url(../img/icon_join.png) no-repeat 0 -600px;
margin: 5px 0 0 5px;
}
li.joinxx_px_item .yinyingQu .bdNr .addBtn a:hover {
background: url(../img/icon_join.png) no-repeat 0 -650px;
}
li.joinxx_px_item .czQu a.del {
display: block;
width: 26px;
height: 40px;
background: url(../img/icon_join.png) no-repeat 0 -500px;
float: left;
margin: 15px 0 0 10px;
}
li.joinxx_px_item .czQu a.del:hover {
background: url(../img/icon_join.png) no-repeat 0 -550px;
}
li.joinxx_px_item .czQu a.sel {
display: block;
width: 23px;
height: 23px;
background: url(../img/pop_no2_3.png) no-repeat;
float: left;
margin: 15px 0 0 10px;
}
li.joinxx_px_item .czQu a.sel.thisOver {
background: url(../img/pop_no2_3.png) no-repeat;
}
li.joinxx_px_item .yinyingQu .bdNr .xuan_Li p {
margin-bottom: 5px\9;
*margin-bottom:5px;
}
.joinxx_px_item_add {
height: 143px;
background-color: #f7fbfd;
overflow: hidden;
margin: 20px 0;
border: 1px solid #dae3e8;
}
.joinxx_px_item_p {
height: 55px;
line-height: 48px;
font-size: 14px;
color: #000;
padding-left: 32px;
text-align: left;
}
.joinxx_px_item_add_zu {
overflow: hidden;
}
.joinxx_px_item_add_zu a {
display: block;
width: 130px;
height: 50px;
background: url(../img/icon_join2.png) no-repeat 0 0;
float: left;
margin-left: 32px;
}
.joinxx_px_item_add_zu a.thisOver {
background: url(../img/icon_join2.png) no-repeat 0 -60px;
}
.joinxx_px_item_add_zu a span {
display: block;
width: 65px;
height: 30px;
line-height: 30px;
background: url(../img/icon_join.png) no-repeat;
padding-left: 30px;
font-size: 14px;
color: #333;
margin: 10px 0 0 20px;
text-align: left;
}
.joinxx_px_item_add_zu a.danX span {
background-position: 0 -396px;
}
.joinxx_px_item_add_zu a.duoX span {
background-position: 0 -446px;
}
.joinxx_px_item_add_zu a.danH span {
background-position: 0 -148px;
}
.joinxx_px_item_add_zu a.duoH span {
background-position: 0 -247px;
}
.joinxx_px_item_add_zu a.pic span {
background-position: 0 -345px;
padding-left: 35px;
}
.czQu2 img {
float: left;
height: 23px;
margin: 15px 0 0 10px;
width: 23px;
}
.joinxx_px_item_add_zu a:hover {
background: url(../img/icon_join2.png) no-repeat 0 -61px;
}
.form_phone_recom2 {
display: none!important;
float: left;
margin-left: 120px;
width: 140px;
margin-top: 3px;
}
.form_phone_recom2 .form_checkbox_check {
width: 20px;
height: 20px;
float: left;
}
.form_checkbox_p {
font-size: 14px;
line-height: 20px;
}
.joinxx_px_sort {
display: none;
}
.tsIe {
width: 150px;
height: 25px;
line-height: 25px;
text-align: left;
font-size: 14px;
color: #666;
float: left;
margin-left: 5px;
display: none;
display: block\9;
*display:block;
}
/*地图选点*/
.post_site_K {
width: 672px;
height: 36px;
border: 1px solid #d9d9d9;
float: left;
}
.post_site_K input {
width: 557px;
height: 20px;
line-height: 20px;
border: none;
font-size: 14px;
color: #444;
float: left;
margin: 8px 0 0 15px;
}
.post_site_K span {
display: block;
cursor: pointer;
width: 72px;
height: 20px;
line-height: 19px;
font-size: 14px;
color: #666;
text-align: right;
border-left: 1px solid #d9d9d9;
float: left;
margin-top: 8px;
background: url(../img/address_icon3.png) no-repeat 10px 1px;
}
.post_site_set {
width: 888px;
height: 512px;
border: 1px solid #d9d9d9;
margin-top: 53px;/* margin-bottom:25px; */
display: none;
position: relative;
}
.mapD {
position: absolute;
left: 10px;
top: 400px;
z-index: 1;
}
.post_map {
width: 100%;
height: 512px;
float: right;
}
.post_map_site {
width: 280px;
height: 512px;
border-right: 1px solid #d9d9d9;
background-color: #FFF;
position: absolute;
left: 0;
top: 0;
z-index: 101;
}
#map_set {
display: block;
width: 15px;
height: 57px;
background: url(../img/mapStar_l.png) no-repeat;
position: absolute;
left: 279px;
top: 200px;
z-index: 102;
}
#map_set.thisOver {
background: url(../img/mapStar_r.png) no-repeat;
}
.post_site_hot {
background-color: #f1f1f1;
overflow: hidden;
border-bottom: 1px solid #d9d9d9;
}
.post_site_hot h3 {
font-size: 14px;
padding-left: 15px;
line-height: 30px;
text-align: left;
}
.post_site_hot p {
padding-left: 15px;
padding-bottom: 10px;
font-size: 14px;
line-height: 20px;
text-align: left;
overflow: hidden;
}
.post_site_hot p a {
display: inline-block;
float: left;
margin-right: 10px;
color: #666;
}
.post_site_hot p a:hover, .post_site_hot p a.thisOver {
text-decoration: underline;
color: #0099e9;
}
.post_site_abc {
overflow: hidden;
margin: 0 15px;
border-bottom: 1px solid #d9d9d9;
}
.post_site_abc p {
padding: 8px 0 5px;
overflow: hidden;
}
.post_site_abc p a {
display: inline-block;
*display:block;
text-align: left;
float: left;
margin: 0 9px 5px 0;
font-size: 14px;
color: #0099e9;
}
.scrollbar {
background-color: #eaeaea;
border-radius: 4px;
border: none;
line-height: 0;
width: 5px;
}
.scrollbar .handle {
height: 100px;
width: 100%;
border-radius: 4px;
background-color: #ccc;
cursor: pointer;
line-height: 0;
}
.slyWrap {
margin: 10px 0 0 15px;
width: 250px;
float: left;
}
.example1 {
position: relative;
}
.example1 .sly {
width: 240px;
height: 280px;
}
.example1 .sly ul {
width: 100%;
height: 100%;
overflow: hidden;
}
.example1 .sly ul li {
height: 80px;
margin: 0 0 1px 0;
font-size: 40px;
line-height: 80px;
}
.example1 .scrollbar {
position: absolute;
top: 0;
right: 0;
height: 280px;
}
.post_main_ul .post_main_li.hdnumLimit {
overflow: hidden;
}
.post_main_ul .post_main_li.hdAddress, .post_main_ul .post_main_li.hdTime1, .post_main_ul .post_main_li.hdStyle, .post_main_ul .post_main_li.hdFy {
margin-bottom: 0;
}
.post_site_wz {
overflow: hidden;
padding-bottom: 10px;
}
.post_site_wz .post_site_zu_abc {
display: block;
width: 30px;
height: 30px;
font-size: 25px;
color: #ccc;
float: left;
text-align: left;
}
.post_site_wz .post_site_zu_city {
width: 210px;
overflow: hidden;
float: left;
}
.post_site_wz .post_site_zu_city a {
display: inline-block;
line-height: 20px;
float: left;
margin-right: 6px;
font-size: 13px;
color: #0099e9;
}
.post_site_wz .post_site_zu_city a:hover, .post_site_wz .post_site_zu_city a.thisOver {
color: #0082c6;
text-decoration: underline;
}
.post_main_li.hdTime2 {
margin-bottom: 0;
height: 68px;
}
.red_outK.thisOver .post_title, .red_outK.thisOver .post_main_r_fwb, .red_outK.thisOver .k_time_date, .red_outK.thisOver .k_time_hour, .red_outK.thisOver #form_textarea, .red_outK.thisOver .k_site, .red_outK.thisOver .post_site_K, .red_outK.thisOver .limit_L, .red_outK.thisOver .k_style, .red_outK.thisOver .post_style_K {
border: 1px solid #eb6877!important;
}
.red_outK .post_title.blue, .blue .red_outK .post_main_r_fwb, .form_input .input.blue, .red_outK #form_textarea.blue, .red_outK .k_time_date.blue, .red_outK .k_time_hour.blue, .red_outK .post_site_K.blue, .red_outK .k_site.blue, .wek_gray.blue, .xuan_Li_P.blue, .form_input_cost input.blue, .red_outK .limit_L.blue, #post_party_meet_tel.blue, .red_outK .k_style.blue, .red_outK .post_style_K.blue, .post_main_fee_K input.blue {
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 5px rgba(0, 153, 233, 0.4);
border: 1px solid #a5e0fe!important;
}
.post_main_ul .post_main_li .post_main_r .k_style {
width: 200px;
height: 36px;
border: 1px solid #d9d9d9;
float: left;
margin-right: 14px;
position: relative;
z-index: 14;
}
.post_main_ul .post_main_li .post_main_r .k_style input {
width: 178px;
height: 18px;
border-top: 1px solid #FFF;
float: left;
margin: 7px 0 0 15px;
font-size: 14px;
color: #444;
}
.post_main_ul .post_main_li .post_main_r .k_style input.jiao {
background: url(../img/jiao.png) no-repeat right;
}
.post_main_ul .post_main_li .post_main_r .post_style_K {
width: 200px;
height: 36px;
border: 1px solid #d9d9d9;
float: left;
margin-right: 14px;
position: relative;
z-index: 14;
}
.post_main_ul .post_main_li .post_main_r .post_style_K input {
width: 178px;
height: 18px;
border-top: 1px solid #FFF;
float: left;
margin: 7px 0 0 15px;
font-size: 14px;
color: #444;
}
.post_main_ul .post_main_li .post_main_r .post_style_K input.jiao {
background: url(../img/jiao.png) no-repeat right;
}
/* .post_style_K {width:672px;height:36px;border:1px solid #d9d9d9;float:left;}
.post_style_K input {width:557px;height:20px;line-height:20px;border:none;font-size:14px;color:#444;float:left;margin:8px 0 0 15px;}
.post_style_K span {display:block;cursor: pointer;width:72px;height:20px;line-height:19px;font-size:14px;color:#666;text-align:right;border-left:1px solid #d9d9d9;float:left;margin-top:8px;background:url(http://cdn.hudongba.com/static_v4/images/detail/address_icon3.png) no-repeat 10px 1px;}
*/
.post_main_fee2 {
height: 60px;
}
.post_main_fee2 a {
display: block;
width: 132px;
height: 38px;
text-align: center;
line-height: 38px;
font-size: 14px;
color: #000;
border: 1px solid #dfdfdf;
float: left;
margin-right: 30px;
border-radius: 5px;
}
.post_main_fee2 a.thisOver {
color: #0099e9;
border: 1px solid #0099e9;
}
#payitemDiv {
overflow: hidden;
margin-bottom: 20px;
}
.post_main_meet {
height: 60px;
}
.post_main_meet a {
display: block;
width: 132px;
height: 38px;
text-align: center;
line-height: 38px;
font-size: 14px;
color: #000;
border: 1px solid #dfdfdf;
float: left;
margin-right: 30px;
border-radius: 5px;
}
.post_main_meet a.thisOver {
color: #0099e9;
border: 1px solid #0099e9;
}
.post_main_meet_tel {
height: 188px;
border: 1px solid #d9d9d9;
position: relative;
background-color: #fcfcfc;
}
.post_main_meet_tel .pic01 {
position: absolute;
left: 164px;
top: 20px;
}
.post_main_meet_tel .pic02 {
position: absolute;
left: 424px;
top: 10px;
width: 2px;
height: 168px;
}
.post_main_meet_tel .pic03 {
position: absolute;
left: 504px;
top: 0px;
}
.post_main_meet_tel .txt1 {
display: block;
width: 100px;
height: 20px;
background: url(../img/icon_meet2.png) no-repeat 0 0;
padding-left: 18px;
font-size: 14px;
color: #333;
position: absolute;
left: 18px;
top: 114px;
text-align: left;
}
.post_main_meet_tel .txt2 {
display: inline-block;
font-size: 12px;
color: #8dbdd6;
position: absolute;
left: 104px;
top: 150px;
}
.post_main_meet_tel .txt3 {
display: inline-block;
font-size: 12px;
color: #666666;
position: absolute;
left: 470px;
top: 100px;
line-height: 18px;
}
.post_main_meet_tel .txt4 {
display: inline-block;
font-size: 12px;
color: #666666;
position: absolute;
left: 620px;
top: 138px;
line-height: 18px;
}
.post_main_meet_tel .txt5 {
display: inline-block;
font-size: 12px;
color: #666666;
position: absolute;
left: 753px;
top: 100px;
line-height: 18px;
}
.post_main_meet_tel input {
position: absolute;
width: 285px;
height: 36px;
background-color: #FFF;
border: 1px solid #d9d9d9;
font-size: 14px;
color: #444;
padding-left: 10px;
left: 105px;
top: 105px;
}
.k_site_K3, .k_site_K7 {
position: absolute;
width: 200px;
overflow: hidden;
border-top: 1px solid #d9d9d9;
*border-left:1px solid #d9d9d9;
*border-right:1px solid #d9d9d9;
*border-bottom:1px solid #d9d9d9;
border-left: 1px solid #d9d9d9\9;
border-right: 1px solid #d9d9d9\9;
border-bottom: 1px solid #d9d9d9\9;
left: 0;
left: -1px\9;
*left:-1px;
top: 48px;
display: none;
z-index: 2001;
background-color: #FFF;
box-shadow: 0 2px 8px #ccc;
}
.k_site_K3 ul li a, .k_site_K7 ul li a {
display: block;
height: 26px;
text-align: left;
line-height: 26px;
color: #444;
font-size: 14px;
cursor: pointer;
padding-left: 20px;
}
.k_site_K3 ul li a:hover, .k_site_K7 ul li a:hover {
background-color: #0099e9;
color: #FFF;
}
#joinTime_control {
height: 34px;
clear: both;
width: 100%;
position: relative;
z-index: 1;
}
#joinTime_control a {
width: 18px;
height: 18px;
overflow: hidden;
float: left;
margin: 8px 0 0 624px;
}
#joinTime_control a img {
width: 18px;
height: 36px;
}
#joinTime_control a.thisOver img {
margin-top: -18px;
}
#joinTime_control span {
font-size: 14px;
display: inline-block;
color: #aaa;
float: left;
margin: 10px 0 0 5px;
} | Public/css/post.css | @charset "utf-8";
/* CSS Document PC端发布页样式*/
/*发布首页*/
body {
background-color: #FFF;
}
body.e7 {
background-color: #e7e7eb;
}
.container, .content, .content-body {
text-align: center;
}
.post_index {
width: 1000px;
overflow: hidden;
margin: 50px auto 100px;
}
.post_index .post_index_t {
width: 999px;
height: 50px;
line-height: 50px;
font-size: 18px;
color: #000;
background: #eee;
text-align: center;
}
.post_index_b {
overflow: hidden;
margin-top: 30px;
}
.post_index_b table {
width: 999px;
background-color: #eee;
border-collapse: inherit;
border-spacing: 1px;
}
.post_index_b table td {
background-color: #FFF;
vertical-align: top;
}
.post_index_b table td a {
display: block;
width: 332px;
height: 220px;
}
.post_index_b table td a:hover {
background-color: #d9d9d9;
}
.post_index_b table td a .t {
text-align: center;
padding-top: 10px;
}
.post_index_b table td a .t img {
width: 90px;
height: 90px;
}
.post_index_b table td a .c {
text-align: center;
padding-top: 10px;
font-size: 18px;
color: #000;
}
.post_index_b table td a .b {
text-align: center;
padding-top: 10px;
font-size: 14px;
color: #999;
}
/*发布页*/
.wrap {
margin: 0 auto;
width: 1190px;
background: #FFF;
}
.container {
}
#post_form {
margin: 0 auto;
overflow: hidden;
}
.form_input_party {
background: #fff;
border-bottom: 1px solid #eee;
height: 40px;
color: #666;
}
.post_main_ul {
margin: 35px auto 20px;
}
.post_main_ul .post_main_li {
margin-bottom: 0px;
}
.post_main_ul .post_main_li .post_main_l_tit {
width: 200px;
height: 38px;
line-height: 38px;
overflow: hidden;
float: left;
}
.post_main_ul .post_main_li .post_main_l_tit span {
display: inline-block;
height: 38px;
line-height: 38px;
font-size: 14px;
color: #000;
float: right;
margin: 0 5px 0 0;
}
.post_main_ul .post_main_li .post_main_l_tit b {
display: block;
width: 20px;
height: 30px;
font-size: 18px;
color: #ff0000;
float: right;
margin: 4px 20px 0 0;
}
.post_main_ul .post_main_li .post_main_r {
width: 890px;
float: left;
}
.post_main_r_fwb {
position: relative;
z-index: 11;
}
input.post_title, input.limitNum_k {
width: 873px;
height: 36px;
line-height: 36px;
padding-left: 15px;
font-size: 14px;
color: #444;
}
input.post_title.redK {
border: 1px solid #ffadad;
}
#post_main_r_K_title .post_title {
border: 1px solid #d9d9d9;
}
.post_main_ul .post_main_li .post_main_r .k_time_date {
width: 240px;
height: 36px;
border: 1px solid #d9d9d9;
background: url(../img/date_icon.png) no-repeat 15px 10px;
float: left;
margin-right: 14px;
}
.post_main_ul .post_main_li .post_main_r .k_time_date input {
width: 150px;
height: 18px;
border-top: 1px solid #FFF;
float: left;
margin: 7px 0 0 38px;
font-size: 14px;
color: #444;
}
.post_main_ul .post_main_li .post_main_r .k_time_hour {
width: 100px;
height: 36px;
border: 1px solid #d9d9d9;
background: url(../img/time_icon3.png) no-repeat 8px 8px;
float: left;
margin-right: 14px;
position: relative;
z-index: 2000;
}
.post_main_ul .post_main_li .post_main_r .k_time_hour input {
width: 45px;
height: 18px;
border-top: 1px solid #FFF;
float: left;
margin: 7px 0 0 38px;
font-size: 14px;
color: #444;
}
.post_main_ul .post_main_li .post_main_r .k_time_hour img {
float: left;
margin-top: 15px;
}
.post_main_ul .post_main_li .post_main_r .k_time_ge {
width: 28px;
height: 18px;
border-bottom: 1px solid #d9d9d9;
float: left;
margin: 0 5px 0 -5px;
}
.post_main_ul .post_main_li .post_main_r .k_site {
width: 200px;
height: 36px;
border: 1px solid #d9d9d9;
float: left;
margin-right: 14px;
position: relative;
z-index: 15;
}
.post_main_ul .post_main_li .post_main_r .k_site input {
width: 178px;
height: 18px;
border-top: 1px solid #FFF;
float: left;
margin: 7px 0 0 15px;
font-size: 14px;
color: #444;
}
.post_main_ul .post_main_li .post_main_r .k_site input.jiao {
background: url(../img/jiao.png) no-repeat right;
}
.post_main_ul .post_main_li .post_main_r .k_site img {
float: left;
margin-top: 15px;
}
.post_main_ul .post_main_li .post_main_r .k_site2 {
width: 620px;
height: 36px;
border: 1px solid #d9d9d9;
float: left;
}
.post_main_ul .post_main_li .post_main_r .k_site2 input {
width: 588px;
height: 18px;
border-top: 1px solid #FFF;
float: left;
margin: 7px 0 0 15px;
font-size: 14px;
color: #444;
}
.post_main_ul .post_main_li.yindao_qq {
height: 38px;
}
.post_main_ul .post_main_li.yindao_qq .post_main_l_tit {
width: 250px;
}
.post_main_ul .post_main_li.yindao_qq .post_main_r {
width: 740px;
}
.post_main_ul .post_main_li.yindao_qq .post_main_r a {
position: relative;
cursor: default;
display: inline-block;
float: left;
height: 30px;
line-height: 30px;
border: 1px solid #b8b8b8;
border-radius: 2px;
background-color: #FFF;
font-size: 14px;
margin: 3px 20px 0 0;
padding-right: 15px;
}
.post_main_ul .post_main_li.yindao_qq .post_main_r a.firstLi {
cursor: pointer;
}
.post_main_ul .post_main_li.yindao_qq .post_main_r a.firstLi:hover {
background-color: #f8f8f8;
}
.post_main_ul .post_main_li.yindao_qq .post_main_r a img {
width: 20px;
height: 20px;
float: left;
margin: 5px 5px 0 10px;
}
.post_main_ul .post_main_li.yindao_qq .post_main_r a b {
position: absolute;
display: block;
width: 20px;
height: 20px;
background: url(../img/close.png);
right: -10px;
top: -5px;
cursor: pointer;
}
.post_form_join_item {
overflow: hidden;
}
.post_form_join_item li {
float: left;
width: 78px;
height: 28px;
line-height: 28px;
margin-right: 13px;
margin-bottom: 2px;
margin-top: 3px;
text-align: center;
}
.post_form_join_item li p {
text-align: center;
white-space: nowrap;
text-overflow: ellipsis;
-o-text-overflow: ellipsis;
overflow: hidden;
padding: 0 3px;
cursor: pointer;
}
.post_form_join_item li div.xuanX {
width: 100%;
line-height: 26px;
white-space: nowrap;
text-overflow: ellipsis;
-o-text-overflow: ellipsis;
overflow: hidden;
font-size: 14px;
cursor: pointer;
}
#post_join_item_add {
font-size: 14px;
background-color: #0099e9;
color: #FFF;
border: 1px solid #0099e9;
}
#post_join_item_add:hover {
background-color: #0082c6;
border: 1px solid #0082c6;
}
.join_item_static {
background-color: #0099e9;
border: 1px solid #0099e9;
color: #FFF;
}
.join_item_no {
border: 1px solid #e5e5e5;
color: #666;
}
.post_join_item_add img {
width: 22px;
height: 22px;
}
.post_item_7 {
position: relative;
}
.post_item_7 input {
width: 100%;
text-align: center;
border: 1px solid #0099e9;
height: 100%;
}
.post_item_7 img {
width: 17px;
height: 17px;
position: absolute;
top: -4px;
right: -3px;
}
.post_item_7_text {
text-align: center;
font-size: 15px;
font-family: Microsoft YaHei;
}
.join_item_no.post_item_7 {
cursor: pointer;
line-height: 26px;
}
.join_item_no.post_item_7 input {
font-size: 14px;
color: #666;
background-color: #FFF;
border: none!important;
border-radius: 8px;
height: 26px!important;
}
.join_item_no.post_item_7.or input {
color: #FFF;
cursor: pointer;
background-color: #0099e9;
width: 100%;
height: 26px!important;
float: left;
margin-left: 0;
border: none!important;
border-radius: 8px;
}
/* .hdTime1,.hdTime2,.hdAddress,.hdnumLimit{height:38px;} */
.hdFy {
overflow: hidden;
}
.post_main_ul li.hdZt {
margin-bottom: 0;
height: 68px;
}
.post_main_ul li.hdRichtext {
margin-bottom: 0;/* height:330px; */
overflow: hidden;
}
.post_main_ul li.post_vote_option_top {
margin-bottom: 15px;
height: 38px;
}
.post_main_ul li.post_vote_type_li {
margin-bottom: 20px;
height: 96px;
}
.post_main_ul li.post_vote_type_li .post_main_r {
position: relative;
}
.post_main_ul li.post_vote_option_li {
margin-bottom: 20px;
}
.post_main_ul li.post_vote_jg {
margin-bottom: 20px;
height: 90px;
}
.post_main_ul li.post_vote_jg #form_textarea {
border: 1px solid #d9d9d9;
overflow: hidden;
}
.post_main_ul li.post_vote_jg #form_textarea textarea {
width: 870px!important;
height: 80px;
margin: 5px;
font-size: 14px;
color: #666;
line-height: 28px;
}
.post_main_note {
height: 30px;
clear: both;
}
#post_vote_option_add .post_main_note {
width: 350px;
clear: none;
float: left;
}
#post_vote_option_add.thisOver .post_main_note p {
display: block;
padding-left: 18px;
}
.post_main_note p {
padding-left: 203px;
overflow: hidden;
display: none;
}
.red_outK.thisOver .post_main_note p {
display: block;
}
.post_main_note p img {
float: left;
margin-top: 9px;
width: 13px;
}
.post_main_note p span {
display: inline-block;
color: #eb6877;
line-height: 30px;
float: left;
margin-left: 5px;
font-size: 12px;
}
.post_main_ul li.bmtxxx {
height: auto;
overflow: hidden;
min-height: inherit;
}
.post_main_ul li.bmtxxx .post_main_r {
overflow: hidden;
}
#post_main_r_K_partyTime1 .post_main_note {
margin-top: -30px;
width: 100%;
float: left;
}
/* .hdRichtext{height:300px;} */
.form_phone_recom {
height: 22px;
margin-top: 10px;
}
.hdRichtext .post_main_r {
border: 1px solid #d9d9d9;
}
.hdRichtext .post_main_r.redK {
border: 1px solid #ffadad;
}
.form_phone_recom .form_checkbox_check {
width: 16px;
height: 16px;
float: left;
}
.form_phone_recom p {
display: block;
width: 125px;
height: 16px;
line-height: 16px;
float: left;
font-size: 14px;
color: #000;
margin-top: 1px;
}
.post_main_fee {
height: 30px;
margin-top: 10px;
}
.post_main_fee input {
float: left;
margin-top: 2px;
}
.post_main_fee span {
display: inline-block;
height: 16px;
line-height: 16px;
float: left;
margin: 0 20px 0 5px;
font-size: 14px;
color: #444;
}
.post_main_fee_K {
overflow: hidden;
}
#party_pay_item_price {
width: 180px;
height: 36px;
border: 1px solid #d9d9d9;
text-indent: 15px;
float: left;
margin-right: 14px;
font-size: 14px;
color: #444;
}
.post_main_fee_K span {
display: inline-block;
line-height: 36px;
font-size: 14px;
color: #000;
float: left;
}
.post_main_fee_K input {
width: 170px;
background-color: #fff;
border: 1px solid #e5e5e5;
color: #666;
font-size: 14px;
height: 26px;
float: left;
margin-top: 5px;
margin-right: 5px;
text-indent: 5px;
}
.post_main_recommend {
height: 30px;
margin-top: 10px;
}
.post_main_recommend input {
float: left;
margin-top: 2px;
}
.post_main_recommend span {
display: inline-block;
height: 16px;
line-height: 16px;
float: left;
margin: 0 20px 0 5px;
font-size: 14px;
color: #444;
}
#post_form .agree {
height: 20px;
margin: 35px 55px 15px;
border-top: 1px solid #aeaeae;
padding-top: 15px;
}
#post_form .agree img {
float: left;
margin: 5px 0 0 448px;
}
#post_form .agree span {
display: inline-block;
height: 20px;
line-height: 20px;
float: left;
margin: 0 0 0 8px;
font-size: 14px;
}
#post_form .agree a {
display: inline-block;
height: 20px;
line-height: 20px;
float: left;
margin: 0 0 0 5px;
font-size: 14px;
color: #0099e9;
}
#post_form .agree a:hover {
color: #0082c6;
text-decoration: underline;
}
.fb_Btn {
height: 45px;
margin: 25px auto 65px;
}
.fb_Btn a.btn_Post {
display: block;
width: 213px;
height: 45px;
line-height: 45px;
text-align: center;
font-size: 18px;
color: #FFF;
float: left;
margin-left: 410px;
background-color: #0099e9;
}
.fb_Btn a.btn_Post:hover {
background-color: #0082c6;
}
.fb_Btn a.btn_Preview {
display: block;
width: 138px;
height: 45px;
line-height: 45px;
text-align: center;
font-size: 18px;
color: #FFF;
float: left;
margin-left: 20px;
background-color: #61c8fd;
}
.fb_Btn a.btn_Preview:hover {
background-color: #53aad7;
}
/*.fb_Btn a.btn_Post.thisGray,.fb_Btn a.btn_Post.thisGray:hover,.fb_Btn a.btn_Preview.thisGray,.fb_Btn a.btn_Preview.thisGray:hover{background-color:#0099e9;}*/
.btnYes {
display: none;
}
.post_pay_item {
border: 1px solid #d9d9d9;
background-color: #fcfcfc;
}
.post_pay_item .post_pay_item_top {
height: 40px;
background-color: #edeeef;
border-bottom: 1px solid #d9d9d9;
margin-bottom: 20px;
}
.post_pay_item .post_pay_item_top span {
display: inline-block;
line-height: 40px;
font-size: 14px;
color: #666;
text-align: center;
float: left;
}
.post_pay_item .post_pay_item_top span b {
font-size: 12px;
color: #3e80ad;
}
.post_pay_item .post_pay_item_top span.tit01 {
width: 95px;
margin-left: 10px;
}
.post_pay_item .post_pay_item_top span.tit02 {
width: 255px;
}
.post_pay_item .post_pay_item_top span.tit03 {
width: 120px;
margin-left: 45px;
}
.post_pay_item .post_pay_item_top span.tit04 {
width: 190px;
margin-left: 65px;
}
.post_pay_item .cost_content {
height: 30px;
margin-bottom: 15px;
}
.post_pay_item .cost_content .form_input_number {
height: 30px;
width: 95px;
margin-left: 10px;
text-align: center;
float: left;
line-height: 30px;
font-size: 14px;
color: #666;
}
.post_pay_item .cost_content .form_input_cost_type {
height: 30px;
width: 255px;
text-align: center;
float: left;
}
.post_pay_item .cost_content .form_input_cost_type input {
height: 28px;
width: 253px;
border: 1px solid #d9d9d9;
text-indent: 10px;
font-size: 14px;
color: #666;
background-color: #FFF;
}
.post_pay_item .cost_content .form_input_cost_money {
height: 30px;
width: 120px;
margin-left: 45px;
float: left;
}
.post_pay_item .cost_content .form_input_cost_money input {
height: 28px;
width: 128px;
border: 1px solid #d9d9d9;
text-indent: 10px;
font-size: 14px;
color: #666;
background-color: #FFF;
}
.post_pay_item .cost_content .form_input_cost_people {
height: 30px;
width: 190px;
margin-left: 55px;
float: left;
}
.post_pay_item .cost_content .form_input_cost_people input {
height: 28px;
width: 188px;
border: 1px solid #d9d9d9;
text-indent: 10px;
font-size: 14px;
color: #666;
background-color: #FFF;
}
.post_pay_item .cost_content a {
display: block;
width: 20px;
height: 20px;
background: url(../img/share_qr_close3_20.png) no-repeat 0 0;
float: left;
margin: 7px 0 0 10px;
cursor: pointer;
}
.post_pay_item .cost_content a:hover {
background: url(../img/share_qr_close3_20.png) no-repeat 0 -20px;
}
.post_pay_item .cost_add {
overflow: hidden;
margin: 20px auto;
}
.post_pay_item .cost_add a {
display: block;
width: 120px;
height: 30px;
line-height: 30px;
text-align: center;
margin: 0 auto;
background-color: #0099e9;
color: #FFF;
}
.post_pay_item .cost_add a:hover {
background-color: #0082c6;
}
.form_input {
height: 38px;
margin-bottom: 18px;
}
.form_input span {
display: block;
width: 178px;
height: 38px;
line-height: 38px;
font-size: 14px;
color: #444;
padding-right: 42px;
float: left;
text-align: right;
}
.form_input input {
width: 800px;
height: 36px;
line-height: 36px;
border: 1px solid #d9d9d9;
text-indent: 15px;
font-size: 14px;
color: #444;
float: left;
}
.form_input a {
display: block;
width: 20px;
height: 20px;
background: url(../img/share_qr_close3_20.png) no-repeat 0 0;
float: left;
margin: 8px 0 0 15px;
cursor: pointer;
}
.form_input a:hover {
background: url(../img/share_qr_close3_20.png) no-repeat 0 -20px;
}
#post_vote_option_add {
height: 32px;
margin-bottom: 20px;
}
#post_vote_option_add a {
display: block;
width: 118px;
height: 32px;
line-height: 32px;
float: left;
margin-left: 220px;
background-color: #0099e9;
font-size: 14px;
color: #FFF;
}
#post_vote_option_add a:hover {
background-color: #0082c6;
}
.mnxlkPC {
width: 330px;
position: absolute;
left: 0;
top: 0;
z-index: 1001;
}
.mnxlkPC span {
display: block;
height: 36px;
line-height: 36px;
text-align: left;
font-size: 16px;
padding-left: 15px;
border: 1px solid #d9d9d9;
background: url(../img/jiao.png) no-repeat 310px 16px;
}
.mnxlkPC div {
*height:144px;
max-height: 261px;
overflow-y: auto;
}
.mnxlkPC a {
display: none;
height: 36px;
line-height: 36px;
text-align: left;
padding-left: 15px;
border: 1px solid #ddd;
margin-top: -1px;
background-color: #FFF;
}
.mnxlkPC a:hover {
background-color: #FCFCFC;
}
.xlK_btn {
cursor: pointer;
display: block;
height: 36px;
left: 0;
width: 330px;
outline: medium none;
position: absolute;
top: 0;
z-index: 1002;
}
/*记名*/
.k_sign {
width: 330px;
height: 38px;
position: relative;
margin-top: 58px;
z-index: 1000;
}
.k_sign span {
display: block;
height: 36px;
line-height: 36px;
text-align: left;
font-size: 16px;
padding-left: 15px;
border: 1px solid #d9d9d9;
background: url(../img/jiao.png) no-repeat 310px 16px;
}
.k_sign .k_sign_K {
position: absolute;
width: 330px;
height: 62px;
left: 0;
top: 38px;
display: none;
}
.k_sign .k_sign_K ul li {
height: 36px;
line-height: 36px;
background-color: #FFF;
border-left: 1px solid #d9d9d9;
border-right: 1px solid #d9d9d9;
border-bottom: 1px solid #d9d9d9;
text-align: left;
padding-left: 15px;
}
.k_sign .k_sign_K ul li:hover {
background-color: #FCFCFC;
}
.limit_L p {
line-height: 38px;
text-align: left;
font-size: 14px;
color: #666;
}
#post_party_limitnum .limit_L {
border: 1px solid #d9d9d9;
}
#post_party_limitnum .limit_L p {
color: #444;
font-size: 14px;
height: 36px;
line-height: 36px;
text-indent: 15px;
}
.post_queR_p {
display: none;
}
.or {
background: none repeat scroll 0 0 #0099e9;
color: #ffffff;
}
/*复文本编辑器*/
#f,/* .ke-statusbar, */ #post_upload_iframe, #post_map {
display: none;
}
.ke-container {
position: relative;
z-index: 0;
}
.bqgnK {
}
.bqgnK li {
cursor: pointer;
}
.bqgnK li.bqgnK_li02 {
position: absolute;
top: 0;
left: 0;
z-index: 1999;
cursor: pointer;
width: 24px;
height: 21px;
overflow: hidden;
border: 0;
background: url(../img/fwb_icon_pic.png) no-repeat;
}
.bqgnK li.bqgnK_li02 a {
display: block;
width: 24px;
height: 21px;
}
.bqgnK li.bqgnK_li02:hover a {
background: url(../img/fwb_icon_pic_on.png) no-repeat;
}
.bqgnK li.bqgnK_li06 {
position: absolute;
top: 0;
left: 24px;
z-index: 1999;
cursor: pointer;
width: 24px;
height: 21px;
overflow: hidden;
background: url(../img/fwb_icon_video.png) no-repeat;
border: 0;
}
.bqgnK li.bqgnK_li06:hover {
background: url(../img/fwb_icon_video_on.png) no-repeat;
}
.richtext_bar {
width: 60px;
height: 22px;
position: absolute;
background-color: #f0f0ee;
top: 3px;
left: 138px;
z-index: 9999;
}
#post_article_content_upload_file, #post_party_content_upload_file, #post_vote_content_upload_file {
cursor: pointer;
}
.fwb_spA {
display: block;
cursor: pointer;
width: 22px;
height: 20px;
}
/*loading区*/
.loadingDiv {
width: 120px;
height: 120px;
background-image: url(../img/loadingBj.png);
position: absolute;
}
.loadingDiv .pImg {
padding-top: 30px;
padding-bottom: 20px;
text-align: center;
}
.loadingDiv .pImg img {
width: 30px;
height: 30px;
}
.loadingDiv .pTxt {
text-align: center;
font-size: 12px;
color: #FFF;
}
.richtext_bar_pic_upfile {
bottom: 0;
filter: alpha(opacity=0);
-moz-opacity: 0;
-khtml-opacity: 0;
opacity: 0;
position: absolute;
right: 0;
z-index: 1;
}
/*需支付-报名成功弹窗*/
#tc_bmSuccess {
width: 250px;
background-color: #FFF;
border-radius: 8px;
overflow: hidden;
}
#tc_bmSuccess .baoSuccess {
margin: 10px auto;
}
ul.chengAppmenu {
margin-top: 80px;
}
ul.chengAppmenu li {
border-top: 1px solid #ccc;
line-height: 44px;
overflow: hidden;
text-align: center;
color: #0099e9;
cursor: pointer;
}
.baoSuccess {
width: 170px;
height: 60px;
overflow: hidden;
margin: 100px auto 20px;
}
.baoSuccess span {
float: left;
display: block;
width: 60px;
height: 60px;
background-image: url(../img/pop_remmind_yes.png);
background-size: 100% auto;
background: none\9;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/pop_remmind_yes.png', sizingMethod=scale);
background-repeat: no-repeat;
}
.baoSuccess p {
float: left;
display: inline-block;
line-height: 60px;
font-size: 20px;
margin-left: 10px;
color: #000;
}
#tc_bmSuccess {
width: 250px;
background-color: #FFF;
border-radius: 8px;
overflow: hidden;
}
#tc_bmSuccess .baoSuccess {
width: 170px;
height: 40px;
overflow: hidden;
margin: 10px auto;
}
#tc_bmSuccess .baoSuccess .successDui {
float: left;
width: 40px;
height: 40px;
margin-left: 15px;
}
#tc_bmSuccess .baoSuccess p {
float: left;
display: inline-block;
line-height: 40px;
font-size: 20px;
margin-left: 10px;
color: #000;
}
/*顶部 关注互动吧*/
.post_note2 {
background-color: #e6e6e6;
text-align: center;
font-size: 14px;
*padding:10px 0 5px;
display: none;
}
.post_note2 table {
display: inline-block;
margin: 10px auto 5px;
cursor: pointer;
}
.post_note2 table td {
height: 20px;
line-height: 18px;
font-size: 14px;
}
.post_note2 table td img {
width: 20px;
height: 20px;
}
/*二维码*/
.tc_c {
display: none;
width: 330px;
overflow: hidden;
background-color: #FFF;
border-radius: 8px;
position: fixed;
z-index: 3000;
}
.tc_c .tc_c_close {
height: 30px;
position: relative;
}
.tc_c .tc_c_close img {
position: absolute;
width: 22px;
right: 8px;
top: 8px;
cursor: pointer;
}
.tc_c .tc_c_title {
padding: 0 0 15px;
text-align: center;
font-size: 18px;
color: #000;
}
.tc_c .tc_c_nr {
margin: 10px 20px;
}
.tc_c .tc_c_nr .tc_c_nr_txt {
color: #999;
font-size: 16px;
text-align: center;
}
.tc_c .tc_c_nr .tc_c_nr_pic {
text-align: center;
margin: 10px auto;
}
.tc_c .tc_c_nr .tc_c_nr_pic .weima2 {
width: 150px;
height: 150px;
}
.tc_c .tc_c_btn {
overflow: hidden;
margin: 20px;
}
.tc_c .tc_c_btn a:hover {
background-color: #0082c6;
}
.tc_c .tc_c_btn a.blueBtn .fenX {
display: inline-block;
background: url(../img/fenxiangIcon01.png) no-repeat bottom;
background-size: 22px auto;
width: 30px;
height: 20px;
}
.font02 {
font-size: 18px;
}
.tc_c .tc_c_nr .tc_c_nr_txt2 {
color: #444;
font-size: 20px;
padding: 20px 0 0 26px;
line-height: 32px;
}
.tc_c .tc_c_btn {
overflow: hidden;
margin: 20px 40px;
}
.tc_c .tc_c_btn a:hover {
background-color: #0082c6;
}
.tc_c .tc_c_close {
height: 30px;
position: relative;
}
.tc_c .tc_c_close div {
position: absolute;
width: 23px;
height: 23px;
right: 5px;
top: 5px;
cursor: pointer;
overflow: hidden;
}
.tc_c .tc_c_close div img {
width: 23px;
height: 46px;
position: static;
}
.tc_c .tc_c_close div img:hover {
margin-top: -23px;
}
.tc_c .bmTs_c {
text-align: center;
font-size: 18px;
color: #999;
padding: 20px 0;
line-height: 25px;
}
.tc_c .baoSuccess {
overflow: hidden;
text-align: center;
height: auto;
margin: 30px auto 0;
}
.tc_c .baoSuccess img {
text-align: center;
width: 80px;
height: 80px;
}
.tc_c .baoSuccess p {
padding-top: 10px;
color: #000;
font-size: 20px;
}
.tc_c .tc_c_btn a {
cursor: pointer;
}
/*iE*/
.form_input_vote, .form_input_party, .form_input_job, .form_input_article, .form_input_recruit {
border-top: none\9;
*border-top:none;
}
.form_placeholder {
display: none;
}
#post_party_date_input, #post_vote_date_input, #post_article_date_input, #post_recruit_date_input, #post_recruit_date_input {
height: 70px\9;
background: none!important;
padding-left: 0!important;
border-top: none\9;
*border-top:none;
}
#post_party_date_input .form_placeholder, #post_vote_date_input .form_placeholder, #post_article_date_input .form_placeholder, #post_recruit_date_input .form_placeholder, #post_job_date_input .form_placeholder {
height: 26px\9;
*height:26px;
margin-left: 0\9!important;
*margin-left:0!important;
float: left\9;
*float:left;
width: 100%\9;
*width:100%;
background-color: #eee\9!important;
*background-color:#eee!important;
}
#post_party_date_input #post_party_date_input_text, #post_vote_date_input #post_vote_date_input_text, #post_article_date_input #post_article_date_input_text, #post_recruit_date_input #post_recruit_date_input_text, #post_job_date_input #post_job_date_input_text {
margin-top: 30px\9!important;
*margin-top:30px!important;
float: left\9;
*float:left;
}
#post_party_date_input #post_party_date_input_icon, #post_vote_date_input #post_vote_date_input_icon, #post_article_date_input #post_article_date_input_icon, #post_recruit_date_input #post_recruit_date_input_icon, #post_job_date_input #post_job_date_input_icon {
margin-top: 12px\9;
*margin-top:12px;
}
.form_input_party .input, .form_input_party .input, .form_input_party .input, .form_input_party .input, .form_input_party .input {
width: 100%\9;
*width:100%;
}
#post_party_title, #post_vote_title, #post_article_title, #post_job_title, #post_recruit_title {
text-indent: 0px\9;
*text-indent:0px;
}
#post_vote_option .form_input .input, #post_party_option .form_input .input, #post_article_option .form_input .input, #post_recruit_option .form_input .input, #post_job_option .form_input .input {
*text-indent:10px;
}
#post_vote_kind_select, #post_party_kind_select, #post_article_kind_select, #post_recruit_kind_select, #post_job_kind_select {
margin-bottom: 0\9;
*margin-bottom:0;
}
#post_vote_result, #post_party_result, #post_article_result, #post_recruit_result, #post_job_result {
border: none\9;
*border:none;
}
#form_textarea {
border-top: none\9;
*border-top:none;
padding-right: 0px\9;
*padding-right:0px;
margin-bottom: 0\9;
*margin-bottom:0;
}
/*更多高级功能*/
.moreGn {
height: 40px;
background-color: #FFF;
cursor: pointer;
border-top: 15px solid #eee;
}
.moreGn .moreGn_text {
line-height: 40px;
padding-left: 10px;
width: 80%;
float: left;
}
.moreGn .moreGn_icon {
float: right;
height: 16px;
margin-right: 10px;
margin-top: 12px;
width: 16px;
}
.moreGn .moreGn_icon img {
width: 16px;
height: 16px;
}
.moregn_h1 {
font-size: 18px;
text-align: center;
padding: 20px 0 15px;
font-weight: bold;
}
.olOut {
overflow: hidden;
min-height: 120px;
}
.moregn_ol {
display: none;
list-style: outside;
margin: 0 10px 15px 35px;
line-height: 24px;
}
.moregn_ol li {
list-style-image: none;
list-style: outside decimal;
}
.moregn_btn {
border-top: 1px solid #ccc;
height: 44px;
}
.moregn_btn a {
width: 50%;
float: left;
line-height: 44px;
text-align: center;
background-color: #FFF;
}
.moregn_btn a:active {
background-color: #F8F8F8;
}
.moregn_btn a.l {
color: #298ff7;
}
.moregn_btn a.r {
color: #999;
margin-left: -1px;
border-left: 1px solid #ccc;
}
#moreGn {
width: 80%;
}
.post_this_content_mb_out {
overflow: hidden;
padding: 5px 10px;
margin-bottom: 15px;
background: #FFF;
}
.post_this_content_mb {
width: 100%;
height: 300px;
background: #FFF;
outline: none;
}
#post_vote_content_2 {
margin-bottom: -3px;
}
#post_job_content_2 {
margin-bottom: 12px;
}
/*插入视频弹窗*/
#tc_video {
width: 700px;
overflow: hidden;
background-color: #FFF;
}
#tc_video .tc_c_title p {
text-align: left;
padding-left: 30px;
font-size: 18px;
}
#tc_video .tc_c_nr {
padding-left: 10px;
}
#tc_video .tc_c_nr input {
width: 638px;
height: 44px;
line-height: 44px;
font-size: 14px;
text-indent: 5px;
border: 1px solid #cccccc;
}
#tc_video .tc_c_ts2 p {
text-align: left;
padding-left: 30px;
font-size: 14px;
color: #999;
}
#tc_video .tc_c_btn {
margin: 20px 30px;
}
#post_vote_option_select {
position: relative;
height: 42px;
}
#post_vote_option_select .xlK_icon {
position: absolute;
right: 12px;
top: 14px;
width: 16px;
height: 16px;
}
#post_vote_option_select .xlK_btn {
display: block;
width: 100%;
max-width: 800px;
position: absolute;
left: 0;
top: 0;
height: 42px;
cursor: pointer;
background-color: #CCC\9;
filter: alpha(opacity=0)\9;
*background-color:#CCC;
filter: alpha(opacity=0);
outline: none;
z-index: 1002;
}
#post_vote_option_select .toupSpan {
display: inline-block;
float: left;
margin-top: 13px;
margin-left: 10px;
margin-right: 10px;
font-size: 16px;
color: #000;
}
#post_vote_option_select select {
border: none;
font-size: 16px;
color: #000;
}
#post_vote_kind_select option {
cursor: pointer;
background-color: #FFF;
}
/*时间选择控件*/
.date_selector, .date_selector * {
width: auto;
height: auto;
border: none;
background: none;
margin: 0;
padding: 0;
text-align: left;
text-decoration: none;
}
.date_selector {
background: #fbfbfb;
border: 1px solid #ccc;
padding: 10px;
margin-top: -1px;
position: absolute;
z-index: 2001;
display: none;
box-shadow: 0 2px 2px #ccc;
width: 220px;
}
.date_selector_ieframe {
position: absolute;
z-index: 2000;
display: none;
}
.date_selector .nav {
width: 223px;
}
.date_selector .nav p {
clear: none;
}
.date_selector .month_nav, .date_selector .year_nav {
margin: 0 0 3px 0;
padding: 0;
display: block;
position: relative;
text-align: center;
}
.date_selector .month_nav {
float: left;
width: 100px;
}
.date_selector .year_nav {
float: right;
width: 100px;
margin-right: 0;
}
.date_selector .month_name, .date_selector .year_name {
line-height: 20px;
font-size: 12px;
}
.date_selector .button {
display: block;
position: absolute;
top: 0;
width: 18px;
height: 18px;
line-height: 16px;
font-weight: bold;
color: #5985c7;
text-align: center;
font-size: 12px;
overflow: hidden;
border: 1px solid #ccc;
border-radius: 2px;
}
.date_selector .button:hover, .date_selector .button.hover {
background: #5985c7;
color: #fff;
cursor: pointer;
border-color: #3a930d;
}
.date_selector .prev {
left: 0;
}
.date_selector .next {
right: 0;
}
.date_selector table {
border-spacing: 0;
border-collapse: collapse;
clear: both;
margin: 0;
width: 220px;
}
.date_selector th, .date_selector td {
width: 2.5em;
height: 30px;
padding: 0!important;
text-align: center!important;
color: #666;
font-weight: normal;
}
.date_selector th {
font-size: 12px;
}
.date_selector td {
border: 1px solid #f1f1f1;
line-height: 30px;
text-align: center;
white-space: nowrap;
color: #5985c7;
background: #fff;
font-size: 12px;
}
.date_selector td.today {
background: #eee;
}
.date_selector td.unselected_month {
color: #ccc;
}
.date_selector td.selectable_day {
cursor: pointer;
}
.date_selector td.selected {
background: #0099e9;
color: #fff;
font-weight: bold;
}
.date_selector td.selectable_day:hover, .date_selector td.selectable_day.hover {
background: #0082c6;
color: #fff;
}
#k_time_hout1 {
z-index: 2001;
}
.time_Hour {
position: absolute;
width: 100px;
overflow: hidden;
border: 1px solid #d9d9d9;
left: -1px;
top: 36px;
display: none;
z-index: 2001;
background-color: #FFF;
}
.k_time_hour .time_Hour {
display: block;
}
.k_time_date a.qK {
display: none;
position: relative;
width: 15px;
height: 15px;
background: url(http://cdn.hudongba.com/static_v4/images/post/share_qr_close3_15.png) no-repeat;
z-index: 101;
left: 215px;
top: 10px;
}
.k_time_date a.qK:hover {
background: url(http://cdn.hudongba.com/static_v4/images/post/share_qr_close3_15.png) no-repeat 0 -15px;
cursor: pointer;
}
.hdAddress .post_main_l_tit {
position: relative;
overflow: visible!important;
}
a#qK4, a#qK6, a#qK7 {
display: none;
position: absolute;
width: 15px;
height: 15px;
background: url(http://cdn.hudongba.com/static_v4/images/post/share_qr_close3_15.png) no-repeat;
z-index: 101;
left: 378px;
top: 10px;
}
a#qK6, a#qK7 {
left: 177px;
}
a#qK4:hover, a#qK6:hover, a#qK7:hover {
background: url(http://cdn.hudongba.com/static_v4/images/post/share_qr_close3_15.png) no-repeat 0 -15px;
cursor: pointer;
}
.time_Hour ul {
height: 400px;
overflow-y: auto;
}
.time_Hour ul li {
height: 38px;
line-height: 38px;
text-align: center;
font-size: 12px;
color: #444;
cursor: pointer;
}
.time_Hour ul li:hover {
background-color: #eee;
}
/*城市弹窗*/
.k_site_K {
position: absolute;
width: 700px;
overflow: hidden;
border-top: 1px solid #d9d9d9;
*border-left:1px solid #d9d9d9;
*border-right:1px solid #d9d9d9;
*border-bottom:1px solid #d9d9d9;
border-left: 1px solid #d9d9d9\9;
border-right: 1px solid #d9d9d9\9;
border-bottom: 1px solid #d9d9d9\9;
left: 0;
left: -1px\9;
*left:-1px;
top: 48px;
display: none;
z-index: 2001;
background-color: #FFF;
box-shadow: 0 2px 8px #ccc;
}
.k_site_K .k_site_K_top {
height: 36px;
margin: 15px 15px 0;
position: relative;
border-bottom: 2px solid #d9d9d9;
}
.k_site_K .k_site_K_top .thisClose {
position: absolute;
width: 20px;
height: 20px;
right: 0;
top: 3px;
cursor: pointer;
overflow: hidden;
}
.k_site_K .k_site_K_top .thisClose img {
width: 20px;
height: 40px;
margin-top: 0!important;
}
.k_site_K .k_site_K_top .thisClose:hover img {
margin-top: -20px!important;
}
.k_site_K .k_site_K_top ul {
margin-bottom: -2px;
}
.k_site_K .k_site_K_top ul li {
height: 36px;
line-height: 36px;
display: inline-block;
float: left;
border-bottom: 2px solid #d9d9d9;
}
.k_site_K .k_site_K_top ul li.thisOver {
border-bottom: 2px solid #00a2f7;
}
.k_site_K .k_site_K_top ul li a {
display: inline-block;
line-height: 36px;
padding: 0 10px;
cursor: pointer;
}
.k_site_K .k_site_K_city {
overflow: hidden;
margin: 10px 0 10px 15px;
}
.k_site_K .k_site_K_qu {
overflow: hidden;
margin: 10px 15px 10px 25px;
border-top: 2px solid #d9d9d9;
display: none;
}
.k_site_K .k_site_K_qu ul {
overflow: hidden;
margin: 5px auto;
}
.k_site_K .k_site_K_qu ul li {
display: block;
width: 70px;
height: 26px;
line-height: 26px;
float: left;
margin: 0 5px 5px 0;
text-align: left;
white-space: nowrap;
text-overflow: ellipsis;
-o-text-overflow: ellipsis;
overflow: hidden;
}
.k_site_K .k_site_K_qu ul li a {
font-size: 12px;
color: #8e8e8e;
cursor: pointer;
}
.k_site_K .k_site_K_qu ul li:hover a {
color: #0099e9;
}
.k_site_K_city_zhu {
overflow: hidden;
margin: 5px auto;
display: none;
}
.k_site_K_city_zhu .K_city_lin {
overflow: hidden;
}
.k_site_K_city_zhu .K_city_lin span {
display: inline-block;
width: 45px;
font-size: 14px;
color: #ff0000;
height: 26px;
line-height: 26px;
float: left;
text-align: left;
}
.k_site_K_city_zhu .K_city_lin.hot span {
width: 10px;
}
.k_site_K_city_zhu .K_city_lin ul {
overflow: hidden;
width: 638px;
}
.k_site_K_city_zhu .K_city_lin.hot ul {
width: 650px;
}
.k_site_K_city_zhu .K_city_lin ul li {
display: block;
width: 70px;
height: 22px;
line-height: 20px;
float: left;
margin: 0 5px 5px 0;
text-align: left;
white-space: nowrap;
text-overflow: ellipsis;
-o-text-overflow: ellipsis;
overflow: hidden;
}
.k_site_K_city_zhu .K_city_lin ul li a {
font-size: 12px;
color: #8e8e8e;
cursor: pointer;
}
.k_site_K_city_zhu .K_city_lin ul li.thisOver a {
color: #0099e9;
}
/*个性化报名项*/
li.joinxx_px_item {
overflow: hidden;
margin-bottom: 10px;
}
li.joinxx_px_item .joinxx_px_handle {
overflow: hidden;
}
li.joinxx_px_item .yinyingQu {
width: 845px;
background-color: #fcfcfc;
float: left;
padding: 14px 0;
border: 1px solid #c6c6c6;
}
li.joinxx_px_item.thisOver .yinyingQu {
background-color: #f4f4f4;
}
li.joinxx_px_item .yinyingQu span.icon {
display: block;
width: 30px;
height: 25px;
float: left;
margin-left: 10px;
background: url(http://cdn.hudongba.com/static_v4/images/post/icon_join.png) no-repeat;
}
li.joinxx_px_item.name .yinyingQu span.icon {
background-position: 3px 4px;
}
li.joinxx_px_item.phone .yinyingQu span.icon {
background-position: 2px -46px;
}
li.joinxx_px_item.danX .yinyingQu span.icon {
background-position: 0 -396px;
}
li.joinxx_px_item.duoX .yinyingQu span.icon {
background-position: 0 -446px;
}
li.joinxx_px_item.danH .yinyingQu span.icon {
background-position: 0 -148px;
}
li.joinxx_px_item.duoH .yinyingQu span.icon {
background-position: 0 -247px;
}
li.joinxx_px_item.pic .yinyingQu span.icon {
background-position: 0 -247px;
}
li.joinxx_px_item .yinyingQu .bdNr {
width: 485px;
float: left;
text-align: left;
line-height: 25px;
font-size: 14px;
}
li.joinxx_px_item .yinyingQu .bdNr .wek_gray {
width: 475px;
height: 23px;
line-height: 23px;
font-size: 14px;
border: 1px solid #fcfcfc;
border: 1px solid #ddd\9;
*border:1px solid #ddd;
background-color: #fcfcfc;
color: #333;
padding-left: 5px;
}
li.joinxx_px_item.thisOver .yinyingQu .bdNr .wek_gray {
border: 1px solid #f4f4f4;
border: 1px solid #ddd\9;
*border:1px solid #ddd;
background-color: #f4f4f4;
}
li.joinxx_px_item .yinyingQu .bdNr .wek_gray.thisOver {
border: 1px solid #b8b8b8;
background-color: #FFFFFF;
}
li.joinxx_px_item .yinyingQu .bdNr .xuanTit {
overflow: hidden;
}
li.joinxx_px_item .yinyingQu .bdNr .xuan_Li {
overflow: hidden;
width: 482px;
color: #666;
margin-top: 5px;
}
li.joinxx_px_item .yinyingQu .bdNr .xuan_Li p {
height: 23px;
margin-bottom: 2px;
border: 1px solid #fcfcfc;
border: 1px solid #ddd\9;
*border:1px solid #ddd;
background-color: #fcfcfc;
overflow: hidden;
}
li.joinxx_px_item.thisOver .yinyingQu .bdNr .xuan_Li p {
border: 1px solid #f4f4f4;
border: 1px solid #ddd\9;
*border:1px solid #ddd;
background-color: #f4f4f4;
}
li.joinxx_px_item.thisOver .yinyingQu .bdNr .xuan_Li p input {
background-color: #f4f4f4;
}
li.joinxx_px_item .yinyingQu .bdNr .xuan_Li p.thisOver {
border: 1px solid #b8b8b8;
background-color: #FFFFFF;
}
li.joinxx_px_item .yinyingQu .bdNr .xuan_Li p.thisOver input {
background-color: #FFFFFF;
}
li.joinxx_px_item .yinyingQu .bdNr .xuan_Li p span {
display: block;
width: 50px;
height: 16px;
line-height: 16px;
float: left;
text-align: left;
margin: 2px 0 0 5px;
}
li.joinxx_px_item .yinyingQu .bdNr .xuan_Li p .wek_gray2 {
width: 395px;
height: 20px;
line-height: 20px;
font-size: 14px;
border: none;
background-color: #fcfcfc;
color: #333;
float: left;
}
li.joinxx_px_item .yinyingQu .bdNr .xuan_Li p a.xuan_Li_P_A {
display: block;
width: 15px;
height: 15px;
overflow: hidden;
float: left;
margin: 4px 0 0 5px;
display: none;
}
li.joinxx_px_item .yinyingQu .bdNr .xuan_Li p a.xuan_Li_P_A:hover img {
margin-top: -15px;
}
li.joinxx_px_item .yinyingQu .bdNr .addBtn {
overflow: hidden;
}
li.joinxx_px_item .yinyingQu .bdNr .addBtn a {
display: block;
width: 62px;
height: 24px;
background: url(../img/icon_join.png) no-repeat 0 -600px;
margin: 5px 0 0 5px;
}
li.joinxx_px_item .yinyingQu .bdNr .addBtn a:hover {
background: url(../img/icon_join.png) no-repeat 0 -650px;
}
li.joinxx_px_item .czQu a.del {
display: block;
width: 26px;
height: 40px;
background: url(../img/icon_join.png) no-repeat 0 -500px;
float: left;
margin: 15px 0 0 10px;
}
li.joinxx_px_item .czQu a.del:hover {
background: url(../img/icon_join.png) no-repeat 0 -550px;
}
li.joinxx_px_item .czQu a.sel {
display: block;
width: 23px;
height: 23px;
background: url(../img/pop_no2_3.png) no-repeat;
float: left;
margin: 15px 0 0 10px;
}
li.joinxx_px_item .czQu a.sel.thisOver {
background: url(../img/pop_no2_3.png) no-repeat;
}
li.joinxx_px_item .yinyingQu .bdNr .xuan_Li p {
margin-bottom: 5px\9;
*margin-bottom:5px;
}
.joinxx_px_item_add {
height: 143px;
background-color: #f7fbfd;
overflow: hidden;
margin: 20px 0;
border: 1px solid #dae3e8;
}
.joinxx_px_item_p {
height: 55px;
line-height: 48px;
font-size: 14px;
color: #000;
padding-left: 32px;
text-align: left;
}
.joinxx_px_item_add_zu {
overflow: hidden;
}
.joinxx_px_item_add_zu a {
display: block;
width: 130px;
height: 50px;
background: url(../img/icon_join2.png) no-repeat 0 0;
float: left;
margin-left: 32px;
}
.joinxx_px_item_add_zu a.thisOver {
background: url(../img/icon_join2.png) no-repeat 0 -60px;
}
.joinxx_px_item_add_zu a span {
display: block;
width: 65px;
height: 30px;
line-height: 30px;
background: url(../img/icon_join.png) no-repeat;
padding-left: 30px;
font-size: 14px;
color: #333;
margin: 10px 0 0 20px;
text-align: left;
}
.joinxx_px_item_add_zu a.danX span {
background-position: 0 -396px;
}
.joinxx_px_item_add_zu a.duoX span {
background-position: 0 -446px;
}
.joinxx_px_item_add_zu a.danH span {
background-position: 0 -148px;
}
.joinxx_px_item_add_zu a.duoH span {
background-position: 0 -247px;
}
.joinxx_px_item_add_zu a.pic span {
background-position: 0 -345px;
padding-left: 35px;
}
.czQu2 img {
float: left;
height: 23px;
margin: 15px 0 0 10px;
width: 23px;
}
.joinxx_px_item_add_zu a:hover {
background: url(../img/icon_join2.png) no-repeat 0 -61px;
}
.form_phone_recom2 {
display: none!important;
float: left;
margin-left: 120px;
width: 140px;
margin-top: 3px;
}
.form_phone_recom2 .form_checkbox_check {
width: 20px;
height: 20px;
float: left;
}
.form_checkbox_p {
font-size: 14px;
line-height: 20px;
}
.joinxx_px_sort {
display: none;
}
.tsIe {
width: 150px;
height: 25px;
line-height: 25px;
text-align: left;
font-size: 14px;
color: #666;
float: left;
margin-left: 5px;
display: none;
display: block\9;
*display:block;
}
/*地图选点*/
.post_site_K {
width: 672px;
height: 36px;
border: 1px solid #d9d9d9;
float: left;
}
.post_site_K input {
width: 557px;
height: 20px;
line-height: 20px;
border: none;
font-size: 14px;
color: #444;
float: left;
margin: 8px 0 0 15px;
}
.post_site_K span {
display: block;
cursor: pointer;
width: 72px;
height: 20px;
line-height: 19px;
font-size: 14px;
color: #666;
text-align: right;
border-left: 1px solid #d9d9d9;
float: left;
margin-top: 8px;
background: url(../img/address_icon3.png) no-repeat 10px 1px;
}
.post_site_set {
width: 888px;
height: 512px;
border: 1px solid #d9d9d9;
margin-top: 53px;/* margin-bottom:25px; */
display: none;
position: relative;
}
.mapD {
position: absolute;
left: 10px;
top: 400px;
z-index: 1;
}
.post_map {
width: 100%;
height: 512px;
float: right;
}
.post_map_site {
width: 280px;
height: 512px;
border-right: 1px solid #d9d9d9;
background-color: #FFF;
position: absolute;
left: 0;
top: 0;
z-index: 101;
}
#map_set {
display: block;
width: 15px;
height: 57px;
background: url(../img/mapStar_l.png) no-repeat;
position: absolute;
left: 279px;
top: 200px;
z-index: 102;
}
#map_set.thisOver {
background: url(../img/mapStar_r.png) no-repeat;
}
.post_site_hot {
background-color: #f1f1f1;
overflow: hidden;
border-bottom: 1px solid #d9d9d9;
}
.post_site_hot h3 {
font-size: 14px;
padding-left: 15px;
line-height: 30px;
text-align: left;
}
.post_site_hot p {
padding-left: 15px;
padding-bottom: 10px;
font-size: 14px;
line-height: 20px;
text-align: left;
overflow: hidden;
}
.post_site_hot p a {
display: inline-block;
float: left;
margin-right: 10px;
color: #666;
}
.post_site_hot p a:hover, .post_site_hot p a.thisOver {
text-decoration: underline;
color: #0099e9;
}
.post_site_abc {
overflow: hidden;
margin: 0 15px;
border-bottom: 1px solid #d9d9d9;
}
.post_site_abc p {
padding: 8px 0 5px;
overflow: hidden;
}
.post_site_abc p a {
display: inline-block;
*display:block;
text-align: left;
float: left;
margin: 0 9px 5px 0;
font-size: 14px;
color: #0099e9;
}
.scrollbar {
background-color: #eaeaea;
border-radius: 4px;
border: none;
line-height: 0;
width: 5px;
}
.scrollbar .handle {
height: 100px;
width: 100%;
border-radius: 4px;
background-color: #ccc;
cursor: pointer;
line-height: 0;
}
.slyWrap {
margin: 10px 0 0 15px;
width: 250px;
float: left;
}
.example1 {
position: relative;
}
.example1 .sly {
width: 240px;
height: 280px;
}
.example1 .sly ul {
width: 100%;
height: 100%;
overflow: hidden;
}
.example1 .sly ul li {
height: 80px;
margin: 0 0 1px 0;
font-size: 40px;
line-height: 80px;
}
.example1 .scrollbar {
position: absolute;
top: 0;
right: 0;
height: 280px;
}
.post_main_ul .post_main_li.hdnumLimit {
overflow: hidden;
}
.post_main_ul .post_main_li.hdAddress, .post_main_ul .post_main_li.hdTime1, .post_main_ul .post_main_li.hdStyle, .post_main_ul .post_main_li.hdFy {
margin-bottom: 0;
}
.post_site_wz {
overflow: hidden;
padding-bottom: 10px;
}
.post_site_wz .post_site_zu_abc {
display: block;
width: 30px;
height: 30px;
font-size: 25px;
color: #ccc;
float: left;
text-align: left;
}
.post_site_wz .post_site_zu_city {
width: 210px;
overflow: hidden;
float: left;
}
.post_site_wz .post_site_zu_city a {
display: inline-block;
line-height: 20px;
float: left;
margin-right: 6px;
font-size: 13px;
color: #0099e9;
}
.post_site_wz .post_site_zu_city a:hover, .post_site_wz .post_site_zu_city a.thisOver {
color: #0082c6;
text-decoration: underline;
}
.post_main_li.hdTime2 {
margin-bottom: 0;
height: 68px;
}
.red_outK.thisOver .post_title, .red_outK.thisOver .post_main_r_fwb, .red_outK.thisOver .k_time_date, .red_outK.thisOver .k_time_hour, .red_outK.thisOver #form_textarea, .red_outK.thisOver .k_site, .red_outK.thisOver .post_site_K, .red_outK.thisOver .limit_L, .red_outK.thisOver .k_style, .red_outK.thisOver .post_style_K {
border: 1px solid #eb6877!important;
}
.red_outK .post_title.blue, .blue .red_outK .post_main_r_fwb, .form_input .input.blue, .red_outK #form_textarea.blue, .red_outK .k_time_date.blue, .red_outK .k_time_hour.blue, .red_outK .post_site_K.blue, .red_outK .k_site.blue, .wek_gray.blue, .xuan_Li_P.blue, .form_input_cost input.blue, .red_outK .limit_L.blue, #post_party_meet_tel.blue, .red_outK .k_style.blue, .red_outK .post_style_K.blue, .post_main_fee_K input.blue {
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 5px rgba(0, 153, 233, 0.4);
border: 1px solid #a5e0fe!important;
}
.post_main_ul .post_main_li .post_main_r .k_style {
width: 200px;
height: 36px;
border: 1px solid #d9d9d9;
float: left;
margin-right: 14px;
position: relative;
z-index: 14;
}
.post_main_ul .post_main_li .post_main_r .k_style input {
width: 178px;
height: 18px;
border-top: 1px solid #FFF;
float: left;
margin: 7px 0 0 15px;
font-size: 14px;
color: #444;
}
.post_main_ul .post_main_li .post_main_r .k_style input.jiao {
background: url(../img/jiao.png) no-repeat right;
}
.post_main_ul .post_main_li .post_main_r .post_style_K {
width: 200px;
height: 36px;
border: 1px solid #d9d9d9;
float: left;
margin-right: 14px;
position: relative;
z-index: 14;
}
.post_main_ul .post_main_li .post_main_r .post_style_K input {
width: 178px;
height: 18px;
border-top: 1px solid #FFF;
float: left;
margin: 7px 0 0 15px;
font-size: 14px;
color: #444;
}
.post_main_ul .post_main_li .post_main_r .post_style_K input.jiao {
background: url(../img/jiao.png) no-repeat right;
}
/* .post_style_K {width:672px;height:36px;border:1px solid #d9d9d9;float:left;}
.post_style_K input {width:557px;height:20px;line-height:20px;border:none;font-size:14px;color:#444;float:left;margin:8px 0 0 15px;}
.post_style_K span {display:block;cursor: pointer;width:72px;height:20px;line-height:19px;font-size:14px;color:#666;text-align:right;border-left:1px solid #d9d9d9;float:left;margin-top:8px;background:url(http://cdn.hudongba.com/static_v4/images/detail/address_icon3.png) no-repeat 10px 1px;}
*/
.post_main_fee2 {
height: 60px;
}
.post_main_fee2 a {
display: block;
width: 132px;
height: 38px;
text-align: center;
line-height: 38px;
font-size: 14px;
color: #000;
border: 1px solid #dfdfdf;
float: left;
margin-right: 30px;
border-radius: 5px;
}
.post_main_fee2 a.thisOver {
color: #0099e9;
border: 1px solid #0099e9;
}
#payitemDiv {
overflow: hidden;
margin-bottom: 20px;
}
.post_main_meet {
height: 60px;
}
.post_main_meet a {
display: block;
width: 132px;
height: 38px;
text-align: center;
line-height: 38px;
font-size: 14px;
color: #000;
border: 1px solid #dfdfdf;
float: left;
margin-right: 30px;
border-radius: 5px;
}
.post_main_meet a.thisOver {
color: #0099e9;
border: 1px solid #0099e9;
}
.post_main_meet_tel {
height: 188px;
border: 1px solid #d9d9d9;
position: relative;
background-color: #fcfcfc;
}
.post_main_meet_tel .pic01 {
position: absolute;
left: 164px;
top: 20px;
}
.post_main_meet_tel .pic02 {
position: absolute;
left: 424px;
top: 10px;
width: 2px;
height: 168px;
}
.post_main_meet_tel .pic03 {
position: absolute;
left: 504px;
top: 0px;
}
.post_main_meet_tel .txt1 {
display: block;
width: 100px;
height: 20px;
background: url(../img/icon_meet2.png) no-repeat 0 0;
padding-left: 18px;
font-size: 14px;
color: #333;
position: absolute;
left: 18px;
top: 114px;
text-align: left;
}
.post_main_meet_tel .txt2 {
display: inline-block;
font-size: 12px;
color: #8dbdd6;
position: absolute;
left: 104px;
top: 150px;
}
.post_main_meet_tel .txt3 {
display: inline-block;
font-size: 12px;
color: #666666;
position: absolute;
left: 470px;
top: 100px;
line-height: 18px;
}
.post_main_meet_tel .txt4 {
display: inline-block;
font-size: 12px;
color: #666666;
position: absolute;
left: 620px;
top: 138px;
line-height: 18px;
}
.post_main_meet_tel .txt5 {
display: inline-block;
font-size: 12px;
color: #666666;
position: absolute;
left: 753px;
top: 100px;
line-height: 18px;
}
.post_main_meet_tel input {
position: absolute;
width: 285px;
height: 36px;
background-color: #FFF;
border: 1px solid #d9d9d9;
font-size: 14px;
color: #444;
padding-left: 10px;
left: 105px;
top: 105px;
}
.k_site_K3, .k_site_K7 {
position: absolute;
width: 200px;
overflow: hidden;
border-top: 1px solid #d9d9d9;
*border-left:1px solid #d9d9d9;
*border-right:1px solid #d9d9d9;
*border-bottom:1px solid #d9d9d9;
border-left: 1px solid #d9d9d9\9;
border-right: 1px solid #d9d9d9\9;
border-bottom: 1px solid #d9d9d9\9;
left: 0;
left: -1px\9;
*left:-1px;
top: 48px;
display: none;
z-index: 2001;
background-color: #FFF;
box-shadow: 0 2px 8px #ccc;
}
.k_site_K3 ul li a, .k_site_K7 ul li a {
display: block;
height: 26px;
text-align: left;
line-height: 26px;
color: #444;
font-size: 14px;
cursor: pointer;
padding-left: 20px;
}
.k_site_K3 ul li a:hover, .k_site_K7 ul li a:hover {
background-color: #0099e9;
color: #FFF;
}
#joinTime_control {
height: 34px;
clear: both;
width: 100%;
position: relative;
z-index: 1;
}
#joinTime_control a {
width: 18px;
height: 18px;
overflow: hidden;
float: left;
margin: 8px 0 0 624px;
}
#joinTime_control a img {
width: 18px;
height: 36px;
}
#joinTime_control a.thisOver img {
margin-top: -18px;
}
#joinTime_control span {
font-size: 14px;
display: inline-block;
color: #aaa;
float: left;
margin: 10px 0 0 5px;
} | 0.226356 | 0.059702 |
.ace--revelation .ace_gutter {
background: rgba(46,44,43,1);
color: rgb(134,133,133)
}
.ace--revelation .ace_print-margin {
width: 1px;
background: #e8e8e8
}
.ace--revelation {
background-color: rgba(46,44,43,1);
color: rgba(222,222,222,1)
}
.ace--revelation .ace_cursor {
color: rgba(248,248,240,1)
}
.ace--revelation .ace_marker-layer .ace_selection {
background: rgba(97,127,160,1)
}
.ace--revelation.ace_multiselect .ace_selection.ace_start {
box-shadow: 0 0 3px 0px rgba(46,44,43,1);
border-radius: 2px
}
.ace--revelation .ace_marker-layer .ace_step {
background: rgb(198, 219, 174)
}
.ace--revelation .ace_marker-layer .ace_bracket {
margin: -1px 0 0 -1px;
border: 1px solid rgba(59,58,50,1)
}
.ace--revelation .ace_marker-layer .ace_active-line {
background: rgba(59,54,51,1)
}
.ace--revelation .ace_gutter-active-line {
background-color: rgba(59,54,51,1)
}
.ace--revelation .ace_marker-layer .ace_selected-word {
border: 1px solid rgba(97,127,160,1)
}
.ace--revelation .ace_fold {
background-color: rgba(149,194,232,1);
border-color: rgba(222,222,222,1)
}
.ace--revelation .ace_keyword {
color: rgba(194,220,242,1)
}
.ace--revelation .ace_entity.ace_name.ace_tag,
.ace--revelation .ace_keyword.ace_other.ace_unit,
.ace--revelation .ace_storage.ace_type {
color: rgba(78,93,132,1)
}
.ace--revelation .ace_constant.ace_character,
.ace--revelation .ace_constant.ace_language,
.ace--revelation .ace_constant.ace_numeric,
.ace--revelation .ace_constant.ace_other,
.ace--revelation .ace_entity.ace_other.ace_attribute-name,
.ace--revelation .ace_storage,
.ace--revelation .ace_support.ace_constant {
color: rgba(97,127,160,1)
}
.ace--revelation .ace_string,
.ace--revelation .ace_support.ace_constant.ace_property-value,
.ace--revelation .ace_support.ace_function {
color: rgba(255,187,41,1)
}
.ace--revelation .ace_support.ace_class,
.ace--revelation .ace_support.ace_type {
font-style: italic;
color: rgba(97,127,160,1)
}
.ace--revelation .ace_invalid,
.ace--revelation .ace_invalid.ace_deprecated {
color: rgba(248,248,240,1);
background-color: rgba(0,168,198,1)
}
.ace--revelation .ace_comment {
color: rgba(123,114,107,1)
}
.ace--revelation .ace_entity.ace_name.ace_function,
.ace--revelation .ace_variable {
color: rgba(149,194,232,1)
}
.ace--revelation .ace_variable.ace_parameter {
font-style: italic
} | ace/lib/ace/theme/Revelation.css | .ace--revelation .ace_gutter {
background: rgba(46,44,43,1);
color: rgb(134,133,133)
}
.ace--revelation .ace_print-margin {
width: 1px;
background: #e8e8e8
}
.ace--revelation {
background-color: rgba(46,44,43,1);
color: rgba(222,222,222,1)
}
.ace--revelation .ace_cursor {
color: rgba(248,248,240,1)
}
.ace--revelation .ace_marker-layer .ace_selection {
background: rgba(97,127,160,1)
}
.ace--revelation.ace_multiselect .ace_selection.ace_start {
box-shadow: 0 0 3px 0px rgba(46,44,43,1);
border-radius: 2px
}
.ace--revelation .ace_marker-layer .ace_step {
background: rgb(198, 219, 174)
}
.ace--revelation .ace_marker-layer .ace_bracket {
margin: -1px 0 0 -1px;
border: 1px solid rgba(59,58,50,1)
}
.ace--revelation .ace_marker-layer .ace_active-line {
background: rgba(59,54,51,1)
}
.ace--revelation .ace_gutter-active-line {
background-color: rgba(59,54,51,1)
}
.ace--revelation .ace_marker-layer .ace_selected-word {
border: 1px solid rgba(97,127,160,1)
}
.ace--revelation .ace_fold {
background-color: rgba(149,194,232,1);
border-color: rgba(222,222,222,1)
}
.ace--revelation .ace_keyword {
color: rgba(194,220,242,1)
}
.ace--revelation .ace_entity.ace_name.ace_tag,
.ace--revelation .ace_keyword.ace_other.ace_unit,
.ace--revelation .ace_storage.ace_type {
color: rgba(78,93,132,1)
}
.ace--revelation .ace_constant.ace_character,
.ace--revelation .ace_constant.ace_language,
.ace--revelation .ace_constant.ace_numeric,
.ace--revelation .ace_constant.ace_other,
.ace--revelation .ace_entity.ace_other.ace_attribute-name,
.ace--revelation .ace_storage,
.ace--revelation .ace_support.ace_constant {
color: rgba(97,127,160,1)
}
.ace--revelation .ace_string,
.ace--revelation .ace_support.ace_constant.ace_property-value,
.ace--revelation .ace_support.ace_function {
color: rgba(255,187,41,1)
}
.ace--revelation .ace_support.ace_class,
.ace--revelation .ace_support.ace_type {
font-style: italic;
color: rgba(97,127,160,1)
}
.ace--revelation .ace_invalid,
.ace--revelation .ace_invalid.ace_deprecated {
color: rgba(248,248,240,1);
background-color: rgba(0,168,198,1)
}
.ace--revelation .ace_comment {
color: rgba(123,114,107,1)
}
.ace--revelation .ace_entity.ace_name.ace_function,
.ace--revelation .ace_variable {
color: rgba(149,194,232,1)
}
.ace--revelation .ace_variable.ace_parameter {
font-style: italic
} | 0.599837 | 0.133726 |
:root {
--c1: #22466b;
--c2: #eca533;
--c3: #d2d2d2;
--fontfam1: "Roboto Mono", "SF Mono", "Fira Code" , "Fira Mono" ,monospace;
--fontfam2: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
--boxbr: 10px;
/* this is margin left for only things that are left most on page */
--mleft: 25px
}
* {
box-sizing: border-box;
padding: 0;
margin: 0;
font-size: 18px;
}
body {
background-color: var(--c3);
margin: 0;
padding: 0;
height: 100%;
width: 100%;
display: flex;
}
.header {
padding: 20px;
font-family: var(--fontfam1);
background-color: var(--c1);
color: var(--c2);
display: flex;
}
.header h1 {
display: inline-block;
font-size: 48px;
font-family: var(--fontfam1);
}
.header nav {
padding-top: 15px;
margin-right: 20px;
font-family: var(--fontfam1);
font-size: 20px;
margin-left: 800px;
}
.header nav ul li {
display: inline-block;
margin-left: var(--mleft);
}
.header nav ul li a {
color: var(--c3);
text-decoration: none;
}
.aboutme {
width: 80%;
margin-left: 20px;
display: flex;
margin-top: 25px;
}
.imgbox {
width: 300px;
height: 300px;
background-color: var(--c1);
padding: 14px;
border-radius: var(--boxbr);
border: solid;
border-color: var(--c2);
flex: 0 1 auto;
}
.aboutme img {
width: 270px;
height: 270px;
border-radius: 140px;
border: solid;
border-color: var(--c2);
flex: 0 1 auto;
}
.aboutmebox {
height: 300px;
background-color: var(--c1);
border-radius: var(--boxbr);
width: 1540px;
margin-left: var(--mleft);
padding: 15px;
border: solid;
border-color: var(--c2);
display: flex;
flex-direction: column;
}
/*use for all h1 that isn't in header*/
.aboutme h1,
.mywork h1 {
color: var(--c2);
font-family: var(--fontfam2);
font-size: 36px;
margin-left: var(--mleft);
margin-bottom: 25px;
text-decoration: underline;
}
.aboutme p {
margin-left: var(--mleft);
margin-bottom: 25px;
color: var(--c3);
font-family: var(--fontfam1);
font-size: 18px;
}
.mywork {
background-color: var(--c1);
margin: 25px 20px 0 20px;
border-radius: var(--boxbr);
border: solid;
border-color: var(--c2);
display: flex;
flex-direction: column;
position: relative;
}
.mywork a {
text-decoration: none;
}
/* each new box default left is 20px, right side is 925px, each column down add 478 to top */
.box1 {
font-family: var(--fontfam1);
font-size: 18px;
color: var(--c1);
background-color: var(--c3);
border-color: var(--c3);
width: 200px;
position: absolute;
top: 50px;
left: 20px;
padding: 0 20px;
z-index: 2;
}
.box2 {
font-family: var(--fontfam1);
font-size: 18px;
color: var(--c1);
background-color: var(--c3);
border-color: var(--c3);
width: 200px;
position: absolute;
top: 50px;
left: 925px;
padding: 0 20px;
z-index: 2;
}
.box3 {
font-family: var(--fontfam1);
font-size: 18px;
color: var(--c1);
background-color: var(--c3);
border-color: var(--c3);
width: 200px;
position: absolute;
top: 528px;
left: 20px;
padding: 0 20px;
z-index: 2;
}
.box4 {
font-family: var(--fontfam1);
font-size: 18px;
color: var(--c1);
background-color: var(--c3);
border-color: var(--c3);
width: 200px;
position: absolute;
top: 528px;
left: 925px;
padding: 0 20px;
z-index: 2;
}
/* I understand that my initial work should be bigger than the rest but I do not like the way it looks and am willing to accept docked points for it to look more aesthetically
pleasing to my eyes. A wide box stacked on top of 4 smaller boxes didn't look nice and the stretched image and gif were extremely blurry */
.mywork img {
height: 450px;
width: 800px;
margin: 0 75px 25px 25px;
border: solid;
border-color: var(--c3);
}
#pic1 {
position:absolute;
left: 0;
}
#pic2 {
position:absolute;
left: 905px;
}
#pic3 {
position: absolute;
left: 0;
top: 540px;
}
#pic4 {
position: absolute;
left: 905px;
top: 540px;
}
.static:hover {
opacity: 0;
cursor:pointer;
}
.gif {
z-index: 0;
}
footer {
padding: 15px;
font-family: var(--fontfam1);
background-color: var(--c1);
color: var(--c3);
display: flex;
justify-content: center;
margin-top: 25px;
}
footer ul li {
display: inline-block;
margin-left: var(--mleft);
}
footer ul li a {
color: var(--c3);
font-family: var(--fontfam1);
text-decoration: none;
}
@media screen and (max-width: 992px) {
.header {
flex-direction: column;
}
.header nav {
margin-left: 20px;
}
.aboutme {
flex-direction: column;
}
.aboutmebox {
margin-left: 0px;
margin-top: var(--mleft);
width: 850px;
height: 350px;
}
/* add 478 to top each row down and left 20px for even numbers */
.box2 {
top: 528px;
left: 20px;
}
.box3 {
top: 1006px;
}
.box4 {
top: 1484px;
left: 20px;
}
#pic2 {
position:absolute;
top: 538px;
left: 0;
}
#pic3 {
position: absolute;
top: 1024px;
}
#pic4 {
position: absolute;
top: 1493px;
left: 0;
}
}
@media screen and (max-width: 768px) {
.aboutmebox {
width: 650px;
height: 360px;
}
.static,
.gif,
.mywork img {
height: 365px;
width: 650px;
}
/* add 393 to top each row down add left 20px to each even number */
.box2 {
top: 443px;
left: 20px;
}
.box3 {
top: 836px;
}
.box4 {
top: 1229px;
left: 20px;
}
#pic2 {
position:absolute;
top: 455px;
left: 0;
}
#pic3 {
position: absolute;
top: 845px;
}
#pic4 {
position: absolute;
top: 1240px;
left: 0;
}
}
@media screen and (max-width: 576px) {
.header ul {
display: flex;
flex-direction: column;
}
.header ul li {
margin-bottom: 10px;
}
.aboutmebox {
width: 521px;
height: 430px;
}
/* same height so no alterations for text box are needed*/
.static,
.gif,
.mywork img {
height: 365px;
width: 466px;
}
footer ul {
display: flex;
flex-direction: column;
}
footer ul li {
margin-bottom: 10px;
}
} | assets/css/style.css | :root {
--c1: #22466b;
--c2: #eca533;
--c3: #d2d2d2;
--fontfam1: "Roboto Mono", "SF Mono", "Fira Code" , "Fira Mono" ,monospace;
--fontfam2: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
--boxbr: 10px;
/* this is margin left for only things that are left most on page */
--mleft: 25px
}
* {
box-sizing: border-box;
padding: 0;
margin: 0;
font-size: 18px;
}
body {
background-color: var(--c3);
margin: 0;
padding: 0;
height: 100%;
width: 100%;
display: flex;
}
.header {
padding: 20px;
font-family: var(--fontfam1);
background-color: var(--c1);
color: var(--c2);
display: flex;
}
.header h1 {
display: inline-block;
font-size: 48px;
font-family: var(--fontfam1);
}
.header nav {
padding-top: 15px;
margin-right: 20px;
font-family: var(--fontfam1);
font-size: 20px;
margin-left: 800px;
}
.header nav ul li {
display: inline-block;
margin-left: var(--mleft);
}
.header nav ul li a {
color: var(--c3);
text-decoration: none;
}
.aboutme {
width: 80%;
margin-left: 20px;
display: flex;
margin-top: 25px;
}
.imgbox {
width: 300px;
height: 300px;
background-color: var(--c1);
padding: 14px;
border-radius: var(--boxbr);
border: solid;
border-color: var(--c2);
flex: 0 1 auto;
}
.aboutme img {
width: 270px;
height: 270px;
border-radius: 140px;
border: solid;
border-color: var(--c2);
flex: 0 1 auto;
}
.aboutmebox {
height: 300px;
background-color: var(--c1);
border-radius: var(--boxbr);
width: 1540px;
margin-left: var(--mleft);
padding: 15px;
border: solid;
border-color: var(--c2);
display: flex;
flex-direction: column;
}
/*use for all h1 that isn't in header*/
.aboutme h1,
.mywork h1 {
color: var(--c2);
font-family: var(--fontfam2);
font-size: 36px;
margin-left: var(--mleft);
margin-bottom: 25px;
text-decoration: underline;
}
.aboutme p {
margin-left: var(--mleft);
margin-bottom: 25px;
color: var(--c3);
font-family: var(--fontfam1);
font-size: 18px;
}
.mywork {
background-color: var(--c1);
margin: 25px 20px 0 20px;
border-radius: var(--boxbr);
border: solid;
border-color: var(--c2);
display: flex;
flex-direction: column;
position: relative;
}
.mywork a {
text-decoration: none;
}
/* each new box default left is 20px, right side is 925px, each column down add 478 to top */
.box1 {
font-family: var(--fontfam1);
font-size: 18px;
color: var(--c1);
background-color: var(--c3);
border-color: var(--c3);
width: 200px;
position: absolute;
top: 50px;
left: 20px;
padding: 0 20px;
z-index: 2;
}
.box2 {
font-family: var(--fontfam1);
font-size: 18px;
color: var(--c1);
background-color: var(--c3);
border-color: var(--c3);
width: 200px;
position: absolute;
top: 50px;
left: 925px;
padding: 0 20px;
z-index: 2;
}
.box3 {
font-family: var(--fontfam1);
font-size: 18px;
color: var(--c1);
background-color: var(--c3);
border-color: var(--c3);
width: 200px;
position: absolute;
top: 528px;
left: 20px;
padding: 0 20px;
z-index: 2;
}
.box4 {
font-family: var(--fontfam1);
font-size: 18px;
color: var(--c1);
background-color: var(--c3);
border-color: var(--c3);
width: 200px;
position: absolute;
top: 528px;
left: 925px;
padding: 0 20px;
z-index: 2;
}
/* I understand that my initial work should be bigger than the rest but I do not like the way it looks and am willing to accept docked points for it to look more aesthetically
pleasing to my eyes. A wide box stacked on top of 4 smaller boxes didn't look nice and the stretched image and gif were extremely blurry */
.mywork img {
height: 450px;
width: 800px;
margin: 0 75px 25px 25px;
border: solid;
border-color: var(--c3);
}
#pic1 {
position:absolute;
left: 0;
}
#pic2 {
position:absolute;
left: 905px;
}
#pic3 {
position: absolute;
left: 0;
top: 540px;
}
#pic4 {
position: absolute;
left: 905px;
top: 540px;
}
.static:hover {
opacity: 0;
cursor:pointer;
}
.gif {
z-index: 0;
}
footer {
padding: 15px;
font-family: var(--fontfam1);
background-color: var(--c1);
color: var(--c3);
display: flex;
justify-content: center;
margin-top: 25px;
}
footer ul li {
display: inline-block;
margin-left: var(--mleft);
}
footer ul li a {
color: var(--c3);
font-family: var(--fontfam1);
text-decoration: none;
}
@media screen and (max-width: 992px) {
.header {
flex-direction: column;
}
.header nav {
margin-left: 20px;
}
.aboutme {
flex-direction: column;
}
.aboutmebox {
margin-left: 0px;
margin-top: var(--mleft);
width: 850px;
height: 350px;
}
/* add 478 to top each row down and left 20px for even numbers */
.box2 {
top: 528px;
left: 20px;
}
.box3 {
top: 1006px;
}
.box4 {
top: 1484px;
left: 20px;
}
#pic2 {
position:absolute;
top: 538px;
left: 0;
}
#pic3 {
position: absolute;
top: 1024px;
}
#pic4 {
position: absolute;
top: 1493px;
left: 0;
}
}
@media screen and (max-width: 768px) {
.aboutmebox {
width: 650px;
height: 360px;
}
.static,
.gif,
.mywork img {
height: 365px;
width: 650px;
}
/* add 393 to top each row down add left 20px to each even number */
.box2 {
top: 443px;
left: 20px;
}
.box3 {
top: 836px;
}
.box4 {
top: 1229px;
left: 20px;
}
#pic2 {
position:absolute;
top: 455px;
left: 0;
}
#pic3 {
position: absolute;
top: 845px;
}
#pic4 {
position: absolute;
top: 1240px;
left: 0;
}
}
@media screen and (max-width: 576px) {
.header ul {
display: flex;
flex-direction: column;
}
.header ul li {
margin-bottom: 10px;
}
.aboutmebox {
width: 521px;
height: 430px;
}
/* same height so no alterations for text box are needed*/
.static,
.gif,
.mywork img {
height: 365px;
width: 466px;
}
footer ul {
display: flex;
flex-direction: column;
}
footer ul li {
margin-bottom: 10px;
}
} | 0.401688 | 0.215764 |
@font-face {
font-family:'Droid Arabic Kufi';
/*Author: <NAME> */
src: url('../fonts/DroidArabicKufi-Bold/DroidArabicKufi-Bold.eot');
src: url('../fonts/DroidArabicKufi-Bold/DroidArabicKufi-Bold.woff') ,
url('../fonts/DroidArabicKufi-Bold/DroidArabicKufi-Bold.svg') ,
url('../fonts/DroidArabicKufi-Bold/DroidArabicKufi-Bold.ttf'),
url('../fonts/DroidArabicKufi-Bold/DroidArabicKufi-Bold.otf') ,
url('../fonts/DroidArabicKufi-Bold//DroidKufi-Bold.ttf') ;
}
@font-face {
font-family:'GE SS_Two_Light';
/*Author: <NAME> */
src: url('../fonts/GE SS_Two_Light/GESSTwoLight-Light.eot');
src: url('../fonts/GE SS_Two_Light/GESSTwoLight-Light.woff') ,
url('../fonts/GE SS_Two_Light/GESSTwoLight-Light.svg') ,
url('../fonts/GE SS_Two_Light/GESSTwoLight-Light.ttf'),
url('../fonts/GE SS_Two_Light/GESSTwoLight-Light.otf') ,
url('../fonts/GE SS_Two_Light/GESSTwoLight-Light.ttf') ;
}
@font-face {
font-family: 'Droid_Regular';
/*Author: <NAME> */
src: url('../fonts/DroidNaskh-Regular/DroidNaskh-Regular.eot);
src: url('../fonts/DroidNaskh-Regular/DroidNaskh-Regular.eot),
url('../fonts/DroidNaskh-Regular/DroidNaskh-Regular.woff2),
url('../fonts/DroidNaskh-Regular/DroidNaskh-Regular.woff),
url('../fonts/DroidNaskh-Regular/DroidNaskh-Regular.ttf);
}
@font-face {
font-family:'DroidNaskh-Bold';
/*Author: <NAME> */
src: url('../fonts/DroidNaskh-Bold/DroidArabicNaskh-Bold.eot');
src: url('../fonts/DroidNaskh-Bold/DroidArabicNaskh-Bold.woff') ,
url('../fonts/DroidNaskh-Bold/DroidArabicNaskh-Bold.svg'),
url('../fonts/DroidNaskh-Bold/DroidArabicNaskh-Bold.ttf'),
url('../fonts/DroidNaskh-Bold/DroidArabicNaskh-Bold.otf'),
url('../fonts/DroidNaskh-Bold/DroidArabicNaskh-Bold.ttf') ;
}
@font-face {
font-family: 'GESSTwoMedium-Medium';
src: url('../fonts/GESSTwoMedium-Medium/GESSTwoMedium-Medium.eot');
src: url('../fonts/GESSTwoMedium-Medium/GESSTwoMedium-Medium.eot?#iefix') format('embedded-opentype'),
url('../fonts/GESSTwoMedium-Medium/GESSTwoMedium-Medium.woff2') format('woff2'),
url('../fonts/GESSTwoMedium-Medium/GESSTwoMedium-Medium.woff') format('woff'),
url('../fonts/GESSTwoMedium-Medium/GESSTwoMedium-Medium.ttf') format('truetype'),
url('../fonts/GESSTwoMedium-Medium/GESSTwoMedium-Medium.svg#GESSTwoMedium-Medium') format('svg');
font-weight: normal;
font-style: normal;
} | assets/front/css/font.css | @font-face {
font-family:'Droid Arabic Kufi';
/*Author: <NAME> */
src: url('../fonts/DroidArabicKufi-Bold/DroidArabicKufi-Bold.eot');
src: url('../fonts/DroidArabicKufi-Bold/DroidArabicKufi-Bold.woff') ,
url('../fonts/DroidArabicKufi-Bold/DroidArabicKufi-Bold.svg') ,
url('../fonts/DroidArabicKufi-Bold/DroidArabicKufi-Bold.ttf'),
url('../fonts/DroidArabicKufi-Bold/DroidArabicKufi-Bold.otf') ,
url('../fonts/DroidArabicKufi-Bold//DroidKufi-Bold.ttf') ;
}
@font-face {
font-family:'GE SS_Two_Light';
/*Author: <NAME> */
src: url('../fonts/GE SS_Two_Light/GESSTwoLight-Light.eot');
src: url('../fonts/GE SS_Two_Light/GESSTwoLight-Light.woff') ,
url('../fonts/GE SS_Two_Light/GESSTwoLight-Light.svg') ,
url('../fonts/GE SS_Two_Light/GESSTwoLight-Light.ttf'),
url('../fonts/GE SS_Two_Light/GESSTwoLight-Light.otf') ,
url('../fonts/GE SS_Two_Light/GESSTwoLight-Light.ttf') ;
}
@font-face {
font-family: 'Droid_Regular';
/*Author: <NAME> */
src: url('../fonts/DroidNaskh-Regular/DroidNaskh-Regular.eot);
src: url('../fonts/DroidNaskh-Regular/DroidNaskh-Regular.eot),
url('../fonts/DroidNaskh-Regular/DroidNaskh-Regular.woff2),
url('../fonts/DroidNaskh-Regular/DroidNaskh-Regular.woff),
url('../fonts/DroidNaskh-Regular/DroidNaskh-Regular.ttf);
}
@font-face {
font-family:'DroidNaskh-Bold';
/*Author: <NAME> */
src: url('../fonts/DroidNaskh-Bold/DroidArabicNaskh-Bold.eot');
src: url('../fonts/DroidNaskh-Bold/DroidArabicNaskh-Bold.woff') ,
url('../fonts/DroidNaskh-Bold/DroidArabicNaskh-Bold.svg'),
url('../fonts/DroidNaskh-Bold/DroidArabicNaskh-Bold.ttf'),
url('../fonts/DroidNaskh-Bold/DroidArabicNaskh-Bold.otf'),
url('../fonts/DroidNaskh-Bold/DroidArabicNaskh-Bold.ttf') ;
}
@font-face {
font-family: 'GESSTwoMedium-Medium';
src: url('../fonts/GESSTwoMedium-Medium/GESSTwoMedium-Medium.eot');
src: url('../fonts/GESSTwoMedium-Medium/GESSTwoMedium-Medium.eot?#iefix') format('embedded-opentype'),
url('../fonts/GESSTwoMedium-Medium/GESSTwoMedium-Medium.woff2') format('woff2'),
url('../fonts/GESSTwoMedium-Medium/GESSTwoMedium-Medium.woff') format('woff'),
url('../fonts/GESSTwoMedium-Medium/GESSTwoMedium-Medium.ttf') format('truetype'),
url('../fonts/GESSTwoMedium-Medium/GESSTwoMedium-Medium.svg#GESSTwoMedium-Medium') format('svg');
font-weight: normal;
font-style: normal;
} | 0.31321 | 0.100304 |
html {
height: 100%
}
body {
background: #cd9557 no-repeat bottom left scroll;
background-position: cover
height: 100%;
width:100%;
/*min-height: 45rem;*/
position: absolute;
font-family: 'Source Sans Pro';
font-weight: 200
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: Merriweather;
font-weight: 700
}
video {
position: fixed;
top: 50%;
left: 50%;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
z-index: 0
}
@media (pointer:coarse) and (hover:none) {
body {
background: #cd9557 no-repeat bottom left scroll;
background-position: cover
}
body video {
display: none
}
}
.overlay {
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: 0;
background-color: #cd9557;
opacity: .7;
z-index: 1
}
.guideline{
position:absolute;
top:20px;
right:20px;
width: 40%;
z-index: 3;
}
#imgarea{
position:absolute;
margin-top:50px;
margin-bottom:20px;
z-index: 3;
width: 100%;
}
#latest_twitts{
position: absolute;
left:80px;
z-index:3;
width: 50%;
border-style:solid;
border-width:5px;
border-color:#C04405;
}
.twitters{
width: 100%;
color: rgba(63, 127, 191, 1);
font-size: 1rem;
font-weight: 600;
}
#results{
position:absolute;
width:50%;
left:700px;
}
.image_results_1{
width:100%;
z-index:3;
}
.image_results_2{
width:100%;
z-index:3;
}
.gif{
position: absolute;
margin-bottom: 2rem;
width: 100%;
z-index: 3
}
@media (min-width:768px) {
.gif {
margin: 0;
position: absolute;
right: 3.6rem;
top: 1rem;
height:4rem;
width:4rem;
}
}
.masthead {
position: relative;
overflow: hidden;
padding-bottom: 3rem;
z-index: 2
}
.masthead .masthead-bg {
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: 0;
width: 120%;
min-height: 50rem;
height: 80%;
background-color: rgba(63, 127, 191, .8);
/*-webkit-transform: skewY(4deg);
transform: skewY(4deg);
-webkit-transform-origin: bottom right;
transform-origin: bottom right*/
}
.masthead .masthead-content h1 {
font-size: 2.5rem
}
.masthead .masthead-content p {
font-size:1.2rem
}
.masthead .masthead-content p strong {
font-weight: 700
}
.masthead .masthead-content .input-group-newsletter input {
height: auto;
font-size: 1rem;
padding: 1rem;
margin-bottom: 1rem;
}
.masthead .masthead-content .input-group-newsletter button {
font-size: .8rem;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 1px;
padding: 1rem;
margin-bottom: 1rem;
}
@media (min-width:768px) {
.masthead {
height: 100%;
min-height: 0;
width: 50.5rem;
padding-bottom: 0
}
.masthead .masthead-bg {
min-height: 0;
-webkit-transform: skewX(-8deg);
transform: skewX(-8deg);
-webkit-transform-origin: top right;
transform-origin: top right
}
.masthead .masthead-content {
padding-left: 3rem;
padding-right: 10rem
}
.masthead .masthead-content h1 {
font-size: 2.5rem
}
.masthead .masthead-content p {
font-size: 1.2rem
}
}
#chat_bot{
position: absolute;
left: 10px;
top: 3px;
width: 500px;
}
.chat_title{
text-align: center;
color: #FFFFFF;
font-size: 40px;
}
#conversation{
width: 100%;
height: 700px;
border: 1px solid #ccc;
background-color: #eee;
padding: 4px;
overflow: auto;
border-radius: 10%;
}
.input_box{
margin-top: 10px;
margin-right:30px ;
}
#wisdom{
border-radius: 5px;
padding: 4px;
font-size: 1em;
width: 500px
}
.userRequest {
margin: 4px;
padding: 4px 10px 4px 10px;
border-radius: 4px;
min-width: 50%;
max-width: 85%;
float: left;
background-color: #7d7;
}
.lexResponse {
margin: 4px;
padding: 4px 10px 4px 10px;
border-radius: 4px;
text-align: right;
min-width: 50%;
max-width: 85%;
float: right;
background-color: #bbf;
font-style: italic;
}
.lexError {
margin: 4px;
padding: 4px 10px 4px 10px;
border-radius: 4px;
text-align: right;
min-width: 50%;
max-width: 85%;
float: right;
background-color: #f77;
}
.social-icons {
position: absolute;
margin-bottom: 2rem;
width: 100%;
z-index: 2
}
/*.social-icons ul {
margin-top: 2rem;
width: 100%;
text-align: center
}
.social-icons ul>li {
margin-left: 1rem;
margin-right: 1rem;
display: inline-block
}*/
.social-icons input {
display: block;
position:absolute;
/* top: 2px;
left: 1px;*/
background-color: rgba(63, 127, 191, .3);
border-radius: 1%;
/* font-size: 2rem;*/
}
@media (min-width:768px) {
.social-icons {
margin: 0;
position: absolute;
right: 2rem;
top: 14rem;
height:4rem;
width:4rem;
}
/*.social-icons ul {
margin-top: 0;
width: auto
}
.social-icons ul>li {
display: block;
margin-left: 0;
margin-right: 0;
margin-bottom: 2rem
}
.social-icons ul>li:last-child {
margin-bottom: 0
}*/
.social-icons input {
position: absolute;
/* top: 2px;
left: 1px;*/
/*font-size: 2rem;*/
/*line-height: 4rem;*/
height: 5.9rem;
width: 6rem
}
.social-icons input:hover {
background-color: rgba(252, 252, 251, .3);
}
}
.btn-secondary {
background-color: #cd9557;
border-color: #cd9557
}
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover {
background-color: #ba7c37 !important;
border-color: #ba7c37 !important
}
.input {
font-weight: 300 !important
} | static/css/coming-soon.min.css | html {
height: 100%
}
body {
background: #cd9557 no-repeat bottom left scroll;
background-position: cover
height: 100%;
width:100%;
/*min-height: 45rem;*/
position: absolute;
font-family: 'Source Sans Pro';
font-weight: 200
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: Merriweather;
font-weight: 700
}
video {
position: fixed;
top: 50%;
left: 50%;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
z-index: 0
}
@media (pointer:coarse) and (hover:none) {
body {
background: #cd9557 no-repeat bottom left scroll;
background-position: cover
}
body video {
display: none
}
}
.overlay {
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: 0;
background-color: #cd9557;
opacity: .7;
z-index: 1
}
.guideline{
position:absolute;
top:20px;
right:20px;
width: 40%;
z-index: 3;
}
#imgarea{
position:absolute;
margin-top:50px;
margin-bottom:20px;
z-index: 3;
width: 100%;
}
#latest_twitts{
position: absolute;
left:80px;
z-index:3;
width: 50%;
border-style:solid;
border-width:5px;
border-color:#C04405;
}
.twitters{
width: 100%;
color: rgba(63, 127, 191, 1);
font-size: 1rem;
font-weight: 600;
}
#results{
position:absolute;
width:50%;
left:700px;
}
.image_results_1{
width:100%;
z-index:3;
}
.image_results_2{
width:100%;
z-index:3;
}
.gif{
position: absolute;
margin-bottom: 2rem;
width: 100%;
z-index: 3
}
@media (min-width:768px) {
.gif {
margin: 0;
position: absolute;
right: 3.6rem;
top: 1rem;
height:4rem;
width:4rem;
}
}
.masthead {
position: relative;
overflow: hidden;
padding-bottom: 3rem;
z-index: 2
}
.masthead .masthead-bg {
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: 0;
width: 120%;
min-height: 50rem;
height: 80%;
background-color: rgba(63, 127, 191, .8);
/*-webkit-transform: skewY(4deg);
transform: skewY(4deg);
-webkit-transform-origin: bottom right;
transform-origin: bottom right*/
}
.masthead .masthead-content h1 {
font-size: 2.5rem
}
.masthead .masthead-content p {
font-size:1.2rem
}
.masthead .masthead-content p strong {
font-weight: 700
}
.masthead .masthead-content .input-group-newsletter input {
height: auto;
font-size: 1rem;
padding: 1rem;
margin-bottom: 1rem;
}
.masthead .masthead-content .input-group-newsletter button {
font-size: .8rem;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 1px;
padding: 1rem;
margin-bottom: 1rem;
}
@media (min-width:768px) {
.masthead {
height: 100%;
min-height: 0;
width: 50.5rem;
padding-bottom: 0
}
.masthead .masthead-bg {
min-height: 0;
-webkit-transform: skewX(-8deg);
transform: skewX(-8deg);
-webkit-transform-origin: top right;
transform-origin: top right
}
.masthead .masthead-content {
padding-left: 3rem;
padding-right: 10rem
}
.masthead .masthead-content h1 {
font-size: 2.5rem
}
.masthead .masthead-content p {
font-size: 1.2rem
}
}
#chat_bot{
position: absolute;
left: 10px;
top: 3px;
width: 500px;
}
.chat_title{
text-align: center;
color: #FFFFFF;
font-size: 40px;
}
#conversation{
width: 100%;
height: 700px;
border: 1px solid #ccc;
background-color: #eee;
padding: 4px;
overflow: auto;
border-radius: 10%;
}
.input_box{
margin-top: 10px;
margin-right:30px ;
}
#wisdom{
border-radius: 5px;
padding: 4px;
font-size: 1em;
width: 500px
}
.userRequest {
margin: 4px;
padding: 4px 10px 4px 10px;
border-radius: 4px;
min-width: 50%;
max-width: 85%;
float: left;
background-color: #7d7;
}
.lexResponse {
margin: 4px;
padding: 4px 10px 4px 10px;
border-radius: 4px;
text-align: right;
min-width: 50%;
max-width: 85%;
float: right;
background-color: #bbf;
font-style: italic;
}
.lexError {
margin: 4px;
padding: 4px 10px 4px 10px;
border-radius: 4px;
text-align: right;
min-width: 50%;
max-width: 85%;
float: right;
background-color: #f77;
}
.social-icons {
position: absolute;
margin-bottom: 2rem;
width: 100%;
z-index: 2
}
/*.social-icons ul {
margin-top: 2rem;
width: 100%;
text-align: center
}
.social-icons ul>li {
margin-left: 1rem;
margin-right: 1rem;
display: inline-block
}*/
.social-icons input {
display: block;
position:absolute;
/* top: 2px;
left: 1px;*/
background-color: rgba(63, 127, 191, .3);
border-radius: 1%;
/* font-size: 2rem;*/
}
@media (min-width:768px) {
.social-icons {
margin: 0;
position: absolute;
right: 2rem;
top: 14rem;
height:4rem;
width:4rem;
}
/*.social-icons ul {
margin-top: 0;
width: auto
}
.social-icons ul>li {
display: block;
margin-left: 0;
margin-right: 0;
margin-bottom: 2rem
}
.social-icons ul>li:last-child {
margin-bottom: 0
}*/
.social-icons input {
position: absolute;
/* top: 2px;
left: 1px;*/
/*font-size: 2rem;*/
/*line-height: 4rem;*/
height: 5.9rem;
width: 6rem
}
.social-icons input:hover {
background-color: rgba(252, 252, 251, .3);
}
}
.btn-secondary {
background-color: #cd9557;
border-color: #cd9557
}
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover {
background-color: #ba7c37 !important;
border-color: #ba7c37 !important
}
.input {
font-weight: 300 !important
} | 0.411347 | 0.064949 |
@media (min-width: 360px) and (max-width: 768px) {
nav .container-fluid .row {
display: flex;
align-items: center;
flex-direction: column;
}
nav .container-fluid .row .aa {
display: flex;
align-items: baseline !important;
flex-direction: column-reverse !important;
margin-top: 5%;
}
nav .container-fluid .row .aa .upload-btn {
width: 100%;
}
.filter {
margin-top: 5%;
}
}
/* Small */
@media (min-width: 768px) and (max-width: 992px) {
}
/* Medium */
@media (min-width: 992px) and (max-width: 1200px) {
}
/* Large */
@media (min-width: 1200px) and (max-width: 1700px) {
}
html {
background-color: #f1f1f1;
}
body {
background-color: #f1f1f1;
height: fit-content;
}
nav {
padding: 1% 5% !important;
box-shadow: 0px 0px 10px #00000012;
background-color: #fff;
}
nav {
display: flex;
width: 100%;
padding: 0;
}
nav .row {
width: 100%;
display: flex;
align-items: baseline;
}
/* Start Logo */
nav .container-fluid .logo img {
width: 100%;
height: 80px;
}
/* End logo */
/* Start Search */
nav .row .form {
width: 100%;
}
nav .row .col-md-5 form .se-input {
border: #eec212 1px solid;
border-radius: 10px;
outline: none;
}
nav .row .col-md-5 form .search {
outline: none;
background-color: #000;
border-radius: 10px;
color: #eec212;
font-size: 14px;
padding: 0.5% 10%;
}
/* End Search */
nav .row .col-md-4 {
text-align: end;
}
nav .row .col-md-4 .upload-btn {
background-color: #fcf3cf;
border-radius: 10px;
color: #eec212;
font-size: 14px;
}
nav .row .col-md-4 .notificate-icon {
background-color: #fcf3cf;
height: fit-content;
width: fit-content;
color: #eec212;
border-radius: 50%;
border: none;
font-size: 22px;
}
nav .row .col-md-4 .choose-moode {
background-color: #fcf3cf;
color: #eec212;
font-size: 22px;
width: fit-content;
height: fit-content;
border-radius: 50%;
padding: 11% 49% 1% 17%;
}
nav .row .col-md-4 .dropdown .btn-lang {
background-color: #fff;
border: 2px solid #000000;
color: #000;
border-radius: 7px;
box-shadow: 0px 0px 6px #ffdf5d96;
}
/* Start Uload-show-video */
.video-list ul {
margin: 0px;
padding: 0px;
}
.video-list ul li {
list-style: none !important;
width: 99%;
margin: 5px;
position: relative;
padding: 0;
border: 2px dotted #f1f1f1;
height: fit-content;
}
.video-list ul li span {
position: absolute;
bottom: 0;
right: 0;
background: rgba(0, 0, 0, 0.5);
padding: 5px 10px;
cursor: pointer;
}
.uploadvideo .row .col-md-6 .btn1 {
width: 100%;
border: 5px dotted #000;
border: none;
margin: 1% auto;
padding: 2%;
}
/* End upload-show-video */
.big-modal {
z-index: 897897897879;
}
.big-modal .uploadvideo .row .col-md-6 form textarea {
width: 100%;
outline: none;
background-color: #eee;
padding: 2% 3%;
border: none;
border-radius: 7px;
}
.big-modal .uploadvideo .row .col-md-6 form input {
width: 100%;
outline: none;
background-color: #eee;
padding: 2% 3%;
border: none;
margin-bottom: 2%;
border-radius: 7px;
}
.big-modal .uploadvideo .row .col-md-6 p {
font-size: 18px;
font-weight: bolder;
}
.big-modal .uploadvideo .row .col-md-6 .last-form .btn2 {
background-color: #eec212;
color: #000;
border: none;
padding: 1% 10%;
font-size: 22px;
border-radius: 12px;
margin: 1% 35.5%;
}
/* Start CSS For Modal */
/* Start Css Notification */
.notifecate .notificate-icon {
position: relative;
}
.notifecate .notificate-icon span {
position: absolute;
font-size: 10px;
font-weight: bolder;
color: #eec212;
background: black;
border-radius: 50%;
width: fit-content;
height: fit-content;
padding: inherit;
top: -5px;
right: -7px;
}
.notification {
overflow: hidden;
border-bottom: 1px solid #e9e9e9;
padding: 0.2% 3%;
}
.notifecate .cards .pic {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
height: 3rem;
width: 3rem;
border-radius: 50%;
float: left;
}
.notifecate .cards {
background-color: #fff;
padding: 5%;
border-radius: 10px;
}
.notifecate .cards .date-of-noti span {
font-size: 10px;
color: #7c7c7c;
}
.notifecate .cards .vote {
padding-top: 3%;
text-align: left;
padding-left: 22%;
}
.notifecate .cards .vote span.name {
font-size: 15px;
font-weight: bolder;
}
/* End Css Notification */
/* End Navbar */
/* Start Post */
.preview-post {
margin-top: 3%;
}
.preview-post .row .col-md-9 .post .pic {
height: 100%;
width: 100%;
}
.preview-post .row .col-md-9 .post .pic video {
width: 100%;
height: 100%;
}
.preview-post .row .col-md-9 .row .fcol {
background-color: #fff;
padding: 0 3% 0.5%;
margin-top: 1%;
margin-bottom: 1%;
}
.preview-post .row .col-md-9 .row .col-md-12 .one .caption {
width: 60%;
}
/* start p */
.preview-post .row .col-md-9 .row .col-md-12 .one .caption p {
display: inline;
margin-top: 2%;
margin-bottom: 2%;
padding: 0;
}
.preview-post .row .col-md-9 .row .col-md-12 .one .caption p.fpra {
font-size: 30px;
font-weight: bolder;
}
.preview-post .row .col-md-9 .row .col-md-12 .one {
display: flex;
align-items: center;
justify-content: space-between;
}
.preview-post .row .col-md-9 .row .col-md-12 .one .caption p.spra {
font-size: 20px;
color: #eec212;
}
.preview-post .row .col-md-9 .row .col-md-12 .one .caption p.tpra {
font-size: 14px;
color: #949494;
margin-left: 0.5%;
}
/* End P */
/* Start Buttons */
.preview-post .row .col-md-9 .row .col-md-12 .one .btns-group {
display: flex;
width: 40%;
align-items: center;
justify-content: space-around;
}
.preview-post
.row
.col-md-9
.row
.col-md-12
.one
.btns-group
button:first-child {
padding: 1.5% 7%;
border: 1px solid #000;
color: #000;
background-color: #fff;
margin-top: 2%;
border-radius: 5px;
}
.preview-post
.row
.col-md-9
.row
.col-md-12
.one
.btns-group
button:last-child {
padding: 1.5% 7%;
border: 1px solid #000;
color: #eec212;
background-color: #000;
margin-top: 2%;
border-radius: 5px;
}
/* End Buttons */
/* start num vote-views */
.preview-post .row .col-md-9 .row .col-md-12 .vote-view {
display: flex;
width: 25%;
justify-content: space-between;
margin-top: 0%;
}
.preview-post .row .col-md-9 .row .col-md-12 .vote-view .vote p {
padding: 0;
margin: 0;
}
.preview-post .row .col-md-9 .row .col-md-12 .vote-view .vote p:first-child {
font-size: 24px;
color: #eec212;
text-align: center;
}
.preview-post .row .col-md-9 .row .col-md-12 .vote-view .vote p:last-child {
font-size: 20px;
color: #000;
text-align: center;
}
.preview-post .row .col-md-9 .row .col-md-12 .vote-view .views p {
padding: 0;
margin: 0;
}
.preview-post .row .col-md-9 .row .col-md-12 .vote-view .views p:first-child {
font-size: 24px;
color: #eec212;
text-align: center;
}
.preview-post .row .col-md-9 .row .col-md-12 .vote-view .views p:last-child {
font-size: 20px;
color: #000;
text-align: center;
}
/* End num vote-views */
/* Start Comment */
.scol {
background-color: #fff;
padding: 2% 4%;
margin-bottom: 1%;
}
.scol .comment {
display: flex;
align-items: flex-start;
justify-content: baseline;
}
.scol .comment .pic {
background-position: center;
background-repeat: no-repeat;
width: 10rem;
height: 4rem;
border-radius: 50%;
background-size: contain;
}
.scol .comment .name {
padding: 0% 2%;
}
.scol .comment .name p {
margin: 0;
padding: 0;
}
/* End Comment */
.preview-post .row .comments {
background-color: #fff;
padding: 1% 1%;
height: 772px;
overflow-y: scroll;
}
.preview-post .row .comments form {
width: 100%;
}
.preview-post .row .comments form input {
outline: none;
border: none;
background-color: #eeeeee;
border-radius: 5px;
font-size: 12px;
padding: 1% 2%;
width: calc(100% - 30%);
}
.preview-post .row .comments form button {
background-color: #000;
color: #fff;
font-size: 13px;
padding: 0.5% 5.5%;
border: none;
border-radius: 5px;
outline: none;
}
.preview-post .row .comments .comment-person {
display: flex;
align-items: flex-start;
justify-content: space-evenly;
margin-top: 2%;
}
.preview-post .row .comments .comment-person .pic {
background-size: contain;
height: 4rem;
width: 13rem;
border-radius: 50%;
background-repeat: no-repeat;
}
.preview-post .row .comments .comment-person .information {
padding: 1%;
}
.preview-post .row .comments .comment-person .information p {
padding: 0;
margin: 0;
}
.preview-post .row .comments .comment-person .information p:first-child {
display: inline;
font-size: 15px;
font-weight: bolder;
}
.preview-post .row .comments .comment-person .information p:last-child {
font-size: 14px;
color: #7c7c7c;
line-height: 1.3;
}
.preview-post .row .comments .comment-person .information span {
font-size: 10px;
color: #7c7c7c;
text-align: right;
}
/* End Post */
/* Start Cards */
.filter .row .col-md-4 {
margin-bottom: 2%;
}
.filter .row .col-md-4 .card .image {
width: 100%;
}
.filter .row .col-md-4 .card .image video {
width: 100%;
}
.filter .row .col-md-4 .card .card-body .info {
margin-top: 2%;
}
.filter .row .col-md-4 .card .card-body .info .pic {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
height: 3rem;
width: 3rem;
border-radius: 50%;
float: left;
}
.filter .row .col-md-4 .card .card-body .break {
font-size: 15px;
font-weight: bolder;
display: inline;
text-align: left;
}
.filter .row .col-md-4 .card .card-body span {
float: right;
color: #949494;
font-size: 11px;
}
.filter .row .col-md-4 .card .card-body .info .date {
padding-left: 15%;
}
.filter .row .col-md-4 .card .card-body .info .date p {
font-size: 11px;
color: #949494;
margin: 0;
}
/* End Filter */ | public/front/css/previewCard.css | @media (min-width: 360px) and (max-width: 768px) {
nav .container-fluid .row {
display: flex;
align-items: center;
flex-direction: column;
}
nav .container-fluid .row .aa {
display: flex;
align-items: baseline !important;
flex-direction: column-reverse !important;
margin-top: 5%;
}
nav .container-fluid .row .aa .upload-btn {
width: 100%;
}
.filter {
margin-top: 5%;
}
}
/* Small */
@media (min-width: 768px) and (max-width: 992px) {
}
/* Medium */
@media (min-width: 992px) and (max-width: 1200px) {
}
/* Large */
@media (min-width: 1200px) and (max-width: 1700px) {
}
html {
background-color: #f1f1f1;
}
body {
background-color: #f1f1f1;
height: fit-content;
}
nav {
padding: 1% 5% !important;
box-shadow: 0px 0px 10px #00000012;
background-color: #fff;
}
nav {
display: flex;
width: 100%;
padding: 0;
}
nav .row {
width: 100%;
display: flex;
align-items: baseline;
}
/* Start Logo */
nav .container-fluid .logo img {
width: 100%;
height: 80px;
}
/* End logo */
/* Start Search */
nav .row .form {
width: 100%;
}
nav .row .col-md-5 form .se-input {
border: #eec212 1px solid;
border-radius: 10px;
outline: none;
}
nav .row .col-md-5 form .search {
outline: none;
background-color: #000;
border-radius: 10px;
color: #eec212;
font-size: 14px;
padding: 0.5% 10%;
}
/* End Search */
nav .row .col-md-4 {
text-align: end;
}
nav .row .col-md-4 .upload-btn {
background-color: #fcf3cf;
border-radius: 10px;
color: #eec212;
font-size: 14px;
}
nav .row .col-md-4 .notificate-icon {
background-color: #fcf3cf;
height: fit-content;
width: fit-content;
color: #eec212;
border-radius: 50%;
border: none;
font-size: 22px;
}
nav .row .col-md-4 .choose-moode {
background-color: #fcf3cf;
color: #eec212;
font-size: 22px;
width: fit-content;
height: fit-content;
border-radius: 50%;
padding: 11% 49% 1% 17%;
}
nav .row .col-md-4 .dropdown .btn-lang {
background-color: #fff;
border: 2px solid #000000;
color: #000;
border-radius: 7px;
box-shadow: 0px 0px 6px #ffdf5d96;
}
/* Start Uload-show-video */
.video-list ul {
margin: 0px;
padding: 0px;
}
.video-list ul li {
list-style: none !important;
width: 99%;
margin: 5px;
position: relative;
padding: 0;
border: 2px dotted #f1f1f1;
height: fit-content;
}
.video-list ul li span {
position: absolute;
bottom: 0;
right: 0;
background: rgba(0, 0, 0, 0.5);
padding: 5px 10px;
cursor: pointer;
}
.uploadvideo .row .col-md-6 .btn1 {
width: 100%;
border: 5px dotted #000;
border: none;
margin: 1% auto;
padding: 2%;
}
/* End upload-show-video */
.big-modal {
z-index: 897897897879;
}
.big-modal .uploadvideo .row .col-md-6 form textarea {
width: 100%;
outline: none;
background-color: #eee;
padding: 2% 3%;
border: none;
border-radius: 7px;
}
.big-modal .uploadvideo .row .col-md-6 form input {
width: 100%;
outline: none;
background-color: #eee;
padding: 2% 3%;
border: none;
margin-bottom: 2%;
border-radius: 7px;
}
.big-modal .uploadvideo .row .col-md-6 p {
font-size: 18px;
font-weight: bolder;
}
.big-modal .uploadvideo .row .col-md-6 .last-form .btn2 {
background-color: #eec212;
color: #000;
border: none;
padding: 1% 10%;
font-size: 22px;
border-radius: 12px;
margin: 1% 35.5%;
}
/* Start CSS For Modal */
/* Start Css Notification */
.notifecate .notificate-icon {
position: relative;
}
.notifecate .notificate-icon span {
position: absolute;
font-size: 10px;
font-weight: bolder;
color: #eec212;
background: black;
border-radius: 50%;
width: fit-content;
height: fit-content;
padding: inherit;
top: -5px;
right: -7px;
}
.notification {
overflow: hidden;
border-bottom: 1px solid #e9e9e9;
padding: 0.2% 3%;
}
.notifecate .cards .pic {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
height: 3rem;
width: 3rem;
border-radius: 50%;
float: left;
}
.notifecate .cards {
background-color: #fff;
padding: 5%;
border-radius: 10px;
}
.notifecate .cards .date-of-noti span {
font-size: 10px;
color: #7c7c7c;
}
.notifecate .cards .vote {
padding-top: 3%;
text-align: left;
padding-left: 22%;
}
.notifecate .cards .vote span.name {
font-size: 15px;
font-weight: bolder;
}
/* End Css Notification */
/* End Navbar */
/* Start Post */
.preview-post {
margin-top: 3%;
}
.preview-post .row .col-md-9 .post .pic {
height: 100%;
width: 100%;
}
.preview-post .row .col-md-9 .post .pic video {
width: 100%;
height: 100%;
}
.preview-post .row .col-md-9 .row .fcol {
background-color: #fff;
padding: 0 3% 0.5%;
margin-top: 1%;
margin-bottom: 1%;
}
.preview-post .row .col-md-9 .row .col-md-12 .one .caption {
width: 60%;
}
/* start p */
.preview-post .row .col-md-9 .row .col-md-12 .one .caption p {
display: inline;
margin-top: 2%;
margin-bottom: 2%;
padding: 0;
}
.preview-post .row .col-md-9 .row .col-md-12 .one .caption p.fpra {
font-size: 30px;
font-weight: bolder;
}
.preview-post .row .col-md-9 .row .col-md-12 .one {
display: flex;
align-items: center;
justify-content: space-between;
}
.preview-post .row .col-md-9 .row .col-md-12 .one .caption p.spra {
font-size: 20px;
color: #eec212;
}
.preview-post .row .col-md-9 .row .col-md-12 .one .caption p.tpra {
font-size: 14px;
color: #949494;
margin-left: 0.5%;
}
/* End P */
/* Start Buttons */
.preview-post .row .col-md-9 .row .col-md-12 .one .btns-group {
display: flex;
width: 40%;
align-items: center;
justify-content: space-around;
}
.preview-post
.row
.col-md-9
.row
.col-md-12
.one
.btns-group
button:first-child {
padding: 1.5% 7%;
border: 1px solid #000;
color: #000;
background-color: #fff;
margin-top: 2%;
border-radius: 5px;
}
.preview-post
.row
.col-md-9
.row
.col-md-12
.one
.btns-group
button:last-child {
padding: 1.5% 7%;
border: 1px solid #000;
color: #eec212;
background-color: #000;
margin-top: 2%;
border-radius: 5px;
}
/* End Buttons */
/* start num vote-views */
.preview-post .row .col-md-9 .row .col-md-12 .vote-view {
display: flex;
width: 25%;
justify-content: space-between;
margin-top: 0%;
}
.preview-post .row .col-md-9 .row .col-md-12 .vote-view .vote p {
padding: 0;
margin: 0;
}
.preview-post .row .col-md-9 .row .col-md-12 .vote-view .vote p:first-child {
font-size: 24px;
color: #eec212;
text-align: center;
}
.preview-post .row .col-md-9 .row .col-md-12 .vote-view .vote p:last-child {
font-size: 20px;
color: #000;
text-align: center;
}
.preview-post .row .col-md-9 .row .col-md-12 .vote-view .views p {
padding: 0;
margin: 0;
}
.preview-post .row .col-md-9 .row .col-md-12 .vote-view .views p:first-child {
font-size: 24px;
color: #eec212;
text-align: center;
}
.preview-post .row .col-md-9 .row .col-md-12 .vote-view .views p:last-child {
font-size: 20px;
color: #000;
text-align: center;
}
/* End num vote-views */
/* Start Comment */
.scol {
background-color: #fff;
padding: 2% 4%;
margin-bottom: 1%;
}
.scol .comment {
display: flex;
align-items: flex-start;
justify-content: baseline;
}
.scol .comment .pic {
background-position: center;
background-repeat: no-repeat;
width: 10rem;
height: 4rem;
border-radius: 50%;
background-size: contain;
}
.scol .comment .name {
padding: 0% 2%;
}
.scol .comment .name p {
margin: 0;
padding: 0;
}
/* End Comment */
.preview-post .row .comments {
background-color: #fff;
padding: 1% 1%;
height: 772px;
overflow-y: scroll;
}
.preview-post .row .comments form {
width: 100%;
}
.preview-post .row .comments form input {
outline: none;
border: none;
background-color: #eeeeee;
border-radius: 5px;
font-size: 12px;
padding: 1% 2%;
width: calc(100% - 30%);
}
.preview-post .row .comments form button {
background-color: #000;
color: #fff;
font-size: 13px;
padding: 0.5% 5.5%;
border: none;
border-radius: 5px;
outline: none;
}
.preview-post .row .comments .comment-person {
display: flex;
align-items: flex-start;
justify-content: space-evenly;
margin-top: 2%;
}
.preview-post .row .comments .comment-person .pic {
background-size: contain;
height: 4rem;
width: 13rem;
border-radius: 50%;
background-repeat: no-repeat;
}
.preview-post .row .comments .comment-person .information {
padding: 1%;
}
.preview-post .row .comments .comment-person .information p {
padding: 0;
margin: 0;
}
.preview-post .row .comments .comment-person .information p:first-child {
display: inline;
font-size: 15px;
font-weight: bolder;
}
.preview-post .row .comments .comment-person .information p:last-child {
font-size: 14px;
color: #7c7c7c;
line-height: 1.3;
}
.preview-post .row .comments .comment-person .information span {
font-size: 10px;
color: #7c7c7c;
text-align: right;
}
/* End Post */
/* Start Cards */
.filter .row .col-md-4 {
margin-bottom: 2%;
}
.filter .row .col-md-4 .card .image {
width: 100%;
}
.filter .row .col-md-4 .card .image video {
width: 100%;
}
.filter .row .col-md-4 .card .card-body .info {
margin-top: 2%;
}
.filter .row .col-md-4 .card .card-body .info .pic {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
height: 3rem;
width: 3rem;
border-radius: 50%;
float: left;
}
.filter .row .col-md-4 .card .card-body .break {
font-size: 15px;
font-weight: bolder;
display: inline;
text-align: left;
}
.filter .row .col-md-4 .card .card-body span {
float: right;
color: #949494;
font-size: 11px;
}
.filter .row .col-md-4 .card .card-body .info .date {
padding-left: 15%;
}
.filter .row .col-md-4 .card .card-body .info .date p {
font-size: 11px;
color: #949494;
margin: 0;
}
/* End Filter */ | 0.275617 | 0.050894 |
.book-shelf {
display: grid;
border-radius: 10px;
box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
margin-bottom: 15px;
grid-template-columns: repeat(1, 1fr);
grid-auto-rows: auto;
height: 600px;
background-color: grey;
}
.book-sleeve {
display: flex;
justify-content: center;
}
.book-image {
border-radius: 10px;
margin: 10px;
height: 250px;
}
.book-info {
display: flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content: center;
align-items: center;
}
.book-description {
background-color: lightgrey;
height: 225px;
border-radius: 10px;
overflow-y: auto;
margin: 10px;
}
.book-description > h4 {
text-align: center;
}
/* .hidden-label {
display: none;
} */
@media all and (min-width: 321px) and (max-width: 640px) {
.book-shelf {
display: grid;
margin-bottom: 15px;
grid-template-columns: repeat(1, 1fr);
grid-auto-rows: auto;
height: 650px;
background-color: grey;
}
.book-sleeve {
display: flex;
justify-content: center;
}
.book-image {
border-radius: 10px;
margin: 10px;
height: 250px;
}
.book-info {
display: flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content: center;
align-items: center;
}
.book-info h3:nth-of-type(2) {
overflow-y: auto;
}
.book-description {
background-color: lightgrey;
height: 225px;
border-radius: 10px;
overflow-y: auto;
margin: 10px;
}
.book-description > h4 {
text-align: center;
}
}
@media all and (min-width: 641px) and (max-width: 960px) {
.book-shelf {
display: grid;
margin-bottom: 15px;
grid-template-columns: repeat(1, 1fr);
grid-auto-rows: auto;
height: 650px;
background-color: grey;
}
.book-sleeve {
display: flex;
justify-content: center;
}
.book-image {
height: 300px;
}
.book-info {
display: flex;
margin: 0 auto;
flex-direction: column;
flex-wrap: nowrap;
justify-content: center;
align-items: center;
width: 75%;
}
.book-description {
border-radius: 10px;
height: 200px;
overflow-y: auto;
margin-top: 10px;
margin-bottom: 10px;
}
.book-description > h4 {
text-align: center;
}
}
@media all and (min-width: 961px) and (max-width: 1280px) {
.book-shelf {
display: grid;
margin: 10px auto;
margin-bottom: 15px;
grid-template-columns: repeat(2, 1fr);
grid-auto-rows: auto;
height: 500px;
background-color: grey;
}
.book-sleeve {
display: flex;
justify-content: center;
align-items: center;
}
.book-image {
height: 400px;
}
.book-info {
display: flex;
padding-right: 30px;
flex-direction: column;
flex-wrap: nowrap;
justify-content: center;
align-items: center;
}
.book-description {
border-radius: 10px;
padding: 10px;
width: 450px;
overflow-y: auto;
margin-top: 10px;
margin-bottom: 10px;
}
.book-description > h4 {
text-align: center;
}
}
@media all and (min-width: 1281px) and (max-width: 1799px) {
.book-shelf {
display: grid;
margin: 10px auto;
margin-bottom: 15px;
grid-template-columns: repeat(2, 1fr);
grid-auto-rows: auto;
height: 600px;
width: 1000px;
background-color: grey;
}
.book-sleeve {
display: flex;
justify-content: center;
align-items: center;
}
.book-image {
height: 420px;
}
.book-info {
display: flex;
width: 650px;
padding-right: 20px;
flex-direction: column;
flex-wrap: nowrap;
justify-content: center;
align-items: center;
}
.book-description {
border-radius: 10px;
padding: 10px;
overflow-y: auto;
margin-top: 10px;
margin-bottom: 10px;
}
.book-description > p {
font-size: 22px;
}
.book-description > h4 {
text-align: center;
}
}
@media all and (min-width: 1800px) {
.book-shelf {
display: flex;
margin: 10px auto;
height: 500px;
width: 850px;
flex-basis: auto;
}
.book-sleeve {
display: flex;
margin-left: 15px;
justify-content: center;
align-content: center;
align-items: center;
}
.book-image {
height: 300px;
}
.book-info {
display: flex;
margin-right: 15px;
margin-left: 15px;
flex-direction: column;
flex-wrap: nowrap;
justify-content: center;
align-items: center;
}
.book-description {
border-radius: 10px;
overflow-y: auto;
margin-top: 10px;
margin-bottom: 10px;
}
.book-description > p {
font-size: 22px;
}
.book-description > h4 {
text-align: center;
}
} | public/styles/modules.css | .book-shelf {
display: grid;
border-radius: 10px;
box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
margin-bottom: 15px;
grid-template-columns: repeat(1, 1fr);
grid-auto-rows: auto;
height: 600px;
background-color: grey;
}
.book-sleeve {
display: flex;
justify-content: center;
}
.book-image {
border-radius: 10px;
margin: 10px;
height: 250px;
}
.book-info {
display: flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content: center;
align-items: center;
}
.book-description {
background-color: lightgrey;
height: 225px;
border-radius: 10px;
overflow-y: auto;
margin: 10px;
}
.book-description > h4 {
text-align: center;
}
/* .hidden-label {
display: none;
} */
@media all and (min-width: 321px) and (max-width: 640px) {
.book-shelf {
display: grid;
margin-bottom: 15px;
grid-template-columns: repeat(1, 1fr);
grid-auto-rows: auto;
height: 650px;
background-color: grey;
}
.book-sleeve {
display: flex;
justify-content: center;
}
.book-image {
border-radius: 10px;
margin: 10px;
height: 250px;
}
.book-info {
display: flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content: center;
align-items: center;
}
.book-info h3:nth-of-type(2) {
overflow-y: auto;
}
.book-description {
background-color: lightgrey;
height: 225px;
border-radius: 10px;
overflow-y: auto;
margin: 10px;
}
.book-description > h4 {
text-align: center;
}
}
@media all and (min-width: 641px) and (max-width: 960px) {
.book-shelf {
display: grid;
margin-bottom: 15px;
grid-template-columns: repeat(1, 1fr);
grid-auto-rows: auto;
height: 650px;
background-color: grey;
}
.book-sleeve {
display: flex;
justify-content: center;
}
.book-image {
height: 300px;
}
.book-info {
display: flex;
margin: 0 auto;
flex-direction: column;
flex-wrap: nowrap;
justify-content: center;
align-items: center;
width: 75%;
}
.book-description {
border-radius: 10px;
height: 200px;
overflow-y: auto;
margin-top: 10px;
margin-bottom: 10px;
}
.book-description > h4 {
text-align: center;
}
}
@media all and (min-width: 961px) and (max-width: 1280px) {
.book-shelf {
display: grid;
margin: 10px auto;
margin-bottom: 15px;
grid-template-columns: repeat(2, 1fr);
grid-auto-rows: auto;
height: 500px;
background-color: grey;
}
.book-sleeve {
display: flex;
justify-content: center;
align-items: center;
}
.book-image {
height: 400px;
}
.book-info {
display: flex;
padding-right: 30px;
flex-direction: column;
flex-wrap: nowrap;
justify-content: center;
align-items: center;
}
.book-description {
border-radius: 10px;
padding: 10px;
width: 450px;
overflow-y: auto;
margin-top: 10px;
margin-bottom: 10px;
}
.book-description > h4 {
text-align: center;
}
}
@media all and (min-width: 1281px) and (max-width: 1799px) {
.book-shelf {
display: grid;
margin: 10px auto;
margin-bottom: 15px;
grid-template-columns: repeat(2, 1fr);
grid-auto-rows: auto;
height: 600px;
width: 1000px;
background-color: grey;
}
.book-sleeve {
display: flex;
justify-content: center;
align-items: center;
}
.book-image {
height: 420px;
}
.book-info {
display: flex;
width: 650px;
padding-right: 20px;
flex-direction: column;
flex-wrap: nowrap;
justify-content: center;
align-items: center;
}
.book-description {
border-radius: 10px;
padding: 10px;
overflow-y: auto;
margin-top: 10px;
margin-bottom: 10px;
}
.book-description > p {
font-size: 22px;
}
.book-description > h4 {
text-align: center;
}
}
@media all and (min-width: 1800px) {
.book-shelf {
display: flex;
margin: 10px auto;
height: 500px;
width: 850px;
flex-basis: auto;
}
.book-sleeve {
display: flex;
margin-left: 15px;
justify-content: center;
align-content: center;
align-items: center;
}
.book-image {
height: 300px;
}
.book-info {
display: flex;
margin-right: 15px;
margin-left: 15px;
flex-direction: column;
flex-wrap: nowrap;
justify-content: center;
align-items: center;
}
.book-description {
border-radius: 10px;
overflow-y: auto;
margin-top: 10px;
margin-bottom: 10px;
}
.book-description > p {
font-size: 22px;
}
.book-description > h4 {
text-align: center;
}
} | 0.552298 | 0.187467 |
@font-face {
font-family: "didot-regular";
src: url("../fonts/Didot-Regular.ttf");
}
body {
font-size: 14px !important;
line-height: 1.7em !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
color: #333;
font-family: "didot-regular" !important;
}
a {
cursor: pointer;
}
.linkbtn {
color: #000;
background: transparent;
border: 0;
outline: 0;
}
.didot {
font-family: "didot-regular" !important;
}
.inner-header {
border-bottom: 1px solid #1a1e21;
padding-bottom: 20px;
}
/*Customizing css*/
.removePaddingRightLeft {
padding-right: 0px !important;
padding-left: 0px !important;
}
/*Banner Section*/
/*Secondary Menu*/
#secondary-menu ul {
padding-left: 0px !important;
}
#secondary-menu .col-md-3:nth-child(4) > a {
border-right: none !important;
}
#secondary-menu .col-md-3 a {
width: 100%;
color: #fff;
text-align: center;
display: inline-block;
padding: 10px 30px;
border-right: 1px solid #fff;
font-size: 18px;
}
#secondary-menu .col-md-3 {
background-color: rgb(26, 30, 33);
padding: 20px 0px;
}
#secondary-menu .col-md-3:hover {
background-color: #bfa282;
text-decoration: none !important;
}
#secondary-menu .col-md-3:hover > a {
border-right: none !important;
text-decoration: none !important;
}
/*Body Content Css*/
#testimonials-section h3,
.banner-section h2 {
color: #fff !important;
}
.thin-line {
border-bottom: 1px solid #ebebeb;
height: 1px;
margin-top: 25px;
margin-bottom: 25px;
}
.color-brown {
color: #bfa282;
}
.brown-btn {
background-color: #bfa282;
padding: 15px 80px;
display: inline-block;
color: #fff;
}
.brown-btn:hover {
color: #fff;
text-decoration: none;
background-color: #dcbb96;
}
.page-section {
padding: 45px 0px;
}
.section-heading {
padding-top: 35px;
padding-bottom: 35px;
}
.page-section h2 {
margin-top: 20px;
}
.box-info-inner {
width: 70%;
margin: -30px auto;
background-color: #fff;
padding: 65px 0px;
}
.box-info {
border: 3px solid #d8d2cb;
}
#about-us {
background-color: #fbfafa;
padding: 45px 0px;
}
#testimonials-section {
/* background-image: url(../img/testimonials-bg.jpg); */
color: #fff;
padding: 85px 0px;
}
#testimonials-section h3 {
font-size: 24px !important;
}
.social-icon-container {
padding-top: 20px;
}
.social-icon-container a {
color: #626262;
padding-right: 10px;
}
.blog-date {
color: #a59772;
}
.blog-title {
padding: 30px 0px;
}
#call-to-action {
/* background-image: url(../img/bottom-bg.jpg); */
background-repeat: repeat-y;
background-size: contain;
}
#call-to-action h3 {
color: #fff;
font-size: 24px !important;
padding-top: 55px;
padding-bottom: 20px;
}
.footer {
padding-top: 30px;
padding-bottom: 15px;
font-size: 14px;
}
.footer-menu {
padding-left: 0px;
}
.footer-menu li a {
padding: 0px 15px;
color: #000;
font-size: 14px;
}
.footer-menu li {
display: inline-block;
}
.copyright,
.footer-social-media {
padding-top: 25px;
}
.email-section li {
display: inline-block;
}
.email-section svg {
color: #bfa282;
}
.email-section li a {
font-size: 14px;
color: #000;
padding-right: 15px;
}
.footer-social-media {
display: flex;
justify-content: flex-end;
}
.footer-social-media a {
margin-right: 10px;
font-size: 18px;
color: #6c6c6c;
width: 48px;
height: 48px;
justify-content: center;
display: flex;
}
/*About Style*/
#tech-section h3 {
padding-top: 45px;
padding-bottom: 15px;
font-size: 24px;
color: #333;
}
#tech-section .col-md-5 .tech-inner-box {
border-bottom: 2px solid #ba9d80;
min-height: 780px;
}
/*Contact Us Style*/
.page-container {
padding-top: 25px;
}
.page-section .container {
width: 80%;
margin: 0 auto;
}
.page-section .form-container .container {
width: 95% !important;
margin: 0 auto;
}
#contact-details .col-md-6 {
padding: 20px;
border-right: 1px solid #fff;
border-left: 1px solid #fff;
margin-top: 45px;
}
#contact-details {
background-color: #1a1e21;
color: #fff;
padding-bottom: 85px;
}
div#contact-details h2 {
color: #fff;
}
/*Blog Style*/
.brown-btn {
padding: 15px 70px !important;
}
.blog .blog-title {
min-height: 132px;
}
#blog-section .container .row {
margin-bottom: 40px;
}
.page-title-container {
padding-top: 25px;
}
.filter-container ul {
padding: 0px;
list-style: none;
font-size: 0px;
}
.filter-container ul li {
width: 19.6%;
}
.filter-container ul li {
display: inline-block;
}
.filter-container ul li a {
display: block;
text-align: center;
color: #000;
margin-bottom: 40px;
margin-top: 40px;
padding-bottom: 20px;
border-bottom: 4px solid #000;
font-size: 15px;
font-weight: bold;
}
.filter-container ul li a:hover,
.filter-container ul li a.selected {
border-bottom: 4px solid #ba9d80;
text-decoration: none;
}
/*Portfolio Style*/
#porfolio-section .row {
margin-bottom: 40px;
}
.portfolio-big-section {
padding-top: 55px;
padding-bottom: 85px;
}
.portfolio-info-text h2 {
padding-bottom: 20px;
}
/*Services Style*/
.brown-line {
height: 1px;
border-bottom: 2px solid #bfa282;
width: 90%;
margin: 0 auto;
}
#create-strategy ul li:last-child {
border-bottom: none;
}
#create-strategy ul li {
border-bottom: 1px solid #bfa282;
padding-bottom: 20px;
padding-top: 20px;
}
#create-strategy .col-md-5 {
padding: 0px 45px !important;
}
#strategy-table .row:nth-child(1) {
border-bottom: 1px solid #c0c0c0;
}
#strategy-table .col-md-4:last-child,
#strategy-table .inner-table-box:last-child {
border-right: none;
}
#strategy-table .col-md-4,
#strategy-table .inner-table-box {
border-right: 1px solid #c0c0c0;
padding: 20px 50px 50px 50px;
}
#strategy-table {
width: 100% !important;
margin-top: 45px;
}
.startegy-title h4 {
font-size: 20px !important;
color: #333 !important;
padding: 15px 0px;
}
#myfaq {
margin-top: 30px;
}
.card,
.card-header {
background-color: transparent !important;
border-top: none;
border-left: none;
border-right: none;
border-radius: 0px;
margin-bottom: 20px;
}
.card-header h2 {
margin-top: 0px !important;
}
.card-header {
padding: 0px;
border-bottom: none !important;
margin-bottom: 0px !important;
}
button.btn.btn-link {
color: #000;
}
.card-header svg {
float: right;
font-size: 16px;
margin-top: 13px;
margin-right: 10px;
color: #bfa282;
}
#faq-section {
background-color: #fbfafa;
}
#faq-section .accordion > .card {
border-bottom: 1px solid rgba(0, 0, 0, 0.125) !important;
}
/*Desktop Display*/
@media (min-width: 1024px) {
.navbar-brand {
display: none !important;
}
.portfolio-info-text {
padding-left: 85px;
padding-top: 65px;
padding-right: 45px;
}
} | src/components/layout.css |
@font-face {
font-family: "didot-regular";
src: url("../fonts/Didot-Regular.ttf");
}
body {
font-size: 14px !important;
line-height: 1.7em !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
color: #333;
font-family: "didot-regular" !important;
}
a {
cursor: pointer;
}
.linkbtn {
color: #000;
background: transparent;
border: 0;
outline: 0;
}
.didot {
font-family: "didot-regular" !important;
}
.inner-header {
border-bottom: 1px solid #1a1e21;
padding-bottom: 20px;
}
/*Customizing css*/
.removePaddingRightLeft {
padding-right: 0px !important;
padding-left: 0px !important;
}
/*Banner Section*/
/*Secondary Menu*/
#secondary-menu ul {
padding-left: 0px !important;
}
#secondary-menu .col-md-3:nth-child(4) > a {
border-right: none !important;
}
#secondary-menu .col-md-3 a {
width: 100%;
color: #fff;
text-align: center;
display: inline-block;
padding: 10px 30px;
border-right: 1px solid #fff;
font-size: 18px;
}
#secondary-menu .col-md-3 {
background-color: rgb(26, 30, 33);
padding: 20px 0px;
}
#secondary-menu .col-md-3:hover {
background-color: #bfa282;
text-decoration: none !important;
}
#secondary-menu .col-md-3:hover > a {
border-right: none !important;
text-decoration: none !important;
}
/*Body Content Css*/
#testimonials-section h3,
.banner-section h2 {
color: #fff !important;
}
.thin-line {
border-bottom: 1px solid #ebebeb;
height: 1px;
margin-top: 25px;
margin-bottom: 25px;
}
.color-brown {
color: #bfa282;
}
.brown-btn {
background-color: #bfa282;
padding: 15px 80px;
display: inline-block;
color: #fff;
}
.brown-btn:hover {
color: #fff;
text-decoration: none;
background-color: #dcbb96;
}
.page-section {
padding: 45px 0px;
}
.section-heading {
padding-top: 35px;
padding-bottom: 35px;
}
.page-section h2 {
margin-top: 20px;
}
.box-info-inner {
width: 70%;
margin: -30px auto;
background-color: #fff;
padding: 65px 0px;
}
.box-info {
border: 3px solid #d8d2cb;
}
#about-us {
background-color: #fbfafa;
padding: 45px 0px;
}
#testimonials-section {
/* background-image: url(../img/testimonials-bg.jpg); */
color: #fff;
padding: 85px 0px;
}
#testimonials-section h3 {
font-size: 24px !important;
}
.social-icon-container {
padding-top: 20px;
}
.social-icon-container a {
color: #626262;
padding-right: 10px;
}
.blog-date {
color: #a59772;
}
.blog-title {
padding: 30px 0px;
}
#call-to-action {
/* background-image: url(../img/bottom-bg.jpg); */
background-repeat: repeat-y;
background-size: contain;
}
#call-to-action h3 {
color: #fff;
font-size: 24px !important;
padding-top: 55px;
padding-bottom: 20px;
}
.footer {
padding-top: 30px;
padding-bottom: 15px;
font-size: 14px;
}
.footer-menu {
padding-left: 0px;
}
.footer-menu li a {
padding: 0px 15px;
color: #000;
font-size: 14px;
}
.footer-menu li {
display: inline-block;
}
.copyright,
.footer-social-media {
padding-top: 25px;
}
.email-section li {
display: inline-block;
}
.email-section svg {
color: #bfa282;
}
.email-section li a {
font-size: 14px;
color: #000;
padding-right: 15px;
}
.footer-social-media {
display: flex;
justify-content: flex-end;
}
.footer-social-media a {
margin-right: 10px;
font-size: 18px;
color: #6c6c6c;
width: 48px;
height: 48px;
justify-content: center;
display: flex;
}
/*About Style*/
#tech-section h3 {
padding-top: 45px;
padding-bottom: 15px;
font-size: 24px;
color: #333;
}
#tech-section .col-md-5 .tech-inner-box {
border-bottom: 2px solid #ba9d80;
min-height: 780px;
}
/*Contact Us Style*/
.page-container {
padding-top: 25px;
}
.page-section .container {
width: 80%;
margin: 0 auto;
}
.page-section .form-container .container {
width: 95% !important;
margin: 0 auto;
}
#contact-details .col-md-6 {
padding: 20px;
border-right: 1px solid #fff;
border-left: 1px solid #fff;
margin-top: 45px;
}
#contact-details {
background-color: #1a1e21;
color: #fff;
padding-bottom: 85px;
}
div#contact-details h2 {
color: #fff;
}
/*Blog Style*/
.brown-btn {
padding: 15px 70px !important;
}
.blog .blog-title {
min-height: 132px;
}
#blog-section .container .row {
margin-bottom: 40px;
}
.page-title-container {
padding-top: 25px;
}
.filter-container ul {
padding: 0px;
list-style: none;
font-size: 0px;
}
.filter-container ul li {
width: 19.6%;
}
.filter-container ul li {
display: inline-block;
}
.filter-container ul li a {
display: block;
text-align: center;
color: #000;
margin-bottom: 40px;
margin-top: 40px;
padding-bottom: 20px;
border-bottom: 4px solid #000;
font-size: 15px;
font-weight: bold;
}
.filter-container ul li a:hover,
.filter-container ul li a.selected {
border-bottom: 4px solid #ba9d80;
text-decoration: none;
}
/*Portfolio Style*/
#porfolio-section .row {
margin-bottom: 40px;
}
.portfolio-big-section {
padding-top: 55px;
padding-bottom: 85px;
}
.portfolio-info-text h2 {
padding-bottom: 20px;
}
/*Services Style*/
.brown-line {
height: 1px;
border-bottom: 2px solid #bfa282;
width: 90%;
margin: 0 auto;
}
#create-strategy ul li:last-child {
border-bottom: none;
}
#create-strategy ul li {
border-bottom: 1px solid #bfa282;
padding-bottom: 20px;
padding-top: 20px;
}
#create-strategy .col-md-5 {
padding: 0px 45px !important;
}
#strategy-table .row:nth-child(1) {
border-bottom: 1px solid #c0c0c0;
}
#strategy-table .col-md-4:last-child,
#strategy-table .inner-table-box:last-child {
border-right: none;
}
#strategy-table .col-md-4,
#strategy-table .inner-table-box {
border-right: 1px solid #c0c0c0;
padding: 20px 50px 50px 50px;
}
#strategy-table {
width: 100% !important;
margin-top: 45px;
}
.startegy-title h4 {
font-size: 20px !important;
color: #333 !important;
padding: 15px 0px;
}
#myfaq {
margin-top: 30px;
}
.card,
.card-header {
background-color: transparent !important;
border-top: none;
border-left: none;
border-right: none;
border-radius: 0px;
margin-bottom: 20px;
}
.card-header h2 {
margin-top: 0px !important;
}
.card-header {
padding: 0px;
border-bottom: none !important;
margin-bottom: 0px !important;
}
button.btn.btn-link {
color: #000;
}
.card-header svg {
float: right;
font-size: 16px;
margin-top: 13px;
margin-right: 10px;
color: #bfa282;
}
#faq-section {
background-color: #fbfafa;
}
#faq-section .accordion > .card {
border-bottom: 1px solid rgba(0, 0, 0, 0.125) !important;
}
/*Desktop Display*/
@media (min-width: 1024px) {
.navbar-brand {
display: none !important;
}
.portfolio-info-text {
padding-left: 85px;
padding-top: 65px;
padding-right: 45px;
}
} | 0.215021 | 0.064801 |
.preloader{
background-color: #06060c;
width:100%;
height: 100%;
position: fixed;
top:0;
left:0;
z-index:9999;
}
.dot-container{
position:absolute;
top:50%;
left: 50%;
transform: translate(-50%,-50%);
text-align: center;
}
.dot-container .dot{
width:15px;
height: 15px;
display:inline-block;
background-color: #DC4851;
border-radius:50%;
margin-left:10px;
animation: preloader 1s infinite;
}
.dot-container .dot:first-child{
margin-left:0;
}
.dot-container .dot:nth-child(2) {
animation-delay: 0.15s;
}
.dot-container .dot:nth-child(3) {
animation-delay: 0.3s;
}
/*********
PRELOADER ANIMATIONS
**********/
@keyframes preloader {
0%{
opacity : 1;
}
10% {
opacity : 0.8;
}
20% {
opacity : 0.6;
}
30% {
opacity : 0.4;
}
40% {
opacity : 0.2;
}
50% {
opacity : 0;
transform: translateY(-20px);
}
60% {
opacity : 0.2;
}
70% {
opacity : 0.4;
}
80% {
opacity : 0.6;
}
90% {
opacity : 0.8;
}
100%{
opacity : 1;
transform: translateY(0px);
}
}
.slogan-h1-animation{
animation: slogan-h1 1s;
}
@keyframes slogan-h1 {
0%{
opacity : 0;
transform: translateY(-100%);
}
100%{
opacity : 1;
transform: translateY(0px);
}
}
.slogan-h2-animation{
animation: slogan-h2 2s;
}
@keyframes slogan-h2 {
0%{
opacity : 0;
transform: translateY(100%);
}
100%{
opacity : 1;
transform: translateY(0px);
}
}
.form-animation{
animation: form 2s;
}
@keyframes form {
0%{
opacity : 0;
transform: translateX(20%);
}
100%{
opacity : 1;
transform: translateX(0px);
}
}
.bg-animation{
animation: bg 4s;
}
@keyframes bg {
0%{
width:120%;
height:120%;
transform: translate(-10%,-10%);
}
100%{
width:100%;
height:100%;
transform: translate(0,0);
}
} | assets/preloader.css | .preloader{
background-color: #06060c;
width:100%;
height: 100%;
position: fixed;
top:0;
left:0;
z-index:9999;
}
.dot-container{
position:absolute;
top:50%;
left: 50%;
transform: translate(-50%,-50%);
text-align: center;
}
.dot-container .dot{
width:15px;
height: 15px;
display:inline-block;
background-color: #DC4851;
border-radius:50%;
margin-left:10px;
animation: preloader 1s infinite;
}
.dot-container .dot:first-child{
margin-left:0;
}
.dot-container .dot:nth-child(2) {
animation-delay: 0.15s;
}
.dot-container .dot:nth-child(3) {
animation-delay: 0.3s;
}
/*********
PRELOADER ANIMATIONS
**********/
@keyframes preloader {
0%{
opacity : 1;
}
10% {
opacity : 0.8;
}
20% {
opacity : 0.6;
}
30% {
opacity : 0.4;
}
40% {
opacity : 0.2;
}
50% {
opacity : 0;
transform: translateY(-20px);
}
60% {
opacity : 0.2;
}
70% {
opacity : 0.4;
}
80% {
opacity : 0.6;
}
90% {
opacity : 0.8;
}
100%{
opacity : 1;
transform: translateY(0px);
}
}
.slogan-h1-animation{
animation: slogan-h1 1s;
}
@keyframes slogan-h1 {
0%{
opacity : 0;
transform: translateY(-100%);
}
100%{
opacity : 1;
transform: translateY(0px);
}
}
.slogan-h2-animation{
animation: slogan-h2 2s;
}
@keyframes slogan-h2 {
0%{
opacity : 0;
transform: translateY(100%);
}
100%{
opacity : 1;
transform: translateY(0px);
}
}
.form-animation{
animation: form 2s;
}
@keyframes form {
0%{
opacity : 0;
transform: translateX(20%);
}
100%{
opacity : 1;
transform: translateX(0px);
}
}
.bg-animation{
animation: bg 4s;
}
@keyframes bg {
0%{
width:120%;
height:120%;
transform: translate(-10%,-10%);
}
100%{
width:100%;
height:100%;
transform: translate(0,0);
}
} | 0.38318 | 0.067148 |
.pokedex-page-1 {
background-color: #fed517;
height: 100%;
width: 100%;
border-radius: 8px;
}
.pokedex-page-2 {
background-color: #e5525a;
height: 100%;
width: 100%;
border-radius: 8px;
color: white;
}
.pokedex-page-grid {
box-sizing: border-box;
display: grid;
grid-template-columns: 25% 25% 25% 25%;
grid-template-rows: 20% 15% 15% 15% 35%;
}
.pokedex-page-grid > div {
display: flex;
justify-content: space-between;
flex-direction: column;
padding: 1em;
}
.pokedex-page-grid > div > h3 {
margin-top: 0;
text-align: center;
text-transform: capitalize;
}
.pokedex-page-title {
grid-column: 1 / span 2;
grid-row: 1;
text-align: center;
text-transform: capitalize;
}
.pokedex-page-item-1 {
grid-column: 1;
grid-row: 2;
}
.pokedex-page-item-2 {
grid-column: 1;
grid-row: 3;
}
.pokedex-page-item-3 {
grid-column: 1;
grid-row: 4;
}
.pokedex-page-item-4 {
grid-column: 2;
grid-row: 2;
}
.pokedex-page-item-5 {
grid-column: 2;
grid-row: 3;
}
.pokedex-page-item-6 {
grid-column: 2;
grid-row: 4;
}
.pokedex-page-picture {
grid-column: 3 / span 2;
grid-row: 1 / span 3;
padding: 1em;
margin: 1em;
border-radius: 8px;
}
.pokedex-page-picture > img {
max-width: auto;
height: 100%;
margin: 0 auto;
}
#pokedex-page-type-1 {
grid-column: 3;
grid-row: 4;
text-align: center;
border-radius: 8px;
margin: 1em;
color: white;
}
#pokedex-page-type-2 {
grid-column: 4;
grid-row: 4;
text-align: center;
border-radius: 8px;
margin: 1em;
color: white;
}
.bug {
border: 1em solid #426b39;
background-color: #adbd21;
}
.dark {
border: 1em solid #4a3931;
background-color: #735a49;
}
.dragon {
border: 1em solid #4a3994;
background-color: #7a63e7;
}
.electric {
border: 1em solid #735218;
background-color: #ffc630;
}
.fairy {
border: 1em solid #bd18cf;
background-color: #f7b5f7;
}
.fighting {
border: 1em solid #4a3931;
background-color: #a55239;
}
.fire {
border: 1em solid #732108;
background-color: #f75131;
}
.flying {
border: 1em solid #425294;
background-color: #9cadf8;
}
.ghost {
border: 1em solid #4a3952;
background-color: #6362b5;
}
.grass {
border: 1em solid #426b39;
background-color: #7ace52;
}
.ground {
border: 1em solid #735218;
background-color: #d7b55a;
}
.ice {
border: 1em solid #425294;
background-color: #59cfe7;
}
.normal {
border: 1em solid #525252;
background-color: #ada594;
}
.poison {
border: 1em solid #4a3952;
background-color: #b559a5;
}
.psychic {
border: 1em solid #6a3939;
background-color: #ff73a5;
}
.rock {
border: 1em solid #735218;
background-color: #bda559;
}
.steel {
border: 1em solid #525252;
background-color: #adadc6;
}
.water {
border: 1em solid #425294;
background-color: #399cff;
}
.pokedex-page-description {
grid-column: 1 / span 4;
grid-row: 5;
margin: 1em;
padding: 1em;
border-radius: 8px;
justify-content: flex-start;
text-align: left;
overflow: auto;
}
.pokedex-page-grid > .pokedex-page-description > h3 {
text-align: left;
text-transform: none;
}
.pokedex-page-1-border {
border: 1em solid #e5525a;
}
.pokedex-page-2-border {
border: 1em solid #fed517;
}
.progressbar-colour > div {
background-color: #fed517;
color: black;
}
.pokedex-page-picture-small {
height: 100%;
width: auto;
border: 1em solid #fed517;
border-radius: 50%;
}
#pokedex-page-evos {
grid-column: 1 / span 4;
grid-gap: 1em;
grid-row: 5;
margin: 1em;
padding: 1em;
border-radius: 8px;
justify-content: space-around;
flex-direction: column;
flex-wrap: wrap;
overflow-y: hidden;
overflow-x: auto;
}
.pokedex-img-container {
height: 100%;
text-align: center;
}
#pokedex-page-evos > div > img:hover {
background-color: rgba(0, 0, 0, 0.2);
}
#pokedex-page-evos > div > img {
margin: 0 1em 1em 0;
cursor: pointer;
height: 100%;
width: auto;
}
.tooltip.pokedex-page-evos-tooltip .tooltip-inner {
background-color: #fed517;
color: #525252;
font-family: 'Doppio One', sans-serif;
text-transform: capitalize;
font-size: 2em;
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.tooltip.pokedex-page-evos-tooltip .tooltip-arrow {
display: none;
}
.pokedex-page-1-shiny-button {
position: absolute;
height: 3em;
width: 3em;
background-color: #e5525a;
border-radius: 50%;
}
.pokedex-page-2-shiny-button {
position: absolute;
height: 3em;
width: 3em;
background-color: #fed517;
border-radius: 50%;
} | app/components/pokedex/page/pokedex-page.style.css | .pokedex-page-1 {
background-color: #fed517;
height: 100%;
width: 100%;
border-radius: 8px;
}
.pokedex-page-2 {
background-color: #e5525a;
height: 100%;
width: 100%;
border-radius: 8px;
color: white;
}
.pokedex-page-grid {
box-sizing: border-box;
display: grid;
grid-template-columns: 25% 25% 25% 25%;
grid-template-rows: 20% 15% 15% 15% 35%;
}
.pokedex-page-grid > div {
display: flex;
justify-content: space-between;
flex-direction: column;
padding: 1em;
}
.pokedex-page-grid > div > h3 {
margin-top: 0;
text-align: center;
text-transform: capitalize;
}
.pokedex-page-title {
grid-column: 1 / span 2;
grid-row: 1;
text-align: center;
text-transform: capitalize;
}
.pokedex-page-item-1 {
grid-column: 1;
grid-row: 2;
}
.pokedex-page-item-2 {
grid-column: 1;
grid-row: 3;
}
.pokedex-page-item-3 {
grid-column: 1;
grid-row: 4;
}
.pokedex-page-item-4 {
grid-column: 2;
grid-row: 2;
}
.pokedex-page-item-5 {
grid-column: 2;
grid-row: 3;
}
.pokedex-page-item-6 {
grid-column: 2;
grid-row: 4;
}
.pokedex-page-picture {
grid-column: 3 / span 2;
grid-row: 1 / span 3;
padding: 1em;
margin: 1em;
border-radius: 8px;
}
.pokedex-page-picture > img {
max-width: auto;
height: 100%;
margin: 0 auto;
}
#pokedex-page-type-1 {
grid-column: 3;
grid-row: 4;
text-align: center;
border-radius: 8px;
margin: 1em;
color: white;
}
#pokedex-page-type-2 {
grid-column: 4;
grid-row: 4;
text-align: center;
border-radius: 8px;
margin: 1em;
color: white;
}
.bug {
border: 1em solid #426b39;
background-color: #adbd21;
}
.dark {
border: 1em solid #4a3931;
background-color: #735a49;
}
.dragon {
border: 1em solid #4a3994;
background-color: #7a63e7;
}
.electric {
border: 1em solid #735218;
background-color: #ffc630;
}
.fairy {
border: 1em solid #bd18cf;
background-color: #f7b5f7;
}
.fighting {
border: 1em solid #4a3931;
background-color: #a55239;
}
.fire {
border: 1em solid #732108;
background-color: #f75131;
}
.flying {
border: 1em solid #425294;
background-color: #9cadf8;
}
.ghost {
border: 1em solid #4a3952;
background-color: #6362b5;
}
.grass {
border: 1em solid #426b39;
background-color: #7ace52;
}
.ground {
border: 1em solid #735218;
background-color: #d7b55a;
}
.ice {
border: 1em solid #425294;
background-color: #59cfe7;
}
.normal {
border: 1em solid #525252;
background-color: #ada594;
}
.poison {
border: 1em solid #4a3952;
background-color: #b559a5;
}
.psychic {
border: 1em solid #6a3939;
background-color: #ff73a5;
}
.rock {
border: 1em solid #735218;
background-color: #bda559;
}
.steel {
border: 1em solid #525252;
background-color: #adadc6;
}
.water {
border: 1em solid #425294;
background-color: #399cff;
}
.pokedex-page-description {
grid-column: 1 / span 4;
grid-row: 5;
margin: 1em;
padding: 1em;
border-radius: 8px;
justify-content: flex-start;
text-align: left;
overflow: auto;
}
.pokedex-page-grid > .pokedex-page-description > h3 {
text-align: left;
text-transform: none;
}
.pokedex-page-1-border {
border: 1em solid #e5525a;
}
.pokedex-page-2-border {
border: 1em solid #fed517;
}
.progressbar-colour > div {
background-color: #fed517;
color: black;
}
.pokedex-page-picture-small {
height: 100%;
width: auto;
border: 1em solid #fed517;
border-radius: 50%;
}
#pokedex-page-evos {
grid-column: 1 / span 4;
grid-gap: 1em;
grid-row: 5;
margin: 1em;
padding: 1em;
border-radius: 8px;
justify-content: space-around;
flex-direction: column;
flex-wrap: wrap;
overflow-y: hidden;
overflow-x: auto;
}
.pokedex-img-container {
height: 100%;
text-align: center;
}
#pokedex-page-evos > div > img:hover {
background-color: rgba(0, 0, 0, 0.2);
}
#pokedex-page-evos > div > img {
margin: 0 1em 1em 0;
cursor: pointer;
height: 100%;
width: auto;
}
.tooltip.pokedex-page-evos-tooltip .tooltip-inner {
background-color: #fed517;
color: #525252;
font-family: 'Doppio One', sans-serif;
text-transform: capitalize;
font-size: 2em;
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.tooltip.pokedex-page-evos-tooltip .tooltip-arrow {
display: none;
}
.pokedex-page-1-shiny-button {
position: absolute;
height: 3em;
width: 3em;
background-color: #e5525a;
border-radius: 50%;
}
.pokedex-page-2-shiny-button {
position: absolute;
height: 3em;
width: 3em;
background-color: #fed517;
border-radius: 50%;
} | 0.525856 | 0.136608 |
@import url('https://fonts.googleapis.com/css?family=Merriweather&display=swap');
@import url(https://fonts.googleapis.com/css?family=Poiret+One);
@import url(https://cdnjs.cloudflare.com/ajax/libs/weather-icons/2.0.9/css/weather-icons.min.css);
/* $border-radius: 20px; */
body {
color: #333333;
font-family: Arial, Helvetica, sans-serif;
max-width: 650px;
margin: 0 auto;
padding: 0 16px;
display: flex;
flex-direction: column;
min-height: 100vh;
background: url("/img/night2.jpg");
background-color: #cccccc;
background-position: bottom;
background-repeat: no-repeat;
background-size: cover;
color: brown;
}
.container{
width: auto;
}
.main-content {
flex-grow: 1;
margin: 0 10%;
}
h1{
color: #dbbcbc;
padding-top: 40px;
display: flex;
font-size: 46px;
font-family: 'Merriweather', serif;
justify-content: center;
text-align: center;
font-weight: bolder;
}
h2 {
font-size: 64px;
margin-bottom: 16px;
}
.widget {
position: absolute;
top: 20%;
left: 30%;
display: flex;
height: 350px;
width: 40%;
flex-wrap: wrap;
cursor: pointer;
border-radius: 20px;
box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.3)
}
.widget .weatherLocation{
border-top-left-radius: 20px;
border-top-right-radius: 20px;
}
.weatherLocation{
display: flex;
align-items: center;
width: 100%;
justify-content: center;
padding: 2rem;
background-color: #e6d5d5;
}
button{
background-color: rgb(228, 159, 95);
padding: 10px;
text-align: center;
display: inline-block;
font-size: 15px;
box-sizing: border-box;
border-radius: 10px;
}
.weatherLocation input{
border: 2px solid rgba(188, 194, 189, 0.972);
border-radius: 4px;
padding: 10px;
margin: 10px 5px;
box-sizing: border-box;
border-radius: 10px;
font-size: 15px;
}
.widget .weatherIcon {
flex: 1 100%;
height: 50%;
background: #e6d5d5;
font-family: weathericons;
display: flex;
align-items: center;
justify-content: space-around;
font-size: 100px;
}
.widget .weatherIcon i {
padding-top: 30px;
}
.widget .weatherInfo {
flex: 0 0 70%;
height: 40%;
background: #161615e3;
border-bottom-left-radius: 20px;
display: flex;
align-items: center;
color: white;
/* box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.3), 0 17px 17px 0 rgba(0, 0, 0, 0.15); */
}
.widget .weatherInfo .temperature {
flex: 0 0 40%;
width: 100%;
font-size: 35px;
display: flex;
justify-content: space-around;
}
.widget .weatherInfo .description {
flex: 0 60%;
display: flex;
flex-direction: column;
width: 100%;
height: 100%;
justify-content: center;
}
.widget .weatherInfo .description .weatherCondition {
text-transform: uppercase;
font-size: 20px;
font-weight: 100;
}
.widget .weatherInfo .description .place {
font-size: 15px;
}
.widget .date {
flex: 0 0 30%;
height: 40%;
background: #161615e3;
border-bottom-right-radius: 20px;
display: flex;
justify-content: space-around;
align-items: center;
color: white;
font-size: 30px;
font-weight: 800;
/* box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.3), 0 17px 17px 0 rgba(0, 0, 0, 0.15); */
}
p {
position: fixed;
bottom: 0%;
right: 2%;
}
p a {
text-decoration: none;
color: #E4D6A7;
font-size: 10px;
}
@media only screen and (max-width: 1153px) {
body {
color: #333333;
font-family: Arial, Helvetica, sans-serif;
background: url("/img/night2.jpg");
background-color: #cccccc;
background-position: center;
background-size:cover;
}
h1{
text-align: center;
color: #e6d5d5;
display: flex;
justify-content: center;
font-family: 'Merriweather', serif;
}
.widget {
top: 20%;
margin: auto;
left: 0;
right: 0;
position: absolute;
cursor: pointer;
width: 600px;
border-radius: 20px;
box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.3)
}
} | public/css/weatherstyle.css | @import url('https://fonts.googleapis.com/css?family=Merriweather&display=swap');
@import url(https://fonts.googleapis.com/css?family=Poiret+One);
@import url(https://cdnjs.cloudflare.com/ajax/libs/weather-icons/2.0.9/css/weather-icons.min.css);
/* $border-radius: 20px; */
body {
color: #333333;
font-family: Arial, Helvetica, sans-serif;
max-width: 650px;
margin: 0 auto;
padding: 0 16px;
display: flex;
flex-direction: column;
min-height: 100vh;
background: url("/img/night2.jpg");
background-color: #cccccc;
background-position: bottom;
background-repeat: no-repeat;
background-size: cover;
color: brown;
}
.container{
width: auto;
}
.main-content {
flex-grow: 1;
margin: 0 10%;
}
h1{
color: #dbbcbc;
padding-top: 40px;
display: flex;
font-size: 46px;
font-family: 'Merriweather', serif;
justify-content: center;
text-align: center;
font-weight: bolder;
}
h2 {
font-size: 64px;
margin-bottom: 16px;
}
.widget {
position: absolute;
top: 20%;
left: 30%;
display: flex;
height: 350px;
width: 40%;
flex-wrap: wrap;
cursor: pointer;
border-radius: 20px;
box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.3)
}
.widget .weatherLocation{
border-top-left-radius: 20px;
border-top-right-radius: 20px;
}
.weatherLocation{
display: flex;
align-items: center;
width: 100%;
justify-content: center;
padding: 2rem;
background-color: #e6d5d5;
}
button{
background-color: rgb(228, 159, 95);
padding: 10px;
text-align: center;
display: inline-block;
font-size: 15px;
box-sizing: border-box;
border-radius: 10px;
}
.weatherLocation input{
border: 2px solid rgba(188, 194, 189, 0.972);
border-radius: 4px;
padding: 10px;
margin: 10px 5px;
box-sizing: border-box;
border-radius: 10px;
font-size: 15px;
}
.widget .weatherIcon {
flex: 1 100%;
height: 50%;
background: #e6d5d5;
font-family: weathericons;
display: flex;
align-items: center;
justify-content: space-around;
font-size: 100px;
}
.widget .weatherIcon i {
padding-top: 30px;
}
.widget .weatherInfo {
flex: 0 0 70%;
height: 40%;
background: #161615e3;
border-bottom-left-radius: 20px;
display: flex;
align-items: center;
color: white;
/* box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.3), 0 17px 17px 0 rgba(0, 0, 0, 0.15); */
}
.widget .weatherInfo .temperature {
flex: 0 0 40%;
width: 100%;
font-size: 35px;
display: flex;
justify-content: space-around;
}
.widget .weatherInfo .description {
flex: 0 60%;
display: flex;
flex-direction: column;
width: 100%;
height: 100%;
justify-content: center;
}
.widget .weatherInfo .description .weatherCondition {
text-transform: uppercase;
font-size: 20px;
font-weight: 100;
}
.widget .weatherInfo .description .place {
font-size: 15px;
}
.widget .date {
flex: 0 0 30%;
height: 40%;
background: #161615e3;
border-bottom-right-radius: 20px;
display: flex;
justify-content: space-around;
align-items: center;
color: white;
font-size: 30px;
font-weight: 800;
/* box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.3), 0 17px 17px 0 rgba(0, 0, 0, 0.15); */
}
p {
position: fixed;
bottom: 0%;
right: 2%;
}
p a {
text-decoration: none;
color: #E4D6A7;
font-size: 10px;
}
@media only screen and (max-width: 1153px) {
body {
color: #333333;
font-family: Arial, Helvetica, sans-serif;
background: url("/img/night2.jpg");
background-color: #cccccc;
background-position: center;
background-size:cover;
}
h1{
text-align: center;
color: #e6d5d5;
display: flex;
justify-content: center;
font-family: 'Merriweather', serif;
}
.widget {
top: 20%;
margin: auto;
left: 0;
right: 0;
position: absolute;
cursor: pointer;
width: 600px;
border-radius: 20px;
box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.3)
}
} | 0.362066 | 0.075041 |
.button {
border-radius: 5px;
border: 1px solid transparent;
font-weight: bold;
padding: 10px 25px;
text-decoration: none;
color: #fff;
position: relative;
display: inline-block;
width: 100%;
margin-bottom: 10px;
transition: all 200ms ease;
}
.button.full-width {
width: 100%;
}
.button.default {
background-color: var(--status-default);
box-shadow: 0px 5px 0px 0px #3C93D5;
}
.button.default:hover {
background-color: #6FC6FF;
}
.button.success {
background-color: var(--status-success);
box-shadow: 0px 5px 0px 0px #15B358;
}
.button.success:hover {
background-color: #48E68B;
}
.button.danger {
background-color: var(--status-error);
box-shadow: 0px 5px 0px 0px #CE3323;
}
.button.danger:hover {
background-color: #FF6656;
}
.button.warning {
background-color: var(--status-warning);
box-shadow: 0px 5px 0px 0px #CD6509;
}
.button.warning:hover {
background-color: #FF983C;
}
.button.info {
background-color: var(--status-info);
box-shadow: 0px 5px 0px 0px #D8AB00;
}
.button.info:hover {
background-color: #FFDE29;
}
.button:active {
transform: translate(0px, 5px);
-webkit-transform: translate(0px, 5px);
box-shadow: 0px 0px 0px 0px;
outline: 0;
}
button:focus {
outline: 0;
}
.button.disabled
.button.disabled:hover,
.button[disabled],
.button[disabled]:hover,
html input[disabled] {
cursor: not-allowed;
filter: alpha(opacity=65);
-webkit-box-shadow: none;
box-shadow: none;
opacity: .65;
color: #fff!important;
background-color: #e9e9e9;
transform: translate(0px, 5px);
-webkit-transform: translate(0px, 5px);
box-shadow: 0px 1px 0px 0px;
}
@media (min-width: 768px) {
.button {
border-radius: 5px;
border: 1px solid transparent;
font-weight: bold;
padding: 10px 25px;
text-decoration: none;
color: #fff;
position: relative;
display: inline-block;
min-width: 120px;
width: auto;
margin-bottom: 0;
transition: all 200ms ease;
}
} | src/App/components/Button/button.css | .button {
border-radius: 5px;
border: 1px solid transparent;
font-weight: bold;
padding: 10px 25px;
text-decoration: none;
color: #fff;
position: relative;
display: inline-block;
width: 100%;
margin-bottom: 10px;
transition: all 200ms ease;
}
.button.full-width {
width: 100%;
}
.button.default {
background-color: var(--status-default);
box-shadow: 0px 5px 0px 0px #3C93D5;
}
.button.default:hover {
background-color: #6FC6FF;
}
.button.success {
background-color: var(--status-success);
box-shadow: 0px 5px 0px 0px #15B358;
}
.button.success:hover {
background-color: #48E68B;
}
.button.danger {
background-color: var(--status-error);
box-shadow: 0px 5px 0px 0px #CE3323;
}
.button.danger:hover {
background-color: #FF6656;
}
.button.warning {
background-color: var(--status-warning);
box-shadow: 0px 5px 0px 0px #CD6509;
}
.button.warning:hover {
background-color: #FF983C;
}
.button.info {
background-color: var(--status-info);
box-shadow: 0px 5px 0px 0px #D8AB00;
}
.button.info:hover {
background-color: #FFDE29;
}
.button:active {
transform: translate(0px, 5px);
-webkit-transform: translate(0px, 5px);
box-shadow: 0px 0px 0px 0px;
outline: 0;
}
button:focus {
outline: 0;
}
.button.disabled
.button.disabled:hover,
.button[disabled],
.button[disabled]:hover,
html input[disabled] {
cursor: not-allowed;
filter: alpha(opacity=65);
-webkit-box-shadow: none;
box-shadow: none;
opacity: .65;
color: #fff!important;
background-color: #e9e9e9;
transform: translate(0px, 5px);
-webkit-transform: translate(0px, 5px);
box-shadow: 0px 1px 0px 0px;
}
@media (min-width: 768px) {
.button {
border-radius: 5px;
border: 1px solid transparent;
font-weight: bold;
padding: 10px 25px;
text-decoration: none;
color: #fff;
position: relative;
display: inline-block;
min-width: 120px;
width: auto;
margin-bottom: 0;
transition: all 200ms ease;
}
} | 0.336767 | 0.096025 |
* {
font-family: "Helvetica Neue Light", Roboto, Helvetica, Arial, sans-serif;
font-weight: 400;
}
body{
margin: 0 auto;
background-color: #551422; /*234234*/
}
.header{
padding: 18px;
background-image: url("images/top-banner.jpg");
background-repeat: no-repeat;
background-size: 100%;
}
.header h3{
margin-top: -2%;
}
.banner{
width: 550px;
margin-left: 8%;
}
.container{
padding: 0% 0% 0% 0%;
width: 80%;
margin-left: 10%;
background-color: #f3f3f3;
background-size: 100%;
}
.slider{
height: 80%;
}
.h-slider{
padding: 3%;
}
.h-slider h2{
color: #551422;
}
.aiwayi{
padding: 4%;
background-color: #c5c5c5;
align-items: center;
}
.info{
margin-top: 0%;
background-color: #2c2c2c;
color: white;
padding: 6%;
}
.form-style-8{
font-family: 'Open Sans Condensed', arial, sans;
width: 600px;
margin: 50px auto;
color: black;
/*box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.22);
-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.22);
-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.22);*/
}
.form-style-8 input[type="text"],
.form-style-8 input[type="email"],
{
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
outline: none;
display: block;
width: 100%;
padding: 7px;
border: none;
border-bottom: 1px solid #ddd;
background: transparent;
margin-bottom: 10px;
font: 16px Helvetica, sans-serif;
height: 85px;
}
.form-style-8 input[type="button"],
.form-style-8 input[type="submit"]{
-moz-box-shadow: inset 0px 1px 0px 0px #45D6D6;
-webkit-box-shadow: inset 0px 1px 0px 0px #45D6D6;
box-shadow: inset 0px 1px 0px 0px #45D6D6;
background-color: #2CBBBB;
border: 1px solid #27A0A0;
display: inline-block;
cursor: pointer;
color: #FFFFFF;
font-family: 'Open Sans Condensed', sans-serif;
font-size: 14px;
padding: 8px 18px;
text-decoration: none;
text-transform: uppercase;
}
.form-style-8 input[type="button"]:hover,
.form-style-8 input[type="submit"]:hover {
background:linear-gradient(to bottom, #34CACA 5%, #30C9C9 100%);
background-color:#34CACA;
}
h1 {
font-family: "Helvetica Neue Light", Roboto, Helvetica, Arial, sans-serif;
font-size: 50px;
color: #551422;
line-height: 52px;
font-weight: 300;
}
h3 {
font-size: 18px;
font-family: "Helvetica Neue Light", Roboto, Helvetica, Arial, sans-serif;
line-height: 24px;
}
.footer{
padding: 3px;
background-color: #c5c5c5; /*#eecbad*/
color: #551422;
} | static/styles2.css | * {
font-family: "Helvetica Neue Light", Roboto, Helvetica, Arial, sans-serif;
font-weight: 400;
}
body{
margin: 0 auto;
background-color: #551422; /*234234*/
}
.header{
padding: 18px;
background-image: url("images/top-banner.jpg");
background-repeat: no-repeat;
background-size: 100%;
}
.header h3{
margin-top: -2%;
}
.banner{
width: 550px;
margin-left: 8%;
}
.container{
padding: 0% 0% 0% 0%;
width: 80%;
margin-left: 10%;
background-color: #f3f3f3;
background-size: 100%;
}
.slider{
height: 80%;
}
.h-slider{
padding: 3%;
}
.h-slider h2{
color: #551422;
}
.aiwayi{
padding: 4%;
background-color: #c5c5c5;
align-items: center;
}
.info{
margin-top: 0%;
background-color: #2c2c2c;
color: white;
padding: 6%;
}
.form-style-8{
font-family: 'Open Sans Condensed', arial, sans;
width: 600px;
margin: 50px auto;
color: black;
/*box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.22);
-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.22);
-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.22);*/
}
.form-style-8 input[type="text"],
.form-style-8 input[type="email"],
{
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
outline: none;
display: block;
width: 100%;
padding: 7px;
border: none;
border-bottom: 1px solid #ddd;
background: transparent;
margin-bottom: 10px;
font: 16px Helvetica, sans-serif;
height: 85px;
}
.form-style-8 input[type="button"],
.form-style-8 input[type="submit"]{
-moz-box-shadow: inset 0px 1px 0px 0px #45D6D6;
-webkit-box-shadow: inset 0px 1px 0px 0px #45D6D6;
box-shadow: inset 0px 1px 0px 0px #45D6D6;
background-color: #2CBBBB;
border: 1px solid #27A0A0;
display: inline-block;
cursor: pointer;
color: #FFFFFF;
font-family: 'Open Sans Condensed', sans-serif;
font-size: 14px;
padding: 8px 18px;
text-decoration: none;
text-transform: uppercase;
}
.form-style-8 input[type="button"]:hover,
.form-style-8 input[type="submit"]:hover {
background:linear-gradient(to bottom, #34CACA 5%, #30C9C9 100%);
background-color:#34CACA;
}
h1 {
font-family: "Helvetica Neue Light", Roboto, Helvetica, Arial, sans-serif;
font-size: 50px;
color: #551422;
line-height: 52px;
font-weight: 300;
}
h3 {
font-size: 18px;
font-family: "Helvetica Neue Light", Roboto, Helvetica, Arial, sans-serif;
line-height: 24px;
}
.footer{
padding: 3px;
background-color: #c5c5c5; /*#eecbad*/
color: #551422;
} | 0.257859 | 0.090213 |
.checkbox {
padding-left: 20px; }
.checkbox label {
display: inline-block;
position: relative;
padding-left: 5px; }
.checkbox label::before {
content: "";
display: inline-block;
position: absolute;
width: 17px;
height: 17px;
left: 0;
margin-left: -20px;
border: 1px solid #cccccc;
border-radius: 3px;
background-color: #fff;
-webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
-o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
.checkbox label::after {
display: inline-block;
position: absolute;
width: 16px;
height: 16px;
left: 0;
top: 0;
margin-left: -20px;
padding-left: 3px;
padding-top: 1px;
font-size: 11px;
color: #555555; }
.checkbox input[type="checkbox"] {
opacity: 0; }
.checkbox input[type="checkbox"]:focus + label::before {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px; }
.checkbox input[type="checkbox"]:checked + label::after {
font-family: 'FontAwesome';
content: "\f00c"; }
.checkbox input[type="checkbox"]:disabled + label {
opacity: 0.65; }
.checkbox input[type="checkbox"]:disabled + label::before {
background-color: #eeeeee;
cursor: not-allowed; }
.checkbox.checkbox-circle label::before {
border-radius: 50%; }
.checkbox.checkbox-inline {
margin-top: 0; }
.checkbox-primary input[type="checkbox"]:checked + label::before {
background-color: #428bca;
border-color: #428bca; }
.checkbox-primary input[type="checkbox"]:checked + label::after {
color: #fff; }
.checkbox-danger input[type="checkbox"]:checked + label::before {
background-color: #d9534f;
border-color: #d9534f; }
.checkbox-danger input[type="checkbox"]:checked + label::after {
color: #fff; }
.checkbox-info input[type="checkbox"]:checked + label::before {
background-color: #5bc0de;
border-color: #5bc0de; }
.checkbox-info input[type="checkbox"]:checked + label::after {
color: #fff; }
.checkbox-warning input[type="checkbox"]:checked + label::before {
background-color: #f0ad4e;
border-color: #f0ad4e; }
.checkbox-warning input[type="checkbox"]:checked + label::after {
color: #fff; }
.checkbox-success input[type="checkbox"]:checked + label::before {
background-color: #5cb85c;
border-color: #5cb85c; }
.checkbox-success input[type="checkbox"]:checked + label::after {
color: #fff; }
.radio {
padding-left: 20px; }
.radio label {
display: inline-block;
position: relative;
padding-left: 5px; }
.radio label::before {
content: "";
display: inline-block;
position: absolute;
width: 17px;
height: 17px;
left: 0;
margin-left: -20px;
border: 1px solid #cccccc;
border-radius: 50%;
background-color: #fff;
-webkit-transition: border 0.15s ease-in-out;
-o-transition: border 0.15s ease-in-out;
transition: border 0.15s ease-in-out; }
.radio label::after {
display: inline-block;
position: absolute;
content: " ";
width: 11px;
height: 11px;
left: 3px;
top: 3px;
margin-left: -20px;
border-radius: 50%;
background-color: #555555;
-webkit-transform: scale(0, 0);
-ms-transform: scale(0, 0);
-o-transform: scale(0, 0);
transform: scale(0, 0);
-webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
-moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
-o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); }
.radio input[type="radio"] {
opacity: 0; }
.radio input[type="radio"]:focus + label::before {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px; }
.radio input[type="radio"]:checked + label::after {
-webkit-transform: scale(1, 1);
-ms-transform: scale(1, 1);
-o-transform: scale(1, 1);
transform: scale(1, 1); }
.radio input[type="radio"]:disabled + label {
opacity: 0.65; }
.radio input[type="radio"]:disabled + label::before {
cursor: not-allowed; }
.radio.radio-inline {
margin-top: 0; }
.radio-primary input[type="radio"] + label::after {
background-color: #428bca; }
.radio-primary input[type="radio"]:checked + label::before {
border-color: #428bca; }
.radio-primary input[type="radio"]:checked + label::after {
background-color: #428bca; }
.radio-danger input[type="radio"] + label::after {
background-color: #d9534f; }
.radio-danger input[type="radio"]:checked + label::before {
border-color: #d9534f; }
.radio-danger input[type="radio"]:checked + label::after {
background-color: #d9534f; }
.radio-info input[type="radio"] + label::after {
background-color: #5bc0de; }
.radio-info input[type="radio"]:checked + label::before {
border-color: #5bc0de; }
.radio-info input[type="radio"]:checked + label::after {
background-color: #5bc0de; }
.radio-warning input[type="radio"] + label::after {
background-color: #f0ad4e; }
.radio-warning input[type="radio"]:checked + label::before {
border-color: #f0ad4e; }
.radio-warning input[type="radio"]:checked + label::after {
background-color: #f0ad4e; }
.radio-success input[type="radio"] + label::after {
background-color: #5cb85c; }
.radio-success input[type="radio"]:checked + label::before {
border-color: #5cb85c; }
.radio-success input[type="radio"]:checked + label::after {
background-color: #5cb85c; }
/* Circle styles */
.circle-grid {
margin: 20px 0 0 0;
padding: 0;
list-style: none;
display: block;
text-align: center;
width: 100%;
}
.circle-text{
margin: 0 0 -125px 0;
padding: 43px;
text-transform: uppercase;
color:#692668;
}
.circle-item:hover .circle-text h5{
color: transparent;
}
.circle-back-img {
background-image: url(img/evezown_circle.jpg);
}
.circle-grid:after,
.circle-item:before {
content: '';
display: table;
}
.circle-grid:after {
clear: both;
}
.circle-grid li {
width: 220px;
height: 220px;
display: inline-block;
margin: 5px;
}
.circle-item {
width: 100%;
height: 100%;
border-radius: 50%;
position: relative;
cursor: default;
box-shadow:
inset 0 0 0 16px rgba(255,255,255,0.6),
0 1px 2px rgba(0,0,0,0.1);
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.circle-item:hover {
box-shadow:
inset 0 0 0 1px #e50880,
0 1px 2px rgba(0,0,0,0.1);
}
.circle-item:hover .ch-info {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
opacity: 1;
}
.circle-info {
position: absolute;
background: rgba(105,38,104, 0.5);
width: inherit;
height: inherit;
border-radius: 50%;
opacity: 0;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
-webkit-transform: scale(0);
-moz-transform: scale(0);
-o-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
-webkit-backface-visibility: hidden;
}
.circle-info a.info {
display: inline-block;
text-decoration: none;
padding: 7px 14px;
background: #000;
color: #fff;
text-transform: uppercase;
-webkit-box-shadow: 0 0 1px #000;
-moz-box-shadow: 0 0 1px #000;
box-shadow: 0 0 1px #000;
}
.circle-info a.info:hover {
-webkit-box-shadow: 0 0 5px #000;
-moz-box-shadow: 0 0 5px #000;
box-shadow: 0 0 5px #000;
}
.circle-info h3 {
color: #fff;
text-transform: uppercase;
letter-spacing: 2px;
font-size: 22px;
margin: 0 30px;
padding: 45px 0 0 0;
height: 140px;
font-family: 'Open Sans', Arial, sans-serif;
text-shadow:
0 0 1px #fff,
0 1px 2px rgba(0,0,0,0.3);
}
.circle-info p {
color: #fff;
padding: 10px 5px;
font-style: italic;
margin: 0 30px;
font-size: 12px;
border-top: 1px solid rgba(255,255,255,0.5);
opacity: 0;
-webkit-transition: all 1s ease-in-out 0.4s;
-moz-transition: all 1s ease-in-out 0.4s;
-o-transition: all 1s ease-in-out 0.4s;
-ms-transition: all 1s ease-in-out 0.4s;
transition: all 1s ease-in-out 0.4s;
}
.circle-info p a {
display: block;
color: #fff;
color: rgba(255,255,255,0.7);
font-style: normal;
font-weight: 700;
text-transform: uppercase;
font-size: 9px;
letter-spacing: 1px;
padding-top: 4px;
font-family: 'Open Sans', Arial, sans-serif;
}
.circle-info p a:hover {
color: #fff222;
color: rgba(255,242,34, 0.8);
}
.circle-item:hover {
box-shadow:
inset 0 0 0 1px rgba(255,255,255,0.1),
0 1px 2px rgba(0,0,0,0.1);
}
.circle-item:hover .circle-info {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
opacity: 1;
}
.circle-item:hover .circle-info p {
opacity: 1;
}
/* Group styles */ | public/app/build.css | .checkbox {
padding-left: 20px; }
.checkbox label {
display: inline-block;
position: relative;
padding-left: 5px; }
.checkbox label::before {
content: "";
display: inline-block;
position: absolute;
width: 17px;
height: 17px;
left: 0;
margin-left: -20px;
border: 1px solid #cccccc;
border-radius: 3px;
background-color: #fff;
-webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
-o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
.checkbox label::after {
display: inline-block;
position: absolute;
width: 16px;
height: 16px;
left: 0;
top: 0;
margin-left: -20px;
padding-left: 3px;
padding-top: 1px;
font-size: 11px;
color: #555555; }
.checkbox input[type="checkbox"] {
opacity: 0; }
.checkbox input[type="checkbox"]:focus + label::before {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px; }
.checkbox input[type="checkbox"]:checked + label::after {
font-family: 'FontAwesome';
content: "\f00c"; }
.checkbox input[type="checkbox"]:disabled + label {
opacity: 0.65; }
.checkbox input[type="checkbox"]:disabled + label::before {
background-color: #eeeeee;
cursor: not-allowed; }
.checkbox.checkbox-circle label::before {
border-radius: 50%; }
.checkbox.checkbox-inline {
margin-top: 0; }
.checkbox-primary input[type="checkbox"]:checked + label::before {
background-color: #428bca;
border-color: #428bca; }
.checkbox-primary input[type="checkbox"]:checked + label::after {
color: #fff; }
.checkbox-danger input[type="checkbox"]:checked + label::before {
background-color: #d9534f;
border-color: #d9534f; }
.checkbox-danger input[type="checkbox"]:checked + label::after {
color: #fff; }
.checkbox-info input[type="checkbox"]:checked + label::before {
background-color: #5bc0de;
border-color: #5bc0de; }
.checkbox-info input[type="checkbox"]:checked + label::after {
color: #fff; }
.checkbox-warning input[type="checkbox"]:checked + label::before {
background-color: #f0ad4e;
border-color: #f0ad4e; }
.checkbox-warning input[type="checkbox"]:checked + label::after {
color: #fff; }
.checkbox-success input[type="checkbox"]:checked + label::before {
background-color: #5cb85c;
border-color: #5cb85c; }
.checkbox-success input[type="checkbox"]:checked + label::after {
color: #fff; }
.radio {
padding-left: 20px; }
.radio label {
display: inline-block;
position: relative;
padding-left: 5px; }
.radio label::before {
content: "";
display: inline-block;
position: absolute;
width: 17px;
height: 17px;
left: 0;
margin-left: -20px;
border: 1px solid #cccccc;
border-radius: 50%;
background-color: #fff;
-webkit-transition: border 0.15s ease-in-out;
-o-transition: border 0.15s ease-in-out;
transition: border 0.15s ease-in-out; }
.radio label::after {
display: inline-block;
position: absolute;
content: " ";
width: 11px;
height: 11px;
left: 3px;
top: 3px;
margin-left: -20px;
border-radius: 50%;
background-color: #555555;
-webkit-transform: scale(0, 0);
-ms-transform: scale(0, 0);
-o-transform: scale(0, 0);
transform: scale(0, 0);
-webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
-moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
-o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); }
.radio input[type="radio"] {
opacity: 0; }
.radio input[type="radio"]:focus + label::before {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px; }
.radio input[type="radio"]:checked + label::after {
-webkit-transform: scale(1, 1);
-ms-transform: scale(1, 1);
-o-transform: scale(1, 1);
transform: scale(1, 1); }
.radio input[type="radio"]:disabled + label {
opacity: 0.65; }
.radio input[type="radio"]:disabled + label::before {
cursor: not-allowed; }
.radio.radio-inline {
margin-top: 0; }
.radio-primary input[type="radio"] + label::after {
background-color: #428bca; }
.radio-primary input[type="radio"]:checked + label::before {
border-color: #428bca; }
.radio-primary input[type="radio"]:checked + label::after {
background-color: #428bca; }
.radio-danger input[type="radio"] + label::after {
background-color: #d9534f; }
.radio-danger input[type="radio"]:checked + label::before {
border-color: #d9534f; }
.radio-danger input[type="radio"]:checked + label::after {
background-color: #d9534f; }
.radio-info input[type="radio"] + label::after {
background-color: #5bc0de; }
.radio-info input[type="radio"]:checked + label::before {
border-color: #5bc0de; }
.radio-info input[type="radio"]:checked + label::after {
background-color: #5bc0de; }
.radio-warning input[type="radio"] + label::after {
background-color: #f0ad4e; }
.radio-warning input[type="radio"]:checked + label::before {
border-color: #f0ad4e; }
.radio-warning input[type="radio"]:checked + label::after {
background-color: #f0ad4e; }
.radio-success input[type="radio"] + label::after {
background-color: #5cb85c; }
.radio-success input[type="radio"]:checked + label::before {
border-color: #5cb85c; }
.radio-success input[type="radio"]:checked + label::after {
background-color: #5cb85c; }
/* Circle styles */
.circle-grid {
margin: 20px 0 0 0;
padding: 0;
list-style: none;
display: block;
text-align: center;
width: 100%;
}
.circle-text{
margin: 0 0 -125px 0;
padding: 43px;
text-transform: uppercase;
color:#692668;
}
.circle-item:hover .circle-text h5{
color: transparent;
}
.circle-back-img {
background-image: url(img/evezown_circle.jpg);
}
.circle-grid:after,
.circle-item:before {
content: '';
display: table;
}
.circle-grid:after {
clear: both;
}
.circle-grid li {
width: 220px;
height: 220px;
display: inline-block;
margin: 5px;
}
.circle-item {
width: 100%;
height: 100%;
border-radius: 50%;
position: relative;
cursor: default;
box-shadow:
inset 0 0 0 16px rgba(255,255,255,0.6),
0 1px 2px rgba(0,0,0,0.1);
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.circle-item:hover {
box-shadow:
inset 0 0 0 1px #e50880,
0 1px 2px rgba(0,0,0,0.1);
}
.circle-item:hover .ch-info {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
opacity: 1;
}
.circle-info {
position: absolute;
background: rgba(105,38,104, 0.5);
width: inherit;
height: inherit;
border-radius: 50%;
opacity: 0;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
-webkit-transform: scale(0);
-moz-transform: scale(0);
-o-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
-webkit-backface-visibility: hidden;
}
.circle-info a.info {
display: inline-block;
text-decoration: none;
padding: 7px 14px;
background: #000;
color: #fff;
text-transform: uppercase;
-webkit-box-shadow: 0 0 1px #000;
-moz-box-shadow: 0 0 1px #000;
box-shadow: 0 0 1px #000;
}
.circle-info a.info:hover {
-webkit-box-shadow: 0 0 5px #000;
-moz-box-shadow: 0 0 5px #000;
box-shadow: 0 0 5px #000;
}
.circle-info h3 {
color: #fff;
text-transform: uppercase;
letter-spacing: 2px;
font-size: 22px;
margin: 0 30px;
padding: 45px 0 0 0;
height: 140px;
font-family: 'Open Sans', Arial, sans-serif;
text-shadow:
0 0 1px #fff,
0 1px 2px rgba(0,0,0,0.3);
}
.circle-info p {
color: #fff;
padding: 10px 5px;
font-style: italic;
margin: 0 30px;
font-size: 12px;
border-top: 1px solid rgba(255,255,255,0.5);
opacity: 0;
-webkit-transition: all 1s ease-in-out 0.4s;
-moz-transition: all 1s ease-in-out 0.4s;
-o-transition: all 1s ease-in-out 0.4s;
-ms-transition: all 1s ease-in-out 0.4s;
transition: all 1s ease-in-out 0.4s;
}
.circle-info p a {
display: block;
color: #fff;
color: rgba(255,255,255,0.7);
font-style: normal;
font-weight: 700;
text-transform: uppercase;
font-size: 9px;
letter-spacing: 1px;
padding-top: 4px;
font-family: 'Open Sans', Arial, sans-serif;
}
.circle-info p a:hover {
color: #fff222;
color: rgba(255,242,34, 0.8);
}
.circle-item:hover {
box-shadow:
inset 0 0 0 1px rgba(255,255,255,0.1),
0 1px 2px rgba(0,0,0,0.1);
}
.circle-item:hover .circle-info {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
opacity: 1;
}
.circle-item:hover .circle-info p {
opacity: 1;
}
/* Group styles */ | 0.367497 | 0.078113 |
.facheck {
color: rgb(84, 158, 84);
font-size: 2.9rem;
margin: 0;
padding: 0;
}
.fawindow {
color: gray;
font-size: 2.85rem;
margin: 0;
padding: 0;
}
.fawindowsmall {
color: gray;
font-size: 2.9rem;
margin: 0;
padding: 0;
}
/* .App {
font-family: sans-serif;
text-align: center;
}
body {
color: #666;
font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}
html {
position: relative;
min-height: 100%;
}
.container {
max-width: 1140px;
}
a:active,
a:hover,
a:link,
a:visited {
color: #4669cd;
} */
/* @media only screen and (max-width: 1024px) {
.container {
width: 95%;
}
} */
/* body {
font-family: "Open Sans", Arial, sans-serif;
} */
/* h1 {
color: #000;
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 32px;
font-weight: 700;
line-height: 1.2em;
margin-bottom: 0.5em;
} */
/* h2 {
font-size: 22px;
}
#main {
padding-top: 0;
padding-bottom: 70px;
}
@media only screen and (max-width: 768px) {
#main {
padding-bottom: 40px;
}
}
.syntaxhighlighter table td.code .container:after,
.syntaxhighlighter table td.code .container:before {
content: normal;
} */
.pricing_plans_before h1,
.pricing_plans_before h2 {
font-weight: 700;
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
text-align: center;
}
.pricing_plans ul h1,
.pricing_plans ul h3 {
border-top: 1px solid #dfd9e9;
}
.pricing_plans_before h1,
.pricing_plans_before h2,
.pricing_sub_features h2 {
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.pricing_plans_before h1 {
color: #000;
font-size: 2.4em;
margin: 42px 0 15px;
}
.pricing_plans_before h2 {
color: #333;
font-size: 1.7em;
margin: 0 0 40px;
}
.pricing_plans .col-md-2 {
width: calc(100% / 5);
}
.pricing_plans h1,
.pricing_plans h2,
.pricing_plans h3,
.pricing_plans h4,
.pricing_plans li,
.pricing_plans p {
margin: 0;
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.pricing_plans ul {
margin: 0;
padding: 0;
list-style: none;
}
.pricing_plans li {
margin-bottom: 0;
}
.pricing_plans ul li:nth-child(odd) {
background-color: #f1eef5;
}
.invisible {
visibility: hidden;
}
.pricing_plans ul h1,
.pricing_plans ul h2,
.pricing_plans ul h3,
.pricing_plans ul h4,
.pricing_plans ul p {
border-left: 1px solid #dfd9e9;
text-align: center;
}
.pricing_plans h1 {
background-color: #dfd9e9;
font-size: 24px;
padding: 0.5em;
text-align: center;
}
.pricing_plans h2 {
color: #634b8a;
font-size: 38px;
padding: 0.4em;
text-align: center;
font-weight: 600;
}
.pricing_plans h4 {
font-size: 16px;
padding: 0.8em;
text-align: center;
}
.pricing_plans h3 {
font-size: 1.6em;
padding: 0.5em;
text-align: center;
}
ul#pricing_placeholder li h3,
ul#pricing_placeholder li p {
color: #846aae;
}
.pricing_plans ul li p {
font-size: 1.2em;
padding: 0.6em;
text-align: center;
}
.pricing_plans ul li p strong {
font-weight: 500;
}
.pricing_plans ul li.almost_there h1,
.pricing_plans ul li.almost_there h2,
.pricing_plans ul li.almost_there h3,
.pricing_plans ul li.almost_there h4,
.pricing_plans ul li.almost_there p {
border-bottom: 1px solid #dfd9e9;
}
.pricing_plans ul#pricing_solid h1,
.pricing_plans ul#pricing_solid h2,
.pricing_plans ul#pricing_solid h3,
.pricing_plans ul#pricing_solid h4,
.pricing_plans ul#pricing_solid p {
border-right: 1px solid #dfd9e9;
}
.pricing_plans .signupzone {
padding: 0.5em;
}
.pricing_plans ul.suggested h1 {
background-color: #6a5195;
color: #e8e4f0;
}
.pricing_plans ul.suggested h1,
.pricing_plans ul.suggested h2,
.pricing_plans ul.suggested h3,
.pricing_plans ul.suggested h4,
.pricing_plans ul.suggested li.signupzone,
.pricing_plans ul.suggested p {
border-left: 1px solid #4f3d6d;
border-right: 1px solid #4f3d6d;
}
.pricing_plans ul.suggested li.even {
background-color: #dfd9e8;
}
.pricing_plans ul.suggested li.signupzone {
border-bottom: 1px solid #4f3d6d;
}
.pricing_plans a.main_call_to_action {
font-size: 16px;
padding: 8px;
text-align: center;
}
a.main_call_to_action:active,
a.main_call_to_action:hover,
a.main_call_to_action:link,
a.main_call_to_action:visited {
background-color: #79b600;
background-image: linear-gradient(to bottom, #79b600, #4e8f0f);
border: 1px solid #000;
border-radius: 0.25em;
box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3), 0 1px 1px #ecffcf inset;
color: #fff;
display: block;
font-size: 1.3em;
padding: 9px 0;
text-decoration: none;
text-shadow: -1px -1px 0 #1c3105;
}
#pricing_testimonials {
padding-top: 30px;
}
#pricing_testimonials ul {
list-style: none;
padding: 0;
margin: 30px 0 0;
}
#pricing_testimonials ul li.first {
padding-left: 0;
padding-right: 20px;
}
#pricing_testimonials ul li.second {
padding-left: 20px;
padding-right: 0;
}
#pricing_testimonials ul li .testi_wrapper {
background-color: #dfd9e9;
float: left;
outline: #cdc3dd solid 1px;
padding: 20px;
}
#pricing_testimonials ul li img {
float: left;
margin-right: 10px;
}
#pricing_testimonials strong {
font-size: 1.2em;
}
#pricing_testimonials p {
font-size: 1.2em;
margin-bottom: 0;
}
/* .features_summary li {
color: #666;
font-size: 1.2em;
padding-bottom: 0.5em;
} */
/* .container{
display: inline-block
} */
.pricing_sub_features h2 {
color: #333;
float: left;
font-size: 1.6em;
font-weight: 600;
margin: 60px 0 40px;
text-align: center;
width: 100%;
}
#features_link {
background-color: #d5e0e0;
background-image: linear-gradient(to bottom, #d5e0e0, #b6c0c0);
border: 1px solid #8d8d8d;
border-radius: 0.25em;
box-shadow: 0 2px 0 rgba(255, 255, 255, 0.4) inset;
color: #5d5d5d;
display: block;
font-size: 16px;
font-weight: 700;
margin-left: auto;
margin-right: auto;
margin-top: 1em;
padding: 10px 0;
text-align: center;
text-decoration: none;
text-shadow: 1px 1px 0 #fff;
}
@media only screen and (max-width: 980px) {
.container.price_container {
width: 92%;
}
}
@media only screen and (max-width: 800px) {
.pricing_plans h3 {
font-size: 1.3em;
}
.pricing_plans ul li p {
font-size: 1.1em;
}
}
@media only screen and (max-width: 768px) {
#pricing_placeholder {
display: none;
}
.pricing_plans .col-md-2 {
width: calc(100% / 4);
}
#pricing_testimonials ul li.first {
padding-right: 0;
}
#pricing_testimonials ul li.second {
padding-top: 20px;
padding-left: 0;
}
}
@media only screen and (max-width: 640px) {
.pricing_plans .col-md-2 {
width: calc(100% / 1);
margin-bottom: 16px;
}
#pricing_testimonials ul li .testi_wrapper {
margin-bottom: 12px;
}
.features_summary {
margin-bottom: 30px;
}
.pricing_plans_before h2 {
font-size: 1.45em;
}
.pricing_plans_before h1 {
font-size: 2.2em;
}
}
@media only screen and (max-width: 480px) {
.pricing_plans_before h2 {
font-size: 1.6em;
line-height: 1.2em;
}
.pricing_plans_before h1 {
font-size: 1.9em;
}
}
/*==========================*/
/* html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],
template {
display: none;
}
a {
background-color: transparent;
}
a:active,
a:hover {
outline: 0;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,
strong {
font-weight: 700;
}
dfn {
font-style: italic;
}
h1 {
margin: 0.67em 0;
font-size: 2em;
}
mark {
color: #000;
background: #ff0;
}
small {
font-size: 80%;
}
sub,
sup {
position: relative;
font-size: 75%;
line-height: 0;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
border: 0;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 1em 40px;
}
hr {
height: 0;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
pre {
overflow: auto;
}
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
margin: 0;
font: inherit;
color: inherit;
}
button {
overflow: visible;
}
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;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
padding: 0;
border: 0;
}
input {
line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"] {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
padding: 0.35em 0.625em 0.75em;
margin: 0 2px;
border: 1px solid silver;
}
legend {
padding: 0;
border: 0;
}
textarea {
overflow: auto;
}
optgroup {
font-weight: 700;
}
table {
border-spacing: 0;
border-collapse: collapse;
} */
/* td,
th {
padding: 0;
} */
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
/* @media print {
*,
:after,
:before {
color: #000 !important;
text-shadow: none !important;
background: 0 0 !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
a,
a:visited {
text-decoration: underline;
}
a[href]:after {
content: " (" attr(href) ")";
}
abbr[title]:after {
content: " (" attr(title) ")";
}
a[href^="javascript:"]:after,
a[href^="#"]:after {
content: "";
}
blockquote,
pre {
border: 1px solid #999;
page-break-inside: avoid;
}
thead {
display: table-header-group;
}
img,
tr {
page-break-inside: avoid;
}
img {
max-width: 100% !important;
}
h2,
h3,
p {
orphans: 3;
widows: 3;
}
h2,
h3 {
page-break-after: avoid;
}
.navbar {
display: none;
}
.btn > .caret,
.dropup > .btn > .caret {
border-top-color: #000 !important;
}
.label {
border: 1px solid #000;
}
.table {
border-collapse: collapse !important;
}
.table td,
.table th {
background-color: #fff !important;
}
.table-bordered td,
.table-bordered th {
border: 1px solid #ddd !important;
}
}
.pre-scrollable {
max-height: 340px;
overflow-y: scroll;
}
.container {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
float: left;
} */ | src/css/pricesAlt.module.css | .facheck {
color: rgb(84, 158, 84);
font-size: 2.9rem;
margin: 0;
padding: 0;
}
.fawindow {
color: gray;
font-size: 2.85rem;
margin: 0;
padding: 0;
}
.fawindowsmall {
color: gray;
font-size: 2.9rem;
margin: 0;
padding: 0;
}
/* .App {
font-family: sans-serif;
text-align: center;
}
body {
color: #666;
font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}
html {
position: relative;
min-height: 100%;
}
.container {
max-width: 1140px;
}
a:active,
a:hover,
a:link,
a:visited {
color: #4669cd;
} */
/* @media only screen and (max-width: 1024px) {
.container {
width: 95%;
}
} */
/* body {
font-family: "Open Sans", Arial, sans-serif;
} */
/* h1 {
color: #000;
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 32px;
font-weight: 700;
line-height: 1.2em;
margin-bottom: 0.5em;
} */
/* h2 {
font-size: 22px;
}
#main {
padding-top: 0;
padding-bottom: 70px;
}
@media only screen and (max-width: 768px) {
#main {
padding-bottom: 40px;
}
}
.syntaxhighlighter table td.code .container:after,
.syntaxhighlighter table td.code .container:before {
content: normal;
} */
.pricing_plans_before h1,
.pricing_plans_before h2 {
font-weight: 700;
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
text-align: center;
}
.pricing_plans ul h1,
.pricing_plans ul h3 {
border-top: 1px solid #dfd9e9;
}
.pricing_plans_before h1,
.pricing_plans_before h2,
.pricing_sub_features h2 {
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.pricing_plans_before h1 {
color: #000;
font-size: 2.4em;
margin: 42px 0 15px;
}
.pricing_plans_before h2 {
color: #333;
font-size: 1.7em;
margin: 0 0 40px;
}
.pricing_plans .col-md-2 {
width: calc(100% / 5);
}
.pricing_plans h1,
.pricing_plans h2,
.pricing_plans h3,
.pricing_plans h4,
.pricing_plans li,
.pricing_plans p {
margin: 0;
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.pricing_plans ul {
margin: 0;
padding: 0;
list-style: none;
}
.pricing_plans li {
margin-bottom: 0;
}
.pricing_plans ul li:nth-child(odd) {
background-color: #f1eef5;
}
.invisible {
visibility: hidden;
}
.pricing_plans ul h1,
.pricing_plans ul h2,
.pricing_plans ul h3,
.pricing_plans ul h4,
.pricing_plans ul p {
border-left: 1px solid #dfd9e9;
text-align: center;
}
.pricing_plans h1 {
background-color: #dfd9e9;
font-size: 24px;
padding: 0.5em;
text-align: center;
}
.pricing_plans h2 {
color: #634b8a;
font-size: 38px;
padding: 0.4em;
text-align: center;
font-weight: 600;
}
.pricing_plans h4 {
font-size: 16px;
padding: 0.8em;
text-align: center;
}
.pricing_plans h3 {
font-size: 1.6em;
padding: 0.5em;
text-align: center;
}
ul#pricing_placeholder li h3,
ul#pricing_placeholder li p {
color: #846aae;
}
.pricing_plans ul li p {
font-size: 1.2em;
padding: 0.6em;
text-align: center;
}
.pricing_plans ul li p strong {
font-weight: 500;
}
.pricing_plans ul li.almost_there h1,
.pricing_plans ul li.almost_there h2,
.pricing_plans ul li.almost_there h3,
.pricing_plans ul li.almost_there h4,
.pricing_plans ul li.almost_there p {
border-bottom: 1px solid #dfd9e9;
}
.pricing_plans ul#pricing_solid h1,
.pricing_plans ul#pricing_solid h2,
.pricing_plans ul#pricing_solid h3,
.pricing_plans ul#pricing_solid h4,
.pricing_plans ul#pricing_solid p {
border-right: 1px solid #dfd9e9;
}
.pricing_plans .signupzone {
padding: 0.5em;
}
.pricing_plans ul.suggested h1 {
background-color: #6a5195;
color: #e8e4f0;
}
.pricing_plans ul.suggested h1,
.pricing_plans ul.suggested h2,
.pricing_plans ul.suggested h3,
.pricing_plans ul.suggested h4,
.pricing_plans ul.suggested li.signupzone,
.pricing_plans ul.suggested p {
border-left: 1px solid #4f3d6d;
border-right: 1px solid #4f3d6d;
}
.pricing_plans ul.suggested li.even {
background-color: #dfd9e8;
}
.pricing_plans ul.suggested li.signupzone {
border-bottom: 1px solid #4f3d6d;
}
.pricing_plans a.main_call_to_action {
font-size: 16px;
padding: 8px;
text-align: center;
}
a.main_call_to_action:active,
a.main_call_to_action:hover,
a.main_call_to_action:link,
a.main_call_to_action:visited {
background-color: #79b600;
background-image: linear-gradient(to bottom, #79b600, #4e8f0f);
border: 1px solid #000;
border-radius: 0.25em;
box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3), 0 1px 1px #ecffcf inset;
color: #fff;
display: block;
font-size: 1.3em;
padding: 9px 0;
text-decoration: none;
text-shadow: -1px -1px 0 #1c3105;
}
#pricing_testimonials {
padding-top: 30px;
}
#pricing_testimonials ul {
list-style: none;
padding: 0;
margin: 30px 0 0;
}
#pricing_testimonials ul li.first {
padding-left: 0;
padding-right: 20px;
}
#pricing_testimonials ul li.second {
padding-left: 20px;
padding-right: 0;
}
#pricing_testimonials ul li .testi_wrapper {
background-color: #dfd9e9;
float: left;
outline: #cdc3dd solid 1px;
padding: 20px;
}
#pricing_testimonials ul li img {
float: left;
margin-right: 10px;
}
#pricing_testimonials strong {
font-size: 1.2em;
}
#pricing_testimonials p {
font-size: 1.2em;
margin-bottom: 0;
}
/* .features_summary li {
color: #666;
font-size: 1.2em;
padding-bottom: 0.5em;
} */
/* .container{
display: inline-block
} */
.pricing_sub_features h2 {
color: #333;
float: left;
font-size: 1.6em;
font-weight: 600;
margin: 60px 0 40px;
text-align: center;
width: 100%;
}
#features_link {
background-color: #d5e0e0;
background-image: linear-gradient(to bottom, #d5e0e0, #b6c0c0);
border: 1px solid #8d8d8d;
border-radius: 0.25em;
box-shadow: 0 2px 0 rgba(255, 255, 255, 0.4) inset;
color: #5d5d5d;
display: block;
font-size: 16px;
font-weight: 700;
margin-left: auto;
margin-right: auto;
margin-top: 1em;
padding: 10px 0;
text-align: center;
text-decoration: none;
text-shadow: 1px 1px 0 #fff;
}
@media only screen and (max-width: 980px) {
.container.price_container {
width: 92%;
}
}
@media only screen and (max-width: 800px) {
.pricing_plans h3 {
font-size: 1.3em;
}
.pricing_plans ul li p {
font-size: 1.1em;
}
}
@media only screen and (max-width: 768px) {
#pricing_placeholder {
display: none;
}
.pricing_plans .col-md-2 {
width: calc(100% / 4);
}
#pricing_testimonials ul li.first {
padding-right: 0;
}
#pricing_testimonials ul li.second {
padding-top: 20px;
padding-left: 0;
}
}
@media only screen and (max-width: 640px) {
.pricing_plans .col-md-2 {
width: calc(100% / 1);
margin-bottom: 16px;
}
#pricing_testimonials ul li .testi_wrapper {
margin-bottom: 12px;
}
.features_summary {
margin-bottom: 30px;
}
.pricing_plans_before h2 {
font-size: 1.45em;
}
.pricing_plans_before h1 {
font-size: 2.2em;
}
}
@media only screen and (max-width: 480px) {
.pricing_plans_before h2 {
font-size: 1.6em;
line-height: 1.2em;
}
.pricing_plans_before h1 {
font-size: 1.9em;
}
}
/*==========================*/
/* html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],
template {
display: none;
}
a {
background-color: transparent;
}
a:active,
a:hover {
outline: 0;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,
strong {
font-weight: 700;
}
dfn {
font-style: italic;
}
h1 {
margin: 0.67em 0;
font-size: 2em;
}
mark {
color: #000;
background: #ff0;
}
small {
font-size: 80%;
}
sub,
sup {
position: relative;
font-size: 75%;
line-height: 0;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
border: 0;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 1em 40px;
}
hr {
height: 0;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
pre {
overflow: auto;
}
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
margin: 0;
font: inherit;
color: inherit;
}
button {
overflow: visible;
}
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;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
padding: 0;
border: 0;
}
input {
line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"] {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
padding: 0.35em 0.625em 0.75em;
margin: 0 2px;
border: 1px solid silver;
}
legend {
padding: 0;
border: 0;
}
textarea {
overflow: auto;
}
optgroup {
font-weight: 700;
}
table {
border-spacing: 0;
border-collapse: collapse;
} */
/* td,
th {
padding: 0;
} */
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
/* @media print {
*,
:after,
:before {
color: #000 !important;
text-shadow: none !important;
background: 0 0 !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
a,
a:visited {
text-decoration: underline;
}
a[href]:after {
content: " (" attr(href) ")";
}
abbr[title]:after {
content: " (" attr(title) ")";
}
a[href^="javascript:"]:after,
a[href^="#"]:after {
content: "";
}
blockquote,
pre {
border: 1px solid #999;
page-break-inside: avoid;
}
thead {
display: table-header-group;
}
img,
tr {
page-break-inside: avoid;
}
img {
max-width: 100% !important;
}
h2,
h3,
p {
orphans: 3;
widows: 3;
}
h2,
h3 {
page-break-after: avoid;
}
.navbar {
display: none;
}
.btn > .caret,
.dropup > .btn > .caret {
border-top-color: #000 !important;
}
.label {
border: 1px solid #000;
}
.table {
border-collapse: collapse !important;
}
.table td,
.table th {
background-color: #fff !important;
}
.table-bordered td,
.table-bordered th {
border: 1px solid #ddd !important;
}
}
.pre-scrollable {
max-height: 340px;
overflow-y: scroll;
}
.container {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
float: left;
} */ | 0.555676 | 0.196923 |
html {
background: rgba(0, 0, 0, 0.8);
-webkit-transition: .3s all ease;
-o-transition: .3s all ease;
transition: .3s all ease;
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
}
body {
background: #ccc repeat;
font-family: "Inconsolata", SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
font-weight: 300;
font-size: 18px;
line-height: 1.9;
color: #6c757d;
}
a, a:not([href]):not([tabindex]) {
-webkit-transition: .3s all ease;
-o-transition: .3s all ease;
transition: .3s all ease;
text-decoration: none;
color: #77DAF6;
z-index: 11;
}
a:not(.menu-header-sm a, .menu-header-lg a) {
position: relative;
}
a:hover, a:not([href]):not([tabindex]):hover{
text-decoration: none;
color: #62b1f6;
}
a:hover:not(.menu-header-sm a:hover, .menu-header-lg a:hover){
top: -0.5px;
opacity: 0.7;
}
.social-link a {
font-size: 16px;
}
.social a {
line-height: 2.1;
}
h5.card-title a{
color: #000;
}
h5.card-title a:hover,
h5.card-title a:focus,
h5.card-title a:active{
color: #6e6e6e;
}
h1, h2, h3, h4, h5 {
color: #000;
font-family: "Josefin Sans", -apple-system, BlinkMacSystemFont,
"Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
header {
position: relative;
top: 0;
left: 0;
width: 100%;
font-weight: 400;
background: #fff !important;
}
.site-logo a {
color: #000;
font-size: 90px;
}
@media (max-width: 992px) {
.site-logo {
margin-bottom: 0;
}
.site-logo a {
font-size: 30px;
line-height: 30px;
}
}
.top-bar {
background: #77DAF6;
padding: 10px 0;
}
.top-bar .social a, .top-bar .search-icon a {
color: #fff;
opacity: .5;
padding: 5px;
}
.top-bar .social a:hover, .top-bar .search-icon a:hover {
opacity: 1;
}
.top-bar .social {
text-align: center;
}
.top-bar .search-icon {
text-align: right;
}
.navbar .container > div {
border-bottom: 1px solid #e6e6e6;
}
@media (max-width: 767px) {
.navbar .container > div {
border-bottom: none;
}
}
.category {
display: inline-block;
background: #77DAF6;
padding: 2px 8px;
line-height: 1.5;
font-size: 12px;
border-radius: 4px;
text-transform: uppercase;
color: #fff !important;
margin-right: 10px;
letter-spacing: .2em;
}
.category:hover, .category:focus, .category:active {
background: #62b1f6;
}
.a-block {
display: block;
background-size: cover;
background-position: center center;
padding: 30px 80px;
position: relative;
margin-bottom: 30px;
height: 300px;
}
.a-block.sm {
padding: 30px 30px;
}
@media (max-width: 767px) {
.a-block {
padding: 30px;
}
}
.a-block.height-lg {
height: 400px;
}
.a-block.height-md {
height: 400px;
}
.a-block:before {
background: #000;
position: absolute;
content: "";
z-index: 1;
opacity: .3;
-webkit-transition: .3s all ease;
-o-transition: .3s all ease;
transition: .3s all ease;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.a-block .text {
position: relative;
z-index: 2;
max-width: 100%;
}
.a-block .text.half-to-full {
max-width: 50%;
}
@media (max-width: 767px) {
.a-block .text.half-to-full {
max-width: 100%;
}
}
.a-block .text .post-meta {
color: #fff;
text-transform: uppercase;
letter-spacing: .1em;
font-size: 13px;
margin-bottom: 30px;
}
.a-block .text .post-meta .author img {
width: 30px;
border-radius: 50%;
display: inline-block;
}
.a-block .text h3 {
color: #fff;
}
.a-block .text p {
color: #fff;
}
.a-block:hover:before {
opacity: .4;
}
.bio {
padding: 15px;
background: #fff;
border: 1px solid #e6e6e6;
font-weight: 400;
border-radius: 10px;
}
a.avatar-bio {
border: 4px solid #fff;
-webkit-box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.4);
box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.4);
max-width: 120px;
margin-top: -5em;
border-radius: 50%;
position: relative;
margin-bottom: 30px;
display: block;
overflow: hidden;
}
.bio h2 {
font-size: 20px;
}
.bio .bio-body .social a {
color: rgba(0, 0, 0, 0.6);
}
.bio .bio-body .social a:hover, .bio .bio-body .social a:focus,
.bio .bio-body .social a:active {
color: #62b1f6;
}
.site-hero {
background-size: cover;
background-position: center center;
min-height: 750px;
height: 100vh;
}
.site-hero a {
color: #fff;
opacity: .5;
}
.site-hero a:hover {
opacity: 1;
}
.site-hero .post-meta {
font-size: 13px;
text-transform: uppercase;
letter-spacing: .2em;
}
.site-hero h1, .site-hero p {
color: #fff;
line-height: 1.5;
}
.site-hero h1 {
text-transform: uppercase;
font-size: 60px;
font-weight: 900;
line-height: 1.2;
margin-bottom: 30px;
}
.site-hero .lead {
font-size: 30px;
color: #fff;
opacity: .8;
margin-bottom: 30px;
font-weight: 300;
}
.site-hero > .container {
position: relative;
z-index: 2;
}
.site-hero.overlay {
position: relative;
}
.site-hero.overlay:before {
content: "";
background: rgba(0, 0, 0, 0.5);
width: 100%;
z-index: 1;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.site-hero .site-hero-inner {
min-height: 750px;
height: 100vh;
}
.box {
padding: 30px;
background: #fff;
}
.episodes .episode a {
color: #000;
}
.episodes .episode a:hover {
opacity: .7;
}
.episodes .meta {
text-transform: uppercase;
font-size: 14px;
letter-spacing: .2em;
color: #cccccc;
}
.episodes .episode-number {
border: 2px solid #62b1f6;
text-align: center;
display: inline-block;
width: 80px;
height: 80px;
text-transform: uppercase;
line-height: 74px;
border-radius: 50%;
background: #77DAF6;
color: #fff;
font-size: 30px;
}
.site-hero-innerpage, .site-hero-innerpage .site-hero-inner {
min-height: 550px;
height: 50vh;
}
.school-features,
.school-instructors {
background-size: cover;
background-position: center center;
position: relative;
overflow: hidden;
}
@media (min-width: 576px) {
.school-features,
.school-instructors {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
}
@media (min-width: 576px) {
.school-features .inner,
.school-instructors .inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
}
.school-features .feature, .school-features .instructor,
.school-instructors .feature,
.school-instructors .instructor {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
@media (min-width: 576px) {
.school-features .feature, .school-features .instructor,
.school-instructors .feature,
.school-instructors .instructor {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
}
@media (min-width: 768px) {
.school-features .feature, .school-features .instructor,
.school-instructors .feature,
.school-instructors .instructor {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
}
@media (min-width: 992px) {
.school-features .feature, .school-features .instructor,
.school-instructors .feature,
.school-instructors .instructor {
position: relative;
width: 100%;
min-height: 1px;
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
padding: 30px;
border-right: 1px solid rgba(255, 255, 255, 0.1);
}
}
.school-features .feature h3, .school-features .instructor h3,
.school-instructors .feature h3,
.school-instructors .instructor h3 {
font-size: 18px;
color: #fff;
}
.school-features .feature p, .school-features .instructor p,
.school-instructors .feature p,
.school-instructors .instructor p {
color: #fff;
opacity: .5;
}
.school-features .feature img, .school-features .instructor img,
.school-instructors .feature img,
.school-instructors .instructor img {
width: 100px;
border-radius: 50%;
margin: 0 auto;
}
.school-features .feature .icon > span:before, .school-features .instructor .icon > span:before,
.school-instructors .feature .icon > span:before,
.school-instructors .instructor .icon > span:before {
font-size: 50px;
margin-left: 0;
color: #fff;
}
.school-features.text-dark.last,
.school-instructors.text-dark.last {
border-bottom: none;
}
.school-features.text-dark.last .feature,
.school-instructors.text-dark.last .feature {
border-bottom: none;
}
@media (min-width: 992px) {
.school-features.text-dark .feature,
.school-instructors.text-dark .feature {
border-right: 1px solid #e6e6e6;
border-bottom: 1px solid #e6e6e6;
}
}
.school-features.text-dark .feature:last-child,
.school-instructors.text-dark .feature:last-child {
border-right: none;
}
.school-features.text-dark .feature h3,
.school-instructors.text-dark .feature h3 {
font-size: 18px;
color: #000;
}
.school-features.text-dark .feature p,
.school-instructors.text-dark .feature p {
color: #000;
opacity: .5;
}
.school-features.text-dark .feature p:last-child,
.school-instructors.text-dark .feature p:last-child {
margin-bottom: 0;
}
.school-features.text-dark .feature .icon > span:before,
.school-instructors.text-dark .feature .icon > span:before {
font-size: 50px;
margin-left: 0;
color: #77DAF6;
}
.img-bg {
background-size: cover;
}
@media (max-width: 991px) {
.img-md-fluid {
max-width: 100%;
}
}
.section-cover {
background-size: cover;
position: relative;
background-position: top left;
}
.section-cover, .section-cover .intro {
height: 500px;
}
.section-cover p {
color: #fff;
}
.section-cover h2 {
color: #fff;
}
.blog-entries .blog-entry {
display: block;
-webkit-transition: .3s all ease;
-o-transition: .3s all ease;
transition: .3s all ease;
margin-bottom: 30px;
position: relative;
border-radius: 10px;
}
.blog-entries .blog-entry .blog-content-body {
padding: 20px 20px 60px;
border: 1px solid #efefef;
border-top: none;
border-radius: 0 0 10px 10px;
position: relative;
}
.blog-entries .blog-entry img {
max-width: 100%;
border-radius: 10px 10px 0 0;
position: relative;
-webkit-transition: .3s all ease;
-o-transition: .3s all ease;
transition: .3s all ease;
}
.blog-entries .blog-entry h2 {
font-size: 18px;
line-height: 1.5;
}
.blog-entries .blog-entry p {
font-size: 13px;
color: gray;
}
.blog-entries .post-meta {
margin-bottom: 20px;
font-size: 14px;
color: #b3b3b3;
}
.blog-entries .post-meta .author img {
width: 30px;
border-radius: 50%;
display: inline-block;
}
.blog-entries h2{
opacity: 0.6;
-webkit-transition: .3s all ease;
-o-transition: .3s all ease;
transition: .3s all ease;
}
.blog-entries .blog-entry:hover, .blog-entries .blog-entry:focus {
-webkit-box-shadow: 0 3px 50px -2px rgba(0, 0, 0, 0.2) !important;
box-shadow: 0 3px 50px -2px rgba(0, 0, 0, 0.2) !important;
}
.blog-entries h2:hover{
opacity: 1;
}
.follow-btn{
cursor: pointer;
-webkit-transition: .3s all ease;
-o-transition: .3s all ease;
transition: .3s all ease;
}
.add-to-cart-btn{
border-radius: 20px 0 0 20px !important;
}
.position-modify{
position: absolute;
bottom: 15px;
right: 0;
}
@media (max-width: 992px) {
.position-modify-on-page .btn{
border-radius: 0.5rem !important;
}
}
.follow-btn.text-secondary{
opacity: 0.4;
}
.follow-btn.text-primary{
opacity: 1;
}
.follow-btn.text-secondary:hover{
opacity: 1;
}
.follow-btn.text-primary:hover{
opacity: 0.4;
}
.instructor-meta {
margin-bottom: 10px;
color: #999999 !important;
}
.btn, .form-control {
outline: none;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.btn:focus, .btn:active, .form-control:focus, .form-control:active {
outline: none;
}
.form-control {
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
textarea.form-control {
height: inherit;
}
.btn {
-webkit-transition: .3s all ease;
-o-transition: .3s all ease;
transition: .3s all ease;
padding: 8px 20px;
border: none;
}
.btn.btn-black {
background: #000;
color: #fff;
}
.btn.btn-primary {
color: #fff;
background: #62b1f6;
}
.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
background: #62b1f6;
}
.btn.btn-sm {
font-size: 14px;
}
.btn.btn-outline-primary {
color: #ffffff;
}
.btn.btn-outline-primary:hover, .btn.btn-outline-primary:focus, .btn.btn-outline-primary:active {
color: #fff;
background: #62b1f6;
}
.btn.btn-outline-info {
color: #62b1f6;
background: white;
}
.btn.btn-outline-info:hover, .btn.btn-outline-info:focus, .btn.btn-outline-info:active {
color: #62b1f6;
background: white;
}
.btn.btn-outline-white {
border-width: 2px;
border-color: #fff;
color: #fff;
}
.btn.btn-outline-white:hover, .btn.btn-outline-white:focus {
background: #fff;
color: #000;
border-width: 2px;
}
.btn:hover {
-webkit-box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.2) !important;
box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.2) !important;
}
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
background: #62b1f6;
color: white;
}
.box {
overflow: hidden;
border-radius: 4px;
display: block;
}
.box img {
border-top-left-radius: 4px;
border-top-right-radius: 4px;
-webkit-transition: .3s all ease;
-o-transition: .3s all ease;
transition: .3s all ease;
}
.box .box-body {
padding: 20px;
border: 1px solid #e9ecef;
border-top: none;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
-webkit-transition: .3s all ease;
-o-transition: .3s all ease;
transition: .3s all ease;
}
.box h2 {
font-size: 18px;
font-family: "Josefin Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
"Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
-webkit-transition: .3s all ease;
-o-transition: .3s all ease;
transition: .3s all ease;
}
.box.hover:hover img, .box.hover:focus img {
margin-top: -20px;
}
.box.hover:hover .box-body, .box.hover:focus .box-body {
background: #77DAF6;
color: #fff;
padding: 30px 20px;
border-color: #77DAF6;
}
.box.hover:hover h2, .box.hover:focus h2 {
color: #fff;
}
.breadcrumb-custom {
background: none;
padding: 0;
}
.breadcrumb-custom li a {
color: #77DAF6;
}
.breadcrumb-custom li a:hover {
color: #fff;
}
.breadcrumb-custom li.active {
color: #fff;
}
.breadcrumb-custom li.breadcrumb-item + .breadcrumb-item:before {
content: "/";
color: rgba(255, 255, 255, 0.3);
}
.children-info li {
display: block;
margin-bottom: 15px;
padding-bottom: 15px;
border-bottom: 1px dotted #dee2e6;
}
.sidebar {
padding-left: 2em;
}
@media (max-width: 991px) {
.sidebar {
padding-left: 15px;
}
}
.sidebar-box {
margin-bottom: 4em;
font-size: 15px;
width: 100%;
float: left;
background: #fff;
}
.sidebar-box *:last-child {
margin-bottom: 0;
}
.sidebar-box .heading {
font-size: 18px;
margin-bottom: 30px;
padding-bottom: 20px;
border-bottom: 1px solid #e6e6e6;
}
.tags {
padding: 0;
margin: 0;
font-weight: 400;
}
.tags li {
padding: 0;
margin: 0 4px 4px 0;
float: left;
display: inline-block;
}
.tags li a svg{
color: #77DAF6;
}
.tags li a {
float: left;
display: block;
border-radius: 4px;
padding: 2px 6px;
color: grey;
background: #ffffff;
}
.tags li a:hover {
color: #77DAF6;
}
.pagination {
margin-bottom: 5em;
text-align: center !important;
display: block;
}
.pagination li {
margin-right: 2px;
margin-bottom: 3px;
display: inline-block;
}
.pagination li a {
border-radius: 50% !important;
width: 40px;
height: 40px;
line-height: 40px;
padding: 0;
margin: 0;
display: inline-block;
text-align: center;
}
.pagination li a:focus, .pagination li a:active {
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.pagination li a:hover {
background: #77DAF6;
color: #fff;
border: 1px solid transparent;
}
.pagination li.active a {
border: 1px solid transparent !important;
}
.categories, .sidelink {
padding: 0;
margin: 0;
font-weight: 400;
}
.categories li, .sidelink li {
padding: 0 0 10px;
margin: 0 0 10px;
position: relative;
border-bottom: 1px dotted #dee2e6;
list-style: none;
}
.categories li:last-child, .sidelink li:last-child {
margin-bottom: 0;
border-bottom: none;
padding-bottom: 0;
}
.categories li a, .sidelink li a {
display: block;
font-size: 16px;
}
.categories li a span, .sidelink li a span {
position: absolute;
right: 0;
top: 0;
color: #ccc;
-webkit-transition: .3s all ease;
-o-transition: .3s all ease;
transition: .3s all ease;
}
.categories li a:hover span, .sidelink li a:hover span {
color: #000;
}
.categories li.active a, .sidelink li.active a {
color: #000;
font-style: italic;
}
.cover_1 {
background-size: cover;
background-position: center center;
padding: 7em 0;
}
.cover_1 .sub-heading {
color: rgba(255, 255, 255, 0.7);
font-size: 22px;
}
.cover_1 .heading {
font-size: 50px;
color: white;
font-weight: 300;
}
.heading {
color: #000;
}
.heading.border-bottom {
position: relative;
padding-bottom: 30px;
}
.heading.border-bottom:before {
bottom: 0;
position: absolute;
content: "";
width: 50px;
height: 2px;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
background: #77DAF6;
}
.text-black {
color: #000 !important;
}
.stretch-section .video {
display: block;
position: relative;
-webkit-box-shadow: 4px 4px 70px -20px rgba(0, 0, 0, 0.5);
box-shadow: 4px 4px 70px -20px rgba(0, 0, 0, 0.5);
}
.media-feature {
padding: 30px;
-webkit-transition: .2s all ease-out;
-o-transition: .2s all ease-out;
transition: .2s all ease-out;
background: #fff;
z-index: 1;
position: relative;
border-bottom: 10px solid transparent;
border-radius: 4px;
font-size: 15px;
}
.media-feature .icon {
font-size: 60px;
color: #77DAF6;
}
.media-feature h3 {
font-size: 16px;
text-transform: uppercase;
}
.media-feature:hover, .media-feature:focus {
-webkit-box-shadow: 0 2px 20px -3px rgba(0, 0, 0, 0.1);
box-shadow: 0 2px 20px -3px rgba(0, 0, 0, 0.1);
-webkit-transform: scale(1.05);
-ms-transform: scale(1.05);
transform: scale(1.05);
z-index: 2;
border-bottom: 10px solid #77DAF6;
}
.media-custom {
background: #fff;
-webkit-transition: .3s all ease;
-o-transition: .3s all ease;
transition: .3s all ease;
margin-bottom: 30px;
position: relative;
top: 0;
}
.media-custom .meta-post {
color: #ced4da;
font-size: 13px;
text-transform: uppercase;
}
.media-custom > a {
position: relative;
overflow: hidden;
display: block;
}
.media-custom .meta-chat {
color: #ced4da;
}
.media-custom .meta-chat:hover {
color: #6c757d;
}
.media-custom img {
-webkit-transition: .3s all ease;
-o-transition: .3s all ease;
transition: .3s all ease;
}
.media-custom:focus, .media-custom:hover {
top: -2px;
-webkit-box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.2);
}
.media-custom:focus img, .media-custom:hover img {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.media-custom .media-body {
padding: 30px;
}
.media-custom .media-body h3 {
font-size: 20px;
}
.media-custom .media-body p:last-child {
margin-bottom: 0;
}
#accordion .card {
font-size: 15px;
border-color: #dee2e6;
}
#accordion .card h5 a {
display: block;
text-align: left;
text-decoration: none;
color: #77DAF6;
position: relative;
-webkit-box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.2) !important;
box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.2) !important;
border-radius: 0;
}
#accordion .card h5 a .icon {
position: absolute;
right: 20px;
top: 50%;
-webkit-transform: translateY(-50%) rotate(-180deg);
-ms-transform: translateY(-50%) rotate(-180deg);
transform: translateY(-50%) rotate(-180deg);
-webkit-transition: .3s all ease;
-o-transition: .3s all ease;
transition: .3s all ease;
}
#accordion .card h5 a:hover {
text-decoration: none;
-webkit-box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.2) !important;
box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.2) !important;
}
#accordion .card h5 a.collapsed {
color: #000;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
#accordion .card h5 a.collapsed .icon {
right: 20px;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
#accordion .card h5 a.collapsed:hover {
text-decoration: none;
-webkit-box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.2) !important;
box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.2) !important;
}
#accordion .card .card-body {
padding-top: 15px;
}
.testimonial {
font-size: 30px;
color: #000;
}
.media-testimonial img {
width: 100px;
border-radius: 50%;
}
.media-testimonial blockquote p {
font-size: 20px;
color: #000;
font-style: italic;
}
.comment-form-wrap {
clear: both;
}
.comment-list {
padding: 0;
margin: 0;
}
.comment-list .children {
padding: 50px 0 0 40px;
margin: 0;
float: left;
width: 100%;
}
.comment-list li {
padding: 0;
margin: 0 0 30px 0;
float: left;
width: 100%;
clear: both;
list-style: none;
}
.comment-list li .vcard {
width: 80px;
float: left;
}
.comment-list li .vcard img {
width: 50px;
border-radius: 50%;
}
.comment-list li .comment-body {
float: right;
width: calc(100% - 80px);
}
.comment-list li .comment-body h3 {
font-size: 20px;
}
.comment-list li .comment-body .meta {
text-transform: uppercase;
font-size: 13px;
letter-spacing: .1em;
color: #ccc;
}
.comment-list li .comment-body .reply {
padding: 5px 10px;
background: #e6e6e6;
color: #000;
text-transform: uppercase;
font-size: 14px;
}
.comment-list li .comment-body .reply:hover {
color: #000;
background: #e3e3e3;
}
@media (max-width: 992px){
.comment-body-content{
font-size: 12px;
}
}
.post-entry-horzontal {
margin-bottom: 30px;
}
.post-entry-horzontal a {
overflow: hidden;
display: table;
position: relative;
top: 0;
-webkit-transition: .1s all ease;
-o-transition: .1s all ease;
transition: .1s all ease;
border-radius: 10px;
width: 100%;
}
.post-entry-horzontal a .image, .post-entry-horzontal a .text {
display: table-cell;
vertical-align: middle;
}
@media (max-width: 767px) {
.post-entry-horzontal a .image, .post-entry-horzontal a .text {
display: block;
}
}
.post-entry-horzontal a .image {
width: 200px;
background-size: cover;
background-position: center center;
}
@media (max-width: 767px) {
.post-entry-horzontal a .image {
width: 100%;
height: 200px;
}
}
.post-entry-horzontal a .text {
padding: 30px;
width: calc(100% - 200px);
border: 1px solid #e6e6e6;
border-left: none;
border-radius: 0 10px 10px 0;
}
@media (max-width: 767px) {
.post-entry-horzontal a .text {
width: 100%;
border: 1px solid #e6e6e6;
border-top: none;
border-radius: 0 0 10px 10px;
}
}
.post-entry-horzontal a .text h2 {
font-size: 20px;
}
.post-entry-horzontal a .text p {
color: #999999;
margin-bottom: 30px;
}
.post-entry-horzontal a:hover {
top: -3px;
-webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
}
.search-top-sm{
margin-top: 20px;
}
.search-top .search-top-form, .search-top-sm .search-top-form {
position: relative;
}
.search-top .icon, .search-top-sm .icon {
position: absolute;
right: 20px;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
font-size: 15px;
}
.search-top .icon{
color: #fff;
}
.search-top-sm .icon{
color: #62b1f6;
}
.search-top input, .search-top-sm input {
width: 100%;
border: none;
-webkit-transition: .3s all ease;
-o-transition: .3s all ease;
transition: .3s all ease;
-webkit-box-shadow: none;
box-shadow: none;
padding: 4px 40px 4px 15px;
font-size: 16px;
border-radius: 20px;
}
.search-top input {
color: #fff;
background: #62b1f6;
}
.search-top-sm input {
color: #62b1f6;
background: #fff;
}
.search-top input::-webkit-input-placeholder {
color: #fff;
}
.search-top input:-ms-input-placeholder {
color: #fff;
}
.search-top input::-ms-input-placeholder {
color: #fff;
}
.search-top input::placeholder {
color: #fff;
}
.search-top-sm input::-webkit-input-placeholder {
color: rgba(0,0,0,0.3);
}
.search-top-sm input:-ms-input-placeholder {
color: rgba(0,0,0,0.3);
}
.search-top-sm input::-ms-input-placeholder {
color: rgba(0,0,0,0.3);
}
.search-top-sm input::placeholder {
color: rgba(0,0,0,0.3);
}
.search-top input:active, .search-top input:focus {
background: #62b1f6;
outline: none;
}
.search-top-sm input:active, .search-top-sm input:focus {
background: white;
outline: none;
color: black;
}
.post-entry-sidebar .post-meta {
font-size: 14px;
color: #b3b3b3;
}
.post-entry-sidebar ul {
padding: 0;
margin: 0;
}
.post-entry-sidebar ul li {
list-style: none;
padding: 0 0 20px 0;
margin: 0;
position: relative;
}
.post-entry-sidebar ul li a {
display: table;
}
.post-entry-sidebar ul li a img {
width: 90px;
}
.sidebar .post-entry-sidebar ul li a {
border-radius: 5px;
}
.sidebar .post-entry-sidebar ul li a img {
width: 95px;
border-radius: 5px 0 0 5px;
}
.post-entry-sidebar ul li a img, .post-entry-sidebar ul li a .text {
display: table-cell;
vertical-align: middle;
}
.sidebar .post-entry-sidebar ul li a .text {
padding-left: 10px;
}
.post-entry-sidebar ul li a .text h4 {
font-size: 15px;
margin-bottom: 2px;
}
.sidebar .post-entry-sidebar ul li a .text h4 {
font-size: 12px;
margin-bottom: 2px;
}
.sidebar .post-entry-sidebar ul li a .text .post-meta {
line-height: 1;
font-size: 11px;
}
.search-form-wrap {
margin-bottom: 5em;
display: block;
}
.search-form .form-group {
position: relative;
}
.search-form .form-group #s {
background: #f7f7f7;
padding: 10px 40px 10px 15px;
border: none;
}
.search-form .icon {
position: absolute;
top: 50%;
right: 20px;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
blockquote {
padding-left: 30px;
border-left: 10px solid #e6e6e6;
}
blockquote p {
font-size: 18px;
font-style: italic;
color: #000;
}
.border-t {
border-top: 1px solid #f8f9fa;
}
.btn {
border-radius: 20px;
}
.user-status {
text-align: center;
}
.user-status a {
background: #62b1f6;
color: white;
}
.page-link {
color: #77DAF6;
}
.page-item.active{
border-radius: 50px;
width: 40px;
}
.page-item.active .page-link {
background: #77DAF6;
border-radius: 50px;
border-color: transparent;
}
.page-item.disabled{
display: none;
}
@-webkit-keyframes loader-rotate {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes loader-rotate {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-webkit-keyframes loader-dash {
0% {
stroke-dasharray: 1, 200;
stroke-dashoffset: 0;
}
50% {
stroke-dasharray: 89, 200;
stroke-dashoffset: -35px;
}
100% {
stroke-dasharray: 89, 200;
stroke-dashoffset: -136px;
}
}
@keyframes loader-dash {
0% {
stroke-dasharray: 1, 200;
stroke-dashoffset: 0;
}
50% {
stroke-dasharray: 89, 200;
stroke-dashoffset: -35px;
}
100% {
stroke-dasharray: 89, 200;
stroke-dashoffset: -136px;
}
}
.main-dish .container {
padding: 30px 50px;
border: 1px solid transparent;
background: white;
border-radius: 10px;
margin-top: 0;
margin-bottom: 0;
position: relative;
}
@media (min-width: 576px) {
.main-dish .container {
margin-bottom: 30px;
margin-top: 30px;
}
}
.carousel-home-span {
-webkit-transition: .3s all ease;
-o-transition: .3s all ease;
transition: .3s all ease;
}
#carousel-home-bg-1 {
background-position: center 25%;
}
#carousel-home-bg-2 {
background-position: center 25%;
}
#carousel-home-bg-3 {
background-position: center;
}
.carousel-caption {
background: rgba(0, 0, 0, 0.5);
color: white;
left: 0;
right: 0;
bottom: 0;
}
.carousel-caption p {
color: white;
}
.carousel-control-fix {
-webkit-transition: all 1s; /* For Safari 3.1 to 6.0 */
transition: all 1s;
}
@media (max-width: 767px) {
.carousel-indicators {
margin-bottom: 0.5rem;
}
}
@media (max-width: 1900px) {
.carousel-control-fix {
opacity: 0;
}
}
@media (min-width: 1901px) {
.carousel-control-fix {
background: rgba(0, 0, 0, 0.7);
width: calc(25vw - 315px);
}
.carousel-control-fix:hover {
background: rgba(0, 0, 0, 0.9);
}
}
a.carousel-post-link h5 {
color: white;
}
a.carousel-post-link:hover h5, a.carousel-post-link:active h5,
a.carousel-post-link:focus h5 {
color: #77DAF6;
}
.loading {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 2000;
background: #62b1f6;
color: white;
font-size: 16vh;
padding: 38vh 0;
}
::-webkit-scrollbar {
width: 0.6vw;
border: 0.5vw solid white;
border-radius: 0.6vw;
}
::-webkit-scrollbar-thumb {
background-color: #77DAF6;
background-clip: padding-box;
border: 0.1vw solid #ffffff;
border-radius: 0.6vw;
}
::-webkit-scrollbar-track {
background-color: #ffffff;
}
/* Buttons */
::-webkit-scrollbar-button:single-button {
background-color: #ffffff;
display: block;
border-style: solid;
height: 0.55vw;
width: 0.6vw;
}
/* Up */
::-webkit-scrollbar-button:single-button:vertical:decrement {
border-width: 0 0.3vw 0.3vw 0.3vw;
border-color: transparent transparent #77DAF6 transparent;
border-radius: 0.3vw 0.3vw 0 0;
}
::-webkit-scrollbar-button:single-button:vertical:decrement:hover {
border-color: transparent transparent #77DAF6 transparent;
}
/* Down */
::-webkit-scrollbar-button:single-button:vertical:increment {
border-width: 0.3vw 0.3vw 0 0.3vw;
border-color: #77DAF6 transparent transparent transparent;
border-radius: 0 0 0.3vw 0.3vw;
}
::-webkit-scrollbar-button:vertical:single-button:increment:hover {
border-color: #77DAF6 transparent transparent transparent;
}
html, body {
overflow: hidden;
}
.site-section {
padding: 0 !important;
}
.site-footer {
background: rgba(0, 0, 0, 0.8);
padding: 30px 0 1px;
}
.site-footer h1, .site-footer h2, .site-footer h3,
.site-footer h4, .site-footer h5, .site-footer h6 {
color: white;
}
.site-footer a {
color: white;
}
.site-footer a:hover,
.site-footer a:focus, .site-footer a:active {
color: rgba(255, 255, 255, 0.5);
}
.sidebar .post-entry-link {
-webkit-transition: .3s all ease;
-o-transition: .3s all ease;
transition: .3s all ease;
}
.sidebar .post-entry-link:hover, .sidebar .post-entry-link:focus {
opacity: .7;
top: -1px;
-webkit-box-shadow: 0 3px 50px -2px rgba(0, 0, 0, 0.2) !important;
box-shadow: 0 3px 50px -2px rgba(0, 0, 0, 0.2) !important;
}
.site-footer .post-entry-link {
position: static;
}
.site-footer .post-entry-link:hover,
.site-footer .post-entry-link:focus {
opacity: 0.7;
}
@media (min-width: 992px) and (max-width: 1199px) {
.sidebar .post-entry-sidebar ul li a {
border-radius: 10px;
}
.sidebar .post-entry-sidebar ul li a .text {
margin-top: 15px;
}
.sidebar .post-entry-sidebar ul li a img,
.sidebar .post-entry-sidebar ul li a .text {
display: table;
}
.sidebar .post-entry-sidebar ul li a img {
margin: 0 !important;
width: 100%;
border-radius: 10px 10px 0 0;
}
.blog-entries .post-meta span {
font-size: 10px;
}
.blog-entries .post-meta span.author {
font-size: 14px;
}
}
.footer-banner iframe {
max-width: 100%;
}
.about-main iframe {
max-width: 100%;
width: 100%;
border-radius: 10px;
height: 300px;
}
@media (max-width: 575px) {
.footer-banner {
width: 100%;
}
}
@media (min-width: 575px) {
.footer-banner {
width: 90%;
}
}
.footer-banner-img iframe{
border-radius: 10px;
}
.footer-banner-img:hover{
opacity: 0.7;
-webkit-box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.4);
box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.4);
}
.footer-banner-img,
.site-logo a, .navbar a {
position: static;
}
.footer-logo {
position: static;
}
.footer-logo:hover h1 {
opacity: 0.7;
}
.logo-header-wrap {
position: relative;
}
.logo-header-wrap-sm {
position: relative;
}
.menu-button {
position: absolute;
padding: 17px 21px;
font-size: 21px;
top: 0;
left: 0;
line-height: 1;
color: rgba(0,0,0,0.6);
border-radius: 5px;
}
.menu-header-lg {
padding-bottom: 10px;
z-index: 100;
position: relative;
}
.close-menu-sm {
width: 100vw;
height: 100vh;
position: fixed;
top: 0;
left: 0;
background: rgba(0, 0, 0, 0.5);
z-index: 99;
-webkit-transition: .3s all ease;
-o-transition: .3s all ease;
transition: .3s all ease;
display: none;
}
.menu-header-sm {
padding: 15px;
position: fixed;
height: 100vh;
top: 0;
left: -80vw;
width: 40vw;
background: white;
z-index: 100;
-webkit-transition: .3s all ease;
-o-transition: .3s all ease;
transition: .3s all ease;
overflow-y: scroll;
max-width: 250px;
}
@media (max-width: 575px) {
.menu-header-sm {
width: 80vw;
}
}
.menu-header-sm li a{
position: relative;
padding-left: 40px;
}
.menu-header-sm li.logo-header-wrap-sm a{
padding-left: 1rem;
}
.menu-header-sm li.logo-header-wrap-sm{
margin-bottom: 15px;
}
.menu-header-lg li a{
display: block;
}
.menu-header-sm li a svg{
position: absolute;
top: 15px;
left: 6px;
}
.menu-header-sm li a svg.fa-caret-down{
left: 88%;
}
.dropDownMenu-sm{
list-style: none;
padding-left: 0;
display: none;
}
.dropDownMenu-sm li a{
padding-left: 60px;
}
.dropDownMenu-sm li a svg{
left: 26px;
}
.menu-header-lg .nav-link,
.dropDownCart-lg .nav-link{
position: relative;
z-index: 100 !important;
}
.dropDownMenu-lg{
position: absolute;
background: white;
text-align: left;
list-style: none;
padding: 0;
width: 180px;
font-size: 17px;
left: 0;
top: 50px;
display: none;
z-index: 100;
}
.dropDownMenu-lg-tag{
width: 250px;
}
.dropDownCart-lg{
position: absolute;
background: white;
text-align: left;
list-style: none;
padding: 0;
width: 450px;
font-size: 17px;
right: 0;
top: 50px;
display: none;
z-index: 100;
border: 1px solid #e9ecef;
border-radius: 5px;
}
.menu-header-lg .nav-link .dropDownMenu-lg li a{
padding-left: 50px;
}
.menu-header-lg .nav-link .dropDownCart-lg .nav-item{
padding-right: 50px;
position: relative;
}
.menu-header-lg .nav-link .dropDownCart-lg li a{
padding-left: 80px;
padding-right: 80px;
color: #000 !important;
}
.menu-header-lg .nav-link .dropDownCart-lg .nav-item .cart-remove-btn{
position: absolute;
top: 10px;
right: 10px;
cursor: pointer;
}
.menu-header-lg .nav-link .dropDownCart-lg li a .cart-game-icon{
position: absolute;
height: 80%;
top: 10%;
left: 10px;
width: 60px;
}
.menu-header-lg .nav-link .dropDownCart-lg .cart-top{
position: relative;
}
.menu-header-lg .nav-link .dropDownCart-lg .cart-top .cart-remove-all-btn{
position: absolute;
right: 10px;
top: 4px;
cursor: pointer;
}
.menu-header-lg .nav-link .dropDownCart-lg li a .cart-item-price{
position: absolute;
top: 8px;
right: 0;
}
.menu-header-lg .nav-link .dropDownMenu-lg li a svg{
position: absolute;
left: 16px;
top: 15px;
}
.close-menu-lg{
position: absolute;
height: 100%;
width: 100%;
top: 0;
left: 0;
z-index: 10;
background: transparent !important;
display: none;
}
.d-inline.nav-link{
margin: 0 5px;
border-radius: 32px;
}
.d-inline.nav-link:hover,
.d-inline.nav-link:focus,
.d-inline.nav-link:active{
background: #77DAF6;
color: white;
}
.d-inline.nav-link:hover a.mx-auto,
.d-inline.nav-link:focus a.mx-auto,
.d-inline.nav-link:active a.mx-auto{
color: white;
}
.d-inline.nav-link.active{
background: #77DAF6 !important;
}
.d-inline.nav-link.active a.mx-auto{
color: white !important;
}
.dropDownMenu-lg li.nav-item:hover,
.dropDownMenu-lg li.nav-item:focus,
.dropDownMenu-lg li.nav-item:active{
background: #77DAF6;
color: white;
}
.dropDownMenu-lg li.nav-item:hover .nav-link,
.dropDownMenu-lg li.nav-item:focus .nav-link,
.dropDownMenu-lg li.nav-item:active .nav-link{
color: white;
}
.site-footer h3 svg{
font-size: 1.25rem;
}
.back-to-top{
display: none;
position: fixed;
bottom: 0;
right: 30px;
font-size: 50px;
-webkit-transition: 1s all ease;
-o-transition: 1s all ease;
transition: 1s all ease;
z-index: 70 !important;
}
h1 svg, h2 svg, h3 svg, h4 svg, h5 svg{
color: #77DAF6;
}
.site-footer svg{
color: #77DAF6;
}
.main-dish svg.fa-comments{
color: #77DAF6;
}
.post-content-body img{
max-width: 100%;
}
.post-content-body iframe{
max-width: 100%;
width: 100%;
margin-bottom: 2em;
min-height: 500px;
}
@media (max-width: 992px) {
.post-content-body iframe{
min-height: 300px;
}
}
@media (max-width: 767px) {
.post-content-body iframe{
min-height: 200px;
}
}
.post-entry-horzontal svg{
color: #77DAF6;
}
.about-content{
position: relative;
}
.about-cover{
position: absolute;
height: 200px;
background-position: center center !important;
background-size: cover !important;
background-repeat: no-repeat !important;
border-radius: 30px 30px 0 0;
}
.change-cover-btn{
position: absolute;
right: 15px;
bottom: 5px;
border-radius: 0.25rem;
}
.about-main, .edit-main{
margin-top: 330px;
}
.about-avatar img{
width: 180px;
height: 180px;
border-radius: 50%;
position: relative;
top: 90px;
border: 7px solid white;
-webkit-box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.4);
box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.4);
}
.about-avatar .about-name h2,
.about-avatar .about-name h2:hover{
opacity: 0.6;
position: relative;
}
.edit-profile-btn{
position: absolute;
bottom: 5px;
right: -155px;
}
.about-avatar .about-name{
position: relative;
top: 150px;
}
@media (max-width: 992px) {
.about-avatar .about-name{
top: 110px;
}
.about-main{
margin-top: 400px;
}
.edit-main{
margin-top: 360px;
}
.edit-profile-btn{
position: static;
bottom: 0;
right: 0;
margin-top: 1em;
}
.change-cover-btn{
bottom: 140px;
right: 15px;
}
}
strong{
font-weight: bold;
}
.comment-form-wrap #comment-form .form-group .form-input{
border-right: none;
border-left: none;
border-top: none;
}
.notifyjs-bootstrap-base{
background-image: none !important;
}
.modal-open {
padding-right: 0 !important;
}
.text-compartible{
color: #62b1f6 !important;
}
.fast-spin {
display: none;
-webkit-animation: fa-spin 1s infinite linear;
animation: fa-spin 1s infinite linear;
}
.custom-control-label:before{
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before{
background-color: #28a745;
}
.custom-checkbox.custom-control .custom-control-label:before,
.custom-checkbox.custom-control .custom-control-label:after{
margin-top: 5px;
}
.select-wrapper button.btn{
border-radius: 0.25rem !important;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
/* display: none; <- Crashes Chrome on hover */
-webkit-appearance: none;
margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
input[type=number] {
-moz-appearance:textfield; /* Firefox */
}
.payment-method svg{
cursor: pointer;
}
.payment-method svg:hover{
opacity: 0.7;
}
.galleryItem{
height: 500px;
}
.checkout-success{
position: fixed;
top: 65px;
right: 0;
}
@media (max-width: 767px){
.checkout-success{
position: fixed;
top: 60px;
right: 0;
}
} | public/css/style.css | html {
background: rgba(0, 0, 0, 0.8);
-webkit-transition: .3s all ease;
-o-transition: .3s all ease;
transition: .3s all ease;
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
}
body {
background: #ccc repeat;
font-family: "Inconsolata", SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
font-weight: 300;
font-size: 18px;
line-height: 1.9;
color: #6c757d;
}
a, a:not([href]):not([tabindex]) {
-webkit-transition: .3s all ease;
-o-transition: .3s all ease;
transition: .3s all ease;
text-decoration: none;
color: #77DAF6;
z-index: 11;
}
a:not(.menu-header-sm a, .menu-header-lg a) {
position: relative;
}
a:hover, a:not([href]):not([tabindex]):hover{
text-decoration: none;
color: #62b1f6;
}
a:hover:not(.menu-header-sm a:hover, .menu-header-lg a:hover){
top: -0.5px;
opacity: 0.7;
}
.social-link a {
font-size: 16px;
}
.social a {
line-height: 2.1;
}
h5.card-title a{
color: #000;
}
h5.card-title a:hover,
h5.card-title a:focus,
h5.card-title a:active{
color: #6e6e6e;
}
h1, h2, h3, h4, h5 {
color: #000;
font-family: "Josefin Sans", -apple-system, BlinkMacSystemFont,
"Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
header {
position: relative;
top: 0;
left: 0;
width: 100%;
font-weight: 400;
background: #fff !important;
}
.site-logo a {
color: #000;
font-size: 90px;
}
@media (max-width: 992px) {
.site-logo {
margin-bottom: 0;
}
.site-logo a {
font-size: 30px;
line-height: 30px;
}
}
.top-bar {
background: #77DAF6;
padding: 10px 0;
}
.top-bar .social a, .top-bar .search-icon a {
color: #fff;
opacity: .5;
padding: 5px;
}
.top-bar .social a:hover, .top-bar .search-icon a:hover {
opacity: 1;
}
.top-bar .social {
text-align: center;
}
.top-bar .search-icon {
text-align: right;
}
.navbar .container > div {
border-bottom: 1px solid #e6e6e6;
}
@media (max-width: 767px) {
.navbar .container > div {
border-bottom: none;
}
}
.category {
display: inline-block;
background: #77DAF6;
padding: 2px 8px;
line-height: 1.5;
font-size: 12px;
border-radius: 4px;
text-transform: uppercase;
color: #fff !important;
margin-right: 10px;
letter-spacing: .2em;
}
.category:hover, .category:focus, .category:active {
background: #62b1f6;
}
.a-block {
display: block;
background-size: cover;
background-position: center center;
padding: 30px 80px;
position: relative;
margin-bottom: 30px;
height: 300px;
}
.a-block.sm {
padding: 30px 30px;
}
@media (max-width: 767px) {
.a-block {
padding: 30px;
}
}
.a-block.height-lg {
height: 400px;
}
.a-block.height-md {
height: 400px;
}
.a-block:before {
background: #000;
position: absolute;
content: "";
z-index: 1;
opacity: .3;
-webkit-transition: .3s all ease;
-o-transition: .3s all ease;
transition: .3s all ease;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.a-block .text {
position: relative;
z-index: 2;
max-width: 100%;
}
.a-block .text.half-to-full {
max-width: 50%;
}
@media (max-width: 767px) {
.a-block .text.half-to-full {
max-width: 100%;
}
}
.a-block .text .post-meta {
color: #fff;
text-transform: uppercase;
letter-spacing: .1em;
font-size: 13px;
margin-bottom: 30px;
}
.a-block .text .post-meta .author img {
width: 30px;
border-radius: 50%;
display: inline-block;
}
.a-block .text h3 {
color: #fff;
}
.a-block .text p {
color: #fff;
}
.a-block:hover:before {
opacity: .4;
}
.bio {
padding: 15px;
background: #fff;
border: 1px solid #e6e6e6;
font-weight: 400;
border-radius: 10px;
}
a.avatar-bio {
border: 4px solid #fff;
-webkit-box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.4);
box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.4);
max-width: 120px;
margin-top: -5em;
border-radius: 50%;
position: relative;
margin-bottom: 30px;
display: block;
overflow: hidden;
}
.bio h2 {
font-size: 20px;
}
.bio .bio-body .social a {
color: rgba(0, 0, 0, 0.6);
}
.bio .bio-body .social a:hover, .bio .bio-body .social a:focus,
.bio .bio-body .social a:active {
color: #62b1f6;
}
.site-hero {
background-size: cover;
background-position: center center;
min-height: 750px;
height: 100vh;
}
.site-hero a {
color: #fff;
opacity: .5;
}
.site-hero a:hover {
opacity: 1;
}
.site-hero .post-meta {
font-size: 13px;
text-transform: uppercase;
letter-spacing: .2em;
}
.site-hero h1, .site-hero p {
color: #fff;
line-height: 1.5;
}
.site-hero h1 {
text-transform: uppercase;
font-size: 60px;
font-weight: 900;
line-height: 1.2;
margin-bottom: 30px;
}
.site-hero .lead {
font-size: 30px;
color: #fff;
opacity: .8;
margin-bottom: 30px;
font-weight: 300;
}
.site-hero > .container {
position: relative;
z-index: 2;
}
.site-hero.overlay {
position: relative;
}
.site-hero.overlay:before {
content: "";
background: rgba(0, 0, 0, 0.5);
width: 100%;
z-index: 1;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.site-hero .site-hero-inner {
min-height: 750px;
height: 100vh;
}
.box {
padding: 30px;
background: #fff;
}
.episodes .episode a {
color: #000;
}
.episodes .episode a:hover {
opacity: .7;
}
.episodes .meta {
text-transform: uppercase;
font-size: 14px;
letter-spacing: .2em;
color: #cccccc;
}
.episodes .episode-number {
border: 2px solid #62b1f6;
text-align: center;
display: inline-block;
width: 80px;
height: 80px;
text-transform: uppercase;
line-height: 74px;
border-radius: 50%;
background: #77DAF6;
color: #fff;
font-size: 30px;
}
.site-hero-innerpage, .site-hero-innerpage .site-hero-inner {
min-height: 550px;
height: 50vh;
}
.school-features,
.school-instructors {
background-size: cover;
background-position: center center;
position: relative;
overflow: hidden;
}
@media (min-width: 576px) {
.school-features,
.school-instructors {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
}
@media (min-width: 576px) {
.school-features .inner,
.school-instructors .inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
}
.school-features .feature, .school-features .instructor,
.school-instructors .feature,
.school-instructors .instructor {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
@media (min-width: 576px) {
.school-features .feature, .school-features .instructor,
.school-instructors .feature,
.school-instructors .instructor {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
}
@media (min-width: 768px) {
.school-features .feature, .school-features .instructor,
.school-instructors .feature,
.school-instructors .instructor {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
}
@media (min-width: 992px) {
.school-features .feature, .school-features .instructor,
.school-instructors .feature,
.school-instructors .instructor {
position: relative;
width: 100%;
min-height: 1px;
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
padding: 30px;
border-right: 1px solid rgba(255, 255, 255, 0.1);
}
}
.school-features .feature h3, .school-features .instructor h3,
.school-instructors .feature h3,
.school-instructors .instructor h3 {
font-size: 18px;
color: #fff;
}
.school-features .feature p, .school-features .instructor p,
.school-instructors .feature p,
.school-instructors .instructor p {
color: #fff;
opacity: .5;
}
.school-features .feature img, .school-features .instructor img,
.school-instructors .feature img,
.school-instructors .instructor img {
width: 100px;
border-radius: 50%;
margin: 0 auto;
}
.school-features .feature .icon > span:before, .school-features .instructor .icon > span:before,
.school-instructors .feature .icon > span:before,
.school-instructors .instructor .icon > span:before {
font-size: 50px;
margin-left: 0;
color: #fff;
}
.school-features.text-dark.last,
.school-instructors.text-dark.last {
border-bottom: none;
}
.school-features.text-dark.last .feature,
.school-instructors.text-dark.last .feature {
border-bottom: none;
}
@media (min-width: 992px) {
.school-features.text-dark .feature,
.school-instructors.text-dark .feature {
border-right: 1px solid #e6e6e6;
border-bottom: 1px solid #e6e6e6;
}
}
.school-features.text-dark .feature:last-child,
.school-instructors.text-dark .feature:last-child {
border-right: none;
}
.school-features.text-dark .feature h3,
.school-instructors.text-dark .feature h3 {
font-size: 18px;
color: #000;
}
.school-features.text-dark .feature p,
.school-instructors.text-dark .feature p {
color: #000;
opacity: .5;
}
.school-features.text-dark .feature p:last-child,
.school-instructors.text-dark .feature p:last-child {
margin-bottom: 0;
}
.school-features.text-dark .feature .icon > span:before,
.school-instructors.text-dark .feature .icon > span:before {
font-size: 50px;
margin-left: 0;
color: #77DAF6;
}
.img-bg {
background-size: cover;
}
@media (max-width: 991px) {
.img-md-fluid {
max-width: 100%;
}
}
.section-cover {
background-size: cover;
position: relative;
background-position: top left;
}
.section-cover, .section-cover .intro {
height: 500px;
}
.section-cover p {
color: #fff;
}
.section-cover h2 {
color: #fff;
}
.blog-entries .blog-entry {
display: block;
-webkit-transition: .3s all ease;
-o-transition: .3s all ease;
transition: .3s all ease;
margin-bottom: 30px;
position: relative;
border-radius: 10px;
}
.blog-entries .blog-entry .blog-content-body {
padding: 20px 20px 60px;
border: 1px solid #efefef;
border-top: none;
border-radius: 0 0 10px 10px;
position: relative;
}
.blog-entries .blog-entry img {
max-width: 100%;
border-radius: 10px 10px 0 0;
position: relative;
-webkit-transition: .3s all ease;
-o-transition: .3s all ease;
transition: .3s all ease;
}
.blog-entries .blog-entry h2 {
font-size: 18px;
line-height: 1.5;
}
.blog-entries .blog-entry p {
font-size: 13px;
color: gray;
}
.blog-entries .post-meta {
margin-bottom: 20px;
font-size: 14px;
color: #b3b3b3;
}
.blog-entries .post-meta .author img {
width: 30px;
border-radius: 50%;
display: inline-block;
}
.blog-entries h2{
opacity: 0.6;
-webkit-transition: .3s all ease;
-o-transition: .3s all ease;
transition: .3s all ease;
}
.blog-entries .blog-entry:hover, .blog-entries .blog-entry:focus {
-webkit-box-shadow: 0 3px 50px -2px rgba(0, 0, 0, 0.2) !important;
box-shadow: 0 3px 50px -2px rgba(0, 0, 0, 0.2) !important;
}
.blog-entries h2:hover{
opacity: 1;
}
.follow-btn{
cursor: pointer;
-webkit-transition: .3s all ease;
-o-transition: .3s all ease;
transition: .3s all ease;
}
.add-to-cart-btn{
border-radius: 20px 0 0 20px !important;
}
.position-modify{
position: absolute;
bottom: 15px;
right: 0;
}
@media (max-width: 992px) {
.position-modify-on-page .btn{
border-radius: 0.5rem !important;
}
}
.follow-btn.text-secondary{
opacity: 0.4;
}
.follow-btn.text-primary{
opacity: 1;
}
.follow-btn.text-secondary:hover{
opacity: 1;
}
.follow-btn.text-primary:hover{
opacity: 0.4;
}
.instructor-meta {
margin-bottom: 10px;
color: #999999 !important;
}
.btn, .form-control {
outline: none;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.btn:focus, .btn:active, .form-control:focus, .form-control:active {
outline: none;
}
.form-control {
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
textarea.form-control {
height: inherit;
}
.btn {
-webkit-transition: .3s all ease;
-o-transition: .3s all ease;
transition: .3s all ease;
padding: 8px 20px;
border: none;
}
.btn.btn-black {
background: #000;
color: #fff;
}
.btn.btn-primary {
color: #fff;
background: #62b1f6;
}
.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
background: #62b1f6;
}
.btn.btn-sm {
font-size: 14px;
}
.btn.btn-outline-primary {
color: #ffffff;
}
.btn.btn-outline-primary:hover, .btn.btn-outline-primary:focus, .btn.btn-outline-primary:active {
color: #fff;
background: #62b1f6;
}
.btn.btn-outline-info {
color: #62b1f6;
background: white;
}
.btn.btn-outline-info:hover, .btn.btn-outline-info:focus, .btn.btn-outline-info:active {
color: #62b1f6;
background: white;
}
.btn.btn-outline-white {
border-width: 2px;
border-color: #fff;
color: #fff;
}
.btn.btn-outline-white:hover, .btn.btn-outline-white:focus {
background: #fff;
color: #000;
border-width: 2px;
}
.btn:hover {
-webkit-box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.2) !important;
box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.2) !important;
}
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
background: #62b1f6;
color: white;
}
.box {
overflow: hidden;
border-radius: 4px;
display: block;
}
.box img {
border-top-left-radius: 4px;
border-top-right-radius: 4px;
-webkit-transition: .3s all ease;
-o-transition: .3s all ease;
transition: .3s all ease;
}
.box .box-body {
padding: 20px;
border: 1px solid #e9ecef;
border-top: none;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
-webkit-transition: .3s all ease;
-o-transition: .3s all ease;
transition: .3s all ease;
}
.box h2 {
font-size: 18px;
font-family: "Josefin Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
"Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
-webkit-transition: .3s all ease;
-o-transition: .3s all ease;
transition: .3s all ease;
}
.box.hover:hover img, .box.hover:focus img {
margin-top: -20px;
}
.box.hover:hover .box-body, .box.hover:focus .box-body {
background: #77DAF6;
color: #fff;
padding: 30px 20px;
border-color: #77DAF6;
}
.box.hover:hover h2, .box.hover:focus h2 {
color: #fff;
}
.breadcrumb-custom {
background: none;
padding: 0;
}
.breadcrumb-custom li a {
color: #77DAF6;
}
.breadcrumb-custom li a:hover {
color: #fff;
}
.breadcrumb-custom li.active {
color: #fff;
}
.breadcrumb-custom li.breadcrumb-item + .breadcrumb-item:before {
content: "/";
color: rgba(255, 255, 255, 0.3);
}
.children-info li {
display: block;
margin-bottom: 15px;
padding-bottom: 15px;
border-bottom: 1px dotted #dee2e6;
}
.sidebar {
padding-left: 2em;
}
@media (max-width: 991px) {
.sidebar {
padding-left: 15px;
}
}
.sidebar-box {
margin-bottom: 4em;
font-size: 15px;
width: 100%;
float: left;
background: #fff;
}
.sidebar-box *:last-child {
margin-bottom: 0;
}
.sidebar-box .heading {
font-size: 18px;
margin-bottom: 30px;
padding-bottom: 20px;
border-bottom: 1px solid #e6e6e6;
}
.tags {
padding: 0;
margin: 0;
font-weight: 400;
}
.tags li {
padding: 0;
margin: 0 4px 4px 0;
float: left;
display: inline-block;
}
.tags li a svg{
color: #77DAF6;
}
.tags li a {
float: left;
display: block;
border-radius: 4px;
padding: 2px 6px;
color: grey;
background: #ffffff;
}
.tags li a:hover {
color: #77DAF6;
}
.pagination {
margin-bottom: 5em;
text-align: center !important;
display: block;
}
.pagination li {
margin-right: 2px;
margin-bottom: 3px;
display: inline-block;
}
.pagination li a {
border-radius: 50% !important;
width: 40px;
height: 40px;
line-height: 40px;
padding: 0;
margin: 0;
display: inline-block;
text-align: center;
}
.pagination li a:focus, .pagination li a:active {
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.pagination li a:hover {
background: #77DAF6;
color: #fff;
border: 1px solid transparent;
}
.pagination li.active a {
border: 1px solid transparent !important;
}
.categories, .sidelink {
padding: 0;
margin: 0;
font-weight: 400;
}
.categories li, .sidelink li {
padding: 0 0 10px;
margin: 0 0 10px;
position: relative;
border-bottom: 1px dotted #dee2e6;
list-style: none;
}
.categories li:last-child, .sidelink li:last-child {
margin-bottom: 0;
border-bottom: none;
padding-bottom: 0;
}
.categories li a, .sidelink li a {
display: block;
font-size: 16px;
}
.categories li a span, .sidelink li a span {
position: absolute;
right: 0;
top: 0;
color: #ccc;
-webkit-transition: .3s all ease;
-o-transition: .3s all ease;
transition: .3s all ease;
}
.categories li a:hover span, .sidelink li a:hover span {
color: #000;
}
.categories li.active a, .sidelink li.active a {
color: #000;
font-style: italic;
}
.cover_1 {
background-size: cover;
background-position: center center;
padding: 7em 0;
}
.cover_1 .sub-heading {
color: rgba(255, 255, 255, 0.7);
font-size: 22px;
}
.cover_1 .heading {
font-size: 50px;
color: white;
font-weight: 300;
}
.heading {
color: #000;
}
.heading.border-bottom {
position: relative;
padding-bottom: 30px;
}
.heading.border-bottom:before {
bottom: 0;
position: absolute;
content: "";
width: 50px;
height: 2px;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
background: #77DAF6;
}
.text-black {
color: #000 !important;
}
.stretch-section .video {
display: block;
position: relative;
-webkit-box-shadow: 4px 4px 70px -20px rgba(0, 0, 0, 0.5);
box-shadow: 4px 4px 70px -20px rgba(0, 0, 0, 0.5);
}
.media-feature {
padding: 30px;
-webkit-transition: .2s all ease-out;
-o-transition: .2s all ease-out;
transition: .2s all ease-out;
background: #fff;
z-index: 1;
position: relative;
border-bottom: 10px solid transparent;
border-radius: 4px;
font-size: 15px;
}
.media-feature .icon {
font-size: 60px;
color: #77DAF6;
}
.media-feature h3 {
font-size: 16px;
text-transform: uppercase;
}
.media-feature:hover, .media-feature:focus {
-webkit-box-shadow: 0 2px 20px -3px rgba(0, 0, 0, 0.1);
box-shadow: 0 2px 20px -3px rgba(0, 0, 0, 0.1);
-webkit-transform: scale(1.05);
-ms-transform: scale(1.05);
transform: scale(1.05);
z-index: 2;
border-bottom: 10px solid #77DAF6;
}
.media-custom {
background: #fff;
-webkit-transition: .3s all ease;
-o-transition: .3s all ease;
transition: .3s all ease;
margin-bottom: 30px;
position: relative;
top: 0;
}
.media-custom .meta-post {
color: #ced4da;
font-size: 13px;
text-transform: uppercase;
}
.media-custom > a {
position: relative;
overflow: hidden;
display: block;
}
.media-custom .meta-chat {
color: #ced4da;
}
.media-custom .meta-chat:hover {
color: #6c757d;
}
.media-custom img {
-webkit-transition: .3s all ease;
-o-transition: .3s all ease;
transition: .3s all ease;
}
.media-custom:focus, .media-custom:hover {
top: -2px;
-webkit-box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.2);
}
.media-custom:focus img, .media-custom:hover img {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.media-custom .media-body {
padding: 30px;
}
.media-custom .media-body h3 {
font-size: 20px;
}
.media-custom .media-body p:last-child {
margin-bottom: 0;
}
#accordion .card {
font-size: 15px;
border-color: #dee2e6;
}
#accordion .card h5 a {
display: block;
text-align: left;
text-decoration: none;
color: #77DAF6;
position: relative;
-webkit-box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.2) !important;
box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.2) !important;
border-radius: 0;
}
#accordion .card h5 a .icon {
position: absolute;
right: 20px;
top: 50%;
-webkit-transform: translateY(-50%) rotate(-180deg);
-ms-transform: translateY(-50%) rotate(-180deg);
transform: translateY(-50%) rotate(-180deg);
-webkit-transition: .3s all ease;
-o-transition: .3s all ease;
transition: .3s all ease;
}
#accordion .card h5 a:hover {
text-decoration: none;
-webkit-box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.2) !important;
box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.2) !important;
}
#accordion .card h5 a.collapsed {
color: #000;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
#accordion .card h5 a.collapsed .icon {
right: 20px;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
#accordion .card h5 a.collapsed:hover {
text-decoration: none;
-webkit-box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.2) !important;
box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.2) !important;
}
#accordion .card .card-body {
padding-top: 15px;
}
.testimonial {
font-size: 30px;
color: #000;
}
.media-testimonial img {
width: 100px;
border-radius: 50%;
}
.media-testimonial blockquote p {
font-size: 20px;
color: #000;
font-style: italic;
}
.comment-form-wrap {
clear: both;
}
.comment-list {
padding: 0;
margin: 0;
}
.comment-list .children {
padding: 50px 0 0 40px;
margin: 0;
float: left;
width: 100%;
}
.comment-list li {
padding: 0;
margin: 0 0 30px 0;
float: left;
width: 100%;
clear: both;
list-style: none;
}
.comment-list li .vcard {
width: 80px;
float: left;
}
.comment-list li .vcard img {
width: 50px;
border-radius: 50%;
}
.comment-list li .comment-body {
float: right;
width: calc(100% - 80px);
}
.comment-list li .comment-body h3 {
font-size: 20px;
}
.comment-list li .comment-body .meta {
text-transform: uppercase;
font-size: 13px;
letter-spacing: .1em;
color: #ccc;
}
.comment-list li .comment-body .reply {
padding: 5px 10px;
background: #e6e6e6;
color: #000;
text-transform: uppercase;
font-size: 14px;
}
.comment-list li .comment-body .reply:hover {
color: #000;
background: #e3e3e3;
}
@media (max-width: 992px){
.comment-body-content{
font-size: 12px;
}
}
.post-entry-horzontal {
margin-bottom: 30px;
}
.post-entry-horzontal a {
overflow: hidden;
display: table;
position: relative;
top: 0;
-webkit-transition: .1s all ease;
-o-transition: .1s all ease;
transition: .1s all ease;
border-radius: 10px;
width: 100%;
}
.post-entry-horzontal a .image, .post-entry-horzontal a .text {
display: table-cell;
vertical-align: middle;
}
@media (max-width: 767px) {
.post-entry-horzontal a .image, .post-entry-horzontal a .text {
display: block;
}
}
.post-entry-horzontal a .image {
width: 200px;
background-size: cover;
background-position: center center;
}
@media (max-width: 767px) {
.post-entry-horzontal a .image {
width: 100%;
height: 200px;
}
}
.post-entry-horzontal a .text {
padding: 30px;
width: calc(100% - 200px);
border: 1px solid #e6e6e6;
border-left: none;
border-radius: 0 10px 10px 0;
}
@media (max-width: 767px) {
.post-entry-horzontal a .text {
width: 100%;
border: 1px solid #e6e6e6;
border-top: none;
border-radius: 0 0 10px 10px;
}
}
.post-entry-horzontal a .text h2 {
font-size: 20px;
}
.post-entry-horzontal a .text p {
color: #999999;
margin-bottom: 30px;
}
.post-entry-horzontal a:hover {
top: -3px;
-webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
}
.search-top-sm{
margin-top: 20px;
}
.search-top .search-top-form, .search-top-sm .search-top-form {
position: relative;
}
.search-top .icon, .search-top-sm .icon {
position: absolute;
right: 20px;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
font-size: 15px;
}
.search-top .icon{
color: #fff;
}
.search-top-sm .icon{
color: #62b1f6;
}
.search-top input, .search-top-sm input {
width: 100%;
border: none;
-webkit-transition: .3s all ease;
-o-transition: .3s all ease;
transition: .3s all ease;
-webkit-box-shadow: none;
box-shadow: none;
padding: 4px 40px 4px 15px;
font-size: 16px;
border-radius: 20px;
}
.search-top input {
color: #fff;
background: #62b1f6;
}
.search-top-sm input {
color: #62b1f6;
background: #fff;
}
.search-top input::-webkit-input-placeholder {
color: #fff;
}
.search-top input:-ms-input-placeholder {
color: #fff;
}
.search-top input::-ms-input-placeholder {
color: #fff;
}
.search-top input::placeholder {
color: #fff;
}
.search-top-sm input::-webkit-input-placeholder {
color: rgba(0,0,0,0.3);
}
.search-top-sm input:-ms-input-placeholder {
color: rgba(0,0,0,0.3);
}
.search-top-sm input::-ms-input-placeholder {
color: rgba(0,0,0,0.3);
}
.search-top-sm input::placeholder {
color: rgba(0,0,0,0.3);
}
.search-top input:active, .search-top input:focus {
background: #62b1f6;
outline: none;
}
.search-top-sm input:active, .search-top-sm input:focus {
background: white;
outline: none;
color: black;
}
.post-entry-sidebar .post-meta {
font-size: 14px;
color: #b3b3b3;
}
.post-entry-sidebar ul {
padding: 0;
margin: 0;
}
.post-entry-sidebar ul li {
list-style: none;
padding: 0 0 20px 0;
margin: 0;
position: relative;
}
.post-entry-sidebar ul li a {
display: table;
}
.post-entry-sidebar ul li a img {
width: 90px;
}
.sidebar .post-entry-sidebar ul li a {
border-radius: 5px;
}
.sidebar .post-entry-sidebar ul li a img {
width: 95px;
border-radius: 5px 0 0 5px;
}
.post-entry-sidebar ul li a img, .post-entry-sidebar ul li a .text {
display: table-cell;
vertical-align: middle;
}
.sidebar .post-entry-sidebar ul li a .text {
padding-left: 10px;
}
.post-entry-sidebar ul li a .text h4 {
font-size: 15px;
margin-bottom: 2px;
}
.sidebar .post-entry-sidebar ul li a .text h4 {
font-size: 12px;
margin-bottom: 2px;
}
.sidebar .post-entry-sidebar ul li a .text .post-meta {
line-height: 1;
font-size: 11px;
}
.search-form-wrap {
margin-bottom: 5em;
display: block;
}
.search-form .form-group {
position: relative;
}
.search-form .form-group #s {
background: #f7f7f7;
padding: 10px 40px 10px 15px;
border: none;
}
.search-form .icon {
position: absolute;
top: 50%;
right: 20px;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
blockquote {
padding-left: 30px;
border-left: 10px solid #e6e6e6;
}
blockquote p {
font-size: 18px;
font-style: italic;
color: #000;
}
.border-t {
border-top: 1px solid #f8f9fa;
}
.btn {
border-radius: 20px;
}
.user-status {
text-align: center;
}
.user-status a {
background: #62b1f6;
color: white;
}
.page-link {
color: #77DAF6;
}
.page-item.active{
border-radius: 50px;
width: 40px;
}
.page-item.active .page-link {
background: #77DAF6;
border-radius: 50px;
border-color: transparent;
}
.page-item.disabled{
display: none;
}
@-webkit-keyframes loader-rotate {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes loader-rotate {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-webkit-keyframes loader-dash {
0% {
stroke-dasharray: 1, 200;
stroke-dashoffset: 0;
}
50% {
stroke-dasharray: 89, 200;
stroke-dashoffset: -35px;
}
100% {
stroke-dasharray: 89, 200;
stroke-dashoffset: -136px;
}
}
@keyframes loader-dash {
0% {
stroke-dasharray: 1, 200;
stroke-dashoffset: 0;
}
50% {
stroke-dasharray: 89, 200;
stroke-dashoffset: -35px;
}
100% {
stroke-dasharray: 89, 200;
stroke-dashoffset: -136px;
}
}
.main-dish .container {
padding: 30px 50px;
border: 1px solid transparent;
background: white;
border-radius: 10px;
margin-top: 0;
margin-bottom: 0;
position: relative;
}
@media (min-width: 576px) {
.main-dish .container {
margin-bottom: 30px;
margin-top: 30px;
}
}
.carousel-home-span {
-webkit-transition: .3s all ease;
-o-transition: .3s all ease;
transition: .3s all ease;
}
#carousel-home-bg-1 {
background-position: center 25%;
}
#carousel-home-bg-2 {
background-position: center 25%;
}
#carousel-home-bg-3 {
background-position: center;
}
.carousel-caption {
background: rgba(0, 0, 0, 0.5);
color: white;
left: 0;
right: 0;
bottom: 0;
}
.carousel-caption p {
color: white;
}
.carousel-control-fix {
-webkit-transition: all 1s; /* For Safari 3.1 to 6.0 */
transition: all 1s;
}
@media (max-width: 767px) {
.carousel-indicators {
margin-bottom: 0.5rem;
}
}
@media (max-width: 1900px) {
.carousel-control-fix {
opacity: 0;
}
}
@media (min-width: 1901px) {
.carousel-control-fix {
background: rgba(0, 0, 0, 0.7);
width: calc(25vw - 315px);
}
.carousel-control-fix:hover {
background: rgba(0, 0, 0, 0.9);
}
}
a.carousel-post-link h5 {
color: white;
}
a.carousel-post-link:hover h5, a.carousel-post-link:active h5,
a.carousel-post-link:focus h5 {
color: #77DAF6;
}
.loading {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 2000;
background: #62b1f6;
color: white;
font-size: 16vh;
padding: 38vh 0;
}
::-webkit-scrollbar {
width: 0.6vw;
border: 0.5vw solid white;
border-radius: 0.6vw;
}
::-webkit-scrollbar-thumb {
background-color: #77DAF6;
background-clip: padding-box;
border: 0.1vw solid #ffffff;
border-radius: 0.6vw;
}
::-webkit-scrollbar-track {
background-color: #ffffff;
}
/* Buttons */
::-webkit-scrollbar-button:single-button {
background-color: #ffffff;
display: block;
border-style: solid;
height: 0.55vw;
width: 0.6vw;
}
/* Up */
::-webkit-scrollbar-button:single-button:vertical:decrement {
border-width: 0 0.3vw 0.3vw 0.3vw;
border-color: transparent transparent #77DAF6 transparent;
border-radius: 0.3vw 0.3vw 0 0;
}
::-webkit-scrollbar-button:single-button:vertical:decrement:hover {
border-color: transparent transparent #77DAF6 transparent;
}
/* Down */
::-webkit-scrollbar-button:single-button:vertical:increment {
border-width: 0.3vw 0.3vw 0 0.3vw;
border-color: #77DAF6 transparent transparent transparent;
border-radius: 0 0 0.3vw 0.3vw;
}
::-webkit-scrollbar-button:vertical:single-button:increment:hover {
border-color: #77DAF6 transparent transparent transparent;
}
html, body {
overflow: hidden;
}
.site-section {
padding: 0 !important;
}
.site-footer {
background: rgba(0, 0, 0, 0.8);
padding: 30px 0 1px;
}
.site-footer h1, .site-footer h2, .site-footer h3,
.site-footer h4, .site-footer h5, .site-footer h6 {
color: white;
}
.site-footer a {
color: white;
}
.site-footer a:hover,
.site-footer a:focus, .site-footer a:active {
color: rgba(255, 255, 255, 0.5);
}
.sidebar .post-entry-link {
-webkit-transition: .3s all ease;
-o-transition: .3s all ease;
transition: .3s all ease;
}
.sidebar .post-entry-link:hover, .sidebar .post-entry-link:focus {
opacity: .7;
top: -1px;
-webkit-box-shadow: 0 3px 50px -2px rgba(0, 0, 0, 0.2) !important;
box-shadow: 0 3px 50px -2px rgba(0, 0, 0, 0.2) !important;
}
.site-footer .post-entry-link {
position: static;
}
.site-footer .post-entry-link:hover,
.site-footer .post-entry-link:focus {
opacity: 0.7;
}
@media (min-width: 992px) and (max-width: 1199px) {
.sidebar .post-entry-sidebar ul li a {
border-radius: 10px;
}
.sidebar .post-entry-sidebar ul li a .text {
margin-top: 15px;
}
.sidebar .post-entry-sidebar ul li a img,
.sidebar .post-entry-sidebar ul li a .text {
display: table;
}
.sidebar .post-entry-sidebar ul li a img {
margin: 0 !important;
width: 100%;
border-radius: 10px 10px 0 0;
}
.blog-entries .post-meta span {
font-size: 10px;
}
.blog-entries .post-meta span.author {
font-size: 14px;
}
}
.footer-banner iframe {
max-width: 100%;
}
.about-main iframe {
max-width: 100%;
width: 100%;
border-radius: 10px;
height: 300px;
}
@media (max-width: 575px) {
.footer-banner {
width: 100%;
}
}
@media (min-width: 575px) {
.footer-banner {
width: 90%;
}
}
.footer-banner-img iframe{
border-radius: 10px;
}
.footer-banner-img:hover{
opacity: 0.7;
-webkit-box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.4);
box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.4);
}
.footer-banner-img,
.site-logo a, .navbar a {
position: static;
}
.footer-logo {
position: static;
}
.footer-logo:hover h1 {
opacity: 0.7;
}
.logo-header-wrap {
position: relative;
}
.logo-header-wrap-sm {
position: relative;
}
.menu-button {
position: absolute;
padding: 17px 21px;
font-size: 21px;
top: 0;
left: 0;
line-height: 1;
color: rgba(0,0,0,0.6);
border-radius: 5px;
}
.menu-header-lg {
padding-bottom: 10px;
z-index: 100;
position: relative;
}
.close-menu-sm {
width: 100vw;
height: 100vh;
position: fixed;
top: 0;
left: 0;
background: rgba(0, 0, 0, 0.5);
z-index: 99;
-webkit-transition: .3s all ease;
-o-transition: .3s all ease;
transition: .3s all ease;
display: none;
}
.menu-header-sm {
padding: 15px;
position: fixed;
height: 100vh;
top: 0;
left: -80vw;
width: 40vw;
background: white;
z-index: 100;
-webkit-transition: .3s all ease;
-o-transition: .3s all ease;
transition: .3s all ease;
overflow-y: scroll;
max-width: 250px;
}
@media (max-width: 575px) {
.menu-header-sm {
width: 80vw;
}
}
.menu-header-sm li a{
position: relative;
padding-left: 40px;
}
.menu-header-sm li.logo-header-wrap-sm a{
padding-left: 1rem;
}
.menu-header-sm li.logo-header-wrap-sm{
margin-bottom: 15px;
}
.menu-header-lg li a{
display: block;
}
.menu-header-sm li a svg{
position: absolute;
top: 15px;
left: 6px;
}
.menu-header-sm li a svg.fa-caret-down{
left: 88%;
}
.dropDownMenu-sm{
list-style: none;
padding-left: 0;
display: none;
}
.dropDownMenu-sm li a{
padding-left: 60px;
}
.dropDownMenu-sm li a svg{
left: 26px;
}
.menu-header-lg .nav-link,
.dropDownCart-lg .nav-link{
position: relative;
z-index: 100 !important;
}
.dropDownMenu-lg{
position: absolute;
background: white;
text-align: left;
list-style: none;
padding: 0;
width: 180px;
font-size: 17px;
left: 0;
top: 50px;
display: none;
z-index: 100;
}
.dropDownMenu-lg-tag{
width: 250px;
}
.dropDownCart-lg{
position: absolute;
background: white;
text-align: left;
list-style: none;
padding: 0;
width: 450px;
font-size: 17px;
right: 0;
top: 50px;
display: none;
z-index: 100;
border: 1px solid #e9ecef;
border-radius: 5px;
}
.menu-header-lg .nav-link .dropDownMenu-lg li a{
padding-left: 50px;
}
.menu-header-lg .nav-link .dropDownCart-lg .nav-item{
padding-right: 50px;
position: relative;
}
.menu-header-lg .nav-link .dropDownCart-lg li a{
padding-left: 80px;
padding-right: 80px;
color: #000 !important;
}
.menu-header-lg .nav-link .dropDownCart-lg .nav-item .cart-remove-btn{
position: absolute;
top: 10px;
right: 10px;
cursor: pointer;
}
.menu-header-lg .nav-link .dropDownCart-lg li a .cart-game-icon{
position: absolute;
height: 80%;
top: 10%;
left: 10px;
width: 60px;
}
.menu-header-lg .nav-link .dropDownCart-lg .cart-top{
position: relative;
}
.menu-header-lg .nav-link .dropDownCart-lg .cart-top .cart-remove-all-btn{
position: absolute;
right: 10px;
top: 4px;
cursor: pointer;
}
.menu-header-lg .nav-link .dropDownCart-lg li a .cart-item-price{
position: absolute;
top: 8px;
right: 0;
}
.menu-header-lg .nav-link .dropDownMenu-lg li a svg{
position: absolute;
left: 16px;
top: 15px;
}
.close-menu-lg{
position: absolute;
height: 100%;
width: 100%;
top: 0;
left: 0;
z-index: 10;
background: transparent !important;
display: none;
}
.d-inline.nav-link{
margin: 0 5px;
border-radius: 32px;
}
.d-inline.nav-link:hover,
.d-inline.nav-link:focus,
.d-inline.nav-link:active{
background: #77DAF6;
color: white;
}
.d-inline.nav-link:hover a.mx-auto,
.d-inline.nav-link:focus a.mx-auto,
.d-inline.nav-link:active a.mx-auto{
color: white;
}
.d-inline.nav-link.active{
background: #77DAF6 !important;
}
.d-inline.nav-link.active a.mx-auto{
color: white !important;
}
.dropDownMenu-lg li.nav-item:hover,
.dropDownMenu-lg li.nav-item:focus,
.dropDownMenu-lg li.nav-item:active{
background: #77DAF6;
color: white;
}
.dropDownMenu-lg li.nav-item:hover .nav-link,
.dropDownMenu-lg li.nav-item:focus .nav-link,
.dropDownMenu-lg li.nav-item:active .nav-link{
color: white;
}
.site-footer h3 svg{
font-size: 1.25rem;
}
.back-to-top{
display: none;
position: fixed;
bottom: 0;
right: 30px;
font-size: 50px;
-webkit-transition: 1s all ease;
-o-transition: 1s all ease;
transition: 1s all ease;
z-index: 70 !important;
}
h1 svg, h2 svg, h3 svg, h4 svg, h5 svg{
color: #77DAF6;
}
.site-footer svg{
color: #77DAF6;
}
.main-dish svg.fa-comments{
color: #77DAF6;
}
.post-content-body img{
max-width: 100%;
}
.post-content-body iframe{
max-width: 100%;
width: 100%;
margin-bottom: 2em;
min-height: 500px;
}
@media (max-width: 992px) {
.post-content-body iframe{
min-height: 300px;
}
}
@media (max-width: 767px) {
.post-content-body iframe{
min-height: 200px;
}
}
.post-entry-horzontal svg{
color: #77DAF6;
}
.about-content{
position: relative;
}
.about-cover{
position: absolute;
height: 200px;
background-position: center center !important;
background-size: cover !important;
background-repeat: no-repeat !important;
border-radius: 30px 30px 0 0;
}
.change-cover-btn{
position: absolute;
right: 15px;
bottom: 5px;
border-radius: 0.25rem;
}
.about-main, .edit-main{
margin-top: 330px;
}
.about-avatar img{
width: 180px;
height: 180px;
border-radius: 50%;
position: relative;
top: 90px;
border: 7px solid white;
-webkit-box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.4);
box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.4);
}
.about-avatar .about-name h2,
.about-avatar .about-name h2:hover{
opacity: 0.6;
position: relative;
}
.edit-profile-btn{
position: absolute;
bottom: 5px;
right: -155px;
}
.about-avatar .about-name{
position: relative;
top: 150px;
}
@media (max-width: 992px) {
.about-avatar .about-name{
top: 110px;
}
.about-main{
margin-top: 400px;
}
.edit-main{
margin-top: 360px;
}
.edit-profile-btn{
position: static;
bottom: 0;
right: 0;
margin-top: 1em;
}
.change-cover-btn{
bottom: 140px;
right: 15px;
}
}
strong{
font-weight: bold;
}
.comment-form-wrap #comment-form .form-group .form-input{
border-right: none;
border-left: none;
border-top: none;
}
.notifyjs-bootstrap-base{
background-image: none !important;
}
.modal-open {
padding-right: 0 !important;
}
.text-compartible{
color: #62b1f6 !important;
}
.fast-spin {
display: none;
-webkit-animation: fa-spin 1s infinite linear;
animation: fa-spin 1s infinite linear;
}
.custom-control-label:before{
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before{
background-color: #28a745;
}
.custom-checkbox.custom-control .custom-control-label:before,
.custom-checkbox.custom-control .custom-control-label:after{
margin-top: 5px;
}
.select-wrapper button.btn{
border-radius: 0.25rem !important;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
/* display: none; <- Crashes Chrome on hover */
-webkit-appearance: none;
margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
input[type=number] {
-moz-appearance:textfield; /* Firefox */
}
.payment-method svg{
cursor: pointer;
}
.payment-method svg:hover{
opacity: 0.7;
}
.galleryItem{
height: 500px;
}
.checkout-success{
position: fixed;
top: 65px;
right: 0;
}
@media (max-width: 767px){
.checkout-success{
position: fixed;
top: 60px;
right: 0;
}
} | 0.479504 | 0.079675 |
@font-face {
font-family: 'Metropolis';
src: url('../font/Metropolis-Black.woff2') format('woff2'),
url('../font/Metropolis-Black.woff') format('woff'),
url('../font/Metropolis-Black.ttf') format('truetype');
font-weight: 900;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Metropolis Extra';
src: url('../font/Metropolis-ExtraLight.woff2') format('woff2'),
url('../font/Metropolis-ExtraLight.woff') format('woff'),
url('../font/Metropolis-ExtraLight.ttf') format('truetype');
font-weight: 200;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Metropolis';
src: url('../font/Metropolis-Thin.woff2') format('woff2'),
url('../font/Metropolis-Thin.woff') format('woff'),
url('../font/Metropolis-Thin.ttf') format('truetype');
font-weight: 100;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Metropolis Semi';
src: url('../font/Metropolis-SemiBold.woff2') format('woff2'),
url('../font/Metropolis-SemiBold.woff') format('woff'),
url('../font/Metropolis-SemiBold.ttf') format('truetype');
font-weight: 600;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Metropolis Extra';
src: url('../font/Metropolis-ExtraBold.woff2') format('woff2'),
url('../font/Metropolis-ExtraBold.woff') format('woff'),
url('../font/Metropolis-ExtraBold.ttf') format('truetype');
font-weight: 800;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Metropolis';
src: url('../font/Metropolis-Regular.woff2') format('woff2'),
url('../font/Metropolis-Regular.woff') format('woff'),
url('../font/Metropolis-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Metropolis';
src: url('../font/Metropolis-LightItalic.woff2') format('woff2'),
url('../font/Metropolis-LightItalic.woff') format('woff'),
url('../font/Metropolis-LightItalic.ttf') format('truetype');
font-weight: 300;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'Metropolis Extra';
src: url('../font/Metropolis-ExtraLightItalic.woff2') format('woff2'),
url('../font/Metropolis-ExtraLightItalic.woff') format('woff'),
url('../font/Metropolis-ExtraLightItalic.ttf') format('truetype');
font-weight: 200;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'Metropolis';
src: url('../font/Metropolis-BoldItalic.woff2') format('woff2'),
url('../font/Metropolis-BoldItalic.woff') format('woff'),
url('../font/Metropolis-BoldItalic.ttf') format('truetype');
font-weight: bold;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'Metropolis Extra';
src: url('../font/Metropolis-ExtraBoldItalic.woff2') format('woff2'),
url('../font/Metropolis-ExtraBoldItalic.woff') format('woff'),
url('../font/Metropolis-ExtraBoldItalic.ttf') format('truetype');
font-weight: 800;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'Metropolis';
src: url('../font/Metropolis-Light.woff2') format('woff2'),
url('../font/Metropolis-Light.woff') format('woff'),
url('../font/Metropolis-Light.ttf') format('truetype');
font-weight: 300;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Metropolis';
src: url('../font/Metropolis-Bold.woff2') format('woff2'),
url('../font/Metropolis-Bold.woff') format('woff'),
url('../font/Metropolis-Bold.ttf') format('truetype');
font-weight: bold;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Metropolis';
src: url('../font/Metropolis-MediumItalic.woff2') format('woff2'),
url('../font/Metropolis-MediumItalic.woff') format('woff'),
url('../font/Metropolis-MediumItalic.ttf') format('truetype');
font-weight: 500;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'Metropolis';
src: url('../font/Metropolis-ThinItalic.woff2') format('woff2'),
url('../font/Metropolis-ThinItalic.woff') format('woff'),
url('../font/Metropolis-ThinItalic.ttf') format('truetype');
font-weight: 100;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'Metropolis';
src: url('../font/Metropolis-BlackItalic.woff2') format('woff2'),
url('../font/Metropolis-BlackItalic.woff') format('woff'),
url('../font/Metropolis-BlackItalic.ttf') format('truetype');
font-weight: 900;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'Metropolis';
src: url('../font/Metropolis-Medium.woff2') format('woff2'),
url('../font/Metropolis-Medium.woff') format('woff'),
url('../font/Metropolis-Medium.ttf') format('truetype');
font-weight: 500;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Metropolis';
src: url('../font/Metropolis-RegularItalic.woff2') format('woff2'),
url('../font/Metropolis-RegularItalic.woff') format('woff'),
url('../font/Metropolis-RegularItalic.ttf') format('truetype');
font-weight: normal;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'Metropolis Semi';
src: url('../font/Metropolis-SemiBoldItalic.woff2') format('woff2'),
url('../font/Metropolis-SemiBoldItalic.woff') format('woff'),
url('../font/Metropolis-SemiBoldItalic.ttf') format('truetype');
font-weight: 600;
font-style: italic;
font-display: swap;
} | public/css/font.css | @font-face {
font-family: 'Metropolis';
src: url('../font/Metropolis-Black.woff2') format('woff2'),
url('../font/Metropolis-Black.woff') format('woff'),
url('../font/Metropolis-Black.ttf') format('truetype');
font-weight: 900;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Metropolis Extra';
src: url('../font/Metropolis-ExtraLight.woff2') format('woff2'),
url('../font/Metropolis-ExtraLight.woff') format('woff'),
url('../font/Metropolis-ExtraLight.ttf') format('truetype');
font-weight: 200;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Metropolis';
src: url('../font/Metropolis-Thin.woff2') format('woff2'),
url('../font/Metropolis-Thin.woff') format('woff'),
url('../font/Metropolis-Thin.ttf') format('truetype');
font-weight: 100;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Metropolis Semi';
src: url('../font/Metropolis-SemiBold.woff2') format('woff2'),
url('../font/Metropolis-SemiBold.woff') format('woff'),
url('../font/Metropolis-SemiBold.ttf') format('truetype');
font-weight: 600;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Metropolis Extra';
src: url('../font/Metropolis-ExtraBold.woff2') format('woff2'),
url('../font/Metropolis-ExtraBold.woff') format('woff'),
url('../font/Metropolis-ExtraBold.ttf') format('truetype');
font-weight: 800;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Metropolis';
src: url('../font/Metropolis-Regular.woff2') format('woff2'),
url('../font/Metropolis-Regular.woff') format('woff'),
url('../font/Metropolis-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Metropolis';
src: url('../font/Metropolis-LightItalic.woff2') format('woff2'),
url('../font/Metropolis-LightItalic.woff') format('woff'),
url('../font/Metropolis-LightItalic.ttf') format('truetype');
font-weight: 300;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'Metropolis Extra';
src: url('../font/Metropolis-ExtraLightItalic.woff2') format('woff2'),
url('../font/Metropolis-ExtraLightItalic.woff') format('woff'),
url('../font/Metropolis-ExtraLightItalic.ttf') format('truetype');
font-weight: 200;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'Metropolis';
src: url('../font/Metropolis-BoldItalic.woff2') format('woff2'),
url('../font/Metropolis-BoldItalic.woff') format('woff'),
url('../font/Metropolis-BoldItalic.ttf') format('truetype');
font-weight: bold;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'Metropolis Extra';
src: url('../font/Metropolis-ExtraBoldItalic.woff2') format('woff2'),
url('../font/Metropolis-ExtraBoldItalic.woff') format('woff'),
url('../font/Metropolis-ExtraBoldItalic.ttf') format('truetype');
font-weight: 800;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'Metropolis';
src: url('../font/Metropolis-Light.woff2') format('woff2'),
url('../font/Metropolis-Light.woff') format('woff'),
url('../font/Metropolis-Light.ttf') format('truetype');
font-weight: 300;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Metropolis';
src: url('../font/Metropolis-Bold.woff2') format('woff2'),
url('../font/Metropolis-Bold.woff') format('woff'),
url('../font/Metropolis-Bold.ttf') format('truetype');
font-weight: bold;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Metropolis';
src: url('../font/Metropolis-MediumItalic.woff2') format('woff2'),
url('../font/Metropolis-MediumItalic.woff') format('woff'),
url('../font/Metropolis-MediumItalic.ttf') format('truetype');
font-weight: 500;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'Metropolis';
src: url('../font/Metropolis-ThinItalic.woff2') format('woff2'),
url('../font/Metropolis-ThinItalic.woff') format('woff'),
url('../font/Metropolis-ThinItalic.ttf') format('truetype');
font-weight: 100;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'Metropolis';
src: url('../font/Metropolis-BlackItalic.woff2') format('woff2'),
url('../font/Metropolis-BlackItalic.woff') format('woff'),
url('../font/Metropolis-BlackItalic.ttf') format('truetype');
font-weight: 900;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'Metropolis';
src: url('../font/Metropolis-Medium.woff2') format('woff2'),
url('../font/Metropolis-Medium.woff') format('woff'),
url('../font/Metropolis-Medium.ttf') format('truetype');
font-weight: 500;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Metropolis';
src: url('../font/Metropolis-RegularItalic.woff2') format('woff2'),
url('../font/Metropolis-RegularItalic.woff') format('woff'),
url('../font/Metropolis-RegularItalic.ttf') format('truetype');
font-weight: normal;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'Metropolis Semi';
src: url('../font/Metropolis-SemiBoldItalic.woff2') format('woff2'),
url('../font/Metropolis-SemiBoldItalic.woff') format('woff'),
url('../font/Metropolis-SemiBoldItalic.ttf') format('truetype');
font-weight: 600;
font-style: italic;
font-display: swap;
} | 0.306942 | 0.048114 |
.fui-btn {
@apply inline-flex font-medium;
@apply relative cursor-pointer inline-flex items-center space-x-2 text-center border border-solid border-transparent transition ease-out duration-200 outline-none;
@apply rounded;
@apply px-3 py-2 justify-center;
font-family: inherit;
font-weight: inherit;
}
.fui-btn:focus {
@apply outline-none;
}
.fui-btn--w-full {
@apply w-full flex items-center justify-center;
}
.fui-btn:disabled {
@apply opacity-75 cursor-not-allowed;
}
/*
Button varients
*/
.fui-btn-primary {
@apply text-white bg-brand-800 hover:bg-brand-600;
@apply dark:hover:bg-brand-900;
}
.dark .fui-btn-primary {
text-shadow: 0px 0px 4px rgba(38 111 78 / 50%);
}
.fui-btn-default {
@apply text-gray-500 bg-white border-gray-200 hover:text-gray-600;
@apply hover:bg-white hover:border-gray-200;
}
[class~='dark'] .fui-btn-default {
@apply border-gray-600 bg-gray-600 text-dark-200;
@apply hover:bg-gray-700;
}
.dark .fui-btn-default {
text-shadow: 0px 0px 4px rgba(31 31 31 / 50%);
}
.fui-btn-outline {
@apply border text-gray-500 bg-transparent border-gray-200 border-solid hover:bg-white hover:text-gray-600 hover:border-gray-600;
}
[class~='dark'] .fui-btn-outline {
@apply text-white border-dark-500 hover:text-dark-600 hover:border-white;
}
.fui-btn-link {
@apply bg-transparent text-brand-800 hover:bg-brand-900 hover:bg-opacity-25;
box-shadow: none;
}
.fui-btn-text {
@apply text-gray-500 bg-transparent hover:bg-gray-200 hover:bg-opacity-25;
@apply dark:text-dark-300 dark:hover:bg-dark-600;
box-shadow: none;
}
.fui-btn--danger {
@apply border-red-500 text-red-500;
}
.dark .fui-btn--danger {
text-shadow: 0px 0px 4px rgba(229, 62, 62 / 50%);
}
.fui-btn-primary.fui-btn--danger {
@apply bg-red-500 text-white;
@apply hover:bg-red-600 hover:border-red-600;
}
.fui-btn-default.fui-btn--danger,
.fui-btn-secondary.fui-btn--danger,
.fui-btn-outline.fui-btn--danger,
.fui-btn-dashed.fui-btn--danger,
.fui-btn-link.fui-btn--danger,
.fui-btn-text.fui-btn--danger {
@apply hover:bg-red-600 hover:text-white hover:border-red-600;
}
/*
Animation for icon
*/
.fui-btn--anim--spin {
@apply stroke-current;
animation-name: spin;
animation-duration: 1500ms;
animation-iteration-count: infinite;
animation-timing-function: linear;
/* transform: rotate(3deg); */
/* transform: rotate(0.3rad);/ */
/* transform: rotate(3grad); */
/* transform: rotate(.03turn); */
transform-origin: center center;
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
[class~='dark'] .fui-btn-text {
@apply text-dark-300 hover:bg-dark-600;
box-shadow: none;
} | components/ui/Button/Button.module.css | .fui-btn {
@apply inline-flex font-medium;
@apply relative cursor-pointer inline-flex items-center space-x-2 text-center border border-solid border-transparent transition ease-out duration-200 outline-none;
@apply rounded;
@apply px-3 py-2 justify-center;
font-family: inherit;
font-weight: inherit;
}
.fui-btn:focus {
@apply outline-none;
}
.fui-btn--w-full {
@apply w-full flex items-center justify-center;
}
.fui-btn:disabled {
@apply opacity-75 cursor-not-allowed;
}
/*
Button varients
*/
.fui-btn-primary {
@apply text-white bg-brand-800 hover:bg-brand-600;
@apply dark:hover:bg-brand-900;
}
.dark .fui-btn-primary {
text-shadow: 0px 0px 4px rgba(38 111 78 / 50%);
}
.fui-btn-default {
@apply text-gray-500 bg-white border-gray-200 hover:text-gray-600;
@apply hover:bg-white hover:border-gray-200;
}
[class~='dark'] .fui-btn-default {
@apply border-gray-600 bg-gray-600 text-dark-200;
@apply hover:bg-gray-700;
}
.dark .fui-btn-default {
text-shadow: 0px 0px 4px rgba(31 31 31 / 50%);
}
.fui-btn-outline {
@apply border text-gray-500 bg-transparent border-gray-200 border-solid hover:bg-white hover:text-gray-600 hover:border-gray-600;
}
[class~='dark'] .fui-btn-outline {
@apply text-white border-dark-500 hover:text-dark-600 hover:border-white;
}
.fui-btn-link {
@apply bg-transparent text-brand-800 hover:bg-brand-900 hover:bg-opacity-25;
box-shadow: none;
}
.fui-btn-text {
@apply text-gray-500 bg-transparent hover:bg-gray-200 hover:bg-opacity-25;
@apply dark:text-dark-300 dark:hover:bg-dark-600;
box-shadow: none;
}
.fui-btn--danger {
@apply border-red-500 text-red-500;
}
.dark .fui-btn--danger {
text-shadow: 0px 0px 4px rgba(229, 62, 62 / 50%);
}
.fui-btn-primary.fui-btn--danger {
@apply bg-red-500 text-white;
@apply hover:bg-red-600 hover:border-red-600;
}
.fui-btn-default.fui-btn--danger,
.fui-btn-secondary.fui-btn--danger,
.fui-btn-outline.fui-btn--danger,
.fui-btn-dashed.fui-btn--danger,
.fui-btn-link.fui-btn--danger,
.fui-btn-text.fui-btn--danger {
@apply hover:bg-red-600 hover:text-white hover:border-red-600;
}
/*
Animation for icon
*/
.fui-btn--anim--spin {
@apply stroke-current;
animation-name: spin;
animation-duration: 1500ms;
animation-iteration-count: infinite;
animation-timing-function: linear;
/* transform: rotate(3deg); */
/* transform: rotate(0.3rad);/ */
/* transform: rotate(3grad); */
/* transform: rotate(.03turn); */
transform-origin: center center;
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
[class~='dark'] .fui-btn-text {
@apply text-dark-300 hover:bg-dark-600;
box-shadow: none;
} | 0.4231 | 0.042424 |
.ui-font-normal {
font-style: normal;
font-variant: normal;
font-weight: normal;
}
.ui-font-serif {
font-family: Georgia, "Times New Roman", "Droid Serif", Times, SimSun, serif;
}
.ui-font-monospace {
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
.ui-font-cursive {
font-family: "Lucida Calligraphy", "URW Chancery L", "AR PL UKai", KaiTi, SimKai, cursive;
}
/**
* Responsive font size based on the viewport height and width.
*/
.ui-font-responsive {
font-size: calc(1vw + 1vh);
}
/**
* Known issue: Chrome's default setting of minimum font-size is 12px.
*/
.ui-font-base {
font-size: 1rem;
}
.ui-font-tiny {
font-size: 0.4rem;
}
.ui-font-small {
font-size: 0.6rem;
}
.ui-font-medium {
font-size: 0.7rem;
}
.ui-font-large {
font-size: 0.8rem;
}
.ui-font-huge {
font-size: 1rem;
}
.ui-zoom-tiny {
font-size: 50%;
}
.ui-zoom-small {
font-size: 80%;
}
.ui-zoom-medium {
font-size: 100%;
}
.ui-zoom-large {
font-size: 125%;
}
.ui-zoom-huge {
font-size: 150%;
}
.ui-zoom-2x {
font-size: 200%;
}
.ui-zoom-3x {
font-size: 300%;
}
.ui-zoom-4x {
font-size: 400%;
}
.ui-zoom-5x {
font-size: 500%;
}
.ui-zoom-10x {
font-size: 1000%;
}
.ui-text-normal {
line-height: 1.6;
}
.ui-text-center {
text-align: center;
}
.ui-text-justify {
-moz-hyphens: auto;
-ms-hyphens: auto;
-webkit-hyphens: auto;
hyphens: auto;
text-align: justify;
}
.ui-text-indent {
text-indent: 2em;
}
.ui-text-left {
text-align: left;
}
.ui-text-right {
text-align: right;
}
/**
* Left and right on the same line.
*/
.ui-text-left-right {
text-align: right;
}
.ui-text-left-right > :first-child {
float: left;
}
.ui-text-top {
vertical-align: top;
}
.ui-text-middle {
vertical-align: middle;
}
.ui-text-bottom {
vertical-align: bottom;
}
.ui-text-capitalize {
text-transform: capitalize;
}
.ui-text-lowercase {
text-transform: lowercase;
}
.ui-text-uppercase {
text-transform: uppercase;
}
.ui-text-break {
-webkit-hyphens: auto;
-ms-hyphens: auto;
-moz-hyphens: auto;
hyphens: auto;
word-wrap: break-word;
}
.ui-text-nowrap {
white-space: nowrap;
}
.ui-text-truncate {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
/**
* `display:none` has bad implications for screen readers.
*/
.ui-text-hidden {
border: 0;
clip: rect(0, 0, 0, 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
/**
* Set invisible elements which still take up space.
*/
.ui-text-invisible {
visibility: hidden;
}
.ui-text-padding {
display: inline-block;
padding: 0.4em 0.8em;
}
.ui-text-disabled {
color: #999;
cursor: default;
pointer-events: none;
}
.ui-text-button,
.ui-content-link {
border: 1px solid #ccc;
border-radius: var(--border-radius, 0);
cursor: pointer;
padding: 0.4em 0.8em;
}
.ui-text-button {
display: inline-block;
text-align: center;
white-space: nowrap;
}
.ui-text-button:hover,
.ui-text-button:focus,
.ui-content-link:hover,
.ui-content-link:focus {
background-color: #e8e8e8;
}
.ui-text-label,
.ui-text-badge,
.ui-text-tag {
background-color: #999;
color: #fff;
display: inline-block;
line-height: 1;
padding: 0.2em 0.4em;
}
.ui-text-label {
border-radius: var(--border-radius, 0);
}
.ui-text-badge {
border-radius: 0.8rem;
font-weight: bold;
text-align: center;
white-space: nowrap;
}
.ui-text-badge:empty {
display: none;
}
.ui-text-tag {
margin-left: 0.707107em;
position: relative;
}
.ui-text-tag::before,
.ui-text-tag::after {
content: "";
position: absolute;
right: 100%;
top: 50%;
}
.ui-text-tag::before {
background-color: inherit;
height: 1em;
transform: translateY(-50%) translateX(50%) rotate(-45deg);
width: 1em;
z-index: -1;
}
.ui-text-tag::after {
background-color: #fff;
border-radius: 50%;
height: 0.3em;
margin-top: -0.15em;
width: 0.3em;
}
.ui-text-list {
display: inline-block;
}
.ui-text-list > a:not(:last-child),
.ui-text-list > span:not(:last-child) {
display: inline-block;
margin-bottom: 0.2em;
margin-right: 0.8em;
}
.ui-header-primary {
border-bottom: 0.1em double #ccc;
font-weight: normal;
margin-bottom: 1em;
margin-top: 0;
padding-bottom: 0.2em;
}
.ui-header-secondary {
border-bottom: 1px solid #ccc;
font-weight: normal;
padding-bottom: 0.1em;
}
.ui-header-compact {
margin: 0.2em auto;
}
.ui-list-group,
.ui-list-inline,
.ui-list-unstyled {
list-style: none;
padding-left: 0;
}
.ui-list-group {
border: 1px solid #ccc;
border-radius: var(--border-radius, 0);
display: inline-block;
}
.ui-list-group > a,
.ui-list-group > li > a {
display: block;
}
.ui-list-group > a,
.ui-list-group > li {
padding: 0.4em 0.8em;
}
.ui-list-group > a + a,
.ui-list-group > li + li {
border-top: 1px solid #ccc;
}
.ui-list-group > a:first-child,
.ui-list-group > li:first-child {
border-top-left-radius: var(--border-radius, 0);
border-top-right-radius: var(--border-radius, 0);
}
.ui-list-group > a:last-child,
.ui-list-group > li:last-child {
border-bottom-left-radius: var(--border-radius, 0);
border-bottom-right-radius: var(--border-radius, 0);
}
.ui-list-group h4 {
margin: 0;
}
.ui-list-group p {
margin-top: 0;
}
.ui-list-inline > li {
display: inline-block;
}
.ui-list-inline > li:not(:last-child) {
margin-right: 0.8em;
}
.ui-list-inline > li + li::before {
margin-right: 0.6em;
}
.ui-list-unstyled > li + li {
margin-top: 0.2em;
}
.ui-list-indent > dd {
margin-left: 2em;
margin-top: 0.2em;
}
.ui-list-horizontal > dt {
clear: left;
float: left;
text-align: right;
white-space: nowrap;
width: 10em;
}
.ui-list-horizontal > dd {
margin-left: 12em;
}
.ui-list-numbered {
counter-reset: list;
}
.ui-list-numbered > dt::before {
content: counter(list) ". ";
counter-increment: list;
}
.ui-list-bibliography {
counter-reset: citation;
list-style: none;
padding-left: 1.6em;
}
.ui-list-bibliography > li::before {
content: "[" counter(citation) "]\2002";
counter-increment: citation;
margin-left: -1.6em;
}
.ui-list-timeline {
list-style: none;
padding-left: 0.8em;
}
.ui-list-timeline > li {
border-left: 0.2em solid transparent;
padding-left: 1em;
position: relative;
}
.ui-list-timeline > li:not(:last-child) {
border-left-color: #ddd;
padding-bottom: 1em;
}
.ui-list-timeline > li > div:first-child > :only-child {
display: block;
position: relative;
top: -0.3em;
white-space: nowrap;
}
.ui-list-timeline > li > div:first-child::before {
background-color: #fff;
border: 0.2em solid currentColor;
border-radius: 50%;
content: "";
display: inline-block;
height: 0.6em;
left: -0.4rem;
position: absolute;
width: 0.6em;
}
.ui-content-link {
background-color: #fff;
color: #333;
}
.ui-content-link > a,
.ui-content-link > a > div {
display: table-cell;
float: none;
vertical-align: middle;
}
.ui-content-link > a {
width: 1%;
}
.ui-content-link > a > div:not(:first-child) {
padding-left: 0.8em;
}
.ui-content-highlight {
background-color: #f5f5f5;
border: 1px solid #ccc;
border-radius: var(--border-radius, 0);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
color: #333;
display: block;
padding: 0.4em 0.8em;
}
.ui-content-highlight blockquote {
border-color: rgba(0, 0, 0, 0.15);
}
.ui-content-jumbotron {
background-color: #f5f5f5;
border-radius: calc(var(--border-radius, 0) * 2);
color: #333;
display: block;
padding: 1.6em 3.2em;
}
.ui-content-jumbotron p {
font-size: 150%;
margin-bottom: 1em;
}
.ui-content-alert,
.ui-content-panel {
border: 1px solid #ccc;
border-radius: var(--border-radius, 0);
margin-bottom: 1rem;
}
.ui-content-alert {
padding: 1.2em;
}
.ui-content-alert > p:first-child {
margin-top: 0;
}
.ui-content-alert > p:last-child {
margin-bottom: 0;
}
.ui-content-alert a {
font-weight: bold;
}
.ui-content-alert a:hover {
text-decoration: underline;
}
.ui-content-panel {
overflow: hidden;
}
.ui-panel-header > h4,
.ui-panel-body > .ui-table-fluid,
.ui-panel-footer > p {
margin: 0;
}
.ui-panel-header {
background-color: #f5f5f5;
border-bottom: inherit;
border-radius: var(--border-radius, 0) var(--border-radius, 0) 0 0;
color: #333;
padding: 0.4em 0.8em;
}
.ui-panel-footer {
border-top: inherit;
padding: 0.4em 0.8em;
}
.ui-panel-body > p {
margin: 0.4em 0.8em;
}
.ui-panel-body > div {
margin: 1em 0.8em;
}
.ui-panel-body > .ui-list-group {
border: 0;
display: block;
margin-bottom: 0;
width: 100%;
}
.ui-content-media {
margin-bottom: 0.5rem;
margin-top: 0.5rem;
}
.ui-media-object {
float: left;
margin-left: 0.5rem;
}
.ui-media-object:not(.ui-float-right) {
margin-left: 0;
margin-right: 0.5rem;
}
.ui-media-body {
display: table-cell;
vertical-align: top;
}
.ui-media-body h4 {
margin-bottom: 0.6em;
margin-top: 0;
}
.ui-article-body {
margin: 1em 0 2em;
}
.ui-article-body h1,
.ui-article-body h2,
.ui-article-body h3,
.ui-article-body h4,
.ui-article-heading {
font-size: 0.8rem;
margin-top: 1rem;
}
.ui-article-body figure,
.ui-article-body img,
.ui-article-body svg,
.ui-article-image {
display: block;
margin: 1em auto;
text-align: center;
}
.ui-article-contents ol {
counter-reset: section;
list-style-type: none;
}
.ui-article-contents > ol {
padding-left: 0;
}
.ui-article-contents li::before {
content: counters(section, ".") " ";
counter-increment: section;
} | css/typography.css | .ui-font-normal {
font-style: normal;
font-variant: normal;
font-weight: normal;
}
.ui-font-serif {
font-family: Georgia, "Times New Roman", "Droid Serif", Times, SimSun, serif;
}
.ui-font-monospace {
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
.ui-font-cursive {
font-family: "Lucida Calligraphy", "URW Chancery L", "AR PL UKai", KaiTi, SimKai, cursive;
}
/**
* Responsive font size based on the viewport height and width.
*/
.ui-font-responsive {
font-size: calc(1vw + 1vh);
}
/**
* Known issue: Chrome's default setting of minimum font-size is 12px.
*/
.ui-font-base {
font-size: 1rem;
}
.ui-font-tiny {
font-size: 0.4rem;
}
.ui-font-small {
font-size: 0.6rem;
}
.ui-font-medium {
font-size: 0.7rem;
}
.ui-font-large {
font-size: 0.8rem;
}
.ui-font-huge {
font-size: 1rem;
}
.ui-zoom-tiny {
font-size: 50%;
}
.ui-zoom-small {
font-size: 80%;
}
.ui-zoom-medium {
font-size: 100%;
}
.ui-zoom-large {
font-size: 125%;
}
.ui-zoom-huge {
font-size: 150%;
}
.ui-zoom-2x {
font-size: 200%;
}
.ui-zoom-3x {
font-size: 300%;
}
.ui-zoom-4x {
font-size: 400%;
}
.ui-zoom-5x {
font-size: 500%;
}
.ui-zoom-10x {
font-size: 1000%;
}
.ui-text-normal {
line-height: 1.6;
}
.ui-text-center {
text-align: center;
}
.ui-text-justify {
-moz-hyphens: auto;
-ms-hyphens: auto;
-webkit-hyphens: auto;
hyphens: auto;
text-align: justify;
}
.ui-text-indent {
text-indent: 2em;
}
.ui-text-left {
text-align: left;
}
.ui-text-right {
text-align: right;
}
/**
* Left and right on the same line.
*/
.ui-text-left-right {
text-align: right;
}
.ui-text-left-right > :first-child {
float: left;
}
.ui-text-top {
vertical-align: top;
}
.ui-text-middle {
vertical-align: middle;
}
.ui-text-bottom {
vertical-align: bottom;
}
.ui-text-capitalize {
text-transform: capitalize;
}
.ui-text-lowercase {
text-transform: lowercase;
}
.ui-text-uppercase {
text-transform: uppercase;
}
.ui-text-break {
-webkit-hyphens: auto;
-ms-hyphens: auto;
-moz-hyphens: auto;
hyphens: auto;
word-wrap: break-word;
}
.ui-text-nowrap {
white-space: nowrap;
}
.ui-text-truncate {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
/**
* `display:none` has bad implications for screen readers.
*/
.ui-text-hidden {
border: 0;
clip: rect(0, 0, 0, 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
/**
* Set invisible elements which still take up space.
*/
.ui-text-invisible {
visibility: hidden;
}
.ui-text-padding {
display: inline-block;
padding: 0.4em 0.8em;
}
.ui-text-disabled {
color: #999;
cursor: default;
pointer-events: none;
}
.ui-text-button,
.ui-content-link {
border: 1px solid #ccc;
border-radius: var(--border-radius, 0);
cursor: pointer;
padding: 0.4em 0.8em;
}
.ui-text-button {
display: inline-block;
text-align: center;
white-space: nowrap;
}
.ui-text-button:hover,
.ui-text-button:focus,
.ui-content-link:hover,
.ui-content-link:focus {
background-color: #e8e8e8;
}
.ui-text-label,
.ui-text-badge,
.ui-text-tag {
background-color: #999;
color: #fff;
display: inline-block;
line-height: 1;
padding: 0.2em 0.4em;
}
.ui-text-label {
border-radius: var(--border-radius, 0);
}
.ui-text-badge {
border-radius: 0.8rem;
font-weight: bold;
text-align: center;
white-space: nowrap;
}
.ui-text-badge:empty {
display: none;
}
.ui-text-tag {
margin-left: 0.707107em;
position: relative;
}
.ui-text-tag::before,
.ui-text-tag::after {
content: "";
position: absolute;
right: 100%;
top: 50%;
}
.ui-text-tag::before {
background-color: inherit;
height: 1em;
transform: translateY(-50%) translateX(50%) rotate(-45deg);
width: 1em;
z-index: -1;
}
.ui-text-tag::after {
background-color: #fff;
border-radius: 50%;
height: 0.3em;
margin-top: -0.15em;
width: 0.3em;
}
.ui-text-list {
display: inline-block;
}
.ui-text-list > a:not(:last-child),
.ui-text-list > span:not(:last-child) {
display: inline-block;
margin-bottom: 0.2em;
margin-right: 0.8em;
}
.ui-header-primary {
border-bottom: 0.1em double #ccc;
font-weight: normal;
margin-bottom: 1em;
margin-top: 0;
padding-bottom: 0.2em;
}
.ui-header-secondary {
border-bottom: 1px solid #ccc;
font-weight: normal;
padding-bottom: 0.1em;
}
.ui-header-compact {
margin: 0.2em auto;
}
.ui-list-group,
.ui-list-inline,
.ui-list-unstyled {
list-style: none;
padding-left: 0;
}
.ui-list-group {
border: 1px solid #ccc;
border-radius: var(--border-radius, 0);
display: inline-block;
}
.ui-list-group > a,
.ui-list-group > li > a {
display: block;
}
.ui-list-group > a,
.ui-list-group > li {
padding: 0.4em 0.8em;
}
.ui-list-group > a + a,
.ui-list-group > li + li {
border-top: 1px solid #ccc;
}
.ui-list-group > a:first-child,
.ui-list-group > li:first-child {
border-top-left-radius: var(--border-radius, 0);
border-top-right-radius: var(--border-radius, 0);
}
.ui-list-group > a:last-child,
.ui-list-group > li:last-child {
border-bottom-left-radius: var(--border-radius, 0);
border-bottom-right-radius: var(--border-radius, 0);
}
.ui-list-group h4 {
margin: 0;
}
.ui-list-group p {
margin-top: 0;
}
.ui-list-inline > li {
display: inline-block;
}
.ui-list-inline > li:not(:last-child) {
margin-right: 0.8em;
}
.ui-list-inline > li + li::before {
margin-right: 0.6em;
}
.ui-list-unstyled > li + li {
margin-top: 0.2em;
}
.ui-list-indent > dd {
margin-left: 2em;
margin-top: 0.2em;
}
.ui-list-horizontal > dt {
clear: left;
float: left;
text-align: right;
white-space: nowrap;
width: 10em;
}
.ui-list-horizontal > dd {
margin-left: 12em;
}
.ui-list-numbered {
counter-reset: list;
}
.ui-list-numbered > dt::before {
content: counter(list) ". ";
counter-increment: list;
}
.ui-list-bibliography {
counter-reset: citation;
list-style: none;
padding-left: 1.6em;
}
.ui-list-bibliography > li::before {
content: "[" counter(citation) "]\2002";
counter-increment: citation;
margin-left: -1.6em;
}
.ui-list-timeline {
list-style: none;
padding-left: 0.8em;
}
.ui-list-timeline > li {
border-left: 0.2em solid transparent;
padding-left: 1em;
position: relative;
}
.ui-list-timeline > li:not(:last-child) {
border-left-color: #ddd;
padding-bottom: 1em;
}
.ui-list-timeline > li > div:first-child > :only-child {
display: block;
position: relative;
top: -0.3em;
white-space: nowrap;
}
.ui-list-timeline > li > div:first-child::before {
background-color: #fff;
border: 0.2em solid currentColor;
border-radius: 50%;
content: "";
display: inline-block;
height: 0.6em;
left: -0.4rem;
position: absolute;
width: 0.6em;
}
.ui-content-link {
background-color: #fff;
color: #333;
}
.ui-content-link > a,
.ui-content-link > a > div {
display: table-cell;
float: none;
vertical-align: middle;
}
.ui-content-link > a {
width: 1%;
}
.ui-content-link > a > div:not(:first-child) {
padding-left: 0.8em;
}
.ui-content-highlight {
background-color: #f5f5f5;
border: 1px solid #ccc;
border-radius: var(--border-radius, 0);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
color: #333;
display: block;
padding: 0.4em 0.8em;
}
.ui-content-highlight blockquote {
border-color: rgba(0, 0, 0, 0.15);
}
.ui-content-jumbotron {
background-color: #f5f5f5;
border-radius: calc(var(--border-radius, 0) * 2);
color: #333;
display: block;
padding: 1.6em 3.2em;
}
.ui-content-jumbotron p {
font-size: 150%;
margin-bottom: 1em;
}
.ui-content-alert,
.ui-content-panel {
border: 1px solid #ccc;
border-radius: var(--border-radius, 0);
margin-bottom: 1rem;
}
.ui-content-alert {
padding: 1.2em;
}
.ui-content-alert > p:first-child {
margin-top: 0;
}
.ui-content-alert > p:last-child {
margin-bottom: 0;
}
.ui-content-alert a {
font-weight: bold;
}
.ui-content-alert a:hover {
text-decoration: underline;
}
.ui-content-panel {
overflow: hidden;
}
.ui-panel-header > h4,
.ui-panel-body > .ui-table-fluid,
.ui-panel-footer > p {
margin: 0;
}
.ui-panel-header {
background-color: #f5f5f5;
border-bottom: inherit;
border-radius: var(--border-radius, 0) var(--border-radius, 0) 0 0;
color: #333;
padding: 0.4em 0.8em;
}
.ui-panel-footer {
border-top: inherit;
padding: 0.4em 0.8em;
}
.ui-panel-body > p {
margin: 0.4em 0.8em;
}
.ui-panel-body > div {
margin: 1em 0.8em;
}
.ui-panel-body > .ui-list-group {
border: 0;
display: block;
margin-bottom: 0;
width: 100%;
}
.ui-content-media {
margin-bottom: 0.5rem;
margin-top: 0.5rem;
}
.ui-media-object {
float: left;
margin-left: 0.5rem;
}
.ui-media-object:not(.ui-float-right) {
margin-left: 0;
margin-right: 0.5rem;
}
.ui-media-body {
display: table-cell;
vertical-align: top;
}
.ui-media-body h4 {
margin-bottom: 0.6em;
margin-top: 0;
}
.ui-article-body {
margin: 1em 0 2em;
}
.ui-article-body h1,
.ui-article-body h2,
.ui-article-body h3,
.ui-article-body h4,
.ui-article-heading {
font-size: 0.8rem;
margin-top: 1rem;
}
.ui-article-body figure,
.ui-article-body img,
.ui-article-body svg,
.ui-article-image {
display: block;
margin: 1em auto;
text-align: center;
}
.ui-article-contents ol {
counter-reset: section;
list-style-type: none;
}
.ui-article-contents > ol {
padding-left: 0;
}
.ui-article-contents li::before {
content: counters(section, ".") " ";
counter-increment: section;
} | 0.636466 | 0.102081 |
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("buildandshoot.com") {
body {
background-image: url("https://dl.dropbox.com/u/22804812/body-bg.png") !important;
}
html {
background-image: url("https://dl.dropbox.com/u/22804812/body-bg.png") !important;
}
.signature:hover {
color: white !important;
}
.signature {
color: #A4A4A4 !important;
}
blockquote {
background-color: #1C1C1C !important;
border-color: black !important;
}
p.author {
color: #848484 !important;
}
.postbody a:hover {
color: white !important;
}
.postbody a {
color: #A4A4A4 !important;
}
.content {
color: #A4A4A4 !important;
}
.content:hover {
color: white !important;
}
h2 a {
color: white !important;
}
h3 {
color: white !important;
}
b {
color: white !important;
}
li.row:hover {
background-color: #151515 !important;
}
li.row strong {
color: white !important;
}
a.forumtitle {
color: white !important;
}
ul.linklist a {
color: rgb(114, 111, 99) !important;
}
ul.topiclist li {
color: gray !important;
}
li.row {
border-color: #151515 !important;
}
.bg1 {
background-color: #424242 !important;
}
.bg2 {
background-color: #2E2E2E !important;
}
li.row:hover {
background-color: #151515 !important;
color: white !important;
}
li.row:hover a.topictitle {
color: white !important;
}
ul.forums {
background-color: #1C1C1C !important;
background-image: none !important;
}
ul.forums li:hover {
background-color: #151515 !important;
}
.panel {
background-color: #2E2E2E !important;
color: white !important;
}
.panel p{
color: white !important;
}
.icon-home a{
color: gray !important;
}
.icon-home a{
color: gray !important;
}
.contect {
color: white !important;
}
.navbar {
background-color: #2E2E2E !important;
}
.headerbar {
background-image: url("https://dl.dropbox.com/u/22804812/header_square.png") !important;
}
#menu {
background: url("https://dl.dropbox.com/u/22804812/menu_bg.gif") repeat-x scroll 0% 0% transparent !important;
}
#menu ul li a:hover {
background: url("https://dl.dropbox.com/u/22804812/menu_bg_2.gif") repeat-x scroll 0% 0% transparent !important;
}
#menu ul li a {
background: url("https://dl.dropbox.com/u/22804812/menu_bg.gif") repeat-x scroll 0% 0% transparent !important;
}
#top-search {
background: url("https://dl.dropbox.com/u/22804812/menu_search.gif") no-repeat scroll 0px 0px transparent !important;
}
.forumbg {
background-color: #6E6E6E !important;
}
.forumbg a{
color: #6E6E6E !important;
}
.forabg {
background-color: #2E2E2E !important;
}
.bg1a {
background-color: #1C1C1C !important;
border: 1px solid black !important;
}
.bg1a a {
color: white !important;
}
.bg2a a {
color: white !important;
}
.bg2a {
background-color: #2E2E2E !important;
border: 1px solid black !important;
}
.box {
background-color: #2E2E2E !important;
border: 0px solid rgb(238, 236, 234) !important;
}
#wrap {
border: 5px solid #1C1C1C !important;
background-color: #151515 !important;
}
label {
color: white !important;
}
} | data/usercss/85555.user.css | @namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("buildandshoot.com") {
body {
background-image: url("https://dl.dropbox.com/u/22804812/body-bg.png") !important;
}
html {
background-image: url("https://dl.dropbox.com/u/22804812/body-bg.png") !important;
}
.signature:hover {
color: white !important;
}
.signature {
color: #A4A4A4 !important;
}
blockquote {
background-color: #1C1C1C !important;
border-color: black !important;
}
p.author {
color: #848484 !important;
}
.postbody a:hover {
color: white !important;
}
.postbody a {
color: #A4A4A4 !important;
}
.content {
color: #A4A4A4 !important;
}
.content:hover {
color: white !important;
}
h2 a {
color: white !important;
}
h3 {
color: white !important;
}
b {
color: white !important;
}
li.row:hover {
background-color: #151515 !important;
}
li.row strong {
color: white !important;
}
a.forumtitle {
color: white !important;
}
ul.linklist a {
color: rgb(114, 111, 99) !important;
}
ul.topiclist li {
color: gray !important;
}
li.row {
border-color: #151515 !important;
}
.bg1 {
background-color: #424242 !important;
}
.bg2 {
background-color: #2E2E2E !important;
}
li.row:hover {
background-color: #151515 !important;
color: white !important;
}
li.row:hover a.topictitle {
color: white !important;
}
ul.forums {
background-color: #1C1C1C !important;
background-image: none !important;
}
ul.forums li:hover {
background-color: #151515 !important;
}
.panel {
background-color: #2E2E2E !important;
color: white !important;
}
.panel p{
color: white !important;
}
.icon-home a{
color: gray !important;
}
.icon-home a{
color: gray !important;
}
.contect {
color: white !important;
}
.navbar {
background-color: #2E2E2E !important;
}
.headerbar {
background-image: url("https://dl.dropbox.com/u/22804812/header_square.png") !important;
}
#menu {
background: url("https://dl.dropbox.com/u/22804812/menu_bg.gif") repeat-x scroll 0% 0% transparent !important;
}
#menu ul li a:hover {
background: url("https://dl.dropbox.com/u/22804812/menu_bg_2.gif") repeat-x scroll 0% 0% transparent !important;
}
#menu ul li a {
background: url("https://dl.dropbox.com/u/22804812/menu_bg.gif") repeat-x scroll 0% 0% transparent !important;
}
#top-search {
background: url("https://dl.dropbox.com/u/22804812/menu_search.gif") no-repeat scroll 0px 0px transparent !important;
}
.forumbg {
background-color: #6E6E6E !important;
}
.forumbg a{
color: #6E6E6E !important;
}
.forabg {
background-color: #2E2E2E !important;
}
.bg1a {
background-color: #1C1C1C !important;
border: 1px solid black !important;
}
.bg1a a {
color: white !important;
}
.bg2a a {
color: white !important;
}
.bg2a {
background-color: #2E2E2E !important;
border: 1px solid black !important;
}
.box {
background-color: #2E2E2E !important;
border: 0px solid rgb(238, 236, 234) !important;
}
#wrap {
border: 5px solid #1C1C1C !important;
background-color: #151515 !important;
}
label {
color: white !important;
}
} | 0.340156 | 0.149935 |